From dafb7809875f49856b9b38e823a2f7dbd72733dd Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Wed, 4 Apr 2018 15:27:51 -0700 Subject: [PATCH] Merge VS Code 1.21 source code (#1067) * Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms --- .travis.yml | 15 +- .vscode/launch.json | 6 +- .vscode/settings.json | 8 +- appveyor.yml | 1 + build/builtInExtensions.json | 12 + build/builtin/.eslintrc | 20 + build/builtin/browser-main.js | 126 + build/builtin/index.html | 46 + build/builtin/main.js | 20 + build/builtin/package.json | 5 + build/gulpfile.editor.js | 47 +- build/gulpfile.extensions.js | 22 +- build/gulpfile.hygiene.js | 266 +- build/gulpfile.mixin.js | 12 + build/gulpfile.vscode.js | 147 +- build/gulpfile.vscode.linux.js | 12 +- build/gulpfile.vscode.win32.js | 13 + build/lib/asar.js | 118 + build/lib/asar.ts | 131 + build/lib/builtInExtensions.js | 122 + build/lib/bundle.js | 1 + build/lib/bundle.ts | 9 +- build/lib/compilation.js | 54 +- build/lib/compilation.ts | 65 +- build/lib/i18n.js | 939 ++- build/lib/i18n.resources.json | 32 +- build/lib/i18n.ts | 1030 ++- build/lib/nls.js | 2 +- build/lib/nls.ts | 2 +- build/lib/optimize.js | 8 +- build/lib/optimize.ts | 16 +- build/lib/typings/event-stream.d.ts | 9 +- build/lib/util.js | 5 +- build/lib/util.ts | 10 +- build/lib/watch/index.js | 2 +- build/lib/watch/watch-nsfw.js | 20 +- build/lib/watch/watch-win32.js | 11 +- build/monaco/LICENSE | 22 +- build/monaco/ThirdPartyNotices.txt | 4 +- build/monaco/monaco.d.ts.recipe | 11 +- build/npm/postinstall.js | 5 +- build/npm/update-all-grammars.js | 62 +- build/npm/update-grammar.js | 43 +- build/npm/update-localization-extension.js | 69 + build/package.json | 7 +- build/tfs/common/node.sh | 4 +- build/tfs/common/publish.ts | 27 +- build/tfs/darwin/build.sh | 3 + build/tfs/linux/build.sh | 3 + build/tfs/win32/1_build.ps1 | 8 + build/tfs/win32/node.ps1 | 6 +- build/tsconfig.build.json | 7 + build/tsconfig.json | 7 +- build/tslint.json | 3 +- build/win32/OSSREADME.json | 1794 +++++ build/win32/code.iss | 49 +- build/win32/inno_updater.exe | Bin 0 -> 394240 bytes build/win32/vcruntime140.dll | Bin 0 -> 83600 bytes build/yarn.lock | 154 +- extensions/bat/package.json | 4 +- extensions/bat/package.nls.json | 4 + extensions/bat/syntaxes/Batch File.tmLanguage | 169 - .../bat/syntaxes/batchfile.tmLanguage.json | 16 +- .../configuration-editing/npm-shrinkwrap.json | 15 - extensions/configuration-editing/package.json | 17 +- .../configuration-editing/package.nls.json | 4 + .../configuration-editing/src/extension.ts | 48 +- .../src/settingsDocumentHelper.ts | 38 +- .../configuration-editing/tsconfig.json | 5 +- extensions/configuration-editing/yarn.lock | 14 +- extensions/declares.d.ts | 107 - extensions/diff/.vscodeignore | 1 - extensions/diff/package.json | 26 - extensions/diff/syntaxes/diff.tmLanguage | 268 - .../diff/test/colorize-fixtures/test.diff | 19 - .../diff/test/colorize-results/test_diff.json | 398 - extensions/docker/package.json | 4 +- extensions/docker/package.nls.json | 4 + .../docker/syntaxes/docker.tmLanguage.json | 8 +- .../extension-editing/npm-shrinkwrap.json | 62 - extensions/extension-editing/package.json | 8 +- extensions/extension-editing/package.nls.json | 4 + .../extension-editing/src/extensionLinter.ts | 6 +- extensions/extension-editing/yarn.lock | 18 +- extensions/git/.vscodeignore | 3 +- extensions/git/OSSREADME.json | 79 +- extensions/git/README.md | 2 + extensions/git/build/update-grammars.js | 16 + .../diff.language-configuration.json} | 0 .../git-commit.language-configuration.json} | 0 .../git-rebase.language-configuration.json} | 4 +- extensions/git/npm-shrinkwrap.json | 36 - extensions/git/package.json | 263 +- extensions/git/package.nls.json | 12 +- .../resources/icons/dark/open-file-mono.svg | 1 + extensions/git/resources/icons/git.png | Bin 0 -> 2383 bytes .../resources/icons/light/open-file-mono.svg | 1 + .../git/resources/icons/light/open-file.svg | 4 +- extensions/git/src/api.ts | 2 +- extensions/git/src/autofetch.ts | 10 +- extensions/git/src/commands.ts | 150 +- extensions/git/src/contentProvider.ts | 16 +- extensions/git/src/decorationProvider.ts | 123 +- extensions/git/src/decorators.ts | 2 +- extensions/git/src/git.ts | 131 +- extensions/git/src/main.ts | 53 +- extensions/git/src/model.ts | 114 +- extensions/git/src/repository.ts | 224 +- extensions/git/src/staging.ts | 14 +- extensions/git/src/test/git.test.ts | 42 +- extensions/git/src/uri.ts | 39 +- extensions/git/src/util.ts | 30 +- .../syntaxes/diff.tmLanguage.json | 12 +- .../syntaxes/git-commit.tmLanguage.json | 11 +- .../syntaxes/git-rebase.tmLanguage.json | 8 +- .../test/colorize-fixtures/COMMIT_EDITMSG | 0 .../git/test/colorize-fixtures/example.diff | 7 + .../test/colorize-fixtures/git-rebase-todo | 0 .../test/colorize-results/COMMIT_EDITMSG.json | 0 .../test/colorize-results/example_diff.json | 167 + .../colorize-results/git-rebase-todo.json | 0 extensions/git/tsconfig.json | 3 +- extensions/git/yarn.lock | 47 +- extensions/gitsyntax/.vscodeignore | 1 - extensions/gitsyntax/OSSREADME.json | 29 - extensions/gitsyntax/package.json | 60 - extensions/json/client/src/jsonMain.ts | 97 +- .../src/protocol/foldingProvider.proposed.ts | 89 + extensions/json/client/tsconfig.json | 7 +- extensions/json/icons/json.png | Bin 0 -> 5982 bytes extensions/json/npm-shrinkwrap.json | 46 - extensions/json/package.json | 24 +- extensions/json/package.nls.json | 5 +- extensions/json/server/npm-shrinkwrap.json | 81 - extensions/json/server/package.json | 14 +- extensions/json/server/src/jsonServerMain.ts | 126 +- .../json/server/src/languageModelCache.ts | 2 +- .../src/protocol/foldingProvider.proposed.ts | 89 + extensions/json/server/src/utils/errors.ts | 18 +- extensions/json/server/src/utils/uri.ts | 351 - extensions/json/server/tsconfig.json | 3 +- extensions/json/server/yarn.lock | 110 +- extensions/json/syntaxes/JSON.tmLanguage.json | 19 +- extensions/json/yarn.lock | 77 +- extensions/lib.core.d.ts | 3839 --------- extensions/markdown-basics/.vscodeignore | 3 + .../{diff => markdown-basics}/OSSREADME.json | 11 +- .../language-configuration.json | 8 +- extensions/markdown-basics/package.json | 92 + extensions/markdown-basics/package.nls.json | 4 + .../snippets/markdown.json | 0 .../syntaxes/markdown.tmLanguage.json | 2273 ++++++ .../test/colorize-fixtures/test-33886.md | 0 .../test/colorize-fixtures/test.md | 0 .../test/colorize-results/test-33886_md.json | 0 .../test/colorize-results/test_md.json | 46 +- extensions/markdown/OSSREADME.json | 51 - extensions/markdown/icon.png | Bin 0 -> 1218 bytes extensions/markdown/media/csp.js | 15 +- extensions/markdown/media/loading.js | 14 +- extensions/markdown/media/main.js | 277 +- extensions/markdown/npm-shrinkwrap.json | 190 - extensions/markdown/package.json | 160 +- extensions/markdown/package.nls.json | 14 +- extensions/markdown/src/commands.ts | 291 - extensions/markdown/src/commands/index.ts | 13 + .../src/commands/moveCursorToPosition.ts | 22 + .../src/commands/onPreviewStyleLoadError.ts | 18 + .../markdown/src/commands/openDocumentLink.ts | 74 + .../markdown/src/commands/refreshPreview.ts | 19 + .../markdown/src/commands/showPreview.ts | 123 + .../commands/showPreviewSecuritySelector.ts | 30 + .../markdown/src/commands/showSource.ts | 30 + .../markdown/src/commands/toggleLock.ts | 20 + .../markdown/src/documentLinkProvider.ts | 152 - .../markdown/src/documentSymbolProvider.ts | 25 - extensions/markdown/src/extension.ts | 57 +- .../src/features/documentLinkProvider.ts | 4 +- .../src/features/documentSymbolProvider.ts | 4 +- extensions/markdown/src/features/preview.ts | 299 + .../markdown/src/features/previewConfig.ts | 104 + .../src/features/previewContentProvider.ts | 355 +- .../markdown/src/features/previewManager.ts | 141 + extensions/markdown/src/logger.ts | 10 +- extensions/markdown/src/markdownEngine.ts | 25 +- extensions/markdown/src/markdownExtensions.ts | 23 +- .../markdown/src/previewContentProvider.ts | 317 - extensions/markdown/src/security.ts | 31 +- .../markdown/src/tableOfContentsProvider.ts | 75 +- extensions/markdown/src/test/index.ts | 28 + .../src/test/tableOfContentsProvider.test.ts | 131 + extensions/markdown/src/typings/ref.d.ts | 1 + extensions/markdown/src/util/dispose.ts | 16 + extensions/markdown/src/util/file.ts | 10 + .../markdown/src/util/topmostLineMonitor.ts | 75 + extensions/markdown/syntaxes/gulpfile.js | 164 - .../markdown/syntaxes/markdown.tmLanguage | 3702 --------- .../syntaxes/markdown.tmLanguage.base | 1192 --- extensions/markdown/tsconfig.json | 3 +- extensions/markdown/yarn.lock | 1723 +++- extensions/merge-conflict/README.md | 5 + extensions/merge-conflict/npm-shrinkwrap.json | 26 - extensions/merge-conflict/package.json | 20 +- extensions/merge-conflict/package.nls.json | 2 + .../resources/icons/merge-conflict.png | Bin 0 -> 2527 bytes .../merge-conflict/src/codelensProvider.ts | 4 +- extensions/merge-conflict/src/extension.ts | 2 - .../merge-conflict/src/mergeDecorator.ts | 8 +- extensions/merge-conflict/yarn.lock | 21 +- .../ms-vscode.node-debug/OSSREADME.json | 16 - .../ms-vscode.node-debug/package-lock.json | 7077 ----------------- extensions/ms-vscode.node-debug/package.json | 8 - .../ms-vscode.node-debug2/OSSREADME.json | 23 - .../ms-vscode.node-debug2/package-lock.json | 5106 ------------ extensions/ms-vscode.node-debug2/package.json | 8 - extensions/node.d.ts | 2313 ------ extensions/package.json | 4 +- extensions/powershell/OSSREADME.json | 4 +- .../powershell/language-configuration.json | 3 +- extensions/powershell/package.json | 8 +- extensions/powershell/package.nls.json | 4 + .../syntaxes/PowershellSyntax.tmLanguage | 1194 --- .../syntaxes/powershell.tmLanguage.json | 763 ++ extensions/python/language-configuration.json | 8 +- extensions/python/package.json | 4 +- extensions/python/package.nls.json | 4 + .../syntaxes/MagicPython.tmLanguage.json | 21 - .../syntaxes/MagicRegExp.tmLanguage.json | 4 - extensions/r/package.json | 4 +- extensions/r/package.nls.json | 4 + extensions/r/syntaxes/R.plist | 316 - extensions/r/syntaxes/r.tmLanguage.json | 15 +- extensions/shellscript/package.json | 4 +- extensions/shellscript/package.nls.json | 4 + .../syntaxes/Shell-Unix-Bash.tmLanguage.json | 66 +- extensions/sql/package.json | 4 +- extensions/sql/package.nls.json | 4 + extensions/sql/syntaxes/sql.tmLanguage.json | 11 +- .../sql/test/colorize-results/test_sql.json | 37 +- extensions/theme-abyss/package.json | 4 +- extensions/theme-abyss/package.nls.json | 4 + extensions/theme-abyss/themes/Abyss.tmTheme | 339 - .../theme-abyss/themes/abyss-color-theme.json | 1 + extensions/theme-defaults/package.json | 2 +- extensions/theme-defaults/package.nls.json | 4 + extensions/theme-kimbie-dark/package.json | 4 +- extensions/theme-kimbie-dark/package.nls.json | 4 + .../themes/Kimbie_dark.tmTheme | 509 -- .../themes/kimbie-dark-color-theme.json | 1 + extensions/theme-monokai-dimmed/package.json | 8 +- .../theme-monokai-dimmed/package.nls.json | 4 + .../themes/dimmed-monokai-color-theme.json | 11 +- .../themes/dimmed-monokai.tmTheme | 856 -- extensions/theme-monokai/package.json | 8 +- extensions/theme-monokai/package.nls.json | 4 + .../theme-monokai/themes/Monokai.tmTheme | 472 -- .../themes/monokai-color-theme.json | 2 + extensions/theme-quietlight/package.json | 8 +- extensions/theme-quietlight/package.nls.json | 4 + .../themes/QuietLight.tmTheme | 625 -- .../themes/quietlight-color-theme.json | 2 + extensions/theme-red/package.json | 4 +- extensions/theme-red/package.nls.json | 4 + .../theme-red/themes/Red-color-theme.json | 1 + extensions/theme-red/themes/red.tmTheme | 514 -- .../theme-seti/build/update-icon-theme.js | 134 +- extensions/theme-seti/icons/dashboard.svg | 1 - .../theme-seti/icons/dashboard_inverse.svg | 1 - .../icons/seti-circular-128x128.png | Bin 0 -> 8935 bytes extensions/theme-seti/icons/seti.woff | Bin 32180 -> 33560 bytes .../theme-seti/icons/vs-seti-icon-theme.json | 895 ++- extensions/theme-seti/package.json | 6 +- extensions/theme-seti/package.nls.json | 4 + extensions/theme-solarized-dark/package.json | 4 +- .../theme-solarized-dark/package.nls.json | 4 + .../themes/Solarized-dark.tmTheme | 439 - .../themes/solarized-dark-color-theme.json | 1 + extensions/theme-solarized-light/package.json | 4 +- .../theme-solarized-light/package.nls.json | 4 + .../themes/Solarized-light.tmTheme | 434 - .../themes/solarized-light-color-theme.json | 1 + .../theme-tomorrow-night-blue/package.json | 4 +- .../package.nls.json | 4 + .../themes/Tomorrow-Night-Blue.tmTheme | 293 - .../themes/tomorrow-night-blue-theme.json | 3 +- extensions/vscode-colorize-tests/package.json | 2 +- extensions/xml/package.json | 10 +- extensions/xml/package.nls.json | 4 + .../{xml.json => xml.tmLanguage.json} | 82 +- .../{xsl.json => xsl.tmLanguage.json} | 6 +- extensions/yaml/language-configuration.json | 6 +- extensions/yaml/package.json | 53 +- extensions/yaml/package.nls.json | 4 + .../{yaml.json => yaml.tmLanguage.json} | 17 +- extensions/yarn.lock | 6 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/chs/extensions/bat/package.i18n.json | 11 + i18n/chs/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/chs/extensions/cpp/package.i18n.json | 11 + i18n/chs/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/chs/extensions/css/package.i18n.json | 14 +- i18n/chs/extensions/diff/package.i18n.json | 11 + i18n/chs/extensions/docker/package.i18n.json | 11 + i18n/chs/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/chs/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../chs/extensions/git/out/commands.i18n.json | 25 +- i18n/chs/extensions/git/out/main.i18n.json | 12 +- i18n/chs/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 17 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/chs/extensions/git/package.i18n.json | 24 +- i18n/chs/extensions/go/package.i18n.json | 11 + i18n/chs/extensions/groovy/package.i18n.json | 11 + i18n/chs/extensions/grunt/out/main.i18n.json | 12 +- i18n/chs/extensions/grunt/package.i18n.json | 18 +- i18n/chs/extensions/gulp/out/main.i18n.json | 12 +- i18n/chs/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/chs/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/chs/extensions/html/package.i18n.json | 15 +- i18n/chs/extensions/ini/package.i18n.json | 11 + i18n/chs/extensions/jake/out/main.i18n.json | 12 +- i18n/chs/extensions/jake/package.i18n.json | 18 +- i18n/chs/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/chs/extensions/json/package.i18n.json | 17 +- i18n/chs/extensions/less/package.i18n.json | 11 + i18n/chs/extensions/log/package.i18n.json | 11 + i18n/chs/extensions/lua/package.i18n.json | 11 + i18n/chs/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 14 +- .../chs/extensions/markdown/package.i18n.json | 24 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/chs/extensions/npm/out/main.i18n.json | 12 +- i18n/chs/extensions/npm/package.i18n.json | 21 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/chs/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 14 +- i18n/chs/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/chs/extensions/pug/package.i18n.json | 11 + i18n/chs/extensions/python/package.i18n.json | 11 + i18n/chs/extensions/r/package.i18n.json | 11 + i18n/chs/extensions/razor/package.i18n.json | 11 + i18n/chs/extensions/ruby/package.i18n.json | 11 + i18n/chs/extensions/rust/package.i18n.json | 11 + i18n/chs/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/chs/extensions/sql/package.i18n.json | 11 + i18n/chs/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/chs/extensions/vb/package.i18n.json | 11 + i18n/chs/extensions/xml/package.i18n.json | 11 + i18n/chs/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/chs/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 14 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../chs/src/vs/base/common/severity.i18n.json | 12 +- i18n/chs/src/vs/base/node/processes.i18n.json | 12 +- i18n/chs/src/vs/base/node/ps.i18n.json | 10 + i18n/chs/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 32 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 18 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 16 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 18 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 18 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 38 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 14 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 51 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 19 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 20 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 20 +- .../task.contribution.i18n.json | 17 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 13 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 16 +- .../vs_code_welcome_page.i18n.json | 14 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 19 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/cht/extensions/bat/package.i18n.json | 11 + i18n/cht/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/cht/extensions/cpp/package.i18n.json | 11 + i18n/cht/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 14 +- i18n/cht/extensions/css/package.i18n.json | 14 +- i18n/cht/extensions/diff/package.i18n.json | 11 + i18n/cht/extensions/docker/package.i18n.json | 11 + i18n/cht/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/cht/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../cht/extensions/git/out/commands.i18n.json | 23 +- i18n/cht/extensions/git/out/main.i18n.json | 12 +- i18n/cht/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 15 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/cht/extensions/git/package.i18n.json | 24 +- i18n/cht/extensions/go/package.i18n.json | 11 + i18n/cht/extensions/groovy/package.i18n.json | 11 + i18n/cht/extensions/grunt/out/main.i18n.json | 12 +- i18n/cht/extensions/grunt/package.i18n.json | 18 +- i18n/cht/extensions/gulp/out/main.i18n.json | 12 +- i18n/cht/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/cht/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/cht/extensions/html/package.i18n.json | 15 +- i18n/cht/extensions/ini/package.i18n.json | 11 + i18n/cht/extensions/jake/out/main.i18n.json | 12 +- i18n/cht/extensions/jake/package.i18n.json | 16 +- i18n/cht/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/cht/extensions/json/package.i18n.json | 17 +- i18n/cht/extensions/less/package.i18n.json | 11 + i18n/cht/extensions/log/package.i18n.json | 11 + i18n/cht/extensions/lua/package.i18n.json | 11 + i18n/cht/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 18 +- .../cht/extensions/markdown/package.i18n.json | 24 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/cht/extensions/npm/out/main.i18n.json | 12 +- i18n/cht/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/cht/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/cht/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/cht/extensions/pug/package.i18n.json | 11 + i18n/cht/extensions/python/package.i18n.json | 11 + i18n/cht/extensions/r/package.i18n.json | 11 + i18n/cht/extensions/razor/package.i18n.json | 11 + i18n/cht/extensions/ruby/package.i18n.json | 11 + i18n/cht/extensions/rust/package.i18n.json | 11 + i18n/cht/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/cht/extensions/sql/package.i18n.json | 11 + i18n/cht/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/cht/extensions/vb/package.i18n.json | 11 + i18n/cht/extensions/xml/package.i18n.json | 11 + i18n/cht/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/cht/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../cht/src/vs/base/common/severity.i18n.json | 12 +- i18n/cht/src/vs/base/node/processes.i18n.json | 12 +- i18n/cht/src/vs/base/node/ps.i18n.json | 10 + i18n/cht/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 24 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 16 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 16 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 22 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 14 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 12 +- .../task.contribution.i18n.json | 21 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 13 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/deu/extensions/bat/package.i18n.json | 11 + i18n/deu/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/deu/extensions/cpp/package.i18n.json | 11 + i18n/deu/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/deu/extensions/css/package.i18n.json | 14 +- i18n/deu/extensions/diff/package.i18n.json | 9 + i18n/deu/extensions/docker/package.i18n.json | 11 + i18n/deu/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/deu/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../deu/extensions/git/out/commands.i18n.json | 23 +- i18n/deu/extensions/git/out/main.i18n.json | 12 +- i18n/deu/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 17 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/deu/extensions/git/package.i18n.json | 26 +- i18n/deu/extensions/go/package.i18n.json | 11 + i18n/deu/extensions/groovy/package.i18n.json | 11 + i18n/deu/extensions/grunt/out/main.i18n.json | 12 +- i18n/deu/extensions/grunt/package.i18n.json | 18 +- i18n/deu/extensions/gulp/out/main.i18n.json | 12 +- i18n/deu/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/deu/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/deu/extensions/html/package.i18n.json | 15 +- i18n/deu/extensions/ini/package.i18n.json | 11 + i18n/deu/extensions/jake/out/main.i18n.json | 12 +- i18n/deu/extensions/jake/package.i18n.json | 16 +- i18n/deu/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/deu/extensions/json/package.i18n.json | 17 +- i18n/deu/extensions/less/package.i18n.json | 11 + i18n/deu/extensions/log/package.i18n.json | 11 + i18n/deu/extensions/lua/package.i18n.json | 11 + i18n/deu/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 14 +- .../deu/extensions/markdown/package.i18n.json | 24 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/deu/extensions/npm/out/main.i18n.json | 12 +- i18n/deu/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/deu/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/deu/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/deu/extensions/pug/package.i18n.json | 11 + i18n/deu/extensions/python/package.i18n.json | 11 + i18n/deu/extensions/r/package.i18n.json | 11 + i18n/deu/extensions/razor/package.i18n.json | 11 + i18n/deu/extensions/ruby/package.i18n.json | 11 + i18n/deu/extensions/rust/package.i18n.json | 11 + i18n/deu/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/deu/extensions/sql/package.i18n.json | 11 + i18n/deu/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/deu/extensions/vb/package.i18n.json | 11 + i18n/deu/extensions/xml/package.i18n.json | 11 + i18n/deu/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/deu/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../deu/src/vs/base/common/severity.i18n.json | 12 +- i18n/deu/src/vs/base/node/processes.i18n.json | 12 +- i18n/deu/src/vs/base/node/ps.i18n.json | 10 + i18n/deu/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 12 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 11 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 22 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 13 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 20 +- .../task.contribution.i18n.json | 19 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 15 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 15 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 43 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/esn/extensions/bat/package.i18n.json | 11 + i18n/esn/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/esn/extensions/cpp/package.i18n.json | 11 + i18n/esn/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/esn/extensions/css/package.i18n.json | 14 +- i18n/esn/extensions/diff/package.i18n.json | 11 + i18n/esn/extensions/docker/package.i18n.json | 11 + i18n/esn/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/esn/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../esn/extensions/git/out/commands.i18n.json | 31 +- i18n/esn/extensions/git/out/main.i18n.json | 12 +- i18n/esn/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 17 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/esn/extensions/git/package.i18n.json | 22 +- i18n/esn/extensions/go/package.i18n.json | 11 + i18n/esn/extensions/groovy/package.i18n.json | 11 + i18n/esn/extensions/grunt/out/main.i18n.json | 12 +- i18n/esn/extensions/grunt/package.i18n.json | 18 +- i18n/esn/extensions/gulp/out/main.i18n.json | 12 +- i18n/esn/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/esn/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/esn/extensions/html/package.i18n.json | 15 +- i18n/esn/extensions/ini/package.i18n.json | 11 + i18n/esn/extensions/jake/out/main.i18n.json | 12 +- i18n/esn/extensions/jake/package.i18n.json | 16 +- i18n/esn/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/esn/extensions/json/package.i18n.json | 17 +- i18n/esn/extensions/less/package.i18n.json | 11 + i18n/esn/extensions/log/package.i18n.json | 11 + i18n/esn/extensions/lua/package.i18n.json | 11 + i18n/esn/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 20 +- .../esn/extensions/markdown/package.i18n.json | 22 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/esn/extensions/npm/out/main.i18n.json | 14 +- i18n/esn/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 11 + i18n/esn/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/esn/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/esn/extensions/pug/package.i18n.json | 11 + i18n/esn/extensions/python/package.i18n.json | 11 + i18n/esn/extensions/r/package.i18n.json | 11 + i18n/esn/extensions/razor/package.i18n.json | 11 + i18n/esn/extensions/ruby/package.i18n.json | 11 + i18n/esn/extensions/rust/package.i18n.json | 11 + i18n/esn/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/esn/extensions/sql/package.i18n.json | 11 + i18n/esn/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/esn/extensions/vb/package.i18n.json | 11 + i18n/esn/extensions/xml/package.i18n.json | 11 + i18n/esn/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/esn/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../esn/src/vs/base/common/severity.i18n.json | 12 +- i18n/esn/src/vs/base/node/processes.i18n.json | 12 +- i18n/esn/src/vs/base/node/ps.i18n.json | 10 + i18n/esn/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 24 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 12 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 12 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 16 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 22 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 12 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 20 +- .../task.contribution.i18n.json | 17 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 15 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/fra/extensions/bat/package.i18n.json | 11 + i18n/fra/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/fra/extensions/cpp/package.i18n.json | 11 + i18n/fra/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/fra/extensions/css/package.i18n.json | 14 +- i18n/fra/extensions/diff/package.i18n.json | 9 + i18n/fra/extensions/docker/package.i18n.json | 11 + i18n/fra/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/fra/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../fra/extensions/git/out/commands.i18n.json | 29 +- i18n/fra/extensions/git/out/main.i18n.json | 12 +- i18n/fra/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 19 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/fra/extensions/git/package.i18n.json | 24 +- i18n/fra/extensions/go/package.i18n.json | 11 + i18n/fra/extensions/groovy/package.i18n.json | 11 + i18n/fra/extensions/grunt/out/main.i18n.json | 12 +- i18n/fra/extensions/grunt/package.i18n.json | 18 +- i18n/fra/extensions/gulp/out/main.i18n.json | 12 +- i18n/fra/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/fra/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/fra/extensions/html/package.i18n.json | 15 +- i18n/fra/extensions/ini/package.i18n.json | 11 + i18n/fra/extensions/jake/out/main.i18n.json | 12 +- i18n/fra/extensions/jake/package.i18n.json | 16 +- i18n/fra/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/fra/extensions/json/package.i18n.json | 17 +- i18n/fra/extensions/less/package.i18n.json | 11 + i18n/fra/extensions/log/package.i18n.json | 11 + i18n/fra/extensions/lua/package.i18n.json | 11 + i18n/fra/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 16 +- .../fra/extensions/markdown/package.i18n.json | 24 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/fra/extensions/npm/out/main.i18n.json | 12 +- i18n/fra/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/fra/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/fra/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/fra/extensions/pug/package.i18n.json | 11 + i18n/fra/extensions/python/package.i18n.json | 11 + i18n/fra/extensions/r/package.i18n.json | 11 + i18n/fra/extensions/razor/package.i18n.json | 11 + i18n/fra/extensions/ruby/package.i18n.json | 11 + i18n/fra/extensions/rust/package.i18n.json | 11 + i18n/fra/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/fra/extensions/sql/package.i18n.json | 11 + i18n/fra/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/fra/extensions/vb/package.i18n.json | 11 + i18n/fra/extensions/xml/package.i18n.json | 11 + i18n/fra/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/fra/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../fra/src/vs/base/common/severity.i18n.json | 12 +- i18n/fra/src/vs/base/node/processes.i18n.json | 12 +- i18n/fra/src/vs/base/node/ps.i18n.json | 10 + i18n/fra/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 12 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 12 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 12 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 16 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 20 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 14 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 12 +- .../task.contribution.i18n.json | 19 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 13 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 15 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/hun/extensions/bat/package.i18n.json | 11 + i18n/hun/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/hun/extensions/cpp/package.i18n.json | 11 + i18n/hun/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/hun/extensions/css/package.i18n.json | 14 +- i18n/hun/extensions/diff/package.i18n.json | 11 + i18n/hun/extensions/docker/package.i18n.json | 11 + i18n/hun/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/hun/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../hun/extensions/git/out/commands.i18n.json | 23 +- i18n/hun/extensions/git/out/main.i18n.json | 14 +- i18n/hun/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 17 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/hun/extensions/git/package.i18n.json | 22 +- i18n/hun/extensions/go/package.i18n.json | 11 + i18n/hun/extensions/groovy/package.i18n.json | 11 + i18n/hun/extensions/grunt/out/main.i18n.json | 12 +- i18n/hun/extensions/grunt/package.i18n.json | 18 +- i18n/hun/extensions/gulp/out/main.i18n.json | 12 +- i18n/hun/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/hun/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/hun/extensions/html/package.i18n.json | 15 +- i18n/hun/extensions/ini/package.i18n.json | 11 + i18n/hun/extensions/jake/out/main.i18n.json | 12 +- i18n/hun/extensions/jake/package.i18n.json | 16 +- i18n/hun/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/hun/extensions/json/package.i18n.json | 17 +- i18n/hun/extensions/less/package.i18n.json | 11 + i18n/hun/extensions/log/package.i18n.json | 11 + i18n/hun/extensions/lua/package.i18n.json | 11 + i18n/hun/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 12 +- .../hun/extensions/markdown/package.i18n.json | 22 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/hun/extensions/npm/out/main.i18n.json | 12 +- i18n/hun/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/hun/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/hun/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/hun/extensions/pug/package.i18n.json | 11 + i18n/hun/extensions/python/package.i18n.json | 11 + i18n/hun/extensions/r/package.i18n.json | 11 + i18n/hun/extensions/razor/package.i18n.json | 11 + i18n/hun/extensions/ruby/package.i18n.json | 11 + i18n/hun/extensions/rust/package.i18n.json | 11 + i18n/hun/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/hun/extensions/sql/package.i18n.json | 11 + i18n/hun/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/hun/extensions/vb/package.i18n.json | 11 + i18n/hun/extensions/xml/package.i18n.json | 11 + i18n/hun/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../hun/src/vs/base/common/severity.i18n.json | 12 +- i18n/hun/src/vs/base/node/processes.i18n.json | 12 +- i18n/hun/src/vs/base/node/ps.i18n.json | 10 + i18n/hun/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 12 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 12 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 14 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 16 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 55 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 14 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 22 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 14 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../runtimeExtensionsEditor.i18n.json | 16 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 51 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 16 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 16 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 12 +- .../task.contribution.i18n.json | 21 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 15 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 43 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/ita/extensions/bat/package.i18n.json | 11 + i18n/ita/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/ita/extensions/cpp/package.i18n.json | 11 + i18n/ita/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/ita/extensions/css/package.i18n.json | 14 +- i18n/ita/extensions/diff/package.i18n.json | 9 + i18n/ita/extensions/docker/package.i18n.json | 11 + i18n/ita/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/ita/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../ita/extensions/git/out/commands.i18n.json | 23 +- i18n/ita/extensions/git/out/main.i18n.json | 14 +- i18n/ita/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 23 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/ita/extensions/git/package.i18n.json | 24 +- i18n/ita/extensions/go/package.i18n.json | 11 + i18n/ita/extensions/groovy/package.i18n.json | 11 + i18n/ita/extensions/grunt/out/main.i18n.json | 12 +- i18n/ita/extensions/grunt/package.i18n.json | 18 +- i18n/ita/extensions/gulp/out/main.i18n.json | 12 +- i18n/ita/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/ita/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 14 +- i18n/ita/extensions/html/package.i18n.json | 15 +- i18n/ita/extensions/ini/package.i18n.json | 11 + i18n/ita/extensions/jake/out/main.i18n.json | 12 +- i18n/ita/extensions/jake/package.i18n.json | 16 +- i18n/ita/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/ita/extensions/json/package.i18n.json | 17 +- i18n/ita/extensions/less/package.i18n.json | 11 + i18n/ita/extensions/log/package.i18n.json | 11 + i18n/ita/extensions/lua/package.i18n.json | 11 + i18n/ita/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 14 +- .../ita/extensions/markdown/package.i18n.json | 24 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/ita/extensions/npm/out/main.i18n.json | 14 +- i18n/ita/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/ita/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/ita/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/ita/extensions/pug/package.i18n.json | 11 + i18n/ita/extensions/python/package.i18n.json | 11 + i18n/ita/extensions/r/package.i18n.json | 11 + i18n/ita/extensions/razor/package.i18n.json | 11 + i18n/ita/extensions/ruby/package.i18n.json | 11 + i18n/ita/extensions/rust/package.i18n.json | 11 + i18n/ita/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/ita/extensions/sql/package.i18n.json | 11 + i18n/ita/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/ita/extensions/vb/package.i18n.json | 11 + i18n/ita/extensions/xml/package.i18n.json | 11 + i18n/ita/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 14 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/ita/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../ita/src/vs/base/common/severity.i18n.json | 12 +- i18n/ita/src/vs/base/node/processes.i18n.json | 12 +- i18n/ita/src/vs/base/node/ps.i18n.json | 10 + i18n/ita/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 20 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 12 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 12 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 46 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 16 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 20 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 13 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 16 +- .../task.contribution.i18n.json | 21 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 15 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/jpn/extensions/bat/package.i18n.json | 11 + i18n/jpn/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 16 +- .../configuration-editing/package.i18n.json | 11 + i18n/jpn/extensions/cpp/package.i18n.json | 11 + i18n/jpn/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/jpn/extensions/css/package.i18n.json | 28 +- i18n/jpn/extensions/diff/package.i18n.json | 11 + i18n/jpn/extensions/docker/package.i18n.json | 11 + i18n/jpn/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/jpn/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../jpn/extensions/git/out/commands.i18n.json | 25 +- i18n/jpn/extensions/git/out/main.i18n.json | 14 +- i18n/jpn/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 19 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/jpn/extensions/git/package.i18n.json | 26 +- i18n/jpn/extensions/go/package.i18n.json | 11 + i18n/jpn/extensions/groovy/package.i18n.json | 11 + i18n/jpn/extensions/grunt/out/main.i18n.json | 12 +- i18n/jpn/extensions/grunt/package.i18n.json | 18 +- i18n/jpn/extensions/gulp/out/main.i18n.json | 12 +- i18n/jpn/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/jpn/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/jpn/extensions/html/package.i18n.json | 15 +- i18n/jpn/extensions/ini/package.i18n.json | 11 + i18n/jpn/extensions/jake/out/main.i18n.json | 12 +- i18n/jpn/extensions/jake/package.i18n.json | 16 +- i18n/jpn/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/jpn/extensions/json/package.i18n.json | 17 +- i18n/jpn/extensions/less/package.i18n.json | 11 + i18n/jpn/extensions/log/package.i18n.json | 11 + i18n/jpn/extensions/lua/package.i18n.json | 11 + i18n/jpn/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 14 +- .../jpn/extensions/markdown/package.i18n.json | 26 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/jpn/extensions/npm/out/main.i18n.json | 12 +- i18n/jpn/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/jpn/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/jpn/extensions/php/package.i18n.json | 18 +- .../extensions/powershell/package.i18n.json | 11 + i18n/jpn/extensions/pug/package.i18n.json | 11 + i18n/jpn/extensions/python/package.i18n.json | 11 + i18n/jpn/extensions/r/package.i18n.json | 11 + i18n/jpn/extensions/razor/package.i18n.json | 11 + i18n/jpn/extensions/ruby/package.i18n.json | 11 + i18n/jpn/extensions/rust/package.i18n.json | 11 + i18n/jpn/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/jpn/extensions/sql/package.i18n.json | 11 + i18n/jpn/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 20 +- i18n/jpn/extensions/vb/package.i18n.json | 11 + i18n/jpn/extensions/xml/package.i18n.json | 11 + i18n/jpn/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/jpn/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../jpn/src/vs/base/common/severity.i18n.json | 12 +- i18n/jpn/src/vs/base/node/processes.i18n.json | 12 +- i18n/jpn/src/vs/base/node/ps.i18n.json | 10 + i18n/jpn/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 26 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 14 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 14 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 16 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 20 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 14 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 16 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 14 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 14 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 14 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 14 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 22 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 14 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 14 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 18 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 14 +- .../browser/keybindingsEditor.i18n.json | 19 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 20 +- .../task.contribution.i18n.json | 21 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 13 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 14 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 23 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/kor/extensions/bat/package.i18n.json | 11 + i18n/kor/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/kor/extensions/cpp/package.i18n.json | 11 + i18n/kor/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/kor/extensions/css/package.i18n.json | 14 +- i18n/kor/extensions/diff/package.i18n.json | 9 + i18n/kor/extensions/docker/package.i18n.json | 11 + i18n/kor/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/kor/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../kor/extensions/git/out/commands.i18n.json | 21 +- i18n/kor/extensions/git/out/main.i18n.json | 12 +- i18n/kor/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 15 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/kor/extensions/git/package.i18n.json | 22 +- i18n/kor/extensions/go/package.i18n.json | 11 + i18n/kor/extensions/groovy/package.i18n.json | 11 + i18n/kor/extensions/grunt/out/main.i18n.json | 12 +- i18n/kor/extensions/grunt/package.i18n.json | 18 +- i18n/kor/extensions/gulp/out/main.i18n.json | 12 +- i18n/kor/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/kor/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/kor/extensions/html/package.i18n.json | 15 +- i18n/kor/extensions/ini/package.i18n.json | 11 + i18n/kor/extensions/jake/out/main.i18n.json | 12 +- i18n/kor/extensions/jake/package.i18n.json | 15 +- i18n/kor/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/kor/extensions/json/package.i18n.json | 17 +- i18n/kor/extensions/less/package.i18n.json | 11 + i18n/kor/extensions/log/package.i18n.json | 11 + i18n/kor/extensions/lua/package.i18n.json | 11 + i18n/kor/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 14 +- .../kor/extensions/markdown/package.i18n.json | 24 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/kor/extensions/npm/out/main.i18n.json | 12 +- i18n/kor/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/kor/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/kor/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/kor/extensions/pug/package.i18n.json | 11 + i18n/kor/extensions/python/package.i18n.json | 11 + i18n/kor/extensions/r/package.i18n.json | 11 + i18n/kor/extensions/razor/package.i18n.json | 11 + i18n/kor/extensions/ruby/package.i18n.json | 11 + i18n/kor/extensions/rust/package.i18n.json | 11 + i18n/kor/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/kor/extensions/sql/package.i18n.json | 11 + i18n/kor/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/kor/extensions/vb/package.i18n.json | 11 + i18n/kor/extensions/xml/package.i18n.json | 11 + i18n/kor/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/kor/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../kor/src/vs/base/common/severity.i18n.json | 12 +- i18n/kor/src/vs/base/node/processes.i18n.json | 12 +- i18n/kor/src/vs/base/node/ps.i18n.json | 10 + i18n/kor/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 16 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 11 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 20 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 13 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 74 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 12 +- .../task.contribution.i18n.json | 20 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 15 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 13 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/ptb/extensions/bat/package.i18n.json | 11 + i18n/ptb/extensions/clojure/package.i18n.json | 10 + .../extensions/coffeescript/package.i18n.json | 10 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 10 + i18n/ptb/extensions/cpp/package.i18n.json | 10 + i18n/ptb/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/ptb/extensions/css/package.i18n.json | 14 +- i18n/ptb/extensions/diff/package.i18n.json | 11 + i18n/ptb/extensions/docker/package.i18n.json | 11 + i18n/ptb/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 10 + i18n/ptb/extensions/fsharp/package.i18n.json | 10 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../ptb/extensions/git/out/commands.i18n.json | 25 +- i18n/ptb/extensions/git/out/main.i18n.json | 14 +- i18n/ptb/extensions/git/out/model.i18n.json | 15 +- .../extensions/git/out/repository.i18n.json | 37 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/ptb/extensions/git/package.i18n.json | 24 +- i18n/ptb/extensions/go/package.i18n.json | 10 + i18n/ptb/extensions/groovy/package.i18n.json | 10 + i18n/ptb/extensions/grunt/out/main.i18n.json | 12 +- i18n/ptb/extensions/grunt/package.i18n.json | 18 +- i18n/ptb/extensions/gulp/out/main.i18n.json | 12 +- i18n/ptb/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 10 + i18n/ptb/extensions/hlsl/package.i18n.json | 10 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/ptb/extensions/html/package.i18n.json | 15 +- i18n/ptb/extensions/ini/package.i18n.json | 10 + i18n/ptb/extensions/jake/out/main.i18n.json | 14 +- i18n/ptb/extensions/jake/package.i18n.json | 16 +- i18n/ptb/extensions/java/package.i18n.json | 10 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 10 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/ptb/extensions/json/package.i18n.json | 17 +- i18n/ptb/extensions/less/package.i18n.json | 10 + i18n/ptb/extensions/log/package.i18n.json | 10 + i18n/ptb/extensions/lua/package.i18n.json | 10 + i18n/ptb/extensions/make/package.i18n.json | 10 + .../markdown-basics/package.i18n.json | 9 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 14 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 14 +- .../ptb/extensions/markdown/package.i18n.json | 21 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 13 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/ptb/extensions/npm/out/main.i18n.json | 12 +- i18n/ptb/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 10 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/ptb/extensions/perl/package.i18n.json | 10 + .../out/features/validationProvider.i18n.json | 12 +- i18n/ptb/extensions/php/package.i18n.json | 15 +- .../extensions/powershell/package.i18n.json | 10 + i18n/ptb/extensions/pug/package.i18n.json | 10 + i18n/ptb/extensions/python/package.i18n.json | 10 + i18n/ptb/extensions/r/package.i18n.json | 10 + i18n/ptb/extensions/razor/package.i18n.json | 10 + i18n/ptb/extensions/ruby/package.i18n.json | 10 + i18n/ptb/extensions/rust/package.i18n.json | 10 + i18n/ptb/extensions/scss/package.i18n.json | 10 + .../extensions/shaderlab/package.i18n.json | 10 + .../extensions/shellscript/package.i18n.json | 10 + i18n/ptb/extensions/sql/package.i18n.json | 10 + i18n/ptb/extensions/swift/package.i18n.json | 10 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 10 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/ptb/extensions/vb/package.i18n.json | 10 + i18n/ptb/extensions/xml/package.i18n.json | 10 + i18n/ptb/extensions/yaml/package.i18n.json | 10 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 14 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../ptb/src/vs/base/common/severity.i18n.json | 12 +- i18n/ptb/src/vs/base/node/processes.i18n.json | 12 +- i18n/ptb/src/vs/base/node/ps.i18n.json | 10 + i18n/ptb/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 26 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 19 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 21 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 16 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 16 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 15 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../node/extHostExtensionActivator.i18n.json | 16 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 25 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 14 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 11 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 10 + .../notificationsToasts.i18n.json | 9 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 12 +- .../src/vs/workbench/common/theme.i18n.json | 35 +- .../src/vs/workbench/common/views.i18n.json | 9 + .../electron-browser/actions.i18n.json | 36 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 30 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 15 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 12 + .../browser/debugContentProvider.i18n.json | 12 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 13 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 20 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 12 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 17 +- .../browser/extensionsActions.i18n.json | 25 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 14 +- .../extensionTipsService.i18n.json | 22 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 14 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 17 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 46 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 28 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 12 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 11 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 16 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 50 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 20 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 20 +- .../task.contribution.i18n.json | 16 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 21 +- .../terminalActions.i18n.json | 24 +- .../terminalColorRegistry.i18n.json | 14 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 43 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 14 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 23 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 34 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 15 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/rus/extensions/bat/package.i18n.json | 11 + i18n/rus/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/rus/extensions/cpp/package.i18n.json | 11 + i18n/rus/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/rus/extensions/css/package.i18n.json | 14 +- i18n/rus/extensions/diff/package.i18n.json | 9 + i18n/rus/extensions/docker/package.i18n.json | 11 + i18n/rus/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/rus/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../rus/extensions/git/out/commands.i18n.json | 23 +- i18n/rus/extensions/git/out/main.i18n.json | 12 +- i18n/rus/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 15 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/rus/extensions/git/package.i18n.json | 22 +- i18n/rus/extensions/go/package.i18n.json | 11 + i18n/rus/extensions/groovy/package.i18n.json | 11 + i18n/rus/extensions/grunt/out/main.i18n.json | 12 +- i18n/rus/extensions/grunt/package.i18n.json | 18 +- i18n/rus/extensions/gulp/out/main.i18n.json | 12 +- i18n/rus/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/rus/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/rus/extensions/html/package.i18n.json | 15 +- i18n/rus/extensions/ini/package.i18n.json | 11 + i18n/rus/extensions/jake/out/main.i18n.json | 12 +- i18n/rus/extensions/jake/package.i18n.json | 16 +- i18n/rus/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/rus/extensions/json/package.i18n.json | 17 +- i18n/rus/extensions/less/package.i18n.json | 11 + i18n/rus/extensions/log/package.i18n.json | 11 + i18n/rus/extensions/lua/package.i18n.json | 11 + i18n/rus/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 12 +- .../rus/extensions/markdown/package.i18n.json | 24 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/rus/extensions/npm/out/main.i18n.json | 12 +- i18n/rus/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/rus/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/rus/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/rus/extensions/pug/package.i18n.json | 11 + i18n/rus/extensions/python/package.i18n.json | 11 + i18n/rus/extensions/r/package.i18n.json | 11 + i18n/rus/extensions/razor/package.i18n.json | 11 + i18n/rus/extensions/ruby/package.i18n.json | 11 + i18n/rus/extensions/rust/package.i18n.json | 11 + i18n/rus/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/rus/extensions/sql/package.i18n.json | 11 + i18n/rus/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/rus/extensions/vb/package.i18n.json | 11 + i18n/rus/extensions/xml/package.i18n.json | 11 + i18n/rus/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- i18n/rus/src/vs/base/common/json.i18n.json | 2 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../rus/src/vs/base/common/severity.i18n.json | 12 +- i18n/rus/src/vs/base/node/processes.i18n.json | 12 +- i18n/rus/src/vs/base/node/ps.i18n.json | 10 + i18n/rus/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/defaultConfig.i18n.json | 2 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../browser/accessibility.i18n.json | 2 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclaration.i18n.json | 2 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 12 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 46 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 15 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../common/keybindingLabels.i18n.json | 2 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 43 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 11 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../api/node/extHostExplorerView.i18n.json | 2 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeExplorers.i18n.json | 2 +- .../api/node/extHostTreeView.i18n.json | 2 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../node/mainThreadExtensionService.i18n.json | 2 +- .../node/mainThreadMessageService.i18n.json | 2 +- .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../quickopen.contribution.i18n.json | 2 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/crashReporter.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 12 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 20 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../emmet/node/actions/balance.i18n.json | 2 +- .../emmet/node/actions/editPoints.i18n.json | 2 +- .../emmet/node/actions/evaluateMath.i18n.json | 2 +- .../node/actions/expandAbbreviation.i18n.json | 2 +- .../node/actions/incrementDecrement.i18n.json | 2 +- .../emmet/node/actions/matchingPair.i18n.json | 2 +- .../emmet/node/actions/mergeLines.i18n.json | 2 +- .../node/actions/reflectCssValue.i18n.json | 2 +- .../emmet/node/actions/removeTag.i18n.json | 2 +- .../emmet/node/actions/selectItem.i18n.json | 2 +- .../emmet/node/actions/splitJoinTag.i18n.json | 2 +- .../node/actions/toggleComment.i18n.json | 2 +- .../node/actions/updateImageSize.i18n.json | 2 +- .../emmet/node/actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet/node/emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 13 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../keymapExtensions.i18n.json | 2 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 18 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../browser/gitActions.contribution.i18n.json | 2 +- .../parts/git/browser/gitActions.i18n.json | 2 +- .../parts/git/browser/gitQuickOpen.i18n.json | 2 +- .../parts/git/browser/gitServices.i18n.json | 2 +- .../parts/git/browser/gitWidgets.i18n.json | 2 +- .../gitWorkbenchContributions.i18n.json | 2 +- .../views/changes/changesView.i18n.json | 2 +- .../views/changes/changesViewer.i18n.json | 2 +- .../views/disabled/disabledView.i18n.json | 2 +- .../browser/views/empty/emptyView.i18n.json | 2 +- .../views/gitless/gitlessView.i18n.json | 2 +- .../git/browser/views/huge/hugeView.i18n.json | 2 +- .../views/notroot/notrootView.i18n.json | 2 +- .../noworkspace/noworkspaceView.i18n.json | 2 +- .../git.contribution.i18n.json | 2 +- .../git/electron-browser/gitActions.i18n.json | 2 +- .../electron-main/askpassService.i18n.json | 2 +- .../parts/git/node/git.lib.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 12 +- .../task.contribution.i18n.json | 17 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 13 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 15 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- .../azure-account/out/azure-account.i18n.json | 2 +- .../azure-account/out/extension.i18n.json | 2 +- i18n/trk/extensions/bat/package.i18n.json | 11 + i18n/trk/extensions/clojure/package.i18n.json | 11 + .../extensions/coffeescript/package.i18n.json | 11 + .../out/extension.i18n.json | 12 +- .../out/settingsDocumentHelper.i18n.json | 12 +- .../configuration-editing/package.i18n.json | 11 + i18n/trk/extensions/cpp/package.i18n.json | 11 + i18n/trk/extensions/csharp/package.i18n.json | 11 + .../css/client/out/cssMain.i18n.json | 12 +- i18n/trk/extensions/css/package.i18n.json | 14 +- i18n/trk/extensions/diff/package.i18n.json | 9 + i18n/trk/extensions/docker/package.i18n.json | 11 + i18n/trk/extensions/emmet/package.i18n.json | 19 +- .../out/extensionLinter.i18n.json | 12 +- .../out/packageDocumentHelper.i18n.json | 12 +- .../extension-editing/package.i18n.json | 11 + i18n/trk/extensions/fsharp/package.i18n.json | 11 + .../extensions/git/out/askpass-main.i18n.json | 12 +- .../extensions/git/out/autofetch.i18n.json | 16 +- .../trk/extensions/git/out/commands.i18n.json | 23 +- i18n/trk/extensions/git/out/main.i18n.json | 14 +- i18n/trk/extensions/git/out/model.i18n.json | 13 +- .../extensions/git/out/repository.i18n.json | 15 +- .../extensions/git/out/scmProvider.i18n.json | 2 +- .../extensions/git/out/statusbar.i18n.json | 12 +- i18n/trk/extensions/git/package.i18n.json | 22 +- i18n/trk/extensions/go/package.i18n.json | 11 + i18n/trk/extensions/groovy/package.i18n.json | 11 + i18n/trk/extensions/grunt/out/main.i18n.json | 12 +- i18n/trk/extensions/grunt/package.i18n.json | 18 +- i18n/trk/extensions/gulp/out/main.i18n.json | 12 +- i18n/trk/extensions/gulp/package.i18n.json | 18 +- .../extensions/handlebars/package.i18n.json | 11 + i18n/trk/extensions/hlsl/package.i18n.json | 11 + .../html/client/out/htmlMain.i18n.json | 12 +- i18n/trk/extensions/html/package.i18n.json | 15 +- i18n/trk/extensions/ini/package.i18n.json | 11 + i18n/trk/extensions/jake/out/main.i18n.json | 12 +- i18n/trk/extensions/jake/package.i18n.json | 16 +- i18n/trk/extensions/java/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 +- .../packageJSONContribution.i18n.json | 12 +- .../extensions/javascript/package.i18n.json | 11 + .../json/client/out/jsonMain.i18n.json | 12 +- i18n/trk/extensions/json/package.i18n.json | 17 +- i18n/trk/extensions/less/package.i18n.json | 11 + i18n/trk/extensions/log/package.i18n.json | 11 + i18n/trk/extensions/lua/package.i18n.json | 11 + i18n/trk/extensions/make/package.i18n.json | 11 + .../markdown-basics/package.i18n.json | 11 + .../markdown/out/commands.i18n.json | 12 +- .../onPreviewStyleLoadError.i18n.json | 10 + .../markdown/out/extension.i18n.json | 2 +- .../markdown/out/features/preview.i18n.json | 11 + .../features/previewContentProvider.i18n.json | 12 +- .../out/previewContentProvider.i18n.json | 2 +- .../markdown/out/security.i18n.json | 12 +- .../trk/extensions/markdown/package.i18n.json | 22 +- .../out/codelensProvider.i18n.json | 12 +- .../out/commandHandler.i18n.json | 12 +- .../out/mergeDecorator.i18n.json | 12 +- .../merge-conflict/package.i18n.json | 14 +- .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + i18n/trk/extensions/npm/out/main.i18n.json | 12 +- i18n/trk/extensions/npm/package.i18n.json | 19 +- .../extensions/objective-c/package.i18n.json | 11 + .../features/bowerJSONContribution.i18n.json | 12 + .../packageJSONContribution.i18n.json | 15 + .../extensions/package-json/package.i18n.json | 9 + i18n/trk/extensions/perl/package.i18n.json | 11 + .../out/features/validationProvider.i18n.json | 12 +- i18n/trk/extensions/php/package.i18n.json | 16 +- .../extensions/powershell/package.i18n.json | 11 + i18n/trk/extensions/pug/package.i18n.json | 11 + i18n/trk/extensions/python/package.i18n.json | 11 + i18n/trk/extensions/r/package.i18n.json | 11 + i18n/trk/extensions/razor/package.i18n.json | 11 + i18n/trk/extensions/ruby/package.i18n.json | 11 + i18n/trk/extensions/rust/package.i18n.json | 11 + i18n/trk/extensions/scss/package.i18n.json | 11 + .../extensions/shaderlab/package.i18n.json | 11 + .../extensions/shellscript/package.i18n.json | 11 + i18n/trk/extensions/sql/package.i18n.json | 11 + i18n/trk/extensions/swift/package.i18n.json | 11 + .../extensions/theme-abyss/package.i18n.json | 11 + .../theme-defaults/package.i18n.json | 11 + .../theme-kimbie-dark/package.i18n.json | 11 + .../theme-monokai-dimmed/package.i18n.json | 11 + .../theme-monokai/package.i18n.json | 11 + .../theme-quietlight/package.i18n.json | 11 + .../extensions/theme-red/package.i18n.json | 11 + .../extensions/theme-seti/package.i18n.json | 11 + .../theme-solarized-dark/package.i18n.json | 11 + .../theme-solarized-light/package.i18n.json | 11 + .../package.i18n.json | 11 + .../typescript-basics/package.i18n.json | 11 + .../typescript/out/commands.i18n.json | 16 + .../out/features/bufferSyncSupport.i18n.json | 2 +- .../features/completionItemProvider.i18n.json | 12 +- ...rectiveCommentCompletionProvider.i18n.json | 12 +- .../implementationsCodeLensProvider.i18n.json | 12 +- .../jsDocCompletionProvider.i18n.json | 12 +- .../out/features/quickFixProvider.i18n.json | 10 + .../referencesCodeLensProvider.i18n.json | 12 +- .../out/features/taskProvider.i18n.json | 12 +- .../typescript/out/typescriptMain.i18n.json | 2 +- .../out/typescriptServiceClient.i18n.json | 12 +- .../typescript/out/utils/api.i18n.json | 12 +- .../typescript/out/utils/logger.i18n.json | 12 +- .../out/utils/projectStatus.i18n.json | 12 +- .../out/utils/typingsStatus.i18n.json | 18 +- .../out/utils/versionPicker.i18n.json | 12 +- .../out/utils/versionProvider.i18n.json | 12 +- .../extensions/typescript/package.i18n.json | 18 +- i18n/trk/extensions/vb/package.i18n.json | 11 + i18n/trk/extensions/xml/package.i18n.json | 11 + i18n/trk/extensions/yaml/package.i18n.json | 11 + .../browser/ui/actionbar/actionbar.i18n.json | 12 +- .../vs/base/browser/ui/aria/aria.i18n.json | 12 +- .../browser/ui/findinput/findInput.i18n.json | 12 +- .../findinput/findInputCheckboxes.i18n.json | 12 +- .../browser/ui/inputbox/inputBox.i18n.json | 12 +- .../resourceviewer/resourceViewer.i18n.json | 12 +- .../ui/selectBox/selectBoxCustom.i18n.json | 10 + .../base/browser/ui/toolbar/toolbar.i18n.json | 12 +- .../src/vs/base/common/errorMessage.i18n.json | 12 +- .../base/common/jsonErrorMessages.i18n.json | 12 +- .../vs/base/common/keybindingLabels.i18n.json | 12 +- .../src/vs/base/common/processes.i18n.json | 2 +- .../trk/src/vs/base/common/severity.i18n.json | 12 +- i18n/trk/src/vs/base/node/processes.i18n.json | 12 +- i18n/trk/src/vs/base/node/ps.i18n.json | 10 + i18n/trk/src/vs/base/node/zip.i18n.json | 12 +- .../browser/quickOpenModel.i18n.json | 12 +- .../browser/quickOpenWidget.i18n.json | 12 +- .../parts/tree/browser/treeDefaults.i18n.json | 12 +- .../issue/issueReporterMain.i18n.json | 28 + .../issue/issueReporterPage.i18n.json | 30 + .../src/vs/code/electron-main/auth.i18n.json | 12 +- .../code/electron-main/logUploader.i18n.json | 20 + .../src/vs/code/electron-main/main.i18n.json | 12 +- .../src/vs/code/electron-main/menus.i18n.json | 22 +- .../vs/code/electron-main/window.i18n.json | 14 +- .../vs/code/electron-main/windows.i18n.json | 12 +- .../src/vs/code/node/cliProcessMain.i18n.json | 12 +- .../browser/services/bulkEdit.i18n.json | 16 +- .../browser/widget/diffEditorWidget.i18n.json | 12 +- .../browser/widget/diffReview.i18n.json | 12 +- .../config/commonEditorConfig.i18n.json | 26 +- .../common/config/editorOptions.i18n.json | 12 +- .../editor/common/controller/cursor.i18n.json | 12 +- .../model/textModelWithTokens.i18n.json | 2 +- .../common/modes/modesRegistry.i18n.json | 12 +- .../editor/common/services/bulkEdit.i18n.json | 2 +- .../common/services/modeServiceImpl.i18n.json | 2 +- .../services/modelServiceImpl.i18n.json | 12 +- .../common/view/editorColorRegistry.i18n.json | 16 +- .../bracketMatching/bracketMatching.i18n.json | 16 +- .../common/bracketMatching.i18n.json | 2 +- .../caretOperations/caretOperations.i18n.json | 12 +- .../common/caretOperations.i18n.json | 2 +- .../common/transpose.i18n.json | 2 +- .../caretOperations/transpose.i18n.json | 12 +- .../clipboard/browser/clipboard.i18n.json | 2 +- .../contrib/clipboard/clipboard.i18n.json | 12 +- .../editor/contrib/comment/comment.i18n.json | 12 +- .../contrib/comment/common/comment.i18n.json | 2 +- .../contextmenu/browser/contextmenu.i18n.json | 2 +- .../contrib/contextmenu/contextmenu.i18n.json | 12 +- .../contrib/find/browser/findWidget.i18n.json | 2 +- .../find/browser/simpleFindWidget.i18n.json | 2 +- .../find/common/findController.i18n.json | 2 +- .../contrib/find/findController.i18n.json | 12 +- .../editor/contrib/find/findWidget.i18n.json | 12 +- .../contrib/find/simpleFindWidget.i18n.json | 12 +- .../contrib/folding/browser/folding.i18n.json | 2 +- .../editor/contrib/folding/folding.i18n.json | 12 +- .../format/browser/formatActions.i18n.json | 2 +- .../contrib/format/formatActions.i18n.json | 14 +- .../browser/goToDeclarationCommands.i18n.json | 2 +- .../browser/goToDeclarationMouse.i18n.json | 2 +- .../goToDeclarationCommands.i18n.json | 12 +- .../goToDeclarationMouse.i18n.json | 12 +- .../gotoError/browser/gotoError.i18n.json | 2 +- .../contrib/gotoError/gotoError.i18n.json | 16 +- .../contrib/hover/browser/hover.i18n.json | 2 +- .../hover/browser/modesContentHover.i18n.json | 2 +- .../vs/editor/contrib/hover/hover.i18n.json | 12 +- .../contrib/hover/modesContentHover.i18n.json | 12 +- .../common/inPlaceReplace.i18n.json | 2 +- .../inPlaceReplace/inPlaceReplace.i18n.json | 12 +- .../indentation/common/indentation.i18n.json | 2 +- .../contrib/indentation/indentation.i18n.json | 12 +- .../common/linesOperations.i18n.json | 2 +- .../linesOperations/linesOperations.i18n.json | 12 +- .../contrib/links/browser/links.i18n.json | 2 +- .../vs/editor/contrib/links/links.i18n.json | 16 +- .../multicursor/common/multicursor.i18n.json | 2 +- .../contrib/multicursor/multicursor.i18n.json | 12 +- .../browser/parameterHints.i18n.json | 2 +- .../browser/parameterHintsWidget.i18n.json | 2 +- .../parameterHints/parameterHints.i18n.json | 12 +- .../parameterHintsWidget.i18n.json | 12 +- .../browser/quickFixCommands.i18n.json | 2 +- .../quickFix/quickFixCommands.i18n.json | 15 +- .../browser/peekViewWidget.i18n.json | 2 +- .../browser/referenceSearch.i18n.json | 2 +- .../browser/referencesController.i18n.json | 2 +- .../browser/referencesModel.i18n.json | 2 +- .../browser/referencesWidget.i18n.json | 2 +- .../referenceSearch/peekViewWidget.i18n.json | 12 +- .../referenceSearch/referenceSearch.i18n.json | 12 +- .../referencesController.i18n.json | 12 +- .../referenceSearch/referencesModel.i18n.json | 12 +- .../referencesWidget.i18n.json | 12 +- .../contrib/rename/browser/rename.i18n.json | 2 +- .../rename/browser/renameInputField.i18n.json | 2 +- .../vs/editor/contrib/rename/rename.i18n.json | 14 +- .../contrib/rename/renameInputField.i18n.json | 12 +- .../smartSelect/common/smartSelect.i18n.json | 2 +- .../contrib/smartSelect/smartSelect.i18n.json | 12 +- .../browser/suggestController.i18n.json | 2 +- .../suggest/browser/suggestWidget.i18n.json | 2 +- .../suggest/suggestController.i18n.json | 12 +- .../contrib/suggest/suggestWidget.i18n.json | 12 +- .../common/toggleTabFocusMode.i18n.json | 2 +- .../toggleTabFocusMode.i18n.json | 12 +- .../common/wordHighlighter.i18n.json | 2 +- .../wordHighlighter/wordHighlighter.i18n.json | 18 +- .../browser/peekViewWidget.i18n.json | 2 +- .../textMate/TMSyntax.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 2 +- .../editor/node/textMate/TMGrammars.i18n.json | 2 +- .../browser/menuItemActionItem.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 15 +- .../common/configurationRegistry.i18n.json | 12 +- .../platform/environment/node/argv.i18n.json | 48 +- .../extensionEnablementService.i18n.json | 12 +- .../common/extensionManagement.i18n.json | 12 +- .../node/extensionGalleryService.i18n.json | 12 +- .../node/extensionManagementService.i18n.json | 25 +- .../common/abstractExtensionService.i18n.json | 2 +- .../common/extensionsRegistry.i18n.json | 12 +- .../node/extensionValidator.i18n.json | 27 +- .../historyMainService.i18n.json | 12 +- .../node/integrityServiceImpl.i18n.json | 17 +- .../electron-main/issueService.i18n.json | 10 + .../jsonValidationExtensionPoint.i18n.json | 12 +- .../abstractKeybindingService.i18n.json | 12 +- .../list/browser/listService.i18n.json | 16 + .../common/localizations.i18n.json | 17 + .../markers/common/problemMatcher.i18n.json | 12 +- .../platform/message/common/message.i18n.json | 16 +- .../platform/request/node/request.i18n.json | 12 +- .../common/telemetryService.i18n.json | 12 +- .../common/colorExtensionPoint.i18n.json | 12 +- .../theme/common/colorRegistry.i18n.json | 45 +- .../node/update.config.contribution.i18n.json | 12 + .../electron-main/windowsService.i18n.json | 12 + .../workspaces/common/workspaces.i18n.json | 12 +- .../localizationsExtensionPoint.i18n.json | 11 + .../api/browser/viewsExtensionPoint.i18n.json | 12 +- .../mainThreadExtensionService.i18n.json | 2 +- .../mainThreadMessageService.i18n.json | 16 +- .../mainThreadSaveParticipant.i18n.json | 10 + .../mainThreadWebview.i18n.json | 10 + .../mainThreadWorkspace.i18n.json | 14 + .../api/node/extHostDiagnostics.i18n.json | 12 +- .../node/extHostExtensionActivator.i18n.json | 20 +- .../workbench/api/node/extHostTask.i18n.json | 12 +- .../api/node/extHostTreeViews.i18n.json | 15 +- .../api/node/extHostWorkspace.i18n.json | 10 + .../browser/actions/configureLocale.i18n.json | 2 +- .../browser/actions/fileActions.i18n.json | 2 +- .../toggleActivityBarVisibility.i18n.json | 12 +- .../actions/toggleCenteredLayout.i18n.json | 11 + .../actions/toggleEditorLayout.i18n.json | 12 +- .../actions/toggleSidebarPosition.i18n.json | 14 +- .../actions/toggleSidebarVisibility.i18n.json | 12 +- .../toggleStatusbarVisibility.i18n.json | 12 +- .../actions/toggleTabsVisibility.i18n.json | 12 +- .../browser/actions/toggleZenMode.i18n.json | 12 +- .../actions/workspaceActions.i18n.json | 20 +- .../actions/workspaceCommands.i18n.json | 13 + .../activitybar/activitybarActions.i18n.json | 2 +- .../activitybar/activitybarPart.i18n.json | 12 +- .../browser/parts/compositePart.i18n.json | 12 +- .../parts/compositebar/compositeBar.i18n.json | 12 +- .../compositeBarActions.i18n.json | 12 +- .../parts/editor/binaryDiffEditor.i18n.json | 12 +- .../parts/editor/binaryEditor.i18n.json | 12 +- .../editor/editor.contribution.i18n.json | 27 +- .../parts/editor/editorActions.i18n.json | 23 +- .../parts/editor/editorCommands.i18n.json | 16 +- .../browser/parts/editor/editorPart.i18n.json | 12 +- .../parts/editor/editorPicker.i18n.json | 12 +- .../parts/editor/editorStatus.i18n.json | 12 +- .../parts/editor/resourceViewer.i18n.json | 19 + .../parts/editor/tabsTitleControl.i18n.json | 12 +- .../parts/editor/textDiffEditor.i18n.json | 15 +- .../browser/parts/editor/textEditor.i18n.json | 12 +- .../parts/editor/textResourceEditor.i18n.json | 12 +- .../parts/editor/titleControl.i18n.json | 18 +- .../notificationsActions.i18n.json | 16 + .../notificationsAlerts.i18n.json | 12 + .../notificationsCenter.i18n.json | 12 + .../notificationsCommands.i18n.json | 13 + .../notificationsStatus.i18n.json | 14 + .../notificationsToasts.i18n.json | 10 + .../notificationsViewer.i18n.json | 11 + .../parts/panel/panelActions.i18n.json | 12 +- .../browser/parts/panel/panelPart.i18n.json | 2 +- .../quickopen/quickOpenController.i18n.json | 12 +- .../parts/quickopen/quickopen.i18n.json | 12 +- .../parts/sidebar/sidebarPart.i18n.json | 13 +- .../parts/statusbar/statusbarPart.i18n.json | 12 +- .../parts/titlebar/titlebarPart.i18n.json | 14 +- .../parts/views/panelViewlet.i18n.json | 12 +- .../browser/parts/views/views.i18n.json | 2 +- .../parts/views/viewsRegistry.i18n.json | 2 +- .../parts/views/viewsViewlet.i18n.json | 14 +- .../vs/workbench/browser/quickopen.i18n.json | 12 +- .../vs/workbench/browser/viewlet.i18n.json | 13 +- .../src/vs/workbench/common/theme.i18n.json | 41 +- .../src/vs/workbench/common/views.i18n.json | 10 + .../electron-browser/actions.i18n.json | 38 +- .../electron-browser/commands.i18n.json | 12 +- .../configureLocale.i18n.json | 2 +- .../electron-browser/extensionHost.i18n.json | 2 +- .../main.contribution.i18n.json | 31 +- .../workbench/electron-browser/main.i18n.json | 12 +- .../electron-browser/shell.i18n.json | 2 +- .../electron-browser/window.i18n.json | 15 +- .../electron-browser/workbench.i18n.json | 12 +- .../node/extensionHostMain.i18n.json | 12 +- .../workbench/node/extensionPoints.i18n.json | 2 +- .../cli.contribution.i18n.json | 16 +- .../electron-browser/accessibility.i18n.json | 12 +- .../inspectKeybindings.i18n.json | 12 +- .../inspectTMScopes.i18n.json | 2 +- ...guageConfigurationExtensionPoint.i18n.json | 12 +- .../textMate/inspectTMScopes.i18n.json | 12 +- .../electron-browser/toggleMinimap.i18n.json | 12 +- .../toggleMultiCursorModifier.i18n.json | 12 +- .../toggleRenderControlCharacter.i18n.json | 12 +- .../toggleRenderWhitespace.i18n.json | 12 +- .../electron-browser/toggleWordWrap.i18n.json | 12 +- .../wordWrapMigration.i18n.json | 14 +- .../debug/browser/breakpointWidget.i18n.json | 12 +- .../debug/browser/breakpointsView.i18n.json | 19 + .../debug/browser/debugActionItems.i18n.json | 12 +- .../debug/browser/debugActions.i18n.json | 12 +- .../browser/debugActionsWidget.i18n.json | 15 +- .../debug/browser/debugCommands.i18n.json | 13 + .../browser/debugContentProvider.i18n.json | 15 +- .../browser/debugEditorActions.i18n.json | 14 +- .../browser/debugEditorModelManager.i18n.json | 12 +- .../debug/browser/debugQuickOpen.i18n.json | 12 +- .../parts/debug/browser/debugStatus.i18n.json | 12 +- .../debug/browser/debugViewlet.i18n.json | 12 +- .../debug/browser/exceptionWidget.i18n.json | 12 +- .../debug/browser/linkDetector.i18n.json | 12 +- .../browser/statusbarColorProvider.i18n.json | 12 + .../parts/debug/common/debug.i18n.json | 12 +- .../parts/debug/common/debugModel.i18n.json | 12 +- .../parts/debug/common/debugSource.i18n.json | 12 +- .../breakpointsView.i18n.json | 12 +- .../electron-browser/callStackView.i18n.json | 12 +- .../debug.contribution.i18n.json | 14 +- .../electron-browser/debugCommands.i18n.json | 12 +- .../debugConfigurationManager.i18n.json | 22 +- .../debugEditorContribution.i18n.json | 12 +- .../electron-browser/debugHover.i18n.json | 12 +- .../electron-browser/debugService.i18n.json | 22 +- .../electron-browser/debugViewer.i18n.json | 2 +- .../electron-browser/debugViews.i18n.json | 2 +- .../electronDebugActions.i18n.json | 13 +- .../rawDebugSession.i18n.json | 12 +- .../debug/electron-browser/repl.i18n.json | 12 +- .../electron-browser/replViewer.i18n.json | 12 +- .../statusbarColorProvider.i18n.json | 12 +- .../terminalSupport.i18n.json | 15 +- .../electron-browser/variablesView.i18n.json | 12 +- .../watchExpressionsView.i18n.json | 12 +- .../parts/debug/node/debugAdapter.i18n.json | 12 +- .../actions/showEmmetCommands.i18n.json | 12 +- .../actions/balance.i18n.json | 2 +- .../actions/editPoints.i18n.json | 2 +- .../actions/evaluateMath.i18n.json | 2 +- .../actions/expandAbbreviation.i18n.json | 12 +- .../actions/incrementDecrement.i18n.json | 2 +- .../actions/matchingPair.i18n.json | 2 +- .../actions/mergeLines.i18n.json | 2 +- .../actions/reflectCssValue.i18n.json | 2 +- .../actions/removeTag.i18n.json | 2 +- .../actions/selectItem.i18n.json | 2 +- .../actions/splitJoinTag.i18n.json | 2 +- .../actions/toggleComment.i18n.json | 2 +- .../actions/updateImageSize.i18n.json | 2 +- .../actions/updateTag.i18n.json | 2 +- .../actions/wrapWithAbbreviation.i18n.json | 2 +- .../emmet.contribution.i18n.json | 2 +- .../execution.contribution.i18n.json | 15 +- .../terminal.contribution.i18n.json | 2 +- .../terminalService.i18n.json | 12 +- .../treeExplorer.contribution.i18n.json | 2 +- .../browser/treeExplorerActions.i18n.json | 2 +- .../browser/treeExplorerService.i18n.json | 2 +- .../browser/views/treeExplorerView.i18n.json | 2 +- .../browser/dependenciesViewer.i18n.json | 12 +- .../browser/extensionEditor.i18n.json | 19 +- .../browser/extensionsActions.i18n.json | 34 +- .../browser/extensionsList.i18n.json | 2 +- .../browser/extensionsQuickOpen.i18n.json | 12 +- .../browser/extensionsWidgets.i18n.json | 12 +- .../common/extensionsFileTemplate.i18n.json | 12 +- .../common/extensionsInput.i18n.json | 12 +- .../extensionProfileService.i18n.json | 16 +- .../extensionTipsService.i18n.json | 24 +- .../extensions.contribution.i18n.json | 15 +- .../extensionsActions.i18n.json | 13 +- .../extensionsUtils.i18n.json | 15 +- .../extensionsViewlet.i18n.json | 17 +- .../extensionsViews.i18n.json | 12 +- .../runtimeExtensionsEditor.i18n.json | 12 +- .../node/extensionsWorkbenchService.i18n.json | 16 +- .../feedback.contribution.i18n.json | 11 + .../electron-browser/feedback.i18n.json | 13 +- .../feedbackStatusbarItem.i18n.json | 10 + .../editors/binaryFileEditor.i18n.json | 12 +- .../browser/editors/textFileEditor.i18n.json | 12 +- .../files/browser/explorerViewlet.i18n.json | 2 +- .../fileActions.contribution.i18n.json | 2 +- .../parts/files/browser/fileActions.i18n.json | 2 +- .../files/browser/fileCommands.i18n.json | 2 +- .../browser/files.contribution.i18n.json | 2 +- .../files/browser/saveErrorHandler.i18n.json | 2 +- .../files/browser/views/emptyView.i18n.json | 2 +- .../explorerDecorationsProvider.i18n.json | 2 +- .../browser/views/explorerView.i18n.json | 2 +- .../browser/views/explorerViewer.i18n.json | 2 +- .../browser/views/openEditorsView.i18n.json | 2 +- .../browser/views/openEditorsViewer.i18n.json | 2 +- .../files/common/dirtyFilesTracker.i18n.json | 12 +- .../common/editors/fileEditorInput.i18n.json | 12 +- .../explorerViewlet.i18n.json | 12 +- .../fileActions.contribution.i18n.json | 36 +- .../electron-browser/fileActions.i18n.json | 47 +- .../electron-browser/fileCommands.i18n.json | 25 +- .../files.contribution.i18n.json | 15 +- .../saveErrorHandler.i18n.json | 30 +- .../views/emptyView.i18n.json | 12 +- .../explorerDecorationsProvider.i18n.json | 15 +- .../views/explorerView.i18n.json | 12 +- .../views/explorerViewer.i18n.json | 14 +- .../views/openEditorsView.i18n.json | 20 +- .../views/openEditorsViewer.i18n.json | 2 +- .../html/browser/html.contribution.i18n.json | 15 +- .../html/browser/htmlPreviewPart.i18n.json | 12 +- .../browser/webview.contribution.i18n.json | 10 + .../parts/html/browser/webview.i18n.json | 2 +- .../html/browser/webviewCommands.i18n.json | 12 + .../localizations.contribution.i18n.json | 18 + .../browser/localizationsActions.i18n.json | 14 + .../logs.contribution.i18n.json | 14 + .../electron-browser/logsActions.i18n.json | 30 + .../browser/markersFileDecorations.i18n.json | 12 +- .../markers/browser/markersPanel.i18n.json | 12 +- .../parts/markers/common/markers.i18n.json | 11 + .../parts/markers/common/messages.i18n.json | 16 +- .../markersElectronContributions.i18n.json | 12 +- .../nps.contribution.i18n.json | 2 +- .../browser/output.contribution.i18n.json | 2 +- .../output/browser/outputActions.i18n.json | 12 +- .../output/browser/outputPanel.i18n.json | 12 +- .../parts/output/common/output.i18n.json | 2 +- .../output.contribution.i18n.json | 13 + .../electron-browser/outputServices.i18n.json | 11 + .../performance.contribution.i18n.json | 2 +- .../startupProfiler.i18n.json | 12 +- .../browser/keybindingWidgets.i18n.json | 12 +- .../browser/keybindingsEditor.i18n.json | 17 +- .../keybindingsEditorContribution.i18n.json | 12 +- .../preferences.contribution.i18n.json | 2 +- .../browser/preferencesActions.i18n.json | 12 +- .../browser/preferencesEditor.i18n.json | 18 +- .../browser/preferencesRenderers.i18n.json | 14 +- .../browser/preferencesService.i18n.json | 12 +- .../browser/preferencesWidgets.i18n.json | 16 +- .../common/keybindingsEditorModel.i18n.json | 12 +- .../preferences/common/preferences.i18n.json | 12 +- .../common/preferencesModels.i18n.json | 13 +- .../preferences.contribution.i18n.json | 12 +- .../browser/commandsHandler.i18n.json | 14 +- .../browser/gotoLineHandler.i18n.json | 12 +- .../browser/gotoSymbolHandler.i18n.json | 12 +- .../quickopen/browser/helpHandler.i18n.json | 12 +- .../browser/quickopen.contribution.i18n.json | 13 +- .../browser/viewPickerHandler.i18n.json | 12 +- .../relauncher.contribution.i18n.json | 12 +- .../dirtydiffDecorator.i18n.json | 14 +- .../scm.contribution.i18n.json | 18 +- .../electron-browser/scmActivity.i18n.json | 12 +- .../scm/electron-browser/scmMenus.i18n.json | 2 +- .../scm/electron-browser/scmViewlet.i18n.json | 12 +- .../browser/openAnythingHandler.i18n.json | 12 +- .../search/browser/openFileHandler.i18n.json | 12 +- .../browser/openSymbolHandler.i18n.json | 12 +- .../browser/patternInputWidget.i18n.json | 12 +- .../search/browser/replaceService.i18n.json | 12 +- .../browser/search.contribution.i18n.json | 2 +- .../search/browser/searchActions.i18n.json | 15 +- .../browser/searchResultsView.i18n.json | 12 +- .../parts/search/browser/searchView.i18n.json | 51 + .../search/browser/searchViewlet.i18n.json | 12 +- .../search/browser/searchWidget.i18n.json | 12 +- .../search/common/queryBuilder.i18n.json | 12 +- .../search.contribution.i18n.json | 22 +- .../electron-browser/searchActions.i18n.json | 2 +- .../electron-browser/TMSnippets.i18n.json | 2 +- .../configureSnippets.i18n.json | 17 + .../electron-browser/insertSnippet.i18n.json | 12 +- .../snippets.contribution.i18n.json | 19 +- .../electron-browser/snippetsFile.i18n.json | 11 + .../snippetsService.i18n.json | 16 +- .../electron-browser/tabCompletion.i18n.json | 12 +- .../languageSurveys.contribution.i18n.json | 16 +- .../nps.contribution.i18n.json | 16 +- .../tasks/browser/buildQuickOpen.i18n.json | 2 +- .../parts/tasks/browser/quickOpen.i18n.json | 12 +- .../tasks/browser/restartQuickOpen.i18n.json | 2 +- .../tasks/browser/taskQuickOpen.i18n.json | 12 +- .../browser/terminateQuickOpen.i18n.json | 2 +- .../tasks/browser/testQuickOpen.i18n.json | 2 +- .../tasks/common/problemMatcher.i18n.json | 75 + .../tasks/common/taskConfiguration.i18n.json | 2 +- .../common/taskDefinitionRegistry.i18n.json | 12 +- .../tasks/common/taskTemplates.i18n.json | 12 +- .../tasks/common/taskTypeRegistry.i18n.json | 2 +- .../jsonSchemaCommon.i18n.json | 12 +- .../electron-browser/jsonSchema_v1.i18n.json | 12 +- .../electron-browser/jsonSchema_v2.i18n.json | 20 +- .../task.contribution.i18n.json | 21 +- .../electron-browser/taskPanel.i18n.json | 2 +- .../terminalTaskSystem.i18n.json | 12 +- .../node/processRunnerDetector.i18n.json | 12 +- .../tasks/node/processTaskSystem.i18n.json | 12 +- .../tasks/node/taskConfiguration.i18n.json | 12 +- .../browser/terminalQuickOpen.i18n.json | 12 +- .../terminal.contribution.i18n.json | 22 +- .../terminalActions.i18n.json | 25 +- .../terminalColorRegistry.i18n.json | 13 +- .../terminalConfigHelper.i18n.json | 12 +- .../terminalFindWidget.i18n.json | 2 +- .../terminalInstance.i18n.json | 17 +- .../terminalLinkHandler.i18n.json | 12 +- .../electron-browser/terminalPanel.i18n.json | 15 +- .../terminalService.i18n.json | 15 +- .../themes.contribution.i18n.json | 12 +- ...edWorkspaceSettings.contribution.i18n.json | 17 +- .../releaseNotesInput.i18n.json | 12 +- .../update.contribution.i18n.json | 16 +- .../update/electron-browser/update.i18n.json | 41 +- .../parts/views/browser/views.i18n.json | 2 +- .../browser/viewsExtensionPoint.i18n.json | 2 +- .../electron-browser/watermark.i18n.json | 12 +- .../overlay/browser/welcomeOverlay.i18n.json | 12 +- .../vs_code_welcome_page.i18n.json | 12 +- .../welcomePage.contribution.i18n.json | 12 +- .../electron-browser/welcomePage.i18n.json | 13 +- .../editor/editorWalkThrough.i18n.json | 12 +- .../walkThrough.contribution.i18n.json | 12 +- .../walkThroughActions.i18n.json | 12 +- .../walkThroughPart.i18n.json | 12 +- .../menusExtensionPoint.i18n.json | 46 + .../configurationExtensionPoint.i18n.json | 13 +- .../node/configuration.i18n.json | 2 +- .../configurationEditingService.i18n.json | 33 +- .../node/jsonEditingService.i18n.json | 12 +- .../common/crashReporterService.i18n.json | 2 +- .../crashReporterService.i18n.json | 12 +- .../browser/decorationsService.i18n.json | 12 +- .../electron-browser/dialogs.i18n.json | 13 + .../editor/browser/editorService.i18n.json | 2 +- .../editor/common/editorService.i18n.json | 12 +- .../common/extensionsRegistry.i18n.json | 35 + .../electron-browser/extensionHost.i18n.json | 13 +- .../extensionHostProfiler.i18n.json | 12 +- .../extensionPoints.i18n.json | 14 +- .../extensionService.i18n.json | 19 +- .../extensions/node/extensionPoints.i18n.json | 26 + .../electron-browser/fileService.i18n.json | 17 +- .../remoteFileService.i18n.json | 14 +- .../services/files/node/fileService.i18n.json | 14 +- .../jsonValidationExtensionPoint.i18n.json | 17 + .../common/keybindingEditing.i18n.json | 18 +- .../keybindingService.i18n.json | 15 +- .../message/browser/messageList.i18n.json | 12 +- .../electron-browser/messageService.i18n.json | 12 +- .../common/workbenchModeService.i18n.json | 12 +- .../browser/progressService2.i18n.json | 12 +- .../electron-browser/TMGrammars.i18n.json | 12 +- .../electron-browser/TMSyntax.i18n.json | 12 +- .../common/textFileEditorModel.i18n.json | 12 +- .../textfile/common/textFileService.i18n.json | 12 +- .../textFileService.i18n.json | 14 +- .../common/colorExtensionPoint.i18n.json | 22 + .../themes/common/colorThemeSchema.i18n.json | 17 +- .../common/fileIconThemeSchema.i18n.json | 12 +- .../electron-browser/colorThemeData.i18n.json | 12 +- .../colorThemeStore.i18n.json | 12 +- .../fileIconThemeData.i18n.json | 12 +- .../fileIconThemeStore.i18n.json | 12 +- .../workbenchThemeService.i18n.json | 16 +- .../node/workspaceEditingService.i18n.json | 19 +- package.json | 37 +- resources/darwin/bin/code.sh | 4 +- resources/linux/bin/code.sh | 10 +- resources/linux/rpm/code.spec.template | 8 +- resources/linux/snap/electron-launch | 29 +- resources/linux/snap/snapcraft.yaml | 16 +- scripts/code.bat | 15 +- scripts/code.sh | 9 + src/bootstrap-amd.js | 32 + src/bootstrap.js | 27 +- src/buildfile.js | 1 + src/cli.js | 24 + src/main.js | 474 +- .../browser/ui/dropdownList/dropdownList.ts | 4 +- src/sql/base/browser/ui/listBox/listBox.ts | 10 +- src/sql/base/browser/ui/modal/dialogHelper.ts | 2 +- .../browser/ui/modal/optionsDialogHelper.ts | 2 +- .../base/browser/ui/modal/webViewDialog.ts | 15 +- .../base/browser/ui/selectBox/selectBox.ts | 14 +- src/sql/common/pathUtilities.ts | 4 +- .../common/accountActions.ts | 44 +- .../common/accountManagement.contribution.ts | 2 +- .../connection/common/connectionActions.ts | 13 +- .../connectionDialogService.ts | 4 +- .../connectionDialogWidget.ts | 44 +- .../connectionDialog/connectionWidget.ts | 4 +- .../recentConnectionTreeController.ts | 2 - .../parts/dashboard/common/dashboardHelper.ts | 2 - .../common/dashboardPage.component.ts | 7 +- .../common/dashboardTab.contribution.ts | 2 +- .../dashboardContainer.contribution.ts | 2 +- .../dashboardGridContainer.contribution.ts | 2 +- .../dashboardNavSection.contribution.ts | 2 +- .../dashboardWidgetContainer.contribution.ts | 2 +- .../contents/webviewContent.component.ts | 13 +- .../dashboardServiceInterface.service.ts | 24 +- .../insights/insightsWidget.contribution.ts | 2 +- .../widgets/tasks/tasksWidget.component.ts | 6 +- .../webview/webviewWidget.component.ts | 14 +- .../backup/backup.component.ts | 8 +- .../disasterRecovery/restore/restoreDialog.ts | 2 +- .../parts/editData/common/editDataInput.ts | 17 +- .../editData/execution/editDataActions.ts | 17 +- .../parts/fileBrowser/fileBrowserDialog.ts | 2 +- .../grid/views/query/chartViewer.component.ts | 55 +- .../grid/views/query/chartViewerActions.ts | 23 +- .../insights/node/insightsDialogController.ts | 19 +- .../views/jobHistory.component.ts | 22 +- .../parts/profiler/contrib/profilerActions.ts | 6 +- .../dialog/profilerColumnEditorDialog.ts | 6 +- .../parts/profiler/editor/profilerEditor.ts | 10 +- src/sql/parts/query/common/flavorStatus.ts | 11 +- src/sql/parts/query/common/queryInput.ts | 2 +- .../parts/query/common/resultSerializer.ts | 60 +- src/sql/parts/query/execution/queryActions.ts | 18 +- .../query/execution/queryModelService.ts | 25 +- src/sql/parts/query/execution/queryRunner.ts | 25 +- .../query/services/queryEditorService.ts | 35 +- .../serverGroupDialog/serverGroupDialog.ts | 8 +- .../viewlet/connectionViewlet.ts | 16 +- .../parts/taskHistory/common/taskService.ts | 2 +- .../taskHistory/viewlet/taskHistoryViewlet.ts | 13 +- .../electron-browser/clipboardService.ts | 22 + .../dashboard/common/dashboardRegistry.ts | 2 +- src/sql/platform/tasks/common/tasks.ts | 9 +- .../services/bootstrap/bootstrapService.ts | 6 +- .../bootstrap/bootstrapServiceImpl.ts | 8 +- .../electron-browser/mainThreadDashboard.ts | 4 +- .../electron-browser/mainThreadModalDialog.ts | 4 +- .../api/electron-browser/mainThreadTasks.ts | 2 +- .../sqlExtensionHost.contribution.ts | 2 +- .../api/node/extHostAccountManagement.ts | 6 +- .../api/node/extHostConnectionManagement.ts | 6 +- .../api/node/extHostCredentialManagement.ts | 6 +- .../workbench/api/node/extHostDashboard.ts | 6 +- .../api/node/extHostDashboardWebview.ts | 2 +- .../workbench/api/node/extHostDataProtocol.ts | 6 +- .../workbench/api/node/extHostModalDialog.ts | 4 +- .../api/node/extHostObjectExplorer.ts | 6 +- .../api/node/extHostResourceProvider.ts | 6 +- .../api/node/extHostSerializationProvider.ts | 6 +- src/sql/workbench/api/node/extHostTasks.ts | 2 +- .../api/node/mainThreadAccountManagement.ts | 2 +- .../node/mainThreadConnectionManagement.ts | 2 +- .../node/mainThreadCredentialManagement.ts | 2 +- .../api/node/mainThreadDashboardWebview.ts | 2 +- .../api/node/mainThreadDataProtocol.ts | 6 +- .../api/node/mainThreadObjectExplorer.ts | 2 +- .../api/node/mainThreadResourceProvider.ts | 2 +- .../node/mainThreadSerializationProvider.ts | 2 +- .../workbench/api/node/sqlExtHost.api.impl.ts | 35 +- .../workbench/api/node/sqlExtHost.protocol.ts | 4 +- src/sql/workbench/common/actions.ts | 24 +- .../errorMessageDialog/errorMessageDialog.ts | 10 +- .../common/connectionProviderExtension.ts | 2 +- src/sql/workbench/update/releaseNotes.ts | 19 +- .../accountManagement/accountActions.test.ts | 2 +- .../parts/query/editor/queryEditor.test.ts | 10 +- src/sqltest/stubs/messageServiceStub.ts | 13 +- .../stubs/workbenchEditorTestService.ts | 3 +- .../api/extHostAccountManagement.test.ts | 14 +- .../api/extHostCredentialManagement.test.ts | 14 +- .../workbench/api/extHostDataProtocol.test.ts | 12 +- src/tsconfig.json | 1 + src/tsconfig.monaco.json | 2 +- src/typings/iconv-lite.d.ts | 6 +- src/typings/native-is-elevated.d.ts | 10 + src/typings/node.d.ts | 1 + src/typings/spdlog.d.ts | 4 + src/typings/sudo-prompt.d.ts | 9 + src/typings/vscode-xterm.d.ts | 611 ++ src/typings/windows-mutex.ts | 2 + src/vs/base/browser/contextmenu.ts | 35 + src/vs/base/browser/dnd.ts | 26 +- src/vs/base/browser/dom.ts | 73 +- src/vs/base/browser/event.ts | 7 +- src/vs/base/browser/htmlContentRenderer.ts | 84 +- src/vs/base/browser/touch.ts | 2 +- src/vs/base/browser/ui/actionbar/actionbar.ts | 8 +- src/vs/base/browser/ui/button/button.css | 7 - src/vs/base/browser/ui/button/button.ts | 92 +- src/vs/base/browser/ui/checkbox/checkbox.css | 10 +- src/vs/base/browser/ui/checkbox/checkbox.ts | 2 +- .../browser/ui/contextview/contextview.ts | 3 +- src/vs/base/browser/ui/dropdown/dropdown.css | 4 - src/vs/base/browser/ui/dropdown/dropdown.ts | 108 +- .../ui/findinput/findInputCheckboxes.css | 24 +- src/vs/base/browser/ui/iconLabel/iconLabel.ts | 73 +- .../base/browser/ui/iconLabel/iconlabel.css | 4 +- src/vs/base/browser/ui/inputbox/inputBox.css | 1 + src/vs/base/browser/ui/inputbox/inputBox.ts | 12 +- src/vs/base/browser/ui/list/list.css | 1 + src/vs/base/browser/ui/list/list.ts | 6 + src/vs/base/browser/ui/list/listPaging.ts | 18 +- src/vs/base/browser/ui/list/listView.ts | 67 +- src/vs/base/browser/ui/list/listWidget.ts | 261 +- src/vs/base/browser/ui/list/rowCache.ts | 2 +- .../ui/octiconLabel/octicons/OSSREADME.json | 2 +- .../browser/ui/progressbar/progressbar.ts | 12 +- .../ui/resourceviewer/resourceViewer.ts | 243 - src/vs/base/browser/ui/sash/sash.ts | 18 +- .../browser/ui/scrollbar/media/scrollbars.css | 1 + .../browser/ui/scrollbar/scrollableElement.ts | 2 +- src/vs/base/browser/ui/selectBox/selectBox.ts | 139 +- .../browser/ui/selectBox/selectBoxCustom.css | 63 + .../browser/ui/selectBox/selectBoxCustom.ts | 698 ++ .../browser/ui/selectBox/selectBoxNative.ts | 154 + src/vs/base/browser/ui/splitview/grid.ts | 149 + .../base/browser/ui/splitview/panelview.css | 1 + src/vs/base/browser/ui/splitview/panelview.ts | 4 + .../base/browser/ui/splitview/splitview.css | 1 + src/vs/base/browser/ui/splitview/splitview.ts | 9 +- src/vs/base/browser/ui/toolbar/toolbar.css | 4 - src/vs/base/browser/ui/toolbar/toolbar.ts | 85 +- src/vs/base/common/actions.ts | 3 +- src/vs/base/common/arrays.ts | 17 + src/vs/base/common/async.ts | 43 +- src/vs/base/common/color.ts | 16 + src/vs/base/common/comparers.ts | 50 +- src/vs/base/common/diagnostics.ts | 2 +- src/vs/base/common/diff/diff2.ts | 325 - src/vs/base/common/errors.ts | 22 +- src/vs/base/common/filters.ts | 18 +- src/vs/base/common/glob.ts | 8 +- src/vs/base/common/labels.ts | 7 +- src/vs/base/common/map.ts | 7 +- src/vs/base/common/marked/OSSREADME.json | 2 +- src/vs/base/common/marked/raw.marked.js | 303 +- src/vs/base/common/marshalling.ts | 3 +- src/vs/base/common/numbers.ts | 2 + src/vs/base/common/octicon.ts | 128 + src/vs/base/common/performance.d.ts | 6 +- src/vs/base/common/performance.js | 48 +- src/vs/base/common/platform.ts | 49 +- src/vs/base/common/resources.ts | 33 +- src/vs/base/common/strings.ts | 12 + src/vs/base/common/uri.ts | 24 +- src/vs/base/common/winjs.base.raw.js | 29 +- src/vs/base/common/worker/simpleWorker.ts | 11 +- src/vs/base/node/config.ts | 14 +- src/vs/base/node/console.ts | 17 +- src/vs/base/node/encoding.ts | 11 +- src/vs/base/node/extfs.ts | 284 +- src/vs/base/node/pfs.ts | 27 +- src/vs/base/node/ports.ts | 9 + src/vs/base/node/processes.ts | 29 +- src/vs/base/node/ps.ts | 31 +- src/vs/base/node/request.ts | 19 +- src/vs/base/node/stats.ts | 9 +- src/vs/base/node/stdFork.ts | 3 +- src/vs/base/node/stdForkStart.js | 2 +- src/vs/base/node/stream.ts | 4 +- src/vs/base/node/zip.ts | 48 +- .../parts/quickopen/browser/quickOpenModel.ts | 61 +- .../quickopen/browser/quickOpenWidget.ts | 43 +- .../parts/quickopen/browser/quickopen.css | 14 +- .../parts/quickopen/common/quickOpenScorer.ts | 18 +- .../base/parts/tree/browser/treeDefaults.ts | 40 +- src/vs/base/parts/tree/browser/treeDnd.ts | 48 - src/vs/base/parts/tree/browser/treeView.ts | 7 +- src/vs/base/test/browser/builder.test.ts | 2 - src/vs/base/test/browser/dom.test.ts | 28 + src/vs/base/test/browser/htmlContent.test.ts | 18 +- .../browser/ui/splitview/splitview.test.ts | 226 - src/vs/base/test/common/arrays.test.ts | 37 + src/vs/base/test/common/diff/diff.test.ts | 6 - src/vs/base/test/common/filters.test.ts | 6 +- src/vs/base/test/common/history.test.ts | 4 +- src/vs/base/test/common/octicon.test.ts | 63 + src/vs/base/test/common/resources.test.ts | 54 + src/vs/base/test/common/strings.test.ts | 33 + src/vs/base/test/common/utils.ts | 2 +- .../common/winjs.polyfill.promise.test.ts | 163 + src/vs/base/test/node/decoder.test.ts | 4 +- .../test/node/encoding/fixtures/some_ansi.css | 4 +- .../test/node/encoding/fixtures/some_utf8.css | 4 +- src/vs/base/test/node/extfs/extfs.test.ts | 272 +- src/vs/base/test/node/extfs/fixtures/site.css | 4 +- src/vs/base/test/node/glob.test.ts | 16 + .../base/test/node/stream/fixtures/file.css | 4 +- src/vs/code/buildfile.js | 4 +- .../electron-browser/issue/issueReporter.html | 17 + .../electron-browser/issue/issueReporter.js | 174 + .../issue/issueReporterMain.ts | 779 ++ .../issue/issueReporterModel.ts | 224 + .../issue/issueReporterPage.ts | 154 + .../issue/media/issueReporter.css | 394 + .../issue/test/testReporterModel.test.ts | 40 + .../proxy}/auth.html | 0 .../contrib/contributions.ts | 12 +- .../contrib/languagePackCachedDataCleaner.ts | 109 + .../contrib/nodeCachedDataCleaner.ts | 0 .../{ => sharedProcess}/sharedProcess.html | 2 +- .../{ => sharedProcess}/sharedProcess.js | 63 +- .../{ => sharedProcess}/sharedProcessMain.ts | 33 +- src/vs/code/electron-main/app.ts | 109 +- src/vs/code/electron-main/auth.ts | 2 +- .../electron-main/contributions.ts} | 6 +- src/vs/code/electron-main/diagnostics.ts | 105 +- src/vs/code/electron-main/launch.ts | 48 +- src/vs/code/electron-main/logUploader.ts | 155 + src/vs/code/electron-main/main.ts | 53 +- src/vs/code/electron-main/menus.ts | 138 +- src/vs/code/electron-main/sharedProcess.ts | 9 +- src/vs/code/electron-main/window.ts | 23 +- src/vs/code/electron-main/windows.ts | 343 +- src/vs/code/node/cli.ts | 84 +- src/vs/code/node/cliProcessMain.ts | 10 +- src/vs/css.js | 13 +- src/vs/editor/browser/config/configuration.ts | 2 + .../editor/browser/controller/coreCommands.ts | 126 +- .../editor/browser/controller/mouseTarget.ts | 56 +- .../browser/controller/textAreaHandler.ts | 81 +- .../browser/controller/textAreaInput.ts | 7 + .../browser/controller/textAreaState.ts | 2 +- src/vs/editor/browser/core/editorState.ts | 4 +- src/vs/editor/browser/editorBrowser.ts | 21 +- src/vs/editor/browser/editorExtensions.ts | 5 +- .../services/abstractCodeEditorService.ts | 9 +- src/vs/editor/browser/services/bulkEdit.ts | 387 +- .../browser/services/codeEditorService.ts | 7 +- .../browser/services/codeEditorServiceImpl.ts | 24 +- src/vs/editor/browser/view/viewController.ts | 3 +- src/vs/editor/browser/view/viewImpl.ts | 11 +- src/vs/editor/browser/view/viewLayer.ts | 2 +- .../currentLineHighlight.ts | 9 - .../currentLineMarginHighlight.css | 4 +- .../currentLineMarginHighlight.ts | 33 +- .../viewParts/decorations/decorations.ts | 2 +- .../editorScrollbar/editorScrollbar.ts | 8 +- .../viewParts/glyphMargin/glyphMargin.ts | 4 +- .../viewParts/indentGuides/indentGuides.ts | 2 +- .../viewParts/lineNumbers/lineNumbers.ts | 8 +- .../browser/viewParts/lines/viewLine.ts | 58 +- .../browser/viewParts/lines/viewLines.css | 20 +- .../browser/viewParts/lines/viewLines.ts | 4 + .../browser/viewParts/minimap/minimap.ts | 19 +- .../overviewRuler/decorationsOverviewRuler.ts | 1 + .../viewParts/overviewRuler/overviewRuler.ts | 134 +- .../overviewRuler/overviewRulerImpl.ts | 250 - .../viewParts/selections/selections.ts | 2 +- .../viewParts/viewCursors/viewCursor.ts | 76 +- .../viewParts/viewCursors/viewCursors.css | 4 +- .../viewParts/viewCursors/viewCursors.ts | 14 +- .../editor/browser/widget/codeEditorWidget.ts | 21 +- .../editor/browser/widget/diffEditorWidget.ts | 95 +- src/vs/editor/browser/widget/diffNavigator.ts | 16 +- src/vs/editor/browser/widget/diffReview.ts | 17 +- .../widget/embeddedCodeEditorWidget.ts | 6 +- .../editor/common/commands/replaceCommand.ts | 17 +- src/vs/editor/common/commands/shiftCommand.ts | 7 +- .../commands/surroundSelectionCommand.ts | 7 +- .../commands/trimTrailingWhitespaceCommand.ts | 9 +- src/vs/editor/common/commonCodeEditor.ts | 46 +- .../common/config/commonEditorConfig.ts | 35 +- src/vs/editor/common/config/editorOptions.ts | 59 +- src/vs/editor/common/config/fontInfo.ts | 25 +- src/vs/editor/common/controller/cursor.ts | 115 +- .../editor/common/controller/cursorCommon.ts | 55 +- .../common/controller/cursorMoveCommands.ts | 16 - .../common/controller/cursorMoveOperations.ts | 2 +- .../common/controller/cursorTypeOperations.ts | 60 +- src/vs/editor/common/controller/oneCursor.ts | 2 +- src/vs/editor/common/core/editOperation.ts | 14 +- src/vs/editor/common/core/lineTokens.ts | 282 +- src/vs/editor/common/core/range.ts | 22 +- src/vs/editor/common/core/selection.ts | 2 +- src/vs/editor/common/core/stringBuilder.ts | 2 +- src/vs/editor/common/diff/diffComputer.ts | 24 - src/vs/editor/common/editorCommon.ts | 1106 +-- src/vs/editor/common/model.ts | 1125 +++ .../model/chunksTextBuffer/bufferPiece.ts | 323 + .../chunksTextBuffer/chunksTextBuffer.ts | 1526 ++++ .../chunksTextBufferBuilder.ts | 186 + src/vs/editor/common/model/editStack.ts | 17 +- .../editor/common/model/editableTextModel.ts | 745 -- .../editor/common/model/indentationGuesser.ts | 24 +- src/vs/editor/common/model/intervalTree.ts | 6 +- .../model/linesTextBuffer/linesTextBuffer.ts | 660 ++ .../linesTextBuffer/linesTextBufferBuilder.ts | 139 + .../model/linesTextBuffer/textSource.ts | 66 + .../{mirrorModel.ts => mirrorTextModel.ts} | 11 +- src/vs/editor/common/model/model.ts | 78 - src/vs/editor/common/model/modelLine.ts | 482 -- .../pieceTreeTextBuffer/pieceTreeBase.ts | 1510 ++++ .../pieceTreeTextBuffer.ts | 494 ++ .../pieceTreeTextBufferBuilder.ts | 180 + .../model/pieceTreeTextBuffer/rbTreeBase.ts | 427 + src/vs/editor/common/model/textModel.ts | 2390 +++++- src/vs/editor/common/model/textModelEvents.ts | 35 +- src/vs/editor/common/model/textModelSearch.ts | 19 +- src/vs/editor/common/model/textModelTokens.ts | 476 ++ .../common/model/textModelWithDecorations.ts | 624 -- .../common/model/textModelWithTokens.ts | 921 --- src/vs/editor/common/model/textSource.ts | 149 - .../common/model/tokensBinaryEncoding.ts | 65 - src/vs/editor/common/model/wordHelper.ts | 15 +- src/vs/editor/common/modes.ts | 226 +- .../modes/languageConfigurationRegistry.ts | 16 +- .../common/modes/languageFeatureRegistry.ts | 14 +- src/vs/editor/common/modes/modesRegistry.ts | 4 +- src/vs/editor/common/modes/supports.ts | 8 +- .../common/modes/supports/characterPair.ts | 2 +- .../modes/supports/electricCharacter.ts | 2 +- .../modes/supports/inplaceReplaceSupport.ts | 10 +- .../editor/common/modes/supports/onEnter.ts | 4 +- .../common/modes/supports/richEditBrackets.ts | 8 +- .../common/modes/textToHtmlTokenizer.ts | 26 +- .../common/services/editorSimpleWorker.ts | 37 +- .../common/services/editorWorkerService.ts | 4 +- .../services/editorWorkerServiceImpl.ts | 3 +- .../common/services/languagesRegistry.ts | 4 +- src/vs/editor/common/services/modeService.ts | 2 +- .../editor/common/services/modeServiceImpl.ts | 20 +- src/vs/editor/common/services/modelService.ts | 22 +- .../common/services/modelServiceImpl.ts | 223 +- .../editor/common/services/resolverService.ts | 10 +- .../editor/common/view/editorColorRegistry.ts | 19 +- .../editor/common/view/overviewZoneManager.ts | 284 +- .../common/view/runtimeMinimapCharRenderer.ts | 4 +- src/vs/editor/common/view/viewEvents.ts | 54 +- .../common/viewLayout/lineDecorations.ts | 4 +- src/vs/editor/common/viewLayout/viewLayout.ts | 6 +- .../common/viewLayout/viewLineRenderer.ts | 25 +- .../common/viewModel/splitLinesCollection.ts | 112 +- src/vs/editor/common/viewModel/viewModel.ts | 42 +- .../common/viewModel/viewModelDecorations.ts | 9 +- .../editor/common/viewModel/viewModelImpl.ts | 292 +- .../bracketMatching/bracketMatching.ts | 89 +- .../test/bracketMatching.test.ts | 52 +- .../caretOperations/moveCaretCommand.ts | 7 +- src/vs/editor/contrib/codelens/codelens.ts | 4 +- .../contrib/codelens/codelensController.ts | 29 +- .../editor/contrib/codelens/codelensWidget.ts | 23 +- src/vs/editor/contrib/colorPicker/color.ts | 6 +- .../contrib/colorPicker/colorDetector.ts | 6 +- .../contrib/comment/blockCommentCommand.ts | 17 +- .../contrib/comment/lineCommentCommand.ts | 23 +- .../editor/contrib/contextmenu/contextmenu.ts | 10 +- src/vs/editor/contrib/dnd/dnd.ts | 5 +- .../editor/contrib/dnd/dragAndDropCommand.ts | 7 +- src/vs/editor/contrib/find/findController.ts | 13 +- src/vs/editor/contrib/find/findDecorations.ts | 42 +- src/vs/editor/contrib/find/findModel.ts | 25 +- src/vs/editor/contrib/find/findWidget.ts | 19 +- .../editor/contrib/find/replaceAllCommand.ts | 5 +- .../editor/contrib/find/simpleFindWidget.ts | 2 +- .../contrib/find/test/findController.test.ts | 64 +- .../contrib/find/test/findModel.test.ts | 40 - src/vs/editor/contrib/folding/folding.ts | 129 +- .../contrib/folding/foldingDecorations.ts | 4 +- src/vs/editor/contrib/folding/foldingModel.ts | 95 +- .../editor/contrib/folding/foldingRanges.ts | 24 +- .../contrib/folding/hiddenRangeModel.ts | 14 +- .../contrib/folding/indentRangeProvider.ts | 40 +- .../contrib/folding/syntaxRangeProvider.ts | 165 + .../contrib/folding/test/foldingModel.test.ts | 37 +- .../folding/test/foldingRanges.test.ts | 10 +- .../folding/test/hiddenRangeModel.test.ts | 6 +- .../contrib/folding/test/indentFold.test.ts | 4 +- .../folding/test/indentRangeProvider.test.ts | 6 +- src/vs/editor/contrib/format/format.ts | 8 +- src/vs/editor/contrib/format/formatActions.ts | 26 +- src/vs/editor/contrib/format/formatCommand.ts | 22 +- .../contrib/format/test/formatCommand.test.ts | 6 +- .../goToDeclaration/goToDeclaration.ts | 33 +- .../goToDeclarationCommands.ts | 23 +- .../goToDeclaration/goToDeclarationMouse.ts | 5 +- src/vs/editor/contrib/gotoError/gotoError.ts | 10 +- src/vs/editor/contrib/hover/getHover.ts | 4 +- src/vs/editor/contrib/hover/hover.ts | 4 +- src/vs/editor/contrib/hover/hoverWidgets.ts | 4 + .../editor/contrib/hover/modesContentHover.ts | 9 +- .../contrib/inPlaceReplace/inPlaceReplace.ts | 5 +- .../inPlaceReplace/inPlaceReplaceCommand.ts | 5 +- .../editor/contrib/indentation/indentation.ts | 27 +- .../linesOperations/copyLinesCommand.ts | 5 +- .../linesOperations/deleteLinesCommand.ts | 7 +- .../linesOperations/linesOperations.ts | 3 +- .../linesOperations/moveLinesCommand.ts | 13 +- .../linesOperations/sortLinesCommand.ts | 11 +- .../test/linesOperations.test.ts | 11 +- src/vs/editor/contrib/links/getLinks.ts | 13 +- src/vs/editor/contrib/links/links.ts | 55 +- .../contrib/markdown/markdownRenderer.ts | 25 +- .../editor/contrib/multicursor/multicursor.ts | 28 +- .../multicursor/test/multicursor.test.ts | 11 +- .../parameterHints/parameterHintsWidget.ts | 1 + .../parameterHints/provideSignatureHelp.ts | 4 +- .../contrib/quickFix/codeActionTrigger.ts | 33 + .../contrib/quickFix/lightBulbWidget.ts | 10 +- src/vs/editor/contrib/quickFix/quickFix.ts | 33 +- .../contrib/quickFix/quickFixCommands.ts | 123 +- .../editor/contrib/quickFix/quickFixModel.ts | 29 +- .../contrib/quickFix/test/quickFix.test.ts | 152 +- .../quickFix/test/quickFixModel.test.ts | 16 +- src/vs/editor/contrib/quickOpen/quickOpen.ts | 4 +- .../media/referencesWidget.css | 3 +- .../contrib/referenceSearch/peekViewWidget.ts | 1 + .../referenceSearch/referenceSearch.ts | 34 +- .../referenceSearch/referencesController.ts | 32 +- .../referenceSearch/referencesWidget.ts | 190 +- src/vs/editor/contrib/rename/rename.ts | 118 +- .../test/tokenSelectionSupport.test.ts | 2 +- .../smartSelect/tokenSelectionSupport.ts | 4 +- .../editor/contrib/smartSelect/tokenTree.ts | 56 +- .../contrib/snippet/snippetController2.ts | 2 +- .../editor/contrib/snippet/snippetSession.css | 6 +- .../editor/contrib/snippet/snippetSession.ts | 84 +- .../contrib/snippet/snippetVariables.ts | 131 +- .../test/snippetController2.old.test.ts | 6 +- .../snippet/test/snippetController2.test.ts | 24 +- .../snippet/test/snippetParser.test.ts | 6 + .../snippet/test/snippetSession.test.ts | 6 +- .../snippet/test/snippetVariables.test.ts | 134 +- .../editor/contrib/suggest/completionModel.ts | 9 +- src/vs/editor/contrib/suggest/suggest.ts | 12 +- .../contrib/suggest/suggestController.ts | 51 +- .../editor/contrib/suggest/suggestMemory.ts | 243 +- src/vs/editor/contrib/suggest/suggestModel.ts | 71 +- .../editor/contrib/suggest/suggestWidget.ts | 80 +- .../suggest/test/completionModel.test.ts | 48 +- .../contrib/suggest/test/suggest.test.ts | 6 +- .../suggest/test/suggestMemory.test.ts | 86 + .../contrib/suggest/test/suggestModel.test.ts | 80 +- .../wordHighlighter/wordHighlighter.ts | 45 +- .../contrib/wordOperations/wordOperations.ts | 15 +- .../editor/contrib/zoneWidget/zoneWidget.ts | 23 +- .../accessibilityHelp/accessibilityHelp.ts | 6 +- src/vs/editor/standalone/browser/colorizer.ts | 21 +- .../browser/inspectTokens/inspectTokens.ts | 8 +- .../browser/quickOpen/editorQuickOpen.ts | 9 +- .../standalone/browser/quickOpen/gotoLine.ts | 3 +- .../quickOpen/quickOpenEditorWidget.ts | 5 +- .../standalone/browser/simpleServices.ts | 101 +- .../browser/standaloneCodeEditor.ts | 17 +- .../standalone/browser/standaloneEditor.ts | 39 +- .../standalone/browser/standaloneLanguages.ts | 51 +- .../standalone/browser/standaloneServices.ts | 24 +- .../standalone/common/monarch/monarchLexer.ts | 2 +- .../test/browser/simpleServices.test.ts | 6 +- .../browser/commands/shiftCommand.test.ts | 6 +- .../test/browser/commands/sideEditing.test.ts | 12 +- .../trimTrailingWhitespaceCommand.test.ts | 10 +- .../test/browser/controller/cursor.test.ts | 258 +- .../controller/cursorMoveCommand.test.ts | 6 +- .../test/browser/controller/imeTester.ts | 4 +- .../browser/controller/textAreaState.test.ts | 4 +- .../test/browser/core/editorState.test.ts | 4 +- .../services/decorationRenderOptions.test.ts | 1 - src/vs/editor/test/browser/testCodeEditor.ts | 13 +- .../test/browser/testCodeEditorService.ts | 3 +- src/vs/editor/test/browser/testCommand.ts | 17 +- .../test/common/core/lineTokens.test.ts | 144 +- .../{ => test}/common/core/viewLineToken.ts | 93 +- .../test/common/diff/diffComputer.test.ts | 1 - src/vs/editor/test/common/editorTestUtils.ts | 6 +- .../common/model/benchmark/benchmarkUtils.ts | 77 + .../test/common/model/benchmark/bootstrap.js | 6 + .../test/common/model/benchmark/entry.ts | 9 + .../model/benchmark/modelbuilder.benchmark.ts | 34 + .../model/benchmark/operations.benchmark.ts | 137 + .../benchmark/searchNReplace.benchmark.ts | 51 + .../chunksTextBuffer/bufferPiece.test.ts | 61 + .../common/model/editableTextModel.test.ts | 540 +- .../model/editableTextModelAuto.test.ts | 6 +- .../model/editableTextModelTestUtils.ts | 20 +- .../linesTextBuffer/linesTextBuffer.test.ts | 519 ++ .../linesTextBufferBuilder.test.ts} | 74 +- .../linesTextBufferBuilderAuto.test.ts} | 47 +- .../textBufferAutoTestUtils.ts | 170 + .../test/common/model/model.line.test.ts | 1169 +-- .../test/common/model/model.modes.test.ts | 23 +- src/vs/editor/test/common/model/model.test.ts | 21 +- .../common/model/modelDecorations.test.ts | 44 +- .../common/model/modelEditOperation.test.ts | 13 +- .../pieceTreeTextBuffer.test.ts | 1677 ++++ .../test/common/model/textModel.test.ts | 233 +- .../test/common/model/textModelSearch.test.ts | 2 +- .../common/model/textModelWithTokens.test.ts | 44 +- .../modes/supports/characterPair.test.ts | 38 +- .../common/modes/textToHtmlTokenizer.test.ts | 6 +- src/vs/editor/test/common/modesTestUtils.ts | 1 + .../test/common/services/modelService.test.ts | 80 +- .../common/view/overviewZoneManager.test.ts | 60 +- .../viewLayout/editorLayoutProvider.test.ts | 84 + .../viewLayout/viewLineRenderer.test.ts | 142 +- .../viewModel/splitLinesCollection.test.ts | 41 +- .../test/common/viewModel/testViewModel.ts | 6 +- .../common/viewModel/viewModelImpl.test.ts | 79 +- src/vs/loader.js | 377 +- src/vs/monaco.d.ts | 373 +- src/vs/nls.js | 259 +- .../actions/browser/menuItemActionItem.ts | 154 +- src/vs/platform/actions/common/actions.ts | 14 +- src/vs/platform/actions/common/menu.ts | 6 +- .../electron-main/backupMainService.test.ts | 31 +- .../electron-browser/broadcastService.ts | 10 +- .../clipboard/common/clipboardService.ts | 16 + .../electron-browser/clipboardService.ts | 51 +- src/vs/platform/commands/common/commands.ts | 2 - .../platform/commands/test/commands.test.ts | 18 - .../common/configurationModels.ts | 8 - .../common/configurationRegistry.ts | 12 +- .../contextkey/browser/contextKeyService.ts | 13 +- .../platform/contextkey/common/contextkey.ts | 94 +- .../contextkey/test/common/contextkey.test.ts | 11 +- .../contextview/browser/contextMenuHandler.ts | 16 +- .../contextview/browser/contextMenuService.ts | 19 +- .../contextview/browser/contextView.ts | 37 +- .../contextview/browser/contextViewService.ts | 7 +- .../credentials/test/node/keytar.test.ts | 18 +- .../common/choiceIpc.ts} | 5 +- .../message.ts => dialogs/common/dialogs.ts} | 65 +- .../node/choiceCli.ts} | 5 +- src/vs/platform/editor/common/editor.ts | 23 +- .../environment/common/environment.ts | 10 +- src/vs/platform/environment/node/argv.ts | 58 +- .../environment/node/environmentService.ts | 72 +- .../common/extensionEnablementService.ts | 20 +- .../common/extensionManagement.ts | 31 +- .../common/extensionManagementIpc.ts | 5 + .../common/extensionManagementUtil.ts | 27 +- .../node/extensionGalleryService.ts | 18 +- .../node/extensionLifecycle.ts | 123 + .../node/extensionManagementService.ts | 640 +- .../node/extensionsManifestCache.ts | 42 + .../common/extensionEnablementService.test.ts | 180 +- .../platform/extensions/common/extensions.ts | 193 - .../extensions/node/extensionValidator.ts | 91 - src/vs/platform/files/common/files.ts | 52 +- src/vs/platform/files/node/files.ts | 7 +- .../electron-main/historyMainService.ts | 8 +- src/vs/platform/integrity/common/integrity.ts | 3 +- .../integrity/node/integrityServiceImpl.ts | 68 +- src/vs/platform/issue/common/issue.ts | 64 + src/vs/platform/issue/common/issueIpc.ts | 40 + .../issue/electron-main/issueService.ts | 188 + .../common/jsonContributionRegistry.ts | 11 + .../common/abstractKeybindingService.ts | 11 +- .../keybinding/common/keybindingsRegistry.ts | 29 +- .../common/abstractKeybindingService.test.ts | 34 +- src/vs/platform/lifecycle/common/lifecycle.ts | 9 +- .../electron-browser/lifecycleService.ts | 101 +- .../lifecycle/electron-main/lifecycleMain.ts | 46 +- src/vs/platform/list/browser/listService.ts | 396 +- .../localizations/common/localizations.ts | 53 + .../localizations/common/localizationsIpc.ts | 48 + .../localizations/node/localizations.ts | 188 + src/vs/platform/log/common/bufferLog.ts | 82 + src/vs/platform/log/common/log.ts | 172 +- src/vs/platform/log/common/logIpc.ts | 56 + src/vs/platform/log/node/spdlogService.ts | 38 +- src/vs/platform/node/product.ts | 2 + .../notification/common/notification.ts | 179 + .../platform/opener/browser/openerService.ts | 4 +- src/vs/platform/progress/common/progress.ts | 14 +- src/vs/platform/quickOpen/common/quickOpen.ts | 1 + .../electron-browser/requestService.ts | 49 +- .../platform/request/node/requestService.ts | 6 +- src/vs/platform/search/common/search.ts | 30 +- src/vs/platform/statusbar/common/statusbar.ts | 5 + .../platform/storage/common/storageService.ts | 3 + .../storage/test/browser/migration.test.ts | 1 - .../telemetry/browser/errorTelemetry.ts | 12 +- .../telemetry/common/telemetryUtils.ts | 3 +- .../telemetry/node/commonProperties.ts | 8 +- .../node/workbenchCommonProperties.ts | 4 - .../electron-browser/commonProperties.test.ts | 7 +- src/vs/platform/theme/common/colorRegistry.ts | 41 +- src/vs/platform/theme/common/styler.ts | 16 +- src/vs/platform/theme/common/themeService.ts | 8 + src/vs/platform/update/common/update.ts | 82 +- src/vs/platform/update/common/updateIpc.ts | 42 +- .../electron-main/abstractUpdateService.ts | 162 + .../electron-main/auto-updater.linux.ts | 77 - .../electron-main/auto-updater.win32.ts | 141 - .../electron-main/updateService.darwin.ts | 119 + .../electron-main/updateService.linux.ts | 91 + .../update/electron-main/updateService.ts | 295 - .../electron-main/updateService.win32.ts | 212 + .../update/node/update.config.contribution.ts | 32 + .../platform/url/electron-main/urlService.ts | 7 +- src/vs/platform/windows/common/windows.ts | 22 +- src/vs/platform/windows/common/windowsIpc.ts | 35 +- .../windows/electron-browser/windowService.ts | 46 +- .../platform/windows/electron-main/windows.ts | 5 +- .../windows/electron-main/windowsService.ts | 120 +- src/vs/platform/workspace/common/workspace.ts | 6 +- .../electron-main/workspacesMainService.ts | 3 +- .../workspacesMainService.test.ts | 49 +- src/vs/vscode.d.ts | 321 +- src/vs/vscode.proposed.d.ts | 462 +- .../api/browser/viewsExtensionPoint.ts | 13 +- .../api/electron-browser/extHostCustomers.ts | 2 +- .../extensionHost.contribution.ts | 6 +- .../electron-browser/mainThreadCommands.ts | 20 +- .../mainThreadConfiguration.ts | 24 +- .../mainThreadDebugService.ts | 87 +- .../electron-browser/mainThreadDecorations.ts | 64 +- .../electron-browser/mainThreadDiagnostics.ts | 11 +- .../api/electron-browser/mainThreadDialogs.ts | 29 +- .../mainThreadDocumentContentProviders.ts | 27 +- .../electron-browser/mainThreadDocuments.ts | 54 +- .../mainThreadDocumentsAndEditors.ts | 91 +- .../api/electron-browser/mainThreadEditor.ts | 320 +- .../api/electron-browser/mainThreadEditors.ts | 79 +- .../mainThreadExtensionService.ts | 2 +- .../electron-browser/mainThreadFileSystem.ts | 153 +- .../mainThreadFileSystemEventService.ts | 2 +- .../electron-browser/mainThreadHeapService.ts | 103 +- .../mainThreadLanguageFeatures.ts | 222 +- .../electron-browser/mainThreadLogService.ts | 24 + .../mainThreadMessageService.ts | 64 +- .../mainThreadOutputService.ts | 3 +- .../electron-browser/mainThreadProgress.ts | 3 +- .../electron-browser/mainThreadQuickOpen.ts | 2 +- .../api/electron-browser/mainThreadSCM.ts | 40 +- .../mainThreadSaveParticipant.ts | 110 +- .../api/electron-browser/mainThreadStorage.ts | 2 +- .../api/electron-browser/mainThreadTask.ts | 11 +- .../electron-browser/mainThreadTelemetry.ts | 6 +- .../mainThreadTerminalService.ts | 5 +- .../electron-browser/mainThreadTreeViews.ts | 87 +- .../api/electron-browser/mainThreadWebview.ts | 558 ++ .../api/electron-browser/mainThreadWindow.ts | 2 +- .../electron-browser/mainThreadWorkspace.ts | 58 +- src/vs/workbench/api/node/extHost.api.impl.ts | 168 +- src/vs/workbench/api/node/extHost.protocol.ts | 516 +- .../workbench/api/node/extHostApiCommands.ts | 31 +- src/vs/workbench/api/node/extHostCommands.ts | 66 +- .../api/node/extHostConfiguration.ts | 18 +- .../workbench/api/node/extHostDebugService.ts | 194 +- .../workbench/api/node/extHostDecorations.ts | 21 +- .../workbench/api/node/extHostDiagnostics.ts | 3 +- src/vs/workbench/api/node/extHostDialogs.ts | 2 +- .../node/extHostDocumentContentProviders.ts | 21 +- .../workbench/api/node/extHostDocumentData.ts | 9 +- .../node/extHostDocumentSaveParticipant.ts | 82 +- src/vs/workbench/api/node/extHostDocuments.ts | 26 +- .../api/node/extHostDocumentsAndEditors.ts | 52 +- .../api/node/extHostExtensionActivator.ts | 12 +- .../api/node/extHostExtensionService.ts | 100 +- .../workbench/api/node/extHostFileSystem.ts | 121 +- .../api/node/extHostFileSystemEventService.ts | 16 +- .../api/node/extHostLanguageFeatures.ts | 321 +- src/vs/workbench/api/node/extHostLanguages.ts | 3 +- .../workbench/api/node/extHostLogService.ts | 103 + .../api/node/extHostMessageService.ts | 4 +- .../api/node/extHostOutputService.ts | 13 +- src/vs/workbench/api/node/extHostProgress.ts | 2 +- src/vs/workbench/api/node/extHostQuickOpen.ts | 2 +- src/vs/workbench/api/node/extHostSCM.ts | 87 +- src/vs/workbench/api/node/extHostStatusBar.ts | 2 +- src/vs/workbench/api/node/extHostStorage.ts | 4 +- src/vs/workbench/api/node/extHostTask.ts | 10 +- .../api/node/extHostTerminalService.ts | 17 +- .../workbench/api/node/extHostTextEditor.ts | 41 +- .../workbench/api/node/extHostTextEditors.ts | 101 +- src/vs/workbench/api/node/extHostTreeViews.ts | 428 +- .../api/node/extHostTypeConverters.ts | 84 +- src/vs/workbench/api/node/extHostTypes.ts | 259 +- src/vs/workbench/api/node/extHostWebview.ts | 180 + src/vs/workbench/api/node/extHostWindow.ts | 9 +- src/vs/workbench/api/node/extHostWorkspace.ts | 254 +- src/vs/workbench/browser/actions.ts | 93 +- .../browser/actions/toggleCenteredLayout.ts | 36 + .../browser/actions/toggleEditorLayout.ts | 2 +- .../browser/actions/toggleSidebarPosition.ts | 4 +- .../browser/actions/workspaceActions.ts | 308 +- .../browser/actions/workspaceCommands.ts | 217 + src/vs/workbench/browser/composite.ts | 26 + src/vs/workbench/browser/dnd.ts | 458 ++ src/vs/workbench/browser/editor.ts | 42 +- src/vs/workbench/browser/labels.ts | 14 +- src/vs/workbench/browser/layout.ts | 23 +- .../parts/activitybar/activitybarPart.ts | 28 +- .../workbench/browser/parts/compositePart.ts | 31 +- .../parts/compositebar/compositeBar.ts | 53 +- .../parts/compositebar/compositeBarActions.ts | 24 +- .../browser/parts/editor/binaryEditor.ts | 10 +- .../parts/editor/editor.contribution.ts | 64 +- .../browser/parts/editor/editorActions.ts | 353 +- .../browser/parts/editor/editorCommands.ts | 391 +- .../parts/editor/editorGroupsControl.ts | 348 +- .../browser/parts/editor/editorPart.ts | 313 +- .../browser/parts/editor/editorPicker.ts | 4 +- .../browser/parts/editor/editorStatus.ts | 40 +- .../editor/media/Paragraph_16x_nohalo.svg | 1 + .../media/Paragraph_16x_nohalo_inversep.svg | 1 + .../editor/media/editorGroupsControl.css | 7 +- .../parts/editor/media/editorstatus.css | 17 +- .../parts/editor/media}/resourceviewer.css | 29 +- .../browser/parts/editor/media/tabstitle.css | 22 + .../parts/editor/media/textdiffeditor.css | 20 +- .../parts/editor/media/titlecontrol.css | 7 +- .../parts/editor/noTabsTitleControl.ts | 12 +- .../browser/parts/editor/rangeDecorations.ts | 10 +- .../browser/parts/editor/resourceViewer.ts | 590 ++ .../browser/parts/editor/sideBySideEditor.ts | 2 +- .../browser/parts/editor/tabsTitleControl.ts | 266 +- .../browser/parts/editor/textDiffEditor.ts | 91 +- .../browser/parts/editor/textEditor.ts | 52 +- .../parts/editor/textResourceEditor.ts | 34 +- .../browser/parts/editor/titleControl.ts | 198 +- .../notifications/media/close-inverse.svg | 1 + .../parts/notifications/media/close.svg | 1 + .../notifications/media/closeall-inverse.svg | 1 + .../parts/notifications/media/closeall.svg | 1 + .../notifications/media/configure-inverse.svg | 1 + .../parts/notifications/media/configure.svg | 1 + .../notifications/media/down-inverse.svg | 1 + .../parts/notifications/media/down.svg | 1 + .../notifications/media/error-inverse.svg | 26 + .../parts/notifications/media/error.svg | 25 + .../notifications/media/info-inverse.svg | 17 + .../parts/notifications/media/info.svg | 17 + .../media/notificationsActions.css | 69 + .../media/notificationsCenter.css | 40 + .../notifications/media/notificationsList.css | 146 + .../media/notificationsToasts.css | 45 + .../parts/notifications/media/up-inverse.svg | 1 + .../browser/parts/notifications/media/up.svg | 1 + .../notifications/media/warning-inverse.svg | 15 + .../parts/notifications/media/warning.svg | 15 + .../notifications/notificationsActions.ts | 181 + .../notifications/notificationsAlerts.ts | 60 + .../notifications/notificationsCenter.ts | 295 + .../notifications/notificationsCommands.ts | 232 + .../parts/notifications/notificationsList.ts | 257 + .../notifications/notificationsStatus.ts | 111 + .../notifications/notificationsToasts.ts | 475 ++ .../notifications/notificationsViewer.ts | 505 ++ .../browser/parts/panel/media/panelpart.css | 7 +- .../browser/parts/panel/panelActions.ts | 4 +- .../browser/parts/panel/panelPart.ts | 39 +- .../parts/quickopen/quickOpenController.ts | 71 +- .../browser/parts/sidebar/sidebarPart.ts | 31 +- .../parts/statusbar/media/statusbarpart.css | 16 +- .../browser/parts/statusbar/statusbarPart.ts | 42 +- .../browser/parts/titlebar/titlebarPart.ts | 40 +- .../browser/parts/views/customView.ts | 614 ++ .../browser/parts/views/customViewPanel.ts | 147 + .../parts/views}/media/collapsed-dark.svg | 0 .../parts/views}/media/collapsed-hc.svg | 0 .../parts/views}/media/collapsed.svg | 0 .../parts/views}/media/expanded-dark.svg | 0 .../parts/views}/media/expanded-hc.svg | 0 .../parts/views}/media/expanded.svg | 0 .../browser/parts/views/media/views.css | 87 +- .../browser/parts/views/panelViewlet.ts | 65 +- .../workbench/browser/parts/views/treeView.ts | 465 -- .../browser/parts/views/viewsRegistry.ts | 149 - .../browser/parts/views/viewsViewlet.ts | 432 +- src/vs/workbench/browser/viewlet.ts | 23 +- src/vs/workbench/common/actions.ts | 9 +- src/vs/workbench/common/editor.ts | 49 +- .../common/editor/dataUriEditorInput.ts | 2 +- .../common/editor/resourceEditorInput.ts | 5 +- .../common/editor/textEditorModel.ts | 46 +- .../common/editor/untitledEditorInput.ts | 4 +- .../common/editor/untitledEditorModel.ts | 37 +- src/vs/workbench/common/notifications.ts | 591 ++ src/vs/workbench/common/resources.ts | 14 +- src/vs/workbench/common/theme.ts | 143 +- src/vs/workbench/common/views.ts | 202 +- src/vs/workbench/electron-browser/actions.ts | 390 +- .../electron-browser/bootstrap/index.html | 3 +- .../electron-browser/bootstrap/index.js | 75 +- src/vs/workbench/electron-browser/commands.ts | 163 +- .../electron-browser/main.contribution.ts | 338 +- src/vs/workbench/electron-browser/main.ts | 55 +- .../electron-browser/media/shell.css | 6 +- .../electron-browser/media/workbench.css | 14 + src/vs/workbench/electron-browser/shell.ts | 251 +- src/vs/workbench/electron-browser/window.ts | 54 +- .../workbench/electron-browser/workbench.ts | 276 +- src/vs/workbench/node/extensionHostMain.ts | 42 +- src/vs/workbench/node/extensionHostProcess.ts | 28 +- .../parts/backup/common/backupModelTracker.ts | 4 +- .../parts/backup/common/backupRestorer.ts | 14 +- .../parts/cache/node/nodeCachedDataManager.ts | 2 +- .../cli/electron-browser/cli.contribution.ts | 72 +- .../codeEditor/codeEditor.contribution.ts | 8 +- .../electron-browser/accessibility.ts | 8 +- .../electron-browser/selectionClipboard.ts | 3 +- .../textMate/inspectTMScopes.ts | 29 +- .../electron-browser/toggleWordWrap.ts | 21 +- .../electron-browser/wordWrapMigration.ts | 143 - .../baseDebugView.ts | 31 +- .../parts/debug/browser/breakpointWidget.ts | 39 +- .../breakpointsView.ts | 187 +- .../parts/debug/browser/debugActionItems.ts | 26 +- .../parts/debug/browser/debugActions.ts | 131 +- .../parts/debug/browser/debugActionsWidget.ts | 35 +- .../debugCommands.ts | 104 +- .../debug/browser/debugContentProvider.ts | 26 +- .../parts/debug/browser/debugEditorActions.ts | 60 - .../debug/browser/debugEditorModelManager.ts | 147 +- .../parts/debug/browser/debugQuickOpen.ts | 24 +- .../parts/debug/browser/debugStatus.ts | 9 +- .../parts/debug/browser/debugViewlet.ts | 18 +- .../parts/debug/browser/linkDetector.ts | 6 +- .../media/breakpoint-function-dark.svg | 1 + .../breakpoint-function-disabled-dark.svg | 1 + .../media/breakpoint-function-disabled.svg | 1 + .../breakpoint-function-unverified-dark.svg | 1 + .../media/breakpoint-function-unverified.svg | 1 + .../browser/media/breakpoint-function.svg | 1 + .../browser/media/debug.contribution.css | 104 +- .../debug/browser/media/debugViewlet.css | 11 +- .../statusbarColorProvider.ts | 15 +- src/vs/workbench/parts/debug/common/debug.ts | 75 +- .../parts/debug/common/debugModel.ts | 71 +- .../parts/debug/common/debugProtocol.d.ts | 22 +- .../parts/debug/common/debugSource.ts | 11 +- .../parts/debug/common/debugViewModel.ts | 68 +- .../debug/electron-browser/callStackView.ts | 121 +- .../electron-browser/debug.contribution.ts | 28 +- .../debugConfigurationManager.ts | 267 +- .../debugEditorContribution.ts | 32 +- .../debug/electron-browser/debugHover.ts | 30 +- .../debug/electron-browser/debugService.ts | 240 +- .../electron-browser/electronDebugActions.ts | 25 +- .../debug/electron-browser/rawDebugSession.ts | 16 +- .../parts/debug/electron-browser/repl.ts | 36 +- .../debug/electron-browser/replViewer.ts | 10 +- .../debug/electron-browser/terminalSupport.ts | 58 +- .../debug/electron-browser/variablesView.ts | 54 +- .../electron-browser/watchExpressionsView.ts | 89 +- .../parts/debug/node/debugAdapter.ts | 49 +- .../workbench/parts/debug/node/v8Protocol.ts | 2 +- .../debug/test/common/debugViewModel.test.ts | 5 +- .../parts/debug/test/common/mockDebug.ts | 47 +- .../debug/test/node/debugAdapter.test.ts | 12 +- .../parts/debug/test/node/debugModel.test.ts | 9 +- .../emmet/electron-browser/emmetActions.ts | 2 +- .../execution.contribution.ts | 230 +- .../execution/electron-browser/terminal.ts | 54 +- .../electron-browser/terminalService.ts | 16 +- .../electron-browser/terminalService.test.ts | 8 +- .../extensions/browser/dependenciesViewer.ts | 18 +- .../extensions/browser/extensionEditor.ts | 168 +- .../extensions/browser/extensionsActions.ts | 488 +- .../extensions/browser/extensionsList.ts | 28 +- .../extensions/browser/extensionsQuickOpen.ts | 6 +- .../extensions/browser/extensionsWidgets.ts | 2 +- .../browser/media/extensionActions.css | 3 - .../browser/media/extensionEditor.css | 9 +- .../browser/media/language-icon.png | Bin 0 -> 2278 bytes .../extensions/browser/media/markdown.css | 48 + .../extensions/browser/media/theme-icon.png | Bin 0 -> 10139 bytes .../parts/extensions/common/extensions.ts | 7 +- .../extensions/common/extensionsInput.ts | 2 +- .../extensionProfileService.ts | 29 +- .../electron-browser/extensionTipsService.ts | 661 +- .../extensions.contribution.ts | 16 +- .../electron-browser/extensionsActions.ts | 108 +- .../electron-browser/extensionsUtils.ts | 33 +- .../electron-browser/extensionsViewlet.ts | 83 +- .../electron-browser/extensionsViews.ts | 107 +- .../media/extensionsViewlet.css | 5 - .../media/runtimeExtensionsEditor.css | 13 +- .../runtimeExtensionsEditor.ts | 42 +- .../node/extensionsWorkbenchService.ts | 145 +- .../extensionsActions.test.ts | 1214 +-- .../extensionsTipsService.test.ts | 165 + .../extensionsWorkbenchService.test.ts | 452 +- .../electron-browser/feedback.contribution.ts | 25 +- .../feedback/electron-browser/feedback.ts | 84 +- .../electron-browser/feedbackStatusbarItem.ts | 103 +- .../electron-browser/media/feedback.css | 15 +- .../browser/editors/fileEditorTracker.ts | 3 +- .../files/browser/editors/textFileEditor.ts | 26 +- .../files/browser/fileResultsNavigation.ts | 69 - src/vs/workbench/parts/files/browser/files.ts | 68 + .../files/common/editors/fileEditorInput.ts | 10 +- .../parts/files/common/explorerModel.ts | 57 +- src/vs/workbench/parts/files/common/files.ts | 9 +- .../files/electron-browser/explorerViewlet.ts | 146 +- .../fileActions.contribution.ts | 610 +- .../files/electron-browser/fileActions.ts | 1364 +--- .../files/electron-browser/fileCommands.ts | 705 +- .../electron-browser/files.contribution.ts | 16 +- .../media/explorerviewlet.css | 50 +- .../electron-browser/media/fileactions.css | 16 - .../electron-browser/saveErrorHandler.ts | 269 +- .../files/electron-browser/views/emptyView.ts | 10 +- .../views/explorerDecorationsProvider.ts | 8 +- .../electron-browser/views/explorerView.ts | 188 +- .../electron-browser/views/explorerViewer.ts | 413 +- .../electron-browser/views/openEditorsView.ts | 397 +- .../test/browser/fileEditorInput.test.ts | 2 +- .../test/browser/fileEditorTracker.test.ts | 8 +- .../electron-browser/explorerModel.test.ts | 24 +- .../parts/html/browser/html.contribution.ts | 57 +- .../parts/html/browser/htmlPreviewPart.ts | 50 +- .../parts/html/browser/webview-pre.js | 90 +- .../html/browser/webview.contribution.ts | 68 + .../workbench/parts/html/browser/webview.ts | 290 +- .../parts/html/browser/webviewCommands.ts | 136 + .../parts/html/browser/webviewEditor.ts | 143 +- .../parts/html/browser/webviewFindWidget.ts | 22 +- .../browser/localizations.contribution.ts | 110 + .../browser/localizationsActions.ts | 59 + .../parts/logs/common/logConstants.ts | 9 + .../electron-browser/logs.contribution.ts | 46 + .../logs/electron-browser/logsActions.ts | 144 + .../markers/browser/markersFileDecorations.ts | 8 +- .../parts/markers/browser/markersPanel.ts | 93 +- .../markers/browser/markersPanelActions.ts | 25 +- .../markers/browser/markersTreeController.ts | 29 +- .../markers/browser/markersTreeViewer.ts | 6 +- .../browser/markersWorkbenchContributions.ts | 23 +- .../parts/markers/common/constants.ts | 1 + .../workbench/parts/markers/common/markers.ts | 65 + .../parts/markers/common/messages.ts | 6 +- .../markersElectronContributions.ts | 5 +- .../parts/output/browser/logViewer.ts | 68 + .../parts/output/browser/outputActions.ts | 23 +- .../parts/output/browser/outputPanel.ts | 26 +- .../parts/output/browser/outputServices.ts | 382 - .../workbench/parts/output/common/output.ts | 98 +- .../parts/output/common/outputLinkProvider.ts | 4 +- .../output.contribution.ts | 56 +- .../output/electron-browser/outputServices.ts | 782 ++ .../parts/output/test/bufferedContent.test.ts | 61 - .../performance.contribution.ts | 1 + .../electron-browser/startupProfiler.ts | 53 +- .../performance/electron-browser/stats.ts | 119 + .../preferences/browser/keybindingsEditor.ts | 72 +- .../browser/keybindingsEditorContribution.ts | 21 +- .../browser/media/keybindingsEditor.css | 6 +- .../preferences/browser/media/preferences.css | 6 +- .../preferences/browser/preferencesActions.ts | 11 +- .../preferences/browser/preferencesEditor.ts | 597 +- .../browser/preferencesRenderers.ts | 595 +- .../preferences/browser/preferencesService.ts | 13 +- .../preferences/browser/preferencesWidgets.ts | 113 +- .../common/keybindingsEditorModel.ts | 2 +- .../parts/preferences/common/preferences.ts | 87 +- .../common/preferencesContribution.ts | 6 +- .../preferences/common/preferencesModels.ts | 383 +- .../common/smartSnippetInserter.ts | 6 +- .../preferences.contribution.ts | 52 +- .../electron-browser/preferencesSearch.ts | 491 +- .../common/keybindingsEditorModel.test.ts | 2 +- .../quickopen/browser/commandsHandler.ts | 44 +- .../quickopen/browser/gotoLineHandler.ts | 9 +- .../quickopen/browser/gotoSymbolHandler.ts | 13 +- .../browser/quickopen.contribution.ts | 5 +- .../quickopen/browser/viewPickerHandler.ts | 65 +- .../relauncher.contribution.ts | 26 +- .../electron-browser/dirtydiffDecorator.ts | 330 +- .../scm/electron-browser/media/scmViewlet.css | 1 + .../scm/electron-browser/scm.contribution.ts | 29 +- .../parts/scm/electron-browser/scmMenus.ts | 10 +- .../parts/scm/electron-browser/scmViewlet.ts | 232 +- .../parts/search/browser/media/searchview.css | 415 + .../search/browser/media/searchviewlet.css | 402 - .../search/browser/media/stop-inverse.svg | 1 + .../parts/search/browser/media/stop.svg | 1 + .../search/browser/openAnythingHandler.ts | 30 +- .../parts/search/browser/openFileHandler.ts | 8 +- .../parts/search/browser/openSymbolHandler.ts | 6 +- .../parts/search/browser/replaceService.ts | 33 +- .../parts/search/browser/searchActions.ts | 342 +- .../parts/search/browser/searchResultsView.ts | 24 +- .../{searchViewlet.ts => searchView.ts} | 256 +- .../browser/searchViewLocationUpdater.ts | 39 + .../parts/search/browser/searchWidget.ts | 52 +- .../parts/search/common/constants.ts | 6 +- .../parts/search/common/queryBuilder.ts | 40 +- .../workbench/parts/search/common/search.ts | 22 +- .../parts/search/common/searchModel.ts | 20 +- .../electron-browser/search.contribution.ts | 381 +- .../search/electron-browser/searchActions.ts | 72 - .../search/test/common/queryBuilder.test.ts | 109 +- .../electron-browser/configureSnippets.ts | 219 + .../electron-browser/insertSnippet.ts | 4 +- .../electron-browser/snippets.contribution.ts | 285 +- .../snippets/electron-browser/snippetsFile.ts | 231 +- .../electron-browser/snippetsService.ts | 315 +- .../electron-browser/tabCompletion.ts | 3 +- .../test/electron-browser/snippetFile.test.ts | 69 + .../electron-browser/snippetsRewrite.test.ts | 4 +- .../electron-browser/snippetsService.test.ts | 28 +- .../parts/stats/node/workspaceStats.ts | 92 +- .../parts/stats/test/workspaceStats.test.ts | 70 +- .../languageSurveys.contribution.ts | 63 +- .../electron-browser/nps.contribution.ts | 48 +- .../parts/tasks/browser/taskQuickOpen.ts | 2 +- .../parts/tasks/common/problemCollectors.ts | 76 +- .../parts/tasks}/common/problemMatcher.ts | 143 +- .../tasks/common/taskDefinitionRegistry.ts | 2 +- .../parts/tasks/common/taskTemplates.ts | 14 +- src/vs/workbench/parts/tasks/common/tasks.ts | 8 +- .../electron-browser/jsonSchemaCommon.ts | 2 +- .../tasks/electron-browser/jsonSchema_v1.ts | 2 +- .../tasks/electron-browser/jsonSchema_v2.ts | 10 +- .../electron-browser/task.contribution.ts | 253 +- .../electron-browser/terminalTaskSystem.ts | 6 +- .../parts/tasks/node/processTaskSystem.ts | 4 +- .../parts/tasks/node/taskConfiguration.ts | 2 +- .../tasks/test/common/problemMatcher.test.ts | 260 + .../electron-browser/configuration.test.ts | 2 +- .../terminal/browser/terminalQuickOpen.ts | 2 +- .../parts/terminal/common/terminal.ts | 97 +- .../parts/terminal/common/terminalService.ts | 286 +- .../electron-browser/media/scrollbar.css | 3 + .../media/split-horizontal-inverse.svg | 1 + .../media/split-horizontal.svg | 1 + .../electron-browser/media/split-inverse.svg | 1 + .../terminal/electron-browser/media/split.svg | 1 + .../electron-browser/media/terminal.css | 56 +- .../terminal/electron-browser/media/xterm.css | 37 +- .../electron-browser/terminal.contribution.ts | 126 +- .../terminal/electron-browser/terminal.ts | 37 +- .../electron-browser/terminalActions.ts | 295 +- .../electron-browser/terminalColorRegistry.ts | 3 +- .../electron-browser/terminalConfigHelper.ts | 81 +- .../electron-browser/terminalFindWidget.ts | 4 +- .../electron-browser/terminalInstance.ts | 512 +- .../electron-browser/terminalLinkHandler.ts | 93 +- .../electron-browser/terminalPanel.ts | 113 +- .../electron-browser/terminalService.ts | 81 +- .../terminal/electron-browser/terminalTab.ts | 487 ++ .../electron-browser/windowsShellHelper.ts | 8 +- .../parts/terminal/node/terminalProcess.ts | 8 +- .../terminalConfigHelper.test.ts | 155 +- .../electron-browser/terminalInstance.test.ts | 17 +- .../terminalLinkHandler.test.ts | 22 +- .../electron-browser/themes.contribution.ts | 16 +- .../themes.test.contribution.ts | 4 +- ...supportedWorkspaceSettings.contribution.ts | 39 +- .../media/update.contribution.css | 2 +- .../electron-browser/releaseNotesEditor.ts | 107 +- .../electron-browser/releaseNotesInput.ts | 2 +- .../electron-browser/update.contribution.ts | 22 +- .../parts/update/electron-browser/update.ts | 321 +- .../electron-browser/gettingStarted.ts | 4 +- .../welcome/overlay/browser/welcomeOverlay.ts | 2 +- .../page/electron-browser/welcomePage.ts | 62 +- .../editor/editorWalkThrough.ts | 2 +- .../editor/vs_code_editor_walkthrough.md | 36 +- .../electron-browser/walkThroughPart.ts | 8 +- .../node/walkThroughContentProvider.ts | 15 +- .../services}/actions/common/menuService.ts | 6 +- .../electron-browser/menusExtensionPoint.ts | 37 +- .../actions/test/common/menuService.test.ts | 62 +- .../activity/browser/activityService.ts | 4 +- .../services/activity/common/activity.ts | 2 +- .../services/backup/common/backup.ts | 29 +- .../services/backup/node/backupFileService.ts | 74 +- .../test/node/backupFileService.test.ts | 122 +- .../commands/common/commandService.ts | 25 +- .../test/common}/commandService.test.ts | 61 +- .../configuration/common/configuration.ts | 3 +- .../common/configurationExtensionPoint.ts | 20 +- .../common/configurationModels.ts | 43 +- .../configuration/node/configuration.ts | 55 +- .../node/configurationEditingService.ts | 86 +- .../node/configurationService.ts | 147 +- .../configuration/node/jsonEditingService.ts | 12 +- .../node/configurationEditingService.test.ts | 6 +- .../test/node/configurationService.test.ts | 7 +- .../common/configurationResolver.ts | 1 - .../configurationResolverService.ts | 337 +- .../configurationResolverService.test.ts | 136 +- .../electron-browser/contextmenuService.ts | 17 +- .../electron-browser/crashReporterService.ts | 3 +- .../decorations/browser/decorationsService.ts | 7 +- .../dialogs/electron-browser/dialogs.ts | 241 + .../services/editor/common/editorService.ts | 96 +- .../editor/test/browser/editorService.test.ts | 19 +- .../services/extensions/common/extensions.ts | 193 + .../extensions/common/extensionsRegistry.ts | 8 +- .../electron-browser/extensionHost.ts | 33 +- .../electron-browser/extensionHostProfiler.ts | 33 +- .../electron-browser/extensionService.ts | 354 +- .../node/extensionDescriptionRegistry.ts | 2 +- .../extensionPoints.ts | 307 +- .../node/proxyIdentifier.ts} | 19 +- .../services/extensions/node/rpcProtocol.ts | 239 +- .../files/electron-browser/fileService.ts | 76 +- .../electron-browser/remoteFileService.ts | 73 +- .../services/files/node/fileService.ts | 408 +- .../services/files/node/watcher/common.ts | 4 +- .../node/watcher/nsfw/nsfwWatcherService.ts | 22 +- .../files/node/watcher/nsfw/watcherService.ts | 11 +- .../watcher/unix/chokidarWatcherService.ts | 18 +- .../files/node/watcher/unix/watcherIpc.ts | 2 +- .../files/node/watcher/unix/watcherService.ts | 3 +- .../files/node/watcher/win32/CodeHelper.exe | Bin 83968 -> 57856 bytes .../files/test/node/fileService.test.ts | 245 +- .../test/node/fixtures/resolver/site.css | 4 +- .../node/fixtures/service/small_umlaut.txt | 1 + .../services/files/test/node/resolver.test.ts | 36 +- .../history/electron-browser/history.ts | 187 +- .../workbench/services/issue/common/issue.ts | 17 + .../electron-browser/workbenchIssueService.ts | 64 + .../common/jsonValidationExtensionPoint.ts | 2 +- .../keybinding/common/keybindingEditing.ts | 22 +- .../electron-browser/keybindingService.ts | 19 +- .../keybinding/test/keybindingIO.test.ts | 145 + .../test/keyboardMapperTestUtils.ts | 2 +- .../macLinuxFallbackKeyboardMapper.test.ts | 216 + .../test/macLinuxKeyboardMapper.test.ts | 1431 +++- .../test/node/keybindingEditing.test.ts | 176 +- .../test/windowsKeyboardMapper.test.ts | 517 +- .../message/browser/media/messageList.css | 117 - .../services/message/browser/messageList.ts | 496 -- .../message/browser/messageService.ts | 155 - .../electron-browser/messageService.ts | 145 - .../mode/common/workbenchModeService.ts | 4 +- .../common/notificationService.ts | 68 + .../services/panel/common/panelService.ts | 8 +- .../services/part/common/partService.ts | 10 + .../progress/browser/progressService2.ts | 88 +- .../progress/test/progressService.test.ts | 5 + src/vs/workbench/services/scm/common/scm.ts | 18 + .../services/scm/common/scmService.ts | 19 +- .../services/search/node/fileSearch.ts | 22 +- .../services/search/node/rawSearchService.ts | 4 +- .../services/search/node/ripgrepFileSearch.ts | 14 +- .../services/search/node/ripgrepTextSearch.ts | 38 +- .../workbench/services/search/node/search.ts | 4 +- .../services/search/node/searchService.ts | 69 +- .../services/search/node/textSearch.ts | 26 +- .../search/node/worker/searchWorker.ts | 2 +- .../test/node/ripgrepTextSearch.test.ts | 8 +- .../search/test/node/searchService.test.ts | 10 + .../test/node/textSearch.integrationTest.ts | 11 +- .../textMate/electron-browser/TMGrammars.ts | 2 +- .../textMate/electron-browser/TMHelper.ts | 8 +- .../textMate/electron-browser/TMSyntax.ts | 104 +- .../textfile/common/textFileEditorModel.ts | 55 +- .../textfile/common/textFileService.ts | 153 +- .../services/textfile/common/textfiles.ts | 41 +- .../textfile/electron-browser/modelBuilder.ts | 221 - .../electron-browser/textFileService.ts | 56 +- .../textfile/test/textFileEditorModel.test.ts | 4 +- .../common/textModelResolverService.ts | 10 +- .../test/textModelResolverService.test.ts | 9 +- .../themes}/common/colorExtensionPoint.ts | 2 +- .../themes/common/colorThemeSchema.ts | 15 +- .../themes/common/workbenchThemeService.ts | 3 + .../themes/electron-browser/colorThemeData.ts | 112 +- .../electron-browser/colorThemeStore.ts | 14 +- .../electron-browser/fileIconThemeData.ts | 3 + .../electron-browser/fileIconThemeStore.ts | 4 +- .../electron-browser/workbenchThemeService.ts | 84 +- .../thread/electron-browser/threadService.ts | 44 - .../thread/node/abstractThreadService.ts | 86 - .../thread/node/extHostThreadService.ts | 15 - .../services/timer/common/timerService.ts | 20 +- .../services/timer/node/timerService.ts | 49 +- .../services/title/common/titleService.ts | 10 + .../untitled/common/untitledEditorService.ts | 6 +- .../services/viewlet/browser/viewlet.ts | 9 +- .../viewlet/browser/viewletService.ts | 48 +- .../workspace/common/workspaceEditing.ts | 6 + .../workspace/node/workspaceEditingService.ts | 160 +- .../parts/editor/rangeDecorations.test.ts | 15 +- src/vs/workbench/test/browser/viewlet.test.ts | 2 +- .../test/common/editor/editor.test.ts | 19 +- .../common/editor/editorDiffModel.test.ts | 4 +- .../test/common/editor/editorModel.test.ts | 13 +- .../common/editor/resourceEditorInput.test.ts | 3 +- .../test/common/editor/untitledEditor.test.ts | 3 +- .../test/common/notifications.test.ts | 192 + .../api/extHostApiCommands.test.ts | 95 +- .../api/extHostCommands.test.ts | 23 +- .../api/extHostConfiguration.test.ts | 27 +- .../api/extHostDiagnostics.test.ts | 19 +- .../api/extHostDocumentData.test.ts | 2 +- .../extHostDocumentSaveParticipant.test.ts | 166 +- .../api/extHostDocumentsAndEditors.test.ts | 12 +- .../api/extHostLanguageFeatures.test.ts | 173 +- .../api/extHostMessagerService.test.ts | 152 +- .../api/extHostTextEditor.test.ts | 6 +- .../api/extHostTextEditors.test.ts | 27 +- .../api/extHostTreeViews.test.ts | 311 +- .../electron-browser/api/extHostTypes.test.ts | 47 + .../api/extHostWorkspace.test.ts | 501 +- .../api/mainThreadCommands.test.ts | 6 +- .../api/mainThreadConfiguration.test.ts | 40 +- .../api/mainThreadDocuments.test.ts | 10 +- .../api/mainThreadDocumentsAndEditors.test.ts | 4 +- .../api/mainThreadEditors.test.ts | 85 +- .../api/mainThreadSaveParticipant.test.ts | 48 +- .../electron-browser/api/testRPCProtocol.ts | 135 + .../electron-browser/api/testThreadService.ts | 161 - .../textsearch.perf.integrationTest.ts | 6 +- .../workbench/test/workbenchTestServices.ts | 146 +- src/vs/workbench/workbench.main.ts | 12 +- test/OSSREADME.json | 2 +- test/all.js | 5 + test/grid.html | 59 + test/smoke/README.md | 2 +- test/smoke/src/areas/css/css.test.ts | 94 +- test/smoke/src/areas/debug/debug.test.ts | 286 +- test/smoke/src/areas/debug/debug.ts | 2 +- test/smoke/src/areas/editor/editor.test.ts | 132 +- .../smoke/src/areas/explorer/explorer.test.ts | 70 +- .../src/areas/extensions/extensions.test.ts | 56 +- test/smoke/src/areas/git/git.test.ts | 143 +- test/smoke/src/areas/git/scm.ts | 92 +- .../src/areas/multiroot/multiroot.test.ts | 48 +- .../src/areas/preferences/preferences.test.ts | 72 +- test/smoke/src/areas/quickopen/quickopen.ts | 3 - test/smoke/src/areas/search/search.test.ts | 98 +- test/smoke/src/areas/search/search.ts | 4 +- .../src/areas/statusbar/statusbar.test.ts | 174 +- .../src/areas/workbench/data-loss.test.ts | 66 +- .../areas/workbench/data-migration.test.ts | 165 +- .../src/areas/workbench/localization.test.ts | 86 +- test/smoke/src/areas/workbench/workbench.ts | 10 +- test/smoke/src/helpers/utilities.ts | 29 - test/smoke/src/main.ts | 87 +- test/smoke/src/spectron/application.ts | 42 +- test/smoke/src/spectron/client.ts | 4 - tslint.json | 29 +- yarn.lock | 646 +- 9412 files changed, 141255 insertions(+), 98813 deletions(-) create mode 100644 build/builtInExtensions.json create mode 100644 build/builtin/.eslintrc create mode 100644 build/builtin/browser-main.js create mode 100644 build/builtin/index.html create mode 100644 build/builtin/main.js create mode 100644 build/builtin/package.json create mode 100644 build/lib/asar.js create mode 100644 build/lib/asar.ts create mode 100644 build/lib/builtInExtensions.js create mode 100644 build/npm/update-localization-extension.js create mode 100644 build/tsconfig.build.json create mode 100644 build/win32/OSSREADME.json create mode 100644 build/win32/inno_updater.exe create mode 100644 build/win32/vcruntime140.dll create mode 100644 extensions/bat/package.nls.json delete mode 100644 extensions/bat/syntaxes/Batch File.tmLanguage delete mode 100644 extensions/configuration-editing/npm-shrinkwrap.json create mode 100644 extensions/configuration-editing/package.nls.json delete mode 100644 extensions/declares.d.ts delete mode 100644 extensions/diff/.vscodeignore delete mode 100644 extensions/diff/package.json delete mode 100644 extensions/diff/syntaxes/diff.tmLanguage delete mode 100644 extensions/diff/test/colorize-fixtures/test.diff delete mode 100644 extensions/diff/test/colorize-results/test_diff.json create mode 100644 extensions/docker/package.nls.json delete mode 100644 extensions/extension-editing/npm-shrinkwrap.json create mode 100644 extensions/extension-editing/package.nls.json create mode 100644 extensions/git/README.md create mode 100644 extensions/git/build/update-grammars.js rename extensions/{gitsyntax/git-commit.language-configuration.json => git/languages/diff.language-configuration.json} (100%) rename extensions/{gitsyntax/git-rebase.language-configuration.json => git/languages/git-commit.language-configuration.json} (100%) rename extensions/{diff/language-configuration.json => git/languages/git-rebase.language-configuration.json} (58%) delete mode 100644 extensions/git/npm-shrinkwrap.json create mode 100644 extensions/git/resources/icons/dark/open-file-mono.svg create mode 100644 extensions/git/resources/icons/git.png create mode 100644 extensions/git/resources/icons/light/open-file-mono.svg rename extensions/{diff => git}/syntaxes/diff.tmLanguage.json (90%) rename extensions/{gitsyntax => git}/syntaxes/git-commit.tmLanguage.json (95%) rename extensions/{gitsyntax => git}/syntaxes/git-rebase.tmLanguage.json (92%) rename extensions/{gitsyntax => git}/test/colorize-fixtures/COMMIT_EDITMSG (100%) create mode 100644 extensions/git/test/colorize-fixtures/example.diff rename extensions/{gitsyntax => git}/test/colorize-fixtures/git-rebase-todo (100%) rename extensions/{gitsyntax => git}/test/colorize-results/COMMIT_EDITMSG.json (100%) create mode 100644 extensions/git/test/colorize-results/example_diff.json rename extensions/{gitsyntax => git}/test/colorize-results/git-rebase-todo.json (100%) delete mode 100644 extensions/gitsyntax/.vscodeignore delete mode 100644 extensions/gitsyntax/OSSREADME.json delete mode 100644 extensions/gitsyntax/package.json create mode 100644 extensions/json/client/src/protocol/foldingProvider.proposed.ts create mode 100644 extensions/json/icons/json.png delete mode 100644 extensions/json/npm-shrinkwrap.json delete mode 100644 extensions/json/server/npm-shrinkwrap.json create mode 100644 extensions/json/server/src/protocol/foldingProvider.proposed.ts delete mode 100644 extensions/json/server/src/utils/uri.ts delete mode 100644 extensions/lib.core.d.ts create mode 100644 extensions/markdown-basics/.vscodeignore rename extensions/{diff => markdown-basics}/OSSREADME.json (84%) rename extensions/{markdown => markdown-basics}/language-configuration.json (81%) create mode 100644 extensions/markdown-basics/package.json create mode 100644 extensions/markdown-basics/package.nls.json rename extensions/{markdown => markdown-basics}/snippets/markdown.json (100%) create mode 100644 extensions/markdown-basics/syntaxes/markdown.tmLanguage.json rename extensions/{markdown => markdown-basics}/test/colorize-fixtures/test-33886.md (100%) rename extensions/{markdown => markdown-basics}/test/colorize-fixtures/test.md (100%) rename extensions/{markdown => markdown-basics}/test/colorize-results/test-33886_md.json (100%) rename extensions/{markdown => markdown-basics}/test/colorize-results/test_md.json (98%) create mode 100644 extensions/markdown/icon.png delete mode 100644 extensions/markdown/npm-shrinkwrap.json delete mode 100644 extensions/markdown/src/commands.ts create mode 100644 extensions/markdown/src/commands/index.ts create mode 100644 extensions/markdown/src/commands/moveCursorToPosition.ts create mode 100644 extensions/markdown/src/commands/onPreviewStyleLoadError.ts create mode 100644 extensions/markdown/src/commands/openDocumentLink.ts create mode 100644 extensions/markdown/src/commands/refreshPreview.ts create mode 100644 extensions/markdown/src/commands/showPreview.ts create mode 100644 extensions/markdown/src/commands/showPreviewSecuritySelector.ts create mode 100644 extensions/markdown/src/commands/showSource.ts create mode 100644 extensions/markdown/src/commands/toggleLock.ts delete mode 100644 extensions/markdown/src/documentLinkProvider.ts delete mode 100644 extensions/markdown/src/documentSymbolProvider.ts create mode 100644 extensions/markdown/src/features/preview.ts create mode 100644 extensions/markdown/src/features/previewConfig.ts create mode 100644 extensions/markdown/src/features/previewManager.ts delete mode 100644 extensions/markdown/src/previewContentProvider.ts create mode 100644 extensions/markdown/src/test/index.ts create mode 100644 extensions/markdown/src/test/tableOfContentsProvider.test.ts create mode 100644 extensions/markdown/src/util/dispose.ts create mode 100644 extensions/markdown/src/util/file.ts create mode 100644 extensions/markdown/src/util/topmostLineMonitor.ts delete mode 100644 extensions/markdown/syntaxes/gulpfile.js delete mode 100644 extensions/markdown/syntaxes/markdown.tmLanguage delete mode 100644 extensions/markdown/syntaxes/markdown.tmLanguage.base create mode 100644 extensions/merge-conflict/README.md delete mode 100644 extensions/merge-conflict/npm-shrinkwrap.json create mode 100644 extensions/merge-conflict/resources/icons/merge-conflict.png delete mode 100644 extensions/ms-vscode.node-debug/OSSREADME.json delete mode 100644 extensions/ms-vscode.node-debug/package-lock.json delete mode 100644 extensions/ms-vscode.node-debug/package.json delete mode 100644 extensions/ms-vscode.node-debug2/OSSREADME.json delete mode 100644 extensions/ms-vscode.node-debug2/package-lock.json delete mode 100644 extensions/ms-vscode.node-debug2/package.json delete mode 100644 extensions/node.d.ts create mode 100644 extensions/powershell/package.nls.json delete mode 100644 extensions/powershell/syntaxes/PowershellSyntax.tmLanguage create mode 100644 extensions/powershell/syntaxes/powershell.tmLanguage.json create mode 100644 extensions/python/package.nls.json create mode 100644 extensions/r/package.nls.json delete mode 100644 extensions/r/syntaxes/R.plist create mode 100644 extensions/shellscript/package.nls.json create mode 100644 extensions/sql/package.nls.json create mode 100644 extensions/theme-abyss/package.nls.json delete mode 100644 extensions/theme-abyss/themes/Abyss.tmTheme create mode 100644 extensions/theme-defaults/package.nls.json create mode 100644 extensions/theme-kimbie-dark/package.nls.json delete mode 100644 extensions/theme-kimbie-dark/themes/Kimbie_dark.tmTheme create mode 100644 extensions/theme-monokai-dimmed/package.nls.json delete mode 100644 extensions/theme-monokai-dimmed/themes/dimmed-monokai.tmTheme create mode 100644 extensions/theme-monokai/package.nls.json delete mode 100644 extensions/theme-monokai/themes/Monokai.tmTheme create mode 100644 extensions/theme-quietlight/package.nls.json delete mode 100644 extensions/theme-quietlight/themes/QuietLight.tmTheme create mode 100644 extensions/theme-red/package.nls.json delete mode 100644 extensions/theme-red/themes/red.tmTheme delete mode 100644 extensions/theme-seti/icons/dashboard.svg delete mode 100644 extensions/theme-seti/icons/dashboard_inverse.svg create mode 100644 extensions/theme-seti/icons/seti-circular-128x128.png create mode 100644 extensions/theme-seti/package.nls.json create mode 100644 extensions/theme-solarized-dark/package.nls.json delete mode 100644 extensions/theme-solarized-dark/themes/Solarized-dark.tmTheme create mode 100644 extensions/theme-solarized-light/package.nls.json delete mode 100644 extensions/theme-solarized-light/themes/Solarized-light.tmTheme create mode 100644 extensions/theme-tomorrow-night-blue/package.nls.json delete mode 100644 extensions/theme-tomorrow-night-blue/themes/Tomorrow-Night-Blue.tmTheme create mode 100644 extensions/xml/package.nls.json rename extensions/xml/syntaxes/{xml.json => xml.tmLanguage.json} (81%) rename extensions/xml/syntaxes/{xsl.json => xsl.tmLanguage.json} (98%) create mode 100644 extensions/yaml/package.nls.json rename extensions/yaml/syntaxes/{yaml.json => yaml.tmLanguage.json} (98%) create mode 100644 i18n/chs/extensions/bat/package.i18n.json create mode 100644 i18n/chs/extensions/clojure/package.i18n.json create mode 100644 i18n/chs/extensions/coffeescript/package.i18n.json create mode 100644 i18n/chs/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/chs/extensions/cpp/package.i18n.json create mode 100644 i18n/chs/extensions/csharp/package.i18n.json create mode 100644 i18n/chs/extensions/diff/package.i18n.json create mode 100644 i18n/chs/extensions/docker/package.i18n.json create mode 100644 i18n/chs/extensions/extension-editing/package.i18n.json create mode 100644 i18n/chs/extensions/fsharp/package.i18n.json create mode 100644 i18n/chs/extensions/go/package.i18n.json create mode 100644 i18n/chs/extensions/groovy/package.i18n.json create mode 100644 i18n/chs/extensions/handlebars/package.i18n.json create mode 100644 i18n/chs/extensions/hlsl/package.i18n.json create mode 100644 i18n/chs/extensions/ini/package.i18n.json create mode 100644 i18n/chs/extensions/java/package.i18n.json create mode 100644 i18n/chs/extensions/javascript/package.i18n.json create mode 100644 i18n/chs/extensions/less/package.i18n.json create mode 100644 i18n/chs/extensions/log/package.i18n.json create mode 100644 i18n/chs/extensions/lua/package.i18n.json create mode 100644 i18n/chs/extensions/make/package.i18n.json create mode 100644 i18n/chs/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/chs/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/chs/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/chs/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/chs/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/chs/extensions/objective-c/package.i18n.json create mode 100644 i18n/chs/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/chs/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/chs/extensions/package-json/package.i18n.json create mode 100644 i18n/chs/extensions/perl/package.i18n.json create mode 100644 i18n/chs/extensions/powershell/package.i18n.json create mode 100644 i18n/chs/extensions/pug/package.i18n.json create mode 100644 i18n/chs/extensions/python/package.i18n.json create mode 100644 i18n/chs/extensions/r/package.i18n.json create mode 100644 i18n/chs/extensions/razor/package.i18n.json create mode 100644 i18n/chs/extensions/ruby/package.i18n.json create mode 100644 i18n/chs/extensions/rust/package.i18n.json create mode 100644 i18n/chs/extensions/scss/package.i18n.json create mode 100644 i18n/chs/extensions/shaderlab/package.i18n.json create mode 100644 i18n/chs/extensions/shellscript/package.i18n.json create mode 100644 i18n/chs/extensions/sql/package.i18n.json create mode 100644 i18n/chs/extensions/swift/package.i18n.json create mode 100644 i18n/chs/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/chs/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/chs/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/chs/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/chs/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/chs/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/chs/extensions/theme-red/package.i18n.json create mode 100644 i18n/chs/extensions/theme-seti/package.i18n.json create mode 100644 i18n/chs/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/chs/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/chs/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/chs/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/chs/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/chs/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/chs/extensions/vb/package.i18n.json create mode 100644 i18n/chs/extensions/xml/package.i18n.json create mode 100644 i18n/chs/extensions/yaml/package.i18n.json create mode 100644 i18n/chs/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/chs/src/vs/base/node/ps.i18n.json create mode 100644 i18n/chs/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/chs/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/chs/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/chs/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/chs/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/chs/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/chs/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/chs/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/chs/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/chs/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/chs/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/chs/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/chs/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/chs/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/chs/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/chs/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/chs/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/chs/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/chs/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/cht/extensions/bat/package.i18n.json create mode 100644 i18n/cht/extensions/clojure/package.i18n.json create mode 100644 i18n/cht/extensions/coffeescript/package.i18n.json create mode 100644 i18n/cht/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/cht/extensions/cpp/package.i18n.json create mode 100644 i18n/cht/extensions/csharp/package.i18n.json create mode 100644 i18n/cht/extensions/diff/package.i18n.json create mode 100644 i18n/cht/extensions/docker/package.i18n.json create mode 100644 i18n/cht/extensions/extension-editing/package.i18n.json create mode 100644 i18n/cht/extensions/fsharp/package.i18n.json create mode 100644 i18n/cht/extensions/go/package.i18n.json create mode 100644 i18n/cht/extensions/groovy/package.i18n.json create mode 100644 i18n/cht/extensions/handlebars/package.i18n.json create mode 100644 i18n/cht/extensions/hlsl/package.i18n.json create mode 100644 i18n/cht/extensions/ini/package.i18n.json create mode 100644 i18n/cht/extensions/java/package.i18n.json create mode 100644 i18n/cht/extensions/javascript/package.i18n.json create mode 100644 i18n/cht/extensions/less/package.i18n.json create mode 100644 i18n/cht/extensions/log/package.i18n.json create mode 100644 i18n/cht/extensions/lua/package.i18n.json create mode 100644 i18n/cht/extensions/make/package.i18n.json create mode 100644 i18n/cht/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/cht/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/cht/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/cht/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/cht/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/cht/extensions/objective-c/package.i18n.json create mode 100644 i18n/cht/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/cht/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/cht/extensions/package-json/package.i18n.json create mode 100644 i18n/cht/extensions/perl/package.i18n.json create mode 100644 i18n/cht/extensions/powershell/package.i18n.json create mode 100644 i18n/cht/extensions/pug/package.i18n.json create mode 100644 i18n/cht/extensions/python/package.i18n.json create mode 100644 i18n/cht/extensions/r/package.i18n.json create mode 100644 i18n/cht/extensions/razor/package.i18n.json create mode 100644 i18n/cht/extensions/ruby/package.i18n.json create mode 100644 i18n/cht/extensions/rust/package.i18n.json create mode 100644 i18n/cht/extensions/scss/package.i18n.json create mode 100644 i18n/cht/extensions/shaderlab/package.i18n.json create mode 100644 i18n/cht/extensions/shellscript/package.i18n.json create mode 100644 i18n/cht/extensions/sql/package.i18n.json create mode 100644 i18n/cht/extensions/swift/package.i18n.json create mode 100644 i18n/cht/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/cht/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/cht/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/cht/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/cht/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/cht/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/cht/extensions/theme-red/package.i18n.json create mode 100644 i18n/cht/extensions/theme-seti/package.i18n.json create mode 100644 i18n/cht/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/cht/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/cht/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/cht/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/cht/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/cht/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/cht/extensions/vb/package.i18n.json create mode 100644 i18n/cht/extensions/xml/package.i18n.json create mode 100644 i18n/cht/extensions/yaml/package.i18n.json create mode 100644 i18n/cht/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/cht/src/vs/base/node/ps.i18n.json create mode 100644 i18n/cht/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/cht/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/cht/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/cht/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/cht/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/cht/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/cht/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/cht/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/cht/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/cht/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/cht/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/cht/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/cht/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/cht/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/cht/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/cht/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/cht/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/cht/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/cht/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/deu/extensions/bat/package.i18n.json create mode 100644 i18n/deu/extensions/clojure/package.i18n.json create mode 100644 i18n/deu/extensions/coffeescript/package.i18n.json create mode 100644 i18n/deu/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/deu/extensions/cpp/package.i18n.json create mode 100644 i18n/deu/extensions/csharp/package.i18n.json create mode 100644 i18n/deu/extensions/diff/package.i18n.json create mode 100644 i18n/deu/extensions/docker/package.i18n.json create mode 100644 i18n/deu/extensions/extension-editing/package.i18n.json create mode 100644 i18n/deu/extensions/fsharp/package.i18n.json create mode 100644 i18n/deu/extensions/go/package.i18n.json create mode 100644 i18n/deu/extensions/groovy/package.i18n.json create mode 100644 i18n/deu/extensions/handlebars/package.i18n.json create mode 100644 i18n/deu/extensions/hlsl/package.i18n.json create mode 100644 i18n/deu/extensions/ini/package.i18n.json create mode 100644 i18n/deu/extensions/java/package.i18n.json create mode 100644 i18n/deu/extensions/javascript/package.i18n.json create mode 100644 i18n/deu/extensions/less/package.i18n.json create mode 100644 i18n/deu/extensions/log/package.i18n.json create mode 100644 i18n/deu/extensions/lua/package.i18n.json create mode 100644 i18n/deu/extensions/make/package.i18n.json create mode 100644 i18n/deu/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/deu/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/deu/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/deu/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/deu/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/deu/extensions/objective-c/package.i18n.json create mode 100644 i18n/deu/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/deu/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/deu/extensions/package-json/package.i18n.json create mode 100644 i18n/deu/extensions/perl/package.i18n.json create mode 100644 i18n/deu/extensions/powershell/package.i18n.json create mode 100644 i18n/deu/extensions/pug/package.i18n.json create mode 100644 i18n/deu/extensions/python/package.i18n.json create mode 100644 i18n/deu/extensions/r/package.i18n.json create mode 100644 i18n/deu/extensions/razor/package.i18n.json create mode 100644 i18n/deu/extensions/ruby/package.i18n.json create mode 100644 i18n/deu/extensions/rust/package.i18n.json create mode 100644 i18n/deu/extensions/scss/package.i18n.json create mode 100644 i18n/deu/extensions/shaderlab/package.i18n.json create mode 100644 i18n/deu/extensions/shellscript/package.i18n.json create mode 100644 i18n/deu/extensions/sql/package.i18n.json create mode 100644 i18n/deu/extensions/swift/package.i18n.json create mode 100644 i18n/deu/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/deu/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/deu/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/deu/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/deu/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/deu/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/deu/extensions/theme-red/package.i18n.json create mode 100644 i18n/deu/extensions/theme-seti/package.i18n.json create mode 100644 i18n/deu/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/deu/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/deu/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/deu/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/deu/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/deu/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/deu/extensions/vb/package.i18n.json create mode 100644 i18n/deu/extensions/xml/package.i18n.json create mode 100644 i18n/deu/extensions/yaml/package.i18n.json create mode 100644 i18n/deu/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/deu/src/vs/base/node/ps.i18n.json create mode 100644 i18n/deu/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/deu/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/deu/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/deu/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/deu/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/deu/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/deu/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/deu/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/deu/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/deu/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/deu/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/deu/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/deu/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/deu/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/deu/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/deu/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/deu/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/deu/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/deu/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/esn/extensions/bat/package.i18n.json create mode 100644 i18n/esn/extensions/clojure/package.i18n.json create mode 100644 i18n/esn/extensions/coffeescript/package.i18n.json create mode 100644 i18n/esn/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/esn/extensions/cpp/package.i18n.json create mode 100644 i18n/esn/extensions/csharp/package.i18n.json create mode 100644 i18n/esn/extensions/diff/package.i18n.json create mode 100644 i18n/esn/extensions/docker/package.i18n.json create mode 100644 i18n/esn/extensions/extension-editing/package.i18n.json create mode 100644 i18n/esn/extensions/fsharp/package.i18n.json create mode 100644 i18n/esn/extensions/go/package.i18n.json create mode 100644 i18n/esn/extensions/groovy/package.i18n.json create mode 100644 i18n/esn/extensions/handlebars/package.i18n.json create mode 100644 i18n/esn/extensions/hlsl/package.i18n.json create mode 100644 i18n/esn/extensions/ini/package.i18n.json create mode 100644 i18n/esn/extensions/java/package.i18n.json create mode 100644 i18n/esn/extensions/javascript/package.i18n.json create mode 100644 i18n/esn/extensions/less/package.i18n.json create mode 100644 i18n/esn/extensions/log/package.i18n.json create mode 100644 i18n/esn/extensions/lua/package.i18n.json create mode 100644 i18n/esn/extensions/make/package.i18n.json create mode 100644 i18n/esn/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/esn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/esn/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/esn/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/esn/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/esn/extensions/objective-c/package.i18n.json create mode 100644 i18n/esn/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/esn/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/esn/extensions/package-json/package.i18n.json create mode 100644 i18n/esn/extensions/perl/package.i18n.json create mode 100644 i18n/esn/extensions/powershell/package.i18n.json create mode 100644 i18n/esn/extensions/pug/package.i18n.json create mode 100644 i18n/esn/extensions/python/package.i18n.json create mode 100644 i18n/esn/extensions/r/package.i18n.json create mode 100644 i18n/esn/extensions/razor/package.i18n.json create mode 100644 i18n/esn/extensions/ruby/package.i18n.json create mode 100644 i18n/esn/extensions/rust/package.i18n.json create mode 100644 i18n/esn/extensions/scss/package.i18n.json create mode 100644 i18n/esn/extensions/shaderlab/package.i18n.json create mode 100644 i18n/esn/extensions/shellscript/package.i18n.json create mode 100644 i18n/esn/extensions/sql/package.i18n.json create mode 100644 i18n/esn/extensions/swift/package.i18n.json create mode 100644 i18n/esn/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/esn/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/esn/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/esn/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/esn/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/esn/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/esn/extensions/theme-red/package.i18n.json create mode 100644 i18n/esn/extensions/theme-seti/package.i18n.json create mode 100644 i18n/esn/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/esn/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/esn/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/esn/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/esn/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/esn/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/esn/extensions/vb/package.i18n.json create mode 100644 i18n/esn/extensions/xml/package.i18n.json create mode 100644 i18n/esn/extensions/yaml/package.i18n.json create mode 100644 i18n/esn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/esn/src/vs/base/node/ps.i18n.json create mode 100644 i18n/esn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/esn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/esn/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/esn/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/esn/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/esn/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/esn/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/esn/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/esn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/esn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/esn/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/esn/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/esn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/esn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/esn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/esn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/esn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/esn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/esn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/fra/extensions/bat/package.i18n.json create mode 100644 i18n/fra/extensions/clojure/package.i18n.json create mode 100644 i18n/fra/extensions/coffeescript/package.i18n.json create mode 100644 i18n/fra/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/fra/extensions/cpp/package.i18n.json create mode 100644 i18n/fra/extensions/csharp/package.i18n.json create mode 100644 i18n/fra/extensions/diff/package.i18n.json create mode 100644 i18n/fra/extensions/docker/package.i18n.json create mode 100644 i18n/fra/extensions/extension-editing/package.i18n.json create mode 100644 i18n/fra/extensions/fsharp/package.i18n.json create mode 100644 i18n/fra/extensions/go/package.i18n.json create mode 100644 i18n/fra/extensions/groovy/package.i18n.json create mode 100644 i18n/fra/extensions/handlebars/package.i18n.json create mode 100644 i18n/fra/extensions/hlsl/package.i18n.json create mode 100644 i18n/fra/extensions/ini/package.i18n.json create mode 100644 i18n/fra/extensions/java/package.i18n.json create mode 100644 i18n/fra/extensions/javascript/package.i18n.json create mode 100644 i18n/fra/extensions/less/package.i18n.json create mode 100644 i18n/fra/extensions/log/package.i18n.json create mode 100644 i18n/fra/extensions/lua/package.i18n.json create mode 100644 i18n/fra/extensions/make/package.i18n.json create mode 100644 i18n/fra/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/fra/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/fra/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/fra/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/fra/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/fra/extensions/objective-c/package.i18n.json create mode 100644 i18n/fra/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/fra/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/fra/extensions/package-json/package.i18n.json create mode 100644 i18n/fra/extensions/perl/package.i18n.json create mode 100644 i18n/fra/extensions/powershell/package.i18n.json create mode 100644 i18n/fra/extensions/pug/package.i18n.json create mode 100644 i18n/fra/extensions/python/package.i18n.json create mode 100644 i18n/fra/extensions/r/package.i18n.json create mode 100644 i18n/fra/extensions/razor/package.i18n.json create mode 100644 i18n/fra/extensions/ruby/package.i18n.json create mode 100644 i18n/fra/extensions/rust/package.i18n.json create mode 100644 i18n/fra/extensions/scss/package.i18n.json create mode 100644 i18n/fra/extensions/shaderlab/package.i18n.json create mode 100644 i18n/fra/extensions/shellscript/package.i18n.json create mode 100644 i18n/fra/extensions/sql/package.i18n.json create mode 100644 i18n/fra/extensions/swift/package.i18n.json create mode 100644 i18n/fra/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/fra/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/fra/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/fra/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/fra/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/fra/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/fra/extensions/theme-red/package.i18n.json create mode 100644 i18n/fra/extensions/theme-seti/package.i18n.json create mode 100644 i18n/fra/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/fra/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/fra/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/fra/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/fra/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/fra/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/fra/extensions/vb/package.i18n.json create mode 100644 i18n/fra/extensions/xml/package.i18n.json create mode 100644 i18n/fra/extensions/yaml/package.i18n.json create mode 100644 i18n/fra/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/fra/src/vs/base/node/ps.i18n.json create mode 100644 i18n/fra/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/fra/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/fra/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/fra/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/fra/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/fra/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/fra/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/fra/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/fra/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/fra/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/fra/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/fra/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/fra/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/fra/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/fra/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/fra/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/fra/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/fra/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/fra/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/hun/extensions/bat/package.i18n.json create mode 100644 i18n/hun/extensions/clojure/package.i18n.json create mode 100644 i18n/hun/extensions/coffeescript/package.i18n.json create mode 100644 i18n/hun/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/hun/extensions/cpp/package.i18n.json create mode 100644 i18n/hun/extensions/csharp/package.i18n.json create mode 100644 i18n/hun/extensions/diff/package.i18n.json create mode 100644 i18n/hun/extensions/docker/package.i18n.json create mode 100644 i18n/hun/extensions/extension-editing/package.i18n.json create mode 100644 i18n/hun/extensions/fsharp/package.i18n.json create mode 100644 i18n/hun/extensions/go/package.i18n.json create mode 100644 i18n/hun/extensions/groovy/package.i18n.json create mode 100644 i18n/hun/extensions/handlebars/package.i18n.json create mode 100644 i18n/hun/extensions/hlsl/package.i18n.json create mode 100644 i18n/hun/extensions/ini/package.i18n.json create mode 100644 i18n/hun/extensions/java/package.i18n.json create mode 100644 i18n/hun/extensions/javascript/package.i18n.json create mode 100644 i18n/hun/extensions/less/package.i18n.json create mode 100644 i18n/hun/extensions/log/package.i18n.json create mode 100644 i18n/hun/extensions/lua/package.i18n.json create mode 100644 i18n/hun/extensions/make/package.i18n.json create mode 100644 i18n/hun/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/hun/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/hun/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/hun/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/hun/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/hun/extensions/objective-c/package.i18n.json create mode 100644 i18n/hun/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/hun/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/hun/extensions/package-json/package.i18n.json create mode 100644 i18n/hun/extensions/perl/package.i18n.json create mode 100644 i18n/hun/extensions/powershell/package.i18n.json create mode 100644 i18n/hun/extensions/pug/package.i18n.json create mode 100644 i18n/hun/extensions/python/package.i18n.json create mode 100644 i18n/hun/extensions/r/package.i18n.json create mode 100644 i18n/hun/extensions/razor/package.i18n.json create mode 100644 i18n/hun/extensions/ruby/package.i18n.json create mode 100644 i18n/hun/extensions/rust/package.i18n.json create mode 100644 i18n/hun/extensions/scss/package.i18n.json create mode 100644 i18n/hun/extensions/shaderlab/package.i18n.json create mode 100644 i18n/hun/extensions/shellscript/package.i18n.json create mode 100644 i18n/hun/extensions/sql/package.i18n.json create mode 100644 i18n/hun/extensions/swift/package.i18n.json create mode 100644 i18n/hun/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/hun/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/hun/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/hun/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/hun/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/hun/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/hun/extensions/theme-red/package.i18n.json create mode 100644 i18n/hun/extensions/theme-seti/package.i18n.json create mode 100644 i18n/hun/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/hun/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/hun/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/hun/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/hun/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/hun/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/hun/extensions/vb/package.i18n.json create mode 100644 i18n/hun/extensions/xml/package.i18n.json create mode 100644 i18n/hun/extensions/yaml/package.i18n.json create mode 100644 i18n/hun/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/hun/src/vs/base/node/ps.i18n.json create mode 100644 i18n/hun/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/hun/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/hun/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/hun/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/hun/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/hun/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/hun/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/hun/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/hun/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/hun/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/hun/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/hun/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/hun/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/hun/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/hun/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/hun/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/hun/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/hun/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/hun/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/ita/extensions/bat/package.i18n.json create mode 100644 i18n/ita/extensions/clojure/package.i18n.json create mode 100644 i18n/ita/extensions/coffeescript/package.i18n.json create mode 100644 i18n/ita/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/ita/extensions/cpp/package.i18n.json create mode 100644 i18n/ita/extensions/csharp/package.i18n.json create mode 100644 i18n/ita/extensions/diff/package.i18n.json create mode 100644 i18n/ita/extensions/docker/package.i18n.json create mode 100644 i18n/ita/extensions/extension-editing/package.i18n.json create mode 100644 i18n/ita/extensions/fsharp/package.i18n.json create mode 100644 i18n/ita/extensions/go/package.i18n.json create mode 100644 i18n/ita/extensions/groovy/package.i18n.json create mode 100644 i18n/ita/extensions/handlebars/package.i18n.json create mode 100644 i18n/ita/extensions/hlsl/package.i18n.json create mode 100644 i18n/ita/extensions/ini/package.i18n.json create mode 100644 i18n/ita/extensions/java/package.i18n.json create mode 100644 i18n/ita/extensions/javascript/package.i18n.json create mode 100644 i18n/ita/extensions/less/package.i18n.json create mode 100644 i18n/ita/extensions/log/package.i18n.json create mode 100644 i18n/ita/extensions/lua/package.i18n.json create mode 100644 i18n/ita/extensions/make/package.i18n.json create mode 100644 i18n/ita/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/ita/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/ita/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/ita/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/ita/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/ita/extensions/objective-c/package.i18n.json create mode 100644 i18n/ita/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/ita/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/ita/extensions/package-json/package.i18n.json create mode 100644 i18n/ita/extensions/perl/package.i18n.json create mode 100644 i18n/ita/extensions/powershell/package.i18n.json create mode 100644 i18n/ita/extensions/pug/package.i18n.json create mode 100644 i18n/ita/extensions/python/package.i18n.json create mode 100644 i18n/ita/extensions/r/package.i18n.json create mode 100644 i18n/ita/extensions/razor/package.i18n.json create mode 100644 i18n/ita/extensions/ruby/package.i18n.json create mode 100644 i18n/ita/extensions/rust/package.i18n.json create mode 100644 i18n/ita/extensions/scss/package.i18n.json create mode 100644 i18n/ita/extensions/shaderlab/package.i18n.json create mode 100644 i18n/ita/extensions/shellscript/package.i18n.json create mode 100644 i18n/ita/extensions/sql/package.i18n.json create mode 100644 i18n/ita/extensions/swift/package.i18n.json create mode 100644 i18n/ita/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/ita/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/ita/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/ita/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/ita/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/ita/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/ita/extensions/theme-red/package.i18n.json create mode 100644 i18n/ita/extensions/theme-seti/package.i18n.json create mode 100644 i18n/ita/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/ita/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/ita/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/ita/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/ita/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/ita/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/ita/extensions/vb/package.i18n.json create mode 100644 i18n/ita/extensions/xml/package.i18n.json create mode 100644 i18n/ita/extensions/yaml/package.i18n.json create mode 100644 i18n/ita/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/ita/src/vs/base/node/ps.i18n.json create mode 100644 i18n/ita/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/ita/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/ita/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/ita/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/ita/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/ita/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/ita/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/ita/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/ita/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/ita/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/ita/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/ita/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/ita/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/ita/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/ita/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/ita/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/ita/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/ita/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/ita/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/jpn/extensions/bat/package.i18n.json create mode 100644 i18n/jpn/extensions/clojure/package.i18n.json create mode 100644 i18n/jpn/extensions/coffeescript/package.i18n.json create mode 100644 i18n/jpn/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/jpn/extensions/cpp/package.i18n.json create mode 100644 i18n/jpn/extensions/csharp/package.i18n.json create mode 100644 i18n/jpn/extensions/diff/package.i18n.json create mode 100644 i18n/jpn/extensions/docker/package.i18n.json create mode 100644 i18n/jpn/extensions/extension-editing/package.i18n.json create mode 100644 i18n/jpn/extensions/fsharp/package.i18n.json create mode 100644 i18n/jpn/extensions/go/package.i18n.json create mode 100644 i18n/jpn/extensions/groovy/package.i18n.json create mode 100644 i18n/jpn/extensions/handlebars/package.i18n.json create mode 100644 i18n/jpn/extensions/hlsl/package.i18n.json create mode 100644 i18n/jpn/extensions/ini/package.i18n.json create mode 100644 i18n/jpn/extensions/java/package.i18n.json create mode 100644 i18n/jpn/extensions/javascript/package.i18n.json create mode 100644 i18n/jpn/extensions/less/package.i18n.json create mode 100644 i18n/jpn/extensions/log/package.i18n.json create mode 100644 i18n/jpn/extensions/lua/package.i18n.json create mode 100644 i18n/jpn/extensions/make/package.i18n.json create mode 100644 i18n/jpn/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/jpn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/jpn/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/jpn/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/jpn/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/jpn/extensions/objective-c/package.i18n.json create mode 100644 i18n/jpn/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/jpn/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/jpn/extensions/package-json/package.i18n.json create mode 100644 i18n/jpn/extensions/perl/package.i18n.json create mode 100644 i18n/jpn/extensions/powershell/package.i18n.json create mode 100644 i18n/jpn/extensions/pug/package.i18n.json create mode 100644 i18n/jpn/extensions/python/package.i18n.json create mode 100644 i18n/jpn/extensions/r/package.i18n.json create mode 100644 i18n/jpn/extensions/razor/package.i18n.json create mode 100644 i18n/jpn/extensions/ruby/package.i18n.json create mode 100644 i18n/jpn/extensions/rust/package.i18n.json create mode 100644 i18n/jpn/extensions/scss/package.i18n.json create mode 100644 i18n/jpn/extensions/shaderlab/package.i18n.json create mode 100644 i18n/jpn/extensions/shellscript/package.i18n.json create mode 100644 i18n/jpn/extensions/sql/package.i18n.json create mode 100644 i18n/jpn/extensions/swift/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-red/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-seti/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/jpn/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/jpn/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/jpn/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/jpn/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/jpn/extensions/vb/package.i18n.json create mode 100644 i18n/jpn/extensions/xml/package.i18n.json create mode 100644 i18n/jpn/extensions/yaml/package.i18n.json create mode 100644 i18n/jpn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/jpn/src/vs/base/node/ps.i18n.json create mode 100644 i18n/jpn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/jpn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/jpn/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/jpn/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/jpn/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/jpn/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/jpn/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/jpn/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/jpn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/kor/extensions/bat/package.i18n.json create mode 100644 i18n/kor/extensions/clojure/package.i18n.json create mode 100644 i18n/kor/extensions/coffeescript/package.i18n.json create mode 100644 i18n/kor/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/kor/extensions/cpp/package.i18n.json create mode 100644 i18n/kor/extensions/csharp/package.i18n.json create mode 100644 i18n/kor/extensions/diff/package.i18n.json create mode 100644 i18n/kor/extensions/docker/package.i18n.json create mode 100644 i18n/kor/extensions/extension-editing/package.i18n.json create mode 100644 i18n/kor/extensions/fsharp/package.i18n.json create mode 100644 i18n/kor/extensions/go/package.i18n.json create mode 100644 i18n/kor/extensions/groovy/package.i18n.json create mode 100644 i18n/kor/extensions/handlebars/package.i18n.json create mode 100644 i18n/kor/extensions/hlsl/package.i18n.json create mode 100644 i18n/kor/extensions/ini/package.i18n.json create mode 100644 i18n/kor/extensions/java/package.i18n.json create mode 100644 i18n/kor/extensions/javascript/package.i18n.json create mode 100644 i18n/kor/extensions/less/package.i18n.json create mode 100644 i18n/kor/extensions/log/package.i18n.json create mode 100644 i18n/kor/extensions/lua/package.i18n.json create mode 100644 i18n/kor/extensions/make/package.i18n.json create mode 100644 i18n/kor/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/kor/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/kor/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/kor/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/kor/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/kor/extensions/objective-c/package.i18n.json create mode 100644 i18n/kor/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/kor/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/kor/extensions/package-json/package.i18n.json create mode 100644 i18n/kor/extensions/perl/package.i18n.json create mode 100644 i18n/kor/extensions/powershell/package.i18n.json create mode 100644 i18n/kor/extensions/pug/package.i18n.json create mode 100644 i18n/kor/extensions/python/package.i18n.json create mode 100644 i18n/kor/extensions/r/package.i18n.json create mode 100644 i18n/kor/extensions/razor/package.i18n.json create mode 100644 i18n/kor/extensions/ruby/package.i18n.json create mode 100644 i18n/kor/extensions/rust/package.i18n.json create mode 100644 i18n/kor/extensions/scss/package.i18n.json create mode 100644 i18n/kor/extensions/shaderlab/package.i18n.json create mode 100644 i18n/kor/extensions/shellscript/package.i18n.json create mode 100644 i18n/kor/extensions/sql/package.i18n.json create mode 100644 i18n/kor/extensions/swift/package.i18n.json create mode 100644 i18n/kor/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/kor/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/kor/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/kor/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/kor/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/kor/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/kor/extensions/theme-red/package.i18n.json create mode 100644 i18n/kor/extensions/theme-seti/package.i18n.json create mode 100644 i18n/kor/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/kor/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/kor/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/kor/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/kor/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/kor/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/kor/extensions/vb/package.i18n.json create mode 100644 i18n/kor/extensions/xml/package.i18n.json create mode 100644 i18n/kor/extensions/yaml/package.i18n.json create mode 100644 i18n/kor/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/kor/src/vs/base/node/ps.i18n.json create mode 100644 i18n/kor/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/kor/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/kor/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/kor/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/kor/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/kor/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/kor/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/kor/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/kor/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/kor/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/kor/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/kor/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/kor/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/kor/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/kor/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/kor/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/kor/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/kor/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/kor/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/ptb/extensions/bat/package.i18n.json create mode 100644 i18n/ptb/extensions/clojure/package.i18n.json create mode 100644 i18n/ptb/extensions/coffeescript/package.i18n.json create mode 100644 i18n/ptb/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/ptb/extensions/cpp/package.i18n.json create mode 100644 i18n/ptb/extensions/csharp/package.i18n.json create mode 100644 i18n/ptb/extensions/diff/package.i18n.json create mode 100644 i18n/ptb/extensions/docker/package.i18n.json create mode 100644 i18n/ptb/extensions/extension-editing/package.i18n.json create mode 100644 i18n/ptb/extensions/fsharp/package.i18n.json create mode 100644 i18n/ptb/extensions/go/package.i18n.json create mode 100644 i18n/ptb/extensions/groovy/package.i18n.json create mode 100644 i18n/ptb/extensions/handlebars/package.i18n.json create mode 100644 i18n/ptb/extensions/hlsl/package.i18n.json create mode 100644 i18n/ptb/extensions/ini/package.i18n.json create mode 100644 i18n/ptb/extensions/java/package.i18n.json create mode 100644 i18n/ptb/extensions/javascript/package.i18n.json create mode 100644 i18n/ptb/extensions/less/package.i18n.json create mode 100644 i18n/ptb/extensions/log/package.i18n.json create mode 100644 i18n/ptb/extensions/lua/package.i18n.json create mode 100644 i18n/ptb/extensions/make/package.i18n.json create mode 100644 i18n/ptb/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/ptb/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/ptb/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/ptb/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/ptb/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/ptb/extensions/objective-c/package.i18n.json create mode 100644 i18n/ptb/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/ptb/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/ptb/extensions/package-json/package.i18n.json create mode 100644 i18n/ptb/extensions/perl/package.i18n.json create mode 100644 i18n/ptb/extensions/powershell/package.i18n.json create mode 100644 i18n/ptb/extensions/pug/package.i18n.json create mode 100644 i18n/ptb/extensions/python/package.i18n.json create mode 100644 i18n/ptb/extensions/r/package.i18n.json create mode 100644 i18n/ptb/extensions/razor/package.i18n.json create mode 100644 i18n/ptb/extensions/ruby/package.i18n.json create mode 100644 i18n/ptb/extensions/rust/package.i18n.json create mode 100644 i18n/ptb/extensions/scss/package.i18n.json create mode 100644 i18n/ptb/extensions/shaderlab/package.i18n.json create mode 100644 i18n/ptb/extensions/shellscript/package.i18n.json create mode 100644 i18n/ptb/extensions/sql/package.i18n.json create mode 100644 i18n/ptb/extensions/swift/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-red/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-seti/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/ptb/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/ptb/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/ptb/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/ptb/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/ptb/extensions/vb/package.i18n.json create mode 100644 i18n/ptb/extensions/xml/package.i18n.json create mode 100644 i18n/ptb/extensions/yaml/package.i18n.json create mode 100644 i18n/ptb/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/ptb/src/vs/base/node/ps.i18n.json create mode 100644 i18n/ptb/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/ptb/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/ptb/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/ptb/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/ptb/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/ptb/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/ptb/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/ptb/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/ptb/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/rus/extensions/bat/package.i18n.json create mode 100644 i18n/rus/extensions/clojure/package.i18n.json create mode 100644 i18n/rus/extensions/coffeescript/package.i18n.json create mode 100644 i18n/rus/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/rus/extensions/cpp/package.i18n.json create mode 100644 i18n/rus/extensions/csharp/package.i18n.json create mode 100644 i18n/rus/extensions/diff/package.i18n.json create mode 100644 i18n/rus/extensions/docker/package.i18n.json create mode 100644 i18n/rus/extensions/extension-editing/package.i18n.json create mode 100644 i18n/rus/extensions/fsharp/package.i18n.json create mode 100644 i18n/rus/extensions/go/package.i18n.json create mode 100644 i18n/rus/extensions/groovy/package.i18n.json create mode 100644 i18n/rus/extensions/handlebars/package.i18n.json create mode 100644 i18n/rus/extensions/hlsl/package.i18n.json create mode 100644 i18n/rus/extensions/ini/package.i18n.json create mode 100644 i18n/rus/extensions/java/package.i18n.json create mode 100644 i18n/rus/extensions/javascript/package.i18n.json create mode 100644 i18n/rus/extensions/less/package.i18n.json create mode 100644 i18n/rus/extensions/log/package.i18n.json create mode 100644 i18n/rus/extensions/lua/package.i18n.json create mode 100644 i18n/rus/extensions/make/package.i18n.json create mode 100644 i18n/rus/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/rus/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/rus/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/rus/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/rus/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/rus/extensions/objective-c/package.i18n.json create mode 100644 i18n/rus/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/rus/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/rus/extensions/package-json/package.i18n.json create mode 100644 i18n/rus/extensions/perl/package.i18n.json create mode 100644 i18n/rus/extensions/powershell/package.i18n.json create mode 100644 i18n/rus/extensions/pug/package.i18n.json create mode 100644 i18n/rus/extensions/python/package.i18n.json create mode 100644 i18n/rus/extensions/r/package.i18n.json create mode 100644 i18n/rus/extensions/razor/package.i18n.json create mode 100644 i18n/rus/extensions/ruby/package.i18n.json create mode 100644 i18n/rus/extensions/rust/package.i18n.json create mode 100644 i18n/rus/extensions/scss/package.i18n.json create mode 100644 i18n/rus/extensions/shaderlab/package.i18n.json create mode 100644 i18n/rus/extensions/shellscript/package.i18n.json create mode 100644 i18n/rus/extensions/sql/package.i18n.json create mode 100644 i18n/rus/extensions/swift/package.i18n.json create mode 100644 i18n/rus/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/rus/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/rus/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/rus/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/rus/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/rus/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/rus/extensions/theme-red/package.i18n.json create mode 100644 i18n/rus/extensions/theme-seti/package.i18n.json create mode 100644 i18n/rus/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/rus/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/rus/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/rus/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/rus/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/rus/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/rus/extensions/vb/package.i18n.json create mode 100644 i18n/rus/extensions/xml/package.i18n.json create mode 100644 i18n/rus/extensions/yaml/package.i18n.json create mode 100644 i18n/rus/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/rus/src/vs/base/node/ps.i18n.json create mode 100644 i18n/rus/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/rus/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/rus/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/rus/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/rus/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/rus/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/rus/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/rus/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/rus/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/rus/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/rus/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/rus/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/rus/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/rus/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/rus/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/rus/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/rus/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/rus/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/rus/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 i18n/trk/extensions/bat/package.i18n.json create mode 100644 i18n/trk/extensions/clojure/package.i18n.json create mode 100644 i18n/trk/extensions/coffeescript/package.i18n.json create mode 100644 i18n/trk/extensions/configuration-editing/package.i18n.json create mode 100644 i18n/trk/extensions/cpp/package.i18n.json create mode 100644 i18n/trk/extensions/csharp/package.i18n.json create mode 100644 i18n/trk/extensions/diff/package.i18n.json create mode 100644 i18n/trk/extensions/docker/package.i18n.json create mode 100644 i18n/trk/extensions/extension-editing/package.i18n.json create mode 100644 i18n/trk/extensions/fsharp/package.i18n.json create mode 100644 i18n/trk/extensions/go/package.i18n.json create mode 100644 i18n/trk/extensions/groovy/package.i18n.json create mode 100644 i18n/trk/extensions/handlebars/package.i18n.json create mode 100644 i18n/trk/extensions/hlsl/package.i18n.json create mode 100644 i18n/trk/extensions/ini/package.i18n.json create mode 100644 i18n/trk/extensions/java/package.i18n.json create mode 100644 i18n/trk/extensions/javascript/package.i18n.json create mode 100644 i18n/trk/extensions/less/package.i18n.json create mode 100644 i18n/trk/extensions/log/package.i18n.json create mode 100644 i18n/trk/extensions/lua/package.i18n.json create mode 100644 i18n/trk/extensions/make/package.i18n.json create mode 100644 i18n/trk/extensions/markdown-basics/package.i18n.json create mode 100644 i18n/trk/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json create mode 100644 i18n/trk/extensions/markdown/out/features/preview.i18n.json create mode 100644 i18n/trk/extensions/npm/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/trk/extensions/npm/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/trk/extensions/objective-c/package.i18n.json create mode 100644 i18n/trk/extensions/package-json/out/features/bowerJSONContribution.i18n.json create mode 100644 i18n/trk/extensions/package-json/out/features/packageJSONContribution.i18n.json create mode 100644 i18n/trk/extensions/package-json/package.i18n.json create mode 100644 i18n/trk/extensions/perl/package.i18n.json create mode 100644 i18n/trk/extensions/powershell/package.i18n.json create mode 100644 i18n/trk/extensions/pug/package.i18n.json create mode 100644 i18n/trk/extensions/python/package.i18n.json create mode 100644 i18n/trk/extensions/r/package.i18n.json create mode 100644 i18n/trk/extensions/razor/package.i18n.json create mode 100644 i18n/trk/extensions/ruby/package.i18n.json create mode 100644 i18n/trk/extensions/rust/package.i18n.json create mode 100644 i18n/trk/extensions/scss/package.i18n.json create mode 100644 i18n/trk/extensions/shaderlab/package.i18n.json create mode 100644 i18n/trk/extensions/shellscript/package.i18n.json create mode 100644 i18n/trk/extensions/sql/package.i18n.json create mode 100644 i18n/trk/extensions/swift/package.i18n.json create mode 100644 i18n/trk/extensions/theme-abyss/package.i18n.json create mode 100644 i18n/trk/extensions/theme-defaults/package.i18n.json create mode 100644 i18n/trk/extensions/theme-kimbie-dark/package.i18n.json create mode 100644 i18n/trk/extensions/theme-monokai-dimmed/package.i18n.json create mode 100644 i18n/trk/extensions/theme-monokai/package.i18n.json create mode 100644 i18n/trk/extensions/theme-quietlight/package.i18n.json create mode 100644 i18n/trk/extensions/theme-red/package.i18n.json create mode 100644 i18n/trk/extensions/theme-seti/package.i18n.json create mode 100644 i18n/trk/extensions/theme-solarized-dark/package.i18n.json create mode 100644 i18n/trk/extensions/theme-solarized-light/package.i18n.json create mode 100644 i18n/trk/extensions/theme-tomorrow-night-blue/package.i18n.json create mode 100644 i18n/trk/extensions/typescript-basics/package.i18n.json create mode 100644 i18n/trk/extensions/typescript/out/commands.i18n.json create mode 100644 i18n/trk/extensions/typescript/out/features/quickFixProvider.i18n.json create mode 100644 i18n/trk/extensions/vb/package.i18n.json create mode 100644 i18n/trk/extensions/xml/package.i18n.json create mode 100644 i18n/trk/extensions/yaml/package.i18n.json create mode 100644 i18n/trk/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json create mode 100644 i18n/trk/src/vs/base/node/ps.i18n.json create mode 100644 i18n/trk/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json create mode 100644 i18n/trk/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json create mode 100644 i18n/trk/src/vs/code/electron-main/logUploader.i18n.json create mode 100644 i18n/trk/src/vs/platform/issue/electron-main/issueService.i18n.json create mode 100644 i18n/trk/src/vs/platform/list/browser/listService.i18n.json create mode 100644 i18n/trk/src/vs/platform/localizations/common/localizations.i18n.json create mode 100644 i18n/trk/src/vs/platform/update/node/update.config.contribution.i18n.json create mode 100644 i18n/trk/src/vs/platform/windows/electron-main/windowsService.i18n.json create mode 100644 i18n/trk/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json create mode 100644 i18n/trk/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json create mode 100644 i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json create mode 100644 i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json create mode 100644 i18n/trk/src/vs/workbench/api/node/extHostWorkspace.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/actions/workspaceCommands.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json create mode 100644 i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json create mode 100644 i18n/trk/src/vs/workbench/common/views.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/markers/common/markers.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/search/browser/searchView.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json create mode 100644 i18n/trk/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json create mode 100644 i18n/trk/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json create mode 100644 i18n/trk/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json create mode 100644 i18n/trk/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json create mode 100644 i18n/trk/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json create mode 100644 i18n/trk/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json create mode 100644 i18n/trk/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json create mode 100644 src/typings/native-is-elevated.d.ts create mode 100644 src/typings/sudo-prompt.d.ts create mode 100644 src/typings/vscode-xterm.d.ts create mode 100644 src/vs/base/browser/contextmenu.ts delete mode 100644 src/vs/base/browser/ui/resourceviewer/resourceViewer.ts create mode 100644 src/vs/base/browser/ui/selectBox/selectBoxCustom.css create mode 100644 src/vs/base/browser/ui/selectBox/selectBoxCustom.ts create mode 100644 src/vs/base/browser/ui/selectBox/selectBoxNative.ts create mode 100644 src/vs/base/browser/ui/splitview/grid.ts delete mode 100644 src/vs/base/common/diff/diff2.ts create mode 100644 src/vs/base/common/octicon.ts create mode 100644 src/vs/base/test/common/octicon.test.ts create mode 100644 src/vs/base/test/common/resources.test.ts create mode 100644 src/vs/code/electron-browser/issue/issueReporter.html create mode 100644 src/vs/code/electron-browser/issue/issueReporter.js create mode 100644 src/vs/code/electron-browser/issue/issueReporterMain.ts create mode 100644 src/vs/code/electron-browser/issue/issueReporterModel.ts create mode 100644 src/vs/code/electron-browser/issue/issueReporterPage.ts create mode 100644 src/vs/code/electron-browser/issue/media/issueReporter.css create mode 100644 src/vs/code/electron-browser/issue/test/testReporterModel.test.ts rename src/vs/code/{electron-main => electron-browser/proxy}/auth.html (100%) rename src/vs/code/electron-browser/{ => sharedProcess}/contrib/contributions.ts (58%) create mode 100644 src/vs/code/electron-browser/sharedProcess/contrib/languagePackCachedDataCleaner.ts rename src/vs/code/electron-browser/{ => sharedProcess}/contrib/nodeCachedDataCleaner.ts (100%) rename src/vs/code/electron-browser/{ => sharedProcess}/sharedProcess.html (88%) rename src/vs/code/electron-browser/{ => sharedProcess}/sharedProcess.js (63%) rename src/vs/code/electron-browser/{ => sharedProcess}/sharedProcessMain.ts (84%) rename src/vs/{workbench/parts/codeEditor/electron-browser/media/codeEditor.css => code/electron-main/contributions.ts} (79%) create mode 100644 src/vs/code/electron-main/logUploader.ts delete mode 100644 src/vs/editor/browser/viewParts/overviewRuler/overviewRulerImpl.ts create mode 100644 src/vs/editor/common/model.ts create mode 100644 src/vs/editor/common/model/chunksTextBuffer/bufferPiece.ts create mode 100644 src/vs/editor/common/model/chunksTextBuffer/chunksTextBuffer.ts create mode 100644 src/vs/editor/common/model/chunksTextBuffer/chunksTextBufferBuilder.ts delete mode 100644 src/vs/editor/common/model/editableTextModel.ts create mode 100644 src/vs/editor/common/model/linesTextBuffer/linesTextBuffer.ts create mode 100644 src/vs/editor/common/model/linesTextBuffer/linesTextBufferBuilder.ts create mode 100644 src/vs/editor/common/model/linesTextBuffer/textSource.ts rename src/vs/editor/common/model/{mirrorModel.ts => mirrorTextModel.ts} (94%) delete mode 100644 src/vs/editor/common/model/model.ts delete mode 100644 src/vs/editor/common/model/modelLine.ts create mode 100644 src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts create mode 100644 src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.ts create mode 100644 src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder.ts create mode 100644 src/vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase.ts create mode 100644 src/vs/editor/common/model/textModelTokens.ts delete mode 100644 src/vs/editor/common/model/textModelWithDecorations.ts delete mode 100644 src/vs/editor/common/model/textModelWithTokens.ts delete mode 100644 src/vs/editor/common/model/textSource.ts delete mode 100644 src/vs/editor/common/model/tokensBinaryEncoding.ts create mode 100644 src/vs/editor/contrib/folding/syntaxRangeProvider.ts create mode 100644 src/vs/editor/contrib/quickFix/codeActionTrigger.ts create mode 100644 src/vs/editor/contrib/suggest/test/suggestMemory.test.ts rename src/vs/editor/{ => test}/common/core/viewLineToken.ts (50%) create mode 100644 src/vs/editor/test/common/model/benchmark/benchmarkUtils.ts create mode 100644 src/vs/editor/test/common/model/benchmark/bootstrap.js create mode 100644 src/vs/editor/test/common/model/benchmark/entry.ts create mode 100644 src/vs/editor/test/common/model/benchmark/modelbuilder.benchmark.ts create mode 100644 src/vs/editor/test/common/model/benchmark/operations.benchmark.ts create mode 100644 src/vs/editor/test/common/model/benchmark/searchNReplace.benchmark.ts create mode 100644 src/vs/editor/test/common/model/chunksTextBuffer/bufferPiece.test.ts create mode 100644 src/vs/editor/test/common/model/linesTextBuffer/linesTextBuffer.test.ts rename src/vs/{workbench/services/textfile/test/modelBuilder.test.ts => editor/test/common/model/linesTextBuffer/linesTextBufferBuilder.test.ts} (82%) rename src/vs/{workbench/services/textfile/test/modelBuilderAuto.test.ts => editor/test/common/model/linesTextBuffer/linesTextBufferBuilderAuto.test.ts} (64%) create mode 100644 src/vs/editor/test/common/model/linesTextBuffer/textBufferAutoTestUtils.ts create mode 100644 src/vs/editor/test/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.test.ts rename src/vs/platform/{message/common/messageIpc.ts => dialogs/common/choiceIpc.ts} (88%) rename src/vs/platform/{message/common/message.ts => dialogs/common/dialogs.ts} (52%) rename src/vs/platform/{message/node/messageCli.ts => dialogs/node/choiceCli.ts} (88%) create mode 100644 src/vs/platform/extensionManagement/node/extensionLifecycle.ts create mode 100644 src/vs/platform/extensionManagement/node/extensionsManifestCache.ts create mode 100644 src/vs/platform/issue/common/issue.ts create mode 100644 src/vs/platform/issue/common/issueIpc.ts create mode 100644 src/vs/platform/issue/electron-main/issueService.ts rename src/vs/{workbench/services => platform}/lifecycle/electron-browser/lifecycleService.ts (70%) create mode 100644 src/vs/platform/localizations/common/localizations.ts create mode 100644 src/vs/platform/localizations/common/localizationsIpc.ts create mode 100644 src/vs/platform/localizations/node/localizations.ts create mode 100644 src/vs/platform/log/common/bufferLog.ts create mode 100644 src/vs/platform/log/common/logIpc.ts create mode 100644 src/vs/platform/notification/common/notification.ts create mode 100644 src/vs/platform/update/electron-main/abstractUpdateService.ts delete mode 100644 src/vs/platform/update/electron-main/auto-updater.linux.ts delete mode 100644 src/vs/platform/update/electron-main/auto-updater.win32.ts create mode 100644 src/vs/platform/update/electron-main/updateService.darwin.ts create mode 100644 src/vs/platform/update/electron-main/updateService.linux.ts delete mode 100644 src/vs/platform/update/electron-main/updateService.ts create mode 100644 src/vs/platform/update/electron-main/updateService.win32.ts create mode 100644 src/vs/platform/update/node/update.config.contribution.ts create mode 100644 src/vs/workbench/api/electron-browser/mainThreadLogService.ts create mode 100644 src/vs/workbench/api/electron-browser/mainThreadWebview.ts create mode 100644 src/vs/workbench/api/node/extHostLogService.ts create mode 100644 src/vs/workbench/api/node/extHostWebview.ts create mode 100644 src/vs/workbench/browser/actions/toggleCenteredLayout.ts create mode 100644 src/vs/workbench/browser/actions/workspaceCommands.ts create mode 100644 src/vs/workbench/browser/dnd.ts create mode 100644 src/vs/workbench/browser/parts/editor/media/Paragraph_16x_nohalo.svg create mode 100644 src/vs/workbench/browser/parts/editor/media/Paragraph_16x_nohalo_inversep.svg rename src/vs/{base/browser/ui/resourceviewer => workbench/browser/parts/editor/media}/resourceviewer.css (81%) create mode 100644 src/vs/workbench/browser/parts/editor/resourceViewer.ts create mode 100644 src/vs/workbench/browser/parts/notifications/media/close-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/close.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/closeall-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/closeall.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/configure-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/configure.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/down-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/down.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/error-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/error.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/info-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/info.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/notificationsActions.css create mode 100644 src/vs/workbench/browser/parts/notifications/media/notificationsCenter.css create mode 100644 src/vs/workbench/browser/parts/notifications/media/notificationsList.css create mode 100644 src/vs/workbench/browser/parts/notifications/media/notificationsToasts.css create mode 100644 src/vs/workbench/browser/parts/notifications/media/up-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/up.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/warning-inverse.svg create mode 100644 src/vs/workbench/browser/parts/notifications/media/warning.svg create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsActions.ts create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsAlerts.ts create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsCenter.ts create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsCommands.ts create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsList.ts create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsStatus.ts create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsToasts.ts create mode 100644 src/vs/workbench/browser/parts/notifications/notificationsViewer.ts create mode 100644 src/vs/workbench/browser/parts/views/customView.ts create mode 100644 src/vs/workbench/browser/parts/views/customViewPanel.ts rename src/vs/workbench/{parts/files/electron-browser => browser/parts/views}/media/collapsed-dark.svg (100%) rename src/vs/workbench/{parts/files/electron-browser => browser/parts/views}/media/collapsed-hc.svg (100%) rename src/vs/workbench/{parts/files/electron-browser => browser/parts/views}/media/collapsed.svg (100%) rename src/vs/workbench/{parts/files/electron-browser => browser/parts/views}/media/expanded-dark.svg (100%) rename src/vs/workbench/{parts/files/electron-browser => browser/parts/views}/media/expanded-hc.svg (100%) rename src/vs/workbench/{parts/files/electron-browser => browser/parts/views}/media/expanded.svg (100%) delete mode 100644 src/vs/workbench/browser/parts/views/treeView.ts delete mode 100644 src/vs/workbench/browser/parts/views/viewsRegistry.ts create mode 100644 src/vs/workbench/common/notifications.ts delete mode 100644 src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.ts rename src/vs/workbench/parts/debug/{electron-browser => browser}/baseDebugView.ts (88%) rename src/vs/workbench/parts/debug/{electron-browser => browser}/breakpointsView.ts (72%) rename src/vs/workbench/parts/debug/{electron-browser => browser}/debugCommands.ts (62%) create mode 100644 src/vs/workbench/parts/debug/browser/media/breakpoint-function-dark.svg create mode 100644 src/vs/workbench/parts/debug/browser/media/breakpoint-function-disabled-dark.svg create mode 100644 src/vs/workbench/parts/debug/browser/media/breakpoint-function-disabled.svg create mode 100644 src/vs/workbench/parts/debug/browser/media/breakpoint-function-unverified-dark.svg create mode 100644 src/vs/workbench/parts/debug/browser/media/breakpoint-function-unverified.svg create mode 100644 src/vs/workbench/parts/debug/browser/media/breakpoint-function.svg rename src/vs/workbench/parts/debug/{electron-browser => browser}/statusbarColorProvider.ts (88%) create mode 100644 src/vs/workbench/parts/extensions/browser/media/language-icon.png create mode 100644 src/vs/workbench/parts/extensions/browser/media/theme-icon.png create mode 100644 src/vs/workbench/parts/extensions/test/electron-browser/extensionsTipsService.test.ts delete mode 100644 src/vs/workbench/parts/files/browser/fileResultsNavigation.ts create mode 100644 src/vs/workbench/parts/files/browser/files.ts create mode 100644 src/vs/workbench/parts/html/browser/webview.contribution.ts create mode 100644 src/vs/workbench/parts/html/browser/webviewCommands.ts create mode 100644 src/vs/workbench/parts/localizations/browser/localizations.contribution.ts create mode 100644 src/vs/workbench/parts/localizations/browser/localizationsActions.ts create mode 100644 src/vs/workbench/parts/logs/common/logConstants.ts create mode 100644 src/vs/workbench/parts/logs/electron-browser/logs.contribution.ts create mode 100644 src/vs/workbench/parts/logs/electron-browser/logsActions.ts create mode 100644 src/vs/workbench/parts/markers/common/markers.ts create mode 100644 src/vs/workbench/parts/output/browser/logViewer.ts delete mode 100644 src/vs/workbench/parts/output/browser/outputServices.ts rename src/vs/workbench/parts/output/{browser => electron-browser}/output.contribution.ts (62%) create mode 100644 src/vs/workbench/parts/output/electron-browser/outputServices.ts delete mode 100644 src/vs/workbench/parts/output/test/bufferedContent.test.ts create mode 100644 src/vs/workbench/parts/performance/electron-browser/stats.ts create mode 100644 src/vs/workbench/parts/search/browser/media/searchview.css delete mode 100644 src/vs/workbench/parts/search/browser/media/searchviewlet.css create mode 100644 src/vs/workbench/parts/search/browser/media/stop-inverse.svg create mode 100644 src/vs/workbench/parts/search/browser/media/stop.svg rename src/vs/workbench/parts/search/browser/{searchViewlet.ts => searchView.ts} (86%) create mode 100644 src/vs/workbench/parts/search/browser/searchViewLocationUpdater.ts delete mode 100644 src/vs/workbench/parts/search/electron-browser/searchActions.ts create mode 100644 src/vs/workbench/parts/snippets/electron-browser/configureSnippets.ts create mode 100644 src/vs/workbench/parts/snippets/test/electron-browser/snippetFile.test.ts rename src/vs/{platform/markers => workbench/parts/tasks}/common/problemMatcher.ts (92%) create mode 100644 src/vs/workbench/parts/tasks/test/common/problemMatcher.test.ts create mode 100644 src/vs/workbench/parts/terminal/electron-browser/media/split-horizontal-inverse.svg create mode 100644 src/vs/workbench/parts/terminal/electron-browser/media/split-horizontal.svg create mode 100644 src/vs/workbench/parts/terminal/electron-browser/media/split-inverse.svg create mode 100644 src/vs/workbench/parts/terminal/electron-browser/media/split.svg create mode 100644 src/vs/workbench/parts/terminal/electron-browser/terminalTab.ts rename src/vs/{platform => workbench/services}/actions/common/menuService.ts (80%) rename src/vs/{platform => workbench/services}/actions/electron-browser/menusExtensionPoint.ts (90%) rename src/vs/{platform => workbench/services}/actions/test/common/menuService.test.ts (72%) rename src/vs/{platform => workbench/services}/commands/common/commandService.ts (74%) rename src/vs/{platform/commands/test => workbench/services/commands/test/common}/commandService.test.ts (65%) create mode 100644 src/vs/workbench/services/dialogs/electron-browser/dialogs.ts create mode 100644 src/vs/workbench/services/extensions/common/extensions.ts rename src/vs/{platform => workbench/services}/extensions/common/extensionsRegistry.ts (95%) rename src/vs/workbench/services/extensions/{electron-browser => node}/extensionPoints.ts (53%) rename src/vs/workbench/services/{thread/common/threadService.ts => extensions/node/proxyIdentifier.ts} (63%) create mode 100644 src/vs/workbench/services/files/test/node/fixtures/service/small_umlaut.txt create mode 100644 src/vs/workbench/services/issue/common/issue.ts create mode 100644 src/vs/workbench/services/issue/electron-browser/workbenchIssueService.ts rename src/vs/{platform => workbench/services}/jsonschemas/common/jsonValidationExtensionPoint.ts (96%) delete mode 100644 src/vs/workbench/services/message/browser/media/messageList.css delete mode 100644 src/vs/workbench/services/message/browser/messageList.ts delete mode 100644 src/vs/workbench/services/message/browser/messageService.ts delete mode 100644 src/vs/workbench/services/message/electron-browser/messageService.ts create mode 100644 src/vs/workbench/services/notification/common/notificationService.ts delete mode 100644 src/vs/workbench/services/textfile/electron-browser/modelBuilder.ts rename src/vs/{platform/theme => workbench/services/themes}/common/colorExtensionPoint.ts (98%) delete mode 100644 src/vs/workbench/services/thread/electron-browser/threadService.ts delete mode 100644 src/vs/workbench/services/thread/node/abstractThreadService.ts delete mode 100644 src/vs/workbench/services/thread/node/extHostThreadService.ts create mode 100644 src/vs/workbench/test/common/notifications.test.ts create mode 100644 src/vs/workbench/test/electron-browser/api/testRPCProtocol.ts delete mode 100644 src/vs/workbench/test/electron-browser/api/testThreadService.ts create mode 100644 test/grid.html diff --git a/.travis.yml b/.travis.yml index 4eb8148574..693cdcbb4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ cache: notifications: email: false webhooks: - - http://vscode-probot.westus.cloudapp.azure.com:3450/travis/notifications - - http://vscode-test-probot.westus.cloudapp.azure.com:3450/travis/notifications + - https://vscode-probot.westus.cloudapp.azure.com:7890/travis/notifications + - https://vscode-test-probot.westus.cloudapp.azure.com:7890/travis/notifications addons: apt: @@ -31,6 +31,7 @@ addons: - libsecret-1-dev before_install: + - export GITHUB_TOKEN=$PUBLIC_GITHUB_TOKEN - git submodule update --init --recursive - git clone --depth 1 https://github.com/creationix/nvm.git ./.nvm - source ./.nvm/nvm.sh @@ -52,9 +53,17 @@ install: script: - node_modules/.bin/gulp electron --silent + - node_modules/.bin/tsc -p ./src/tsconfig.monaco.json --noEmit - node_modules/.bin/gulp compile --silent --max_old_space_size=4096 - - node_modules/.bin/gulp optimize-vscode --silent --max_old_space_size=4096 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./scripts/test.sh --coverage --reporter dot; else ./scripts/test.sh --reporter dot; fi + - ./scripts/test-integration.sh after_success: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then node_modules/.bin/coveralls < .build/coverage/lcov.info; fi + +matrix: + include: + - os: linux + env: label=hygiene + script: node_modules/.bin/gulp hygiene + after_success: skip diff --git a/.vscode/launch.json b/.vscode/launch.json index 2d103c98a8..6da9da2976 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,6 @@ { "version": "0.1.0", "configurations": [ - { "type": "node", "request": "launch", @@ -9,7 +8,7 @@ "program": "${workspaceFolder}/node_modules/gulp/bin/gulp.js", "stopOnEntry": true, "args": [ - "watch-extension:json-client" + "hygiene" ], "cwd": "${workspaceFolder}" }, @@ -87,6 +86,9 @@ "runtimeArgs": [ "--inspect=5875" ], + "skipFiles": [ + "**/winjs*.js" + ], "webRoot": "${workspaceFolder}" }, { diff --git a/.vscode/settings.json b/.vscode/settings.json index b58e165fc0..67174474c1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,9 @@ "when": "$(basename).ts" } }, + "files.associations": { + "OSSREADME.json": "jsonc" + }, "search.exclude": { "**/node_modules": true, "**/bower_components": true, @@ -35,6 +38,5 @@ } } ], - "typescript.tsdk": "node_modules/typescript/lib", - "git.ignoreLimitWarning": true -} \ No newline at end of file + "typescript.tsdk": "node_modules/typescript/lib" +} diff --git a/appveyor.yml b/appveyor.yml index d9471f2a8f..3ece36f7a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ install: build_script: - yarn - .\node_modules\.bin\gulp electron + - .\node_modules\.bin\tsc -p .\src\tsconfig.monaco.json --noEmit - npm run compile test_script: diff --git a/build/builtInExtensions.json b/build/builtInExtensions.json new file mode 100644 index 0000000000..edf3e072a5 --- /dev/null +++ b/build/builtInExtensions.json @@ -0,0 +1,12 @@ +[ + { + "name": "ms-vscode.node-debug", + "version": "1.21.8", + "repo": "https://github.com/Microsoft/vscode-node-debug" + }, + { + "name": "ms-vscode.node-debug2", + "version": "1.21.2", + "repo": "https://github.com/Microsoft/vscode-node-debug2" + } +] \ No newline at end of file diff --git a/build/builtin/.eslintrc b/build/builtin/.eslintrc new file mode 100644 index 0000000000..84e384941f --- /dev/null +++ b/build/builtin/.eslintrc @@ -0,0 +1,20 @@ +{ + "env": { + "node": true, + "es6": true, + "browser": true + }, + "rules": { + "no-console": 0, + "no-cond-assign": 0, + "no-unused-vars": 1, + "no-extra-semi": "warn", + "semi": "warn" + }, + "extends": "eslint:recommended", + "parserOptions": { + "ecmaFeatures": { + "experimentalObjectRestSpread": true + } + } +} \ No newline at end of file diff --git a/build/builtin/browser-main.js b/build/builtin/browser-main.js new file mode 100644 index 0000000000..b7726c71cb --- /dev/null +++ b/build/builtin/browser-main.js @@ -0,0 +1,126 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +const fs = require('fs'); +const path = require('path'); +const os = require('os'); +// @ts-ignore review +const { remote } = require('electron'); +const dialog = remote.dialog; + +const builtInExtensionsPath = path.join(__dirname, '..', 'builtInExtensions.json'); +const controlFilePath = path.join(os.homedir(), '.vscode-oss-dev', 'extensions', 'control.json'); + +function readJson(filePath) { + return JSON.parse(fs.readFileSync(filePath, { encoding: 'utf8' })); +} + +function writeJson(filePath, obj) { + fs.writeFileSync(filePath, JSON.stringify(obj, null, 2)); +} + +function renderOption(form, id, title, value, checked) { + const input = document.createElement('input'); + input.type = 'radio'; + input.id = id; + input.name = 'choice'; + input.value = value; + input.checked = !!checked; + form.appendChild(input); + + const label = document.createElement('label'); + label.setAttribute('for', id); + label.textContent = title; + form.appendChild(label); + + return input; +} + +function render(el, state) { + function setState(state) { + try { + writeJson(controlFilePath, state.control); + } catch (err) { + console.error(err); + } + + el.innerHTML = ''; + render(el, state); + } + + const ul = document.createElement('ul'); + const { builtin, control } = state; + + for (const ext of builtin) { + const controlState = control[ext.name] || 'marketplace'; + + const li = document.createElement('li'); + ul.appendChild(li); + + const name = document.createElement('code'); + name.textContent = ext.name; + li.appendChild(name); + + const form = document.createElement('form'); + li.appendChild(form); + + const marketplaceInput = renderOption(form, `marketplace-${ext.name}`, 'Marketplace', 'marketplace', controlState === 'marketplace'); + marketplaceInput.onchange = function () { + control[ext.name] = 'marketplace'; + setState({ builtin, control }); + }; + + const disabledInput = renderOption(form, `disabled-${ext.name}`, 'Disabled', 'disabled', controlState === 'disabled'); + disabledInput.onchange = function () { + control[ext.name] = 'disabled'; + setState({ builtin, control }); + }; + + let local = undefined; + + if (controlState !== 'marketplace' && controlState !== 'disabled') { + local = controlState; + } + + const localInput = renderOption(form, `local-${ext.name}`, 'Local', 'local', !!local); + localInput.onchange = function () { + const result = dialog.showOpenDialog(remote.getCurrentWindow(), { + title: 'Choose Folder', + properties: ['openDirectory'] + }); + + if (result && result.length >= 1) { + control[ext.name] = result[0]; + } + + setState({ builtin, control }); + }; + + if (local) { + const localSpan = document.createElement('code'); + localSpan.className = 'local'; + localSpan.textContent = local; + form.appendChild(localSpan); + } + } + + el.appendChild(ul); +} + +function main() { + const el = document.getElementById('extensions'); + const builtin = readJson(builtInExtensionsPath); + let control; + + try { + control = readJson(controlFilePath); + } catch (err) { + control = {}; + } + + render(el, { builtin, control }); +} + +window.onload = main; \ No newline at end of file diff --git a/build/builtin/index.html b/build/builtin/index.html new file mode 100644 index 0000000000..13c84e0375 --- /dev/null +++ b/build/builtin/index.html @@ -0,0 +1,46 @@ + + + + + + + + + Manage Built-in Extensions + + + + + + +

Built-in Extensions

+
+ + + \ No newline at end of file diff --git a/build/builtin/main.js b/build/builtin/main.js new file mode 100644 index 0000000000..52223b3310 --- /dev/null +++ b/build/builtin/main.js @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +const { app, BrowserWindow } = require('electron'); +const url = require('url'); +const path = require('path'); + +let window = null; + +app.once('ready', () => { + window = new BrowserWindow({ width: 800, height: 600 }); + window.setMenuBarVisibility(false); + window.loadURL(url.format({ pathname: path.join(__dirname, 'index.html'), protocol: 'file:', slashes: true })); + // window.webContents.openDevTools(); + window.once('closed', () => window = null); +}); + +app.on('window-all-closed', () => app.quit()); \ No newline at end of file diff --git a/build/builtin/package.json b/build/builtin/package.json new file mode 100644 index 0000000000..6843791a5d --- /dev/null +++ b/build/builtin/package.json @@ -0,0 +1,5 @@ +{ + "name": "builtin", + "version": "0.1.0", + "main": "main.js" +} \ No newline at end of file diff --git a/build/gulpfile.editor.js b/build/gulpfile.editor.js index eb6bbf3c13..59e5638d62 100644 --- a/build/gulpfile.editor.js +++ b/build/gulpfile.editor.js @@ -12,6 +12,7 @@ var File = require('vinyl'); var root = path.dirname(__dirname); var sha1 = util.getVersion(root); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file var semver = require('./monaco/package.json').version; var headerVersion = semver + '(' + sha1 + ')'; @@ -21,14 +22,14 @@ var editorEntryPoints = [ { name: 'vs/editor/editor.main', include: [], - exclude: [ 'vs/css', 'vs/nls' ], - prepend: [ 'out-build/vs/css.js', 'out-build/vs/nls.js' ], + exclude: ['vs/css', 'vs/nls'], + prepend: ['out-build/vs/css.js', 'out-build/vs/nls.js'], }, { name: 'vs/base/common/worker/simpleWorker', - include: [ 'vs/editor/common/services/editorSimpleWorker' ], - prepend: [ 'vs/loader.js' ], - append: [ 'vs/base/worker/workerMain' ], + include: ['vs/editor/common/services/editorSimpleWorker'], + prepend: ['vs/loader.js'], + append: ['vs/base/worker/workerMain'], dest: 'vs/base/worker/workerMain.js' } ]; @@ -79,14 +80,15 @@ gulp.task('optimize-editor', ['clean-optimized-editor', 'compile-client-build'], bundleLoader: false, header: BUNDLED_FILE_HEADER, bundleInfo: true, - out: 'out-editor' + out: 'out-editor', + languages: undefined })); gulp.task('clean-minified-editor', util.rimraf('out-editor-min')); gulp.task('minify-editor', ['clean-minified-editor', 'optimize-editor'], common.minifyTask('out-editor')); gulp.task('clean-editor-distro', util.rimraf('out-monaco-editor-core')); -gulp.task('editor-distro', ['clean-editor-distro', 'minify-editor', 'optimize-editor'], function() { +gulp.task('editor-distro', ['clean-editor-distro', 'minify-editor', 'optimize-editor'], function () { return es.merge( // other assets es.merge( @@ -97,17 +99,17 @@ gulp.task('editor-distro', ['clean-editor-distro', 'minify-editor', 'optimize-ed // package.json gulp.src('build/monaco/package.json') - .pipe(es.through(function(data) { + .pipe(es.through(function (data) { var json = JSON.parse(data.contents.toString()); json.private = false; - data.contents = new Buffer(JSON.stringify(json, null, ' ')); + data.contents = Buffer.from(JSON.stringify(json, null, ' ')); this.emit('data', data); })) .pipe(gulp.dest('out-monaco-editor-core')), // README.md gulp.src('build/monaco/README-npm.md') - .pipe(es.through(function(data) { + .pipe(es.through(function (data) { this.emit('data', new File({ path: data.path.replace(/README-npm\.md/, 'README.md'), base: data.base, @@ -124,10 +126,10 @@ gulp.task('editor-distro', ['clean-editor-distro', 'minify-editor', 'optimize-ed // min folder es.merge( gulp.src('out-editor-min/**/*') - ).pipe(filterStream(function(path) { + ).pipe(filterStream(function (path) { // no map files return !/(\.js\.map$)|(nls\.metadata\.json$)|(bundleInfo\.json$)/.test(path); - })).pipe(es.through(function(data) { + })).pipe(es.through(function (data) { // tweak the sourceMappingURL if (!/\.js$/.test(data.path)) { this.emit('data', data); @@ -140,49 +142,50 @@ gulp.task('editor-distro', ['clean-editor-distro', 'minify-editor', 'optimize-ed var newStr = '//# sourceMappingURL=' + relativePathToMap.replace(/\\/g, '/'); strContents = strContents.replace(/\/\/\# sourceMappingURL=[^ ]+$/, newStr); - data.contents = new Buffer(strContents); + data.contents = Buffer.from(strContents); this.emit('data', data); })).pipe(gulp.dest('out-monaco-editor-core/min')), // min-maps folder es.merge( gulp.src('out-editor-min/**/*') - ).pipe(filterStream(function(path) { + ).pipe(filterStream(function (path) { // no map files return /\.js\.map$/.test(path); })).pipe(gulp.dest('out-monaco-editor-core/min-maps')) ); }); -gulp.task('analyze-editor-distro', function() { +gulp.task('analyze-editor-distro', function () { + // @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file var bundleInfo = require('../out-editor/bundleInfo.json'); var graph = bundleInfo.graph; var bundles = bundleInfo.bundles; var inverseGraph = {}; - Object.keys(graph).forEach(function(module) { + Object.keys(graph).forEach(function (module) { var dependencies = graph[module]; - dependencies.forEach(function(dep) { + dependencies.forEach(function (dep) { inverseGraph[dep] = inverseGraph[dep] || []; inverseGraph[dep].push(module); }); }); var detailed = {}; - Object.keys(bundles).forEach(function(entryPoint) { + Object.keys(bundles).forEach(function (entryPoint) { var included = bundles[entryPoint]; var includedMap = {}; - included.forEach(function(included) { + included.forEach(function (included) { includedMap[included] = true; }); var explanation = []; - included.map(function(included) { + included.map(function (included) { if (included.indexOf('!') >= 0) { return; } - var reason = (inverseGraph[included]||[]).filter(function(mod) { + var reason = (inverseGraph[included] || []).filter(function (mod) { return !!includedMap[mod]; }); explanation.push({ @@ -198,7 +201,7 @@ gulp.task('analyze-editor-distro', function() { }); function filterStream(testFunc) { - return es.through(function(data) { + return es.through(function (data) { if (!testFunc(data.relative)) { return; } diff --git a/build/gulpfile.extensions.js b/build/gulpfile.extensions.js index 16b5982894..c8ba60b608 100644 --- a/build/gulpfile.extensions.js +++ b/build/gulpfile.extensions.js @@ -20,6 +20,7 @@ const sourcemaps = require('gulp-sourcemaps'); const nlsDev = require('vscode-nls-dev'); const root = path.dirname(__dirname); const commit = util.getVersion(root); +const i18n = require('./lib/i18n'); const extensionsPath = path.join(path.dirname(__dirname), 'extensions'); @@ -29,7 +30,8 @@ const compilations = glob.sync('**/tsconfig.json', { }); const getBaseUrl = out => `https://ticino.blob.core.windows.net/sourcemaps/${commit}/${out}`; -const languages = ['chs', 'cht', 'jpn', 'kor', 'deu', 'fra', 'esn', 'rus', 'ita']; + +const languages = i18n.defaultLanguages.concat(process.env.VSCODE_QUALITY !== 'stable' ? i18n.extraLanguages : []); const tasks = compilations.map(function (tsconfigFile) { const absolutePath = path.join(extensionsPath, tsconfigFile); @@ -55,9 +57,19 @@ const tasks = compilations.map(function (tsconfigFile) { const srcBase = path.join(root, 'src'); const src = path.join(srcBase, '**'); const out = path.join(root, 'out'); - const i18n = path.join(__dirname, '..', 'i18n'); + const i18nPath = path.join(__dirname, '..', 'i18n'); const baseUrl = getBaseUrl(out); + let headerId, headerOut; + let index = relativeDirname.indexOf('/'); + if (index < 0) { + headerId = 'vscode.' + relativeDirname; + headerOut = 'out'; + } else { + headerId = 'vscode.' + relativeDirname.substr(0, index); + headerOut = relativeDirname.substr(index + 1) + '/out'; + } + function createPipeline(build, emitError) { const reporter = createReporter(); @@ -82,7 +94,9 @@ const tasks = compilations.map(function (tsconfigFile) { sourceRoot: '../src' })) .pipe(tsFilter.restore) - .pipe(build ? nlsDev.createAdditionalLanguageFiles(languages, i18n, out) : es.through()) + .pipe(build ? nlsDev.createAdditionalLanguageFiles(languages, i18nPath, out) : es.through()) + .pipe(build ? nlsDev.bundleMetaDataFiles(headerId, headerOut) : es.through()) + .pipe(build ? nlsDev.bundleLanguageFiles() : es.through()) .pipe(reporter.end(emitError)); return es.duplex(input, output); @@ -129,7 +143,7 @@ const tasks = compilations.map(function (tsconfigFile) { const watchInput = watcher(src, srcOpts); return watchInput - .pipe(util.incremental(() => pipeline(true), input)) + .pipe(util.incremental(() => pipeline(), input)) .pipe(gulp.dest(out)); }); diff --git a/build/gulpfile.hygiene.js b/build/gulpfile.hygiene.js index a6a2cdd5e9..5b9fab8643 100644 --- a/build/gulpfile.hygiene.js +++ b/build/gulpfile.hygiene.js @@ -12,7 +12,11 @@ const gulptslint = require('gulp-tslint'); const gulpeslint = require('gulp-eslint'); const tsfmt = require('typescript-formatter'); const tslint = require('tslint'); +const VinylFile = require('vinyl'); const vfs = require('vinyl-fs'); +const path = require('path'); +const fs = require('fs'); +const pall = require('p-all'); /** * Hygiene works by creating cascading subsets of all our files and @@ -29,55 +33,56 @@ const all = [ 'extensions/**/*', 'scripts/**/*', 'src/**/*', - 'test/**/*' -]; - -const eolFilter = [ - '**', - '!ThirdPartyNotices.txt', - '!LICENSE.txt', - '!extensions/**/out/**', - '!test/smoke/out/**', - '!**/node_modules/**', - '!**/fixtures/**', - '!**/*.{svg,exe,png,bmp,scpt,bat,cmd,cur,ttf,woff,eot}', - '!build/{lib,tslintRules}/**/*.js', - '!build/monaco/**', - '!build/win32/**', - '!build/**/*.sh', - '!build/tfs/**/*.js', - '!**/Dockerfile' + 'test/**/*', + '!**/node_modules/**' ]; const indentationFilter = [ '**', + + // except specific files '!ThirdPartyNotices.txt', - '!**/*.md', - '!**/*.ps1', - '!**/*.template', - '!**/*.yaml', - '!**/*.yml', - '!**/yarn.lock', - '!**/lib/**', - '!extensions/**/*.d.ts', - '!src/typings/**/*.d.ts', - '!src/vs/*/**/*.d.ts', - '!**/*.d.ts.recipe', + '!LICENSE.txt', + '!src/vs/nls.js', + '!src/vs/css.js', + '!src/vs/loader.js', + '!src/vs/base/common/marked/raw.marked.js', + '!src/vs/base/common/winjs.base.raw.js', + '!src/vs/base/node/terminateProcess.sh', + '!src/vs/base/node/ps-win.ps1', '!test/assert.js', + + // except specific folders + '!test/smoke/out/**', + '!extensions/vscode-api-tests/testWorkspace/**', + '!extensions/vscode-api-tests/testWorkspace2/**', + '!build/monaco/**', + '!build/win32/**', + + // except multiple specific files '!**/package.json', + '!**/yarn.lock', + + // except multiple specific folders '!**/octicons/**', - '!**/vs/base/common/marked/raw.marked.js', - '!**/vs/base/common/winjs.base.raw.js', - '!**/vs/base/node/terminateProcess.sh', - '!**/vs/base/node/ps-win.ps1', - '!**/vs/nls.js', - '!**/vs/css.js', - '!**/vs/loader.js', + '!**/fixtures/**', + '!**/lib/**', + '!extensions/**/out/**', '!extensions/**/snippets/**', '!extensions/**/syntaxes/**', '!extensions/**/themes/**', '!extensions/**/colorize-fixtures/**', - '!extensions/vscode-api-tests/testWorkspace/**' + + // except specific file types + '!src/vs/*/**/*.d.ts', + '!src/typings/**/*.d.ts', + '!extensions/**/*.d.ts', + '!**/*.{svg,exe,png,bmp,scpt,bat,cmd,cur,ttf,woff,eot,md,ps1,template,yaml,yml,d.ts.recipe}', + '!build/{lib,tslintRules}/**/*.js', + '!build/**/*.sh', + '!build/tfs/**/*.js', + '!**/Dockerfile', + '!extensions/markdown/media/*.js' ]; const copyrightFilter = [ @@ -95,6 +100,7 @@ const copyrightFilter = [ '!**/*.xpm', '!**/*.opts', '!**/*.disabled', + '!**/*.code-workspace', '!build/**/*.init', '!resources/linux/snap/snapcraft.yaml', '!resources/win32/bin/code.js', @@ -124,6 +130,7 @@ const tslintFilter = [ '!**/node_modules/**', '!extensions/typescript/test/colorize-fixtures/**', '!extensions/vscode-api-tests/testWorkspace/**', + '!extensions/vscode-api-tests/testWorkspace2/**', '!extensions/**/*.test.ts', '!extensions/html/server/lib/jquery.d.ts' ]; @@ -144,31 +151,23 @@ gulp.task('eslint', () => { }); gulp.task('tslint', () => { + // {{SQL CARBON EDIT}} const options = { emitError: false }; return vfs.src(all, { base: '.', follow: true, allowEmpty: true }) .pipe(filter(tslintFilter)) - .pipe(gulptslint({ rulesDirectory: 'build/lib/tslint' })) - .pipe(gulptslint.report(options)); + .pipe(gulptslint.default({ rulesDirectory: 'build/lib/tslint' })) + .pipe(gulptslint.default.report(options)); }); -const hygiene = exports.hygiene = (some, options) => { - options = options || {}; +function hygiene(some) { let errorCount = 0; - const eol = es.through(function (file) { - if (/\r\n?/g.test(file.contents.toString('utf8'))) { - console.error(file.relative + ': Bad EOL found'); - errorCount++; - } - - this.emit('data', file); - }); - const indentation = es.through(function (file) { - file.contents - .toString('utf8') - .split(/\r\n|\r|\n/) + const lines = file.contents.toString('utf8').split(/\r\n|\r|\n/); + file.__lines = lines; + + lines .forEach((line, i) => { if (/^\s*$/.test(line)) { // empty or whitespace lines are OK @@ -186,9 +185,14 @@ const hygiene = exports.hygiene = (some, options) => { }); const copyrights = es.through(function (file) { - if (file.contents.toString('utf8').indexOf(copyrightHeader) !== 0) { - console.error(file.relative + ': Missing or bad copyright statement'); - errorCount++; + const lines = file.__lines; + + for (let i = 0; i < copyrightHeaderLines.length; i++) { + if (lines[i] !== copyrightHeaderLines[i]) { + console.error(file.relative + ': Missing or bad copyright statement'); + errorCount++; + break; + } } this.emit('data', file); @@ -196,12 +200,20 @@ const hygiene = exports.hygiene = (some, options) => { const formatting = es.map(function (file, cb) { tsfmt.processString(file.path, file.contents.toString('utf8'), { - verify: true, + verify: false, tsfmt: true, // verbose: true + // keep checkJS happy + editorconfig: undefined, + replace: undefined, + tsconfig: undefined, + tslint: undefined }).then(result => { - if (result.error) { - console.error(result.message); + let original = result.src.replace(/\r\n/gm, '\n'); + let formatted = result.dest.replace(/\r\n/gm, '\n'); + + if (original !== formatted) { + console.error('File not formatted:', file.relative); errorCount++; } cb(null, file); @@ -211,43 +223,31 @@ const hygiene = exports.hygiene = (some, options) => { }); }); - function reportFailures(failures) { - failures.forEach(failure => { - const name = failure.name || failure.fileName; - const position = failure.startPosition; - const line = position.lineAndCharacter ? position.lineAndCharacter.line : position.line; - const character = position.lineAndCharacter ? position.lineAndCharacter.character : position.character; - - // console.error(`${name}:${line + 1}:${character + 1}:${failure.failure}`); - }); - } + const tslintConfiguration = tslint.Configuration.findConfiguration('tslint.json', '.'); + const tslintOptions = { fix: false, formatter: 'json' }; + const tsLinter = new tslint.Linter(tslintOptions); const tsl = es.through(function (file) { - const configuration = tslint.Configuration.findConfiguration(null, '.'); - const options = { formatter: 'json', rulesDirectory: 'build/lib/tslint' }; const contents = file.contents.toString('utf8'); - const linter = new tslint.Linter(options); - linter.lint(file.relative, contents, configuration.results); - const result = linter.getResult(); - - if (result.failures.length > 0) { - reportFailures(result.failures); - errorCount += result.failures.length; - } - + tsLinter.lint(file.relative, contents, tslintConfiguration.results); this.emit('data', file); }); - const result = vfs.src(some || all, { base: '.', follow: true, allowEmpty: true }) + let input; + + if (Array.isArray(some) || typeof some === 'string' || !some) { + input = vfs.src(some || all, { base: '.', follow: true, allowEmpty: true }); + } else { + input = some; + } + + const result = input .pipe(filter(f => !f.stat.isDirectory())) - .pipe(filter(eolFilter)) - // {{SQL CARBON EDIT}} - //.pipe(options.skipEOL ? es.through() : eol) .pipe(filter(indentationFilter)) .pipe(indentation) - .pipe(filter(copyrightFilter)) + .pipe(filter(copyrightFilter)); // {{SQL CARBON EDIT}} - //.pipe(copyrights); + // .pipe(copyrights); const typescript = result .pipe(filter(tslintFilter)) @@ -257,23 +257,52 @@ const hygiene = exports.hygiene = (some, options) => { const javascript = result .pipe(filter(eslintFilter)) .pipe(gulpeslint('src/.eslintrc')) - .pipe(gulpeslint.formatEach('compact')) - // {{SQL CARBON EDIT}} + .pipe(gulpeslint.formatEach('compact')); + // {{SQL CARBON EDIT}} // .pipe(gulpeslint.failAfterError()); - return es.merge(typescript, javascript) - .pipe(es.through(null, function () { - // {{SQL CARBON EDIT}} - // if (errorCount > 0) { - // this.emit('error', 'Hygiene failed with ' + errorCount + ' errors. Check \'build/gulpfile.hygiene.js\'.'); - // } else { - // this.emit('end'); - // } - this.emit('end'); - })); -}; + let count = 0; + return es.merge(typescript, javascript) + .pipe(es.through(function (data) { + // {{SQL CARBON EDIT}} + this.emit('end'); + })); +} -gulp.task('hygiene', () => hygiene('')); +function createGitIndexVinyls(paths) { + const cp = require('child_process'); + const repositoryPath = process.cwd(); + + const fns = paths.map(relativePath => () => new Promise((c, e) => { + const fullPath = path.join(repositoryPath, relativePath); + + fs.stat(fullPath, (err, stat) => { + if (err && err.code === 'ENOENT') { // ignore deletions + return c(null); + } else if (err) { + return e(err); + } + + cp.exec(`git show :${relativePath}`, { maxBuffer: 2000 * 1024, encoding: 'buffer' }, (err, out) => { + if (err) { + return e(err); + } + + c(new VinylFile({ + path: fullPath, + base: repositoryPath, + contents: out, + stat + })); + }); + }); + })); + + return pall(fns, { concurrency: 4 }) + .then(r => r.filter(p => !!p)); +} + +gulp.task('hygiene', () => hygiene()); // this allows us to run hygiene as a git pre-commit hook if (require.main === module) { @@ -284,22 +313,19 @@ if (require.main === module) { process.exit(1); }); - cp.exec('git config core.autocrlf', (err, out) => { - const skipEOL = out.trim() === 'true'; - - if (process.argv.length > 2) { - return hygiene(process.argv.slice(2), { skipEOL: skipEOL }).on('error', err => { - console.error(); - console.error(err); - process.exit(1); - }); - } - + if (process.argv.length > 2) { + hygiene(process.argv.slice(2)).on('error', err => { + console.error(); + console.error(err); + process.exit(1); + }); + } else { cp.exec('git diff --cached --name-only', { maxBuffer: 2000 * 1024 }, (err, out) => { if (err) { console.error(); console.error(err); process.exit(1); + return; } const some = out @@ -307,12 +333,18 @@ if (require.main === module) { .filter(l => !!l); if (some.length > 0) { - hygiene(some, { skipEOL: skipEOL }).on('error', err => { - console.error(); - console.error(err); - process.exit(1); - }); + console.log('Reading git index versions...'); + + createGitIndexVinyls(some) + .then(vinyls => new Promise((c, e) => hygiene(es.readArray(vinyls)) + .on('end', () => c()) + .on('error', e))) + .catch(err => { + console.error(); + console.error(err); + process.exit(1); + }); } }); - }); + } } diff --git a/build/gulpfile.mixin.js b/build/gulpfile.mixin.js index 50efeee515..bffd6d3517 100644 --- a/build/gulpfile.mixin.js +++ b/build/gulpfile.mixin.js @@ -6,9 +6,21 @@ 'use strict'; const gulp = require('gulp'); +const json = require('gulp-json-editor'); +const buffer = require('gulp-buffer'); +const filter = require('gulp-filter'); +const es = require('event-stream'); +const util = require('./lib/util'); +const remote = require('gulp-remote-src'); +const zip = require('gulp-vinyl-zip'); +const assign = require('object-assign'); + // {{SQL CARBON EDIT}} const jeditor = require('gulp-json-editor'); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file +const pkg = require('../package.json'); + gulp.task('mixin', function () { // {{SQL CARBON EDIT}} const updateUrl = process.env['SQLOPS_UPDATEURL']; diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 86d5c699d9..1fcb2bf739 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -27,18 +27,22 @@ const common = require('./lib/optimize'); const nlsDev = require('vscode-nls-dev'); const root = path.dirname(__dirname); const commit = util.getVersion(root); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file const packageJson = require('../package.json'); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file const product = require('../product.json'); const crypto = require('crypto'); const i18n = require('./lib/i18n'); +// {{SQL CARBON EDIT}} const serviceDownloader = require('service-downloader').ServiceDownloadProvider; const platformInfo = require('service-downloader/out/platform').PlatformInformation; const glob = require('glob'); const deps = require('./dependencies'); const getElectronVersion = require('./lib/electron').getElectronVersion; +const createAsar = require('./lib/asar').createAsar; const productionDependencies = deps.getProductionDependencies(path.dirname(__dirname)); - +// @ts-ignore // {{SQL CARBON EDIT}} var del = require('del'); const extensionsRoot = path.join(root, 'extensions'); @@ -56,16 +60,16 @@ const nodeModules = [ .concat(_.uniq(productionDependencies.map(d => d.name))) .concat(baseModules); -// Build -const builtInExtensions = [ - { name: 'ms-vscode.node-debug', version: '1.19.8' }, - { name: 'ms-vscode.node-debug2', version: '1.19.4' } -]; +// Build +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file +const builtInExtensions = require('./builtInExtensions.json'); const excludedExtensions = [ 'vscode-api-tests', - 'vscode-colorize-tests' + 'vscode-colorize-tests', + 'ms-vscode.node-debug', + 'ms-vscode.node-debug2', ]; // {{SQL CARBON EDIT}} @@ -104,7 +108,8 @@ const vscodeResources = [ 'out-build/vs/workbench/parts/welcome/walkThrough/**/*.md', 'out-build/vs/workbench/services/files/**/*.exe', 'out-build/vs/workbench/services/files/**/*.md', - 'out-build/vs/code/electron-browser/sharedProcess.js', + 'out-build/vs/code/electron-browser/sharedProcess/sharedProcess.js', + 'out-build/vs/code/electron-browser/issue/issueReporter.js', // {{SQL CARBON EDIT}} 'out-build/sql/workbench/electron-browser/splashscreen/*', 'out-build/sql/**/*.{svg,png,cur,html}', @@ -134,10 +139,7 @@ const BUNDLED_FILE_HEADER = [ ' *--------------------------------------------------------*/' ].join('\n'); -var languages = ['chs', 'cht', 'jpn', 'kor', 'deu', 'fra', 'esn', 'rus', 'ita']; -if (process.env.VSCODE_QUALITY !== 'stable') { - languages = languages.concat(['ptb', 'hun', 'trk']); // Add languages requested by the community to non-stable builds -} +const languages = i18n.defaultLanguages.concat([]); // i18n.defaultLanguages.concat(process.env.VSCODE_QUALITY !== 'stable' ? i18n.extraLanguages : []); gulp.task('clean-optimized-vscode', util.rimraf('out-vscode')); gulp.task('optimize-vscode', ['clean-optimized-vscode', 'compile-build', 'compile-extensions-build'], common.optimizeTask({ @@ -147,7 +149,8 @@ gulp.task('optimize-vscode', ['clean-optimized-vscode', 'compile-build', 'compil loaderConfig: common.loaderConfig(nodeModules), header: BUNDLED_FILE_HEADER, out: 'out-vscode', - languages: languages + languages: languages, + bundleInfo: undefined })); @@ -169,7 +172,7 @@ const config = { version: getElectronVersion(), productAppName: product.nameLong, companyName: 'Microsoft Corporation', - copyright: 'Copyright (C) 2017 Microsoft. All rights reserved', + copyright: 'Copyright (C) 2018 Microsoft. All rights reserved', darwinIcon: 'resources/darwin/code.icns', darwinBundleIdentifier: product.darwinBundleIdentifier, darwinApplicationCategoryType: 'public.app-category.developer-tools', @@ -188,7 +191,7 @@ const config = { name: product.nameLong, urlSchemes: [product.urlProtocol] }], - darwinCredits: darwinCreditsTemplate ? new Buffer(darwinCreditsTemplate({ commit: commit, date: new Date().toISOString() })) : void 0, + darwinCredits: darwinCreditsTemplate ? Buffer.from(darwinCreditsTemplate({ commit: commit, date: new Date().toISOString() })) : void 0, linuxExecutableName: product.applicationName, winIcon: 'resources/win32/code.ico', token: process.env['VSCODE_MIXIN_PASSWORD'] || process.env['GITHUB_TOKEN'] || void 0, @@ -328,12 +331,10 @@ function packageTask(platform, arch, opts) { .pipe(util.cleanNodeModule('account-provider-azure', ['node_modules/date-utils/doc/**', 'node_modules/adal_node/node_modules/**'], undefined)) .pipe(util.cleanNodeModule('typescript', ['**/**'], undefined)); + const sources = es.merge(src, localExtensions, localExtensionDependencies) .pipe(util.setExecutableBit(['**/*.sh'])) - .pipe(filter(['**', - '!**/*.js.map', - '!extensions/**/node_modules/**/{test, tests}/**', - '!extensions/**/node_modules/**/test.js'])); + .pipe(filter(['**', '!**/*.js.map'])); let version = packageJson.version; const quality = product.quality; @@ -357,7 +358,7 @@ function packageTask(platform, arch, opts) { // TODO the API should be copied to `out` during compile, not here const api = gulp.src('src/vs/vscode.d.ts').pipe(rename('out/vs/vscode.d.ts')); - // {{SQL CARBON EDIT}} + // {{SQL CARBON EDIT}} const dataApi = gulp.src('src/vs/data.d.ts').pipe(rename('out/sql/data.d.ts')); const depsSrc = [ @@ -371,6 +372,7 @@ function packageTask(platform, arch, opts) { .pipe(util.cleanNodeModule('oniguruma', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node', 'src/*.js'])) .pipe(util.cleanNodeModule('windows-mutex', ['binding.gyp', 'build/**', 'src/**'], ['**/*.node'])) .pipe(util.cleanNodeModule('native-keymap', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node'])) + .pipe(util.cleanNodeModule('native-is-elevated', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node'])) .pipe(util.cleanNodeModule('native-watchdog', ['binding.gyp', 'build/**', 'src/**'], ['**/*.node'])) .pipe(util.cleanNodeModule('spdlog', ['binding.gyp', 'build/**', 'deps/**', 'src/**', 'test/**'], ['**/*.node'])) .pipe(util.cleanNodeModule('jschardet', ['dist/**'])) @@ -378,18 +380,27 @@ function packageTask(platform, arch, opts) { .pipe(util.cleanNodeModule('windows-process-tree', ['binding.gyp', 'build/**', 'src/**'], ['**/*.node'])) .pipe(util.cleanNodeModule('gc-signals', ['binding.gyp', 'build/**', 'src/**', 'deps/**'], ['**/*.node', 'src/index.js'])) .pipe(util.cleanNodeModule('keytar', ['binding.gyp', 'build/**', 'src/**', 'script/**', 'node_modules/**'], ['**/*.node'])) - + .pipe(util.cleanNodeModule('node-pty', ['binding.gyp', 'build/**', 'src/**', 'tools/**'], ['build/Release/*.exe', 'build/Release/*.dll', 'build/Release/*.node'])) // {{SQL CARBON EDIT}} - .pipe(util.cleanNodeModule('node-pty', ['binding.gyp', 'build/**', 'src/**', 'tools/**'], ['build/Release/*.node', 'build/Release/*.dll', 'build/Release/*.exe'])) .pipe(util.cleanNodeModule('chart.js', ['node_modules/**'], undefined)) .pipe(util.cleanNodeModule('emmet', ['node_modules/**'], undefined)) .pipe(util.cleanNodeModule('pty.js', ['build/**'], ['build/Release/**'])) .pipe(util.cleanNodeModule('jquery-ui', ['external/**', 'demos/**'], undefined)) .pipe(util.cleanNodeModule('core-js', ['**/**'], undefined)) .pipe(util.cleanNodeModule('slickgrid', ['node_modules/**', 'examples/**'], undefined)) - .pipe(util.cleanNodeModule('nsfw', ['binding.gyp', 'build/**', 'src/**', 'openpa/**', 'includes/**'], ['**/*.node', '**/*.a'])) - .pipe(util.cleanNodeModule('vsda', ['binding.gyp', 'README.md', 'build/**', '*.bat', '*.sh', '*.cpp', '*.h'], ['build/Release/vsda.node'])); + .pipe(util.cleanNodeModule('vsda', ['binding.gyp', 'README.md', 'build/**', '*.bat', '*.sh', '*.cpp', '*.h'], ['build/Release/vsda.node'])) + .pipe(createAsar(path.join(process.cwd(), 'node_modules'), ['**/*.node', '**/vscode-ripgrep/bin/*', '**/node-pty/build/Release/*'], 'app/node_modules.asar')); + + // {{SQL CARBON EDIT}} + let copiedModules = gulp.src([ + 'node_modules/jquery/**/*.*', + 'node_modules/reflect-metadata/**/*.*', + 'node_modules/slickgrid/**/*.*', + 'node_modules/underscore/**/*.*', + 'node_modules/zone.js/**/*.*', + 'node_modules/chart.js/**/*.*' + ], { base: '.', dot: true }); let all = es.merge( packageJsonStream, @@ -397,7 +408,8 @@ function packageTask(platform, arch, opts) { license, watermark, api, - // {{SQL CARBON EDIT}} + // {{SQL CARBON EDIT}} + copiedModules, dataApi, sources, deps @@ -468,25 +480,21 @@ gulp.task('vscode-linux-x64-min', ['minify-vscode', 'clean-vscode-linux-x64'], p gulp.task('vscode-linux-arm-min', ['minify-vscode', 'clean-vscode-linux-arm'], packageTask('linux', 'arm', { minified: true })); // Transifex Localizations -const vscodeLanguages = [ - 'zh-hans', - 'zh-hant', - 'ja', - 'ko', - 'de', - 'fr', - 'es', - 'ru', - 'it', - 'pt-br', - 'hu', - 'tr' -]; -const setupDefaultLanguages = [ - 'zh-hans', - 'zh-hant', - 'ko' -]; + +const innoSetupConfig = { + 'zh-cn': { codePage: 'CP936', defaultInfo: { name: 'Simplified Chinese', id: '$0804', } }, + 'zh-tw': { codePage: 'CP950', defaultInfo: { name: 'Traditional Chinese', id: '$0404' } }, + 'ko': { codePage: 'CP949', defaultInfo: { name: 'Korean', id: '$0412' } }, + 'ja': { codePage: 'CP932' }, + 'de': { codePage: 'CP1252' }, + 'fr': { codePage: 'CP1252' }, + 'es': { codePage: 'CP1252' }, + 'ru': { codePage: 'CP1251' }, + 'it': { codePage: 'CP1252' }, + 'pt-br': { codePage: 'CP1252' }, + 'hu': { codePage: 'CP1250' }, + 'tr': { codePage: 'CP1254' } +}; const apiHostname = process.env.TRANSIFEX_API_URL; const apiName = process.env.TRANSIFEX_API_NAME; @@ -494,27 +502,48 @@ const apiToken = process.env.TRANSIFEX_API_TOKEN; gulp.task('vscode-translations-push', ['optimize-vscode'], function () { const pathToMetadata = './out-vscode/nls.metadata.json'; - const pathToExtensions = './extensions/**/*.nls.json'; + const pathToExtensions = './extensions/*'; const pathToSetup = 'build/win32/**/{Default.isl,messages.en.isl}'; return es.merge( - gulp.src(pathToMetadata).pipe(i18n.prepareXlfFiles()), - gulp.src(pathToSetup).pipe(i18n.prepareXlfFiles()), - gulp.src(pathToExtensions).pipe(i18n.prepareXlfFiles('vscode-extensions')) + gulp.src(pathToMetadata).pipe(i18n.createXlfFilesForCoreBundle()), + gulp.src(pathToSetup).pipe(i18n.createXlfFilesForIsl()), + gulp.src(pathToExtensions).pipe(i18n.createXlfFilesForExtensions()) + ).pipe(i18n.findObsoleteResources(apiHostname, apiName, apiToken) ).pipe(i18n.pushXlfFiles(apiHostname, apiName, apiToken)); }); -gulp.task('vscode-translations-pull', function () { +gulp.task('vscode-translations-push-test', ['optimize-vscode'], function () { + const pathToMetadata = './out-vscode/nls.metadata.json'; + const pathToExtensions = './extensions/*'; + const pathToSetup = 'build/win32/**/{Default.isl,messages.en.isl}'; + return es.merge( - i18n.pullXlfFiles('vscode-editor', apiHostname, apiName, apiToken, vscodeLanguages), - i18n.pullXlfFiles('vscode-workbench', apiHostname, apiName, apiToken, vscodeLanguages), - i18n.pullXlfFiles('vscode-extensions', apiHostname, apiName, apiToken, vscodeLanguages), - i18n.pullXlfFiles('vscode-setup', apiHostname, apiName, apiToken, setupDefaultLanguages) - ).pipe(vfs.dest('../vscode-localization')); + gulp.src(pathToMetadata).pipe(i18n.createXlfFilesForCoreBundle()), + gulp.src(pathToSetup).pipe(i18n.createXlfFilesForIsl()), + gulp.src(pathToExtensions).pipe(i18n.createXlfFilesForExtensions()) + ).pipe(i18n.findObsoleteResources(apiHostname, apiName, apiToken) + ).pipe(vfs.dest('../vscode-transifex-input')); +}); + +gulp.task('vscode-translations-pull', function () { + [...i18n.defaultLanguages, ...i18n.extraLanguages].forEach(language => { + i18n.pullCoreAndExtensionsXlfFiles(apiHostname, apiName, apiToken, language).pipe(vfs.dest(`../vscode-localization/${language.id}/build`)); + + let includeDefault = !!innoSetupConfig[language.id].defaultInfo; + i18n.pullSetupXlfFiles(apiHostname, apiName, apiToken, language, includeDefault).pipe(vfs.dest(`../vscode-localization/${language.id}/setup`)); + }); }); gulp.task('vscode-translations-import', function () { - return gulp.src('../vscode-localization/**/*.xlf').pipe(i18n.prepareJsonFiles()).pipe(vfs.dest('./i18n')); + [...i18n.defaultLanguages, ...i18n.extraLanguages].forEach(language => { + gulp.src(`../vscode-localization/${language.id}/build/*/*.xlf`) + .pipe(i18n.prepareI18nFiles()) + .pipe(vfs.dest(`./i18n/${language.folderName}`)); + gulp.src(`../vscode-localization/${language.id}/setup/*/*.xlf`) + .pipe(i18n.prepareIslFiles(language, innoSetupConfig[language.id])) + .pipe(vfs.dest(`./build/win32/i18n`)); + }); }); // Sourcemaps @@ -540,7 +569,8 @@ gulp.task('upload-vscode-sourcemaps', ['minify-vscode'], () => { const allConfigDetailsPath = path.join(os.tmpdir(), 'configuration.json'); gulp.task('upload-vscode-configuration', ['generate-vscode-configuration'], () => { const branch = process.env.BUILD_SOURCEBRANCH; - if (!branch.endsWith('/master') && branch.indexOf('/release/') < 0) { + + if (!/\/master$/.test(branch) && branch.indexOf('/release/') < 0) { console.log(`Only runs on master and release branches, not ${branch}`); return; } @@ -635,6 +665,7 @@ function versionStringToNumber(versionStr) { return parseInt(match[1], 10) * 1e4 + parseInt(match[2], 10) * 1e2 + parseInt(match[3], 10); } +// This task is only run for the MacOS build gulp.task('generate-vscode-configuration', () => { return new Promise((resolve, reject) => { const buildDir = process.env['AGENT_BUILDDIRECTORY']; @@ -644,7 +675,8 @@ gulp.task('generate-vscode-configuration', () => { const userDataDir = path.join(os.tmpdir(), 'tmpuserdata'); const extensionsDir = path.join(os.tmpdir(), 'tmpextdir'); - const appPath = path.join(buildDir, 'VSCode-darwin/Visual\\ Studio\\ Code\\ -\\ Insiders.app/Contents/Resources/app/bin/code'); + const appName = process.env.VSCODE_QUALITY === 'insider' ? 'Visual\\ Studio\\ Code\\ -\\ Insiders.app' : 'Visual\\ Studio\\ Code.app'; + const appPath = path.join(buildDir, `VSCode-darwin/${appName}/Contents/Resources/app/bin/code`); const codeProc = cp.exec(`${appPath} --export-default-configuration='${allConfigDetailsPath}' --wait --user-data-dir='${userDataDir}' --extensions-dir='${extensionsDir}'`); const timer = setTimeout(() => { @@ -694,3 +726,4 @@ function installService() { gulp.task('install-sqltoolsservice', () => { return installService(); }); + diff --git a/build/gulpfile.vscode.linux.js b/build/gulpfile.vscode.linux.js index 581bc198c9..2c06afb10d 100644 --- a/build/gulpfile.vscode.linux.js +++ b/build/gulpfile.vscode.linux.js @@ -12,9 +12,12 @@ const shell = require('gulp-shell'); const es = require('event-stream'); const vfs = require('vinyl-fs'); const util = require('./lib/util'); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file const packageJson = require('../package.json'); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file const product = require('../product.json'); -const rpmDependencies = require('../resources/linux/rpm/dependencies'); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file +const rpmDependencies = require('../resources/linux/rpm/dependencies.json'); const linuxPackageRevision = Math.floor(new Date().getTime() / 1000); @@ -111,8 +114,7 @@ function buildDebPackage(arch) { return shell.task([ 'chmod 755 ' + product.applicationName + '-' + debArch + '/DEBIAN/postinst ' + product.applicationName + '-' + debArch + '/DEBIAN/prerm ' + product.applicationName + '-' + debArch + '/DEBIAN/postrm', 'mkdir -p deb', - 'fakeroot dpkg-deb -b ' + product.applicationName + '-' + debArch + ' deb', - 'dpkg-scanpackages deb /dev/null > Packages' + 'fakeroot dpkg-deb -b ' + product.applicationName + '-' + debArch + ' deb' ], { cwd: '.build/linux/deb/' + debArch }); } @@ -220,10 +222,10 @@ function prepareSnapPackage(arch) { function buildSnapPackage(arch) { const snapBuildPath = getSnapBuildPath(arch); - + const snapFilename = `${product.applicationName}-${packageJson.version}-${linuxPackageRevision}-${arch}.snap`; return shell.task([ `chmod +x ${snapBuildPath}/electron-launch`, - `cd ${snapBuildPath} && snapcraft snap` + `cd ${snapBuildPath} && snapcraft snap --output ../${snapFilename}` ]); } diff --git a/build/gulpfile.vscode.win32.js b/build/gulpfile.vscode.win32.js index 74a88c368a..69b83c5069 100644 --- a/build/gulpfile.vscode.win32.js +++ b/build/gulpfile.vscode.win32.js @@ -11,8 +11,11 @@ const assert = require('assert'); const cp = require('child_process'); const _7z = require('7zip')['7z']; const util = require('./lib/util'); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file const pkg = require('../package.json'); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file const product = require('../product.json'); +const vfs = require('vinyl-fs'); const repoPath = path.dirname(__dirname); // {{SQL CARBON EDIT}} @@ -91,3 +94,13 @@ gulp.task('vscode-win32-ia32-archive', ['clean-vscode-win32-ia32-archive'], arch gulp.task('clean-vscode-win32-x64-archive', util.rimraf(zipDir('x64'))); gulp.task('vscode-win32-x64-archive', ['clean-vscode-win32-x64-archive'], archiveWin32Setup('x64')); + +function copyInnoUpdater(arch) { + return () => { + return gulp.src('build/win32/{inno_updater.exe,vcruntime140.dll}', { base: 'build/win32' }) + .pipe(vfs.dest(path.join(buildPath(arch), 'tools'))); + }; +} + +gulp.task('vscode-win32-ia32-copy-inno-updater', copyInnoUpdater('ia32')); +gulp.task('vscode-win32-x64-copy-inno-updater', copyInnoUpdater('x64')); \ No newline at end of file diff --git a/build/lib/asar.js b/build/lib/asar.js new file mode 100644 index 0000000000..66618cc828 --- /dev/null +++ b/build/lib/asar.js @@ -0,0 +1,118 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +'use strict'; +Object.defineProperty(exports, "__esModule", { value: true }); +var path = require("path"); +var es = require("event-stream"); +var pickle = require("chromium-pickle-js"); +var Filesystem = require("asar/lib/filesystem"); +var VinylFile = require("vinyl"); +var minimatch = require("minimatch"); +function createAsar(folderPath, unpackGlobs, destFilename) { + var shouldUnpackFile = function (file) { + for (var i = 0; i < unpackGlobs.length; i++) { + if (minimatch(file.relative, unpackGlobs[i])) { + return true; + } + } + return false; + }; + var filesystem = new Filesystem(folderPath); + var out = []; + // Keep track of pending inserts + var pendingInserts = 0; + var onFileInserted = function () { pendingInserts--; }; + // Do not insert twice the same directory + var seenDir = {}; + var insertDirectoryRecursive = function (dir) { + if (seenDir[dir]) { + return; + } + var lastSlash = dir.lastIndexOf('/'); + if (lastSlash === -1) { + lastSlash = dir.lastIndexOf('\\'); + } + if (lastSlash !== -1) { + insertDirectoryRecursive(dir.substring(0, lastSlash)); + } + seenDir[dir] = true; + filesystem.insertDirectory(dir); + }; + var insertDirectoryForFile = function (file) { + var lastSlash = file.lastIndexOf('/'); + if (lastSlash === -1) { + lastSlash = file.lastIndexOf('\\'); + } + if (lastSlash !== -1) { + insertDirectoryRecursive(file.substring(0, lastSlash)); + } + }; + var insertFile = function (relativePath, stat, shouldUnpack) { + insertDirectoryForFile(relativePath); + pendingInserts++; + filesystem.insertFile(relativePath, shouldUnpack, { stat: stat }, {}, onFileInserted); + }; + return es.through(function (file) { + if (file.stat.isDirectory()) { + return; + } + if (!file.stat.isFile()) { + throw new Error("unknown item in stream!"); + } + var shouldUnpack = shouldUnpackFile(file); + insertFile(file.relative, { size: file.contents.length, mode: file.stat.mode }, shouldUnpack); + if (shouldUnpack) { + // The file goes outside of xx.asar, in a folder xx.asar.unpacked + var relative = path.relative(folderPath, file.path); + this.queue(new VinylFile({ + cwd: folderPath, + base: folderPath, + path: path.join(destFilename + '.unpacked', relative), + stat: file.stat, + contents: file.contents + })); + } + else { + // The file goes inside of xx.asar + out.push(file.contents); + } + }, function () { + var _this = this; + var finish = function () { + { + var headerPickle = pickle.createEmpty(); + headerPickle.writeString(JSON.stringify(filesystem.header)); + var headerBuf = headerPickle.toBuffer(); + var sizePickle = pickle.createEmpty(); + sizePickle.writeUInt32(headerBuf.length); + var sizeBuf = sizePickle.toBuffer(); + out.unshift(headerBuf); + out.unshift(sizeBuf); + } + var contents = Buffer.concat(out); + out.length = 0; + _this.queue(new VinylFile({ + cwd: folderPath, + base: folderPath, + path: destFilename, + contents: contents + })); + _this.queue(null); + }; + // Call finish() only when all file inserts have finished... + if (pendingInserts === 0) { + finish(); + } + else { + onFileInserted = function () { + pendingInserts--; + if (pendingInserts === 0) { + finish(); + } + }; + } + }); +} +exports.createAsar = createAsar; diff --git a/build/lib/asar.ts b/build/lib/asar.ts new file mode 100644 index 0000000000..c3ae9a5761 --- /dev/null +++ b/build/lib/asar.ts @@ -0,0 +1,131 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +import * as path from 'path'; +import * as es from 'event-stream'; +import * as pickle from 'chromium-pickle-js'; +import * as Filesystem from 'asar/lib/filesystem'; +import * as VinylFile from 'vinyl'; +import * as minimatch from 'minimatch'; + +export function createAsar(folderPath: string, unpackGlobs: string[], destFilename: string): NodeJS.ReadWriteStream { + + const shouldUnpackFile = (file: VinylFile): boolean => { + for (let i = 0; i < unpackGlobs.length; i++) { + if (minimatch(file.relative, unpackGlobs[i])) { + return true; + } + } + return false; + }; + + const filesystem = new Filesystem(folderPath); + const out: Buffer[] = []; + + // Keep track of pending inserts + let pendingInserts = 0; + let onFileInserted = () => { pendingInserts--; }; + + // Do not insert twice the same directory + const seenDir: { [key: string]: boolean; } = {}; + const insertDirectoryRecursive = (dir: string) => { + if (seenDir[dir]) { + return; + } + + let lastSlash = dir.lastIndexOf('/'); + if (lastSlash === -1) { + lastSlash = dir.lastIndexOf('\\'); + } + if (lastSlash !== -1) { + insertDirectoryRecursive(dir.substring(0, lastSlash)); + } + seenDir[dir] = true; + filesystem.insertDirectory(dir); + }; + + const insertDirectoryForFile = (file: string) => { + let lastSlash = file.lastIndexOf('/'); + if (lastSlash === -1) { + lastSlash = file.lastIndexOf('\\'); + } + if (lastSlash !== -1) { + insertDirectoryRecursive(file.substring(0, lastSlash)); + } + }; + + const insertFile = (relativePath: string, stat: { size: number; mode: number; }, shouldUnpack: boolean) => { + insertDirectoryForFile(relativePath); + pendingInserts++; + filesystem.insertFile(relativePath, shouldUnpack, { stat: stat }, {}, onFileInserted); + }; + + return es.through(function (file) { + if (file.stat.isDirectory()) { + return; + } + if (!file.stat.isFile()) { + throw new Error(`unknown item in stream!`); + } + const shouldUnpack = shouldUnpackFile(file); + insertFile(file.relative, { size: file.contents.length, mode: file.stat.mode }, shouldUnpack); + + if (shouldUnpack) { + // The file goes outside of xx.asar, in a folder xx.asar.unpacked + const relative = path.relative(folderPath, file.path); + this.queue(new VinylFile({ + cwd: folderPath, + base: folderPath, + path: path.join(destFilename + '.unpacked', relative), + stat: file.stat, + contents: file.contents + })); + } else { + // The file goes inside of xx.asar + out.push(file.contents); + } + }, function () { + + let finish = () => { + { + const headerPickle = pickle.createEmpty(); + headerPickle.writeString(JSON.stringify(filesystem.header)); + const headerBuf = headerPickle.toBuffer(); + + const sizePickle = pickle.createEmpty(); + sizePickle.writeUInt32(headerBuf.length); + const sizeBuf = sizePickle.toBuffer(); + + out.unshift(headerBuf); + out.unshift(sizeBuf); + } + + const contents = Buffer.concat(out); + out.length = 0; + + this.queue(new VinylFile({ + cwd: folderPath, + base: folderPath, + path: destFilename, + contents: contents + })); + this.queue(null); + }; + + // Call finish() only when all file inserts have finished... + if (pendingInserts === 0) { + finish(); + } else { + onFileInserted = () => { + pendingInserts--; + if (pendingInserts === 0) { + finish(); + } + }; + } + }); +} diff --git a/build/lib/builtInExtensions.js b/build/lib/builtInExtensions.js new file mode 100644 index 0000000000..1cdf72b468 --- /dev/null +++ b/build/lib/builtInExtensions.js @@ -0,0 +1,122 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +const fs = require('fs'); +const path = require('path'); +const os = require('os'); +const mkdirp = require('mkdirp'); +const rimraf = require('rimraf'); +const es = require('event-stream'); +const rename = require('gulp-rename'); +const vfs = require('vinyl-fs'); +const ext = require('./extensions'); +const util = require('gulp-util'); + +const root = path.dirname(path.dirname(__dirname)); +// @ts-ignore Microsoft/TypeScript#21262 complains about a require of a JSON file +const builtInExtensions = require('../builtInExtensions.json'); +const controlFilePath = path.join(os.homedir(), '.vscode-oss-dev', 'extensions', 'control.json'); + +function getExtensionPath(extension) { + return path.join(root, '.build', 'builtInExtensions', extension.name); +} + +function isUpToDate(extension) { + const packagePath = path.join(getExtensionPath(extension), 'package.json'); + + if (!fs.existsSync(packagePath)) { + return false; + } + + const packageContents = fs.readFileSync(packagePath, { encoding: 'utf8' }); + + try { + const diskVersion = JSON.parse(packageContents).version; + return (diskVersion === extension.version); + } catch (err) { + return false; + } +} + +function syncMarketplaceExtension(extension) { + if (isUpToDate(extension)) { + util.log(util.colors.blue('[marketplace]'), `${extension.name}@${extension.version}`, util.colors.green('āœ”ļøŽ')); + return es.readArray([]); + } + + rimraf.sync(getExtensionPath(extension)); + + return ext.fromMarketplace(extension.name, extension.version) + .pipe(rename(p => p.dirname = `${extension.name}/${p.dirname}`)) + .pipe(vfs.dest('.build/builtInExtensions')) + .on('end', () => util.log(util.colors.blue('[marketplace]'), extension.name, util.colors.green('āœ”ļøŽ'))); +} + +function syncExtension(extension, controlState) { + switch (controlState) { + case 'disabled': + util.log(util.colors.blue('[disabled]'), util.colors.gray(extension.name)); + return es.readArray([]); + + case 'marketplace': + return syncMarketplaceExtension(extension); + + default: + if (!fs.existsSync(controlState)) { + util.log(util.colors.red(`Error: Built-in extension '${extension.name}' is configured to run from '${controlState}' but that path does not exist.`)); + return es.readArray([]); + + } else if (!fs.existsSync(path.join(controlState, 'package.json'))) { + util.log(util.colors.red(`Error: Built-in extension '${extension.name}' is configured to run from '${controlState}' but there is no 'package.json' file in that directory.`)); + return es.readArray([]); + } + + util.log(util.colors.blue('[local]'), `${extension.name}: ${util.colors.cyan(controlState)}`, util.colors.green('āœ”ļøŽ')); + return es.readArray([]); + } +} + +function readControlFile() { + try { + return JSON.parse(fs.readFileSync(controlFilePath, 'utf8')); + } catch (err) { + return {}; + } +} + +function writeControlFile(control) { + mkdirp.sync(path.dirname(controlFilePath)); + fs.writeFileSync(controlFilePath, JSON.stringify(control, null, 2)); +} + +function main() { + util.log('Syncronizing built-in extensions...'); + util.log(`You can manage built-in extensions with the ${util.colors.cyan('--builtin')} flag`); + + const control = readControlFile(); + const streams = []; + + for (const extension of builtInExtensions) { + let controlState = control[extension.name] || 'marketplace'; + control[extension.name] = controlState; + + streams.push(syncExtension(extension, controlState)); + } + + writeControlFile(control); + + es.merge(streams) + .on('error', err => { + console.error(err); + process.exit(1); + }) + .on('end', () => { + process.exit(0); + }); +} + +main(); diff --git a/build/lib/bundle.js b/build/lib/bundle.js index 2c95f4c3b2..f21491635e 100644 --- a/build/lib/bundle.js +++ b/build/lib/bundle.js @@ -217,6 +217,7 @@ function removeDuplicateTSBoilerplate(destFiles) { { start: /^var __metadata/, end: /^};$/ }, { start: /^var __param/, end: /^};$/ }, { start: /^var __awaiter/, end: /^};$/ }, + { start: /^var __generator/, end: /^};$/ }, ]; destFiles.forEach(function (destFile) { var SEEN_BOILERPLATE = []; diff --git a/build/lib/bundle.ts b/build/lib/bundle.ts index 96c961e229..b7ef43c4dd 100644 --- a/build/lib/bundle.ts +++ b/build/lib/bundle.ts @@ -44,11 +44,11 @@ interface ILoaderPluginReqFunc { export interface IEntryPoint { name: string; - include: string[]; - exclude: string[]; + include?: string[]; + exclude?: string[]; prepend: string[]; - append: string[]; - dest: string; + append?: string[]; + dest?: string; } interface IEntryPointMap { @@ -339,6 +339,7 @@ function removeDuplicateTSBoilerplate(destFiles: IConcatFile[]): IConcatFile[] { { start: /^var __metadata/, end: /^};$/ }, { start: /^var __param/, end: /^};$/ }, { start: /^var __awaiter/, end: /^};$/ }, + { start: /^var __generator/, end: /^};$/ }, ]; destFiles.forEach((destFile) => { diff --git a/build/lib/compilation.js b/build/lib/compilation.js index dfb4de1540..7ce9c33d34 100644 --- a/build/lib/compilation.js +++ b/build/lib/compilation.js @@ -22,6 +22,9 @@ var rootDir = path.join(__dirname, '../../src'); var options = require('../../src/tsconfig.json').compilerOptions; options.verbose = false; options.sourceMap = true; +if (process.env['VSCODE_NO_SOURCEMAP']) { + options.sourceMap = false; +} options.rootDir = rootDir; options.sourceRoot = util.toFileUri(rootDir); function createCompile(build, emitError) { @@ -58,9 +61,13 @@ function compileTask(out, build) { return function () { var compile = createCompile(build, true); var src = es.merge(gulp.src('src/**', { base: 'src' }), gulp.src('node_modules/typescript/lib/lib.d.ts')); + // Do not write .d.ts files to disk, as they are not needed there. + var dtsFilter = util.filter(function (data) { return !/\.d\.ts$/.test(data.path); }); return src .pipe(compile()) + .pipe(dtsFilter) .pipe(gulp.dest(out)) + .pipe(dtsFilter.restore) .pipe(monacodtsTask(out, false)); }; } @@ -70,54 +77,19 @@ function watchTask(out, build) { var compile = createCompile(build); var src = es.merge(gulp.src('src/**', { base: 'src' }), gulp.src('node_modules/typescript/lib/lib.d.ts')); var watchSrc = watch('src/**', { base: 'src' }); + // Do not write .d.ts files to disk, as they are not needed there. + var dtsFilter = util.filter(function (data) { return !/\.d\.ts$/.test(data.path); }); return watchSrc .pipe(util.incremental(compile, src, true)) + .pipe(dtsFilter) .pipe(gulp.dest(out)) + .pipe(dtsFilter.restore) .pipe(monacodtsTask(out, true)); }; } exports.watchTask = watchTask; -function reloadTypeScriptNodeModule() { - var util = require('gulp-util'); - function log(message) { - var rest = []; - for (var _i = 1; _i < arguments.length; _i++) { - rest[_i - 1] = arguments[_i]; - } - util.log.apply(util, [util.colors.cyan('[memory watch dog]'), message].concat(rest)); - } - function heapUsed() { - return (process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2) + ' MB'; - } - return es.through(function (data) { - this.emit('data', data); - }, function () { - log('memory usage after compilation finished: ' + heapUsed()); - // It appears we are running into some variant of - // https://bugs.chromium.org/p/v8/issues/detail?id=2073 - // - // Even though all references are dropped, some - // optimized methods in the TS compiler end up holding references - // to the entire TypeScript language host (>600MB) - // - // The idea is to force v8 to drop references to these - // optimized methods, by "reloading" the typescript node module - log('Reloading typescript node module...'); - var resolvedName = require.resolve('typescript'); - var originalModule = require.cache[resolvedName]; - delete require.cache[resolvedName]; - var newExports = require('typescript'); - require.cache[resolvedName] = originalModule; - for (var prop in newExports) { - if (newExports.hasOwnProperty(prop)) { - originalModule.exports[prop] = newExports[prop]; - } - } - log('typescript node module reloaded.'); - this.emit('end'); - }); -} function monacodtsTask(out, isWatch) { + var basePath = path.resolve(process.cwd(), out); var neededFiles = {}; monacodts.getFilesToWatch(out).forEach(function (filePath) { filePath = path.normalize(filePath); @@ -160,7 +132,7 @@ function monacodtsTask(out, isWatch) { })); } resultStream = es.through(function (data) { - var filePath = path.normalize(data.path); + var filePath = path.normalize(path.resolve(basePath, data.relative)); if (neededFiles[filePath]) { setInputFile(filePath, data.contents.toString()); } diff --git a/build/lib/compilation.ts b/build/lib/compilation.ts index 4080677623..f7f25001db 100644 --- a/build/lib/compilation.ts +++ b/build/lib/compilation.ts @@ -25,6 +25,9 @@ const rootDir = path.join(__dirname, '../../src'); const options = require('../../src/tsconfig.json').compilerOptions; options.verbose = false; options.sourceMap = true; +if (process.env['VSCODE_NO_SOURCEMAP']) { // To be used by developers in a hurry + options.sourceMap = false; +} options.rootDir = rootDir; options.sourceRoot = util.toFileUri(rootDir); @@ -49,7 +52,6 @@ function createCompile(build: boolean, emitError?: boolean): (token?: util.ICanc .pipe(tsFilter) .pipe(util.loadSourcemaps()) .pipe(ts(token)) - // .pipe(build ? reloadTypeScriptNodeModule() : es.through()) .pipe(noDeclarationsFilter) .pipe(build ? nls() : es.through()) .pipe(noDeclarationsFilter.restore) @@ -75,9 +77,14 @@ export function compileTask(out: string, build: boolean): () => NodeJS.ReadWrite gulp.src('node_modules/typescript/lib/lib.d.ts'), ); + // Do not write .d.ts files to disk, as they are not needed there. + const dtsFilter = util.filter(data => !/\.d\.ts$/.test(data.path)); + return src .pipe(compile()) + .pipe(dtsFilter) .pipe(gulp.dest(out)) + .pipe(dtsFilter.restore) .pipe(monacodtsTask(out, false)); }; } @@ -93,62 +100,22 @@ export function watchTask(out: string, build: boolean): () => NodeJS.ReadWriteSt ); const watchSrc = watch('src/**', { base: 'src' }); + // Do not write .d.ts files to disk, as they are not needed there. + const dtsFilter = util.filter(data => !/\.d\.ts$/.test(data.path)); + return watchSrc .pipe(util.incremental(compile, src, true)) + .pipe(dtsFilter) .pipe(gulp.dest(out)) + .pipe(dtsFilter.restore) .pipe(monacodtsTask(out, true)); }; } -function reloadTypeScriptNodeModule(): NodeJS.ReadWriteStream { - var util = require('gulp-util'); - function log(message: any, ...rest: any[]): void { - util.log(util.colors.cyan('[memory watch dog]'), message, ...rest); - } - - function heapUsed(): string { - return (process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2) + ' MB'; - } - - return es.through(function (data) { - this.emit('data', data); - }, function () { - - log('memory usage after compilation finished: ' + heapUsed()); - - // It appears we are running into some variant of - // https://bugs.chromium.org/p/v8/issues/detail?id=2073 - // - // Even though all references are dropped, some - // optimized methods in the TS compiler end up holding references - // to the entire TypeScript language host (>600MB) - // - // The idea is to force v8 to drop references to these - // optimized methods, by "reloading" the typescript node module - - log('Reloading typescript node module...'); - - var resolvedName = require.resolve('typescript'); - - var originalModule = require.cache[resolvedName]; - delete require.cache[resolvedName]; - var newExports = require('typescript'); - require.cache[resolvedName] = originalModule; - - for (var prop in newExports) { - if (newExports.hasOwnProperty(prop)) { - originalModule.exports[prop] = newExports[prop]; - } - } - - log('typescript node module reloaded.'); - - this.emit('end'); - }); -} - function monacodtsTask(out: string, isWatch: boolean): NodeJS.ReadWriteStream { + const basePath = path.resolve(process.cwd(), out); + const neededFiles: { [file: string]: boolean; } = {}; monacodts.getFilesToWatch(out).forEach(function (filePath) { filePath = path.normalize(filePath); @@ -196,7 +163,7 @@ function monacodtsTask(out: string, isWatch: boolean): NodeJS.ReadWriteStream { } resultStream = es.through(function (data) { - const filePath = path.normalize(data.path); + const filePath = path.normalize(path.resolve(basePath, data.relative)); if (neededFiles[filePath]) { setInputFile(filePath, data.contents.toString()); } diff --git a/build/lib/i18n.js b/build/lib/i18n.js index c88619e000..10cafc2703 100644 --- a/build/lib/i18n.js +++ b/build/lib/i18n.js @@ -12,8 +12,10 @@ var Is = require("is"); var xml2js = require("xml2js"); var glob = require("glob"); var https = require("https"); +var gulp = require("gulp"); var util = require('gulp-util'); var iconv = require('iconv-lite'); +var NUMBER_OF_CONCURRENT_DOWNLOADS = 4; function log(message) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { @@ -21,6 +23,29 @@ function log(message) { } util.log.apply(util, [util.colors.green('[i18n]'), message].concat(rest)); } +exports.defaultLanguages = [ + { id: 'zh-tw', folderName: 'cht', transifexId: 'zh-hant' }, + { id: 'zh-cn', folderName: 'chs', transifexId: 'zh-hans' }, + { id: 'ja', folderName: 'jpn' }, + { id: 'ko', folderName: 'kor' }, + { id: 'de', folderName: 'deu' }, + { id: 'fr', folderName: 'fra' }, + { id: 'es', folderName: 'esn' }, + { id: 'ru', folderName: 'rus' }, + { id: 'it', folderName: 'ita' } +]; +// languages requested by the community to non-stable builds +exports.extraLanguages = [ + { id: 'pt-br', folderName: 'ptb' }, + { id: 'hu', folderName: 'hun' }, + { id: 'tr', folderName: 'trk' } +]; +// non built-in extensions also that are transifex and need to be part of the language packs +var externalExtensionsWithTranslations = { + 'vscode-chrome-debug': 'msjsdiag.debugger-for-chrome', + 'vscode-node-debug': 'ms-vscode.node-debug', + 'vscode-node-debug2': 'ms-vscode.node-debug2' +}; var LocalizeInfo; (function (LocalizeInfo) { function is(value) { @@ -101,6 +126,7 @@ var XLF = /** @class */ (function () { this.project = project; this.buffer = []; this.files = Object.create(null); + this.numberOfMessages = 0; } XLF.prototype.toString = function () { this.appendHeader(); @@ -116,27 +142,36 @@ var XLF = /** @class */ (function () { return this.buffer.join('\r\n'); }; XLF.prototype.addFile = function (original, keys, messages) { + if (keys.length === 0) { + console.log('No keys in ' + original); + return; + } + if (keys.length !== messages.length) { + throw new Error("Unmatching keys(" + keys.length + ") and messages(" + messages.length + ")."); + } + this.numberOfMessages += keys.length; this.files[original] = []; - var existingKeys = []; - for (var _i = 0, keys_1 = keys; _i < keys_1.length; _i++) { - var key = keys_1[_i]; - // Ignore duplicate keys because Transifex does not populate those with translated values. - if (existingKeys.indexOf(key) !== -1) { + var existingKeys = new Set(); + for (var i = 0; i < keys.length; i++) { + var key = keys[i]; + var realKey = void 0; + var comment = void 0; + if (Is.string(key)) { + realKey = key; + comment = undefined; + } + else if (LocalizeInfo.is(key)) { + realKey = key.key; + if (key.comment && key.comment.length > 0) { + comment = key.comment.map(function (comment) { return encodeEntities(comment); }).join('\r\n'); + } + } + if (!realKey || existingKeys.has(realKey)) { continue; } - existingKeys.push(key); - var message = encodeEntities(messages[keys.indexOf(key)]); - var comment = undefined; - // Check if the message contains description (if so, it becomes an object type in JSON) - if (Is.string(key)) { - this.files[original].push({ id: key, message: message, comment: comment }); - } - else { - if (key['comment'] && key['comment'].length > 0) { - comment = key['comment'].map(function (comment) { return encodeEntities(comment); }).join('\r\n'); - } - this.files[original].push({ id: key['key'], message: message, comment: comment }); - } + existingKeys.add(realKey); + var message = encodeEntities(messages[i]); + this.files[original].push({ id: realKey, message: message, comment: comment }); } }; XLF.prototype.addStringItem = function (item) { @@ -162,43 +197,70 @@ var XLF = /** @class */ (function () { line.append(content); this.buffer.push(line.toString()); }; + XLF.parsePseudo = function (xlfString) { + return new Promise(function (resolve, reject) { + var parser = new xml2js.Parser(); + var files = []; + parser.parseString(xlfString, function (err, result) { + var fileNodes = result['xliff']['file']; + fileNodes.forEach(function (file) { + var originalFilePath = file.$.original; + var messages = {}; + var transUnits = file.body[0]['trans-unit']; + if (transUnits) { + transUnits.forEach(function (unit) { + var key = unit.$.id; + var val = pseudify(unit.source[0]['_'].toString()); + if (key && val) { + messages[key] = decodeEntities(val); + } + }); + files.push({ messages: messages, originalFilePath: originalFilePath, language: 'ps' }); + } + }); + resolve(files); + }); + }); + }; XLF.parse = function (xlfString) { return new Promise(function (resolve, reject) { var parser = new xml2js.Parser(); var files = []; parser.parseString(xlfString, function (err, result) { if (err) { - reject("Failed to parse XLIFF string. " + err); + reject(new Error("XLF parsing error: Failed to parse XLIFF string. " + err)); } var fileNodes = result['xliff']['file']; if (!fileNodes) { - reject('XLIFF file does not contain "xliff" or "file" node(s) required for parsing.'); + reject(new Error("XLF parsing error: XLIFF file does not contain \"xliff\" or \"file\" node(s) required for parsing.")); } fileNodes.forEach(function (file) { var originalFilePath = file.$.original; if (!originalFilePath) { - reject('XLIFF file node does not contain original attribute to determine the original location of the resource file.'); + reject(new Error("XLF parsing error: XLIFF file node does not contain original attribute to determine the original location of the resource file.")); } - var language = file.$['target-language'].toLowerCase(); + var language = file.$['target-language']; if (!language) { - reject('XLIFF file node does not contain target-language attribute to determine translated language.'); + reject(new Error("XLF parsing error: XLIFF file node does not contain target-language attribute to determine translated language.")); } var messages = {}; var transUnits = file.body[0]['trans-unit']; - transUnits.forEach(function (unit) { - var key = unit.$.id; - if (!unit.target) { - return; // No translation available - } - var val = unit.target.toString(); - if (key && val) { - messages[key] = decodeEntities(val); - } - else { - reject('XLIFF file does not contain full localization data. ID or target translation for one of the trans-unit nodes is not present.'); - } - }); - files.push({ messages: messages, originalFilePath: originalFilePath, language: language }); + if (transUnits) { + transUnits.forEach(function (unit) { + var key = unit.$.id; + if (!unit.target) { + return; // No translation available + } + var val = unit.target.toString(); + if (key && val) { + messages[key] = decodeEntities(val); + } + else { + reject(new Error("XLF parsing error: XLIFF file does not contain full localization data. ID or target translation for one of the trans-unit nodes is not present.")); + } + }); + files.push({ messages: messages, originalFilePath: originalFilePath, language: language.toLowerCase() }); + } }); resolve(files); }); @@ -207,67 +269,39 @@ var XLF = /** @class */ (function () { return XLF; }()); exports.XLF = XLF; -var iso639_3_to_2 = { - 'chs': 'zh-cn', - 'cht': 'zh-tw', - 'csy': 'cs-cz', - 'deu': 'de', - 'enu': 'en', - 'esn': 'es', - 'fra': 'fr', - 'hun': 'hu', - 'ita': 'it', - 'jpn': 'ja', - 'kor': 'ko', - 'nld': 'nl', - 'plk': 'pl', - 'ptb': 'pt-br', - 'ptg': 'pt', - 'rus': 'ru', - 'sve': 'sv-se', - 'trk': 'tr' -}; -/** - * Used to map Transifex to VS Code language code representation. - */ -var iso639_2_to_3 = { - 'zh-hans': 'chs', - 'zh-hant': 'cht', - 'cs-cz': 'csy', - 'de': 'deu', - 'en': 'enu', - 'es': 'esn', - 'fr': 'fra', - 'hu': 'hun', - 'it': 'ita', - 'ja': 'jpn', - 'ko': 'kor', - 'nl': 'nld', - 'pl': 'plk', - 'pt-br': 'ptb', - 'pt': 'ptg', - 'ru': 'rus', - 'sv-se': 'sve', - 'tr': 'trk' -}; -function sortLanguages(directoryNames) { - return directoryNames.map(function (dirName) { - var lower = dirName.toLowerCase(); - return { - name: lower, - iso639_2: iso639_3_to_2[lower] - }; - }).sort(function (a, b) { - if (!a.iso639_2 && !b.iso639_2) { - return 0; +var Limiter = /** @class */ (function () { + function Limiter(maxDegreeOfParalellism) { + this.maxDegreeOfParalellism = maxDegreeOfParalellism; + this.outstandingPromises = []; + this.runningPromises = 0; + } + Limiter.prototype.queue = function (factory) { + var _this = this; + return new Promise(function (c, e) { + _this.outstandingPromises.push({ factory: factory, c: c, e: e }); + _this.consume(); + }); + }; + Limiter.prototype.consume = function () { + var _this = this; + while (this.outstandingPromises.length && this.runningPromises < this.maxDegreeOfParalellism) { + var iLimitedTask = this.outstandingPromises.shift(); + this.runningPromises++; + var promise = iLimitedTask.factory(); + promise.then(iLimitedTask.c).catch(iLimitedTask.e); + promise.then(function () { return _this.consumed(); }).catch(function () { return _this.consumed(); }); } - if (!a.iso639_2) { - return -1; - } - if (!b.iso639_2) { - return 1; - } - return a.iso639_2 < b.iso639_2 ? -1 : (a.iso639_2 > b.iso639_2 ? 1 : 0); + }; + Limiter.prototype.consumed = function () { + this.runningPromises--; + this.consume(); + }; + return Limiter; +}()); +exports.Limiter = Limiter; +function sortLanguages(languages) { + return languages.sort(function (a, b) { + return a.id < b.id ? -1 : (a.id > b.id ? 1 : 0); }); } function stripComments(content) { @@ -355,7 +389,7 @@ function processCoreBundleFormat(fileHeader, languages, json, emitter) { defaultMessages[module] = messageMap; keys.map(function (key, i) { total++; - if (Is.string(key)) { + if (typeof key === 'string') { messageMap[key] = messages[i]; } else { @@ -364,23 +398,15 @@ function processCoreBundleFormat(fileHeader, languages, json, emitter) { }); }); var languageDirectory = path.join(__dirname, '..', '..', 'i18n'); - var languageDirs; - if (languages) { - languageDirs = sortLanguages(languages); - } - else { - languageDirs = sortLanguages(fs.readdirSync(languageDirectory).filter(function (item) { return fs.statSync(path.join(languageDirectory, item)).isDirectory(); })); - } - languageDirs.forEach(function (language) { - if (!language.iso639_2) { - return; - } + var sortedLanguages = sortLanguages(languages); + sortedLanguages.forEach(function (language) { if (process.env['VSCODE_BUILD_VERBOSE']) { - log("Generating nls bundles for: " + language.iso639_2); + log("Generating nls bundles for: " + language.id); } - statistics[language.iso639_2] = 0; + statistics[language.id] = 0; var localizedModules = Object.create(null); - var cwd = path.join(languageDirectory, language.name, 'src'); + var languageFolderName = language.folderName || language.id; + var cwd = path.join(languageDirectory, languageFolderName, 'src'); modules.forEach(function (module) { var order = keysSection[module]; var i18nFile = path.join(cwd, module) + '.i18n.json'; @@ -394,12 +420,12 @@ function processCoreBundleFormat(fileHeader, languages, json, emitter) { log("No localized messages found for module " + module + ". Using default messages."); } messages = defaultMessages[module]; - statistics[language.iso639_2] = statistics[language.iso639_2] + Object.keys(messages).length; + statistics[language.id] = statistics[language.id] + Object.keys(messages).length; } var localizedMessages = []; order.forEach(function (keyInfo) { var key = null; - if (Is.string(keyInfo)) { + if (typeof keyInfo === 'string') { key = keyInfo; } else { @@ -411,7 +437,7 @@ function processCoreBundleFormat(fileHeader, languages, json, emitter) { log("No localized message found for key " + key + " in module " + module + ". Using default message."); } message = defaultMessages[module][key]; - statistics[language.iso639_2] = statistics[language.iso639_2] + 1; + statistics[language.id] = statistics[language.id] + 1; } localizedMessages.push(message); }); @@ -421,7 +447,7 @@ function processCoreBundleFormat(fileHeader, languages, json, emitter) { var modules = bundleSection[bundle]; var contents = [ fileHeader, - "define(\"" + bundle + ".nls." + language.iso639_2 + "\", {" + "define(\"" + bundle + ".nls." + language.id + "\", {" ]; modules.forEach(function (module, index) { contents.push("\t\"" + module + "\": ["); @@ -436,24 +462,17 @@ function processCoreBundleFormat(fileHeader, languages, json, emitter) { contents.push(index < modules.length - 1 ? '\t],' : '\t]'); }); contents.push('});'); - emitter.emit('data', new File({ path: bundle + '.nls.' + language.iso639_2 + '.js', contents: new Buffer(contents.join('\n'), 'utf-8') })); + emitter.queue(new File({ path: bundle + '.nls.' + language.id + '.js', contents: Buffer.from(contents.join('\n'), 'utf-8') })); }); }); Object.keys(statistics).forEach(function (key) { var value = statistics[key]; log(key + " has " + value + " untranslated strings."); }); - languageDirs.forEach(function (dir) { - var language = dir.name; - var iso639_2 = iso639_3_to_2[language]; - if (!iso639_2) { - log("\tCouldn't find iso639 2 mapping for language " + language + ". Using default language instead."); - } - else { - var stats = statistics[iso639_2]; - if (Is.undef(stats)) { - log("\tNo translations found for language " + language + ". Using default language instead."); - } + sortedLanguages.forEach(function (language) { + var stats = statistics[language.id]; + if (Is.undef(stats)) { + log("\tNo translations found for language " + language.id + ". Using default language instead."); } }); } @@ -467,39 +486,16 @@ function processNlsFiles(opts) { } else { this.emit('error', "Failed to read component file: " + file.relative); + return; } if (BundledFormat.is(json)) { processCoreBundleFormat(opts.fileHeader, opts.languages, json, this); } } - this.emit('data', file); + this.queue(file); }); } exports.processNlsFiles = processNlsFiles; -function prepareXlfFiles(projectName, extensionName) { - return event_stream_1.through(function (file) { - if (!file.isBuffer()) { - throw new Error("Failed to read component file: " + file.relative); - } - var extension = path.extname(file.path); - if (extension === '.json') { - var json = JSON.parse(file.contents.toString('utf8')); - if (BundledFormat.is(json)) { - importBundleJson(file, json, this); - } - else if (PackageJsonFormat.is(json) || ModuleJsonFormat.is(json)) { - importModuleOrPackageJson(file, json, projectName, this, extensionName); - } - else { - throw new Error("JSON format cannot be deduced for " + file.relative + "."); - } - } - else if (extension === '.isl') { - importIsl(file, this); - } - }); -} -exports.prepareXlfFiles = prepareXlfFiles; var editorProject = 'vscode-editor', workbenchProject = 'vscode-workbench', extensionsProject = 'vscode-extensions', setupProject = 'vscode-setup'; // {{SQL CARBON EDIT}} var sqlopsProject = 'sqlops-core'; @@ -537,113 +533,186 @@ function getResource(sourceFile) { throw new Error("Could not identify the XLF bundle for " + sourceFile); } exports.getResource = getResource; -function importBundleJson(file, json, stream) { - var bundleXlfs = Object.create(null); - for (var source in json.keys) { - var projectResource = getResource(source); - var resource = projectResource.name; - var project = projectResource.project; - var keys = json.keys[source]; - var messages = json.messages[source]; - if (keys.length !== messages.length) { - throw new Error("There is a mismatch between keys and messages in " + file.relative); - } - var xlf = bundleXlfs[resource] ? bundleXlfs[resource] : bundleXlfs[resource] = new XLF(project); - xlf.addFile('src/' + source, keys, messages); - } - for (var resource in bundleXlfs) { - var newFilePath = bundleXlfs[resource].project + "/" + resource.replace(/\//g, '_') + ".xlf"; - var xlfFile = new File({ path: newFilePath, contents: new Buffer(bundleXlfs[resource].toString(), 'utf-8') }); - stream.emit('data', xlfFile); - } -} -// Keeps existing XLF instances and a state of how many files were already processed for faster file emission -var extensions = Object.create(null); -function importModuleOrPackageJson(file, json, projectName, stream, extensionName) { - if (ModuleJsonFormat.is(json) && json['keys'].length !== json['messages'].length) { - throw new Error("There is a mismatch between keys and messages in " + file.relative); - } - // Prepare the source path for attribute in XLF & extract messages from JSON - var formattedSourcePath = file.relative.replace(/\\/g, '/'); - var messages = Object.keys(json).map(function (key) { return json[key].toString(); }); - // Stores the amount of localization files to be transformed to XLF before the emission - var localizationFilesCount, originalFilePath; - // If preparing XLF for external extension, then use different glob pattern and source path - if (extensionName) { - localizationFilesCount = glob.sync('**/*.nls.json').length; - originalFilePath = "" + formattedSourcePath.substr(0, formattedSourcePath.length - '.nls.json'.length); - } - else { - // Used for vscode/extensions folder - extensionName = formattedSourcePath.split('/')[0]; - localizationFilesCount = glob.sync("./extensions/" + extensionName + "/**/*.nls.json").length; - originalFilePath = "extensions/" + formattedSourcePath.substr(0, formattedSourcePath.length - '.nls.json'.length); - } - var extension = extensions[extensionName] ? - extensions[extensionName] : extensions[extensionName] = { xlf: new XLF(projectName), processed: 0 }; - // .nls.json can come with empty array of keys and messages, check for it - if (ModuleJsonFormat.is(json) && json.keys.length !== 0) { - extension.xlf.addFile(originalFilePath, json.keys, json.messages); - } - else if (PackageJsonFormat.is(json) && Object.keys(json).length !== 0) { - extension.xlf.addFile(originalFilePath, Object.keys(json), messages); - } - // Check if XLF is populated with file nodes to emit it - if (++extensions[extensionName].processed === localizationFilesCount) { - var newFilePath = path.join(projectName, extensionName + '.xlf'); - var xlfFile = new File({ path: newFilePath, contents: new Buffer(extension.xlf.toString(), 'utf-8') }); - stream.emit('data', xlfFile); - } -} -function importIsl(file, stream) { - var projectName, resourceFile; - if (path.basename(file.path) === 'Default.isl') { - projectName = setupProject; - resourceFile = 'setup_default.xlf'; - } - else { - projectName = workbenchProject; - resourceFile = 'setup_messages.xlf'; - } - var xlf = new XLF(projectName), keys = [], messages = []; - var model = new TextModel(file.contents.toString()); - var inMessageSection = false; - model.lines.forEach(function (line) { - if (line.length === 0) { - return; - } - var firstChar = line.charAt(0); - switch (firstChar) { - case ';': - // Comment line; +function createXlfFilesForCoreBundle() { + return event_stream_1.through(function (file) { + var basename = path.basename(file.path); + if (basename === 'nls.metadata.json') { + if (file.isBuffer()) { + var xlfs = Object.create(null); + var json = JSON.parse(file.contents.toString('utf8')); + for (var coreModule in json.keys) { + var projectResource = getResource(coreModule); + var resource = projectResource.name; + var project = projectResource.project; + var keys = json.keys[coreModule]; + var messages = json.messages[coreModule]; + if (keys.length !== messages.length) { + this.emit('error', "There is a mismatch between keys and messages in " + file.relative + " for module " + coreModule); + return; + } + else { + var xlf = xlfs[resource]; + if (!xlf) { + xlf = new XLF(project); + xlfs[resource] = xlf; + } + xlf.addFile("src/" + coreModule, keys, messages); + } + } + for (var resource in xlfs) { + var xlf = xlfs[resource]; + var filePath = xlf.project + "/" + resource.replace(/\//g, '_') + ".xlf"; + var xlfFile = new File({ + path: filePath, + contents: Buffer.from(xlf.toString(), 'utf8') + }); + this.queue(xlfFile); + } + } + else { + this.emit('error', new Error("File " + file.relative + " is not using a buffer content")); return; - case '[': - inMessageSection = '[Messages]' === line || '[CustomMessages]' === line; - return; - } - if (!inMessageSection) { - return; - } - var sections = line.split('='); - if (sections.length !== 2) { - throw new Error("Badly formatted message found: " + line); - } - else { - var key = sections[0]; - var value = sections[1]; - if (key.length > 0 && value.length > 0) { - keys.push(key); - messages.push(value); } } + else { + this.emit('error', new Error("File " + file.relative + " is not a core meta data file.")); + return; + } }); - var originalPath = file.path.substring(file.cwd.length + 1, file.path.split('.')[0].length).replace(/\\/g, '/'); - xlf.addFile(originalPath, keys, messages); - // Emit only upon all ISL files combined into single XLF instance - var newFilePath = path.join(projectName, resourceFile); - var xlfFile = new File({ path: newFilePath, contents: new Buffer(xlf.toString(), 'utf-8') }); - stream.emit('data', xlfFile); } +exports.createXlfFilesForCoreBundle = createXlfFilesForCoreBundle; +function createXlfFilesForExtensions() { + var counter = 0; + var folderStreamEnded = false; + var folderStreamEndEmitted = false; + return event_stream_1.through(function (extensionFolder) { + var folderStream = this; + var stat = fs.statSync(extensionFolder.path); + if (!stat.isDirectory()) { + return; + } + var extensionName = path.basename(extensionFolder.path); + if (extensionName === 'node_modules') { + return; + } + counter++; + var _xlf; + function getXlf() { + if (!_xlf) { + _xlf = new XLF(extensionsProject); + } + return _xlf; + } + gulp.src(["./extensions/" + extensionName + "/package.nls.json", "./extensions/" + extensionName + "/**/nls.metadata.json"]).pipe(event_stream_1.through(function (file) { + if (file.isBuffer()) { + var buffer = file.contents; + var basename = path.basename(file.path); + if (basename === 'package.nls.json') { + var json_1 = JSON.parse(buffer.toString('utf8')); + var keys = Object.keys(json_1); + var messages = keys.map(function (key) { + var value = json_1[key]; + if (Is.string(value)) { + return value; + } + else if (value) { + return value.message; + } + else { + return "Unknown message for key: " + key; + } + }); + getXlf().addFile("extensions/" + extensionName + "/package", keys, messages); + } + else if (basename === 'nls.metadata.json') { + var json = JSON.parse(buffer.toString('utf8')); + var relPath = path.relative("./extensions/" + extensionName, path.dirname(file.path)); + for (var file_1 in json) { + var fileContent = json[file_1]; + getXlf().addFile("extensions/" + extensionName + "/" + relPath + "/" + file_1, fileContent.keys, fileContent.messages); + } + } + else { + this.emit('error', new Error(file.path + " is not a valid extension nls file")); + return; + } + } + }, function () { + if (_xlf) { + var xlfFile = new File({ + path: path.join(extensionsProject, extensionName + '.xlf'), + contents: Buffer.from(_xlf.toString(), 'utf8') + }); + folderStream.queue(xlfFile); + } + this.queue(null); + counter--; + if (counter === 0 && folderStreamEnded && !folderStreamEndEmitted) { + folderStreamEndEmitted = true; + folderStream.queue(null); + } + })); + }, function () { + folderStreamEnded = true; + if (counter === 0) { + folderStreamEndEmitted = true; + this.queue(null); + } + }); +} +exports.createXlfFilesForExtensions = createXlfFilesForExtensions; +function createXlfFilesForIsl() { + return event_stream_1.through(function (file) { + var projectName, resourceFile; + if (path.basename(file.path) === 'Default.isl') { + projectName = setupProject; + resourceFile = 'setup_default.xlf'; + } + else { + projectName = workbenchProject; + resourceFile = 'setup_messages.xlf'; + } + var xlf = new XLF(projectName), keys = [], messages = []; + var model = new TextModel(file.contents.toString()); + var inMessageSection = false; + model.lines.forEach(function (line) { + if (line.length === 0) { + return; + } + var firstChar = line.charAt(0); + switch (firstChar) { + case ';': + // Comment line; + return; + case '[': + inMessageSection = '[Messages]' === line || '[CustomMessages]' === line; + return; + } + if (!inMessageSection) { + return; + } + var sections = line.split('='); + if (sections.length !== 2) { + throw new Error("Badly formatted message found: " + line); + } + else { + var key = sections[0]; + var value = sections[1]; + if (key.length > 0 && value.length > 0) { + keys.push(key); + messages.push(value); + } + } + }); + var originalPath = file.path.substring(file.cwd.length + 1, file.path.split('.')[0].length).replace(/\\/g, '/'); + xlf.addFile(originalPath, keys, messages); + // Emit only upon all ISL files combined into single XLF instance + var newFilePath = path.join(projectName, resourceFile); + var xlfFile = new File({ path: newFilePath, contents: Buffer.from(xlf.toString(), 'utf-8') }); + this.queue(xlfFile); + }); +} +exports.createXlfFilesForIsl = createXlfFilesForIsl; function pushXlfFiles(apiHostname, username, password) { var tryGetPromises = []; var updateCreatePromises = []; @@ -669,12 +738,94 @@ function pushXlfFiles(apiHostname, username, password) { // End the pipe only after all the communication with Transifex API happened Promise.all(tryGetPromises).then(function () { Promise.all(updateCreatePromises).then(function () { - _this.emit('end'); + _this.queue(null); }).catch(function (reason) { throw new Error(reason); }); }).catch(function (reason) { throw new Error(reason); }); }); } exports.pushXlfFiles = pushXlfFiles; +function getAllResources(project, apiHostname, username, password) { + return new Promise(function (resolve, reject) { + var credentials = username + ":" + password; + var options = { + hostname: apiHostname, + path: "/api/2/project/" + project + "/resources", + auth: credentials, + method: 'GET' + }; + var request = https.request(options, function (res) { + var buffer = []; + res.on('data', function (chunk) { return buffer.push(chunk); }); + res.on('end', function () { + if (res.statusCode === 200) { + var json = JSON.parse(Buffer.concat(buffer).toString()); + if (Array.isArray(json)) { + resolve(json.map(function (o) { return o.slug; })); + return; + } + reject("Unexpected data format. Response code: " + res.statusCode + "."); + } + else { + reject("No resources in " + project + " returned no data. Response code: " + res.statusCode + "."); + } + }); + }); + request.on('error', function (err) { + reject("Failed to query resources in " + project + " with the following error: " + err + ". " + options.path); + }); + request.end(); + }); +} +function findObsoleteResources(apiHostname, username, password) { + var resourcesByProject = Object.create(null); + resourcesByProject[extensionsProject] = [].concat(externalExtensionsWithTranslations); // clone + return event_stream_1.through(function (file) { + var project = path.dirname(file.relative); + var fileName = path.basename(file.path); + var slug = fileName.substr(0, fileName.length - '.xlf'.length); + var slugs = resourcesByProject[project]; + if (!slugs) { + resourcesByProject[project] = slugs = []; + } + slugs.push(slug); + this.push(file); + }, function () { + var _this = this; + var json = JSON.parse(fs.readFileSync('./build/lib/i18n.resources.json', 'utf8')); + var i18Resources = json.editor.concat(json.workbench).map(function (r) { return r.project + '/' + r.name.replace(/\//g, '_'); }); + var extractedResources = []; + for (var _i = 0, _a = [workbenchProject, editorProject]; _i < _a.length; _i++) { + var project = _a[_i]; + for (var _b = 0, _c = resourcesByProject[project]; _b < _c.length; _b++) { + var resource = _c[_b]; + if (resource !== 'setup_messages') { + extractedResources.push(project + '/' + resource); + } + } + } + if (i18Resources.length !== extractedResources.length) { + console.log("[i18n] Obsolete resources in file 'build/lib/i18n.resources.json': JSON.stringify(" + i18Resources.filter(function (p) { return extractedResources.indexOf(p) === -1; }) + ")"); + console.log("[i18n] Missing resources in file 'build/lib/i18n.resources.json': JSON.stringify(" + extractedResources.filter(function (p) { return i18Resources.indexOf(p) === -1; }) + ")"); + } + var promises = []; + var _loop_1 = function (project) { + promises.push(getAllResources(project, apiHostname, username, password).then(function (resources) { + var expectedResources = resourcesByProject[project]; + var unusedResources = resources.filter(function (resource) { return resource && expectedResources.indexOf(resource) === -1; }); + if (unusedResources.length) { + console.log("[transifex] Obsolete resources in project '" + project + "': " + unusedResources.join(', ')); + } + })); + }; + for (var project in resourcesByProject) { + _loop_1(project); + } + return Promise.all(promises).then(function (_) { + _this.push(null); + }).catch(function (reason) { throw new Error(reason); }); + }); +} +exports.findObsoleteResources = findObsoleteResources; function tryGetResource(project, slug, apiHostname, credentials) { return new Promise(function (resolve, reject) { var options = { @@ -774,40 +925,42 @@ function updateResource(project, slug, xlfFile, apiHostname, credentials) { request.end(); }); } -function obtainProjectResources(projectName) { - var resources = []; - if (projectName === editorProject) { - var json = fs.readFileSync('./build/lib/i18n.resources.json', 'utf8'); - resources = JSON.parse(json).editor; - } - else if (projectName === workbenchProject) { - var json = fs.readFileSync('./build/lib/i18n.resources.json', 'utf8'); - resources = JSON.parse(json).workbench; - } - else if (projectName === extensionsProject) { - var extensionsToLocalize = glob.sync('./extensions/**/*.nls.json').map(function (extension) { return extension.split('/')[2]; }); - var resourcesToPull_1 = []; - extensionsToLocalize.forEach(function (extension) { - if (resourcesToPull_1.indexOf(extension) === -1) { - resourcesToPull_1.push(extension); - resources.push({ name: extension, project: projectName }); - } +// cache resources +var _coreAndExtensionResources; +function pullCoreAndExtensionsXlfFiles(apiHostname, username, password, language, externalExtensions) { + if (!_coreAndExtensionResources) { + _coreAndExtensionResources = []; + // editor and workbench + var json = JSON.parse(fs.readFileSync('./build/lib/i18n.resources.json', 'utf8')); + _coreAndExtensionResources.push.apply(_coreAndExtensionResources, json.editor); + _coreAndExtensionResources.push.apply(_coreAndExtensionResources, json.workbench); + // extensions + var extensionsToLocalize_1 = Object.create(null); + glob.sync('./extensions/**/*.nls.json').forEach(function (extension) { return extensionsToLocalize_1[extension.split('/')[2]] = true; }); + glob.sync('./extensions/*/node_modules/vscode-nls').forEach(function (extension) { return extensionsToLocalize_1[extension.split('/')[2]] = true; }); + Object.keys(extensionsToLocalize_1).forEach(function (extension) { + _coreAndExtensionResources.push({ name: extension, project: extensionsProject }); }); + if (externalExtensions) { + for (var resourceName in externalExtensions) { + _coreAndExtensionResources.push({ name: resourceName, project: extensionsProject }); + } + } } - else if (projectName === setupProject) { - resources.push({ name: 'setup_default', project: setupProject }); - } - return resources; + return pullXlfFiles(apiHostname, username, password, language, _coreAndExtensionResources); } -function pullXlfFiles(projectName, apiHostname, username, password, languages, resources) { - if (!resources) { - resources = obtainProjectResources(projectName); - } - if (!resources) { - throw new Error('Transifex projects and resources must be defined to be able to pull translations from Transifex.'); +exports.pullCoreAndExtensionsXlfFiles = pullCoreAndExtensionsXlfFiles; +function pullSetupXlfFiles(apiHostname, username, password, language, includeDefault) { + var setupResources = [{ name: 'setup_messages', project: workbenchProject }]; + if (includeDefault) { + setupResources.push({ name: 'setup_default', project: setupProject }); } + return pullXlfFiles(apiHostname, username, password, language, setupResources); +} +exports.pullSetupXlfFiles = pullSetupXlfFiles; +function pullXlfFiles(apiHostname, username, password, language, resources) { var credentials = username + ":" + password; - var expectedTranslationsCount = languages.length * resources.length; + var expectedTranslationsCount = resources.length; var translationsRetrieved = 0, called = false; return event_stream_1.readable(function (count, callback) { // Mark end of stream when all resources were retrieved @@ -817,48 +970,55 @@ function pullXlfFiles(projectName, apiHostname, username, password, languages, r if (!called) { called = true; var stream_1 = this; - // Retrieve XLF files from main projects - languages.map(function (language) { - resources.map(function (resource) { - retrieveResource(language, resource, apiHostname, credentials).then(function (file) { + resources.map(function (resource) { + retrieveResource(language, resource, apiHostname, credentials).then(function (file) { + if (file) { stream_1.emit('data', file); - translationsRetrieved++; - }).catch(function (error) { throw new Error(error); }); - }); + } + translationsRetrieved++; + }).catch(function (error) { throw new Error(error); }); }); } callback(); }); } -exports.pullXlfFiles = pullXlfFiles; +var limiter = new Limiter(NUMBER_OF_CONCURRENT_DOWNLOADS); function retrieveResource(language, resource, apiHostname, credentials) { - return new Promise(function (resolve, reject) { + return limiter.queue(function () { return new Promise(function (resolve, reject) { var slug = resource.name.replace(/\//g, '_'); var project = resource.project; - var iso639 = language.toLowerCase(); + var transifexLanguageId = language.id === 'ps' ? 'en' : language.transifexId || language.id; var options = { hostname: apiHostname, - path: "/api/2/project/" + project + "/resource/" + slug + "/translation/" + iso639 + "?file&mode=onlyreviewed", + path: "/api/2/project/" + project + "/resource/" + slug + "/translation/" + transifexLanguageId + "?file&mode=onlyreviewed", auth: credentials, + port: 443, method: 'GET' }; + console.log('[transifex] Fetching ' + options.path); var request = https.request(options, function (res) { var xlfBuffer = []; res.on('data', function (chunk) { return xlfBuffer.push(chunk); }); res.on('end', function () { if (res.statusCode === 200) { - resolve(new File({ contents: Buffer.concat(xlfBuffer), path: project + "/" + iso639_2_to_3[language] + "/" + slug + ".xlf" })); + resolve(new File({ contents: Buffer.concat(xlfBuffer), path: project + "/" + slug + ".xlf" })); + } + else if (res.statusCode === 404) { + console.log("[transifex] " + slug + " in " + project + " returned no data."); + resolve(null); + } + else { + reject(slug + " in " + project + " returned no data. Response code: " + res.statusCode + "."); } - reject(slug + " in " + project + " returned no data. Response code: " + res.statusCode + "."); }); }); request.on('error', function (err) { - reject("Failed to query resource " + slug + " with the following error: " + err); + reject("Failed to query resource " + slug + " with the following error: " + err + ". " + options.path); }); request.end(); - }); + }); }); } -function prepareJsonFiles() { +function prepareI18nFiles() { var parsePromises = []; return event_stream_1.through(function (xlf) { var stream = this; @@ -866,69 +1026,126 @@ function prepareJsonFiles() { parsePromises.push(parsePromise); parsePromise.then(function (resolvedFiles) { resolvedFiles.forEach(function (file) { - var messages = file.messages, translatedFile; - // ISL file path always starts with 'build/' - if (/^build\//.test(file.originalFilePath)) { - var defaultLanguages = { 'zh-hans': true, 'zh-hant': true, 'ko': true }; - if (path.basename(file.originalFilePath) === 'Default' && !defaultLanguages[file.language]) { - return; - } - translatedFile = createIslFile('..', file.originalFilePath, messages, iso639_2_to_3[file.language]); - } - else { - translatedFile = createI18nFile(iso639_2_to_3[file.language], file.originalFilePath, messages); - } - stream.emit('data', translatedFile); + var translatedFile = createI18nFile(file.originalFilePath, file.messages); + stream.queue(translatedFile); }); - }, function (rejectReason) { - throw new Error("XLF parsing error: " + rejectReason); }); }, function () { var _this = this; Promise.all(parsePromises) - .then(function () { _this.emit('end'); }) + .then(function () { _this.queue(null); }) .catch(function (reason) { throw new Error(reason); }); }); } -exports.prepareJsonFiles = prepareJsonFiles; -function createI18nFile(base, originalFilePath, messages) { - var content = [ - '/*---------------------------------------------------------------------------------------------', - ' * Copyright (c) Microsoft Corporation. All rights reserved.', - ' * Licensed under the Source EULA. See License.txt in the project root for license information.', - ' *--------------------------------------------------------------------------------------------*/', - '// Do not edit this file. It is machine generated.' - ].join('\n') + '\n' + JSON.stringify(messages, null, '\t').replace(/\r\n/g, '\n'); +exports.prepareI18nFiles = prepareI18nFiles; +function createI18nFile(originalFilePath, messages) { + var result = Object.create(null); + result[''] = [ + '--------------------------------------------------------------------------------------------', + 'Copyright (c) Microsoft Corporation. All rights reserved.', + 'Licensed under the Source EULA. See License.txt in the project root for license information.', + '--------------------------------------------------------------------------------------------', + 'Do not edit this file. It is machine generated.' + ]; + for (var _i = 0, _a = Object.keys(messages); _i < _a.length; _i++) { + var key = _a[_i]; + result[key] = messages[key]; + } + var content = JSON.stringify(result, null, '\t').replace(/\r\n/g, '\n'); return new File({ - path: path.join(base, originalFilePath + '.i18n.json'), - contents: new Buffer(content, 'utf8') + path: path.join(originalFilePath + '.i18n.json'), + contents: Buffer.from(content, 'utf8') }); } -var languageNames = { - 'chs': 'Simplified Chinese', - 'cht': 'Traditional Chinese', - 'kor': 'Korean' -}; -var languageIds = { - 'chs': '$0804', - 'cht': '$0404', - 'kor': '$0412' -}; -var encodings = { - 'chs': 'CP936', - 'cht': 'CP950', - 'jpn': 'CP932', - 'kor': 'CP949', - 'deu': 'CP1252', - 'fra': 'CP1252', - 'esn': 'CP1252', - 'rus': 'CP1251', - 'ita': 'CP1252', - 'ptb': 'CP1252', - 'hun': 'CP1250', - 'trk': 'CP1254' -}; -function createIslFile(base, originalFilePath, messages, language) { +var i18nPackVersion = "1.0.0"; +function pullI18nPackFiles(apiHostname, username, password, language, resultingTranslationPaths) { + return pullCoreAndExtensionsXlfFiles(apiHostname, username, password, language, externalExtensionsWithTranslations) + .pipe(prepareI18nPackFiles(externalExtensionsWithTranslations, resultingTranslationPaths, language.id === 'ps')); +} +exports.pullI18nPackFiles = pullI18nPackFiles; +function prepareI18nPackFiles(externalExtensions, resultingTranslationPaths, pseudo) { + if (pseudo === void 0) { pseudo = false; } + var parsePromises = []; + var mainPack = { version: i18nPackVersion, contents: {} }; + var extensionsPacks = {}; + return event_stream_1.through(function (xlf) { + var stream = this; + var project = path.dirname(xlf.path); + var resource = path.basename(xlf.path, '.xlf'); + var contents = xlf.contents.toString(); + var parsePromise = pseudo ? XLF.parsePseudo(contents) : XLF.parse(contents); + parsePromises.push(parsePromise); + parsePromise.then(function (resolvedFiles) { + resolvedFiles.forEach(function (file) { + var path = file.originalFilePath; + var firstSlash = path.indexOf('/'); + if (project === extensionsProject) { + var extPack = extensionsPacks[resource]; + if (!extPack) { + extPack = extensionsPacks[resource] = { version: i18nPackVersion, contents: {} }; + } + var externalId = externalExtensions[resource]; + if (!externalId) { + var secondSlash = path.indexOf('/', firstSlash + 1); + extPack.contents[path.substr(secondSlash + 1)] = file.messages; + } + else { + extPack.contents[path] = file.messages; + } + } + else { + mainPack.contents[path.substr(firstSlash + 1)] = file.messages; + } + }); + }); + }, function () { + var _this = this; + Promise.all(parsePromises) + .then(function () { + var translatedMainFile = createI18nFile('./main', mainPack); + resultingTranslationPaths.push({ id: 'vscode', resourceName: 'main.i18n.json' }); + _this.queue(translatedMainFile); + for (var extension in extensionsPacks) { + var translatedExtFile = createI18nFile("./extensions/" + extension, extensionsPacks[extension]); + _this.queue(translatedExtFile); + var externalExtensionId = externalExtensions[extension]; + if (externalExtensionId) { + resultingTranslationPaths.push({ id: externalExtensionId, resourceName: "extensions/" + extension + ".i18n.json" }); + } + else { + resultingTranslationPaths.push({ id: "vscode." + extension, resourceName: "extensions/" + extension + ".i18n.json" }); + } + } + _this.queue(null); + }) + .catch(function (reason) { throw new Error(reason); }); + }); +} +exports.prepareI18nPackFiles = prepareI18nPackFiles; +function prepareIslFiles(language, innoSetupConfig) { + var parsePromises = []; + return event_stream_1.through(function (xlf) { + var stream = this; + var parsePromise = XLF.parse(xlf.contents.toString()); + parsePromises.push(parsePromise); + parsePromise.then(function (resolvedFiles) { + resolvedFiles.forEach(function (file) { + if (path.basename(file.originalFilePath) === 'Default' && !innoSetupConfig.defaultInfo) { + return; + } + var translatedFile = createIslFile(file.originalFilePath, file.messages, language, innoSetupConfig); + stream.queue(translatedFile); + }); + }); + }, function () { + var _this = this; + Promise.all(parsePromises) + .then(function () { _this.queue(null); }) + .catch(function (reason) { throw new Error(reason); }); + }); +} +exports.prepareIslFiles = prepareIslFiles; +function createIslFile(originalFilePath, messages, language, innoSetup) { var content = []; var originalContent; if (path.basename(originalFilePath) === 'Default') { @@ -942,7 +1159,7 @@ function createIslFile(base, originalFilePath, messages, language) { var firstChar = line.charAt(0); if (firstChar === '[' || firstChar === ';') { if (line === '; *** Inno Setup version 5.5.3+ English messages ***') { - content.push("; *** Inno Setup version 5.5.3+ " + languageNames[language] + " messages ***"); + content.push("; *** Inno Setup version 5.5.3+ " + innoSetup.defaultInfo.name + " messages ***"); } else { content.push(line); @@ -954,13 +1171,13 @@ function createIslFile(base, originalFilePath, messages, language) { var translated = line; if (key) { if (key === 'LanguageName') { - translated = key + "=" + languageNames[language]; + translated = key + "=" + innoSetup.defaultInfo.name; } else if (key === 'LanguageID') { - translated = key + "=" + languageIds[language]; + translated = key + "=" + innoSetup.defaultInfo.id; } else if (key === 'LanguageCodePage') { - translated = key + "=" + encodings[language].substr(2); + translated = key + "=" + innoSetup.codePage.substr(2); } else { var translatedMessage = messages[key]; @@ -973,12 +1190,11 @@ function createIslFile(base, originalFilePath, messages, language) { } } }); - var tag = iso639_3_to_2[language]; var basename = path.basename(originalFilePath); - var filePath = path.join(base, path.dirname(originalFilePath), basename) + "." + tag + ".isl"; + var filePath = basename + "." + language.id + ".isl"; return new File({ path: filePath, - contents: iconv.encode(new Buffer(content.join('\r\n'), 'utf8'), encodings[language]) + contents: iconv.encode(Buffer.from(content.join('\r\n'), 'utf8'), innoSetup.codePage) }); } function encodeEntities(value) { @@ -1004,3 +1220,6 @@ function encodeEntities(value) { function decodeEntities(value) { return value.replace(/</g, '<').replace(/>/g, '>').replace(/&/g, '&'); } +function pseudify(message) { + return '\uFF3B' + message.replace(/[aouei]/g, '$&$&') + '\uFF3D'; +} diff --git a/build/lib/i18n.resources.json b/build/lib/i18n.resources.json index 0e4c15c740..56fab72bd5 100644 --- a/build/lib/i18n.resources.json +++ b/build/lib/i18n.resources.json @@ -46,10 +46,6 @@ "name": "vs/workbench/parts/execution", "project": "vscode-workbench" }, - { - "name": "vs/workbench/parts/explorers", - "project": "vscode-workbench" - }, { "name": "vs/workbench/parts/extensions", "project": "vscode-workbench" @@ -71,7 +67,11 @@ "project": "vscode-workbench" }, { - "name": "vs/workbench/parts/nps", + "name": "vs/workbench/parts/localizations", + "project": "vscode-workbench" + }, + { + "name": "vs/workbench/parts/logs", "project": "vscode-workbench" }, { @@ -138,6 +138,10 @@ "name": "vs/workbench/parts/welcome", "project": "vscode-workbench" }, + { + "name": "vs/workbench/services/actions", + "project": "vscode-workbench" + }, { "name": "vs/workbench/services/configuration", "project": "vscode-workbench" @@ -146,6 +150,10 @@ "name": "vs/workbench/services/crashReporter", "project": "vscode-workbench" }, + { + "name": "vs/workbench/services/dialogs", + "project": "vscode-workbench" + }, { "name": "vs/workbench/services/editor", "project": "vscode-workbench" @@ -154,6 +162,10 @@ "name": "vs/workbench/services/extensions", "project": "vscode-workbench" }, + { + "name": "vs/workbench/services/jsonschemas", + "project": "vscode-workbench" + }, { "name": "vs/workbench/services/files", "project": "vscode-workbench" @@ -162,10 +174,6 @@ "name": "vs/workbench/services/keybinding", "project": "vscode-workbench" }, - { - "name": "vs/workbench/services/message", - "project": "vscode-workbench" - }, { "name": "vs/workbench/services/mode", "project": "vscode-workbench" @@ -193,10 +201,6 @@ { "name": "vs/workbench/services/decorations", "project": "vscode-workbench" - }, - { - "name": "setup_messages", - "project": "vscode-workbench" } ] -} +} \ No newline at end of file diff --git a/build/lib/i18n.ts b/build/lib/i18n.ts index d0780c5fbb..e9a62ecfe9 100644 --- a/build/lib/i18n.ts +++ b/build/lib/i18n.ts @@ -6,21 +6,64 @@ import * as path from 'path'; import * as fs from 'fs'; -import { through, readable } from 'event-stream'; -import { ThroughStream } from 'through'; +import { through, readable, ThroughStream } from 'event-stream'; import File = require('vinyl'); import * as Is from 'is'; import * as xml2js from 'xml2js'; import * as glob from 'glob'; import * as https from 'https'; +import * as gulp from 'gulp'; var util = require('gulp-util'); var iconv = require('iconv-lite'); +const NUMBER_OF_CONCURRENT_DOWNLOADS = 4; + function log(message: any, ...rest: any[]): void { util.log(util.colors.green('[i18n]'), message, ...rest); } +export interface Language { + id: string; // laguage id, e.g. zh-tw, de + transifexId?: string; // language id used in transifex, e.g zh-hant, de (optional, if not set, the id is used) + folderName?: string; // language specific folder name, e.g. cht, deu (optional, if not set, the id is used) +} + +export interface InnoSetup { + codePage: string; //code page for encoding (http://www.jrsoftware.org/ishelp/index.php?topic=langoptionssection) + defaultInfo?: { + name: string; // inno setup language name + id: string; // locale identifier (https://msdn.microsoft.com/en-us/library/dd318693.aspx) + }; +} + +export const defaultLanguages: Language[] = [ + { id: 'zh-tw', folderName: 'cht', transifexId: 'zh-hant' }, + { id: 'zh-cn', folderName: 'chs', transifexId: 'zh-hans' }, + { id: 'ja', folderName: 'jpn' }, + { id: 'ko', folderName: 'kor' }, + { id: 'de', folderName: 'deu' }, + { id: 'fr', folderName: 'fra' }, + { id: 'es', folderName: 'esn' }, + { id: 'ru', folderName: 'rus' }, + { id: 'it', folderName: 'ita' } +]; + +// languages requested by the community to non-stable builds +export const extraLanguages: Language[] = [ + { id: 'pt-br', folderName: 'ptb' }, + { id: 'hu', folderName: 'hun' }, + { id: 'tr', folderName: 'trk' } +]; + +// non built-in extensions also that are transifex and need to be part of the language packs +const externalExtensionsWithTranslations = { + 'vscode-chrome-debug': 'msjsdiag.debugger-for-chrome', + 'vscode-node-debug': 'ms-vscode.node-debug', + 'vscode-node-debug2': 'ms-vscode.node-debug2' +}; + + interface Map { [key: string]: V; } @@ -108,6 +151,20 @@ module ModuleJsonFormat { } } +interface BundledExtensionHeaderFormat { + id: string; + type: string; + hash: string; + outDir: string; +} + +interface BundledExtensionFormat { + [key: string]: { + messages: string[]; + keys: (string | LocalizeInfo)[]; + }; +} + export class Line { private buffer: string[] = []; @@ -142,10 +199,12 @@ class TextModel { export class XLF { private buffer: string[]; private files: Map; + public numberOfMessages: number; constructor(public project: string) { this.buffer = []; this.files = Object.create(null); + this.numberOfMessages = 0; } public toString(): string { @@ -163,30 +222,36 @@ export class XLF { return this.buffer.join('\r\n'); } - public addFile(original: string, keys: any[], messages: string[]) { + public addFile(original: string, keys: (string | LocalizeInfo)[], messages: string[]) { + if (keys.length === 0) { + console.log('No keys in ' + original); + return; + } + if (keys.length !== messages.length) { + throw new Error(`Unmatching keys(${keys.length}) and messages(${messages.length}).`); + } + this.numberOfMessages += keys.length; this.files[original] = []; - let existingKeys = []; - - for (let key of keys) { - // Ignore duplicate keys because Transifex does not populate those with translated values. - if (existingKeys.indexOf(key) !== -1) { + let existingKeys = new Set(); + for (let i = 0; i < keys.length; i++) { + let key = keys[i]; + let realKey: string; + let comment: string; + if (Is.string(key)) { + realKey = key; + comment = undefined; + } else if (LocalizeInfo.is(key)) { + realKey = key.key; + if (key.comment && key.comment.length > 0) { + comment = key.comment.map(comment => encodeEntities(comment)).join('\r\n'); + } + } + if (!realKey || existingKeys.has(realKey)) { continue; } - existingKeys.push(key); - - let message: string = encodeEntities(messages[keys.indexOf(key)]); - let comment: string = undefined; - - // Check if the message contains description (if so, it becomes an object type in JSON) - if (Is.string(key)) { - this.files[original].push({ id: key, message: message, comment: comment }); - } else { - if (key['comment'] && key['comment'].length > 0) { - comment = key['comment'].map(comment => encodeEntities(comment)).join('\r\n'); - } - - this.files[original].push({ id: key['key'], message: message, comment: comment }); - } + existingKeys.add(realKey); + let message: string = encodeEntities(messages[i]); + this.files[original].push({ id: realKey, message: message, comment: comment }); } } @@ -220,6 +285,32 @@ export class XLF { this.buffer.push(line.toString()); } + static parsePseudo = function (xlfString: string): Promise { + return new Promise((resolve, reject) => { + let parser = new xml2js.Parser(); + let files: { messages: Map, originalFilePath: string, language: string }[] = []; + parser.parseString(xlfString, function (err, result) { + const fileNodes: any[] = result['xliff']['file']; + fileNodes.forEach(file => { + const originalFilePath = file.$.original; + const messages: Map = {}; + const transUnits = file.body[0]['trans-unit']; + if (transUnits) { + transUnits.forEach(unit => { + const key = unit.$.id; + const val = pseudify(unit.source[0]['_'].toString()); + if (key && val) { + messages[key] = decodeEntities(val); + } + }); + files.push({ messages: messages, originalFilePath: originalFilePath, language: 'ps' }); + } + }); + resolve(files); + }); + }); + }; + static parse = function (xlfString: string): Promise { return new Promise((resolve, reject) => { let parser = new xml2js.Parser(); @@ -228,42 +319,42 @@ export class XLF { parser.parseString(xlfString, function (err, result) { if (err) { - reject(`Failed to parse XLIFF string. ${err}`); + reject(new Error(`XLF parsing error: Failed to parse XLIFF string. ${err}`)); } const fileNodes: any[] = result['xliff']['file']; if (!fileNodes) { - reject('XLIFF file does not contain "xliff" or "file" node(s) required for parsing.'); + reject(new Error(`XLF parsing error: XLIFF file does not contain "xliff" or "file" node(s) required for parsing.`)); } fileNodes.forEach((file) => { const originalFilePath = file.$.original; if (!originalFilePath) { - reject('XLIFF file node does not contain original attribute to determine the original location of the resource file.'); + reject(new Error(`XLF parsing error: XLIFF file node does not contain original attribute to determine the original location of the resource file.`)); } - const language = file.$['target-language'].toLowerCase(); + let language = file.$['target-language']; if (!language) { - reject('XLIFF file node does not contain target-language attribute to determine translated language.'); + reject(new Error(`XLF parsing error: XLIFF file node does not contain target-language attribute to determine translated language.`)); } + const messages: Map = {}; - let messages: Map = {}; const transUnits = file.body[0]['trans-unit']; + if (transUnits) { + transUnits.forEach(unit => { + const key = unit.$.id; + if (!unit.target) { + return; // No translation available + } - transUnits.forEach(unit => { - const key = unit.$.id; - if (!unit.target) { - return; // No translation available - } - - const val = unit.target.toString(); - if (key && val) { - messages[key] = decodeEntities(val); - } else { - reject('XLIFF file does not contain full localization data. ID or target translation for one of the trans-unit nodes is not present.'); - } - }); - - files.push({ messages: messages, originalFilePath: originalFilePath, language: language }); + const val = unit.target.toString(); + if (key && val) { + messages[key] = decodeEntities(val); + } else { + reject(new Error(`XLF parsing error: XLIFF file does not contain full localization data. ID or target translation for one of the trans-unit nodes is not present.`)); + } + }); + files.push({ messages: messages, originalFilePath: originalFilePath, language: language.toLowerCase() }); + } }); resolve(files); @@ -272,74 +363,52 @@ export class XLF { }; } -const iso639_3_to_2: Map = { - 'chs': 'zh-cn', - 'cht': 'zh-tw', - 'csy': 'cs-cz', - 'deu': 'de', - 'enu': 'en', - 'esn': 'es', - 'fra': 'fr', - 'hun': 'hu', - 'ita': 'it', - 'jpn': 'ja', - 'kor': 'ko', - 'nld': 'nl', - 'plk': 'pl', - 'ptb': 'pt-br', - 'ptg': 'pt', - 'rus': 'ru', - 'sve': 'sv-se', - 'trk': 'tr' -}; - -/** - * Used to map Transifex to VS Code language code representation. - */ -const iso639_2_to_3: Map = { - 'zh-hans': 'chs', - 'zh-hant': 'cht', - 'cs-cz': 'csy', - 'de': 'deu', - 'en': 'enu', - 'es': 'esn', - 'fr': 'fra', - 'hu': 'hun', - 'it': 'ita', - 'ja': 'jpn', - 'ko': 'kor', - 'nl': 'nld', - 'pl': 'plk', - 'pt-br': 'ptb', - 'pt': 'ptg', - 'ru': 'rus', - 'sv-se': 'sve', - 'tr': 'trk' -}; - -interface IDirectoryInfo { - name: string; - iso639_2: string; +export interface ITask { + (): T; } -function sortLanguages(directoryNames: string[]): IDirectoryInfo[] { - return directoryNames.map((dirName) => { - var lower = dirName.toLowerCase(); - return { - name: lower, - iso639_2: iso639_3_to_2[lower] - }; - }).sort((a: IDirectoryInfo, b: IDirectoryInfo): number => { - if (!a.iso639_2 && !b.iso639_2) { - return 0; +interface ILimitedTaskFactory { + factory: ITask>; + c: (value?: T | Thenable) => void; + e: (error?: any) => void; +} + +export class Limiter { + private runningPromises: number; + private outstandingPromises: ILimitedTaskFactory[]; + + constructor(private maxDegreeOfParalellism: number) { + this.outstandingPromises = []; + this.runningPromises = 0; + } + + queue(factory: ITask>): Promise { + return new Promise((c, e) => { + this.outstandingPromises.push({ factory, c, e }); + this.consume(); + }); + } + + private consume(): void { + while (this.outstandingPromises.length && this.runningPromises < this.maxDegreeOfParalellism) { + const iLimitedTask = this.outstandingPromises.shift(); + this.runningPromises++; + + const promise = iLimitedTask.factory(); + promise.then(iLimitedTask.c).catch(iLimitedTask.e); + promise.then(() => this.consumed()).catch(() => this.consumed()); } - if (!a.iso639_2) { - return -1; - } - if (!b.iso639_2) { - return 1; - } - return a.iso639_2 < b.iso639_2 ? -1 : (a.iso639_2 > b.iso639_2 ? 1 : 0); + } + + private consumed(): void { + this.runningPromises--; + this.consume(); + } +} + +function sortLanguages(languages: Language[]): Language[] { + return languages.sort((a: Language, b: Language): number => { + return a.id < b.id ? -1 : (a.id > b.id ? 1 : 0); }); } @@ -408,7 +477,7 @@ function escapeCharacters(value: string): string { return result.join(''); } -function processCoreBundleFormat(fileHeader: string, languages: string[], json: BundledFormat, emitter: any) { +function processCoreBundleFormat(fileHeader: string, languages: Language[], json: BundledFormat, emitter: ThroughStream) { let keysSection = json.keys; let messageSection = json.messages; let bundleSection = json.bundles; @@ -429,7 +498,7 @@ function processCoreBundleFormat(fileHeader: string, languages: string[], json: defaultMessages[module] = messageMap; keys.map((key, i) => { total++; - if (Is.string(key)) { + if (typeof key === 'string') { messageMap[key] = messages[i]; } else { messageMap[key.key] = messages[i]; @@ -438,24 +507,16 @@ function processCoreBundleFormat(fileHeader: string, languages: string[], json: }); let languageDirectory = path.join(__dirname, '..', '..', 'i18n'); - let languageDirs; - if (languages) { - languageDirs = sortLanguages(languages); - } else { - languageDirs = sortLanguages(fs.readdirSync(languageDirectory).filter((item) => fs.statSync(path.join(languageDirectory, item)).isDirectory())); - } - languageDirs.forEach((language) => { - if (!language.iso639_2) { - return; - } - + let sortedLanguages = sortLanguages(languages); + sortedLanguages.forEach((language) => { if (process.env['VSCODE_BUILD_VERBOSE']) { - log(`Generating nls bundles for: ${language.iso639_2}`); + log(`Generating nls bundles for: ${language.id}`); } - statistics[language.iso639_2] = 0; + statistics[language.id] = 0; let localizedModules: Map = Object.create(null); - let cwd = path.join(languageDirectory, language.name, 'src'); + let languageFolderName = language.folderName || language.id; + let cwd = path.join(languageDirectory, languageFolderName, 'src'); modules.forEach((module) => { let order = keysSection[module]; let i18nFile = path.join(cwd, module) + '.i18n.json'; @@ -468,12 +529,12 @@ function processCoreBundleFormat(fileHeader: string, languages: string[], json: log(`No localized messages found for module ${module}. Using default messages.`); } messages = defaultMessages[module]; - statistics[language.iso639_2] = statistics[language.iso639_2] + Object.keys(messages).length; + statistics[language.id] = statistics[language.id] + Object.keys(messages).length; } let localizedMessages: string[] = []; order.forEach((keyInfo) => { let key: string = null; - if (Is.string(keyInfo)) { + if (typeof keyInfo === 'string') { key = keyInfo; } else { key = keyInfo.key; @@ -484,7 +545,7 @@ function processCoreBundleFormat(fileHeader: string, languages: string[], json: log(`No localized message found for key ${key} in module ${module}. Using default message.`); } message = defaultMessages[module][key]; - statistics[language.iso639_2] = statistics[language.iso639_2] + 1; + statistics[language.id] = statistics[language.id] + 1; } localizedMessages.push(message); }); @@ -494,7 +555,7 @@ function processCoreBundleFormat(fileHeader: string, languages: string[], json: let modules = bundleSection[bundle]; let contents: string[] = [ fileHeader, - `define("${bundle}.nls.${language.iso639_2}", {` + `define("${bundle}.nls.${language.id}", {` ]; modules.forEach((module, index) => { contents.push(`\t"${module}": [`); @@ -509,29 +570,23 @@ function processCoreBundleFormat(fileHeader: string, languages: string[], json: contents.push(index < modules.length - 1 ? '\t],' : '\t]'); }); contents.push('});'); - emitter.emit('data', new File({ path: bundle + '.nls.' + language.iso639_2 + '.js', contents: new Buffer(contents.join('\n'), 'utf-8') })); + emitter.queue(new File({ path: bundle + '.nls.' + language.id + '.js', contents: Buffer.from(contents.join('\n'), 'utf-8') })); }); }); Object.keys(statistics).forEach(key => { let value = statistics[key]; log(`${key} has ${value} untranslated strings.`); }); - languageDirs.forEach(dir => { - const language = dir.name; - let iso639_2 = iso639_3_to_2[language]; - if (!iso639_2) { - log(`\tCouldn't find iso639 2 mapping for language ${language}. Using default language instead.`); - } else { - let stats = statistics[iso639_2]; - if (Is.undef(stats)) { - log(`\tNo translations found for language ${language}. Using default language instead.`); - } + sortedLanguages.forEach(language => { + let stats = statistics[language.id]; + if (Is.undef(stats)) { + log(`\tNo translations found for language ${language.id}. Using default language instead.`); } }); } -export function processNlsFiles(opts: { fileHeader: string; languages: string[] }): ThroughStream { - return through(function (file: File) { +export function processNlsFiles(opts: { fileHeader: string; languages: Language[] }): ThroughStream { + return through(function (this: ThroughStream, file: File) { let fileName = path.basename(file.path); if (fileName === 'nls.metadata.json') { let json = null; @@ -539,40 +594,16 @@ export function processNlsFiles(opts: { fileHeader: string; languages: string[] json = JSON.parse((file.contents).toString('utf8')); } else { this.emit('error', `Failed to read component file: ${file.relative}`); + return; } if (BundledFormat.is(json)) { processCoreBundleFormat(opts.fileHeader, opts.languages, json, this); } } - this.emit('data', file); + this.queue(file); }); } -export function prepareXlfFiles(projectName?: string, extensionName?: string): ThroughStream { - return through( - function (file: File) { - if (!file.isBuffer()) { - throw new Error(`Failed to read component file: ${file.relative}`); - } - - const extension = path.extname(file.path); - if (extension === '.json') { - const json = JSON.parse((file.contents).toString('utf8')); - - if (BundledFormat.is(json)) { - importBundleJson(file, json, this); - } else if (PackageJsonFormat.is(json) || ModuleJsonFormat.is(json)) { - importModuleOrPackageJson(file, json, projectName, this, extensionName); - } else { - throw new Error(`JSON format cannot be deduced for ${file.relative}.`); - } - } else if (extension === '.isl') { - importIsl(file, this); - } - } - ); -} - const editorProject: string = 'vscode-editor', workbenchProject: string = 'vscode-workbench', extensionsProject: string = 'vscode-extensions', @@ -613,134 +644,190 @@ export function getResource(sourceFile: string): Resource { } -function importBundleJson(file: File, json: BundledFormat, stream: ThroughStream): void { - let bundleXlfs: Map = Object.create(null); +export function createXlfFilesForCoreBundle(): ThroughStream { + return through(function (this: ThroughStream, file: File) { + const basename = path.basename(file.path); + if (basename === 'nls.metadata.json') { + if (file.isBuffer()) { + const xlfs: Map = Object.create(null); + const json: BundledFormat = JSON.parse((file.contents as Buffer).toString('utf8')); + for (let coreModule in json.keys) { + const projectResource = getResource(coreModule); + const resource = projectResource.name; + const project = projectResource.project; - for (let source in json.keys) { - const projectResource = getResource(source); - const resource = projectResource.name; - const project = projectResource.project; - - const keys = json.keys[source]; - const messages = json.messages[source]; - if (keys.length !== messages.length) { - throw new Error(`There is a mismatch between keys and messages in ${file.relative}`); - } - - let xlf = bundleXlfs[resource] ? bundleXlfs[resource] : bundleXlfs[resource] = new XLF(project); - xlf.addFile('src/' + source, keys, messages); - } - - for (let resource in bundleXlfs) { - const newFilePath = `${bundleXlfs[resource].project}/${resource.replace(/\//g, '_')}.xlf`; - const xlfFile = new File({ path: newFilePath, contents: new Buffer(bundleXlfs[resource].toString(), 'utf-8') }); - stream.emit('data', xlfFile); - } -} - -// Keeps existing XLF instances and a state of how many files were already processed for faster file emission -var extensions: Map<{ xlf: XLF, processed: number }> = Object.create(null); -function importModuleOrPackageJson(file: File, json: ModuleJsonFormat | PackageJsonFormat, projectName: string, stream: ThroughStream, extensionName?: string): void { - if (ModuleJsonFormat.is(json) && json['keys'].length !== json['messages'].length) { - throw new Error(`There is a mismatch between keys and messages in ${file.relative}`); - } - - // Prepare the source path for attribute in XLF & extract messages from JSON - const formattedSourcePath = file.relative.replace(/\\/g, '/'); - const messages = Object.keys(json).map((key) => json[key].toString()); - - // Stores the amount of localization files to be transformed to XLF before the emission - let localizationFilesCount, - originalFilePath; - // If preparing XLF for external extension, then use different glob pattern and source path - if (extensionName) { - localizationFilesCount = glob.sync('**/*.nls.json').length; - originalFilePath = `${formattedSourcePath.substr(0, formattedSourcePath.length - '.nls.json'.length)}`; - } else { - // Used for vscode/extensions folder - extensionName = formattedSourcePath.split('/')[0]; - localizationFilesCount = glob.sync(`./extensions/${extensionName}/**/*.nls.json`).length; - originalFilePath = `extensions/${formattedSourcePath.substr(0, formattedSourcePath.length - '.nls.json'.length)}`; - } - - let extension = extensions[extensionName] ? - extensions[extensionName] : extensions[extensionName] = { xlf: new XLF(projectName), processed: 0 }; - - // .nls.json can come with empty array of keys and messages, check for it - if (ModuleJsonFormat.is(json) && json.keys.length !== 0) { - extension.xlf.addFile(originalFilePath, json.keys, json.messages); - } else if (PackageJsonFormat.is(json) && Object.keys(json).length !== 0) { - extension.xlf.addFile(originalFilePath, Object.keys(json), messages); - } - - // Check if XLF is populated with file nodes to emit it - if (++extensions[extensionName].processed === localizationFilesCount) { - const newFilePath = path.join(projectName, extensionName + '.xlf'); - const xlfFile = new File({ path: newFilePath, contents: new Buffer(extension.xlf.toString(), 'utf-8') }); - stream.emit('data', xlfFile); - } -} - -function importIsl(file: File, stream: ThroughStream) { - let projectName: string, - resourceFile: string; - if (path.basename(file.path) === 'Default.isl') { - projectName = setupProject; - resourceFile = 'setup_default.xlf'; - } else { - projectName = workbenchProject; - resourceFile = 'setup_messages.xlf'; - } - - let xlf = new XLF(projectName), - keys: string[] = [], - messages: string[] = []; - - let model = new TextModel(file.contents.toString()); - let inMessageSection = false; - model.lines.forEach(line => { - if (line.length === 0) { - return; - } - let firstChar = line.charAt(0); - switch (firstChar) { - case ';': - // Comment line; + const keys = json.keys[coreModule]; + const messages = json.messages[coreModule]; + if (keys.length !== messages.length) { + this.emit('error', `There is a mismatch between keys and messages in ${file.relative} for module ${coreModule}`); + return; + } else { + let xlf = xlfs[resource]; + if (!xlf) { + xlf = new XLF(project); + xlfs[resource] = xlf; + } + xlf.addFile(`src/${coreModule}`, keys, messages); + } + } + for (let resource in xlfs) { + const xlf = xlfs[resource]; + const filePath = `${xlf.project}/${resource.replace(/\//g, '_')}.xlf`; + const xlfFile = new File({ + path: filePath, + contents: Buffer.from(xlf.toString(), 'utf8') + }); + this.queue(xlfFile); + } + } else { + this.emit('error', new Error(`File ${file.relative} is not using a buffer content`)); return; - case '[': - inMessageSection = '[Messages]' === line || '[CustomMessages]' === line; - return; - } - if (!inMessageSection) { - return; - } - let sections: string[] = line.split('='); - if (sections.length !== 2) { - throw new Error(`Badly formatted message found: ${line}`); - } else { - let key = sections[0]; - let value = sections[1]; - if (key.length > 0 && value.length > 0) { - keys.push(key); - messages.push(value); } + } else { + this.emit('error', new Error(`File ${file.relative} is not a core meta data file.`)); + return; } }); +} - const originalPath = file.path.substring(file.cwd.length + 1, file.path.split('.')[0].length).replace(/\\/g, '/'); - xlf.addFile(originalPath, keys, messages); +export function createXlfFilesForExtensions(): ThroughStream { + let counter: number = 0; + let folderStreamEnded: boolean = false; + let folderStreamEndEmitted: boolean = false; + return through(function (this: ThroughStream, extensionFolder: File) { + const folderStream = this; + const stat = fs.statSync(extensionFolder.path); + if (!stat.isDirectory()) { + return; + } + let extensionName = path.basename(extensionFolder.path); + if (extensionName === 'node_modules') { + return; + } + counter++; + let _xlf: XLF; + function getXlf() { + if (!_xlf) { + _xlf = new XLF(extensionsProject); + } + return _xlf; + } + gulp.src([`./extensions/${extensionName}/package.nls.json`, `./extensions/${extensionName}/**/nls.metadata.json`]).pipe(through(function (file: File) { + if (file.isBuffer()) { + const buffer: Buffer = file.contents as Buffer; + const basename = path.basename(file.path); + if (basename === 'package.nls.json') { + const json: PackageJsonFormat = JSON.parse(buffer.toString('utf8')); + const keys = Object.keys(json); + const messages = keys.map((key) => { + const value = json[key]; + if (Is.string(value)) { + return value; + } else if (value) { + return value.message; + } else { + return `Unknown message for key: ${key}`; + } + }); + getXlf().addFile(`extensions/${extensionName}/package`, keys, messages); + } else if (basename === 'nls.metadata.json') { + const json: BundledExtensionFormat = JSON.parse(buffer.toString('utf8')); + const relPath = path.relative(`./extensions/${extensionName}`, path.dirname(file.path)); + for (let file in json) { + const fileContent = json[file]; + getXlf().addFile(`extensions/${extensionName}/${relPath}/${file}`, fileContent.keys, fileContent.messages); + } + } else { + this.emit('error', new Error(`${file.path} is not a valid extension nls file`)); + return; + } + } + }, function () { + if (_xlf) { + let xlfFile = new File({ + path: path.join(extensionsProject, extensionName + '.xlf'), + contents: Buffer.from(_xlf.toString(), 'utf8') + }); + folderStream.queue(xlfFile); + } + this.queue(null); + counter--; + if (counter === 0 && folderStreamEnded && !folderStreamEndEmitted) { + folderStreamEndEmitted = true; + folderStream.queue(null); + } + })); + }, function () { + folderStreamEnded = true; + if (counter === 0) { + folderStreamEndEmitted = true; + this.queue(null); + } + }); +} - // Emit only upon all ISL files combined into single XLF instance - const newFilePath = path.join(projectName, resourceFile); - const xlfFile = new File({ path: newFilePath, contents: new Buffer(xlf.toString(), 'utf-8') }); - stream.emit('data', xlfFile); +export function createXlfFilesForIsl(): ThroughStream { + return through(function (this: ThroughStream, file: File) { + let projectName: string, + resourceFile: string; + if (path.basename(file.path) === 'Default.isl') { + projectName = setupProject; + resourceFile = 'setup_default.xlf'; + } else { + projectName = workbenchProject; + resourceFile = 'setup_messages.xlf'; + } + + let xlf = new XLF(projectName), + keys: string[] = [], + messages: string[] = []; + + let model = new TextModel(file.contents.toString()); + let inMessageSection = false; + model.lines.forEach(line => { + if (line.length === 0) { + return; + } + let firstChar = line.charAt(0); + switch (firstChar) { + case ';': + // Comment line; + return; + case '[': + inMessageSection = '[Messages]' === line || '[CustomMessages]' === line; + return; + } + if (!inMessageSection) { + return; + } + let sections: string[] = line.split('='); + if (sections.length !== 2) { + throw new Error(`Badly formatted message found: ${line}`); + } else { + let key = sections[0]; + let value = sections[1]; + if (key.length > 0 && value.length > 0) { + keys.push(key); + messages.push(value); + } + } + }); + + const originalPath = file.path.substring(file.cwd.length + 1, file.path.split('.')[0].length).replace(/\\/g, '/'); + xlf.addFile(originalPath, keys, messages); + + // Emit only upon all ISL files combined into single XLF instance + const newFilePath = path.join(projectName, resourceFile); + const xlfFile = new File({ path: newFilePath, contents: Buffer.from(xlf.toString(), 'utf-8') }); + this.queue(xlfFile); + }); } export function pushXlfFiles(apiHostname: string, username: string, password: string): ThroughStream { let tryGetPromises = []; let updateCreatePromises = []; - return through(function (file: File) { + return through(function (this: ThroughStream, file: File) { const project = path.dirname(file.relative); const fileName = path.basename(file.path); const slug = fileName.substr(0, fileName.length - '.xlf'.length); @@ -762,12 +849,95 @@ export function pushXlfFiles(apiHostname: string, username: string, password: st // End the pipe only after all the communication with Transifex API happened Promise.all(tryGetPromises).then(() => { Promise.all(updateCreatePromises).then(() => { - this.emit('end'); + this.queue(null); }).catch((reason) => { throw new Error(reason); }); }).catch((reason) => { throw new Error(reason); }); }); } +function getAllResources(project: string, apiHostname: string, username: string, password: string): Promise { + return new Promise((resolve, reject) => { + const credentials = `${username}:${password}`; + const options = { + hostname: apiHostname, + path: `/api/2/project/${project}/resources`, + auth: credentials, + method: 'GET' + }; + + const request = https.request(options, (res) => { + let buffer: Buffer[] = []; + res.on('data', (chunk: Buffer) => buffer.push(chunk)); + res.on('end', () => { + if (res.statusCode === 200) { + let json = JSON.parse(Buffer.concat(buffer).toString()); + if (Array.isArray(json)) { + resolve(json.map(o => o.slug)); + return; + } + reject(`Unexpected data format. Response code: ${res.statusCode}.`); + } else { + reject(`No resources in ${project} returned no data. Response code: ${res.statusCode}.`); + } + }); + }); + request.on('error', (err) => { + reject(`Failed to query resources in ${project} with the following error: ${err}. ${options.path}`); + }); + request.end(); + }); +} + +export function findObsoleteResources(apiHostname: string, username: string, password: string): ThroughStream { + let resourcesByProject: Map = Object.create(null); + resourcesByProject[extensionsProject] = [].concat(externalExtensionsWithTranslations); // clone + + return through(function (this: ThroughStream, file: File) { + const project = path.dirname(file.relative); + const fileName = path.basename(file.path); + const slug = fileName.substr(0, fileName.length - '.xlf'.length); + + let slugs = resourcesByProject[project]; + if (!slugs) { + resourcesByProject[project] = slugs = []; + } + slugs.push(slug); + this.push(file); + }, function () { + + const json = JSON.parse(fs.readFileSync('./build/lib/i18n.resources.json', 'utf8')); + let i18Resources = [...json.editor, ...json.workbench].map((r: Resource) => r.project + '/' + r.name.replace(/\//g, '_')); + let extractedResources = []; + for (let project of [workbenchProject, editorProject]) { + for (let resource of resourcesByProject[project]) { + if (resource !== 'setup_messages') { + extractedResources.push(project + '/' + resource); + } + } + } + if (i18Resources.length !== extractedResources.length) { + console.log(`[i18n] Obsolete resources in file 'build/lib/i18n.resources.json': JSON.stringify(${i18Resources.filter(p => extractedResources.indexOf(p) === -1)})`); + console.log(`[i18n] Missing resources in file 'build/lib/i18n.resources.json': JSON.stringify(${extractedResources.filter(p => i18Resources.indexOf(p) === -1)})`); + } + + let promises = []; + for (let project in resourcesByProject) { + promises.push( + getAllResources(project, apiHostname, username, password).then(resources => { + let expectedResources = resourcesByProject[project]; + let unusedResources = resources.filter(resource => resource && expectedResources.indexOf(resource) === -1); + if (unusedResources.length) { + console.log(`[transifex] Obsolete resources in project '${project}': ${unusedResources.join(', ')}`); + } + }) + ); + } + return Promise.all(promises).then(_ => { + this.push(null); + }).catch((reason) => { throw new Error(reason); }); + }); +} + function tryGetResource(project: string, slug: string, apiHostname: string, credentials: string): Promise { return new Promise((resolve, reject) => { const options = { @@ -873,42 +1043,46 @@ function updateResource(project: string, slug: string, xlfFile: File, apiHostnam }); } -function obtainProjectResources(projectName: string): Resource[] { - let resources: Resource[] = []; +// cache resources +let _coreAndExtensionResources: Resource[]; - if (projectName === editorProject) { - const json = fs.readFileSync('./build/lib/i18n.resources.json', 'utf8'); - resources = JSON.parse(json).editor; - } else if (projectName === workbenchProject) { - const json = fs.readFileSync('./build/lib/i18n.resources.json', 'utf8'); - resources = JSON.parse(json).workbench; - } else if (projectName === extensionsProject) { - let extensionsToLocalize: string[] = glob.sync('./extensions/**/*.nls.json').map(extension => extension.split('/')[2]); - let resourcesToPull: string[] = []; +export function pullCoreAndExtensionsXlfFiles(apiHostname: string, username: string, password: string, language: Language, externalExtensions?: Map): NodeJS.ReadableStream { + if (!_coreAndExtensionResources) { + _coreAndExtensionResources = []; + // editor and workbench + const json = JSON.parse(fs.readFileSync('./build/lib/i18n.resources.json', 'utf8')); + _coreAndExtensionResources.push(...json.editor); + _coreAndExtensionResources.push(...json.workbench); - extensionsToLocalize.forEach(extension => { - if (resourcesToPull.indexOf(extension) === -1) { // remove duplicate elements returned by glob - resourcesToPull.push(extension); - resources.push({ name: extension, project: projectName }); - } + // extensions + let extensionsToLocalize = Object.create(null); + glob.sync('./extensions/**/*.nls.json', ).forEach(extension => extensionsToLocalize[extension.split('/')[2]] = true); + glob.sync('./extensions/*/node_modules/vscode-nls', ).forEach(extension => extensionsToLocalize[extension.split('/')[2]] = true); + + Object.keys(extensionsToLocalize).forEach(extension => { + _coreAndExtensionResources.push({ name: extension, project: extensionsProject }); }); - } else if (projectName === setupProject) { - resources.push({ name: 'setup_default', project: setupProject }); - } - return resources; + if (externalExtensions) { + for (let resourceName in externalExtensions) { + _coreAndExtensionResources.push({ name: resourceName, project: extensionsProject }); + } + } + } + return pullXlfFiles(apiHostname, username, password, language, _coreAndExtensionResources); } -export function pullXlfFiles(projectName: string, apiHostname: string, username: string, password: string, languages: string[], resources?: Resource[]): NodeJS.ReadableStream { - if (!resources) { - resources = obtainProjectResources(projectName); - } - if (!resources) { - throw new Error('Transifex projects and resources must be defined to be able to pull translations from Transifex.'); +export function pullSetupXlfFiles(apiHostname: string, username: string, password: string, language: Language, includeDefault: boolean): NodeJS.ReadableStream { + let setupResources = [{ name: 'setup_messages', project: workbenchProject }]; + if (includeDefault) { + setupResources.push({ name: 'setup_default', project: setupProject }); } + return pullXlfFiles(apiHostname, username, password, language, setupResources); +} +function pullXlfFiles(apiHostname: string, username: string, password: string, language: Language, resources: Resource[]): NodeJS.ReadableStream { const credentials = `${username}:${password}`; - let expectedTranslationsCount = languages.length * resources.length; + let expectedTranslationsCount = resources.length; let translationsRetrieved = 0, called = false; return readable(function (count, callback) { @@ -920,133 +1094,203 @@ export function pullXlfFiles(projectName: string, apiHostname: string, username: if (!called) { called = true; const stream = this; - - // Retrieve XLF files from main projects - languages.map(function (language) { - resources.map(function (resource) { - retrieveResource(language, resource, apiHostname, credentials).then((file: File) => { + resources.map(function (resource) { + retrieveResource(language, resource, apiHostname, credentials).then((file: File) => { + if (file) { stream.emit('data', file); - translationsRetrieved++; - }).catch(error => { throw new Error(error); }); - }); + } + translationsRetrieved++; + }).catch(error => { throw new Error(error); }); }); } callback(); }); } +const limiter = new Limiter(NUMBER_OF_CONCURRENT_DOWNLOADS); -function retrieveResource(language: string, resource: Resource, apiHostname, credentials): Promise { - return new Promise((resolve, reject) => { +function retrieveResource(language: Language, resource: Resource, apiHostname, credentials): Promise { + return limiter.queue(() => new Promise((resolve, reject) => { const slug = resource.name.replace(/\//g, '_'); const project = resource.project; - const iso639 = language.toLowerCase(); + let transifexLanguageId = language.id === 'ps' ? 'en' : language.transifexId || language.id; const options = { hostname: apiHostname, - path: `/api/2/project/${project}/resource/${slug}/translation/${iso639}?file&mode=onlyreviewed`, + path: `/api/2/project/${project}/resource/${slug}/translation/${transifexLanguageId}?file&mode=onlyreviewed`, auth: credentials, + port: 443, method: 'GET' }; + console.log('[transifex] Fetching ' + options.path); let request = https.request(options, (res) => { let xlfBuffer: Buffer[] = []; res.on('data', (chunk: Buffer) => xlfBuffer.push(chunk)); res.on('end', () => { if (res.statusCode === 200) { - resolve(new File({ contents: Buffer.concat(xlfBuffer), path: `${project}/${iso639_2_to_3[language]}/${slug}.xlf` })); + resolve(new File({ contents: Buffer.concat(xlfBuffer), path: `${project}/${slug}.xlf` })); + } else if (res.statusCode === 404) { + console.log(`[transifex] ${slug} in ${project} returned no data.`); + resolve(null); + } else { + reject(`${slug} in ${project} returned no data. Response code: ${res.statusCode}.`); } - reject(`${slug} in ${project} returned no data. Response code: ${res.statusCode}.`); }); }); request.on('error', (err) => { - reject(`Failed to query resource ${slug} with the following error: ${err}`); + reject(`Failed to query resource ${slug} with the following error: ${err}. ${options.path}`); }); request.end(); - }); + })); } -export function prepareJsonFiles(): ThroughStream { +export function prepareI18nFiles(): ThroughStream { let parsePromises: Promise[] = []; - return through(function (xlf: File) { + return through(function (this: ThroughStream, xlf: File) { let stream = this; let parsePromise = XLF.parse(xlf.contents.toString()); parsePromises.push(parsePromise); parsePromise.then( - function (resolvedFiles) { + resolvedFiles => { resolvedFiles.forEach(file => { - let messages = file.messages, translatedFile; - - // ISL file path always starts with 'build/' - if (/^build\//.test(file.originalFilePath)) { - const defaultLanguages = { 'zh-hans': true, 'zh-hant': true, 'ko': true }; - if (path.basename(file.originalFilePath) === 'Default' && !defaultLanguages[file.language]) { - return; - } - - translatedFile = createIslFile('..', file.originalFilePath, messages, iso639_2_to_3[file.language]); - } else { - translatedFile = createI18nFile(iso639_2_to_3[file.language], file.originalFilePath, messages); - } - - stream.emit('data', translatedFile); + let translatedFile = createI18nFile(file.originalFilePath, file.messages); + stream.queue(translatedFile); }); - }, - function (rejectReason) { - throw new Error(`XLF parsing error: ${rejectReason}`); } ); }, function () { Promise.all(parsePromises) - .then(() => { this.emit('end'); }) + .then(() => { this.queue(null); }) .catch(reason => { throw new Error(reason); }); }); } -function createI18nFile(base: string, originalFilePath: string, messages: Map): File { - let content = [ - '/*---------------------------------------------------------------------------------------------', - ' * Copyright (c) Microsoft Corporation. All rights reserved.', - ' * Licensed under the Source EULA. See License.txt in the project root for license information.', - ' *--------------------------------------------------------------------------------------------*/', - '// Do not edit this file. It is machine generated.' - ].join('\n') + '\n' + JSON.stringify(messages, null, '\t').replace(/\r\n/g, '\n'); +function createI18nFile(originalFilePath: string, messages: any): File { + let result = Object.create(null); + result[''] = [ + '--------------------------------------------------------------------------------------------', + 'Copyright (c) Microsoft Corporation. All rights reserved.', + 'Licensed under the Source EULA. See License.txt in the project root for license information.', + '--------------------------------------------------------------------------------------------', + 'Do not edit this file. It is machine generated.' + ]; + for (let key of Object.keys(messages)) { + result[key] = messages[key]; + } + let content = JSON.stringify(result, null, '\t').replace(/\r\n/g, '\n'); return new File({ - path: path.join(base, originalFilePath + '.i18n.json'), - contents: new Buffer(content, 'utf8') + path: path.join(originalFilePath + '.i18n.json'), + contents: Buffer.from(content, 'utf8') }); } +interface I18nPack { + version: string; + contents: { + [path: string]: Map; + }; +} -const languageNames: Map = { - 'chs': 'Simplified Chinese', - 'cht': 'Traditional Chinese', - 'kor': 'Korean' -}; +const i18nPackVersion = "1.0.0"; -const languageIds: Map = { - 'chs': '$0804', - 'cht': '$0404', - 'kor': '$0412' -}; +export interface TranslationPath { + id: string; + resourceName: string; +} -const encodings: Map = { - 'chs': 'CP936', - 'cht': 'CP950', - 'jpn': 'CP932', - 'kor': 'CP949', - 'deu': 'CP1252', - 'fra': 'CP1252', - 'esn': 'CP1252', - 'rus': 'CP1251', - 'ita': 'CP1252', - 'ptb': 'CP1252', - 'hun': 'CP1250', - 'trk': 'CP1254' -}; +export function pullI18nPackFiles(apiHostname: string, username: string, password: string, language: Language, resultingTranslationPaths: TranslationPath[]): NodeJS.ReadableStream { + return pullCoreAndExtensionsXlfFiles(apiHostname, username, password, language, externalExtensionsWithTranslations) + .pipe(prepareI18nPackFiles(externalExtensionsWithTranslations, resultingTranslationPaths, language.id === 'ps')); +} -function createIslFile(base: string, originalFilePath: string, messages: Map, language: string): File { +export function prepareI18nPackFiles(externalExtensions: Map, resultingTranslationPaths: TranslationPath[], pseudo = false): NodeJS.ReadWriteStream { + let parsePromises: Promise[] = []; + let mainPack: I18nPack = { version: i18nPackVersion, contents: {} }; + let extensionsPacks: Map = {}; + return through(function (this: ThroughStream, xlf: File) { + let stream = this; + let project = path.dirname(xlf.path); + let resource = path.basename(xlf.path, '.xlf'); + let contents = xlf.contents.toString(); + let parsePromise = pseudo ? XLF.parsePseudo(contents) : XLF.parse(contents); + parsePromises.push(parsePromise); + parsePromise.then( + resolvedFiles => { + resolvedFiles.forEach(file => { + const path = file.originalFilePath; + const firstSlash = path.indexOf('/'); + + if (project === extensionsProject) { + let extPack = extensionsPacks[resource]; + if (!extPack) { + extPack = extensionsPacks[resource] = { version: i18nPackVersion, contents: {} }; + } + const externalId = externalExtensions[resource]; + if (!externalId) { // internal extension: remove 'extensions/extensionId/' segnent + const secondSlash = path.indexOf('/', firstSlash + 1); + extPack.contents[path.substr(secondSlash + 1)] = file.messages; + } else { + extPack.contents[path] = file.messages; + } + } else { + mainPack.contents[path.substr(firstSlash + 1)] = file.messages; + } + }); + } + ); + }, function () { + Promise.all(parsePromises) + .then(() => { + const translatedMainFile = createI18nFile('./main', mainPack); + resultingTranslationPaths.push({ id: 'vscode', resourceName: 'main.i18n.json' }); + + this.queue(translatedMainFile); + for (let extension in extensionsPacks) { + const translatedExtFile = createI18nFile(`./extensions/${extension}`, extensionsPacks[extension]); + this.queue(translatedExtFile); + + const externalExtensionId = externalExtensions[extension]; + if (externalExtensionId) { + resultingTranslationPaths.push({ id: externalExtensionId, resourceName: `extensions/${extension}.i18n.json` }); + } else { + resultingTranslationPaths.push({ id: `vscode.${extension}`, resourceName: `extensions/${extension}.i18n.json` }); + } + + } + this.queue(null); + }) + .catch(reason => { throw new Error(reason); }); + }); +} + +export function prepareIslFiles(language: Language, innoSetupConfig: InnoSetup): ThroughStream { + let parsePromises: Promise[] = []; + + return through(function (this: ThroughStream, xlf: File) { + let stream = this; + let parsePromise = XLF.parse(xlf.contents.toString()); + parsePromises.push(parsePromise); + parsePromise.then( + resolvedFiles => { + resolvedFiles.forEach(file => { + if (path.basename(file.originalFilePath) === 'Default' && !innoSetupConfig.defaultInfo) { + return; + } + let translatedFile = createIslFile(file.originalFilePath, file.messages, language, innoSetupConfig); + stream.queue(translatedFile); + }); + } + ); + }, function () { + Promise.all(parsePromises) + .then(() => { this.queue(null); }) + .catch(reason => { throw new Error(reason); }); + }); +} + +function createIslFile(originalFilePath: string, messages: Map, language: Language, innoSetup: InnoSetup): File { let content: string[] = []; let originalContent: TextModel; if (path.basename(originalFilePath) === 'Default') { @@ -1054,13 +1298,12 @@ function createIslFile(base: string, originalFilePath: string, messages: Map { if (line.length > 0) { let firstChar = line.charAt(0); if (firstChar === '[' || firstChar === ';') { if (line === '; *** Inno Setup version 5.5.3+ English messages ***') { - content.push(`; *** Inno Setup version 5.5.3+ ${languageNames[language]} messages ***`); + content.push(`; *** Inno Setup version 5.5.3+ ${innoSetup.defaultInfo.name} messages ***`); } else { content.push(line); } @@ -1070,11 +1313,11 @@ function createIslFile(base: string, originalFilePath: string, messages: Map').replace(/&/g, '&'); +} + +function pseudify(message: string) { + return '\uFF3B' + message.replace(/[aouei]/g, '$&$&') + '\uFF3D'; } \ No newline at end of file diff --git a/build/lib/nls.js b/build/lib/nls.js index 2975c0dc52..67ef0476b2 100644 --- a/build/lib/nls.js +++ b/build/lib/nls.js @@ -79,7 +79,7 @@ function isImportNode(node) { function fileFrom(file, contents, path) { if (path === void 0) { path = file.path; } return new File({ - contents: new Buffer(contents), + contents: Buffer.from(contents), base: file.base, cwd: file.cwd, path: path diff --git a/build/lib/nls.ts b/build/lib/nls.ts index 45b34b3c32..a9b824fd2c 100644 --- a/build/lib/nls.ts +++ b/build/lib/nls.ts @@ -131,7 +131,7 @@ module nls { export function fileFrom(file: File, contents: string, path: string = file.path) { return new File({ - contents: new Buffer(contents), + contents: Buffer.from(contents), base: file.base, cwd: file.cwd, path: path diff --git a/build/lib/optimize.js b/build/lib/optimize.js index d437e7a4f7..a75e31708d 100644 --- a/build/lib/optimize.js +++ b/build/lib/optimize.js @@ -59,7 +59,7 @@ function loader(bundledFileHeader, bundleLoader) { this.emit('data', new VinylFile({ path: 'fake', base: '', - contents: new Buffer(bundledFileHeader) + contents: Buffer.from(bundledFileHeader) })); this.emit('data', data); } @@ -98,7 +98,7 @@ function toConcatStream(bundledFileHeader, sources, dest) { return new VinylFile({ path: source.path ? root + '/' + source.path.replace(/\\/g, '/') : 'fake', base: base, - contents: new Buffer(source.contents) + contents: Buffer.from(source.contents) }); }); return es.readArray(treatedSources) @@ -141,7 +141,7 @@ function optimizeTask(opts) { bundleInfoArray.push(new VinylFile({ path: 'bundleInfo.json', base: '.', - contents: new Buffer(JSON.stringify(result.bundleData, null, '\t')) + contents: Buffer.from(JSON.stringify(result.bundleData, null, '\t')) })); } es.readArray(bundleInfoArray).pipe(bundleInfoStream); @@ -174,7 +174,6 @@ function optimizeTask(opts) { }; } exports.optimizeTask = optimizeTask; -; /** * Wrap around uglify and allow the preserveComments function * to have a file "context" to include our copyright only once per file. @@ -237,4 +236,3 @@ function minifyTask(src, sourceMapBaseUrl) { }; } exports.minifyTask = minifyTask; -; diff --git a/build/lib/optimize.ts b/build/lib/optimize.ts index b290db31f5..924a7409a1 100644 --- a/build/lib/optimize.ts +++ b/build/lib/optimize.ts @@ -31,7 +31,7 @@ function log(prefix: string, message: string): void { } // {{SQL CARBON EDIT}} -export function loaderConfig(emptyPaths: string[]) { +export function loaderConfig(emptyPaths?: string[]) { const result = { paths: { 'vs': 'out-build/vs', @@ -73,7 +73,7 @@ function loader(bundledFileHeader: string, bundleLoader: boolean): NodeJS.ReadWr this.emit('data', new VinylFile({ path: 'fake', base: '', - contents: new Buffer(bundledFileHeader) + contents: Buffer.from(bundledFileHeader) })); this.emit('data', data); } else { @@ -117,7 +117,7 @@ function toConcatStream(bundledFileHeader: string, sources: bundle.IFile[], dest return new VinylFile({ path: source.path ? root + '/' + source.path.replace(/\\/g, '/') : 'fake', base: base, - contents: new Buffer(source.contents) + contents: Buffer.from(source.contents) }); }); @@ -165,7 +165,7 @@ export interface IOptimizeTaskOpts { /** * (languages to process) */ - languages: string[]; + languages: i18n.Language[]; } export function optimizeTask(opts: IOptimizeTaskOpts): () => NodeJS.ReadWriteStream { const entryPoints = opts.entryPoints; @@ -201,7 +201,7 @@ export function optimizeTask(opts: IOptimizeTaskOpts): () => NodeJS.ReadWriteStr bundleInfoArray.push(new VinylFile({ path: 'bundleInfo.json', base: '.', - contents: new Buffer(JSON.stringify(result.bundleData, null, '\t')) + contents: Buffer.from(JSON.stringify(result.bundleData, null, '\t')) })); } es.readArray(bundleInfoArray).pipe(bundleInfoStream); @@ -241,7 +241,7 @@ export function optimizeTask(opts: IOptimizeTaskOpts): () => NodeJS.ReadWriteStr })) .pipe(gulp.dest(out)); }; -}; +} declare class FileWithCopyright extends VinylFile { public __hasOurCopyright: boolean; @@ -295,7 +295,7 @@ function uglifyWithCopyrights(): NodeJS.ReadWriteStream { return es.duplex(input, output); } -export function minifyTask(src: string, sourceMapBaseUrl: string): (cb: any) => void { +export function minifyTask(src: string, sourceMapBaseUrl?: string): (cb: any) => void { const sourceMappingURL = sourceMapBaseUrl && (f => `${sourceMapBaseUrl}/${f.relative}.map`); return cb => { @@ -326,4 +326,4 @@ export function minifyTask(src: string, sourceMapBaseUrl: string): (cb: any) => cb(err); }); }; -}; +} diff --git a/build/lib/typings/event-stream.d.ts b/build/lib/typings/event-stream.d.ts index 7e5ccee5e1..d79ac9183d 100644 --- a/build/lib/typings/event-stream.d.ts +++ b/build/lib/typings/event-stream.d.ts @@ -1,7 +1,14 @@ declare module "event-stream" { import { Stream } from 'stream'; - import { ThroughStream } from 'through'; + import { ThroughStream as _ThroughStream} from 'through'; import { MapStream } from 'map-stream'; + import * as File from 'vinyl'; + + export interface ThroughStream extends _ThroughStream { + queue(data: File | null); + push(data: File | null); + paused: boolean; + } function merge(streams: Stream[]): ThroughStream; function merge(...streams: Stream[]): ThroughStream; diff --git a/build/lib/util.js b/build/lib/util.js index f3437f0cb6..a81408fadb 100644 --- a/build/lib/util.js +++ b/build/lib/util.js @@ -143,7 +143,7 @@ function loadSourcemaps() { cb(null, f); return; } - f.contents = new Buffer(contents.replace(/\/\/# sourceMappingURL=(.*)$/g, ''), 'utf8'); + f.contents = Buffer.from(contents.replace(/\/\/# sourceMappingURL=(.*)$/g, ''), 'utf8'); fs.readFile(path.join(path.dirname(f.path), lastMatch[1]), 'utf8', function (err, contents) { if (err) { return cb(err); @@ -160,7 +160,7 @@ function stripSourceMappingURL() { var output = input .pipe(es.mapSync(function (f) { var contents = f.contents.toString('utf8'); - f.contents = new Buffer(contents.replace(/\n\/\/# sourceMappingURL=(.*)$/gm, ''), 'utf8'); + f.contents = Buffer.from(contents.replace(/\n\/\/# sourceMappingURL=(.*)$/gm, ''), 'utf8'); return f; })); return es.duplex(input, output); @@ -173,7 +173,6 @@ function rimraf(dir) { if (!err) { return cb(); } - ; if (err.code === 'ENOTEMPTY' && ++retries < 5) { return setTimeout(function () { return retry(cb); }, 10); } diff --git a/build/lib/util.ts b/build/lib/util.ts index ac2dd31254..9fe54ac0f1 100644 --- a/build/lib/util.ts +++ b/build/lib/util.ts @@ -28,7 +28,7 @@ export interface IStreamProvider { (cancellationToken?: ICancellationToken): NodeJS.ReadWriteStream; } -export function incremental(streamProvider: IStreamProvider, initial: NodeJS.ReadWriteStream, supportsCancellation: boolean): NodeJS.ReadWriteStream { +export function incremental(streamProvider: IStreamProvider, initial: NodeJS.ReadWriteStream, supportsCancellation?: boolean): NodeJS.ReadWriteStream { const input = es.through(); const output = es.through(); let state = 'idle'; @@ -129,7 +129,7 @@ export function skipDirectories(): NodeJS.ReadWriteStream { }); } -export function cleanNodeModule(name: string, excludes: string[], includes: string[]): NodeJS.ReadWriteStream { +export function cleanNodeModule(name: string, excludes: string[], includes?: string[]): NodeJS.ReadWriteStream { const toGlob = (path: string) => '**/node_modules/' + name + (path ? '/' + path : ''); const negate = (str: string) => '!' + str; @@ -190,7 +190,7 @@ export function loadSourcemaps(): NodeJS.ReadWriteStream { return; } - f.contents = new Buffer(contents.replace(/\/\/# sourceMappingURL=(.*)$/g, ''), 'utf8'); + f.contents = Buffer.from(contents.replace(/\/\/# sourceMappingURL=(.*)$/g, ''), 'utf8'); fs.readFile(path.join(path.dirname(f.path), lastMatch[1]), 'utf8', (err, contents) => { if (err) { return cb(err); } @@ -209,7 +209,7 @@ export function stripSourceMappingURL(): NodeJS.ReadWriteStream { const output = input .pipe(es.mapSync(f => { const contents = (f.contents).toString('utf8'); - f.contents = new Buffer(contents.replace(/\n\/\/# sourceMappingURL=(.*)$/gm, ''), 'utf8'); + f.contents = Buffer.from(contents.replace(/\n\/\/# sourceMappingURL=(.*)$/gm, ''), 'utf8'); return f; })); @@ -223,7 +223,7 @@ export function rimraf(dir: string): (cb: any) => void { _rimraf(dir, { maxBusyTries: 1 }, (err: any) => { if (!err) { return cb(); - }; + } if (err.code === 'ENOTEMPTY' && ++retries < 5) { return setTimeout(() => retry(cb), 10); diff --git a/build/lib/watch/index.js b/build/lib/watch/index.js index 527a644b72..07e8803211 100644 --- a/build/lib/watch/index.js +++ b/build/lib/watch/index.js @@ -9,7 +9,7 @@ const es = require('event-stream'); function handleDeletions() { return es.mapSync(f => { if (/\.ts$/.test(f.relative) && !f.contents) { - f.contents = new Buffer(''); + f.contents = Buffer.from(''); f.stat = { mtime: new Date() }; } diff --git a/build/lib/watch/watch-nsfw.js b/build/lib/watch/watch-nsfw.js index bae517a291..13f3fcab32 100644 --- a/build/lib/watch/watch-nsfw.js +++ b/build/lib/watch/watch-nsfw.js @@ -30,12 +30,12 @@ function watch(root) { path: path, base: root }); - + //@ts-ignore file.event = type; result.emit('data', file); } - nsfw(root, function(events) { + nsfw(root, function (events) { for (var i = 0; i < events.length; i++) { var e = events[i]; var changeType = e.action; @@ -47,16 +47,16 @@ function watch(root) { handleEvent(path.join(e.directory, e.file), toChangeType(changeType)); } } - }).then(function(watcher) { + }).then(function (watcher) { watcher.start(); - }); + }); - return result; + return result; } var cache = Object.create(null); -module.exports = function(pattern, options) { +module.exports = function (pattern, options) { options = options || {}; var cwd = path.normalize(options.cwd || process.cwd()); @@ -66,7 +66,7 @@ module.exports = function(pattern, options) { watcher = cache[cwd] = watch(cwd); } - var rebase = !options.base ? es.through() : es.mapSync(function(f) { + var rebase = !options.base ? es.through() : es.mapSync(function (f) { f.base = options.base; return f; }); @@ -74,13 +74,13 @@ module.exports = function(pattern, options) { return watcher .pipe(filter(['**', '!.git{,/**}'])) // ignore all things git .pipe(filter(pattern)) - .pipe(es.map(function(file, cb) { - fs.stat(file.path, function(err, stat) { + .pipe(es.map(function (file, cb) { + fs.stat(file.path, function (err, stat) { if (err && err.code === 'ENOENT') { return cb(null, file); } if (err) { return cb(); } if (!stat.isFile()) { return cb(); } - fs.readFile(file.path, function(err, contents) { + fs.readFile(file.path, function (err, contents) { if (err && err.code === 'ENOENT') { return cb(null, file); } if (err) { return cb(); } diff --git a/build/lib/watch/watch-win32.js b/build/lib/watch/watch-win32.js index 2893ff6169..4ceb09c166 100644 --- a/build/lib/watch/watch-win32.js +++ b/build/lib/watch/watch-win32.js @@ -24,7 +24,8 @@ function watch(root) { var result = es.through(); var child = cp.spawn(watcherPath, [root]); - child.stdout.on('data', function(data) { + child.stdout.on('data', function (data) { + // @ts-ignore var lines = data.toString('utf8').split('\n'); for (var i = 0; i < lines.length; i++) { var line = lines[i].trim(); @@ -46,17 +47,17 @@ function watch(root) { path: changePathFull, base: root }); - + //@ts-ignore file.event = toChangeType(changeType); result.emit('data', file); } }); - child.stderr.on('data', function(data) { + child.stderr.on('data', function (data) { result.emit('error', data); }); - child.on('exit', function(code) { + child.on('exit', function (code) { result.emit('error', 'Watcher died with code ' + code); child = null; }); @@ -70,7 +71,7 @@ function watch(root) { var cache = Object.create(null); -module.exports = function(pattern, options) { +module.exports = function (pattern, options) { options = options || {}; var cwd = path.normalize(options.cwd || process.cwd()); diff --git a/build/monaco/LICENSE b/build/monaco/LICENSE index 1df65d6ea3..0b52fb74a7 100644 --- a/build/monaco/LICENSE +++ b/build/monaco/LICENSE @@ -1 +1,21 @@ -See project root directory \ No newline at end of file +The Source EULA + +Copyright (c) 2016 Microsoft Corporation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/build/monaco/ThirdPartyNotices.txt b/build/monaco/ThirdPartyNotices.txt index 45eeffb9f3..bf7dd4a715 100644 --- a/build/monaco/ThirdPartyNotices.txt +++ b/build/monaco/ThirdPartyNotices.txt @@ -32,7 +32,7 @@ END OF winjs NOTICES AND INFORMATION %% string_scorer version 0.1.20 (https://github.com/joshaven/string_score) ========================================= -This software is released under the MIT license: +This software is released under the Source EULA: Copyright (c) Joshaven Potter @@ -60,7 +60,7 @@ END OF string_scorer NOTICES AND INFORMATION %% chjj-marked NOTICES AND INFORMATION BEGIN HERE ========================================= -The MIT License (MIT) +The Source EULA Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/) diff --git a/build/monaco/monaco.d.ts.recipe b/build/monaco/monaco.d.ts.recipe index 30689943c1..1e03407dff 100644 --- a/build/monaco/monaco.d.ts.recipe +++ b/build/monaco/monaco.d.ts.recipe @@ -62,19 +62,24 @@ export interface ICommandHandler { #include(vs/editor/standalone/browser/colorizer): IColorizerOptions, IColorizerElementOptions #include(vs/base/common/scrollable): ScrollbarVisibility #include(vs/platform/theme/common/themeService): ThemeColor -#includeAll(vs/editor/common/editorCommon;IMode=>languages.IMode;LanguageIdentifier=>languages.LanguageIdentifier;editorOptions.=>): ISelection, IScrollEvent +#includeAll(vs/editor/common/model;LanguageIdentifier=>languages.LanguageIdentifier): IScrollEvent +#includeAll(vs/editor/common/editorCommon;editorOptions.=>): IScrollEvent #includeAll(vs/editor/common/model/textModelEvents): #includeAll(vs/editor/common/controller/cursorEvents): #includeAll(vs/editor/common/config/editorOptions): #includeAll(vs/editor/browser/editorBrowser;editorCommon.=>;editorOptions.=>): #include(vs/editor/common/config/fontInfo): FontInfo, BareFontInfo + +//compatibility: +export type IReadOnlyModel = ITextModel; +export type IModel = ITextModel; } declare module monaco.languages { -#includeAll(vs/editor/standalone/browser/standaloneLanguages;modes.=>;editorCommon.=>editor.;IMarkerData=>editor.IMarkerData): +#includeAll(vs/editor/standalone/browser/standaloneLanguages;modes.=>;editorCommon.=>editor.;model.=>editor.;IMarkerData=>editor.IMarkerData): #includeAll(vs/editor/common/modes/languageConfiguration): -#includeAll(vs/editor/common/modes;editorCommon.IRange=>IRange;editorCommon.IPosition=>IPosition;editorCommon.=>editor.;IMarkerData=>editor.IMarkerData): +#includeAll(vs/editor/common/modes;editorCommon.IRange=>IRange;editorCommon.IPosition=>IPosition;editorCommon.=>editor.;IMarkerData=>editor.IMarkerData;model.=>editor.): #include(vs/editor/common/services/modeService): ILanguageExtensionPoint #includeAll(vs/editor/standalone/common/monarch/monarchTypes): diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js index 219a7b3d7f..c1039d0594 100644 --- a/build/npm/postinstall.js +++ b/build/npm/postinstall.js @@ -26,10 +26,11 @@ yarnInstall('extensions'); // node modules shared by all extensions const extensions = [ 'vscode-colorize-tests', 'json', - 'mssql', + 'mssql', 'configuration-editing', 'extension-editing', 'markdown', + 'markdown-basics', 'git', 'merge-conflict', 'insights-default', @@ -42,6 +43,7 @@ extensions.forEach(extension => yarnInstall(`extensions/${extension}`)); function yarnInstallBuildDependencies() { // make sure we install the deps of build/lib/watch for the system installed // node, since that is the driver of gulp + //@ts-ignore const env = Object.assign({}, process.env); const watchPath = path.join(path.dirname(__dirname), 'lib', 'watch'); const yarnrcPath = path.join(watchPath, '.yarnrc'); @@ -59,4 +61,5 @@ runtime "${runtime}"`; } yarnInstall(`build`); // node modules required for build +yarnInstall('test/smoke'); // node modules required for smoketest yarnInstallBuildDependencies(); // node modules for watching, specific to host node version, not electron \ No newline at end of file diff --git a/build/npm/update-all-grammars.js b/build/npm/update-all-grammars.js index 8ca08de9a6..861496f1b9 100644 --- a/build/npm/update-all-grammars.js +++ b/build/npm/update-all-grammars.js @@ -4,9 +4,11 @@ *--------------------------------------------------------------------------------------------*/ const cp = require('child_process'); -const npm = process.platform === 'win32' ? 'npm.cmd' : 'npm'; +const fs = require('fs'); +const path = require('path'); function updateGrammar(location) { + const npm = process.platform === 'win32' ? 'npm.cmd' : 'npm'; const result = cp.spawnSync(npm, ['run', 'update-grammar'], { cwd: location, stdio: 'inherit' @@ -17,50 +19,17 @@ function updateGrammar(location) { } } -const extensions = [ - 'bat', - 'clojure', - 'coffeescript', - 'cpp', - 'csharp', - 'css', - 'diff', - 'docker', - 'fsharp', - 'gitsyntax', - 'go', - 'groovy', - 'handlebars', - 'hlsl', - 'html', - 'ini', - 'java', - // 'javascript', updated through JavaScript - 'json', - 'less', - 'lua', - 'make', - 'markdown', - 'objective-c', - 'perl', - 'php', - // 'powershell', grammar not ready yet, @daviwil will ping when ready - 'pug', - 'python', - 'r', - 'razor', - 'ruby', - 'rust', - 'scss', - 'shaderlab', - 'shellscript', - 'sql', - 'swift', - 'typescript', - 'vb', - 'xml', - 'yaml' -]; +const allExtensionFolders = fs.readdirSync('extensions'); +const extensions = allExtensionFolders.filter(e => { + try { + let packageJSON = JSON.parse(fs.readFileSync(path.join('extensions', e, 'package.json')).toString()); + return packageJSON && packageJSON.scripts && packageJSON.scripts['update-grammar']; + } catch (e) { + return false; + } +}); + +console.log(`Updating ${extensions.length} grammars...`); extensions.forEach(extension => updateGrammar(`extensions/${extension}`)); @@ -70,4 +39,5 @@ if (process.platform === 'win32') { cp.spawn('.\scripts\test-integration.bat', [], { env: process.env, stdio: 'inherit' }); } else { cp.spawn('/bin/bash', ['./scripts/test-integration.sh'], { env: process.env, stdio: 'inherit' }); -} \ No newline at end of file +} + diff --git a/build/npm/update-grammar.js b/build/npm/update-grammar.js index df6fe0c29b..f6490f626e 100644 --- a/build/npm/update-grammar.js +++ b/build/npm/update-grammar.js @@ -14,14 +14,19 @@ var url = require('url'); function getOptions(urlString) { var _url = url.parse(urlString); + var headers = { + 'User-Agent': 'VSCode' + }; + var token = process.env['GITHUB_TOKEN']; + if (token) { + headers['Authorization'] = 'token ' + token + } return { protocol: _url.protocol, host: _url.host, port: _url.port, path: _url.path, - headers: { - 'User-Agent': 'NodeJS' - } + headers: headers }; } @@ -32,12 +37,16 @@ function download(url, redirectCount) { response.on('data', function (data) { content += data.toString(); }).on('end', function () { + if (response.statusCode === 403 && response.headers['x-ratelimit-remaining'] === '0') { + e('GitHub API rate exceeded. Set GITHUB_TOKEN environment variable to increase rate limit.'); + return; + } let count = redirectCount || 0; if (count < 5 && response.statusCode >= 300 && response.statusCode <= 303 || response.statusCode === 307) { let location = response.headers['location']; if (location) { console.log("Redirected " + url + " to " + location); - download(location, count+1).then(c, e); + download(location, count + 1).then(c, e); return; } } @@ -59,17 +68,13 @@ function getCommitSha(repoId, repoPath) { commitDate: lastCommit.commit.author.date }); } catch (e) { - console.error("Failed extracting the SHA: " + content); - return Promise.resolve(null); + return Promise.reject(new Error("Failed extracting the SHA: " + content)); } - }, function () { - console.error('Failed loading ' + commitInfo); - return Promise.resolve(null); }); } -exports.update = function (repoId, repoPath, dest, modifyGrammar) { - var contentPath = 'https://raw.githubusercontent.com/' + repoId + '/master/' + repoPath; +exports.update = function (repoId, repoPath, dest, modifyGrammar, version = 'master') { + var contentPath = 'https://raw.githubusercontent.com/' + repoId + `/${version}/` + repoPath; console.log('Reading from ' + contentPath); return download(contentPath).then(function (content) { var ext = path.extname(repoPath); @@ -81,8 +86,7 @@ exports.update = function (repoId, repoPath, dest, modifyGrammar) { } else if (ext === '.json') { grammar = JSON.parse(content); } else { - console.error('Unknown file extension: ' + ext); - return; + return Promise.reject(new Error('Unknown file extension: ' + ext)); } if (modifyGrammar) { modifyGrammar(grammar); @@ -99,8 +103,10 @@ exports.update = function (repoId, repoPath, dest, modifyGrammar) { if (info) { result.version = 'https://github.com/' + repoId + '/commit/' + info.commitSha; } - for (let key in grammar) { - if (!result.hasOwnProperty(key)) { + + let keys = ['name', 'scopeName', 'comment', 'injections', 'patterns', 'repository']; + for (let key of keys) { + if (grammar.hasOwnProperty(key)) { result[key] = grammar[key]; } } @@ -113,11 +119,14 @@ exports.update = function (repoId, repoPath, dest, modifyGrammar) { console.log('Updated ' + path.basename(dest)); } } catch (e) { - console.error(e); + return Promise.reject(e); } }); - }, console.error); + }, console.error).catch(e => { + console.error(e); + process.exit(1); + }); }; if (path.basename(process.argv[1]) === 'update-grammar.js') { diff --git a/build/npm/update-localization-extension.js b/build/npm/update-localization-extension.js new file mode 100644 index 0000000000..5e656907d0 --- /dev/null +++ b/build/npm/update-localization-extension.js @@ -0,0 +1,69 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +let i18n = require("../lib/i18n"); + +let fs = require("fs"); +let path = require("path"); +let vfs = require("vinyl-fs"); +let rimraf = require('rimraf'); + +function update(idOrPath) { + if (!idOrPath) { + throw new Error('Argument must be the location of the localization extension.'); + } + let locExtFolder = idOrPath; + if (/^\w{2}(-\w+)?$/.test(idOrPath)) { + locExtFolder = '../vscode-language-pack-' + idOrPath; + } + let locExtStat = fs.statSync(locExtFolder); + if (!locExtStat || !locExtStat.isDirectory) { + throw new Error('No directory found at ' + idOrPath); + } + let packageJSON = JSON.parse(fs.readFileSync(path.join(locExtFolder, 'package.json')).toString()); + let contributes = packageJSON['contributes']; + if (!contributes) { + throw new Error('The extension must define a "localizations" contribution in the "package.json"'); + } + let localizations = contributes['localizations']; + if (!localizations) { + throw new Error('The extension must define a "localizations" contribution of type array in the "package.json"'); + } + + localizations.forEach(function (localization) { + if (!localization.languageId || !localization.languageName || !localization.localizedLanguageName) { + throw new Error('Each localization contribution must define "languageId", "languageName" and "localizedLanguageName" properties.'); + } + let server = localization.server || 'www.transifex.com'; + let userName = localization.userName || 'api'; + let apiToken = process.env.TRANSIFEX_API_TOKEN; + let languageId = localization.transifexId || localization.languageId; + let translationDataFolder = path.join(locExtFolder, 'translations'); + + if (fs.existsSync(translationDataFolder) && fs.existsSync(path.join(translationDataFolder, 'main.i18n.json'))) { + console.log('Clearing \'' + translationDataFolder + '\'...'); + rimraf.sync(translationDataFolder); + } + + console.log('Downloading translations for \'' + languageId + '\' to \'' + translationDataFolder + '\'...'); + const translationPaths = []; + i18n.pullI18nPackFiles(server, userName, apiToken, { id: languageId }, translationPaths) + .pipe(vfs.dest(translationDataFolder)).on('end', function () { + localization.translations = []; + for (let tp of translationPaths) { + localization.translations.push({ id: tp.id, path: `./translations/${tp.resourceName}`}); + } + fs.writeFileSync(path.join(locExtFolder, 'package.json'), JSON.stringify(packageJSON, null, '\t')); + }); + + }); + + +} +if (path.basename(process.argv[1]) === 'update-localization-extension.js') { + update(process.argv[2]); +} diff --git a/build/package.json b/build/package.json index c2c3162c25..0415c4e1be 100644 --- a/build/package.json +++ b/build/package.json @@ -21,8 +21,9 @@ "xml2js": "^0.4.17" }, "scripts": { - "compile": "tsc", - "watch": "tsc --watch", - "postinstall": "npm run compile" + "compile": "tsc -p tsconfig.build.json", + "watch": "tsc -p tsconfig.build.json --watch", + "postinstall": "npm run compile", + "npmCheckJs": "tsc --noEmit" } } \ No newline at end of file diff --git a/build/tfs/common/node.sh b/build/tfs/common/node.sh index 23404689de..cc1bb74d01 100644 --- a/build/tfs/common/node.sh +++ b/build/tfs/common/node.sh @@ -4,9 +4,9 @@ set -e # setup nvm if [[ "$OSTYPE" == "darwin"* ]]; then export NVM_DIR=~/.nvm - source $(brew --prefix nvm)/nvm.sh + source $(brew --prefix nvm)/nvm.sh --no-use else - source $NVM_DIR/nvm.sh + source $NVM_DIR/nvm.sh --no-use fi # install node diff --git a/build/tfs/common/publish.ts b/build/tfs/common/publish.ts index f03132b7cd..650c7d3ef1 100644 --- a/build/tfs/common/publish.ts +++ b/build/tfs/common/publish.ts @@ -70,6 +70,7 @@ interface Asset { hash: string; sha256hash: string; size: number; + supportsFastUpdate?: boolean; } function createOrUpdate(commit: string, quality: string, platform: string, type: string, release: NewDocument, asset: Asset, isUpdate: boolean): Promise { @@ -203,17 +204,30 @@ async function publish(commit: string, quality: string, platform: string, type: // mooncake is fussy and far away, this is needed! mooncakeBlobService.defaultClientRequestTimeoutInMs = 10 * 60 * 1000; - await assertContainer(mooncakeBlobService, quality); + await Promise.all([ + assertContainer(blobService, quality), + assertContainer(mooncakeBlobService, quality) + ]); - const mooncakeBlobExists = await doesAssetExist(mooncakeBlobService, quality, blobName); + const [blobExists, moooncakeBlobExists] = await Promise.all([ + doesAssetExist(blobService, quality, blobName), + doesAssetExist(mooncakeBlobService, quality, blobName) + ]); - if (!mooncakeBlobExists) { + const promises = []; + + if (!blobExists) { + promises.push(uploadBlob(blobService, quality, blobName, file)); + } + + if (!moooncakeBlobExists) { promises.push(uploadBlob(mooncakeBlobService, quality, blobName, file)); } } else { console.log('Skipping Mooncake publishing.'); } + if (promises.length === 0) { console.log(`Blob ${quality}, ${blobName} already exists, not publishing again.`); return; @@ -240,6 +254,13 @@ async function publish(commit: string, quality: string, platform: string, type: size }; + // Remove this if we ever need to rollback fast updates for windows + if (/win32/.test(platform)) { + asset.supportsFastUpdate = true; + } + + console.log('Asset:', JSON.stringify(asset, null, ' ')); + const release = { id: commit, timestamp: (new Date()).getTime(), diff --git a/build/tfs/darwin/build.sh b/build/tfs/darwin/build.sh index b7d45aad6e..9c0b7a6f52 100644 --- a/build/tfs/darwin/build.sh +++ b/build/tfs/darwin/build.sh @@ -19,6 +19,9 @@ step "Install dependencies" \ step "Hygiene" \ npm run gulp -- hygiene +step "Monaco Editor Check" \ + ./node_modules/.bin/tsc -p ./src/tsconfig.monaco.json --noEmit + step "Mix in repository from vscode-distro" \ npm run gulp -- mixin diff --git a/build/tfs/linux/build.sh b/build/tfs/linux/build.sh index 9d9b33de8a..e23049b5cf 100644 --- a/build/tfs/linux/build.sh +++ b/build/tfs/linux/build.sh @@ -22,6 +22,9 @@ step "Install dependencies" \ step "Hygiene" \ npm run gulp -- hygiene +step "Monaco Editor Check" \ + ./node_modules/.bin/tsc -p ./src/tsconfig.monaco.json --noEmit + step "Mix in repository from vscode-distro" \ npm run gulp -- mixin diff --git a/build/tfs/win32/1_build.ps1 b/build/tfs/win32/1_build.ps1 index 0dac2d1fcb..0fcb56c1b9 100644 --- a/build/tfs/win32/1_build.ps1 +++ b/build/tfs/win32/1_build.ps1 @@ -24,6 +24,10 @@ step "Hygiene" { exec { & npm run gulp -- hygiene } } +step "Monaco Editor Check" { + exec { & .\node_modules\.bin\tsc -p .\src\tsconfig.monaco.json --noEmit } +} + $env:VSCODE_MIXIN_PASSWORD = $mixinPassword step "Mix in repository from vscode-distro" { exec { & npm run gulp -- mixin } @@ -41,6 +45,10 @@ step "Build minified" { exec { & npm run gulp -- "vscode-win32-$global:arch-min" } } +step "Copy Inno updater" { + exec { & npm run gulp -- "vscode-win32-$global:arch-copy-inno-updater" } +} + # step "Create loader snapshot" { # exec { & node build\lib\snapshotLoader.js --arch=$global:arch } # } diff --git a/build/tfs/win32/node.ps1 b/build/tfs/win32/node.ps1 index fdfe25ae36..14ccd0008b 100644 --- a/build/tfs/win32/node.ps1 +++ b/build/tfs/win32/node.ps1 @@ -1,7 +1,7 @@ # install node $env:Path = $env:NVM_HOME + ";" + $env:NVM_SYMLINK + ";" + $env:Path $NodeVersion = "8.9.1" -nvm install $NodeVersion -nvm use $NodeVersion -npm install -g yarn +# nvm install $NodeVersion +# nvm use $NodeVersion +# npm install -g yarn $env:Path = $env:NVM_HOME + "\v" + $NodeVersion + ";" + $env:Path \ No newline at end of file diff --git a/build/tsconfig.build.json b/build/tsconfig.build.json new file mode 100644 index 0000000000..2402a09288 --- /dev/null +++ b/build/tsconfig.build.json @@ -0,0 +1,7 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "allowJs": false, + "checkJs": false + } +} \ No newline at end of file diff --git a/build/tsconfig.json b/build/tsconfig.json index 04f3963055..b68c9b6daf 100644 --- a/build/tsconfig.json +++ b/build/tsconfig.json @@ -7,7 +7,12 @@ "preserveConstEnums": true, "sourceMap": false, "experimentalDecorators": true, - "newLine": "LF" + "newLine": "LF", + // enable JavaScript type checking for the language service + // use the tsconfig.build.json for compiling wich disable JavaScript + // type checking so that JavaScript file are not transpiled + "allowJs": true, + "checkJs": true }, "exclude": [ "node_modules/**" diff --git a/build/tslint.json b/build/tslint.json index a85e98b95d..1527527913 100644 --- a/build/tslint.json +++ b/build/tslint.json @@ -9,5 +9,6 @@ "always" ], "triple-equals": true - } + }, + "defaultSeverity": "warning" } \ No newline at end of file diff --git a/build/win32/OSSREADME.json b/build/win32/OSSREADME.json new file mode 100644 index 0000000000..e1dbed4b2c --- /dev/null +++ b/build/win32/OSSREADME.json @@ -0,0 +1,1794 @@ +[ + { + "name": "dtolnay/isatty", + "version": "0.1.6", + "repositoryUrl": "https://github.com/dtolnay/isatty", + "licenseDetail": [ + "Copyright (c) 2016", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "rust-num/num-integer", + "version": "0.1.35", + "repositoryUrl": "https://github.com/rust-num/num-integer", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "rust-lang-nursery/lazy-static.rs", + "version": "1.0.0", + "repositoryUrl": "https://github.com/rust-lang-nursery/lazy-static.rs", + "licenseDetail": [ + "Copyright (c) 2010 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "rust-lang/libc", + "version": "0.2.36", + "repositoryUrl": "https://github.com/rust-lang/libc", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "retep998/winapi-rs", + "version": "0.2.2", + "repositoryUrl": "https://github.com/retep998/winapi-rs", + "licenseDetail": [ + "Copyright (c) 2015 The winapi-rs Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "mrhooray/crc-rs", + "version": "1.7.0", + "repositoryUrl": "https://github.com/mrhooray/crc-rs.git", + "licenseDetail": [ + "MIT License", + "", + "Copyright (c) 2017 crc-rs Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "rust-num/num", + "version": "0.1.41", + "repositoryUrl": "https://github.com/rust-num/num", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "BurntSushi/byteorder", + "version": "1.2.1", + "repositoryUrl": "https://github.com/BurntSushi/byteorder", + "licenseDetail": [ + "The Source EULA", + "", + "Copyright (c) 2015 Andrew Gallant", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in", + "all copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN", + "THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "rust-num/num-traits", + "version": "0.1.42", + "repositoryUrl": "https://github.com/rust-num/num-traits", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "slog-rs/slog", + "version": "2.1.1", + "repositoryUrl": "https://github.com/slog-rs/slog", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "rust-num/num-iter", + "version": "0.1.34", + "repositoryUrl": "https://github.com/rust-num/num-iter", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "vitiral/build_const", + "version": "0.2.0", + "repositoryUrl": "https://github.com/vitiral/build_const", + "licenseDetail": [ + "The Source EULA", + "", + "Copyright (c) 2017 Garrett Berg, vitiral@gmail.com", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in", + "all copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN", + "THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "redox-os/termios", + "version": "0.1.1", + "repositoryUrl": "https://github.com/redox-os/termios", + "licenseDetail": [ + "MIT License", + "", + "Copyright (c) 2017 Redox OS", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "redox-os/syscall", + "version": "0.1.37", + "repositoryUrl": "https://github.com/redox-os/syscall", + "licenseDetail": [ + "Copyright (c) 2017 Redox OS Developers", + "", + "MIT License", + "", + "Permission is hereby granted, free of charge, to any person obtaining", + "a copy of this software and associated documentation files (the", + "\"Software\"), to deal in the Software without restriction, including", + "without limitation the rights to use, copy, modify, merge, publish,", + "distribute, sublicense, and/or sell copies of the Software, and to", + "permit persons to whom the Software is furnished to do so, subject to", + "the following conditions:", + "", + "The above copyright notice and this permission notice shall be", + "included in all copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,", + "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF", + "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND", + "NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE", + "LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION", + "WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "Stebalien/term", + "version": "0.4.6", + "repositoryUrl": "https://github.com/Stebalien/term", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "chronotope/chrono", + "version": "0.4.0", + "repositoryUrl": "https://github.com/chronotope/chrono", + "licenseDetail": [ + "Rust-chrono is dual-licensed under The Source EULA [1] and", + "Apache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and", + "contributors.", + "", + "Nota Bene: This is same as the Rust Project's own license.", + "", + "", + "[1]: , which is reproduced below:", + "", + "~~~~", + "The Source EULA", + "", + "Copyright (c) 2014, Kang Seonghoon.", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in", + "all copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN", + "THE SOFTWARE.", + "~~~~", + "", + "", + "[2]: , which is reproduced below:", + "", + "~~~~", + " Apache License", + " Version 2.0, January 2004", + " http://www.apache.org/licenses/", + "", + "TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION", + "", + "1. Definitions.", + "", + " \"License\" shall mean the terms and conditions for use, reproduction,", + " and distribution as defined by Sections 1 through 9 of this document.", + "", + " \"Licensor\" shall mean the copyright owner or entity authorized by", + " the copyright owner that is granting the License.", + "", + " \"Legal Entity\" shall mean the union of the acting entity and all", + " other entities that control, are controlled by, or are under common", + " control with that entity. For the purposes of this definition,", + " \"control\" means (i) the power, direct or indirect, to cause the", + " direction or management of such entity, whether by contract or", + " otherwise, or (ii) ownership of fifty percent (50%) or more of the", + " outstanding shares, or (iii) beneficial ownership of such entity.", + "", + " \"You\" (or \"Your\") shall mean an individual or Legal Entity", + " exercising permissions granted by this License.", + "", + " \"Source\" form shall mean the preferred form for making modifications,", + " including but not limited to software source code, documentation", + " source, and configuration files.", + "", + " \"Object\" form shall mean any form resulting from mechanical", + " transformation or translation of a Source form, including but", + " not limited to compiled object code, generated documentation,", + " and conversions to other media types.", + "", + " \"Work\" shall mean the work of authorship, whether in Source or", + " Object form, made available under the License, as indicated by a", + " copyright notice that is included in or attached to the work", + " (an example is provided in the Appendix below).", + "", + " \"Derivative Works\" shall mean any work, whether in Source or Object", + " form, that is based on (or derived from) the Work and for which the", + " editorial revisions, annotations, elaborations, or other modifications", + " represent, as a whole, an original work of authorship. For the purposes", + " of this License, Derivative Works shall not include works that remain", + " separable from, or merely link (or bind by name) to the interfaces of,", + " the Work and Derivative Works thereof.", + "", + " \"Contribution\" shall mean any work of authorship, including", + " the original version of the Work and any modifications or additions", + " to that Work or Derivative Works thereof, that is intentionally", + " submitted to Licensor for inclusion in the Work by the copyright owner", + " or by an individual or Legal Entity authorized to submit on behalf of", + " the copyright owner. For the purposes of this definition, \"submitted\"", + " means any form of electronic, verbal, or written communication sent", + " to the Licensor or its representatives, including but not limited to", + " communication on electronic mailing lists, source code control systems,", + " and issue tracking systems that are managed by, or on behalf of, the", + " Licensor for the purpose of discussing and improving the Work, but", + " excluding communication that is conspicuously marked or otherwise", + " designated in writing by the copyright owner as \"Not a Contribution.\"", + "", + " \"Contributor\" shall mean Licensor and any individual or Legal Entity", + " on behalf of whom a Contribution has been received by Licensor and", + " subsequently incorporated within the Work.", + "", + "2. Grant of Copyright License. Subject to the terms and conditions of", + " this License, each Contributor hereby grants to You a perpetual,", + " worldwide, non-exclusive, no-charge, royalty-free, irrevocable", + " copyright license to reproduce, prepare Derivative Works of,", + " publicly display, publicly perform, sublicense, and distribute the", + " Work and such Derivative Works in Source or Object form.", + "", + "3. Grant of Patent License. Subject to the terms and conditions of", + " this License, each Contributor hereby grants to You a perpetual,", + " worldwide, non-exclusive, no-charge, royalty-free, irrevocable", + " (except as stated in this section) patent license to make, have made,", + " use, offer to sell, sell, import, and otherwise transfer the Work,", + " where such license applies only to those patent claims licensable", + " by such Contributor that are necessarily infringed by their", + " Contribution(s) alone or by combination of their Contribution(s)", + " with the Work to which such Contribution(s) was submitted. If You", + " institute patent litigation against any entity (including a", + " cross-claim or counterclaim in a lawsuit) alleging that the Work", + " or a Contribution incorporated within the Work constitutes direct", + " or contributory patent infringement, then any patent licenses", + " granted to You under this License for that Work shall terminate", + " as of the date such litigation is filed.", + "", + "4. Redistribution. You may reproduce and distribute copies of the", + " Work or Derivative Works thereof in any medium, with or without", + " modifications, and in Source or Object form, provided that You", + " meet the following conditions:", + "", + " (a) You must give any other recipients of the Work or", + " Derivative Works a copy of this License; and", + "", + " (b) You must cause any modified files to carry prominent notices", + " stating that You changed the files; and", + "", + " (c) You must retain, in the Source form of any Derivative Works", + " that You distribute, all copyright, patent, trademark, and", + " attribution notices from the Source form of the Work,", + " excluding those notices that do not pertain to any part of", + " the Derivative Works; and", + "", + " (d) If the Work includes a \"NOTICE\" text file as part of its", + " distribution, then any Derivative Works that You distribute must", + " include a readable copy of the attribution notices contained", + " within such NOTICE file, excluding those notices that do not", + " pertain to any part of the Derivative Works, in at least one", + " of the following places: within a NOTICE text file distributed", + " as part of the Derivative Works; within the Source form or", + " documentation, if provided along with the Derivative Works; or,", + " within a display generated by the Derivative Works, if and", + " wherever such third-party notices normally appear. The contents", + " of the NOTICE file are for informational purposes only and", + " do not modify the License. You may add Your own attribution", + " notices within Derivative Works that You distribute, alongside", + " or as an addendum to the NOTICE text from the Work, provided", + " that such additional attribution notices cannot be construed", + " as modifying the License.", + "", + " You may add Your own copyright statement to Your modifications and", + " may provide additional or different license terms and conditions", + " for use, reproduction, or distribution of Your modifications, or", + " for any such Derivative Works as a whole, provided Your use,", + " reproduction, and distribution of the Work otherwise complies with", + " the conditions stated in this License.", + "", + "5. Submission of Contributions. Unless You explicitly state otherwise,", + " any Contribution intentionally submitted for inclusion in the Work", + " by You to the Licensor shall be under the terms and conditions of", + " this License, without any additional terms or conditions.", + " Notwithstanding the above, nothing herein shall supersede or modify", + " the terms of any separate license agreement you may have executed", + " with Licensor regarding such Contributions.", + "", + "6. Trademarks. This License does not grant permission to use the trade", + " names, trademarks, service marks, or product names of the Licensor,", + " except as required for reasonable and customary use in describing the", + " origin of the Work and reproducing the content of the NOTICE file.", + "", + "7. Disclaimer of Warranty. Unless required by applicable law or", + " agreed to in writing, Licensor provides the Work (and each", + " Contributor provides its Contributions) on an \"AS IS\" BASIS,", + " WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or", + " implied, including, without limitation, any warranties or conditions", + " of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A", + " PARTICULAR PURPOSE. You are solely responsible for determining the", + " appropriateness of using or redistributing the Work and assume any", + " risks associated with Your exercise of permissions under this License.", + "", + "8. Limitation of Liability. In no event and under no legal theory,", + " whether in tort (including negligence), contract, or otherwise,", + " unless required by applicable law (such as deliberate and grossly", + " negligent acts) or agreed to in writing, shall any Contributor be", + " liable to You for damages, including any direct, indirect, special,", + " incidental, or consequential damages of any character arising as a", + " result of this License or out of the use or inability to use the", + " Work (including but not limited to damages for loss of goodwill,", + " work stoppage, computer failure or malfunction, or any and all", + " other commercial damages or losses), even if such Contributor", + " has been advised of the possibility of such damages.", + "", + "9. Accepting Warranty or Additional Liability. While redistributing", + " the Work or Derivative Works thereof, You may choose to offer,", + " and charge a fee for, acceptance of support, warranty, indemnity,", + " or other liability obligations and/or rights consistent with this", + " License. However, in accepting such obligations, You may act only", + " on Your own behalf and on Your sole responsibility, not on behalf", + " of any other Contributor, and only if You agree to indemnify,", + " defend, and hold each Contributor harmless for any liability", + " incurred by, or claims asserted against, such Contributor by reason", + " of your accepting any such warranty or additional liability.", + "", + "END OF TERMS AND CONDITIONS", + "", + "APPENDIX: How to apply the Apache License to your work.", + "", + " To apply the Apache License to your work, attach the following", + " boilerplate notice, with the fields enclosed by brackets \"[]\"", + " replaced with your own identifying information. (Don't include", + " the brackets!) The text should be enclosed in the appropriate", + " comment syntax for the file format. We also recommend that a", + " file or class name and description of purpose be included on the", + " same \"printed page\" as the copyright notice for easier", + " identification within third-party archives.", + "", + "Copyright [yyyy] [name of copyright owner]", + "", + "Licensed under the Apache License, Version 2.0 (the \"License\");", + "you may not use this file except in compliance with the License.", + "You may obtain a copy of the License at", + "", + "\thttp://www.apache.org/licenses/LICENSE-2.0", + "", + "Unless required by applicable law or agreed to in writing, software", + "distributed under the License is distributed on an \"AS IS\" BASIS,", + "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", + "See the License for the specific language governing permissions and", + "limitations under the License.", + "~~~~" + ], + "isProd": true + }, + { + "name": "Amanieu/thread_local-rs", + "version": "0.3.5", + "repositoryUrl": "https://github.com/Amanieu/thread_local-rs", + "licenseDetail": [ + "Copyright (c) 2016 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "Sgeo/take_mut", + "version": "0.2.0", + "repositoryUrl": "https://github.com/Sgeo/take_mut", + "licenseDetail": [ + "The Source EULA", + "", + "Copyright (c) 2016 Sgeo", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "reem/rust-void", + "version": "1.0.2", + "repositoryUrl": "https://github.com/reem/rust-void.git", + "licenseDetail": [ + "Copyright (c) 2015 The rust-void Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "reem/rust-unreachable", + "version": "1.0.0", + "repositoryUrl": "https://github.com/reem/rust-unreachable.git", + "licenseDetail": [ + "Copyright (c) 2015 The rust-unreachable Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "rust-lang/time", + "version": "0.1.39", + "repositoryUrl": "https://github.com/rust-lang/time", + "licenseDetail": [ + "Copyright (c) 2014 The Rust Project Developers", + "", + "Permission is hereby granted, free of charge, to any", + "person obtaining a copy of this software and associated", + "documentation files (the \"Software\"), to deal in the", + "Software without restriction, including without", + "limitation the rights to use, copy, modify, merge,", + "publish, distribute, sublicense, and/or sell copies of", + "the Software, and to permit persons to whom the Software", + "is furnished to do so, subject to the following", + "conditions:", + "", + "The above copyright notice and this permission notice", + "shall be included in all copies or substantial portions", + "of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF", + "ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED", + "TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A", + "PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT", + "SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY", + "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR", + "IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER", + "DEALINGS IN THE SOFTWARE." + ], + "isProd": true + }, + { + "name": "ticki/termion", + "version": "1.5.1", + "repositoryUrl": "https://github.com/ticki/termion", + "licenseDetail": [ + "The Source EULA", + "", + "Copyright (c) 2016 Ticki", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "retep998/winapi-rs", + "version": "0.2.8", + "repositoryUrl": "https://github.com/retep998/winapi-rs", + "licenseDetail": [ + "Copyright (c) 2015 The winapi-rs Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "retep998/winapi-rs", + "version": "0.3.4", + "repositoryUrl": "https://github.com/retep998/winapi-rs", + "licenseDetail": [ + "Copyright (c) 2015 The winapi-rs Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "retep998/winapi-rs", + "version": "0.1.1", + "repositoryUrl": "https://github.com/retep998/winapi-rs", + "licenseDetail": [ + "Copyright (c) 2015 The winapi-rs Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "retep998/winapi-rs", + "version": "0.4.0", + "repositoryUrl": "https://github.com/retep998/winapi-rs", + "licenseDetail": [ + "Copyright (c) 2015 The winapi-rs Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "retep998/winapi-rs", + "version": "0.4.0", + "repositoryUrl": "https://github.com/retep998/winapi-rs", + "licenseDetail": [ + "Copyright (c) 2015 The winapi-rs Developers", + "", + "Permission is hereby granted, free of charge, to any person obtaining a copy", + "of this software and associated documentation files (the \"Software\"), to deal", + "in the Software without restriction, including without limitation the rights", + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", + "copies of the Software, and to permit persons to whom the Software is", + "furnished to do so, subject to the following conditions:", + "", + "The above copyright notice and this permission notice shall be included in all", + "copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", + "SOFTWARE." + ], + "isProd": true + }, + { + "name": "slog-rs/async", + "version": "2.2.0", + "repositoryUrl": "https://github.com/slog-rs/async", + "licenseDetail": [ + "Mozilla Public License Version 2.0", + "==================================", + "", + "1. Definitions", + "--------------", + "", + "1.1. \"Contributor\"", + " means each individual or legal entity that creates, contributes to", + " the creation of, or owns Covered Software.", + "", + "1.2. \"Contributor Version\"", + " means the combination of the Contributions of others (if any) used", + " by a Contributor and that particular Contributor's Contribution.", + "", + "1.3. \"Contribution\"", + " means Covered Software of a particular Contributor.", + "", + "1.4. \"Covered Software\"", + " means Source Code Form to which the initial Contributor has attached", + " the notice in Exhibit A, the Executable Form of such Source Code", + " Form, and Modifications of such Source Code Form, in each case", + " including portions thereof.", + "", + "1.5. \"Incompatible With Secondary Licenses\"", + " means", + "", + " (a) that the initial Contributor has attached the notice described", + " in Exhibit B to the Covered Software; or", + "", + " (b) that the Covered Software was made available under the terms of", + " version 1.1 or earlier of the License, but not also under the", + " terms of a Secondary License.", + "", + "1.6. \"Executable Form\"", + " means any form of the work other than Source Code Form.", + "", + "1.7. \"Larger Work\"", + " means a work that combines Covered Software with other material, in ", + " a separate file or files, that is not Covered Software.", + "", + "1.8. \"License\"", + " means this document.", + "", + "1.9. \"Licensable\"", + " means having the right to grant, to the maximum extent possible,", + " whether at the time of the initial grant or subsequently, any and", + " all of the rights conveyed by this License.", + "", + "1.10. \"Modifications\"", + " means any of the following:", + "", + " (a) any file in Source Code Form that results from an addition to,", + " deletion from, or modification of the contents of Covered", + " Software; or", + "", + " (b) any new file in Source Code Form that contains any Covered", + " Software.", + "", + "1.11. \"Patent Claims\" of a Contributor", + " means any patent claim(s), including without limitation, method,", + " process, and apparatus claims, in any patent Licensable by such", + " Contributor that would be infringed, but for the grant of the", + " License, by the making, using, selling, offering for sale, having", + " made, import, or transfer of either its Contributions or its", + " Contributor Version.", + "", + "1.12. \"Secondary License\"", + " means either the GNU General Public License, Version 2.0, the GNU", + " Lesser General Public License, Version 2.1, the GNU Affero General", + " Public License, Version 3.0, or any later versions of those", + " licenses.", + "", + "1.13. \"Source Code Form\"", + " means the form of the work preferred for making modifications.", + "", + "1.14. \"You\" (or \"Your\")", + " means an individual or a legal entity exercising rights under this", + " License. For legal entities, \"You\" includes any entity that", + " controls, is controlled by, or is under common control with You. For", + " purposes of this definition, \"control\" means (a) the power, direct", + " or indirect, to cause the direction or management of such entity,", + " whether by contract or otherwise, or (b) ownership of more than", + " fifty percent (50%) of the outstanding shares or beneficial", + " ownership of such entity.", + "", + "2. License Grants and Conditions", + "--------------------------------", + "", + "2.1. Grants", + "", + "Each Contributor hereby grants You a world-wide, royalty-free,", + "non-exclusive license:", + "", + "(a) under intellectual property rights (other than patent or trademark)", + " Licensable by such Contributor to use, reproduce, make available,", + " modify, display, perform, distribute, and otherwise exploit its", + " Contributions, either on an unmodified basis, with Modifications, or", + " as part of a Larger Work; and", + "", + "(b) under Patent Claims of such Contributor to make, use, sell, offer", + " for sale, have made, import, and otherwise transfer either its", + " Contributions or its Contributor Version.", + "", + "2.2. Effective Date", + "", + "The licenses granted in Section 2.1 with respect to any Contribution", + "become effective for each Contribution on the date the Contributor first", + "distributes such Contribution.", + "", + "2.3. Limitations on Grant Scope", + "", + "The licenses granted in this Section 2 are the only rights granted under", + "this License. No additional rights or licenses will be implied from the", + "distribution or licensing of Covered Software under this License.", + "Notwithstanding Section 2.1(b) above, no patent license is granted by a", + "Contributor:", + "", + "(a) for any code that a Contributor has removed from Covered Software;", + " or", + "", + "(b) for infringements caused by: (i) Your and any other third party's", + " modifications of Covered Software, or (ii) the combination of its", + " Contributions with other software (except as part of its Contributor", + " Version); or", + "", + "(c) under Patent Claims infringed by Covered Software in the absence of", + " its Contributions.", + "", + "This License does not grant any rights in the trademarks, service marks,", + "or logos of any Contributor (except as may be necessary to comply with", + "the notice requirements in Section 3.4).", + "", + "2.4. Subsequent Licenses", + "", + "No Contributor makes additional grants as a result of Your choice to", + "distribute the Covered Software under a subsequent version of this", + "License (see Section 10.2) or under the terms of a Secondary License (if", + "permitted under the terms of Section 3.3).", + "", + "2.5. Representation", + "", + "Each Contributor represents that the Contributor believes its", + "Contributions are its original creation(s) or it has sufficient rights", + "to grant the rights to its Contributions conveyed by this License.", + "", + "2.6. Fair Use", + "", + "This License is not intended to limit any rights You have under", + "applicable copyright doctrines of fair use, fair dealing, or other", + "equivalents.", + "", + "2.7. Conditions", + "", + "Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted", + "in Section 2.1.", + "", + "3. Responsibilities", + "-------------------", + "", + "3.1. Distribution of Source Form", + "", + "All distribution of Covered Software in Source Code Form, including any", + "Modifications that You create or to which You contribute, must be under", + "the terms of this License. You must inform recipients that the Source", + "Code Form of the Covered Software is governed by the terms of this", + "License, and how they can obtain a copy of this License. You may not", + "attempt to alter or restrict the recipients' rights in the Source Code", + "Form.", + "", + "3.2. Distribution of Executable Form", + "", + "If You distribute Covered Software in Executable Form then:", + "", + "(a) such Covered Software must also be made available in Source Code", + " Form, as described in Section 3.1, and You must inform recipients of", + " the Executable Form how they can obtain a copy of such Source Code", + " Form by reasonable means in a timely manner, at a charge no more", + " than the cost of distribution to the recipient; and", + "", + "(b) You may distribute such Executable Form under the terms of this", + " License, or sublicense it under different terms, provided that the", + " license for the Executable Form does not attempt to limit or alter", + " the recipients' rights in the Source Code Form under this License.", + "", + "3.3. Distribution of a Larger Work", + "", + "You may create and distribute a Larger Work under terms of Your choice,", + "provided that You also comply with the requirements of this License for", + "the Covered Software. If the Larger Work is a combination of Covered", + "Software with a work governed by one or more Secondary Licenses, and the", + "Covered Software is not Incompatible With Secondary Licenses, this", + "License permits You to additionally distribute such Covered Software", + "under the terms of such Secondary License(s), so that the recipient of", + "the Larger Work may, at their option, further distribute the Covered", + "Software under the terms of either this License or such Secondary", + "License(s).", + "", + "3.4. Notices", + "", + "You may not remove or alter the substance of any license notices", + "(including copyright notices, patent notices, disclaimers of warranty,", + "or limitations of liability) contained within the Source Code Form of", + "the Covered Software, except that You may alter any license notices to", + "the extent required to remedy known factual inaccuracies.", + "", + "3.5. Application of Additional Terms", + "", + "You may choose to offer, and to charge a fee for, warranty, support,", + "indemnity or liability obligations to one or more recipients of Covered", + "Software. However, You may do so only on Your own behalf, and not on", + "behalf of any Contributor. You must make it absolutely clear that any", + "such warranty, support, indemnity, or liability obligation is offered by", + "You alone, and You hereby agree to indemnify every Contributor for any", + "liability incurred by such Contributor as a result of warranty, support,", + "indemnity or liability terms You offer. You may include additional", + "disclaimers of warranty and limitations of liability specific to any", + "jurisdiction.", + "", + "4. Inability to Comply Due to Statute or Regulation", + "---------------------------------------------------", + "", + "If it is impossible for You to comply with any of the terms of this", + "License with respect to some or all of the Covered Software due to", + "statute, judicial order, or regulation then You must: (a) comply with", + "the terms of this License to the maximum extent possible; and (b)", + "describe the limitations and the code they affect. Such description must", + "be placed in a text file included with all distributions of the Covered", + "Software under this License. Except to the extent prohibited by statute", + "or regulation, such description must be sufficiently detailed for a", + "recipient of ordinary skill to be able to understand it.", + "", + "5. Termination", + "--------------", + "", + "5.1. The rights granted under this License will terminate automatically", + "if You fail to comply with any of its terms. However, if You become", + "compliant, then the rights granted under this License from a particular", + "Contributor are reinstated (a) provisionally, unless and until such", + "Contributor explicitly and finally terminates Your grants, and (b) on an", + "ongoing basis, if such Contributor fails to notify You of the", + "non-compliance by some reasonable means prior to 60 days after You have", + "come back into compliance. Moreover, Your grants from a particular", + "Contributor are reinstated on an ongoing basis if such Contributor", + "notifies You of the non-compliance by some reasonable means, this is the", + "first time You have received notice of non-compliance with this License", + "from such Contributor, and You become compliant prior to 30 days after", + "Your receipt of the notice.", + "", + "5.2. If You initiate litigation against any entity by asserting a patent", + "infringement claim (excluding declaratory judgment actions,", + "counter-claims, and cross-claims) alleging that a Contributor Version", + "directly or indirectly infringes any patent, then the rights granted to", + "You by any and all Contributors for the Covered Software under Section", + "2.1 of this License shall terminate.", + "", + "5.3. In the event of termination under Sections 5.1 or 5.2 above, all", + "end user license agreements (excluding distributors and resellers) which", + "have been validly granted by You or Your distributors under this License", + "prior to termination shall survive termination.", + "", + "************************************************************************", + "* *", + "* 6. Disclaimer of Warranty *", + "* ------------------------- *", + "* *", + "* Covered Software is provided under this License on an \"as is\" *", + "* basis, without warranty of any kind, either expressed, implied, or *", + "* statutory, including, without limitation, warranties that the *", + "* Covered Software is free of defects, merchantable, fit for a *", + "* particular purpose or non-infringing. The entire risk as to the *", + "* quality and performance of the Covered Software is with You. *", + "* Should any Covered Software prove defective in any respect, You *", + "* (not any Contributor) assume the cost of any necessary servicing, *", + "* repair, or correction. This disclaimer of warranty constitutes an *", + "* essential part of this License. No use of any Covered Software is *", + "* authorized under this License except under this disclaimer. *", + "* *", + "************************************************************************", + "", + "************************************************************************", + "* *", + "* 7. Limitation of Liability *", + "* -------------------------- *", + "* *", + "* Under no circumstances and under no legal theory, whether tort *", + "* (including negligence), contract, or otherwise, shall any *", + "* Contributor, or anyone who distributes Covered Software as *", + "* permitted above, be liable to You for any direct, indirect, *", + "* special, incidental, or consequential damages of any character *", + "* including, without limitation, damages for lost profits, loss of *", + "* goodwill, work stoppage, computer failure or malfunction, or any *", + "* and all other commercial damages or losses, even if such party *", + "* shall have been informed of the possibility of such damages. This *", + "* limitation of liability shall not apply to liability for death or *", + "* personal injury resulting from such party's negligence to the *", + "* extent applicable law prohibits such limitation. Some *", + "* jurisdictions do not allow the exclusion or limitation of *", + "* incidental or consequential damages, so this exclusion and *", + "* limitation may not apply to You. *", + "* *", + "************************************************************************", + "", + "8. Litigation", + "-------------", + "", + "Any litigation relating to this License may be brought only in the", + "courts of a jurisdiction where the defendant maintains its principal", + "place of business and such litigation shall be governed by laws of that", + "jurisdiction, without reference to its conflict-of-law provisions.", + "Nothing in this Section shall prevent a party's ability to bring", + "cross-claims or counter-claims.", + "", + "9. Miscellaneous", + "----------------", + "", + "This License represents the complete agreement concerning the subject", + "matter hereof. If any provision of this License is held to be", + "unenforceable, such provision shall be reformed only to the extent", + "necessary to make it enforceable. Any law or regulation which provides", + "that the language of a contract shall be construed against the drafter", + "shall not be used to construe this License against a Contributor.", + "", + "10. Versions of the License", + "---------------------------", + "", + "10.1. New Versions", + "", + "Mozilla Foundation is the license steward. Except as provided in Section", + "10.3, no one other than the license steward has the right to modify or", + "publish new versions of this License. Each version will be given a", + "distinguishing version number.", + "", + "10.2. Effect of New Versions", + "", + "You may distribute the Covered Software under the terms of the version", + "of the License under which You originally received the Covered Software,", + "or under the terms of any subsequent version published by the license", + "steward.", + "", + "10.3. Modified Versions", + "", + "If you create software not governed by this License, and you want to", + "create a new license for such software, you may create and use a", + "modified version of this License if you rename the license and remove", + "any references to the name of the license steward (except to note that", + "such modified license differs from this License).", + "", + "10.4. Distributing Source Code Form that is Incompatible With Secondary", + "Licenses", + "", + "If You choose to distribute Source Code Form that is Incompatible With", + "Secondary Licenses under the terms of this version of the License, the", + "notice described in Exhibit B of this License must be attached.", + "", + "Exhibit A - Source Code Form License Notice", + "-------------------------------------------", + "", + " This Source Code Form is subject to the terms of the Mozilla Public", + " License, v. 2.0. If a copy of the MPL was not distributed with this", + " file, You can obtain one at http://mozilla.org/MPL/2.0/.", + "", + "If it is not possible or desirable to put the notice in a particular", + "file, then You may include the notice in a location (such as a LICENSE", + "file in a relevant directory) where a recipient would be likely to look", + "for such a notice.", + "", + "You may add additional accurate notices of copyright ownership.", + "", + "Exhibit B - \"Incompatible With Secondary Licenses\" Notice", + "---------------------------------------------------------", + "", + " This Source Code Form is \"Incompatible With Secondary Licenses\", as", + " defined by the Mozilla Public License, v. 2.0." + ], + "isProd": true + }, + { + "name": "slog-rs/term", + "version": "2.3.0", + "repositoryUrl": "https://github.com/slog-rs/term", + "licenseDetail": [ + "Mozilla Public License Version 2.0", + "==================================", + "", + "1. Definitions", + "--------------", + "", + "1.1. \"Contributor\"", + " means each individual or legal entity that creates, contributes to", + " the creation of, or owns Covered Software.", + "", + "1.2. \"Contributor Version\"", + " means the combination of the Contributions of others (if any) used", + " by a Contributor and that particular Contributor's Contribution.", + "", + "1.3. \"Contribution\"", + " means Covered Software of a particular Contributor.", + "", + "1.4. \"Covered Software\"", + " means Source Code Form to which the initial Contributor has attached", + " the notice in Exhibit A, the Executable Form of such Source Code", + " Form, and Modifications of such Source Code Form, in each case", + " including portions thereof.", + "", + "1.5. \"Incompatible With Secondary Licenses\"", + " means", + "", + " (a) that the initial Contributor has attached the notice described", + " in Exhibit B to the Covered Software; or", + "", + " (b) that the Covered Software was made available under the terms of", + " version 1.1 or earlier of the License, but not also under the", + " terms of a Secondary License.", + "", + "1.6. \"Executable Form\"", + " means any form of the work other than Source Code Form.", + "", + "1.7. \"Larger Work\"", + " means a work that combines Covered Software with other material, in ", + " a separate file or files, that is not Covered Software.", + "", + "1.8. \"License\"", + " means this document.", + "", + "1.9. \"Licensable\"", + " means having the right to grant, to the maximum extent possible,", + " whether at the time of the initial grant or subsequently, any and", + " all of the rights conveyed by this License.", + "", + "1.10. \"Modifications\"", + " means any of the following:", + "", + " (a) any file in Source Code Form that results from an addition to,", + " deletion from, or modification of the contents of Covered", + " Software; or", + "", + " (b) any new file in Source Code Form that contains any Covered", + " Software.", + "", + "1.11. \"Patent Claims\" of a Contributor", + " means any patent claim(s), including without limitation, method,", + " process, and apparatus claims, in any patent Licensable by such", + " Contributor that would be infringed, but for the grant of the", + " License, by the making, using, selling, offering for sale, having", + " made, import, or transfer of either its Contributions or its", + " Contributor Version.", + "", + "1.12. \"Secondary License\"", + " means either the GNU General Public License, Version 2.0, the GNU", + " Lesser General Public License, Version 2.1, the GNU Affero General", + " Public License, Version 3.0, or any later versions of those", + " licenses.", + "", + "1.13. \"Source Code Form\"", + " means the form of the work preferred for making modifications.", + "", + "1.14. \"You\" (or \"Your\")", + " means an individual or a legal entity exercising rights under this", + " License. For legal entities, \"You\" includes any entity that", + " controls, is controlled by, or is under common control with You. For", + " purposes of this definition, \"control\" means (a) the power, direct", + " or indirect, to cause the direction or management of such entity,", + " whether by contract or otherwise, or (b) ownership of more than", + " fifty percent (50%) of the outstanding shares or beneficial", + " ownership of such entity.", + "", + "2. License Grants and Conditions", + "--------------------------------", + "", + "2.1. Grants", + "", + "Each Contributor hereby grants You a world-wide, royalty-free,", + "non-exclusive license:", + "", + "(a) under intellectual property rights (other than patent or trademark)", + " Licensable by such Contributor to use, reproduce, make available,", + " modify, display, perform, distribute, and otherwise exploit its", + " Contributions, either on an unmodified basis, with Modifications, or", + " as part of a Larger Work; and", + "", + "(b) under Patent Claims of such Contributor to make, use, sell, offer", + " for sale, have made, import, and otherwise transfer either its", + " Contributions or its Contributor Version.", + "", + "2.2. Effective Date", + "", + "The licenses granted in Section 2.1 with respect to any Contribution", + "become effective for each Contribution on the date the Contributor first", + "distributes such Contribution.", + "", + "2.3. Limitations on Grant Scope", + "", + "The licenses granted in this Section 2 are the only rights granted under", + "this License. No additional rights or licenses will be implied from the", + "distribution or licensing of Covered Software under this License.", + "Notwithstanding Section 2.1(b) above, no patent license is granted by a", + "Contributor:", + "", + "(a) for any code that a Contributor has removed from Covered Software;", + " or", + "", + "(b) for infringements caused by: (i) Your and any other third party's", + " modifications of Covered Software, or (ii) the combination of its", + " Contributions with other software (except as part of its Contributor", + " Version); or", + "", + "(c) under Patent Claims infringed by Covered Software in the absence of", + " its Contributions.", + "", + "This License does not grant any rights in the trademarks, service marks,", + "or logos of any Contributor (except as may be necessary to comply with", + "the notice requirements in Section 3.4).", + "", + "2.4. Subsequent Licenses", + "", + "No Contributor makes additional grants as a result of Your choice to", + "distribute the Covered Software under a subsequent version of this", + "License (see Section 10.2) or under the terms of a Secondary License (if", + "permitted under the terms of Section 3.3).", + "", + "2.5. Representation", + "", + "Each Contributor represents that the Contributor believes its", + "Contributions are its original creation(s) or it has sufficient rights", + "to grant the rights to its Contributions conveyed by this License.", + "", + "2.6. Fair Use", + "", + "This License is not intended to limit any rights You have under", + "applicable copyright doctrines of fair use, fair dealing, or other", + "equivalents.", + "", + "2.7. Conditions", + "", + "Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted", + "in Section 2.1.", + "", + "3. Responsibilities", + "-------------------", + "", + "3.1. Distribution of Source Form", + "", + "All distribution of Covered Software in Source Code Form, including any", + "Modifications that You create or to which You contribute, must be under", + "the terms of this License. You must inform recipients that the Source", + "Code Form of the Covered Software is governed by the terms of this", + "License, and how they can obtain a copy of this License. You may not", + "attempt to alter or restrict the recipients' rights in the Source Code", + "Form.", + "", + "3.2. Distribution of Executable Form", + "", + "If You distribute Covered Software in Executable Form then:", + "", + "(a) such Covered Software must also be made available in Source Code", + " Form, as described in Section 3.1, and You must inform recipients of", + " the Executable Form how they can obtain a copy of such Source Code", + " Form by reasonable means in a timely manner, at a charge no more", + " than the cost of distribution to the recipient; and", + "", + "(b) You may distribute such Executable Form under the terms of this", + " License, or sublicense it under different terms, provided that the", + " license for the Executable Form does not attempt to limit or alter", + " the recipients' rights in the Source Code Form under this License.", + "", + "3.3. Distribution of a Larger Work", + "", + "You may create and distribute a Larger Work under terms of Your choice,", + "provided that You also comply with the requirements of this License for", + "the Covered Software. If the Larger Work is a combination of Covered", + "Software with a work governed by one or more Secondary Licenses, and the", + "Covered Software is not Incompatible With Secondary Licenses, this", + "License permits You to additionally distribute such Covered Software", + "under the terms of such Secondary License(s), so that the recipient of", + "the Larger Work may, at their option, further distribute the Covered", + "Software under the terms of either this License or such Secondary", + "License(s).", + "", + "3.4. Notices", + "", + "You may not remove or alter the substance of any license notices", + "(including copyright notices, patent notices, disclaimers of warranty,", + "or limitations of liability) contained within the Source Code Form of", + "the Covered Software, except that You may alter any license notices to", + "the extent required to remedy known factual inaccuracies.", + "", + "3.5. Application of Additional Terms", + "", + "You may choose to offer, and to charge a fee for, warranty, support,", + "indemnity or liability obligations to one or more recipients of Covered", + "Software. However, You may do so only on Your own behalf, and not on", + "behalf of any Contributor. You must make it absolutely clear that any", + "such warranty, support, indemnity, or liability obligation is offered by", + "You alone, and You hereby agree to indemnify every Contributor for any", + "liability incurred by such Contributor as a result of warranty, support,", + "indemnity or liability terms You offer. You may include additional", + "disclaimers of warranty and limitations of liability specific to any", + "jurisdiction.", + "", + "4. Inability to Comply Due to Statute or Regulation", + "---------------------------------------------------", + "", + "If it is impossible for You to comply with any of the terms of this", + "License with respect to some or all of the Covered Software due to", + "statute, judicial order, or regulation then You must: (a) comply with", + "the terms of this License to the maximum extent possible; and (b)", + "describe the limitations and the code they affect. Such description must", + "be placed in a text file included with all distributions of the Covered", + "Software under this License. Except to the extent prohibited by statute", + "or regulation, such description must be sufficiently detailed for a", + "recipient of ordinary skill to be able to understand it.", + "", + "5. Termination", + "--------------", + "", + "5.1. The rights granted under this License will terminate automatically", + "if You fail to comply with any of its terms. However, if You become", + "compliant, then the rights granted under this License from a particular", + "Contributor are reinstated (a) provisionally, unless and until such", + "Contributor explicitly and finally terminates Your grants, and (b) on an", + "ongoing basis, if such Contributor fails to notify You of the", + "non-compliance by some reasonable means prior to 60 days after You have", + "come back into compliance. Moreover, Your grants from a particular", + "Contributor are reinstated on an ongoing basis if such Contributor", + "notifies You of the non-compliance by some reasonable means, this is the", + "first time You have received notice of non-compliance with this License", + "from such Contributor, and You become compliant prior to 30 days after", + "Your receipt of the notice.", + "", + "5.2. If You initiate litigation against any entity by asserting a patent", + "infringement claim (excluding declaratory judgment actions,", + "counter-claims, and cross-claims) alleging that a Contributor Version", + "directly or indirectly infringes any patent, then the rights granted to", + "You by any and all Contributors for the Covered Software under Section", + "2.1 of this License shall terminate.", + "", + "5.3. In the event of termination under Sections 5.1 or 5.2 above, all", + "end user license agreements (excluding distributors and resellers) which", + "have been validly granted by You or Your distributors under this License", + "prior to termination shall survive termination.", + "", + "************************************************************************", + "* *", + "* 6. Disclaimer of Warranty *", + "* ------------------------- *", + "* *", + "* Covered Software is provided under this License on an \"as is\" *", + "* basis, without warranty of any kind, either expressed, implied, or *", + "* statutory, including, without limitation, warranties that the *", + "* Covered Software is free of defects, merchantable, fit for a *", + "* particular purpose or non-infringing. The entire risk as to the *", + "* quality and performance of the Covered Software is with You. *", + "* Should any Covered Software prove defective in any respect, You *", + "* (not any Contributor) assume the cost of any necessary servicing, *", + "* repair, or correction. This disclaimer of warranty constitutes an *", + "* essential part of this License. No use of any Covered Software is *", + "* authorized under this License except under this disclaimer. *", + "* *", + "************************************************************************", + "", + "************************************************************************", + "* *", + "* 7. Limitation of Liability *", + "* -------------------------- *", + "* *", + "* Under no circumstances and under no legal theory, whether tort *", + "* (including negligence), contract, or otherwise, shall any *", + "* Contributor, or anyone who distributes Covered Software as *", + "* permitted above, be liable to You for any direct, indirect, *", + "* special, incidental, or consequential damages of any character *", + "* including, without limitation, damages for lost profits, loss of *", + "* goodwill, work stoppage, computer failure or malfunction, or any *", + "* and all other commercial damages or losses, even if such party *", + "* shall have been informed of the possibility of such damages. This *", + "* limitation of liability shall not apply to liability for death or *", + "* personal injury resulting from such party's negligence to the *", + "* extent applicable law prohibits such limitation. Some *", + "* jurisdictions do not allow the exclusion or limitation of *", + "* incidental or consequential damages, so this exclusion and *", + "* limitation may not apply to You. *", + "* *", + "************************************************************************", + "", + "8. Litigation", + "-------------", + "", + "Any litigation relating to this License may be brought only in the", + "courts of a jurisdiction where the defendant maintains its principal", + "place of business and such litigation shall be governed by laws of that", + "jurisdiction, without reference to its conflict-of-law provisions.", + "Nothing in this Section shall prevent a party's ability to bring", + "cross-claims or counter-claims.", + "", + "9. Miscellaneous", + "----------------", + "", + "This License represents the complete agreement concerning the subject", + "matter hereof. If any provision of this License is held to be", + "unenforceable, such provision shall be reformed only to the extent", + "necessary to make it enforceable. Any law or regulation which provides", + "that the language of a contract shall be construed against the drafter", + "shall not be used to construe this License against a Contributor.", + "", + "10. Versions of the License", + "---------------------------", + "", + "10.1. New Versions", + "", + "Mozilla Foundation is the license steward. Except as provided in Section", + "10.3, no one other than the license steward has the right to modify or", + "publish new versions of this License. Each version will be given a", + "distinguishing version number.", + "", + "10.2. Effect of New Versions", + "", + "You may distribute the Covered Software under the terms of the version", + "of the License under which You originally received the Covered Software,", + "or under the terms of any subsequent version published by the license", + "steward.", + "", + "10.3. Modified Versions", + "", + "If you create software not governed by this License, and you want to", + "create a new license for such software, you may create and use a", + "modified version of this License if you rename the license and remove", + "any references to the name of the license steward (except to note that", + "such modified license differs from this License).", + "", + "10.4. Distributing Source Code Form that is Incompatible With Secondary", + "Licenses", + "", + "If You choose to distribute Source Code Form that is Incompatible With", + "Secondary Licenses under the terms of this version of the License, the", + "notice described in Exhibit B of this License must be attached.", + "", + "Exhibit A - Source Code Form License Notice", + "-------------------------------------------", + "", + " This Source Code Form is subject to the terms of the Mozilla Public", + " License, v. 2.0. If a copy of the MPL was not distributed with this", + " file, You can obtain one at http://mozilla.org/MPL/2.0/.", + "", + "If it is not possible or desirable to put the notice in a particular", + "file, then You may include the notice in a location (such as a LICENSE", + "file in a relevant directory) where a recipient would be likely to look", + "for such a notice.", + "", + "You may add additional accurate notices of copyright ownership.", + "", + "Exhibit B - \"Incompatible With Secondary Licenses\" Notice", + "---------------------------------------------------------", + "", + " This Source Code Form is \"Incompatible With Secondary Licenses\", as", + " defined by the Mozilla Public License, v. 2.0." + ], + "isProd": true + } +] diff --git a/build/win32/code.iss b/build/win32/code.iss index 56e4096cc6..ce16574030 100644 --- a/build/win32/code.iss +++ b/build/win32/code.iss @@ -19,7 +19,7 @@ OutputDir={#OutputDir} OutputBaseFilename=SqlOpsStudioSetup Compression=lzma SolidCompression=yes -AppMutex={#AppMutex} +AppMutex={code:GetAppMutex} SetupMutex={#AppMutex}setup WizardImageFile={#RepoDir}\resources\win32\inno-big.bmp WizardSmallImageFile={#RepoDir}\resources\win32\inno-small.bmp @@ -52,8 +52,13 @@ Type: filesandordirs; Name: "{app}\resources\app\out"; Check: IsNotUpdate Type: filesandordirs; Name: "{app}\resources\app\plugins"; Check: IsNotUpdate Type: filesandordirs; Name: "{app}\resources\app\extensions"; Check: IsNotUpdate Type: filesandordirs; Name: "{app}\resources\app\node_modules"; Check: IsNotUpdate +Type: filesandordirs; Name: "{app}\resources\app\node_modules.asar.unpacked"; Check: IsNotUpdate +Type: files; Name: "{app}\resources\app\node_modules.asar"; Check: IsNotUpdate Type: files; Name: "{app}\resources\app\Credits_45.0.2454.85.html"; Check: IsNotUpdate +[UninstallDelete] +Type: filesandordirs; Name: "{app}\_" + [Tasks] Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1 Name: "addtopath"; Description: "{cm:AddToPath}"; GroupDescription: "{cm:Other}" @@ -138,6 +143,48 @@ begin Result := True; end; +function GetAppMutex(Value: string): string; +begin + if IsBackgroundUpdate() then + Result := '' + else + Result := '{#AppMutex}'; +end; + +function GetDestDir(Value: string): string; +begin + if IsBackgroundUpdate() then + Result := ExpandConstant('{app}\_') + else + Result := ExpandConstant('{app}'); +end; + +function BoolToStr(Value: Boolean): String; +begin + if Value then + Result := 'true' + else + Result := 'false'; +end; + +procedure CurStepChanged(CurStep: TSetupStep); +var + UpdateResultCode: Integer; +begin + if IsBackgroundUpdate() and (CurStep = ssPostInstall) then + begin + CreateMutex('{#AppMutex}-ready'); + + while (CheckForMutexes('{#AppMutex}')) do + begin + Log('Application is still running, waiting'); + Sleep(1000); + end; + + Exec(ExpandConstant('{app}\tools\inno_updater.exe'), ExpandConstant('"{app}\{#ExeBasename}.exe" ' + BoolToStr(LockFileExists())), '', SW_SHOW, ewWaitUntilTerminated, UpdateResultCode); + end; +end; + // http://stackoverflow.com/a/23838239/261019 procedure Explode(var Dest: TArrayOfString; Text: String; Separator: String); var diff --git a/build/win32/inno_updater.exe b/build/win32/inno_updater.exe new file mode 100644 index 0000000000000000000000000000000000000000..a896061751d4bcc3a187c924fc3c184e923d0916 GIT binary patch literal 394240 zcmeFa3w)Ht_5Z({EU?Jx6C`S?QC3}P5VS<85=D&=A+=PaAW)?i71KabQ`iVqs)5}I zkIP!xV!yVvt!-^5nRzxBE`Du)zyJUL z{lEVIDEpje=FH5QGiT16Gq>jp7cU7FheDwU|2jHCp%py!S8abk{%14M2Mt_xP-uDI zKODUxJnj!iPiUAvJKi|!ny<{d?5g+`mtB4JHOctpSH@>GT^*l(b-d>M@$sv!nRexg z2OfApBFOsq%`@M;`ddZ!6#jiB_pN&_=l!Cmi|?IjpW%BO?6c3k->}c#_g=xX_{n1X zy!uXk=~px;Y|k3hof8U;3-<{fwC1}P7veUBjtTb*9~25T zz=hkwHu$O;z$Jjq;!L%Ji$bB^Hn!^-no0;LUs~KNR1~V7ZxNMFiS4uVVN*tq>lG?f z5sf^T+n}C5!+M9N4GM*p#CwG%^o+4@HAj;U$Pi!MJsvtMpl^SFCnm3)nXsUpy3=dg82UmnAO?g=XAG1bK!;P^k69 zuhdVUHk&9#)CG9Q?1fi-Vsa)}E}PKQ057o@Uh9doX3x3;Jj*+H7`mUAL3`mMnxF7n?VKWSp>t?l#QZH5tVJxgv{J87KglknPehz^O&LOR!@k=50B>Lo1z$pO<5ljZ0GUf; znc|k#WR*WAmbyMdEuQZ~rRM^*yaJS|jkH%o7nD`oJ_loxt8*_AhrB8^xj2BazD1%#=iVYF?r&ocjzo z{)9xWKP55FJU9Wyl#0Lyfc*9rs(S^~%&aiiw!Gq{CkV6H zVvYuLw8iwl9J{$DarmN|#KGPJHHor%_)%gmBvC^MwyLbp^P)y5CB5JFP&N6dUO#K_ zQ`=q&uk&l7Bfa!a#G<{oTA_W6Ynw}}{Tpi9$J934uyOnnRi{U$CQU#T5^(~~o1)MO{*Ri;!+$7ke;4uFe$!%p_1AvW5(k9V-LzB? z6+3v*P5%L;s+H9HH{A+sGj1fenzAY+X2}OdakBQj@0azHnvhX78R0V)UG{rfBxOs5$Bf zMWKQ~^;R!yIY@mGWOK#h;!qaE+@XXtRc0dc*);!tHr?z`k`-y_B7 zhBu3wccIBr)TntE6#NJv{fgJJiYIhTSQ+%KsPt3I1l~wH!Q4fH+!)@d$GC@8JxD4k zN*Am$m#9 zAoDGWH4-sj&z5Js^s8ipPN)kwdai^*97QPley@w85{jm;S`J=#b8#p?HPse1>j$EY zCK6a?ejT=KwK8OR`yEKLy!|zRc)Ok_>Pk)Hwfy-b%hGal(SqVmS;^%IML8_G6q*o@ zvXMo};}HEb)2&UD;9z+V4o;=qa&rjj^B3(EIod|9NE10?ugF0*atMu?SHtwoR#H=L z9=ZvsX-##6y``;E@lzmPogiQ84V1bFg(jL0&Wi-UGf-_afHxD;(%STv9Wax}sw+fZL4P&F0pMz2R?~R z_S1pC^dEb))zQ?W%=}^zl{{4PrS>X2iuTgjyXZrNS5)?7aAYqAN6hl(fWbW@#o&mU zBp!;vJtM{7hf?u}hRkNbe;%{|ZC-Z&2x za4x5u+&%lm`F;WC??^&!F>jp`c!`TDH{ayHMr9tk{z#aL$fOe^T=D6|Fb6D6R5)O9A`Z}=PHYEpQ>sSb zhkyhM)N|9P&JifPL!l5n+`m0x9KyRisvjFIbyn@#Uq=xG|-Rd zQqL%)5u&uvDl1#G5+VK&q3ZG0s<)cNOn-Ia5kOGa^DxvK9uB8NB^#~5} ziP-p#3u389N}5L|ioF&_{SY|i9caDr9d#wCN1`rbwu>l(nDX{WVk%j{3~Qzzn@&6rs6TMhJiyU|x6STN2|;_G$1riRCJ_fmk?U#_ ziDKSM3OpTe?s>CFuEnzAbgRGBONZe!ttzRR3(4lPT09F+*8Z1(7(UZql;s&okV8a@ ziKms5%4hx8XLzRaMVnoQ&}^+o(?m0|#JZaBL9^=HYr?Tv*YF#i6~A&8&&XxTRj;cFt*effEGweQILAecYWq>f6z_ppqTa9VTiJ@0(obx_kzE5v z5UmR8GAwg;q@%KVH!OE4Z}s{+v7p~F zEd|#GM58unY!d7Tdtg(!^a#P%;-YHl4T!xMR6h)*bYeND!p@ zCWle>-NdW1a|W0*RYZP3xB8hO1a-{*P+~I_u-lNq;CSiAZlgj=9a5INQQZ?xz?DSq z?cLTW7mF(Vm((t8xhVRznIhp%@{HUq;&1yoR0x)Le9e~gh+dVVCNa$X7cb(y2oUUV zwQQY8I#^`;k9U7fVjewhxOXeg3T-z6Ngkf9fN$Q&9H1z`ixsE!tZYh#e*UM{RCRVHzTQjxM>;-+cy>#?5#g5%BhY5+17mmMx zj7m@zHs#1fuVlXr)*R`j^{hbG@;gCJF+OiKCDr*a+wQ=4%+QO__b*MDNvkM^&Vq&7 z@+d{3WU8Is{&;*I1tCqaCs!8U- z-DI2$tId|tfsDTokdG-nEgC0v;${RSx8XyZX@qS2mkW93f4xWlIzI-l#zy#=^dUdz zzYl%tOh}QlDEb#Hiv9(QqQA2!g#E74z17kRUkk%OXmWwQmdmzTYj&zxlrNTFGZnLY z6n@RofnPJNN9USKji;G!U;;(NwS8s@V8L)V4;(F<6^5(h z#jzwbQa2xDNB&L;>M>FylB*UugpsY8Q5uLRK$!;PI^Yujb^41Py3ONng~{B1-E8@q zHHU9!By)D{-9Y9E3P8ySgFWlRf`UP_;B~G$)Z-%t{2y4-)=-)h$Mj^G>8cD*r( zikiNFs~^dXjdYyq_&C-o_+&+9pk*TSUld{|0xtr{mzYsJ0!23((4552Bx#+`0;Fz; zhLZg=*G9|{yiHW_Q3`$}imT)(3+e-D(T-D0tVg1EP(3zL4j`zR!|$}uS2P?77rs$L z$zs}M|0xXYrD!aMe?9aEcv}~EM;CY}ATxJDxVtO#t}gJtF7P)2xQ>wlFq~bSSVB@- zI+8gjI;qYKK3n5{G#HgovWgBjjmWIF2C?}Rb(j$q3l0I&X#D*$jmG}mh?^kv$3)u4 zL}R!kxzZSwGG|4YX^gv>#@BgKnoE>sN}`bg<<3%Dd=e3xD>R<-C{nd))|0=6R=Vtr z(0KC*zC3yjCD&-f#@9_U6(7oVD`|H8DsH-je4}I%QzEJ-_R$HVGpfxAzV-6ZAz~zT zQ(U-dCY8M%h$@P!qOX#)ntOeT@yrZ@=<&IAfI%Te-hwMZ5KEM7Pcie-Rf@Hu<}ExD z*t~hBvN&A9J<5Xb!@AMf&`fR3P0SCtk-9sXRI9XUaL?o-HH}gish9L3>GigpT0qPI zTc^dgPLwkRBYY})Q|fcCA_wfVNUtRe^4>*W9TZuP)S0L)vM->fm=^q!xP5SBfr0~$ z)B~Gm&Jahg5V#I7=zHye=6-%`-&+arU~BJlLJtpwj@%sl&b_KNnc2vZRBb4ewK1x< z2+Y*Zh?n{q%qG0Te1%+Q93hFl0!S?T;1Hr*#|k>t5u^eX$MhHQr}EhuN0^EyogwUE zv$aQ1NWfW%4<_;9)+8>gzY zOz*_MQuua7!Klj(Y#;0F=dscLH>VTdg_1>M`*{yITI&6=efQCf(oThDd=l6kK&IpE zB&Tit7xvxy_jYUjTh-*xovvixRxox?YR!k4aH=gr3lx+c!%mdei&Z|B(@eC@{MV4U z51JM!I1nwZjhbt1=F}2iPopcK4&HQ%r4}!gnVKFxe@@Q zrj$WtBw|*v;waMCRkMI%M6IBntNSqjkY22w+wxeTX=vDzWDIq2JE6IH{4Oh@(jitt zA3d!gp>05t&7h0eZ-eRM~!HXX-v=$7>lv{>TeLRO_WWW#(Jt>$F-HNHP=e|1ZeQ zh3)^NWM=KD1(|sm$jQv8lKsofcRKOEDSRt42ZR6b$xKU^%v@zgkm30JRsX%r_>!3e zzz$@lAE4QJO3>~f0a%$)drM~GG%gO(RD2H&*|{asgHM1JB!3dnJXlEnP>{S+%rijeO=ZE~aQjf~%U^`BiUW19EBB z66$2~VIXCHp|by^Hd=bk|0tRK=Sc;b+ydleGTCqcGWlpHew*;EOxA$^?`bpnJq3H{ zPBFKhOvmSb0+?cQc4lhLQiP*Ix&Z^rOMOW=qeOx=lFtNE13YuUzt8~1ZU3VhAX!;x zfJPwK0Po3r*pCTP(}`a#eA@tP!T)y}AUP*c3STyV8z!aj<^NtOTxZsR8Vm$$0nL5< zSf%hg04W6xAsguQ&J{X_*)wxXSDJ4s%?*V#^Mf=RJXUCpaXG6#r*qw-i>#sHQkYF zjhqppS9mR-Wogy&0WN5kzK*Ai_&ReIZZF)hdn+m*lOGTzo8RpUFXH`w0ch7oepTNvdutgDGOH{&MT_e~{*CD3bSAONP}gk5Rsz30j=Ei_F2l zTV?R)rC(;|g>1B%Sfdc&alj3NbHjH-hM*S?4o=E(LKfPm_slH+vX0rBrP^Q?N0fL9aa!(0s^t0o!Xk z0J2N1H@o6kGP4~p%l4z7RGMFPR5|yAtiveKI*bA!eT3K2NY(bJlj<{vHPCML*;j35 zb=Ic#6Vzr5#Hu!D@(gNo7N9wiALsu7tT+a`3VKA0>{f+MJ*wc?=d~~-gyw7MgoQLb zRHP(1+`No8GigSYRWbltf1JN|g>u51s#%ZIKaQ|EujXmMx~2ni*CQkkDn9GxDFdEP z8gIV#qaIv9o~OA54%&7CPI?U)HPm_!w4RY6xwr5La$?o_PiIw!mW7L%?(EpKtR#Qh zvi|u~mc{cYEo;u7xNLs@_+<<7gO;W8$1F?dk6PA}KYZCu`9qg2%pbgLQU0K1e*S=E zH|KjV%jAoeE!Miz0cSJ&G~sks+)9}}nUXlwe}YA)Q?wZ|T2CVm7ZR`Y62sXv@NEdG zXW?JmOMV&UTn&vQvXO6(@?#4Dr}^U+MtDx(8RcJ0OPZ%H8n>{-yMM7w4Lrbmz_Fqp zjQ)(^HU3iDSKvUy=~EK5vyRLC$}vp+$-Hzle0F_{xifVt=&H`o&)#n7V6IA?#(#-- zsV4vB8AZrx`6N^F!yXLw(%)swDaaM6BGM&1M=YWBy#?Q;mG&oVUix^&26HqA0h?zB z%O>fkVDua9RZ7K2wxb$?2{Ee-#zcI!|DG2kehTqZ{fQ<1d8O1tlb8fd_9vG4=amyZ zG~=fJ{E2b@yaWMS+pYB{R`}-)1wZZZEBuMW{PTtrJrjJ(jEN)s^JZpN5Hp8?ze<>uY5_EdG7BMSm4a8uQFe%KAagH={VW0KF~4|-t0n- zHa7r8qnS_5iJK=Y)brxz5uQQMdlb+t=Vwy>OmlZv_^%ayyWZJZEp;ror9-p?vl1hQ zK@0Z#9EUVbNP=11I-sXinh69uYramoVC|i(me7(k-p=7(u>^v#yQc+&2i7YDJj!mvt)u=Ilwu ztUm>B-QrC}QtMMIlO32Y&oeae?JOo6|DAvJq@D4M$ zHzfu$!CP}HyX?|--yRW)Ct@fMyTdD;*hG;;h%_SJ3J4&D4h|7g!6VwwQa2QEBPM3Y zEcu|-9VeMLI_zkZIXB7x*(^%Frd<|W!fh%G^htFWbX>^JiWnN%Qo1-X7n3tn($N?- z%YR|rPc!dW^x7aPzPUgx=(Uy+w#x=YJr7ZXT#dvl{n3LJ$x_cCbH;rIFIKVH+ClVk zLB+0CGX^zmhUhvo8W-77qFB3rqddeMD79-fA{k2EJL@}o518lT;hXsbYvS%0%ws^# zO}*kQmyr0vT8>z4*K&T?iT^#}TQ~J&@VmRIC9LH<3o*f3j_9&$Ik#JOF~M^JWX*$f zK3m-PT)9kMm^sxhke_BMDPdy%G&5Lb+V$S!fW*?aGigpMa;*7gWVVFc&yLsy-%2); znQd4c!M=p;faWj!STpjk0NLeEeZK5(=@_0c|8>39wEmV=E0E?HG4t||ToWv{Xkc5$ zZeerI9W<7CVpB&4n%S~E!UP4t;>3rp5tb(22Vk&Q5{7p*Hg$DP#PV6KW8>mPwFOA{ zu1(06kYIP}Qrm4(JGHZaabc(GVk^ovq{8K})Czx-%#LaP0sg26L)-0=C9mZOW*&1x z_^}ka5-CU}B1>95LkQmGLA)y#dSg@sdQ0@s3e)Y0Qb6Qh_;eiA=gF?lPF@OCy@H*w z>g)<7Z^>EEW57|*Yg});t$HUR>Xt&aLRbc5E2b?mmX&UIE*y!v5LZ?DXcF?*yL5}~ zrd*3IhLCBT$0qcMzuYPcLKIQx>wxO(wxI1Ui=}oGW5*o!XBe}q(DOUHJgwafBK45o zDRg{)BN>Yqn?4aQoWKXvmD~(<>|r5GX^nj{YQuJRzU)hlL4zVh%f74TDl+hsR)i*( z34!JjEd|lu{1d0cRvcB(VatJRhdbGpuc}l2f1|^`&e0BfNFez8*I_r}ul}FVVSPoe zJ<8V$$my^jpJscWgkUcn_R^6B{67LY9d-@)|5xa+t0+M_>`Iksb=YM~`2}P6jW~VZ#B5&Y(1wkkb@g0qkj$tOg{p0#EIT!k|G_(lq6#wUW zGh3YEH!E?}-4OmeAhp$+VYWJ-O#H9=&jQn>ANMc*&By5GhfisZUL;GqVpD z1!U;UJ0E z@-;GGpjJXMRzhrQdmIptbf#PCYB1ZFYqcEQ34oJa#+K!#D`AYLIFi|=wiUCHW=2%C zXErjQ!mUCHT9h5q3U~WhAw4Y?@n^oYvsm*C;##)poM40HgK~5$TXXogp$x5T=1{ED zcC&%hgS^i|X_?=+hqd-iQc@2$=64Dy=89F^uB+QoTNMUyOf-ine|tuGK#>1%1}OMq z9ROE7zqTZx--^FjYYm1Vr`o8d5XdrQ{2g6&@>-6gYIZ)*PWt7(hPc`cwz~|l8wxoY zfE6Xw;Mh(=os5xd!JzAI#ECevT54M_wOu=|T}3UvB#NW%FxrZ|69y~ueGvzz#ns*g zk%0VaSf}a$#w^Lnf#^<|Vhs}@TPp?PBl{!=SyfZ1emmL55oHYfK)R?@xpw9UpnArV})~ z>n++&K+9vvYV-afC>_{m$J~C0T17IVrFEr5)vI|1dvb*M?A5#o7|kD9I8Whk^J9tp z;bytg%ZLZnbEYcZ=k2Z&G zv*&wL>q-lK3FTPg@AligmM3&%K@(u?O5a#e6;B}B>Vt51xQ=XVvk*FP5kb(V{n1SD zsUpcUXtqdpa+JsLY@`LeP6#&%{h@iTG|&+*0HoHIrrI?_HZq}Eum=b# z%#H~rvnZ686v)|O4>?0&KH~4F?8v$asX)a=Z|XEE5I!kOHS8XK0-+N4Y8l0gKgO;_ zKCFgv4^nBs*^uirlcB6&2dFS-2b698I6FW+B5>rjX*J3_xlGH%5-6xzDX3EV*q_9? z?D#U+g>lqj`XvQ(cnG??F#Rox%5Lb8$`Rk`&s~6+VOX_ zbz#Kg@dU%;q-0DmWy&kl8J*?U?J|{wS}i`@MQ`tneqSUVT!=ozMMuN{n_8ocdGFvL z^#=fCZrwv0eVbB0Ux6`#m=b(** zAO#tO%1{fyzjuLu4M4Vn{|zwAQ`$8wX$Jm>g}1OJ{LlezaJ}7%3bm2&gqw!KDrq>= zn@YF=rwB*`&X4G-v?qegpp$FYI+jy;qJsPzcvU9)meLt@R@n&x-W1;eQHR91Zk zlz0!UpT8qZeq6pn%1mqk(af$7h(J>_;eguWT0-zhe@AA@fLOg0vT}8r%wIF3Xrfuc zp-)U3bd^ftOwdo6WPzrrzXSEB>ISK1L?)U{Ph@|y*K$AT{tgbz+MHdA84-USccAn{ zM({+Izk_2(O7nD({rEaFyeFpD@)r;ol1ADVNS2ynM&iJ0SCn=`e`s$-GDR0R-w)=8Tx_;B4l{*^ zinbZlgv*oH%=&tJO}K3OtShhJSsK4AK8x!oorkuTRw>L9&oL?Xk6lmdL-&o$Y8->n8BJ>ZVo?Yi6tm7c;T+t zr9U%PG}w`PbU?#v$3sJ7ME$qj;-D%U%&Ek>zL5MZjT`aXq<+i&>@3u8+TuC=d&7t3 zy#s>*`~v{#U#$RTMkXH8G@%r~UqQ)#AW~h}YU(F>$z4k@WmNmSV7(~hB?c&MmvwD! zEhtR>hstg5L^#yJ16eiyIRahfG!z#-d`(ko&KsdJHT)ZqliH&<$U$JLS?)r^IP5iY zcQzSXfG~Q8%fGU9CH|-K*L_*`cv{zZjux0qryTr(zpd>b1H;>%=}2`HUweu7z)6*_ z)Tefbyj$0XHwsA3_8yp3v}fR@1V*|7*ILZ61olp?iL#Hz=FrL|5iXOaCHbNAcTm9) zCOx&F-D9eTa@eV|Qf)=T+!<=xm@o1-p3w`&c&T4}8uB~2q*~OOpG~*tv=B?H9cx&E zb@hiuQvzX?G=7t+V`vS_#(HNbhV$oVuM0Qt`dd??>hXuv;9kv6ujU2+sj8=w6UMeY zo2+O)?Z^J^Yio1YVZv5DPIPuoxaw)IW?S>F&9f@WqUtH{oUQp!`@8eUdILFTcvSk8 zxqbZ?@`rc>Ygl5~_1c`UUurl+^ z0R>I*2Ou|ba3GoxH~XC5X6HCf~ct_(@E_9sOA|=1e^_MhVf$!ppyZRftrH-IVCao^x)cuWMW>^ zF;sj7EUjAWrML2&SU28O$a~i2BQO1$n7^^*gDhPRn!H6{rG1h|(t=O-C0|aAT0?(5 zFYHw+$vrI|5bCe9PF2v7>Zzpe(SrUB%Uvp^CabW(y)UMvMdN<$D>){)puY85QD+igQ zpwV*VXn^!90Y8$X7zn3?{9Pym)e!6QpHXXF+I4Kfa7g{M^F%3%(B82&kieX-%Oi(* zz2IaGS4p(Z&mAGMel??4gMd2o@?iltled!6vLz_19l!4+7@X%OHuWDeh_J`AfLNHA)Q;q7%|IpNt zGIjpPZEqI*5C6TrRumW*3+{)%ePp=la7G8!1^R>QNr+EdGoB=I|3MQ?DK|I`txZG28xnaAoWC#}!%il+`ret*zmW z#BtA9>a~zJx~?e0t_%=`$hQ|bcS+3?dS0|aSotnQ;Ck2|nkEDxg$`2mNx8r6@a^cR2YR=K#2bh_ci0#!L*v^Ww z>-65j%YjWx5$%%uGGMl5fM%J8XJdYLc&2J|^7!VtCD~+x#eh(DZYeVmlOtv#=;JY? ztj&KBFIBt!?M*M(>8FFt2*pYvoDL9B7VzEQVlL*^Ef^|tHLb191gc9==ZWr4q5uI6 zstF@q^)WDKr#4&wW3Z8>+f<#kGF6!Z|3|k;+pdXqLu;|s2WK6;;(F~^I!Jv zf5N+aYqag}QSZ(dqHS+P`#ux+Mb?pFvmD+FG#AMCTAGpa+;)Bff1Q>*hLao!pX$1g z#{59$S+FzmWni-+1pjj{0(NB)``9ctb<5%rWzl4_XzP)MEoZ+}Jl-vf-zbZdY!?63 zBa1B`OU0v#4Jz_0VDk^Q^o-B_0x;+#!C-IKpwx$~EvT^k7%O2-Vk zhKcfSP1t^lU#pkdV@Sb~)ytJIffghS+L!__VHA~x$D1;1-$C+uG2>U5BcX8Lg**-&wJyaA~RBKaNhan z#TS1v|2!?rq02uXw}1cqbKU&&GjhMj1K7(yAJplem*bz8Ip;irbAF)w@;eKD`97TT z=S73s%IstljC0FB0Fox%&CMn~?MeCLJ?zP#_PFE^-dyM}&ZzwNUGmZYx=VhhXt$Gh zrvbUGEZ4Eu%2OU@oS#Jw(#Eonji9GRm~j$P*sDviP9@tVJM<5M+QeEop=NQ^)uCsn;<7Z z3-&^>3-*dLNp6C2w!6~M!{z+g)kGGRN8B*r;=m{q_9kEh@heqsmkKmMpnN7+jH zvF@K{&#h^>aC=zev+aN5aKLxMx)J;Cfr5sG|S;BAuFe{6$RVjoRP7bxc69NCC=LRf^uWyU4u6?jOGkU3z-?OpV?au~PjgD$2DhWArMg+0doLlnlLErUX6+UQ;k$-zQ&cPd&wgO}FuSoyO~4WIr*tR>9~D@BTHJ(nQ6diri&_uK}8;__4j{8GwhF77RVutm8D_QK!4N3;8}F|D=F?r;tw& z@;ySX7jn7_xkbpy0`eRo4;AtzAy)}`l8{|fP8Ram0`j>4SBAS^SpT%hW2rT;aW8C)ujrcZU?T}ED}5x)3-Ahc5ea$8;^Xbe!$E@J`BDg4-W zsRDTD)8bx95$9Nr;?*q_9S)?i{Sj75JJ)%UpOGQf0=K!B_SGSD(o>$^=)K6E$7 zk?e$QR;Vgt2>`uHDm;|@MyK!CG%MTFZ@hg)pezq4_>E2H$`@+v#af;vDgF>UGw(!%+NXu z)8FYoVgBget@7Dw+IhnS5Y?TF7w>u3EVkG9qGHO4z=DwQBfD~A^#>>?UVlvdz0ZUR zmJxf~Ef8$Q;bdZnjf)e_AX<#=U~tlUaUwz#J)o4w4DGQ~&WPO%@n)`hWs4KB zKQpsy$x>-H1KV1zGujASjlxVKBuEMZ9;p-ZrawR{9)MU(F%_z|3rf2xC{6cQbuyu| zG?O5@AryB4ePn?98yb$D)_~^LRtIad2&cU!k)Raa(OXftx^5D?G3*e8^CB_=!dd}) zis+1L)PxeGnYUd-)Dj&_e}6R5^!oi zolu5ZF81u1tlqn!m73P-6msQ+J*bOe`qg`lF74a(2@x?%HA+02~CvRrVoM=!z@uT>yZ6D3Nm9mla3COzQ(jqkM)0a zww>@o4@oweTeytDKG(!gfhXRA4@LEUC*U?H*4m!l!sWnb!{1P>^bCs3VROuT$_c?A)B)R1G}Ia(0oQw8eL8T$o=B) zjFja=vZiau$9Xda@R3i(N!yZwsyaa=_7&zlJct61MiA4Qsd@s zz@WTe1Df0UvE}_3z>UnCRo($T%9AGFKMQO#1?6p0A!EsFQtrU z48TK!L3uFVm-4=kWz$u^w+Y{Wc`Fqgl=njw@*)@RPO@jF&69vZd4B*jtNF3zJq++r zh03c_dB^uC@24MAUh=xY!MWUALmrdzmz%Hf3<_xgG?VzTgvnb|D`mx=yHe*>>oRrg?MOPNT{n#v0iVeE-SAb2#W-(2{w4=o10+fn~Hmi;U3QUB{*UQXGYzr9l!lyg8WvYn!QeTcfT(O|Q8|8w5mTXdUs zRPuJ``Y1kg-^aOf!9UcFw)smaQzBu~woLOwatZ48BS4eo$JT8Lz(aA>t&zH!CSIK} z@HHSA0|%Tcef|?TN*}&0l^Zqh^9%_6 zC!l$YAL}Un1%N^+JRV9Oipx}P)+S9pp?m4y z(qHa}9O_sVA>MB@ha4;sGrv(@&f54bp!pF$wz+=-;8>{3^~z04A!3mt0vpXbidJIl z3(?bEv}2w8NVyVbY$5tw7wy=lXv?;WLi7*-%d!&z#HxbFD=sBZ>dBnsF#%(8Y{wB} zUgsGw<_$obUMvna`?p&zbZz;+4;)+9-v!7zcyam$I~m!v?Z0!se+n!sU^f92_WS4h zfxmL@^X%+;^PPa-1@oFV5onGdAXf7x&2P%>n}!GC^arSMM9l^$%XubXzRg|V{$%Ri zIC`Uk$|M*NqRE@s`c&gSf5WrH&J_hW=liilrnW3oSMF~jDq=rb#8|+15anGyHsb&8 zH#9Gw=)6*X#XNFcrSZuHb>0Ut|J}`)M6wY>lOfCma)si$n;>%!n}4X2f-k5uo5Vu* z2JYMdm#J2PXt#MhaAX@v-3(}62t&oZL?busEE zh9BiG}{MZ*bBJ+W_=vn(rjx?{l9yIGl0Ii!eose5dBomdk z=#L0~SmSDCE2ORm&|glw9Bi<-?Y|1KaR%PT!am73H1zTLRtIk61h_dFlI1`tOY1<{ zirN}LYoqxm+r@1E@zRfj>CRG#`uq`ggKyV*2m8&~JHIWpHs-HW*_H+IDlM{XwwW{E zATBrA<0z}hLi^^qyJ`sKc;~HI#r<&|sn)PJYK^~@_T5OWcc4GecXbe`JZOL=O19h9 zsAizsA+AiRRb*iH>tR)w+D$fRbkf~&Ir*adl+xx!#Yg9R*(Dr1eX^W2rqr%teL8+( zo8-)#(-0>o1QjWYW}q4o>Q`6KLP4&xumk6Hyy#LH?J<7AFOQ zqusx*mf82|JXJe5b3!3h|wP9!iNZNV09?-#rIWL8X=VZ`uqPIb$#5GCSjEV{8=W7)`! zW2>I>%NH;%NBt=av^lAaXM`p#XWmh~ur+Quiu&hzq42WvqGGm}AMExI!~Uvm$@0uV z?uj{6Hcs+yrlLUl5PN ze?bM!jR?F|#pa^V=_50pZ4s2n2S1t8%3aA%)laq`nTZ2Q#<*^;ZJ7 zc^-iOlB8)%(~GKifpQd}@;Q>9%E!#$dqG=kie3n-_tJ9%a)Qc;KrxsO>Z)Wm#)~wM z#^MTJ2=;C{7BMst%5q1dLqL+w-;bfXP714K)$s}GXpmRQW)@>^$=8zZ$(IXKy&g#E zT1dyN-Q)-bM6-P5khIu%B{&R?QMGbI@+0-&pN`kMjx5$FVjzK`dP3&=jK3ypdc&W1 zqZS(#s9NB^@MJuAi$|SlphP9NgZM*8MCW&_W3WJ|CVK!VOh*IriOykcfV3Mj^={7Y z2jAdo{;+QQ1IC+cUqaCBul<}4a3dl5{%Y>CSWordq}Fr55Vc!lY4 z5Y5yxG5+TEF){&y4^E@sSS}b7W%79q^ULes#>4=AEcFbgc}oX}MzfKJ!Jz4om|?1j zw5rX3^FGk34kuO5Nqg851M=5%Fo8KUcycGNx#hrCo;ZP;WYPX-nG;tL7bgxD4a-c{ ztyEE)g`cen4Pf&^32)k=TReDcvg`vDl)Ry8>zwPd6Z#hAzgjqtx{fo{TWhQll&+$L6bHjN;f19@#0G@e!{uat9s$3U-k)Y?0$1Oe={+ql_;*twlE$U7%|G(MmhZ{r@zw8e@}FsOl;-$`P(|g3`#p0M=1P) z^5QN@Xj*firH3nS{r5y2lss(};pYDIEWB-K*-~;cv{h;xh!ML^sh@Im5K{T7jVV{n zMOBy`*DkH2#irc}mDq+#`GPIA@>M8{g*7ITMkPD?U3sEF^{?EnGW~VoC;GP+%B&5X(J5$!|ufhBsp%wkqrrp_bw?&SAuJYN` z$lJvGBt3Z;lVWq>_&o2{HDFm^f|l{pIesfUg8pDNtUd?NE(mM#Ooj}rS~q}($EkPZ z-oD+Qn4-7Rd)1H##u0-z9KEq>ySHE+xTix&(=d#;=Xn94j6$Ql-mQG7YJFAddtO>z zrIaQiW%>T~OHgLQR}geZ$BeCPJ^H=W$nR-NFDYfnp7}yWKxo8DYX;wI8I4xSAGd@s zO`??2`yL_Oem6RIr!WQzkBa(h{EZJmwj0UXOi6$W_mWD@bFOmWS)RYDp1QKrPip!O z9!iJqvI9ky6%Ag|LMkbLB=2HQfJsnDCZry09Lad~NVzJCY!gtHIX~jJs|;RBDMYz9 zzh2zDBb*%4yn~aG4TBAHA*W#o77%uP~m{s+I1bjsFZ~vKyvN6O6H-?pUK@BP{AD%EA`XXh`YM1sbJh*|V5dZnjy|V)yXMnL9gl zZEotDzr6CLOGPe{VQF-12j|C^rTTW&-6GuSXF(#ELS?TP%<{LQ-a2zu; zq3oPeZc4Z@Vm?RKc9~%uKvhu2wx&N~PCPKn^Wdm*pS96ENO*?i1>wWFsS)Gta8(a_pWS%WV|ItOy>r6dYsh1U^ z?*~9MmXH|1I033l?4=i<%Qi;pmvqg4f#&AFl-;^ms{MU?8@4}fSJMvO zP-g~RYxg)Y%FX4UOf{vUgEwmAm=Q9+rUA!KGI#UPs(({IlLD;#0JHQ9RlA!GGD)@Y z_UpX#^|U#sVYbb_m9a#*$U=K&q!pvM|MEmLW2h~Qjvl8EB#`@x%2(i2GSqZf{vgK0=_%U;c7L&8e~Yw{R`Ft|!`j7(apLgmM4cYX6BBr3-Si6e zjKc`Ez@ml!ns3E@R*NRHy@&aBI+!g%+gmHltj}wvF#?GRZD<`0LAK$?08n*d21Sbf zfbS9#fRgV3l+ZJADg@iT9Qa`uLT|OV3*{(;{o|euO`+(%kzT=*6Qq2Kl4?#w>1miV zKYhyiH_3!uEWoSja~i=v_=7g$*v&h2W+^YyDr2e`Zkzd#?<$pB?_K>u%t;+Sh7}rwZCv%}F^=*1l>&%C!!! zO#j%xxSP->%1vxl549jU^{-A?kX-s#ms^k=`d61)FwU>bqgFm=btKg~eE#lc>g6ps z58*W5d$O>$b1RVBq+U0I78q?u)^;gPEwvrP?&Ax+2k;1V5q%wd;{HnY2%M!){7IG+ z-e^9j{A#4v&ryDMD|<-!XO|2l{e^&5EAT`5*o)~@>)&wU*{4E*+ZfBg2fXaxNBV(*sY$=Qs1 zqTsjJ0!fy75xgJ2J!<{-t*2OuM2h3EBf~P;eE2x|Rfw6}ft26xKwqgg(NtB`->RF{ zt7FZofLGy^TRqKOvaUKFx_KNNs6EzufDw&js7Iq@nAl3tan)Q6Pg=+SSEF6WVDW}P z1{TH9Jt7c}TPmGpnnZ@(JNdPMj1wUPJrv^rEC^EMWlli%mK1ZUQrk(LlYyLsz4=+# zVnwSUXQQ1)A01PErnoar$77_icNDB5jeiuryu_h>jFq7FF%JJZupEU?1Bp?KRYE6q zr9G%aWCJ;FG~eq?d25jJ!fq*puYHRq$&D5HbV3W_T~eR6pE9;WoK75WqpTpOag|6V zF-#|p3c_iKw4D+pH-*vW$0)0EV6}OiaOF|xSjxh7EW%Z6K}Jf0@H(?`Jyoxkj64tI z*!xZTM0+tP>c)D|d&)R+vJUpz78>mZEEs*De|?ERTmD0-Ke}w)=yKN`M-LPN-Es7h z?W5!5potre{{HC1y3rM`TBC;ui7JgAO!}BVde{mT=8ql2%&(IeVN+m30D z7qwQD28mkRu&;C7pZh!jjjIeyL|9g2LO_f*>3%q_Ly#@|K@B*x-;FHclG8}g~(wfU~I1oT5eNU%R#pqQFRKo)vM(c zin(vAzt~oe)Ux5#9*U$rIvdjb>U_)_>`Xg)HWC$#zozj~WYSt&GlAT|_UTGXP6gJb z+9=1p+)HnO=exi9-WX|c{{qMmLG1YQ2z|9Q*U4xkF+{2D{vgd}`Dp2!yc3d=C z_4MqsbKm9M6g!dv^n5X}-$u-*bMuJlhF(PA!MU#xXj#nlI14W3g$9v~P_!h%9R0Z> z=0%eiW9pV*2dblT{Q8LV>|X6wA<}Vpq;~Z3(r;0j)DG5#Eliqsk$4AKeQ#LrHKm-WLvPvLu7|EWQPOYcto$ppUnc z2l=ZncH_go6e5PZ^myeD% zL6erM{2*J}FMEABe_r#Bzcn3`JwIIaqW>J9iSlZ8S3Q%Qd^R5akmj>~>_2hsxZF&1 zc6KZnUQK&;a=2=PSF^Es$L3ilWk-jrp7YMxn6L1k$R{-4@7>=o{TTO8?JC?qwd1up zKg@pFrhQHKPhGDRHM_i;S6g0bdPY4apeW0lbHMTPeXe)y(Q&BR1}YMWBq^Wg&3-ro z<}-~UD^CdMam#b3FAEyatUVXOLyoifNcLpUWK(^RgkC!d&D^mUDz5-7+eHU@B+^Owq9Vh3!EU=umaf1=MVteOAJwdwlhg6Aepqsf>b{Ht zuzWeWp&2D%=7F%KLkb*}5m*=&Mem@r3Z--l-mP<`)zem6Av2eX4jEpT0l>EyGgwPo zqidUnO+wa6I|j%hzCOY|9?7Eu(uXJsq#rAK-BzpwAe#8zp<1J?Y|S6Eay?zn%;yuN zUcY;Ew%@Apx4-S!47!?f#HV!;cVL4n; zI6W?w6q^@_cbLxtsT$t|&o9IMu{Xe1M@u+6J`NXNcRs>M-ATkJx?mL=dx=`DmK*o| z_KyBi0At;i?+Jf*=Bz+$ljJM0oyjv0+p7TmZRTRdh=X4Opx;MBUiwz$=oBqAi*luK zB%Hk<>_4%@>BorwT>i>tRO12Ji^E(6UGs8&qSM3Y^6Ia}3gRZ`s`*d&lK@D-+@-uK_ z|MiydE%I#37Xi7J|2>3Qxg8xXbRAm$Ppb-;8-Y}jTfytu@*UjjY5i7r;in{1?Vmig zFt6FO?E`z$>fO`PAf6|$aJRC3nsl12E+v|Rh?aJ^B`B% zsuq?5s?*w;e%CnGg`_< zxQLDUo*g?Uq8<>-iBUcvFq%?Ly9(k&2rHt$wcxD~* zz4Z57o(c=NcuyA>EpHr6ds-h(55taltK(~zL)&GF1ni**v3RIhya$^`F5QDo_VZkO zxw{Rjo;i@iwunn(+nW&?lk%+O)xU%DPE{F!!k97r*m~s>rz1Xoa7Rm1L58o1f0IoP00YKkb-I zU3A9p*s~fqAfmO<2nf-~)BN*qe=?eb#+Yjxqw{NxWA6_PymJ9k?XE4TU(|K(gUp}; z!eD@)V^CMEg2$)^U>VJ&$tL~fzE7Am%3e1IB!{?Le%LPm-0vup0qO~!!I`@!0hKH$ zz}&;T)kn)*L^Q|rf;vV84;>d@ZI=Meq5@t9;B@9VoBHLCL!<<| z0d*=s{uT0y+q_E6XaW#~N61+!teRJ7(e|n`e>+yCDmN;%^8n0vf!@MDvU^O2T+&Yh zh#4pY#n89K6MKsv8Y$}iw)Ly)Puk<=kLhjp!jE9it#Gp+JB)*n7Ynz5?0KQ%4h0nl?ECszs7-pLZMQL%OY&he)7 zGtTbjeu0}O1efvFF)r&1vO5@8qbfSEx;J8@^|ZPtcUs-Y%j%w&m|B=-ThhbiK0k~@ zQN#A{g2~;6$=wy$Ij6R9Fq^q9JO)Z#$>AN`?s3q~eS2EnkTqFk1>0ck?qlswv}9LM z$#N*s7ciy@>)aB^J{Mb~f03>9%b40pA~3O=c<9M0X{czDiJrKBUc8i@f`17k{Ovd( zS+@nH2S28x(f7}fJO3SikfZ&!1yqVLe~M!d;BoAWCvq?f=9HGnsQpHX3qA*xBNjhJ zJ_lg{422fJeh&Z_1-b@M(B-(u5l7aQL3b{~zjuj&Z-3*V=ihl)=2EI!#@uiORwa|l zOu+T$-4fPdn`bJ&$eCtuEgeg2G?XoJc*vb4wAqEb&GhC(mtUOx_@I)@Z-mWHm1e?$ zjx*P#NGBFSjmyIV!J;9Xun5GjJRM!{wbYS~-`4zkpCl6}Ob?z(zs9w4-?b+@6i99tIGC<2TX@L^r$Ss&BriFEi0advSLrVQ3C@W8_RzxbaOKSL2zm1|YsvVEt*wz6=~S({@l0Nge4N zMoO^V>>NAUfQJi{=*d}f<9$kC?x|JDK++Ldj~b@;VbV;`bdH_wo?N6}22Hrl->x#1 zQNjG1A+@=bfbpjOwgwlu_2~Xh_Jrl*TLA_qXtSgaA zfK5gB7-UKMRvyjg!7=asx<@XXdCi@qh?jw89IBjO022O-<+cIUcnPkG6Za~3aLq7^ zEI#8<^UIOWc_Tbqdnj{dI&Z}%8@Qf*_H2GjW?gf|l{{nIFx<#9dQJSR(|Ja&oEA@V z)9{$frq9e+KV9mRfkr}MyQS3vg?F@s-X%*!(mv)y(Q5s=l?Hu!yY47Ddc*an6Y-esiW!X{tXd=$0Pp==js%5(|@`4n@V`_rGedt zlSKEb8N%w!-#>B5m4%!C0#fJszWC%cU&79OQLJN+zk?aCnN{7o&OmjYVvw2WYDKBmnd{k^ zpy`f(r*rfdEw|DD*h;#Ju9vqE8Y5q?JU$xAJ4OPbb5=v zWbzRocZb~4s#kF)WZEBRP5Xn*0s7GBrWVf85^_vZAM_FBZHc=#{PVt2ld`89R4tgtmc2=rysN91~=a-F7;V+ z_uq7UjcJ@ZdsgOU#NBNCB?Q{f2R;wv1m~MfO7+VryG#wXI$KELa;2ZW+LY#f7D^xq<5)M=^ks0LuJ-@45FTlMO_>`2U{5Gr8xU zd(L~#dC$9@_iW20VnP3y#Gsf(!M5uc$NoTnuO}T1mIwIbHVIekGC#nl(&}~QxN**2 z(7{y2T>Lwy)r$z}QQ08R;yhQAtO0N}jSzk9(y#Y6j*xb{wL9J-mk>8Ck`g#o`qgG_ z*)dv;I-kh4ek{=x_nG&<&8eu?+rnZWD-qte-_!&hZI$hXGC!x)^umO}t&m_BW2^-i zo-x{ITD^2kmXE8zNTTsh%FK>}?isiri8+i53Gz;b6a6 zekQaA$GIzIE%-zffP4(?fMcn^y^^p^;m1VI%B!6!7UCT|3ZW`?2On|yBW?vps9K? zc8uNMp?0*(A}QNmOk7;v1C@o>DA_Ef2TvxA@IYG~)!hW}zC@ZS)UAyaYhLI};hd95 zKI+(^es7Xm>Nf}B1Vl*!lD6^yKU4Wg?L<~1az2!Ac*5nIC0j@$krXOPaQ>(a_gKU0 z4=&~8n>TtX{Nla}o>g_w9UL2esq%+lJC!_=Sm>(eVoriJ@7vTSNMj?2=$z=wl4uym z#n|F4meoxnwBUgC!?Pkpnz=WlJn2{$Gqa;LmDG!Pl0SR8Ec&Nw=nzWkZ*=$(_ z*N4aB7OOAk*0tqg7*-5Dp0jVNU`eMx#`?_EE8Q+LpLJ&o$NIx-w3-dDDeD%?tL7KG zf?vsB6FVJgZEtI`_@nY>DTvi%HG5#rm>lsQnqNST9-t0n*pFb(-zS=gDf(q!>q#Kg z%2J^=v|-Qr-hzk1Ay|7=r+w z1tu!xk5t+in~63NH9`jqzqM%-`Ks0YQF25VjLkI0W;B&%kigL)ll+bXnMumXSihq^ zekiYF0u#;6yj^Zt7XvXx_~1EOlV0+IJPAeLJo5M{z1?#C8; zFW}ZXdsZ&Gps(bekXRp+<#D23eoOCL>g5C|4fR4lTAZDX(Ms7OEdb5!2$VL>Vn@QU zo2D}g>A;x|{|e(&_DYPE%ZC-?<1s-6kXWcExe#dBQWo;Tyq#KFm+^!c%7qx#lB10nZtyj- z)4LNf+)3S>o=hf&X0}4iO{kYGPSmmcOxOcce6+Ps(G(NE)`pD%MF99@K6x=ese61uQJzH+-#4C9P@% z(&T9c4`PyNHRno_(u{>u1LaRkWReoV?VZE&4h+w+8I@^GrJ3q`u>xTXwU))p&byI- zkYl=Gf?ZVCC><)OM)lA;Sw?AgQ)#x!S(=3bfoy?_MNim9OV#VWst#bR%bY;f0p!Qi zfXm<5R9YmNNGqgCV{7Di?U+a&)YVy+2?@>n1)hk3{F!m83@$W6f~&!>i_IytMv6KW z5Cp|Ek$-ldvJ&T1^B*}KJvOIOElKCB#5uL1m~l2Y-!X(02Zdwcw7b4Ue7D&$wwzZs zwa8krrT7RfnlpY*MU|Uk8X-%boecAcjC59;iVrW%EN)9#Bqf;7f%YUCFCI~kI?T;0Og&)%MUOn6N& zHGWcfWAIDK!azwJ!KzuY5jXowu+pvP_RLDdm0YcAM|%gk`T!C+#JIL6R;s+{uxvEV z%6=p^;&7*d@iEZNzDtE}ia`kun_;&2S?11fXx5gFll`!Qz)Ejqtk*nahr7+7Rzv4D zxpO_Lnu%CNmm7g%IT>vz7j=a4)@waMIRhw>up0c@^oYKG1T=Am_-u7_5kp(4j<#%~e!Lp>dl3=c zrp!-D`IB{|%s{)kFx9I0 zquW|#x0lA9LE|o>anrl0a%H6h`cxVgzoxq+mpVxr){>;8yCi2jNzSAxaT%9%#-gHr z)rRHIrikK8wc0CEpd+@g#!Cn|`CyKv#MlJ6u&p~g@Z6-7k4V4d_LS0}l=584k0q=v zv7(o4k%!qoYs*pT(G55Ql4L-vLGD`UVz{}aXffPwlV08<<#tK)GO;Snt|rnv-))-5 zoHREIUHw_oSYtKr(a7hGN00{<65^MCAW?#5`l=MxwaWjbBQL{0mq_c#%Ub3t37>W% zLkyIN%e=<=xHXFizeG&3B1|WuqLq+&-?2((lGQI+amsMsuu5s`C^%DUP+z_dPpahx zGS9#VqR#5fi7+2p?_wto!ajgsDBB!2yO(@J>#89m2O_Xa830dX-^&jiXwE$IffY1n)A* z-L|%DqHG$l+aS$|ol?ihDrb(MP5#>?MGA+=%)elKQUz>c#l{F5wZauwz_bf%mJ0NMxCEz_&;)?x%QHAQG zwpm2M((;c7Fr95-^-U`%B{I5qh@#VuJ32y$+9m>J_JCJ#Fi{=JfFyH>K&I+BrNR6W zC(*!FuKvh?DZs6mLMZksewg~jgv{JK73EeCW+hK-3H7X>Cm;OQhj!OSj<_}+AfvP+ z$>otL@eu*o-sVhc^N%F1b_J}x>L;oY|3E5{DV4|}6#J$P3yv0KAPj^sqzi166yqT# zcm$MK{6W{Y1Q*j1V8&Y)MqD5o)mh|&w2ql7$Msjoi(Fxg&bj; zn46g>_hHHFJM|*D7t2eNJ+w$J$w*f_lVMd~#eE1t^PMZL!NHh-2QP(}V=u1zn;Q${ zyM`yQ&*cf8V3cLea950Z3%Ii~6XOLgpGP7mJi<7qkSm=r=9frsC0)F#W75pFFPA0* zVR!h}T5)Qx@?UY~x8=lDX^!0M;mZyeyDIWxBbfO%Z;4nV9-#@o`Ca9hiG6Fu39*J# z`*tq3{SS+ALzw3xEJCX|RV3i9pLNUy_#UXGzIs7#NgpA1d13>;i+<+rMM(2jR^sdf zE9T#Lo1sob{wtvx##b*8t$Rc#cm#1g8E_G`lL3{-49U_V7Pu1|VFwAvt5~DY0P7!q z@SW+`ao7Z(7$A895Mrhp9Qn<@8^!5m?xT+SPJt{CxdBcA#(QHv_;t6?yKnhaQGl;< z=A6;@k5pW53hnPz>D609tFo@RawVPUck2ZK{q=hJT2b*RsT)$H<(~NV`er2Pav2R) z{DY8r&avtPVt=PymifD_N(kI12@53QRg$oulh7eA`UAS+K1{lstJys%+}<;vBPczI zbF8gM_Ev}-dkwtbyw5_e87=?dukq;x&P8`=ZB(0g)XlsaHoIEoG|W?hJ1eq~;x zzj2{Q-(htof3a-%n-M6#l#+{t+nPhGGLtLmoFCj8dT*Z20ba&Pzt9$zn9G>p(K({{ zVy`g_hpQZmlo81&E@PVWs>qlPA3`++`bfY2n(yu5QJcl3$T*j25@lu20^28>q@S#$; zERG>IQ$R221X^lMe1}$)PoCuDSC#(~`6pAiEE_xiq{<&-$)C)tJ_TGGI~`y@Mfna= za+2UaOgwcKZFNL+kWSF1Pyu=bEeai~ybidioWf)q8wv+76;^I;T3~NK+)RKEW!8rh zbGh^3Ndh3d0I7a8Sv+N-sL4&{ENGTV5?>&HWBfaO^Tm(hZxPEpSo~>Z1SF}RqF*E@ z+o;l5dtiPaSc=6fl1hU@%`wi0adv5V-!kIYL$w7Ip&x8?_tMuRp05nukpa2oW3-R>Z%$Py6YrFuknNT=6{0WhQo7kTLrRIfnG!cE}KoC7P!F+2PF?NMk8c#AqIwx_Gw|cztI>c3KSwoE*8tT4I+kN z68>W76EkLm2w=|!eYD>gQZm^+xa`f~cw}0DeP~YAR<{ zr(p$^9I0IsIkk@;t;kZXVm#rri1<9C&!qB8E%}dsI1lh5H;rD2bGV&-NL!hjM5Y;i zD9sj3ZCI2Z1Y(CCog}M_vdi1xW&(F$J6w@VR$CsGp0?oHg6XK?J}w}v`ifiRi_@l_q)T6YQxa>Hh`P3+>~l{db~GJEXGmNhvJ5sh$M+>bYO<4I{y^Zs@1ocvu8tfGm< zylT_Mghd&r0aawNliSwEO6Q5x2Czu)Oj{o_+V7~3vqc~GmJ%ig0eNIONhOqlh0!uZ1J?E2fc{rG_p;UHrblFtyZ>Xw)E~qylm{OBkfS~ z2o9#m@>rhMA_8=*=+{8DxsHjeyjFLE^W(0HmM18=g5#?JnfD*CF+sWmG4IY&ij zJ1V+yzQf|(=;vhqE`dSH#Ek1=X7{?u=5H5)u4;N!Q#*5i0nF^n(jA`eWMri%`1W*7a}%npe8emFC`_$US; z(${!$+6E#2LNoiGZ(2Ou)yz)0NqG1(^Y6&HHvbkA=*qvIRbMFny^C{myEU`_T=P%j z-}NnOrmHjm7IAh4>iAzhO#UzbqC}54{QhV0uk`i5iGN?dtSA1xU~VV=Jv#e3#3ZvC zCRY*Y*1jIm(9XhNB>Q>|N1+=2p=ty@CGX=77P#XOTmIqU89I5Q>S!EdTg6+{$syL`M3v(W zJ7SwUJHy(>h}}EG#5zfKhN;Q1&oWWf$rbibb98rtdpHaHq$7`@+pr^j-Ngd$fe?Fx)?Ne_K#(8-pPOcW7Y&! zw+n;R0Q3v6jO1wi+v+g3e~*9ri3>V$bEY##b;{Mk%}M&$=HI=VzY7QNmATWdb5vJe zW%KY<0$q7H`+vVsJiLrut=;;#8`ZX#q@`e=m4|l(yPcz&!r==4<>CKhJS=_PMI--f zmV&jO-xCjCaaCuHoW##+ynH$92D6OH4C9hawW?E=CQns!tHmrjE@#lZufyujMN{pC ztvZ3OEPctJI(yFX~4NIRktS6Q>rgmWI&&$tGOtJa7oD> zcY5IGQyKDiV`d*cKkxXYTYmog&j0fBQS+S|G=G8lS^E0l#Lt&;S8DgGwI82ySbnaQ znb>4|TRF7VTE(vR_6HMfd;2{CU7305{hgTkKfCo}1WO{@lymadi%H-6CoyyO{BG@S zlYP-&5PSP`E9d{yTQ81AIZIzBGxNW2O<3*MdSd2X6FV?-$Nf`n_I9SSx3fCg+hyI_ z+gamn{XB?3SC)R|SDje;KdYaw;~1PamQJ>}LsxcT>5`+Hq;l+S>z10%Zm?sw{|i~V z-QKo$Q}tkP7u!p=k2p!yZc);jWTM3&%`^T_+uNUKui3xQ-u^qs40NxbPZ-~UrIYOK zqw{A^xWv}Yg$@G4g*_H$U)F5+f(;=H=h+!pNU(y>?#rj68;GJiZ{h`SXyf zV&wnoW_ux+^mVeB`xolw_s-~vkuT*Y<#vB|bM<@0%>C<|nCqLxyvi)xk8%P}1>vBC z%gw$Qu^*gE*Em5S$n_OfKfRmH>*h_c@3pJ1)>l{Wcdh-!FjkiMw2;A(x7CfVs_5y} zTTUMP-9zokePesM^bN};Gf8Jo(>`cmbA5Ts>(kdr+%)Z0_PwjW+3pR!T~+75SiRxZ zWxsNhxQwcmQKd2Ld|Gg!5*p!L3L-iiAKlgEY%n*2_J<%JrfI9#M$B3DC4nzf&>Bv5 zZfly;ES2VTw|eBH@M!2I=}(!aeJ4sa!s>YWY1*uYccy9c8_Tpux60@2k-e9+a<KbVsClEtGyyFj=KG=pCi*x>}$JAno# zu+$0M=L8lzfhsE?9T&DH#E2m12fq9xC`%>f-(>SjYB^2&;Uc?X^H+yji)Ig&ef-lK zqys@r5zZD)AM?6qPZ$ZleR0`1T|^S^^1(In@%f4B=*%>zV>KVWEw4x4O`E=Au@KMp z+-UUm^w2?{zE>N)CHjUZbZD?vx9sU9T!lXRwe(lhH&-7@a9@VD;7krW(VL@YuSnI7 zpOuLG4}Xa$?I~AuN3YXbxkw|oF;d!m-d4`}*Fp(4+*NbZX5!AT&jq=1(m;{6;3G1G z_7Bq*yhng8ijJj=xJu=CZNYXs<}G4YgboyGq1D8k0l{&)STNEeT|<}YOmc` zL^l_?xq&_~Yf?GXcm60jH9%%Y=D{U5KgGtWgdWuogrbS+jR{T{D182@1dSWCS-Wi* zjpB#`e6;$3>Zp`gy-}66UzN7qDlLmtf_Zkp%`%p#x<_~RO;<%uE;pZKx(Yusry0!R zP*an=czQD@&A_42*1;B3eMMKe>UadsgN1D-B8aA7YERWdugShfxhHwMVx{X#+8YxL z-2AxRm_6-{S@*bV%qHzNT}qDXdwOoj1X9qDSrHnd9}vpXx53CCk4SF71(Jv>M`5U` zaBDWiD7_^Uy#XO#p0jSY_9F-F_<8oe#vJ?m%@R*5ikD9$A-!sejhh3-g#7?kE1-%? zkig+U6=~s)Fb~N#!F=B`*u(4(eOKy2xnMr0aI1FPPTp%?3KkV^4OW2QZ1cw@STO3w zlfMv>vqmdN3i_my0FzU*gM{Y^WV0kF(l-C4r{#?^E(QTQTWHR_h|HX7qmCMqFz3Bw zOWVnA-Mb7v)UG>)4SQE-K)?XJ!vSi5%Vd$BI+m4o@+$Wv%jQm12L(i8Zzk4fx1OLJ zue^v{1gGLivCu)B$QSS>LS+fTV!?Y@T|UG?^Afy=$KCg;*!u{|KcKhaIQw*P%oSQ} z7NiOVQnAT2w1VHPM0uw0$s-E&HT!~@9A#Q70J!eFaHKuNDYz%T-!)8lR*0Zw{%`6E`Q5_J?^JMEZXeM^<`mkTzuGK!qSPCcy|dK^T`X*1nu4%v&Vc+iPs5n5CxyHoZm1g^zlsEK^PCf(Mx421 zceSftecVBp(_ELUPK%$WZ+%+A+!)ShN%L@3-Ec`DNu%ZfUvn+Tqil`Fec5}xo8%;l z+N=zHrKFPB)a<>1;oeQYs@g1Ht!D@#canFqIrvnCO{yO84b{hb^_{&^Cyy^T@8Y<4 z$ek0jS9v+t?DCZy0=V*I+C`JHQ4#IS{hk$k!yw*7o|z9-lOYM&q~kO+g=$c)1e}o$ za+6M^f?++nFQ9Orp-}GQFV)v~a#FM!#bhT#Ooq1uia08GPvd0>t?B@e?xcQx`Z5zC znPKFC7=8By({oBYYBE7huha>subZ(36=Lku-a4GGlZoIkZV_hn0_G%Rq-S!X(wF$! z_(XX|XqBJM$!vN~bKm6U8tflYAlEMRs`T(O6M{@WqD)Ouc7IG6!q(GvXM4l>9971Z zxR3F)k0`4rNIN{{@8p}Dw*3c*VVy8X&R^l7A&!8u`%uoSD*^*$kjxmvWl%Z&`Rbjb zC!>e@R_}jDE-s>f=N`-LYajHAJe~bZ%%4OsRjW&jc%sHdnZ~7A)rYjNa75s(dSld- z^LYX@5q>;#gj#tH30v=Z@*dhTIJzqxNu|yz&^ZH6q`MHiU+pVHgb7jbo@rldn8mxC zGLUV*7w|5}+6@(O<)$2&6XMvoTY49VyE&iZf~&Y^|%6tVX+t?h`^c zxdv5T+mKe7mfsM|;3!NqqiAQLnya)WQI5r4(!e5wB`druyc=ql1n!iqBA>J{`9xhqelwNeq6x=2e54D)mhWjS>4YT>?IUIb4L$}dOaiXf0lrtsR^dW_W7Mkt1C0t%)6S z{`ft>GluJjqKUz9FNbzt&4~BH;TUNvIiyxFY{yk174$7q36i=G4tzp=jGc_7Bvp{A zP>weDJ60KgOe*6;&RsUr>P125+`p z(Rb4?3LRjmeI8K}&x<$z1mlMTOVzRI_xA)ct1HO#t|0f39gwY<0#K9uZ!q2Kqh?AZ;~BEJa#!ST;2tT%6KRGcBc5jh zcLGgJN`dD3ywHL`i;t3<0shW$XVvFFO_x6QdZffvzk@&VO!@N5_AhVCmpA#NjgCT| zWkT1Y^lfq#mY8`2I=ARMRv{<``1t@g#(I{AxNKEl9W~SKaj*=bbE9ZrEu7~UDq9|U z^@Ne~alrHya_4wqR0{{>YP{9zhI09mI(>zS=#?+SO=tBt-5?x?CJ(?(OJ}rF>SB)aVC& za0#y`^iG;3O@%a&rl*NEu+@N06|ls1^@`l9)WA#J8AFs-_q9mY?r7W-dSfs}Rsl1T z)f|ndUmQBv2jwBTTBG~>Dv}0`WzClC7~>@+@8x-SsGgmOC(o6;9NA{qpLkDO{Xg{O$! zsZyM+4xneRP4Rs3i2x=_{0GwS8A`-(NEKo0m__lJ?BFe6cYY2jML-O(?btkk32uoh zu%m|Rt-KYnvK_VEb zl?V5uP0BLn`M|Aw6}$|=y~5Kc8kDEszG0n{L&*)LwRgjq;vChd;GWakZ&{_Uc=}#kjliOx>z%Myf z4mBm17lMn8*`G+%B=omAR*R+@!ygkjgnm#g%!7Snzl1x*Ksr^vrD6TG4u*%t$YcV+ zU!V-nEuocHhqlOFX%`;QF5D_cXY4W9O7iXF{trV#s;t%5=`Vy{PYa|0HZmLgS{u11 z`hiEuo$7a#>DD5`CX`6k7UVHoa&f&l_n$71>TGR^>Dxp%VdtU6+THurQE~L=uF%Rh zR3DI_cH2qhjXg`bQvS7{t^5yrfA;cUCvR+wU4C3H-#hyDzx6rF-z4QfOS!83s{F@9 zeCH=ljy@*zZ4LUh1yi`hPhT5-w^!sRN|0~V!prDx0aty%8WqeZO9vP~NP;2CASU-s3Yga@&otj#oqsrabjB45@xYHDeRRx-)bTBCaMomvDw@sv>0w|Kjc`IX7z4@k*_1 zTlGOj$Dtc3RjV^(vg+|vKy8YL-f)N36~rdk)p`KlJlY|UG*pH`Sr#@+rFoZsE;y)1 zNK3i-V@-${OO|8^%)!Kq&;dgha$;ksy1uh!pT0+bUJE}D6+9+pZp$fF7ewQI;y-Br z{*d#%9_izfM9cs3=Rg0MRG{(o4ewUJ&eb2cMm(2Ft8!OrCEMa>x96TExs|Guj1q{( zdrL;kJh1ZEL>>E^)SOYnFftkajQJjwfpNnJY9Q5aI7O8~qzEP&Pjjz}ar=|iq-JT- zS0w)wYZ#WFfS@`I#H=zOqhnpM5tPVSzY0Tbh=mQVQ&XN>SMx{pQ= zI`e1SyUw3!p?*^ESP!n7$H;}qS)>RrBF@U=CdgdiS96s$X`mo+Ph~tU(`Rb(k9o4~ z?Q>`^$XwtOsw2@oPoF(X3fzuf!*V-N+#{4L#j$(i(JxC;G7IQs7H~94tDjKyaxMA# zTrDKfse%s#ZI2%48@VV^v+>p(MMAmj)s!yQi7o6SB`NOd>xCnxw~l+}lZ1PNO2ABw zlo$ImAGp&cmqlH0s%NKKu?RRDB;<`8B_QfDoufm+6G5ktpdx< zMFM=Ko}`1fqJ~vrv8_T079HenvM>{OZ;HlKXyztUO+tVo!Ou!<^fn>R&>O=YG5>b# z*JPKAHMH>11at% z_ZBy8ML5$q)qC!}7#YYN`t8m+(Ls&hb+X-uRT+z!@-GRx~mmd*Eaxakwc9PtS zSu=>u5YgP!2tBXzM% zc&jcnpSn{83(0EMg3MCcHg}D{=3ODY+`Q8&BMHUf20^kGem@4a@1iovCB$@Mb<2?@ zEj6u{b?|&Cr&NVFxXwl;#3a@IEIFU;XF7sI~C#U|>mRRlk z>asuk>^H_mtEnWjY2iQv0mFIsTkm|o&-s2g0msXY-?z86V2LSC=?47Ei*4WU!cI=` z+<@Z*AB<)aP_E#y$X(?GKP_O-iRTbl>UJibEDI4vj4!js5fc2pVqco*iT_gB11h*! zsX-O2p_OW$Gd2&MRKFh7&hW*AG3y&tIDSjL%} z#)A6x8NT>Mou`&Bcw61($((Y>DSGpp*yE7KtP0e(SBT~@Cx1nq$fxz0 zws+3qFTNzrZ(rt_GVnoPr_Zw%pH(>jTcZDkxaI7c~jy?Y#yort$_lP)BhS)~| z`<}48mwr&AgwxB`d#1dT9^s)Fw!n6;4COsQ{v!LmnD-psOYHZyX++6iZa(~kB}AqJ z%4Zktw~NjhY88d@R7L06j#LJ;s%V*^6j_nk8FW%rr060^Uv7@JiVCeNYnwNA`oNi= z<9;RPkGY@4Yp)bIuZpa5`ZBBkG+pnC>HN{7=gC@vIVVJ8se$2Y9YNL3!M>`hH4U{s zxg^aU|NeQ21XHo6M`J#0+tmm9&aUeZ%FQ1y7Xs<9TAe`VWz|L2+Q|CG4c zc#?&SwLEQHtRtv!Q77L77xfa;6E1}2?D^^E8Nx7&f0jEjZ>({Wd4uFvr=cz;#8mZ} zHWf;5K*wGo!T4x%EMKil<}Om{f+s4{(Np#L9z4-P-Sxl2iE2J@vIt3lNJap7T*L~X zlZ1?Sns2Gaywt~9Pvg_=3Y~`ey2BI6Dz15H-ucE^<|`+%X6-U*SqmZ7p?%$*h-aFO zyv(>tqE}eaU+Y|t%k7F}ITfK?7t%+yMg&0o_?~Mw+NoU3A^{|+wcg2Pt$4b5g_3G*OJ+jv$!ZCY{yKJ> z*gsiMSRDaq)iD9v8Jc6idluvSkdFGg;A>1^h)74?{mR=dSG<9U;XBj`rB&C??Ma1SPiwm8k9Qk?bZNI*! z+zi$!JacJe+ERDy8<06`EpJuxnBw4RpFUj~oTY3$E7qAhU8#lt7o1Uw?2-G}ZkEj~ z-Z9vI6t0X%r@Hb@r)Vn2f;FeYI?KgQ;xHOdtc7 zTDOB{A}~{0y3i^hep$C*#Y{ai*wn6Izh;3AttwF~%p9_@=tWi}mFt_~oly%p=dfyz zyHfg2RIYc2J;!My3)@B!a);Y3q~04Ju@Dm>AwZ_+O)al!V_NawVKbf)-bjP9wXm$v zQ*@}eKIzP(9M*sTuH}Tcr%PL9X6b!>ljR&#W)fF|w!F{0S@KM&z9)Aj_0JZ{QmDvL zlZ1#PVutWV#8RGZJhUxuvftY#A1q_yz~8KP{k@x-A8rPSiC#5*`=6_Mu~qYstdwF= zq3ZIa^-{Z!ch*b2Psm;`^@Lg<+P+>Y3wNiimkQo*8|4n+bdWa%#*IEx2;&N<*pH$c zZ_E&bBXi*>S=Yk&<~=?#zFC&qtDwg9T_$-vfyCR!+F#s8FyIe8;~S@6=hf%Sji;Hl z{S1uIN$%Rx6dh0F72bF-f1|!jt9!X<$LwPbK?lpkDYl;c2Ltre3dJJ?^VOAYN99`7S>(KmeYzAQ(5BaMX7HwL7yOqVsTUW)aB z&fq{xs}kS75SmNuw}XEW3A)^2!C*4OYj8xo#mS0hIyG<-RjsjK2CGi+v(e4qseSh z#7Dslt*+9g$3}$S9*)-aaN+7lagn+pKv3{3Jvm6aD44C)omEPbtk7G-q4W&WofzGj zD%I)3)O>udgvgj786_R>p6J`DeYg{sejX&yiON#Ij-#(j^^c^x`$l*A(sxVdctO56 zTs$%fv~xgul+4x#Hf~8@A8TM3ZByf-Cn#M`3+e7H1mP=>bdFlebMZCslPUAg*Ix# zsh(F9>N8$Zs9&MowIZIvjkv6xs@uq-gI2ex9E2%axQGrw!+fBx(`shmNRORO1kBL7 zI5N*&*sQ;(mT+q&t=Nqx7B&Y5X?1>mNFcmXdg$HQ7AbRZl@zVNtG^NxhhFXGs<)*x z2WoZa=%0*oI%t>PlH5VNstzRe(D_ymy)zsl%^=~4(YLG~g8bu^g5(~0sOmsBU36Tj z-Xg-HZ}cr+`bVmZ@@c+w(OYTJw+5uYC|#sJRI{XqE*fBD1gQQ4sySh4jw^CWOK5-Q zoXp3if7Fy!d{*-M&(J5g-f(&KC#t6|GmceE5@Xy-Umc_R>NuPqdMtnAQ_@v*n)bjR z72Nc8dv9%K+3KkoR&Nzpy|r2DtKGGd9(#!%)7R#%a32VLa+>~}c2`5yUU&9Nt!`b_ z&R$jfQ-b}%YxGt$sbBCRd8TuZ90AbH#{9AZ0>Bek{!FTr+sQcKbtosVd4v zxcrV#q$n4Bixl%MoErFYW2#F(SHHlcJvuQEsJ)`sG<}j=Ff2~`YVCK zh1-JP)9Uht^Ws+knp@1Z@PbZ7>g#e>OR-XDSQR>mLT^-s4sr@@OifV*a;f>3twKvx zp|NQ!q{!c=$IwDTCVdNIB8uH3gzuCn4q$7?q!Sy300tJuv~Vj}CJjkq9}q+kr|(t5 z$=dfY`vm3Ev-UX5?w8+CO_Rv+vxZPZFa1F7ilFSa@MyRH6(3erk(=5+K!{bC&x!mE z9Xu1MTkZ)S7dm)lkezsWmFF*Y$5WQ3poe^lu<344TIsIYsGA6BE&NkDp062^BL6~f zc+ET{(Kc11*mI;@+6%6u!&re0gxDKI;mA4&eh-Q7DVXl)9uI2gRl&sm9kcsO7o(WI zE^rkgJo{J#npX>N zrd&&bsagrz4kn>(PAb&ljSrT;heP1z+{WN>B+Afk|2?yURYhqa@E$_$CP5!P?p4dk zLn~i$gmmcOW!i$TBd-yU%X&ZDtC#0jnPT5$1rj?X&oa-$sZGV+t1t|jihZPW#ohy> zPIleHJ;|}3px-1h3AZLC6i<|;h2OCea?nA@VEnA)$ZT|_#%^S*>9Uk32i(sJ+W*C9 zwTsn&cK3a%SX8VlRtYp}Gcd+TKmvVY4-$CTAL~!)54&T>@L1-FwOC*KsYyJNX)(@b zll1-=n{p)Jjcu|5=`nGWF2$a5nnPPw(#D66iOHTx(x%1!V5Lo4ni9L$3igiOX$ATb zw@`v9PxhC}HzT#llMNeDv10(LGL(~Hy=0ID;4-=V1Wzl&X~`L$2adD}l(e*AQz{~zm%kCL zE^hB52BRBE^spzk&Q8ns2J1ToOLO|M6~rSpqXH27J?V(;AG^c)d`zr{0F7Q~eHaj* z$7gM6N__Uiy~((&cZ?fzB#USdse`k*DaP3XPG_f4><+85B?-BWhx^9Pu@gL;;uKFZ zua!&~J%&*$ko(3x{7qFAjrAr@-|B9Ghd&WT7Cc$2yUaC8RMClc`~ekzwpMrU1!7kY zfuA$-H)7vc9o#W{;4t2T#ai7hWI`7f1>)yNccjKIr|UBEWtKxy9XE_OEj&YE{`3nl zYn0k0VR~!qBv2zlO5$hgyf~=W`4A zt!1IsuLZvsYW;?T_{wpSxgr@`)$rqHW|V}Uf- z!r=H&>$EmFX%DByenBIar7B)XhWce2>PelU{!cR0hk%-#s~J5YbumT7wby0d4Q=&! zj~uE8-WTEdfnf7ks}F<_S!F~AD^diRPCe-gSrB1atB16(jP13$lS;9eV>N`^KKwlC z!;h0cJdpH(vv*jU6562#6*~r`x2CTbZaz+z5%DRhu?P1e;x|gFcT$~tL`l6q zz12z?_Rz+p&OW)v&UUhkde>WWU!&7^OQ-J#6;(x|%0D3F-bO9x^c(eKw7a7EjY!6- zsBoUFiI6>GCm9IZS}$fyZMnO)EJd&Iz(zF26-(@4t>k`BWg%-TJg&;GR=qA;<>kKd zl0cwpk6)`>v2bEw$ik|tvPZcZ-JaSJ?%Hpr)Q<0i1AIiUWuADNz($By?M!2mJeXCr zpA{N^0;+kbx0g$KVlN{Q`>8|?ccLzks1Q;4FX@N0y7w3+_zMro__ALqHk$4W#4pG8 zOn)U7rr7FoQJ+9xZ(z`{qdKeUIAB=n`f z62GZys)2yV zPmCJ0bp9t*q;gE9Ph<*5nMy3%hI}nkNi=vVjm-ctSiz> zxsDXi`0h(*xXp!Y#2@BmN_Nq!YHl~xY~piB&Ddt6vzMO)!YaxMnRhTlu0FtFUWnPe zq-*AdPG;xo!;+q-p`_Kvd(!Wzu)kar77P6rx#;o=P|79{CgPV(TV$R4{4n5 zou5BDO#0{gF}V)x)uicXm$8X(1K}oq>+LuP=C-8wRvT`D=T{iZ4CCAD@||#;r@Vj2 zFU?Npz({@;k~Wt#ck=8=#yX7X1~m|;B=Tc?M}&-`5)>$IY%d{>n%enJ~jLV1#*?x*8^TH=bn@0s5C z1Kz9OQVU6+iOf7b;eJl5@)1}6Wa_nrx~cEdhXh(;_21b$=o)cAYxZ*JW#^`-s;K8P z+JzsfAyTvcQOnNU7dO1`elhyKxBAc%!{Dj~Z&C-X?k*{E`ZH2qZlk_Ccf*{ME~);+ zs{byPqDE3ws~SlPb`5_bE!9HeGGXwcs>E6}yE&}Z+B;HzwT1Decp}>>hg|czS=Gfh zqv=fop!(o-{EaLD7asP%?XG6jn&z6DOPyq`YxI1U9ZuYhHvaS&^hTsRC8+zD;SGZj? zl50@&&BrqKulY7LDBPqshqk)3MPqr%-K4L5OaO*nb+v5QU&~#sZ(`M_`?dbB)~wMF zY9%X1aqwqa z^A$taBFf4C^M;`-*an=vx`@?tvna(T|4Ep?{>kP$y_mHg63A`R_Yc}E!(I0?y`~1d z^NwY73HX~cs#i*}qiWv&QQvrg7a}jId4JxZ>Q97;ZqBZLrs|Qm_Q!>`yL2cA^J_+;LW-0b+jOQIS!Fm; zjy$Q5qG8xfem?VT>P?$j3A1h>lvpTTpB2#e4q7KvaPx8COW_jy6=nqn?Y{YpnvL_n z0?`iXfdt%}q@PyD&c*g*R!Hn#<^N!Pt|}S55&u}|Hv{|5N3ANq45EhQugTvR%VY#z z-z+C>45n2THxn}NZClgi|2?l-im1&FGbW+;eCE7EDXtk_X=;#=J@GP<6-&(EyPE$X zBX-YMfw|oOCwL=T5hTjo%ep?LN;`mi_OYvfwsh9=ZA<+9yUg$OZ!4y6doeGcDaC*; zdp~@(Dq@1UqtnHm3zSt4NPDzKyM z_+WqI2ETa*Z>s#W2*`;59seb*_mT58v-QpQyNX8%(vPW^fO+lr-Bk65WR??pg8f1X zSmuui!%&kaKGuAe?w{e4)~qHZNwn~f`P!5wxtm5SQf?ZphUJ|g_Xo1RKNR&$)?X+$ z2THAnyYa&_fA9`039aQ+0ptEKe?qM+kbNI0#)%SV^f3oMjzB#BUIfJUg%^3k2&mI2 zwzh<0R4(9j04@A;C`4}@tIy6bF7g>ut3PHtxywaY93 z-rr>Z{f*3D%o(7+YGnO**wi0;^u6?tM=RZ;Z!t3J^^EGsL@M1{xM%i@c=WRBwcG2c zW&S=;Rix%WMkh9yMn-kvrW;PzGwPX|YpRULPc|;{vKP>FYq$NJpwIHw&=Ksj|Pm#k}xWectsUmf}fJP$#+7p@ETMJ0sy;nxVQ^s@J5B~wZzXsmVmcCBRdxX8D> zm3!m;7n3ke-yZq4H{RPoH107{hM}GD7e`7OTb=nR;Aa)GQQ}tsmi{bk zhQ6hcM(?=FJ#nvmtL9zb6S=`_d}$aOO$(n$vjO%}WfZCI4bAhp*i8f`LJdB{mA{75 zSjs)(ggB$jOM{j_gwaoQFs_GvW%@wal`49Cry^B#pYf6K8E3&+Bk!3&|f>?Tpi$Q;N_fYOKNpI|qwk2KFbq}B@S8??Ih z=738iy1wl1B)tl6m|=wWNcX=Dz{-Sb&-nK9(f%zk>p??9FUg)rU`D zoX5NgQDFZ5ZaRM)vmq@0hsTl1o`u{CYK-)@~n2 zf9V{*^J*mPgnH2%vP4OLMyrxzdYJI4EmY6oU~@8Tu3SG834s0q=n6j>Trmz0b3Gpuv@1CfIFr3(5=^D+6LR%vV`g!m(u z7QPdhh#X^%*ZdjLGyFpBcd7(hc%gh`s9mai@t*0ky!sTMo~AdlHw$@@dd67qbO=PG zBl;ndu{APtYpcF;)2>LFEFnbzVta_*@faJjsAlsL`dQ*J%V$O;y zD%=z-6JfcO50WH!jEKx_@sXToQ}~J&zFXo~ddF7oiCpZBpW8v+lJ`&gYa&0ttmLcY zmx^m)xsra`;=&EgF_&x|OU}x@`fK_+LzBV7_pRv|A5QB6J&pTjupX#NzR?e9W**N# z)<~@%pYls#qn?zb#pvBK`Cuz!4@^EOu|E7#<-qs_H0AFP38N?W zrXZ1M^(7+2&1}Z-#wb^(cE`+2h}fJ%T1DeG5YSsgtFqNFA&Jei{sQL?`N(E-&;eH? zQ)b{ffOD%JhI7>t&Y!m`=58gz{M9}cULxTitFXg5m_8YVGljgBtk|elep>vU12&7E z{tBODL4Nfi*`zf4J1XKy+4bChUXtEi|IOnc-2mh6W;7V@JAI|3=ETHk)gV z*j#7oJ3Clhy|6!psC-OfcQ&|!UowVcSY%8#Pu-K^GHV^ch6UK1>qOkBA_C?#Ct^B* z$80`fsL|@K>}Os`oU-u85TM8oMn3D=^yd|YJucad^NrD7hsV5;abB~J#HJE8#S=Ox z;0`d$sKytc5CAD1M+}TlMtH!_Jg6%H9--lV}0f>*v=gE6R|}6qKssj3(6?RD3u|CdJWAl!msrj zACM$DE-Z!Ej~z?F?>4URHI7V@AYYZPzNS-GXa20`uC6@Sv8{)YE7`Js9f3t}Awb&= zYmZ}CPf&*SHuIK0i`;1X01nz1K8}Df-)E*c z5xog4EX^u%2U#mv$w89Y9VC=DGB(?MfVl#rbcmQ)@QBN}B5EwCVAA_`*+u@AfN@i^`9Ds?PY8r=Y86Ji=|gj#6Md7U>(!z3G<};n zPYNIDOU&_FWA2eYHRdibZo<}9gYIuQ5DE#zPcXmC!yX-fg9a>osdgfWJrUW(! z&CgM+9x(U4Z`X7`0c2mMs)ONzP0Bo?p8A=a_@c;nGXY0@$eLP=wE)DKgBLL4uhtAb z@?5!f?6vLc;19@F>^a$$Gi3c77DUJ@u${|?SXl}riccBPrOP~iv553gqfaFKZc|PC z^fAgjxY@>LRHikRW|B(0BJwc2P4aNntf@S$zE%c*e{5Dlzx+Wo!s&de2vdl;XP2!x zbYH+>UAIV-H1k3|Alwt`7hZ$r2<%#}S zo`_J@Ex8bv-7UX<&qnKS2*C3H!^7^D#RQ#NID%~!aSFwA2-s3B^xjY~=dBfcbBApC z5nTnMvRl!HJOhF-o;fzIhp2Z?VAexcSDe9T0OWys$(CVnBgh0y_HrK>A~I{%!wUHY z3i)f9^-7XI`dhL@_{|;F?==9*_z^36gv@hEYkbphjPT`ebZ;Hm(!vyHDOcWeaH~-& z`)02awWEL2I@PsYzGhR0n+^B1YYWtFpE8MKW>juIm7tY!C_&DD<>=QuLh2M)8mGQ9 zVw$Lu%kjomnwf++;2m1ZR$s2>oegIyf2Ni*hV7y`69coVMst76 zCcBRbP|30m0w^6yDKkH6MFg=;8t3rDNr~ej_t34l{Z0zqiv01KbpnEuP#@xH>$JZT zbjGpu+y4r=Zoo(EBLII`OHoX^p7*vPTtsc&QHP;_mEu!=3rN|os2 z2orHPO%3?fT1bfCNomi1Hn?NGwl(Y<3y;*W)4FTel~&zk{L)>+c2iW(4LjwC4SS0G zi0gW~pxo@m;qoz=T~?hztFkaP=IcGzyHIsV2pC;D{S)M^qmxzd0`U<$HdEt-E+S*qlj4WmG!VYzoA)MI$l=VXH{Yoc+LE?-EAUVD6~>o zCCj{#5emak@u6T}rb2(YabMLNy{drhVSsc3ESAxQ#WKtb$QSv3>lN(G2sNs)&2ID1 zes+QPsb4IbOu0HdqL^~n8x995Asu=zPi<()wDmz2#3eF4+tvq4KUjj^6DVG4DTNcI zqe|3v9_th}q>~_B6vTRT0SZI>Fe1j4K7qd-o$y)pQ8T73;5K4`+bG zJi4WT-Wa0e@xqzPiO<)0jG};<`xf4Y4DmLcMhJm;zNFMM#nFHnU*;3nOl_H;$1$~K z1GPtK`82((zn%)zoTgGw9&;d#uHK3BOHAVm2xT;Glp{*}rREciQ_5q0c~H zRo#?7@za-oVO#m5tnw8n$V&5MgilMx_~LF#e7(Q4_*39}+fJvwFA}1?M=tNaZpxee zY0I15R^Iom@{UALOS>t}qe}Z!{JMXK)4q=geG2+*=%&0S{$%>e+ADTwF?=u-nNoyx zS+G|OT{-B|Ba)ZhYu}QE65=3~eK>L`gE_0MA~UUuoXHZbDIUGTtIrZ=d4a(UN10zw zA!8m>3G1DDWI1xmZ~E+d*y7`G^5ZP_pyQx5_u~whkty=>BSN(Q>uM(!l`q2F6Vtc= zp(&zsieE3!Xk+6YPVq@%GNQFf4yy)-p)aTWAGMWVc~s>$cT;}f&rtsUSKHc8i1vRK zTOPY!Nm1F8hG|}`8ei7lco+JtvyNEYuT$eco&5Zfl&|D>rB(is=-uB<*%@}(hrzd_ zAJf~)>;37<%kHMU-}SZW-5wueun#qE$uchS8>2EfXGC`9iEFC%9c+!@Y37nw>_Nzn z3E*6o0chJU0dvynVqd70lXAEyb^`7nF-O$u3rU*4ak5#?!Y%9`VH>$G1HV6ZmdCx7 zYaTMo&8rwRhgNZW1$`%8@l1SwH%Q-M3;|J0hAj0_-WbXepJRUVGPutY+TTxzz8|et zJ<|0VI+K;+vw-xc_>D^}z%uMB&d}X*N6iRNo`smUVa~jNV4a=5L)s#BHgENHA&8{) z2Sbff++->TI{6sbGptO$m&2+be;KFqm+$8F)7&oA06(VA4RS&#b?T4Y7~0l|0;>^2 z=>~K!t2b%GCA0+YwVU7xkf+BMP?t<|O`oJ%i#s*M8InQ2alZKi^F(SSxsibQ(4KN4 zq6FGK$A565|19ZBvpQJ2*v?tz19F&EX-?vXfW3?)$M&7v5U_nG-y^GXhD;-X?_>fG zduTb4pyTvy!)Nt-ISe*9zeRt+K5Cz1hiV}{V&(FoMLb@{dX8A<_JQ$oJUA8a5jB2N z;s!5gsQ9q>7_F4|)@nXE23VyY5;GQ*>k?$_FW06BH4&7KDD(2F7IzcrH#f3N&`4ca z=BphO7-vX=VsRB%-iyO$ox2?>%oZw~Lr7mKWBs2}17L_B;fX*Ml>pXAAre)A{v)MA zijHwUNI4fvZF(80#w^yKX|=MplvAdI$D3aQq(bEJ1mL`5Vtx6hc#R#AfN*9)C_~MJ zOfui8a2PE!;*(`EnY~CiiRHKl8P#$46?`TfW>ootu<>gFd> zSgr;RAY2W6%+PV936BCSrwhf^L};Un@*D^j|fHnY1`SB;nZmNacJ7czP1^u~# z{tpR>3nuPW10>}!%LPQObxbG%NqHWn{QQkGa?Pihink5On zE-4lD43-8AYZ~b(ZbVOw^m^HhIG}c9AMH^(a+*Fe-Rvc~)S|P*76*PT4OU5$5hTm? zIQ%k9NM;C{e&h_>SxazIhY149jWQQh3Q{__QFhOFM(y3KC(vp}k|%lO?(g76dBn=x z!&D>F1u;MQ72>3i30MTCQ2Uq_V^N5TS?a{J5!N4_7@;tg<~}E;!HRJx7%G&$Qf1kY z7g(!(0;k;k$!1tH9H^pT#8v~3CMEkY zVA!2<6+?gXY}QT0zQ?jLWAqSXTtQ*9@>^Zu=D(yGGgLJukMF9|)G|kvD>SEc67f=d zOZp%nm7hnesmA#q`yqcqw~9ON57dK;Dnh#{wQE_CacZr{XDiUWiX;Dw(OJg0?55G# zl*977EJeI4#5O=Id7T3zrTaN0@?rNfJZcL`ljKtQ5HDnGwn9plF}E|QDALgaC3};} z-3PK${Io}ODi)XIFAmdi{DjQ2uB7;n%f7>|BRb`h3YF2a5%bmJl{Gbitaa3Rn9jrnWD zahMujQ|XK6%E6*)4stLbeI1OZzO;~At;`e2sqcB5;^knB@b84K)q;?|<|)A>Ox^11 zy5dV#Np^H}k3+79)IyMM{J|YpNp^H{A7^C*L)|&KomG-cQNrcsfek4Z=Oa;&86r`T zC9GG1Ny33lMMM1;p^=qMKSwU+q$H@)F5zRhrLQ z3Gw=7nE&{Yb1qXU$Atrtzio3LkjWpJhA21ptnZOb-T@2Aa~;Z)TxRCIW|4{NZiiNm zVO~G%VzFGjpQ0CUn2G&nnIY~(Gg{4dVr{y4>s6r}A(`vR8e46B@td!(mBm^shi&7R zdYfyrBnpC_2*h$EsT?^bQ@6}tB5+mea`Sg8qqQ4s=qAY_|3gh`%67jw>J8<%UMh1v z1wgHMlTchs61(@vTTd1Gu=tJ`HOnVAx#pUJ`_^TAodby_%^ zm&Vd;ckFlqsO{sRNh=qGm@U8`Q3fz%m<3K}@w+-QUIu^Jn5qAu#0WP=s4~O^E;lDw zs9}T~fX=e9S05lAGcE_{nPv&Kw#>I;LRQmHr(sBgOqV`byKA(pH}fSPQ5Lm%CW)xg zdO#?-@)XnmZEMeb*bDN-{NN?X$g0ibtH2)9|9Pw$*J^6e=OmJ9ng@1}i0jp2atx~Z z#B*&^+D{UU-AnV06BuvZM_TzuP^6UnGcNX-V~`2v+#k}CiY-JdK*XkTx#v?DN;YHc8vDF)IrD!9_}N(`OfWRdP0Shs&9WaMrN`=yVxTO!!udF zcyT6{vWP1Lk@>6Zln_pD9LWe{a0zA2@pWC2ccZeCrSF~f>d(w^Byo1vnYqe~99@;K zY-Bs5TCcvy%BV;Leht*CHS43INfVCo%%t@nOl%EWAoTUUXTcYQwU9NcxMQ64l;*el zF^px5xv-e{V6y}}AW6hsw)sqr)t$F21YLjpfzzE~*|Z&6sf55bvl#h>B(bo)(2~3$ z{ge*yGHkTgii_j??VP|s06}#ZE*nJy;r`$jAePN+4=0s)t_9~xFjoGZ3yo=ueyy!%phRZhQ}S7M($%t44w+l*R~%!TuQkWn zZyhO%{XWNsv$EgYsWUt!6Ji3b4*d~aw_(~amA7i)0?}Xpb`M1NVV=EA1bQR862^OW zWcM-==soXlu?n6A(b#KXB5>UNs6r5ZHJwz1vls$|lWtRQM@ZKboYZTMNc|!lG!z6A zEQk}}q~@a1I0vnIjXgTJ7%oD@JzC}MOs4SCoY*Z``;8H4=33BeOm*hIbL?2&F@08! z_V|^&2~Ux0`dNb1``;cbMo(GVDDFTinUY2XVJle#EN)=H=u^bVltk?-W zTDDSgfggsHrM^nd@Tek{qd*mtvooGieDDmzwl@%8kjY!>3M%i*;%{AhFNcd+XG9a;8_SRZV2mtObG6^%|dX(mBR2` zF~m$^u^trtip74}EWV-aNgn96q{uvY^iD37m^6l+t(7(zx=G(tjiGUWcDG?{H~WAm<@hGp^2s=w7r#A6>& zl*N}pU&7cfVKwtp1shjb2G8;f$!S$VIML$RT(fHv3e--h{t;fxHSgn*ax23eYpn2u zOT1tN&2I+!Eh(y16_Je$D-=3<$+&`(73Ls>YN@~$Y}Gz%r8x=)C=07hujzEh{G<`K zru6Y2k`jgR{ZtHsvVc;}GJZ!%lhm4pCOFG{d1hP_Jjy7_Vuc*Vh>_iySyuL78NV6d z{%+R2{HB*>Eq;(+?}KIc%d_Vj3$wVJ?sWT0%jDVh?eE@~)$DRkfAGHh09B}%cA@$G zGzaP`)gUma)-&@;1_jt`yqaGX;FaR|a#9wv=1^GSMW5 zZvG$Rd->Y6a^GhDCV4jdQGsF2e_LK>24q!lR7PFO`-98~JHEGA{W+Q}!W5BQ4sX~* zuah5GheE|#DQayE_lH#Mo3T>L%mkTA#UN8Hi#Oa?@dyaDUlSuZ79K}wKB;JSZMS{* zN_jC<6c9ZW3>$fAeqL`Y7-~D@@kzY1lc|NYet4calFmWKylIoKOVn3O4-x;{`!-12 zo}`HI@{O;>spK_M*6f)~ADWY;Bg`PxpJybOy88CCtG9Wo=Q(!V z`dH;|=Vg+)e_8$DSn+!)EEG8`9fXWqYgzE62d!UObA@v%X^P+Mq6>WTJf_@UR3ltbmk{Yt+Nnqtc`)XA*}2mNCu z28WmpAipb7HdO>OIbHXZK1E*h#_wBPn!|afuX6DjBIip^dhyM$EBmO!<-Z_Yl)2bh zI{hQ+UXl@;>EQ&A&r{&%>MFz~luTu7d_MWDtZO&-&YF?<9t2=otP54mFx zxe($5>G5Oi{Oo>#eoZO;qNy-^b?Bd>cNq7cyvz3c9j9+~{R`b*I46i72e{eZ1#xc1 zS>JWNIN2F51Eqb-;$vsJ_jUHmK!0MI3z41iGLQ(}1L0juIQ1wo>rj7^^)3qmiSzzY zyO+Shf`kR>`T+@K63D!5~SY{njkM(*wL#%hkxo;f* zr?q$P{)~t%&*F4a}m+aqZ^bYs>a`b*~`a1*sS?6rwOTs_27wHu-WzI_3)*yVz`k6n% z3}VaEnMF2B$UoOm{}bvT_fM?dzC=bUExNtJgO6$CF>pXgu71OVXd^Eco&Gf z-IWtf#>2^URz9k_KT|U{7YJW#ag`yfk(kYS zBIQV;@;3 z9dMInubhp$_-$(jRky@R4pOU>Z6p5bs@fm{{Vnsh7vnpr8KguhBbFb!<)73`UgUl^ zKZG|!BjYtMDX>O_w+2S@%!9Cp&6U$*D`ed0S(L)%8-D+{QMfF6uW}QlPw&s0iJUE@WE9w)J9JcVmZ@QZTkchzUtNT$A!oYWt4eL^ zpTw&{azVvYeJi05<~j9gE<7}T8WqQH;q!RH)A(?Gd$8eiY^;{$OF-WrG`L%|s$YTw zv2{Mp;oP@u|8TdMqKIoYhxOXVX>(r+bra)CPl}p)Gv9M>Oe}r*&YL44V;_Sa1EX5a3uN1)ZWe;kkd9)3MlzCAKs#cbt{i5Fd4!tuNT* zvV%mTz<4PDypt&qw@UBcAPB#eo8OrT0pqNNUewH3K{(7H)mVDQm83*Bdv zmnctDV3tYRD{#z3blWVJBI>TrO{6$XpP=V76}W^6Csh~q*Iw~tGv)fB5EmVS9blrF z`+xjvE=ZRj;{Q1nUPaI1GWYIPDzSUSzt)4lQ#zM!=*8bb9R9x0H~uCL{cEJY5cJ=d zA`1F2secCa7xsYu#s5AH`nbL>5#KV~$oyQ8V28In^=q_L%Ii>u1&|fq@)KTLO1lq9 z0q2>*TXqP>ZcuI7^ISHsvIvRxsaJT*R6i}(P0DBaTy=xOmG+wo6E-Yke%eou=J zx!(Hj&Xc;%79Y}4qbkWL(3EO5M=CQ9{kFT=#1NnLKCcajGKK<taW61xa{#qlp8dm}YHB9Lm7e=+iO(xd(iaYe9$P+0`rKH}Na7|o+@NCeW)WHUH8_D|Lr|Sl+M#)w1mY&g5hZ5tkk_PkzRL>< z$je8)p=U(iezj6V%|v|@;e4Zn^UeCqy`y@5zN@;>;}XrPFsZrbNBb2|LO^mS2Vj!X z?~0~MWDxYJx%KE1Q-Y7Wk^;9fgkC)RogRocD?Cx%gmIg9JP+H!xx!3-?bYcvl9V!U zluyEZCdmt`VjWeX-x6x39{VRWSt`D99EB$Yg^;X5Mg&71TtBPu#zR#1<2XDD4(IB- zt-wOd1&I<^1tcldp9zVtTS!zR5l7qebm`9 zKHc>#{1WwD`UUD+`6cSxp+xmF!KeJ`a9`5PMJoLODr@rH{1K(l_HDAfZVv+kFU5qU!%6e9`~3;QNqY8@_`i z1-@4KB=GH!7w3epJzJ2sOK##dv6kq?t^P~RwG>m^34;XU=6Oc({$?L51&j0Szln&t zQPwTpw_gt&G(5}oQ@MMaeWrZZi`$}Cioe?MoSl@KXBHMIk_r1vBXgX-z)be-pJxuIEX-< z3cQ8`-e?LD1Wx7Fr#2jI;7W`bM1~GI^{ow2ufC_^0|%y;xZcMu!BWm>uk7Fv8ZVov z2ilu`9nzy_pX~2(w%&6!sbMw9^z5(pb!?OsxFK>L3q;l-)(7|Y>giwW2nX7$=lAP~ zT#j&S`vX4Zzf61OMu{TYp`WVw*m07!Pf26`Sq-0f^`_7^r(V7g4-aD(qy=g?l+R`H?Z zWGp##cSVC-Hr2QG@*hg@(Rgd=iPo-{oyo|c^xs-?X>{qZ(^p-_FR}2BJoCa^++hhX zqYz&DuDit@dXHtd_)uJQ>AULMcpcag`FFWT;4{O;t#Dt+aFU#0IYai&w)TbB5P5I@ zc~3FYo{xAb+Xe^M-wjWa!_$3oBKnZ68+_3z*7BGY=nUAevZ!s&Ls1<7Q`Gqmt{0AsU^iH%2G)u!q)a1}Hg( zK!z^8E1DHN{=T+)86$1Xqe3OZXob7F{e3z=Gw_h!SS!#0l~%aD>YYFxK5OSlSD5t9 zEyRU5#C=l;7@l5P|DuynsT}y)SV^eaa1k1JqX){@6hqv^Cw2r6jMQr0Ae1X{ky2Z7 z-xw(KXp!#wYq)%W-U)5>li)GzJ7}ci^xJCbr!xJdC1RbDG<<*6eLI_dZA(r}=3!@e zMn-sUX0z|rr&zt3eHe1cyjg>%xH!W13TuL*6m1kU{R!538}wYxUO~B|;Llx^Ev5cB_46 zu-yEQWxtN*gy(b!N$i3o^j$&}ryz=anodirM>8kjFacxdY755-jKLoB@+9q`25IFZ2We8mugin z-lzLay))V8*1@B%UH5fFD(L@O31$0U?R=6ixx(o`TDWbJBYBP)`=GX*SGjv5Pa|80 z7qrtoeRutVq~L+f9iP_D<6GzhO`o$r*fpRohbL|F7GoA3*)`uDeL?$6PJdGMrsU%N zkvk|}i%F2d_mFe(HM@OT^n+mGE)xmB!!iqm1#jKl8T&5wV(X)vQx2#j?4x#Db&#)np@wGfx}<(^q%WyevPi;ZRsy%)y%Y_<_p7=hc=2_2?eVWVwos;Bc~BQ{KJV+2@M#%DtE7hfh1IHN11m* z;Gkp}B*Bmms0#Thxy?)0MlX~ciTPlC*PDsMQ1y`Tt@3uE<<~lemS5+u&~lIbr_-}cNTKJa>HHb# z`G4rIMbDDersv3i@K)r>;*Q*-(V+-mm6V5p2&+;Yzj{-6&c5*E%$cz=7Jkl+-K-#$ zFW^{JA_}7?wgdm@$D^rrIp7Cj@sQqVj#n0kb$Ie6wvGAbX5p;0_b`*p{r@WIMQg|N zX)6E8MB}Qv<2{%a613w9NL%9D%70sUA5Z_YeqTOAo$@Zh+)2dwJ7yE^@C0rO+>dTN zyxdJB7`o`_bqn`eai&~q6u0+Mrf<1HmTzpi+Rva%@AjrF#d^9^{-ISYRNfxfr2F7> ziQ7UdOv%+VWj%lR$Lv;4_cs5|47MGg|H$5wILKuFjVI+d^e_ovQo8q^y*)#JADR6n z`@1Lqf7RcgTgA@V--(=;l$biepP|2v(%*sc{(4E6v8U|*CY`gta%5VY!)cBACxP|8Lsl$rH@d_z95IfGe*R6ORR?*PxP{r>15Zc}p8KY&1%eQ?c**rKNS87 zC~eNT4akc~b>r`mAI9;woKymT)i(ZAv9Ek!;cq%6`{HjxqWtxCc^iMy%o*`l$cKM~ zzpue_&N?a2j=xiRs@R$FCtXqaQ+@hjvEc8|KR5&aih9@~!(Tw3``PEE>u(bl%0JTZ zooMo%a2j)t)T+0>Bc-LUz%HGs(m2ZJEmYbA|GiXX)F)wU9Kmt8FLU@)7DR4-A1;29 zy@9#pN8RHVpY>M$?%bJ)+>=%AIRAS{30I^^&ogj9SgmP}f3j)ovOf=I;G1qhDTFalnCS%r?5Z<>i-A|8ZCtgj9zq*w!s`wLZVE%jKWt1?c_tRB$ zh&mY)osDO)XLJ*OzG8unc#Mc)h}s+yMsGN+v=vu^DpYAAPZoC=#p~zxD7*VgRTivm za89{ZtI9*lK^v9yqVs49AxyNV8c}Kb+*@jk!P0AjFTHiFlPkZzLqI|}@bFEUC37h* zBO5orwztq5MX`|BLSs-J+WbJTRVq%8*^9!H-HSN7%UIMrS=2hLj>S83kA{=N-*ZL& zLdR7Kv8__BJsL}#`Za4ZD))-Cx{0t`O;(`m_k*8|ME{j;EJ@O@(P|3V>6!?TBDK0n zBDf-d)f|%m<`=RFMn8pqg8~`GqfULiR&$+RZiYUd7#$E^U^aZ55}lZP6fu=TsT~q< zJ3Cx{kTQIfm{d_@8sjdfem>ykFpm*X zJ1Rbo(UAsoK*igl{<8H3Wo$4z^fqf3AgUL0^d{$thG>$p@`5C0T=hq^U>-GW&E{t$ zga_}Hc8fcvEUG%Xh&%4SHhsZ9RFy(7z@k+ylgYTiL=9Np9%@de)0Q4h6b8NIRU5j) zHguob&=DL1!e2z_Fa6!fN7NdZC#iJ8f_ANPEC8$-YTN={tVq*p4(nUh%v>uPz;}Zm zkIXydAFS2f;tXv{k^tAD>WZf6TWwvNen_i18tmF%mOi1l-9KEb88Hc^5gQ79L2Gmv z1CbW!h%Q9rLUW4VgZAl7hXk=+&>HL_th~OUgOUK_AEwm|o}_P;X!jl&fcJPA9i96Q z*a>~yzv1H{sqdn!NqrloquMz~@(#Nitmixw{s=bSFc2T}Ruru;Lwa`3jpvrWb0Y8rj ze)LT)MHN&UrCj=dj2s++Y9pt#8{9xp-vVl_6$di7~A^#&; zo8hVagS?p%7B15Q?Ws*RCaZ=>9w&6*up?D9PhujoZ@7|h@Sy%cio$*Z_11m}C0y}N z(O$NlQG59W`ZJMI+E9>5W#-;p^eGW;MdTGsLdxAeEJE)1jLV2vgnT26$oS?Od!}q7 zk+1=|PO`9)-AIK03{vM97h8-d-0tF*)&?w@n7R1@Y$Y>DgTK zVXHZTp?7oL@Gs9uK=-s{rvvNAZl=X+9MrSMfL&vG-x?MCCA|?+WYD7&&8zO%0Pf>70mSC<==ZOwQhq=|V&_||w34Xy>O!06`U@MBgG4Yzrx4#qjS zy^UY{KxP)n@O5SZKk7VX3JJRv>bFc-W$E5#1U?Oqj@QmFxr37TJr=u)iu5jR{tXybNNiEb2%INo&;dU4~tCab#A@V?^A`QZ_=uY zdBu{l*bxh$Z+0u=TQ~g@`NU-RBa60L4{P@$5?awuJY2QI^-dN)byt(6w1kxTt-*@X zu-ERs{CBr;ngFQA3nP`>`ryMZM>rL!lR&~op~Jb_2@3-SEo{~GhR}iJ(D5X__()(r z-9}X(*s1hAVQ%W$2F_J)_{Xwzz368Z~iI_RVQGiZ?g=cCMs{%wiTje)cJU_rCqYF7#s7IdZhDzibMsuQ!e2opmed zGn`)DaHJ-=%onke?lJQ%i8oF^9%6}aGv9lh&53f7xQCQ=druS<)_HZsrc*KWogWfL zJf;uQrxJ~Ev14xOy8V-67j53OTGmp38lhnYsA;a~T=Nf9V>w5_ha>K3mPDK)@6RYhx^D*~6JD7U~C>u;A? z!+QlzEeTQecq6u0V! zi61vrZ45%?tq!fKp7-iB^I$B{W*)pwRTU~f=m^{$E@we&H{YZ2@W3Zzr_@9=AUe6v z>STK9dgN%Lp?QKG8L3Mw% zdqs)UXJ)9}ouu#5w=7L-N=gZBwp@VgomZyQQ~%erSNh*DAJv@yir{0;@c}s;sjOe| zC%vKK02?@>@x2~8K4SSF*96NVs0@?(RZn(C>ljqy?j%GFW5y}0I+tH7vb`rQ_b38` z-iCVpM~gV0$OxXeTC0?U(clTRrkD&m3Z~*p@}tO7VNPu@-YYWz!nzc$y^?&xL;%q$ zyE03Cs%8etr>oSb@A0I!sCEnwJlBQHT4osYl5&q~HLh#&Y3~-A$)~v~{2KY! z=$|S5@m8mN6P2rc8_h4TC5+zIB>9kGe-KMqJ|xSBWck3fRV6TKkhspA#5K7_ce1-) z{{1il#GHdhVUEP;tQts{B0odyGUlE%?skQ`TxBEZM5gM*V!*DLFlWXT+P;gl;TnpV zwF_x&j>)MDomjM%(}~d?RJ?4FR+EzZj#AD8>yH|p+XZA1`L!Bx=h5ROjy!oe7oBMk zz4VXjoh|ZPxxsp!46M0ts4oqn=9A6_l7Xiq&&t=4a89ifoebqurrMR>Doq7GR!v6~ zs#zL81F*bJ+UiSSK}gwpTDtq;Hd;e*IAB4X2TxBSR%v7mG6KwCv>7IPqPL(>nXZ)7FP% zDX7M2wf*5Ser23m<4Un!3qc9~I^XKhaD(bxD{*@_@ZFD zh6ME59QX+FKXSQMaj5BJ?i+^ddbU)Me@}foi0R^JYS}lDdvo_HtZ#DeR^#y>3eEFy z_}S~VBJCPzH~xC7%H0VHwVHX!bR#i(O(#`Vfq#w6qAqc2R;23eKg}Mx8P?E6WH)5Y z?KB>9%VGI&ZcCI4d9eo>eLQqLS$iBCWNO!-81N6pY*Kv{ExRB;_YI-02Ip46{sq>{ zr1;C-@=`9V%M20d_DW`A(43U~fuBV_1#(>D`P!KftB#OS&bkBpL~;_NKnc_QFu%w$ zO-U|&vP-|yt(ST9o4t{Hd961@Q}x}EGRo!dMMOY)Kp;!f+bZkXuP~1O2_g8aw(13P z1XuJMAGm_1I0%PdU92}&e4zMMda5(hUmBfb0!QJNJgB!sK=ZXX zr8roM^%?HS$DBlRXZ@(34YkIOju8>;Y)W3xLBc<5+Kj-*m>}poUfcN@K46baKey)X z&{mIAHMwP8yvup_Dq%3mYzNEthw6{%0nTnwCbSuz+)#5W`$|s#F~b=<(wgXZX*KB+ z`b=Fpwa{v&Phg%a5E`AW0ztXFOX~gZ+gi=+3CRf(@pYVJOw=UTTLM3c-aKJJN7%Q| zKY8>5Cf<2)O`8>{EdJ3`W5pfx%C|3?1$A&toVTTHJZJUcIs2O&$vSbki`l8z!if zK(T;n?yOKtwPZEj>bv<3D}RI8`Rne5&Xy;~C?#aYxX&Gqddst+dC4fy-z1aZSs94H z5xs-hdZBtR1XkGKPgn8(jGN$ZKj1rY#ov*G!wqbJUw^fMbE-K9n|*J-NeVHK>B7%W z%f_LN(L8O3iR(>GfR4%2)X|L8D&ageA2J0W2o zF&mL%M6?-$Oe(TXx7a+2+fZ6s?mMQ|qocNnW3Sf-J1W}O(Y&Y?S>Cy|f%zD5;2(7# zZFK3|{Uh}4p*P%!y@LXSny0FxBRoP3phV~m7cOo*+Pr#wkT$w9JIFh2G|qD5&pq;| zME(@WpB(vCP_j3eLp&W=vgvINQBTdp ztQ{MI?yXF=>iIXI&ojjv1P0_;pJh*U@9+ex=MRLPw^tVqWZ4YQb9)Ok@S)d4uNVDxR=Biz+Z2B*|2yLIL!jLkNGVI zx!6dfg9>f#W8q4B-Svq*?-#G{*?(A{*x!Ef`ey#a`d+~8%@?oFd6xR1KOyl2%KtzP zW2YaQWj=RN_vmFXddVrXuw;LgEg_qu-1>yh8hmxz15=Bb1c!6PDEL3us~QqU!T(Ep z+Y44$`;wvj+WV4pl48&5kWZqvN|qPrv}cuoj6`-3d*GaeMQ{nuAK5hiUm<*Wxdq`v z{MrzfkrW8;l1~ERH{`{cAnb#`UhsLh{!`%Fz087dJHIx3?~oMuUXxD(UxU0j2Yl@~ z??#{SB-t!|!WvStr52sk?VDifX&4Zw*fVuYSXcFiStbe^(Cg~GMNIU!qCLoW84_X2 zyI38=IV8Do>kb#l@**yq$C%`C-0`ei_QZG`mKJN}!K{2wPTs14Lf<4Y4@V=EjluJV ze#(pl08(9U{fLyfzX}XjE_v2B3Y_M*bL1zq$rT;f++Qlg)5sUU&1mMP?ZV%)lH>k|v~1qwiczMjyD;I~ zXp}sgg=GSSmWH1t^*veTwwx}hqljnM0U2OOgwFK18lZ&g%{!=3bR9U1b#C+?7fFED zMB5=nO1=Dvwf5=7oIeY??ht$^bbSSMeU+>2=BxfVvNn=Z$jVg63Oy&Qp_z}yO(Bc! z`frF%{{k3`?CZwZU#K*kpDnl=jQ47B1?b+8wCuu&9KiJLyC6a`Jo^G&V9%+oeqP=% z?i*amo~o0blN_-F0GCtuyogCi4)*VC^fC@}`%BvIdQ-^mJ3a{lQ;d< zEvih0S_&B!JHTX?JVRUaskj7^yPb3a=>p0WmVBTBJr~uzX%(I>zP`vH0i$J%M@eCG z)OmuV+8{t#Q7*@kG8<1S)rXe0At_Q#whhUV3TbL=HdoijZV>m@3xF{n7{_fu`RMXz ziG#$e^+Ow66_Nc&^!`hOH|B8M7;H?25YFdp<4{GUhPwUkiW?UN9(W*-v>^!%-Fels zaiws$%vRL=ox~d6h>2TGqq+vA`C3*F6s$tKwCB=sTu32}{;uFzrdlb#;!NuSe(wn{ z@yv?7%jB&%y!$Ed;IA$G$@(R!t%3gGwD1&H^z!((ztj%B`D-s+JM>Wen>#vSqs*n+ zv{&H)7D8t?6=n}|n#mW^cf@0wUP9RL8D3+mB^hf~&rpJWPJP`_N@>1UCFpASfM(=? zXg*h|CjP$-m3oXznl7+gw9Gp<0Dc zbT_=8(|fo^gvyx%wA$bN%N45T3FzoW4-3QvKvH7%+o5q-x9>I#C-F+iWt1nhs*{^E>jfHNb=d| ztXb1*!C4{;jyX)=v=^M5o(ql?u@{_B%(-l!@Yza=L^?aMwq$uT=ToylZj;&_Jj!A) z-J-F;IMx8!sY2xt%v`!{5A+m{&s+|FVHi3W@)uIR)Ep!r`?FnmPptd{klpoF#d$YM zy6hpfU`4;98g$tWnmp=|FNo2Fgw+sYhrWzq9SCX6V8sNLG@}_)xvA zCfQF$EQLtnxbT01XL78yU*n8YX^Ez~c{!UpMG-)_vD-d4!s6J2V^Btn@qfUkH;*}!WDio9!J~Ntf0V^$fqa~rzQ&P{ zE&lUhAomSiG-~SyWToP4dRQ3kcdtU_N+YvvsCFCHM0_DoVTXYa#3iZSrxMy?AqI~H1sDC27# zJm<#jVWv0IN1+EMR)%y1%z75Fqzi_lD2Xva$t;-+Rx@x=Dp;@`D`#Nz9=KL}g`hDM z^-9s`jiOHxgA7zq|0;F8oBNKE4&>F?&9@Q>4K(u`SRhCfrQIWC%{h$3O|fCOpH!x_#`DFv@I`yCX1vaQE*t^9x3Xd*0acs6iK6*NUh46%LTra)Dv=%V7M_* zV9(p)FX9fE)dr?AHy{gSHhkiVPJxW}fXJ*fl$hVM#LRe!c`Wo&_`{UYC;b~f8Irm! z^?j}fa&@Y52i&rvS=nhFulPjSX+;K9Y!f@JiZ?7vsIEo&w#aYEclKI-^95_EBA>pg z#N1h`4xlBByP{xz)g;J`RUHjn6urv4nhY#^8EV6nTOZGdcriq8G7sEm^Ol1oxVjhf zYv4nCv1Sk>0XrWlE28fhnzi_8axvYkrDNP;-IRK)so$%xAxFZhdZHM9R0ipz4P-Bq{o(2y+a0#1;u*~L69HSs z#f$ee-ESLc$pdyL?Pwnsq;V7eQelhAT38b1y%!5N{M{mf7sl%eewZ9Q0oz>(7deyf zi0jqz;WjU%gm^s|#;+}_oJZ2^$DetT>nIHpJ!TD$jQGFF5A&+@O+GAk%rjHi@WOuQ znLpzT>sd*utQf+E+u4}%1+L?^Dk&nFP7)%T4%*~*HoRQwTfrxn^=YO01b64x{#r`T z2h?k}CGu{ubFoB!%bFY8!AT_H(eAgADCQONznMTXzl0GS$A4o>rvs8&mB?BUo=z~* z+1c~;mef}NHL%Sh=ykfjDfNUuJGUWsSL!yqGXJn5z4C~xUi`?iH8pf`v{9)leEvyN=7h*Ut6Fa5I7al0g;MR_%gZswO@KIYHP;JJ*29P_2{cHXSsTa2J|0HGOMpOZZk->W=Vm zIy{{|6ya!Bt0~OBnrG2L+#|@LhaN`TP2n85IF8pGk_Ea)R71C$UmGp>$za3_sJc+F zQ1uO93Qz2TRekqjEPDi<*L|fIIpSY+>tpP$qGN~_4%`V z2xKsUFB4du{nta1(ntL`gjb~4${~5N3 zkPgd=9sPklt!?}Ws?1-!pf-*G8bhBmT-goQE#wPlQK{We=I4l#y%gB!uQBa+*AXr; zrXRv#xg2%udRhUfcl7m69zVb0=-NK@v&)C)Fe@o-u0&PIU?hslcX90O^U9fHK)fIJ zILrzUmOC4V`kZE!nC~Lbt6HGB-Y`&~a+%pz|A8=v{^M?0Hi?kupN2#=&HNpV!Pb9} z5`~!m#@<@4QDr_I+I#u3p1lO{8<{$9%*k5PM z{`#jxT>*G2OYiUL^8MjH->v?L;$ErR)Nw!nAh;vy(|>Dpj`^nr z^h})zY$v69cHb9JWnV!!HR^y8&P5EDRLQF>=_qq zG964svDI!juR}wV=pW-diea539)bq*-%VUJV&BAxu1w@+-w~luF?i%3h3n*$4?A33 zA;`EN<4~VqQfiP#5-fQV*u3#XI%GxDt?jJJtD10`C^~75)`{iDwKi<{`Qi z9qj8cUz#7s(Cd481Vjm`o`a6zNH*Y#9IF9p<7cQM!~T`2VM?T>o2 zD)iF*-7nv7>hpc0Xs_!;j|~jux6a$q%sk4KE&pgE^ACb)JnBser{K-N{1sbUeB~ch z=VGK$Oj&OA*79JTem!Bm&V5}dKu^KXRw!<_tbB}oe3w!X+rDoWh{*=ak0UyalXh#6 z+xIJj-j0iSEoW%y>Ct?1gM1Olen*1bU$w{81}Y2RF?DjJX&zSyw4nSPeH%7I z_`;BDWF~zzZ?+-pjW2H>_-+HfxpDaP6VAP5cR+#Ppxujw3Ome8fdVSzMq7zFK|mD( zQlJ)@{pFi{aFL+Mb-hWj8`K#Vs85OCo7)tq7T8m5u(2J&7+o&)m_Pi5LTH@+#!7Gs zPITwAg&N&@af@_r&OT#K+aj!tK*H=dSjl}I6EJnFWG%%o$P^=_J&T%MQ!!Aa2lLEz zA6ne091HgP+;?Juo%75m?hw%nL+yH0;UOs~Y|V=Y7j6*w_6sj+GhZo(Y?}2QbIr)@ z3`z+{%xDLTTR0-31jk>NfzKp#>-ylP{tnEZkIb`2?-&X0uR1tm!mR7hJSky+zq}TE zeDTK0d^@5n{yHLstm9$dW;_OAo6S8jgL^kzX~M#^cz^9WF7eiJVgsh1Q#$ZIhuI7< z__Fz3TIp7@_vLpM6?Fe4zZL&voay{2y_D7J5y+O~&cL@oL<;}SfHxCp%nt2fxl(1Z z5dz?=`rt+CQkf(x?!^n)psGk}y~A$Hxr)bZVY_cN;lDm~W6VDU8oi6dny0ODY?l1JsmN}qnGjnvj?tfKt3*eb?+j?fFxt~# zdLzQL#2-liy1zpXf&pj8tP;~>2+xwUF0XS9G13E%LSDr44fG3jrueyZJw1CE0Jt<< z8lOjF4m~|P_(5{8%US)F-z$#4t9~okWk0xPu{-#=rd9nL&)66xg*nG6D+x~`(2>5i z*OAHB!xt!h*F^J545?>DCwBWwS+g>G*djo{XUn#R{a$HNT=z6^vY*=G|Aw<^g6KL{ z^`j5bG3H-yL)T$Nsrnm9nQrDD5^AydGYKpAE)Id$Cr4+jPmU-S46s_wZmMti(4D$T zdtryW;Zrv|g0azi>fjx+Z}u*}xOBg;gb7O(f~Y#34&g6PZ_%FHnn3~GB?r4#g>Q9_ zK2$cp*)po}Uli`|Y??W@1W}WTYd+3iP(O@>OrJd5A)*d9j6r*DkDJE1Je}GmM!e4W zRI{kz$8*#&d&qnXOL|CTvt0MDP%pb#t4i7Hm$LWb)PmzT4*;RRaPH1)ST>Y+4qfK+ zY*1-4KRK|B4|#3Na)nBcbN+iwu{)^D@MP$>x|92}0=rAhKe9swWQ%(ByIj$QLS{ss zCaT2M`APl-`T<2nlH1&}#zK%QTejVoO9weGBR18@(D9VO`OJ;;g%Yf71D190n5dvq z9KyO3MWxV$7);uM?kp7i5LKGRKjc2tvsv-&k0i`x91q}wf2NWK1}Lqg=Ie+~G5=f= z7YlcjQmf5%%~La^P-6SS06Y5BcRBUVC0;BQT3b0;G&{@(gVv<%fpZ(*?KyI3ZF_i5 zdU#U0;rGT6044-HTIg|^gOj|>!A;gJY~xNsgK@o$d4S6SmJDMBnXzNuA1?PAEBkXj z@J+638ik~Mt!wob#5$$lU*pN;I?XRmsfQh(9Bs$~NanEbnC3fvX`toO^3AEo0$<@e zuHN8$H&{*>`G?X2{hKFcN;Ymr7-KI2q_W>exZdfI@Aw{)+zZS=T6je!)~k8jw8_V5 z&&bS+-@nM)wREz6Jk;PUn_#5hIAIQ58YEqs>rVf>&bRf3D+29( z8vOnaNJZ^N`hdK5moCS`oz#Rm>00Pt08p-q$s-N^ zP(6Z`RxWwd>;NNQyJ>v-1b?HrQENz^)214onNC}Q6l~}9Ntwpj^SRy#Y%&U~YUJXz z53BfeOzGMB^DneHM+rmW;&hPUJfx~95`+~fgmFotSxglidYMbV*&W@+)dXXlcz#%jl?cOLV}+mvEW7`Oee$9x>eu)+g~0_-2UW`J{-Q6|TFW8gfI z|D>JQM82^OaU_M#E1e(tWgCtD@K3z0eoGGHPRaG~$?72P-MIfPj^F+)$8SUP#O}i- zF1D_jtna`LK{SmMEsp6vliNSyhl|S-9c6>b_nus=;OOjKxnn+9CZ+yf!vRk!I>0D5 zp=3VF&F&BTH+(oGbt{bVl}+gN-Fa=eM&+AwUa(0WinUdI7R$y9WxiCQXp&ro~kCIUV zI2OT5k{E!?i^xd+E?QgBqyReS<@LXlJxIK^uzWyOJkAn#CgkQ4z#r5Mq7+ZXnSlvD z$-)Tq_Gz#(dsJXsq)z6R!k~Wy*n1T0Y1J-JDHy~sE5hzs)bO?d3rW~A9fic+2g^;v zHB}JE+5B1~e~?_+(swjOM>=aYH*WEaRlCq zj-VEok;Od4 zg9}`2rG9m@y=QuXM0^pFCMGZ?twWsnE)VFzz8o>pC)txo_!mZUl84GBxuOjgxxDWm z5+|2qHo@S21l%wr@7qK&7=I4r!f_t&(gu1RZ5kA!^^T>V|Z}|2+G~tE#JkKyUfO$?4@}K2OB(Z zc3?^3Nv9PwrEG+!@RJ zm&V)ne>-DL2U4S7QT_5~N%2i&SCUE8>V9pacy#x=!i#;l zM)>-IMvtWzjLREtM7taDI{}){hvkJHOP3x0-Ci>~&E}(jB@w;>Ht)D5BbiCYBVPZ~ z;3F400^bo8PM5hIK4rUGFF%;Xfe$JhuF%PT!`f|d;j$oZqs0fV{P{tz(|h|(-l~1ay;8_lkJ|G? z29Gd?=1wVjx7)lfo;OckoQAmJyj3loPog*0EPBx2R@?F4Gu>lC7H)37xy71V1;1$# zc|V0$x4XD15E#ToIlI0sB+gu)IQZ~5^iKa!f$zuUQ+@d9*yK^^ol@qS zL3)u}ue^RV`_G$eUd6NdLrN=6+K;80Q?f0{kX=09+|79itTrE{eN-EIai`(yM9)S? zt^V$`de~<5cc1liQgmx5+R&eJ_sr@jYSdP{qetq)gn#iJl+5O5)8hLd>ZkH^)ohpV zEZHjfvRdhGLTPF_W~sjt?;6GXX)oT!_pLU1Oh=(t#t*+BUvLOJ(PNxz?1DcQ2Oj%X zm$FW8&Tj7uHg;qk=N-_C2*~H4mwS4&`NGuG=tV;46n9k5p^KdcZl}eme~UG0Vn;&* zt=6d7W7rwwKq`(_rL_fr*5IK7Zn2Ty?s!E8PmMJ5JKm~AA9C#n5-IM~=bZe91IZ0# zMM)Nc^c*lYnT%s=WU|BD>9bn+f1&;*-=}_mcl`iwZK32yi}p6YJafs$x_3IWi>&h{ zIfrnDXIl3>`A&ZO{wVfLpNRbBvJb;7elPRYt(GZqkm&Ts-K=)>TByEd+6z_38SJ&j zKl`-E7rh;$c*Qt*j8)8XjN+K z%`=Y|aQaZdVp+#IJc?miHa|lBPd~IY`e)t$t7zYkK?k}PeLa=nv|YX`ZzbC5&&Xmrfooo* zLvlZ(YOzg9uyD9lRva-Y5y4iOlvHMm!cYG3RvN$EN^xUC7)=%a;O|5-)dS6e4FQcC^=hp5eu=7C`F)s0OJR_I+3kaE@3mZ*b%v(A9K*e zge{Xs(mZve&6J%yabdcqWvny&lo|q5Y2uxI01ge}GCYI>dEF8*nbmRmZ6iIy<#~|5 zWfyFe>28IQC>xYpFP_lJ`ICA!tIjqyE@Lsl5SSHe#Dg)QFJuESJ+A?0B>)KY573L* z^gyg+T*kbZ$opbaB3h0{Ep!c~bV9>S=jzTWMEG>}UKwnDvUpR#uZQ2F(QhYvvMIPS z%vHN5vV$~vg&1gYYl+&&=`UwL$19TgB-fGDPldU*GWJH=_Zs;(VmSY_WRNFM9zUXY zSP{lH$0N4snY7`#iHa*F6A|Zn>~Hft*;>`VfRr_!p$a#)&lBwzdv@$Un$S75a_8mJ zr&QaQRw`(?0(A+a=#GIC7h@m*pqR>Qs>)zr#IPhPX$piSAPGHZom8l5Fx zG29Tu69N#?0oB7(@*pOn>S?XiH_~CGkC=d3dg;BPMrYYQv?IBU^z(V?(n7zIF|n#a zPn1DYij7at5DnGlCD@$g+8Ef0+$xLQb3>!nO^L20BMvwV}>j}(P}b>j?eTOx5fO;aX{oe zXhql>WX-oSdu1GmGJudh9u7Fx?BaecRf+&SfdV{0a5t*@S2a zajtVw-YI=oz>J<}#aCgd7t-`S47)2jOz+CuuD5AZwnLHAX;>(8Hn9iuE8nPQ;Ge>{ z3|Pk^^nWD}==~QnQjb4E--7ugUVm&@WC=-n--BNC28F$`BN!NC<)I|6Lw`p@Lc_=IGAttr)o9VPZRYOdM3SD zyvu*SAFWlh=qki@q;h;1^-x}1%#X(cy_pSj>U+V@JIaRA2^U|e2Ai(_q9Yq*ziRkE z+|AdEyZMimyZOe{!$iKFVmpqnYG*Bo&R*<3li<;9R$8QNydM4pS4WJH8l$J?<=zJLk8T^il3BxRsBTW>}D5E$ZZQZ1#W z9|E1-T9Mt_^sG-+#L1H9r7*4AH?-DE1qm=ka*~EhZkrjKn;}G3srtjg)?Hy=M%arG zvWzW1azp`m%U+yPT0rk*b`qoPl+du~ehV;`Q^%Z3nBNOU3h}dKu7F{zG%&#g;B_>D z%QTk~L|)tn|DokCC9f2+OBE^Z6Ip|1 zt8UFFq)z2R=|Umm#e5~cED?+p!LYoALM78XX~XQ|2A2}SPY1%gdwb{mN+URD`+{ifveV||Q0EWgwF9b=3g&w?tI8|mlK zTt@uK<)ysv0>hODV&rMFl&@5^VfLTBk4Hi%i@uk&TdNX#7$6ieCo}gQ`?xGa;Y#~O z*J*+acTO%vnnPq6$&h`3u&3o6VerJ)n3GiXnCRxEei6iqr<|6 zwGs`hQwup6aZo)9KU|@YGJq(5C?^3xw2cQo ziM*3nU!G;$osf6l?$A@Q_9-t(clg)G0*E9<$im?`4UbmnCt z2Xg7$Rr6|(_ouhi{<`+$=fgq5*u2qQpi@6#tju#d4>S5QN`;*qbc{l_xs=MepZBN8 zYU%dKAb+L3aY~?x2CVt(Cuq77X^x3V(|=n0z)l6s5s`)x9)jj@q-V)HsUpve)Q>4o z;~dr@&kT~W5TQqtle#oy7-@#!2og3&k{r|7p>sHD&y=Z<-_9>p#B*p>7fJ?eC&RdSLQN@*LWhh(J^mzu`MHcj4JpHwYozA_ za@OcW&h5kt!;M{Gt5zx8U)DQWSnz6z>v!B?f2OxaSN5c@YUKfbiyt54TtsXQaShSM z&A=Ah>H9#uVscdKEs&FxG!YAW=InI|HA&%TWv0Yf7vV30q zFI{WQZ4Gq|&{oOGOQ`Af(5Vz{Rgq|AZInkxgLpX{xe!EV$y=hJ4bwvJVP6-_cfS5u zYGemV`Jgw7CrxrKTM>LXxn6&JmD5p`n+;bA&cmDel8vBFRTYt`l#<&0{et6sfs61IsjUjA#)a(fCxtRuR#l?u zJ;p63B5pmtp6B4BN%h(j|3wNQZWbU0X|JT*a3|Lxw5sp(+G>7iym{@(@A1;`q(tS) zzWDse*0)rAD$V;-gLyu!>Q25xZdu9Nsz|!@KIL@*u@+Y3(4KskSI$H0oyN)mpNASh zhZw!wsDTrKkugZ%9&3NY@$6uSL;*NLu{9Zx2ZYd1tJxY2=tRMii>=J8CC*TN68N;Y z6C9SmAuj(1s##x?G+8EPnjEtoir&aF+$Dt2WR1S?1v^Ko9F8A~X0m-aptcVOhNL#6 z9;!HQd5-Ubpx3ewY3)gW#zU>#3^_HRY(&NJpmc1Nm;#y~{Q*}G5HCLtncRl!XGZ2! z>zTtn0&i(GTPojqxL)5*CjeJgHt^_yUg^(r3B9Fv#{1L4mrMn|_{@I-p61Ex6n5h- z5Qf3Qs@^GGdfUoJCpb;iR^0<#a;E9&&WTe=h9Hx?vO!Y8xDH#=2kTx{4*8>(D2ANy zzpZ!T-{HJSr*v&(p`rqhc$P%ZCo+%c7Ok>|BoH*I?-D0L48-t#XiSx(VjXiK22f5K zw3W|LQiJ~Bfqr;hvY!g#Y zsV-?+&A0-Y?QWH86c8uko!j7?tq(9{Z3Bc zWwYl6RtIL6UWBSuoT@~^JWFkQV_ugcMgN0q24K|z1@4Y6u@Ptg zaeECRK?d}i$ugFyVyQ8vmz{=(?*p;Yka5Hg!-|!LMFtGtGRhENcSJmUs$OP@0!^k` zppZ=@H!%ImOU(2VHVLu0>7j(^S#=j(ff~|7P3ib)%ptmE3sS0F*eeppH{QtIWROiq zpd5d+Az$=LfiYs=`H~{?53dEf{1UlVQ`?Mn^29%? zeOi7fBP+uQCM4_4GraO@RcW%`SgRG{`#N62Nityy_3FA8);OZKILx}qr>b{wcgruB zXEX`Wa9lqeeb6$$X_Cd{qN!N%aY~Q7RUNBHb@hE@5ElkyUVp~l;LL_<% zVpSILS`F8D{RA9q)S|VrtI)S;HRoIF^H#)cZ$yp{YX&KJ3m=K;whC6}bNnjzf1lZ%LBLkqLVV#Nd(jOH;@$I^uC^dy@bi7JgO z!qCqL0CjOO5C4q|l=qC%7`{y$P2AwhfcH>7gW0tNG~0OC=aZ?`4UKh+4r zNBtf$h-rme^AMBPNR5n}^KHd{2|`eV?^C`TB_gRnSS2=LbqQgW*o4&uVG)DI;pFCQ zs9#V~*d;L8-ic_P)E zFL3Y@d0HICL4|?gddro!i9B$j_KNd{yR*63FchgHClpIAyD0c@QhoV*JYEd+nZa>% zT3Ql~dP8)eXn_``apRRq?EveeB1>8S;bQBk?=}O$zBjQ7soqb1HM~F}L#uai6aTJI zSIW{`BR`{RN3_fA(s!r5d{mLcyg-mC@nym#VZ?GpQ-~a6iDEMk>_M4@t4{ zguW~COOQv+{)d+Dj$s*4@o4a z!VZG=l1GRFx>?RTBQNn9epbCXcyMIi9ws6iRNI1- z?OCRNDk=g{rqrp`oXp=}HbSXN(C3J4;?OB@Y>+U9&E_yxzBD*r^jn}&{Je~jLiAPS z$}|)|`B<{qg)_yFGI@%=M>z06{I;YXBjecUD7Y^LY)33gv#&nbOXGD2{~}>9_fKGY zN+90QiL3mB^^Vak`gUh)=mdvYNer0a$11|g9!*iR{#|_V?NSrrsru2!w5K+?H$h(M zfgyQ^wa4?pv$gfShSc1dqW(MsE6HL^FiFFqicAQI#n}-N>v$f;j9oMxF2W-}ewci! zy6^vjuaOUVWZnQqx>i-dXhAA-8Ah#AB%F%8>{%rYVjSu9hLK5E9Z1PB39nfH|KAxoB@?{ zx0Q36R{Zeyi8ruITuKNH9;WvUR&m4fe3XTP!{g(%~}eo6!h2`MI95U)$f_@b$Za1l3Y#D+*Ezb`qJ&0-da1tvrFC2{fd}5-P*^x`w^ylxO9h-O9Q$_Trsxr@URsbrKC-d^tD{IFKo!;>hb39Sq z)I@dpaloEcb@jLFk|%S|Rj2jx6YA;(*hwI@x_FpW9I#)h%I>f$lPA+Sy|O&M_W?|T z{#w=jT&fd{y{PIMVb>*3=A_f>I&K3dY%g%3jsLq7wap>*|B(0Y@ljUS;`dB4gb4(m zK_W(t5_PmmrJ5*JB2fb-0V#oqBtc7*TBRwqHR24QB{(pN%#&d(=M;N9Ew)k7+8$3E zZG86nNHdh6qS2^-?g7TNw{cxe((GFynnp#nLK;#`*rQT*IIim za1cAF8qy|}XPL^AP0C#<9@gLB+Un61MGR_xddca(MCCSc!t&CnFXyA2ICA#L9REg( z%5_11uHs>>>d*Dt1WE6yN@krQ+uxCy-TXDU;uThzZ&I22`ZE^~>)QUzrMJJT%Dj8h zdBdBFS9!b2_3Qn)iih?7n7)oM{#lief|l$mAHdaDWm(#?#97{q;VyFZWymBIm$j7q zPhLK?FO!(1x|iS?(GFf90jw0@%&7MnqKlHurHrR^k3zSgd1N%A@@|CGkAHb;c&4QG z`A<$cD0&+@44HE$U-*FCZzme*m6g$ZX?&RrRG(*N@hukx|lH{tfJ((l-75>WyT)$55 z3H4YcFVS~-^f9~5a^g7iq3e${*#S%JJ}KUOJL?NHIM8p-&X~xqb4ceIncnlhh0A%s z>_D5T++8x^{@0$*h(I&X$U4f+VvJF{=Kytnnk;4Y+;WCNl8&NgTPUsoq9Z~oh~gN} zZ*f?>P&r6J5X})`F>{0VbIeA<% z1CI-3XkzLXB{|HPHz+n#yllW_{rNAtu)3w{3#^8hkw;i9p@CEnif{o}$9<{<vNCtef+2xCquGeuCw}+$iZaC-Q4N&4**xIyik9IVK#!}NJFI5Ev8rfTcpB0# zzH`E5V|n5Mlc1Y&$cUBp0WJh%iue02t}8HlIna(l5R6pH3}Cd9;QsSE*JOlE2zyF; zNw)6DOrsYf+eGtd=pHMQ$6>hqL}+JVe{b-!;bCJCBFkrC3Ypum7Y9T&z3G_G%|0*gQ##y3^^uHg+kh1lpqi zAt!Z4x3G)hrVwHwlr1_XR5Ywl><&*W;8`b=sH`BC(pGe{GhCF9Usg-F^f_m{c^#4z z!PePIY^EvY4UqJPTVoeCrQ?cWDakwx3bpp^)|jtp4F2WT`A~U-t$m6qke>;5j|~;~ zDiQMDfBxj4i;WWz^2=3iMIP$RPY!<2FSh>uG+WeKiOKiNUtxx6ewz8k<<;2Qg>k-A z4RC6BO3D|zIkRJ_sIW7uCtm?N($s7F{>KW@pY4Qv<)ts1Np0MjP|5YU@ zJa?sfg3BH-H2hEo3lPp((IK;Ex~dF@sX8OBY#G7Aoj8PlE+U1q##bZQc!XLovb+r* zUqSmsiU6A_)N6d?&fe=VakJ02gE5u@NE<0gbea>T9>uBVl#E3G-pJIeVdh=!9FL9g zWofc-zEfA67QQ`$NriY|VMVHv=h*kaUG{t9Z>v(ny3~|h(mgOQTr4H#Qk+Oc?6}-- zsRqwi4Ys7g@c~%&lFapqX{2Y}_dWWxg|b-VD&3U6j#5$7l%4D{tK6|a^R!saK__ON zQ(`0RSvW{dIqYBy~m^-s|!1?Gz%rEl4`j}+u%&Af(X}4^%}}-- zk-ehOuPm^^uEu_Hl4{H~e$?D3Pa<%1G>Q-xj@^y*#F}f|)dA2cZNU8&EtYBmR#Adf zldVo-ZJ%pA3{&Bh3RejY@pWQ|rJePPixgR*dO{S@J-S1XgA1mQ^o_GoB(GkF(1uWo z-A6{@deuSnBUouoW^~Lx}YF?7B zI@Ag~sSEGG{=p}<29CKFa?(A9NQ1QJHNmFgygy`qXQCrq3)MaJHJJiBcJ=`L>D;5eFO1leg4AxwHFk~ShuER>KcLTC=I#h)7_vG`tfE&` zC$a1n@pJJLHgc6P8rXt5ha=~Ct96foG-w--%!XRe;*;|^LKwH?zK5CJ{{RdgddRmd z_dWB|2Ue4}8{*=!dN$73Vy85JcCCY6c#!e4`C?vU2rj86TD$$K) zd5|Dc`q6u>{UmaddJk#Tyi4X`rF7U>E@EZY8Zs=4zKWAZkD-bp!I7#+-E>BLh0u`8 z&G-t55xLIpWW;J~yzc+Xf6B zJ#`|Y`#e4oU)K|{O`pSJ-A9VmPJs)-D`MGWQ)E(Q#xU)3iM{@^zUw zv6Q|^y4bDOjMOXZ5Dx)}$?8Rdo#~Oh3s$wKZtx3=;-7b=FD1{GjZ(9aJ2DMK(v&9C z68?()9jJlkC$xRuT)M7O2A_sb_0CbvomFoAeYrgi=#4s%-N3XQs%+F4IFe)@BEbr^ zIC0p>$R`hH#sxkYY<>}9UY^*Dy_eK`KCU7A2ch)xHh@)xKsNp&BJd$R%HB)egS9 z_$1JoBV%`BbN4JtvbBX#y(;qXQSC+2*T$%H8YK!>}<3#p7mV)7lg z`h5lG2~1Bl+8MZUN?uG=@d4_xA(?_?F2_st&{m%r?e(OOjrs{eeuUyEqCm1PVKR8i z@L5!X0P|{mYz^U@DC8Wu2alJW@CBJNijqGDEH}b>E=g^s8M2v*yJnAUpGIwn=u}Nk zjJl;g{Vin<#!uhswXj`V@zv9XVaq19Y6?A}+Cfj~>gMSe4zl*~8h92)d04OgrV$ne z-AvW}=R@WefvvJz36d`3z7Qv;hCw{hJQOs87e$_Tj38K_I%xX#SX&15H%{EK4oEm0 zFs=DlE4n87pKZtCn1#RFx?O>EgCn2cW&GegIL7na#qV6Y`R{y>^Gn5jCtJqv_^smi z6u)2at7RAcZ+<`J_j7*F@r%DPkKdQjZ&w+O}p~K{bW6T~cwPUtbjds2_|NIHl{p(~YQnDj9 zOjS2_1=GnLLB zNA7NIZII)ZTJRpVCg>1>>D)X9CZ9%+!<~UUgEU@kZ7?%#ZE%dXHkc-(NQ87rY^{4n zOlu98KU$w819Xy3X~^?>^koyZ$KO_+39-J!din-gG%mrrvi$QB7rOEiFlc$|!)srL z{pcEP9V-(!MaJA#h_AM&VB)kE@kgnK_%V*iJxaObfcn|`mPMZ|oR>-Iyam6MIo-Q3 zt+ynF6)msNs;!Vb<(J#9qpk1&RQvsr(*2d$#IvUCR24-jNnK$N1M`EIgr7SHljWZ~ zT&QS4)wHv6>PO^QmDYQU9z@>z%iAUgHUZ_Gcy{kC>A}_kCY|H-FdhK9#aQ;Za8Y{XPB%}lws%nS0^MlS z-yQLH(`dBMNrNL5*1ETeU>>O4%jed4E^EhjX?F_8;A(5#o=pXg$}axgI&YBGXom!< z4>;;mksV|kZ&tj%;~>Og zM|?gsdn~YuT8ug#@j1fz9%z_N*)nVWDCq48`*%k2hGe1tqs1ES?Ad+@d4UDD8?RoQ z(>ynL!h!a4=SFe(eq_A5kR$TRp10x2Q^L6CZWWVj!@?wVBB|sX(Q9Sr;9nK{I{M5G zOEv5Zn(^w`A$^I1EeSf_UN+{9OOFl$5gNe`Y8tLa@g1)k*WYS=qe9&;5HAWnB_S2- z!~Ry^CDt3gPWwW%0SEWiQHoG1_{(9LJk&OZDsBTh`Jjk00D5i`tK7QzGJ8T6cC+FN z_w&FM7J+`|S!RV7t56giLw4&7i>h{c_9?1yM>xSM-=aXJN@g04VCy(F5U+`X0i}!B z);0Akn)i&M>%8Q=?-7Hd9>zpk)doB;!=R)PR)*{ROeX%qhOo44;38d z;qWX^cu`u-=Vmptw%cda>@c_ajliPOjQYmd!vgvy3h28(u;?NV7XBZ^3dn{0@?Rq> zgtQC0Yajt_F&-=Iso7!s6+#=f{7*8GFD~x(rN;h4a=<{)q6~*WN%HYsBF{_XuUFmW zWTzjX8nto=R2<-(J(8fV2O^7;6Jp6VJA8{?r#o4=DdAZN z((f3Gnp#f1k2SY^aCS>qYVz*n4auA5IcAijbQ@hry?zUgjpbJD35MxVZ~r6Mb;mKk zR^(RmLstZjlbNLUj2{xHF4|Q%f~{UPy1d4q5{a=IkfI*H{XLC=eCFD5M*_6I|7jLg zr5t-Qp!snXR)3)m;+Bn}glaoV$}I;~5yqmv2aTI++(!f!tPoLNrOoGbo(u2q7ue=Cz z4;OjNX&J;xGt0c@v`q7kG4X9x_t(H9XE1jvY?n}HQ8K#hZMl=Ug%7-|#h z!6CimA%h&M|vwwJPs7Jf{kg(DIT895MTDGIc<`qHfb zi08cuhy7IhMOqut`It|fsgyD+Bc8kD2pUkOM2h#W6Zr}73K*eq?>wh9Ymr@x>b+rq zSH#Zj9U-#sxBl?FO&=LhwcsD5G$)o<3h4=yoZH&_%n}#o89*?9;~kEgf`7+BSJld{ zs%|$XR#HxY&MQ#`%UIruoc2e_YS?czt9O@M&r9pth2!xfYYmBQQy}${4gL8c+1N$3 z=L=$j8PY?EqGgOFh3@ysm@MhG+3)6qE-+sEgcOMvZ1JcPBdYx+w^$48LUZ;6t9Ls5 z7ss-#xs*ZTmz?dWQeoI6tqTWSx}AtaSfdE<_3xI6dJax-o#=db;8a7Nhy$sXQLyeL zw#7wOYtE12T-qv=N3BGA#M)IwBzx-#WD5~&P(~Yaju$m-0|$;I`KNR+qOM)n!tinD&8=&_#0M|a{HoT5^nxklaV zfK;zX#Je>;ev+_HeDV7C_tz1Q=NvRa;%Dx!$){8%!JVd{lp(tI8a3D2wA$ zxj&h2ns0-+Qb1y9($#Zuj8Vt$OaTSALH(6)hK9ZR>ycT9f2xL4xb!5L@0Upb*CAiW z5l`+0!91_iKT41oakJG-l_NYFLt=7>&o1LZ7mVO{K|K~iY?XPfi2ioEL=F-CyT;Gu3yS%}bH^`qA%frS>f$rURTa$iLtbQ z!Ht^JWn{g#9uKisRZn%~8_?fo{avZQJ^I_AzcLgOzYCZ>Ybw7yeqxDEcC^V7COkIz zcIq@T6ar`H?;QQj*WZBtmgsN2{#NO4v;MBs-!A=a&|fxbyF3lc)*|KgXgFKL8Tva% zfAjS>pud85CEZHCw55Q3xJL1IqHocMiXRh(GKL$4`NpGXao7LUShB+VGVwn(?n5yJ z4my4>6UXqZ@{0Hl{?B{2+7Z@x*W;LLc-DKnZJ*WNy|&NG-eWkzt5xn?sasIW%~=5o z!(5|k(?>?uD!Vo0dM~*WMBl3j)UvAMugb~6q^e^YHJ?K@>s7{8%^#_taY7tSiKony z{5qv~$ZrL{M%D_i^ak_kX14^Yt|jn!0-0ObOd}{+LRRWzTjL=mlJyvs$tq=|STgO_ znP!lwgs1E95}i6lx`;y6&=4+^Hpx9-hmX2Nhw z$bYpCmuagSt;3sDeo*~&xSHnDZXI5)!}sd&m853?S9!PU2mu}87!l@53j$ICEt{hQ z(sjga4U1f}ggZ1mTf-g=FV=96+9#m4LuVN^ z&khk;TE(8Tp2d@s-WoNtajf+%(P_HvEsXgVBXfl}1DNwEByHRAytmVKtnoJE zm}`t!@9nXDR(rc}7$a7BJu;N!nQg~-*(*v~gy5d70zjBD5=6|<5j`p)wkLIXrw-58 z;SL>MrNbL^_#7SHrQj9bl{$Q-4iD(?W*y$3!>e?7y$-L};hj3XM29!)@PH2Q(c$?z zyi14A(c$V*f%KXVm;Ft3gbvSEu+8&Q?bqQB9bTftyJTk4KlwV`qrvec1u$pX{lDgT3gm^k7)oi)cq2Liycz9p6 zb=v1GaE?aIaDn_b`_Fs9$#LqMrAK7@ej&j(<^@+Q6A`!qVP5#smmZ;`>R(_3N2Q)b z@eNIJg<4{RcyE-m2|g10Kz!*u9A7#Q$Cpl4eCcG_ODAx6kS{B67$F3xKKVjBMECDE zMe8+M)&NVC0Dr-#o#emi!d4*%@$r=?FoIGeKo2bL1y6�<&5_0{ z2k+(o&@_xX9C|Bgf^pwxfoHIJ*n06f?p*dZLI27=^|JR6TbtUj+#JN%$mHlC>#RX$ zc%~g0p=-ucA_#9vQpg!3P5AapXQ?ISS>sJ(?UT`JZzld~!<%e7FhgoPR(TiUP^Sc) z#W-O0E*AHa9`GAIPJjprvLiR^IF&k07cf&{X$b`?d;`|;ES(&OGNei&9XErX5%@U` z=WFc~-(y$m*Rc+C5nub?uc(R7O zG(1kj4H~Z0utWF7EDd++@Q{Wxboe3-_vrBFG@P%)AJ?!)!yOu)qv1vkXKUEfa6rSm zHC&=$H)AgCtJm-$9bN^@6sYlLstth{4HBdFeMXDf%XnwDGkSLm2gC!fd9Lxs78tr$ zusz7UV|dpq{ElOd+Bf`PC(1_WT)FkGCI)uvgNLs0r;2Za@_htfdwmZ)uiXKL06Bcj ziHLnVTT-$Oc<7$6J;kZXA$}ZgRh5_A%he!$B4bu|Nn$x^-R;d2=QQFTP}>k$C~r<= zRUiFTa`))mv*ST>O#5gWyW|{7uTdMCN+RdGkEqdoF|{u@OV_Zs%g!cQ=f~6M(>ZHY zKS=g!%c1fm1WWWDLBT|y157{Nt&VGUZ%Onn70l^ONAJ|p1M%o36u!pWsR{?R>gX$V z^adThUcso<)Zq;}e5DR=*5Lsi-l@Z@barm*=T1AJEuGJ5(yYa8BAbB(mIotOZ2Ymrw^1{M3iHF>(z>f=fCVA;XzK zr!lK|ej%YsOYp*l*1o?&Hi#{Z7n@|)QA#*-vAs|B7Yms(-M1iK?EHJbtVmyhE-urm zQpIIjm3%dS?E5&aS^QBHlW*gQU2RS755F0wlw^&K$GKK~W^%_qEEn?sX5SugffxH| z@;}a9Q}=l|O^Ov|Wzcpg75&Pk`=j-_pqHR06Mle2WXElFXNla@h=u1v5Kl~bEPd%j zNALT>Df3hwgbx)JnKl94mE8jF)!>Lq54@=8pEPJxUL@cj`$Dq?{JjQKDklh7ufgQX zVgdh6gPzJV0heiTNab9>*a9hZSY?&C=ZSkrWwp5P5O+%Da&gZP_t46pin~bM?#f?^ z`#NzaS3WE5E9^MG7x%^D9#pwb+@r)jtnzhn4-vOfxfORGqpV^hXR}e%N!Y|U@teW# zJN&BnJCo)2 z{<@p!@JEAft~j@FAdB>q)0m`{C7Y@JH|vU=A?ScGR$Y~O_zYyMM&Mta%3H0>Cz5q= zt;`jd*~S{GTjG|j?mVjclC!4QKRZ19bEmLYC-kva@7H`wSgSXXf>V=!bO6Cs-?`x= z=|20(Vqf>kgWGt(DSXw?zR(@+=dM(%L&%r9kNtzqDV3ir1aeuTEwu64r+s!ZjN za73G5mO7_|%Ult^g_6<(*6%V*`rU~B5hv`!gU#0Sfw~c>J-lUjmrK8_AiJmob@aCYRqvZ&hRx>Iv<5QM&l5B3j-&U zUB1jDUi=6Wu&!UFhP6Lhe7=pd=bKvfx7WD?hn>E25s39qLO&?H>~i5`qe9dj-N7uV zo8=S%=n=;9-!M+do;Hr)+tdIGNKAbtR7tlN*m4L z9y_Z3_3eetb1t0-ucNiSu%q*fiFmIMPfrV%r(+pl4g=O+D3?e+`)v~gmh3%{vLl6i z(YY%CmVyxy5uzkSf3&yMAdUkidaIRy&S}*%gK$JIz_-yORcetc$#S&8`2q?mvMW4C zza8rHH!PXMs_Jj)9=N7MI!_gN7FOnzSvH?Qrx5Lq8EsJNTcAKra8FH;`O{4 zqrZ3=!)qcDmx}O4Cf<3A?9QXr(s^Cy7V=?x8_;Ev5;So-%t4cf*(xn zQ}LbHH^@i4;LYnf0X%Hf2-+M!(Pc!W-y@Tq=8*6dcQ|!vque0p1{Y66h$P?X|BUyS zCDy$p(u42&0nckVr3zPlccj{il(y1CoJI>9l`p(H^RR%eaG0nSXA@sxxbUC^^7?42 z3hIY#_8aeBBz!N7NWzn1!{}?O1v^vz23zxG&BYTnt)$nLLEwLyoz|yZZVi1x_pZHg z(G4A%<*qCKTWB(>p^L4#=46;s33wQX`GV?{1!y$?8E zsQpS1oIWm~yT!TiY}??eZ#3pk{ly@Vx>;`C>MBGccmx?7*Bz*S28{$h9IY{lNbCwG z5hSAQXeXw;k{y=gMx!8+b%IV}o55N_?roLq9ZXE(E&%RVlw#?QzM` zdzfjBf+*Gr%7{)EP!NR;<_jo@LRBi7BcLFPb%HXY7YiteLYYR5jucQ3#X3P5QI~*% zE0o!_=w~os8Uja@hg%6aoM}4lBk@U^H{zLGtfA~woqPG$Dk~=y> zKAz~ea0`M9Ggd``tLP4qT1 z!WeoLC3i6vU-b+93vo_O&x!df^E@@az!0t+pPiBpaRmpWetmfj8Q>m)JB=Uf!%@ah zPQr3HmNQ;5>C*Upjo&r=3i-|C_g#MT`N>nrmHd9i?|1w}hBUs7+vf)njk7o9QL-tI zh_9ux-dj9u%CRIZFww(_BA&7jp9p?U=@+jXRM{gZ+5WR*4+1-(!h>yvpCQA=&f2~1 zGa^(T<4*~vs(JqpCL_luwR<2=UEd1b?C{_=SGJ=FvF?TL`4wb3gz_#i-{Wn|*qqN_S6S`xWtkhTx8BkD?81R| zvW8DeiG-$L&F^YFjrvJjM!sMv;N3tnerDwkWCr56&AB%?oSR@hjBoEnQzId#UYa4Vz!zT;z9-O z{Nk|D9~4+T;`rbF*VPq_IH5d4h27qsyn2<)e@R^-Z|i*{dcC8AAK!@L2~p_L)+j}{ zeC%2JCSRT-yAu&RoL?9i|95|W-M5^f;_krvSVe6RQ7wm`H~rsAsH^A(ccZ3}m-=Q! zPs=?$Nr}ZhE$@4lZjwA`V3TAD4|U+udV{2Iy7$N8p4IaF`mg}KZKS@-8lp`tP zX0m{>A9E zVi4NE@NOv8iIv;XOsA7KN;91aq1nzv#N5zUQ0^|Xp6W{?7J;X_k8^3{;qqa#t;~9) zFD#OhO?HWc%a9ifWS(H%7we@S*DH|XfYH_^@ z^~uAU)!c@V5PjH%NG$T9*+jO!`5RfZm|P`PBxUo(GsE`$|5Q>oKA+Q(>I+YCiB#!+ zj&~wWwHYN9rQJr&<1+e4k`{MI^4yUsXU?YBZGj{5KBLTu@s>kI!7iiV04gcIJCOx_ zdEka$nVk#D)myyC9mFsS-izGi%spxpY!pp3*NaN*Lq_3-*wrY%zEZI(`}vjVw#J%m zve^?mTk&H8NA@lJcQo%xHf^H6vPu%8d#<1boP+)YBwQ`z`FNC_vjdGdTw{t{Vq2}c zOJp>}UN=%}qkKaVfnU|^-sl?|J6D`7?hd4He)Q))p_%(|#-(Eh=K7Lzoh%$XW7LMI ztYgo_u{!;y?u*)x;}Vx#(Uyn-^OK(}4!ArX-f3SR5AfBO$4_vE7r3qW_^Lb7`#99? zQIF4l4d6W;c?5B7!KiX@P~}C}cobEah&)b7z_{VmiM`xF^A9^?WbW$U+JL zXjYuqj9bZOlt^;Vq($PNVY@5Eovqx`*r06p0y=C^keGlCHu#(d1$7#p<-6l) zg{;D{b&O4c6P>ZVgu1V21_+Hh4&bB{pbjaE=Yi zX+&C>Z-Z_PX4~L64c6N&%2eQL^>zntBP4d+T^U3VFBiTVtg(DJ2Ay0iel;1G@A4A9 z(0aILAc4bQ3^NO5AK$@tIA)8a3>0~} z9U7T7b5_y(sh@#VgLE`zaml@z7<6PaHMFHQRJJSeg*zkC3s@Dw3j-pm4OK?w8pR}1 zAsPIYC#;$DAvs3>#4$axS}n@B*rt`;C8#Au;j>$NueDO3*~rQ0=Ta3&{UZA#466(Q z{sACl{$09Lh6;(l2TzA@W4r@Ca_fQIiNC6CtL?zx1`g>BgnQJgLym|VLA;l7F+8i4 zw2*Yu3cL*uqDbnC020iwoISLr#v7n89JYW5&peg<4#}lEMBqe3l%(T4%oD@&vNxTi zM%GNhFT8zJf&JnvDU!d8p^luVBEzXt^;x9_foy3b$$X5C->l=$*7386ubS$Tb}_IS zDg$KUbb@-FU@-~op^@t3sn8V)f02BJ_n6A>Wp6-7U#;_Z==v-sfogo3#Gb7)pQB^1 z*Rh-FBFTQW&b~*5uTbJq(pt5uVYIE(xpwP#T`FC_c#$kg$!CnpcZCweQC+O!_se8W z)!}M3Q?C?Vj|Nq4T)e4Y7;A+NuhQYqYq&(iTQ!^y3_^`d+)(2Te4>N-V=aACNe=mk zwkOdFNA$apSY9IlMb6eegb6Zp0NYy&fErT1`O;{MTjG({<@@XFMPMZP4F({avZQ0sXDg-#PkQqQBYto6i@dM#XV3 zY3vnYWWoqlHM5sGY(8d@sv?|3zF;7>SsSy|+AFCOZ!+LLr&?GYaj;5(&5}4%_GK2G zr2yTdz`He^FJEA{%m}vo5)B{H;Tamv)Zy70PSdbQ!;>}a(C|17_ei5b@s$b&)$8zC zI$R9~jP{VgAjn1Pi}ZvJSA#r@rt9k))Gslu5J${&dm4L4|bvWA;AJWj(aHC(CTdJWIgaFvEb8V+a}j)2|48h%d0 zb2R+8hVwPtq2X)|H)=RT!Rx&iFk_D{6&b$WHdKK04^0P!$!t-xzyYATL%bB`wL%*`%U{>}Wi* zR8^-!+vB6I>Y0tVebO+8L)0~wsJAc#6{V{XJNFSq^4QgW*dk#mdfgO_m8s)UU5?&h z-1d4Yn%TcriVDPSuahF5xa~Dkbho(e_3;RN7&ZF#@_3|1gAHmmJOYb~NqrwEh>{R6 zd}NJ;kNDY6_4#9~9c-)W5j@d@2hsj`P=)_;zY6Dw(5c|xrIHJ4_PhJX)YaQKq55pZOH11#(9`dbbX3wnJCx(3J{&v_^;4+o3P(&?-B0jSdai zp*wYGi5=RiL+99`2X$z^9lBqKX4|3iPF9*wulnmz9v1_~B@2Hx7Leg%4j3aI_1b`l z-#;=_xkvnLs{MVmfNxy*{dC^B+_~cSRcs8p&9}@qMX|p0YNXIw#}jfb~&KsFvi#w2O7`4JR&P$m8N7LUWB!<)8 z*=B}^b5~Xj!6DYA?Q)Ua9~)|&kBj?g@BPPw2zD-z<>rsN)rqo8o(x65M@8fM&UqfS z3G1cX=8t!7$=XIUjM}RS<~2$znLd+8izAZatV~5L#;!?vWrGk9?)VvhOd4C`5nL;=qpUa6<>QplfS{k9Ey+Mq@@^Zqwryf%q%(3TARy$zS%Br4o8Dao}} zB^e`L1j$l%ST5!$q|p|h$o%Gj%q$rk86+|ptNOXXn{8bfkXUhAh+dzNw|U%*ZCA6j zr>*c{Vx+id-D0Xm_47Uak>6xD3}+gl9%B`E;VRu-Vi|X;*~A0z3j@^$6aB@Czr%bt zDpyHA+_&GJ?}@AqO>n6`n1C(>|Dn^@=jGvR)Z!dzg*LMOVk0S5n2RtCFS7i2X{AdG zaFT&_m&B6cxd%rO9-AVO+v}-uvWGr#$Xb#Ijgi{tQP7K|Mx_IPNmI;~jw@cy=dU?n zjD68g7kYdbRz5`6T7M=#R*`4v7vlSx<2**9jl^~?ywMb;s65@|Z+Y3RRtkt$X8TJl zmFt~&8o`L5#o~s@V^VC1h5AbhgTdb5Flr!$L!E1s#x+2sl0NMWSL_ZKccR5X$lA{v zHA0w(j6K)vn7h(gJFPcT){EMev(Yaf{Vi2G>Ae8fY9^zs=tQLKMCgscN6mrb0sr{% zr9Hm!uuvmq#|b+gdIKGhIxLeg)O-3aH`bON3$`6IzfhLAlFVIVcPy3@>>4c=qEHa* z?;u|AV?fR^_7`~c z9Z;Gvw4ET9PlA^b0>M0|S-puczD%L3>(2*Cddb*7_ec&$lG`X)8S#Tk$PTnCYok&7 zEDJH`bESaUn$qGFwn3z{8P@blSzCoW)oLu3)e2yN2x`QY`sAXXhin?S;E-@qxY6U$W!ze|ur8Bqg2r38l8Q(|TbFS>)39 z3Fdp@!sl}_CIo%fz%JR)1ye<%Bqj@&+?3n1AQ4poaI#4zv#3+QeP7xtlU_;CG_82A zz%eh$y0cYHJYKrXWHno?NB=IUp{Y@(`BNLkZLgQ5-PtZ8yczjJD_T~~!}Eq)Pv5U7 z`a$L6^j{FJ?GOd5k*)ka>HYgMnqUW-NDc8WvR0zNHqbiv%B?QBn6{?;QO;`gjom47 z6qCNOKRxzGb>q?#O3$7VyBhkj^K%=Ve;Eoh%^qYHM1Nk=Tva(ynSjP#HvEcCvtobD zn7cCagtVZ&uuBR4hGhpZf*s^dF z#~v`MFDf>&g;-Aw(etbE`Kw1BSoim)kyF6X)JG(xP@thDs$xGw;y8eqO?TL~_`%NqvfSc6NoRa-qvN!jU*R3Vi zJQ9x3K8B5tYej*TiMCSTJv4C)ds7( zoSbGG>xWE4CuxV-v3!uEK(#<`d0FrFuzzn|QHE$a`!~t3xEmcTs#9}zsBZNKV#&fm zto?6-1JylTKA)x$r?kG(E1i4q`ja|$1u1B(-MJN3E0ia@bDMG5ojZ*v|3c>`lYP8% zhf#=hZc6ZB1OU%#E6Q-jQcvn&4TKk@w-vb@Pd3n6DC)keX@;*-dg;y$^wK$%ReY=^ zcd1@N%`i4LVWB?OoX=mn|OA#N?RX1yj$kc-w<7KsQ?@Dd*l zL2%eP^;mWLSch%q+p(eXG;EzsoiyG0)gpF;3wGlS58KOMbN59spt<3Fn~_FCeDU74 zK|AqB8>Tb3-SM=+g-ka!ITx zE+x}Y`D6!!Xb!fvOIWsq{RtOHdYY)W*`ADA{GIJ`tPwmfpX6QP(!FL0ceLGRiQBA7 zMYThFewq|u&Ps33&rq&K-uC=VaRpm5)wH2|tl~j3*t%EyCi}HYPD?I4r*oVFFLLt3`P`s1tipt2PlWtRW9q~7QXj(7TIV^HG@E0u5?UwI@ZYIlvA z*ND`fq&9;hdouvT@b46KcpC+X1dfZnutE}_P&FrS_Jo^U1h6OA+emw&j6Xi?35j}7 z$fA_mW;%wEWlx}aOK6_xO668jTZzAoh@U^b`2#Qqx8aY}#C!mP@$Zv~NmG z)wC|M{}-CJgaYDCTPBJ7o0by%@c@iGuz9+zXT-=qR12J08pp`pv%g}3-WZ>tSEvPU zCsP>t6+4+sP)<=z3Mm)1#8){uIr_$N(AEKKYL(2ppS{8j{v~|WLMf$Bo94X9EEM`e zWj3xT7kj4DKim0!bb)mEd~#Du-#%9SQj+%Xe4C-#+1=fS%SI&k6Xjpn`3$m;?|dUE ztzR*craX6}}mnu&v!Yu!sE~)&?Ia>%H<7|)?S%)M4~i82p$J#Z!oA3mvsFr(605tI$sx7TWS2ht z#yxK&=RNBeFUn1!OSX;GI9Y8+v4<*mUGu$Q8&ZAe<7{db9GcCQjGgdka`^hKz-@y% z_$#KFpBAuhH&92Pg?gb`@r4$=O-}&p44diAr!F)}rWV>%JDCt+>hLaUT|v7MgV zho9}5?z&f|Lv+cJTvMkkXwK!1$`vvVp1w{`gOi3kPH*i- ze~zjuI-1_OPfjt?gCy@;K->_vPr1JRx+J3t(p+gAirr48TY9)FX| zsNsg~2oE*KwwQ}sT)j7;c}Aq1dSb~aU$P|*^|+lpUR9^=+;5fZ@jBDtXJUN3II5n! zU{~A8&bVOpXkq+sRO|+OpuT~c_!4VjgVOKx^|Ib`q~GPJePQrnw;P?5$9^xgIJb3> zuO`5Kh7(#!Q0s0)f!?oY(t|g-m2kGKx?k^;RTtmSn;K-pKbL+HN&KU8)PgwmzLyPc z9y?d1so@E!5uXS8LC<(UWWMsDv7qh_f!Ji#TFO(wV_i-g#~ zj0#tKB8vw@=GzLdAyR+~dXC9`-OU}HM>i=sIiDNPoKV19fBn2ALy2P=g`#`-5`V`f z)vd{2_`e44z-)2uQsz7EPxTLOpP-1)&>13QFQiJ?1NwyABpewwiCtk~?PO6px2fE1 z#>B%S&6u7WKdJ8&dY0_|MQYm&uQm>nIUFy}eIr43%ZFyDHVD6fgv0P zQlO%Qm(nW`8ha>qNF>j=`MT8cz70ZCX-OC4d6B<0E)9ir&Ax<+jZGQbnX24Bv7Py%n!~F6V0W7J>GMt~ zzpQ@2KHUKJK}x7Zb%h^<3jcv%Zr5C9qP2;@d5UrHhD2)@4EPw)%B|&;URU^!P~j&; z?j~}NO8U7@deC}Ql4eQ?b-1Y0oRcmN<|21{zPw#N&DLp($xu`AQi_hnw$zQ|gAU>C>TWG~beVLORCRSGNyP$`!k$I^jD4%b5_`s~lhUbuv4l7r9oZt~C38XXA#a@Uj z?DCrLM8>8ysup~LmMeGggT$=u6j5Rnb(o#Tq>ZpE(z7<0yPfZ5Nzn!2R4=(sjZAVy zQic$i7f$g;rk>jyPWJ*$R_qZ6+e>c*f#iqN(2WVR!(;BUE&&muRM?Z~9}{>um1iu| zsmNE?{*&04l~mvJPh#aIQfi9-M{Scp0knZ?ilIH>FO`V;uCX+vhSQK^Jo>SXWp6M@ zQYOYB;*5F;&a_&O=kAU%j+_~?9PX?ZMVO$dw|63OrN|4-JI*wAmq+`)|}uno8I zIJR8UZ^A0$K4aOHQV|~-!KH&fxfSk~%lgJFdzZmN0@e3$of;|EsRC>WrNf^8im{fu z2xCeuakz%mD}#O+1J8wjbttr^oGf^?hVW_^aw#Fkm^iccd%!Sj@8NCsnA6wvCE?Nf z;b!%3cvZlf_Vew1K(S~S;G}ZaU3}H+f_rd$byb;?_H<+#88sc;1EO+EqM7OBbP_+s zM6`bJf*c6z1w#)-CLA)_ns*wR9Y%SpQNDSuv2%+tv&ESC2J(j+5NT{ig~XEf1qMZy-NAcsOxER@mhYU|(1bvYWA<4#Ze9@@_`?wqxcy{jH=R|gg+^s3?Qk#d|Z=9cK!h<-EQ(Q*cAIf3hJ<#yyLic*}&?&pgpX5zM zNp{JZn1jP9ooB!tN`_kB`!%zH`4>yEX5*yJZq2{H4bYm*ABF9|C4rPqRq`AhG&L_( zp&xjuHt}6LD*8BnjFRp!PsEj0USfGlO?mrtd_VuJy-BU%t2e1)DHN1*cpO|}oln4kYxOr+NqyJq+pGtkiJ!>t!)2ey<0uCa42dwVZyX-i5Jz&HNEOJ!ebjD&$Px8Llv!b=|Ijn%)`P~Y%iBu z>lV{@kUfdn-Nw^vl${ELcPD>}<$Y{vYl-#ljp~d8(|mNGx+~Ft3(O(KHy5tCbbam{ z_DFCN>tO`rjPtGp|D9p~{?jMdIL$cEu%@q(!+M5r1-nQr;~n6&y-_Pd+p){7D+$+! z_-vfyW~ECKIdF`|VMl&S=3Iq!${0Psxr3VmvE<+b8SMmQGj!I-zUgpOwmlsm zqb<19Sl-`0SP{@B*#tD3HF8SUX=H7lARpG8)Q9XK_%Bi9rJK@);BV92Y__8YAp7)Y zTYsROV5@x+wR$RK&cd^^F6&YE{e8;gqzNhKy^zs&-fN)4?ekvnIdupk9DZ4v<&vhT zL!3jJB28XUX0_q2EBrWAC`Y#a9N-St6@D5jJOXq8=#cfNr{c*r;o<-{;p78cRr~uY(yL9xw_&bp~>gqbBL4L*>X}7UfO=EY=^2GEz#$*?lfe4m~g_g5{A0S zZy-ESh%HSk>=2w|)ZT!9qzbjTay$wwax-3nzO;nZUYMfYR`nh=*Mil1u|r(gWwU$2 z)%#H}ksRzzGHODkFxD2o&y(g4LajD)GO#}}aLgI{lP@K3jJ^F?qSW2z4je}aOC|(p zaKh<(dWLQOi!0@Co|IYYww~mxXX8^it$*W>+R#_w=xYZpFlxrpg4q4$I~WZ((h~K= z2G^CoKQ~fvodb$yCQeX{OQi(?yN1WEu+?A6KiuO!bFaQz||l{rK%UYJbWEzm^9O zCDwQXz8t^(v_8IeeuC?Nh2KPxR~*0XCGr0Pzoq^!@!QUSj^B=4_fPQKZO#9;`0c)5 zeKmfYPPm>?B{&7Yb0ptFs22RssW)5Ez(b?R$d$z`$sUwFj5# zj~m(tO9IW6HBYE~K<)imeVwd8^jDKtY%o;NL_%%30W?7ftMvPS8_+7fzT`eShkb2= z2&0YQ2d%ciJF}bV$afZ5BCduM^<@4c1IS;FzNfU|1ulRk)+P0RNZDthEC|gF4 z(UQbfz@JR~G;1R?K5li{oZD+eFfKZX60E;)H_*q}_i#!ZYZu7A19rX9;k(^hje@N+ z)T7PpBG*i*h1BQ_HQD&t={1?FYLZJ$V&67|%|Ki{08W zqv=#Ym4!iK#7_~<6!wA3d(fVkF2-FZ=*eQ8)Rx$p_@`?tT^Yb>z+PpMh|1wsa-FKG znbu|3%aRyCo%%DA0fxp2x`Lzk`_?y+EGB|Fk8h&heOTeE*H5X`_Dk1~HF~@{C@l<* zlj%GH=u4*avq%45ozBbu)1J=z2E|MKznso@96Egx+0%LFj5AH=;S{W=vw>4h=N}H7 z&VOK5o<6q_kN9WPdFL0W*TkOAQ>e-R&!%%ZycuR||KU4HO7LhmaAzR@n0q)>hk~{dhY1cq!u*gLj4uS+RAJFiG$R832Sy&cOdNYBNYN zfTv=eBv3NhPAWXGxIjsFoYh<@m4e+Y*bq$?){w{T?FD>&jQU}X;ySDGXYpgh%eZWr zwq)X?`0;*M`vi3}dh%uRfu4^rClUa|1oD4s_ADQKY71>yk7eY2Y73tPNqkug{WHI` zb@S|GU)4JHw#?WByZ?`t2*;?9hQv~BpQ!S=8Xva4^YvDadZMPPPA*qhP}9mWxMD_= zM?B6GkF6s4;TWyfgdAxs>wyns?ECIFGhxgT(J>2dE3Cr0@(Th-*m=GVLam#AA?lg^ z7e+4tXq$9_^F?Pry^Ii}M$qoK&BpR$bh6f^v=CiNTGOTEvsv=_o;z?X$@hm)mv=De ze);!_ZLIAKr#`lNCq}4C_xFAfF82gCxMG)u7p8^p^q@b1c~`J2GIOLG_Qk1w3AH<3 zbV_}U8l+HqmCCf0zzKne)47gKC;Pfd?z|-bjp1v#AHA4>wgqf&R#+%pK<|x~{_E?m4xG5ssBu%(z=_#Lt?YKuBjn;rq{0Y93nK{`?514$>BR)3tBqw{ zoGYTDTZ|lx+8qMPqxb&)QAGI~_;XC3dT2KCd^b}1T)4PCT)4*E6)s~h_7uq}YZO0D zAf=~LFv8_7gs9&%mOV$tP6LHd=0Y~h+bK(g7bU(&C?1|tp_8C9%xT`j)36Z}co8<@ z<`n+i;)+2$zrYzbPIMS+cjux1p({L{zt+M_!(*Rlp!aRt!v6ieA4@lvd-|;lW88d3 zc)Ev^ZEOm?D3bS=QIX!klg&vY9BbdVW5XyQQGp!MI6}{~nN_D|)@PNt)XLp#EZa)l zJXh$RPpOE1zj||%IQEHFDnv!f)54QHk@?Ch`6rQrYvDcI&xo8oO05nYJBSADj4BvF@y0?EQ|cz2ADTGYcy-dbbIpkt&~KCEG0}8Rx+A8X z&7X$fPi(@1@51l!G9b|vY4|h!*hQa>FY*|*L1Kibqir%Jce~FJW4*0%cWq7K zsxU7+DQ$dFn*Xlw^we-!>Pt?d%#tWi_C=W#n^ZR``MRQHW7Wo3o}H=xs(6O}QP^F* zO#7zCeSPOk9u@ICBxM5J`Q2)6kl?eqD=(o|Kjil)zqmWzR{6&FBX4-3D|{7#lT5Bd zu1H>z=*IC|#w~d6)H~>;4F_Tb%Fk zHMjVylvOHWZ}hK!g;L(5)~cL8Oie zQTYqiT;=l<9IQz5NY*FZfY3=~EWd<#X+nPiBlPgjB=>~xJ9J3h4Cqwdg3ABB1-s)f zO1GdOmp*C9*e?7mW9_J#O}=w;npIOUcF5O%b}T2(PY)cq(&xp`H~OX`g!fTZ*d4Ce zkKBAtFA8YmuJb9mRD55jYaDPHmi>~iT^Z*-Hsu?GM-zM#koQ1&R?j!)uxNaP0ykXY zpIkT5%?;<@H{>N@CMdz|%-Qjr6T?7x35|kBA~RQWKuIClr4 zNt>|%?=%WJCz_?rv80t|ai_TrV~6fgWWKd!gvhuX`;U)w2xf~4nXN%IXQ3=c`q{aJa;S|kI+6jr(AqmXab!Z z8!8CfAyvqCI6Iu3x$O&PM2c6-z{wd}4cr9t@a4s;>9b%R8+q);)0&nbVM5V}4HMZ^ zhk#E4a)x-Ev4K5=5YCZc>nw##@x562{)7=2!|%8J=8^6Zeps<}poG*hieCo5Yx%`- zY<#|tGmCfEO}RkL`a2Yw1$!Wr{zr;-Fx2NZ=kx|U?77mOFM`0!I|-?qm~O1?SvVA& zIy|R2x(+Y&GOm@7hpFj?eZ@WztNJ z52dkObif;HzfcE>@Yq+z>|^4nLk&`JRcRRfL{pXwWLu;l(Ve^Df!gREQebvW<;~fs zW|LXb<^PUgr6k|&dM!SZ&>$vC-^EtnSKsdrD$;x6%(}tQ~?p-JrnXD}9#<*0^ZO1;VJ@@PB5rJWHUTJhe_`odUtluEI7i1-?7#K9@C&3P33Ix*Or;446E z(tq1YThzDuE7;fVIh$mcYKiYsQ*UOMYU$sl4%oX?G`>p>UwU}pE+woM*V;&tj|PLSZ2C3u)R2MhQN zAScmzh)i)Leb@Sq?Koh~QjWPRVR9j2<#4QE4gQMXANgHMpM00!cz!qWyMtdGSI9Sx zFJ|}O7x$ZmU3HT#fLeEP^cAvbn{=TQ;Oyvg0LWl6vmMd9`D>py)NRtJ2@^Q3!&n~V z8+boab`zyifYc8A0{0Lh#@gxV_D=F&9Uje%C334;Yj63Q>Mn_l9h&=z@A|;8EBxb( zwP$foF>2;WUYuWk9xYS34#u{SvHV7r&!%->qaMc7+&UI91*7r|fW$^E+M;`-mq{G4 zZzShM^=vH933)+Fkn$jvw2pH((seK1&z7q}K)0h`U< z`%)jP|4^>RU0jW)dqf2xmm!5KJqC59T0aWTGF#X~Qr zYMMOSv9I<3 zXJ<@1EG{nGkDHr8%&fbKa^V(ZklY%IMOvVcB{`y)3-pN6^>X3fp4AdATrK@2!d`Oc zp3a?n6j{nfT`JdYN#ZHhtN09e?kEC{OecsRyQPN|B_f&Gofs7?X|`}%le^kE99reN zmKy1xhtxRBU3-kg#M}epJ>3(zU5)p<2;vDLvOaS?2P&q`0HpDmZaM7%z2&9Z+^^a;Qb96`cS~e>H!NwFjBPT%8tXg;QTii^eG=ib#bB z@VA^u0u*eCOdTRe(A;R4>j&4J$jx#D{d#nvD#v=uufD=Dl(^ zSwPL|{p-M(m!B!-qIk^y{lV?#EXp|fyEsCi`)A~UpuUZvnkir`7rJF|i5o^IqR{dJ zof=|V0ypj9P-`B}-Oh-};_V+1BLUB|qL1Nej|d`}AxQ!rPaiIHOGYHMj={K+3;*HS zywF2?KsAzt_E(M1_rgW)@F?l&LLM^y_DFmtQE{lZBXgQ_i`>Q|qsaFEQ1>qIQC4T- z|4cH#1P0$hqb3q1>Zplgn`qi5B}l*wpal&|pck-it0_{qwaJX2B`{$^$;_N}eQKD+za8@>PmT z1UUV%D@+|vGM^HYuu~{-`HRw#f`mC(_5UgM`=q*5tnt%E(O1L(UB|!Z9ipCm52%Vp zJc8?&`2Rfr@@@|Q-{8N2|9<}W@&7*mG9P{|BH~$Hp6Ma+S7bKz=T>pE897z|7gg%P%Jn^oS zPfN2^^2`0CL$I5 zC@Utj(Z+*zd;&_}GiE?i*CmK4`7(hO(2BSvuLPv}KEp98_dVVqoUT}fFcK<2=+E=X zN!Np?g!K8ZG5unczlJu#Oo6ma6cX>7b>8+S?|xg8_drUd=3}%E?>adVf(G=l^0w$o zW9Dm-`{b-koYBxh93sf$%~TF8TT=s(CzQV^YhC5Mt>*um{4eBxG5^31{}biz!BV|T zZ`F6OK%GI#f9<$&8^?{aKll12f|O3Ybj`!YuV<})=wahNJel#~PpP^wwm=*u^fQr{ ztNZ)sL`Hs}*=cp=_-9lGUT?qZ`$Oi7MmF557Hu54r$}j0( zxxwfA@osZliitmEY__p<{b2X9MWgGy@i#zpTQtDWL<#0nb>$mivl-0)73M-Vj*C5{ zhgr%4g~x@XF0q|#uLRWmXW*z7*xpe`NO}1rmJ^O%`35L0$?_twJx-b)<|~5v1hxn2 zW_GI3>KiBNjRg9M4R-~y&pO-c=1q*(m5z=t{5WC*7R2}3yir5pR zqOSBOcsh&j;FYAdOon8RaItW^LG<1<_aK7 zH;@t4+9u7I#^kiNX@AWzTQ`%uy*3nQ|6*;^_L`o4$9rkUUYD zd{fi^$@zckqmS0+AKkyF>W2L73X>G3yiyMyeQWS~fwa$VtI8x)kzkZU7`2M@N=N>= zjatm3w{MdKg<7u!6qatBL~cPab$~z}n}OTIF<184jgy>huLSDmeXawWKu$~owX)B8 zc*}g3i-ge~b)^$K7>qfQS`<-60`6fH=g}!-AM;N3mN{%#0^|Pf2WqK^$O_Wi+Fwwa zw&@CE>ZJol>=Z=Oz@ROfH^JNPn|sM%`AZW6#R5iRtXlNAHCp>?!fLd7WVH0RajzG- zH&GU@zlxQ@SVR}|CV95mn@?Nx-OLS>#3m1n-J--Ov&N@|GoCh|FeuS9^f9tN01iCk z1nU!&l)ztC=vgAPt>|Cu4_)WGIr2EADqq=eaKnNb+DgPa3?q^YG_+Bh8GE)QM+n9+ z7|G{GZl}E#WL?a%##6lnTP%xAUSUF1+{WE}W}eq1;e5XSHP-SM@4=Y*?lV&I#q_QG z`^O7$#hDWcjp)LCwtt-OMuQ{E3f`p^Ou-K94^F)<*x(E{b^8f(m47g}EZyeIk{CZs z0V%g-|FGbBccsIAuxgk=e8#)vJd^8X++mnuBPe1N3r9xU3L(Iy+XI}C4&a33XpS*aOQ-clC%yj#HtFX&9s z1!oFOhFfvAf^UvjAc=qxKx0cD#VF>{iTnbvyi&lL!ecW2ii^E-fN1B6gNv)^#!Eh{ z8~@DBMdSAb@EbIK^M{Pz!;yuMTVnh&%<+2|AH*6gSVjwip{<`Xe!pIHx$$HFyW#!V zD8GQGIUC?#ra#FI@aC~`?II`G=3b)Gy6@%*RtiwTIpxBJ@i+6Gt*@!%_?lY?Oz7>9 zZzAh1sxpDkZqcF$Q<-P6GlBDjsmy5{;j7RUby@a)bZZ&c1jka0x+*WuUhbwc85b0H=;{Fs(Rk|cx$vr!HELv7+e+-1 z?u^_*W^zWagj6o3r=+|T4E@XHWzA@5z@_pM`c%MntMf2vtKRu=#51V18MHQaxFAt+ zqNxe?Bl45|5IIP1S(R|T;f4yd&*@|3RavjSjY-Z)?BX&eId%MlU^gfnF zhljEVr3`N>Zh9{-RZi!4J&5YMmq;mPL+$JNh4_EI0CT|la{>K*- zEi1y+eS@fEaQ!nmPR5}(=k8mHst1y?zls~JT^%VIclist(Ua9q{aD!YStg3l%tcj3as-9 z3Z=cYukF~maJI&V81LSj7dvitr}Z*7BRbiZY(f$)kOsuYZJ8(G2}j4SF<(lRv61Gz zR1tZZPAf(_NPo)_6rSnQHf99RKUT?VY~#0Eb2mJOYL*A-o^sW-o;#7#$m_Z`PGzvI zqlOCIduB75mmK?eE0@6ev_)xw#=N?D!`_XJA=lV}T(^+C?KXZ4->`R8e{!4WqMk31 z9FZJFSmydi0v}lQaH=mtc$0(sU5B+9@tQt2g;dU035dK>FfG32E7xw?)pZo3xNYmW z6|q_2*ytx3C0}k>Z|OP~J~iyy4UcJ?)?O)f<%Vne`aAwOjF^?1R;QWmn?3QZ3Vp`J zW@FifMe7L;NraHcmfXBW%F^4rj+zA!)za#a-d3TPPHYY~_W>`0g)AGX`aH4a!59t- ziB6k2SU(`h+Z(Fqr4zSnKWWJAn^TtPcb+20;sIVDD3|EJjEC9(Jge7p)#HClf4572 z-~Lba_w7si`_4uEl^ltlT4Ow@uce~|=gcv-NK0MlFXm{x=JXn{!@|M2_27Cgaonww z6eQd*k0tVxCqLQpdp?-+DuR#IYeSa7+vIj;u`CFxR%H?y-Vp51?wCz;!Yb zm{>zaRks+m1p#il4l8VAOi~s+b_85pM^r`Ri1GLZxa3yJ!jjsxcy3vGSz>$!@Kf7% zDT2;ZL-oG`KP&zeg8mKrs)BD0K~U+xIbZ^t|NMYegw%+ACgE>Xp*Osmr?)a*w{VsX zN`ga;+pBYJ*u#t)N5A+F4jQ;yKW*TSJFS81mZLipBRBu~fsr$@&TKyd*JO8_Y!ekr znX5O{98(QA<#^)2G}tI}r%$vgHqt6-7o>5gQl8lTeXQp2sWIO^ljJFJtj;7;EdO}x z&432(crNDEHpSICWU%kC%DlnloKfX`IOf}XAIoi3VReQS;yqWPQ*1l@Ws%8Wu5P`5 z2!FZyyK z=iMiV!e^qu3-}Nk_|L)T^ZRg zi&Pg#Yh6hqO|;i3_%8Na@cc4set~Jq`Ek|Xs6lH@yR9l+IiFeP+InUxH;jwT)eqFL zV+hssMpQS;Tw8BVRw5a9bkvo{x5DIXvD?F^t|Y~@=ajh?*bygHKfsrPW0L|q0=Oz} zr3bbRll1*^IAwG=CsSr0b+Tf9x^4z@mh*;Tn#3O}n-lpzSgwhHVFUa&X>UFH{(r{a z8bh6*Vs8acPX|8DUWIbR3C|{L6UJ$?x1KwUpcc7^Z)5qM&{OWvm(xRwSyCXz&0%6% zujtpy*JEFYoP@R}uC+e%m&6rAGY*xw^gbi~cjm{q)n@7C8w^Lik+l*RkEkfm!RigH zm`ws+%vyxJd-}iU=+E!>xAsd&HJ7-4jFYr!%!s_EZJd@}$Gqb-m+sw+$4CZFFTQ(l ztn5kkRmnNI-{2td2}Cofm6aG{GT*dg13-+XNgfGWP{HiO|Q*0RT^LM8~%JsUqNIvM6#^jrg`Ia=M zJkgkDx_@b7?p2MsJ2a=;YJm4IXh6l9&;#8UH=u=s&SeX=Cp0Hwl_e%h_*g2AFR^Sj zp*o-+ur&1L;}^*_Web7#=Ip*z^*!6`92`T`j_`LaIh z#`Kq)SZMHkYta#HMWM_smK()toWsXcndBMZhfIP^zzY7W%a5+#E48btKi@ycVLZ)L zB8}+|Hg;2aBOdYIUxo-{?`SFV#<5o~iy}S;D;BH>1>c;mxYU*aif3%tmY2DdMMhN! z*2^r{8qr7RJ)V$+1N5Zk13lR5-t^kta_Guw-wpbExMGg6ZMlQq2TzK_lD%16;UvOv zEUg3sck`VBn1koS4%TF6Mxru&!D^Sx&}p@I$XI$^Oc-`MwdHYg>J3EdIo2IK+O5@g z@JuwD(RmVrDo({Sof6!pgvSc)qk8^#S7--EXY*{|VSGhSb$u@(f3=NO{T14GKH&NZ z*AKb&RcPNhZN0m|^&Ia~dG|5@f25#JE6rY^J$<%9tK2)TLhEa?K2Aw~e0Q)>U{8XS zNJ-zIhJ!tPb)K*G$yfWd72gL9xNDs-)1_0$Qw@X^>XX<)E$?&FLVTgO{lj8+vT7$B zcczOoT?gX}{)bZ_lA{o9fcY4EW6?f;4EPa(Gj*mbcmJz)R!Ue#xBI`uP755Ya(6sE z`JDH()7*fuYEGX19==q)sj@#Ix4IolQxJauh!e5A_R9+L?N*?Erm3Sdc{5Q4Q>#4# z;6qC@2)xTGRZ^dL zda_u({DijhMyh5h%#<-A6U_Cl%qDNVLy3z4QKBYZVz;rV6}eIg2Wzg+#Yx?Wf3;e{ zp~lSPc{|q!WEKyAfsVY8dx_|Rz?j=VOSmQw)WhrT62N^uf(B>S8#q^31f<`YJXYAs z@f-&G@0SIh z<$WZo&1Cug%+Fv(=>FEK3CwnxLQzd}{zv_9#&Mv^fsnq_ zS@NSC5wxt>NO5ZYCb3?4C^kz0SX-INSDympsLUkFilW&XYhv|;l&KaL59zxGEiC^2 zKLWp*B<7TyA&uE~GIVz)+X-Rxn96njnT??9l+qjwWPyz+X$$~rm+LC+e1 z>@?Wgp=gF63^>+o;pJ~=iy+XPEWO)8OE3v7TCJp-=<_UjOi;}{QFXNir#caA0DMRuK%`NQ%Pv61{(lcW|@ES$?g zp;FGrf^qC&`XwJn#p!x5#-;yOIu6bXj7)rsl@FkjtT{`(Y{?+`h9FX0tvUY|BCuI# zVrp{c!t-GK=)63BK%KZ^3Vy^d!H-DQO(uSfRrnEqcqn!pj`mWmNs*$~KAn+Ng*r&d z@0St>m%&4?4vqN}{AK1Iy*t5PSd4HTyqK<%>K#&_yARBkS#n4MwOM9}mpmWrx^_ zgzM;hC(%_|!}h0P5s!|_)<4-&xtuFBDF@9=Pd6ObF~cdVbf0DHCFIZ-NnUlG@vI%1 z;>ZFHb|*WYuU=_^WFcsAN9DD0jM25)#=E8jKbRzY5cU?wtF9K8`gm*sKNjCCj#uI#Q?GmXunI0S z)!sw$;Z@qklqve&V8-CpaBUiwm@J1kCzAieXdRd->Y|>RjuDr_Kr0abJP9@e7jp8CrgP1PuYu z;p11PolR?$#W$3J75$%3wYY|IkVL!9cW>+l@&e?0Y){DYqQVzj$P`;nr({y&hW z$8)*6#zxilSK&VjeslI0jR_uGyy8TX)v(%U!o<40Tr5b zqntmsNZ^HjyvWjz7bV~&?=1az(Z%qRv`gTHa=j=4FEV^#0A7EIeq7}JG|n3txL3tBhE4J)~kN3Rvr(mBM##F}q9 z5m)D9DnsUuv)Xq@h8}Qn$JSBV1swg?7j0%3p z1BOa|{U-ZXv09)iqNe8dXj59yCTP#ex_O>aQXO$Yv+6i&lbY&9tgcnLp9()i*Ys#i|EYAxknyrN7q$6U;RWelMVoWGpUzlCU(^Pu z6yL3E#m)en*{BY;$f1>h^V?Jzoy`xB$)IS_ zOMqb!h)jW@U-l?(#<8YyiKnOZNW3~Ift3u3pRc!A>)0MFHdDtWpU}uF0m&s_cr+Kj zV}zZ(6N67Fnkr2U18Jy=rG#!q4p}32c_xV_<{6ELV~ZSMh%K@`kR5ln67V#=t~A{R zKr-rPI9zKc(BP_UQ^CSVMNS-bU8G?iirr(u=0R$MC_XD#Fs_yd_N@_Bd8k4OS`5`F zEqW061HNLm$<#fPmxwc!m~VB9^N@;n;Twy+T}BjiG+AYyCJchF0SM;u!W}7Kmtb3| zyjaF0V#MB!r-fSYTQ!1^%-0cQw?eeVMb7?3j%X_R678)BO-sSp5j9?#zv|jRFBZA% zqf#!R!ZwE~( zgEaA<@l~*qvn@&%{XXUto$33$A@jp3Z|s}erU$|MT{S%?8PY}9swMdFJ=hE4 zhlATwVprsEujw@roo9!>1NpV7{fUF`qC?4EgMzU}!N%OUi)DS<{=hescr0x{*ypR&c=$?k+1IE!29EZy>|a_&KBy8xs0+D zZDWaDZ$ksrHvTct(@}Y4Q7^|Bh~AB^*Cy)R6_k#em(~=U%i(>!qCFF{B3@Zs)T=fV z`qE^6iM&TAnL3|3EcD8>9n_oFpk}xAy~sEeKuYpo8SN7tm{~=NJ?dgMcPFQSRf~g< z^wW}>hKqfHEqZ6P3WIQ4B?&UER0R^s*`X<%pZYrQIA+(;3m7*(YhQJpxPd;DViahF zhy3|PY)^ildTRQ9Og=3b<=)VzO6G9{%Jbbq?gtC)#(j2wXH>A$7$%A6#6S^mt-?c9 z{|0>2OTDwG!T%4$Lx``pZ#zUT438gi*-Uf)jWWvG4DY!%E4eJ(t5PVoPzNNKtu2@?4w96B)?k;8iLcA!O!OwnS!? z%@GAeaktpGA@XV1eZhvj`*Q8z~uhk$#EBKb}P(0AOw}Shc+dwciLNl*0lQoV>DlVbov&l7_rUpZ5E~%%^dPR zRo>$fW{cY8{mj$2n9B#-9T>IACp(jh(IYUci`vJEuTm0f`T~?uITmyi$`PSkNrVKv zjbx4stgKJP5txbE(EL52>UNePYDbY(;!dV=U3IN7&0f2Ev0K}?L+wRM@bkL8fe*$N zwfn}fWMdbH`6hS;lfAJti|FxW+PE{&E8OQW3mIaU-!m15iIbCJE^Nb5Wc^xxKd}gA zMtDr?3G~LztP$UJ1cQ;R$0o(bfEKWo>ULo(yJETdyX6tyUELl$Isz6JK6+&uN9_p* zk(ucS6~>k_@cx$E!@1|}XZ17oMww=q-y-M8u*MTtD#tCjD%*_dUBR9k7Tp|j7*B!` z+kC(Xi!{~yPJhR?@9+@)D$A8heg?beaoUR_wrD*Y+G&QVooFlXArD-uxa)FUYnpH^ znLerM%a^tV$Mb9G&yjfue#5`=2lKD-)Io-U`6*+Vd@`7q{hjbKd8v5W3X7M$(Jj1e zoBV!G@li`3xrnFzmd;& zP;3S-W!G4TJ)GOXJP@2ej6i#6&VcHVVm(r%sOdc|StLVJ;uXX`kQJd57#U@ea^;SN zDZuudBIOUcH4lKrhHb_3f}Td+WQOj~85=LR|@5l!yc-F0Ns6YuuL#$B6L!IQov@=xBv-@A=XToAl1A z4TG?)+5Zb|(+&iuLbmIZ$fl4CU(E}-J5!MA6hs#(85&Q>P^4x&%E`$|do7_474VXCvpwpkg>R^KjCL(dM7A;ESnLhXDuAI;2E((pR)8! z%f%_duX6x~>7Qm}kBaHn{kZ9xHbh?kZ}oSceOMrLS$}8qyq1CfJ1_RodscxVVGj)T z&%2We>B0VsKa=PGRsMMselLKztbd-62psVL!48C99J>5y4bd-{gkVy^SlScp8=+0@ zmJrFmfH0LoFrYtb8?#bs4=(<);YtY}O~r}`_Bec_ON!!^??)Gtn`r7q-Bs6xW~4Yq zxl+2q0sefaVrdC|pPX878W{t{DYj=iqs3+o1Ldy@ErqHE4F0%yPC?83Vv#v~w}?en zD=Y;2Oj|L9_k=kp>ePZRZdYZERPn#8S7NxWa*brc%0H6njklg6%-Yj;270zFx}xs) zfw#24Cn<{@%!XVS==mFM)gfro%&Z{f#$5$ApWQ5`zhgq zerHXu9k}cMHM)0o)o@~=?u+GZ#v&Y;57e76{EAwuMg*1=q3N^C=Nn;6>o4l{zfZta z$E$X|S)ci$Uj6dsrAJF`+k*VCAnfgCCr;5`!x7M{*XiCDs7zZa`IJ zfIdik6qbUWRZb=Y>X%?Xt~jUr>sagZ74SZfCFY^{%So5m9QpOtasZJrwO?|&in{bB z|NAiq?T-_U&4qR1th!B1lchHr#dZniXE$cp?e^ZHy;|u`f5w*fW7rKZ+#`bdA$I67 z0BYf3)eX>wQ``7}VrJn7}n8|8I+`7fKj>%}EgpSi&(=c5~|RA2ZOcQfBKX8zJB zUx%}*xyADx;Vv`xY<))+*D5c;O(`|9aiTzy0k_K9Qwtu@01@FdV4ZsEkf)(ls|vJf zP1J7ILBI)Bhm#J_8`@%3Bi}|IRMi;XHAeYr)#g1JW=Ao$q@F_c)FDp<)kt))d;`Us zoqa9QB~`3m{-#x3i~3OYlP<~kk>kbEr2+d5V!;oL4S-n-(-!PKF=+aly^n_fw78X3 zN1D8yHe;E?m>=1CggkoZg40|cUN|c9nA)o1!u7B^vh@Nl7dUY?et2P8k?1U%_sqhSIRh$-9#+n5_yi@joP_?8t-`^G)rlZy z0(mS`!-Nm;vpA}>@%(<%foUbgi0Q7+%F`zo=-(@Bo=m?1Ca?LOETE8>^cBsMU3Poa z#zeDH+w#v@Og%Ky4b`#WZOtzj>30)?CU^$4KwNUz?3lvzqRL$Vw0ni=+6bPhACTZ~ z-u--OZ`a$H)8^2+me@p!D24Yf$*>bZme2-nCcY|Ph}|-j{*A?Uy@^C^`S+m|s}XF9 zGyRt=mT4|fPy%5c&guIpVL(1Hjcue~!>-MsoCnH|SekfkVfwg5pV!~>KQz^BBn#|k z*x5=u?Opm_y~oJ979YT(^Oa#%4K8ZWynMU9|BjjQ3G>~RtD`3Ym}D5J4|`VcRqY`I zoPwCNv^&~BKA5)ND+2^f-oxA}>ei-pYg6~*FthUaq;m*rx3+vAcN4sBZRLJ$495)w z;*!I&_h_}^*EAQWb^{#?9FP^Cle_}1dP{CMrA=u@xC2FP`IjIceMj)vh2YT(TJ1!h z#1r6A9Ad>|;wi57GXzhl(B{_bJNZ@qvSqwpqitN=kIF+foL0Ycl1CQnzk_4NcRu3Y zPT(1WJ6C8=;(Bo~Dml2vQTD0#abrD8!gr6G9H|p>XAKhPG;{v} z2|UmFo&Rt6#TV91F7bqo;R(C6o`-tAU)rdxSc%YxHu4kly3IBB?Fu2Sk;e^wI!j$i z_=o0mn4?zIt_6PrZ1isZKv!$-4toPJp@R#619CUF8DCNh8~nMG)mlhVC-FkOEkrM7f^nCfO*!#c#zputjgnNu zkq*p=Hft+5)yX8r{C-86mcTdZA>^n16N=(hOIb-dL)&|4`x#sRUA`V$Q(CAEkCFd;_G@mWy7P z#JJD!#Bl#57^lFM9KZi3_*XO&WV{^y5mH^&obv18d1oLrI&Qe|a8LT@vtE|puf}(Z z_EML+Y5U+@IC0i^A8aM1Jz!QL{x^SNd3z|Y z+#MTbDJAl~g-CdPN)R~qlMs^X0XAN_^rZ#*1BFzt&nY$!Rn#AG5%B|T*B_7(*5{8b|p< z?9fFS=^&BI33=KoKgP^A=j!w04@aW;0u#LC-n63(Xe(Msw4^eNILw_5u3vl==XZo= zwirtY7~IEVYVP5xkwh|#J+9;>cXaND^+>cIhMi%(UGuUGcwg}RFfACS;G%Zc1ikMN z+QS|%YSC&r`m!IV))TYJ*l81aXcEC`%IlT%fOY!EL_b0m=59cq<2NMIq%yZ?N98T4 z)$eEuuZ^b!6)$fqVtz9VUgwwd+;U8Vp z^>hiC7AU@J+tM%KaTPC1c;0BWcT#=AJ;)3lr@Z%xjo-%n9eA=|@14uxkxF*5K|eD7 ztfjhJ22KKB=Arh;a?eiWUtlRmiHcK?tiRwKwse?n>zX%9ZCe&Ipx~8Ss^3w13~zfPu*LIBD4^N94!ObQ1v6I4i!eph&zBAF z^UdC0%0pS?gYD8vhpg$p$O}#fX7hl!eLJJFo)LOBBlOiQ9q`RR)a3235sEwXMV)B; zU(J(X@a`#2BEx1A=2fqL-XK@`x>f$Ob^aE@*1VusuW$BlSioK!qGxR`n>9DGoh2hi z6fcGe3+)SL(8Rfs{}_08n|N^fBXcAFJn$-=&E;!Vw&xP>d>N>r^~7$do9bwqI?T>0 z+?!?`R=QP2>k+>YLX?A?E{R{F?8{Pp=d1Pr;TwJKx<{P-#Lb`ta}%hX?7BtZzqyv5 zZ8NEvXw_TP^+(N`wGaqEoR0r`{O7T7kmEzcR6|XR-k>&gc@Z z*9_riZafI`#tPx4j5#GEUS;xhlZ0?21m-#D|;HJWnC+!M>`{6~UfdCSt}YM}j#lFFX%M7>_t` zpkud_LHBHE@nKVcA!NqQgh<~T+-uWQjjwTr^9B4nDT|qe8$z7*9qheLTe*zFaN#P} zeQO+g)0CJie>XgXS|x{m&ACRW?=g<#?x)^dskh(vCF5y_k@dQ&Z2KVozu9*5kHfld zwWH4kcM&&+Y{AA0EIdn>|@ zr-Sn4+G<_vt?PR0`hs;`V_gI4IwaDB1+EG=5``T@9Go%RQ?Tf^%}{QC_-Km0Pu$)3 zY`{M+H=f&qOI}v=M&M7>&#jz^*AHwn^83k}Em=t}B}zY+5~FnW48x^>&g1mW^^66X zb8;J~XMB{PTSMg|P)_FrM~^W(uRqwEqXkcD)H1uajIYztf@gc&TXDYnF7R-79ZPk* z!Hp-l+eShTgW=X4Te+kg>36BG|BbKNo^|F2H`@rAQp(wjoDeDbs3#}2bgLtCd+?|| zm4vJ4fzAtdF;Wx9G1+AqEx3dNRJ412##U$I5T+UG@OBsFWZPSEj~K3eqjb2yAf276 zQ(7q?i+Zw2FEAV<@(+S;OFS+mUs>C0XJ3Y(;vzdEA98JB*rQPgK$I~SJcy10D%N~B zWn^%eJ2B1lR^M%uTw*v1X|G4MZr2qGFQ=1hhT+((&sgIiOR2q?UpWa>nlRodE$pX= zyrM7;r6i=&&};#x;c)A{s%_$9>B_H{^*LIG_8#^v<?~9enF1 zPZs1h!%i8LmqVKi)R?*QNzTh3jPFt~dECK%fcfEQHl5!bY;>f~c&#k+T<`;x796ArU1TkrySRrXNi)aT8xWMG;;{9I$URx6?K|J%u7 zE-f{tLJp~PpkUFBTP<=(;&|>E?6(~ZvnTqbMF{c#3?Z}(B?MU-7yUDVpGN6*;_amc z@06CXVP+nzNSS`iVwlPAaRB3k zuTB2zJNY0<27>EC2F}cb!Q+YyAOWY07w~soHBSx}b*E56j;i}-s+cVwGIKyJIf|k( z$eoosZ?ns!Bt99lOXrbzRE?@R5SuYOB~_8*ZBoFD->T9eR2jz%L9IU~j_{N*o`GwnmkOB^>${yW=~$C$eZ z=&Mhf;a~*0;1~n?7%=1F1TK zTNxFRbYx7ow;JhR%q0}y2$5Xb`p%+eZAv%Tkj*3Xf6oB@^N|{q)*s8vkFSf8kM|DqjyP`TA4ik&ET4$X15LL+v?q79A>6iP=9XU!P+- z{V%0|iwP!Wt4aTuv_W>LEAh(0o1XbULH<2Vl`Ca)G%P)5(TxdZQ%P43xL{LC<}RU_ z=sF&S{96W-zsf}Nr>U7Ao8+HmshO+520XQL1XIBvPAe}Otpw8F%cT8miYZ-Prq5eb zxEXcN78{+&w;BD)W+$e-*3T;spOz%FsPXUxQL&g#wR7v%dn|b*q~J>8mr&1pcBV3a zMp2SqKM-tkgd9KN&=U!|&i*B-jgPYJK2qlqBAf;>=ID-@NI0cLi+WeblrbDargM_> zNitGOxB8(7Wwr+y1tYuuNp;`U&I%~arJqU7%2Ntg>OAl&i*vmY?k-Njm=^3Q^lw$3 zz6o`U=Hx`3N!gfvvF=%*Xt+`;{1nqpThBhPm&pZl!tTpK)M-h?A#HS^u8OCYygUztg&Er2% zW|&DI8PVq$ZPOmMs3Zqe9}ksWr>Nv9TEl3HF(*{=-9>eKtTNN&0w}Pe0v0%Z86kx9qbl2-~BerR=lupJty`J@jX3 zV^@^pk4#oL#4ei^c_=qQ7lp*3jVHF7ZQ1ij5UqD%PUPkrteJatu5e`bG+;PN-RnJ( zsp?5(jO`)|l&_Ik_aNm8UY3>G?r@o~ZW>=nB;FI2W_)^&BWJy&VlW@T(CAy01D zzKgayw@#Vqo{1iNN)E9dkZ)>wY_XVi^Va4~A=21+ai_NVPs&gjwVo3^7)V@wt*3+A z1uyVJVCb7~OQ4H`Ugq!qFZVG)kE%Tp%r?DL+H+2izd?<($JpQ*4;!N$Ib6(k%!&NN zt%-J|0|?iDPg@4dXVsoBOM7NWd+PB@w%W7KQwMjTJ+)lS_BICb<7MkHA){|IRx22DBHYGOpuSr5l&6=?C#gqv@^u{{Ns8CD z?Tf4?4Vuaz?&xBdwyo7lirwDTZWX6(>!ys_Q%q71l=!syWR@6Nz*ESajAW<_gcSJC zQ+=Y%5t_?Pc%IeT)vCkP=_m?=i!SZnaIl++({EtB8m<)rop4V|(ROX>b|##@PDnF0 ztPHH5g?wuZQa7v>&}H=7`!WvdyqMxVA2@EuPh{iy%EQDx$-vx^mS`*gmO`6LYYPOD zB{7G*G)%x-_z*HdA?+<{5vpZZm1<5K#u8g!(a*BkK{LaVSG3w8Kr>1%_)e|wue@Tt z{fniZtCqN8S9P^#)XRN!nlPj2*QhMSM)06aL%&2ZbmPnV;l$MQb{Zg5VanUhvXsXZ zv^5``n1YU=bDj0w3TrakY$C5hrmu??w|cDPUgXr)ti8&LW{_> z;J@+#y`N|l7&Mn%7Hclo-zMrK*I4Q@r`wlEJ*(9qPht9dH`Cvu#G0f6<~SKVAqu_L z^Ay?_IOgM`@Qs68nr~8M0k%q_S|o|QG?_6miHeWX9qOYDE{TtRIPj4qs)dxuQ$s$I z$th}jZO}*a2R@QS6)`L_K|b1`2$2fqeGz*^!LRY!y)D6>9Bt(fF)GpH=p)AhN^fME z9mcE112~NLeKAz)>L4|=R!xa<+AJQ3@8dOjBZm)*vulzb$WIu%=nr_A(5J>Le~Mrq z*!M98q2Z82OIb7;QTbKwxwYwC3M%>A!`&&$oJf`z+OS%B*tIux!|D@cg~;|oWah(U zlg`50#sO43sZgqOK0x!O>Q+6uc`xn&)HU7*mLr>DbwGIJu(OO3b zbqGnFth$9Ayg%egHE4j|eOKt6v8BoO84e@Sn@6}Of5L$bjmL4B{;b^~!`!tyb?pYL zKfUzFe3)wXr%Cw6-r9rcNs8LE+8v1cz}pVpWT=dzU=qvS7H`-@vQeN|70X0fzS~1< z3sjD^1sycVc$)rHj)+}Fe`!CZ>Mis^jSn17wZCUX^ai2Lp zjZyJ=x@3GBqsw`1&A%9qpQ-+VZH$j9oa(boAHmDv+iRjqO+*DC3!?^g{$_Q4Wp$TDDtaa90Y&aqa@a=Vd&M4Rqq>GlRY*A(R2 z)E&_KJOL3&MmU$cZFJG=+@hvYzjU~HP@sV|g->Y#KjI82&=e6}Q% zzAsx>mj`iQPD;equdbIanVwzkx6Xzj$D=O{p8- zrvP|knZ;IAD@4gj^nb8^VAikq(SO9EP=tcPRMiGcYL2t$Q72aOknyy>pz866B~zq| zz)-U32Y<~8AJI-AQ`l1dVBwDHuNWo^G^Oa*zet;%p|y&YfR6X>P}mzLKQxq}pX<>Y zYEAwzh<>WBph{<~)HhsRi$gvvq!}KMI-_Jx#KDY3@J+|dc0ZmSu^WPY(DCmnSF#9U z*F84IF4|SFA%*ziGSl$*$I452OR?C6kC~R_{>TN&N!XR0kq_0=mU(1}q%gIYNC`*w zm?`d)oE$Pn0(+Wf>FefeWox>XDTwVkLT}hIgCekE=TivHWT)`+%%DX65A%cEub2CO zHt$>H{_oBE4!K`t-gnFWQuAI4qugKXXSQUU4fw@H`ze&Y36Uo3%`DU29FHL(_U0_H zH=Sv+BIeL)Z<4pO+@bG@y@?Ha1JCvYWBQ5?WcF#xvv|V#?1i_u@8GMke3P&?T~^u~ z${3u>uKoW1-&UqNs6ttp^%^I*Gv6cj=DBg0oWUkBE=zZ6+e$KsXHdep=C*7Rd(s~7 zii%;31voCiYqlOkO%YLX=dH~iVo!o~q=S#GazS5Gs$1Et$Ub8H1mARFC~*)@!e;VW zw??f;wjmAJOfQ<5D^{FaJc_cUNc{{p(P19sb8Xw+$l@;mPe^l+O(aR=5}Qaq!BC1+ zvau_)PJKirQXjE=Jn-g$hTUV|i~cu}4-e44y|LOcV9| zpzq=E@f5sk$uWq3`LeQ!t8Uxz(+P9uME>y#w!gu3l5bqR3BlvoHZvnDJBTaEyBEcq zFl(y%d&O~oE(-ZU-&gU9*$^q^FhR3I+@mf2Nc%-@;&0-hURs)t`&HytvtH*y&J>s< zFC%M5t9qTudf(!+Y>D$Mss=q3MWadawuh+Hm{E&QhsTqb4wytTf`Bet z8J%bVrj@q|T^uVf32%7tH9mi6wL|h3&2VHZd#}rj;Vfpd{Q{aTHK0GAZNs)bD8CU=Rctwef0+E+*C9RiWiIS9Ii!H zE_7-E2fqB>*fPK)v}CPEl;Z>ibYZ-h4;B$L zaG-YOewONLd(dVv!%Pmvz{#K_ZI*XQwUmp&{Q-?d-+!$@<$kR|nyu^??6H>Ub36@& z5B5w;?Aatd2H7)Ty~Li$fUec&$^4YjFaL_JDGigOcM(BFzJH@(5`~!bX`&sd)wF=D=_VZ44PR1qUwKMii z^83ro2AKBeb_npY{aY=fO~z~W;PFxq$@zeU{Y?KV0Y_h>#kpW)&I#pC_QvoQK9t4T zVUT!TmRk$n$Sa0xev*r>Q)E7*zn9a0)%+Cf0)CoDnS>jLm(HZL0bY9j0Dll+C3%Fa zDtn20v>%h}Xe$leaD~~zQr%#eEq0Ft#>cscjh!o3&~fR29?xynYIEcXCkFejvW0oG zB42YWju{=p>jXpA`;;g~>?qWf)gRh8cVO1d*r4a!^iDEvV$Gyg`|Iy7mJ zLP<8OF)n>wtqe$sntx-9wka$mn`(9obRwvcuq<~_2fFzHJZR62z8UD}3V%@3Nl)0f zoGe{z_m7O-DMl?}{cgbzdJbn(yKVmKj5+;k97j?%m1UiCxa|Ts-{%A-0BufW^7w=b zKU`8`YCf-m?IBYtigqj=J;BeeT*+ML$tMca5d9s^Iu$Yxie{bAQS5vTcfw%lI;O~~=2+{exPTDg~K^}Jsv z_wClbXz6F7kIJHusj)|8SAt~~M5oLBA@WmG6ff(6^&<0lON2QaZ&+dHm{W7JD52vo z$X#f9MyM={h}~>x&5DY{{~;>m(qTIMOH*+8XCEHBKTgX-S>%sD5pU@6^BWWU5#;<= zTsPTT)2<&0cBBSRrpo5S+Iq5Y0hH=AK&|#S+{r$`X8nlXWVlk1v;MfwcM(fou}drW zeDHkg({r?q1uKa_AyR;uQ+S?0v`5xp2!IsSzjl3x4MQX6w zkzX(G>T$G_eEwg_7Rw~RI_JAhqEA~NKA^IkVuK|ch)y@lW^uNII-=|wVY?X{fSmLq z*zc?yV=U_?09DV^?2>gwt0h}!>=|t%`}e*(I=&ni|D3CBY$()nu6J`GaQaav@c~=H z9qu$@0kU(jUUvDF;%@F4h4*07i9Oof4lU=jHuqSCwkN91eqWo-cEP0`WIMsmz@~AxiY@K7z%n<~*L=RT_sW+0_9qd-{8v*=U z1%7WAwhH`YYhLn&2|p873ZMh4arzUd10@g5Q=9g=3aOHZtf(;YUtv7df|Hq9zDCQ_PTS z#`LjXd6or#o9^(4!HF8L4kXNuh_lQ^6%3TGxl@4seQtg-`Jbg~kWcaS$KQotT(|h0 z$C67fnquUK|JcVd#q#~>JPF*zcAE>F8$4c7$R3kI+D!^k^umcPGrNtM-QY6&2cQ&_ z%HrzeYK!DJ`90Z5jpj?+R+iH{v-RVKThtij{imbt3TFT)IcRpz@oo&RknAe ztxA(1z1K*f!RrZY!JciR%A_s$74^n$l6%*JpUC|+a_?O5lH8A!`(X>#azC(pB~f%@ z{ThCxAQcCoh8Hf>zM1TB9W~b84)grn6Y{jRo)iVpcD7%_xy;@2rzI_NBR&upjdpTB zMz?vQr5GvDQUfSe!cON_!r?8mg+IKuqUM8sCYx=>W|SYBR@&3mz;G<{-KL)>Vs+C( z9&kXeIZEm>-}Mr8FR;x28ID7@<<@|PIC{60P0_L#>R=p5JfkzOnwT~4Ma(+Md&9oZ!7 z_N5`0)HF|t@+F=xQ_y2l0oO+b4x~MasNFF>?GJ2A5?P(HLJmrN>vl04YY$=zs#G`$d3;*{M}b-!4BSv1@-|~ z6pzw8?FT2ht)P}|JC;t?59n`O#pX7GYUx!Aa$Ahqu2KM=AqiOuVA(HIA5Ur)KwdM~ zO78Ko&vxw})T$TFTp7Yz)W>RUvlAc8^Nd#^ifLh9>>5VgtO4;VAMiFC(VK#4>jvGH zpiu_Q*GtgAYPm(huj2xWltg~;FRY$h6P9Yi6TRgjkJ31Nv?5Z$t|_#S)pGw;b)Vqc z@CVudb^`heIB2KDBL_c4EA7*JsJW!(=nxu9Pcv$S2DH+KF1Ao98f(zcTQqjeUUQt( zWxng=m<4F;RzfYWZ3ygu#$Is%Mn~-a{QkfhySZ~bL0g|^56kw6Qmoz#JZT7RU)v~z z6(RGzim>*#orJ7tQn4=kPm0?Wa1p|jh2$kv?c(Zy zAZ3%0R8P3`U^ugB{uE(x3v4tJKxpM(_n4my8=~QPhB29bquOb=y6DO(SHH6 zn3>%2G2^DfLTlUl0EAPUzDxUcZ}=mok*9o&f*H$RJ1aXD5)1#|pNLuxsimp|!EV|y0%H>us zgt9F_tk`aK!FLmlcUwdx*0v&|3_xemM-~Ti17jhTbY){oeqjarNPt1)zv!zZle&ba zPUo;vTT~<~dvTo=gj0C#U-%aD%{kF79S+JaYvB#AbA>l7fj7uZiQ)~r^}X72Ve;oT zu^h6*Y9WY%nVCi=V@CQC;TMtsz4M!8@rZ0vRl_|gw%pcjGW3jB4sBqt$77VYNLz!$ z$YyVn&-3V@;6Hd-5dDxFX<`y6w@4>10~89)QhXz^9Z& zt9!D>y7<0a}U_d+ z{r!V9oAwLFrJj%k?SwNUBtWzVBI~xm)EjF9mroGr|uc$fR zKSC?*HXK*dDVN@*c^hho|JT1PZJ+P6HI45wWgtW;C!yGDkW}$yzHHPRGSm<=EWXS? zK8-Ev19}S@Gv{3}Cm^g1Ed(G7{+OaTb~h=m{O$R&@kPDXyK1_mDQV4mmwd%$cj9^T z-DK^h=C%&QcURvk+`MU;(n4fB_|zvQauuuI2D>byo8nV0e06b!C7kNkd6tuG>M1~G z1}aP$Om{|It!E_(NUR{2gyu3qG?xdcKp1qoFxEy=g|Y6ED~xqF*A?3@)?Or+!Z4H2 z25T?((k%C8;lWAm1@_Hco*WB6)aWJ5Y+p`=v558(6(&2O!pwk&WPpeZ9**R)1`t## zOopk#WC@?kHdUBu0En$LLsXdU+VtK}Rbi}}2dgmILsXar)H)-w=XaJ0BdUwAsnc9x zQ!`*we-MCNq{2|FQems^Opc|(WazJXlo;6HSwmxuwdPZ;XDv^l#q(T1g6Wahf10H5gd(Gl zO;YvGI+Kdb->UnBB4b?#(dQar3c!vQI~9EjF3yIXmT?@@PTsm}jw$;5kabOiUB7P0 z&M6Gqi|tV92Nso%)x3?85&AsfE8@)YCPkq_y0E$+8qZOoO6YyM?{=Yh=#&+1==82p zEOrgje#p)z@|h!64&F~kwMmer8uHjATIYf))1lbL3#89#XF)x2g17sYe{7QBtSCG@8y z3H`}>7kT^K<@Bf1ZoC$V#S|(GOoA9T(lSC7P9tbhRHm8|N9{1z#%VxA4P^R_EF5dv zNnH68M)`>aaq>m(*(zA-U`le8dEjG!Os^6N#{VeMzs}hlghFBh%Zw^BFo8uf-0L*4 zDEv3B@^<3A#(^ynGo!?L8Jsa=Amt&p{0*e&je2|C{CMmt39#r`@c!UN2M32R9VCxl zrfs1whAJI;w|LPk7vC5-bZCk*R4GEinHJ}n6)vBoFtVZh-JvPz`p&c_t@cUYiEzLw zcX{kPG0n01^dn<9FD~usG>>CB4{_3fE^RuAG>q4jSge35MAOjf9>6PJ&i&X6Lvr$YhW1il z+sSj`Y?{ClhA8jj+hRNu{E?7zoRlJr>sMX8F-#Rk^PcCs*>?-Q`IKBLyPLAodZD#4 zQl@JwK8M$h^hLz5eqL%gu4>?D4;kmSQ|hUmi4?l#)P8lAXU0%aVYcQypbA1+$(M?z z=eM9HNnecBsxOf98lKYHfdHs5W1w#<-atLw`~s|F%inFE`TaXeJ)Y+cMgyesq*n_NMsQ5b)mt4IgBPU=(?r!VO= zC%fwdS}EEclUF1i;i*tPxxv7!t`DToY&$PZ?DozHw%Te069U{wW<;N-BDDsGJ;B@Y zyrOg!@S&6n`zTkoy*ay%Q+Y9|1-zZ@Nhe2`yS1JdD2qxmx{lj-2+$H06ZCT<*>3gS}Uc^2F_+m22o%3cAca_rgWs)8D^{rLWJO7V>VlaGY_dC2KyMexVYGN zQl>|q(`5tPqm1KY)K3X{=B1EJu))r6*M6#WW78d-1cDvbUh39In!ca^z;4^(=Id=Qa7P~e9%}mJK9*I}CnuF{5ruGD zggcd*Qq!mIr}Rk4vHRqgBX~OgIBd}kHGRwe{(0NB06!}4aE|QZ{tc;2itFG0(+S(e zuS}&nIm3thHzYifHl+^_e-I^`5tLpO=Qd2?GEeyh>FqbmaM5@A@4hj9hwN5%c$nC? z*~Wr&cbJ18Y`2k;ZeFsu0Co2mLCCBdi&ipWt#$z&$;GUj?3+>b4yXv1Ay_<`+p zJT#CT8sReAl@i-;rfUpoU z+%W?LGG{BZ1>45X0GS#jT#|>tl)G7s^tc5F#*>&8+|^Hj7>Tok#lnl6%-*7TU<+Lp z)+gUKx9n7+|Cr1vwWw#1&Yb_R8D-_#U8=~YvJUvw=?$wx^z-A z^v=v(#Q)RHFH~JUM0*@dhbY2T$9{M%_)W9P>B0w!-qzbP_fnLYXTiB}x2U*e=btmz zCxLOo->Na>@NAP!PmE^{a4m-5o4_QezKgqkAc9kGR{;*Yj>&YTz(0$(>DtQgije`{ z!7h!g$=qeo7>|D7W`Hj59Mh0$zdGC&yBXpWX00aiGPKgeG|Z*9JM!ur`FiVAz1Ty6 z4vtb3e*_6|At4rAnK&c{cwme0bS~-eUiv}r6i@+n=^aZvk1~9Z(WLCIliIKQC`KYZ zNe1yU$<}_|kO~^8{k>Ui_7tw!Jtm$@7Zg|_9I`nxyY#+09J2W2$n2ef0!g6-1YIOQ zr&%5cI3ZG*F+}kD@K za2B1>+cODpELMSZRPO;@ow;W+&lk033MD(Vpu_BA7AM1*gP#*@xWJiqyZVEDDex#t zFVU7Cqd7%qGJCY;?Iy%s%{D%?>C+t)Gp|CQ?u@?4b2DJzLR?zi;ZcsJ0yvM19g9c$ z-lE>j_Ns|Y0%hC$pXW;fOo6@gDu<^?)WbYIoY`LKlNiFevb#e1mNz!tliQuSzlg`o z9aVEFub3}OLs_1!=~7j9*D=Gjs;EgnkSTJtL_bq`J4R_cFs7g^4+8Y)x3QYq3GBNI z#BfSnv!eE~tQmDyU1x^jX4RN}HcQiOiB&1yxCY!Yc%YY)ow1{U-nHdpxaGnzk-zFt z%Dgs;^@izaKQiUE02nNO=bT!|SOR&3q9{ZlkD(#Jw0Wx9F4a8~s8{{DVT|HmJ~%lY*YeOFpotG#E0%_e#;D)=OBgVjt* z)=uV5yqVa;yN~H%Q44#G@8Lcont1q_TYIr*Ko3VhFqRU;7kwJ#g<0jndUzP=Wy}>l zd>_gZdU&Vk;Zk4R_$oSh3!jmAfI}Z0mKxs2$r+^MSWi65PNg`qK5yLHr;A43sGkk@ zjqBPQj*YW7Db+G~)}9-`NUdafPN|lnp{p|ml#Z!)?~1fVbP~}vaeUB%j}M0!t51u* zxk~g+CZf;Ni+!ki1QwTA;V015@R9)2bWRyvsgzMUakQoD@zaDy4PjsG>pGfRe%e&} z%HKi18c;4%t51kRR((kHvt|x>TzlzSus#Ju1<*L@)sr<;5zBt)RBfx~QP7 zyb1Y#&)j=AyGgM6d-^<|=Z|LZ+?l!aa^}oAXU?2CV~l>4Wq}#p7HjJ;@o75a88f=R z-ij88Fm_N2W0Rk9<*>ro!PyHh;F8yaeJt){{eEj=(grWSL6frZSb9)PVxyNH6iKWl zLlSFk+~8Y!(2>LriX_&OA&HTiv-F@Xi5&oll$^SRpQQ&KQS6|IVl7fQH8yVOwe+Bf zVo%EtqS!$Z#aguFC8>V4W)a1n*0R~iH}LUmJh9oFyaQi0Te)IjRDJm;#+?b8d+KdZ zaa=*bJ!2EAZsSh}2akTU_%+DM$5u3-9rN402_6qcR|A1B_b|Szu z_i!%YS!ASf+XlR5#Cj9OD`7X?F#->DJ zALAFV;re)YV)!v~izsf=Ul~Z(e(|!m953XXaJCR@qZ33A<5JM|Vga{*;J95z>}L{- zH)|jheY5yk%I5O8*9N=<;of81u~bs=$vrtAzreF;Qf!^CbORTz4X`G!OI)5)Z%rz3|Bya z@mx2rMMD|F8IR+{Y%?N;D=iMYEgzT~vAI&==y$b5IKtd>Dt7~qd(&(^b=*_j&cSdP zziZp7w0IaaD%(UTEU#uHzR?DP~4->c!kksJ28=eO!2FlcMn)=ji$}zZ4{dD zEg!IU;l<)jeDV%lsh2-5!pp)u$}HYI;4Q?o!{x05_Ab0gV-!6H(DoftX%uU(VCKS- z%xV7A+r)y!Y235MZ4xOZ1@^gvb-yk{4%o55&ecAfQelfLS<(Zxop||gSrI3-2#eO?cHq`v2_yw_8J+*O3 zM|rfeamnHG=!nK8hsvWBNOPRDXQ4GsW(=?$)j}3 z98YSKz!CU~{p7gM%*p!_qd!aVI}V@Yo9eiI8L#rpSRPqslz8nIujID*B)6H2+thNm z&a7=HUF*p(O%db2BbC4Y%arfKvf43=cFSMK{;5;G_V-=LQgA)CE=SQ-eLt8LG!M3> zj^gT>v&SR?KXBov&kO#OUM0%7!3o!byJg_SO>^Wwd}Cr@ zBg@}d@V@2e9PitM&^L0o{p)Pi#zh=R+$gT=b*Z8oM&hyxo8ce(_r4z6IY@}g8=~W+ zNyoHenOIxjfx-3p#4NlE9rot($vYOjDD#!NC-2%i8~?trFn?@ap?&!ET_Bkn zWcx}&P?xtn+vn29DgVXh^Q-d_d$F#6;1w5>9wLwWbgMv{WFN_?w=yOm<15CfDCPS# z$erbBje6&OhE96_hT0y|W4p?EbxO5Gh5$x_(@K|<~e8iT-KoBc`qFO^y>NL0DBD-Lf??#-UBf=`zjp!v2 zy;eg;J9ZnbHR5tR+F!l<5`K}SW$zK7QigY}49nCh=1Vbgdq2{uV(AeXW{nTlb>z`) zt11|~iHit|ttEljO@9C4p!%6x$j=F+g6b|F9g9DcVpkG;%Bd5-a{Hvt`NVPOL7iGi z;L4d!eb&u#+4BBGb??2e4{r7Dnb2_zwPk;MQLMu!u1!30vf$Z7O~+C>XVTcTIf|oT zX~}VJ(FFu($x%Ey7U`DsvMXEtgA+!3)D4^MX`jYGJ$_|0V5fDmHOdcO$TqltJ*dVI znZB^mw3e!@QTeeQ_!9L+ztSC+KiKGu@{b9`*2%pOYZJHR<7e!TOSqk{_wby^sT^-P zpM9oj)~Et^C^)p^jXsjNq(ChOP^kyICfy@RSeSZJE4m~ZP4a~#i&&l%Yvyh_CObI> z0ycei1Y8zNDzS@~<41)r(nX$nznf=RFQJ(#Lb3saXk7I%rA-S*$l^Jl?+RPqwLdD5 zNIqgG5@f8ICzkX!NGH1hl_>;BExoJj3zOM5_QcU1F}3zIQocWWi)F2py6nW^1*5U; zkp!dZ8KSMHB$TA$fo~eG#+|xwu zAp*cX6@A~D8BUY7S|M#E0@^I%w)RGwxDo$()a`A`RMl<`V+c^TI@gUTmxyk}>;z&p zF*}h!w;>kX3sit!JcBH&7QNyZz_F$Po@7G`+@uoM_g zKN36`A5im_9qv#+nsc~g`S>6=ls3IZJm(L>R#iS5#rie2WVpv@5-%s{AyJkdt>%!Q zEp@J8;RN56fwoaTPa0Rw5nTC37dH4q$jOn|VD$X^?u8pRt%(ldtHu`1JWHO2d0u0G z6&oJ*KDE+6(qmLYam?0bM@#;R9h>C3CUy9Z!yR?1Wwa1*W%YKm zyKMU`Vl@jbA>gtah&j|O#1MwjW;?{p=U}?u!E|iSHKvQUUSqn8i@-6SZ{xXxiQ2eY zEx1lFG1kVNY@1jFeDX_K1Xwjbi1hgUXz%taSr&MlRiWjlJ^X9h5It>mvj{V}&kLtr zy_=$2&LE|s5Q?TQsF7x~U^4?@m&JQUI_PcgR3WmhUL_xt$_K9yQUUh^2Wi1q)X(s? zj;G~E#4bN#jpn8PM6F+4k9~>Ni>PV7*g=sx4m{@&heHHhF(*9*Y>Y`9Z8#W4BO+KXFM=Jw2Xr9aV8;X<`heYw|jdfIGyu zRKWG--_Tu}sB|&Jl_o0Hb-+cWiR>h#iAvQUBoJvLE6J56D%D-I)R88-dIh( z>Iq~(M~ZloV9zYZnRs80#W+$#HjCMNZFeT{MN4<5wPs+B6j74JVt%MgcV<8)d_%}< zm-HwlOIUYK9EPrGGZV=x6i{DX>j{hZj}S>53E~y5FY$l z!o#_pZW&zom=tAcDL{oiw}K$bR9{Ge*|m(nWZ%OaId~|EAKr z2oHAYSLxEzl+zA;A^G8cFMvmWIQw?whs&={%MXh94EaG`ZTUgylq)}+LH;i#KV0^W z{}=h;RQs#XmmmIkv&awrHFW1+$q!p0V@Hx=I^~B?@LsH@@uM;D3IZZORJ##l2>dJg z;r)Fq1+NSv-K>PqYDpq!4OF>q8NH;?Zi2+SocYwu>^%Z5m-(L&B#N&RtV|0Mzd_ac zWdwPx(E_$-4C)6SmoYFI(HDRTeGmPP(gWw#1NXJA$QaZ0Y007du$ScD{-JMl2+B zyZ)pFBoT$QY|tAaZu|!bM^z#)4UKhpqkXOMD1MUu4?8*>bMQ3lkte`M%$=+ikO>e3?PJpB+^}Eu2KSLy9=`drjxVfB zn#iJGlkF)4(BO>X;pmbo3AR`Hp$v~J;mY6$JSIXyn(YUO61rJ*X5}6&_-w~Z^HH#9Ybjz}p z@&wB94xVroUuWT%(%7Z{v}@@i^!wC%9NgDxMl*^(sE02@{WL)u zB52_v#bt@{ezlK&r)s+OoH8pf1d+>1Y&* zOfJyvhbd8`5?Z^u?s$a#BAVH-ijW#K+?mv?D~=`ML`j%VNcBo51SLUM9t{y$9(*v& z`NADx&5z`COOaI_z~;Q#XAQCzYZE1X<|mLC6-3C%!scmZU~>#M(;b_!^HJsSJ*Hhg zr6DKczM@i}AM%COTUY;U1i#W%mM#DTGuHMpZz`vem42^965(T zY+XUO)lAm>&qnTv9Cl5N_o*|l`eI0NDi_lp0V&r1^N2_>PB5`&q}T#c?pTzs?s!V3 zQ=!=OgAk~d3thExfumNgA&2hfB?N%fP#z8`DAyl{voH%P76z?G(m|Jsx!B<7H!8q~ zIzfg)erjbPr)snaYm^wuFV<0#B-o+fiue`F#x9uh)pNj<%Vr%3Qw%sA#bD0NuU#aC zm^*bf;(`S0NSz|ZBg^ueA6CgZUjmDUaGY0T(b)umO(72li%uf=FRv9wJ+cZCX!5U`G^EG`CX~4v*^>4Y>dEAj=+smGeHt?%fKXvSUhA}s5AbKN% z>;gBela-v{(9LX?I@uYL+n_emD4o|fAYw=GI+cgyLJ?5)89c+FMaS@6cj+~_ewK@D0-UA;Dlf*NfN*Ch~h1 zzZyH7Ykd2M;9WtI6+uK{ZrEx#;&w97YGk(7lpOcP%gZRi2 z$(vicUFTgJTjSH&qu)y{!Wu3N<&kxd&@w{pInw&}k(%Y2BmL$W@nR4(#|UIDJN|D=8g{+H_ zqgci3TFKxe&bFZzYiKN+$s2ATA(ogP^G3fpB4~2UvdnG1)vgceN=TY&PRM`Mi0XQ=JEgx2|2MH+97Xb* zFCeY%wC4M#bd;!)6Ep@}zVPte=qO+jO(XkdUm7;m~Bm;iW=3G z+~|{xssKtoASYq_X;9>vm-tdu8dC7S0~4pH^~Yz_bF>U;)Alw`ZuHpHAQ=?-s%g8K zV~+9B&s(TT&+;V%virH?zq0!#RNIz61?z`meFh*C!*hW&cpEu(`LWy!8{cx%K-_Yf zpClV;=)*asA7Bo#MFu_jDSPh40<@_QGh`n2xol@gne4_kNk>a)M`!0rWk*dF^N&+(Gy?Tb>qTXzIf zN0)Bl(q}TY?l`88T(({7S; zQ$4OEfN+pzisi2l+FHCVQIp%6%!#eZ6{+ze{KOhhZcIe{Uh@<0cH<5&g~>GR%QGUz z{eE@EBhFMjoq(MDJ^=Lt?(S{D`m95}sYM>}xFD66X^&EGmQ5SQ2+757g^fFN#Rb$r zTtG$7HJxV(i{0pK@(&aOK;VvB>31prFs{6d0j80VMd71wC<{Nct!EaoO zk)Ny*jsOl=0Zf@AUpJn}OWY`!P-#4Iz$^mm38dol(M3m+It4JiM zsdj93*nd&#lGgWnC4UZ(dird_5kDIxpFua}T#25V1aYp|s~?36iXNk@tN_}wp0PZLRso(F5 z8G~T;^EOuRuQy*yDsH#zxrFyg`64B(BOka?2v*{(4KA0DDLCxR8(W85cg2jgt5-o4 z_33~0lgET)*ktm)MGnimWMa67Ggo{k{%+^8 zvt4##@juOEYjTh`xp_b9yG7HDC(BOc-m=(X&DPgTAab+uWaPx0uCcQv7CTKhZ>!Eb zR$_Z0H|P@9#Mb(~x{&Bysjn5kl`+3$a(x1J8c+6zSe0(CkBP*vHr9UFyG_E;zjA0{ zJtJC!i{)k8$w`O9bt=+V)JtN*KSaYUZ0=+aNHme+@Qz(O^_^GA!ETt*Bz{53Xp0bX z{7}3eiG7Qk^);5da|%Q!v6Ya}l-u~k^odf_hgc+3%NC(_V)<2|9vqft%ZVCc=3=wb zUg^z`)R&&iGdS;tP?TpN5~^Ro)Bnvy*UHm3J9N#wcAt0Dyy#pS#2^QKVcJ0#XtEG} zw=8zyZFNZZaMWUhr8#@Wc14uxO~;>4iD93@53Y0Ak}ebQeXC0`%|8gUWS%t7td zzKXU=Pg}Jg|E%KI$MZA<%7a^yoaX9&#*@Bqy;%*COh^25<^s+YHoXQBBzci@H8 z%lF$P^cG+FUh@{tVC@$$>?_`F-0=}1tDkpI-2}QA!dN3%r&e7j*@N`o=Z)4IPcT9t zTOafx2Ktbu|Bz20aVQxY%MDvZ9-gz{E>u4GOrwA`+Sd{F*o(T+KE0?LX^j&#iC)*8 zs^&w{9o^TB1XE#|e^dg(HB~~0QxnxV;=v_H8FmS8>U@4C%NSfBY1CDI*oY4#d-5E9 zwn%^_KJg&*M%yt>w3M|FO?`-<|jFSuIE94LWGQXRJpGtjXfz(GjO&2X0?{ zbaQ@KH!S&WV28UbCegxUv?58bJsw+A`stH{Qj>5=$T4}3XYrucWI+2Lc&t(5QR7ad zal?-0Kv=s~NfoyykI^m!NETdc+_0N8b2DEx?!2gRLnGeJyxJSL>-NZ=Y4vB`6UGp%pSlOpO9b{*Kv@LA5}z}K&Ah6`{Ad~QW=V|tANHC{ zeCCyYR~&SaTjW32|D4FT|9^w$T{r!k;92!x8lJ-lX25eOuj+JuG(69c#LtCiY?oZ8 zBa50)OJzr;2Rd0HItclz@rz9u^V88#pcp|b0h>Ve;j2@7MhKM;*?8^_QD%A5zg&6u z^;8~>^J$$j=;K#+_R?G}qe`7Fm%!Bdb&k1Ra%g>@EE~mu_ob%oH%*V6qIzSiptTP^ z0<2b#>!hYH{#oX~y;OzwIBOo}l1DFY)QT5fzUpwNDiK9`+1li_s~`F!rVT~E?xZ13 z{g-3INaa^r=Tm(%+F@ON6M^jN$Nh`ykNyJH|N2**)xWs9kwIt~K>Ia#W=zqXxf6g{ z^9dy~__cZ0-yUVCG^gwYp~M}#H+y^IFWfXEg+gO2^N_P1wpx>>v8*0#pJ;Az-ZBD2Vl zkX0^_r@~t=lmQH<2k@y)GQN4F*->5Ud-uOvU!ZG!L60MA_gG(;)c;oh?!BN(|LVHd zC+DL>Fwxm|Ra$XFm3}~=LF#yj)&jo^&pK79%Pm~{)J;-ezcjq`{0uUvVdUPB_+QRz z5Rj(*FEj0jhtZD782F@)w#slH?T7_=I?zz*Lm~6tLOrV(WFN93dn=J|KIVl%UTyip z;#6i}&rW4zovqESPvNUR+O3RFJ6ZNNbayM`rgV2JgLH{h=IHu+>W>WBm+H?6|F`=i zDDkEGQ@!B-%=m!3e)}|oAY%G7L+5_g->vW7@-FrLqicQB0Ks%b`dQEb z-%+}IKAHSN11jzJfV?Ma#50a4q6;fFaK2k~g*EaTc3z7THA0hzIIks%nj&7yHtpq% z2REK4YKHJSTzhfnV0)sbgx5-WO;pImh&9%j0_#$-g&kXRNFNKSgH%felbrXUCgl0j zm^!s~sB~<4dY~MENsp&6)nLbbzq)W#_GqT{o#ty~9L_P4nZDw+Myvp4pho?-Kdg~CaDkiA6SbtK% zu(^0a7-TN?Ef8=7P<$tkVO(G@0d?n(0Y#w<*>XZMWTH+t?IA1dI%I|F$}=*Ctk4-U zhM}OoUMo!UuVuV=4=!fBcm}SETpQxaa4psfl_Lz7C_<1vXdfXIBiiU!#}%sgf8-9= z-wDZZMP`sO><$%sqMj6hw#UdHe+bwy<%T!NnG^x)RGbzt0>lkv8V(&oG#7ne!xy4HZn{EB z!DC42r$RbxXls^EW>uINwm{ zHE;FeO2;dTh9aKgRLmb4kGIJM7xy3)TZ5c^>_)UsdL0lWz+UZq9?o9vjRe&!ezcT% z4FTy?9db(1RP_TOPKP3=CLfa??KEFi$6*{|evG&QnrY2l@-mbk=uc441Q1lFH;A01 z`fJk)pC#HD+5SP36*~lEj<+=>g-xG2M|P+A%$xkyaCS@+GkvXp_oeqYW5dK0`ufk* z+8;P-mo@^iwZT~1?x;A(VgE3mN3+z=iPx=vfI#xFRDTztIfG@SEJA|*XG#a`;Tk^J z9+3(j((IuSt-)&g>Fx}G0uN>eRNzEp=$yd~EBlV7oalalI-5X*;hrb z;#qL*!i6%g^XD&^cMZ?rf`t)z7X_-2Wq%~}4I$SkP`@b()N5=7Y9}o&)02A$9VNts zm(yD|oYaAP+^&8~$Oei@D+PcyP<&zs(OYd!XWU4LDPP|e9{nA71cW@d_oCYv9QYVw zk6Gnkx=v=Xp7B%FPbh&tita%e00dAnbM=mZe}pf!MG!z;)Fxy>z@*CDpq|;1R}Fqg zh=im9(14EWucKUDggm>;!@&j-VZNyRxb0}<``!)q`23%g?}H5@B7Ld;ocE3YOa0*j zS(#uQ!}M6C*Y7KfwGHV!A0J!t3Iqi;4Ti7VM7Iwy$B6Y!E;3gYcRTcR6ankXch%W$ z#5n|FOLplqGfEY>(E}x4)jzU~Qu{HEDV}>d>DpQ@ks0z zjtlo!-{N!4C~hTC&fe%J(brRVn=hzYyw3>=C7n))gY6hU)>FAzYI4EUx1__^YsmE+ zvd1K{yjGI%)Sh@X=wSqT*2TU=#qM$isEdTS8u1hmh&^ZT*6P25-o!MFLU@Q*MabMc0cY znBG+#qKUM$4^S2W36J_O*T|Spd^pi%u85UzUhIGuD`9Q(d+D>Hw#jH2NJPU|p!* zci%sdcdS(}zL;lEW~`x?0YjBod}8bQ4%>3plHlhz>#yg2k!BsHVs(w%jCyItlAyZO zjhL(>{)MlA$QP>VZi-U-?{on083Aiap;B%{ioo)!Fq)|VM#2|$EGkm(N}j4AnuPvI z@W8bc#;|vY>Q9taRpQ!@W7Av0C}4c~90@wqb^V*6&lM*trQ5CBf{Cg!nQ6#2U#Qtm4`Xv9@v^cK^S&Z*8V_|8UPg%_o+3>Q zUqx=-OE5G0-J^%3olKYtZ}eCmmBK^hnjIGWSbrHbFC`JaQKegUdkc7tZ;6&uE=Gd5 zn+mAw(dLYA zqufp1hb1$WxtqGHcxSWs4(OJLja^|CO!RIWyVGT37s*UB&td8w7EKTyEqY5hHQeQw zl+B6J$V_uv@p|Kq8=&qutCmgtrWqht>Z|GsvXd#`o`2v~Rr8~_e8)&4t&sd@k-u%U zCpXnklQY>{$Ct)Bo0uu_9&am4f`o(%9xI&Wh{}?8Pjp4{f4{OsR?sW~zyYy0mbC{9 zOC1+db1hdIZy=;s-?PbBoXSsins+E|7*XN+LV$-BjLg zG)*REX@?j6r*X&4OdRzLOQks{3qyU1kl>XG(a`|lG8?Azq?4(Z=QJMT7wKeW7PzQ2 zEm3navt%0hT_;+%LcNG92+h4plsEaI$h>(;rw#fp60VrUCv~bnZR&g<+WNk@B$sVD zxiBpt7vcN{h%pZ2lbziXTz_shs`i+Bz3s*w50f_Rwg8`mjAg% zQnX_lkU*|rL3DmZL-3k;0?FXDq3ag%41^Y5cQa4_RkLk-qw7Nr*Rou`dhWbyXzDaQ z8|&zCcl}sAJd5Tq`D~O^>z29mbPXYU)f}fEprmB9r>mV;&)B=u`BxH>?oA5z-7JLU} zZSc^VIiAGhx>-|H84GX5j$3PwYP_S8`}^jdw9Q8{yf`fkf!hcq;;0<^*frdo zZ0nB9DgHj|MW_ENhHnQ{-lMvZ$#Mkb0d3m}_xel+T0Br>tl{r;O+M>XuC7w(2gJ8d zYE-*7X@!y9rVOT`UegH~^3qT!ejR*mqu2&+;9HtEHgz2HLA?-jWRI5!AbS*2MbLa> zDr-T;%$6Ows`NIIq{JuEajqloa~X+x)QG)xjMCxN(pq^dK^UpDSIk7jvaDt_5$x|Ea*2}!h~A|Vac%RTk+ z9gMRkz#kG4Bs2sGZ3(G|y@_Y@T&39V>ZUQry9{+wzOLUexMPwP>#!{jcG}}D-Bkp+ zW1n)WADJ#bB8O&F3)@120kIGPlbnt6*Lzw#kSnCjrT;g$e96``GG`r>U`F^*_`iahx47} zaK6*hoNr5dzXRUK&Fb^;oqc#6TrCMldsX<~`>?tctnNc1x!rxy$0Yn&_}?c){?pDW znRM>|-JBo7|K`REI+@>4=Dh}m1}3l!2`tswEad@+=7FUfpoayTUulk0=mb|9PfRib zBTAmt9B<3l;&;nHmA?>uj{%B@B^!X|F1c|293SHp35Ta}y>PdvKv+KhmXV>pE6A^pBq2_#FO9h~y@p(8e)h=Z3f8fxN`NMX2c%LToOQ*Yk-n zZv+?GUz~3g<%f+Tw%d%n%kqspZn-ZW8=hZp++N8IpcCY384)}$W|Jj2VF(v0w{kQF zI>x;~{GxU+n*Jtrb1AW=hY^0c@|$07kKvcgei(vT%rvSvTo9-Gp#rPy6yzJOa z@j+4gmbXUW+)R8=s+Y~d6W4xrCFe8h0CGz)@eQ{UN*SwHrX!vqq^hB{G3}=JMR`@X zyQ8c3Z^U_K>~_&Suc8QRreBm8$Zz(U(Eh6YR!1{GoPaemUlq9#XA+3rUMMP@nFT7( zjn0>R)!B!H`&qSNYif~N0e)E3B^`^0IHrsx>XZhd3Jn&)?#x%Qg~V*S3X+V;}f5 zLF-)gD;`<{{96LD3E<$8JY0SOMv0OddfD5WhMp@jFE$LH0(UY2kXL325RD=NMiICI zDji#I1g`*tF5xfNnpoms%_#H%!Apc?BIxjo0B3TZU9`t+=0@mJV0q0@yaNx4Z@>}4 z)IeLsP;X+YFLk0@OKO@~?MvkmhsU-!H@pj`6`DEBPC-jsBBXGL3N|0Xiu`7y6L2S%L4)X`a1$lHbg$T zoVP(kwSr%+r{dQ>wmmj1(~x_Hb&S9tqK8LUm=GNK)~ge>V>ueUBK$D5ESou2E;siy zM$X~l+cku6I8gqHxyKm)Lh(z*FPMvikUq(2*~zF+2iRXk`&;+wl-2V6vVPP6@;8eo z_)%B@*k;Nz|uSjWU@2;3dkpPeK-mRDoI`I%|qSPO|B|fAR8#yPOy3aa+mykVt zK)KuS9jH6v@LdXBUR_e?67T7R)Q|VMw0e`c+89L#8uD?qk@}maa^f$~x=@x)nnEwp zJAB_?kbG5zS#V>cw$PdqQtv+~dkjS#i^9%< zlOl&gFA6&px`?ke{XLTa6uN+i8c6vL()373fRScUG1)Ak$!!|;pX2Y;50lr8VMFS24oOY-<0m1CuC(y z#Bg#*mFA$-X_jFZ^?(!=a*H~(vnZXB1(Zmw+@ZkU0hA;sa^i4rbTMiA=BzBzadf)D zLSLBO1%VvM4kp+3;Zr78q53qelM2NxP&3)&a&n=car7W-cv5n&=FhQS? zYCnB8*R_E0MSetLQ2pF4Gbm-Qq6{hX8J<$6P((h<&zvAe(@dbmr}?Uya+4Ey>sqhT zB#_i~zr!?2p4VfZ!ET<~Uy|q89`hW6H0W}+bJ!*M5pUhw^Rk^MUoDopT6@g%TQ|=; z(&nG^m}i-rXP(scE#A5krC$H&nJB3bK5-Mekg-?XgbdkC%V&B4!QCgQWpMkwym}J5 zpZy(u)Hi*}2SGt=X63M%HSFrKzOAm|t$eK!A0YF1RKTpR6yc^x)b^nCN#nqHrZq3u z``SkZBxF@rn9~C0%nHrEnO2UR6uCCGkE4rg$r9VwVKhA|d28!R*DR~9lO@LmRLvyl z^eWhsf2n&{AI|bGWi)*xE!nBw`3(4~3{Z_lK7wZ7CMp$1}@DJ|s#PjVhF>U;B9i*avFo%#<#_9@SRgXc1Durm3)&LCuE>JQ7dFXrmZYE1Lgpc zJ5pb<`q*^fCznup0aa={%Yg(WJ)N7QZ9+Ii7h;otqe<@fuzZ}}7diIsR+;Q{7@H9h zX~B4(>N8kRcJZ4v1TH@oEe37&8W-Xay=b51MT>c9u&w?5) zr)1|jOXq3(xm(UTsZ+Yu)ko*Kl*ww>1-jB!*7hN-*`vn=$(NDDx_Zspw3{#Vva8c; z)@<>b^`x5+8=4ax)^)P|&`s@{(C8+BZtc`;)*{hQ9%%_P84_d%;mXkp7K^six(w6&jGsXdXW2z0bS5VT6v$$X?G zfx!f>ly#Wx|E}@EoCUSk5+5_T>zOs@yjoDbeS;&k{EYxo#1OTbs5K0nhFZFEtk$ zcgpQQtW8#tBzMd1HXi9~G`%LmM_flH(6TWvW-YG>fZHc!?SH6Y|Eay5*@=v%1aq_nzQmLY>6A*!2m&S4Coj2NHo>A5N%s7b6h}odA`4`Lb~iR?p#44D=Tej9}j;<6^XmUvMprY zxsn&!FdgNW2>Z?*11of@(KMA0@erx;4tLn(Z6qi_EsGdOY=fJ-`s3?Zd$K@YmG|L;kfzHi#993Th?nsfe zHy#!dhyd%H?%gE0Q76;!H97!rZlXtVx4)I)`TEuAF9??WPcj~%0u5i$d+3@Qb&0%I z@M@Qf?ST$Up&0q-@GQc52~13=qqeTgC>8b4Y+Yn#n?)Ir(PkO4xLz6S8bXcFXrOsy z{*#m*FMEnbPNzG9ifPyj+>Zh75~1m@1ZmAG zY0al|q^Z(kk;Un7uZ+|2i3d|Cp4a{E)y!pnG zoDqocitxJ>OyhR&5E^cs2o*yK44foNleQdamdy9jAU;aK*1ReU~&OU!m{WD;E(qLh3p8ts$D4*78+y$3Y5) zWz`1MoYU}u_&q;PoNM(Z5bp=H6X)rTw^uM;kAjb-8l1c8*(U>iQxz2uy#&3uGjSZinU$e+PNMyt}g8Iof`7yWI>l2$4W8K`B zcCFBqLQOwf;~%JJ#P9VJmM@pAH$J|+r)3IHuVlkoq+3Z&ADxf*L>C*SwP&#AU|XL z{G4cxD4>TzPJrSF;`1(+_!TZ48DNeWVy-8;Ms%Zfq8qI!;-`jOdIKa_5t5K-2`eZ& zuS#c;f~sT_#FP9D!`^iSuIoc{X{Y*2zfSN^CsKodJ^=xL6Hn$>Q8w()vcD}-tv_ML z4&qHX`Nb4e{Jb#mYxF39nKFYjKaJW`^T55DXR~iAG>TTtQd5WMsWpqKb(Ku5y8s7J z>B_HHgc~)Sz}TDU+H{n@8Qc|ySwSq@5%e8hxbb8>{2e?0-C^0aCfZewH)J6E-Hv=i zsW*R12K{~mwO&uDAhX=}O((yol=_9TuipamJ?*wwt+ zTuZ}aj((N7qO+|cz^Fo1xeBd|fF(>mpQ$Nys9A{KxF6$EngDna&2KyaH+YCSX;0_m zsSrtOh=-pidwOqfMff+oQk87ak@&3hCKwtI3o(*3!P0p6QRhuCH6H%C{ib*9s(i_H zEH=<*O&8|Yj9yEv>gST!6RBD4oaK_(zYwz5?8lJMo(n}_y>1KI3;k`VHFkI88h1WH z)A69tUac*W&6y##Pzq%k-L#4n>^2MJzMq?O9Dn`Q-1md3bVSB|Kcgjgd=tgPp9ObA zS=T)LOmEW48H!M*SwHUu_APiu)7^aQUIBDox{%C^fG)QS(JPMhO+aDyCLk$m0=EHO z?hKtwvedDi=aJN~pMMel_`m@8BS=7NprDw3sryfqs{uZkN!NtQjgqC+G4(4|>b@^h z-ek%X=6dwWFxR2pG;>Wriy!eadeg1yGMmHxCsm4M_8?DSK3!nmi!Z=OUz@=E_CQ;8 z2Fx$eFc(jZ-Qaz;cBaz}-Y%@g;K_yc+4|#5IDdSUKI?D*1!ABux$|Qf0$euk*oJ|v`4&-=- z+Vre?+zzY=KV%1N5uGHPGcAvVrEG-+Zf0bPZb2?d3^QHsr&I@yuXTz5AT8Y40p zc_*E~W)^y&%3Jl9#kaIe9hW50H?_wT$?;rHniI z0Ukm{vr?N*7Q}QGGjg3^kD2z<4mVTLkutrKktsx`bUo5Aq0C2v!(r9(JxH>&{8J{* z#zTjWIB~u%tDzgaO_~GHx7fNPOq%G3BTtxC`@h79Og&x(;JzzlyxCNS zo;+e-G;m2kOx5kX0KRj7wkFsS54PWp#p|bh6-j?JJ^-PXuQ=>9J>x5Vdx9-gJiu2P z+nX660)o9vRK2xa85UVL9&Xf0ptlIUE~=le!-DXYVZ>bGXKCaYp|&!Nq)Uu^o)(pf z&$K%c(OBD^Op?s5;fZ|h7@nBDGWJiiM5(CkpBAa}zwhjyW+!gYiGN_Q_5NvgqU@g* zsfr)U{;4B&+Wa^9=0DM+ZrX^?r7P*KI%}q=IRyvQcT5T5p`l7FTJt34Q& zwoD_`FpW^MRpM3>Qb$i0Agyj7Y`!r?{ghYeI59U#>PJ`T)XrNUiloFCUki{_NwXx& ze;Hsc0IaENGFnlpeQOXhxR7uc!ZE@IC*_4U>B>5qL&L^B~AO-h+-f<)?}QiQNl z>Wui6wC=vwoyKNv8D;2uchJt|UeU*FCnRd!>mZCM;Iu=$3>GliHzLZRwXUn~aivn#`-FWsIas!x(EE(yR!}JXjwzE_CNiKloRE(Q*d{ru6@>-nF7}(Y zd(r7#?0pfeHIZXI36YbHD$#mWYICXzey3w-K0?g?HbK+G2rzGimYL%@^u6Ag|Lk~v zp8wlOalJiXhvgG`TC#ofV^UMI+QKPQ7 z3nJG)y+5Ib{S{44dQfhJUg-h3AH3;#K#bs*9FOA}590|LkcB9EqJulfAo+U%a901~ z+as4T97(}5r{P8uR6{nOYt)th!4i4At+|js8BO?*w3FVUU&*g!CVj-y45p=(aP?dW>bTWl+cK z!A^|9Y58o5Hm`Z^6O4{8u@Jv2*{Q>(hRGl&(-D4 z<`+Gp@@{7&7BXmURTbXYlA)dm7bAtO@kQ2@A*CJdRa!INUL_m`w74ijx!@BFCT$_Bk&9`y;paO%0M5 zw%1Qci^?Jms@46=xuHlt<2<9 zp)5{yxBcM}gk?At!t(J+Sy}+$(@|{HsT=FGyd34$GL#nrFRPzzn?dI%KIYZ<47h0t zcXnNtArx2tpi`925Q>{_bqLu=Ub{H3R0?+8P{TM{=3N^CU*?b;Nz?Ff!ZpnYJ$&p#o*XvyZ z*UA#0d>sf-udbet9HqX=5uq$e=oRG4)M{Hgo1hajg&)GM{KI`aCE3EyQs$TlKW6|L zNBF5d8sX>W-D%;c9AKfl2-w2USTcf9oR>dZO(xUl3qO;|4P1g*!q1X_y6D6ec;G5m z*;Mdwg`dHElZjHnER-5ye+-O+ox)FkrtouqFS_!rG?`tdg`dTB=57ewT_WQ+MD7^! z;f_DvmuF&`7JgWkF)52yS~DxOouLswN2a5g-GFk1M*QzESXTGE_^cY&-jI#0sWsqC zInjQrb}UQ1@bW8y<(r$QhmD0rK+BM`FX3pBSvyvY4$YaBso^ltG=Gwav(xzyZFnDO z)mGZ(F`(>s!KA%%%s}7>y z?CfD3!h@)DESw)}x}NiSeLPL~@peRmOM>OEEnI~0_9AF*$h=ASEOnhdKWA1ZZ-RBZ z{8v5#4f54OWFK>zHs+g8BmE+WH!~z+F1L!O-T*~{$kk$koIB>T0#&#KqJ6P0u#sGt zjKlL}ux3^YD3SpY6L?R9?2^*~S=%KJ$Tkp2y(&4~@?~?CV@xn|UH+|&l%M3yO}FcR z%}w7W^>65w{-m3J>m8)CB}a#K`>0C1REnLx$K2hOyNb~&h}U!vz(}qTCfA9r)kCbs z`5IMgU7=u(ojrav&qQ@lxJyc#dvxND+CIkV>R$;|Su+DxuGl)8)dAf10OO1JR-b}t zs*?I@eC-u1Y2Z&4Og7=?-pJF*N=d2~orte{qu-@3<-4Q5NN$%Iku4IeCrYD^c)gbi z-IT9u3A9%P?OFm(Eo^U*#U^79juSGLX2TZ&utLcOJEo6#s~4{XFw&kl@)_`py*}X= zBj|9lnnK;rdHSVOJayl!CHdLR7#@8jcAO8Q29eE$9fvhLo=(Zx?Dz^|Y<5h0;Ys;0 zWAmWgz!L@qv7(OzQeVe3NWxnpXJ#_xNPcQy`du;rE6u3$)%#$OOI8na=Sojx)s!zX zxpX#JJsoNsTPMTU16j@H(%B^S!;kcbM<%J7OUtqes4vYGsJ~F7x%BNla_Je5dG+$3 z6F&v4o%}jzE3v-6vIkZgR6CY_5q>=f|4Q&{p@BffVc0=O!KN9uQ%h;jwcKpilBe#g z)<<^r2{Z{Gfk&r8|MGm)=^Gp_zFMD;T0cfwnC9r;f+BV2=+9@UFEY8fr9Vz{aj};Z zAw>K%A<7h_|4OFV-kHqZ+HTJMfb8%m$?ESY>6lOeT4Ww?dU16P>X#Naoo#>fA3z9W z>wKMAkQX>lhqMqfUvf!em0#1$S7kz=A}MC$KuzM_pylJW0l_-rkrI5il<;$k2AzE( zC7eyBp3qrP+1}O|2MdA@`?I8kX&<=g+{10*Mw3|bW=aYEEGc22{V^!*@01b(nNosW zPA#;jM_M3e=Ryhe&00oWuj;V8ZTgT(-EK{L?_YK6)SkMvbl2y0OP2me?pCG!@sYdr zus7LZ&(qgC4lz$p9SwDqcIZ|^PYW23pZ@*GE!Qi6CEW(&h1BP?Iy(NyE&h)E;gMUM zIvJueL^pO(C0D_DQzM8Ns3Wc=0&-T+d512zZxfHpSM)$U3e^3#agWs+A%Q|#d$D`h zKXtmZT7oo32Qo9V?C~A)dp+OT#~{-acKxY(!gi_`*CA!Ak6}l26jd@y zhswd4c7_27rveN0;ZrA0MwJ|>Q$CO`#@#&P#p#M}UYvd?pD+zvFHR=!_#e25B6{-P zG#+nq`YcVUdUK?+%6N-Fs&pl#*#4UKiNB_~jKB8}1D%-3H z4TJFS_tzu`!h}jPz`Ct+cm#bTaRus`5wuf#BzTID_DCSEWV$%Ez9*gQJA{y*F3R-$ z(#>B}PmZmVZy^NYkf7f@A^uocp8~)o;2bwr$J{9n32c1v1LP1xC1QLLtSoFr1Gp;V z>Zd;C+}`=^-!cB>hZh=LK$#frD?hmKlH}Q5hKBnnM{~s4Dbn0I$1`DK9hWw#Go3;B zg&@*!Ibat?--D~R(Z2T4S_CWowEUoPM^e&dh>OgF#h-Y0m#2(Te~Dq-&|gjvyh`eF zPjgPnm{@nIxl#R&m8+SI;mZJsdH?F1fVs@a4Nld2&G`XyJ?ur>u+t`RgwH*oyN`1O z6EBr!-EBj&lJ9-yp7aTtR9k6>y0n5BvF`>WUMnIz4Zc9}Ij1h;a+g%vKw8Sg^I__{ zYOwu5q_@r(?dukp>L($qS_&BCENFgvZ{6Bj{P+5j2WTz{F6#bO`^w1coqU^kb?8FS z_Y^sov7eAkvt2}+_B1<%pvb&DI6*@1PEi{-W=ykFWbu{j3(q;FA%qg4PW@$^5Fr^& z(RTYp*mmX#QKF$|#tyQOD#+qpSTm8#VXE)|J>;Br3}1uXiTUPCas+6KM1Dp8TEZ^FSrQ zy^fKr6#Bc7l9^XyxqlaKAd1WN#E7evt$^M8Lh;MdS^BO~V^D=mg?y{KcbBtV3L8{6 zqcqTm2yP?5IfFSo90GbhL8(5=NbV^iJl zUFRUpLk{-1RQKNIY^2H1hv6JDV9m%EAE>nfR=?iY%Uc&6F9Hx`e4QW>^8^nWH;`7o zZPC{_yUuB*iK@IzhLqzU0l5jeHjpb0G@{(Uw}b^L)621SywaDNsqJ}s)3cdr@(6zx zsx6l|m8eR)-zQO%4@XMe;Pw@;ff6)*81EP7N++tKVZgA;uZ=nI*GHp7CR-LJ4_3R^XJE4Un%Bf_aD#_E;yUHIxEpbk z2KJ)jj}}aJ4$nmfO2HPEdCyIqT&FH)DNQk~ z(E>Oj6Jlk0@evSnd}6NFV|vSQjoC?X^5J?1$=jh2@H8d9&#$o4(_+SNo3apI{PPZ{ zk~)eX3$3bY2?H(qRsnHwZjm#00Ly|lpp*;tvo`~PoUItb`P^3e%dHyn=<4D!ax5td z(HxJGLA+upa5RKNO(i67yuNb~jjn@es59F$2GNi~wDc_}{q-#;fd%u#|KEa;?f>tp zNJRYq)z4cXXIaur%VAJN5n^1!fOV*Dc8Pl7Ja=5%32D(+8!VD}s7roI$lF`pm(KYU zLelbI(cDbIPwo)NWL`brXd?7k-?!LX;F1%a0W%79Ke<-soLnnZMO3Ff8lOoZWuvB` zYOmBODnOKTitT8EQk2?vu9N>D0pSG0Im?EGxyHcjAHU?eiCz`O=aQKVnFR0-(nEAhMe*R zIRu?t^IK3y_S?pWrxWQK;j;ZUN#|LmGm|=2rwY7v=1P7ig@-4F?q%;UoBve(q}SlT z`Jw7B?S@vuHaWN*eOrjND*h7-o7Y62EGj$XPjN-8+hvu7|KPN*(`Y;%mTdv**M{S+ zF`sQb9uLQzG{OH$?a{|>VMM>r<+JqnE5a-6%&u3GtiEe^Ku*V9KP1v??U@7!I9*1; zCa1YpQIeYVNAzEa;eWG>)sQ5=KvDyc^1*k$g?$oFX_PPM1L$4rqLe_5@6>3)jW4g><_o5g{^>o^d29oI7`-<`y0@70oLnV+wj7tJRD#0oUZ zZM_6;_N=p8q3h2w2%`PCK^g0I82Zj489x?Rz zdLs>Dpz{Y(b&bqedRAmNfc-g&%d|ohn&nubK_uKtWelB4k-vs|qw&<)^}<{Ao6)oY zIV*Ki(;A7hwXuHn<}--xlG$itUr_c4hO70&X%`2pO9r4kJB~&*)DTi<|Cgf@SUpP; ziX~x%BpjbkSS1NXlCWM94n6LC;WBAiUzpr{$+bn+XowKfGq*F|CYt+i19e+-|2;w| z^{i?BZpwR_Nuv7mIgS9jjX>&Vt9QAw#a^|M2)FR)AW4X(y7uE6ZmZIDPfpi8`}694 zjgG0y+`6YrRp6U;SaAe=`?E1VS^R!+@^kU+j}+_Rn|Y-#8&zt#VoPsvjFZOdEsi(H zZUag$ZvoUz-2oN-s(QH8*(!OA0I0+zwyB?Mgh>4uz-;4y9wljPNG-QjxrfR$r_FYd zrOtcI9rrGdvQADXbU}!t(g|IP+V$uWirSh^=<-ENI-yJD_oWlMAYHSY0Ma22gk8Pv zhBeOv?5SwPevj5$oO84&8rcrCQA&D_Q`fIiD7!0EwDX*j-ZTNfvaB#YW+gK zn*O)Xvh)jXx~qQ}-X%RlzliuQ-in5^zN|3+ZWVCVlX3T&F8eLNf^gghjM{UdUL6iB z5#Xmz?pWwkuV7pNjVVUtN?TT(D=Xs(eB#|${PM%z=pWE?3~kHFO%5SWJ@i$OfCxK# zyR6zB>HTU_>~-jsghYHgnGeh(u0zlHLx$k@Z(N58!x5>vQ-zY&YN$V+g!DRe zAsM@9|9+6pbvGg4Q=2IS_LuH=6$En}hwWwI<}tbT<^nJ7In7OijB+!)>eXK~$RN%k zyuE5|VEzm{;L2*gn{8RGyL>KpB*5*ylziUHUK#ZypFcgsmCv6f^snV}>*Awby_~R2y~Ip=Mv?}=Qj}4^7%A3{}lu>|!Ii5@FCUh+Jsa14}InmcbU#L|S`Re;r+f5#xppro-H#Pbxd&Hy zc2jIE@LKhDU+Jbz-zu$te z@1zy&4W8Te+YLm*AABW%fu|oc1e?EHsIMdm@+$AzHjnLexjLs%;@~eK!userPZ8DR z;*24Lr6|u7HGq=qW#WiXgu4J=%MYZL`{(pl{hd}$7p0CWq(Ll%xdzcQ=kf;OR1Fl+ z=>Dw9nK)U(Icg)d=w6v^^h?Uu?r#bSi02Sl1(mLW-w1tA_!_y#=sv!%e{p2JikGM5 ztj!-Dr?@kxhXZHMMRk1_(Oi*oClAI`tW<;M`c^f_yWV`gH92VWKJV+B_ZP1>H}m4% zY`)+6{-DkKz3*>6P`r7LXY#}eb#pqVs4096+bwH(m_E+QQ$rTn<8W)Zj2@m(3v~~t z%sIZ{0F}=f$|!f38~k9o#x-^gjJI8M>oM`uP@s8GnNj|R($W7c5!TfaB)qpFL6^v zrA*IR9Xmk0xpTP7*QestEF<{=IqPUoBhRU-fmr8;!0QOo4;>@?FSc&1v@kh?_ym9k zD_l&XPa31b&QoIx=};{luh-JNqb=0$70wftpMI}#o|W>PI8}M5!fc!4oucLlxB}`r z9t?d04|8YBCi*|;Saom29*-em+2Ws!=EazzE+Gpgtow?FJ}&(tI;nve6=)M-wY9}-|})^Y(R}`AZpobWk?WI(-xM>R<*&=={*6!yV(7~C=s1I5L+1$70U z8Pq+`Q|UaO+2j%1HFXb2>~OX36HMMsq&>xe{_bKaQFRv2kT46RY zhO^H;sq5uiug2Q^=AJ8)v!v@?F6L@+(tMY7Py4Bpb`#crUBA1-NejSJ)03ZoFcm0W z+Q`MG2b0Pth#7~^SoT}+C~RAz^-PMh3$hYc(*8BoO>(54p7842gqn`O9Z+~i}&P42DDmj+p*@+;`qsQhT-Fo+Hi664wsBN7(6!n4R|`ZlfL zEvN>B1W1!?PEc|ZoB*hK8fFtx8*#LQK!LKmQ4&T;!a7NKJe{z65D9sb;0uxPlKgWzI>zp|bd)?Q&g`A>a|hpunzF!0>v`&P0X#!aU16z@0mNj{yTX8{MUtO`tA|6$mRk70m>ZiZ|gG~sAbbIY4{QlI; zzDpBgyM_Wjf3xiH?_iL{7&$0_cHrOwI_o$mi?o#-G0cF!obHs*@*ObPz7HJu7q0sM z*!vcMD2uiKciH7Cx>(*X`Btcqh}={_)J1l^lot}b6$&f62nxH~Uc8*FR*`Z;$~vB| zcCypG>_nY1vr-VRT@<@oT2X1OVM%Ifsqp_j^S%S`E})k6ec%84{|9DfXXcriXP%jP z=9%kTok76T?apg_aQNNye}I-iP}wAA0Q2+H-+dp;SStKWSNRv7mH&6ve;z(oOZj7? z>%#f#w95K#D}Un0%Z^Ih4&}o~EYjdcHtxv;Yd1`fz>7^QkW0n#+h}Mzty)xw0S$-I z!7j>mvdQ-V=Qx6fGuc@)&+ePwY*-jPBt8f_=yf^9hpXCj$GK_({LV zd(tB7vv#CMRNz7+HPZO^kK7pw?sqFTL$xdWBR)ElzC4Ivk(qXdCIl_{4&=Z_;}!S; zd9mz7Fb2g#U^0+1(^Q|+Q3&LkgwMkx(>o19+PRhb$PwD*rvZ}Is4bfa)=`nsgp#Cz z=juyOYqX_l7#ciZdIwQCdQ&+DN{O$Cz$0+TpLOrvz!CT}855rnLd%`s+j|<1u!0GK zWk*zu?~O$15J|`my{Z@6GwV@c#-3Rhd}*G(Q5JzO&67L4xL907dudkb6Vw{BNp#X) znz5*uQew;ML}U|NKgod~eqnJx2Y$58pvMW2TQNnFChLF0FX@Sq!$1zeey2dPn;|m^ zlD&ZV1|U6Gv}}=f#ujN9+ag723p`^(%g1V(hRLr)YdmL2FmevZ#{@_w>gQDo&gNoWE)olFkdY$)c&`OqBzQIrL`!Lwh{1JX&6iUKqq~8c>MtGeDWr{1?;j05M zf77oDFWZfR;CpDLXcA>rxJIFK&cFg%+4qF_&Qo9RJLYLr{i0oY4s&Y^xdzX6Z!yay zB-2|&x!~HFXKPv2MrvAG{Vr6^c=%1!>i6L1MD2Hm2-z{Yov*^Zg9(NW6YRO%H=Q%}iee`H>@iRgw zjPTjcDUiW3E5dbUO%*zoC+SXn;G_6163p=VjJv3n(V#igiTNZ}X)$vtqz*v8sgeMu z^VCM~*OoqV77}R|sEzzHy>x|ua;X1T8g2=vozt%HVqI->6>1N)sks7(<8)8i7aF20 z=!%Fi{KVJ$-#EiRP_I$O}=zu^kH5LW}aWQHR!`spt|>u~-%Vi>Jm{{?l&g zuwpmLcc$JYmG4(7U#=?U6RrNsdZYW-A6!?V#iV?Kok0Cwtsb@Sye=J$eW-i%qn>vb zjz01&MBxf6i*T%BwkqW#t^RZOuMLhMR9zanCCrNJR4E^54WHI`_PpaKFIL=4LHaXV z{TH;Wj3Zr5tZxEk&k-t8KI#iarY2sYsemcG{`_;#U4u7Y*5Ehl*$Du$7gHGQrDRv6 z={%=T9r4uSZe;bo)3lY2Flv-NWgvFjhP^%a(1f%~~XhwN{MqAWW zXr@+ZmaX<+RSV4z?~fAE%cq6lwezxHJfC2?5PeF!rY5AOTw=Fyu6!7)WkhsuI95Rz(+kB9BpY=^(-H0K_`)zGQKhZGf)mZnb3EUBjqC7!D^YAC z@ioZb?4AHpCUGkgDMx`?F$khZV(M+PwNafj16@rXQp&?4OSgxQAs)a+7FvUx ziPM_&vKyjj!c!=%3Lk;hK5bbMCZE7OhcE|yZJ^guy!V|Gx%kd>x&x&zkM|zNCanDR zs7&t{a8Ogqz+jB}MxhWrN z1s?x75`~zIrf`KI8k2t+2)JVW`!l@5!G@@f(SY118RJF-$cC?d(V?CtkrFKt4P9e= zxg_HNRR6Nd6OH3N_%OO>R`|;F2#kgUR;FLB#gl}Q1)lWIl`1^mcNF<-wy7l!2P%WZ zIa9EVl~nyzKt-Pkr8_mg{hRiqI+t6|dOyH~lFd0k#t*!5Qd)D;^))IZ8{ys!@B`Py z5?&_z?R^p+(zll$!>{tRNY8dUc@T<$(Bl#|PwZ+SCaUom=l}sNuar-T$ZYCNg&r5d z#_1TmQzd`TVJ4DbZT3d|zzNCmu;h_>f}FZF9A8mk<8b`@=pidmupPRH3aoO{MT-Du z7Eb8*gh;lgDrBo`tTzbJ*jOG)DGtLOl7wkZ-H>}JeXwFc>8%hDa9;?56D#sJ_Uo2Q?QpLplhO z33p!v;n%2(74BG*xmFhK61)SD3~Mpb_)(t#soWLFI%I@r2lxze?=%|P)pSpCI1KMe zNK$f}`WZjHB#g5b@*RF`){#K>DQK$!Pi8{FZjvO2-_50sBi!_C~R zle-yuEY%Uca#D5=#oG=e{{7N#f~&s@s{ZD(&<{f20SBW`{&W_!WsPVIN1g-&VdsYp zA&|8uqKov$$Wd{TeRTrvKGGm3;Kn~WTY|K&(A5?cAO z``doB7axT8zJIOnsNImRDy>qOrg*( zKv<sgF5><9|4^4?jkr6>KIS?TS=j22imgUB$?Xx#MS^Y8-OGiW8$;%6?}TV4>YG zUR7EZ;MwlcM3#Ovx;_|FLyYd9Yd3sB1ni1>*Q9KBUZ&k(5DcCeqAjTSO;G(H&-QqH z)ifxynyA=|jY2EVqSa|POp_qL9)09TxU0VjXDvbdS`BI;Wj`qNL;Y3DY8Zv~FZ+g5 z=p6-xJ}>apAZL*k1{WvF?nI&L$Mf^I+Sfh;k`T#*;@_{2ELeSha(`a{dLyy=WFDU# zv?XTZ`E8IU663R`+8dzD^qz#IUdo23kow-r_J?tas%=k!=cANHXH~^yRYBPg1)e@O z^t%XW1h6=W5vEyQ#n7WE$ERtKY07Wf71WyXiQS4ZDoD+jYd6#%83BPr0l)G~_jmnL zPCGC6)M__mvijJG0+xO~x;_wM2-VUt_nA679m>@}mPV5f9*0@FR2gW}S9^A%GQJK9 z-AZ!wWh0Qkv!?<`i$;pd4*iIIumpP!Xx?83QH!RQ82XXaptWUqCk=P9aU+@<8OcW3 zY%N9O=@W^KoXCo_VV+OttGvZvV-lTWJm*e*UXiJSxDf;P5V=F6Y6OVJJ3$74{8NEX zOywY04*@AAq@wsHP0HsBY5gw}UzqiZG9Y~_7Z9q3(xw1=di-uBJw0#l&_oD$Q>Jul zK+13S2GuUrp86|W==tC)!=16g^UM2?^)&<+KQLSxXdsXPQ2EuzNSh$v zhcCSaow{fF?6ckkWSvEQmd59JI4A-zrh)cT474Pe;XxbEPHzYT+2}y83PXfRV^=Di z$%v3tv6u-!&Fz!qpRVP(kbfXSHz)r-93%tjBMVQu4)Rf)+Ol@V{9iDfJP80khSTpO z+3=08I+AyS$)4yu(h%*`pm23aU{gP!R)`PE<2>IgzUGeRfM?*m$vm14X}mL>6&CX{ ztfuA=l2qUbX($b+fq)7uuPV2E3r8-eykt(TE@V@b6e&(#GG}Yx-Z$3Eg(s1T)q{8c zbUHU7XGMdx;N33KpH}U#(1I>YGb(xvBm9V=dGCtWf2IAPaO@%8szFB@SfRmyhq~>f zD?6}wRC%oTVF+khOg4BGzc7vuRW;T3@UDPkejGJbx8$8j3k$e+fkT7nSJGw$YZag2 z2?~5kMLxBL_Dy&bY&|U)Yi!a&atN(f;LLV7L!2;^lplVg=S=lCfef*LX2kj^5vvDH z=IaQt@9+!wwu@N$??TMMD!F}nxn+7SK&}$K%B1`ydSw$@I0caD&Ab3w&vp1c^g76z z8>g1CJ~1MdPu6($Mt_pB(=ki6)jqo-Efix^#&4UzHn7%(1%j_VHCo;0wrt>@gNalh z)c5m{a3%b=S2}2KBr>oU||zYT<}I&#%TyvGHpMVY5N1C?G)f5(Y6S`l(Zd6A%t#%gl@aE zUCLUAL|b=g3vHe3w=Zq0hWg@8rD*9-w2RP8;He<+bWUKPe@1mcJLXfn)G&zFvEF;Z z?Ih&a;}_d4kQ>Hg3L)fO_;J35u|;YOtYOrIv>^W)`|XRoT0$OU8qR-}({~Ip9^rl0 z4Qx8td|pc`56Kg{w+4d#fW-t1NuByaJF#I|V+1_yGg#1;er5I7dm3J!)%~@7r@q4V z-w&$mI~LUtM0B-h*QxKSzYkon)uerG&1Gx9(8F(8V^iJFfu1k4udNCtAM66hs0ut2 zW7HKTXBWMSuQ{D4J!4vW_3JF*{inW?5{RzBbM3t;g69K_{4wg%?Tu*8`qDF@w}rWD z;#TIwXeQN1a3BtX2^EBq%~XgAeN3SC!L89hP6x**q?EjRHVwwbmK$d`m!0a9(WjX@ zqh9r;4m+=#g$FAdmK}8ybqrX)3)jx5ivOitC@2@S(OAzRBae(sGIV6bks*>1p^ety z6Y$OQM1g1Pf8so~?yt4|@o^%|cQo$b!t4S6nIU|zGAHS_$v6n+I)F2NUiZjl$j~vM zVnq_=eCmr$)H_k2fI`!kD3F7#oJUlcPtQS-HW7@c+WSMCUz4TsQN`nW-AyP9DJF+#$m)z_~wy?gOJ zztU}@GDl^4Ilni(+ghh5moFS;2uB$|pG{>5Z^_XwyrX}3X-bo`+w}6ALU2mKdkiFI zV(fAJkS=J;_c@RDD0fBB_4rA+M~_#OPJQDs9Q5q+Osg9T!n;HFmmB04xLv{ce5mJi z{be*!c6(08*M>H@5=+kn;4=Gu!5+#0sVd725!x5ec&f_{b=nsvg+ox^S&lS+E8W&Z zT2tCn-Pq4_+|%H3HN<}wzbpE9&jwGUXWCKnHh9thP9#o>h(8nkQ_mCle5mI$PYtp- zK$rNJK918&o)2WledUuH;(rR=?HcH*4z1ltXgQtZr_y;m?+f5KBMe7-PxES5;nYvl z5nTCd@>F|vu=U9|2+y5{2AJ5w@k}~Iy8%MaebEh`kJ&mv&*LdIJ*PD|`d{DVI>b^& zhx5*q5(OeGT`;YtBM@yd4rn_x^%vZFp{ak=GBTGk)6L8k%v{OLRm?18riqz(%*?b1^d~GIKmL^~}^UGmV+a%*GnX>c&CC_d zT*=H;%v{aPHOzc~nQNK3j+sv|^BHEYXJ#ccUt#7(X1>YHDrRnD<}PNw%gkD4e#p%I z%sj}qU6>id%y4E#Ff$IhOvkkFZR|jJYl3M{>Sy{XV)?tg z!TTC~=BqqG-l=F$Bokwqw)nu;-nSsG7UtT)13$xH@4cNxycZE?%>whh*1H@Y-Vb45 zDD6<#%?3aVg?jI!0FuJI^g6M328>Ma(=6x{m`Fa*n~5LZkqAkws=)!=C-LiD?|jMa z{RN_@S7gx^QnZ@+T?%(aLQ1E*$dhJ%kC z)ft4u-RUE$od<#I1W!luDAX_43x&xryx%~yq+&Qb?=+mnL<7&pp~oGeIYnU-LB$Z% zYYb{9mVw?p!8w&P#5!9t6h&~k6r9%}S`N6Frik^s%QNRv|xi#_qDN82TXO-_~fjB!w0sHFreY)@a zefv8caGeCuu2ZJS9{0fLqTXlkGy*`2LSO@MVaOmH`{|8mtYL@4j+n9}_|#{o_LqJp z(LTM&o!c8t{yf<9m#v0Y6@DbOB+r!Gogs8`akJx1oFWnk7;$zqM ziB)rE*OYIq$9Emj6~GqM2~{rQVOF+0!*RIxwK{B(nBCL=nJ`kW&4OLIF8=?||2-{j+*iHCEN@ zA6pEl3fIXQrFH$bP>lKFtU0D5Jcg4V!)cG!_ z=ae6wT{Az>O9vp|ogY%@C6=0qu1>6T*s8$I@UegQTGoG7WgZed6mK zAfptdtn5L-qfiA9QFOwf>dfoCw9m_U>A=#(k;2j|Wp09Zz;M>*XgT=svScJ%g|GaU zR}(9e0TQabXR*#i1oCbN07|cQ6Ny6;t6r!2xI?0zdn6HDa0a>YMLO4IO|B5{YE&TE zD`C%?B~zJ^s2t=V@|1qn4*(zR!VO4Quy;J*>N`l39!7CMSH{W=A*_NZEj;_%Bzf;2 zFV|X^Qu9d==d{3*o<3vCO_k*$!vusoKY#$gRGh!f-OPsq1=-x8;V@ ziBuP7o4V4l98W)Dq#qTAqX6ndK$99O3}+K39Zj5cHgVU8y|}481!>nul(h zkHeg$E~3LOPe-cUQ~Nv}DIci{6RUJJ8$o@c27_l|1c=krH4cf^6bgbGi+}j$Dw^O8 zXk(@9NP~(-*bFrDcWXBG0CdepkxcI~lo;2MOG7lC@fz=U+!X*9QcejpAxG@w)@+=q zr%2gkqOz79jYPF&O`qT08z8mg!175U??os6Qc-pgJ8p&V2G9h`Gc*dhcn6_ofrh7S z6*gWx6)Va7#|knZag+J#QZnCK46|U>Kb~M##RJTG#L28O8?&A)X4VUZu-4vPwiZ^o zLE|Y~gC7<2V;z3%WEiMGfpXp1`I(-w)hzTGtfc=74IL4H%TB{HIBB5UX;@Ekx5w~G zQ&$n>n_e-q>C}M=!!zhdQb~FpKs7ejGUsgQGS zWIYSja1_DiyYMJA@fNvDsaz+@)6>+|%aU1F`d02r<9oOclrDC5TKG}vMlbLX@Q89v z;fb3due1D!)HDwkmL=yqO6pwwOBY9|ar0Z(WuzGR_nyw)Bd;W@%gC$9>Nrx+J*aX9 zC05Pesu8^TDD1mg(>K3~F8&4?BThJa%qSm)rPI*zz20PG*Yrv04$X)Y_V07&+*kw9 zZ3Ie&FDT?MUr@{`NIz4Ax!H@DsOZdd%J?*XeS@ zS-H~_Z4C{k$0^?N8gv7bhjI{R*@%rOb?j~0kdRWI5j*eOQiWAvUFYum1!z$g@ zL+YLVV?cSK^k`I8;(?6NzBT~N5A)j4G--RX1XWvVZh&}M+L3|+5_eCZ;pt0pDsI`I zrTtg=i5oq^o<$lDUhkR_UT)Z5KIssUTlQ0t#XJFX#i16bxwykFOcm#=hK@5^Tpf1J zoG;9371Nc0xcwVOH)%&!;lh{m>XCUt0fMv7NE=yQM`i}8v2z1YSi$gA3;3Y@$T;9p zx>x04Kk9>Ik6TU$mm7eE7x|;*c??IFCd?0>nYdfZwPN;ukJ{tVc&-caWC7)a&k7)j z$It-sIzvnM21v=}&Uuzzig1=lCD-f>q*4P?fWHvpoJLlJb8_Ntt*VwriD{^xljW06 zxsI7@ znYo6UBKlra{}5(snE592Kh4YrX6|QZI1Bxd{XWS|f%)`c=0WCD%gk-e+{MgynfVGc z*E6#VgFnlD*D>=DGri0_%1jYvrK$#{{r~E(p@2S$dYT~oEjCbC1-%y90!?aDJnV!( zp$l{z^oMYN4}C4dM?uFx_kwO594H)z-VeP4dIR)x&<{Ybgzj-opl}WJFz7MR+0b*L z=R+@sUIo1t`Wfg=&^w?%hW-}%H|P+I^&<2r=$X(q=zF1`gWd-HK6D-QY3NQdfkGeX z7-$`ICiEO=JM`_)4?(Yo-UVF;eHuClI7UJbgB}k(9ohuF7Q3Ed4^1KohQUqc_l?~ln1t%qI-zqQbn(3_z@geG+sd3*?c z9NG*01vDvpoMh+7cJ>g--3#tW=ve4*==b6O1au?xzu|rxdOx%mdO7^+pbMezB|q4D z=mh8;(4>~bzd`;TCEH`M3`6Q@p=8r<9ey8DxHJ2XA@7S)kRzHENlV1hXe^-LN-dUd z{6VQHo>IHa4x72e>M+{P7W2F%#U)mg#b~#h9A@W|xhAtS3<^;MZZ|bHHj=y9hIGo@ zvh9WVRyU`XE zohMo?qEXD7Y_*v4#D&IUmzl+L*ziAjDm&7Y4zugbg87n1T$* z{_unzCceE?m@b6CCfZf?ll;h^=Rei#a1}fK^S6k32D@FEe@1GK&2F7<&UZR;>@J5h zM@9(6u;%A1H0J}II9w5nMA}+N@kIQp{yG8YG+ExO`|Aa9IP^fhpo7l4x&;@2G%HaN zCt{FZh(nyZD8R-_@FmuT=3JM}WOSNS#TZf8h&)N)+YX!BQr*+(EG?pQ)yvXv^2oQk zicO-$>J;ahouZAJ4Oz}Y(OMw7EJYTF6KP66tkz^EW|QBqn{W>Z_bt2oT4Cb zzc_?ZIah7dH`goWMJkh$b~uZ0+s3@O$l-LPib5XXar{%5YPJ|lkoHnJZU1yk*5(ol zYXO7BwdV3M4CCVBVu5X;*=RD`Q^jp^Iu=(+uHBqZSqUG)k97dVB{hvmR%Dqcmlf59 z>p#V2u>o+jVv*%E+NE$t+ZfS-P>^V(2-)s-z0iviQK*b&dLl=2(L%F0ZrTKKQIW-D zT_hG7Ev91g7^6uv+UL1SkPgEsAL-!exR5S;qKR4UJYyj3K{(;e>r#=OkYP2MrTVg% z%_fKFw2E`hqH(UnTI_O~W5o%mK#)V6XLVBXg-WC~SdlZq_vntyV(yq zHY`krLvuCe7m8>kVu2N%6jd`%M2=FmBOjw^F)tE}91bdlMI2Y;9PgT&N?da_aJmyX z$r!K_u=ZmX7a1L*!P7$^K@yPAhuItEV6*z5H017Viz_7j{3U)>ITW;^hov;*&M2mWw7@WjW7ZlrBHGlZ&k z;&((tYl~hD?ZA%$d|UM)mba9j+AgoZG3~$;etcYAeLyEvLDxY?9MmB;HjR)Tr9(C; z5nXBtm@>Vh2-1L(64y;97ypv&0j)1qRW3^lfS?HitNvA9!{{NL}s?&#Bn2=U`UJ5q<9$p=5;~g z^jm}`#bJ~-!H`>oR+b-5R+kh;FjTK1v_Fh8FRIrI!BD$79}K5mrA!-6YdUt4fViYC zy+7s`+N}@{;$oBJ&PcBt8=X0r*`QBm$B6VScC*TxY=qFIhZvk)RALqfiF%ivbr?(_ z7Mkq^81T&|f?h4n58_}e=LcN=zts6h9@3qSZ019A-bC46Iz5~y7pM^*o0!6QlSwWh zh=KHZaZ^(rkTNWgGOR8q$?|ipF1Q%a;r-qXUgQQJYJldd$bz|5kx2x{p@^Wh$fh#6 zM!Vez#-h7Nn#KXa-}I#GX#&*Tzd#vjl6L$N#HoVE#vSm{7I2bZJmVII{c>kU4za+ZC*KFw6i&$ zM7Npu>RI2qQMTvEwo$fCvOQ0>=gW49Y};hpA=?XOdx>mcYqX3t&z)qnr`zn4j7zR{ zS*~>zr@Q85nQc?@os+E#_2&G8fF(Zr4Q%SW^{@%&2HEB~{0ukM;jglN4mR~w_22cZ zF2Z3`I+w$ybb8A+aBvyzOMr)+Y#@_g2y}{yfsGmHECD{4!U84C=;oU3K+FmY$T24{ zWVVol^oZBw%Jy8@Hp_OQY%h>)i)>G_TC!c{8D>*OX{r()OEN4CLutwS3Aef+<#pu(X# zLUn@DLPbDzhPn*ua;Pp)U7@-`b%*K!)l*izpn5~~f$9r&1ynyM5$Z~)tDvriiiGM9 zH2`WLR1{P+)HP6ppkkl~L&ZW3fx?nXT)eCjpc0{ypoT&XgBlK%43z?v3N->M4QeFR zD5%j;I;eE0F;E#$dME?bSg3JORPDlpe901f|?991u7HjdZ?*TSy0(f)1an9 z&48K-H4Ewns2ibjpk_nOfy#x-gEB(7FIiD({*UQ!FsxrFvT=aSm?TnKy- z|I`a+*m=-2$GCKPuGRe2LNnByBAk1%Td5q`lDJz`vwwiEf9(kw zo*sHusAhk^bhh*K*|WVZ5iaQ8xg~v?Kkkszp*a{=N`Fl-xg_P|Pal|5s6U#ohOOqb zB=kqq2~-vU$#J^*c{lqj^X(r>yAv(S=)meKTY#j8@yw=F?3OHcV$V5W93{q~-+*S+ zf9T6()PJ~pwCw&1+N-=CgvH$gS{p%sN)?CH$$0#C_ZPmNf^`(Erwq0h47M9B^RQio z6{?)ar8y|s)MB{JTaO4o|1~_C_tV^)U`UJ5{xH-QISl>25DY*VjB;(3{HT5KbpDLI zXy4I>vMT4ym);&OZ9Qyk(PFb{N%{yPjD5q*Rwmn`lOwl*mkp zp7fLGO6t#~uQG2+o7|K?xBn|~p}eSUB6NH0GnID^szSi62ENL+0k1z{{JpgH5%-j| zPMil@xlT;Dk@~aNi*I^bYCmKX?YOP1v-apnFr-E3^TAw*7ue*y&zC3FDQ~m**=C+> zEfQhpONaBCSS;SJM!quvKOI^r+rar3)IUxONg@{|FSIe9Vc}dHHByWd2MiD`#-Go>97{+fT>Xq*xC*(9#UPuF?vZWHT7r`tCG;C7E7+lkMcBop zHSRdT68+Yqf@!az4sPPL-2V~TA6`OBD%sZTzhzpJ+upZY$|lYo7jVpmdIk zpJfvMjlBf8Nd}~GN_A{MJ#0>~OdZNBWGSsc2!5gT&kd@o#3kRZalyqs{Y?I98bBSYpAUC7UCk{gRk6Z;zL{|H|=i zFMs9vOb$!7yg%3;dTrFF&2C<(s71LB56XSSpT3{MUpay1<-M5x$LshE@Ejl`-Cp~` zB4Gg+cKQXS)MLrmZl4}(3vZ6CJ8#O z3}<$rBW{NcE#3heTJRtp#K}XPxI1BEpf+1fS!R0?_R-N1^3ZSSSS5|w$hY!z1{-_W z__%V6;KrvY+_*GYS2_mgnZ^j2FX@F5fWx_53pk2US*aIlp=lOQc+>dXd|v7~;EJ$W z@TW%~@iwTCg7~D!ra0_0laYEF^Zpa$sg@LRKq>)eG9-bDymJ*9N!cm#Po-0qbPT{` zx7utNqDpXB5{DWcq6sH0iND}@ti@d1ywg9{Ra`vQh%=v5W}+9P8S0JPqUX3 zqBo2gmpwJZAQzQcw8nrTiq$36Cutgg)zFm36e8yYE30#IldgOvT^L*9^zmB_KT^Mo zp8|d=4$#RnekT(|#0h#jMK^3zK9LJGGBY=g(x1W^Y!O-AGYu<-H+fw^%y^X03TBLyN|(r6g&x9>0bwU9pLi- z{{(QN{;*3vBc9{BndMD}5B=q{Q+0r+IY}jKk~MBXr)htD#%Lv`jl_^?5nq$)EEBe} z&L|(Q{;c{_mbDV}sDoaId`Sj<4>prCU=u%3s!JLFDV-@0yQQlH^rH~R_DOy#vbr3_ zOK@`nMBp4<5b`!kePRTVAbOB$oj*<`JI&$%F)KSg+mJgcJ?lD>MW#-h45m4*IgMO7 z4S)I43N%Ra<$2u$II62EtKtp$3c^<<`dtMBV8Gkh*hU_FP2 z>&=dQdl4(R5~ZwSv)Pt`gK|YglIcc>rC1WknmR)UnqgdEZWXLZAU*#kSCO3}V2x;j zVR3%3%Yp67W{9bn#Nzr*yWzg^vkGy+%vAfPzWIExZ+t0y^&1i&qD6yt~y!S1+7?VpUS?71ThD@C16|#nVX7>bQ+LmZ`j)vypYmwr@rXg z-WcoRv~t=h8 z>~_OWguhZ@FvAVFsV<8&tgRq_c270uFJuxeVCl>; zYibyUrMA|7UA*L%-m9|PSWFxX?AVH%4f1hqP9q*x;&P&9TVQJ6lH1H?-?8h@8n1Z% zZOP|6jBL3*Ny`h0^UOBj6^U>iY^4l;G4i{JIK(S?+;9jhJ>mBE_m|xO0(tn4%SYlC z31{M)G!~Ka?Jv2wK~rM2$iq)=k)^<@;MD}*dc4e!mFm@Z5kT3ugj!!&r~z)Sczs^P zdPzEy33nH@T$!+d>?kc~4;>scJKxjZc5H_1L1IzOKYxT^s75Hzhfa@BTwX(k~rHV41x^-f>Dh&z|X_>!Q@ zvcQ6Cpreo))yF~L#P}C%;{DB>vN<ds|sW38Gam5p-&@oVgMbUtSnF#~&AKnGu@v&umU5C7>E!DzS%Hq8JU()>0 zGQ#JmGZ$37kB1b9q6bngC6Dc;C88< z^7i^L+%(?OSW8M|rnHtI|77i&!w{T54Ea&pCm8?qDU6iJ%(l~wEiPVI5^Ko4Ve$== zi*>DsmzVkBXei?C8jh$e2ji za5I2zjdUf%!4_c;hdnUTHFPfQ8)2JZ&juX1Z-!0oTOwVFK63X}L7cY9?wy#6|VhjZ+MML}rhQ9Go2&F$3*`IDx4gvc%g0iM>G zc>F-PSzOq(2F2YX$xe9Q0A?(*}wmGXUN|1m-w zv<^Ctv_h{B0k8Q~fHH0>2__j+w5SHseNc7rj3v zC)#pN6Yq$d^iKNn-6?5&@1+-F7 zWP_Y)!bH?h#^s(ES5am1Fl%9#b5VKpg9^lEE@qR$ho-c&=&w*dp#@0IqzJ@Mkf#K1 z6;OI6vjunWWP~Zx0=n{-0rACJg1M5(XML&awlTQF>>NuVnayeFSrW<|GMe$7YG&Ch zJ%DYCGo2=4W)l*X{mdp3q9$0TIn49}0qJ}~Hii)}6ZA`$2y0+(fy|&P7(+EML8{IP zRBQ5YJ!+PYD43?WoHIyvy8-n-fwsG)M!{B!r#0V#HdqUCbLp1$;zA=xfT5T*US)rc zGmjBiC$^hy)FPB&wq;|4DeP?uU;o-uV+48Q!l$oSVP1b7h)ih^Um@K98t1_u?2+kA z)G!}@_Hm};(K*So5u8G&?E4J2?lh$xq6*4@z(SonU6c*9voMnlgU?7$`+3OtCAtV-or()Jq}dbu0x<&{`3S1KAZG032PQd8xX&{T-#^vn@Z$A$p43!4=j zlupV>I|Vc+lwb!sNP0IG({WuRn<=m*V#OwcZjba%P(O5XS_4(I4=D-X=^Dn%d@J?? zag+;P3c@p{pfpNYFfuLRX+_CttwY+8NOL$e+o$(UAMKCNzm3jZj7-j4ybV^IQ zTn~MI`bnjb&LH^`ur>V_n3oXI(AjjgdV$VMjD+TVLQ(%p{?Kj)?WUifnu@)w+$qzt zbEk~WoiJH%m}$tun1Vc&GItu{xY3+_d@)YAU? z-TC;nZC4Bbuic6@pv^dwaRL6{3Lh{Pe|(hb+G=oKV+;11kgkM1>hXPPpDYVD&HY5! z)R$j|gO8hVGNq_r$ivNSp9k~yja&5)9I?ELjhIy8K0r%|#X=gbr70EbBcRxY&hJ$M zCz>y8K>HUJ2`KPs-ecgfhhJ6*i42qzb_3ifL9(k~K#P zlWk=h?vrDLh!aQ$wi|H=BHpb?fcS!u)~E42hg5jGk#=3%dbkF|1%JARvTau9ZNCL2 z{Mip-Bl0ChHq{yJZ`I%%&vLwqd{Hmwi)uI18)QvdH)txM6` zhnJFvto%%R$FKo*71~(kLCMYF=(%A3zW^bC5lcg@qD@7tTFpX(sOjLvi2&@{(8Ck{ z%J1%zfAIO-B-{Ug^}mk-Xj`0B20%;;XUs=BPX52Iu>VaZVtrFZPiAQ7*$lNhFi5ih zA2OAsuVRnoa*l|%bI}M}Tz~{)lwinT86y40Q@%~#$*tB6@J2OpJ4GtZEt-}M(5ior z!gJ9`jJCaLd6j4l$RLx&Gd9-1;NZdm-Vgkg!pl7`WnKf{M54@(&y zH#~lL!tli5NyCQ@r&oZIho>aRCC4WxBqt^(B@ay=mQ3#grKAAG6l9-*q*D+rg}fF^ z^9kx4)LeB#GlYhe452a=XSctU=3Z$CAbGeBZkpdl)cNj%a=19aMIoFkrM$10F7V*y z^~g)wKW$Ep)d@Y3^oLdRo62l`t=;DOUlgDy*dP2!Z(X&o{0DG)5sO*?S2yC-soBCW z-$;9VRfnXupogvOlcEgH`>@jHa2J9h8RL8~b-;nv0G?R^x`MO zXqvMinK2l)1A@oFbDg-Lr(Dyay&J4iS?#n70Q{9mtlhn4A83K>Ez^g30BAl@tplaL1~vZ;R8z@~mmYdhqoGan{s zFDje9(!K6>m7p7=72NkdAP8Umj1PM}Gy=0g z_Pj0eDfNJUM<%mLif=rBmuhM312^9B!DjoTpYFe7NY~4DWPY*0X1R8+cK<&1XW;O;vOjk} z0XOkM?*0tFX-!>O|M<>APC>CV!DPmbP8?2k;sYc(CcAN-wfT5k8~ahF*b*FRj?FJL z(*fUHhih&WyoxL?2fHQcz|kSa1KX|F%l+bG?;Y`NIHufI^fvP+VCnUmw)V?pWMqK$ z@~2?`Iywycv{gsn%KrX!^quVQUq@cq-@lHI$o|w6={(LZ=vv6D;$+BF9o2$+#T9}u zI9?@et?wYL8M;U~;@gLLT@FU)^4lMgjwdSmGp$|6AU>%cuqjU+Y!P-IY+9QpB{5MS z4wT9cSTCZ?abM8jZK;Kod=v_VEnn&IgQ!{8G?acyXU7Mitu**6!|6VX>|XZp0pN(!{1AF zQwy8M_nW~ZsqHEIr7Z1UVqag#T3+V5{Zt6{4gC0UDg_e^;A-}jvj zXYLt$Hq2gfS=#cK&URt$;nUAd8nz~4>pN%rF!z)P#wT09zi;)oXCs+=XX^6)@02+| z5zfUh_sRRW-2dL*+t>9zm&DwM*I(29fv}`wL(io#_gya!z2?lk6v@P=pFBW z`Qfe=3(ies?oID~&}*Rn^X+BlvYGq7-TmL#^XP)VuRE8++$)}(drM^T`U9KJnV9>R z&vHA?EO`F$kIoe{_kf>jzWDp;uTLC1=Vb1U?xyFSdEwPp!y1<|clotTivx4#-qF8t z1#@S`RVU>&y}5gI<0|H!Hek~|tI8(dcSGYE=6>teXj|l>U%zxVu4V4KHy+;j=v!Yt zb$8BMR?sr#aT0`G`bJc@QCz(6O-1F<1-Cx`HpQf|S zO>GREWbK}&mO(n=$q&8WCcbnscm4MI#n|>G4u|*pL)V;MoHBaZ74i)FKV5@&-@NDk zs${lPj`L7C-`~6^;nuse*zHYxW!!z_`6rU!|ENSrV(|@EJ=A@`z$uTe6w;V`;F)b7 z#{Vn-hkprD|9R$xU8|DKUsS$@a~Px!n4j-;SIAC$Q9GNtAL@J4m|y$O-gcawD#RVw z?|MHKQ#9$`jw%xi|GvW3%k-n_vw^B&=Dv2(v43gAzT~k(*{>{8tzho0+aJF1-rH}y{a)27<{mlwzFph1hVELgTEpD`S$F?$Ij>yv zkDaQu%>7O7x(DBSbnF*jsh(i&{;N_BByD~8$+N2U%$@V-1CQGu+VM-bfLEA%&*mf9 zSz8Xi79a2?bAO$F)$#5p&aRvou#LH&T%7a4!+XSc3j*F{?k}^hy!pfp-5yvL@F8=j z#`U}Z;H&GtemLMDbKm!$Z*sEsefrFXfJ4lkrhod0PnSM?rZ(Uxb4Tc(czWW*g>Tdc zoMi4^Yjqor-SvEVkoqih$E=v~RK&4BAyT(f6tM_PeeRCLLJWBkA$y%?99Uv z-%V3@k-|@onER<1wce)g!`x+ipZ?pN>-6q&btH2S{(QY!cj(G3PpV^>`|c+FoFQxH z-BqPdV(#>ftJXf!J@LcO)M?E9Z0~Pgx%WWNfBvl2Gxw*9zT9Nla$mhxGm*K)25G&g z6u1#zRr1p|<(+x;0Q^a291}(!^o$(MY&G`2Q91pI?2y33?LUGfzn8csQNklKn;aUx{$; zzghP8uct=%E9*%G;fv~t$4ipk0@Awz{{Mt#@|^5`6z+b|Jp6ILaN-=)9!a&=zNN2i zv{ips(z_x!PsYB=$eV}t=+-%6> za|gx^Wc`5FJti9`LpCjt&d8mV&IR%O{s#JS`M1sVVj;ZZv=|-*D={vX=ErjOYz>0- zY3>0VXfpX2BAAeeyl5T82Ky@5{)-HJvW{z=^Q8N$Y|)rz?Z{{zUe>{$H{#MP^+(|8 zpO><}l*`R^h(qgFzrf~YgA?y@;0lqv)Pdt?cHDNsQFkVlV{w5wn)5q(f&7U7%`KV- zOXhb!OZ;Uu@*!R+%5EAt$nA!k&c1X1BOnyfN~v1Y-(r>Si?zg~cWNlT%wJ?aD(Az~ zi-SMWOOFcZ1e?40+6B*FL^{+qxch23UGAn4gz-x`{W!RZhbdKi^ye_G%VQ!5-huX? zL~Hu1XN3~A>V$Z9hUCKC5M~Vz*l{zpmBuE{s!FLTJ!g_b;8Q!hqWu3ZdH4$oj!63Ao zs(WCMfS&4J!F^Tzx{2yRfiVGtJH)Eu)bZ+sfTvZ@1Uwt?oaXtE-vZ7Ap3^j{n?he$ zyrjJ1UvV>L=B+GWwYpE=&pT~>H2st49R@zgWVuHUqI z%l4gn_I`F?`~z>jw`0%V36rPHm^CNYbJyK3ZFp@<^^TpNbne#u#++YHH8#0BmfZBk zmz}izEY?1Kb8orz-!J~wt@{=I#*UjjW#$bzb8fxu)$JdCbg<#4pY4vjov!=t-#sLE zKJCAwPF(|2)t!Tb0wY4E2L}Xq?U<>_ zP!CqCG@XOA;i;Ow{W}It6iYPo`@44qF0WMg3R-?nJuA3thwhxv5X@X%#BUECW(+#5#^)r18lhl~vg4{~<6LVbf~R;atQN1w26p<~0`cLqKGM0j^i z{9~GBpA85O4-9la*?Cz>#Nw!Hf+lL*6&m+ub#Jw{qY$K0p|AmH#Q|aJ4gnFW&YH^t zFTboyK-Yj?>OO&eHIb_M>IDIB2J8#?F#My?j{`ml_)Jw7=neQ$Y|#9q`c)M^aKxy| zQ||ufKOYSW4jndf)btaz`!rp8OrP=A&^>$WF1y2X*FSw*QS@+oEPdxq13!C2D7StiUYv0t-hU=et`rY@|1^4WA zRsZcfG~(6$2Sg<%r;fjNVrJH~>D0FJ^34Sc9E)$c?an8jd$F>rcF5>CSKS<_2JOun z)sR^C^1kYLZ68f!=oNv30`;0s*SMbxiqu4EqC%27sNAcU4G--W7UF&&MV%iK8rLoG zN_Fo*l`dIxU0{?(tqBbY4c3VRHQ}Md)Tx2Jf;Hj6nG=R5c1#QoT9(&u*|N!+E3_G% zdIpCD>B9$xx;l(bzb0rzU|7)gL8`zAb)dU^&Q;?>!rV{IxysNXEU4q<$su9Gda1!E zmgQxItCk7lL$dm&EDIhR)>l1l!ffqjX=bI~r+`Vu4xW`^!o)UbG zCLnJ>*x0bBz{^W*h7Lm_I_mm-z8zyUp=gCc?uSZ0>OcuP!>0`j*8uOJsE{kBhHFNu`*i6MrP6l4z2_KqZ=J2@ zNIxgJq}3hpN%vW4AEpvEjbT&dF^4ndKV`oFiDBp##B&n=p9DJ`?pd%I|A$R-)tzuC z#~OI?@dPJU70>fwxd>OE*~!UE884LYA+3HkLm<5lx)Pf3(?B=iw^DI>T+DsN+UGLZ zDgmWaxgP1hkiqtb$zAntDcy@bZ!5?&BH4xHDDK{jpI4GwR;}p~bq%{=K{p0safb$9 z*YSDmPEL0L;*(squ2E_awXl8KgABJ6FeHO;#p!WL`$;a_JiF0E8%M@@xctq__7yTw zmbD|=2Vd9a`D0z*Y%IZJkJ3k@`B8uAW({5ZNXFj7(=G2FxlMXuT|T~5O+f~g<4rdqEc>H3-r}jS8JeR&)%pys@IYe`G#rKaT z3=8P_6WlHrol9&4HCB2G7{|>0!g24(jz>As3R@C8A3VF^LN`Kuz*+fNe$C-H(r%T$ z=tq$4<}c@*r!ufUITWzOYe-(jT+&>eLnT2$q^ScX#Z*gr5=E8erNi{nTMZmqnZF-= zOZk1GwVS@Oe2QGo58oQ07I?q`FZXx#&2pP7fR2+ z#^h}R>1)>1PWF5oWBcs)4Wvxo-~IT44d#tfep4GtWz7<3g~Yr zgmMgN7hj3Kj0lL{tj>?GJO^%u{xjYKr=5Cye%ovx9FONK1dNLpELUMH{bgzzwf=eO3=QGf)@01JZ>Q4Vx-jAWcDNZWfDhY45dyHPloqlSCU@~ zi!udCb!~%9d+vXe-M7Q;0QWtz`w`eQzkXi!-vFE10<{lPA~V}Qn?W$7F9gHnmns;ahh%^Y!O+^ughk{?w9W0sMC^(>h|16Z+&jj8|+X*Km8O(XY z33WyOQj?U^my6SypUL68jP1pj-U^^{gSJZ54nB-B1lLYD-L%K!ai;ddK~5=`33w$( z#3O4in>fwFpNN}iore=Y(FDQymp>h)*vD@2-R09rk+IGoeWlKP6e6lnR>O z%3h5y8hf6AO*}B!51!&udgag*pQmMmKh0}M?vt_ck@)ZevK8miARXW#x97^LQ=(f_}XDj9WoAZ1M@NMBr8DxtqU{+gko3RwBKROIgV4?aI#w z3?}*5zrW<+9db;CS-ExlGbn1Cs^O!S_u%R6azSfgbMAG(YX)LGiq3YWA|~z|;5`+) zBL^IMp?Qhbo`X02?enZTcDzuBmbZk-v)ExMbj^*$>wJUb&H4Gm5>ir3b5qRu$q9)$ z?EQ8KzO6)GmJ5ZZrjDg&6ZE*f3jsutIexPDaky9kuI4{@5gn+VQhl#3Om9P;j=F}P z0gH~sk^#O5p#1!WF2ca}$Y?G^`<$nzX*ToXZ-slJiVz%FADx#wMl>a{DDk) z&Je(&K-&ME-!tK~Sqj=*1;TLmTDT+OUVXVl%eP?DoPIZK1PM0SbbjD@Xg;TJ-5xA# z>yg851T62X_}NB(wK?tbdl@{=_G&F2CB@S$^i@{2bSv$$a=aUn9<@!SYKMLJLyyWddR&A{F$%~DI_eJ$L?4~6c&{E)-Zd#qO?xXu2< z59=VDj~|z`Ux0LYz8g?kbZ&vWH^V(d;odI0=_5F7@hK`cmL|$Jlw%<57oln2gRA!L zPtpL22Uh6q5cY-SO2j96)cMil&nh3sr=WQ~U7A0)dLI~o;sITAyR~gadq$hA+9K6= zLl23!_U$S0)@az&{%YY*y!9Nkviz<4v&3IHdJP#Z?xGy9PAnP zKZU>gycaccl*mqjDatztxG2Zx*7!^OxHZ>pp;@|u1{d3(I4!P6+(h6L*GrOj;ABda zZFD21ls1oB0$|$z;%*1r#GjRFE*9CaI58J%usE_Mf5Hf_hS4Xf0O#g$IZx#7Q%H;I zh`UeAZsIAV;1t}$^-QmW?f<6Ix)IVnMB<%7n*M@10x)jqDx|e81@KT+NTUaAN+T~I zUCv~Inn34tA+IamQu;??F9El0k;ODuDxS&0amKJEfC?`O3{fIu&oDb1?x-=DK zs}KNHE(a*^qxAqh9B3h|T2$-y-2VK;hI~mLdl{PZfVTT*`}2i1^HWTQ__qXkUU$lQ z$qQD^pOvDg>G4)kvs<`A!fmJmH~bW2IAcD&g36!CR(xEtH9l7{di)y-ZKW3{N^?`S+%CAAwwPzno9cqjgP5)i6igih$xGm2 z)UIi4szX?vUl{S4ZHRmlVJGFV9QgfFwOD5m@~)KnP}Kiv?@HjCD8B#p016f;cR`>5 zS_S0T&2Dx#+07StRPo76j~+cSj}&uX3zBo;md6!iAPm^16gR~4YkQzuKiOU@2AXWQ&EXJY}KW5Are82#7Yr|diSqb4$ZPdEg-+=3@)@^mi z#X9J=-hgw^?F3FH^{W+!k3y6Rj6fZJz&YAnOK?GtlvBr=6GvP(RUbIFzQGY(WYcog zBUmmt>3D*p%;hKxf>uu5EJz zoe)UHy5WMGm!m}BM7Of>tvGg=;AB$2^LLSk zZP1Tw?sQB!YAfgtx#2|M)&obomF*2&O_VKgqZD$wn8!_5b7DRAC?q&>-R4CI{w zSO`c3kl$x0M`=+9fCd~u`ZS<3@)bY}Ks`Wl%W~8Oz#+hPz$btY0CNF3fKb@6Ie-VW z1;hdd0)_%c0cHRe0+s+i18fI;12_S=0>D$(lm?&xdIQn{vj86ewgUD8Y=A;Ql@@3p zKns8w5CeD`kO7zim=9PA*a@%!3IXLIV>o~ZbOQ7QBmzbOxak0n3rz4LAfi3780+4KM^Si{KDO0p%yxkdZ>I@qO^cao(?63~QQ`O}o&GJ;6$e#G>4yz^KTp^Q9$E2*s(-McLBz3^m zVOKmk(S8)Jdt!Qks8wWiG?f+*i$4j4fJ=$@kO&<6z?CMHUOUm$iTOfCQ>IFhNwrh& zn(?I|yv~=Po(SkMByFT4O;I@k>aHrum2OUCXqS?VS6X++f|-&@8sDRPCMzx7Me_~8 zIT9+35`c#)9BGJ*cY64f6QjRn7F8*uu;1!Mbw}-vHw&xZ2I!6t&ZVV-KlzX+MNLt4 z?lwHxWd>>y6`3^1$s4!juxkj_mVCe|276CT?q{j?_~?Nn-pw0thx*i$J=%A7wb)XB z$RFdld+&tLyW-0#0VHfg-XBYu)Od%Cq$Ip?zFZG{5j|l@Y+9`P;XeG$GSw~xpRehJ zZy=^5QA5kA-{hm(s%5(43kZZm^>VNW=?i!OmVDEoJ!YRiq|WF8nXZS&)BQT2MO0qY ze%0pq`WBdyuRryoHU&hJSCy+mG$P#GO8!nb#o}xx2HzosJw}&{CEt8VMelOzMBWPc zM0!%HE14exD2^TUhktOGmT)3CQiyy^0|Or4Y6|%Kt4y8^)zYs$ z=|-MtD%eeeNPO6lG$fI8r&Bj#-(HlNP?4ycUE7X!c3`S5Y&ZgcMi`Yw~9Pa99kzpvjK^!NK_p+OFMc;R3g45 z*1mh!_R%h{@-7*tZJ$vUQrovj7CwIB?0nP$uw-6txd+@5y1<2$cT;` zqPnUK&iQ=-s%JZV&o(yd@%9WyJ7%!yczb$=`lqmMskqFfA#sC}Q_$bQAc=}3n5;NF zp%90s)RXYHx^V=7X9`H0;CtS9KBg`O-l>C<2cy@=;iK93&|@5Sc_SzyMe_BJjk&Vi zK14#kxf(YZ{GC+ZNJIw@2s8{QEGi|5$0bp{De`0rMMV%@5s7ukI%t^Mr^-Rn^td=8 zNdkHP`FaX+)q%v0vb7O&lr~Xuj^{3*d6w$!9p4ZjW{87xMGZJ*OGzOgE+elGb?WRO zh1(y1z6)-|TI3W<6~fO^tNLX{($D!D>_I+g1E%WH0(p7m-}O6l200fU_zR!71bnT~ zAqD=vo77DP>!9>F_>Q6YGKzBspa!HTV=qm%)h$t?B^nk!uw@FrUc9LE70p`{p|Ey%cu>kMa)NxD$ACz=MtHH{>gU-G(P+jK;@|)Tsd1mpEG{K9H*6 zHWHm<7(=nQoA>Myjb~>tohMRR0a2NeNdt!u9-NdBLk>-`V3=R-$yCRP_Z$ zeq;pu%pMDF&KlD)I^g*|^mZ3lb@}+e{~kaKSU**d5~zY793c_WcDRkY2Pg4d#K}+N z4Alhwvwo@`r?`?-{uW1?ly&{E-7fKSB@mMM%DNjPyPhzwbH}@p{4aVREkJH}$ayI_ zziJO42QK6=hn%n8c=H3q|9=0o!2c}p|Iz}E6TkrV9t+PeSjaPySS(w}eR&Q-m(mWp z3aTH^10L4{IH#d3IMT(tP07hA&NdL1LkJ=Zd3HV&VFiSEpNIv4`g8Dc%mAId;7Lxr z7kot&9OX7~xcCr!jt~4?ANVCc@N0eGcly8|@_|3;178SyP)0dw103%$hXT~jY@9J; z`gEo3n{ehC@ppReuQ->h_jj7|FHbFj({|A>sa~GS!R4|mP1i3^4FPXgdaed(*wmG# z8kMJNqtRUHX)#?pR<2Y}oerWpMRs@0)P7VDX~6y&O9mmRnBJ)m=7%a<2>9(tTat*m zBP}YjP3)+JXOFbWcz8#xspmKL__2qOn`-{F(pdJhV;`wHEPw_(Ny`FWBS$_w{L8l(IkC|n(aThGDN_7M&1Ri{=h zE2e^%4J(>S-@vv@jPtU9GXFiWtVIJDB`Gxr8 z=Nd`XsG56!wa;93>EhA1EBx}z=xJ15@8YT13pSFNJ@ewZq<| zk-x3(mYG{eHP7$(R7uyPC+0t~z1PIu)u^=1_7ye9_pB1Wt+utsl(2c#sMew5Lp4-G zx`=K|EoF-6NU8X;-7HAro46+c?OU-NkBu$9&#Yss8vmZ#MRy z^=->G`YjuK&VRCArB_cpZCO>#zB(d^>AS1M{!;pb{hxDct? zJI7jL|M=LB#J|ES&Uw`T*)@U1Q$b#3;2+UexmxZUp9G$(Qe3HcYRSksMdIuu?b`g& z-WI!m%ZUL^zAkK7+%an75ay4o=ZCBve6_cITs86Ki($jB9sjXp^0}iWkDO}KWqkcF ziZ@VyHP%FBFZr!kT582{RZGtG-ScIi3r)&jr8<4u#Qx!kVHJz2n7WLQ{Iv9Qk9NN$ZoCejof6aq5}H=L&ZWib!vDYSOqWCFhFXpBY=Ulqx^Em;e6! z2)jVY7jC3F)rJ5ojt<^6v&Fdb=8tkLbrxP|^6*B#+`iMPF5?q_m8kt86Mm}sd)9}w zx{RM|52K>`?n$lr#^7EFfxRzmiLUFHyXvp6&qrU1v_zQpyjp{Le{oR$v8fLwl{0_P z$iF0USJl?LAF{*_4g6+S@$zkF_FrjhX*16+xAS!CvPD(G z{nK7mnby*8VRL~>3NEp<^y}Z8rIIR_g!c1a+x=;3cY|U-#JcsQc8964n6A`mIFwHU z=_fl-r|T2k-1A|U&!%SEpWZ+8kBzl;qeG2=GTbo@H{dr>zinJZ?pF6VfT&*|0$o}KZPnRC{`y{Z_=8n{bD%rg+ zv>sG-Me%#%n^@;iUwv0W^OM~acj4U6f`9dX{*j3fTgGiExiTxe&QI0iyI7i@@y|^w z9NGG>k>?wLg*g9l>OycyahKw!#&t9g>|$whtg88qqi=qG?5Azn5Xq()9gsV?uqxqa z@=vKq_xYS!6jr=?QR|L`MVKGV_{h#0mWx}mTc3)a{+;&dpFz8Gp!1oC=cxTvOIB~T z{}fTwaNn!dCcM|u&mNE*kUOGqYDCH5W5#hwk>**-hrgXWa4BqQ>%ihg51GF|x^K;~ zpWa;_VIZEaoVQ;QlD7eTz;)2!1LnIfL57gwSFv@lE7mb7&$X{Y@wzNtf* zelD*$V!zt^!nq4IC-nQ}F~7^TTT`c|{PgXt?ANxPSy%gG_W5VZAHJ&J-7AVMdM2vQ za=c#mC_6@vpQUw!TN77$0Z);fV=B>+#LuI zjejj`?EgfNrPKmPe3tDk@Tv>W!(0plXE!pR2p1s$bLgYlqDb z(lqyvsovPKGsv8L`UR?WH>LyCId**D@`!66jh$XlG3qIb{I@oVX)Q>?+BU;wF{Abm=pNCb~P^+WDCUlH?ZB}aU6R*w0 zt@7i6pEoN?-uObHZomxcK=ZDFy-)Odi8^q`9(4Gz;A`3|x=pqGW7Z{CTia9I8yB(R zk+p58zWI{>GsbIYiW~i!w5g%rkZoTC9c~_cZU341@h^QlY0cu__C*+nFzY`4yk?zx z*+vmdt$J0deF3GdL=NpcedVF3bK%dumi3;!*~$uEf9RjvzA!xg+l{Yeeg4;_h*47c9~$ajnz*WaPJr-+ z^-=%)_f9c~MyzIG{ zML{1A57e-6Oz00vTJLFL1HPF_g^Z%Hl4WXv) zesR+${m#Ff{8Nx6^9g2c?!_N34}81smk$^2T&44m$z5KuB)_@X%g7w!7Ya+aw*3B7 zHA~yo)g}!){C0zf{g#*)FrmNHKHILEWp@a{ZFtCUNhmYwp*2HlSUQAEdjI>i?H5p7 zPH6pimiJp#(fmtJo9N?5-hLe4Wq-;fA3xcD|FrW54{ZOn<@bTqipJ&j->G?z42+Ms zMo_PW1hoG7Fv!#CfwqIiU`j={3GTe|x#^eRoKq*^MQV{bI3~zHw;p3j2-Lh6GU?Nw z*FRoStml^>QgU#pwM~#kH;`%Hftk0%a zG`Gz0yZrH-tR|&I6webKEVbz!Jfeoduz*$K}z3h<|-VO!&uy=OWbmeTro zgg+H_ditgfiyli-4lH_Y*omyZ|pFCa55(CgA%`T z2P!3xo}q}?k5N(WyGAZ=8$U6oO(gd0lo?))D^?|G#Gp6$8iv*qxAz zQ1c&F>6W5HKX;u=koE>vLU&7M{}F;R>g>%9Hk7pha3b>G`rU=j-t0hdWSp2EWGnmw zI(xH40qThdJP>{2KI!bu4#a2vEB^9d)Y+RI2+sOXkBbLT=NoMCPv{SwX#nYCq_5pj z--DLESNcOQm(FDF`KNR)0BrFZrPci)Fz0aKJv`B!~ege|1ETPw}lO~@r3?X zw)n5;e;c~H+rj?-LH|3{UA4o1UH`k$o%HShvi^6g`@g9_>W%^2&Ae2apLZYQrN-}f z`$OkEfF0nHi^OAYC5L-H=#otG;Pp1y2A^wPNKJVWFW-R*!pR|wqg=&tsq(&TdGx%m4EU37OE`r=FQ;OWZ-qJ!Ul$%_OS6F$`DOso>sGoHfJWouOTsdgx$pkZT|QSFa+YR;Tj@>m zz534oivG^Fx)U4R(BED5bcO#V{qMjAH}!Xy-mdV!roYn$mNLj~b?I1ISOz{1#Q1mV z0C{Nu>Coc$X%ZE6-P17v4p8 zr=g2aX(4#uiS8~Nkp5!!#=k5wdn@OTD+`a(Xxw>ui=%95x)a@UOXKgBXYu6kmgln7 zO`&HQ&vaRMlt$yp&pnNDrRiRPd<~&TSk}4mhVf9ET&_HKdA!A4baxth<4JJfSDNlO zt!F@ARvXwsYj)OgQ+s>rLFh{RdD7o*+8b~1@TEJE{rdXdvn=w;Y6GIT1@OS>51D-F zUVuD}r_P>f(AnIyQ{O>0JUfAGP^_RtlrP17q|J~-_tqpEfe`&gvCGS@J??pc3 zFazvmk;jwfR`q+*-){O={O?sh$paDcz*W6`8oXnR#_sYKNcjMvWbz7k? zzW+2HauXZm1I%|**MC+2yV2Rb?Emz?K89|q-@EMQZp;5-+@;4IhSvY0&h9ebf!@UL z<^nYCeEzHP+t9xNw0AVeJjk{wgZ_D-F+a#U+>LBL^e5{H3*ffb6L%xazfsmhe=E|r zTr>Y0a{g0wLf^acXXJgXC52)54?k-KHNbaX)zD5+CK9nw6v-%p4t@x2L>Gi4Kv?Ju zt&Wg55dW&Ep#?9KCTS}*UJY$j zu^QR~9HGt65xVkS^!SPzp(`e@HbhwDaz{5Pwek{9X0?`=y_U%)ZvB50u|3qs-oPv7xL55OTll>#FB2WcH>9!I6GucJcow z!hb+!Z@Ltqp7?tu|9z7ACOz&({(nnm)O%fz+m-(w$xOzh6_5)cxHznGb^eZnC@gWgGBh?3e1B{%!ev$nLI( z9W;4vCch#2Z^~Z=*{|zygV1h?e@p(`k)6osCh`r@dm%q~+?LqX=OIqUn%SMkJ&wFPlAYAy&c{7Y z@@@y*%aSnq1J(b1$ZiAP0&vOf8It^e-T(NI{knaTA76?NL?^XBA+-9UE2Y1B+N9L9 zCm+<8=cUe@`Zs89r32BozzZ)`9?yDRXsue+At z7w^*Wx2uCMUfyh68qOD=JHg+M4!-!8CabqRUwrNqUj`lQpvm>c-;;oQqU2=UTn^_KS_$m}kIHyKOA zxtDzq;-$&zkw@m)_y<8|cNsin^fs5}fyV4!=0S@4ke~Q23!qfr^&sfsA-@&rmhnl8s;U}NVOMaI=F8#cOsvUuM z*tNv&uye_I*quD5MIZ*?dQQuX@4x<=Khoy`#LtkvbX)!DpOV`{CU1U`;O^^qEu&1{ zWVNBJ1rTzt?R6J2d6SdiNIx*&jhz30OgG7TyYk&5nMga{B#Sp(S>(GznaKFG0&)SQ zPniLxJ{Q`{R5Z*<;puCmCBcgwdU9^=aM43Sr6*$7Y1@+9q6 z*G>Ak=ed{lQg5z%zLT#n*@#XAZmQ3dhm+4ubY&^)MaBZ)G`EnA(9i%Y;HG--rF=f* zAa=?3RyT0Op6XnT@V?0BLq<=#5SioMZF4{6yM>GekmaT^{s75GY!D#HwoRxXS_$Ai_Q*w4B#J= z54=5PBX!0TySV=d4&ai@GbCj^arb2YaMtVMZ$tW~@#&J&NqdtV-ee;Vn37gvgmdC2qHkA2DGiN9T0e9^nfXhYlrD76oJ%Hb>RtG+wIqYkgO^2W=TJf3)O zW$y>hQx0G0`yq?BI(*6Fh9`a3?5*tmz`4oc?kmgGcmD3gM`+hL!a_=;(ic%SH7xeKF?8YWPCA>joYl$4 z#rF?qJ<#VyIZ7yz#wlTxoVk9U*{tK>od|&y$a5{m9n<(g6jYwEsk!)DONiAQxb}%{r{0cYy_Q z7nl)u!L8cF?pCMuR{T8eb*r=+Z?AIPs{GyN|9`C?dW8TA0Hpm$yL%nWzP48qf0XY2?!YTWLJq=}EjaT9W6Y zN1U`Fv7r@kQ(FQ@>L&Tub@di^@pFaVXxwpbba`%gQjgg!&sW_<<{RX3m2rih`JQPP z9SM==E(769_{RV|^}a42^6pvvK4iFoKkBmruD8#?r?@I=+{M^djknbsvi;jfI)3~QS5lWHFKgOO2DM(2_Ey%tE^l#fW$q=; zTb=H>ds&w^UhZ|d#YrEw0KD4F8=pJHxz$O=ffW#Qr@Zc@9O@(eBNw3YRvu5OhT)Zk z7078qiH*Gf5bs(9SO64WR7lQWRKV#1-du?Dma5b_TUBa{wJNpAQWfVcRVjNwRjRP6 z14x|UNFJdfw4{t$mhf=#bG*DTjGR-10%(BioFcv=68Gpw^ajKO@&Tj`O0`E>ss#@k zkPavSl;+>c+}_|51IPu~Zo$)AeKt?I!6O7f^v(m=0p7}$8AteohX#-i$iGc~Hqcw0 z;H%C8H=aaZ7d@%V;)HmFW+!Mob#}_=i$CdNcl|@%Uip`mG0KMkh^|COqF0D}S)}in zKj8%+yxn<_;e7q)k$0W$I)RS}%4xjtR?E8=DUCn!@&H8dc#kr)6MtPEq_4+4Xs_cv zX^1C}(jiTYxy>=b|NPjVB*hSx>xMIZqkl z-SeDrRUa2G_k0)bLEsO${xSQ2cb=Qx_q=_b{7HMpd)Sl)&b^&o?X89$v^V6rE*3<=yGM? z0!#*2t63@Avko9}f+Kl^My1_^kd!Ui1lXb87mL4mO5}M79RMWN;Px5y0KEZQpM}Mq7su* zvy!t$Yeu+{w4y<#NzX`2NXpDi%V?94FeEuEDIsfkMv}2{^TwLg0mBe^+*M_(o;}*7 zB__3sN=;3BGCgrXR#HY|P1fji(2Pt@WwnhJxwT7nSAD7wiAk9W8OiBc5KZaXLqnKo zhN}!TLy}U`lQQJi?j%I+#H943RLGn#nsE3#oz=!^92M1}SF&vkWFo;PU z)L4@;Aa(HY0fSW|`mjkwqOwE98&vumt!l2($XOY~Gqa*n2c?yECtDKTwg+C)Z1 zb?w-@w=?p;^#4zLkeMkFUUm_^k?x~U&=1vT=_l#m(J#}l(tobsrr)RkUVlvgoBoo% zL|@TR!_dI+sDUv^21=?e2~s<$P%0;PlH=uk*(x89&&YqsSL7Ju5aUwg$Hpzjlg4@q zZG!8iIMmUZ$zWD7p;}tommA8B@7@Uk zPg|Jg+D+P;+^f1UK8;_(=ksfMD_>r$D>fEeiF&cEI7pl(UevEK43t*O9~l+pHD#=6 zqRDFditsU0R4js)+IHGL+Dz^1+E27cwP&<%u`;)gyUNw$X+D-;$M5A2@s9|y&_{Sq zSR#BZB#D$hTmQ5EtUkaHXBcI8*|5-%D3wUb3Yf)El!&0MwzoD_Ytc^EF4A_@1&cq6 zS~=Y~##liKQMM}ID`%Cz6hBiBqdtyu*CT>}UM6!PYpm1$E?6 zR2G6L`WStMZpFO8L}|xqXKA-ISdzR;c1nfOlx zqiE6l8OBIgrL%H?@gZX!V{>DqG1kZ`QA&c6ri@WuRH~UCHMKTLrmm)^O?yqhm@bn# z^BsM{pRPn#r}J4Wcb@kXY6_1E?SvQ(}O=lKwG0ukWCLTt85sp}%Yhk?KeydUy}1 zuaqWbOO=dy#-ELClzz%UWs>rOGGBR1`9#@H`a^-rl6phCLc318M|(v3tM;T&VhRPJ?dBNwMj)6Lessq4Z&!w=_Q<`?oG@jvjt^H=ylp^8us z8nJ>==mM?cgk&L8$QGsvD}-&rFTx+fRiU=1frgx@h@Hd(=%+38z4XuO=jq?juhVbW z@74c^@jB12$gtV4!|;v4W+*XKlkqP zC8rs)jjvso=|$yrWwoL+eSsE-Kz53BOR69J3_Xo*&6t>8%1*f6_}1p9P=i#g4w}z)c&RoV8^o4+4tEexHxVkw}Csz)zY=p4bwfRdsSD9 zU%~I-O~MnxFrkLnM3lq{;ym#?@w~|B+vxk~ztc}N%r{h*8cSyBgmhV|BFD-p@=|%L z9B8a*Yyp4TT^XwUtXxn+OrMyxn|>tng!risgND;GJ&vADAHY~FqQ@~|S^+(ABl_Va z_7(O+_B>mWi{b`wZ*eQRU0jszg02!jk)H)m+EW-Lj2E^FhlTp+Pg&w*aiLfrz36Lw z7ehb8XhWFPTIwjh2v2idx+WRr$K@pXxEyQBfKT_M7D9x#nU9z+m|vMZZN9c1dVCjl z9{T~il3mAcW6!eJ*v4FQt{du}!o9@3%YDM_;J)H)+-dZmrF;?ptT;zpEbbMLh-bxG z`UrirzCYT>s{a+1Xdtze{N+LN9C@vLN`A=L-Pi{s@IB*t<0j)b7|&OX<&;{=8_II! zG<;N3(@@hGczv~Imx@vr5p5X_HABYd>pM=-yV|dFj%k(y8mpvxR z>_@FaJx%D=w2AIWkD*_n=g`aP&*_77d8Rhgm|>X7%v{vFi}{ZEof)Y8LtCN^VynVV z65F1QWuIn;v7^}o++psF+JD1QZ!g_oUAAtfu7xm5Tp~UUkF;I?t)4NoF?2H|8%7w$ z8-6zw8#+tzQmV8~ItVXXS8gWvl+$I4ybS)X5CG<_eR_4rhPj>g$^5!bMRWATAJBh`sgC=*t-*Fz0PChzb?&M~yv1#x!H1n4wG-^EPvW?SonTEEl1Zblo6zRm{mv!C@GBQUT_vJ^D&mFFa!CYUp7Y zXc#3;mu5-%(i&;2^aaM;X=$ml5&rX-@|#km1ej`>8k-VKL(qzoO)D|t_L-=3KjQMK zSG7yfpZ97HVCFuly`rta4q%_b{4$?i%s#@2Tr&3}w;UF{1{*fgJCO61`kDF#`gbAYH~P_rX@mKBjonc+>NyS*CfI6W5w3i=Vod zN}|)?ujZlWEu%NlU(pqrx=d4e)yJ79nFEXws~L`6#d6$YuC{Kn?xJoSf0ZALc`FM( z>YBc?VWVN0WR>bDc}k&D)l}QWnM|f=b^gV;%k`s{!X``TwajK_jP_;iT&!p|!ABp& ztaDMD1rIa}bIv;S>3!@`_ILITjQX|QH{217y7OFsE<{(tHx!x*tp&ZXK=@8(q#oar=lJe?AAS%&jL+t0@Y^vfUgIkZB3f{$kR^;2o)>b3`NI3c zYGH@aMeHf2i6h0C;%nj;;&b}<;Y9-t4Y4{sX1HW1GSrnc(qobqb9jtI<@>4Ym1kkG zchQHcV>ZiR-@@AHTQ-1ejrk*so6l|IPI13;)pd1r4+#=hK;6V|#8aYOtfH@_Z>(>o zm(XuU>&NSt>USEZNLQo?xtlydepa3aFZBjyk5h7?9Aa#MbzB=G6u08c0>R^$wazkU z`PxDYjIIyGPsKPxBgiyWdQVy>ZIXVLD$DPow>40@!;Vw2`uRvXqVzIR1%A|8lnoBV{roY^?y}HENE1Gk<|*$eA1JGoEsDP>(KOaH&Gb6jeg*L{Ha~Uk zUV~miucJ59U(-L)4KV^{F?q~;%vxqE^Rm{et&Mf!Wj0;dE?gC#$7pwagh6wGwQm)zYgM0@fY|<1)b1dct{Kt!$byasdi#_ zw9GcKroN$`(<@j5=IA%-59m+96V`#(Uu8IGXp42=Oes>HC{xDXn2CNj)-ZL3=DXmn zPMPfL8o^(kd#cf)bW_X=k#sEGhaN~bV>`36G1F+d3A$6l1)&M*G{R4g7iWuapx({m zH8DhA7dx+JhW=Q)EjMg6d}-(=jmFxfmONX2Uv6eJ7!Mea8_ydXz#C8@{^~xVDqR=# z^hPh3qWFHwX7+Wc+@G3tm7nQ3@DCTf~ zb={Z2SeTdK&zE6$Hc*?6zB32=r1jd}+HbIi_+5Kdt7F??u1aRp*|*_aK1aVf!X9Ho z(PucW6W0Ty=XvfG?oDnfw}m^-{lS%R!I)2`>0ZYSx(Tbq1G*n{XLN;Fm1+58K0z2K zPm*7fyBI$=9#zgOb)nBd(^S)IrZ-LRna-Ig+MjG0sYH4uc4p^!UPu=zNwjoSZfLZa z3NY{bt7EweU59>_{scX&D$@fq?Jg!9E7qRc&$JV`57FKwTr*t{NHJgcqpkt}7(bLB z#joMF@c}|LAx3ywSSWlT*abgWsF(PTxJvv>tfY^}4tSb=4%%I3cpdB2i`es3kXy=B zjKA8a=V3>-jyaCe=BKTN@%E^;0oRP9p}&VDwD76^7elNm z&NSFG60_QF6BX}hHwFD-G-io)^h?ZJ%=?T1BXbBlgMF2KogI!n!VavlE9r*nrt4krtR(VpNsL#|-)W59H z)33k@!e0GheXQYW!vX0M{AGR2Dvx1>-O2d8=_At)(|OEi{^}oO)uTC@%JZkTLa!j& z&S=n*owPl){j_Veh1%t;9xMB?x)r(&=u1E9{?wJ@>+&P`SNRF<6vVd_9oMfxyE_MW5!;}Q%WXwrmtbe`GK-h*{po2e69S1bxRFX z15=jiIn!p-L9!~(_oog(hbQRX^y_p!{VDCwRAU}yMC@KVVP7?fd6pr4$co+?tPRsP z)egnJd6G6y`=0h=^xQAB-)bo~n61HvW0jZyU%e7@)c5SKY)7sa_Y^k>Ej5OljB&mM z^ZGh&ANM`?6Xx}yu+Ku>`?}-UX*{gXquu!4d?NOjT?cFG1ZD)2&75OeVc)wI`=8ou82cu>LiagZh~nGvJ^46(ALfh&!XoTlFAF6C z@pONPe)`J#r}fY2r@+JR#jI_Y{=_H?lUrklk&2m=tP8(UepiZ>`dIx$n+9O~Jco7R zTc)L0XKjQJIBYtK`O%+>hIq|rfo?}fL9#&@17r>UI#%JI;Y4c>GtVU^NBa@xvM;qiV>DgV8o2`Q5a!Nux*EFWx@NoqyZbr(+x(~e zLH;mbQK*IWXmeqt@Vc;3cntnORh%WR!5Y6MtT7S3zl-4u!x2LjtXXAayMF1s(b{6PX(p%ZuLR;aia7mE$$!LWISkZi>U#tJj@P?F+c_Iuek-^F+ zWxO(3iNib*K;@up2YLeiA-x5=o8$Cv^m)23eC|82>o)8FzhVw*i`j*`hp<-Y%4hJe z@DB@SVTdqYSStJ_go$m$3*u?RIm2tx2zj!)_g^h^|)H2XG&7ThSY5^Yd`Fw1(fx@8ZA2=}bo}AT+AtC8()rRm(pu@HG+zDzt<&7N04tp!rKU1Ld0+Wfp-lBmJn4Uy z0QDTSm?^JK(|*i$&}A8B8{We%YQN!oXnYOlPPL>)*vIRo_EM_+ifof5<4ZVe3{dB< z>Dt-Y*{y=qd$hl@f3gp8)v=rFfYn42m%`1({^&ET$oFtn)fH$sPHNlmPw*+&7p&kn z@;00{J%Lld!NO!=xA>>{z5cY`-%u56wP@^PPE1+Dv!GYGf=eFio|hHU{TYN!o?lPqmL>uipc!?jabL^We=t zXScI|v2}2TH5i_J0#;4sbmW}Kplhp3&}Cx8&ei2%)%2C_6xMLXIz2qdd;D_#3;3ZU zSb<;S{e}8MOMw%*;VkeWoF%mqdCbJq#8<@6#I4u|JuMHBN6HiATzS4s;HEUw~vJ;5sW_P3SROP~OqBa21&B7dW0B1EVuxfr5 zYq&486+-iOUR(N}Ps~BNuZQu=N z!xM&|O=nD3Nq@Bms1GcZqesH-x!CW$&wb4G#Vol@Sc82?fpARtUAQJx5HrMa;$8!} zNhar_yXX%50DcJn0@fRg`DN&Pd-%_UuY^OG(fq_JVlDAeoSyw*C@)o3_nRiE1N?WA zbV=4=>~uEv#f+M5oQhrZCgXR;6BtYWI8~^vXq4s(uXIvkm8X@F7+X2$Yx6MUuE4pn zRrx|Wh#q%BNyQ1n4ATeLRd2>V;|J48`0_w11#;EpS+OCrmwY zrjcfP!8F^n!1OL=TS^m1^+#RRu!YDZ#rzOuE2xP4n4YJ?K_x#mbI`i zu(df2XTaG&49?$@b)$3>bua4{=swV`!cKIr?l4YvFX>8jFY|9rs!BhKy>vc2%P#I~?q{4DUB!B! zHctE^b^TG}vlx5%=;ueUlB&ix!r5OGRxwZWv-w5*Dzy7|{84!PW;l_E5uOr~gqMZ4 zgq5)NH<)*-iH)$Ui^8eI)8g}nTGH2K!i@=3_YJEVUK`C0 zWq3`0K8UZv*W~N*8vYT!1@^&ZX(=dV38bRY?oF{DlC@@>o$X``Am>T;A{)ykVl|t^ zje@im%$JL>Cs>N}>z(Q<^cdF^H+hk|XzUCo<5pxgc5nGuC)sc=&;os8Hg274d`--t zIXM0AB*u#U#dNfYMa;w6X(>){ZQ@Dz?~Ax$3ekt^HTrNpt)865;1(qwZ8b`7fhW$z zPH%}mANM>~eS!Xv-iG^PyPh%x8A1#-4I13Ci15OZh8UbN4#62?mcfG6##}?5VJXgB zR~f8^0^ADOaAs%6t#XhQBGtsX9gVv;vlNX}vRL@icxecBaN{tCPnKp#v!$hy2B(v; zxOYy(T$dt`lE=wbV*&1)?Kra~H+>;WDEwCf0>Qhe35o3)+_6=*V%*9=y0|L z%c1W?ve7up&tk{1ld*%J%`U{PA88>wTgXye5Ep`*g{E8!j>3vM2Wz@SoRrRnZ{3Pr z%tg|7^8%@32!d&HlM_p)(39zf=(&5;`y4Y9!|Y^Iv{{fNo)tMWPF&VwZMO$A^Eh1y zABs~A3-)+Lxa-Qnyt`H0gOjBCXs;G%FBvTst&hRIN<3~>(lK{h^fSxA~HFXc*eaobPH!Lkf%uT|GiHmsluWwR2a z^i~$)B>y7L#cP`Ch?N<{mSRZXjTC5Nwygv5Qf43C5lU>TLWrMhAt~b{ocd|op=26IX!klvk zXB!kBjXAYHACGlGI>yN;bq76z&s9gvR?GoK@Q_1r8a)aga57dX!D0-?O^%q0kwU}H z2lV0S>nZ5# z)(>H%pM>`*)X}`mo1s+IZs}KCqLHW*^i~rU_Er8m2t`poGs2Jw@n3(`Mm|& zFdz4lIm`^~R}QExb`mXC#028@Vk<_HO?wPCJ7=(i4nmb|}hw6Ik;&myyboj?{s)wA5RV{hCWG7z$&v+7ZA%%HRBgkT;>K#+m8`2rLBV8mO z7SG_OG#q1$(@%y!TMIvC$DIRZ52SWNoDe!1BRLVhc^pRbY>eln7|~lXrVnFOU!-Mi zq&8ODUrWX{@h%JDS=Pg=9EKH$Cn0|180PdC^wHU>M-PNIkH#7$5$8Nhu^!rrldxmx zuYs6V($P!zU>-lrw-Dmt5%=I(oWt@lxj)W*Q;g~8Ulz2^PTUC|!agn({VZMeMP$52 znqo|`rrxIhxO+>%Gb9U5$A~@g+@#~~A(4(@hTv4#0t<$)p{xe&6UoJJ3*mnPb-}P? zeO);E90&PqhLf;DA?y$YFCGd%-c)JZBe5te^H-DYv7`eCVx6|RZEjSBs^rJ=2 zeza9Cz%KEm9E6iNjWOETAERR&Rs^#l`7zbMi%O)rW==;>v%sI4aXvH-H%@y@2Z-Du z<)~QrnUgpZAHs~n8Yx%3fhE1{nA*dNv`yLmY)y{Lo>@3aJAf5g3)Qy0VcmGxcL;jL zDD(*ndPNRq&bhF79(F%VVE47U^*SqTzY{a*A*@GjXoHjL*>({;M<8bTV0h&EnB~Ly zrkH0%b?im*ozOx#@F978DArUW)=_h@W(vnTh{LU`8S`(9*c(1%z1RufCuowK^pQVg?OX=g?58KI|W^wg4@0 zXazEkJE`+&e~jfk>6p|XUc69FG;YPs!eQ9=j4?&YLZ1jmZ^*&eI%KjDn`+9b`>R0s yYzumGIA%?niNtwkH0GwmSQ`~#j|e(5p0z~~2>%`mzfSxW83jQ7@ArUO;Qs*M;bsf~ literal 0 HcmV?d00001 diff --git a/build/win32/vcruntime140.dll b/build/win32/vcruntime140.dll new file mode 100644 index 0000000000000000000000000000000000000000..d26d2948972b5726c422885dc8136b85146ed060 GIT binary patch literal 83600 zcmeEve_RyTx%VtAvMMqg#RQe;s+ef}MO-x?sEfLY#?@5>M1w#Cvu;o*%=jY_h0fBr zOg8b}*xs~F?=?-@nl^1so7Yfs!xL0DxPBGlc#u{fI7Elip?+>|T`3@MZJ)PpbJ zZl$=1E><3o6NDjn7=}Q1{&OQAM4S~cfu4?BUWwPkh2Qm?`!9l!GE@*=x0-~#HIsol!vj&(fBN>YPW=k%8zg%yr{3S z?c>oV2<5XXE2Ij^Uuv=WkVANad+OKwj2|4+A4z;+i> zGU(!gF1Gt{sijLJ zT@KRaFkOz)rIjw$EQ-;^x&RkjHpOx%jV{)OxYW|+AYG2qC4)wVbulisrMMiV%Tc=Y z(#5unVssHOvIQ$$9CSHKmoB>W(#4vGOZRemT!D*YB`)Q3sin(7x*VlTFMqrrv5Zx? z2;W1n(#1v>2VLAe_I<>T(xsIyU3BTCi|_+_q>JqcF6DIL%H$YnlmkD+<)40pODkR6 zFXHkIx^({-7u!#8IZT(Mbm^kY=%3=!cocf5_a(#*{sNcsGq_mK(&KrG{UVde29znG61;g(uj-D`$xnwNCouL#Sy~g=3lx^u%du9BhF-PL@3NBL9ij*gD?YOE^4G5J8 z9)xOyS_BDUH^N?oMg$+i0ffg94k8>vcpBjugu@8WBOF0^5#cDp%LvC1UPov}IEfHM zIE~PSa30|T!X<=mgdT)2f^dgmO+rXV$UsJ9}cpl*-!es6U6*f}p6N!(xl2o<5R;sGBRoJ9GwN=|HZ8ckMJLKx>TB*)f zTeEG4R8@zPOCSSvRk#>QUj&QFRPNbPv3=W?vMm+$5;d@;etS2x_uwxcFgWDx<0p>&qRWNcwSvq72TItNktXaGLIKT z<12P-leSerwh-Z+y9JtFsqaJ!x|fwbSW#b9ITcaFw^UYbsm8sw zq8_#Mw0fx$ae62#lVEr04`pRrLD^`0C*arA8N~=rb@ZXEtg7O{ZB!S0oIe-$x~h7q zZrc_Z2W4gQ4xstaj;cx_no5Y+c2w=6wr!PF)m2iJKw5bbv~mtqHt}*H5+)*SDiws9 z+N!z=v`yt_qRc(GPoIwXOazJ}+{N?m5olJKfXz+H&%Mc9l`zH_To@nCfoO=;yjAB>3;RqhtbNvLbK zQnpYIK2}uQ>LrYZEw+c`in>ZYod~nzAw9m6_yP(bO(xrGxj`G-4K!k4{3A4k@+~#Bd%lEF<#MG2 zB_qjoJ2*Sao%upJsjC~j8|1dZOXK;A0g^nEtm=fXqNq?_vwg=lEM2Or>$efd%Wn`v zm--mS{axOs(wJP--CnVy;vuNc|Au(Cmis~i5^k}4xP?kLD1B48D6PM=bh)9Bu|A6` zr#jo#nmQZxJ(^d6MZ-2JMy#VHP-d`iU)scAng13U>f_(h>>t3rX}n4vKK~fQHmZMY zlP1{!Ru zD5Phqc0WpO4nE_lyrR-8*CU_j;Q1yV$BYb5RW+s<>i$i?LENKioGcmJ_NwgPh} zV3=rSsCx4==Gdz0>TR|4+v+jV&LHOFHzOv|hM`omYpSrNRu(F@*9tRiI!;uMW@4LS%69;~S`Y!sA&^P;Q__j~8-cl#Xu&TS4#pTpf7IiLnDENJeh z{@**lj6m|ZeU2XAMHz^emF=28*Cq&stM6aErg*gwr3RnbP{+2D8?>AlO9D^zVLApA^}I#GGa62&sCpXx<1s zz6fJcLY{=Y2lVX!)ip&hSr1PZtV2-ynAK$EK;Y@}Qe>X-%oDL1M%hfP35`dA?A3fc zyNxu;kLE@2qqqZs>Qo|+%F{14?{W-0%A<0(rumR|9_8pxW#|_RgYu5v0*Bf<9g{}% z?89?)Oxe~i!Rf$6tmzPLg-PvRLY>!<2cvf|pVA0E{bKRr<@983#2q#)Eyofx4^+oi(6@D0HGbUl(2%Z!CYTTo7dZr)Yu^VOhgYofNZ!o6jE9qq%zWrc&w>i9m&8qe@+S>e{Q9>FtQURHR#tZ;Z)*A*-)I6m!1pPmUW zUw&i(d*uF)-`Ga|*trFce`(wHs(a^V%-UwpoIk6!@o3&*tx7euv zwvq4;CnK#+_bI2_u#SUp>(A+YEqQn{=!vpMTK#UlsBjGFkKah&$rpM{b=`Rh$Qb1x zdE}AG2Opxg?h=HA|3EtV!_&9#K$1Xo9Y-*D+HS#tXDhYO8%f_yWupH3Sye{E(100K z$9RPP6KbhFdIrjeO(x-_8P5;a*HeA+ksqV-+;5&fkCLEs1r!lxWn_RF`rZIFW|Wyj zW#-;y5>jrY*(og_X)&puAO48j+KLnz0M``gnq?xm!1 zq#dEUK|Kkv|SO(nxRIhWMcNUGeo+|FZNXM9wK%m+{bMQN z&hZPcEwcCP*u^!>1hVQ|TU8Ul6YRfjRh>ynC@%XADPe1tN$#VIS#8s{0?>nMp=GP; zO43G(uf%Q5ZjNM5qsq~~46{`(N_Ezx~(Z4D^iJGve zPD^ML#>}%sW+iMApZF`drk>(-^~P=1Nt+;A6SWy$3&@Mwof~=6^%sE8$<{=UtdtP{ zIp8WEo8%8v07oCy6EV!$%+VaNb0{#ReC>Tvc^@*ZCkIkif*|TO^%M}Z#8k_@iNki$ zI+QAiBfhd^_i})-D5tDSn^ijnO4=h^v%{kAaRQp%CjB)2ozNrDu3)TEnQjrbW-Uv% zNF%pqCCWqMKaW47J%s{wD4?DQZA2Zh`6G0kckGjkU?=(>D{I|1%i45cB2I0Gn1KiK zX^0x`@3w;V353tvhUmP-0!g{RzS$;D{pe-OH`mX)bXh`Y)JiaSFEWVP6&L;8BCP|~WX2qei@5FzuJq58BvEvUI>BJ8n@k%HA2f3fx5Y#dy>{Z5Oi zL>lHzDq{cis~7-Eg&C|R)<)!%h@8aIh6sXk(yHyvTAL)_X#iO`5iQguWUWn; zhXG(Y0Gg$ZS>xp_WuG;^&Yra|W#=q4FHPNTX^u$g;xC-(?ucxQ$Y}&tJsXj&fL+8k zz6O)=UFD=rL!J%F6D1;YIxlnvh1hW5qMS^%w>ru;Zz`o8D?Q85X|=&>zvwUQRX;sY z8fn^ZZbZ5LL&W1tELyy}#Nu~`m2gCS{98!QUTzix|Aa`>A|j61ddr`!vR(v5*hsrmKj@U*|M z+wZynYD|ypOpDBk$UW>|h`A?|Fc7D!&I@W`H>NAI-+2K=n_Kr^Kvl)rW6k$FFE_XD zyH|B}sfDMtS5#-W`ZlC4O+C}$jF^CZL=HwW0I(Qx8j<_h?_nG$C)3d#)pZG7SfaG0 z_zM|&LVf${Objji#m0sd0b?5^?@c6cXs*krnl$HfnEyB&9>Aq{-%EAr>3$hi@@S6d7&f(1J# zWR|9g&EE$QK8#Y`g#20nECmJ_MGU)V5Mc=PS5XE7il$!_Wq1CZM!eqDUUm;isIE!F zpl8nl6Mb?v^kD>3@u%#AYmvyQA*7!S^~c9$Qn7l~U)a~Q7^G?xeIKLIf+AK)QdVkJ zc3T9==@lZQmqF&$Ubc#GskKP=HZ69oS=ud4Yg)W+Dee<>+zU9}Eg*d{>px29r!}{V z%}-HJ9!(NN-$BFz&H;D88HTh$RizfNAHIaPTwxM8*Fe2jEgT5cCaKPp?7Y6cYqRsh z`&X$$)FN|Rw^>~u*VlYb8q)ZPMUXR;*53F$bHCt_r>KQ}BnN@jeSo;uE4T>}Qdkyt z5t7cKrvoHl=PDg3epfjAjk zr7=s8cJ#+JVnUJ<`V*~kg<58|_h+|D8G)simN5%b<*~kt(#Vz)(}E2qIT?1F(i-Qx zC|_1Pw1jc3O3(yIW>{;}`xD~;BF-X>Rh`y;!9))xX+*!kljEd#dw(7(#Ya^spWlF= zDl}zs!cS<*HnVZUkolnACACspDFUU%t#9pel}3rD{OPmQ$os<@3nCb*jsn{S|Y=N;TJ_ zru1Tro^lR=%7U`D*DOeP1B%~m@x&v^jUo}L*UXBZ5d>`n4fPzzc}crk#R#S=qRP?bwOP|;CG&m)TaiV zN8KzDW1*zP?+mixz*}{o)JZ1rC?=s+_BV9dzro7>j5{g!{1l=NnC^ET^E(GHQ=qpr zT!2ziG0Xlj$B8#JAcVN0b@i}mC`FWI-v=0_+y*tCq&9RnJz{P|Cy2AliL=Ww(OyzF zTJ4?C$5|_rb}o4MEojB_*~`Y7QDfgEmB%fJ@4x-wwiI<)su_q}Qde43a~mSs&|K8a zUYS(a;a=wzirG(~n4ox+s>=fBYUu@om8YD?(6YcV6T<9g-~SmQ2wD-PPWzV+Kwq2}sazxm`6GBW9km8_;Jr?T$j<9fiJI zhn}MBP7~y0<_2E&&Rl=KO>Jwpw;DzsM$$nN1Ru1R{UQWF%{P;6I~>f&EU}2bI7C#p z1yhG5D^(2ql}KSx<)r4$-3dxZQv7HB(gC$0#n-uK3UrBNdzMrWpXsC&HOT%9(TNmZ zR)gAY`Y6Gm=x?(iFFzHwv<3s_BY$#Wxy8L!o86yilF*-2L3$hMXCu2(BDJYSY{S2i zyd)|6Q_OOivPh6NQu)Yy_HV!qaydj>kyVx|-=%|m8dVRWDu>DT@*?gcHcAJgjnCSU zD*9?MP@DTjp9lB;M6*}eB!0bpslSwT0S#icT}y`ik~oHz;o08Gj-V&)r@a=>QKHv+ zJgJ3Ntjv@JLW5bostpP3Ns52OqU(i}qIGN4QcD4Q2GB^hm`R$5i#*qB3giKKF!_Cu zvZTZv*$J!V+Fv6PEj5~RDki5JIZ@3rg-|fi(y2-KbP+x$Au%8=WM;1+7!ntZ9bYaO z1!{g8Sg=Z6YsRcJl@MPCdb1rjTGVFSTQi+WkU*k@-ekYYDy6E9RMmpYqH0mZOOa|)zhaI*(cHg#gt`Kn_jWaDSp1pzw#|H=ikZLGt}Vi% zLb*#|-?5@o4l6n}TgP=OH9m|QNBV#^j&O$AP1CU_ANDBwG5k6t5%yMNna@f9gG7q@ zfJWE~4l^~1Bg>-v*1{F_!OOK9M?Q zg+=mRBr+L~SQn_P)0*DIbECfjc5aWFo1|t2Hkh^XYW!L^^l-r0<7V0w5=gRDN1*%~ zrQO^d+5da3lw|-2&6Q+MZi>jfG?aD`8>*{EEzekJ%;yV@j3}mmzt9-1>;sk}`#tm~ zVJVZXFr1ymBN`xEVAG%z2J|Fia@zGv9(6uO?}J7|vw1_)zPzDi-jIdKfQ`hXrs6W9>LCF6G-O~)x@b%1n_KVH^ z`y|zoroK(n4lT{F6!p7${a8x{Rc9~OmCy%RW#y{Q9+dMtnYtWW2NP06W|4a#|9w&U zAA=PYmNfZF8`f&5gSuF$?SEH``?(30HkM~_B>4*ml)sqd@0M+DY1fx7y1DJO9E1DX z%J%&P5(VSsGdK-6o9`r@#1e*KSpFVqs;kEy!dTc`rX z;PH*h);>=2-BDVPjM8{0BAm9R=p<2!uTpC>* z&!33e^B9(c_Pn@4=|J`UC&?)VuLopb>;F4+PwQs+O^%~#95+2>I!}(Ho6>DOz31k1 z|62Hyx+zVkfj7mI-vc_DF>GNv!YgLMT$_WZc23AEP_M@Hr!nFwY?!9Z1Z>iYhuUDs zU|M=@V3c4DxGu48V50UsZa5m=#$s3>uSNR$@w+{=ex#;j+-Kb1rssc^=M%cI`M}RZ z_*G)4@PRMiPEC!Xrk+7l0p}$*dkAe2wtQ9sD=?%+MCa_Upkn)L`Je^W`zy==j-uA_ z4?3fr9~2O8s^{aXcwlsYpEm*9A6!DZvxu-M`>w9(e1%xHn`{8|=Bju23ankJdTZy%_q(X~Z8A zBZK}h7~BJD+w>)71q)^=VfsqTbd#TCkB8wykm4R-lFL;6T8*2lLkDW}m5hl@A13VFO;j z1GeX1z~9m^*2!6cg8yrX05^=*?SS}-_M+HThQ5_ch#fc4l zP-RMI#4j_bJ%1s5RzOGeC6bLX_g~fa>2293cCLg!0ZZ66X|~eF(XcMK4IMj&6}#KC zV6D-ywm9Fpn2uq-ABo0s+kpk6`Z?4mlpaB{{LdlXp}KklMHV&VPLO<49^xiGHvO4sC5ngzwrnmRD$$>Tsm zYfB#J)qi1ZYk$|IE_76t`(83>cj2by=_EY>kFgqT3&o+_TaE9>76w3@uTx4hT3?4Y znlDNTSsXi6FSLF+#UqO?h`w8-&)DB3J_5pxcP|J*^(+CKC zBIZvZ7B|Q+Yzb!7nfE5Cb!Irr)uiP3xh6F(zGHLL)aFV7Y=tdoY1|K2%>Al}C5AJw z*3@Fkg)92%^fwBM0wtz`$Y>w;=apcKWL!P>hxihuMVW$B|sJ zd6PDr79oj#Q%9~@D2uh}4Ew8bAKDuV$BJG9i;s>xvjBSp`B3|)jSWGVv8C-wTY}P> z&_ZJ_6OPN>sXc?5tNWg{v?oV0>5B36}uy&4-(nJC0Mp(Dt8NkZr)K!8vM&t2Ze!dKD-6Krt_RfCya%ic-@+RDsYqj$CMTsosU#V&B!7(188v|9bm8Ad-L*;?=Sb*h&DyVUQ5aGMw(a~y8rq; zeesn>K8QQi;Y!H77V}4~O+BOTPGt`rhUxVV%@Pgp@JmVki54mGl(SE8eA5(g_Q99i z8NGlzcdufYYyB>SOaye7yCs0lGTH^!K|Rf z+y6?G(6Av@4M5MOqZ^yCeEV)Fq&YyL3+?#M@3^tP3_7;Dh39!cK}ft!JlrV z%kl7Q6#%tzKvcu5kD9%pT#rcB=8JNk@oCpsi`x7m?^LfTGWrk|){z^ozQf}5 z62tB17#W`^XjXr3?>9udWHZ1&fEs0L`=)lLV1@&VLn2cSBMto4^##Z)E~Gw4aP@F$ zE};$E;y_M77y^ErSxOP6YRZjpUJ)=eFdB{W4eAAYx8V5NgAUjvqgGe7h#=%B>B&J zReLKM!!FnWI$BHZaeyRW$_EojR^L#&-hRW*Qy&|pjn(tDH`Ehe8$=qi{PtPxFK@2HjpJ3{W z1+iifMCMH($gbdMsGr5)koa0Tm+2P>N{M=*s2H=}aG1?;1mTTD?p%9#K(f? z0BU(HuT}HP)u?R99J$3+>^s9_Z(+y3&3l75Jw`@*0O=+T2za_1ooCNLcI@oI<&Wn~ zHF9n)Pr`I_d2EMcoU6T{CaI@Iy#2^%lIG}q%=Hg<$#rvv29J@df%4(1=dlc)uLkWM z5TCb$H(`7Fw7v5+D$Rv$m^y;1vIH)2RJi@vR161_&VVz;jg30KLqLT15NwXrnz0=^ z`Ur60J8^sBA>>et>bw-x0>(MdrXr#S{Ug#Sp;el$3fOvlj#61Y_TeM%@De34MJ#%4 z?YFw!;jQ!>q4kvyrByivBZ-_<57}uO*h9KAGI~AQ$GqX6XQjrRsn1dC{)IMvrKbD~ zsd@1gXBusO(jEtT5O6)t&VjUSKG%I%KCz|fQgm5JXAIO1R)A({Z^&qB1Dd*df&qR( zzW)2>|0{m_QHY!Hn?v}0gY%#8dk#W*3w}RGv$x_0ZYe`y4|1<=;43qplRzdVIr7{C zxI>|VM%L$cBkmtvj;ofeOrg7=Orb=q6jPt8LYJ28>S#AWH`$-!r-LHjv>N_s)jaRL5WGU>4*78)}bi_LWEqQzm# zame$O1VSk;uqr*3Ed?9gfo16_ZjT4=!6I!2dula^8e~~8c-8gkboMGm+me$m-#6zR z@~vzrZRO;fRcqtbIB8__JVIMu@+<*u%oL<~bBJvIweZ7X19hpZQSc{5QmO>RdES%lz(ndQP zuiNCL17kIlqcPJaUDM(Yj9t=_iq-KSTiOrcfS+#A={$LsD53PsfQJ0FU<05}n@>qI zr$qh`iBM1N=QxMidou-L=t9oyW$79IAvhy7*Pmw&O~(|=yV_!Dyb6{jp(}w8Tpt}4w?PthLWuMTv+M5o4vid-JngeEC@|AWvM=cG(8LJd6 z0jIZ81oh3fkT^LAQd%3YoAwR!FY<3Thkl5=Ce_cz>m!wboC2b4*$ zE)kO!a;X%3k5LI^7-H&1>2&{Iga^{6vI&qQ4i#wGfE4AVHfB1InI`%UMS*w2H|VK_ z3}PS6VFqUD9Lh34n7o#^YeT|RbYd!SNXLB!noM=GUsLX0q&|>7Lvv6*l_R2Za7f5t z?-N_~92*jBh|j=1U5C)1L(q`}R)ip=-U{hY!N^Sp5r<(50YoI6vG}5=M&k)y*yGR; zuksQ1p4j{n9tMdhCFeLKvo}t=Kf(uH^9W+QbPx6o?*dx@LmoeIeR>9A+*Fx9mqv2{ z&n)f^K?rRHC_JTN2Ko$J_Sy(vr~GrT36FnX1;0GmFtnP`g>Nly6sO!U+~o<7)^vI3 z&rIwA*tgnPuQ2Bvmn60az0ihw1!TdN66ny}4H!yK4xhH{CqbM{IFjbkpl-Q_(x*R<*BR;Tx7a&~GB!ya zL158@6)RXje;_$~9^$vc-l`{Lnm`lUVsp6JPr$v<*N}Ux5%S?3wGk5+WSM!3xFw7Y z*HPN|V}~ejL^N+T&l8(Rqngq&0>IJ?WcR?eekFnUAUJS*(+6EHC<{s3;^A>Tc&!kN zOfJOC3_{~+F3h;Sn1$4NRIbDg7Tog`S0scbrr6=NLT7$Yr(`a;6#If8n4NMm!Lfl)0*Tg_pikd^KFB6v3Tr+g0Y z@f+~c2t+KrboPNOiVHz{0?@SujScV~rZrx7$akP{2It%qVq2b0CoN?ysl;@4oLVr( zWD;OoeG!~sWa;;Yo^L=XZYO+22s9HY#Nkm~0}lyI*2jGi%&F>%!TjW zw@nFWiBHz!3CAHKk-5#ixADm=g*nh!WiJF$nhiwZ9w26VHsHGh=-gcPgXNrjuKRHV z6{vf-&&8csV&%#?1_ zI6(UO5cr?7NFMGbZI;HqkA}UAc=X$Z1K+ET?+{Enc`_%+BJfD%c%+5uq4}5VR4L#C zYc5+lKvuiK9+I9EJs(;n?!#;6x1WSM*m_(X#22BK1Hw!(J zZbyw&LOX?R(Zwo-w4pyaM1J};I()8%wn8*Q?;}wOFA;sK;2;;D_zMlE@J8_o2OgDh znb=HI1!t?l&Nbqb@A5*+#6Xx9-r=nMwbBxdqUShMU*wtd_t}(iruZb*!%?O-VhxCq z_gCN_dKj%5yr$%kXgmY$so+1Qu{WrrU`bOaX_1F5&(} zEyrW2Y=12spT8i%pTT~Pv=XB}6qh&@1H z?*`Zvy1EU`Ko3abQ6@S=l43Gu$W4YYduNbbWUzVUTMM#t7(JAb&KBHKAVn|m(qMrx zw-op*?T!T5!NCGy3=ANbG3T6jn%>CWI*jduMShDS-n)q|Q&}-mLt7#Ib}~vcm@l1k zI0Fw+{O5WpHkBQMsX>A33ygEdmS$O(M_3f#(*IA9$eX^UwKI6Bf&0RWZ& z3~bbTK_JQZeFxFdC&b=xk@&XW z0{RfZbw+3^dSmp~76te%0OS$~KpA94Ok|V)7K!K_-T*4{Oqg!+9lGJEiEKX(PUr>h zLjli8i~-b6XElTch|V=vdgxUgQ#FPw;U1a?&Kb`n{GlngJUdX{esO6GKh8s=vpTfV zd{Ok>gKVzVMPDJJP0&?jo`v%9K;{r$T*2!CuD*4wBNup#=4MRX5`8Do;BwjdkMURZpG&H4-nG_qy^gm(;BZjq$IuHEl7|*p~cQ9Jpua;=qOH8=b5!p z`P|a-nzT4?9Mo0rQeZG>Wi|DX7{Ijp6sMboV#B45jgl!5%z~&7%e&bFt${tYL2V%V zijYD!(rVldvs)U`xNy5}wR{JubONlfDByhE&CT9Gpc<0}JLLeRAltqS)o=n@b-qq` zwxS(rDhj{s_HGIUDyigqi+RbVD5*MMrc%dHijXw8jupvwKx4hb;&EuRbkX++Qn*^9 zlgbJkiz5l>UOrE{gD2sz+*}fTW|3Bbt^qon$yNbj92b7k?JW-k%+&lwz4?<%sreUi zc-`+juR4!<@5X^~)(E7E0?l*=&5f+kY(Tb0nm#1MK{u>vPpdRcW^KTAn$3dLmf%1+ zxReXyeLkH_#NM2%M_&;*dsr9mCU$KvV;_f3NH`gJyjdMh893@*%CwPc!)f(BZFtj% ze7*W6UKir7@;)s7)(wt?$EjMt`8+4&1Jo1xZXQT}Z3*?{d2DZEr%iPp@s{E=2Kxo? z-z6e%H^{3aAKC!|HElJM1n2@07utj*JvY$29$<^y-qJwxD#U(ff=eh6p!0XkiDMgB z%d!>JSde`UH*m}p8im>%#X!EPF{@0@$I^STyaY7NK{Z|F0}AnDF2UK-ufuT?9E(4h zR$zJNXeY(y-#`zA)}Uk{FoVh`eM+2gKEwH!PAT77$T2YUUOyASp-<;Y)p?ls7i6tS zMcZj82>zYa>R?*J5mX6EK?o1IJv4O&0x1M&v`)TX<`Vf1>2@ZO>uDfF_NFu7eB90c z3w+WRMEJB9Xih@KfXk;P1)BF#G$7#$iqR@(63*=riM#}GuxqrlCHlTS5W7}OfhsM! znGISVh82u8T60Z>$iO=uXeQvsAmh!sad^??V&vytAiTTCJ2T+wW%uQ95qV&M; z1CSr+y1&>SIZzc*|InDVR!++OWssH@oLYQRNaj8I0Z1Ks3s7=0_D;#k+CP!o7_)P~ zsh3>mrtMCQ8f`zMI7I6t9H%Y}gG}?VAM$!m?%vfo?)@vp=NrOiUNyJvBl9=oPpRQi zg<)gLLHQQ)I-O~$io~q;^O*T5J_p{x8PP3sye?W(3 zphHvJKH%Ls@$2|5qZhmjmtygcS5LIV?@Ehr&d{cwmq8y)nsENKTvI<4n#MYKyUl>!AF*;`)N#2WEDhR zKQIS%FT1gVah+#pvp9LPARUy5X_RepAddSxpfXl3!?1e6QwSxnctPwBh+$c1H8cjC zO~$-PhsS!KBX0qY!aPS^qgj%Zz@Ll}4HV{*hHo6hO4ib4)D1S zyRjY1%|g>dTvyU|xY)cp4(RHRiXjIYJ|xdoHj-$zwBt^PZRSLpsu)ccb1sUDXeg%FcM=qPySmruj}IVm#_9ysxMUL0mV$*Hh= zr3}n-(tNt4D=c1`(J~}wgS^;SKzkS|HHho4Ag7^4fb(;c(h+a0uFoT?4Q<>PUnF;8 z>qt)x(ZUu@rRHT0kwyhv&lqUYoErKBT*|>DOam55l)VHC?uH*jYA}2lk_7(+j*P)d}N5zQ5|?L?7!(q;0D$vc4E4gho}-+DL(mU@J@;3iGc|e`2@4hP#(bo ztq*{dPp~FDsz;>J$|s}1VB}-t>_`a9i8F`?0=of`wOyr|jazlUK(z5!q&ZCDlc1Q; z_$xZPkB6V*!Mi2kY;qg5mSQl|YL!m>w>X;)I2&_j%1JHGuO4tVbvVB|OM{8mG%L_d zaNPyosz5U}23cqX1a27m<^!D|`;)E}CNF>}W&&8uGQeXYTE59PqGTwIW6W#*i4jcC zUUIhRh-adN_9}|@h0(cBfo#-R4*iZWf7HNw)jVL^OoW_~pA)w$-9Y8*1kflFgk*VV z7!PH@O8F!Y$2C4NNg`d=(PbJga+y)N2~9>TtFe_Qp|Vk?G^Wf$v1L9-?~O89F=dug znT7%bi+0GoHbIH3m2Oia>wrw8K$^TSL5URYn}Makn{57lASHyWorG%>`&xr8Rmx&CvtwrS|X%4+JZuU65(aI<5q{=l!%FT3HhKtyI zFMvhGM3)=SDnK#FQ;2F1m+Qcl4|WiT%WMz{p$HnkrD_JMYVEfqrcmNfP8X<`)~=<^ zu9N0M^28Lv5J9n>*E@WI?VOLNNq) zxRAU;b7zS(Y6^YdV<9Doz6AutIiNK3&?_6#(59*|uaQU*lu#PN__`9Z=o!_T@O&Fp zG@&9rjHHJ?cvD^w9N6V4R{0hK4zvyDk+(uu-olC3fa_^#8Y90vhW24M&EH4ZpYEj& zF#2LLOm!IQSg+vyHZ7T5hj?HH39>(u8g~xZJJrG-HH^&=3kab1=p(-4f$fiSke0d* zGKkFuc%bF;)69cK7#*E+KCL(TXux^I&Hjxj4*xf9ya5v$;3|}CVQF^b)m%82ov%;f zYpx)zxv*qyIHpZ-1YE~Fo(Y0gH;n%R+%>%4i&XXpyCCR0p88(oqJZ<5-sTKKB$C0K z+(s=s50hQxJc6EjJPHUR4weV#+>RNa@6eLb#euTvTnl2L?UY^+S;>3oNYQr<&22%Wh)NnzCd3VH* zckHmJbshU+UNvJBAZN=I0YDcD5F2?Gt(gzASFujws6r5q{>;Qh;br!mo~ly}xND;z z4FE970Dz9mx9b3QM~k-dx+nG22lZ4gKzy=?gu##?81)7Wj8EwyzIRG8j_xSkm9?{U$E?HuPLV-O989^JoL@rK;dCF4{IYV3vmn&?^CMIXCNq=jfC4M(Z@!i1hT;y zu*A*A5PA8aPz?@Bv)V#tK0c&$;sEC%Xi)_5hmhU}xza6XSCGa9Rw_@k1<|4L262&8 z4fM>CELTvPV`yXyGWo7`1dE2*VYYu3hZcfX(Hp=Eqo`}|#QDoO8g)=E&eQ0@6urw# zY3Sz4U=@6usNc+61UOGE7tBlSQyt>J#6Wx%l6Iqg(f187T6G3#<$OBifT^gCrlT3k zHA{Vt*Yv6xNV4>q&~x@qSb=80g}zpUm{T3iPmP>ITAY@^4~;xWDX)crhGuz|;>yQ3 zVQuzvi1Zc-ladeQo14n{`~^@6IJe+pY8TP#6lvs46%GYD1{}u0ENF!u6=(E2Fij;+ z;o2l&3RfnuQzk-xkY5#Y4b6N*O!Y&*^xiGe&?9k59AqD%3*c0MG#Rm3A5qVEXJAaR z6`&7nPAqY_3+81wV7Lwn5MP~_qMD$aO25d)@zS@9%2qckzzuveC!M~7GyrX%_xXxywj*nM@*Xsc_Tew_1M8~&cX@9O6YsS#)KoU=C1BN0FtoDXpLc%&i_&9opcL`pl zFEiuF{iEuM$!!a9Bp5H-1)xXIu;Ei-dW?qIhTKv;w-!DAV4+ZsLig*_)vJFY{TGZ1 z#cA)OBosq9Js}j}9asWY{XEGZTZuOLJW+%!)`RgFdKu;#KFLFW|A14`D*y{$458uY zsl}`X^MP#wFzWl?VA<0aasq&OaWt77o^4EmFsjAohXF`mK8MOVOgfu8g{Ie;WL{_( zEWn#y0dO?8swZw8L(&xWgnE|S7&B>9@q$<08`s$!l!kc@L)Jpyr@?jNe+YI`3|Me8 z7Hp!Y3t+W%|6`alV_-rcVquQ-Snt%Q;dD?3{MBv;`)(%+gU<_v-DLNSg^e;c3!te7e@gKh5%TN)2T zE&k(L(i*@Vg^yp+%s!KhUQSK^l?e>?dk4GV;AB0>Uc{(C7uJ#DXm}bb3W!lJ^Z|yE zMo3OFG%%VMeaA>_+Fm0{Pd@Q$lEvw#G?CMqC-NlTD&(^5R=E^?T8OuwUfU+UhTFY$h5T z<`s^#mJrTEsi7#wBL^|ACXBxgc&dz7M0=Hn^EluyC1Wr_BAPzt%4rCmh#vnr?%a~* zbI7(JL0>R@z~}gL(tS7V6nXj}@ZARfqjmg$NdxR={9h38#SAh64FdX%8Xv-LLXZ71 zHM;!x#)z38dsaW(#Ls!_n}F~pdgJUDe=RuhVgAMiWq9Ln=o0m;zWdh_2M@3%2WJ<) z21(CJ7n>azMoZvb)$_&UadcSVNg9lzk3IoMo|WaeD`6BS&qw1UCbw)_V(c{X3M=>D zA^JK2aC*Dwdj)reteByhQ7hWr`FlvV$z(N}!^y3Q( z%Qez59}hvAjY{L&6BB@=+Jyv+N9BW5DGfFrd?44X(&%Hf)D4j?XzFYPbbJ)B)1h<^ zAxs#so!%jhM-ZoX$man7YzmR{2~k`_9eNbCL%&4y7%h-PKS#{K1LVrsYlAx-hjv<( z6K}ebx2W;@y!~rIJ^Mv~IzUh| zGD{=kq4xW+Z%93BCq*;-J@w5PdUg*{m>`V?O@<<5g?>rS5}kB2KsxPid#mpv=7j`K ziyr_30RLw)h;aWW+=(%mo}wI7P=b?bb57>|jUdw!rL{{(Qwdwd$2I|eB)$3JJ%aUB zK70!KIYNxoH?@_+&*I|(oiv)XMXw4r-0s7p2lv^y*W!LR?z?fHkdq}RFL{;x6*_Qj zguN4v@UOQuwGpOjoBr-jdtikSkG6&(+=eh3VIsm9gsBJ_2$=|c3!OHo?42xxhGEHt z+1^P2G`NK%Ek|#R-4T#hnnruR629mWFW<*qD=X81*fQF;S_&d?2&1PWX^i0)53^O! z!1@wC%oZZcbC3_{Ftd|thLH#3X#jRp>>gJdz1K*G#)`2M6h5%oZ0y(h$Fr<=;p6(X zeu9+mVESmAoBI~z1>CzZm$vY+gNN^81f0Faz=^SK-LTq%>>gc*IO#UHi)8pEP)oMx z2AQ@RP72Xz6Ys*s`NwP7_|~4jhc|@!Hv{mQyBH1deZerxoeY>k76d(T`;cyfE!@28 zk;WTTun2C#YtvW=7q#FFF>PqjYK{h3YnKvE6dxn8g4lFEiq}96ky0Mzd4_IDp6BV7 z;Ca!YQi0Na7?Ttb(&$HR2Q0h<2? zTeRWcI2>^>v2qd&{eZ*41we^Ht`Q!5u)2=c$?4I{}g>+=bd{?`8Zc6vNsOO zOMI*m$q)b{2lob*498aw2KdaZ`(NPW{or#byItvctL9@tN}2wabT5Ks`dg5}crD#) z)@=B;kCx_5(C$z^PLixf?ilY7ZHO03UTr2K$~3O z$&Pipw)+jL<8^T}VT-pm`Ory2A&BQXb`+V06hUwvZM?czTHJVb0~T9&75EJEp_2Bf zgM54(n4HW92Xe#-$f+Q%6nR=XOM2OLYAH{t>cvh8+<|>0ArN7mXplF2A&t8}*f5y4kp1Rbmo*hAIS>N$Oq78?^(%fth+y^D0CCF*XGv%a9x2tDqKukvh zb`JjtGKKC!TK8zrN5dIu@OrDaPaGguiUPGM%cq_jDf-`n`oND-X z21kvbUV0DfCZb?hXc823p87UK;jFP4cl>s=`4WI4c`)(Op-B7=Z)u%WK`j-~B~4)o zc<1+Qh_-k0220=R}Um&Oznd(P`rOJ^x}a`wDt1GiUuE+ZM#jilkp5j~pw zlN&THhjxjjapA;48q*(zh5iLIjC!_!y@T~m2|tf(>|^P=h95%^k6V<`1{`1m{wwe{ zEWU>aeSZW`SQ6k2O{p%zR-AcV*Lck#EpNQG5lp4SO_d~*kLV(37|kQeXg(&47p(XI zD+U)1pF$TB#Qy-dZsF=0`o6FQ7NZNQ6EYeL*}oUfn4AevJr@8PKbb$=EDB!$#Q#OZwo5(p7J#v1x46 zQGkla?lEoTyICBhoL2Mqf%4i$QdfLf0Zweh&GrCH4=)5~i0GMOlY zqHmJK4xVr`Fi0Y9v{;IXhQ~Rvaq{us5z%oGkEbe{q41UK@w@hN>A{C{T?211?3Mt{ zD_yjrb`2acNqdZicbMG)8S*BTuyt5+aG@H41n_UUdi~0~%O_t~PtmwbqG3MGV?&oP z8>aD|h1o@*d*$89e~`v{(v74blC+atl)nja(x!N)k)(>$G5)~@|Lr82$;LT7gCm0k z*B2Gk(Ks9+vFDV@vs;$n{dH+7qUrdI#*Kx;p!u$Z<97~)?wUsJ-2yl|gOD=DaUS}L zC%u6+Xm#O>xA7S7mFcNME?%>MQUEvKjEKMJ)sM1tEK3&!<@43M*5IIV9Hc7mS4w!8 z_!u3S6MxZ|_LyLW-C)MeGnFVn=ZD9GfT2H-==M9$GP=E^d=7{r zLHXK;CSdS+f%vtzc?5c+l}EtdAR;Yea>ZY?>*y%q)#7760nbI>zv8Ndm+z`o!g=+T za7e7cnn{|Vw7yQC5P$4FWP2V!Qye7~pahjKDP+{(3&&zslI{WJ#T(JkPqrrXy% z>v0RwPAOJnI8G5>C+$$e1yY$3F2v*!E|zkY)+4}n*X$cD+L#9z+B?G-6G`s_yrvvfA#kF%7^h7w#V{iinK#5e`({ZOaVXO*H>fS{!X{6JZ%qqP1p{4K&g{VLz zb91C+LK;>1J1l7->Cw<}~&n zC`Z86vmOtK?*^xA>;;%fC7NX&=Jch&;l`AFuuc)I__B%hafGK3zD4(D@|obDL*nA% z;}ft6-ow=-{^daJYWrBca;^yH{M1jEPkvWQe1VEew7tUBMa(iH=Dh%hq4+WlMYdkr zN}6&bT~^a2l`dRyZuF$UW3AoqvCs``IHq1>8?lkcXL3(EQUk7T_OMRF+n|YKmk8Q8 zk3jX3JYkRr>bIAu1f}}#AQD-xhUrS~XPWyl@nMRtO=Uo=q(5p>8gRDUS1S14=ix{lcPe1cp^(mP7P?4;wT!wd($d-|ONX3_Ty;Bt7t%2?^` zW7|IA9qr;By}+iE+djy?PUGI$740Zs=pFqLO%XU@%{xk%-%tHCHio;|HL#v<45KD< zGjd;Q3Q?m-C&d#w>F)#d5S`y*8a9XAWG?*{fH`gkV%Rn&8nz;{i%r0(XdopJQvARr zeSxo!wvAg^JU=lF2u}fmvRII^^_u7q_U~HRMhsrmJxNT6=@9MTU1p8En>V_nj^KN_ zS1t9~(Y@RaB4irVYJy@Du*cep=rUFR06-_Ua!s*Yxv$1<<%TSQJ!U@#7$1fM=cW^u ze7E*p+GG=eKjC>oR|7iQ-RwCu3$*bC108MsnBaLr`x5I!D$$(?H-^N@*nEeGU^gG% z)Wp#ic$XP35T-sFXIDlUXI5IV@%Tgj1_~g&ivrkq{8sdNB_Kw{q>V*49plKKx9nOIn7?{Aep|9x!dP@Rl zj@?)sa0w$%AkKfoPk@1_A6MQ-+96YQo9T3N4}IpWu$N^+H*#*$Q6`Mc!alqs4G+nn zZ*QXhj)-@&zp#gmAWg~(@;WGuqV&d3)DvhWRnfA z$e)TofXQEXzG*ceg4lco3KPuGJLfgwQ1)Q2(A7nF`;)$=PyGu4x?UBhMdqL~KIa_Y zn0c3+q=PkHqD9g@lyn3w=}88+4y+z@kR}fzFJ_ zzn4Nm<1q46d>kX-yzUMZT1XMRLkDD?LH_R+Bl!L{hEM1)%5p-{L7&SlLQXDNdW_^o ze5P%p^U{jRUCR5@{g@cqZlC_1y>p`L!kktd#yjA=cEEX6h3N;ye*sh@BV-RYw4pW*fNIMRSV{-#KRwK&ZUKN?6t~E(phv5u&xdcUb5*1h;`+@1{>5 zbvUn@_-=!qM1LvN;k;%F{Q{+KYUO)Kz|0FxIuA!&$O>{^q61t#jQ%{zJG_Mb23{Ws z-BAoH#y)}s8fqU}@RGKTO8f{VaCllP5?@K!im^02fnGc}CXeOl!yN3*fvnVr)9h)2 zJG6w!I@}}3z{yO4Yb8G({$c~u_H9(6fWz%}vvPnr8l@3or63l&Bgzu=zMZ^v6rbkG{a$Tgc*WTePk9env&11kr2vw_8QuTL#~`ZFdDa6@!ktw3E*{ z*hbXfl*8$n!yqT7u{>;B(WHRS<6^ho*%KuKm6z_+&j=o6^MibvA47%VVrBSvi8h{g zB}pS3VQYtTSl5y`EY$@-L;L5Xqx#?w>fOHH3QDS+F`4bda)yE@z?RMO2r#%2+kuAbp zDZHtg<-)&=WQkG%HHL1;iwV9(%GBX=X^Ph+^F=<~TBCTM)baM9)nd5lg6whRYvXBg z^Ji${5;~?ykmB814|fy3j=scB09+O^+v`3$=zDnSf_%8(s}Sq4MIqm(OCd~E`L?LX zbq_il`XP!HM|UN9Sd~tI;Xr`@XGP=HGIs#ab-bQ0)i7Yzs87fjN zY&(ExTWA6u@n?AY(0>Pr4QrZSrtHCI>$xmlW{EoV9}^Yu4N+IGHl7OGP#7mEjKb?t zSbK|RVR{Xh{B=W#5+B0KFEOmS!S}S3p1Du~MUo~?64CI*hV@1CPQ%3X+Q9;V5 z^JN!U3A6_K)=MvnVy)l>au`wP0SQ_UEhaDvC&h6qbqwnH0HVl~d{ea%^ ztutDe#$cHYhcO8_dy;@)eA8x+=HmO0w5aG}33?+nyb|fru(<(f3z~DLO|>ys+0s*fJkr zr&nqR*me*_7XfxW3YYdJjTi6G#Qqt0mY(wLrqR(z3F9F7vZVm1oIw?S^6)NziDE0y z(1*O1zTnOMHr{QR*4?a8m!fGp9#MY`h{^fzC9W5|fIp9a3l3jZRIe(Z$1GKUjGq7B zE>(}mE>-_x@pG7XUoO5EOI7`Iw1!U}OVxh$9W1CG`2ZZEKWgB+{07&~kkuMw6QLY& z+f27XuF(R>SnzTCk01In2j~+bay;JH7YOPgUL9O6a$2wba4&s1A1r^Qx?Q;^0Hu$~YeeV1J?tT6*JUi#? zeb!!k?X}lld+nKY50G2H>n5;^#-)eeS~h+k=Ha``#zX%5%f@x&JU|r2B%*K1W*jPP zh|`{4m-%oj!KOl|*<|5|rEHmd9YGhVu*EnE7T+vi3Y}m>dn!0OkC1#dE*N<66HDvmz)A5G+r{~z-9F6fnH71)CYPC+L4${$TKV4^a zBE||o&hx<nZ)5d4tC{XaS3U=_VJkm|L*y`*>Q*~oS2h-$q^DYuv@0o zyj`%dxLU!re{5e)?Xj0=yOBIi$3Utz3tC^|L6zPJ=?Q6{oNxjyVI$Wf1@T5D z8h6N6!hR#FF%2H1L?F52=CdOb_FKNtRs(wD(yKm# zqHbuHYq$q-n-hk(sDm)9oUxjdd(g=`l*JY*n?pyivCAZuCg!FJtu2o1GE zC@?Z3vuuG|cG^@hJ8jtE*%F;wDaH4}RqHW4kXTGwptEEwsZMeC!^WGi+Wd)x$W@?> zR9JFP4AFA=!59D`l#?UpX}DaDS4g9B9fVGevO_OJ=P$O5 ztq`#T$+$a)Tc&G*6m`zw`D(D|IZo}KM65b=@N45t-pmMC?Fe#J<31kIaH!gZw^M1T zcY_i)vk8C0z7MR3XbXxfTM!ltuo>KmY|AIZwPrCge}S~>b(y!K@B=WgU|tc2htwF3xK4~Kc0{5Hv`IC5DT?5pQIUzhXCyzTD1eClX?;kA>S{-Lg ztHZQ7>bJ15>IxdkqOs6sK{qur#e)h)H@OhqgcZ5%ZAc(3mDH>Z(lxfkA~1zP6?{^& z2I9Io;q>Q7ML9*lUJZ?2o-eNRxJpuH=L9fvmTGt|%F$TMG8ncm5k6j_0%ci>xB6s{ zl;qp8_f~PbK^^orZ6}n}6b8*OSB^1Y0-`RRbL0q_x6-jU|4@&N+loztIS!>9M#{TE z%CTmOR7BD$!Z5(E1F4RT`XF{?u!}AaIEhG0bT)Obj;xS6vaF)q&5kJ7Lsrpv>&!?M z1_J8#0Ykg;&Ca+uK{tyx0@kBNM$j%BUbsx~HYm-yW~xS0-HihlV2*)rbS>oL>X||e z6Ezw`mP|rx^GzS2j^QK83(kYarFw5p|37+kPB-3LepC>^;_izar#Vr)+58YTT3r;} z$oUq$u^(hb$46zE(?ew5kF(?11}u!Mx-8V!lsb7rjgZyr-#~PTxrf7W$QyG?E>y?_ zERP(7C#C?16|btv3E#^Yv86C#4^{TEO4l_^ue_t$>@{P)Q!LGxvu_P!#1>&pg~80l zMppqEn8G-I0%~bXklhkZkME;7yoR$m-3+)L{%>qIz};jiJj#&5CzXY@Q|dC07luCq z_g7qi!*GMq2zo!w+7w^bio8)9?y%?m%5ZTkser zK|?dvt~XO|pq~WkaZ(jIKiYTS7~Wu2$rKniz(H=Z+B+G&IOAhqT!%V`C!g&U&g26V zH$}WgumV^)S~U_ywT`1tlAbDc?16Wv8Y;BZu{U1Pu2OFM3Y&!B9kpc*0o~aVxi0jV z;kD3T!TiQBzr*mmh9*C1@)JpZ2H>aEaS(o?#;Flds}o$tmIxdP*#4d5tBnK_X=9oq z!$bi!MHXuu#6w#?k&nSNVs|~zK#9QKFuEISj1mM~Apu9sXSwL$))r0_kQpglc!QaJ zmSM5R3yA*-iO*POn=A-mUAr4U!PVPr@E4X~M7JRZC_oQ-`xnTy$^a+*4#Xh$GbUSN zkgC-T2>>9**vyzszD2&lMyeZQyh9#!?y=+mXq{VNbG>s2BcTt63U^?Am5Xo5{#E%H z-oo|PXi(ARq3gUr-vB{={QS2!o(CC;=6iBz^S@$fKKRsZ$Dv+BPp z+nA0lH=8k_>S=Z)29>yG$0Uvh`>*9(8xrWK}aK}tw9L{$TnFq|{4IhEnZdgD!Q4FY9(`S%jf^w`V zF4lCH@$eDN$eUN#U4RIDKoP%eUgbs%0>M`B+KDC#2O|=UW6ZIppV&ylnc(4;xlY^6 zGWn6%%g>BY{+S=FcL4gg^Hj^`Dc0nHjt8i9D`qcBM<#{SivUh2>@g4Fx|FzqMPo(M zOSoy`l=PX@Y(8Plaqo$PaPJ1J@v|(!O!hxVWdlM)LG~*d56LdZbbHL>o8|zL}#YB`E%b2z(6hkDBZ{-h=683E6Hf!nuMFXnIN#5x`{QmvGdk+)2NQ1#o z>;tBr#o&bVL8W0^+QXJF4ckt#TN=g`ZE4sZ)>lj(n8+~t8go38RSfTSjbr1;)_@G8 zg?o2krH&YCc#Q*+in@Epm<~c>A(l;z-Muxmq$c&sBB>D?uBk;4p?nC zfTan>?jEM5q=$CeID}{Xm~YG$fM?jk#xb0rjH7TL1gCH^P0Qe@FMesLHzB$- z)Q8})k4*((;Je|_c906RK2gyA4F1YC2oWKnC|xrQ+>sNyKkjIF?v(5J3sGE8zDXEi zC85GN!ECO}jio(_A4u-7OfB1t>3vk&JQYP*)yqHRPlBXyxpOV#Z$3%|@+UIJbnI`8 z@#$~Eaty-We~2HcR3LC*%$V1yCy>b7b%`uz-6i^{B@-zA1`{jh6(xRQ^oJP9|5W)>R~Fak7!|Pn*Oe zG@vEuCouLGDEslTET2@t{jvRaV}+uq(#`S$B!a?T{KD?M!m)yZ{bB|U9zJ*|YKi#- z)1tvZvs`5BXV4777%QfIQpwYFN5+l|H$fweVOA1`R(K!Sg&|fl#`>lJNDac>!eG!8 zTwrFXc?|)cz=K)MeIk{4nw#t-XSM%f9>~YN=*9^GCKQ)r!NjnBI?Yr#D@LY%;i5M* zWw`Dn9-9eKwa8)t%9zJ53KvP0tvYtrh8X$P?vJqzKb2xnlS z99jk}LAzNv++-XfC=9P9i*=cmaz))8ig?|Py=U=?c(aTO%*4R7(-y^vOuu3%Xe(!S zA6%IiH$J~#-{V1A9Ejwvw$Fd%o~j`5`tYb%DRKxgk&RTGtk$j12FB_F>K_ zNCO(P9=#7ie2i%ZtCKJZVQEHLVB_f+BuLIj23XMuQ7pMFEf0sn4+K2fD2%C>)41K* zbQdEe49g$u9Uc>DFx;bJgdgyD{UPf|fpf?pVT&HTT4<2RHl@wl(|vGVPHY@*tBN-~ zN3;3`DI5$(l5PtQ%M}y}qKrBtzsSqzTRrVIg;Nhzk9B_F6)KuQ^*GxF+Mjz^^(Y&4 z-PBpaR5^SdRvkighqo>klLt9GbnX0Y;&-wWw@Pe{>urtO3~}8ERWowHt%MOw#ehD? z&}uOr4E?CYCR|yQT6GIGnNfQ&hI_bUA)Xm&6^GSGe<#y}Y>h6|nvgeR0>5zh<-*}- zp6%!AJjnP%m8EtLw(viBl_$x4BqsmPt1e_ass{10&l%$dWTDLqFzF79Wz!*`Z3Ok=|RF&q;GQPwq zL*OTl7{U}w18)cP2OnV>HsTt2f3M`A_kdNVUVpE}8!i`}K~{p{!W@!ltmzcPEy%2J z`e_6(_sLz3HTklVM1o1v1!YmG1 z&r*f7lxl_uUAI+)w4y9rVL!2?=;Zz443Q|0=>u$o&q8N@*zXzL;ja*|dUZJWmhw$}L(NI3=*W6{1GAUu8 zcZxf9QIk|ET}f_v$Cd*FxbDQz^G}wH5v1~Qjjrhgp`Khj44EQ#m1DHq?gh!{-G^DP z@-p#e zcTzd9L&U-zHNqVZzBRh0IB&@;{JNw_&<8?eCZh;n!UPlU$iuy^p&a`VlUN7`K-7aH zo`Hzw0)p#XrfZA^z=woi7Z(Y_NGfDJo1`QL6pk8Kh4OS$8Hz%ANYLY5f?V0;9D&Ty zK0)N{VUX+u2q*gx2N{THXFxdDPtZz0;lguODBnsD-yT7e*yLP*%*B3k@hpTZAYAQ3 zkShy>JEGkH;Z{FELWUrLDpX)4NMMg36AVP;zX6anu%8@eUkF4)Ks2-uv6g{|76L+8 zKS6nbGKPy(p;*tBkBSFq5%7xaQPrPKvk_n#*-w*ZAsPdsv3-b!ELHA+aIc>#at)?2 z+(Q-WVP%ttJ%UOA24b54Srhxoea%8N1w>Q(5K|b4=w^UuRzE@U3_+f%P){pCp7sc$ z+2oo7S#$fzHDn=L0HTF`hWH@YU?|)%;_y zxx;U<?JEPh+GFYAf`n{d8}jlZ?{61&CYrAxc?$l2^GjkMf zQiYmq$uikTN$wT^SrtH8VISfn7UC`-?%Idovt(5QqOyLnu9L2C_&rtVJzKKw*+=;k zfI-%MpuBG%;&T?_0U#dOhZxU5L_Y+?!}`hU#gJ8{3azpwtI9sgR&1h=fbx-jh*}sU zAp9{P9@~ew$UsCt0mPH~$zo=X!k?-_p9-fJu$t^C@IJMVb0(YW-@y5|eTZZh;u#>G z*@qyf2B4-^1ERWqy2!CT#_$?dD5mtM)yaH~eUuLwfV}5G`P@FlF&5$lAYRyq*uX$U zzXZg~`pKFBC}Vi7DzsLoXWQypplkfD`Jf*O9=-yqS9ZUK;_GXCeQo!v54eNP!=dK- z$iN)PAsil4aT{X*#_$`e&>L1_ZrDY58p+)RLZUJLN$OAdYSkA1{JI##u$rP?`(-?A z8DsbzRp=etqPl~`?3h(O0E`4pAg3NpL3ZQ<;ys!I%RK=R&1#Bz$+}3a`0z?qXr(P# zmG;Tn1Yjh34`kJ&DU2+{do)EF0};(?ih9ZF&XDy`75dPYtcUi=YRV>B1+wbV6i?9= z0O9Y^6sH)7XjW6yOV&ox*$9843VmWr))V_=O=S~>q6n==Q4D7x-lHf~ELp6gsF$oJ z3|ZBx(CRw%1jUh8ZJ(|?=se*oX&vj)6u+|&@6i-%7>H6hIlnU#dc1+Oq4V zeX?TML~B77(H3@UMHd#rsxj<92w1XMtx+#ow_!aX6}V_<58?E)@W0*ZsMt>igu<_@ zLa*CWe%(G@UoiOcZU84yEq3VAu@F}EVh5r>0};)tn0hJi%#d|k6?)s2ta|JdGe)dX z&a8c6m#ix+#Cz1tZU!QnRWtRHwFpqg@VlzeyS8N2W1pn5iL&;IU9!Sii1(-&AC@du z&D2ZQYqCrs{DCU;fh}3}*e53e3~sUZiCwaOU?JY4W{MbyXjaYCOV((HtjDU*$F^kE zW1j@FiL&;IU9vn`i1(ruO9nkHG>lhr(QLa z&q6@WMuNW9<{W?5e;z2axn0HB-t! zM6+t9UUsblREjbDb&4t!qvQ+Vs|Z6!#29`}6?(0XgV&JMHTyb&oR5pI*P%7)(JMhL z#C!CL7XuN^>Xmv)eTH>J#_(IJ&|9_~tf${|2*4ogJ^h~VScv!Nl^F~~G^OM=zID-A{OF3dgTGOUqjYdy;3h(Wq>k<-&cj+wih+PmLFdO8-MUy*@wYop6$%7lz7K=4 z!X0AYDi|Eam}9_*DUTU3CF9(Wn10%Lc3jpj#Bmma9hbEWv5A3*vX09(eA`4amQ>6o z-8{@w>IK3b7`=3|)!|lB^kalOdV-8_j@_@l@f9S5J5+x4Ut;pMVyeg>eW@@ofNW~S z@}-L52#^+&We7&|GA#Dnv7ZvXETu%^qm-x_{H@_nhJV=+N|cW^?X&h#qN4{X5f^^b zuau~&gcA9~KlU)zG{8R?{uRGdqBDmm(XKs|XkRfUa)w_6e_Qx{;m85~9=sNRP$9!l4Aj;moGM{-1$ zO*WlN*iijl>_^XT9B+JCa)ZykN**Ha)yfYNu=7UO&>ABIG4zjzlD+HMw~VgRBYVxS zU*~b38y=aZ#|`^>uK*YJ>#~kwe3C%rKlnQ#tKYAe58q6yJ?ESbwpbc)~v%yWgb-4MJ zaljT`Ta;V-FVKwHe;d5SXM>k`>+tfhI(xGF6JaJeCMwEB&ZdH6qDqr+*R_9g_nJNK z8hJ&!lUQ_8&K8u;eU8&?=P1KLj-iyp2I=n`PckyH8N!0QfS!C~xXv~EEMlVh6k%t) zXg>Lw3%3MrBb-G><`ZPL?>KjJb_CX&F%kqGlkaTUoN$NP5e`<^BAK{Itz=T|$BLgt zA{U~JER=c}&w&u%!*jyTvm?yWeaW=n6DCS4L@}NOsrYVqz%xALy?XLZElBo01zKtR zDBvRDhQV3WoDxJBu}hY|A?(p*{RbWxpoxGhAPQO^pZG)C7P{9SyLlnE;zQ z0bo<7W=*RgIIBzYp>g%|k^Stph6mn;hlo*^j0KUQ!n?YpoWNbFEq?n_{oUDPwq(k)ZRVyw+z=>>uB7wRN#>B!sBiQ8u z%+O)bV3GPKgDWa9`ej`UM4tcAzbM@D|LEUc_37WIXaBeKFB8qDh<6S;jr<7UJmEUS z)#)^dx9$5|I_v*?{ksyR&EJBbop5Dvm*MK@`;Y!5O8Gzf_y4f|C2L59JIIplb1;C( zUYqG^7zk;_9Q+Y`;Zw5ZjcuugbB%bnv39?Qbn=WZ_Sc!Xh93ctBFrdG5oQ%r+~dMV z&W2Kv;ZBwBaTY~hZ);P+HX!rSjFHBV*l<%LyvYwuenQ9(Y3L$GlAkQLiL*B6WU@&A zdu5$1o)c7;CTZin(DoDSAVOp)^+vmnu$+6adim{d>liD<{vF1u>de!XV!UJbHJ>J#JR2!JVPmt_2#qRVGy!RVOu$arX%SZ zWGAppK2cK6cRK-UFFqD#U800dFOdb;zYy~XtIygVK3(p65>2*iityp76rt`U+>sPv zC7$OFw=KgNFJ)%KK2ham;hqxiz7%2JMd_hHkua=ezqEJ`3NhAr9tn`Hm!;Fygy}*B z9?=cP;?sVXK3ApN`FP`g^t9sK&Kq5sz7#q>)zTx}DyC0ms6w|&da$lzrEk-Y>0g~D z4-Qrp-v+t)`U4{phGOpx)3-8))&}m^1z_{b-M|~V4!CgqdWlJdpe6`9hae{e9j{z4 zqOL23$fPgEKCnO4vX2P;(Rd5bgaxmV4pwJQm>}FSP+;6wa{V3NF??%#983YQc>lJSbVt9_Wa3f(qi9|wq;Rmj|{Z}_1Kqi zXg^67rj$}zY_VXQ2zLlohlM?WM&})2v12Pyocn+ejd)T-RY*~9VU;knM1LO$c49H7 zxos(ELXFT-7J7Ff(0uwj60d3dLhoVu8X__j1IIZWkE6RM+;fh*uku%9URrE8WPZHa zP{OIc0K0QenBWzB*hlA#9r?v%qiHP?sxzrjpZP=pj#-|Vm#przyVw7{9(@W=qCAtqPZ-Z21 zci&st&Bf|4l8@Dar?L0Bm{WO;DZjv^kSf81KXZ&Et0mB?Rcx%kED3gEz1D2DAlWn= z6d^Z6exj=c<3F2ptfDuvAl%Vn#wFqOZg>rBC1h@kCOyx6oXSme8X0SFep%+6@to<; zbOVjmWB_B1Gd>6I(=|htYcR)&^|)f=-V@{=6_pJ-sIMr>GtWtMK!xl`f*b-5=zp8j zjY~GJ%}FsEN)VvCTDgH?+MInADnyG3xwQ<#Zeb#2yr_9M&b^Kc{;t{%4rLkqE2f0Omv z)28s-LU8qsclO7XzBqoNkb^a*%;A9sZ5h@*A5FPIi7aH4NwFOthu3-Hd_0DV^TseQ ztlKq)d1J{mxtX5OY0%>CU+vApaV9HCWjK6|C8;#52C0#?tV~9*()y|Cs}ztIf`D4= zrDr!ZkRyr!W2VgmYX=V|M?aGbg>}u6jV%$IEVmtAR>(~*WPG^Z%ZeW7FIx{&>PNOd z2*`l}#=ZjMNn--oREw3+0b@%%48?rzeynfDF#uC=#g9jna$+q2r?|qaQs51jTt7GK zopDQFG!tvmDX_a6wml>3B2~O#f=G3Ef&iEjMsV5Vo6Jp?W3e;Y*win!Zj`T%TsHH_ z5!p&OuGW}TYc3~*VjCuj0b1jejm+*QvY9!ob|6Z13^@-K2mfGCg1L#BYyiPt+7On z$&zXBx3;1%Iu1l35wiKXu%YP{EepoD`nUqOz9u7d?R4k9e>uUV1dsxlf($|!6;`# z$UP2!Be};JD1SpfheO$r?PXv#hEfG&BU~SW$qD%+JSI#^(KW({(hzbc1hZ;7y>bk8 z8HQnx9M(_c*Ms?G*}=Rr9N|SU968P>Al zfEPCTl7db0GLH2&mxDe=2(6i6`NQrjt%a21po^ForeHltQIJCBn~dR1!q|sN3K0im z)$J7~Xb6A7+BnmGqNj4b%()#=j=7$u3s7N(10KwY9yaNzaDXvK#Oz9WT=4@8ESql@ zd|;IH6xos$spggmf9~cX{CTjGq1cmK0&V*N*@u)RP`zfinf#%8p6!aOzB;N-XPa=~ z3>j2^3nS>mevpn>uKxCZ5VDoFp8X(}9Tll49+8PG!Dn{@4FFw!BrJyg(x0?42l$YJ zKnO#Lsde=ULpjH~{lLyXf_qpbe`uNl%U+9d^`Eh1zfo(lfZN+~!e#^XBi?_*hn zNkfy5Sp&itT&byy34?wV>>}p?rzrb*;_Tw#`_1jhmaIA+Aii1urZiLYZ-Nt~2u#_B z3H_e$@QdXVyO$Jpga|jmi;CcU%il1p78_^^wI=L6f_PbS0P(2XQ}Y-*Bi?MIV5@#V zb{A4RVhvM)wB)fH`yIQPAWFw+85VWRTx*oKwiW zVDBUwFr@~^JA(=n(nlS_&b7&sG0uaehuBn$hM&g)emOj{Q7;xGUtUjc31r%sS{$r& z+<`@xFk(GKi_(o_bIvPuB)KM2EC{Fgx`E^&(naHjD9#DAO*pd{o5RSl&gD)xHLS)- zFU3}nuB!;!3}t*aI_cFs3#;;8Lqc_p4Q1YJI7EMs&Zaas@g_ihs-V`SeeOy7U{j~+ zxZe4fzQA26!etwnuxZdJ0t4^mBDbKF=`( z4`Ud$M#emOYZQ3m0J$|ih=0aqsP|IGe254KvvI4)$2DsBN*!tZ68cLWWz1LX5OWN% zyp7=v8e2@2=J$Y~h!*QNGJGrS?N|eUNjc89A^ao$)Q%`|(*?4+5lWwQ7$|eQxr9~i zNV9Kl=R;Uz*)5A*vI5^^%>JRub~Kt8Ibak;6Ogp++UrH@G|2;^5mYZjKKRagbcuB9bisYoV;}M?#c6RhxAXY zpWrBlWK86h;ftvHHuq$9LlxjA@Uw*~z~;I{`{Kg~qm*rQ7zqYY-)B31|Bq zXSFiv6ZrG^R{75N$u{3fJdfUQ$A9dTRvi+q6h3V8C8aa109neoO4XkUDO; zlS6iIzHu>l_g2A=Z=ygPF$Q=_j4%R+E(eVhRJP!m1zhtHwi2#<6Tu}HDnm(qec5q_2Ah={W9o#Iqm2lhO%HS@--G`%a z(5^e2FI*(tXt-%`i{Q4v?S(rIcMgmBH^TEY3j$>7v*-Ql9)2Eq-8BNFOBaVZ|kOTA=Q@hq1sXHsSZ>} zsuT4Q9saliB0=h%ZB&Yj!w%#f_3TFWdNuLW@OjSEFpbt#$IcATWL7tMdIXP(=qZ6zJk*&?j z%+@80&Php3OV?);9_8qg-y{NrS(E+|n9RzVB^=BgmzDv6w)#Oel26G*UGNX}Yw;bO>ShY`i5UrpKZ_pq?}7Ge~=9CMNez8C#15K z0#)Gc091gt17w8j?39+0X7^l3RZ zrB4bVGlfb>&jgY;Ft%P9`O4HjEqG~7kAl>tT0dAK0`i}MB+MR}Bs7NQN?? z4lBn}%90#4PCG6sHJf=ryonE@ipRLjTrGJ5o+4;$atrlHqTpeD;+3)in2?l10PtV{ z@FW2LH~)E~Phd;m*5-SAkgmEl%(hQJ!bqQ=Ji7#Ui>s?&At7&tk4j8VfY4+ng`gJN z`BtZc?0kRUH-eX>nU-vc_zpefdlIyu^{Xwd2?-gQ841}sU0OmW)8N@jJ1Z$QF*`al zS^EynS&3=Z;J5P0D1%sCqE4S+;?y{%D#Mbe5=cfws@l@g{m;$h#Q3Y+n zg=pKL1=5(-9PLU%ZcY{q3tb8l=|@2`r&Cm7R+`_q96z)merO;4vh^9dv~gO$bg`e< zk2QJUfdHAXLTmxv#gVE_%zEErl_w7#u(U#-I9~DVI!h%#|ek9 zSS%7Mhrj}aO(C23$Y<(1?mKo1l|(STYaUUf--KFCBWfHsDu*PAU*~EfQ%t+EQG{eYqC78Oi#;_%JR5I1jCKNp>ZDKM4sk0PEO-?`IdAlq~5}362A-bKr3md}s*$4`wFXS0aKH?9_V4UXdKOWNK z0H2P^rqZYkYBaE=QR$Qxm@}vpDih%4h{OTqGB_pk3?=!%_)1fRcL&TkDvL@4{3KA5 z2p<|Z{Ph8*B;d`Ya^O;shBpJ94d_gSCn6*bZyA6cg|Q%5HkPz|07DKFHx00FpzPt? z%wY8fSMchI>?y-|6OI2a7;loniJ5mA z*hT?6;S0&bDBugkGY+{K0N(dSTCqq!3{UbGit#QE!#^F9Mh0j|x8Y1KlQUatNy;SE zWWb>@$6r2t9N^QUL`ZDHD+kblCCQRhNxCFUqLWONOqS$Jrb}i^ z=1S&E7D|>#mP=Mj)=Jh%HcGZgwo7(O_DG5)2P9>ZqmmPnGm`U?%aU@*O^HczPf{g$ zDyfmwV)&aU%#DfNC+P11YPD(O>cjg({#^Mo9oG+d(UMOBGUMJot-Xh*E zE)yRW-xNO;*NAJyJPBXo1s>9pNJ($-kmcTV3(p9z2$xv?)Jm-U@Md^0z>??b$m4&V zr&>%X@ML_MKqiuT$UJ3UGH;oWtfQ>6jF!n{3Yl6KB8v{V7x0tZH*iqk*uZ6hD+7ND zG^h`&Yt$jZ6G)?qMsN@w1L)DTuQ*D4PCQ5Qx$L^^m2AI%uYlNq-vWln_p6SmIO;9x zed^Qd3+hVsBekQ(T{A$FsL9u?)NIon)l_SEL2ZJhK}Uj~1X01>1aAoJ0q{BkC7CH* zCG92)m(7!Hk{ywqmtB)RlR5Z%`nUIw@n7ZttN(R>et;|>C?GPRf54D{@c~5vI|2>_ z90@oXa5JDHpeleX_mDT2caVq3qveC-De}+dd*r{%FUTw9PvsoNhYGPmqv)j=r^r`) zrZ}d!qPU@WuHY&^Qg&6!luG4L`$_Ree?QDy?d~>SNV()#s{Bs%@%0sspOSsuQZS zDo=GQwN%|l9jhLuPF9amXQ^}5JJr9b&!{h}P3i~gXX;mKCyh|!q4Cmus0q_#YNl&` z)f~|Lp*g3yuJH_N9V83t9uyZeEJzEBXMSwC5p%)`Hnf3*K*|2zKe12h5s0*nD01AY%M2e`jpAlab-$BkALlcEU?--y@{*>I8aFMG(X}B~|I$AnM`n~k9 z^scnMEI`&%mLtoTEtUN!+ao(A+vUI4|B8RDKP?ZChsi&d7t7DdU&=*_KFTrL#lbLGs579M zqIb}L(LAxcc#OD2+(fco;sMPxR<=O)RMy@9TmLG5Zh(J)HlQG2b-?L>M)FSbt@1K? zq~f&Vp~9@_tsJY&ROUbmKT%Fq8kDoZ;qR5Zl=qcRfjt9<1}+9Yd{ux-r3zI=sbW;a zRVk`Dsza({s*|ceRTorORM%9uRQFXbYG3tt>K*DUYOcmr(^3Jkkh) z!XZhsg1!sd6LdGICWsr{BKV_Vad1rVz+heQ%HWdVgTbeQF9g>F!!V=B8YMp6fNoBE z)1BxpsQn9|`F7AZp!FJx+lhOLM?u4_6CV>l5Wj#%`%n@u86g=j*(JFIo$d`yJzAO} z&5_QO7C}>eDLpN9g60X44TQ8!kmbo{pggY1Dr8TfNt_{jN&W`^FZ_4;mq7yM0c!(( z4mcW69>A0H7_$A;>z;*c$#XQ9c#b1iMicn=AQ&?n2FJ5EA#Tvt6%WvdTDQ<&6G)jpcfHGc;2gPR1m4E71` z988GY0{VRDUi2V(IGsl8=^6Afv_u?nLva&v8?moA5ADuY@ec7m@ey$tTE{7<4-2Hr z(B|EeK9)Y0I>;KyqGXw}$+AM(eA#m3V!8iu|I7Y2{qOrf^Pd**p*%t!D<2^rBhQvk zK;1XU3+40V3*}4YE97hB>*c%UCGu|+M-=B3_Y|)cu1Z=tTKOj=utuG%*%Q`bJ-7&hc)17 zvHuO|{RRQe1KI^d1kA?z4XT(?chr2%Ld_D*aH9IwXG{w-LWoT_q zXwGQPYc6ZbH8(XT$bOaPsisC#3(dm|;s*(WdIZM@>w^u!)Cm@!Sez=(6zjwj#gox) zpA~-~v06C?Wangm%eekq155!A1D*!d1k_@3K2H9ne5HJ?e4TuwJPhsTiNI{tx9a;E zs+^+8S(QEMG4ys=2q$SZTKo`6KS^h40ot^evIhRX{=xoX$Qc#j7|;e1lOOPD!1{pg z0cvQYKH%{h`SELS}s?GS}{s7MNz0&qFANajF#(`qM6cL>8q3|hbTuXQRv)#d71EJN_pcx%*}5a_}f z%^*#>MyHvrnU8W)FoXtZPMpb)IE;h>KJH3@qv z8Mf3)x|qJq*iN)KMw|{^f{z$S7vQmz#?OEL{;%S|e3T&N;6Tv@K~tPuKAIUhv$_Gt z*L?(YGPjp@k!sLOHqmI&pZM0=WZ+w=#%U)6Hx`gtQBnL#^bk zcF3pbHa78i9#Iz?U8METcRt%Xo?aeyBj$3az`~UUO{UQWyb`*AyM86tf#cxdPR#Xl z6G!B24F0Ga*wab%f`JlpZdJ4W-5Q&N1L7vzxxAE)0q^6RtRw_|Giu7B3nHqkH=)UqwllWv;t(N-~_Ixi7c*ZrSg@ zO-K(Q@murypplPS8L={KX7^N`E-SEW*QD(9E?C3E%4HWU!RVSbHjRXK&C14FktAJC z*ScaPQppGoD=s`|=)JaE2XAXzgo9;Qxf7Y;RU)!f+MOT1qRi(gDzH|I=sYKdAg;^LWd(fYP`;&Y6i{U82y z<9x!Qhq{}0X8gFw)VTA|s)M`26BaJnx8{^mcy-J1UYhCo^E`U~khg5QGzi^!;Rxt}F&Oq;p9saHFUl07fuxo=M%O4qswVuE6=r_i%T7Gj>6d&=2;=z=YNv}39 zY82-Y9MJRN-EXu5*8Dhn;P;8gFD|&b^i|>af4pj&vSZ8#N!0O@At@VXeSN9n>ca~s z1pH#wtbADU;O>``maGW(lMa8|7(ZO zqJgA1liuMPJ?Y<~D%#R**h=4`PFkSklC|EkX`?fs8sDffS|JuoXt7xAPt=&g#!F8# z{99;iK)Vsz+}wG6`o{FP>SJy_`uM+8OzS$mJ|ikK4|H9zl;ZZEcX`X+=NoGJy&g7q zz`hQD^!ELt^3pV~BQt#`9oFaV9BpVn^VhRoy@E;yeLpXA(aRyV-yQs*WWT9*v*-^s zKM#!?Huc<)zx{UY{?=u$)8q$BUWYuVcaD7>lBwIa^Q-?1^4;V#Uv+ zK8efH_Z_|0@#vb(zfqs<`yggjq6!-%w$41!=}E}n!V7DJ@f(s{)?Hpd=1xTS?|y4? zK+|EZDX#zQ_^8I;}f*XM?|R>hPEP7SwLQMoqS zs^(^1kyp}W>ieTPRL|3o$0@!)HjVC2Dt99uRMFZ9j4r%WJ~CQDip$a6S0Yg=XsNF_ zaa4*@>!0G6q)n#%WD;$FUt)lNvR|@N>Q5{El_^?U`<4bg(#Ul9)b^%>IEUn2q)nUt z(tDX}YdVf3+M3swh7Mc_9XK=Wzoh{o%n)TLz64s~Cl&iaglR?x4zVgI=)h!Fjj#F=GQ~mkn9}?8mzwE&cA6ldK2lVb04a= z`7?ivzn84kUGUS0WOdHixsNkXr~USaO8Dh-$82@W@N1^!K>=Gc{nvjRGhphqGw~W# ztB;4x<6v-ZL{5kJ7vIr$&Sd{!ygL5FS98i=l>1#xc>LFd>0A8gd|+^sp+y*g}IJa^fF>(0$jKTdA8)%VI1{>KwzW;jW_lrd|L8MFT4|M^K~ z@8D%7{kWS)+~d7E4OS%l7PjHrWrv@4T5(Kq{FgGvU7cSZXty`D!BycWp)D4b&ii%9 z*!gb#UYz^+&b%MDNjv6nhfQ4*Ua)-Aj(`cdv*-fHJy3XSS%v4CC~e<@G1kQIFpExL z>@!!F&)OG${TodV7a1 z&5cbD`rvHl(Ib!Uj(xqjsi^#Fpw7_Z=dLRy_soCo3yp63XEt@oKi;+Q@MiC*r&XyN z`}8XM=GRHR#(x>%eDPJgt6%A7AOAk5$JBGvEuxc%6u}C_c z?qT&qiz)s!EykLVq{5K;0<8bkUk)5YZ`Rs$$#D z_-Ji`*XP$4I=6g$J-TM@s>3GtZx%$CeQ;`C_M(r*kNdJkjaOCd+0jQoG!JWeZ1vn< zJN!5)DXz!re#f3ytQiz{k~m zbng(d>E`om>!*hAb{-j_9T^h6CG=kO{cX9E&b!K7#(Cw7TVHQD;L5F4FKe8{p49w zgU>IskB?awA?~{D@{RGDb5!1_h?9TJKD5*GMZ@f(k~Nwi974vJ)4u%Tx@etfyF7+} zcE5%$aB_zJerVO-O;gD-4GeSrPv~!2jtMy^aDOSSB>G#-criT)@BdtH|G(1SU$08v zdi7G|XCF--+ok!nU$5WzeQCe8F`NFl;u-BDd~ou+lf5_TXzxaq&VLSA)Ff)*2ce&B zUNVese~}t%`sCMph0en2hP)+Jg-2T-k^0Q~>haUjUY%<{xih=v-8<21R+Y4kJzVr6 z?6}K`5kH*R63Scs{M+=;N1y9>IXrgD%oDddhIi?(ac19v{RKC$&>*^zRx)c(@dN zJ^lW`iLW`!TE_5aP$D|~{?C844c~phZ@||-w3^sWJmKh#uN8coCnu`o9F6SRup-?Dz?d$z8gNfd8cU1pZO)X7e03CI)huW;3J<8 zvtB-{y*Y7dmj>0&*R%F`Mt}9`Sl8@DJ69=}kM{e$U&Fhjh6OiWV)PEa?%YE1{HVBR zu2|!n?N)X-OJknl>V9>fYvQL>=XN%$j5bdF-QRb_n!S~KrnrTEawayr%>(-I?upuA zLpjY{JsO_6=&|H)^)D%dw)u6v^L)n4qy6GcUu7*!->B?;=GmmZ-+O*Ms?)>OUv`o? zO=vOdkfznR)&*5=rJZ*l@4oHU^LtZ%y0Lbh&VOh0@8jDxZlCL>?mu_@knrvvd$w)c z(r0wp*P-V8Np131G@(;Wp^ZnhC|mJin-kqDd@FW8jXc`<%y~(E@Ae->`Xmgw8~5Np_K5==&vfe&vvJ{;ZzgWow(<*oiwmF4 za@T*@RkDtsv2y6#c6(PooPM~?*~(UZ4=sBTRbI`}W)`|lDN8H6opJZO#eax9nH&B- zblCYmAFMk6qU(y_E(4p6J>!RD znq`dIg)0`=j6Cx&y!&Qk+D+V$w*A_K7=zY`JTZ*HZ(C2Bby<2nyQpD!tM)a2t~SL~ zI?|ywCaTJzQBh^RJgHj`6~y&g|LyFn%%ht*rZJgBQ{jXZYWJQS*YkyXlM8c?V*?N&jqF z!FaE4W-RXL6PkMOSn-00hGCAM`8!u0(LI%DwhERs_nYB(yx$ z)mBz8u|Z^oLtk3z_O)0X{pe8vZ$;^p$|XY%ANg>B^R3Ji4Vq2)?yIIvw}1b%@QD*A zS3TwSmo=g5lS4m_o^0CcqiJ5Us{7B2 zB=@HD($5MZ4^|A5s(){Xvt-rfiHMZvPE#;>5 z5&bsrIxtP_fot}Jgty9UE0qfNroyPuT41fA}WABlh{tmsmF>`#_PxtRH>oBXvV}8q~ zL$_>LzaTR4!ROy9w5$4?WJ6O%j`yVt+CFr^rB1z0*_7P=!rgp7-(qZ>Lcg13sO(_knCch5q>3J(Dh- zPDxnS?1{?1QS^5MRu(jXrgY-KaISbW(n}qvD6IK-T1_%KNvBrgo&; z!$QI+N$WSGB=3&&dXoWOcGij=-^I!_nayx7odbKN`QUTu1eqbL#Sf%Ci$+7rodta<=BzUs`V-wRrFE z)3?sweD(+5(*s`mUpzMcv)irA_r{MsGL@gJD;M>PJoAVui|oC|+5gty2CpVBFS|YD z#*DwuE)%x?^xK=$o0XhB{B=uC>8r@^+&_~pZWAe~+2^yG`ti5e!-kAbL#I7dWaK~D zeb3#k(rR7j!@8c#4n?#h6H9gS-J8#`4i0c_hkB2k9X0*jxto60Nz$5XnF~ zmhNZuV~E5$mRx@V*7>gYB%y=lU>%8az=C?4=`K`fZUIbYr>3nh#qWzLYuk5qzlrDW z*Sz{))m(WvRa+nC9P?ZUndf;p_BrNEWtI$~5HicqA@djx5>m)K6-6Q$6J?&~`4Y*T zM1+tref#Lvt?u}I-*=z;edn*e_Os90``LS~^}fIN_x@IQ^-$f~4*j`h-8MTF+@Yq< zrJ4O?qj=LJ5 zfqeV8R7m@r30^T(WE-Ppxhu)+un!kGUxHE&GFUc2R$tANJ^Y}UqBUZUfa**$|9OOw zqK9pBgI?#Rv~%DC?6bbL&F8R)Xpup5;)WDO0`b723BmkS<3%N*O+X=KroOPmmP8a|7^`APJc49b znnnaOaUeHUcUHzBz0kWr5WWwnfLnY~PspMN4%dF@4}%3jhy5*!E2waPUi^7~S^R%r zBL4*j5TMc`fdoWBXBS3i5j$)m08H~Ahp8aQuZ;*0j1d6>8WF%b_i%OBg@OV8Xv8ru zh(bf;+50C3tas$;`5YF`Yv)zqNzmb_Jqu_gVHy{AXgNAUyeiRu z^|rd^A7{pKsqnU1+Jfzcfyq?e5+Z@d!qHs*0w2P{=Lv=#W^}j<`$Bi?oH1Y+8`z($85iNU2=f*Q= z=#4GY)jplt$hd2uU&4*kl!oU?7dMXtXOiS8v0lI8TLld4Ik`4V=FIlfJZkBtVKba2 zgRJVZI!$Hzavadrejg*DA@#&i^V_yW?~kfBC91F@}em0*u-tkjfA2q<%~;715?9ckzeH|Fwc&?0Q_1p`o)^@ zn_%<@I{$Z4)UUD-7+262Plt=(aR?$>;VC7q=JaAtE25u0Tm(3exqul5L?S>dLnA{y zRPC>40l?`C&RbBZ2lH89!Oj#AHbo*2!S2Era09_k2lQELerbbXC;!*-0e{fH8-Tup zd3Y8abRvL`1JE&FbvQT_v;hEeUv3A%rWXFA+hM@l%E{6dbgS5*z%58DFT28R-B7@Z zuN^=D5hf%H<2O}drl7^z39LuL)Y*Z1#DKL)Zilr=;N}}(B^Ra|4$i{(!-9H?z?&qx-r5u{AiLe@(vJ#0sF8a^)FD-?l6!C6 zZp^ZlO*A{v#5yGU%5`P!vm+$8{08XM8P=ucuj}*`eRP=l9|xX@qALk ztKf~gsC8xjiG8WQYS9%(&Vso@?&ZGmb+W=_p2Q>#G8y9c1mVNXjYyiA)n>sSquY*NDR*l;fs1z^n~z5} zNDii9LtIy?u{j+Tz~Dr6MJdN)?gXFpy+#uqi_k_!OR>bz$rtO}@2N9WxTm|b6Z_to zSe~3U!cV&Q?9=LgXyVjvxJ#pr(yBFQk zqIj}5jrynIQg&PS*M+I?gPs>r*BS9x}z*(Wct(3X=>F5>a%5f9YM1C ztehk&mfL&Km1R<&8J4Q=d`?qUsZPE<)x(G=P}Sk1_nrD`6w1C`#}!8Equq@Nq8b2# zsCo{?gZO_MxISwLzYzm|6Iy1V>p_zu(H8-V76$=}+}QuVm?iWz945p;u;H*^FS5uG zg_PWl^!@3$Ml5`d#msQDq-tyA;SsV1=3_AU-z04DJb>`sTDw`7S0q0AqLO-e=Upyg zb+h_vU-Bpoyg#t$wUx7;K=th`K1Q;atXsv}m!hRnBkDnCcdS=hSey2A2W}YejXqK+ zeW4>fiy+XB5^!ZL>M+QYZPyAr%{9l)1&L`_-;GHx%|Ldo4y6NBC$)HeBuz-nz=MZ1N z5Js?of%+GW34#s%wO|p1EsaO~WnfT%nne&cKPUuogDA%ij**|c4lyKxVuMzf@6`?* zmQ$52zPzL!wsUKYqvGjIADml_-k4?hGr>OKs}{Rd;z97v`|2#vXwbkwbddl)>r-L? z0*(|DIS=52Hwc7aZ)Bh=ve0D!y5w&mtKZvKxdBcLbtQ%|IV#v)wzYO)QPfpB^skDF zD@X_;6%nF>2n7lGzvy4h2qNnSB^hVXfM@uHjT55z4%s;52k`jcVdKEht`%`G*hUD8 ziDEo>NU(GX(-grp0l&ZHQ~c~5hQb(si5tH6IAdZ3033V2=HlO)f^!*3t2~cH9A{bD zhb3)inSI|8r(!Rw_6?AtkhZ)kqO!>WmN+>df z$<6#?j44{LxHtCnt@@_>CjI6xN1hhCozTF_N%MW>dTvIJi$`7PSR)G6t-`e}icLOx zGRv&$yXRL&$ZMQ9(@&m;Cwnnq)20rZpyk7Vp%Jj{`w&$;+&i;|-K;Ht;QQy%}G$8YpMPgGUewT)7tE+wH zpbFZ$LRQu`=I)o={sIZr{*HuVHj}^<$p0w`#eW@khIFQ7DoGCQ43$a0m&xi>`u2X; zCZeVncP95>S06#Dv!f9n zT_;YQOnqs5?33}%g=3;g9Ou;CR^%z#3Tp#e0^W;XIWNcXKH2+Jj1E?z1o^Q|A#b$x zXl|LqtJaVP5#n{@9oG&>>6khki|N1W-)caW#JKb|cVI(Ra7Q@GN?G-XWx z#KKxnvQ2d4Cwq&4@#a&+F_lTuHEx_PUQ6m`>Ya+?N=M z+i1xqN(jxWzD-wvBOhE*7MRK=!BWOKXSKAoQR{DM$Vu)4m(=&T>zs!dK^{*1%sl5v zXUYhfN=jgJUw2O5%9Y^NX(?yINfWmuHUje(McPbG)oasOlk*7ttk~mQ)+%0awjZcI z+?sIlH+OLI%td$R5avr(F12)y1U+`?X56T_ip>$S!nX|0LYLOK(zgiuwl0WN%n zG(%hT#R?%e!%(TeC=MDe3V+T5{L=it1phz9soNs~zWQFfxV!gK%A*TYo(?^6^N8uJ z=&9uE;pbg3eeB?#KRuATBY0y#u5di z(9J5iC+bd#tHxGAQ`A>);B+cn-g{$EoSv^e|FkS*tu+;YX)DEUtWY%|-w+XML47&? z!dhq7ah3H&IY=Z$Wi@+bF4R?vtb)XNO(-v5*D5sjUjmO@i#a4ccoDM>} zpT^rAGJ!5!{rD&;KRYZqG+rsbk;xDG4fE7^yfmV zJ#^Do?s&I&k)`*X&caT&zo?RUgg(Nh<5j)iyx?q9%*CoVZa#7y3(6c=a+y7={#pYY zbXPV!Bp4~h7_&#iojRIzDOX?uERgtqBJbvbcPMGO80CehIunz|Gig~GXY3gp7GgD& zU8uQsLO#WMj=zD*=t3K@ zDFDBf6MIuLkfb2j8?mGl;}=g+7*OBCK1QD0W#8DeA;9cz6(o=`LWaMULT3HII3Atm zZ}850J%;tsShqlJS(wWK9(}s02e}6_tUyN^B?<4s)8tSS6w0;18s4|%$_#>fg2Jom zVT3)C`TrXp+~p(!&wsXqj{OKL@@+CAwnH?^P#p6OPSG+xwa_=+(${ zo0;&sL1L6J`4pXm{haUPumP3UHH*TJ<5KWZd5;#sxV=De*0%CNq02l6ZW8R&5nHKk z^dc4RahESTKfPsDc-2Ko7h%Mlv|_}ic$C&Dw4!e^qo;gDfmXxj=>^r8a(|Jy5zW~% zdPnmIwWu4);PB%&KGIF1c84af*hCRcR7tiwh zxs6W00$b}8SrQ%#Eq5=)lcspdh#D9Repa)Ce`nb+fS&oL0|*HMJpiD40dyBwUW-Hd zTeBB5ivsAtEdT$-mjyb_6d-uQCu&En6CX3o@{y#+*<9K*{C4Dnpo4M#*enffV^^c6 zv9iWAXT`W-49xv}H1D|Fb5gZFbW7M4e7L7cS-8PVKwH`HLDMnt5#bCKLB0rU*7Dl^ z08ZzbHxIm@uS-?u?&M^{pykCDGzl|UtXvEAVh%g5mqjk_l@q^nR`$ zKdY`PNicR5N>48v7T(=~axWTQ4HfKsLQPhimrGhY-p`-(@@21ooD|Nz_kl7qjpCIx zu)A3I$X)KMcA}L|r%XRq=Hh&vZNaJ9t9$wsmFuOB!0jt@%I#-jMy~5(wv@p9{slHW BrIP>v literal 0 HcmV?d00001 diff --git a/build/yarn.lock b/build/yarn.lock index 7eb9b3025e..214f60fb46 100644 --- a/build/yarn.lock +++ b/build/yarn.lock @@ -27,8 +27,8 @@ resolved "https://registry.yarnpkg.com/@types/mime/-/mime-0.0.29.tgz#fbcfd330573b912ef59eeee14602bface630754b" "@types/node@*": - version "9.6.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.0.tgz#d3480ee666df9784b1001a1872a2f6ccefb6c2d7" + version "8.0.51" + resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.51.tgz#b31d716fb8d58eeb95c068a039b9b6292817d5fb" "@types/node@8.0.33": version "8.0.33" @@ -44,6 +44,13 @@ agent-base@4, agent-base@^4.1.0: dependencies: es6-promisify "^5.0.0" +ajv@^4.9.1: + version "4.11.8" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536" + dependencies: + co "^4.6.0" + json-stable-stringify "^1.0.1" + ajv@^5.1.0: version "5.5.2" resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965" @@ -159,19 +166,19 @@ aws4@^1.2.1, aws4@^1.6.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" azure-storage@^2.1.0: - version "2.8.1" - resolved "https://registry.yarnpkg.com/azure-storage/-/azure-storage-2.8.1.tgz#ecb9d050ef1395e79ffbb652c02fe643687bec63" + version "2.6.0" + resolved "https://registry.yarnpkg.com/azure-storage/-/azure-storage-2.6.0.tgz#84747ee54a4bd194bb960f89f3eff89d67acf1cf" dependencies: browserify-mime "~1.2.9" extend "~1.2.1" json-edm-parser "0.1.2" md5.js "1.3.4" readable-stream "~2.0.0" - request "~2.83.0" + request "~2.81.0" underscore "~1.8.3" uuid "^3.0.0" - validator "~9.4.1" - xml2js "0.2.8" + validator "~3.35.0" + xml2js "0.2.7" xmlbuilder "0.4.3" balanced-match@^1.0.0: @@ -324,12 +331,18 @@ color-support@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" -combined-stream@1.0.6, combined-stream@^1.0.5, combined-stream@~1.0.5: +combined-stream@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.6.tgz#723e7df6e801ac5613113a7e445a9b69cb632818" dependencies: delayed-stream "~1.0.0" +combined-stream@^1.0.5, combined-stream@~1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" + dependencies: + delayed-stream "~1.0.0" + commander@2.11.0: version "2.11.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563" @@ -554,14 +567,10 @@ extglob@^0.3.1: dependencies: is-extglob "^1.0.0" -extsprintf@1.3.0: +extsprintf@1.3.0, extsprintf@^1.2.0: version "1.3.0" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - fancy-log@^1.1.0: version "1.3.2" resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.2.tgz#f41125e3d84f2e7d89a43d06d958c8f78be16be1" @@ -873,6 +882,10 @@ gulplog@^1.0.0: dependencies: glogg "^1.0.0" +har-schema@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e" + har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" @@ -886,6 +899,13 @@ har-validator@~2.0.6: is-my-json-valid "^2.12.4" pinkie-promise "^2.0.0" +har-validator@~4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a" + dependencies: + ajv "^4.9.1" + har-schema "^1.0.5" + har-validator@~5.0.3: version "5.0.3" resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.0.3.tgz#ba402c266194f15956ef15e0fcf242993f6a7dfd" @@ -970,8 +990,8 @@ http-signature@~1.2.0: sshpk "^1.7.0" https-proxy-agent@^2.1.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.0.tgz#7fbba856be8cd677986f42ebd3664f6317257887" + version "2.2.1" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0" dependencies: agent-base "^4.1.0" debug "^3.1.0" @@ -1131,7 +1151,7 @@ json-schema@0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" -json-stable-stringify@^1.0.0: +json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" dependencies: @@ -1318,19 +1338,29 @@ micromatch@^2.3.7: parse-glob "^3.0.4" regex-cache "^0.4.2" +mime-db@~1.30.0: + version "1.30.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01" + mime-db@~1.33.0: version "1.33.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db" -mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.7: +mime-types@^2.1.12, mime-types@~2.1.7: + version "2.1.17" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a" + dependencies: + mime-db "~1.30.0" + +mime-types@~2.1.17: version "2.1.18" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8" dependencies: mime-db "~1.33.0" mime@^1.3.4: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + version "1.4.1" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" "minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.4: version "3.0.4" @@ -1461,6 +1491,10 @@ pend@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" +performance-now@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" + performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" @@ -1517,6 +1551,10 @@ qs@~6.3.0: version "6.3.2" resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c" +qs@~6.4.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" + qs@~6.5.1: version "6.5.1" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" @@ -1663,32 +1701,32 @@ request@~2.79.0: tunnel-agent "~0.4.1" uuid "^3.0.0" -request@~2.83.0: - version "2.83.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356" +request@~2.81.0: + version "2.81.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0" dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.6.0" + aws-sign2 "~0.6.0" + aws4 "^1.2.1" caseless "~0.12.0" combined-stream "~1.0.5" - extend "~3.0.1" + extend "~3.0.0" forever-agent "~0.6.1" - form-data "~2.3.1" - har-validator "~5.0.3" - hawk "~6.0.2" - http-signature "~1.2.0" + form-data "~2.1.1" + har-validator "~4.2.1" + hawk "~3.1.3" + http-signature "~1.1.0" is-typedarray "~1.0.0" isstream "~0.1.2" json-stringify-safe "~5.0.1" - mime-types "~2.1.17" - oauth-sign "~0.8.2" - performance-now "^2.1.0" - qs "~6.5.1" - safe-buffer "^5.1.1" - stringstream "~0.0.5" - tough-cookie "~2.3.3" + mime-types "~2.1.7" + oauth-sign "~0.8.1" + performance-now "^0.2.0" + qs "~6.4.0" + safe-buffer "^5.0.1" + stringstream "~0.0.4" + tough-cookie "~2.3.0" tunnel-agent "^0.6.0" - uuid "^3.1.0" + uuid "^3.0.0" requires-port@~1.0.0: version "1.0.0" @@ -1704,9 +1742,9 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" -sax@0.5.x: - version "0.5.8" - resolved "https://registry.yarnpkg.com/sax/-/sax-0.5.8.tgz#d472db228eb331c2506b0e8c15524adb939d12c1" +sax@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/sax/-/sax-0.5.2.tgz#735ffaa39a1cff8ffb9598f0223abdb03a9fb2ea" sax@>=0.6.0: version "1.2.4" @@ -1770,8 +1808,8 @@ split@0.3: through "2" sshpk@^1.7.0: - version "1.14.1" - resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.14.1.tgz#130f5975eddad963f1d56f92b9ac6c51fa9f83eb" + version "1.13.1" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.1.tgz#512df6da6287144316dc4c18fe1cf1d940739be3" dependencies: asn1 "~0.2.3" assert-plus "^1.0.0" @@ -1914,7 +1952,13 @@ to-absolute-glob@^0.1.1: dependencies: extend-shallow "^2.0.1" -tough-cookie@~2.3.0, tough-cookie@~2.3.3: +tough-cookie@~2.3.0: + version "2.3.3" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561" + dependencies: + punycode "^1.4.1" + +tough-cookie@~2.3.3: version "2.3.4" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.4.tgz#ec60cee38ac675063ffc97a5c18970578ee83655" dependencies: @@ -1967,7 +2011,11 @@ util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" -uuid@^3.0.0, uuid@^3.1.0: +uuid@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04" + +uuid@^3.1.0: version "3.2.1" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" @@ -1975,9 +2023,9 @@ vali-date@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6" -validator@~9.4.1: - version "9.4.1" - resolved "https://registry.yarnpkg.com/validator/-/validator-9.4.1.tgz#abf466d398b561cd243050112c6ff1de6cc12663" +validator@~3.35.0: + version "3.35.0" + resolved "https://registry.yarnpkg.com/validator/-/validator-3.35.0.tgz#3f07249402c1fc8fc093c32c6e43d72a79cca1dc" verror@1.10.0: version "1.10.0" @@ -2085,11 +2133,11 @@ wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" -xml2js@0.2.8: - version "0.2.8" - resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.2.8.tgz#9b81690931631ff09d1957549faf54f4f980b3c2" +xml2js@0.2.7: + version "0.2.7" + resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.2.7.tgz#1838518bb01741cae0878bab4915e494c32306af" dependencies: - sax "0.5.x" + sax "0.5.2" xml2js@^0.4.17: version "0.4.19" @@ -2103,8 +2151,8 @@ xmlbuilder@0.4.3: resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-0.4.3.tgz#c4614ba74e0ad196e609c9272cd9e1ddb28a8a58" xmlbuilder@~9.0.1: - version "9.0.7" - resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" + version "9.0.4" + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.4.tgz#519cb4ca686d005a8420d3496f3f0caeecca580f" "xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1: version "4.0.1" diff --git a/extensions/bat/package.json b/extensions/bat/package.json index d9f1cba592..c54d1a4ce5 100644 --- a/extensions/bat/package.json +++ b/extensions/bat/package.json @@ -1,6 +1,8 @@ { "name": "bat", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "scripts": { diff --git a/extensions/bat/package.nls.json b/extensions/bat/package.nls.json new file mode 100644 index 0000000000..c5052ca021 --- /dev/null +++ b/extensions/bat/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Windows Bat Language Basics", + "description": "Provides snippets, syntax highlighting, bracket matching and folding in Windows batch files." +} \ No newline at end of file diff --git a/extensions/bat/syntaxes/Batch File.tmLanguage b/extensions/bat/syntaxes/Batch File.tmLanguage deleted file mode 100644 index 7f0a106142..0000000000 --- a/extensions/bat/syntaxes/Batch File.tmLanguage +++ /dev/null @@ -1,169 +0,0 @@ - - - - - uuid - E07EC438-7B75-4437-8AA1-DA94C1E6EACC - patterns - - - name - keyword.command.dosbatch - match - \b(?i)(?:append|assoc|at|attrib|break|cacls|cd|chcp|chdir|chkdsk|chkntfs|cls|cmd|color|comp|compact|convert|copy|date|del|dir|diskcomp|diskcopy|doskey|echo|endlocal|erase|fc|find|findstr|format|ftype|graftabl|help|keyb|label|md|mkdir|mode|more|move|path|pause|popd|print|prompt|pushd|rd|recover|ren|rename|replace|restore|rmdir|set|setlocal|shift|sort|start|subst|time|title|tree|type|ver|verify|vol|xcopy)\b - - - name - keyword.control.statement.dosbatch - match - \b(?i)(?:goto|call|exit)\b - - - name - keyword.control.conditional.if.dosbatch - match - \b(?i)if\s+((not)\s+)(exist|defined|errorlevel|cmdextversion)\b - - - name - keyword.control.conditional.dosbatch - match - \b(?i)(?:if|else)\b - - - name - keyword.control.repeat.dosbatch - match - \b(?i)for\b - - - name - keyword.operator.dosbatch - match - \b(?:EQU|NEQ|LSS|LEQ|GTR|GEQ)\b - - - name - comment.line.rem.dosbatch - match - \b(?i)rem(?:$|\s.*$) - - - name - comment.line.colons.dosbatch - match - \s*:\s*:.*$ - - - captures - - 1 - - name - variable.parameter.function.begin.shell - - - name - variable.parameter.function.dosbatch - match - (?i)(%)(~(?:f|d|p|n|x|s|a|t|z|\$[^:]*:)*)?\d - - - captures - - 1 - - name - variable.other.parsetime.begin.shell - - 2 - - name - variable.other.parsetime.end.shell - - - name - variable.other.parsetime.dosbatch - match - (%)[^%]+(%)|(%%)[^%]+(%%) - - - captures - - 1 - - name - variable.parameter.loop.begin.shell - - - name - variable.parameter.loop.dosbatch - match - (?i)(%%)(~(?:f|d|p|n|x|s|a|t|z|\$[^:]*:)*)?[a-z] - - - captures - - 1 - - name - variable.other.delayed.begin.shell - - 2 - - name - variable.other.delayed.end.shell - - - name - variable.other.delayed.dosbatch - match - (!)[^!]+(!) - - - begin - " - endCaptures - - 0 - - name - punctuation.definition.string.end.shell - - - beginCaptures - - 0 - - name - punctuation.definition.string.begin.shell - - - name - string.quoted.double.dosbatch - end - "|$ - - - name - keyword.operator.pipe.dosbatch - match - [|] - - - name - keyword.operator.redirect.shell - match - &>|\d*>&\d*|\d*(>>|>|<)|\d*<&|\d*<> - - - name - Batch File - scopeName - source.dosbatch - fileTypes - - bat - - - \ No newline at end of file diff --git a/extensions/bat/syntaxes/batchfile.tmLanguage.json b/extensions/bat/syntaxes/batchfile.tmLanguage.json index ce6870deea..2aee0692ad 100644 --- a/extensions/bat/syntaxes/batchfile.tmLanguage.json +++ b/extensions/bat/syntaxes/batchfile.tmLanguage.json @@ -4,13 +4,9 @@ "If you want to provide a fix or improvement, please create a pull request against the original repository.", "Once accepted there, we are happy to receive an update request." ], - "version": "https://github.com/mmims/language-batchfile/commit/40b605c75db3967a24b7015f6d3a885360b84e28", - "scopeName": "source.batchfile", + "version": "https://github.com/mmims/language-batchfile/commit/3dd105c31484e5975144478dac1aa91d8f51e528", "name": "Batch File", - "fileTypes": [ - "bat", - "cmd" - ], + "scopeName": "source.batchfile", "patterns": [ { "include": "#commands" @@ -454,11 +450,15 @@ { "begin": "\\(", "beginCaptures": { - "0": "punctuation.section.group.begin.batchfile" + "0": { + "name": "punctuation.section.group.begin.batchfile" + } }, "end": "\\)", "endCaptures": { - "0": "punctuation.section.group.end.batchfile" + "0": { + "name": "punctuation.section.group.end.batchfile" + } }, "name": "meta.group.batchfile", "patterns": [ diff --git a/extensions/configuration-editing/npm-shrinkwrap.json b/extensions/configuration-editing/npm-shrinkwrap.json deleted file mode 100644 index fd5b19bc40..0000000000 --- a/extensions/configuration-editing/npm-shrinkwrap.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "configuration-editing", - "version": "0.0.1", - "dependencies": { - "jsonc-parser": { - "version": "0.3.1", - "from": "jsonc-parser@0.3.1" - }, - "vscode-nls": { - "version": "2.0.2", - "from": "vscode-nls@>=2.0.2 <3.0.0", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz" - } - } -} diff --git a/extensions/configuration-editing/package.json b/extensions/configuration-editing/package.json index 9659fdcbc9..817d50a451 100644 --- a/extensions/configuration-editing/package.json +++ b/extensions/configuration-editing/package.json @@ -1,6 +1,8 @@ { "name": "configuration-editing", - "version": "0.0.1", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "^1.0.0" @@ -10,7 +12,8 @@ "Other" ], "activationEvents": [ - "onLanguage:json", "onLanguage:jsonc" + "onLanguage:json", + "onLanguage:jsonc" ], "main": "./out/extension", "scripts": { @@ -18,8 +21,8 @@ "watch": "gulp watch-extension:configuration-editing" }, "dependencies": { - "jsonc-parser": "^0.3.1", - "vscode-nls": "^2.0.1" + "jsonc-parser": "^1.0.0", + "vscode-nls": "^3.2.1" }, "contributes": { "jsonValidation": [ @@ -67,6 +70,10 @@ "fileMatch": "%APP_SETTINGS_HOME%/snippets/*.json", "url": "vscode://schemas/snippets" }, + { + "fileMatch": "**/*.code-snippets", + "url": "vscode://schemas/global-snippets" + }, { "fileMatch": "/.vscode/extensions.json", "url": "vscode://schemas/extensions" @@ -76,4 +83,4 @@ "devDependencies": { "@types/node": "7.0.4" } -} +} \ No newline at end of file diff --git a/extensions/configuration-editing/package.nls.json b/extensions/configuration-editing/package.nls.json new file mode 100644 index 0000000000..b8c247a9de --- /dev/null +++ b/extensions/configuration-editing/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Configuration Editing", + "description": "Provides capabilities (advanced IntelliSense, auto-fixing) in configuration files like settings, launch and extension recommendation files." +} \ No newline at end of file diff --git a/extensions/configuration-editing/src/extension.ts b/extensions/configuration-editing/src/extension.ts index 2759604e06..a484cee34f 100644 --- a/extensions/configuration-editing/src/extension.ts +++ b/extensions/configuration-editing/src/extension.ts @@ -2,16 +2,14 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ - 'use strict'; +import * as nls from 'vscode-nls'; +const localize = nls.loadMessageBundle(); import * as vscode from 'vscode'; -import { getLocation, visit, parse } from 'jsonc-parser'; +import { getLocation, visit, parse, ParseErrorCode } from 'jsonc-parser'; import * as path from 'path'; import { SettingsDocument } from './settingsDocumentHelper'; -import * as nls from 'vscode-nls'; - -const localize = nls.loadMessageBundle(); const decoration = vscode.window.createTextEditorDecorationType({ color: '#9e9e9e' @@ -20,7 +18,6 @@ const decoration = vscode.window.createTextEditorDecorationType({ let pendingLaunchJsonDecoration: NodeJS.Timer; export function activate(context: vscode.ExtensionContext): void { - //keybindings.json command-suggestions context.subscriptions.push(registerKeybindingsCompletions()); @@ -41,6 +38,45 @@ export function activate(context: vscode.ExtensionContext): void { } }, null, context.subscriptions)); updateLaunchJsonDecorations(vscode.window.activeTextEditor); + + context.subscriptions.push(vscode.workspace.onWillSaveTextDocument(e => { + if (!e.document.fileName.endsWith('/settings.json')) { + return; + } + + autoFixSettingsJSON(e); + })); +} + +function autoFixSettingsJSON(willSaveEvent: vscode.TextDocumentWillSaveEvent): void { + const document = willSaveEvent.document; + const text = document.getText(); + const edit = new vscode.WorkspaceEdit(); + + let lastEndOfSomething = -1; + visit(text, { + onArrayEnd(offset: number, length: number): void { + lastEndOfSomething = offset + length; + }, + + onLiteralValue(value: any, offset: number, length: number): void { + lastEndOfSomething = offset + length; + }, + + onObjectEnd(offset: number, length: number): void { + lastEndOfSomething = offset + length; + }, + + onError(error: ParseErrorCode, offset: number, length: number): void { + if (error === ParseErrorCode.CommaExpected && lastEndOfSomething > -1) { + const fixPosition = document.positionAt(lastEndOfSomething); + edit.insert(document.uri, fixPosition, ','); + } + } + }); + + willSaveEvent.waitUntil( + vscode.workspace.applyEdit(edit)); } function registerKeybindingsCompletions(): vscode.Disposable { diff --git a/extensions/configuration-editing/src/settingsDocumentHelper.ts b/extensions/configuration-editing/src/settingsDocumentHelper.ts index 9369181fcf..1bc215ec79 100644 --- a/extensions/configuration-editing/src/settingsDocumentHelper.ts +++ b/extensions/configuration-editing/src/settingsDocumentHelper.ts @@ -60,26 +60,26 @@ export class SettingsDocument { private provideFilesAssociationsCompletionItems(location: Location, range: vscode.Range): vscode.ProviderResult { const completions: vscode.CompletionItem[] = []; - // Key - if (location.path.length === 1) { - completions.push(this.newSnippetCompletionItem({ - label: localize('assocLabelFile', "Files with Extension"), - documentation: localize('assocDescriptionFile', "Map all files matching the glob pattern in their filename to the language with the given identifier."), - snippet: location.isAtPropertyKey ? '"*.${1:extension}": "${2:language}"' : '{ "*.${1:extension}": "${2:language}" }', - range - })); + if (location.path.length === 2) { + // Key + if (!location.isAtPropertyKey || location.path[1] === '') { + completions.push(this.newSnippetCompletionItem({ + label: localize('assocLabelFile', "Files with Extension"), + documentation: localize('assocDescriptionFile', "Map all files matching the glob pattern in their filename to the language with the given identifier."), + snippet: location.isAtPropertyKey ? '"*.${1:extension}": "${2:language}"' : '{ "*.${1:extension}": "${2:language}" }', + range + })); - completions.push(this.newSnippetCompletionItem({ - label: localize('assocLabelPath', "Files with Path"), - documentation: localize('assocDescriptionPath', "Map all files matching the absolute path glob pattern in their path to the language with the given identifier."), - snippet: location.isAtPropertyKey ? '"/${1:path to file}/*.${2:extension}": "${3:language}"' : '{ "/${1:path to file}/*.${2:extension}": "${3:language}" }', - range - })); - } - - // Value - else if (location.path.length === 2 && !location.isAtPropertyKey) { - return this.provideLanguageCompletionItems(location, range); + completions.push(this.newSnippetCompletionItem({ + label: localize('assocLabelPath', "Files with Path"), + documentation: localize('assocDescriptionPath', "Map all files matching the absolute path glob pattern in their path to the language with the given identifier."), + snippet: location.isAtPropertyKey ? '"/${1:path to file}/*.${2:extension}": "${3:language}"' : '{ "/${1:path to file}/*.${2:extension}": "${3:language}" }', + range + })); + } else { + // Value + return this.provideLanguageCompletionItems(location, range); + } } return Promise.resolve(completions); diff --git a/extensions/configuration-editing/tsconfig.json b/extensions/configuration-editing/tsconfig.json index 23392904de..84b75434d2 100644 --- a/extensions/configuration-editing/tsconfig.json +++ b/extensions/configuration-editing/tsconfig.json @@ -6,9 +6,10 @@ "lib": [ "es2015" ], - "strict": true + "strict": true, + "noUnusedLocals": true }, "include": [ "src/**/*" ] -} +} \ No newline at end of file diff --git a/extensions/configuration-editing/yarn.lock b/extensions/configuration-editing/yarn.lock index b1e6a363c9..29d3d43ae8 100644 --- a/extensions/configuration-editing/yarn.lock +++ b/extensions/configuration-editing/yarn.lock @@ -6,12 +6,10 @@ version "7.0.4" resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.4.tgz#9aabc135979ded383325749f508894c662948c8b" -jsonc-parser@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-0.3.1.tgz#6ebf5c75224368d4b07ef4c26f9434e657472e95" - dependencies: - vscode-nls "^2.0.2" +jsonc-parser@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-1.0.0.tgz#ddcc864ae708e60a7a6dd36daea00172fa8d9272" -vscode-nls@^2.0.1, vscode-nls@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" +vscode-nls@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" diff --git a/extensions/declares.d.ts b/extensions/declares.d.ts deleted file mode 100644 index c15a532cf3..0000000000 --- a/extensions/declares.d.ts +++ /dev/null @@ -1,107 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/// - -// Declaring the following because the code gets compiled with es5, which lack definitions for console and timers. -declare var console: { - assert(value: any, message?: string, ...optionalParams: any[]): void; - dir(obj: any, options?: { showHidden?: boolean, depth?: number, colors?: boolean }): void; - error(message?: any, ...optionalParams: any[]): void; - info(message?: any, ...optionalParams: any[]): void; - log(message?: any, ...optionalParams: any[]): void; - time(label: string): void; - timeEnd(label: string): void; - trace(message?: any, ...optionalParams: any[]): void; - warn(message?: any, ...optionalParams: any[]): void; -}; - - -// ---- ES6 promise ------------------------------------------------------ - -/** - * Represents the completion of an asynchronous operation. - */ -interface Promise extends Thenable { - /** - * Attaches callbacks for the resolution and/or rejection of the Promise. - * @param onfulfilled The callback to execute when the Promise is resolved. - * @param onrejected The callback to execute when the Promise is rejected. - * @returns A Promise for the completion of which ever callback is executed. - */ - then(onfulfilled?: (value: T) => TResult | Thenable, onrejected?: (reason: any) => TResult | Thenable): Promise; - then(onfulfilled?: (value: T) => TResult | Thenable, onrejected?: (reason: any) => void): Promise; - - /** - * Attaches a callback for only the rejection of the Promise. - * @param onrejected The callback to execute when the Promise is rejected. - * @returns A Promise for the completion of the callback. - */ - catch(onrejected?: (reason: any) => T | Thenable): Promise; - - // [Symbol.toStringTag]: string; -} - -interface PromiseConstructor { - // /** - // * A reference to the prototype. - // */ - // prototype: Promise; - - /** - * Creates a new Promise. - * @param executor A callback used to initialize the promise. This callback is passed two arguments: - * a resolve callback used to resolve the promise with a value or the result of another promise, - * and a reject callback used to reject the promise with a provided reason or error. - */ - new (executor: (resolve: (value?: T | Thenable) => void, reject: (reason?: any) => void) => void): Promise; - - /** - * Creates a Promise that is resolved with an array of results when all of the provided Promises - * resolve, or rejected when any Promise is rejected. - * @param values An array of Promises. - * @returns A new Promise. - */ - all(values: Array>): Promise; - - /** - * Creates a Promise that is resolved or rejected when any of the provided Promises are resolved - * or rejected. - * @param values An array of Promises. - * @returns A new Promise. - */ - race(values: Array>): Promise; - - /** - * Creates a new rejected promise for the provided reason. - * @param reason The reason the promise was rejected. - * @returns A new rejected Promise. - */ - reject(reason: any): Promise; - - /** - * Creates a new rejected promise for the provided reason. - * @param reason The reason the promise was rejected. - * @returns A new rejected Promise. - */ - reject(reason: any): Promise; - - /** - * Creates a new resolved promise for the provided value. - * @param value A promise. - * @returns A promise whose internal state matches the provided promise. - */ - resolve(value: T | Thenable): Promise; - - /** - * Creates a new resolved promise. - * @returns A resolved promise. - */ - resolve(): Promise; - - // [Symbol.species]: Function; -} - -declare var Promise: PromiseConstructor; diff --git a/extensions/diff/.vscodeignore b/extensions/diff/.vscodeignore deleted file mode 100644 index 77ab386fc7..0000000000 --- a/extensions/diff/.vscodeignore +++ /dev/null @@ -1 +0,0 @@ -test/** \ No newline at end of file diff --git a/extensions/diff/package.json b/extensions/diff/package.json deleted file mode 100644 index a62e57243c..0000000000 --- a/extensions/diff/package.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "diff", - "version": "0.1.0", - "publisher": "vscode", - "engines": { "vscode": "*" }, - "scripts": { - "update-grammar": "node ../../build/npm/update-grammar.js textmate/diff.tmbundle Syntaxes/Diff.plist ./syntaxes/diff.tmLanguage.json" - }, - "contributes": { - "languages": [ - { - "id": "diff", - "aliases": ["Diff", "diff" ], - "extensions": [".diff", ".patch", ".rej"], - "configuration": "./language-configuration.json" - } - ], - "grammars": [ - { - "language": "diff", - "scopeName": "source.diff", - "path": "./syntaxes/diff.tmLanguage.json" - } - ] - } -} \ No newline at end of file diff --git a/extensions/diff/syntaxes/diff.tmLanguage b/extensions/diff/syntaxes/diff.tmLanguage deleted file mode 100644 index d0c5d15437..0000000000 --- a/extensions/diff/syntaxes/diff.tmLanguage +++ /dev/null @@ -1,268 +0,0 @@ - - - - - fileTypes - - patch - diff - rej - - firstLineMatch - (?x)^ - (===\ modified\ file - |==== \s* // .+ \s - \s .+ \s+ ==== - |Index:\ - |---\ [^%\n] - |\*\*\*.*\d{4}\s*$ - |\d+(,\d+)* (a|d|c) \d+(,\d+)* $ - |diff\ --git\ - |commit\ [0-9a-f]{40}$ - ) - keyEquivalent - ^~D - name - Diff - patterns - - - captures - - 1 - - name - punctuation.definition.separator.diff - - - match - ^((\*{15})|(={67})|(-{3}))$\n? - name - meta.separator.diff - - - match - ^\d+(,\d+)*(a|d|c)\d+(,\d+)*$\n? - name - meta.diff.range.normal - - - captures - - 1 - - name - punctuation.definition.range.diff - - 2 - - name - meta.toc-list.line-number.diff - - 3 - - name - punctuation.definition.range.diff - - - match - ^(@@)\s*(.+?)\s*(@@)($\n?)? - name - meta.diff.range.unified - - - captures - - 3 - - name - punctuation.definition.range.diff - - 4 - - name - punctuation.definition.range.diff - - 6 - - name - punctuation.definition.range.diff - - 7 - - name - punctuation.definition.range.diff - - - match - ^(((\-{3}) .+ (\-{4}))|((\*{3}) .+ (\*{4})))$\n? - name - meta.diff.range.context - - - match - ^diff --git a/.*$\n? - name - meta.diff.header.git - - - match - ^diff (-|\S+\s+\S+).*$\n? - name - meta.diff.header.command - - - captures - - 4 - - name - punctuation.definition.from-file.diff - - 6 - - name - punctuation.definition.from-file.diff - - 7 - - name - punctuation.definition.from-file.diff - - - match - (^(((-{3}) .+)|((\*{3}) .+))$\n?|^(={4}) .+(?= - )) - name - meta.diff.header.from-file - - - captures - - 2 - - name - punctuation.definition.to-file.diff - - 3 - - name - punctuation.definition.to-file.diff - - 4 - - name - punctuation.definition.to-file.diff - - - match - (^(\+{3}) .+$\n?| (-) .* (={4})$\n?) - name - meta.diff.header.to-file - - - captures - - 3 - - name - punctuation.definition.inserted.diff - - 6 - - name - punctuation.definition.inserted.diff - - - match - ^(((>)( .*)?)|((\+).*))$\n? - name - markup.inserted.diff - - - captures - - 1 - - name - punctuation.definition.inserted.diff - - - match - ^(!).*$\n? - name - markup.changed.diff - - - captures - - 3 - - name - punctuation.definition.inserted.diff - - 6 - - name - punctuation.definition.inserted.diff - - - match - ^(((<)( .*)?)|((-).*))$\n? - name - markup.deleted.diff - - - begin - ^(#) - captures - - 1 - - name - punctuation.definition.comment.diff - - - comment - Git produces unified diffs with embedded comments" - end - \n - name - comment.line.number-sign.diff - - - match - ^index [0-9a-f]{7,40}\.\.[0-9a-f]{7,40}.*$\n? - name - meta.diff.index.git - - - captures - - 1 - - name - punctuation.separator.key-value.diff - - 2 - - name - meta.toc-list.file-name.diff - - - match - ^Index(:) (.+)$\n? - name - meta.diff.index - - - match - ^Only in .*: .*$\n? - name - meta.diff.only-in - - - scopeName - source.diff - uuid - 7E848FF4-708E-11D9-97B4-0011242E4184 - - diff --git a/extensions/diff/test/colorize-fixtures/test.diff b/extensions/diff/test/colorize-fixtures/test.diff deleted file mode 100644 index f8805a8987..0000000000 --- a/extensions/diff/test/colorize-fixtures/test.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- lao Sat Jan 26 23:30:39 1991 -+++ tzu Sat Jan 26 23:30:50 1991 -@@ -1,7 +1,6 @@ --The Way that can be told of is not the eternal Way; --The name that can be named is not the eternal name. - The Nameless is the origin of Heaven and Earth; --The Named is the mother of all things. -+The named is the mother of all things. -+ - Therefore let there always be non-being, - so we may see their subtlety, - And let there always be being, -@@ -9,3 +8,6 @@ - The two are the same, - But after they are produced, - they have different names. -+They both may be called deep and profound. -+Deeper and more profound, -+The door of all subtleties! \ No newline at end of file diff --git a/extensions/diff/test/colorize-results/test_diff.json b/extensions/diff/test/colorize-results/test_diff.json deleted file mode 100644 index 26ab2f4fb0..0000000000 --- a/extensions/diff/test/colorize-results/test_diff.json +++ /dev/null @@ -1,398 +0,0 @@ -[ - { - "c": "---", - "t": "source.diff meta.diff.header.from-file punctuation.definition.from-file.diff", - "r": { - "dark_plus": "meta.diff.header: #569CD6", - "light_plus": "meta.diff.header: #000080", - "dark_vs": "meta.diff.header: #569CD6", - "light_vs": "meta.diff.header: #000080", - "hc_black": "meta.diff.header: #000080" - } - }, - { - "c": " lao\tSat Jan 26 23:30:39 1991", - "t": "source.diff meta.diff.header.from-file", - "r": { - "dark_plus": "meta.diff.header: #569CD6", - "light_plus": "meta.diff.header: #000080", - "dark_vs": "meta.diff.header: #569CD6", - "light_vs": "meta.diff.header: #000080", - "hc_black": "meta.diff.header: #000080" - } - }, - { - "c": "+++", - "t": "source.diff meta.diff.header.to-file punctuation.definition.to-file.diff", - "r": { - "dark_plus": "meta.diff.header: #569CD6", - "light_plus": "meta.diff.header: #000080", - "dark_vs": "meta.diff.header: #569CD6", - "light_vs": "meta.diff.header: #000080", - "hc_black": "meta.diff.header: #000080" - } - }, - { - "c": " tzu\tSat Jan 26 23:30:50 1991", - "t": "source.diff meta.diff.header.to-file", - "r": { - "dark_plus": "meta.diff.header: #569CD6", - "light_plus": "meta.diff.header: #000080", - "dark_vs": "meta.diff.header: #569CD6", - "light_vs": "meta.diff.header: #000080", - "hc_black": "meta.diff.header: #000080" - } - }, - { - "c": "@@", - "t": "source.diff meta.diff.range.unified punctuation.definition.range.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " ", - "t": "source.diff meta.diff.range.unified", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "-1,7 +1,6", - "t": "source.diff meta.diff.range.unified meta.toc-list.line-number.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " ", - "t": "source.diff meta.diff.range.unified", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "@@", - "t": "source.diff meta.diff.range.unified punctuation.definition.range.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "-", - "t": "source.diff markup.deleted.diff punctuation.definition.deleted.diff", - "r": { - "dark_plus": "markup.deleted: #CE9178", - "light_plus": "markup.deleted: #A31515", - "dark_vs": "markup.deleted: #CE9178", - "light_vs": "markup.deleted: #A31515", - "hc_black": "markup.deleted: #CE9178" - } - }, - { - "c": "The Way that can be told of is not the eternal Way;", - "t": "source.diff markup.deleted.diff", - "r": { - "dark_plus": "markup.deleted: #CE9178", - "light_plus": "markup.deleted: #A31515", - "dark_vs": "markup.deleted: #CE9178", - "light_vs": "markup.deleted: #A31515", - "hc_black": "markup.deleted: #CE9178" - } - }, - { - "c": "-", - "t": "source.diff markup.deleted.diff punctuation.definition.deleted.diff", - "r": { - "dark_plus": "markup.deleted: #CE9178", - "light_plus": "markup.deleted: #A31515", - "dark_vs": "markup.deleted: #CE9178", - "light_vs": "markup.deleted: #A31515", - "hc_black": "markup.deleted: #CE9178" - } - }, - { - "c": "The name that can be named is not the eternal name.", - "t": "source.diff markup.deleted.diff", - "r": { - "dark_plus": "markup.deleted: #CE9178", - "light_plus": "markup.deleted: #A31515", - "dark_vs": "markup.deleted: #CE9178", - "light_vs": "markup.deleted: #A31515", - "hc_black": "markup.deleted: #CE9178" - } - }, - { - "c": " The Nameless is the origin of Heaven and Earth;", - "t": "source.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "-", - "t": "source.diff markup.deleted.diff punctuation.definition.deleted.diff", - "r": { - "dark_plus": "markup.deleted: #CE9178", - "light_plus": "markup.deleted: #A31515", - "dark_vs": "markup.deleted: #CE9178", - "light_vs": "markup.deleted: #A31515", - "hc_black": "markup.deleted: #CE9178" - } - }, - { - "c": "The Named is the mother of all things.", - "t": "source.diff markup.deleted.diff", - "r": { - "dark_plus": "markup.deleted: #CE9178", - "light_plus": "markup.deleted: #A31515", - "dark_vs": "markup.deleted: #CE9178", - "light_vs": "markup.deleted: #A31515", - "hc_black": "markup.deleted: #CE9178" - } - }, - { - "c": "+", - "t": "source.diff markup.inserted.diff punctuation.definition.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": "The named is the mother of all things.", - "t": "source.diff markup.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": "+", - "t": "source.diff markup.inserted.diff punctuation.definition.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": " Therefore let there always be non-being,", - "t": "source.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " so we may see their subtlety,", - "t": "source.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " And let there always be being,", - "t": "source.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "@@", - "t": "source.diff meta.diff.range.unified punctuation.definition.range.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " ", - "t": "source.diff meta.diff.range.unified", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "-9,3 +8,6", - "t": "source.diff meta.diff.range.unified meta.toc-list.line-number.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " ", - "t": "source.diff meta.diff.range.unified", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "@@", - "t": "source.diff meta.diff.range.unified punctuation.definition.range.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " The two are the same,", - "t": "source.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " But after they are produced,", - "t": "source.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": " they have different names.", - "t": "source.diff", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "+", - "t": "source.diff markup.inserted.diff punctuation.definition.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": "They both may be called deep and profound.", - "t": "source.diff markup.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": "+", - "t": "source.diff markup.inserted.diff punctuation.definition.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": "Deeper and more profound,", - "t": "source.diff markup.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": "+", - "t": "source.diff markup.inserted.diff punctuation.definition.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - }, - { - "c": "The door of all subtleties!", - "t": "source.diff markup.inserted.diff", - "r": { - "dark_plus": "markup.inserted: #B5CEA8", - "light_plus": "markup.inserted: #09885A", - "dark_vs": "markup.inserted: #B5CEA8", - "light_vs": "markup.inserted: #09885A", - "hc_black": "markup.inserted: #B5CEA8" - } - } -] \ No newline at end of file diff --git a/extensions/docker/package.json b/extensions/docker/package.json index e58f082641..41df24723f 100644 --- a/extensions/docker/package.json +++ b/extensions/docker/package.json @@ -1,6 +1,8 @@ { "name": "docker", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "scripts": { diff --git a/extensions/docker/package.nls.json b/extensions/docker/package.nls.json new file mode 100644 index 0000000000..2a38ca3da6 --- /dev/null +++ b/extensions/docker/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Docker Language Basics", + "description": "Provides syntax highlighting and bracket matching in Docker files." +} \ No newline at end of file diff --git a/extensions/docker/syntaxes/docker.tmLanguage.json b/extensions/docker/syntaxes/docker.tmLanguage.json index 44a028e785..f7f414636c 100644 --- a/extensions/docker/syntaxes/docker.tmLanguage.json +++ b/extensions/docker/syntaxes/docker.tmLanguage.json @@ -5,10 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/moby/moby/commit/abd39744c6f3ed854500e423f5fabf952165161f", - "fileTypes": [ - "Dockerfile" - ], "name": "Dockerfile", + "scopeName": "source.dockerfile", "patterns": [ { "captures": { @@ -100,7 +98,5 @@ "comment": "comment.line", "match": "^(\\s*)((#).*$\\n?)" } - ], - "scopeName": "source.dockerfile", - "uuid": "a39d8795-59d2-49af-aa00-fe74ee29576e" + ] } \ No newline at end of file diff --git a/extensions/extension-editing/npm-shrinkwrap.json b/extensions/extension-editing/npm-shrinkwrap.json deleted file mode 100644 index 2cfa863b62..0000000000 --- a/extensions/extension-editing/npm-shrinkwrap.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "name": "extension-editing", - "version": "0.0.1", - "dependencies": { - "@types/node": { - "version": "6.0.78", - "from": "@types/node@>=6.0.46 <7.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-6.0.78.tgz", - "dev": true - }, - "argparse": { - "version": "1.0.9", - "from": "argparse@>=1.0.7 <2.0.0", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz" - }, - "entities": { - "version": "1.1.1", - "from": "entities@>=1.1.1 <1.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" - }, - "jsonc-parser": { - "version": "0.3.1", - "from": "jsonc-parser@>=0.3.1 <0.4.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-0.3.1.tgz" - }, - "linkify-it": { - "version": "2.0.3", - "from": "linkify-it@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz" - }, - "markdown-it": { - "version": "8.3.1", - "from": "markdown-it@>=8.3.1 <9.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.3.1.tgz" - }, - "mdurl": { - "version": "1.0.1", - "from": "mdurl@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz" - }, - "parse5": { - "version": "3.0.2", - "from": "parse5@>=3.0.2 <4.0.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.2.tgz" - }, - "sprintf-js": { - "version": "1.0.3", - "from": "sprintf-js@>=1.0.2 <1.1.0", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" - }, - "uc.micro": { - "version": "1.0.3", - "from": "uc.micro@>=1.0.3 <2.0.0", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz" - }, - "vscode-nls": { - "version": "2.0.2", - "from": "vscode-nls@>=2.0.1 <3.0.0", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz" - } - } -} diff --git a/extensions/extension-editing/package.json b/extensions/extension-editing/package.json index 3dbda782d6..b5feab96d7 100644 --- a/extensions/extension-editing/package.json +++ b/extensions/extension-editing/package.json @@ -1,6 +1,8 @@ { "name": "extension-editing", - "version": "0.0.1", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "^1.4.0" @@ -20,10 +22,10 @@ "watch": "gulp watch-extension:extension-editing" }, "dependencies": { - "jsonc-parser": "^0.3.1", + "jsonc-parser": "^1.0.0", "markdown-it": "^8.3.1", "parse5": "^3.0.2", - "vscode-nls": "^2.0.1" + "vscode-nls": "^3.2.1" }, "contributes": { "jsonValidation": [ diff --git a/extensions/extension-editing/package.nls.json b/extensions/extension-editing/package.nls.json new file mode 100644 index 0000000000..9265e6a3c9 --- /dev/null +++ b/extensions/extension-editing/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Package File Editing", + "description": "Provides IntelliSense for VS Code extension points and linting capabilities in package.json files." +} \ No newline at end of file diff --git a/extensions/extension-editing/src/extensionLinter.ts b/extensions/extension-editing/src/extensionLinter.ts index 8f0eb85ad9..36d312d7df 100644 --- a/extensions/extension-editing/src/extensionLinter.ts +++ b/extensions/extension-editing/src/extensionLinter.ts @@ -6,8 +6,10 @@ import * as fs from 'fs'; import * as path from 'path'; -import { parseTree, findNodeAtLocation, Node as JsonNode } from 'jsonc-parser'; import * as nls from 'vscode-nls'; +const localize = nls.loadMessageBundle(); + +import { parseTree, findNodeAtLocation, Node as JsonNode } from 'jsonc-parser'; import * as MarkdownItType from 'markdown-it'; import { languages, workspace, Disposable, TextDocument, Uri, Diagnostic, Range, DiagnosticSeverity, Position } from 'vscode'; @@ -15,8 +17,6 @@ import { languages, workspace, Disposable, TextDocument, Uri, Diagnostic, Range, const product = require('../../../product.json'); const allowedBadgeProviders: string[] = (product.extensionAllowedBadgeProviders || []).map(s => s.toLowerCase()); -const localize = nls.loadMessageBundle(); - const httpsRequired = localize('httpsRequired', "Images must use the HTTPS protocol."); const svgsNotValid = localize('svgsNotValid', "SVGs are not a valid image source."); const embeddedSvgsNotValid = localize('embeddedSvgsNotValid', "Embedded SVGs are not a valid image source."); diff --git a/extensions/extension-editing/yarn.lock b/extensions/extension-editing/yarn.lock index b7d1eacebe..350fdcb5fe 100644 --- a/extensions/extension-editing/yarn.lock +++ b/extensions/extension-editing/yarn.lock @@ -20,11 +20,9 @@ entities@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0" -jsonc-parser@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-0.3.1.tgz#6ebf5c75224368d4b07ef4c26f9434e657472e95" - dependencies: - vscode-nls "^2.0.2" +jsonc-parser@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-1.0.0.tgz#ddcc864ae708e60a7a6dd36daea00172fa8d9272" linkify-it@^2.0.0: version "2.0.3" @@ -33,8 +31,8 @@ linkify-it@^2.0.0: uc.micro "^1.0.1" markdown-it@^8.3.1: - version "8.3.1" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.3.1.tgz#2f4b622948ccdc193d66f3ca2d43125ac4ac7323" + version "8.4.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.0.tgz#e2400881bf171f7018ed1bd9da441dac8af6306d" dependencies: argparse "^1.0.7" entities "~1.1.1" @@ -60,6 +58,6 @@ uc.micro@^1.0.1, uc.micro@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.3.tgz#7ed50d5e0f9a9fb0a573379259f2a77458d50192" -vscode-nls@^2.0.1, vscode-nls@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" +vscode-nls@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" diff --git a/extensions/git/.vscodeignore b/extensions/git/.vscodeignore index bbb6314c1b..436567b7d6 100644 --- a/extensions/git/.vscodeignore +++ b/extensions/git/.vscodeignore @@ -1,4 +1,5 @@ src/** test/** out/test/** -tsconfig.json \ No newline at end of file +tsconfig.json +build/** \ No newline at end of file diff --git a/extensions/git/OSSREADME.json b/extensions/git/OSSREADME.json index 0e3ddd52fa..533d6ea683 100644 --- a/extensions/git/OSSREADME.json +++ b/extensions/git/OSSREADME.json @@ -1,29 +1,52 @@ // ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/git.tmbundle", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/textmate/git.tmbundle", - "licenseDetail": [ - "Copyright (c) 2008 Tim Harper", - "", - "Permission is hereby granted, free of charge, to any person obtaining", - "a copy of this software and associated documentation files (the\"", - "Software\"), to deal in the Software without restriction, including", - "without limitation the rights to use, copy, modify, merge, publish,", - "distribute, sublicense, and/or sell copies of the Software, and to", - "permit persons to whom the Software is furnished to do so, subject to", - "the following conditions:", - "", - "The above copyright notice and this permission notice shall be", - "included in all copies or substantial portions of the Software.", - "", - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,", - "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF", - "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND", - "NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE", - "LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", - "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION", - "WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." - ] -}] \ No newline at end of file +[ + { + "name": "textmate/git.tmbundle", + "version": "0.0.0", + "license": "MIT", + "repositoryURL": "https://github.com/textmate/git.tmbundle", + "licenseDetail": [ + "Copyright (c) 2008 Tim Harper", + "", + "Permission is hereby granted, free of charge, to any person obtaining", + "a copy of this software and associated documentation files (the\"", + "Software\"), to deal in the Software without restriction, including", + "without limitation the rights to use, copy, modify, merge, publish,", + "distribute, sublicense, and/or sell copies of the Software, and to", + "permit persons to whom the Software is furnished to do so, subject to", + "the following conditions:", + "", + "The above copyright notice and this permission notice shall be", + "included in all copies or substantial portions of the Software.", + "", + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,", + "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF", + "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND", + "NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE", + "LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", + "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION", + "WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." + ] + }, + { + "name": "textmate/diff.tmbundle", + "version": "0.0.0", + "license": "TextMate Bundle License", + "repositoryURL": "https://github.com/textmate/diff.tmbundle", + "licenseDetail": [ + "Copyright (c) textmate-diff.tmbundle project authors", + "", + "If not otherwise specified (see below), files in this repository fall under the following license:", + "", + "Permission to copy, use, modify, sell and distribute this", + "software is granted. This software is provided \"as is\" without", + "express or implied warranty, and with no claim as to its", + "suitability for any purpose.", + "", + "An exception is made for files in readable text which contain their own license information,", + "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", + "to the base-name name of the original file, and an extension of txt, html, or similar. For example", + "\"tidy\" is accompanied by \"tidy-license.txt\"." + ] + } +] \ No newline at end of file diff --git a/extensions/git/README.md b/extensions/git/README.md new file mode 100644 index 0000000000..b97ec81e9a --- /dev/null +++ b/extensions/git/README.md @@ -0,0 +1,2 @@ +# Git integration for Visual Studio Code + diff --git a/extensions/git/build/update-grammars.js b/extensions/git/build/update-grammars.js new file mode 100644 index 0000000000..2aa490561e --- /dev/null +++ b/extensions/git/build/update-grammars.js @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +'use strict'; + +var updateGrammar = require('../../../build/npm/update-grammar'); + +updateGrammar.update('textmate/git.tmbundle', 'Syntaxes/Git%20Commit%20Message.tmLanguage', './syntaxes/git-commit.tmLanguage.json'); +updateGrammar.update('textmate/git.tmbundle', 'Syntaxes/Git%20Rebase%20Message.tmLanguage', './syntaxes/git-rebase.tmLanguage.json'); +updateGrammar.update('textmate/diff.tmbundle', 'Syntaxes/Diff.plist', './syntaxes/diff.tmLanguage.json'); + + + + + diff --git a/extensions/gitsyntax/git-commit.language-configuration.json b/extensions/git/languages/diff.language-configuration.json similarity index 100% rename from extensions/gitsyntax/git-commit.language-configuration.json rename to extensions/git/languages/diff.language-configuration.json diff --git a/extensions/gitsyntax/git-rebase.language-configuration.json b/extensions/git/languages/git-commit.language-configuration.json similarity index 100% rename from extensions/gitsyntax/git-rebase.language-configuration.json rename to extensions/git/languages/git-commit.language-configuration.json diff --git a/extensions/diff/language-configuration.json b/extensions/git/languages/git-rebase.language-configuration.json similarity index 58% rename from extensions/diff/language-configuration.json rename to extensions/git/languages/git-rebase.language-configuration.json index da6ed54715..b61fbe63d3 100644 --- a/extensions/diff/language-configuration.json +++ b/extensions/git/languages/git-rebase.language-configuration.json @@ -1,7 +1,7 @@ { "comments": { - "lineComment": "//", - "blockComment": [ "/*", "*/" ] + "lineComment": "#", + "blockComment": [ "#", " " ] }, "brackets": [ ["{", "}"], diff --git a/extensions/git/npm-shrinkwrap.json b/extensions/git/npm-shrinkwrap.json deleted file mode 100644 index 9239e6181f..0000000000 --- a/extensions/git/npm-shrinkwrap.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "git", - "version": "0.0.1", - "dependencies": { - "applicationinsights": { - "version": "0.18.0", - "from": "applicationinsights@0.18.0", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.18.0.tgz" - }, - "byline": { - "version": "5.0.0", - "from": "byline@latest", - "resolved": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz" - }, - "iconv-lite": { - "version": "0.4.15", - "from": "iconv-lite@0.4.15", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.15.tgz" - }, - "vscode-extension-telemetry": { - "version": "0.0.8", - "from": "vscode-extension-telemetry@>=0.0.8 <0.0.9", - "resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz" - }, - "vscode-nls": { - "version": "2.0.2", - "from": "vscode-nls@>=2.0.1 <3.0.0", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz" - }, - "winreg": { - "version": "1.2.3", - "from": "winreg@1.2.3", - "resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.3.tgz" - } - } -} diff --git a/extensions/git/package.json b/extensions/git/package.json index 2d5b4e3886..8928bbace1 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -1,9 +1,9 @@ { "name": "git", + "displayName": "%displayName%", + "description": "%description%", "publisher": "vscode", - "displayName": "git", - "description": "Git", - "version": "0.0.1", + "version": "1.0.0", "engines": { "vscode": "^1.5.0" }, @@ -16,9 +16,11 @@ "*" ], "main": "./out/main", + "icon": "resources/icons/git.png", "scripts": { "compile": "gulp compile-extension:git", - "watch": "gulp watch-extension:git" + "watch": "gulp watch-extension:git", + "update-grammar": "node ./build/update-grammars.js" }, "contributes": { "commands": [ @@ -68,6 +70,15 @@ "dark": "resources/icons/dark/open-file.svg" } }, + { + "command": "git.openFile2", + "title": "%command.openFile%", + "category": "Git", + "icon": { + "light": "resources/icons/light/open-file-mono.svg", + "dark": "resources/icons/dark/open-file-mono.svg" + } + }, { "command": "git.openHEADFile", "title": "%command.openHEADFile%", @@ -327,35 +338,35 @@ }, { "command": "git.close", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.refresh", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.openFile", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.openHEADFile", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.openChange", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stage", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stageAll", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stageSelectedRanges", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stageChange", @@ -363,155 +374,159 @@ }, { "command": "git.revertSelectedRanges", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.revertChange", "when": "false" }, + { + "command": "git.openFile2", + "when": "false" + }, { "command": "git.unstage", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.unstageAll", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.unstageSelectedRanges", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.clean", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0 && !gitFreshRepository" }, { "command": "git.cleanAll", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0 && !gitFreshRepository" }, { "command": "git.commit", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.commitStaged", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.commitStagedSigned", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.commitStagedAmend", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.commitAll", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.commitAllSigned", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.commitAllAmend", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.undoCommit", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.checkout", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.branch", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.deleteBranch", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.renameBranch", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.pull", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.pullFrom", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.pullRebase", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.pullFrom", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.merge", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.createTag", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.fetch", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.push", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.pushTo", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.pushWithTags", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.sync", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.syncRebase", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.publish", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.showOutput", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled" }, { "command": "git.ignore", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stashIncludeUntracked", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stash", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stashPop", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" }, { "command": "git.stashPopLatest", - "when": "gitOpenRepositoryCount != 0" + "when": "config.git.enabled && gitOpenRepositoryCount != 0" } ], "scm/title": [ @@ -618,7 +633,7 @@ { "command": "git.cleanAll", "group": "4_stage", - "when": "scmProvider == git" + "when": "scmProvider == git && !gitFreshRepository" }, { "command": "git.stashIncludeUntracked", @@ -676,7 +691,7 @@ }, { "command": "git.cleanAll", - "when": "scmProvider == git && scmResourceGroup == workingTree", + "when": "scmProvider == git && scmResourceGroup == workingTree && !gitFreshRepository", "group": "1_modification" }, { @@ -686,7 +701,7 @@ }, { "command": "git.cleanAll", - "when": "scmProvider == git && scmResourceGroup == workingTree", + "when": "scmProvider == git && scmResourceGroup == workingTree && !gitFreshRepository", "group": "inline" }, { @@ -701,11 +716,21 @@ "when": "scmProvider == git && scmResourceGroup == merge", "group": "1_modification" }, + { + "command": "git.openFile", + "when": "scmProvider == git && scmResourceGroup == merge", + "group": "navigation" + }, { "command": "git.stage", "when": "scmProvider == git && scmResourceGroup == merge", "group": "inline" }, + { + "command": "git.openFile2", + "when": "scmProvider == git && scmResourceGroup == merge && config.git.showInlineOpenFileAction", + "group": "inline0" + }, { "command": "git.openChange", "when": "scmProvider == git && scmResourceGroup == index", @@ -731,6 +756,11 @@ "when": "scmProvider == git && scmResourceGroup == index", "group": "inline" }, + { + "command": "git.openFile2", + "when": "scmProvider == git && scmResourceGroup == index && config.git.showInlineOpenFileAction", + "group": "inline0" + }, { "command": "git.openChange", "when": "scmProvider == git && scmResourceGroup == workingTree", @@ -753,12 +783,12 @@ }, { "command": "git.clean", - "when": "scmProvider == git && scmResourceGroup == workingTree", + "when": "scmProvider == git && scmResourceGroup == workingTree && !gitFreshRepository", "group": "1_modification" }, { "command": "git.clean", - "when": "scmProvider == git && scmResourceGroup == workingTree", + "when": "scmProvider == git && scmResourceGroup == workingTree && !gitFreshRepository", "group": "inline" }, { @@ -766,6 +796,11 @@ "when": "scmProvider == git && scmResourceGroup == workingTree", "group": "inline" }, + { + "command": "git.openFile2", + "when": "scmProvider == git && scmResourceGroup == workingTree && config.git.showInlineOpenFileAction", + "group": "inline0" + }, { "command": "git.ignore", "when": "scmProvider == git && scmResourceGroup == workingTree", @@ -776,27 +811,27 @@ { "command": "git.openFile", "group": "navigation", - "when": "gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme != extension && resourceScheme != merge-conflict.conflict-diff" + "when": "config.git.enabled && gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme =~ /^git$|^file$/" }, { "command": "git.openChange", "group": "navigation", - "when": "gitOpenRepositoryCount != 0 && !isInDiffEditor && resourceScheme == file" + "when": "config.git.enabled && gitOpenRepositoryCount != 0 && !isInDiffEditor && resourceScheme == file" }, { "command": "git.stageSelectedRanges", "group": "2_git@1", - "when": "gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme != merge-conflict.conflict-diff" + "when": "config.git.enabled && gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme =~ /^git$|^file$/" }, { "command": "git.unstageSelectedRanges", "group": "2_git@2", - "when": "gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme != merge-conflict.conflict-diff" + "when": "config.git.enabled && gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme =~ /^git$|^file$/" }, { "command": "git.revertSelectedRanges", "group": "2_git@3", - "when": "gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme != merge-conflict.conflict-diff" + "when": "config.git.enabled && gitOpenRepositoryCount != 0 && isInDiffEditor && resourceScheme =~ /^git$|^file$/" } ], "scm/change/title": [ @@ -828,6 +863,11 @@ "default": null, "isExecutable": true }, + "git.autoRepositoryDetection": { + "type": "boolean", + "description": "%config.autoRepositoryDetection%", + "default": true + }, "git.autorefresh": { "type": "boolean", "description": "%config.autorefresh%", @@ -898,6 +938,32 @@ "type": "boolean", "default": true, "description": "%config.decorations.enabled%" + }, + "git.promptToSaveFilesBeforeCommit": { + "type": "boolean", + "default": false, + "description": "%config.promptToSaveFilesBeforeCommit%" + }, + "git.showInlineOpenFileAction": { + "type": "boolean", + "default": true, + "description": "%config.showInlineOpenFileAction%" + }, + "git.inputValidation": { + "type": "string", + "enum": [ + "always", + "warn", + "off" + ], + "default": "warn", + "description": "%config.inputValidation%" + }, + "git.detectSubmodules": { + "type": "boolean", + "scope": "resource", + "default": true, + "description": "%config.detectSubmodules%" } } }, @@ -946,15 +1012,86 @@ "dark": "#6c6cc4", "highContrast": "#6c6cc4" } + }, + { + "id": "gitDecoration.submoduleResourceForeground", + "description": "%colors.submodule%", + "defaults": { + "light": "#1258a7", + "dark": "#8db9e2", + "highContrast": "#8db9e2" + } } - ] + ], + "languages": [ + { + "id": "git-commit", + "aliases": [ + "Git Commit Message", + "git-commit" + ], + "filenames": [ + "COMMIT_EDITMSG", + "MERGE_MSG" + ], + "configuration": "./languages/git-commit.language-configuration.json" + }, + { + "id": "git-rebase", + "aliases": [ + "Git Rebase Message", + "git-rebase" + ], + "filenames": [ + "git-rebase-todo" + ], + "configuration": "./languages/git-rebase.language-configuration.json" + }, + { + "id": "diff", + "aliases": [ + "Diff", + "diff" + ], + "extensions": [ + ".patch", + ".diff", + ".rej" + ], + "configuration": "./languages/diff.language-configuration.json" + } + ], + "grammars": [ + { + "language": "git-commit", + "scopeName": "text.git-commit", + "path": "./syntaxes/git-commit.tmLanguage.json" + }, + { + "language": "git-rebase", + "scopeName": "text.git-rebase", + "path": "./syntaxes/git-rebase.tmLanguage.json" + }, + { + "language": "diff", + "scopeName": "source.diff", + "path": "./syntaxes/diff.tmLanguage.json" + } + ], + "configurationDefaults": { + "[git-commit]": { + "editor.rulers": [ + 72 + ] + } + } }, "dependencies": { "byline": "^5.0.0", "file-type": "^7.2.0", "iconv-lite": "0.4.19", - "vscode-extension-telemetry": "0.0.8", - "vscode-nls": "2.0.2", + "vscode-extension-telemetry": "0.0.15", + "vscode-nls": "^3.2.1", "which": "^1.3.0" }, "devDependencies": { @@ -965,4 +1102,4 @@ "@types/which": "^1.0.28", "mocha": "^3.2.0" } -} +} \ No newline at end of file diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index c72fc11253..6910adcbda 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -1,4 +1,6 @@ { + "displayName": "Git", + "description": "Git SCM Integration", "command.clone": "Clone", "command.init": "Initialize Repository", "command.close": "Close Repository", @@ -49,12 +51,13 @@ "command.stashPopLatest": "Pop Latest Stash", "config.enabled": "Whether git is enabled", "config.path": "Path to the git executable", + "config.autoRepositoryDetection": "Whether repositories should be automatically detected", "config.autorefresh": "Whether auto refreshing is enabled", "config.autofetch": "Whether auto fetching is enabled", "config.enableLongCommitWarning": "Whether long commit messages should be warned about", "config.confirmSync": "Confirm before synchronizing git repositories", "config.countBadge": "Controls the git badge counter. `all` counts all changes. `tracked` counts only the tracked changes. `off` turns it off.", - "config.checkoutType": "Controls what type of branches are listed when running `Checkout to...`. `all` shows all refs, `local` shows only the local branchs, `tags` shows only tags and `remote` shows only remote branches.", + "config.checkoutType": "Controls what type of branches are listed when running `Checkout to...`. `all` shows all refs, `local` shows only the local branches, `tags` shows only tags and `remote` shows only remote branches.", "config.ignoreLegacyWarning": "Ignores the legacy Git warning", "config.ignoreMissingGitWarning": "Ignores the warning when Git is missing", "config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository", @@ -63,9 +66,14 @@ "config.enableCommitSigning": "Enables commit signing with GPG.", "config.discardAllScope": "Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run.", "config.decorations.enabled": "Controls if Git contributes colors and badges to the explorer and the open editors view.", + "config.promptToSaveFilesBeforeCommit": "Controls whether Git should check for unsaved files before committing.", + "config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.", + "config.inputValidation": "Controls when to show commit message input validation.", + "config.detectSubmodules": "Controls whether to automatically detect git submodules.", "colors.modified": "Color for modified resources.", "colors.deleted": "Color for deleted resources.", "colors.untracked": "Color for untracked resources.", "colors.ignored": "Color for ignored resources.", - "colors.conflict": "Color for resources with conflicts." + "colors.conflict": "Color for resources with conflicts.", + "colors.submodule": "Color for submodule resources." } \ No newline at end of file diff --git a/extensions/git/resources/icons/dark/open-file-mono.svg b/extensions/git/resources/icons/dark/open-file-mono.svg new file mode 100644 index 0000000000..830727e70b --- /dev/null +++ b/extensions/git/resources/icons/dark/open-file-mono.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/extensions/git/resources/icons/git.png b/extensions/git/resources/icons/git.png new file mode 100644 index 0000000000000000000000000000000000000000..51f4ae5404fc79be09e69171bfc9d34d48810297 GIT binary patch literal 2383 zcmb_edr(tX8b3FeJQNAIb;Tf>)JL(q3J4vLirl*vi*Kow20-DLSS9|3^Zwk7&^dy0_BKc76X2>}!()lOlVnV}tr z%7&jSS|mYX4~n%NS=f@&X(b^Q(N+N%0zF~9g{A- zZfSW+-Hr{m9%u8|2k$3dtage|2Sl;$h{sF(-i|c>B<|Qtz%K^PbRz=513=(`{A&g* z;RKU3B@gTnOaDvupQ!DT9hv|fD?ePvQ@0F%CkIDtqH+r6-`Pof?+-KO$>7G7NXXf@Nusk$YC-Nu- z23d{+;0ha8oHXp(O9h@TmW@CbU`rV z;l_K-qf92mZ;_k&oa6Cfm$b0End8ChmVX)f^pq##^aeu^Al9jBsZfODGUaf3a1>BU z#)l8$FxyesvmRxYX%&I`xjrI)@}}{Yz?WIexeH}QYZaSD3*0t5$8`+Ut3z}uuEv_l zb~=$F*(jZi!&FC0jtaAaNV1^#;yj+uX?0ZYbnwg26}mtz%iwT$HXX)ck)u$l7-(c|flTERxKM;g%Wl*nxU4yuBeLE+%mLQk3j#Q<_)GxC!`o6owL0SxvRSsR*zM_= zM;TNgl4km?o7x7!8}u>19+UmMGd!jky3e24KfUA+5jayP8JB}vti|+79AKDU-2xDY zqn+Hu(=dH4_b`}DuK6stpXcU@G9Z(UVjJC3;j2(CH&^;lDwRFv=gGOes*l+Q;vj%R z1CjmXXlAdvD}6z?*_cB>EeMeU3vbyDzxWD8a=-Y{)zbaNRsI}cXmGi}n|<>UAbYG9 z;xUVTfTo<;jjje( z<5@yEyyg^r9lW4kDOmWi7F$h4OvgW4*hR#{_R2TkNomGiT2@BGExcp}eH{5=tvPPr znrdcAhi9x>Cm;X5CI-$%(YABf@VI-Er7q>WS-MM&t|)rN1|93ssE#gv_%ypPosiRO zHauI2pZ{7#4Cak`9Bm+Eea_1Ri=F@QCrUo01C6qy1LOxLv(y%#4Rb1Cchij&G zr#4JZU%q$h=`k1i`eKFEX0D35ZPMpXFU?6-DzEpNF}+yks$ZJ7-sJd`US6|5H&c)= z?g+u?LxEVi_P~Y{L{FuKKRsbd!pg{zU6$E&)tT=G*E)_wv{c$(%`Lu27Pz|UsdXoo zog#W>2g$8C_+Cx>O@=}tkFwdxlOcOdgU!`~l$ABWSbdW+ZsxSDuMA~-A?WTkY=Uc%5xpg0$kgN=(W^ez> zH_0Zh@CX}tY3=ThcqDg~OVlqDK(!IiGN zC}T7iq-;&)B2ASvfD#5%fx7n~mIN!?Q47j>Zp`9ZwCvXL{U~GNpN-6MZ!^s|bb5-u zl{43z!4-)KlMrXIEQx3vDV*3C+$6xH%iJ^_k9EUe041;&y!qhF5f0HAh zFXfj)ECZw`K31%^WqqQaPbqdu$R@JyV3>73;@C#tjq&C3al~h1#r9#_?ZT-$)5Nk^ zmUQOPgk&zS|FArSgk}Pw6l3UjcW!>`-=XfV0hI_S$2b4{BL82 z2k(D``e93+SzOn9`ydHEt@(u*!(K_su{EJ|-OXKk#a^R&C_m@uwUJZEka5TH48ge_ vp%EL>Wi@Nxn8V*2x$L2D+u#MyDSqcb+P#5YHS3sP9I$26&gfeklTQ2-d^Cga literal 0 HcmV?d00001 diff --git a/extensions/git/resources/icons/light/open-file-mono.svg b/extensions/git/resources/icons/light/open-file-mono.svg new file mode 100644 index 0000000000..fa3f245b75 --- /dev/null +++ b/extensions/git/resources/icons/light/open-file-mono.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/extensions/git/resources/icons/light/open-file.svg b/extensions/git/resources/icons/light/open-file.svg index fccdf83d46..d23a23c6b5 100644 --- a/extensions/git/resources/icons/light/open-file.svg +++ b/extensions/git/resources/icons/light/open-file.svg @@ -1,3 +1 @@ - -]> \ No newline at end of file + \ No newline at end of file diff --git a/extensions/git/src/api.ts b/extensions/git/src/api.ts index c510069177..2f4065bbd2 100644 --- a/extensions/git/src/api.ts +++ b/extensions/git/src/api.ts @@ -6,7 +6,7 @@ 'use strict'; import { Model } from './model'; -import { SourceControlInputBox, Uri } from 'vscode'; +import { Uri } from 'vscode'; export interface InputBox { value: string; diff --git a/extensions/git/src/autofetch.ts b/extensions/git/src/autofetch.ts index 5d4ba069c8..52f1ab3d72 100644 --- a/extensions/git/src/autofetch.ts +++ b/extensions/git/src/autofetch.ts @@ -5,7 +5,7 @@ 'use strict'; -import { workspace, Disposable, EventEmitter, Memento, window, MessageItem, ConfigurationTarget, commands, Uri } from 'vscode'; +import { workspace, Disposable, EventEmitter, Memento, window, MessageItem, ConfigurationTarget } from 'vscode'; import { GitErrorCodes } from './git'; import { Repository, Operation } from './repository'; import { eventToPromise, filterEvent, onceEvent } from './util'; @@ -54,20 +54,14 @@ export class AutoFetcher { } const yes: MessageItem = { title: localize('yes', "Yes") }; - const readMore: MessageItem = { title: localize('read more', "Read More") }; const no: MessageItem = { isCloseAffordance: true, title: localize('no', "No") }; const askLater: MessageItem = { title: localize('not now', "Ask Me Later") }; - const result = await window.showInformationMessage(localize('suggest auto fetch', "Would you like Code to periodically run `git fetch`?"), yes, readMore, no, askLater); + const result = await window.showInformationMessage(localize('suggest auto fetch', "Would you like Code to [periodically run 'git fetch']({0})?", 'https://go.microsoft.com/fwlink/?linkid=865294'), yes, no, askLater); if (result === askLater) { return; } - if (result === readMore) { - commands.executeCommand('vscode.open', Uri.parse('https://go.microsoft.com/fwlink/?linkid=865294')); - return this.onFirstGoodRemoteOperation(); - } - if (result === yes) { const gitConfig = workspace.getConfiguration('git'); gitConfig.update('autofetch', true, ConfigurationTarget.Global); diff --git a/extensions/git/src/commands.ts b/extensions/git/src/commands.ts index 68ccde085f..d51f0a25aa 100644 --- a/extensions/git/src/commands.ts +++ b/extensions/git/src/commands.ts @@ -10,9 +10,10 @@ import { Ref, RefType, Git, GitErrorCodes, Branch } from './git'; import { Repository, Resource, Status, CommitOptions, ResourceGroupType } from './repository'; import { Model } from './model'; import { toGitUri, fromGitUri } from './uri'; -import { grep } from './util'; -import { applyLineChanges, intersectDiffWithRange, toLineRanges, invertLineChange } from './staging'; +import { grep, isDescendant } from './util'; +import { applyLineChanges, intersectDiffWithRange, toLineRanges, invertLineChange, getModifiedRange } from './staging'; import * as path from 'path'; +import { lstat, Stats } from 'fs'; import * as os from 'os'; import TelemetryReporter from 'vscode-extension-telemetry'; import * as nls from 'vscode-nls'; @@ -168,8 +169,28 @@ export class CommandCenter { } private async _openResource(resource: Resource, preview?: boolean, preserveFocus?: boolean, preserveSelection?: boolean): Promise { - const left = await this.getLeftResource(resource); - const right = await this.getRightResource(resource); + let stat: Stats | undefined; + + try { + stat = await new Promise((c, e) => lstat(resource.resourceUri.fsPath, (err, stat) => err ? e(err) : c(stat))); + } catch (err) { + // noop + } + + let left: Uri | undefined; + let right: Uri | undefined; + + if (stat && stat.isDirectory()) { + const repository = this.model.getRepositoryForSubmodule(resource.resourceUri); + + if (repository) { + right = toGitUri(resource.resourceUri, resource.resourceGroupType === ResourceGroupType.Index ? 'index' : 'wt', { submoduleOf: repository.root }); + } + } else { + left = await this.getLeftResource(resource); + right = await this.getRightResource(resource); + } + const title = this.getTitle(resource); if (!right) { @@ -216,7 +237,7 @@ export class CommandCenter { } const { size, object } = await repository.lstree(gitRef, uri.fsPath); - const { mimetype, encoding } = await repository.detectObjectType(object); + const { mimetype } = await repository.detectObjectType(object); if (mimetype === 'text/plain') { return toGitUri(uri, ref); @@ -330,7 +351,6 @@ export class CommandCenter { const config = workspace.getConfiguration('git'); let value = config.get('defaultCloneDirectory') || os.homedir(); - value = value.replace(/^~/, os.homedir()); const parentPath = await window.showInputBox({ prompt: localize('parent', "Parent Directory"), @@ -358,11 +378,10 @@ export class CommandCenter { statusBarItem.command = cancelCommandId; statusBarItem.show(); - const clonePromise = this.git.clone(url, parentPath, tokenSource.token); + const clonePromise = this.git.clone(url, parentPath.replace(/^~/, os.homedir()), tokenSource.token); try { window.withProgress({ location: ProgressLocation.SourceControl, title: localize('cloning', "Cloning git repository...") }, () => clonePromise); - // window.withProgress({ location: ProgressLocation.Window, title: localize('cloning', "Cloning git repository...") }, () => clonePromise); const repositoryPath = await clonePromise; @@ -484,7 +503,10 @@ export class CommandCenter { } if (resource) { - uris = [...resourceStates.map(r => r.resourceUri), resource.resourceUri]; + const resources = ([resource, ...resourceStates] as Resource[]) + .filter(r => r.type !== Status.DELETED && r.type !== Status.INDEX_DELETED); + + uris = resources.map(r => r.resourceUri); } } @@ -511,6 +533,11 @@ export class CommandCenter { } } + @command('git.openFile2') + async openFile2(arg?: Resource | Uri, ...resourceStates: SourceControlResourceState[]): Promise { + this.openFile(arg, ...resourceStates); + } + @command('git.openHEADFile') async openHEADFile(arg?: Resource | Uri): Promise { let resource: Resource | undefined = undefined; @@ -709,10 +736,7 @@ export class CommandCenter { const modifiedDocument = textEditor.document; const selections = textEditor.selections; const selectedChanges = changes.filter(change => { - const modifiedRange = change.modifiedEndLineNumber === 0 - ? new Range(modifiedDocument.lineAt(change.modifiedStartLineNumber - 1).range.end, modifiedDocument.lineAt(change.modifiedStartLineNumber).range.start) - : new Range(modifiedDocument.lineAt(change.modifiedStartLineNumber - 1).range.start, modifiedDocument.lineAt(change.modifiedEndLineNumber - 1).range.end); - + const modifiedRange = getModifiedRange(modifiedDocument, change); return selections.every(selection => !selection.intersection(modifiedRange)); }); @@ -940,6 +964,29 @@ export class CommandCenter { opts?: CommitOptions ): Promise { const config = workspace.getConfiguration('git'); + const promptToSaveFilesBeforeCommit = config.get('promptToSaveFilesBeforeCommit') === true; + + if (promptToSaveFilesBeforeCommit) { + const unsavedTextDocuments = workspace.textDocuments + .filter(d => !d.isUntitled && d.isDirty && isDescendant(repository.root, d.uri.fsPath)); + + if (unsavedTextDocuments.length > 0) { + const message = unsavedTextDocuments.length === 1 + ? localize('unsaved files single', "The following file is unsaved: {0}.\n\nWould you like to save it before comitting?", path.basename(unsavedTextDocuments[0].uri.fsPath)) + : localize('unsaved files', "There are {0} unsaved files.\n\nWould you like to save them before comitting?", unsavedTextDocuments.length); + const saveAndCommit = localize('save and commit', "Save All & Commit"); + const commit = localize('commit', "Commit Anyway"); + const pick = await window.showWarningMessage(message, { modal: true }, saveAndCommit, commit); + + if (pick === saveAndCommit) { + await Promise.all(unsavedTextDocuments.map(d => d.save())); + await repository.status(); + } else if (pick !== commit) { + return false; // do not commit on cancel + } + } + } + const enableSmartCommit = config.get('enableSmartCommit') === true; const enableCommitSigning = config.get('enableCommitSigning') === true; const noStagedChanges = repository.indexGroup.resourceStates.length === 0; @@ -963,6 +1010,8 @@ export class CommandCenter { if (!opts) { opts = { all: noStagedChanges }; + } else if (!opts.all && noStagedChanges) { + opts = { ...opts, all: true }; } // enable signing of commits if configurated @@ -996,8 +1045,14 @@ export class CommandCenter { return message; } + let value: string | undefined = undefined; + + if (opts && opts.amend && repository.HEAD && repository.HEAD.commit) { + value = (await repository.getCommit(repository.HEAD.commit)).message; + } + return await window.showInputBox({ - value: opts && opts.defaultMsg, + value, placeHolder: localize('commit message', "Commit message"), prompt: localize('provide commit message', "Please provide a commit message"), ignoreFocusOut: true @@ -1041,15 +1096,7 @@ export class CommandCenter { @command('git.commitStagedAmend', { repository: true }) async commitStagedAmend(repository: Repository): Promise { - let msg; - if (repository.HEAD) { - if (repository.HEAD.commit) { - let id = repository.HEAD.commit; - let commit = await repository.getCommit(id); - msg = commit.message; - } - } - await this.commitWithAnyInput(repository, { all: false, amend: true, defaultMsg: msg }); + await this.commitWithAnyInput(repository, { all: false, amend: true }); } @command('git.commitAll', { repository: true }) @@ -1267,25 +1314,26 @@ export class CommandCenter { return; } - const picks = remotes.map(r => ({ label: r.name, description: r.url })); + const remotePicks = remotes.map(r => ({ label: r.name, description: r.url })); const placeHolder = localize('pick remote pull repo', "Pick a remote to pull the branch from"); - const pick = await window.showQuickPick(picks, { placeHolder }); + const remotePick = await window.showQuickPick(remotePicks, { placeHolder }); - if (!pick) { + if (!remotePick) { return; } - const branchName = await window.showInputBox({ - placeHolder: localize('branch name', "Branch name"), - prompt: localize('provide branch name', "Please provide a branch name"), - ignoreFocusOut: true - }); + const remoteRefs = repository.refs; + const remoteRefsFiltered = remoteRefs.filter(r => (r.remote === remotePick.label)); + const branchPicks = remoteRefsFiltered.map(r => ({ label: r.name })) as { label: string; description: string }[]; + const branchPick = await window.showQuickPick(branchPicks, { placeHolder }); - if (!branchName) { + if (!branchPick) { return; } - repository.pull(false, pick.label, branchName); + const remoteCharCnt = remotePick.label.length; + + repository.pull(false, remotePick.label, branchPick.label.slice(remoteCharCnt + 1)); } @command('git.pull', { repository: true }) @@ -1321,7 +1369,27 @@ export class CommandCenter { return; } - await repository.push(); + if (!repository.HEAD || !repository.HEAD.name) { + window.showWarningMessage(localize('nobranch', "Please check out a branch to push to a remote.")); + return; + } + + try { + await repository.push(); + } catch (err) { + if (err.gitErrorCode !== GitErrorCodes.NoUpstreamBranch) { + throw err; + } + + const branchName = repository.HEAD.name; + const message = localize('confirm publish branch', "The branch '{0}' has no upstream branch. Would you like to publish this branch?", branchName); + const yes = localize('ok', "OK"); + const pick = await window.showWarningMessage(message, { modal: true }, yes); + + if (pick === yes) { + await this.publish(repository); + } + } } @command('git.pushWithTags', { repository: true }) @@ -1377,7 +1445,7 @@ export class CommandCenter { if (shouldPrompt) { const message = localize('sync is unpredictable', "This action will push and pull commits to and from '{0}'.", HEAD.upstream); const yes = localize('ok', "OK"); - const neverAgain = localize('never again', "OK, Never Show Again"); + const neverAgain = localize('never again', "OK, Don't Show Again"); const pick = await window.showWarningMessage(message, { modal: true }, yes, neverAgain); if (pick === neverAgain) { @@ -1465,7 +1533,10 @@ export class CommandCenter { } private async _stash(repository: Repository, includeUntracked = false): Promise { - if (repository.workingTreeGroup.resourceStates.length === 0) { + const noUnstagedChanges = repository.workingTreeGroup.resourceStates.length === 0; + const noStagedChanges = repository.indexGroup.resourceStates.length === 0; + + if (noUnstagedChanges && noStagedChanges) { window.showInformationMessage(localize('no changes stash', "There are no changes to stash.")); return; } @@ -1641,13 +1712,18 @@ export class CommandCenter { const isSingleResource = arg instanceof Uri; const groups = resources.reduce((result, resource) => { - const repository = this.model.getRepository(resource); + let repository = this.model.getRepository(resource); if (!repository) { console.warn('Could not find git repository for ', resource); return result; } + // Could it be a submodule? + if (resource.fsPath === repository.root) { + repository = this.model.getRepositoryForSubmodule(resource) || repository; + } + const tuple = result.filter(p => p.repository === repository)[0]; if (tuple) { diff --git a/extensions/git/src/contentProvider.ts b/extensions/git/src/contentProvider.ts index d2219bf02e..e75e5418ef 100644 --- a/extensions/git/src/contentProvider.ts +++ b/extensions/git/src/contentProvider.ts @@ -52,7 +52,7 @@ export class GitContentProvider { return; } - this._onDidChange.fire(toGitUri(uri, '', true)); + this._onDidChange.fire(toGitUri(uri, '', { replaceFileExtension: true })); } @debounce(1100) @@ -83,6 +83,18 @@ export class GitContentProvider { } async provideTextDocumentContent(uri: Uri): Promise { + let { path, ref, submoduleOf } = fromGitUri(uri); + + if (submoduleOf) { + const repository = this.model.getRepository(submoduleOf); + + if (!repository) { + return ''; + } + + return await repository.diff(path, { cached: ref === 'index' }); + } + const repository = this.model.getRepository(uri); if (!repository) { @@ -95,8 +107,6 @@ export class GitContentProvider { this.cache[cacheKey] = cacheValue; - let { path, ref } = fromGitUri(uri); - if (ref === '~') { const fileUri = Uri.file(path); const uriString = fileUri.toString(); diff --git a/extensions/git/src/decorationProvider.ts b/extensions/git/src/decorationProvider.ts index bdd5b81e27..32ef1521c6 100644 --- a/extensions/git/src/decorationProvider.ts +++ b/extensions/git/src/decorationProvider.ts @@ -6,35 +6,48 @@ 'use strict'; import { window, workspace, Uri, Disposable, Event, EventEmitter, DecorationData, DecorationProvider, ThemeColor } from 'vscode'; +import * as path from 'path'; import { Repository, GitResourceGroup, Status } from './repository'; import { Model } from './model'; import { debounce } from './decorators'; -import { filterEvent } from './util'; +import { filterEvent, dispose, anyEvent, fireEvent } from './util'; +import { GitErrorCodes } from './git'; + +type Callback = { resolve: (status: boolean) => void, reject: (err: any) => void }; class GitIgnoreDecorationProvider implements DecorationProvider { - private readonly _onDidChangeDecorations = new EventEmitter(); - readonly onDidChangeDecorations: Event = this._onDidChangeDecorations.event; - - private checkIgnoreQueue = new Map void, reject: (err: any) => void }>(); + readonly onDidChangeDecorations: Event; + private queue = new Map; }>(); private disposables: Disposable[] = []; - constructor(private repository: Repository) { - this.disposables.push( - window.registerDecorationProvider(this), - filterEvent(workspace.onDidSaveTextDocument, e => e.fileName.endsWith('.gitignore'))(_ => this._onDidChangeDecorations.fire()) - //todo@joh -> events when the ignore status actually changes, not only when the file changes - ); - } + constructor(private model: Model) { + //todo@joh -> events when the ignore status actually changes, not only when the file changes + this.onDidChangeDecorations = fireEvent(anyEvent( + filterEvent(workspace.onDidSaveTextDocument, e => e.fileName.endsWith('.gitignore')), + model.onDidOpenRepository, + model.onDidCloseRepository + )); - dispose(): void { - this.disposables.forEach(d => d.dispose()); - this.checkIgnoreQueue.clear(); + this.disposables.push(window.registerDecorationProvider(this)); } provideDecoration(uri: Uri): Promise { + const repository = this.model.getRepository(uri); + + if (!repository) { + return Promise.resolve(undefined); + } + + let queueItem = this.queue.get(repository.root); + + if (!queueItem) { + queueItem = { repository, queue: new Map() }; + this.queue.set(repository.root, queueItem); + } + return new Promise((resolve, reject) => { - this.checkIgnoreQueue.set(uri.fsPath, { resolve, reject }); + queueItem!.queue.set(uri.fsPath, { resolve, reject }); this.checkIgnoreSoon(); }).then(ignored => { if (ignored) { @@ -48,23 +61,42 @@ class GitIgnoreDecorationProvider implements DecorationProvider { @debounce(500) private checkIgnoreSoon(): void { - const queue = new Map(this.checkIgnoreQueue.entries()); - this.checkIgnoreQueue.clear(); - this.repository.checkIgnore([...queue.keys()]).then(ignoreSet => { - for (const [key, value] of queue.entries()) { - value.resolve(ignoreSet.has(key)); - } - }, err => { - console.error(err); - for (const [, value] of queue.entries()) { - value.reject(err); - } - }); + const queue = new Map(this.queue.entries()); + this.queue.clear(); + + for (const [, item] of queue) { + const paths = [...item.queue.keys()]; + + item.repository.checkIgnore(paths).then(ignoreSet => { + for (const [key, value] of item.queue.entries()) { + value.resolve(ignoreSet.has(key)); + } + }, err => { + if (err.gitErrorCode !== GitErrorCodes.IsInSubmodule) { + console.error(err); + } + + for (const [, value] of item.queue.entries()) { + value.reject(err); + } + }); + } + } + + dispose(): void { + this.disposables.forEach(d => d.dispose()); + this.queue.clear(); } } class GitDecorationProvider implements DecorationProvider { + private static SubmoduleDecorationData: DecorationData = { + title: 'Submodule', + abbreviation: 'S', + color: new ThemeColor('gitDecoration.submoduleResourceForeground') + }; + private readonly _onDidChangeDecorations = new EventEmitter(); readonly onDidChangeDecorations: Event = this._onDidChangeDecorations.event; @@ -80,6 +112,8 @@ class GitDecorationProvider implements DecorationProvider { private onDidRunGitStatus(): void { let newDecorations = new Map(); + + this.collectSubmoduleDecorationData(newDecorations); this.collectDecorationData(this.repository.indexGroup, newDecorations); this.collectDecorationData(this.repository.workingTreeGroup, newDecorations); this.collectDecorationData(this.repository.mergeGroup, newDecorations); @@ -101,6 +135,12 @@ class GitDecorationProvider implements DecorationProvider { }); } + private collectSubmoduleDecorationData(bucket: Map): void { + for (const submodule of this.repository.submodules) { + bucket.set(Uri.file(path.join(this.repository.root, submodule.path)).toString(), GitDecorationProvider.SubmoduleDecorationData); + } + } + provideDecoration(uri: Uri): DecorationData | undefined { return this.decorations.get(uri.toString()); } @@ -113,17 +153,21 @@ class GitDecorationProvider implements DecorationProvider { export class GitDecorations { - private configListener: Disposable; - private modelListener: Disposable[] = []; + private disposables: Disposable[] = []; + private modelDisposables: Disposable[] = []; private providers = new Map(); constructor(private model: Model) { - this.configListener = workspace.onDidChangeConfiguration(e => e.affectsConfiguration('git.decorations.enabled') && this.update()); + this.disposables.push(new GitIgnoreDecorationProvider(model)); + + const onEnablementChange = filterEvent(workspace.onDidChangeConfiguration, e => e.affectsConfiguration('git.decorations.enabled')); + onEnablementChange(this.update, this, this.disposables); this.update(); } private update(): void { const enabled = workspace.getConfiguration('git').get('decorations.enabled'); + if (enabled) { this.enable(); } else { @@ -132,26 +176,25 @@ export class GitDecorations { } private enable(): void { - this.modelListener = []; - this.model.onDidOpenRepository(this.onDidOpenRepository, this, this.modelListener); - this.model.onDidCloseRepository(this.onDidCloseRepository, this, this.modelListener); + this.model.onDidOpenRepository(this.onDidOpenRepository, this, this.modelDisposables); + this.model.onDidCloseRepository(this.onDidCloseRepository, this, this.modelDisposables); this.model.repositories.forEach(this.onDidOpenRepository, this); } private disable(): void { - this.modelListener.forEach(d => d.dispose()); + this.modelDisposables = dispose(this.modelDisposables); this.providers.forEach(value => value.dispose()); this.providers.clear(); } private onDidOpenRepository(repository: Repository): void { const provider = new GitDecorationProvider(repository); - const ignoreProvider = new GitIgnoreDecorationProvider(repository); - this.providers.set(repository, Disposable.from(provider, ignoreProvider)); + this.providers.set(repository, provider); } private onDidCloseRepository(repository: Repository): void { const provider = this.providers.get(repository); + if (provider) { provider.dispose(); this.providers.delete(repository); @@ -159,9 +202,7 @@ export class GitDecorations { } dispose(): void { - this.configListener.dispose(); - this.modelListener.forEach(d => d.dispose()); - this.providers.forEach(value => value.dispose); - this.providers.clear(); + this.disable(); + this.disposables = dispose(this.disposables); } } diff --git a/extensions/git/src/decorators.ts b/extensions/git/src/decorators.ts index c646c6731b..27fa414295 100644 --- a/extensions/git/src/decorators.ts +++ b/extensions/git/src/decorators.ts @@ -78,7 +78,7 @@ function _throttle(fn: Function, key: string): Function { export const throttle = decorate(_throttle); -function _sequentialize(fn: Function, key: string): Function { +function _sequentialize(fn: Function, key: string): Function { const currentKey = `__$sequence$${key}`; return function (this: any, ...args: any[]) { diff --git a/extensions/git/src/git.ts b/extensions/git/src/git.ts index 4ec4e93469..4fac914dec 100644 --- a/extensions/git/src/git.ts +++ b/extensions/git/src/git.ts @@ -16,7 +16,7 @@ import * as filetype from 'file-type'; import { assign, uniqBy, groupBy, denodeify, IDisposable, toDisposable, dispose, mkdirp, readBytes, detectUnicodeEncoding, Encoding, onceEvent } from './util'; import { CancellationToken } from 'vscode'; -const readfile = denodeify(fs.readFile); +const readfile = denodeify(fs.readFile); export interface IGit { path: string; @@ -267,6 +267,7 @@ export class GitError { this.message = data.error.message; } else { this.error = void 0; + this.message = ''; } this.message = this.message || data.message || 'Git error'; @@ -325,7 +326,9 @@ export const GitErrorCodes = { BranchAlreadyExists: 'BranchAlreadyExists', NoLocalChanges: 'NoLocalChanges', NoStashFound: 'NoStashFound', - LocalChangesOverwritten: 'LocalChangesOverwritten' + LocalChangesOverwritten: 'LocalChangesOverwritten', + NoUpstreamBranch: 'NoUpstreamBranch', + IsInSubmodule: 'IsInSubmodule' }; function getGitErrorCode(stderr: string): string | undefined { @@ -359,7 +362,6 @@ function getGitErrorCode(stderr: string): string | undefined { export class Git { private gitPath: string; - private version: string; private env: any; private _onOutput = new EventEmitter(); @@ -367,7 +369,6 @@ export class Git { constructor(options: IGitOptions) { this.gitPath = options.gitPath; - this.version = options.version; this.env = options.env || {}; } @@ -460,7 +461,7 @@ export class Git { }); if (options.log !== false) { - this.log(`git ${args.join(' ')}\n`); + this.log(`> git ${args.join(' ')}\n`); } return cp.spawn(this.gitPath, args, options); @@ -542,6 +543,72 @@ export class GitStatusParser { } } +export interface Submodule { + name: string; + path: string; + url: string; +} + +export function parseGitmodules(raw: string): Submodule[] { + const regex = /\r?\n/g; + let position = 0; + let match: RegExpExecArray | null = null; + + const result: Submodule[] = []; + let submodule: Partial = {}; + + function parseLine(line: string): void { + const sectionMatch = /^\s*\[submodule "([^"]+)"\]\s*$/.exec(line); + + if (sectionMatch) { + if (submodule.name && submodule.path && submodule.url) { + result.push(submodule as Submodule); + } + + const name = sectionMatch[1]; + + if (name) { + submodule = { name }; + return; + } + } + + if (!submodule) { + return; + } + + const propertyMatch = /^\s*(\w+) = (.*)$/.exec(line); + + if (!propertyMatch) { + return; + } + + const [, key, value] = propertyMatch; + + switch (key) { + case 'path': submodule.path = value; break; + case 'url': submodule.url = value; break; + } + } + + while (match = regex.exec(raw)) { + parseLine(raw.substring(position, match.index)); + position = match.index + match[0].length; + } + + parseLine(raw.substring(position)); + + if (submodule.name && submodule.path && submodule.url) { + result.push(submodule as Submodule); + } + + return result; +} + +export interface DiffOptions { + cached?: boolean; +} + export class Repository { constructor( @@ -611,7 +678,7 @@ export class Repository { return stdout; } - async lstree(treeish: string, path: string): Promise<{ mode: number, object: string, size: number }> { + async lstree(treeish: string, path: string): Promise<{ mode: string, object: string, size: number }> { if (!treeish) { // index const { stdout } = await this.run(['ls-files', '--stage', '--', path]); @@ -625,7 +692,7 @@ export class Repository { const catFile = await this.run(['cat-file', '-s', object]); const size = parseInt(catFile.stdout); - return { mode: parseInt(mode), object, size }; + return { mode, object, size }; } const { stdout } = await this.run(['ls-tree', '-l', treeish, '--', path]); @@ -637,7 +704,7 @@ export class Repository { } const [, mode, , object, size] = match; - return { mode: parseInt(mode), object, size: parseInt(size) }; + return { mode, object, size: parseInt(size) }; } async detectObjectType(object: string): Promise<{ mimetype: string, encoding?: string }> { @@ -680,6 +747,19 @@ export class Repository { } } + async diff(path: string, options: DiffOptions = {}): Promise { + const args = ['diff']; + + if (options.cached) { + args.push('--cached'); + } + + args.push('--', path); + + const result = await this.run(args); + return result.stdout; + } + async add(paths: string[]): Promise { const args = ['add', '-A', '--']; @@ -706,7 +786,16 @@ export class Repository { }); } - await this.run(['update-index', '--cacheinfo', '100644', hash, path]); + let mode: string; + + try { + const details = await this.lstree('HEAD', path); + mode = details.mode; + } catch (err) { + mode = '100644'; + } + + await this.run(['update-index', '--cacheinfo', mode, hash, path]); } async checkout(treeish: string, paths: string[]): Promise { @@ -953,6 +1042,8 @@ export class Repository { err.gitErrorCode = GitErrorCodes.PushRejected; } else if (/Could not read from remote repository/.test(err.stderr || '')) { err.gitErrorCode = GitErrorCodes.RemoteConnectionError; + } else if (/^fatal: The current branch .* has no upstream branch/.test(err.stderr || '')) { + err.gitErrorCode = GitErrorCodes.NoUpstreamBranch; } throw err; @@ -1067,7 +1158,7 @@ export class Repository { } async getRefs(): Promise { - const result = await this.run(['for-each-ref', '--format', '%(refname) %(objectname)']); + const result = await this.run(['for-each-ref', '--format', '%(refname) %(objectname)', '--sort', '-committerdate']); const fn = (line: string): Ref | null => { let match: RegExpExecArray | null; @@ -1186,4 +1277,24 @@ export class Repository { return { hash: match[1], message: match[2] }; } + + async updateSubmodules(paths: string[]): Promise { + const args = ['submodule', 'update', '--', ...paths]; + await this.run(args); + } + + async getSubmodules(): Promise { + const gitmodulesPath = path.join(this.root, '.gitmodules'); + + try { + const gitmodulesRaw = await readfile(gitmodulesPath, 'utf8'); + return parseGitmodules(gitmodulesRaw); + } catch (err) { + if (/ENOENT/.test(err.message)) { + return []; + } + + throw err; + } + } } diff --git a/extensions/git/src/main.ts b/extensions/git/src/main.ts index 0e90397114..94ca406da7 100644 --- a/extensions/git/src/main.ts +++ b/extensions/git/src/main.ts @@ -6,7 +6,7 @@ 'use strict'; import * as nls from 'vscode-nls'; -const localize = nls.config(process.env.VSCODE_NLS_CONFIG)(); +const localize = nls.loadMessageBundle(); import { ExtensionContext, workspace, window, Disposable, commands, Uri, OutputChannel } from 'vscode'; import { findGit, Git, IGit } from './git'; import { Model } from './model'; @@ -14,21 +14,19 @@ import { CommandCenter } from './commands'; import { GitContentProvider } from './contentProvider'; import { GitDecorations } from './decorationProvider'; import { Askpass } from './askpass'; -import { toDisposable } from './util'; +import { toDisposable, filterEvent, eventToPromise } from './util'; import TelemetryReporter from 'vscode-extension-telemetry'; import { API, createApi } from './api'; -async function init(context: ExtensionContext, outputChannel: OutputChannel, disposables: Disposable[]): Promise { - const { name, version, aiKey } = require(context.asAbsolutePath('./package.json')) as { name: string, version: string, aiKey: string }; - const telemetryReporter: TelemetryReporter = new TelemetryReporter(name, version, aiKey); - disposables.push(telemetryReporter); +let telemetryReporter: TelemetryReporter; +async function init(context: ExtensionContext, outputChannel: OutputChannel, disposables: Disposable[]): Promise { const pathHint = workspace.getConfiguration('git').get('path'); const info = await findGit(pathHint, path => outputChannel.appendLine(localize('looking', "Looking for git in: {0}", path))); const askpass = new Askpass(); const env = await askpass.getEnv(); const git = new Git({ gitPath: info.path, version: info.version, env }); - const model = new Model(git, context.globalState); + const model = new Model(git, context.globalState, outputChannel); disposables.push(model); const onRepository = () => commands.executeCommand('setContext', 'gitOpenRepositoryCount', `${model.repositories.length}`); @@ -38,7 +36,15 @@ async function init(context: ExtensionContext, outputChannel: OutputChannel, dis outputChannel.appendLine(localize('using git', "Using git {0} from {1}", info.version, info.path)); - const onOutput = (str: string) => outputChannel.append(str); + const onOutput = (str: string) => { + const lines = str.split(/\r?\n/mg); + + while (/^\s*$/.test(lines[lines.length - 1])) { + lines.pop(); + } + + outputChannel.appendLine(lines.join('\n')); + }; git.onOutput.addListener('log', onOutput); disposables.push(toDisposable(() => git.onOutput.removeListener('log', onOutput))); @@ -77,7 +83,7 @@ async function _activate(context: ExtensionContext, disposables: Disposable[]): outputChannel.show(); const download = localize('downloadgit', "Download Git"); - const neverShowAgain = localize('neverShowAgain', "Don't show again"); + const neverShowAgain = localize('neverShowAgain', "Don't Show Again"); const choice = await window.showWarningMessage( localize('notfound', "Git not found. Install it or configure it using the 'git.path' setting."), download, @@ -93,11 +99,30 @@ async function _activate(context: ExtensionContext, disposables: Disposable[]): } export function activate(context: ExtensionContext): API { + const config = workspace.getConfiguration('git', null); + const enabled = config.get('enabled'); + const disposables: Disposable[] = []; context.subscriptions.push(new Disposable(() => Disposable.from(...disposables).dispose())); - const activatePromise = _activate(context, disposables); - const modelPromise = activatePromise.then(model => model || Promise.reject('Git model not found')); + const { name, version, aiKey } = require(context.asAbsolutePath('./package.json')) as { name: string, version: string, aiKey: string }; + telemetryReporter = new TelemetryReporter(name, version, aiKey); + + let activatePromise: Promise; + + if (enabled) { + activatePromise = _activate(context, disposables); + } else { + const onConfigChange = filterEvent(workspace.onDidChangeConfiguration, e => e.affectsConfiguration('git')); + const onEnabled = filterEvent(onConfigChange, () => workspace.getConfiguration('git', null).get('enabled') === true); + + activatePromise = eventToPromise(onEnabled) + .then(() => _activate(context, disposables)); + } + + const modelPromise = activatePromise + .then(model => model || Promise.reject('Git model not found')); + activatePromise.catch(err => console.error(err)); return createApi(modelPromise); @@ -123,7 +148,7 @@ async function checkGitVersion(info: IGit): Promise { } const update = localize('updateGit', "Update Git"); - const neverShowAgain = localize('neverShowAgain', "Don't show again"); + const neverShowAgain = localize('neverShowAgain', "Don't Show Again"); const choice = await window.showWarningMessage( localize('git20', "You seem to have git {0} installed. Code works best with git >= 2", info.version), @@ -139,3 +164,7 @@ async function checkGitVersion(info: IGit): Promise { // {{SQL CARBON EDIT}} */ } + +export function deactivate(): Promise { + return telemetryReporter ? telemetryReporter.dispose() : Promise.resolve(null); +} diff --git a/extensions/git/src/model.ts b/extensions/git/src/model.ts index 48924f0573..6958f46d00 100644 --- a/extensions/git/src/model.ts +++ b/extensions/git/src/model.ts @@ -5,10 +5,10 @@ 'use strict'; -import { workspace, WorkspaceFoldersChangeEvent, Uri, window, Event, EventEmitter, QuickPickItem, Disposable, SourceControl, SourceControlResourceGroup, TextEditor, Memento, ConfigurationChangeEvent } from 'vscode'; +import { workspace, WorkspaceFoldersChangeEvent, Uri, window, Event, EventEmitter, QuickPickItem, Disposable, SourceControl, SourceControlResourceGroup, TextEditor, Memento, OutputChannel } from 'vscode'; import { Repository, RepositoryState } from './repository'; import { memoize, sequentialize, debounce } from './decorators'; -import { dispose, anyEvent, filterEvent, IDisposable, isDescendant } from './util'; +import { dispose, anyEvent, filterEvent, isDescendant, firstIndex } from './util'; import { Git, GitErrorCodes } from './git'; import * as path from 'path'; import * as fs from 'fs'; @@ -28,7 +28,7 @@ class RepositoryPick implements QuickPickItem { .join(' '); } - constructor(public readonly repository: Repository) { } + constructor(public readonly repository: Repository, public readonly index: number) { } } export interface ModelChangeEvent { @@ -66,7 +66,7 @@ export class Model { private disposables: Disposable[] = []; - constructor(private git: Git, private globalState: Memento) { + constructor(private git: Git, private globalState: Memento, private outputChannel: OutputChannel) { workspace.onDidChangeWorkspaceFolders(this.onDidChangeWorkspaceFolders, this, this.disposables); this.onDidChangeWorkspaceFolders({ added: workspace.workspaceFolders || [], removed: [] }); @@ -93,17 +93,25 @@ export class Model { private async scanWorkspaceFolders(): Promise { for (const folder of workspace.workspaceFolders || []) { const root = folder.uri.fsPath; - const children = await new Promise((c, e) => fs.readdir(root, (err, r) => err ? e(err) : c(r))); - children - .filter(child => child !== '.git') - .forEach(child => this.tryOpenRepository(path.join(root, child))); + try { + const children = await new Promise((c, e) => fs.readdir(root, (err, r) => err ? e(err) : c(r))); + + children + .filter(child => child !== '.git') + .forEach(child => this.tryOpenRepository(path.join(root, child))); + } catch (err) { + // noop + } } } private onPossibleGitRepositoryChange(uri: Uri): void { - const possibleGitRepositoryPath = uri.fsPath.replace(/\.git.*$/, ''); - this.possibleGitRepositoryPaths.add(possibleGitRepositoryPath); + this.eventuallyScanPossibleGitRepository(uri.fsPath.replace(/\.git.*$/, '')); + } + + private eventuallyScanPossibleGitRepository(path: string) { + this.possibleGitRepositoryPaths.add(path); this.eventuallyScanPossibleGitRepositories(); } @@ -150,6 +158,13 @@ export class Model { } private onDidChangeVisibleTextEditors(editors: TextEditor[]): void { + const config = workspace.getConfiguration('git'); + const enabled = config.get('autoRepositoryDetection') === true; + + if (!enabled) { + return; + } + editors.forEach(editor => { const uri = editor.document.uri; @@ -181,11 +196,13 @@ export class Model { } try { - const repositoryRoot = await this.git.getRepositoryRoot(path); + const rawRoot = await this.git.getRepositoryRoot(path); // This can happen whenever `path` has the wrong case sensitivity in // case insensitive file systems // https://github.com/Microsoft/vscode/issues/33498 + const repositoryRoot = Uri.file(rawRoot).fsPath; + if (this.getRepository(repositoryRoot)) { return; } @@ -203,15 +220,31 @@ export class Model { } private open(repository: Repository): void { + this.outputChannel.appendLine(`Open repository: ${repository.root}`); + const onDidDisappearRepository = filterEvent(repository.onDidChangeState, state => state === RepositoryState.Disposed); const disappearListener = onDidDisappearRepository(() => dispose()); const changeListener = repository.onDidChangeRepository(uri => this._onDidChangeRepository.fire({ repository, uri })); const originalResourceChangeListener = repository.onDidChangeOriginalResource(uri => this._onDidChangeOriginalResource.fire({ repository, uri })); + const checkForSubmodules = () => { + if (repository.submodules.length > 10) { + window.showWarningMessage(localize('too many submodules', "The '{0}' repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within.", path.basename(repository.root), repository.submodules.length)); + statusListener.dispose(); + return; + } + + this.scanSubmodules(repository); + }; + + const statusListener = repository.onDidRunGitStatus(checkForSubmodules); + checkForSubmodules(); + const dispose = () => { disappearListener.dispose(); changeListener.dispose(); originalResourceChangeListener.dispose(); + statusListener.dispose(); repository.dispose(); this.openRepositories = this.openRepositories.filter(e => e !== openRepository); @@ -223,6 +256,20 @@ export class Model { this._onDidOpenRepository.fire(repository); } + private scanSubmodules(repository: Repository): void { + const shouldScanSubmodules = workspace + .getConfiguration('git', Uri.file(repository.root)) + .get('detectSubmodules') === true; + + if (!shouldScanSubmodules) { + return; + } + + repository.submodules + .map(r => path.join(repository.root, r.path)) + .forEach(p => this.eventuallyScanPossibleGitRepository(p)); + } + close(repository: Repository): void { const openRepository = this.getOpenRepository(repository); @@ -230,6 +277,7 @@ export class Model { return; } + this.outputChannel.appendLine(`Close repository: ${repository.root}`); openRepository.dispose(); } @@ -238,7 +286,16 @@ export class Model { throw new Error(localize('no repositories', "There are no available repositories")); } - const picks = this.openRepositories.map(e => new RepositoryPick(e.repository)); + const picks = this.openRepositories.map((e, index) => new RepositoryPick(e.repository, index)); + const active = window.activeTextEditor; + const repository = active && this.getRepository(active.document.fileName); + const index = firstIndex(picks, pick => pick.repository === repository); + + // Move repository pick containing the active text editor to appear first + if (index > -1) { + picks.unshift(...picks.splice(index, 1)); + } + const placeHolder = localize('pick repo', "Choose a repository"); const pick = await window.showQuickPick(picks, { placeHolder }); @@ -281,12 +338,21 @@ export class Model { resourcePath = hint.fsPath; } - for (const liveRepository of this.openRepositories) { - const relativePath = path.relative(liveRepository.repository.root, resourcePath); - - if (isDescendant(liveRepository.repository.root, resourcePath)) { - return liveRepository; + outer: + for (const liveRepository of this.openRepositories.sort((a, b) => b.repository.root.length - a.repository.root.length)) { + if (!isDescendant(liveRepository.repository.root, resourcePath)) { + continue; } + + for (const submodule of liveRepository.repository.submodules) { + const submoduleRoot = path.join(liveRepository.repository.root, submodule.path); + + if (isDescendant(submoduleRoot, resourcePath)) { + continue outer; + } + } + + return liveRepository; } return undefined; @@ -307,6 +373,20 @@ export class Model { return undefined; } + getRepositoryForSubmodule(submoduleUri: Uri): Repository | undefined { + for (const repository of this.repositories) { + for (const submodule of repository.submodules) { + const submodulePath = path.join(repository.root, submodule.path); + + if (submodulePath === submoduleUri.fsPath) { + return repository; + } + } + } + + return undefined; + } + dispose(): void { const openRepositories = [...this.openRepositories]; openRepositories.forEach(r => r.dispose()); diff --git a/extensions/git/src/repository.ts b/extensions/git/src/repository.ts index 0248bb96f6..8d8ff647a8 100644 --- a/extensions/git/src/repository.ts +++ b/extensions/git/src/repository.ts @@ -5,9 +5,9 @@ 'use strict'; -import { Uri, Command, EventEmitter, Event, scm, SourceControl, SourceControlInputBox, SourceControlResourceGroup, SourceControlResourceState, SourceControlResourceDecorations, Disposable, ProgressLocation, window, workspace, WorkspaceEdit, ThemeColor, DecorationData, Memento } from 'vscode'; -import { Repository as BaseRepository, Ref, Branch, Remote, Commit, GitErrorCodes, Stash, RefType, GitError } from './git'; -import { anyEvent, filterEvent, eventToPromise, dispose, find, isDescendant } from './util'; +import { commands, Uri, Command, EventEmitter, Event, scm, SourceControl, SourceControlInputBox, SourceControlResourceGroup, SourceControlResourceState, SourceControlResourceDecorations, SourceControlInputBoxValidation, Disposable, ProgressLocation, window, workspace, WorkspaceEdit, ThemeColor, DecorationData, Memento, SourceControlInputBoxValidationType } from 'vscode'; +import { Repository as BaseRepository, Ref, Branch, Remote, Commit, GitErrorCodes, Stash, RefType, GitError, Submodule, DiffOptions } from './git'; +import { anyEvent, filterEvent, eventToPromise, dispose, find, isDescendant, IDisposable, onceEvent, EmptyDisposable, debounceEvent } from './util'; import { memoize, throttle, debounce } from './decorators'; import { toGitUri } from './uri'; import { AutoFetcher } from './autofetch'; @@ -105,7 +105,7 @@ export class Resource implements SourceControlResourceState { } }; - private getIconPath(theme: string): Uri | undefined { + private getIconPath(theme: string): Uri { switch (this.type) { case Status.INDEX_MODIFIED: return Resource.Icons[theme].Modified; case Status.MODIFIED: return Resource.Icons[theme].Modified; @@ -123,7 +123,6 @@ export class Resource implements SourceControlResourceState { case Status.DELETED_BY_US: return Resource.Icons[theme].Conflict; case Status.BOTH_ADDED: return Resource.Icons[theme].Conflict; case Status.BOTH_MODIFIED: return Resource.Icons[theme].Conflict; - default: return void 0; } } @@ -182,7 +181,7 @@ export class Resource implements SourceControlResourceState { return { strikeThrough, faded, tooltip, light, dark, letter, color, source: 'git.resource' /*todo@joh*/ }; } - get letter(): string | undefined { + get letter(): string { switch (this.type) { case Status.INDEX_MODIFIED: case Status.MODIFIED: @@ -207,12 +206,10 @@ export class Resource implements SourceControlResourceState { case Status.BOTH_ADDED: case Status.BOTH_MODIFIED: return 'C'; - default: - return undefined; } } - get color(): ThemeColor | undefined { + get color(): ThemeColor { switch (this.type) { case Status.INDEX_MODIFIED: case Status.MODIFIED: @@ -235,8 +232,6 @@ export class Resource implements SourceControlResourceState { case Status.BOTH_ADDED: case Status.BOTH_MODIFIED: return new ThemeColor('gitDecoration.conflictingResourceForeground'); - default: - return undefined; } } @@ -261,7 +256,7 @@ export class Resource implements SourceControlResourceState { } } - get resourceDecoration(): DecorationData | undefined { + get resourceDecoration(): DecorationData { const title = this.tooltip; const abbreviation = this.letter; const color = this.color; @@ -280,6 +275,7 @@ export class Resource implements SourceControlResourceState { export enum Operation { Status = 'Status', + Diff = 'Diff', Add = 'Add', RevertFiles = 'RevertFiles', Commit = 'Commit', @@ -301,7 +297,8 @@ export enum Operation { Tag = 'Tag', Stash = 'Stash', CheckIgnore = 'CheckIgnore', - LSTree = 'LSTree' + LSTree = 'LSTree', + SubmoduleUpdate = 'SubmoduleUpdate' } function isReadOnly(operation: Operation): boolean { @@ -330,6 +327,7 @@ function shouldShowProgress(operation: Operation): boolean { export interface Operations { isIdle(): boolean; + shouldShowProgress(): boolean; isRunning(operation: Operation): boolean; } @@ -366,6 +364,18 @@ class OperationsImpl implements Operations { return true; } + + shouldShowProgress(): boolean { + const operations = this.operations.keys(); + + for (const operation of operations) { + if (shouldShowProgress(operation)) { + return true; + } + } + + return false; + } } export interface CommitOptions { @@ -373,7 +383,6 @@ export interface CommitOptions { amend?: boolean; signoff?: boolean; signCommit?: boolean; - defaultMsg?: string; } export interface GitResourceGroup extends SourceControlResourceGroup { @@ -385,8 +394,33 @@ export interface OperationResult { error: any; } +class ProgressManager { + + private disposable: IDisposable = EmptyDisposable; + + constructor(repository: Repository) { + const start = onceEvent(filterEvent(repository.onDidChangeOperations, () => repository.operations.shouldShowProgress())); + const end = onceEvent(filterEvent(debounceEvent(repository.onDidChangeOperations, 300), () => !repository.operations.shouldShowProgress())); + + const setup = () => { + this.disposable = start(() => { + const promise = eventToPromise(end).then(() => setup()); + window.withProgress({ location: ProgressLocation.SourceControl }, () => promise); + }); + }; + + setup(); + } + + dispose(): void { + this.disposable.dispose(); + } +} + export class Repository implements Disposable { + private static readonly InputValidationLength = 72; + private _onDidChangeRepository = new EventEmitter(); readonly onDidChangeRepository: Event = this._onDidChangeRepository.event; @@ -439,6 +473,11 @@ export class Repository implements Disposable { return this._remotes; } + private _submodules: Submodule[] = []; + get submodules(): Submodule[] { + return this._submodules; + } + private _operations = new OperationsImpl(); get operations(): Operations { return this._operations; } @@ -474,7 +513,7 @@ export class Repository implements Disposable { const onWorkspaceChange = anyEvent(fsWatcher.onDidChange, fsWatcher.onDidCreate, fsWatcher.onDidDelete); const onRepositoryChange = filterEvent(onWorkspaceChange, uri => isDescendant(repository.root, uri.fsPath)); - const onRelevantRepositoryChange = filterEvent(onRepositoryChange, uri => !/\/\.git\/index\.lock$/.test(uri.path)); + const onRelevantRepositoryChange = filterEvent(onRepositoryChange, uri => !/\/\.git(\/index\.lock)?$/.test(uri.path)); onRelevantRepositoryChange(this.onFSChange, this, this.disposables); const onRelevantGitChange = filterEvent(onRelevantRepositoryChange, uri => /\/\.git\//.test(uri.path)); @@ -484,6 +523,7 @@ export class Repository implements Disposable { this._sourceControl.inputBox.placeholder = localize('commitMessage', "Message (press {0} to commit)"); this._sourceControl.acceptInputCommand = { command: 'git.commitWithInput', title: localize('commit', "Commit"), arguments: [this._sourceControl] }; this._sourceControl.quickDiffProvider = this; + this._sourceControl.inputBox.validateInput = this.validateInput.bind(this); this.disposables.push(this._sourceControl); this._mergeGroup = this._sourceControl.createResourceGroup('merge', localize('merge changes', "Merge Changes")); @@ -504,16 +544,56 @@ export class Repository implements Disposable { statusBar.onDidChange(() => this._sourceControl.statusBarCommands = statusBar.commands, null, this.disposables); this._sourceControl.statusBarCommands = statusBar.commands; + const progressManager = new ProgressManager(this); + this.disposables.push(progressManager); + this.updateCommitTemplate(); this.status(); } + validateInput(text: string, position: number): SourceControlInputBoxValidation | undefined { + const config = workspace.getConfiguration('git'); + const setting = config.get<'always' | 'warn' | 'off'>('inputValidation'); + + if (setting === 'off') { + return; + } + + let start = 0, end; + let match: RegExpExecArray | null; + const regex = /\r?\n/g; + + while ((match = regex.exec(text)) && position > match.index) { + start = match.index + match[0].length; + } + + end = match ? match.index : text.length; + + const line = text.substring(start, end); + + if (line.length <= Repository.InputValidationLength) { + if (setting !== 'always') { + return; + } + + return { + message: localize('commitMessageCountdown', "{0} characters left in current line", Repository.InputValidationLength - line.length), + type: SourceControlInputBoxValidationType.Information + }; + } else { + return { + message: localize('commitMessageWarning', "{0} characters over {1} in current line", line.length - Repository.InputValidationLength, Repository.InputValidationLength), + type: SourceControlInputBoxValidationType.Warning + }; + } + } + provideOriginalResource(uri: Uri): Uri | undefined { if (uri.scheme !== 'file') { return; } - return toGitUri(uri, '', true); + return toGitUri(uri, '', { replaceFileExtension: true }); } private async updateCommitTemplate(): Promise { @@ -524,21 +604,15 @@ export class Repository implements Disposable { } } - // @throttle - // async init(): Promise { - // if (this.state !== State.NotAGitRepository) { - // return; - // } - - // await this.git.init(this.workspaceRoot.fsPath); - // await this.status(); - // } - @throttle async status(): Promise { await this.run(Operation.Status); } + diff(path: string, options: DiffOptions = {}): Promise { + return this.run(Operation.Diff, () => this.repository.diff(path, options)); + } + async add(resources: Uri[]): Promise { await this.run(Operation.Add, () => this.repository.add(resources.map(r => r.fsPath))); } @@ -567,8 +641,18 @@ export class Repository implements Disposable { await this.run(Operation.Clean, async () => { const toClean: string[] = []; const toCheckout: string[] = []; + const submodulesToUpdate: string[] = []; resources.forEach(r => { + const fsPath = r.fsPath; + + for (const submodule of this.submodules) { + if (path.join(this.root, submodule.path) === fsPath) { + submodulesToUpdate.push(fsPath); + return; + } + } + const raw = r.toString(); const scmResource = find(this.workingTreeGroup.resourceStates, sr => sr.resourceUri.toString() === raw); @@ -579,11 +663,11 @@ export class Repository implements Disposable { switch (scmResource.type) { case Status.UNTRACKED: case Status.IGNORED: - toClean.push(r.fsPath); + toClean.push(fsPath); break; default: - toCheckout.push(r.fsPath); + toCheckout.push(fsPath); break; } }); @@ -598,6 +682,10 @@ export class Repository implements Disposable { promises.push(this.repository.checkout('', toCheckout)); } + if (submodulesToUpdate.length > 0) { + promises.push(this.repository.updateSubmodules(submodulesToUpdate)); + } + await Promise.all(promises); }); } @@ -702,15 +790,15 @@ export class Repository implements Disposable { async buffer(ref: string, filePath: string): Promise { return await this.run(Operation.Show, async () => { const relativePath = path.relative(this.repository.root, filePath).replace(/\\/g, '/'); - const configFiles = workspace.getConfiguration('files', Uri.file(filePath)); - const encoding = configFiles.get('encoding'); + // const configFiles = workspace.getConfiguration('files', Uri.file(filePath)); + // const encoding = configFiles.get('encoding'); // TODO@joao: REsource config api return await this.repository.buffer(`${ref}:${relativePath}`); }); } - lstree(ref: string, filePath: string): Promise<{ mode: number, object: string, size: number }> { + lstree(ref: string, filePath: string): Promise<{ mode: string, object: string, size: number }> { return this.run(Operation.LSTree, () => this.repository.lstree(ref, filePath)); } @@ -780,7 +868,11 @@ export class Repository implements Disposable { // paths are separated by the null-character resolve(new Set(data.split('\0'))); } else { - reject(new GitError({ stdout: data, stderr, exitCode })); + if (/ is in submodule /.test(stderr)) { + reject(new GitError({ stdout: data, stderr, exitCode, gitErrorCode: GitErrorCodes.IsInSubmodule })); + } else { + reject(new GitError({ stdout: data, stderr, exitCode })); + } } }; @@ -807,37 +899,31 @@ export class Repository implements Disposable { throw new Error('Repository not initialized'); } - const run = async () => { - let error: any = null; + let error: any = null; - this._operations.start(operation); - this._onRunOperation.fire(operation); + this._operations.start(operation); + this._onRunOperation.fire(operation); - try { - const result = await this.retryRun(runOperation); + try { + const result = await this.retryRun(runOperation); - if (!isReadOnly(operation)) { - await this.updateModelState(); - } - - return result; - } catch (err) { - error = err; - - if (err.gitErrorCode === GitErrorCodes.NotAGitRepository) { - this.state = RepositoryState.Disposed; - } - - throw err; - } finally { - this._operations.end(operation); - this._onDidRunOperation.fire({ operation, error }); + if (!isReadOnly(operation)) { + await this.updateModelState(); } - }; - return shouldShowProgress(operation) - ? window.withProgress({ location: ProgressLocation.SourceControl }, run) - : run(); + return result; + } catch (err) { + error = err; + + if (err.gitErrorCode === GitErrorCodes.NotAGitRepository) { + this.state = RepositoryState.Disposed; + } + + throw err; + } finally { + this._operations.end(operation); + this._onDidRunOperation.fire({ operation, error }); + } } private async retryRun(runOperation: () => Promise = () => Promise.resolve(null)): Promise { @@ -868,10 +954,9 @@ export class Repository implements Disposable { this.isRepositoryHuge = didHitLimit; if (didHitLimit && !shouldIgnore && !this.didWarnAboutLimit) { - const ok = { title: localize('ok', "OK"), isCloseAffordance: true }; - const neverAgain = { title: localize('neveragain', "Never Show Again") }; + const neverAgain = { title: localize('neveragain', "Don't Show Again") }; - window.showWarningMessage(localize('huge', "The git repository at '{0}' has too many active changes, only a subset of Git features will be enabled.", this.repository.root), ok, neverAgain).then(result => { + window.showWarningMessage(localize('huge', "The git repository at '{0}' has too many active changes, only a subset of Git features will be enabled.", this.repository.root), neverAgain).then(result => { if (result === neverAgain) { config.update('ignoreLimitWarning', true, false); } @@ -896,11 +981,12 @@ export class Repository implements Disposable { // noop } - const [refs, remotes] = await Promise.all([this.repository.getRefs(), this.repository.getRemotes()]); + const [refs, remotes, submodules] = await Promise.all([this.repository.getRefs(), this.repository.getRemotes(), this.repository.getSubmodules()]); this._HEAD = HEAD; this._refs = refs; this._remotes = remotes; + this._submodules = submodules; const index: Resource[] = []; const workingTree: Resource[] = []; @@ -922,10 +1008,8 @@ export class Repository implements Disposable { case 'UU': return merge.push(new Resource(ResourceGroupType.Merge, uri, Status.BOTH_MODIFIED, useIcons)); } - let isModifiedInIndex = false; - switch (raw.x) { - case 'M': index.push(new Resource(ResourceGroupType.Index, uri, Status.INDEX_MODIFIED, useIcons)); isModifiedInIndex = true; break; + case 'M': index.push(new Resource(ResourceGroupType.Index, uri, Status.INDEX_MODIFIED, useIcons)); break; case 'A': index.push(new Resource(ResourceGroupType.Index, uri, Status.INDEX_ADDED, useIcons)); break; case 'D': index.push(new Resource(ResourceGroupType.Index, uri, Status.INDEX_DELETED, useIcons)); break; case 'R': index.push(new Resource(ResourceGroupType.Index, uri, Status.INDEX_RENAMED, useIcons, renameUri)); break; @@ -954,13 +1038,9 @@ export class Repository implements Disposable { this._sourceControl.count = count; - // set context key - let stateContextKey = ''; - - switch (this.state) { - case RepositoryState.Idle: stateContextKey = 'idle'; break; - case RepositoryState.Disposed: stateContextKey = 'norepo'; break; - } + // Disable `Discard All Changes` for "fresh" repositories + // https://github.com/Microsoft/vscode/issues/43066 + commands.executeCommand('setContext', 'gitFreshRepository', !this._HEAD || !this._HEAD.commit); this._onDidChangeStatus.fire(); } diff --git a/extensions/git/src/staging.ts b/extensions/git/src/staging.ts index 1dc7f451de..9015c38fb1 100644 --- a/extensions/git/src/staging.ts +++ b/extensions/git/src/staging.ts @@ -72,10 +72,16 @@ export function toLineRanges(selections: Selection[], textDocument: TextDocument return result; } -function getModifiedRange(textDocument: TextDocument, diff: LineChange): Range { - return diff.modifiedEndLineNumber === 0 - ? new Range(textDocument.lineAt(diff.modifiedStartLineNumber - 1).range.end, textDocument.lineAt(diff.modifiedStartLineNumber).range.start) - : new Range(textDocument.lineAt(diff.modifiedStartLineNumber - 1).range.start, textDocument.lineAt(diff.modifiedEndLineNumber - 1).range.end); +export function getModifiedRange(textDocument: TextDocument, diff: LineChange): Range { + if (diff.modifiedEndLineNumber === 0) { + if (diff.modifiedStartLineNumber === 0) { + return new Range(textDocument.lineAt(diff.modifiedStartLineNumber).range.end, textDocument.lineAt(diff.modifiedStartLineNumber).range.start); + } else { + return new Range(textDocument.lineAt(diff.modifiedStartLineNumber - 1).range.end, textDocument.lineAt(diff.modifiedStartLineNumber).range.start); + } + } else { + return new Range(textDocument.lineAt(diff.modifiedStartLineNumber - 1).range.start, textDocument.lineAt(diff.modifiedEndLineNumber - 1).range.end); + } } export function intersectDiffWithRange(textDocument: TextDocument, diff: LineChange, range: Range): LineChange | null { diff --git a/extensions/git/src/test/git.test.ts b/extensions/git/src/test/git.test.ts index 8499902aab..20420eb618 100644 --- a/extensions/git/src/test/git.test.ts +++ b/extensions/git/src/test/git.test.ts @@ -6,7 +6,7 @@ 'use strict'; import 'mocha'; -import { GitStatusParser } from '../git'; +import { GitStatusParser, parseGitmodules } from '../git'; import * as assert from 'assert'; suite('git', () => { @@ -135,4 +135,44 @@ suite('git', () => { ]); }); }); + + suite('parseGitmodules', () => { + test('empty', () => { + assert.deepEqual(parseGitmodules(''), []); + }); + + test('sample', () => { + const sample = `[submodule "deps/spdlog"] + path = deps/spdlog + url = https://github.com/gabime/spdlog.git +`; + + assert.deepEqual(parseGitmodules(sample), [ + { name: 'deps/spdlog', path: 'deps/spdlog', url: 'https://github.com/gabime/spdlog.git' } + ]); + }); + + test('big', () => { + const sample = `[submodule "deps/spdlog"] + path = deps/spdlog + url = https://github.com/gabime/spdlog.git +[submodule "deps/spdlog2"] + path = deps/spdlog2 + url = https://github.com/gabime/spdlog.git +[submodule "deps/spdlog3"] + path = deps/spdlog3 + url = https://github.com/gabime/spdlog.git +[submodule "deps/spdlog4"] + path = deps/spdlog4 + url = https://github.com/gabime/spdlog4.git +`; + + assert.deepEqual(parseGitmodules(sample), [ + { name: 'deps/spdlog', path: 'deps/spdlog', url: 'https://github.com/gabime/spdlog.git' }, + { name: 'deps/spdlog2', path: 'deps/spdlog2', url: 'https://github.com/gabime/spdlog.git' }, + { name: 'deps/spdlog3', path: 'deps/spdlog3', url: 'https://github.com/gabime/spdlog.git' }, + { name: 'deps/spdlog4', path: 'deps/spdlog4', url: 'https://github.com/gabime/spdlog4.git' } + ]); + }); + }); }); \ No newline at end of file diff --git a/extensions/git/src/uri.ts b/extensions/git/src/uri.ts index 6a8e700f1e..8a2a0ea360 100644 --- a/extensions/git/src/uri.ts +++ b/extensions/git/src/uri.ts @@ -7,20 +7,45 @@ import { Uri } from 'vscode'; -export function fromGitUri(uri: Uri): { path: string; ref: string; } { +export interface GitUriParams { + path: string; + ref: string; + submoduleOf?: string; +} + +export function fromGitUri(uri: Uri): GitUriParams { return JSON.parse(uri.query); } +export interface GitUriOptions { + replaceFileExtension?: boolean; + submoduleOf?: string; +} + // As a mitigation for extensions like ESLint showing warnings and errors // for git URIs, let's change the file extension of these uris to .git, // when `replaceFileExtension` is true. -export function toGitUri(uri: Uri, ref: string, replaceFileExtension = false): Uri { +export function toGitUri(uri: Uri, ref: string, options: GitUriOptions = {}): Uri { + const params: GitUriParams = { + path: uri.fsPath, + ref + }; + + if (options.submoduleOf) { + params.submoduleOf = options.submoduleOf; + } + + let path = uri.path; + + if (options.replaceFileExtension) { + path = `${path}.git`; + } else if (options.submoduleOf) { + path = `${path}.diff`; + } + return uri.with({ scheme: 'git', - path: replaceFileExtension ? `${uri.path}.git` : uri.path, - query: JSON.stringify({ - path: uri.fsPath, - ref - }) + path, + query: JSON.stringify(params) }); } \ No newline at end of file diff --git a/extensions/git/src/util.ts b/extensions/git/src/util.ts index b3a52079c5..c409a1d08c 100644 --- a/extensions/git/src/util.ts +++ b/extensions/git/src/util.ts @@ -34,6 +34,10 @@ export function combinedDisposable(disposables: IDisposable[]): IDisposable { export const EmptyDisposable = toDisposable(() => null); +export function fireEvent(event: Event): Event { + return (listener, thisArgs = null, disposables?) => event(_ => listener.call(thisArgs), null, disposables); +} + export function mapEvent(event: Event, map: (i: I) => O): Event { return (listener, thisArgs = null, disposables?) => event(i => listener.call(thisArgs, map(i)), null, disposables); } @@ -69,6 +73,16 @@ export function onceEvent(event: Event): Event { }; } +export function debounceEvent(event: Event, delay: number): Event { + return (listener, thisArgs = null, disposables?) => { + let timer: NodeJS.Timer; + return event(e => { + clearTimeout(timer); + timer = setTimeout(() => listener.call(thisArgs, e), delay); + }, null, disposables); + }; +} + export function eventToPromise(event: Event): Promise { return new Promise(c => onceEvent(event)(c)); } @@ -116,6 +130,10 @@ export function groupBy(arr: T[], fn: (el: T) => string): { [key: string]: T[ }, Object.create(null)); } +export function denodeify(fn: Function): (a: A, b: B, c: C) => Promise; +export function denodeify(fn: Function): (a: A, b: B) => Promise; +export function denodeify(fn: Function): (a: A) => Promise; +export function denodeify(fn: Function): (...args: any[]) => Promise; export function denodeify(fn: Function): (...args: any[]) => Promise { return (...args) => new Promise((c, e) => fn(...args, (err: any, r: any) => err ? e(err) : c(r))); } @@ -177,6 +195,16 @@ export function uniqueFilter(keyFn: (t: T) => string): (t: T) => boolean { }; } +export function firstIndex(array: T[], fn: (t: T) => boolean): number { + for (let i = 0; i < array.length; i++) { + if (fn(array[i])) { + return i; + } + } + + return -1; +} + export function find(array: T[], fn: (t: T) => boolean): T | undefined { let result: T | undefined = undefined; @@ -211,7 +239,7 @@ export async function grep(filename: string, pattern: RegExp): Promise export function readBytes(stream: Readable, bytes: number): Promise { return new Promise((complete, error) => { let done = false; - let buffer = new Buffer(bytes); + let buffer = Buffer.allocUnsafe(bytes); let bytesRead = 0; stream.on('data', (data: Buffer) => { diff --git a/extensions/diff/syntaxes/diff.tmLanguage.json b/extensions/git/syntaxes/diff.tmLanguage.json similarity index 90% rename from extensions/diff/syntaxes/diff.tmLanguage.json rename to extensions/git/syntaxes/diff.tmLanguage.json index e0d60de108..d60bbb145f 100644 --- a/extensions/diff/syntaxes/diff.tmLanguage.json +++ b/extensions/git/syntaxes/diff.tmLanguage.json @@ -5,14 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/textmate/diff.tmbundle/commit/0593bb775eab1824af97ef2172fd38822abd97d7", - "fileTypes": [ - "patch", - "diff", - "rej" - ], - "firstLineMatch": "(?x)^\n\t\t(===\\ modified\\ file\n\t\t|==== \\s* // .+ \\s - \\s .+ \\s+ ====\n\t\t|Index:\\ \n\t\t|---\\ [^%\\n]\n\t\t|\\*\\*\\*.*\\d{4}\\s*$\n\t\t|\\d+(,\\d+)* (a|d|c) \\d+(,\\d+)* $\n\t\t|diff\\ --git\\ \n\t\t|commit\\ [0-9a-f]{40}$\n\t\t)", - "keyEquivalent": "^~D", "name": "Diff", + "scopeName": "source.diff", "patterns": [ { "captures": { @@ -162,7 +156,5 @@ "match": "^Only in .*: .*$\\n?", "name": "meta.diff.only-in" } - ], - "scopeName": "source.diff", - "uuid": "7E848FF4-708E-11D9-97B4-0011242E4184" + ] } \ No newline at end of file diff --git a/extensions/gitsyntax/syntaxes/git-commit.tmLanguage.json b/extensions/git/syntaxes/git-commit.tmLanguage.json similarity index 95% rename from extensions/gitsyntax/syntaxes/git-commit.tmLanguage.json rename to extensions/git/syntaxes/git-commit.tmLanguage.json index 5b2ccacd56..c2b8d628ab 100644 --- a/extensions/gitsyntax/syntaxes/git-commit.tmLanguage.json +++ b/extensions/git/syntaxes/git-commit.tmLanguage.json @@ -5,13 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/textmate/git.tmbundle/commit/93897a78c6e52bef13dadc0d4091d203c5facb40", - "fileTypes": [ - "COMMIT_EDITMSG", - "MERGE_MSG" - ], - "foldingStartMarker": "^\\+\\+\\+", - "foldingStopMarker": "^---", "name": "Git Commit Message", + "scopeName": "text.git-commit", "patterns": [ { "begin": "\\A(?!# Please enter the commit message)", @@ -142,7 +137,5 @@ } ] } - }, - "scopeName": "text.git-commit", - "uuid": "BFE83C06-8508-44BE-A975-95A57BF619A7" + } } \ No newline at end of file diff --git a/extensions/gitsyntax/syntaxes/git-rebase.tmLanguage.json b/extensions/git/syntaxes/git-rebase.tmLanguage.json similarity index 92% rename from extensions/gitsyntax/syntaxes/git-rebase.tmLanguage.json rename to extensions/git/syntaxes/git-rebase.tmLanguage.json index 89ef957a1b..3ee481bede 100644 --- a/extensions/gitsyntax/syntaxes/git-rebase.tmLanguage.json +++ b/extensions/git/syntaxes/git-rebase.tmLanguage.json @@ -5,10 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/textmate/git.tmbundle/commit/d1db42c2d71948662098183a6df519fb53a7a15b", - "fileTypes": [ - "git-rebase-todo" - ], "name": "Git Rebase Message", + "scopeName": "text.git-rebase", "patterns": [ { "captures": { @@ -34,7 +32,5 @@ "match": "^\\s*(pick|p|reword|r|edit|e|squash|s|fixup|f|exec|x|drop|d)\\s+([0-9a-f]+)\\s+(.*)$", "name": "meta.commit-command.git-rebase" } - ], - "scopeName": "text.git-rebase", - "uuid": "7F1CC209-5F6D-486A-8180-09FA282381A1" + ] } \ No newline at end of file diff --git a/extensions/gitsyntax/test/colorize-fixtures/COMMIT_EDITMSG b/extensions/git/test/colorize-fixtures/COMMIT_EDITMSG similarity index 100% rename from extensions/gitsyntax/test/colorize-fixtures/COMMIT_EDITMSG rename to extensions/git/test/colorize-fixtures/COMMIT_EDITMSG diff --git a/extensions/git/test/colorize-fixtures/example.diff b/extensions/git/test/colorize-fixtures/example.diff new file mode 100644 index 0000000000..256b719212 --- /dev/null +++ b/extensions/git/test/colorize-fixtures/example.diff @@ -0,0 +1,7 @@ +diff --git a/helloworld.txt b/helloworld.txt +index e4f37c4..557db03 100644 +--- a/helloworld.txt ++++ b/helloworld.txt +@@ -1 +1 @@ +-Hello world ++Hello World \ No newline at end of file diff --git a/extensions/gitsyntax/test/colorize-fixtures/git-rebase-todo b/extensions/git/test/colorize-fixtures/git-rebase-todo similarity index 100% rename from extensions/gitsyntax/test/colorize-fixtures/git-rebase-todo rename to extensions/git/test/colorize-fixtures/git-rebase-todo diff --git a/extensions/gitsyntax/test/colorize-results/COMMIT_EDITMSG.json b/extensions/git/test/colorize-results/COMMIT_EDITMSG.json similarity index 100% rename from extensions/gitsyntax/test/colorize-results/COMMIT_EDITMSG.json rename to extensions/git/test/colorize-results/COMMIT_EDITMSG.json diff --git a/extensions/git/test/colorize-results/example_diff.json b/extensions/git/test/colorize-results/example_diff.json new file mode 100644 index 0000000000..07ec9f737b --- /dev/null +++ b/extensions/git/test/colorize-results/example_diff.json @@ -0,0 +1,167 @@ +[ + { + "c": "diff --git a/helloworld.txt b/helloworld.txt", + "t": "source.diff meta.diff.header.git", + "r": { + "dark_plus": "meta.diff.header: #569CD6", + "light_plus": "meta.diff.header: #000080", + "dark_vs": "meta.diff.header: #569CD6", + "light_vs": "meta.diff.header: #000080", + "hc_black": "meta.diff.header: #000080" + } + }, + { + "c": "index e4f37c4..557db03 100644", + "t": "source.diff meta.diff.index.git", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF" + } + }, + { + "c": "---", + "t": "source.diff meta.diff.header.from-file punctuation.definition.from-file.diff", + "r": { + "dark_plus": "meta.diff.header: #569CD6", + "light_plus": "meta.diff.header: #000080", + "dark_vs": "meta.diff.header: #569CD6", + "light_vs": "meta.diff.header: #000080", + "hc_black": "meta.diff.header: #000080" + } + }, + { + "c": " a/helloworld.txt", + "t": "source.diff meta.diff.header.from-file", + "r": { + "dark_plus": "meta.diff.header: #569CD6", + "light_plus": "meta.diff.header: #000080", + "dark_vs": "meta.diff.header: #569CD6", + "light_vs": "meta.diff.header: #000080", + "hc_black": "meta.diff.header: #000080" + } + }, + { + "c": "+++", + "t": "source.diff meta.diff.header.to-file punctuation.definition.to-file.diff", + "r": { + "dark_plus": "meta.diff.header: #569CD6", + "light_plus": "meta.diff.header: #000080", + "dark_vs": "meta.diff.header: #569CD6", + "light_vs": "meta.diff.header: #000080", + "hc_black": "meta.diff.header: #000080" + } + }, + { + "c": " b/helloworld.txt", + "t": "source.diff meta.diff.header.to-file", + "r": { + "dark_plus": "meta.diff.header: #569CD6", + "light_plus": "meta.diff.header: #000080", + "dark_vs": "meta.diff.header: #569CD6", + "light_vs": "meta.diff.header: #000080", + "hc_black": "meta.diff.header: #000080" + } + }, + { + "c": "@@", + "t": "source.diff meta.diff.range.unified punctuation.definition.range.diff", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF" + } + }, + { + "c": " ", + "t": "source.diff meta.diff.range.unified", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF" + } + }, + { + "c": "-1 +1", + "t": "source.diff meta.diff.range.unified meta.toc-list.line-number.diff", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF" + } + }, + { + "c": " ", + "t": "source.diff meta.diff.range.unified", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF" + } + }, + { + "c": "@@", + "t": "source.diff meta.diff.range.unified punctuation.definition.range.diff", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF" + } + }, + { + "c": "-", + "t": "source.diff markup.deleted.diff punctuation.definition.deleted.diff", + "r": { + "dark_plus": "markup.deleted: #CE9178", + "light_plus": "markup.deleted: #A31515", + "dark_vs": "markup.deleted: #CE9178", + "light_vs": "markup.deleted: #A31515", + "hc_black": "markup.deleted: #CE9178" + } + }, + { + "c": "Hello world", + "t": "source.diff markup.deleted.diff", + "r": { + "dark_plus": "markup.deleted: #CE9178", + "light_plus": "markup.deleted: #A31515", + "dark_vs": "markup.deleted: #CE9178", + "light_vs": "markup.deleted: #A31515", + "hc_black": "markup.deleted: #CE9178" + } + }, + { + "c": "+", + "t": "source.diff markup.inserted.diff punctuation.definition.inserted.diff", + "r": { + "dark_plus": "markup.inserted: #B5CEA8", + "light_plus": "markup.inserted: #09885A", + "dark_vs": "markup.inserted: #B5CEA8", + "light_vs": "markup.inserted: #09885A", + "hc_black": "markup.inserted: #B5CEA8" + } + }, + { + "c": "Hello World", + "t": "source.diff markup.inserted.diff", + "r": { + "dark_plus": "markup.inserted: #B5CEA8", + "light_plus": "markup.inserted: #09885A", + "dark_vs": "markup.inserted: #B5CEA8", + "light_vs": "markup.inserted: #09885A", + "hc_black": "markup.inserted: #B5CEA8" + } + } +] \ No newline at end of file diff --git a/extensions/gitsyntax/test/colorize-results/git-rebase-todo.json b/extensions/git/test/colorize-results/git-rebase-todo.json similarity index 100% rename from extensions/gitsyntax/test/colorize-results/git-rebase-todo.json rename to extensions/git/test/colorize-results/git-rebase-todo.json diff --git a/extensions/git/tsconfig.json b/extensions/git/tsconfig.json index ea7679c9ac..a7eca805f9 100644 --- a/extensions/git/tsconfig.json +++ b/extensions/git/tsconfig.json @@ -10,7 +10,8 @@ "./node_modules/@types" ], "strict": true, - "experimentalDecorators": true + "experimentalDecorators": true, + "noUnusedLocals": true }, "include": [ "src/**/*" diff --git a/extensions/git/yarn.lock b/extensions/git/yarn.lock index a9d4c679d3..747060bcb3 100644 --- a/extensions/git/yarn.lock +++ b/extensions/git/yarn.lock @@ -30,9 +30,13 @@ version "1.0.28" resolved "https://registry.yarnpkg.com/@types/which/-/which-1.0.28.tgz#016e387629b8817bed653fe32eab5d11279c8df6" -applicationinsights@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-0.18.0.tgz#162ebb48a383408bc4de44db32b417307f45bbc1" +applicationinsights@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.1.tgz#53446b830fe8d5d619eee2a278b31d3d25030927" + dependencies: + diagnostic-channel "0.2.0" + diagnostic-channel-publishers "0.2.1" + zone.js "0.7.6" balanced-match@^1.0.0: version "1.0.0" @@ -69,6 +73,16 @@ debug@2.6.8: dependencies: ms "2.0.0" +diagnostic-channel-publishers@0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/diagnostic-channel-publishers/-/diagnostic-channel-publishers-0.2.1.tgz#8e2d607a8b6d79fe880b548bc58cc6beb288c4f3" + +diagnostic-channel@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/diagnostic-channel/-/diagnostic-channel-0.2.0.tgz#cc99af9612c23fb1fff13612c72f2cbfaa8d5a17" + dependencies: + semver "^5.3.0" + diff@3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9" @@ -229,22 +243,25 @@ path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" +semver@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" + supports-color@3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5" dependencies: has-flag "^1.0.0" -vscode-extension-telemetry@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz#2261bff986b6690a6f1f746a45ac5bd1f85d29e0" +vscode-extension-telemetry@0.0.15: + version "0.0.15" + resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.15.tgz#685c32f3b67e8fb85ba689c1d7f88ff90ff87856" dependencies: - applicationinsights "0.18.0" - winreg "1.2.3" + applicationinsights "1.0.1" -vscode-nls@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" +vscode-nls@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" which@^1.3.0: version "1.3.0" @@ -252,10 +269,10 @@ which@^1.3.0: dependencies: isexe "^2.0.0" -winreg@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/winreg/-/winreg-1.2.3.tgz#93ad116b2696da87d58f7265a8fcea5254a965d5" - wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + +zone.js@0.7.6: + version "0.7.6" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.7.6.tgz#fbbc39d3e0261d0986f1ba06306eb3aeb0d22009" diff --git a/extensions/gitsyntax/.vscodeignore b/extensions/gitsyntax/.vscodeignore deleted file mode 100644 index 77ab386fc7..0000000000 --- a/extensions/gitsyntax/.vscodeignore +++ /dev/null @@ -1 +0,0 @@ -test/** \ No newline at end of file diff --git a/extensions/gitsyntax/OSSREADME.json b/extensions/gitsyntax/OSSREADME.json deleted file mode 100644 index 0e3ddd52fa..0000000000 --- a/extensions/gitsyntax/OSSREADME.json +++ /dev/null @@ -1,29 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/git.tmbundle", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/textmate/git.tmbundle", - "licenseDetail": [ - "Copyright (c) 2008 Tim Harper", - "", - "Permission is hereby granted, free of charge, to any person obtaining", - "a copy of this software and associated documentation files (the\"", - "Software\"), to deal in the Software without restriction, including", - "without limitation the rights to use, copy, modify, merge, publish,", - "distribute, sublicense, and/or sell copies of the Software, and to", - "permit persons to whom the Software is furnished to do so, subject to", - "the following conditions:", - "", - "The above copyright notice and this permission notice shall be", - "included in all copies or substantial portions of the Software.", - "", - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,", - "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF", - "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND", - "NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE", - "LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION", - "OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION", - "WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." - ] -}] \ No newline at end of file diff --git a/extensions/gitsyntax/package.json b/extensions/gitsyntax/package.json deleted file mode 100644 index 0040fe5547..0000000000 --- a/extensions/gitsyntax/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "gitsyntax", - "publisher": "vscode", - "displayName": "gitsyntax", - "description": "Git Syntax", - "version": "0.0.1", - "engines": { - "vscode": "^1.5.0" - }, - "categories": [ - "Other" - ], - "scripts": { - "update-grammar": "node ../../build/npm/update-grammar.js textmate/git.tmbundle Syntaxes/Git%20Commit%20Message.tmLanguage ./syntaxes/git-commit.tmLanguage.json Syntaxes/Git%20Rebase%20Message.tmLanguage ./syntaxes/git-rebase.tmLanguage.json" - }, - "contributes": { - "languages": [ - { - "id": "git-commit", - "aliases": [ - "Git Commit Message", - "git-commit" - ], - "filenames": [ - "COMMIT_EDITMSG", - "MERGE_MSG" - ], - "configuration": "./git-commit.language-configuration.json" - }, - { - "id": "git-rebase", - "aliases": [ - "Git Rebase Message", - "git-rebase" - ], - "filenames": [ - "git-rebase-todo" - ], - "configuration": "./git-rebase.language-configuration.json" - } - ], - "grammars": [ - { - "language": "git-commit", - "scopeName": "text.git-commit", - "path": "./syntaxes/git-commit.tmLanguage.json" - }, - { - "language": "git-rebase", - "scopeName": "text.git-rebase", - "path": "./syntaxes/git-rebase.tmLanguage.json" - } - ], - "configurationDefaults": { - "[git-commit]": { - "editor.rulers": [72] - } - } - } -} \ No newline at end of file diff --git a/extensions/json/client/src/jsonMain.ts b/extensions/json/client/src/jsonMain.ts index 0ca5306a22..8f03ed140d 100644 --- a/extensions/json/client/src/jsonMain.ts +++ b/extensions/json/client/src/jsonMain.ts @@ -5,17 +5,16 @@ 'use strict'; import * as path from 'path'; +import * as nls from 'vscode-nls'; +const localize = nls.loadMessageBundle(); -import { workspace, languages, ExtensionContext, extensions, Uri, TextDocument, ColorInformation, Color, ColorPresentation, LanguageConfiguration } from 'vscode'; +import { workspace, languages, ExtensionContext, extensions, Uri, LanguageConfiguration, TextDocument, FoldingRangeList, FoldingRange, Disposable } from 'vscode'; import { LanguageClient, LanguageClientOptions, RequestType, ServerOptions, TransportKind, NotificationType, DidChangeConfigurationNotification } from 'vscode-languageclient'; import TelemetryReporter from 'vscode-extension-telemetry'; -import { ConfigurationFeature } from 'vscode-languageclient/lib/configuration.proposed'; -import { DocumentColorRequest, DocumentColorParams, ColorPresentationParams, ColorPresentationRequest } from 'vscode-languageserver-protocol/lib/protocol.colorProvider.proposed'; +import { FoldingRangesRequest } from './protocol/foldingProvider.proposed'; -import * as nls from 'vscode-nls'; import { hash } from './utils/hash'; -let localize = nls.loadMessageBundle(); namespace VSCodeContentRequest { export const type: RequestType = new RequestType('vscode/content'); @@ -45,8 +44,8 @@ interface Settings { format?: { enable: boolean; }; }; http?: { - proxy: string; - proxyStrictSSL: boolean; + proxy?: string; + proxyStrictSSL?: boolean; }; } @@ -56,18 +55,22 @@ interface JSONSchemaSettings { schema?: any; } +let telemetryReporter: TelemetryReporter | undefined; + +let foldingProviderRegistration: Disposable | undefined = void 0; +const foldingSetting = 'json.experimental.syntaxFolding'; + export function activate(context: ExtensionContext) { let toDispose = context.subscriptions; let packageInfo = getPackageInfo(context); - let telemetryReporter: TelemetryReporter = packageInfo && new TelemetryReporter(packageInfo.name, packageInfo.version, packageInfo.aiKey); - toDispose.push(telemetryReporter); + telemetryReporter = packageInfo && new TelemetryReporter(packageInfo.name, packageInfo.version, packageInfo.aiKey); // The server is implemented in node let serverModule = context.asAbsolutePath(path.join('server', 'out', 'jsonServerMain.js')); // The debug options for the server - let debugOptions = { execArgv: ['--nolazy', '--inspect'] }; + let debugOptions = { execArgv: ['--nolazy', '--inspect=6046'] }; // If the extension is launch in debug mode the debug server options are use // Otherwise the run options are used @@ -96,12 +99,12 @@ export function activate(context: ExtensionContext) { // Create the language client and start the client. let client = new LanguageClient('json', localize('jsonserver.name', 'JSON Language Server'), serverOptions, clientOptions); - client.registerFeature(new ConfigurationFeature(client)); + client.registerProposedFeatures(); let disposable = client.start(); toDispose.push(disposable); client.onReady().then(() => { - client.onTelemetry(e => { + disposable = client.onTelemetry(e => { if (telemetryReporter) { telemetryReporter.sendTelemetryEvent(e.key, e.data); } @@ -127,36 +130,13 @@ export function activate(context: ExtensionContext) { client.sendNotification(SchemaAssociationNotification.type, getSchemaAssociation(context)); - // register color provider - toDispose.push(languages.registerColorProvider(documentSelector, { - provideDocumentColors(document: TextDocument): Thenable { - let params: DocumentColorParams = { - textDocument: client.code2ProtocolConverter.asTextDocumentIdentifier(document) - }; - return client.sendRequest(DocumentColorRequest.type, params).then(symbols => { - return symbols.map(symbol => { - let range = client.protocol2CodeConverter.asRange(symbol.range); - let color = new Color(symbol.color.red, symbol.color.green, symbol.color.blue, symbol.color.alpha); - return new ColorInformation(range, color); - }); - }); - }, - provideColorPresentations(color: Color, context): Thenable { - let params: ColorPresentationParams = { - textDocument: client.code2ProtocolConverter.asTextDocumentIdentifier(context.document), - color: color, - range: client.code2ProtocolConverter.asRange(context.range) - }; - return client.sendRequest(ColorPresentationRequest.type, params).then(presentations => { - return presentations.map(p => { - let presentation = new ColorPresentation(p.label); - presentation.textEdit = p.textEdit && client.protocol2CodeConverter.asTextEdit(p.textEdit); - presentation.additionalTextEdits = p.additionalTextEdits && client.protocol2CodeConverter.asTextEdits(p.additionalTextEdits); - return presentation; - }); - }); + initFoldingProvider(); + toDispose.push(workspace.onDidChangeConfiguration(c => { + if (c.affectsConfiguration(foldingSetting)) { + initFoldingProvider(); } })); + toDispose.push({ dispose: () => foldingProviderRegistration && foldingProviderRegistration.dispose() }); }); let languageConfiguration: LanguageConfiguration = { @@ -168,6 +148,33 @@ export function activate(context: ExtensionContext) { }; languages.setLanguageConfiguration('json', languageConfiguration); languages.setLanguageConfiguration('jsonc', languageConfiguration); + + function initFoldingProvider() { + let enable = workspace.getConfiguration().get(foldingSetting); + if (enable) { + if (!foldingProviderRegistration) { + foldingProviderRegistration = languages.registerFoldingProvider(documentSelector, { + provideFoldingRanges(document: TextDocument) { + return client.sendRequest(FoldingRangesRequest.type, { textDocument: client.code2ProtocolConverter.asTextDocumentIdentifier(document) }).then(res => { + if (res && Array.isArray(res.ranges)) { + return new FoldingRangeList(res.ranges.map(r => new FoldingRange(r.startLine, r.endLine, r.type))); + } + return null; + }); + } + }); + } + } else { + if (foldingProviderRegistration) { + foldingProviderRegistration.dispose(); + foldingProviderRegistration = void 0; + } + } + } +} + +export function deactivate(): Promise { + return telemetryReporter ? telemetryReporter.dispose() : Promise.resolve(null); } function getSchemaAssociation(context: ExtensionContext): ISchemaAssociations { @@ -226,14 +233,14 @@ function getSettings(): Settings { let schemaSetting = schemaSettingsById[url]; if (!schemaSetting) { schemaSetting = schemaSettingsById[url] = { url, fileMatch: [] }; - settings.json.schemas.push(schemaSetting); + settings.json!.schemas!.push(schemaSetting); } let fileMatches = setting.fileMatch; if (Array.isArray(fileMatches)) { if (fileMatchPrefix) { fileMatches = fileMatches.map(m => fileMatchPrefix + m); } - schemaSetting.fileMatch.push(...fileMatches); + schemaSetting.fileMatch!.push(...fileMatches); } if (setting.schema) { schemaSetting.schema = setting.schema; @@ -251,7 +258,7 @@ function getSettings(): Settings { for (let folder of folders) { let folderUri = folder.uri; let schemaConfigInfo = workspace.getConfiguration('json', folderUri).inspect('schemas'); - let folderSchemas = schemaConfigInfo.workspaceFolderValue; + let folderSchemas = schemaConfigInfo!.workspaceFolderValue; if (Array.isArray(folderSchemas)) { let folderPath = folderUri.toString(); if (folderPath[folderPath.length - 1] !== '/') { @@ -276,7 +283,7 @@ function getSchemaId(schema: JSONSchemaSettings, rootPath?: string) { return url; } -function getPackageInfo(context: ExtensionContext): IPackageInfo { +function getPackageInfo(context: ExtensionContext): IPackageInfo | undefined { let extensionPackage = require(context.asAbsolutePath('./package.json')); if (extensionPackage) { return { @@ -285,5 +292,5 @@ function getPackageInfo(context: ExtensionContext): IPackageInfo { aiKey: extensionPackage.aiKey }; } - return null; + return void 0; } diff --git a/extensions/json/client/src/protocol/foldingProvider.proposed.ts b/extensions/json/client/src/protocol/foldingProvider.proposed.ts new file mode 100644 index 0000000000..8906dc5aae --- /dev/null +++ b/extensions/json/client/src/protocol/foldingProvider.proposed.ts @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import { TextDocumentIdentifier } from 'vscode-languageserver-types'; +import { RequestType, TextDocumentRegistrationOptions, StaticRegistrationOptions } from 'vscode-languageserver-protocol'; + +// ---- capabilities + +export interface FoldingProviderClientCapabilities { + /** + * The text document client capabilities + */ + textDocument?: { + /** + * Capabilities specific to the foldingProvider + */ + foldingProvider?: { + /** + * Whether implementation supports dynamic registration. If this is set to `true` + * the client supports the new `(FoldingProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions)` + * return value for the corresponding server capability as well. + */ + dynamicRegistration?: boolean; + }; + }; +} + +export interface FoldingProviderOptions { +} + +export interface FoldingProviderServerCapabilities { + /** + * The server provides folding provider support. + */ + foldingProvider?: FoldingProviderOptions | (FoldingProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions); +} + +export interface FoldingRangeList { + /** + * The folding ranges. + */ + ranges: FoldingRange[]; +} + +export enum FoldingRangeType { + /** + * Folding range for a comment + */ + Comment = 'comment', + /** + * Folding range for a imports or includes + */ + Imports = 'imports', + /** + * Folding range for a region (e.g. `#region`) + */ + Region = 'region' +} + +export interface FoldingRange { + + /** + * The start line number + */ + startLine: number; + + /** + * The end line number + */ + endLine: number; + + /** + * The actual color value for this folding range. + */ + type?: FoldingRangeType | string; +} + +export interface FoldingRangeRequestParam { + /** + * The text document. + */ + textDocument: TextDocumentIdentifier; +} + +export namespace FoldingRangesRequest { + export const type: RequestType = new RequestType('textDocument/foldingRanges'); +} diff --git a/extensions/json/client/tsconfig.json b/extensions/json/client/tsconfig.json index d2f8f6376f..494973432e 100644 --- a/extensions/json/client/tsconfig.json +++ b/extensions/json/client/tsconfig.json @@ -1,11 +1,10 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "commonjs", "outDir": "./out", "noUnusedLocals": true, - "lib": [ - "es5", "es2015.promise" - ] + "lib": [ "es2016" ], + "strict": true } } \ No newline at end of file diff --git a/extensions/json/icons/json.png b/extensions/json/icons/json.png new file mode 100644 index 0000000000000000000000000000000000000000..77743254272b67f316463d74077edf29ad921aeb GIT binary patch literal 5982 zcmZ9Q1yEc;lgAgg;BE=-?hrhS2Mg{NG`M6T*g|l32o3=@1ZRV5AV63&NN|S$K^C_~ zZgY24clFiOOjk|4dHvqMr@Fd-u{v5R__#E<0001AO%?bCX~F*{HYRfIm$ex|8cbUa z6(Hd0-ze^aq$785JXKA6004p?|0YT%Hvuhj6U$dkQweJml@6bRNenbf002-Nr~wu9 z{TGi40(|vmuZHBD)7T1J88Or`MyQHM%Zhb?MAW>EK;qkyQjX2@2RbVHLRqq)FA@y* z+l(J4qT{e7O6)O}*vMlN$YbR3Fih274SjRY6X}ujF4xT4sL<4Sa}28KX!rIRAKPDD z>zI&5j$)g0**N&4wN@wv|dZ=L6}t|NXa0HU?^AJXZnQ3sw>o7s!qOx|en7BnXQnp;z5Ha-mp`kyyTS z%Dz{}8q?DV?X;;G4UTOQp~(b(H;{~CiPkhvgPFbrP_&}2x7If_w;vEB5@PNtsM7-074Zx+Fq zCLE5up3BqD|<)f5mP*gmOc%7MboZ{bqqfj*(RCZm? zqn7k*q(=HkqDoxf2P>l3f2z#6SmIFAXfVO^cHtfoSyzK9^wcPj$YZZ};z?U<4RRTX z`9-6f0DFFM&QCU(~;~`m(R51=t$Jd}si(gH5Xfv5he!{LPFOc#^)P zYMYCbS{?9ho=JL(*A^e1wdLyble9+|pr|1gV5gM6ck~b$K;&TKh3z|hT&4MMj~nw_ z8_b=Rlw=h4?=nP8DqL2Y6bK$Q-Xy1{cP<;c!!8YvX(RbcCgJ}?u&tj+2q2wlh}@6* z$%K`B{Up1JC9AlaG>g>0)e`nZB+%zNX?11xFLo5YTE#Wu1ceTV`rE0Rt*O>y9pPRp zs2=nK!oBiPh0yPCY~&jkQRGm02Y%xmNXGoMN%mr9_84K$A$Zu<%slV4Mn1LZfz8l) zi}=B1RiVF7%HGMNH~39CT&6gq%cW5K^y9gFDL+rxC>AUkLF=rfn z8R{a>c6wWSk8EMlzG`Ks!4n^ORNs6XnG=keW{mlpT{TROnzZuQr=j{2TGcXWnhZDsu(jaG? zKyBiu46soL9#QLO4rHu+9YA~ zE|DP>M%dq-F!I2mT-m6UT*R7qet@cgTRJqMSfL+Feax%(&ab5V5cLm}Eq;;1J)RI} zpHVa&cD$nSBZlDj4#V(qmo*G*jh3f_SRNZ0EaKlj^=0K!QPQP?I~C?Iq3IvK7*@!i zHCi@xBSxQ(3l^`9=v()gN+L3H)^VLTCPQB|@jFgY@7 z2?SBB%c|Ytqso8-yBYy~OQ9K29U9ll{es0E!rbdH)Mx1#YsHhZnf$wPfN9oGq7tKI zvl!UUCT~~*L{)znX&PSmWyye5{t83B=(9EIQ2Nc zx8c}jB!g?|Zexs94Z-=F(1XvR*)v}c6}u{UIST(X^6tjtX8pN+AlLn_0Mzzhn7-Fa zD?V_cu*QBa8YmwGi^eQ5$k822>i?sL1&|PVZYUvC`lLZGMnMLRnUh0(qakq|` zL!V5@<4pfSOGQ*twLySR^rp5$bLf}ml5(0WSU#fGw6dxFcP6iVsTtg=xW>0x<%ZO6ND6e^9h55<4EFWIG=j*W~L-cCFrkYO3UiI5wF| zwt8S8KyDk=8|Wt4<9hn8s8#rWPE?w^zQSLbIfu?MU z-I<4@@c{IynV_bsKPJ|e+D@Zv*Gl?e!?5TY%kK?tF?iR>iO(V0boSp5CQ=LUAk%Qo z$bcNJ-PHGYEOH)?Q4`sNr<V))K;5(J7?;=%DecNYu@o58|nD_4R+plit;XP;Pe>|3Z6kc>{ zIjbo>Zl_EN3`(DYd|U9#bba-B?Cs6f2fAr^ze5$3$aprG87lWYqi zy{13#Z5I*4w-lQaC!z->u|i94U<0imIEx-ojLYE>xfi?*{+ityy|` z6tWt!ug2%7&*HUs^^kp`MQ2_^U#pW+H1gLTE*S9P;dP}7P@H-Cl{Rt215h*DiN^Z@ z@l-W9GVi*RRA59nm*w1-E{u(rT$b1@{D8$S_-6yc!O7>ncRg2gFBdJ9SZa4Om*%IH zNjO=nC;r&9&8?_N-*vz*_t@K2wNk}zvqA0=bY{e@rj3AFZnG(ZG{aBo0cFm6m+W9J zV~eBJ)3s1P6WMkXo+?n;$#+My98oy)^N>3w8YLs35I$#gtN(GrXROCV?q#x_kZ;r9 z0`La43;%k;s~IDq5Oe;LZ>H+hasi7?6V2Y-FZlhtEVnCk1AQe#pW_tk4%fXz5z)+> zR^5^yy?s1%G)4?FB^U{Hg{*o#@F#_6IiWus({X-1w)i~ASe1rYpNAvNv&6~CJg*-} zoqv5@X$tIlYEMTC1l@eZaH5Nd76owKUM8cCycHUhy-Votnwlb!MMg83mG$Hr3#-9@ zm8aRmcx1qLB7k_j!0&bEjBNKyb^H1+%@Ha=dz;r|WvgH|^r3YeTLW!>lu6c%;@IYFoZbR_`*rgsgMJ zDZGwUKUkCScXj1w(h{DY-mT@_Ei&D$1b{@@kG6GXI+|;Ht|Wz~el1P3=KP)YaI}|T z^G$N6;ch?vm<}Nh(Nm%+s9CFHo3*}X+@51>FeF+RD{R~I50NJ-RT~|9Mk5$Sxn>Rv zd|Fv&cnh}T)|53kQXDUo*78b~5H2jr?vE51Qp*)P+8V%ebdR&`%b+IjSIkSahxfRE z7WKJ`VB2UD?ZQ|#a_6h8>eZrhTN1M;SXQ++V35^=Rbi+3Yc=m%K^l1kNx`RE69$#(LnGQN6Z`4o=e$Lde)-u&&oxpx*BE65ZD6A` z!xbt;C>Q&3Kf=s8-AnUC!+sr}?uc@M4^10?vX;^~@4a-A2z;-fpZ2&kkr&_$qq(i|Y@UhPCP*c3M!Ze*}B~HG7u)pZJ-(G)PAn_rE zRE1EASMKeF|KiZgV|QxriH~%W^?55x-5{#=BUQ@-frDM#Yb}4+_pkSn>=j+gy1FI( zugk_9wthaYAQS)6kudx@!YOg>v4?1>QB-YiG7>W(Ru=P1F&>3oZH@ z&L(rIonZ25uHwUNi49OZvBW-);G*-0;EsTf@55>2g868no1CZr6Q5R*gt}!?Dw7_{ z-xQ+Kyn(4^JMp`V7kzGM(Iq;qa$F^6xxITidAAcEuK9mu!3`U3#wfo6+26IW5f$(J zjF#cW>9AsBV;y~zkwc8N%j0Z%)=nxGJ%aqXC|;mbfk{B+4lg>n)I|POX{=zzpRSW; z(k9@~CXs1Cv}YY2Q7tSJlBX*Ku4M8o_bjl* ziqs>|2LefZ9XQivF7&ckW&z({$=TaLGXiKnA9pANkS*44J^8&a8`UfefG})}a%7u7 z1ET{-Lj=#U_fGoNdxmRwC{77S$6Am?Kwf4@nyCsI_j(-5WrWsbn7|f)RX9i!9MjVNC|8zziL8b{>lp!r@aUTEU}u1O1Rd24T7K( zofNXvVMc@USA3PgyuDs(4)~ZuT*(jI{ri7H;|0+o*{*OI>|A zUm|)3ZPv|Q8)d{oRQ}(SQ}zC+Lte);CK^()O8j8^{M{2 zp&`?VrOXQ$Z(4IuZ7|+K)o%Q!BQ*ah*GbCQfa*OKFooS9btGFe=W~K=4t^NqB0Oxe zwnanzoUyUTKfdv`?tu_x9{wHSfb85-nTRl$v=BEl|D}S~*&DTYvWiF}C>)I4{%KBIsaDmOF3J`x(4MpO#ha3ya6oZOJ6atHwWT4p#n^T3{PTfzm&Q`A{y!43-b) zK?+JIFsQfCm;klrRw1Y4cW%Vwn12wB>~SMAyBCBiz%O~+6G>2zZJ-Kyt}*`lsX*A& zgE zwdi7tZWS4&OAR00JpKido+bGl&RFXwB9i>uA4>GEZPn?dgsSm z?;%E(DWLs-3?fT}FvGqg4M`z1-=<)#cNX8{H9fc$(PRD((}-h5kvE=D01^Zq4!*x? z4hr9&)Lzw>Bzz`DdjSbPMaatFE7qgG9C(iv>W7otpqHv5)>cC1@xO@V^`n(TXfgll zy%eK7Yms%j@sJLf_q8~XLef8|A4D|5yM1JwsMa&~r~IA}h1q3kcTN(8E0N$g>VJZq zzuhdCRFcCZZphBtW2c*#%81sZ#}bDjMV_FOQ2M~l!X7G7sw^AUXky;)dB#`74BEnl z@fB66T}Jl$BB4}GeDmyWtd2{~F{3p#k@siflB_uXKG_;G$nMzhkyLA!np*BFi^>9* zH&#d~V?sV-@6Rti1xI+}4X_jH)Wfkn=sRH&j5+sqek;o#UXp6n%tiv>sM>R_4eFVi zD~t*hzdS_Z1_eXPK_j!Taj$BIg8mkZZv{9SKO042#XomWpsp9VU;dlEg&8&lBuSU1 zYR-Oz^6=Qq`yDXBg!BaWTXfU1Y@tZtXPD(2KD=gF^wjSsN&W`u3B?BktKqjwI_y7@ z-yx#5^gn?gapgQP5*=LyZqP8&idqQBjF~i{;(T^_3ElY*`slr3{@kSgv$hL&lcQz> z1-bQDS9lXc^ppmq;SY7gAIm}06g^6&dED2e&<`yNB*i4e$|yc3eEwuVC3redhvzyN zg+fzfOsmputn4pnCd7?AD5U#;nNTE$Ckq zqyEuVrsqj**RQC;GJA22%%H5OG3??0kH#K;`u!V~_AA@lH0*U+p$O}>8fnGWT2THC z-POW`W_T<=0ZRZT9ZEh?DSirvc~{st_-j%~EqWkk6WYAqA^ev6;C(UEI?j3o5$+*( z=2qD6dFG@Vu+#VCNkEB~>YMOj)IkpOh564u&hyE?5okAh61I@<>rW_DCTOb$K0c*L P5)M#P(gM~hT8IA^145*> literal 0 HcmV?d00001 diff --git a/extensions/json/npm-shrinkwrap.json b/extensions/json/npm-shrinkwrap.json deleted file mode 100644 index a9e20b252b..0000000000 --- a/extensions/json/npm-shrinkwrap.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "json", - "version": "0.1.0", - "dependencies": { - "applicationinsights": { - "version": "0.18.0", - "from": "applicationinsights@0.18.0", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.18.0.tgz" - }, - "vscode-extension-telemetry": { - "version": "0.0.8", - "from": "vscode-extension-telemetry@>=0.0.8 <0.0.9", - "resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz" - }, - "vscode-jsonrpc": { - "version": "3.5.0-next.2", - "from": "vscode-jsonrpc@3.5.0-next.2", - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-3.5.0-next.2.tgz" - }, - "vscode-languageclient": { - "version": "3.5.0-next.4", - "from": "vscode-languageclient@3.5.0-next.4", - "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-3.5.0-next.4.tgz" - }, - "vscode-languageserver-protocol": { - "version": "3.5.0-next.5", - "from": "vscode-languageserver-protocol@3.5.0-next.5", - "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.5.0-next.5.tgz" - }, - "vscode-languageserver-types": { - "version": "3.5.0-next.2", - "from": "vscode-languageserver-types@3.5.0-next.2", - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.5.0-next.2.tgz" - }, - "vscode-nls": { - "version": "2.0.2", - "from": "vscode-nls@>=2.0.2 <3.0.0", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz" - }, - "winreg": { - "version": "1.2.3", - "from": "winreg@1.2.3", - "resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.3.tgz" - } - } -} diff --git a/extensions/json/package.json b/extensions/json/package.json index afffbf02d8..c694c60267 100644 --- a/extensions/json/package.json +++ b/extensions/json/package.json @@ -1,13 +1,17 @@ { "name": "json", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "engines": { "vscode": "0.10.x" }, + "icon": "icons/json.png", "activationEvents": [ - "onLanguage:json", "onLanguage:jsonc" + "onLanguage:json", + "onLanguage:jsonc" ], "enableProposedApi": true, "main": "./client/out/jsonMain", @@ -53,7 +57,8 @@ ".code-workspace", "language-configuration.json", "icon-theme.json", - "color-theme.json" + "color-theme.json", + ".code-snippets" ], "filenames": [ "settings.json", @@ -148,6 +153,11 @@ "default": true, "description": "%json.colorDecorators.enable.desc%", "deprecationMessage": "%json.colorDecorators.enable.deprecationMessage%" + }, + "json.experimental.syntaxFolding": { + "type": "boolean", + "default": false, + "description": "%json.experimental.syntaxFolding%" } } }, @@ -160,11 +170,11 @@ } }, "dependencies": { - "vscode-extension-telemetry": "0.0.8", - "vscode-languageclient": "^3.5.0", - "vscode-nls": "2.0.2" + "vscode-extension-telemetry": "0.0.15", + "vscode-languageclient": "4.0.0-next.9", + "vscode-nls": "^3.2.1" }, "devDependencies": { "@types/node": "7.0.43" } -} \ No newline at end of file +} diff --git a/extensions/json/package.nls.json b/extensions/json/package.nls.json index 31385fd819..3d268d7391 100644 --- a/extensions/json/package.nls.json +++ b/extensions/json/package.nls.json @@ -1,4 +1,6 @@ { + "displayName": "JSON Language Features", + "description": "Provides rich language support for JSON files.", "json.schemas.desc": "Associate schemas to JSON files in the current project", "json.schemas.url.desc": "A URL to a schema or a relative path to a schema in the current directory", "json.schemas.fileMatch.desc": "An array of file patterns to match against when resolving JSON files to schemas.", @@ -7,5 +9,6 @@ "json.format.enable.desc": "Enable/disable default JSON formatter (requires restart)", "json.tracing.desc": "Traces the communication between VS Code and the JSON language server.", "json.colorDecorators.enable.desc": "Enables or disables color decorators", - "json.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`." + "json.colorDecorators.enable.deprecationMessage": "The setting `json.colorDecorators.enable` has been deprecated in favor of `editor.colorDecorators`.", + "json.experimental.syntaxFolding": "Enables/disables syntax aware folding markers." } \ No newline at end of file diff --git a/extensions/json/server/npm-shrinkwrap.json b/extensions/json/server/npm-shrinkwrap.json deleted file mode 100644 index daef1ef2fd..0000000000 --- a/extensions/json/server/npm-shrinkwrap.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "name": "vscode-json-languageserver", - "version": "1.0.0", - "dependencies": { - "agent-base": { - "version": "1.0.2", - "from": "agent-base@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-1.0.2.tgz" - }, - "debug": { - "version": "2.6.6", - "from": "debug@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.6.tgz" - }, - "extend": { - "version": "3.0.1", - "from": "extend@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz" - }, - "http-proxy-agent": { - "version": "0.2.7", - "from": "http-proxy-agent@>=0.2.6 <0.3.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-0.2.7.tgz" - }, - "https-proxy-agent": { - "version": "0.3.6", - "from": "https-proxy-agent@>=0.3.5 <0.4.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz" - }, - "jsonc-parser": { - "version": "1.0.0", - "from": "jsonc-parser@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-1.0.0.tgz" - }, - "ms": { - "version": "0.7.3", - "from": "ms@0.7.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.3.tgz" - }, - "request-light": { - "version": "0.2.1", - "from": "request-light@0.2.1", - "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz" - }, - "vscode-json-languageservice": { - "version": "3.0.0", - "from": "vscode-json-languageservice@next", - "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-3.0.0.tgz" - }, - "vscode-jsonrpc": { - "version": "3.5.0-next.2", - "from": "vscode-jsonrpc@3.5.0-next.2", - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-3.5.0-next.2.tgz" - }, - "vscode-languageserver": { - "version": "3.5.0-next.6", - "from": "vscode-languageserver@3.5.0-next.6", - "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-3.5.0-next.6.tgz" - }, - "vscode-languageserver-protocol": { - "version": "3.5.0-next.5", - "from": "vscode-languageserver-protocol@3.5.0-next.5", - "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.5.0-next.5.tgz" - }, - "vscode-languageserver-types": { - "version": "3.5.0-next.2", - "from": "vscode-languageserver-types@3.5.0-next.2", - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.5.0-next.2.tgz" - }, - "vscode-nls": { - "version": "2.0.2", - "from": "vscode-nls@>=2.0.2 <3.0.0", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz" - }, - "vscode-uri": { - "version": "1.0.1", - "from": "vscode-uri@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-1.0.1.tgz" - } - } -} diff --git a/extensions/json/server/package.json b/extensions/json/server/package.json index a9a68b0a3c..c597f26e5c 100644 --- a/extensions/json/server/package.json +++ b/extensions/json/server/package.json @@ -8,11 +8,11 @@ "node": "*" }, "dependencies": { - "jsonc-parser": "^1.0.0", - "request-light": "^0.2.1", - "vscode-json-languageservice": "^3.0.4", - "vscode-languageserver": "^3.5.0", - "vscode-nls": "^2.0.2", + "jsonc-parser": "^1.0.1", + "request-light": "^0.2.2", + "vscode-json-languageservice": "^3.0.7", + "vscode-languageserver": "4.0.0-next.3", + "vscode-nls": "^3.2.1", "vscode-uri": "^1.0.1" }, "devDependencies": { @@ -22,8 +22,8 @@ "compile": "gulp compile-extension:json-server", "watch": "gulp watch-extension:json-server", "install-service-next": "yarn add vscode-json-languageservice@next", - "install-service-local": "npm install ../../../../vscode-json-languageservice -f", + "install-service-local": "yarn link vscode-json-languageservice", "install-server-next": "yarn add vscode-languageserver@next", - "install-server-local": "npm install ../../../../vscode-languageserver-node/server -f" + "install-server-local": "yarn link vscode-languageserver-server" } } diff --git a/extensions/json/server/src/jsonServerMain.ts b/extensions/json/server/src/jsonServerMain.ts index a54fc876b2..1431e8712b 100644 --- a/extensions/json/server/src/jsonServerMain.ts +++ b/extensions/json/server/src/jsonServerMain.ts @@ -17,12 +17,12 @@ import fs = require('fs'); import URI from 'vscode-uri'; import * as URL from 'url'; import Strings = require('./utils/strings'); -import { formatError, runSafe } from './utils/errors'; -import { JSONDocument, JSONSchema, LanguageSettings, getLanguageService, DocumentLanguageSettings } from 'vscode-json-languageservice'; +import { formatError, runSafe, runSafeAsync } from './utils/errors'; +import { JSONDocument, JSONSchema, getLanguageService, DocumentLanguageSettings, SchemaConfiguration } from 'vscode-json-languageservice'; import { getLanguageModelCache } from './languageModelCache'; +import { createScanner, SyntaxKind } from 'jsonc-parser'; -import * as nls from 'vscode-nls'; -nls.config(process.env['VSCODE_NLS_CONFIG']); +import { FoldingRangeType, FoldingRangesRequest, FoldingRange, FoldingRangeList, FoldingProviderServerCapabilities } from './protocol/foldingProvider.proposed'; interface ISchemaAssociations { [pattern: string]: string[]; @@ -43,7 +43,7 @@ namespace SchemaContentChangeNotification { // Create a connection for the server let connection: IConnection = createConnection(); -process.on('unhandledRejection', e => { +process.on('unhandledRejection', (e: any) => { connection.console.error(formatError(`Unhandled exception`, e)); }); @@ -65,7 +65,7 @@ let clientDynamicRegisterSupport = false; connection.onInitialize((params: InitializeParams): InitializeResult => { function hasClientCapability(...keys: string[]) { - let c = params.capabilities; + let c = params.capabilities as any; for (let i = 0; c && i < keys.length; i++) { c = c[keys[i]]; } @@ -74,14 +74,15 @@ connection.onInitialize((params: InitializeParams): InitializeResult => { clientSnippetSupport = hasClientCapability('textDocument', 'completion', 'completionItem', 'snippetSupport'); clientDynamicRegisterSupport = hasClientCapability('workspace', 'symbol', 'dynamicRegistration'); - let capabilities: ServerCapabilities & CPServerCapabilities = { + let capabilities: ServerCapabilities & CPServerCapabilities & FoldingProviderServerCapabilities = { // Tell the client that the server works in FULL text document sync mode textDocumentSync: documents.syncKind, - completionProvider: clientSnippetSupport ? { resolveProvider: true, triggerCharacters: ['"', ':'] } : null, + completionProvider: clientSnippetSupport ? { resolveProvider: true, triggerCharacters: ['"', ':'] } : void 0, hoverProvider: true, documentSymbolProvider: true, documentRangeFormattingProvider: false, - colorProvider: true + colorProvider: true, + foldingProvider: true }; return { capabilities }; @@ -105,7 +106,7 @@ let schemaRequestService = (uri: string): Thenable => { return connection.sendRequest(VSCodeContentRequest.type, uri).then(responseText => { return responseText; }, error => { - return error.message; + return Promise.reject(error.message); }); } if (uri.indexOf('//schema.management.azure.com/') !== -1) { @@ -149,9 +150,9 @@ interface JSONSchemaSettings { schema?: JSONSchema; } -let jsonConfigurationSettings: JSONSchemaSettings[] = void 0; -let schemaAssociations: ISchemaAssociations = void 0; -let formatterRegistration: Thenable = null; +let jsonConfigurationSettings: JSONSchemaSettings[] | undefined = void 0; +let schemaAssociations: ISchemaAssociations | undefined = void 0; +let formatterRegistration: Thenable | null = null; // The settings have changed. Is send on server activation as well. connection.onDidChangeConfiguration((change) => { @@ -187,10 +188,10 @@ connection.onNotification(SchemaContentChangeNotification.type, uri => { }); function updateConfiguration() { - let languageSettings: LanguageSettings = { + let languageSettings = { validate: true, allowComments: true, - schemas: [] + schemas: new Array() }; if (schemaAssociations) { for (var pattern in schemaAssociations) { @@ -232,7 +233,7 @@ documents.onDidClose(event => { }); let pendingValidationRequests: { [uri: string]: NodeJS.Timer; } = {}; -const validationDelayMs = 200; +const validationDelayMs = 500; function cleanPendingValidation(textDocument: TextDocument): void { let request = pendingValidationRequests[textDocument.uri]; @@ -295,7 +296,7 @@ function getJSONDocument(document: TextDocument): JSONDocument { } connection.onCompletion(textDocumentPosition => { - return runSafe(() => { + return runSafeAsync(() => { let document = documents.get(textDocumentPosition.textDocument.uri); let jsonDocument = getJSONDocument(document); return languageService.doComplete(document, textDocumentPosition.position, jsonDocument); @@ -303,13 +304,13 @@ connection.onCompletion(textDocumentPosition => { }); connection.onCompletionResolve(completionItem => { - return runSafe(() => { + return runSafeAsync(() => { return languageService.doResolve(completionItem); - }, null, `Error while resolving completion proposal`); + }, completionItem, `Error while resolving completion proposal`); }); connection.onHover(textDocumentPositionParams => { - return runSafe(() => { + return runSafeAsync(() => { let document = documents.get(textDocumentPositionParams.textDocument.uri); let jsonDocument = getJSONDocument(document); return languageService.doHover(document, textDocumentPositionParams.position, jsonDocument); @@ -332,13 +333,13 @@ connection.onDocumentRangeFormatting(formatParams => { }); connection.onRequest(DocumentColorRequest.type, params => { - return runSafe(() => { + return runSafeAsync(() => { let document = documents.get(params.textDocument.uri); if (document) { let jsonDocument = getJSONDocument(document); return languageService.findDocumentColors(document, jsonDocument); } - return []; + return Promise.resolve([]); }, [], `Error while computing document colors for ${params.textDocument.uri}`); }); @@ -350,7 +351,86 @@ connection.onRequest(ColorPresentationRequest.type, params => { return languageService.getColorPresentations(document, jsonDocument, params.color, params.range); } return []; - }, [], `Error while computing color presentationsd for ${params.textDocument.uri}`); + }, [], `Error while computing color presentations for ${params.textDocument.uri}`); +}); + +connection.onRequest(FoldingRangesRequest.type, params => { + return runSafe(() => { + let document = documents.get(params.textDocument.uri); + if (document) { + let ranges: FoldingRange[] = []; + let stack: FoldingRange[] = []; + let prevStart = -1; + let scanner = createScanner(document.getText(), false); + let token = scanner.scan(); + while (token !== SyntaxKind.EOF) { + switch (token) { + case SyntaxKind.OpenBraceToken: + case SyntaxKind.OpenBracketToken: { + let startLine = document.positionAt(scanner.getTokenOffset()).line; + let range = { startLine, endLine: startLine, type: token === SyntaxKind.OpenBraceToken ? 'object' : 'array' }; + stack.push(range); + break; + } + case SyntaxKind.CloseBraceToken: + case SyntaxKind.CloseBracketToken: { + let type = token === SyntaxKind.CloseBraceToken ? 'object' : 'array'; + if (stack.length > 0 && stack[stack.length - 1].type === type) { + let range = stack.pop(); + let line = document.positionAt(scanner.getTokenOffset()).line; + if (range && line > range.startLine + 1 && prevStart !== range.startLine) { + range.endLine = line - 1; + ranges.push(range); + prevStart = range.startLine; + } + } + break; + } + + case SyntaxKind.BlockCommentTrivia: { + let startLine = document.positionAt(scanner.getTokenOffset()).line; + let endLine = document.positionAt(scanner.getTokenOffset() + scanner.getTokenLength()).line; + if (startLine < endLine) { + ranges.push({ startLine, endLine, type: FoldingRangeType.Comment }); + prevStart = startLine; + } + break; + } + + case SyntaxKind.LineCommentTrivia: { + let text = document.getText().substr(scanner.getTokenOffset(), scanner.getTokenLength()); + let m = text.match(/^\/\/\s*#(region\b)|(endregion\b)/); + if (m) { + let line = document.positionAt(scanner.getTokenOffset()).line; + if (m[1]) { // start pattern match + let range = { startLine: line, endLine: line, type: FoldingRangeType.Region }; + stack.push(range); + } else { + let i = stack.length - 1; + while (i >= 0 && stack[i].type !== FoldingRangeType.Region) { + i--; + } + if (i >= 0) { + let range = stack[i]; + stack.length = i; + if (line > range.startLine && prevStart !== range.startLine) { + range.endLine = line; + ranges.push(range); + prevStart = range.startLine; + } + } + } + } + break; + } + + } + token = scanner.scan(); + } + return { ranges }; + } + return null; + }, null, `Error while computing folding ranges for ${params.textDocument.uri}`); }); // Listen on the connection diff --git a/extensions/json/server/src/languageModelCache.ts b/extensions/json/server/src/languageModelCache.ts index 074285d07c..f34cab67ab 100644 --- a/extensions/json/server/src/languageModelCache.ts +++ b/extensions/json/server/src/languageModelCache.ts @@ -16,7 +16,7 @@ export function getLanguageModelCache(maxEntries: number, cleanupIntervalTime let languageModels: { [uri: string]: { version: number, languageId: string, cTime: number, languageModel: T } } = {}; let nModels = 0; - let cleanupInterval = void 0; + let cleanupInterval: NodeJS.Timer | undefined = void 0; if (cleanupIntervalTimeInSec > 0) { cleanupInterval = setInterval(() => { let cutoffTime = Date.now() - cleanupIntervalTimeInSec * 1000; diff --git a/extensions/json/server/src/protocol/foldingProvider.proposed.ts b/extensions/json/server/src/protocol/foldingProvider.proposed.ts new file mode 100644 index 0000000000..8906dc5aae --- /dev/null +++ b/extensions/json/server/src/protocol/foldingProvider.proposed.ts @@ -0,0 +1,89 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import { TextDocumentIdentifier } from 'vscode-languageserver-types'; +import { RequestType, TextDocumentRegistrationOptions, StaticRegistrationOptions } from 'vscode-languageserver-protocol'; + +// ---- capabilities + +export interface FoldingProviderClientCapabilities { + /** + * The text document client capabilities + */ + textDocument?: { + /** + * Capabilities specific to the foldingProvider + */ + foldingProvider?: { + /** + * Whether implementation supports dynamic registration. If this is set to `true` + * the client supports the new `(FoldingProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions)` + * return value for the corresponding server capability as well. + */ + dynamicRegistration?: boolean; + }; + }; +} + +export interface FoldingProviderOptions { +} + +export interface FoldingProviderServerCapabilities { + /** + * The server provides folding provider support. + */ + foldingProvider?: FoldingProviderOptions | (FoldingProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions); +} + +export interface FoldingRangeList { + /** + * The folding ranges. + */ + ranges: FoldingRange[]; +} + +export enum FoldingRangeType { + /** + * Folding range for a comment + */ + Comment = 'comment', + /** + * Folding range for a imports or includes + */ + Imports = 'imports', + /** + * Folding range for a region (e.g. `#region`) + */ + Region = 'region' +} + +export interface FoldingRange { + + /** + * The start line number + */ + startLine: number; + + /** + * The end line number + */ + endLine: number; + + /** + * The actual color value for this folding range. + */ + type?: FoldingRangeType | string; +} + +export interface FoldingRangeRequestParam { + /** + * The text document. + */ + textDocument: TextDocumentIdentifier; +} + +export namespace FoldingRangesRequest { + export const type: RequestType = new RequestType('textDocument/foldingRanges'); +} diff --git a/extensions/json/server/src/utils/errors.ts b/extensions/json/server/src/utils/errors.ts index 2d34f216ba..507e8a7bf6 100644 --- a/extensions/json/server/src/utils/errors.ts +++ b/extensions/json/server/src/utils/errors.ts @@ -16,16 +16,16 @@ export function formatError(message: string, err: any): string { return message; } -export function runSafe(func: () => Thenable | T, errorVal: T, errorMessage: string): Thenable | T { +export function runSafeAsync(func: () => Thenable, errorVal: T, errorMessage: string): Thenable { + let t = func(); + return t.then(void 0, e => { + console.error(formatError(errorMessage, e)); + return errorVal; + }); +} +export function runSafe(func: () => T, errorVal: T, errorMessage: string): T { try { - let t = func(); - if (t instanceof Promise) { - return t.then(void 0, e => { - console.error(formatError(errorMessage, e)); - return errorVal; - }); - } - return t; + return func(); } catch (e) { console.error(formatError(errorMessage, e)); return errorVal; diff --git a/extensions/json/server/src/utils/uri.ts b/extensions/json/server/src/utils/uri.ts deleted file mode 100644 index 332c486250..0000000000 --- a/extensions/json/server/src/utils/uri.ts +++ /dev/null @@ -1,351 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -'use strict'; - -function _encode(ch: string): string { - return '%' + ch.charCodeAt(0).toString(16).toUpperCase(); -} - -// see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent -function encodeURIComponent2(str: string): string { - return encodeURIComponent(str).replace(/[!'()*]/g, _encode); -} - -function encodeNoop(str: string): string { - return str; -} - - -/** - * Uniform Resource Identifier (URI) http://tools.ietf.org/html/rfc3986. - * This class is a simple parser which creates the basic component paths - * (http://tools.ietf.org/html/rfc3986#section-3) with minimal validation - * and encoding. - * - * foo://example.com:8042/over/there?name=ferret#nose - * \_/ \______________/\_________/ \_________/ \__/ - * | | | | | - * scheme authority path query fragment - * | _____________________|__ - * / \ / \ - * urn:example:animal:ferret:nose - * - * - */ -export default class URI { - - private static _empty = ''; - private static _slash = '/'; - private static _regexp = /^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/; - private static _driveLetterPath = /^\/[a-zA-z]:/; - private static _upperCaseDrive = /^(\/)?([A-Z]:)/; - - private _scheme: string; - private _authority: string; - private _path: string; - private _query: string; - private _fragment: string; - private _formatted: string; - private _fsPath: string; - - constructor() { - this._scheme = URI._empty; - this._authority = URI._empty; - this._path = URI._empty; - this._query = URI._empty; - this._fragment = URI._empty; - - this._formatted = null; - this._fsPath = null; - } - - /** - * scheme is the 'http' part of 'http://www.msft.com/some/path?query#fragment'. - * The part before the first colon. - */ - get scheme() { - return this._scheme; - } - - /** - * authority is the 'www.msft.com' part of 'http://www.msft.com/some/path?query#fragment'. - * The part between the first double slashes and the next slash. - */ - get authority() { - return this._authority; - } - - /** - * path is the '/some/path' part of 'http://www.msft.com/some/path?query#fragment'. - */ - get path() { - return this._path; - } - - /** - * query is the 'query' part of 'http://www.msft.com/some/path?query#fragment'. - */ - get query() { - return this._query; - } - - /** - * fragment is the 'fragment' part of 'http://www.msft.com/some/path?query#fragment'. - */ - get fragment() { - return this._fragment; - } - - // ---- filesystem path ----------------------- - - /** - * Returns a string representing the corresponding file system path of this URI. - * Will handle UNC paths and normalize windows drive letters to lower-case. Also - * uses the platform specific path separator. Will *not* validate the path for - * invalid characters and semantics. Will *not* look at the scheme of this URI. - */ - get fsPath() { - if (!this._fsPath) { - var value: string; - if (this._authority && this.scheme === 'file') { - // unc path: file://shares/c$/far/boo - value = `//${this._authority}${this._path}`; - } else if (URI._driveLetterPath.test(this._path)) { - // windows drive letter: file:///c:/far/boo - value = this._path[1].toLowerCase() + this._path.substr(2); - } else { - // other path - value = this._path; - } - if (process.platform === 'win32') { - value = value.replace(/\//g, '\\'); - } - this._fsPath = value; - } - return this._fsPath; - } - - // ---- modify to new ------------------------- - - public with(scheme: string, authority: string, path: string, query: string, fragment: string): URI { - var ret = new URI(); - ret._scheme = scheme || this.scheme; - ret._authority = authority || this.authority; - ret._path = path || this.path; - ret._query = query || this.query; - ret._fragment = fragment || this.fragment; - URI._validate(ret); - return ret; - } - - public withScheme(value: string): URI { - return this.with(value, undefined, undefined, undefined, undefined); - } - - public withAuthority(value: string): URI { - return this.with(undefined, value, undefined, undefined, undefined); - } - - public withPath(value: string): URI { - return this.with(undefined, undefined, value, undefined, undefined); - } - - public withQuery(value: string): URI { - return this.with(undefined, undefined, undefined, value, undefined); - } - - public withFragment(value: string): URI { - return this.with(undefined, undefined, undefined, undefined, value); - } - - // ---- parse & validate ------------------------ - - public static parse(value: string): URI { - const ret = new URI(); - const data = URI._parseComponents(value); - ret._scheme = data.scheme; - ret._authority = decodeURIComponent(data.authority); - ret._path = decodeURIComponent(data.path); - ret._query = decodeURIComponent(data.query); - ret._fragment = decodeURIComponent(data.fragment); - URI._validate(ret); - return ret; - } - - public static file(path: string): URI { - - const ret = new URI(); - ret._scheme = 'file'; - - // normalize to fwd-slashes - path = path.replace(/\\/g, URI._slash); - - // check for authority as used in UNC shares - // or use the path as given - if (path[0] === URI._slash && path[0] === path[1]) { - let idx = path.indexOf(URI._slash, 2); - if (idx === -1) { - ret._authority = path.substring(2); - } else { - ret._authority = path.substring(2, idx); - ret._path = path.substring(idx); - } - } else { - ret._path = path; - } - - // Ensure that path starts with a slash - // or that it is at least a slash - if (ret._path[0] !== URI._slash) { - ret._path = URI._slash + ret._path; - } - - URI._validate(ret); - - return ret; - } - - private static _parseComponents(value: string): UriComponents { - - const ret: UriComponents = { - scheme: URI._empty, - authority: URI._empty, - path: URI._empty, - query: URI._empty, - fragment: URI._empty, - }; - - const match = URI._regexp.exec(value); - if (match) { - ret.scheme = match[2] || ret.scheme; - ret.authority = match[4] || ret.authority; - ret.path = match[5] || ret.path; - ret.query = match[7] || ret.query; - ret.fragment = match[9] || ret.fragment; - } - return ret; - } - - public static create(scheme?: string, authority?: string, path?: string, query?: string, fragment?: string): URI { - return new URI().with(scheme, authority, path, query, fragment); - } - - private static _validate(ret: URI): void { - - // validation - // path, http://tools.ietf.org/html/rfc3986#section-3.3 - // If a URI contains an authority component, then the path component - // must either be empty or begin with a slash ("/") character. If a URI - // does not contain an authority component, then the path cannot begin - // with two slash characters ("//"). - if (ret.authority && ret.path && ret.path[0] !== '/') { - throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character'); - } - if (!ret.authority && ret.path.indexOf('//') === 0) { - throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")'); - } - } - - // ---- printing/externalize --------------------------- - - /** - * - * @param skipEncoding Do not encode the result, default is `false` - */ - public toString(skipEncoding: boolean = false): string { - if (!skipEncoding) { - if (!this._formatted) { - this._formatted = URI._asFormatted(this, false); - } - return this._formatted; - } else { - // we don't cache that - return URI._asFormatted(this, true); - } - } - - private static _asFormatted(uri: URI, skipEncoding: boolean): string { - - const encoder = !skipEncoding - ? encodeURIComponent2 - : encodeNoop; - - const parts: string[] = []; - - let { scheme, authority, path, query, fragment } = uri; - if (scheme) { - parts.push(scheme, ':'); - } - if (authority || scheme === 'file') { - parts.push('//'); - } - if (authority) { - authority = authority.toLowerCase(); - let idx = authority.indexOf(':'); - if (idx === -1) { - parts.push(encoder(authority)); - } else { - parts.push(encoder(authority.substr(0, idx)), authority.substr(idx)); - } - } - if (path) { - // lower-case windown drive letters in /C:/fff - const m = URI._upperCaseDrive.exec(path); - if (m) { - path = m[1] + m[2].toLowerCase() + path.substr(m[1].length + m[2].length); - } - - // encode every segement but not slashes - // make sure that # and ? are always encoded - // when occurring in paths - otherwise the result - // cannot be parsed back again - let lastIdx = 0; - while (true) { - let idx = path.indexOf(URI._slash, lastIdx); - if (idx === -1) { - parts.push(encoder(path.substring(lastIdx)).replace(/[#?]/, _encode)); - break; - } - parts.push(encoder(path.substring(lastIdx, idx)).replace(/[#?]/, _encode), URI._slash); - lastIdx = idx + 1; - }; - } - if (query) { - parts.push('?', encoder(query)); - } - if (fragment) { - parts.push('#', encoder(fragment)); - } - - return parts.join(URI._empty); - } - - public toJSON(): any { - return { - scheme: this.scheme, - authority: this.authority, - path: this.path, - fsPath: this.fsPath, - query: this.query, - fragment: this.fragment, - external: this.toString(), - $mid: 1 - }; - } -} - -interface UriComponents { - scheme: string; - authority: string; - path: string; - query: string; - fragment: string; -} - -interface UriState extends UriComponents { - $mid: number; - fsPath: string; - external: string; -} diff --git a/extensions/json/server/tsconfig.json b/extensions/json/server/tsconfig.json index e085b24514..5f15678fc5 100644 --- a/extensions/json/server/tsconfig.json +++ b/extensions/json/server/tsconfig.json @@ -8,7 +8,8 @@ "noUnusedLocals": true, "lib": [ "es5", "es2015.promise" - ] + ], + "strict": true }, "include": [ "src/**/*" diff --git a/extensions/json/server/yarn.lock b/extensions/json/server/yarn.lock index b7fd490aa8..ac7f8a5021 100644 --- a/extensions/json/server/yarn.lock +++ b/extensions/json/server/yarn.lock @@ -6,9 +6,11 @@ version "7.0.43" resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.43.tgz#a187e08495a075f200ca946079c914e1a5fe962c" -agent-base@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-1.0.2.tgz#6890d3fb217004b62b70f8928e0fae5f8952a706" +agent-base@4, agent-base@^4.1.0: + version "4.1.2" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.1.2.tgz#80fa6cde440f4dcf9af2617cf246099b5d99f0c8" + dependencies: + es6-promisify "^5.0.0" debug@2: version "2.6.9" @@ -16,77 +18,91 @@ debug@2: dependencies: ms "2.0.0" -extend@3: - version "3.0.1" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" - -http-proxy-agent@^0.2.6: - version "0.2.7" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-0.2.7.tgz#e17fda65f0902d952ce7921e62c7ff8862655a5e" +debug@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" dependencies: - agent-base "~1.0.1" - debug "2" - extend "3" + ms "2.0.0" -https-proxy-agent@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz#713fa38e5d353f50eb14a342febe29033ed1619b" +es6-promise@^4.0.3: + version "4.1.1" + resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.1.1.tgz#8811e90915d9a0dba36274f0b242dbda78f9c92a" + +es6-promisify@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203" dependencies: - agent-base "~1.0.1" - debug "2" - extend "3" + es6-promise "^4.0.3" -jsonc-parser@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-1.0.0.tgz#ddcc864ae708e60a7a6dd36daea00172fa8d9272" +http-proxy-agent@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.0.0.tgz#46482a2f0523a4d6082551709f469cb3e4a85ff4" + dependencies: + agent-base "4" + debug "2" + +https-proxy-agent@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.1.1.tgz#a7ce4382a1ba8266ee848578778122d491260fd9" + dependencies: + agent-base "^4.1.0" + debug "^3.1.0" + +jsonc-parser@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-1.0.1.tgz#7f8f296414e6e7c4a33b9e4914fc8c47e4421675" ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" -request-light@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.2.1.tgz#986f5a82893e9d1ca6a896ebe6f46c51c6b4557f" +request-light@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.2.2.tgz#53e48af32ad1514e45221ea5ece5ce782720f712" dependencies: - http-proxy-agent "^0.2.6" - https-proxy-agent "^0.3.5" + http-proxy-agent "2.0.0" + https-proxy-agent "2.1.1" vscode-nls "^2.0.2" -vscode-json-languageservice@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/vscode-json-languageservice/-/vscode-json-languageservice-3.0.4.tgz#293970ef3179d7793ffd25887acf158d93ff8733" +vscode-json-languageservice@^3.0.7: + version "3.0.7" + resolved "https://registry.yarnpkg.com/vscode-json-languageservice/-/vscode-json-languageservice-3.0.7.tgz#dc00117d51d4a7ac3bde9204afa701f962f00736" dependencies: - jsonc-parser "^1.0.0" - vscode-languageserver-types "^3.5.0" + jsonc-parser "^1.0.1" + vscode-languageserver-types "^3.6.0-next.1" vscode-nls "^2.0.2" vscode-uri "^1.0.1" -vscode-jsonrpc@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-3.5.0.tgz#87239d9e166b2d7352245b8a813597804c1d63aa" +vscode-jsonrpc@^3.6.0-next.1: + version "3.6.0-next.1" + resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-3.6.0-next.1.tgz#3cb463dffe5842d6aec16718ca9252708cd6aabe" -vscode-languageserver-protocol@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.5.0.tgz#067c5cbe27709795398d119692c97ebba1452209" +vscode-languageserver-protocol@^3.6.0-next.3: + version "3.6.0-next.4" + resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.6.0-next.4.tgz#5b9940e4d6afafd5b63f9731dbd3a9bcc65b3719" dependencies: - vscode-jsonrpc "^3.5.0" - vscode-languageserver-types "^3.5.0" + vscode-jsonrpc "^3.6.0-next.1" + vscode-languageserver-types "^3.6.0-next.1" -vscode-languageserver-types@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.5.0.tgz#e48d79962f0b8e02de955e3f524908e2b19c0374" +vscode-languageserver-types@^3.6.0-next.1: + version "3.6.0-next.1" + resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.6.0-next.1.tgz#98e488d3f87b666b4ee1a3d89f0023e246d358f3" -vscode-languageserver@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-languageserver/-/vscode-languageserver-3.5.0.tgz#d28099bc6ddda8c1dd16b707e454e1b1ddae0dba" +vscode-languageserver@4.0.0-next.3: + version "4.0.0-next.3" + resolved "https://registry.yarnpkg.com/vscode-languageserver/-/vscode-languageserver-4.0.0-next.3.tgz#89a9ce5078e3a86a78e3551c3766194ce4295611" dependencies: - vscode-languageserver-protocol "^3.5.0" + vscode-languageserver-protocol "^3.6.0-next.3" vscode-uri "^1.0.1" vscode-nls@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" +vscode-nls@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" + vscode-uri@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-1.0.1.tgz#11a86befeac3c4aa3ec08623651a3c81a6d0bbc8" diff --git a/extensions/json/syntaxes/JSON.tmLanguage.json b/extensions/json/syntaxes/JSON.tmLanguage.json index f37355667b..910045be39 100644 --- a/extensions/json/syntaxes/JSON.tmLanguage.json +++ b/extensions/json/syntaxes/JSON.tmLanguage.json @@ -5,21 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/Microsoft/vscode-JSON.tmLanguage/commit/9bd83f1c252b375e957203f21793316203f61f70", - "fileTypes": [ - "json", - "sublime-settings", - "sublime-menu", - "sublime-keymap", - "sublime-mousemap", - "sublime-theme", - "sublime-build", - "sublime-project", - "sublime-completions" - ], - "foldingStartMarker": "(?x) # turn on extended mode\n ^ # a line beginning with\n \\s* # some optional space\n [{\\[] # the start of an object or array\n (?! # but not followed by\n .* # whatever\n [}\\]] # and the close of an object or array\n ,? # an optional comma\n \\s* # some optional space\n $ # at the end of the line\n )\n | # ...or...\n [{\\[] # the start of an object or array\n \\s* # some optional space\n $ # at the end of the line", - "foldingStopMarker": "(?x) # turn on extended mode\n ^ # a line beginning with\n \\s* # some optional space\n [}\\]] # and the close of an object or array", - "keyEquivalent": "^~J", "name": "JSON (Javascript Next)", + "scopeName": "source.json", "patterns": [ { "include": "#value" @@ -222,7 +209,5 @@ } ] } - }, - "scopeName": "source.json", - "uuid": "8f97457b-516e-48ce-83c7-08ae12fb327a" + } } \ No newline at end of file diff --git a/extensions/json/yarn.lock b/extensions/json/yarn.lock index 4ebd609217..926601edb2 100644 --- a/extensions/json/yarn.lock +++ b/extensions/json/yarn.lock @@ -6,42 +6,59 @@ version "7.0.43" resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.43.tgz#a187e08495a075f200ca946079c914e1a5fe962c" -applicationinsights@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-0.18.0.tgz#162ebb48a383408bc4de44db32b417307f45bbc1" - -vscode-extension-telemetry@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz#2261bff986b6690a6f1f746a45ac5bd1f85d29e0" +applicationinsights@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.1.tgz#53446b830fe8d5d619eee2a278b31d3d25030927" dependencies: - applicationinsights "0.18.0" - winreg "1.2.3" + diagnostic-channel "0.2.0" + diagnostic-channel-publishers "0.2.1" + zone.js "0.7.6" -vscode-jsonrpc@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-3.5.0.tgz#87239d9e166b2d7352245b8a813597804c1d63aa" +diagnostic-channel-publishers@0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/diagnostic-channel-publishers/-/diagnostic-channel-publishers-0.2.1.tgz#8e2d607a8b6d79fe880b548bc58cc6beb288c4f3" -vscode-languageclient@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-languageclient/-/vscode-languageclient-3.5.0.tgz#36d02cc186a8365a4467719a290fb200a9ae490a" +diagnostic-channel@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/diagnostic-channel/-/diagnostic-channel-0.2.0.tgz#cc99af9612c23fb1fff13612c72f2cbfaa8d5a17" dependencies: - vscode-languageserver-protocol "^3.5.0" + semver "^5.3.0" -vscode-languageserver-protocol@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.5.0.tgz#067c5cbe27709795398d119692c97ebba1452209" +semver@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" + +vscode-extension-telemetry@0.0.15: + version "0.0.15" + resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.15.tgz#685c32f3b67e8fb85ba689c1d7f88ff90ff87856" dependencies: - vscode-jsonrpc "^3.5.0" - vscode-languageserver-types "^3.5.0" + applicationinsights "1.0.1" -vscode-languageserver-types@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.5.0.tgz#e48d79962f0b8e02de955e3f524908e2b19c0374" +vscode-jsonrpc@^3.6.0-next.1: + version "3.6.0-next.1" + resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-3.6.0-next.1.tgz#3cb463dffe5842d6aec16718ca9252708cd6aabe" -vscode-nls@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" +vscode-languageclient@4.0.0-next.9: + version "4.0.0-next.9" + resolved "https://registry.yarnpkg.com/vscode-languageclient/-/vscode-languageclient-4.0.0-next.9.tgz#2a06568f46ee9de3490f85e227d3740a21a03d3a" + dependencies: + vscode-languageserver-protocol "^3.6.0-next.5" -winreg@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/winreg/-/winreg-1.2.3.tgz#93ad116b2696da87d58f7265a8fcea5254a965d5" +vscode-languageserver-protocol@^3.6.0-next.5: + version "3.6.0-next.5" + resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.6.0-next.5.tgz#ed2ec2db759826f753c0a13977dfb2bedc4d31b3" + dependencies: + vscode-jsonrpc "^3.6.0-next.1" + vscode-languageserver-types "^3.6.0-next.1" + +vscode-languageserver-types@^3.6.0-next.1: + version "3.6.0-next.1" + resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.6.0-next.1.tgz#98e488d3f87b666b4ee1a3d89f0023e246d358f3" + +vscode-nls@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" + +zone.js@0.7.6: + version "0.7.6" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.7.6.tgz#fbbc39d3e0261d0986f1ba06306eb3aeb0d22009" diff --git a/extensions/lib.core.d.ts b/extensions/lib.core.d.ts deleted file mode 100644 index fb3fe52c13..0000000000 --- a/extensions/lib.core.d.ts +++ /dev/null @@ -1,3839 +0,0 @@ -/*! ***************************************************************************** -Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at http://www.apache.org/licenses/LICENSE-2.0 - -THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED -WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, -MERCHANTABLITY OR NON-INFRINGEMENT. - -See the Apache Version 2.0 License for specific language governing permissions -and limitations under the License. -***************************************************************************** */ - -/// -///////////////////////////// -/// ECMAScript APIs -///////////////////////////// - -declare var NaN: number; -declare var Infinity: number; - -/** - * Evaluates JavaScript code and executes it. - * @param x A String value that contains valid JavaScript code. - */ -declare function eval(x: string): any; - -/** - * Converts A string to an integer. - * @param s A string to convert into a number. - * @param radix A value between 2 and 36 that specifies the base of the number in numString. - * If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. - * All other strings are considered decimal. - */ -declare function parseInt(s: string, radix?: number): number; - -/** - * Converts a string to a floating-point number. - * @param string A string that contains a floating-point number. - */ -declare function parseFloat(string: string): number; - -/** - * Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number). - * @param number A numeric value. - */ -declare function isNaN(number: number): boolean; - -/** - * Determines whether a supplied number is finite. - * @param number Any numeric value. - */ -declare function isFinite(number: number): boolean; - -/** - * Gets the unencoded version of an encoded Uniform Resource Identifier (URI). - * @param encodedURI A value representing an encoded URI. - */ -declare function decodeURI(encodedURI: string): string; - -/** - * Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI). - * @param encodedURIComponent A value representing an encoded URI component. - */ -declare function decodeURIComponent(encodedURIComponent: string): string; - -/** - * Encodes a text string as a valid Uniform Resource Identifier (URI) - * @param uri A value representing an encoded URI. - */ -declare function encodeURI(uri: string): string; - -/** - * Encodes a text string as a valid component of a Uniform Resource Identifier (URI). - * @param uriComponent A value representing an encoded URI component. - */ -declare function encodeURIComponent(uriComponent: string): string; - -interface PropertyDescriptor { - configurable?: boolean; - enumerable?: boolean; - value?: any; - writable?: boolean; - get? (): any; - set? (v: any): void; -} - -interface PropertyDescriptorMap { - [s: string]: PropertyDescriptor; -} - -interface Object { - /** The initial value of Object.prototype.constructor is the standard built-in Object constructor. */ - constructor: Function; - - /** Returns a string representation of an object. */ - toString(): string; - - /** Returns a date converted to a string using the current locale. */ - toLocaleString(): string; - - /** Returns the primitive value of the specified object. */ - valueOf(): Object; - - /** - * Determines whether an object has a property with the specified name. - * @param v A property name. - */ - hasOwnProperty(v: string): boolean; - - /** - * Determines whether an object exists in another object's prototype chain. - * @param v Another object whose prototype chain is to be checked. - */ - isPrototypeOf(v: Object): boolean; - - /** - * Determines whether a specified property is enumerable. - * @param v A property name. - */ - propertyIsEnumerable(v: string): boolean; -} - -interface ObjectConstructor { - new (value?: any): Object; - (): any; - (value: any): any; - - /** A reference to the prototype for a class of objects. */ - prototype: Object; - - /** - * Returns the prototype of an object. - * @param o The object that references the prototype. - */ - getPrototypeOf(o: any): any; - - /** - * Gets the own property descriptor of the specified object. - * An own property descriptor is one that is defined directly on the object and is not inherited from the object's prototype. - * @param o Object that contains the property. - * @param p Name of the property. - */ - getOwnPropertyDescriptor(o: any, p: string): PropertyDescriptor; - - /** - * Returns the names of the own properties of an object. The own properties of an object are those that are defined directly - * on that object, and are not inherited from the object's prototype. The properties of an object include both fields (objects) and functions. - * @param o Object that contains the own properties. - */ - getOwnPropertyNames(o: any): string[]; - - /** - * Creates an object that has the specified prototype, and that optionally contains specified properties. - * @param o Object to use as a prototype. May be null - * @param properties JavaScript object that contains one or more property descriptors. - */ - create(o: any, properties?: PropertyDescriptorMap): any; - - /** - * Adds a property to an object, or modifies attributes of an existing property. - * @param o Object on which to add or modify the property. This can be a native JavaScript object (that is, a user-defined object or a built in object) or a DOM object. - * @param p The property name. - * @param attributes Descriptor for the property. It can be for a data property or an accessor property. - */ - defineProperty(o: any, p: string, attributes: PropertyDescriptor): any; - - /** - * Adds one or more properties to an object, and/or modifies attributes of existing properties. - * @param o Object on which to add or modify the properties. This can be a native JavaScript object or a DOM object. - * @param properties JavaScript object that contains one or more descriptor objects. Each descriptor object describes a data property or an accessor property. - */ - defineProperties(o: any, properties: PropertyDescriptorMap): any; - - /** - * Prevents the modification of attributes of existing properties, and prevents the addition of new properties. - * @param o Object on which to lock the attributes. - */ - seal(o: T): T; - - /** - * Prevents the modification of existing property attributes and values, and prevents the addition of new properties. - * @param o Object on which to lock the attributes. - */ - freeze(o: T): T; - - /** - * Prevents the addition of new properties to an object. - * @param o Object to make non-extensible. - */ - preventExtensions(o: T): T; - - /** - * Returns true if existing property attributes cannot be modified in an object and new properties cannot be added to the object. - * @param o Object to test. - */ - isSealed(o: any): boolean; - - /** - * Returns true if existing property attributes and values cannot be modified in an object, and new properties cannot be added to the object. - * @param o Object to test. - */ - isFrozen(o: any): boolean; - - /** - * Returns a value that indicates whether new properties can be added to an object. - * @param o Object to test. - */ - isExtensible(o: any): boolean; - - /** - * Returns the names of the enumerable properties and methods of an object. - * @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object. - */ - keys(o: any): string[]; -} - -/** - * Provides functionality common to all JavaScript objects. - */ -declare var Object: ObjectConstructor; - -/** - * Creates a new function. - */ -interface Function { - /** - * Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function. - * @param thisArg The object to be used as the this object. - * @param argArray A set of arguments to be passed to the function. - */ - apply(thisArg: any, argArray?: any): any; - - /** - * Calls a method of an object, substituting another object for the current object. - * @param thisArg The object to be used as the current object. - * @param argArray A list of arguments to be passed to the method. - */ - call(thisArg: any, ...argArray: any[]): any; - - /** - * For a given function, creates a bound function that has the same body as the original function. - * The this object of the bound function is associated with the specified object, and has the specified initial parameters. - * @param thisArg An object to which the this keyword can refer inside the new function. - * @param argArray A list of arguments to be passed to the new function. - */ - bind(thisArg: any, ...argArray: any[]): any; - - prototype: any; - length: number; - - // Non-standard extensions - arguments: any; - caller: Function; -} - -interface FunctionConstructor { - /** - * Creates a new function. - * @param args A list of arguments the function accepts. - */ - new (...args: string[]): Function; - (...args: string[]): Function; - prototype: Function; -} - -declare var Function: FunctionConstructor; - -interface IArguments { - [index: number]: any; - length: number; - callee: Function; -} - -interface String { - /** Returns a string representation of a string. */ - toString(): string; - - /** - * Returns the character at the specified index. - * @param pos The zero-based index of the desired character. - */ - charAt(pos: number): string; - - /** - * Returns the Unicode value of the character at the specified location. - * @param index The zero-based index of the desired character. If there is no character at the specified index, NaN is returned. - */ - charCodeAt(index: number): number; - - /** - * Returns a string that contains the concatenation of two or more strings. - * @param strings The strings to append to the end of the string. - */ - concat(...strings: string[]): string; - - /** - * Returns the position of the first occurrence of a substring. - * @param searchString The substring to search for in the string - * @param position The index at which to begin searching the String object. If omitted, search starts at the beginning of the string. - */ - indexOf(searchString: string, position?: number): number; - - /** - * Returns the last occurrence of a substring in the string. - * @param searchString The substring to search for. - * @param position The index at which to begin searching. If omitted, the search begins at the end of the string. - */ - lastIndexOf(searchString: string, position?: number): number; - - /** - * Determines whether two strings are equivalent in the current locale. - * @param that String to compare to target string - */ - localeCompare(that: string): number; - - /** - * Matches a string with a regular expression, and returns an array containing the results of that search. - * @param regexp A variable name or string literal containing the regular expression pattern and flags. - */ - match(regexp: string): RegExpMatchArray; - - /** - * Matches a string with a regular expression, and returns an array containing the results of that search. - * @param regexp A regular expression object that contains the regular expression pattern and applicable flags. - */ - match(regexp: RegExp): RegExpMatchArray; - - /** - * Replaces text in a string, using a regular expression or search string. - * @param searchValue A string that represents the regular expression. - * @param replaceValue A string containing the text to replace for every successful match of searchValue in this string. - */ - replace(searchValue: string, replaceValue: string): string; - - /** - * Replaces text in a string, using a regular expression or search string. - * @param searchValue A string that represents the regular expression. - * @param replacer A function that returns the replacement text. - */ - replace(searchValue: string, replacer: (substring: string, ...args: any[]) => string): string; - - /** - * Replaces text in a string, using a regular expression or search string. - * @param searchValue A Regular Expression object containing the regular expression pattern and applicable flags. - * @param replaceValue A string containing the text to replace for every successful match of searchValue in this string. - */ - replace(searchValue: RegExp, replaceValue: string): string; - - /** - * Replaces text in a string, using a regular expression or search string. - * @param searchValue A Regular Expression object containing the regular expression pattern and applicable flags - * @param replacer A function that returns the replacement text. - */ - replace(searchValue: RegExp, replacer: (substring: string, ...args: any[]) => string): string; - - /** - * Finds the first substring match in a regular expression search. - * @param regexp The regular expression pattern and applicable flags. - */ - search(regexp: string): number; - - /** - * Finds the first substring match in a regular expression search. - * @param regexp The regular expression pattern and applicable flags. - */ - search(regexp: RegExp): number; - - /** - * Returns a section of a string. - * @param start The index to the beginning of the specified portion of stringObj. - * @param end The index to the end of the specified portion of stringObj. The substring includes the characters up to, but not including, the character indicated by end. - * If this value is not specified, the substring continues to the end of stringObj. - */ - slice(start?: number, end?: number): string; - - /** - * Split a string into substrings using the specified separator and return them as an array. - * @param separator A string that identifies character or characters to use in separating the string. If omitted, a single-element array containing the entire string is returned. - * @param limit A value used to limit the number of elements returned in the array. - */ - split(separator: string, limit?: number): string[]; - - /** - * Split a string into substrings using the specified separator and return them as an array. - * @param separator A Regular Express that identifies character or characters to use in separating the string. If omitted, a single-element array containing the entire string is returned. - * @param limit A value used to limit the number of elements returned in the array. - */ - split(separator: RegExp, limit?: number): string[]; - - /** - * Returns the substring at the specified location within a String object. - * @param start The zero-based index number indicating the beginning of the substring. - * @param end Zero-based index number indicating the end of the substring. The substring includes the characters up to, but not including, the character indicated by end. - * If end is omitted, the characters from start through the end of the original string are returned. - */ - substring(start: number, end?: number): string; - - /** Converts all the alphabetic characters in a string to lowercase. */ - toLowerCase(): string; - - /** Converts all alphabetic characters to lowercase, taking into account the host environment's current locale. */ - toLocaleLowerCase(): string; - - /** Converts all the alphabetic characters in a string to uppercase. */ - toUpperCase(): string; - - /** Returns a string where all alphabetic characters have been converted to uppercase, taking into account the host environment's current locale. */ - toLocaleUpperCase(): string; - - /** Removes the leading and trailing white space and line terminator characters from a string. */ - trim(): string; - - /** Returns the length of a String object. */ - length: number; - - // IE extensions - /** - * Gets a substring beginning at the specified location and having the specified length. - * @param from The starting position of the desired substring. The index of the first character in the string is zero. - * @param length The number of characters to include in the returned substring. - */ - substr(from: number, length?: number): string; - - /** Returns the primitive value of the specified object. */ - valueOf(): string; - - [index: number]: string; -} - -interface StringConstructor { - new (value?: any): String; - (value?: any): string; - prototype: String; - fromCharCode(...codes: number[]): string; -} - -/** - * Allows manipulation and formatting of text strings and determination and location of substrings within strings. - */ -declare var String: StringConstructor; - -interface Boolean { - /** Returns the primitive value of the specified object. */ - valueOf(): boolean; -} - -interface BooleanConstructor { - new (value?: any): Boolean; - (value?: any): boolean; - prototype: Boolean; -} - -declare var Boolean: BooleanConstructor; - -interface Number { - /** - * Returns a string representation of an object. - * @param radix Specifies a radix for converting numeric values to strings. This value is only used for numbers. - */ - toString(radix?: number): string; - - /** - * Returns a string representing a number in fixed-point notation. - * @param fractionDigits Number of digits after the decimal point. Must be in the range 0 - 20, inclusive. - */ - toFixed(fractionDigits?: number): string; - - /** - * Returns a string containing a number represented in exponential notation. - * @param fractionDigits Number of digits after the decimal point. Must be in the range 0 - 20, inclusive. - */ - toExponential(fractionDigits?: number): string; - - /** - * Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits. - * @param precision Number of significant digits. Must be in the range 1 - 21, inclusive. - */ - toPrecision(precision?: number): string; - - /** Returns the primitive value of the specified object. */ - valueOf(): number; -} - -interface NumberConstructor { - new (value?: any): Number; - (value?: any): number; - prototype: Number; - - /** The largest number that can be represented in JavaScript. Equal to approximately 1.79E+308. */ - MAX_VALUE: number; - - /** The closest number to zero that can be represented in JavaScript. Equal to approximately 5.00E-324. */ - MIN_VALUE: number; - - /** - * A value that is not a number. - * In equality comparisons, NaN does not equal any value, including itself. To test whether a value is equivalent to NaN, use the isNaN function. - */ - NaN: number; - - /** - * A value that is less than the largest negative number that can be represented in JavaScript. - * JavaScript displays NEGATIVE_INFINITY values as -infinity. - */ - NEGATIVE_INFINITY: number; - - /** - * A value greater than the largest number that can be represented in JavaScript. - * JavaScript displays POSITIVE_INFINITY values as infinity. - */ - POSITIVE_INFINITY: number; -} - -/** An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers. */ -declare var Number: NumberConstructor; - -interface TemplateStringsArray extends Array { - raw: string[]; -} - -interface Math { - /** The mathematical constant e. This is Euler's number, the base of natural logarithms. */ - E: number; - /** The natural logarithm of 10. */ - LN10: number; - /** The natural logarithm of 2. */ - LN2: number; - /** The base-2 logarithm of e. */ - LOG2E: number; - /** The base-10 logarithm of e. */ - LOG10E: number; - /** Pi. This is the ratio of the circumference of a circle to its diameter. */ - PI: number; - /** The square root of 0.5, or, equivalently, one divided by the square root of 2. */ - SQRT1_2: number; - /** The square root of 2. */ - SQRT2: number; - /** - * Returns the absolute value of a number (the value without regard to whether it is positive or negative). - * For example, the absolute value of -5 is the same as the absolute value of 5. - * @param x A numeric expression for which the absolute value is needed. - */ - abs(x: number): number; - /** - * Returns the arc cosine (or inverse cosine) of a number. - * @param x A numeric expression. - */ - acos(x: number): number; - /** - * Returns the arcsine of a number. - * @param x A numeric expression. - */ - asin(x: number): number; - /** - * Returns the arctangent of a number. - * @param x A numeric expression for which the arctangent is needed. - */ - atan(x: number): number; - /** - * Returns the angle (in radians) from the X axis to a point. - * @param y A numeric expression representing the cartesian y-coordinate. - * @param x A numeric expression representing the cartesian x-coordinate. - */ - atan2(y: number, x: number): number; - /** - * Returns the smallest number greater than or equal to its numeric argument. - * @param x A numeric expression. - */ - ceil(x: number): number; - /** - * Returns the cosine of a number. - * @param x A numeric expression that contains an angle measured in radians. - */ - cos(x: number): number; - /** - * Returns e (the base of natural logarithms) raised to a power. - * @param x A numeric expression representing the power of e. - */ - exp(x: number): number; - /** - * Returns the greatest number less than or equal to its numeric argument. - * @param x A numeric expression. - */ - floor(x: number): number; - /** - * Returns the natural logarithm (base e) of a number. - * @param x A numeric expression. - */ - log(x: number): number; - /** - * Returns the larger of a set of supplied numeric expressions. - * @param values Numeric expressions to be evaluated. - */ - max(...values: number[]): number; - /** - * Returns the smaller of a set of supplied numeric expressions. - * @param values Numeric expressions to be evaluated. - */ - min(...values: number[]): number; - /** - * Returns the value of a base expression taken to a specified power. - * @param x The base value of the expression. - * @param y The exponent value of the expression. - */ - pow(x: number, y: number): number; - /** Returns a pseudorandom number between 0 and 1. */ - random(): number; - /** - * Returns a supplied numeric expression rounded to the nearest number. - * @param x The value to be rounded to the nearest number. - */ - round(x: number): number; - /** - * Returns the sine of a number. - * @param x A numeric expression that contains an angle measured in radians. - */ - sin(x: number): number; - /** - * Returns the square root of a number. - * @param x A numeric expression. - */ - sqrt(x: number): number; - /** - * Returns the tangent of a number. - * @param x A numeric expression that contains an angle measured in radians. - */ - tan(x: number): number; -} -/** An intrinsic object that provides basic mathematics functionality and constants. */ -declare var Math: Math; - -/** Enables basic storage and retrieval of dates and times. */ -interface Date { - /** Returns a string representation of a date. The format of the string depends on the locale. */ - toString(): string; - /** Returns a date as a string value. */ - toDateString(): string; - /** Returns a time as a string value. */ - toTimeString(): string; - /** Returns a value as a string value appropriate to the host environment's current locale. */ - toLocaleString(): string; - /** Returns a date as a string value appropriate to the host environment's current locale. */ - toLocaleDateString(): string; - /** Returns a time as a string value appropriate to the host environment's current locale. */ - toLocaleTimeString(): string; - /** Returns the stored time value in milliseconds since midnight, January 1, 1970 UTC. */ - valueOf(): number; - /** Gets the time value in milliseconds. */ - getTime(): number; - /** Gets the year, using local time. */ - getFullYear(): number; - /** Gets the year using Universal Coordinated Time (UTC). */ - getUTCFullYear(): number; - /** Gets the month, using local time. */ - getMonth(): number; - /** Gets the month of a Date object using Universal Coordinated Time (UTC). */ - getUTCMonth(): number; - /** Gets the day-of-the-month, using local time. */ - getDate(): number; - /** Gets the day-of-the-month, using Universal Coordinated Time (UTC). */ - getUTCDate(): number; - /** Gets the day of the week, using local time. */ - getDay(): number; - /** Gets the day of the week using Universal Coordinated Time (UTC). */ - getUTCDay(): number; - /** Gets the hours in a date, using local time. */ - getHours(): number; - /** Gets the hours value in a Date object using Universal Coordinated Time (UTC). */ - getUTCHours(): number; - /** Gets the minutes of a Date object, using local time. */ - getMinutes(): number; - /** Gets the minutes of a Date object using Universal Coordinated Time (UTC). */ - getUTCMinutes(): number; - /** Gets the seconds of a Date object, using local time. */ - getSeconds(): number; - /** Gets the seconds of a Date object using Universal Coordinated Time (UTC). */ - getUTCSeconds(): number; - /** Gets the milliseconds of a Date, using local time. */ - getMilliseconds(): number; - /** Gets the milliseconds of a Date object using Universal Coordinated Time (UTC). */ - getUTCMilliseconds(): number; - /** Gets the difference in minutes between the time on the local computer and Universal Coordinated Time (UTC). */ - getTimezoneOffset(): number; - /** - * Sets the date and time value in the Date object. - * @param time A numeric value representing the number of elapsed milliseconds since midnight, January 1, 1970 GMT. - */ - setTime(time: number): number; - /** - * Sets the milliseconds value in the Date object using local time. - * @param ms A numeric value equal to the millisecond value. - */ - setMilliseconds(ms: number): number; - /** - * Sets the milliseconds value in the Date object using Universal Coordinated Time (UTC). - * @param ms A numeric value equal to the millisecond value. - */ - setUTCMilliseconds(ms: number): number; - - /** - * Sets the seconds value in the Date object using local time. - * @param sec A numeric value equal to the seconds value. - * @param ms A numeric value equal to the milliseconds value. - */ - setSeconds(sec: number, ms?: number): number; - /** - * Sets the seconds value in the Date object using Universal Coordinated Time (UTC). - * @param sec A numeric value equal to the seconds value. - * @param ms A numeric value equal to the milliseconds value. - */ - setUTCSeconds(sec: number, ms?: number): number; - /** - * Sets the minutes value in the Date object using local time. - * @param min A numeric value equal to the minutes value. - * @param sec A numeric value equal to the seconds value. - * @param ms A numeric value equal to the milliseconds value. - */ - setMinutes(min: number, sec?: number, ms?: number): number; - /** - * Sets the minutes value in the Date object using Universal Coordinated Time (UTC). - * @param min A numeric value equal to the minutes value. - * @param sec A numeric value equal to the seconds value. - * @param ms A numeric value equal to the milliseconds value. - */ - setUTCMinutes(min: number, sec?: number, ms?: number): number; - /** - * Sets the hour value in the Date object using local time. - * @param hours A numeric value equal to the hours value. - * @param min A numeric value equal to the minutes value. - * @param sec A numeric value equal to the seconds value. - * @param ms A numeric value equal to the milliseconds value. - */ - setHours(hours: number, min?: number, sec?: number, ms?: number): number; - /** - * Sets the hours value in the Date object using Universal Coordinated Time (UTC). - * @param hours A numeric value equal to the hours value. - * @param min A numeric value equal to the minutes value. - * @param sec A numeric value equal to the seconds value. - * @param ms A numeric value equal to the milliseconds value. - */ - setUTCHours(hours: number, min?: number, sec?: number, ms?: number): number; - /** - * Sets the numeric day-of-the-month value of the Date object using local time. - * @param date A numeric value equal to the day of the month. - */ - setDate(date: number): number; - /** - * Sets the numeric day of the month in the Date object using Universal Coordinated Time (UTC). - * @param date A numeric value equal to the day of the month. - */ - setUTCDate(date: number): number; - /** - * Sets the month value in the Date object using local time. - * @param month A numeric value equal to the month. The value for January is 0, and other month values follow consecutively. - * @param date A numeric value representing the day of the month. If this value is not supplied, the value from a call to the getDate method is used. - */ - setMonth(month: number, date?: number): number; - /** - * Sets the month value in the Date object using Universal Coordinated Time (UTC). - * @param month A numeric value equal to the month. The value for January is 0, and other month values follow consecutively. - * @param date A numeric value representing the day of the month. If it is not supplied, the value from a call to the getUTCDate method is used. - */ - setUTCMonth(month: number, date?: number): number; - /** - * Sets the year of the Date object using local time. - * @param year A numeric value for the year. - * @param month A zero-based numeric value for the month (0 for January, 11 for December). Must be specified if numDate is specified. - * @param date A numeric value equal for the day of the month. - */ - setFullYear(year: number, month?: number, date?: number): number; - /** - * Sets the year value in the Date object using Universal Coordinated Time (UTC). - * @param year A numeric value equal to the year. - * @param month A numeric value equal to the month. The value for January is 0, and other month values follow consecutively. Must be supplied if numDate is supplied. - * @param date A numeric value equal to the day of the month. - */ - setUTCFullYear(year: number, month?: number, date?: number): number; - /** Returns a date converted to a string using Universal Coordinated Time (UTC). */ - toUTCString(): string; - /** Returns a date as a string value in ISO format. */ - toISOString(): string; - /** Used by the JSON.stringify method to enable the transformation of an object's data for JavaScript Object Notation (JSON) serialization. */ - toJSON(key?: any): string; -} - -interface DateConstructor { - new (): Date; - new (value: number): Date; - new (value: string): Date; - new (year: number, month: number, date?: number, hours?: number, minutes?: number, seconds?: number, ms?: number): Date; - (): string; - prototype: Date; - /** - * Parses a string containing a date, and returns the number of milliseconds between that date and midnight, January 1, 1970. - * @param s A date string - */ - parse(s: string): number; - /** - * Returns the number of milliseconds between midnight, January 1, 1970 Universal Coordinated Time (UTC) (or GMT) and the specified date. - * @param year The full year designation is required for cross-century date accuracy. If year is between 0 and 99 is used, then year is assumed to be 1900 + year. - * @param month The month as an number between 0 and 11 (January to December). - * @param date The date as an number between 1 and 31. - * @param hours Must be supplied if minutes is supplied. An number from 0 to 23 (midnight to 11pm) that specifies the hour. - * @param minutes Must be supplied if seconds is supplied. An number from 0 to 59 that specifies the minutes. - * @param seconds Must be supplied if milliseconds is supplied. An number from 0 to 59 that specifies the seconds. - * @param ms An number from 0 to 999 that specifies the milliseconds. - */ - UTC(year: number, month: number, date?: number, hours?: number, minutes?: number, seconds?: number, ms?: number): number; - now(): number; -} - -declare var Date: DateConstructor; - -interface RegExpMatchArray extends Array { - index?: number; - input?: string; -} - -interface RegExpExecArray extends Array { - index: number; - input: string; -} - -interface RegExp { - /** - * Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search. - * @param string The String object or string literal on which to perform the search. - */ - exec(string: string): RegExpExecArray; - - /** - * Returns a Boolean value that indicates whether or not a pattern exists in a searched string. - * @param string String on which to perform the search. - */ - test(string: string): boolean; - - /** Returns a copy of the text of the regular expression pattern. Read-only. The regExp argument is a Regular expression object. It can be a variable name or a literal. */ - source: string; - - /** Returns a Boolean value indicating the state of the global flag (g) used with a regular expression. Default is false. Read-only. */ - global: boolean; - - /** Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression. Default is false. Read-only. */ - ignoreCase: boolean; - - /** Returns a Boolean value indicating the state of the multiline flag (m) used with a regular expression. Default is false. Read-only. */ - multiline: boolean; - - lastIndex: number; - - // Non-standard extensions - compile(): RegExp; -} - -interface RegExpConstructor { - new (pattern: string, flags?: string): RegExp; - (pattern: string, flags?: string): RegExp; - prototype: RegExp; - - // Non-standard extensions - $1: string; - $2: string; - $3: string; - $4: string; - $5: string; - $6: string; - $7: string; - $8: string; - $9: string; - lastMatch: string; -} - -declare var RegExp: RegExpConstructor; - -interface Error { - name: string; - message: string; -} - -interface ErrorConstructor { - new (message?: string): Error; - (message?: string): Error; - prototype: Error; -} - -declare var Error: ErrorConstructor; - -interface EvalError extends Error { -} - -interface EvalErrorConstructor { - new (message?: string): EvalError; - (message?: string): EvalError; - prototype: EvalError; -} - -declare var EvalError: EvalErrorConstructor; - -interface RangeError extends Error { -} - -interface RangeErrorConstructor { - new (message?: string): RangeError; - (message?: string): RangeError; - prototype: RangeError; -} - -declare var RangeError: RangeErrorConstructor; - -interface ReferenceError extends Error { -} - -interface ReferenceErrorConstructor { - new (message?: string): ReferenceError; - (message?: string): ReferenceError; - prototype: ReferenceError; -} - -declare var ReferenceError: ReferenceErrorConstructor; - -interface SyntaxError extends Error { -} - -interface SyntaxErrorConstructor { - new (message?: string): SyntaxError; - (message?: string): SyntaxError; - prototype: SyntaxError; -} - -declare var SyntaxError: SyntaxErrorConstructor; - -interface TypeError extends Error { -} - -interface TypeErrorConstructor { - new (message?: string): TypeError; - (message?: string): TypeError; - prototype: TypeError; -} - -declare var TypeError: TypeErrorConstructor; - -interface URIError extends Error { -} - -interface URIErrorConstructor { - new (message?: string): URIError; - (message?: string): URIError; - prototype: URIError; -} - -declare var URIError: URIErrorConstructor; - -interface JSON { - /** - * Converts a JavaScript Object Notation (JSON) string into an object. - * @param text A valid JSON string. - * @param reviver A function that transforms the results. This function is called for each member of the object. - * If a member contains nested objects, the nested objects are transformed before the parent object is. - */ - parse(text: string, reviver?: (key: any, value: any) => any): any; - /** - * Converts a JavaScript value to a JavaScript Object Notation (JSON) string. - * @param value A JavaScript value, usually an object or array, to be converted. - */ - stringify(value: any): string; - /** - * Converts a JavaScript value to a JavaScript Object Notation (JSON) string. - * @param value A JavaScript value, usually an object or array, to be converted. - * @param replacer A function that transforms the results. - */ - stringify(value: any, replacer: (key: string, value: any) => any): string; - /** - * Converts a JavaScript value to a JavaScript Object Notation (JSON) string. - * @param value A JavaScript value, usually an object or array, to be converted. - * @param replacer Array that transforms the results. - */ - stringify(value: any, replacer: any[]): string; - /** - * Converts a JavaScript value to a JavaScript Object Notation (JSON) string. - * @param value A JavaScript value, usually an object or array, to be converted. - * @param replacer A function that transforms the results. - * @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read. - */ - stringify(value: any, replacer: (key: string, value: any) => any, space: string | number): string; - /** - * Converts a JavaScript value to a JavaScript Object Notation (JSON) string. - * @param value A JavaScript value, usually an object or array, to be converted. - * @param replacer Array that transforms the results. - * @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read. - */ - stringify(value: any, replacer: any[], space: string | number): string; -} -/** - * An intrinsic object that provides functions to convert JavaScript values to and from the JavaScript Object Notation (JSON) format. - */ -declare var JSON: JSON; - - -///////////////////////////// -/// ECMAScript Array API (specially handled by compiler) -///////////////////////////// - -interface Array { - /** - * Gets or sets the length of the array. This is a number one higher than the highest element defined in an array. - */ - length: number; - /** - * Returns a string representation of an array. - */ - toString(): string; - toLocaleString(): string; - /** - * Appends new elements to an array, and returns the new length of the array. - * @param items New elements of the Array. - */ - push(...items: T[]): number; - /** - * Removes the last element from an array and returns it. - */ - pop(): T; - /** - * Combines two or more arrays. - * @param items Additional items to add to the end of array1. - */ - concat(...items: U[]): T[]; - /** - * Combines two or more arrays. - * @param items Additional items to add to the end of array1. - */ - concat(...items: T[]): T[]; - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - /** - * Reverses the elements in an Array. - */ - reverse(): T[]; - /** - * Removes the first element from an array and returns it. - */ - shift(): T; - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): T[]; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: T, b: T) => number): T[]; - - /** - * Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements. - * @param start The zero-based location in the array from which to start removing elements. - */ - splice(start: number): T[]; - - /** - * Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements. - * @param start The zero-based location in the array from which to start removing elements. - * @param deleteCount The number of elements to remove. - * @param items Elements to insert into the array in place of the deleted elements. - */ - splice(start: number, deleteCount: number, ...items: T[]): T[]; - - /** - * Inserts new elements at the start of an array. - * @param items Elements to insert at the start of the Array. - */ - unshift(...items: T[]): number; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the search starts at index 0. - */ - indexOf(searchElement: T, fromIndex?: number): number; - - /** - * Returns the index of the last occurrence of a specified value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the search starts at the last index in the array. - */ - lastIndexOf(searchElement: T, fromIndex?: number): number; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls the callbackfn function for each element in array1 until the callbackfn returns false, or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg?: any): boolean; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the callbackfn function for each element in array1 until the callbackfn returns true, or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg?: any): boolean; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: T, index: number, array: T[]) => void, thisArg?: any): void; - - /** - * Calls a defined callback function on each element of an array, and returns an array that contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: T, index: number, array: T[]) => U, thisArg?: any): U[]; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg?: any): T[]; - - /** - * Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value. - */ - reduce(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, initialValue?: T): T; - /** - * Calls the specified callback function for all the elements in an array. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: T, currentValue: T, currentIndex: number, array: T[]) => T, initialValue?: T): T; - /** - * Calls the specified callback function for all the elements in an array, in descending order. The return value of the callback function is the accumulated result, and is provided as an argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start the accumulation. The first call to the callbackfn function provides this value as an argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: T, currentIndex: number, array: T[]) => U, initialValue: U): U; - - [n: number]: T; -} - -interface ArrayConstructor { - new (arrayLength?: number): any[]; - new (arrayLength: number): T[]; - new (...items: T[]): T[]; - (arrayLength?: number): any[]; - (arrayLength: number): T[]; - (...items: T[]): T[]; - isArray(arg: any): arg is Array; - prototype: Array; -} - -declare var Array: ArrayConstructor; - -interface TypedPropertyDescriptor { - enumerable?: boolean; - configurable?: boolean; - writable?: boolean; - value?: T; - get?: () => T; - set?: (value: T) => void; -} - -declare type ClassDecorator = (target: TFunction) => TFunction | void; -declare type PropertyDecorator = (target: Object, propertyKey: string | symbol) => void; -declare type MethodDecorator = (target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor | void; -declare type ParameterDecorator = (target: Object, propertyKey: string | symbol, parameterIndex: number) => void; - -declare type PromiseConstructorLike = new (executor: (resolve: (value?: T | PromiseLike) => void, reject: (reason?: any) => void) => void) => PromiseLike; - -interface PromiseLike { - /** - * Attaches callbacks for the resolution and/or rejection of the Promise. - * @param onfulfilled The callback to execute when the Promise is resolved. - * @param onrejected The callback to execute when the Promise is rejected. - * @returns A Promise for the completion of which ever callback is executed. - */ - then(onfulfilled?: (value: T) => TResult | PromiseLike, onrejected?: (reason: any) => TResult | PromiseLike): PromiseLike; - then(onfulfilled?: (value: T) => TResult | PromiseLike, onrejected?: (reason: any) => void): PromiseLike; -} - -interface ArrayLike { - length: number; - [n: number]: T; -} - - -/** - * Represents a raw buffer of binary data, which is used to store data for the - * different typed arrays. ArrayBuffers cannot be read from or written to directly, - * but can be passed to a typed array or DataView Object to interpret the raw - * buffer as needed. - */ -interface ArrayBuffer { - /** - * Read-only. The length of the ArrayBuffer (in bytes). - */ - byteLength: number; - - /** - * Returns a section of an ArrayBuffer. - */ - slice(begin:number, end?:number): ArrayBuffer; -} - -interface ArrayBufferConstructor { - prototype: ArrayBuffer; - new (byteLength: number): ArrayBuffer; - isView(arg: any): arg is ArrayBufferView; -} -declare var ArrayBuffer: ArrayBufferConstructor; - -interface ArrayBufferView { - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; -} - -interface DataView { - buffer: ArrayBuffer; - byteLength: number; - byteOffset: number; - /** - * Gets the Float32 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getFloat32(byteOffset: number, littleEndian?: boolean): number; - - /** - * Gets the Float64 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getFloat64(byteOffset: number, littleEndian?: boolean): number; - - /** - * Gets the Int8 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getInt8(byteOffset: number): number; - - /** - * Gets the Int16 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getInt16(byteOffset: number, littleEndian?: boolean): number; - /** - * Gets the Int32 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getInt32(byteOffset: number, littleEndian?: boolean): number; - - /** - * Gets the Uint8 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getUint8(byteOffset: number): number; - - /** - * Gets the Uint16 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getUint16(byteOffset: number, littleEndian?: boolean): number; - - /** - * Gets the Uint32 value at the specified byte offset from the start of the view. There is - * no alignment constraint; multi-byte values may be fetched from any offset. - * @param byteOffset The place in the buffer at which the value should be retrieved. - */ - getUint32(byteOffset: number, littleEndian?: boolean): number; - - /** - * Stores an Float32 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - * @param littleEndian If false or undefined, a big-endian value should be written, - * otherwise a little-endian value should be written. - */ - setFloat32(byteOffset: number, value: number, littleEndian?: boolean): void; - - /** - * Stores an Float64 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - * @param littleEndian If false or undefined, a big-endian value should be written, - * otherwise a little-endian value should be written. - */ - setFloat64(byteOffset: number, value: number, littleEndian?: boolean): void; - - /** - * Stores an Int8 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - */ - setInt8(byteOffset: number, value: number): void; - - /** - * Stores an Int16 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - * @param littleEndian If false or undefined, a big-endian value should be written, - * otherwise a little-endian value should be written. - */ - setInt16(byteOffset: number, value: number, littleEndian?: boolean): void; - - /** - * Stores an Int32 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - * @param littleEndian If false or undefined, a big-endian value should be written, - * otherwise a little-endian value should be written. - */ - setInt32(byteOffset: number, value: number, littleEndian?: boolean): void; - - /** - * Stores an Uint8 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - */ - setUint8(byteOffset: number, value: number): void; - - /** - * Stores an Uint16 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - * @param littleEndian If false or undefined, a big-endian value should be written, - * otherwise a little-endian value should be written. - */ - setUint16(byteOffset: number, value: number, littleEndian?: boolean): void; - - /** - * Stores an Uint32 value at the specified byte offset from the start of the view. - * @param byteOffset The place in the buffer at which the value should be set. - * @param value The value to set. - * @param littleEndian If false or undefined, a big-endian value should be written, - * otherwise a little-endian value should be written. - */ - setUint32(byteOffset: number, value: number, littleEndian?: boolean): void; -} - -interface DataViewConstructor { - new (buffer: ArrayBuffer, byteOffset?: number, byteLength?: number): DataView; -} -declare var DataView: DataViewConstructor; - -/** - * A typed array of 8-bit integer values. The contents are initialized to 0. If the requested - * number of bytes could not be allocated an exception is raised. - */ -interface Int8Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Int8Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Int8Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Int8Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Int8Array) => boolean, thisArg?: any): Int8Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Int8Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Int8Array) => number, thisArg?: any): Int8Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int8Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int8Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Int8Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Int8Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Int8Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Int8Array; - - /** - * Gets a new Int8Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Int8Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} -interface Int8ArrayConstructor { - prototype: Int8Array; - new (length: number): Int8Array; - new (array: ArrayLike): Int8Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Int8Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Int8Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Int8Array; - -} -declare var Int8Array: Int8ArrayConstructor; - -/** - * A typed array of 8-bit unsigned integer values. The contents are initialized to 0. If the - * requested number of bytes could not be allocated an exception is raised. - */ -interface Uint8Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Uint8Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Uint8Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Uint8Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Uint8Array) => boolean, thisArg?: any): Uint8Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Uint8Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Uint8Array) => number, thisArg?: any): Uint8Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Uint8Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Uint8Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Uint8Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Uint8Array; - - /** - * Gets a new Uint8Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Uint8Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Uint8ArrayConstructor { - prototype: Uint8Array; - new (length: number): Uint8Array; - new (array: ArrayLike): Uint8Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Uint8Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Uint8Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8Array; - -} -declare var Uint8Array: Uint8ArrayConstructor; - -/** - * A typed array of 8-bit unsigned integer (clamped) values. The contents are initialized to 0. - * If the requested number of bytes could not be allocated an exception is raised. - */ -interface Uint8ClampedArray { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Uint8ClampedArray; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Uint8ClampedArray) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Uint8ClampedArray; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Uint8ClampedArray) => boolean, thisArg?: any): Uint8ClampedArray; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Uint8ClampedArray) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Uint8ClampedArray) => number, thisArg?: any): Uint8ClampedArray; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint8ClampedArray) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Uint8ClampedArray; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: Uint8ClampedArray, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Uint8ClampedArray; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Uint8ClampedArray) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Uint8ClampedArray; - - /** - * Gets a new Uint8ClampedArray view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Uint8ClampedArray; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Uint8ClampedArrayConstructor { - prototype: Uint8ClampedArray; - new (length: number): Uint8ClampedArray; - new (array: ArrayLike): Uint8ClampedArray; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Uint8ClampedArray; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Uint8ClampedArray; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint8ClampedArray; -} -declare var Uint8ClampedArray: Uint8ClampedArrayConstructor; - -/** - * A typed array of 16-bit signed integer values. The contents are initialized to 0. If the - * requested number of bytes could not be allocated an exception is raised. - */ -interface Int16Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Int16Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Int16Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Int16Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Int16Array) => boolean, thisArg?: any): Int16Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Int16Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Int16Array) => number, thisArg?: any): Int16Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int16Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int16Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int16Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int16Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Int16Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Int16Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Int16Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Int16Array; - - /** - * Gets a new Int16Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Int16Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Int16ArrayConstructor { - prototype: Int16Array; - new (length: number): Int16Array; - new (array: ArrayLike): Int16Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Int16Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Int16Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Int16Array; - -} -declare var Int16Array: Int16ArrayConstructor; - -/** - * A typed array of 16-bit unsigned integer values. The contents are initialized to 0. If the - * requested number of bytes could not be allocated an exception is raised. - */ -interface Uint16Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Uint16Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Uint16Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Uint16Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Uint16Array) => boolean, thisArg?: any): Uint16Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Uint16Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Uint16Array) => number, thisArg?: any): Uint16Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint16Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint16Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint16Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint16Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Uint16Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Uint16Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Uint16Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Uint16Array; - - /** - * Gets a new Uint16Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Uint16Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Uint16ArrayConstructor { - prototype: Uint16Array; - new (length: number): Uint16Array; - new (array: ArrayLike): Uint16Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Uint16Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Uint16Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint16Array; - -} -declare var Uint16Array: Uint16ArrayConstructor; -/** - * A typed array of 32-bit signed integer values. The contents are initialized to 0. If the - * requested number of bytes could not be allocated an exception is raised. - */ -interface Int32Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Int32Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Int32Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Int32Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Int32Array) => boolean, thisArg?: any): Int32Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Int32Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Int32Array) => number, thisArg?: any): Int32Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int32Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int32Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Int32Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Int32Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Int32Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Int32Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Int32Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Int32Array; - - /** - * Gets a new Int32Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Int32Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Int32ArrayConstructor { - prototype: Int32Array; - new (length: number): Int32Array; - new (array: ArrayLike): Int32Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Int32Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Int32Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Int32Array; -} -declare var Int32Array: Int32ArrayConstructor; - -/** - * A typed array of 32-bit unsigned integer values. The contents are initialized to 0. If the - * requested number of bytes could not be allocated an exception is raised. - */ -interface Uint32Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Uint32Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Uint32Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Uint32Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Uint32Array) => boolean, thisArg?: any): Uint32Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Uint32Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Uint32Array) => number, thisArg?: any): Uint32Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint32Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Uint32Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Uint32Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Uint32Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Uint32Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Uint32Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Uint32Array; - - /** - * Gets a new Uint32Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Uint32Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Uint32ArrayConstructor { - prototype: Uint32Array; - new (length: number): Uint32Array; - new (array: ArrayLike): Uint32Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Uint32Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Uint32Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Uint32Array; -} -declare var Uint32Array: Uint32ArrayConstructor; - -/** - * A typed array of 32-bit float values. The contents are initialized to 0. If the requested number - * of bytes could not be allocated an exception is raised. - */ -interface Float32Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Float32Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Float32Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Float32Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Float32Array) => boolean, thisArg?: any): Float32Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Float32Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Float32Array) => number, thisArg?: any): Float32Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float32Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Float32Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float32Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Float32Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Float32Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Float32Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Float32Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Float32Array; - - /** - * Gets a new Float32Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Float32Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Float32ArrayConstructor { - prototype: Float32Array; - new (length: number): Float32Array; - new (array: ArrayLike): Float32Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Float32Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Float32Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Float32Array; - -} -declare var Float32Array: Float32ArrayConstructor; - -/** - * A typed array of 64-bit float values. The contents are initialized to 0. If the requested - * number of bytes could not be allocated an exception is raised. - */ -interface Float64Array { - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * The ArrayBuffer instance referenced by the array. - */ - buffer: ArrayBuffer; - - /** - * The length in bytes of the array. - */ - byteLength: number; - - /** - * The offset in bytes of the array. - */ - byteOffset: number; - - /** - * Returns the this object after copying a section of the array identified by start and end - * to the same array starting at position target - * @param target If target is negative, it is treated as length+target where length is the - * length of the array. - * @param start If start is negative, it is treated as length+start. If end is negative, it - * is treated as length+end. - * @param end If not specified, length of the this object is used as its default value. - */ - copyWithin(target: number, start: number, end?: number): Float64Array; - - /** - * Determines whether all the members of an array satisfy the specified test. - * @param callbackfn A function that accepts up to three arguments. The every method calls - * the callbackfn function for each element in array1 until the callbackfn returns false, - * or until the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - every(callbackfn: (value: number, index: number, array: Float64Array) => boolean, thisArg?: any): boolean; - - /** - * Returns the this object after filling the section identified by start and end with value - * @param value value to fill array section with - * @param start index to start filling the array at. If start is negative, it is treated as - * length+start where length is the length of the array. - * @param end index to stop filling the array at. If end is negative, it is treated as - * length+end. - */ - fill(value: number, start?: number, end?: number): Float64Array; - - /** - * Returns the elements of an array that meet the condition specified in a callback function. - * @param callbackfn A function that accepts up to three arguments. The filter method calls - * the callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - filter(callbackfn: (value: number, index: number, array: Float64Array) => boolean, thisArg?: any): Float64Array; - - /** - * Returns the value of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - find(predicate: (value: number, index: number, obj: Array) => boolean, thisArg?: any): number; - - /** - * Returns the index of the first element in the array where predicate is true, and undefined - * otherwise. - * @param predicate find calls predicate once for each element of the array, in ascending - * order, until it finds one where predicate returns true. If such an element is found, find - * immediately returns that element value. Otherwise, find returns undefined. - * @param thisArg If provided, it will be used as the this value for each invocation of - * predicate. If it is not provided, undefined is used instead. - */ - findIndex(predicate: (value: number) => boolean, thisArg?: any): number; - - /** - * Performs the specified action for each element in an array. - * @param callbackfn A function that accepts up to three arguments. forEach calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - forEach(callbackfn: (value: number, index: number, array: Float64Array) => void, thisArg?: any): void; - - /** - * Returns the index of the first occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - indexOf(searchElement: number, fromIndex?: number): number; - - /** - * Adds all the elements of an array separated by the specified separator string. - * @param separator A string used to separate one element of an array from the next in the - * resulting String. If omitted, the array elements are separated with a comma. - */ - join(separator?: string): string; - - /** - * Returns the index of the last occurrence of a value in an array. - * @param searchElement The value to locate in the array. - * @param fromIndex The array index at which to begin the search. If fromIndex is omitted, the - * search starts at index 0. - */ - lastIndexOf(searchElement: number, fromIndex?: number): number; - - /** - * The length of the array. - */ - length: number; - - /** - * Calls a defined callback function on each element of an array, and returns an array that - * contains the results. - * @param callbackfn A function that accepts up to three arguments. The map method calls the - * callbackfn function one time for each element in the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - map(callbackfn: (value: number, index: number, array: Float64Array) => number, thisArg?: any): Float64Array; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float64Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array. The return value of - * the callback function is the accumulated result, and is provided as an argument in the next - * call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduce method calls the - * callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduce(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Float64Array) => U, initialValue: U): U; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an - * argument instead of an array value. - */ - reduceRight(callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float64Array) => number, initialValue?: number): number; - - /** - * Calls the specified callback function for all the elements in an array, in descending order. - * The return value of the callback function is the accumulated result, and is provided as an - * argument in the next call to the callback function. - * @param callbackfn A function that accepts up to four arguments. The reduceRight method calls - * the callbackfn function one time for each element in the array. - * @param initialValue If initialValue is specified, it is used as the initial value to start - * the accumulation. The first call to the callbackfn function provides this value as an argument - * instead of an array value. - */ - reduceRight(callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Float64Array) => U, initialValue: U): U; - - /** - * Reverses the elements in an Array. - */ - reverse(): Float64Array; - - /** - * Sets a value or an array of values. - * @param index The index of the location to set. - * @param value The value to set. - */ - set(index: number, value: number): void; - - /** - * Sets a value or an array of values. - * @param array A typed or untyped array of values to set. - * @param offset The index in the current array at which the values are to be written. - */ - set(array: ArrayLike, offset?: number): void; - - /** - * Returns a section of an array. - * @param start The beginning of the specified portion of the array. - * @param end The end of the specified portion of the array. - */ - slice(start?: number, end?: number): Float64Array; - - /** - * Determines whether the specified callback function returns true for any element of an array. - * @param callbackfn A function that accepts up to three arguments. The some method calls the - * callbackfn function for each element in array1 until the callbackfn returns true, or until - * the end of the array. - * @param thisArg An object to which the this keyword can refer in the callbackfn function. - * If thisArg is omitted, undefined is used as the this value. - */ - some(callbackfn: (value: number, index: number, array: Float64Array) => boolean, thisArg?: any): boolean; - - /** - * Sorts an array. - * @param compareFn The name of the function used to determine the order of the elements. If - * omitted, the elements are sorted in ascending, ASCII character order. - */ - sort(compareFn?: (a: number, b: number) => number): Float64Array; - - /** - * Gets a new Float64Array view of the ArrayBuffer store for this array, referencing the elements - * at begin, inclusive, up to end, exclusive. - * @param begin The index of the beginning of the array. - * @param end The index of the end of the array. - */ - subarray(begin: number, end?: number): Float64Array; - - /** - * Converts a number to a string by using the current locale. - */ - toLocaleString(): string; - - /** - * Returns a string representation of an array. - */ - toString(): string; - - [index: number]: number; -} - -interface Float64ArrayConstructor { - prototype: Float64Array; - new (length: number): Float64Array; - new (array: ArrayLike): Float64Array; - new (buffer: ArrayBuffer, byteOffset?: number, length?: number): Float64Array; - - /** - * The size in bytes of each element in the array. - */ - BYTES_PER_ELEMENT: number; - - /** - * Returns a new array from a set of elements. - * @param items A set of elements to include in the new array object. - */ - of(...items: number[]): Float64Array; - - /** - * Creates an array from an array-like or iterable object. - * @param arrayLike An array-like or iterable object to convert to an array. - * @param mapfn A mapping function to call on every element of the array. - * @param thisArg Value of 'this' used to invoke the mapfn. - */ - from(arrayLike: ArrayLike, mapfn?: (v: number, k: number) => number, thisArg?: any): Float64Array; -} -declare var Float64Array: Float64ArrayConstructor; diff --git a/extensions/markdown-basics/.vscodeignore b/extensions/markdown-basics/.vscodeignore new file mode 100644 index 0000000000..ebab1d50b9 --- /dev/null +++ b/extensions/markdown-basics/.vscodeignore @@ -0,0 +1,3 @@ +test/** +src/** +tsconfig.json \ No newline at end of file diff --git a/extensions/diff/OSSREADME.json b/extensions/markdown-basics/OSSREADME.json similarity index 84% rename from extensions/diff/OSSREADME.json rename to extensions/markdown-basics/OSSREADME.json index 3be6fb8138..c34486f8ad 100644 --- a/extensions/diff/OSSREADME.json +++ b/extensions/markdown-basics/OSSREADME.json @@ -1,11 +1,12 @@ // ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/diff.tmbundle", +[ +{ + "name": "textmate/markdown.tmbundle", "version": "0.0.0", "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/diff.tmbundle", + "repositoryURL": "https://github.com/textmate/markdown.tmbundle", "licenseDetail": [ - "Copyright (c) textmate-diff.tmbundle project authors", + "Copyright (c) markdown.tmbundle authors", "", "If not otherwise specified (see below), files in this repository fall under the following license:", "", @@ -19,4 +20,4 @@ "to the base-name name of the original file, and an extension of txt, html, or similar. For example", "\"tidy\" is accompanied by \"tidy-license.txt\"." ] -}] \ No newline at end of file +}] diff --git a/extensions/markdown/language-configuration.json b/extensions/markdown-basics/language-configuration.json similarity index 81% rename from extensions/markdown/language-configuration.json rename to extensions/markdown-basics/language-configuration.json index 6fa9139b76..23a25ede9c 100644 --- a/extensions/markdown/language-configuration.json +++ b/extensions/markdown-basics/language-configuration.json @@ -39,6 +39,10 @@ ["`", "`"] ], "folding": { - "offSide": true + "offSide": true, + "markers": { + "start": "^\\s*", + "end": "^\\s*" + } } -} \ No newline at end of file +} diff --git a/extensions/markdown-basics/package.json b/extensions/markdown-basics/package.json new file mode 100644 index 0000000000..d2425177be --- /dev/null +++ b/extensions/markdown-basics/package.json @@ -0,0 +1,92 @@ +{ + "name": "markdown", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", + "publisher": "vscode", + "engines": { + "vscode": "^1.20.0" + }, + "categories": [ + "Languages" + ], + "contributes": { + "languages": [ + { + "id": "markdown", + "aliases": [ + "Markdown", + "markdown" + ], + "extensions": [ + ".md", + ".mdown", + ".markdown", + ".markdn" + ], + "configuration": "./language-configuration.json" + } + ], + "grammars": [ + { + "language": "markdown", + "scopeName": "text.html.markdown", + "path": "./syntaxes/markdown.tmLanguage.json", + "embeddedLanguages": { + "meta.embedded.block.html": "html", + "source.js": "javascript", + "source.css": "css", + "meta.embedded.block.frontmatter": "yaml", + "meta.embedded.block.css": "css", + "meta.embedded.block.ini": "ini", + "meta.embedded.block.java": "java", + "meta.embedded.block.lua": "lua", + "meta.embedded.block.makefile": "makefile", + "meta.embedded.block.perl": "perl", + "meta.embedded.block.r": "r", + "meta.embedded.block.ruby": "ruby", + "meta.embedded.block.php": "php", + "meta.embedded.block.sql": "sql", + "meta.embedded.block.vs_net": "vs_net", + "meta.embedded.block.xml": "xml", + "meta.embedded.block.xsl": "xsl", + "meta.embedded.block.yaml": "yaml", + "meta.embedded.block.dosbatch": "dosbatch", + "meta.embedded.block.clojure": "clojure", + "meta.embedded.block.coffee": "coffee", + "meta.embedded.block.c": "c", + "meta.embedded.block.cpp": "cpp", + "meta.embedded.block.diff": "diff", + "meta.embedded.block.dockerfile": "dockerfile", + "meta.embedded.block.go": "go", + "meta.embedded.block.groovy": "groovy", + "meta.embedded.block.jade": "jade", + "meta.embedded.block.javascript": "javascript", + "meta.embedded.block.json": "json", + "meta.embedded.block.less": "less", + "meta.embedded.block.objc": "objc", + "meta.embedded.block.scss": "scss", + "meta.embedded.block.perl6": "perl6", + "meta.embedded.block.powershell": "powershell", + "meta.embedded.block.python": "python", + "meta.embedded.block.rust": "rust", + "meta.embedded.block.scala": "scala", + "meta.embedded.block.shellscript": "shellscript", + "meta.embedded.block.typescript": "typescript", + "meta.embedded.block.typescriptreact": "typescriptreact", + "meta.embedded.block.csharp": "csharp", + "meta.embedded.block.fsharp": "fsharp" + } + } + ], + "snippets": [ + { + "language": "markdown", + "path": "./snippets/markdown.json" + } + ] + }, + "scripts": { + "update-grammar": "node ../../build/npm/update-grammar.js microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json" + } +} \ No newline at end of file diff --git a/extensions/markdown-basics/package.nls.json b/extensions/markdown-basics/package.nls.json new file mode 100644 index 0000000000..5911d3fdc5 --- /dev/null +++ b/extensions/markdown-basics/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Markdown Language Basics", + "description": "Provides snippets and syntax highlighting for Markdown." +} diff --git a/extensions/markdown/snippets/markdown.json b/extensions/markdown-basics/snippets/markdown.json similarity index 100% rename from extensions/markdown/snippets/markdown.json rename to extensions/markdown-basics/snippets/markdown.json diff --git a/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json b/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json new file mode 100644 index 0000000000..7d7d9a5391 --- /dev/null +++ b/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json @@ -0,0 +1,2273 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://github.com/microsoft/vscode-markdown-tm-grammar/blob/master/syntaxes/markdown.tmLanguage", + "If you want to provide a fix or improvement, please create a pull request against the original repository.", + "Once accepted there, we are happy to receive an update request." + ], + "version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/07f55fa7c0dcdbfeb21b8970255e96dd9c00b6bb", + "name": "Markdown", + "scopeName": "text.html.markdown", + "patterns": [ + { + "include": "#frontMatter" + }, + { + "include": "#block" + } + ], + "repository": { + "block": { + "patterns": [ + { + "include": "#separator" + }, + { + "include": "#heading" + }, + { + "include": "#blockquote" + }, + { + "include": "#lists" + }, + { + "include": "#fenced_code_block_css" + }, + { + "include": "#fenced_code_block_basic" + }, + { + "include": "#fenced_code_block_ini" + }, + { + "include": "#fenced_code_block_java" + }, + { + "include": "#fenced_code_block_lua" + }, + { + "include": "#fenced_code_block_makefile" + }, + { + "include": "#fenced_code_block_perl" + }, + { + "include": "#fenced_code_block_r" + }, + { + "include": "#fenced_code_block_ruby" + }, + { + "include": "#fenced_code_block_php" + }, + { + "include": "#fenced_code_block_sql" + }, + { + "include": "#fenced_code_block_vs_net" + }, + { + "include": "#fenced_code_block_xml" + }, + { + "include": "#fenced_code_block_xsl" + }, + { + "include": "#fenced_code_block_yaml" + }, + { + "include": "#fenced_code_block_dosbatch" + }, + { + "include": "#fenced_code_block_clojure" + }, + { + "include": "#fenced_code_block_coffee" + }, + { + "include": "#fenced_code_block_c" + }, + { + "include": "#fenced_code_block_cpp" + }, + { + "include": "#fenced_code_block_diff" + }, + { + "include": "#fenced_code_block_dockerfile" + }, + { + "include": "#fenced_code_block_git_commit" + }, + { + "include": "#fenced_code_block_git_rebase" + }, + { + "include": "#fenced_code_block_go" + }, + { + "include": "#fenced_code_block_groovy" + }, + { + "include": "#fenced_code_block_jade" + }, + { + "include": "#fenced_code_block_js" + }, + { + "include": "#fenced_code_block_js_regexp" + }, + { + "include": "#fenced_code_block_json" + }, + { + "include": "#fenced_code_block_less" + }, + { + "include": "#fenced_code_block_objc" + }, + { + "include": "#fenced_code_block_scss" + }, + { + "include": "#fenced_code_block_perl6" + }, + { + "include": "#fenced_code_block_powershell" + }, + { + "include": "#fenced_code_block_python" + }, + { + "include": "#fenced_code_block_regexp_python" + }, + { + "include": "#fenced_code_block_rust" + }, + { + "include": "#fenced_code_block_scala" + }, + { + "include": "#fenced_code_block_shell" + }, + { + "include": "#fenced_code_block_ts" + }, + { + "include": "#fenced_code_block_tsx" + }, + { + "include": "#fenced_code_block_csharp" + }, + { + "include": "#fenced_code_block_fsharp" + }, + { + "include": "#fenced_code_block_unknown" + }, + { + "include": "#raw_block" + }, + { + "include": "#link-def" + }, + { + "include": "#html" + }, + { + "include": "#paragraph" + } + ], + "repository": { + "blockquote": { + "begin": "(^|\\G)[ ]{0,3}(>) ?", + "captures": { + "2": { + "name": "beginning.punctuation.definition.quote.markdown" + } + }, + "name": "markup.quote.markdown", + "patterns": [ + { + "include": "#block" + } + ], + "while": "(^|\\G)\\s*(>) ?" + }, + "fenced_code_block_css": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(css|css.erb)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.css", + "patterns": [ + { + "include": "source.css" + } + ] + } + ] + }, + "fenced_code_block_basic": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(html|htm|shtml|xhtml|inc|tmpl|tpl)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.html", + "patterns": [ + { + "include": "text.html.basic" + } + ] + } + ] + }, + "fenced_code_block_ini": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(ini|conf)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.ini", + "patterns": [ + { + "include": "source.ini" + } + ] + } + ] + }, + "fenced_code_block_java": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(java|bsh)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.java", + "patterns": [ + { + "include": "source.java" + } + ] + } + ] + }, + "fenced_code_block_lua": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(lua)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.lua", + "patterns": [ + { + "include": "source.lua" + } + ] + } + ] + }, + "fenced_code_block_makefile": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(Makefile|makefile|GNUmakefile|OCamlMakefile)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.makefile", + "patterns": [ + { + "include": "source.makefile" + } + ] + } + ] + }, + "fenced_code_block_perl": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(perl|pl|pm|pod|t|PL|psgi|vcl)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.perl", + "patterns": [ + { + "include": "source.perl" + } + ] + } + ] + }, + "fenced_code_block_r": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(R|r|s|S|Rprofile)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.r", + "patterns": [ + { + "include": "source.r" + } + ] + } + ] + }, + "fenced_code_block_ruby": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(ruby|rb|rbx|rjs|Rakefile|rake|cgi|fcgi|gemspec|irbrc|Capfile|ru|prawn|Cheffile|Gemfile|Guardfile|Hobofile|Vagrantfile|Appraisals|Rantfile|Berksfile|Berksfile.lock|Thorfile|Puppetfile)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.ruby", + "patterns": [ + { + "include": "source.ruby" + } + ] + } + ] + }, + "fenced_code_block_php": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(php|php3|php4|php5|phpt|phtml|aw|ctp)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.php", + "patterns": [ + { + "include": "text.html.basic" + }, + { + "include": "source.php" + } + ] + } + ] + }, + "fenced_code_block_sql": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(sql|ddl|dml)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.sql", + "patterns": [ + { + "include": "source.sql" + } + ] + } + ] + }, + "fenced_code_block_vs_net": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(vb)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.vs_net", + "patterns": [ + { + "include": "source.asp.vb.net" + } + ] + } + ] + }, + "fenced_code_block_xml": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(xml|xsd|tld|jsp|pt|cpt|dtml|rss|opml)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.xml", + "patterns": [ + { + "include": "text.xml" + } + ] + } + ] + }, + "fenced_code_block_xsl": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(xsl|xslt)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.xsl", + "patterns": [ + { + "include": "text.xml.xsl" + } + ] + } + ] + }, + "fenced_code_block_yaml": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(yaml|yml)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.yaml", + "patterns": [ + { + "include": "source.yaml" + } + ] + } + ] + }, + "fenced_code_block_dosbatch": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(bat|batch)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.dosbatch", + "patterns": [ + { + "include": "source.dosbatch" + } + ] + } + ] + }, + "fenced_code_block_clojure": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(clj|cljs|clojure)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.clojure", + "patterns": [ + { + "include": "source.clojure" + } + ] + } + ] + }, + "fenced_code_block_coffee": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(coffee|Cakefile|coffee.erb)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.coffee", + "patterns": [ + { + "include": "source.coffee" + } + ] + } + ] + }, + "fenced_code_block_c": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(c|h)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.c", + "patterns": [ + { + "include": "source.c" + } + ] + } + ] + }, + "fenced_code_block_cpp": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(cpp|c\\+\\+|cxx)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.cpp", + "patterns": [ + { + "include": "source.cpp" + } + ] + } + ] + }, + "fenced_code_block_diff": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(patch|diff|rej)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.diff", + "patterns": [ + { + "include": "source.diff" + } + ] + } + ] + }, + "fenced_code_block_dockerfile": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(dockerfile|Dockerfile)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.dockerfile", + "patterns": [ + { + "include": "source.dockerfile" + } + ] + } + ] + }, + "fenced_code_block_git_commit": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(COMMIT_EDITMSG|MERGE_MSG)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.git_commit", + "patterns": [ + { + "include": "text.git-commit" + } + ] + } + ] + }, + "fenced_code_block_git_rebase": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(git-rebase-todo)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.git_rebase", + "patterns": [ + { + "include": "text.git-rebase" + } + ] + } + ] + }, + "fenced_code_block_go": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(go|golang)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.go", + "patterns": [ + { + "include": "source.go" + } + ] + } + ] + }, + "fenced_code_block_groovy": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(groovy|gvy)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.groovy", + "patterns": [ + { + "include": "source.groovy" + } + ] + } + ] + }, + "fenced_code_block_jade": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(jade|pug)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.jade", + "patterns": [ + { + "include": "text.jade" + } + ] + } + ] + }, + "fenced_code_block_js": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(js|jsx|javascript|es6|mjs)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.javascript", + "patterns": [ + { + "include": "source.js" + } + ] + } + ] + }, + "fenced_code_block_js_regexp": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(regexp)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.js_regexp", + "patterns": [ + { + "include": "source.js.regexp" + } + ] + } + ] + }, + "fenced_code_block_json": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(json|sublime-settings|sublime-menu|sublime-keymap|sublime-mousemap|sublime-theme|sublime-build|sublime-project|sublime-completions)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.json", + "patterns": [ + { + "include": "source.json" + } + ] + } + ] + }, + "fenced_code_block_less": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(less)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.less", + "patterns": [ + { + "include": "source.css.less" + } + ] + } + ] + }, + "fenced_code_block_objc": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(objectivec|objective-c|mm|objc|obj-c|m|h)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.objc", + "patterns": [ + { + "include": "source.objc" + } + ] + } + ] + }, + "fenced_code_block_scss": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(scss)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.scss", + "patterns": [ + { + "include": "source.css.scss" + } + ] + } + ] + }, + "fenced_code_block_perl6": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(perl6|p6|pl6|pm6|nqp)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.perl6", + "patterns": [ + { + "include": "source.perl.6" + } + ] + } + ] + }, + "fenced_code_block_powershell": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(powershell|ps1|psm1|psd1)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.powershell", + "patterns": [ + { + "include": "source.powershell" + } + ] + } + ] + }, + "fenced_code_block_python": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(python|py|py3|rpy|pyw|cpy|SConstruct|Sconstruct|sconstruct|SConscript|gyp|gypi)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.python", + "patterns": [ + { + "include": "source.python" + } + ] + } + ] + }, + "fenced_code_block_regexp_python": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(re)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.regexp_python", + "patterns": [ + { + "include": "source.regexp.python" + } + ] + } + ] + }, + "fenced_code_block_rust": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(rust|rs)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.rust", + "patterns": [ + { + "include": "source.rust" + } + ] + } + ] + }, + "fenced_code_block_scala": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(scala|sbt)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.scala", + "patterns": [ + { + "include": "source.scala" + } + ] + } + ] + }, + "fenced_code_block_shell": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(shell|sh|bash|zsh|bashrc|bash_profile|bash_login|profile|bash_logout|.textmate_init)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.shellscript", + "patterns": [ + { + "include": "source.shell" + } + ] + } + ] + }, + "fenced_code_block_ts": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(typescript|ts)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.typescript", + "patterns": [ + { + "include": "source.ts" + } + ] + } + ] + }, + "fenced_code_block_tsx": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(tsx)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.typescriptreact", + "patterns": [ + { + "include": "source.tsx" + } + ] + } + ] + }, + "fenced_code_block_csharp": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(cs|csharp|c#)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.csharp", + "patterns": [ + { + "include": "source.cs" + } + ] + } + ] + }, + "fenced_code_block_fsharp": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?i:(fs|fsharp|f#)(\\s+[^`~]*)?$)", + "name": "markup.fenced_code.block.markdown", + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "5": { + "name": "fenced_code.block.language" + }, + "6": { + "name": "fenced_code.block.language.attributes" + } + }, + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "patterns": [ + { + "begin": "(^|\\G)(\\s*)(.*)", + "while": "(^|\\G)(?!\\s*([`~]{3,})\\s*$)", + "contentName": "meta.embedded.block.fsharp", + "patterns": [ + { + "include": "source.fsharp" + } + ] + } + ] + }, + "fenced_code_block_unknown": { + "begin": "(^|\\G)(\\s*)(`{3,}|~{3,})\\s*(?=([^`~]*)?$)", + "beginCaptures": { + "3": { + "name": "punctuation.definition.markdown" + }, + "4": { + "name": "fenced_code.block.language" + } + }, + "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$", + "endCaptures": { + "3": { + "name": "punctuation.definition.markdown" + } + }, + "name": "markup.fenced_code.block.markdown" + }, + "heading": { + "begin": "(?:^|\\G)[ ]{0,3}(#{1,6})\\s*(?=[\\S[^#]])", + "captures": { + "1": { + "name": "punctuation.definition.heading.markdown" + } + }, + "contentName": "entity.name.section.markdown", + "end": "\\s*(#{1,6})?$\\n?", + "name": "markup.heading.markdown", + "patterns": [ + { + "include": "#inline" + } + ] + }, + "heading-setext": { + "patterns": [ + { + "match": "^(={3,})(?=[ \\t]*$\\n?)", + "name": "markup.heading.setext.1.markdown" + }, + { + "match": "^(-{3,})(?=[ \\t]*$\\n?)", + "name": "markup.heading.setext.2.markdown" + } + ] + }, + "html": { + "patterns": [ + { + "begin": "(^|\\G)\\s*()", + "name": "comment.block.html" + }, + { + "begin": "(^|\\G)\\s*(?=<(script|style|pre)(\\s|$|>)(?!.*?))", + "end": "(?=.*)", + "patterns": [ + { + "begin": "(\\s*|$)", + "patterns": [ + { + "include": "text.html.basic" + } + ], + "while": "^(?!.*)" + } + ] + }, + { + "begin": "(^|\\G)\\s*(?=))", + "patterns": [ + { + "include": "text.html.basic" + } + ], + "while": "^(?!\\s*$)" + }, + { + "begin": "(^|\\G)\\s*(?=(<[a-zA-Z0-9\\-](/?>|\\s.*?>)|)\\s*$)", + "patterns": [ + { + "include": "text.html.basic" + } + ], + "while": "^(?!\\s*$)" + } + ] + }, + "link-def": { + "captures": { + "1": { + "name": "punctuation.definition.constant.markdown" + }, + "2": { + "name": "constant.other.reference.link.markdown" + }, + "3": { + "name": "punctuation.definition.constant.markdown" + }, + "4": { + "name": "punctuation.separator.key-value.markdown" + }, + "5": { + "name": "punctuation.definition.link.markdown" + }, + "6": { + "name": "markup.underline.link.markdown" + }, + "7": { + "name": "punctuation.definition.link.markdown" + }, + "8": { + "name": "string.other.link.description.title.markdown" + }, + "9": { + "name": "punctuation.definition.string.begin.markdown" + }, + "10": { + "name": "punctuation.definition.string.end.markdown" + }, + "11": { + "name": "string.other.link.description.title.markdown" + }, + "12": { + "name": "punctuation.definition.string.begin.markdown" + }, + "13": { + "name": "punctuation.definition.string.end.markdown" + } + }, + "match": "(?x)\n \\s* # Leading whitespace\n (\\[)(.+?)(\\])(:) # Reference name\n [ \\t]* # Optional whitespace\n (?) # The url\n [ \\t]* # Optional whitespace\n (?:\n ((\\().+?(\\))) # Match title in quotes…\n | ((\").+?(\")) # or in parens.\n )? # Title is optional\n \\s* # Optional whitespace\n $\n", + "name": "meta.link.reference.def.markdown" + }, + "list_paragraph": { + "begin": "(^|\\G)(?=\\S)(?![*+->]\\s|[0-9]+\\.\\s)", + "name": "meta.paragraph.markdown", + "patterns": [ + { + "include": "#inline" + }, + { + "include": "text.html.basic" + }, + { + "include": "#heading-setext" + } + ], + "while": "(^|\\G)(?!\\s*$|#|[ ]{0,3}([-*_>][ ]{2,}){3,}[ \\t]*$\\n?|[ ]{0,3}[*+->]|[ ]{0,3}[0-9]+\\.)" + }, + "lists": { + "patterns": [ + { + "begin": "(^|\\G)([ ]{0,3})([*+-])([ ]{1,3}|\\t)", + "beginCaptures": { + "3": { + "name": "beginning.punctuation.definition.list.markdown" + } + }, + "comment": "Currently does not support un-indented second lines.", + "name": "markup.list.unnumbered.markdown", + "patterns": [ + { + "include": "#block" + }, + { + "include": "#list_paragraph" + } + ], + "while": "((^|\\G)([ ]{4}|\\t))|(^[ \\t]*$)" + }, + { + "begin": "(^|\\G)([ ]{0,3})([0-9]+\\.)([ ]{1,3}|\\t)", + "beginCaptures": { + "3": { + "name": "beginning.punctuation.definition.list.markdown" + } + }, + "name": "markup.list.numbered.markdown", + "patterns": [ + { + "include": "#block" + }, + { + "include": "#list_paragraph" + } + ], + "while": "((^|\\G)([ ]{4}|\\t))|(^[ \\t]*$)" + } + ] + }, + "paragraph": { + "begin": "(^|\\G)[ ]{0,3}(?=\\S)", + "name": "meta.paragraph.markdown", + "patterns": [ + { + "include": "#inline" + }, + { + "include": "text.html.basic" + }, + { + "include": "#heading-setext" + } + ], + "while": "(^|\\G)((?=\\s*[-=]{3,}\\s*$)|[ ]{4,}(?=\\S))" + }, + "raw_block": { + "begin": "(^|\\G)([ ]{4}|\\t)", + "name": "markup.raw.block.markdown", + "while": "(^|\\G)([ ]{4}|\\t)" + }, + "separator": { + "match": "(^|\\G)[ ]{0,3}([*-_])([ ]{0,2}\\2){2,}[ \\t]*$\\n?", + "name": "meta.separator.markdown" + } + } + }, + "frontMatter": { + "begin": "\\A-{3}\\s*$", + "contentName": "meta.embedded.block.frontmatter", + "patterns": [ + { + "include": "source.yaml" + } + ], + "while": "^(?!(-{3}|\\.{3})\\s*$)" + }, + "inline": { + "patterns": [ + { + "include": "#ampersand" + }, + { + "include": "#bracket" + }, + { + "include": "#bold" + }, + { + "include": "#italic" + }, + { + "include": "#raw" + }, + { + "include": "#escape" + }, + { + "include": "#image-inline" + }, + { + "include": "#image-ref" + }, + { + "include": "#link-email" + }, + { + "include": "#link-inet" + }, + { + "include": "#link-inline" + }, + { + "include": "#link-ref" + }, + { + "include": "#link-ref-literal" + } + ], + "repository": { + "ampersand": { + "comment": "Markdown will convert this for us. We match it so that the HTML grammar will not mark it up as invalid.", + "match": "&(?!([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+);)", + "name": "meta.other.valid-ampersand.markdown" + }, + "bold": { + "begin": "(?x)\n (\\*\\*|__)(?=\\S) # Open\n (?=\n (\n <[^>]*+> # HTML tags\n | (?`+)([^`]|(?!(?(?!`))`)*+\\k\n # Raw\n | \\\\[\\\\`*_{}\\[\\]()#.!+\\->]?+ # Escapes\n | \\[\n (\n (? # Named group\n [^\\[\\]\\\\] # Match most chars\n | \\\\. # Escaped chars\n | \\[ \\g*+ \\] # Nested brackets\n )*+\n \\]\n (\n ( # Reference Link\n [ ]? # Optional space\n \\[[^\\]]*+\\] # Ref name\n )\n | ( # Inline Link\n \\( # Opening paren\n [ \\t]*+ # Optional whitespace\n ? # URL\n [ \\t]*+ # Optional whitespace\n ( # Optional Title\n (?['\"])\n (.*?)\n \\k<title>\n )?\n \\)\n )\n )\n )\n | (?!(?<=\\S)\\1). # Everything besides\n # style closer\n )++\n (?<=\\S)\\1 # Close\n )\n", + "captures": { + "1": { + "name": "punctuation.definition.bold.markdown" + } + }, + "end": "(?<=\\S)(\\1)", + "name": "markup.bold.markdown", + "patterns": [ + { + "applyEndPatternLast": 1, + "begin": "(?=<[^>]*?>)", + "end": "(?<=>)", + "patterns": [ + { + "include": "text.html.basic" + } + ] + }, + { + "include": "#escape" + }, + { + "include": "#ampersand" + }, + { + "include": "#bracket" + }, + { + "include": "#raw" + }, + { + "include": "#bold" + }, + { + "include": "#italic" + }, + { + "include": "#image-inline" + }, + { + "include": "#link-inline" + }, + { + "include": "#link-inet" + }, + { + "include": "#link-email" + }, + { + "include": "#image-ref" + }, + { + "include": "#link-ref-literal" + }, + { + "include": "#link-ref" + } + ] + }, + "bracket": { + "comment": "Markdown will convert this for us. We match it so that the HTML grammar will not mark it up as invalid.", + "match": "<(?![a-z/?\\$!])", + "name": "meta.other.valid-bracket.markdown" + }, + "escape": { + "match": "\\\\[-`*_#+.!(){}\\[\\]\\\\>]", + "name": "constant.character.escape.markdown" + }, + "image-inline": { + "captures": { + "1": { + "name": "punctuation.definition.string.begin.markdown" + }, + "2": { + "name": "string.other.link.description.markdown" + }, + "4": { + "name": "punctuation.definition.string.end.markdown" + }, + "5": { + "name": "punctuation.definition.metadata.markdown" + }, + "6": { + "name": "punctuation.definition.link.markdown" + }, + "7": { + "name": "markup.underline.link.image.markdown" + }, + "8": { + "name": "punctuation.definition.link.markdown" + }, + "9": { + "name": "string.other.link.description.title.markdown" + }, + "10": { + "name": "punctuation.definition.string.markdown" + }, + "11": { + "name": "punctuation.definition.string.markdown" + }, + "12": { + "name": "string.other.link.description.title.markdown" + }, + "13": { + "name": "punctuation.definition.string.markdown" + }, + "14": { + "name": "punctuation.definition.string.markdown" + }, + "15": { + "name": "punctuation.definition.metadata.markdown" + } + }, + "match": "(?x)\n (\\!\\[)((?<square>[^\\[\\]\\\\]|\\\\.|\\[\\g<square>*+\\])*+)(\\])\n # Match the link text.\n (\\() # Opening paren for url\n (<?)(\\S+?)(>?) # The url\n [ \\t]* # Optional whitespace\n (?:\n ((\\().+?(\\))) # Match title in parens…\n | ((\").+?(\")) # or in quotes.\n )? # Title is optional\n \\s* # Optional whitespace\n (\\))\n", + "name": "meta.image.inline.markdown" + }, + "image-ref": { + "captures": { + "1": { + "name": "punctuation.definition.string.begin.markdown" + }, + "2": { + "name": "string.other.link.description.markdown" + }, + "4": { + "name": "punctuation.definition.string.begin.markdown" + }, + "5": { + "name": "punctuation.definition.constant.markdown" + }, + "6": { + "name": "constant.other.reference.link.markdown" + }, + "7": { + "name": "punctuation.definition.constant.markdown" + } + }, + "match": "(\\!\\[)((?<square>[^\\[\\]\\\\]|\\\\.|\\[\\g<square>*+\\])*+)(\\])[ ]?(\\[)(.*?)(\\])", + "name": "meta.image.reference.markdown" + }, + "italic": { + "begin": "(?x) (\\*\\b|\\b_)(?=\\S) # Open\n (?=\n (\n <[^>]*+> # HTML tags\n | (?<raw>`+)([^`]|(?!(?<!`)\\k<raw>(?!`))`)*+\\k<raw>\n # Raw\n | \\\\[\\\\`*_{}\\[\\]()#.!+\\->]?+ # Escapes\n | \\[\n (\n (?<square> # Named group\n [^\\[\\]\\\\] # Match most chars\n | \\\\. # Escaped chars\n | \\[ \\g<square>*+ \\] # Nested brackets\n )*+\n \\]\n (\n ( # Reference Link\n [ ]? # Optional space\n \\[[^\\]]*+\\] # Ref name\n )\n | ( # Inline Link\n \\( # Opening paren\n [ \\t]*+ # Optional whtiespace\n <?(.*?)>? # URL\n [ \\t]*+ # Optional whtiespace\n ( # Optional Title\n (?<title>['\"])\n (.*?)\n \\k<title>\n )?\n \\)\n )\n )\n )\n | \\1\\1 # Must be bold closer\n | (?!(?<=\\S)\\1). # Everything besides\n # style closer\n )++\n (?<=\\S)\\1 # Close\n )\n", + "captures": { + "1": { + "name": "punctuation.definition.italic.markdown" + } + }, + "end": "(?<=\\S)(\\1)((?!\\1)|(?=\\1\\1))", + "name": "markup.italic.markdown", + "patterns": [ + { + "applyEndPatternLast": 1, + "begin": "(?=<[^>]*?>)", + "end": "(?<=>)", + "patterns": [ + { + "include": "text.html.basic" + } + ] + }, + { + "include": "#escape" + }, + { + "include": "#ampersand" + }, + { + "include": "#bracket" + }, + { + "include": "#raw" + }, + { + "include": "#bold" + }, + { + "include": "#image-inline" + }, + { + "include": "#link-inline" + }, + { + "include": "#link-inet" + }, + { + "include": "#link-email" + }, + { + "include": "#image-ref" + }, + { + "include": "#link-ref-literal" + }, + { + "include": "#link-ref" + } + ] + }, + "link-email": { + "captures": { + "1": { + "name": "punctuation.definition.link.markdown" + }, + "2": { + "name": "markup.underline.link.markdown" + }, + "4": { + "name": "punctuation.definition.link.markdown" + } + }, + "match": "(<)((?:mailto:)?[-.\\w]+@[-a-z0-9]+(\\.[-a-z0-9]+)*\\.[a-z]+)(>)", + "name": "meta.link.email.lt-gt.markdown" + }, + "link-inet": { + "captures": { + "1": { + "name": "punctuation.definition.link.markdown" + }, + "2": { + "name": "markup.underline.link.markdown" + }, + "3": { + "name": "punctuation.definition.link.markdown" + } + }, + "match": "(<)((?:https?|ftp)://.*?)(>)", + "name": "meta.link.inet.markdown" + }, + "link-inline": { + "captures": { + "1": { + "name": "punctuation.definition.string.begin.markdown" + }, + "2": { + "name": "string.other.link.title.markdown" + }, + "4": { + "name": "punctuation.definition.string.end.markdown" + }, + "5": { + "name": "punctuation.definition.metadata.markdown" + }, + "6": { + "name": "punctuation.definition.link.markdown" + }, + "7": { + "name": "markup.underline.link.markdown" + }, + "8": { + "name": "punctuation.definition.link.markdown" + }, + "9": { + "name": "string.other.link.description.title.markdown" + }, + "10": { + "name": "punctuation.definition.string.begin.markdown" + }, + "11": { + "name": "punctuation.definition.string.end.markdown" + }, + "12": { + "name": "string.other.link.description.title.markdown" + }, + "13": { + "name": "punctuation.definition.string.begin.markdown" + }, + "14": { + "name": "punctuation.definition.string.end.markdown" + }, + "15": { + "name": "punctuation.definition.metadata.markdown" + } + }, + "match": "(?x)\n (\\[)((?<square>[^\\[\\]\\\\]|\\\\.|\\[\\g<square>*+\\])*+)(\\])\n # Match the link text.\n (\\() # Opening paren for url\n (<?)(.*?)(>?) # The url\n [ \\t]* # Optional whitespace\n (?:\n ((\\().+?(\\))) # Match title in parens…\n | ((\").+?(\")) # or in quotes.\n )? # Title is optional\n \\s* # Optional whitespace\n (\\))\n", + "name": "meta.link.inline.markdown" + }, + "link-ref": { + "captures": { + "1": { + "name": "punctuation.definition.string.begin.markdown" + }, + "2": { + "name": "string.other.link.title.markdown" + }, + "4": { + "name": "punctuation.definition.string.end.markdown" + }, + "5": { + "name": "punctuation.definition.constant.begin.markdown" + }, + "6": { + "name": "constant.other.reference.link.markdown" + }, + "7": { + "name": "punctuation.definition.constant.end.markdown" + } + }, + "match": "(\\[)((?<square>[^\\[\\]\\\\]|\\\\.|\\[\\g<square>*+\\])*+)(\\])(\\[)([^\\]]*+)(\\])", + "name": "meta.link.reference.markdown" + }, + "link-ref-literal": { + "captures": { + "1": { + "name": "punctuation.definition.string.begin.markdown" + }, + "2": { + "name": "string.other.link.title.markdown" + }, + "4": { + "name": "punctuation.definition.string.end.markdown" + }, + "5": { + "name": "punctuation.definition.constant.begin.markdown" + }, + "6": { + "name": "punctuation.definition.constant.end.markdown" + } + }, + "match": "(\\[)((?<square>[^\\[\\]\\\\]|\\\\.|\\[\\g<square>*+\\])*+)(\\])[ ]?(\\[)(\\])", + "name": "meta.link.reference.literal.markdown" + }, + "raw": { + "captures": { + "1": { + "name": "punctuation.definition.raw.markdown" + }, + "3": { + "name": "punctuation.definition.raw.markdown" + } + }, + "match": "(`+)([^`]|(?!(?<!`)\\1(?!`))`)*+(\\1)", + "name": "markup.inline.raw.string.markdown" + } + } + } + } +} \ No newline at end of file diff --git a/extensions/markdown/test/colorize-fixtures/test-33886.md b/extensions/markdown-basics/test/colorize-fixtures/test-33886.md similarity index 100% rename from extensions/markdown/test/colorize-fixtures/test-33886.md rename to extensions/markdown-basics/test/colorize-fixtures/test-33886.md diff --git a/extensions/markdown/test/colorize-fixtures/test.md b/extensions/markdown-basics/test/colorize-fixtures/test.md similarity index 100% rename from extensions/markdown/test/colorize-fixtures/test.md rename to extensions/markdown-basics/test/colorize-fixtures/test.md diff --git a/extensions/markdown/test/colorize-results/test-33886_md.json b/extensions/markdown-basics/test/colorize-results/test-33886_md.json similarity index 100% rename from extensions/markdown/test/colorize-results/test-33886_md.json rename to extensions/markdown-basics/test/colorize-results/test-33886_md.json diff --git a/extensions/markdown/test/colorize-results/test_md.json b/extensions/markdown-basics/test/colorize-results/test_md.json similarity index 98% rename from extensions/markdown/test/colorize-results/test_md.json rename to extensions/markdown-basics/test/colorize-results/test_md.json index 01b3aac170..a3dd8829df 100644 --- a/extensions/markdown/test/colorize-results/test_md.json +++ b/extensions/markdown-basics/test/colorize-results/test_md.json @@ -1584,51 +1584,7 @@ } }, { - "c": "in", - "t": "text.html.markdown meta.paragraph.markdown", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "_", - "t": "text.html.markdown meta.paragraph.markdown markup.italic.markdown punctuation.definition.italic.markdown", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "words", - "t": "text.html.markdown meta.paragraph.markdown markup.italic.markdown", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "_", - "t": "text.html.markdown meta.paragraph.markdown markup.italic.markdown punctuation.definition.italic.markdown", - "r": { - "dark_plus": "default: #D4D4D4", - "light_plus": "default: #000000", - "dark_vs": "default: #D4D4D4", - "light_vs": "default: #000000", - "hc_black": "default: #FFFFFF" - } - }, - { - "c": "are ignored.", + "c": "in_words_are ignored.", "t": "text.html.markdown meta.paragraph.markdown", "r": { "dark_plus": "default: #D4D4D4", diff --git a/extensions/markdown/OSSREADME.json b/extensions/markdown/OSSREADME.json index 79c18ea56c..33c460e00c 100644 --- a/extensions/markdown/OSSREADME.json +++ b/extensions/markdown/OSSREADME.json @@ -15,38 +15,6 @@ "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." ] }, -{ - "isLicense": true, - "name": "markdown-it-named-headers", - "licenseDetail": [ - "Copyright (c) markdown-it-named-headers authors", - "", - "This is free and unencumbered software released into the public domain.", - "", - "Anyone is free to copy, modify, publish, use, compile, sell, or", - "distribute this software, either in source code form or as a compiled", - "binary, for any purpose, commercial or non-commercial, and by any", - "means.", - "", - "In jurisdictions that recognize copyright laws, the author or authors", - "of this software dedicate any and all copyright interest in the", - "software to the public domain. We make this dedication for the benefit", - "of the public at large and to the detriment of our heirs and", - "successors. We intend this dedication to be an overt act of", - "relinquishment in perpetuity of all present and future rights to this", - "software under copyright law.", - "", - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,", - "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF", - "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.", - "IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR", - "OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,", - "ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR", - "OTHER DEALINGS IN THE SOFTWARE.", - "", - "For more information, please refer to <http://unlicense.org/>" - ] -}, { "name": "textmate/markdown.tmbundle", "version": "0.0.0", @@ -67,23 +35,4 @@ "to the base-name name of the original file, and an extension of txt, html, or similar. For example", "\"tidy\" is accompanied by \"tidy-license.txt\"." ] -}, -{ - "isLicense": true, - "name": "uc.micro", - "licenseDetail": [ - " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE", - " Version 2, December 2004", - "", - " Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>", - "", - " Everyone is permitted to copy and distribute verbatim or modified", - " copies of this license document, and changing it is allowed as long", - " as the name is changed.", - "", - " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE", - " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION", - "", - " 0. You just DO WHAT THE FUCK YOU WANT TO." - ] }] diff --git a/extensions/markdown/icon.png b/extensions/markdown/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..48e0f035e7b173d9ab2b97ed88655f27ba24cfc6 GIT binary patch literal 1218 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*9U+SW-M)978H@y_sw1C+#TGcARtXcNRnS4M$lyL>x68xmG%@ zQV|vOxZx@?;YF?sW2nQXmX!+Z9UhE|p_2}6@^2_+yq&6*KHpGi)3pt|=S9Bn+3#P~ z8~J|L_qy|cK9?m-Wdgbb2VnpB=f>B?@7()0D7|W)Rry$~{&K$==T@^@%~Hn}c`?oH z%$k#L*IBI1<lf|SAbWGO<&nexEL@NGTiWNn+y6u5!2#Z`_iJX}m#8!JU^w0Q{+mr{ zW#!7My>b&DO_1_j>$X8Ajq3&L-eA8y8#WyHeu8P;x^-6`J$kf4K0S%k;R@@w2`5vW zI3IAXoRufQz{J49z`-EEpuph3U=Vs{hQ-UUl}l#zroDKqJ#~}Tlh3#8k9)3NmbLZr zh2!hj?hVYpeod{cHn`Fwh9T&W{PpV#`|G#<iu(KWuXp9mHQUZ#$S}LQ`@6i--t@Y< zxNNzowfiT2y70DSSut0})~Kwj;*EM%ch^;I+;Zec-emR(`CUG;RudkTTg9%*p3P}v zVe#ht?8gd+>y(@RJ1}T2e$mflRDaww_AwU+qmP8-uA?HSZ1Qe>arFAl5a_G8?7ShP zi)rf&J9buqYa&U%WW)|6FB7<I&dMZ_%4Jv^tkj?o-0^a@5hKrRC!hItX*s_(Byl}; z6JD0j<=*gHnbBt>!vROeinwd5J}WVtt+BN>4*KJ@)2B68pyADto2#d6?anfrzWC6# zHB5Hv)_=ddx9{A%4o{cT+ye%3GIDKkO>TStdA_}3zSG`WcJ^u8%bV&ALr**06uFsU zb}Z_dXON4}vJ+{WvsOnK6}{W=X!^^yzmK+7uV%O@qUBs3^Epi8$!{g2PL4M}UYvIM zta9}F)@qB=(+B3*=N~t0RhqT0V$-v^`#TcW8%Z{6KDxZK)MjdJgT=CduKC^<zMM2! z{5hZFkXZb8)8N}2U6USIUpDW|PYzPLar2&8(b|x5rr-6N!6*E$d}$RtSbX@=<oku` zzc=r$ZP>BQfb+6=+vm@l-CJjcU7q=?nsKpD;-qEzJpsSZ#cbwyQnM^vChQImmr<+d zY`e?eHx@j49rZd|zacT$Li4hC+LlR+dbOK&KT<c`6}eT><yp1oCl%lOi;teZFQ)%) zovPsZj~4@zf@g>RW>nE!c4tGL;E|oemDeBneyV5Lpm^lLCEZnx-n)KqC@>1Pyv=x( z_fe@qWY+ceuK6X=l8h=RoLSATK5}Ky6ggOM`bJ8(IOCEDzjYs*ywNte#(qNl(@Kwu zYoC?wu9%n`wru*wM_;;+25EKae>lM5{;*N7fgLFoH!vt{V|Y@yB!N9JOH`#{_5$Yc zurPr})uYp+dLO8rvHW&5*Lp^Q{<rpS*((O~zAj#uH{YE9ox=IWGo|HN=k-~9m@lt? za%OPNr^nG#%tIuNfVnZ|YR<2VYK_<2ssj#h6wu#b{ee~GYTpX}thRn;99f)!p`iai a6A#0oUpAZKviVv;$~;~DT-G@yGywoe+8dex literal 0 HcmV?d00001 diff --git a/extensions/markdown/media/csp.js b/extensions/markdown/media/csp.js index 60f3444033..15d5e33b67 100644 --- a/extensions/markdown/media/csp.js +++ b/extensions/markdown/media/csp.js @@ -16,7 +16,6 @@ return; } didShow = true; - const args = [settings.previewUri]; const notification = document.createElement('a'); notification.innerText = strings.cspAlertMessageText; @@ -24,9 +23,17 @@ notification.setAttribute('title', strings.cspAlertMessageTitle); notification.setAttribute('role', 'button'); - notification.setAttribute('aria-label', strings.cspAlertMessageLabel); - notification.setAttribute('href', `command:markdown.showPreviewSecuritySelector?${encodeURIComponent(JSON.stringify(args))}`); - + notification.setAttribute('aria-label', strings.cspAlertMessageLabel); + notification.onclick = () => { + window.parent.postMessage({ + type: 'command', + source: settings.source, + body: { + command: 'markdown.showPreviewSecuritySelector', + args: [settings.source] + } + }, '*'); + }; document.body.appendChild(notification); }; diff --git a/extensions/markdown/media/loading.js b/extensions/markdown/media/loading.js index 74e01d00cd..9790347215 100644 --- a/extensions/markdown/media/loading.js +++ b/extensions/markdown/media/loading.js @@ -6,10 +6,11 @@ 'use strict'; - (function () { const unloadedStyles = []; + const settings = JSON.parse(document.getElementById('vscode-markdown-preview-data').getAttribute('data-settings')); + const onStyleLoadError = (event) => { const source = event.target.dataset.source; unloadedStyles.push(source); @@ -27,10 +28,13 @@ if (!unloadedStyles.length) { return; } - const args = [unloadedStyles]; window.parent.postMessage({ - command: 'did-click-link', - data: `command:_markdown.onPreviewStyleLoadError?${encodeURIComponent(JSON.stringify(args))}` - }, 'file://'); + type: 'command', + source: settings.source, + body: { + command: '_markdown.onPreviewStyleLoadError', + args: [unloadedStyles] + } + }, '*'); }); }()); \ No newline at end of file diff --git a/extensions/markdown/media/main.js b/extensions/markdown/media/main.js index 5a4a5f1d06..c6316e35fe 100644 --- a/extensions/markdown/media/main.js +++ b/extensions/markdown/media/main.js @@ -2,7 +2,7 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ - +// @ts-check 'use strict'; (function () { @@ -29,24 +29,88 @@ }; } + /** + * @param {number} min + * @param {number} max + * @param {number} value + */ + function clamp(min, max, value) { + return Math.min(max, Math.max(min, value)); + } + + /** + * @param {number} line + */ + function clampLine(line) { + return clamp(0, settings.lineCount - 1, line); + } + + /** + * Post a message to the markdown extension + * + * @param {string} type + * @param {object} body + */ + function postMessage(type, body) { + window.parent.postMessage({ + type, + source: settings.source, + body + }, '*'); + } + + /** + * Post a command to be executed to the markdown extension + * + * @param {string} command + * @param {any[]} args + */ + function postCommand(command, args) { + postMessage('command', { command, args }); + } + + /** + * @typedef {{ element: Element, line: number }} CodeLineElement + */ + + /** + * @return {CodeLineElement[]} + */ + const getCodeLineElements = (() => { + /** @type {CodeLineElement[]} */ + let elements; + return () => { + if (!elements) { + elements = Array.prototype.map.call( + document.getElementsByClassName('code-line'), + element => { + const line = +element.getAttribute('data-line'); + return { element, line } + }) + .filter(x => !isNaN(x.line)); + } + return elements; + }; + })() + /** * Find the html elements that map to a specific target line in the editor. * * If an exact match, returns a single element. If the line is between elements, * returns the element prior to and the element after the given line. + * + * @param {number} targetLine + * + * @returns {{ previous: CodeLineElement, next?: CodeLineElement }} */ function getElementsForSourceLine(targetLine) { - const lines = document.getElementsByClassName('code-line'); - let previous = lines[0] && +lines[0].getAttribute('data-line') ? { line: +lines[0].getAttribute('data-line'), element: lines[0] } : null; - for (const element of lines) { - const lineNumber = +element.getAttribute('data-line'); - if (isNaN(lineNumber)) { - continue; - } - const entry = { line: lineNumber, element: element }; - if (lineNumber === targetLine) { + const lineNumber = Math.floor(targetLine) + const lines = getCodeLineElements(); + let previous = lines[0] || null; + for (const entry of lines) { + if (entry.line === lineNumber) { return { previous: entry, next: null }; - } else if (lineNumber > targetLine) { + } else if (entry.line > lineNumber) { return { previous, next: entry }; } previous = entry; @@ -56,71 +120,91 @@ /** * Find the html elements that are at a specific pixel offset on the page. + * + * @returns {{ previous: CodeLineElement, next?: CodeLineElement }} */ function getLineElementsAtPageOffset(offset) { - const lines = document.getElementsByClassName('code-line'); - const position = offset - window.scrollY; - let previous = null; - for (const element of lines) { - const line = +element.getAttribute('data-line'); - if (isNaN(line)) { - continue; - } - const bounds = element.getBoundingClientRect(); - const entry = { element, line }; - if (position < bounds.top) { - if (previous && previous.fractional < 1) { - previous.line += previous.fractional; - return { previous }; - } - return { previous, next: entry }; - } - entry.fractional = (position - bounds.top) / (bounds.height); - previous = entry; - } - return { previous }; - } + const lines = getCodeLineElements() - function getSourceRevealAddedOffset() { - return -(window.innerHeight * 1 / 5); + const position = offset - window.scrollY; + + let lo = -1; + let hi = lines.length - 1; + while (lo + 1 < hi) { + const mid = Math.floor((lo + hi) / 2); + const bounds = lines[mid].element.getBoundingClientRect(); + if (bounds.top + bounds.height >= position) { + hi = mid; + } else { + lo = mid; + } + } + + const hiElement = lines[hi]; + const hiBounds = hiElement.element.getBoundingClientRect(); + + if (hi >= 1 && hiBounds.top > position) { + const loElement = lines[lo]; + return { previous: loElement, next: hiElement }; + } + + return { previous: hiElement }; } /** * Attempt to reveal the element for a source line in the editor. + * + * @param {number} line */ function scrollToRevealSourceLine(line) { const { previous, next } = getElementsForSourceLine(line); - marker.update(previous && previous.element); - if (previous && settings.scrollPreviewWithEditorSelection) { + if (previous && settings.scrollPreviewWithEditor) { let scrollTo = 0; - if (next) { + const rect = previous.element.getBoundingClientRect(); + const previousTop = rect.top; + + if (next && next.line !== previous.line) { // Between two elements. Go to percentage offset between them. const betweenProgress = (line - previous.line) / (next.line - previous.line); - const elementOffset = next.element.getBoundingClientRect().top - previous.element.getBoundingClientRect().top; - scrollTo = previous.element.getBoundingClientRect().top + betweenProgress * elementOffset; + const elementOffset = next.element.getBoundingClientRect().top - previousTop; + scrollTo = previousTop + betweenProgress * elementOffset; } else { - scrollTo = previous.element.getBoundingClientRect().top; + scrollTo = previousTop; } - window.scroll(0, window.scrollY + scrollTo + getSourceRevealAddedOffset()); + + window.scroll(0, Math.max(1, window.scrollY + scrollTo)); } } + /** + * @param {number} offset + */ function getEditorLineNumberForPageOffset(offset) { const { previous, next } = getLineElementsAtPageOffset(offset); if (previous) { + const previousBounds = previous.element.getBoundingClientRect(); + const offsetFromPrevious = (offset - window.scrollY - previousBounds.top); + if (next) { - const betweenProgress = (offset - window.scrollY - previous.element.getBoundingClientRect().top) / (next.element.getBoundingClientRect().top - previous.element.getBoundingClientRect().top); - return previous.line + betweenProgress * (next.line - previous.line); + const progressBetweenElements = offsetFromPrevious / (next.element.getBoundingClientRect().top - previousBounds.top); + const line = previous.line + progressBetweenElements * (next.line - previous.line); + return clampLine(line); } else { - return previous.line; + const progressWithinElement = offsetFromPrevious / (previousBounds.height); + const line = previous.line + progressWithinElement; + return clampLine(line); } } return null; } - class ActiveLineMarker { - update(before) { + onDidChangeTextEditorSelection(line) { + const { previous } = getElementsForSourceLine(line); + this._update(previous && previous.element); + } + + _update(before) { this._unmarkActiveElement(this._current); this._markActiveElement(before); this._current = before; @@ -142,21 +226,36 @@ } var scrollDisabled = true; - var marker = new ActiveLineMarker(); + const marker = new ActiveLineMarker(); const settings = JSON.parse(document.getElementById('vscode-markdown-preview-data').getAttribute('data-settings')); function onLoad() { - if (settings.scrollPreviewWithEditorSelection) { - const initialLine = +settings.line; - if (!isNaN(initialLine)) { - setTimeout(() => { + if (settings.scrollPreviewWithEditor) { + setTimeout(() => { + const initialLine = +settings.line; + if (!isNaN(initialLine)) { scrollDisabled = true; scrollToRevealSourceLine(initialLine); - }, 0); - } + } + }, 0); } } + const onUpdateView = (() => { + const doScroll = throttle(line => { + scrollDisabled = true; + scrollToRevealSourceLine(line); + }, 50); + + return (line, settings) => { + if (!isNaN(line)) { + settings.line = line; + doScroll(line); + } + }; + })(); + + if (document.readyState === 'loading' || document.readyState === 'uninitialized') { document.addEventListener('DOMContentLoaded', onLoad); } else { @@ -168,18 +267,21 @@ scrollDisabled = true; }, true); - window.addEventListener('message', (() => { - const doScroll = throttle(line => { - scrollDisabled = true; - scrollToRevealSourceLine(line); - }, 50); - return event => { - const line = +event.data.line; - if (!isNaN(line)) { - doScroll(line); - } - }; - })(), false); + window.addEventListener('message', event => { + if (event.data.source !== settings.source) { + return; + } + + switch (event.data.type) { + case 'onDidChangeTextEditorSelection': + marker.onDidChangeTextEditorSelection(event.data.line); + break; + + case 'updateView': + onUpdateView(event.data.line, settings); + break; + } + }, false); document.addEventListener('dblclick', event => { if (!settings.doubleClickToSwitchToEditor) { @@ -187,7 +289,7 @@ } // Ignore clicks on links - for (let node = event.target; node; node = node.parentNode) { + for (let node = /** @type {HTMLElement} */(event.target); node; node = /** @type {HTMLElement} */(node.parentNode)) { if (node.tagName === "A") { return; } @@ -196,14 +298,37 @@ const offset = event.pageY; const line = getEditorLineNumberForPageOffset(offset); if (!isNaN(line)) { - const args = [settings.source, line]; - window.parent.postMessage({ - command: "did-click-link", - data: `command:_markdown.didClick?${encodeURIComponent(JSON.stringify(args))}` - }, "file://"); + postMessage('didClick', { line }); } }); + document.addEventListener('click', event => { + if (!event) { + return; + } + + const baseElement = document.getElementsByTagName('base')[0]; + + /** @type {*} */ + let node = event.target; + while (node) { + if (node.tagName && node.tagName === 'A' && node.href) { + if (node.getAttribute('href').startsWith('#')) { + break; + } + if (node.href.startsWith('file://') || node.href.startsWith('vscode-workspace-resource:')) { + const [path, fragment] = node.href.replace(/^(file:\/\/|vscode-workspace-resource:)/i, '').split('#'); + postCommand('_markdown.openDocumentLink', [{ path, fragment }]); + event.preventDefault(); + event.stopPropagation(); + break; + } + break; + } + node = node.parentNode; + } + }, true); + if (settings.scrollEditorWithPreview) { window.addEventListener('scroll', throttle(() => { if (scrollDisabled) { @@ -211,13 +336,9 @@ } else { const line = getEditorLineNumberForPageOffset(window.scrollY); if (!isNaN(line)) { - const args = [settings.source, line]; - window.parent.postMessage({ - command: 'did-click-link', - data: `command:_markdown.revealLine?${encodeURIComponent(JSON.stringify(args))}` - }, 'file://'); + postMessage('revealLine', { line }); } } }, 50)); } -}()); \ No newline at end of file +}()); diff --git a/extensions/markdown/npm-shrinkwrap.json b/extensions/markdown/npm-shrinkwrap.json deleted file mode 100644 index fa807d5a1a..0000000000 --- a/extensions/markdown/npm-shrinkwrap.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "name": "vscode-markdown", - "version": "0.2.0", - "dependencies": { - "@types/highlight.js": { - "version": "9.1.10", - "from": "@types/highlight.js@9.1.10", - "resolved": "https://registry.npmjs.org/@types/highlight.js/-/highlight.js-9.1.10.tgz", - "dev": true - }, - "@types/markdown-it": { - "version": "0.0.2", - "from": "@types/markdown-it@0.0.2", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-0.0.2.tgz", - "dev": true - }, - "@types/node": { - "version": "7.0.43", - "from": "@types/node@7.0.43", - "resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.43.tgz", - "dev": true - }, - "applicationinsights": { - "version": "0.18.0", - "from": "applicationinsights@https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.18.0.tgz", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.18.0.tgz" - }, - "argparse": { - "version": "1.0.9", - "from": "argparse@https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz" - }, - "binaryextensions": { - "version": "1.0.1", - "from": "binaryextensions@1.0.1", - "resolved": "https://registry.npmjs.org/binaryextensions/-/binaryextensions-1.0.1.tgz", - "dev": true - }, - "core-util-is": { - "version": "1.0.2", - "from": "core-util-is@1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "dev": true - }, - "entities": { - "version": "1.1.1", - "from": "entities@https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz" - }, - "escape-string-regexp": { - "version": "1.0.5", - "from": "escape-string-regexp@1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "dev": true - }, - "gulp-rename": { - "version": "1.2.2", - "from": "gulp-rename@1.2.2", - "resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.2.2.tgz", - "dev": true - }, - "gulp-replace": { - "version": "0.5.4", - "from": "gulp-replace@0.5.4", - "resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-0.5.4.tgz", - "dev": true - }, - "highlight.js": { - "version": "9.5.0", - "from": "highlight.js@https://registry.npmjs.org/highlight.js/-/highlight.js-9.5.0.tgz", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.5.0.tgz" - }, - "inherits": { - "version": "2.0.3", - "from": "inherits@2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "dev": true - }, - "isarray": { - "version": "1.0.0", - "from": "isarray@1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "dev": true - }, - "istextorbinary": { - "version": "1.0.2", - "from": "istextorbinary@1.0.2", - "resolved": "https://registry.npmjs.org/istextorbinary/-/istextorbinary-1.0.2.tgz", - "dev": true - }, - "linkify-it": { - "version": "2.0.3", - "from": "linkify-it@https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz" - }, - "markdown-it": { - "version": "8.4.0", - "from": "markdown-it@8.4.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.0.tgz" - }, - "markdown-it-named-headers": { - "version": "0.0.4", - "from": "markdown-it-named-headers@https://registry.npmjs.org/markdown-it-named-headers/-/markdown-it-named-headers-0.0.4.tgz", - "resolved": "https://registry.npmjs.org/markdown-it-named-headers/-/markdown-it-named-headers-0.0.4.tgz" - }, - "mdurl": { - "version": "1.0.1", - "from": "mdurl@https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz" - }, - "object-assign": { - "version": "4.1.1", - "from": "object-assign@4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "dev": true - }, - "process-nextick-args": { - "version": "1.0.7", - "from": "process-nextick-args@1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "from": "readable-stream@2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "dev": true - }, - "replacestream": { - "version": "4.0.2", - "from": "replacestream@4.0.2", - "resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.2.tgz", - "dev": true - }, - "safe-buffer": { - "version": "5.1.1", - "from": "safe-buffer@5.1.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "dev": true - }, - "sprintf-js": { - "version": "1.0.3", - "from": "sprintf-js@https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz" - }, - "string": { - "version": "3.3.1", - "from": "string@https://registry.npmjs.org/string/-/string-3.3.1.tgz", - "resolved": "https://registry.npmjs.org/string/-/string-3.3.1.tgz" - }, - "string_decoder": { - "version": "1.0.3", - "from": "string_decoder@1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "dev": true - }, - "textextensions": { - "version": "1.0.2", - "from": "textextensions@1.0.2", - "resolved": "https://registry.npmjs.org/textextensions/-/textextensions-1.0.2.tgz", - "dev": true - }, - "uc.micro": { - "version": "1.0.3", - "from": "uc.micro@https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz" - }, - "util-deprecate": { - "version": "1.0.2", - "from": "util-deprecate@1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "dev": true - }, - "vscode-extension-telemetry": { - "version": "0.0.8", - "from": "vscode-extension-telemetry@https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz", - "resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz" - }, - "vscode-nls": { - "version": "2.0.2", - "from": "vscode-nls@https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz" - }, - "winreg": { - "version": "1.2.3", - "from": "winreg@https://registry.npmjs.org/winreg/-/winreg-1.2.3.tgz", - "resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.3.tgz" - } - } -} diff --git a/extensions/markdown/package.json b/extensions/markdown/package.json index f26564acd1..627e6c3e4e 100644 --- a/extensions/markdown/package.json +++ b/extensions/markdown/package.json @@ -1,12 +1,14 @@ { - "name": "vscode-markdown", - "displayName": "VS Code Markdown", - "description": "Markdown for VS Code", - "version": "0.2.0", - "publisher": "Microsoft", + "name": "markdown-language-features", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", + "icon": "icon.png", + "publisher": "vscode", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", + "enableProposedApi": true, "engines": { - "vscode": "^1.0.0" + "vscode": "^1.20.0" }, "main": "./out/extension", "categories": [ @@ -14,81 +16,15 @@ ], "activationEvents": [ "onLanguage:markdown", - "onCommand:markdown.refreshPreview", + "onCommand:markdown.preview.toggleLock", + "onCommand:markdown.preview.refresh", "onCommand:markdown.showPreview", "onCommand:markdown.showPreviewToSide", + "onCommand:markdown.showLockedPreviewToSide", "onCommand:markdown.showSource", "onCommand:markdown.showPreviewSecuritySelector" ], "contributes": { - "languages": [ - { - "id": "markdown", - "aliases": [ - "Markdown", - "markdown" - ], - "extensions": [ - ".md", - ".mdown", - ".markdown", - ".markdn" - ], - "configuration": "./language-configuration.json" - } - ], - "grammars": [ - { - "language": "markdown", - "scopeName": "text.html.markdown", - "path": "./syntaxes/markdown.tmLanguage", - "embeddedLanguages": { - "meta.embedded.block.html": "html", - "source.js": "javascript", - "source.css": "css", - "meta.embedded.block.frontmatter": "yaml", - "meta.embedded.block.css": "css", - "meta.embedded.block.ini": "ini", - "meta.embedded.block.java": "java", - "meta.embedded.block.lua": "lua", - "meta.embedded.block.makefile": "makefile", - "meta.embedded.block.perl": "perl", - "meta.embedded.block.r": "r", - "meta.embedded.block.ruby": "ruby", - "meta.embedded.block.php": "php", - "meta.embedded.block.sql": "sql", - "meta.embedded.block.vs_net": "vs_net", - "meta.embedded.block.xml": "xml", - "meta.embedded.block.xsl": "xsl", - "meta.embedded.block.yaml": "yaml", - "meta.embedded.block.dosbatch": "dosbatch", - "meta.embedded.block.clojure": "clojure", - "meta.embedded.block.coffee": "coffee", - "meta.embedded.block.c": "c", - "meta.embedded.block.cpp": "cpp", - "meta.embedded.block.diff": "diff", - "meta.embedded.block.dockerfile": "dockerfile", - "meta.embedded.block.go": "go", - "meta.embedded.block.groovy": "groovy", - "meta.embedded.block.jade": "jade", - "meta.embedded.block.javascript": "javascript", - "meta.embedded.block.json": "json", - "meta.embedded.block.less": "less", - "meta.embedded.block.objc": "objc", - "meta.embedded.block.scss": "scss", - "meta.embedded.block.perl6": "perl6", - "meta.embedded.block.powershell": "powershell", - "meta.embedded.block.python": "python", - "meta.embedded.block.rust": "rust", - "meta.embedded.block.scala": "scala", - "meta.embedded.block.shellscript": "shellscript", - "meta.embedded.block.typescript": "typescript", - "meta.embedded.block.typescriptreact": "typescriptreact", - "meta.embedded.block.csharp": "csharp", - "meta.embedded.block.fsharp": "fsharp" - } - } - ], "commands": [ { "command": "markdown.showPreview", @@ -108,6 +44,15 @@ "dark": "./media/PreviewOnRightPane_16x_dark.svg" } }, + { + "command": "markdown.showLockedPreviewToSide", + "title": "%markdown.showLockedPreviewToSide.title%", + "category": "Markdown", + "icon": { + "light": "./media/PreviewOnRightPane_16x.svg", + "dark": "./media/PreviewOnRightPane_16x_dark.svg" + } + }, { "command": "markdown.showSource", "title": "%markdown.showSource.title%", @@ -118,13 +63,18 @@ } }, { - "command": "markdown.refreshPreview", - "title": "%markdown.refreshPreview.title%", + "command": "markdown.showPreviewSecuritySelector", + "title": "%markdown.showPreviewSecuritySelector.title%", "category": "Markdown" }, { - "command": "markdown.showPreviewSecuritySelector", - "title": "%markdown.showPreviewSecuritySelector.title%", + "command": "markdown.preview.refresh", + "title": "%markdown.preview.refresh.title%", + "category": "Markdown" + }, + { + "command": "markdown.preview.toggleLock", + "title": "%markdown.preview.toggleLock.title%", "category": "Markdown" } ], @@ -138,16 +88,23 @@ }, { "command": "markdown.showSource", - "when": "resourceScheme == markdown", + "when": "markdownPreviewFocus", "group": "navigation" }, { - "command": "markdown.refreshPreview", - "when": "resourceScheme == markdown" + "command": "markdown.preview.refresh", + "when": "markdownPreviewFocus", + "group": "1_markdown" + }, + { + "command": "markdown.preview.toggleLock", + "when": "markdownPreviewFocus", + "group": "1_markdown" }, { "command": "markdown.showPreviewSecuritySelector", - "when": "resourceScheme == markdown" + "when": "markdownPreviewFocus", + "group": "1_markdown" } ], "explorer/context": [ @@ -168,9 +125,14 @@ "when": "editorLangId == markdown", "group": "navigation" }, + { + "command": "markdown.showLockedPreviewToSide", + "when": "editorLangId == markdown", + "group": "navigation" + }, { "command": "markdown.showSource", - "when": "resourceScheme == markdown", + "when": "markdownPreviewFocus", "group": "navigation" }, { @@ -179,7 +141,11 @@ }, { "command": "markdown.showPreviewSecuritySelector", - "when": "resourceScheme == markdown" + "when": "markdownPreviewFocus" + }, + { + "command": "markdown.preview.toggleLock", + "when": "markdownPreviewFocus" } ] }, @@ -197,12 +163,6 @@ "when": "editorLangId == markdown" } ], - "snippets": [ - { - "language": "markdown", - "path": "./snippets/markdown.json" - } - ], "configuration": { "type": "object", "title": "Markdown", @@ -254,11 +214,17 @@ "description": "%markdown.preview.lineHeight.desc%", "scope": "resource" }, + "markdown.preview.scrollPreviewWithEditor": { + "type": "boolean", + "default": true, + "description": "%markdown.preview.scrollPreviewWithEditor.desc%", + "scope": "resource" + }, "markdown.preview.scrollPreviewWithEditorSelection": { "type": "boolean", "default": true, "description": "%markdown.preview.scrollPreviewWithEditorSelection.desc%", - "scope": "resource" + "deprecationMessage": "%markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage%" }, "markdown.preview.markEditorSelection": { "type": "boolean", @@ -304,21 +270,19 @@ ] }, "scripts": { - "vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:markdown ./tsconfig.json", - "update-grammar": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ./syntaxes/gulpfile.js" + "vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:markdown ./tsconfig.json" }, "dependencies": { "highlight.js": "9.5.0", "markdown-it": "^8.4.0", "markdown-it-named-headers": "0.0.4", - "vscode-extension-telemetry": "0.0.8", - "vscode-nls": "2.0.2" + "vscode-extension-telemetry": "0.0.15", + "vscode-nls": "^3.2.1" }, "devDependencies": { "@types/highlight.js": "9.1.10", "@types/markdown-it": "0.0.2", "@types/node": "7.0.43", - "gulp-rename": "^1.2.2", - "gulp-replace": "^0.5.4" + "vscode": "^1.1.10" } } \ No newline at end of file diff --git a/extensions/markdown/package.nls.json b/extensions/markdown/package.nls.json index 2b9dae3721..dcb40cc42b 100644 --- a/extensions/markdown/package.nls.json +++ b/extensions/markdown/package.nls.json @@ -1,4 +1,6 @@ { + "displayName": "Markdown Language Features", + "description": "Provides rich language support for Markdown.", "markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the markdown preview. Setting it to 'true' creates a <br> for every newline.", "markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the markdown preview.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the markdown preview to switch to the editor.", @@ -6,14 +8,18 @@ "markdown.preview.fontSize.desc": "Controls the font size in pixels used in the markdown preview.", "markdown.preview.lineHeight.desc": "Controls the line height used in the markdown preview. This number is relative to the font size.", "markdown.preview.markEditorSelection.desc": "Mark the current editor selection in the markdown preview.", - "markdown.preview.scrollEditorWithPreview.desc": "When the markdown preview is scrolled, update the view of the editor.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "Scrolls the markdown preview to reveal the currently selected line from the editor.", + "markdown.preview.scrollEditorWithPreview.desc": "When a markdown preview is scrolled, update the view of the editor.", + "markdown.preview.scrollPreviewWithEditor.desc": "When a markdown editor is scrolled, update the view of the preview.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[Deprecated] Scrolls the markdown preview to reveal the currently selected line from the editor.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "This setting has been replaced by 'markdown.preview.scrollPreviewWithEditor' and no longer has any effect.", "markdown.preview.title" : "Open Preview", "markdown.previewFrontMatter.dec": "Sets how YAML front matter should be rendered in the markdown preview. 'hide' removes the front matter. Otherwise, the front matter is treated as markdown content.", "markdown.previewSide.title" : "Open Preview to the Side", + "markdown.showLockedPreviewToSide.title": "Open Locked Preview to the Side", "markdown.showSource.title" : "Show Source", "markdown.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the markdown preview. Relative paths are interpreted relative to the folder open in the explorer. If there is no open folder, they are interpreted relative to the location of the markdown file. All '\\' need to be written as '\\\\'.", "markdown.showPreviewSecuritySelector.title": "Change Preview Security Settings", "markdown.trace.desc": "Enable debug logging for the markdown extension.", - "markdown.refreshPreview.title": "Refresh Preview" -} \ No newline at end of file + "markdown.preview.refresh.title": "Refresh Preview", + "markdown.preview.toggleLock.title": "Toggle Preview Locking" +} diff --git a/extensions/markdown/src/commands.ts b/extensions/markdown/src/commands.ts deleted file mode 100644 index 305773e881..0000000000 --- a/extensions/markdown/src/commands.ts +++ /dev/null @@ -1,291 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -import * as nls from 'vscode-nls'; -const localize = nls.config(process.env.VSCODE_NLS_CONFIG)(); - -import * as vscode from 'vscode'; -import * as path from 'path'; - -import { Command } from './commandManager'; -import { ExtensionContentSecurityPolicyArbiter, PreviewSecuritySelector } from './security'; -import { getMarkdownUri, MDDocumentContentProvider, isMarkdownFile } from './features/previewContentProvider'; -import { Logger } from './logger'; -import { TableOfContentsProvider } from './tableOfContentsProvider'; -import { MarkdownEngine } from './markdownEngine'; -import { TelemetryReporter } from './telemetryReporter'; - - -function getViewColumn(sideBySide: boolean): vscode.ViewColumn | undefined { - const active = vscode.window.activeTextEditor; - if (!active) { - return vscode.ViewColumn.One; - } - - if (!sideBySide) { - return active.viewColumn; - } - - switch (active.viewColumn) { - case vscode.ViewColumn.One: - return vscode.ViewColumn.Two; - case vscode.ViewColumn.Two: - return vscode.ViewColumn.Three; - } - - return active.viewColumn; -} - -function showPreview( - cspArbiter: ExtensionContentSecurityPolicyArbiter, - telemetryReporter: TelemetryReporter, - uri?: vscode.Uri, - sideBySide: boolean = false, -) { - let resource = uri; - if (!(resource instanceof vscode.Uri)) { - if (vscode.window.activeTextEditor) { - // we are relaxed and don't check for markdown files - resource = vscode.window.activeTextEditor.document.uri; - } - } - - if (!(resource instanceof vscode.Uri)) { - if (!vscode.window.activeTextEditor) { - // this is most likely toggling the preview - return vscode.commands.executeCommand('markdown.showSource'); - } - // nothing found that could be shown or toggled - return; - } - - const thenable = vscode.commands.executeCommand('vscode.previewHtml', - getMarkdownUri(resource), - getViewColumn(sideBySide), - localize('previewTitle', 'Preview {0}', path.basename(resource.fsPath)), - { - allowScripts: true, - allowSvgs: cspArbiter.shouldAllowSvgsForResource(resource) - }); - - telemetryReporter.sendTelemetryEvent('openPreview', { - where: sideBySide ? 'sideBySide' : 'inPlace', - how: (uri instanceof vscode.Uri) ? 'action' : 'pallete' - }); - - return thenable; -} - -export class ShowPreviewCommand implements Command { - public readonly id = 'markdown.showPreview'; - - public constructor( - private readonly cspArbiter: ExtensionContentSecurityPolicyArbiter, - private readonly telemetryReporter: TelemetryReporter - ) { } - - public execute(uri?: vscode.Uri) { - showPreview(this.cspArbiter, this.telemetryReporter, uri, false); - } -} - -export class ShowPreviewToSideCommand implements Command { - public readonly id = 'markdown.showPreviewToSide'; - - public constructor( - private readonly cspArbiter: ExtensionContentSecurityPolicyArbiter, - private readonly telemetryReporter: TelemetryReporter - ) { } - - public execute(uri?: vscode.Uri) { - showPreview(this.cspArbiter, this.telemetryReporter, uri, true); - } -} - -export class ShowSourceCommand implements Command { - public readonly id = 'markdown.showSource'; - - public execute(mdUri?: vscode.Uri) { - if (!mdUri) { - return vscode.commands.executeCommand('workbench.action.navigateBack'); - } - - const docUri = vscode.Uri.parse(mdUri.query); - for (const editor of vscode.window.visibleTextEditors) { - if (editor.document.uri.scheme === docUri.scheme && editor.document.uri.toString() === docUri.toString()) { - return vscode.window.showTextDocument(editor.document, editor.viewColumn); - } - } - - return vscode.workspace.openTextDocument(docUri) - .then(vscode.window.showTextDocument); - } -} - -export class RefreshPreviewCommand implements Command { - public readonly id = 'markdown.refreshPreview'; - - public constructor( - private readonly contentProvider: MDDocumentContentProvider - ) { } - - public execute(resource: string | undefined) { - if (resource) { - const source = vscode.Uri.parse(resource); - this.contentProvider.update(source); - } else if (vscode.window.activeTextEditor && isMarkdownFile(vscode.window.activeTextEditor.document)) { - this.contentProvider.update(getMarkdownUri(vscode.window.activeTextEditor.document.uri)); - } else { - // update all generated md documents - for (const document of vscode.workspace.textDocuments) { - if (document.uri.scheme === 'markdown') { - this.contentProvider.update(document.uri); - } - } - } - } -} - -export class ShowPreviewSecuritySelectorCommand implements Command { - public readonly id = 'markdown.showPreviewSecuritySelector'; - - public constructor( - private readonly previewSecuritySelector: PreviewSecuritySelector - ) { } - - public execute(resource: string | undefined) { - if (resource) { - const source = vscode.Uri.parse(resource).query; - this.previewSecuritySelector.showSecutitySelectorForResource(vscode.Uri.parse(source)); - } else { - if (vscode.window.activeTextEditor && vscode.window.activeTextEditor.document.languageId === 'markdown') { - this.previewSecuritySelector.showSecutitySelectorForResource(vscode.window.activeTextEditor.document.uri); - } - } - } -} - -export class RevealLineCommand implements Command { - public readonly id = '_markdown.revealLine'; - - public constructor( - private logger: Logger - ) { } - - public execute(uri: string, line: number) { - const sourceUri = vscode.Uri.parse(decodeURIComponent(uri)); - this.logger.log('revealLine', { uri, sourceUri: sourceUri.toString(), line }); - - vscode.window.visibleTextEditors - .filter(editor => isMarkdownFile(editor.document) && editor.document.uri.toString() === sourceUri.toString()) - .forEach(editor => { - const sourceLine = Math.floor(line); - const fraction = line - sourceLine; - const text = editor.document.lineAt(sourceLine).text; - const start = Math.floor(fraction * text.length); - editor.revealRange( - new vscode.Range(sourceLine, start, sourceLine + 1, 0), - vscode.TextEditorRevealType.AtTop); - }); - } -} - -export class DidClickCommand implements Command { - public readonly id = '_markdown.didClick'; - - public execute(uri: string, line: number) { - const sourceUri = vscode.Uri.parse(decodeURIComponent(uri)); - return vscode.workspace.openTextDocument(sourceUri) - .then(document => vscode.window.showTextDocument(document)) - .then(editor => - vscode.commands.executeCommand('revealLine', { lineNumber: Math.floor(line), at: 'center' }) - .then(() => editor)) - .then(editor => { - if (editor) { - editor.selection = new vscode.Selection( - new vscode.Position(Math.floor(line), 0), - new vscode.Position(Math.floor(line), 0)); - } - }); - } -} - -export class MoveCursorToPositionCommand implements Command { - public readonly id = '_markdown.moveCursorToPosition'; - - public execute(line: number, character: number) { - if (!vscode.window.activeTextEditor) { - return; - } - const position = new vscode.Position(line, character); - const selection = new vscode.Selection(position, position); - vscode.window.activeTextEditor.revealRange(selection); - vscode.window.activeTextEditor.selection = selection; - } -} - -export class OnPreviewStyleLoadErrorCommand implements Command { - public readonly id = '_markdown.onPreviewStyleLoadError'; - - public execute(resources: string[]) { - vscode.window.showWarningMessage(localize('onPreviewStyleLoadError', "Could not load 'markdown.styles': {0}", resources.join(', '))); - } -} - -export interface OpenDocumentLinkArgs { - path: string; - fragment: string; -} - -export class OpenDocumentLinkCommand implements Command { - private static readonly id = '_markdown.openDocumentLink'; - public readonly id = OpenDocumentLinkCommand.id; - - public static createCommandUri( - path: string, - fragment: string - ): vscode.Uri { - return vscode.Uri.parse(`command:${OpenDocumentLinkCommand.id}?${encodeURIComponent(JSON.stringify({ path, fragment }))}`); - } - - public constructor( - private readonly engine: MarkdownEngine - ) { } - - public execute(args: OpenDocumentLinkArgs) { - const tryRevealLine = async (editor: vscode.TextEditor) => { - if (editor && args.fragment) { - const toc = new TableOfContentsProvider(this.engine, editor.document); - const line = await toc.lookup(args.fragment); - if (!isNaN(line)) { - return editor.revealRange( - new vscode.Range(line, 0, line, 0), - vscode.TextEditorRevealType.AtTop); - } - } - }; - - const tryOpen = async (path: string) => { - if (vscode.window.activeTextEditor && isMarkdownFile(vscode.window.activeTextEditor.document) && vscode.window.activeTextEditor.document.uri.fsPath === path) { - return tryRevealLine(vscode.window.activeTextEditor); - } else { - const resource = vscode.Uri.file(path); - return vscode.workspace.openTextDocument(resource) - .then(vscode.window.showTextDocument) - .then(tryRevealLine); - } - }; - - return tryOpen(args.path).catch(() => { - if (path.extname(args.path) === '') { - return tryOpen(args.path + '.md'); - } - const resource = vscode.Uri.file(args.path); - return Promise.resolve(void 0) - .then(() => vscode.commands.executeCommand('vscode.open', resource)) - .then(() => void 0); - }); - } -} diff --git a/extensions/markdown/src/commands/index.ts b/extensions/markdown/src/commands/index.ts new file mode 100644 index 0000000000..087f93987f --- /dev/null +++ b/extensions/markdown/src/commands/index.ts @@ -0,0 +1,13 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +export { OpenDocumentLinkCommand } from './openDocumentLink'; +export { OnPreviewStyleLoadErrorCommand } from './onPreviewStyleLoadError'; +export { ShowPreviewCommand, ShowPreviewToSideCommand, ShowLockedPreviewToSideCommand } from './showPreview'; +export { ShowSourceCommand } from './showSource'; +export { RefreshPreviewCommand } from './refreshPreview'; +export { ShowPreviewSecuritySelectorCommand } from './showPreviewSecuritySelector'; +export { MoveCursorToPositionCommand } from './moveCursorToPosition'; +export { ToggleLockCommand } from './toggleLock'; diff --git a/extensions/markdown/src/commands/moveCursorToPosition.ts b/extensions/markdown/src/commands/moveCursorToPosition.ts new file mode 100644 index 0000000000..84be98db7f --- /dev/null +++ b/extensions/markdown/src/commands/moveCursorToPosition.ts @@ -0,0 +1,22 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; + +import { Command } from '../commandManager'; + +export class MoveCursorToPositionCommand implements Command { + public readonly id = '_markdown.moveCursorToPosition'; + + public execute(line: number, character: number) { + if (!vscode.window.activeTextEditor) { + return; + } + const position = new vscode.Position(line, character); + const selection = new vscode.Selection(position, position); + vscode.window.activeTextEditor.revealRange(selection); + vscode.window.activeTextEditor.selection = selection; + } +} diff --git a/extensions/markdown/src/commands/onPreviewStyleLoadError.ts b/extensions/markdown/src/commands/onPreviewStyleLoadError.ts new file mode 100644 index 0000000000..a2d1fa4d1f --- /dev/null +++ b/extensions/markdown/src/commands/onPreviewStyleLoadError.ts @@ -0,0 +1,18 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +import * as nls from 'vscode-nls'; +const localize = nls.loadMessageBundle(); + +import * as vscode from 'vscode'; + +import { Command } from '../commandManager'; + +export class OnPreviewStyleLoadErrorCommand implements Command { + public readonly id = '_markdown.onPreviewStyleLoadError'; + + public execute(resources: string[]) { + vscode.window.showWarningMessage(localize('onPreviewStyleLoadError', "Could not load 'markdown.styles': {0}", resources.join(', '))); + } +} diff --git a/extensions/markdown/src/commands/openDocumentLink.ts b/extensions/markdown/src/commands/openDocumentLink.ts new file mode 100644 index 0000000000..90532d8bea --- /dev/null +++ b/extensions/markdown/src/commands/openDocumentLink.ts @@ -0,0 +1,74 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; +import * as path from 'path'; + +import { Command } from '../commandManager'; +import { MarkdownEngine } from '../markdownEngine'; +import { TableOfContentsProvider } from '../tableOfContentsProvider'; +import { isMarkdownFile } from '../util/file'; + + +export interface OpenDocumentLinkArgs { + path: string; + fragment: string; +} + +export class OpenDocumentLinkCommand implements Command { + private static readonly id = '_markdown.openDocumentLink'; + public readonly id = OpenDocumentLinkCommand.id; + + public static createCommandUri( + path: string, + fragment: string + ): vscode.Uri { + return vscode.Uri.parse(`command:${OpenDocumentLinkCommand.id}?${encodeURIComponent(JSON.stringify({ path, fragment }))}`); + } + + public constructor( + private readonly engine: MarkdownEngine + ) { } + + public execute(args: OpenDocumentLinkArgs) { + return this.tryOpen(args.path, args).catch(() => { + if (path.extname(args.path) === '') { + return this.tryOpen(args.path + '.md', args); + } + const resource = vscode.Uri.file(args.path); + return Promise.resolve(void 0) + .then(() => vscode.commands.executeCommand('vscode.open', resource)) + .then(() => void 0); + }); + } + + private async tryOpen(path: string, args: OpenDocumentLinkArgs) { + if (vscode.window.activeTextEditor && isMarkdownFile(vscode.window.activeTextEditor.document) && vscode.window.activeTextEditor.document.uri.fsPath === path) { + return this.tryRevealLine(vscode.window.activeTextEditor, args.fragment); + } else { + const resource = vscode.Uri.file(path); + return vscode.workspace.openTextDocument(resource) + .then(vscode.window.showTextDocument) + .then(editor => this.tryRevealLine(editor, args.fragment)); + } + } + + private async tryRevealLine(editor: vscode.TextEditor, fragment?: string) { + if (editor && fragment) { + const toc = new TableOfContentsProvider(this.engine, editor.document); + const entry = await toc.lookup(fragment); + if (entry) { + return editor.revealRange(new vscode.Range(entry.line, 0, entry.line, 0), vscode.TextEditorRevealType.AtTop); + } + const lineNumberFragment = fragment.match(/^L(\d+)$/); + if (lineNumberFragment) { + const line = +lineNumberFragment[1] - 1; + if (!isNaN(line)) { + return editor.revealRange(new vscode.Range(line, 0, line, 0), vscode.TextEditorRevealType.AtTop); + } + } + } + } +} diff --git a/extensions/markdown/src/commands/refreshPreview.ts b/extensions/markdown/src/commands/refreshPreview.ts new file mode 100644 index 0000000000..338f24c3d9 --- /dev/null +++ b/extensions/markdown/src/commands/refreshPreview.ts @@ -0,0 +1,19 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import { Command } from '../commandManager'; +import { MarkdownPreviewManager } from '../features/previewManager'; + +export class RefreshPreviewCommand implements Command { + public readonly id = 'markdown.preview.refresh'; + + public constructor( + private readonly webviewManager: MarkdownPreviewManager + ) { } + + public execute() { + this.webviewManager.refresh(); + } +} \ No newline at end of file diff --git a/extensions/markdown/src/commands/showPreview.ts b/extensions/markdown/src/commands/showPreview.ts new file mode 100644 index 0000000000..b54c2677c7 --- /dev/null +++ b/extensions/markdown/src/commands/showPreview.ts @@ -0,0 +1,123 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; + +import { Command } from '../commandManager'; +import { MarkdownPreviewManager } from '../features/previewManager'; +import { TelemetryReporter } from '../telemetryReporter'; +import { PreviewSettings } from '../features/preview'; + + +function getViewColumn(sideBySide: boolean): vscode.ViewColumn | undefined { + const active = vscode.window.activeTextEditor; + if (!active) { + return vscode.ViewColumn.One; + } + + if (!sideBySide) { + return active.viewColumn; + } + + switch (active.viewColumn) { + case vscode.ViewColumn.One: + return vscode.ViewColumn.Two; + case vscode.ViewColumn.Two: + return vscode.ViewColumn.Three; + } + + return active.viewColumn; +} + +interface ShowPreviewSettings { + readonly sideBySide?: boolean; + readonly locked?: boolean; +} + +async function showPreview( + webviewManager: MarkdownPreviewManager, + telemetryReporter: TelemetryReporter, + uri: vscode.Uri | undefined, + previewSettings: ShowPreviewSettings, +): Promise<any> { + let resource = uri; + if (!(resource instanceof vscode.Uri)) { + if (vscode.window.activeTextEditor) { + // we are relaxed and don't check for markdown files + resource = vscode.window.activeTextEditor.document.uri; + } + } + + if (!(resource instanceof vscode.Uri)) { + if (!vscode.window.activeTextEditor) { + // this is most likely toggling the preview + return vscode.commands.executeCommand('markdown.showSource'); + } + // nothing found that could be shown or toggled + return; + } + + webviewManager.preview(resource, { + resourceColumn: (vscode.window.activeTextEditor && vscode.window.activeTextEditor.viewColumn) || vscode.ViewColumn.One, + previewColumn: getViewColumn(!!previewSettings.sideBySide) || vscode.ViewColumn.Active, + locked: !!previewSettings.locked + }); + + telemetryReporter.sendTelemetryEvent('openPreview', { + where: previewSettings.sideBySide ? 'sideBySide' : 'inPlace', + how: (uri instanceof vscode.Uri) ? 'action' : 'pallete' + }); +} + +export class ShowPreviewCommand implements Command { + public readonly id = 'markdown.showPreview'; + + public constructor( + private readonly webviewManager: MarkdownPreviewManager, + private readonly telemetryReporter: TelemetryReporter + ) { } + + public execute(mainUri?: vscode.Uri, allUris?: vscode.Uri[], previewSettings?: PreviewSettings) { + for (const uri of (allUris || [mainUri])) { + showPreview(this.webviewManager, this.telemetryReporter, uri, { + sideBySide: false, + locked: previewSettings && previewSettings.locked + }); + } + } +} + +export class ShowPreviewToSideCommand implements Command { + public readonly id = 'markdown.showPreviewToSide'; + + public constructor( + private readonly webviewManager: MarkdownPreviewManager, + private readonly telemetryReporter: TelemetryReporter + ) { } + + public execute(uri?: vscode.Uri, previewSettings?: PreviewSettings) { + showPreview(this.webviewManager, this.telemetryReporter, uri, { + sideBySide: true, + locked: previewSettings && previewSettings.locked + }); + } +} + + +export class ShowLockedPreviewToSideCommand implements Command { + public readonly id = 'markdown.showLockedPreviewToSide'; + + public constructor( + private readonly webviewManager: MarkdownPreviewManager, + private readonly telemetryReporter: TelemetryReporter + ) { } + + public execute(uri?: vscode.Uri) { + showPreview(this.webviewManager, this.telemetryReporter, uri, { + sideBySide: true, + locked: true + }); + } +} diff --git a/extensions/markdown/src/commands/showPreviewSecuritySelector.ts b/extensions/markdown/src/commands/showPreviewSecuritySelector.ts new file mode 100644 index 0000000000..9fa497b77b --- /dev/null +++ b/extensions/markdown/src/commands/showPreviewSecuritySelector.ts @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; +import { Command } from '../commandManager'; +import { PreviewSecuritySelector } from '../security'; +import { isMarkdownFile } from '../util/file'; +import { MarkdownPreviewManager } from '../features/previewManager'; + +export class ShowPreviewSecuritySelectorCommand implements Command { + public readonly id = 'markdown.showPreviewSecuritySelector'; + + public constructor( + private readonly previewSecuritySelector: PreviewSecuritySelector, + private readonly previewManager: MarkdownPreviewManager + ) { } + + public execute(resource: string | undefined) { + if (resource) { + const source = vscode.Uri.parse(resource).query; + this.previewSecuritySelector.showSecutitySelectorForResource(vscode.Uri.parse(source)); + } else if (vscode.window.activeTextEditor && isMarkdownFile(vscode.window.activeTextEditor.document)) { + this.previewSecuritySelector.showSecutitySelectorForResource(vscode.window.activeTextEditor.document.uri); + } else if (this.previewManager.activePreviewResource) { + this.previewSecuritySelector.showSecutitySelectorForResource(this.previewManager.activePreviewResource); + } + } +} \ No newline at end of file diff --git a/extensions/markdown/src/commands/showSource.ts b/extensions/markdown/src/commands/showSource.ts new file mode 100644 index 0000000000..a35b95ce5f --- /dev/null +++ b/extensions/markdown/src/commands/showSource.ts @@ -0,0 +1,30 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; +import { Command } from '../commandManager'; +import { MarkdownPreviewManager } from '../features/previewManager'; + +export class ShowSourceCommand implements Command { + public readonly id = 'markdown.showSource'; + + public constructor( + private readonly previewManager: MarkdownPreviewManager + ) { } + + + public execute(docUri?: vscode.Uri) { + if (!docUri) { + return vscode.commands.executeCommand('workbench.action.navigateBack'); + } + + const resource = this.previewManager.getResourceForPreview(docUri); + if (resource) { + return vscode.workspace.openTextDocument(resource) + .then(document => vscode.window.showTextDocument(document)); + } + return undefined; + } +} \ No newline at end of file diff --git a/extensions/markdown/src/commands/toggleLock.ts b/extensions/markdown/src/commands/toggleLock.ts new file mode 100644 index 0000000000..06c9a26685 --- /dev/null +++ b/extensions/markdown/src/commands/toggleLock.ts @@ -0,0 +1,20 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; +import { Command } from '../commandManager'; +import { MarkdownPreviewManager } from '../features/previewManager'; + +export class ToggleLockCommand implements Command { + public readonly id = 'markdown.preview.toggleLock'; + + public constructor( + private readonly previewManager: MarkdownPreviewManager + ) { } + + public execute(previewUri?: vscode.Uri) { + this.previewManager.toggleLock(previewUri); + } +} \ No newline at end of file diff --git a/extensions/markdown/src/documentLinkProvider.ts b/extensions/markdown/src/documentLinkProvider.ts deleted file mode 100644 index 82790694a2..0000000000 --- a/extensions/markdown/src/documentLinkProvider.ts +++ /dev/null @@ -1,152 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -'use strict'; - -import * as vscode from 'vscode'; -import * as path from 'path'; - -function normalizeLink(document: vscode.TextDocument, link: string, base: string): vscode.Uri { - const uri = vscode.Uri.parse(link); - if (uri.scheme) { - return uri; - } - - // assume it must be a file - let resourcePath = uri.path; - if (!uri.path) { - resourcePath = document.uri.path; - } else if (uri.path[0] === '/') { - const root = vscode.workspace.getWorkspaceFolder(document.uri); - if (root) { - resourcePath = path.join(root.uri.fsPath, uri.path); - } - } else { - resourcePath = path.join(base, uri.path); - } - - return vscode.Uri.parse(`command:_markdown.openDocumentLink?${encodeURIComponent(JSON.stringify({ fragment: uri.fragment, path: resourcePath }))}`); -} - -function matchAll(pattern: RegExp, text: string): Array<RegExpMatchArray> { - const out: RegExpMatchArray[] = []; - pattern.lastIndex = 0; - let match: RegExpMatchArray | null; - while ((match = pattern.exec(text))) { - out.push(match); - } - return out; -} - -export default class LinkProvider implements vscode.DocumentLinkProvider { - private linkPattern = /(\[[^\]]*\]\(\s*?)(((((?=.*\)\)+)|(?=.*\)\]+))[^\s\)]+?)|([^\s]+)))\)/g; - private referenceLinkPattern = /(\[([^\]]+)\]\[\s*?)([^\s\]]*?)\]/g; - private definitionPattern = /^([\t ]*\[([^\]]+)\]:\s*)(\S+)/gm; - - public provideDocumentLinks( - document: vscode.TextDocument, - _token: vscode.CancellationToken - ): vscode.DocumentLink[] { - const base = path.dirname(document.uri.fsPath); - const text = document.getText(); - - return this.providerInlineLinks(text, document, base) - .concat(this.provideReferenceLinks(text, document, base)); - } - - private providerInlineLinks( - text: string, - document: vscode.TextDocument, - base: string - ): vscode.DocumentLink[] { - const results: vscode.DocumentLink[] = []; - for (const match of matchAll(this.linkPattern, text)) { - const pre = match[1]; - const link = match[2]; - const offset = (match.index || 0) + pre.length; - const linkStart = document.positionAt(offset); - const linkEnd = document.positionAt(offset + link.length); - try { - results.push(new vscode.DocumentLink( - new vscode.Range(linkStart, linkEnd), - normalizeLink(document, link, base))); - } catch (e) { - // noop - } - } - - return results; - } - - private provideReferenceLinks( - text: string, - document: vscode.TextDocument, - base: string - ): vscode.DocumentLink[] { - const results: vscode.DocumentLink[] = []; - - const definitions = this.getDefinitions(text, document); - for (const match of matchAll(this.referenceLinkPattern, text)) { - let linkStart: vscode.Position; - let linkEnd: vscode.Position; - let reference = match[3]; - if (reference) { // [text][ref] - const pre = match[1]; - const offset = (match.index || 0) + pre.length; - linkStart = document.positionAt(offset); - linkEnd = document.positionAt(offset + reference.length); - } else if (match[2]) { // [ref][] - reference = match[2]; - const offset = (match.index || 0) + 1; - linkStart = document.positionAt(offset); - linkEnd = document.positionAt(offset + match[2].length); - } else { - continue; - } - - try { - const link = definitions.get(reference); - if (link) { - results.push(new vscode.DocumentLink( - new vscode.Range(linkStart, linkEnd), - vscode.Uri.parse(`command:_markdown.moveCursorToPosition?${encodeURIComponent(JSON.stringify([link.linkRange.start.line, link.linkRange.start.character]))}`))); - } - } catch (e) { - // noop - } - } - - for (const definition of Array.from(definitions.values())) { - try { - results.push(new vscode.DocumentLink( - definition.linkRange, - normalizeLink(document, definition.link, base))); - } catch (e) { - // noop - } - } - - return results; - } - - private getDefinitions(text: string, document: vscode.TextDocument) { - const out = new Map<string, { link: string, linkRange: vscode.Range }>(); - for (const match of matchAll(this.definitionPattern, text)) { - const pre = match[1]; - const reference = match[2]; - const link = match[3].trim(); - - const offset = (match.index || 0) + pre.length; - const linkStart = document.positionAt(offset); - const linkEnd = document.positionAt(offset + link.length); - - out.set(reference, { - link: link, - linkRange: new vscode.Range(linkStart, linkEnd) - }); - } - return out; - } -} diff --git a/extensions/markdown/src/documentSymbolProvider.ts b/extensions/markdown/src/documentSymbolProvider.ts deleted file mode 100644 index a6e1671c37..0000000000 --- a/extensions/markdown/src/documentSymbolProvider.ts +++ /dev/null @@ -1,25 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -'use strict'; - -import * as vscode from 'vscode'; - -import { MarkdownEngine } from './markdownEngine'; -import { TableOfContentsProvider } from './tableOfContentsProvider'; - -export default class MDDocumentSymbolProvider implements vscode.DocumentSymbolProvider { - - constructor( - private engine: MarkdownEngine - ) { } - - public async provideDocumentSymbols(document: vscode.TextDocument): Promise<vscode.SymbolInformation[]> { - const toc = await new TableOfContentsProvider(this.engine, document).getToc(); - return toc.map(entry => { - return new vscode.SymbolInformation('#'.repeat(entry.level) + ' ' + entry.text, vscode.SymbolKind.Namespace, '', entry.location); - }); - } -} \ No newline at end of file diff --git a/extensions/markdown/src/extension.ts b/extensions/markdown/src/extension.ts index 5bcb43891a..fc99e18db7 100644 --- a/extensions/markdown/src/extension.ts +++ b/extensions/markdown/src/extension.ts @@ -9,12 +9,13 @@ import { MarkdownEngine } from './markdownEngine'; import { ExtensionContentSecurityPolicyArbiter, PreviewSecuritySelector } from './security'; import { Logger } from './logger'; import { CommandManager } from './commandManager'; -import * as commands from './commands'; +import * as commands from './commands/index'; import { loadDefaultTelemetryReporter } from './telemetryReporter'; import { loadMarkdownExtensions } from './markdownExtensions'; import LinkProvider from './features/documentLinkProvider'; import MDDocumentSymbolProvider from './features/documentSymbolProvider'; -import { MDDocumentContentProvider, getMarkdownUri, isMarkdownFile } from './features/previewContentProvider'; +import { MarkdownContentProvider } from './features/previewContentProvider'; +import { MarkdownPreviewManager } from './features/previewManager'; export function activate(context: vscode.ExtensionContext) { @@ -27,58 +28,32 @@ export function activate(context: vscode.ExtensionContext) { const selector = 'markdown'; - const contentProvider = new MDDocumentContentProvider(engine, context, cspArbiter, logger); - context.subscriptions.push(vscode.workspace.registerTextDocumentContentProvider(selector, contentProvider)); - + const contentProvider = new MarkdownContentProvider(engine, context, cspArbiter, logger); loadMarkdownExtensions(contentProvider, engine); + const previewManager = new MarkdownPreviewManager(contentProvider, logger); + context.subscriptions.push(previewManager); + context.subscriptions.push(vscode.languages.registerDocumentSymbolProvider(selector, new MDDocumentSymbolProvider(engine))); context.subscriptions.push(vscode.languages.registerDocumentLinkProvider(selector, new LinkProvider())); - const previewSecuritySelector = new PreviewSecuritySelector(cspArbiter, contentProvider); + const previewSecuritySelector = new PreviewSecuritySelector(cspArbiter, previewManager); const commandManager = new CommandManager(); context.subscriptions.push(commandManager); - commandManager.register(new commands.ShowPreviewCommand(cspArbiter, telemetryReporter)); - commandManager.register(new commands.ShowPreviewToSideCommand(cspArbiter, telemetryReporter)); - commandManager.register(new commands.ShowSourceCommand()); - commandManager.register(new commands.RefreshPreviewCommand(contentProvider)); - commandManager.register(new commands.RevealLineCommand(logger)); + commandManager.register(new commands.ShowPreviewCommand(previewManager, telemetryReporter)); + commandManager.register(new commands.ShowPreviewToSideCommand(previewManager, telemetryReporter)); + commandManager.register(new commands.ShowLockedPreviewToSideCommand(previewManager, telemetryReporter)); + commandManager.register(new commands.ShowSourceCommand(previewManager)); + commandManager.register(new commands.RefreshPreviewCommand(previewManager)); commandManager.register(new commands.MoveCursorToPositionCommand()); - commandManager.register(new commands.ShowPreviewSecuritySelectorCommand(previewSecuritySelector)); + commandManager.register(new commands.ShowPreviewSecuritySelectorCommand(previewSecuritySelector, previewManager)); commandManager.register(new commands.OnPreviewStyleLoadErrorCommand()); - commandManager.register(new commands.DidClickCommand()); commandManager.register(new commands.OpenDocumentLinkCommand(engine)); - - context.subscriptions.push(vscode.workspace.onDidSaveTextDocument(document => { - if (isMarkdownFile(document)) { - const uri = getMarkdownUri(document.uri); - contentProvider.update(uri); - } - })); - - context.subscriptions.push(vscode.workspace.onDidChangeTextDocument(event => { - if (isMarkdownFile(event.document)) { - const uri = getMarkdownUri(event.document.uri); - contentProvider.update(uri); - } - })); + commandManager.register(new commands.ToggleLockCommand(previewManager)); context.subscriptions.push(vscode.workspace.onDidChangeConfiguration(() => { logger.updateConfiguration(); - contentProvider.updateConfiguration(); - })); - - context.subscriptions.push(vscode.window.onDidChangeTextEditorSelection(event => { - if (isMarkdownFile(event.textEditor.document)) { - const markdownFile = getMarkdownUri(event.textEditor.document.uri); - logger.log('updatePreviewForSelection', { markdownFile: markdownFile.toString() }); - - vscode.commands.executeCommand('_workbench.htmlPreview.postMessage', - markdownFile, - { - line: event.selections[0].active.line - }); - } + previewManager.updateConfiguration(); })); } diff --git a/extensions/markdown/src/features/documentLinkProvider.ts b/extensions/markdown/src/features/documentLinkProvider.ts index 93296b2122..0e84e76672 100644 --- a/extensions/markdown/src/features/documentLinkProvider.ts +++ b/extensions/markdown/src/features/documentLinkProvider.ts @@ -3,11 +3,9 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -'use strict'; - import * as vscode from 'vscode'; import * as path from 'path'; -import { OpenDocumentLinkCommand } from '../commands'; +import { OpenDocumentLinkCommand } from '../commands/openDocumentLink'; function normalizeLink( document: vscode.TextDocument, diff --git a/extensions/markdown/src/features/documentSymbolProvider.ts b/extensions/markdown/src/features/documentSymbolProvider.ts index 25ac430db8..0678992ffb 100644 --- a/extensions/markdown/src/features/documentSymbolProvider.ts +++ b/extensions/markdown/src/features/documentSymbolProvider.ts @@ -3,8 +3,6 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -'use strict'; - import * as vscode from 'vscode'; import { MarkdownEngine } from '../markdownEngine'; @@ -13,7 +11,7 @@ import { TableOfContentsProvider } from '../tableOfContentsProvider'; export default class MDDocumentSymbolProvider implements vscode.DocumentSymbolProvider { constructor( - private engine: MarkdownEngine + private readonly engine: MarkdownEngine ) { } public async provideDocumentSymbols(document: vscode.TextDocument): Promise<vscode.SymbolInformation[]> { diff --git a/extensions/markdown/src/features/preview.ts b/extensions/markdown/src/features/preview.ts new file mode 100644 index 0000000000..e8dd0c47d6 --- /dev/null +++ b/extensions/markdown/src/features/preview.ts @@ -0,0 +1,299 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; +import * as path from 'path'; + +import { Logger } from '../logger'; +import { MarkdownContentProvider } from './previewContentProvider'; +import { disposeAll } from '../util/dispose'; + +import * as nls from 'vscode-nls'; +import { getVisibleLine, MarkdownFileTopmostLineMonitor } from '../util/topmostLineMonitor'; +import { MarkdownPreviewConfigurationManager } from './previewConfig'; +const localize = nls.loadMessageBundle(); + +export class MarkdownPreview { + + public static previewScheme = 'vscode-markdown-preview'; + private static previewCount = 0; + + public readonly uri: vscode.Uri; + private readonly webview: vscode.Webview; + private throttleTimer: any; + private initialLine: number | undefined = undefined; + private readonly disposables: vscode.Disposable[] = []; + private firstUpdate = true; + private currentVersion?: { resource: vscode.Uri, version: number }; + private forceUpdate = false; + private isScrolling = false; + + constructor( + private _resource: vscode.Uri, + previewColumn: vscode.ViewColumn, + public locked: boolean, + private readonly contentProvider: MarkdownContentProvider, + private readonly previewConfigurations: MarkdownPreviewConfigurationManager, + private readonly logger: Logger, + topmostLineMonitor: MarkdownFileTopmostLineMonitor + ) { + this.uri = vscode.Uri.parse(`${MarkdownPreview.previewScheme}:${MarkdownPreview.previewCount++}`); + this.webview = vscode.window.createWebview( + this.uri, + this.getPreviewTitle(this._resource), + previewColumn, { + enableScripts: true, + enableCommandUris: true, + localResourceRoots: this.getLocalResourceRoots(_resource) + }); + + this.webview.onDidDispose(() => { + this.dispose(); + }, null, this.disposables); + + this.webview.onDidChangeViewColumn(() => { + this._onDidChangeViewColumnEmitter.fire(); + }, null, this.disposables); + + this.webview.onDidReceiveMessage(e => { + if (e.source !== this._resource.toString()) { + return; + } + + switch (e.type) { + case 'command': + vscode.commands.executeCommand(e.body.command, ...e.body.args); + break; + + case 'revealLine': + this.onDidScrollPreview(e.body.line); + break; + + case 'didClick': + this.onDidClickPreview(e.body.line); + break; + + } + }, null, this.disposables); + + vscode.workspace.onDidChangeTextDocument(event => { + if (this.isPreviewOf(event.document.uri)) { + this.refresh(); + } + }, null, this.disposables); + + topmostLineMonitor.onDidChangeTopmostLine(event => { + if (this.isPreviewOf(event.resource)) { + this.updateForView(event.resource, event.line); + } + }, null, this.disposables); + + vscode.window.onDidChangeTextEditorSelection(event => { + if (this.isPreviewOf(event.textEditor.document.uri)) { + this.webview.postMessage({ + type: 'onDidChangeTextEditorSelection', + line: event.selections[0].active.line, + source: this.resource.toString() + }); + } + }, null, this.disposables); + } + + private readonly _onDisposeEmitter = new vscode.EventEmitter<void>(); + public readonly onDispose = this._onDisposeEmitter.event; + + private readonly _onDidChangeViewColumnEmitter = new vscode.EventEmitter<vscode.ViewColumn>(); + public readonly onDidChangeViewColumn = this._onDidChangeViewColumnEmitter.event; + + public get resource(): vscode.Uri { + return this._resource; + } + + public dispose() { + this._onDisposeEmitter.fire(); + + this._onDisposeEmitter.dispose(); + this._onDidChangeViewColumnEmitter.dispose(); + this.webview.dispose(); + + disposeAll(this.disposables); + } + + public update(resource: vscode.Uri) { + const editor = vscode.window.activeTextEditor; + if (editor && editor.document.uri.fsPath === resource.fsPath) { + this.initialLine = getVisibleLine(editor); + } else { + this.initialLine = undefined; + } + + // If we have changed resources, cancel any pending updates + const isResourceChange = resource.fsPath !== this._resource.fsPath; + if (isResourceChange) { + clearTimeout(this.throttleTimer); + this.throttleTimer = undefined; + } + + this._resource = resource; + + // Schedule update if none is pending + if (!this.throttleTimer) { + if (isResourceChange || this.firstUpdate) { + this.doUpdate(); + } else { + this.throttleTimer = setTimeout(() => this.doUpdate(), 300); + } + } + + this.firstUpdate = false; + } + + public refresh() { + this.forceUpdate = true; + this.update(this._resource); + } + + public updateConfiguration() { + if (this.previewConfigurations.hasConfigurationChanged(this._resource)) { + this.refresh(); + } + } + + public get viewColumn(): vscode.ViewColumn | undefined { + return this.webview.viewColumn; + } + + public isPreviewOf(resource: vscode.Uri): boolean { + return this._resource.fsPath === resource.fsPath; + } + + public matchesResource( + otherResource: vscode.Uri, + otherViewColumn: vscode.ViewColumn | undefined, + otherLocked: boolean + ): boolean { + if (this.viewColumn !== otherViewColumn) { + return false; + } + + if (this.locked) { + return otherLocked && this.isPreviewOf(otherResource); + } else { + return !otherLocked; + } + } + + public matches(otherPreview: MarkdownPreview): boolean { + return this.matchesResource(otherPreview._resource, otherPreview.viewColumn, otherPreview.locked); + } + + public show(viewColumn: vscode.ViewColumn) { + this.webview.show(viewColumn); + } + + public toggleLock() { + this.locked = !this.locked; + this.webview.title = this.getPreviewTitle(this._resource); + } + + private getPreviewTitle(resource: vscode.Uri): string { + return this.locked + ? localize('lockedPreviewTitle', '[Preview] {0}', path.basename(resource.fsPath)) + : localize('previewTitle', 'Preview {0}', path.basename(resource.fsPath)); + } + + private updateForView(resource: vscode.Uri, topLine: number | undefined) { + if (!this.isPreviewOf(resource)) { + return; + } + + if (this.isScrolling) { + this.isScrolling = false; + return; + } + + if (typeof topLine === 'number') { + this.logger.log('updateForView', { markdownFile: resource }); + this.initialLine = topLine; + this.webview.postMessage({ + type: 'updateView', + line: topLine, + source: resource.toString() + }); + } + } + + private async doUpdate(): Promise<void> { + const resource = this._resource; + + clearTimeout(this.throttleTimer); + this.throttleTimer = undefined; + + const document = await vscode.workspace.openTextDocument(resource); + if (!this.forceUpdate && this.currentVersion && this.currentVersion.resource.fsPath === resource.fsPath && this.currentVersion.version === document.version) { + if (this.initialLine) { + this.updateForView(resource, this.initialLine); + } + return; + } + this.forceUpdate = false; + + this.currentVersion = { resource, version: document.version }; + this.contentProvider.provideTextDocumentContent(document, this.previewConfigurations, this.initialLine) + .then(content => { + if (this._resource === resource) { + this.webview.title = this.getPreviewTitle(this._resource); + this.webview.html = content; + } + }); + } + + private getLocalResourceRoots(resource: vscode.Uri): vscode.Uri[] { + const folder = vscode.workspace.getWorkspaceFolder(resource); + if (folder) { + return [folder.uri]; + } + + if (!resource.scheme || resource.scheme === 'file') { + return [vscode.Uri.file(path.dirname(resource.fsPath))]; + } + + return []; + } + + private onDidScrollPreview(line: number) { + for (const editor of vscode.window.visibleTextEditors) { + if (!this.isPreviewOf(editor.document.uri)) { + continue; + } + + this.isScrolling = true; + const sourceLine = Math.floor(line); + const fraction = line - sourceLine; + const text = editor.document.lineAt(sourceLine).text; + const start = Math.floor(fraction * text.length); + editor.revealRange( + new vscode.Range(sourceLine, start, sourceLine + 1, 0), + vscode.TextEditorRevealType.AtTop); + } + } + + private async onDidClickPreview(line: number): Promise<void> { + for (const visibleEditor of vscode.window.visibleTextEditors) { + if (this.isPreviewOf(visibleEditor.document.uri)) { + const editor = await vscode.window.showTextDocument(visibleEditor.document, visibleEditor.viewColumn); + const position = new vscode.Position(line, 0); + editor.selection = new vscode.Selection(position, position); + return; + } + } + } +} + +export interface PreviewSettings { + readonly resourceColumn: vscode.ViewColumn; + readonly previewColumn: vscode.ViewColumn; + readonly locked: boolean; +} diff --git a/extensions/markdown/src/features/previewConfig.ts b/extensions/markdown/src/features/previewConfig.ts new file mode 100644 index 0000000000..041371ff70 --- /dev/null +++ b/extensions/markdown/src/features/previewConfig.ts @@ -0,0 +1,104 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; + +export class MarkdownPreviewConfiguration { + public static getForResource(resource: vscode.Uri) { + return new MarkdownPreviewConfiguration(resource); + } + + public readonly scrollBeyondLastLine: boolean; + public readonly wordWrap: boolean; + public readonly previewFrontMatter: string; + public readonly lineBreaks: boolean; + public readonly doubleClickToSwitchToEditor: boolean; + public readonly scrollEditorWithPreview: boolean; + public readonly scrollPreviewWithEditor: boolean; + public readonly markEditorSelection: boolean; + + public readonly lineHeight: number; + public readonly fontSize: number; + public readonly fontFamily: string | undefined; + public readonly styles: string[]; + + private constructor(resource: vscode.Uri) { + const editorConfig = vscode.workspace.getConfiguration('editor', resource); + const markdownConfig = vscode.workspace.getConfiguration('markdown', resource); + const markdownEditorConfig = vscode.workspace.getConfiguration('[markdown]'); + + this.scrollBeyondLastLine = editorConfig.get<boolean>('scrollBeyondLastLine', false); + + this.wordWrap = editorConfig.get<string>('wordWrap', 'off') !== 'off'; + if (markdownEditorConfig && markdownEditorConfig['editor.wordWrap']) { + this.wordWrap = markdownEditorConfig['editor.wordWrap'] !== 'off'; + } + + this.previewFrontMatter = markdownConfig.get<string>('previewFrontMatter', 'hide'); + this.scrollPreviewWithEditor = !!markdownConfig.get<boolean>('preview.scrollPreviewWithEditor', true); + this.scrollEditorWithPreview = !!markdownConfig.get<boolean>('preview.scrollEditorWithPreview', true); + this.lineBreaks = !!markdownConfig.get<boolean>('preview.breaks', false); + this.doubleClickToSwitchToEditor = !!markdownConfig.get<boolean>('preview.doubleClickToSwitchToEditor', true); + this.markEditorSelection = !!markdownConfig.get<boolean>('preview.markEditorSelection', true); + + this.fontFamily = markdownConfig.get<string | undefined>('preview.fontFamily', undefined); + this.fontSize = Math.max(8, +markdownConfig.get<number>('preview.fontSize', NaN)); + this.lineHeight = Math.max(0.6, +markdownConfig.get<number>('preview.lineHeight', NaN)); + + this.styles = markdownConfig.get<string[]>('styles', []); + } + + public isEqualTo(otherConfig: MarkdownPreviewConfiguration) { + for (let key in this) { + if (this.hasOwnProperty(key) && key !== 'styles') { + if (this[key] !== otherConfig[key]) { + return false; + } + } + } + + // Check styles + if (this.styles.length !== otherConfig.styles.length) { + return false; + } + for (let i = 0; i < this.styles.length; ++i) { + if (this.styles[i] !== otherConfig.styles[i]) { + return false; + } + } + + return true; + } + + [key: string]: any; +} + +export class MarkdownPreviewConfigurationManager { + private readonly previewConfigurationsForWorkspaces = new Map<string, MarkdownPreviewConfiguration>(); + + public loadAndCacheConfiguration( + resource: vscode.Uri + ): MarkdownPreviewConfiguration { + const config = MarkdownPreviewConfiguration.getForResource(resource); + this.previewConfigurationsForWorkspaces.set(this.getKey(resource), config); + return config; + } + + public hasConfigurationChanged( + resource: vscode.Uri + ): boolean { + const key = this.getKey(resource); + const currentConfig = this.previewConfigurationsForWorkspaces.get(key); + const newConfig = MarkdownPreviewConfiguration.getForResource(resource); + return (!currentConfig || !currentConfig.isEqualTo(newConfig)); + } + + private getKey( + resource: vscode.Uri + ): string { + const folder = vscode.workspace.getWorkspaceFolder(resource); + return folder ? folder.uri.toString() : ''; + } +} diff --git a/extensions/markdown/src/features/previewContentProvider.ts b/extensions/markdown/src/features/previewContentProvider.ts index c397d6b797..2ed484a9e4 100644 --- a/extensions/markdown/src/features/previewContentProvider.ts +++ b/extensions/markdown/src/features/previewContentProvider.ts @@ -3,154 +3,46 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -'use strict'; - import * as vscode from 'vscode'; import * as path from 'path'; import { MarkdownEngine } from '../markdownEngine'; import * as nls from 'vscode-nls'; -import { Logger } from '../logger'; -import { ContentSecurityPolicyArbiter, MarkdownPreviewSecurityLevel } from '../security'; const localize = nls.loadMessageBundle(); +import { Logger } from '../logger'; +import { ContentSecurityPolicyArbiter, MarkdownPreviewSecurityLevel } from '../security'; +import { MarkdownPreviewConfigurationManager, MarkdownPreviewConfiguration } from './previewConfig'; + +/** + * Strings used inside the markdown preview. + * + * Stored here and then injected in the preview so that they + * can be localized using our normal localization process. + */ const previewStrings = { - cspAlertMessageText: localize('preview.securityMessage.text', 'Some content has been disabled in this document'), - cspAlertMessageTitle: localize('preview.securityMessage.title', 'Potentially unsafe or insecure content has been disabled in the markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts'), - cspAlertMessageLabel: localize('preview.securityMessage.label', 'Content Disabled Security Warning') + cspAlertMessageText: localize( + 'preview.securityMessage.text', + 'Some content has been disabled in this document'), + + cspAlertMessageTitle: localize( + 'preview.securityMessage.title', + 'Potentially unsafe or insecure content has been disabled in the markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts'), + + cspAlertMessageLabel: localize( + 'preview.securityMessage.label', + 'Content Disabled Security Warning') }; -export function isMarkdownFile(document: vscode.TextDocument) { - return document.languageId === 'markdown' - && document.uri.scheme !== 'markdown'; // prevent processing of own documents -} - -export function getMarkdownUri(uri: vscode.Uri) { - if (uri.scheme === 'markdown') { - return uri; - } - - return uri.with({ - scheme: 'markdown', - path: uri.path + '.rendered', - query: uri.toString() - }); -} - -class MarkdownPreviewConfig { - public static getConfigForResource(resource: vscode.Uri) { - return new MarkdownPreviewConfig(resource); - } - - public readonly scrollBeyondLastLine: boolean; - public readonly wordWrap: boolean; - public readonly previewFrontMatter: string; - public readonly lineBreaks: boolean; - public readonly doubleClickToSwitchToEditor: boolean; - public readonly scrollEditorWithPreview: boolean; - public readonly scrollPreviewWithEditorSelection: boolean; - public readonly markEditorSelection: boolean; - - public readonly lineHeight: number; - public readonly fontSize: number; - public readonly fontFamily: string | undefined; - public readonly styles: string[]; - - private constructor(resource: vscode.Uri) { - const editorConfig = vscode.workspace.getConfiguration('editor', resource); - const markdownConfig = vscode.workspace.getConfiguration('markdown', resource); - const markdownEditorConfig = vscode.workspace.getConfiguration('[markdown]'); - - this.scrollBeyondLastLine = editorConfig.get<boolean>('scrollBeyondLastLine', false); - - this.wordWrap = editorConfig.get<string>('wordWrap', 'off') !== 'off'; - if (markdownEditorConfig && markdownEditorConfig['editor.wordWrap']) { - this.wordWrap = markdownEditorConfig['editor.wordWrap'] !== 'off'; - } - - this.previewFrontMatter = markdownConfig.get<string>('previewFrontMatter', 'hide'); - this.scrollPreviewWithEditorSelection = !!markdownConfig.get<boolean>('preview.scrollPreviewWithEditorSelection', true); - this.scrollEditorWithPreview = !!markdownConfig.get<boolean>('preview.scrollEditorWithPreview', true); - this.lineBreaks = !!markdownConfig.get<boolean>('preview.breaks', false); - this.doubleClickToSwitchToEditor = !!markdownConfig.get<boolean>('preview.doubleClickToSwitchToEditor', true); - this.markEditorSelection = !!markdownConfig.get<boolean>('preview.markEditorSelection', true); - - this.fontFamily = markdownConfig.get<string | undefined>('preview.fontFamily', undefined); - this.fontSize = Math.max(8, +markdownConfig.get<number>('preview.fontSize', NaN)); - this.lineHeight = Math.max(0.6, +markdownConfig.get<number>('preview.lineHeight', NaN)); - - this.styles = markdownConfig.get<string[]>('styles', []); - } - - public isEqualTo(otherConfig: MarkdownPreviewConfig) { - for (let key in this) { - if (this.hasOwnProperty(key) && key !== 'styles') { - if (this[key] !== otherConfig[key]) { - return false; - } - } - } - - // Check styles - if (this.styles.length !== otherConfig.styles.length) { - return false; - } - for (let i = 0; i < this.styles.length; ++i) { - if (this.styles[i] !== otherConfig.styles[i]) { - return false; - } - } - - return true; - } - - [key: string]: any; -} - -class PreviewConfigManager { - private previewConfigurationsForWorkspaces = new Map<string, MarkdownPreviewConfig>(); - - public loadAndCacheConfiguration( - resource: vscode.Uri - ) { - const config = MarkdownPreviewConfig.getConfigForResource(resource); - this.previewConfigurationsForWorkspaces.set(this.getKey(resource), config); - return config; - } - - public shouldUpdateConfiguration( - resource: vscode.Uri - ): boolean { - const key = this.getKey(resource); - const currentConfig = this.previewConfigurationsForWorkspaces.get(key); - const newConfig = MarkdownPreviewConfig.getConfigForResource(resource); - return (!currentConfig || !currentConfig.isEqualTo(newConfig)); - } - - private getKey( - resource: vscode.Uri - ): string { - const folder = vscode.workspace.getWorkspaceFolder(resource); - if (!folder) { - return ''; - } - return folder.uri.toString(); - } -} - -export class MDDocumentContentProvider implements vscode.TextDocumentContentProvider { - private _onDidChange = new vscode.EventEmitter<vscode.Uri>(); - private _waiting: boolean = false; - private previewConfigurations = new PreviewConfigManager(); - - private extraStyles: Array<vscode.Uri> = []; - private extraScripts: Array<vscode.Uri> = []; +export class MarkdownContentProvider { + private readonly extraStyles: Array<vscode.Uri> = []; + private readonly extraScripts: Array<vscode.Uri> = []; constructor( - private engine: MarkdownEngine, - private context: vscode.ExtensionContext, - private cspArbiter: ContentSecurityPolicyArbiter, - private logger: Logger + private readonly engine: MarkdownEngine, + private readonly context: vscode.ExtensionContext, + private readonly cspArbiter: ContentSecurityPolicyArbiter, + private readonly logger: Logger ) { } public addScript(resource: vscode.Uri): void { @@ -161,90 +53,18 @@ export class MDDocumentContentProvider implements vscode.TextDocumentContentProv this.extraStyles.push(resource); } - private getMediaPath(mediaFile: string): string { - return vscode.Uri.file(this.context.asAbsolutePath(path.join('media', mediaFile))).toString(); - } - - private fixHref(resource: vscode.Uri, href: string): string { - if (!href) { - return href; - } - - // Use href if it is already an URL - const hrefUri = vscode.Uri.parse(href); - if (['file', 'http', 'https'].indexOf(hrefUri.scheme) >= 0) { - return hrefUri.toString(); - } - - // Use href as file URI if it is absolute - if (path.isAbsolute(href)) { - return vscode.Uri.file(href).toString(); - } - - // use a workspace relative path if there is a workspace - let root = vscode.workspace.getWorkspaceFolder(resource); - if (root) { - return vscode.Uri.file(path.join(root.uri.fsPath, href)).toString(); - } - - // otherwise look relative to the markdown file - return vscode.Uri.file(path.join(path.dirname(resource.fsPath), href)).toString(); - } - - private computeCustomStyleSheetIncludes(resource: vscode.Uri, config: MarkdownPreviewConfig): string { - if (config.styles && Array.isArray(config.styles)) { - return config.styles.map(style => { - return `<link rel="stylesheet" class="code-user-style" data-source="${style.replace(/"/g, '"')}" href="${this.fixHref(resource, style)}" type="text/css" media="screen">`; - }).join('\n'); - } - return ''; - } - - private getSettingsOverrideStyles(nonce: string, config: MarkdownPreviewConfig): string { - return `<style nonce="${nonce}"> - body { - ${config.fontFamily ? `font-family: ${config.fontFamily};` : ''} - ${isNaN(config.fontSize) ? '' : `font-size: ${config.fontSize}px;`} - ${isNaN(config.lineHeight) ? '' : `line-height: ${config.lineHeight};`} - } - </style>`; - } - - private getStyles(resource: vscode.Uri, nonce: string, config: MarkdownPreviewConfig): string { - const baseStyles = [ - this.getMediaPath('markdown.css'), - this.getMediaPath('tomorrow.css') - ].concat(this.extraStyles.map(resource => resource.toString())); - - return `${baseStyles.map(href => `<link rel="stylesheet" type="text/css" href="${href}">`).join('\n')} - ${this.getSettingsOverrideStyles(nonce, config)} - ${this.computeCustomStyleSheetIncludes(resource, config)}`; - } - - private getScripts(nonce: string): string { - const scripts = [this.getMediaPath('main.js')].concat(this.extraScripts.map(resource => resource.toString())); - return scripts - .map(source => `<script async src="${source}" nonce="${nonce}" charset="UTF-8"></script>`) - .join('\n'); - } - - public async provideTextDocumentContent(uri: vscode.Uri): Promise<string> { - const sourceUri = vscode.Uri.parse(uri.query); - - let initialLine: number | undefined = undefined; - const editor = vscode.window.activeTextEditor; - if (editor && editor.document.uri.toString() === sourceUri.toString()) { - initialLine = editor.selection.active.line; - } - - const document = await vscode.workspace.openTextDocument(sourceUri); - const config = this.previewConfigurations.loadAndCacheConfiguration(sourceUri); - + public async provideTextDocumentContent( + markdownDocument: vscode.TextDocument, + previewConfigurations: MarkdownPreviewConfigurationManager, + initialLine: number | undefined = undefined + ): Promise<string> { + const sourceUri = markdownDocument.uri; + const config = previewConfigurations.loadAndCacheConfiguration(sourceUri); const initialData = { - previewUri: uri.toString(), source: sourceUri.toString(), line: initialLine, - scrollPreviewWithEditorSelection: config.scrollPreviewWithEditorSelection, + lineCount: markdownDocument.lineCount, + scrollPreviewWithEditor: config.scrollPreviewWithEditor, scrollEditorWithPreview: config.scrollEditorWithPreview, doubleClickToSwitchToEditor: config.doubleClickToSwitchToEditor, disableSecurityWarnings: this.cspArbiter.shouldDisableSecurityWarnings() @@ -256,63 +76,112 @@ export class MDDocumentContentProvider implements vscode.TextDocumentContentProv const nonce = new Date().getTime() + '' + new Date().getMilliseconds(); const csp = this.getCspForResource(sourceUri, nonce); - const body = await this.engine.render(sourceUri, config.previewFrontMatter === 'hide', document.getText()); + const body = await this.engine.render(sourceUri, config.previewFrontMatter === 'hide', markdownDocument.getText()); return `<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> ${csp} <meta id="vscode-markdown-preview-data" data-settings="${JSON.stringify(initialData).replace(/"/g, '"')}" data-strings="${JSON.stringify(previewStrings).replace(/"/g, '"')}"> - <script src="${this.getMediaPath('csp.js')}" nonce="${nonce}"></script> - <script src="${this.getMediaPath('loading.js')}" nonce="${nonce}"></script> + <script src="${this.extensionResourcePath('csp.js')}" nonce="${nonce}"></script> + <script src="${this.extensionResourcePath('loading.js')}" nonce="${nonce}"></script> ${this.getStyles(sourceUri, nonce, config)} - <base href="${document.uri.toString(true)}"> + <base href="${markdownDocument.uri.with({ scheme: 'vscode-workspace-resource' }).toString(true)}"> </head> <body class="vscode-body ${config.scrollBeyondLastLine ? 'scrollBeyondLastLine' : ''} ${config.wordWrap ? 'wordWrap' : ''} ${config.markEditorSelection ? 'showEditorSelection' : ''}"> ${body} - <div class="code-line" data-line="${document.lineCount}"></div> + <div class="code-line" data-line="${markdownDocument.lineCount}"></div> ${this.getScripts(nonce)} </body> </html>`; } - public updateConfiguration() { - // update all generated md documents - for (const document of vscode.workspace.textDocuments) { - if (document.uri.scheme === 'markdown') { - const sourceUri = vscode.Uri.parse(document.uri.query); - if (this.previewConfigurations.shouldUpdateConfiguration(sourceUri)) { - this.update(document.uri); - } + private extensionResourcePath(mediaFile: string): string { + return vscode.Uri.file(this.context.asAbsolutePath(path.join('media', mediaFile))) + .with({ scheme: 'vscode-extension-resource' }) + .toString(); + } + + private fixHref(resource: vscode.Uri, href: string): string { + if (!href) { + return href; + } + + // Use href if it is already an URL + const hrefUri = vscode.Uri.parse(href); + if (['http', 'https'].indexOf(hrefUri.scheme) >= 0) { + return hrefUri.toString(); + } + + // Use href as file URI if it is absolute + if (path.isAbsolute(href) || hrefUri.scheme === 'file') { + return vscode.Uri.file(href) + .with({ scheme: 'vscode-workspace-resource' }) + .toString(); + } + + // Use a workspace relative path if there is a workspace + let root = vscode.workspace.getWorkspaceFolder(resource); + if (root) { + return vscode.Uri.file(path.join(root.uri.fsPath, href)) + .with({ scheme: 'vscode-workspace-resource' }) + .toString(); + } + + // Otherwise look relative to the markdown file + return vscode.Uri.file(path.join(path.dirname(resource.fsPath), href)) + .with({ scheme: 'vscode-workspace-resource' }) + .toString(); + } + + private computeCustomStyleSheetIncludes(resource: vscode.Uri, config: MarkdownPreviewConfiguration): string { + if (config.styles && Array.isArray(config.styles)) { + return config.styles.map(style => { + return `<link rel="stylesheet" class="code-user-style" data-source="${style.replace(/"/g, '"')}" href="${this.fixHref(resource, style)}" type="text/css" media="screen">`; + }).join('\n'); + } + return ''; + } + + private getSettingsOverrideStyles(nonce: string, config: MarkdownPreviewConfiguration): string { + return `<style nonce="${nonce}"> + body { + ${config.fontFamily ? `font-family: ${config.fontFamily};` : ''} + ${isNaN(config.fontSize) ? '' : `font-size: ${config.fontSize}px;`} + ${isNaN(config.lineHeight) ? '' : `line-height: ${config.lineHeight};`} } - } + </style>`; } - get onDidChange(): vscode.Event<vscode.Uri> { - return this._onDidChange.event; + private getStyles(resource: vscode.Uri, nonce: string, config: MarkdownPreviewConfiguration): string { + const baseStyles = [ + this.extensionResourcePath('markdown.css'), + this.extensionResourcePath('tomorrow.css') + ].concat(this.extraStyles.map(resource => resource.toString())); + + return `${baseStyles.map(href => `<link rel="stylesheet" type="text/css" href="${href}">`).join('\n')} + ${this.getSettingsOverrideStyles(nonce, config)} + ${this.computeCustomStyleSheetIncludes(resource, config)}`; } - public update(uri: vscode.Uri) { - if (!this._waiting) { - this._waiting = true; - setTimeout(() => { - this._waiting = false; - this._onDidChange.fire(uri); - }, 300); - } + private getScripts(nonce: string): string { + const scripts = [this.extensionResourcePath('main.js')].concat(this.extraScripts.map(resource => resource.toString())); + return scripts + .map(source => `<script async src="${source}" nonce="${nonce}" charset="UTF-8"></script>`) + .join('\n'); } private getCspForResource(resource: vscode.Uri, nonce: string): string { switch (this.cspArbiter.getSecurityLevelForResource(resource)) { case MarkdownPreviewSecurityLevel.AllowInsecureContent: - return `<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' http: https: data:; media-src 'self' http: https: data:; script-src 'nonce-${nonce}'; style-src 'self' 'unsafe-inline' http: https: data:; font-src 'self' http: https: data:;">`; + return `<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src vscode-workspace-resource: vscode-extension-resource: http: https: data:; media-src vscode-workspace-resource: vscode-extension-resource: http: https: data:; script-src 'nonce-${nonce}'; style-src vscode-workspace-resource: 'unsafe-inline' http: https: data: vscode-extension-resource:; font-src vscode-workspace-resource: vscode-extension-resource: http: https: data:;">`; case MarkdownPreviewSecurityLevel.AllowScriptsAndAllContent: return ''; case MarkdownPreviewSecurityLevel.Strict: default: - return `<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' https: data:; media-src 'self' https: data:; script-src 'nonce-${nonce}'; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:;">`; + return `<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src vscode-workspace-resource: vscode-extension-resource: https: data:; media-src vscode-workspace-resource: vscode-extension-resource: https: data:; script-src 'nonce-${nonce}'; style-src vscode-workspace-resource: 'unsafe-inline' https: data: vscode-extension-resource:; font-src vscode-workspace-resource: vscode-extension-resource: https: data:;">`; } } } diff --git a/extensions/markdown/src/features/previewManager.ts b/extensions/markdown/src/features/previewManager.ts new file mode 100644 index 0000000000..d3d332a80f --- /dev/null +++ b/extensions/markdown/src/features/previewManager.ts @@ -0,0 +1,141 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; + +import { Logger } from '../logger'; +import { MarkdownContentProvider } from './previewContentProvider'; +import { MarkdownPreview, PreviewSettings } from './preview'; +import { disposeAll } from '../util/dispose'; +import { MarkdownFileTopmostLineMonitor } from '../util/topmostLineMonitor'; +import { isMarkdownFile } from '../util/file'; +import { MarkdownPreviewConfigurationManager } from './previewConfig'; + +export class MarkdownPreviewManager { + private static readonly markdownPreviewActiveContextKey = 'markdownPreviewFocus'; + + private readonly topmostLineMonitor = new MarkdownFileTopmostLineMonitor(); + private readonly previewConfigurations = new MarkdownPreviewConfigurationManager(); + private readonly previews: MarkdownPreview[] = []; + private activePreview: MarkdownPreview | undefined = undefined; + private readonly disposables: vscode.Disposable[] = []; + + public constructor( + private readonly contentProvider: MarkdownContentProvider, + private readonly logger: Logger + ) { + vscode.window.onDidChangeActiveEditor(editor => { + vscode.commands.executeCommand('setContext', MarkdownPreviewManager.markdownPreviewActiveContextKey, + editor && editor.editorType === 'webview' && editor.uri.scheme === MarkdownPreview.previewScheme); + + this.activePreview = editor && editor.editorType === 'webview' + ? this.previews.find(preview => editor.uri.toString() === preview.uri.toString()) + : undefined; + + if (editor && editor.editorType === 'texteditor') { + if (isMarkdownFile(editor.document)) { + for (const preview of this.previews.filter(preview => !preview.locked)) { + preview.update(editor.document.uri); + } + } + } + }, null, this.disposables); + } + + public dispose(): void { + disposeAll(this.disposables); + disposeAll(this.previews); + } + + public refresh() { + for (const preview of this.previews) { + preview.refresh(); + } + } + + public updateConfiguration() { + for (const preview of this.previews) { + preview.updateConfiguration(); + } + } + + public preview( + resource: vscode.Uri, + previewSettings: PreviewSettings + ): void { + let preview = this.getExistingPreview(resource, previewSettings); + if (preview) { + preview.show(previewSettings.previewColumn); + } else { + preview = this.createNewPreview(resource, previewSettings); + this.previews.push(preview); + } + + preview.update(resource); + } + + public get activePreviewResource() { + return this.activePreview && this.activePreview.resource; + } + + public getResourceForPreview(previewUri: vscode.Uri): vscode.Uri | undefined { + const preview = this.getPreviewWithUri(previewUri); + return preview && preview.resource; + } + + public toggleLock(previewUri?: vscode.Uri) { + const preview = previewUri ? this.getPreviewWithUri(previewUri) : this.activePreview; + if (preview) { + preview.toggleLock(); + + // Close any previews that are now redundant, such as having two dynamic previews in the same editor group + for (const otherPreview of this.previews) { + if (otherPreview !== preview && preview.matches(otherPreview)) { + otherPreview.dispose(); + } + } + } + } + + private getExistingPreview( + resource: vscode.Uri, + previewSettings: PreviewSettings + ): MarkdownPreview | undefined { + return this.previews.find(preview => + preview.matchesResource(resource, previewSettings.previewColumn, previewSettings.locked)); + } + + private getPreviewWithUri(previewUri: vscode.Uri): MarkdownPreview | undefined { + return this.previews.find(preview => preview.uri.toString() === previewUri.toString()); + } + + private createNewPreview( + resource: vscode.Uri, + previewSettings: PreviewSettings + ) { + const preview = new MarkdownPreview( + resource, + previewSettings.previewColumn, + previewSettings.locked, + this.contentProvider, + this.previewConfigurations, + this.logger, + this.topmostLineMonitor); + + preview.onDispose(() => { + const existing = this.previews.indexOf(preview!); + if (existing >= 0) { + this.previews.splice(existing, 1); + } + }); + + preview.onDidChangeViewColumn(() => { + disposeAll(this.previews.filter(otherPreview => preview !== otherPreview && preview!.matches(otherPreview))); + }); + + return preview; + } +} + diff --git a/extensions/markdown/src/logger.ts b/extensions/markdown/src/logger.ts index 17aef6d1aa..b7a11e86ee 100644 --- a/extensions/markdown/src/logger.ts +++ b/extensions/markdown/src/logger.ts @@ -3,8 +3,6 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -'use strict'; - import { OutputChannel, window, workspace } from 'vscode'; enum Trace { @@ -32,8 +30,8 @@ function isString(value: any): value is string { } export class Logger { - private trace: Trace; - private _output: OutputChannel; + private trace?: Trace; + private _output?: OutputChannel; constructor() { this.updateConfiguration(); @@ -43,7 +41,7 @@ export class Logger { if (this.trace === Trace.Verbose) { this.output.appendLine(`[Log - ${(new Date().toLocaleTimeString())}] ${message}`); if (data) { - this.output.appendLine(this.data2String(data)); + this.output.appendLine(Logger.data2String(data)); } } } @@ -63,7 +61,7 @@ export class Logger { return Trace.fromString(workspace.getConfiguration().get<string>('markdown.trace', 'off')); } - private data2String(data: any): string { + private static data2String(data: any): string { if (data instanceof Error) { if (isString(data.stack)) { return data.stack; diff --git a/extensions/markdown/src/markdownEngine.ts b/extensions/markdown/src/markdownEngine.ts index 9f9b729e20..4a6d156bdf 100644 --- a/extensions/markdown/src/markdownEngine.ts +++ b/extensions/markdown/src/markdownEngine.ts @@ -5,17 +5,17 @@ import * as vscode from 'vscode'; import * as path from 'path'; -import { TableOfContentsProvider } from './tableOfContentsProvider'; +import { Slug } from './tableOfContentsProvider'; import { MarkdownIt, Token } from 'markdown-it'; const FrontMatterRegex = /^---\s*[^]*?(-{3}|\.{3})\s*/; export class MarkdownEngine { - private md: MarkdownIt; + private md?: MarkdownIt; - private firstLine: number; + private firstLine?: number; - private currentDocument: vscode.Uri; + private currentDocument?: vscode.Uri; private plugins: Array<(md: any) => any> = []; @@ -51,10 +51,10 @@ export class MarkdownEngine { return `<pre class="hljs"><code><div>${hljs.highlight(lang, str, true).value}</div></code></pre>`; } catch (error) { } } - return `<pre class="hljs"><code><div>${this.md.utils.escapeHtml(str)}</div></code></pre>`; + return `<pre class="hljs"><code><div>${this.md!.utils.escapeHtml(str)}</div></code></pre>`; } }).use(mdnh, { - slugify: (header: string) => TableOfContentsProvider.slugify(header) + slugify: (header: string) => Slug.fromHeading(header).value }); for (const plugin of this.plugins) { @@ -137,17 +137,22 @@ export class MarkdownEngine { md.normalizeLink = (link: string) => { try { let uri = vscode.Uri.parse(link); - if (!uri.scheme && uri.path && !uri.fragment) { + if (!uri.scheme && uri.path) { // Assume it must be a file + const fragment = uri.fragment; if (uri.path[0] === '/') { - const root = vscode.workspace.getWorkspaceFolder(this.currentDocument); + const root = vscode.workspace.getWorkspaceFolder(this.currentDocument!); if (root) { uri = vscode.Uri.file(path.join(root.uri.fsPath, uri.path)); } } else { - uri = vscode.Uri.file(path.join(path.dirname(this.currentDocument.path), uri.path)); + uri = vscode.Uri.file(path.join(path.dirname(this.currentDocument!.path), uri.path)); } - return normalizeLink(uri.toString(true)); + + if (fragment) { + uri = uri.with({ fragment }); + } + return normalizeLink(uri.with({ scheme: 'vscode-workspace-resource' }).toString(true)); } } catch (e) { // noop diff --git a/extensions/markdown/src/markdownExtensions.ts b/extensions/markdown/src/markdownExtensions.ts index 345d3376b4..ee9f4ff510 100644 --- a/extensions/markdown/src/markdownExtensions.ts +++ b/extensions/markdown/src/markdownExtensions.ts @@ -6,20 +6,17 @@ import * as vscode from 'vscode'; import * as path from 'path'; -import { MDDocumentContentProvider } from './features/previewContentProvider'; +import { MarkdownContentProvider } from './features/previewContentProvider'; import { MarkdownEngine } from './markdownEngine'; -const resolveExtensionResources = (extension: vscode.Extension<any>, stylePath: string): vscode.Uri => { - const resource = vscode.Uri.parse(stylePath); - if (resource.scheme) { - return resource; - } - return vscode.Uri.file(path.join(extension.extensionPath, stylePath)); +const resolveExtensionResources = (extension: vscode.Extension<any>, resourcePath: string): vscode.Uri => { + return vscode.Uri.file(path.join(extension.extensionPath, resourcePath)) + .with({ scheme: 'vscode-extension-resource' }); }; export function loadMarkdownExtensions( - contentProvider: MDDocumentContentProvider, + contentProvider: MarkdownContentProvider, engine: MarkdownEngine ) { for (const extension of vscode.extensions.all) { @@ -50,7 +47,7 @@ function tryLoadMarkdownItPlugins( function tryLoadPreviewScripts( contributes: any, - contentProvider: MDDocumentContentProvider, + contentProvider: MarkdownContentProvider, extension: vscode.Extension<any> ) { const scripts = contributes['markdown.previewScripts']; @@ -58,8 +55,7 @@ function tryLoadPreviewScripts( for (const script of scripts) { try { contentProvider.addScript(resolveExtensionResources(extension, script)); - } - catch (e) { + } catch (e) { // noop } } @@ -68,7 +64,7 @@ function tryLoadPreviewScripts( function tryLoadPreviewStyles( contributes: any, - contentProvider: MDDocumentContentProvider, + contentProvider: MarkdownContentProvider, extension: vscode.Extension<any> ) { const styles = contributes['markdown.previewStyles']; @@ -76,8 +72,7 @@ function tryLoadPreviewStyles( for (const style of styles) { try { contentProvider.addStyle(resolveExtensionResources(extension, style)); - } - catch (e) { + } catch (e) { // noop } } diff --git a/extensions/markdown/src/previewContentProvider.ts b/extensions/markdown/src/previewContentProvider.ts deleted file mode 100644 index 93b1ea5e98..0000000000 --- a/extensions/markdown/src/previewContentProvider.ts +++ /dev/null @@ -1,317 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -'use strict'; - -import * as vscode from 'vscode'; -import * as path from 'path'; -import { MarkdownEngine } from './markdownEngine'; - -import * as nls from 'vscode-nls'; -import { Logger } from './logger'; -import { ContentSecurityPolicyArbiter, MarkdownPreviewSecurityLevel } from './security'; -const localize = nls.loadMessageBundle(); - -const previewStrings = { - cspAlertMessageText: localize('preview.securityMessage.text', 'Some content has been disabled in this document'), - cspAlertMessageTitle: localize('preview.securityMessage.title', 'Potentially unsafe or insecure content has been disabled in the markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts'), - cspAlertMessageLabel: localize('preview.securityMessage.label', 'Content Disabled Security Warning') -}; - -export function isMarkdownFile(document: vscode.TextDocument) { - return document.languageId === 'markdown' - && document.uri.scheme !== 'markdown'; // prevent processing of own documents -} - -export function getMarkdownUri(uri: vscode.Uri) { - if (uri.scheme === 'markdown') { - return uri; - } - - return uri.with({ - scheme: 'markdown', - path: uri.path + '.rendered', - query: uri.toString() - }); -} - -class MarkdownPreviewConfig { - public static getConfigForResource(resource: vscode.Uri) { - return new MarkdownPreviewConfig(resource); - } - - public readonly scrollBeyondLastLine: boolean; - public readonly wordWrap: boolean; - public readonly previewFrontMatter: string; - public readonly lineBreaks: boolean; - public readonly doubleClickToSwitchToEditor: boolean; - public readonly scrollEditorWithPreview: boolean; - public readonly scrollPreviewWithEditorSelection: boolean; - public readonly markEditorSelection: boolean; - - public readonly lineHeight: number; - public readonly fontSize: number; - public readonly fontFamily: string | undefined; - public readonly styles: string[]; - - private constructor(resource: vscode.Uri) { - const editorConfig = vscode.workspace.getConfiguration('editor', resource); - const markdownConfig = vscode.workspace.getConfiguration('markdown', resource); - const markdownEditorConfig = vscode.workspace.getConfiguration('[markdown]'); - - this.scrollBeyondLastLine = editorConfig.get<boolean>('scrollBeyondLastLine', false); - - this.wordWrap = editorConfig.get<string>('wordWrap', 'off') !== 'off'; - if (markdownEditorConfig && markdownEditorConfig['editor.wordWrap']) { - this.wordWrap = markdownEditorConfig['editor.wordWrap'] !== 'off'; - } - - this.previewFrontMatter = markdownConfig.get<string>('previewFrontMatter', 'hide'); - this.scrollPreviewWithEditorSelection = !!markdownConfig.get<boolean>('preview.scrollPreviewWithEditorSelection', true); - this.scrollEditorWithPreview = !!markdownConfig.get<boolean>('preview.scrollEditorWithPreview', true); - this.lineBreaks = !!markdownConfig.get<boolean>('preview.breaks', false); - this.doubleClickToSwitchToEditor = !!markdownConfig.get<boolean>('preview.doubleClickToSwitchToEditor', true); - this.markEditorSelection = !!markdownConfig.get<boolean>('preview.markEditorSelection', true); - - this.fontFamily = markdownConfig.get<string | undefined>('preview.fontFamily', undefined); - this.fontSize = Math.max(8, +markdownConfig.get<number>('preview.fontSize', NaN)); - this.lineHeight = Math.max(0.6, +markdownConfig.get<number>('preview.lineHeight', NaN)); - - this.styles = markdownConfig.get<string[]>('styles', []); - } - - public isEqualTo(otherConfig: MarkdownPreviewConfig) { - for (let key in this) { - if (this.hasOwnProperty(key) && key !== 'styles') { - if (this[key] !== otherConfig[key]) { - return false; - } - } - } - - // Check styles - if (this.styles.length !== otherConfig.styles.length) { - return false; - } - for (let i = 0; i < this.styles.length; ++i) { - if (this.styles[i] !== otherConfig.styles[i]) { - return false; - } - } - - return true; - } - - [key: string]: any; -} - -class PreviewConfigManager { - private previewConfigurationsForWorkspaces = new Map<string, MarkdownPreviewConfig>(); - - public loadAndCacheConfiguration( - resource: vscode.Uri - ) { - const config = MarkdownPreviewConfig.getConfigForResource(resource); - this.previewConfigurationsForWorkspaces.set(this.getKey(resource), config); - return config; - } - - public shouldUpdateConfiguration( - resource: vscode.Uri - ): boolean { - const key = this.getKey(resource); - const currentConfig = this.previewConfigurationsForWorkspaces.get(key); - const newConfig = MarkdownPreviewConfig.getConfigForResource(resource); - return (!currentConfig || !currentConfig.isEqualTo(newConfig)); - } - - private getKey( - resource: vscode.Uri - ): string { - const folder = vscode.workspace.getWorkspaceFolder(resource); - if (!folder) { - return ''; - } - return folder.uri.toString(); - } -} - -export class MDDocumentContentProvider implements vscode.TextDocumentContentProvider { - private _onDidChange = new vscode.EventEmitter<vscode.Uri>(); - private _waiting: boolean = false; - private previewConfigurations = new PreviewConfigManager(); - - private extraStyles: Array<vscode.Uri> = []; - private extraScripts: Array<vscode.Uri> = []; - - constructor( - private engine: MarkdownEngine, - private context: vscode.ExtensionContext, - private cspArbiter: ContentSecurityPolicyArbiter, - private logger: Logger - ) { } - - public addScript(resource: vscode.Uri): void { - this.extraScripts.push(resource); - } - - public addStyle(resource: vscode.Uri): void { - this.extraStyles.push(resource); - } - - private getMediaPath(mediaFile: string): string { - return vscode.Uri.file(this.context.asAbsolutePath(path.join('media', mediaFile))).toString(); - } - - private fixHref(resource: vscode.Uri, href: string): string { - if (!href) { - return href; - } - - // Use href if it is already an URL - const hrefUri = vscode.Uri.parse(href); - if (['file', 'http', 'https'].indexOf(hrefUri.scheme) >= 0) { - return hrefUri.toString(); - } - - // Use href as file URI if it is absolute - if (path.isAbsolute(href)) { - return vscode.Uri.file(href).toString(); - } - - // use a workspace relative path if there is a workspace - let root = vscode.workspace.getWorkspaceFolder(resource); - if (root) { - return vscode.Uri.file(path.join(root.uri.fsPath, href)).toString(); - } - - // otherwise look relative to the markdown file - return vscode.Uri.file(path.join(path.dirname(resource.fsPath), href)).toString(); - } - - private computeCustomStyleSheetIncludes(resource: vscode.Uri, config: MarkdownPreviewConfig): string { - if (config.styles && Array.isArray(config.styles)) { - return config.styles.map(style => { - return `<link rel="stylesheet" class="code-user-style" data-source="${style.replace(/"/g, '"')}" href="${this.fixHref(resource, style)}" type="text/css" media="screen">`; - }).join('\n'); - } - return ''; - } - - private getSettingsOverrideStyles(nonce: string, config: MarkdownPreviewConfig): string { - return `<style nonce="${nonce}"> - body { - ${config.fontFamily ? `font-family: ${config.fontFamily};` : ''} - ${isNaN(config.fontSize) ? '' : `font-size: ${config.fontSize}px;`} - ${isNaN(config.lineHeight) ? '' : `line-height: ${config.lineHeight};`} - } - </style>`; - } - - private getStyles(resource: vscode.Uri, nonce: string, config: MarkdownPreviewConfig): string { - const baseStyles = [ - this.getMediaPath('markdown.css'), - this.getMediaPath('tomorrow.css') - ].concat(this.extraStyles.map(resource => resource.toString())); - - return `${baseStyles.map(href => `<link rel="stylesheet" type="text/css" href="${href}">`).join('\n')} - ${this.getSettingsOverrideStyles(nonce, config)} - ${this.computeCustomStyleSheetIncludes(resource, config)}`; - } - - private getScripts(nonce: string): string { - const scripts = [this.getMediaPath('main.js')].concat(this.extraScripts.map(resource => resource.toString())); - return scripts - .map(source => `<script async src="${source}" nonce="${nonce}" charset="UTF-8"></script>`) - .join('\n'); - } - - public async provideTextDocumentContent(uri: vscode.Uri): Promise<string> { - const sourceUri = vscode.Uri.parse(uri.query); - - let initialLine: number | undefined = undefined; - const editor = vscode.window.activeTextEditor; - if (editor && editor.document.uri.toString() === sourceUri.toString()) { - initialLine = editor.selection.active.line; - } - - const document = await vscode.workspace.openTextDocument(sourceUri); - const config = this.previewConfigurations.loadAndCacheConfiguration(sourceUri); - - const initialData = { - previewUri: uri.toString(), - source: sourceUri.toString(), - line: initialLine, - scrollPreviewWithEditorSelection: config.scrollPreviewWithEditorSelection, - scrollEditorWithPreview: config.scrollEditorWithPreview, - doubleClickToSwitchToEditor: config.doubleClickToSwitchToEditor - }; - - this.logger.log('provideTextDocumentContent', initialData); - - // Content Security Policy - const nonce = new Date().getTime() + '' + new Date().getMilliseconds(); - const csp = this.getCspForResource(sourceUri, nonce); - - const body = await this.engine.render(sourceUri, config.previewFrontMatter === 'hide', document.getText()); - return `<!DOCTYPE html> - <html> - <head> - <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> - ${csp} - <meta id="vscode-markdown-preview-data" data-settings="${JSON.stringify(initialData).replace(/"/g, '"')}" data-strings="${JSON.stringify(previewStrings).replace(/"/g, '"')}"> - <script src="${this.getMediaPath('csp.js')}" nonce="${nonce}"></script> - <script src="${this.getMediaPath('loading.js')}" nonce="${nonce}"></script> - ${this.getStyles(sourceUri, nonce, config)} - <base href="${document.uri.toString(true)}"> - </head> - <body class="vscode-body ${config.scrollBeyondLastLine ? 'scrollBeyondLastLine' : ''} ${config.wordWrap ? 'wordWrap' : ''} ${config.markEditorSelection ? 'showEditorSelection' : ''}"> - ${body} - <div class="code-line" data-line="${document.lineCount}"></div> - ${this.getScripts(nonce)} - </body> - </html>`; - } - - public updateConfiguration() { - // update all generated md documents - for (const document of vscode.workspace.textDocuments) { - if (document.uri.scheme === 'markdown') { - const sourceUri = vscode.Uri.parse(document.uri.query); - if (this.previewConfigurations.shouldUpdateConfiguration(sourceUri)) { - this.update(document.uri); - } - } - } - } - - get onDidChange(): vscode.Event<vscode.Uri> { - return this._onDidChange.event; - } - - public update(uri: vscode.Uri) { - if (!this._waiting) { - this._waiting = true; - setTimeout(() => { - this._waiting = false; - this._onDidChange.fire(uri); - }, 300); - } - } - - private getCspForResource(resource: vscode.Uri, nonce: string): string { - switch (this.cspArbiter.getSecurityLevelForResource(resource)) { - case MarkdownPreviewSecurityLevel.AllowInsecureContent: - return `<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' http: https: data:; media-src 'self' http: https: data:; script-src 'nonce-${nonce}'; style-src 'self' 'unsafe-inline' http: https: data:; font-src 'self' http: https: data:;">`; - - case MarkdownPreviewSecurityLevel.AllowScriptsAndAllContent: - return ''; - - case MarkdownPreviewSecurityLevel.Strict: - default: - return `<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 'self' https: data:; media-src 'self' https: data:; script-src 'nonce-${nonce}'; style-src 'self' 'unsafe-inline' https: data:; font-src 'self' https: data:;">`; - } - } -} diff --git a/extensions/markdown/src/security.ts b/extensions/markdown/src/security.ts index b86cef0594..b860aa1dfd 100644 --- a/extensions/markdown/src/security.ts +++ b/extensions/markdown/src/security.ts @@ -2,11 +2,10 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -'use strict'; import * as vscode from 'vscode'; -import { getMarkdownUri, MDDocumentContentProvider } from './features/previewContentProvider'; +import { MarkdownPreviewManager } from './features/previewManager'; import * as nls from 'vscode-nls'; @@ -36,8 +35,8 @@ export class ExtensionContentSecurityPolicyArbiter implements ContentSecurityPol private readonly should_disable_security_warning_key = 'preview_should_show_security_warning:'; constructor( - private globalState: vscode.Memento, - private workspaceState: vscode.Memento + private readonly globalState: vscode.Memento, + private readonly workspaceState: vscode.Memento ) { } public getSecurityLevelForResource(resource: vscode.Uri): MarkdownPreviewSecurityLevel { @@ -90,13 +89,13 @@ export class ExtensionContentSecurityPolicyArbiter implements ContentSecurityPol export class PreviewSecuritySelector { public constructor( - private cspArbiter: ContentSecurityPolicyArbiter, - private contentProvider: MDDocumentContentProvider + private readonly cspArbiter: ContentSecurityPolicyArbiter, + private readonly webviewManager: MarkdownPreviewManager ) { } public async showSecutitySelectorForResource(resource: vscode.Uri): Promise<void> { interface PreviewSecurityPickItem extends vscode.QuickPickItem { - type: 'moreinfo' | 'toggle' | MarkdownPreviewSecurityLevel; + readonly type: 'moreinfo' | 'toggle' | MarkdownPreviewSecurityLevel; } function markActiveWhen(when: boolean): string { @@ -127,7 +126,7 @@ export class PreviewSecuritySelector { label: this.cspArbiter.shouldDisableSecurityWarnings() ? localize('enableSecurityWarning.title', "Enable preview security warnings in this workspace") : localize('disableSecurityWarning.title', "Disable preview security warning in this workspace"), - description: localize('toggleSecurityWarning.description', 'Does not effect the content security level') + description: localize('toggleSecurityWarning.description', 'Does not affect the content security level') }, ], { placeHolder: localize( @@ -144,22 +143,12 @@ export class PreviewSecuritySelector { return; } - const sourceUri = getMarkdownUri(resource); if (selection.type === 'toggle') { this.cspArbiter.setShouldDisableSecurityWarning(!this.cspArbiter.shouldDisableSecurityWarnings()); - this.contentProvider.update(sourceUri); return; + } else { + await this.cspArbiter.setSecurityLevelForResource(resource, selection.type); } - - await this.cspArbiter.setSecurityLevelForResource(resource, selection.type); - - await vscode.commands.executeCommand('_workbench.htmlPreview.updateOptions', - sourceUri, - { - allowScripts: true, - allowSvgs: this.cspArbiter.shouldAllowSvgsForResource(resource) - }); - - this.contentProvider.update(sourceUri); + this.webviewManager.refresh(); } } diff --git a/extensions/markdown/src/tableOfContentsProvider.ts b/extensions/markdown/src/tableOfContentsProvider.ts index ace2efb3e2..2406829d3a 100644 --- a/extensions/markdown/src/tableOfContentsProvider.ts +++ b/extensions/markdown/src/tableOfContentsProvider.ts @@ -3,22 +3,41 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -'use strict'; - import * as vscode from 'vscode'; import { MarkdownEngine } from './markdownEngine'; +export class Slug { + public static fromHeading(heading: string): Slug { + const slugifiedHeading = encodeURI(heading.trim() + .toLowerCase() + .replace(/[\]\[\!\"\#\$\%\&\'\(\)\*\+\,\.\/\:\;\<\=\>\?\@\\\^\_\{\|\}\~\`]/g, '') + .replace(/\s+/g, '-') + .replace(/^\-+/, '') + .replace(/\-+$/, '')); + + return new Slug(slugifiedHeading); + } + + private constructor( + public readonly value: string + ) { } + + public equals(other: Slug): boolean { + return this.value === other.value; + } +} + export interface TocEntry { - slug: string; - text: string; - level: number; - line: number; - location: vscode.Location; + readonly slug: Slug; + readonly text: string; + readonly level: number; + readonly line: number; + readonly location: vscode.Location; } export class TableOfContentsProvider { - private toc: TocEntry[]; + private toc?: TocEntry[]; public constructor( private engine: MarkdownEngine, @@ -36,14 +55,10 @@ export class TableOfContentsProvider { return this.toc; } - public async lookup(fragment: string): Promise<number> { - const slug = TableOfContentsProvider.slugify(fragment); - for (const entry of await this.getToc()) { - if (entry.slug === slug) { - return entry.line; - } - } - return NaN; + public async lookup(fragment: string): Promise<TocEntry | undefined> { + const toc = await this.getToc(); + const slug = Slug.fromHeading(fragment); + return toc.find(entry => entry.slug.equals(slug)); } private async buildToc(document: vscode.TextDocument): Promise<TocEntry[]> { @@ -53,17 +68,13 @@ export class TableOfContentsProvider { for (const heading of tokens.filter(token => token.type === 'heading_open')) { const lineNumber = heading.map[0]; const line = document.lineAt(lineNumber); - const href = TableOfContentsProvider.slugify(line.text); - const level = TableOfContentsProvider.getHeaderLevel(heading.markup); - if (href) { - toc.push({ - slug: href, - text: TableOfContentsProvider.getHeaderText(line.text), - level: level, - line: lineNumber, - location: new vscode.Location(document.uri, line.range) - }); - } + toc.push({ + slug: Slug.fromHeading(line.text), + text: TableOfContentsProvider.getHeaderText(line.text), + level: TableOfContentsProvider.getHeaderLevel(heading.markup), + line: lineNumber, + location: new vscode.Location(document.uri, line.range) + }); } return toc; } @@ -81,14 +92,4 @@ export class TableOfContentsProvider { private static getHeaderText(header: string): string { return header.replace(/^\s*#+\s*(.*?)\s*#*$/, (_, word) => word.trim()); } - - public static slugify(header: string): string { - return encodeURI(header.trim() - .toLowerCase() - .replace(/[\]\[\!\"\#\$\%\&\'\(\)\*\+\,\.\/\:\;\<\=\>\?\@\\\^\_\{\|\}\~\`]/g, '') - .replace(/\s+/g, '-') - .replace(/^\-+/, '') - .replace(/\-+$/, '')); - } } - diff --git a/extensions/markdown/src/test/index.ts b/extensions/markdown/src/test/index.ts new file mode 100644 index 0000000000..cd9d72c91c --- /dev/null +++ b/extensions/markdown/src/test/index.ts @@ -0,0 +1,28 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +// +// PLEASE DO NOT MODIFY / DELETE UNLESS YOU KNOW WHAT YOU ARE DOING +// +// This file is providing the test runner to use when running extension tests. +// By default the test runner in use is Mocha based. +// +// You can provide your own test runner if you want to override it by exporting +// a function run(testRoot: string, clb: (error:Error) => void) that the extension +// host can call to run the tests. The test runner is expected to use console.log +// to report the results back to the caller. When the tests are finished, return +// a possible error to the callback or null if none. + +const testRunner = require('vscode/lib/testrunner'); + +// You can directly control Mocha options by uncommenting the following lines +// See https://github.com/mochajs/mocha/wiki/Using-mocha-programmatically#set-options for more info +testRunner.configure({ + ui: 'tdd', // the TDD UI is being used in extension.test.ts (suite, test, etc.) + useColors: process.platform !== 'win32', // colored output from test results (only windows cannot handle) + timeout: 60000 +}); + +export = testRunner; diff --git a/extensions/markdown/src/test/tableOfContentsProvider.test.ts b/extensions/markdown/src/test/tableOfContentsProvider.test.ts new file mode 100644 index 0000000000..7c1a46f641 --- /dev/null +++ b/extensions/markdown/src/test/tableOfContentsProvider.test.ts @@ -0,0 +1,131 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as assert from 'assert'; +import * as vscode from 'vscode'; +import 'mocha'; + +import { TableOfContentsProvider } from '../tableOfContentsProvider'; +import { MarkdownEngine } from '../markdownEngine'; + +const testFileName = vscode.Uri.parse('test.md'); + +suite('markdown.TableOfContentsProvider', () => { + test('Lookup should not return anything for empty document', async () => { + const doc = new InMemoryDocument(testFileName, ''); + const provider = new TableOfContentsProvider(new MarkdownEngine(), doc); + + assert.strictEqual(await provider.lookup(''), undefined); + assert.strictEqual(await provider.lookup('foo'), undefined); + }); + + test('Lookup should not return anything for document with no headers', async () => { + const doc = new InMemoryDocument(testFileName, 'a *b*\nc'); + const provider = new TableOfContentsProvider(new MarkdownEngine(), doc); + + assert.strictEqual(await provider.lookup(''), undefined); + assert.strictEqual(await provider.lookup('foo'), undefined); + assert.strictEqual(await provider.lookup('a'), undefined); + assert.strictEqual(await provider.lookup('b'), undefined); + }); + + test('Lookup should return basic #header', async () => { + const doc = new InMemoryDocument(testFileName, `# a\nx\n# c`); + const provider = new TableOfContentsProvider(new MarkdownEngine(), doc); + + { + const entry = await provider.lookup('a'); + assert.ok(entry); + assert.strictEqual(entry!.line, 0); + } + { + assert.strictEqual(await provider.lookup('x'), undefined); + } + { + const entry = await provider.lookup('c'); + assert.ok(entry); + assert.strictEqual(entry!.line, 2); + } + }); + + test('Lookups should be case in-sensitive', async () => { + const doc = new InMemoryDocument(testFileName, `# fOo\n`); + const provider = new TableOfContentsProvider(new MarkdownEngine(), doc); + + assert.strictEqual((await provider.lookup('fOo'))!.line, 0); + assert.strictEqual((await provider.lookup('foo'))!.line, 0); + assert.strictEqual((await provider.lookup('FOO'))!.line, 0); + }); + + test('Lookups should ignore leading and trailing white-space, and collapse internal whitespace', async () => { + const doc = new InMemoryDocument(testFileName, `# f o o \n`); + const provider = new TableOfContentsProvider(new MarkdownEngine(), doc); + + assert.strictEqual((await provider.lookup('f o o'))!.line, 0); + assert.strictEqual((await provider.lookup(' f o o'))!.line, 0); + assert.strictEqual((await provider.lookup(' f o o '))!.line, 0); + assert.strictEqual((await provider.lookup('f o o'))!.line, 0); + assert.strictEqual((await provider.lookup('f o o'))!.line, 0); + + assert.strictEqual(await provider.lookup('f'), undefined); + assert.strictEqual(await provider.lookup('foo'), undefined); + assert.strictEqual(await provider.lookup('fo o'), undefined); + }); +}); + +class InMemoryDocument implements vscode.TextDocument { + private readonly _lines: string[]; + + constructor( + public readonly uri: vscode.Uri, + private readonly _contents: string + ) { + this._lines = this._contents.split(/\n/g); + } + + fileName: string = ''; + isUntitled: boolean = false; + languageId: string = ''; + version: number = 1; + isDirty: boolean = false; + isClosed: boolean = false; + eol: vscode.EndOfLine = vscode.EndOfLine.LF; + + get lineCount(): number { + return this._lines.length; + } + + lineAt(line: any): vscode.TextLine { + return { + lineNumber: line, + text: this._lines[line], + range: new vscode.Range(0, 0, 0, 0), + firstNonWhitespaceCharacterIndex: 0, + rangeIncludingLineBreak: new vscode.Range(0, 0, 0, 0), + isEmptyOrWhitespace: false + }; + } + offsetAt(_position: vscode.Position): never { + throw new Error('Method not implemented.'); + } + positionAt(_offset: number): never { + throw new Error('Method not implemented.'); + } + getText(_range?: vscode.Range | undefined): string { + return this._contents; + } + getWordRangeAtPosition(_position: vscode.Position, _regex?: RegExp | undefined): never { + throw new Error('Method not implemented.'); + } + validateRange(_range: vscode.Range): never { + throw new Error('Method not implemented.'); + } + validatePosition(_position: vscode.Position): never { + throw new Error('Method not implemented.'); + } + save(): never { + throw new Error('Method not implemented.'); + } +} diff --git a/extensions/markdown/src/typings/ref.d.ts b/extensions/markdown/src/typings/ref.d.ts index acf3ed8429..37d9f00e11 100644 --- a/extensions/markdown/src/typings/ref.d.ts +++ b/extensions/markdown/src/typings/ref.d.ts @@ -4,4 +4,5 @@ *--------------------------------------------------------------------------------------------*/ /// <reference path='../../../../src/vs/vscode.d.ts'/> +/// <reference path='../../../../src/vs/vscode.proposed.d.ts'/> /// <reference types='@types/node'/> diff --git a/extensions/markdown/src/util/dispose.ts b/extensions/markdown/src/util/dispose.ts new file mode 100644 index 0000000000..fbce45d605 --- /dev/null +++ b/extensions/markdown/src/util/dispose.ts @@ -0,0 +1,16 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; + +export function disposeAll(disposables: vscode.Disposable[]) { + while (disposables.length) { + const item = disposables.pop(); + if (item) { + item.dispose(); + } + } +} + diff --git a/extensions/markdown/src/util/file.ts b/extensions/markdown/src/util/file.ts new file mode 100644 index 0000000000..c8acf43f6e --- /dev/null +++ b/extensions/markdown/src/util/file.ts @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; + +export function isMarkdownFile(document: vscode.TextDocument) { + return document.languageId === 'markdown'; +} \ No newline at end of file diff --git a/extensions/markdown/src/util/topmostLineMonitor.ts b/extensions/markdown/src/util/topmostLineMonitor.ts new file mode 100644 index 0000000000..b5fc311909 --- /dev/null +++ b/extensions/markdown/src/util/topmostLineMonitor.ts @@ -0,0 +1,75 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import * as vscode from 'vscode'; + +import { disposeAll } from '../util/dispose'; +import { isMarkdownFile } from './file'; + + +export class MarkdownFileTopmostLineMonitor { + private readonly disposables: vscode.Disposable[] = []; + + private readonly pendingUpdates = new Map<string, number>(); + + constructor() { + vscode.window.onDidChangeTextEditorVisibleRanges(event => { + if (isMarkdownFile(event.textEditor.document)) { + const line = getVisibleLine(event.textEditor); + if (line) { + this.updateLine(event.textEditor.document.uri, line); + } + } + }, null, this.disposables); + } + + dispose() { + disposeAll(this.disposables); + } + + private readonly _onDidChangeTopmostLineEmitter = new vscode.EventEmitter<{ resource: vscode.Uri, line: number }>(); + public readonly onDidChangeTopmostLine = this._onDidChangeTopmostLineEmitter.event; + + private updateLine( + resource: vscode.Uri, + line: number + ) { + const key = resource.toString(); + if (!this.pendingUpdates.has(key)) { + // schedule update + setTimeout(() => { + if (this.pendingUpdates.has(key)) { + this._onDidChangeTopmostLineEmitter.fire({ + resource, + line: this.pendingUpdates.get(key) as number + }); + this.pendingUpdates.delete(key); + } + }, 50); + } + + this.pendingUpdates.set(key, line); + } +} + +/** + * Get the top-most visible range of `editor`. + * + * Returns a fractional line number based the visible character within the line. + * Floor to get real line number + */ +export function getVisibleLine( + editor: vscode.TextEditor +): number | undefined { + if (!editor.visibleRanges.length) { + return undefined; + } + + const firstVisiblePosition = editor.visibleRanges[0].start; + const lineNumber = firstVisiblePosition.line; + const line = editor.document.lineAt(lineNumber); + const progress = firstVisiblePosition.character / (line.text.length + 2); + return lineNumber + progress; +} diff --git a/extensions/markdown/syntaxes/gulpfile.js b/extensions/markdown/syntaxes/gulpfile.js deleted file mode 100644 index 9371f0ddc1..0000000000 --- a/extensions/markdown/syntaxes/gulpfile.js +++ /dev/null @@ -1,164 +0,0 @@ -// @ts-check - -var gulp = require('gulp'); -var util = require("gulp-util"); -var replace = require('gulp-replace'); -var rename = require('gulp-rename'); - -const languages = [ - { name: 'css', language: 'css', identifiers: ['css', 'css.erb'], source: 'source.css' }, - { name: 'basic', language: 'html', identifiers: ['html', 'htm', 'shtml', 'xhtml', 'inc', 'tmpl', 'tpl'], source: 'text.html.basic' }, - { name: 'ini', language: 'ini', identifiers: ['ini', 'conf'], source: 'source.ini' }, - { name: 'java', language: 'java', identifiers: ['java', 'bsh'], source: 'source.java' }, - { name: 'lua', language: 'lua', identifiers: ['lua'], source: 'source.lua' }, - { name: 'makefile', language: 'makefile', identifiers: ['Makefile', 'makefile', 'GNUmakefile', 'OCamlMakefile'], source: 'source.makefile' }, - { name: 'perl', language: 'perl', identifiers: ['perl', 'pl', 'pm', 'pod', 't', 'PL', 'psgi', 'vcl'], source: 'source.perl' }, - { name: 'r', language: 'r', identifiers: ['R', 'r', 's', 'S', 'Rprofile'], source: 'source.r' }, - { name: 'ruby', language: 'ruby', identifiers: ['ruby', 'rb', 'rbx', 'rjs', 'Rakefile', 'rake', 'cgi', 'fcgi', 'gemspec', 'irbrc', 'Capfile', 'ru', 'prawn', 'Cheffile', 'Gemfile', 'Guardfile', 'Hobofile', 'Vagrantfile', 'Appraisals', 'Rantfile', 'Berksfile', 'Berksfile.lock', 'Thorfile', 'Puppetfile'], source: 'source.ruby' }, - // Left to its own devices, the PHP grammar will match HTML as a combination of operators - // and constants. Therefore, HTML must take precedence over PHP in order to get proper - // syntax highlighting. - { name: 'php', language: 'php', identifiers: ['php', 'php3', 'php4', 'php5', 'phpt', 'phtml', 'aw', 'ctp'], source: ['text.html.basic', 'text.html.php#language'] }, - { name: 'sql', language: 'sql', identifiers: ['sql', 'ddl', 'dml'], source: 'source.sql' }, - { name: 'vs_net', language: 'vs_net', identifiers: ['vb'], source: 'source.asp.vb.net' }, - { name: 'xml', language: 'xml', identifiers: ['xml', 'xsd', 'tld', 'jsp', 'pt', 'cpt', 'dtml', 'rss', 'opml'], source: 'text.xml' }, - { name: 'xsl', language: 'xsl', identifiers: ['xsl', 'xslt'], source: 'text.xml.xsl' }, - { name: 'yaml', language: 'yaml', identifiers: ['yaml', 'yml'], source: 'source.yaml' }, - { name: 'dosbatch', language: 'dosbatch', identifiers: ['bat', 'batch'], source: 'source.dosbatch' }, - { name: 'clojure', language: 'clojure', identifiers: ['clj', 'cljs', 'clojure'], source: 'source.clojure' }, - { name: 'coffee', language: 'coffee', identifiers: ['coffee', 'Cakefile', 'coffee.erb'], source: 'source.coffee' }, - { name: 'c', language: 'c', identifiers: ['c', 'h'], source: 'source.c' }, - { name: 'cpp', language: 'cpp', identifiers: ['cpp', 'c\\+\\+', 'cxx'], source: 'source.cpp' }, - { name: 'diff', language: 'diff', identifiers: ['patch', 'diff', 'rej'], source: 'source.diff' }, - { name: 'dockerfile', language: 'dockerfile', identifiers: ['dockerfile', 'Dockerfile'], source: 'source.dockerfile' }, - { name: 'git_commit', identifiers: ['COMMIT_EDITMSG', 'MERGE_MSG'], source: 'text.git-commit' }, - { name: 'git_rebase', identifiers: ['git-rebase-todo'], source: 'text.git-rebase' }, - { name: 'go', language: 'go', identifiers: ['go', 'golang'], source: 'source.go' }, - { name: 'groovy', language: 'groovy', identifiers: ['groovy', 'gvy'], source: 'source.groovy' }, - { name: 'jade', language: 'jade', identifiers: ['jade', 'pug'], source: 'text.jade' }, - - { name: 'js', language: 'javascript', identifiers: ['js', 'jsx', 'javascript', 'es6', 'mjs'], source: 'source.js' }, - { name: 'js_regexp', identifiers: ['regexp'], source: 'source.js.regexp' }, - { name: 'json', language: 'json', identifiers: ['json', 'sublime-settings', 'sublime-menu', 'sublime-keymap', 'sublime-mousemap', 'sublime-theme', 'sublime-build', 'sublime-project', 'sublime-completions'], source: 'source.json' }, - { name: 'less', language: 'less', identifiers: ['less'], source: 'source.css.less' }, - { name: 'objc', language: 'objc', identifiers: ['objectivec', 'objective-c', 'mm', 'objc', 'obj-c', 'm', 'h'], source: 'source.objc' }, - { name: 'scss', language: 'scss', identifiers: ['scss'], source: 'source.css.scss' }, - - { name: 'perl6', language: 'perl6', identifiers: ['perl6', 'p6', 'pl6', 'pm6', 'nqp'], source: 'source.perl.6' }, - { name: 'powershell', language: 'powershell', identifiers: ['powershell', 'ps1', 'psm1', 'psd1'], source: 'source.powershell' }, - { name: 'python', language: 'python', identifiers: ['python', 'py', 'py3', 'rpy', 'pyw', 'cpy', 'SConstruct', 'Sconstruct', 'sconstruct', 'SConscript', 'gyp', 'gypi'], source: 'source.python' }, - { name: 'regexp_python', identifiers: ['re'], source: 'source.regexp.python' }, - { name: 'rust', language: 'rust', identifiers: ['rust', 'rs'], source: 'source.rust' }, - { name: 'scala', language: 'scala', identifiers: ['scala', 'sbt'], source: 'source.scala' }, - { name: 'shell', language: 'shellscript', identifiers: ['shell', 'sh', 'bash', 'zsh', 'bashrc', 'bash_profile', 'bash_login', 'profile', 'bash_logout', '.textmate_init'], source: 'source.shell' }, - { name: 'ts', language: 'typescript', identifiers: ['typescript', 'ts'], source: 'source.ts' }, - { name: 'tsx', language: 'typescriptreact', identifiers: ['tsx'], source: 'source.tsx' }, - { name: 'csharp', language: 'csharp', identifiers: ['cs', 'csharp', 'c#'], source: 'source.cs' }, - { name: 'fsharp', language: 'fsharp', identifiers: ['fs', 'fsharp', 'f#'], source: 'source.fsharp' }, -]; - -const fencedCodeBlockDefinition = (name, identifiers, sourceScope, language) => { - if (!Array.isArray(sourceScope)) { - sourceScope = [sourceScope]; - } - - language = language || name - - const scopes = sourceScope.map(scope => - `<dict> - <key>include</key> - <string>${scope}</string> -</dict>`).join('\n'); - - return `<key>fenced_code_block_${name}</key> -<dict> - <key>begin</key> - <string>(^|\\G)(\\s*)(\`{3,}|~{3,})\\s*(?i:(${identifiers.join('|')})(\\s+[^\`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\\G)(\\s*)(.*)</string> - <key>while</key> - <string>(^|\\G)(?!\\s*([\`~]{3,})\\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.${language}</string> - <key>patterns</key> - <array> -${indent(4, scopes)} - </array> - </dict> - </array> -</dict>`; -}; - -const indent = (count, text) => { - const indent = new Array(count + 1).join('\t'); - return text.replace(/^/gm, indent); -}; - -const fencedCodeBlockInclude = (name) => - `<dict> - <key>include</key> - <string>#fenced_code_block_${name}</string> -</dict>`; - - -const fencedCodeBlockDefinitions = () => - languages - .map(language => fencedCodeBlockDefinition(language.name, language.identifiers, language.source, language.language)) - .join('\n'); - - - -const fencedCodeBlockIncludes = () => - languages - .map(language => fencedCodeBlockInclude(language.name)) - .join('\n'); - - -gulp.task('default', function () { - gulp.src(['markdown.tmLanguage.base']) - .pipe(replace('{{languageIncludes}}', indent(4, fencedCodeBlockIncludes()))) - .pipe(replace('{{languageDefinitions}}', indent(4, fencedCodeBlockDefinitions()))) - .pipe(rename('markdown.tmLanguage')) - .pipe(gulp.dest('.')); -}); - -gulp.task('embedded', function () { - const out = {} - for (const lang of languages.filter(x => x.language)) { - out['meta.embedded.block.' +lang.language] = lang.language; - } - util.log(JSON.stringify(out, undefined, 4)); -}); diff --git a/extensions/markdown/syntaxes/markdown.tmLanguage b/extensions/markdown/syntaxes/markdown.tmLanguage deleted file mode 100644 index 1c1edd48ad..0000000000 --- a/extensions/markdown/syntaxes/markdown.tmLanguage +++ /dev/null @@ -1,3702 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>fileTypes</key> - <array> - <string>md</string> - <string>mdown</string> - <string>markdown</string> - <string>markdn</string> - </array> - <key>keyEquivalent</key> - <string>^~M</string> - <key>name</key> - <string>Markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#frontMatter</string> - </dict> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>repository</key> - <dict> - <key>block</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#separator</string> - </dict> - <dict> - <key>include</key> - <string>#heading</string> - </dict> - <dict> - <key>include</key> - <string>#blockquote</string> - </dict> - <dict> - <key>include</key> - <string>#lists</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_css</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_basic</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_ini</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_java</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_lua</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_makefile</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_perl</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_r</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_ruby</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_php</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_sql</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_vs_net</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_xml</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_xsl</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_yaml</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_dosbatch</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_clojure</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_coffee</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_c</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_cpp</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_diff</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_dockerfile</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_git_commit</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_git_rebase</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_go</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_groovy</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_jade</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_js</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_js_regexp</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_json</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_less</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_objc</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_scss</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_perl6</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_powershell</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_python</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_regexp_python</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_rust</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_scala</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_shell</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_ts</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_tsx</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_csharp</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_fsharp</string> - </dict> - <dict> - <key>include</key> - <string>#fenced_code_block_unknown</string> - </dict> - <dict> - <key>include</key> - <string>#raw_block</string> - </dict> - <dict> - <key>include</key> - <string>#link-def</string> - </dict> - <dict> - <key>include</key> - <string>#html</string> - </dict> - <dict> - <key>include</key> - <string>#paragraph</string> - </dict> - </array> - <key>repository</key> - <dict> - <key>blockquote</key> - <dict> - <key>begin</key> - <string>(^|\G)[ ]{0,3}(>) ?</string> - <key>captures</key> - <dict> - <key>2</key> - <dict> - <key>name</key> - <string>beginning.punctuation.definition.quote.markdown</string> - </dict> - </dict> - <key>name</key> - <string>markup.quote.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>while</key> - <string>(^|\G)\s*(>) ?</string> - </dict> - <key>heading</key> - <dict> - <key>begin</key> - <string>(?:^|\G)[ ]{0,3}(#{1,6})\s*(?=[\S[^#]])</string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.heading.markdown</string> - </dict> - </dict> - <key>contentName</key> - <string>entity.name.section.markdown</string> - <key>end</key> - <string>\s*(#{1,6})?$\n?</string> - <key>name</key> - <string>markup.heading.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#inline</string> - </dict> - </array> - </dict> - <key>heading-setext</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>^(={3,})(?=[ \t]*$\n?)</string> - <key>name</key> - <string>markup.heading.setext.1.markdown</string> - </dict> - <dict> - <key>match</key> - <string>^(-{3,})(?=[ \t]*$\n?)</string> - <key>name</key> - <string>markup.heading.setext.2.markdown</string> - </dict> - </array> - </dict> - <key>html</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)\s*(<!--)</string> - <key>end</key> - <string>(-->)</string> - <key>name</key> - <string>comment.block.html</string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.comment.html</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>punctuation.definition.comment.html</string> - </dict> - </dict> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)\s*(?=<(script|style|pre)(\s|$|>)(?!.*?</(script|style|pre)>))</string> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(\s*|$)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - <key>while</key> - <string>^(?!.*</(script|style|pre)>)</string> - </dict> - </array> - <key>end</key> - <string>(?=.*</(script|style|pre)>)</string> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)\s*(?=</?(address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h1|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul)(\s|$|/?>))</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - <key>while</key> - <string>^(?!\s*$)</string> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)\s*(?=(<[a-zA-Z0-9\-](/?>|\s.*?>)|</[a-zA-Z0-9\-]>)\s*$)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - <key>while</key> - <string>^(?!\s*$)</string> - </dict> - </array> - </dict> - <key>link-def</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - <key>10</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>11</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>12</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>13</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>constant.other.reference.link.markdown</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.separator.key-value.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>8</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>9</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - </dict> - <key>match</key> - <string>^(?x: - \s* # Leading whitespace - (\[)(.+?)(\])(:) # Reference name - [ \t]* # Optional whitespace - (<?)(\S+?)(>?) # The url - [ \t]* # Optional whitespace - (?: - ((\().+?(\))) # Match title in quotes… - | ((").+?(")) # or in parens. - )? # Title is optional - \s* # Optional whitespace - $ - )</string> - <key>name</key> - <string>meta.link.reference.def.markdown</string> - </dict> - <key>list_paragraph</key> - <dict> - <key>begin</key> - <string>(^|\G)(?=\S)(?![*+->]\s|[0-9]+\.\s)</string> - <key>name</key> - <string>meta.paragraph.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#inline</string> - </dict> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - <dict> - <key>include</key> - <string>#heading-setext</string> - </dict> - </array> - <key>while</key> - <string>(^|\G)(?!\s*$|#|[ ]{0,3}([-*_>][ ]{2,}){3,}[ \t]*$\n?|[ ]{0,3}[*+->]|[ ]{0,3}[0-9]+\.)</string> - </dict> - <key>lists</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)([ ]{0,3})([*+-])([ ]{1,3}|\t)</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>beginning.punctuation.definition.list.markdown</string> - </dict> - </dict> - <key>comment</key> - <string>Currently does not support un-indented second lines.</string> - <key>name</key> - <string>markup.list.unnumbered.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#list_paragraph</string> - </dict> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>while</key> - <string>((^|\G)([ ]{4}|\t))|(^[ \t]*$)</string> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)([ ]{0,3})([0-9]+\.)([ ]{1,3}|\t)</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>beginning.punctuation.definition.list.markdown</string> - </dict> - </dict> - <key>name</key> - <string>markup.list.numbered.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#list_paragraph</string> - </dict> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>while</key> - <string>((^|\G)([ ]{4}|\t))|(^[ \t]*$)</string> - </dict> - </array> - </dict> - <key>paragraph</key> - <dict> - <key>begin</key> - <string>(^|\G)[ ]{0,3}(?=\S)</string> - <key>name</key> - <string>meta.paragraph.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#inline</string> - </dict> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - <dict> - <key>include</key> - <string>#heading-setext</string> - </dict> - </array> - <key>while</key> - <string>(^|\G)((?=\s*[-=]{3,}\s*$)|[ ]{4,}(?=\S))</string> - </dict> - <key>fenced_code_block_css</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(css|css.erb)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.css</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.css</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_basic</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(html|htm|shtml|xhtml|inc|tmpl|tpl)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.html</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_ini</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(ini|conf)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.ini</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.ini</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_java</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(java|bsh)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.java</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.java</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_lua</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(lua)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.lua</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.lua</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_makefile</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(Makefile|makefile|GNUmakefile|OCamlMakefile)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.makefile</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.makefile</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_perl</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(perl|pl|pm|pod|t|PL|psgi|vcl)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.perl</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.perl</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_r</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(R|r|s|S|Rprofile)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.r</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.r</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_ruby</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(ruby|rb|rbx|rjs|Rakefile|rake|cgi|fcgi|gemspec|irbrc|Capfile|ru|prawn|Cheffile|Gemfile|Guardfile|Hobofile|Vagrantfile|Appraisals|Rantfile|Berksfile|Berksfile.lock|Thorfile|Puppetfile)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.ruby</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.ruby</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_php</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(php|php3|php4|php5|phpt|phtml|aw|ctp)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.php</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - <dict> - <key>include</key> - <string>text.html.php#language</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_sql</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(sql|ddl|dml)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.sql</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.sql</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_vs_net</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(vb)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.vs_net</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.asp.vb.net</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_xml</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(xml|xsd|tld|jsp|pt|cpt|dtml|rss|opml)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.xml</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.xml</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_xsl</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(xsl|xslt)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.xsl</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.xml.xsl</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_yaml</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(yaml|yml)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.yaml</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.yaml</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_dosbatch</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(bat|batch)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.dosbatch</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.dosbatch</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_clojure</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(clj|cljs|clojure)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.clojure</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.clojure</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_coffee</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(coffee|Cakefile|coffee.erb)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.coffee</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.coffee</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_c</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(c|h)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.c</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.c</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_cpp</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(cpp|c\+\+|cxx)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.cpp</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.cpp</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_diff</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(patch|diff|rej)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.diff</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.diff</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_dockerfile</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(dockerfile|Dockerfile)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.dockerfile</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.dockerfile</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_git_commit</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(COMMIT_EDITMSG|MERGE_MSG)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.git_commit</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.git-commit</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_git_rebase</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(git-rebase-todo)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.git_rebase</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.git-rebase</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_go</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(go|golang)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.go</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.go</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_groovy</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(groovy|gvy)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.groovy</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.groovy</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_jade</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(jade|pug)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.jade</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.jade</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_js</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(js|jsx|javascript|es6|mjs)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.javascript</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.js</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_js_regexp</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(regexp)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.js_regexp</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.js.regexp</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_json</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(json|sublime-settings|sublime-menu|sublime-keymap|sublime-mousemap|sublime-theme|sublime-build|sublime-project|sublime-completions)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.json</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.json</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_less</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(less)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.less</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.css.less</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_objc</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(objectivec|objective-c|mm|objc|obj-c|m|h)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.objc</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.objc</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_scss</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(scss)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.scss</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.css.scss</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_perl6</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(perl6|p6|pl6|pm6|nqp)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.perl6</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.perl.6</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_powershell</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(powershell|ps1|psm1|psd1)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.powershell</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_python</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(python|py|py3|rpy|pyw|cpy|SConstruct|Sconstruct|sconstruct|SConscript|gyp|gypi)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.python</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.python</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_regexp_python</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(re)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.regexp_python</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.regexp.python</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_rust</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(rust|rs)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.rust</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.rust</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_scala</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(scala|sbt)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.scala</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.scala</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_shell</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(shell|sh|bash|zsh|bashrc|bash_profile|bash_login|profile|bash_logout|.textmate_init)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.shellscript</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.shell</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_ts</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(typescript|ts)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.typescript</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.ts</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_tsx</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(tsx)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.typescriptreact</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.tsx</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_csharp</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(cs|csharp|c#)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.csharp</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.cs</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_fsharp</key> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?i:(fs|fsharp|f#)(\s+[^`~]*)?$)</string> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>fenced_code.block.language.attributes</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)(\s*)(.*)</string> - <key>while</key> - <string>(^|\G)(?!\s*([`~]{3,})\s*$)</string> - <key>contentName</key> - <string>meta.embedded.block.fsharp</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.fsharp</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>fenced_code_block_unknown</key> - <dict> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?=([^`~]*)?$)</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - </dict> - <key>raw_block</key> - <dict> - <key>begin</key> - <string>(^|\G)([ ]{4}|\t)</string> - <key>name</key> - <string>markup.raw.block.markdown</string> - <key>while</key> - <string>(^|\G)([ ]{4}|\t)</string> - </dict> - <key>separator</key> - <dict> - <key>match</key> - <string>(^|\G)[ ]{0,3}([*-_])([ ]{0,2}\2){2,}[ \t]*$\n?</string> - <key>name</key> - <string>meta.separator.markdown</string> - </dict> - </dict> - </dict> - <key>inline</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#ampersand</string> - </dict> - <dict> - <key>include</key> - <string>#bracket</string> - </dict> - <dict> - <key>include</key> - <string>#bold</string> - </dict> - <dict> - <key>include</key> - <string>#italic</string> - </dict> - <dict> - <key>include</key> - <string>#raw</string> - </dict> - <dict> - <key>include</key> - <string>#escape</string> - </dict> - <dict> - <key>include</key> - <string>#image-inline</string> - </dict> - <dict> - <key>include</key> - <string>#image-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-email</string> - </dict> - <dict> - <key>include</key> - <string>#link-inet</string> - </dict> - <dict> - <key>include</key> - <string>#link-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref-literal</string> - </dict> - </array> - <key>repository</key> - <dict> - <key>ampersand</key> - <dict> - <key>comment</key> - <string> - Markdown will convert this for us. We match it so that the - HTML grammar will not mark it up as invalid. - </string> - <key>match</key> - <string>&(?!([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+);)</string> - <key>name</key> - <string>meta.other.valid-ampersand.markdown</string> - </dict> - <key>bold</key> - <dict> - <key>begin</key> - <string>(?x) - (\*\*|__)(?=\S) # Open - (?= - ( - <[^>]*+> # HTML tags - | (?<raw>`+)([^`]|(?!(?<!`)\k<raw>(?!`))`)*+\k<raw> - # Raw - | \\[\\`*_{}\[\]()#.!+\->]?+ # Escapes - | \[ - ( - (?<square> # Named group - [^\[\]\\] # Match most chars - | \\. # Escaped chars - | \[ \g<square>*+ \] # Nested brackets - )*+ - \] - ( - ( # Reference Link - [ ]? # Optional space - \[[^\]]*+\] # Ref name - ) - | ( # Inline Link - \( # Opening paren - [ \t]*+ # Optional whitespace - <?(.*?)>? # URL - [ \t]*+ # Optional whitespace - ( # Optional Title - (?<title>['"]) - (.*?) - \k<title> - )? - \) - ) - ) - ) - | (?!(?<=\S)\1). # Everything besides - # style closer - )++ - (?<=\S)\1 # Close - ) - </string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.bold.markdown</string> - </dict> - </dict> - <key>end</key> - <string>(?<=\S)(\1)</string> - <key>name</key> - <string>markup.bold.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>applyEndPatternLast</key> - <integer>1</integer> - <key>begin</key> - <string>(?=<[^>]*?>)</string> - <key>end</key> - <string>(?<=>)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - </dict> - <dict> - <key>include</key> - <string>#escape</string> - </dict> - <dict> - <key>include</key> - <string>#ampersand</string> - </dict> - <dict> - <key>include</key> - <string>#bracket</string> - </dict> - <dict> - <key>include</key> - <string>#raw</string> - </dict> - <dict> - <key>include</key> - <string>#italic</string> - </dict> - <dict> - <key>include</key> - <string>#image-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inet</string> - </dict> - <dict> - <key>include</key> - <string>#link-email</string> - </dict> - <dict> - <key>include</key> - <string>#image-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref-literal</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref</string> - </dict> - </array> - </dict> - <key>bracket</key> - <dict> - <key>comment</key> - <string> - Markdown will convert this for us. We match it so that the - HTML grammar will not mark it up as invalid. - </string> - <key>match</key> - <string><(?![a-z/?\$!])</string> - <key>name</key> - <string>meta.other.valid-bracket.markdown</string> - </dict> - <key>escape</key> - <dict> - <key>match</key> - <string>\\[-`*_#+.!(){}\[\]\\>]</string> - <key>name</key> - <string>constant.character.escape.markdown</string> - </dict> - <key>image-inline</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>9</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>10</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>11</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>12</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>13</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>14</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>15</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.description.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>markup.underline.link.image.markdown</string> - </dict> - <key>8</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(?x: - (\!\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\]) - # Match the link text. - (\() # Opening paren for url - (<?)(\S+?)(>?) # The url - [ \t]* # Optional whitespace - (?: - ((\().+?(\))) # Match title in parens… - | ((").+?(")) # or in quotes. - )? # Title is optional - \s* # Optional whitespace - (\)) - )</string> - <key>name</key> - <string>meta.image.inline.markdown</string> - </dict> - <key>image-ref</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.description.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>constant.other.reference.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(\!\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)(.*?)(\])</string> - <key>name</key> - <string>meta.image.reference.markdown</string> - </dict> - <key>italic</key> - <dict> - <key>begin</key> - <string>(?x) - (\*|_)(?=\S) # Open - (?= - ( - <[^>]*+> # HTML tags - | (?<raw>`+)([^`]|(?!(?<!`)\k<raw>(?!`))`)*+\k<raw> - # Raw - | \\[\\`*_{}\[\]()#.!+\->]?+ # Escapes - | \[ - ( - (?<square> # Named group - [^\[\]\\] # Match most chars - | \\. # Escaped chars - | \[ \g<square>*+ \] # Nested brackets - )*+ - \] - ( - ( # Reference Link - [ ]? # Optional space - \[[^\]]*+\] # Ref name - ) - | ( # Inline Link - \( # Opening paren - [ \t]*+ # Optional whtiespace - <?(.*?)>? # URL - [ \t]*+ # Optional whtiespace - ( # Optional Title - (?<title>['"]) - (.*?) - \k<title> - )? - \) - ) - ) - ) - | \1\1 # Must be bold closer - | (?!(?<=\S)\1). # Everything besides - # style closer - )++ - (?<=\S)\1 # Close - ) - </string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.italic.markdown</string> - </dict> - </dict> - <key>end</key> - <string>(?<=\S)(\1)((?!\1)|(?=\1\1))</string> - <key>name</key> - <string>markup.italic.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>applyEndPatternLast</key> - <integer>1</integer> - <key>begin</key> - <string>(?=<[^>]*?>)</string> - <key>end</key> - <string>(?<=>)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - </dict> - <dict> - <key>include</key> - <string>#escape</string> - </dict> - <dict> - <key>include</key> - <string>#ampersand</string> - </dict> - <dict> - <key>include</key> - <string>#bracket</string> - </dict> - <dict> - <key>include</key> - <string>#raw</string> - </dict> - <dict> - <key>include</key> - <string>#bold</string> - </dict> - <dict> - <key>include</key> - <string>#image-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inet</string> - </dict> - <dict> - <key>include</key> - <string>#link-email</string> - </dict> - <dict> - <key>include</key> - <string>#image-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref-literal</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref</string> - </dict> - </array> - </dict> - <key>link-email</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(<)((?:mailto:)?[-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(>)</string> - <key>name</key> - <string>meta.link.email.lt-gt.markdown</string> - </dict> - <key>link-inet</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(<)((?:https?|ftp)://.*?)(>)</string> - <key>name</key> - <string>meta.link.inet.markdown</string> - </dict> - <key>link-inline</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>9</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>10</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>11</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>12</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>13</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>14</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>15</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.title.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>8</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(?x: - (\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\]) - # Match the link text. - (\() # Opening paren for url - (<?)(.*?)(>?) # The url - [ \t]* # Optional whitespace - (?: - ((\().+?(\))) # Match title in parens… - | ((").+?(")) # or in quotes. - )? # Title is optional - \s* # Optional whitespace - (\)) - )</string> - <key>name</key> - <string>meta.link.inline.markdown</string> - </dict> - <key>link-ref</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.title.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.begin.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>constant.other.reference.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.end.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])(\[)([^\]]*+)(\])</string> - <key>name</key> - <string>meta.link.reference.markdown</string> - </dict> - <key>link-ref-literal</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.title.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.begin.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.end.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)(\])</string> - <key>name</key> - <string>meta.link.reference.literal.markdown</string> - </dict> - <key>raw</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.raw.markdown</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.raw.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(`+)([^`]|(?!(?<!`)\1(?!`))`)*+(\1)</string> - <key>name</key> - <string>markup.inline.raw.string.markdown</string> - </dict> - </dict> - </dict> - <key>frontMatter</key> - <dict> - <key>contentName</key> - <string>meta.embedded.block.frontmatter</string> - <key>begin</key> - <string>\A-{3}\s*$</string> - <key>while</key> - <string>^(?!(-{3}|\.{3})\s*$)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.yaml</string> - </dict> - </array> - </dict> - </dict> - <key>scopeName</key> - <string>text.html.markdown</string> - <key>uuid</key> - <string>0A1D9874-B448-11D9-BD50-000D93B6E43C</string> -</dict> -</plist> diff --git a/extensions/markdown/syntaxes/markdown.tmLanguage.base b/extensions/markdown/syntaxes/markdown.tmLanguage.base deleted file mode 100644 index 91e71b45a4..0000000000 --- a/extensions/markdown/syntaxes/markdown.tmLanguage.base +++ /dev/null @@ -1,1192 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>fileTypes</key> - <array> - <string>md</string> - <string>mdown</string> - <string>markdown</string> - <string>markdn</string> - </array> - <key>keyEquivalent</key> - <string>^~M</string> - <key>name</key> - <string>Markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#frontMatter</string> - </dict> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>repository</key> - <dict> - <key>block</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#separator</string> - </dict> - <dict> - <key>include</key> - <string>#heading</string> - </dict> - <dict> - <key>include</key> - <string>#blockquote</string> - </dict> - <dict> - <key>include</key> - <string>#lists</string> - </dict> -{{languageIncludes}} - <dict> - <key>include</key> - <string>#fenced_code_block_unknown</string> - </dict> - <dict> - <key>include</key> - <string>#raw_block</string> - </dict> - <dict> - <key>include</key> - <string>#link-def</string> - </dict> - <dict> - <key>include</key> - <string>#html</string> - </dict> - <dict> - <key>include</key> - <string>#paragraph</string> - </dict> - </array> - <key>repository</key> - <dict> - <key>blockquote</key> - <dict> - <key>begin</key> - <string>(^|\G)[ ]{0,3}(>) ?</string> - <key>captures</key> - <dict> - <key>2</key> - <dict> - <key>name</key> - <string>beginning.punctuation.definition.quote.markdown</string> - </dict> - </dict> - <key>name</key> - <string>markup.quote.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>while</key> - <string>(^|\G)\s*(>) ?</string> - </dict> - <key>heading</key> - <dict> - <key>begin</key> - <string>(?:^|\G)[ ]{0,3}(#{1,6})\s*(?=[\S[^#]])</string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.heading.markdown</string> - </dict> - </dict> - <key>contentName</key> - <string>entity.name.section.markdown</string> - <key>end</key> - <string>\s*(#{1,6})?$\n?</string> - <key>name</key> - <string>markup.heading.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#inline</string> - </dict> - </array> - </dict> - <key>heading-setext</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>^(={3,})(?=[ \t]*$\n?)</string> - <key>name</key> - <string>markup.heading.setext.1.markdown</string> - </dict> - <dict> - <key>match</key> - <string>^(-{3,})(?=[ \t]*$\n?)</string> - <key>name</key> - <string>markup.heading.setext.2.markdown</string> - </dict> - </array> - </dict> - <key>html</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)\s*(<!--)</string> - <key>end</key> - <string>(-->)</string> - <key>name</key> - <string>comment.block.html</string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.comment.html</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>punctuation.definition.comment.html</string> - </dict> - </dict> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)\s*(?=<(script|style|pre)(\s|$|>)(?!.*?</(script|style|pre)>))</string> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(\s*|$)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - <key>while</key> - <string>^(?!.*</(script|style|pre)>)</string> - </dict> - </array> - <key>end</key> - <string>(?=.*</(script|style|pre)>)</string> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)\s*(?=</?(address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h1|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul)(\s|$|/?>))</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - <key>while</key> - <string>^(?!\s*$)</string> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)\s*(?=(<[a-zA-Z0-9\-](/?>|\s.*?>)|</[a-zA-Z0-9\-]>)\s*$)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - <key>while</key> - <string>^(?!\s*$)</string> - </dict> - </array> - </dict> - <key>link-def</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - <key>10</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>11</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>12</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>13</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>constant.other.reference.link.markdown</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.separator.key-value.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>8</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>9</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - </dict> - <key>match</key> - <string>^(?x: - \s* # Leading whitespace - (\[)(.+?)(\])(:) # Reference name - [ \t]* # Optional whitespace - (<?)(\S+?)(>?) # The url - [ \t]* # Optional whitespace - (?: - ((\().+?(\))) # Match title in quotes… - | ((").+?(")) # or in parens. - )? # Title is optional - \s* # Optional whitespace - $ - )</string> - <key>name</key> - <string>meta.link.reference.def.markdown</string> - </dict> - <key>list_paragraph</key> - <dict> - <key>begin</key> - <string>(^|\G)(?=\S)(?![*+->]\s|[0-9]+\.\s)</string> - <key>name</key> - <string>meta.paragraph.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#inline</string> - </dict> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - <dict> - <key>include</key> - <string>#heading-setext</string> - </dict> - </array> - <key>while</key> - <string>(^|\G)(?!\s*$|#|[ ]{0,3}([-*_>][ ]{2,}){3,}[ \t]*$\n?|[ ]{0,3}[*+->]|[ ]{0,3}[0-9]+\.)</string> - </dict> - <key>lists</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>(^|\G)([ ]{0,3})([*+-])([ ]{1,3}|\t)</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>beginning.punctuation.definition.list.markdown</string> - </dict> - </dict> - <key>comment</key> - <string>Currently does not support un-indented second lines.</string> - <key>name</key> - <string>markup.list.unnumbered.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#list_paragraph</string> - </dict> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>while</key> - <string>((^|\G)([ ]{4}|\t))|(^[ \t]*$)</string> - </dict> - <dict> - <key>begin</key> - <string>(^|\G)([ ]{0,3})([0-9]+\.)([ ]{1,3}|\t)</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>beginning.punctuation.definition.list.markdown</string> - </dict> - </dict> - <key>name</key> - <string>markup.list.numbered.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#list_paragraph</string> - </dict> - <dict> - <key>include</key> - <string>#block</string> - </dict> - </array> - <key>while</key> - <string>((^|\G)([ ]{4}|\t))|(^[ \t]*$)</string> - </dict> - </array> - </dict> - <key>paragraph</key> - <dict> - <key>begin</key> - <string>(^|\G)[ ]{0,3}(?=\S)</string> - <key>name</key> - <string>meta.paragraph.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#inline</string> - </dict> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - <dict> - <key>include</key> - <string>#heading-setext</string> - </dict> - </array> - <key>while</key> - <string>(^|\G)((?=\s*[-=]{3,}\s*$)|[ ]{4,}(?=\S))</string> - </dict> -{{languageDefinitions}} - <key>fenced_code_block_unknown</key> - <dict> - <key>name</key> - <string>markup.fenced_code.block.markdown</string> - <key>begin</key> - <string>(^|\G)(\s*)(`{3,}|~{3,})\s*(?=([^`~]*)?$)</string> - <key>end</key> - <string>(^|\G)(\2|\s{0,3})(\3)\s*$</string> - <key>beginCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>fenced_code.block.language</string> - </dict> - </dict> - <key>endCaptures</key> - <dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.markdown</string> - </dict> - </dict> - </dict> - <key>raw_block</key> - <dict> - <key>begin</key> - <string>(^|\G)([ ]{4}|\t)</string> - <key>name</key> - <string>markup.raw.block.markdown</string> - <key>while</key> - <string>(^|\G)([ ]{4}|\t)</string> - </dict> - <key>separator</key> - <dict> - <key>match</key> - <string>(^|\G)[ ]{0,3}([*-_])([ ]{0,2}\2){2,}[ \t]*$\n?</string> - <key>name</key> - <string>meta.separator.markdown</string> - </dict> - </dict> - </dict> - <key>inline</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#ampersand</string> - </dict> - <dict> - <key>include</key> - <string>#bracket</string> - </dict> - <dict> - <key>include</key> - <string>#bold</string> - </dict> - <dict> - <key>include</key> - <string>#italic</string> - </dict> - <dict> - <key>include</key> - <string>#raw</string> - </dict> - <dict> - <key>include</key> - <string>#escape</string> - </dict> - <dict> - <key>include</key> - <string>#image-inline</string> - </dict> - <dict> - <key>include</key> - <string>#image-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-email</string> - </dict> - <dict> - <key>include</key> - <string>#link-inet</string> - </dict> - <dict> - <key>include</key> - <string>#link-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref-literal</string> - </dict> - </array> - <key>repository</key> - <dict> - <key>ampersand</key> - <dict> - <key>comment</key> - <string> - Markdown will convert this for us. We match it so that the - HTML grammar will not mark it up as invalid. - </string> - <key>match</key> - <string>&(?!([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+);)</string> - <key>name</key> - <string>meta.other.valid-ampersand.markdown</string> - </dict> - <key>bold</key> - <dict> - <key>begin</key> - <string>(?x) - (\*\*|__)(?=\S) # Open - (?= - ( - <[^>]*+> # HTML tags - | (?<raw>`+)([^`]|(?!(?<!`)\k<raw>(?!`))`)*+\k<raw> - # Raw - | \\[\\`*_{}\[\]()#.!+\->]?+ # Escapes - | \[ - ( - (?<square> # Named group - [^\[\]\\] # Match most chars - | \\. # Escaped chars - | \[ \g<square>*+ \] # Nested brackets - )*+ - \] - ( - ( # Reference Link - [ ]? # Optional space - \[[^\]]*+\] # Ref name - ) - | ( # Inline Link - \( # Opening paren - [ \t]*+ # Optional whitespace - <?(.*?)>? # URL - [ \t]*+ # Optional whitespace - ( # Optional Title - (?<title>['"]) - (.*?) - \k<title> - )? - \) - ) - ) - ) - | (?!(?<=\S)\1). # Everything besides - # style closer - )++ - (?<=\S)\1 # Close - ) - </string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.bold.markdown</string> - </dict> - </dict> - <key>end</key> - <string>(?<=\S)(\1)</string> - <key>name</key> - <string>markup.bold.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>applyEndPatternLast</key> - <integer>1</integer> - <key>begin</key> - <string>(?=<[^>]*?>)</string> - <key>end</key> - <string>(?<=>)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - </dict> - <dict> - <key>include</key> - <string>#escape</string> - </dict> - <dict> - <key>include</key> - <string>#ampersand</string> - </dict> - <dict> - <key>include</key> - <string>#bracket</string> - </dict> - <dict> - <key>include</key> - <string>#raw</string> - </dict> - <dict> - <key>include</key> - <string>#italic</string> - </dict> - <dict> - <key>include</key> - <string>#image-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inet</string> - </dict> - <dict> - <key>include</key> - <string>#link-email</string> - </dict> - <dict> - <key>include</key> - <string>#image-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref-literal</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref</string> - </dict> - </array> - </dict> - <key>bracket</key> - <dict> - <key>comment</key> - <string> - Markdown will convert this for us. We match it so that the - HTML grammar will not mark it up as invalid. - </string> - <key>match</key> - <string><(?![a-z/?\$!])</string> - <key>name</key> - <string>meta.other.valid-bracket.markdown</string> - </dict> - <key>escape</key> - <dict> - <key>match</key> - <string>\\[-`*_#+.!(){}\[\]\\>]</string> - <key>name</key> - <string>constant.character.escape.markdown</string> - </dict> - <key>image-inline</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>9</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>10</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>11</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>12</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>13</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>14</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.markdown</string> - </dict> - <key>15</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.description.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>markup.underline.link.image.markdown</string> - </dict> - <key>8</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(?x: - (\!\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\]) - # Match the link text. - (\() # Opening paren for url - (<?)(\S+?)(>?) # The url - [ \t]* # Optional whitespace - (?: - ((\().+?(\))) # Match title in parens… - | ((").+?(")) # or in quotes. - )? # Title is optional - \s* # Optional whitespace - (\)) - )</string> - <key>name</key> - <string>meta.image.inline.markdown</string> - </dict> - <key>image-ref</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.description.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>constant.other.reference.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(\!\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)(.*?)(\])</string> - <key>name</key> - <string>meta.image.reference.markdown</string> - </dict> - <key>italic</key> - <dict> - <key>begin</key> - <string>(?x) - (\*|_)(?=\S) # Open - (?= - ( - <[^>]*+> # HTML tags - | (?<raw>`+)([^`]|(?!(?<!`)\k<raw>(?!`))`)*+\k<raw> - # Raw - | \\[\\`*_{}\[\]()#.!+\->]?+ # Escapes - | \[ - ( - (?<square> # Named group - [^\[\]\\] # Match most chars - | \\. # Escaped chars - | \[ \g<square>*+ \] # Nested brackets - )*+ - \] - ( - ( # Reference Link - [ ]? # Optional space - \[[^\]]*+\] # Ref name - ) - | ( # Inline Link - \( # Opening paren - [ \t]*+ # Optional whtiespace - <?(.*?)>? # URL - [ \t]*+ # Optional whtiespace - ( # Optional Title - (?<title>['"]) - (.*?) - \k<title> - )? - \) - ) - ) - ) - | \1\1 # Must be bold closer - | (?!(?<=\S)\1). # Everything besides - # style closer - )++ - (?<=\S)\1 # Close - ) - </string> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.italic.markdown</string> - </dict> - </dict> - <key>end</key> - <string>(?<=\S)(\1)((?!\1)|(?=\1\1))</string> - <key>name</key> - <string>markup.italic.markdown</string> - <key>patterns</key> - <array> - <dict> - <key>applyEndPatternLast</key> - <integer>1</integer> - <key>begin</key> - <string>(?=<[^>]*?>)</string> - <key>end</key> - <string>(?<=>)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>text.html.basic</string> - </dict> - </array> - </dict> - <dict> - <key>include</key> - <string>#escape</string> - </dict> - <dict> - <key>include</key> - <string>#ampersand</string> - </dict> - <dict> - <key>include</key> - <string>#bracket</string> - </dict> - <dict> - <key>include</key> - <string>#raw</string> - </dict> - <dict> - <key>include</key> - <string>#bold</string> - </dict> - <dict> - <key>include</key> - <string>#image-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inline</string> - </dict> - <dict> - <key>include</key> - <string>#link-inet</string> - </dict> - <dict> - <key>include</key> - <string>#link-email</string> - </dict> - <dict> - <key>include</key> - <string>#image-ref</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref-literal</string> - </dict> - <dict> - <key>include</key> - <string>#link-ref</string> - </dict> - </array> - </dict> - <key>link-email</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(<)((?:mailto:)?[-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(>)</string> - <key>name</key> - <string>meta.link.email.lt-gt.markdown</string> - </dict> - <key>link-inet</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(<)((?:https?|ftp)://.*?)(>)</string> - <key>name</key> - <string>meta.link.inet.markdown</string> - </dict> - <key>link-inline</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>9</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>10</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>11</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>12</key> - <dict> - <key>name</key> - <string>string.other.link.description.title.markdown</string> - </dict> - <key>13</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>14</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>15</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.title.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.metadata.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>markup.underline.link.markdown</string> - </dict> - <key>8</key> - <dict> - <key>name</key> - <string>punctuation.definition.link.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(?x: - (\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\]) - # Match the link text. - (\() # Opening paren for url - (<?)(.*?)(>?) # The url - [ \t]* # Optional whitespace - (?: - ((\().+?(\))) # Match title in parens… - | ((").+?(")) # or in quotes. - )? # Title is optional - \s* # Optional whitespace - (\)) - )</string> - <key>name</key> - <string>meta.link.inline.markdown</string> - </dict> - <key>link-ref</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.title.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.begin.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>constant.other.reference.link.markdown</string> - </dict> - <key>7</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.end.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])(\[)([^\]]*+)(\])</string> - <key>name</key> - <string>meta.link.reference.markdown</string> - </dict> - <key>link-ref-literal</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.markdown</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>string.other.link.title.markdown</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.markdown</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.begin.markdown</string> - </dict> - <key>6</key> - <dict> - <key>name</key> - <string>punctuation.definition.constant.end.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)(\])</string> - <key>name</key> - <string>meta.link.reference.literal.markdown</string> - </dict> - <key>raw</key> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.definition.raw.markdown</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>punctuation.definition.raw.markdown</string> - </dict> - </dict> - <key>match</key> - <string>(`+)([^`]|(?!(?<!`)\1(?!`))`)*+(\1)</string> - <key>name</key> - <string>markup.inline.raw.string.markdown</string> - </dict> - </dict> - </dict> - <key>frontMatter</key> - <dict> - <key>contentName</key> - <string>meta.embedded.block.frontmatter</string> - <key>begin</key> - <string>\A-{3}\s*$</string> - <key>while</key> - <string>^(?!(-{3}|\.{3})\s*$)</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.yaml</string> - </dict> - </array> - </dict> - </dict> - <key>scopeName</key> - <string>text.html.markdown</string> - <key>uuid</key> - <string>0A1D9874-B448-11D9-BD50-000D93B6E43C</string> -</dict> -</plist> diff --git a/extensions/markdown/tsconfig.json b/extensions/markdown/tsconfig.json index e4cb92ddee..b0c5b388ee 100644 --- a/extensions/markdown/tsconfig.json +++ b/extensions/markdown/tsconfig.json @@ -13,7 +13,8 @@ "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, - "strict": true + "strict": true, + "alwaysStrict": true }, "include": [ "src/**/*" diff --git a/extensions/markdown/yarn.lock b/extensions/markdown/yarn.lock index 2b58fcb5d2..18049ad211 100644 --- a/extensions/markdown/yarn.lock +++ b/extensions/markdown/yarn.lock @@ -14,9 +14,52 @@ version "7.0.43" resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.43.tgz#a187e08495a075f200ca946079c914e1a5fe962c" -applicationinsights@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-0.18.0.tgz#162ebb48a383408bc4de44db32b417307f45bbc1" +ajv@^5.1.0: + version "5.5.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965" + dependencies: + co "^4.6.0" + fast-deep-equal "^1.0.0" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.3.0" + +ansi-cyan@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873" + dependencies: + ansi-wrap "0.1.0" + +ansi-gray@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-gray/-/ansi-gray-0.1.1.tgz#2962cf54ec9792c48510a3deb524436861ef7251" + dependencies: + ansi-wrap "0.1.0" + +ansi-red@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-red/-/ansi-red-0.1.1.tgz#8c638f9d1080800a353c9c28c8a81ca4705d946c" + dependencies: + ansi-wrap "0.1.0" + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + +ansi-styles@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" + +ansi-wrap@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf" + +applicationinsights@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.1.tgz#53446b830fe8d5d619eee2a278b31d3d25030927" + dependencies: + diagnostic-channel "0.2.0" + diagnostic-channel-publishers "0.2.1" + zone.js "0.7.6" argparse@^1.0.7: version "1.0.9" @@ -24,52 +67,915 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" -binaryextensions@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/binaryextensions/-/binaryextensions-1.0.1.tgz#1e637488b35b58bda5f4774bf96a5212a8c90755" +arr-diff@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz#687c32758163588fef7de7b36fabe495eb1a399a" + dependencies: + arr-flatten "^1.0.1" + array-slice "^0.2.3" -core-util-is@~1.0.0: +arr-diff@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" + dependencies: + arr-flatten "^1.0.1" + +arr-flatten@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + +arr-union@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz#20f9eab5ec70f5c7d215b1077b1c39161d292c7d" + +array-differ@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" + +array-slice@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5" + +array-union@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" + dependencies: + array-uniq "^1.0.1" + +array-uniq@^1.0.1, array-uniq@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + +array-unique@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" + +arrify@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" + +asn1@~0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" + +assert-plus@1.0.0, assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + +assert-plus@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + +aws-sign2@~0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" + +aws-sign2@~0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + +aws4@^1.2.1, aws4@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + +bcrypt-pbkdf@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d" + dependencies: + tweetnacl "^0.14.3" + +beeper@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/beeper/-/beeper-1.1.1.tgz#e6d5ea8c5dad001304a70b22638447f69cb2f809" + +block-stream@*: + version "0.0.9" + resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" + dependencies: + inherits "~2.0.0" + +boom@2.x.x: + version "2.10.1" + resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" + dependencies: + hoek "2.x.x" + +boom@4.x.x: + version "4.3.1" + resolved "https://registry.yarnpkg.com/boom/-/boom-4.3.1.tgz#4f8a3005cb4a7e3889f749030fd25b96e01d2e31" + dependencies: + hoek "4.x.x" + +boom@5.x.x: + version "5.2.0" + resolved "https://registry.yarnpkg.com/boom/-/boom-5.2.0.tgz#5dd9da6ee3a5f302077436290cb717d3f4a54e02" + dependencies: + hoek "4.x.x" + +brace-expansion@^1.1.7: + version "1.1.8" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292" + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^1.8.2: + version "1.8.5" + resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" + dependencies: + expand-range "^1.8.1" + preserve "^0.2.0" + repeat-element "^1.1.2" + +browser-stdout@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f" + +buffer-crc32@~0.2.3: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + +caseless@~0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" + +caseless@~0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + +chalk@^1.0.0, chalk@^1.1.1: + version "1.1.3" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" + dependencies: + ansi-styles "^2.2.1" + escape-string-regexp "^1.0.2" + has-ansi "^2.0.0" + strip-ansi "^3.0.0" + supports-color "^2.0.0" + +clone-buffer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58" + +clone-stats@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" + +clone-stats@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680" + +clone@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/clone/-/clone-0.2.0.tgz#c6126a90ad4f72dbf5acdb243cc37724fe93fc1f" + +clone@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.3.tgz#298d7e2231660f40c003c2ed3140decf3f53085f" + +clone@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.1.tgz#d217d1e961118e3ac9a4b8bba3285553bf647cdb" + +cloneable-readable@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-1.0.0.tgz#a6290d413f217a61232f95e458ff38418cfb0117" + dependencies: + inherits "^2.0.1" + process-nextick-args "^1.0.6" + through2 "^2.0.1" + +co@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" + +color-support@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + +combined-stream@^1.0.5, combined-stream@~1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" + dependencies: + delayed-stream "~1.0.0" + +commander@2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563" + +commander@^2.9.0: + version "2.14.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + +convert-source-map@^1.1.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" + +core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" +cryptiles@2.x.x: + version "2.0.5" + resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" + dependencies: + boom "2.x.x" + +cryptiles@3.x.x: + version "3.1.2" + resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.2.tgz#a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe" + dependencies: + boom "5.x.x" + +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + dependencies: + assert-plus "^1.0.0" + +dateformat@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.2.0.tgz#4065e2013cf9fb916ddfd82efb506ad4c6769062" + +debug@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" + dependencies: + ms "2.0.0" + +deep-assign@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/deep-assign/-/deep-assign-1.0.0.tgz#b092743be8427dc621ea0067cdec7e70dd19f37b" + dependencies: + is-obj "^1.0.0" + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + +diagnostic-channel-publishers@0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/diagnostic-channel-publishers/-/diagnostic-channel-publishers-0.2.1.tgz#8e2d607a8b6d79fe880b548bc58cc6beb288c4f3" + +diagnostic-channel@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/diagnostic-channel/-/diagnostic-channel-0.2.0.tgz#cc99af9612c23fb1fff13612c72f2cbfaa8d5a17" + dependencies: + semver "^5.3.0" + +diff@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75" + +duplexer2@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" + dependencies: + readable-stream "~1.1.9" + +duplexer@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" + +duplexify@^3.2.0: + version "3.5.3" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.3.tgz#8b5818800df92fd0125b27ab896491912858243e" + dependencies: + end-of-stream "^1.0.0" + inherits "^2.0.1" + readable-stream "^2.0.0" + stream-shift "^1.0.0" + +ecc-jsbn@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" + dependencies: + jsbn "~0.1.0" + +end-of-stream@^1.0.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" + dependencies: + once "^1.4.0" + entities@~1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0" -escape-string-regexp@^1.0.3: +escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" -gulp-rename@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/gulp-rename/-/gulp-rename-1.2.2.tgz#3ad4428763f05e2764dec1c67d868db275687817" - -gulp-replace@^0.5.4: - version "0.5.4" - resolved "https://registry.yarnpkg.com/gulp-replace/-/gulp-replace-0.5.4.tgz#69a67914bbd13c562bff14f504a403796aa0daa9" +event-stream@^3.3.1, event-stream@~3.3.4: + version "3.3.4" + resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" dependencies: - istextorbinary "1.0.2" - readable-stream "^2.0.1" - replacestream "^4.0.0" + duplexer "~0.1.1" + from "~0" + map-stream "~0.1.0" + pause-stream "0.0.11" + split "0.3" + stream-combiner "~0.0.4" + through "~2.3.1" + +expand-brackets@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" + dependencies: + is-posix-bracket "^0.1.0" + +expand-range@^1.8.1: + version "1.8.2" + resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" + dependencies: + fill-range "^2.1.0" + +extend-shallow@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz#19d6bf94dfc09d76ba711f39b872d21ff4dd9071" + dependencies: + kind-of "^1.1.0" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + dependencies: + is-extendable "^0.1.0" + +extend@^3.0.0, extend@~3.0.0, extend@~3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" + +extglob@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" + dependencies: + is-extglob "^1.0.0" + +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + +extsprintf@^1.2.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" + +fancy-log@^1.1.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.2.tgz#f41125e3d84f2e7d89a43d06d958c8f78be16be1" + dependencies: + ansi-gray "^0.1.1" + color-support "^1.1.3" + time-stamp "^1.0.0" + +fast-deep-equal@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff" + +fast-json-stable-stringify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" + +fd-slicer@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65" + dependencies: + pend "~1.2.0" + +filename-regex@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" + +fill-range@^2.1.0: + version "2.2.3" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723" + dependencies: + is-number "^2.1.0" + isobject "^2.0.0" + randomatic "^1.1.3" + repeat-element "^1.1.2" + repeat-string "^1.5.2" + +first-chunk-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz#59bfb50cd905f60d7c394cd3d9acaab4e6ad934e" + +for-in@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + +for-own@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" + dependencies: + for-in "^1.0.1" + +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + +form-data@~2.1.1: + version "2.1.4" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1" + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.5" + mime-types "^2.1.12" + +form-data@~2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.1.tgz#6fb94fbd71885306d73d15cc497fe4cc4ecd44bf" + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.5" + mime-types "^2.1.12" + +from@~0: + version "0.1.7" + resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + +fstream@^1.0.2: + version "1.0.11" + resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171" + dependencies: + graceful-fs "^4.1.2" + inherits "~2.0.0" + mkdirp ">=0.5 0" + rimraf "2" + +generate-function@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74" + +generate-object-property@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0" + dependencies: + is-property "^1.0.0" + +getpass@^0.1.1: + version "0.1.7" + resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + dependencies: + assert-plus "^1.0.0" + +glob-base@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" + dependencies: + glob-parent "^2.0.0" + is-glob "^2.0.0" + +glob-parent@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" + dependencies: + is-glob "^2.0.0" + +glob-parent@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob-stream@^5.3.2: + version "5.3.5" + resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-5.3.5.tgz#a55665a9a8ccdc41915a87c701e32d4e016fad22" + dependencies: + extend "^3.0.0" + glob "^5.0.3" + glob-parent "^3.0.0" + micromatch "^2.3.7" + ordered-read-streams "^0.3.0" + through2 "^0.6.0" + to-absolute-glob "^0.1.1" + unique-stream "^2.0.2" + +glob@7.1.2, glob@^7.0.5, glob@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +glob@^5.0.3: + version "5.0.15" + resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1" + dependencies: + inflight "^1.0.4" + inherits "2" + minimatch "2 || 3" + once "^1.3.0" + path-is-absolute "^1.0.0" + +glogg@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/glogg/-/glogg-1.0.1.tgz#dcf758e44789cc3f3d32c1f3562a3676e6a34810" + dependencies: + sparkles "^1.0.0" + +graceful-fs@^4.0.0, graceful-fs@^4.1.2: + version "4.1.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" + +growl@1.10.3: + version "1.10.3" + resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.3.tgz#1926ba90cf3edfe2adb4927f5880bc22c66c790f" + +gulp-chmod@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/gulp-chmod/-/gulp-chmod-2.0.0.tgz#00c390b928a0799b251accf631aa09e01cc6299c" + dependencies: + deep-assign "^1.0.0" + stat-mode "^0.2.0" + through2 "^2.0.0" + +gulp-filter@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/gulp-filter/-/gulp-filter-5.1.0.tgz#a05e11affb07cf7dcf41a7de1cb7b63ac3783e73" + dependencies: + multimatch "^2.0.0" + plugin-error "^0.1.2" + streamfilter "^1.0.5" + +gulp-gunzip@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gulp-gunzip/-/gulp-gunzip-1.0.0.tgz#15b741145e83a9c6f50886241b57cc5871f151a9" + dependencies: + through2 "~0.6.5" + vinyl "~0.4.6" + +gulp-remote-src@^0.4.3: + version "0.4.3" + resolved "https://registry.yarnpkg.com/gulp-remote-src/-/gulp-remote-src-0.4.3.tgz#5728cfd643433dd4845ddef0969f0f971a2ab4a1" + dependencies: + event-stream "~3.3.4" + node.extend "~1.1.2" + request "~2.79.0" + through2 "~2.0.3" + vinyl "~2.0.1" + +gulp-sourcemaps@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz#b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c" + dependencies: + convert-source-map "^1.1.1" + graceful-fs "^4.1.2" + strip-bom "^2.0.0" + through2 "^2.0.0" + vinyl "^1.0.0" + +gulp-symdest@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gulp-symdest/-/gulp-symdest-1.1.0.tgz#c165320732d192ce56fd94271ffa123234bf2ae0" + dependencies: + event-stream "^3.3.1" + mkdirp "^0.5.1" + queue "^3.1.0" + vinyl-fs "^2.4.3" + +gulp-untar@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/gulp-untar/-/gulp-untar-0.0.6.tgz#d6bdefde7e9a8e054c9f162385a0782c4be74000" + dependencies: + event-stream "~3.3.4" + gulp-util "~3.0.8" + streamifier "~0.1.1" + tar "^2.2.1" + through2 "~2.0.3" + +gulp-util@~3.0.8: + version "3.0.8" + resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" + dependencies: + array-differ "^1.0.0" + array-uniq "^1.0.2" + beeper "^1.0.0" + chalk "^1.0.0" + dateformat "^2.0.0" + fancy-log "^1.1.0" + gulplog "^1.0.0" + has-gulplog "^0.1.0" + lodash._reescape "^3.0.0" + lodash._reevaluate "^3.0.0" + lodash._reinterpolate "^3.0.0" + lodash.template "^3.0.0" + minimist "^1.1.0" + multipipe "^0.1.2" + object-assign "^3.0.0" + replace-ext "0.0.1" + through2 "^2.0.0" + vinyl "^0.5.0" + +gulp-vinyl-zip@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/gulp-vinyl-zip/-/gulp-vinyl-zip-2.1.0.tgz#24e40685dc05b7149995245099e0590263be8dad" + dependencies: + event-stream "^3.3.1" + queue "^4.2.1" + through2 "^2.0.3" + vinyl "^2.0.2" + vinyl-fs "^2.0.0" + yauzl "^2.2.1" + yazl "^2.2.1" + +gulplog@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gulplog/-/gulplog-1.0.0.tgz#e28c4d45d05ecbbed818363ce8f9c5926229ffe5" + dependencies: + glogg "^1.0.0" + +har-schema@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + +har-validator@~2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d" + dependencies: + chalk "^1.1.1" + commander "^2.9.0" + is-my-json-valid "^2.12.4" + pinkie-promise "^2.0.0" + +har-validator@~5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.0.3.tgz#ba402c266194f15956ef15e0fcf242993f6a7dfd" + dependencies: + ajv "^5.1.0" + har-schema "^2.0.0" + +has-ansi@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" + dependencies: + ansi-regex "^2.0.0" + +has-flag@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" + +has-gulplog@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/has-gulplog/-/has-gulplog-0.1.0.tgz#6414c82913697da51590397dafb12f22967811ce" + dependencies: + sparkles "^1.0.0" + +hawk@~3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" + dependencies: + boom "2.x.x" + cryptiles "2.x.x" + hoek "2.x.x" + sntp "1.x.x" + +hawk@~6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/hawk/-/hawk-6.0.2.tgz#af4d914eb065f9b5ce4d9d11c1cb2126eecc3038" + dependencies: + boom "4.x.x" + cryptiles "3.x.x" + hoek "4.x.x" + sntp "2.x.x" + +he@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd" highlight.js@9.5.0: version "9.5.0" resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.5.0.tgz#46ae51b9db00f70052bcdf196cd404757b6582ae" -inherits@~2.0.3: +hoek@2.x.x: + version "2.16.3" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" + +hoek@4.x.x: + version "4.2.0" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d" + +http-signature@~1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" + dependencies: + assert-plus "^0.2.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" -isarray@~1.0.0: +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + +is-dotfile@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1" + +is-equal-shallow@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" + dependencies: + is-primitive "^2.0.0" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + +is-extglob@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" + +is-extglob@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + +is-glob@^2.0.0, is-glob@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" + dependencies: + is-extglob "^1.0.0" + +is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + dependencies: + is-extglob "^2.1.0" + +is-my-json-valid@^2.12.4: + version "2.17.1" + resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.17.1.tgz#3da98914a70a22f0a8563ef1511a246c6fc55471" + dependencies: + generate-function "^2.0.0" + generate-object-property "^1.1.0" + jsonpointer "^4.0.0" + xtend "^4.0.0" + +is-number@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" + dependencies: + kind-of "^3.0.2" + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + dependencies: + kind-of "^3.0.2" + +is-obj@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + +is-posix-bracket@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" + +is-primitive@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" + +is-property@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" + +is-stream@^1.0.1, is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + +is-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + +is-utf8@^0.2.0: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" + +is-valid-glob@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-0.3.0.tgz#d4b55c69f51886f9b65c70d6c2622d37e29f48fe" + +is@^3.1.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/is/-/is-3.2.1.tgz#d0ac2ad55eb7b0bec926a5266f6c662aaa83dca5" + +isarray@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" + +isarray@1.0.0, isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" -istextorbinary@1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/istextorbinary/-/istextorbinary-1.0.2.tgz#ace19354d1a9a0173efeb1084ce0f87b0ad7decf" +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" dependencies: - binaryextensions "~1.0.0" - textextensions "~1.0.0" + isarray "1.0.0" + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + +json-schema-traverse@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" + +json-schema@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + +json-stable-stringify@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" + dependencies: + jsonify "~0.0.0" + +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + +jsonify@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" + +jsonpointer@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" + +jsprim@^1.2.2: + version "1.4.1" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.2.3" + verror "1.10.0" + +kind-of@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44" + +kind-of@^3.0.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + dependencies: + is-buffer "^1.1.5" + +lazystream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4" + dependencies: + readable-stream "^2.0.5" linkify-it@^2.0.0: version "2.0.3" @@ -77,6 +983,97 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" +lodash._basecopy@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36" + +lodash._basetostring@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz#d1861d877f824a52f669832dcaf3ee15566a07d5" + +lodash._basevalues@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz#5b775762802bde3d3297503e26300820fdf661b7" + +lodash._getnative@^3.0.0: + version "3.9.1" + resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" + +lodash._isiterateecall@^3.0.0: + version "3.0.9" + resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c" + +lodash._reescape@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._reescape/-/lodash._reescape-3.0.0.tgz#2b1d6f5dfe07c8a355753e5f27fac7f1cde1616a" + +lodash._reevaluate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz#58bc74c40664953ae0b124d806996daca431e2ed" + +lodash._reinterpolate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" + +lodash._root@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" + +lodash.escape@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz#995ee0dc18c1b48cc92effae71a10aab5b487698" + dependencies: + lodash._root "^3.0.0" + +lodash.isarguments@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" + +lodash.isarray@^3.0.0: + version "3.0.4" + resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" + +lodash.isequal@^4.0.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" + +lodash.keys@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a" + dependencies: + lodash._getnative "^3.0.0" + lodash.isarguments "^3.0.0" + lodash.isarray "^3.0.0" + +lodash.restparam@^3.0.0: + version "3.6.1" + resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" + +lodash.template@^3.0.0: + version "3.6.2" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f" + dependencies: + lodash._basecopy "^3.0.0" + lodash._basetostring "^3.0.0" + lodash._basevalues "^3.0.0" + lodash._isiterateecall "^3.0.0" + lodash._reinterpolate "^3.0.0" + lodash.escape "^3.0.0" + lodash.keys "^3.0.0" + lodash.restparam "^3.0.0" + lodash.templatesettings "^3.0.0" + +lodash.templatesettings@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz#fb307844753b66b9f1afa54e262c745307dba8e5" + dependencies: + lodash._reinterpolate "^3.0.0" + lodash.escape "^3.0.0" + +map-stream@~0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" + markdown-it-named-headers@0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/markdown-it-named-headers/-/markdown-it-named-headers-0.0.4.tgz#82efc28324240a6b1e77b9aae501771d5f351c1f" @@ -97,15 +1094,242 @@ mdurl@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" -object-assign@^4.0.1: +merge-stream@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" + dependencies: + readable-stream "^2.0.1" + +micromatch@^2.3.7: + version "2.3.11" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" + dependencies: + arr-diff "^2.0.0" + array-unique "^0.2.1" + braces "^1.8.2" + expand-brackets "^0.1.4" + extglob "^0.3.1" + filename-regex "^2.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.1" + kind-of "^3.0.2" + normalize-path "^2.0.1" + object.omit "^2.0.0" + parse-glob "^3.0.4" + regex-cache "^0.4.2" + +mime-db@~1.30.0: + version "1.30.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01" + +mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.7: + version "2.1.17" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a" + dependencies: + mime-db "~1.30.0" + +"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + dependencies: + brace-expansion "^1.1.7" + +minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + +minimist@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + +mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + dependencies: + minimist "0.0.8" + +mocha@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794" + dependencies: + browser-stdout "1.3.0" + commander "2.11.0" + debug "3.1.0" + diff "3.3.1" + escape-string-regexp "1.0.5" + glob "7.1.2" + growl "1.10.3" + he "1.1.1" + mkdirp "0.5.1" + supports-color "4.4.0" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + +multimatch@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-2.1.0.tgz#9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b" + dependencies: + array-differ "^1.0.0" + array-union "^1.0.1" + arrify "^1.0.0" + minimatch "^3.0.0" + +multipipe@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-0.1.2.tgz#2a8f2ddf70eed564dff2d57f1e1a137d9f05078b" + dependencies: + duplexer2 "0.0.2" + +node.extend@~1.1.2: + version "1.1.6" + resolved "https://registry.yarnpkg.com/node.extend/-/node.extend-1.1.6.tgz#a7b882c82d6c93a4863a5504bd5de8ec86258b96" + dependencies: + is "^3.1.0" + +normalize-path@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + dependencies: + remove-trailing-separator "^1.0.1" + +oauth-sign@~0.8.1, oauth-sign@~0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" + +object-assign@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" + +object-assign@^4.0.0: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" -process-nextick-args@~1.0.6: +object.omit@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" + dependencies: + for-own "^0.1.4" + is-extendable "^0.1.1" + +once@^1.3.0, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + dependencies: + wrappy "1" + +ordered-read-streams@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz#7137e69b3298bb342247a1bbee3881c80e2fd78b" + dependencies: + is-stream "^1.0.1" + readable-stream "^2.0.1" + +parse-glob@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" + dependencies: + glob-base "^0.3.0" + is-dotfile "^1.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.0" + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + +pause-stream@0.0.11: + version "0.0.11" + resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" + dependencies: + through "~2.3" + +pend@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" + +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + +pinkie-promise@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + dependencies: + pinkie "^2.0.0" + +pinkie@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + +plugin-error@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz#3b9bb3335ccf00f425e07437e19276967da47ace" + dependencies: + ansi-cyan "^0.1.1" + ansi-red "^0.1.1" + arr-diff "^1.0.1" + arr-union "^2.0.1" + extend-shallow "^1.1.2" + +preserve@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" + +process-nextick-args@^1.0.6, process-nextick-args@~1.0.6: version "1.0.7" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" -readable-stream@^2.0.1, readable-stream@^2.0.2: +punycode@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + +qs@~6.3.0: + version "6.3.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c" + +qs@~6.5.1: + version "6.5.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" + +querystringify@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb" + +queue@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/queue/-/queue-3.1.0.tgz#6c49d01f009e2256788789f2bffac6b8b9990585" + dependencies: + inherits "~2.0.0" + +queue@^4.2.1: + version "4.4.2" + resolved "https://registry.yarnpkg.com/queue/-/queue-4.4.2.tgz#5a9733d9a8b8bd1b36e934bc9c55ab89b28e29c7" + dependencies: + inherits "~2.0.0" + +randomatic@^1.1.3: + version "1.1.7" + resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c" + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +"readable-stream@>=1.0.33-1 <1.1.0-0": + version "1.0.34" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.1" + isarray "0.0.1" + string_decoder "~0.10.x" + +readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.1.5: version "2.3.3" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c" dependencies: @@ -117,55 +1341,458 @@ readable-stream@^2.0.1, readable-stream@^2.0.2: string_decoder "~1.0.3" util-deprecate "~1.0.1" -replacestream@^4.0.0: - version "4.0.2" - resolved "https://registry.yarnpkg.com/replacestream/-/replacestream-4.0.2.tgz#0c4140707e4f0323f50de044851708cf58bc37bd" +readable-stream@~1.1.9: + version "1.1.14" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" dependencies: - escape-string-regexp "^1.0.3" - object-assign "^4.0.1" - readable-stream "^2.0.2" + core-util-is "~1.0.0" + inherits "~2.0.1" + isarray "0.0.1" + string_decoder "~0.10.x" -safe-buffer@~5.1.0, safe-buffer@~5.1.1: +regex-cache@^0.4.2: + version "0.4.4" + resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" + dependencies: + is-equal-shallow "^0.1.3" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + +repeat-element@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" + +repeat-string@^1.5.2: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + +replace-ext@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" + +replace-ext@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" + +request@^2.83.0: + version "2.83.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356" + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.6.0" + caseless "~0.12.0" + combined-stream "~1.0.5" + extend "~3.0.1" + forever-agent "~0.6.1" + form-data "~2.3.1" + har-validator "~5.0.3" + hawk "~6.0.2" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.17" + oauth-sign "~0.8.2" + performance-now "^2.1.0" + qs "~6.5.1" + safe-buffer "^5.1.1" + stringstream "~0.0.5" + tough-cookie "~2.3.3" + tunnel-agent "^0.6.0" + uuid "^3.1.0" + +request@~2.79.0: + version "2.79.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" + dependencies: + aws-sign2 "~0.6.0" + aws4 "^1.2.1" + caseless "~0.11.0" + combined-stream "~1.0.5" + extend "~3.0.0" + forever-agent "~0.6.1" + form-data "~2.1.1" + har-validator "~2.0.6" + hawk "~3.1.3" + http-signature "~1.1.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.7" + oauth-sign "~0.8.1" + qs "~6.3.0" + stringstream "~0.0.4" + tough-cookie "~2.3.0" + tunnel-agent "~0.4.1" + uuid "^3.0.0" + +requires-port@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + +rimraf@2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" + dependencies: + glob "^7.0.5" + +safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" +semver@^5.3.0, semver@^5.4.1: + version "5.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" + +sntp@1.x.x: + version "1.0.9" + resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198" + dependencies: + hoek "2.x.x" + +sntp@2.x.x: + version "2.1.0" + resolved "https://registry.yarnpkg.com/sntp/-/sntp-2.1.0.tgz#2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8" + dependencies: + hoek "4.x.x" + +source-map-support@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.3.tgz#2b3d5fff298cfa4d1afd7d4352d569e9a0158e76" + dependencies: + source-map "^0.6.0" + +source-map@^0.6.0: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + +sparkles@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.0.tgz#1acbbfb592436d10bbe8f785b7cc6f82815012c3" + +split@0.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" + dependencies: + through "2" + sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" +sshpk@^1.7.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.1.tgz#512df6da6287144316dc4c18fe1cf1d940739be3" + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + dashdash "^1.12.0" + getpass "^0.1.1" + optionalDependencies: + bcrypt-pbkdf "^1.0.0" + ecc-jsbn "~0.1.1" + jsbn "~0.1.0" + tweetnacl "~0.14.0" + +stat-mode@^0.2.0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/stat-mode/-/stat-mode-0.2.2.tgz#e6c80b623123d7d80cf132ce538f346289072502" + +stream-combiner@~0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" + dependencies: + duplexer "~0.1.1" + +stream-shift@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" + +streamfilter@^1.0.5: + version "1.0.7" + resolved "https://registry.yarnpkg.com/streamfilter/-/streamfilter-1.0.7.tgz#ae3e64522aa5a35c061fd17f67620c7653c643c9" + dependencies: + readable-stream "^2.0.2" + +streamifier@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/streamifier/-/streamifier-0.1.1.tgz#97e98d8fa4d105d62a2691d1dc07e820db8dfc4f" + string@^3.0.1: version "3.3.1" resolved "https://registry.yarnpkg.com/string/-/string-3.3.1.tgz#8d2757ec1c0e6c526796fbb6b14036a4098398b7" +string_decoder@~0.10.x: + version "0.10.31" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" + string_decoder@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" dependencies: safe-buffer "~5.1.0" -textextensions@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-1.0.2.tgz#65486393ee1f2bb039a60cbba05b0b68bd9501d2" +stringstream@~0.0.4, stringstream@~0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" + +strip-ansi@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + dependencies: + ansi-regex "^2.0.0" + +strip-bom-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz#e7144398577d51a6bed0fa1994fa05f43fd988ee" + dependencies: + first-chunk-stream "^1.0.0" + strip-bom "^2.0.0" + +strip-bom@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" + dependencies: + is-utf8 "^0.2.0" + +supports-color@4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.4.0.tgz#883f7ddabc165142b2a61427f3352ded195d1a3e" + dependencies: + has-flag "^2.0.0" + +supports-color@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + +tar@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1" + dependencies: + block-stream "*" + fstream "^1.0.2" + inherits "2" + +through2-filter@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-2.0.0.tgz#60bc55a0dacb76085db1f9dae99ab43f83d622ec" + dependencies: + through2 "~2.0.0" + xtend "~4.0.0" + +through2@^0.6.0, through2@~0.6.5: + version "0.6.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" + dependencies: + readable-stream ">=1.0.33-1 <1.1.0-0" + xtend ">=4.0.0 <4.1.0-0" + +through2@^2.0.0, through2@^2.0.1, through2@^2.0.3, through2@~2.0.0, through2@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" + dependencies: + readable-stream "^2.1.5" + xtend "~4.0.1" + +through@2, through@~2.3, through@~2.3.1: + version "2.3.8" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + +time-stamp@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3" + +to-absolute-glob@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz#1cdfa472a9ef50c239ee66999b662ca0eb39937f" + dependencies: + extend-shallow "^2.0.1" + +tough-cookie@~2.3.0, tough-cookie@~2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561" + dependencies: + punycode "^1.4.1" + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + dependencies: + safe-buffer "^5.0.1" + +tunnel-agent@~0.4.1: + version "0.4.3" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" uc.micro@^1.0.1, uc.micro@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.3.tgz#7ed50d5e0f9a9fb0a573379259f2a77458d50192" +unique-stream@^2.0.2: + version "2.2.1" + resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.2.1.tgz#5aa003cfbe94c5ff866c4e7d668bb1c4dbadb369" + dependencies: + json-stable-stringify "^1.0.0" + through2-filter "^2.0.0" + +url-parse@^1.1.9: + version "1.2.0" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.2.0.tgz#3a19e8aaa6d023ddd27dcc44cb4fc8f7fec23986" + dependencies: + querystringify "~1.0.0" + requires-port "~1.0.0" + util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" -vscode-extension-telemetry@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz#2261bff986b6690a6f1f746a45ac5bd1f85d29e0" +uuid@^3.0.0, uuid@^3.1.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" + +vali-date@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6" + +verror@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" dependencies: - applicationinsights "0.18.0" - winreg "1.2.3" + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" -vscode-nls@2.0.2: +vinyl-fs@^2.0.0, vinyl-fs@^2.4.3: + version "2.4.4" + resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-2.4.4.tgz#be6ff3270cb55dfd7d3063640de81f25d7532239" + dependencies: + duplexify "^3.2.0" + glob-stream "^5.3.2" + graceful-fs "^4.0.0" + gulp-sourcemaps "1.6.0" + is-valid-glob "^0.3.0" + lazystream "^1.0.0" + lodash.isequal "^4.0.0" + merge-stream "^1.0.0" + mkdirp "^0.5.0" + object-assign "^4.0.0" + readable-stream "^2.0.4" + strip-bom "^2.0.0" + strip-bom-stream "^1.0.0" + through2 "^2.0.0" + through2-filter "^2.0.0" + vali-date "^1.0.0" + vinyl "^1.0.0" + +vinyl-source-stream@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vinyl-source-stream/-/vinyl-source-stream-1.1.2.tgz#62b53a135610a896e98ca96bee3a87f008a8e780" + dependencies: + through2 "^2.0.3" + vinyl "^0.4.3" + +vinyl@^0.4.3, vinyl@~0.4.6: + version "0.4.6" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.4.6.tgz#2f356c87a550a255461f36bbeb2a5ba8bf784847" + dependencies: + clone "^0.2.0" + clone-stats "^0.0.1" + +vinyl@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.5.3.tgz#b0455b38fc5e0cf30d4325132e461970c2091cde" + dependencies: + clone "^1.0.0" + clone-stats "^0.0.1" + replace-ext "0.0.1" + +vinyl@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-1.2.0.tgz#5c88036cf565e5df05558bfc911f8656df218884" + dependencies: + clone "^1.0.0" + clone-stats "^0.0.1" + replace-ext "0.0.1" + +vinyl@^2.0.2: + version "2.1.0" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.1.0.tgz#021f9c2cf951d6b939943c89eb5ee5add4fd924c" + dependencies: + clone "^2.1.1" + clone-buffer "^1.0.0" + clone-stats "^1.0.0" + cloneable-readable "^1.0.0" + remove-trailing-separator "^1.0.1" + replace-ext "^1.0.0" + +vinyl@~2.0.1: version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.0.2.tgz#0a3713d8d4e9221c58f10ca16c0116c9e25eda7c" + dependencies: + clone "^1.0.0" + clone-buffer "^1.0.0" + clone-stats "^1.0.0" + cloneable-readable "^1.0.0" + is-stream "^1.1.0" + remove-trailing-separator "^1.0.1" + replace-ext "^1.0.0" -winreg@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/winreg/-/winreg-1.2.3.tgz#93ad116b2696da87d58f7265a8fcea5254a965d5" +vscode-extension-telemetry@0.0.15: + version "0.0.15" + resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.15.tgz#685c32f3b67e8fb85ba689c1d7f88ff90ff87856" + dependencies: + applicationinsights "1.0.1" + +vscode-nls@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" + +vscode@^1.1.10: + version "1.1.10" + resolved "https://registry.yarnpkg.com/vscode/-/vscode-1.1.10.tgz#d1cba378ab24f1d3ddf9cd470d242ee1472dd35b" + dependencies: + glob "^7.1.2" + gulp-chmod "^2.0.0" + gulp-filter "^5.0.1" + gulp-gunzip "1.0.0" + gulp-remote-src "^0.4.3" + gulp-symdest "^1.1.0" + gulp-untar "^0.0.6" + gulp-vinyl-zip "^2.1.0" + mocha "^4.0.1" + request "^2.83.0" + semver "^5.4.1" + source-map-support "^0.5.0" + url-parse "^1.1.9" + vinyl-source-stream "^1.1.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + +"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" + +yauzl@^2.2.1: + version "2.9.1" + resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.9.1.tgz#a81981ea70a57946133883f029c5821a89359a7f" + dependencies: + buffer-crc32 "~0.2.3" + fd-slicer "~1.0.1" + +yazl@^2.2.1: + version "2.4.3" + resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.4.3.tgz#ec26e5cc87d5601b9df8432dbdd3cd2e5173a071" + dependencies: + buffer-crc32 "~0.2.3" + +zone.js@0.7.6: + version "0.7.6" + resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.7.6.tgz#fbbc39d3e0261d0986f1ba06306eb3aeb0d22009" diff --git a/extensions/merge-conflict/README.md b/extensions/merge-conflict/README.md new file mode 100644 index 0000000000..a2f874bcb4 --- /dev/null +++ b/extensions/merge-conflict/README.md @@ -0,0 +1,5 @@ +# Merge Conflict + +See [documentation](https://code.visualstudio.com/docs/editor/versioncontrol#_merge-conflicts). + +**Notice** This is a an extension that is bundled with Visual Studio Code. diff --git a/extensions/merge-conflict/npm-shrinkwrap.json b/extensions/merge-conflict/npm-shrinkwrap.json deleted file mode 100644 index ec715d1907..0000000000 --- a/extensions/merge-conflict/npm-shrinkwrap.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "merge-conflict", - "version": "0.7.0", - "dependencies": { - "applicationinsights": { - "version": "0.18.0", - "from": "applicationinsights@0.18.0", - "resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.18.0.tgz" - }, - "vscode-extension-telemetry": { - "version": "0.0.8", - "from": "vscode-extension-telemetry@0.0.8", - "resolved": "https://registry.npmjs.org/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz" - }, - "vscode-nls": { - "version": "2.0.2", - "from": "vscode-nls@>=2.0.2 <3.0.0", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz" - }, - "winreg": { - "version": "1.2.3", - "from": "winreg@1.2.3", - "resolved": "https://registry.npmjs.org/winreg/-/winreg-1.2.3.tgz" - } - } -} diff --git a/extensions/merge-conflict/package.json b/extensions/merge-conflict/package.json index 02ca68b911..f58bb6f2a9 100644 --- a/extensions/merge-conflict/package.json +++ b/extensions/merge-conflict/package.json @@ -1,9 +1,10 @@ { "name": "merge-conflict", "publisher": "vscode", - "displayName": "merge-conflict", - "description": "Merge Conflict", - "version": "0.7.0", + "displayName": "%displayName%", + "description": "%description%", + "icon": "resources/icons/merge-conflict.png", + "version": "1.0.0", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "engines": { "vscode": "^1.5.0" @@ -24,51 +25,61 @@ { "category": "%command.category%", "title": "%command.accept.all-current%", + "original": "Accept All Current", "command": "merge-conflict.accept.all-current" }, { "category": "%command.category%", "title": "%command.accept.all-incoming%", + "original": "Accept All Incoming", "command": "merge-conflict.accept.all-incoming" }, { "category": "%command.category%", "title": "%command.accept.all-both%", + "original": "Accept All Both", "command": "merge-conflict.accept.all-both" }, { "category": "%command.category%", "title": "%command.accept.current%", + "original": "Accept Current", "command": "merge-conflict.accept.current" }, { "category": "%command.category%", "title": "%command.accept.incoming%", + "original": "Accept Incoming", "command": "merge-conflict.accept.incoming" }, { "category": "%command.category%", "title": "%command.accept.selection%", + "original": "Accept Selection", "command": "merge-conflict.accept.selection" }, { "category": "%command.category%", "title": "%command.accept.both%", + "original": "Accept Both", "command": "merge-conflict.accept.both" }, { "category": "%command.category%", "title": "%command.next%", + "original": "Next Conflict", "command": "merge-conflict.next" }, { "category": "%command.category%", "title": "%command.previous%", + "original": "Previous Conflict", "command": "merge-conflict.previous" }, { "category": "%command.category%", "title": "%command.compare%", + "original":"Compare Current Conflict", "command": "merge-conflict.compare" } ], @@ -89,8 +100,7 @@ } }, "dependencies": { - "vscode-extension-telemetry": "0.0.8", - "vscode-nls": "^2.0.2" + "vscode-nls": "^3.2.1" }, "devDependencies": { "@types/node": "8.0.33" diff --git a/extensions/merge-conflict/package.nls.json b/extensions/merge-conflict/package.nls.json index 1df5beb9e7..66076bd7a8 100644 --- a/extensions/merge-conflict/package.nls.json +++ b/extensions/merge-conflict/package.nls.json @@ -1,4 +1,6 @@ { + "displayName": "Merge Conflict", + "description": "Highlighting and commands for inline merge conflicts.", "command.category": "Merge Conflict", "command.accept.all-current": "Accept All Current", "command.accept.all-incoming": "Accept All Incoming", diff --git a/extensions/merge-conflict/resources/icons/merge-conflict.png b/extensions/merge-conflict/resources/icons/merge-conflict.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6930bcfbc1dc2fdd1d491e7e9efbd90a19aca1 GIT binary patch literal 2527 zcmbtWX;c$g7A|%IaR>r}q7tG5ia<z!U?O`0ZAJqbc2QaaDIh{pF$)P8A)+v723%SJ z35%fJDyXz9vdUsw5D`&OXn~gCh@fH<P&6YM?O=;NKgKy{&eW-@ci%nV_uYHnyXT#E zm>TfSGJ{nH001l_ZzTn(NAcpPudDvcJZU}ZVI|Kmf)@<M@dPvu2>8&U7!XNj(&E7& zkVa40+YPz{fEJ1o62Xh0Y$wD*Oh?)x#!<**tJwhH?j>Z?ViQ3gG6sxiusl#R&21<o zgYJO}ccnN{*hDaau{D(g2B!vu#HJ?3;^`<aPo%q$pcY_)JQ`BSOk!~fLJ!m@U4q(P zbfZzoPY_<B2kQ5vA}CZO5#oSIS4U@uSSJhyiNiT!TwHNDj6D+Tgu$Yn)Gy8f<3e!7 z5wLE^&ksr+jYE$k1d;qd$5PKcPzgL9n}9|O1Oi8avm?ZbM`Q4K{GtXH>!3zBa8p=3 zn$Us8UALq_0=cmq2Aju#Sja_1S`5VJd7#vp{$2u;{Y93={k%--1w#vIY&6EvX|bdw zAcgYZp-ko%G?y0y{*mv06y}Dcut9VX$c6ZvSoOxmty>JmCJ;FwjR$c;ASh{R6{!gj z58@_3Y$P!lhujd(V9_A~cjG5Kg+d^+xI7vw79^8AP-+E727^w(`}q3dh<F!YXMZ;g z#t(-lx?+e}7Z;+FpPTPyXW|l<1jX{1Ad9!erT@Wo{VI2{6_{*wWD>|>B!hH+4#Y%$ zDw)9edM?<n>V4+Yzn+WpSGj0)GU&yP{kM%?a;dv#(frc3>dBYJ2U+TF=cwEIaFmh^ z0J_0sl23?mc)ECJc4(+Y*U;V5_(z!!ZkJ0Y+zXzCa67Bl@4GrRcW-O(;2n~VwdpU1 z+cjVQIXh*e0ru}_%162#36X(OHmHH>o`Oh<=OO>d(*f(UzUSY4{;{!bnHDT3zKTD* zAo}Q~!t3oFY!$U#AF97%TM<^7TU{v=8tManzy?ikW8ert)fS@wQ;jqKqsz`~PsO~^ z&TUbWS<K20&7CMzLwS0e`P!`XjC$G5aV9)4b^ln6I~=%oT|w%b+)|E6I?#4tNLDH% z!okkRz$*JOU^}%>TxBsoBb6J;&EAtiq@J=eck+?$7|dt`Tp}mKOMBO|ZANV$TB`I# z_OgT;Gd5fWw5)8+DXSfUpR9<6wXE`#TGx#jv8`2RB6Hau6EP{U9qnA3tbv%naZs@l zew6}{UK#itr(J`Ir#34MmCLh+Z2;6tuF$;o#Q2B$LU`0myM~^dzjRyk%~}wS?F+O= zlKOJbp9S|>!m}9!5^#f@)p=#G4^jB4Y<juKsAb*D(DsHRUxkf`a;AF3{p9_BJUM<Z zW>90Zbr+N|G@ht+s=1qp$F|PGMvqU}MSF^BEBE_m4-lwLoWQK}O%0m_d4r{8b=$4P z;U0O7dL>#_+}UHvtLoYl#|>-oQaqrmSv+u9F~N2d?TFSt*Sf~YYx3%yF;{aXyyREo zjQOy_175PeP1>AsNZa#qjUuKGv_U9uO&Lb6F}(~pMV8($luPPPoBqW}w#_5IvCCOI zk?4IaKlhAAuTh@1d#8iJXf1#cy_}`oqZx}yf_66@`}AvZvx0cjjP<rtKN^Uqbd)IN zQSS*i+0n%Qhp#ZUo5!5B{VIX%u$RkzUaPQ}OxWbZIl2(_K45K%NfE5-jlR#m;f(Ug zbljD?2d8up0sX174+v{!5|!I1)7qXpWYpwY@jyhaq34=3vb2;@H`7*_ZEc=K_gQ|3 zTi5IH{hzv|7XvD*&%Y)wCq5TdT&%fZoOMvJLEG!;RMGz2v!?y)vvROj^6<>)%9@LX z)(Pie)|wqDj^8@P{MFUf*plf_)$9;-T5pKd@pid{fUo*n^oxiO+*g;yKV09@3hRGX zV%E4Py{>=sxm|C+ye`kg{^18nhZ8U@Etr>5FNaB=HRl~~z2MYxEA(=28aIDWsh<V# z7HUB+)B}NOJY|5nS@QTk$;}t?Y%OPGPOApWJoNph=JWg}Y=%|nC7s<Rs?ablaJu4c z8C`b2!7JxkhMs@G&`&0pe1T(8lq2ZT;_>N<@EM=>FmD{cMY7PjGe@t@<(YZPL7m;Y znE|m1qcR)ljJzkA6Aahez2fBRIn#IkQ?Q~UnLNJ+q4F1MMU)~=*eO%=ysK3jnaFeW z6Bm;3udltXnSN<~v}1<9F&sBxCT>)0SqnYwSZ^6Hk5Av$bq@0Vp}0?Bp$Z!Ioh#59 z)lWBdQdVnK*!QvCS*XrdTd3SyHA)UaMiH&{FIqZoN&}nx)8<~k)h*D2^jE9SN4X2e z1d5>)cv^j*d{P5|WnXGcxANR1-@En@G`}lux$1ez?eCJ(PtO?k#h6k1CdSL9#bXoW z<l-4;<;9wRA%HvFe?CT{_?At%9q7y^4F(W#(OeoHrPsDXUe{(*2`imhEze)Am+m8$ z+fH0dv8%M@DF!sDcNq%sM977xZ$xiQZ#Q%nQTb_)7c~0q-uNF6dS`3tmuq#(s$0f6 z_Z>cUmT3Mwel98w)1%DbxuL5jmtEENwpE3#$sMS=n`sXq4K?XU-t5brE7W@Gv!!lF zx7<?O8%H_j$~g$H@c_QPFaLN8F{0(2tZXVNtIO9;n|?B8G}`{-aH`fV4tu3dNsoL) zZB`|@>v+9*(w%qG7@)`fDp5GUe-r%C1nA|v2YwKVbTtYPa*_Wo_n|b2Bpv5BJcr$k z{fP=1iMw{S*qtAQS!4B4Ccg9)SEd&hq!RO;*<f?M`h*ldYzei$8HfCT&tml<&L8yB ZgaZjDyo>YFNQsMAF0x+$>56Z3#&59&{^bAw literal 0 HcmV?d00001 diff --git a/extensions/merge-conflict/src/codelensProvider.ts b/extensions/merge-conflict/src/codelensProvider.ts index 77edad95f6..3e170ae78f 100644 --- a/extensions/merge-conflict/src/codelensProvider.ts +++ b/extensions/merge-conflict/src/codelensProvider.ts @@ -9,8 +9,8 @@ import { loadMessageBundle } from 'vscode-nls'; const localize = loadMessageBundle(); export default class MergeConflictCodeLensProvider implements vscode.CodeLensProvider, vscode.Disposable { - private codeLensRegistrationHandle: vscode.Disposable | null; - private config: interfaces.IExtensionConfiguration; + private codeLensRegistrationHandle?: vscode.Disposable | null; + private config?: interfaces.IExtensionConfiguration; private tracker: interfaces.IDocumentMergeConflictTracker; constructor(trackerService: interfaces.IDocumentMergeConflictTrackerService) { diff --git a/extensions/merge-conflict/src/extension.ts b/extensions/merge-conflict/src/extension.ts index a5c20025d4..25ff99452b 100644 --- a/extensions/merge-conflict/src/extension.ts +++ b/extensions/merge-conflict/src/extension.ts @@ -3,8 +3,6 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import * as nls from 'vscode-nls'; -nls.config(process.env.VSCODE_NLS_CONFIG)(); import * as vscode from 'vscode'; import MergeConflictServices from './services'; diff --git a/extensions/merge-conflict/src/mergeDecorator.ts b/extensions/merge-conflict/src/mergeDecorator.ts index 526552cfc8..4c0245b022 100644 --- a/extensions/merge-conflict/src/mergeDecorator.ts +++ b/extensions/merge-conflict/src/mergeDecorator.ts @@ -7,13 +7,13 @@ import * as interfaces from './interfaces'; import { loadMessageBundle } from 'vscode-nls'; const localize = loadMessageBundle(); -export default class MergeDectorator implements vscode.Disposable { +export default class MergeDecorator implements vscode.Disposable { private decorations: { [key: string]: vscode.TextEditorDecorationType } = {}; private decorationUsesWholeLine: boolean = true; // Useful for debugging, set to false to see exact match ranges - private config: interfaces.IExtensionConfiguration; + private config?: interfaces.IExtensionConfiguration; private tracker: interfaces.IDocumentMergeConflictTracker; private updating = new Map<vscode.TextEditor, boolean>(); @@ -210,7 +210,7 @@ export default class MergeDectorator implements vscode.Disposable { } }); - if (this.config.enableDecorations) { + if (this.config!.enableDecorations) { pushDecoration('current.header', { range: conflict.current.header }); pushDecoration('splitter', { range: conflict.splitter }); pushDecoration('incoming.header', { range: conflict.incoming.header }); @@ -249,4 +249,4 @@ export default class MergeDectorator implements vscode.Disposable { } }); } -} \ No newline at end of file +} diff --git a/extensions/merge-conflict/yarn.lock b/extensions/merge-conflict/yarn.lock index feea62445f..355d778c63 100644 --- a/extensions/merge-conflict/yarn.lock +++ b/extensions/merge-conflict/yarn.lock @@ -6,21 +6,6 @@ version "8.0.33" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.33.tgz#1126e94374014e54478092830704f6ea89df04cd" -applicationinsights@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-0.18.0.tgz#162ebb48a383408bc4de44db32b417307f45bbc1" - -vscode-extension-telemetry@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/vscode-extension-telemetry/-/vscode-extension-telemetry-0.0.8.tgz#2261bff986b6690a6f1f746a45ac5bd1f85d29e0" - dependencies: - applicationinsights "0.18.0" - winreg "1.2.3" - -vscode-nls@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-2.0.2.tgz#808522380844b8ad153499af5c3b03921aea02da" - -winreg@1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/winreg/-/winreg-1.2.3.tgz#93ad116b2696da87d58f7265a8fcea5254a965d5" +vscode-nls@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-3.2.1.tgz#b1f3e04e8a94a715d5a7bcbc8339c51e6d74ca51" diff --git a/extensions/ms-vscode.node-debug/OSSREADME.json b/extensions/ms-vscode.node-debug/OSSREADME.json deleted file mode 100644 index 215c33cbe0..0000000000 --- a/extensions/ms-vscode.node-debug/OSSREADME.json +++ /dev/null @@ -1,16 +0,0 @@ -[{ - "isLicense": true, - "name": "@types/source-map", - "repositoryURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", - "license": "MIT", - "licenseDetail": [ - "This project is licensed under the MIT license.", - "Copyrights are respective of each contributor listed at the beginning of each definition file.", - "", - "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:", - "", - "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.", - "", - "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." - ] -}] diff --git a/extensions/ms-vscode.node-debug/package-lock.json b/extensions/ms-vscode.node-debug/package-lock.json deleted file mode 100644 index 82260da1aa..0000000000 --- a/extensions/ms-vscode.node-debug/package-lock.json +++ /dev/null @@ -1,7077 +0,0 @@ -{ - "name": "node-debug", - "version": "1.19.2", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@gulp-sourcemaps/identity-map": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz", - "integrity": "sha1-z6I7xYQPkQTOMqZedNt+epdLvuE=", - "dev": true, - "requires": { - "acorn": "5.2.1", - "css": "2.2.1", - "normalize-path": "2.1.1", - "source-map": "0.5.7", - "through2": "2.0.3" - }, - "dependencies": { - "acorn": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz", - "integrity": "sha512-jG0u7c4Ly+3QkkW18V+NRDN+4bWHdln30NL1ZL2AvFZZmQe/BfopYCtghCKKVBUSetZ4QKcyA0pY6/4Gw8Pv8w==", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } - } - }, - "@gulp-sourcemaps/map-sources": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz", - "integrity": "sha1-iQrnxdjId/bThIYCFazp1+yUW9o=", - "dev": true, - "requires": { - "normalize-path": "2.1.1", - "through2": "2.0.3" - } - }, - "@types/mocha": { - "version": "2.2.42", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-2.2.42.tgz", - "integrity": "sha512-b6gVDoxEbAQGwbV7gSzeFw/hy3/eEAokztktdzl4bHvGgb9K5zW4mVQDlVYch2w31m8t/J7L2iqhQvz3r5edCQ==", - "dev": true - }, - "@types/node": { - "version": "6.0.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-6.0.52.tgz", - "integrity": "sha1-GsOpm0IyD55GNILyWvTCNZRzqqY=", - "dev": true - }, - "@types/source-map": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@types/source-map/-/source-map-0.5.1.tgz", - "integrity": "sha512-/GVAjL1Y8puvZab63n8tsuBiYwZt1bApMdx58/msQ9ID5T05ov+wm/ZV1DvYC/DKKEygpTJViqQvkh5Rhrl4CA==", - "dev": true - }, - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "acorn": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz", - "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=", - "dev": true - }, - "agent-base": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-1.0.2.tgz", - "integrity": "sha1-aJDT+yFwBLYrcPiSjg+uX4lSpwY=" - }, - "ajv": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.4.0.tgz", - "integrity": "sha1-MtHPCNvIDEMvQm8S4QslEfa0ZHQ=", - "dev": true, - "requires": { - "co": "4.6.0", - "fast-deep-equal": "1.0.0", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.3.1" - } - }, - "align-text": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", - "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", - "dev": true, - "requires": { - "kind-of": "3.2.2", - "longest": "1.0.1", - "repeat-string": "1.6.1" - } - }, - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true - }, - "ansi-align": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz", - "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=", - "dev": true, - "requires": { - "string-width": "2.1.1" - } - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "anymatch": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", - "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", - "dev": true, - "requires": { - "micromatch": "2.3.11", - "normalize-path": "2.1.1" - } - }, - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", - "dev": true - }, - "argparse": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz", - "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=", - "dev": true, - "requires": { - "sprintf-js": "1.0.3" - } - }, - "arr-diff": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", - "dev": true, - "requires": { - "arr-flatten": "1.1.0" - } - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "dev": true - }, - "array-differ": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", - "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=", - "dev": true - }, - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", - "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=", - "dev": true - }, - "array-slice": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.0.0.tgz", - "integrity": "sha1-5zA08A3MH0CHYAj9IP6ud71LfC8=", - "dev": true - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dev": true, - "requires": { - "array-uniq": "1.0.3" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "dev": true - }, - "array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "dev": true - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "dev": true - }, - "asn1": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", - "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", - "dev": true - }, - "assert-plus": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", - "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", - "dev": true - }, - "async": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", - "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", - "dev": true - }, - "async-each": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", - "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "atob": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz", - "integrity": "sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M=", - "dev": true - }, - "aws-sign2": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", - "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", - "dev": true - }, - "aws4": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz", - "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=", - "dev": true - }, - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", - "dev": true, - "requires": { - "chalk": "1.1.3", - "esutils": "2.0.2", - "js-tokens": "3.0.2" - } - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "bcrypt-pbkdf": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", - "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", - "dev": true, - "optional": true, - "requires": { - "tweetnacl": "0.14.5" - } - }, - "beeper": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", - "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=", - "dev": true - }, - "binary-extensions": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz", - "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=", - "dev": true - }, - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "requires": { - "inherits": "2.0.3" - } - }, - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true - }, - "boom": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", - "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", - "dev": true, - "requires": { - "hoek": "2.16.3" - } - }, - "boxen": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.2.2.tgz", - "integrity": "sha1-Px1AMsMP/qnUsCwyLq8up0HcvOU=", - "dev": true, - "requires": { - "ansi-align": "2.0.0", - "camelcase": "4.1.0", - "chalk": "2.3.0", - "cli-boxes": "1.0.0", - "string-width": "2.1.1", - "term-size": "1.2.0", - "widest-line": "1.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz", - "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", - "dev": true, - "requires": { - "color-convert": "1.9.1" - } - }, - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "chalk": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", - "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", - "dev": true, - "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" - } - }, - "supports-color": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", - "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", - "dev": true, - "requires": { - "has-flag": "2.0.0" - } - } - } - }, - "brace-expansion": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", - "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", - "requires": { - "balanced-match": "1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", - "dev": true, - "requires": { - "expand-range": "1.8.2", - "preserve": "0.2.0", - "repeat-element": "1.1.2" - } - }, - "browser-stdout": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz", - "integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8=", - "dev": true - }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", - "dev": true - }, - "builtin-modules": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", - "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", - "dev": true - }, - "camelcase": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", - "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", - "dev": true - }, - "capture-stack-trace": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz", - "integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=", - "dev": true - }, - "caseless": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", - "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=", - "dev": true - }, - "center-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", - "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", - "dev": true, - "requires": { - "align-text": "0.1.4", - "lazy-cache": "1.0.4" - } - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" - } - }, - "cheerio": { - "version": "1.0.0-rc.2", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", - "integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=", - "dev": true, - "requires": { - "css-select": "1.2.0", - "dom-serializer": "0.1.0", - "entities": "1.1.1", - "htmlparser2": "3.9.2", - "lodash": "4.17.4", - "parse5": "3.0.3" - }, - "dependencies": { - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", - "dev": true - } - } - }, - "chokidar": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", - "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", - "dev": true, - "requires": { - "anymatch": "1.3.2", - "async-each": "1.0.1", - "fsevents": "1.1.3", - "glob-parent": "2.0.0", - "inherits": "2.0.3", - "is-binary-path": "1.0.1", - "is-glob": "2.0.1", - "path-is-absolute": "1.0.1", - "readdirp": "2.1.0" - } - }, - "cli-boxes": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz", - "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=", - "dev": true - }, - "cliui": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", - "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", - "dev": true, - "requires": { - "center-align": "0.1.3", - "right-align": "0.1.3", - "wordwrap": "0.0.2" - } - }, - "clone": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", - "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=", - "dev": true - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", - "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=", - "dev": true - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", - "dev": true - }, - "cloneable-readable": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz", - "integrity": "sha1-pikNQT8hemEjL5XkWP84QYz7ARc=", - "dev": true, - "requires": { - "inherits": "2.0.3", - "process-nextick-args": "1.0.7", - "through2": "2.0.3" - } - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true - }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "dev": true - }, - "color-convert": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz", - "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "combined-stream": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", - "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", - "dev": true, - "requires": { - "delayed-stream": "1.0.0" - } - }, - "commander": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz", - "integrity": "sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "configstore": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.1.tgz", - "integrity": "sha512-5oNkD/L++l0O6xGXxb1EWS7SivtjfGQlRyxJsYgE0Z495/L81e2h4/d3r969hoPXuFItzNOKMtsXgYG4c7dYvw==", - "dev": true, - "requires": { - "dot-prop": "4.2.0", - "graceful-fs": "4.1.11", - "make-dir": "1.1.0", - "unique-string": "1.0.0", - "write-file-atomic": "2.3.0", - "xdg-basedir": "3.0.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - } - } - }, - "convert-source-map": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz", - "integrity": "sha1-ms1whRxtXf3ZPZKC5e35SgP/RrU=", - "dev": true - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "create-error-class": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", - "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", - "dev": true, - "requires": { - "capture-stack-trace": "1.0.0" - } - }, - "cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", - "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", - "dev": true, - "requires": { - "lru-cache": "4.1.1", - "shebang-command": "1.2.0", - "which": "1.3.0" - } - }, - "cryptiles": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", - "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", - "dev": true, - "requires": { - "boom": "2.10.1" - } - }, - "crypto-random-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", - "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=", - "dev": true - }, - "css": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz", - "integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=", - "dev": true, - "requires": { - "inherits": "2.0.3", - "source-map": "0.1.43", - "source-map-resolve": "0.3.1", - "urix": "0.1.0" - }, - "dependencies": { - "source-map": { - "version": "0.1.43", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", - "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", - "dev": true, - "requires": { - "amdefine": "1.0.1" - } - } - } - }, - "css-select": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", - "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", - "dev": true, - "requires": { - "boolbase": "1.0.0", - "css-what": "2.1.0", - "domutils": "1.5.1", - "nth-check": "1.0.1" - } - }, - "css-what": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", - "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=", - "dev": true - }, - "d": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz", - "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", - "dev": true, - "requires": { - "es5-ext": "0.10.35" - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "dateformat": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz", - "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=", - "dev": true - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "debug-fabulous": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.2.1.tgz", - "integrity": "sha512-u0TV6HcfLsZ03xLBhdhSViQMldaiQ2o+8/nSILaXkuNSWvxkx66vYJUAam0Eu7gAilJRX/69J4kKdqajQPaPyw==", - "dev": true, - "requires": { - "debug": "3.1.0", - "memoizee": "0.4.11", - "object-assign": "4.1.1" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "deep-assign": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/deep-assign/-/deep-assign-1.0.0.tgz", - "integrity": "sha1-sJJ0O+hCfcYh6gBnzex+cN0Z83s=", - "dev": true, - "requires": { - "is-obj": "1.0.1" - } - }, - "deep-extend": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz", - "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=", - "dev": true - }, - "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "dev": true, - "requires": { - "clone": "1.0.3" - } - }, - "del": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz", - "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", - "dev": true, - "requires": { - "globby": "6.1.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.0", - "p-map": "1.2.0", - "pify": "3.0.0", - "rimraf": "2.6.2" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "denodeify": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz", - "integrity": "sha1-OjYof1A05pnnV3kBBSwubJQlFjE=", - "dev": true - }, - "deprecated": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz", - "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=", - "dev": true - }, - "detect-file": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz", - "integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=", - "dev": true, - "requires": { - "fs-exists-sync": "0.1.0" - } - }, - "detect-newline": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", - "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=", - "dev": true - }, - "diff": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.3.1.tgz", - "integrity": "sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww==", - "dev": true - }, - "dom-serializer": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", - "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", - "dev": true, - "requires": { - "domelementtype": "1.1.3", - "entities": "1.1.1" - }, - "dependencies": { - "domelementtype": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", - "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=", - "dev": true - } - } - }, - "domelementtype": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", - "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=", - "dev": true - }, - "domhandler": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz", - "integrity": "sha1-iS5HAAqZvlW783dP/qBWHYh5wlk=", - "dev": true, - "requires": { - "domelementtype": "1.3.0" - } - }, - "domutils": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", - "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", - "dev": true, - "requires": { - "dom-serializer": "0.1.0", - "domelementtype": "1.3.0" - } - }, - "dot-prop": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", - "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", - "dev": true, - "requires": { - "is-obj": "1.0.1" - } - }, - "duplexer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", - "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", - "dev": true - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", - "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", - "dev": true, - "requires": { - "readable-stream": "1.1.14" - } - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", - "dev": true - }, - "duplexify": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.1.tgz", - "integrity": "sha512-j5goxHTwVED1Fpe5hh3q9R93Kip0Bg2KVAt4f8CEYM3UEwYcPSvWbXaUQOzdX/HtiNomipv+gU7ASQPDbV7pGQ==", - "dev": true, - "requires": { - "end-of-stream": "1.4.0", - "inherits": "2.0.3", - "readable-stream": "2.3.3", - "stream-shift": "1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz", - "integrity": "sha1-epDYM+/abPpurA9JSduw+tOmMgY=", - "dev": true, - "requires": { - "once": "1.4.0" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "ecc-jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", - "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", - "dev": true, - "optional": true, - "requires": { - "jsbn": "0.1.1" - } - }, - "end-of-stream": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz", - "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=", - "dev": true, - "requires": { - "once": "1.3.3" - }, - "dependencies": { - "once": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", - "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=", - "dev": true, - "requires": { - "wrappy": "1.0.2" - } - } - } - }, - "entities": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", - "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=", - "dev": true - }, - "es5-ext": { - "version": "0.10.35", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.35.tgz", - "integrity": "sha1-GO6FjOajxFx9eekcFfzKnsVoSU8=", - "dev": true, - "requires": { - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35", - "es6-symbol": "3.1.1" - } - }, - "es6-promise": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz", - "integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=", - "dev": true - }, - "es6-symbol": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", - "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35" - } - }, - "es6-weak-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz", - "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35", - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "esutils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", - "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", - "dev": true - }, - "event-emitter": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", - "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35" - } - }, - "event-stream": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", - "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", - "dev": true, - "requires": { - "duplexer": "0.1.1", - "from": "0.1.7", - "map-stream": "0.1.0", - "pause-stream": "0.0.11", - "split": "0.3.3", - "stream-combiner": "0.0.4", - "through": "2.3.8" - } - }, - "execa": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", - "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", - "dev": true, - "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" - } - }, - "expand-brackets": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", - "dev": true, - "requires": { - "is-posix-bracket": "0.1.1" - } - }, - "expand-range": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", - "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", - "dev": true, - "requires": { - "fill-range": "2.2.3" - } - }, - "expand-tilde": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz", - "integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=", - "dev": true, - "requires": { - "os-homedir": "1.0.2" - } - }, - "extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "0.1.1" - } - }, - "extglob": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", - "dev": true, - "requires": { - "is-extglob": "1.0.0" - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true - }, - "fancy-log": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz", - "integrity": "sha1-Rb4X0Cu5kX1gzP/UmVyZnmyMmUg=", - "dev": true, - "requires": { - "chalk": "1.1.3", - "time-stamp": "1.1.0" - } - }, - "fast-deep-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz", - "integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=", - "dev": true - }, - "fast-json-stable-stringify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", - "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", - "dev": true - }, - "fd-slicer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", - "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", - "dev": true, - "requires": { - "pend": "1.2.0" - } - }, - "filename-regex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", - "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", - "dev": true - }, - "fill-range": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz", - "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=", - "dev": true, - "requires": { - "is-number": "2.1.0", - "isobject": "2.1.0", - "randomatic": "1.1.7", - "repeat-element": "1.1.2", - "repeat-string": "1.6.1" - } - }, - "find-index": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz", - "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=", - "dev": true - }, - "findup-sync": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz", - "integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=", - "dev": true, - "requires": { - "detect-file": "0.1.0", - "is-glob": "2.0.1", - "micromatch": "2.3.11", - "resolve-dir": "0.1.1" - } - }, - "fined": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fined/-/fined-1.1.0.tgz", - "integrity": "sha1-s33IRLdqL15wgeiE98CuNE8VNHY=", - "dev": true, - "requires": { - "expand-tilde": "2.0.2", - "is-plain-object": "2.0.4", - "object.defaults": "1.1.0", - "object.pick": "1.3.0", - "parse-filepath": "1.0.1" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", - "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", - "dev": true, - "requires": { - "homedir-polyfill": "1.0.1" - } - } - } - }, - "first-chunk-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", - "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=", - "dev": true - }, - "flagged-respawn": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz", - "integrity": "sha1-/xke3c1wiKZ1smEP/8l2vpuAdLU=", - "dev": true - }, - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", - "dev": true - }, - "for-own": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", - "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", - "dev": true, - "requires": { - "for-in": "1.0.2" - } - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true - }, - "form-data": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", - "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", - "dev": true, - "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.17" - } - }, - "from": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", - "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=", - "dev": true - }, - "fs-exists-sync": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz", - "integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=", - "dev": true - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz", - "integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==", - "dev": true, - "optional": true, - "requires": { - "nan": "2.8.0", - "node-pre-gyp": "0.6.39" - }, - "dependencies": { - "abbrev": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz", - "integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8=", - "dev": true, - "optional": true - }, - "ajv": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", - "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", - "dev": true, - "optional": true, - "requires": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" - } - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "aproba": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz", - "integrity": "sha1-ldNgDwdxCqDpKYxyatXs8urLq6s=", - "dev": true, - "optional": true - }, - "are-we-there-yet": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz", - "integrity": "sha1-u13KOCu5TwXhUZQ3PRb9O6HKEQ0=", - "dev": true, - "optional": true, - "requires": { - "delegates": "1.0.0", - "readable-stream": "2.2.9" - } - }, - "asn1": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", - "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", - "dev": true, - "optional": true - }, - "assert-plus": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", - "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", - "dev": true, - "optional": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true, - "optional": true - }, - "aws-sign2": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", - "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", - "dev": true, - "optional": true - }, - "aws4": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz", - "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=", - "dev": true, - "optional": true - }, - "balanced-match": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", - "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=", - "dev": true - }, - "bcrypt-pbkdf": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", - "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", - "dev": true, - "optional": true, - "requires": { - "tweetnacl": "0.14.5" - } - }, - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "requires": { - "inherits": "2.0.3" - } - }, - "boom": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", - "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", - "dev": true, - "requires": { - "hoek": "2.16.3" - } - }, - "brace-expansion": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz", - "integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k=", - "dev": true, - "requires": { - "balanced-match": "0.4.2", - "concat-map": "0.0.1" - } - }, - "buffer-shims": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", - "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", - "dev": true - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true, - "optional": true - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true, - "optional": true - }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "dev": true - }, - "combined-stream": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", - "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", - "dev": true, - "requires": { - "delayed-stream": "1.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "dev": true - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "cryptiles": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", - "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", - "dev": true, - "requires": { - "boom": "2.10.1" - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "optional": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true, - "optional": true - } - } - }, - "debug": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=", - "dev": true, - "optional": true, - "requires": { - "ms": "2.0.0" - } - }, - "deep-extend": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz", - "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=", - "dev": true, - "optional": true - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "dev": true, - "optional": true - }, - "detect-libc": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.2.tgz", - "integrity": "sha1-ca1dIEvxempsqPRQxhRUBm70YeE=", - "dev": true, - "optional": true - }, - "ecc-jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", - "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", - "dev": true, - "optional": true, - "requires": { - "jsbn": "0.1.1" - } - }, - "extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", - "dev": true, - "optional": true - }, - "extsprintf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz", - "integrity": "sha1-4QgOBljjALBilJkMxw4VAiNf1VA=", - "dev": true - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true, - "optional": true - }, - "form-data": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", - "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", - "dev": true, - "optional": true, - "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.15" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "fstream": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", - "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", - "dev": true, - "requires": { - "graceful-fs": "4.1.11", - "inherits": "2.0.3", - "mkdirp": "0.5.1", - "rimraf": "2.6.1" - } - }, - "fstream-ignore": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/fstream-ignore/-/fstream-ignore-1.0.5.tgz", - "integrity": "sha1-nDHa40dnAY/h0kmyTa2mfQktoQU=", - "dev": true, - "optional": true, - "requires": { - "fstream": "1.0.11", - "inherits": "2.0.3", - "minimatch": "3.0.4" - } - }, - "gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "dev": true, - "optional": true, - "requires": { - "aproba": "1.1.1", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.2" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "optional": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true, - "optional": true - } - } - }, - "glob": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", - "dev": true, - "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "har-schema": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz", - "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=", - "dev": true, - "optional": true - }, - "har-validator": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", - "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=", - "dev": true, - "optional": true, - "requires": { - "ajv": "4.11.8", - "har-schema": "1.0.5" - } - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", - "dev": true, - "optional": true - }, - "hawk": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", - "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", - "dev": true, - "requires": { - "boom": "2.10.1", - "cryptiles": "2.0.5", - "hoek": "2.16.3", - "sntp": "1.0.9" - } - }, - "hoek": { - "version": "2.16.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", - "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", - "dev": true - }, - "http-signature": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", - "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", - "dev": true, - "optional": true, - "requires": { - "assert-plus": "0.2.0", - "jsprim": "1.4.0", - "sshpk": "1.13.0" - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - }, - "ini": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz", - "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=", - "dev": true, - "optional": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "1.0.1" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true, - "optional": true - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "dev": true, - "optional": true - }, - "jodid25519": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz", - "integrity": "sha1-BtSRIlUJNBlHfUJWM2BuDpB4KWc=", - "dev": true, - "optional": true, - "requires": { - "jsbn": "0.1.1" - } - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "dev": true, - "optional": true - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "dev": true, - "optional": true - }, - "json-stable-stringify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", - "dev": true, - "optional": true, - "requires": { - "jsonify": "0.0.0" - } - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true, - "optional": true - }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", - "dev": true, - "optional": true - }, - "jsprim": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz", - "integrity": "sha1-o7h+QCmNjDgFUtjMdiigu5WiKRg=", - "dev": true, - "optional": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.0.2", - "json-schema": "0.2.3", - "verror": "1.3.6" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true, - "optional": true - } - } - }, - "mime-db": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz", - "integrity": "sha1-gg9XIpa70g7CXtVeW13oaeVDbrE=", - "dev": true - }, - "mime-types": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz", - "integrity": "sha1-pOv1BkCUVpI3uM9wBGd20J/JKu0=", - "dev": true, - "requires": { - "mime-db": "1.27.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "1.1.7" - } - }, - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "dev": true - }, - "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "dev": true, - "requires": { - "minimist": "0.0.8" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true, - "optional": true - }, - "node-pre-gyp": { - "version": "0.6.39", - "resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz", - "integrity": "sha512-OsJV74qxnvz/AMGgcfZoDaeDXKD3oY3QVIbBmwszTFkRisTSXbMQyn4UWzUMOtA5SVhrBZOTp0wcoSBgfMfMmQ==", - "dev": true, - "optional": true, - "requires": { - "detect-libc": "1.0.2", - "hawk": "3.1.3", - "mkdirp": "0.5.1", - "nopt": "4.0.1", - "npmlog": "4.1.0", - "rc": "1.2.1", - "request": "2.81.0", - "rimraf": "2.6.1", - "semver": "5.3.0", - "tar": "2.2.1", - "tar-pack": "3.4.0" - } - }, - "nopt": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz", - "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", - "dev": true, - "optional": true, - "requires": { - "abbrev": "1.1.0", - "osenv": "0.1.4" - } - }, - "npmlog": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.0.tgz", - "integrity": "sha512-ocolIkZYZt8UveuiDS0yAkkIjid1o7lPG8cYm05yNYzBn8ykQtaiPMEGp8fY9tKdDgm8okpdKzkvu1y9hUYugA==", - "dev": true, - "optional": true, - "requires": { - "are-we-there-yet": "1.1.4", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true - }, - "oauth-sign": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", - "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", - "dev": true, - "optional": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true, - "optional": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "requires": { - "wrappy": "1.0.2" - } - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "dev": true, - "optional": true - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true, - "optional": true - }, - "osenv": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", - "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", - "dev": true, - "optional": true, - "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "performance-now": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz", - "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=", - "dev": true, - "optional": true - }, - "process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", - "dev": true - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", - "dev": true, - "optional": true - }, - "qs": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", - "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", - "dev": true, - "optional": true - }, - "rc": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.1.tgz", - "integrity": "sha1-LgPo5C7kULjLPc5lvhv4l04d/ZU=", - "dev": true, - "optional": true, - "requires": { - "deep-extend": "0.4.2", - "ini": "1.3.4", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true, - "optional": true - } - } - }, - "readable-stream": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz", - "integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=", - "dev": true, - "requires": { - "buffer-shims": "1.0.0", - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "string_decoder": "1.0.1", - "util-deprecate": "1.0.2" - } - }, - "request": { - "version": "2.81.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz", - "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=", - "dev": true, - "optional": true, - "requires": { - "aws-sign2": "0.6.0", - "aws4": "1.6.0", - "caseless": "0.12.0", - "combined-stream": "1.0.5", - "extend": "3.0.1", - "forever-agent": "0.6.1", - "form-data": "2.1.4", - "har-validator": "4.2.1", - "hawk": "3.1.3", - "http-signature": "1.1.1", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.15", - "oauth-sign": "0.8.2", - "performance-now": "0.2.0", - "qs": "6.4.0", - "safe-buffer": "5.0.1", - "stringstream": "0.0.5", - "tough-cookie": "2.3.2", - "tunnel-agent": "0.6.0", - "uuid": "3.0.1" - } - }, - "rimraf": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz", - "integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=", - "dev": true, - "requires": { - "glob": "7.1.2" - } - }, - "safe-buffer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz", - "integrity": "sha1-0mPKVGls2KMGtcplUekt5XkY++c=", - "dev": true - }, - "semver": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", - "dev": true, - "optional": true - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true, - "optional": true - }, - "signal-exit": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", - "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", - "dev": true, - "optional": true - }, - "sntp": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", - "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", - "dev": true, - "requires": { - "hoek": "2.16.3" - } - }, - "sshpk": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz", - "integrity": "sha1-/yo+T9BEl1Vf7Zezmg/YL6+zozw=", - "dev": true, - "optional": true, - "requires": { - "asn1": "0.2.3", - "assert-plus": "1.0.0", - "bcrypt-pbkdf": "1.0.1", - "dashdash": "1.14.1", - "ecc-jsbn": "0.1.1", - "getpass": "0.1.7", - "jodid25519": "1.0.2", - "jsbn": "0.1.1", - "tweetnacl": "0.14.5" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true, - "optional": true - } - } - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" - } - }, - "string_decoder": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz", - "integrity": "sha1-YuIA8DmVWmgQ2N8KM//A8BNmLZg=", - "dev": true, - "requires": { - "safe-buffer": "5.0.1" - } - }, - "stringstream": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", - "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", - "dev": true, - "optional": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "2.1.1" - } - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true, - "optional": true - }, - "tar": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", - "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", - "dev": true, - "requires": { - "block-stream": "0.0.9", - "fstream": "1.0.11", - "inherits": "2.0.3" - } - }, - "tar-pack": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tar-pack/-/tar-pack-3.4.0.tgz", - "integrity": "sha1-I74tf2cagzk3bL2wuP4/3r8xeYQ=", - "dev": true, - "optional": true, - "requires": { - "debug": "2.6.8", - "fstream": "1.0.11", - "fstream-ignore": "1.0.5", - "once": "1.4.0", - "readable-stream": "2.2.9", - "rimraf": "2.6.1", - "tar": "2.2.1", - "uid-number": "0.0.6" - } - }, - "tough-cookie": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz", - "integrity": "sha1-8IH3bkyFcg5sN6X6ztc3FQ2EByo=", - "dev": true, - "optional": true, - "requires": { - "punycode": "1.4.1" - } - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dev": true, - "optional": true, - "requires": { - "safe-buffer": "5.0.1" - } - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true, - "optional": true - }, - "uid-number": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz", - "integrity": "sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=", - "dev": true, - "optional": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "uuid": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz", - "integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=", - "dev": true, - "optional": true - }, - "verror": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz", - "integrity": "sha1-z/XfEpRtKX0rqu+qJoniW+AcAFw=", - "dev": true, - "optional": true, - "requires": { - "extsprintf": "1.0.2" - } - }, - "wide-align": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz", - "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==", - "dev": true, - "optional": true, - "requires": { - "string-width": "1.0.2" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - } - } - }, - "fstream": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", - "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", - "dev": true, - "requires": { - "graceful-fs": "4.1.11", - "inherits": "2.0.3", - "mkdirp": "0.5.1", - "rimraf": "2.6.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - } - } - }, - "gaze": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz", - "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=", - "dev": true, - "requires": { - "globule": "0.1.0" - } - }, - "generate-function": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz", - "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=", - "dev": true - }, - "generate-object-property": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", - "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", - "dev": true, - "requires": { - "is-property": "1.0.2" - } - }, - "get-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", - "dev": true - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "glob": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", - "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "glob-base": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", - "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", - "dev": true, - "requires": { - "glob-parent": "2.0.0", - "is-glob": "2.0.1" - } - }, - "glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", - "dev": true, - "requires": { - "is-glob": "2.0.1" - } - }, - "glob-stream": { - "version": "3.1.18", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz", - "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=", - "dev": true, - "requires": { - "glob": "4.5.3", - "glob2base": "0.0.12", - "minimatch": "2.0.10", - "ordered-read-streams": "0.1.0", - "through2": "0.6.5", - "unique-stream": "1.0.0" - }, - "dependencies": { - "glob": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", - "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", - "dev": true, - "requires": { - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "2.0.10", - "once": "1.4.0" - } - }, - "minimatch": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", - "dev": true, - "requires": { - "brace-expansion": "1.1.8" - } - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "glob-watcher": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", - "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=", - "dev": true, - "requires": { - "gaze": "0.5.2" - } - }, - "glob2base": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz", - "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=", - "dev": true, - "requires": { - "find-index": "0.1.1" - } - }, - "global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", - "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", - "dev": true, - "requires": { - "ini": "1.3.5" - } - }, - "global-modules": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz", - "integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=", - "dev": true, - "requires": { - "global-prefix": "0.1.5", - "is-windows": "0.2.0" - } - }, - "global-prefix": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz", - "integrity": "sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=", - "dev": true, - "requires": { - "homedir-polyfill": "1.0.1", - "ini": "1.3.5", - "is-windows": "0.2.0", - "which": "1.3.0" - } - }, - "globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "dev": true, - "requires": { - "array-union": "1.0.2", - "glob": "7.1.2", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" - }, - "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - } - } - }, - "globule": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz", - "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=", - "dev": true, - "requires": { - "glob": "3.1.21", - "lodash": "1.0.2", - "minimatch": "0.2.14" - }, - "dependencies": { - "glob": { - "version": "3.1.21", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", - "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=", - "dev": true, - "requires": { - "graceful-fs": "1.2.3", - "inherits": "1.0.2", - "minimatch": "0.2.14" - } - }, - "graceful-fs": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", - "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=", - "dev": true - }, - "inherits": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz", - "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=", - "dev": true - }, - "lru-cache": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", - "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", - "dev": true - }, - "minimatch": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", - "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=", - "dev": true, - "requires": { - "lru-cache": "2.7.3", - "sigmund": "1.0.1" - } - } - } - }, - "glogg": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz", - "integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=", - "dev": true, - "requires": { - "sparkles": "1.0.0" - } - }, - "got": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/got/-/got-6.7.1.tgz", - "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=", - "dev": true, - "requires": { - "create-error-class": "3.0.2", - "duplexer3": "0.1.4", - "get-stream": "3.0.0", - "is-redirect": "1.0.0", - "is-retry-allowed": "1.1.0", - "is-stream": "1.1.0", - "lowercase-keys": "1.0.0", - "safe-buffer": "5.1.1", - "timed-out": "4.0.1", - "unzip-response": "2.0.1", - "url-parse-lax": "1.0.0" - } - }, - "graceful-fs": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", - "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", - "dev": true, - "requires": { - "natives": "1.1.0" - } - }, - "growl": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.3.tgz", - "integrity": "sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q==", - "dev": true - }, - "gulp": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz", - "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=", - "dev": true, - "requires": { - "archy": "1.0.0", - "chalk": "1.1.3", - "deprecated": "0.0.1", - "gulp-util": "3.0.8", - "interpret": "1.0.4", - "liftoff": "2.3.0", - "minimist": "1.2.0", - "orchestrator": "0.3.8", - "pretty-hrtime": "1.0.3", - "semver": "4.3.6", - "tildify": "1.2.0", - "v8flags": "2.1.1", - "vinyl-fs": "0.3.14" - } - }, - "gulp-chmod": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-2.0.0.tgz", - "integrity": "sha1-AMOQuSigeZslGsz2MaoJ4BzGKZw=", - "dev": true, - "requires": { - "deep-assign": "1.0.0", - "stat-mode": "0.2.2", - "through2": "2.0.3" - } - }, - "gulp-filter": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/gulp-filter/-/gulp-filter-5.0.1.tgz", - "integrity": "sha512-5olRzAhFdXB2klCu1lnazP65aO9YdA/5WfC9VdInIc8PrUeDIoZfaA3Edb0yUBGhVdHv4eHKL9Fg5tUoEJ9z5A==", - "dev": true, - "requires": { - "gulp-util": "3.0.8", - "multimatch": "2.1.0", - "streamfilter": "1.0.5" - } - }, - "gulp-gunzip": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gulp-gunzip/-/gulp-gunzip-1.0.0.tgz", - "integrity": "sha1-FbdBFF6Dqcb1CIYkG1fMWHHxUak=", - "dev": true, - "requires": { - "through2": "0.6.5", - "vinyl": "0.4.6" - }, - "dependencies": { - "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - }, - "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", - "dev": true, - "requires": { - "clone": "0.2.0", - "clone-stats": "0.0.1" - } - } - } - }, - "gulp-remote-src": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/gulp-remote-src/-/gulp-remote-src-0.4.3.tgz", - "integrity": "sha1-VyjP1kNDPdSEXd7wlp8PlxoqtKE=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "node.extend": "1.1.6", - "request": "2.79.0", - "through2": "2.0.3", - "vinyl": "2.0.2" - }, - "dependencies": { - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", - "dev": true - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", - "dev": true - }, - "request": { - "version": "2.79.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz", - "integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=", - "dev": true, - "requires": { - "aws-sign2": "0.6.0", - "aws4": "1.6.0", - "caseless": "0.11.0", - "combined-stream": "1.0.5", - "extend": "3.0.1", - "forever-agent": "0.6.1", - "form-data": "2.1.4", - "har-validator": "2.0.6", - "hawk": "3.1.3", - "http-signature": "1.1.1", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.17", - "oauth-sign": "0.8.2", - "qs": "6.3.2", - "stringstream": "0.0.5", - "tough-cookie": "2.3.3", - "tunnel-agent": "0.4.3", - "uuid": "3.1.0" - } - }, - "vinyl": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.0.2.tgz", - "integrity": "sha1-CjcT2NTpIhxY8QyhbAEWyeJe2nw=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "is-stream": "1.1.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - } - } - }, - "gulp-sourcemaps": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.1.tgz", - "integrity": "sha512-1qHCI3hdmsMdq/SUotxwUh/L8YzlI6J9zQ5ifNOtx4Y6KV5y5sGuORv1KZzWhuKtz/mXNh5xLESUtwC4EndCjA==", - "dev": true, - "requires": { - "@gulp-sourcemaps/identity-map": "1.0.1", - "@gulp-sourcemaps/map-sources": "1.0.0", - "acorn": "4.0.13", - "convert-source-map": "1.5.0", - "css": "2.2.1", - "debug-fabulous": "0.2.1", - "detect-newline": "2.1.0", - "graceful-fs": "4.1.11", - "source-map": "0.6.1", - "strip-bom-string": "1.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - } - } - }, - "gulp-symdest": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/gulp-symdest/-/gulp-symdest-1.1.0.tgz", - "integrity": "sha1-wWUyBzLRks5W/ZQnH/oSMjS/KuA=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "mkdirp": "0.5.1", - "queue": "3.1.0", - "vinyl-fs": "2.4.4" - }, - "dependencies": { - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "requires": { - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" - } - }, - "glob-stream": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", - "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", - "dev": true, - "requires": { - "extend": "3.0.1", - "glob": "5.0.15", - "glob-parent": "3.1.0", - "micromatch": "2.3.11", - "ordered-read-streams": "0.3.0", - "through2": "0.6.5", - "to-absolute-glob": "0.1.1", - "unique-stream": "2.2.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "gulp-sourcemaps": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", - "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", - "dev": true, - "requires": { - "convert-source-map": "1.5.0", - "graceful-fs": "4.1.11", - "strip-bom": "2.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "2.1.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "ordered-read-streams": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", - "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", - "dev": true, - "requires": { - "is-stream": "1.1.0", - "readable-stream": "2.3.3" - } - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "dev": true, - "requires": { - "json-stable-stringify": "1.0.1", - "through2-filter": "2.0.0" - } - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "vinyl-fs": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", - "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", - "dev": true, - "requires": { - "duplexify": "3.5.1", - "glob-stream": "5.3.5", - "graceful-fs": "4.1.11", - "gulp-sourcemaps": "1.6.0", - "is-valid-glob": "0.3.0", - "lazystream": "1.0.0", - "lodash.isequal": "4.5.0", - "merge-stream": "1.0.1", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "readable-stream": "2.3.3", - "strip-bom": "2.0.0", - "strip-bom-stream": "1.0.0", - "through2": "2.0.3", - "through2-filter": "2.0.0", - "vali-date": "1.0.0", - "vinyl": "1.2.0" - } - } - } - }, - "gulp-tsb": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/gulp-tsb/-/gulp-tsb-2.0.4.tgz", - "integrity": "sha1-CymAktTf1OXP2AZ57Uwdk7/bpko=", - "dev": true, - "requires": { - "gulp-util": "3.0.8", - "through": "2.3.8", - "vinyl": "0.4.6" - }, - "dependencies": { - "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", - "dev": true - }, - "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", - "dev": true, - "requires": { - "clone": "0.2.0", - "clone-stats": "0.0.1" - } - } - } - }, - "gulp-tslint": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/gulp-tslint/-/gulp-tslint-8.1.2.tgz", - "integrity": "sha512-0RNGqbp2TKPdbG+sWU3mNMXEMuF/noY1KS4+jd5lOStkvuFINkFL29dHX3IT1u+vVFD4Glwf+lkcdR2QMVNMzA==", - "dev": true, - "requires": { - "gulp-util": "3.0.8", - "map-stream": "0.0.7", - "through": "2.3.8" - }, - "dependencies": { - "map-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.7.tgz", - "integrity": "sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=", - "dev": true - } - } - }, - "gulp-typescript": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/gulp-typescript/-/gulp-typescript-3.2.2.tgz", - "integrity": "sha1-t+Xh08s193LlPmBAJmAYJuK+d/w=", - "dev": true, - "requires": { - "gulp-util": "3.0.8", - "source-map": "0.5.7", - "through2": "2.0.3", - "vinyl-fs": "2.4.4" - }, - "dependencies": { - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "requires": { - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" - } - }, - "glob-stream": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", - "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", - "dev": true, - "requires": { - "extend": "3.0.1", - "glob": "5.0.15", - "glob-parent": "3.1.0", - "micromatch": "2.3.11", - "ordered-read-streams": "0.3.0", - "through2": "0.6.5", - "to-absolute-glob": "0.1.1", - "unique-stream": "2.2.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "gulp-sourcemaps": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", - "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", - "dev": true, - "requires": { - "convert-source-map": "1.5.0", - "graceful-fs": "4.1.11", - "strip-bom": "2.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "2.1.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "ordered-read-streams": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", - "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", - "dev": true, - "requires": { - "is-stream": "1.1.0", - "readable-stream": "2.3.3" - } - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "dev": true, - "requires": { - "json-stable-stringify": "1.0.1", - "through2-filter": "2.0.0" - } - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "vinyl-fs": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", - "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", - "dev": true, - "requires": { - "duplexify": "3.5.1", - "glob-stream": "5.3.5", - "graceful-fs": "4.1.11", - "gulp-sourcemaps": "1.6.0", - "is-valid-glob": "0.3.0", - "lazystream": "1.0.0", - "lodash.isequal": "4.5.0", - "merge-stream": "1.0.1", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "readable-stream": "2.3.3", - "strip-bom": "2.0.0", - "strip-bom-stream": "1.0.0", - "through2": "2.0.3", - "through2-filter": "2.0.0", - "vali-date": "1.0.0", - "vinyl": "1.2.0" - } - } - } - }, - "gulp-uglify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.0.0.tgz", - "integrity": "sha1-y+Sq5P4La912AzW8RvIA//aZxK8=", - "dev": true, - "requires": { - "gulplog": "1.0.0", - "has-gulplog": "0.1.0", - "lodash": "4.17.4", - "make-error-cause": "1.2.2", - "through2": "2.0.3", - "uglify-js": "2.7.0", - "uglify-save-license": "0.4.1", - "vinyl-sourcemaps-apply": "0.2.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", - "dev": true - } - } - }, - "gulp-untar": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/gulp-untar/-/gulp-untar-0.0.6.tgz", - "integrity": "sha1-1r3v3n6ajgVMnxYjhaB4LEvnQAA=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "gulp-util": "3.0.8", - "streamifier": "0.1.1", - "tar": "2.2.1", - "through2": "2.0.3" - } - }, - "gulp-util": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", - "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=", - "dev": true, - "requires": { - "array-differ": "1.0.0", - "array-uniq": "1.0.3", - "beeper": "1.1.1", - "chalk": "1.1.3", - "dateformat": "2.2.0", - "fancy-log": "1.3.0", - "gulplog": "1.0.0", - "has-gulplog": "0.1.0", - "lodash._reescape": "3.0.0", - "lodash._reevaluate": "3.0.0", - "lodash._reinterpolate": "3.0.0", - "lodash.template": "3.6.2", - "minimist": "1.2.0", - "multipipe": "0.1.2", - "object-assign": "3.0.0", - "replace-ext": "0.0.1", - "through2": "2.0.3", - "vinyl": "0.5.3" - }, - "dependencies": { - "object-assign": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", - "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", - "dev": true - } - } - }, - "gulp-vinyl-zip": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/gulp-vinyl-zip/-/gulp-vinyl-zip-2.1.0.tgz", - "integrity": "sha1-JOQGhdwFtxSZlSRQmeBZAmO+ja0=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "queue": "4.4.2", - "through2": "2.0.3", - "vinyl": "2.1.0", - "vinyl-fs": "2.4.4", - "yauzl": "2.9.1", - "yazl": "2.4.3" - }, - "dependencies": { - "clone": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", - "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=", - "dev": true - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", - "dev": true - }, - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "requires": { - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" - } - }, - "glob-stream": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", - "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", - "dev": true, - "requires": { - "extend": "3.0.1", - "glob": "5.0.15", - "glob-parent": "3.1.0", - "micromatch": "2.3.11", - "ordered-read-streams": "0.3.0", - "through2": "0.6.5", - "to-absolute-glob": "0.1.1", - "unique-stream": "2.2.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "gulp-sourcemaps": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", - "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", - "dev": true, - "requires": { - "convert-source-map": "1.5.0", - "graceful-fs": "4.1.11", - "strip-bom": "2.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - }, - "dependencies": { - "clone": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", - "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=", - "dev": true - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", - "dev": true - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", - "dev": true - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - } - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "2.1.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "ordered-read-streams": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", - "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", - "dev": true, - "requires": { - "is-stream": "1.1.0", - "readable-stream": "2.3.3" - } - }, - "queue": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/queue/-/queue-4.4.2.tgz", - "integrity": "sha512-fSMRXbwhMwipcDZ08enW2vl+YDmAmhcNcr43sCJL8DIg+CFOsoRLG23ctxA+fwNk1w55SePSiS7oqQQSgQoVJQ==", - "dev": true, - "requires": { - "inherits": "2.0.3" - } - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", - "dev": true - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "dev": true, - "requires": { - "json-stable-stringify": "1.0.1", - "through2-filter": "2.0.0" - } - }, - "vinyl": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", - "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", - "dev": true, - "requires": { - "clone": "2.1.1", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - }, - "vinyl-fs": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", - "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", - "dev": true, - "requires": { - "duplexify": "3.5.1", - "glob-stream": "5.3.5", - "graceful-fs": "4.1.11", - "gulp-sourcemaps": "1.6.0", - "is-valid-glob": "0.3.0", - "lazystream": "1.0.0", - "lodash.isequal": "4.5.0", - "merge-stream": "1.0.1", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "readable-stream": "2.3.3", - "strip-bom": "2.0.0", - "strip-bom-stream": "1.0.0", - "through2": "2.0.3", - "through2-filter": "2.0.0", - "vali-date": "1.0.0", - "vinyl": "1.2.0" - }, - "dependencies": { - "clone": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", - "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=", - "dev": true - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", - "dev": true - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", - "dev": true - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - } - } - } - } - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", - "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", - "dev": true, - "requires": { - "glogg": "1.0.0" - } - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "dev": true - }, - "har-validator": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", - "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=", - "dev": true, - "requires": { - "chalk": "1.1.3", - "commander": "2.11.0", - "is-my-json-valid": "2.16.1", - "pinkie-promise": "2.0.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "requires": { - "ansi-regex": "2.1.1" - } - }, - "has-flag": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", - "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=", - "dev": true - }, - "has-gulplog": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", - "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", - "dev": true, - "requires": { - "sparkles": "1.0.0" - } - }, - "hawk": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", - "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", - "dev": true, - "requires": { - "boom": "2.10.1", - "cryptiles": "2.0.5", - "hoek": "2.16.3", - "sntp": "1.0.9" - } - }, - "he": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", - "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", - "dev": true - }, - "hoek": { - "version": "2.16.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", - "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", - "dev": true - }, - "homedir-polyfill": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", - "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", - "dev": true, - "requires": { - "parse-passwd": "1.0.0" - } - }, - "htmlparser2": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz", - "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=", - "dev": true, - "requires": { - "domelementtype": "1.3.0", - "domhandler": "2.4.1", - "domutils": "1.5.1", - "entities": "1.1.1", - "inherits": "2.0.3", - "readable-stream": "2.3.3" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "http-proxy-agent": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-0.2.7.tgz", - "integrity": "sha1-4X/aZfCQLZUs55IeYsf/iGJlWl4=", - "requires": { - "agent-base": "1.0.2", - "debug": "2.6.9", - "extend": "3.0.1" - } - }, - "http-signature": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", - "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", - "dev": true, - "requires": { - "assert-plus": "0.2.0", - "jsprim": "1.4.1", - "sshpk": "1.13.1" - } - }, - "https-proxy-agent": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz", - "integrity": "sha1-cT+jjl01P1DrFKNC/r4pAz7RYZs=", - "requires": { - "agent-base": "1.0.2", - "debug": "2.6.9", - "extend": "3.0.1" - } - }, - "iconv-lite": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", - "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==", - "dev": true - }, - "ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", - "dev": true - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", - "dev": true - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "dev": true - }, - "interpret": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.4.tgz", - "integrity": "sha1-ggzdWIuGj/sZGoCVBtbJyPISsbA=", - "dev": true - }, - "invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", - "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=", - "dev": true - }, - "is": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/is/-/is-3.2.1.tgz", - "integrity": "sha1-0Kwq1V63sL7JJqUmb2xmKqqD3KU=", - "dev": true - }, - "is-absolute": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz", - "integrity": "sha1-IN5p89uULvLYe5wto28XIjWxtes=", - "dev": true, - "requires": { - "is-relative": "0.2.1", - "is-windows": "0.2.0" - } - }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dev": true, - "requires": { - "binary-extensions": "1.11.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "is-dotfile": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", - "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", - "dev": true - }, - "is-equal-shallow": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", - "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", - "dev": true, - "requires": { - "is-primitive": "2.0.0" - } - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "dev": true - }, - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "1.0.0" - } - }, - "is-installed-globally": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", - "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", - "dev": true, - "requires": { - "global-dirs": "0.1.1", - "is-path-inside": "1.0.0" - } - }, - "is-my-json-valid": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz", - "integrity": "sha512-ochPsqWS1WXj8ZnMIV0vnNXooaMhp7cyL4FMSIPKTtnV0Ha/T19G2b9kkhcNsabV9bxYkze7/aLZJb/bYuFduQ==", - "dev": true, - "requires": { - "generate-function": "2.0.0", - "generate-object-property": "1.2.0", - "jsonpointer": "4.0.1", - "xtend": "4.0.1" - } - }, - "is-npm": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", - "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ=", - "dev": true - }, - "is-number": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", - "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", - "dev": true, - "requires": { - "kind-of": "3.2.2" - } - }, - "is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", - "dev": true - }, - "is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=", - "dev": true - }, - "is-path-in-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz", - "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=", - "dev": true, - "requires": { - "is-path-inside": "1.0.0" - } - }, - "is-path-inside": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz", - "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=", - "dev": true, - "requires": { - "path-is-inside": "1.0.2" - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "requires": { - "isobject": "3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "is-posix-bracket": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", - "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", - "dev": true - }, - "is-primitive": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", - "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", - "dev": true - }, - "is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", - "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", - "dev": true - }, - "is-property": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", - "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=", - "dev": true - }, - "is-redirect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", - "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=", - "dev": true - }, - "is-relative": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz", - "integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=", - "dev": true, - "requires": { - "is-unc-path": "0.1.2" - } - }, - "is-retry-allowed": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", - "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=", - "dev": true - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-unc-path": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz", - "integrity": "sha1-arBTpyVzwQJQ/0FqOBTDUXivObk=", - "dev": true, - "requires": { - "unc-path-regex": "0.1.2" - } - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "is-valid-glob": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz", - "integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=", - "dev": true - }, - "is-windows": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz", - "integrity": "sha1-3hqm1j6indJIc3tp8f+LgALSEIw=", - "dev": true - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dev": true, - "requires": { - "isarray": "1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - } - } - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "dev": true - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", - "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", - "dev": true - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "dev": true, - "optional": true - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "dev": true - }, - "json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", - "dev": true - }, - "json-stable-stringify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", - "dev": true, - "requires": { - "jsonify": "0.0.0" - } - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", - "dev": true - }, - "jsonpointer": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz", - "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=", - "dev": true - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "1.1.6" - } - }, - "latest-version": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", - "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=", - "dev": true, - "requires": { - "package-json": "4.0.1" - } - }, - "lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", - "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=", - "dev": true - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", - "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", - "dev": true, - "requires": { - "readable-stream": "2.3.3" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "lcid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", - "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", - "dev": true, - "requires": { - "invert-kv": "1.0.0" - } - }, - "liftoff": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz", - "integrity": "sha1-qY8v9nGD2Lp8+soQVIvX/wVQs4U=", - "dev": true, - "requires": { - "extend": "3.0.1", - "findup-sync": "0.4.3", - "fined": "1.1.0", - "flagged-respawn": "0.3.2", - "lodash.isplainobject": "4.0.6", - "lodash.isstring": "4.0.1", - "lodash.mapvalues": "4.6.0", - "rechoir": "0.6.2", - "resolve": "1.5.0" - } - }, - "linkify-it": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz", - "integrity": "sha1-2UpGSPmxwXnWT6lykSaL22zpQ08=", - "dev": true, - "requires": { - "uc.micro": "1.0.3" - } - }, - "lodash": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz", - "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=", - "dev": true - }, - "lodash._baseassign": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz", - "integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=", - "dev": true, - "requires": { - "lodash._basecopy": "3.0.1", - "lodash.keys": "3.1.2" - } - }, - "lodash._basecopy": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", - "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=", - "dev": true - }, - "lodash._basetostring": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", - "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=", - "dev": true - }, - "lodash._basevalues": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", - "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=", - "dev": true - }, - "lodash._bindcallback": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz", - "integrity": "sha1-5THCdkTPi1epnhftlbNcdIeJOS4=", - "dev": true - }, - "lodash._createassigner": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz", - "integrity": "sha1-g4pbri/aymOsIt7o4Z+k5taXCxE=", - "dev": true, - "requires": { - "lodash._bindcallback": "3.0.1", - "lodash._isiterateecall": "3.0.9", - "lodash.restparam": "3.6.1" - } - }, - "lodash._getnative": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", - "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=", - "dev": true - }, - "lodash._isiterateecall": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", - "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=", - "dev": true - }, - "lodash._reescape": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", - "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=", - "dev": true - }, - "lodash._reevaluate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", - "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=", - "dev": true - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", - "dev": true - }, - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", - "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=", - "dev": true - }, - "lodash.assign": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-3.2.0.tgz", - "integrity": "sha1-POnwI0tLIiPilrj6CsH+6OvKZPo=", - "dev": true, - "requires": { - "lodash._baseassign": "3.2.0", - "lodash._createassigner": "3.1.1", - "lodash.keys": "3.1.2" - } - }, - "lodash.defaults": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-3.1.2.tgz", - "integrity": "sha1-xzCLGNv4vJNy1wGnNJPGEZK9Liw=", - "dev": true, - "requires": { - "lodash.assign": "3.2.0", - "lodash.restparam": "3.6.1" - } - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", - "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", - "dev": true, - "requires": { - "lodash._root": "3.0.1" - } - }, - "lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", - "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=", - "dev": true - }, - "lodash.isarray": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", - "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=", - "dev": true - }, - "lodash.isequal": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=", - "dev": true - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", - "dev": true - }, - "lodash.isstring": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=", - "dev": true - }, - "lodash.keys": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", - "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", - "dev": true, - "requires": { - "lodash._getnative": "3.9.1", - "lodash.isarguments": "3.1.0", - "lodash.isarray": "3.0.4" - } - }, - "lodash.mapvalues": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", - "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=", - "dev": true - }, - "lodash.restparam": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", - "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=", - "dev": true - }, - "lodash.template": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", - "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", - "dev": true, - "requires": { - "lodash._basecopy": "3.0.1", - "lodash._basetostring": "3.0.1", - "lodash._basevalues": "3.0.0", - "lodash._isiterateecall": "3.0.9", - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0", - "lodash.keys": "3.1.2", - "lodash.restparam": "3.6.1", - "lodash.templatesettings": "3.1.1" - } - }, - "lodash.templatesettings": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", - "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", - "dev": true, - "requires": { - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0" - } - }, - "longest": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", - "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", - "dev": true - }, - "lowercase-keys": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz", - "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=", - "dev": true - }, - "lru-cache": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz", - "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==", - "dev": true, - "requires": { - "pseudomap": "1.0.2", - "yallist": "2.1.2" - } - }, - "lru-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz", - "integrity": "sha1-Jzi9nw089PhEkMVzbEhpmsYyzaM=", - "dev": true, - "requires": { - "es5-ext": "0.10.35" - } - }, - "make-dir": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.1.0.tgz", - "integrity": "sha512-0Pkui4wLJ7rxvmfUvs87skoEaxmu0hCUApF8nonzpl7q//FWp9zu8W61Scz4sd/kUiqDxvUhtoam2efDyiBzcA==", - "dev": true, - "requires": { - "pify": "3.0.0" - } - }, - "make-error": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.0.tgz", - "integrity": "sha1-Uq06M5zPEM5itAQLcI/nByRLi5Y=", - "dev": true - }, - "make-error-cause": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz", - "integrity": "sha1-3wOI/NCzeBbf8KX7gQiTl3fcvJ0=", - "dev": true, - "requires": { - "make-error": "1.3.0" - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "dev": true - }, - "map-stream": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", - "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=", - "dev": true - }, - "markdown-it": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.0.tgz", - "integrity": "sha512-tNuOCCfunY5v5uhcO2AUMArvKAyKMygX8tfup/JrgnsDqcCATQsAExBq7o5Ml9iMmO82bk6jYNLj6khcrl0JGA==", - "dev": true, - "requires": { - "argparse": "1.0.9", - "entities": "1.1.1", - "linkify-it": "2.0.3", - "mdurl": "1.0.1", - "uc.micro": "1.0.3" - } - }, - "mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", - "dev": true - }, - "memoizee": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.11.tgz", - "integrity": "sha1-vemBdmPJ5A/bKk6hw2cpYIeujI8=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35", - "es6-weak-map": "2.0.2", - "event-emitter": "0.3.5", - "is-promise": "2.1.0", - "lru-queue": "0.1.0", - "next-tick": "1.0.0", - "timers-ext": "0.1.2" - } - }, - "merge-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", - "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", - "dev": true, - "requires": { - "readable-stream": "2.3.3" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "micromatch": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", - "dev": true, - "requires": { - "arr-diff": "2.0.0", - "array-unique": "0.2.1", - "braces": "1.8.5", - "expand-brackets": "0.1.5", - "extglob": "0.3.2", - "filename-regex": "2.0.1", - "is-extglob": "1.0.0", - "is-glob": "2.0.1", - "kind-of": "3.2.2", - "normalize-path": "2.1.1", - "object.omit": "2.0.1", - "parse-glob": "3.0.4", - "regex-cache": "0.4.4" - } - }, - "mime": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", - "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==", - "dev": true - }, - "mime-db": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz", - "integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=", - "dev": true - }, - "mime-types": { - "version": "2.1.17", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz", - "integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=", - "dev": true, - "requires": { - "mime-db": "1.30.0" - } - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "1.1.8" - } - }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true - }, - "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "dev": true, - "requires": { - "minimist": "0.0.8" - }, - "dependencies": { - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "dev": true - } - } - }, - "mocha": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-4.0.1.tgz", - "integrity": "sha512-evDmhkoA+cBNiQQQdSKZa2b9+W2mpLoj50367lhy+Klnx9OV8XlCIhigUnn1gaTFLQCa0kdNhEGDr0hCXOQFDw==", - "dev": true, - "requires": { - "browser-stdout": "1.3.0", - "commander": "2.11.0", - "debug": "3.1.0", - "diff": "3.3.1", - "escape-string-regexp": "1.0.5", - "glob": "7.1.2", - "growl": "1.10.3", - "he": "1.1.1", - "mkdirp": "0.5.1", - "supports-color": "4.4.0" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "supports-color": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.4.0.tgz", - "integrity": "sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ==", - "dev": true, - "requires": { - "has-flag": "2.0.0" - } - } - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "multimatch": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz", - "integrity": "sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis=", - "dev": true, - "requires": { - "array-differ": "1.0.0", - "array-union": "1.0.2", - "arrify": "1.0.1", - "minimatch": "3.0.4" - } - }, - "multipipe": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", - "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", - "dev": true, - "requires": { - "duplexer2": "0.0.2" - } - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", - "dev": true - }, - "nan": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz", - "integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=", - "dev": true, - "optional": true - }, - "natives": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz", - "integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=", - "dev": true - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", - "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=", - "dev": true - }, - "node.extend": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz", - "integrity": "sha1-p7iCyC1sk6SGOlUEvV3o7IYli5Y=", - "dev": true, - "requires": { - "is": "3.2.1" - } - }, - "nodemon": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.12.1.tgz", - "integrity": "sha1-mWpW3EnZ8Wu/G3ik3gjxNjSzh40=", - "dev": true, - "requires": { - "chokidar": "1.7.0", - "debug": "2.6.9", - "es6-promise": "3.3.1", - "ignore-by-default": "1.0.1", - "lodash.defaults": "3.1.2", - "minimatch": "3.0.4", - "ps-tree": "1.1.0", - "touch": "3.1.0", - "undefsafe": "0.0.3", - "update-notifier": "2.3.0" - } - }, - "nopt": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", - "dev": true, - "requires": { - "abbrev": "1.1.1" - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "requires": { - "remove-trailing-separator": "1.1.0" - } - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dev": true, - "requires": { - "path-key": "2.0.1" - } - }, - "nth-check": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", - "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", - "dev": true, - "requires": { - "boolbase": "1.0.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true - }, - "oauth-sign": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", - "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", - "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=", - "dev": true, - "requires": { - "array-each": "1.0.1", - "array-slice": "1.0.0", - "for-own": "1.0.0", - "isobject": "3.0.1" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", - "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", - "dev": true, - "requires": { - "for-in": "1.0.2" - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "object.omit": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", - "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", - "dev": true, - "requires": { - "for-own": "0.1.5", - "is-extendable": "0.1.1" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dev": true, - "requires": { - "isobject": "3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1.0.2" - } - }, - "orchestrator": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz", - "integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=", - "dev": true, - "requires": { - "end-of-stream": "0.1.5", - "sequencify": "0.0.7", - "stream-consume": "0.1.0" - } - }, - "ordered-read-streams": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz", - "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=", - "dev": true - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "dev": true - }, - "os-locale": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", - "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", - "dev": true, - "requires": { - "lcid": "1.0.0" - } - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true - }, - "osenv": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", - "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", - "dev": true, - "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" - } - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", - "dev": true - }, - "p-map": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", - "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", - "dev": true - }, - "package-json": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz", - "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=", - "dev": true, - "requires": { - "got": "6.7.1", - "registry-auth-token": "3.3.1", - "registry-url": "3.1.0", - "semver": "5.4.1" - }, - "dependencies": { - "semver": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==", - "dev": true - } - } - }, - "parse-filepath": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz", - "integrity": "sha1-FZ1hVdQ5BNFsEO9piRHaHpGWm3M=", - "dev": true, - "requires": { - "is-absolute": "0.2.6", - "map-cache": "0.2.2", - "path-root": "0.1.1" - } - }, - "parse-glob": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", - "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", - "dev": true, - "requires": { - "glob-base": "0.3.0", - "is-dotfile": "1.0.3", - "is-extglob": "1.0.0", - "is-glob": "2.0.1" - } - }, - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", - "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", - "dev": true - }, - "parse5": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", - "integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==", - "dev": true, - "requires": { - "@types/node": "6.0.52" - } - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", - "dev": true - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "dev": true - }, - "path-parse": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz", - "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=", - "dev": true - }, - "path-root": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", - "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", - "dev": true, - "requires": { - "path-root-regex": "0.1.2" - } - }, - "path-root-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", - "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=", - "dev": true - }, - "pause-stream": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", - "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", - "dev": true, - "requires": { - "through": "2.3.8" - } - }, - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", - "dev": true - }, - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dev": true, - "requires": { - "pinkie": "2.0.4" - } - }, - "prepend-http": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", - "dev": true - }, - "preserve": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", - "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", - "dev": true - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", - "dev": true - }, - "process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", - "dev": true - }, - "ps-tree": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.1.0.tgz", - "integrity": "sha1-tCGyQUDWID8e08dplrRCewjowBQ=", - "dev": true, - "requires": { - "event-stream": "3.3.4" - } - }, - "pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", - "dev": true - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", - "dev": true - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", - "dev": true - }, - "qs": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz", - "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=", - "dev": true - }, - "querystringify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz", - "integrity": "sha1-YoYkIRLFtxL6ZU5SZlK/ahP/Bcs=", - "dev": true - }, - "queue": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/queue/-/queue-3.1.0.tgz", - "integrity": "sha1-bEnQHwCeIlZ4h4nyv/rGuLmZBYU=", - "dev": true, - "requires": { - "inherits": "2.0.3" - } - }, - "randomatic": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz", - "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==", - "dev": true, - "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dev": true, - "requires": { - "is-buffer": "1.1.6" - } - } - } - }, - "rc": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.2.tgz", - "integrity": "sha1-2M6ctX6NZNnHut2YdsfDTL48cHc=", - "dev": true, - "requires": { - "deep-extend": "0.4.2", - "ini": "1.3.5", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" - } - }, - "read": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", - "integrity": "sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=", - "dev": true, - "requires": { - "mute-stream": "0.0.7" - } - }, - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "readdirp": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz", - "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", - "dev": true, - "requires": { - "graceful-fs": "4.1.11", - "minimatch": "3.0.4", - "readable-stream": "2.3.3", - "set-immediate-shim": "1.0.1" - }, - "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "dev": true, - "requires": { - "resolve": "1.5.0" - } - }, - "regex-cache": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", - "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", - "dev": true, - "requires": { - "is-equal-shallow": "0.1.3" - } - }, - "registry-auth-token": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.1.tgz", - "integrity": "sha1-+w0yie4Nmtosu1KvXf5mywcNMAY=", - "dev": true, - "requires": { - "rc": "1.2.2", - "safe-buffer": "5.1.1" - } - }, - "registry-url": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", - "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", - "dev": true, - "requires": { - "rc": "1.2.2" - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", - "dev": true - }, - "repeat-element": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", - "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=", - "dev": true - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", - "dev": true - }, - "request": { - "version": "2.83.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.83.0.tgz", - "integrity": "sha512-lR3gD69osqm6EYLk9wB/G1W/laGWjzH90t1vEa2xuxHD5KUrSzp9pUSfTm+YC5Nxt2T8nMPEvKlhbQayU7bgFw==", - "dev": true, - "requires": { - "aws-sign2": "0.7.0", - "aws4": "1.6.0", - "caseless": "0.12.0", - "combined-stream": "1.0.5", - "extend": "3.0.1", - "forever-agent": "0.6.1", - "form-data": "2.3.1", - "har-validator": "5.0.3", - "hawk": "6.0.2", - "http-signature": "1.2.0", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.17", - "oauth-sign": "0.8.2", - "performance-now": "2.1.0", - "qs": "6.5.1", - "safe-buffer": "5.1.1", - "stringstream": "0.0.5", - "tough-cookie": "2.3.3", - "tunnel-agent": "0.6.0", - "uuid": "3.1.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "dev": true - }, - "boom": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz", - "integrity": "sha1-T4owBctKfjiJ90kDD9JbluAdLjE=", - "dev": true, - "requires": { - "hoek": "4.2.0" - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true - }, - "cryptiles": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz", - "integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=", - "dev": true, - "requires": { - "boom": "5.2.0" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "dev": true, - "requires": { - "hoek": "4.2.0" - } - } - } - }, - "form-data": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.1.tgz", - "integrity": "sha1-b7lPvXGIUwbXPRXMSX/kzE7NRL8=", - "dev": true, - "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.17" - } - }, - "har-validator": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz", - "integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=", - "dev": true, - "requires": { - "ajv": "5.4.0", - "har-schema": "2.0.0" - } - }, - "hawk": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz", - "integrity": "sha512-miowhl2+U7Qle4vdLqDdPt9m09K6yZhkLDTWGoUiUzrQCn+mHHSmfJgAyGaLRZbPmTqfFFjRV1QWCW0VWUJBbQ==", - "dev": true, - "requires": { - "boom": "4.3.1", - "cryptiles": "3.1.2", - "hoek": "4.2.0", - "sntp": "2.1.0" - } - }, - "hoek": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz", - "integrity": "sha512-v0XCLxICi9nPfYrS9RL8HbYnXi9obYAeLbSP00BmnZwCK9+Ih9WOjoZ8YoHCoav2csqn4FOz4Orldsy2dmDwmQ==", - "dev": true - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "jsprim": "1.4.1", - "sshpk": "1.13.1" - } - }, - "qs": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", - "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==", - "dev": true - }, - "sntp": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz", - "integrity": "sha512-FL1b58BDrqS3A11lJ0zEdnJ3UOKqVxawAkF3k7F0CVN7VQ34aZrV+G8BZ1WC9ZL7NyrwsW0oviwsWDgRuVYtJg==", - "dev": true, - "requires": { - "hoek": "4.2.0" - } - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "request-light": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.2.1.tgz", - "integrity": "sha1-mG9agok+nRymqJbr5vRsUca0VX8=", - "requires": { - "http-proxy-agent": "0.2.7", - "https-proxy-agent": "0.3.6", - "vscode-nls": "2.0.2" - } - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", - "dev": true - }, - "resolve": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz", - "integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==", - "dev": true, - "requires": { - "path-parse": "1.0.5" - } - }, - "resolve-dir": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz", - "integrity": "sha1-shklmlYC+sXFxJatiUpujMQwJh4=", - "dev": true, - "requires": { - "expand-tilde": "1.2.2", - "global-modules": "0.2.3" - } - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "dev": true - }, - "right-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", - "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", - "dev": true, - "requires": { - "align-text": "0.1.4" - } - }, - "rimraf": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", - "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", - "dev": true, - "requires": { - "glob": "7.1.2" - } - }, - "run-sequence": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-2.2.0.tgz", - "integrity": "sha512-xW5DmUwdvoyYQUMPKN8UW7TZSFs7AxtT59xo1m5y91jHbvwGlGgOmdV1Yw5P68fkjf3aHUZ4G1o1mZCtNe0qtw==", - "dev": true, - "requires": { - "chalk": "1.1.3", - "gulp-util": "3.0.8" - } - }, - "safe-buffer": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==", - "dev": true - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "dev": true - }, - "semver": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", - "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", - "dev": true - }, - "semver-diff": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", - "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", - "dev": true, - "requires": { - "semver": "5.4.1" - }, - "dependencies": { - "semver": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==", - "dev": true - } - } - }, - "sequencify": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz", - "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=", - "dev": true - }, - "set-immediate-shim": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", - "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=", - "dev": true - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dev": true, - "requires": { - "shebang-regex": "1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "dev": true - }, - "sigmund": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", - "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", - "dev": true - }, - "signal-exit": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", - "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", - "dev": true - }, - "sntp": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", - "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", - "dev": true, - "requires": { - "hoek": "2.16.3" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "source-map-resolve": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.3.1.tgz", - "integrity": "sha1-YQ9hIqRFuN1RU1oqcbeD38Ekh2E=", - "dev": true, - "requires": { - "atob": "1.1.3", - "resolve-url": "0.2.1", - "source-map-url": "0.3.0", - "urix": "0.1.0" - } - }, - "source-map-support": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.0.tgz", - "integrity": "sha512-vUoN3I7fHQe0R/SJLKRdKYuEdRGogsviXFkHHo17AWaTGv17VLnxw+CFXvqy+y4ORZ3doWLQcxRYfwKrsd/H7Q==", - "dev": true, - "requires": { - "source-map": "0.6.1" - } - }, - "source-map-url": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz", - "integrity": "sha1-fsrxO1e80J2opAxdJp2zN5nUqvk=", - "dev": true - }, - "sparkles": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz", - "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM=", - "dev": true - }, - "split": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", - "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", - "dev": true, - "requires": { - "through": "2.3.8" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "sshpk": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz", - "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=", - "dev": true, - "requires": { - "asn1": "0.2.3", - "assert-plus": "1.0.0", - "bcrypt-pbkdf": "1.0.1", - "dashdash": "1.14.1", - "ecc-jsbn": "0.1.1", - "getpass": "0.1.7", - "jsbn": "0.1.1", - "tweetnacl": "0.14.5" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "stat-mode": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.2.tgz", - "integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=", - "dev": true - }, - "stream-combiner": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", - "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", - "dev": true, - "requires": { - "duplexer": "0.1.1" - } - }, - "stream-consume": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz", - "integrity": "sha1-pB6tGm1ggc63n2WwYZAbbY89HQ8=", - "dev": true - }, - "stream-shift": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", - "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", - "dev": true - }, - "streamfilter": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/streamfilter/-/streamfilter-1.0.5.tgz", - "integrity": "sha1-h1BxEb644phFFxe1Ec/tjwAqv1M=", - "dev": true, - "requires": { - "readable-stream": "2.3.3" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "streamifier": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/streamifier/-/streamifier-0.1.1.tgz", - "integrity": "sha1-l+mNj6TRBdYqJpHR3AfoINuN/E8=", - "dev": true - }, - "string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true - }, - "strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "requires": { - "ansi-regex": "3.0.0" - } - } - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "stringstream": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", - "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "2.1.1" - } - }, - "strip-bom": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz", - "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=", - "dev": true, - "requires": { - "first-chunk-stream": "1.0.0", - "is-utf8": "0.2.1" - } - }, - "strip-bom-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz", - "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=", - "dev": true, - "requires": { - "first-chunk-stream": "1.0.0", - "strip-bom": "2.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - } - } - }, - "strip-bom-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", - "integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=", - "dev": true - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "dev": true - }, - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "dev": true - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - }, - "tar": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", - "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", - "dev": true, - "requires": { - "block-stream": "0.0.9", - "fstream": "1.0.11", - "inherits": "2.0.3" - } - }, - "term-size": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", - "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", - "dev": true, - "requires": { - "execa": "0.7.0" - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "through2": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", - "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", - "dev": true, - "requires": { - "readable-stream": "2.3.3", - "xtend": "4.0.1" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "5.1.1" - } - } - } - }, - "through2-filter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", - "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", - "dev": true, - "requires": { - "through2": "2.0.3", - "xtend": "4.0.1" - } - }, - "tildify": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz", - "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=", - "dev": true, - "requires": { - "os-homedir": "1.0.2" - } - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", - "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=", - "dev": true - }, - "timed-out": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", - "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=", - "dev": true - }, - "timers-ext": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.2.tgz", - "integrity": "sha1-YcxHp2wavTGV8UUn+XjViulMUgQ=", - "dev": true, - "requires": { - "es5-ext": "0.10.35", - "next-tick": "1.0.0" - } - }, - "tmp": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.29.tgz", - "integrity": "sha1-8lEl/w3Z2jzLDC3Tce4SiLuRKMA=", - "dev": true, - "requires": { - "os-tmpdir": "1.0.2" - } - }, - "to-absolute-glob": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz", - "integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=", - "dev": true, - "requires": { - "extend-shallow": "2.0.1" - } - }, - "touch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", - "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", - "dev": true, - "requires": { - "nopt": "1.0.10" - } - }, - "tough-cookie": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz", - "integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=", - "dev": true, - "requires": { - "punycode": "1.4.1" - } - }, - "tslib": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.8.0.tgz", - "integrity": "sha512-ymKWWZJST0/CkgduC2qkzjMOWr4bouhuURNXCn/inEX0L57BnRG6FhX76o7FOnsjHazCjfU2LKeSrlS2sIKQJg==", - "dev": true - }, - "tslint": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.8.0.tgz", - "integrity": "sha1-H0mtWy53x2w69N3K5VKuTjYS6xM=", - "dev": true, - "requires": { - "babel-code-frame": "6.26.0", - "builtin-modules": "1.1.1", - "chalk": "2.3.0", - "commander": "2.11.0", - "diff": "3.3.1", - "glob": "7.1.2", - "minimatch": "3.0.4", - "resolve": "1.5.0", - "semver": "5.4.1", - "tslib": "1.8.0", - "tsutils": "2.12.2" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz", - "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", - "dev": true, - "requires": { - "color-convert": "1.9.1" - } - }, - "chalk": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", - "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", - "dev": true, - "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" - } - }, - "semver": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==", - "dev": true - }, - "supports-color": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", - "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", - "dev": true, - "requires": { - "has-flag": "2.0.0" - } - } - } - }, - "tslint-microsoft-contrib": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/tslint-microsoft-contrib/-/tslint-microsoft-contrib-5.0.1.tgz", - "integrity": "sha1-Mo7pwo0HzfeTKTIEyW4v+rkiGZQ=", - "dev": true, - "requires": { - "tsutils": "1.9.1" - }, - "dependencies": { - "tsutils": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-1.9.1.tgz", - "integrity": "sha1-ufmrROVa+WgYMdXyjQrur1x1DLA=", - "dev": true - } - } - }, - "tsutils": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.12.2.tgz", - "integrity": "sha1-rVikhl0X7D3bZjG2ylO+FKVlb/M=", - "dev": true, - "requires": { - "tslib": "1.8.0" - } - }, - "tunnel": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.4.tgz", - "integrity": "sha1-LTeFoVjBdMmhbcLARuxfxfF0IhM=", - "dev": true - }, - "tunnel-agent": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", - "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=", - "dev": true - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true, - "optional": true - }, - "typed-rest-client": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-0.9.0.tgz", - "integrity": "sha1-92jMDcP06VDwbgSCXDaz54NKofI=", - "dev": true, - "requires": { - "tunnel": "0.0.4", - "underscore": "1.8.3" - } - }, - "typescript": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.1.tgz", - "integrity": "sha1-7znN6ierrAtQAkLWcmq5DgyEZjE=", - "dev": true - }, - "uc.micro": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz", - "integrity": "sha1-ftUNXg+an7ClczeSWfKndFjVAZI=", - "dev": true - }, - "uglify-js": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.0.tgz", - "integrity": "sha1-8CHji6LKdAhg9b1caVwqgXNF8Ow=", - "dev": true, - "requires": { - "async": "0.2.10", - "source-map": "0.5.7", - "uglify-to-browserify": "1.0.2", - "yargs": "3.10.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } - } - }, - "uglify-save-license": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/uglify-save-license/-/uglify-save-license-0.4.1.tgz", - "integrity": "sha1-lXJsF8xv0XHDYX479NjYKqjEzOE=", - "dev": true - }, - "uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", - "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", - "dev": true - }, - "unc-path-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", - "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=", - "dev": true - }, - "undefsafe": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-0.0.3.tgz", - "integrity": "sha1-7Mo6A+VrmvFzhbqsgSrIO5lKli8=", - "dev": true - }, - "underscore": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", - "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=", - "dev": true - }, - "unique-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz", - "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=", - "dev": true - }, - "unique-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", - "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", - "dev": true, - "requires": { - "crypto-random-string": "1.0.0" - } - }, - "unzip-response": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz", - "integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=", - "dev": true - }, - "update-notifier": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.3.0.tgz", - "integrity": "sha1-TognpruRUUCrCTVZ1wFOPruDdFE=", - "dev": true, - "requires": { - "boxen": "1.2.2", - "chalk": "2.3.0", - "configstore": "3.1.1", - "import-lazy": "2.1.0", - "is-installed-globally": "0.1.0", - "is-npm": "1.0.0", - "latest-version": "3.1.0", - "semver-diff": "2.1.0", - "xdg-basedir": "3.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz", - "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", - "dev": true, - "requires": { - "color-convert": "1.9.1" - } - }, - "chalk": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", - "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", - "dev": true, - "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" - } - }, - "supports-color": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", - "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", - "dev": true, - "requires": { - "has-flag": "2.0.0" - } - } - } - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "dev": true - }, - "url-join": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/url-join/-/url-join-1.1.0.tgz", - "integrity": "sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg=", - "dev": true - }, - "url-parse": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz", - "integrity": "sha512-DT1XbYAfmQP65M/mE6OALxmXzZ/z1+e5zk2TcSKe/KiYbNGZxgtttzC0mR/sjopbpOXcbniq7eIKmocJnUWlEw==", - "dev": true, - "requires": { - "querystringify": "1.0.0", - "requires-port": "1.0.0" - } - }, - "url-parse-lax": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", - "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", - "dev": true, - "requires": { - "prepend-http": "1.0.4" - } - }, - "user-home": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz", - "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "uuid": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz", - "integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==", - "dev": true - }, - "v8flags": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz", - "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=", - "dev": true, - "requires": { - "user-home": "1.1.1" - } - }, - "vali-date": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", - "integrity": "sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=", - "dev": true - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "1.3.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "vinyl": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", - "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "vinyl-fs": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", - "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=", - "dev": true, - "requires": { - "defaults": "1.0.3", - "glob-stream": "3.1.18", - "glob-watcher": "0.0.6", - "graceful-fs": "3.0.11", - "mkdirp": "0.5.1", - "strip-bom": "1.0.0", - "through2": "0.6.5", - "vinyl": "0.4.6" - }, - "dependencies": { - "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - }, - "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", - "dev": true, - "requires": { - "clone": "0.2.0", - "clone-stats": "0.0.1" - } - } - } - }, - "vinyl-source-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vinyl-source-stream/-/vinyl-source-stream-1.1.0.tgz", - "integrity": "sha1-RMvlEIIFJ53rDFZTwJSiiHk4sas=", - "dev": true, - "requires": { - "through2": "0.6.5", - "vinyl": "0.4.6" - }, - "dependencies": { - "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - }, - "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", - "dev": true, - "requires": { - "clone": "0.2.0", - "clone-stats": "0.0.1" - } - } - } - }, - "vinyl-sourcemaps-apply": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz", - "integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=", - "dev": true, - "requires": { - "source-map": "0.5.7" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - } - } - }, - "vsce": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.32.0.tgz", - "integrity": "sha1-EN+pIyGCwg6r5r8xJdMzpLIG/j0=", - "dev": true, - "requires": { - "cheerio": "1.0.0-rc.2", - "commander": "2.11.0", - "denodeify": "1.2.1", - "glob": "7.1.2", - "lodash": "4.17.4", - "markdown-it": "8.4.0", - "mime": "1.4.1", - "minimatch": "3.0.4", - "osenv": "0.1.4", - "read": "1.0.7", - "semver": "5.4.1", - "tmp": "0.0.29", - "url-join": "1.1.0", - "vso-node-api": "6.1.2-preview", - "yauzl": "2.9.1", - "yazl": "2.4.3" - }, - "dependencies": { - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", - "dev": true - }, - "semver": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==", - "dev": true - } - } - }, - "vscode": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/vscode/-/vscode-1.1.6.tgz", - "integrity": "sha1-Ru0a+iwbnWifY5TI8WvR1xkPdfs=", - "dev": true, - "requires": { - "glob": "7.1.2", - "gulp-chmod": "2.0.0", - "gulp-filter": "5.0.1", - "gulp-gunzip": "1.0.0", - "gulp-remote-src": "0.4.3", - "gulp-symdest": "1.1.0", - "gulp-untar": "0.0.6", - "gulp-vinyl-zip": "2.1.0", - "mocha": "4.0.1", - "request": "2.83.0", - "semver": "5.4.1", - "source-map-support": "0.5.0", - "url-parse": "1.2.0", - "vinyl-source-stream": "1.1.0" - }, - "dependencies": { - "semver": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==", - "dev": true - } - } - }, - "vscode-debugadapter": { - "version": "1.25.0-pre.0", - "resolved": "https://registry.npmjs.org/vscode-debugadapter/-/vscode-debugadapter-1.25.0-pre.0.tgz", - "integrity": "sha1-0pDsVH5h5Pvss2P/9ojSAyMZQmQ=", - "requires": { - "vscode-debugprotocol": "1.25.0-pre.0" - }, - "dependencies": { - "vscode-debugprotocol": { - "version": "1.25.0-pre.0", - "resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.25.0-pre.0.tgz", - "integrity": "sha1-rYPnvZWxmseV31D6Di/pA0YqcrY=" - } - } - }, - "vscode-debugadapter-testsupport": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/vscode-debugadapter-testsupport/-/vscode-debugadapter-testsupport-1.24.0.tgz", - "integrity": "sha1-rDZ1scU/wW+1JMvSt+znEhtiXng=", - "dev": true, - "requires": { - "vscode-debugprotocol": "1.24.0" - } - }, - "vscode-debugprotocol": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.24.0.tgz", - "integrity": "sha1-28EOjX2VsQJyehmvPw/O9+JSsI4=", - "dev": true - }, - "vscode-nls": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz", - "integrity": "sha1-gIUiOAhEuK0VNJmvXDsDkhrqAto=" - }, - "vscode-nls-dev": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/vscode-nls-dev/-/vscode-nls-dev-2.1.5.tgz", - "integrity": "sha1-GfqjsYp/MCIBA5pMlnu9IvoShE0=", - "dev": true, - "requires": { - "clone": "1.0.3", - "event-stream": "3.3.4", - "glob": "6.0.4", - "gulp-util": "3.0.8", - "iconv-lite": "0.4.19", - "is": "3.2.1", - "source-map": "0.5.7", - "typescript": "2.6.1", - "vinyl": "1.2.0", - "xml2js": "0.4.19", - "yargs": "3.32.0" - }, - "dependencies": { - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "dev": true - }, - "cliui": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", - "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", - "dev": true, - "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wrap-ansi": "2.1.0" - } - }, - "glob": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", - "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", - "dev": true, - "requires": { - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - } - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "1.0.1" - } - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" - } - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "window-size": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz", - "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=", - "dev": true - }, - "yargs": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz", - "integrity": "sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU=", - "dev": true, - "requires": { - "camelcase": "2.1.1", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "os-locale": "1.4.0", - "string-width": "1.0.2", - "window-size": "0.1.4", - "y18n": "3.2.1" - } - } - } - }, - "vso-node-api": { - "version": "6.1.2-preview", - "resolved": "https://registry.npmjs.org/vso-node-api/-/vso-node-api-6.1.2-preview.tgz", - "integrity": "sha1-qrNUbfJFHs2JTgcbuZtd8Zxfp48=", - "dev": true, - "requires": { - "q": "1.5.1", - "tunnel": "0.0.4", - "typed-rest-client": "0.9.0", - "underscore": "1.8.3" - } - }, - "which": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz", - "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==", - "dev": true, - "requires": { - "isexe": "2.0.0" - } - }, - "widest-line": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz", - "integrity": "sha1-DAnIXCqUaD0Nfq+O4JfVZL8OEFw=", - "dev": true, - "requires": { - "string-width": "1.0.2" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "1.0.1" - } - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" - } - } - } - }, - "window-size": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", - "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", - "dev": true - }, - "wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", - "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", - "dev": true - }, - "wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "dev": true, - "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1" - }, - "dependencies": { - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "1.0.1" - } - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" - } - } - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "write-file-atomic": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.3.0.tgz", - "integrity": "sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA==", - "dev": true, - "requires": { - "graceful-fs": "4.1.11", - "imurmurhash": "0.1.4", - "signal-exit": "3.0.2" - }, - "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - } - } - }, - "xdg-basedir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz", - "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=", - "dev": true - }, - "xml2js": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", - "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", - "dev": true, - "requires": { - "sax": "1.2.4", - "xmlbuilder": "9.0.4" - } - }, - "xmlbuilder": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.4.tgz", - "integrity": "sha1-UZy0ymhtAFqEINNJbz8MruzKWA8=", - "dev": true - }, - "xtend": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", - "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", - "dev": true - }, - "y18n": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", - "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=", - "dev": true - }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", - "dev": true - }, - "yargs": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", - "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", - "dev": true, - "requires": { - "camelcase": "1.2.1", - "cliui": "2.1.0", - "decamelize": "1.2.0", - "window-size": "0.1.0" - } - }, - "yauzl": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.9.1.tgz", - "integrity": "sha1-qBmB6nCleUYTOIPwKcWCGok1mn8=", - "dev": true, - "requires": { - "buffer-crc32": "0.2.13", - "fd-slicer": "1.0.1" - } - }, - "yazl": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.3.tgz", - "integrity": "sha1-7CblzIfVYBud+EMtvdPNLlFzoHE=", - "dev": true, - "requires": { - "buffer-crc32": "0.2.13" - } - } - } -} diff --git a/extensions/ms-vscode.node-debug/package.json b/extensions/ms-vscode.node-debug/package.json deleted file mode 100644 index 87569809e4..0000000000 --- a/extensions/ms-vscode.node-debug/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "node-debug-placeholder", - "version": "1.6.0", - "publisher": "vscode", - "engines": { - "vscode": "1.6.x" - } -} \ No newline at end of file diff --git a/extensions/ms-vscode.node-debug2/OSSREADME.json b/extensions/ms-vscode.node-debug2/OSSREADME.json deleted file mode 100644 index 83ffc0884d..0000000000 --- a/extensions/ms-vscode.node-debug2/OSSREADME.json +++ /dev/null @@ -1,23 +0,0 @@ -[{ - "isLicense": true, - "name": "noice-json-rpc", - "repositoryURL": "https://github.com/nojvek/noice-json-rpc", - "license": "MIT", - "licenseDetail": [ - "Copyright (c) Manoj Patel", - "", - "MIT License", - "", - "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation", - "files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy,", - "modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software", - "is furnished to do so, subject to the following conditions:", - "", - "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.", - "", - "THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES", - "OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS", - "BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT", - "OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." - ] -}] diff --git a/extensions/ms-vscode.node-debug2/package-lock.json b/extensions/ms-vscode.node-debug2/package-lock.json deleted file mode 100644 index 7f8ba502cc..0000000000 --- a/extensions/ms-vscode.node-debug2/package-lock.json +++ /dev/null @@ -1,5106 +0,0 @@ -{ - "name": "node-debug2", - "version": "1.19.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@gulp-sourcemaps/identity-map": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz", - "integrity": "sha1-z6I7xYQPkQTOMqZedNt+epdLvuE=", - "dev": true, - "requires": { - "acorn": "https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz", - "css": "2.2.1", - "normalize-path": "2.1.1", - "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "through2": "2.0.3" - }, - "dependencies": { - "acorn": { - "version": "https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz", - "integrity": "sha1-MXrHghgmwixwLWYYmrg1lnXxNdc=", - "dev": true - } - } - }, - "@gulp-sourcemaps/map-sources": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz", - "integrity": "sha1-iQrnxdjId/bThIYCFazp1+yUW9o=", - "dev": true, - "requires": { - "normalize-path": "2.1.1", - "through2": "2.0.3" - } - }, - "@types/mocha": { - "version": "2.2.44", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-2.2.44.tgz", - "integrity": "sha512-k2tWTQU8G4+iSMvqKi0Q9IIsWAp/n8xzdZS4Q4YVIltApoMA00wFBFdlJnmoaK1/z7B0Cy0yPe6GgXteSmdUNw==", - "dev": true - }, - "@types/node": { - "version": "6.0.92", - "resolved": "https://registry.npmjs.org/@types/node/-/node-6.0.92.tgz", - "integrity": "sha512-awEYSSTn7dauwVCYSx2CJaPTu0Z1Ht2oR1b2AD3CYao6ZRb+opb6EL43fzmD7eMFgMHzTBWSUzlWSD+S8xN0Nw==", - "dev": true - }, - "@types/source-map": { - "version": "https://registry.npmjs.org/@types/source-map/-/source-map-0.1.29.tgz", - "integrity": "sha1-1wSKYBgLCfiqbVO9oxHGtRy9cBg=" - }, - "acorn": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz", - "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=", - "dev": true - }, - "agent-base": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-1.0.2.tgz", - "integrity": "sha1-aJDT+yFwBLYrcPiSjg+uX4lSpwY=" - }, - "ajv": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.0.tgz", - "integrity": "sha1-6yhAdG6dxIvV4GOjbj/UAMXqtak=", - "dev": true, - "requires": { - "co": "4.6.0", - "fast-deep-equal": "1.0.0", - "fast-json-stable-stringify": "2.0.0", - "json-schema-traverse": "0.3.1" - } - }, - "amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "dev": true - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "archy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", - "dev": true - }, - "argparse": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz", - "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=", - "dev": true, - "requires": { - "sprintf-js": "1.0.3" - } - }, - "arr-diff": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", - "dev": true, - "requires": { - "arr-flatten": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz" - } - }, - "arr-flatten": { - "version": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE=", - "dev": true - }, - "array-differ": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", - "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=", - "dev": true - }, - "array-each": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", - "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=", - "dev": true - }, - "array-slice": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.0.0.tgz", - "integrity": "sha1-5zA08A3MH0CHYAj9IP6ud71LfC8=", - "dev": true - }, - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dev": true, - "requires": { - "array-uniq": "1.0.3" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "dev": true - }, - "array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "dev": true - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "dev": true - }, - "asn1": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", - "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", - "dev": true - }, - "assert-plus": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", - "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "atob": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/atob/-/atob-1.1.3.tgz", - "integrity": "sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M=", - "dev": true - }, - "aws-sign2": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", - "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", - "dev": true - }, - "aws4": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz", - "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=", - "dev": true - }, - "babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", - "dev": true, - "requires": { - "chalk": "1.1.3", - "esutils": "2.0.2", - "js-tokens": "3.0.2" - } - }, - "balanced-match": { - "version": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "bcrypt-pbkdf": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", - "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", - "dev": true, - "optional": true, - "requires": { - "tweetnacl": "0.14.5" - } - }, - "beeper": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz", - "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=", - "dev": true - }, - "block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dev": true, - "requires": { - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" - } - }, - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true - }, - "boom": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", - "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", - "dev": true, - "requires": { - "hoek": "2.16.3" - } - }, - "brace-expansion": { - "version": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", - "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", - "requires": { - "balanced-match": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "concat-map": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" - } - }, - "braces": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", - "dev": true, - "requires": { - "expand-range": "1.8.2", - "preserve": "0.2.0", - "repeat-element": "1.1.2" - } - }, - "browser-stdout": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz", - "integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8=", - "dev": true - }, - "buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", - "dev": true - }, - "builtin-modules": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", - "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", - "dev": true - }, - "camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "dev": true - }, - "caseless": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", - "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" - } - }, - "cheerio": { - "version": "1.0.0-rc.2", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", - "integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=", - "dev": true, - "requires": { - "css-select": "1.2.0", - "dom-serializer": "0.1.0", - "entities": "1.1.1", - "htmlparser2": "3.9.2", - "lodash": "4.17.4", - "parse5": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz" - }, - "dependencies": { - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", - "dev": true - } - } - }, - "cliui": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", - "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", - "dev": true, - "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wrap-ansi": "2.1.0" - } - }, - "clone": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", - "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=", - "dev": true - }, - "clone-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", - "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=", - "dev": true - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", - "dev": true - }, - "cloneable-readable": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.0.0.tgz", - "integrity": "sha1-pikNQT8hemEjL5XkWP84QYz7ARc=", - "dev": true, - "requires": { - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "process-nextick-args": "1.0.7", - "through2": "2.0.3" - } - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true - }, - "code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "dev": true - }, - "color-convert": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz", - "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "combined-stream": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", - "integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", - "dev": true, - "requires": { - "delayed-stream": "1.0.0" - } - }, - "commander": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", - "integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=", - "dev": true, - "requires": { - "graceful-readlink": "1.0.1" - } - }, - "concat-map": { - "version": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "convert-source-map": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz", - "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=", - "dev": true - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "cryptiles": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", - "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", - "dev": true, - "requires": { - "boom": "2.10.1" - } - }, - "css": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/css/-/css-2.2.1.tgz", - "integrity": "sha1-c6TIHehdtmTU7mdPfUcIXjstVdw=", - "dev": true, - "requires": { - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "source-map": "0.1.43", - "source-map-resolve": "0.3.1", - "urix": "0.1.0" - }, - "dependencies": { - "source-map": { - "version": "0.1.43", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", - "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", - "dev": true, - "requires": { - "amdefine": "1.0.1" - } - } - } - }, - "css-select": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", - "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", - "dev": true, - "requires": { - "boolbase": "1.0.0", - "css-what": "2.1.0", - "domutils": "1.5.1", - "nth-check": "1.0.1" - } - }, - "css-what": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", - "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=", - "dev": true - }, - "d": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz", - "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", - "dev": true, - "requires": { - "es5-ext": "0.10.37" - } - }, - "dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dev": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "dateformat": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz", - "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=", - "dev": true - }, - "debug": { - "version": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=", - "requires": { - "ms": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" - } - }, - "debug-fabulous": { - "version": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.2.1.tgz", - "integrity": "sha1-V+EWS6DprW2aZfIAdf88K9a94Nw=", - "dev": true, - "requires": { - "debug": "3.1.0", - "memoizee": "0.4.11", - "object-assign": "4.1.1" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "requires": { - "ms": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" - } - } - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true - }, - "deep-assign": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/deep-assign/-/deep-assign-1.0.0.tgz", - "integrity": "sha1-sJJ0O+hCfcYh6gBnzex+cN0Z83s=", - "dev": true, - "requires": { - "is-obj": "1.0.1" - } - }, - "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "dev": true, - "requires": { - "clone": "1.0.3" - } - }, - "del": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", - "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", - "dev": true, - "requires": { - "globby": "5.0.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.0", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz" - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "denodeify": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz", - "integrity": "sha1-OjYof1A05pnnV3kBBSwubJQlFjE=", - "dev": true - }, - "deprecated": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz", - "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=", - "dev": true - }, - "detect-file": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz", - "integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=", - "dev": true, - "requires": { - "fs-exists-sync": "0.1.0" - } - }, - "detect-newline": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", - "integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=", - "dev": true - }, - "diff": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz", - "integrity": "sha1-yc45Okt8vQsFinJck98pkCeGj/k=", - "dev": true - }, - "dom-serializer": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", - "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", - "dev": true, - "requires": { - "domelementtype": "1.1.3", - "entities": "1.1.1" - }, - "dependencies": { - "domelementtype": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", - "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=", - "dev": true - } - } - }, - "domelementtype": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", - "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=", - "dev": true - }, - "domhandler": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz", - "integrity": "sha1-iS5HAAqZvlW783dP/qBWHYh5wlk=", - "dev": true, - "requires": { - "domelementtype": "1.3.0" - } - }, - "domutils": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", - "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", - "dev": true, - "requires": { - "dom-serializer": "0.1.0", - "domelementtype": "1.3.0" - } - }, - "duplexer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", - "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", - "dev": true - }, - "duplexer2": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz", - "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=", - "dev": true, - "requires": { - "readable-stream": "1.1.14" - } - }, - "duplexify": { - "version": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.1.tgz", - "integrity": "sha1-ThUWvmiDi8kKSZlPCzmm5ZYL780=", - "dev": true, - "requires": { - "end-of-stream": "1.4.0", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "stream-shift": "1.0.0" - }, - "dependencies": { - "end-of-stream": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz", - "integrity": "sha1-epDYM+/abPpurA9JSduw+tOmMgY=", - "dev": true, - "requires": { - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - } - } - }, - "ecc-jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", - "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", - "dev": true, - "optional": true, - "requires": { - "jsbn": "0.1.1" - } - }, - "end-of-stream": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz", - "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=", - "dev": true, - "requires": { - "once": "1.3.3" - }, - "dependencies": { - "once": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", - "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=", - "dev": true, - "requires": { - "wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" - } - } - } - }, - "entities": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", - "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=", - "dev": true - }, - "es5-ext": { - "version": "0.10.37", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.37.tgz", - "integrity": "sha1-DudB0Ui4AGm6J9AgOTdWryV978M=", - "dev": true, - "requires": { - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" - } - }, - "es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.37", - "es6-symbol": "3.1.1" - } - }, - "es6-symbol": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz", - "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.37" - } - }, - "es6-weak-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz", - "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.37", - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "esutils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", - "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", - "dev": true - }, - "event-emitter": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", - "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.37" - } - }, - "event-stream": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", - "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", - "dev": true, - "requires": { - "duplexer": "0.1.1", - "from": "0.1.7", - "map-stream": "0.1.0", - "pause-stream": "0.0.11", - "split": "0.3.3", - "stream-combiner": "0.0.4", - "through": "2.3.8" - } - }, - "expand-brackets": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", - "dev": true, - "requires": { - "is-posix-bracket": "0.1.1" - } - }, - "expand-range": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", - "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", - "dev": true, - "requires": { - "fill-range": "2.2.3" - } - }, - "expand-tilde": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz", - "integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=", - "dev": true, - "requires": { - "os-homedir": "1.0.2" - } - }, - "extend": { - "version": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "0.1.1" - } - }, - "extglob": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", - "dev": true, - "requires": { - "is-extglob": "1.0.0" - } - }, - "extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true - }, - "fancy-log": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz", - "integrity": "sha1-Rb4X0Cu5kX1gzP/UmVyZnmyMmUg=", - "dev": true, - "requires": { - "chalk": "1.1.3", - "time-stamp": "1.1.0" - } - }, - "fast-deep-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz", - "integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=", - "dev": true - }, - "fast-json-stable-stringify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", - "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", - "dev": true - }, - "fd-slicer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", - "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", - "dev": true, - "requires": { - "pend": "1.2.0" - } - }, - "filename-regex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", - "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", - "dev": true - }, - "fill-range": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz", - "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=", - "dev": true, - "requires": { - "is-number": "2.1.0", - "isobject": "2.1.0", - "randomatic": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz", - "repeat-element": "1.1.2", - "repeat-string": "1.6.1" - } - }, - "find-index": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz", - "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=", - "dev": true - }, - "findup-sync": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz", - "integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=", - "dev": true, - "requires": { - "detect-file": "0.1.0", - "is-glob": "2.0.1", - "micromatch": "2.3.11", - "resolve-dir": "0.1.1" - } - }, - "fined": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fined/-/fined-1.1.0.tgz", - "integrity": "sha1-s33IRLdqL15wgeiE98CuNE8VNHY=", - "dev": true, - "requires": { - "expand-tilde": "2.0.2", - "is-plain-object": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "object.defaults": "1.1.0", - "object.pick": "1.3.0", - "parse-filepath": "1.0.1" - }, - "dependencies": { - "expand-tilde": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", - "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", - "dev": true, - "requires": { - "homedir-polyfill": "1.0.1" - } - } - } - }, - "first-chunk-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", - "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=", - "dev": true - }, - "flagged-respawn": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz", - "integrity": "sha1-/xke3c1wiKZ1smEP/8l2vpuAdLU=", - "dev": true - }, - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", - "dev": true - }, - "for-own": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", - "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", - "dev": true, - "requires": { - "for-in": "1.0.2" - } - }, - "forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true - }, - "form-data": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", - "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", - "dev": true, - "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.17" - } - }, - "from": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", - "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=", - "dev": true - }, - "fs-exists-sync": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz", - "integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=", - "dev": true - }, - "fs.realpath": { - "version": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fstream": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz", - "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=", - "dev": true, - "requires": { - "graceful-fs": "4.1.11", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "mkdirp": "0.5.1", - "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz" - }, - "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - } - } - }, - "gaze": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz", - "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=", - "dev": true, - "requires": { - "globule": "0.1.0" - } - }, - "generate-function": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz", - "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=", - "dev": true - }, - "generate-object-property": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", - "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", - "dev": true, - "requires": { - "is-property": "1.0.2" - } - }, - "getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dev": true, - "requires": { - "assert-plus": "1.0.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "glob": { - "version": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "integrity": "sha1-wZyd+aAocC1nhhI4SmVSQExjbRU=", - "requires": { - "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - } - }, - "glob-base": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", - "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", - "dev": true, - "requires": { - "glob-parent": "2.0.0", - "is-glob": "2.0.1" - } - }, - "glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", - "dev": true, - "requires": { - "is-glob": "2.0.1" - } - }, - "glob-stream": { - "version": "3.1.18", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz", - "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=", - "dev": true, - "requires": { - "glob": "4.5.3", - "glob2base": "0.0.12", - "minimatch": "2.0.10", - "ordered-read-streams": "0.1.0", - "through2": "0.6.5", - "unique-stream": "1.0.0" - }, - "dependencies": { - "glob": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz", - "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=", - "dev": true, - "requires": { - "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "minimatch": "2.0.10", - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz" - } - }, - "minimatch": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=", - "dev": true, - "requires": { - "brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz" - } - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "glob-watcher": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz", - "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=", - "dev": true, - "requires": { - "gaze": "0.5.2" - } - }, - "glob2base": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz", - "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=", - "dev": true, - "requires": { - "find-index": "0.1.1" - } - }, - "global-modules": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz", - "integrity": "sha1-6lo77ULG1s6ZWk+KEmm12uIjgo0=", - "dev": true, - "requires": { - "global-prefix": "0.1.5", - "is-windows": "0.2.0" - } - }, - "global-prefix": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz", - "integrity": "sha1-jTvGuNo8qBEqFg2NSW/wRiv+948=", - "dev": true, - "requires": { - "homedir-polyfill": "1.0.1", - "ini": "1.3.5", - "is-windows": "0.2.0", - "which": "https://registry.npmjs.org/which/-/which-1.3.0.tgz" - } - }, - "globby": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", - "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", - "dev": true, - "requires": { - "array-union": "1.0.2", - "arrify": "1.0.1", - "glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" - } - }, - "globule": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz", - "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=", - "dev": true, - "requires": { - "glob": "3.1.21", - "lodash": "1.0.2", - "minimatch": "0.2.14" - }, - "dependencies": { - "glob": { - "version": "3.1.21", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", - "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=", - "dev": true, - "requires": { - "graceful-fs": "1.2.3", - "inherits": "1.0.2", - "minimatch": "0.2.14" - } - }, - "graceful-fs": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", - "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=", - "dev": true - }, - "inherits": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz", - "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=", - "dev": true - }, - "minimatch": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz", - "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=", - "dev": true, - "requires": { - "lru-cache": "2.7.3", - "sigmund": "1.0.1" - } - } - } - }, - "glogg": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz", - "integrity": "sha1-f+DxmfV6yQbPUS/urY+Q7kooT8U=", - "dev": true, - "requires": { - "sparkles": "1.0.0" - } - }, - "graceful-fs": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz", - "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=", - "dev": true, - "requires": { - "natives": "1.1.0" - } - }, - "graceful-readlink": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", - "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=", - "dev": true - }, - "growl": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.9.2.tgz", - "integrity": "sha1-Dqd0NxXbjY3ixe3hd14bRayFwC8=", - "dev": true - }, - "gulp": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz", - "integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=", - "dev": true, - "requires": { - "archy": "1.0.0", - "chalk": "1.1.3", - "deprecated": "0.0.1", - "gulp-util": "3.0.8", - "interpret": "1.0.4", - "liftoff": "2.3.0", - "minimist": "1.2.0", - "orchestrator": "0.3.8", - "pretty-hrtime": "1.0.3", - "semver": "4.3.6", - "tildify": "1.2.0", - "v8flags": "2.1.1", - "vinyl-fs": "0.3.14" - } - }, - "gulp-chmod": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gulp-chmod/-/gulp-chmod-2.0.0.tgz", - "integrity": "sha1-AMOQuSigeZslGsz2MaoJ4BzGKZw=", - "dev": true, - "requires": { - "deep-assign": "1.0.0", - "stat-mode": "0.2.2", - "through2": "2.0.3" - } - }, - "gulp-filter": { - "version": "https://registry.npmjs.org/gulp-filter/-/gulp-filter-5.0.1.tgz", - "integrity": "sha1-XYf2YuMX5YOe92UOYg5skAj/ktA=", - "dev": true, - "requires": { - "gulp-util": "3.0.8", - "multimatch": "2.1.0", - "streamfilter": "1.0.5" - } - }, - "gulp-gunzip": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gulp-gunzip/-/gulp-gunzip-1.0.0.tgz", - "integrity": "sha1-FbdBFF6Dqcb1CIYkG1fMWHHxUak=", - "dev": true, - "requires": { - "through2": "0.6.5", - "vinyl": "0.4.6" - }, - "dependencies": { - "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - }, - "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", - "dev": true, - "requires": { - "clone": "0.2.0", - "clone-stats": "0.0.1" - } - } - } - }, - "gulp-remote-src": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/gulp-remote-src/-/gulp-remote-src-0.4.3.tgz", - "integrity": "sha1-VyjP1kNDPdSEXd7wlp8PlxoqtKE=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "node.extend": "1.1.6", - "request": "2.79.0", - "through2": "2.0.3", - "vinyl": "2.0.2" - }, - "dependencies": { - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", - "dev": true - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", - "dev": true - }, - "request": { - "version": "2.79.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz", - "integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=", - "dev": true, - "requires": { - "aws-sign2": "0.6.0", - "aws4": "1.6.0", - "caseless": "0.11.0", - "combined-stream": "1.0.5", - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "forever-agent": "0.6.1", - "form-data": "2.1.4", - "har-validator": "2.0.6", - "hawk": "3.1.3", - "http-signature": "1.1.1", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.17", - "oauth-sign": "0.8.2", - "qs": "6.3.2", - "stringstream": "0.0.5", - "tough-cookie": "2.3.3", - "tunnel-agent": "0.4.3", - "uuid": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz" - } - }, - "vinyl": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.0.2.tgz", - "integrity": "sha1-CjcT2NTpIhxY8QyhbAEWyeJe2nw=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "is-stream": "1.1.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - } - } - }, - "gulp-sourcemaps": { - "version": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.1.tgz", - "integrity": "sha1-gzpOKPC49GYQdQMs14JBf3zY+ws=", - "dev": true, - "requires": { - "@gulp-sourcemaps/identity-map": "1.0.1", - "@gulp-sourcemaps/map-sources": "1.0.0", - "acorn": "4.0.13", - "convert-source-map": "1.5.1", - "css": "2.2.1", - "debug-fabulous": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.2.1.tgz", - "detect-newline": "2.1.0", - "graceful-fs": "4.1.11", - "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "strip-bom-string": "1.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - }, - "dependencies": { - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - } - } - }, - "gulp-symdest": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/gulp-symdest/-/gulp-symdest-1.1.0.tgz", - "integrity": "sha1-wWUyBzLRks5W/ZQnH/oSMjS/KuA=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "mkdirp": "0.5.1", - "queue": "3.1.0", - "vinyl-fs": "2.4.4" - }, - "dependencies": { - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "requires": { - "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" - } - }, - "glob-stream": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", - "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", - "dev": true, - "requires": { - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "glob": "5.0.15", - "glob-parent": "3.1.0", - "micromatch": "2.3.11", - "ordered-read-streams": "0.3.0", - "through2": "0.6.5", - "to-absolute-glob": "0.1.1", - "unique-stream": "2.2.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "gulp-sourcemaps": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", - "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", - "dev": true, - "requires": { - "convert-source-map": "1.5.1", - "graceful-fs": "4.1.11", - "strip-bom": "2.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "2.1.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "ordered-read-streams": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", - "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", - "dev": true, - "requires": { - "is-stream": "1.1.0", - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz" - } - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "dev": true, - "requires": { - "json-stable-stringify": "1.0.1", - "through2-filter": "2.0.0" - } - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "vinyl-fs": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", - "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", - "dev": true, - "requires": { - "duplexify": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.1.tgz", - "glob-stream": "5.3.5", - "graceful-fs": "4.1.11", - "gulp-sourcemaps": "1.6.0", - "is-valid-glob": "0.3.0", - "lazystream": "1.0.0", - "lodash.isequal": "4.5.0", - "merge-stream": "1.0.1", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "strip-bom": "2.0.0", - "strip-bom-stream": "1.0.0", - "through2": "2.0.3", - "through2-filter": "2.0.0", - "vali-date": "1.0.0", - "vinyl": "1.2.0" - } - } - } - }, - "gulp-tslint": { - "version": "https://registry.npmjs.org/gulp-tslint/-/gulp-tslint-8.1.2.tgz", - "integrity": "sha1-4PQxlLRz1+drtFpY/oxg59/jvrI=", - "dev": true, - "requires": { - "gulp-util": "3.0.8", - "map-stream": "0.0.7", - "through": "2.3.8" - }, - "dependencies": { - "map-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.7.tgz", - "integrity": "sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=", - "dev": true - } - } - }, - "gulp-typescript": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/gulp-typescript/-/gulp-typescript-3.2.3.tgz", - "integrity": "sha512-Np2sJXgtDUwIAoMtlJ9uXsVmpu1FWXlKZw164hLuo56uJa7qo5W2KZ0yAYiYH/HUsaz5L0O2toMOcLIokpFCPg==", - "dev": true, - "requires": { - "gulp-util": "3.0.8", - "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "through2": "2.0.3", - "vinyl-fs": "2.4.4" - }, - "dependencies": { - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "requires": { - "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" - } - }, - "glob-stream": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", - "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", - "dev": true, - "requires": { - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "glob": "5.0.15", - "glob-parent": "3.1.0", - "micromatch": "2.3.11", - "ordered-read-streams": "0.3.0", - "through2": "0.6.5", - "to-absolute-glob": "0.1.1", - "unique-stream": "2.2.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "gulp-sourcemaps": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", - "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", - "dev": true, - "requires": { - "convert-source-map": "1.5.1", - "graceful-fs": "4.1.11", - "strip-bom": "2.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "2.1.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "ordered-read-streams": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", - "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", - "dev": true, - "requires": { - "is-stream": "1.1.0", - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz" - } - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "dev": true, - "requires": { - "json-stable-stringify": "1.0.1", - "through2-filter": "2.0.0" - } - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "vinyl-fs": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", - "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", - "dev": true, - "requires": { - "duplexify": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.1.tgz", - "glob-stream": "5.3.5", - "graceful-fs": "4.1.11", - "gulp-sourcemaps": "1.6.0", - "is-valid-glob": "0.3.0", - "lazystream": "1.0.0", - "lodash.isequal": "4.5.0", - "merge-stream": "1.0.1", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "strip-bom": "2.0.0", - "strip-bom-stream": "1.0.0", - "through2": "2.0.3", - "through2-filter": "2.0.0", - "vali-date": "1.0.0", - "vinyl": "1.2.0" - } - } - } - }, - "gulp-untar": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/gulp-untar/-/gulp-untar-0.0.6.tgz", - "integrity": "sha1-1r3v3n6ajgVMnxYjhaB4LEvnQAA=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "gulp-util": "3.0.8", - "streamifier": "0.1.1", - "tar": "2.2.1", - "through2": "2.0.3" - } - }, - "gulp-util": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz", - "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=", - "dev": true, - "requires": { - "array-differ": "1.0.0", - "array-uniq": "1.0.3", - "beeper": "1.1.1", - "chalk": "1.1.3", - "dateformat": "2.2.0", - "fancy-log": "1.3.0", - "gulplog": "1.0.0", - "has-gulplog": "0.1.0", - "lodash._reescape": "3.0.0", - "lodash._reevaluate": "3.0.0", - "lodash._reinterpolate": "3.0.0", - "lodash.template": "3.6.2", - "minimist": "1.2.0", - "multipipe": "0.1.2", - "object-assign": "3.0.0", - "replace-ext": "0.0.1", - "through2": "2.0.3", - "vinyl": "0.5.3" - }, - "dependencies": { - "object-assign": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz", - "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=", - "dev": true - } - } - }, - "gulp-vinyl-zip": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/gulp-vinyl-zip/-/gulp-vinyl-zip-2.1.0.tgz", - "integrity": "sha1-JOQGhdwFtxSZlSRQmeBZAmO+ja0=", - "dev": true, - "requires": { - "event-stream": "3.3.4", - "queue": "4.4.2", - "through2": "2.0.3", - "vinyl": "2.1.0", - "vinyl-fs": "2.4.4", - "yauzl": "2.9.1", - "yazl": "2.4.3" - }, - "dependencies": { - "clone": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", - "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=", - "dev": true - }, - "clone-stats": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", - "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", - "dev": true - }, - "glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "requires": { - "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - } - }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "requires": { - "is-glob": "3.1.0", - "path-dirname": "1.0.2" - } - }, - "glob-stream": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", - "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", - "dev": true, - "requires": { - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "glob": "5.0.15", - "glob-parent": "3.1.0", - "micromatch": "2.3.11", - "ordered-read-streams": "0.3.0", - "through2": "0.6.5", - "to-absolute-glob": "0.1.1", - "unique-stream": "2.2.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - } - } - }, - "graceful-fs": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", - "dev": true - }, - "gulp-sourcemaps": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", - "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", - "dev": true, - "requires": { - "convert-source-map": "1.5.1", - "graceful-fs": "4.1.11", - "strip-bom": "2.0.0", - "through2": "2.0.3", - "vinyl": "1.2.0" - }, - "dependencies": { - "clone": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", - "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=", - "dev": true - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", - "dev": true - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", - "dev": true - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - } - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "requires": { - "is-extglob": "2.1.1" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "ordered-read-streams": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", - "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", - "dev": true, - "requires": { - "is-stream": "1.1.0", - "readable-stream": "2.3.3" - } - }, - "queue": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/queue/-/queue-4.4.2.tgz", - "integrity": "sha512-fSMRXbwhMwipcDZ08enW2vl+YDmAmhcNcr43sCJL8DIg+CFOsoRLG23ctxA+fwNk1w55SePSiS7oqQQSgQoVJQ==", - "dev": true, - "requires": { - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" - } - }, - "readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" - } - }, - "replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=", - "dev": true - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - }, - "unique-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", - "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", - "dev": true, - "requires": { - "json-stable-stringify": "1.0.1", - "through2-filter": "2.0.0" - } - }, - "vinyl": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.1.0.tgz", - "integrity": "sha1-Ah+cLPlR1rk5lDyJ617lrdT9kkw=", - "dev": true, - "requires": { - "clone": "2.1.1", - "clone-buffer": "1.0.0", - "clone-stats": "1.0.0", - "cloneable-readable": "1.0.0", - "remove-trailing-separator": "1.1.0", - "replace-ext": "1.0.0" - } - }, - "vinyl-fs": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", - "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", - "dev": true, - "requires": { - "duplexify": "https://registry.npmjs.org/duplexify/-/duplexify-3.5.1.tgz", - "glob-stream": "5.3.5", - "graceful-fs": "4.1.11", - "gulp-sourcemaps": "1.6.0", - "is-valid-glob": "0.3.0", - "lazystream": "1.0.0", - "lodash.isequal": "4.5.0", - "merge-stream": "1.0.1", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "readable-stream": "2.3.3", - "strip-bom": "2.0.0", - "strip-bom-stream": "1.0.0", - "through2": "2.0.3", - "through2-filter": "2.0.0", - "vali-date": "1.0.0", - "vinyl": "1.2.0" - }, - "dependencies": { - "clone": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.3.tgz", - "integrity": "sha1-KY1+IjFmD0DAA8LtMUDezz9TCF8=", - "dev": true - }, - "clone-stats": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", - "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", - "dev": true - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", - "dev": true - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - } - } - } - } - }, - "gulplog": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", - "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=", - "dev": true, - "requires": { - "glogg": "1.0.0" - } - }, - "har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "dev": true - }, - "har-validator": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", - "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=", - "dev": true, - "requires": { - "chalk": "1.1.3", - "commander": "2.9.0", - "is-my-json-valid": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz", - "pinkie-promise": "2.0.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "requires": { - "ansi-regex": "2.1.1" - } - }, - "has-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", - "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", - "dev": true - }, - "has-gulplog": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz", - "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=", - "dev": true, - "requires": { - "sparkles": "1.0.0" - } - }, - "hawk": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", - "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", - "dev": true, - "requires": { - "boom": "2.10.1", - "cryptiles": "2.0.5", - "hoek": "2.16.3", - "sntp": "1.0.9" - } - }, - "he": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", - "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", - "dev": true - }, - "hoek": { - "version": "2.16.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", - "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", - "dev": true - }, - "homedir-polyfill": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", - "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", - "dev": true, - "requires": { - "parse-passwd": "1.0.0" - } - }, - "htmlparser2": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz", - "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=", - "dev": true, - "requires": { - "domelementtype": "1.3.0", - "domhandler": "2.4.1", - "domutils": "1.5.1", - "entities": "1.1.1", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - } - } - }, - "http-proxy-agent": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-0.2.7.tgz", - "integrity": "sha1-4X/aZfCQLZUs55IeYsf/iGJlWl4=", - "requires": { - "agent-base": "1.0.2", - "debug": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz" - } - }, - "http-signature": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", - "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", - "dev": true, - "requires": { - "assert-plus": "0.2.0", - "jsprim": "1.4.1", - "sshpk": "1.13.1" - } - }, - "https-proxy-agent": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz", - "integrity": "sha1-cT+jjl01P1DrFKNC/r4pAz7RYZs=", - "requires": { - "agent-base": "1.0.2", - "debug": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz" - } - }, - "iconv-lite": { - "version": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", - "integrity": "sha1-90aPYBNfXl2tM5nAqBvpoWA6CCs=", - "dev": true - }, - "inflight": { - "version": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" - } - }, - "inherits": { - "version": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "dev": true - }, - "interpret": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.4.tgz", - "integrity": "sha1-ggzdWIuGj/sZGoCVBtbJyPISsbA=", - "dev": true - }, - "invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", - "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=", - "dev": true - }, - "is": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/is/-/is-3.2.1.tgz", - "integrity": "sha1-0Kwq1V63sL7JJqUmb2xmKqqD3KU=", - "dev": true - }, - "is-absolute": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz", - "integrity": "sha1-IN5p89uULvLYe5wto28XIjWxtes=", - "dev": true, - "requires": { - "is-relative": "0.2.1", - "is-windows": "0.2.0" - } - }, - "is-buffer": { - "version": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4=", - "dev": true - }, - "is-dotfile": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", - "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", - "dev": true - }, - "is-equal-shallow": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", - "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", - "dev": true, - "requires": { - "is-primitive": "2.0.0" - } - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "dev": true - }, - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dev": true, - "requires": { - "number-is-nan": "1.0.1" - } - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "1.0.0" - } - }, - "is-my-json-valid": { - "version": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz", - "integrity": "sha1-WoRnd+LCYg0eaRBOXToDsfYIjxE=", - "dev": true, - "requires": { - "generate-function": "2.0.0", - "generate-object-property": "1.2.0", - "jsonpointer": "4.0.1", - "xtend": "4.0.1" - } - }, - "is-number": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", - "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", - "dev": true, - "requires": { - "kind-of": "3.2.2" - } - }, - "is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", - "dev": true - }, - "is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=", - "dev": true - }, - "is-path-in-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz", - "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=", - "dev": true, - "requires": { - "is-path-inside": "1.0.0" - } - }, - "is-path-inside": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz", - "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=", - "dev": true, - "requires": { - "path-is-inside": "1.0.2" - } - }, - "is-plain-object": { - "version": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=", - "dev": true, - "requires": { - "isobject": "3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "is-posix-bracket": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", - "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", - "dev": true - }, - "is-primitive": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", - "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", - "dev": true - }, - "is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", - "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", - "dev": true - }, - "is-property": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", - "integrity": "sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=", - "dev": true - }, - "is-relative": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz", - "integrity": "sha1-0n9MfVFtF1+2ENuEu+7yPDvJeqU=", - "dev": true, - "requires": { - "is-unc-path": "0.1.2" - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-unc-path": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz", - "integrity": "sha1-arBTpyVzwQJQ/0FqOBTDUXivObk=", - "dev": true, - "requires": { - "unc-path-regex": "0.1.2" - } - }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", - "dev": true - }, - "is-valid-glob": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz", - "integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=", - "dev": true - }, - "is-windows": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.2.0.tgz", - "integrity": "sha1-3hqm1j6indJIc3tp8f+LgALSEIw=", - "dev": true - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", - "dev": true - }, - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dev": true, - "requires": { - "isarray": "1.0.0" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - } - } - }, - "isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", - "dev": true - }, - "js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", - "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", - "dev": true - }, - "jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", - "dev": true, - "optional": true - }, - "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", - "dev": true - }, - "json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", - "dev": true - }, - "json-stable-stringify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", - "dev": true, - "requires": { - "jsonify": "0.0.0" - } - }, - "json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", - "dev": true - }, - "json3": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz", - "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", - "dev": true - }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", - "dev": true - }, - "jsonpointer": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz", - "integrity": "sha1-T9kss04OnbPInIYi7PUfm5eMbLk=", - "dev": true - }, - "jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" - } - }, - "lazystream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", - "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", - "dev": true, - "requires": { - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - } - } - }, - "lcid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", - "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", - "dev": true, - "requires": { - "invert-kv": "1.0.0" - } - }, - "liftoff": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz", - "integrity": "sha1-qY8v9nGD2Lp8+soQVIvX/wVQs4U=", - "dev": true, - "requires": { - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "findup-sync": "0.4.3", - "fined": "1.1.0", - "flagged-respawn": "0.3.2", - "lodash.isplainobject": "4.0.6", - "lodash.isstring": "4.0.1", - "lodash.mapvalues": "4.6.0", - "rechoir": "0.6.2", - "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz" - } - }, - "linkify-it": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.0.3.tgz", - "integrity": "sha1-2UpGSPmxwXnWT6lykSaL22zpQ08=", - "dev": true, - "requires": { - "uc.micro": "1.0.3" - } - }, - "lodash": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz", - "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=", - "dev": true - }, - "lodash._baseassign": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz", - "integrity": "sha1-jDigmVAPIVrQnlnxci/QxSv+Ck4=", - "dev": true, - "requires": { - "lodash._basecopy": "3.0.1", - "lodash.keys": "3.1.2" - } - }, - "lodash._basecopy": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz", - "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=", - "dev": true - }, - "lodash._basecreate": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz", - "integrity": "sha1-G8ZhYU2qf8MRt9A78WgGoCE8+CE=", - "dev": true - }, - "lodash._basetostring": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz", - "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=", - "dev": true - }, - "lodash._basevalues": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz", - "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=", - "dev": true - }, - "lodash._getnative": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz", - "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=", - "dev": true - }, - "lodash._isiterateecall": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz", - "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=", - "dev": true - }, - "lodash._reescape": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz", - "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=", - "dev": true - }, - "lodash._reevaluate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz", - "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=", - "dev": true - }, - "lodash._reinterpolate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", - "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=", - "dev": true - }, - "lodash._root": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz", - "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=", - "dev": true - }, - "lodash.create": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lodash.create/-/lodash.create-3.1.1.tgz", - "integrity": "sha1-1/KEnw29p+BGgruM1yqwIkYd6+c=", - "dev": true, - "requires": { - "lodash._baseassign": "3.2.0", - "lodash._basecreate": "3.0.3", - "lodash._isiterateecall": "3.0.9" - } - }, - "lodash.escape": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz", - "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=", - "dev": true, - "requires": { - "lodash._root": "3.0.1" - } - }, - "lodash.isarguments": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz", - "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=", - "dev": true - }, - "lodash.isarray": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz", - "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=", - "dev": true - }, - "lodash.isequal": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=", - "dev": true - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", - "dev": true - }, - "lodash.isstring": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=", - "dev": true - }, - "lodash.keys": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz", - "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=", - "dev": true, - "requires": { - "lodash._getnative": "3.9.1", - "lodash.isarguments": "3.1.0", - "lodash.isarray": "3.0.4" - } - }, - "lodash.mapvalues": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", - "integrity": "sha1-G6+lAF3p3W9PJmaMMMo3IwzJaJw=", - "dev": true - }, - "lodash.restparam": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz", - "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=", - "dev": true - }, - "lodash.template": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz", - "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=", - "dev": true, - "requires": { - "lodash._basecopy": "3.0.1", - "lodash._basetostring": "3.0.1", - "lodash._basevalues": "3.0.0", - "lodash._isiterateecall": "3.0.9", - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0", - "lodash.keys": "3.1.2", - "lodash.restparam": "3.6.1", - "lodash.templatesettings": "3.1.1" - } - }, - "lodash.templatesettings": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz", - "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=", - "dev": true, - "requires": { - "lodash._reinterpolate": "3.0.0", - "lodash.escape": "3.2.0" - } - }, - "lru-cache": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", - "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", - "dev": true - }, - "lru-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz", - "integrity": "sha1-Jzi9nw089PhEkMVzbEhpmsYyzaM=", - "dev": true, - "requires": { - "es5-ext": "0.10.37" - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "dev": true - }, - "map-stream": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", - "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=", - "dev": true - }, - "markdown-it": { - "version": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.0.tgz", - "integrity": "sha1-4kAIgb8XH3AY7RvZ2kQdrIr2MG0=", - "dev": true, - "requires": { - "argparse": "1.0.9", - "entities": "1.1.1", - "linkify-it": "2.0.3", - "mdurl": "1.0.1", - "uc.micro": "1.0.3" - } - }, - "mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", - "dev": true - }, - "memoizee": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.11.tgz", - "integrity": "sha1-vemBdmPJ5A/bKk6hw2cpYIeujI8=", - "dev": true, - "requires": { - "d": "1.0.0", - "es5-ext": "0.10.37", - "es6-weak-map": "2.0.2", - "event-emitter": "0.3.5", - "is-promise": "2.1.0", - "lru-queue": "0.1.0", - "next-tick": "1.0.0", - "timers-ext": "0.1.2" - } - }, - "merge-stream": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", - "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", - "dev": true, - "requires": { - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - } - } - }, - "micromatch": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", - "dev": true, - "requires": { - "arr-diff": "2.0.0", - "array-unique": "0.2.1", - "braces": "1.8.5", - "expand-brackets": "0.1.5", - "extglob": "0.3.2", - "filename-regex": "2.0.1", - "is-extglob": "1.0.0", - "is-glob": "2.0.1", - "kind-of": "3.2.2", - "normalize-path": "2.1.1", - "object.omit": "2.0.1", - "parse-glob": "3.0.4", - "regex-cache": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz" - } - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true - }, - "mime-db": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz", - "integrity": "sha1-dMZD2i3Z1qRTmZY0ZbJtXKfXHwE=", - "dev": true - }, - "mime-types": { - "version": "2.1.17", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz", - "integrity": "sha1-Cdejk/A+mVp5+K+Fe3Cp4KsWVXo=", - "dev": true, - "requires": { - "mime-db": "1.30.0" - } - }, - "minimatch": { - "version": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", - "requires": { - "brace-expansion": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz" - } - }, - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true - }, - "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "dev": true, - "requires": { - "minimist": "0.0.8" - }, - "dependencies": { - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "dev": true - } - } - }, - "mocha": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-3.5.3.tgz", - "integrity": "sha512-/6na001MJWEtYxHOV1WLfsmR4YIynkUEhBwzsb+fk2qmQ3iqsi258l/Q2MWHJMImAcNpZ8DEdYAK72NHoIQ9Eg==", - "dev": true, - "requires": { - "browser-stdout": "1.3.0", - "commander": "2.9.0", - "debug": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "diff": "3.2.0", - "escape-string-regexp": "1.0.5", - "glob": "7.1.1", - "growl": "1.9.2", - "he": "1.1.1", - "json3": "3.3.2", - "lodash.create": "3.1.1", - "mkdirp": "0.5.1", - "supports-color": "3.1.2" - }, - "dependencies": { - "glob": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz", - "integrity": "sha1-gFIR3wT6rxxjo2ADBs31reULLsg=", - "dev": true, - "requires": { - "fs.realpath": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - } - }, - "supports-color": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz", - "integrity": "sha1-cqJiiU2dQIuVbKBf83su2KbiotU=", - "dev": true, - "requires": { - "has-flag": "1.0.0" - } - } - } - }, - "ms": { - "version": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "multimatch": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz", - "integrity": "sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis=", - "dev": true, - "requires": { - "array-differ": "1.0.0", - "array-union": "1.0.2", - "arrify": "1.0.1", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz" - } - }, - "multipipe": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz", - "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=", - "dev": true, - "requires": { - "duplexer2": "0.0.2" - } - }, - "mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", - "dev": true - }, - "natives": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz", - "integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=", - "dev": true - }, - "next-tick": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", - "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=", - "dev": true - }, - "node.extend": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-1.1.6.tgz", - "integrity": "sha1-p7iCyC1sk6SGOlUEvV3o7IYli5Y=", - "dev": true, - "requires": { - "is": "3.2.1" - } - }, - "noice-json-rpc": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/noice-json-rpc/-/noice-json-rpc-1.0.1.tgz", - "integrity": "sha1-XnKJpgocIIgEicsVEBVSusOSJm4=" - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "requires": { - "remove-trailing-separator": "1.1.0" - } - }, - "nth-check": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", - "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", - "dev": true, - "requires": { - "boolbase": "1.0.0" - } - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true - }, - "oauth-sign": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", - "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true - }, - "object.defaults": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", - "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=", - "dev": true, - "requires": { - "array-each": "1.0.1", - "array-slice": "1.0.0", - "for-own": "1.0.0", - "isobject": "3.0.1" - }, - "dependencies": { - "for-own": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", - "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", - "dev": true, - "requires": { - "for-in": "1.0.2" - } - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "object.omit": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", - "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", - "dev": true, - "requires": { - "for-own": "0.1.5", - "is-extendable": "0.1.1" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dev": true, - "requires": { - "isobject": "3.0.1" - }, - "dependencies": { - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "dev": true - } - } - }, - "once": { - "version": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" - } - }, - "options": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz", - "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=" - }, - "orchestrator": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz", - "integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=", - "dev": true, - "requires": { - "end-of-stream": "0.1.5", - "sequencify": "0.0.7", - "stream-consume": "0.1.0" - } - }, - "ordered-read-streams": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz", - "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=", - "dev": true - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "dev": true - }, - "os-locale": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", - "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", - "dev": true, - "requires": { - "lcid": "1.0.0" - } - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "dev": true - }, - "osenv": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", - "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", - "dev": true, - "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" - } - }, - "parse-filepath": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz", - "integrity": "sha1-FZ1hVdQ5BNFsEO9piRHaHpGWm3M=", - "dev": true, - "requires": { - "is-absolute": "0.2.6", - "map-cache": "0.2.2", - "path-root": "0.1.1" - } - }, - "parse-glob": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", - "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", - "dev": true, - "requires": { - "glob-base": "0.3.0", - "is-dotfile": "1.0.3", - "is-extglob": "1.0.0", - "is-glob": "2.0.1" - } - }, - "parse-passwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", - "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", - "dev": true - }, - "parse-semver": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/parse-semver/-/parse-semver-1.1.1.tgz", - "integrity": "sha1-mkr9bfBj3Egm+T+6SpnPIj9mbLg=", - "dev": true, - "requires": { - "semver": "5.4.1" - }, - "dependencies": { - "semver": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==", - "dev": true - } - } - }, - "parse5": { - "version": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", - "integrity": "sha1-BC95L/3TaFFVHPTp4Gazh0q0W1w=", - "dev": true, - "requires": { - "@types/node": "6.0.92" - } - }, - "path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", - "dev": true - }, - "path-is-absolute": { - "version": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", - "dev": true - }, - "path-parse": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz", - "integrity": "sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME=", - "dev": true - }, - "path-root": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", - "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", - "dev": true, - "requires": { - "path-root-regex": "0.1.2" - } - }, - "path-root-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", - "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=", - "dev": true - }, - "pause-stream": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", - "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", - "dev": true, - "requires": { - "through": "2.3.8" - } - }, - "pend": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", - "dev": true - }, - "performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", - "dev": true - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dev": true, - "requires": { - "pinkie": "2.0.4" - } - }, - "preserve": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", - "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", - "dev": true - }, - "pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", - "dev": true - }, - "process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", - "dev": true - }, - "punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", - "dev": true - }, - "q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", - "dev": true - }, - "qs": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz", - "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=", - "dev": true - }, - "querystringify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz", - "integrity": "sha1-YoYkIRLFtxL6ZU5SZlK/ahP/Bcs=", - "dev": true - }, - "queue": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/queue/-/queue-3.1.0.tgz", - "integrity": "sha1-bEnQHwCeIlZ4h4nyv/rGuLmZBYU=", - "dev": true, - "requires": { - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" - } - }, - "randomatic": { - "version": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz", - "integrity": "sha1-x6vpzIuHwLqodrGf3oP9RkeX44w=", - "dev": true, - "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" - }, - "dependencies": { - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dev": true, - "requires": { - "kind-of": "3.2.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" - } - } - } - }, - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dev": true, - "requires": { - "is-buffer": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" - } - } - } - }, - "read": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", - "integrity": "sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=", - "dev": true, - "requires": { - "mute-stream": "0.0.7" - } - }, - "readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "dev": true, - "requires": { - "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz" - } - }, - "regex-cache": { - "version": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", - "integrity": "sha1-db3FiioUls7EihKDW8VMjVYjNt0=", - "dev": true, - "requires": { - "is-equal-shallow": "0.1.3" - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", - "dev": true - }, - "repeat-element": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", - "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=", - "dev": true - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true - }, - "replace-ext": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", - "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", - "dev": true - }, - "request": { - "version": "https://registry.npmjs.org/request/-/request-2.83.0.tgz", - "integrity": "sha1-ygtl2gLtYpNYh4COb1EDgQNOM1Y=", - "dev": true, - "requires": { - "aws-sign2": "0.7.0", - "aws4": "1.6.0", - "caseless": "0.12.0", - "combined-stream": "1.0.5", - "extend": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "forever-agent": "0.6.1", - "form-data": "2.3.1", - "har-validator": "5.0.3", - "hawk": "https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz", - "http-signature": "1.2.0", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.17", - "oauth-sign": "0.8.2", - "performance-now": "2.1.0", - "qs": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "stringstream": "0.0.5", - "tough-cookie": "2.3.3", - "tunnel-agent": "0.6.0", - "uuid": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - }, - "aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "dev": true - }, - "boom": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz", - "integrity": "sha1-T4owBctKfjiJ90kDD9JbluAdLjE=", - "dev": true, - "requires": { - "hoek": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz" - } - }, - "caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", - "dev": true - }, - "cryptiles": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz", - "integrity": "sha1-qJ+7Ig9c4l7FboxKqKT9e1sNKf4=", - "dev": true, - "requires": { - "boom": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz" - }, - "dependencies": { - "boom": { - "version": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz", - "integrity": "sha1-XdnabuOl8wIHdDYpDLcX0/SlTgI=", - "dev": true, - "requires": { - "hoek": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz" - } - } - } - }, - "form-data": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.1.tgz", - "integrity": "sha1-b7lPvXGIUwbXPRXMSX/kzE7NRL8=", - "dev": true, - "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.17" - } - }, - "har-validator": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz", - "integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=", - "dev": true, - "requires": { - "ajv": "5.5.0", - "har-schema": "2.0.0" - } - }, - "hawk": { - "version": "https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz", - "integrity": "sha1-r02RTrBl+bXOTZ0RwcshJu7MMDg=", - "dev": true, - "requires": { - "boom": "4.3.1", - "cryptiles": "3.1.2", - "hoek": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz", - "sntp": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz" - } - }, - "hoek": { - "version": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz", - "integrity": "sha1-ctnQdU9/4lyi0BrY+PmpRJqJUm0=", - "dev": true - }, - "http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "jsprim": "1.4.1", - "sshpk": "1.13.1" - } - }, - "qs": { - "version": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", - "integrity": "sha1-NJzfbu+J7EXBLX1es/wMhwNDptg=", - "dev": true - }, - "sntp": { - "version": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz", - "integrity": "sha1-LGzsFP7cIiJznK+bXD2F0cxaLMg=", - "dev": true, - "requires": { - "hoek": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz" - } - }, - "tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - } - } - }, - "request-light": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.1.0.tgz", - "integrity": "sha1-/mXd/7suh5RPDMr9hcuDnpE4U0U=", - "requires": { - "http-proxy-agent": "0.2.7", - "https-proxy-agent": "0.3.6", - "vscode-nls": "1.0.7" - }, - "dependencies": { - "vscode-nls": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-1.0.7.tgz", - "integrity": "sha1-KYwB/Oh4AsZEwKFe9SajPGLA1Y4=" - } - } - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", - "dev": true - }, - "resolve": { - "version": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz", - "integrity": "sha1-HwmsznlsmnYlefMbLBzEw83fnzY=", - "dev": true, - "requires": { - "path-parse": "1.0.5" - } - }, - "resolve-dir": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz", - "integrity": "sha1-shklmlYC+sXFxJatiUpujMQwJh4=", - "dev": true, - "requires": { - "expand-tilde": "1.2.2", - "global-modules": "0.2.3" - } - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "dev": true - }, - "rimraf": { - "version": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", - "integrity": "sha1-LtgVDSShbqhlHm1u8PR8QVjOejY=", - "dev": true, - "requires": { - "glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz" - } - }, - "run-sequence": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.2.2.tgz", - "integrity": "sha1-UJWgvr6YczsBQL0I3YDsAw3azes=", - "dev": true, - "requires": { - "chalk": "1.1.3", - "gulp-util": "3.0.8" - } - }, - "safe-buffer": { - "version": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "integrity": "sha1-iTMSr2myEj3vcfV4iQAWce6yyFM=", - "dev": true - }, - "sax": { - "version": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk=", - "dev": true - }, - "semver": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", - "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", - "dev": true - }, - "sequencify": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz", - "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=", - "dev": true - }, - "sigmund": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", - "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", - "dev": true - }, - "sntp": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", - "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", - "dev": true, - "requires": { - "hoek": "2.16.3" - } - }, - "source-map": { - "version": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=" - }, - "source-map-resolve": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.3.1.tgz", - "integrity": "sha1-YQ9hIqRFuN1RU1oqcbeD38Ekh2E=", - "dev": true, - "requires": { - "atob": "1.1.3", - "resolve-url": "0.2.1", - "source-map-url": "0.3.0", - "urix": "0.1.0" - } - }, - "source-map-support": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.0.tgz", - "integrity": "sha512-vUoN3I7fHQe0R/SJLKRdKYuEdRGogsviXFkHHo17AWaTGv17VLnxw+CFXvqy+y4ORZ3doWLQcxRYfwKrsd/H7Q==", - "dev": true, - "requires": { - "source-map": "0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, - "source-map-url": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz", - "integrity": "sha1-fsrxO1e80J2opAxdJp2zN5nUqvk=", - "dev": true - }, - "sparkles": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz", - "integrity": "sha1-Gsu/tZJDbRC76PeFt8xvgoFQEsM=", - "dev": true - }, - "split": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", - "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", - "dev": true, - "requires": { - "through": "2.3.8" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "sshpk": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz", - "integrity": "sha1-US322mKHFEMW3EwY/hzx2UBzm+M=", - "dev": true, - "requires": { - "asn1": "0.2.3", - "assert-plus": "1.0.0", - "bcrypt-pbkdf": "1.0.1", - "dashdash": "1.14.1", - "ecc-jsbn": "0.1.1", - "getpass": "0.1.7", - "jsbn": "0.1.1", - "tweetnacl": "0.14.5" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "stat-mode": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.2.tgz", - "integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=", - "dev": true - }, - "stream-combiner": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", - "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", - "dev": true, - "requires": { - "duplexer": "0.1.1" - } - }, - "stream-consume": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz", - "integrity": "sha1-pB6tGm1ggc63n2WwYZAbbY89HQ8=", - "dev": true - }, - "stream-shift": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", - "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", - "dev": true - }, - "streamfilter": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/streamfilter/-/streamfilter-1.0.5.tgz", - "integrity": "sha1-h1BxEb644phFFxe1Ec/tjwAqv1M=", - "dev": true, - "requires": { - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - } - } - }, - "streamifier": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/streamifier/-/streamifier-0.1.1.tgz", - "integrity": "sha1-l+mNj6TRBdYqJpHR3AfoINuN/E8=", - "dev": true - }, - "string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dev": true, - "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, - "stringstream": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", - "integrity": "sha1-TkhM1N5aC7vuGORjB3EKioFiGHg=", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "2.1.1" - } - }, - "strip-bom": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz", - "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=", - "dev": true, - "requires": { - "first-chunk-stream": "1.0.0", - "is-utf8": "0.2.1" - } - }, - "strip-bom-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz", - "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=", - "dev": true, - "requires": { - "first-chunk-stream": "1.0.0", - "strip-bom": "2.0.0" - }, - "dependencies": { - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dev": true, - "requires": { - "is-utf8": "0.2.1" - } - } - } - }, - "strip-bom-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", - "integrity": "sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=", - "dev": true - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - }, - "tar": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", - "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=", - "dev": true, - "requires": { - "block-stream": "0.0.9", - "fstream": "1.0.11", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz" - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "through2": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", - "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", - "dev": true, - "requires": { - "readable-stream": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "xtend": "4.0.1" - }, - "dependencies": { - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "readable-stream": { - "version": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", - "string_decoder": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "util-deprecate": "1.0.2" - } - }, - "string_decoder": { - "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", - "dev": true, - "requires": { - "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" - } - } - } - }, - "through2-filter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", - "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", - "dev": true, - "requires": { - "through2": "2.0.3", - "xtend": "4.0.1" - } - }, - "tildify": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz", - "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=", - "dev": true, - "requires": { - "os-homedir": "1.0.2" - } - }, - "time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", - "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=", - "dev": true - }, - "timers-ext": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.2.tgz", - "integrity": "sha1-YcxHp2wavTGV8UUn+XjViulMUgQ=", - "dev": true, - "requires": { - "es5-ext": "0.10.37", - "next-tick": "1.0.0" - } - }, - "tmp": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.29.tgz", - "integrity": "sha1-8lEl/w3Z2jzLDC3Tce4SiLuRKMA=", - "dev": true, - "requires": { - "os-tmpdir": "1.0.2" - } - }, - "to-absolute-glob": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz", - "integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=", - "dev": true, - "requires": { - "extend-shallow": "2.0.1" - } - }, - "tough-cookie": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz", - "integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=", - "dev": true, - "requires": { - "punycode": "1.4.1" - } - }, - "tslib": { - "version": "https://registry.npmjs.org/tslib/-/tslib-1.8.0.tgz", - "integrity": "sha1-3GBOutZLy/aW1hPabJVKoOfqHrY=", - "dev": true - }, - "tslint": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.8.0.tgz", - "integrity": "sha1-H0mtWy53x2w69N3K5VKuTjYS6xM=", - "dev": true, - "requires": { - "babel-code-frame": "6.26.0", - "builtin-modules": "1.1.1", - "chalk": "2.3.0", - "commander": "2.9.0", - "diff": "3.2.0", - "glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "resolve": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz", - "semver": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "tslib": "https://registry.npmjs.org/tslib/-/tslib-1.8.0.tgz", - "tsutils": "2.12.2" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.tgz", - "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", - "dev": true, - "requires": { - "color-convert": "1.9.1" - } - }, - "chalk": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", - "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", - "dev": true, - "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" - } - }, - "has-flag": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", - "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=", - "dev": true - }, - "semver": { - "version": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4=", - "dev": true - }, - "supports-color": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", - "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", - "dev": true, - "requires": { - "has-flag": "2.0.0" - } - } - } - }, - "tsutils": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.12.2.tgz", - "integrity": "sha1-rVikhl0X7D3bZjG2ylO+FKVlb/M=", - "dev": true, - "requires": { - "tslib": "https://registry.npmjs.org/tslib/-/tslib-1.8.0.tgz" - } - }, - "tunnel": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.4.tgz", - "integrity": "sha1-LTeFoVjBdMmhbcLARuxfxfF0IhM=", - "dev": true - }, - "tunnel-agent": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", - "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=", - "dev": true - }, - "tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", - "dev": true, - "optional": true - }, - "typed-rest-client": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-0.9.0.tgz", - "integrity": "sha1-92jMDcP06VDwbgSCXDaz54NKofI=", - "dev": true, - "requires": { - "tunnel": "0.0.4", - "underscore": "1.8.3" - } - }, - "typescript": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.1.tgz", - "integrity": "sha1-7znN6ierrAtQAkLWcmq5DgyEZjE=", - "dev": true - }, - "uc.micro": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.3.tgz", - "integrity": "sha1-ftUNXg+an7ClczeSWfKndFjVAZI=", - "dev": true - }, - "ultron": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz", - "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=" - }, - "unc-path-regex": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", - "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=", - "dev": true - }, - "underscore": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", - "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=", - "dev": true - }, - "unique-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz", - "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=", - "dev": true - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "dev": true - }, - "url-join": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/url-join/-/url-join-1.1.0.tgz", - "integrity": "sha1-dBxsL0WWxIMNZxhGCSDQySIC3Hg=", - "dev": true - }, - "url-parse": { - "version": "https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz", - "integrity": "sha1-OhnoqqbQI93SfcxEy0/I9/7COYY=", - "dev": true, - "requires": { - "querystringify": "1.0.0", - "requires-port": "1.0.0" - } - }, - "user-home": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz", - "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "uuid": { - "version": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz", - "integrity": "sha1-PdPT55Crwk17DToDT/q6vijrvAQ=", - "dev": true - }, - "v8flags": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz", - "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=", - "dev": true, - "requires": { - "user-home": "1.1.1" - } - }, - "vali-date": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", - "integrity": "sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=", - "dev": true - }, - "verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "dev": true, - "requires": { - "assert-plus": "1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "1.3.0" - }, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true - } - } - }, - "vinyl": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz", - "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - }, - "vinyl-fs": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz", - "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=", - "dev": true, - "requires": { - "defaults": "1.0.3", - "glob-stream": "3.1.18", - "glob-watcher": "0.0.6", - "graceful-fs": "3.0.11", - "mkdirp": "0.5.1", - "strip-bom": "1.0.0", - "through2": "0.6.5", - "vinyl": "0.4.6" - }, - "dependencies": { - "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - }, - "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", - "dev": true, - "requires": { - "clone": "0.2.0", - "clone-stats": "0.0.1" - } - } - } - }, - "vinyl-source-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/vinyl-source-stream/-/vinyl-source-stream-1.1.0.tgz", - "integrity": "sha1-RMvlEIIFJ53rDFZTwJSiiHk4sas=", - "dev": true, - "requires": { - "through2": "0.6.5", - "vinyl": "0.4.6" - }, - "dependencies": { - "clone": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz", - "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "1.0.2", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "isarray": "0.0.1", - "string_decoder": "0.10.31" - } - }, - "through2": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", - "dev": true, - "requires": { - "readable-stream": "1.0.34", - "xtend": "4.0.1" - } - }, - "vinyl": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz", - "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=", - "dev": true, - "requires": { - "clone": "0.2.0", - "clone-stats": "0.0.1" - } - } - } - }, - "vsce": { - "version": "1.33.2", - "resolved": "https://registry.npmjs.org/vsce/-/vsce-1.33.2.tgz", - "integrity": "sha1-NkX2mq+YTiL3TqSdNfON0Y1m/18=", - "dev": true, - "requires": { - "cheerio": "1.0.0-rc.2", - "commander": "2.9.0", - "denodeify": "1.2.1", - "glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "lodash": "4.17.4", - "markdown-it": "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.0.tgz", - "mime": "1.6.0", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "osenv": "0.1.4", - "parse-semver": "1.1.1", - "read": "1.0.7", - "semver": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "tmp": "0.0.29", - "url-join": "1.1.0", - "vso-node-api": "6.1.2-preview", - "yauzl": "2.9.1", - "yazl": "2.4.3" - }, - "dependencies": { - "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", - "dev": true - }, - "semver": { - "version": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4=", - "dev": true - } - } - }, - "vscode": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/vscode/-/vscode-1.1.8.tgz", - "integrity": "sha512-kT6sIA1AEKR5M+us2fXk5dxwV9SR/IEdLHNmVW4/dl1wNBHoEvgIo1qMQwHNxPVTQmw70KTGZ9UVeVb8FbpNFA==", - "dev": true, - "requires": { - "glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "gulp-chmod": "2.0.0", - "gulp-filter": "https://registry.npmjs.org/gulp-filter/-/gulp-filter-5.0.1.tgz", - "gulp-gunzip": "1.0.0", - "gulp-remote-src": "0.4.3", - "gulp-symdest": "1.1.0", - "gulp-untar": "0.0.6", - "gulp-vinyl-zip": "2.1.0", - "mocha": "4.0.1", - "request": "https://registry.npmjs.org/request/-/request-2.83.0.tgz", - "semver": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "source-map-support": "0.5.0", - "url-parse": "https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz", - "vinyl-source-stream": "1.1.0" - }, - "dependencies": { - "commander": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz", - "integrity": "sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==", - "dev": true - }, - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "requires": { - "ms": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" - } - }, - "diff": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.3.1.tgz", - "integrity": "sha512-MKPHZDMB0o6yHyDryUOScqZibp914ksXwAMYMTHj6KO8UeKsRYNJD3oNCKjTqZon+V488P7N/HzXF8t7ZR95ww==", - "dev": true - }, - "growl": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.3.tgz", - "integrity": "sha512-hKlsbA5Vu3xsh1Cg3J7jSmX/WaW6A5oBeqzM88oNbCRQFz+zUaXm6yxS4RVytp1scBoJzSYl4YAEOQIt6O8V1Q==", - "dev": true - }, - "has-flag": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", - "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=", - "dev": true - }, - "mocha": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-4.0.1.tgz", - "integrity": "sha512-evDmhkoA+cBNiQQQdSKZa2b9+W2mpLoj50367lhy+Klnx9OV8XlCIhigUnn1gaTFLQCa0kdNhEGDr0hCXOQFDw==", - "dev": true, - "requires": { - "browser-stdout": "1.3.0", - "commander": "2.11.0", - "debug": "3.1.0", - "diff": "3.3.1", - "escape-string-regexp": "1.0.5", - "glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "growl": "1.10.3", - "he": "1.1.1", - "mkdirp": "0.5.1", - "supports-color": "4.4.0" - } - }, - "semver": { - "version": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", - "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4=", - "dev": true - }, - "supports-color": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.4.0.tgz", - "integrity": "sha512-rKC3+DyXWgK0ZLKwmRsrkyHVZAjNkfzeehuFWdGGcqGDTZFH73+RH6S/RDAAxl9GusSjZSUWYLmT9N5pzXFOXQ==", - "dev": true, - "requires": { - "has-flag": "2.0.0" - } - } - } - }, - "vscode-chrome-debug-core": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/vscode-chrome-debug-core/-/vscode-chrome-debug-core-3.19.0.tgz", - "integrity": "sha1-70aLFweJqQhC+2wsQVS7OsZXvvc=", - "requires": { - "@types/source-map": "https://registry.npmjs.org/@types/source-map/-/source-map-0.1.29.tgz", - "glob": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "noice-json-rpc": "1.0.1", - "request-light": "0.1.0", - "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "vscode-debugadapter": "https://registry.npmjs.org/vscode-debugadapter/-/vscode-debugadapter-1.24.0.tgz", - "vscode-debugprotocol": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.24.0.tgz", - "vscode-nls": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz", - "ws": "1.1.5" - } - }, - "vscode-chrome-debug-core-testsupport": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/vscode-chrome-debug-core-testsupport/-/vscode-chrome-debug-core-testsupport-3.17.1.tgz", - "integrity": "sha1-DUazMXWZooWLSkz+QgzDUuQZiBw=", - "dev": true, - "requires": { - "vscode-debugadapter-testsupport": "1.24.0" - }, - "dependencies": { - "vscode-debugadapter-testsupport": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/vscode-debugadapter-testsupport/-/vscode-debugadapter-testsupport-1.24.0.tgz", - "integrity": "sha1-rDZ1scU/wW+1JMvSt+znEhtiXng=", - "dev": true, - "requires": { - "vscode-debugprotocol": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.24.0.tgz" - } - } - } - }, - "vscode-debugadapter": { - "version": "https://registry.npmjs.org/vscode-debugadapter/-/vscode-debugadapter-1.24.0.tgz", - "integrity": "sha1-KAY7AcyorB5fehPRGOMgem6If/0=", - "requires": { - "vscode-debugprotocol": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.24.0.tgz" - } - }, - "vscode-debugadapter-testsupport": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/vscode-debugadapter-testsupport/-/vscode-debugadapter-testsupport-1.23.0.tgz", - "integrity": "sha1-pItd5CrYChckDZxRHDeGA41pbRs=", - "dev": true, - "requires": { - "vscode-debugprotocol": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.24.0.tgz" - } - }, - "vscode-debugprotocol": { - "version": "https://registry.npmjs.org/vscode-debugprotocol/-/vscode-debugprotocol-1.24.0.tgz", - "integrity": "sha1-28EOjX2VsQJyehmvPw/O9+JSsI4=" - }, - "vscode-nls": { - "version": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-2.0.2.tgz", - "integrity": "sha1-gIUiOAhEuK0VNJmvXDsDkhrqAto=" - }, - "vscode-nls-dev": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/vscode-nls-dev/-/vscode-nls-dev-2.1.6.tgz", - "integrity": "sha512-1IylC/ekENYqz1vEItfrzrMXS8LW9aZQnNTU6BfdwT0Jddzed+l+nvU8amgVKFFmC1/GoiMFk5wtC20zWBbEbw==", - "dev": true, - "requires": { - "clone": "1.0.3", - "event-stream": "3.3.4", - "glob": "6.0.4", - "gulp-util": "3.0.8", - "iconv-lite": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", - "is": "3.2.1", - "source-map": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "typescript": "2.6.1", - "vinyl": "1.2.0", - "xml2js": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", - "yargs": "3.32.0" - }, - "dependencies": { - "glob": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", - "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", - "dev": true, - "requires": { - "inflight": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "inherits": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "minimatch": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "once": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "path-is-absolute": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - } - }, - "vinyl": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", - "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", - "dev": true, - "requires": { - "clone": "1.0.3", - "clone-stats": "0.0.1", - "replace-ext": "0.0.1" - } - } - } - }, - "vso-node-api": { - "version": "6.1.2-preview", - "resolved": "https://registry.npmjs.org/vso-node-api/-/vso-node-api-6.1.2-preview.tgz", - "integrity": "sha1-qrNUbfJFHs2JTgcbuZtd8Zxfp48=", - "dev": true, - "requires": { - "q": "1.5.1", - "tunnel": "0.0.4", - "typed-rest-client": "0.9.0", - "underscore": "1.8.3" - } - }, - "which": { - "version": "https://registry.npmjs.org/which/-/which-1.3.0.tgz", - "integrity": "sha1-/wS9/AEO5UfXgL7DjhrBwnd9JTo=", - "dev": true, - "requires": { - "isexe": "2.0.0" - } - }, - "window-size": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz", - "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=", - "dev": true - }, - "wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "dev": true, - "requires": { - "string-width": "1.0.2", - "strip-ansi": "3.0.1" - } - }, - "wrappy": { - "version": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "ws": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz", - "integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==", - "requires": { - "options": "0.0.6", - "ultron": "1.0.2" - } - }, - "xml2js": { - "version": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", - "integrity": "sha1-aGwg8hMgnpSr8NG88e+qKRx4J6c=", - "dev": true, - "requires": { - "sax": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "xmlbuilder": "9.0.4" - } - }, - "xmlbuilder": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.4.tgz", - "integrity": "sha1-UZy0ymhtAFqEINNJbz8MruzKWA8=", - "dev": true - }, - "xtend": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", - "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", - "dev": true - }, - "y18n": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", - "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=", - "dev": true - }, - "yargs": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz", - "integrity": "sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU=", - "dev": true, - "requires": { - "camelcase": "2.1.1", - "cliui": "3.2.0", - "decamelize": "1.2.0", - "os-locale": "1.4.0", - "string-width": "1.0.2", - "window-size": "0.1.4", - "y18n": "3.2.1" - } - }, - "yauzl": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.9.1.tgz", - "integrity": "sha1-qBmB6nCleUYTOIPwKcWCGok1mn8=", - "dev": true, - "requires": { - "buffer-crc32": "0.2.13", - "fd-slicer": "1.0.1" - } - }, - "yazl": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/yazl/-/yazl-2.4.3.tgz", - "integrity": "sha1-7CblzIfVYBud+EMtvdPNLlFzoHE=", - "dev": true, - "requires": { - "buffer-crc32": "0.2.13" - } - } - } -} \ No newline at end of file diff --git a/extensions/ms-vscode.node-debug2/package.json b/extensions/ms-vscode.node-debug2/package.json deleted file mode 100644 index 26777f7dae..0000000000 --- a/extensions/ms-vscode.node-debug2/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "node-debug2-placeholder", - "version": "0.0.3", - "publisher": "vscode", - "engines": { - "vscode": "1.6.x" - } -} \ No newline at end of file diff --git a/extensions/node.d.ts b/extensions/node.d.ts deleted file mode 100644 index df0802add5..0000000000 --- a/extensions/node.d.ts +++ /dev/null @@ -1,2313 +0,0 @@ -// Type definitions for Node.js v4.x -// Project: http://nodejs.org/ -// Definitions by: Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped> -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -/// <reference path="./declares.d.ts" /> - -/************************************************ -* * -* Node.js v4.x API * -* * -************************************************/ - -interface Error { - stack?: string; -} - - -// compat for TypeScript 1.8 -// if you use with --target es3 or --target es5 and use below definitions, -// use the lib.es6.d.ts that is bundled with TypeScript 1.8. -interface MapConstructor {} -interface WeakMapConstructor {} -interface SetConstructor {} -interface WeakSetConstructor {} - -/************************************************ -* * -* GLOBAL * -* * -************************************************/ -declare var process: NodeJS.Process; -declare var global: any; - -declare var __filename: string; -declare var __dirname: string; - -declare function setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timer; -declare function clearTimeout(timeoutId: NodeJS.Timer): void; -declare function setInterval(callback: (...args: any[]) => void, ms: number, ...args: any[]): NodeJS.Timer; -declare function clearInterval(intervalId: NodeJS.Timer): void; -declare function setImmediate(callback: (...args: any[]) => void, ...args: any[]): any; -declare function clearImmediate(immediateId: any): void; - -interface NodeRequireFunction { - (id: string): any; -} - -interface NodeRequire extends NodeRequireFunction { - resolve(id:string): string; - cache: any; - extensions: any; - main: any; -} - -declare var require: NodeRequire; - -interface NodeModule { - exports: any; - require: NodeRequireFunction; - id: string; - filename: string; - loaded: boolean; - parent: any; - children: any[]; -} - -declare var module: NodeModule; - -// Same as module.exports -declare var exports: any; -declare var SlowBuffer: { - new (str: string, encoding?: string): Buffer; - new (size: number): Buffer; - new (size: Uint8Array): Buffer; - new (array: any[]): Buffer; - prototype: Buffer; - isBuffer(obj: any): boolean; - byteLength(string: string, encoding?: string): number; - concat(list: Buffer[], totalLength?: number): Buffer; -}; - - -// Buffer class -type BufferEncoding = "ascii" | "utf8" | "utf16le" | "ucs2" | "binary" | "hex"; -interface Buffer extends NodeBuffer {} - -/** - * Raw data is stored in instances of the Buffer class. - * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. - * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' - */ -declare var Buffer: { - /** - * Allocates a new buffer containing the given {str}. - * - * @param str String to store in buffer. - * @param encoding encoding to use, optional. Default is 'utf8' - */ - new (str: string, encoding?: string): Buffer; - /** - * Allocates a new buffer of {size} octets. - * - * @param size count of octets to allocate. - */ - new (size: number): Buffer; - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - new (array: Uint8Array): Buffer; - /** - * Allocates a new buffer containing the given {array} of octets. - * - * @param array The octets to store. - */ - new (array: any[]): Buffer; - /** - * Copies the passed {buffer} data onto a new {Buffer} instance. - * - * @param buffer The buffer to copy. - */ - new (buffer: Buffer): Buffer; - prototype: Buffer; - /** - * Returns true if {obj} is a Buffer - * - * @param obj object to test. - */ - isBuffer(obj: any): obj is Buffer; - /** - * Returns true if {encoding} is a valid encoding argument. - * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' - * - * @param encoding string to test. - */ - isEncoding(encoding: string): boolean; - /** - * Gives the actual byte length of a string. encoding defaults to 'utf8'. - * This is not the same as String.prototype.length since that returns the number of characters in a string. - * - * @param string string to test. - * @param encoding encoding used to evaluate (defaults to 'utf8') - */ - byteLength(string: string, encoding?: string): number; - /** - * Returns a buffer which is the result of concatenating all the buffers in the list together. - * - * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. - * If the list has exactly one item, then the first item of the list is returned. - * If the list has more than one item, then a new Buffer is created. - * - * @param list An array of Buffer objects to concatenate - * @param totalLength Total length of the buffers when concatenated. - * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. - */ - concat(list: Buffer[], totalLength?: number): Buffer; - /** - * The same as buf1.compare(buf2). - */ - compare(buf1: Buffer, buf2: Buffer): number; -}; - -/************************************************ -* * -* GLOBAL INTERFACES * -* * -************************************************/ -declare namespace NodeJS { - export interface ErrnoException extends Error { - errno?: number; - code?: string; - path?: string; - syscall?: string; - stack?: string; - } - - export interface EventEmitter { - addListener(event: string, listener: Function): this; - on(event: string, listener: Function): this; - once(event: string, listener: Function): this; - removeListener(event: string, listener: Function): this; - removeAllListeners(event?: string): this; - setMaxListeners(n: number): this; - getMaxListeners(): number; - listeners(event: string): Function[]; - emit(event: string, ...args: any[]): boolean; - listenerCount(type: string): number; - } - - export interface ReadableStream extends EventEmitter { - readable: boolean; - read(size?: number): string|Buffer; - setEncoding(encoding: string): void; - pause(): void; - resume(): void; - pipe<T extends WritableStream>(destination: T, options?: { end?: boolean; }): T; - unpipe<T extends WritableStream>(destination?: T): void; - unshift(chunk: string): void; - unshift(chunk: Buffer): void; - wrap(oldStream: ReadableStream): ReadableStream; - } - - export interface WritableStream extends EventEmitter { - writable: boolean; - write(buffer: Buffer|string, cb?: Function): boolean; - write(str: string, encoding?: string, cb?: Function): boolean; - end(): void; - end(buffer: Buffer, cb?: Function): void; - end(str: string, cb?: Function): void; - end(str: string, encoding?: string, cb?: Function): void; - } - - export interface ReadWriteStream extends ReadableStream, WritableStream {} - - export interface Events extends EventEmitter { } - - export interface Domain extends Events { - run(fn: Function): void; - add(emitter: Events): void; - remove(emitter: Events): void; - bind(cb: (err: Error, data: any) => any): any; - intercept(cb: (data: any) => any): any; - dispose(): void; - - addListener(event: string, listener: Function): this; - on(event: string, listener: Function): this; - once(event: string, listener: Function): this; - removeListener(event: string, listener: Function): this; - removeAllListeners(event?: string): this; - } - - export interface MemoryUsage { - rss: number; - heapTotal: number; - heapUsed: number; - } - - export interface Process extends EventEmitter { - stdout: WritableStream; - stderr: WritableStream; - stdin: ReadableStream; - argv: string[]; - execArgv: string[]; - execPath: string; - abort(): void; - chdir(directory: string): void; - cwd(): string; - env: any; - exit(code?: number): void; - getgid(): number; - setgid(id: number): void; - setgid(id: string): void; - getuid(): number; - setuid(id: number): void; - setuid(id: string): void; - version: string; - versions: { - http_parser: string; - node: string; - v8: string; - ares: string; - uv: string; - zlib: string; - openssl: string; - }; - config: { - target_defaults: { - cflags: any[]; - default_configuration: string; - defines: string[]; - include_dirs: string[]; - libraries: string[]; - }; - variables: { - clang: number; - host_arch: string; - node_install_npm: boolean; - node_install_waf: boolean; - node_prefix: string; - node_shared_openssl: boolean; - node_shared_v8: boolean; - node_shared_zlib: boolean; - node_use_dtrace: boolean; - node_use_etw: boolean; - node_use_openssl: boolean; - target_arch: string; - v8_no_strict_aliasing: number; - v8_use_snapshot: boolean; - visibility: string; - }; - }; - kill(pid:number, signal?: string|number): void; - pid: number; - title: string; - arch: string; - platform: string; - memoryUsage(): MemoryUsage; - nextTick(callback: Function): void; - umask(mask?: number): number; - uptime(): number; - hrtime(time?:number[]): number[]; - domain: Domain; - - // Worker - send?(message: any, sendHandle?: any): void; - disconnect(): void; - connected: boolean; - } - - export interface Global { - Array: typeof Array; - ArrayBuffer: typeof ArrayBuffer; - Boolean: typeof Boolean; - Buffer: typeof Buffer; - DataView: typeof DataView; - Date: typeof Date; - Error: typeof Error; - EvalError: typeof EvalError; - Float32Array: typeof Float32Array; - Float64Array: typeof Float64Array; - Function: typeof Function; - GLOBAL: Global; - Infinity: typeof Infinity; - Int16Array: typeof Int16Array; - Int32Array: typeof Int32Array; - Int8Array: typeof Int8Array; - // Intl: typeof Intl; - JSON: typeof JSON; - Map: MapConstructor; - Math: typeof Math; - NaN: typeof NaN; - Number: typeof Number; - Object: typeof Object; - Promise: Function; - RangeError: typeof RangeError; - ReferenceError: typeof ReferenceError; - RegExp: typeof RegExp; - Set: SetConstructor; - String: typeof String; - Symbol: Function; - SyntaxError: typeof SyntaxError; - TypeError: typeof TypeError; - URIError: typeof URIError; - Uint16Array: typeof Uint16Array; - Uint32Array: typeof Uint32Array; - Uint8Array: typeof Uint8Array; - Uint8ClampedArray: Function; - WeakMap: WeakMapConstructor; - WeakSet: WeakSetConstructor; - clearImmediate: (immediateId: any) => void; - clearInterval: (intervalId: NodeJS.Timer) => void; - clearTimeout: (timeoutId: NodeJS.Timer) => void; - console: typeof console; - decodeURI: typeof decodeURI; - decodeURIComponent: typeof decodeURIComponent; - encodeURI: typeof encodeURI; - encodeURIComponent: typeof encodeURIComponent; - escape: (str: string) => string; - eval: typeof eval; - global: Global; - isFinite: typeof isFinite; - isNaN: typeof isNaN; - parseFloat: typeof parseFloat; - parseInt: typeof parseInt; - process: Process; - root: Global; - setImmediate: (callback: (...args: any[]) => void, ...args: any[]) => any; - setInterval: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => NodeJS.Timer; - setTimeout: (callback: (...args: any[]) => void, ms: number, ...args: any[]) => NodeJS.Timer; - undefined: typeof undefined; - unescape: (str: string) => string; - gc: () => void; - v8debug?: any; - } - - export interface Timer { - ref() : void; - unref() : void; - } -} - -/** - * @deprecated - */ -interface NodeBuffer { - [index: number]: number; - write(string: string, offset?: number, length?: number, encoding?: string): number; - toString(encoding?: string, start?: number, end?: number): string; - toJSON(): any; - length: number; - equals(otherBuffer: Buffer): boolean; - compare(otherBuffer: Buffer): number; - copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; - slice(start?: number, end?: number): Buffer; - writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; - readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; - readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; - readUInt8(offset: number, noAssert?: boolean): number; - readUInt16LE(offset: number, noAssert?: boolean): number; - readUInt16BE(offset: number, noAssert?: boolean): number; - readUInt32LE(offset: number, noAssert?: boolean): number; - readUInt32BE(offset: number, noAssert?: boolean): number; - readInt8(offset: number, noAssert?: boolean): number; - readInt16LE(offset: number, noAssert?: boolean): number; - readInt16BE(offset: number, noAssert?: boolean): number; - readInt32LE(offset: number, noAssert?: boolean): number; - readInt32BE(offset: number, noAssert?: boolean): number; - readFloatLE(offset: number, noAssert?: boolean): number; - readFloatBE(offset: number, noAssert?: boolean): number; - readDoubleLE(offset: number, noAssert?: boolean): number; - readDoubleBE(offset: number, noAssert?: boolean): number; - writeUInt8(value: number, offset: number, noAssert?: boolean): number; - writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeInt8(value: number, offset: number, noAssert?: boolean): number; - writeInt16LE(value: number, offset: number, noAssert?: boolean): number; - writeInt16BE(value: number, offset: number, noAssert?: boolean): number; - writeInt32LE(value: number, offset: number, noAssert?: boolean): number; - writeInt32BE(value: number, offset: number, noAssert?: boolean): number; - writeFloatLE(value: number, offset: number, noAssert?: boolean): number; - writeFloatBE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; - writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; - fill(value: any, offset?: number, end?: number): Buffer; - indexOf(value: string | number | Buffer, byteOffset?: number): number; -} - -/************************************************ -* * -* MODULES * -* * -************************************************/ -declare module "buffer" { - export var INSPECT_MAX_BYTES: number; - var BuffType: typeof Buffer; - var SlowBuffType: typeof SlowBuffer; - export { BuffType as Buffer, SlowBuffType as SlowBuffer }; -} - -declare module "querystring" { - export interface StringifyOptions { - encodeURIComponent?: Function; - } - - export interface ParseOptions { - maxKeys?: number; - decodeURIComponent?: Function; - } - - export function stringify<T>(obj: T, sep?: string, eq?: string, options?: StringifyOptions): string; - export function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): any; - export function parse<T extends {}>(str: string, sep?: string, eq?: string, options?: ParseOptions): T; - export function escape(str: string): string; - export function unescape(str: string): string; -} - -declare module "events" { - export class EventEmitter implements NodeJS.EventEmitter { - static EventEmitter: EventEmitter; - static listenerCount(emitter: EventEmitter, event: string): number; // deprecated - static defaultMaxListeners: number; - - addListener(event: string, listener: Function): this; - on(event: string, listener: Function): this; - once(event: string, listener: Function): this; - removeListener(event: string, listener: Function): this; - removeAllListeners(event?: string): this; - setMaxListeners(n: number): this; - getMaxListeners(): number; - listeners(event: string): Function[]; - emit(event: string, ...args: any[]): boolean; - listenerCount(type: string): number; - } -} - -declare module "http" { - import * as events from "events"; - import * as net from "net"; - import * as stream from "stream"; - - export interface RequestOptions { - protocol?: string; - host?: string; - hostname?: string; - family?: number; - port?: number; - localAddress?: string; - socketPath?: string; - method?: string; - path?: string; - headers?: { [key: string]: any }; - auth?: string; - agent?: Agent|boolean; - } - - export interface Server extends events.EventEmitter, net.Server { - setTimeout(msecs: number, callback: Function): void; - maxHeadersCount: number; - timeout: number; - } - /** - * @deprecated Use IncomingMessage - */ - export interface ServerRequest extends IncomingMessage { - connection: net.Socket; - } - export interface ServerResponse extends events.EventEmitter, stream.Writable { - // Extended base methods - write(buffer: Buffer): boolean; - write(buffer: Buffer, cb?: Function): boolean; - write(str: string, cb?: Function): boolean; - write(str: string, encoding?: string, cb?: Function): boolean; - write(str: string, encoding?: string, fd?: string): boolean; - - writeContinue(): void; - writeHead(statusCode: number, reasonPhrase?: string, headers?: any): void; - writeHead(statusCode: number, headers?: any): void; - statusCode: number; - statusMessage: string; - headersSent: boolean; - setHeader(name: string, value: string | string[]): void; - sendDate: boolean; - getHeader(name: string): string; - removeHeader(name: string): void; - write(chunk: any, encoding?: string): any; - addTrailers(headers: any): void; - - // Extended base methods - end(): void; - end(buffer: Buffer, cb?: Function): void; - end(str: string, cb?: Function): void; - end(str: string, encoding?: string, cb?: Function): void; - end(data?: any, encoding?: string): void; - } - export interface ClientRequest extends events.EventEmitter, stream.Writable { - // Extended base methods - write(buffer: Buffer): boolean; - write(buffer: Buffer, cb?: Function): boolean; - write(str: string, cb?: Function): boolean; - write(str: string, encoding?: string, cb?: Function): boolean; - write(str: string, encoding?: string, fd?: string): boolean; - - write(chunk: any, encoding?: string): void; - abort(): void; - setTimeout(timeout: number, callback?: Function): void; - setNoDelay(noDelay?: boolean): void; - setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; - - setHeader(name: string, value: string | string[]): void; - getHeader(name: string): string; - removeHeader(name: string): void; - addTrailers(headers: any): void; - - // Extended base methods - end(): void; - end(buffer: Buffer, cb?: Function): void; - end(str: string, cb?: Function): void; - end(str: string, encoding?: string, cb?: Function): void; - end(data?: any, encoding?: string): void; - } - export interface IncomingMessage extends events.EventEmitter, stream.Readable { - httpVersion: string; - headers: any; - rawHeaders: string[]; - trailers: any; - rawTrailers: any; - setTimeout(msecs: number, callback: Function): NodeJS.Timer; - /** - * Only valid for request obtained from http.Server. - */ - method?: string; - /** - * Only valid for request obtained from http.Server. - */ - url?: string; - /** - * Only valid for response obtained from http.ClientRequest. - */ - statusCode?: number; - /** - * Only valid for response obtained from http.ClientRequest. - */ - statusMessage?: string; - socket: net.Socket; - } - /** - * @deprecated Use IncomingMessage - */ - export interface ClientResponse extends IncomingMessage { } - - export interface AgentOptions { - /** - * Keep sockets around in a pool to be used by other requests in the future. Default = false - */ - keepAlive?: boolean; - /** - * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. - * Only relevant if keepAlive is set to true. - */ - keepAliveMsecs?: number; - /** - * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity - */ - maxSockets?: number; - /** - * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. - */ - maxFreeSockets?: number; - } - - export class Agent { - maxSockets: number; - sockets: any; - requests: any; - - constructor(opts?: AgentOptions); - - /** - * Destroy any sockets that are currently in use by the agent. - * It is usually not necessary to do this. However, if you are using an agent with KeepAlive enabled, - * then it is best to explicitly shut down the agent when you know that it will no longer be used. Otherwise, - * sockets may hang open for quite a long time before the server terminates them. - */ - destroy(): void; - } - - export var METHODS: string[]; - - export var STATUS_CODES: { - [errorCode: number]: string; - [errorCode: string]: string; - }; - export function createServer(requestListener?: (request: IncomingMessage, response: ServerResponse) =>void ): Server; - export function createClient(port?: number, host?: string): any; - export function request(options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; - export function get(options: any, callback?: (res: IncomingMessage) => void): ClientRequest; - export var globalAgent: Agent; -} - -declare module "cluster" { - import * as child from "child_process"; - import * as events from "events"; - - export interface ClusterSettings { - exec?: string; - args?: string[]; - silent?: boolean; - } - - export interface Address { - address: string; - port: number; - addressType: string; - } - - export class Worker extends events.EventEmitter { - id: string; - process: child.ChildProcess; - suicide: boolean; - send(message: any, sendHandle?: any): void; - kill(signal?: string): void; - destroy(signal?: string): void; - disconnect(): void; - } - - export var settings: ClusterSettings; - export var isMaster: boolean; - export var isWorker: boolean; - export function setupMaster(settings?: ClusterSettings): void; - export function fork(env?: any): Worker; - export function disconnect(callback?: Function): void; - export var worker: Worker; - export var workers: Worker[]; - - // Event emitter - export function addListener(event: string, listener: Function): void; - export function on(event: "disconnect", listener: (worker: Worker) => void): void; - export function on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): void; - export function on(event: "fork", listener: (worker: Worker) => void): void; - export function on(event: "listening", listener: (worker: Worker, address: any) => void): void; - export function on(event: "message", listener: (worker: Worker, message: any) => void): void; - export function on(event: "online", listener: (worker: Worker) => void): void; - export function on(event: "setup", listener: (settings: any) => void): void; - export function on(event: string, listener: Function): any; - export function once(event: string, listener: Function): void; - export function removeListener(event: string, listener: Function): void; - export function removeAllListeners(event?: string): void; - export function setMaxListeners(n: number): void; - export function listeners(event: string): Function[]; - export function emit(event: string, ...args: any[]): boolean; -} - -declare module "zlib" { - import * as stream from "stream"; - export interface ZlibOptions { chunkSize?: number; windowBits?: number; level?: number; memLevel?: number; strategy?: number; dictionary?: any; } - - export interface Gzip extends stream.Transform { } - export interface Gunzip extends stream.Transform { } - export interface Deflate extends stream.Transform { } - export interface Inflate extends stream.Transform { } - export interface DeflateRaw extends stream.Transform { } - export interface InflateRaw extends stream.Transform { } - export interface Unzip extends stream.Transform { } - - export function createGzip(options?: ZlibOptions): Gzip; - export function createGunzip(options?: ZlibOptions): Gunzip; - export function createDeflate(options?: ZlibOptions): Deflate; - export function createInflate(options?: ZlibOptions): Inflate; - export function createDeflateRaw(options?: ZlibOptions): DeflateRaw; - export function createInflateRaw(options?: ZlibOptions): InflateRaw; - export function createUnzip(options?: ZlibOptions): Unzip; - - export function deflate(buf: Buffer, callback: (error: Error, result: any) =>void ): void; - export function deflateSync(buf: Buffer, options?: ZlibOptions): any; - export function deflateRaw(buf: Buffer, callback: (error: Error, result: any) =>void ): void; - export function deflateRawSync(buf: Buffer, options?: ZlibOptions): any; - export function gzip(buf: Buffer, callback: (error: Error, result: any) =>void ): void; - export function gzipSync(buf: Buffer, options?: ZlibOptions): any; - export function gunzip(buf: Buffer, callback: (error: Error, result: any) =>void ): void; - export function gunzipSync(buf: Buffer, options?: ZlibOptions): any; - export function inflate(buf: Buffer, callback: (error: Error, result: any) =>void ): void; - export function inflateSync(buf: Buffer, options?: ZlibOptions): any; - export function inflateRaw(buf: Buffer, callback: (error: Error, result: any) =>void ): void; - export function inflateRawSync(buf: Buffer, options?: ZlibOptions): any; - export function unzip(buf: Buffer, callback: (error: Error, result: any) =>void ): void; - export function unzipSync(buf: Buffer, options?: ZlibOptions): any; - - // Constants - export var Z_NO_FLUSH: number; - export var Z_PARTIAL_FLUSH: number; - export var Z_SYNC_FLUSH: number; - export var Z_FULL_FLUSH: number; - export var Z_FINISH: number; - export var Z_BLOCK: number; - export var Z_TREES: number; - export var Z_OK: number; - export var Z_STREAM_END: number; - export var Z_NEED_DICT: number; - export var Z_ERRNO: number; - export var Z_STREAM_ERROR: number; - export var Z_DATA_ERROR: number; - export var Z_MEM_ERROR: number; - export var Z_BUF_ERROR: number; - export var Z_VERSION_ERROR: number; - export var Z_NO_COMPRESSION: number; - export var Z_BEST_SPEED: number; - export var Z_BEST_COMPRESSION: number; - export var Z_DEFAULT_COMPRESSION: number; - export var Z_FILTERED: number; - export var Z_HUFFMAN_ONLY: number; - export var Z_RLE: number; - export var Z_FIXED: number; - export var Z_DEFAULT_STRATEGY: number; - export var Z_BINARY: number; - export var Z_TEXT: number; - export var Z_ASCII: number; - export var Z_UNKNOWN: number; - export var Z_DEFLATED: number; - export var Z_NULL: number; -} - -declare module "os" { - export interface CpuInfo { - model: string; - speed: number; - times: { - user: number; - nice: number; - sys: number; - idle: number; - irq: number; - }; - } - - export interface NetworkInterfaceInfo { - address: string; - netmask: string; - family: string; - mac: string; - internal: boolean; - } - - export function tmpdir(): string; - export function homedir(): string; - export function endianness(): string; - export function hostname(): string; - export function type(): string; - export function platform(): string; - export function arch(): string; - export function release(): string; - export function uptime(): number; - export function loadavg(): number[]; - export function totalmem(): number; - export function freemem(): number; - export function cpus(): CpuInfo[]; - export function networkInterfaces(): {[index: string]: NetworkInterfaceInfo[]}; - export var EOL: string; -} - -declare module "https" { - import * as tls from "tls"; - import * as events from "events"; - import * as http from "http"; - - export interface ServerOptions { - pfx?: any; - key?: any; - passphrase?: string; - cert?: any; - ca?: any; - crl?: any; - ciphers?: string; - honorCipherOrder?: boolean; - requestCert?: boolean; - rejectUnauthorized?: boolean; - NPNProtocols?: any; - SNICallback?: (servername: string) => any; - } - - export interface RequestOptions extends http.RequestOptions{ - pfx?: any; - key?: any; - passphrase?: string; - cert?: any; - ca?: any; - ciphers?: string; - rejectUnauthorized?: boolean; - secureProtocol?: string; - } - - export interface Agent { - maxSockets: number; - sockets: any; - requests: any; - } - export var Agent: { - new (options?: RequestOptions): Agent; - }; - export interface Server extends tls.Server { } - export function createServer(options: ServerOptions, requestListener?: Function): Server; - export function request(options: RequestOptions, callback?: (res: http.IncomingMessage) =>void ): http.ClientRequest; - export function get(options: RequestOptions, callback?: (res: http.IncomingMessage) =>void ): http.ClientRequest; - export var globalAgent: Agent; -} - -declare module "punycode" { - export function decode(string: string): string; - export function encode(string: string): string; - export function toUnicode(domain: string): string; - export function toASCII(domain: string): string; - export var ucs2: ucs2; - interface ucs2 { - decode(string: string): number[]; - encode(codePoints: number[]): string; - } - export var version: any; -} - -declare module "repl" { - import * as stream from "stream"; - import * as events from "events"; - - export interface ReplOptions { - prompt?: string; - input?: NodeJS.ReadableStream; - output?: NodeJS.WritableStream; - terminal?: boolean; - eval?: Function; - useColors?: boolean; - useGlobal?: boolean; - ignoreUndefined?: boolean; - writer?: Function; - } - export function start(options: ReplOptions): events.EventEmitter; -} - -declare module "readline" { - import * as events from "events"; - import * as stream from "stream"; - - export interface Key { - sequence?: string; - name?: string; - ctrl?: boolean; - meta?: boolean; - shift?: boolean; - } - - export interface ReadLine extends events.EventEmitter { - setPrompt(prompt: string): void; - prompt(preserveCursor?: boolean): void; - question(query: string, callback: (answer: string) => void): void; - pause(): ReadLine; - resume(): ReadLine; - close(): void; - write(data: string|Buffer, key?: Key): void; - } - - export interface Completer { - (line: string): CompleterResult; - (line: string, callback: (err: any, result: CompleterResult) => void): any; - } - - export interface CompleterResult { - completions: string[]; - line: string; - } - - export interface ReadLineOptions { - input: NodeJS.ReadableStream; - output?: NodeJS.WritableStream; - completer?: Completer; - terminal?: boolean; - historySize?: number; - } - - export function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer, terminal?: boolean): ReadLine; - export function createInterface(options: ReadLineOptions): ReadLine; - - export function cursorTo(stream: NodeJS.WritableStream, x: number, y: number): void; - export function moveCursor(stream: NodeJS.WritableStream, dx: number|string, dy: number|string): void; - export function clearLine(stream: NodeJS.WritableStream, dir: number): void; - export function clearScreenDown(stream: NodeJS.WritableStream): void; -} - -declare module "vm" { - export interface Context { } - export interface Script { - runInThisContext(): void; - runInNewContext(sandbox?: Context): void; - } - export function runInThisContext(code: string, filename?: string): void; - export function runInNewContext(code: string, sandbox?: Context, filename?: string): void; - export function runInContext(code: string, context: Context, filename?: string): void; - export function createContext(initSandbox?: Context): Context; - export function createScript(code: string, filename?: string): Script; -} - -declare module "child_process" { - import * as events from "events"; - import * as stream from "stream"; - - export interface ChildProcess extends events.EventEmitter { - stdin: stream.Writable; - stdout: stream.Readable; - stderr: stream.Readable; - stdio: [stream.Writable, stream.Readable, stream.Readable]; - pid: number; - connected: boolean; - kill(signal?: string): void; - send(message: any, sendHandle?: any): void; - disconnect(): void; - unref(): void; - } - - export interface SpawnOptions { - cwd?: string; - env?: any; - stdio?: any; - detached?: boolean; - uid?: number; - gid?: number; - shell?: boolean | string; - } - export function spawn(command: string, args?: string[], options?: SpawnOptions): ChildProcess; - - export interface ExecOptions { - cwd?: string; - env?: any; - shell?: string; - timeout?: number; - maxBuffer?: number; - killSignal?: string; - uid?: number; - gid?: number; - } - export interface ExecOptionsWithStringEncoding extends ExecOptions { - encoding: BufferEncoding; - } - export interface ExecOptionsWithBufferEncoding extends ExecOptions { - encoding: string; // specify `null`. - } - export function exec(command: string, callback?: (error: Error, stdout: Buffer, stderr: Buffer) =>void ): ChildProcess; - export function exec(command: string, options: ExecOptions, callback?: (error: Error, stdout: Buffer, stderr: Buffer) =>void ): ChildProcess; - - export interface ExecFileOptions { - cwd?: string; - env?: any; - timeout?: number; - maxBuffer?: number; - killSignal?: string; - uid?: number; - gid?: number; - } - export interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { - encoding: BufferEncoding; - } - export interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { - encoding: string; // specify `null`. - } - export function execFile(file: string, callback?: (error: Error, stdout: string, stderr: string) =>void ): ChildProcess; - export function execFile(file: string, options?: ExecFileOptionsWithStringEncoding, callback?: (error: Error, stdout: string, stderr: string) =>void ): ChildProcess; - // usage. child_process.execFile("file.sh", {encoding: null as string}, (err, stdout, stderr) => {}); - export function execFile(file: string, options?: ExecFileOptionsWithBufferEncoding, callback?: (error: Error, stdout: Buffer, stderr: Buffer) =>void ): ChildProcess; - export function execFile(file: string, options?: ExecFileOptions, callback?: (error: Error, stdout: string, stderr: string) =>void ): ChildProcess; - export function execFile(file: string, args?: string[], callback?: (error: Error, stdout: string, stderr: string) =>void ): ChildProcess; - export function execFile(file: string, args?: string[], options?: ExecFileOptionsWithStringEncoding, callback?: (error: Error, stdout: string, stderr: string) =>void ): ChildProcess; - // usage. child_process.execFile("file.sh", ["foo"], {encoding: null as string}, (err, stdout, stderr) => {}); - export function execFile(file: string, args?: string[], options?: ExecFileOptionsWithBufferEncoding, callback?: (error: Error, stdout: Buffer, stderr: Buffer) =>void ): ChildProcess; - export function execFile(file: string, args?: string[], options?: ExecFileOptions, callback?: (error: Error, stdout: string, stderr: string) =>void ): ChildProcess; - - export interface ForkOptions { - cwd?: string; - env?: any; - execPath?: string; - execArgv?: string[]; - silent?: boolean; - uid?: number; - gid?: number; - } - export function fork(modulePath: string, args?: string[], options?: ForkOptions): ChildProcess; - - export interface SpawnSyncOptions { - cwd?: string; - input?: string | Buffer; - stdio?: any; - env?: any; - uid?: number; - gid?: number; - timeout?: number; - killSignal?: string; - maxBuffer?: number; - encoding?: string; - shell?: boolean | string; - } - export interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { - encoding: BufferEncoding; - } - export interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { - encoding: string; // specify `null`. - } - export interface SpawnSyncReturns<T> { - pid: number; - output: string[]; - stdout: T; - stderr: T; - status: number; - signal: string; - error: Error; - } - export function spawnSync(command: string): SpawnSyncReturns<Buffer>; - export function spawnSync(command: string, options?: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>; - export function spawnSync(command: string, options?: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>; - export function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<Buffer>; - export function spawnSync(command: string, args?: string[], options?: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>; - export function spawnSync(command: string, args?: string[], options?: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>; - export function spawnSync(command: string, args?: string[], options?: SpawnSyncOptions): SpawnSyncReturns<Buffer>; - - export interface ExecSyncOptions { - cwd?: string; - input?: string | Buffer; - stdio?: any; - env?: any; - shell?: string; - uid?: number; - gid?: number; - timeout?: number; - killSignal?: string; - maxBuffer?: number; - encoding?: string; - } - export interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { - encoding: BufferEncoding; - } - export interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { - encoding: string; // specify `null`. - } - export function execSync(command: string): Buffer; - export function execSync(command: string, options?: ExecSyncOptionsWithStringEncoding): string; - export function execSync(command: string, options?: ExecSyncOptionsWithBufferEncoding): Buffer; - export function execSync(command: string, options?: ExecSyncOptions): Buffer; - - export interface ExecFileSyncOptions { - cwd?: string; - input?: string | Buffer; - stdio?: any; - env?: any; - uid?: number; - gid?: number; - timeout?: number; - killSignal?: string; - maxBuffer?: number; - encoding?: string; - } - export interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { - encoding: BufferEncoding; - } - export interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { - encoding: string; // specify `null`. - } - export function execFileSync(command: string): Buffer; - export function execFileSync(command: string, options?: ExecFileSyncOptionsWithStringEncoding): string; - export function execFileSync(command: string, options?: ExecFileSyncOptionsWithBufferEncoding): Buffer; - export function execFileSync(command: string, options?: ExecFileSyncOptions): Buffer; - export function execFileSync(command: string, args?: string[], options?: ExecFileSyncOptionsWithStringEncoding): string; - export function execFileSync(command: string, args?: string[], options?: ExecFileSyncOptionsWithBufferEncoding): Buffer; - export function execFileSync(command: string, args?: string[], options?: ExecFileSyncOptions): Buffer; -} - -declare module "url" { - export interface Url { - href?: string; - protocol?: string; - auth?: string; - hostname?: string; - port?: string; - host?: string; - pathname?: string; - search?: string; - query?: any; // string | Object - slashes?: boolean; - hash?: string; - path?: string; - } - - export function parse(urlStr: string, parseQueryString?: boolean , slashesDenoteHost?: boolean ): Url; - export function format(url: Url): string; - export function resolve(from: string, to: string): string; -} - -declare module "dns" { - export function lookup(domain: string, family: number, callback: (err: Error, address: string, family: number) =>void ): string; - export function lookup(domain: string, callback: (err: Error, address: string, family: number) =>void ): string; - export function resolve(domain: string, rrtype: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolve(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolve4(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolve6(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolveMx(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolveTxt(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolveSrv(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolveNs(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function resolveCname(domain: string, callback: (err: Error, addresses: string[]) =>void ): string[]; - export function reverse(ip: string, callback: (err: Error, domains: string[]) =>void ): string[]; -} - -declare module "net" { - import * as stream from "stream"; - - export interface Socket extends stream.Duplex { - // Extended base methods - write(buffer: Buffer): boolean; - write(buffer: Buffer, cb?: Function): boolean; - write(str: string, cb?: Function): boolean; - write(str: string, encoding?: string, cb?: Function): boolean; - write(str: string, encoding?: string, fd?: string): boolean; - - connect(port: number, host?: string, connectionListener?: Function): void; - connect(path: string, connectionListener?: Function): void; - bufferSize: number; - setEncoding(encoding?: string): void; - write(data: any, encoding?: string, callback?: Function): void; - destroy(): void; - pause(): void; - resume(): void; - setTimeout(timeout: number, callback?: Function): void; - setNoDelay(noDelay?: boolean): void; - setKeepAlive(enable?: boolean, initialDelay?: number): void; - address(): { port: number; family: string; address: string; }; - unref(): void; - ref(): void; - - remoteAddress: string; - remoteFamily: string; - remotePort: number; - localAddress: string; - localPort: number; - bytesRead: number; - bytesWritten: number; - - // Extended base methods - end(): void; - end(buffer: Buffer, cb?: Function): void; - end(str: string, cb?: Function): void; - end(str: string, encoding?: string, cb?: Function): void; - end(data?: any, encoding?: string): void; - } - - export var Socket: { - new (options?: { fd?: string; type?: string; allowHalfOpen?: boolean; }): Socket; - }; - - export interface ListenOptions { - port?: number; - host?: string; - backlog?: number; - path?: string; - exclusive?: boolean; - } - - export interface Server extends Socket { - listen(port: number, hostname?: string, backlog?: number, listeningListener?: Function): Server; - listen(port: number, hostname?: string, listeningListener?: Function): Server; - listen(port: number, backlog?: number, listeningListener?: Function): Server; - listen(port: number, listeningListener?: Function): Server; - listen(path: string, backlog?: number, listeningListener?: Function): Server; - listen(path: string, listeningListener?: Function): Server; - listen(handle: any, backlog?: number, listeningListener?: Function): Server; - listen(handle: any, listeningListener?: Function): Server; - listen(options: ListenOptions, listeningListener?: Function): Server; - close(callback?: Function): Server; - address(): { port: number; family: string; address: string; }; - getConnections(cb: (error: Error, count: number) => void): void; - ref(): Server; - unref(): Server; - maxConnections: number; - connections: number; - } - export function createServer(connectionListener?: (socket: Socket) =>void ): Server; - export function createServer(options?: { allowHalfOpen?: boolean; }, connectionListener?: (socket: Socket) =>void ): Server; - export function connect(options: { port: number, host?: string, localAddress? : string, localPort? : string, family? : number, allowHalfOpen?: boolean; }, connectionListener?: Function): Socket; - export function connect(port: number, host?: string, connectionListener?: Function): Socket; - export function connect(path: string, connectionListener?: Function): Socket; - export function createConnection(options: { port: number, host?: string, localAddress? : string, localPort? : string, family? : number, allowHalfOpen?: boolean; }, connectionListener?: Function): Socket; - export function createConnection(port: number, host?: string, connectionListener?: Function): Socket; - export function createConnection(path: string, connectionListener?: Function): Socket; - export function isIP(input: string): number; - export function isIPv4(input: string): boolean; - export function isIPv6(input: string): boolean; -} - -declare module "dgram" { - import * as events from "events"; - - interface RemoteInfo { - address: string; - port: number; - size: number; - } - - interface AddressInfo { - address: string; - family: string; - port: number; - } - - export function createSocket(type: string, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; - - interface Socket extends events.EventEmitter { - send(buf: Buffer, offset: number, length: number, port: number, address: string, callback?: (error: Error, bytes: number) => void): void; - bind(port: number, address?: string, callback?: () => void): void; - close(): void; - address(): AddressInfo; - setBroadcast(flag: boolean): void; - setMulticastTTL(ttl: number): void; - setMulticastLoopback(flag: boolean): void; - addMembership(multicastAddress: string, multicastInterface?: string): void; - dropMembership(multicastAddress: string, multicastInterface?: string): void; - } -} - -declare module "fs" { - import * as stream from "stream"; - import * as events from "events"; - - interface Stats { - isFile(): boolean; - isDirectory(): boolean; - isBlockDevice(): boolean; - isCharacterDevice(): boolean; - isSymbolicLink(): boolean; - isFIFO(): boolean; - isSocket(): boolean; - dev: number; - ino: number; - mode: number; - nlink: number; - uid: number; - gid: number; - rdev: number; - size: number; - blksize: number; - blocks: number; - atime: Date; - mtime: Date; - ctime: Date; - birthtime: Date; - } - - interface FSWatcher extends events.EventEmitter { - close(): void; - } - - export interface ReadStream extends stream.Readable { - close(): void; - } - export interface WriteStream extends stream.Writable { - close(): void; - bytesWritten: number; - } - - /** - * Asynchronous rename. - * @param oldPath - * @param newPath - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function rename(oldPath: string, newPath: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - /** - * Synchronous rename - * @param oldPath - * @param newPath - */ - export function renameSync(oldPath: string, newPath: string): void; - export function truncate(path: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function truncate(path: string, len: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function truncateSync(path: string, len?: number): void; - export function ftruncate(fd: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function ftruncate(fd: number, len: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function ftruncateSync(fd: number, len?: number): void; - export function chown(path: string, uid: number, gid: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function chownSync(path: string, uid: number, gid: number): void; - export function fchown(fd: number, uid: number, gid: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function fchownSync(fd: number, uid: number, gid: number): void; - export function lchown(path: string, uid: number, gid: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function lchownSync(path: string, uid: number, gid: number): void; - export function chmod(path: string, mode: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function chmod(path: string, mode: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function chmodSync(path: string, mode: number): void; - export function chmodSync(path: string, mode: string): void; - export function fchmod(fd: number, mode: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function fchmod(fd: number, mode: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function fchmodSync(fd: number, mode: number): void; - export function fchmodSync(fd: number, mode: string): void; - export function lchmod(path: string, mode: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function lchmod(path: string, mode: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function lchmodSync(path: string, mode: number): void; - export function lchmodSync(path: string, mode: string): void; - export function stat(path: string, callback?: (err: NodeJS.ErrnoException, stats: Stats) => any): void; - export function lstat(path: string, callback?: (err: NodeJS.ErrnoException, stats: Stats) => any): void; - export function fstat(fd: number, callback?: (err: NodeJS.ErrnoException, stats: Stats) => any): void; - export function statSync(path: string): Stats; - export function lstatSync(path: string): Stats; - export function fstatSync(fd: number): Stats; - export function link(srcpath: string, dstpath: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function linkSync(srcpath: string, dstpath: string): void; - export function symlink(srcpath: string, dstpath: string, type?: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function symlinkSync(srcpath: string, dstpath: string, type?: string): void; - export function readlink(path: string, callback?: (err: NodeJS.ErrnoException, linkString: string) => any): void; - export function readlinkSync(path: string): string; - export function realpath(path: string, callback?: (err: NodeJS.ErrnoException, resolvedPath: string) => any): void; - export function realpath(path: string, cache: {[path: string]: string}, callback: (err: NodeJS.ErrnoException, resolvedPath: string) =>any): void; - export function realpathSync(path: string, cache?: { [path: string]: string }): string; - /* - * Asynchronous unlink - deletes the file specified in {path} - * - * @param path - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function unlink(path: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - /* - * Synchronous unlink - deletes the file specified in {path} - * - * @param path - */ - export function unlinkSync(path: string): void; - /* - * Asynchronous rmdir - removes the directory specified in {path} - * - * @param path - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function rmdir(path: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - /* - * Synchronous rmdir - removes the directory specified in {path} - * - * @param path - */ - export function rmdirSync(path: string): void; - /* - * Asynchronous mkdir - creates the directory specified in {path}. Parameter {mode} defaults to 0777. - * - * @param path - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function mkdir(path: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - /* - * Asynchronous mkdir - creates the directory specified in {path}. Parameter {mode} defaults to 0777. - * - * @param path - * @param mode - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function mkdir(path: string, mode: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - /* - * Asynchronous mkdir - creates the directory specified in {path}. Parameter {mode} defaults to 0777. - * - * @param path - * @param mode - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function mkdir(path: string, mode: string, callback?: (err?: NodeJS.ErrnoException) => void): void; - /* - * Synchronous mkdir - creates the directory specified in {path}. Parameter {mode} defaults to 0777. - * - * @param path - * @param mode - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function mkdirSync(path: string, mode?: number): void; - /* - * Synchronous mkdir - creates the directory specified in {path}. Parameter {mode} defaults to 0777. - * - * @param path - * @param mode - * @param callback No arguments other than a possible exception are given to the completion callback. - */ - export function mkdirSync(path: string, mode?: string): void; - export function readdir(path: string, callback?: (err: NodeJS.ErrnoException, files: string[]) => void): void; - export function readdirSync(path: string): string[]; - export function close(fd: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function closeSync(fd: number): void; - export function open(path: string, flags: string, callback?: (err: NodeJS.ErrnoException, fd: number) => any): void; - export function open(path: string, flags: string, mode: number, callback?: (err: NodeJS.ErrnoException, fd: number) => any): void; - export function open(path: string, flags: string, mode: string, callback?: (err: NodeJS.ErrnoException, fd: number) => any): void; - export function openSync(path: string, flags: string, mode?: number): number; - export function openSync(path: string, flags: string, mode?: string): number; - export function utimes(path: string, atime: number, mtime: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function utimes(path: string, atime: Date, mtime: Date, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function utimesSync(path: string, atime: number, mtime: number): void; - export function utimesSync(path: string, atime: Date, mtime: Date): void; - export function futimes(fd: number, atime: number, mtime: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function futimes(fd: number, atime: Date, mtime: Date, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function futimesSync(fd: number, atime: number, mtime: number): void; - export function futimesSync(fd: number, atime: Date, mtime: Date): void; - export function fsync(fd: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function fsyncSync(fd: number): void; - export function fdatasync(fd: number, callback?: (err?: NodeJS.ErrnoException) => void): void; - export function fdatasyncSync(fd: number): void; - export function write(fd: number, buffer: Buffer, offset: number, length: number, position: number, callback?: (err: NodeJS.ErrnoException, written: number, buffer: Buffer) => void): void; - export function write(fd: number, buffer: Buffer, offset: number, length: number, callback?: (err: NodeJS.ErrnoException, written: number, buffer: Buffer) => void): void; - export function write(fd: number, data: any, callback?: (err: NodeJS.ErrnoException, written: number, str: string) => void): void; - export function write(fd: number, data: any, offset: number, callback?: (err: NodeJS.ErrnoException, written: number, str: string) => void): void; - export function write(fd: number, data: any, offset: number, encoding: string, callback?: (err: NodeJS.ErrnoException, written: number, str: string) => void): void; - export function writeSync(fd: number, buffer: Buffer, offset: number, length: number, position?: number): number; - export function writeSync(fd: number, data: any, position?: number, enconding?: string): number; - export function read(fd: number, buffer: Buffer, offset: number, length: number, position: number, callback?: (err: NodeJS.ErrnoException, bytesRead: number, buffer: Buffer) => void): void; - export function readSync(fd: number, buffer: Buffer, offset: number, length: number, position: number): number; - /* - * Asynchronous readFile - Asynchronously reads the entire contents of a file. - * - * @param fileName - * @param encoding - * @param callback - The callback is passed two arguments (err, data), where data is the contents of the file. - */ - export function readFile(filename: string, encoding: string, callback: (err: NodeJS.ErrnoException, data: string) => void): void; - /* - * Asynchronous readFile - Asynchronously reads the entire contents of a file. - * - * @param fileName - * @param options An object with optional {encoding} and {flag} properties. If {encoding} is specified, readFile returns a string; otherwise it returns a Buffer. - * @param callback - The callback is passed two arguments (err, data), where data is the contents of the file. - */ - export function readFile(filename: string, options: { encoding: string; flag?: string; }, callback: (err: NodeJS.ErrnoException, data: string) => void): void; - /* - * Asynchronous readFile - Asynchronously reads the entire contents of a file. - * - * @param fileName - * @param options An object with optional {encoding} and {flag} properties. If {encoding} is specified, readFile returns a string; otherwise it returns a Buffer. - * @param callback - The callback is passed two arguments (err, data), where data is the contents of the file. - */ - export function readFile(filename: string, options: { flag?: string; }, callback: (err: NodeJS.ErrnoException, data: Buffer) => void): void; - /* - * Asynchronous readFile - Asynchronously reads the entire contents of a file. - * - * @param fileName - * @param callback - The callback is passed two arguments (err, data), where data is the contents of the file. - */ - export function readFile(filename: string, callback: (err: NodeJS.ErrnoException, data: Buffer) => void): void; - /* - * Synchronous readFile - Synchronously reads the entire contents of a file. - * - * @param fileName - * @param encoding - */ - export function readFileSync(filename: string, encoding: string): string; - /* - * Synchronous readFile - Synchronously reads the entire contents of a file. - * - * @param fileName - * @param options An object with optional {encoding} and {flag} properties. If {encoding} is specified, readFileSync returns a string; otherwise it returns a Buffer. - */ - export function readFileSync(filename: string, options: { encoding: string; flag?: string; }): string; - /* - * Synchronous readFile - Synchronously reads the entire contents of a file. - * - * @param fileName - * @param options An object with optional {encoding} and {flag} properties. If {encoding} is specified, readFileSync returns a string; otherwise it returns a Buffer. - */ - export function readFileSync(filename: string, options?: { flag?: string; }): Buffer; - export function writeFile(filename: string|number, data: any, callback?: (err: NodeJS.ErrnoException) => void): void; - export function writeFile(filename: string|number, data: any, options: { encoding?: string; mode?: number; flag?: string; }, callback?: (err: NodeJS.ErrnoException) => void): void; - export function writeFile(filename: string|number, data: any, options: { encoding?: string; mode?: string; flag?: string; }, callback?: (err: NodeJS.ErrnoException) => void): void; - export function writeFileSync(filename: string, data: any, options?: { encoding?: string; mode?: number; flag?: string; }): void; - export function writeFileSync(filename: string, data: any, options?: { encoding?: string; mode?: string; flag?: string; }): void; - export function appendFile(filename: string, data: any, options: { encoding?: string; mode?: number; flag?: string; }, callback?: (err: NodeJS.ErrnoException) => void): void; - export function appendFile(filename: string, data: any, options: { encoding?: string; mode?: string; flag?: string; }, callback?: (err: NodeJS.ErrnoException) => void): void; - export function appendFile(filename: string, data: any, callback?: (err: NodeJS.ErrnoException) => void): void; - export function appendFileSync(filename: string, data: any, options?: { encoding?: string; mode?: number; flag?: string; }): void; - export function appendFileSync(filename: string, data: any, options?: { encoding?: string; mode?: string; flag?: string; }): void; - export function watchFile(filename: string, listener: (curr: Stats, prev: Stats) => void): void; - export function watchFile(filename: string, options: { persistent?: boolean; interval?: number; }, listener: (curr: Stats, prev: Stats) => void): void; - export function unwatchFile(filename: string, listener?: (curr: Stats, prev: Stats) => void): void; - export function watch(filename: string, listener?: (event: string, filename: string) => any): FSWatcher; - export function watch(filename: string, options: { persistent?: boolean; }, listener?: (event: string, filename: string) => any): FSWatcher; - export function exists(path: string, callback?: (exists: boolean) => void): void; - export function existsSync(path: string): boolean; - /** Constant for fs.access(). File is visible to the calling process. */ - export var F_OK: number; - /** Constant for fs.access(). File can be read by the calling process. */ - export var R_OK: number; - /** Constant for fs.access(). File can be written by the calling process. */ - export var W_OK: number; - /** Constant for fs.access(). File can be executed by the calling process. */ - export var X_OK: number; - /** Tests a user's permissions for the file specified by path. */ - export function access(path: string, callback: (err: NodeJS.ErrnoException) => void): void; - export function access(path: string, mode: number, callback: (err: NodeJS.ErrnoException) => void): void; - /** Synchronous version of fs.access. This throws if any accessibility checks fail, and does nothing otherwise. */ - export function accessSync(path: string, mode ?: number): void; - export function createReadStream(path: string, options?: { - flags?: string; - encoding?: string; - fd?: number; - mode?: number; - autoClose?: boolean; - }): ReadStream; - export function createWriteStream(path: string, options?: { - flags?: string; - encoding?: string; - fd?: number; - mode?: number; - }): WriteStream; -} - -declare module "path" { - - /** - * A parsed path object generated by path.parse() or consumed by path.format(). - */ - export interface ParsedPath { - /** - * The root of the path such as '/' or 'c:\' - */ - root: string; - /** - * The full directory path such as '/home/user/dir' or 'c:\path\dir' - */ - dir: string; - /** - * The file name including extension (if any) such as 'index.html' - */ - base: string; - /** - * The file extension (if any) such as '.html' - */ - ext: string; - /** - * The file name without extension (if any) such as 'index' - */ - name: string; - } - - /** - * Normalize a string path, reducing '..' and '.' parts. - * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. - * - * @param p string path to normalize. - */ - export function normalize(p: string): string; - /** - * Join all arguments together and normalize the resulting path. - * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. - * - * @param paths string paths to join. - */ - export function join(...paths: any[]): string; - /** - * Join all arguments together and normalize the resulting path. - * Arguments must be strings. In v0.8, non-string arguments were silently ignored. In v0.10 and up, an exception is thrown. - * - * @param paths string paths to join. - */ - export function join(...paths: string[]): string; - /** - * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. - * - * Starting from leftmost {from} paramter, resolves {to} to an absolute path. - * - * If {to} isn't already absolute, {from} arguments are prepended in right to left order, until an absolute path is found. If after using all {from} paths still no absolute path is found, the current working directory is used as well. The resulting path is normalized, and trailing slashes are removed unless the path gets resolved to the root directory. - * - * @param pathSegments string paths to join. Non-string arguments are ignored. - */ - export function resolve(...pathSegments: any[]): string; - /** - * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. - * - * @param path path to test. - */ - export function isAbsolute(path: string): boolean; - /** - * Solve the relative path from {from} to {to}. - * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. - * - * @param from - * @param to - */ - export function relative(from: string, to: string): string; - /** - * Return the directory name of a path. Similar to the Unix dirname command. - * - * @param p the path to evaluate. - */ - export function dirname(p: string): string; - /** - * Return the last portion of a path. Similar to the Unix basename command. - * Often used to extract the file name from a fully qualified path. - * - * @param p the path to evaluate. - * @param ext optionally, an extension to remove from the result. - */ - export function basename(p: string, ext?: string): string; - /** - * Return the extension of the path, from the last '.' to end of string in the last portion of the path. - * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string - * - * @param p the path to evaluate. - */ - export function extname(p: string): string; - /** - * The platform-specific file separator. '\\' or '/'. - */ - export var sep: string; - /** - * The platform-specific file delimiter. ';' or ':'. - */ - export var delimiter: string; - /** - * Returns an object from a path string - the opposite of format(). - * - * @param pathString path to evaluate. - */ - export function parse(pathString: string): ParsedPath; - /** - * Returns a path string from an object - the opposite of parse(). - * - * @param pathString path to evaluate. - */ - export function format(pathObject: ParsedPath): string; - - export module posix { - export function normalize(p: string): string; - export function join(...paths: any[]): string; - export function resolve(...pathSegments: any[]): string; - export function isAbsolute(p: string): boolean; - export function relative(from: string, to: string): string; - export function dirname(p: string): string; - export function basename(p: string, ext?: string): string; - export function extname(p: string): string; - export var sep: string; - export var delimiter: string; - export function parse(p: string): ParsedPath; - export function format(pP: ParsedPath): string; - } - - export module win32 { - export function normalize(p: string): string; - export function join(...paths: any[]): string; - export function resolve(...pathSegments: any[]): string; - export function isAbsolute(p: string): boolean; - export function relative(from: string, to: string): string; - export function dirname(p: string): string; - export function basename(p: string, ext?: string): string; - export function extname(p: string): string; - export var sep: string; - export var delimiter: string; - export function parse(p: string): ParsedPath; - export function format(pP: ParsedPath): string; - } -} - -declare module "string_decoder" { - export interface NodeStringDecoder { - write(buffer: Buffer): string; - detectIncompleteChar(buffer: Buffer): number; - } - export var StringDecoder: { - new (encoding: string): NodeStringDecoder; - }; -} - -declare module "tls" { - import * as crypto from "crypto"; - import * as net from "net"; - import * as stream from "stream"; - - var CLIENT_RENEG_LIMIT: number; - var CLIENT_RENEG_WINDOW: number; - - export interface TlsOptions { - host?: string; - port?: number; - pfx?: any; //string or buffer - key?: any; //string or buffer - passphrase?: string; - cert?: any; - ca?: any; //string or buffer - crl?: any; //string or string array - ciphers?: string; - honorCipherOrder?: any; - requestCert?: boolean; - rejectUnauthorized?: boolean; - NPNProtocols?: any; //array or Buffer; - SNICallback?: (servername: string) => any; - } - - export interface ConnectionOptions { - host?: string; - port?: number; - socket?: net.Socket; - pfx?: any; //string | Buffer - key?: any; //string | Buffer - passphrase?: string; - cert?: any; //string | Buffer - ca?: any; //Array of string | Buffer - rejectUnauthorized?: boolean; - NPNProtocols?: any; //Array of string | Buffer - servername?: string; - } - - export interface Server extends net.Server { - close(): Server; - address(): { port: number; family: string; address: string; }; - addContext(hostName: string, credentials: { - key: string; - cert: string; - ca: string; - }): void; - maxConnections: number; - connections: number; - } - - export interface ClearTextStream extends stream.Duplex { - authorized: boolean; - authorizationError: Error; - getPeerCertificate(): any; - getCipher: { - name: string; - version: string; - }; - address: { - port: number; - family: string; - address: string; - }; - remoteAddress: string; - remotePort: number; - } - - export interface SecurePair { - encrypted: any; - cleartext: any; - } - - export interface SecureContextOptions { - pfx?: any; //string | buffer - key?: any; //string | buffer - passphrase?: string; - cert?: any; // string | buffer - ca?: any; // string | buffer - crl?: any; // string | string[] - ciphers?: string; - honorCipherOrder?: boolean; - } - - export interface SecureContext { - context: any; - } - - export function createServer(options: TlsOptions, secureConnectionListener?: (cleartextStream: ClearTextStream) =>void ): Server; - export function connect(options: TlsOptions, secureConnectionListener?: () =>void ): ClearTextStream; - export function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () =>void ): ClearTextStream; - export function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () =>void ): ClearTextStream; - export function createSecurePair(credentials?: crypto.Credentials, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair; - export function createSecureContext(details: SecureContextOptions): SecureContext; -} - -declare module "crypto" { - export interface CredentialDetails { - pfx: string; - key: string; - passphrase: string; - cert: string; - ca: any; //string | string array - crl: any; //string | string array - ciphers: string; - } - export interface Credentials { context?: any; } - export function createCredentials(details: CredentialDetails): Credentials; - export function createHash(algorithm: string): Hash; - export function createHmac(algorithm: string, key: string): Hmac; - export function createHmac(algorithm: string, key: Buffer): Hmac; - export interface Hash { - update(data: any, input_encoding?: string): Hash; - digest(encoding: 'buffer'): Buffer; - digest(encoding: string): any; - digest(): Buffer; - } - export interface Hmac extends NodeJS.ReadWriteStream { - update(data: any, input_encoding?: string): Hmac; - digest(encoding: 'buffer'): Buffer; - digest(encoding: string): any; - digest(): Buffer; - } - export function createCipher(algorithm: string, password: any): Cipher; - export function createCipheriv(algorithm: string, key: any, iv: any): Cipher; - export interface Cipher extends NodeJS.ReadWriteStream { - update(data: Buffer): Buffer; - update(data: string, input_encoding: "utf8"|"ascii"|"binary"): Buffer; - update(data: Buffer, input_encoding: any, output_encoding: "binary"|"base64"|"hex"): string; - update(data: string, input_encoding: "utf8"|"ascii"|"binary", output_encoding: "binary"|"base64"|"hex"): string; - final(): Buffer; - final(output_encoding: string): string; - setAutoPadding(auto_padding: boolean): void; - getAuthTag(): Buffer; - } - export function createDecipher(algorithm: string, password: any): Decipher; - export function createDecipheriv(algorithm: string, key: any, iv: any): Decipher; - export interface Decipher extends NodeJS.ReadWriteStream { - update(data: Buffer): Buffer; - update(data: string, input_encoding: "binary"|"base64"|"hex"): Buffer; - update(data: Buffer, input_encoding: any, output_encoding: "utf8"|"ascii"|"binary"): string; - update(data: string, input_encoding: "binary"|"base64"|"hex", output_encoding: "utf8"|"ascii"|"binary"): string; - final(): Buffer; - final(output_encoding: string): string; - setAutoPadding(auto_padding: boolean): void; - setAuthTag(tag: Buffer): void; - } - export function createSign(algorithm: string): Signer; - export interface Signer extends NodeJS.WritableStream { - update(data: any): void; - sign(private_key: string, output_format: string): string; - } - export function createVerify(algorith: string): Verify; - export interface Verify extends NodeJS.WritableStream { - update(data: any): void; - verify(object: string, signature: string, signature_format?: string): boolean; - } - export function createDiffieHellman(prime_length: number): DiffieHellman; - export function createDiffieHellman(prime: number, encoding?: string): DiffieHellman; - export interface DiffieHellman { - generateKeys(encoding?: string): string; - computeSecret(other_public_key: string, input_encoding?: string, output_encoding?: string): string; - getPrime(encoding?: string): string; - getGenerator(encoding: string): string; - getPublicKey(encoding?: string): string; - getPrivateKey(encoding?: string): string; - setPublicKey(public_key: string, encoding?: string): void; - setPrivateKey(public_key: string, encoding?: string): void; - } - export function getDiffieHellman(group_name: string): DiffieHellman; - export function pbkdf2(password: string|Buffer, salt: string|Buffer, iterations: number, keylen: number, callback: (err: Error, derivedKey: Buffer) => any): void; - export function pbkdf2(password: string|Buffer, salt: string|Buffer, iterations: number, keylen: number, digest: string, callback: (err: Error, derivedKey: Buffer) => any): void; - export function pbkdf2Sync(password: string|Buffer, salt: string|Buffer, iterations: number, keylen: number) : Buffer; - export function pbkdf2Sync(password: string|Buffer, salt: string|Buffer, iterations: number, keylen: number, digest: string) : Buffer; - export function randomBytes(size: number): Buffer; - export function randomBytes(size: number, callback: (err: Error, buf: Buffer) =>void ): void; - export function pseudoRandomBytes(size: number): Buffer; - export function pseudoRandomBytes(size: number, callback: (err: Error, buf: Buffer) =>void ): void; - export interface RsaPublicKey { - key: string; - padding?: any; - } - export interface RsaPrivateKey { - key: string; - passphrase?: string, - padding?: any; - } - export function publicEncrypt(public_key: string|RsaPublicKey, buffer: Buffer): Buffer - export function privateDecrypt(private_key: string|RsaPrivateKey, buffer: Buffer): Buffer -} - -declare module "stream" { - import * as events from "events"; - - export class Stream extends events.EventEmitter { - pipe<T extends NodeJS.WritableStream>(destination: T, options?: { end?: boolean; }): T; - } - - export interface ReadableOptions { - highWaterMark?: number; - encoding?: string; - objectMode?: boolean; - } - - export class Readable extends events.EventEmitter implements NodeJS.ReadableStream { - readable: boolean; - constructor(opts?: ReadableOptions); - _read(size: number): void; - read(size?: number): any; - setEncoding(encoding: string): void; - pause(): void; - resume(): void; - destroy(): void; - pipe<T extends NodeJS.WritableStream>(destination: T, options?: { end?: boolean; }): T; - unpipe<T extends NodeJS.WritableStream>(destination?: T): void; - unshift(chunk: any): void; - wrap(oldStream: NodeJS.ReadableStream): NodeJS.ReadableStream; - push(chunk: any, encoding?: string): boolean; - } - - export interface WritableOptions { - highWaterMark?: number; - decodeStrings?: boolean; - objectMode?: boolean; - } - - export class Writable extends events.EventEmitter implements NodeJS.WritableStream { - writable: boolean; - constructor(opts?: WritableOptions); - _write(chunk: any, encoding: string, callback: Function): void; - write(chunk: any, cb?: Function): boolean; - write(chunk: any, encoding?: string, cb?: Function): boolean; - end(): void; - end(chunk: any, cb?: Function): void; - end(chunk: any, encoding?: string, cb?: Function): void; - } - - export interface DuplexOptions extends ReadableOptions, WritableOptions { - allowHalfOpen?: boolean; - } - - // Note: Duplex extends both Readable and Writable. - export class Duplex extends Readable implements NodeJS.ReadWriteStream { - writable: boolean; - constructor(opts?: DuplexOptions); - _write(chunk: any, encoding: string, callback: Function): void; - write(chunk: any, cb?: Function): boolean; - write(chunk: any, encoding?: string, cb?: Function): boolean; - end(): void; - end(chunk: any, cb?: Function): void; - end(chunk: any, encoding?: string, cb?: Function): void; - } - - export interface TransformOptions extends ReadableOptions, WritableOptions {} - - // Note: Transform lacks the _read and _write methods of Readable/Writable. - export class Transform extends events.EventEmitter implements NodeJS.ReadWriteStream { - readable: boolean; - writable: boolean; - constructor(opts?: TransformOptions); - _transform(chunk: any, encoding: string, callback: Function): void; - _flush(callback: Function): void; - read(size?: number): any; - setEncoding(encoding: string): void; - pause(): void; - resume(): void; - pipe<T extends NodeJS.WritableStream>(destination: T, options?: { end?: boolean; }): T; - unpipe<T extends NodeJS.WritableStream>(destination?: T): void; - unshift(chunk: any): void; - wrap(oldStream: NodeJS.ReadableStream): NodeJS.ReadableStream; - push(chunk: any, encoding?: string): boolean; - write(chunk: any, cb?: Function): boolean; - write(chunk: any, encoding?: string, cb?: Function): boolean; - end(): void; - end(chunk: any, cb?: Function): void; - end(chunk: any, encoding?: string, cb?: Function): void; - } - - export class PassThrough extends Transform {} -} - -declare module "util" { - export interface InspectOptions { - showHidden?: boolean; - depth?: number; - colors?: boolean; - customInspect?: boolean; - } - - export function format(format: any, ...param: any[]): string; - export function debug(string: string): void; - export function error(...param: any[]): void; - export function puts(...param: any[]): void; - export function print(...param: any[]): void; - export function log(string: string): void; - export function inspect(object: any, showHidden?: boolean, depth?: number, color?: boolean): string; - export function inspect(object: any, options: InspectOptions): string; - export function isArray(object: any): boolean; - export function isRegExp(object: any): boolean; - export function isDate(object: any): boolean; - export function isError(object: any): boolean; - export function inherits(constructor: any, superConstructor: any): void; - export function debuglog(key:string): (msg:string,...param: any[])=>void; -} - -declare module "assert" { - function internal (value: any, message?: string): void; - namespace internal { - export class AssertionError implements Error { - name: string; - message: string; - actual: any; - expected: any; - operator: string; - generatedMessage: boolean; - - constructor(options?: {message?: string; actual?: any; expected?: any; - operator?: string; stackStartFunction?: Function}); - } - - export function fail(actual?: any, expected?: any, message?: string, operator?: string): void; - export function ok(value: any, message?: string): void; - export function equal(actual: any, expected: any, message?: string): void; - export function notEqual(actual: any, expected: any, message?: string): void; - export function deepEqual(actual: any, expected: any, message?: string): void; - export function notDeepEqual(acutal: any, expected: any, message?: string): void; - export function strictEqual(actual: any, expected: any, message?: string): void; - export function notStrictEqual(actual: any, expected: any, message?: string): void; - export function deepStrictEqual(actual: any, expected: any, message?: string): void; - export function notDeepStrictEqual(actual: any, expected: any, message?: string): void; - export var throws: { - (block: Function, message?: string): void; - (block: Function, error: Function, message?: string): void; - (block: Function, error: RegExp, message?: string): void; - (block: Function, error: (err: any) => boolean, message?: string): void; - }; - - export var doesNotThrow: { - (block: Function, message?: string): void; - (block: Function, error: Function, message?: string): void; - (block: Function, error: RegExp, message?: string): void; - (block: Function, error: (err: any) => boolean, message?: string): void; - }; - - export function ifError(value: any): void; - } - - export = internal; -} - -declare module "tty" { - import * as net from "net"; - - export function isatty(fd: number): boolean; - export interface ReadStream extends net.Socket { - isRaw: boolean; - setRawMode(mode: boolean): void; - isTTY: boolean; - } - export interface WriteStream extends net.Socket { - columns: number; - rows: number; - isTTY: boolean; - } -} - -declare module "domain" { - import * as events from "events"; - - export class Domain extends events.EventEmitter implements NodeJS.Domain { - run(fn: Function): void; - add(emitter: events.EventEmitter): void; - remove(emitter: events.EventEmitter): void; - bind(cb: (err: Error, data: any) => any): any; - intercept(cb: (data: any) => any): any; - dispose(): void; - } - - export function create(): Domain; -} - -declare module "constants" { - export var E2BIG: number; - export var EACCES: number; - export var EADDRINUSE: number; - export var EADDRNOTAVAIL: number; - export var EAFNOSUPPORT: number; - export var EAGAIN: number; - export var EALREADY: number; - export var EBADF: number; - export var EBADMSG: number; - export var EBUSY: number; - export var ECANCELED: number; - export var ECHILD: number; - export var ECONNABORTED: number; - export var ECONNREFUSED: number; - export var ECONNRESET: number; - export var EDEADLK: number; - export var EDESTADDRREQ: number; - export var EDOM: number; - export var EEXIST: number; - export var EFAULT: number; - export var EFBIG: number; - export var EHOSTUNREACH: number; - export var EIDRM: number; - export var EILSEQ: number; - export var EINPROGRESS: number; - export var EINTR: number; - export var EINVAL: number; - export var EIO: number; - export var EISCONN: number; - export var EISDIR: number; - export var ELOOP: number; - export var EMFILE: number; - export var EMLINK: number; - export var EMSGSIZE: number; - export var ENAMETOOLONG: number; - export var ENETDOWN: number; - export var ENETRESET: number; - export var ENETUNREACH: number; - export var ENFILE: number; - export var ENOBUFS: number; - export var ENODATA: number; - export var ENODEV: number; - export var ENOENT: number; - export var ENOEXEC: number; - export var ENOLCK: number; - export var ENOLINK: number; - export var ENOMEM: number; - export var ENOMSG: number; - export var ENOPROTOOPT: number; - export var ENOSPC: number; - export var ENOSR: number; - export var ENOSTR: number; - export var ENOSYS: number; - export var ENOTCONN: number; - export var ENOTDIR: number; - export var ENOTEMPTY: number; - export var ENOTSOCK: number; - export var ENOTSUP: number; - export var ENOTTY: number; - export var ENXIO: number; - export var EOPNOTSUPP: number; - export var EOVERFLOW: number; - export var EPERM: number; - export var EPIPE: number; - export var EPROTO: number; - export var EPROTONOSUPPORT: number; - export var EPROTOTYPE: number; - export var ERANGE: number; - export var EROFS: number; - export var ESPIPE: number; - export var ESRCH: number; - export var ETIME: number; - export var ETIMEDOUT: number; - export var ETXTBSY: number; - export var EWOULDBLOCK: number; - export var EXDEV: number; - export var WSAEINTR: number; - export var WSAEBADF: number; - export var WSAEACCES: number; - export var WSAEFAULT: number; - export var WSAEINVAL: number; - export var WSAEMFILE: number; - export var WSAEWOULDBLOCK: number; - export var WSAEINPROGRESS: number; - export var WSAEALREADY: number; - export var WSAENOTSOCK: number; - export var WSAEDESTADDRREQ: number; - export var WSAEMSGSIZE: number; - export var WSAEPROTOTYPE: number; - export var WSAENOPROTOOPT: number; - export var WSAEPROTONOSUPPORT: number; - export var WSAESOCKTNOSUPPORT: number; - export var WSAEOPNOTSUPP: number; - export var WSAEPFNOSUPPORT: number; - export var WSAEAFNOSUPPORT: number; - export var WSAEADDRINUSE: number; - export var WSAEADDRNOTAVAIL: number; - export var WSAENETDOWN: number; - export var WSAENETUNREACH: number; - export var WSAENETRESET: number; - export var WSAECONNABORTED: number; - export var WSAECONNRESET: number; - export var WSAENOBUFS: number; - export var WSAEISCONN: number; - export var WSAENOTCONN: number; - export var WSAESHUTDOWN: number; - export var WSAETOOMANYREFS: number; - export var WSAETIMEDOUT: number; - export var WSAECONNREFUSED: number; - export var WSAELOOP: number; - export var WSAENAMETOOLONG: number; - export var WSAEHOSTDOWN: number; - export var WSAEHOSTUNREACH: number; - export var WSAENOTEMPTY: number; - export var WSAEPROCLIM: number; - export var WSAEUSERS: number; - export var WSAEDQUOT: number; - export var WSAESTALE: number; - export var WSAEREMOTE: number; - export var WSASYSNOTREADY: number; - export var WSAVERNOTSUPPORTED: number; - export var WSANOTINITIALISED: number; - export var WSAEDISCON: number; - export var WSAENOMORE: number; - export var WSAECANCELLED: number; - export var WSAEINVALIDPROCTABLE: number; - export var WSAEINVALIDPROVIDER: number; - export var WSAEPROVIDERFAILEDINIT: number; - export var WSASYSCALLFAILURE: number; - export var WSASERVICE_NOT_FOUND: number; - export var WSATYPE_NOT_FOUND: number; - export var WSA_E_NO_MORE: number; - export var WSA_E_CANCELLED: number; - export var WSAEREFUSED: number; - export var SIGHUP: number; - export var SIGINT: number; - export var SIGILL: number; - export var SIGABRT: number; - export var SIGFPE: number; - export var SIGKILL: number; - export var SIGSEGV: number; - export var SIGTERM: number; - export var SIGBREAK: number; - export var SIGWINCH: number; - export var SSL_OP_ALL: number; - export var SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; - export var SSL_OP_CIPHER_SERVER_PREFERENCE: number; - export var SSL_OP_CISCO_ANYCONNECT: number; - export var SSL_OP_COOKIE_EXCHANGE: number; - export var SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; - export var SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; - export var SSL_OP_EPHEMERAL_RSA: number; - export var SSL_OP_LEGACY_SERVER_CONNECT: number; - export var SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; - export var SSL_OP_MICROSOFT_SESS_ID_BUG: number; - export var SSL_OP_MSIE_SSLV2_RSA_PADDING: number; - export var SSL_OP_NETSCAPE_CA_DN_BUG: number; - export var SSL_OP_NETSCAPE_CHALLENGE_BUG: number; - export var SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; - export var SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; - export var SSL_OP_NO_COMPRESSION: number; - export var SSL_OP_NO_QUERY_MTU: number; - export var SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; - export var SSL_OP_NO_SSLv2: number; - export var SSL_OP_NO_SSLv3: number; - export var SSL_OP_NO_TICKET: number; - export var SSL_OP_NO_TLSv1: number; - export var SSL_OP_NO_TLSv1_1: number; - export var SSL_OP_NO_TLSv1_2: number; - export var SSL_OP_PKCS1_CHECK_1: number; - export var SSL_OP_PKCS1_CHECK_2: number; - export var SSL_OP_SINGLE_DH_USE: number; - export var SSL_OP_SINGLE_ECDH_USE: number; - export var SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; - export var SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; - export var SSL_OP_TLS_BLOCK_PADDING_BUG: number; - export var SSL_OP_TLS_D5_BUG: number; - export var SSL_OP_TLS_ROLLBACK_BUG: number; - export var ENGINE_METHOD_DSA: number; - export var ENGINE_METHOD_DH: number; - export var ENGINE_METHOD_RAND: number; - export var ENGINE_METHOD_ECDH: number; - export var ENGINE_METHOD_ECDSA: number; - export var ENGINE_METHOD_CIPHERS: number; - export var ENGINE_METHOD_DIGESTS: number; - export var ENGINE_METHOD_STORE: number; - export var ENGINE_METHOD_PKEY_METHS: number; - export var ENGINE_METHOD_PKEY_ASN1_METHS: number; - export var ENGINE_METHOD_ALL: number; - export var ENGINE_METHOD_NONE: number; - export var DH_CHECK_P_NOT_SAFE_PRIME: number; - export var DH_CHECK_P_NOT_PRIME: number; - export var DH_UNABLE_TO_CHECK_GENERATOR: number; - export var DH_NOT_SUITABLE_GENERATOR: number; - export var NPN_ENABLED: number; - export var RSA_PKCS1_PADDING: number; - export var RSA_SSLV23_PADDING: number; - export var RSA_NO_PADDING: number; - export var RSA_PKCS1_OAEP_PADDING: number; - export var RSA_X931_PADDING: number; - export var RSA_PKCS1_PSS_PADDING: number; - export var POINT_CONVERSION_COMPRESSED: number; - export var POINT_CONVERSION_UNCOMPRESSED: number; - export var POINT_CONVERSION_HYBRID: number; - export var O_RDONLY: number; - export var O_WRONLY: number; - export var O_RDWR: number; - export var S_IFMT: number; - export var S_IFREG: number; - export var S_IFDIR: number; - export var S_IFCHR: number; - export var S_IFLNK: number; - export var O_CREAT: number; - export var O_EXCL: number; - export var O_TRUNC: number; - export var O_APPEND: number; - export var F_OK: number; - export var R_OK: number; - export var W_OK: number; - export var X_OK: number; - export var UV_UDP_REUSEADDR: number; -} \ No newline at end of file diff --git a/extensions/package.json b/extensions/package.json index 884d4129df..2185edb0ce 100644 --- a/extensions/package.json +++ b/extensions/package.json @@ -3,9 +3,9 @@ "version": "0.0.1", "description": "Dependencies shared by all extensions", "devDependencies": { - "typescript": "2.6.2" + "typescript": "2.7.2" }, "scripts": { "postinstall": "node ./postinstall" } -} +} \ No newline at end of file diff --git a/extensions/powershell/OSSREADME.json b/extensions/powershell/OSSREADME.json index a456107d65..b6eb8cf04d 100644 --- a/extensions/powershell/OSSREADME.json +++ b/extensions/powershell/OSSREADME.json @@ -1,7 +1,7 @@ // ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: [{ - "name": "SublimeText/PowerShell", + "name": "PowerShell/EditorSyntax", "version": "0.0.0", "license": "MIT", - "repositoryURL": "https://github.com/SublimeText/PowerShell" + "repositoryURL": "https://github.com/powershell/editorsyntax" }] diff --git a/extensions/powershell/language-configuration.json b/extensions/powershell/language-configuration.json index b03aa5cd42..29445c790a 100644 --- a/extensions/powershell/language-configuration.json +++ b/extensions/powershell/language-configuration.json @@ -14,7 +14,8 @@ ["(", ")"], { "open": "\"", "close": "\"", "notIn": ["string"]}, { "open": "'", "close": "'", "notIn": ["string", "comment"]}, - ["/**", " */"] + ["/**", " */"], + ["<#", "#>"] ], "surroundingPairs": [ ["{", "}"], diff --git a/extensions/powershell/package.json b/extensions/powershell/package.json index 83d51ea313..37ab53991f 100644 --- a/extensions/powershell/package.json +++ b/extensions/powershell/package.json @@ -1,6 +1,8 @@ { "name": "powershell", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { @@ -13,7 +15,7 @@ "grammars": [{ "language": "powershell", "scopeName": "source.powershell", - "path": "./syntaxes/PowershellSyntax.tmLanguage" + "path": "./syntaxes/powershell.tmLanguage.json" }], "snippets": [{ "language": "powershell", @@ -21,6 +23,6 @@ }] }, "scripts": { - "update-grammar": "node ../../build/npm/update-grammar.js SublimeText/PowerShell Support/PowershellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json" + "update-grammar": "node ../../build/npm/update-grammar.js PowerShell/EditorSyntax PowerShellSyntax.tmLanguage ./syntaxes/powershell.tmLanguage.json" } } \ No newline at end of file diff --git a/extensions/powershell/package.nls.json b/extensions/powershell/package.nls.json new file mode 100644 index 0000000000..b54b734e59 --- /dev/null +++ b/extensions/powershell/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Powershell Language Basics", + "description": "Provides snippets, syntax highlighting, bracket matching and folding in Powershell files." +} \ No newline at end of file diff --git a/extensions/powershell/syntaxes/PowershellSyntax.tmLanguage b/extensions/powershell/syntaxes/PowershellSyntax.tmLanguage deleted file mode 100644 index 1ad8b5e38b..0000000000 --- a/extensions/powershell/syntaxes/PowershellSyntax.tmLanguage +++ /dev/null @@ -1,1194 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>fileTypes</key> - <array> - <string>ps1</string> - <string>psm1</string> - <string>psd1</string> - </array> - <key>name</key> - <string>PowerShell</string> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string><#</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.start.definition.comment.block.powershell</string> - </dict> - </dict> - <key>end</key> - <string>#></string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.end.definition.comment.block.powershell</string> - </dict> - </dict> - <key>name</key> - <string>comment.block.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#commentEmbeddedDocs</string> - </dict> - </array> - </dict> - <dict> - <key>begin</key> - <string>(?<![`\\-])#</string> - <key>end</key> - <string>$</string> - <key>name</key> - <string>comment.line.number-sign.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#commentEmbeddedDocs</string> - </dict> - </array> - </dict> - <dict> - <key>match</key> - <string>[2-6]>&1|>>|>|<<|<|>|>\||[1-6]>|[1-6]>></string> - <key>name</key> - <string>keyword.operator.redirection.powershell</string> - </dict> - <dict> - <key>include</key> - <string>#commands</string> - </dict> - <dict> - <key>include</key> - <string>#variable</string> - </dict> - <dict> - <key>include</key> - <string>#interpolatedStringContent</string> - </dict> - <dict> - <key>include</key> - <string>#function</string> - </dict> - <dict> - <key>include</key> - <string>#attribute</string> - </dict> - <dict> - <key>include</key> - <string>#type</string> - </dict> - <dict> - <key>begin</key> - <string>(?<!(?<!`)")"</string> - <key>end</key> - <string>"(?!")</string> - <key>name</key> - <string>string.quoted.double.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#variableNoProperty</string> - </dict> - <dict> - <key>include</key> - <string>#doubleQuotedStringEscapes</string> - </dict> - <dict> - <key>include</key> - <string>#interpolation</string> - </dict> - <dict> - <key>match</key> - <string>`\s*$</string> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </array> - </dict> - <dict> - <key>comment</key> - <string>Needed to parse stuff correctly in 'argument mode'. (See about_parsing.)</string> - <key>include</key> - <string>#doubleQuotedStringEscapes</string> - </dict> - <dict> - <key>begin</key> - <string>(?<!')'</string> - <key>end</key> - <string>'(?!')</string> - <key>name</key> - <string>string.quoted.single.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>''</string> - <key>name</key> - <string>constant.character.escape.powershell</string> - </dict> - </array> - </dict> - <dict> - <key>begin</key> - <string>\@"(?=$)</string> - <key>end</key> - <string>^"@</string> - <key>name</key> - <string>string.quoted.double.heredoc.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>#variableNoProperty</string> - </dict> - <dict> - <key>include</key> - <string>#doubleQuotedStringEscapes</string> - </dict> - <dict> - <key>include</key> - <string>#interpolation</string> - </dict> - </array> - </dict> - <dict> - <key>begin</key> - <string>\@'(?=$)</string> - <key>end</key> - <string>^'@</string> - <key>name</key> - <string>string.quoted.single.heredoc.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>''</string> - <key>name</key> - <string>constant.character.escape.powershell</string> - </dict> - </array> - </dict> - <dict> - <key>include</key> - <string>#numericConstant</string> - </dict> - <dict> - <key>begin</key> - <string>@\(</string> - <key>captures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>end</key> - <string>\)</string> - <key>name</key> - <string>meta.group.array-expression.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>$self</string> - </dict> - </array> - </dict> - <dict> - <key>begin</key> - <string>\$\(</string> - <key>captures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>TODO: move to repo; make recursive.</string> - <key>end</key> - <string>\)</string> - <key>name</key> - <string>meta.group.complex.subexpression.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>$self</string> - </dict> - </array> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)-([ci]?[lg][te]|eq|ne)</string> - <key>name</key> - <string>keyword.operator.logical.powershell</string> - </dict> - <dict> - <key>match</key> - <string>(\b(([A-Za-z0-9\-_\.]+)\.(?i:exe|com|cmd|bat))\b)</string> - <key>name</key> - <string>support.function.powershell</string> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)((?i:begin|break|catch|continue|data|define|do|dynamicparam|else|elseif|end|exit|finally|for|foreach(?!-object)|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|using|var|where(?!-object)|while)|%|\?)(?!\w)</string> - <key>name</key> - <string>keyword.control.powershell</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>storage.type.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>entity.name.function</string> - </dict> - </dict> - <key>comment</key> - <string>capture should be entity.name.type, but it doesn't provide a good color in the default schema.</string> - <key>match</key> - <string>(?<!\w)((?i:class)|%|\?)(?:\s)+((?:\p{L}|\d|_|-|)+)\b</string> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)-(?i:is(?:not)?|as)\b</string> - <key>name</key> - <string>keyword.operator.comparison.powershell</string> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)-(?i:[ic]?(?:eq|ne|[gl][te]|(?:not)?(?:like|match|contains|in)|replace))(?!\p{L})</string> - <key>name</key> - <string>keyword.operator.comparison.powershell</string> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)-(?i:join|split)(?!\p{L})|!</string> - <key>name</key> - <string>keyword.operator.unary.powershell</string> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)-(?i:and|or|not|xor)(?!\p{L})|!</string> - <key>name</key> - <string>keyword.operator.logical.powershell</string> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)-(?i:band|bor|bnot|bxor)(?!\p{L})</string> - <key>name</key> - <string>keyword.operator.bitwise.powershell</string> - </dict> - <dict> - <key>match</key> - <string>(?<!\w)-(?i:f)(?!\p{L})</string> - <key>name</key> - <string>keyword.operator.string-format.powershell</string> - </dict> - <dict> - <key>match</key> - <string>[+%*/-]?=|[+/*%-]</string> - <key>name</key> - <string>keyword.operator.assignment.powershell</string> - </dict> - <dict> - <key>match</key> - <string>\|{2}|&{2}|;</string> - <key>name</key> - <string>keyword.other.statement-separator.powershell</string> - </dict> - <dict> - <key>match</key> - <string>&|(?<!\w)\.(?= )|`|,|\|</string> - <key>name</key> - <string>keyword.operator.other.powershell</string> - </dict> - <dict> - <key>comment</key> - <string>This is very imprecise, is there a syntax for 'must come after...' </string> - <key>match</key> - <string>(?<!\s|^)\.\.(?=\d|\(|\$)</string> - <key>name</key> - <string>keyword.operator.range.powershell</string> - </dict> - </array> - <key>repository</key> - <dict> - <key>attribute</key> - <dict> - <key>begin</key> - <string>\[(\p{L}|\.|``\d+)+(?=\()</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>entity.name.tag</string> - </dict> - <key>1</key> - <dict> - <key>name</key> - <string>entity.name.tag</string> - </dict> - </dict> - <key>end</key> - <string>\]</string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>entity.name.tag</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>\(</string> - <key>end</key> - <string>\)</string> - <key>name</key> - <string>entity.other.attribute-name</string> - <key>patterns</key> - <array> - <dict> - <key>captures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>entity.other.attribute.parameter.powershell</string> - </dict> - <key>1</key> - <dict> - <key>name</key> - <string>constant.language.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>variable.other.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>really we should match the known attributes first</string> - <key>match</key> - <string>(\w+)\s*=?([^"']*?|'[^']*?'|"[^"]*?")?(?=,|\))</string> - <key>name</key> - <string>entity.other.attribute-name.powershell</string> - </dict> - <dict> - <key>include</key> - <string>#variable</string> - </dict> - </array> - </dict> - </array> - </dict> - <key>commands</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>comment</key> - <string>Verb-Noun pattern:</string> - <key>match</key> - <string>(?:(\p{L}|\d|_|-|\\|\:)*\\)?\b(?i:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Mount|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Write)\-.+?(?:\.(?i:exe|cmd|bat|ps1))?\b</string> - <key>name</key> - <string>support.function.powershell</string> - </dict> - <dict> - <key>comment</key> - <string>Builtin cmdlets with reserved verbs</string> - <key>match</key> - <string>(?<!\w)(?i:foreach-object)(?!\w)</string> - <key>name</key> - <string>support.function.powershell</string> - </dict> - <dict> - <key>comment</key> - <string>Builtin cmdlets with reserved verbs</string> - <key>match</key> - <string>(?<!\w)(?i:where-object)(?!\w)</string> - <key>name</key> - <string>support.function.powershell</string> - </dict> - </array> - </dict> - <key>commentEmbeddedDocs</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>constant.string.documentation.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>keyword.operator.documentation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:\s*(\.)(SYNOPSIS|DESCRIPTION|EXAMPLE|INPUTS|OUTPUTS|NOTES|LINK|COMPONENT|FUNCTIONALITY))</string> - <key>name</key> - <string>comment.documentation.embedded.powershell</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>constant.string.documentation.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>keyword.operator.documentation.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>keyword.operator.documentation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:\s*(\.)(PARAMETER|FORWARDHELPTARGETNAME|FORWARDHELPCATEGORY|REMOTEHELPRUNSPACE|EXTERNALHELP)\s+([a-z0-9-_]+))</string> - <key>name</key> - <string>comment.documentation.embedded.powershell</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>constant.string.documentation.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>keyword.operator.documentation.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>string.quoted.double.heredoc.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:requires\s+-(Version\s+\d(.\d+)?|Assembly\s+(.*)|Module\s+(.*)|PsSnapIn\s+(.*)|ShellId\s+(.*)))</string> - <key>name</key> - <string>comment.documentation.embedded.powershell</string> - </dict> - </array> - </dict> - <key>doubleQuotedStringEscapes</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>`[0abnfrvt"'$`]</string> - <key>name</key> - <string>constant.character.escape.powershell</string> - </dict> - <dict> - <key>match</key> - <string>""</string> - <key>name</key> - <string>constant.character.escape.powershell</string> - </dict> - </array> - </dict> - <key>function</key> - <dict> - <key>begin</key> - <string>(?<!\S)(?i)(function|filter|configuration|workflow)\s+(?:(global|local|script|private):)?((?:\p{L}|\d|_|-|\.)+)</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>meta.function</string> - </dict> - <key>1</key> - <dict> - <key>name</key> - <string>storage.type</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>storage.modifier.scope.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>entity.name.function.powershell</string> - </dict> - </dict> - <key>end</key> - <string>\{|\(</string> - </dict> - <key>interpolatedStringContent</key> - <dict> - <key>begin</key> - <string>\(</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>contentName</key> - <string>interpolated.simple.source.powershell</string> - <key>end</key> - <string>\)</string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>$self</string> - </dict> - <dict> - <key>include</key> - <string>#interpolation</string> - </dict> - <dict> - <key>include</key> - <string>#interpolatedStringContent</string> - </dict> - </array> - </dict> - <key>interpolation</key> - <dict> - <key>begin</key> - <string>(\$)\(</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>contentName</key> - <string>interpolated.complex.source.powershell</string> - <key>end</key> - <string>\)</string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>$self</string> - </dict> - <dict> - <key>include</key> - <string>#interpolation</string> - </dict> - <dict> - <key>include</key> - <string>#interpolatedStringContent</string> - </dict> - </array> - </dict> - <key>numericConstant</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.operator.math.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.constant.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?<!\w)(?i:(0x)([a-f0-9]+)((?i:L)?(?i:[kmgtp]b)?))(?!\w)</string> - <key>name</key> - <string>constant.numeric.hexadecimal.powershell</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>support.constant.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>keyword.operator.math.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>support.constant.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?<!\w)(?i:(\d*\.?\d+)(?:((?i:E)[+-]?)(\d+))?((?i:[DL])?)((?i:[kmgtp]b)?))(?!\w)</string> - <key>name</key> - <string>constant.numeric.scientific.powershell</string> - </dict> - </array> - </dict> - <key>scriptblock</key> - <dict> - <key>begin</key> - <string>\{</string> - <key>end</key> - <string>\}</string> - <key>name</key> - <string>meta.scriptblock.powershell</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>$self</string> - </dict> - </array> - </dict> - <key>type</key> - <dict> - <key>begin</key> - <string>\[</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>entity.other.attribute-name</string> - </dict> - </dict> - <key>comment</key> - <string>name should be entity.name.type but default schema doesn't have a good color for it</string> - <key>end</key> - <string>\]</string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>entity.other.attribute-name</string> - </dict> - </dict> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>(\p{L}|\.|``\d+)+?</string> - <key>name</key> - <string>entity.other.attribute-name</string> - </dict> - <dict> - <key>include</key> - <string>$self</string> - </dict> - </array> - </dict> - <key>variable</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>constant.language.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>These are special constants.</string> - <key>match</key> - <string>(\$)(?i:(False|Null|True))\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.constant.variable.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>These are the other built-in constants.</string> - <key>match</key> - <string>(\$)(?i:(Error|ExecutionContext|Host|Home|PID|PsHome|PsVersionTable|ShellID))((?:\.(?:\p{L}|\d|_)+)*\b)?\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.constant.automatic.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>Automatic variables are not constants, but they are read-only. In monokai (default) color schema support.variable doesn't have color, so we use constant.</string> - <key>match</key> - <string>(\$)(?i:(\$|\^|\?|_|Args|ConsoleFileName|Event|EventArgs|EventSubscriber|ForEach|Input|LastExitCode|Matches|MyInvocation|NestedPromptLevel|Profile|PSBoundParameters|PsCmdlet|PsCulture|PSDebugContext|PSItem|PSCommandPath|PSScriptRoot|PsUICulture|Pwd|Sender|SourceArgs|SourceEventArgs|StackTrace|Switch|This))((?:\.(?:\p{L}|\d|_)+)*\b)?\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>variable.language.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>Style preference variables as language variables so that they stand out.</string> - <key>match</key> - <string>(\$)(?i:(ConfirmPreference|DebugPreference|ErrorActionPreference|ErrorView|FormatEnumerationLimit|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount|MaximumHistoryCount|MaximumVariableCount|OFS|OutputEncoding|ProgressPreference|PsCulture|PSDebugContext|PSDefaultParameterValues|PSEmailServer|PSItem|PSModuleAutoloadingPreference|PSSenderInfo|PSSessionApplicationName|PSSessionConfigurationName|PSSessionOption|VerbosePreference|WarningPreference|WhatIfPreference))((?:\.(?:\p{L}|\d|_)+)*\b)?\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>storage.modifier.scope.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.normal.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$)(global|local|private|script|using|workflow):((?:\p{L}|\d|_)+))((?:\.(?:\p{L}|\d|_)+)*\b)?</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>storage.modifier.scope.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.readwrite.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$\{)(global|local|private|script|using|workflow):([^}]*[^}`])(\}))((?:\.(?:\p{L}|\d|_)+)*\b)?</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.variable.drive.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.readwrite.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$)((?:\p{L}|\d|_)+:)?((?:\p{L}|\d|_)+))((?:\.(?:\p{L}|\d|_)+)*\b)?</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.variable.drive.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.readwrite.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$\{)((?:\p{L}|\d|_)+:)?([^}]*[^}`])(\}))((?:\.(?:\p{L}|\d|_)+)*\b)?</string> - </dict> - </array> - </dict> - <key>variableNoProperty</key> - <dict> - <key>patterns</key> - <array> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>constant.language.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>These are special constants.</string> - <key>match</key> - <string>(\$)(?i:(False|Null|True))\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.constant.variable.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>These are the other built-in constants.</string> - <key>match</key> - <string>(\$)(?i:(Error|ExecutionContext|Host|Home|PID|PsHome|PsVersionTable|ShellID))\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.variable.automatic.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>Automatic variables are not constants, but they are read-only...</string> - <key>match</key> - <string>(\$)(?i:(\$|\^|\?|_|Args|ConsoleFileName|Event|EventArgs|EventSubscriber|ForEach|Input|LastExitCode|Matches|MyInvocation|NestedPromptLevel|Profile|PSBoundParameters|PsCmdlet|PsCulture|PSDebugContext|PSItem|PSCommandPath|PSScriptRoot|PsUICulture|Pwd|Sender|SourceArgs|SourceEventArgs|StackTrace|Switch|This))\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>variable.language.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>comment</key> - <string>Style preference variables as language variables so that they stand out.</string> - <key>match</key> - <string>(\$)(?i:(ConfirmPreference|DebugPreference|ErrorActionPreference|ErrorView|FormatEnumerationLimit|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount|MaximumHistoryCount|MaximumVariableCount|OFS|OutputEncoding|ProgressPreference|PsCulture|PSDebugContext|PSDefaultParameterValues|PSEmailServer|PSItem|PSModuleAutoloadingPreference|PSSenderInfo|PSSessionApplicationName|PSSessionConfigurationName|PSSessionOption|VerbosePreference|WarningPreference|WhatIfPreference))\b</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>storage.modifier.scope.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.normal.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$)(global|local|private|script|using|workflow):((?:\p{L}|\d|_)+))</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>storage.modifier.scope.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.readwrite.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$\{)(global|local|private|script|using|workflow):([^}]*[^}`])(\}))</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.variable.drive.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.readwrite.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$)((?:\p{L}|\d|_)+:)?((?:\p{L}|\d|_)+))</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>support.variable.drive.powershell</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>variable.other.readwrite.powershell</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>keyword.other.powershell</string> - </dict> - <key>5</key> - <dict> - <key>name</key> - <string>entity.name.function.invocation.powershell</string> - </dict> - </dict> - <key>match</key> - <string>(?i:(\$\{)((?:\p{L}|\d|_)+:)?([^}]*[^}`])(\}))</string> - </dict> - </array> - </dict> - </dict> - <key>scopeName</key> - <string>source.powershell</string> - <key>uuid</key> - <string>f8f5ffb0-503e-11df-9879-0800200c9a66</string> -</dict> -</plist> diff --git a/extensions/powershell/syntaxes/powershell.tmLanguage.json b/extensions/powershell/syntaxes/powershell.tmLanguage.json new file mode 100644 index 0000000000..17e3c19107 --- /dev/null +++ b/extensions/powershell/syntaxes/powershell.tmLanguage.json @@ -0,0 +1,763 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://github.com/PowerShell/EditorSyntax/blob/master/PowerShellSyntax.tmLanguage", + "If you want to provide a fix or improvement, please create a pull request against the original repository.", + "Once accepted there, we are happy to receive an update request." + ], + "version": "https://github.com/PowerShell/EditorSyntax/commit/90e4b5454f2f1cc06eae4c6c8e12c33d9f5f3a8c", + "name": "PowerShell", + "scopeName": "source.powershell", + "patterns": [ + { + "begin": "<#", + "beginCaptures": { + "0": { + "name": "punctuation.start.definition.comment.block.powershell" + } + }, + "end": "#>", + "endCaptures": { + "0": { + "name": "punctuation.end.definition.comment.block.powershell" + } + }, + "name": "comment.block.powershell", + "patterns": [ + { + "include": "#commentEmbeddedDocs" + } + ] + }, + { + "begin": "(?<![`\\\\-])#", + "end": "$", + "name": "comment.line.number-sign.powershell", + "patterns": [ + { + "include": "#commentEmbeddedDocs" + } + ] + }, + { + "match": "[2-6]>&1|>>|>|<<|<|>|>\\||[1-6]>|[1-6]>>", + "name": "keyword.operator.redirection.powershell" + }, + { + "include": "#commands" + }, + { + "include": "#variable" + }, + { + "include": "#interpolatedStringContent" + }, + { + "include": "#function" + }, + { + "include": "#attribute" + }, + { + "include": "#type" + }, + { + "begin": "(?<!(?<!`)\")\"", + "end": "\"(?!\")", + "name": "string.quoted.double.powershell", + "patterns": [ + { + "include": "#variableNoProperty" + }, + { + "include": "#doubleQuotedStringEscapes" + }, + { + "include": "#interpolation" + }, + { + "match": "`\\s*$", + "name": "keyword.other.powershell" + } + ] + }, + { + "comment": "Needed to parse stuff correctly in 'argument mode'. (See about_parsing.)", + "include": "#doubleQuotedStringEscapes" + }, + { + "begin": "(?<!')'", + "end": "'(?!')", + "name": "string.quoted.single.powershell", + "patterns": [ + { + "match": "''", + "name": "constant.character.escape.powershell" + } + ] + }, + { + "begin": "\\@\"(?=$)", + "end": "^\"@", + "name": "string.quoted.double.heredoc.powershell", + "patterns": [ + { + "include": "#variableNoProperty" + }, + { + "include": "#doubleQuotedStringEscapes" + }, + { + "include": "#interpolation" + } + ] + }, + { + "begin": "\\@'(?=$)", + "end": "^'@", + "name": "string.quoted.single.heredoc.powershell", + "patterns": [ + { + "match": "''", + "name": "constant.character.escape.powershell" + } + ] + }, + { + "include": "#numericConstant" + }, + { + "begin": "@\\(", + "captures": { + "0": { + "name": "keyword.other.powershell" + } + }, + "end": "\\)", + "name": "meta.group.array-expression.powershell", + "patterns": [ + { + "include": "$self" + } + ] + }, + { + "begin": "\\$\\(", + "captures": { + "0": { + "name": "keyword.other.powershell" + } + }, + "comment": "TODO: move to repo; make recursive.", + "end": "\\)", + "name": "meta.group.complex.subexpression.powershell", + "patterns": [ + { + "include": "$self" + } + ] + }, + { + "match": "(?<!\\w)-([ci]?[lg][te]|eq|ne)", + "name": "keyword.operator.logical.powershell" + }, + { + "match": "(\\b(([A-Za-z0-9\\-_\\.]+)\\.(?i:exe|com|cmd|bat))\\b)", + "name": "support.function.powershell" + }, + { + "match": "(?<!\\w)((?i:begin|break|catch|continue|data|define|do|dynamicparam|else|elseif|end|exit|finally|for|foreach(?!-object)|from|if|in|inlinescript|parallel|param|process|return|switch|throw|trap|try|until|using|var|where(?!-object)|while)|%|\\?)(?!\\w)", + "name": "keyword.control.powershell" + }, + { + "captures": { + "1": { + "name": "storage.type.powershell" + }, + "2": { + "name": "entity.name.function" + } + }, + "comment": "capture should be entity.name.type, but it doesn't provide a good color in the default schema.", + "match": "(?<!\\w)((?i:class)|%|\\?)(?:\\s)+((?:\\p{L}|\\d|_|-|)+)\\b" + }, + { + "match": "(?<!\\w)-(?i:is(?:not)?|as)\\b", + "name": "keyword.operator.comparison.powershell" + }, + { + "match": "(?<!\\w)-(?i:[ic]?(?:eq|ne|[gl][te]|(?:not)?(?:like|match|contains|in)|replace))(?!\\p{L})", + "name": "keyword.operator.comparison.powershell" + }, + { + "match": "(?<!\\w)-(?i:join|split)(?!\\p{L})|!", + "name": "keyword.operator.unary.powershell" + }, + { + "match": "(?<!\\w)-(?i:and|or|not|xor)(?!\\p{L})|!", + "name": "keyword.operator.logical.powershell" + }, + { + "match": "(?<!\\w)-(?i:band|bor|bnot|bxor)(?!\\p{L})", + "name": "keyword.operator.bitwise.powershell" + }, + { + "match": "(?<!\\w)-(?i:f)(?!\\p{L})", + "name": "keyword.operator.string-format.powershell" + }, + { + "match": "[+%*/-]?=|[+/*%-]", + "name": "keyword.operator.assignment.powershell" + }, + { + "match": "\\|{2}|&{2}|;", + "name": "keyword.other.statement-separator.powershell" + }, + { + "match": "&|(?<!\\w)\\.(?= )|`|,|\\|", + "name": "keyword.operator.other.powershell" + }, + { + "comment": "This is very imprecise, is there a syntax for 'must come after...' ", + "match": "(?<!\\s|^)\\.\\.(?=\\d|\\(|\\$)", + "name": "keyword.operator.range.powershell" + } + ], + "repository": { + "attribute": { + "begin": "\\[(\\p{L}|\\.|``\\d+)+(?=\\()", + "beginCaptures": { + "0": { + "name": "entity.name.tag" + }, + "1": { + "name": "entity.name.tag" + } + }, + "end": "\\]", + "endCaptures": { + "0": { + "name": "entity.name.tag" + } + }, + "patterns": [ + { + "begin": "\\(", + "end": "\\)", + "name": "entity.other.attribute-name", + "patterns": [ + { + "captures": { + "0": { + "name": "entity.other.attribute.parameter.powershell" + }, + "1": { + "name": "constant.language.powershell" + }, + "2": { + "name": "variable.other.powershell" + } + }, + "comment": "really we should match the known attributes first", + "match": "(\\w+)\\s*=?([^\"']*?|'[^']*?'|\"[^\"]*?\")?(?=,|\\))", + "name": "entity.other.attribute-name.powershell" + }, + { + "include": "#variable" + } + ] + } + ] + }, + "commands": { + "patterns": [ + { + "comment": "Verb-Noun pattern:", + "match": "(?:(\\p{L}|\\d|_|-|\\\\|\\:)*\\\\)?\\b(?i:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Mount|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Write)\\-.+?(?:\\.(?i:exe|cmd|bat|ps1))?\\b", + "name": "support.function.powershell" + }, + { + "comment": "Builtin cmdlets with reserved verbs", + "match": "(?<!\\w)(?i:foreach-object)(?!\\w)", + "name": "support.function.powershell" + }, + { + "comment": "Builtin cmdlets with reserved verbs", + "match": "(?<!\\w)(?i:where-object)(?!\\w)", + "name": "support.function.powershell" + } + ] + }, + "commentEmbeddedDocs": { + "patterns": [ + { + "captures": { + "1": { + "name": "constant.string.documentation.powershell" + }, + "2": { + "name": "keyword.operator.documentation.powershell" + } + }, + "match": "(?i:\\s*(\\.)(SYNOPSIS|DESCRIPTION|EXAMPLE|INPUTS|OUTPUTS|NOTES|LINK|COMPONENT|FUNCTIONALITY))", + "name": "comment.documentation.embedded.powershell" + }, + { + "captures": { + "1": { + "name": "constant.string.documentation.powershell" + }, + "2": { + "name": "keyword.operator.documentation.powershell" + }, + "3": { + "name": "keyword.operator.documentation.powershell" + } + }, + "match": "(?i:\\s*(\\.)(PARAMETER|FORWARDHELPTARGETNAME|FORWARDHELPCATEGORY|REMOTEHELPRUNSPACE|EXTERNALHELP)\\s+([a-z0-9-_]+))", + "name": "comment.documentation.embedded.powershell" + }, + { + "captures": { + "1": { + "name": "constant.string.documentation.powershell" + }, + "2": { + "name": "keyword.operator.documentation.powershell" + }, + "3": { + "name": "string.quoted.double.heredoc.powershell" + } + }, + "match": "(?i:requires\\s+-(Version\\s+\\d(.\\d+)?|Assembly\\s+(.*)|Module\\s+(.*)|PsSnapIn\\s+(.*)|ShellId\\s+(.*)))", + "name": "comment.documentation.embedded.powershell" + } + ] + }, + "doubleQuotedStringEscapes": { + "patterns": [ + { + "match": "`[0abnfrvt\"'$`]", + "name": "constant.character.escape.powershell" + }, + { + "match": "\"\"", + "name": "constant.character.escape.powershell" + } + ] + }, + "function": { + "begin": "(?<!\\S)(?i)(function|filter|configuration|workflow)\\s+(?:(global|local|script|private):)?((?:\\p{L}|\\d|_|-|\\.)+)", + "beginCaptures": { + "0": { + "name": "meta.function" + }, + "1": { + "name": "storage.type" + }, + "2": { + "name": "storage.modifier.scope.powershell" + }, + "3": { + "name": "entity.name.function.powershell" + } + }, + "end": "\\{|\\(" + }, + "interpolatedStringContent": { + "begin": "\\(", + "beginCaptures": { + "0": { + "name": "keyword.other.powershell" + } + }, + "contentName": "interpolated.simple.source.powershell", + "end": "\\)", + "endCaptures": { + "0": { + "name": "keyword.other.powershell" + } + }, + "patterns": [ + { + "include": "$self" + }, + { + "include": "#interpolation" + }, + { + "include": "#interpolatedStringContent" + } + ] + }, + "interpolation": { + "begin": "(\\$)\\(", + "beginCaptures": { + "0": { + "name": "keyword.other.powershell" + } + }, + "contentName": "interpolated.complex.source.powershell", + "end": "\\)", + "endCaptures": { + "0": { + "name": "keyword.other.powershell" + } + }, + "patterns": [ + { + "include": "$self" + }, + { + "include": "#interpolation" + }, + { + "include": "#interpolatedStringContent" + } + ] + }, + "numericConstant": { + "patterns": [ + { + "captures": { + "1": { + "name": "keyword.operator.math.powershell" + }, + "2": { + "name": "support.constant.powershell" + }, + "3": { + "name": "keyword.other.powershell" + } + }, + "match": "(?<!\\w)(?i:(0x)([a-f0-9]+)((?i:L)?(?i:[kmgtp]b)?))(?!\\w)", + "name": "constant.numeric.hexadecimal.powershell" + }, + { + "captures": { + "1": { + "name": "support.constant.powershell" + }, + "2": { + "name": "keyword.operator.math.powershell" + }, + "3": { + "name": "support.constant.powershell" + }, + "4": { + "name": "keyword.other.powershell" + }, + "5": { + "name": "keyword.other.powershell" + } + }, + "match": "(?<!\\w)(?i:(\\d*\\.?\\d+)(?:((?i:E)[+-]?)(\\d+))?((?i:[DL])?)((?i:[kmgtp]b)?))(?!\\w)", + "name": "constant.numeric.scientific.powershell" + } + ] + }, + "scriptblock": { + "begin": "\\{", + "end": "\\}", + "name": "meta.scriptblock.powershell", + "patterns": [ + { + "include": "$self" + } + ] + }, + "type": { + "begin": "\\[", + "beginCaptures": { + "0": { + "name": "entity.other.attribute-name" + } + }, + "comment": "name should be entity.name.type but default schema doesn't have a good color for it", + "end": "\\]", + "endCaptures": { + "0": { + "name": "entity.other.attribute-name" + } + }, + "patterns": [ + { + "match": "(\\p{L}|\\.|``\\d+)+?", + "name": "entity.other.attribute-name" + }, + { + "include": "$self" + } + ] + }, + "variable": { + "patterns": [ + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "constant.language.powershell" + } + }, + "comment": "These are special constants.", + "match": "(\\$)(?i:(False|Null|True))\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.constant.variable.powershell" + }, + "3": { + "name": "entity.name.function.invocation.powershell" + } + }, + "comment": "These are the other built-in constants.", + "match": "(\\$)(?i:(Error|ExecutionContext|Host|Home|PID|PsHome|PsVersionTable|ShellID))((?:\\.(?:\\p{L}|\\d|_)+)*\\b)?\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.constant.automatic.powershell" + }, + "3": { + "name": "entity.name.function.invocation.powershell" + } + }, + "comment": "Automatic variables are not constants, but they are read-only. In monokai (default) color schema support.variable doesn't have color, so we use constant.", + "match": "(\\$)(?i:(\\$|\\^|\\?|_|Args|ConsoleFileName|Event|EventArgs|EventSubscriber|ForEach|Input|LastExitCode|Matches|MyInvocation|NestedPromptLevel|Profile|PSBoundParameters|PsCmdlet|PsCulture|PSDebugContext|PSItem|PSCommandPath|PSScriptRoot|PsUICulture|Pwd|Sender|SourceArgs|SourceEventArgs|StackTrace|Switch|This))((?:\\.(?:\\p{L}|\\d|_)+)*\\b)?\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "variable.language.powershell" + }, + "3": { + "name": "entity.name.function.invocation.powershell" + } + }, + "comment": "Style preference variables as language variables so that they stand out.", + "match": "(\\$)(?i:(ConfirmPreference|DebugPreference|ErrorActionPreference|ErrorView|FormatEnumerationLimit|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount|MaximumHistoryCount|MaximumVariableCount|OFS|OutputEncoding|ProgressPreference|PsCulture|PSDebugContext|PSDefaultParameterValues|PSEmailServer|PSItem|PSModuleAutoloadingPreference|PSSenderInfo|PSSessionApplicationName|PSSessionConfigurationName|PSSessionOption|VerbosePreference|WarningPreference|WhatIfPreference))((?:\\.(?:\\p{L}|\\d|_)+)*\\b)?\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "storage.modifier.scope.powershell" + }, + "3": { + "name": "variable.other.normal.powershell" + }, + "4": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$)(global|local|private|script|using|workflow):((?:\\p{L}|\\d|_)+))((?:\\.(?:\\p{L}|\\d|_)+)*\\b)?" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "storage.modifier.scope.powershell" + }, + "3": { + "name": "variable.other.readwrite.powershell" + }, + "4": { + "name": "keyword.other.powershell" + }, + "5": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$\\{)(global|local|private|script|using|workflow):([^}]*[^}`])(\\}))((?:\\.(?:\\p{L}|\\d|_)+)*\\b)?" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.variable.drive.powershell" + }, + "3": { + "name": "variable.other.readwrite.powershell" + }, + "4": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$)((?:\\p{L}|\\d|_)+:)?((?:\\p{L}|\\d|_)+))((?:\\.(?:\\p{L}|\\d|_)+)*\\b)?" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.variable.drive.powershell" + }, + "3": { + "name": "variable.other.readwrite.powershell" + }, + "4": { + "name": "keyword.other.powershell" + }, + "5": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$\\{)((?:\\p{L}|\\d|_)+:)?([^}]*[^}`])(\\}))((?:\\.(?:\\p{L}|\\d|_)+)*\\b)?" + } + ] + }, + "variableNoProperty": { + "patterns": [ + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "constant.language.powershell" + } + }, + "comment": "These are special constants.", + "match": "(\\$)(?i:(False|Null|True))\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.constant.variable.powershell" + }, + "3": { + "name": "entity.name.function.invocation.powershell" + } + }, + "comment": "These are the other built-in constants.", + "match": "(\\$)(?i:(Error|ExecutionContext|Host|Home|PID|PsHome|PsVersionTable|ShellID))\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.variable.automatic.powershell" + }, + "3": { + "name": "entity.name.function.invocation.powershell" + } + }, + "comment": "Automatic variables are not constants, but they are read-only...", + "match": "(\\$)(?i:(\\$|\\^|\\?|_|Args|ConsoleFileName|Event|EventArgs|EventSubscriber|ForEach|Input|LastExitCode|Matches|MyInvocation|NestedPromptLevel|Profile|PSBoundParameters|PsCmdlet|PsCulture|PSDebugContext|PSItem|PSCommandPath|PSScriptRoot|PsUICulture|Pwd|Sender|SourceArgs|SourceEventArgs|StackTrace|Switch|This))\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "variable.language.powershell" + }, + "3": { + "name": "entity.name.function.invocation.powershell" + } + }, + "comment": "Style preference variables as language variables so that they stand out.", + "match": "(\\$)(?i:(ConfirmPreference|DebugPreference|ErrorActionPreference|ErrorView|FormatEnumerationLimit|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount|MaximumHistoryCount|MaximumVariableCount|OFS|OutputEncoding|ProgressPreference|PsCulture|PSDebugContext|PSDefaultParameterValues|PSEmailServer|PSItem|PSModuleAutoloadingPreference|PSSenderInfo|PSSessionApplicationName|PSSessionConfigurationName|PSSessionOption|VerbosePreference|WarningPreference|WhatIfPreference))\\b" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "storage.modifier.scope.powershell" + }, + "3": { + "name": "variable.other.normal.powershell" + }, + "4": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$)(global|local|private|script|using|workflow):((?:\\p{L}|\\d|_)+))" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "storage.modifier.scope.powershell" + }, + "3": { + "name": "variable.other.readwrite.powershell" + }, + "4": { + "name": "keyword.other.powershell" + }, + "5": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$\\{)(global|local|private|script|using|workflow):([^}]*[^}`])(\\}))" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.variable.drive.powershell" + }, + "3": { + "name": "variable.other.readwrite.powershell" + }, + "4": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$)((?:\\p{L}|\\d|_)+:)?((?:\\p{L}|\\d|_)+))" + }, + { + "captures": { + "1": { + "name": "keyword.other.powershell" + }, + "2": { + "name": "support.variable.drive.powershell" + }, + "3": { + "name": "variable.other.readwrite.powershell" + }, + "4": { + "name": "keyword.other.powershell" + }, + "5": { + "name": "entity.name.function.invocation.powershell" + } + }, + "match": "(?i:(\\$\\{)((?:\\p{L}|\\d|_)+:)?([^}]*[^}`])(\\}))" + } + ] + } + } +} \ No newline at end of file diff --git a/extensions/python/language-configuration.json b/extensions/python/language-configuration.json index 736124425d..c2c4aabc86 100644 --- a/extensions/python/language-configuration.json +++ b/extensions/python/language-configuration.json @@ -1,7 +1,7 @@ { "comments": { "lineComment": "#", - "blockComment": [ "'''", "'''" ] + "blockComment": [ "\"\"\"", "\"\"\"" ] }, "brackets": [ ["{", "}"], @@ -29,14 +29,16 @@ { "open": "f'", "close": "'", "notIn": ["string", "comment"] }, { "open": "F'", "close": "'", "notIn": ["string", "comment"] }, { "open": "b'", "close": "'", "notIn": ["string", "comment"] }, - { "open": "B'", "close": "'", "notIn": ["string", "comment"] } + { "open": "B'", "close": "'", "notIn": ["string", "comment"] }, + { "open": "`", "close": "`", "notIn": ["string"] } ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["`", "`"] ], "folding": { "offSide": true, diff --git a/extensions/python/package.json b/extensions/python/package.json index 49c9d6ace9..648155758f 100644 --- a/extensions/python/package.json +++ b/extensions/python/package.json @@ -1,6 +1,8 @@ { "name": "python", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "activationEvents": ["onLanguage:python"], diff --git a/extensions/python/package.nls.json b/extensions/python/package.nls.json new file mode 100644 index 0000000000..9bdaf5a3d6 --- /dev/null +++ b/extensions/python/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Python Language Basics", + "description": "Provides syntax highlighting, bracket matching and folding in Python files." +} \ No newline at end of file diff --git a/extensions/python/syntaxes/MagicPython.tmLanguage.json b/extensions/python/syntaxes/MagicPython.tmLanguage.json index 812ddf9735..44a995bc04 100644 --- a/extensions/python/syntaxes/MagicPython.tmLanguage.json +++ b/extensions/python/syntaxes/MagicPython.tmLanguage.json @@ -7,27 +7,6 @@ "version": "https://github.com/MagicStack/MagicPython/commit/b453f26ed856c9b16a053517c41207e3a72cc7d5", "name": "MagicPython", "scopeName": "source.python", - "fileTypes": [ - "py", - "py3", - "rpy", - "pyw", - "cpy", - "pyi", - "SConstruct", - "Sconstruct", - "sconstruct", - "SConscript", - "gyp", - "gypi", - "wsgi", - "kv", - "Snakefile", - "tac" - ], - "first_line_match": "^#![ \\t]*/.*\\bpython[\\d\\.]*\\b", - "firstLineMatch": "^#![ \\t]*/.*\\bpython[\\d\\.]*\\b", - "uuid": "742deb57-6e38-4192-bed6-410746efd85d", "patterns": [ { "include": "#statement" diff --git a/extensions/python/syntaxes/MagicRegExp.tmLanguage.json b/extensions/python/syntaxes/MagicRegExp.tmLanguage.json index 0de066f367..c7e67436a0 100644 --- a/extensions/python/syntaxes/MagicRegExp.tmLanguage.json +++ b/extensions/python/syntaxes/MagicRegExp.tmLanguage.json @@ -7,10 +7,6 @@ "version": "https://github.com/MagicStack/MagicPython/commit/361a4964a559481330764a447e7bab88d4f1b01b", "name": "MagicRegExp", "scopeName": "source.regexp.python", - "fileTypes": [ - "re" - ], - "uuid": "39e15186-71e6-11e5-b82c-7c6d62900c7c", "patterns": [ { "include": "#regexp-expression" diff --git a/extensions/r/package.json b/extensions/r/package.json index 96f89e8c67..c9b682918b 100644 --- a/extensions/r/package.json +++ b/extensions/r/package.json @@ -1,6 +1,8 @@ { "name": "r", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "scripts": { diff --git a/extensions/r/package.nls.json b/extensions/r/package.nls.json new file mode 100644 index 0000000000..e55a5012fd --- /dev/null +++ b/extensions/r/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "R Language Basics", + "description": "Provides syntax highlighting and bracket matching in R files." +} \ No newline at end of file diff --git a/extensions/r/syntaxes/R.plist b/extensions/r/syntaxes/R.plist deleted file mode 100644 index 58022aa142..0000000000 --- a/extensions/r/syntaxes/R.plist +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>fileTypes</key> - <array> - <string>R</string> - <string>r</string> - <string>s</string> - <string>S</string> - <string>Rprofile</string> - </array> - <key>keyEquivalent</key> - <string>^~R</string> - <key>name</key> - <string>R</string> - <key>patterns</key> - <array> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>comment.line.pragma.r</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>entity.name.pragma.name.r</string> - </dict> - </dict> - <key>match</key> - <string>^(#pragma[ \t]+mark)[ \t](.*)</string> - <key>name</key> - <string>comment.line.pragma-mark.r</string> - </dict> - <dict> - <key>begin</key> - <string>(^[ \t]+)?(?=#)</string> - <key>beginCaptures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>punctuation.whitespace.comment.leading.r</string> - </dict> - </dict> - <key>end</key> - <string>(?!\G)</string> - <key>patterns</key> - <array> - <dict> - <key>begin</key> - <string>#</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.definition.comment.r</string> - </dict> - </dict> - <key>end</key> - <string>\n</string> - <key>name</key> - <string>comment.line.number-sign.r</string> - </dict> - </array> - </dict> - <dict> - <key>match</key> - <string>\b(logical|numeric|character|complex|matrix|array|data\.frame|list|factor)(?=\s*\()</string> - <key>name</key> - <string>storage.type.r</string> - </dict> - <dict> - <key>match</key> - <string>\b(function|if|break|next|repeat|else|for|return|switch|while|in|invisible)\b</string> - <key>name</key> - <string>keyword.control.r</string> - </dict> - <dict> - <key>match</key> - <string>\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)(i|L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\b</string> - <key>name</key> - <string>constant.numeric.r</string> - </dict> - <dict> - <key>match</key> - <string>\b(T|F|TRUE|FALSE|NULL|NA|Inf|NaN)\b</string> - <key>name</key> - <string>constant.language.r</string> - </dict> - <dict> - <key>match</key> - <string>\b(pi|letters|LETTERS|month\.abb|month\.name)\b</string> - <key>name</key> - <string>support.constant.misc.r</string> - </dict> - <dict> - <key>match</key> - <string>(\-|\+|\*|\/|%\/%|%%|%\*%|%in%|%o%|%x%|\^)</string> - <key>name</key> - <string>keyword.operator.arithmetic.r</string> - </dict> - <dict> - <key>match</key> - <string>(=|<-|<<-|->|->>)</string> - <key>name</key> - <string>keyword.operator.assignment.r</string> - </dict> - <dict> - <key>match</key> - <string>(==|!=|<>|<|>|<=|>=)</string> - <key>name</key> - <string>keyword.operator.comparison.r</string> - </dict> - <dict> - <key>match</key> - <string>(!|&{1,2}|[|]{1,2})</string> - <key>name</key> - <string>keyword.operator.logical.r</string> - </dict> - <dict> - <key>match</key> - <string>(\.\.\.|\$|@|:|\~)</string> - <key>name</key> - <string>keyword.other.r</string> - </dict> - <dict> - <key>begin</key> - <string>"</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.r</string> - </dict> - </dict> - <key>end</key> - <string>"</string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.r</string> - </dict> - </dict> - <key>name</key> - <string>string.quoted.double.r</string> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>\\.</string> - <key>name</key> - <string>constant.character.escape.r</string> - </dict> - </array> - </dict> - <dict> - <key>begin</key> - <string>'</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.begin.r</string> - </dict> - </dict> - <key>end</key> - <string>'</string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.definition.string.end.r</string> - </dict> - </dict> - <key>name</key> - <string>string.quoted.single.r</string> - <key>patterns</key> - <array> - <dict> - <key>match</key> - <string>\\.</string> - <key>name</key> - <string>constant.character.escape.r</string> - </dict> - </array> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>entity.name.function.r</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>keyword.operator.assignment.r</string> - </dict> - <key>3</key> - <dict> - <key>name</key> - <string>keyword.control.r</string> - </dict> - </dict> - <key>match</key> - <string>([[:alpha:].][[:alnum:]._]*)\s*(<-)\s*(function)</string> - <key>name</key> - <string>meta.function.r</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>entity.name.tag.r</string> - </dict> - <key>4</key> - <dict> - <key>name</key> - <string>entity.name.type.r</string> - </dict> - </dict> - <key>match</key> - <string>(setMethod|setReplaceMethod|setGeneric|setGroupGeneric|setClass)\s*\(\s*([[:alpha:]\d]+\s*=\s*)?("|\x{27})([a-zA-Z._\[\$@][a-zA-Z0-9._\[]*?)\3.*</string> - <key>name</key> - <string>meta.method.declaration.r</string> - </dict> - <dict> - <key>match</key> - <string>([[:alpha:].][[:alnum:]._]*)\s*\(</string> - </dict> - <dict> - <key>captures</key> - <dict> - <key>1</key> - <dict> - <key>name</key> - <string>variable.parameter.r</string> - </dict> - <key>2</key> - <dict> - <key>name</key> - <string>keyword.operator.assignment.r</string> - </dict> - </dict> - <key>match</key> - <string>([[:alpha:].][[:alnum:]._]*)\s*(=)(?=[^=])</string> - </dict> - <dict> - <key>match</key> - <string>\b([\d_][[:alnum:]._]+)\b</string> - <key>name</key> - <string>invalid.illegal.variable.other.r</string> - </dict> - <dict> - <key>match</key> - <string>\b([[:alnum:]_]+)(?=::)</string> - <key>name</key> - <string>entity.namespace.r</string> - </dict> - <dict> - <key>match</key> - <string>\b([[:alnum:]._]+)\b</string> - <key>name</key> - <string>variable.other.r</string> - </dict> - <dict> - <key>begin</key> - <string>\{</string> - <key>beginCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.section.block.begin.r</string> - </dict> - </dict> - <key>end</key> - <string>\}</string> - <key>endCaptures</key> - <dict> - <key>0</key> - <dict> - <key>name</key> - <string>punctuation.section.block.end.r</string> - </dict> - </dict> - <key>name</key> - <string>meta.block.r</string> - <key>patterns</key> - <array> - <dict> - <key>include</key> - <string>source.r</string> - </dict> - </array> - </dict> - </array> - <key>scopeName</key> - <string>source.r</string> - <key>uuid</key> - <string>B2E6B78D-6E70-11D9-A369-000D93B3A10E</string> -</dict> -</plist> \ No newline at end of file diff --git a/extensions/r/syntaxes/r.tmLanguage.json b/extensions/r/syntaxes/r.tmLanguage.json index 38ce48074c..d9d295d626 100644 --- a/extensions/r/syntaxes/r.tmLanguage.json +++ b/extensions/r/syntaxes/r.tmLanguage.json @@ -5,17 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/Ikuyadeu/vscode-R/commit/b3ef459a3999160d97ea28f4754fda810417f99f", - "fileTypes": [ - "R", - "r", - "S", - "s", - "Rprofile" - ], - "foldingStartMarker": "(\\(\\s*$|\\{\\s*$)", - "foldingStopMarker": "(^\\s*\\)|^\\s*\\})", - "keyEquivalent": "^~R", "name": "R", + "scopeName": "source.r", "patterns": [ { "include": "#roxygen" @@ -549,7 +540,5 @@ } ] } - }, - "scopeName": "source.r", - "uuid": "B2E6B78D-6E70-11D9-A369-000D93B3A10A" + } } \ No newline at end of file diff --git a/extensions/shellscript/package.json b/extensions/shellscript/package.json index ef9014dc01..446e98b078 100644 --- a/extensions/shellscript/package.json +++ b/extensions/shellscript/package.json @@ -1,6 +1,8 @@ { "name": "shellscript", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "scripts": { diff --git a/extensions/shellscript/package.nls.json b/extensions/shellscript/package.nls.json new file mode 100644 index 0000000000..9360510f79 --- /dev/null +++ b/extensions/shellscript/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Shell Script Language Basics", + "description": "Provides syntax highlighting and bracket matching in Shell Script files." +} \ No newline at end of file diff --git a/extensions/shellscript/syntaxes/Shell-Unix-Bash.tmLanguage.json b/extensions/shellscript/syntaxes/Shell-Unix-Bash.tmLanguage.json index 6aa3daeefe..0089e5aa5c 100644 --- a/extensions/shellscript/syntaxes/Shell-Unix-Bash.tmLanguage.json +++ b/extensions/shellscript/syntaxes/Shell-Unix-Bash.tmLanguage.json @@ -4,35 +4,9 @@ "If you want to provide a fix or improvement, please create a pull request against the original repository.", "Once accepted there, we are happy to receive an update request." ], - "version": "https://github.com/atom/language-shellscript/commit/f2cec59e541e3e10153a8e3e5e681baf139c81a3", - "scopeName": "source.shell", + "version": "https://github.com/atom/language-shellscript/commit/4c3711edbe8eac6f501976893976b1ac6a043d50", "name": "Shell Script", - "fileTypes": [ - "sh", - "bash", - "ksh", - "zsh", - "zsh-theme", - "zshenv", - "zlogin", - "zlogout", - "zprofile", - "zshrc", - "bashrc", - "bash_aliases", - "bash_profile", - "bash_login", - "profile", - "bash_logout", - ".textmate_init", - "npmrc", - "PKGBUILD", - "install", - "cygport", - "bats", - "ebuild" - ], - "firstLineMatch": "(?x)\n# Hashbang\n^\\#!.*(?:\\s|\\/)\n (?:bash|zsh|sh|tcsh|ksh|dash|ash|csh|rc)\n(?:$|\\s)\n|\n# Modeline\n(?i:\n # Emacs\n -\\*-(?:\\s*(?=[^:;\\s]+\\s*-\\*-)|(?:.*?[;\\s]|(?<=-\\*-))mode\\s*:\\s*)\n (?:shell-script|sh)\n (?=[\\s;]|(?<![-*])-\\*-).*?-\\*-\n |\n # Vim\n (?:(?:\\s|^)vi(?:m[<=>]?\\d+|m)?|\\sex)(?=:(?=\\s*set?\\s[^\\n:]+:)|:(?!\\s* set?\\s))(?:(?:\\s|\\s*:\\s*)\\w*(?:\\s*=(?:[^\\n\\\\\\s]|\\\\.)*)?)*[\\s:](?:filetype|ft|syntax)\\s*=\n sh\n (?=\\s|:|$)\n)", + "scopeName": "source.shell", "patterns": [ { "include": "#comment" @@ -141,7 +115,7 @@ ] }, "comment": { - "begin": "(^\\s+)?(?<=^|\\W)(?=#)(?!#{)", + "begin": "(^\\s+)?(?<=^|\\W)(?<!-)(?=#)(?!#{)", "beginCaptures": { "1": { "name": "punctuation.whitespace.comment.leading.shell" @@ -314,7 +288,7 @@ "heredoc": { "patterns": [ { - "begin": "(<<)-(\"|'|)\\s*(RUBY)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*(RUBY)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -338,7 +312,7 @@ ] }, { - "begin": "(<<)(\"|'|)\\s*(RUBY)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)\\s*(\"|'|)\\s*(RUBY)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -362,7 +336,7 @@ ] }, { - "begin": "(<<)-(\"|'|)\\s*(PYTHON)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*(PYTHON)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -386,7 +360,7 @@ ] }, { - "begin": "(<<)(\"|'|)\\s*(PYTHON)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)\\s*(\"|'|)\\s*(PYTHON)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -410,7 +384,7 @@ ] }, { - "begin": "(<<)-(\"|'|)\\s*(APPLESCRIPT)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*(APPLESCRIPT)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -434,7 +408,7 @@ ] }, { - "begin": "(<<)(\"|'|)\\s*(APPLESCRIPT)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)\\s*(\"|'|)\\s*(APPLESCRIPT)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -458,7 +432,7 @@ ] }, { - "begin": "(<<)-(\"|'|)\\s*(HTML)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*(HTML)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -482,7 +456,7 @@ ] }, { - "begin": "(<<)(\"|'|)\\s*(HTML)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)\\s*(\"|'|)\\s*(HTML)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -506,7 +480,7 @@ ] }, { - "begin": "(<<)-(\"|'|)\\s*(MARKDOWN)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*(MARKDOWN)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -530,7 +504,7 @@ ] }, { - "begin": "(<<)(\"|'|)\\s*(MARKDOWN)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)\\s*(\"|'|)\\s*(MARKDOWN)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -554,7 +528,7 @@ ] }, { - "begin": "(<<)-(\"|'|)\\s*(TEXTILE)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*(TEXTILE)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -578,7 +552,7 @@ ] }, { - "begin": "(<<)(\"|'|)\\s*(TEXTILE)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)\\s*(\"|'|)\\s*(TEXTILE)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -602,7 +576,7 @@ ] }, { - "begin": "(<<)-(\"|'|)\\s*(SHELL)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*(SHELL)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -626,7 +600,7 @@ ] }, { - "begin": "(<<)(\"|'|)\\s*(SHELL)(?=\\s|;|&|<|\"|')\\2", + "begin": "(<<)\\s*(\"|'|)\\s*(SHELL)(?=\\s|;|&|<|\"|')\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -650,7 +624,7 @@ ] }, { - "begin": "(<<)-(\"|'|)\\s*\\\\?([^;&<\\s]+)\\2", + "begin": "(<<)-\\s*(\"|'|)\\s*\\\\?([^;&<\\s]+)\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -668,7 +642,7 @@ "name": "string.unquoted.heredoc.no-indent.shell" }, { - "begin": "(<<)(\"|'|)\\s*\\\\?([^;&<\\s]+)\\2", + "begin": "(<<)\\s*(\"|'|)\\s*\\\\?([^;&<\\s]+)\\2", "beginCaptures": { "1": { "name": "keyword.operator.heredoc.shell" @@ -753,7 +727,7 @@ ] } }, - "match": "(<<<)\\s*(([^\\s\\\\]|\\\\.)+)", + "match": "(<<<)\\s*(([^\\s)\\\\]|\\\\.)+)", "name": "meta.herestring.shell" } ] diff --git a/extensions/sql/package.json b/extensions/sql/package.json index e983778bf3..f0256026d4 100644 --- a/extensions/sql/package.json +++ b/extensions/sql/package.json @@ -1,6 +1,8 @@ { "name": "sql", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "scripts": { diff --git a/extensions/sql/package.nls.json b/extensions/sql/package.nls.json new file mode 100644 index 0000000000..328fcb3e15 --- /dev/null +++ b/extensions/sql/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "SQL Language Basics", + "description": "Provides syntax highlighting and bracket matching in SQL files." +} \ No newline at end of file diff --git a/extensions/sql/syntaxes/sql.tmLanguage.json b/extensions/sql/syntaxes/sql.tmLanguage.json index 80cb019c44..cf4f9a394d 100644 --- a/extensions/sql/syntaxes/sql.tmLanguage.json +++ b/extensions/sql/syntaxes/sql.tmLanguage.json @@ -5,13 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/Microsoft/vscode-mssql/commit/c8effddd6a9df117f3ed45b60b487163950a7ea5", - "fileTypes": [ - "sql", - "ddl", - "dml" - ], - "keyEquivalent": "^~S", "name": "SQL", + "scopeName": "source.sql", "patterns": [ { "match": "((?<!@)@)\\b(\\w+)\\b", @@ -520,7 +515,5 @@ } ] } - }, - "scopeName": "source.sql", - "uuid": "C49120AC-6ECC-11D9-ACC8-000D93589AF6" + } } \ No newline at end of file diff --git a/extensions/sql/test/colorize-results/test_sql.json b/extensions/sql/test/colorize-results/test_sql.json index a44b31e246..da116cea9c 100644 --- a/extensions/sql/test/colorize-results/test_sql.json +++ b/extensions/sql/test/colorize-results/test_sql.json @@ -11,7 +11,29 @@ } }, { - "c": " VIEW METRIC_STATS (ID, MONTH, TEMP_C, RAIN_C) ", + "c": " VIEW METRIC_STATS (ID, ", + "t": "source.sql", + "r": { + "dark_plus": "default: #D4D4D4", + "light_plus": "default: #000000", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "default: #FFFFFF" + } + }, + { + "c": "MONTH", + "t": "source.sql support.function.datetime.sql", + "r": { + "dark_plus": "support.function: #DCDCAA", + "light_plus": "support.function: #795E26", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "support.function: #DCDCAA" + } + }, + { + "c": ", TEMP_C, RAIN_C) ", "t": "source.sql", "r": { "dark_plus": "default: #D4D4D4", @@ -55,7 +77,18 @@ } }, { - "c": "MONTH,", + "c": "MONTH", + "t": "source.sql support.function.datetime.sql", + "r": { + "dark_plus": "support.function: #DCDCAA", + "light_plus": "support.function: #795E26", + "dark_vs": "default: #D4D4D4", + "light_vs": "default: #000000", + "hc_black": "support.function: #DCDCAA" + } + }, + { + "c": ",", "t": "source.sql", "r": { "dark_plus": "default: #D4D4D4", diff --git a/extensions/theme-abyss/package.json b/extensions/theme-abyss/package.json index dd1aa7b31a..2d6e6962c2 100644 --- a/extensions/theme-abyss/package.json +++ b/extensions/theme-abyss/package.json @@ -1,6 +1,8 @@ { "name": "theme-abyss", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { diff --git a/extensions/theme-abyss/package.nls.json b/extensions/theme-abyss/package.nls.json new file mode 100644 index 0000000000..48fbcd8583 --- /dev/null +++ b/extensions/theme-abyss/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Abyss Theme", + "description": "Abyss theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-abyss/themes/Abyss.tmTheme b/extensions/theme-abyss/themes/Abyss.tmTheme deleted file mode 100644 index 953fd645af..0000000000 --- a/extensions/theme-abyss/themes/Abyss.tmTheme +++ /dev/null @@ -1,339 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>name</key> - <string>Ofer 1</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#000c18</string> - <key>caret</key> - <string>#ddbb88</string> - <key>foreground</key> - <string>#6688cc</string> - <key>invisibles</key> - <string>#002040</string> - <key>lineHighlight</key> - <string>#082050</string> - <key>selection</key> - <string>#770811</string> - <key>guide</key> - <string>#002952</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment</string> - <key>scope</key> - <string>comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#223355</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String</string> - <key>scope</key> - <string>string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#22aa44</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Number</string> - <key>scope</key> - <string>constant.numeric</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f280d0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Built-in constant</string> - <key>scope</key> - <string>constant.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f280d0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>User-defined constant</string> - <key>scope</key> - <string>constant.character, constant.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f280d0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variable</string> - <key>scope</key> - <string>variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keyword</string> - <key>scope</key> - <string>keyword</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#225588</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage</string> - <key>scope</key> - <string>storage</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#225588</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage type</string> - <key>scope</key> - <string>storage.type</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#9966b8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Class name</string> - <key>scope</key> - <string>entity.name.class, entity.name.type</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>underline</string> - <key>foreground</key> - <string>#ffeebb</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Inherited class</string> - <key>scope</key> - <string>entity.other.inherited-class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic underline</string> - <key>foreground</key> - <string>#ddbb88</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function name</string> - <key>scope</key> - <string>entity.name.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ddbb88</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function argument</string> - <key>scope</key> - <string>variable.parameter</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#2277ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag name</string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#225588</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag attribute</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ddbb88</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library function</string> - <key>scope</key> - <string>support.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#9966b8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library constant</string> - <key>scope</key> - <string>support.constant</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#9966b8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library class/type</string> - <key>scope</key> - <string>support.type, support.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#9966b8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library variable</string> - <key>scope</key> - <string>support.other.variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid</string> - <key>scope</key> - <string>invalid</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#F92672</string> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#F8F8F0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid deprecated</string> - <key>scope</key> - <string>invalid.deprecated</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#AE81FF</string> - <key>foreground</key> - <string>#F8F8F0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Quote</string> - <key>scope</key> - <string>markup.quote</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#22aa44</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Styling</string> - <key>scope</key> - <string>markup.bold, markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#22aa44</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Inline</string> - <key>scope</key> - <string>markup.inline.raw</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#9966b8</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Setext Header</string> - <key>scope</key> - <string>markup.heading.setext</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ddbb88</string> - </dict> - </dict> - </array> - <key>uuid</key> - <string>96A92F4B-E068-4DC6-9635-F55E7D920420</string> -</dict> -</plist> diff --git a/extensions/theme-abyss/themes/abyss-color-theme.json b/extensions/theme-abyss/themes/abyss-color-theme.json index bae5fd4880..3522dabcfb 100644 --- a/extensions/theme-abyss/themes/abyss-color-theme.json +++ b/extensions/theme-abyss/themes/abyss-color-theme.json @@ -312,6 +312,7 @@ "editorHoverWidget.background": "#000c38", "editorHoverWidget.border": "#004c18", "editorLineNumber.foreground": "#406385", + "editorActiveLineNumber.foreground": "#80a2c2", "editorMarkerNavigation.background": "#060621", "editorMarkerNavigationError.background": "#AB395B", "editorMarkerNavigationWarning.background": "#5B7E7A", diff --git a/extensions/theme-defaults/package.json b/extensions/theme-defaults/package.json index 8549eb073f..dc52a4a972 100644 --- a/extensions/theme-defaults/package.json +++ b/extensions/theme-defaults/package.json @@ -3,7 +3,7 @@ "displayName": "High Contrast Theme", "description": "High Contrast theme", "categories": [ "Themes" ], - "version": "0.1.10", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { diff --git a/extensions/theme-defaults/package.nls.json b/extensions/theme-defaults/package.nls.json new file mode 100644 index 0000000000..46dee28cf2 --- /dev/null +++ b/extensions/theme-defaults/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Default Themes", + "description": "The default light and dark themes (Plus and Visual Studio)" +} \ No newline at end of file diff --git a/extensions/theme-kimbie-dark/package.json b/extensions/theme-kimbie-dark/package.json index f22ca5e5f0..06682901e0 100644 --- a/extensions/theme-kimbie-dark/package.json +++ b/extensions/theme-kimbie-dark/package.json @@ -1,6 +1,8 @@ { "name": "theme-kimbie-dark", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { diff --git a/extensions/theme-kimbie-dark/package.nls.json b/extensions/theme-kimbie-dark/package.nls.json new file mode 100644 index 0000000000..85c736cee8 --- /dev/null +++ b/extensions/theme-kimbie-dark/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Kimbie Dark Theme", + "description": "Kimbie dark theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-kimbie-dark/themes/Kimbie_dark.tmTheme b/extensions/theme-kimbie-dark/themes/Kimbie_dark.tmTheme deleted file mode 100644 index 6f978635ef..0000000000 --- a/extensions/theme-kimbie-dark/themes/Kimbie_dark.tmTheme +++ /dev/null @@ -1,509 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<!-- - - Name: Kimbie (dark) - Author: Jan T. Sott - License: Creative Commons Attribution-ShareAlike 3.0 Unported License - URL: https://github.com/idleberg/Kimbie.tmTheme - - Base16 template for TextMate by Chris Kempson (https://github.com/chriskempson) - ---> -<plist version="1.0"> -<dict> - <key>author</key> - <string>Jan T. Sott</string> - <key>name</key> - <string>Kimbie (dark)</string> - <key>comment</key> - <string>https://github.com/idleberg/Kimbie.tmTheme</string> - <key>semanticClass</key> - <string>theme.dark.kimbie</string> - <key>colorSpaceName</key> - <string>sRGB</string> - <key>gutterSettings</key> - <dict> - <key>background</key> - <string>#5e452b</string> - <key>divider</key> - <string>#5e452b</string> - <key>foreground</key> - <string>#a57a4c</string> - <key>selectionBackground</key> - <string>#84613d</string> - <key>selectionForeground</key> - <string>#d6baad</string> - </dict> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#221a0f</string> - <key>caret</key> - <string>#d3af86</string> - <key>foreground</key> - <string>#d3af86</string> - <key>invisibles</key> - <string>#a57a4c</string> - <key>lineHighlight</key> - <string>#5e452b</string> - <key>selection</key> - <string>#84613d</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Text</string> - <key>scope</key> - <string>variable.parameter.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d3af86</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments</string> - <key>scope</key> - <string>comment, punctuation.definition.comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#a57a4c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation</string> - <key>scope</key> - <string>punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d3af86</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Delimiters</string> - <key>scope</key> - <string>none</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d3af86</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Operators</string> - <key>scope</key> - <string>keyword.operator</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#d3af86</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keywords</string> - <key>scope</key> - <string>keyword, keyword.control</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#98676a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variables</string> - <key>scope</key> - <string>variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dc3958</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Functions</string> - <key>scope</key> - <string>entity.name.function, meta.require, support.function.any-method</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8ab1b0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes</string> - <key>scope</key> - <string>support.class, entity.name.class, entity.name.type</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f06431</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Methods</string> - <key>scope</key> - <string>keyword.other.special-method</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8ab1b0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage</string> - <key>scope</key> - <string>storage</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#98676a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Support</string> - <key>scope</key> - <string>support.function</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7e602c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Strings, Inherited Class</string> - <key>scope</key> - <string>string, constant.other.symbol, entity.other.inherited-class</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#889b4a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Integers</string> - <key>scope</key> - <string>constant.numeric</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Floats</string> - <key>scope</key> - <string>none</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Boolean</string> - <key>scope</key> - <string>none</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Constants</string> - <key>scope</key> - <string>constant</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tags</string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dc3958</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Attributes</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Attribute IDs</string> - <key>scope</key> - <string>entity.other.attribute-name.id, punctuation.definition.entity</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#8ab1b0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Selector</string> - <key>scope</key> - <string>meta.selector</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#98676a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Values</string> - <key>scope</key> - <string>none</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Headings</string> - <key>scope</key> - <string>markup.heading, markup.heading.setext, punctuation.definition.heading, entity.name.section</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#8ab1b0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Units</string> - <key>scope</key> - <string>keyword.other.unit</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Bold</string> - <key>scope</key> - <string>markup.bold, punctuation.definition.bold</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - <key>foreground</key> - <string>#f06431</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Italic</string> - <key>scope</key> - <string>markup.italic, punctuation.definition.italic</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#98676a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Code</string> - <key>scope</key> - <string>markup.inline.raw</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#889b4a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Link Text</string> - <key>scope</key> - <string>string.other.link</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dc3958</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Link Url</string> - <key>scope</key> - <string>meta.link</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Lists</string> - <key>scope</key> - <string>markup.list</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dc3958</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Quotes</string> - <key>scope</key> - <string>markup.quote</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f79a32</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Separator</string> - <key>scope</key> - <string>meta.separator</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#84613d</string> - <key>foreground</key> - <string>#d3af86</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Inserted</string> - <key>scope</key> - <string>markup.inserted</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#889b4a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Deleted</string> - <key>scope</key> - <string>markup.deleted</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dc3958</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Changed</string> - <key>scope</key> - <string>markup.changed</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#98676a</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Colors</string> - <key>scope</key> - <string>constant.other.color</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7e602c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Regular Expressions</string> - <key>scope</key> - <string>string.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7e602c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Escape Characters</string> - <key>scope</key> - <string>constant.character.escape</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7e602c</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Embedded</string> - <key>scope</key> - <string>punctuation.section.embedded, variable.interpolation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#18401e</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid</string> - <key>scope</key> - <string>invalid.illegal</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#dc3958</string> - </dict> - </dict> - </array> - <key>uuid</key> - <string>3afc3658-e264-4790-85c5-4c4c85f4b1ce</string> -</dict> -</plist> diff --git a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json index bad21aface..89cdcb1e53 100644 --- a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json +++ b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json @@ -20,6 +20,7 @@ "editorHoverWidget.background": "#221a14", "editorGroupHeader.tabsBackground": "#131510", "editorGroup.background": "#0f0c08", + "editorActiveLineNumber.foreground": "#adadad", "tab.inactiveBackground": "#131510", "titleBar.activeBackground": "#423523", "statusBar.background": "#423523", diff --git a/extensions/theme-monokai-dimmed/package.json b/extensions/theme-monokai-dimmed/package.json index 18ed5256ad..f64721a898 100644 --- a/extensions/theme-monokai-dimmed/package.json +++ b/extensions/theme-monokai-dimmed/package.json @@ -1,8 +1,12 @@ { "name": "theme-monokai-dimmed", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", - "engines": { "vscode": "*" }, + "engines": { + "vscode": "*" + }, "contributes": { "themes": [ { diff --git a/extensions/theme-monokai-dimmed/package.nls.json b/extensions/theme-monokai-dimmed/package.nls.json new file mode 100644 index 0000000000..3d93898e2c --- /dev/null +++ b/extensions/theme-monokai-dimmed/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Monokai Dimmed Theme", + "description": "Monokai dimmed theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json index 3b64b90309..12719f1079 100644 --- a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json +++ b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json @@ -5,7 +5,7 @@ "list.activeSelectionBackground": "#707070", "list.focusBackground": "#707070", "list.inactiveSelectionBackground": "#4e4e4e", - "list.hoverBackground": "#707070", + "list.hoverBackground": "#444444", "list.highlightForeground": "#e58520", "button.background": "#565656", "editor.background": "#1e1e1e", @@ -13,6 +13,7 @@ "editor.selectionBackground": "#676b7180", "editor.selectionHighlightBackground": "#575b6180", "editor.lineHighlightBackground": "#303030", + "editorActiveLineNumber.foreground": "#949494", "editor.wordHighlightBackground": "#4747a180", "editor.wordHighlightStrongBackground": "#6767ce80", "editorCursor.foreground": "#c07020", @@ -210,14 +211,6 @@ "foreground": "#6089B4" } }, - { - "name": "Language Constant", - "scope": "constant.language", - "settings": { - "fontStyle": "", - "foreground": "#FF0080" - } - }, { "name": "Meta Brace", "scope": "punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html", diff --git a/extensions/theme-monokai-dimmed/themes/dimmed-monokai.tmTheme b/extensions/theme-monokai-dimmed/themes/dimmed-monokai.tmTheme deleted file mode 100644 index 5c542a4394..0000000000 --- a/extensions/theme-monokai-dimmed/themes/dimmed-monokai.tmTheme +++ /dev/null @@ -1,856 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<plist version="1.0"> -<dict> - <key>author</key> - <string>uonick</string> - <key>comment</key> - <string>Dimmed - Monokai</string> - <key>name</key> - <string>Dimmed - Monokai</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#1e1e1e</string> - <key>caret</key> - <string>#fc5604</string> - <key>foreground</key> - <string>#C5C8C6</string> - <key>invisibles</key> - <string>#4B4E55</string> - <key>lineHighlight</key> - <string>#282A2E</string> - <key>selection</key> - <string>#373B41</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>By uonick</string> - <key>settings</key> - <dict> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment</string> - <key>scope</key> - <string>comment</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9A9B99</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String</string> - <key>scope</key> - <string>string</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String Embedded Source</string> - <key>scope</key> - <string>string source</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D08442</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Number</string> - <key>scope</key> - <string>constant.numeric</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Built-in constant</string> - <key>scope</key> - <string>constant.language</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#408080</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>User-defined constant</string> - <key>scope</key> - <string>constant.character, constant.other</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#8080FF</string> - <key>background</key> - <string>#1e1e1e</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keyword</string> - <key>scope</key> - <string>keyword</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Support</string> - <key>scope</key> - <string>support</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#C7444A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage</string> - <key>scope</key> - <string>storage</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Class name</string> - <key>scope</key> - <string>entity.name.class, entity.name.type</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9B0000</string> - <key>background</key> - <string>#1E1E1E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Inherited class</string> - <key>scope</key> - <string>entity.other.inherited-class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#C7444A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function name</string> - <key>scope</key> - <string>entity.name.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#CE6700</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function argument</string> - <key>scope</key> - <string>variable.parameter</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag name</string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag attribute</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library function</string> - <key>scope</key> - <string>support.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keyword</string> - <key>scope</key> - <string>keyword</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#676867</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Class Variable</string> - <key>scope</key> - <string>variable.other, variable.js, punctuation.separator.variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Language Constant</string> - <key>scope</key> - <string>constant.language</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#FF0080</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Meta Brace</string> - <key>scope</key> - <string>punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#008200</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid</string> - <key>scope</key> - <string>invalid</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#FF0B00</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Normal Variable</string> - <key>scope</key> - <string>variable.other.php, variable.other.normal</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function Call</string> - <key>scope</key> - <string>meta.function-call</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#0080FF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function Object</string> - <key>scope</key> - <string>meta.function-call.object</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function Call Variable</string> - <key>scope</key> - <string>variable.other.property</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keyword Control</string> - <key>scope</key> - <string>keyword.control</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag</string> - <key>scope</key> - <string>meta.tag</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag Name</string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Doctype</string> - <key>scope</key> - <string>meta.doctype, meta.tag.sgml-declaration.doctype, meta.tag.sgml.doctype</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag Inline Source</string> - <key>scope</key> - <string>meta.tag.inline source, text.html.php.source</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag Other</string> - <key>scope</key> - <string>meta.tag.other, entity.name.tag.style, entity.name.tag.script, meta.tag.block.script, source.js.embedded punctuation.definition.tag.html, source.css.embedded punctuation.definition.tag.html</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag Attribute</string> - <key>scope</key> - <string>entity.other.attribute-name, meta.tag punctuation.definition.string</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag Value</string> - <key>scope</key> - <string>meta.tag string -source -punctuation, text source text meta.tag string -punctuation</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Meta Brace</string> - <key>scope</key> - <string>punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML ID</string> - <key>scope</key> - <string>meta.toc-list.id</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML String</string> - <key>scope</key> - <string>string.quoted.double.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML Tags</string> - <key>scope</key> - <string>punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS ID</string> - <key>scope</key> - <string>meta.selector.css entity.other.attribute-name.id</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Property Name</string> - <key>scope</key> - <string>support.type.property-name.css</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#676867</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS Property Value</string> - <key>scope</key> - <string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#C7444A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JavaScript Variable</string> - <key>scope</key> - <string>variable.language.js</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#CC555A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Function Call</string> - <key>scope</key> - <string>meta.function-call.object.php</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Single Quote HMTL Fix</string> - <key>scope</key> - <string>punctuation.definition.string.end.php, punctuation.definition.string.begin.php</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Parenthesis HMTL Fix</string> - <key>scope</key> - <string>source.php.embedded.line.html</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#676867</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>PHP Punctuation Embedded</string> - <key>scope</key> - <string>punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D08442</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Ruby Symbol</string> - <key>scope</key> - <string>constant.other.symbol.ruby</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Ruby Variable</string> - <key>scope</key> - <string>variable.language.ruby</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Ruby Special Method</string> - <key>scope</key> - <string>keyword.other.special-method.ruby</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D9B700</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Ruby Embedded Source</string> - <key>scope</key> - <string>source.ruby.embedded.source</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#D08442</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>SQL</string> - <key>scope</key> - <string>keyword.other.DML.sql</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string> - </string> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff: header</string> - <key>scope</key> - <string>meta.diff, meta.diff.header</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#b58900</string> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#E0EDDD</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff: deleted</string> - <key>scope</key> - <string>markup.deleted</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#eee8d5</string> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#dc322f</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff: changed</string> - <key>scope</key> - <string>markup.changed</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#eee8d5</string> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#cb4b16</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff: inserted</string> - <key>scope</key> - <string>markup.inserted</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#eee8d5</string> - <key>foreground</key> - <string>#219186</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Quote</string> - <key>scope</key> - <string>markup.quote</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9872A2</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Lists</string> - <key>scope</key> - <string>markup.list</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#9AA83A</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Styling</string> - <key>scope</key> - <string>markup.bold, markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#6089B4</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Inline</string> - <key>scope</key> - <string>markup.inline.raw</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#FF0080</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Headings</string> - <key>scope</key> - <string>markup.heading</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Setext Header</string> - <key>scope</key> - <string>markup.heading.setext</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#D0B344</string> - </dict> - </dict> - - </array> -</dict> -</plist> diff --git a/extensions/theme-monokai/package.json b/extensions/theme-monokai/package.json index 4e4fdd358b..550f22933d 100644 --- a/extensions/theme-monokai/package.json +++ b/extensions/theme-monokai/package.json @@ -1,8 +1,12 @@ { "name": "theme-monokai", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", - "engines": { "vscode": "*" }, + "engines": { + "vscode": "*" + }, "contributes": { "themes": [ { diff --git a/extensions/theme-monokai/package.nls.json b/extensions/theme-monokai/package.nls.json new file mode 100644 index 0000000000..8e8d73c756 --- /dev/null +++ b/extensions/theme-monokai/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Monokai Theme", + "description": "Monokai theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-monokai/themes/Monokai.tmTheme b/extensions/theme-monokai/themes/Monokai.tmTheme deleted file mode 100644 index 81c05dcb79..0000000000 --- a/extensions/theme-monokai/themes/Monokai.tmTheme +++ /dev/null @@ -1,472 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>name</key> - <string>Monokai</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#272822</string> - <key>caret</key> - <string>#F8F8F0</string> - <key>foreground</key> - <string>#F8F8F2</string> - <key>invisibles</key> - <string>#3B3A32</string> - <key>lineHighlight</key> - <string>#3E3D32</string> - <key>selection</key> - <string>#49483E</string> - <key>findHighlight</key> - <string>#FFE792</string> - <key>findHighlightForeground</key> - <string>#000000</string> - <key>selectionBorder</key> - <string>#222218</string> - <key>activeGuide</key> - <string>#9D550FB0</string> - <key>guide</key> - <string>#48473E</string> - - <key>bracketsForeground</key> - <string>#F8F8F2A5</string> - <key>bracketsOptions</key> - <string>underline</string> - - <key>bracketContentsForeground</key> - <string>#F8F8F2A5</string> - <key>bracketContentsOptions</key> - <string>underline</string> - - <key>tagsOptions</key> - <string>stippled_underline</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment</string> - <key>scope</key> - <string>comment</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#75715E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String</string> - <key>scope</key> - <string>string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#E6DB74</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Template Definition</string> - <key>scope</key> - <string>punctuation.definition.template-expression</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#F92672</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Number</string> - <key>scope</key> - <string>constant.numeric</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AE81FF</string> - </dict> - </dict> - - <dict> - <key>name</key> - <string>Built-in constant</string> - <key>scope</key> - <string>constant.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AE81FF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>User-defined constant</string> - <key>scope</key> - <string>constant.character, constant.other</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AE81FF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variable</string> - <key>scope</key> - <string>variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keyword</string> - <key>scope</key> - <string>keyword</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#F92672</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage</string> - <key>scope</key> - <string>storage</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#F92672</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage type</string> - <key>scope</key> - <string>storage.type</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#66D9EF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Class name</string> - <key>scope</key> - <string>entity.name.type, entity.name.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>underline</string> - <key>foreground</key> - <string>#A6E22E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Inherited class</string> - <key>scope</key> - <string>entity.other.inherited-class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic underline</string> - <key>foreground</key> - <string>#A6E22E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function name</string> - <key>scope</key> - <string>entity.name.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#A6E22E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Function argument</string> - <key>scope</key> - <string>variable.parameter</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#FD971F</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag name</string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#F92672</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Tag attribute</string> - <key>scope</key> - <string>entity.other.attribute-name</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#A6E22E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library function</string> - <key>scope</key> - <string>support.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#66D9EF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library constant</string> - <key>scope</key> - <string>support.constant</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#66D9EF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library class/type</string> - <key>scope</key> - <string>support.type, support.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#66D9EF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Library variable</string> - <key>scope</key> - <string>support.other.variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid</string> - <key>scope</key> - <string>invalid</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#F92672</string> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#F8F8F0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid deprecated</string> - <key>scope</key> - <string>invalid.deprecated</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#AE81FF</string> - <key>foreground</key> - <string>#F8F8F0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>JSON String</string> - <key>scope</key> - <string>meta.structure.dictionary.json string.quoted.double.json</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#CFCFC2</string> - </dict> - </dict> - - <dict> - <key>name</key> - <string>diff.header</string> - <key>scope</key> - <string>meta.diff, meta.diff.header</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#75715E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.deleted</string> - <key>scope</key> - <string>markup.deleted</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#F92672</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.inserted</string> - <key>scope</key> - <string>markup.inserted</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#A6E22E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.changed</string> - <key>scope</key> - <string>markup.changed</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#E6DB74</string> - </dict> - </dict> - - <dict> - <key>scope</key> - <string>constant.numeric.line-number.find-in-files - match</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AE81FFA0</string> - </dict> - </dict> - <dict> - <key>scope</key> - <string>entity.name.filename.find-in-files</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#E6DB74</string> - </dict> - </dict> - - <dict> - <key>name</key> - <string>Markup Quote</string> - <key>scope</key> - <string>markup.quote</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#F92672</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Lists</string> - <key>scope</key> - <string>markup.list</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#E6DB74</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Styling</string> - <key>scope</key> - <string>markup.bold, markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#66D9EF</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Inline</string> - <key>scope</key> - <string>markup.inline.raw</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#FD971F</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Headings</string> - <key>scope</key> - <string>markup.heading</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#A6E22E</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Setext Header</string> - <key>scope</key> - <string>markup.heading.setext</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#A6E22E</string> - </dict> - </dict> - - - </array> - <key>uuid</key> - <string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string> -</dict> -</plist> diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index c5a87fd607..208b6b3953 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -10,6 +10,7 @@ "dropdown.background": "#414339", "list.activeSelectionBackground": "#75715E", "list.focusBackground": "#414339", + "dropdown.listBackground": "#1e1f1c", "list.inactiveSelectionBackground": "#414339", "list.hoverBackground": "#272822", "list.dropBackground": "#414339", @@ -23,6 +24,7 @@ "editor.wordHighlightBackground": "#4a4a7680", "editor.wordHighlightStrongBackground": "#6a6a9680", "editor.lineHighlightBackground": "#3e3d32", + "editorActiveLineNumber.foreground": "#c2c2bf", "editorCursor.foreground": "#f8f8f0", "editorWhitespace.foreground": "#464741", "editorIndentGuide.background": "#464741", diff --git a/extensions/theme-quietlight/package.json b/extensions/theme-quietlight/package.json index b8c78c374c..0620f73088 100644 --- a/extensions/theme-quietlight/package.json +++ b/extensions/theme-quietlight/package.json @@ -1,8 +1,12 @@ { "name": "theme-quietlight", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", - "engines": { "vscode": "*" }, + "engines": { + "vscode": "*" + }, "contributes": { "themes": [ { diff --git a/extensions/theme-quietlight/package.nls.json b/extensions/theme-quietlight/package.nls.json new file mode 100644 index 0000000000..1873df058e --- /dev/null +++ b/extensions/theme-quietlight/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Quiet Light Theme", + "description": "Quiet light theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-quietlight/themes/QuietLight.tmTheme b/extensions/theme-quietlight/themes/QuietLight.tmTheme deleted file mode 100644 index 34ee12f54c..0000000000 --- a/extensions/theme-quietlight/themes/QuietLight.tmTheme +++ /dev/null @@ -1,625 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>author</key> - <string>Martin Kühl</string> - <key>comment</key> - <string>Based on the Quiet Light theme for Espresso by Ian Beck.</string> - <key>name</key> - <string>Quiet Light</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#F5F5F5</string> - <key>caret</key> - <string>#000000</string> - <key>foreground</key> - <string>#333333</string> - <key>invisibles</key> - <string>#AAAAAA</string> - <key>lineHighlight</key> - <string>#E4F6D4</string> - <key>selection</key> - <string>#C9D0D9</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments</string> - <key>scope</key> - <string>comment, punctuation.definition.comment</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#AAAAAA</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments: Preprocessor</string> - <key>scope</key> - <string>comment.block.preprocessor</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#AAAAAA</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comments: Documentation</string> - <key>scope</key> - <string>comment.documentation, comment.block.documentation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#448C27</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid - Deprecated</string> - <key>scope</key> - <string>invalid.deprecated</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#96000014</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid - Illegal</string> - <key>scope</key> - <string>invalid.illegal</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#96000014</string> - <key>foreground</key> - <string>#660000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Operators</string> - <key>scope</key> - <string>keyword.operator</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#777777</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keywords</string> - <key>scope</key> - <string>keyword, storage</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4B83CD</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Types</string> - <key>scope</key> - <string>storage.type, support.type</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7A3E9D</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Language Constants</string> - <key>scope</key> - <string>constant.language, support.constant, variable.language</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AB6526</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variables</string> - <key>scope</key> - <string>variable, support.variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7A3E9D</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Functions</string> - <key>scope</key> - <string>entity.name.function, support.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - <key>foreground</key> - <string>#AA3731</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Classes</string> - <key>scope</key> - <string>entity.name.type, entity.other.inherited-class, support.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - <key>foreground</key> - <string>#7A3E9D</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Exceptions</string> - <key>scope</key> - <string>entity.name.exception</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#660000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Sections</string> - <key>scope</key> - <string>entity.name.section</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Numbers, Characters</string> - <key>scope</key> - <string>constant.numeric, constant.character, constant</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AB6526</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Strings</string> - <key>scope</key> - <string>string</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#448C27</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Strings: Escape Sequences</string> - <key>scope</key> - <string>constant.character.escape</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#777777</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Strings: Regular Expressions</string> - <key>scope</key> - <string>string.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4B83CD</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Strings: Symbols</string> - <key>scope</key> - <string>constant.other.symbol</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AB6526</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Punctuation</string> - <key>scope</key> - <string>punctuation</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#777777</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Embedded Source</string> - <key>scope</key> - <string>string source, text source</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#EAEBE6</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>-----------------------------------</string> - <key>settings</key> - <dict/> - </dict> - <dict> - <key>name</key> - <string>HTML: Doctype Declaration</string> - <key>scope</key> - <string>meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AAAAAA</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML: Tags</string> - <key>scope</key> - <string>meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#91B3E0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML: Tag Names</string> - <key>scope</key> - <string>entity.name.tag</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4B83CD</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML: Attribute Names</string> - <key>scope</key> - <string>meta.tag entity.other.attribute-name, entity.other.attribute-name.html</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#91B3E0</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>HTML: Entities</string> - <key>scope</key> - <string>constant.character.entity, punctuation.definition.entity</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AB6526</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>-----------------------------------</string> - <key>settings</key> - <dict/> - </dict> - <dict> - <key>name</key> - <string>CSS: Selectors</string> - <key>scope</key> - <string>meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7A3E9D</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS: Property Names</string> - <key>scope</key> - <string>meta.property-name, support.type.property-name</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AB6526</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS: Property Values</string> - <key>scope</key> - <string>meta.property-value, meta.property-value constant.other, support.constant.property-value</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#448C27</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>CSS: Important Keyword</string> - <key>scope</key> - <string>keyword.other.important</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>-----------------------------------</string> - <key>settings</key> - <dict/> - </dict> - <dict> - <key>name</key> - <string>Markup: Changed</string> - <key>scope</key> - <string>markup.changed</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#FFFFDD</string> - <key>foreground</key> - <string>#000000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Deletion</string> - <key>scope</key> - <string>markup.deleted</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#FFDDDD</string> - <key>foreground</key> - <string>#000000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Emphasis</string> - <key>scope</key> - <string>markup.italic</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Error</string> - <key>scope</key> - <string>markup.error</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#96000014</string> - <key>foreground</key> - <string>#660000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Insertion</string> - <key>scope</key> - <string>markup.inserted</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#DDFFDD</string> - <key>foreground</key> - <string>#000000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Link</string> - <key>scope</key> - <string>meta.link</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4B83CD</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Output</string> - <key>scope</key> - <string>markup.output, markup.raw</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#777777</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Prompt</string> - <key>scope</key> - <string>markup.prompt</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#777777</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Heading</string> - <key>scope</key> - <string>markup.heading</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#AA3731</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Strong</string> - <key>scope</key> - <string>markup.bold</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Traceback</string> - <key>scope</key> - <string>markup.traceback</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#660000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup: Underline</string> - <key>scope</key> - <string>markup.underline</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>underline</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Quote</string> - <key>scope</key> - <string>markup.quote</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#7A3E9D</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Lists</string> - <key>scope</key> - <string>markup.list</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#4B83CD</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Styling</string> - <key>scope</key> - <string>markup.bold, markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#448C27</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Inline</string> - <key>scope</key> - <string>markup.inline.raw</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#AB6526</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>-----------------------------------</string> - <key>settings</key> - <dict/> - </dict> - <dict> - <key>name</key> - <string>Extra: Diff Range</string> - <key>scope</key> - <string>meta.diff.range, meta.diff.index, meta.separator</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#DDDDFF</string> - <key>foreground</key> - <string>#434343</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Extra: Diff From</string> - <key>scope</key> - <string>meta.diff.header.from-file</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#FFDDDD</string> - <key>foreground</key> - <string>#434343</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Extra: Diff To</string> - <key>scope</key> - <string>meta.diff.header.to-file</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#DDFFDD</string> - <key>foreground</key> - <string>#434343</string> - </dict> - </dict> - </array> - <key>uuid</key> - <string>231D6A91-5FD1-4CBE-BD2A-0F36C08693F1</string> -</dict> -</plist> diff --git a/extensions/theme-quietlight/themes/quietlight-color-theme.json b/extensions/theme-quietlight/themes/quietlight-color-theme.json index 0e0bcae413..3e818bccff 100644 --- a/extensions/theme-quietlight/themes/quietlight-color-theme.json +++ b/extensions/theme-quietlight/themes/quietlight-color-theme.json @@ -486,6 +486,7 @@ "pickerGroup.border": "#749351", "list.activeSelectionForeground": "#6c6c6c", "list.focusBackground": "#CADEB9", + "list.hoverBackground": "#e0e0e0", "list.activeSelectionBackground": "#c4d9b1", "list.inactiveSelectionBackground": "#d3dbcd", "list.highlightForeground": "#9769dc", @@ -493,6 +494,7 @@ "editor.background": "#F5F5F5", "editorWhitespace.foreground": "#AAAAAA", "editor.lineHighlightBackground": "#E4F6D4", + "editorActiveLineNumber.foreground": "#9769dc", "editor.selectionBackground": "#C9D0D9", "panel.background": "#F5F5F5", "sideBar.background": "#F2F2F2", diff --git a/extensions/theme-red/package.json b/extensions/theme-red/package.json index f2b0403c69..4b4f294fc5 100644 --- a/extensions/theme-red/package.json +++ b/extensions/theme-red/package.json @@ -1,6 +1,8 @@ { "name": "theme-red", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { diff --git a/extensions/theme-red/package.nls.json b/extensions/theme-red/package.nls.json new file mode 100644 index 0000000000..680fde603e --- /dev/null +++ b/extensions/theme-red/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Red Theme", + "description": "Red theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index 6c964e506d..59af89f8ec 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -21,6 +21,7 @@ "editorWhitespace.foreground": "#c10000", "editor.selectionBackground": "#750000", "editorLineNumber.foreground": "#ff777788", + "editorActiveLineNumber.foreground": "#ffbbbb88", "editorWidget.background": "#300000", "editorHoverWidget.background": "#300000", "editorSuggestWidget.background": "#300000", diff --git a/extensions/theme-red/themes/red.tmTheme b/extensions/theme-red/themes/red.tmTheme deleted file mode 100644 index 2e7039551f..0000000000 --- a/extensions/theme-red/themes/red.tmTheme +++ /dev/null @@ -1,514 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>name</key> - <string>Red</string> - <key>settings</key> - <array> - <dict> - <key>settings</key> - <dict> - <key>background</key> - <string>#390000</string> - <key>caret</key> - <string>#970000</string> - <key>foreground</key> - <string>#F8F8F8</string> - <key>invisibles</key> - <string>#c10000</string> - <key>lineHighlight</key> - <string>#0000004A</string> - <key>selection</key> - <string>#750000</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Comment</string> - <key>scope</key> - <string>comment</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#e7c0c0ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Constant</string> - <key>scope</key> - <string>constant</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#994646ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Keyword</string> - <key>scope</key> - <string>keyword</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#f12727ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Entity</string> - <key>scope</key> - <string>entity</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#fec758ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Storage</string> - <key>scope</key> - <string>storage</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>bold</string> - <key>foreground</key> - <string>#ff6262ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String</string> - <key>scope</key> - <string>string</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#cd8d8dff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Support</string> - <key>scope</key> - <string>support</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#9df39fff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Variable</string> - <key>scope</key> - <string>variable</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#fb9a4bff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Invalid</string> - <key>scope</key> - <string>invalid</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#fd6209ff</string> - <key>foreground</key> - <string>#ffffffff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Embedded Source</string> - <key>scope</key> - <string>text source</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#b0b3ba14</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Embedded Source (Bright)</string> - <key>scope</key> - <string>text.html.ruby source</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#b1b3ba21</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Entity inherited-class</string> - <key>scope</key> - <string>entity.other.inherited-class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>underline</string> - <key>foreground</key> - <string>#aa5507ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String embedded-source</string> - <key>scope</key> - <string>string.quoted source</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#9df39fff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String constant</string> - <key>scope</key> - <string>string constant</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ffe862ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String.regexp</string> - <key>scope</key> - <string>string.regexp</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ffb454ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>String variable</string> - <key>scope</key> - <string>string variable</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#edef7dff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Support.function</string> - <key>scope</key> - <string>support.function</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ffb454ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Support.constant</string> - <key>scope</key> - <string>support.constant</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#eb939aff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Doctype/XML Processing</string> - <key>scope</key> - <string>declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#73817dff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Meta.tag.A</string> - <key>scope</key> - <string>declaration.tag, declaration.tag entity, meta.tag, meta.tag entity</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ec0d1eff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css tag-name</string> - <key>scope</key> - <string>meta.selector.css entity.name.tag</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#aa5507ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css#id</string> - <key>scope</key> - <string>meta.selector.css entity.other.attribute-name.id</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fec758ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css.class</string> - <key>scope</key> - <string>meta.selector.css entity.other.attribute-name.class</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#41a83eff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css property-name:</string> - <key>scope</key> - <string>support.type.property-name.css</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#96dd3bff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css property-value;</string> - <key>scope</key> - <string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#ffe862ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css additional-constants</string> - <key>scope</key> - <string>meta.property-value support.constant.named-color.css, meta.property-value constant</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ffe862ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css @at-rule</string> - <key>scope</key> - <string>meta.preprocessor.at-rule keyword.control.at-rule</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fd6209ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>css constructor.argument</string> - <key>scope</key> - <string>meta.constructor.argument.css</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#ec9799ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.header</string> - <key>scope</key> - <string>meta.diff, meta.diff.header</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#0b2f20ff</string> - <key>fontStyle</key> - <string>italic</string> - <key>foreground</key> - <string>#f8f8f8ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.deleted</string> - <key>scope</key> - <string>markup.deleted</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#fedcddff</string> - <key>foreground</key> - <string>#ec9799ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.changed</string> - <key>scope</key> - <string>markup.changed</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#c4b14aff</string> - <key>foreground</key> - <string>#f8f8f8ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>diff.inserted</string> - <key>scope</key> - <string>markup.inserted</string> - <key>settings</key> - <dict> - <key>background</key> - <string>#9bf199ff</string> - <key>foreground</key> - <string>#41a83eff</string> - </dict> - </dict> - - <dict> - <key>name</key> - <string>Markup Quote</string> - <key>scope</key> - <string>markup.quote</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#f12727ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Lists</string> - <key>scope</key> - <string>markup.list</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#ff6262ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Styling</string> - <key>scope</key> - <string>markup.bold, markup.italic</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fb9a4bff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Inline</string> - <key>scope</key> - <string>markup.inline.raw</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#cd8d8dff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Headings</string> - <key>scope</key> - <string>markup.heading</string> - <key>settings</key> - <dict> - <key>foreground</key> - <string>#fec758ff</string> - </dict> - </dict> - <dict> - <key>name</key> - <string>Markup Setext Header</string> - <key>scope</key> - <string>markup.heading.setext</string> - <key>settings</key> - <dict> - <key>fontStyle</key> - <string></string> - <key>foreground</key> - <string>#fec758ff</string> - </dict> - </dict> - - - - </array> - <key>uuid</key> - <string>AC0A28C5-65E6-42A6-AD05-4D01735652EE</string> - <key>colorSpaceName</key> - <string>sRGB</string> - <key>semanticClass</key> - <string>theme.dark.django</string> -</dict> -</plist> \ No newline at end of file diff --git a/extensions/theme-seti/build/update-icon-theme.js b/extensions/theme-seti/build/update-icon-theme.js index 416cc2a9b7..85bfb192fb 100644 --- a/extensions/theme-seti/build/update-icon-theme.js +++ b/extensions/theme-seti/build/update-icon-theme.js @@ -5,13 +5,13 @@ 'use strict'; -var path = require('path'); -var fs = require('fs'); -var https = require('https'); -var url = require('url'); +let path = require('path'); +let fs = require('fs'); +let https = require('https'); +let url = require('url'); function getCommitSha(repoId, repoPath) { - var commitInfo = 'https://api.github.com/repos/' + repoId + '/commits?path=' + repoPath; + let commitInfo = 'https://api.github.com/repos/' + repoId + '/commits?path=' + repoPath; return download(commitInfo).then(function (content) { try { let lastCommit = JSON.parse(content)[0]; @@ -23,7 +23,7 @@ function getCommitSha(repoId, repoPath) { return Promise.resolve(null); } }, function () { - console.err('Failed loading ' + commitInfo); + console.error('Failed loading ' + commitInfo); return Promise.resolve(null); }); } @@ -33,9 +33,9 @@ function download(source) { return readFile(source); } return new Promise((c, e) => { - var _url = url.parse(source); - var options = { host: _url.host, port: _url.port, path: _url.path, headers: { 'User-Agent': 'NodeJS' }}; - var content = ''; + let _url = url.parse(source); + let options = { host: _url.host, port: _url.port, path: _url.path, headers: { 'User-Agent': 'NodeJS' }}; + let content = ''; https.get(options, function (response) { response.on('data', function (data) { content += data.toString(); @@ -69,7 +69,7 @@ function downloadBinary(source, dest) { https.get(source, function (response) { switch(response.statusCode) { case 200: - var file = fs.createWriteStream(dest); + let file = fs.createWriteStream(dest); response.on('data', function(chunk){ file.write(chunk); }).on('end', function(){ @@ -96,16 +96,16 @@ function downloadBinary(source, dest) { function copyFile(fileName, dest) { return new Promise((c, e) => { - var cbCalled = false; + let cbCalled = false; function handleError(err) { if (!cbCalled) { e(err); cbCalled = true; } } - var rd = fs.createReadStream(fileName); + let rd = fs.createReadStream(fileName); rd.on("error", handleError); - var wr = fs.createWriteStream(dest); + let wr = fs.createWriteStream(dest); wr.on("error", handleError); wr.on("close", function() { if (!cbCalled) { @@ -118,10 +118,10 @@ function copyFile(fileName, dest) { } function darkenColor(color) { - var res = '#'; - for (var i = 1; i < 7; i+=2) { - var newVal = Math.round(parseInt('0x' + color.substr(i, 2), 16) * 0.9); - var hex = newVal.toString(16); + let res = '#'; + for (let i = 1; i < 7; i+=2) { + let newVal = Math.round(parseInt('0x' + color.substr(i, 2), 16) * 0.9); + let hex = newVal.toString(16); if (hex.length == 1) { res += '0'; } @@ -132,23 +132,23 @@ function darkenColor(color) { function getLanguageMappings() { let langMappings = {}; - var allExtensions = fs.readdirSync('..'); - for (var i= 0; i < allExtensions.length; i++) { + let allExtensions = fs.readdirSync('..'); + for (let i= 0; i < allExtensions.length; i++) { let dirPath = path.join('..', allExtensions[i], 'package.json'); if (fs.existsSync(dirPath)) { let content = fs.readFileSync(dirPath).toString(); let jsonContent = JSON.parse(content); let languages = jsonContent.contributes && jsonContent.contributes.languages; if (Array.isArray(languages)) { - for (var k = 0; k < languages.length; k++) { - var languageId = languages[k].id; + for (let k = 0; k < languages.length; k++) { + let languageId = languages[k].id; if (languageId) { - var extensions = languages[k].extensions; - var mapping = {}; + let extensions = languages[k].extensions; + let mapping = {}; if (Array.isArray(extensions)) { mapping.extensions = extensions.map(function (e) { return e.substr(1).toLowerCase(); }); } - var filenames = languages[k].filenames; + let filenames = languages[k].filenames; if (Array.isArray(filenames)) { mapping.fileNames = filenames.map(function (f) { return f.toLowerCase(); }); } @@ -161,43 +161,45 @@ function getLanguageMappings() { return langMappings; } -//var font = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/_fonts/seti/seti.woff'; -var font = '../../../seti-ui/styles/_fonts/seti/seti.woff'; +//let font = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/_fonts/seti/seti.woff'; +let font = '../../../seti-ui/styles/_fonts/seti/seti.woff'; exports.copyFont = function() { return downloadBinary(font, './icons/seti.woff'); }; -//var fontMappings = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/_fonts/seti.less'; -//var mappings = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/components/icons/mapping.less'; -//var colors = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/ui-variables.less'; +//let fontMappings = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/_fonts/seti.less'; +//let mappings = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/components/icons/mapping.less'; +//let colors = 'https://raw.githubusercontent.com/jesseweed/seti-ui/master/styles/ui-variables.less'; -var fontMappings = '../../../seti-ui/styles/_fonts/seti.less'; -var mappings = '../../../seti-ui/styles/components/icons/mapping.less'; -var colors = '../../../seti-ui/styles/ui-variables.less'; +let fontMappings = '../../../seti-ui/styles/_fonts/seti.less'; +let mappings = '../../../seti-ui/styles/components/icons/mapping.less'; +let colors = '../../../seti-ui/styles/ui-variables.less'; exports.update = function () { console.log('Reading from ' + fontMappings); - var def2Content = {}; - var ext2Def = {}; - var fileName2Def = {}; - var def2ColorId = {}; - var colorId2Value = {}; - var lang2Def = {}; + let def2Content = {}; + let ext2Def = {}; + let fileName2Def = {}; + let def2ColorId = {}; + let colorId2Value = {}; + let lang2Def = {}; function writeFileIconContent(info) { - var iconDefinitions = {}; + let iconDefinitions = {}; + let allDefs = Object.keys(def2Content).sort(); - for (var def in def2Content) { - var entry = { fontCharacter: def2Content[def] }; - var colorId = def2ColorId[def]; + for (let i = 0; i < allDefs.length; i++) { + let def = allDefs[i]; + let entry = { fontCharacter: def2Content[def] }; + let colorId = def2ColorId[def]; if (colorId) { - var colorValue = colorId2Value[colorId]; + let colorValue = colorId2Value[colorId]; if (colorValue) { entry.fontColor = colorValue; - var entryInverse = { fontCharacter: entry.fontCharacter, fontColor: darkenColor(colorValue) }; + let entryInverse = { fontCharacter: entry.fontCharacter, fontColor: darkenColor(colorValue) }; iconDefinitions[def + '_light'] = entryInverse; } } @@ -205,8 +207,8 @@ exports.update = function () { } function getInvertSet(input) { - var result = {}; - for (var assoc in input) { + let result = {}; + for (let assoc in input) { let invertDef = input[assoc] + '_light'; if (iconDefinitions[invertDef]) { result[assoc] = invertDef; @@ -215,7 +217,7 @@ exports.update = function () { return result; } - var res = { + let res = { information_for_contributors: [ 'This file has been generated from data in https://github.com/jesseweed/seti-ui', '- icon definitions: https://github.com/jesseweed/seti-ui/blob/master/styles/_fonts/seti.less', @@ -246,40 +248,52 @@ exports.update = function () { version: 'https://github.com/jesseweed/seti-ui/commit/' + info.commitSha, }; - var path = './icons/vs-seti-icon-theme.json'; + let path = './icons/vs-seti-icon-theme.json'; fs.writeFileSync(path, JSON.stringify(res, null, '\t')); console.log('written ' + path); } - var match; + let match; return download(fontMappings).then(function (content) { - var regex = /@([\w-]+):\s*'(\\E[0-9A-F]+)';/g; + let regex = /@([\w-]+):\s*'(\\E[0-9A-F]+)';/g; + let contents = {}; while ((match = regex.exec(content)) !== null) { - def2Content['_' + match[1]] = match[2]; + contents[match[1]] = match[2]; } return download(mappings).then(function (content) { - var regex2 = /\.icon-(?:set|partial)\('([\w-\.]+)',\s*'([\w-]+)',\s*(@[\w-]+)\)/g; + let regex2 = /\.icon-(?:set|partial)\('([\w-\.]+)',\s*'([\w-]+)',\s*(@[\w-]+)\)/g; while ((match = regex2.exec(content)) !== null) { let pattern = match[1]; let def = '_' + match[2]; let colorId = match[3]; + let storedColorId = def2ColorId[def]; + let i = 1; + while (storedColorId && colorId !== storedColorId) { // different colors for the same def? + def = `_${match[2]}_${i}`; + storedColorId = def2ColorId[def]; + i++; + } + if (!def2ColorId[def]) { + def2ColorId[def] = colorId; + def2Content[def] = contents[match[2]]; + } + if (pattern[0] === '.') { ext2Def[pattern.substr(1).toLowerCase()] = def; } else { fileName2Def[pattern.toLowerCase()] = def; } - def2ColorId[def] = colorId; } // replace extensions for languageId - var langMappings = getLanguageMappings(); - for (var lang in langMappings) { - var mappings = langMappings[lang]; - var exts = mappings.extensions || []; - var fileNames = mappings.fileNames || []; - var preferredDef = null; + let langMappings = getLanguageMappings(); + for (let lang in langMappings) { + let mappings = langMappings[lang]; + let exts = mappings.extensions || []; + let fileNames = mappings.fileNames || []; + let preferredDef = null; // use the first file association for the preferred definition for (let i1 = 0; i1 < exts.length && !preferredDef; i1++) { preferredDef = ext2Def[exts[i1]]; @@ -307,7 +321,7 @@ exports.update = function () { return download(colors).then(function (content) { - var regex3 = /(@[\w-]+):\s*(#[0-9a-z]+)/g; + let regex3 = /(@[\w-]+):\s*(#[0-9a-z]+)/g; while ((match = regex3.exec(content)) !== null) { colorId2Value[match[1]] = match[2]; } diff --git a/extensions/theme-seti/icons/dashboard.svg b/extensions/theme-seti/icons/dashboard.svg deleted file mode 100644 index c5c67d4001..0000000000 --- a/extensions/theme-seti/icons/dashboard.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><title>dashboard \ No newline at end of file diff --git a/extensions/theme-seti/icons/dashboard_inverse.svg b/extensions/theme-seti/icons/dashboard_inverse.svg deleted file mode 100644 index c27b357454..0000000000 --- a/extensions/theme-seti/icons/dashboard_inverse.svg +++ /dev/null @@ -1 +0,0 @@ -dashboard_inverse \ No newline at end of file diff --git a/extensions/theme-seti/icons/seti-circular-128x128.png b/extensions/theme-seti/icons/seti-circular-128x128.png new file mode 100644 index 0000000000000000000000000000000000000000..37c68993991e5a0e6ff58ef561df9aa3f3fb05bb GIT binary patch literal 8935 zcmZviQ*a%Q6YtMCIkD}=wi??;W7|$+yRogtMjP8sWAnsL+Ss|j`*3Ie5BFhrXLe?1 zc4oi351-j66(wn81OfyA0DvqjBcb+R4EnzY2lJmF6f&6v01!lN#Kl!)#l=ZgT%9a! z>@5HQ8RWclPxWtWIFU2m+}*PnTvX06}u;t3UuX?jb1kTjMZ3`zLtfE{%>of{h)g5Wc8}e1E9k{-OMc zp>sSlgZiM5KxZ1ii!(pAQ)N4wYPUERT&SN(1+gmjgSF^Zm(2zoKGH5MJmo3?Sh2E< zrjDr#?W5QwvGA{=Za@II)FIw3SCp7%Uh8~-SDDp8G&oAuv*wCJoi733-UY{eUN!zv zU(Do-#^&qn*k9DJbmIUXD0Op)8++0;08I`sB8R&*%GacT8)!h&cJA$$2z$fip*Rpe%;pGTflIrAcwcE?@dNVgu&mvU z0RG{;Ds8f`V@`qqaSA9(M`0h3|G6F-8^TymmvwDYy;}mi&&Tl#38H?qIyvi(5gal6~Q}-?*tui2B9xMVP{D>VcvoM zVd$Bl1ry{|KugeC13wX*^uQ!U!V5bW7PoI>SFR052&HuZcbD)lfHB-?AO%ij3=V2e zN*j*wpM+SVHYE_9%r1$%1XL-RorqFG*d8a73&)Ty@}9)RoxIpz}fGUFv^cUG&>n*CD9=ZhuYv$a)Y0i2}duB#?~s(j>y` zg6%?3$rxXsufuT7~=vP(P9@TF2tUCHpwFk&vCF(M0; z`zU*B1F80l^nVL3ZqO{0+HD#T440M6E=n`~VVZ3kWg5E2HLOb2l^mShilJO7a@sIY zRZ2!6wovLl-`1qq#J6s-&PpuJUGln+ayooRa?*VVZ$V|DcSw6kbVzX6IH3kJz-s)& zp@v@?n-bd@n{dl{)IPI6v+=dw#_+R?F727#k=`$jJk2ris~0%YH%q#193z_3Ur`uc z*lUt+QoL(MQI%9ZM_;U4%s;|o*5VTVPiS9{x*;l0Hd!`qT=CoL;L4h&9V(*-121LOa?U+2AEgU1pOU7?Z=ZqvebUM)54oznb zFN5nt*>(nI{-Y7L`(};PWm`whwUtae9=(_T{MiN#TR5Fcoih(859F`ZuWYb_kzSGA zD37b(J!m__{Fl(rPj=g;|HbaZ()iN+T97T@$i@V5#=Q`)I+eYM? z#B9zSYvkozxTvv_wy%5sGNrf@ckD6bFtoKQxc1)m%77}5nj{@Fnp&Q6OfZ9J_#>lU zD@m)qHTlu>+V;9!h)*a=C{75o$D^m(pXJHq9rW(;vUR)i_xNSyRT<0!u7N*6C;>}> zHDQGi+2Jvu-NA$X!2Zq<5|()*O8rF~kl35JN4Nky7m@+?iyIy@BWDfug?F2VSAdr% zn8{R9LVT!GCSh!TOgbhGM;^yhYFv6)a!FcI(pNG=Qa(eQQK#`hDpog^v`i3(gb>@8 z(!;g#aehlaa{povVgHJmLqEOoV%@d*uyS&yF43r8$A$h2Aqnvg+GiBzK;@xA-JMap z=OK6{r8Dw1`FMokIPRaplf_#SI3w(L*qlVhkU^B0Y@IB&>^?|Yv>D?5+vq0vpfWWv zwU~~ha<1}^O<2=Y(}Eb4Npu5)0f!(>H_ISrF{^mTgw4{G24<1ST#^E;uP1;_=(@*8na{E>Cx>9*>WRw|=fGJCxe+ z_oDZdsWy|(cXa%OC1o7PUPiyloAJr`qCn*{TOCiaTo-E#G|(o5xMC1=3|3E4;8 zXTGhMdF!JaE4@1ofeXMms9{*4FIYrffn$#nElQ9=E=RSLe6{ga@ZC8LTF4`wCT0@O`SiPseaOmgoUoFg zNt(va&EYNZ47d>+3I7)pg&WDI^0myuuAy#wGB~5&@L#)YpRUNMZ zzki;8_hrO;-13*s{B)y>0Gre1YlrSr=f?N+{o42*X#e9EgIAXAhYtV4_|H5-s2G@+ zE9M^GPs2^YQ~&MvIoL{6L*XeOo_Fhavy1&A8U$tf{3_wv_ob&5%gXM%i=QjTGmSs2 z5+d5fSw7RA>y-zgXDVkHq?)A8q-&*TVxMETe16>x|DBA@SlAEmrTb`kOq;7N2=ILE zwlW3uV0pCj7=DM`bA1fgM& z8;77{aEg!$gjKSlaOADmH*plduj`iWzs)9GS1UCuje0ck#1~vvEbSGS7RRHYqRRw< zL9%eh100|UepHM<`#m#Px-{*(7>=&ff{&Y8u3vX{^K-jr*6r$>AJ*+^yJxlmQtY(G zDt$kLM1i3o7-%E}JS^7#O++9nUU<|XoO4&zh`tW9ZbE0;-E<10Jihnpy9dE{cwwgUy_&s86lMLqC0u}C&mkw86 z3}bc)onp*>!?$}6>m)-A!^ScoX$eT#v~aHFQroI2KKQb&x+#o26;yw5Kc(9$n0cBY zmo8yFk?;+ZYsp?szg#-S?XZ*lSdPHPmfLT1`dC^N|5jL0ycI+=l&~b~#=5@}Em9Vq zEYT((BsEN6%8UuKkNmeNZNJkS;9&`T7SS<5i76>&Nm3<@=sY!}F1}HHVI^OX6`KO92Omhg7RWZPNH~%A^a8vdxi--RDE-^_n8r z#ZgeNd81U_J{@&8(Mk|^C`|YNdg?W1V(mfqoxjjF_Y0hUf*Y_%-Otc&J-v^JxS9Sq zB)|7ugzJlad*;B$ERbgE&HjOICukTIEEpmpj#n?PY`Q<5J>ejC9Y!I%2b#5mIP@jm z(ow3pHYNP)XNQJTq20t7$y?1)aCWQ_{(j=qz#8f;Tm(w|)&LmwT%}}f(LQ5454Dk3 z=w^T;_d%Z5NexF%T7)qzsYn-W{TmtEhzbt=Lv+@?O%iAGLp)Aeb;A7=lfCwIJPP~I zpFbw3+>r)Qi4({0bezk=vSIkPX5GS;41yF6L4yODt@1CjZGzzq2z^amdu*2dw=lX- z)odYU5*a3G%4GHzNHkOl=QB#nn#Ay0`-9W~7Z*1gt4)Vzk~zww$mr+QBoVB^Wy&pY zO4uYGryDPUg#0SOhHsAuZvZ63=C7CDUYZNuJ*Cy+9eOumWydkpFvo-!&PD4m-$|;Y zHYFAENc&$Rvfn>(&pg6%)#_7g|0omLe2fvyunSzxhP(X1fl1TjH-0_x`1z`>)GcN# z-3gJVsbbhcw$M{31b=K8*j>xwkp-Bui$`?xa|-U@1}4ySQ17awK^a&!wtMoe;cf(9 z`wE8fAcglP6?&vSiWnQoD^FsNgM)xb?~KRVq3e3;xZib;1%Dwjp8wX zGqC+WkZ~XXgD~WaK6zsLSAu;1E4rr?F4R!cw!*R(ygh85b{C!oNHZfBg`4u^VSW7> z6I_Q~kk!W{y8HmG7ehb^&*&)}>g_$XT*Kc@M_k50Yc_L*sj#D?bCr%RENaCGz&t{5 z+4in+Y~R}JBNmo9_@zh9dkfn5&FjNYEZMtsFv5-^!lbCe(#MCMk%=joqM7UOx|3n# zPzj}WhkcmmJp|Z5Ck!s zJMM-+J0ItzKn{(ZLarPMwQF&B^fh3QX9`jx!yWWI#YbBWR&%%>1g9nSkzOa7bZ%{@ ziTJ(RNra(3zTpC`uf7X=bSvqed3Y>LoQ_c<0mlj)r8$(*sI6{;q~AUlO+k7D%i-7s3ILdbl_VhHK`Db4c1@|n(Hx+ z;z+$sKDP6C-5P;mTHxg05O-;Iu!33Ohkqlfoz&Nh9j)NyKs_TC?kvRyCnxMpYn$MC zY*?Mh9)HF?7&`f}*tRZ0v_DWZX7$FMVCr+&eo8DBzO`%%D zn!QR(IViFyr-bVBbAH%PMMDF6q0B)r5hU737H3Vi}!Pu zk9YUuW{6yKAp)2#`rwvWW<{5fC{)agn+0q|wExXw5QR+fEN6s{y8HG;g7+le@pm11LldKlp_$(mG`xkwIpO;j zD<^B8h&N}t5XB>NE)IsUPad!*!P%Xo`g~B>jkbRnG$u z2}}`aS-{)+ETYj%o7h9>e+6WgL_^&d{I^qI1aSLH3fUgEZoQ)8tfw7C?+UlnM#`#_9Eo6sa~YKp)}#}u(*v=M744*53hzeuGg!de$WlBqkX4loR#5-4H!!-zzw;5;t7IRzp|<-!cUzX=EK^ z7Z5q^Xckmkpt@QBuDN*epOd|=3BwKw5_1T(wOWwz0--o@@y;4Hb+&$GvMSWb1E1r} zlDCn|Gwy0Q8K_h)&RD{n+~0i6LMYa6ga}cl_i=G?&PP)^OCS+Uf#PJ$LUS8JF>-a=7*0}AYB3}F_Fe#3I3QRB)gtYgv&@+W3uTlJ-yFnI;2hW zsm8@|NoF>ujAD45O9SvS01SyqxtQVP^{sHWPqO46&Vo696;5c-Zb!H{0|#`TgWES- zfBSt4CI-a)doy+fJ@2Fo;x9Xspu>yR!m2G>-pXkU1Vt56=E^Mvm)Um3-$7A2aZ6)R}!*8dp$Ly2;0J>=F zZr%lEymwf8sxgKg--+W%_+kE=I6}DOvui3Vo-T%C1#G(FGy{GqPP{FUwz_HpEsJ&M zkchynR~K~8A}#p1-Ic{k!H;|VM(8}1z8yE&khnM#x)+)}RNB;rulzvw~}` zvjWV%2mLD0%&LwkA|^Kx@)Q=PIw*Lhy!^r*yO+g!(P_4!lzZEXIkz=(WLMo)dB;BXXmXMqv5f$2vMYeMPt6M`rMPXcCbOMdh|Un?o;*5 zK+b<3#U(?}+F4p-B23%%W9r3A_;KqTP6eQz6G+)ryWSOgtdIDqswx!^ z+m~7i4J{iNiQ>5UH03vd zRpu^h@e5XF622hT3EMi=!4^c84JC*Wdl(f(Opm#p{!6@kc5}DTiQb}D2m?a&pYu?P zQ698{F?fDcMH1gR+&VrgeX^3atS|zE(`gD*zmW=l6T>4@K1<2+qnD8W#M)7yFM%+0 zj=c9kgpv<_ng*ESx&t@VAPL?RbN`YFx3KvEle0Y)yV1!GwqsPO3{EBvfCM(Wb<4h# zYoZpPUiIzA1cjs^O2qDXUU6`mbf^#_F%O0%xGPXoD(1i@^Rq_=vdw`)+`&!DZ)7!c z|CNVP!bnJX%GV{r1Nt8f3d<>LiFzA$9cc{j48a&`Izn!8qgB5sXr~z%s^D@#zfXUp z0O@0~`jjlSs+3d#Dv=)G`IJ<8&YMB;;CxYKk!|GsROld4J(-c9{(tPQ_dfwC>#2RT z2mpeT?}@)Lh$w{5XoJdFBB`mGu%H1B&D7s%$j$NT3Y`v66@W<4ZXVu{w|pW=mcCuc zA0CP)WWI8q+Y+|H`}0IKUXM4IDWLi=r?D}-(dj4K)mgb*eDr9)gQsL5sZQEJ}#c-M!@$AM9$3`=lFX87eK~vooFF2|-mbuD;jD zSjL3?S&>7JmAdYtC!}bceW237_vA_xH+fV4dz&Hx=5gum-DL?aB)D^(>o~Cqhcma1x zgvFBrH0B5m=i({{TN7B$3ac5W7qGCoKK2`TNLy_d9g2j2fgG-h+LkWN7d==R6uuRa z_S2|wa>rM4y~Qe9(!>^Kc>BEhAV}1+OPQApYrIRgN7dwtLrbn(b7zlgXp;}J z$cgLEVg;>Apnx{M?h{%8FY*YBHxaIAn5k^$=Q{M}(*F9#pV@7d2oR4KQV8G4M6XOl zY^CPrfTV#FS8;u*&R#?aQV`*MJA(2yM0QDEJ_vall5;AN#GlczHIz`O1x%PmlcUgs-^~cS#=cE z9L%|8FnG2%v7%~9nT+6Fa_+9Dpaw`%X|Fr;>hAuUGl%yk(Mr50`(wZ#Stfdeqv@vy zKh~$RIe(BnFz;jT_)@9$UA=tq_e@~iM*$2a01PUpBz*+U^7cpQ($r=NNBrLQH1;2jF*Nm-ZUX@r*XP1~rm)$fG2KI@_c#tKh z_1w=lh*N-G70>4m2_iBG0I?={ri&mi- z&&BlP|FTwuuwq=IDezpnO zD-PNeF|rQ19ElV#`Hs!5GT1JPr{B-wtiRK8^1&9y690ZZj-2Z3>C}9sWz`A3Wcq?s zSK;POhhlvFg$GXJ3GJ5nX-&7Y7F%C{2RGA4xN(qsit?>0P;cpjIF&+fbfge`Euuwj ztVsUo=Pmk!Z?DQ>7ILWaSAZEQqsq-x;a~+;jEqs9|CA0o-da|F#AU)pE zw|CLN*zNC!=Ph^tvJ5KbwZbeT81UGU|9HyY7mvI{)D;ii`de5bzc!4*Z73A$Da80A zULE&7tcxExbnfNnB?a>Cj(z%2lu)0IMaqBp;#Ero?IS5d#PRZ+R2Pbr2UhZVnn<`Y z;Dk<#fN*gvRSeT?3ge=mtJ&}8n5VQ-TSr)Y{!%79&1(>?Wnz3&hTJoqRY z7b0*IL;_Bc3am+b;Dm`RJ>3&nYdcg7>oyQBe|86bgvCFu7Rdg|&E_!K8@lEpJ_}`j z-wiu=S}%Pi%Ew<__o1*24>G03IJQy@v3n1{LDAdCyYrbLRlTXFBO-W~{8PeOwZl ze^A9>X9VEWks^#u9Ygv;`IZan>Q>QbCxKWfSpYPY$74%kC#P$#)zj~WVv1-0-N8<4 zrg zXQ33|0Z0T{o7L^*SIctQVTH+qC>RKlli5Y?LhOp9ii>R0>)cnc>^4v*|h&+ z&8p7GL2r3&u01d8r`EjqcAs{oNW8dnfZ9!4dcl9_heO{hatIL*?m79@t-e=7v&HhE zWV|;vA?DMUk6dwq^F{>Q+Dpj_D8&ayDgD&ev~-yq;M!4l79C+}9Y9qB649#PtTZW_U@7aE>ZlQ4H-oWOmT& z>^^^THTVB9LnS9)ig!YHkO;VcK@QX2bhEgP`VpSe*n<%v1a&{hd9rNBTYtW~{G5K! zcDEY6t^y0dvbTVUh^feILj3X0GcK8c5O;M?-Q7<#uaE0Y>Z=DCAiQ6C1$~%L%7?0a zN;Lz#2w4cDDb&*8h?d<(PW8elb$=`7i*r&sIgQ>X{H+Ff0Q{pp+fH68b|IphYBU|+ z6ySnb;H{4S6bwkBdomr`IrHBMT)6zZL3njuN9=|nX1YwLM3vozr#v9}S2De`LQ+@4 z`wGE%fBnic^vFg7=(!vF!!Vr;ekAwP4ABx&^DpAAk|qdwLTf^oosyDSoV0mYQ0@Zh z{(ayP+X*$?Vz!dsQ++W^wvBDZS^z=hFa8H#dzssQIr`JbfLX6@o{!D@L*Uk-u2<>o z&owsDw2dd}%h?e|k1xS>f{9WypzI~$?8fd%;3%bam~96w5P6J=o&fpljJ7Oif;9I9 z3erHy{$7W=x#@o}y;zV;IbwHBmxzMHgHj6Css@=`x9po*-7dT_m?pETD=x~ u)ko1nVTo9){|~PJUw$7<`?K#8ininZ2vReP``-f#Kvq&oqE5^>WdHzukN^My3;+ND471)oB#j-9{>OVAOcTR8-GO;qiLpvF^nzN zX2vm|2~1=XlbOO)rZJrv%w!g`nZsP>(aL-lu#iP8W(iAKR{Re6UcpLMv6?lkrHys0 zX9F8)XA_%?y<6DIHn!8j4tCPXE_N5!J?v#)aox`W4swXY9N{R(IL--9a*ETO;VkDk z&jl`WiOXE!D%ZHq4S#NOi!N?+hi-c4rH{MZ<30~~$Ri%}gr_{?dGWWs;3cnk%^TkG zj`#HQfscIRGhY}eK9~mne>LUO@aNx8gL!sTK23EZYrXPR)~d?$RU4)}v9$(~wNYdp zF0zggSw|{Qa&45z+NAt;wb3GLv&h;avW^j1$BL}uRNg;c<$vo5BJ+tN^GPD}$s+S9 zBJ-&t^JyaU=_2zPBJ-Id^I0PE*&_2fBJ;T-^LZlkR+0I9k@*6V`9hKTB9ZxGk@*sl z`BIVjGLiXmk@*Ud`AX%#Qf-yW*Q-^&UL&$^t;oJMk$vk#_N^D$w?SmzMv;B(BKtOp z?At7|Z;Qyjt$!l>wu$W9F0!vf<>$OZq_I<^(J9i{CDPa}(%2)?*elZ5C(_t2(l{W} zIH>ZTLn6JyBE2Iby`w7cIVRFRF48_B(mpBDJ|)sVEz&+C(mpHFJ}1&XFVems(!MCt zz9iDVEYiLr(!MIvz9!PXF4Dds(!MFuz9rJ`5^3KSX@B1lX?KgXdqmp3BJDnr_Fa+o zJ(2c(k@f?T_Ct~OBa!xFk@gdj_EVAeGm-Xlk@gFb_DhlWE0OkVk@g#r_FIwmJCXK# zmH#LEMb7yka?VGQb3Tcj^I7DaFCym*h@A6P@C34Phk#h#c zz+bwLl7F56004NLl)VYOBu9BCSP_vCk#}ZQUX^uM<*Taq`rUQDzTQ)}y49D|LZWpb zp@s&5u($-05eOOs5(uy{@(5&ug<)aE3^pK)2O9<%e#WCgYiYm+W3ymmGhlIII{D0$;eXCF|tQF1_o?9q%JN-4%?~SJ0 zWIAaj4U)v6bcqzKBZU-U5-0I+Fr7>%qkga73*sby1#+FN(PdK1itYI+cu=TUKZ}O= z#B?%-ha|n{4X?cYn$(Z zw|~98??tyf*S1nOumyk5Ki}bcfo1IfI{9Q&DRasD3`VuExMAxa8VpHM%YH-y25RR0ud2* z5l3j5bk=DvgK_eR=w}@qpZql*^$wEJG#}LcWY8q>5Jqu_Oa}Q-xda}mlQ53(SGJL` zXm{|k@hBfV^@^e9Qs#x+hXZrY|{>Umzq*SUBWO0(}dL)y^<_DF|@5+_gq3gpElYJS7?-Zv13}&P8~y& zlob@+u{HYQf-IPYN#W8$A(#%6tbd=$>9C)Sk;1kK63aSK!#AA_2T7#H7AUYu8YBu~ zaI(&HJWQs;C>zVHAAS1j<*QecYvb0T)~hzEp$DU9L_st1(sWO+vnMUt7R+s_-*DY@ z*!_)tgVA7VkPXS*-}=_UgU@*8@AQ0~o4PGbUH1b&Y^pI55ahBlNbjfCQoX*I6GkM9-lk*-Qqr@B$>?^ zS<$p|*w9=cUrtQ2ZUooawttL_o>$f=IWyKg+tf6TWQKbX<_}0HsIlu>TCv2XFErcb znj31aML8)5?W!e8ypP+Cc3u*b8M9+W&VCdad$$H17%$D?Q0L)Ozx>joWttm%wsvAl z#M#r58{C1(ChI%r&NxEX8LzeuZaDV#iowmIQSMczW%$-))YI!Qcz-ya^siW{a25QJ zQ9PUiJIn_SISNJq#L--iOnPu?GVKH3ZPTPdFWv=2p?GdO0ruME8~W8lgdSobBT5UK zNxx!mRhCCUtlqe{ry9`qV54Nzn2{OQ{$sVMZt?2#yx6TpmS;q6XqE++nyWSUFP+|L zX4M7ebSbGp-*i*6lYgdPg#sIcXD=6hZpW3yWTDb@W8gU^Qc>OG8G3guc;iq9E`dQO zwv$$qdMVS7AK5rMh|8vnUDtDZVrJnLgK7>INl-lAJUqNMdtwf`gXCQ#{qgAsJ6cP{4SC#D9vEG#!96noNgy%j6(| zOP~QjnyoS5x;Wa#VQ-QRq{-oYkbzVqczCQvSBd!1M52HjVs!~>5GndlG03kr~kbb2Fb%P<+l(AIty=kt}h&_&<^l%mj+QEwcp2IoyuuOW0Q86rXS2iv6A5nKfN1NJ_r! zbSh=Rq(%h@Jl)qdTUt)!ny$~z*cw}10IAD7R*U_b@P9zca6-)*oH`qKTI=oBze|HH z4%LT-WE!^v=n)O8AXxce;mF?23QNtvDS2|Cl}15mIKq~v+pExw)|J2K1thG8fkrLn zgBUlV9HMb*J3=Fl$*938<&A1;E?0!`0-z5ZpK;UDH0EB>yC7%fNo$kPD=5O2I00Knt>e8C_9`~JZ$Eo>XJ?00#*58$^PE1q za&2(kU~t{@t}lOJaZDb#=_XQ{y@gzN)6U`~tF0W{Gracs*A9kzCQuXB>C%5FtQ1Zb zPJe@j8zI+XMN;WCP-ZTTLf{vKQ;Fh)UBJ-IWH!ylL-ig?^^P+2&cbOQ&VQr3y_!we zPo+n7-!wxvF2$8nv)CU5k$a>L6)dkWw>(?7WAb>@?m4}6vAE`R?Iyez2V!a9bY-z6 zn&h7j+_W8f-So6@D3hj{O`FG?L13Dt(|_$S@ZFYI_L}|1sZ*Un=hUhEi}o%XVE1yF z{VDpRLIOWrk|BFz52H0W1{NK{NYYPrj`e^3&2Rqs{_%F_P^?u{X(8sekN1 zXQEhSLdg)&!wRq>T19~f!#vjqaFO0`CeiC=w|$rR?*bV0ML&$2jb7LK$8qOnU!?3; zfHoZwr`3tncn!$1=Oar3v2zZzs5#|5LZ|M2PD_><8opKJ@>24Z_O++|$5+y?WaM3` zv6Gf-<#tfEmLA~!>r>4>EKOc=Hh+7o064c8r77rUCuJO1HL5hit|oT=sp$q3I1toh z+4&b73N;=Z^uHAL6b=@yMXJqqLFF1jNU5{{f+OrB0LVG^gd13)UUHd!<f#K5Z97t441k47qyt?FvR>FyBX^!Q!PB$GG z21yM&(;bp__0lfs8e%1Dg_0N2IH+J z1Q7lxChwt~{?ff}HL}Z=C#-$n-WRMykJal|U}73wVGQpg5XY`vxEBZ=pPrBfE(V07KaC{)`Lk$?XT4P0Nc@kv;Cd`@dZC%?z0|u zNhH)5#e+HIgs(LMOo5sf(P{>&8mLHy%{hdM!a2E2ddd*QXEqgx0F;I7oEI`4b(GE1 z>vymwq)6)M`c|;)7JuV~+E6mk2bD5(v$oaKqf@n3810{0g$Z(I)J)~Wyr7;G1u=)Np&Wi)N>L+BcKwCHYnP(rZcjt z+000bfX^-!7Yoqlq09*E^4CJ0c`LN?< z(sQ`Qocx*gD{=hhu^=zq4uSSTfzOt$tjL+hf*%MX)_dOKvY;1$}1Lxr1>`f+^f1WiOWHlVQMBp;c4w1QqAH0c^qcC#`W zk*XU+c`ZcNV;v!t#6+5g1F$7GL#eL96KYt=_cYYwqGexmvLf`z7 z`$X62E`M!awNdnHX1v_)me{G+UvYH%z~Y_->SfDOT(qem-E8yf^>MntRRZXmk6tp3IjA6L15|$5zFM+JIwrs3_1)gCjDP$x{e95I&0I$l%i23T%|40AyN5FUpXEQQ=iLB~i>UCEmSrgHWa z8-Gu|U=Bu#(zj8^Dbofl1#&glL)}~tv!G)oD=$8O$FW`@qrh*LE%Yi7sTsV?Jx6NI z!#w2%14K!JLAIw-OT$QnR#>htUvpDZuBAb@Qn3KN^SBJumjRH6y6x)nGuNKMwP&wy z1s>{Q-HOa22o1uB;T(_Q3{a*m{Y8(v#eY_Btv?FJ=~As@IstF2wj|hgmRqVx6Xu#; z^c9uCrhTCBe$-p*1ZCjildx|hXkGJo`20) zW(Zc}MI#fMC7GvbFqnqzG<>@R1`f9tfz7E0H|&^_dkiG9=5y)UaGBdC2-=@j2J=P}Iu1`ly>_Ga z|5B|g1nx9-;r>)19jO|R)Ri~hsekOx
${escape(code)}
`; + }); + + // original VS Code source + // const promise = Promise.all([value, withInnerHTML]).then(values => { + // const strValue = values[0]; + // const span = element.querySelector(`div[data-code="${id}"]`); + // if (span) { + // span.innerHTML = strValue; + // } + // }).catch(err => { + // // ignore + // }); + + if (options.codeBlockRenderCallback) { + promise.then(options.codeBlockRenderCallback); } - return code; + return `
${escape(code)}
`; }; } - if (options.actionCallback) { - DOM.addStandardDisposableListener(element, 'click', event => { + if (options.actionHandler) { + options.actionHandler.disposeables.push(DOM.addStandardDisposableListener(element, 'click', event => { let target = event.target; if (target.tagName !== 'A') { target = target.parentElement; @@ -154,15 +168,17 @@ export function renderMarkdown(markdown: IMarkdownString, options: RenderOptions const href = target.dataset['href']; if (href) { - options.actionCallback(href, event); + options.actionHandler.callback(href, event); } - }); + })); } - element.innerHTML = marked(markdown.value, { + const markedOptions: MarkedOptions = { sanitize: true, renderer - }); + }; + + element.innerHTML = marked(markdown.value, markedOptions); signalInnerHTML(); return element; @@ -216,7 +232,7 @@ interface IFormatParseTree { children?: IFormatParseTree[]; } -function _renderFormattedText(element: Node, treeNode: IFormatParseTree, actionCallback?: (content: string, event?: IMouseEvent) => void) { +function _renderFormattedText(element: Node, treeNode: IFormatParseTree, actionHandler?: IContentActionHandler) { let child: Node; if (treeNode.type === FormatType.Text) { @@ -228,12 +244,12 @@ function _renderFormattedText(element: Node, treeNode: IFormatParseTree, actionC else if (treeNode.type === FormatType.Italics) { child = document.createElement('i'); } - else if (treeNode.type === FormatType.Action) { + else if (treeNode.type === FormatType.Action && actionHandler) { const a = document.createElement('a'); a.href = '#'; - DOM.addStandardDisposableListener(a, 'click', (event) => { - actionCallback(String(treeNode.index), event); - }); + actionHandler.disposeables.push(DOM.addStandardDisposableListener(a, 'click', (event) => { + actionHandler.callback(String(treeNode.index), event); + })); child = a; } @@ -250,7 +266,7 @@ function _renderFormattedText(element: Node, treeNode: IFormatParseTree, actionC if (Array.isArray(treeNode.children)) { treeNode.children.forEach((nodeChild) => { - _renderFormattedText(child, nodeChild, actionCallback); + _renderFormattedText(child, nodeChild, actionHandler); }); } } diff --git a/src/vs/base/browser/touch.ts b/src/vs/base/browser/touch.ts index 73f21dc64a..7d1a03d07f 100644 --- a/src/vs/base/browser/touch.ts +++ b/src/vs/base/browser/touch.ts @@ -100,7 +100,7 @@ export class Gesture implements IDisposable { @memoize private static isTouchDevice(): boolean { - return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || window.navigator.msMaxTouchPoints > 0; + return 'ontouchstart' in window as any || navigator.maxTouchPoints > 0 || window.navigator.msMaxTouchPoints > 0; } public dispose(): void { diff --git a/src/vs/base/browser/ui/actionbar/actionbar.ts b/src/vs/base/browser/ui/actionbar/actionbar.ts index a6a0172171..c4b95b364c 100644 --- a/src/vs/base/browser/ui/actionbar/actionbar.ts +++ b/src/vs/base/browser/ui/actionbar/actionbar.ts @@ -17,6 +17,7 @@ import types = require('vs/base/common/types'); import { EventType, Gesture } from 'vs/base/browser/touch'; import { StandardKeyboardEvent } from 'vs/base/browser/keyboardEvent'; import { KeyCode, KeyMod } from 'vs/base/common/keyCodes'; +import { IContextViewProvider } from 'vs/base/browser/ui/contextview/contextview'; import Event, { Emitter } from 'vs/base/common/event'; export interface IActionItem { @@ -138,7 +139,7 @@ export class BaseActionItem implements IActionItem { if (this.options && this.options.isMenu) { this.onClick(e); } else { - setTimeout(() => this.onClick(e), 50); + setImmediate(() => this.onClick(e)); } }); @@ -755,9 +756,10 @@ export class SelectActionItem extends BaseActionItem { protected selectBox: SelectBox; protected toDispose: lifecycle.IDisposable[]; - constructor(ctx: any, action: IAction, options: string[], selected: number) { + constructor(ctx: any, action: IAction, options: string[], selected: number, contextViewProvider: IContextViewProvider + ) { super(ctx, action); - this.selectBox = new SelectBox(options, selected); + this.selectBox = new SelectBox(options, selected, contextViewProvider); this.toDispose = []; this.toDispose.push(this.selectBox); diff --git a/src/vs/base/browser/ui/button/button.css b/src/vs/base/browser/ui/button/button.css index 0bc1b903e2..52d0f90e9e 100644 --- a/src/vs/base/browser/ui/button/button.css +++ b/src/vs/base/browser/ui/button/button.css @@ -20,11 +20,4 @@ .monaco-button.disabled { opacity: 0.4; cursor: default; -} - -/* Theming support */ - -.vs .monaco-text-button:focus, -.vs-dark .monaco-text-button:focus { - outline-color: rgba(255, 255, 255, .5); /* buttons have a blue color, so focus indication needs to be different */ } \ No newline at end of file diff --git a/src/vs/base/browser/ui/button/button.ts b/src/vs/base/browser/ui/button/button.ts index 1f2002ce13..dbc086ec86 100644 --- a/src/vs/base/browser/ui/button/button.ts +++ b/src/vs/base/browser/ui/button/button.ts @@ -13,8 +13,10 @@ import { KeyCode } from 'vs/base/common/keyCodes'; import { Color } from 'vs/base/common/color'; import { mixin } from 'vs/base/common/objects'; import Event, { Emitter } from 'vs/base/common/event'; +import { dispose, IDisposable } from 'vs/base/common/lifecycle'; export interface IButtonOptions extends IButtonStyles { + title?: boolean; } export interface IButtonStyles { @@ -44,6 +46,8 @@ export class Button { private _onDidClick = new Emitter(); readonly onDidClick: Event = this._onDidClick.event; + private focusTracker: DOM.IFocusTracker; + constructor(container: Builder, options?: IButtonOptions); constructor(container: HTMLElement, options?: IButtonOptions); constructor(container: any, options?: IButtonOptions) { @@ -60,7 +64,7 @@ export class Button { 'role': 'button' }).appendTo(container); - this.$el.on(DOM.EventType.CLICK, (e) => { + this.$el.on(DOM.EventType.CLICK, e => { if (!this.enabled) { DOM.EventHelper.stop(e); return; @@ -69,7 +73,7 @@ export class Button { this._onDidClick.fire(e); }); - this.$el.on(DOM.EventType.KEY_DOWN, (e) => { + this.$el.on(DOM.EventType.KEY_DOWN, e => { let event = new StandardKeyboardEvent(e as KeyboardEvent); let eventHandled = false; if (this.enabled && event.equals(KeyCode.Enter) || event.equals(KeyCode.Space)) { @@ -85,22 +89,31 @@ export class Button { } }); - this.$el.on(DOM.EventType.MOUSE_OVER, (e) => { + this.$el.on(DOM.EventType.MOUSE_OVER, e => { if (!this.$el.hasClass('disabled')) { - const hoverBackground = this.buttonHoverBackground ? this.buttonHoverBackground.toString() : null; - if (hoverBackground) { - this.$el.style('background-color', hoverBackground); - } + this.setHoverBackground(); } }); - this.$el.on(DOM.EventType.MOUSE_OUT, (e) => { + this.$el.on(DOM.EventType.MOUSE_OUT, e => { this.applyStyles(); // restore standard styles }); + // Also set hover background when button is focused for feedback + this.focusTracker = DOM.trackFocus(this.$el.getHTMLElement()); + this.focusTracker.onDidFocus(() => this.setHoverBackground()); + this.focusTracker.onDidBlur(() => this.applyStyles()); // restore standard styles + this.applyStyles(); } + private setHoverBackground(): void { + const hoverBackground = this.buttonHoverBackground ? this.buttonHoverBackground.toString() : null; + if (hoverBackground) { + this.$el.style('background-color', hoverBackground); + } + } + style(styles: IButtonStyles): void { this.buttonForeground = styles.buttonForeground; this.buttonBackground = styles.buttonBackground; @@ -126,7 +139,7 @@ export class Button { } } - getElement(): HTMLElement { + get element(): HTMLElement { return this.$el.getHTMLElement(); } @@ -135,6 +148,9 @@ export class Button { this.$el.addClass('monaco-text-button'); } this.$el.text(value); + if (this.options.title) { + this.$el.title(value); + } } set icon(iconClassName: string) { @@ -167,8 +183,66 @@ export class Button { if (this.$el) { this.$el.dispose(); this.$el = null; + + this.focusTracker.dispose(); + this.focusTracker = null; } this._onDidClick.dispose(); } +} + +export class ButtonGroup { + private _buttons: Button[]; + private toDispose: IDisposable[]; + + constructor(container: Builder, count: number, options?: IButtonOptions); + constructor(container: HTMLElement, count: number, options?: IButtonOptions); + constructor(container: any, count: number, options?: IButtonOptions) { + this._buttons = []; + this.toDispose = []; + + this.create(container, count, options); + } + + get buttons(): Button[] { + return this._buttons; + } + + private create(container: Builder, count: number, options?: IButtonOptions): void; + private create(container: HTMLElement, count: number, options?: IButtonOptions): void; + private create(container: any, count: number, options?: IButtonOptions): void { + for (let index = 0; index < count; index++) { + const button = new Button(container, options); + this._buttons.push(button); + this.toDispose.push(button); + + // Implement keyboard access in buttons if there are multiple + if (count > 1) { + $(button.element).on(DOM.EventType.KEY_DOWN, e => { + const event = new StandardKeyboardEvent(e as KeyboardEvent); + let eventHandled = true; + + // Next / Previous Button + let buttonIndexToFocus: number; + if (event.equals(KeyCode.LeftArrow)) { + buttonIndexToFocus = index > 0 ? index - 1 : this._buttons.length - 1; + } else if (event.equals(KeyCode.RightArrow)) { + buttonIndexToFocus = index === this._buttons.length - 1 ? 0 : index + 1; + } else { + eventHandled = false; + } + + if (eventHandled) { + this._buttons[buttonIndexToFocus].focus(); + DOM.EventHelper.stop(e, true); + } + }, this.toDispose); + } + } + } + + dispose(): void { + this.toDispose = dispose(this.toDispose); + } } \ No newline at end of file diff --git a/src/vs/base/browser/ui/checkbox/checkbox.css b/src/vs/base/browser/ui/checkbox/checkbox.css index 44a03b3755..e40b0c406a 100644 --- a/src/vs/base/browser/ui/checkbox/checkbox.css +++ b/src/vs/base/browser/ui/checkbox/checkbox.css @@ -3,7 +3,7 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -.custom-checkbox { +.monaco-custom-checkbox { margin-left: 2px; float: left; cursor: pointer; @@ -28,15 +28,15 @@ user-select: none; } -.custom-checkbox:hover, -.custom-checkbox.checked { +.monaco-custom-checkbox:hover, +.monaco-custom-checkbox.checked { opacity: 1; } -.hc-black .custom-checkbox { +.hc-black .monaco-custom-checkbox { background: none; } -.hc-black .custom-checkbox:hover { +.hc-black .monaco-custom-checkbox:hover { background: none; } \ No newline at end of file diff --git a/src/vs/base/browser/ui/checkbox/checkbox.ts b/src/vs/base/browser/ui/checkbox/checkbox.ts index e3589320c2..434022b266 100644 --- a/src/vs/base/browser/ui/checkbox/checkbox.ts +++ b/src/vs/base/browser/ui/checkbox/checkbox.ts @@ -45,7 +45,7 @@ export class Checkbox extends Widget { this.domNode = document.createElement('div'); this.domNode.title = this._opts.title; - this.domNode.className = 'custom-checkbox ' + this._opts.actionClassName + ' ' + (this._checked ? 'checked' : 'unchecked'); + this.domNode.className = 'monaco-custom-checkbox ' + this._opts.actionClassName + ' ' + (this._checked ? 'checked' : 'unchecked'); this.domNode.tabIndex = 0; this.domNode.setAttribute('role', 'checkbox'); this.domNode.setAttribute('aria-checked', String(this._checked)); diff --git a/src/vs/base/browser/ui/contextview/contextview.ts b/src/vs/base/browser/ui/contextview/contextview.ts index 5e57a80739..49cf63d8b3 100644 --- a/src/vs/base/browser/ui/contextview/contextview.ts +++ b/src/vs/base/browser/ui/contextview/contextview.ts @@ -128,6 +128,7 @@ export class ContextView { public setContainer(container: HTMLElement): void { if (this.$container) { + this.$container.getHTMLElement().removeChild(this.$view.getHTMLElement()); this.$container.off(ContextView.BUBBLE_UP_EVENTS); this.$container.off(ContextView.BUBBLE_DOWN_EVENTS, true); this.$container = null; @@ -230,7 +231,7 @@ export class ContextView { this.$view.removeClass('top', 'bottom', 'left', 'right'); this.$view.addClass(anchorPosition === AnchorPosition.BELOW ? 'bottom' : 'top'); this.$view.addClass(anchorAlignment === AnchorAlignment.LEFT ? 'left' : 'right'); - this.$view.style({ top: result.top + 'px', left: result.left + 1 + 'px', width: 'initial' }); + this.$view.style({ top: result.top + 'px', left: result.left + 'px', width: 'initial' }); } public hide(data?: any): void { diff --git a/src/vs/base/browser/ui/dropdown/dropdown.css b/src/vs/base/browser/ui/dropdown/dropdown.css index c3c7b731d2..66c30237bf 100644 --- a/src/vs/base/browser/ui/dropdown/dropdown.css +++ b/src/vs/base/browser/ui/dropdown/dropdown.css @@ -29,8 +29,4 @@ .dropdown > .dropdown-action, .dropdown > .dropdown-action > .action-label { display: inline-block; -} - -.dropdown > .dropdown-label:not(:empty) { - padding: 0 .5em; } \ No newline at end of file diff --git a/src/vs/base/browser/ui/dropdown/dropdown.ts b/src/vs/base/browser/ui/dropdown/dropdown.ts index ee1bd6dc52..f8d854705f 100644 --- a/src/vs/base/browser/ui/dropdown/dropdown.ts +++ b/src/vs/base/browser/ui/dropdown/dropdown.ts @@ -9,13 +9,14 @@ import 'vs/css!./dropdown'; import { Builder, $ } from 'vs/base/browser/builder'; import { TPromise } from 'vs/base/common/winjs.base'; import { Gesture, EventType as GestureEventType } from 'vs/base/browser/touch'; -import { ActionRunner, IAction } from 'vs/base/common/actions'; -import { IActionItem } from 'vs/base/browser/ui/actionbar/actionbar'; +import { ActionRunner, IAction, IActionRunner } from 'vs/base/common/actions'; +import { BaseActionItem, IActionItemProvider } from 'vs/base/browser/ui/actionbar/actionbar'; import { IDisposable, dispose } from 'vs/base/common/lifecycle'; import { IContextViewProvider } from 'vs/base/browser/ui/contextview/contextview'; import { IMenuOptions } from 'vs/base/browser/ui/menu/menu'; import { ResolvedKeybinding } from 'vs/base/common/keyCodes'; import { EventHelper, EventType } from 'vs/base/browser/dom'; +import { IContextMenuDelegate } from 'vs/base/browser/contextmenu'; export interface ILabelRenderer { (container: HTMLElement): IDisposable; @@ -53,12 +54,11 @@ export class BaseDropdown extends ActionRunner { this.$label.on([EventType.CLICK, EventType.MOUSE_DOWN, GestureEventType.Tap], (e: Event) => { EventHelper.stop(e, true); // prevent default click behaviour to trigger }).on([EventType.MOUSE_DOWN, GestureEventType.Tap], (e: Event) => { - // We want to show the context menu on dropdown so that as a user you can press and hold the - // mouse button, make a choice of action in the menu and release the mouse to trigger that - // action. - // Due to some weird bugs though, we delay showing the menu to unwind event stack - // (see https://github.com/Microsoft/vscode/issues/27648) - setTimeout(() => this.show(), 100); + if (e instanceof MouseEvent && e.detail > 1) { + return; // prevent multiple clicks to open multiple context menus (https://github.com/Microsoft/vscode/issues/41363) + } + + this.show(); }).appendTo(this.$el); let cleanupFn = labelRenderer(this.$label.getHTMLElement()); @@ -165,16 +165,6 @@ export class Dropdown extends BaseDropdown { } } -export interface IContextMenuDelegate { - getAnchor(): HTMLElement | { x: number; y: number; }; - getActions(): TPromise; - getActionItem?(action: IAction): IActionItem; - getActionsContext?(): any; - getKeyBinding?(action: IAction): ResolvedKeybinding; - getMenuClassName?(): string; - onHide?(didCancel: boolean): void; -} - export interface IContextMenuProvider { showContextMenu(delegate: IContextMenuDelegate): void; } @@ -236,11 +226,91 @@ export class DropdownMenu extends BaseDropdown { getActionItem: (action) => this.menuOptions && this.menuOptions.actionItemProvider ? this.menuOptions.actionItemProvider(action) : null, getKeyBinding: (action: IAction) => this.menuOptions && this.menuOptions.getKeyBinding ? this.menuOptions.getKeyBinding(action) : null, getMenuClassName: () => this.menuClassName, - onHide: () => this.element.removeClass('active') + onHide: () => this.element.removeClass('active'), + actionRunner: this.menuOptions ? this.menuOptions.actionRunner : null }); } public hide(): void { // noop } +} + +export class DropdownMenuActionItem extends BaseActionItem { + private menuActionsOrProvider: any; + private dropdownMenu: DropdownMenu; + private contextMenuProvider: IContextMenuProvider; + private actionItemProvider: IActionItemProvider; + private keybindings: (action: IAction) => ResolvedKeybinding; + private clazz: string; + + constructor(action: IAction, menuActions: IAction[], contextMenuProvider: IContextMenuProvider, actionItemProvider: IActionItemProvider, actionRunner: IActionRunner, keybindings: (action: IAction) => ResolvedKeybinding, clazz: string); + constructor(action: IAction, actionProvider: IActionProvider, contextMenuProvider: IContextMenuProvider, actionItemProvider: IActionItemProvider, actionRunner: IActionRunner, keybindings: (action: IAction) => ResolvedKeybinding, clazz: string); + constructor(action: IAction, menuActionsOrProvider: any, contextMenuProvider: IContextMenuProvider, actionItemProvider: IActionItemProvider, actionRunner: IActionRunner, keybindings: (action: IAction) => ResolvedKeybinding, clazz: string) { + super(null, action); + + this.menuActionsOrProvider = menuActionsOrProvider; + this.contextMenuProvider = contextMenuProvider; + this.actionItemProvider = actionItemProvider; + this.actionRunner = actionRunner; + this.keybindings = keybindings; + this.clazz = clazz; + } + + public render(container: HTMLElement): void { + let labelRenderer: ILabelRenderer = (el: HTMLElement): IDisposable => { + this.builder = $('a.action-label').attr({ + tabIndex: '0', + role: 'button', + 'aria-haspopup': 'true', + title: this._action.label || '', + class: this.clazz + }); + + this.builder.appendTo(el); + + return null; + }; + + let options: IDropdownMenuOptions = { + contextMenuProvider: this.contextMenuProvider, + labelRenderer: labelRenderer + }; + + // Render the DropdownMenu around a simple action to toggle it + if (Array.isArray(this.menuActionsOrProvider)) { + options.actions = this.menuActionsOrProvider; + } else { + options.actionProvider = this.menuActionsOrProvider; + } + + this.dropdownMenu = new DropdownMenu(container, options); + + this.dropdownMenu.menuOptions = { + actionItemProvider: this.actionItemProvider, + actionRunner: this.actionRunner, + getKeyBinding: this.keybindings, + context: this._context + }; + } + + public setActionContext(newContext: any): void { + super.setActionContext(newContext); + + if (this.dropdownMenu) { + this.dropdownMenu.menuOptions.context = newContext; + } + } + + public show(): void { + if (this.dropdownMenu) { + this.dropdownMenu.show(); + } + } + + public dispose(): void { + this.dropdownMenu.dispose(); + + super.dispose(); + } } \ No newline at end of file diff --git a/src/vs/base/browser/ui/findinput/findInputCheckboxes.css b/src/vs/base/browser/ui/findinput/findInputCheckboxes.css index 3778ec814a..e1c91264cb 100644 --- a/src/vs/base/browser/ui/findinput/findInputCheckboxes.css +++ b/src/vs/base/browser/ui/findinput/findInputCheckboxes.css @@ -3,29 +3,29 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -.vs .custom-checkbox.monaco-case-sensitive { +.vs .monaco-custom-checkbox.monaco-case-sensitive { background: url('case-sensitive.svg') center center no-repeat; } -.hc-black .custom-checkbox.monaco-case-sensitive, -.hc-black .custom-checkbox.monaco-case-sensitive:hover, -.vs-dark .custom-checkbox.monaco-case-sensitive { +.hc-black .monaco-custom-checkbox.monaco-case-sensitive, +.hc-black .monaco-custom-checkbox.monaco-case-sensitive:hover, +.vs-dark .monaco-custom-checkbox.monaco-case-sensitive { background: url('case-sensitive-dark.svg') center center no-repeat; } -.vs .custom-checkbox.monaco-whole-word { +.vs .monaco-custom-checkbox.monaco-whole-word { background: url('whole-word.svg') center center no-repeat; } -.hc-black .custom-checkbox.monaco-whole-word, -.hc-black .custom-checkbox.monaco-whole-word:hover, -.vs-dark .custom-checkbox.monaco-whole-word { +.hc-black .monaco-custom-checkbox.monaco-whole-word, +.hc-black .monaco-custom-checkbox.monaco-whole-word:hover, +.vs-dark .monaco-custom-checkbox.monaco-whole-word { background: url('whole-word-dark.svg') center center no-repeat; } -.vs .custom-checkbox.monaco-regex { +.vs .monaco-custom-checkbox.monaco-regex { background: url('regex.svg') center center no-repeat; } -.hc-black .custom-checkbox.monaco-regex, -.hc-black .custom-checkbox.monaco-regex:hover, -.vs-dark .custom-checkbox.monaco-regex { +.hc-black .monaco-custom-checkbox.monaco-regex, +.hc-black .monaco-custom-checkbox.monaco-regex:hover, +.vs-dark .monaco-custom-checkbox.monaco-regex { background: url('regex-dark.svg') center center no-repeat; } diff --git a/src/vs/base/browser/ui/iconLabel/iconLabel.ts b/src/vs/base/browser/ui/iconLabel/iconLabel.ts index be13485419..713f4506af 100644 --- a/src/vs/base/browser/ui/iconLabel/iconLabel.ts +++ b/src/vs/base/browser/ui/iconLabel/iconLabel.ts @@ -16,13 +16,16 @@ import { IDisposable, combinedDisposable } from 'vs/base/common/lifecycle'; export interface IIconLabelCreationOptions { supportHighlights?: boolean; + supportDescriptionHighlights?: boolean; } -export interface IIconLabelOptions { +export interface IIconLabelValueOptions { title?: string; + descriptionTitle?: string; extraClasses?: string[]; italic?: boolean; matches?: IMatch[]; + descriptionMatches?: IMatch[]; } class FastLabelNode { @@ -63,7 +66,11 @@ class FastLabelNode { } this._title = title; - this._element.title = title; + if (this._title) { + this._element.title = title; + } else { + this._element.removeAttribute('title'); + } } public set empty(empty: boolean) { @@ -82,21 +89,27 @@ class FastLabelNode { export class IconLabel { private domNode: FastLabelNode; + private labelDescriptionContainer: FastLabelNode; private labelNode: FastLabelNode | HighlightedLabel; - private descriptionNode: FastLabelNode; + private descriptionNode: FastLabelNode | HighlightedLabel; + private descriptionNodeFactory: () => FastLabelNode | HighlightedLabel; constructor(container: HTMLElement, options?: IIconLabelCreationOptions) { this.domNode = new FastLabelNode(dom.append(container, dom.$('.monaco-icon-label'))); - const labelDescriptionContainer = new FastLabelNode(dom.append(this.domNode.element, dom.$('.monaco-icon-label-description-container'))); + this.labelDescriptionContainer = new FastLabelNode(dom.append(this.domNode.element, dom.$('.monaco-icon-label-description-container'))); if (options && options.supportHighlights) { - this.labelNode = new HighlightedLabel(dom.append(labelDescriptionContainer.element, dom.$('a.label-name'))); + this.labelNode = new HighlightedLabel(dom.append(this.labelDescriptionContainer.element, dom.$('a.label-name'))); } else { - this.labelNode = new FastLabelNode(dom.append(labelDescriptionContainer.element, dom.$('a.label-name'))); + this.labelNode = new FastLabelNode(dom.append(this.labelDescriptionContainer.element, dom.$('a.label-name'))); } - this.descriptionNode = new FastLabelNode(dom.append(labelDescriptionContainer.element, dom.$('span.label-description'))); + if (options && options.supportDescriptionHighlights) { + this.descriptionNodeFactory = () => new HighlightedLabel(dom.append(this.labelDescriptionContainer.element, dom.$('span.label-description'))); + } else { + this.descriptionNodeFactory = () => new FastLabelNode(dom.append(this.labelDescriptionContainer.element, dom.$('span.label-description'))); + } } public get element(): HTMLElement { @@ -105,21 +118,11 @@ export class IconLabel { public onClick(callback: (event: MouseEvent) => void): IDisposable { return combinedDisposable([ - dom.addDisposableListener(this.labelElement, dom.EventType.CLICK, (e: MouseEvent) => callback(e)), - dom.addDisposableListener(this.descriptionNode.element, dom.EventType.CLICK, (e: MouseEvent) => callback(e)) + dom.addDisposableListener(this.labelDescriptionContainer.element, dom.EventType.CLICK, (e: MouseEvent) => callback(e)), ]); } - private get labelElement(): HTMLElement { - const labelNode = this.labelNode; - if (labelNode instanceof HighlightedLabel) { - return labelNode.element; - } - - return labelNode.element; - } - - public setValue(label?: string, description?: string, options?: IIconLabelOptions): void { + public setValue(label?: string, description?: string, options?: IIconLabelValueOptions): void { const classes = ['monaco-icon-label']; if (options) { if (options.extraClasses) { @@ -134,21 +137,39 @@ export class IconLabel { this.domNode.className = classes.join(' '); this.domNode.title = options && options.title ? options.title : ''; - const labelNode = this.labelNode; - if (labelNode instanceof HighlightedLabel) { - labelNode.set(label || '', options ? options.matches : void 0); + if (this.labelNode instanceof HighlightedLabel) { + this.labelNode.set(label || '', options ? options.matches : void 0); } else { - labelNode.textContent = label || ''; + this.labelNode.textContent = label || ''; } - this.descriptionNode.textContent = description || ''; - this.descriptionNode.empty = !description; + if (description || this.descriptionNode) { + if (!this.descriptionNode) { + this.descriptionNode = this.descriptionNodeFactory(); // description node is created lazily on demand + } + + if (this.descriptionNode instanceof HighlightedLabel) { + this.descriptionNode.set(description || '', options ? options.descriptionMatches : void 0); + if (options && options.descriptionTitle) { + this.descriptionNode.element.title = options.descriptionTitle; + } else { + this.descriptionNode.element.removeAttribute('title'); + } + } else { + this.descriptionNode.textContent = description || ''; + this.descriptionNode.title = options && options.descriptionTitle ? options.descriptionTitle : ''; + this.descriptionNode.empty = !description; + } + } } public dispose(): void { this.domNode.dispose(); this.labelNode.dispose(); - this.descriptionNode.dispose(); + + if (this.descriptionNode) { + this.descriptionNode.dispose(); + } } } diff --git a/src/vs/base/browser/ui/iconLabel/iconlabel.css b/src/vs/base/browser/ui/iconLabel/iconlabel.css index 5e6503f685..2b456ee676 100644 --- a/src/vs/base/browser/ui/iconLabel/iconlabel.css +++ b/src/vs/base/browser/ui/iconLabel/iconlabel.css @@ -63,8 +63,8 @@ /* make sure selection color wins when a label is being selected */ .monaco-tree.focused .selected .monaco-icon-label, /* tree */ .monaco-tree.focused .selected .monaco-icon-label::after, -.monaco-list:focus .focused.selected .monaco-icon-label, /* list */ -.monaco-list:focus .focused.selected .monaco-icon-label::after +.monaco-list:focus .selected .monaco-icon-label, /* list */ +.monaco-list:focus .selected .monaco-icon-label::after { color: inherit !important; } diff --git a/src/vs/base/browser/ui/inputbox/inputBox.css b/src/vs/base/browser/ui/inputbox/inputBox.css index ca3a6299cb..2bc5aeb4b0 100644 --- a/src/vs/base/browser/ui/inputbox/inputBox.css +++ b/src/vs/base/browser/ui/inputbox/inputBox.css @@ -99,6 +99,7 @@ line-height: 17px; min-height: 34px; margin-top: -1px; + word-wrap: break-word; } /* Action bar support */ diff --git a/src/vs/base/browser/ui/inputbox/inputBox.ts b/src/vs/base/browser/ui/inputbox/inputBox.ts index 4a6d75aaa3..4e3a7aac2e 100644 --- a/src/vs/base/browser/ui/inputbox/inputBox.ts +++ b/src/vs/base/browser/ui/inputbox/inputBox.ts @@ -29,7 +29,7 @@ export interface IInputOptions extends IInputBoxStyles { flexibleHeight?: boolean; actions?: IAction[]; - // {{SQL CARBON EDIT}} Canidate for addition to vscode + // {{SQL CARBON EDIT}} Candidate for addition to vscode min?: string; } @@ -139,7 +139,7 @@ export class InputBox extends Widget { if (this.options.validationOptions) { this.validation = this.options.validationOptions.validation; - // {{SQL CARBON EDIT}} Canidate for addition to vscode + // {{SQL CARBON EDIT}} Candidate for addition to vscode this.showValidationMessage = true; } @@ -173,8 +173,7 @@ export class InputBox extends Widget { } if (this.placeholder) { - this.input.setAttribute('placeholder', this.placeholder); - this.input.title = this.placeholder; + this.setPlaceHolder(this.placeholder); } this.oninput(this.input, () => this.onValueChange()); @@ -201,7 +200,7 @@ export class InputBox extends Widget { if (this.options.actions) { this.actionbar = this._register(new ActionBar(this.element)); this.actionbar.push(this.options.actions, { icon: true, label: false }); - // {{SQL CARBON EDIT}} Canidate for addition to vscode + // {{SQL CARBON EDIT}} Candidate for addition to vscode this.input.style.paddingRight = (this.options.actions.length * 22) + 'px'; } @@ -219,6 +218,7 @@ export class InputBox extends Widget { public setPlaceHolder(placeHolder: string): void { if (this.input) { this.input.setAttribute('placeholder', placeHolder); + this.input.title = placeHolder; } } @@ -378,7 +378,7 @@ export class InputBox extends Widget { } private _showMessage(): void { - // {{SQL CARBON EDIT}} Canidate for addition to vscode + // {{SQL CARBON EDIT}} Candidate for addition to vscode if (!this.contextViewProvider || !this.message || !this.showValidationMessage) { return; } diff --git a/src/vs/base/browser/ui/list/list.css b/src/vs/base/browser/ui/list/list.css index db72c6441d..fe5f6b08d1 100644 --- a/src/vs/base/browser/ui/list/list.css +++ b/src/vs/base/browser/ui/list/list.css @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ .monaco-list { + position: relative; height: 100%; width: 100%; white-space: nowrap; diff --git a/src/vs/base/browser/ui/list/list.ts b/src/vs/base/browser/ui/list/list.ts index 6911bfd294..830b700e78 100644 --- a/src/vs/base/browser/ui/list/list.ts +++ b/src/vs/base/browser/ui/list/list.ts @@ -17,6 +17,12 @@ export interface IRenderer { disposeTemplate(templateData: TTemplateData): void; } +export interface IListOpenEvent { + elements: T[]; + indexes: number[]; + browserEvent?: UIEvent; +} + export interface IListEvent { elements: T[]; indexes: number[]; diff --git a/src/vs/base/browser/ui/list/listPaging.ts b/src/vs/base/browser/ui/list/listPaging.ts index ddbad838b1..ed6d19a09e 100644 --- a/src/vs/base/browser/ui/list/listPaging.ts +++ b/src/vs/base/browser/ui/list/listPaging.ts @@ -6,8 +6,8 @@ import 'vs/css!./list'; import { IDisposable } from 'vs/base/common/lifecycle'; import { range } from 'vs/base/common/arrays'; -import { IDelegate, IRenderer, IListEvent } from './list'; -import { List, IListOptions, IListStyles } from './listWidget'; +import { IDelegate, IRenderer, IListEvent, IListOpenEvent } from './list'; +import { List, IListStyles, IListOptions } from './listWidget'; import { IPagedModel } from 'vs/base/common/paging'; import Event, { mapEvent } from 'vs/base/common/event'; @@ -67,7 +67,7 @@ export class PagedList { container: HTMLElement, delegate: IDelegate, renderers: IPagedRenderer[], - options: IListOptions = {} // TODO@Joao: should be IListOptions + options: IListOptions = {} ) { const pagedRenderers = renderers.map(r => new PagedRenderer>(r, () => this.model)); this.list = new List(container, delegate, pagedRenderers, options); @@ -97,6 +97,10 @@ export class PagedList { return mapEvent(this.list.onFocusChange, ({ elements, indexes }) => ({ elements: elements.map(e => this._model.get(e)), indexes })); } + get onOpen(): Event> { + return mapEvent(this.list.onOpen, ({ elements, indexes, browserEvent }) => ({ elements: elements.map(e => this._model.get(e)), indexes, browserEvent })); + } + get onSelectionChange(): Event> { return mapEvent(this.list.onSelectionChange, ({ elements, indexes }) => ({ elements: elements.map(e => this._model.get(e)), indexes })); } @@ -126,8 +130,8 @@ export class PagedList { this.list.scrollTop = scrollTop; } - open(indexes: number[]): void { - this.list.open(indexes); + open(indexes: number[], browserEvent?: UIEvent): void { + this.list.open(indexes, browserEvent); } setFocus(indexes: number[]): void { @@ -166,6 +170,10 @@ export class PagedList { this.list.setSelection(indexes); } + getSelection(): number[] { + return this.list.getSelection(); + } + layout(height?: number): void { this.list.layout(height); } diff --git a/src/vs/base/browser/ui/list/listView.ts b/src/vs/base/browser/ui/list/listView.ts index 7401ed98b0..81ff81f326 100644 --- a/src/vs/base/browser/ui/list/listView.ts +++ b/src/vs/base/browser/ui/list/listView.ts @@ -52,10 +52,12 @@ interface IItem { export interface IListViewOptions { useShadows?: boolean; + verticalScrollMode?: ScrollbarVisibility; } const DefaultOptions: IListViewOptions = { - useShadows: true + useShadows: true, + verticalScrollMode: ScrollbarVisibility.Auto }; export class ListView implements ISpliceable, IDisposable { @@ -106,18 +108,23 @@ export class ListView implements ISpliceable, IDisposable { this.scrollableElement = new ScrollableElement(this.rowsContainer, { alwaysConsumeMouseWheel: true, horizontal: ScrollbarVisibility.Hidden, - vertical: ScrollbarVisibility.Auto, + vertical: getOrDefault(options, o => o.verticalScrollMode, DefaultOptions.verticalScrollMode), useShadows: getOrDefault(options, o => o.useShadows, DefaultOptions.useShadows) }); this._domNode.appendChild(this.scrollableElement.getDomNode()); container.appendChild(this._domNode); - this.disposables = [this.rangeMap, this.gesture, this.scrollableElement]; + this.disposables = [this.rangeMap, this.gesture, this.scrollableElement, this.cache]; this.scrollableElement.onScroll(this.onScroll, this, this.disposables); domEvent(this.rowsContainer, TouchEventType.Change)(this.onTouchChange, this, this.disposables); + // Prevent the monaco-scrollable-element from scrolling + // https://github.com/Microsoft/vscode/issues/44181 + domEvent(this.scrollableElement.getDomNode(), 'scroll') + (e => (e.target as HTMLElement).scrollTop = 0, null, this.disposables); + const onDragOver = mapEvent(domEvent(this.rowsContainer, 'dragover'), e => new DragMouseEvent(e)); onDragOver(this.onDragOver, this, this.disposables); @@ -148,7 +155,7 @@ export class ListView implements ISpliceable, IDisposable { const removeRange = intersect(previousRenderRange, deleteRange); for (let i = removeRange.start; i < removeRange.end; i++) { - this.removeItemFromDOM(this.items[i]); + this.removeItemFromDOM(i); } const previousRestRange: IRange = { start: start + deleteCount, end: this.items.length }; @@ -181,19 +188,20 @@ export class ListView implements ISpliceable, IDisposable { const removeRange = removeRanges[r]; for (let i = removeRange.start; i < removeRange.end; i++) { - this.removeItemFromDOM(this.items[i]); + this.removeItemFromDOM(i); } } const unrenderedRestRanges = previousUnrenderedRestRanges.map(r => shift(r, delta)); const elementsRange = { start, end: start + elements.length }; const insertRanges = [elementsRange, ...unrenderedRestRanges].map(r => intersect(renderRange, r)); + const beforeElement = this.getNextToLastElement(insertRanges); for (let r = 0; r < insertRanges.length; r++) { const insertRange = insertRanges[r]; for (let i = insertRange.start; i < insertRange.end; i++) { - this.insertItemInDOM(this.items[i], i); + this.insertItemInDOM(i, beforeElement); } } @@ -252,16 +260,17 @@ export class ListView implements ISpliceable, IDisposable { const rangesToInsert = relativeComplement(renderRange, previousRenderRange); const rangesToRemove = relativeComplement(previousRenderRange, renderRange); + const beforeElement = this.getNextToLastElement(rangesToInsert); for (const range of rangesToInsert) { for (let i = range.start; i < range.end; i++) { - this.insertItemInDOM(this.items[i], i); + this.insertItemInDOM(i, beforeElement); } } for (const range of rangesToRemove) { for (let i = range.start; i < range.end; i++) { - this.removeItemFromDOM(this.items[i], ); + this.removeItemFromDOM(i); } } @@ -279,28 +288,38 @@ export class ListView implements ISpliceable, IDisposable { // DOM operations - private insertItemInDOM(item: IItem, index: number): void { + private insertItemInDOM(index: number, beforeElement: HTMLElement | null): void { + const item = this.items[index]; + if (!item.row) { item.row = this.cache.alloc(item.templateId); } if (!item.row.domNode.parentElement) { - this.rowsContainer.appendChild(item.row.domNode); + if (beforeElement) { + this.rowsContainer.insertBefore(item.row.domNode, beforeElement); + } else { + this.rowsContainer.appendChild(item.row.domNode); + } } - const renderer = this.renderers.get(item.templateId); - item.row.domNode.style.top = `${this.elementTop(index)}px`; item.row.domNode.style.height = `${item.size}px`; - item.row.domNode.setAttribute('data-index', `${index}`); + this.updateItemInDOM(item, index); + + const renderer = this.renderers.get(item.templateId); renderer.renderElement(item.element, index, item.row.templateData); } private updateItemInDOM(item: IItem, index: number): void { item.row.domNode.style.top = `${this.elementTop(index)}px`; item.row.domNode.setAttribute('data-index', `${index}`); + item.row.domNode.setAttribute('data-last-element', index === this.length - 1 ? 'true' : 'false'); + item.row.domNode.setAttribute('aria-setsize', `${this.length}`); + item.row.domNode.setAttribute('aria-posinset', `${index + 1}`); } - private removeItemFromDOM(item: IItem): void { + private removeItemFromDOM(index: number): void { + const item = this.items[index]; this.cache.release(item.row); item.row = null; } @@ -448,6 +467,26 @@ export class ListView implements ISpliceable, IDisposable { }; } + private getNextToLastElement(ranges: IRange[]): HTMLElement | null { + const lastRange = ranges[ranges.length - 1]; + + if (!lastRange) { + return null; + } + + const nextToLastItem = this.items[lastRange.end]; + + if (!nextToLastItem) { + return null; + } + + if (!nextToLastItem.row) { + return null; + } + + return nextToLastItem.row.domNode; + } + // Dispose dispose() { diff --git a/src/vs/base/browser/ui/list/listWidget.ts b/src/vs/base/browser/ui/list/listWidget.ts index 1c0e9670e3..7e926bbc9a 100644 --- a/src/vs/base/browser/ui/list/listWidget.ts +++ b/src/vs/base/browser/ui/list/listWidget.ts @@ -15,11 +15,13 @@ import { KeyCode } from 'vs/base/common/keyCodes'; import { StandardKeyboardEvent } from 'vs/base/browser/keyboardEvent'; import Event, { Emitter, EventBufferer, chain, mapEvent, anyEvent } from 'vs/base/common/event'; import { domEvent } from 'vs/base/browser/event'; -import { IDelegate, IRenderer, IListEvent, IListContextMenuEvent, IListMouseEvent, IListTouchEvent, IListGestureEvent } from './list'; +import { IDelegate, IRenderer, IListEvent, IListContextMenuEvent, IListMouseEvent, IListTouchEvent, IListGestureEvent, IListOpenEvent } from './list'; import { ListView, IListViewOptions } from './listView'; import { Color } from 'vs/base/common/color'; import { mixin } from 'vs/base/common/objects'; +import { ScrollbarVisibility } from 'vs/base/common/scrollable'; import { ISpliceable } from 'vs/base/common/sequence'; +import { clamp } from 'vs/base/common/numbers'; export interface IIdentityProvider { (element: T): string; @@ -202,32 +204,6 @@ class FocusTrait extends Trait { } } -class Aria implements IRenderer, ISpliceable { - - private length = 0; - - get templateId(): string { - return 'aria'; - } - - splice(start: number, deleteCount: number, elements: T[]): void { - this.length += elements.length - deleteCount; - } - - renderTemplate(container: HTMLElement): HTMLElement { - return container; - } - - renderElement(element: T, index: number, container: HTMLElement): void { - container.setAttribute('aria-setsize', `${this.length}`); - container.setAttribute('aria-posinset', `${index + 1}`); - } - - disposeTemplate(container: HTMLElement): void { - // noop - } -} - /** * The TraitSpliceable is used as a util class to be able * to preserve traits across splice calls, given an identity @@ -260,6 +236,7 @@ function isInputElement(e: HTMLElement): boolean { class KeyboardController implements IDisposable { private disposables: IDisposable[]; + private openController: IOpenController; constructor( private list: List, @@ -269,6 +246,8 @@ class KeyboardController implements IDisposable { const multipleSelectionSupport = !(options.multipleSelectionSupport === false); this.disposables = []; + this.openController = options.openController || DefaultOpenController; + const onKeyDown = chain(domEvent(view.domNode, 'keydown')) .filter(e => !isInputElement(e.target as HTMLElement)) .map(e => new StandardKeyboardEvent(e)); @@ -289,7 +268,10 @@ class KeyboardController implements IDisposable { e.preventDefault(); e.stopPropagation(); this.list.setSelection(this.list.getFocus()); - this.list.open(this.list.getFocus()); + + if (this.openController.shouldOpen(e.browserEvent)) { + this.list.open(this.list.getFocus(), e.browserEvent); + } } private onUpArrow(e: StandardKeyboardEvent): void { @@ -343,21 +325,84 @@ class KeyboardController implements IDisposable { } } -function isSelectionSingleChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { +class DOMFocusController implements IDisposable { + + private disposables: IDisposable[] = []; + + constructor( + private list: List, + private view: ListView + ) { + this.disposables = []; + + const onKeyDown = chain(domEvent(view.domNode, 'keydown')) + .filter(e => !isInputElement(e.target as HTMLElement)) + .map(e => new StandardKeyboardEvent(e)); + + onKeyDown.filter(e => e.keyCode === KeyCode.Tab && !e.ctrlKey && !e.metaKey && !e.shiftKey && !e.altKey) + .on(this.onTab, this, this.disposables); + } + + private onTab(e: StandardKeyboardEvent): void { + if (e.target !== this.view.domNode) { + return; + } + + const focus = this.list.getFocus(); + + if (focus.length === 0) { + return; + } + + const focusedDomElement = this.view.domElement(focus[0]); + const tabIndexElement = focusedDomElement.querySelector('[tabIndex]'); + + if (!tabIndexElement || !(tabIndexElement instanceof HTMLElement)) { + return; + } + + e.preventDefault(); + e.stopPropagation(); + tabIndexElement.focus(); + } + + dispose() { + this.disposables = dispose(this.disposables); + } +} + +export function isSelectionSingleChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { return platform.isMacintosh ? event.browserEvent.metaKey : event.browserEvent.ctrlKey; } -function isSelectionRangeChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { +export function isSelectionRangeChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { return event.browserEvent.shiftKey; } -function isSelectionChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { - return isSelectionSingleChangeEvent(event) || isSelectionRangeChangeEvent(event); +function isMouseRightClick(event: UIEvent): boolean { + return event instanceof MouseEvent && event.button === 2; } +const DefaultMultipleSelectionContoller = { + isSelectionSingleChangeEvent, + isSelectionRangeChangeEvent +}; + +const DefaultOpenController = { + shouldOpen: (event: UIEvent) => { + if (event instanceof MouseEvent) { + return !isMouseRightClick(event); + } + + return true; + } +} as IOpenController; + class MouseController implements IDisposable { private multipleSelectionSupport: boolean; + private multipleSelectionController: IMultipleSelectionController; + private openController: IOpenController; private didJustPressContextMenuKey: boolean = false; private disposables: IDisposable[] = []; @@ -397,7 +442,13 @@ class MouseController implements IDisposable { private view: ListView, private options: IListOptions = {} ) { - this.multipleSelectionSupport = options.multipleSelectionSupport !== false; + this.multipleSelectionSupport = !(options.multipleSelectionSupport === false); + + if (this.multipleSelectionSupport) { + this.multipleSelectionController = options.multipleSelectionController || DefaultMultipleSelectionContoller; + } + + this.openController = options.openController || DefaultOpenController; view.onMouseDown(this.onMouseDown, this, this.disposables); view.onMouseClick(this.onPointer, this, this.disposables); @@ -407,6 +458,26 @@ class MouseController implements IDisposable { Gesture.addTarget(view.domNode); } + private isSelectionSingleChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { + if (this.multipleSelectionController) { + return this.multipleSelectionController.isSelectionSingleChangeEvent(event); + } + + return platform.isMacintosh ? event.browserEvent.metaKey : event.browserEvent.ctrlKey; + } + + private isSelectionRangeChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { + if (this.multipleSelectionController) { + return this.multipleSelectionController.isSelectionRangeChangeEvent(event); + } + + return event.browserEvent.shiftKey; + } + + private isSelectionChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean { + return this.isSelectionSingleChangeEvent(event) || this.isSelectionRangeChangeEvent(event); + } + private onMouseDown(e: IListMouseEvent | IListTouchEvent): void { if (this.options.focusOnMouseDown === false) { e.browserEvent.preventDefault(); @@ -416,39 +487,48 @@ class MouseController implements IDisposable { } let reference = this.list.getFocus()[0]; - reference = reference === undefined ? this.list.getSelection()[0] : reference; + const selection = this.list.getSelection(); + reference = reference === undefined ? selection[0] : reference; - if (this.multipleSelectionSupport && isSelectionRangeChangeEvent(e)) { + if (this.multipleSelectionSupport && this.isSelectionRangeChangeEvent(e)) { return this.changeSelection(e, reference); } const focus = e.index; - this.list.setFocus([focus]); + if (selection.every(s => s !== focus)) { + this.list.setFocus([focus]); + } - if (this.multipleSelectionSupport && isSelectionChangeEvent(e)) { + if (this.multipleSelectionSupport && this.isSelectionChangeEvent(e)) { return this.changeSelection(e, reference); } - if (this.options.selectOnMouseDown) { + if (this.options.selectOnMouseDown && !isMouseRightClick(e.browserEvent)) { this.list.setSelection([focus]); - this.list.open([focus]); + + if (this.openController.shouldOpen(e.browserEvent)) { + this.list.open([focus], e.browserEvent); + } } } private onPointer(e: IListMouseEvent): void { - if (this.multipleSelectionSupport && isSelectionChangeEvent(e)) { + if (this.multipleSelectionSupport && this.isSelectionChangeEvent(e)) { return; } if (!this.options.selectOnMouseDown) { const focus = this.list.getFocus(); this.list.setSelection(focus); - this.list.open(focus); + + if (this.openController.shouldOpen(e.browserEvent)) { + this.list.open(focus, e.browserEvent); + } } } private onDoubleClick(e: IListMouseEvent): void { - if (this.multipleSelectionSupport && isSelectionChangeEvent(e)) { + if (this.multipleSelectionSupport && this.isSelectionChangeEvent(e)) { return; } @@ -460,7 +540,7 @@ class MouseController implements IDisposable { private changeSelection(e: IListMouseEvent | IListTouchEvent, reference: number | undefined): void { const focus = e.index; - if (isSelectionRangeChangeEvent(e) && reference !== undefined) { + if (this.isSelectionRangeChangeEvent(e) && reference !== undefined) { const min = Math.min(reference, focus); const max = Math.max(reference, focus); const rangeSelection = range(min, max + 1); @@ -474,7 +554,7 @@ class MouseController implements IDisposable { const newSelection = disjunction(rangeSelection, relativeComplement(selection, contiguousRange)); this.list.setSelection(newSelection); - } else if (isSelectionSingleChangeEvent(e)) { + } else if (this.isSelectionSingleChangeEvent(e)) { const selection = this.list.getSelection(); const newSelection = selection.filter(i => i !== focus); @@ -491,6 +571,15 @@ class MouseController implements IDisposable { } } +export interface IMultipleSelectionController { + isSelectionSingleChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean; + isSelectionRangeChangeEvent(event: IListMouseEvent | IListTouchEvent): boolean; +} + +export interface IOpenController { + shouldOpen(event: UIEvent): boolean; +} + export interface IListOptions extends IListViewOptions, IListStyles { identityProvider?: IIdentityProvider; ariaLabel?: string; @@ -498,7 +587,10 @@ export interface IListOptions extends IListViewOptions, IListStyles { selectOnMouseDown?: boolean; focusOnMouseDown?: boolean; keyboardSupport?: boolean; + verticalScrollMode?: ScrollbarVisibility; multipleSelectionSupport?: boolean; + multipleSelectionController?: IMultipleSelectionController; + openController?: IOpenController; } export interface IListStyles { @@ -660,8 +752,9 @@ export class List implements ISpliceable, IDisposable { private eventBufferer = new EventBufferer(); private view: ListView; private spliceable: ISpliceable; - private disposables: IDisposable[]; + protected disposables: IDisposable[]; private styleElement: HTMLStyleElement; + private mouseController: MouseController; @memoize get onFocusChange(): Event> { return mapEvent(this.eventBufferer.wrapEvent(this.focus.onChange), e => this.toListEvent(e)); @@ -673,9 +766,9 @@ export class List implements ISpliceable, IDisposable { readonly onContextMenu: Event> = Event.None; - private _onOpen = new Emitter(); - @memoize get onOpen(): Event> { - return mapEvent(this._onOpen.event, indexes => this.toListEvent({ indexes })); + private _onOpen = new Emitter>(); + @memoize get onOpen(): Event> { + return this._onOpen.event; } private _onPin = new Emitter(); @@ -709,13 +802,12 @@ export class List implements ISpliceable, IDisposable { renderers: IRenderer[], options: IListOptions = DefaultOptions ) { - const aria = new Aria(); this.focus = new FocusTrait(i => this.getElementDomId(i)); this.selection = new Trait('selected'); mixin(options, defaultStyles, false); - renderers = renderers.map(r => new PipelineRenderer(r.templateId, [aria, this.focus.renderer, this.selection.renderer, r])); + renderers = renderers.map(r => new PipelineRenderer(r.templateId, [this.focus.renderer, this.selection.renderer, r])); this.view = new ListView(container, delegate, renderers, options); this.view.domNode.setAttribute('role', 'tree'); @@ -725,7 +817,6 @@ export class List implements ISpliceable, IDisposable { this.styleElement = DOM.createStyleSheet(this.view.domNode); this.spliceable = new CombinedSpliceable([ - aria, new TraitSpliceable(this.focus, this.view, options.identityProvider), new TraitSpliceable(this.selection, this.view, options.identityProvider), this.view @@ -736,15 +827,17 @@ export class List implements ISpliceable, IDisposable { this.onDidFocus = mapEvent(domEvent(this.view.domNode, 'focus', true), () => null); this.onDidBlur = mapEvent(domEvent(this.view.domNode, 'blur', true), () => null); + this.disposables.push(new DOMFocusController(this, this.view)); + if (typeof options.keyboardSupport !== 'boolean' || options.keyboardSupport) { const controller = new KeyboardController(this, this.view, options); this.disposables.push(controller); } if (typeof options.mouseSupport !== 'boolean' || options.mouseSupport) { - const controller = new MouseController(this, this.view, options); - this.disposables.push(controller); - this.onContextMenu = controller.onContextMenu; + this.mouseController = new MouseController(this, this.view, options); + this.disposables.push(this.mouseController); + this.onContextMenu = this.mouseController.onContextMenu; } this.onFocusChange(this._onFocusChange, this, this.disposables); @@ -790,6 +883,12 @@ export class List implements ISpliceable, IDisposable { } setSelection(indexes: number[]): void { + for (const index of indexes) { + if (index < 0 || index >= this.length) { + throw new Error(`Invalid index ${index}`); + } + } + indexes = indexes.sort(numericSort); this.selection.set(indexes); } @@ -820,6 +919,12 @@ export class List implements ISpliceable, IDisposable { } setFocus(indexes: number[]): void { + for (const index of indexes) { + if (index < 0 || index >= this.length) { + throw new Error(`Invalid index ${index}`); + } + } + indexes = indexes.sort(numericSort); this.focus.set(indexes); } @@ -903,17 +1008,18 @@ export class List implements ISpliceable, IDisposable { } reveal(index: number, relativeTop?: number): void { + if (index < 0 || index >= this.length) { + throw new Error(`Invalid index ${index}`); + } + const scrollTop = this.view.getScrollTop(); const elementTop = this.view.elementTop(index); const elementHeight = this.view.elementHeight(index); if (isNumber(relativeTop)) { - relativeTop = relativeTop < 0 ? 0 : relativeTop; - relativeTop = relativeTop > 1 ? 1 : relativeTop; - // y = mx + b const m = elementHeight - this.view.renderHeight; - this.view.setScrollTop(m * relativeTop + elementTop); + this.view.setScrollTop(m * clamp(relativeTop, 0, 1) + elementTop); } else { const viewItemBottom = elementTop + elementHeight; const wrapperBottom = scrollTop + this.view.renderHeight; @@ -926,6 +1032,28 @@ export class List implements ISpliceable, IDisposable { } } + /** + * Returns the relative position of an element rendered in the list. + * Returns `null` if the element isn't *entirely* in the visible viewport. + */ + getRelativeTop(index: number): number | null { + if (index < 0 || index >= this.length) { + throw new Error(`Invalid index ${index}`); + } + + const scrollTop = this.view.getScrollTop(); + const elementTop = this.view.elementTop(index); + const elementHeight = this.view.elementHeight(index); + + if (elementTop < scrollTop || elementTop + elementHeight > scrollTop + this.view.renderHeight) { + return null; + } + + // y = mx + b + const m = elementHeight - this.view.renderHeight; + return Math.abs((scrollTop - elementTop) / m); + } + private getElementDomId(index: number): string { return `${this.idPrefix}_${index}`; } @@ -938,11 +1066,23 @@ export class List implements ISpliceable, IDisposable { return this.view.domNode; } - open(indexes: number[]): void { - this._onOpen.fire(indexes); + open(indexes: number[], browserEvent?: UIEvent): void { + for (const index of indexes) { + if (index < 0 || index >= this.length) { + throw new Error(`Invalid index ${index}`); + } + } + + this._onOpen.fire({ indexes, elements: indexes.map(i => this.view.element(i)), browserEvent }); } pin(indexes: number[]): void { + for (const index of indexes) { + if (index < 0 || index >= this.length) { + throw new Error(`Invalid index ${index}`); + } + } + this._onPin.fire(indexes); } @@ -951,6 +1091,7 @@ export class List implements ISpliceable, IDisposable { if (styles.listFocusBackground) { content.push(`.monaco-list.${this.idPrefix}:focus .monaco-list-row.focused { background-color: ${styles.listFocusBackground}; }`); + content.push(`.monaco-list.${this.idPrefix}:focus .monaco-list-row.focused:hover { background-color: ${styles.listFocusBackground}; }`); // overwrite :hover style in this case! } if (styles.listFocusForeground) { diff --git a/src/vs/base/browser/ui/list/rowCache.ts b/src/vs/base/browser/ui/list/rowCache.ts index b1eb456ac7..45a75d9c8c 100644 --- a/src/vs/base/browser/ui/list/rowCache.ts +++ b/src/vs/base/browser/ui/list/rowCache.ts @@ -82,7 +82,7 @@ export class RowCache implements IDisposable { this.cache.forEach((cachedRows, templateId) => { for (const cachedRow of cachedRows) { - const renderer = this.renderers[templateId]; + const renderer = this.renderers.get(templateId); renderer.disposeTemplate(cachedRow.templateData); cachedRow.domNode = null; cachedRow.templateData = null; diff --git a/src/vs/base/browser/ui/octiconLabel/octicons/OSSREADME.json b/src/vs/base/browser/ui/octiconLabel/octicons/OSSREADME.json index b4ba24f084..1fa5c4ad52 100644 --- a/src/vs/base/browser/ui/octiconLabel/octicons/OSSREADME.json +++ b/src/vs/base/browser/ui/octiconLabel/octicons/OSSREADME.json @@ -6,7 +6,7 @@ "version": "3.1.0", "license": "MIT", "licenseDetail": [ - "The Source EULA (MIT)", + "The Source EULA", "", "(c) 2012-2015 GitHub", "", diff --git a/src/vs/base/browser/ui/progressbar/progressbar.ts b/src/vs/base/browser/ui/progressbar/progressbar.ts index 691985474e..61640d5e16 100644 --- a/src/vs/base/browser/ui/progressbar/progressbar.ts +++ b/src/vs/base/browser/ui/progressbar/progressbar.ts @@ -45,7 +45,9 @@ export class ProgressBar { private animationStopToken: ValueCallback; private progressBarBackground: Color; - constructor(builder: Builder, options?: IProgressBarOptions) { + constructor(container: Builder, options?: IProgressBarOptions); + constructor(container: HTMLElement, options?: IProgressBarOptions); + constructor(container: any, options?: IProgressBarOptions) { this.options = options || Object.create(null); mixin(this.options, defaultOpts, false); @@ -54,11 +56,13 @@ export class ProgressBar { this.progressBarBackground = this.options.progressBarBackground; - this.create(builder); + this.create(container); } - private create(parent: Builder): void { - parent.div({ 'class': css_progress_container }, (builder) => { + private create(container: Builder): void; + private create(container: HTMLElement): void; + private create(container: any): void { + $(container).div({ 'class': css_progress_container }, (builder) => { this.element = builder.clone(); builder.div({ 'class': css_progress_bit }).on([DOM.EventType.ANIMATION_START, DOM.EventType.ANIMATION_END, DOM.EventType.ANIMATION_ITERATION], (e: Event) => { diff --git a/src/vs/base/browser/ui/resourceviewer/resourceViewer.ts b/src/vs/base/browser/ui/resourceviewer/resourceViewer.ts deleted file mode 100644 index e4295b99e2..0000000000 --- a/src/vs/base/browser/ui/resourceviewer/resourceViewer.ts +++ /dev/null @@ -1,243 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -'use strict'; - -import 'vs/css!./resourceviewer'; -import nls = require('vs/nls'); -import mimes = require('vs/base/common/mime'); -import URI from 'vs/base/common/uri'; -import paths = require('vs/base/common/paths'); -import { Builder, $ } from 'vs/base/browser/builder'; -import DOM = require('vs/base/browser/dom'); -import { DomScrollableElement } from 'vs/base/browser/ui/scrollbar/scrollableElement'; -import { LRUCache } from 'vs/base/common/map'; -import { Schemas } from 'vs/base/common/network'; - -interface MapExtToMediaMimes { - [index: string]: string; -} - -// Known media mimes that we can handle -const mapExtToMediaMimes: MapExtToMediaMimes = { - '.bmp': 'image/bmp', - '.gif': 'image/gif', - '.jpg': 'image/jpg', - '.jpeg': 'image/jpg', - '.jpe': 'image/jpg', - '.png': 'image/png', - '.tiff': 'image/tiff', - '.tif': 'image/tiff', - '.ico': 'image/x-icon', - '.tga': 'image/x-tga', - '.psd': 'image/vnd.adobe.photoshop', - '.webp': 'image/webp', - '.mid': 'audio/midi', - '.midi': 'audio/midi', - '.mp4a': 'audio/mp4', - '.mpga': 'audio/mpeg', - '.mp2': 'audio/mpeg', - '.mp2a': 'audio/mpeg', - '.mp3': 'audio/mpeg', - '.m2a': 'audio/mpeg', - '.m3a': 'audio/mpeg', - '.oga': 'audio/ogg', - '.ogg': 'audio/ogg', - '.spx': 'audio/ogg', - '.aac': 'audio/x-aac', - '.wav': 'audio/x-wav', - '.wma': 'audio/x-ms-wma', - '.mp4': 'video/mp4', - '.mp4v': 'video/mp4', - '.mpg4': 'video/mp4', - '.mpeg': 'video/mpeg', - '.mpg': 'video/mpeg', - '.mpe': 'video/mpeg', - '.m1v': 'video/mpeg', - '.m2v': 'video/mpeg', - '.ogv': 'video/ogg', - '.qt': 'video/quicktime', - '.mov': 'video/quicktime', - '.webm': 'video/webm', - '.mkv': 'video/x-matroska', - '.mk3d': 'video/x-matroska', - '.mks': 'video/x-matroska', - '.wmv': 'video/x-ms-wmv', - '.flv': 'video/x-flv', - '.avi': 'video/x-msvideo', - '.movie': 'video/x-sgi-movie' -}; - -export interface IResourceDescriptor { - resource: URI; - name: string; - size: number; - etag: string; - mime: string; -} - -// Chrome is caching images very aggressively and so we use the ETag information to find out if -// we need to bypass the cache or not. We could always bypass the cache everytime we show the image -// however that has very bad impact on memory consumption because each time the image gets shown, -// memory grows (see also https://github.com/electron/electron/issues/6275) -const IMAGE_RESOURCE_ETAG_CACHE = new LRUCache(100); -function imageSrc(descriptor: IResourceDescriptor): string { - if (descriptor.resource.scheme === Schemas.data) { - return descriptor.resource.toString(true /* skip encoding */); - } - - const src = descriptor.resource.toString(); - - let cached = IMAGE_RESOURCE_ETAG_CACHE.get(src); - if (!cached) { - cached = { etag: descriptor.etag, src }; - IMAGE_RESOURCE_ETAG_CACHE.set(src, cached); - } - - if (cached.etag !== descriptor.etag) { - cached.etag = descriptor.etag; - cached.src = `${src}?${Date.now()}`; // bypass cache with this trick - } - - return cached.src; -} - -/** - * Helper to actually render the given resource into the provided container. Will adjust scrollbar (if provided) automatically based on loading - * progress of the binary resource. - */ -export class ResourceViewer { - - private static readonly KB = 1024; - private static readonly MB = ResourceViewer.KB * ResourceViewer.KB; - private static readonly GB = ResourceViewer.MB * ResourceViewer.KB; - private static readonly TB = ResourceViewer.GB * ResourceViewer.KB; - - private static readonly MAX_IMAGE_SIZE = ResourceViewer.MB; // showing images inline is memory intense, so we have a limit - - public static show( - descriptor: IResourceDescriptor, - container: Builder, - scrollbar: DomScrollableElement, - openExternal: (uri: URI) => void, - metadataClb?: (meta: string) => void - ): void { - - // Ensure CSS class - $(container).setClass('monaco-resource-viewer'); - - // Lookup media mime if any - let mime = descriptor.mime; - if (!mime && descriptor.resource.scheme === Schemas.file) { - const ext = paths.extname(descriptor.resource.toString()); - if (ext) { - mime = mapExtToMediaMimes[ext.toLowerCase()]; - } - } - - if (!mime) { - mime = mimes.MIME_BINARY; - } - - // Show Image inline unless they are large - if (mime.indexOf('image/') >= 0) { - if (ResourceViewer.inlineImage(descriptor)) { - $(container) - .empty() - .addClass('image') - .img({ src: imageSrc(descriptor) }) - .on(DOM.EventType.LOAD, (e, img) => { - const imgElement = img.getHTMLElement(); - if (imgElement.naturalWidth > imgElement.width || imgElement.naturalHeight > imgElement.height) { - $(container).addClass('oversized'); - - img.on(DOM.EventType.CLICK, (e, img) => { - $(container).toggleClass('full-size'); - - scrollbar.scanDomNode(); - }); - } - - if (metadataClb) { - metadataClb(nls.localize('imgMeta', "{0}x{1} {2}", imgElement.naturalWidth, imgElement.naturalHeight, ResourceViewer.formatSize(descriptor.size))); - } - - scrollbar.scanDomNode(); - }); - } else { - const imageContainer = $(container) - .empty() - .p({ - text: nls.localize('largeImageError', "The image is too large to display in the editor. ") - }); - - if (descriptor.resource.scheme !== Schemas.data) { - imageContainer.append($('a', { - role: 'button', - class: 'open-external', - text: nls.localize('resourceOpenExternalButton', "Open image using external program?") - }).on(DOM.EventType.CLICK, (e) => { - openExternal(descriptor.resource); - })); - } - } - } - - // Handle generic Binary Files - else { - $(container) - .empty() - .span({ - text: nls.localize('nativeBinaryError', "The file will not be displayed in the editor because it is either binary, very large or uses an unsupported text encoding.") - }); - - if (metadataClb) { - metadataClb(ResourceViewer.formatSize(descriptor.size)); - } - - scrollbar.scanDomNode(); - } - } - - private static inlineImage(descriptor: IResourceDescriptor): boolean { - let skipInlineImage: boolean; - - // Data URI - if (descriptor.resource.scheme === Schemas.data) { - const BASE64_MARKER = 'base64,'; - const base64MarkerIndex = descriptor.resource.path.indexOf(BASE64_MARKER); - const hasData = base64MarkerIndex >= 0 && descriptor.resource.path.substring(base64MarkerIndex + BASE64_MARKER.length).length > 0; - - skipInlineImage = !hasData || descriptor.size > ResourceViewer.MAX_IMAGE_SIZE || descriptor.resource.path.length > ResourceViewer.MAX_IMAGE_SIZE; - } - - // File URI - else { - skipInlineImage = typeof descriptor.size !== 'number' || descriptor.size > ResourceViewer.MAX_IMAGE_SIZE; - } - - return !skipInlineImage; - } - - private static formatSize(size: number): string { - if (size < ResourceViewer.KB) { - return nls.localize('sizeB', "{0}B", size); - } - - if (size < ResourceViewer.MB) { - return nls.localize('sizeKB', "{0}KB", (size / ResourceViewer.KB).toFixed(2)); - } - - if (size < ResourceViewer.GB) { - return nls.localize('sizeMB', "{0}MB", (size / ResourceViewer.MB).toFixed(2)); - } - - if (size < ResourceViewer.TB) { - return nls.localize('sizeGB', "{0}GB", (size / ResourceViewer.GB).toFixed(2)); - } - - return nls.localize('sizeTB', "{0}TB", (size / ResourceViewer.TB).toFixed(2)); - } -} diff --git a/src/vs/base/browser/ui/sash/sash.ts b/src/vs/base/browser/ui/sash/sash.ts index f9528bc0ee..497eabe645 100644 --- a/src/vs/base/browser/ui/sash/sash.ts +++ b/src/vs/base/browser/ui/sash/sash.ts @@ -35,6 +35,7 @@ export interface ISashEvent { currentX: number; startY: number; currentY: number; + altKey: boolean; } export interface ISashOptions { @@ -140,12 +141,14 @@ export class Sash { let mouseDownEvent = new StandardMouseEvent(e); let startX = mouseDownEvent.posx; let startY = mouseDownEvent.posy; + const altKey = mouseDownEvent.altKey; let startEvent: ISashEvent = { startX: startX, currentX: startX, startY: startY, - currentY: startY + currentY: startY, + altKey }; this.$e.addClass('active'); @@ -162,7 +165,8 @@ export class Sash { startX: startX, currentX: mouseMoveEvent.posx, startY: startY, - currentY: mouseMoveEvent.posy + currentY: mouseMoveEvent.posy, + altKey }; this._onDidChange.fire(event); @@ -190,12 +194,15 @@ export class Sash { let startX = event.pageX; let startY = event.pageY; + const altKey = event.altKey; + this._onDidStart.fire({ startX: startX, currentX: startX, startY: startY, - currentY: startY + currentY: startY, + altKey }); listeners.push(DOM.addDisposableListener(this.$e.getHTMLElement(), EventType.Change, (event: GestureEvent) => { @@ -204,7 +211,8 @@ export class Sash { startX: startX, currentX: event.pageX, startY: startY, - currentY: event.pageY + currentY: event.pageY, + altKey }); } })); @@ -368,4 +376,4 @@ export class VSash extends Disposable implements IVerticalSashLayoutProvider { this.sash.layout(); } } -} \ No newline at end of file +} diff --git a/src/vs/base/browser/ui/scrollbar/media/scrollbars.css b/src/vs/base/browser/ui/scrollbar/media/scrollbars.css index f5b0a3013f..04df880bcb 100644 --- a/src/vs/base/browser/ui/scrollbar/media/scrollbars.css +++ b/src/vs/base/browser/ui/scrollbar/media/scrollbars.css @@ -52,6 +52,7 @@ } .monaco-scrollable-element > .invisible { opacity: 0; + pointer-events: none; } .monaco-scrollable-element > .invisible.fade { -webkit-transition: opacity 800ms linear; diff --git a/src/vs/base/browser/ui/scrollbar/scrollableElement.ts b/src/vs/base/browser/ui/scrollbar/scrollableElement.ts index ced893ccef..987a812178 100644 --- a/src/vs/base/browser/ui/scrollbar/scrollableElement.ts +++ b/src/vs/base/browser/ui/scrollbar/scrollableElement.ts @@ -330,7 +330,7 @@ export abstract class AbstractScrollableElement extends Widget { // Convert vertical scrolling to horizontal if shift is held, this // is handled at a higher level on Mac - const shiftConvert = !Platform.isMacintosh && e.browserEvent.shiftKey; + const shiftConvert = !Platform.isMacintosh && e.browserEvent && e.browserEvent.shiftKey; if ((this._options.scrollYToX || shiftConvert) && !deltaX) { deltaX = deltaY; deltaY = 0; diff --git a/src/vs/base/browser/ui/selectBox/selectBox.ts b/src/vs/base/browser/ui/selectBox/selectBox.ts index 4950bb37ab..e993715218 100644 --- a/src/vs/base/browser/ui/selectBox/selectBox.ts +++ b/src/vs/base/browser/ui/selectBox/selectBox.ts @@ -7,17 +7,39 @@ import 'vs/css!./selectBox'; import { IDisposable, dispose } from 'vs/base/common/lifecycle'; import Event, { Emitter } from 'vs/base/common/event'; -import { KeyCode } from 'vs/base/common/keyCodes'; import { Widget } from 'vs/base/browser/ui/widget'; -import * as dom from 'vs/base/browser/dom'; -import * as arrays from 'vs/base/common/arrays'; import { Color } from 'vs/base/common/color'; -import { deepClone } from 'vs/base/common/objects'; +import { deepClone, mixin } from 'vs/base/common/objects'; +import { IContextViewProvider } from 'vs/base/browser/ui/contextview/contextview'; +import { IListStyles } from 'vs/base/browser/ui/list/listWidget'; +import { SelectBoxNative } from 'vs/base/browser/ui/selectBox/selectBoxNative'; +import { SelectBoxList } from 'vs/base/browser/ui/selectBox/selectBoxCustom'; +import { isMacintosh } from 'vs/base/common/platform'; -export interface ISelectBoxStyles { +// Public SelectBox interface - Calls routed to appropriate select implementation class + +export interface ISelectBoxDelegate { + + // Public SelectBox Interface + readonly onDidSelect: Event; + setOptions(options: string[], selected?: number, disabled?: number): void; + select(index: number): void; + focus(): void; + blur(): void; + dispose(): void; + + // Delegated Widget interface + render(container: HTMLElement): void; + style(styles: ISelectBoxStyles): void; + applyStyles(): void; +} + +export interface ISelectBoxStyles extends IListStyles { selectBackground?: Color; + selectListBackground?: Color; selectForeground?: Color; selectBorder?: Color; + focusBorder?: Color; } export const defaultStyles = { @@ -31,114 +53,75 @@ export interface ISelectData { index: number; } -export class SelectBox extends Widget { - - // {{SQL CARBON EDIT}} - protected selectElement: HTMLSelectElement; +export class SelectBox extends Widget implements ISelectBoxDelegate { protected options: string[]; private selected: number; private _onDidSelect: Emitter; - private toDispose: IDisposable[]; + // {{SQL CARBON EDIT}} + protected selectElement: HTMLSelectElement; protected selectBackground: Color; protected selectForeground: Color; protected selectBorder: Color; + private toDispose: IDisposable[]; - constructor(options: string[], selected: number, styles: ISelectBoxStyles = deepClone(defaultStyles)) { + private styles: ISelectBoxStyles; + private selectBoxDelegate: ISelectBoxDelegate; + + constructor(options: string[], selected: number, contextViewProvider: IContextViewProvider, styles: ISelectBoxStyles = deepClone(defaultStyles)) { super(); - this.selectElement = document.createElement('select'); - this.selectElement.className = 'select-box'; - - this.setOptions(options, selected); this.toDispose = []; - this._onDidSelect = new Emitter(); - this.selectBackground = styles.selectBackground; - this.selectForeground = styles.selectForeground; - this.selectBorder = styles.selectBorder; + mixin(this.styles, defaultStyles, false); - this.toDispose.push(dom.addStandardDisposableListener(this.selectElement, 'change', (e) => { - this.selectElement.title = e.target.value; - this._onDidSelect.fire({ - index: e.target.selectedIndex, - selected: e.target.value - }); - })); - this.toDispose.push(dom.addStandardDisposableListener(this.selectElement, 'keydown', (e) => { - if (e.equals(KeyCode.Space) || e.equals(KeyCode.Enter)) { - // Space is used to expand select box, do not propagate it (prevent action bar action run) - e.stopPropagation(); - } - })); + // Instantiate select implementation based on platform + if (isMacintosh) { + this.selectBoxDelegate = new SelectBoxNative(options, selected, styles); + } else { + this.selectBoxDelegate = new SelectBoxList(options, selected, contextViewProvider, styles); + } + + // {{SQL CARBON EDIT}} + this.selectElement = (this.selectBoxDelegate).selectElement; + + this.toDispose.push(this.selectBoxDelegate); } + // Public SelectBox Methods - routed through delegate interface + public get onDidSelect(): Event { - return this._onDidSelect.event; + return this.selectBoxDelegate.onDidSelect; } public setOptions(options: string[], selected?: number, disabled?: number): void { - if (!this.options || !arrays.equals(this.options, options)) { - this.options = options; - - this.selectElement.options.length = 0; - let i = 0; - this.options.forEach((option) => { - this.selectElement.add(this.createOption(option, disabled === i++)); - }); - } - this.select(selected); + this.selectBoxDelegate.setOptions(options, selected, disabled); } public select(index: number): void { - if (index >= 0 && index < this.options.length) { - this.selected = index; - } else if (this.selected < 0) { - this.selected = 0; - } - - this.selectElement.selectedIndex = this.selected; - this.selectElement.title = this.options[this.selected]; + this.selectBoxDelegate.select(index); } public focus(): void { - if (this.selectElement) { - this.selectElement.focus(); - } + this.selectBoxDelegate.focus(); } public blur(): void { - if (this.selectElement) { - this.selectElement.blur(); - } + this.selectBoxDelegate.blur(); } - public render(container: HTMLElement): void { - dom.addClass(container, 'select-container'); - container.appendChild(this.selectElement); - this.setOptions(this.options, this.selected); + // Public Widget Methods - routed through delegate interface - this.applyStyles(); + public render(container: HTMLElement): void { + this.selectBoxDelegate.render(container); } public style(styles: ISelectBoxStyles): void { - this.selectBackground = styles.selectBackground; - this.selectForeground = styles.selectForeground; - this.selectBorder = styles.selectBorder; - - this.applyStyles(); + this.selectBoxDelegate.style(styles); } - protected applyStyles(): void { - if (this.selectElement) { - const background = this.selectBackground ? this.selectBackground.toString() : null; - const foreground = this.selectForeground ? this.selectForeground.toString() : null; - const border = this.selectBorder ? this.selectBorder.toString() : null; - - this.selectElement.style.backgroundColor = background; - this.selectElement.style.color = foreground; - this.selectElement.style.borderColor = border; - } + public applyStyles(): void { + this.selectBoxDelegate.applyStyles(); } // {{SQL CARBON EDIT}} @@ -155,4 +138,4 @@ export class SelectBox extends Widget { this.toDispose = dispose(this.toDispose); super.dispose(); } -} +} \ No newline at end of file diff --git a/src/vs/base/browser/ui/selectBox/selectBoxCustom.css b/src/vs/base/browser/ui/selectBox/selectBoxCustom.css new file mode 100644 index 0000000000..7d3acdd927 --- /dev/null +++ b/src/vs/base/browser/ui/selectBox/selectBoxCustom.css @@ -0,0 +1,63 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +/* Require .monaco-shell for ContextView dropdown */ + +.monaco-shell .select-box-dropdown-container { + display: none; +} + +.monaco-shell .select-box-dropdown-container.visible { + display: flex; + flex-direction: column; + text-align: left; + width: 1px; + overflow: hidden; +} + +.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container { + flex: 0 0 auto; + align-self: flex-start; + padding-bottom: 1px; + padding-top: 1px; + padding-left: 1px; + padding-right: 1px; + width: 100%; + overflow: hidden; + -webkit-box-sizing: border-box; + -o-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; +} + +.monaco-shell.hc-black .select-box-dropdown-container > .select-box-dropdown-list-container { + padding-bottom: 4px; + padding-top: 3px; +} + +.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row > .option-text { + text-overflow: ellipsis; + overflow: hidden; + padding-left: 3.5px; + white-space: nowrap; +} + +.monaco-shell .select-box-dropdown-container > .select-box-dropdown-container-width-control { + flex: 1 1 auto; + align-self: flex-start; + opacity: 0; +} + +.monaco-shell .select-box-dropdown-container > .select-box-dropdown-container-width-control > .width-control-div { + overflow: hidden; + max-height: 0px; +} + +.monaco-shell .select-box-dropdown-container > .select-box-dropdown-container-width-control > .width-control-div > .option-text-width-control { + padding-left: 4px; + padding-right: 8px; + white-space: nowrap; +} diff --git a/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts b/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts new file mode 100644 index 0000000000..c2acdb5c86 --- /dev/null +++ b/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts @@ -0,0 +1,698 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import 'vs/css!./selectBoxCustom'; + +import * as nls from 'vs/nls'; +import { IDisposable, dispose } from 'vs/base/common/lifecycle'; +import Event, { Emitter, chain } from 'vs/base/common/event'; +import { KeyCode, KeyCodeUtils } from 'vs/base/common/keyCodes'; +import { StandardKeyboardEvent } from 'vs/base/browser/keyboardEvent'; +import * as dom from 'vs/base/browser/dom'; +import * as arrays from 'vs/base/common/arrays'; +import { IContextViewProvider } from 'vs/base/browser/ui/contextview/contextview'; +import { List } from 'vs/base/browser/ui/list/listWidget'; +import { IDelegate, IRenderer } from 'vs/base/browser/ui/list/list'; +import { domEvent } from 'vs/base/browser/event'; +import { ScrollbarVisibility } from 'vs/base/common/scrollable'; +import { ISelectBoxDelegate, ISelectBoxStyles, ISelectData } from 'vs/base/browser/ui/selectBox/selectBox'; +import { isMacintosh } from 'vs/base/common/platform'; + +const $ = dom.$; + +const SELECT_OPTION_ENTRY_TEMPLATE_ID = 'selectOption.entry.template'; + +export interface ISelectOptionItem { + optionText: string; + optionDisabled: boolean; +} + +interface ISelectListTemplateData { + root: HTMLElement; + optionText: HTMLElement; + disposables: IDisposable[]; +} + +class SelectListRenderer implements IRenderer { + + get templateId(): string { return SELECT_OPTION_ENTRY_TEMPLATE_ID; } + + constructor() { } + + renderTemplate(container: HTMLElement): any { + const data = Object.create(null); + data.disposables = []; + data.root = container; + data.optionText = dom.append(container, $('.option-text')); + + return data; + } + + renderElement(element: ISelectOptionItem, index: number, templateData: ISelectListTemplateData): void { + const data = templateData; + const optionText = (element).optionText; + const optionDisabled = (element).optionDisabled; + + data.optionText.textContent = optionText; + data.root.setAttribute('aria-label', nls.localize('selectAriaOption', "{0}", optionText)); + + // pseudo-select disabled option + if (optionDisabled) { + dom.addClass((data.root), 'option-disabled'); + } + } + + disposeTemplate(templateData: ISelectListTemplateData): void { + templateData.disposables = dispose(templateData.disposables); + } +} + +export class SelectBoxList implements ISelectBoxDelegate, IDelegate { + + private static SELECT_DROPDOWN_BOTTOM_MARGIN = 10; + + private _isVisible: boolean; + // {{SQL CARBON EDIT}} + public selectElement: HTMLSelectElement; + private options: string[]; + private selected: number; + private disabledOptionIndex: number; + private _onDidSelect: Emitter; + private toDispose: IDisposable[]; + private styles: ISelectBoxStyles; + private listRenderer: SelectListRenderer; + private contextViewProvider: IContextViewProvider; + private selectDropDownContainer: HTMLElement; + private styleElement: HTMLStyleElement; + private selectList: List; + private selectDropDownListContainer: HTMLElement; + private widthControlElement: HTMLElement; + private _currentSelection: number; + + constructor(options: string[], selected: number, contextViewProvider: IContextViewProvider, styles: ISelectBoxStyles) { + + this.toDispose = []; + this._isVisible = false; + + this.selectElement = document.createElement('select'); + this.selectElement.className = 'select-box'; + + this._onDidSelect = new Emitter(); + this.styles = styles; + + this.registerListeners(); + this.constructSelectDropDown(contextViewProvider); + + this.setOptions(options, selected); + } + + // IDelegate - List renderer + + getHeight(): number { + return 18; + } + + getTemplateId(): string { + return SELECT_OPTION_ENTRY_TEMPLATE_ID; + } + + private constructSelectDropDown(contextViewProvider: IContextViewProvider) { + + // SetUp ContextView container to hold select Dropdown + this.contextViewProvider = contextViewProvider; + this.selectDropDownContainer = dom.$('.select-box-dropdown-container'); + + // Setup list for drop-down select + this.createSelectList(this.selectDropDownContainer); + + // Create span flex box item/div we can measure and control + let widthControlOuterDiv = dom.append(this.selectDropDownContainer, $('.select-box-dropdown-container-width-control')); + let widthControlInnerDiv = dom.append(widthControlOuterDiv, $('.width-control-div')); + this.widthControlElement = document.createElement('span'); + this.widthControlElement.className = 'option-text-width-control'; + dom.append(widthControlInnerDiv, this.widthControlElement); + + // Inline stylesheet for themes + this.styleElement = dom.createStyleSheet(this.selectDropDownContainer); + } + + private registerListeners() { + + // Parent native select keyboard listeners + + this.toDispose.push(dom.addStandardDisposableListener(this.selectElement, 'change', (e) => { + this.selectElement.title = e.target.value; + this._onDidSelect.fire({ + index: e.target.selectedIndex, + selected: e.target.value + }); + })); + + // Have to implement both keyboard and mouse controllers to handle disabled options + // Intercept mouse events to override normal select actions on parents + + this.toDispose.push(dom.addDisposableListener(this.selectElement, dom.EventType.CLICK, (e) => { + dom.EventHelper.stop(e); + + if (this._isVisible) { + this.hideSelectDropDown(true); + } else { + this.showSelectDropDown(); + } + })); + + this.toDispose.push(dom.addDisposableListener(this.selectElement, dom.EventType.MOUSE_DOWN, (e) => { + dom.EventHelper.stop(e); + })); + + // Intercept keyboard handling + + this.toDispose.push(dom.addDisposableListener(this.selectElement, dom.EventType.KEY_DOWN, (e: KeyboardEvent) => { + const event = new StandardKeyboardEvent(e); + let showDropDown = false; + + // Create and drop down select list on keyboard select + if (isMacintosh) { + if (event.keyCode === KeyCode.DownArrow || event.keyCode === KeyCode.UpArrow || event.keyCode === KeyCode.Space || event.keyCode === KeyCode.Enter) { + showDropDown = true; + } + } else { + if (event.keyCode === KeyCode.DownArrow && event.altKey || event.keyCode === KeyCode.UpArrow && event.altKey || event.keyCode === KeyCode.Space || event.keyCode === KeyCode.Enter) { + showDropDown = true; + } + } + + if (showDropDown) { + this.showSelectDropDown(); + dom.EventHelper.stop(e); + } + })); + } + + public get onDidSelect(): Event { + return this._onDidSelect.event; + } + + public setOptions(options: string[], selected?: number, disabled?: number): void { + + if (!this.options || !arrays.equals(this.options, options)) { + this.options = options; + this.selectElement.options.length = 0; + + let i = 0; + this.options.forEach((option) => { + this.selectElement.add(this.createOption(option, i, disabled === i++)); + }); + + // Mirror options in drop-down + // Populate select list for non-native select mode + if (this.selectList && !!this.options) { + let listEntries: ISelectOptionItem[]; + + listEntries = []; + if (disabled !== undefined) { + this.disabledOptionIndex = disabled; + } + for (let index = 0; index < this.options.length; index++) { + const element = this.options[index]; + let optionDisabled: boolean; + index === this.disabledOptionIndex ? optionDisabled = true : optionDisabled = false; + listEntries.push({ optionText: element, optionDisabled: optionDisabled }); + } + + this.selectList.splice(0, this.selectList.length, listEntries); + } + } + + if (selected !== undefined) { + this.select(selected); + } + } + + public select(index: number): void { + + if (index >= 0 && index < this.options.length) { + this.selected = index; + } else if (this.selected < 0) { + this.selected = 0; + } + + this.selectElement.selectedIndex = this.selected; + this.selectElement.title = this.options[this.selected]; + } + + public focus(): void { + if (this.selectElement) { + this.selectElement.focus(); + } + } + + public blur(): void { + if (this.selectElement) { + this.selectElement.blur(); + } + } + + public render(container: HTMLElement): void { + dom.addClass(container, 'select-container'); + container.appendChild(this.selectElement); + this.setOptions(this.options, this.selected); + this.applyStyles(); + } + + public style(styles: ISelectBoxStyles): void { + + const content: string[] = []; + + this.styles = styles; + + // Style non-native select mode + + if (this.styles.listFocusBackground) { + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.focused { background-color: ${this.styles.listFocusBackground} !important; }`); + } + + if (this.styles.listFocusForeground) { + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.focused:not(:hover) { color: ${this.styles.listFocusForeground} !important; }`); + } + + // Hover foreground - ignore for disabled options + if (this.styles.listHoverForeground) { + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row:hover { color: ${this.styles.listHoverForeground} !important; }`); + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.option-disabled:hover { background-color: ${this.styles.listActiveSelectionForeground} !important; }`); + } + + // Hover background - ignore for disabled options + if (this.styles.listHoverBackground) { + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row:not(.option-disabled):not(.focused):hover { background-color: ${this.styles.listHoverBackground} !important; }`); + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.option-disabled:hover { background-color: ${this.styles.selectBackground} !important; }`); + } + + // Match quickOpen outline styles - ignore for disabled options + if (this.styles.listFocusOutline) { + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.focused { outline: 1.6px dotted ${this.styles.listFocusOutline} !important; outline-offset: -1.6px !important; }`); + } + + if (this.styles.listHoverOutline) { + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row:hover:not(.focused) { outline: 1.6px dashed ${this.styles.listHoverOutline} !important; outline-offset: -1.6px !important; }`); + content.push(`.monaco-shell .select-box-dropdown-container > .select-box-dropdown-list-container .monaco-list .monaco-list-row.option-disabled:hover { outline: none !important; }`); + } + + this.styleElement.innerHTML = content.join('\n'); + + this.applyStyles(); + } + + public applyStyles(): void { + + // Style parent select + + let background = null; + + if (this.selectElement) { + background = this.styles.selectBackground ? this.styles.selectBackground.toString() : null; + const foreground = this.styles.selectForeground ? this.styles.selectForeground.toString() : null; + const border = this.styles.selectBorder ? this.styles.selectBorder.toString() : null; + + this.selectElement.style.backgroundColor = background; + this.selectElement.style.color = foreground; + this.selectElement.style.borderColor = border; + } + + // Style drop down select list (non-native mode only) + + if (this.selectList) { + this.selectList.style({}); + + let listBackground = this.styles.selectListBackground ? this.styles.selectListBackground.toString() : background; + this.selectDropDownListContainer.style.backgroundColor = listBackground; + const optionsBorder = this.styles.focusBorder ? this.styles.focusBorder.toString() : null; + this.selectDropDownContainer.style.outlineColor = optionsBorder; + this.selectDropDownContainer.style.outlineOffset = '-1px'; + } + } + + private createOption(value: string, index: number, disabled?: boolean): HTMLOptionElement { + let option = document.createElement('option'); + option.value = value; + option.text = value; + option.disabled = disabled; + + return option; + } + + // Non-native select list handling + // ContextView dropdown methods + + private showSelectDropDown() { + if (!this.contextViewProvider || this._isVisible) { + return; + } + + this._isVisible = true; + this.cloneElementFont(this.selectElement, this.selectDropDownContainer); + this.contextViewProvider.showContextView({ + getAnchor: () => this.selectElement, + render: (container: HTMLElement) => this.renderSelectDropDown(container), + layout: () => this.layoutSelectDropDown(), + onHide: () => { + dom.toggleClass(this.selectDropDownContainer, 'visible', false); + dom.toggleClass(this.selectElement, 'synthetic-focus', false); + } + }); + this._currentSelection = this.selected; + } + + private hideSelectDropDown(focusSelect: boolean) { + if (!this.contextViewProvider || !this._isVisible) { + return; + } + + this._isVisible = false; + + if (focusSelect) { + this.selectElement.focus(); + } + this.contextViewProvider.hideContextView(); + } + + private renderSelectDropDown(container: HTMLElement): IDisposable { + dom.append(container, this.selectDropDownContainer); + this.layoutSelectDropDown(); + return null; + } + + private layoutSelectDropDown() { + + // Layout ContextView drop down select list and container + // Have to manage our vertical overflow, sizing + // Need to be visible to measure + + dom.toggleClass(this.selectDropDownContainer, 'visible', true); + + const selectWidth = dom.getTotalWidth(this.selectElement); + const selectPosition = dom.getDomNodePagePosition(this.selectElement); + + // Set container height to max from select bottom to margin above status bar + const statusBarHeight = dom.getTotalHeight(document.getElementById('workbench.parts.statusbar')); + const maxSelectDropDownHeight = (window.innerHeight - selectPosition.top - selectPosition.height - statusBarHeight - SelectBoxList.SELECT_DROPDOWN_BOTTOM_MARGIN); + + // SetUp list dimensions and layout - account for container padding + if (this.selectList) { + this.selectList.layout(); + let listHeight = this.selectList.contentHeight; + const listContainerHeight = dom.getTotalHeight(this.selectDropDownListContainer); + const totalVerticalListPadding = listContainerHeight - listHeight; + + // Always show complete list items - never more than Max available vertical height + if (listContainerHeight > maxSelectDropDownHeight) { + listHeight = ((Math.floor((maxSelectDropDownHeight - totalVerticalListPadding) / this.getHeight())) * this.getHeight()); + } + + this.selectList.layout(listHeight); + this.selectList.domFocus(); + + // Finally set focus on selected item + this.selectList.setFocus([this.selected]); + this.selectList.reveal(this.selectList.getFocus()[0]); + + // Set final container height after adjustments + this.selectDropDownContainer.style.height = (listHeight + totalVerticalListPadding) + 'px'; + + // Determine optimal width - min(longest option), opt(parent select), max(ContextView controlled) + const selectMinWidth = this.setWidthControlElement(this.widthControlElement); + const selectOptimalWidth = Math.max(selectMinWidth, Math.round(selectWidth)).toString() + 'px'; + + this.selectDropDownContainer.style.minWidth = selectOptimalWidth; + + // Maintain focus outline on parent select as well as list container - tabindex for focus + this.selectDropDownListContainer.setAttribute('tabindex', '0'); + dom.toggleClass(this.selectElement, 'synthetic-focus', true); + dom.toggleClass(this.selectDropDownContainer, 'synthetic-focus', true); + } + } + + private setWidthControlElement(container: HTMLElement): number { + let elementWidth = 0; + + if (container && !!this.options) { + let longest = 0; + + for (let index = 0; index < this.options.length; index++) { + if (this.options[index].length > this.options[longest].length) { + longest = index; + } + } + + container.innerHTML = this.options[longest]; + elementWidth = dom.getTotalWidth(container); + } + + return elementWidth; + } + + private cloneElementFont(source: HTMLElement, target: HTMLElement) { + const fontSize = window.getComputedStyle(source, null).getPropertyValue('font-size'); + const fontFamily = window.getComputedStyle(source, null).getPropertyValue('font-family'); + target.style.fontFamily = fontFamily; + target.style.fontSize = fontSize; + } + + private createSelectList(parent: HTMLElement): void { + + // SetUp container for list + this.selectDropDownListContainer = dom.append(parent, $('.select-box-dropdown-list-container')); + + this.listRenderer = new SelectListRenderer(); + + this.selectList = new List(this.selectDropDownListContainer, this, [this.listRenderer], { + useShadows: false, + selectOnMouseDown: false, + verticalScrollMode: ScrollbarVisibility.Visible, + keyboardSupport: false, + mouseSupport: false + }); + + // SetUp list keyboard controller - control navigation, disabled items, focus + const onSelectDropDownKeyDown = chain(domEvent(this.selectDropDownListContainer, 'keydown')) + .filter(() => this.selectList.length > 0) + .map(e => new StandardKeyboardEvent(e)); + + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.Enter).on(e => this.onEnter(e), this, this.toDispose); + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.Escape).on(e => this.onEscape(e), this, this.toDispose); + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.UpArrow).on(this.onUpArrow, this, this.toDispose); + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.DownArrow).on(this.onDownArrow, this, this.toDispose); + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.PageDown).on(this.onPageDown, this, this.toDispose); + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.PageUp).on(this.onPageUp, this, this.toDispose); + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.Home).on(this.onHome, this, this.toDispose); + onSelectDropDownKeyDown.filter(e => e.keyCode === KeyCode.End).on(this.onEnd, this, this.toDispose); + onSelectDropDownKeyDown.filter(e => (e.keyCode >= KeyCode.KEY_0 && e.keyCode <= KeyCode.KEY_Z) || (e.keyCode >= KeyCode.US_SEMICOLON && e.keyCode <= KeyCode.NUMPAD_DIVIDE)).on(this.onCharacter, this, this.toDispose); + + // SetUp list mouse controller - control navigation, disabled items, focus + + chain(domEvent(this.selectList.getHTMLElement(), 'mouseup')) + .filter(() => this.selectList.length > 0) + .on(e => this.onMouseUp(e), this, this.toDispose); + + this.toDispose.push(this.selectList.onDidBlur(e => this.onListBlur())); + } + + // List methods + + // List mouse controller - active exit, select option, fire onDidSelect, return focus to parent select + private onMouseUp(e: MouseEvent): void { + + // Check our mouse event is on an option (not scrollbar) + if (!e.toElement.classList.contains('option-text')) { + return; + } + + const listRowElement = e.toElement.parentElement; + const index = Number(listRowElement.getAttribute('data-index')); + const disabled = listRowElement.classList.contains('option-disabled'); + + // Ignore mouse selection of disabled options + if (index >= 0 && index < this.options.length && !disabled) { + this.selected = index; + this.select(this.selected); + + this.selectList.setFocus([this.selected]); + this.selectList.reveal(this.selectList.getFocus()[0]); + this._onDidSelect.fire({ + index: this.selectElement.selectedIndex, + selected: this.selectElement.title + }); + + // Reset Selection Handler + this._currentSelection = -1; + this.hideSelectDropDown(true); + } + dom.EventHelper.stop(e); + } + + // List Exit - passive - hide drop-down, fire onDidSelect + private onListBlur(): void { + + if (this._currentSelection >= 0) { + this.select(this._currentSelection); + } + + this._onDidSelect.fire({ + index: this.selectElement.selectedIndex, + selected: this.selectElement.title + }); + + this.hideSelectDropDown(false); + } + + // List keyboard controller + // List exit - active - hide ContextView dropdown, return focus to parent select, fire onDidSelect + private onEscape(e: StandardKeyboardEvent): void { + dom.EventHelper.stop(e); + this.select(this._currentSelection); + + this.hideSelectDropDown(true); + + this._onDidSelect.fire({ + index: this.selectElement.selectedIndex, + selected: this.selectElement.title + }); + } + + // List exit - active - hide ContextView dropdown, return focus to parent select, fire onDidSelect + private onEnter(e: StandardKeyboardEvent): void { + dom.EventHelper.stop(e); + + // Reset current selection + this._currentSelection = -1; + + this.hideSelectDropDown(true); + this._onDidSelect.fire({ + index: this.selectElement.selectedIndex, + selected: this.selectElement.title + }); + } + + // List navigation - have to handle a disabled option (jump over) + private onDownArrow(): void { + if (this.selected < this.options.length - 1) { + // Skip disabled options + if ((this.selected + 1) === this.disabledOptionIndex && this.options.length > this.selected + 2) { + this.selected += 2; + } else { + this.selected++; + } + // Set focus/selection - only fire event when closing drop-down or on blur + this.select(this.selected); + this.selectList.setFocus([this.selected]); + this.selectList.reveal(this.selectList.getFocus()[0]); + } + } + + private onUpArrow(): void { + if (this.selected > 0) { + // Skip disabled options + if ((this.selected - 1) === this.disabledOptionIndex && this.selected > 1) { + this.selected -= 2; + } else { + this.selected--; + } + // Set focus/selection - only fire event when closing drop-down or on blur + this.select(this.selected); + this.selectList.setFocus([this.selected]); + this.selectList.reveal(this.selectList.getFocus()[0]); + } + } + + private onPageUp(e: StandardKeyboardEvent): void { + dom.EventHelper.stop(e); + + this.selectList.focusPreviousPage(); + + // Allow scrolling to settle + setTimeout(() => { + this.selected = this.selectList.getFocus()[0]; + + // Shift selection down if we land on a disabled option + if (this.selected === this.disabledOptionIndex && this.selected < this.options.length - 1) { + this.selected++; + this.selectList.setFocus([this.selected]); + } + this.selectList.reveal(this.selected); + this.select(this.selected); + }, 1); + } + + private onPageDown(e: StandardKeyboardEvent): void { + dom.EventHelper.stop(e); + + this.selectList.focusNextPage(); + + // Allow scrolling to settle + setTimeout(() => { + this.selected = this.selectList.getFocus()[0]; + + // Shift selection up if we land on a disabled option + if (this.selected === this.disabledOptionIndex && this.selected > 0) { + this.selected--; + this.selectList.setFocus([this.selected]); + } + this.selectList.reveal(this.selected); + this.select(this.selected); + }, 1); + } + + private onHome(e: StandardKeyboardEvent): void { + dom.EventHelper.stop(e); + + if (this.options.length < 2) { + return; + } + this.selected = 0; + if (this.selected === this.disabledOptionIndex && this.selected > 1) { + this.selected++; + } + this.selectList.setFocus([this.selected]); + this.selectList.reveal(this.selected); + this.select(this.selected); + } + + private onEnd(e: StandardKeyboardEvent): void { + dom.EventHelper.stop(e); + + if (this.options.length < 2) { + return; + } + this.selected = this.options.length - 1; + if (this.selected === this.disabledOptionIndex && this.selected > 1) { + this.selected--; + } + this.selectList.setFocus([this.selected]); + this.selectList.reveal(this.selected); + this.select(this.selected); + } + + // Mimic option first character navigation of native select + private onCharacter(e: StandardKeyboardEvent): void { + const ch = KeyCodeUtils.toString(e.keyCode); + let optionIndex = -1; + + for (let i = 0; i < this.options.length - 1; i++) { + optionIndex = (i + this.selected + 1) % this.options.length; + if (this.options[optionIndex].charAt(0).toUpperCase() === ch) { + this.select(optionIndex); + this.selectList.setFocus([optionIndex]); + this.selectList.reveal(this.selectList.getFocus()[0]); + dom.EventHelper.stop(e); + break; + } + } + } + + public dispose(): void { + this.hideSelectDropDown(false); + this.toDispose = dispose(this.toDispose); + } +} diff --git a/src/vs/base/browser/ui/selectBox/selectBoxNative.ts b/src/vs/base/browser/ui/selectBox/selectBoxNative.ts new file mode 100644 index 0000000000..bf96c58774 --- /dev/null +++ b/src/vs/base/browser/ui/selectBox/selectBoxNative.ts @@ -0,0 +1,154 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +import { IDisposable, dispose } from 'vs/base/common/lifecycle'; +import Event, { Emitter } from 'vs/base/common/event'; +import { KeyCode } from 'vs/base/common/keyCodes'; +import * as dom from 'vs/base/browser/dom'; +import * as arrays from 'vs/base/common/arrays'; +import { ISelectBoxDelegate, ISelectBoxStyles, ISelectData } from 'vs/base/browser/ui/selectBox/selectBox'; +import { isMacintosh } from 'vs/base/common/platform'; + +export class SelectBoxNative implements ISelectBoxDelegate { + + // {{SQL CARBON EDIT}} + public selectElement: HTMLSelectElement; + private options: string[]; + private selected: number; + private _onDidSelect: Emitter; + private toDispose: IDisposable[]; + private styles: ISelectBoxStyles; + + constructor(options: string[], selected: number, styles: ISelectBoxStyles) { + + this.toDispose = []; + + this.selectElement = document.createElement('select'); + this.selectElement.className = 'select-box'; + + this._onDidSelect = new Emitter(); + + this.styles = styles; + + this.registerListeners(); + + this.setOptions(options, selected); + } + + private registerListeners() { + + this.toDispose.push(dom.addStandardDisposableListener(this.selectElement, 'change', (e) => { + this.selectElement.title = e.target.value; + this._onDidSelect.fire({ + index: e.target.selectedIndex, + selected: e.target.value + }); + })); + + this.toDispose.push(dom.addStandardDisposableListener(this.selectElement, 'keydown', (e) => { + let showSelect = false; + + if (isMacintosh) { + if (e.keyCode === KeyCode.DownArrow || e.keyCode === KeyCode.UpArrow || e.keyCode === KeyCode.Space) { + showSelect = true; + } + } else { + if (e.keyCode === KeyCode.DownArrow && e.altKey || e.keyCode === KeyCode.Space || e.keyCode === KeyCode.Enter) { + showSelect = true; + } + } + + if (showSelect) { + // Space, Enter, is used to expand select box, do not propagate it (prevent action bar action run) + e.stopPropagation(); + } + })); + } + + public get onDidSelect(): Event { + return this._onDidSelect.event; + } + + public setOptions(options: string[], selected?: number, disabled?: number): void { + + if (!this.options || !arrays.equals(this.options, options)) { + this.options = options; + this.selectElement.options.length = 0; + + let i = 0; + this.options.forEach((option) => { + this.selectElement.add(this.createOption(option, i, disabled === i++)); + }); + + } + + if (selected !== undefined) { + this.select(selected); + } + } + + public select(index: number): void { + if (index >= 0 && index < this.options.length) { + this.selected = index; + } else if (this.selected < 0) { + this.selected = 0; + } + + this.selectElement.selectedIndex = this.selected; + this.selectElement.title = this.options[this.selected]; + } + + public focus(): void { + if (this.selectElement) { + this.selectElement.focus(); + } + } + + public blur(): void { + if (this.selectElement) { + this.selectElement.blur(); + } + } + + public render(container: HTMLElement): void { + dom.addClass(container, 'select-container'); + container.appendChild(this.selectElement); + this.setOptions(this.options, this.selected); + this.applyStyles(); + } + + public style(styles: ISelectBoxStyles): void { + this.styles = styles; + this.applyStyles(); + } + + public applyStyles(): void { + + // Style native select + if (this.selectElement) { + const background = this.styles.selectBackground ? this.styles.selectBackground.toString() : null; + const foreground = this.styles.selectForeground ? this.styles.selectForeground.toString() : null; + const border = this.styles.selectBorder ? this.styles.selectBorder.toString() : null; + + this.selectElement.style.backgroundColor = background; + this.selectElement.style.color = foreground; + this.selectElement.style.borderColor = border; + } + + } + + private createOption(value: string, index: number, disabled?: boolean): HTMLOptionElement { + let option = document.createElement('option'); + option.value = value; + option.text = value; + option.disabled = disabled; + + return option; + } + + public dispose(): void { + this.toDispose = dispose(this.toDispose); + } +} diff --git a/src/vs/base/browser/ui/splitview/grid.ts b/src/vs/base/browser/ui/splitview/grid.ts new file mode 100644 index 0000000000..0c915cbf9b --- /dev/null +++ b/src/vs/base/browser/ui/splitview/grid.ts @@ -0,0 +1,149 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +import Event, { anyEvent } from 'vs/base/common/event'; +import { Orientation } from 'vs/base/browser/ui/sash/sash'; +import { append, $ } from 'vs/base/browser/dom'; +import { SplitView, IView } from 'vs/base/browser/ui/splitview/splitview'; +export { Orientation } from 'vs/base/browser/ui/sash/sash'; + +export class GridNode implements IView { + + get minimumSize(): number { + let result = 0; + + for (const child of this.children) { + for (const grandchild of child.children) { + result += grandchild.minimumSize; + } + } + + return result === 0 ? 50 : result; + } + + readonly maximumSize = Number.MAX_VALUE; + + private _onDidChange: Event = Event.None; + get onDidChange(): Event { + return this._onDidChange; + } + + protected orientation: Orientation | undefined; + protected size: number | undefined; + protected orthogonalSize: number | undefined; + private splitview: SplitView | undefined; + private children: GridNode[] = []; + private color: string | undefined; + + constructor(private parent?: GridNode, orthogonalSize?: number, color?: string) { + this.orthogonalSize = orthogonalSize; + this.color = color || `hsl(${Math.round(Math.random() * 360)}, 72%, 72%)`; + } + + render(container: HTMLElement): void { + container = append(container, $('.node')); + container.style.backgroundColor = this.color; + + append(container, $('.action', { onclick: () => this.split(container, Orientation.HORIZONTAL) }, '⬌')); + append(container, $('.action', { onclick: () => this.split(container, Orientation.VERTICAL) }, 'ā¬')); + } + + protected split(container: HTMLElement, orientation: Orientation): void { + if (this.parent && this.parent.orientation === orientation) { + const index = this.parent.children.indexOf(this); + this.parent.addChild(this.size / 2, this.orthogonalSize, index + 1); + } else { + this.branch(container, orientation); + } + } + + protected branch(container: HTMLElement, orientation: Orientation): void { + this.orientation = orientation; + container.innerHTML = ''; + + this.splitview = new SplitView(container, { orientation }); + this.layout(this.size); + this.orthogonalLayout(this.orthogonalSize); + + this.addChild(this.orthogonalSize / 2, this.size, 0, this.color); + this.addChild(this.orthogonalSize / 2, this.size); + } + + layout(size: number): void { + this.size = size; + + for (const child of this.children) { + child.orthogonalLayout(size); + } + } + + orthogonalLayout(size: number): void { + this.orthogonalSize = size; + + if (this.splitview) { + this.splitview.layout(size); + } + } + + private addChild(size: number, orthogonalSize: number, index?: number, color?: string): void { + const child = new GridNode(this, orthogonalSize, color); + this.splitview.addView(child, size, index); + + if (typeof index === 'number') { + this.children.splice(index, 0, child); + } else { + this.children.push(child); + } + + this._onDidChange = anyEvent(...this.children.map(c => c.onDidChange)); + } +} + +export class RootGridNode extends GridNode { + + private width: number; + private height: number; + + protected branch(container: HTMLElement, orientation: Orientation): void { + if (orientation === Orientation.VERTICAL) { + this.size = this.width; + this.orthogonalSize = this.height; + } else { + this.size = this.height; + this.orthogonalSize = this.width; + } + + super.branch(container, orientation); + } + + layoutBox(width: number, height: number): void { + if (this.orientation === Orientation.VERTICAL) { + this.layout(width); + this.orthogonalLayout(height); + } else if (this.orientation === Orientation.HORIZONTAL) { + this.layout(height); + this.orthogonalLayout(width); + } else { + this.width = width; + this.height = height; + } + } +} + +export class Grid { + + private root: RootGridNode; + + constructor(container: HTMLElement) { + this.root = new RootGridNode(); + this.root.render(container); + } + + layout(width: number, height: number): void { + this.root.layoutBox(width, height); + } +} diff --git a/src/vs/base/browser/ui/splitview/panelview.css b/src/vs/base/browser/ui/splitview/panelview.css index 0abb10cff0..030e9dab26 100644 --- a/src/vs/base/browser/ui/splitview/panelview.css +++ b/src/vs/base/browser/ui/splitview/panelview.css @@ -54,6 +54,7 @@ /* TODO: actions should be part of the panel, but they aren't yet */ .monaco-panel-view .panel:hover > .panel-header.expanded > .actions, +.monaco-panel-view .panel > .panel-header.actions-always-visible.expanded > .actions, .monaco-panel-view .panel > .panel-header.focused.expanded > .actions { display: initial; } diff --git a/src/vs/base/browser/ui/splitview/panelview.ts b/src/vs/base/browser/ui/splitview/panelview.ts index 739b3f2c2d..88f218ab32 100644 --- a/src/vs/base/browser/ui/splitview/panelview.ts +++ b/src/vs/base/browser/ui/splitview/panelview.ts @@ -49,6 +49,10 @@ export abstract class Panel implements IView { private _onDidChange = new Emitter(); readonly onDidChange: Event = this._onDidChange.event; + get element(): HTMLElement { + return this.el; + } + get draggableElement(): HTMLElement { return this.header; } diff --git a/src/vs/base/browser/ui/splitview/splitview.css b/src/vs/base/browser/ui/splitview/splitview.css index fbd561b4a8..bd8765cf3c 100644 --- a/src/vs/base/browser/ui/splitview/splitview.css +++ b/src/vs/base/browser/ui/splitview/splitview.css @@ -20,4 +20,5 @@ .monaco-split-view2.horizontal > .split-view-view { height: 100%; + display: inline-block; } diff --git a/src/vs/base/browser/ui/splitview/splitview.ts b/src/vs/base/browser/ui/splitview/splitview.ts index 9e13229fd6..5fb5e76c46 100644 --- a/src/vs/base/browser/ui/splitview/splitview.ts +++ b/src/vs/base/browser/ui/splitview/splitview.ts @@ -91,10 +91,13 @@ export class SplitView implements IDisposable { private _onDidSashChange = new Emitter(); readonly onDidSashChange = this._onDidSashChange.event; + private _onDidSashReset = new Emitter(); + readonly onDidSashReset = this._onDidSashReset.event; get length(): number { return this.viewItems.length; } + constructor(container: HTMLElement, options: ISplitViewOptions = {}) { this.orientation = types.isUndefined(options.orientation) ? Orientation.VERTICAL : options.orientation; @@ -152,15 +155,17 @@ export class SplitView implements IDisposable { const onSashChangeDisposable = onChange(this.onSashChange, this); const onEnd = mapEvent(sash.onDidEnd, () => null); const onEndDisposable = onEnd(() => this._onDidSashChange.fire()); + const onDidReset = mapEvent(sash.onDidReset, () => null); + const onDidResetDisposable = onDidReset(() => this._onDidSashReset.fire()); - const disposable = combinedDisposable([onStartDisposable, onSashChangeDisposable, onEndDisposable, sash]); + const disposable = combinedDisposable([onStartDisposable, onSashChangeDisposable, onEndDisposable, onDidResetDisposable, sash]); const sashItem: ISashItem = { sash, disposable }; this.sashItems.splice(index - 1, 0, sashItem); } view.render(container, this.orientation); - this.relayout(); + this.relayout(index); this.state = State.Idle; } diff --git a/src/vs/base/browser/ui/toolbar/toolbar.css b/src/vs/base/browser/ui/toolbar/toolbar.css index 6efff1addf..10cb35fed0 100644 --- a/src/vs/base/browser/ui/toolbar/toolbar.css +++ b/src/vs/base/browser/ui/toolbar/toolbar.css @@ -3,10 +3,6 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -.monaco-toolbar .dropdown > .dropdown-label:not(:empty) { - padding: 0; -} - .monaco-toolbar .toolbar-toggle-more { display: inline-block; padding: 0; diff --git a/src/vs/base/browser/ui/toolbar/toolbar.ts b/src/vs/base/browser/ui/toolbar/toolbar.ts index e675eb5c86..06cd87ddf2 100644 --- a/src/vs/base/browser/ui/toolbar/toolbar.ts +++ b/src/vs/base/browser/ui/toolbar/toolbar.ts @@ -8,12 +8,10 @@ import 'vs/css!./toolbar'; import nls = require('vs/nls'); import { TPromise } from 'vs/base/common/winjs.base'; -import { IDisposable } from 'vs/base/common/lifecycle'; import { Builder, $ } from 'vs/base/browser/builder'; -import types = require('vs/base/common/types'); import { Action, IActionRunner, IAction } from 'vs/base/common/actions'; -import { ActionBar, ActionsOrientation, IActionItemProvider, BaseActionItem } from 'vs/base/browser/ui/actionbar/actionbar'; -import { IContextMenuProvider, DropdownMenu, IActionProvider, ILabelRenderer, IDropdownMenuOptions } from 'vs/base/browser/ui/dropdown/dropdown'; +import { ActionBar, ActionsOrientation, IActionItemProvider } from 'vs/base/browser/ui/actionbar/actionbar'; +import { IContextMenuProvider, DropdownMenuActionItem } from 'vs/base/browser/ui/dropdown/dropdown'; import { ResolvedKeybinding } from 'vs/base/common/keyCodes'; export const CONTEXT = 'context.toolbar'; @@ -181,83 +179,4 @@ class ToggleMenuAction extends Action { public set menuActions(actions: IAction[]) { this._menuActions = actions; } -} - -export class DropdownMenuActionItem extends BaseActionItem { - private menuActionsOrProvider: any; - private dropdownMenu: DropdownMenu; - private contextMenuProvider: IContextMenuProvider; - private actionItemProvider: IActionItemProvider; - private keybindings: (action: IAction) => ResolvedKeybinding; - private clazz: string; - - constructor(action: IAction, menuActions: IAction[], contextMenuProvider: IContextMenuProvider, actionItemProvider: IActionItemProvider, actionRunner: IActionRunner, keybindings: (action: IAction) => ResolvedKeybinding, clazz: string); - constructor(action: IAction, actionProvider: IActionProvider, contextMenuProvider: IContextMenuProvider, actionItemProvider: IActionItemProvider, actionRunner: IActionRunner, keybindings: (action: IAction) => ResolvedKeybinding, clazz: string); - constructor(action: IAction, menuActionsOrProvider: any, contextMenuProvider: IContextMenuProvider, actionItemProvider: IActionItemProvider, actionRunner: IActionRunner, keybindings: (action: IAction) => ResolvedKeybinding, clazz: string) { - super(null, action); - - this.menuActionsOrProvider = menuActionsOrProvider; - this.contextMenuProvider = contextMenuProvider; - this.actionItemProvider = actionItemProvider; - this.actionRunner = actionRunner; - this.keybindings = keybindings; - this.clazz = clazz; - } - - public render(container: HTMLElement): void { - let labelRenderer: ILabelRenderer = (el: HTMLElement): IDisposable => { - this.builder = $('a.action-label').attr({ - tabIndex: '0', - role: 'button', - 'aria-haspopup': 'true', - title: this._action.label || '', - class: this.clazz - }); - - this.builder.appendTo(el); - - return null; - }; - - let options: IDropdownMenuOptions = { - contextMenuProvider: this.contextMenuProvider, - labelRenderer: labelRenderer - }; - - // Render the DropdownMenu around a simple action to toggle it - if (types.isArray(this.menuActionsOrProvider)) { - options.actions = this.menuActionsOrProvider; - } else { - options.actionProvider = this.menuActionsOrProvider; - } - - this.dropdownMenu = new DropdownMenu(container, options); - - this.dropdownMenu.menuOptions = { - actionItemProvider: this.actionItemProvider, - actionRunner: this.actionRunner, - getKeyBinding: this.keybindings, - context: this._context - }; - } - - public setActionContext(newContext: any): void { - super.setActionContext(newContext); - - if (this.dropdownMenu) { - this.dropdownMenu.menuOptions.context = newContext; - } - } - - public show(): void { - if (this.dropdownMenu) { - this.dropdownMenu.show(); - } - } - - public dispose(): void { - this.dropdownMenu.dispose(); - - super.dispose(); - } } \ No newline at end of file diff --git a/src/vs/base/common/actions.ts b/src/vs/base/common/actions.ts index bde23e36eb..f80d1921b5 100644 --- a/src/vs/base/common/actions.ts +++ b/src/vs/base/common/actions.ts @@ -233,6 +233,7 @@ export class ActionRunner implements IActionRunner { } public dispose(): void { - // noop + this._onDidBeforeRun.dispose(); + this._onDidRun.dispose(); } } diff --git a/src/vs/base/common/arrays.ts b/src/vs/base/common/arrays.ts index c0581290d2..1699b52ceb 100644 --- a/src/vs/base/common/arrays.ts +++ b/src/vs/base/common/arrays.ts @@ -438,3 +438,20 @@ export function arrayInsert(target: T[], insertIndex: number, insertArr: T[]) const after = target.slice(insertIndex); return before.concat(insertArr, after); } + +/** + * Uses Fisher-Yates shuffle to shuffle the given array + * @param array + */ +export function shuffle(array: T[]): void { + var i = 0 + , j = 0 + , temp = null; + + for (i = array.length - 1; i > 0; i -= 1) { + j = Math.floor(Math.random() * (i + 1)); + temp = array[i]; + array[i] = array[j]; + array[j] = temp; + } +} \ No newline at end of file diff --git a/src/vs/base/common/async.ts b/src/vs/base/common/async.ts index b66d8a71db..1a90e0e0fa 100644 --- a/src/vs/base/common/async.ts +++ b/src/vs/base/common/async.ts @@ -6,7 +6,6 @@ 'use strict'; import * as errors from 'vs/base/common/errors'; -import * as platform from 'vs/base/common/platform'; import { Promise, TPromise, ValueCallback, ErrorCallback, ProgressCallback } from 'vs/base/common/winjs.base'; import { CancellationToken, CancellationTokenSource } from 'vs/base/common/cancellation'; import { Disposable, IDisposable } from 'vs/base/common/lifecycle'; @@ -181,7 +180,7 @@ export class Delayer { private timeout: number; private completionPromise: Promise; private onSuccess: ValueCallback; - private task: ITask; + private task: ITask>; constructor(public defaultDelay: number) { this.timeout = null; @@ -190,7 +189,7 @@ export class Delayer { this.task = null; } - trigger(task: ITask, delay: number = this.defaultDelay): TPromise { + trigger(task: ITask>, delay: number = this.defaultDelay): TPromise { this.task = task; this.cancelTimeout(); @@ -255,7 +254,7 @@ export class ThrottledDelayer extends Delayer> { this.throttler = new Throttler(); } - trigger(promiseFactory: ITask>, delay?: number): Promise { + trigger(promiseFactory: ITask>, delay?: number): TPromise { return super.trigger(() => this.throttler.queue(promiseFactory), delay); } } @@ -314,6 +313,13 @@ export class ShallowCancelThenPromise extends TPromise { } } +/** + * Replacement for `WinJS.Promise.timeout`. + */ +export function timeout(n: number): Promise { + return new Promise(resolve => setTimeout(resolve, n)); +} + /** * Returns a new promise that joins the provided promise. Upon completion of * the provided promise the provided function will always be called. This @@ -349,13 +355,14 @@ export function always(promise: TPromise, f: Function): TPromise { * Runs the provided list of promise factories in sequential order. The returned * promise will complete to an array of results from each promise. */ -export function sequence(promiseFactories: ITask>[]): TPromise { + +export function sequence(promiseFactories: ITask>[]): TPromise { const results: T[] = []; // reverse since we start with last element using pop() promiseFactories = promiseFactories.reverse(); - function next(): Promise { + function next(): Thenable { if (promiseFactories.length) { return promiseFactories.pop()(); } @@ -363,7 +370,7 @@ export function sequence(promiseFactories: ITask>[]): TPromise { if (result !== undefined && result !== null) { results.push(result); } @@ -517,7 +524,7 @@ export function setDisposableTimeout(handler: Function, timeout: number, ...args } export class TimeoutTimer extends Disposable { - private _token: platform.TimeoutToken; + private _token: number; constructor() { super(); @@ -531,14 +538,14 @@ export class TimeoutTimer extends Disposable { cancel(): void { if (this._token !== -1) { - platform.clearTimeout(this._token); + clearTimeout(this._token); this._token = -1; } } cancelAndSet(runner: () => void, timeout: number): void { this.cancel(); - this._token = platform.setTimeout(() => { + this._token = setTimeout(() => { this._token = -1; runner(); }, timeout); @@ -549,7 +556,7 @@ export class TimeoutTimer extends Disposable { // timer is already set return; } - this._token = platform.setTimeout(() => { + this._token = setTimeout(() => { this._token = -1; runner(); }, timeout); @@ -558,7 +565,7 @@ export class TimeoutTimer extends Disposable { export class IntervalTimer extends Disposable { - private _token: platform.IntervalToken; + private _token: number; constructor() { super(); @@ -572,14 +579,14 @@ export class IntervalTimer extends Disposable { cancel(): void { if (this._token !== -1) { - platform.clearInterval(this._token); + clearInterval(this._token); this._token = -1; } } cancelAndSet(runner: () => void, interval: number): void { this.cancel(); - this._token = platform.setInterval(() => { + this._token = setInterval(() => { runner(); }, interval); } @@ -587,7 +594,7 @@ export class IntervalTimer extends Disposable { export class RunOnceScheduler { - private timeoutToken: platform.TimeoutToken; + private timeoutToken: number; private runner: () => void; private timeout: number; private timeoutHandler: () => void; @@ -612,7 +619,7 @@ export class RunOnceScheduler { */ cancel(): void { if (this.isScheduled()) { - platform.clearTimeout(this.timeoutToken); + clearTimeout(this.timeoutToken); this.timeoutToken = -1; } } @@ -622,7 +629,7 @@ export class RunOnceScheduler { */ schedule(delay = this.timeout): void { this.cancel(); - this.timeoutToken = platform.setTimeout(this.timeoutHandler, delay); + this.timeoutToken = setTimeout(this.timeoutHandler, delay); } /** @@ -692,4 +699,4 @@ export class ThrottledEmitter extends Emitter { this.hasLastEvent = false; this.lastEvent = void 0; } -} \ No newline at end of file +} diff --git a/src/vs/base/common/color.ts b/src/vs/base/common/color.ts index 4c7e7e8d27..eff12b77d1 100644 --- a/src/vs/base/common/color.ts +++ b/src/vs/base/common/color.ts @@ -399,6 +399,22 @@ export class Color { return new Color(new RGBA(r, g, b, a)); } + flatten(...backgrounds: Color[]): Color { + const background = backgrounds.reduceRight((accumulator, color) => { + return Color._flatten(color, accumulator); + }); + return Color._flatten(this, background); + } + + private static _flatten(foreground: Color, background: Color) { + const backgroundAlpha = 1 - foreground.rgba.a; + return new Color(new RGBA( + backgroundAlpha * background.rgba.r + foreground.rgba.a * foreground.rgba.r, + backgroundAlpha * background.rgba.g + foreground.rgba.a * foreground.rgba.g, + backgroundAlpha * background.rgba.b + foreground.rgba.a * foreground.rgba.b + )); + } + toString(): string { return Color.Format.CSS.format(this); } diff --git a/src/vs/base/common/comparers.ts b/src/vs/base/common/comparers.ts index b0d45107cd..ce1ff1697f 100644 --- a/src/vs/base/common/comparers.ts +++ b/src/vs/base/common/comparers.ts @@ -15,7 +15,7 @@ export function setFileNameComparer(collator: Intl.Collator): void { intlFileNameCollatorIsNumeric = collator.resolvedOptions().numeric; } -export function compareFileNames(one: string, other: string): number { +export function compareFileNames(one: string, other: string, caseSensitive = false): number { if (intlFileNameCollator) { const a = one || ''; const b = other || ''; @@ -30,14 +30,19 @@ export function compareFileNames(one: string, other: string): number { return result; } - return noIntlCompareFileNames(one, other); + return noIntlCompareFileNames(one, other, caseSensitive); } const FileNameMatch = /^(.*?)(\.([^.]*))?$/; -export function noIntlCompareFileNames(one: string, other: string): number { - const [oneName, oneExtension] = extractNameAndExtension(one, true); - const [otherName, otherExtension] = extractNameAndExtension(other, true); +export function noIntlCompareFileNames(one: string, other: string, caseSensitive = false): number { + if (!caseSensitive) { + one = one && one.toLowerCase(); + other = other && other.toLowerCase(); + } + + const [oneName, oneExtension] = extractNameAndExtension(one); + const [otherName, otherExtension] = extractNameAndExtension(other); if (oneName !== otherName) { return oneName < otherName ? -1 : 1; @@ -79,8 +84,8 @@ export function compareFileExtensions(one: string, other: string): number { } function noIntlCompareFileExtensions(one: string, other: string): number { - const [oneName, oneExtension] = extractNameAndExtension(one, true); - const [otherName, otherExtension] = extractNameAndExtension(other, true); + const [oneName, oneExtension] = extractNameAndExtension(one && one.toLowerCase()); + const [otherName, otherExtension] = extractNameAndExtension(other && other.toLowerCase()); if (oneExtension !== otherExtension) { return oneExtension < otherExtension ? -1 : 1; @@ -93,32 +98,49 @@ function noIntlCompareFileExtensions(one: string, other: string): number { return oneName < otherName ? -1 : 1; } -function extractNameAndExtension(str?: string, lowercase?: boolean): [string, string] { - const match = str ? FileNameMatch.exec(lowercase ? str.toLowerCase() : str) : [] as RegExpExecArray; +function extractNameAndExtension(str?: string): [string, string] { + const match = str ? FileNameMatch.exec(str) : [] as RegExpExecArray; return [(match && match[1]) || '', (match && match[3]) || '']; } -export function comparePaths(one: string, other: string): number { +function comparePathComponents(one: string, other: string, caseSensitive = false): number { + if (!caseSensitive) { + one = one && one.toLowerCase(); + other = other && other.toLowerCase(); + } + + if (one === other) { + return 0; + } + + return one < other ? -1 : 1; +} + +export function comparePaths(one: string, other: string, caseSensitive = false): number { const oneParts = one.split(paths.nativeSep); const otherParts = other.split(paths.nativeSep); const lastOne = oneParts.length - 1; const lastOther = otherParts.length - 1; - let endOne: boolean, endOther: boolean, onePart: string, otherPart: string; + let endOne: boolean, endOther: boolean; for (let i = 0; ; i++) { endOne = lastOne === i; endOther = lastOther === i; if (endOne && endOther) { - return compareFileNames(oneParts[i], otherParts[i]); + return compareFileNames(oneParts[i], otherParts[i], caseSensitive); } else if (endOne) { return -1; } else if (endOther) { return 1; - } else if ((onePart = oneParts[i].toLowerCase()) !== (otherPart = otherParts[i].toLowerCase())) { - return onePart < otherPart ? -1 : 1; + } + + const result = comparePathComponents(oneParts[i], otherParts[i], caseSensitive); + + if (result !== 0) { + return result; } } } diff --git a/src/vs/base/common/diagnostics.ts b/src/vs/base/common/diagnostics.ts index be9aaac51b..1f6436031c 100644 --- a/src/vs/base/common/diagnostics.ts +++ b/src/vs/base/common/diagnostics.ts @@ -62,7 +62,7 @@ export function register(what: string, fn: Function): (...args: any[]) => void { const thisArguments = allArgs.shift(); fn.apply(fn, thisArguments); if (allArgs.length > 0) { - Platform.setTimeout(doIt, 500); + setTimeout(doIt, 500); } }; doIt(); diff --git a/src/vs/base/common/diff/diff2.ts b/src/vs/base/common/diff/diff2.ts deleted file mode 100644 index 25e6c37db1..0000000000 --- a/src/vs/base/common/diff/diff2.ts +++ /dev/null @@ -1,325 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -'use strict'; - -import { DiffChange } from 'vs/base/common/diff/diffChange'; - -export interface ISequence { - getLength(): number; - getElementHash(index: number): string; - [index: number]: string; -} - -export interface IDiffChange { - /** - * The position of the first element in the original sequence which - * this change affects. - */ - originalStart: number; - - /** - * The number of elements from the original sequence which were - * affected. - */ - originalLength: number; - - /** - * The position of the first element in the modified sequence which - * this change affects. - */ - modifiedStart: number; - - /** - * The number of elements from the modified sequence which were - * affected (added). - */ - modifiedLength: number; -} - -export interface IContinueProcessingPredicate { - (furthestOriginalIndex: number, originalSequence: ISequence, matchLengthOfLongest: number): boolean; -} - -export interface IHashFunction { - (sequence: ISequence, index: number): string; -} - -/** - * An implementation of the difference algorithm described by Hirschberg - */ -export class LcsDiff2 { - - private x: ISequence; - private y: ISequence; - - private ids_for_x: number[]; - private ids_for_y: number[]; - - private resultX: boolean[]; - private resultY: boolean[]; - private forwardPrev: number[]; - private forwardCurr: number[]; - private backwardPrev: number[]; - private backwardCurr: number[]; - - constructor(originalSequence: ISequence, newSequence: ISequence, continueProcessingPredicate: IContinueProcessingPredicate, hashFunc: IHashFunction) { - this.x = originalSequence; - this.y = newSequence; - this.ids_for_x = []; - this.ids_for_y = []; - - this.resultX = []; - this.resultY = []; - this.forwardPrev = []; - this.forwardCurr = []; - this.backwardPrev = []; - this.backwardCurr = []; - - for (let i = 0, length = this.x.getLength(); i < length; i++) { - this.resultX[i] = false; - } - - for (let i = 0, length = this.y.getLength(); i <= length; i++) { - this.resultY[i] = false; - } - - this.ComputeUniqueIdentifiers(); - } - - private ComputeUniqueIdentifiers() { - let xLength = this.x.getLength(); - let yLength = this.y.getLength(); - this.ids_for_x = new Array(xLength); - this.ids_for_y = new Array(yLength); - - // Create a new hash table for unique elements from the original - // sequence. - let hashTable: { [key: string]: number; } = {}; - let currentUniqueId = 1; - let i: number; - - // Fill up the hash table for unique elements - for (i = 0; i < xLength; i++) { - let xElementHash = this.x.getElementHash(i); - if (!hashTable.hasOwnProperty(xElementHash)) { - // No entry in the hashtable so this is a new unique element. - // Assign the element a new unique identifier and add it to the - // hash table - this.ids_for_x[i] = currentUniqueId++; - hashTable[xElementHash] = this.ids_for_x[i]; - } else { - this.ids_for_x[i] = hashTable[xElementHash]; - } - } - - // Now match up modified elements - for (i = 0; i < yLength; i++) { - let yElementHash = this.y.getElementHash(i); - if (!hashTable.hasOwnProperty(yElementHash)) { - this.ids_for_y[i] = currentUniqueId++; - hashTable[yElementHash] = this.ids_for_y[i]; - } else { - this.ids_for_y[i] = hashTable[yElementHash]; - } - } - } - - private ElementsAreEqual(xIndex: number, yIndex: number): boolean { - return this.ids_for_x[xIndex] === this.ids_for_y[yIndex]; - } - - public ComputeDiff(): IDiffChange[] { - let xLength = this.x.getLength(); - let yLength = this.y.getLength(); - - this.execute(0, xLength - 1, 0, yLength - 1); - - // Construct the changes - let i = 0; - let j = 0; - let xChangeStart: number, yChangeStart: number; - let changes: DiffChange[] = []; - while (i < xLength && j < yLength) { - if (this.resultX[i] && this.resultY[j]) { - // No change - i++; - j++; - } else { - xChangeStart = i; - yChangeStart = j; - while (i < xLength && !this.resultX[i]) { - i++; - } - while (j < yLength && !this.resultY[j]) { - j++; - } - changes.push(new DiffChange(xChangeStart, i - xChangeStart, yChangeStart, j - yChangeStart)); - } - } - if (i < xLength) { - changes.push(new DiffChange(i, xLength - i, yLength, 0)); - } - if (j < yLength) { - changes.push(new DiffChange(xLength, 0, j, yLength - j)); - } - return changes; - } - - private forward(xStart: number, xStop: number, yStart: number, yStop: number): number[] { - let prev = this.forwardPrev, - curr = this.forwardCurr, - tmp: number[], - i: number, - j: number; - - // First line - prev[yStart] = this.ElementsAreEqual(xStart, yStart) ? 1 : 0; - for (j = yStart + 1; j <= yStop; j++) { - prev[j] = this.ElementsAreEqual(xStart, j) ? 1 : prev[j - 1]; - } - - for (i = xStart + 1; i <= xStop; i++) { - // First column - curr[yStart] = this.ElementsAreEqual(i, yStart) ? 1 : prev[yStart]; - - for (j = yStart + 1; j <= yStop; j++) { - if (this.ElementsAreEqual(i, j)) { - curr[j] = prev[j - 1] + 1; - } else { - curr[j] = prev[j] > curr[j - 1] ? prev[j] : curr[j - 1]; - } - } - - // Swap prev & curr - tmp = curr; - curr = prev; - prev = tmp; - } - - // Result is always in prev - return prev; - } - - private backward(xStart: number, xStop: number, yStart: number, yStop: number): number[] { - let prev = this.backwardPrev, - curr = this.backwardCurr, - tmp: number[], - i: number, - j: number; - - // Last line - prev[yStop] = this.ElementsAreEqual(xStop, yStop) ? 1 : 0; - for (j = yStop - 1; j >= yStart; j--) { - prev[j] = this.ElementsAreEqual(xStop, j) ? 1 : prev[j + 1]; - } - - for (i = xStop - 1; i >= xStart; i--) { - // Last column - curr[yStop] = this.ElementsAreEqual(i, yStop) ? 1 : prev[yStop]; - - for (j = yStop - 1; j >= yStart; j--) { - if (this.ElementsAreEqual(i, j)) { - curr[j] = prev[j + 1] + 1; - } else { - curr[j] = prev[j] > curr[j + 1] ? prev[j] : curr[j + 1]; - } - } - - // Swap prev & curr - tmp = curr; - curr = prev; - prev = tmp; - } - - // Result is always in prev - return prev; - } - - private findCut(xStart: number, xStop: number, yStart: number, yStop: number, middle: number): number { - let L1 = this.forward(xStart, middle, yStart, yStop); - let L2 = this.backward(middle + 1, xStop, yStart, yStop); - - // First cut - let max = L2[yStart], cut = yStart - 1; - - // Middle cut - for (let j = yStart; j < yStop; j++) { - if (L1[j] + L2[j + 1] > max) { - max = L1[j] + L2[j + 1]; - cut = j; - } - } - - // Last cut - if (L1[yStop] > max) { - max = L1[yStop]; - cut = yStop; - } - - return cut; - } - - private execute(xStart: number, xStop: number, yStart: number, yStop: number) { - // Do some prefix trimming - while (xStart <= xStop && yStart <= yStop && this.ElementsAreEqual(xStart, yStart)) { - this.resultX[xStart] = true; - xStart++; - this.resultY[yStart] = true; - yStart++; - } - - // Do some suffix trimming - while (xStart <= xStop && yStart <= yStop && this.ElementsAreEqual(xStop, yStop)) { - this.resultX[xStop] = true; - xStop--; - this.resultY[yStop] = true; - yStop--; - } - - if (xStart > xStop || yStart > yStop) { - return; - } - - let found: number, i: number; - if (xStart === xStop) { - found = -1; - for (i = yStart; i <= yStop; i++) { - if (this.ElementsAreEqual(xStart, i)) { - found = i; - break; - } - } - if (found >= 0) { - this.resultX[xStart] = true; - this.resultY[found] = true; - } - } else if (yStart === yStop) { - found = -1; - for (i = xStart; i <= xStop; i++) { - if (this.ElementsAreEqual(i, yStart)) { - found = i; - break; - } - } - - if (found >= 0) { - this.resultX[found] = true; - this.resultY[yStart] = true; - } - } else { - let middle = Math.floor((xStart + xStop) / 2); - let cut = this.findCut(xStart, xStop, yStart, yStop, middle); - - if (yStart <= cut) { - this.execute(xStart, middle, yStart, cut); - } - - if (cut + 1 <= yStop) { - this.execute(middle + 1, xStop, cut + 1, yStop); - } - } - } - -} diff --git a/src/vs/base/common/errors.ts b/src/vs/base/common/errors.ts index 2ec7a74afe..274bb3bcb9 100644 --- a/src/vs/base/common/errors.ts +++ b/src/vs/base/common/errors.ts @@ -4,10 +4,7 @@ *--------------------------------------------------------------------------------------------*/ 'use strict'; -import platform = require('vs/base/common/platform'); -import types = require('vs/base/common/types'); import { IAction } from 'vs/base/common/actions'; -import Severity from 'vs/base/common/severity'; import { TPromise, IPromiseError, IPromiseErrorDetail } from 'vs/base/common/winjs.base'; // ------ BEGIN Hook up error listeners to winjs promises @@ -79,7 +76,7 @@ export class ErrorHandler { this.listeners = []; this.unexpectedErrorHandler = function (e: any) { - platform.setTimeout(() => { + setTimeout(() => { if (e.stack) { throw new Error(e.message + '\n\n' + e.stack); } @@ -238,19 +235,22 @@ export function disposed(what: string): Error { } export interface IErrorOptions { - severity?: Severity; actions?: IAction[]; } -export function create(message: string, options: IErrorOptions = {}): Error { - let result = new Error(message); +export interface IErrorWithActions { + actions?: IAction[]; +} - if (types.isNumber(options.severity)) { - (result).severity = options.severity; - } +export function isErrorWithActions(obj: any): obj is IErrorWithActions { + return obj instanceof Error && Array.isArray((obj as IErrorWithActions).actions); +} + +export function create(message: string, options: IErrorOptions = Object.create(null)): Error & IErrorWithActions { + const result = new Error(message); if (options.actions) { - (result).actions = options.actions; + (result).actions = options.actions; } return result; diff --git a/src/vs/base/common/filters.ts b/src/vs/base/common/filters.ts index e3f55c2c62..525727bff2 100644 --- a/src/vs/base/common/filters.ts +++ b/src/vs/base/common/filters.ts @@ -341,6 +341,22 @@ export function matchesFuzzy(word: string, wordToMatchAgainst: string, enableSep return enableSeparateSubstringMatching ? fuzzySeparateFilter(word, wordToMatchAgainst) : fuzzyContiguousFilter(word, wordToMatchAgainst); } +export function skipScore(pattern: string, word: string, patternMaxWhitespaceIgnore?: number): [number, number[]] { + pattern = pattern.toLowerCase(); + word = word.toLowerCase(); + + const matches: number[] = []; + let idx = 0; + for (let pos = 0; pos < pattern.length; ++pos) { + const thisIdx = word.indexOf(pattern.charAt(pos), idx); + if (thisIdx >= 0) { + matches.push(thisIdx); + idx = thisIdx + 1; + } + } + return [matches.length, matches]; +} + //#region --- fuzzyScore --- export function createMatches(position: number[]): IMatch[] { @@ -560,7 +576,7 @@ export function fuzzyScore(pattern: string, word: string, patternMaxWhitespaceIg _matchesCount = 0; _topScore = -100; _patternStartPos = patternStartPos; - _findAllMatches(patternLen, wordLen, 0, new LazyArray(), false); + _findAllMatches(patternLen, wordLen, patternLen === wordLen ? 1 : 0, new LazyArray(), false); if (_matchesCount === 0) { return undefined; diff --git a/src/vs/base/common/glob.ts b/src/vs/base/common/glob.ts index fbf0e252e6..490564f755 100644 --- a/src/vs/base/common/glob.ts +++ b/src/vs/base/common/glob.ts @@ -220,8 +220,12 @@ function parseRegExp(pattern: string): string { } } - // Tail: Add the slash we had split on if there is more to come and the next one is not a globstar - if (index < segments.length - 1 && segments[index + 1] !== GLOBSTAR) { + // Tail: Add the slash we had split on if there is more to come and the remaining pattern is not a globstar + // For example if pattern: some/**/*.js we want the "/" after some to be included in the RegEx to prevent + // a folder called "something" to match as well. + // However, if pattern: some/**, we tolerate that we also match on "something" because our globstar behaviour + // is to match 0-N segments. + if (index < segments.length - 1 && (segments[index + 1] !== GLOBSTAR || index + 2 < segments.length)) { regEx += PATH_REGEX; } diff --git a/src/vs/base/common/labels.ts b/src/vs/base/common/labels.ts index 9181277d9d..6d8a898c5c 100644 --- a/src/vs/base/common/labels.ts +++ b/src/vs/base/common/labels.ts @@ -8,6 +8,7 @@ import URI from 'vs/base/common/uri'; import platform = require('vs/base/common/platform'); import { nativeSep, normalize, isEqualOrParent, isEqual, basename as pathsBasename, join } from 'vs/base/common/paths'; import { endsWith, ltrim } from 'vs/base/common/strings'; +import { Schemas } from 'vs/base/common/network'; export interface IWorkspaceFolderProvider { getWorkspaceFolder(resource: URI): { uri: URI }; @@ -29,8 +30,8 @@ export function getPathLabel(resource: URI | string, rootProvider?: IWorkspaceFo resource = URI.file(resource); } - if (resource.scheme !== 'file' && resource.scheme !== 'untitled') { - return resource.authority + resource.path; + if (resource.scheme !== Schemas.file && resource.scheme !== Schemas.untitled) { + return resource.with({ query: null, fragment: null }).toString(true); } // return early if we can resolve a relative path label from the root @@ -362,4 +363,4 @@ export function mnemonicButtonLabel(label: string): string { export function unmnemonicLabel(label: string): string { return label.replace(/&/g, '&&'); -} \ No newline at end of file +} diff --git a/src/vs/base/common/map.ts b/src/vs/base/common/map.ts index a27e43a95b..9b689d9996 100644 --- a/src/vs/base/common/map.ts +++ b/src/vs/base/common/map.ts @@ -7,10 +7,11 @@ import URI from 'vs/base/common/uri'; -export function values(map: Map): V[] { +export function values(set: Set): V[]; +export function values(map: Map): V[]; +export function values(forEachable: { forEach(callback: (value: V, ...more: any[]) => any) }): V[] { const result: V[] = []; - map.forEach(value => result.push(value)); - + forEachable.forEach(value => result.push(value)); return result; } diff --git a/src/vs/base/common/marked/OSSREADME.json b/src/vs/base/common/marked/OSSREADME.json index 5bfc34a583..010e42bd7b 100644 --- a/src/vs/base/common/marked/OSSREADME.json +++ b/src/vs/base/common/marked/OSSREADME.json @@ -3,6 +3,6 @@ [{ "name": "chjj-marked", "repositoryURL": "https://github.com/npmcomponent/chjj-marked", - "version": "0.3.6", + "version": "0.3.12", "license": "MIT" }] diff --git a/src/vs/base/common/marked/raw.marked.js b/src/vs/base/common/marked/raw.marked.js index c313f83d2a..d00c4e2bb5 100644 --- a/src/vs/base/common/marked/raw.marked.js +++ b/src/vs/base/common/marked/raw.marked.js @@ -1,6 +1,6 @@ /** * marked - a markdown parser - * Copyright (c) 2011-2014, Christopher Jeffrey. (Source EULAd) + * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/chjj/marked */ @@ -16,19 +16,26 @@ var block = { newline: /^\n+/, code: /^( {4}[^\n]+\n*)+/, fences: noop, - hr: /^( *[-*_]){3,} *(?:\n+|$)/, + hr: /^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/, heading: /^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/, nptable: noop, - lheading: /^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/, - blockquote: /^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/, + blockquote: /^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/, list: /^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/, html: /^ *(?:comment *(?:\n|\s*$)|closed *(?:\n{2,}|\s*$)|closing *(?:\n{2,}|\s*$))/, - def: /^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/, + def: /^ {0,3}\[(label)\]: *\n? *]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/, table: noop, - paragraph: /^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/, + lheading: /^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/, + paragraph: /^([^\n]+(?:\n?(?!hr|heading|lheading| {0,3}>|tag)[^\n]+)+)/, text: /^[^\n]+/ }; +block._label = /(?:\\[\[\]]|[^\[\]])+/; +block._title = /(?:"(?:\\"|[^"]|"[^"\n]*")*"|'\n?(?:[^'\n]+\n?)*'|\([^()]*\))/; +block.def = replace(block.def) + ('label', block._label) + ('title', block._title) + (); + block.bullet = /(?:[*+-]|\d+\.)/; block.item = /^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/; block.item = replace(block.item, 'gm') @@ -37,23 +44,19 @@ block.item = replace(block.item, 'gm') block.list = replace(block.list) (/bull/g, block.bullet) - ('hr', '\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))') + ('hr', '\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))') ('def', '\\n+(?=' + block.def.source + ')') (); -block.blockquote = replace(block.blockquote) - ('def', block.def) - (); - block._tag = '(?!(?:' + 'a|em|strong|small|s|cite|q|dfn|abbr|data|time|code' + '|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo' - + '|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b'; + + '|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b'; block.html = replace(block.html) ('comment', //) ('closed', /<(tag)[\s\S]+?<\/\1>/) - ('closing', /])*?>/) + ('closing', /]*)*?\/?>/) (/tag/g, block._tag) (); @@ -61,9 +64,11 @@ block.paragraph = replace(block.paragraph) ('hr', block.hr) ('heading', block.heading) ('lheading', block.lheading) - ('blockquote', block.blockquote) ('tag', '<' + block._tag) - ('def', block.def) + (); + +block.blockquote = replace(block.blockquote) + ('paragraph', block.paragraph) (); /** @@ -77,15 +82,15 @@ block.normal = merge({}, block); */ block.gfm = merge({}, block.normal, { - fences: /^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\s*\1 *(?:\n+|$)/, + fences: /^ *(`{3,}|~{3,})[ \.]*(\S+)? *\n([\s\S]*?)\n? *\1 *(?:\n+|$)/, paragraph: /^/, heading: /^ *(#{1,6}) +([^\n]+?) *#* *(?:\n+|$)/ }); block.gfm.paragraph = replace(block.paragraph) ('(?!', '(?!' - + block.gfm.fences.source.replace('\\1', '\\2') + '|' - + block.list.source.replace('\\1', '\\3') + '|') + + block.gfm.fences.source.replace('\\1', '\\2') + '|' + + block.list.source.replace('\\1', '\\3') + '|') (); /** @@ -126,7 +131,7 @@ Lexer.rules = block; * Static Lex Method */ -Lexer.lex = function(src, options) { +Lexer.lex = function (src, options) { var lexer = new Lexer(options); return lexer.lex(src); }; @@ -135,7 +140,7 @@ Lexer.lex = function(src, options) { * Preprocessing */ -Lexer.prototype.lex = function(src) { +Lexer.prototype.lex = function (src) { src = src .replace(/\r\n|\r/g, '\n') .replace(/\t/g, ' ') @@ -149,7 +154,7 @@ Lexer.prototype.lex = function(src) { * Lexing */ -Lexer.prototype.token = function(src, top, bq) { +Lexer.prototype.token = function (src, top) { var src = src.replace(/^ +$/gm, '') , next , loose @@ -159,6 +164,7 @@ Lexer.prototype.token = function(src, top, bq) { , item , space , i + , tag , l; while (src) { @@ -239,17 +245,6 @@ Lexer.prototype.token = function(src, top, bq) { continue; } - // lheading - if (cap = this.rules.lheading.exec(src)) { - src = src.substring(cap[0].length); - this.tokens.push({ - type: 'heading', - depth: cap[2] === '=' ? 1 : 2, - text: cap[1] - }); - continue; - } - // hr if (cap = this.rules.hr.exec(src)) { src = src.substring(cap[0].length); @@ -272,7 +267,7 @@ Lexer.prototype.token = function(src, top, bq) { // Pass `top` to keep the current // "toplevel" state. This is exactly // how markdown.pl works. - this.token(cap, top, true); + this.token(cap, top); this.tokens.push({ type: 'blockquote_end' @@ -341,7 +336,7 @@ Lexer.prototype.token = function(src, top, bq) { }); // Recurse. - this.token(item, false, bq); + this.token(item, false); this.tokens.push({ type: 'list_item_end' @@ -370,12 +365,16 @@ Lexer.prototype.token = function(src, top, bq) { } // def - if ((!bq && top) && (cap = this.rules.def.exec(src))) { + if (top && (cap = this.rules.def.exec(src))) { src = src.substring(cap[0].length); - this.tokens.links[cap[1].toLowerCase()] = { - href: cap[2], - title: cap[3] - }; + if (cap[3]) cap[3] = cap[3].substring(1, cap[3].length - 1); + tag = cap[1].toLowerCase(); + if (!this.tokens.links[tag]) { + this.tokens.links[tag] = { + href: cap[2], + title: cap[3] + }; + } continue; } @@ -413,6 +412,17 @@ Lexer.prototype.token = function(src, top, bq) { continue; } + // lheading + if (cap = this.rules.lheading.exec(src)) { + src = src.substring(cap[0].length); + this.tokens.push({ + type: 'heading', + depth: cap[2] === '=' ? 1 : 2, + text: cap[1] + }); + continue; + } + // top-level paragraph if (top && (cap = this.rules.paragraph.exec(src))) { src = src.substring(cap[0].length); @@ -451,21 +461,29 @@ Lexer.prototype.token = function(src, top, bq) { var inline = { escape: /^\\([\\`*{}\[\]()#+\-.!_>])/, - autolink: /^<([^ >]+(@|:\/)[^ >]+)>/, + autolink: /^<(scheme:[^\s\x00-\x1f<>]*|email)>/, url: noop, - tag: /^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/, + tag: /^|^<\/?[a-zA-Z0-9\-]+(?:"[^"]*"|'[^']*'|\s[^<'">\/]*)*?\/?>/, link: /^!?\[(inside)\]\(href\)/, reflink: /^!?\[(inside)\]\s*\[([^\]]*)\]/, - nolink: /^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/, + nolink: /^!?\[((?:\[[^\]]*\]|\\[\[\]]|[^\[\]])*)\]/, strong: /^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/, - em: /^\b_((?:[^_]|__)+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/, - code: /^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/, + em: /^_([^\s_](?:[^_]|__)+?[^\s_])_\b|^\*((?:\*\*|[^*])+?)\*(?!\*)/, + code: /^(`+)(\s*)([\s\S]*?[^`]?)\2\1(?!`)/, br: /^ {2,}\n(?!\s*$)/, del: noop, - text: /^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/; inline.link = replace(inline.link) @@ -498,11 +516,14 @@ inline.pedantic = merge({}, inline.normal, { inline.gfm = merge({}, inline.normal, { escape: replace(inline.escape)('])', '~|])')(), - url: /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, + url: replace(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/) + ('email', inline._email) + (), + _backpedal: /(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/, del: /^~~(?=\S)([\s\S]*?\S)~~/, text: replace(inline.text) (']|', '~]|') - ('|', '|https?://|') + ('|', '|https?://|ftp://|www\\.|[a-zA-Z0-9.!#$%&\'*+/=?^_`{\\|}~-]+@|') () }); @@ -552,7 +573,7 @@ InlineLexer.rules = inline; * Static Lexing/Compiling Method */ -InlineLexer.output = function(src, links, options) { +InlineLexer.output = function (src, links, options) { var inline = new InlineLexer(links, options); return inline.output(src); }; @@ -561,7 +582,7 @@ InlineLexer.output = function(src, links, options) { * Lexing/Compiling */ -InlineLexer.prototype.output = function(src) { +InlineLexer.prototype.output = function (src) { var out = '' , link , text @@ -580,10 +601,8 @@ InlineLexer.prototype.output = function(src) { if (cap = this.rules.autolink.exec(src)) { src = src.substring(cap[0].length); if (cap[2] === '@') { - text = cap[1].charAt(6) === ':' - ? this.mangle(cap[1].substring(7)) - : this.mangle(cap[1]); - href = this.mangle('mailto:') + text; + text = escape(this.mangle(cap[1])); + href = 'mailto:' + text; } else { text = escape(cap[1]); href = text; @@ -594,9 +613,19 @@ InlineLexer.prototype.output = function(src) { // url (gfm) if (!this.inLink && (cap = this.rules.url.exec(src))) { + cap[0] = this.rules._backpedal.exec(cap[0])[0]; src = src.substring(cap[0].length); - text = escape(cap[1]); - href = text; + if (cap[2] === '@') { + text = escape(cap[0]); + href = 'mailto:' + text; + } else { + text = escape(cap[0]); + if (cap[1] === 'www.') { + href = 'http://' + text; + } else { + href = text; + } + } out += this.renderer.link(href, null, text); continue; } @@ -631,7 +660,7 @@ InlineLexer.prototype.output = function(src) { // reflink, nolink if ((cap = this.rules.reflink.exec(src)) - || (cap = this.rules.nolink.exec(src))) { + || (cap = this.rules.nolink.exec(src))) { src = src.substring(cap[0].length); link = (cap[2] || cap[1]).replace(/\s+/g, ' '); link = this.links[link.toLowerCase()]; @@ -663,7 +692,7 @@ InlineLexer.prototype.output = function(src) { // code if (cap = this.rules.code.exec(src)) { src = src.substring(cap[0].length); - out += this.renderer.codespan(escape(cap[2], true)); + out += this.renderer.codespan(escape(cap[3].trim(), true)); continue; } @@ -701,7 +730,7 @@ InlineLexer.prototype.output = function(src) { * Compile Link */ -InlineLexer.prototype.outputLink = function(cap, link) { +InlineLexer.prototype.outputLink = function (cap, link) { var href = escape(link.href) , title = link.title ? escape(link.title) : null; @@ -714,7 +743,7 @@ InlineLexer.prototype.outputLink = function(cap, link) { * Smartypants Transformations */ -InlineLexer.prototype.smartypants = function(text) { +InlineLexer.prototype.smartypants = function (text) { if (!this.options.smartypants) return text; return text // em-dashes @@ -737,7 +766,7 @@ InlineLexer.prototype.smartypants = function(text) { * Mangle Links */ -InlineLexer.prototype.mangle = function(text) { +InlineLexer.prototype.mangle = function (text) { if (!this.options.mangle) return text; var out = '' , l = text.length @@ -763,7 +792,7 @@ function Renderer(options) { this.options = options || {}; } -Renderer.prototype.code = function(code, lang, escaped) { +Renderer.prototype.code = function (code, lang, escaped) { if (this.options.highlight) { var out = this.options.highlight(code, lang); if (out != null && out !== code) { @@ -786,15 +815,15 @@ Renderer.prototype.code = function(code, lang, escaped) { + '\n\n'; }; -Renderer.prototype.blockquote = function(quote) { +Renderer.prototype.blockquote = function (quote) { return '
\n' + quote + '
\n'; }; -Renderer.prototype.html = function(html) { +Renderer.prototype.html = function (html) { return html; }; -Renderer.prototype.heading = function(text, level, raw) { +Renderer.prototype.heading = function (text, level, raw) { return '' @@ -848,39 +877,42 @@ Renderer.prototype.tablecell = function(content, flags) { }; // span level renderer -Renderer.prototype.strong = function(text) { +Renderer.prototype.strong = function (text) { return '' + text + ''; }; -Renderer.prototype.em = function(text) { +Renderer.prototype.em = function (text) { return '' + text + ''; }; -Renderer.prototype.codespan = function(text) { +Renderer.prototype.codespan = function (text) { return '' + text + ''; }; -Renderer.prototype.br = function() { +Renderer.prototype.br = function () { return this.options.xhtml ? '
' : '
'; }; -Renderer.prototype.del = function(text) { +Renderer.prototype.del = function (text) { return '' + text + ''; }; -Renderer.prototype.link = function(href, title, text) { +Renderer.prototype.link = function (href, title, text) { if (this.options.sanitize) { try { var prot = decodeURIComponent(unescape(href)) .replace(/[^\w:]/g, '') .toLowerCase(); } catch (e) { - return ''; + return text; } if (prot.indexOf('javascript:') === 0 || prot.indexOf('vbscript:') === 0 || prot.indexOf('data:') === 0) { - return ''; + return text; } } + if (this.options.baseUrl && !originIndependentUrl.test(href)) { + href = resolveUrl(this.options.baseUrl, href); + } var out = ' 200) { return obj; @@ -55,4 +55,3 @@ function revive(obj: any, depth: number): any { return obj; } - diff --git a/src/vs/base/common/numbers.ts b/src/vs/base/common/numbers.ts index 26663fed21..6943959961 100644 --- a/src/vs/base/common/numbers.ts +++ b/src/vs/base/common/numbers.ts @@ -5,6 +5,7 @@ 'use strict'; +// {{SQL CARBON EDIT}} import types = require('vs/base/common/types'); export function clamp(value: number, min: number, max: number): number { @@ -18,6 +19,7 @@ export function rot(index: number, modulo: number): number { // {{SQL CARBON EDIT}} export type NumberCallback = (index: number) => void; +// {{SQL CARBON EDIT}} export function count(to: number, callback: NumberCallback): void; export function count(from: number, to: number, callback: NumberCallback): void; export function count(fromOrTo: number, toOrCallback?: NumberCallback | number, callback?: NumberCallback): any { diff --git a/src/vs/base/common/octicon.ts b/src/vs/base/common/octicon.ts new file mode 100644 index 0000000000..bd22030360 --- /dev/null +++ b/src/vs/base/common/octicon.ts @@ -0,0 +1,128 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +import { matchesFuzzy, IMatch } from 'vs/base/common/filters'; +import { ltrim } from 'vs/base/common/strings'; + +const octiconStartMarker = '$('; + +export interface IParsedOcticons { + text: string; + octiconOffsets?: number[]; +} + +export function parseOcticons(text: string): IParsedOcticons { + const firstOcticonIndex = text.indexOf(octiconStartMarker); + if (firstOcticonIndex === -1) { + return { text }; // return early if the word does not include an octicon + } + + return doParseOcticons(text, firstOcticonIndex); +} + +function doParseOcticons(text: string, firstOcticonIndex: number): IParsedOcticons { + const octiconOffsets: number[] = []; + let textWithoutOcticons: string = ''; + + function appendChars(chars: string) { + if (chars) { + textWithoutOcticons += chars; + + for (let i = 0; i < chars.length; i++) { + octiconOffsets.push(octiconsOffset); // make sure to fill in octicon offsets + } + } + } + + let currentOcticonStart = -1; + let currentOcticonValue: string = ''; + let octiconsOffset = 0; + + let char: string; + let nextChar: string; + + let offset = firstOcticonIndex; + const length = text.length; + + // Append all characters until the first octicon + appendChars(text.substr(0, firstOcticonIndex)); + + // example: $(file-symlink-file) my cool $(other-octicon) entry + while (offset < length) { + char = text[offset]; + nextChar = text[offset + 1]; + + // beginning of octicon: some value $( <-- + if (char === octiconStartMarker[0] && nextChar === octiconStartMarker[1]) { + currentOcticonStart = offset; + + // if we had a previous potential octicon value without + // the closing ')', it was actually not an octicon and + // so we have to add it to the actual value + appendChars(currentOcticonValue); + + currentOcticonValue = octiconStartMarker; + + offset++; // jump over '(' + } + + // end of octicon: some value $(some-octicon) <-- + else if (char === ')' && currentOcticonStart !== -1) { + const currentOcticonLength = offset - currentOcticonStart + 1; // +1 to include the closing ')' + octiconsOffset += currentOcticonLength; + currentOcticonStart = -1; + currentOcticonValue = ''; + } + + // within octicon + else if (currentOcticonStart !== -1) { + currentOcticonValue += char; + } + + // any value outside of octicons + else { + appendChars(char); + } + + offset++; + } + + // if we had a previous potential octicon value without + // the closing ')', it was actually not an octicon and + // so we have to add it to the actual value + appendChars(currentOcticonValue); + + return { text: textWithoutOcticons, octiconOffsets }; +} + +export function matchesFuzzyOcticonAware(query: string, target: IParsedOcticons, enableSeparateSubstringMatching = false): IMatch[] { + const { text, octiconOffsets } = target; + + // Return early if there are no octicon markers in the word to match against + if (!octiconOffsets || octiconOffsets.length === 0) { + return matchesFuzzy(query, text, enableSeparateSubstringMatching); + } + + // Trim the word to match against because it could have leading + // whitespace now if the word started with an octicon + const wordToMatchAgainstWithoutOcticonsTrimmed = ltrim(text, ' '); + const leadingWhitespaceOffset = text.length - wordToMatchAgainstWithoutOcticonsTrimmed.length; + + // match on value without octicons + const matches = matchesFuzzy(query, wordToMatchAgainstWithoutOcticonsTrimmed, enableSeparateSubstringMatching); + + // Map matches back to offsets with octicons and trimming + if (matches) { + for (let i = 0; i < matches.length; i++) { + const octiconOffset = octiconOffsets[matches[i].start] /* octicon offsets at index */ + leadingWhitespaceOffset /* overall leading whitespace offset */; + matches[i].start += octiconOffset; + matches[i].end += octiconOffset; + } + } + + return matches; +} \ No newline at end of file diff --git a/src/vs/base/common/performance.d.ts b/src/vs/base/common/performance.d.ts index 1a1c377deb..30775bc639 100644 --- a/src/vs/base/common/performance.d.ts +++ b/src/vs/base/common/performance.d.ts @@ -11,7 +11,8 @@ export interface PerformanceEntry { } export function mark(name: string): void; -export function measure(name: string, from?: string, to?: string): void; + +export function measure(name: string, from?: string, to?: string): PerformanceEntry; /** * Time something, shorthant for `mark` and `measure` @@ -23,6 +24,9 @@ export function time(name: string): { stop(): void }; */ export function getEntries(type: 'mark' | 'measure'): PerformanceEntry[]; +export function getEntry(type: 'mark' | 'measure', name: string): PerformanceEntry; + +export function getDuration(from: string, to: string): number; type ExportData = any[]; export function importEntries(data: ExportData): void; diff --git a/src/vs/base/common/performance.js b/src/vs/base/common/performance.js index b7136e8ff9..7e1b8b25c8 100644 --- a/src/vs/base/common/performance.js +++ b/src/vs/base/common/performance.js @@ -11,7 +11,6 @@ // Because we want both instances to use the same perf-data // we store them globally // stores data as 'type','name','startTime','duration' -global._performanceEntries = global._performanceEntries || []; if (typeof define !== "function" && typeof module === "object" && typeof module.exports === "object") { // this is commonjs, fake amd @@ -23,6 +22,12 @@ if (typeof define !== "function" && typeof module === "object" && typeof module. define([], function () { + var _global = this; + if (typeof global !== 'undefined') { + _global = global; + } + _global._performanceEntries = _global._performanceEntries || []; + // const _now = global.performance && performance.now ? performance.now : Date.now const _now = Date.now; @@ -31,14 +36,14 @@ define([], function () { } function exportEntries() { - return global._performanceEntries.splice(0); + return global._performanceEntries.slice(0); } - function getEntries(type) { + function getEntries(type, name) { const result = []; const entries = global._performanceEntries; for (let i = 0; i < entries.length; i += 4) { - if (entries[i] === type) { + if (entries[i] === type && (name === void 0 || entries[i + 1] === name)) { result.push({ type: entries[i], name: entries[i + 1], @@ -53,6 +58,39 @@ define([], function () { }); } + function getEntry(type, name) { + const entries = global._performanceEntries; + for (let i = 0; i < entries.length; i += 4) { + if (entries[i] === type && entries[i + 1] === name) { + return { + type: entries[i], + name: entries[i + 1], + startTime: entries[i + 2], + duration: entries[i + 3], + }; + } + } + } + + function getDuration(from, to) { + const entries = global._performanceEntries; + let name = from; + let startTime = 0; + for (let i = 0; i < entries.length; i += 4) { + if (entries[i + 1] === name) { + if (name === from) { + // found `from` (start of interval) + name = to; + startTime = entries[i + 2]; + } else { + // from `to` (end of interval) + return entries[i + 2] - startTime; + } + } + } + return 0; + } + function mark(name) { global._performanceEntries.push('mark', name, _now(), 0); if (typeof console.timeStamp === 'function') { @@ -103,6 +141,8 @@ define([], function () { measure: measure, time: time, getEntries: getEntries, + getEntry: getEntry, + getDuration: getDuration, importEntries: importEntries, exportEntries: exportEntries }; diff --git a/src/vs/base/common/platform.ts b/src/vs/base/common/platform.ts index 950cbf2f78..b851693254 100644 --- a/src/vs/base/common/platform.ts +++ b/src/vs/base/common/platform.ts @@ -4,20 +4,19 @@ *--------------------------------------------------------------------------------------------*/ 'use strict'; -// --- THIS FILE IS TEMPORARY UNTIL ENV.TS IS CLEANED UP. IT CAN SAFELY BE USED IN ALL TARGET EXECUTION ENVIRONMENTS (node & dom) --- - let _isWindows = false; let _isMacintosh = false; let _isLinux = false; -let _isRootUser = false; let _isNative = false; let _isWeb = false; let _locale: string = undefined; let _language: string = undefined; +let _translationsConfigFile: string = undefined; interface NLSConfig { locale: string; availableLanguages: { [key: string]: string; }; + _translationsConfigFile: string; } export interface IProcessEnvironment { @@ -28,6 +27,7 @@ interface INodeProcess { platform: string; env: IProcessEnvironment; getuid(): number; + nextTick: Function; } declare let process: INodeProcess; declare let global: any; @@ -42,25 +42,25 @@ declare let self: any; export const LANGUAGE_DEFAULT = 'en'; // OS detection -if (typeof process === 'object') { +if (typeof process === 'object' && typeof process.nextTick === 'function') { _isWindows = (process.platform === 'win32'); _isMacintosh = (process.platform === 'darwin'); _isLinux = (process.platform === 'linux'); - _isRootUser = !_isWindows && (process.getuid() === 0); - let rawNlsConfig = process.env['VSCODE_NLS_CONFIG']; + const rawNlsConfig = process.env['VSCODE_NLS_CONFIG']; if (rawNlsConfig) { try { - let nlsConfig: NLSConfig = JSON.parse(rawNlsConfig); - let resolved = nlsConfig.availableLanguages['*']; + const nlsConfig: NLSConfig = JSON.parse(rawNlsConfig); + const resolved = nlsConfig.availableLanguages['*']; _locale = nlsConfig.locale; // VSCode's default language is 'en' _language = resolved ? resolved : LANGUAGE_DEFAULT; + _translationsConfigFile = nlsConfig._translationsConfigFile; } catch (e) { } } _isNative = true; } else if (typeof navigator === 'object') { - let userAgent = navigator.userAgent; + const userAgent = navigator.userAgent; _isWindows = userAgent.indexOf('Windows') >= 0; _isMacintosh = userAgent.indexOf('Macintosh') >= 0; _isLinux = userAgent.indexOf('Linux') >= 0; @@ -90,11 +90,14 @@ if (_isNative) { export const isWindows = _isWindows; export const isMacintosh = _isMacintosh; export const isLinux = _isLinux; -export const isRootUser = _isRootUser; export const isNative = _isNative; export const isWeb = _isWeb; export const platform = _platform; +export function isRootUser(): boolean { + return _isNative && !_isWindows && (process.getuid() === 0); +} + /** * The language used for the user interface. The format of * the string is all lower case (e.g. zh-tw for Traditional @@ -109,30 +112,14 @@ export const language = _language; */ export const locale = _locale; -export interface TimeoutToken { -} +/** + * The translatios that are available through language packs. + */ +export const translationsConfigFile = _translationsConfigFile; -export interface IntervalToken { -} - -interface IGlobals { - Worker?: any; - setTimeout(callback: (...args: any[]) => void, delay: number, ...args: any[]): TimeoutToken; - clearTimeout(token: TimeoutToken): void; - - setInterval(callback: (...args: any[]) => void, delay: number, ...args: any[]): IntervalToken; - clearInterval(token: IntervalToken): void; -} - -const _globals = (typeof self === 'object' ? self : global); +const _globals = (typeof self === 'object' ? self : typeof global === 'object' ? global : {} as any); export const globals: any = _globals; -export const setTimeout = _globals.setTimeout.bind(_globals); -export const clearTimeout = _globals.clearTimeout.bind(_globals); - -export const setInterval = _globals.setInterval.bind(_globals); -export const clearInterval = _globals.clearInterval.bind(_globals); - export const enum OperatingSystem { Windows = 1, Macintosh = 2, diff --git a/src/vs/base/common/resources.ts b/src/vs/base/common/resources.ts index d83e01e29e..5ca4fdf10c 100644 --- a/src/vs/base/common/resources.ts +++ b/src/vs/base/common/resources.ts @@ -12,9 +12,9 @@ export function basenameOrAuthority(resource: uri): string { return paths.basename(resource.fsPath) || resource.authority; } -export function isEqualOrParent(first: uri, second: uri, ignoreCase?: boolean): boolean { - if (first.scheme === second.scheme && first.authority === second.authority) { - return paths.isEqualOrParent(first.fsPath, second.fsPath, ignoreCase); +export function isEqualOrParent(resource: uri, candidate: uri, ignoreCase?: boolean): boolean { + if (resource.scheme === candidate.scheme && resource.authority === candidate.authority) { + return paths.isEqualOrParent(resource.fsPath, candidate.fsPath, ignoreCase); } return false; @@ -38,7 +38,32 @@ export function isEqual(first: uri, second: uri, ignoreCase?: boolean): boolean } export function dirname(resource: uri): uri { + const dirname = paths.dirname(resource.path); + if (resource.authority && dirname && !paths.isAbsolute(dirname)) { + return null; // If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character + } + return resource.with({ - path: paths.dirname(resource.path) + path: dirname }); } + +export function distinctParents(items: T[], resourceAccessor: (item: T) => uri): T[] { + const distinctParents: T[] = []; + for (let i = 0; i < items.length; i++) { + const candidateResource = resourceAccessor(items[i]); + if (items.some((otherItem, index) => { + if (index === i) { + return false; + } + + return isEqualOrParent(candidateResource, resourceAccessor(otherItem)); + })) { + continue; + } + + distinctParents.push(items[i]); + } + + return distinctParents; +} \ No newline at end of file diff --git a/src/vs/base/common/strings.ts b/src/vs/base/common/strings.ts index b2e19c833a..7b93252b20 100644 --- a/src/vs/base/common/strings.ts +++ b/src/vs/base/common/strings.ts @@ -712,3 +712,15 @@ export function fuzzyContains(target: string, query: string): boolean { return true; } + +export function containsUppercaseCharacter(target: string, ignoreEscapedChars = false): boolean { + if (!target) { + return false; + } + + if (ignoreEscapedChars) { + target = target.replace(/\\./g, ''); + } + + return target.toLowerCase() !== target; +} diff --git a/src/vs/base/common/uri.ts b/src/vs/base/common/uri.ts index 95dae467c1..db5471cfdf 100644 --- a/src/vs/base/common/uri.ts +++ b/src/vs/base/common/uri.ts @@ -174,27 +174,27 @@ export default class URI implements UriComponents { if (scheme === void 0) { scheme = this.scheme; } else if (scheme === null) { - scheme = ''; + scheme = _empty; } if (authority === void 0) { authority = this.authority; } else if (authority === null) { - authority = ''; + authority = _empty; } if (path === void 0) { path = this.path; } else if (path === null) { - path = ''; + path = _empty; } if (query === void 0) { query = this.query; } else if (query === null) { - query = ''; + query = _empty; } if (fragment === void 0) { fragment = this.fragment; } else if (fragment === null) { - fragment = ''; + fragment = _empty; } if (scheme === this.scheme @@ -315,10 +315,16 @@ export default class URI implements UriComponents { } static revive(data: UriComponents | any): URI { - let result = new _URI(data); - result._fsPath = (data).fsPath; - result._formatted = (data).external; - return result; + if (!data) { + return data; + } else if (data instanceof URI) { + return data; + } else { + let result = new _URI(data); + result._fsPath = (data).fsPath; + result._formatted = (data).external; + return result; + } } } diff --git a/src/vs/base/common/winjs.base.raw.js b/src/vs/base/common/winjs.base.raw.js index a62ba15ecb..5ebe1dc10c 100644 --- a/src/vs/base/common/winjs.base.raw.js +++ b/src/vs/base/common/winjs.base.raw.js @@ -7,7 +7,7 @@ */ (function() { -var _modules = {}; +var _modules = Object.create(null);//{}; _modules["WinJS/Core/_WinJS"] = {}; var _winjs = function(moduleId, deps, factory) { @@ -64,11 +64,24 @@ _winjs("WinJS/Core/_BaseCoreUtils", ["WinJS/Core/_Global"], function baseCoreUti return func; } + var actualSetImmediate = null; + return { hasWinRT: hasWinRT, markSupportedForProcessing: markSupportedForProcessing, - _setImmediate: _Global.setImmediate ? _Global.setImmediate.bind(_Global) : function (handler) { - _Global.setTimeout(handler, 0); + _setImmediate: function (callback) { + // BEGIN monaco change + if (actualSetImmediate === null) { + if (_Global.setImmediate) { + actualSetImmediate = _Global.setImmediate.bind(_Global); + } else if (typeof process !== 'undefined' && typeof process.nextTick === 'function') { + actualSetImmediate = process.nextTick.bind(process); + } else { + actualSetImmediate = _Global.setTimeout.bind(_Global); + } + } + actualSetImmediate(callback); + // END monaco change } }; }); @@ -2057,15 +2070,9 @@ _winjs("WinJS/Promise", ["WinJS/Core/_Base","WinJS/Promise/_StateMachine"], func var exported = _modules["WinJS/Core/_WinJS"]; if (typeof exports === 'undefined' && typeof define === 'function' && define.amd) { - define(exported); + define([], exported); } else { module.exports = exported; } -if (typeof process !== 'undefined' && typeof process.nextTick === 'function') { - _modules["WinJS/Core/_BaseCoreUtils"]._setImmediate = function(handler) { - return process.nextTick(handler); - }; -} - -})(); \ No newline at end of file +})(); diff --git a/src/vs/base/common/worker/simpleWorker.ts b/src/vs/base/common/worker/simpleWorker.ts index 95572977e0..95f24fcc83 100644 --- a/src/vs/base/common/worker/simpleWorker.ts +++ b/src/vs/base/common/worker/simpleWorker.ts @@ -163,6 +163,10 @@ class SimpleWorkerProtocol { err: undefined }); }, (e) => { + if (e.detail instanceof Error) { + // Loading errors have a detail property that points to the actual error + e.detail = transformErrorForSerialization(e.detail); + } this._send({ vsWorker: this._workerId, seq: req, @@ -339,13 +343,6 @@ export class SimpleWorkerServer { delete loaderConfig.paths['vs']; } } - let nlsConfig = loaderConfig['vs/nls']; - // We need to have pseudo translation - if (nlsConfig && nlsConfig.pseudo) { - require(['vs/nls'], function (nlsPlugin) { - nlsPlugin.setPseudoTranslation(nlsConfig.pseudo); - }); - } // Since this is in a web worker, enable catching errors loaderConfig.catchError = true; diff --git a/src/vs/base/node/config.ts b/src/vs/base/node/config.ts index 441ab7fde7..7aa03cbc53 100644 --- a/src/vs/base/node/config.ts +++ b/src/vs/base/node/config.ts @@ -151,20 +151,16 @@ export class ConfigWatcher implements IConfigWatcher, IDisposable { return; // avoid watchers that will never get disposed by checking for being disposed } - try { - const watcher = extfs.watch(path, (type, file) => this.onConfigFileChange(type, file, isParentFolder)); - watcher.on('error', (code: number, signal: string) => this.options.onError(`Error watching ${path} for configuration changes (${code}, ${signal})`)); + const watcher = extfs.watch(path, + (type, file) => this.onConfigFileChange(type, file, isParentFolder), + (error: string) => this.options.onError(error) + ); + if (watcher) { this.disposables.push(toDisposable(() => { watcher.removeAllListeners(); watcher.close(); })); - } catch (error) { - fs.exists(path, exists => { - if (exists) { - this.options.onError(`Failed to watch ${path} for configuration changes (${error.toString()})`); - } - }); } } diff --git a/src/vs/base/node/console.ts b/src/vs/base/node/console.ts index f68b14a555..f43b9bacd3 100644 --- a/src/vs/base/node/console.ts +++ b/src/vs/base/node/console.ts @@ -69,7 +69,7 @@ export function getFirstFrame(arg0: IRemoteConsoleLog | string): IStackFrame { // at e.$executeContributedCommand(c:\Users\someone\Desktop\end-js\extension.js:19:17) const stack = arg0; if (stack) { - const topFrame = stack.split('\n')[0]; + const topFrame = findFirstFrame(stack); // at [^\/]* => line starts with "at" followed by any character except '/' (to not capture unix paths too late) // (?:(?:[a-zA-Z]+:)|(?:[\/])|(?:\\\\) => windows drive letter OR unix root OR unc root @@ -88,12 +88,25 @@ export function getFirstFrame(arg0: IRemoteConsoleLog | string): IStackFrame { return void 0; } +function findFirstFrame(stack: string): string { + if (!stack) { + return stack; + } + + const newlineIndex = stack.indexOf('\n'); + if (newlineIndex === -1) { + return stack; + } + + return stack.substring(0, newlineIndex); +} + export function log(entry: IRemoteConsoleLog, label: string): void { const { args, stack } = parse(entry); const isOneStringArg = typeof args[0] === 'string' && args.length === 1; - let topFrame = stack && stack.split('\n')[0]; + let topFrame = findFirstFrame(stack); if (topFrame) { topFrame = `(${topFrame.trim()})`; } diff --git a/src/vs/base/node/encoding.ts b/src/vs/base/node/encoding.ts index 479b262d86..71fb7d494d 100644 --- a/src/vs/base/node/encoding.ts +++ b/src/vs/base/node/encoding.ts @@ -28,11 +28,11 @@ export function bomLength(encoding: string): number { return 0; } -export function decode(buffer: NodeBuffer, encoding: string, options?: any): string { - return iconv.decode(buffer, toNodeEncoding(encoding), options); +export function decode(buffer: NodeBuffer, encoding: string): string { + return iconv.decode(buffer, toNodeEncoding(encoding)); } -export function encode(content: string, encoding: string, options?: any): NodeBuffer { +export function encode(content: string | NodeBuffer, encoding: string, options?: { addBOM?: boolean }): NodeBuffer { return iconv.encode(content, toNodeEncoding(encoding), options); } @@ -44,6 +44,10 @@ export function decodeStream(encoding: string): NodeJS.ReadWriteStream { return iconv.decodeStream(toNodeEncoding(encoding)); } +export function encodeStream(encoding: string, options?: { addBOM?: boolean }): NodeJS.ReadWriteStream { + return iconv.encodeStream(toNodeEncoding(encoding), options); +} + function toNodeEncoding(enc: string): string { if (enc === UTF8_with_bom) { return UTF8; // iconv does not distinguish UTF 8 with or without BOM, so we need to help it @@ -181,6 +185,7 @@ const windowsTerminalEncodings = { '865': 'cp865', // Nordic '866': 'cp866', // Russian '869': 'cp869', // Modern Greek + '936': 'cp936', // Simplified Chinese '1252': 'cp1252' // West European Latin }; diff --git a/src/vs/base/node/extfs.ts b/src/vs/base/node/extfs.ts index 5704c40766..6ead7d8582 100644 --- a/src/vs/base/node/extfs.ts +++ b/src/vs/base/node/extfs.ts @@ -9,11 +9,11 @@ import * as uuid from 'vs/base/common/uuid'; import * as strings from 'vs/base/common/strings'; import * as platform from 'vs/base/common/platform'; import * as flow from 'vs/base/node/flow'; - import * as fs from 'fs'; import * as paths from 'path'; import { TPromise } from 'vs/base/common/winjs.base'; import { nfcall } from 'vs/base/common/async'; +import { encode, encodeStream } from 'vs/base/node/encoding'; const loop = flow.loop; @@ -43,6 +43,27 @@ export function readdir(path: string, callback: (error: Error, files: string[]) return fs.readdir(path, callback); } +export interface IStatAndLink { + stat: fs.Stats; + isSymbolicLink: boolean; +} + +export function statLink(path: string, callback: (error: Error, statAndIsLink: IStatAndLink) => void): void { + fs.lstat(path, (error, lstat) => { + if (error || lstat.isSymbolicLink()) { + fs.stat(path, (error, stat) => { + if (error) { + return callback(error, null); + } + + callback(null, { stat, isSymbolicLink: lstat && lstat.isSymbolicLink() }); + }); + } else { + callback(null, { stat: lstat, isSymbolicLink: false }); + } + }); +} + export function copy(source: string, target: string, callback: (error: Error) => void, copiedSources?: { [path: string]: boolean }): void { if (!copiedSources) { copiedSources = Object.create(null); @@ -54,7 +75,7 @@ export function copy(source: string, target: string, callback: (error: Error) => } if (!stat.isDirectory()) { - return pipeFs(source, target, stat.mode & 511, callback); + return doCopyFile(source, target, stat.mode & 511, callback); } if (copiedSources[source]) { @@ -75,6 +96,38 @@ export function copy(source: string, target: string, callback: (error: Error) => }); } +function doCopyFile(source: string, target: string, mode: number, callback: (error: Error) => void): void { + const reader = fs.createReadStream(source); + const writer = fs.createWriteStream(target, { mode }); + + let finished = false; + const finish = (error?: Error) => { + if (!finished) { + finished = true; + + // in error cases, pass to callback + if (error) { + callback(error); + } + + // we need to explicitly chmod because of https://github.com/nodejs/node/issues/1104 + else { + fs.chmod(target, mode, callback); + } + } + }; + + // handle errors properly + reader.once('error', error => finish(error)); + writer.once('error', error => finish(error)); + + // we are done (underlying fd has been closed) + writer.once('close', () => finish()); + + // start piping + reader.pipe(writer); +} + export function mkdirp(path: string, mode?: number): TPromise { const mkdir = () => nfcall(fs.mkdir, path, mode) .then(null, (err: NodeJS.ErrnoException) => { @@ -88,11 +141,12 @@ export function mkdirp(path: string, mode?: number): TPromise { return TPromise.wrapError(err); }); - // is root? + // stop at root if (path === paths.dirname(path)) { return TPromise.as(true); } + // recursively mkdir return mkdir().then(null, (err: NodeJS.ErrnoException) => { if (err.code === 'ENOENT') { return mkdirp(paths.dirname(path), mode).then(mkdir); @@ -102,40 +156,6 @@ export function mkdirp(path: string, mode?: number): TPromise { }); } -function pipeFs(source: string, target: string, mode: number, callback: (error: Error) => void): void { - let callbackHandled = false; - - const readStream = fs.createReadStream(source); - const writeStream = fs.createWriteStream(target, { mode: mode }); - - const onError = (error: Error) => { - if (!callbackHandled) { - callbackHandled = true; - callback(error); - } - }; - - readStream.on('error', onError); - writeStream.on('error', onError); - - readStream.on('end', () => { - (writeStream).end(() => { // In this case the write stream is known to have an end signature with callback - if (!callbackHandled) { - callbackHandled = true; - - fs.chmod(target, mode, callback); // we need to explicitly chmod because of https://github.com/nodejs/node/issues/1104 - } - }); - }); - - // In node 0.8 there is no easy way to find out when the pipe operation has finished. As such, we use the end property = false - // so that we are in charge of calling end() on the write stream and we will be notified when the write stream is really done. - // We can do this because file streams have an end() method that allows to pass in a callback. - // In node 0.10 there is an event 'finish' emitted from the write stream that can be used. See - // https://groups.google.com/forum/?fromgroups=#!topic/nodejs/YWQ1sRoXOdI - readStream.pipe(writeStream, { end: false }); -} - // Deletes the given path by first moving it out of the workspace. This has two benefits. For one, the operation can return fast because // after the rename, the contents are out of the workspace although not yet deleted. The greater benefit however is that this operation // will fail in case any file is used by another process. fs.unlink() in node will not bail if a file unlinked is used by another process. @@ -320,19 +340,124 @@ export function mv(source: string, target: string, callback: (error: Error) => v }); } +export interface IWriteFileOptions { + mode?: number; + flag?: string; + encoding?: { + charset: string; + addBOM: boolean; + }; +} + +let canFlush = true; +export function writeFileAndFlush(path: string, data: string | NodeBuffer | NodeJS.ReadableStream, options: IWriteFileOptions, callback: (error?: Error) => void): void { + options = ensureOptions(options); + + if (typeof data === 'string' || Buffer.isBuffer(data)) { + doWriteFileAndFlush(path, data, options, callback); + } else { + doWriteFileStreamAndFlush(path, data, options, callback); + } +} + +function doWriteFileStreamAndFlush(path: string, reader: NodeJS.ReadableStream, options: IWriteFileOptions, callback: (error?: Error) => void): void { + + // finish only once + let finished = false; + const finish = (error?: Error) => { + if (!finished) { + finished = true; + + // in error cases we need to manually close streams + // if the write stream was successfully opened + if (error) { + if (isOpen) { + writer.once('close', () => callback(error)); + writer.close(); + } else { + callback(error); + } + } + + // otherwise just return without error + else { + callback(); + } + } + }; + + // create writer to target. we set autoClose: false because we want to use the streams + // file descriptor to call fs.fdatasync to ensure the data is flushed to disk + const writer = fs.createWriteStream(path, { mode: options.mode, flags: options.flag, autoClose: false }); + + // Event: 'open' + // Purpose: save the fd for later use and start piping + // Notes: will not be called when there is an error opening the file descriptor! + let fd: number; + let isOpen: boolean; + writer.once('open', descriptor => { + fd = descriptor; + isOpen = true; + + // if an encoding is provided, we need to pipe the stream through + // an encoder stream and forward the encoding related options + if (options.encoding) { + reader = reader.pipe(encodeStream(options.encoding.charset, { addBOM: options.encoding.addBOM })); + } + + // start data piping only when we got a successful open. this ensures that we do + // not consume the stream when an error happens and helps to fix this issue: + // https://github.com/Microsoft/vscode/issues/42542 + reader.pipe(writer); + }); + + // Event: 'error' + // Purpose: to return the error to the outside and to close the write stream (does not happen automatically) + reader.once('error', error => finish(error)); + writer.once('error', error => finish(error)); + + // Event: 'finish' + // Purpose: use fs.fdatasync to flush the contents to disk + // Notes: event is called when the writer has finished writing to the underlying resource. we must call writer.close() + // because we have created the WriteStream with autoClose: false + writer.once('finish', () => { + + // flush to disk + if (canFlush && isOpen) { + fs.fdatasync(fd, (syncError: Error) => { + + // In some exotic setups it is well possible that node fails to sync + // In that case we disable flushing and warn to the console + if (syncError) { + console.warn('[node.js fs] fdatasync is now disabled for this session because it failed: ', syncError); + canFlush = false; + } + + writer.close(); + }); + } else { + writer.close(); + } + }); + + // Event: 'close' + // Purpose: signal we are done to the outside + // Notes: event is called when the writer's filedescriptor is closed + writer.once('close', () => finish()); +} + // Calls fs.writeFile() followed by a fs.sync() call to flush the changes to disk // We do this in cases where we want to make sure the data is really on disk and // not in some cache. // // See https://github.com/nodejs/node/blob/v5.10.0/lib/fs.js#L1194 -let canFlush = true; -export function writeFileAndFlush(path: string, data: string | NodeBuffer, options: { mode?: number; flag?: string; }, callback: (error: Error) => void): void { - if (!canFlush) { - return fs.writeFile(path, data, options, callback); +function doWriteFileAndFlush(path: string, data: string | NodeBuffer, options: IWriteFileOptions, callback: (error?: Error) => void): void { + if (options.encoding) { + data = encode(data, options.encoding.charset, { addBOM: options.encoding.addBOM }); } - if (!options) { - options = { mode: 0o666, flag: 'w' }; + if (!canFlush) { + return fs.writeFile(path, data, { mode: options.mode, flag: options.flag }, callback); } // Open the file with same flags and mode as fs.writeFile() @@ -363,13 +488,15 @@ export function writeFileAndFlush(path: string, data: string | NodeBuffer, optio }); } -export function writeFileAndFlushSync(path: string, data: string | NodeBuffer, options?: { mode?: number; flag?: string; }): void { - if (!canFlush) { - return fs.writeFileSync(path, data, options); +export function writeFileAndFlushSync(path: string, data: string | NodeBuffer, options?: IWriteFileOptions): void { + options = ensureOptions(options); + + if (options.encoding) { + data = encode(data, options.encoding.charset, { addBOM: options.encoding.addBOM }); } - if (!options) { - options = { mode: 0o666, flag: 'w' }; + if (!canFlush) { + return fs.writeFileSync(path, data, { mode: options.mode, flag: options.flag }); } // Open the file with same flags and mode as fs.writeFile() @@ -392,6 +519,24 @@ export function writeFileAndFlushSync(path: string, data: string | NodeBuffer, o } } +function ensureOptions(options?: IWriteFileOptions): IWriteFileOptions { + if (!options) { + return { mode: 0o666, flag: 'w' }; + } + + const ensuredOptions: IWriteFileOptions = { mode: options.mode, flag: options.flag, encoding: options.encoding }; + + if (typeof ensuredOptions.mode !== 'number') { + ensuredOptions.mode = 0o666; + } + + if (typeof ensuredOptions.flag !== 'string') { + ensuredOptions.flag = 'w'; + } + + return ensuredOptions; +} + /** * Copied from: https://github.com/Microsoft/vscode-node-debug/blob/master/src/node/pathUtilities.ts#L83 * @@ -474,21 +619,34 @@ function normalizePath(path: string): string { return strings.rtrim(paths.normalize(path), paths.sep); } -export function watch(path: string, onChange: (type: string, path: string) => void): fs.FSWatcher { - const watcher = fs.watch(path); - watcher.on('change', (type, raw) => { - let file: string = null; - if (raw) { // https://github.com/Microsoft/vscode/issues/38191 - file = raw.toString(); - if (platform.isMacintosh) { - // Mac: uses NFD unicode form on disk, but we want NFC - // See also https://github.com/nodejs/node/issues/2165 - file = strings.normalizeNFC(file); +export function watch(path: string, onChange: (type: string, path: string) => void, onError: (error: string) => void): fs.FSWatcher { + try { + const watcher = fs.watch(path); + + watcher.on('change', (type, raw) => { + let file: string = null; + if (raw) { // https://github.com/Microsoft/vscode/issues/38191 + file = raw.toString(); + if (platform.isMacintosh) { + // Mac: uses NFD unicode form on disk, but we want NFC + // See also https://github.com/nodejs/node/issues/2165 + file = strings.normalizeNFC(file); + } } - } - onChange(type, file); - }); + onChange(type, file); + }); - return watcher; -} \ No newline at end of file + watcher.on('error', (code: number, signal: string) => onError(`Failed to watch ${path} for changes (${code}, ${signal})`)); + + return watcher; + } catch (error) { + fs.exists(path, exists => { + if (exists) { + onError(`Failed to watch ${path} for changes (${error.toString()})`); + } + }); + } + + return void 0; +} diff --git a/src/vs/base/node/pfs.ts b/src/vs/base/node/pfs.ts index 12708068c6..bd6e68dc0f 100644 --- a/src/vs/base/node/pfs.ts +++ b/src/vs/base/node/pfs.ts @@ -19,7 +19,7 @@ export function readdir(path: string): TPromise { } export function exists(path: string): TPromise { - return new TPromise(c => fs.exists(path, c)); + return new TPromise(c => fs.exists(path, c), () => { }); } export function chmod(path: string, mode: number): TPromise { @@ -54,6 +54,10 @@ export function stat(path: string): TPromise { return nfcall(fs.stat, path); } +export function statLink(path: string): TPromise<{ stat: fs.Stats, isSymbolicLink: boolean }> { + return nfcall(extfs.statLink, path); +} + export function lstat(path: string): TPromise { return nfcall(fs.lstat, path); } @@ -99,10 +103,11 @@ export function readFile(path: string, encoding?: string): TPromise } = Object.create(null); -export function writeFile(path: string, data: string, options?: { mode?: number; flag?: string; }): TPromise; -export function writeFile(path: string, data: NodeBuffer, options?: { mode?: number; flag?: string; }): TPromise; -export function writeFile(path: string, data: any, options?: { mode?: number; flag?: string; }): TPromise { - let queueKey = toQueueKey(path); +export function writeFile(path: string, data: string, options?: extfs.IWriteFileOptions): TPromise; +export function writeFile(path: string, data: NodeBuffer, options?: extfs.IWriteFileOptions): TPromise; +export function writeFile(path: string, data: NodeJS.ReadableStream, options?: extfs.IWriteFileOptions): TPromise; +export function writeFile(path: string, data: any, options?: extfs.IWriteFileOptions): TPromise { + const queueKey = toQueueKey(path); return ensureWriteFileQueue(queueKey).queue(() => nfcall(extfs.writeFileAndFlush, path, data, options)); } @@ -160,8 +165,14 @@ export function fileExists(path: string): TPromise { /** * Deletes a path from disk. */ -const tmpDir = os.tmpdir(); -export function del(path: string, tmp = tmpDir): TPromise { +let _tmpDir: string = null; +function getTmpDir(): string { + if (!_tmpDir) { + _tmpDir = os.tmpdir(); + } + return _tmpDir; +} +export function del(path: string, tmp = getTmpDir()): TPromise { return nfcall(extfs.del, path, tmp); } @@ -184,4 +195,4 @@ export function whenDeleted(path: string): TPromise { } }, 1000); }); -} \ No newline at end of file +} diff --git a/src/vs/base/node/ports.ts b/src/vs/base/node/ports.ts index 3ca252ab33..a7fa28d406 100644 --- a/src/vs/base/node/ports.ts +++ b/src/vs/base/node/ports.ts @@ -7,6 +7,15 @@ import net = require('net'); +/** + * @returns Returns a random port between 1025 and 65535. + */ +export function randomPort(): number { + let min = 1025; + let max = 65535; + return min + Math.floor((max - min) * Math.random()); +} + /** * Given a start point and a max number of retries, will find a port that * is openable. Will return 0 in case no free port can be found. diff --git a/src/vs/base/node/processes.ts b/src/vs/base/node/processes.ts index 7db8b27be3..49fd4ca4cc 100644 --- a/src/vs/base/node/processes.ts +++ b/src/vs/base/node/processes.ts @@ -6,9 +6,6 @@ import path = require('path'); import * as cp from 'child_process'; -import ChildProcess = cp.ChildProcess; -import exec = cp.exec; -import spawn = cp.spawn; import { fork } from 'vs/base/node/stdFork'; import nls = require('vs/nls'); import { PPromise, TPromise, TValueCallback, TProgressCallback, ErrorCallback } from 'vs/base/common/winjs.base'; @@ -40,7 +37,7 @@ function getWindowsCode(status: number): TerminateResponseCode { } } -export function terminateProcess(process: ChildProcess, cwd?: string): TerminateResponse { +export function terminateProcess(process: cp.ChildProcess, cwd?: string): TerminateResponse { if (Platform.isWindows) { try { let options: any = { @@ -80,8 +77,8 @@ export abstract class AbstractProcess { private options: CommandOptions | ForkOptions; protected shell: boolean; - private childProcess: ChildProcess; - protected childProcessPromise: TPromise; + private childProcess: cp.ChildProcess; + protected childProcessPromise: TPromise; protected terminateRequested: boolean; private static WellKnowCommands: IStringDictionary = { @@ -173,7 +170,7 @@ export abstract class AbstractProcess { if (this.args) { cmd = cmd + ' ' + this.args.join(' '); } - this.childProcess = exec(cmd, this.options, (error, stdout, stderr) => { + this.childProcess = cp.exec(cmd, this.options, (error, stdout, stderr) => { this.childProcess = null; let err: any = error; // This is tricky since executing a command shell reports error back in case the executed command return an @@ -186,7 +183,7 @@ export abstract class AbstractProcess { } }); } else { - let childProcess: ChildProcess = null; + let childProcess: cp.ChildProcess = null; let closeHandler = (data: any) => { this.childProcess = null; this.childProcessPromise = null; @@ -231,13 +228,13 @@ export abstract class AbstractProcess { } else { args.push(commandLine.join(' ')); } - childProcess = spawn(getWindowsShell(), args, options); + childProcess = cp.spawn(getWindowsShell(), args, options); } else { if (this.cmd) { - childProcess = spawn(this.cmd, this.args, this.options); + childProcess = cp.spawn(this.cmd, this.args, this.options); } else if (this.module) { - this.childProcessPromise = new TPromise((c, e, p) => { - fork(this.module, this.args, this.options, (error: any, childProcess: ChildProcess) => { + this.childProcessPromise = new TPromise((c, e, p) => { + fork(this.module, this.args, this.options, (error: any, childProcess: cp.ChildProcess) => { if (error) { e(error); ee({ terminated: this.terminateRequested, error: error }); @@ -269,7 +266,7 @@ export abstract class AbstractProcess { } protected abstract handleExec(cc: TValueCallback, pp: TProgressCallback, error: Error, stdout: Buffer, stderr: Buffer): void; - protected abstract handleSpawn(childProcess: ChildProcess, cc: TValueCallback, pp: TProgressCallback, ee: ErrorCallback, sync: boolean): void; + protected abstract handleSpawn(childProcess: cp.ChildProcess, cc: TValueCallback, pp: TProgressCallback, ee: ErrorCallback, sync: boolean): void; protected handleClose(data: any, cc: TValueCallback, pp: TProgressCallback, ee: ErrorCallback): void { // Default is to do nothing. @@ -315,7 +312,7 @@ export abstract class AbstractProcess { if (!this.shell || !Platform.isWindows) { c(false); } - let cmdShell = spawn(getWindowsShell(), ['/s', '/c']); + let cmdShell = cp.spawn(getWindowsShell(), ['/s', '/c']); cmdShell.on('error', (error: Error) => { c(true); }); @@ -353,7 +350,7 @@ export class LineProcess extends AbstractProcess { cc({ terminated: this.terminateRequested, error: error }); } - protected handleSpawn(childProcess: ChildProcess, cc: TValueCallback, pp: TProgressCallback, ee: ErrorCallback, sync: boolean): void { + protected handleSpawn(childProcess: cp.ChildProcess, cc: TValueCallback, pp: TProgressCallback, ee: ErrorCallback, sync: boolean): void { this.stdoutLineDecoder = new LineDecoder(); this.stderrLineDecoder = new LineDecoder(); childProcess.stdout.on('data', (data: Buffer) => { @@ -384,7 +381,7 @@ export interface IQueuedSender { // queue is free again to consume messages. // On Windows we always wait for the send() method to return before sending the next message // to workaround https://github.com/nodejs/node/issues/7657 (IPC can freeze process) -export function createQueuedSender(childProcess: ChildProcess | NodeJS.Process): IQueuedSender { +export function createQueuedSender(childProcess: cp.ChildProcess | NodeJS.Process): IQueuedSender { let msgQueue: string[] = []; let useQueue = false; diff --git a/src/vs/base/node/ps.ts b/src/vs/base/node/ps.ts index 58dfa4444d..2413204f99 100644 --- a/src/vs/base/node/ps.ts +++ b/src/vs/base/node/ps.ts @@ -7,6 +7,7 @@ import { spawn, exec } from 'child_process'; import * as path from 'path'; +import * as nls from 'vs/nls'; import URI from 'vs/base/common/uri'; export interface ProcessItem { @@ -61,12 +62,30 @@ export function listProcesses(rootPid: number): Promise { function findName(cmd: string): string { const RENDERER_PROCESS_HINT = /--disable-blink-features=Auxclick/; - const WINDOWS_WATCHER_HINT = /\\watcher\\win32\\CodeHelper.exe/; + const WINDOWS_WATCHER_HINT = /\\watcher\\win32\\CodeHelper\.exe/; + const WINDOWS_CRASH_REPORTER = /--crashes-directory/; + const WINDOWS_PTY = /\\pipe\\winpty-control/; + const WINDOWS_CONSOLE_HOST = /conhost\.exe/; const TYPE = /--type=([a-zA-Z-]+)/; // find windows file watcher if (WINDOWS_WATCHER_HINT.exec(cmd)) { - return 'watcherService'; + return 'watcherService '; + } + + // find windows crash reporter + if (WINDOWS_CRASH_REPORTER.exec(cmd)) { + return 'electron-crash-reporter'; + } + + // find windows pty process + if (WINDOWS_PTY.exec(cmd)) { + return 'winpty-process'; + } + + //find windows console host process + if (WINDOWS_CONSOLE_HOST.exec(cmd)) { + return 'console-window-host (Windows internal process)'; } // find "--type=xxxx" @@ -102,6 +121,8 @@ export function listProcesses(rootPid: number): Promise { if (process.platform === 'win32') { + console.log(nls.localize('collecting', 'Collecting CPU and memory information. This might take a couple of seconds.')); + interface ProcessInfo { type: 'processInfo'; name: string; @@ -157,7 +178,8 @@ export function listProcesses(rootPid: number): Promise { cmd.on('exit', () => { if (stderr.length > 0) { - reject(stderr); + reject(new Error(stderr)); + return; } let processItems: Map = new Map(); try { @@ -205,12 +227,13 @@ export function listProcesses(rootPid: number): Promise { reject(new Error(`Root process ${rootPid} not found`)); } } catch (error) { + console.log(stdout); reject(error); } }); } else { // OS X & Linux - const CMD = 'ps -ax -o pid=,ppid=,pcpu=,pmem=,command='; + const CMD = '/bin/ps -ax -o pid=,ppid=,pcpu=,pmem=,command='; const PID_CMD = /^\s*([0-9]+)\s+([0-9]+)\s+([0-9]+\.[0-9]+)\s+([0-9]+\.[0-9]+)\s+(.+)$/; exec(CMD, { maxBuffer: 1000 * 1024 }, (err, stdout, stderr) => { diff --git a/src/vs/base/node/request.ts b/src/vs/base/node/request.ts index 88afe8c37b..25d950c7bf 100644 --- a/src/vs/base/node/request.ts +++ b/src/vs/base/node/request.ts @@ -28,7 +28,7 @@ export interface IRequestOptions { password?: string; headers?: any; timeout?: number; - data?: any; + data?: string | Stream; agent?: Agent; followRedirects?: number; strictSSL?: boolean; @@ -63,6 +63,7 @@ export function request(options: IRequestOptions): TPromise { : getNodeRequest(options); return rawRequestPromise.then(rawRequest => { + return new TPromise((c, e) => { const endpoint = parseUrl(options.url); @@ -83,7 +84,6 @@ export function request(options: IRequestOptions): TPromise { req = rawRequest(opts, (res: http.ClientResponse) => { const followRedirects = isNumber(options.followRedirects) ? options.followRedirects : 3; - if (res.statusCode >= 300 && res.statusCode < 400 && followRedirects > 0 && res.headers['location']) { request(assign({}, options, { url: res.headers['location'], @@ -107,7 +107,12 @@ export function request(options: IRequestOptions): TPromise { } if (options.data) { - req.write(options.data); + if (typeof options.data === 'string') { + req.write(options.data); + } else { + options.data.pipe(req); + return; + } } req.end(); @@ -167,7 +172,13 @@ export function asJson(context: IRequestContext): TPromise { const buffer: string[] = []; context.stream.on('data', (d: string) => buffer.push(d)); - context.stream.on('end', () => c(JSON.parse(buffer.join('')))); + context.stream.on('end', () => { + try { + c(JSON.parse(buffer.join(''))); + } catch (err) { + e(err); + } + }); context.stream.on('error', e); }); } diff --git a/src/vs/base/node/stats.ts b/src/vs/base/node/stats.ts index bcf6120774..575af6727d 100644 --- a/src/vs/base/node/stats.ts +++ b/src/vs/base/node/stats.ts @@ -79,12 +79,12 @@ export function collectWorkspaceStats(folder: string, filter: string[]): Workspa const MAX_FILES = 20000; let walkSync = (dir: string, acceptFile: (fileName: string) => void, filter: string[], token) => { - if (token.maxReached) { - return; - } try { let files = readdirSync(dir); for (const file of files) { + if (token.maxReached) { + return; + } try { if (statSync(join(dir, file)).isDirectory()) { if (filter.indexOf(file) === -1) { @@ -92,10 +92,11 @@ export function collectWorkspaceStats(folder: string, filter: string[]): Workspa } } else { - if (token.count++ >= MAX_FILES) { + if (token.count >= MAX_FILES) { token.maxReached = true; return; } + token.count++; acceptFile(file); } } catch { diff --git a/src/vs/base/node/stdFork.ts b/src/vs/base/node/stdFork.ts index e45502c16b..9a93d2b948 100644 --- a/src/vs/base/node/stdFork.ts +++ b/src/vs/base/node/stdFork.ts @@ -50,7 +50,6 @@ function generatePatchedEnv(env: any, stdInPipeName: string, stdOutPipeName: str newEnv['STDOUT_PIPE_NAME'] = stdOutPipeName; newEnv['STDERR_PIPE_NAME'] = stdErrPipeName; newEnv['ELECTRON_RUN_AS_NODE'] = '1'; - newEnv['ELECTRON_NO_ASAR'] = '1'; return newEnv; } @@ -138,4 +137,4 @@ export function fork(modulePath: string, args: string[], options: IForkOpts, cal // On vscode exit still close server #7758 process.once('exit', closeServer); -} \ No newline at end of file +} diff --git a/src/vs/base/node/stdForkStart.js b/src/vs/base/node/stdForkStart.js index 060a3cba21..54d256890a 100644 --- a/src/vs/base/node/stdForkStart.js +++ b/src/vs/base/node/stdForkStart.js @@ -59,7 +59,7 @@ log('ELECTRON_RUN_AS_NODE: ' + process.env['ELECTRON_RUN_AS_NODE']); var fsWriteSyncString = function (fd, str, position, encoding) { // fs.writeSync(fd, string[, position[, encoding]]); - var buf = new Buffer(str, encoding || 'utf8'); + var buf = Buffer.from(str, encoding || 'utf8'); return fsWriteSyncBuffer(fd, buf, 0, buf.length); }; diff --git a/src/vs/base/node/stream.ts b/src/vs/base/node/stream.ts index 58c7b12ec2..68ba6827dd 100644 --- a/src/vs/base/node/stream.ts +++ b/src/vs/base/node/stream.ts @@ -38,7 +38,7 @@ export function readExactlyByFile(file: string, totalBytes: number): TPromise> 16 || 33188; @@ -34,6 +57,18 @@ function modeFromEntry(entry: Entry) { .reduce((a, b) => a + b, attr & 61440 /* S_IFMT */); } +function toExtractError(err: Error): ExtractError { + let type = ExtractErrorType.CorruptZip; + + console.log('WHAT'); + + if (/end of central directory record signature not found/.test(err.message)) { + type = ExtractErrorType.CorruptZip; + } + + return new ExtractError(type, err); +} + function extractEntry(stream: Readable, fileName: string, mode: number, targetPath: string, options: IOptions): TPromise { const dirName = path.dirname(fileName); const targetDirName = path.join(targetPath, dirName); @@ -74,13 +109,18 @@ function extractZip(zipfile: ZipFile, targetPath: string, options: IOptions): TP last = throttler.queue(() => stream.then(stream => extractEntry(stream, fileName, mode, targetPath, options))); }); - }); + }).then(null, err => TPromise.wrapError(toExtractError(err))); +} + +function openZip(zipFile: string): TPromise { + return nfcall(_openZip, zipFile) + .then(null, err => TPromise.wrapError(toExtractError(err))); } export function extract(zipPath: string, targetPath: string, options: IExtractOptions = {}): TPromise { const sourcePathRegex = new RegExp(options.sourcePath ? `^${options.sourcePath}` : ''); - let promise = nfcall(openZip, zipPath); + let promise = openZip(zipPath); if (options.overwrite) { promise = promise.then(zipfile => rimraf(targetPath).then(() => zipfile)); @@ -90,7 +130,7 @@ export function extract(zipPath: string, targetPath: string, options: IExtractOp } function read(zipPath: string, filePath: string): TPromise { - return nfcall(openZip, zipPath).then((zipfile: ZipFile) => { + return openZip(zipPath).then(zipfile => { return new TPromise((c, e) => { zipfile.on('entry', (entry: Entry) => { if (entry.fileName === filePath) { diff --git a/src/vs/base/parts/quickopen/browser/quickOpenModel.ts b/src/vs/base/parts/quickopen/browser/quickOpenModel.ts index 5e45e03c85..1607447677 100644 --- a/src/vs/base/parts/quickopen/browser/quickOpenModel.ts +++ b/src/vs/base/parts/quickopen/browser/quickOpenModel.ts @@ -10,7 +10,7 @@ import { TPromise } from 'vs/base/common/winjs.base'; import types = require('vs/base/common/types'); import URI from 'vs/base/common/uri'; import { ITree, IActionProvider } from 'vs/base/parts/tree/browser/tree'; -import { IconLabel, IIconLabelOptions } from 'vs/base/browser/ui/iconLabel/iconLabel'; +import { IconLabel, IIconLabelValueOptions } from 'vs/base/browser/ui/iconLabel/iconLabel'; import { IQuickNavigateConfiguration, IModel, IDataSource, IFilter, IAccessiblityProvider, IRenderer, IRunner, Mode } from 'vs/base/parts/quickopen/common/quickOpen'; import { Action, IAction, IActionRunner } from 'vs/base/common/actions'; import { compareAnything } from 'vs/base/common/comparers'; @@ -84,7 +84,7 @@ export class QuickOpenEntry { /** * The options for the label to use for this entry */ - public getLabelOptions(): IIconLabelOptions { + public getLabelOptions(): IIconLabelValueOptions { return null; } @@ -116,6 +116,20 @@ export class QuickOpenEntry { return null; } + /** + * A tooltip to show when hovering over the entry. + */ + public getTooltip(): string { + return null; + } + + /** + * A tooltip to show when hovering over the description portion of the entry. + */ + public getDescriptionTooltip(): string { + return null; + } + /** * An optional keybinding to show for an entry. */ @@ -171,8 +185,13 @@ export class QuickOpenEntry { return false; } - public isFile(): boolean { - return false; // TODO@Ben debt with editor history merging + /** + * Determines if this quick open entry should merge with the editor history in quick open. If set to true + * and the resource of this entry is the same as the resource for an editor history, it will not show up + * because it is considered to be a duplicate of an editor history. + */ + public mergeWithEditorHistory(): boolean { + return false; } } @@ -215,7 +234,7 @@ export class QuickOpenEntryGroup extends QuickOpenEntry { return this.entry ? this.entry.getLabel() : super.getLabel(); } - public getLabelOptions(): IIconLabelOptions { + public getLabelOptions(): IIconLabelValueOptions { return this.entry ? this.entry.getLabelOptions() : super.getLabelOptions(); } @@ -293,7 +312,6 @@ export interface IQuickOpenEntryTemplateData { icon: HTMLSpanElement; label: IconLabel; detail: HighlightedLabel; - description: HighlightedLabel; keybinding: KeybindingLabel; actionBar: ActionBar; } @@ -347,13 +365,7 @@ class Renderer implements IRenderer { row1.appendChild(icon); // Label - const label = new IconLabel(row1, { supportHighlights: true }); - - // Description - const descriptionContainer = document.createElement('span'); - row1.appendChild(descriptionContainer); - DOM.addClass(descriptionContainer, 'quick-open-entry-description'); - const description = new HighlightedLabel(descriptionContainer); + const label = new IconLabel(row1, { supportHighlights: true, supportDescriptionHighlights: true }); // Keybinding const keybindingContainer = document.createElement('span'); @@ -392,15 +404,13 @@ class Renderer implements IRenderer { icon, label, detail, - description, keybinding, group, actionBar }; } - public renderElement(entry: QuickOpenEntry, templateId: string, templateData: any, styles: IQuickOpenStyles): void { - const data: IQuickOpenEntryTemplateData = templateData; + public renderElement(entry: QuickOpenEntry, templateId: string, data: IQuickOpenEntryGroupTemplateData, styles: IQuickOpenStyles): void { // Action Bar if (this.actionProvider.hasActions(null, entry)) { @@ -412,8 +422,6 @@ class Renderer implements IRenderer { data.actionBar.context = entry; // make sure the context is the current element this.actionProvider.getActions(null, entry).then((actions) => { - // TODO@Ben this will not work anymore as soon as quick open has more actions - // but as long as there is only one are ok if (data.actionBar.isEmpty() && actions && actions.length > 0) { data.actionBar.push(actions, { icon: true, label: false }); } else if (!data.actionBar.isEmpty() && (!actions || actions.length === 0)) { @@ -431,7 +439,7 @@ class Renderer implements IRenderer { // Entry group if (entry instanceof QuickOpenEntryGroup) { const group = entry; - const groupData = templateData; + const groupData = data; // Border if (group.showBorder()) { @@ -457,30 +465,27 @@ class Renderer implements IRenderer { data.icon.className = iconClass; // Label - const options: IIconLabelOptions = entry.getLabelOptions() || Object.create(null); + const options: IIconLabelValueOptions = entry.getLabelOptions() || Object.create(null); options.matches = labelHighlights || []; - data.label.setValue(entry.getLabel(), null, options); + options.title = entry.getTooltip(); + options.descriptionTitle = entry.getDescriptionTooltip() || entry.getDescription(); // tooltip over description because it could overflow + options.descriptionMatches = descriptionHighlights || []; + data.label.setValue(entry.getLabel(), entry.getDescription(), options); // Meta data.detail.set(entry.getDetail(), detailHighlights); - // Description - data.description.set(entry.getDescription(), descriptionHighlights || []); - data.description.element.title = entry.getDescription(); - // Keybinding data.keybinding.set(entry.getKeybinding(), null); } } - public disposeTemplate(templateId: string, templateData: any): void { + public disposeTemplate(templateId: string, templateData: IQuickOpenEntryGroupTemplateData): void { const data = templateData as IQuickOpenEntryGroupTemplateData; data.actionBar.dispose(); data.actionBar = null; data.container = null; data.entry = null; - data.description.dispose(); - data.description = null; data.keybinding.dispose(); data.keybinding = null; data.detail.dispose(); diff --git a/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts b/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts index c6b8f01100..7b9726e4e6 100644 --- a/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts +++ b/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts @@ -26,6 +26,7 @@ import { IDisposable, dispose } from 'vs/base/common/lifecycle'; import { ScrollbarVisibility } from 'vs/base/common/scrollable'; import { Color } from 'vs/base/common/color'; import { mixin } from 'vs/base/common/objects'; +import { StandardMouseEvent } from 'vs/base/browser/mouseEvent'; export interface IQuickOpenCallbacks { onOk: () => void; @@ -154,8 +155,8 @@ export class QuickOpenWidget implements IModelProvider { } }) .on(DOM.EventType.CONTEXT_MENU, (e: Event) => DOM.EventHelper.stop(e, true)) // Do this to fix an issue on Mac where the menu goes into the way - .on(DOM.EventType.FOCUS, (e: Event) => this.gainingFocus(), null, true) - .on(DOM.EventType.BLUR, (e: Event) => this.loosingFocus(e), null, true); + .on(DOM.EventType.FOCUS, (e: FocusEvent) => this.gainingFocus(), null, true) + .on(DOM.EventType.BLUR, (e: FocusEvent) => this.loosingFocus(e), null, true); // Progress Bar this.progressBar = new ProgressBar(div.clone(), { progressBarBackground: this.styles.progressBarBackground }); @@ -253,7 +254,10 @@ export class QuickOpenWidget implements IModelProvider { this.toUnbind.push(this.tree.onDidChangeSelection((event: ISelectionEvent) => { if (event.selection && event.selection.length > 0) { - this.elementSelected(event.selection[0], event); + const mouseEvent: StandardMouseEvent = event.payload && event.payload.originalEvent instanceof StandardMouseEvent ? event.payload.originalEvent : void 0; + const shouldOpenInBackground = mouseEvent ? this.shouldOpenInBackground(mouseEvent) : false; + + this.elementSelected(event.selection[0], event, shouldOpenInBackground ? Mode.OPEN_IN_BACKGROUND : Mode.OPEN); } })); }). @@ -399,19 +403,26 @@ export class QuickOpenWidget implements IModelProvider { } } - private shouldOpenInBackground(e: StandardKeyboardEvent): boolean { - if (e.keyCode !== KeyCode.RightArrow) { - return false; // only for right arrow + private shouldOpenInBackground(e: StandardKeyboardEvent | StandardMouseEvent): boolean { + + // Keyboard + if (e instanceof StandardKeyboardEvent) { + if (e.keyCode !== KeyCode.RightArrow) { + return false; // only for right arrow + } + + if (e.metaKey || e.ctrlKey || e.shiftKey || e.altKey) { + return false; // no modifiers allowed + } + + // validate the cursor is at the end of the input and there is no selection, + // and if not prevent opening in the background such as the selection can be changed + const element = this.inputBox.inputElement; + return element.selectionEnd === this.inputBox.value.length && element.selectionStart === element.selectionEnd; } - if (e.metaKey || e.ctrlKey || e.shiftKey || e.altKey) { - return false; // no modifiers allowed - } - - // validate the cursor is at the end of the input and there is no selection, - // and if not prevent opening in the background such as the selection can be changed - const element = this.inputBox.inputElement; - return element.selectionEnd === this.inputBox.value.length && element.selectionStart === element.selectionEnd; + // Mouse + return e.middleButton; } private onType(): void { @@ -931,12 +942,12 @@ export class QuickOpenWidget implements IModelProvider { this.isLoosingFocus = false; } - private loosingFocus(e: Event): void { + private loosingFocus(e: FocusEvent): void { if (!this.isVisible()) { return; } - const relatedTarget = (e).relatedTarget; + const relatedTarget = e.relatedTarget as HTMLElement; if (!this.quickNavigateConfiguration && DOM.isAncestor(relatedTarget, this.builder.getHTMLElement())) { return; // user clicked somewhere into quick open widget, do not close thereby } diff --git a/src/vs/base/parts/quickopen/browser/quickopen.css b/src/vs/base/parts/quickopen/browser/quickopen.css index 517b0cbce8..402e69d4f7 100644 --- a/src/vs/base/parts/quickopen/browser/quickopen.css +++ b/src/vs/base/parts/quickopen/browser/quickopen.css @@ -70,6 +70,11 @@ flex-shrink: 0; } +.quick-open-widget .quick-open-tree .monaco-icon-label, +.quick-open-widget .quick-open-tree .monaco-icon-label .monaco-icon-label-description-container { + flex: 1; /* make sure the icon label grows within the row */ +} + .quick-open-widget .quick-open-tree .quick-open-entry .monaco-highlighted-label span { opacity: 1; } @@ -79,15 +84,6 @@ line-height: normal; } -.quick-open-widget .quick-open-tree .quick-open-entry-description { - opacity: 0.7; - margin-left: 0.5em; - font-size: 0.9em; - overflow: hidden; - flex: 1; - text-overflow: ellipsis; -} - .quick-open-widget .quick-open-tree .content.has-group-label .quick-open-entry-keybinding { margin-right: 8px; } diff --git a/src/vs/base/parts/quickopen/common/quickOpenScorer.ts b/src/vs/base/parts/quickopen/common/quickOpenScorer.ts index 636f141b85..2d93d32387 100644 --- a/src/vs/base/parts/quickopen/common/quickOpenScorer.ts +++ b/src/vs/base/parts/quickopen/common/quickOpenScorer.ts @@ -87,10 +87,10 @@ function doScore(query: string, queryLower: string, queryLength: number, target: const leftIndex = currentIndex - 1; const diagIndex = (queryIndex - 1) * targetLength + targetIndex - 1; - const leftScore = targetIndex > 0 ? scores[leftIndex] : 0; - const diagScore = queryIndex > 0 && targetIndex > 0 ? scores[diagIndex] : 0; + const leftScore: number = targetIndex > 0 ? scores[leftIndex] : 0; + const diagScore: number = queryIndex > 0 && targetIndex > 0 ? scores[diagIndex] : 0; - const matchesSequenceLength = queryIndex > 0 && targetIndex > 0 ? matches[diagIndex] : 0; + const matchesSequenceLength: number = queryIndex > 0 && targetIndex > 0 ? matches[diagIndex] : 0; // If we are not matching on the first query character any more, we only produce a // score if we had a score previously for the last query index (by looking at the diagScore). @@ -296,6 +296,7 @@ const LABEL_CAMELCASE_SCORE = 1 << 16; const LABEL_SCORE_THRESHOLD = 1 << 15; export interface IPreparedQuery { + original: string; value: string; lowercase: string; containsPathSeparator: boolean; @@ -304,12 +305,13 @@ export interface IPreparedQuery { /** * Helper function to prepare a search value for scoring in quick open by removing unwanted characters. */ -export function prepareQuery(value: string): IPreparedQuery { +export function prepareQuery(original: string): IPreparedQuery { let lowercase: string; let containsPathSeparator: boolean; + let value: string; - if (value) { - value = stripWildcards(value).replace(/\s/g, ''); // get rid of all wildcards and whitespace + if (original) { + value = stripWildcards(original).replace(/\s/g, ''); // get rid of all wildcards and whitespace if (isWindows) { value = value.replace(/\//g, '\\'); // Help Windows users to search for paths when using slash } @@ -318,7 +320,7 @@ export function prepareQuery(value: string): IPreparedQuery { containsPathSeparator = value.indexOf(nativeSep) >= 0; } - return { value, lowercase, containsPathSeparator }; + return { original, value, lowercase, containsPathSeparator }; } export function scoreItem(item: T, query: IPreparedQuery, fuzzy: boolean, accessor: IItemAccessor, cache: ScorerCache): IItemScore { @@ -354,7 +356,7 @@ export function scoreItem(item: T, query: IPreparedQuery, fuzzy: boolean, acc function doScoreItem(label: string, description: string, path: string, query: IPreparedQuery, fuzzy: boolean): IItemScore { // 1.) treat identity matches on full path highest - if (path && isEqual(query.value, path, true)) { + if (path && isEqual(query.original, path, true)) { return { score: PATH_IDENTITY_SCORE, labelMatch: [{ start: 0, end: label.length }], descriptionMatch: description ? [{ start: 0, end: description.length }] : void 0 }; } diff --git a/src/vs/base/parts/tree/browser/treeDefaults.ts b/src/vs/base/parts/tree/browser/treeDefaults.ts index 8a513ddc1f..0aea482716 100644 --- a/src/vs/base/parts/tree/browser/treeDefaults.ts +++ b/src/vs/base/parts/tree/browser/treeDefaults.ts @@ -38,8 +38,14 @@ export enum ClickBehavior { ON_MOUSE_UP } +export enum OpenMode { + SINGLE_CLICK, + DOUBLE_CLICK +} + export interface IControllerOptions { clickBehavior?: ClickBehavior; + openMode?: OpenMode; keyboardSupport?: boolean; } @@ -82,7 +88,7 @@ export class DefaultController implements _.IController { private options: IControllerOptions; - constructor(options: IControllerOptions = { clickBehavior: ClickBehavior.ON_MOUSE_UP, keyboardSupport: true }) { + constructor(options: IControllerOptions = { clickBehavior: ClickBehavior.ON_MOUSE_DOWN, keyboardSupport: true, openMode: OpenMode.SINGLE_CLICK }) { this.options = options; this.downKeyBindingDispatcher = new KeybindingDispatcher(); @@ -153,12 +159,14 @@ export class DefaultController implements _.IController { protected onLeftClick(tree: _.ITree, element: any, eventish: ICancelableEvent, origin: string = 'mouse'): boolean { const payload = { origin: origin, originalEvent: eventish }; + const event = eventish; + const isDoubleClick = (origin === 'mouse' && event.detail === 2); if (tree.getInput() === element) { tree.clearFocus(payload); tree.clearSelection(payload); } else { - const isMouseDown = eventish && (eventish).browserEvent && (eventish).browserEvent.type === 'mousedown'; + const isMouseDown = eventish && event.browserEvent && event.browserEvent.type === 'mousedown'; if (!isMouseDown) { eventish.preventDefault(); // we cannot preventDefault onMouseDown because this would break DND otherwise } @@ -168,16 +176,36 @@ export class DefaultController implements _.IController { tree.setSelection([element], payload); tree.setFocus(element, payload); - if (tree.isExpanded(element)) { - tree.collapse(element).done(null, errors.onUnexpectedError); - } else { - tree.expand(element).done(null, errors.onUnexpectedError); + if (this.openOnSingleClick || isDoubleClick || this.isClickOnTwistie(event)) { + if (tree.isExpanded(element)) { + tree.collapse(element).done(null, errors.onUnexpectedError); + } else { + tree.expand(element).done(null, errors.onUnexpectedError); + } } } return true; } + protected setOpenMode(openMode: OpenMode) { + this.options.openMode = openMode; + } + + protected get openOnSingleClick(): boolean { + return this.options.openMode === OpenMode.SINGLE_CLICK; + } + + protected isClickOnTwistie(event: mouse.IMouseEvent): boolean { + const target = event.target as HTMLElement; + + // There is no way to find out if the ::before element is clicked where + // the twistie is drawn, but the
element in the + // tree item is the only thing we get back as target when the user clicks + // on the twistie. + return target && target.className === 'content' && dom.hasClass(target.parentElement, 'monaco-tree-row'); + } + public onContextMenu(tree: _.ITree, element: any, event: _.ContextMenuEvent): boolean { if (event.target && event.target.tagName && event.target.tagName.toLowerCase() === 'input') { return false; // allow context menu on input fields diff --git a/src/vs/base/parts/tree/browser/treeDnd.ts b/src/vs/base/parts/tree/browser/treeDnd.ts index d2fa58b0dc..3f3ab9af33 100644 --- a/src/vs/base/parts/tree/browser/treeDnd.ts +++ b/src/vs/base/parts/tree/browser/treeDnd.ts @@ -6,10 +6,6 @@ import _ = require('vs/base/parts/tree/browser/tree'); import Mouse = require('vs/base/browser/mouseEvent'); -import { DefaultDragAndDrop } from 'vs/base/parts/tree/browser/treeDefaults'; -import URI from 'vs/base/common/uri'; -import { basename } from 'vs/base/common/paths'; -import { getPathLabel } from 'vs/base/common/labels'; export class ElementsDragAndDropData implements _.IDragAndDropData { @@ -75,48 +71,4 @@ export class DesktopDragAndDropData implements _.IDragAndDropData { files: this.files }; } -} - -export class SimpleFileResourceDragAndDrop extends DefaultDragAndDrop { - - constructor(private toResource: (obj: any) => URI) { - super(); - } - - public getDragURI(tree: _.ITree, obj: any): string { - const resource = this.toResource(obj); - if (resource) { - return resource.toString(); - } - - return void 0; - } - - public getDragLabel(tree: _.ITree, elements: any[]): string { - if (elements.length > 1) { - return String(elements.length); - } - - const resource = this.toResource(elements[0]); - if (resource) { - return basename(resource.fsPath); - } - - return void 0; - } - - public onDragStart(tree: _.ITree, data: _.IDragAndDropData, originalEvent: Mouse.DragMouseEvent): void { - const sources: object[] = data.getData(); - - let source: object = null; - if (sources.length > 0) { - source = sources[0]; - } - - // Apply some datatransfer types to allow for dragging the element outside of the application - const resource = this.toResource(source); - if (resource) { - originalEvent.dataTransfer.setData('text/plain', getPathLabel(resource)); - } - } } \ No newline at end of file diff --git a/src/vs/base/parts/tree/browser/treeView.ts b/src/vs/base/parts/tree/browser/treeView.ts index 77f64387eb..ed77b62d15 100644 --- a/src/vs/base/parts/tree/browser/treeView.ts +++ b/src/vs/base/parts/tree/browser/treeView.ts @@ -24,6 +24,7 @@ import _ = require('vs/base/parts/tree/browser/tree'); import { KeyCode } from 'vs/base/common/keyCodes'; import Event, { Emitter } from 'vs/base/common/event'; import { IDomNodePagePosition } from 'vs/base/browser/dom'; +import { DataTransfers } from 'vs/base/browser/dnd'; export interface IRow { element: HTMLElement; @@ -825,7 +826,7 @@ export class TreeView extends HeightMap { public getScrollPosition(): number { const height = this.getTotalHeight() - this.viewHeight; - return height <= 0 ? 0 : this.scrollTop / height; + return height <= 0 ? 1 : this.scrollTop / height; } public setScrollPosition(pos: number): void { @@ -1291,7 +1292,7 @@ export class TreeView extends HeightMap { } e.dataTransfer.effectAllowed = 'copyMove'; - e.dataTransfer.setData('URL', item.uri); + e.dataTransfer.setData(DataTransfers.RESOURCES, JSON.stringify([item.uri])); if (e.dataTransfer.setDragImage) { let label: string; @@ -1658,4 +1659,4 @@ export class TreeView extends HeightMap { super.dispose(); } -} \ No newline at end of file +} diff --git a/src/vs/base/test/browser/builder.test.ts b/src/vs/base/test/browser/builder.test.ts index 66e87d2ebc..13a168c569 100644 --- a/src/vs/base/test/browser/builder.test.ts +++ b/src/vs/base/test/browser/builder.test.ts @@ -42,8 +42,6 @@ function select(builder: Builder, selector: string, offdom?: boolean): MultiBuil } suite('Builder', () => { - test('Binding', function () { }); - }); diff --git a/src/vs/base/test/browser/dom.test.ts b/src/vs/base/test/browser/dom.test.ts index bbbad246ba..95d8a124e6 100644 --- a/src/vs/base/test/browser/dom.test.ts +++ b/src/vs/base/test/browser/dom.test.ts @@ -11,4 +11,32 @@ const $ = dom.$; suite('dom', () => { test('hasClass', () => { }); + + suite('$', () => { + test('should build simple nodes', () => { + const div = $('div'); + assert(div); + assert(div instanceof HTMLElement); + assert.equal(div.tagName, 'DIV'); + assert(!div.firstChild); + }); + + test('should build nodes with attributes', () => { + let div = $('div', { class: 'test' }); + assert.equal(div.className, 'test'); + + div = $('div', null); + assert.equal(div.className, ''); + }); + + test('should build nodes with children', () => { + let div = $('div', null, $('span', { id: 'demospan' })); + let firstChild = div.firstChild as HTMLElement; + assert.equal(firstChild.tagName, 'SPAN'); + assert.equal(firstChild.id, 'demospan'); + + div = $('div', null, 'hello'); + assert.equal(div.firstChild.textContent, 'hello'); + }); + }); }); diff --git a/src/vs/base/test/browser/htmlContent.test.ts b/src/vs/base/test/browser/htmlContent.test.ts index 7f4f705d0e..8be9294452 100644 --- a/src/vs/base/test/browser/htmlContent.test.ts +++ b/src/vs/base/test/browser/htmlContent.test.ts @@ -52,9 +52,12 @@ suite('HtmlContent', () => { test('action', () => { var callbackCalled = false; var result: HTMLElement = renderFormattedText('[[action]]', { - actionCallback(content) { - assert.strictEqual(content, '0'); - callbackCalled = true; + actionHandler: { + callback(content) { + assert.strictEqual(content, '0'); + callbackCalled = true; + }, + disposeables: [] } }); assert.strictEqual(result.innerHTML, 'action'); @@ -68,9 +71,12 @@ suite('HtmlContent', () => { test('fancy action', () => { var callbackCalled = false; var result: HTMLElement = renderFormattedText('__**[[action]]**__', { - actionCallback(content) { - assert.strictEqual(content, '0'); - callbackCalled = true; + actionHandler: { + callback(content) { + assert.strictEqual(content, '0'); + callbackCalled = true; + }, + disposeables: [] } }); assert.strictEqual(result.innerHTML, 'action'); diff --git a/src/vs/base/test/browser/ui/splitview/splitview.test.ts b/src/vs/base/test/browser/ui/splitview/splitview.test.ts index 6716b31122..70aef4c62e 100644 --- a/src/vs/base/test/browser/ui/splitview/splitview.test.ts +++ b/src/vs/base/test/browser/ui/splitview/splitview.test.ts @@ -63,232 +63,6 @@ function getSashes(splitview: SplitView): Sash[] { } suite('Splitview', () => { - let container: HTMLElement; - - setup(() => { - container = document.createElement('div'); - container.style.position = 'absolute'; - container.style.width = `${200}px`; - container.style.height = `${200}px`; - }); - - teardown(() => { - container = null; - }); - test('empty splitview has empty DOM', () => { }); - - test('calls view methods on addView and removeView', () => { - const view = new TestView(20, 20); - const splitview = new SplitView(container); - - let didLayout = false; - const layoutDisposable = view.onDidLayout(() => didLayout = true); - - let didRender = false; - const renderDisposable = view.onDidRender(() => didRender = true); - - splitview.addView(view, 20); - - assert.equal(view.size, 20, 'view has right size'); - assert(didLayout, 'layout is called'); - assert(didLayout, 'render is called'); - - splitview.dispose(); - layoutDisposable.dispose(); - renderDisposable.dispose(); - view.dispose(); - }); - - test('stretches view to viewport', () => { - const view = new TestView(20, Number.POSITIVE_INFINITY); - const splitview = new SplitView(container); - splitview.layout(200); - - splitview.addView(view, 20); - assert.equal(view.size, 200, 'view is stretched'); - - splitview.layout(200); - assert.equal(view.size, 200, 'view stayed the same'); - - splitview.layout(100); - assert.equal(view.size, 100, 'view is collapsed'); - - splitview.layout(20); - assert.equal(view.size, 20, 'view is collapsed'); - - splitview.layout(10); - assert.equal(view.size, 20, 'view is clamped'); - - splitview.layout(200); - assert.equal(view.size, 200, 'view is stretched'); - - splitview.dispose(); - view.dispose(); - }); - - test('can resize views', () => { - const view1 = new TestView(20, Number.POSITIVE_INFINITY); - const view2 = new TestView(20, Number.POSITIVE_INFINITY); - const view3 = new TestView(20, Number.POSITIVE_INFINITY); - const splitview = new SplitView(container); - splitview.layout(200); - - splitview.addView(view1, 20); - splitview.addView(view2, 20); - splitview.addView(view3, 20); - - assert.equal(view1.size, 160, 'view1 is stretched'); - assert.equal(view2.size, 20, 'view2 size is 20'); - assert.equal(view3.size, 20, 'view3 size is 20'); - - splitview.resizeView(1, 40); - - assert.equal(view1.size, 140, 'view1 is collapsed'); - assert.equal(view2.size, 40, 'view2 is stretched'); - assert.equal(view3.size, 20, 'view3 stays the same'); - - splitview.resizeView(0, 70); - - assert.equal(view1.size, 70, 'view1 is collapsed'); - assert.equal(view2.size, 110, 'view2 is expanded'); - assert.equal(view3.size, 20, 'view3 stays the same'); - - splitview.resizeView(2, 40); - - assert.equal(view1.size, 70, 'view1 stays the same'); - assert.equal(view2.size, 90, 'view2 is collapsed'); - assert.equal(view3.size, 40, 'view3 is stretched'); - - splitview.dispose(); - view3.dispose(); - view2.dispose(); - view1.dispose(); - }); - - test('reacts to view changes', () => { - const view1 = new TestView(20, Number.POSITIVE_INFINITY); - const view2 = new TestView(20, Number.POSITIVE_INFINITY); - const view3 = new TestView(20, Number.POSITIVE_INFINITY); - const splitview = new SplitView(container); - splitview.layout(200); - - splitview.addView(view1, 20); - splitview.addView(view2, 20); - splitview.addView(view3, 20); - - assert.equal(view1.size, 160, 'view1 is stretched'); - assert.equal(view2.size, 20, 'view2 size is 20'); - assert.equal(view3.size, 20, 'view3 size is 20'); - - view1.maximumSize = 20; - - assert.equal(view1.size, 20, 'view1 is collapsed'); - assert.equal(view2.size, 20, 'view2 stays the same'); - assert.equal(view3.size, 160, 'view3 is stretched'); - - view3.maximumSize = 40; - - assert.equal(view1.size, 20, 'view1 stays the same'); - assert.equal(view2.size, 140, 'view2 is stretched'); - assert.equal(view3.size, 40, 'view3 is collapsed'); - - view2.maximumSize = 200; - - assert.equal(view1.size, 20, 'view1 stays the same'); - assert.equal(view2.size, 140, 'view2 stays the same'); - assert.equal(view3.size, 40, 'view3 stays the same'); - - view3.maximumSize = Number.POSITIVE_INFINITY; - view3.minimumSize = 100; - - assert.equal(view1.size, 20, 'view1 is collapsed'); - assert.equal(view2.size, 80, 'view2 is collapsed'); - assert.equal(view3.size, 100, 'view3 is stretched'); - - splitview.dispose(); - view3.dispose(); - view2.dispose(); - view1.dispose(); - }); - - test('sashes are properly enabled/disabled', () => { - const view1 = new TestView(20, Number.POSITIVE_INFINITY); - const view2 = new TestView(20, Number.POSITIVE_INFINITY); - const view3 = new TestView(20, Number.POSITIVE_INFINITY); - const splitview = new SplitView(container); - splitview.layout(200); - - splitview.addView(view1, 20); - splitview.addView(view2, 20); - splitview.addView(view3, 20); - - let sashes = getSashes(splitview); - assert.equal(sashes.length, 2, 'there are two sashes'); - assert.equal(sashes[0].enabled, true, 'first sash is enabled'); - assert.equal(sashes[1].enabled, true, 'second sash is enabled'); - - splitview.layout(60); - assert.equal(sashes[0].enabled, false, 'first sash is disabled'); - assert.equal(sashes[1].enabled, false, 'second sash is disabled'); - - splitview.layout(20); - assert.equal(sashes[0].enabled, false, 'first sash is disabled'); - assert.equal(sashes[1].enabled, false, 'second sash is disabled'); - - splitview.layout(200); - assert.equal(sashes[0].enabled, true, 'first sash is enabled'); - assert.equal(sashes[1].enabled, true, 'second sash is enabled'); - - view1.maximumSize = 20; - assert.equal(sashes[0].enabled, false, 'first sash is disabled'); - assert.equal(sashes[1].enabled, true, 'second sash is enabled'); - - view2.maximumSize = 20; - assert.equal(sashes[0].enabled, false, 'first sash is disabled'); - assert.equal(sashes[1].enabled, false, 'second sash is disabled'); - - view1.maximumSize = 300; - assert.equal(sashes[0].enabled, true, 'first sash is enabled'); - assert.equal(sashes[1].enabled, true, 'second sash is enabled'); - - view2.maximumSize = 200; - assert.equal(sashes[0].enabled, true, 'first sash is enabled'); - assert.equal(sashes[1].enabled, true, 'second sash is enabled'); - - splitview.dispose(); - view3.dispose(); - view2.dispose(); - view1.dispose(); - }); - - test('issue #35497', () => { - const view1 = new TestView(160, Number.POSITIVE_INFINITY); - const view2 = new TestView(66, 66); - - const splitview = new SplitView(container); - splitview.layout(986); - - splitview.addView(view1, 142, 0); - assert.equal(view1.size, 986, 'first view is stretched'); - - view2.onDidRender(() => { - assert.throws(() => splitview.resizeView(1, 922)); - assert.throws(() => splitview.resizeView(1, 922)); - }); - - splitview.addView(view2, 66, 0); - assert.equal(view2.size, 66, 'second view is fixed'); - assert.equal(view1.size, 986 - 66, 'first view is collapsed'); - - const viewContainers = container.querySelectorAll('.split-view-view'); - assert.equal(viewContainers.length, 2, 'there are two view containers'); - assert.equal((viewContainers.item(0) as HTMLElement).style.height, '66px', 'second view container is 66px'); - assert.equal((viewContainers.item(1) as HTMLElement).style.height, `${986 - 66}px`, 'first view container is 66px'); - - splitview.dispose(); - view2.dispose(); - view1.dispose(); - }); }); \ No newline at end of file diff --git a/src/vs/base/test/common/arrays.test.ts b/src/vs/base/test/common/arrays.test.ts index b4ea6aba55..22867a0ea5 100644 --- a/src/vs/base/test/common/arrays.test.ts +++ b/src/vs/base/test/common/arrays.test.ts @@ -7,6 +7,7 @@ import * as assert from 'assert'; import { TPromise } from 'vs/base/common/winjs.base'; import arrays = require('vs/base/common/arrays'); +import { coalesce } from 'vs/base/common/arrays'; suite('Arrays', () => { test('findFirst', function () { @@ -269,5 +270,41 @@ suite('Arrays', () => { }); }); } + + test('coalesce', function () { + let a = coalesce([null, 1, null, 2, 3]); + assert.equal(a.length, 3); + assert.equal(a[0], 1); + assert.equal(a[1], 2); + assert.equal(a[2], 3); + + coalesce([null, 1, null, void 0, undefined, 2, 3]); + assert.equal(a.length, 3); + assert.equal(a[0], 1); + assert.equal(a[1], 2); + assert.equal(a[2], 3); + + let b = []; + b[10] = 1; + b[20] = 2; + b[30] = 3; + b = coalesce(b); + assert.equal(b.length, 3); + assert.equal(b[0], 1); + assert.equal(b[1], 2); + assert.equal(b[2], 3); + + let sparse = []; + sparse[0] = 1; + sparse[1] = 1; + sparse[17] = 1; + sparse[1000] = 1; + sparse[1001] = 1; + + assert.equal(sparse.length, 1002); + + sparse = coalesce(sparse); + assert.equal(sparse.length, 5); + }); }); diff --git a/src/vs/base/test/common/diff/diff.test.ts b/src/vs/base/test/common/diff/diff.test.ts index 683a2872e2..b1ecff4fc6 100644 --- a/src/vs/base/test/common/diff/diff.test.ts +++ b/src/vs/base/test/common/diff/diff.test.ts @@ -7,7 +7,6 @@ import * as assert from 'assert'; import { LcsDiff, IDiffChange } from 'vs/base/common/diff/diff'; -import { LcsDiff2 } from 'vs/base/common/diff/diff2'; class StringDiffSequence { @@ -116,11 +115,6 @@ suite('Diff', () => { this.timeout(10000); lcsTests(LcsDiff); }); - - test('LcsDiff2 - different strings tests', function () { - this.timeout(10000); - lcsTests(LcsDiff2); - }); }); suite('Diff - Ported from VS', () => { diff --git a/src/vs/base/test/common/filters.test.ts b/src/vs/base/test/common/filters.test.ts index ac6d8e2b3f..75e2d40c66 100644 --- a/src/vs/base/test/common/filters.test.ts +++ b/src/vs/base/test/common/filters.test.ts @@ -393,11 +393,11 @@ suite('Filters', () => { // issue #17836 // assertTopScore(fuzzyScore, 'TEdit', 1, 'TextEditorDecorationType', 'TextEdit', 'TextEditor'); - assertTopScore(fuzzyScore, 'p', 0, 'parse', 'posix', 'pafdsa', 'path', 'p'); + assertTopScore(fuzzyScore, 'p', 4, 'parse', 'posix', 'pafdsa', 'path', 'p'); assertTopScore(fuzzyScore, 'pa', 0, 'parse', 'pafdsa', 'path'); // issue #14583 - assertTopScore(fuzzyScore, 'log', 3, 'HTMLOptGroupElement', 'ScrollLogicalPosition', 'SVGFEMorphologyElement', 'log'); + assertTopScore(fuzzyScore, 'log', 3, 'HTMLOptGroupElement', 'ScrollLogicalPosition', 'SVGFEMorphologyElement', 'log', 'logger'); assertTopScore(fuzzyScore, 'e', 2, 'AbstractWorker', 'ActiveXObject', 'else'); // issue #14446 @@ -415,6 +415,8 @@ suite('Filters', () => { assertTopScore(fuzzyScore, 'is', 0, 'isValidViewletId', 'import statement'); assertTopScore(fuzzyScore, 'title', 1, 'files.trimTrailingWhitespace', 'window.title'); + + assertTopScore(fuzzyScore, 'const', 1, 'constructor', 'const', 'cuOnstrul'); }); test('Unexpected suggestion scoring, #28791', function () { diff --git a/src/vs/base/test/common/history.test.ts b/src/vs/base/test/common/history.test.ts index c911e0e35a..1bf1f9f00f 100644 --- a/src/vs/base/test/common/history.test.ts +++ b/src/vs/base/test/common/history.test.ts @@ -83,11 +83,11 @@ suite('History Navigator', () => { }); test('adding existing element changes the position', function () { - let testObject = new HistoryNavigator(['1', '2', '3', '4'], 2); + let testObject = new HistoryNavigator(['1', '2', '3', '4'], 5); testObject.add('2'); - assert.deepEqual(['4', '2'], toArray(testObject)); + assert.deepEqual(['1', '3', '4', '2'], toArray(testObject)); }); test('add resets the navigator to last', function () { diff --git a/src/vs/base/test/common/octicon.test.ts b/src/vs/base/test/common/octicon.test.ts new file mode 100644 index 0000000000..4d0c1f3d1e --- /dev/null +++ b/src/vs/base/test/common/octicon.test.ts @@ -0,0 +1,63 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +'use strict'; + +import * as assert from 'assert'; +import { IMatch } from 'vs/base/common/filters'; +import { matchesFuzzyOcticonAware, parseOcticons } from 'vs/base/common/octicon'; + +export interface IOcticonFilter { + // Returns null if word doesn't match. + (query: string, target: { text: string, octiconOffsets?: number[] }): IMatch[]; +} + +function filterOk(filter: IOcticonFilter, word: string, target: { text: string, octiconOffsets?: number[] }, highlights?: { start: number; end: number; }[]) { + let r = filter(word, target); + assert(r); + if (highlights) { + assert.deepEqual(r, highlights); + } +} + +suite('Octicon', () => { + test('matchesFuzzzyOcticonAware', function () { + + // Camel Case + + filterOk(matchesFuzzyOcticonAware, 'ccr', parseOcticons('$(octicon)CamelCaseRocks$(octicon)'), [ + { start: 10, end: 11 }, + { start: 15, end: 16 }, + { start: 19, end: 20 } + ]); + + filterOk(matchesFuzzyOcticonAware, 'ccr', parseOcticons('$(octicon) CamelCaseRocks $(octicon)'), [ + { start: 11, end: 12 }, + { start: 16, end: 17 }, + { start: 20, end: 21 } + ]); + + filterOk(matchesFuzzyOcticonAware, 'iut', parseOcticons('$(octicon) Indent $(octico) Using $(octic) Tpaces'), [ + { start: 11, end: 12 }, + { start: 28, end: 29 }, + { start: 43, end: 44 }, + ]); + + // Prefix + + filterOk(matchesFuzzyOcticonAware, 'using', parseOcticons('$(octicon) Indent Using Spaces'), [ + { start: 18, end: 23 }, + ]); + + // Broken Octicon + + filterOk(matchesFuzzyOcticonAware, 'octicon', parseOcticons('This $(octicon Indent Using Spaces'), [ + { start: 7, end: 14 }, + ]); + + filterOk(matchesFuzzyOcticonAware, 'indent', parseOcticons('This $octicon Indent Using Spaces'), [ + { start: 14, end: 20 }, + ]); + }); +}); diff --git a/src/vs/base/test/common/resources.test.ts b/src/vs/base/test/common/resources.test.ts new file mode 100644 index 0000000000..6d40ac71d3 --- /dev/null +++ b/src/vs/base/test/common/resources.test.ts @@ -0,0 +1,54 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +'use strict'; + +import * as assert from 'assert'; +import URI from 'vs/base/common/uri'; +import { distinctParents, dirname } from 'vs/base/common/resources'; +import { normalize } from 'vs/base/common/paths'; + +suite('Resources', () => { + + test('distinctParents', () => { + + // Basic + let resources = [ + URI.file('/some/folderA/file.txt'), + URI.file('/some/folderB/file.txt'), + URI.file('/some/folderC/file.txt') + ]; + + let distinct = distinctParents(resources, r => r); + assert.equal(distinct.length, 3); + assert.equal(distinct[0].toString(), resources[0].toString()); + assert.equal(distinct[1].toString(), resources[1].toString()); + assert.equal(distinct[2].toString(), resources[2].toString()); + + // Parent / Child + resources = [ + URI.file('/some/folderA'), + URI.file('/some/folderA/file.txt'), + URI.file('/some/folderA/child/file.txt'), + URI.file('/some/folderA2/file.txt'), + URI.file('/some/file.txt') + ]; + + distinct = distinctParents(resources, r => r); + assert.equal(distinct.length, 3); + assert.equal(distinct[0].toString(), resources[0].toString()); + assert.equal(distinct[1].toString(), resources[3].toString()); + assert.equal(distinct[2].toString(), resources[4].toString()); + }); + + test('dirname', (done) => { + const f = URI.file('/some/file/test.txt'); + const d = dirname(f); + assert.equal(d.fsPath, normalize('/some/file', true)); + + // does not explode (https://github.com/Microsoft/vscode/issues/41987) + dirname(URI.from({ scheme: 'file', authority: '/users/someone/portal.h' })); + done(); + }); +}); \ No newline at end of file diff --git a/src/vs/base/test/common/strings.test.ts b/src/vs/base/test/common/strings.test.ts index fb8cf61c29..4821ac96fd 100644 --- a/src/vs/base/test/common/strings.test.ts +++ b/src/vs/base/test/common/strings.test.ts @@ -348,4 +348,37 @@ suite('Strings', () => { assert.equal(strings.stripUTF8BOM('abc'), 'abc'); assert.equal(strings.stripUTF8BOM(''), ''); }); + + test('containsUppercaseCharacter', () => { + [ + [null, false], + ['', false], + ['foo', false], + ['fƶƶ', false], + ['Ł†Ų§Łƒ', false], + ['×ž×‘×•×”×”×Ŗ', false], + ['šŸ˜€', false], + ['(#@()*&%()@*#&09827340982374}{:">?> { + assert.equal(strings.containsUppercaseCharacter(str), result, `Wrong result for ${str}`); + }); + }); + + test('containsUppercaseCharacter (ignoreEscapedChars)', () => { + [ + ['\\Woo', false], + ['f\\S\\S', false], + ['foo', false], + + ['Foo', true], + ].forEach(([str, result]) => { + assert.equal(strings.containsUppercaseCharacter(str, true), result, `Wrong result for ${str}`); + }); + }); }); diff --git a/src/vs/base/test/common/utils.ts b/src/vs/base/test/common/utils.ts index c6224babff..4f5fa43f2c 100644 --- a/src/vs/base/test/common/utils.ts +++ b/src/vs/base/test/common/utils.ts @@ -86,5 +86,5 @@ export function onError(error: Error, done: () => void): void { } export function toResource(this: any, path: string) { - return URI.file(paths.join('C:\\', new Buffer(this.test.fullTitle()).toString('base64'), path)); + return URI.file(paths.join('C:\\', Buffer.from(this.test.fullTitle()).toString('base64'), path)); } diff --git a/src/vs/base/test/common/winjs.polyfill.promise.test.ts b/src/vs/base/test/common/winjs.polyfill.promise.test.ts index b04a563b79..aa31c8964d 100644 --- a/src/vs/base/test/common/winjs.polyfill.promise.test.ts +++ b/src/vs/base/test/common/winjs.polyfill.promise.test.ts @@ -11,6 +11,169 @@ import { Promise as WinJSPromise } from 'vs/base/common/winjs.base'; suite('Polyfill Promise', function () { test('sync-resolve, NativePromise', function () { + // native promise behaviour + const actual: string[] = []; + const promise = new Promise(resolve => { + actual.push('inCtor'); + resolve(null); + }).then(() => actual.push('inThen')); + actual.push('afterCtor'); + return promise.then(() => { + assert.deepEqual(actual, ['inCtor', 'afterCtor', 'inThen']); + }); }); + test('sync-resolve, WinJSPromise', function () { + + // winjs promise behaviour + const actual: string[] = []; + const promise = new WinJSPromise(resolve => { + actual.push('inCtor'); + resolve(null); + }).then(() => actual.push('inThen')); + actual.push('afterCtor'); + return promise.then(() => { + assert.deepEqual(actual, ['inCtor', 'inThen', 'afterCtor']); + }); + }); + + test('sync-resolve, PolyfillPromise', function () { + + // winjs promise behaviour + const actual: string[] = []; + const promise = new PolyfillPromise(resolve => { + actual.push('inCtor'); + resolve(null); + }).then(() => actual.push('inThen')); + actual.push('afterCtor'); + return promise.then(() => { + assert.deepEqual(actual, ['inCtor', 'afterCtor', 'inThen']); + }); + }); + + test('sync-then, NativePromise', function () { + const actual: string[] = []; + const promise = Promise.resolve(123).then(() => actual.push('inThen')); + actual.push('afterThen'); + return promise.then(() => { + assert.deepEqual(actual, ['afterThen', 'inThen']); + }); + }); + + test('sync-then, WinJSPromise', function () { + const actual: string[] = []; + const promise = WinJSPromise.as(123).then(() => actual.push('inThen')); + actual.push('afterThen'); + return promise.then(() => { + assert.deepEqual(actual, ['inThen', 'afterThen']); + }); + }); + + test('sync-then, PolyfillPromise', function () { + const actual: string[] = []; + const promise = PolyfillPromise.resolve(123).then(() => actual.push('inThen')); + actual.push('afterThen'); + return promise.then(() => { + assert.deepEqual(actual, ['afterThen', 'inThen']); + }); + }); + + test('PolyfillPromise, executor has two params', function () { + return new PolyfillPromise(function () { + assert.equal(arguments.length, 2); + assert.equal(typeof arguments[0], 'function'); + assert.equal(typeof arguments[1], 'function'); + + arguments[0](); + }); + }); + + // run the same tests for the native and polyfill promise + ([Promise, PolyfillPromise]).forEach(PromiseCtor => { + + test(PromiseCtor.name + ', resolved value', function () { + return new PromiseCtor((resolve: Function) => resolve(1)).then((value: number) => assert.equal(value, 1)); + }); + + test(PromiseCtor.name + ', rejected value', function () { + return new PromiseCtor((_: Function, reject: Function) => reject(1)).then(null, (value: number) => assert.equal(value, 1)); + }); + + test(PromiseCtor.name + ', catch', function () { + return new PromiseCtor((_: Function, reject: Function) => reject(1)).catch((value: number) => assert.equal(value, 1)); + }); + + test(PromiseCtor.name + ', static-resolve', function () { + return PromiseCtor.resolve(42).then((value: number) => assert.equal(value, 42)); + }); + + test(PromiseCtor.name + ', static-reject', function () { + return PromiseCtor.reject(42).then(null, (value: number) => assert.equal(value, 42)); + }); + + test(PromiseCtor.name + ', static-all, 1', function () { + return PromiseCtor.all([ + PromiseCtor.resolve(1), + PromiseCtor.resolve(2) + ]).then((values: number[]) => { + assert.deepEqual(values, [1, 2]); + }); + }); + + test(PromiseCtor.name + ', static-all, 2', function () { + return PromiseCtor.all([ + PromiseCtor.resolve(1), + 3, + PromiseCtor.resolve(2) + ]).then((values: number[]) => { + assert.deepEqual(values, [1, 3, 2]); + }); + }); + + test(PromiseCtor.name + ', static-all, 3', function () { + return PromiseCtor.all([ + PromiseCtor.resolve(1), + PromiseCtor.reject(13), + PromiseCtor.reject(12), + ]).catch((values: number) => { + assert.deepEqual(values, 13); + }); + }); + + test(PromiseCtor.name + ', static-race, 1', function () { + return PromiseCtor.race([ + PromiseCtor.resolve(1), + PromiseCtor.resolve(2), + ]).then((value: number) => { + assert.deepEqual(value, 1); + }); + }); + + test(PromiseCtor.name + ', static-race, 2', function () { + return PromiseCtor.race([ + PromiseCtor.reject(-1), + PromiseCtor.resolve(2), + ]).catch((value: number) => { + assert.deepEqual(value, -1); + }); + }); + + test(PromiseCtor.name + ', static-race, 3', function () { + return PromiseCtor.race([ + PromiseCtor.resolve(1), + PromiseCtor.reject(2), + ]).then((value: number) => { + assert.deepEqual(value, 1); + }); + }); + + test(PromiseCtor.name + ', throw in ctor', function () { + return new PromiseCtor(() => { + throw new Error('sooo bad'); + }).catch((err: Error) => { + assert.equal(err.message, 'sooo bad'); + }); + }); + + }); }); diff --git a/src/vs/base/test/node/decoder.test.ts b/src/vs/base/test/node/decoder.test.ts index 2a9c767bb0..92364c7c47 100644 --- a/src/vs/base/test/node/decoder.test.ts +++ b/src/vs/base/test/node/decoder.test.ts @@ -12,10 +12,10 @@ suite('Decoder', () => { test('decoding', function () { const lineDecoder = new decoder.LineDecoder(); - let res = lineDecoder.write(new Buffer('hello')); + let res = lineDecoder.write(Buffer.from('hello')); assert.equal(res.length, 0); - res = lineDecoder.write(new Buffer('\nworld')); + res = lineDecoder.write(Buffer.from('\nworld')); assert.equal(res[0], 'hello'); assert.equal(res.length, 1); diff --git a/src/vs/base/test/node/encoding/fixtures/some_ansi.css b/src/vs/base/test/node/encoding/fixtures/some_ansi.css index c5cea74684..b7e5283202 100644 --- a/src/vs/base/test/node/encoding/fixtures/some_ansi.css +++ b/src/vs/base/test/node/encoding/fixtures/some_ansi.css @@ -25,12 +25,12 @@ h1, h2, h3, h4, h5, h6 margin: 0px; } -textarea +textarea { font-family: Consolas } -#results +#results { margin-top: 2em; margin-left: 2em; diff --git a/src/vs/base/test/node/encoding/fixtures/some_utf8.css b/src/vs/base/test/node/encoding/fixtures/some_utf8.css index c5cea74684..b7e5283202 100644 --- a/src/vs/base/test/node/encoding/fixtures/some_utf8.css +++ b/src/vs/base/test/node/encoding/fixtures/some_utf8.css @@ -25,12 +25,12 @@ h1, h2, h3, h4, h5, h6 margin: 0px; } -textarea +textarea { font-family: Consolas } -#results +#results { margin-top: 2em; margin-left: 2em; diff --git a/src/vs/base/test/node/extfs/extfs.test.ts b/src/vs/base/test/node/extfs/extfs.test.ts index 1b2bce8eb4..ead8ff9cce 100644 --- a/src/vs/base/test/node/extfs/extfs.test.ts +++ b/src/vs/base/test/node/extfs/extfs.test.ts @@ -15,6 +15,8 @@ import uuid = require('vs/base/common/uuid'); import strings = require('vs/base/common/strings'); import extfs = require('vs/base/node/extfs'); import { onError } from 'vs/base/test/common/utils'; +import { Readable } from 'stream'; +import { isLinux, isWindows } from 'vs/base/common/platform'; const ignore = () => { }; @@ -22,6 +24,38 @@ const mkdirp = (path: string, mode: number, callback: (error) => void) => { extfs.mkdirp(path, mode).done(() => callback(null), error => callback(error)); }; +const chunkSize = 64 * 1024; +const readError = 'Error while reading'; +function toReadable(value: string, throwError?: boolean): Readable { + const totalChunks = Math.ceil(value.length / chunkSize); + const stringChunks: string[] = []; + + for (let i = 0, j = 0; i < totalChunks; ++i, j += chunkSize) { + stringChunks[i] = value.substr(j, chunkSize); + } + + let counter = 0; + return new Readable({ + read: function () { + if (throwError) { + this.emit('error', new Error(readError)); + } + + let res: string; + let canPush = true; + while (canPush && (res = stringChunks[counter++])) { + canPush = this.push(res); + } + + // EOS + if (!res) { + this.push(null); + } + }, + encoding: 'utf8' + }); +} + suite('Extfs', () => { test('mkdirp', function (done: () => void) { @@ -40,6 +74,46 @@ suite('Extfs', () => { }); // 493 = 0755 }); + test('stat link', function (done: () => void) { + if (isWindows) { + // Symlinks are not the same on win, and we can not create them programitically without admin privileges + return done(); + } + + const id1 = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id1); + const directory = path.join(parentDir, 'extfs', id1); + + const id2 = uuid.generateUuid(); + const symbolicLink = path.join(parentDir, 'extfs', id2); + + mkdirp(directory, 493, error => { + if (error) { + return onError(error, done); + } + + fs.symlinkSync(directory, symbolicLink); + + extfs.statLink(directory, (error, statAndIsLink) => { + if (error) { + return onError(error, done); + } + + assert.ok(!statAndIsLink.isSymbolicLink); + + extfs.statLink(symbolicLink, (error, statAndIsLink) => { + if (error) { + return onError(error, done); + } + + assert.ok(statAndIsLink.isSymbolicLink); + extfs.delSync(directory); + done(); + }); + }); + }); + }); + test('delSync - swallows file not found error', function () { const id = uuid.generateUuid(); const parentDir = path.join(os.tmpdir(), 'vsctests', id); @@ -174,7 +248,7 @@ suite('Extfs', () => { } }); - test('writeFileAndFlush', function (done: () => void) { + test('writeFileAndFlush (string)', function (done: () => void) { const id = uuid.generateUuid(); const parentDir = path.join(os.tmpdir(), 'vsctests', id); const newDir = path.join(parentDir, 'extfs', id); @@ -209,6 +283,200 @@ suite('Extfs', () => { }); }); + test('writeFileAndFlush (stream)', function (done: () => void) { + const id = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id); + const newDir = path.join(parentDir, 'extfs', id); + const testFile = path.join(newDir, 'flushed.txt'); + + mkdirp(newDir, 493, error => { + if (error) { + return onError(error, done); + } + + assert.ok(fs.existsSync(newDir)); + + extfs.writeFileAndFlush(testFile, toReadable('Hello World'), null, error => { + if (error) { + return onError(error, done); + } + + assert.equal(fs.readFileSync(testFile), 'Hello World'); + + const largeString = (new Array(100 * 1024)).join('Large String\n'); + + extfs.writeFileAndFlush(testFile, toReadable(largeString), null, error => { + if (error) { + return onError(error, done); + } + + assert.equal(fs.readFileSync(testFile), largeString); + + extfs.del(parentDir, os.tmpdir(), done, ignore); + }); + }); + }); + }); + + test('writeFileAndFlush (file stream)', function (done: () => void) { + const id = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id); + const sourceFile = require.toUrl('./fixtures/index.html'); + const newDir = path.join(parentDir, 'extfs', id); + const testFile = path.join(newDir, 'flushed.txt'); + + mkdirp(newDir, 493, error => { + if (error) { + return onError(error, done); + } + + assert.ok(fs.existsSync(newDir)); + + extfs.writeFileAndFlush(testFile, fs.createReadStream(sourceFile), null, error => { + if (error) { + return onError(error, done); + } + + assert.equal(fs.readFileSync(testFile).toString(), fs.readFileSync(sourceFile).toString()); + + extfs.del(parentDir, os.tmpdir(), done, ignore); + }); + }); + }); + + test('writeFileAndFlush (string, error handling)', function (done: () => void) { + const id = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id); + const newDir = path.join(parentDir, 'extfs', id); + const testFile = path.join(newDir, 'flushed.txt'); + + mkdirp(newDir, 493, error => { + if (error) { + return onError(error, done); + } + + assert.ok(fs.existsSync(newDir)); + + fs.mkdirSync(testFile); // this will trigger an error because testFile is now a directory! + + extfs.writeFileAndFlush(testFile, 'Hello World', null, error => { + if (!error) { + return onError(new Error('Expected error for writing to readonly file'), done); + } + + extfs.del(parentDir, os.tmpdir(), done, ignore); + }); + }); + }); + + test('writeFileAndFlush (stream, error handling EISDIR)', function (done: () => void) { + const id = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id); + const newDir = path.join(parentDir, 'extfs', id); + const testFile = path.join(newDir, 'flushed.txt'); + + mkdirp(newDir, 493, error => { + if (error) { + return onError(error, done); + } + + assert.ok(fs.existsSync(newDir)); + + fs.mkdirSync(testFile); // this will trigger an error because testFile is now a directory! + + const readable = toReadable('Hello World'); + extfs.writeFileAndFlush(testFile, readable, null, error => { + if (!error || (error).code !== 'EISDIR') { + return onError(new Error('Expected EISDIR error for writing to folder but got: ' + (error ? (error).code : 'no error')), done); + } + + // verify that the stream is still consumable (for https://github.com/Microsoft/vscode/issues/42542) + assert.equal(readable.read(), 'Hello World'); + + extfs.del(parentDir, os.tmpdir(), done, ignore); + }); + }); + }); + + test('writeFileAndFlush (stream, error handling READERROR)', function (done: () => void) { + const id = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id); + const newDir = path.join(parentDir, 'extfs', id); + const testFile = path.join(newDir, 'flushed.txt'); + + mkdirp(newDir, 493, error => { + if (error) { + return onError(error, done); + } + + assert.ok(fs.existsSync(newDir)); + + extfs.writeFileAndFlush(testFile, toReadable('Hello World', true /* throw error */), null, error => { + if (!error || error.message !== readError) { + return onError(new Error('Expected error for writing to folder'), done); + } + + extfs.del(parentDir, os.tmpdir(), done, ignore); + }); + }); + }); + + test('writeFileAndFlush (stream, error handling EACCES)', function (done: () => void) { + if (isLinux) { + return done(); // somehow this test fails on Linux in our TFS builds + } + + const id = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id); + const newDir = path.join(parentDir, 'extfs', id); + const testFile = path.join(newDir, 'flushed.txt'); + + mkdirp(newDir, 493, error => { + if (error) { + return onError(error, done); + } + + assert.ok(fs.existsSync(newDir)); + + fs.writeFileSync(testFile, ''); + fs.chmodSync(testFile, 33060); // make readonly + + extfs.writeFileAndFlush(testFile, toReadable('Hello World'), null, error => { + if (!error || !((error).code !== 'EACCES' || (error).code !== 'EPERM')) { + return onError(new Error('Expected EACCES/EPERM error for writing to folder but got: ' + (error ? (error).code : 'no error')), done); + } + + extfs.del(parentDir, os.tmpdir(), done, ignore); + }); + }); + }); + + test('writeFileAndFlush (file stream, error handling)', function (done: () => void) { + const id = uuid.generateUuid(); + const parentDir = path.join(os.tmpdir(), 'vsctests', id); + const sourceFile = require.toUrl('./fixtures/index.html'); + const newDir = path.join(parentDir, 'extfs', id); + const testFile = path.join(newDir, 'flushed.txt'); + + mkdirp(newDir, 493, error => { + if (error) { + return onError(error, done); + } + + assert.ok(fs.existsSync(newDir)); + + fs.mkdirSync(testFile); // this will trigger an error because testFile is now a directory! + + extfs.writeFileAndFlush(testFile, fs.createReadStream(sourceFile), null, error => { + if (!error) { + return onError(new Error('Expected error for writing to folder'), done); + } + + extfs.del(parentDir, os.tmpdir(), done, ignore); + }); + }); + }); + test('writeFileAndFlushSync', function (done: () => void) { const id = uuid.generateUuid(); const parentDir = path.join(os.tmpdir(), 'vsctests', id); @@ -296,4 +564,4 @@ suite('Extfs', () => { extfs.del(parentDir, os.tmpdir(), done, ignore); }); }); -}); \ No newline at end of file +}); diff --git a/src/vs/base/test/node/extfs/fixtures/site.css b/src/vs/base/test/node/extfs/fixtures/site.css index c5cea74684..b7e5283202 100644 --- a/src/vs/base/test/node/extfs/fixtures/site.css +++ b/src/vs/base/test/node/extfs/fixtures/site.css @@ -25,12 +25,12 @@ h1, h2, h3, h4, h5, h6 margin: 0px; } -textarea +textarea { font-family: Consolas } -#results +#results { margin-top: 2em; margin-left: 2em; diff --git a/src/vs/base/test/node/glob.test.ts b/src/vs/base/test/node/glob.test.ts index ddbc087caf..7a25f1f986 100644 --- a/src/vs/base/test/node/glob.test.ts +++ b/src/vs/base/test/node/glob.test.ts @@ -301,6 +301,22 @@ suite('Glob', () => { assert(!glob.match(p, '/xpackage.json')); }); + test('issue 41724', function () { + let p = 'some/**/*.js'; + + assert(glob.match(p, 'some/foo.js')); + assert(glob.match(p, 'some/folder/foo.js')); + assert(!glob.match(p, 'something/foo.js')); + assert(!glob.match(p, 'something/folder/foo.js')); + + p = 'some/**/*'; + + assert(glob.match(p, 'some/foo.js')); + assert(glob.match(p, 'some/folder/foo.js')); + assert(!glob.match(p, 'something/foo.js')); + assert(!glob.match(p, 'something/folder/foo.js')); + }); + test('brace expansion', function () { let p = '*.{html,js}'; diff --git a/src/vs/base/test/node/stream/fixtures/file.css b/src/vs/base/test/node/stream/fixtures/file.css index c5cea74684..b7e5283202 100644 --- a/src/vs/base/test/node/stream/fixtures/file.css +++ b/src/vs/base/test/node/stream/fixtures/file.css @@ -25,12 +25,12 @@ h1, h2, h3, h4, h5, h6 margin: 0px; } -textarea +textarea { font-family: Consolas } -#results +#results { margin-top: 2em; margin-left: 2em; diff --git a/src/vs/code/buildfile.js b/src/vs/code/buildfile.js index c5548d9afe..40bf37baa5 100644 --- a/src/vs/code/buildfile.js +++ b/src/vs/code/buildfile.js @@ -12,6 +12,7 @@ function createModuleDescription(name, exclude) { excludes = excludes.concat(exclude); } result.exclude= excludes; + return result; } @@ -20,6 +21,7 @@ exports.collectModules= function() { createModuleDescription('vs/code/electron-main/main', []), createModuleDescription('vs/code/node/cli', []), createModuleDescription('vs/code/node/cliProcessMain', ['vs/code/node/cli']), - createModuleDescription('vs/code/electron-browser/sharedProcessMain', []) + createModuleDescription('vs/code/electron-browser/sharedProcess/sharedProcessMain', []), + createModuleDescription('vs/code/electron-browser/issue/issueReporterMain', []) ]; }; \ No newline at end of file diff --git a/src/vs/code/electron-browser/issue/issueReporter.html b/src/vs/code/electron-browser/issue/issueReporter.html new file mode 100644 index 0000000000..695de78a4c --- /dev/null +++ b/src/vs/code/electron-browser/issue/issueReporter.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/vs/code/electron-browser/issue/issueReporter.js b/src/vs/code/electron-browser/issue/issueReporter.js new file mode 100644 index 0000000000..812c656a45 --- /dev/null +++ b/src/vs/code/electron-browser/issue/issueReporter.js @@ -0,0 +1,174 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +const path = require('path'); +const fs = require('fs'); +const remote = require('electron').remote; + +function parseURLQueryArgs() { + const search = window.location.search || ''; + + return search.split(/[?&]/) + .filter(function (param) { return !!param; }) + .map(function (param) { return param.split('='); }) + .filter(function (param) { return param.length === 2; }) + .reduce(function (r, param) { r[param[0]] = decodeURIComponent(param[1]); return r; }, {}); +} + +function createScript(src, onload) { + const script = document.createElement('script'); + script.src = src; + script.addEventListener('load', onload); + + const head = document.getElementsByTagName('head')[0]; + head.insertBefore(script, head.lastChild); +} + +function uriFromPath(_path) { + var pathName = path.resolve(_path).replace(/\\/g, '/'); + if (pathName.length > 0 && pathName.charAt(0) !== '/') { + pathName = '/' + pathName; + } + + return encodeURI('file://' + pathName); +} + +function readFile(file) { + return new Promise(function(resolve, reject) { + fs.readFile(file, 'utf8', function(err, data) { + if (err) { + reject(err); + return; + } + resolve(data); + }); + }); +} + +function main() { + const args = parseURLQueryArgs(); + const configuration = JSON.parse(args['config'] || '{}') || {}; + + //#region Add support for using node_modules.asar + (function () { + const path = require('path'); + const Module = require('module'); + let NODE_MODULES_PATH = path.join(configuration.appRoot, 'node_modules'); + if (/[a-z]\:/.test(NODE_MODULES_PATH)) { + // Make drive letter uppercase + NODE_MODULES_PATH = NODE_MODULES_PATH.charAt(0).toUpperCase() + NODE_MODULES_PATH.substr(1); + } + const NODE_MODULES_ASAR_PATH = NODE_MODULES_PATH + '.asar'; + + const originalResolveLookupPaths = Module._resolveLookupPaths; + Module._resolveLookupPaths = function (request, parent) { + const result = originalResolveLookupPaths(request, parent); + + const paths = result[1]; + for (let i = 0, len = paths.length; i < len; i++) { + if (paths[i] === NODE_MODULES_PATH) { + paths.splice(i, 0, NODE_MODULES_ASAR_PATH); + break; + } + } + + return result; + }; + })(); + //#endregion + + const extractKey = function (e) { + return [ + e.ctrlKey ? 'ctrl-' : '', + e.metaKey ? 'meta-' : '', + e.altKey ? 'alt-' : '', + e.shiftKey ? 'shift-' : '', + e.keyCode + ].join(''); + }; + + const TOGGLE_DEV_TOOLS_KB = (process.platform === 'darwin' ? 'meta-alt-73' : 'ctrl-shift-73'); // mac: Cmd-Alt-I, rest: Ctrl-Shift-I + const RELOAD_KB = (process.platform === 'darwin' ? 'meta-82' : 'ctrl-82'); // mac: Cmd-R, rest: Ctrl-R + + window.addEventListener('keydown', function (e) { + const key = extractKey(e); + if (key === TOGGLE_DEV_TOOLS_KB) { + remote.getCurrentWebContents().toggleDevTools(); + } else if (key === RELOAD_KB) { + remote.getCurrentWindow().reload(); + } + }); + + // Load the loader and start loading the workbench + const rootUrl = uriFromPath(configuration.appRoot) + '/out'; + + // Get the nls configuration into the process.env as early as possible. + var nlsConfig = { availableLanguages: {} }; + const config = process.env['VSCODE_NLS_CONFIG']; + if (config) { + process.env['VSCODE_NLS_CONFIG'] = config; + try { + nlsConfig = JSON.parse(config); + } catch (e) { /*noop*/ } + } + + if (nlsConfig._resolvedLanguagePackCoreLocation) { + let bundles = Object.create(null); + nlsConfig.loadBundle = function(bundle, language, cb) { + let result = bundles[bundle]; + if (result) { + cb(undefined, result); + return; + } + let bundleFile = path.join(nlsConfig._resolvedLanguagePackCoreLocation, bundle.replace(/\//g, '!') + '.nls.json'); + readFile(bundleFile).then(function (content) { + let json = JSON.parse(content); + bundles[bundle] = json; + cb(undefined, json); + }) + .catch(cb); + }; + } + + var locale = nlsConfig.availableLanguages['*'] || 'en'; + if (locale === 'zh-tw') { + locale = 'zh-Hant'; + } else if (locale === 'zh-cn') { + locale = 'zh-Hans'; + } + + window.document.documentElement.setAttribute('lang', locale); + + // In the bundled version the nls plugin is packaged with the loader so the NLS Plugins + // loads as soon as the loader loads. To be able to have pseudo translation + createScript(rootUrl + '/vs/loader.js', function () { + var define = global.define; + global.define = undefined; + define('fs', ['original-fs'], function (originalFS) { return originalFS; }); // replace the patched electron fs with the original node fs for all AMD code + + window.MonacoEnvironment = {}; + + require.config({ + baseUrl: rootUrl, + 'vs/nls': nlsConfig, + nodeCachedDataDir: configuration.nodeCachedDataDir, + nodeModules: [/*BUILD->INSERT_NODE_MODULES*/] + }); + + if (nlsConfig.pseudo) { + require(['vs/nls'], function (nlsPlugin) { + nlsPlugin.setPseudoTranslation(nlsConfig.pseudo); + }); + } + + require(['vs/code/electron-browser/issue/issueReporterMain'], (issueReporter) => { + issueReporter.startup(configuration); + }); + }); +} + +main(); diff --git a/src/vs/code/electron-browser/issue/issueReporterMain.ts b/src/vs/code/electron-browser/issue/issueReporterMain.ts new file mode 100644 index 0000000000..8ba861100f --- /dev/null +++ b/src/vs/code/electron-browser/issue/issueReporterMain.ts @@ -0,0 +1,779 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +import 'vs/css!./media/issueReporter'; +import { shell, ipcRenderer, webFrame, remote, clipboard } from 'electron'; +import { localize } from 'vs/nls'; +import { $ } from 'vs/base/browser/dom'; +import * as collections from 'vs/base/common/collections'; +import * as browser from 'vs/base/browser/browser'; +import { escape } from 'vs/base/common/strings'; +import product from 'vs/platform/node/product'; +import pkg from 'vs/platform/node/package'; +import * as os from 'os'; +import { debounce } from 'vs/base/common/decorators'; +import * as platform from 'vs/base/common/platform'; +import { Disposable } from 'vs/base/common/lifecycle'; +import { Client as ElectronIPCClient } from 'vs/base/parts/ipc/electron-browser/ipc.electron-browser'; +import { getDelayedChannel } from 'vs/base/parts/ipc/common/ipc'; +import { connect as connectNet } from 'vs/base/parts/ipc/node/ipc.net'; +import { ServiceCollection } from 'vs/platform/instantiation/common/serviceCollection'; +import { IWindowConfiguration, IWindowsService } from 'vs/platform/windows/common/windows'; +import { NullTelemetryService } from 'vs/platform/telemetry/common/telemetryUtils'; +import { IEnvironmentService } from 'vs/platform/environment/common/environment'; +import { ITelemetryServiceConfig, TelemetryService } from 'vs/platform/telemetry/common/telemetryService'; +import { ITelemetryAppenderChannel, TelemetryAppenderClient } from 'vs/platform/telemetry/common/telemetryIpc'; +import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; +import { InstantiationService } from 'vs/platform/instantiation/common/instantiationService'; +import { resolveCommonProperties } from 'vs/platform/telemetry/node/commonProperties'; +import { WindowsChannelClient } from 'vs/platform/windows/common/windowsIpc'; +import { EnvironmentService } from 'vs/platform/environment/node/environmentService'; +import { IssueReporterModel } from 'vs/code/electron-browser/issue/issueReporterModel'; +import { IssueReporterData, IssueReporterStyles, IssueType, ISettingsSearchIssueReporterData, IssueReporterFeatures } from 'vs/platform/issue/common/issue'; +import BaseHtml from 'vs/code/electron-browser/issue/issueReporterPage'; +import { ILocalExtension } from 'vs/platform/extensionManagement/common/extensionManagement'; +import { createSpdLogService } from 'vs/platform/log/node/spdlogService'; +import { LogLevelSetterChannelClient, FollowerLogService } from 'vs/platform/log/common/logIpc'; +import { ILogService, getLogLevel } from 'vs/platform/log/common/log'; +import { OcticonLabel } from 'vs/base/browser/ui/octiconLabel/octiconLabel'; + +const MAX_URL_LENGTH = platform.isWindows ? 2081 : 5400; + +interface SearchResult { + html_url: string; + title: string; + state?: string; +} + +export interface IssueReporterConfiguration extends IWindowConfiguration { + data: IssueReporterData; + features: IssueReporterFeatures; +} + +export function startup(configuration: IssueReporterConfiguration) { + document.body.innerHTML = BaseHtml(); + const issueReporter = new IssueReporter(configuration); + issueReporter.render(); + document.body.style.display = 'block'; +} + +export class IssueReporter extends Disposable { + private environmentService: IEnvironmentService; + private telemetryService: ITelemetryService; + private logService: ILogService; + private issueReporterModel: IssueReporterModel; + private numberOfSearchResultsDisplayed = 0; + private receivedSystemInfo = false; + private receivedPerformanceInfo = false; + + constructor(configuration: IssueReporterConfiguration) { + super(); + + this.initServices(configuration); + + this.issueReporterModel = new IssueReporterModel({ + issueType: configuration.data.issueType || IssueType.Bug, + versionInfo: { + vscodeVersion: `${pkg.name} ${pkg.version} (${product.commit || 'Commit unknown'}, ${product.date || 'Date unknown'})`, + os: `${os.type()} ${os.arch()} ${os.release()}` + }, + extensionsDisabled: this.environmentService.disableExtensions, + }); + + ipcRenderer.on('issuePerformanceInfoResponse', (event, info) => { + this.logService.trace('issueReporter: Received performance data'); + this.issueReporterModel.update(info); + this.receivedPerformanceInfo = true; + + const state = this.issueReporterModel.getData(); + this.updateProcessInfo(state); + this.updateWorkspaceInfo(state); + this.updatePreviewButtonState(); + }); + + ipcRenderer.on('issueSystemInfoResponse', (event, info) => { + this.logService.trace('issueReporter: Received system data'); + this.issueReporterModel.update({ systemInfo: info }); + this.receivedSystemInfo = true; + + this.updateSystemInfo(this.issueReporterModel.getData()); + this.updatePreviewButtonState(); + }); + + ipcRenderer.send('issueSystemInfoRequest'); + ipcRenderer.send('issuePerformanceInfoRequest'); + this.logService.trace('issueReporter: Sent data requests'); + + if (window.document.documentElement.lang !== 'en') { + show(document.getElementById('english')); + } + + this.setUpTypes(); + this.setEventHandlers(); + this.applyZoom(configuration.data.zoomLevel); + this.applyStyles(configuration.data.styles); + this.handleExtensionData(configuration.data.enabledExtensions); + + if (configuration.data.issueType === IssueType.SettingsSearchIssue) { + this.handleSettingsSearchData(configuration.data); + } + } + + render(): void { + this.renderBlocks(); + } + + private applyZoom(zoomLevel: number) { + webFrame.setZoomLevel(zoomLevel); + browser.setZoomFactor(webFrame.getZoomFactor()); + // See https://github.com/Microsoft/vscode/issues/26151 + // Cannot be trusted because the webFrame might take some time + // until it really applies the new zoom level + browser.setZoomLevel(webFrame.getZoomLevel(), /*isTrusted*/false); + } + + private applyStyles(styles: IssueReporterStyles) { + const styleTag = document.createElement('style'); + const content: string[] = []; + + if (styles.inputBackground) { + content.push(`input[type="text"], textarea, select, .issues-container > .issue > .issue-state { background-color: ${styles.inputBackground}; }`); + } + + if (styles.inputBorder) { + content.push(`input[type="text"], textarea, select { border: 1px solid ${styles.inputBorder}; }`); + } else { + content.push(`input[type="text"], textarea, select { border: 1px solid transparent; }`); + } + + if (styles.inputForeground) { + content.push(`input[type="text"], textarea, select, .issues-container > .issue > .issue-state { color: ${styles.inputForeground}; }`); + } + + if (styles.inputErrorBorder) { + content.push(`.invalid-input, .invalid-input:focus { border: 1px solid ${styles.inputErrorBorder} !important; }`); + content.push(`.validation-error, .required-input { color: ${styles.inputErrorBorder}; }`); + } + + if (styles.inputActiveBorder) { + content.push(`input[type='text']:focus, textarea:focus, select:focus, summary:focus, button:focus { border: 1px solid ${styles.inputActiveBorder}; outline-style: none; }`); + } + + if (styles.textLinkColor) { + content.push(`a, .workbenchCommand { color: ${styles.textLinkColor}; }`); + } + + if (styles.buttonBackground) { + content.push(`button { background-color: ${styles.buttonBackground}; }`); + } + + if (styles.buttonForeground) { + content.push(`button { color: ${styles.buttonForeground}; }`); + } + + if (styles.buttonHoverBackground) { + content.push(`#github-submit-btn:hover:enabled, #github-submit-btn:focus:enabled { background-color: ${styles.buttonHoverBackground}; }`); + } + + if (styles.textLinkColor) { + content.push(`a { color: ${styles.textLinkColor}; }`); + } + + if (styles.sliderBackgroundColor) { + content.push(`::-webkit-scrollbar-thumb { background-color: ${styles.sliderBackgroundColor}; }`); + } + + if (styles.sliderActiveColor) { + content.push(`::-webkit-scrollbar-thumb:active { background-color: ${styles.sliderActiveColor}; }`); + } + + if (styles.sliderHoverColor) { + content.push(`::--webkit-scrollbar-thumb:hover { background-color: ${styles.sliderHoverColor}; }`); + } + + styleTag.innerHTML = content.join('\n'); + document.head.appendChild(styleTag); + document.body.style.color = styles.color; + } + + private handleExtensionData(extensions: ILocalExtension[]) { + const { nonThemes, themes } = collections.groupBy(extensions, ext => { + const manifestKeys = ext.manifest.contributes ? Object.keys(ext.manifest.contributes) : []; + const onlyTheme = !ext.manifest.activationEvents && manifestKeys.length === 1 && manifestKeys[0] === 'themes'; + return onlyTheme ? 'themes' : 'nonThemes'; + }); + + const numberOfThemeExtesions = themes && themes.length; + this.issueReporterModel.update({ numberOfThemeExtesions, enabledNonThemeExtesions: nonThemes }); + this.updateExtensionTable(nonThemes, numberOfThemeExtesions); + + if (this.environmentService.disableExtensions || extensions.length === 0) { + (document.getElementById('disableExtensions')).disabled = true; + (document.getElementById('reproducesWithoutExtensions')).checked = true; + this.issueReporterModel.update({ reprosWithoutExtensions: true }); + } + } + + private handleSettingsSearchData(data: ISettingsSearchIssueReporterData): void { + this.issueReporterModel.update({ + actualSearchResults: data.actualSearchResults, + query: data.query, + filterResultCount: data.filterResultCount + }); + this.updateSearchedExtensionTable(data.enabledExtensions); + this.updateSettingsSearchDetails(data); + } + + private updateSettingsSearchDetails(data: ISettingsSearchIssueReporterData): void { + const target = document.querySelector('.block-settingsSearchResults .block-info'); + + const details = ` +
+
Query: "${data.query}"
+
Literal match count: ${data.filterResultCount}
+
+ `; + + let table = ` + + Setting + Extension + Score + `; + + data.actualSearchResults + .forEach(setting => { + table += ` + + ${setting.key} + ${setting.extensionId} + ${String(setting.score).slice(0, 5)} + `; + }); + + target.innerHTML = `${details}${table}
`; + } + + private initServices(configuration: IWindowConfiguration): void { + const serviceCollection = new ServiceCollection(); + const mainProcessClient = new ElectronIPCClient(String(`window${configuration.windowId}`)); + + const windowsChannel = mainProcessClient.getChannel('windows'); + serviceCollection.set(IWindowsService, new WindowsChannelClient(windowsChannel)); + this.environmentService = new EnvironmentService(configuration, configuration.execPath); + + const logService = createSpdLogService(`issuereporter${configuration.windowId}`, getLogLevel(this.environmentService), this.environmentService.logsPath); + const logLevelClient = new LogLevelSetterChannelClient(mainProcessClient.getChannel('loglevel')); + this.logService = new FollowerLogService(logLevelClient, logService); + + const sharedProcess = (serviceCollection.get(IWindowsService)).whenSharedProcessReady() + .then(() => connectNet(this.environmentService.sharedIPCHandle, `window:${configuration.windowId}`)); + + const instantiationService = new InstantiationService(serviceCollection, true); + if (this.environmentService.isBuilt && !this.environmentService.isExtensionDevelopment && !this.environmentService.args['disable-telemetry'] && !!product.enableTelemetry) { + const channel = getDelayedChannel(sharedProcess.then(c => c.getChannel('telemetryAppender'))); + const appender = new TelemetryAppenderClient(channel); + const commonProperties = resolveCommonProperties(product.commit, pkg.version, configuration.machineId, this.environmentService.installSourcePath); + const piiPaths = [this.environmentService.appRoot, this.environmentService.extensionsPath]; + const config: ITelemetryServiceConfig = { appender, commonProperties, piiPaths }; + + const telemetryService = instantiationService.createInstance(TelemetryService, config); + this._register(telemetryService); + + this.telemetryService = telemetryService; + } else { + this.telemetryService = NullTelemetryService; + } + } + + private setEventHandlers(): void { + this.addEventListener('issue-type', 'change', (event: Event) => { + this.issueReporterModel.update({ issueType: parseInt((event.target).value) }); + this.updatePreviewButtonState(); + this.render(); + }); + + ['includeSystemInfo', 'includeProcessInfo', 'includeWorkspaceInfo', 'includeExtensions', 'includeSearchedExtensions', 'includeSettingsSearchDetails'].forEach(elementId => { + this.addEventListener(elementId, 'click', (event: Event) => { + event.stopPropagation(); + this.issueReporterModel.update({ [elementId]: !this.issueReporterModel.getData()[elementId] }); + }); + }); + + const labelElements = document.getElementsByClassName('caption'); + for (let i = 0; i < labelElements.length; i++) { + const label = labelElements.item(i); + label.addEventListener('click', (e) => { + e.stopPropagation(); + + // Stop propgagation not working as expected in this case https://bugs.chromium.org/p/chromium/issues/detail?id=809801 + // preventDefault does prevent outer details tag from toggling, so use that and manually toggle the checkbox + e.preventDefault(); + const containingDiv = (e.target).parentElement; + const checkbox = containingDiv.firstElementChild; + if (checkbox) { + checkbox.checked = !checkbox.checked; + this.issueReporterModel.update({ [checkbox.id]: !this.issueReporterModel.getData()[checkbox.id] }); + } + }); + } + + this.addEventListener('reproducesWithoutExtensions', 'click', (e) => { + this.issueReporterModel.update({ reprosWithoutExtensions: true }); + }); + + this.addEventListener('reproducesWithExtensions', 'click', (e) => { + this.issueReporterModel.update({ reprosWithoutExtensions: false }); + }); + + this.addEventListener('description', 'input', (event: Event) => { + const issueDescription = (event.target).value; + this.issueReporterModel.update({ issueDescription }); + + const title = (document.getElementById('issue-title')).value; + if (title || issueDescription) { + this.searchDuplicates(title, issueDescription); + } else { + this.clearSearchResults(); + } + }); + + this.addEventListener('issue-title', 'input', (e) => { + const description = this.issueReporterModel.getData().issueDescription; + const title = (event.target).value; + + const lengthValidationMessage = document.getElementById('issue-title-length-validation-error'); + if (title && this.getIssueUrlWithTitle(title).length > MAX_URL_LENGTH) { + show(lengthValidationMessage); + } else { + hide(lengthValidationMessage); + } + + if (title || description) { + this.searchDuplicates(title, description); + } else { + this.clearSearchResults(); + } + }); + + this.addEventListener('github-submit-btn', 'click', () => this.createIssue()); + + this.addEventListener('disableExtensions', 'click', () => { + ipcRenderer.send('workbenchCommand', 'workbench.action.reloadWindowWithExtensionsDisabled'); + }); + + this.addEventListener('disableExtensions', 'keydown', (e: KeyboardEvent) => { + if (e.keyCode === 13 || e.keyCode === 32) { + ipcRenderer.send('workbenchCommand', 'workbench.extensions.action.disableAll'); + ipcRenderer.send('workbenchCommand', 'workbench.action.reloadWindow'); + } + }); + + this.addEventListener('showRunning', 'click', () => { + ipcRenderer.send('workbenchCommand', 'workbench.action.showRuntimeExtensions'); + }); + + this.addEventListener('showRunning', 'keydown', (e: KeyboardEvent) => { + if (e.keyCode === 13 || e.keyCode === 32) { + ipcRenderer.send('workbenchCommand', 'workbench.action.showRuntimeExtensions'); + } + }); + + // Cmd+Enter or Mac or Ctrl+Enter on other platforms previews issue and closes window + if (platform.isMacintosh) { + let prevKeyWasCommand = false; + document.onkeydown = (e: KeyboardEvent) => { + if (prevKeyWasCommand && e.keyCode === 13) { + if (this.createIssue()) { + remote.getCurrentWindow().close(); + } + } + + prevKeyWasCommand = e.keyCode === 91 || e.keyCode === 93; + }; + } else { + document.onkeydown = (e: KeyboardEvent) => { + if (e.ctrlKey && e.keyCode === 13) { + if (this.createIssue()) { + remote.getCurrentWindow().close(); + } + } + }; + } + } + + private updatePreviewButtonState() { + const submitButton = document.getElementById('github-submit-btn'); + if (this.isPreviewEnabled()) { + submitButton.disabled = false; + submitButton.textContent = localize('previewOnGitHub', "Preview on GitHub"); + } else { + submitButton.disabled = true; + submitButton.textContent = localize('loadingData', "Loading data..."); + } + } + + private isPreviewEnabled() { + const issueType = this.issueReporterModel.getData().issueType; + if (issueType === IssueType.Bug && this.receivedSystemInfo) { + return true; + } + + if (issueType === IssueType.PerformanceIssue && this.receivedSystemInfo && this.receivedPerformanceInfo) { + return true; + } + + if (issueType === IssueType.FeatureRequest) { + return true; + } + + if (issueType === IssueType.SettingsSearchIssue) { + return true; + } + + return false; + } + + private clearSearchResults(): void { + const similarIssues = document.getElementById('similar-issues'); + similarIssues.innerHTML = ''; + this.numberOfSearchResultsDisplayed = 0; + } + + @debounce(300) + private searchDuplicates(title: string, body: string): void { + const url = 'https://vscode-probot.westus.cloudapp.azure.com:7890/duplicate_candidates'; + const init = { + method: 'POST', + body: JSON.stringify({ + title, + body + }), + headers: new Headers({ + 'Content-Type': 'application/json' + }) + }; + + window.fetch(url, init).then((response) => { + response.json().then(result => { + this.clearSearchResults(); + + if (result && result.candidates) { + this.displaySearchResults(result.candidates); + } else { + throw new Error('Unexpected response, no candidates property'); + } + }).catch((error) => { + this.logSearchError(error); + }); + }).catch((error) => { + this.logSearchError(error); + }); + } + + private displaySearchResults(results: SearchResult[]) { + const similarIssues = document.getElementById('similar-issues'); + if (results.length) { + const issues = $('div.issues-container'); + const issuesText = $('div.list-title'); + issuesText.textContent = localize('similarIssues', "Similar issues"); + + this.numberOfSearchResultsDisplayed = results.length < 5 ? results.length : 5; + for (let i = 0; i < this.numberOfSearchResultsDisplayed; i++) { + const issue = results[i]; + const link = $('a.issue-link', { href: issue.html_url }); + link.textContent = issue.title; + link.title = issue.title; + link.addEventListener('click', (e) => this.openLink(e)); + link.addEventListener('auxclick', (e) => this.openLink(e)); + + let issueState: HTMLElement; + if (issue.state) { + issueState = $('span.issue-state'); + + const issueIcon = $('span.issue-icon'); + const octicon = new OcticonLabel(issueIcon); + octicon.text = issue.state === 'open' ? '$(issue-opened)' : '$(issue-closed)'; + + const issueStateLabel = $('span.issue-state.label'); + issueStateLabel.textContent = issue.state === 'open' ? localize('open', "Open") : localize('closed', "Closed"); + + issueState.title = issue.state === 'open' ? localize('open', "Open") : localize('closed', "Closed"); + issueState.appendChild(issueIcon); + issueState.appendChild(issueStateLabel); + } + + const item = $('div.issue', {}, issueState, link); + issues.appendChild(item); + } + + similarIssues.appendChild(issuesText); + similarIssues.appendChild(issues); + } else { + const message = $('div.list-title'); + message.textContent = localize('noResults', "No results found"); + similarIssues.appendChild(message); + } + } + + private logSearchError(error: Error) { + this.logService.warn('issueReporter#search ', error.message); + /* __GDPR__ + "issueReporterSearchError" : { + "message" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" } + } + */ + this.telemetryService.publicLog('issueReporterSearchError', { message: error.message }); + } + + private setUpTypes(): void { + const makeOption = (issueType: IssueType, description: string) => ``; + + const typeSelect = (document.getElementById('issue-type')); + const { issueType } = this.issueReporterModel.getData(); + if (issueType === IssueType.SettingsSearchIssue) { + typeSelect.innerHTML = makeOption(IssueType.SettingsSearchIssue, localize('settingsSearchIssue', "Settings Search Issue")); + typeSelect.disabled = true; + } else { + typeSelect.innerHTML = [ + makeOption(IssueType.Bug, localize('bugReporter', "Bug Report")), + makeOption(IssueType.PerformanceIssue, localize('performanceIssue', "Performance Issue")), + makeOption(IssueType.FeatureRequest, localize('featureRequest', "Feature Request")) + ].join('\n'); + } + + typeSelect.value = issueType.toString(); + } + + private renderBlocks(): void { + // Depending on Issue Type, we render different blocks and text + const { issueType } = this.issueReporterModel.getData(); + const systemBlock = document.querySelector('.block-system'); + const processBlock = document.querySelector('.block-process'); + const workspaceBlock = document.querySelector('.block-workspace'); + const extensionsBlock = document.querySelector('.block-extensions'); + const searchedExtensionsBlock = document.querySelector('.block-searchedExtensions'); + const settingsSearchResultsBlock = document.querySelector('.block-settingsSearchResults'); + + const disabledExtensions = document.getElementById('disabledExtensions'); + const descriptionTitle = document.getElementById('issue-description-label'); + const descriptionSubtitle = document.getElementById('issue-description-subtitle'); + + // Hide all by default + hide(systemBlock); + hide(processBlock); + hide(workspaceBlock); + hide(extensionsBlock); + hide(searchedExtensionsBlock); + hide(settingsSearchResultsBlock); + hide(disabledExtensions); + + if (issueType === IssueType.Bug) { + show(systemBlock); + show(extensionsBlock); + show(disabledExtensions); + + descriptionTitle.innerHTML = `${localize('stepsToReproduce', "Steps to Reproduce")} *`; + descriptionSubtitle.innerHTML = localize('bugDescription', "Share the steps needed to reliably reproduce the problem. Please include actual and expected results. We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub."); + } else if (issueType === IssueType.PerformanceIssue) { + show(systemBlock); + show(processBlock); + show(workspaceBlock); + show(extensionsBlock); + show(disabledExtensions); + + descriptionTitle.innerHTML = `${localize('stepsToReproduce', "Steps to Reproduce")} *`; + descriptionSubtitle.innerHTML = localize('performanceIssueDesciption', "When did this performance issue happen? Does it occur on startup or after a specific series of actions? We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub."); + } else if (issueType === IssueType.FeatureRequest) { + descriptionTitle.innerHTML = `${localize('description', "Description")} *`; + descriptionSubtitle.innerHTML = localize('featureRequestDescription', "Please describe the feature you would like to see. We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub."); + } else if (issueType === IssueType.SettingsSearchIssue) { + show(searchedExtensionsBlock); + show(settingsSearchResultsBlock); + + descriptionTitle.innerHTML = `${localize('expectedResults', "Expected Results")} *`; + descriptionSubtitle.innerHTML = localize('settingsSearchResultsDescription', "Please list the results that you were expecting to see when you searched with this query. We support GitHub-flavored Markdown. You will be able to edit your issue and add screenshots when we preview it on GitHub."); + } + } + + private validateInput(inputId: string): boolean { + const inputElement = (document.getElementById(inputId)); + if (!inputElement.value) { + inputElement.classList.add('invalid-input'); + return false; + } else { + inputElement.classList.remove('invalid-input'); + return true; + } + } + + private validateInputs(): boolean { + let isValid = true; + ['issue-title', 'description'].forEach(elementId => { + isValid = this.validateInput(elementId) && isValid; + + }); + + return isValid; + } + + private createIssue(): boolean { + if (!this.validateInputs()) { + // If inputs are invalid, set focus to the first one and add listeners on them + // to detect further changes + (document.getElementsByClassName('invalid-input')[0]).focus(); + + document.getElementById('issue-title').addEventListener('input', (event) => { + this.validateInput('issue-title'); + }); + + document.getElementById('description').addEventListener('input', (event) => { + this.validateInput('description'); + }); + + return false; + } + + /* __GDPR__ + "issueReporterSubmit" : { + "issueType" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }, + "numSimilarIssuesDisplayed" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" } + } + */ + this.telemetryService.publicLog('issueReporterSubmit', { issueType: this.issueReporterModel.getData().issueType, numSimilarIssuesDisplayed: this.numberOfSearchResultsDisplayed }); + + const baseUrl = this.getIssueUrlWithTitle((document.getElementById('issue-title')).value); + const issueBody = this.issueReporterModel.serialize(); + let url = baseUrl + `&body=${encodeURIComponent(issueBody)}`; + + if (url.length > MAX_URL_LENGTH) { + clipboard.writeText(issueBody); + url = baseUrl + `&body=${encodeURIComponent(localize('pasteData', "We have written the needed data into your clipboard because it was too large to send. Please paste."))}`; + } + + shell.openExternal(url); + return true; + } + + private getIssueUrlWithTitle(issueTitle: string) { + const queryStringPrefix = product.reportIssueUrl.indexOf('?') === -1 ? '?' : '&'; + return `${product.reportIssueUrl}${queryStringPrefix}title=${encodeURIComponent(issueTitle)}`; + } + + private updateSystemInfo = (state) => { + const target = document.querySelector('.block-system .block-info'); + let tableHtml = ''; + Object.keys(state.systemInfo).forEach(k => { + tableHtml += ` + + ${k} + ${state.systemInfo[k]} + `; + }); + target.innerHTML = `${tableHtml}
`; + } + + private updateProcessInfo = (state) => { + const target = document.querySelector('.block-process .block-info'); + target.innerHTML = `${state.processInfo}`; + } + + private updateWorkspaceInfo = (state) => { + document.querySelector('.block-workspace .block-info code').textContent = '\n' + state.workspaceInfo; + } + + private updateExtensionTable(extensions: ILocalExtension[], numThemeExtensions: number): void { + const target = document.querySelector('.block-extensions .block-info'); + + if (this.environmentService.disableExtensions) { + target.innerHTML = localize('disabledExtensions', "Extensions are disabled"); + return; + } + + const themeExclusionStr = numThemeExtensions ? `\n(${numThemeExtensions} theme extensions excluded)` : ''; + extensions = extensions || []; + + if (!extensions.length) { + target.innerHTML = 'Extensions: none' + themeExclusionStr; + return; + } + + const table = this.getExtensionTableHtml(extensions); + target.innerHTML = `${table}
${themeExclusionStr}`; + } + + private updateSearchedExtensionTable(extensions: ILocalExtension[]): void { + const target = document.querySelector('.block-searchedExtensions .block-info'); + + if (!extensions.length) { + target.innerHTML = 'Extensions: none'; + return; + } + + const table = this.getExtensionTableHtml(extensions); + target.innerHTML = `${table}
`; + } + + private getExtensionTableHtml(extensions: ILocalExtension[]): string { + let table = ` + + Extension + Author (truncated) + Version + `; + + table += extensions.map(extension => { + return ` + + ${extension.manifest.name} + ${extension.manifest.publisher.substr(0, 3)} + ${extension.manifest.version} + `; + }).join(''); + + return table; + } + + private openLink(event: MouseEvent): void { + event.preventDefault(); + event.stopPropagation(); + // Exclude right click + if (event.which < 3) { + shell.openExternal((event.target).href); + + /* __GDPR__ + "issueReporterViewSimilarIssue" : { } + */ + this.telemetryService.publicLog('issueReporterViewSimilarIssue'); + } + } + + private addEventListener(elementId: string, eventType: string, handler: (event: Event) => void): void { + const element = document.getElementById(elementId); + if (element) { + element.addEventListener(eventType, handler); + } else { + const error = new Error(`${elementId} not found.`); + this.logService.error(error); + /* __GDPR__ + "issueReporterAddEventListenerError" : { + "message" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" } + } + */ + this.telemetryService.publicLog('issueReporterAddEventListenerError', { message: error.message }); + } + } +} + +// helper functions + +function hide(el) { + el.classList.add('hidden'); +} +function show(el) { + el.classList.remove('hidden'); +} diff --git a/src/vs/code/electron-browser/issue/issueReporterModel.ts b/src/vs/code/electron-browser/issue/issueReporterModel.ts new file mode 100644 index 0000000000..4c9c59300f --- /dev/null +++ b/src/vs/code/electron-browser/issue/issueReporterModel.ts @@ -0,0 +1,224 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +import { assign } from 'vs/base/common/objects'; +import { ILocalExtension } from 'vs/platform/extensionManagement/common/extensionManagement'; +import { IssueType, ISettingSearchResult } from 'vs/platform/issue/common/issue'; + +export interface IssueReporterData { + issueType?: IssueType; + issueDescription?: string; + + versionInfo?: any; + systemInfo?: any; + processInfo?: any; + workspaceInfo?: any; + + includeSystemInfo?: boolean; + includeWorkspaceInfo?: boolean; + includeProcessInfo?: boolean; + includeExtensions?: boolean; + includeSearchedExtensions?: boolean; + includeSettingsSearchDetails?: boolean; + + numberOfThemeExtesions?: number; + enabledNonThemeExtesions?: ILocalExtension[]; + extensionsDisabled?: boolean; + reprosWithoutExtensions?: boolean; + actualSearchResults?: ISettingSearchResult[]; + query?: string; + filterResultCount?: number; +} + +export class IssueReporterModel { + private _data: IssueReporterData; + + constructor(initialData?: IssueReporterData) { + const defaultData = { + includeSystemInfo: true, + includeWorkspaceInfo: true, + includeProcessInfo: true, + includeExtensions: true, + includeSearchedExtensions: true, + includeSettingsSearchDetails: true, + reprosWithoutExtensions: false + }; + + this._data = initialData ? assign(defaultData, initialData) : defaultData; + } + + getData(): IssueReporterData { + return this._data; + } + + update(newData: IssueReporterData): void { + assign(this._data, newData); + } + + serialize(): string { + return ` +Issue Type: ${this.getIssueTypeTitle()} + +${this._data.issueDescription} + +VS Code version: ${this._data.versionInfo && this._data.versionInfo.vscodeVersion} +OS version: ${this._data.versionInfo && this._data.versionInfo.os} + +${this.getInfos()} +`; + } + + private getIssueTypeTitle(): string { + if (this._data.issueType === IssueType.Bug) { + return 'Bug'; + } else if (this._data.issueType === IssueType.PerformanceIssue) { + return 'Performance Issue'; + } else if (this._data.issueType === IssueType.SettingsSearchIssue) { + return 'Settings Search Issue'; + } else { + return 'Feature Request'; + } + } + + private getInfos(): string { + let info = ''; + + if (this._data.issueType === IssueType.Bug || this._data.issueType === IssueType.PerformanceIssue) { + if (this._data.includeSystemInfo) { + info += this.generateSystemInfoMd(); + } + } + + if (this._data.issueType === IssueType.PerformanceIssue) { + + if (this._data.includeProcessInfo) { + info += this.generateProcessInfoMd(); + } + + if (this._data.includeWorkspaceInfo) { + info += this.generateWorkspaceInfoMd(); + } + } + + if (this._data.issueType === IssueType.Bug || this._data.issueType === IssueType.PerformanceIssue) { + if (this._data.includeExtensions) { + info += this.generateExtensionsMd(); + } + + info += this._data.reprosWithoutExtensions ? '\nReproduces without extensions' : '\nReproduces only with extensions'; + } + + if (this._data.issueType === IssueType.SettingsSearchIssue) { + if (this._data.includeSearchedExtensions) { + info += this.generateExtensionsMd(); + } + + if (this._data.includeSettingsSearchDetails) { + info += this.generateSettingSearchResultsMd(); + info += '\n' + this.generateSettingsSearchResultDetailsMd(); + } + } + + return info; + } + + private generateSystemInfoMd(): string { + let md = `
+System Info + +|Item|Value| +|---|---| +`; + + Object.keys(this._data.systemInfo).forEach(k => { + md += `|${k}|${this._data.systemInfo[k]}|\n`; + }); + + md += '\n
'; + + return md; + } + + private generateProcessInfoMd(): string { + return `
+Process Info + +\`\`\` +${this._data.processInfo} +\`\`\` + +
+`; + } + + private generateWorkspaceInfoMd(): string { + return `
+Workspace Info + +\`\`\` +${this._data.workspaceInfo}; +\`\`\` + +
+`; + } + + private generateExtensionsMd(): string { + if (this._data.extensionsDisabled) { + return 'Extensions disabled'; + } + + const themeExclusionStr = this._data.numberOfThemeExtesions ? `\n(${this._data.numberOfThemeExtesions} theme extensions excluded)` : ''; + + if (!this._data.enabledNonThemeExtesions) { + return 'Extensions: none' + themeExclusionStr; + } + + let tableHeader = `Extension|Author (truncated)|Version +---|---|---`; + const table = this._data.enabledNonThemeExtesions.map(e => { + return `${e.manifest.name}|${e.manifest.publisher.substr(0, 3)}|${e.manifest.version}`; + }).join('\n'); + + return `
Extensions (${this._data.enabledNonThemeExtesions.length}) + +${tableHeader} +${table} +${themeExclusionStr} + +
`; + } + + private generateSettingsSearchResultDetailsMd(): string { + return ` +Query: ${this._data.query} +Literal matches: ${this._data.filterResultCount}`; + } + + private generateSettingSearchResultsMd(): string { + if (!this._data.actualSearchResults) { + return ''; + } + + if (!this._data.actualSearchResults.length) { + return `No fuzzy results`; + } + + let tableHeader = `Setting|Extension|Score +---|---|---`; + const table = this._data.actualSearchResults.map(setting => { + return `${setting.key}|${setting.extensionId}|${String(setting.score).slice(0, 5)}`; + }).join('\n'); + + return `
Results + +${tableHeader} +${table} + +
`; + } +} \ No newline at end of file diff --git a/src/vs/code/electron-browser/issue/issueReporterPage.ts b/src/vs/code/electron-browser/issue/issueReporterPage.ts new file mode 100644 index 0000000000..50016ae4d3 --- /dev/null +++ b/src/vs/code/electron-browser/issue/issueReporterPage.ts @@ -0,0 +1,154 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +'use strict'; + +import { escape } from 'vs/base/common/strings'; +import { localize } from 'vs/nls'; + +export default (): string => ` +
+ + +
+
+ + +
+ +
+ + + + + + +
+
+ +
+
+
+
+ ${escape(localize('systemInfo', "My System Info"))} +
+ + +
+
+
+ +
+
+
+
+
+ ${escape(localize('processes', "Currently Running Processes"))} +
+ + +
+
+
+						
+					
+
+
+
+
+ ${escape(localize('workspaceStats', "My Workspace Stats"))} +
+ + +
+
+
+						
+							
+						
+					
+
+
+
+
+ ${escape(localize('extensions', "My Extensions"))} +
+ + +
+
+
+ +
+
+
+
+
+ ${escape(localize('searchedExtensions', "Searched Extensions"))} +
+ + +
+
+
+ +
+
+
+
+
+ ${escape(localize('settingsSearchDetails', "Settings Search Details"))} +
+ + +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ + +
+
+ + +
+
+
+
${escape(localize('disableExtensionsLabelText', "Try to reproduce the problem after {0}.")) + .replace('{0}', `${escape(localize('disableExtensions', "disabling all extensions and reloading the window"))}`)} +
+
${escape(localize('showRunningExtensionsLabelText', "If you suspect it's an extension issue, {0} to report the issue on the extension.")) + .replace('{0}', `${escape(localize('showRunningExtensions', "view all running extensions"))}`)} +
+
+
+ +
+ +
+ +
+
+ +
+
+ + +
`; \ No newline at end of file diff --git a/src/vs/code/electron-browser/issue/media/issueReporter.css b/src/vs/code/electron-browser/issue/media/issueReporter.css new file mode 100644 index 0000000000..ee9579d4eb --- /dev/null +++ b/src/vs/code/electron-browser/issue/media/issueReporter.css @@ -0,0 +1,394 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +/** + * Table + */ + +table { + width: 100%; + max-width: 100%; + margin-bottom: 1rem; + background-color: transparent; + border-collapse: collapse; +} +th { + vertical-align: bottom; + border-bottom: 2px solid #e9ecef; + padding: .75rem; + border-top: 1px solid #e9ecef; + text-align: inherit; +} +tr:nth-of-type(even) { + background-color: rgba(0,0,0,.05); +} +td { + padding: .75rem; + vertical-align: top; + border-top: 1px solid #e9ecef; +} + +.block-settingsSearchResults-details { + padding-bottom: .5rem; +} + +.block-settingsSearchResults-details > div { + padding: .5rem .75rem; +} + +.section { + margin-bottom: 1.5em; +} + +/** + * Forms + */ +input[type="text"], textarea { + display: block; + width: 100%; + padding: .375rem .75rem; + font-size: 1rem; + line-height: 1.5; + color: #495057; + background-color: #fff; + border-radius: .25rem; + border: 1px solid #ced4da; +} + +textarea { + overflow: auto; + resize: vertical; +} + +/** + * Button + */ +button { + display: inline-block; + font-weight: 400; + line-height: 1.25; + text-align: center; + white-space: nowrap; + vertical-align: middle; + user-select: none; + padding: .5rem 1rem; + font-size: 1rem; + border-radius: .25rem; + background: none; + border: 1px solid transparent; +} + +select { + height: calc(2.25rem + 2px); + display: inline-block; + padding: 3px 3px; + font-size: 14px; + line-height: 1.5; + color: #495057; + background-color: #fff; + border-radius: 0.25rem; + border: none; +} + +* { + box-sizing: border-box; +} + +textarea { + font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Ubuntu", "Droid Sans", sans-serif; +} + +html { + font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Ubuntu", "Droid Sans", sans-serif; + color: #CCCCCC; +} + +body { + margin: 0; + overflow: scroll; +} + +.hidden { + display: none; +} + +#block-container { + margin-top: 1em; +} + +.block .block-info { + width: 100%; + font-family: 'Menlo', 'Courier New', 'Courier', monospace; + font-size: 12px; + overflow: auto; + overflow-wrap: break-word; +} +pre { + margin: 10px 20px; +} +pre code { + font-family: 'Menlo', 'Courier New', 'Courier', monospace; +} + +button:hover:enabled { + cursor: pointer; +} + +button:disabled { + cursor: auto; +} + +#issue-reporter { + max-width: 85vw; + margin-left: auto; + margin-right: auto; + margin-top: 2em; +} + +#github-submit-btn { + float: right; + margin-top: 10px; + margin-bottom: 10px; +} + +.two-col { + display: inline-block; + width: 49%; +} + +#vscode-version { + width: 90%; +} + +.input-group { + margin-bottom: 1em; +} + +.extensions-form { + display: flex; +} + +.extensions-form > .form-buttons { + display: flex; + margin-left: 20px; +} + +.extensions-form > .form-buttons > .choice { + margin-right: 35px; + position: relative; +} + +.extensions-form > .form-buttons > .choice > label, .extensions-form > .form-buttons > .choice > input { + cursor: pointer; + height: 100%; + margin-top: 1px; +} + +.extensions-form > .form-buttons > .choice > label { + position: absolute; + top: 50%; + margin-top: -50%; + left: 20px; +} + +.system-info { + margin-bottom: 1.25em; +} + +select, input, textarea { + border: 1px solid transparent; + margin-top: 10px; +} + +summary { + border: 1px solid transparent; + padding: 0 10px; + margin-bottom: 5px; +} + +.validation-error { + font-size: 12px; + margin-top: 1em; +} + +.include-data { + display: inline-block; +} + +.include-data > .caption { + display: inline-block; + font-size: 12px; + cursor: pointer; +} + +.sendData { + margin-left: 1em; +} + +input[type="checkbox"] { + width: auto; + display: inline-block; + margin-top: 0; + vertical-align: middle; + cursor: pointer; +} + +input:disabled { + opacity: 0.6; +} + +.list-title { + margin-top: 1em; + margin-left: 1em; +} + +.instructions { + font-size: 12px; + margin-left: 1em; + margin-top: .5em; +} + +.workbenchCommand { + cursor: pointer; +} + +.workbenchCommand:disabled { + color: #868e96; + cursor: default +} + +.block-extensions .block-info { + margin-bottom: 1.5em; +} + +/* Default styles, overwritten if a theme is provided */ +input, select, textarea { + background-color: #3c3c3c; + border: none; + color: #cccccc; +} + +a { + color: #CCCCCC; + text-decoration: none; +} + +.invalid-input { + border: 1px solid #be1100; +} + +.required-input, .validation-error { + color: #be1100; +} + +button { + background-color: #007ACC; + color: #fff; +} + +.section .input-group .validation-error { + margin-left: 13%; +} + +.section .inline-form-control, .section .inline-label { + display: inline-block; +} + +.section .inline-label { + width: 95px; +} + +.section .inline-form-control { + width: calc(100% - 100px); +} + +#issue-type { + cursor: pointer; +} + +#similar-issues { + margin-left: 12%; + display: block; +} + +@media (max-width: 950px) { + .section .inline-label { + width: 12%; + } + + .section .inline-form-control { + width: calc(88% - 5px); + } +} + +@media (max-width: 620px) { + .section .inline-label { + display: none !important; + } + + .inline-form-control { + width: 100%; + } + + #similar-issues, .section .input-group .validation-error { + margin-left: 0; + } +} + +::-webkit-scrollbar { + width: 14px; +} + +::-webkit-scrollbar-thumb { + min-height: 20px; +} + +::-webkit-scrollbar-corner { + display: none; +} + +.issues-container { + margin-left: 1.5em; + margin-top: .5em; + height: 92px; + overflow-y: auto; +} + +.issues-container > .issue { + padding: 4px 0; +} + +.issues-container > .issue > .issue-link { + display: inline-block; + width: calc(100% - 82px); + vertical-align: top; + overflow: hidden; + padding-top: 3px; + white-space: nowrap; + text-overflow: ellipsis; +} + +.issues-container > .issue > .issue-state { + display: inline-block; + width: 77px; + padding: 3px 6px; + margin-right: 5px; + color: #CCCCCC; + background-color: #3c3c3c; + border-radius: .25rem; +} + +.issues-container > .issue > .issue-state .octicon { + vertical-align: top; + width: 16px; +} + +.issues-container > .issue .label { + margin-left: 5px; + display: inline-block; + width: 44px; + text-overflow: ellipsis; + overflow: hidden; +} diff --git a/src/vs/code/electron-browser/issue/test/testReporterModel.test.ts b/src/vs/code/electron-browser/issue/test/testReporterModel.test.ts new file mode 100644 index 0000000000..742b10db4d --- /dev/null +++ b/src/vs/code/electron-browser/issue/test/testReporterModel.test.ts @@ -0,0 +1,40 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +import * as assert from 'assert'; +import { IssueReporterModel } from 'vs/code/electron-browser/issue/issueReporterModel'; + +suite('IssueReporter', () => { + + test('sets defaults to include all data', () => { + const issueReporterModel = new IssueReporterModel(); + assert.deepEqual(issueReporterModel.getData(), { + includeSystemInfo: true, + includeWorkspaceInfo: true, + includeProcessInfo: true, + includeExtensions: true, + includeSearchedExtensions: true, + includeSettingsSearchDetails: true, + reprosWithoutExtensions: false + }); + }); + + test('serializes model skeleton when no data is provided', () => { + const issueReporterModel = new IssueReporterModel(); + assert.equal(issueReporterModel.serialize(), + ` +Issue Type: Feature Request + +undefined + +VS Code version: undefined +OS version: undefined + + +`); + }); +}); diff --git a/src/vs/code/electron-main/auth.html b/src/vs/code/electron-browser/proxy/auth.html similarity index 100% rename from src/vs/code/electron-main/auth.html rename to src/vs/code/electron-browser/proxy/auth.html diff --git a/src/vs/code/electron-browser/contrib/contributions.ts b/src/vs/code/electron-browser/sharedProcess/contrib/contributions.ts similarity index 58% rename from src/vs/code/electron-browser/contrib/contributions.ts rename to src/vs/code/electron-browser/sharedProcess/contrib/contributions.ts index a0a4a4f817..5eb85345de 100644 --- a/src/vs/code/electron-browser/contrib/contributions.ts +++ b/src/vs/code/electron-browser/sharedProcess/contrib/contributions.ts @@ -4,10 +4,14 @@ *--------------------------------------------------------------------------------------------*/ 'use strict'; - -import { NodeCachedDataCleaner } from 'vs/code/electron-browser/contrib/nodeCachedDataCleaner'; +import { NodeCachedDataCleaner } from 'vs/code/electron-browser/sharedProcess/contrib/nodeCachedDataCleaner'; +import { LanguagePackCachedDataCleaner } from 'vs/code/electron-browser/sharedProcess/contrib/languagePackCachedDataCleaner'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; +import { IDisposable, combinedDisposable } from 'vs/base/common/lifecycle'; -export function createSharedProcessContributions(service: IInstantiationService): void { - service.createInstance(NodeCachedDataCleaner); +export function createSharedProcessContributions(service: IInstantiationService): IDisposable { + return combinedDisposable([ + service.createInstance(NodeCachedDataCleaner), + service.createInstance(LanguagePackCachedDataCleaner) + ]); } diff --git a/src/vs/code/electron-browser/sharedProcess/contrib/languagePackCachedDataCleaner.ts b/src/vs/code/electron-browser/sharedProcess/contrib/languagePackCachedDataCleaner.ts new file mode 100644 index 0000000000..0e4ab3bc7d --- /dev/null +++ b/src/vs/code/electron-browser/sharedProcess/contrib/languagePackCachedDataCleaner.ts @@ -0,0 +1,109 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +'use strict'; + +import * as path from 'path'; +import * as pfs from 'vs/base/node/pfs'; + +import { IStringDictionary } from 'vs/base/common/collections'; +import product from 'vs/platform/node/product'; +import { IDisposable, dispose } from 'vs/base/common/lifecycle'; +import { onUnexpectedError } from 'vs/base/common/errors'; +import { ILogService } from 'vs/platform/log/common/log'; +import { IEnvironmentService } from 'vs/platform/environment/common/environment'; + +interface ExtensionEntry { + version: string; + extensionIdentifier: { + id: string; + uuid: string; + }; +} + +interface LanguagePackEntry { + hash: string; + extensions: ExtensionEntry[]; +} + +interface LanguagePackFile { + [locale: string]: LanguagePackEntry; +} + +export class LanguagePackCachedDataCleaner { + + private _disposables: IDisposable[] = []; + + constructor( + @IEnvironmentService private readonly _environmentService: IEnvironmentService, + @ILogService private readonly _logService: ILogService + ) { + // We have no Language pack support for dev version (run from source) + // So only cleanup when we have a build version. + if (this._environmentService.isBuilt) { + this._manageCachedDataSoon(); + } + } + + dispose(): void { + this._disposables = dispose(this._disposables); + } + + private _manageCachedDataSoon(): void { + let handle = setTimeout(async () => { + handle = undefined; + this._logService.info('Starting to clean up unused language packs.'); + const maxAge = product.nameLong.indexOf('Insiders') >= 0 + ? 1000 * 60 * 60 * 24 * 7 // roughly 1 week + : 1000 * 60 * 60 * 24 * 30 * 3; // roughly 3 months + try { + let installed: IStringDictionary = Object.create(null); + const metaData: LanguagePackFile = JSON.parse(await pfs.readFile(path.join(this._environmentService.userDataPath, 'languagepacks.json'), 'utf8')); + for (let locale of Object.keys(metaData)) { + let entry = metaData[locale]; + installed[`${entry.hash}.${locale}`] = true; + } + // Cleanup entries for language packs that aren't installed anymore + const cacheDir = path.join(this._environmentService.userDataPath, 'clp'); + for (let entry of await pfs.readdir(cacheDir)) { + if (installed[entry]) { + this._logService.info(`Skipping directory ${entry}. Language pack still in use`); + continue; + } + this._logService.info('Removing unused language pack:', entry); + await pfs.rimraf(path.join(cacheDir, entry)); + } + + const now = Date.now(); + for (let packEntry of Object.keys(installed)) { + const folder = path.join(cacheDir, packEntry); + for (let entry of await pfs.readdir(folder)) { + if (entry === 'tcf.json') { + continue; + } + const candidate = path.join(folder, entry); + const stat = await pfs.stat(candidate); + if (stat.isDirectory()) { + const diff = now - stat.mtime.getTime(); + if (diff > maxAge) { + this._logService.info('Removing language pack cache entry: ', path.join(packEntry, entry)); + await pfs.rimraf(candidate); + } + } + } + } + } catch (error) { + onUnexpectedError(error); + } + }, 40 * 1000); + + this._disposables.push({ + dispose() { + if (handle !== void 0) { + clearTimeout(handle); + } + } + }); + } +} \ No newline at end of file diff --git a/src/vs/code/electron-browser/contrib/nodeCachedDataCleaner.ts b/src/vs/code/electron-browser/sharedProcess/contrib/nodeCachedDataCleaner.ts similarity index 100% rename from src/vs/code/electron-browser/contrib/nodeCachedDataCleaner.ts rename to src/vs/code/electron-browser/sharedProcess/contrib/nodeCachedDataCleaner.ts diff --git a/src/vs/code/electron-browser/sharedProcess.html b/src/vs/code/electron-browser/sharedProcess/sharedProcess.html similarity index 88% rename from src/vs/code/electron-browser/sharedProcess.html rename to src/vs/code/electron-browser/sharedProcess/sharedProcess.html index be70dede20..26890a9fc6 100644 --- a/src/vs/code/electron-browser/sharedProcess.html +++ b/src/vs/code/electron-browser/sharedProcess/sharedProcess.html @@ -11,7 +11,7 @@ Shared Process - + \ No newline at end of file diff --git a/src/vs/code/electron-browser/sharedProcess.js b/src/vs/code/electron-browser/sharedProcess/sharedProcess.js similarity index 63% rename from src/vs/code/electron-browser/sharedProcess.js rename to src/vs/code/electron-browser/sharedProcess/sharedProcess.js index 87d7213ff9..0d9928a8c1 100644 --- a/src/vs/code/electron-browser/sharedProcess.js +++ b/src/vs/code/electron-browser/sharedProcess/sharedProcess.js @@ -6,6 +6,7 @@ 'use strict'; const path = require('path'); +const fs = require('fs'); function assign(destination, source) { return Object.keys(source) @@ -40,10 +41,50 @@ function uriFromPath(_path) { return encodeURI('file://' + pathName); } +function readFile(file) { + return new Promise(function(resolve, reject) { + fs.readFile(file, 'utf8', function(err, data) { + if (err) { + reject(err); + return; + } + resolve(data); + }); + }); +} + function main() { const args = parseURLQueryArgs(); const configuration = JSON.parse(args['config'] || '{}') || {}; + //#region Add support for using node_modules.asar + (function () { + const path = require('path'); + const Module = require('module'); + let NODE_MODULES_PATH = path.join(configuration.appRoot, 'node_modules'); + if (/[a-z]\:/.test(NODE_MODULES_PATH)) { + // Make drive letter uppercase + NODE_MODULES_PATH = NODE_MODULES_PATH.charAt(0).toUpperCase() + NODE_MODULES_PATH.substr(1); + } + const NODE_MODULES_ASAR_PATH = NODE_MODULES_PATH + '.asar'; + + const originalResolveLookupPaths = Module._resolveLookupPaths; + Module._resolveLookupPaths = function (request, parent) { + const result = originalResolveLookupPaths(request, parent); + + const paths = result[1]; + for (let i = 0, len = paths.length; i < len; i++) { + if (paths[i] === NODE_MODULES_PATH) { + paths.splice(i, 0, NODE_MODULES_ASAR_PATH); + break; + } + } + + return result; + }; + })(); + //#endregion + // Correctly inherit the parent's environment assign(process.env, configuration.userEnv); @@ -57,6 +98,24 @@ function main() { } catch (e) { /*noop*/ } } + if (nlsConfig._resolvedLanguagePackCoreLocation) { + let bundles = Object.create(null); + nlsConfig.loadBundle = function(bundle, language, cb) { + let result = bundles[bundle]; + if (result) { + cb(undefined, result); + return; + } + let bundleFile = path.join(nlsConfig._resolvedLanguagePackCoreLocation, bundle.replace(/\//g, '!') + '.nls.json'); + readFile(bundleFile).then(function (content) { + let json = JSON.parse(content); + bundles[bundle] = json; + cb(undefined, json); + }) + .catch(cb); + }; + } + var locale = nlsConfig.availableLanguages['*'] || 'en'; if (locale === 'zh-tw') { locale = 'zh-Hant'; @@ -72,6 +131,8 @@ function main() { // In the bundled version the nls plugin is packaged with the loader so the NLS Plugins // loads as soon as the loader loads. To be able to have pseudo translation createScript(rootUrl + '/vs/loader.js', function () { + var define = global.define; + global.define = undefined; define('fs', ['original-fs'], function (originalFS) { return originalFS; }); // replace the patched electron fs with the original node fs for all AMD code window.MonacoEnvironment = {}; @@ -89,7 +150,7 @@ function main() { }); } - require(['vs/code/electron-browser/sharedProcessMain'], function (sharedProcess) { + require(['vs/code/electron-browser/sharedProcess/sharedProcessMain'], function (sharedProcess) { sharedProcess.startup({ machineId: configuration.machineId }); diff --git a/src/vs/code/electron-browser/sharedProcessMain.ts b/src/vs/code/electron-browser/sharedProcess/sharedProcessMain.ts similarity index 84% rename from src/vs/code/electron-browser/sharedProcessMain.ts rename to src/vs/code/electron-browser/sharedProcess/sharedProcessMain.ts index 24a6e4bc75..6f0c682e8d 100644 --- a/src/vs/code/electron-browser/sharedProcessMain.ts +++ b/src/vs/code/electron-browser/sharedProcess/sharedProcessMain.ts @@ -3,6 +3,8 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ +'use strict'; + import * as fs from 'fs'; import * as platform from 'vs/base/common/platform'; import product from 'vs/platform/node/product'; @@ -28,15 +30,19 @@ import { resolveCommonProperties } from 'vs/platform/telemetry/node/commonProper import { TelemetryAppenderChannel } from 'vs/platform/telemetry/common/telemetryIpc'; import { TelemetryService, ITelemetryServiceConfig } from 'vs/platform/telemetry/common/telemetryService'; import { AppInsightsAppender } from 'vs/platform/telemetry/node/appInsightsAppender'; -import { IChoiceService } from 'vs/platform/message/common/message'; -import { ChoiceChannelClient } from 'vs/platform/message/common/messageIpc'; import { IWindowsService } from 'vs/platform/windows/common/windows'; import { WindowsChannelClient } from 'vs/platform/windows/common/windowsIpc'; import { ipcRenderer } from 'electron'; import { IDisposable, dispose } from 'vs/base/common/lifecycle'; -import { createSharedProcessContributions } from 'vs/code/electron-browser/contrib/contributions'; -import { createLogService } from 'vs/platform/log/node/spdlogService'; -import { ILogService } from 'vs/platform/log/common/log'; +import { createSharedProcessContributions } from 'vs/code/electron-browser/sharedProcess/contrib/contributions'; +import { createSpdLogService } from 'vs/platform/log/node/spdlogService'; +import { ILogService, LogLevel } from 'vs/platform/log/common/log'; +import { LogLevelSetterChannelClient, FollowerLogService } from 'vs/platform/log/common/logIpc'; +import { LocalizationsService } from 'vs/platform/localizations/node/localizations'; +import { ILocalizationsService } from 'vs/platform/localizations/common/localizations'; +import { LocalizationsChannel } from 'vs/platform/localizations/common/localizationsIpc'; +import { IChoiceService } from 'vs/platform/dialogs/common/dialogs'; +import { ChoiceChannelClient } from 'vs/platform/dialogs/common/choiceIpc'; export interface ISharedProcessConfiguration { readonly machineId: string; @@ -49,6 +55,7 @@ export function startup(configuration: ISharedProcessConfiguration) { interface ISharedProcessInitData { sharedIPCHandle: string; args: ParsedArgs; + logLevel: LogLevel; } class ActiveWindowManager implements IDisposable { @@ -79,7 +86,8 @@ function main(server: Server, initData: ISharedProcessInitData, configuration: I const services = new ServiceCollection(); const environmentService = new EnvironmentService(initData.args, process.execPath); - const logService = createLogService('sharedprocess', environmentService); + const logLevelClient = new LogLevelSetterChannelClient(server.getChannel('loglevel', { route: () => 'main' })); + const logService = new FollowerLogService(logLevelClient, createSpdLogService('sharedprocess', initData.logLevel, environmentService.logsPath)); process.once('exit', () => logService.dispose()); logService.info('main', JSON.stringify(configuration)); @@ -94,8 +102,12 @@ function main(server: Server, initData: ISharedProcessInitData, configuration: I services.set(IWindowsService, windowsService); const activeWindowManager = new ActiveWindowManager(windowsService); - - const choiceChannel = server.getChannel('choice', { route: () => activeWindowManager.activeClientId }); + const choiceChannel = server.getChannel('choice', { + route: () => { + logService.info('Routing choice request to the client', activeWindowManager.activeClientId); + return activeWindowManager.activeClientId; + } + }); services.set(IChoiceService, new ChoiceChannelClient(choiceChannel)); const instantiationService = new InstantiationService(services); @@ -132,6 +144,7 @@ function main(server: Server, initData: ISharedProcessInitData, configuration: I services.set(IExtensionManagementService, new SyncDescriptor(ExtensionManagementService)); services.set(IExtensionGalleryService, new SyncDescriptor(ExtensionGalleryService)); + services.set(ILocalizationsService, new SyncDescriptor(LocalizationsService)); const instantiationService2 = instantiationService.createChild(services); @@ -143,6 +156,10 @@ function main(server: Server, initData: ISharedProcessInitData, configuration: I // clean up deprecated extensions (extensionManagementService as ExtensionManagementService).removeDeprecatedExtensions(); + const localizationsService = accessor.get(ILocalizationsService); + const localizationsChannel = new LocalizationsChannel(localizationsService); + server.registerChannel('localizations', localizationsChannel); + createSharedProcessContributions(instantiationService2); }); }); diff --git a/src/vs/code/electron-main/app.ts b/src/vs/code/electron-main/app.ts index 7f356ac285..5b47f1591d 100644 --- a/src/vs/code/electron-main/app.ts +++ b/src/vs/code/electron-main/app.ts @@ -5,7 +5,7 @@ 'use strict'; -import { app, ipcMain as ipc, BrowserWindow, dialog } from 'electron'; +import { app, ipcMain as ipc, BrowserWindow } from 'electron'; import * as platform from 'vs/base/common/platform'; import { WindowsManager } from 'vs/code/electron-main/windows'; import { IWindowsService, OpenContext } from 'vs/platform/windows/common/windows'; @@ -16,7 +16,6 @@ import { CodeMenu } from 'vs/code/electron-main/menus'; import { getShellEnvironment } from 'vs/code/node/shellEnv'; import { IUpdateService } from 'vs/platform/update/common/update'; import { UpdateChannel } from 'vs/platform/update/common/updateIpc'; -import { UpdateService } from 'vs/platform/update/electron-main/updateService'; import { Server as ElectronIPCServer } from 'vs/base/parts/ipc/electron-main/ipc.electron-main'; import { Server, connect, Client } from 'vs/base/parts/ipc/node/ipc.net'; import { SharedProcess } from 'vs/code/electron-main/sharedProcess'; @@ -51,13 +50,18 @@ import { KeyboardLayoutMonitor } from 'vs/code/electron-main/keyboard'; import URI from 'vs/base/common/uri'; import { WorkspacesChannel } from 'vs/platform/workspaces/common/workspacesIpc'; import { IWorkspacesMainService } from 'vs/platform/workspaces/common/workspaces'; -import { dirname, join } from 'path'; -import { touch } from 'vs/base/node/pfs'; import { getMachineId } from 'vs/base/node/id'; +import { Win32UpdateService } from 'vs/platform/update/electron-main/updateService.win32'; +import { LinuxUpdateService } from 'vs/platform/update/electron-main/updateService.linux'; +import { DarwinUpdateService } from 'vs/platform/update/electron-main/updateService.darwin'; +import { IIssueService } from 'vs/platform/issue/common/issue'; +import { IssueChannel } from 'vs/platform/issue/common/issueIpc'; +import { IssueService } from 'vs/platform/issue/electron-main/issueService'; +import { LogLevelSetterChannel } from 'vs/platform/log/common/logIpc'; +import { setUnexpectedErrorHandler } from 'vs/base/common/errors'; export class CodeApplication { - private static readonly APP_ICON_REFRESH_KEY = 'macOSAppIconRefresh3'; private static readonly MACHINE_ID_KEY = 'telemetry.machineId'; private toDispose: IDisposable[]; @@ -87,26 +91,8 @@ export class CodeApplication { private registerListeners(): void { // We handle uncaught exceptions here to prevent electron from opening a dialog to the user - process.on('uncaughtException', (err: any) => { - if (err) { - - // take only the message and stack property - const friendlyError = { - message: err.message, - stack: err.stack - }; - - // handle on client side - if (this.windowsMainService) { - this.windowsMainService.sendToFocused('vscode:reportError', JSON.stringify(friendlyError)); - } - } - - this.logService.error(`[uncaught exception in main]: ${err}`); - if (err.stack) { - this.logService.error(err.stack); - } - }); + setUnexpectedErrorHandler(err => this.onUnexpectedError(err)); + process.on('uncaughtException', err => this.onUnexpectedError(err)); app.on('will-quit', () => { this.logService.trace('App#will-quit: disposing resources'); @@ -129,8 +115,16 @@ export class CodeApplication { } }); - const isValidWebviewSource = (source: string) => - !source || (URI.parse(source.toLowerCase()).toString() as any).startsWith(URI.file(this.environmentService.appRoot.toLowerCase()).toString()); + const isValidWebviewSource = (source: string): boolean => { + if (!source) { + return false; + } + if (source === 'data:text/html;charset=utf-8,%3C%21DOCTYPE%20html%3E%0D%0A%3Chtml%20lang%3D%22en%22%20style%3D%22width%3A%20100%25%3B%20height%3A%20100%25%22%3E%0D%0A%3Chead%3E%0D%0A%09%3Ctitle%3EVirtual%20Document%3C%2Ftitle%3E%0D%0A%3C%2Fhead%3E%0D%0A%3Cbody%20style%3D%22margin%3A%200%3B%20overflow%3A%20hidden%3B%20width%3A%20100%25%3B%20height%3A%20100%25%22%3E%0D%0A%3C%2Fbody%3E%0D%0A%3C%2Fhtml%3E') { + return true; + } + const srcUri: any = URI.parse(source.toLowerCase()).toString(); + return srcUri.startsWith(URI.file(this.environmentService.appRoot.toLowerCase()).toString()); + }; app.on('web-contents-created', (_event: any, contents) => { contents.on('will-attach-webview', (event: Electron.Event, webPreferences, params) => { @@ -229,6 +223,27 @@ export class CodeApplication { }); } + private onUnexpectedError(err: Error): void { + if (err) { + + // take only the message and stack property + const friendlyError = { + message: err.message, + stack: err.stack + }; + + // handle on client side + if (this.windowsMainService) { + this.windowsMainService.sendToFocused('vscode:reportError', JSON.stringify(friendlyError)); + } + } + + this.logService.error(`[uncaught exception in main]: ${err}`); + if (err.stack) { + this.logService.error(err.stack); + } + } + private onBroadcast(event: string, payload: any): void { // Theme changes @@ -262,7 +277,7 @@ export class CodeApplication { this.logService.trace(`Resolved machine identifier: ${machineId}`); // Spawn shared process - this.sharedProcess = new SharedProcess(this.environmentService, machineId, this.userEnv); + this.sharedProcess = new SharedProcess(this.environmentService, machineId, this.userEnv, this.logService); this.toDispose.push(this.sharedProcess); this.sharedProcessClient = this.sharedProcess.whenReady().then(() => connect(this.environmentService.sharedIPCHandle, 'main')); @@ -299,10 +314,18 @@ export class CodeApplication { private initServices(machineId: string): IInstantiationService { const services = new ServiceCollection(); - services.set(IUpdateService, new SyncDescriptor(UpdateService)); + if (process.platform === 'win32') { + services.set(IUpdateService, new SyncDescriptor(Win32UpdateService)); + } else if (process.platform === 'linux') { + services.set(IUpdateService, new SyncDescriptor(LinuxUpdateService)); + } else if (process.platform === 'darwin') { + services.set(IUpdateService, new SyncDescriptor(DarwinUpdateService)); + } + services.set(IWindowsMainService, new SyncDescriptor(WindowsManager, machineId)); services.set(IWindowsService, new SyncDescriptor(WindowsService, this.sharedProcess)); services.set(ILaunchService, new SyncDescriptor(LaunchService)); + services.set(IIssueService, new SyncDescriptor(IssueService, machineId)); // Telemtry if (this.environmentService.isBuilt && !this.environmentService.isExtensionDevelopment && !this.environmentService.args['disable-telemetry'] && !!product.enableTelemetry) { @@ -347,6 +370,10 @@ export class CodeApplication { const urlChannel = appInstantiationService.createInstance(URLChannel, urlService); this.electronIpcServer.registerChannel('url', urlChannel); + const issueService = accessor.get(IIssueService); + const issueChannel = new IssueChannel(issueService); + this.electronIpcServer.registerChannel('issue', issueChannel); + const workspacesService = accessor.get(IWorkspacesMainService); const workspacesChannel = appInstantiationService.createInstance(WorkspacesChannel, workspacesService); this.electronIpcServer.registerChannel('workspaces', workspacesChannel); @@ -356,6 +383,11 @@ export class CodeApplication { this.electronIpcServer.registerChannel('windows', windowsChannel); this.sharedProcessClient.done(client => client.registerChannel('windows', windowsChannel)); + // Log level management + const logLevelChannel = new LogLevelSetterChannel(accessor.get(ILogService)); + this.electronIpcServer.registerChannel('loglevel', logLevelChannel); + this.sharedProcessClient.done(client => client.registerChannel('loglevel', logLevelChannel)); + // Lifecycle this.lifecycleService.ready(); @@ -376,6 +408,7 @@ export class CodeApplication { private afterWindowOpen(accessor: ServicesAccessor): void { const appInstantiationService = accessor.get(IInstantiationService); + const windowsMainService = accessor.get(IWindowsMainService); let windowsMutex: Mutex = null; if (platform.isWindows) { @@ -387,7 +420,7 @@ export class CodeApplication { this.toDispose.push({ dispose: () => windowsMutex.release() }); } catch (e) { if (!this.environmentService.isBuilt) { - dialog.showMessageBox({ + windowsMainService.showMessageBox({ title: product.nameLong, type: 'warning', message: 'Failed to load windows-mutex!', @@ -403,7 +436,7 @@ export class CodeApplication { require.__$__nodeRequire('windows-foreground-love'); } catch (e) { if (!this.environmentService.isBuilt) { - dialog.showMessageBox({ + windowsMainService.showMessageBox({ title: product.nameLong, type: 'warning', message: 'Failed to load windows-foreground-love!', @@ -423,20 +456,6 @@ export class CodeApplication { // Start shared process here this.sharedProcess.spawn(); - - // Helps application icon refresh after an update with new icon is installed (macOS) - // TODO@Ben remove after a couple of releases - if (platform.isMacintosh) { - if (!this.stateService.getItem(CodeApplication.APP_ICON_REFRESH_KEY)) { - this.stateService.setItem(CodeApplication.APP_ICON_REFRESH_KEY, true); - - // 'exe' => /Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron - const appPath = dirname(dirname(dirname(app.getPath('exe')))); - const infoPlistPath = join(appPath, 'Contents', 'Info.plist'); - touch(appPath).done(null, error => { /* ignore */ }); - touch(infoPlistPath).done(null, error => { /* ignore */ }); - } - } } private dispose(): void { diff --git a/src/vs/code/electron-main/auth.ts b/src/vs/code/electron-main/auth.ts index 2ea9bbd697..9db6c98978 100644 --- a/src/vs/code/electron-main/auth.ts +++ b/src/vs/code/electron-main/auth.ts @@ -68,7 +68,7 @@ export class ProxyAuthHandler { const win = new BrowserWindow(opts); const config = {}; - const baseUrl = require.toUrl('./auth.html'); + const baseUrl = require.toUrl('vs/code/electron-browser/proxy/auth.html'); const url = `${baseUrl}?config=${encodeURIComponent(JSON.stringify(config))}`; const proxyUrl = `${authInfo.host}:${authInfo.port}`; const title = localize('authRequire', "Proxy Authentication Required"); diff --git a/src/vs/workbench/parts/codeEditor/electron-browser/media/codeEditor.css b/src/vs/code/electron-main/contributions.ts similarity index 79% rename from src/vs/workbench/parts/codeEditor/electron-browser/media/codeEditor.css rename to src/vs/code/electron-main/contributions.ts index 8a8fb1ec23..89489fb4a0 100644 --- a/src/vs/workbench/parts/codeEditor/electron-browser/media/codeEditor.css +++ b/src/vs/code/electron-main/contributions.ts @@ -3,6 +3,6 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -.toggle-word-wrap-action { - background: url('WordWrap_16x.svg') center center no-repeat; -} +'use strict'; + +import 'vs/platform/update/node/update.config.contribution'; \ No newline at end of file diff --git a/src/vs/code/electron-main/diagnostics.ts b/src/vs/code/electron-main/diagnostics.ts index 712a94c9d6..0f8186c56d 100644 --- a/src/vs/code/electron-main/diagnostics.ts +++ b/src/vs/code/electron-main/diagnostics.ts @@ -17,6 +17,97 @@ import { isWindows } from 'vs/base/common/platform'; import { app } from 'electron'; import { basename } from 'path'; +export interface VersionInfo { + vscodeVersion: string; + os: string; +} + +export interface SystemInfo { + CPUs?: string; + 'Memory (System)': string; + 'Load (avg)'?: string; + VM: string; + 'Screen Reader': string; + 'Process Argv': string; +} + +export interface ProcessInfo { + cpu: number; + memory: number; + pid: number; + name: string; +} + +export interface PerformanceInfo { + processInfo?: string; + workspaceInfo?: string; +} + +export function getPerformanceInfo(info: IMainProcessInfo): Promise { + return listProcesses(info.mainPID).then(rootProcess => { + const workspaceInfoMessages = []; + + // Workspace Stats + if (info.windows.some(window => window.folders && window.folders.length > 0)) { + info.windows.forEach(window => { + if (window.folders.length === 0) { + return; + } + + workspaceInfoMessages.push(`| Window (${window.title})`); + + window.folders.forEach(folder => { + try { + const stats = collectWorkspaceStats(folder, ['node_modules', '.git']); + let countMessage = `${stats.fileCount} files`; + if (stats.maxFilesReached) { + countMessage = `more than ${countMessage}`; + } + workspaceInfoMessages.push(`| Folder (${basename(folder)}): ${countMessage}`); + workspaceInfoMessages.push(formatWorkspaceStats(stats)); + + const launchConfigs = collectLaunchConfigs(folder); + if (launchConfigs.length > 0) { + workspaceInfoMessages.push(formatLaunchConfigs(launchConfigs)); + } + } catch (error) { + workspaceInfoMessages.push(`| Error: Unable to collect workpsace stats for folder ${folder} (${error.toString()})`); + } + }); + }); + } + + return { + processInfo: formatProcessList(info, rootProcess), + workspaceInfo: workspaceInfoMessages.join('\n') + }; + }); +} + +export function getSystemInfo(info: IMainProcessInfo): SystemInfo { + const MB = 1024 * 1024; + const GB = 1024 * MB; + + const systemInfo: SystemInfo = { + 'Memory (System)': `${(os.totalmem() / GB).toFixed(2)}GB (${(os.freemem() / GB).toFixed(2)}GB free)`, + VM: `${Math.round((virtualMachineHint.value() * 100))}%`, + 'Screen Reader': `${app.isAccessibilitySupportEnabled() ? 'yes' : 'no'}`, + 'Process Argv': `${info.mainArguments.join(' ')}` + }; + + const cpus = os.cpus(); + if (cpus && cpus.length > 0) { + systemInfo.CPUs = `${cpus[0].model} (${cpus.length} x ${cpus[0].speed})`; + } + + if (!isWindows) { + systemInfo['Load (avg)'] = `${os.loadavg().map(l => Math.round(l)).join(', ')}`; + } + + + return systemInfo; +} + export function printDiagnostics(info: IMainProcessInfo): Promise { return listProcesses(info.mainPID).then(rootProcess => { @@ -83,7 +174,6 @@ function formatWorkspaceStats(workspaceStats: WorkspaceStats): string { line += item; }; - // File Types let line = '| File types:'; const maxShown = 10; @@ -124,7 +214,7 @@ function formatEnvironment(info: IMainProcessInfo): string { const output: string[] = []; output.push(`Version: ${pkg.name} ${pkg.version} (${product.commit || 'Commit unknown'}, ${product.date || 'Date unknown'})`); - output.push(`OS Version: ${os.type()} ${os.arch()} ${os.release()})`); + output.push(`OS Version: ${os.type()} ${os.arch()} ${os.release()}`); const cpus = os.cpus(); if (cpus && cpus.length > 0) { output.push(`CPUs: ${cpus[0].model} (${cpus.length} x ${cpus[0].speed})`); @@ -135,6 +225,7 @@ function formatEnvironment(info: IMainProcessInfo): string { } output.push(`VM: ${Math.round((virtualMachineHint.value() * 100))}%`); output.push(`Screen Reader: ${app.isAccessibilitySupportEnabled() ? 'yes' : 'no'}`); + output.push(`Process Argv: ${info.mainArguments.join(' ')}`); return output.join('\n'); } @@ -145,9 +236,11 @@ function formatProcessList(info: IMainProcessInfo, rootProcess: ProcessItem): st const output: string[] = []; - output.push('CPU %\tMem MB\tProcess'); + output.push('CPU %\tMem MB\t PID\tProcess'); - formatProcessItem(mapPidToWindowTitle, output, rootProcess, 0); + if (rootProcess) { + formatProcessItem(mapPidToWindowTitle, output, rootProcess, 0); + } return output.join('\n'); } @@ -169,10 +262,10 @@ function formatProcessItem(mapPidToWindowTitle: Map, output: str } } const memory = process.platform === 'win32' ? item.mem : (os.totalmem() * (item.mem / 100)); - output.push(`${pad(Number(item.load.toFixed(0)), 5, ' ')}\t${pad(Number((memory / MB).toFixed(0)), 6, ' ')}\t${name}`); + output.push(`${pad(Number(item.load.toFixed(0)), 5, ' ')}\t${pad(Number((memory / MB).toFixed(0)), 6, ' ')}\t${pad(Number((item.pid).toFixed(0)), 6, ' ')}\t${name}`); // Recurse into children if any if (Array.isArray(item.children)) { item.children.forEach(child => formatProcessItem(mapPidToWindowTitle, output, child, indent + 1)); } -} \ No newline at end of file +} diff --git a/src/vs/code/electron-main/launch.ts b/src/vs/code/electron-main/launch.ts index f0b91dfdd6..631b96e977 100644 --- a/src/vs/code/electron-main/launch.ts +++ b/src/vs/code/electron-main/launch.ts @@ -10,12 +10,13 @@ import { IChannel } from 'vs/base/parts/ipc/common/ipc'; import { ILogService } from 'vs/platform/log/common/log'; import { IURLService } from 'vs/platform/url/common/url'; import { IProcessEnvironment } from 'vs/base/common/platform'; -import { ParsedArgs } from 'vs/platform/environment/common/environment'; +import { ParsedArgs, IEnvironmentService } from 'vs/platform/environment/common/environment'; import { createDecorator } from 'vs/platform/instantiation/common/instantiation'; import { OpenContext } from 'vs/platform/windows/common/windows'; import { IWindowsMainService, ICodeWindow } from 'vs/platform/windows/electron-main/windows'; import { whenDeleted } from 'vs/base/node/pfs'; import { IWorkspacesMainService } from 'vs/platform/workspaces/common/workspaces'; +import { Schemas } from 'vs/base/common/network'; export const ID = 'launchService'; export const ILaunchService = createDecorator(ID); @@ -33,6 +34,7 @@ export interface IWindowInfo { export interface IMainProcessInfo { mainPID: number; + mainArguments: string[]; windows: IWindowInfo[]; } @@ -41,12 +43,14 @@ export interface ILaunchService { start(args: ParsedArgs, userEnv: IProcessEnvironment): TPromise; getMainProcessId(): TPromise; getMainProcessInfo(): TPromise; + getLogsPath(): TPromise; } export interface ILaunchChannel extends IChannel { call(command: 'start', arg: IStartArguments): TPromise; call(command: 'get-main-process-id', arg: null): TPromise; call(command: 'get-main-process-info', arg: null): TPromise; + call(command: 'get-logs-path', arg: null): TPromise; call(command: string, arg: any): TPromise; } @@ -65,6 +69,9 @@ export class LaunchChannel implements ILaunchChannel { case 'get-main-process-info': return this.service.getMainProcessInfo(); + + case 'get-logs-path': + return this.service.getLogsPath(); } return undefined; @@ -88,6 +95,10 @@ export class LaunchChannelClient implements ILaunchService { public getMainProcessInfo(): TPromise { return this.channel.call('get-main-process-info', null); } + + public getLogsPath(): TPromise { + return this.channel.call('get-logs-path', null); + } } export class LaunchService implements ILaunchService { @@ -98,21 +109,35 @@ export class LaunchService implements ILaunchService { @ILogService private logService: ILogService, @IWindowsMainService private windowsMainService: IWindowsMainService, @IURLService private urlService: IURLService, - @IWorkspacesMainService private workspacesMainService: IWorkspacesMainService + @IWorkspacesMainService private workspacesMainService: IWorkspacesMainService, + @IEnvironmentService private readonly environmentService: IEnvironmentService ) { } public start(args: ParsedArgs, userEnv: IProcessEnvironment): TPromise { this.logService.trace('Received data from other instance: ', args, userEnv); // Check early for open-url which is handled in URL service - const openUrl = (args['open-url'] ? args._urls : []) || []; - if (openUrl.length > 0) { - openUrl.forEach(url => this.urlService.open(url)); - + if (this.shouldOpenUrl(args)) { return TPromise.as(null); } // Otherwise handle in windows service + return this.startOpenWindow(args, userEnv); + } + + private shouldOpenUrl(args: ParsedArgs): boolean { + if (args['open-url'] && args._urls && args._urls.length > 0) { + // --open-url must contain -- followed by the url(s) + // process.argv is used over args._ as args._ are resolved to file paths at this point + args._urls.forEach(url => this.urlService.open(url)); + + return true; + } + + return false; + } + + private startOpenWindow(args: ParsedArgs, userEnv: IProcessEnvironment): TPromise { const context = !!userEnv['VSCODE_CLI'] ? OpenContext.CLI : OpenContext.DESKTOP; let usedWindows: ICodeWindow[]; if (!!args.extensionDevelopmentPath) { @@ -158,12 +183,19 @@ export class LaunchService implements ILaunchService { return TPromise.wrap({ mainPID: process.pid, + mainArguments: process.argv, windows: this.windowsMainService.getWindows().map(window => { return this.getWindowInfo(window); }) } as IMainProcessInfo); } + public getLogsPath(): TPromise { + this.logService.trace('Received request for logs path from other instance.'); + + return TPromise.as(this.environmentService.logsPath); + } + private getWindowInfo(window: ICodeWindow): IWindowInfo { const folders: string[] = []; @@ -172,7 +204,7 @@ export class LaunchService implements ILaunchService { } else if (window.openedWorkspace) { const rootFolders = this.workspacesMainService.resolveWorkspaceSync(window.openedWorkspace.configPath).folders; rootFolders.forEach(root => { - if (root.uri.scheme === 'file') { + if (root.uri.scheme === Schemas.file) { // todo@remote signal remote folders? folders.push(root.uri.fsPath); } }); @@ -184,4 +216,4 @@ export class LaunchService implements ILaunchService { folders } as IWindowInfo; } -} \ No newline at end of file +} diff --git a/src/vs/code/electron-main/logUploader.ts b/src/vs/code/electron-main/logUploader.ts new file mode 100644 index 0000000000..6d8b4b258d --- /dev/null +++ b/src/vs/code/electron-main/logUploader.ts @@ -0,0 +1,155 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +'use strict'; + +import * as os from 'os'; +import * as cp from 'child_process'; +import * as fs from 'fs'; +import * as path from 'path'; + +import { localize } from 'vs/nls'; +import { ILaunchChannel } from 'vs/code/electron-main/launch'; +import { TPromise } from 'vs/base/common/winjs.base'; +import product from 'vs/platform/node/product'; +import { IRequestService } from 'vs/platform/request/node/request'; +import { IRequestContext } from 'vs/base/node/request'; +import { IEnvironmentService } from 'vs/platform/environment/common/environment'; + +interface PostResult { + readonly blob_id: string; +} + +class Endpoint { + private constructor( + public readonly url: string + ) { } + + public static getFromProduct(): Endpoint | undefined { + const logUploaderUrl = product.logUploaderUrl; + return logUploaderUrl ? new Endpoint(logUploaderUrl) : undefined; + } +} + +export async function uploadLogs( + channel: ILaunchChannel, + requestService: IRequestService, + environmentService: IEnvironmentService +): TPromise { + const endpoint = Endpoint.getFromProduct(); + if (!endpoint) { + console.error(localize('invalidEndpoint', 'Invalid log uploader endpoint')); + return; + } + + const logsPath = await channel.call('get-logs-path', null); + + if (await promptUserToConfirmLogUpload(logsPath, environmentService)) { + console.log(localize('beginUploading', 'Uploading...')); + const outZip = await zipLogs(logsPath); + const result = await postLogs(endpoint, outZip, requestService); + console.log(localize('didUploadLogs', 'Upload successful! Log file ID: {0}', result.blob_id)); + } +} + +function promptUserToConfirmLogUpload( + logsPath: string, + environmentService: IEnvironmentService +): boolean { + const confirmKey = 'iConfirmLogsUpload'; + if ((environmentService.args['upload-logs'] || '').toLowerCase() === confirmKey.toLowerCase()) { + return true; + } else { + const message = localize('logUploadPromptHeader', 'You are about to upload your session logs to a secure Microsoft endpoint that only Microsoft\'s members of the VS Code team can access.') + + '\n\n' + localize('logUploadPromptBody', 'Session logs may contain personal information such as full paths or file contents. Please review and redact your session log files here: \'{0}\'', logsPath) + + '\n\n' + localize('logUploadPromptBodyDetails', 'By continuing you confirm that you have reviewed and redacted your session log files and that you agree to Microsoft using them to debug VS Code.') + + '\n\n' + localize('logUploadPromptAcceptInstructions', 'Please run code with \'--upload-logs={0}\' to proceed with upload', confirmKey); + console.log(message); + return false; + } +} + +async function postLogs( + endpoint: Endpoint, + outZip: string, + requestService: IRequestService +): TPromise { + const dotter = setInterval(() => console.log('.'), 5000); + let result: IRequestContext; + try { + result = await requestService.request({ + url: endpoint.url, + type: 'POST', + data: Buffer.from(fs.readFileSync(outZip)).toString('base64'), + headers: { + 'Content-Type': 'application/zip' + } + }); + } catch (e) { + clearInterval(dotter); + console.log(localize('postError', 'Error posting logs: {0}', e)); + throw e; + } + + return new TPromise((res, reject) => { + const parts: Buffer[] = []; + result.stream.on('data', data => { + parts.push(data); + }); + + result.stream.on('end', () => { + clearInterval(dotter); + try { + const response = Buffer.concat(parts).toString('utf-8'); + if (result.res.statusCode === 200) { + res(JSON.parse(response)); + } else { + const errorMessage = localize('responseError', 'Error posting logs. Got {0} — {1}', result.res.statusCode, response); + console.log(errorMessage); + reject(new Error(errorMessage)); + } + } catch (e) { + console.log(localize('parseError', 'Error parsing response')); + reject(e); + } + }); + }); +} + +function zipLogs( + logsPath: string +): TPromise { + const tempDir = fs.mkdtempSync(path.join(os.tmpdir(), 'vscode-log-upload')); + const outZip = path.join(tempDir, 'logs.zip'); + return new TPromise((resolve, reject) => { + doZip(logsPath, outZip, tempDir, (err, stdout, stderr) => { + if (err) { + console.error(localize('zipError', 'Error zipping logs: {0}', err)); + reject(err); + } else { + resolve(outZip); + } + }); + }); +} + +function doZip( + logsPath: string, + outZip: string, + tempDir: string, + callback: (error: Error, stdout: string, stderr: string) => void +) { + switch (os.platform()) { + case 'win32': + // Copy directory first to avoid file locking issues + const sub = path.join(tempDir, 'sub'); + return cp.execFile('powershell', ['-Command', + `[System.IO.Directory]::CreateDirectory("${sub}"); Copy-Item -recurse "${logsPath}" "${sub}"; Compress-Archive -Path "${sub}" -DestinationPath "${outZip}"`], + { cwd: logsPath }, + callback); + default: + return cp.execFile('zip', ['-r', outZip, '.'], { cwd: logsPath }, callback); + } +} \ No newline at end of file diff --git a/src/vs/code/electron-main/main.ts b/src/vs/code/electron-main/main.ts index ed545959e5..7b031fe5ba 100644 --- a/src/vs/code/electron-main/main.ts +++ b/src/vs/code/electron-main/main.ts @@ -5,6 +5,7 @@ 'use strict'; +import 'vs/code/electron-main/contributions'; import { app, dialog } from 'electron'; import { assign } from 'vs/base/common/objects'; import * as platform from 'vs/base/common/platform'; @@ -21,7 +22,7 @@ import { ServicesAccessor, IInstantiationService } from 'vs/platform/instantiati import { InstantiationService } from 'vs/platform/instantiation/common/instantiationService'; import { ServiceCollection } from 'vs/platform/instantiation/common/serviceCollection'; import { SyncDescriptor } from 'vs/platform/instantiation/common/descriptors'; -import { ILogService, ConsoleLogMainService, MultiplexLogService } from 'vs/platform/log/common/log'; +import { ILogService, ConsoleLogMainService, MultiplexLogService, getLogLevel } from 'vs/platform/log/common/log'; import { StateService } from 'vs/platform/state/node/stateService'; import { IStateService } from 'vs/platform/state/common/state'; import { IBackupMainService } from 'vs/platform/backup/common/backup'; @@ -42,16 +43,20 @@ import { WorkspacesMainService } from 'vs/platform/workspaces/electron-main/work import { IWorkspacesMainService } from 'vs/platform/workspaces/common/workspaces'; import { localize } from 'vs/nls'; import { mnemonicButtonLabel } from 'vs/base/common/labels'; -import { createLogService } from 'vs/platform/log/node/spdlogService'; +import { createSpdLogService } from 'vs/platform/log/node/spdlogService'; import { printDiagnostics } from 'vs/code/electron-main/diagnostics'; +import { BufferLogService } from 'vs/platform/log/common/bufferLog'; +import { uploadLogs } from 'vs/code/electron-main/logUploader'; +import { setUnexpectedErrorHandler } from 'vs/base/common/errors'; +import { IChoiceService } from 'vs/platform/dialogs/common/dialogs'; +import { ChoiceCliService } from 'vs/platform/dialogs/node/choiceCli'; -function createServices(args: ParsedArgs): IInstantiationService { +function createServices(args: ParsedArgs, bufferLogService: BufferLogService): IInstantiationService { const services = new ServiceCollection(); const environmentService = new EnvironmentService(args, process.execPath); - const spdlogService = createLogService('main', environmentService); - const consoleLogService = new ConsoleLogMainService(environmentService); - const logService = new MultiplexLogService([consoleLogService, spdlogService]); + const consoleLogService = new ConsoleLogMainService(getLogLevel(environmentService)); + const logService = new MultiplexLogService([consoleLogService, bufferLogService]); process.once('exit', () => logService.dispose()); @@ -68,6 +73,7 @@ function createServices(args: ParsedArgs): IInstantiationService { services.set(IRequestService, new SyncDescriptor(RequestService)); services.set(IURLService, new SyncDescriptor(URLService, args['open-url'] ? args._urls : [])); services.set(IBackupMainService, new SyncDescriptor(BackupMainService)); + services.set(IChoiceService, new SyncDescriptor(ChoiceCliService)); return new InstantiationService(services, true); } @@ -104,6 +110,7 @@ class ExpectedError extends Error { function setupIPC(accessor: ServicesAccessor): TPromise { const logService = accessor.get(ILogService); const environmentService = accessor.get(IEnvironmentService); + const requestService = accessor.get(IRequestService); function allowSetForegroundWindow(service: LaunchChannelClient): TPromise { let promise = TPromise.wrap(void 0); @@ -133,6 +140,12 @@ function setupIPC(accessor: ServicesAccessor): TPromise { throw new ExpectedError('Terminating...'); } + // Log uploader usage info + if (typeof environmentService.args['upload-logs'] !== 'undefined') { + logService.warn('Warning: The --upload-logs argument can only be used if Code is already running. Please run it again after Code has started.'); + throw new ExpectedError('Terminating...'); + } + // dock might be hidden at this case due to a retry if (platform.isMacintosh) { app.dock.show(); @@ -170,7 +183,7 @@ function setupIPC(accessor: ServicesAccessor): TPromise { // Skip this if we are running with --wait where it is expected that we wait for a while. // Also skip when gathering diagnostics (--status) which can take a longer time. let startupWarningDialogHandle: number; - if (!environmentService.wait && !environmentService.status) { + if (!environmentService.wait && !environmentService.status && !environmentService.args['upload-logs']) { startupWarningDialogHandle = setTimeout(() => { showStartupWarningDialog( localize('secondInstanceNoResponse', "Another instance of {0} is running but not responding", product.nameShort), @@ -189,6 +202,12 @@ function setupIPC(accessor: ServicesAccessor): TPromise { }); } + // Log uploader + if (typeof environmentService.args['upload-logs'] !== 'undefined') { + return uploadLogs(channel, requestService, environmentService) + .then(() => TPromise.wrapError(new ExpectedError())); + } + logService.trace('Sending env to running instance...'); return allowSetForegroundWindow(service) @@ -236,7 +255,7 @@ function setupIPC(accessor: ServicesAccessor): TPromise { } function showStartupWarningDialog(message: string, detail: string): void { - dialog.showMessageBox(null, { + dialog.showMessageBox({ title: product.nameLong, type: 'warning', buttons: [mnemonicButtonLabel(localize({ key: 'close', comment: ['&& denotes a mnemonic'] }, "&&Close"))], @@ -272,8 +291,12 @@ function quit(accessor: ServicesAccessor, reason?: ExpectedError | Error): void } function main() { - let args: ParsedArgs; + // Set the error handler early enough so that we are not getting the + // default electron error dialog popping up + setUnexpectedErrorHandler(err => console.error(err)); + + let args: ParsedArgs; try { args = parseMainProcessArgv(process.argv); args = validatePaths(args); @@ -284,7 +307,12 @@ function main() { return; } - const instantiationService = createServices(args); + // We need to buffer the spdlog logs until we are sure + // we are the only instance running, otherwise we'll have concurrent + // log file access on Windows + // https://github.com/Microsoft/vscode/issues/41218 + const bufferLogService = new BufferLogService(); + const instantiationService = createServices(args, bufferLogService); return instantiationService.invokeFunction(accessor => { @@ -300,7 +328,10 @@ function main() { // Startup return instantiationService.invokeFunction(a => createPaths(a.get(IEnvironmentService))) .then(() => instantiationService.invokeFunction(setupIPC)) - .then(mainIpcServer => instantiationService.createInstance(CodeApplication, mainIpcServer, instanceEnv).startup()); + .then(mainIpcServer => { + bufferLogService.logger = createSpdLogService('main', bufferLogService.getLevel(), environmentService.logsPath); + return instantiationService.createInstance(CodeApplication, mainIpcServer, instanceEnv).startup(); + }); }).done(null, err => instantiationService.invokeFunction(quit, err)); } diff --git a/src/vs/code/electron-main/menus.ts b/src/vs/code/electron-main/menus.ts index 100cd12d7f..e17684856d 100644 --- a/src/vs/code/electron-main/menus.ts +++ b/src/vs/code/electron-main/menus.ts @@ -9,16 +9,16 @@ import * as nls from 'vs/nls'; import { isMacintosh, isLinux, isWindows, language } from 'vs/base/common/platform'; import * as arrays from 'vs/base/common/arrays'; import { IEnvironmentService } from 'vs/platform/environment/common/environment'; -import { ipcMain as ipc, app, shell, dialog, Menu, MenuItem, BrowserWindow, clipboard } from 'electron'; -import { OpenContext, IRunActionInWindowRequest } from 'vs/platform/windows/common/windows'; +import { ipcMain as ipc, app, shell, Menu, MenuItem, BrowserWindow } from 'electron'; +import { OpenContext, IRunActionInWindowRequest, IWindowsService } from 'vs/platform/windows/common/windows'; import { IConfigurationService, IConfigurationChangeEvent } from 'vs/platform/configuration/common/configuration'; import { AutoSaveConfiguration } from 'vs/platform/files/common/files'; import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; -import { IUpdateService, State as UpdateState } from 'vs/platform/update/common/update'; +import { IUpdateService, StateType } from 'vs/platform/update/common/update'; import product from 'vs/platform/node/product'; import { RunOnceScheduler } from 'vs/base/common/async'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; -import { mnemonicMenuLabel as baseMnemonicLabel, unmnemonicLabel, getPathLabel, mnemonicButtonLabel } from 'vs/base/common/labels'; +import { mnemonicMenuLabel as baseMnemonicLabel, unmnemonicLabel, getPathLabel } from 'vs/base/common/labels'; import { KeybindingsResolver } from 'vs/code/electron-main/keyboard'; import { IWindowsMainService, IWindowsCountChangedEvent } from 'vs/platform/windows/electron-main/windows'; import { IHistoryMainService } from 'vs/platform/history/common/history'; @@ -69,6 +69,7 @@ export class CodeMenu { @IInstantiationService instantiationService: IInstantiationService, @IConfigurationService private configurationService: IConfigurationService, @IWindowsMainService private windowsMainService: IWindowsMainService, + @IWindowsService private windowsService: IWindowsService, @IEnvironmentService private environmentService: IEnvironmentService, @ITelemetryService private telemetryService: ITelemetryService, @IHistoryMainService private historyMainService: IHistoryMainService @@ -246,6 +247,7 @@ export class CodeMenu { const editMenu = new Menu(); const editMenuItem = new MenuItem({ label: this.mnemonicLabel(nls.localize({ key: 'mEdit', comment: ['&& denotes a mnemonic'] }, "&&Edit")), submenu: editMenu }); this.setEditMenu(editMenu); + // {{SQL CARBON EDIT}} // Selection // const selectionMenu = new Menu(); @@ -333,7 +335,7 @@ export class CodeMenu { const showAll = new MenuItem({ label: nls.localize('mShowAll', "Show All"), role: 'unhide' }); const quit = new MenuItem(this.likeAction('workbench.action.quit', { label: nls.localize('miQuit', "Quit {0}", product.nameLong), click: () => { - if (this.windowsMainService.getWindowCount() === 0 || !!this.windowsMainService.getFocusedWindow()) { + if (this.windowsMainService.getWindowCount() === 0 || !!BrowserWindow.getFocusedWindow()) { this.windowsMainService.quit(); // fix for https://github.com/Microsoft/vscode/issues/39191 } } @@ -709,9 +711,11 @@ export class CodeMenu { } const commands = this.createMenuItem(nls.localize({ key: 'miCommandPalette', comment: ['&& denotes a mnemonic'] }, "&&Command Palette..."), 'workbench.action.showCommands'); + const openView = this.createMenuItem(nls.localize({ key: 'miOpenView', comment: ['&& denotes a mnemonic'] }, "&&Open View..."), 'workbench.action.openView'); const fullscreen = new MenuItem(this.withKeybinding('workbench.action.toggleFullScreen', { label: this.mnemonicLabel(nls.localize({ key: 'miToggleFullScreen', comment: ['&& denotes a mnemonic'] }, "Toggle &&Full Screen")), click: () => this.windowsMainService.getLastActiveWindow().toggleFullScreen(), enabled: this.windowsMainService.getWindowCount() > 0 })); const toggleZenMode = this.createMenuItem(nls.localize('miToggleZenMode', "Toggle Zen Mode"), 'workbench.action.toggleZenMode'); + const toggleCenteredLayout = this.createMenuItem(nls.localize('miToggleCenteredLayout', "Toggle Centered Layout"), 'workbench.action.toggleCenteredLayout'); const toggleMenuBar = this.createMenuItem(nls.localize({ key: 'miToggleMenuBar', comment: ['&& denotes a mnemonic'] }, "Toggle Menu &&Bar"), 'workbench.action.toggleMenuBar'); // {{SQL CARBON EDIT}} //const splitEditor = this.createMenuItem(nls.localize({ key: 'miSplitEditor', comment: ['&& denotes a mnemonic'] }, "Split &&Editor"), 'workbench.action.splitEditor'); @@ -758,6 +762,7 @@ export class CodeMenu { arrays.coalesce([ commands, + openView, __separator__(), servers, tasks, @@ -777,6 +782,7 @@ export class CodeMenu { __separator__(), fullscreen, toggleZenMode, + toggleCenteredLayout, isWindows || isLinux ? toggleMenuBar : void 0, __separator__(), // {{SQL CARBON EDIT}} @@ -979,7 +985,7 @@ export class CodeMenu { const label = nls.localize({ key: 'miReportIssue', comment: ['&& denotes a mnemonic', 'Translate this to "Report Issue in English" in all languages please!'] }, "Report &&Issue"); if (this.windowsMainService.getWindowCount() > 0) { - reportIssuesItem = this.createMenuItem(label, 'workbench.action.reportIssues'); + reportIssuesItem = this.createMenuItem(label, 'workbench.action.openIssueReporter'); } else { reportIssuesItem = new MenuItem({ label: this.mnemonicLabel(label), click: () => this.openUrl(product.reportIssueUrl, 'openReportIssues') }); } @@ -1037,7 +1043,7 @@ export class CodeMenu { } helpMenu.append(__separator__()); - helpMenu.append(new MenuItem({ label: this.mnemonicLabel(nls.localize({ key: 'miAbout', comment: ['&& denotes a mnemonic'] }, "&&About")), click: () => this.openAboutDialog() })); + helpMenu.append(new MenuItem({ label: this.mnemonicLabel(nls.localize({ key: 'miAbout', comment: ['&& denotes a mnemonic'] }, "&&About")), click: () => this.windowsService.openAboutDialog() })); } } @@ -1085,45 +1091,54 @@ export class CodeMenu { } private getUpdateMenuItems(): Electron.MenuItem[] { - switch (this.updateService.state) { - case UpdateState.Uninitialized: + const state = this.updateService.state; + + switch (state.type) { + case StateType.Uninitialized: return []; - case UpdateState.UpdateDownloaded: + case StateType.Idle: + return [new MenuItem({ + label: nls.localize('miCheckForUpdates', "Check for Updates..."), click: () => setTimeout(() => { + this.reportMenuActionTelemetry('CheckForUpdate'); + + const focusedWindow = this.windowsMainService.getFocusedWindow(); + const context = focusedWindow ? { windowId: focusedWindow.id } : null; + this.updateService.checkForUpdates(context); + }, 0) + })]; + + case StateType.CheckingForUpdates: + return [new MenuItem({ label: nls.localize('miCheckingForUpdates', "Checking For Updates..."), enabled: false })]; + + case StateType.AvailableForDownload: + return [new MenuItem({ + label: nls.localize('miDownloadUpdate', "Download Available Update"), click: () => { + this.updateService.downloadUpdate(); + } + })]; + + case StateType.Downloading: + return [new MenuItem({ label: nls.localize('miDownloadingUpdate', "Downloading Update..."), enabled: false })]; + + case StateType.Downloaded: + return [new MenuItem({ + label: nls.localize('miInstallUpdate', "Install Update..."), click: () => { + this.reportMenuActionTelemetry('InstallUpdate'); + this.updateService.applyUpdate(); + } + })]; + + case StateType.Updating: + return [new MenuItem({ label: nls.localize('miInstallingUpdate', "Installing Update..."), enabled: false })]; + + case StateType.Ready: return [new MenuItem({ label: nls.localize('miRestartToUpdate', "Restart to Update..."), click: () => { this.reportMenuActionTelemetry('RestartToUpdate'); this.updateService.quitAndInstall(); } })]; - - case UpdateState.CheckingForUpdate: - return [new MenuItem({ label: nls.localize('miCheckingForUpdates', "Checking For Updates..."), enabled: false })]; - - case UpdateState.UpdateAvailable: - if (isLinux) { - return [new MenuItem({ - label: nls.localize('miDownloadUpdate', "Download Available Update"), click: () => { - this.updateService.quitAndInstall(); - } - })]; - } - - const updateAvailableLabel = isWindows - ? nls.localize('miDownloadingUpdate', "Downloading Update...") - : nls.localize('miInstallingUpdate', "Installing Update..."); - - return [new MenuItem({ label: updateAvailableLabel, enabled: false })]; - - default: - const result = [new MenuItem({ - label: nls.localize('miCheckForUpdates', "Check for Updates..."), click: () => setTimeout(() => { - this.reportMenuActionTelemetry('CheckForUpdate'); - this.updateService.checkForUpdates(true); - }, 0) - })]; - - return result; } } @@ -1142,11 +1157,6 @@ export class CodeMenu { const enabled = typeof arg3 === 'boolean' ? arg3 : this.windowsMainService.getWindowCount() > 0; const checked = typeof arg4 === 'boolean' ? arg4 : false; - let commandId: string; - if (typeof arg2 === 'string') { - commandId = arg2; - } - const options: Electron.MenuItemConstructorOptions = { label, click, @@ -1158,6 +1168,13 @@ export class CodeMenu { options['checked'] = checked; } + let commandId: string; + if (typeof arg2 === 'string') { + commandId = arg2; + } else if (Array.isArray(arg2)) { + commandId = arg2[0]; + } + return new MenuItem(this.withKeybinding(commandId, options)); } @@ -1241,41 +1258,6 @@ export class CodeMenu { return options; } - private openAboutDialog(): void { - const lastActiveWindow = this.windowsMainService.getFocusedWindow() || this.windowsMainService.getLastActiveWindow(); - - const detail = nls.localize('aboutDetail', - "Version {0}\nCommit {1}\nDate {2}\nShell {3}\nRenderer {4}\nNode {5}\nArchitecture {6}", - app.getVersion(), - product.commit || 'Unknown', - product.date || 'Unknown', - process.versions['electron'], - process.versions['chrome'], - process.versions['node'], - process.arch - ); - - const buttons = [nls.localize('okButton', "OK")]; - if (isWindows) { - buttons.push(mnemonicButtonLabel(nls.localize({ key: 'copy', comment: ['&& denotes a mnemonic'] }, "&&Copy"))); // https://github.com/Microsoft/vscode/issues/37608 - } - - const result = dialog.showMessageBox(lastActiveWindow && lastActiveWindow.win, { - title: product.nameLong, - type: 'info', - message: product.nameLong, - detail: `\n${detail}`, - buttons, - noLink: true - }); - - if (isWindows && result === 1) { - clipboard.writeText(detail); - } - - this.reportMenuActionTelemetry('showAboutDialog'); - } - private openUrl(url: string, id: string): void { shell.openExternal(url); this.reportMenuActionTelemetry(id); diff --git a/src/vs/code/electron-main/sharedProcess.ts b/src/vs/code/electron-main/sharedProcess.ts index ef86bd6cdc..a1844c077b 100644 --- a/src/vs/code/electron-main/sharedProcess.ts +++ b/src/vs/code/electron-main/sharedProcess.ts @@ -12,6 +12,7 @@ import { IProcessEnvironment } from 'vs/base/common/platform'; import { BrowserWindow, ipcMain } from 'electron'; import { ISharedProcess } from 'vs/platform/windows/electron-main/windows'; import { Barrier } from 'vs/base/common/async'; +import { ILogService } from 'vs/platform/log/common/log'; export class SharedProcess implements ISharedProcess { @@ -23,7 +24,8 @@ export class SharedProcess implements ISharedProcess { constructor( private environmentService: IEnvironmentService, private readonly machineId: string, - private readonly userEnv: IProcessEnvironment + private readonly userEnv: IProcessEnvironment, + private readonly logService: ILogService ) { } @memoize @@ -43,7 +45,7 @@ export class SharedProcess implements ISharedProcess { userEnv: this.userEnv }); - const url = `${require.toUrl('vs/code/electron-browser/sharedProcess.html')}?config=${encodeURIComponent(JSON.stringify(config))}`; + const url = `${require.toUrl('vs/code/electron-browser/sharedProcess/sharedProcess.html')}?config=${encodeURIComponent(JSON.stringify(config))}`; this.window.loadURL(url); // Prevent the window from dying @@ -75,7 +77,8 @@ export class SharedProcess implements ISharedProcess { ipcMain.once('handshake:hello', ({ sender }: { sender: any }) => { sender.send('handshake:hey there', { sharedIPCHandle: this.environmentService.sharedIPCHandle, - args: this.environmentService.args + args: this.environmentService.args, + logLevel: this.logService.getLevel() }); ipcMain.once('handshake:im ready', () => c(null)); diff --git a/src/vs/code/electron-main/window.ts b/src/vs/code/electron-main/window.ts index efb9a4ac66..51144974cf 100644 --- a/src/vs/code/electron-main/window.ts +++ b/src/vs/code/electron-main/window.ts @@ -198,7 +198,7 @@ export class CodeWindow implements ICodeWindow { this._win = new BrowserWindow(options); this._id = this._win.id; - // TODO@Ben Bug in Electron (https://github.com/electron/electron/issues/10862). On multi-monitor setups, + // Bug in Electron (https://github.com/electron/electron/issues/10862). On multi-monitor setups, // it can happen that the position we set to the window is not the correct one on the display. // To workaround, we ask the window for its position and set it again if not matching. // This only applies if the window is not fullscreen or maximized and multiple monitors are used. @@ -559,6 +559,10 @@ export class CodeWindow implements ICodeWindow { configuration['extensions-dir'] = cli['extensions-dir']; } + if (cli) { + configuration['disable-extensions'] = cli['disable-extensions']; + } + configuration.isInitialStartup = false; // since this is a reload // Load config @@ -567,6 +571,10 @@ export class CodeWindow implements ICodeWindow { private getUrl(windowConfiguration: IWindowConfiguration): string { + // Set window ID + windowConfiguration.windowId = this._win.id; + windowConfiguration.logLevel = this.logService.getLevel(); + // Set zoomlevel const windowConfig = this.configurationService.getValue('window'); const zoomLevel = windowConfig && windowConfig.zoomLevel; @@ -578,7 +586,11 @@ export class CodeWindow implements ICodeWindow { windowConfiguration.fullscreen = this._win.isFullScreen(); // Set Accessibility Config - windowConfiguration.highContrast = isWindows && systemPreferences.isInvertedColorScheme() && (!windowConfig || windowConfig.autoDetectHighContrast); + let autoDetectHighContrast = true; + if (windowConfig && windowConfig.autoDetectHighContrast === false) { + autoDetectHighContrast = false; + } + windowConfiguration.highContrast = isWindows && autoDetectHighContrast && systemPreferences.isInvertedColorScheme(); windowConfiguration.accessibilitySupport = app.isAccessibilitySupportEnabled(); // Theme @@ -588,14 +600,13 @@ export class CodeWindow implements ICodeWindow { // Perf Counters windowConfiguration.perfEntries = exportEntries(); windowConfiguration.perfStartTime = global.perfStartTime; - windowConfiguration.perfAppReady = global.perfAppReady; windowConfiguration.perfWindowLoadTime = Date.now(); // Config (combination of process.argv and window configuration) const environment = parseArgs(process.argv); const config = objects.assign(environment, windowConfiguration); for (let key in config) { - if (!config[key]) { + if (config[key] === void 0 || config[key] === null || config[key] === '') { delete config[key]; // only send over properties that have a true value } } @@ -838,7 +849,7 @@ export class CodeWindow implements ICodeWindow { this._win.setAutoHideMenuBar(true); if (notify) { - this.send('vscode:showInfoMessage', nls.localize('hiddenMenuBar', "You can still access the menu bar by pressing the **Alt** key.")); + this.send('vscode:showInfoMessage', nls.localize('hiddenMenuBar', "You can still access the menu bar by pressing the Alt-key.")); } break; @@ -955,7 +966,7 @@ export class CodeWindow implements ICodeWindow { const segments: ITouchBarSegment[] = items.map(item => { let icon: Electron.NativeImage; if (item.iconPath) { - icon = nativeImage.createFromPath(item.iconPath); + icon = nativeImage.createFromPath(item.iconPath.dark); if (icon.isEmpty()) { icon = void 0; } diff --git a/src/vs/code/electron-main/windows.ts b/src/vs/code/electron-main/windows.ts index 6d022bce67..02473936fa 100644 --- a/src/vs/code/electron-main/windows.ts +++ b/src/vs/code/electron-main/windows.ts @@ -19,13 +19,13 @@ import { IPathWithLineAndColumn, parseLineAndColumnAware } from 'vs/code/node/pa import { ILifecycleService, UnloadReason, IWindowUnloadEvent } from 'vs/platform/lifecycle/electron-main/lifecycleMain'; import { IConfigurationService } from 'vs/platform/configuration/common/configuration'; import { ILogService } from 'vs/platform/log/common/log'; -import { IWindowSettings, OpenContext, IPath, IWindowConfiguration, INativeOpenDialogOptions, ReadyState, IPathsToWaitFor, IEnterWorkspaceResult } from 'vs/platform/windows/common/windows'; +import { IWindowSettings, OpenContext, IPath, IWindowConfiguration, INativeOpenDialogOptions, ReadyState, IPathsToWaitFor, IEnterWorkspaceResult, IMessageBoxResult } from 'vs/platform/windows/common/windows'; import { getLastActiveWindow, findBestWindowOrFolderForFile, findWindowOnWorkspace, findWindowOnExtensionDevelopmentPath, findWindowOnWorkspaceOrFolderPath } from 'vs/code/node/windowsFinder'; import CommonEvent, { Emitter } from 'vs/base/common/event'; import product from 'vs/platform/node/product'; import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { isEqual } from 'vs/base/common/paths'; -import { IWindowsMainService, IOpenConfiguration, IWindowsCountChangedEvent } from 'vs/platform/windows/electron-main/windows'; +import { IWindowsMainService, IOpenConfiguration, IWindowsCountChangedEvent, ICodeWindow } from 'vs/platform/windows/electron-main/windows'; import { IHistoryMainService } from 'vs/platform/history/common/history'; import { IProcessEnvironment, isLinux, isMacintosh, isWindows } from 'vs/base/common/platform'; import { TPromise } from 'vs/base/common/winjs.base'; @@ -35,6 +35,7 @@ import { mnemonicButtonLabel } from 'vs/base/common/labels'; import { Schemas } from 'vs/base/common/network'; import { normalizeNFC } from 'vs/base/common/strings'; import URI from 'vs/base/common/uri'; +import { Queue } from 'vs/base/common/async'; enum WindowError { UNRESPONSIVE, @@ -45,10 +46,6 @@ interface INewWindowState extends ISingleWindowState { hasDefaultState?: boolean; } -interface ILegacyWindowState extends IWindowState { - workspacePath?: string; -} - interface IWindowState { workspace?: IWorkspaceIdentifier; folderPath?: string; @@ -56,10 +53,6 @@ interface IWindowState { uiState: ISingleWindowState; } -interface ILegacyWindowsState extends IWindowsState { - openedFolders?: IWindowState[]; -} - interface IWindowsState { lastActiveWindow?: IWindowState; lastPluginDevelopmentHostWindow?: IWindowState; @@ -116,7 +109,7 @@ export class WindowsManager implements IWindowsMainService { private windowsState: IWindowsState; private lastClosedWindowState: IWindowState; - private fileDialog: FileDialog; + private dialogs: Dialogs; private workspacesManager: WorkspacesManager; private _onWindowReady = new Emitter(); @@ -151,39 +144,12 @@ export class WindowsManager implements IWindowsMainService { @IInstantiationService private instantiationService: IInstantiationService ) { this.windowsState = this.stateService.getItem(WindowsManager.windowsStateStorageKey) || { openedWindows: [] }; - - this.fileDialog = new FileDialog(environmentService, telemetryService, stateService, this); - this.workspacesManager = new WorkspacesManager(workspacesMainService, backupMainService, environmentService, this); - - this.migrateLegacyWindowState(); - } - - private migrateLegacyWindowState(): void { - const state: ILegacyWindowsState = this.windowsState; - - // TODO@Ben migration from previous openedFolders to new openedWindows property - if (Array.isArray(state.openedFolders) && state.openedFolders.length > 0) { - state.openedWindows = state.openedFolders; - state.openedFolders = void 0; - } else if (!state.openedWindows) { - state.openedWindows = []; + if (!Array.isArray(this.windowsState.openedWindows)) { + this.windowsState.openedWindows = []; } - // TODO@Ben migration from previous workspacePath in window state to folderPath - const states: ILegacyWindowState[] = []; - states.push(state.lastActiveWindow); - states.push(state.lastPluginDevelopmentHostWindow); - states.push(...state.openedWindows); - states.forEach(state => { - if (!state) { - return; - } - - if (typeof state.workspacePath === 'string') { - state.folderPath = state.workspacePath; - state.workspacePath = void 0; - } - }); + this.dialogs = new Dialogs(environmentService, telemetryService, stateService, this); + this.workspacesManager = new WorkspacesManager(workspacesMainService, backupMainService, environmentService, this); } public ready(initialUserEnv: IProcessEnvironment): void { @@ -277,7 +243,7 @@ export class WindowsManager implements IWindowsMainService { // - closeAll(2): onBeforeWindowClose(2, false), onBeforeWindowClose(2, false), onBeforeQuit(0) // private onBeforeQuit(): void { - const currentWindowsState: ILegacyWindowsState = { + const currentWindowsState: IWindowsState = { openedWindows: [], lastPluginDevelopmentHostWindow: this.windowsState.lastPluginDevelopmentHostWindow, lastActiveWindow: this.lastClosedWindowState @@ -403,7 +369,7 @@ export class WindowsManager implements IWindowsMainService { let foldersToRestore: string[] = []; let workspacesToRestore: IWorkspaceIdentifier[] = []; let emptyToRestore: string[] = []; - if (openConfig.initialStartup && !openConfig.cli.extensionDevelopmentPath) { + if (openConfig.initialStartup && !openConfig.cli.extensionDevelopmentPath && !openConfig.cli['disable-restore-windows']) { foldersToRestore = this.backupMainService.getFolderBackupPaths(); workspacesToRestore = this.backupMainService.getWorkspaceBackups(); // collect from workspaces with hot-exit backups @@ -825,12 +791,7 @@ export class WindowsManager implements IWindowsMainService { noLink: true }; - const activeWindow = BrowserWindow.getFocusedWindow(); - if (activeWindow) { - dialog.showMessageBox(activeWindow, options); - } else { - dialog.showMessageBox(options); - } + this.dialogs.showMessageBox(options, this.getFocusedWindow()); } return path; @@ -940,10 +901,6 @@ export class WindowsManager implements IWindowsMainService { const windowConfig = this.configurationService.getValue('window'); restoreWindows = ((windowConfig && windowConfig.restoreWindows) || 'one') as RestoreWindowsSetting; - if (restoreWindows === 'one' /* default */ && windowConfig && windowConfig.reopenFolders) { - restoreWindows = windowConfig.reopenFolders; // TODO@Ben migration from deprecated window.reopenFolders setting - } - if (['all', 'folders', 'one', 'none'].indexOf(restoreWindows) === -1) { restoreWindows = 'one'; } @@ -987,10 +944,14 @@ export class WindowsManager implements IWindowsMainService { }; } - // Folder - return { - folderPath: candidate - }; + // Folder (we check for isDirectory() because e.g. paths like /dev/null + // are neither file nor folder but some external tools might pass them + // over to us) + else if (candidateStat.isDirectory()) { + return { + folderPath: candidate + }; + } } } catch (error) { this.historyMainService.removeFromRecentlyOpened([candidate]); // since file does not seem to exist anymore, remove from recent @@ -1361,7 +1322,10 @@ export class WindowsManager implements IWindowsMainService { } if (e.window.config && !!e.window.config.extensionDevelopmentPath) { - return; // do not ask to save workspace when doing extension development + // do not ask to save workspace when doing extension development + // but still delete it. + this.workspacesMainService.deleteUntitledWorkspaceSync(workspace); + return; } if (windowClosing && !isMacintosh && this.getWindowCount() === 1) { @@ -1369,7 +1333,17 @@ export class WindowsManager implements IWindowsMainService { } // Handle untitled workspaces with prompt as needed - this.workspacesManager.promptToSaveUntitledWorkspace(e, workspace); + e.veto(this.workspacesManager.promptToSaveUntitledWorkspace(this.getWindowById(e.window.id), workspace).then(veto => { + if (veto) { + return veto; + } + + // Bug in electron: somehow we need this timeout so that the window closes properly. That + // might be related to the fact that the untitled workspace prompt shows up async and this + // code can execute before the dialog is fully closed which then blocks the window from closing. + // Issue: https://github.com/Microsoft/vscode/issues/41989 + return TPromise.timeout(0).then(() => veto); + })); } public focusLastActive(cli: ParsedArgs, context: OpenContext): CodeWindow { @@ -1457,48 +1431,48 @@ export class WindowsManager implements IWindowsMainService { // Unresponsive if (error === WindowError.UNRESPONSIVE) { - const result = dialog.showMessageBox(window.win, { + this.dialogs.showMessageBox({ title: product.nameLong, type: 'warning', buttons: [mnemonicButtonLabel(localize({ key: 'reopen', comment: ['&& denotes a mnemonic'] }, "&&Reopen")), mnemonicButtonLabel(localize({ key: 'wait', comment: ['&& denotes a mnemonic'] }, "&&Keep Waiting")), mnemonicButtonLabel(localize({ key: 'close', comment: ['&& denotes a mnemonic'] }, "&&Close"))], message: localize('appStalled', "The window is no longer responding"), detail: localize('appStalledDetail', "You can reopen or close the window or keep waiting."), noLink: true + }, window).then(result => { + if (!window.win) { + return; // Return early if the window has been going down already + } + + if (result.button === 0) { + window.reload(); + } else if (result.button === 2) { + this.onBeforeWindowClose(window); // 'close' event will not be fired on destroy(), so run it manually + window.win.destroy(); // make sure to destroy the window as it is unresponsive + } }); - - if (!window.win) { - return; // Return early if the window has been going down already - } - - if (result === 0) { - window.reload(); - } else if (result === 2) { - this.onBeforeWindowClose(window); // 'close' event will not be fired on destroy(), so run it manually - window.win.destroy(); // make sure to destroy the window as it is unresponsive - } } // Crashed else { - const result = dialog.showMessageBox(window.win, { + this.dialogs.showMessageBox({ title: product.nameLong, type: 'warning', buttons: [mnemonicButtonLabel(localize({ key: 'reopen', comment: ['&& denotes a mnemonic'] }, "&&Reopen")), mnemonicButtonLabel(localize({ key: 'close', comment: ['&& denotes a mnemonic'] }, "&&Close"))], message: localize('appCrashed', "The window has crashed"), detail: localize('appCrashedDetail', "We are sorry for the inconvenience! You can reopen the window to continue where you left off."), noLink: true + }, window).then(result => { + if (!window.win) { + return; // Return early if the window has been going down already + } + + if (result.button === 0) { + window.reload(); + } else if (result.button === 1) { + this.onBeforeWindowClose(window); // 'close' event will not be fired on destroy(), so run it manually + window.win.destroy(); // make sure to destroy the window as it has crashed + } }); - - if (!window.win) { - return; // Return early if the window has been going down already - } - - if (result === 0) { - window.reload(); - } else if (result === 1) { - this.onBeforeWindowClose(window); // 'close' event will not be fired on destroy(), so run it manually - window.win.destroy(); // make sure to destroy the window as it has crashed - } } } @@ -1558,7 +1532,19 @@ export class WindowsManager implements IWindowsMainService { } } - this.fileDialog.pickAndOpen(internalOptions); + this.dialogs.pickAndOpen(internalOptions); + } + + public showMessageBox(options: Electron.MessageBoxOptions, win?: CodeWindow): TPromise { + return this.dialogs.showMessageBox(options, win); + } + + public showSaveDialog(options: Electron.SaveDialogOptions, win?: CodeWindow): TPromise { + return this.dialogs.showSaveDialog(options, win); + } + + public showOpenDialog(options: Electron.OpenDialogOptions, win?: CodeWindow): TPromise { + return this.dialogs.showOpenDialog(options, win); } public quit(): void { @@ -1584,20 +1570,25 @@ interface IInternalNativeOpenDialogOptions extends INativeOpenDialogOptions { pickFiles?: boolean; } -class FileDialog { +class Dialogs { private static readonly workingDirPickerStorageKey = 'pickerWorkingDir'; + private mapWindowToDialogQueue: Map>; + private noWindowDialogQueue: Queue; + constructor( private environmentService: IEnvironmentService, private telemetryService: ITelemetryService, private stateService: IStateService, - private windowsMainService: IWindowsMainService + private windowsMainService: IWindowsMainService, ) { + this.mapWindowToDialogQueue = new Map>(); + this.noWindowDialogQueue = new Queue(); } public pickAndOpen(options: INativeOpenDialogOptions): void { - this.getFileOrFolderPaths(options, (paths: string[]) => { + this.getFileOrFolderPaths(options).then(paths => { const numberOfPaths = paths ? paths.length : 0; // Telemetry @@ -1623,7 +1614,7 @@ class FileDialog { }); } - private getFileOrFolderPaths(options: IInternalNativeOpenDialogOptions, clb: (paths: string[]) => void): void { + private getFileOrFolderPaths(options: IInternalNativeOpenDialogOptions): TPromise { // Ensure dialog options if (!options.dialogOptions) { @@ -1632,7 +1623,7 @@ class FileDialog { // Ensure defaultPath if (!options.dialogOptions.defaultPath) { - options.dialogOptions.defaultPath = this.stateService.getItem(FileDialog.workingDirPickerStorageKey); + options.dialogOptions.defaultPath = this.stateService.getItem(Dialogs.workingDirPickerStorageKey); } // Ensure properties @@ -1654,28 +1645,86 @@ class FileDialog { // Show Dialog const focusedWindow = this.windowsMainService.getWindowById(options.windowId) || this.windowsMainService.getFocusedWindow(); - let paths = dialog.showOpenDialog(focusedWindow && focusedWindow.win, options.dialogOptions); - if (paths && paths.length > 0) { - if (isMacintosh) { + + return this.showOpenDialog(options.dialogOptions, focusedWindow).then(paths => { + if (paths && paths.length > 0) { + + // Remember path in storage for next time + this.stateService.setItem(Dialogs.workingDirPickerStorageKey, dirname(paths[0])); + + return paths; + } + + return void 0; + }); + } + + private getDialogQueue(window?: ICodeWindow): Queue { + if (!window) { + return this.noWindowDialogQueue; + } + + let windowDialogQueue = this.mapWindowToDialogQueue.get(window.id); + if (!windowDialogQueue) { + windowDialogQueue = new Queue(); + this.mapWindowToDialogQueue.set(window.id, windowDialogQueue); + } + + return windowDialogQueue; + } + + public showMessageBox(options: Electron.MessageBoxOptions, window?: ICodeWindow): TPromise { + return this.getDialogQueue(window).queue(() => { + return new TPromise((c, e) => { + dialog.showMessageBox(window ? window.win : void 0, options, (response: number, checkboxChecked: boolean) => { + c({ button: response, checkboxChecked }); + }); + }); + }); + } + + public showSaveDialog(options: Electron.SaveDialogOptions, window?: ICodeWindow): TPromise { + function normalizePath(path: string): string { + if (path && isMacintosh) { + path = normalizeNFC(path); // normalize paths returned from the OS + } + + return path; + } + + return this.getDialogQueue(window).queue(() => { + return new TPromise((c, e) => { + dialog.showSaveDialog(window ? window.win : void 0, options, path => { + c(normalizePath(path)); + }); + }); + }); + } + + public showOpenDialog(options: Electron.OpenDialogOptions, window?: ICodeWindow): TPromise { + function normalizePaths(paths: string[]): string[] { + if (paths && paths.length > 0 && isMacintosh) { paths = paths.map(path => normalizeNFC(path)); // normalize paths returned from the OS } - // Remember path in storage for next time - this.stateService.setItem(FileDialog.workingDirPickerStorageKey, dirname(paths[0])); - - // Return - return clb(paths); + return paths; } - return clb(void (0)); + return this.getDialogQueue(window).queue(() => { + return new TPromise((c, e) => { + dialog.showOpenDialog(window ? window.win : void 0, options, paths => { + c(normalizePaths(paths)); + }); + }); + }); } } class WorkspacesManager { constructor( - private workspacesService: IWorkspacesMainService, - private backupService: IBackupMainService, + private workspacesMainService: IWorkspacesMainService, + private backupMainService: IBackupMainService, private environmentService: IEnvironmentService, private windowsMainService: IWindowsMainService ) { @@ -1690,26 +1739,33 @@ class WorkspacesManager { } public createAndEnterWorkspace(window: CodeWindow, folders?: IWorkspaceFolderCreationData[], path?: string): TPromise { - if (!window || !window.win || window.readyState !== ReadyState.READY || !this.isValidTargetWorkspacePath(window, path)) { + if (!window || !window.win || window.readyState !== ReadyState.READY) { return TPromise.as(null); // return early if the window is not ready or disposed } - return this.workspacesService.createWorkspace(folders).then(workspace => { - return this.doSaveAndOpenWorkspace(window, workspace, path); + return this.isValidTargetWorkspacePath(window, path).then(isValid => { + if (!isValid) { + return TPromise.as(null); // return early if the workspace is not valid + } + + return this.workspacesMainService.createWorkspace(folders).then(workspace => { + return this.doSaveAndOpenWorkspace(window, workspace, path); + }); }); + } - private isValidTargetWorkspacePath(window: CodeWindow, path?: string): boolean { + private isValidTargetWorkspacePath(window: CodeWindow, path?: string): TPromise { if (!path) { - return true; + return TPromise.wrap(true); } if (window.openedWorkspace && window.openedWorkspace.configPath === path) { - return false; // window is already opened on a workspace with that path + return TPromise.wrap(false); // window is already opened on a workspace with that path } // Prevent overwriting a workspace that is currently opened in another window - if (findWindowOnWorkspace(this.windowsMainService.getWindows(), { id: this.workspacesService.getWorkspaceId(path), configPath: path })) { + if (findWindowOnWorkspace(this.windowsMainService.getWindows(), { id: this.workspacesMainService.getWorkspaceId(path), configPath: path })) { const options: Electron.MessageBoxOptions = { title: product.nameLong, type: 'info', @@ -1719,23 +1775,16 @@ class WorkspacesManager { noLink: true }; - const activeWindow = BrowserWindow.getFocusedWindow(); - if (activeWindow) { - dialog.showMessageBox(activeWindow, options); - } else { - dialog.showMessageBox(options); - } - - return false; + return this.windowsMainService.showMessageBox(options, this.windowsMainService.getFocusedWindow()).then(() => false); } - return true; // OK + return TPromise.wrap(true); // OK } private doSaveAndOpenWorkspace(window: CodeWindow, workspace: IWorkspaceIdentifier, path?: string): TPromise { let savePromise: TPromise; if (path) { - savePromise = this.workspacesService.saveWorkspace(workspace, path); + savePromise = this.workspacesMainService.saveWorkspace(workspace, path); } else { savePromise = TPromise.as(workspace); } @@ -1746,7 +1795,7 @@ class WorkspacesManager { // Register window for backups and migrate current backups over let backupPath: string; if (!window.config.extensionDevelopmentPath) { - backupPath = this.backupService.registerWorkspaceBackupSync(workspace, window.config.backupPath); + backupPath = this.backupMainService.registerWorkspaceBackupSync(workspace, window.config.backupPath); } // Update window configuration properly based on transition to workspace @@ -1776,7 +1825,7 @@ class WorkspacesManager { }); } - public promptToSaveUntitledWorkspace(e: IWindowUnloadEvent, workspace: IWorkspaceIdentifier): void { + public promptToSaveUntitledWorkspace(window: ICodeWindow, workspace: IWorkspaceIdentifier): TPromise { enum ConfirmResult { SAVE, DONT_SAVE, @@ -1810,41 +1859,35 @@ class WorkspacesManager { options.defaultId = 2; } - const res = dialog.showMessageBox(e.window.win, options); + return this.windowsMainService.showMessageBox(options, window).then(res => { + switch (buttons[res.button].result) { - switch (buttons[res].result) { + // Cancel: veto unload + case ConfirmResult.CANCEL: + return true; - // Cancel: veto unload - case ConfirmResult.CANCEL: - e.veto(true); - break; + // Don't Save: delete workspace + case ConfirmResult.DONT_SAVE: + this.workspacesMainService.deleteUntitledWorkspaceSync(workspace); + return false; - // Don't Save: delete workspace - case ConfirmResult.DONT_SAVE: - this.workspacesService.deleteUntitledWorkspaceSync(workspace); - e.veto(false); - break; + // Save: save workspace, but do not veto unload + case ConfirmResult.SAVE: { + return this.windowsMainService.showSaveDialog({ + buttonLabel: mnemonicButtonLabel(localize({ key: 'save', comment: ['&& denotes a mnemonic'] }, "&&Save")), + title: localize('saveWorkspace', "Save Workspace"), + filters: WORKSPACE_FILTER, + defaultPath: this.getUntitledWorkspaceSaveDialogDefaultPath(workspace) + }, window).then(target => { + if (target) { + return this.workspacesMainService.saveWorkspace(workspace, target).then(() => false, () => false); + } - // Save: save workspace, but do not veto unload - case ConfirmResult.SAVE: { - let target = dialog.showSaveDialog(e.window.win, { - buttonLabel: mnemonicButtonLabel(localize({ key: 'save', comment: ['&& denotes a mnemonic'] }, "&&Save")), - title: localize('saveWorkspace', "Save Workspace"), - filters: WORKSPACE_FILTER, - defaultPath: this.getUntitledWorkspaceSaveDialogDefaultPath(workspace) - }); - - if (target) { - if (isMacintosh) { - target = normalizeNFC(target); // normalize paths returned from the OS - } - - e.veto(this.workspacesService.saveWorkspace(workspace, target).then(() => false, () => false)); - } else { - e.veto(true); // keep veto if no target was provided + return true; // keep veto if no target was provided + }); } } - } + }); } private getUntitledWorkspaceSaveDialogDefaultPath(workspace?: IWorkspaceIdentifier | ISingleFolderWorkspaceIdentifier): string { @@ -1853,7 +1896,7 @@ class WorkspacesManager { return dirname(workspace); } - const resolvedWorkspace = this.workspacesService.resolveWorkspaceSync(workspace.configPath); + const resolvedWorkspace = this.workspacesMainService.resolveWorkspaceSync(workspace.configPath); if (resolvedWorkspace && resolvedWorkspace.folders.length > 0) { for (const folder of resolvedWorkspace.folders) { if (folder.uri.scheme === Schemas.file) { diff --git a/src/vs/code/node/cli.ts b/src/vs/code/node/cli.ts index e5771810d5..faca473ecd 100644 --- a/src/vs/code/node/cli.ts +++ b/src/vs/code/node/cli.ts @@ -17,6 +17,7 @@ import { whenDeleted } from 'vs/base/node/pfs'; import { findFreePort } from 'vs/base/node/ports'; import { resolveTerminalEncoding } from 'vs/base/node/encoding'; import * as iconv from 'iconv-lite'; +import { writeFileAndFlushSync } from 'vs/base/node/extfs'; import { isWindows } from 'vs/base/common/platform'; function shouldSpawnCliProcess(argv: ParsedArgs): boolean { @@ -56,6 +57,61 @@ export async function main(argv: string[]): TPromise { return mainCli.then(cli => cli.main(args)); } + // Write File + else if (args['file-write']) { + const source = args._[0]; + const target = args._[1]; + + // Validate + if ( + !source || !target || source === target || // make sure source and target are provided and are not the same + !paths.isAbsolute(source) || !paths.isAbsolute(target) || // make sure both source and target are absolute paths + !fs.existsSync(source) || !fs.statSync(source).isFile() || // make sure source exists as file + !fs.existsSync(target) || !fs.statSync(target).isFile() // make sure target exists as file + ) { + return TPromise.wrapError(new Error('Using --file-write with invalid arguments.')); + } + + try { + + // Check for readonly status and chmod if so if we are told so + let targetMode: number; + let restoreMode = false; + if (!!args['file-chmod']) { + targetMode = fs.statSync(target).mode; + if (!(targetMode & 128) /* readonly */) { + fs.chmodSync(target, targetMode | 128); + restoreMode = true; + } + } + + // Write source to target + const data = fs.readFileSync(source); + try { + writeFileAndFlushSync(target, data); + } catch (error) { + // On Windows and if the file exists with an EPERM error, we try a different strategy of saving the file + // by first truncating the file and then writing with r+ mode. This helps to save hidden files on Windows + // (see https://github.com/Microsoft/vscode/issues/931) + if (isWindows && error.code === 'EPERM') { + fs.truncateSync(target, 0); + writeFileAndFlushSync(target, data, { flag: 'r+' }); + } else { + throw error; + } + } + + // Restore previous mode as needed + if (restoreMode) { + fs.chmodSync(target, targetMode); + } + } catch (error) { + return TPromise.wrapError(new Error(`Using --file-write resulted in an error: ${error}`)); + } + + return TPromise.as(null); + } + // Just Code else { const env = assign({}, process.env, { @@ -67,7 +123,7 @@ export async function main(argv: string[]): TPromise { const processCallbacks: ((child: ChildProcess) => Thenable)[] = []; - const verbose = args.verbose || args.status; + const verbose = args.verbose || args.status || typeof args['upload-logs'] !== 'undefined'; if (verbose) { env['ELECTRON_ENABLE_LOGGING'] = '1'; @@ -86,17 +142,20 @@ export async function main(argv: string[]): TPromise { // Windows workaround for https://github.com/nodejs/node/issues/11656 } + const readFromStdin = args._.some(a => a === '-'); + if (readFromStdin) { + // remove the "-" argument when we read from stdin + args._ = args._.filter(a => a !== '-'); + argv = argv.filter(a => a !== '-'); + } + let stdinFilePath: string; if (stdinWithoutTty) { // Read from stdin: we require a single "-" argument to be passed in order to start reading from // stdin. We do this because there is no reliable way to find out if data is piped to stdin. Just // checking for stdin being connected to a TTY is not enough (https://github.com/Microsoft/vscode/issues/40351) - if (args._.length === 1 && args._[0] === '-') { - - // remove the "-" argument when we read from stdin - args._ = []; - argv = argv.filter(a => a !== '-'); + if (args._.length === 0 && readFromStdin) { // prepare temp file to read stdin to stdinFilePath = paths.join(os.tmpdir(), `code-stdin-${Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 3)}.txt`); @@ -247,12 +306,21 @@ export async function main(argv: string[]): TPromise { }); } + if (args['js-flags']) { + const match = /max_old_space_size=(\d+)/g.exec(args['js-flags']); + if (match && !args['max-memory']) { + argv.push(`--max-memory=${match[1]}`); + } + } + const options = { detached: true, env }; - if (!verbose) { + if (typeof args['upload-logs'] !== undefined) { + options['stdio'] = ['pipe', 'pipe', 'pipe']; + } else if (!verbose) { options['stdio'] = 'ignore'; } @@ -288,6 +356,6 @@ function eventuallyExit(code: number): void { main(process.argv) .then(() => eventuallyExit(0)) .then(null, err => { - console.error(err.stack ? err.stack : err); + console.error(err.message || err.stack || err); eventuallyExit(1); }); diff --git a/src/vs/code/node/cliProcessMain.ts b/src/vs/code/node/cliProcessMain.ts index bbdf3a9d8d..1bb42e5222 100644 --- a/src/vs/code/node/cliProcessMain.ts +++ b/src/vs/code/node/cliProcessMain.ts @@ -30,14 +30,14 @@ import { IConfigurationService } from 'vs/platform/configuration/common/configur import { ConfigurationService } from 'vs/platform/configuration/node/configurationService'; import { AppInsightsAppender } from 'vs/platform/telemetry/node/appInsightsAppender'; import { mkdirp, writeFile } from 'vs/base/node/pfs'; -import { IChoiceService } from 'vs/platform/message/common/message'; -import { ChoiceCliService } from 'vs/platform/message/node/messageCli'; import { getBaseLabel } from 'vs/base/common/labels'; import { IStateService } from 'vs/platform/state/common/state'; import { StateService } from 'vs/platform/state/node/stateService'; -import { createLogService } from 'vs/platform/log/node/spdlogService'; -import { ILogService } from 'vs/platform/log/common/log'; +import { createSpdLogService } from 'vs/platform/log/node/spdlogService'; +import { ILogService, getLogLevel } from 'vs/platform/log/common/log'; import { isPromiseCanceledError } from 'vs/base/common/errors'; +import { IChoiceService } from 'vs/platform/dialogs/common/dialogs'; +import { ChoiceCliService } from 'vs/platform/dialogs/node/choiceCli'; const notFound = (id: string) => localize('notFound', "Extension '{0}' not found.", id); const notInstalled = (id: string) => localize('notInstalled', "Extension '{0}' is not installed.", id); @@ -196,7 +196,7 @@ export function main(argv: ParsedArgs): TPromise { const services = new ServiceCollection(); const environmentService = new EnvironmentService(argv, process.execPath); - const logService = createLogService('cli', environmentService); + const logService = createSpdLogService('cli', getLogLevel(environmentService), environmentService.logsPath); process.once('exit', () => logService.dispose()); logService.info('main', argv); diff --git a/src/vs/css.js b/src/vs/css.js index a87ccc354a..5c29d2e5b1 100644 --- a/src/vs/css.js +++ b/src/vs/css.js @@ -20,7 +20,7 @@ var CSSLoaderPlugin; * Known issue: * - In IE there is no way to know if the CSS file loaded successfully or not. */ - var BrowserCSSLoader = (function () { + var BrowserCSSLoader = /** @class */ (function () { function BrowserCSSLoader() { this._pendingLoads = 0; } @@ -93,7 +93,7 @@ var CSSLoaderPlugin; return BrowserCSSLoader; }()); // ------------------------------ Finally, the plugin - var CSSPlugin = (function () { + var CSSPlugin = /** @class */ (function () { function CSSPlugin() { this._cssLoader = new BrowserCSSLoader(); } @@ -110,12 +110,5 @@ var CSSLoaderPlugin; return CSSPlugin; }()); CSSLoaderPlugin.CSSPlugin = CSSPlugin; - function init() { - define('vs/css', new CSSPlugin()); - } - CSSLoaderPlugin.init = init; - ; - if (typeof doNotInitLoader === 'undefined') { - init(); - } + define('vs/css', new CSSPlugin()); })(CSSLoaderPlugin || (CSSLoaderPlugin = {})); diff --git a/src/vs/editor/browser/config/configuration.ts b/src/vs/editor/browser/config/configuration.ts index 8173165277..c69810775b 100644 --- a/src/vs/editor/browser/config/configuration.ts +++ b/src/vs/editor/browser/config/configuration.ts @@ -335,6 +335,8 @@ export class Configuration extends CommonEditorConfiguration { extra += 'ff '; } else if (browser.isEdge) { extra += 'edge '; + } else if (browser.isSafari) { + extra += 'safari '; } if (platform.isMacintosh) { extra += 'mac '; diff --git a/src/vs/editor/browser/controller/coreCommands.ts b/src/vs/editor/browser/controller/coreCommands.ts index cca8d2ebaa..48fecb8a27 100644 --- a/src/vs/editor/browser/controller/coreCommands.ts +++ b/src/vs/editor/browser/controller/coreCommands.ts @@ -455,10 +455,7 @@ export namespace CoreNavigationCommands { cursors.setStates( source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - CursorMoveCommands.move(cursors.context, cursors.getAll(), args) - ) + CursorMoveCommands.move(cursors.context, cursors.getAll(), args) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -707,7 +704,7 @@ export namespace CoreNavigationCommands { public runCoreEditorCommand(cursors: ICursors, args: any): void { const context = cursors.context; - if (context.config.readOnly || context.model.hasEditableRange()) { + if (context.config.readOnly) { return; } @@ -772,7 +769,7 @@ export namespace CoreNavigationCommands { public runCoreEditorCommand(cursors: ICursors, args: any): void { const context = cursors.context; - if (context.config.readOnly || context.model.hasEditableRange()) { + if (context.config.readOnly) { return; } @@ -804,10 +801,7 @@ export namespace CoreNavigationCommands { cursors.setStates( args.source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - CursorMoveCommands.moveToBeginningOfLine(cursors.context, cursors.getAll(), this._inSelectionMode) - ) + CursorMoveCommands.moveToBeginningOfLine(cursors.context, cursors.getAll(), this._inSelectionMode) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -856,10 +850,7 @@ export namespace CoreNavigationCommands { cursors.setStates( args.source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - this._exec(cursors.context, cursors.getAll()) - ) + this._exec(cursors.context, cursors.getAll()) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -889,10 +880,7 @@ export namespace CoreNavigationCommands { cursors.setStates( args.source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - CursorMoveCommands.moveToEndOfLine(cursors.context, cursors.getAll(), this._inSelectionMode) - ) + CursorMoveCommands.moveToEndOfLine(cursors.context, cursors.getAll(), this._inSelectionMode) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -941,10 +929,7 @@ export namespace CoreNavigationCommands { cursors.setStates( args.source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - this._exec(cursors.context, cursors.getAll()) - ) + this._exec(cursors.context, cursors.getAll()) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -975,10 +960,7 @@ export namespace CoreNavigationCommands { cursors.setStates( args.source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - CursorMoveCommands.moveToBeginningOfBuffer(cursors.context, cursors.getAll(), this._inSelectionMode) - ) + CursorMoveCommands.moveToBeginningOfBuffer(cursors.context, cursors.getAll(), this._inSelectionMode) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -1022,10 +1004,7 @@ export namespace CoreNavigationCommands { cursors.setStates( args.source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - CursorMoveCommands.moveToEndOfBuffer(cursors.context, cursors.getAll(), this._inSelectionMode) - ) + CursorMoveCommands.moveToEndOfBuffer(cursors.context, cursors.getAll(), this._inSelectionMode) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -1272,7 +1251,7 @@ export namespace CoreNavigationCommands { public runCoreEditorCommand(cursors: ICursors, args: any): void { const context = cursors.context; - if (context.config.readOnly || context.model.hasEditableRange()) { + if (context.config.readOnly) { return; } @@ -1335,7 +1314,7 @@ export namespace CoreNavigationCommands { public runCoreEditorCommand(cursors: ICursors, args: any): void { const context = cursors.context; - if (context.config.readOnly || context.model.hasEditableRange()) { + if (context.config.readOnly) { return; } @@ -1383,10 +1362,7 @@ export namespace CoreNavigationCommands { cursors.setStates( args.source, CursorChangeReason.Explicit, - CursorState.ensureInEditableRange( - cursors.context, - CursorMoveCommands.expandLineSelection(cursors.context, cursors.getAll()) - ) + CursorMoveCommands.expandLineSelection(cursors.context, cursors.getAll()) ); cursors.reveal(true, RevealTarget.Primary, editorCommon.ScrollType.Smooth); } @@ -1723,44 +1699,6 @@ class EditorOrNativeTextInputCommand extends Command { } } -registerCommand(new EditorOrNativeTextInputCommand({ - editorHandler: CoreNavigationCommands.SelectAll, - inputHandler: 'selectAll', - id: 'editor.action.selectAll', - precondition: null, - kbOpts: { - weight: CORE_WEIGHT, - kbExpr: null, - primary: KeyMod.CtrlCmd | KeyCode.KEY_A - } -})); - -registerCommand(new EditorOrNativeTextInputCommand({ - editorHandler: H.Undo, - inputHandler: 'undo', - id: H.Undo, - precondition: EditorContextKeys.writable, - kbOpts: { - weight: CORE_WEIGHT, - kbExpr: EditorContextKeys.textFocus, - primary: KeyMod.CtrlCmd | KeyCode.KEY_Z - } -})); - -registerCommand(new EditorOrNativeTextInputCommand({ - editorHandler: H.Redo, - inputHandler: 'redo', - id: H.Redo, - precondition: EditorContextKeys.writable, - kbOpts: { - weight: CORE_WEIGHT, - kbExpr: EditorContextKeys.textFocus, - primary: KeyMod.CtrlCmd | KeyCode.KEY_Y, - secondary: [KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_Z], - mac: { primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_Z } - } -})); - /** * A command that will invoke a command on the focused editor. */ @@ -1786,6 +1724,46 @@ class EditorHandlerCommand extends Command { } } +registerCommand(new EditorOrNativeTextInputCommand({ + editorHandler: CoreNavigationCommands.SelectAll, + inputHandler: 'selectAll', + id: 'editor.action.selectAll', + precondition: null, + kbOpts: { + weight: CORE_WEIGHT, + kbExpr: null, + primary: KeyMod.CtrlCmd | KeyCode.KEY_A + } +})); + +registerCommand(new EditorOrNativeTextInputCommand({ + editorHandler: H.Undo, + inputHandler: 'undo', + id: H.Undo, + precondition: EditorContextKeys.writable, + kbOpts: { + weight: CORE_WEIGHT, + kbExpr: EditorContextKeys.textFocus, + primary: KeyMod.CtrlCmd | KeyCode.KEY_Z + } +})); +registerCommand(new EditorHandlerCommand('default:' + H.Undo, H.Undo)); + +registerCommand(new EditorOrNativeTextInputCommand({ + editorHandler: H.Redo, + inputHandler: 'redo', + id: H.Redo, + precondition: EditorContextKeys.writable, + kbOpts: { + weight: CORE_WEIGHT, + kbExpr: EditorContextKeys.textFocus, + primary: KeyMod.CtrlCmd | KeyCode.KEY_Y, + secondary: [KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_Z], + mac: { primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_Z } + } +})); +registerCommand(new EditorHandlerCommand('default:' + H.Redo, H.Redo)); + function registerOverwritableCommand(handlerId: string): void { registerCommand(new EditorHandlerCommand('default:' + handlerId, handlerId)); registerCommand(new EditorHandlerCommand(handlerId, handlerId)); diff --git a/src/vs/editor/browser/controller/mouseTarget.ts b/src/vs/editor/browser/controller/mouseTarget.ts index d79b9d9326..4ebcd6bb05 100644 --- a/src/vs/editor/browser/controller/mouseTarget.ts +++ b/src/vs/editor/browser/controller/mouseTarget.ts @@ -364,7 +364,7 @@ abstract class BareHitTestRequest { this.mouseVerticalOffset = Math.max(0, ctx.getCurrentScrollTop() + pos.y - editorPos.y); this.mouseContentHorizontalOffset = ctx.getCurrentScrollLeft() + pos.x - editorPos.x - ctx.layoutInfo.contentLeft; - this.isInMarginArea = (pos.x - editorPos.x < ctx.layoutInfo.contentLeft); + this.isInMarginArea = (pos.x - editorPos.x < ctx.layoutInfo.contentLeft && pos.x - editorPos.x >= ctx.layoutInfo.glyphMarginLeft); this.isInContentArea = !this.isInMarginArea; this.mouseColumn = Math.max(0, MouseTargetFactory._getMouseColumn(this.mouseContentHorizontalOffset, ctx.typicalHalfwidthCharacterWidth)); } @@ -587,6 +587,8 @@ export class MouseTargetFactory { offsetX: offset }; + offset -= ctx.layoutInfo.glyphMarginLeft; + if (offset <= ctx.layoutInfo.glyphMarginWidth) { // On the glyph margin return request.fulfill(MouseTargetType.GUTTER_GLYPH_MARGIN, pos, res.range, detail); @@ -694,7 +696,7 @@ export class MouseTargetFactory { return request.fulfill(MouseTargetType.CONTENT_EMPTY, pos, void 0, EMPTY_CONTENT_IN_LINES); } - let visibleRange = ctx.visibleRangeForPosition2(lineNumber, column); + const visibleRange = ctx.visibleRangeForPosition2(lineNumber, column); if (!visibleRange) { return request.fulfill(MouseTargetType.UNKNOWN, pos); @@ -706,33 +708,35 @@ export class MouseTargetFactory { return request.fulfill(MouseTargetType.CONTENT_TEXT, pos); } - let mouseIsBetween: boolean; + // Let's define a, b, c and check if the offset is in between them... + interface OffsetColumn { offset: number; column: number; } + + let points: OffsetColumn[] = []; + points.push({ offset: visibleRange.left, column: column }); if (column > 1) { - let prevColumnHorizontalOffset = visibleRange.left; - mouseIsBetween = false; - mouseIsBetween = mouseIsBetween || (prevColumnHorizontalOffset < request.mouseContentHorizontalOffset && request.mouseContentHorizontalOffset < columnHorizontalOffset); // LTR case - mouseIsBetween = mouseIsBetween || (columnHorizontalOffset < request.mouseContentHorizontalOffset && request.mouseContentHorizontalOffset < prevColumnHorizontalOffset); // RTL case - if (mouseIsBetween) { - let rng = new EditorRange(lineNumber, column, lineNumber, column - 1); + const visibleRange = ctx.visibleRangeForPosition2(lineNumber, column - 1); + if (visibleRange) { + points.push({ offset: visibleRange.left, column: column - 1 }); + } + } + const lineMaxColumn = ctx.model.getLineMaxColumn(lineNumber); + if (column < lineMaxColumn) { + const visibleRange = ctx.visibleRangeForPosition2(lineNumber, column + 1); + if (visibleRange) { + points.push({ offset: visibleRange.left, column: column + 1 }); + } + } + + points.sort((a, b) => a.offset - b.offset); + + for (let i = 1; i < points.length; i++) { + const prev = points[i - 1]; + const curr = points[i]; + if (prev.offset <= request.mouseContentHorizontalOffset && request.mouseContentHorizontalOffset <= curr.offset) { + const rng = new EditorRange(lineNumber, prev.column, lineNumber, curr.column); return request.fulfill(MouseTargetType.CONTENT_TEXT, pos, rng); } } - - let lineMaxColumn = ctx.model.getLineMaxColumn(lineNumber); - if (column < lineMaxColumn) { - let nextColumnVisibleRange = ctx.visibleRangeForPosition2(lineNumber, column + 1); - if (nextColumnVisibleRange) { - let nextColumnHorizontalOffset = nextColumnVisibleRange.left; - mouseIsBetween = false; - mouseIsBetween = mouseIsBetween || (columnHorizontalOffset < request.mouseContentHorizontalOffset && request.mouseContentHorizontalOffset < nextColumnHorizontalOffset); // LTR case - mouseIsBetween = mouseIsBetween || (nextColumnHorizontalOffset < request.mouseContentHorizontalOffset && request.mouseContentHorizontalOffset < columnHorizontalOffset); // RTL case - if (mouseIsBetween) { - let rng = new EditorRange(lineNumber, column, lineNumber, column + 1); - return request.fulfill(MouseTargetType.CONTENT_TEXT, pos, rng); - } - } - } - return request.fulfill(MouseTargetType.CONTENT_TEXT, pos); } @@ -940,4 +944,4 @@ export class MouseTargetFactory { hitTarget: null }; } -} \ No newline at end of file +} diff --git a/src/vs/editor/browser/controller/textAreaHandler.ts b/src/vs/editor/browser/controller/textAreaHandler.ts index ca5ffd3d8f..1bfc65f2da 100644 --- a/src/vs/editor/browser/controller/textAreaHandler.ts +++ b/src/vs/editor/browser/controller/textAreaHandler.ts @@ -19,13 +19,14 @@ import { HorizontalRange, RenderingContext, RestrictedRenderingContext } from 'v import * as viewEvents from 'vs/editor/common/view/viewEvents'; import { FastDomNode, createFastDomNode } from 'vs/base/browser/fastDomNode'; import { ViewController } from 'vs/editor/browser/view/viewController'; -import { EndOfLinePreference, ScrollType } from 'vs/editor/common/editorCommon'; +import { ScrollType } from 'vs/editor/common/editorCommon'; import { IKeyboardEvent } from 'vs/base/browser/keyboardEvent'; import { PartFingerprints, PartFingerprint, ViewPart } from 'vs/editor/browser/view/viewPart'; import { Margin } from 'vs/editor/browser/viewParts/margin/margin'; import { LineNumbersOverlay } from 'vs/editor/browser/viewParts/lineNumbers/lineNumbers'; import { BareFontInfo } from 'vs/editor/common/config/fontInfo'; import { RenderLineNumbersType } from 'vs/editor/common/config/editorOptions'; +import { EndOfLinePreference } from 'vs/editor/common/model'; export interface ITextAreaHandlerHelper { visibleRangeForPositionRelativeToEditor(lineNumber: number, column: number): HorizontalRange; @@ -51,6 +52,40 @@ class VisibleTextAreaData { const canUseZeroSizeTextarea = (browser.isEdgeOrIE || browser.isFirefox); +interface LocalClipboardMetadata { + lastCopiedValue: string; + isFromEmptySelection: boolean; + multicursorText: string[]; +} + +/** + * Every time we write to the clipboard, we record a bit of extra metadata here. + * Every time we read from the cipboard, if the text matches our last written text, + * we can fetch the previous metadata. + */ +class LocalClipboardMetadataManager { + public static INSTANCE = new LocalClipboardMetadataManager(); + + private _lastState: LocalClipboardMetadata; + + constructor() { + this._lastState = null; + } + + public set(state: LocalClipboardMetadata): void { + this._lastState = state; + } + + public get(pastedText: string): LocalClipboardMetadata { + if (this._lastState && this._lastState.lastCopiedValue === pastedText) { + // match! + return this._lastState; + } + this._lastState = null; + return null; + } +} + export class TextAreaHandler extends ViewPart { private readonly _viewController: ViewController; @@ -70,8 +105,6 @@ export class TextAreaHandler extends ViewPart { */ private _visibleTextArea: VisibleTextAreaData; private _selections: Selection[]; - private _lastCopiedValue: string; - private _lastCopiedValueIsFromEmptySelection: boolean; public readonly textArea: FastDomNode; public readonly textAreaCover: FastDomNode; @@ -97,8 +130,6 @@ export class TextAreaHandler extends ViewPart { this._visibleTextArea = null; this._selections = [new Selection(1, 1, 1, 1)]; - this._lastCopiedValue = null; - this._lastCopiedValueIsFromEmptySelection = false; // Text Area (The focus will always be in the textarea when the cursor is blinking) this.textArea = createFastDomNode(document.createElement('textarea')); @@ -132,21 +163,29 @@ export class TextAreaHandler extends ViewPart { const textAreaInputHost: ITextAreaInputHost = { getPlainTextToCopy: (): string => { - const whatToCopy = this._context.model.getPlainTextToCopy(this._selections, this._emptySelectionClipboard); + const rawWhatToCopy = this._context.model.getPlainTextToCopy(this._selections, this._emptySelectionClipboard); + const newLineCharacter = this._context.model.getEOL(); - if (this._emptySelectionClipboard) { - if (browser.isFirefox) { - // When writing "LINE\r\n" to the clipboard and then pasting, - // Firefox pastes "LINE\n", so let's work around this quirk - this._lastCopiedValue = whatToCopy.replace(/\r\n/g, '\n'); - } else { - this._lastCopiedValue = whatToCopy; - } + const isFromEmptySelection = (this._emptySelectionClipboard && this._selections.length === 1 && this._selections[0].isEmpty()); + const multicursorText = (Array.isArray(rawWhatToCopy) ? rawWhatToCopy : null); + const whatToCopy = (Array.isArray(rawWhatToCopy) ? rawWhatToCopy.join(newLineCharacter) : rawWhatToCopy); - let selections = this._selections; - this._lastCopiedValueIsFromEmptySelection = (selections.length === 1 && selections[0].isEmpty()); + let metadata: LocalClipboardMetadata = null; + if (isFromEmptySelection || multicursorText) { + // Only store the non-default metadata + + // When writing "LINE\r\n" to the clipboard and then pasting, + // Firefox pastes "LINE\n", so let's work around this quirk + const lastCopiedValue = (browser.isFirefox ? whatToCopy.replace(/\r\n/g, '\n') : whatToCopy); + metadata = { + lastCopiedValue: lastCopiedValue, + isFromEmptySelection: (this._emptySelectionClipboard && this._selections.length === 1 && this._selections[0].isEmpty()), + multicursorText: multicursorText + }; } + LocalClipboardMetadataManager.INSTANCE.set(metadata); + return whatToCopy; }, @@ -199,11 +238,15 @@ export class TextAreaHandler extends ViewPart { })); this._register(this._textAreaInput.onPaste((e: IPasteData) => { + const metadata = LocalClipboardMetadataManager.INSTANCE.get(e.text); + let pasteOnNewLine = false; - if (this._emptySelectionClipboard) { - pasteOnNewLine = (e.text === this._lastCopiedValue && this._lastCopiedValueIsFromEmptySelection); + let multicursorText: string[] = null; + if (metadata) { + pasteOnNewLine = (this._emptySelectionClipboard && metadata.isFromEmptySelection); + multicursorText = metadata.multicursorText; } - this._viewController.paste('keyboard', e.text, pasteOnNewLine); + this._viewController.paste('keyboard', e.text, pasteOnNewLine, multicursorText); })); this._register(this._textAreaInput.onCut(() => { diff --git a/src/vs/editor/browser/controller/textAreaInput.ts b/src/vs/editor/browser/controller/textAreaInput.ts index 7cdaf198a0..23003d854a 100644 --- a/src/vs/editor/browser/controller/textAreaInput.ts +++ b/src/vs/editor/browser/controller/textAreaInput.ts @@ -558,6 +558,10 @@ class TextAreaWrapper extends Disposable implements ITextAreaWrapper { if (currentIsFocused && currentSelectionStart === selectionStart && currentSelectionEnd === selectionEnd) { // No change + // Firefox iframe bug https://github.com/Microsoft/monaco-editor/issues/643#issuecomment-367871377 + if (browser.isFirefox && window.parent !== window) { + textArea.focus(); + } return; } @@ -567,6 +571,9 @@ class TextAreaWrapper extends Disposable implements ITextAreaWrapper { // No need to focus, only need to change the selection range this.setIgnoreSelectionChangeTime('setSelectionRange'); textArea.setSelectionRange(selectionStart, selectionEnd); + if (browser.isFirefox && window.parent !== window) { + textArea.focus(); + } return; } diff --git a/src/vs/editor/browser/controller/textAreaState.ts b/src/vs/editor/browser/controller/textAreaState.ts index 16065d1876..54dc049ab9 100644 --- a/src/vs/editor/browser/controller/textAreaState.ts +++ b/src/vs/editor/browser/controller/textAreaState.ts @@ -6,7 +6,7 @@ import { Range } from 'vs/editor/common/core/range'; import { Position } from 'vs/editor/common/core/position'; -import { EndOfLinePreference } from 'vs/editor/common/editorCommon'; +import { EndOfLinePreference } from 'vs/editor/common/model'; import * as strings from 'vs/base/common/strings'; export interface ITextAreaWrapper { diff --git a/src/vs/editor/browser/core/editorState.ts b/src/vs/editor/browser/core/editorState.ts index ba0b483d67..6797183e9b 100644 --- a/src/vs/editor/browser/core/editorState.ts +++ b/src/vs/editor/browser/core/editorState.ts @@ -30,7 +30,7 @@ export class EditorState { this.flags = flags; if ((this.flags & CodeEditorStateFlag.Value) !== 0) { - var model = editor.getModel(); + let model = editor.getModel(); this.modelVersionId = model ? strings.format('{0}#{1}', model.uri.toString(), model.getVersionId()) : null; } if ((this.flags & CodeEditorStateFlag.Position) !== 0) { @@ -50,7 +50,7 @@ export class EditorState { if (!(other instanceof EditorState)) { return false; } - var state = other; + let state = other; if (this.modelVersionId !== state.modelVersionId) { return false; diff --git a/src/vs/editor/browser/editorBrowser.ts b/src/vs/editor/browser/editorBrowser.ts index 7b21d87c35..c7da14979a 100644 --- a/src/vs/editor/browser/editorBrowser.ts +++ b/src/vs/editor/browser/editorBrowser.ts @@ -18,6 +18,7 @@ import { ICursorPositionChangedEvent, ICursorSelectionChangedEvent } from 'vs/ed import { ServicesAccessor } from 'vs/platform/instantiation/common/instantiation'; import { ICursors, CursorConfiguration } from 'vs/editor/common/controller/cursorCommon'; import { IEditorWhitespace } from 'vs/editor/common/viewLayout/whitespaceComputer'; +import { ITextModel, IIdentifiedSingleEditOperation, IModelDecoration, IModelDeltaDecoration } from 'vs/editor/common/model'; /** * A view zone is a full horizontal rectangle that 'pushes' text down. @@ -480,7 +481,7 @@ export interface ICodeEditor extends editorCommon.IEditor { /** * Type the getModel() of IEditor. */ - getModel(): editorCommon.IModel; + getModel(): ITextModel; /** * Returns the current editor's configuration @@ -495,13 +496,13 @@ export interface ICodeEditor extends editorCommon.IEditor { /** * Get value of the current model attached to this editor. - * @see IModel.getValue + * @see `ITextModel.getValue` */ getValue(options?: { preserveBOM: boolean; lineEnding: string; }): string; /** * Set the value of the current model attached to this editor. - * @see IModel.setValue + * @see `ITextModel.setValue` */ setValue(newValue: string): void; @@ -563,7 +564,7 @@ export interface ICodeEditor extends editorCommon.IEditor { * @param edits The edits to execute. * @param endCursoState Cursor state after the edits were applied. */ - executeEdits(source: string, edits: editorCommon.IIdentifiedSingleEditOperation[], endCursoState?: Selection[]): boolean; + executeEdits(source: string, edits: IIdentifiedSingleEditOperation[], endCursoState?: Selection[]): boolean; /** * Execute multiple (concommitent) commands on the editor. @@ -585,13 +586,13 @@ export interface ICodeEditor extends editorCommon.IEditor { /** * Get all the decorations on a line (filtering out decorations from other editors). */ - getLineDecorations(lineNumber: number): editorCommon.IModelDecoration[]; + getLineDecorations(lineNumber: number): IModelDecoration[]; /** * All decorations added through this call will get the ownerId of this editor. - * @see IModel.deltaDecorations + * @see `ITextModel.deltaDecorations` */ - deltaDecorations(oldDecorations: string[], newDecorations: editorCommon.IModelDeltaDecoration[]): string[]; + deltaDecorations(oldDecorations: string[], newDecorations: IModelDeltaDecoration[]): string[]; /** * @internal @@ -618,6 +619,12 @@ export interface ICodeEditor extends editorCommon.IEditor { */ getCenteredRangeInViewport(): Range; + /** + * Returns the ranges that are currently visible. + * Does not account for horizontal scrolling. + */ + getVisibleRanges(): Range[]; + /** * Get the view zones. * @internal diff --git a/src/vs/editor/browser/editorExtensions.ts b/src/vs/editor/browser/editorExtensions.ts index d40e4e1dc9..66625ae73d 100644 --- a/src/vs/editor/browser/editorExtensions.ts +++ b/src/vs/editor/browser/editorExtensions.ts @@ -20,6 +20,7 @@ import { IEditorService } from 'vs/platform/editor/common/editor'; import { IContextKeyService, ContextKeyExpr } from 'vs/platform/contextkey/common/contextkey'; import { ICodeEditorService, getCodeEditor } from 'vs/editor/browser/services/codeEditorService'; import { ICodeEditor } from 'vs/editor/browser/editorBrowser'; +import { ITextModel } from 'vs/editor/common/model'; export type ServicesAccessor = ServicesAccessor; export type IEditorContributionCtor = IConstructorSignature1; @@ -30,14 +31,12 @@ export interface ICommandKeybindingsOptions extends IKeybindings { kbExpr?: ContextKeyExpr; weight?: number; } - export interface ICommandOptions { id: string; precondition: ContextKeyExpr; kbOpts?: ICommandKeybindingsOptions; description?: ICommandHandlerDescription; } - export abstract class Command { public readonly id: string; public readonly precondition: ContextKeyExpr; @@ -224,7 +223,7 @@ export function registerLanguageCommand(id: string, handler: (accessor: Services CommandsRegistry.registerCommand(id, (accessor, args) => handler(accessor, args || {})); } -export function registerDefaultLanguageCommand(id: string, handler: (model: editorCommon.IModel, position: Position, args: { [n: string]: any }) => any) { +export function registerDefaultLanguageCommand(id: string, handler: (model: ITextModel, position: Position, args: { [n: string]: any }) => any) { registerLanguageCommand(id, function (accessor, args) { const { resource, position } = args; diff --git a/src/vs/editor/browser/services/abstractCodeEditorService.ts b/src/vs/editor/browser/services/abstractCodeEditorService.ts index ccbb1d5dea..fb619d5eff 100644 --- a/src/vs/editor/browser/services/abstractCodeEditorService.ts +++ b/src/vs/editor/browser/services/abstractCodeEditorService.ts @@ -5,7 +5,8 @@ 'use strict'; import Event, { Emitter } from 'vs/base/common/event'; -import { IDecorationRenderOptions, IModelDecorationOptions, IModel } from 'vs/editor/common/editorCommon'; +import { IDecorationRenderOptions } from 'vs/editor/common/editorCommon'; +import { IModelDecorationOptions, ITextModel } from 'vs/editor/common/model'; import { ICodeEditorService } from 'vs/editor/browser/services/codeEditorService'; import { ICodeEditor, IDiffEditor } from 'vs/editor/browser/editorBrowser'; @@ -102,7 +103,7 @@ export abstract class AbstractCodeEditorService implements ICodeEditorService { private _transientWatchers: { [uri: string]: ModelTransientSettingWatcher; } = {}; - public setTransientModelProperty(model: IModel, key: string, value: any): void { + public setTransientModelProperty(model: ITextModel, key: string, value: any): void { const uri = model.uri.toString(); let w: ModelTransientSettingWatcher; @@ -116,7 +117,7 @@ export abstract class AbstractCodeEditorService implements ICodeEditorService { w.set(key, value); } - public getTransientModelProperty(model: IModel, key: string): any { + public getTransientModelProperty(model: ITextModel, key: string): any { const uri = model.uri.toString(); if (!this._transientWatchers.hasOwnProperty(uri)) { @@ -135,7 +136,7 @@ export class ModelTransientSettingWatcher { public readonly uri: string; private readonly _values: { [key: string]: any; }; - constructor(uri: string, model: IModel, owner: AbstractCodeEditorService) { + constructor(uri: string, model: ITextModel, owner: AbstractCodeEditorService) { this.uri = uri; this._values = {}; model.onWillDispose(() => owner._removeWatcher(this)); diff --git a/src/vs/editor/browser/services/bulkEdit.ts b/src/vs/editor/browser/services/bulkEdit.ts index e519eae0bd..3b19c5debd 100644 --- a/src/vs/editor/browser/services/bulkEdit.ts +++ b/src/vs/editor/browser/services/bulkEdit.ts @@ -5,75 +5,55 @@ 'use strict'; import * as nls from 'vs/nls'; -import { flatten } from 'vs/base/common/arrays'; -import { IStringDictionary, forEach, values, groupBy, size } from 'vs/base/common/collections'; import { IDisposable, dispose, IReference } from 'vs/base/common/lifecycle'; import URI from 'vs/base/common/uri'; import { TPromise } from 'vs/base/common/winjs.base'; import { ITextModelService, ITextEditorModel } from 'vs/editor/common/services/resolverService'; -import { IFileService, IFileChange } from 'vs/platform/files/common/files'; +import { IFileService, FileChangeType } from 'vs/platform/files/common/files'; import { EditOperation } from 'vs/editor/common/core/editOperation'; -import { Range, IRange } from 'vs/editor/common/core/range'; -import { Selection, ISelection } from 'vs/editor/common/core/selection'; -import { IIdentifiedSingleEditOperation, IModel, EndOfLineSequence } from 'vs/editor/common/editorCommon'; -import { IProgressRunner } from 'vs/platform/progress/common/progress'; +import { Range } from 'vs/editor/common/core/range'; +import { Selection } from 'vs/editor/common/core/selection'; +import { IIdentifiedSingleEditOperation, ITextModel, EndOfLineSequence } from 'vs/editor/common/model'; +import { IProgressRunner, emptyProgressRunner, IProgress } from 'vs/platform/progress/common/progress'; import { ICodeEditor } from 'vs/editor/browser/editorBrowser'; +import { optional } from 'vs/platform/instantiation/common/instantiation'; +import { ResourceTextEdit, ResourceFileEdit, isResourceFileEdit, isResourceTextEdit } from 'vs/editor/common/modes'; +import { getPathLabel } from 'vs/base/common/labels'; -export interface IResourceEdit { - resource: URI; - range?: IRange; - newText: string; - newEol?: EndOfLineSequence; -} -interface IRecording { - stop(): void; - hasChanged(resource: URI): boolean; - allChanges(): IFileChange[]; -} +abstract class IRecording { -class ChangeRecorder { - - private _fileService: IFileService; - - constructor(fileService?: IFileService) { - this._fileService = fileService; - } - - public start(): IRecording { - - const changes: IStringDictionary = Object.create(null); + static start(fileService: IFileService): IRecording { + const _changes = new Set(); let stop: IDisposable; - if (this._fileService) { - stop = this._fileService.onFileChanges((event) => { - event.changes.forEach(change => { - const key = String(change.resource); - let array = changes[key]; - - if (!array) { - changes[key] = array = []; + if (fileService) { + // watch only when there is a fileservice available + stop = fileService.onFileChanges(event => { + for (const change of event.changes) { + if (change.type === FileChangeType.UPDATED) { + _changes.add(change.resource.toString()); } - - array.push(change); - }); + } }); } return { - stop: () => { return stop && stop.dispose(); }, - hasChanged: (resource: URI) => !!changes[resource.toString()], - allChanges: () => flatten(values(changes)) + stop() { return dispose(stop); }, + hasChanged(resource) { return _changes.has(resource.toString()); } }; } + + abstract stop(): void; + abstract hasChanged(resource: URI): boolean; } class EditTask implements IDisposable { private _initialSelections: Selection[]; private _endCursorSelection: Selection; - private get _model(): IModel { return this._modelReference.object.textEditorModel; } + private get _model(): ITextModel { return this._modelReference.object.textEditorModel; } private _modelReference: IReference; private _edits: IIdentifiedSingleEditOperation[]; private _newEol: EndOfLineSequence; @@ -84,26 +64,34 @@ class EditTask implements IDisposable { this._edits = []; } - public addEdit(edit: IResourceEdit): void { - - if (typeof edit.newEol === 'number') { - // honor eol-change - this._newEol = edit.newEol; - } - - if (edit.range || edit.newText) { - // create edit operation - let range: Range; - if (!edit.range) { - range = this._model.getFullModelRange(); - } else { - range = Range.lift(edit.range); - } - this._edits.push(EditOperation.replaceMove(range, edit.newText)); + dispose() { + if (this._model) { + this._modelReference.dispose(); + this._modelReference = null; } } - public apply(): void { + addEdit(resourceEdit: ResourceTextEdit): void { + + for (const edit of resourceEdit.edits) { + if (typeof edit.eol === 'number') { + // honor eol-change + this._newEol = edit.eol; + } + if (edit.range || edit.text) { + // create edit operation + let range: Range; + if (!edit.range) { + range = this._model.getFullModelRange(); + } else { + range = Range.lift(edit.range); + } + this._edits.push(EditOperation.replaceMove(range, edit.text)); + } + } + } + + apply(): void { if (this._edits.length > 0) { this._edits = this._edits.map((value, index) => ({ value, index })).sort((a, b) => { @@ -160,16 +148,10 @@ class EditTask implements IDisposable { return [this._endCursorSelection]; } - public getEndCursorSelection(): Selection { + getEndCursorSelection(): Selection { return this._endCursorSelection; } - dispose() { - if (this._model) { - this._modelReference.dispose(); - this._modelReference = null; - } - } } class SourceModelEditTask extends EditTask { @@ -189,34 +171,42 @@ class SourceModelEditTask extends EditTask { class BulkEditModel implements IDisposable { private _textModelResolverService: ITextModelService; - private _numberOfResourcesToModify: number = 0; - private _edits: IStringDictionary = Object.create(null); + private _edits = new Map(); private _tasks: EditTask[]; private _sourceModel: URI; private _sourceSelections: Selection[]; private _sourceModelTask: SourceModelEditTask; + private _progress: IProgress; - constructor(textModelResolverService: ITextModelService, sourceModel: URI, sourceSelections: Selection[], edits: IResourceEdit[], private progress: IProgressRunner = null) { + constructor( + textModelResolverService: ITextModelService, + editor: ICodeEditor, + edits: ResourceTextEdit[], + progress: IProgress + ) { this._textModelResolverService = textModelResolverService; - this._sourceModel = sourceModel; - this._sourceSelections = sourceSelections; - this._sourceModelTask = null; + this._sourceModel = editor ? editor.getModel().uri : undefined; + this._sourceSelections = editor ? editor.getSelections() : undefined; + this._sourceModelTask = undefined; + this._progress = progress; - for (let edit of edits) { - this._addEdit(edit); - } + edits.forEach(this.addEdit, this); } - private _addEdit(edit: IResourceEdit): void { - let array = this._edits[edit.resource.toString()]; + dispose(): void { + this._tasks = dispose(this._tasks); + } + + addEdit(edit: ResourceTextEdit): void { + let array = this._edits.get(edit.resource.toString()); if (!array) { - this._edits[edit.resource.toString()] = array = []; - this._numberOfResourcesToModify += 1; + array = []; + this._edits.set(edit.resource.toString(), array); } array.push(edit); } - public prepare(): TPromise { + async prepare(): TPromise { if (this._tasks) { throw new Error('illegal state - already prepared'); @@ -225,145 +215,80 @@ class BulkEditModel implements IDisposable { this._tasks = []; const promises: TPromise[] = []; - if (this.progress) { - this.progress.total(this._numberOfResourcesToModify * 2); - } - - forEach(this._edits, entry => { - const promise = this._textModelResolverService.createModelReference(URI.parse(entry.key)).then(ref => { + this._edits.forEach((value, key) => { + const promise = this._textModelResolverService.createModelReference(URI.parse(key)).then(ref => { const model = ref.object; if (!model || !model.textEditorModel) { - throw new Error(`Cannot load file ${entry.key}`); + throw new Error(`Cannot load file ${key}`); } - const textEditorModel = model.textEditorModel; let task: EditTask; - - if (this._sourceModel && textEditorModel.uri.toString() === this._sourceModel.toString()) { + if (this._sourceModel && model.textEditorModel.uri.toString() === this._sourceModel.toString()) { this._sourceModelTask = new SourceModelEditTask(ref, this._sourceSelections); task = this._sourceModelTask; } else { task = new EditTask(ref); } - entry.value.forEach(edit => task.addEdit(edit)); + value.forEach(edit => task.addEdit(edit)); this._tasks.push(task); - if (this.progress) { - this.progress.worked(1); - } + this._progress.report(undefined); }); promises.push(promise); }); + await TPromise.join(promises); - return TPromise.join(promises).then(_ => this); + return this; } - public apply(): Selection { - this._tasks.forEach(task => this.applyTask(task)); - let r: Selection = null; - if (this._sourceModelTask) { - r = this._sourceModelTask.getEndCursorSelection(); + apply(): Selection { + for (const task of this._tasks) { + task.apply(); + this._progress.report(undefined); } - return r; - } - - private applyTask(task: EditTask): void { - task.apply(); - if (this.progress) { - this.progress.worked(1); - } - } - - dispose(): void { - this._tasks = dispose(this._tasks); + return this._sourceModelTask + ? this._sourceModelTask.getEndCursorSelection() + : undefined; } } -export interface BulkEdit { - progress(progress: IProgressRunner): void; - add(edit: IResourceEdit[]): void; - finish(): TPromise; - ariaMessage(): string; -} +export type Edit = ResourceFileEdit | ResourceTextEdit; -export function bulkEdit(textModelResolverService: ITextModelService, editor: ICodeEditor, edits: IResourceEdit[], fileService?: IFileService, progress: IProgressRunner = null): TPromise { - let bulk = createBulkEdit(textModelResolverService, editor, fileService); - bulk.add(edits); - bulk.progress(progress); - return bulk.finish(); -} +export class BulkEdit { -export function createBulkEdit(textModelResolverService: ITextModelService, editor?: ICodeEditor, fileService?: IFileService): BulkEdit { - - let all: IResourceEdit[] = []; - let recording = new ChangeRecorder(fileService).start(); - let progressRunner: IProgressRunner; - - function progress(progress: IProgressRunner) { - progressRunner = progress; + static perform(edits: Edit[], textModelService: ITextModelService, fileService: IFileService, editor: ICodeEditor): TPromise { + const edit = new BulkEdit(editor, null, textModelService, fileService); + edit.add(edits); + return edit.perform(); } - function add(edits: IResourceEdit[]): void { - all.push(...edits); + private _edits: Edit[] = []; + private _editor: ICodeEditor; + private _progress: IProgressRunner; + + constructor( + editor: ICodeEditor, + progress: IProgressRunner, + @ITextModelService private readonly _textModelService: ITextModelService, + @optional(IFileService) private _fileService: IFileService + ) { + this._editor = editor; + this._progress = progress || emptyProgressRunner; } - function getConcurrentEdits() { - let names: string[]; - for (let edit of all) { - if (recording.hasChanged(edit.resource)) { - if (!names) { - names = []; - } - names.push(edit.resource.fsPath); - } + add(edits: Edit[] | Edit): void { + if (Array.isArray(edits)) { + this._edits.push(...edits); + } else { + this._edits.push(edits); } - if (names) { - return nls.localize('conflict', "These files have changed in the meantime: {0}", names.join(', ')); - } - return undefined; } - function finish(): TPromise { - - if (all.length === 0) { - return TPromise.as(undefined); - } - - let concurrentEdits = getConcurrentEdits(); - if (concurrentEdits) { - return TPromise.wrapError(new Error(concurrentEdits)); - } - - let uri: URI; - let selections: Selection[]; - - if (editor && editor.getModel()) { - uri = editor.getModel().uri; - selections = editor.getSelections(); - } - - const model = new BulkEditModel(textModelResolverService, uri, selections, all, progressRunner); - - return model.prepare().then(_ => { - - let concurrentEdits = getConcurrentEdits(); - if (concurrentEdits) { - throw new Error(concurrentEdits); - } - - recording.stop(); - - const result = model.apply(); - model.dispose(); - return result; - }); - } - - function ariaMessage(): string { - let editCount = all.length; - let resourceCount = size(groupBy(all, edit => edit.resource.toString())); + ariaMessage(): string { + const editCount = this._edits.reduce((prev, cur) => isResourceFileEdit(cur) ? prev : prev + cur.edits.length, 0); + const resourceCount = this._edits.length; if (editCount === 0) { return nls.localize('summary.0', "Made no edits"); } else if (editCount > 1 && resourceCount > 1) { @@ -373,10 +298,84 @@ export function createBulkEdit(textModelResolverService: ITextModelService, edit } } - return { - progress, - add, - finish, - ariaMessage - }; + async perform(): TPromise { + + let seen = new Set(); + let total = 0; + + const groups: Edit[][] = []; + let group: Edit[]; + for (const edit of this._edits) { + if (!group + || (isResourceFileEdit(group[0]) && !isResourceFileEdit(edit)) + || (isResourceTextEdit(group[0]) && !isResourceTextEdit(edit)) + ) { + group = []; + groups.push(group); + } + group.push(edit); + + if (isResourceFileEdit(edit)) { + total += 1; + } else if (!seen.has(edit.resource.toString())) { + seen.add(edit.resource.toString()); + total += 2; + } + } + + // define total work and progress callback + // for child operations + this._progress.total(total); + let progress: IProgress = { report: _ => this._progress.worked(1) }; + + // do it. return the last selection computed + // by a text change (can be undefined then) + let res: Selection = undefined; + for (const group of groups) { + if (isResourceFileEdit(group[0])) { + await this._performFileEdits(group, progress); + } else { + res = await this._performTextEdits(group, progress) || res; + } + } + return res; + } + + private async _performFileEdits(edits: ResourceFileEdit[], progress: IProgress) { + for (const edit of edits) { + + progress.report(undefined); + + if (edit.newUri && edit.oldUri) { + await this._fileService.moveFile(edit.oldUri, edit.newUri, false); + } else if (!edit.newUri && edit.oldUri) { + await this._fileService.del(edit.oldUri, true); + } else if (edit.newUri && !edit.oldUri) { + await this._fileService.createFile(edit.newUri, undefined, { overwrite: false }); + } + } + } + + private async _performTextEdits(edits: ResourceTextEdit[], progress: IProgress): TPromise { + + const recording = IRecording.start(this._fileService); + const model = new BulkEditModel(this._textModelService, this._editor, edits, progress); + + await model.prepare(); + + const conflicts = edits + .filter(edit => recording.hasChanged(edit.resource)) + .map(edit => getPathLabel(edit.resource)); + + recording.stop(); + + if (conflicts.length > 0) { + model.dispose(); + throw new Error(nls.localize('conflict', "These files have changed in the meantime: {0}", conflicts.join(', '))); + } + + const selection = await model.apply(); + model.dispose(); + return selection; + } } diff --git a/src/vs/editor/browser/services/codeEditorService.ts b/src/vs/editor/browser/services/codeEditorService.ts index 3a862d5210..3ae32e3c39 100644 --- a/src/vs/editor/browser/services/codeEditorService.ts +++ b/src/vs/editor/browser/services/codeEditorService.ts @@ -6,7 +6,8 @@ import Event from 'vs/base/common/event'; import { createDecorator } from 'vs/platform/instantiation/common/instantiation'; -import { IDecorationRenderOptions, IModelDecorationOptions, IModel } from 'vs/editor/common/editorCommon'; +import { IDecorationRenderOptions } from 'vs/editor/common/editorCommon'; +import { IModelDecorationOptions, ITextModel } from 'vs/editor/common/model'; import { IEditor } from 'vs/platform/editor/common/editor'; import { ICodeEditor, IDiffEditor, isCodeEditor, isDiffEditor } from 'vs/editor/browser/editorBrowser'; @@ -38,8 +39,8 @@ export interface ICodeEditorService { removeDecorationType(key: string): void; resolveDecorationOptions(typeKey: string, writable: boolean): IModelDecorationOptions; - setTransientModelProperty(model: IModel, key: string, value: any): void; - getTransientModelProperty(model: IModel, key: string): any; + setTransientModelProperty(model: ITextModel, key: string, value: any): void; + getTransientModelProperty(model: ITextModel, key: string): any; } /** diff --git a/src/vs/editor/browser/services/codeEditorServiceImpl.ts b/src/vs/editor/browser/services/codeEditorServiceImpl.ts index 4b0b3f1c8a..9cb167cb26 100644 --- a/src/vs/editor/browser/services/codeEditorServiceImpl.ts +++ b/src/vs/editor/browser/services/codeEditorServiceImpl.ts @@ -7,10 +7,8 @@ import * as strings from 'vs/base/common/strings'; import URI from 'vs/base/common/uri'; import * as dom from 'vs/base/browser/dom'; -import { - IDecorationRenderOptions, IModelDecorationOptions, IModelDecorationOverviewRulerOptions, IThemeDecorationRenderOptions, - IContentDecorationRenderOptions, OverviewRulerLane, TrackedRangeStickiness, isThemeColor -} from 'vs/editor/common/editorCommon'; +import { IDecorationRenderOptions, IThemeDecorationRenderOptions, IContentDecorationRenderOptions, isThemeColor } from 'vs/editor/common/editorCommon'; +import { IModelDecorationOptions, IModelDecorationOverviewRulerOptions, OverviewRulerLane, TrackedRangeStickiness } from 'vs/editor/common/model'; import { AbstractCodeEditorService } from 'vs/editor/browser/services/abstractCodeEditorService'; import { IDisposable, dispose as disposeAll } from 'vs/base/common/lifecycle'; import { IThemeService, ITheme, ThemeColor } from 'vs/platform/theme/common/themeService'; @@ -210,6 +208,8 @@ const _CSS_MAP = { borderStyle: 'border-style:{0};', borderWidth: 'border-width:{0};', + fontStyle: 'font-style:{0};', + fontWeight: 'font-weight:{0};', textDecoration: 'text-decoration:{0};', cursor: 'cursor:{0};', letterSpacing: 'letter-spacing:{0};', @@ -357,7 +357,7 @@ class DecorationCSSRules { return ''; } let cssTextArr: string[] = []; - this.collectCSSText(opts, ['textDecoration', 'cursor', 'color', 'letterSpacing'], cssTextArr); + this.collectCSSText(opts, ['fontStyle', 'fontWeight', 'textDecoration', 'cursor', 'color', 'letterSpacing'], cssTextArr); return cssTextArr.join(''); } @@ -372,10 +372,12 @@ class DecorationCSSRules { if (typeof opts !== 'undefined') { this.collectBorderSettingsCSSText(opts, cssTextArr); - if (typeof opts.contentIconPath === 'string') { - cssTextArr.push(strings.format(_CSS_MAP.contentIconPath, URI.file(opts.contentIconPath).toString().replace(/'/g, '%27'))); - } else if (opts.contentIconPath instanceof URI) { - cssTextArr.push(strings.format(_CSS_MAP.contentIconPath, opts.contentIconPath.toString(true).replace(/'/g, '%27'))); + if (typeof opts.contentIconPath !== 'undefined') { + if (typeof opts.contentIconPath === 'string') { + cssTextArr.push(strings.format(_CSS_MAP.contentIconPath, URI.file(opts.contentIconPath).toString().replace(/'/g, '%27'))); + } else { + cssTextArr.push(strings.format(_CSS_MAP.contentIconPath, URI.revive(opts.contentIconPath).toString(true).replace(/'/g, '%27'))); + } } if (typeof opts.contentText === 'string') { const truncated = opts.contentText.match(/^.*$/m)[0]; // only take first line @@ -383,7 +385,7 @@ class DecorationCSSRules { cssTextArr.push(strings.format(_CSS_MAP.contentText, escaped)); } - this.collectCSSText(opts, ['textDecoration', 'color', 'backgroundColor', 'margin'], cssTextArr); + this.collectCSSText(opts, ['fontStyle', 'fontWeight', 'textDecoration', 'color', 'backgroundColor', 'margin'], cssTextArr); if (this.collectCSSText(opts, ['width', 'height'], cssTextArr)) { cssTextArr.push('display:inline-block;'); } @@ -405,7 +407,7 @@ class DecorationCSSRules { if (typeof opts.gutterIconPath === 'string') { cssTextArr.push(strings.format(_CSS_MAP.gutterIconPath, URI.file(opts.gutterIconPath).toString())); } else { - cssTextArr.push(strings.format(_CSS_MAP.gutterIconPath, opts.gutterIconPath.toString(true).replace(/'/g, '%27'))); + cssTextArr.push(strings.format(_CSS_MAP.gutterIconPath, URI.revive(opts.gutterIconPath).toString(true).replace(/'/g, '%27'))); } if (typeof opts.gutterIconSize !== 'undefined') { cssTextArr.push(strings.format(_CSS_MAP.gutterIconSize, opts.gutterIconSize)); diff --git a/src/vs/editor/browser/view/viewController.ts b/src/vs/editor/browser/view/viewController.ts index 4d4505e9bf..0648627c17 100644 --- a/src/vs/editor/browser/view/viewController.ts +++ b/src/vs/editor/browser/view/viewController.ts @@ -62,10 +62,11 @@ export class ViewController { this._execCoreEditorCommandFunc(editorCommand, args); } - public paste(source: string, text: string, pasteOnNewLine: boolean): void { + public paste(source: string, text: string, pasteOnNewLine: boolean, multicursorText: string[]): void { this.commandService.executeCommand(editorCommon.Handler.Paste, { text: text, pasteOnNewLine: pasteOnNewLine, + multicursorText: multicursorText }); } diff --git a/src/vs/editor/browser/view/viewImpl.ts b/src/vs/editor/browser/view/viewImpl.ts index 1a47bf5ffe..68287e0c5b 100644 --- a/src/vs/editor/browser/view/viewImpl.ts +++ b/src/vs/editor/browser/view/viewImpl.ts @@ -450,6 +450,13 @@ export class View extends ViewEventHandler { this._scrollbar.delegateVerticalScrollbarMouseDown(browserEvent); } + public restoreState(scrollPosition: { scrollLeft: number; scrollTop: number; }): void { + this._context.viewLayout.setScrollPositionNow({ scrollTop: scrollPosition.scrollTop }); + this._renderNow(); + this.viewLines.updateLineWidths(); + this._context.viewLayout.setScrollPositionNow({ scrollLeft: scrollPosition.scrollLeft }); + } + public getOffsetForColumn(modelLineNumber: number, modelColumn: number): number { let modelPosition = this._context.model.validateModelPosition({ lineNumber: modelLineNumber, @@ -472,8 +479,8 @@ export class View extends ViewEventHandler { return this.outgoingEvents; } - public createOverviewRuler(cssClassName: string, minimumHeight: number, maximumHeight: number): OverviewRuler { - return new OverviewRuler(this._context, cssClassName, minimumHeight, maximumHeight); + public createOverviewRuler(cssClassName: string): OverviewRuler { + return new OverviewRuler(this._context, cssClassName); } public change(callback: (changeAccessor: editorBrowser.IViewZoneChangeAccessor) => any): boolean { diff --git a/src/vs/editor/browser/view/viewLayer.ts b/src/vs/editor/browser/view/viewLayer.ts index 06cc039952..665cb88a3b 100644 --- a/src/vs/editor/browser/view/viewLayer.ts +++ b/src/vs/editor/browser/view/viewLayer.ts @@ -80,7 +80,7 @@ export class RenderedLinesCollection { public getLine(lineNumber: number): T { let lineIndex = lineNumber - this._rendLineNumberStart; if (lineIndex < 0 || lineIndex >= this._lines.length) { - throw new Error('Illegal value for lineNumber: ' + lineNumber); + throw new Error('Illegal value for lineNumber'); } return this._lines[lineIndex]; } diff --git a/src/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.ts b/src/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.ts index 291570473e..7f15c1c55f 100644 --- a/src/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.ts +++ b/src/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.ts @@ -18,7 +18,6 @@ export class CurrentLineHighlightOverlay extends DynamicViewOverlay { private _lineHeight: number; private _renderLineHighlight: 'none' | 'gutter' | 'line' | 'all'; private _selectionIsEmpty: boolean; - private _primaryCursorIsInEditableRange: boolean; private _primaryCursorLineNumber: number; private _scrollWidth: number; private _contentWidth: number; @@ -30,7 +29,6 @@ export class CurrentLineHighlightOverlay extends DynamicViewOverlay { this._renderLineHighlight = this._context.configuration.editor.viewInfo.renderLineHighlight; this._selectionIsEmpty = true; - this._primaryCursorIsInEditableRange = true; this._primaryCursorLineNumber = 1; this._scrollWidth = 0; this._contentWidth = this._context.configuration.editor.layoutInfo.contentWidth; @@ -61,11 +59,6 @@ export class CurrentLineHighlightOverlay extends DynamicViewOverlay { public onCursorStateChanged(e: viewEvents.ViewCursorStateChangedEvent): boolean { let hasChanged = false; - if (this._primaryCursorIsInEditableRange !== e.isInEditableRange) { - this._primaryCursorIsInEditableRange = e.isInEditableRange; - hasChanged = true; - } - const primaryCursorLineNumber = e.selections[0].positionLineNumber; if (this._primaryCursorLineNumber !== primaryCursorLineNumber) { this._primaryCursorLineNumber = primaryCursorLineNumber; @@ -127,14 +120,12 @@ export class CurrentLineHighlightOverlay extends DynamicViewOverlay { return ( (this._renderLineHighlight === 'line' || this._renderLineHighlight === 'all') && this._selectionIsEmpty - && this._primaryCursorIsInEditableRange ); } private _willRenderMarginCurrentLine(): boolean { return ( (this._renderLineHighlight === 'gutter' || this._renderLineHighlight === 'all') - && this._primaryCursorIsInEditableRange ); } } diff --git a/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.css b/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.css index 59d1167471..970c90a454 100644 --- a/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.css +++ b/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.css @@ -3,7 +3,7 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -.monaco-editor .margin-view-overlays .current-line-margin { +.monaco-editor .margin-view-overlays .current-line { display: block; position: absolute; left: 0; @@ -11,6 +11,6 @@ box-sizing: border-box; } -.monaco-editor .margin-view-overlays .current-line-margin.current-line-margin-both { +.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both { border-right: 0; } \ No newline at end of file diff --git a/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.ts b/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.ts index b9b8635c04..61a7d46390 100644 --- a/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.ts +++ b/src/vs/editor/browser/viewParts/currentLineMarginHighlight/currentLineMarginHighlight.ts @@ -18,7 +18,6 @@ export class CurrentLineMarginHighlightOverlay extends DynamicViewOverlay { private _lineHeight: number; private _renderLineHighlight: 'none' | 'gutter' | 'line' | 'all'; private _selectionIsEmpty: boolean; - private _primaryCursorIsInEditableRange: boolean; private _primaryCursorLineNumber: number; private _contentLeft: number; @@ -29,7 +28,6 @@ export class CurrentLineMarginHighlightOverlay extends DynamicViewOverlay { this._renderLineHighlight = this._context.configuration.editor.viewInfo.renderLineHighlight; this._selectionIsEmpty = true; - this._primaryCursorIsInEditableRange = true; this._primaryCursorLineNumber = 1; this._contentLeft = this._context.configuration.editor.layoutInfo.contentLeft; @@ -59,11 +57,6 @@ export class CurrentLineMarginHighlightOverlay extends DynamicViewOverlay { public onCursorStateChanged(e: viewEvents.ViewCursorStateChangedEvent): boolean { let hasChanged = false; - if (this._primaryCursorIsInEditableRange !== e.isInEditableRange) { - this._primaryCursorIsInEditableRange = e.isInEditableRange; - hasChanged = true; - } - const primaryCursorLineNumber = e.selections[0].positionLineNumber; if (this._primaryCursorLineNumber !== primaryCursorLineNumber) { this._primaryCursorLineNumber = primaryCursorLineNumber; @@ -98,21 +91,21 @@ export class CurrentLineMarginHighlightOverlay extends DynamicViewOverlay { public render(startLineNumber: number, lineNumber: number): string { if (lineNumber === this._primaryCursorLineNumber) { + let className = 'current-line'; if (this._shouldShowCurrentLine()) { const paintedInContent = this._willRenderContentCurrentLine(); - const className = 'current-line-margin' + (paintedInContent ? ' current-line-margin-both' : ''); - return ( - '
' - ); - } else { - return ''; + className = 'current-line current-line-margin' + (paintedInContent ? ' current-line-margin-both' : ''); } + + return ( + '
' + ); } return ''; } @@ -120,7 +113,6 @@ export class CurrentLineMarginHighlightOverlay extends DynamicViewOverlay { private _shouldShowCurrentLine(): boolean { return ( (this._renderLineHighlight === 'gutter' || this._renderLineHighlight === 'all') - && this._primaryCursorIsInEditableRange ); } @@ -128,7 +120,6 @@ export class CurrentLineMarginHighlightOverlay extends DynamicViewOverlay { return ( (this._renderLineHighlight === 'line' || this._renderLineHighlight === 'all') && this._selectionIsEmpty - && this._primaryCursorIsInEditableRange ); } } diff --git a/src/vs/editor/browser/viewParts/decorations/decorations.ts b/src/vs/editor/browser/viewParts/decorations/decorations.ts index 255587dee1..6639cd5d0c 100644 --- a/src/vs/editor/browser/viewParts/decorations/decorations.ts +++ b/src/vs/editor/browser/viewParts/decorations/decorations.ts @@ -202,7 +202,7 @@ export class DecorationsOverlay extends DynamicViewOverlay { } let lineIndex = lineNumber - startLineNumber; if (lineIndex < 0 || lineIndex >= this._renderResult.length) { - throw new Error('Unexpected render request'); + return ''; } return this._renderResult[lineIndex]; } diff --git a/src/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.ts b/src/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.ts index 05b7dc0bb4..ed6873c28b 100644 --- a/src/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.ts +++ b/src/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.ts @@ -99,7 +99,13 @@ export class EditorScrollbar extends ViewPart { const layoutInfo = this._context.configuration.editor.layoutInfo; this.scrollbarDomNode.setLeft(layoutInfo.contentLeft); - this.scrollbarDomNode.setWidth(layoutInfo.contentWidth + layoutInfo.minimapWidth); + + const side = this._context.configuration.editor.viewInfo.minimap.side; + if (side === 'right') { + this.scrollbarDomNode.setWidth(layoutInfo.contentWidth + layoutInfo.minimapWidth); + } else { + this.scrollbarDomNode.setWidth(layoutInfo.contentWidth); + } this.scrollbarDomNode.setHeight(layoutInfo.contentHeight); } diff --git a/src/vs/editor/browser/viewParts/glyphMargin/glyphMargin.ts b/src/vs/editor/browser/viewParts/glyphMargin/glyphMargin.ts index fcdc89ec43..ab759ffe50 100644 --- a/src/vs/editor/browser/viewParts/glyphMargin/glyphMargin.ts +++ b/src/vs/editor/browser/viewParts/glyphMargin/glyphMargin.ts @@ -193,8 +193,8 @@ export class GlyphMarginOverlay extends DedupOverlay { } let lineIndex = lineNumber - startLineNumber; if (lineIndex < 0 || lineIndex >= this._renderResult.length) { - throw new Error('Unexpected render request'); + return ''; } return this._renderResult[lineIndex]; } -} \ No newline at end of file +} diff --git a/src/vs/editor/browser/viewParts/indentGuides/indentGuides.ts b/src/vs/editor/browser/viewParts/indentGuides/indentGuides.ts index bf83c90b07..a542e2d3c2 100644 --- a/src/vs/editor/browser/viewParts/indentGuides/indentGuides.ts +++ b/src/vs/editor/browser/viewParts/indentGuides/indentGuides.ts @@ -122,7 +122,7 @@ export class IndentGuidesOverlay extends DynamicViewOverlay { } let lineIndex = lineNumber - startLineNumber; if (lineIndex < 0 || lineIndex >= this._renderResult.length) { - throw new Error('Unexpected render request'); + return ''; } return this._renderResult[lineIndex]; } diff --git a/src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.ts b/src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.ts index 9274f62c36..bb003e7c9b 100644 --- a/src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.ts +++ b/src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.ts @@ -6,7 +6,7 @@ 'use strict'; import 'vs/css!./lineNumbers'; -import { editorLineNumbers } from 'vs/editor/common/view/editorColorRegistry'; +import { editorLineNumbers, editorActiveLineNumber } from 'vs/editor/common/view/editorColorRegistry'; import { registerThemingParticipant } from 'vs/platform/theme/common/themeService'; import * as platform from 'vs/base/common/platform'; import { DynamicViewOverlay } from 'vs/editor/browser/view/dynamicViewOverlay'; @@ -162,7 +162,7 @@ export class LineNumbersOverlay extends DynamicViewOverlay { } let lineIndex = lineNumber - startLineNumber; if (lineIndex < 0 || lineIndex >= this._renderResult.length) { - throw new Error('Unexpected render request'); + return ''; } return this._renderResult[lineIndex]; } @@ -175,4 +175,8 @@ registerThemingParticipant((theme, collector) => { if (lineNumbers) { collector.addRule(`.monaco-editor .line-numbers { color: ${lineNumbers}; }`); } + const activeLineNumber = theme.getColor(editorActiveLineNumber); + if (activeLineNumber) { + collector.addRule(`.monaco-editor .current-line ~ .line-numbers { color: ${activeLineNumber}; }`); + } }); diff --git a/src/vs/editor/browser/viewParts/lines/viewLine.ts b/src/vs/editor/browser/viewParts/lines/viewLine.ts index f1e87a4c26..514e052475 100644 --- a/src/vs/editor/browser/viewParts/lines/viewLine.ts +++ b/src/vs/editor/browser/viewParts/lines/viewLine.ts @@ -228,9 +228,12 @@ export class ViewLine implements IVisibleLine { isRegularASCII = strings.isBasicASCII(lineData.content); } - if (isRegularASCII && lineData.content.length < 1000) { + if (isRegularASCII && lineData.content.length < 1000 && renderLineInput.lineTokens.getCount() < 100) { // Browser rounding errors have been observed in Chrome and IE, so using the fast // view line only for short lines. Please test before removing the length check... + // --- + // Another rounding error has been observed on Linux in VSCode, where width + // rounding errors add up to an observable large number... renderedViewLine = new FastRenderedViewLine( this._renderedViewLine ? this._renderedViewLine.domNode : null, renderLineInput, @@ -278,8 +281,27 @@ export class ViewLine implements IVisibleLine { } public getVisibleRangesForRange(startColumn: number, endColumn: number, context: DomReadingContext): HorizontalRange[] { + startColumn = startColumn | 0; // @perf + endColumn = endColumn | 0; // @perf + startColumn = Math.min(this._renderedViewLine.input.lineContent.length + 1, Math.max(1, startColumn)); endColumn = Math.min(this._renderedViewLine.input.lineContent.length + 1, Math.max(1, endColumn)); + + const stopRenderingLineAfter = this._renderedViewLine.input.stopRenderingLineAfter | 0; // @perf + + if (stopRenderingLineAfter !== -1 && startColumn > stopRenderingLineAfter && endColumn > stopRenderingLineAfter) { + // This range is obviously not visible + return null; + } + + if (stopRenderingLineAfter !== -1 && startColumn > stopRenderingLineAfter) { + startColumn = stopRenderingLineAfter; + } + + if (stopRenderingLineAfter !== -1 && endColumn > stopRenderingLineAfter) { + endColumn = stopRenderingLineAfter; + } + return this._renderedViewLine.getVisibleRangesForRange(startColumn, endColumn, context); } @@ -325,23 +347,6 @@ class FastRenderedViewLine implements IRenderedViewLine { } public getVisibleRangesForRange(startColumn: number, endColumn: number, context: DomReadingContext): HorizontalRange[] { - startColumn = startColumn | 0; // @perf - endColumn = endColumn | 0; // @perf - const stopRenderingLineAfter = this.input.stopRenderingLineAfter | 0; // @perf - - if (stopRenderingLineAfter !== -1 && startColumn > stopRenderingLineAfter && endColumn > stopRenderingLineAfter) { - // This range is obviously not visible - return null; - } - - if (stopRenderingLineAfter !== -1 && startColumn > stopRenderingLineAfter) { - startColumn = stopRenderingLineAfter; - } - - if (stopRenderingLineAfter !== -1 && endColumn > stopRenderingLineAfter) { - endColumn = stopRenderingLineAfter; - } - const startPosition = this._getCharPosition(startColumn); const endPosition = this._getCharPosition(endColumn); return [new HorizontalRange(startPosition, endPosition - startPosition)]; @@ -432,23 +437,6 @@ class RenderedViewLine implements IRenderedViewLine { * Visible ranges for a model range */ public getVisibleRangesForRange(startColumn: number, endColumn: number, context: DomReadingContext): HorizontalRange[] { - startColumn = startColumn | 0; // @perf - endColumn = endColumn | 0; // @perf - const stopRenderingLineAfter = this.input.stopRenderingLineAfter | 0; // @perf - - if (stopRenderingLineAfter !== -1 && startColumn > stopRenderingLineAfter && endColumn > stopRenderingLineAfter) { - // This range is obviously not visible - return null; - } - - if (stopRenderingLineAfter !== -1 && startColumn > stopRenderingLineAfter) { - startColumn = stopRenderingLineAfter; - } - - if (stopRenderingLineAfter !== -1 && endColumn > stopRenderingLineAfter) { - endColumn = stopRenderingLineAfter; - } - if (this._pixelOffsetCache !== null) { // the text is LTR let startOffset = this._readPixelOffset(startColumn, context); diff --git a/src/vs/editor/browser/viewParts/lines/viewLines.css b/src/vs/editor/browser/viewParts/lines/viewLines.css index b97c5cc28f..602cef70c2 100644 --- a/src/vs/editor/browser/viewParts/lines/viewLines.css +++ b/src/vs/editor/browser/viewParts/lines/viewLines.css @@ -14,21 +14,21 @@ 100% { background-color: none } }*/ -.monaco-editor .lines-content, -.monaco-editor .view-line, -.monaco-editor .view-lines { +.monaco-editor.safari .lines-content, +.monaco-editor.safari .view-line, +.monaco-editor.safari .view-lines { -webkit-user-select: text; - -ms-user-select: text; - -khtml-user-select: text; - -moz-user-select: text; - -o-user-select: text; user-select: text; } -.monaco-editor.ie .lines-content, -.monaco-editor.ie .view-line, -.monaco-editor.ie .view-lines { +.monaco-editor .lines-content, +.monaco-editor .view-line, +.monaco-editor .view-lines { + -webkit-user-select: none; -ms-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -o-user-select: none; user-select: none; } diff --git a/src/vs/editor/browser/viewParts/lines/viewLines.ts b/src/vs/editor/browser/viewParts/lines/viewLines.ts index b836c41725..b2e887a4ab 100644 --- a/src/vs/editor/browser/viewParts/lines/viewLines.ts +++ b/src/vs/editor/browser/viewParts/lines/viewLines.ts @@ -455,6 +455,10 @@ export class ViewLines extends ViewPart implements IVisibleLinesHost, // --- implementation + public updateLineWidths(): void { + this._updateLineWidths(false); + } + /** * Updates the max line width if it is fast to compute. * Returns true if all lines were taken into account. diff --git a/src/vs/editor/browser/viewParts/minimap/minimap.ts b/src/vs/editor/browser/viewParts/minimap/minimap.ts index c72bd7bd91..04cc11ffd4 100644 --- a/src/vs/editor/browser/viewParts/minimap/minimap.ts +++ b/src/vs/editor/browser/viewParts/minimap/minimap.ts @@ -82,6 +82,10 @@ class MinimapOptions { public readonly lineHeight: number; + /** + * container dom node left position (in CSS px) + */ + public readonly minimapLeft: number; /** * container dom node width (in CSS px) */ @@ -121,6 +125,7 @@ class MinimapOptions { this.pixelRatio = pixelRatio; this.typicalHalfwidthCharacterWidth = fontInfo.typicalHalfwidthCharacterWidth; this.lineHeight = configuration.editor.lineHeight; + this.minimapLeft = layoutInfo.minimapLeft; this.minimapWidth = layoutInfo.minimapWidth; this.minimapHeight = layoutInfo.height; @@ -138,6 +143,7 @@ class MinimapOptions { && this.pixelRatio === other.pixelRatio && this.typicalHalfwidthCharacterWidth === other.typicalHalfwidthCharacterWidth && this.lineHeight === other.lineHeight + && this.minimapLeft === other.minimapLeft && this.minimapWidth === other.minimapWidth && this.minimapHeight === other.minimapHeight && this.canvasInnerWidth === other.canvasInnerWidth @@ -456,7 +462,6 @@ export class Minimap extends ViewPart { this._domNode.setPosition('absolute'); this._domNode.setAttribute('role', 'presentation'); this._domNode.setAttribute('aria-hidden', 'true'); - this._domNode.setRight(this._context.configuration.editor.layoutInfo.verticalScrollbarWidth); this._shadow = createFastDomNode(document.createElement('div')); this._shadow.setClassName('minimap-shadow-hidden'); @@ -563,6 +568,7 @@ export class Minimap extends ViewPart { } private _applyLayout(): void { + this._domNode.setLeft(this._options.minimapLeft); this._domNode.setWidth(this._options.minimapWidth); this._domNode.setHeight(this._options.minimapHeight); this._shadow.setHeight(this._options.minimapHeight); @@ -654,6 +660,8 @@ export class Minimap extends ViewPart { const renderMinimap = this._options.renderMinimap; if (renderMinimap === RenderMinimap.None) { this._shadow.setClassName('minimap-shadow-hidden'); + this._sliderHorizontal.setWidth(0); + this._sliderHorizontal.setHeight(0); return; } if (renderingCtx.scrollLeft + renderingCtx.viewportWidth >= renderingCtx.scrollWidth) { @@ -868,10 +876,9 @@ export class Minimap extends ViewPart { let charIndex = 0; let tabsCharDelta = 0; - for (let tokenIndex = 0, tokensLen = tokens.length; tokenIndex < tokensLen; tokenIndex++) { - const token = tokens[tokenIndex]; - const tokenEndIndex = token.endIndex; - const tokenColorId = token.getForeground(); + for (let tokenIndex = 0, tokensLen = tokens.getCount(); tokenIndex < tokensLen; tokenIndex++) { + const tokenEndIndex = tokens.getEndOffset(tokenIndex); + const tokenColorId = tokens.getForeground(tokenIndex); const tokenColor = colorTracker.getColor(tokenColorId); for (; charIndex < tokenEndIndex; charIndex++) { @@ -927,4 +934,4 @@ registerThemingParticipant((theme, collector) => { if (shadow) { collector.addRule(`.monaco-editor .minimap-shadow-visible { box-shadow: ${shadow} -6px 0 6px -6px inset; }`); } -}); \ No newline at end of file +}); diff --git a/src/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.ts b/src/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.ts index aa0f41654c..769945ca12 100644 --- a/src/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.ts +++ b/src/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.ts @@ -207,6 +207,7 @@ export class DecorationsOverviewRuler extends ViewPart { this._domNode.setClassName('decorationsOverviewRuler'); this._domNode.setPosition('absolute'); this._domNode.setLayerHinting(true); + this._domNode.setAttribute('aria-hidden', 'true'); this._settings = null; this._updateSettings(false); diff --git a/src/vs/editor/browser/viewParts/overviewRuler/overviewRuler.ts b/src/vs/editor/browser/viewParts/overviewRuler/overviewRuler.ts index 3a4ca1ab57..68cdbbfc76 100644 --- a/src/vs/editor/browser/viewParts/overviewRuler/overviewRuler.ts +++ b/src/vs/editor/browser/viewParts/overviewRuler/overviewRuler.ts @@ -6,37 +6,41 @@ import { ViewEventHandler } from 'vs/editor/common/viewModel/viewEventHandler'; import { IOverviewRuler } from 'vs/editor/browser/editorBrowser'; -import { OverviewRulerImpl } from 'vs/editor/browser/viewParts/overviewRuler/overviewRulerImpl'; import { ViewContext } from 'vs/editor/common/view/viewContext'; import * as viewEvents from 'vs/editor/common/view/viewEvents'; import { OverviewRulerPosition } from 'vs/editor/common/config/editorOptions'; -import { OverviewRulerZone } from 'vs/editor/common/view/overviewZoneManager'; +import { OverviewRulerZone, OverviewZoneManager, ColorZone } from 'vs/editor/common/view/overviewZoneManager'; +import { FastDomNode, createFastDomNode } from 'vs/base/browser/fastDomNode'; export class OverviewRuler extends ViewEventHandler implements IOverviewRuler { private _context: ViewContext; - private _overviewRuler: OverviewRulerImpl; + private _domNode: FastDomNode; + private _zoneManager: OverviewZoneManager; - constructor(context: ViewContext, cssClassName: string, minimumHeight: number, maximumHeight: number) { + constructor(context: ViewContext, cssClassName: string) { super(); this._context = context; - this._overviewRuler = new OverviewRulerImpl( - 0, - cssClassName, - this._context.viewLayout.getScrollHeight(), - this._context.configuration.editor.lineHeight, - this._context.configuration.editor.pixelRatio, - minimumHeight, - maximumHeight, - (lineNumber: number) => this._context.viewLayout.getVerticalOffsetForLineNumber(lineNumber) - ); + + this._domNode = createFastDomNode(document.createElement('canvas')); + this._domNode.setClassName(cssClassName); + this._domNode.setPosition('absolute'); + this._domNode.setLayerHinting(true); + + this._zoneManager = new OverviewZoneManager((lineNumber: number) => this._context.viewLayout.getVerticalOffsetForLineNumber(lineNumber)); + this._zoneManager.setDOMWidth(0); + this._zoneManager.setDOMHeight(0); + this._zoneManager.setOuterHeight(this._context.viewLayout.getScrollHeight()); + this._zoneManager.setLineHeight(this._context.configuration.editor.lineHeight); + + this._zoneManager.setPixelRatio(this._context.configuration.editor.pixelRatio); this._context.addEventHandler(this); } public dispose(): void { this._context.removeEventHandler(this); - this._overviewRuler.dispose(); + this._zoneManager = null; super.dispose(); } @@ -44,40 +48,118 @@ export class OverviewRuler extends ViewEventHandler implements IOverviewRuler { public onConfigurationChanged(e: viewEvents.ViewConfigurationChangedEvent): boolean { if (e.lineHeight) { - this._overviewRuler.setLineHeight(this._context.configuration.editor.lineHeight, true); + this._zoneManager.setLineHeight(this._context.configuration.editor.lineHeight); + this._render(); } if (e.pixelRatio) { - this._overviewRuler.setPixelRatio(this._context.configuration.editor.pixelRatio, true); + this._zoneManager.setPixelRatio(this._context.configuration.editor.pixelRatio); + this._domNode.setWidth(this._zoneManager.getDOMWidth()); + this._domNode.setHeight(this._zoneManager.getDOMHeight()); + this._domNode.domNode.width = this._zoneManager.getCanvasWidth(); + this._domNode.domNode.height = this._zoneManager.getCanvasHeight(); + this._render(); } return true; } - public onFlushed(e: viewEvents.ViewFlushedEvent): boolean { + this._render(); return true; } - public onScrollChanged(e: viewEvents.ViewScrollChangedEvent): boolean { - this._overviewRuler.setScrollHeight(e.scrollHeight, true); - return super.onScrollChanged(e) || e.scrollHeightChanged; + if (e.scrollHeightChanged) { + this._zoneManager.setOuterHeight(e.scrollHeight); + this._render(); + } + return true; } - public onZonesChanged(e: viewEvents.ViewZonesChangedEvent): boolean { + this._render(); return true; } // ---- end view event handlers public getDomNode(): HTMLElement { - return this._overviewRuler.getDomNode(); + return this._domNode.domNode; } public setLayout(position: OverviewRulerPosition): void { - this._overviewRuler.setLayout(position, true); + this._domNode.setTop(position.top); + this._domNode.setRight(position.right); + + let hasChanged = false; + hasChanged = this._zoneManager.setDOMWidth(position.width) || hasChanged; + hasChanged = this._zoneManager.setDOMHeight(position.height) || hasChanged; + + if (hasChanged) { + this._domNode.setWidth(this._zoneManager.getDOMWidth()); + this._domNode.setHeight(this._zoneManager.getDOMHeight()); + this._domNode.domNode.width = this._zoneManager.getCanvasWidth(); + this._domNode.domNode.height = this._zoneManager.getCanvasHeight(); + + this._render(); + } } public setZones(zones: OverviewRulerZone[]): void { - this._overviewRuler.setZones(zones, true); + this._zoneManager.setZones(zones); + this._render(); } -} \ No newline at end of file + + private _render(): boolean { + if (this._zoneManager.getOuterHeight() === 0) { + return false; + } + + const width = this._zoneManager.getCanvasWidth(); + const height = this._zoneManager.getCanvasHeight(); + + let colorZones = this._zoneManager.resolveColorZones(); + let id2Color = this._zoneManager.getId2Color(); + + let ctx = this._domNode.domNode.getContext('2d'); + ctx.clearRect(0, 0, width, height); + if (colorZones.length > 0) { + this._renderOneLane(ctx, colorZones, id2Color, width); + } + + return true; + } + + private _renderOneLane(ctx: CanvasRenderingContext2D, colorZones: ColorZone[], id2Color: string[], width: number): void { + + let currentColorId = 0; + let currentFrom = 0; + let currentTo = 0; + + for (let i = 0, len = colorZones.length; i < len; i++) { + const zone = colorZones[i]; + + const zoneColorId = zone.colorId; + const zoneFrom = zone.from; + const zoneTo = zone.to; + + if (zoneColorId !== currentColorId) { + ctx.fillRect(0, currentFrom, width, currentTo - currentFrom); + + currentColorId = zoneColorId; + ctx.fillStyle = id2Color[currentColorId]; + currentFrom = zoneFrom; + currentTo = zoneTo; + } else { + if (currentTo >= zoneFrom) { + currentTo = Math.max(currentTo, zoneTo); + } else { + ctx.fillRect(0, currentFrom, width, currentTo - currentFrom); + currentFrom = zoneFrom; + currentTo = zoneTo; + } + } + } + + ctx.fillRect(0, currentFrom, width, currentTo - currentFrom); + + } +} diff --git a/src/vs/editor/browser/viewParts/overviewRuler/overviewRulerImpl.ts b/src/vs/editor/browser/viewParts/overviewRuler/overviewRulerImpl.ts deleted file mode 100644 index 77f35bb5c4..0000000000 --- a/src/vs/editor/browser/viewParts/overviewRuler/overviewRulerImpl.ts +++ /dev/null @@ -1,250 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the Source EULA. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -'use strict'; - -import { FastDomNode, createFastDomNode } from 'vs/base/browser/fastDomNode'; -import { OverviewRulerLane } from 'vs/editor/common/editorCommon'; -import { OverviewZoneManager, ColorZone, OverviewRulerZone } from 'vs/editor/common/view/overviewZoneManager'; -import { Color } from 'vs/base/common/color'; -import { OverviewRulerPosition } from 'vs/editor/common/config/editorOptions'; -import { ThemeType, LIGHT } from 'vs/platform/theme/common/themeService'; - -export class OverviewRulerImpl { - - private _canvasLeftOffset: number; - private _domNode: FastDomNode; - private _lanesCount: number; - private _zoneManager: OverviewZoneManager; - private _background: Color; - - constructor( - canvasLeftOffset: number, cssClassName: string, scrollHeight: number, lineHeight: number, - pixelRatio: number, minimumHeight: number, maximumHeight: number, - getVerticalOffsetForLine: (lineNumber: number) => number - ) { - this._canvasLeftOffset = canvasLeftOffset; - - this._domNode = createFastDomNode(document.createElement('canvas')); - - this._domNode.setClassName(cssClassName); - this._domNode.setPosition('absolute'); - this._domNode.setLayerHinting(true); - - this._lanesCount = 3; - - this._background = null; - - this._zoneManager = new OverviewZoneManager(getVerticalOffsetForLine); - this._zoneManager.setMinimumHeight(minimumHeight); - this._zoneManager.setMaximumHeight(maximumHeight); - this._zoneManager.setThemeType(LIGHT); - this._zoneManager.setDOMWidth(0); - this._zoneManager.setDOMHeight(0); - this._zoneManager.setOuterHeight(scrollHeight); - this._zoneManager.setLineHeight(lineHeight); - - this._zoneManager.setPixelRatio(pixelRatio); - } - - public dispose(): void { - this._zoneManager = null; - } - - public setLayout(position: OverviewRulerPosition, render: boolean): void { - this._domNode.setTop(position.top); - this._domNode.setRight(position.right); - - let hasChanged = false; - hasChanged = this._zoneManager.setDOMWidth(position.width) || hasChanged; - hasChanged = this._zoneManager.setDOMHeight(position.height) || hasChanged; - - if (hasChanged) { - this._domNode.setWidth(this._zoneManager.getDOMWidth()); - this._domNode.setHeight(this._zoneManager.getDOMHeight()); - this._domNode.domNode.width = this._zoneManager.getCanvasWidth(); - this._domNode.domNode.height = this._zoneManager.getCanvasHeight(); - - if (render) { - this.render(true); - } - } - } - - public getLanesCount(): number { - return this._lanesCount; - } - - public setLanesCount(newLanesCount: number, render: boolean): void { - this._lanesCount = newLanesCount; - - if (render) { - this.render(true); - } - } - - public setThemeType(themeType: ThemeType, render: boolean): void { - this._zoneManager.setThemeType(themeType); - - if (render) { - this.render(true); - } - } - - public setUseBackground(background: Color, render: boolean): void { - this._background = background; - - if (render) { - this.render(true); - } - } - - public getDomNode(): HTMLCanvasElement { - return this._domNode.domNode; - } - - public getPixelWidth(): number { - return this._zoneManager.getCanvasWidth(); - } - - public getPixelHeight(): number { - return this._zoneManager.getCanvasHeight(); - } - - public setScrollHeight(scrollHeight: number, render: boolean): void { - this._zoneManager.setOuterHeight(scrollHeight); - if (render) { - this.render(true); - } - } - - public setLineHeight(lineHeight: number, render: boolean): void { - this._zoneManager.setLineHeight(lineHeight); - if (render) { - this.render(true); - } - } - - public setPixelRatio(pixelRatio: number, render: boolean): void { - this._zoneManager.setPixelRatio(pixelRatio); - this._domNode.setWidth(this._zoneManager.getDOMWidth()); - this._domNode.setHeight(this._zoneManager.getDOMHeight()); - this._domNode.domNode.width = this._zoneManager.getCanvasWidth(); - this._domNode.domNode.height = this._zoneManager.getCanvasHeight(); - if (render) { - this.render(true); - } - } - - public setZones(zones: OverviewRulerZone[], render: boolean): void { - this._zoneManager.setZones(zones); - if (render) { - this.render(false); - } - } - - public render(forceRender: boolean): boolean { - if (this._zoneManager.getOuterHeight() === 0) { - return false; - } - - const width = this._zoneManager.getCanvasWidth(); - const height = this._zoneManager.getCanvasHeight(); - - let colorZones = this._zoneManager.resolveColorZones(); - let id2Color = this._zoneManager.getId2Color(); - - let ctx = this._domNode.domNode.getContext('2d'); - if (this._background === null) { - ctx.clearRect(0, 0, width, height); - } else { - ctx.fillStyle = Color.Format.CSS.formatHex(this._background); - ctx.fillRect(0, 0, width, height); - } - - if (colorZones.length > 0) { - let remainingWidth = width - this._canvasLeftOffset; - - if (this._lanesCount >= 3) { - this._renderThreeLanes(ctx, colorZones, id2Color, remainingWidth); - } else if (this._lanesCount === 2) { - this._renderTwoLanes(ctx, colorZones, id2Color, remainingWidth); - } else if (this._lanesCount === 1) { - this._renderOneLane(ctx, colorZones, id2Color, remainingWidth); - } - } - - return true; - } - - private _renderOneLane(ctx: CanvasRenderingContext2D, colorZones: ColorZone[], id2Color: string[], w: number): void { - - this._renderVerticalPatch(ctx, colorZones, id2Color, OverviewRulerLane.Left | OverviewRulerLane.Center | OverviewRulerLane.Right, this._canvasLeftOffset, w); - - } - - private _renderTwoLanes(ctx: CanvasRenderingContext2D, colorZones: ColorZone[], id2Color: string[], w: number): void { - - let leftWidth = Math.floor(w / 2); - let rightWidth = w - leftWidth; - let leftOffset = this._canvasLeftOffset; - let rightOffset = this._canvasLeftOffset + leftWidth; - - this._renderVerticalPatch(ctx, colorZones, id2Color, OverviewRulerLane.Left | OverviewRulerLane.Center, leftOffset, leftWidth); - this._renderVerticalPatch(ctx, colorZones, id2Color, OverviewRulerLane.Right, rightOffset, rightWidth); - } - - private _renderThreeLanes(ctx: CanvasRenderingContext2D, colorZones: ColorZone[], id2Color: string[], w: number): void { - - let leftWidth = Math.floor(w / 3); - let rightWidth = Math.floor(w / 3); - let centerWidth = w - leftWidth - rightWidth; - let leftOffset = this._canvasLeftOffset; - let centerOffset = this._canvasLeftOffset + leftWidth; - let rightOffset = this._canvasLeftOffset + leftWidth + centerWidth; - - this._renderVerticalPatch(ctx, colorZones, id2Color, OverviewRulerLane.Left, leftOffset, leftWidth); - this._renderVerticalPatch(ctx, colorZones, id2Color, OverviewRulerLane.Center, centerOffset, centerWidth); - this._renderVerticalPatch(ctx, colorZones, id2Color, OverviewRulerLane.Right, rightOffset, rightWidth); - } - - private _renderVerticalPatch(ctx: CanvasRenderingContext2D, colorZones: ColorZone[], id2Color: string[], laneMask: number, xpos: number, width: number): void { - - let currentColorId = 0; - let currentFrom = 0; - let currentTo = 0; - - for (let i = 0, len = colorZones.length; i < len; i++) { - let zone = colorZones[i]; - - if (!(zone.position & laneMask)) { - continue; - } - - let zoneColorId = zone.colorId; - let zoneFrom = zone.from; - let zoneTo = zone.to; - - if (zoneColorId !== currentColorId) { - ctx.fillRect(xpos, currentFrom, width, currentTo - currentFrom); - - currentColorId = zoneColorId; - ctx.fillStyle = id2Color[currentColorId]; - currentFrom = zoneFrom; - currentTo = zoneTo; - } else { - if (currentTo >= zoneFrom) { - currentTo = Math.max(currentTo, zoneTo); - } else { - ctx.fillRect(xpos, currentFrom, width, currentTo - currentFrom); - currentFrom = zoneFrom; - currentTo = zoneTo; - } - } - } - - ctx.fillRect(xpos, currentFrom, width, currentTo - currentFrom); - - } -} diff --git a/src/vs/editor/browser/viewParts/selections/selections.ts b/src/vs/editor/browser/viewParts/selections/selections.ts index cc69780ec1..ed614173ed 100644 --- a/src/vs/editor/browser/viewParts/selections/selections.ts +++ b/src/vs/editor/browser/viewParts/selections/selections.ts @@ -387,7 +387,7 @@ export class SelectionsOverlay extends DynamicViewOverlay { } let lineIndex = lineNumber - startLineNumber; if (lineIndex < 0 || lineIndex >= this._renderResult.length) { - throw new Error('Unexpected render request'); + return ''; } return this._renderResult[lineIndex]; } diff --git a/src/vs/editor/browser/viewParts/viewCursors/viewCursor.ts b/src/vs/editor/browser/viewParts/viewCursors/viewCursor.ts index 68a38ef517..201634a6d5 100644 --- a/src/vs/editor/browser/viewParts/viewCursors/viewCursor.ts +++ b/src/vs/editor/browser/viewParts/viewCursors/viewCursor.ts @@ -23,53 +23,44 @@ export interface IViewCursorRenderData { } class ViewCursorRenderData { - public readonly top: number; - public readonly left: number; - public readonly width: number; - public readonly textContent: string; - - constructor(top: number, left: number, width: number, textContent: string) { - this.top = top; - this.left = left; - this.width = width; - this.textContent = textContent; - } + constructor( + public readonly top: number, + public readonly left: number, + public readonly width: number, + public readonly height: number, + public readonly textContent: string + ) { } } export class ViewCursor { private readonly _context: ViewContext; - private readonly _isSecondary: boolean; private readonly _domNode: FastDomNode; private _cursorStyle: TextEditorCursorStyle; + private _lineCursorWidth: number; private _lineHeight: number; private _typicalHalfwidthCharacterWidth: number; private _isVisible: boolean; private _position: Position; - private _isInEditableRange: boolean; private _lastRenderedContent: string; private _renderData: ViewCursorRenderData; - constructor(context: ViewContext, isSecondary: boolean) { + constructor(context: ViewContext) { this._context = context; - this._isSecondary = isSecondary; this._cursorStyle = this._context.configuration.editor.viewInfo.cursorStyle; this._lineHeight = this._context.configuration.editor.lineHeight; this._typicalHalfwidthCharacterWidth = this._context.configuration.editor.fontInfo.typicalHalfwidthCharacterWidth; + this._lineCursorWidth = Math.min(this._context.configuration.editor.viewInfo.cursorWidth, this._typicalHalfwidthCharacterWidth); this._isVisible = true; // Create the dom node this._domNode = createFastDomNode(document.createElement('div')); - if (this._isSecondary) { - this._domNode.setClassName('cursor secondary'); - } else { - this._domNode.setClassName('cursor'); - } + this._domNode.setClassName('cursor'); this._domNode.setHeight(this._lineHeight); this._domNode.setTop(0); this._domNode.setLeft(0); @@ -77,7 +68,6 @@ export class ViewCursor { this._domNode.setDisplay('none'); this.updatePosition(new Position(1, 1)); - this._isInEditableRange = true; this._lastRenderedContent = ''; this._renderData = null; @@ -87,10 +77,6 @@ export class ViewCursor { return this._domNode; } - public getIsInEditableRange(): boolean { - return this._isInEditableRange; - } - public getPosition(): Position { return this._position; } @@ -113,23 +99,26 @@ export class ViewCursor { if (e.lineHeight) { this._lineHeight = this._context.configuration.editor.lineHeight; } - if (e.viewInfo) { - this._cursorStyle = this._context.configuration.editor.viewInfo.cursorStyle; - } if (e.fontInfo) { Configuration.applyFontInfo(this._domNode, this._context.configuration.editor.fontInfo); this._typicalHalfwidthCharacterWidth = this._context.configuration.editor.fontInfo.typicalHalfwidthCharacterWidth; } + if (e.viewInfo) { + this._cursorStyle = this._context.configuration.editor.viewInfo.cursorStyle; + this._lineCursorWidth = Math.min(this._context.configuration.editor.viewInfo.cursorWidth, this._typicalHalfwidthCharacterWidth); + } + return true; } - public onCursorPositionChanged(position: Position, isInEditableRange: boolean): boolean { + public onCursorPositionChanged(position: Position): boolean { this.updatePosition(position); - this._isInEditableRange = isInEditableRange; return true; } private _prepareRender(ctx: RenderingContext): ViewCursorRenderData { + let textContent = ''; + if (this._cursorStyle === TextEditorCursorStyle.Line || this._cursorStyle === TextEditorCursorStyle.LineThin) { const visibleRange = ctx.visibleRangeForPosition(this._position); if (!visibleRange) { @@ -138,12 +127,16 @@ export class ViewCursor { } let width: number; if (this._cursorStyle === TextEditorCursorStyle.Line) { - width = dom.computeScreenAwareSize(2); + width = dom.computeScreenAwareSize(this._lineCursorWidth > 0 ? this._lineCursorWidth : 2); + if (width > 2) { + const lineContent = this._context.model.getLineContent(this._position.lineNumber); + textContent = lineContent.charAt(this._position.column - 1); + } } else { width = dom.computeScreenAwareSize(1); } const top = ctx.getVerticalOffsetForLineNumber(this._position.lineNumber) - ctx.bigNumbersDelta; - return new ViewCursorRenderData(top, visibleRange.left, width, ''); + return new ViewCursorRenderData(top, visibleRange.left, width, this._lineHeight, textContent); } const visibleRangeForCharacter = ctx.linesVisibleRangesForRange(new Range(this._position.lineNumber, this._position.column, this._position.lineNumber, this._position.column + 1), false); @@ -156,14 +149,21 @@ export class ViewCursor { const range = visibleRangeForCharacter[0].ranges[0]; const width = range.width < 1 ? this._typicalHalfwidthCharacterWidth : range.width; - let textContent = ''; if (this._cursorStyle === TextEditorCursorStyle.Block) { const lineContent = this._context.model.getLineContent(this._position.lineNumber); textContent = lineContent.charAt(this._position.column - 1); } - const top = ctx.getVerticalOffsetForLineNumber(this._position.lineNumber) - ctx.bigNumbersDelta; - return new ViewCursorRenderData(top, range.left, width, textContent); + let top = ctx.getVerticalOffsetForLineNumber(this._position.lineNumber) - ctx.bigNumbersDelta; + let height = this._lineHeight; + + // Underline might interfere with clicking + if (this._cursorStyle === TextEditorCursorStyle.Underline || this._cursorStyle === TextEditorCursorStyle.UnderlineThin) { + top += this._lineHeight - 2; + height = 2; + } + + return new ViewCursorRenderData(top, range.left, width, height, textContent); } public prepareRender(ctx: RenderingContext): void { @@ -185,14 +185,14 @@ export class ViewCursor { this._domNode.setTop(this._renderData.top); this._domNode.setLeft(this._renderData.left); this._domNode.setWidth(this._renderData.width); - this._domNode.setLineHeight(this._lineHeight); - this._domNode.setHeight(this._lineHeight); + this._domNode.setLineHeight(this._renderData.height); + this._domNode.setHeight(this._renderData.height); return { domNode: this._domNode.domNode, position: this._position, contentLeft: this._renderData.left, - height: this._lineHeight, + height: this._renderData.height, width: 2 }; } diff --git a/src/vs/editor/browser/viewParts/viewCursors/viewCursors.css b/src/vs/editor/browser/viewParts/viewCursors/viewCursors.css index 6428a4b196..25d55cef62 100644 --- a/src/vs/editor/browser/viewParts/viewCursors/viewCursors.css +++ b/src/vs/editor/browser/viewParts/viewCursors/viewCursors.css @@ -10,9 +10,7 @@ .monaco-editor .cursors-layer > .cursor { position: absolute; cursor: text; -} -.monaco-editor .cursors-layer > .cursor.secondary { - opacity: 0.6; + overflow: hidden; } /* -- block-outline-style -- */ diff --git a/src/vs/editor/browser/viewParts/viewCursors/viewCursors.ts b/src/vs/editor/browser/viewParts/viewCursors/viewCursors.ts index 706af75bfc..3b9d253309 100644 --- a/src/vs/editor/browser/viewParts/viewCursors/viewCursors.ts +++ b/src/vs/editor/browser/viewParts/viewCursors/viewCursors.ts @@ -49,7 +49,7 @@ export class ViewCursors extends ViewPart { this._cursorStyle = this._context.configuration.editor.viewInfo.cursorStyle; this._selectionIsEmpty = true; - this._primaryCursor = new ViewCursor(this._context, false); + this._primaryCursor = new ViewCursor(this._context); this._secondaryCursors = []; this._renderData = []; @@ -101,15 +101,15 @@ export class ViewCursors extends ViewPart { } return true; } - private _onCursorPositionChanged(position: Position, secondaryPositions: Position[], isInEditableRange: boolean): void { - this._primaryCursor.onCursorPositionChanged(position, isInEditableRange); + private _onCursorPositionChanged(position: Position, secondaryPositions: Position[]): void { + this._primaryCursor.onCursorPositionChanged(position); this._updateBlinking(); if (this._secondaryCursors.length < secondaryPositions.length) { // Create new cursors let addCnt = secondaryPositions.length - this._secondaryCursors.length; for (let i = 0; i < addCnt; i++) { - let newCursor = new ViewCursor(this._context, true); + let newCursor = new ViewCursor(this._context); this._domNode.domNode.insertBefore(newCursor.getDomNode().domNode, this._primaryCursor.getDomNode().domNode.nextSibling); this._secondaryCursors.push(newCursor); } @@ -123,7 +123,7 @@ export class ViewCursors extends ViewPart { } for (let i = 0; i < secondaryPositions.length; i++) { - this._secondaryCursors[i].onCursorPositionChanged(secondaryPositions[i], isInEditableRange); + this._secondaryCursors[i].onCursorPositionChanged(secondaryPositions[i]); } } @@ -132,7 +132,7 @@ export class ViewCursors extends ViewPart { for (let i = 0, len = e.selections.length; i < len; i++) { positions[i] = e.selections[i].getPosition(); } - this._onCursorPositionChanged(positions[0], positions.slice(1), e.isInEditableRange); + this._onCursorPositionChanged(positions[0], positions.slice(1)); const selectionIsEmpty = e.selections[0].isEmpty(); if (this._selectionIsEmpty !== selectionIsEmpty) { @@ -198,7 +198,7 @@ export class ViewCursors extends ViewPart { if (!this._editorHasFocus) { return TextEditorCursorBlinkingStyle.Hidden; } - if (this._readOnly || !this._primaryCursor.getIsInEditableRange()) { + if (this._readOnly) { return TextEditorCursorBlinkingStyle.Solid; } return this._cursorBlinking; diff --git a/src/vs/editor/browser/widget/codeEditorWidget.ts b/src/vs/editor/browser/widget/codeEditorWidget.ts index 5e38335b48..39a4f66ee1 100644 --- a/src/vs/editor/browser/widget/codeEditorWidget.ts +++ b/src/vs/editor/browser/widget/codeEditorWidget.ts @@ -32,6 +32,7 @@ import { editorErrorForeground, editorErrorBorder, editorWarningForeground, edit import { Color } from 'vs/base/common/color'; import { IMouseEvent } from 'vs/base/browser/mouseEvent'; import { ClassName } from 'vs/editor/common/model/intervalTree'; +import { ITextModel, IModelDecorationOptions } from 'vs/editor/common/model'; export abstract class CodeEditorWidget extends CommonCodeEditor implements editorBrowser.ICodeEditor { @@ -157,8 +158,8 @@ export abstract class CodeEditorWidget extends CommonCodeEditor implements edito super.dispose(); } - public createOverviewRuler(cssClassName: string, minimumHeight: number, maximumHeight: number): editorBrowser.IOverviewRuler { - return this._view.createOverviewRuler(cssClassName, minimumHeight, maximumHeight); + public createOverviewRuler(cssClassName: string): editorBrowser.IOverviewRuler { + return this._view.createOverviewRuler(cssClassName); } public getDomNode(): HTMLElement { @@ -326,7 +327,7 @@ export abstract class CodeEditorWidget extends CommonCodeEditor implements edito Configuration.applyFontInfoSlow(target, this._configuration.editor.fontInfo); } - _attachModel(model: editorCommon.IModel): void { + _attachModel(model: ITextModel): void { this._view = null; super._attachModel(model); @@ -392,7 +393,17 @@ export abstract class CodeEditorWidget extends CommonCodeEditor implements edito viewEventBus.onKeyDown = (e) => this._onKeyDown.fire(e); } - protected _detachModel(): editorCommon.IModel { + public restoreViewState(s: editorCommon.ICodeEditorViewState): void { + super.restoreViewState(s); + if (!this.cursor || !this.hasView) { + return; + } + if (s && s.cursorState && s.viewState) { + this._view.restoreState(this.viewModel.viewLayout.reduceRestoreState(s.viewState)); + } + } + + protected _detachModel(): ITextModel { let removeDomNode: HTMLElement = null; if (this._view) { @@ -420,7 +431,7 @@ export abstract class CodeEditorWidget extends CommonCodeEditor implements edito this._codeEditorService.removeDecorationType(key); } - protected _resolveDecorationOptions(typeKey: string, writable: boolean): editorCommon.IModelDecorationOptions { + protected _resolveDecorationOptions(typeKey: string, writable: boolean): IModelDecorationOptions { return this._codeEditorService.resolveDecorationOptions(typeKey, writable); } diff --git a/src/vs/editor/browser/widget/diffEditorWidget.ts b/src/vs/editor/browser/widget/diffEditorWidget.ts index 107290e2cc..546390a34f 100644 --- a/src/vs/editor/browser/widget/diffEditorWidget.ts +++ b/src/vs/editor/browser/widget/diffEditorWidget.ts @@ -11,7 +11,6 @@ import { RunOnceScheduler } from 'vs/base/common/async'; import { Disposable } from 'vs/base/common/lifecycle'; import * as objects from 'vs/base/common/objects'; import * as dom from 'vs/base/browser/dom'; -import Severity from 'vs/base/common/severity'; import { FastDomNode, createFastDomNode } from 'vs/base/browser/fastDomNode'; import { ISashEvent, IVerticalSashLayoutProvider, Sash } from 'vs/base/browser/ui/sash/sash'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; @@ -24,7 +23,7 @@ import { LineDecoration } from 'vs/editor/common/viewLayout/lineDecorations'; import { renderViewLine, RenderLineInput } from 'vs/editor/common/viewLayout/viewLineRenderer'; import * as editorBrowser from 'vs/editor/browser/editorBrowser'; import { CodeEditor } from 'vs/editor/browser/codeEditor'; -import { ViewLineToken } from 'vs/editor/common/core/viewLineToken'; +import { LineTokens } from 'vs/editor/common/core/lineTokens'; import { Configuration } from 'vs/editor/browser/config/configuration'; import { Position, IPosition } from 'vs/editor/common/core/position'; import { Selection, ISelection } from 'vs/editor/common/core/selection'; @@ -38,14 +37,15 @@ import { scrollbarShadow, diffInserted, diffRemoved, defaultInsertColor, default import { Color } from 'vs/base/common/color'; import { OverviewRulerZone } from 'vs/editor/common/view/overviewZoneManager'; import { IEditorWhitespace } from 'vs/editor/common/viewLayout/whitespaceComputer'; -import { ModelDecorationOptions } from 'vs/editor/common/model/textModelWithDecorations'; +import { ModelDecorationOptions } from 'vs/editor/common/model/textModel'; import { DiffReview } from 'vs/editor/browser/widget/diffReview'; import URI from 'vs/base/common/uri'; -import { IMessageService } from 'vs/platform/message/common/message'; import { IStringBuilder, createStringBuilder } from 'vs/editor/common/core/stringBuilder'; +import { IModelDeltaDecoration, IModelDecorationsChangeAccessor, ITextModel } from 'vs/editor/common/model'; +import { INotificationService } from 'vs/platform/notification/common/notification'; interface IEditorDiffDecorations { - decorations: editorCommon.IModelDeltaDecoration[]; + decorations: IModelDeltaDecoration[]; overviewZones: OverviewRulerZone[]; } @@ -100,7 +100,7 @@ class VisualEditorState { // (2) Model decorations if (this._decorations.length > 0) { - editor.changeDecorations((changeAccessor: editorCommon.IModelDecorationsChangeAccessor) => { + editor.changeDecorations((changeAccessor: IModelDecorationsChangeAccessor) => { changeAccessor.deltaDecorations(this._decorations, []); }); } @@ -191,7 +191,7 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE protected _contextKeyService: IContextKeyService; private _codeEditorService: ICodeEditorService; private _themeService: IThemeService; - private readonly _messageService: IMessageService; + private _notificationService: INotificationService; private _reviewPane: DiffReview; @@ -203,16 +203,16 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE @IInstantiationService instantiationService: IInstantiationService, @ICodeEditorService codeEditorService: ICodeEditorService, @IThemeService themeService: IThemeService, - @IMessageService messageService: IMessageService + @INotificationService notificationService: INotificationService ) { super(); this._editorWorkerService = editorWorkerService; this._codeEditorService = codeEditorService; - this._contextKeyService = contextKeyService.createScoped(domElement); + this._contextKeyService = this._register(contextKeyService.createScoped(domElement)); this._contextKeyService.createKey('isInDiffEditor', true); this._themeService = themeService; - this._messageService = messageService; + this._notificationService = notificationService; this.id = (++DIFF_EDITOR_ID); @@ -313,14 +313,14 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE this._setStrategy(new DiffEdtorWidgetInline(this._createDataSource(), this._enableSplitViewResizing)); } - this._codeEditorService.addDiffEditor(this); - this._register(themeService.onThemeChange(t => { if (this._strategy && this._strategy.applyColors(t)) { this._updateDecorationsRunner.schedule(); } this._containerDomElement.className = DiffEditorWidget._getClassName(this._themeService.getTheme(), this._renderSideBySide); })); + + this._codeEditorService.addDiffEditor(this); } public get ignoreTrimWhitespace(): boolean { @@ -361,14 +361,14 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE this._overviewDomElement.removeChild(this._originalOverviewRuler.getDomNode()); this._originalOverviewRuler.dispose(); } - this._originalOverviewRuler = this.originalEditor.createOverviewRuler('original diffOverviewRuler', 4, Number.MAX_VALUE); + this._originalOverviewRuler = this.originalEditor.createOverviewRuler('original diffOverviewRuler'); this._overviewDomElement.appendChild(this._originalOverviewRuler.getDomNode()); if (this._modifiedOverviewRuler) { this._overviewDomElement.removeChild(this._modifiedOverviewRuler.getDomNode()); this._modifiedOverviewRuler.dispose(); } - this._modifiedOverviewRuler = this.modifiedEditor.createOverviewRuler('modified diffOverviewRuler', 4, Number.MAX_VALUE); + this._modifiedOverviewRuler = this.modifiedEditor.createOverviewRuler('modified diffOverviewRuler'); this._overviewDomElement.appendChild(this._modifiedOverviewRuler.getDomNode()); this._layoutOverviewRulers(); @@ -465,20 +465,37 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE public dispose(): void { this._codeEditorService.removeDiffEditor(this); + if (this._beginUpdateDecorationsTimeout !== -1) { + window.clearTimeout(this._beginUpdateDecorationsTimeout); + this._beginUpdateDecorationsTimeout = -1; + } + window.clearInterval(this._measureDomElementToken); this._cleanViewZonesAndDecorations(); + this._overviewDomElement.removeChild(this._originalOverviewRuler.getDomNode()); this._originalOverviewRuler.dispose(); + this._overviewDomElement.removeChild(this._modifiedOverviewRuler.getDomNode()); this._modifiedOverviewRuler.dispose(); + this._overviewDomElement.removeChild(this._overviewViewportDomElement.domNode); + this._containerDomElement.removeChild(this._overviewDomElement); + this._containerDomElement.removeChild(this._originalDomNode); this.originalEditor.dispose(); + + this._containerDomElement.removeChild(this._modifiedDomNode); this.modifiedEditor.dispose(); this._strategy.dispose(); + this._containerDomElement.removeChild(this._reviewPane.domNode.domNode); + this._containerDomElement.removeChild(this._reviewPane.shadow.domNode); + this._containerDomElement.removeChild(this._reviewPane.actionBarContainer.domNode); this._reviewPane.dispose(); + this._domElement.removeChild(this._containerDomElement); + this._onDidDispose.fire(); super.dispose(); @@ -746,7 +763,7 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE this.modifiedEditor.trigger(source, handlerId, payload); } - public changeDecorations(callback: (changeAccessor: editorCommon.IModelDecorationsChangeAccessor) => any): any { + public changeDecorations(callback: (changeAccessor: IModelDecorationsChangeAccessor) => any): any { return this.modifiedEditor.changeDecorations(callback); } @@ -852,7 +869,7 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE ) { this._lastOriginalWarning = currentOriginalModel.uri; this._lastModifiedWarning = currentModifiedModel.uri; - this._messageService.show(Severity.Warning, nls.localize("diff.tooLarge", "Cannot compare files because one file is too large.")); + this._notificationService.warn(nls.localize("diff.tooLarge", "Cannot compare files because one file is too large.")); } return; } @@ -1594,6 +1611,7 @@ class DiffEdtorWidgetSideBySide extends DiffEditorWidgetStyle implements IDiffEd } _getOriginalEditorDecorations(lineChanges: editorCommon.ILineChange[], ignoreTrimWhitespace: boolean, renderIndicators: boolean, originalEditor: editorBrowser.ICodeEditor, modifiedEditor: editorBrowser.ICodeEditor): IEditorDiffDecorations { + const overviewZoneColor = this._removeColor.toString(); let result: IEditorDiffDecorations = { decorations: [], @@ -1614,16 +1632,10 @@ class DiffEdtorWidgetSideBySide extends DiffEditorWidgetStyle implements IDiffEd result.decorations.push(createDecoration(lineChange.originalStartLineNumber, 1, lineChange.originalEndLineNumber, Number.MAX_VALUE, DECORATIONS.charDeleteWholeLine)); } - let color = this._removeColor.toString(); - result.overviewZones.push(new OverviewRulerZone( lineChange.originalStartLineNumber, lineChange.originalEndLineNumber, - editorCommon.OverviewRulerLane.Full, - 0, - color, - color, - color + overviewZoneColor )); if (lineChange.charChanges) { @@ -1659,6 +1671,7 @@ class DiffEdtorWidgetSideBySide extends DiffEditorWidgetStyle implements IDiffEd } _getModifiedEditorDecorations(lineChanges: editorCommon.ILineChange[], ignoreTrimWhitespace: boolean, renderIndicators: boolean, originalEditor: editorBrowser.ICodeEditor, modifiedEditor: editorBrowser.ICodeEditor): IEditorDiffDecorations { + const overviewZoneColor = this._insertColor.toString(); let result: IEditorDiffDecorations = { decorations: [], @@ -1679,15 +1692,10 @@ class DiffEdtorWidgetSideBySide extends DiffEditorWidgetStyle implements IDiffEd if (!isChangeOrDelete(lineChange) || !lineChange.charChanges) { result.decorations.push(createDecoration(lineChange.modifiedStartLineNumber, 1, lineChange.modifiedEndLineNumber, Number.MAX_VALUE, DECORATIONS.charInsertWholeLine)); } - let color = this._insertColor.toString(); result.overviewZones.push(new OverviewRulerZone( lineChange.modifiedStartLineNumber, lineChange.modifiedEndLineNumber, - editorCommon.OverviewRulerLane.Full, - 0, - color, - color, - color + overviewZoneColor )); if (lineChange.charChanges) { @@ -1783,6 +1791,8 @@ class DiffEdtorWidgetInline extends DiffEditorWidgetStyle implements IDiffEditor } _getOriginalEditorDecorations(lineChanges: editorCommon.ILineChange[], ignoreTrimWhitespace: boolean, renderIndicators: boolean, originalEditor: editorBrowser.ICodeEditor, modifiedEditor: editorBrowser.ICodeEditor): IEditorDiffDecorations { + const overviewZoneColor = this._removeColor.toString(); + let result: IEditorDiffDecorations = { decorations: [], overviewZones: [] @@ -1798,15 +1808,10 @@ class DiffEdtorWidgetInline extends DiffEditorWidgetStyle implements IDiffEditor options: DECORATIONS.lineDeleteMargin }); - let color = this._removeColor.toString(); result.overviewZones.push(new OverviewRulerZone( lineChange.originalStartLineNumber, lineChange.originalEndLineNumber, - editorCommon.OverviewRulerLane.Full, - 0, - color, - color, - color + overviewZoneColor )); } } @@ -1815,6 +1820,7 @@ class DiffEdtorWidgetInline extends DiffEditorWidgetStyle implements IDiffEditor } _getModifiedEditorDecorations(lineChanges: editorCommon.ILineChange[], ignoreTrimWhitespace: boolean, renderIndicators: boolean, originalEditor: editorBrowser.ICodeEditor, modifiedEditor: editorBrowser.ICodeEditor): IEditorDiffDecorations { + const overviewZoneColor = this._insertColor.toString(); let result: IEditorDiffDecorations = { decorations: [], @@ -1833,15 +1839,10 @@ class DiffEdtorWidgetInline extends DiffEditorWidgetStyle implements IDiffEditor options: (renderIndicators ? DECORATIONS.lineInsertWithSign : DECORATIONS.lineInsert) }); - let color = this._insertColor.toString(); result.overviewZones.push(new OverviewRulerZone( lineChange.modifiedStartLineNumber, lineChange.modifiedEndLineNumber, - editorCommon.OverviewRulerLane.Full, - 0, - color, - color, - color + overviewZoneColor )); if (lineChange.charChanges) { @@ -1887,7 +1888,7 @@ class DiffEdtorWidgetInline extends DiffEditorWidgetStyle implements IDiffEditor class InlineViewZonesComputer extends ViewZonesComputer { - private originalModel: editorCommon.IModel; + private originalModel: ITextModel; private modifiedEditorConfiguration: editorOptions.InternalEditorOptions; private modifiedEditorTabSize: number; private renderIndicators: boolean; @@ -1962,7 +1963,7 @@ class InlineViewZonesComputer extends ViewZonesComputer { }; } - private renderOriginalLine(count: number, originalModel: editorCommon.IModel, config: editorOptions.InternalEditorOptions, tabSize: number, lineNumber: number, decorations: InlineDecoration[], sb: IStringBuilder): void { + private renderOriginalLine(count: number, originalModel: ITextModel, config: editorOptions.InternalEditorOptions, tabSize: number, lineNumber: number, decorations: InlineDecoration[], sb: IStringBuilder): void { let lineContent = originalModel.getLineContent(lineNumber); let actualDecorations = LineDecoration.filter(decorations, lineNumber, 1, lineContent.length + 1); @@ -1973,6 +1974,12 @@ class InlineViewZonesComputer extends ViewZonesComputer { | (ColorId.DefaultBackground << MetadataConsts.BACKGROUND_OFFSET) ) >>> 0; + const tokens = new Uint32Array(2); + tokens[0] = lineContent.length; + tokens[1] = defaultMetadata; + + const lineTokens = new LineTokens(tokens, lineContent); + sb.appendASCIIString('

6_BZ}Bb}H`Rt5w3`}BDK{_z2-?LT`k z^m_>B854$;O#se^CBrIR*$zvd+xE(CbLGDA%GTBj+uj}@K0Mx~(}V0buz!vKZ~@g7 zdAHbS>!dBokN@|F$O&@dp`ToPExG<$cH6U_HM{3CpCPY#*6eBTeCIpo{m-9u3c*vJ z?oSh$1TYHI{)IyR`nP|3=?!nV^0$9`@%68NYEhTH^Bqesd=V+UK=I`3WQ6aW0-(}(VYe}_&VK7aoF zXRf>wY>QkETXTERgLWsXF0c%PV!Ozp`02cwpY{E9I+!iK?|onYS%1uY@=xi??Mq8b zXXG+Be}SN!%$@8?w_Pv>KmjBmCo&~ivkP}4#*3$u zMEOzGH6@7h3qYu#pV#*d?AVqL*UU~Zx}eRX&GPZswZ&d>iE9aQ$T zowB)oa{TmD2ajK3@qg5gil6O1j&#nX{;n6pPjnjBn#|(VG;f9TT)%(~di2W|=CDB8VAP{C z7`}_}CT}GV&TjtOzr{~7n03)yO)p|G`ezD@-G79()f|3B=&_PYZFc&b zqYE&2vg=YD<~}whW4j%=S-IKJS2YH^YmV8_jRm7QMVo7x2nCmTtOblc_c`lHzjZTX zF)wl32=rpzO$WWu4??54RIQXc#ae2+v%jyU05KEhL_UC#v;#(-<&;#!w! z>FlGZIfG(7>ky5wtu1l36X4h=!;3wi{>9JWk*5Ley#Udx5?Jcp{~6z1eD^X`FUk^! z!G!_szyQxN?{L?g$Va!wcU^>1IV|JcnJIeY(H-^gIDdYenjeuKymwMRE(LBy8X*3c z|MAtY;6OpL++W^$+o64!q-k?omaNeW=-0Q+ZD;!} z^Edt*3vJEwWzgtHo(TxTDJBhf(#ka2td7<;iaOH(yxHYZGQP4nG&#VHNybF#62 z@^sOy*L3=<$gK0o^o`!((o(-!FHMHqhc+fz;4gNsPN>$XT{f37Gy0{1D7Y9?iDVM> zxf}ywj+5^__P_&=(eSZ%z3VX=f9m?X@4o(141d1Z-8X)67pu@Ouq$DP7t!mo8^x13 zr0dVU>ey(QOQys}zd>jn#-Ism#d0*!Yi#tM-XCQvz8jPld(Z3wG&sKGCrp0KAJd1c z^X)mv~$&pEOA+%-erL`zH=}2+uR(r*FqCHj5oBiT$S98N~fh|Cf zc|o6ZT3jd?q}@-(T~Z{)Hez;?wEM+rn}7Ux_D#C|($~#C3*XP4{ljbD{`R-e{`el! zdgI-*pOA0OzIop-{I3>iKKVIvh`8^2`+aXG8*hB$?3;IA)E}$#`=F_dg{V-N=3p>V z;;hF2dlUhMJW}6xeR5-RerJ7@{>huRw|}z!%wJr%e}O%A?$p)GjNJIhBeU;pZ+~AX z?;z+S4(%?Y1ZF`y;QjG5iMmk&WJf;*>k*8tDkgX)$`xky)1d+ZQ;htV^xC0}p1 zk2YCvXImt z(btJ__r2%Nk?!mV_ufkbV!r8~H@%72=RR{29Nzn;doRj}Rdx{32tat5^nc~FKP5jt z_tp3GKKHragMZErJlcHVt2f{L)d!lp`i}mXT@SpCzR?;+$@&;TjCg>uGC*~YBNDJ+ znMx z^&&GF(qF!XI;W`#=N=h}uwEP-( zYOLg#db{g#MtJHqv}i5X^tG(x*+kbgBAkPb=f;+>%y!9WuB|$@ZfP6{Q-B(mT+?Q+ z)53tVwKi1GFwkI>3-@M9Zn-yJu8m&zs%8CCMB`?}4Nd35wCs}UekP!vO?nAxKlLrN`t#)v*7||8+Mh4bnB|3(W`q^*Nv^zV}JpmL#EUPy1STx_Kt4T#-=AN zDM{q_x|%mkfnZPU+c~H1|>oAb&^KDf2Z;cLgi2Mpe#T z*YmyFa=c;@Ruy1QbHIAO&nZAV{mYa*8wN{XaQ3XplLAa=_$S;IQ<_{}<5&HtST0}W zmoKq=C-c{9b$YfBrQ++g`osKPu8EKo55d#|xLk zli3`vH3s0c=WEu?7Rie(L|6-)bJd+B%pcT;1B)$I@n`s14 zm3uA_mU|0(fos{uFWHVQiKwkC&wf2>T5k#7W*50$eWKx5FpF==9}+dX_9MZpKP=Z-+%W7+-OSM><$tOh|0hJzWXkW zOUNpP>p>2w9?@hFp{7KpK{LPwt%yNW6*GX|MoH8Fwt=4#eZb=h9*lQm=FsWf6O;9G z-i8ZbCt#B64-&e?0fbv%N81(v$k@;U$+H0k6wpgJZ5D+XGv-ztvm3xH7oA$|2le`Q zfj9x5*?&B!Ilo1vL4IiH0$~4p2;Hl30B@A@w+f+GswKZ#G2z$S1{iV;BHk+b5oKd0 zpiHLXFnS1u{;*d2JA+9Aw+0pOx43T4$6>_w6mC_%`8j)I`p5*Jc$WLCv!3d5e-25b z9Ezzlrv$^=n<{qH&oG#zMA~2qcw&w=wkZe`yni)!eIF!H0bP-0xf4}gCb*@UXe?PW z4VXB20=gI&o@aAv7+{NWkQw&cLh3t$RpPSm*E~*`NDZ@9uKAA9>mKhcXza+#jy~;* zlP`(GFue7o?J$rOH^YNeFkdnH|;KIDirj$$l6QCL@gJ z_myQU=Dww5q$2hJ$C3e@j_?}X(@}yt>wio~J7h3Mxj#t;$_Ja}u?_f(&>|RvoX5x_ z61K$DD0J^`vp8Z|UnRuss5u>>Zw&}{o-s5T!-G>5$WU>bsZs{`tsLc147?o1$pACe z6l#P9Wys&V$yYhx?5)$honSws6Hbaig;Pd3o^KF5Jx@)68+LYOU9!$CL(w+jHl4VK1ec`O64FzCnDh zVE)83?2Lv{3>-XyGtduupptPdbeE$bqDf>PvOLR@y7iJ;$&bW- zKu(F01BzWrO=BHlm=xqDmwyg4dLXzCZ0gvQK&woU{Tj7P46`8!omCm<+;J_fzUfAG zS~?!s8r)-oD%ojHmTis6)J`Lt^H8t4qM~!t>9*kNp6T(P#;C7hm0U1plp?F+SCet3 zp=36oOO8O%oAN3%G|nh>nXCq3%eA}^dU_jQtwk~AjZ)un&jN@6&3_K4MK>`F4nHG9 z2my-dj8F5%8m`VI47BaQ55y53rlLqewL8^FISg|QsHp}hpaeu0)wUS5byKros1L(< zFiU8ZO65M!{dDy2*`Qz+s-VHw3$HHRTe!dQp~A-th3+IC&XeM}^0*?m&b_N$WZWps zdK2C`sE}rZ1U(c+Ykwp+A1`D|MZo1C_*IhKZoX8696JT}oa0Pj#p$Sr*-j&rX4_yJ zpc{XH4~Yatp!xw45MAx68JOLar!K~mX^d?Gs7}rqsbo>CGa^VqD{2NzJY~RYhQrO- zA6PJoC6|&|O3Ziwbxe^oqfg(6PCm%7&>`JYZJ4@^#{Z zezt&D9BNTe`ixsRyZn@eu{(<&hvX)yz^s1Y=yMs=8#JI&t8AUl$k zhxJaf05cC12xL~&EKaAc-Y=Hy*tHl)dpGccpnqHh3!`#O10l!{WtjGrMrqU0We`Xm zjFz6u{X;~b$0cB<3m+&v1S6X}3+JvMKxzGPZ|?FQWt(%O4~J2O*i;@i%mbc7PMiX$ z%K+nvC=aY-a7{r!3FnmpS21|y{8a%ogaMf7h}n>8j?k|@h;mPF?zP-aDS}%N8H~4y z9DmZ!G8vhU2~^HC*AJU2g}??=++bc3CY8t!Gz-Qb8CFQb6Wi4=RLNk>5{{ObNM&tY zOGPR`*)Uu4T}nayI>3w4wEZ*%IpG&+jl13g6SXZ_u9lmj=~>huqlVFRERg)nao|DF zfj{{r@?FBfpsJLG=2erV0~NUfG$crYB7aVmV@8kgNf6HDEsB@%Z8bIeN-&tY|6lbo7nc)3#9AKJ!ICmoe+J95g zR5Vb=aep$zT+`jusJ`+g4X;Fz#0EPLHHb!phHJ~lPic@R3Bp1I=kD@n^tjdMjX#Tau8Q>5#u z71~;xd?dO){&t-M<}ZOdbb|67Fn@;aouS|C9S|mCx*wRH>5Odk;*`|JxYlI@8{1xObC1*zTu)@_6b%h+*tU9JU1B)P7Kw9M52B4c4tbvqIW7cAAvbx z);7VW%5wt-(*#T{{N5Z*H&IN7O)_6rGTvP$l1%z4e?h5hbpSK~@L0@)FQ|Lz%YZX9 z-T~8Ds}RkpSh~%c0-X%xb$^F2mlfuU(RSGeDrcC2q3IgC=5TY62Hk2qE&;@~iy-`% z0n)4!RuH%_%!6!Nz`X#9jy5%UlU4@25;*|{kQ4~t_FU)*0J}OBz$O}@Wui%q-TD9! z3nL}TbkL&IGy!!&>*=Tce`*ua{6yK(9n|5v55}UIBuCuG?$W zh>zAvrY0@RFIu{|u-4#9g+^gq*jG3Vu`FTaGj`(YU2gT17DE=kUnyDv5a>z0#8U(B2}C(8WV z{sREj9$o+O`SlOeFMm~ETz%Tzm$LZ!7=1PH#n{4q3+g>P!ishGL3ZcOtaPl@99G%# zwKvfJdYnB%$Zm3r9CS{Jq)f1K)r6;qQ~*+5bIq=TBc%M{j$0|9|(sxBsz+4}Aao2X=Ke zeFXGLt1v7~pzbxA_2$cLvf^;EL+A0+s5mT+`k*o*6+<0P2IFm&KniGr{wlBZ;(nu3 ztS9UobE!&jX@f7Qe6 z;WOvYpLuvrV=?_QjLl+UZ{ZB;+c7Fhp^WjlPE0y^D1RBbcn7okCsUD30dxzQTk3fN zaIRt{Snw(zSLxzBo1Z=*w5q?ujLFZ9pK}CMNVy(#F|8^vOpOZ$&!nMPowF8ZI0P%vsE`MrZ4ua_n>H-=|$#t3?0~Dh*P^gjV zIg#)F9v~>&By5=z%IOcE{K5TT?XFwsA36%cgoVA8Fgcfi{Yfc@gS$BK0O#??!6s$w z@L4DD9K&`304RcPr69sK=X6k~|4`5ib|C<*Tp;MvLH|t`QzP2NzU)gFm0__>-<`DE z>woR`?DxqxW?SUrw;g@!?PM@Ja)7*!e6a-=)?2?dJ5TP8W*>dsRrlXVK0JGv)OP){ z8*C5I+MsZvaJAASD9M&D#ipKAc0504K&>Uq1`KJm+nt?iY)Amb zGQB0W%hGiL6;v_51ugr9=4P-AIshuweA~J1RKRu9MgzdCYfh=LKs{ZfW?Huoo7@BA zK{73beqG4R2-&L(TZMNN9)BzL?6*tXOied1n z=v`Popj@P=&~}%SP5L8p!KeXKr=zkEMS_dN)bfELN-cDW4D*|CYWm|rvKh~7Kuv*( zizxqadVyi-Ies0H_ zoUcY!!Nj?DAHjd`LIw%T)1UJepg_UUKbEf6fnX=F3#tRqDYOuwu1!#ASgBBt^^_MF ziF2CgQw=kP04|Kh?l24{169yq!o$uq&$Pc#1y+y@mA$E=4jq-`iGFN!Ophj9wF*aC z%>{Ni8^ds@e6T1_a(@6RGEL}VLJSbrZW+uid($;J=bBaXLA;clmaS_XREJp&6O#v8 zY`PjDbao$DZY5qXo0cY78pPczeu`J-6)Cn@Z zRpK$1nSKPyujxTk?|8V74wQspx4fXagcd5CbWE+jzvGLV+<&gM+teli!oh|#Qai@1 z?~chI3mDS&VrP}`}f$77Av;a(c`pnLIh-SeZsfp$_% zgAHR4iBLjQ3kam~Fhxo-@hV0- zF;B|J6@P*zgGQnsoZ%l{-jB;y-lyCUjXh96A&gJ!045Zs=U+eg_8z?z>FjuxI?xT)~c!e5cS zHRl@la*O_b??6T|3kH z>h~teal+(c{@3mjKO*ubsGq77HDD^IDSzpy6ccpTsbqOvq}HA zvuCD&)3Gg}IQwE_6M@)7^*8C@s{ZM?FGX*R9*@a`$r z0RXQjMT*=DFRci+9|hu&MFTJk)q#7LbuW%Z*%h|oAS(CkoR*}n;doN7%7tcIA%A@x z^-{@X9C$V^m=#pXB4AnmCQ**0@Avc|v?bxbM_6U)5;Lx>tk{V`0XBdf0gRODKJc9h z09Rh7F;CNN6&N!P7E2n9313-Cz!m_OlP;!?QtFo|)n#DEIuo<^gJv-??FC+r;|Xrq zB@0?XG>q49WM)c;xhE-ZH@%{3fPb{6!~x5OXpASGRcyyWQgTC(QAUL6lbdGIzSlrc zv967=FS@mYtB27E!gT`|Qd7?KsNOJKP+x}5S+tR1+>7Xx=*}kGMI9Jq4wkkFve5QG zj@tAWJ6sAcoVFWbK_T7clG+Oj54KeRRMpaEpXn#Lvyc9VW zchT;WM1xu#PGcQ}tRQTs*0&Z?qX_-feY*xA+K)6GDyAj38fj1j%@gCQRJ59X zM^h`cHB`*Sq%Mro4>b_stduQuV`vo4;G2X6!`_6p?1ScMRTs{Ff`3ef0oTE(-M#_L zRiqcHtx;kMP1CEMT_oh62`<35qf#j@HCjnjYzz+`7|MB$aoSzc2i^ z!jB72;#!McQKgmyN4t617=@d}F3m+92qw8srXc8Yo<%Vdst~*i6M{^c4*Nqn98bY~ zoX%555g*Sp3uGd*@qZNGaERfX7-a20s_;PWhlCpX!wBC=jGj=8;*ZfmFb1&-PpPC4 zP)g%IuG0gXZ*!iWb}^|OrQ-zVYMcziD8!_b3`NZp8nQzYXlpj!Pa^0?4}}}T!&AVF zd(OP%hP869X;*-_xg&s0r3?V7xSnT7U_V0kX{)sC^a1N=27j@UiE+B}L@Vl)#UdY6 z8$|790C)_zz~Jq6#OlAnD`{`32scA9z~Y4HN{lhuB&MT;O)`o;1B8)t*f>Kd}tYqF;g1 zf(7UvWp2e{*nd!sn-2Cw*ea9{JvGJE%q|%KjRn9CQH;F`7=2*d0p^oZ3Y)Agt=tr)s1D8Wgam~AXB{1 zP5_X>w#hq`cMBelyhoNiDet(nDOW}dk!L`g(j_+qW0Ja7p ze|p)a^vDCA&57%3?4mDy#$;iNSxbRRH0zBNQh~|N@>KZ?87X;4O2lfFuDXtau2I(Q zL>Rh`!euf>sDm45sKt-Dl{ZH4gV}9ry_hOy_`Mb;0MM;r>R`;3P~UAdP-Nif$4>eJ zIi~)Yv42|u%m+-{y~@JKP6t~+2Oxr5)c35&$bz6KH`ey2sjxj=I3=?OCv-pTS|!K! zES{$O&vv@mx>z?dBj}tRrvpcC>fO-SWijZPB}e!hWww89LtT$7@1n1S(Ekn=Z(8WV z=!7bZZL~&Q$}b#uT+)B)kMFd%4sW&92kBirzJLEIr(e?EJ!;{BI&QVLzTd`Ab=QS_ zL;6LgVSX=(g5ek}IyRnS)Pq4VHJh> zb~{ZPgOS@;`%~qjb=srHwG)$dRt%rfNVS?{+J{!_VYw7Xx=}Y%s~9uT@zUj5HCQhL zTLz}XOWUBGx#VDW@erel9%qJz3eV!E4S&J~EzQ6&g&Tr>2#VM+O=iR%}O;uPqvTH_Ch%5Xl6 z5jvL9>xYL}x0)G^`kJBD7FU-BprlLDk*rsP_BbYJKxn0OlcK|&O&;*j4Wl!Ap?`wq zTJ@Gu8tPyvR&J^KhkSr?-AVi4Wo^VqsS^oJtrMm;fF#`mu%=^pC$zvS4>W)fhLc=6 zd(;Nm;JP6UgW70Ib0jCwFB421!{qR+dF9C=Kp&F~j$bukI`Qf(_>u_0@Y3F2 z^FeW5R}k~{1FMD8g}V#yDSWi>nSa8M)cUdrcN7y@?gqhy{lOJ(R?{7rut*vngD`5627evIyDsG68Ugs2dcAX78n%-VQ4=7N}L6NSe0r(JKPCz{htS0~e9n zUV z0WhOfG*~K2+{vx?%wWOs(tmmr_tU`&4QPavnsjOc{U5lq7UKZX-=k;xbB7Tl0k(_- zQU~}cT9@h!l#$N#w$ThuuiH>CU)^jtaMm=O6cjFZ$8Pa>F+LMB8|?O?4eGcAy-zEm zrLpSzS_B2+A|+-!4NWtl5nF(=buQD|V%R0mK-q63jlHP+aM*0tD1Vj5UIp}ouE$Lb zrlR>SSmfgFI|i_$m_7S2+APXl!D0g{Z^mZ)P%~X`5oTi`7C2O4VJ01y>VSD!)?t_zI1gdu-615*H1jI1u7uCjeaa2^Ob1*JW5;zSlE20D#7m=wZ z$q*z5wtp~U6Mrli*bdX}B>>pnTDkyniz*x@qH!-TG=Xztbq;RHCV9npKN#;&OstBL z*@aH@G8T)d7-mp8KA0`3y9Y7BbAwTW1B%Z;i2z@cI&LZ?$9?QzZwitjnV`Hvp`Z!` z3BreP3vQ$cJ?@OgBpUUSVZQ_I8h{ZG<%y0=GBS?hP=Dra9mcW`*CG#h(~%?e_u?nm z1fy{@?uXG>PDcYd38nh%hn=aM;zuI!20Zl06mHAkZkcS8HVS_9>FvDu^en>!yOWCN~jsv(M&htJ>Gyz(GJ;=@C&~1>V+@3 z%fl$Zuzx>4(HH8QhMVJPx~Xosa5p7Crpi5`(7h2zs^Wo!bU(kYWU|qTJ8XBLE`ldkT98hNcl-0||8lKIEWr`lBC#>8Z_rAhcVkD)1io^#^1Ni=X`; z8vQ--GO#30$r~xT6O7gS;0_K}%weeNvs{Drt!=euhff^^BbXmO&d9^GasCdhjgZ4^ z1%F_NbN%c?(5#24)>xqAa+NPl$=h&LVrU&H4#-|i42A+x)#z&b6O^LYFtUoAvX73m}ID5audS+uz4$1-NCy`w;HPQfg+d)_b3(w0{b^d5$9aeJp9`K^XIN|(hiEWR zwV)^);jS!e2n_3l4QHoLP`-I$adg=UB32vKE-lagl4QqivwyHIjH|~d2sy!Jy~Tg% za_#t2V&Gn(jQKy^P9E3KqkAq1@|7Z^-Vm2SU^Yo8$m1u@pE$XF=!)ZaWeX?H_uCt5 zM>f{ax7X=f)?V9u7#S|Z^kNWXMy5SNCJhn|_!01*l~iQuiI|jgbohllYu(~Eb1Tb_U)voyUsz2ljH{Jvb}$%SG7y! zfAeoXyuQA& zzD`~?yW!UHn0&CmZ_B6!v)6xYY@Q?cgjMp{_Ij)2XUnzqt@YaadmsPM`scp-!WYuL zi$CgZ%|04dPhTlMTnjF)`MaE6U$_$YPweN5g5rxlGqsyzp~q)nR<1jxnLJf_Pam z-}_JH$reXw!?lxs6wH734%?=fjG;o%ET2}e+JJKvQ!V3;7pf4P{ryC(Xs8pYVNC1n zey01y+k^Of?-eX|*jEBwrkW(Aa{KMeU{nu}a^5|D_8I#)KRQf}pu5xS?VQ}{c6Yq4 z;n-#u*B347mZdMk0m!6P5U2MuaaI#zJubcM$-e}1LF0~9qLqKD$sWApj@b%sD0XJF z_VlUKyL_`VI^znm)xG4z&I0M}oY-Et(<&M((y--{pVzh32+t~v8T zMmqoBHRkfzwN0Zhbd-nB=^z2S+X{nicv#)h7`r7s}S@@O0AEJNvpj#a6X7m8$4>OgL6~?yI)ePbYIs266!ivyPSuXvf_mfR=zDAT%u;go-9Vb z=~y8LGn$nuhO~=C08Id#z$WLCyMRw5tB(eNkGPM|V^XoLnVu1tQN@W$z)Fs5lx#zr zbu_r8-fsG`h@J>ZN}k2Nnu}gC+?o)B{qKQ#G-`j=Y{vj?9T*sT!(FH;6{%BgIkxVa zB?&U*N%FzeNh8400Oy=VY2POaf>Ta4hr>TXamk)wxZ2zjz7Ar}Dgs9t0GqtDmah&# zAY)>G9BS~AiQvMZb--FsnH~5{#D*-J4C9Lm0HQkuH@KEMzkyYY7--T=V$cAZyWgak zs%3vM^ocDq>&|&L^VPT57njJJKW3*Ypw(XHT_c9c?dsKAsBgt^bt&4B^+1ah_)zvn+zr9LV zX76Zk0D@S*{;@}y`up=o=l__w+MeB}?!14my*evx9@^YIyz#_%d>Z}+gKv-HaSHE? z@&WfQJX?5P;f}&RxOZo;o9?7sZYr@cS4m*#=22v|X;YMM+I?Xor(Acr1e4#C`?!}U z7O4aymA$O~*M?3P&Q0@3IDj>vf7AhdBOB)7`h0(=04z)NIgj%7F!^pgUk3uNbc}y^ zg=$@&d%UFST#En`S(<69v<+b-Yd`>ET&0TWXbTIv|j3DY|noXt3CSFQms5c0|e9Vj^(@3uz^v%OeIiY_y&{!I@)*h-PCyzL5Y7Tokl%H z7m6rG(~J8e;yD0@A6SQm7cooKN=k-n4C{&C6M@+=0m*2UO6XbCHVO5^g|OA`ug1cQ zrC)0Xwsbw)RR%AODGkPbV1CV{=venD2k~RATg(v&4-Qs=g-Z_TdfNtZ`PP@Ul=XoK(9ZkK09L^e(atYO3OB7YwRxmij73d%hE5zQ39BdMAH_7LgoKYdd?>-U_9QPw+l&uqT*PE|q+$C9)(c31!X7;u450 zqv-(ZgU)z{Yx3Ugf7wwbO&fw28L^-If-t_z8NJQqWC;YJw!W~q_xO?*r;?^988y=? zx*(P9P9)u<{UES4H z)pe_1(~o-2q-T1PNrp@^lZi_?G%ZyOcga%^r(huyJc`%)N=t)yc|f(T(PXPkd26Nq@iaf#$!{m^BnE?e-V zDqHT_^8C`!Hi0XK+-e@%p+nZg=Jqoz&jk8|Ynls(p5=rlGo`^C!;pMDPv(JFw$8eq zsbVXT^`+303CS)i&YN%;OdO3~OvJ1R#LUHrVKgl9a?`S@DfUcG^+dHKOAhiqdLuLO zS!>k#+T(v;XLn5h9X~n!4R#g#=~v(LOW!{C-^$mO_G?Z2OZbNx({2Bi&9L0Mv(G?9 zWYOb~Gyl;?rw@JM3$HqV{&#+kM8a6l1H)o@NVfK zX8G6nXQ;K!(nY1~OV293yY#-&M@ku4fpp|i8R=omWl ztn+_Yrrl`Q%L~GcHXY^?6)mQspce6kX@gE*DA(JK!1F^M*1||K%QCpj?M?QEXMlM` zyH!4OhFb`Th&F8)eq=%kb=SEN_1bOJKnTz+*h-umok5tU04jhi7>l?_PhM?H@VRU0N4)8wTffVU z=Rf@27u@xN_g^=4uie)%OjxBuWKG^$`Zvht*82%Mpj>Ag5BkS+o{HXBnH;zg8bD+p z|D;DUPVY+$wOywJx;yO!V$9iI&q03Uf5alJ&>ziQ}!F-Pnjj8Aj`$ASuCK zq|8P$Iy#)IxFj-`Tj?D^H3}U!xP7lUl?=AxRDRpPb}Bb|t;0^B6ZrT)y^8pW@%v_zZtXN@r+x z-$Enz>e3rXJH4y)A4;DrvPAz0$nyeg6=qaX-3n-2qY2XDX$DR(9ec&!G%}-vMmx!> zgPlIcZ=?}6rP5Im+I<`LMtP^#NpTziEol?09^>9fM^a#aWtb1Q*O|T@S#Kk$?>w13 zVKVG#_Z2_^$%y7PJ&m3;7!QAY1OC0nU^F_`+n%=rcfMS4BojVq2_^mcXXeM|$QOI+ zNo+_qEyr5;p{9qr1x-tSE2`tKC@>B4W8~t+b`VH2epwb^g}g23%g_);Y;s3!(f6oA z6AI^?5J-jd45A7-T&6ri@*X~s&yN{OD@1aRd?9sKE17a{pU-Nxv)F$=UYniv_(D*2ji ziwaqgvCo!_$fQ%LDUVP~W4HmHu)oOQP)a%?-XUU1O(i2xUIXJjf~{g*2G|CsfFgA< zR=JhZDoPhQ5?dlFohpC5sPu13_mu7@>HoRXmrGwOJyH5!rGG4ayYzjma3yJVe|BhA z+2oV`2!kR>p+Fp(McvL8j&*#LmfkZw+aB^fF4U<*jI=7Cvzxq#5bOc2RnAJ;Q`8%D-&jqS$aW|~Izklo?M zM9aAd|Ue14$>4*9aGVv=*bw5q!mQ0P~a6~9>8);Clg>x!u+GnSaG6dL4qgksa zUS?I6q*(r0zn)e5HX=@0buC8tpHhyh6XW}*PszGe(JKtAY$2eud)S!%Z+cT-r{lh? zv3rDh?AQu7U8feRy62KhlJA}Le6ODDB*dGZIGJ|mNRWRNMThf5~Syk@zPL?k^UyC&1zcK%Yj4L_@96>?VWs;cMmWVupS;Z8ai zkwqz#X-j|4aoNafSgPiKzeK;?_>c-3<&ipi!l^$0gzYa3{H{;t$SnTvG4g3n0)e<& zF!?Mlt5|=_b%lq*PU+7w<3~D=PNRs-WGabb*6QnofeS^?Fg-@lR0%fs`2*)@ic-fi zrwo)n-!7AdTJsIk$z-+oz??(!g^K`VNkXiZ&8>fXu}|K$XEIVO!~tUZMdf#@b+4MV zs=ax6^x0pt!;R>v51A$pYKvE1y+B5>rLdhu?V4+qL)XV$g^e4zM60rrazQp4&EwHh zVt3<;vXp5eSF*mhkcU;99KU%fPJ7e6m1~<9;_#+?T4Z@)~nX zFb=Qs1)d{bBpd8;mGI-wCp)0rLEmTVvRuDidh z85c+34A1hE`TNPyk9G2~kPQc76-z8JNm2{26?O6?JXVK><@ zbdfcVkggo7u{5V*11TA{^gS%zVHFSQSOQ@ksJ3Q!!sU^j3R@sw)H&1AmBVjn584>MANLNFhd&Hkhi5_$EM!%H_SE`n@JePf-DU3pgpB? z#9R|THCFpbMo{ncCbbV}Ih5039wOY35*E0oi?}>GEjHEkSN|@y7lY7tLK+$g+)#R$ zWsvou*Ry~`qEulPr^MrqhJu@;J!i#r$lHL4VN02vVx)ty6Vfaj+mNcNHo%)4vA7<>iR*3OLiYASx=ajj>vx?LXrsP7SbpX zC@4~_g-B9BSPVB=!!d{s^pRXT8jLzAE#C&3zEMwwTm(zN{<47}R#4(XYkq(Z29ZJY zm>~a;BvmBoS(-Qqr|@(sADxs(453r;NJG*^ji+-2H3Gd$k->@fFvL%YIyDO02C;?@ z16%0m0{WzG7ET3_?V*2z1QJA)lm&=NJR6EtvT)GLYBLhC6}oEyJ(LJ3E4i9}Ralv< zIHXlqnAjt6>=B2lRamHCKa$j|kzw0^U7_*Rb=nw@nqAKCTSv4dFE@#L9LWN#+4m<}-c(W5wJ3k#J6oLJ*TF@ea7W7) z?d52UqL9r{jCv?_gR+}Cu}{}?8l;0AcK1>u5pm@UlIN9jn2>qzsd`jbzUetM!pe@^ zps`~5iu`N~D_@prM+?UjQpq&jf$;oTnx^NImLl#o2OUhS_nKvC8kpYX<0XiG@yNCJ zD?w66CEhq9kwAabMUj8694jz`aNY_qj)qO%zfGp3k5yU5J$s?k=VE57JT9`*kCa|q z)E6pN5Fu3$O06Den|d$$006B(S5*g??X!jP8GhEjSE#r3Nu%j&0OLNI9W8Fc2bJ!m z61t;ha%W}SaAMC+%NED{G1eCAcA~s+_0-KL_f%6Z&v}2^rRhDN1 zi-SA!i}f(tNSD`+w`(Y)9FFsgmueMd)O?{aEL*M>mM@y`BqWVSb1lCfFZ*?;ukk16 zEPzysYqEdEaux)_TB^j+1sw2E34to4SX#*D7_@?-!j~Q<8bgF~LT$9tWOl+h6NgMb zy=65^*lW5!_3krQyda3?=6>SpOMdpHZB_YvIjNM9fcD`HI$<{m*q4G#twxp0uZ^3{ zS6zM0Ri|HEE!WN*F_KofmgP~!Fb>vL`1{BvoiBe4H8KZGhy%|ZS?U+IfwN@4G%wyq zep6VBpNK5`q^^pWN^)jTM_B zz5jo;(nbAHq7^;;wFp&qDw0&n>t72e+*F38VIy9P#bn2J=~Q!n?+5rK{nBxuDkJs@ z^M8?NMOBp!kZ5%}4e$wyN#6tD0ohWMr{|+QXa^^69xu(+2G^0p;Uqfi>TUG2x{h&F zZx)x`5ZA{yY|C?puD-tHj;?QKYN^ktpYxVra{ zDTB*z*_6!N#6{1gx3l|oZTJ%Q^n(OdhP*zxu}`tQWH z_Zodje|Zgk)W>Z);Wh30ah!j=-rha#+p+DZ^g8Ze*poGdBrb==9-tDBuJ@CvgvLP^ zGojyq%m>r%?k>A+`nJa(XIs-R3W!uRUVl|n*RDTlJIMr56 z2Ee1(cW+m=-hBC)Ka;UMI=9X?^c5@RiU@jvHGL^FSUU|3`XtzmUVXhv9!-CDy?S`9 z61&wKs;!F;=Juz=Y2D^a_3CE64{oiqtrrhgEC7t9LyQ1IlZ`d{Oh;F5(}#9-%rzZi zPo5}SB51*fHrCt2+Xh>!Hko48mPN`xtZ$rlZ0<()0+2VZte&+McfvQt^v3Rx(d9=Q ztAoSKlQ3iTxR<^$id36P&B+^ucJ&60r2>A2}l=eUrx8u;N$B9$A_qaD3{BuL3n*Iktqj z7Ve3=r6eb1_v&*m>@T@K=blwI9kO-|)!aFDS@XJ`o(8+%aa@0%KC%#C8C3x?#0bpx zMc%c;>$XE>D;K8d1`$ot&9D5imzk+siIlrPUa?pqK6)YclV_7b$)|%*X(OZ<2eNbo zU<)-6@C@B(G-EepENL|I0#6k36YG9f#nh%_GUO0}Z zA*h%ef$cb4g}Z~b)?BcCG~a8t$Z@}7GM=wliJiUa=xLktCBy6rHcwtcrEEDKlcYDJ z_Ht4+?Y2hY)p9nMH<}TAW>Ye^y?*G z4bf9%M2dgjkZr(L@W{*bVz?Now5wh-^7?+B*1e|DAWshUVU()Noc!;TIX6(E!6BQG z9M4O4RAi<)(JQyfn`TK~sRS{Zsp`b#!!=>&_Kkbw>s5TOY-K3OzIM^Y+ol;bs#e3& z<=E+N%gKke{h@~Vm0})!-njQ2yYEVqK zT^1Jy7Z`mF-K2A$^#W3FR+MbgLEP6Q(|2eSeYMPjrIHLn*28tWHaN*Sto^X)=K zj3S4hc08wc%j%=6*Und8eDY+w%Z-U1QYW*kI<(=N!9xV0$1ICMo5mD~o@1 zQGixfHBeQn2!)xHlWGwNM?M(>p zcQa4fO|~ywclsXB5vK*oi*=X8^Xl;yP$HCVh^X1@#@>>5iqw|yH#^dwp3je%;-W+B z=9R;0`qv+ieVg6nIgWSuEQu;3CDwmxZlwrh5-v((B!|`qwF-}KQ{<|b9@EO~0kKF{ zT3DJRJ9ejZqI3<}vCkvD_KMP-rMH*fSNde>zm&dN`UhsRHXE}`*$=blvzN2G*e|gU zuurf@*_YW@+23--clagzW}Wl*X8sobPW~JG0sdM3r~J$OtNiQy+x#ig05yNHAljlQ z#^R_rAx?=i;yUru;*H`h;+MsF@ow<}@nP|s;sNn{;?Kob#n;7mjYXqvtQwaaR~bKI zyu^5oai{S*x6JUl`voU31esYo0T2Fn`f}r}+`{W9DbgFPL94 zzh-{J{Ci0*ja-t;a#da~uabYyk~hg8lXuB`+h^@Ti>@$+q36LBprXY_v|a}YwTy+ zx7shVZ?|7*-(kPbzQ?}LzTf_^{h6~cJaOwFWk2tDuZOAdiMfN+*Bg8AUNv0s9v4ymOrQ(UuH5fbAYm$2D1@nn&178R}yhvggOz zHUy}$RKwXCbUMgL@ylXKzSE{}#u|cfn|wf3Rb(JyjlP`^Rf4|sQ(QSI>`UDWtnn1< z#p7z4^aphMPCmh-69s%(G?=DouHY?Xv-|bh!23|R5N)GLnbUt!g!5+!LfJaw9!i~# z)%I|Jfl)fRI_-_q!m*~IL)0@YlMFaVv&u%}TwgPqjUIK84^ml02qHqWk{&Wxd!z!3 zyU;TMTr$aq6Y3ULVnW`dc8n(4Zr+D|LRR(`*_Iu>lr+d5Zt1_Ff;KJZCZb&&XtYsQmaKT(~* z1m-@ydf5C&b@XAL4fBDjB0DL|sXJJuAJg-S40NRF()HWN=x9gg<7}Mm;4AV1Pzf0z zF)9JR^kg`p=F=+$)rf)N^2;ni4H#7MQkiC);f(bP!vg-J&jv)7z6(Pe9TL=70q1Mrm&OwPfPSpq)l(J)LjiRjXv z0`!*d=214FXJj<=y=2(agu)mj$`E@qG|fjtUCn=rdQ}WDvBD(T>0yQgsteFN{Ylc6 zJq!%ld=oiN$qyoFl+4I9&L>6H1(=FTgOm31ot`e<4HTa-s)A&C8CT~ukYBI>%7HDg zz^j9WH|ZCajPwvtpD>eANCaiiiLN^DO|$6)nB0>^j;WE32bc#436{FVcP=~mC?jo+ z=hA=0n5&&5Y_Gs;+rpjO#CW|7EYd_;Pgcby*SP5ZWM{u735kGFy2o-PI}-^(Il61W z@^NR8AA{Yd%_JJAA*44%7q|q(z!vjp*r$n!$7IwbrT19L^zLmR*YwTl_L-&+W{(c5 zBf-7DGp9R4gGiGZQ)UMc@V#vsT+ETE}4o!d|Gz?%;cZj|r2i0;t z#yd0wXaMkRNeE9s0}aJTji2n$Lq~LLqFSFsk;G)tU(Vz;aVjyy2;pbcQC+H<%+7zY zYVR*LboNo|jnI2dqB7~-A!4C&-tSI7j^Osv{kUUzy3bSHnoFp=pPl%HtxveP5h#0*k&zbY6f>i{O95B*BA zf}YVCr;>(c2u>x9qjgI$EF?ULz!_*wGPa7bB=GMex8B!{5WaK`#qFC+a+MoNDmd%%Fjg8&HB9}#~+y>)=O08O(qCLWPnMaUmbgAOTE zA{a4Q)nkOvqQ{2*(H~R4=`BS03rh<)l5UPG6A$dadkCoYhE2} z>!N+A*9X%A^}z-Zo%B>ahkJhmVm^`+J2a#_+J#1UP>={r0GwZHEn*2q#2P^VA-)A; zC$iTcpgm;OArg3}uOX+@h~LS$92}GCj#h4mF)(xEwHhqJU`Os4=EdOc9Aq7Xs+Of)67Mj=I_aU*kN{`?flj z8lbFZX3=vjgDoJ{Tf={@VQ0-imVA+g4}ivm7nRja?Bw4`O7jGr)axv;fy14bFaBUvKKK4c(Ue89RT^ep92v;vs53>s%NS zWB1UhMpRLjcSMIW>i_y)53^M+-a&sp8&UH_d7YdtOqaR~2!t_XX_>yz9ju~hhVdN6 zKEv2M7^mxWXoN0EhR)DaA4bFI?E|cfA=f$h`ZB$+rRhA&%*Wt}M|klSE1)dCNRA|X z8|N#y%L;od9eaOhHc-E#+f1*!0WMsyh#mwX0{V3VPy4*a?bVPN1?Jwz^(b+0uVBSE zV>=yWLf)IigYIMOjYYS?Mf#qa^Ql`W>5pSv@6?*Q`N9-$=X{@d8WU6K$I%hwP{8M!HObOrg6Jv-98he@>VZJ~iU}-2%u=JzmKbxegDuS2=u@K|RAVuU z_<3qJ!rU?8=?Q;k+H{iqJusne6xX1`?`7)}eSeNV z)@Jj?pib!#2ODd!5yO=HH*r5@Yx**j%r)OKyBlK-#_oi~(>#(v5^65N#=dOv0_I~j zQJCVdBw?||Ac?A4dmCE;7#`L9Vc^q55)B3?4CkP z6tP6){n6RA{m!A>Ra0E&; z6LEjO0%p^~PqB3!b;8*D4!|$OtxQ;8hc}_KT>UJnL_)b(kqs(I61~b4zmN9Pc*Ts} zNczD9yu#El?Z|kxaytE@ri9dLWHsiUk%CErWnGi^2#dBIXeuY-kdK%Xy3x6)1ny zhQ|FSvyw|&NLy*~8j2#2$Y7yhs=$EQ3LR@r|DD>hA8I;A;R^9-wCcjbqH5d+^D(^YZhaZiN4 zLgi0lV&Wn&vat2oxRCTTydI6eU1h|L0ix4POkTzc*$MezgXINVA!aukK~{!%6Sj-~ z>G*m}ArV_eTA}H5YQVpvcDO~e$3lpnMol*%VYnd`q!{x6?2Fd0auzgD@|%BX;8g4` z4G~}5u!5cg=w{mqZ5aj96u@dVEacSMwqsi0AsY{nEHhw)X?5q4ePIU5lr;fHBwNb& zqE=*;S!8u{D}84~XRiW|*>x1BGC<84iRINp?j{6mslN8m{t4qC%QbqaDOV3dc&g5m+i9!Ay6Brm>(Y4aC!F zNgPzgOc#ZM<{}4T5#ld_ye-LuwRD@cLNX-r;>3n*Q~MX7&GfM(G=QLdD( zfhQq>xlmHQw zWhmR^js_!VQa?vqeE4rUbS=UILsH1X2t3sH6?~3HB@O^}OFS;a!~rK6J~5`}S{Odx z(GURCrK;|h#h2*`rj36f8yAzxMiEKat%ir1o)r;FKpbKih)XT0EkszNCT_%0lU`Q} z_lYHIE=dn20@%r@K`09mUkEjuh~&jqnI6F1IuXT3x+c*C_zMO##PI&@w(rAgD=ZYhqZK{uT;Ls6ZBe1gfPn2v`FZ6PCELXf(M-a)#v$ zgF}bPVhi1c8nCo>Cy5KVOS%zBD7I9!+%gfkstp26C0n7Y6wE;FdXTB9TvOZgG;vH( zv{&2CU_K51M#Fz$$coOP#e>0cQaTpNQ5#+pW;x0jTN+p0f!=o05Z01U?1FrJ;gM)J zjS!&B=KOq_xW?43g(4HgV0Pieg_zZ-`Acn!=wwVO2x|phgW`IE$ms!ujnUjdL?Y4` zTvRl{ESGv-(+s513Y0}$LE>J)Xrd;XIzm{3XV@`yJWGG@R60Pn;y}aq$SU-uc4H80 z!q5@OBCfpz4!;PI)Vg}0_6bdlpsB?=iz|SgwMbiA8o7Y@lb#ubBvmk?(3CK6f!I&u z>X|5o%pvD#j(W`UtPt@ts60Yk%XLPjCYFJbH+8N)d?y8a({wy=X3b*MeH}<>8V-pF zBY+8uOn!e{E49_6;oU$pQ%7Ng3$=TQQl9`cf+Y>5%Jhk3+8Q2{W!*A|VLVNM?ZMe? zvL(2v7EE$p*lUHQyzf8ke=Od(F>^6sp}S6Pc2WU09$JbXFU%k>jWjocQOR*JsbH^@@EBW4u)h*+6YA=@CWWoL9^bxjq155jPgr zw;F$qPHQ`;I$NcIoe zEMTWdpTl)uU-r0^7X6h zUQ}5%k9G4TQp;|oQcc3dlpCpGsj_lNXgghih`ff_*sQqorbvRw_O6#E>8H3JxItiP zqo3bkE5DXxjw>A%&V?po#>h-9TS019W8bqqRKPIV> z_}~rvD_31|>Dkjivz+7imH%!zXODkQfAvG+_QTxRf6lK6uc!;j;*RQdS}yC5seHq` z&YeDej@|soBX_b(>EE|m^{%_7A7wxE)ED_yX&*a>i9`P^?;mwI)o7BHRbpnNo+@XF z=qBnABRje`YO={l^(L9(fA`(3d&#!z$YtJ#upY59ZwWqG$K%HU01BK6K-I=ym(Kb2m~mihQXn#U8a_t8@i%^s7tv zl|EehT5L@vNHVEQ7R{OC6@90}1hTtfA^O zJuM?ry)C2DM6>N9sJ^ktXJu{og-lU$2QgFWE;|6r8f)-u_P3;cH`6YVGgV|{Y|`N7 zJ;Fq?i!ff023UG<=K&8_-Es&0gHt!4ac<_W~*NDdCew+MI?W*Ojy5j#pVK} zqPbdIdFqdfr7qvD)X225MSa2UMCB_lW#0{+o05LD%HF1$v?JGW7m%I**Q(;JsYy2p zco;ss?2&(WQ*JiMNVG+*ZY^}?ui9C(?wmUvhYdq5ky*$rH*|Bgxs(L4 zHlF2+GN1Hc=+ME2&Z(g;1(|BHwQ?4^ba%58&ix3q5SOF5LuGBvDDJc4om$#of^TJ8 z$_PX`3h1e)Dq)>nVH&=ukoq+JHP`ZJGR0&Vm?DLpQ1Q2|BRPKwmCBCiB&PMu(5W8F z_j)zhW3oTLxja&hmx9l^~ z?LGK?`XR2ncKYk=I!15&OPz1A`EPZ;#L}JVf8|TlKi~S!h4|w`qF34}{Y>d0L@xr) z7-86*gL-`Hth|3{g1t4mpDtX7%*b-qH;Wnq9TMgU0-oi`VY3mrgUDGywK|)<*%Qav5Stin*{$x3${I*(A8c9&Y>j8g&2;Qv`ARow(ievU_Z#b|dA8xM z#~byNO;33JI?6;ex9qgR_~Sqb5^Vax23Au@-P8Uf&nKxJg7BLH3rBnVO=yx?Lwl6rYV@%iXXg z{C>6t%Ts^8hOz1HVd~ogXN@*MndmM{4V_EZ$o1zf;>CTemP2Bpv|Tz?x|d|++e^Pv zdROVaKqW7VPbKX>k1)8A&?-Ex<@B9bJ8Ln=ve*IYubw?kfz zTlFn+B&C1L^}@Hv$m};dZPL7M#c+S&gPNWSOzU`LU|CC72$N(fKCO1o4WdCd)It$! zzs|;$2_P@i!s0-gVqJ?R<*DV{#$n>z?m7aLRmC?$i|0poIL}Y4vo~_G)|^X8W2pYE zm#tm@*11)qRbR-B#Zsc@|4pPbo^GvOz&zX~Pv+9n<)zc5t4r6FuGiQarS5+$1QbO9 z5EaS>ffNS=6Nm=@7RCuZ004NLV_;-p zV1B^>1gu4h^gg=ne)B zP7cBj_zxftMh~11z7N(A5D``pa1r7XW)lV#P!?Pkq8CsYLKw^$8X43YI2w2w&Kl|) z1{;VR3LHEfxE&ZB+8|;ewj)#|z$H#4jwPxl;wU;S3@kbRo+(8SFTs?Se{tYS$ue$V_;-p zU})uHWjN0O0!%>61%wO=4FAD=1^_B+0(!HHc_smWm)tfC+&QY<-Z^%h-h0ocIK4W( zSEtttMM4rKilj+ui_?qqyTkRKzlHA+fCLG^%wV=R+nxFB|IbD2fgwYV0wpT!V~ztH z;smb1Nu0u!IE|}tHLk(6xDMCj2Hc37a5HYft+)-h;||=3yKpz|!M(T-_u~OPh==en z7I*|3kK!>rjx%@yPvR*&jc4#Ip2PEa0Wabuyo|GxK6@U296rP6_yS+zD}0S_@GZW> z_xJ%n;s`&1qlSP4p+Sod3OxpBj4-fpI1i72hzU!qu*L=#@H2kFulNnW;}86azwkHy z!A1N#!?~P0r-|_}=6sUM<~6TL=e1ptXLZn}ScHyy2ayRrP_;Eju5+hFM`Eb$dNG+x zA<63Ut4#ENVVw(Y#ZV^OPo55im9!9AjXcs^SS_0=C~FE~O`}>SoGXRjgvj-&V}C?r zO;VC%B7}68kbAN&B{h7~@uVc@N${A8EQEE1Ox?&Il2p<9!>xd8&D!e{vf%c3m`ScJf(cO=PW# zMY`Qo@3oe-_Ds=wE;VhP(jjmCWMbA%+EpDFgXX5qIzH;M<6$7J)5DsI)Y%Rb>u8;I zF(p-NtS5P(w4OrrJmJX`Z!KlYG&WCwmB@N7DVZgoZ_N%?*^?QR33;zf&$B*QllPNW zJRi6pd8w5ke-o(C>ineST&pGRe$2K~F+K5WO!78LQwsbb?aJgMUy@;?wAGlV;Ys7l z&}y;$h#5B?qMD=wMQ0{EYV7v z#g%I3apNv?woIM!rIKXXa-woYwM!baRU6BdGKss8t*n=9tpi(+I@@q>*k;u1f^xIj Me=FT%1U>)&0Fb<{kN^Mx delta 31969 zcmV)VK(D`;h61$v0TXvmMn(Vu00000eY5}z00000zmXFve~cx0Pg5^40003*0000! z00011HXuYVV{Kt@0004m0008S000P@S}yr4XKZ<9000C?0048V0067#024?@Xk}q! z004LN0000k0000s4@*mmXlP|&004L-0000R0000a2=E1nXl- z?NR^$Y;R*>WdHzpZ~y=R`~Uy|{Ld!wNNr(wZ~y>#YybcN9{>OVAOcnj5pH2^WdHzq zi~s-u9smFV=H5yf%y4gWbN~Q)tN;K51poj9R@P8tgm|1|U}Rum;9@Xfuw!7#Ni4}@ z;B#^F31O2V0UiP=S(8BlF@M7R0?3U5lR%9i0sv8}48H&Xc%1Fjg;rEi97gdyFph=T z7>KQ4VJjxs0R{@F*qva22{sQpZ=(0R+s6>r@19})_v{0+?gE$wG#0iNs?ab@rFcbU zpm?`ZzTe2K^8IS1qr9h@_v=%C{uI|ruEo#Q^4d_`TP=z;rZazsEK@+0G7jvWwm9 zVQ;Z-AN%Rz00%k5VUBQ=?&8|RF^(746P)A}r#Zt}&T*bz`nbSFE^(QDu5gtB1{vZS z*SWzkH@U@a?r@iT+<)f*4|&96p74}sJm&>3dBq5$ye|HpH@xK?V~q2j4}9bkpZUTB zlf?&7qX`pMCKbs=ItW$4w3mLk@;qk`4*M0x2k-- zO=MrE$iD3&`*tY*o$5P9_U#hcw_9Z29+7=}MfU9z*|%S0Uzf(Wgj*2w8MSmJSB8_7rjpHJX6C#b1B8^ij?>Q~fJ0sFNE7Cis@}Bb|?Ou^~pGfp+Al@guSD7-BJEL;_G^*$ z80_LxX}T%`S8r2Rpp{ZZxrw@)JHd=@$9i^w?>BIitslS~8|f2PFbU)^7G zGAnwtv%B--I~#iW|Kxpj20v`W{j|~ zFd&d@8DU|?Vz)6$WXpj_hQNcwHXw`xHb#aRN3mW+aE#Z7yb(ws*e1b0;)O(&eBZg% zGx$CH-tTpFRo%MFS-<7~e=X-|x(0t-vM*~DZC$&dy;ReB-N8B;^vAPZGMl#3CP|Y> zdPEA=l|qUrP10mEoK0ub@t{BGhe=wzLb*ZK=_)DZrOx6MJSfy_kjEo@Vm6(?Lz2Gn z$A0+Uk8KTyTOYgkhY7#`zK?B=Mw=hI@Ba3iUi+$JS6_YXRj+;1f7|c+fy2AIhkxL% zmpXRlg^u7){Ox_7AKK>5bL3azYNeZXN^w+bX6-b)_f2oIY|AyQR^Y$6+rIz&3!Z$z zb@z9=-Ol~j!QuJ)+g2A<| z4&&q#G03|(KE-P??jI%NSuvaxPck^p-6(z6pRVu@NyQkf2?xi3K5uYJv~}AY@=E; z`zAA)(eNrdc}Eh}495t3Mx|~>v2S=TBXrm-4ZpuiSsk~o6F$-A@3D4mVs zd?NEf{HYsPZ(K`nPTI%XuiLCeK8&6jhppJpvIG6@fvoJ6eWqN0^Z?e=H+xCqY$~#h2du-Y~^llLC zUmZ^e>gohfHKUZi_Aau+6> zZ0udS;0nWFyw*Ot={mb>CbvpvrC*y>;9Hk*f8S`p;Nf`EKV@a@2KXW4WHbYISPU9+ z6pR3fqlFxq_TkiYHUPfcrD>C1xeJIw@!V_*?6uD~^bd~_dW?aLC@*cLgQ~M#T^$3l z`jh^FT1Y#?&9Yf%W^UR$r|NOT=CzmkiC2$p-;BM;st7K1PjBt4oZoBZwI$~ED5*o= ze+)}^(pFG|0-M8^td;`qB-Q0~soL@q;5jBTQ9Iz9MsGcQ)5riWfk7vZo7K`rIX6z9 z*gQE*Dwc;`Hwt=Umi9y1k88i6J*)jL2}zv{U^G;RHb}QGfg+l0HY(_6kMyzI>ujQK zP+}-8NMnj5wh$*cXlXLTQ!N~l$!rV-e@v!GtVl_-AxNX?Y=pN=j}o{98UUo(Is>jt z;$0l}7TH9a94!VJNHvCsCu($+h#yZS3b+wgm!bxdVgMC`jEmp_pXB|)Fo{IBKZdr9 z(qRH^9pp(dU%3Ze1TH`+3OyP3Cy8os(IoX6L8sCY62xG*OZr_AB?IVUie(P^e=J}i z#|~Ur)g$15fHJDnq~3RcxHFj^sWm(n2o`OXvn0K=+iWoXuvK?TeW;Ky#yQZYqw_GN zIyX$=Neg7Yq3b{|tPC<1$}6vXq7lOkRuby`OqdZ0(@&_Ob6tX@vzA$_RU!Nk=mW=R(z11(dDr!B+q`s(S92`pQWJVbxfgKDf6_TOO#*jN z0?NdP{sKRjOI3@(p!y87hF%h&8yHQ}a&oý*eBF8hzj;A#rv`6Z+0w{t=2Xshe z1*TE5t0onrT0n_j1K9*O3)2x2T8PKe)~$=(^-gEA{TX4w*cw!KsLM=?8lhw58ilYo#2|_M0Gs`iBf2l(o<=v%vIjV%)&<{yXliSEvg{;1oepF+iacnIIo{BpY zGAiW^lm{Opp{JvD5ZxY$nq)Yg0aa3$>^=X^ix>Cy_DFTI+}f}%8RP5Mhqnxex4i7u z%KMim0M+NlGho4@bo;po5=YQj1_`d8YTe|Ac(o@cMK;X&$gVt+usn&>u%3!!FzcqR)%g*mfE64{^rOXyOH0^ z&I^|^X<7NKb-ERXf0k7~--*J&Yx@kkf2ce=;&V`tC8N0-z~;ak7<)^hn}mE`8fZcZu+ zimEX?!#Z$eYKhj+UI^s^z0M|F#=TI;bha3xMD_=A1}d>Xe=St0>_TVaMC3xr5YWR4 zup(MTfe6FA&@5;=*tWvLZ!iv4} z7$4l4>CSO!fAO-r)jtS;bDL3`fo^s)#(`DiYBTETV()KSUPyrhK|NO7zr&$W&K*^{`ZpsIk80nyz=v7Rbi zPQKL}R}XZvRX4OPKU%)(8sqwvSAVZtiL%6sEh^b#f9Ivxy}0K_?RvRgUb*Gvl9NNE z+zP0aUxFsvD|X|)rsIUBNApV{QEd@22gvfqauC@mC!(#pw%$X)%ig-=|jcecaUwKn|NB_q_S1s;`xf<}Y!RucjUf1HpfD5pR1 z7OxgN726l~;jbJH*Wzay4Lh{LEc_vzJiz3CfB211_he|eHTQ+{UwmQ4<7eu1uWW|l z{k&iY_2JY1psfHmybCQ3A6TsqlaAV7srMnaqX}mReF5SNe!$%4eeRK1s4+^03&;sy z>janrH7%mm98@(>k&Idk2o*;Qa+&s(A&AdxDG&iD3)#6SWHRn5o2NhMVogYq)HRIl ze{j_+B}?^@WS|eK73gMtyKf{t(<;|iqNG$x%2{jvpM=S}+kVumemE6%7PfORJWL<7 z;mW!7>V2LUo6Bc_ik1XGwle4d>ZP_RqjJo=U?3$mm~b=Si<#Luw0ZKlr+0f`T~O(q z8?8Ru1~JCHW(K(Pnjnk%PL!%&Y|Hj49;> z_Kb`IkC;xS#NZUAHOFE8_nAqMS!K&NtfrSihZ;Yer z4UUvfjOYL!cWfcA%%#UXZK7R+);1Xx(*v&v*cV0=2NmrA#9u_s0KBGsgk=jPe>9x3 zCf%j#nz}v3OF(p!X%lG!|IyqWO`*gI`AXlY8`~TGc*Vrd`FoRQ+Nc9$UlA!kdRsRz zY+zux;&mFc;e-djPmcY-L$BN=^!W79vE93y?Y{%qawuaU_e{!1T|bw;%WdWs&vd4z zn8&}PuLtd;u~|BIMgxj0dn9A{sf61Nu9JodbCCv+ouLFZD8MvIp+sl7HP! z*FS#K2M*svUQgL65V$|{)0~&`3g`NLFXj4|$f0EI!#6%LyYUK-{{YO*;t++=`~NI1+7RO?w3i^z^Djn$j(NGtU$ z>{Y8aAX1)GU_^5Or%<<3e_MU=`ir>!l8x=qN8MuBu~h;_AdHyq=>*QeXge}k_PJMT z_tyvGaFVUmyOtaB=E1fEd&Tz3b!h>O&@29r3fO6nY41Z>yg>l3k6|=+LHw-~pL8dE zJV1CpEp(6?h^|8V1H8indm_pUw~4xrrz+zf2K(0g(;&H-Vi~? zNU3zJ6i6KpW`*ISUMQJRcELk}&J7=|;@lLh&P!%4bXziC*I_VC$882q89+O?mw|Mt z4>#;tlKTv#j2>|5J8+ph76^~;RtV@RC`1NnE%iEWu6tfB#mm;9#h5coOP$n)UyeYE>a{r)3E5?-kOOs_{r&MdRJ-q5Vd| z=M~&B2kg47oq$>X|Ak%SJRZfP$!L<#CRcs{j5>NS-&T;dWZIFNgfT$YU>P8*d$O_I z+gJlR;knXH$aHNug#S-Xc6KI5sJ?UYXcY7jqB15-JD&nXe~rqfUB12(m3^<{SG?BR zBa^l5?KQT$J2`%QvY=D?r}Y2QYD#weLvVVQ%RQ1yay&bK(ZAtRc1w0EywBej-f)LH zdeFZmAi;yj&mVgL{*IkL{@{ZTe){_B0iPDK++Nrez7~R%!n(k^2uqz3hvH|8YQEd| zb96Xge(!sqfBSC#%zFNJ>Ds+3D=U-z_ww@c>4^yZt$x8Lw%-f+FD?LKe}IhNI6QO`N4i|My5ab${&nB~ zLYQqcbJq?xyxHH_JZQQ<_)qDudZ6Q0tlhJd7oIzM`YM}ePF(uTr-HU8#gVg@BGjI89&Kz{(18G=_hBOoXtNv zyQ0tO?<;+N2jcUE3Xjq2A(fiy4z|XZq11HWEj23qG)kuRx^S~{)u6v)0@!___t6ys zqd7y|z6vHUs$8DvA!9H7-i>t7zLT+pm$_qxe@3a{Wy5|Hgpt`=sa4C}Qay9L`CrsC zfGH_+Qb0Vy~p%y{t?tvVX2XK!7^vt+u~w3#IaG}oqZquqwm5a ze=h*qdpRN?B_Py$@Lj%p`0nQ@&XqL>g9`)Ng#ljRrqMnmEk?J`_uWiVIlYp?Atw6d z={@y#8b8i0jz}Ngds&c_L$4}L5Vxy;{rVr`KtZxHSlxcdvBTrxa$+u9K2T7=<~7TA z6W@QQ9oL<-<#0!q?eWX$bGz2AyZg4qe;fZMLSOd-88!#8Z-K^kOKH=awsW1fYUB0I zlEHLS0KR;;m%481odm6}8+Kxw9I$781&17?|3mAdmIXFcNN^pwF;(1FctfG%6Z~YW z@ilcl@RBvRJUZk$dYZ(Jqw}rl=FaqmqSvS!^m}5f!DA~h`^U>GgI1$F9qk_5f1KuF zu-v;brFye|%|gb^=@&GidFYpqWf~8-oB&}?(yu@B*kjMo=$UuD>lvDS^45nRzV(v~ zzSzUJ|H?i#pr2>g!wfH@<-Q*Yk_ChsEIhN=XqZc;#K)jXXamNe1!CNGb*5Y zyS}y22+I9-b&`7ZX03kp^_`{W!KLkk!9Tv-ojVNwAL>kJ^Mq(n*`#KFw!*dmH2Ix8J4{a*_+Ah=Wn71T;^Qyll>qIwV&2Lto^F?Iqi3qS48I1f$R?iO1!>u?-!PP;Vw%P zXvcm)WtB{F zEjk)}N0f3p=p#++kqH+HB!JFKlj$NzpIYpgVVsy`>8>LsDM0j^na@Sju)%y6M*R2|#Bs#ZZZt4aXmhF@+@6#dm zB?k(KGdI3{%H5J_RGZwZSWQm{q3qOnM7M7!nf-=efAhS=&U^-X6*^=|L!cXinTXj9 zhc>r-X-i4spx@K|Q5uHA6J{#A=NdY%H!DOmYFn#LGIq-^xvF)DN&pUqL0O>Nh9_9% zU|i$e^ZdZCuO@3YVKo6JAqV^v1e^j~GJc1Wm%v~dOYVVnc~*cK2!Fy`v!uo4O+hV) zOO?tMe?9dD_D0}d;9ZcFIRK~9w9no+zxQBgem8rHuCbusIru;Sj9%;uIO8YvIX!fq_~Cz?XtaBjt#KUx+0KlMO2Qa5@V|Xzr`?XoHUxndedg0z}q>T+&DH za+pp4sd$${VS9J6mwUEj{)FQ?l8E}+>inO@e=YlM;X9lXH)@}&yCx733w|QBLXkcA z=SRdg`A{8wNE{H6X$on#zxIueE$|Rvz~s(5A6;vao94gL?3h6i2)NObj@28cHV{?t z=p&C@9+!w!wOc_BsUFdE7^C(0^7h(iN3kX6b~l*u}tW6 zf8kBY2L*4#h35#EmB!JtGZS%gjp`R z_4;2n8eaqA1kB^`ul_vRyX$XMQPY`-Y=KzQ(=WiFnsMg9st!lxqcMLHU7RJ0? z4r0nCOhB1T`Nxe23jIdC{$ETc3EUc1fBj$JhO-!lF*~5$t$d~n_QtUO6yR-M_!0BI z>hfR#^Wp;DsPvN*!;M?Yr$5Ni$*)A(a0WVhp}}`42ot=ua7i8|Pyt<&6}cDJJO<{m zZlM8U%PeH#>>21{X!^dxscC|J!$D>^>q}YS3RX=jK~VQO0Snx;+Le0Xn*HACf9{gb zPQ2#i3$8o+sw9e{yU#i<14(fwJQ-|EcOA#@00wlau2a`xW5nX3QrAIb`HcvM@Q9SuONS>;-gN49H+p`S-FyDJ>(1Sqamzaw`JfJCrCxtcrZ$4(8K{qGLK5-v9vsH{b+IP*Mjgh7;~` z@{pgbhV;uvTmdp0 zig2mrIi3#^*|iOfmV3HOfGx4f2FDniaDeBi$)WvK92Vd1g2sDyF%~A=#}Ng+(qbm% zfg>Ey#2awK`@!4nrH-JrDhZ1O&1+rhKPMKkpn$UTTan4=O z)*D-1>}2KBp`*h+7O0ZF)^yd;narFlb~ulWnkT9Tx7=PEf36;wo$l+520B*B1!HD8 zw!1+so#Z-7W)r&P3KYE=uQ5~Sj8c!uS{SuG+mE29_wa-DIH9~*9=P5`05PE10ks$w zh9}`?YziSj5nTvq(OA2eRAG1)# zD9v^W7wC!};zJ@u5vYEE1VneSY6fPV6e(rNbe3S7e*mhJOJ*inoEVG=fv^R?nd3Mr7r zAo56e9evB7e8^KDyX|H6t;bJXchx32dGQ-RbjNV}*ntD5&)j_dn{Tn6X^nPA%_e-b z=x5$__JQtFGXKc?KL7p;t3P)3=Ch{`te$${+KtxYj@Ib1UHJ;Yn9JIE?KOxnRrFzD zf1nf|wpr&pG>VEsfRfq|*~DT&xynhP9_bE-Qx){xA-&PC$lR2wPoTL#52-NFRFw_7 zl6=KvR!ahxOWPF3ZS&Xq`z<@kMpgC(TBsR!bB=Re-`Ee z&mkwy0MzAx@kCq%JTX9|pr3^EN`b4`sB);PAP~X;OhCgdH8n@*s~*OM_q6Z??x%Xd zEr<*zyF`xYXPAsF*8(c%x)($(720*c6gQclMrkz;LfwY(M}`%W@YL~i47V{Dvy`JH zCNf!{)H9I@P&Ulb1CLTrzb^2if3%z+%Ro*9C0gg6zr;j+TUKh7R%H1$HOaVXwp<$| zKXYAp5Om%*9`1+J0}+D`xc|R`$HdwF-zLr z?Q4$O=#B+kVoCOiPdM@xe=0a8QVQGIa4bWbj%Q3P-E$v@4rdpxyY_n0wlecl2~07@ zT+T6}?l1 z`3TGjv$h2`RT1AFf6h`cweWjuJljGs9igeM)a_(He?OfLR199JYjprL0Pt8W0vf1$ z>1%*9blwHiS+5e^t=fjeS^}L6@**@3+owI^G&)VXxLn$^dbl z5(qzLf;8(!RRk^!^V3>3a4&$OlPz7|p;rK}#BN9dB!wbye|!&m0>G|81+a-uXocuf zXLmma#KK5fG6S?IwJboL(0cl*;BPuav_4+34HtE|5rDBM4BKm@-X+tNpyh;+20=Av z7|uF1lauwbrAylmO12>`=YW4fYibkiuy!2A9dl)qG%r?BY$CtFxMLgw zYHao9+vtBi&7LCUG+XfcQy|aV+DMy1FV<<^Uo1b!e@mn39$mx)Ra|g1 z9Zq&tVjXC6`ZK)RPX^6ysgbfv%&j%NlS_VXy5>dJyHnJvF#UH@6rx5b=l5K?L`P9O z#3cs8e0Kgc=A6a?&Gq>Q$gP?AKlGiRVN1fyuH|;Z=O2B^r7Jlh2N_fTVy&mV#S+~< zDSc%Af6U{LlkLa<%k|g)?Dg0GXOLLl{IA}IfBXFL4f=020o?nYagD(w{q|Guc*j%Z zTc3L8J3mFkCvSN0!5f}rPhNQN!3$3=<~X6h17owS9nvnKzMG(u63Q4}=%ln;gh!E! z_AuLdIuq#(K(CO6rCcON7Aj7H1+DTFl`br@f1K&(gkB5wm^uCa$@iWB5ngG8J&^A~ zXj(ci1?EH?>P>go$M^G6+ytY}n)YmWZnO;1lD)N-V4?NBuQqi@gzVhT1GjthgD$8k zYmdbwU46Obi$*2Lm>*hp$=9uiTFa+8=gad-NMXDI3~V+F9*3^!1fGnD~Mn8uwR8*QY4vpsR%zMh|d`X@`o=!5mf> zF~+RUCWFFyMsz;zqWTvy*&#!aF3f%Y^K|%^E#PVp;aoosS~JvX7Z4{H%%TqF7?`dg zuA#A%+@d=PKp|QOg%(@B8wcJm1A=iZf5KKdp`3o>`M-P=tj!G@{WB+lnOW3di_%Le z*ngCAICy{)A8;0b7HmSsj$d>`-!&aK1b`sub_OD3Ye5GM`d6BvIa&x>Q6uP6LH|h) z!~LDoKn^5~%Ba+#?@l|NjZSC&YvfPn+vH>SoP7JeWH>)@ggiuks|^=6+P^S=e~>&J z&p-0e4UaxTJ~V%l)c5_Oo9qD4+E6>A-KgX^N|MzAls3qB1U*rv^e3ddNG(#SWat2! zbulS#FoEM3MjD{gDv3vv!G3GmL4L6F;zOOr@V0AjNrbgJyYbNa@U<^E7GmD~{F&27 zkDNSpbnncm*X2v}%#mF{qzav0f67{>71p1+Gi|olnr#}KIkk1nGtKQY-`5IP1Ua-K6S$$;HLH5k=Zq`JDu+=k?!GB__;&hP(HEgPFMGzP|x0UcK%V) z>%Q(MfA|zx3(fAPzJ2KQ>rRq4FP=Jl>S(@@N$czo*ctx_=L}b4Z{DjzQe?Lg0@UcV*k}kq1fUc$!T(SW&7a43=q&yAK_*g_$@Dw{} za-e4+h|r}axU@omR)AGa-73k{^Q(ay1yu)ZTyNqTWnt<*W9?eCr6;^!?Kan1)v|Cv z@9BbyrK(k)^tTCg$;M4-%TNrK(Y7TIe{Af8R^W#{F^IZV zn~M+>n7v{vFC^#9ps$Yd@tutNl-MfV`G`fc!i1EcqPy z_vG`)uUolVZ564^f3qUh5(b}&{^hi4<)TD|w!g$?IvA77Mg^D}U6siuQd~5n(yB)& zwa_IoDsIB58BB)hRO?6OPVJT-lS4nlx3b0%yv^EF|c3 z7Vnb+CO)XNP#}>o$^~G~%SLLkN>c^%7T$FP-~G#35v)iHe=S;o0tLg_Sh~uO$4+1u zR0p6_XrVz}TcFUeQlTE}D=#b(=d8#P8s!QBTpo-4VHi$_s-WSNN8MSGfqc0NtRNjJ zdrx`&yDCu-{mAGT9#6Sy6^^u;3+!+{f#Fa&PH_>q2Pra3>2X3#5Y}D=%pGUTvpDCv zT@OIKl-;&tf9M=khgFMGi-&q*c{(9<{s>r3W!|V*wk}x~Cg?0vZpW-$2BDQ7TS*+l zFIh&{XaxZ%8B7GRZQz{D4RfPi23uX`#tA6DZiFqP>*E3=P!guo_QTc+T8MDcwe-eL zHxPBXTkmwJLjVMW4QFOfg4wWT%cx7;2&^ZC6PKLGe>8DbBy*t}OJ`1;3Y!}?vphrj zBJEBqTnohzjPz(tmx*W%Iw7X)0Bn|?ExDl!;R4$Zh2xoEnu3{lh%$6?>S9^e1yAfu zT!21-_D2URSWbF3=(!o#oVMaEP>XOmVF zupvw$5lZMPv09o>QlumcuVSPTbAJL{Ib|_uB>JHl{^R8xT>b%6iM@f};eNZYuR6t| zf0;3bLPOJw5-+lF0PtEM13NThS@J#d&*tyC{hJHC``_s&v;ZU`=2=C>+Q^wQ=q8IS z|FIHz$Y8QiNot8VX22|RI?0_kEp?9jOSTzib+7c^a-~*jHtYFa*IhjUx-8pqQfmax z@^GWSa<=|5!BLWl9Yh zI*Gx={C%KVEKECrm+Sh1n@-t=RuCQIB^;TV5@H=lOS>(<aC)gLmUc*(D=!D>gi3?0AXGYv;njWYx)8H)L%rWjn z3`z`l3+|#W3^E5x+X7kW_#pCnuOieH6{89D5SsYXW4Nfsy#Wf-C6_P)y6*(uQf8TL zdXYw$_aNh%E+w>|GhU8en|o+?NuoooE~kkBLe`eh@s~4PSW`ACe=PPnU8AfiUIHIA6QbDwcA#<^KB?x)(kHL#a=Um64gzU z59%hEb7fzLv0H`qIx=pTI^z{fufgrt=+JKvpS}cX?s#p?_yu)9u@+kMobn%zSK*gQ82#C3M}W`A&(Dza_XZf7yx4<)qwfr*Ww{I(lRz z7kPiz(l2Vit^L0CW$iDt|E7IQdmi)k_eGUjDjDzR8e% zq|nxUvO{9%M<0b7!ozdGj0Y~f>bCVtzvWbcxVbBUO{EM0s(8L{N?<=i4(kVL#T@|F z(M{qY6XSFhiB8n5h-E&kHHli~4R{Q=z~r4y%o;z-f2&!4r35!aF~H)47)p#W+UKB>p4(?I(9j$GnS z>5W--U8cW;=s{|mzD<7*N(+~udz5)qn_)wBZn@YK;iynL^wbhJGN)_;G!_6mL@DvB zVDy1)e+QUPN+}$&zH*SRIc~}1CEfK6*YYGVvE;5>)o(IyEr+F`jO$#P2jb1IxPW;| zhVOt(ogCa;MOo$(vkWrDkDL_Hso_SR$89DIMsJp;D}jPRTvOZ;gi7R1Uve0__Wb7w zy&4|KTwLQx<>XOj0AOnp^1IhuO;0@LJDhl)f6lJ>vgb@{Gt3$aRiamatdI&!c3z}^ zU(N_ALP8=@s~6RE3^a}NUN^?jaU89Z2|^v*SOAyIF08x>f*;H-Q)`Y?F{7`yF#u1u zN12N;PeKE)*+h|nqo26h%jJXy6UOcaFds5~|0;`OCmU`99e@aK)4;c5GY`X(++5$u ze=_0thH%SPA5IuS)U(U3Vx#J96$OUr(f0C zKWgKFI&QbO|Ga~r>aNTAe)PAPj`_7De-1|zu;|!ihEWfa-L;Xu;_**@=mR%pj661f z-Q$mwB>48*-?HCs`f2uJ?Je4GYQKj*W(>uv1fUp@MiF1VyoUwIsmXW%*a87Xk*tmJ zzD3?U-Uj9}u6!*1$2f}%Tn5-hL0pVb6_*j%?CM2E64=&#gfGg%4#&m1CAb+af82>8 zkRl^bg^JZC8R~L>poCQ%72A-sXaYv=K<(R8h}K!3p4QJyH&`ipQ8Ux)uH_s%*oZ3S zBsR>3mD#0)fsU6R*K6TM1=upQTwdM~Rag30$oZdP*#(K5fY&OKWe7^T9G}Shb!d-kfd+(D zN-r(B+}+|KkGv?pa0n_`t=H}vXORJxV)d?Ca4Y~Q*PC{ZUeiH*l)16cf6EryUk-pI z!w0ZtV0b06!72}RfDopeUOj)>0omYr5e$RcfJk>GC(thoOdZqW@T_(H*%3e=iwsZS zFk}YzkN8hA-P`;$gCIHS5b%Wy2f1N{AH#$*OCIYpJ z8%xU(0eVH?7Wnw8YvMvg$4_xpDH!&vo7JVzXVR8|Z~+q4TT~Ch$ZhnNt94LvKaL>L zG_!II@DWfi{Is3mAf}S}Kmg1vmrRz)GItB>JvUi+y1dcCeMYcC6B;3& zKO8oPHOrNWUj;p37)c9*nP|QX7JIlWi3#i|<}W#pHj8psf3U=a%3Fz*e4v$WvS_iK08fK)GD_JMzu0F{Eox`w;}EZ{rI>&ctQ&yWw2pC=z8|B8Hy{2KWU z@;UPR$PH{l-87L9pOWMHA zR^()W9qi9QGNetoCdL?ACaK+9o%Zq2JV20vw)H=*t#e- zp&9R{P{wCbJI`;yyxotXn4AwWOHl4`fAk1|Ncy_M-l3`Mgx5hr-G&djXq1OT~rnLM)>vXWE+d0|DQVjW$_xYB+kj(DY+kv)kokC4pz)@sOmFZhxV;+cjm{> zodhG8pFGXTleGEZeOMbI$JrXd4)@mi&q1@EqaxLO*J;4v3KN z#}BUjy>S_Jjhd{*MWXJT!oeoIr~0sX4CVOc0*HQ|&i`ClMgv{DcdmA2}i--f3NEc3R?KNu+IrPrcDL9c#C!6Jm0~^0`wGPr_tfQ z%T+_j(=Z`&egl=RtqbxpOv;sV{@a;@(-XpEk@Js%dShSYa}Ra%4p;fU`f*O~#%cW^ z(gN;iqCX8!z^&$I1QVadX?{$+8}+SBa5(e~&E5%gaQ;4t^~~SU27)sHf5N{J=z%2c zae$miL9_=W^HWgRAHVtsb^2B1si=!O!!)_4slKPYEZ>3}-+hwmH&6nWI9Zvmodi2$x@$ymtfd-f1knQUoECseZB`DrB~?S3I+UqT6l#}hx&pLaAN;HEiB@^ zBl@?Ruh#jMI;9aB3{)-X$;Y^}$2tPT24SQ5xige+omn1VbB2h6&03FE=6_7`(~dPb z+7RZAlQV>z;j+3_4dfg(fUqtsj5*8~p#{Cg4e?h=(l1Pwe&pdeM z?C!DaPCt+@oq2H3*<3%dx$$6UgRbYD^{uDQJor;@$orI>IlA}ggJ;NZZyr}Sbm7{u z_5C$UxF3y!s}@V6QaYN!=RlIZJ0HI1+It?p^W)6T<_?)Y@WA}vk#A*BFYLcLtE$!V zrIC;X9#dNkO=t8ifA`=1@%i7q%9+)NaX;N)>HOc_@d*-;BWAzc&b-dP{rE0+y><|H zbdi@gSLtpPhTn8BDRv!NgfqeT!bM(S`;l)uQP&Mif#G-!3pzMT&W7FyuxN0+H*nID z;kid`PSV??#|~M3%_&#Xo0ktJVR+Sv_y>OEu8R!hv$+??f3#8okvwk0He7S-Myo9D zyva1Ltf@RmKc^*HRcmUiDr&O7q1gyGG*f%S?U0FDn64J5chJwZzyTquZp>!|C=k<8 zrPHYdO}Sys^7>{S{{P88`OwD3+QtTX&HT2zClm6)!QpMQ9?pMcbL$d$V^kxb>1?#i zLB3kw*xsmbyyw}U+kg1%AHL!h^w9D*``h!6M78tRix1VqD{JnqrMGI=7Wc~n7D9Maulr=T>(DC^}|feHyM!Wn}_zAirTRmOeXC&}_f+c(Qr5FA^{m}st# z24-&hffJjSiK{2vFz$gy5}qA4JGK16p-HP3Ehn?hBRcLWYJVjrD5&RM#)))dkZCgW zjX*d&>19H6yGG0KIJFbY;1u+c*~Z98p82N1P0rkY)iVRLETdAg8``eUxvX88CkcGA zqz$wk?X>p&Xw_kSqJc4?iGp}}sn`=u<*Am&Xv1~VK^!jjRNAGOjG;o%te94?+JJKv zQ?24I4yq8G{eK;zRunV{)G(n9_9!!g(!F8w_4f#txa{{rLuR@pq-F~hp6NPP57+lB8@6pM!vV;ogCI^HW#XbP#70tn&GUZ@ z=7P>$yG*M!i#>kdee*TkXz9Xu{e?5Pf9+Oxe8CfByMK4pnY|^_-#fFrbiZ9P*QDvl z72CI0Bp5k?E_`-*tX@IiqDkP^6r{=k=tb?v(wXoaH)olQQuUe0PVrm);(0uJ@b^AI z?tA{vmRBx(;J0qN@Bt8u{pFRl<(s}e|Jce3eapAkR-XUu*S+ooA6WbR@SfMf-v`!i z(EcBFCVyI2`KZ2oo%|oJ@(VXz_#h+Q|L+!y9I!MTOpEPxWe9Sq z??#;$bYpMr_Sf9LV#e8eB{Vl~zlUCQRy*Tq`+zflE+>7b+g@2|<^KGO-7CJf!%S-b zSo;n19`s7%{fr)f{86q_vZ7=^X+iBqrFK*;7JtQ$W=Z<@Ui&+Mj8urNiCf00)Gkbu z!1b>xVFc};BwDyPi{*~W6EH-lR=UsBqv2$oOnNiisbn( z;PaT&>*$tmhE`m4<1(<4>zQT8)aP9tZfSH{fh?gXLXxs?bHDDPmkhUT!(jgtP>)Wn zy5pLltwR$-Z@4=zr6O}{ZPzh8t1Ll=JbzCsqS+46BL)s z35Kh^Z4nqC=Ij!1lnJoO&+0{XJ^~pF`{PoRmn{SrCT#%Lg36pQU?MSP#bOv=Q~(g& zDY)^kH27_-R>DA&ZV{7)(A*u1Vyc$S&^IPj5&&*!!>FTApwZG1?TRFr@X-ok)PIT1 zjKsiOrE9@Rf-S&Izr4?P5zy*I?Pc11+8c4Nz;Hi}NV&39!eAll!GJ8HvucB%xY#84 z@}@t9PVfjOl_|Guzew0oi90GQSnU$u?ZLTO5n%=p1ayV6m2c*wA`D*aB@}|ihQ8c! zvCgB|x#c+^jB3|R)~MbKxX;VF!GHA_u!gN$j!K6RX1Wdo+dbaRLLn{2bs<^6mO9Ng ze8DjF%kB`NaMG$YN~O#aP6?-;C;B<7{6n=RA(+i{$x6IF|1=@BD#np5LwDmx0o0ke zzzbm~%r>dJj)YpAP^ahm_NvWR8{L&CW~MBgftxkT-JBg5VcZfVxFZsqqkpRv0i97cTSC*t!E)FJ2$u!n7Xr{ z*BpUfdjrg!*2|0Btqn5SUp#?M>Veu5TrEK=@*aTU_jgF%moiO^mgOoj0mC97T+xBO zpGT(7ix^5ot{?XmT_~a$&wsA$S%>EUaJ_#68eYQePdhD}o;hlyL0^Pc*8+r~SF4e4 zQ^z7Sh?b&uXK*kPej6=07 zSEolB`i*eGN=Jc<9(2&w&WS8+~>tEb;Vv- z%A1@H6WqP0t3n4Dwtq-^a4}Bs+PKJe&P_4@c)6QyQ@!IJ%KB@RE`N>>aPu?4+)B9| zP(77pQB5gpRhL&l9GEQ^&=hpWH$98@=l{!zt6A0*yu^s}{O5)FHO}Zg7AGqpVDycp z=F7)65`bF)h zw4c*{so3>TIkeOLZLAhzL3zAU*z9jzxd4`FvcEbXADk3BeB&aZq=5Hhbh<4xPaNT0 z>$IyB8m>ALDnAy08EW6%VsmlCyiuwax950zI>24w7fKDEOmJEH3{#%dC>c%3J9sq- zg=v9EumsQ`vVUZXsbeJ=27_Ws03&Yeu+9giij(cFPh2>4u;m3(Eg6QH0O@~pDMziM zi|Oj_%IOSKxiH~GXF(lBJm>*wgJ7aihqR1RcMYH`s0!I^>y&%`n*{|C#2LnUz-%`4 zvTIl-HHAeUYMZWLx@AgXnE``|FqTqEB*)#;m}SG1JAc{16Q@r!93e}FePF599-AEZ zpu#o7G&Fq+wDS7qHHO1+R|A{##=#d^J||r0#L{&^r!`Q!PRTfLJ6wi_C$hHhh!|v- z5%yaM#5tY~UI~*~W|)f>Vs4;ruzR^-LQ~9zoEor56PktVCCb=ufyW>J^+F4e{E(M7`j zF6sBiBb25p^jGZVkzTRA_?9xO)GpPSeIXN-c^gkW(z?7I7IFn9=h9)Z&JmesA3)*< zmeA`D(_(={Bxak3$dw=Cqa=y^23{qgjd>kzZFzFEE0Khd$4=%fQoW-`gd=M9ViM~WHD8?gowQJA(UlLL;XW3G<`uTpj zT3yPrI-$S#GyF{bboi=rknMIW0qsEF>|lSwh%8bM~=wP0ziZ+ z5>V8ovT&ku?)~q+z6MOPt1Pq5IrpA(|L?83b?bI@S9f()P2K9A?wRhc-$`bsCz&v0 zl1U~`GMGp(7@h<)2uo0O{fV1|C>jmH4Fo}09z_LKa1lj`#NflC;)6?!E3U%x#D7I$ zjSs8qYIga1((Lzsx4I{=>-J1lcip-_=X~co-_JSU_kLs&`SONny7h@qAlj8AnzUoA z)>u|`YudI%yryM?OxM^u90$uwqJKqfM@Wp1ujq@#R+t%X{iruSap%{B^|FtB?dA8s{8w(;^KabOF+w?&Bb6ChZT|{c%Dhg`f!dr! zI~tzk{14u+m>rns42-dl>oFi1$LsxLw(B@hy4PJM#+>h=9OPyeGX#51=YO~#`EV+p zIn^1st<5ynakBAYk`m&T#%{Hf6XV62Pa@+`r*UsoPh!uH?%pj=C4;RzRo?Y4ohq$C z=a^Tto4f1Vj!F=0wbpY(<%K%*T|azH=aBlS7bmqy#$OzCE_1*2R8nk_&8ObIdg)Xm zSIGX}bMh;UJ8)U$I-1>g5P#)y8xPnmL;`#^p?OVDqbH4~Pg;f*A~_wQ(wwbHrrcYX z@&(sh=^hCe>(ir?Q-8-=Nw2z`H;2Q1^FTl>-e;W-ys)9L9|^Q>X?l9|BM7%t zG%cm7iJPc3DKc|S_IcM;HL@VnP^?;sO{Y>*K29x7;RXcCeM-Pl({x0=O{JQeN=Bf* z0OLJ@t>U}@a0J2t9q9_J9vj0dii@hKEtOQxR$f{8*Odn=?|&re|NE8CRz6>Ort&{3 z|6KV>27va|^AcJxAvIa-(}OGeQ%>rc9bh0eavM;rGa}l`i@t?SC=Laqmo{Pu^O8Myx#JqlNsSUdi*N`k@>+f^lnmS?D5dHtVvHkP(fo zY+=kstJ$pOWV8%htL=PAky+Uq`Dvq(2F=>)hiyMLp-Zf&;#JF^w8#ZE5xF*Q6nJFA z==3eA+d9^6G?Hd4?hR5J&ol^{ooKOHEwa7$4O?X5*MC-DL*I{@^#m(|3&TcmwwhN5 zN!2%xwuVX#+d7Qh>ft1=xqaJ6(JV5r>bPkuZN{rM&AfKCl_exS6L!fKFu+HZw< zJ+G0o;?_;G&}XW(s)=_RiwRkj%GjSNZ zmM}dg&{P>V&E;bkX^K+Ea<2;XxzMeWg}M-0q?5^N34x`Cqy`^>yPAYpCtutM(vZCC zz<(B`Scn7E-cu&*)tf;*>(mEJ`oxPr@5YP$)oPzgRx`Js){J9p8###0-Q^;#yX5#SX>~5x+g-b{eJQ?ePwtgj z6P)J7_!AtI5Fv-Y%*6rEp00Ku?2?U5f@*ny zplOnBX)Ryb*w~qnxZP9nlmu;)UXT9d3tgnGz(cjH?h=XQL^vv(1k1tB>fx26t<}(C z+neOuL~V-i6u%(;O#GerDhhGPx?Gk8;xO{ju0%d4sWP$x3>FwOvJFNn3OX^XLw{?P z*$PNSuhX|Jaga=b-GXw|CDOmB^CZT|sLexm5j+owg`i?n%M95WR7abInRH7mo(hy(<>7=PADM`X!Q$Ra|V^K`;NRwzD2$0z0LY`M%iJSBHU zTXH!*hVA6@$wt7Q0+FsUL}*qcv&-eNGM%AUChzkiZGJiD{Y}Qh<6JuHXt|s+U$?s414>~ZMd*$2ksj=EeGJ<-?o4+9-(@?%c1c)3%s#WCMKH}ZzwA40x zzx)rWyAs8&7ZYhT@G$9Njz!i7uV(>a#S^hjTEYb3(bFmo?8I)VAb;H%XmR^@dWyU$ z+ph)3j=^X8sHTY>m{5AnAS2Q5H%O)Fq)>Zra}kXpo1ql0kf(2_PiF%IXhEXidG&Y+ zezOPMvBGE{HdL&9i&GkwwpX@$T zvVpQ4j&z`bBoQnfq<<$M08cfr7NSW3VUgJuEzhEHppWFz5iy#iv_coi>sGU&^a@x4 z_LmD}ta2nSwdPyK!J=Vc9#iE1k)%pAJ&OkiVG0444&h`sVhB!gBMnIxwVuxr)Clyh zfy_v>M<6aiHK|cpj!zjD3v9u=_VmfzuDlxHy<-oF8Hm)VDt`+M9P zPV66!=%F-_x>lIIr;E?w>6?C*M$-?Y4@dk zWCKx*#ALDJ5eoMH3BP@BiQaq~&bJ%iOZ@lYtJt6Gn=i@tRBkV8U6Cxnn*DIb@}`a| zl4Z%z`QrS(4u3B5Z+k3T*vnz;omkA#c?Kv$f---cFvs;{Mvc*qcwjZth-3;C$@5w@ z&d9tEOfzYk&<;GJuyGSVYOUF!AwS!}%9mri$?~a;R5Fn}QbCw%+YUm~QpCOXsE29w zZo8^&3)7o?ybMt#0lD^JEy|jx{Fx>s5@@;@^6!o3M1OV^FF6tDXu0J5yJSj+Sd|qr zaF=^SsphuI7gS#PuF9**+Ark_BBbg;X~$FIDDUwe0DG0Fp_lNz=L_R=T&R7okhjZ8 zqwzI>{GQB@mN${3T7OoH{mCJ6XLZ{0(!gz09f|p49bRd=nF-?cv$vnwHEn%pF{saq z^BX{M5`UZrvbwX;KD6yPhgObUe9>0Z4as1kERkKeYqoF0-;ubs;a3nq?iVtH@s>n{=r%X2c7a z5Pt`rJF>qoZLj9pekoAAPo|@N*niRE50^@QmiRPfin@{SrpXzRMHC*pbx5A_*`vL! zg~5syqb^~zqKD1oc(Q)kiqcDWEuG!1y20MBkyc30rk&x!dWS@VLsLIL)HxGfSo3Qt ze7#Z;Cu!65uUCO(8{2p!RLrluUi+w5NPlBRPk%i^fW4X~mGXwy!wI*I>#>;Z zxjvn0@9+Hp_hVQ&1+-wq6k-0a$h@q;(F4LNr>P+Cznt^~011#SHG6)Z$K!5v=Jx68 z;=<@AayYzHr!_ft(7Z{#;Fh#Gy=7ZpJaWTrH*6iHx1(~kxwtTX(U5$$tAAcP zTTizK2<>_l>4Twek{UM;AF*|G^&LmG2#(^S@1(c$`!!JHGnJsysI2lT)|Hj>m0Kz= zL+lJ0mt0Gcj3UFCITJDp`uA~+<#g-w|;j0 z()weS=E+KB2fj&K#qt2hI`h_FwcP(l4LnH1wA^3;q7L?9v4#M!!rpZDIpweP#hXam zt~YI?yp?*k_Zt4BE_n4$N(R6uv7g;6Kg`o!Xf*yJnLsx=i2B4_V4!V=v^ zY|$qrZVj3nb@FKX8}(y{Yk#R8r z+$Enfs!NY6Yw@Au9Lr3H#IvWXj*2?)p{IDZPn%b#nEI*81q!p;?@ZX7=LQYA5fX9>$(hUvT^|f`3iudMQocyS3{k z9*hE4?$bV1OC+PtS8gsVNz9|D4irzRWrhcvsMv-o*LUWsXG_et&sl;YW^lgWVDH=N z@^dSG>_#_jYz>D${7%n4dE$q@_obCr!OMo9W*t;6G5 zSgQtPX{yKzsUx9@%yjMKD&j?CpdLW2^v3ZUF1}*8>W5MWPSy6v+ObS~=j038H|-1< zL_(%%b?@WL5r39Z4WKxz$nIVq+&I2zJ2tNIVTx|jplQ1KwcqnvyW!UomQd~hc=LP|Q2rK14H#{jo;)S$_n-H-{yDBC4YCgdm9Cr4exB#sad$8g?2 z9%;3TcJZU%f7PJj`);ql*;_et>>a09{<4|{&F!(PYk!vN?WAs^lUiYAUd>HN?{s#j zD#di_7Q2TCD11typLk_mKg6&3gpJt0{ znd^;I$bTb7h*u;4xjLG4svYr)_iy$F7q36Mm|xRAE$-fXSU%9cCSN>q?&4bS=pB0x zU$S`)SAdN^E++HkuEsvb{2Ww%!r%$?JxINx@_8B+CnItQOF0DP?loKF4C627>jEu- zb&g9mCcOVLy=-)lfXyrYyyVN!H)W=w8jQszY=4D-yv!hli_y?-J!mJvFf1C)pl!9t zlXF^e&zPnz$p1c5NDHM0JhB*v- zy;>Mlog4+A4_|)8wrxkPy3=yF+_Y}`sV(0GFDbQs?K)u~U2?i?vVNMb*LBrKV>MVu zo`17(v~ERh$8J!&0!1d3um_hPKCDwO^O72ko(_g*o21^F^A`QLYtm&5anpR@#R!BDAK|IE{sq3Cst1Hh2eUr`b zyDhSTc*B!Via&bt$>&Z!`Q+E0d{RF7J%4|47hd8zdV4RuF6rc#$j6DZ+)B4{w(@<@ zOQZh43JU=+t4^vtN7ZpTGh9$XgmHFOi_6!QYoU|zs#)~oATZeJU3J{p@QW0L>24a-AQDtE04KeoZKPaxpwA^ z>h{;xK4k^**}Icvm!#m{@82xFB)Kn1JbBIwyoEc~Ke>M6QvFqD&UE|Idi7all)c`! zCd185Vc&kybNdIj2V!BeN>RDCTz?k@7-XFRpgLtJ%&eN#krXwll26v@&Z~Lw#`=L> zjsos;(|nFmC7%6I|Cmu*eey{6-nDi7XweY2xuNp?ytXSlj5`DY4P{c$Q^m5yq$CD-Xz~F-!6Yc zJ|;gQ|6G1nJ}v)7enmb<8h>CxEvv2?sHr-kPOG!(I(3u!QT32|v-&yp4)qJ_J?j1H zH`Qb657b|(r`6x6uURWr*IKu(wyw9n%X+nSk9D8*6V^l42drPWe#`nD>kq8YS$}1H z(e~}5_IdlFeT)6G_S@|b*uQRn!v3`V8T<407wv!4eMqnCtAF+N`aAS(`g`>K z`a%5;{XYEx{X6=P^?%b}GKy4KWR}f_*)l^jH5bgco9{KRHTRpJFb|nGnfIEHnLjk2 zHGgIPxB0rW==7b#&I#u#=Njim=cUefJFj!@aUO8q=KP}btImg8d9nwT<1AlMES(>SVa zFqsWFRt_JrTh^O3NO%-<$DF3({WsjG#rW4>bEwkwZoF)=OjC^VB`HyPM<02myBU4A#PhL=Wuu4Cr z=are=NPng4w@=d1o-U^OG~dBjMLZ9(>j)>qPm@mTCdAB4s78Xj6hOVEDP`rVfH_8hG!Ce5RrO3gXErEN@sOhs2 z^>MIMHeEUocJT zL@M$H2Sn*HS-<6C-KaF1FsZq;CYC(Ag$DNwh(z4eoiU9Uc5iqzGQKeDaq(>CoEev6 z8PI6JP#%G=I54>YN9Gy$Xh39`@et9a0|Q7a?&b+GqG#kp`aw1x@IZmah%&_93{CUN zn18D@QLjo86D!QJodISzAg};wGn{2zJpf_I=9}qhgZvFzDx? z*cotPWv=dxY8N>#<8r{CJ~{=klqko;1Uc5wwNd5Ax%s? zCZ{GD-eV=xd$4_q$G4!{=R7``Jseg?f_r~wjypp{q{)mavjb@J!8Q?>`Z^#(oqvvW znZvWv6wjx8SG2J}!9IivO@@uxsFZr$EFXitFb{Cj01-qD8dKgEhHEgQ``2@b02%_Q z5Zn-LDOqKQCcqdP2JoXhG`_LKs1;1(9U=i50GwD7!ZVBkL)=m0XFK%J3Ei4TZAhX> zW3upkEYU8}yNc=wOUg>M0Q9 zxNmi|l;l{?Kv>WylinR87OFrVLcX1kx^3)`(sx6H3_E6G(`9+x8z9h~1b@R!H>Mc* z8Jm~A0kI}#kfHn4!8myj@B>5WSCSRB|=feQe6o3n_er;})@Ou#2~zUj2e2l2X&@kdnPw%CpEK2%sx9#E{Pn0 zSosJd14GJ8L$fjiWIb_pJ?}EFj<&fN9qQ1*v_Rdf5kx0FmFMtaM1Raja$<)_y2CCs zx`RSHU;^OhQfm=QFd^0est)lj7(3I0;Rx*^s}7OCJ41$YG81{9kdD7vi$aC9pD=PP zZQGV!Q#wgRl33E!0N_xmI#oiSNYu_^bWlWM z(}e&KaNxrzOQHrdK+UAgc;A*&lmT{X=MFu`vBWY`s2R=-JAZ2yvd_!xb^sq{vaA?p zV<-O(x>SB*mjruHi0g;w^OSi8-Numw($#uLl6yTe1ifL8*v-oyOBX z#dx?3HBn;OeTb&qfh_3R$0p*q~69VxoHZcA$ORb?; z6~e;~wzB8cr$&3IGGdkS^VDpFxnsi96aK<>=_LIJU_x$`WH8@%3-Lj~JPMpB7`ki8 z@QihG`rFm=S3z(z`qSbWE?-Y~S!2$|xPeDMf`1+wMj4Qgap&l$MWp;Gl<`2HEypVR zfQvA=J3>4O7NYz9Bz;_%&lih2#S{k{Gl+*}Yx$eFpK*D71xmr%Z=T;xh?WrdLE49a+L>%qNO4@&`zm^VE_a7TH~NMnMFKCq)V1Am(r>^!6VSwt@UQ8@wt0 zoqy-$UKn6713kZ|Vu_+wX?VYTK79lyj=wPtsn&4kCya6 zcn^})q^U9Ue^Bzka~KFc{rY`*!W=A#CfC!Wo&eIPDy6245#Wa@58;GASB^6nVU4dB zqQ;E|bmZ?TZFvf%hiPy=2WDg8XT%0aoqq`NO9!A5>Q12?u)`bCS!sS8)eoUuoW#W_ zX%fB0R)2{061`F(ZYBL-W4vEmB3NkYi`NO;{%NLgK~0s11Sv0SR!_W{9^$&Bg>LFUjemNA z=cyE7fGI|Odc=jI_!%KOm=)iF7+s!kea3DPhZ$&tngzzAOSaKSw4Lr{??9W$FaoWO zWlmwdY=g}wBBk0;(AC<`=qm&kcNL1BA(Dxh(#Nc}?EpjL*=kuNG?r0Bn#F*EnM!4X z2U|RZ;BuKFMFk4A#dz9eR!Z$E?SC2;udylvi7XK-VM=^;Fm^NYhdbCa~%ABBs zAgx38`dQ#6JQpojdUOwqC4rIEWwVMI9M=6v1(*q*a;jEbb7{)bDec9Dz<+W|b~j-h zSt)RnF|)qTNlKQ5u(#M*$MgJg5{N1 zBWAZ+QC@|3Q?8HxaeTdFkl<_*R%o223|Mv4#CB-*I0(^WG;$jfMq1iHiirS#xoC~3 z=1~i!tZ59qn%gH5$(2nf8h?0zM0UN{)k&mn1q@WnK~AmfdbR@|a`6ByatlTnt2>|U z3p+BlUQl2}vZcZx=_F27Bu>9@ViFjKO=Q+Is$&9Nw@HlT#Q?vT5wV=Y3^OiqoPBlC zrz-=*kI61eH@Y~EuO`)D@%-0hZgzF-Q3o9wUxc&~;TPy5i4zT0RexNY$^x1La-VFE zEiFVMif{$+j&bCzbTJG8MhI4$PbHue(5+ht&h(sf+SGshxT4mb|nIohhm5C6}?Fh31 zJUq;BSa^^U7zE>3#_i$s+)0)#B_xQ;Uq zoMeT>n1Szre4)pw_0*+0cgvB7=n1xqAR8Z(%0+QR*sWH8T7Q)_6>C5Tf(*o^j%EuH zmZ*&zNz_{B3fLjBrJ@gB7BLSkJ(M*z@mSe3Ehs1xl-kl3uhkk)UTQX|q}q5>_+3t6FiDcLdfd1c6rZNduWo3zrAO!Sr`fu)##S^dnFOR6xL5s6?K=wwVO2x|jfgQ9VYhBE-T znV`9Wh(x3>_^1?uS+03r(+nhPMaChnAaQSCG*J_6ju2*03OA*W=NX<#2k2H3DDweX zg`s9Q27j?80v&-YlI$f&_(h1M=Bjw?6WXAl&0<}oHNd$#q^%uBE+GD-XGSqe6;KqK z5(X}i@QJR0jS{~Sa-QaBAe_L75kG^99>lehGb(woEKuI&Tz&XX2KJ`y1>npDM^N`U zkkGa~5)oDe6Be2LxK^{(#IR`?Gn=EZ!G-J|qJM-XfP!F2L#YZrkxW}F5W31O^91N= z1H=x_Zd1%oljHanrLf8@UT?84+^)G&5>zx8JxyKqSU zMt{XYT%YJw>EEQ2<>O+oUj_uWwoB8tzK9OBUP@?tNVBUUu2je&V2b zh)P?_8(Xbbud^N1y?CKfi?p_#+H7ZG5P!5*`;%3;$mxEq%V*W7a=daqSDgPT?7tl( z`^RD)uv4Z`uSg_laAeBxAgb#ijc!!d45BagbBI6y4rQL>FP9t2T-db?-JR?TE;xuI zD8a#y&2zYcOfIe!@e(N!VwFJG)^aCV4i!)hrCI7NN-wE(ssM43;YP95FMi~3w0~G^ z+|Ue?+PZzRUu20nRAh$J3;Ej2?ACawMF{JaXvdW$0MnSVjAe)hVM7D^#P!f?89f(0>)lp}vBZ1At`J zMwvucBEv?=W&&}1`b&>}2pasukNp-T8vR{<{!sb(F(JQ5Qtg2YUVN-XL?MN%_hJTJ z_JDLeVXfsV@k+J%!$A}A>MSL_H7^*30-JW_dU<>xE! zs=OO$g9vfm5L_tQV63Y1T4`m)HZ>a|!iLyu9+C5{ul|@*_E3MK*X43*S9oT{kD+)mcQCpiLQlGG|3SaEf|$L z^tQY#^;AlCQYqk~U`aVq2m_@}&a3F%UjE46-@BRgQ?iSa6Rs);4|?&B>0&rs2p(@m=bI+PwMlV^=B>UhvXuF4u`AUwZvZ-rm`2%YV*RM?NkupFMWx=~urbZ?yK_ zJG|^PIXLS4sheJycUBh`I-P^O&9BRUth|n-VHqO`O#%%{lbL=^xyHymAh*;y93+Cb zA%{|zWtAEwxRQxv3GTsZA!P*9Xv&qb7z%4YmZMZ)!>RZ|r(B>mi@6SI;Hq}uXDF7*csboC=ZzG*?2_*)&g&UQv%BV6UYvfers>;=sbCnw^H&t%t-2O^` z9)E%cux~`AiBYwe{y#;)rI-5ud{>>n@&cwuw=A~EiCKeQ_b74p&TL4XRp;egFV? zoMT{QU|@d100gXDV3M7IkpUId0stSf0fqp0oMT{MU|{89U|@bh9%k7b(B7Y-Mg7v>nC83Y+x8Fm?x z8Wb9q8ps<&8>Ad&9_}APA>boSBibYyBsL{(CdMk5D#j}SD;g_0D~2oFELtq^Eh;Ty ze=U$M<}b!DjxiK68ZtC8Y%`WKz%*JlZZ`NgiZ|Xm!aGho`aD8B#62KAuszm3Fg}z& zAV0W3Qb2S;RzZ3~6heehuu%?C-ck}$Fj7`iN>nCPW>pqdN>%iDoMT{QU|^`_Vr4kb z00K-v%msuD4FAD=1^_9O0&)O&oL!K;v%!8K0e`pLG!WhU85gKOVq?cnIfk9uMOYJc`HgIG(_hcnVKr zg$`%%ES|&jxPTY%B3{DFlY4+3e<=i<WH zv9OX>LaUKSS_-RWGX-T$A*^Xs%Y<`Ggph28JdkxMso|53rzJU0g2$A*64n(mJx2bR zq>9#GFQz^eq}4|GQ~T{C2(MgZq{p1Rx4xjDm5F7u2T?YBR;jpZl&6{pDtAF+H${^= zBcCEe;10@bE#>!DIN0GPbOyVq+QiMro@t zb;FZrm7(=&m&A-4kCL5S@3=CP=_fIS+=>K{IoV{6ygqcDjW%@Fu`~)xw;PtwCFrH| zwkHvpo7%!n&QUDfHg>7+J$IhCh=sR_377e)-X<5~GH^|yNy1VVcp8UL$29W$^ZZW diff --git a/extensions/theme-seti/icons/vs-seti-icon-theme.json b/extensions/theme-seti/icons/vs-seti-icon-theme.json index 72b3422923..6aeb37e95c 100644 --- a/extensions/theme-seti/icons/vs-seti-icon-theme.json +++ b/extensions/theme-seti/icons/vs-seti-icon-theme.json @@ -22,12 +22,6 @@ } ], "iconDefinitions": { - "_R": { - "fontCharacter": "\\E001" - }, - "_apple": { - "fontCharacter": "\\E002" - }, "_asm_light": { "fontCharacter": "\\E003", "fontColor": "#b8383d" @@ -68,6 +62,14 @@ "fontCharacter": "\\E007", "fontColor": "#cc3e44" }, + "_c_light": { + "fontCharacter": "\\E009", + "fontColor": "#498ba7" + }, + "_c": { + "fontCharacter": "\\E009", + "fontColor": "#519aba" + }, "_c-sharp_light": { "fontCharacter": "\\E008", "fontColor": "#498ba7" @@ -76,11 +78,19 @@ "fontCharacter": "\\E008", "fontColor": "#519aba" }, - "_c_light": { + "_c_1_light": { + "fontCharacter": "\\E009", + "fontColor": "#9068b0" + }, + "_c_1": { + "fontCharacter": "\\E009", + "fontColor": "#a074c4" + }, + "_c_2_light": { "fontCharacter": "\\E009", "fontColor": "#b7b73b" }, - "_c": { + "_c_2": { "fontCharacter": "\\E009", "fontColor": "#cbcb41" }, @@ -100,867 +110,1063 @@ "fontCharacter": "\\E00B", "fontColor": "#cc3e44" }, - "_checkbox-unchecked": { - "fontCharacter": "\\E00C" - }, - "_checkbox": { - "fontCharacter": "\\E00D" - }, - "_cjsx": { - "fontCharacter": "\\E00E" - }, "_clock_light": { "fontCharacter": "\\E00F", - "fontColor": "#627379" + "fontColor": "#498ba7" }, "_clock": { + "fontCharacter": "\\E00F", + "fontColor": "#519aba" + }, + "_clock_1_light": { + "fontCharacter": "\\E00F", + "fontColor": "#627379" + }, + "_clock_1": { "fontCharacter": "\\E00F", "fontColor": "#6d8086" }, - "_code-climate_light": { + "_clojure_light": { "fontCharacter": "\\E010", "fontColor": "#7fae42" }, + "_clojure": { + "fontCharacter": "\\E010", + "fontColor": "#8dc149" + }, + "_clojure_1_light": { + "fontCharacter": "\\E010", + "fontColor": "#498ba7" + }, + "_clojure_1": { + "fontCharacter": "\\E010", + "fontColor": "#519aba" + }, + "_code-climate_light": { + "fontCharacter": "\\E011", + "fontColor": "#7fae42" + }, "_code-climate": { - "fontCharacter": "\\E010", + "fontCharacter": "\\E011", "fontColor": "#8dc149" }, "_coffee_light": { - "fontCharacter": "\\E011", + "fontCharacter": "\\E012", "fontColor": "#b7b73b" }, "_coffee": { - "fontCharacter": "\\E011", + "fontCharacter": "\\E012", "fontColor": "#cbcb41" }, - "_coffee_erb": { - "fontCharacter": "\\E012" - }, "_coldfusion_light": { - "fontCharacter": "\\E013", + "fontCharacter": "\\E014", "fontColor": "#498ba7" }, "_coldfusion": { - "fontCharacter": "\\E013", + "fontCharacter": "\\E014", "fontColor": "#519aba" }, "_config_light": { - "fontCharacter": "\\E014", + "fontCharacter": "\\E015", "fontColor": "#627379" }, "_config": { - "fontCharacter": "\\E014", + "fontCharacter": "\\E015", "fontColor": "#6d8086" }, "_cpp_light": { - "fontCharacter": "\\E015", - "fontColor": "#9068b0" + "fontCharacter": "\\E016", + "fontColor": "#498ba7" }, "_cpp": { - "fontCharacter": "\\E015", + "fontCharacter": "\\E016", + "fontColor": "#519aba" + }, + "_cpp_1_light": { + "fontCharacter": "\\E016", + "fontColor": "#9068b0" + }, + "_cpp_1": { + "fontCharacter": "\\E016", "fontColor": "#a074c4" }, + "_crystal_light": { + "fontCharacter": "\\E017", + "fontColor": "#bfc2c1" + }, + "_crystal": { + "fontCharacter": "\\E017", + "fontColor": "#d4d7d6" + }, + "_crystal_embedded_light": { + "fontCharacter": "\\E018", + "fontColor": "#bfc2c1" + }, + "_crystal_embedded": { + "fontCharacter": "\\E018", + "fontColor": "#d4d7d6" + }, "_css_light": { - "fontCharacter": "\\E016", + "fontCharacter": "\\E019", "fontColor": "#498ba7" }, "_css": { - "fontCharacter": "\\E016", + "fontCharacter": "\\E019", "fontColor": "#519aba" }, "_csv_light": { - "fontCharacter": "\\E017", + "fontCharacter": "\\E01A", "fontColor": "#7fae42" }, "_csv": { - "fontCharacter": "\\E017", + "fontCharacter": "\\E01A", "fontColor": "#8dc149" }, "_d_light": { - "fontCharacter": "\\E018", + "fontCharacter": "\\E01B", "fontColor": "#b8383d" }, "_d": { - "fontCharacter": "\\E018", + "fontCharacter": "\\E01B", "fontColor": "#cc3e44" }, "_db_light": { - "fontCharacter": "\\E019", + "fontCharacter": "\\E01C", "fontColor": "#dd4b78" }, "_db": { - "fontCharacter": "\\E019", + "fontCharacter": "\\E01C", "fontColor": "#f55385" }, "_default_light": { - "fontCharacter": "\\E01A", + "fontCharacter": "\\E01D", "fontColor": "#bfc2c1" }, "_default": { - "fontCharacter": "\\E01A", + "fontCharacter": "\\E01D", "fontColor": "#d4d7d6" }, - "_deprecation-cop": { - "fontCharacter": "\\E01B" - }, "_docker_light": { - "fontCharacter": "\\E01C", - "fontColor": "#dd4b78" + "fontCharacter": "\\E01F", + "fontColor": "#498ba7" }, "_docker": { - "fontCharacter": "\\E01C", + "fontCharacter": "\\E01F", + "fontColor": "#519aba" + }, + "_docker_1_light": { + "fontCharacter": "\\E01F", + "fontColor": "#455155" + }, + "_docker_1": { + "fontCharacter": "\\E01F", + "fontColor": "#4d5a5e" + }, + "_docker_2_light": { + "fontCharacter": "\\E01F", + "fontColor": "#7fae42" + }, + "_docker_2": { + "fontCharacter": "\\E01F", + "fontColor": "#8dc149" + }, + "_docker_3_light": { + "fontCharacter": "\\E01F", + "fontColor": "#dd4b78" + }, + "_docker_3": { + "fontCharacter": "\\E01F", "fontColor": "#f55385" }, - "_editorconfig": { - "fontCharacter": "\\E01D" - }, "_ejs_light": { - "fontCharacter": "\\E01E", + "fontCharacter": "\\E021", "fontColor": "#b7b73b" }, "_ejs": { - "fontCharacter": "\\E01E", + "fontCharacter": "\\E021", "fontColor": "#cbcb41" }, "_elixir_light": { - "fontCharacter": "\\E01F", + "fontCharacter": "\\E022", "fontColor": "#9068b0" }, "_elixir": { - "fontCharacter": "\\E01F", + "fontCharacter": "\\E022", "fontColor": "#a074c4" }, "_elixir_script_light": { - "fontCharacter": "\\E020", + "fontCharacter": "\\E023", "fontColor": "#9068b0" }, "_elixir_script": { - "fontCharacter": "\\E020", + "fontCharacter": "\\E023", "fontColor": "#a074c4" }, "_elm_light": { - "fontCharacter": "\\E021", + "fontCharacter": "\\E024", "fontColor": "#498ba7" }, "_elm": { - "fontCharacter": "\\E021", + "fontCharacter": "\\E024", "fontColor": "#519aba" }, - "_error": { - "fontCharacter": "\\E022" - }, "_eslint_light": { - "fontCharacter": "\\E023", - "fontColor": "#455155" + "fontCharacter": "\\E026", + "fontColor": "#9068b0" }, "_eslint": { - "fontCharacter": "\\E023", + "fontCharacter": "\\E026", + "fontColor": "#a074c4" + }, + "_eslint_1_light": { + "fontCharacter": "\\E026", + "fontColor": "#455155" + }, + "_eslint_1": { + "fontCharacter": "\\E026", "fontColor": "#4d5a5e" }, + "_ethereum_light": { + "fontCharacter": "\\E027", + "fontColor": "#498ba7" + }, + "_ethereum": { + "fontCharacter": "\\E027", + "fontColor": "#519aba" + }, "_f-sharp_light": { - "fontCharacter": "\\E024", + "fontCharacter": "\\E028", "fontColor": "#498ba7" }, "_f-sharp": { - "fontCharacter": "\\E024", + "fontCharacter": "\\E028", "fontColor": "#519aba" }, "_favicon_light": { - "fontCharacter": "\\E025", + "fontCharacter": "\\E029", "fontColor": "#b7b73b" }, "_favicon": { - "fontCharacter": "\\E025", + "fontCharacter": "\\E029", "fontColor": "#cbcb41" }, "_firebase_light": { - "fontCharacter": "\\E026", + "fontCharacter": "\\E02A", "fontColor": "#cc6d2e" }, "_firebase": { - "fontCharacter": "\\E026", + "fontCharacter": "\\E02A", "fontColor": "#e37933" }, "_firefox_light": { - "fontCharacter": "\\E027", + "fontCharacter": "\\E02B", "fontColor": "#cc6d2e" }, "_firefox": { - "fontCharacter": "\\E027", + "fontCharacter": "\\E02B", "fontColor": "#e37933" }, - "_folder": { - "fontCharacter": "\\E028" - }, "_font_light": { - "fontCharacter": "\\E029", + "fontCharacter": "\\E02D", "fontColor": "#b8383d" }, "_font": { - "fontCharacter": "\\E029", + "fontCharacter": "\\E02D", "fontColor": "#cc3e44" }, "_git_light": { - "fontCharacter": "\\E02A", + "fontCharacter": "\\E02E", "fontColor": "#3b4b52" }, "_git": { - "fontCharacter": "\\E02A", + "fontCharacter": "\\E02E", "fontColor": "#41535b" }, - "_git_folder": { - "fontCharacter": "\\E02B" - }, - "_git_ignore": { - "fontCharacter": "\\E02C" - }, - "_github": { - "fontCharacter": "\\E02D" - }, "_go_light": { - "fontCharacter": "\\E02E", + "fontCharacter": "\\E032", "fontColor": "#498ba7" }, "_go": { - "fontCharacter": "\\E02E", + "fontCharacter": "\\E032", "fontColor": "#519aba" }, "_go2_light": { - "fontCharacter": "\\E02F", + "fontCharacter": "\\E033", "fontColor": "#498ba7" }, "_go2": { - "fontCharacter": "\\E02F", + "fontCharacter": "\\E033", "fontColor": "#519aba" }, "_gradle_light": { - "fontCharacter": "\\E030", + "fontCharacter": "\\E034", "fontColor": "#7fae42" }, "_gradle": { - "fontCharacter": "\\E030", + "fontCharacter": "\\E034", "fontColor": "#8dc149" }, "_grails_light": { - "fontCharacter": "\\E031", + "fontCharacter": "\\E035", "fontColor": "#7fae42" }, "_grails": { - "fontCharacter": "\\E031", + "fontCharacter": "\\E035", "fontColor": "#8dc149" }, "_grunt_light": { - "fontCharacter": "\\E032", + "fontCharacter": "\\E036", "fontColor": "#cc6d2e" }, "_grunt": { - "fontCharacter": "\\E032", + "fontCharacter": "\\E036", "fontColor": "#e37933" }, "_gulp_light": { - "fontCharacter": "\\E033", + "fontCharacter": "\\E037", "fontColor": "#b8383d" }, "_gulp": { - "fontCharacter": "\\E033", + "fontCharacter": "\\E037", "fontColor": "#cc3e44" }, - "_hacklang": { - "fontCharacter": "\\E034" - }, "_haml_light": { - "fontCharacter": "\\E035", + "fontCharacter": "\\E039", "fontColor": "#b8383d" }, "_haml": { - "fontCharacter": "\\E035", + "fontCharacter": "\\E039", "fontColor": "#cc3e44" }, "_haskell_light": { - "fontCharacter": "\\E036", + "fontCharacter": "\\E03A", "fontColor": "#9068b0" }, "_haskell": { - "fontCharacter": "\\E036", + "fontCharacter": "\\E03A", + "fontColor": "#a074c4" + }, + "_haxe_light": { + "fontCharacter": "\\E03B", + "fontColor": "#cc6d2e" + }, + "_haxe": { + "fontCharacter": "\\E03B", + "fontColor": "#e37933" + }, + "_haxe_1_light": { + "fontCharacter": "\\E03B", + "fontColor": "#b7b73b" + }, + "_haxe_1": { + "fontCharacter": "\\E03B", + "fontColor": "#cbcb41" + }, + "_haxe_2_light": { + "fontCharacter": "\\E03B", + "fontColor": "#498ba7" + }, + "_haxe_2": { + "fontCharacter": "\\E03B", + "fontColor": "#519aba" + }, + "_haxe_3_light": { + "fontCharacter": "\\E03B", + "fontColor": "#9068b0" + }, + "_haxe_3": { + "fontCharacter": "\\E03B", "fontColor": "#a074c4" }, "_heroku_light": { - "fontCharacter": "\\E037", + "fontCharacter": "\\E03C", "fontColor": "#9068b0" }, "_heroku": { - "fontCharacter": "\\E037", + "fontCharacter": "\\E03C", "fontColor": "#a074c4" }, "_hex_light": { - "fontCharacter": "\\E038", + "fontCharacter": "\\E03D", "fontColor": "#b8383d" }, "_hex": { - "fontCharacter": "\\E038", + "fontCharacter": "\\E03D", "fontColor": "#cc3e44" }, "_html_light": { - "fontCharacter": "\\E039", + "fontCharacter": "\\E03E", "fontColor": "#cc6d2e" }, "_html": { - "fontCharacter": "\\E039", + "fontCharacter": "\\E03E", "fontColor": "#e37933" }, + "_html_erb_light": { + "fontCharacter": "\\E03F", + "fontColor": "#b8383d" + }, "_html_erb": { - "fontCharacter": "\\E03A" + "fontCharacter": "\\E03F", + "fontColor": "#cc3e44" }, "_ignored_light": { - "fontCharacter": "\\E03B", + "fontCharacter": "\\E040", "fontColor": "#3b4b52" }, "_ignored": { - "fontCharacter": "\\E03B", + "fontCharacter": "\\E040", "fontColor": "#41535b" }, "_illustrator_light": { - "fontCharacter": "\\E03C", + "fontCharacter": "\\E041", "fontColor": "#b7b73b" }, "_illustrator": { - "fontCharacter": "\\E03C", + "fontCharacter": "\\E041", "fontColor": "#cbcb41" }, "_image_light": { - "fontCharacter": "\\E03D", + "fontCharacter": "\\E042", "fontColor": "#9068b0" }, "_image": { - "fontCharacter": "\\E03D", + "fontCharacter": "\\E042", "fontColor": "#a074c4" }, "_info_light": { - "fontCharacter": "\\E03E", + "fontCharacter": "\\E043", "fontColor": "#498ba7" }, "_info": { - "fontCharacter": "\\E03E", + "fontCharacter": "\\E043", "fontColor": "#519aba" }, "_ionic_light": { - "fontCharacter": "\\E03F", + "fontCharacter": "\\E044", "fontColor": "#498ba7" }, "_ionic": { - "fontCharacter": "\\E03F", + "fontCharacter": "\\E044", "fontColor": "#519aba" }, "_jade_light": { - "fontCharacter": "\\E040", + "fontCharacter": "\\E045", "fontColor": "#b8383d" }, "_jade": { - "fontCharacter": "\\E040", + "fontCharacter": "\\E045", "fontColor": "#cc3e44" }, "_java_light": { - "fontCharacter": "\\E041", + "fontCharacter": "\\E046", "fontColor": "#b8383d" }, "_java": { - "fontCharacter": "\\E041", + "fontCharacter": "\\E046", "fontColor": "#cc3e44" }, "_javascript_light": { - "fontCharacter": "\\E042", - "fontColor": "#498ba7" + "fontCharacter": "\\E047", + "fontColor": "#b7b73b" }, "_javascript": { - "fontCharacter": "\\E042", + "fontCharacter": "\\E047", + "fontColor": "#cbcb41" + }, + "_javascript_1_light": { + "fontCharacter": "\\E047", + "fontColor": "#cc6d2e" + }, + "_javascript_1": { + "fontCharacter": "\\E047", + "fontColor": "#e37933" + }, + "_javascript_2_light": { + "fontCharacter": "\\E047", + "fontColor": "#498ba7" + }, + "_javascript_2": { + "fontCharacter": "\\E047", "fontColor": "#519aba" }, "_jenkins_light": { - "fontCharacter": "\\E043", + "fontCharacter": "\\E048", "fontColor": "#b8383d" }, "_jenkins": { - "fontCharacter": "\\E043", + "fontCharacter": "\\E048", "fontColor": "#cc3e44" }, "_jinja_light": { - "fontCharacter": "\\E044", + "fontCharacter": "\\E049", "fontColor": "#b8383d" }, "_jinja": { - "fontCharacter": "\\E044", + "fontCharacter": "\\E049", "fontColor": "#cc3e44" }, - "_js_erb": { - "fontCharacter": "\\E045" - }, "_json_light": { - "fontCharacter": "\\E046", + "fontCharacter": "\\E04B", "fontColor": "#b7b73b" }, "_json": { - "fontCharacter": "\\E046", + "fontCharacter": "\\E04B", "fontColor": "#cbcb41" }, "_julia_light": { - "fontCharacter": "\\E047", + "fontCharacter": "\\E04C", "fontColor": "#9068b0" }, "_julia": { - "fontCharacter": "\\E047", + "fontCharacter": "\\E04C", "fontColor": "#a074c4" }, "_karma_light": { - "fontCharacter": "\\E048", + "fontCharacter": "\\E04D", "fontColor": "#7fae42" }, "_karma": { - "fontCharacter": "\\E048", + "fontCharacter": "\\E04D", "fontColor": "#8dc149" }, "_less_light": { - "fontCharacter": "\\E049", + "fontCharacter": "\\E04E", "fontColor": "#498ba7" }, "_less": { - "fontCharacter": "\\E049", + "fontCharacter": "\\E04E", "fontColor": "#519aba" }, "_license_light": { - "fontCharacter": "\\E04A", - "fontColor": "#b8383d" + "fontCharacter": "\\E04F", + "fontColor": "#b7b73b" }, "_license": { - "fontCharacter": "\\E04A", + "fontCharacter": "\\E04F", + "fontColor": "#cbcb41" + }, + "_license_1_light": { + "fontCharacter": "\\E04F", + "fontColor": "#cc6d2e" + }, + "_license_1": { + "fontCharacter": "\\E04F", + "fontColor": "#e37933" + }, + "_license_2_light": { + "fontCharacter": "\\E04F", + "fontColor": "#b8383d" + }, + "_license_2": { + "fontCharacter": "\\E04F", "fontColor": "#cc3e44" }, "_liquid_light": { - "fontCharacter": "\\E04B", + "fontCharacter": "\\E050", "fontColor": "#7fae42" }, "_liquid": { - "fontCharacter": "\\E04B", + "fontCharacter": "\\E050", "fontColor": "#8dc149" }, "_livescript_light": { - "fontCharacter": "\\E04C", + "fontCharacter": "\\E051", "fontColor": "#498ba7" }, "_livescript": { - "fontCharacter": "\\E04C", + "fontCharacter": "\\E051", "fontColor": "#519aba" }, "_lock_light": { - "fontCharacter": "\\E04D", + "fontCharacter": "\\E052", "fontColor": "#7fae42" }, "_lock": { - "fontCharacter": "\\E04D", + "fontCharacter": "\\E052", "fontColor": "#8dc149" }, "_lua_light": { - "fontCharacter": "\\E04E", + "fontCharacter": "\\E053", "fontColor": "#498ba7" }, "_lua": { - "fontCharacter": "\\E04E", + "fontCharacter": "\\E053", "fontColor": "#519aba" }, "_makefile_light": { - "fontCharacter": "\\E04F", - "fontColor": "#498ba7" + "fontCharacter": "\\E054", + "fontColor": "#cc6d2e" }, "_makefile": { - "fontCharacter": "\\E04F", + "fontCharacter": "\\E054", + "fontColor": "#e37933" + }, + "_makefile_1_light": { + "fontCharacter": "\\E054", + "fontColor": "#9068b0" + }, + "_makefile_1": { + "fontCharacter": "\\E054", + "fontColor": "#a074c4" + }, + "_makefile_2_light": { + "fontCharacter": "\\E054", + "fontColor": "#627379" + }, + "_makefile_2": { + "fontCharacter": "\\E054", + "fontColor": "#6d8086" + }, + "_makefile_3_light": { + "fontCharacter": "\\E054", + "fontColor": "#498ba7" + }, + "_makefile_3": { + "fontCharacter": "\\E054", "fontColor": "#519aba" }, "_markdown_light": { - "fontCharacter": "\\E050", + "fontCharacter": "\\E055", "fontColor": "#498ba7" }, "_markdown": { - "fontCharacter": "\\E050", + "fontCharacter": "\\E055", "fontColor": "#519aba" }, "_maven_light": { - "fontCharacter": "\\E051", + "fontCharacter": "\\E056", "fontColor": "#b8383d" }, "_maven": { - "fontCharacter": "\\E051", + "fontCharacter": "\\E056", "fontColor": "#cc3e44" }, "_mdo_light": { - "fontCharacter": "\\E052", + "fontCharacter": "\\E057", "fontColor": "#b8383d" }, "_mdo": { - "fontCharacter": "\\E052", + "fontCharacter": "\\E057", "fontColor": "#cc3e44" }, "_mustache_light": { - "fontCharacter": "\\E053", + "fontCharacter": "\\E058", "fontColor": "#cc6d2e" }, "_mustache": { - "fontCharacter": "\\E053", + "fontCharacter": "\\E058", "fontColor": "#e37933" }, - "_new-file": { - "fontCharacter": "\\E054" - }, "_npm_light": { - "fontCharacter": "\\E055", - "fontColor": "#b8383d" + "fontCharacter": "\\E05A", + "fontColor": "#3b4b52" }, "_npm": { - "fontCharacter": "\\E055", + "fontCharacter": "\\E05A", + "fontColor": "#41535b" + }, + "_npm_1_light": { + "fontCharacter": "\\E05A", + "fontColor": "#b8383d" + }, + "_npm_1": { + "fontCharacter": "\\E05A", "fontColor": "#cc3e44" }, "_npm_ignored_light": { - "fontCharacter": "\\E056", + "fontCharacter": "\\E05B", "fontColor": "#3b4b52" }, "_npm_ignored": { - "fontCharacter": "\\E056", + "fontCharacter": "\\E05B", "fontColor": "#41535b" }, "_nunjucks_light": { - "fontCharacter": "\\E057", + "fontCharacter": "\\E05C", "fontColor": "#7fae42" }, "_nunjucks": { - "fontCharacter": "\\E057", + "fontCharacter": "\\E05C", "fontColor": "#8dc149" }, "_ocaml_light": { - "fontCharacter": "\\E058", + "fontCharacter": "\\E05D", "fontColor": "#cc6d2e" }, "_ocaml": { - "fontCharacter": "\\E058", + "fontCharacter": "\\E05D", + "fontColor": "#e37933" + }, + "_odata_light": { + "fontCharacter": "\\E05E", + "fontColor": "#cc6d2e" + }, + "_odata": { + "fontCharacter": "\\E05E", "fontColor": "#e37933" }, "_pdf_light": { - "fontCharacter": "\\E059", + "fontCharacter": "\\E05F", "fontColor": "#b8383d" }, "_pdf": { - "fontCharacter": "\\E059", + "fontCharacter": "\\E05F", "fontColor": "#cc3e44" }, "_perl_light": { - "fontCharacter": "\\E05A", + "fontCharacter": "\\E060", "fontColor": "#498ba7" }, "_perl": { - "fontCharacter": "\\E05A", + "fontCharacter": "\\E060", "fontColor": "#519aba" }, "_photoshop_light": { - "fontCharacter": "\\E05B", + "fontCharacter": "\\E061", "fontColor": "#498ba7" }, "_photoshop": { - "fontCharacter": "\\E05B", + "fontCharacter": "\\E061", "fontColor": "#519aba" }, "_php_light": { - "fontCharacter": "\\E05C", + "fontCharacter": "\\E062", "fontColor": "#9068b0" }, "_php": { - "fontCharacter": "\\E05C", + "fontCharacter": "\\E062", "fontColor": "#a074c4" }, "_powershell_light": { - "fontCharacter": "\\E05D", + "fontCharacter": "\\E063", "fontColor": "#498ba7" }, "_powershell": { - "fontCharacter": "\\E05D", + "fontCharacter": "\\E063", "fontColor": "#519aba" }, - "_project": { - "fontCharacter": "\\E05E" - }, "_pug_light": { - "fontCharacter": "\\E05F", + "fontCharacter": "\\E065", "fontColor": "#b8383d" }, "_pug": { - "fontCharacter": "\\E05F", + "fontCharacter": "\\E065", "fontColor": "#cc3e44" }, "_puppet_light": { - "fontCharacter": "\\E060", + "fontCharacter": "\\E066", "fontColor": "#b7b73b" }, "_puppet": { - "fontCharacter": "\\E060", + "fontCharacter": "\\E066", "fontColor": "#cbcb41" }, "_python_light": { - "fontCharacter": "\\E061", + "fontCharacter": "\\E067", "fontColor": "#498ba7" }, "_python": { - "fontCharacter": "\\E061", + "fontCharacter": "\\E067", "fontColor": "#519aba" }, - "_rails": { - "fontCharacter": "\\E062" - }, "_react_light": { - "fontCharacter": "\\E063", + "fontCharacter": "\\E069", "fontColor": "#498ba7" }, "_react": { - "fontCharacter": "\\E063", + "fontCharacter": "\\E069", "fontColor": "#519aba" }, "_rollup_light": { - "fontCharacter": "\\E064", + "fontCharacter": "\\E06A", "fontColor": "#b8383d" }, "_rollup": { - "fontCharacter": "\\E064", + "fontCharacter": "\\E06A", "fontColor": "#cc3e44" }, "_ruby_light": { - "fontCharacter": "\\E065", + "fontCharacter": "\\E06B", "fontColor": "#b8383d" }, "_ruby": { - "fontCharacter": "\\E065", + "fontCharacter": "\\E06B", "fontColor": "#cc3e44" }, "_rust_light": { - "fontCharacter": "\\E066", + "fontCharacter": "\\E06C", "fontColor": "#627379" }, "_rust": { - "fontCharacter": "\\E066", + "fontCharacter": "\\E06C", "fontColor": "#6d8086" }, "_salesforce_light": { - "fontCharacter": "\\E067", + "fontCharacter": "\\E06D", "fontColor": "#498ba7" }, "_salesforce": { - "fontCharacter": "\\E067", + "fontCharacter": "\\E06D", "fontColor": "#519aba" }, "_sass_light": { - "fontCharacter": "\\E068", + "fontCharacter": "\\E06E", "fontColor": "#dd4b78" }, "_sass": { - "fontCharacter": "\\E068", + "fontCharacter": "\\E06E", "fontColor": "#f55385" }, "_sbt_light": { - "fontCharacter": "\\E069", + "fontCharacter": "\\E06F", "fontColor": "#498ba7" }, "_sbt": { - "fontCharacter": "\\E069", + "fontCharacter": "\\E06F", "fontColor": "#519aba" }, "_scala_light": { - "fontCharacter": "\\E06A", + "fontCharacter": "\\E070", "fontColor": "#b8383d" }, "_scala": { - "fontCharacter": "\\E06A", + "fontCharacter": "\\E070", "fontColor": "#cc3e44" }, - "_search": { - "fontCharacter": "\\E06B" - }, - "_settings": { - "fontCharacter": "\\E06C" - }, "_shell_light": { - "fontCharacter": "\\E06D", + "fontCharacter": "\\E073", "fontColor": "#455155" }, "_shell": { - "fontCharacter": "\\E06D", + "fontCharacter": "\\E073", "fontColor": "#4d5a5e" }, "_slim_light": { - "fontCharacter": "\\E06E", + "fontCharacter": "\\E074", "fontColor": "#cc6d2e" }, "_slim": { - "fontCharacter": "\\E06E", + "fontCharacter": "\\E074", "fontColor": "#e37933" }, "_smarty_light": { - "fontCharacter": "\\E06F", + "fontCharacter": "\\E075", "fontColor": "#b7b73b" }, "_smarty": { - "fontCharacter": "\\E06F", + "fontCharacter": "\\E075", "fontColor": "#cbcb41" }, "_spring_light": { - "fontCharacter": "\\E070", + "fontCharacter": "\\E076", "fontColor": "#7fae42" }, "_spring": { - "fontCharacter": "\\E070", + "fontCharacter": "\\E076", "fontColor": "#8dc149" }, "_stylus_light": { - "fontCharacter": "\\E071", + "fontCharacter": "\\E077", "fontColor": "#7fae42" }, "_stylus": { - "fontCharacter": "\\E071", + "fontCharacter": "\\E077", "fontColor": "#8dc149" }, "_sublime_light": { - "fontCharacter": "\\E072", + "fontCharacter": "\\E078", "fontColor": "#cc6d2e" }, "_sublime": { - "fontCharacter": "\\E072", + "fontCharacter": "\\E078", "fontColor": "#e37933" }, "_svg_light": { - "fontCharacter": "\\E073", + "fontCharacter": "\\E079", "fontColor": "#9068b0" }, "_svg": { - "fontCharacter": "\\E073", + "fontCharacter": "\\E079", "fontColor": "#a074c4" }, "_swift_light": { - "fontCharacter": "\\E074", + "fontCharacter": "\\E07A", "fontColor": "#cc6d2e" }, "_swift": { - "fontCharacter": "\\E074", + "fontCharacter": "\\E07A", "fontColor": "#e37933" }, "_terraform_light": { - "fontCharacter": "\\E075", + "fontCharacter": "\\E07B", "fontColor": "#9068b0" }, "_terraform": { - "fontCharacter": "\\E075", + "fontCharacter": "\\E07B", "fontColor": "#a074c4" }, "_tex_light": { - "fontCharacter": "\\E076", - "fontColor": "#bfc2c1" + "fontCharacter": "\\E07C", + "fontColor": "#498ba7" }, "_tex": { - "fontCharacter": "\\E076", + "fontCharacter": "\\E07C", + "fontColor": "#519aba" + }, + "_tex_1_light": { + "fontCharacter": "\\E07C", + "fontColor": "#b7b73b" + }, + "_tex_1": { + "fontCharacter": "\\E07C", + "fontColor": "#cbcb41" + }, + "_tex_2_light": { + "fontCharacter": "\\E07C", + "fontColor": "#cc6d2e" + }, + "_tex_2": { + "fontCharacter": "\\E07C", + "fontColor": "#e37933" + }, + "_tex_3_light": { + "fontCharacter": "\\E07C", + "fontColor": "#bfc2c1" + }, + "_tex_3": { + "fontCharacter": "\\E07C", "fontColor": "#d4d7d6" }, - "_time-cop": { - "fontCharacter": "\\E077" - }, "_todo": { - "fontCharacter": "\\E078" + "fontCharacter": "\\E07E" }, "_twig_light": { - "fontCharacter": "\\E079", + "fontCharacter": "\\E07F", "fontColor": "#7fae42" }, "_twig": { - "fontCharacter": "\\E079", + "fontCharacter": "\\E07F", "fontColor": "#8dc149" }, "_typescript_light": { - "fontCharacter": "\\E07A", + "fontCharacter": "\\E080", "fontColor": "#498ba7" }, "_typescript": { - "fontCharacter": "\\E07A", + "fontCharacter": "\\E080", "fontColor": "#519aba" }, + "_typescript_1_light": { + "fontCharacter": "\\E080", + "fontColor": "#b7b73b" + }, + "_typescript_1": { + "fontCharacter": "\\E080", + "fontColor": "#cbcb41" + }, "_vala_light": { - "fontCharacter": "\\E07B", + "fontCharacter": "\\E081", "fontColor": "#627379" }, "_vala": { - "fontCharacter": "\\E07B", + "fontCharacter": "\\E081", "fontColor": "#6d8086" }, "_video_light": { - "fontCharacter": "\\E07C", + "fontCharacter": "\\E082", "fontColor": "#dd4b78" }, "_video": { - "fontCharacter": "\\E07C", + "fontCharacter": "\\E082", "fontColor": "#f55385" }, "_vue_light": { - "fontCharacter": "\\E07D", + "fontCharacter": "\\E083", "fontColor": "#7fae42" }, "_vue": { - "fontCharacter": "\\E07D", + "fontCharacter": "\\E083", "fontColor": "#8dc149" }, + "_webpack_light": { + "fontCharacter": "\\E084", + "fontColor": "#498ba7" + }, + "_webpack": { + "fontCharacter": "\\E084", + "fontColor": "#519aba" + }, + "_wgt_light": { + "fontCharacter": "\\E085", + "fontColor": "#498ba7" + }, + "_wgt": { + "fontCharacter": "\\E085", + "fontColor": "#519aba" + }, "_windows_light": { - "fontCharacter": "\\E07E", + "fontCharacter": "\\E086", "fontColor": "#498ba7" }, "_windows": { - "fontCharacter": "\\E07E", + "fontCharacter": "\\E086", "fontColor": "#519aba" }, "_word_light": { - "fontCharacter": "\\E07F", + "fontCharacter": "\\E087", "fontColor": "#498ba7" }, "_word": { - "fontCharacter": "\\E07F", + "fontCharacter": "\\E087", "fontColor": "#519aba" }, "_xls_light": { - "fontCharacter": "\\E080", + "fontCharacter": "\\E088", "fontColor": "#7fae42" }, "_xls": { - "fontCharacter": "\\E080", + "fontCharacter": "\\E088", "fontColor": "#8dc149" }, "_xml_light": { - "fontCharacter": "\\E081", + "fontCharacter": "\\E089", "fontColor": "#cc6d2e" }, "_xml": { - "fontCharacter": "\\E081", + "fontCharacter": "\\E089", "fontColor": "#e37933" }, "_yarn_light": { - "fontCharacter": "\\E082", + "fontCharacter": "\\E08A", "fontColor": "#498ba7" }, "_yarn": { - "fontCharacter": "\\E082", + "fontCharacter": "\\E08A", "fontColor": "#519aba" }, "_yml_light": { - "fontCharacter": "\\E083", + "fontCharacter": "\\E08B", "fontColor": "#9068b0" }, "_yml": { - "fontCharacter": "\\E083", + "fontCharacter": "\\E08B", "fontColor": "#a074c4" }, "_zip_light": { - "fontCharacter": "\\E084", - "fontColor": "#627379" + "fontCharacter": "\\E08C", + "fontColor": "#b8383d" }, "_zip": { - "fontCharacter": "\\E084", + "fontCharacter": "\\E08C", + "fontColor": "#cc3e44" + }, + "_zip_1_light": { + "fontCharacter": "\\E08C", + "fontColor": "#627379" + }, + "_zip_1": { + "fontCharacter": "\\E08C", "fontColor": "#6d8086" } }, @@ -970,12 +1176,19 @@ "mdo": "_mdo", "asm": "_asm", "s": "_asm", - "h": "_c", + "h": "_c_1", + "hh": "_cpp_1", + "hpp": "_cpp_1", + "hxx": "_cpp_1", + "edn": "_clojure_1", "cfc": "_coldfusion", "cfm": "_coldfusion", "config": "_config", "cfg": "_config", "conf": "_config", + "cr": "_crystal", + "ecr": "_crystal_embedded", + "slang": "_crystal_embedded", "cson": "_json", "css.map": "_css", "sss": "_css", @@ -1002,13 +1215,16 @@ "gradle": "_gradle", "gsp": "_grails", "haml": "_haml", - "hjs": "_mustache", "hs": "_haskell", "lhs": "_haskell", + "hx": "_haxe", + "hxs": "_haxe_1", + "hxp": "_haxe_2", + "hxml": "_haxe_3", "class": "_java", "classpath": "_java", "js.map": "_javascript", - "spec.js": "_javascript", + "spec.js": "_javascript_1", "es": "_javascript", "es5": "_javascript", "es7": "_javascript", @@ -1026,40 +1242,46 @@ "njs": "_nunjucks", "nj": "_nunjucks", "npm-debug.log": "_npm", - "npmignore": "_npm", - "npmrc": "_npm", + "npmignore": "_npm_1", + "npmrc": "_npm_1", "ml": "_ocaml", "mli": "_ocaml", "cmx": "_ocaml", "cmxa": "_ocaml", + "odata": "_odata", "php.inc": "_php", "pug": "_pug", "pp": "_puppet", "epp": "_puppet", "cjsx": "_react", - "erb.html": "_ruby", - "html.erb": "_ruby", + "erb": "_html_erb", + "erb.html": "_html_erb", + "html.erb": "_html_erb", "sass": "_sass", "springbeans": "_spring", "slim": "_slim", "smarty.tpl": "_smarty", "sbt": "_sbt", "scala": "_scala", + "sol": "_ethereum", "styl": "_stylus", "tf": "_terraform", "tf.json": "_terraform", + "tfvars": "_terraform", "tex": "_tex", - "sty": "_tex", - "dtx": "_tex", - "ins": "_tex", + "sty": "_tex_1", + "dtx": "_tex_2", + "ins": "_tex_3", "txt": "_default", "toml": "_config", "twig": "_twig", + "spec.ts": "_typescript_1", "vala": "_vala", "vapi": "_vala", "vue": "_vue", "jar": "_zip", - "zip": "_zip", + "zip": "_zip_1", + "wgt": "_wgt", "ai": "_illustrator", "psd": "_photoshop", "pdf": "_pdf", @@ -1074,7 +1296,6 @@ "pxm": "_image", "svg": "_svg", "svgx": "_image", - "webp": "_image", "sublime-project": "_sublime", "sublime-workspace": "_sublime", "component": "_salesforce", @@ -1091,23 +1312,23 @@ "wav": "_audio", "babelrc": "_babel", "bowerrc": "_bower", - "dockerignore": "_docker", + "dockerignore": "_docker_1", "codeclimate.yml": "_code-climate", "eslintrc": "_eslint", "eslintrc.js": "_eslint", "eslintrc.yaml": "_eslint", "eslintrc.yml": "_eslint", "eslintrc.json": "_eslint", - "eslintignore": "_eslint", + "eslintignore": "_eslint_1", "firebaserc": "_firebase", - "jshintrc": "_javascript", - "jscsrc": "_javascript", + "jshintrc": "_javascript_2", + "jscsrc": "_javascript_2", "direnv": "_config", "env": "_config", "static": "_config", "editorconfig": "_config", "slugignore": "_config", - "tmp": "_clock", + "tmp": "_clock_1", "htaccess": "_config", "key": "_lock", "cert": "_lock", @@ -1126,8 +1347,9 @@ "mime.types": "_config", "jenkinsfile": "_jenkins", "bower.json": "_bower", - "docker-healthcheck": "_docker", - "docker-compose.yml": "_docker", + "docker-healthcheck": "_docker_2", + "docker-compose.yml": "_docker_3", + "docker-compose.yaml": "_docker_3", "firebase.json": "_firebase", "geckodriver": "_firefox", "gruntfile.js": "_grunt", @@ -1140,20 +1362,23 @@ "sass-lint.yml": "_sass", "yarn.clean": "_yarn", "yarn.lock": "_yarn", + "webpack.config.js": "_webpack", + "webpack.config.build.js": "_webpack", "license": "_license", "licence": "_license", "copying": "_license", - "compiling": "_license", - "contributing": "_license", - "qmakefile": "_makefile", - "omakefile": "_makefile", - "cmakelists.txt": "_makefile", + "compiling": "_license_1", + "contributing": "_license_2", + "qmakefile": "_makefile_1", + "omakefile": "_makefile_2", + "cmakelists.txt": "_makefile_3", "procfile": "_heroku", "todo": "_todo", "npm-debug.log": "_npm_ignored" }, "languageIds": { "bat": "_windows", + "clojure": "_clojure", "coffeescript": "_coffee", "c": "_c", "cpp": "_cpp", @@ -1174,7 +1399,7 @@ "lua": "_lua", "makefile": "_makefile", "markdown": "_markdown", - "objective-c": "_c", + "objective-c": "_c_2", "perl": "_perl", "php": "_php", "powershell": "_powershell", @@ -1198,12 +1423,19 @@ "mdo": "_mdo_light", "asm": "_asm_light", "s": "_asm_light", - "h": "_c_light", + "h": "_c_1_light", + "hh": "_cpp_1_light", + "hpp": "_cpp_1_light", + "hxx": "_cpp_1_light", + "edn": "_clojure_1_light", "cfc": "_coldfusion_light", "cfm": "_coldfusion_light", "config": "_config_light", "cfg": "_config_light", "conf": "_config_light", + "cr": "_crystal_light", + "ecr": "_crystal_embedded_light", + "slang": "_crystal_embedded_light", "cson": "_json_light", "css.map": "_css_light", "sss": "_css_light", @@ -1230,13 +1462,16 @@ "gradle": "_gradle_light", "gsp": "_grails_light", "haml": "_haml_light", - "hjs": "_mustache_light", "hs": "_haskell_light", "lhs": "_haskell_light", + "hx": "_haxe_light", + "hxs": "_haxe_1_light", + "hxp": "_haxe_2_light", + "hxml": "_haxe_3_light", "class": "_java_light", "classpath": "_java_light", "js.map": "_javascript_light", - "spec.js": "_javascript_light", + "spec.js": "_javascript_1_light", "es": "_javascript_light", "es5": "_javascript_light", "es7": "_javascript_light", @@ -1254,40 +1489,46 @@ "njs": "_nunjucks_light", "nj": "_nunjucks_light", "npm-debug.log": "_npm_light", - "npmignore": "_npm_light", - "npmrc": "_npm_light", + "npmignore": "_npm_1_light", + "npmrc": "_npm_1_light", "ml": "_ocaml_light", "mli": "_ocaml_light", "cmx": "_ocaml_light", "cmxa": "_ocaml_light", + "odata": "_odata_light", "php.inc": "_php_light", "pug": "_pug_light", "pp": "_puppet_light", "epp": "_puppet_light", "cjsx": "_react_light", - "erb.html": "_ruby_light", - "html.erb": "_ruby_light", + "erb": "_html_erb_light", + "erb.html": "_html_erb_light", + "html.erb": "_html_erb_light", "sass": "_sass_light", "springbeans": "_spring_light", "slim": "_slim_light", "smarty.tpl": "_smarty_light", "sbt": "_sbt_light", "scala": "_scala_light", + "sol": "_ethereum_light", "styl": "_stylus_light", "tf": "_terraform_light", "tf.json": "_terraform_light", + "tfvars": "_terraform_light", "tex": "_tex_light", - "sty": "_tex_light", - "dtx": "_tex_light", - "ins": "_tex_light", + "sty": "_tex_1_light", + "dtx": "_tex_2_light", + "ins": "_tex_3_light", "txt": "_default_light", "toml": "_config_light", "twig": "_twig_light", + "spec.ts": "_typescript_1_light", "vala": "_vala_light", "vapi": "_vala_light", "vue": "_vue_light", "jar": "_zip_light", - "zip": "_zip_light", + "zip": "_zip_1_light", + "wgt": "_wgt_light", "ai": "_illustrator_light", "psd": "_photoshop_light", "pdf": "_pdf_light", @@ -1318,23 +1559,23 @@ "wav": "_audio_light", "babelrc": "_babel_light", "bowerrc": "_bower_light", - "dockerignore": "_docker_light", + "dockerignore": "_docker_1_light", "codeclimate.yml": "_code-climate_light", "eslintrc": "_eslint_light", "eslintrc.js": "_eslint_light", "eslintrc.yaml": "_eslint_light", "eslintrc.yml": "_eslint_light", "eslintrc.json": "_eslint_light", - "eslintignore": "_eslint_light", + "eslintignore": "_eslint_1_light", "firebaserc": "_firebase_light", - "jshintrc": "_javascript_light", - "jscsrc": "_javascript_light", + "jshintrc": "_javascript_2_light", + "jscsrc": "_javascript_2_light", "direnv": "_config_light", "env": "_config_light", "static": "_config_light", "editorconfig": "_config_light", "slugignore": "_config_light", - "tmp": "_clock_light", + "tmp": "_clock_1_light", "htaccess": "_config_light", "key": "_lock_light", "cert": "_lock_light", @@ -1342,6 +1583,7 @@ }, "languageIds": { "bat": "_windows_light", + "clojure": "_clojure_light", "coffeescript": "_coffee_light", "c": "_c_light", "cpp": "_cpp_light", @@ -1362,7 +1604,7 @@ "lua": "_lua_light", "makefile": "_makefile_light", "markdown": "_markdown_light", - "objective-c": "_c_light", + "objective-c": "_c_2_light", "perl": "_perl_light", "php": "_php_light", "powershell": "_powershell_light", @@ -1392,8 +1634,9 @@ "mime.types": "_config_light", "jenkinsfile": "_jenkins_light", "bower.json": "_bower_light", - "docker-healthcheck": "_docker_light", - "docker-compose.yml": "_docker_light", + "docker-healthcheck": "_docker_2_light", + "docker-compose.yml": "_docker_3_light", + "docker-compose.yaml": "_docker_3_light", "firebase.json": "_firebase_light", "geckodriver": "_firefox_light", "gruntfile.js": "_grunt_light", @@ -1406,17 +1649,19 @@ "sass-lint.yml": "_sass_light", "yarn.clean": "_yarn_light", "yarn.lock": "_yarn_light", + "webpack.config.js": "_webpack_light", + "webpack.config.build.js": "_webpack_light", "license": "_license_light", "licence": "_license_light", "copying": "_license_light", - "compiling": "_license_light", - "contributing": "_license_light", - "qmakefile": "_makefile_light", - "omakefile": "_makefile_light", - "cmakelists.txt": "_makefile_light", + "compiling": "_license_1_light", + "contributing": "_license_2_light", + "qmakefile": "_makefile_1_light", + "omakefile": "_makefile_2_light", + "cmakelists.txt": "_makefile_3_light", "procfile": "_heroku_light", "npm-debug.log": "_npm_ignored_light" } }, - "version": "https://github.com/jesseweed/seti-ui/commit/c44b29c7a5b2f189fccfd58ceea02b117678caa9" + "version": "https://github.com/jesseweed/seti-ui/commit/188dda34a56b9555c7d363771264c24f4693983d" } \ No newline at end of file diff --git a/extensions/theme-seti/package.json b/extensions/theme-seti/package.json index 21c6189055..554119b52b 100644 --- a/extensions/theme-seti/package.json +++ b/extensions/theme-seti/package.json @@ -1,9 +1,11 @@ { "name": "vscode-theme-seti", "private": true, - "version": "0.1.0", - "description": "A file icon theme made out of the Seti UI file icons", + "version": "1.0.0", + "displayName": "%displayName%", + "description": "%description%", "publisher": "vscode", + "icon": "icons/seti-circular-128x128.png", "scripts": { "update": "node ./build/update-icon-theme.js" }, diff --git a/extensions/theme-seti/package.nls.json b/extensions/theme-seti/package.nls.json new file mode 100644 index 0000000000..173d99ddaa --- /dev/null +++ b/extensions/theme-seti/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Seti File Icon Theme", + "description": "A file icon theme made out of the Seti UI file icons" +} \ No newline at end of file diff --git a/extensions/theme-solarized-dark/package.json b/extensions/theme-solarized-dark/package.json index 3d8f91a8dc..bb43708ca1 100644 --- a/extensions/theme-solarized-dark/package.json +++ b/extensions/theme-solarized-dark/package.json @@ -1,6 +1,8 @@ { "name": "theme-solarized-dark", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { diff --git a/extensions/theme-solarized-dark/package.nls.json b/extensions/theme-solarized-dark/package.nls.json new file mode 100644 index 0000000000..c226e15f3e --- /dev/null +++ b/extensions/theme-solarized-dark/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Solarized Dark Theme", + "description": "Solarized dark theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-solarized-dark/themes/Solarized-dark.tmTheme b/extensions/theme-solarized-dark/themes/Solarized-dark.tmTheme deleted file mode 100644 index d6f531fcd4..0000000000 --- a/extensions/theme-solarized-dark/themes/Solarized-dark.tmTheme +++ /dev/null @@ -1,439 +0,0 @@ - - - - - name - Solarized (dark) - settings - - - settings - - background - #002B36 - caret - #D30102 - foreground - #93A1A1 - invisibles - #93A1A180 - lineHighlight - #073642 - selection - #073642 - - - - name - Comment - scope - comment - settings - - fontStyle - italic - foreground - #657B83 - - - - name - String - scope - string - settings - - foreground - #2AA198 - - - - name - Regexp - scope - string.regexp - settings - - foreground - #D30102 - - - - name - Number - scope - constant.numeric - settings - - foreground - #D33682 - - - - name - Variable - scope - variable.language, variable.other - settings - - foreground - #268BD2 - - - - name - Keyword - scope - keyword - settings - - foreground - #859900 - - - - name - Storage - scope - storage - settings - - fontStyle - bold - foreground - #93A1A1 - - - - name - Class name - scope - entity.name.class, entity.name.type - settings - - fontStyle - - foreground - #CB4B16 - - - - name - Function name - scope - entity.name.function - settings - - foreground - #268BD2 - - - - name - Variable start - scope - punctuation.definition.variable - settings - - foreground - #859900 - - - - name - Embedded code markers - scope - punctuation.section.embedded.begin, punctuation.section.embedded.end - settings - - foreground - #D30102 - - - - name - Built-in constant - scope - constant.language, meta.preprocessor - settings - - foreground - #B58900 - - - - name - Support.construct - scope - support.function.construct, keyword.other.new - settings - - foreground - #CB4B16 - - - - name - User-defined constant - scope - constant.character, constant.other - settings - - foreground - #CB4B16 - - - - name - Inherited class - scope - entity.other.inherited-class - settings - - foreground - #6C71C4 - - - - name - Function argument - scope - variable.parameter - settings - - - - name - Tag name - scope - entity.name.tag - settings - - foreground - #268BD2 - - - - name - Tag start/end - scope - punctuation.definition.tag - settings - - foreground - #657B83 - - - - name - Tag attribute - scope - entity.other.attribute-name - settings - - foreground - #93A1A1 - - - - name - Library function - scope - support.function - settings - - foreground - #268BD2 - - - - name - Continuation - scope - punctuation.separator.continuation - settings - - foreground - #D30102 - - - - name - Library constant - scope - support.constant - settings - - - - name - Library class/type - scope - support.type, support.class - settings - - foreground - #859900 - - - - name - Library Exception - scope - support.type.exception - settings - - foreground - #CB4B16 - - - - name - Library variable - scope - support.other.variable - settings - - - - name - Invalid - scope - invalid - settings - - - - name - diff: header - scope - meta.diff, meta.diff.header - settings - - background - #b58900 - fontStyle - italic - foreground - #E0EDDD - - - - name - diff: deleted - scope - markup.deleted - settings - - background - #eee8d5 - fontStyle - - foreground - #dc322f - - - - name - diff: changed - scope - markup.changed - settings - - background - #eee8d5 - fontStyle - - foreground - #cb4b16 - - - - name - diff: inserted - scope - markup.inserted - settings - - background - #eee8d5 - foreground - #219186 - - - - name - Markup Quote - scope - markup.quote - settings - - foreground - #859900 - - - - name - Markup Lists - scope - markup.list - settings - - foreground - #B58900 - - - - name - Markup Styling - scope - markup.bold, markup.italic - settings - - foreground - #D33682 - - - - name - Markup Inline - scope - markup.inline.raw - settings - - fontStyle - - foreground - #2AA198 - - - - name - Markup Headings - scope - markup.heading - settings - - foreground - #268BD2 - - - - name - Markup Setext Header - scope - markup.heading.setext - settings - - fontStyle - - foreground - #268BD2 - - - - - uuid - F930B0BF-AA03-4232-A30F-CEF749FF8E72 - - diff --git a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json index bfd823e965..f0b8612351 100644 --- a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json +++ b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json @@ -355,6 +355,7 @@ "editorCursor.foreground": "#D30102", "editorWhitespace.foreground": "#93A1A180", "editor.lineHighlightBackground": "#073642", + "editorActiveLineNumber.foreground": "#949494", "editor.selectionBackground": "#073642", // "editorIndentGuide.background": "", "editorHoverWidget.background": "#004052", diff --git a/extensions/theme-solarized-light/package.json b/extensions/theme-solarized-light/package.json index 57570d33cb..1925afaa39 100644 --- a/extensions/theme-solarized-light/package.json +++ b/extensions/theme-solarized-light/package.json @@ -1,6 +1,8 @@ { "name": "theme-solarized-light", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { diff --git a/extensions/theme-solarized-light/package.nls.json b/extensions/theme-solarized-light/package.nls.json new file mode 100644 index 0000000000..f7a3d0cee3 --- /dev/null +++ b/extensions/theme-solarized-light/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Solarized Light Theme", + "description": "Solarized light theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-solarized-light/themes/Solarized-light.tmTheme b/extensions/theme-solarized-light/themes/Solarized-light.tmTheme deleted file mode 100644 index f7f635fe64..0000000000 --- a/extensions/theme-solarized-light/themes/Solarized-light.tmTheme +++ /dev/null @@ -1,434 +0,0 @@ - - - - - name - Solarized (light) - settings - - - settings - - background - #FDF6E3 - caret - #000000 - foreground - #586E75 - invisibles - #93A1A180 - lineHighlight - #EEE8D5 - selection - #073642 - - - - name - Comment - scope - comment - settings - - fontStyle - italic - foreground - #93A1A1 - - - - name - String - scope - string - settings - - foreground - #2AA198 - - - - name - Regexp - scope - string.regexp - settings - - foreground - #D30102 - - - - name - Number - scope - constant.numeric - settings - - foreground - #D33682 - - - - name - Variable - scope - variable.language, variable.other - settings - - foreground - #268BD2 - - - - name - Keyword - scope - keyword - settings - - foreground - #859900 - - - - name - Storage - scope - storage - settings - - fontStyle - bold - foreground - #073642 - - - - name - Class name - scope - entity.name.class, entity.name.type - settings - - foreground - #268BD2 - - - - name - Function name - scope - entity.name.function - settings - - foreground - #268BD2 - - - - name - Variable start - scope - punctuation.definition.variable - settings - - foreground - #859900 - - - - name - Embedded code markers - scope - punctuation.section.embedded.begin, punctuation.section.embedded.end - settings - - foreground - #D30102 - - - - name - Built-in constant - scope - constant.language, meta.preprocessor - settings - - foreground - #B58900 - - - - name - Support.construct - scope - support.function.construct, keyword.other.new - settings - - foreground - #D30102 - - - - name - User-defined constant - scope - constant.character, constant.other - settings - - foreground - #CB4B16 - - - - name - Inherited class - scope - entity.other.inherited-class - settings - - - - name - Function argument - scope - variable.parameter - settings - - - - name - Tag name - scope - entity.name.tag - settings - - foreground - #268BD2 - - - - name - Tag start/end - scope - punctuation.definition.tag.begin, punctuation.definition.tag.end - settings - - foreground - #93A1A1 - - - - name - Tag attribute - scope - entity.other.attribute-name - settings - - foreground - #93A1A1 - - - - name - Library function - scope - support.function - settings - - foreground - #268BD2 - - - - name - Continuation - scope - punctuation.separator.continuation - settings - - foreground - #D30102 - - - - name - Library constant - scope - support.constant - settings - - - - name - Library class/type - scope - support.type, support.class - settings - - foreground - #859900 - - - - name - Library Exception - scope - support.type.exception - settings - - foreground - #CB4B16 - - - - name - Library variable - scope - support.other.variable - settings - - - - name - Invalid - scope - invalid - settings - - - - name - diff: header - scope - meta.diff, meta.diff.header - settings - - background - #b58900 - fontStyle - italic - foreground - #E0EDDD - - - - name - diff: deleted - scope - markup.deleted - settings - - background - #eee8d5 - fontStyle - - foreground - #dc322f - - - - name - diff: changed - scope - markup.changed - settings - - background - #eee8d5 - fontStyle - - foreground - #cb4b16 - - - - name - diff: inserted - scope - markup.inserted - settings - - background - #eee8d5 - foreground - #219186 - - - - name - Markup Quote - scope - markup.quote - settings - - foreground - #859900 - - - - name - Markup Lists - scope - markup.list - settings - - foreground - #B58900 - - - - name - Markup Styling - scope - markup.bold, markup.italic - settings - - foreground - #D33682 - - - - name - Markup Inline - scope - markup.inline.raw - settings - - fontStyle - - foreground - #2AA198 - - - - name - Markup Headings - scope - markup.heading - settings - - foreground - #268BD2 - - - - name - Markup Setext Header - scope - markup.heading.setext - settings - - fontStyle - - foreground - #268BD2 - - - - - uuid - 38E819D9-AE02-452F-9231-ECC3B204AFD7 - - diff --git a/extensions/theme-solarized-light/themes/solarized-light-color-theme.json b/extensions/theme-solarized-light/themes/solarized-light-color-theme.json index 6d2b714658..c87a8b2655 100644 --- a/extensions/theme-solarized-light/themes/solarized-light-color-theme.json +++ b/extensions/theme-solarized-light/themes/solarized-light-color-theme.json @@ -354,6 +354,7 @@ "editor.selectionBackground": "#EEE8D5", // "editorIndentGuide.background": "", "editorHoverWidget.background": "#CCC4B0", + "editorActiveLineNumber.foreground": "#567983", // "editorHoverWidget.border": "", // "editorLineNumber.foreground": "", // "editorMarkerNavigation.background": "", diff --git a/extensions/theme-tomorrow-night-blue/package.json b/extensions/theme-tomorrow-night-blue/package.json index 4600cd5914..bed66ce548 100644 --- a/extensions/theme-tomorrow-night-blue/package.json +++ b/extensions/theme-tomorrow-night-blue/package.json @@ -1,6 +1,8 @@ { "name": "theme-tomorrow-night-blue", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { diff --git a/extensions/theme-tomorrow-night-blue/package.nls.json b/extensions/theme-tomorrow-night-blue/package.nls.json new file mode 100644 index 0000000000..044df352ea --- /dev/null +++ b/extensions/theme-tomorrow-night-blue/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "Tomorrow Night Blue Theme", + "description": "Tomorrow night blue theme for Visual Studio Code" +} \ No newline at end of file diff --git a/extensions/theme-tomorrow-night-blue/themes/Tomorrow-Night-Blue.tmTheme b/extensions/theme-tomorrow-night-blue/themes/Tomorrow-Night-Blue.tmTheme deleted file mode 100644 index 977629f72a..0000000000 --- a/extensions/theme-tomorrow-night-blue/themes/Tomorrow-Night-Blue.tmTheme +++ /dev/null @@ -1,293 +0,0 @@ - - - - - comment - http://chriskempson.com - name - Tomorrow Night - Blue - settings - - - settings - - background - #002451 - caret - #FFFFFF - foreground - #FFFFFF - invisibles - #404F7D - lineHighlight - #00346E - selection - #003F8E - - - - name - Comment - scope - comment - settings - - foreground - #7285B7 - - - - name - Foreground, Operator - scope - keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line - settings - - fontStyle - - foreground - #FFFFFF - - - - name - Variable, String Link, Regular Expression, Tag Name, GitGutter deleted - scope - variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter - settings - - foreground - #FF9DA4 - - - - name - Number, Constant, Function Argument, Tag Attribute, Embedded - scope - constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit - settings - - fontStyle - - foreground - #FFC58F - - - - name - Class, Support - scope - entity.name.class, entity.name.type, support.type, support.class - settings - - fontStyle - - foreground - #FFEEAD - - - - name - String, Symbols, Inherited Class, Markup Heading, GitGutter inserted - scope - string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter - settings - - fontStyle - - foreground - #D1F1A9 - - - - name - Operator, Misc - scope - keyword.operator, constant.other.color - settings - - foreground - #99FFFF - - - - name - Function, Special Method, Block Level, GitGutter changed - scope - entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter - settings - - fontStyle - - foreground - #BBDAFF - - - - name - Keyword, Storage - scope - keyword, storage, storage.type, entity.name.tag.css - settings - - fontStyle - - foreground - #EBBBFF - - - - name - Invalid - scope - invalid - settings - - background - #F99DA5 - fontStyle - - foreground - #FFFFFF - - - - name - Separator - scope - meta.separator - settings - - background - #BBDAFE - foreground - #FFFFFF - - - - name - Deprecated - scope - invalid.deprecated - settings - - background - #EBBBFF - fontStyle - - foreground - #FFFFFF - - - - name - Diff foreground - scope - markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file - settings - - foreground - #FFFFFF - - - - name - Diff insertion - scope - markup.inserted.diff, meta.diff.header.to-file - settings - - foreground - #718c00 - - - - name - Diff deletion - scope - markup.deleted.diff, meta.diff.header.from-file - settings - - foreground - #c82829 - - - - name - Diff header - scope - meta.diff.header.from-file, meta.diff.header.to-file - settings - - foreground - #FFFFFF - background - #4271ae - - - - name - Diff range - scope - meta.diff.range - settings - - fontStyle - italic - foreground - #3e999f - - - - - name - Markup Quote - scope - markup.quote - settings - - foreground - #FFC58F - - - - name - Markup Lists - scope - markup.list - settings - - foreground - #BBDAFF - - - - name - Markup Styling - scope - markup.bold, markup.italic - settings - - foreground - #FFC58F - - - - name - Markup Inline - scope - markup.inline.raw - settings - - fontStyle - - foreground - #FF9DA4 - - - - - uuid - 3F4BB232-3C3A-4396-99C0-06A9573715E9 - - \ No newline at end of file diff --git a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json index 7163c4d671..0b89e5b9e6 100644 --- a/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json +++ b/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-theme.json @@ -14,7 +14,8 @@ "editor.background": "#002451", "editor.foreground": "#ffffff", "editor.selectionBackground": "#003f8e", - "editor.lineHighlightBackground": "#00346e", + "editor.lineHighlightBackground": "#00346e", + "editorActiveLineNumber.foreground": "#949494", "editorCursor.foreground": "#ffffff", "editorWhitespace.foreground": "#404f7d", "editorWidget.background": "#001c40", diff --git a/extensions/vscode-colorize-tests/package.json b/extensions/vscode-colorize-tests/package.json index 814df32e7a..0d6da2add0 100644 --- a/extensions/vscode-colorize-tests/package.json +++ b/extensions/vscode-colorize-tests/package.json @@ -9,7 +9,7 @@ }, "scripts": { "vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-colorize-tests ./tsconfig.json", - "prepare": "node ./node_modules/vscode/bin/install" + "postinstall": "node ./node_modules/vscode/bin/install" }, "devDependencies": { "@types/node": "7.0.43", diff --git a/extensions/xml/package.json b/extensions/xml/package.json index c9210274b2..f04aed5a2d 100644 --- a/extensions/xml/package.json +++ b/extensions/xml/package.json @@ -1,6 +1,8 @@ { "name": "xml", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", "engines": { "vscode": "*" }, "contributes": { @@ -80,14 +82,14 @@ "grammars": [{ "language": "xml", "scopeName": "text.xml", - "path": "./syntaxes/xml.json" + "path": "./syntaxes/xml.tmLanguage.json" }, { "language": "xsl", "scopeName": "text.xml.xsl", - "path": "./syntaxes/xsl.json" + "path": "./syntaxes/xsl.tmLanguage.json" }] }, "scripts": { - "update-grammar": "node ../../build/npm/update-grammar.js atom/language-xml grammars/xml.cson ./syntaxes/xml.json grammars/xsl.cson ./syntaxes/xsl.json" + "update-grammar": "node ../../build/npm/update-grammar.js atom/language-xml grammars/xml.cson ./syntaxes/xml.tmLanguage.json grammars/xsl.cson ./syntaxes/xsl.tmLanguage.json" } } diff --git a/extensions/xml/package.nls.json b/extensions/xml/package.nls.json new file mode 100644 index 0000000000..110b511768 --- /dev/null +++ b/extensions/xml/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "XML Language Basics", + "description": "Provides syntax highlighting and bracket matching in XML files." +} \ No newline at end of file diff --git a/extensions/xml/syntaxes/xml.json b/extensions/xml/syntaxes/xml.tmLanguage.json similarity index 81% rename from extensions/xml/syntaxes/xml.json rename to extensions/xml/syntaxes/xml.tmLanguage.json index dd66c8df2b..532e3908f2 100644 --- a/extensions/xml/syntaxes/xml.json +++ b/extensions/xml/syntaxes/xml.tmLanguage.json @@ -5,88 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/atom/language-xml/commit/27352842917b911383122bdcf98ed0d69d55c179", - "scopeName": "text.xml", "name": "XML", - "fileTypes": [ - "aiml", - "atom", - "axml", - "bpmn", - "config", - "cpt", - "csl", - "csproj", - "csproj.user", - "dae", - "dia", - "dita", - "ditamap", - "dtml", - "fodg", - "fodp", - "fods", - "fodt", - "fsproj", - "fxml", - "gir", - "glade", - "gpx", - "graphml", - "icls", - "iml", - "isml", - "jmx", - "jsp", - "kst", - "launch", - "menu", - "mxml", - "nuspec", - "opml", - "owl", - "pom", - "ppj", - "proj", - "pt", - "pubxml", - "pubxml.user", - "rdf", - "rng", - "rss", - "sdf", - "shproj", - "siml", - "sld", - "storyboard", - "svg", - "targets", - "tld", - "vbox", - "vbox-prev", - "vbproj", - "vbproj.user", - "vcproj", - "vcproj.filters", - "vcxproj", - "vcxproj.filters", - "wixmsp", - "wixmst", - "wixobj", - "wixout", - "wsdl", - "wxs", - "xaml", - "xbl", - "xib", - "xlf", - "xliff", - "xml", - "xpdl", - "xsd", - "xul", - "ui" - ], - "firstLineMatch": "(?x)\n# XML declaration\n(?:\n ^ <\\? xml\n\n # VersionInfo\n \\s+ version\n \\s* = \\s*\n (['\"])\n 1 \\. [0-9]+\n \\1\n\n # EncodingDecl\n (?:\n \\s+ encoding\n \\s* = \\s*\n\n # EncName\n (['\"])\n [A-Za-z]\n [-A-Za-z0-9._]*\n \\2\n )?\n\n # SDDecl\n (?:\n \\s+ standalone\n \\s* = \\s*\n (['\"])\n (?:yes|no)\n \\3\n )?\n\n \\s* \\?>\n)\n|\n# Modeline\n(?i:\n # Emacs\n -\\*-(?:\\s*(?=[^:;\\s]+\\s*-\\*-)|(?:.*?[;\\s]|(?<=-\\*-))mode\\s*:\\s*)\n xml\n (?=[\\s;]|(?]?\\d+|m)?|\\sex)(?=:(?=\\s*set?\\s[^\\n:]+:)|:(?!\\s*set?\\s))(?:(?:\\s|\\s*:\\s*)\\w*(?:\\s*=(?:[^\\n\\\\\\s]|\\\\.)*)?)*[\\s:](?:filetype|ft|syntax)\\s*=\n xml\n (?=\\s|:|$)\n)", + "scopeName": "text.xml", "patterns": [ { "begin": "(<\\?)\\s*([-_a-zA-Z0-9]+)", diff --git a/extensions/xml/syntaxes/xsl.json b/extensions/xml/syntaxes/xsl.tmLanguage.json similarity index 98% rename from extensions/xml/syntaxes/xsl.json rename to extensions/xml/syntaxes/xsl.tmLanguage.json index 116fe42ea4..c89f50050f 100644 --- a/extensions/xml/syntaxes/xsl.json +++ b/extensions/xml/syntaxes/xsl.tmLanguage.json @@ -5,12 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/atom/language-xml/commit/507de2ee7daca60cf02e9e21fbeb92bbae73e280", - "scopeName": "text.xml.xsl", "name": "XSL", - "fileTypes": [ - "xsl", - "xslt" - ], + "scopeName": "text.xml.xsl", "patterns": [ { "begin": "(<)(xsl)((:))(template)", diff --git a/extensions/yaml/language-configuration.json b/extensions/yaml/language-configuration.json index cc1aa26cde..010d773d3f 100644 --- a/extensions/yaml/language-configuration.json +++ b/extensions/yaml/language-configuration.json @@ -23,5 +23,9 @@ ], "folding": { "offSide": true + }, + "indentationRules": { + "increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$", + "decreaseIndentPattern": "^\\s+\\}$" } -} \ No newline at end of file +} diff --git a/extensions/yaml/package.json b/extensions/yaml/package.json index fdf800049a..2792cc20d0 100644 --- a/extensions/yaml/package.json +++ b/extensions/yaml/package.json @@ -1,29 +1,48 @@ { "name": "yaml", - "version": "0.1.0", + "displayName": "%displayName%", + "description": "%description%", + "version": "1.0.0", "publisher": "vscode", - "engines": { "vscode": "*" }, + "engines": { + "vscode": "*" + }, "scripts": { - "update-grammar": "node ../../build/npm/update-grammar.js textmate/yaml.tmbundle Syntaxes/YAML.tmLanguage ./syntaxes/yaml.json" + "update-grammar": "node ../../build/npm/update-grammar.js textmate/yaml.tmbundle Syntaxes/YAML.tmLanguage ./syntaxes/yaml.tmLanguage.json" }, "contributes": { - "languages": [{ - "id": "yaml", - "aliases": ["YAML", "yaml"], - "extensions": [".eyaml", ".eyml", ".yaml", ".yml"], - "filenames": [ "yarn.lock" ], - "firstLine": "^#cloud-config", - "configuration": "./language-configuration.json" - }], - "grammars": [{ - "language": "yaml", - "scopeName": "source.yaml", - "path": "./syntaxes/yaml.json" - }], + "languages": [ + { + "id": "yaml", + "aliases": [ + "YAML", + "yaml" + ], + "extensions": [ + ".eyaml", + ".eyml", + ".yaml", + ".yml" + ], + "filenames": [ + "yarn.lock" + ], + "firstLine": "^#cloud-config", + "configuration": "./language-configuration.json" + } + ], + "grammars": [ + { + "language": "yaml", + "scopeName": "source.yaml", + "path": "./syntaxes/yaml.tmLanguage.json" + } + ], "configurationDefaults": { "[yaml]": { "editor.insertSpaces": true, - "editor.tabSize": 2 + "editor.tabSize": 2, + "editor.autoIndent": false } } } diff --git a/extensions/yaml/package.nls.json b/extensions/yaml/package.nls.json new file mode 100644 index 0000000000..b8f93d0399 --- /dev/null +++ b/extensions/yaml/package.nls.json @@ -0,0 +1,4 @@ +{ + "displayName": "YAML Language Basics", + "description": "Provides syntax highlighting and bracket matching in YAML files." +} \ No newline at end of file diff --git a/extensions/yaml/syntaxes/yaml.json b/extensions/yaml/syntaxes/yaml.tmLanguage.json similarity index 98% rename from extensions/yaml/syntaxes/yaml.json rename to extensions/yaml/syntaxes/yaml.tmLanguage.json index 9d755531ed..6f08b6e72c 100644 --- a/extensions/yaml/syntaxes/yaml.json +++ b/extensions/yaml/syntaxes/yaml.tmLanguage.json @@ -5,19 +5,8 @@ "Once accepted there, we are happy to receive an update request." ], "version": "https://github.com/textmate/yaml.tmbundle/commit/efc96efafe5e48480cf55a2ed124b388cbea4440", - "fileTypes": [ - "yaml", - "yml", - "rviz", - "reek", - "clang-format", - "yaml-tmlanguage", - "syntax", - "sublime-syntax" - ], - "firstLineMatch": "^%YAML( ?1.\\d+)?", - "keyEquivalent": "^~Y", "name": "YAML", + "scopeName": "source.yaml", "patterns": [ { "include": "#comment" @@ -628,7 +617,5 @@ } ] } - }, - "scopeName": "source.yaml", - "uuid": "686AD6AE-33F3-4493-9512-9E9FC1D5417F" + } } \ No newline at end of file diff --git a/extensions/yarn.lock b/extensions/yarn.lock index 43a297415a..2a710ccda6 100644 --- a/extensions/yarn.lock +++ b/extensions/yarn.lock @@ -2,6 +2,6 @@ # yarn lockfile v1 -typescript@2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4" +typescript@2.7.2: + version "2.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836" diff --git a/i18n/chs/extensions/azure-account/out/azure-account.i18n.json b/i18n/chs/extensions/azure-account/out/azure-account.i18n.json index d64636616d..dd0e7de7cb 100644 --- a/i18n/chs/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/chs/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/extensions/azure-account/out/extension.i18n.json b/i18n/chs/extensions/azure-account/out/extension.i18n.json index d90c9399da..a9ae462036 100644 --- a/i18n/chs/extensions/azure-account/out/extension.i18n.json +++ b/i18n/chs/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/extensions/bat/package.i18n.json b/i18n/chs/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..c5d22f22d0 --- /dev/null +++ b/i18n/chs/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Windows ę‰¹å¤„ē†čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Windows ę‰¹å¤„ē†ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/clojure/package.i18n.json b/i18n/chs/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..5fed1f72d6 --- /dev/null +++ b/i18n/chs/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Clojure čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Clojure ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/coffeescript/package.i18n.json b/i18n/chs/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..1b0639b6fc --- /dev/null +++ b/i18n/chs/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CoffeeScript čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 CoffeeScript ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/configuration-editing/out/extension.i18n.json b/i18n/chs/extensions/configuration-editing/out/extension.i18n.json index ad1e809b14..ebf9d24bc1 100644 --- a/i18n/chs/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/chs/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "示例" } \ No newline at end of file diff --git a/i18n/chs/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/chs/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index 4b77210ee8..043ef9f65e 100644 --- a/i18n/chs/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/chs/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "ę–‡ä»¶å (例如 myFile.txt)", "activeEditorMedium": "ē›øåÆ¹äŗŽå·„ä½œåŒŗę–‡ä»¶å¤¹ēš„ę–‡ä»¶č·Æå¾„ (例如 myFolder/myFile.txt)", "activeEditorLong": "ę–‡ä»¶ēš„å®Œę•“č·Æå¾„ (例如 /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/chs/extensions/configuration-editing/package.i18n.json b/i18n/chs/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..f6f47636ca --- /dev/null +++ b/i18n/chs/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "é…ē½®ē¼–č¾‘", + "description": "åœØé…ē½®ę–‡ä»¶ (å¦‚č®¾ē½®ć€åÆåŠØå’Œę‰©å±•ęŽØčę–‡ä»¶) äø­ęä¾›é«˜ēŗ§ IntelliSenseć€č‡ŖåŠØäæ®å¤ē­‰åŠŸčƒ½" +} \ No newline at end of file diff --git a/i18n/chs/extensions/cpp/package.i18n.json b/i18n/chs/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..8962b95b9c --- /dev/null +++ b/i18n/chs/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C/C++ čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 C/C++ ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/csharp/package.i18n.json b/i18n/chs/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..d982b40fed --- /dev/null +++ b/i18n/chs/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C# čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 C# ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/css/client/out/cssMain.i18n.json b/i18n/chs/extensions/css/client/out/cssMain.i18n.json index e64cca9eac..e96b4ac495 100644 --- a/i18n/chs/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/chs/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "CSS čÆ­čØ€ęœåŠ”å™Ø", "folding.start": "ęŠ˜å åŒŗåŸŸå¼€å§‹", "folding.end": "ęŠ˜å åŒŗåŸŸē»“ęŸ" diff --git a/i18n/chs/extensions/css/package.i18n.json b/i18n/chs/extensions/css/package.i18n.json index c9f83c6202..77b70e8330 100644 --- a/i18n/chs/extensions/css/package.i18n.json +++ b/i18n/chs/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CSS čÆ­čØ€åŠŸčƒ½", + "description": "äøŗ CSS态LESS 和 SCSS ę–‡ä»¶ęä¾›äø°åÆŒēš„čÆ­čØ€ę”ÆęŒć€‚", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "å‚ę•°ę•°é‡ę— ę•ˆ", "css.lint.boxModel.desc": "ä½æē”Øč¾¹č·ęˆ–č¾¹ę”†ę—¶ļ¼Œäøč¦ä½æē”Øå®½åŗ¦ęˆ–é«˜åŗ¦", diff --git a/i18n/chs/extensions/diff/package.i18n.json b/i18n/chs/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..0e6a8de441 --- /dev/null +++ b/i18n/chs/extensions/diff/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Diff ę–‡ä»¶čÆ­čØ€åŠŸčƒ½", + "description": "在 Diff ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’Œå…¶ä»–čÆ­čØ€åŠŸčƒ½" +} \ No newline at end of file diff --git a/i18n/chs/extensions/docker/package.i18n.json b/i18n/chs/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..06d0277a05 --- /dev/null +++ b/i18n/chs/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Docker čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Docker ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/emmet/package.i18n.json b/i18n/chs/extensions/emmet/package.i18n.json index 631e7728ee..2728309a68 100644 --- a/i18n/chs/extensions/emmet/package.i18n.json +++ b/i18n/chs/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "é€‚ē”ØäŗŽ VS Code ēš„ Emmet ę”ÆęŒ", "command.wrapWithAbbreviation": "ä½æē”Øē¼©å†™åŒ…å›“", "command.wrapIndividualLinesWithAbbreviation": "č¾“å…„ē¼©å†™åŒ…å›“äøŖåˆ«č”Œ", "command.removeTag": "移除标签", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "ē”ØåŠč§’é€—å· (\",\") éš”å¼€ēš„å±žę€§åē¼©å†™ēš„ę•°ē»„ļ¼Œå°†ē”±ę³Øé‡Šē­›é€‰å™Øåŗ”ē”Ø", "emmetPreferencesFormatNoIndentTags": "č”Øē¤ŗäøåŗ”å‘å†…ē¼©čæ›ēš„ę ‡č®°åē§°ę•°ē»„", "emmetPreferencesFormatForceIndentTags": "č”Øē¤ŗåŗ”å§‹ē»ˆå‘å†…ē¼©čæ›ēš„ę ‡č®°åē§°ę•°ē»„", - "emmetPreferencesAllowCompactBoolean": "č‹„äøŗ \"true\"ļ¼Œå°†ē”Ÿęˆē“§å‡‘åž‹åøƒå°”å±žę€§" + "emmetPreferencesAllowCompactBoolean": "č‹„äøŗ \"true\"ļ¼Œå°†ē”Ÿęˆē“§å‡‘åž‹åøƒå°”å±žę€§", + "emmetPreferencesCssWebkitProperties": "Emmet ē¼©å†™äø­ä½æē”Øēš„ē”± \"-\" ę‰“å¤“ęœ‰ \"webkit\" å‰ē¼€ēš„ CSS å±žę€§ļ¼Œä½æē”ØåŠč§’é€—å· (\",\") čæ›č”Œåˆ†éš”ć€‚č‹„č¦å§‹ē»ˆéæå… \"webkit\" å‰ē¼€ļ¼ŒčÆ·č®¾äøŗē©ŗå­—ē¬¦äø²ć€‚", + "emmetPreferencesCssMozProperties": "Emmet ē¼©å†™äø­ä½æē”Øēš„ē”± \"-\" ę‰“å¤“ęœ‰ \"moz\" å‰ē¼€ēš„ CSS å±žę€§ļ¼Œä½æē”ØåŠč§’é€—å· (\",\") čæ›č”Œåˆ†éš”ć€‚č‹„č¦å§‹ē»ˆéæå… \"moz\" å‰ē¼€ļ¼ŒčÆ·č®¾äøŗē©ŗå­—ē¬¦äø²ć€‚", + "emmetPreferencesCssOProperties": "Emmet ē¼©å†™äø­ä½æē”Øēš„ē”± \"-\" ę‰“å¤“ęœ‰ \"o\" å‰ē¼€ēš„ CSS å±žę€§ļ¼Œä½æē”ØåŠč§’é€—å· (\",\") čæ›č”Œåˆ†éš”ć€‚č‹„č¦å§‹ē»ˆéæå… \"o\" å‰ē¼€ļ¼ŒčÆ·č®¾äøŗē©ŗå­—ē¬¦äø²ć€‚", + "emmetPreferencesCssMsProperties": "Emmet ē¼©å†™äø­ä½æē”Øēš„ē”± \"-\" ę‰“å¤“ęœ‰ \"ms\" å‰ē¼€ēš„ CSS å±žę€§ļ¼Œä½æē”ØåŠč§’é€—å· (\",\") čæ›č”Œåˆ†éš”ć€‚č‹„č¦å§‹ē»ˆéæå… \"ms\" å‰ē¼€ļ¼ŒčÆ·č®¾äøŗē©ŗå­—ē¬¦äø²ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/chs/extensions/extension-editing/out/extensionLinter.i18n.json index 6e684ea67b..ed3a5b4b41 100644 --- a/i18n/chs/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/chs/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "å›¾åƒåæ…é”»ä½æē”Ø HTTPS åč®®ć€‚", "svgsNotValid": "SVG äøę˜Æęœ‰ę•ˆēš„å›¾åƒęŗć€‚", "embeddedSvgsNotValid": "åµŒå…„ēš„ SVG äøę˜Æęœ‰ę•ˆēš„å›¾åƒęŗć€‚", diff --git a/i18n/chs/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/chs/extensions/extension-editing/out/packageDocumentHelper.i18n.json index 50f49b67f2..61bc180efb 100644 --- a/i18n/chs/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/chs/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "ē‰¹å®ščÆ­čØ€ē¼–č¾‘å™Øč®¾ē½®", "languageSpecificEditorSettingsDescription": "替代语言编辑器设置" } \ No newline at end of file diff --git a/i18n/chs/extensions/extension-editing/package.i18n.json b/i18n/chs/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..946e9a047e --- /dev/null +++ b/i18n/chs/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Package 文件编辑", + "description": "äøŗ VS Code ę‰©å±•ē‚¹ęä¾› IntelliSense,并为 package.json ę–‡ä»¶ęä¾› linting åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/fsharp/package.i18n.json b/i18n/chs/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..a0eea3bea3 --- /dev/null +++ b/i18n/chs/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "F# čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 F# ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/git/out/askpass-main.i18n.json b/i18n/chs/extensions/git/out/askpass-main.i18n.json index cd8bc885e0..502fc1d869 100644 --- a/i18n/chs/extensions/git/out/askpass-main.i18n.json +++ b/i18n/chs/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "å‡­ę®äø¢å¤±ęˆ–ę— ę•ˆć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/git/out/autofetch.i18n.json b/i18n/chs/extensions/git/out/autofetch.i18n.json index 6df7459284..309c6197b7 100644 --- a/i18n/chs/extensions/git/out/autofetch.i18n.json +++ b/i18n/chs/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "是", "no": "否", - "not now": "äøę˜ÆēŽ°åœØ", - "suggest auto fetch": "ę˜Æå¦åÆē”Øč‡ŖåŠØęŠ“å– Git å­˜å‚Øåŗ“?" + "not now": "ēØåŽčÆ¢é—®", + "suggest auto fetch": "ę‚ØåøŒęœ› Code [定期运蔌 \"git fetch\"]({0}) 吗?" } \ No newline at end of file diff --git a/i18n/chs/extensions/git/out/commands.i18n.json b/i18n/chs/extensions/git/out/commands.i18n.json index 8f5f2a83f7..a566438856 100644 --- a/i18n/chs/extensions/git/out/commands.i18n.json +++ b/i18n/chs/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "{0} å¤„ēš„ Tag", "remote branch at": "{0} å¤„ēš„čæœēØ‹åˆ†ę”Æ", "create branch": "$(plus) åˆ›å»ŗę–°åˆ†ę”Æ", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\nę­¤ę“ä½œäøåÆę’¤é”€ļ¼Œä½ å½“å‰ēš„å·„ä½œé›†å°†ä¼šę°øčæœäø¢å¤±ć€‚", "yes discard tracked": "ę”¾å¼ƒ 1 äøŖå·²č·ŸčøŖēš„ę–‡ä»¶", "yes discard tracked multiple": "ę”¾å¼ƒ {0} äøŖå·²č·ŸčøŖēš„ę–‡ä»¶", + "unsaved files single": "ä»„äø‹ę–‡ä»¶å°šęœŖäæå­˜ļ¼š{0}怂\n\nę‚Øč¦åœØęäŗ¤ä¹‹å‰äæå­˜å—?", + "unsaved files": "å½“å‰ęœ‰ {0} äøŖę–‡ä»¶å°šęœŖäæå­˜ć€‚\n\nę‚Øč¦åœØęäŗ¤ä¹‹å‰äæå­˜å—?", + "save and commit": "å…ØéƒØäæå­˜å¹¶ęäŗ¤", + "commit": "ä»č¦ęäŗ¤", "no staged changes": "ēŽ°åœØę²”ęœ‰ęš‚å­˜ēš„ę›“ę”¹ä»„ä¾›ęäŗ¤\n\nę˜Æå¦č¦ē›“ęŽ„č‡ŖåŠØęš‚å­˜ę‰€ęœ‰ę›“ę”¹å¹¶ęäŗ¤ļ¼Ÿ", "always": "å§‹ē»ˆ", "no changes": "ę²”ęœ‰č¦ęäŗ¤ēš„ę›“ę”¹ć€‚", @@ -61,15 +67,16 @@ "tag message": "消息", "provide tag message": "čÆ·ęä¾›ę¶ˆęÆä»„åÆ¹ę ‡ē­¾čæ›č”Œę³Øé‡Š", "no remotes to fetch": "ę­¤å­˜å‚Øåŗ“ęœŖé…ē½®åÆä»„ä»Žäø­ęŠ“å–ēš„čæœēØ‹å­˜å‚Øåŗ“ć€‚", - "no remotes to pull": "å­˜å‚Øåŗ“ęœŖé…ē½®ä»»ä½•ä»Žå…¶äø­čæ›č”Œę‹‰å–ēš„čæœēØ‹å­˜å‚Øåŗ“ć€‚", + "no remotes to pull": "å­˜å‚Øåŗ“ęœŖé…ē½®ä»»ä½•åÆčæ›č”Œę‹‰å–ēš„čæœēØ‹å­˜å‚Øåŗ“ć€‚", "pick remote pull repo": "é€‰ę‹©č¦ä»Žå…¶ę‹‰å–åˆ†ę”Æēš„čæœēØ‹ä½ē½®", "no remotes to push": "å­˜å‚Øåŗ“ęœŖé…ē½®ä»»ä½•č¦ęŽØé€åˆ°ēš„čæœēØ‹å­˜å‚Øåŗ“ć€‚", - "push with tags success": "å·²ęˆåŠŸåø¦ę ‡ē­¾čæ›č”ŒęŽØé€ć€‚", "nobranch": "čÆ·ē­¾å‡ŗäø€äøŖåˆ†ę”Æä»„ęŽØé€åˆ°čæœēØ‹ć€‚", + "confirm publish branch": "åˆ†ę”Æā€œ{0}ā€ę²”ęœ‰äøŠęøøåˆ†ę”Æć€‚ę‚Øč¦å‘åøƒę­¤åˆ†ę”Æå—?", + "ok": "甮定", + "push with tags success": "å·²ęˆåŠŸåø¦ę ‡ē­¾čæ›č”ŒęŽØé€ć€‚", "pick remote": "é€‰å–č¦å°†åˆ†ę”Æā€œ{0}ā€å‘åøƒåˆ°ēš„čæœēØ‹:", "sync is unpredictable": "ę­¤ę“ä½œå°†ęŽØé€ęäŗ¤č‡³ā€œ{0}ā€ļ¼Œå¹¶ä»Žäø­ę‹‰å–ęäŗ¤ć€‚", - "ok": "甮定", - "never again": "å„½ļ¼Œę°øäøå†ę˜¾ē¤ŗ", + "never again": "ē”®å®šļ¼Œäø”äøå†ę˜¾ē¤ŗ", "no remotes to publish": "å­˜å‚Øåŗ“ęœŖé…ē½®ä»»ä½•č¦å‘åøƒåˆ°ēš„čæœēØ‹å­˜å‚Øåŗ“ć€‚", "no changes stash": "ę²”ęœ‰č¦å‚Øč—ēš„ę›“ę”¹ć€‚", "provide stash message": "ęä¾›å‚Øč—ę¶ˆęÆ(åÆé€‰)", diff --git a/i18n/chs/extensions/git/out/main.i18n.json b/i18n/chs/extensions/git/out/main.i18n.json index 99ef376ae5..529951611f 100644 --- a/i18n/chs/extensions/git/out/main.i18n.json +++ b/i18n/chs/extensions/git/out/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "在 {0} ęŸ„ę‰¾ Git äø­", "using git": "使用 {1} äø­ēš„ Git {0}", "downloadgit": "äø‹č½½ Git", diff --git a/i18n/chs/extensions/git/out/model.i18n.json b/i18n/chs/extensions/git/out/model.i18n.json index e0223bbb63..dff4ced255 100644 --- a/i18n/chs/extensions/git/out/model.i18n.json +++ b/i18n/chs/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "ā€œ{0}ā€å­˜å‚Øåŗ“äø­ēš„ {1} äøŖå­ęØ”å—å°†äøä¼šč‡ŖåŠØę‰“å¼€ć€‚ę‚Øä»åÆä»„é€ščæ‡ę‰“å¼€å…¶äø­ēš„ę–‡ä»¶ę„å•ē‹¬ę‰“å¼€ęÆäøŖå­ęØ”å—ć€‚", "no repositories": "ę²”ęœ‰åÆē”Øå­˜å‚Øåŗ“", "pick repo": "é€‰ę‹©å­˜å‚Øåŗ“" } \ No newline at end of file diff --git a/i18n/chs/extensions/git/out/repository.i18n.json b/i18n/chs/extensions/git/out/repository.i18n.json index 1e99b7312e..c52e06b8ff 100644 --- a/i18n/chs/extensions/git/out/repository.i18n.json +++ b/i18n/chs/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "打开", "index modified": "已修改瓢引", "modified": "已修改", @@ -21,12 +23,13 @@ "deleted by us": "å·²č¢«ęˆ‘ä»¬åˆ é™¤", "both added": "äø¤č€…å‡å·²ę·»åŠ ", "both modified": "äŗŒč€…å‡å·²äæ®ę”¹", - "commitMessage": "消息(ꌉ {0} ęäŗ¤)", + "commitMessage": "消息 (ꌉ {0} ęäŗ¤)", "commit": "ęäŗ¤", "merge changes": "åˆå¹¶ę›“ę”¹", "staged changes": "ęš‚å­˜ēš„ę›“ę”¹", "changes": "曓改", - "ok": "甮定", + "commitMessageCountdown": "å½“å‰č”Œå‰©ä½™ {0} 个字符", + "commitMessageWarning": "å½“å‰č”ŒęÆ” {1} 超出 {0} 个字符", "neveragain": "äøå†ę˜¾ē¤ŗ", "huge": "Git å­˜å‚Øåŗ“ā€œ{0}ā€äø­å­˜åœØå¤§é‡ę“»åŠØę›“ę”¹ļ¼Œå°†ä»…åÆē”ØéƒØåˆ† Git åŠŸčƒ½ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/git/out/scmProvider.i18n.json b/i18n/chs/extensions/git/out/scmProvider.i18n.json index c52199b46c..9b66c286c7 100644 --- a/i18n/chs/extensions/git/out/scmProvider.i18n.json +++ b/i18n/chs/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/extensions/git/out/statusbar.i18n.json b/i18n/chs/extensions/git/out/statusbar.i18n.json index 2b0e7c726f..f0658c2d95 100644 --- a/i18n/chs/extensions/git/out/statusbar.i18n.json +++ b/i18n/chs/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "签出...", "sync changes": "åŒę­„ę›“ę”¹", "publish changes": "å‘åøƒę›“ę”¹", diff --git a/i18n/chs/extensions/git/package.i18n.json b/i18n/chs/extensions/git/package.i18n.json index cb8443b7ae..4b8de536ea 100644 --- a/i18n/chs/extensions/git/package.i18n.json +++ b/i18n/chs/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Git ęŗä»£ē ē®”ē†é›†ęˆ", "command.clone": "克隆", "command.init": "åˆå§‹åŒ–å­˜å‚Øåŗ“", "command.close": "å…³é—­å­˜å‚Øåŗ“", @@ -54,12 +58,13 @@ "command.stashPopLatest": "å¼¹å‡ŗęœ€ę–°å‚Øč—", "config.enabled": "ę˜Æå¦åÆē”Ø Git", "config.path": "Git åÆę‰§č”Œę–‡ä»¶č·Æå¾„", + "config.autoRepositoryDetection": "ę˜Æå¦č‡ŖåŠØę£€ęµ‹å­˜å‚Øåŗ“", "config.autorefresh": "ę˜Æå¦åÆē”Øč‡ŖåŠØåˆ·ę–°", "config.autofetch": "ę˜Æå¦åÆē”Øč‡ŖåŠØę‹‰å–", "config.enableLongCommitWarning": "ę˜Æå¦é’ˆåÆ¹é•æę®µęäŗ¤ę¶ˆęÆčæ›č”Œč­¦å‘Š", "config.confirmSync": "同歄 GIT å­˜å‚Øåŗ“å‰čÆ·å…ˆčæ›č”Œē”®č®¤", "config.countBadge": "ęŽ§åˆ¶ Git å¾½ē« č®”ę•°å™Øć€‚ā€œallā€č®”ē®—ę‰€ęœ‰ę›“ę”¹ć€‚ā€œtrackedā€åŖč®”ē®—č·ŸčøŖēš„ę›“ę”¹ć€‚ā€œoffā€å…³é—­ę­¤åŠŸčƒ½ć€‚", - "config.checkoutType": "ęŽ§åˆ¶čæč”Œā€œē­¾å‡ŗåˆ°...ā€å‘½ä»¤ę—¶åˆ—å‡ŗēš„åˆ†ę”Æēš„ē±»åž‹ć€‚\"all\" ę˜¾ē¤ŗę‰€ęœ‰ refs,\"local\" åŖę˜¾ē¤ŗęœ¬åœ°åˆ†ę”Æļ¼Œ\"tags\" åŖę˜¾ē¤ŗę ‡č®°ļ¼Œ\"remote\" åŖę˜¾ē¤ŗčæœēØ‹åˆ†ę”Æć€‚", + "config.checkoutType": "ęŽ§åˆ¶čæč”Œā€œē­¾å‡ŗåˆ°...ā€åŠŸčƒ½ę—¶åˆ—å‡ŗēš„åˆ†ę”Æē±»åž‹ć€‚\"all\" ę˜¾ē¤ŗę‰€ęœ‰ refs,\"local\" åŖę˜¾ē¤ŗęœ¬åœ°åˆ†ę”Æļ¼Œ\"tags\" åŖę˜¾ē¤ŗę ‡ē­¾ļ¼Œ\"remote\" åŖę˜¾ē¤ŗčæœēØ‹åˆ†ę”Æć€‚", "config.ignoreLegacyWarning": "åæ½ē•„ę—§ē‰ˆ Git č­¦å‘Š", "config.ignoreMissingGitWarning": "åæ½ē•„ā€œē¼ŗå¤± Gitā€č­¦å‘Š", "config.ignoreLimitWarning": "åæ½ē•„ā€œå­˜å‚Øåŗ“äø­å­˜åœØå¤§é‡ę›“ę”¹ā€ēš„č­¦å‘Š", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "启用使用 GPG ē­¾åēš„ęäŗ¤", "config.discardAllScope": "ęŽ§åˆ¶čæč”Œā€œę”¾å¼ƒę‰€ęœ‰ę›“ę”¹ā€å‘½ä»¤ę—¶ę”¾å¼ƒēš„ę›“ę”¹ē±»åž‹ć€‚\"all\" ę”¾å¼ƒę‰€ęœ‰ę›“ę”¹ć€‚\"tracked\" åŖę”¾å¼ƒč·ŸčøŖēš„ę–‡ä»¶ć€‚\"prompt\" č”Øē¤ŗåœØęÆę¬”čæč”Œę­¤ę“ä½œę—¶ę˜¾ē¤ŗęē¤ŗåÆ¹čÆę”†ć€‚", "config.decorations.enabled": "ęŽ§åˆ¶ Git ę˜Æå¦å‘čµ„ęŗē®”ē†å™Øå’Œā€œę‰“å¼€ēš„ē¼–č¾‘å™Øā€č§†å›¾ę·»åŠ é¢œč‰²å’Œå°ę ‡ć€‚", + "config.promptToSaveFilesBeforeCommit": "ęŽ§åˆ¶ Git ę˜Æå¦åœØęäŗ¤ä¹‹å‰ę£€ęŸ„ęœŖäæå­˜ēš„ę–‡ä»¶ć€‚", + "config.showInlineOpenFileAction": "ęŽ§åˆ¶ę˜Æå¦åœØ Git ę›“ę”¹č§†å›¾äø­ę˜¾ē¤ŗå†…č”ā€œę‰“å¼€ę–‡ä»¶ā€ę“ä½œć€‚", + "config.inputValidation": "ęŽ§åˆ¶ä½•ę—¶ę˜¾ē¤ŗęäŗ¤ę¶ˆęÆč¾“å…„éŖŒčÆć€‚", + "config.detectSubmodules": "ęŽ§åˆ¶ę˜Æå¦č‡ŖåŠØę£€ęµ‹ Git å­ęØ”å—ć€‚", "colors.modified": "å·²äæ®ę”¹čµ„ęŗēš„é¢œč‰²ć€‚", "colors.deleted": "å·²åˆ é™¤čµ„ęŗēš„é¢œč‰²ć€‚", "colors.untracked": "ęœŖč·ŸčøŖčµ„ęŗēš„é¢œč‰²ć€‚", "colors.ignored": "å·²åæ½ē•„čµ„ęŗēš„é¢œč‰²ć€‚", - "colors.conflict": "å­˜åœØå†²ēŖēš„čµ„ęŗēš„é¢œč‰²ć€‚" + "colors.conflict": "å­˜åœØå†²ēŖēš„čµ„ęŗēš„é¢œč‰²ć€‚", + "colors.submodule": "å­ęØ”å—čµ„ęŗēš„é¢œč‰²ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/go/package.i18n.json b/i18n/chs/extensions/go/package.i18n.json new file mode 100644 index 0000000000..5c3b7ca6e0 --- /dev/null +++ b/i18n/chs/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Go čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Go ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/groovy/package.i18n.json b/i18n/chs/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..bd126d9a44 --- /dev/null +++ b/i18n/chs/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Groovy čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Groovy ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/grunt/out/main.i18n.json b/i18n/chs/extensions/grunt/out/main.i18n.json index 70515dd5f8..b3778329bc 100644 --- a/i18n/chs/extensions/grunt/out/main.i18n.json +++ b/i18n/chs/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "åœØę–‡ä»¶å¤¹ {0} äø­č‡ŖåŠØę£€ęµ‹ Grunt å¤±č“„ļ¼Œé”™čÆÆ: {1}" } \ No newline at end of file diff --git a/i18n/chs/extensions/grunt/package.i18n.json b/i18n/chs/extensions/grunt/package.i18n.json index 750b3bc4c1..73e9f89be6 100644 --- a/i18n/chs/extensions/grunt/package.i18n.json +++ b/i18n/chs/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "ęŽ§åˆ¶č‡ŖåŠØę£€ęµ‹ Grunt ä»»åŠ”ę˜Æå¦ę‰“å¼€ć€‚é»˜č®¤å¼€åÆć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "向 VSCode ęä¾› Grunt åŠŸčƒ½ēš„ę‰©å±•ć€‚", + "displayName": "é€‚ē”ØäŗŽ VSCode ēš„ Grunt ę”ÆęŒ", + "config.grunt.autoDetect": "ęŽ§åˆ¶ę˜Æå¦č‡ŖåŠØę£€ęµ‹ Grunt ä»»åŠ”ć€‚é»˜č®¤å¼€åÆć€‚", + "grunt.taskDefinition.type.description": "č¦č‡Ŗå®šä¹‰ēš„ Grunt ä»»åŠ”ć€‚", + "grunt.taskDefinition.file.description": "ęä¾›ä»»åŠ”ēš„ Grunt ę–‡ä»¶ć€‚åÆä»„ēœē•„ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/gulp/out/main.i18n.json b/i18n/chs/extensions/gulp/out/main.i18n.json index 1fa76c7423..9960a4ca6b 100644 --- a/i18n/chs/extensions/gulp/out/main.i18n.json +++ b/i18n/chs/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "åœØę–‡ä»¶å¤¹ {0} äø­č‡ŖåŠØę£€ęµ‹ gulp å¤±č“„ļ¼Œé”™čÆÆ: {1}" } \ No newline at end of file diff --git a/i18n/chs/extensions/gulp/package.i18n.json b/i18n/chs/extensions/gulp/package.i18n.json index 368a460144..b0f2a477b9 100644 --- a/i18n/chs/extensions/gulp/package.i18n.json +++ b/i18n/chs/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "ęŽ§åˆ¶č‡ŖåŠØę£€ęµ‹ Gulp ä»»åŠ”ę˜Æå¦ę‰“å¼€ć€‚é»˜č®¤å¼€åÆć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "向 VSCode ęä¾› Gulp åŠŸčƒ½ēš„ę‰©å±•ć€‚", + "displayName": "é€‚ē”ØäŗŽ VSCode ēš„ Gulp ę”ÆęŒ", + "config.gulp.autoDetect": "ęŽ§åˆ¶ę˜Æå¦č‡ŖåŠØę£€ęµ‹ Gulp ä»»åŠ”ć€‚é»˜č®¤å¼€åÆć€‚", + "gulp.taskDefinition.type.description": "č¦č‡Ŗå®šä¹‰ēš„ Gulp ä»»åŠ”ć€‚", + "gulp.taskDefinition.file.description": "ęä¾›ä»»åŠ”ēš„ Gulp ę–‡ä»¶ć€‚åÆä»„ēœē•„ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/handlebars/package.i18n.json b/i18n/chs/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..7422f1f49f --- /dev/null +++ b/i18n/chs/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Handlebars čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Handlebars ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/hlsl/package.i18n.json b/i18n/chs/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..9bd9428540 --- /dev/null +++ b/i18n/chs/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HLSL čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 HLSL ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/html/client/out/htmlMain.i18n.json b/i18n/chs/extensions/html/client/out/htmlMain.i18n.json index ff2b693ae9..a5709b0e18 100644 --- a/i18n/chs/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/chs/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "HTML čÆ­čØ€ęœåŠ”å™Ø", "folding.start": "ęŠ˜å åŒŗåŸŸå¼€å§‹", "folding.end": "ęŠ˜å åŒŗåŸŸē»“ęŸ" diff --git a/i18n/chs/extensions/html/package.i18n.json b/i18n/chs/extensions/html/package.i18n.json index 61c50847e2..426255de34 100644 --- a/i18n/chs/extensions/html/package.i18n.json +++ b/i18n/chs/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HTML čÆ­čØ€åŠŸčƒ½", + "description": "äøŗ HTML态Razor 和 Handlebar ę–‡ä»¶ęä¾›äø°åÆŒēš„čÆ­čØ€ę”ÆęŒć€‚", "html.format.enable.desc": "启用/ē¦ē”Øé»˜č®¤ HTML ę ¼å¼åŒ–ēØ‹åŗ", "html.format.wrapLineLength.desc": "ęÆč”Œęœ€å¤§å­—ē¬¦ę•°(0 = 禁用)怂", "html.format.unformatted.desc": "ä»„é€—å·åˆ†éš”ēš„ę ‡č®°åˆ—č”Øäøåŗ”é‡č®¾ę ¼å¼ć€‚\"null\" é»˜č®¤äøŗę‰€ęœ‰åˆ—äŗŽ https://www.w3.org/TR/html5/dom.html#phrasing-content ēš„ę ‡č®°ć€‚", @@ -25,5 +29,6 @@ "html.trace.server.desc": "跟踪 VS Code äøŽ HTML čÆ­čØ€ęœåŠ”å™Øä¹‹é—“ēš„é€šäæ”ć€‚", "html.validate.scripts": "é…ē½®å†…ē½®ēš„ HTML čÆ­čØ€ę”ÆęŒę˜Æå¦åÆ¹åµŒå…„ēš„č„šęœ¬čæ›č”ŒéŖŒčÆć€‚", "html.validate.styles": "é…ē½®å†…ē½®ēš„ HTML čÆ­čØ€ę”ÆęŒę˜Æå¦åÆ¹åµŒå…„ēš„ę ·å¼čæ›č”ŒéŖŒčÆć€‚", + "html.experimental.syntaxFolding": "åÆē”Øęˆ–ē¦ē”ØčÆ­ę³•ęŠ˜å ę ‡č®°ć€‚", "html.autoClosingTags": "启用/禁用 HTML ę ‡č®°ēš„č‡ŖåŠØå…³é—­ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/ini/package.i18n.json b/i18n/chs/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..48f7496cf5 --- /dev/null +++ b/i18n/chs/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ini čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Ini ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/jake/out/main.i18n.json b/i18n/chs/extensions/jake/out/main.i18n.json index 21787a778e..eec68e8b83 100644 --- a/i18n/chs/extensions/jake/out/main.i18n.json +++ b/i18n/chs/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "åœØę–‡ä»¶å¤¹ {0} äø­č‡ŖåŠØę£€ęµ‹ Jake å¤±č“„ļ¼Œé”™čÆÆ: {1}" } \ No newline at end of file diff --git a/i18n/chs/extensions/jake/package.i18n.json b/i18n/chs/extensions/jake/package.i18n.json index 46f020cf89..604a6fefe5 100644 --- a/i18n/chs/extensions/jake/package.i18n.json +++ b/i18n/chs/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.jake.autoDetect": "ęŽ§åˆ¶č‡ŖåŠØę£€ęµ‹ Jake ä»»åŠ”ę˜Æå¦ę‰“å¼€ć€‚é»˜č®¤å¼€åÆć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "向 VSCode ęä¾› Jake åŠŸčƒ½ēš„ę‰©å±•ć€‚", + "displayName": "é€‚ē”ØäŗŽ VSCode ēš„ Jake ę”ÆęŒ", + "jake.taskDefinition.type.description": "č¦č‡Ŗå®šä¹‰ēš„ Jake ä»»åŠ”ć€‚", + "jake.taskDefinition.file.description": "ęä¾›ä»»åŠ”ēš„ Jake ę–‡ä»¶ć€‚åÆä»„ēœē•„ć€‚", + "config.jake.autoDetect": "ęŽ§åˆ¶ę˜Æå¦č‡ŖåŠØę£€ęµ‹ Jake ä»»åŠ”ć€‚é»˜č®¤å¼€åÆć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/java/package.i18n.json b/i18n/chs/extensions/java/package.i18n.json new file mode 100644 index 0000000000..8c9411026c --- /dev/null +++ b/i18n/chs/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Java čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Java ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/chs/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 18967e4b07..c0dc30e31b 100644 --- a/i18n/chs/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/chs/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "默认 bower.json", "json.bower.error.repoaccess": "对 Bower å­˜å‚Øåŗ“å‘å‡ŗēš„čÆ·ę±‚å¤±č“„: {0}", "json.bower.latest.version": "꜀ꖰ" diff --git a/i18n/chs/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/chs/extensions/javascript/out/features/packageJSONContribution.i18n.json index 27b8449ff0..f1f882ce70 100644 --- a/i18n/chs/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/chs/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "默认 package.json", "json.npm.error.repoaccess": "对 NPM å­˜å‚Øåŗ“å‘å‡ŗēš„čÆ·ę±‚å¤±č“„: {0}", "json.npm.latestversion": "å½“å‰ęœ€ę–°ē‰ˆęœ¬ēš„åŒ…", diff --git a/i18n/chs/extensions/javascript/package.i18n.json b/i18n/chs/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..a75f3376d2 --- /dev/null +++ b/i18n/chs/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 JavaScript ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/json/client/out/jsonMain.i18n.json b/i18n/chs/extensions/json/client/out/jsonMain.i18n.json index 95a990288e..c1155f46ea 100644 --- a/i18n/chs/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/chs/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "JSON čÆ­čØ€ęœåŠ”å™Ø" } \ No newline at end of file diff --git a/i18n/chs/extensions/json/package.i18n.json b/i18n/chs/extensions/json/package.i18n.json index 46d90c7f01..1f988f94b5 100644 --- a/i18n/chs/extensions/json/package.i18n.json +++ b/i18n/chs/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JSON čÆ­čØ€åŠŸčƒ½", + "description": "äøŗ JSON ę–‡ä»¶ęä¾›äø°åÆŒēš„čÆ­čØ€ę”ÆęŒ", "json.schemas.desc": "å°†å½“å‰é”¹ē›®äø­ēš„ JSON ę–‡ä»¶äøŽęž¶ęž„å…³č”čµ·ę„", "json.schemas.url.desc": "å½“å‰ē›®å½•äø­ęŒ‡å‘ęž¶ęž„ēš„ URL ęˆ–ē›øåÆ¹č·Æå¾„", "json.schemas.fileMatch.desc": "将 JSON ę–‡ä»¶č§£ęžåˆ°ęž¶ęž„ę—¶ļ¼Œē”ØäŗŽåŒ¹é…ēš„äø€ē»„ę–‡ä»¶ęØ”å¼ć€‚", @@ -12,5 +16,6 @@ "json.format.enable.desc": "启用/ē¦ē”Øé»˜č®¤ JSON ę ¼å¼åŒ–ēØ‹åŗ(éœ€č¦é‡åÆ)", "json.tracing.desc": "跟踪 VS Code äøŽ JSON čÆ­čØ€ęœåŠ”å™Øä¹‹é—“ēš„é€šäæ”ć€‚", "json.colorDecorators.enable.desc": "åÆē”Øęˆ–ē¦ē”Øé¢œč‰²äæ®é„°å™Ø", - "json.colorDecorators.enable.deprecationMessage": "å·²å¼ƒē”Øč®¾ē½® \"json.colorDecorators.enable\"ļ¼ŒčÆ·ę”¹ē”Ø \"editor.colorDecorators\"怂" + "json.colorDecorators.enable.deprecationMessage": "å·²å¼ƒē”Øč®¾ē½® \"json.colorDecorators.enable\"ļ¼ŒčÆ·ę”¹ē”Ø \"editor.colorDecorators\"怂", + "json.experimental.syntaxFolding": "åÆē”Øęˆ–ē¦ē”ØčÆ­ę³•ęŠ˜å ę ‡č®°ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/less/package.i18n.json b/i18n/chs/extensions/less/package.i18n.json new file mode 100644 index 0000000000..0be473a07a --- /dev/null +++ b/i18n/chs/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Less čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Less ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/log/package.i18n.json b/i18n/chs/extensions/log/package.i18n.json new file mode 100644 index 0000000000..03f36321ee --- /dev/null +++ b/i18n/chs/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ę—„åæ—", + "description": "äøŗę‰©å±•åäøŗ .log ēš„ę–‡ä»¶ęä¾›čÆ­ę³•é«˜äŗ®åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/lua/package.i18n.json b/i18n/chs/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..b3c8b798bd --- /dev/null +++ b/i18n/chs/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Lua čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Lua ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/make/package.i18n.json b/i18n/chs/extensions/make/package.i18n.json new file mode 100644 index 0000000000..d08cea28b1 --- /dev/null +++ b/i18n/chs/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Make čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Make ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/markdown-basics/package.i18n.json b/i18n/chs/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..46563e53e3 --- /dev/null +++ b/i18n/chs/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Markdown ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µå’ŒčÆ­ę³•é«˜äŗ®åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/markdown/out/commands.i18n.json b/i18n/chs/extensions/markdown/out/commands.i18n.json index d598feff8a..4fcbeea9b8 100644 --- a/i18n/chs/extensions/markdown/out/commands.i18n.json +++ b/i18n/chs/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "é¢„č§ˆ {0}", "onPreviewStyleLoadError": "ę— ę³•åŠ č½½ā€œmarkdown.stylesā€ļ¼š{0}" } \ No newline at end of file diff --git a/i18n/chs/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/chs/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..1f8dcc3335 --- /dev/null +++ b/i18n/chs/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "ę— ę³•åŠ č½½ā€œmarkdown.stylesā€ļ¼š{0}" +} \ No newline at end of file diff --git a/i18n/chs/extensions/markdown/out/extension.i18n.json b/i18n/chs/extensions/markdown/out/extension.i18n.json index c145efb44e..8592e20038 100644 --- a/i18n/chs/extensions/markdown/out/extension.i18n.json +++ b/i18n/chs/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/extensions/markdown/out/features/preview.i18n.json b/i18n/chs/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..963a70a043 --- /dev/null +++ b/i18n/chs/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[é¢„č§ˆ] {0}", + "previewTitle": "é¢„č§ˆ {0}" +} \ No newline at end of file diff --git a/i18n/chs/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/chs/extensions/markdown/out/features/previewContentProvider.i18n.json index 4ff7c59a49..cb7239e96f 100644 --- a/i18n/chs/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/chs/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "å·²ē¦ē”Øę­¤ę–‡ę”£äø­ēš„éƒØåˆ†å†…å®¹", "preview.securityMessage.title": "已禁用此 Markdown é¢„č§ˆäø­ēš„åÆčƒ½äøå®‰å…Øēš„å†…å®¹ć€‚ę›“ę”¹ Markdown é¢„č§ˆå®‰å…Øč®¾ē½®ä»„å…č®øäøå®‰å…Øå†…å®¹ęˆ–åÆē”Øč„šęœ¬ć€‚", "preview.securityMessage.label": "å·²ē¦ē”Øå†…å®¹å®‰å…Øč­¦å‘Š" diff --git a/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json index 4ff7c59a49..91468679a8 100644 --- a/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/chs/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/extensions/markdown/out/security.i18n.json b/i18n/chs/extensions/markdown/out/security.i18n.json index c1daf87e29..f078cdab8b 100644 --- a/i18n/chs/extensions/markdown/out/security.i18n.json +++ b/i18n/chs/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "äø„ę ¼", "strict.description": "仅载兄安全内容", "insecureContent.title": "å…č®øäøå®‰å…Øå†…å®¹", @@ -13,6 +15,6 @@ "moreInfo.title": "详细俔息", "enableSecurityWarning.title": "åœØę­¤å·„ä½œåŒŗäø­åÆē”Øé¢„č§ˆå®‰å…Øč­¦å‘Š", "disableSecurityWarning.title": "åœØę­¤å·„ä½œåŒŗäø­å–ę¶ˆé¢„č§ˆå®‰å…Øč­¦å‘Š", - "toggleSecurityWarning.description": "äøå½±å“å†…å®¹å®‰å…Øē­‰ēŗ§", + "toggleSecurityWarning.description": "äøå½±å“å†…å®¹å®‰å…Øēŗ§åˆ«", "preview.showPreviewSecuritySelector.title": "é€‰ę‹©ę­¤å·„ä½œåŒŗäø­ Markdown é¢„č§ˆēš„å®‰å…Øč®¾ē½®" } \ No newline at end of file diff --git a/i18n/chs/extensions/markdown/package.i18n.json b/i18n/chs/extensions/markdown/package.i18n.json index 6576e84f90..6ed010b9b2 100644 --- a/i18n/chs/extensions/markdown/package.i18n.json +++ b/i18n/chs/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown čÆ­čØ€åŠŸčƒ½", + "description": "äøŗ Markdown ęä¾›äø°åÆŒēš„čÆ­čØ€ę”ÆęŒć€‚", "markdown.preview.breaks.desc": "č®¾ē½®ę¢č”Œē¬¦å¦‚ä½•åœØ markdown é¢„č§ˆäø­å‘ˆēŽ°ć€‚å°†å…¶č®¾ē½®äøŗ \"true\" ä¼šäøŗęÆäø€äøŖę–°č”Œåˆ›å»ŗäø€äøŖ
怂", "markdown.preview.linkify": "在 Markdown é¢„č§ˆäø­åÆē”Øęˆ–ē¦ē”Øå°†ē±»ä¼¼ URL ēš„ę–‡ęœ¬č½¬ę¢äøŗé“¾ęŽ„ć€‚", "markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown é¢„č§ˆäø­åŒå‡»åˆ‡ę¢åˆ°ē¼–č¾‘å™Øć€‚", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "ęŽ§åˆ¶ Markdown é¢„č§ˆäø­ä½æē”Øēš„å­—å·(ä»„åƒē“ äøŗå•ä½)怂", "markdown.preview.lineHeight.desc": "ęŽ§åˆ¶ Markdown é¢„č§ˆäø­ä½æē”Øēš„č”Œé«˜ć€‚ę­¤ę•°å€¼äøŽå­—å·ē›øå…³ć€‚", "markdown.preview.markEditorSelection.desc": "在 Markdown é¢„č§ˆäø­ę ‡č®°å½“å‰ēš„ē¼–č¾‘å™Øé€‰å®šå†…å®¹ć€‚", - "markdown.preview.scrollEditorWithPreview.desc": "当 Markdown é¢„č§ˆę»šåŠØę—¶ļ¼Œę›“ę–°ē¼–č¾‘å™Øēš„č§†å›¾ć€‚", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "滚动 Markdown é¢„č§ˆä»„ę˜¾ē¤ŗē¼–č¾‘å™Øäø­å½“å‰ę‰€é€‰ēš„č”Œć€‚", + "markdown.preview.scrollEditorWithPreview.desc": "滚动 Markdown é¢„č§ˆę—¶ļ¼Œę›“ę–°å…¶ē¼–č¾‘å™Øč§†å›¾ć€‚", + "markdown.preview.scrollPreviewWithEditor.desc": "滚动 Markdown ē¼–č¾‘å™Øę—¶ļ¼Œę›“ę–°å…¶é¢„č§ˆč§†å›¾ć€‚", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[å¼ƒē”Ø] 滚动 Markdown é¢„č§ˆä»„ę˜¾ē¤ŗē¼–č¾‘å™Øå½“å‰ę‰€é€‰č”Œć€‚", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "此设置已被 \"markdown.preview.scrollPreviewWithEditor\" ę›æę¢äø”äøå†ęœ‰ä»»ä½•ę•ˆęžœć€‚", "markdown.preview.title": "ę‰“å¼€é¢„č§ˆ", "markdown.previewFrontMatter.dec": "č®¾ē½®å¦‚ä½•åœØ Markdown é¢„č§ˆäø­å‘ˆēŽ° YAML ę‰‰é”µć€‚ā€œéšč—ā€ä¼šåˆ é™¤ę‰‰é”µć€‚å¦åˆ™ļ¼Œę‰‰é”µåˆ™č¢«č§†äøŗ Markdown 内容。", "markdown.previewSide.title": "ę‰“å¼€ä¾§č¾¹é¢„č§ˆ", + "markdown.showLockedPreviewToSide.title": "åœØä¾§č¾¹ę‰“å¼€é”å®šēš„é¢„č§ˆ", "markdown.showSource.title": "显示源", "markdown.styles.dec": "要在 Markdown é¢„č§ˆäø­ä½æē”Øēš„ CSS ę ·å¼č”Øēš„ URL ęˆ–ęœ¬åœ°č·Æå¾„åˆ—č”Øć€‚ē›øåÆ¹č·Æå¾„č¢«č§£é‡Šäøŗē›øåÆ¹äŗŽčµ„ęŗē®”ē†å™Øäø­ę‰“å¼€ēš„ę–‡ä»¶å¤¹ć€‚å¦‚ęžœę²”ęœ‰ä»»ä½•ę‰“å¼€ēš„ę–‡ä»¶å¤¹ļ¼Œåˆ™ä¼šč¢«č§£é‡Šäøŗē›øåÆ¹äŗŽ Markdown ę–‡ä»¶ēš„ä½ē½®ć€‚ę‰€ęœ‰ēš„ \"\\\" éœ€å†™äøŗ \"\\\\\"怂", "markdown.showPreviewSecuritySelector.title": "ę›“ę”¹é¢„č§ˆå®‰å…Øč®¾ē½®", "markdown.trace.desc": "对 Markdown ę‰©å±•åÆē”Øč°ƒčÆ•ę—„åæ—č®°å½•ć€‚", - "markdown.refreshPreview.title": "åˆ·ę–°é¢„č§ˆ" + "markdown.preview.refresh.title": "åˆ·ę–°é¢„č§ˆ", + "markdown.preview.toggleLock.title": "åˆ‡ę¢é¢„č§ˆé”å®š" } \ No newline at end of file diff --git a/i18n/chs/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/chs/extensions/merge-conflict/out/codelensProvider.i18n.json index 91a343efd7..647baa188d 100644 --- a/i18n/chs/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/chs/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "é‡‡ē”Øå½“å‰ę›“ę”¹", "acceptIncomingChange": "é‡‡ē”Øä¼ å…„ēš„ę›“ę”¹", "acceptBothChanges": "äæē•™åŒę–¹ę›“ę”¹", diff --git a/i18n/chs/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/chs/extensions/merge-conflict/out/commandHandler.i18n.json index 836475b99d..4e519b14ad 100644 --- a/i18n/chs/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/chs/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "ē¼–č¾‘å™Øå…‰ę ‡äøåœØåˆå¹¶å†²ēŖå†…", "compareChangesTitle": "{0}ļ¼šå½“å‰ę›“ę”¹ ⟷ ä¼ å…„ēš„ę›“ę”¹", "cursorOnCommonAncestorsRange": "ē¼–č¾‘å™Øå…‰ę ‡åœØå…±åŒę„ęŗå—äøŠļ¼ŒčÆ·å°†å…¶ē§»åŠØč‡³ā€œå½“å‰ā€ęˆ–ā€œä¼ å…„ā€åŒŗåŸŸäø­", diff --git a/i18n/chs/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/chs/extensions/merge-conflict/out/mergeDecorator.i18n.json index 6fb9fc9347..f6e892c37a 100644 --- a/i18n/chs/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/chs/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(å½“å‰ę›“ę”¹)", "incomingChange": "(ä¼ å…„ēš„ę›“ę”¹)" } \ No newline at end of file diff --git a/i18n/chs/extensions/merge-conflict/package.i18n.json b/i18n/chs/extensions/merge-conflict/package.i18n.json index 2b8572cb7f..d6ec8e1516 100644 --- a/i18n/chs/extensions/merge-conflict/package.i18n.json +++ b/i18n/chs/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "åˆå¹¶å†²ēŖ", + "description": "äøŗå†…č”åˆå¹¶å†²ēŖęä¾›é«˜äŗ®å’Œå‘½ä»¤ć€‚", "command.category": "åˆå¹¶å†²ēŖ", "command.accept.all-current": "å…ØéƒØé‡‡ē”Øå½“å‰å†…å®¹", "command.accept.all-incoming": "å…ØéƒØé‡‡ē”Øä¼ å…„ē‰ˆęœ¬", diff --git a/i18n/chs/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/chs/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..c0dc30e31b --- /dev/null +++ b/i18n/chs/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "默认 bower.json", + "json.bower.error.repoaccess": "对 Bower å­˜å‚Øåŗ“å‘å‡ŗēš„čÆ·ę±‚å¤±č“„: {0}", + "json.bower.latest.version": "꜀ꖰ" +} \ No newline at end of file diff --git a/i18n/chs/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/chs/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..f1f882ce70 --- /dev/null +++ b/i18n/chs/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "默认 package.json", + "json.npm.error.repoaccess": "对 NPM å­˜å‚Øåŗ“å‘å‡ŗēš„čÆ·ę±‚å¤±č“„: {0}", + "json.npm.latestversion": "å½“å‰ęœ€ę–°ē‰ˆęœ¬ēš„åŒ…", + "json.npm.majorversion": "äøŽęœ€ę–°äø»č¦ē‰ˆęœ¬(1.x.x)匹配", + "json.npm.minorversion": "äøŽęœ€ę–°ę¬”č¦ē‰ˆęœ¬(1.2.x)匹配", + "json.npm.version.hover": "ęœ€ę–°ē‰ˆęœ¬: {0}" +} \ No newline at end of file diff --git a/i18n/chs/extensions/npm/out/main.i18n.json b/i18n/chs/extensions/npm/out/main.i18n.json index 11008f170c..030bef313d 100644 --- a/i18n/chs/extensions/npm/out/main.i18n.json +++ b/i18n/chs/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "Npm ä»»åŠ”ę£€ęµ‹: ę— ę³•åˆ†ęžę–‡ä»¶ {0}" } \ No newline at end of file diff --git a/i18n/chs/extensions/npm/package.i18n.json b/i18n/chs/extensions/npm/package.i18n.json index 88413cd19a..2c40df23aa 100644 --- a/i18n/chs/extensions/npm/package.i18n.json +++ b/i18n/chs/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.npm.autoDetect": "ęŽ§åˆ¶č‡ŖåŠØę£€ęµ‹ npm č„šęœ¬ę˜Æå¦ę‰“å¼€ć€‚é»˜č®¤å¼€åÆć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "äøŗ npm č„šęœ¬ęä¾›ä»»åŠ”ę”ÆęŒēš„ę‰©å±•ć€‚", + "displayName": "é€‚ē”ØäŗŽ VSCode ēš„ npm ę”ÆęŒ", + "config.npm.autoDetect": "ęŽ§åˆ¶ę˜Æå¦č‡ŖåŠØę£€ęµ‹ npm č„šęœ¬ć€‚é»˜č®¤å¼€åÆ", "config.npm.runSilent": "使用 \"--silent\" é€‰é”¹čæč”Œ npm 命令。", "config.npm.packageManager": "ē”ØäŗŽčæč”Œč„šęœ¬ēš„ēØ‹åŗåŒ…ē®”ē†å™Øć€‚", - "npm.parseError": "Npm ä»»åŠ”ę£€ęµ‹: ę— ę³•åˆ†ęžę–‡ä»¶ {0}" + "config.npm.exclude": "é…ē½®åŗ”ä»Žč‡ŖåŠØč„šęœ¬ę£€ęµ‹äø­ęŽ’é™¤ēš„ę–‡ä»¶å¤¹ēš„ glob ęØ”å¼ć€‚", + "npm.parseError": "Npm ä»»åŠ”ę£€ęµ‹: ę— ę³•åˆ†ęžę–‡ä»¶ {0}", + "taskdef.script": "č¦č‡Ŗå®šä¹‰ēš„ npm č„šęœ¬ć€‚", + "taskdef.path": "包含 package.json ę–‡ä»¶ēš„ę–‡ä»¶å¤¹č·Æå¾„ļ¼Œå…¶äø­ package.json ę–‡ä»¶ęä¾›č„šęœ¬ć€‚åÆä»„ēœē•„ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/objective-c/package.i18n.json b/i18n/chs/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..c2e7eb8ea9 --- /dev/null +++ b/i18n/chs/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Objective-C čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Objective-C ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/chs/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..c0dc30e31b --- /dev/null +++ b/i18n/chs/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "默认 bower.json", + "json.bower.error.repoaccess": "对 Bower å­˜å‚Øåŗ“å‘å‡ŗēš„čÆ·ę±‚å¤±č“„: {0}", + "json.bower.latest.version": "꜀ꖰ" +} \ No newline at end of file diff --git a/i18n/chs/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/chs/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..f1f882ce70 --- /dev/null +++ b/i18n/chs/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "默认 package.json", + "json.npm.error.repoaccess": "对 NPM å­˜å‚Øåŗ“å‘å‡ŗēš„čÆ·ę±‚å¤±č“„: {0}", + "json.npm.latestversion": "å½“å‰ęœ€ę–°ē‰ˆęœ¬ēš„åŒ…", + "json.npm.majorversion": "äøŽęœ€ę–°äø»č¦ē‰ˆęœ¬(1.x.x)匹配", + "json.npm.minorversion": "äøŽęœ€ę–°ę¬”č¦ē‰ˆęœ¬(1.2.x)匹配", + "json.npm.version.hover": "ęœ€ę–°ē‰ˆęœ¬: {0}" +} \ No newline at end of file diff --git a/i18n/chs/extensions/package-json/package.i18n.json b/i18n/chs/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/chs/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/chs/extensions/perl/package.i18n.json b/i18n/chs/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..65408c7bdd --- /dev/null +++ b/i18n/chs/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Perl čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Perl ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/php/out/features/validationProvider.i18n.json b/i18n/chs/extensions/php/out/features/validationProvider.i18n.json index 96ca7ce5b8..128ac8a7dc 100644 --- a/i18n/chs/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/chs/extensions/php/out/features/validationProvider.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "ę˜Æå¦å…č®øę‰§č”Œ {0} (å®šä¹‰äøŗå·„ä½œåŒŗč®¾ē½®)ä»„čæ›č”Œ PHP ę–‡ä»¶ēš„ lint ę“ä½œ?", - "php.yes": "允许", + "php.yes": "Allow", "php.no": "äøå…č®ø", "wrongExecutable": "ę— ę³•éŖŒčÆļ¼Œå› äøŗ {0} äøę˜Æęœ‰ę•ˆēš„ PHP åÆę‰§č”Œę–‡ä»¶ć€‚čÆ·ä½æē”Øč®¾ē½® \"php.validate.executablePath\" é…ē½® PHP åÆę‰§č”Œę–‡ä»¶ć€‚", "noExecutable": "ę— ę³•éŖŒčÆļ¼Œå› äøŗęœŖč®¾ē½®ä»»ä½• PHP åÆę‰§č”Œę–‡ä»¶ć€‚čÆ·ä½æē”Øč®¾ē½® \"php.validate.executablePath\" é…ē½® PHP åÆę‰§č”Œę–‡ä»¶ć€‚", diff --git a/i18n/chs/extensions/php/package.i18n.json b/i18n/chs/extensions/php/package.i18n.json index 2d5bee8dc9..0da24d197d 100644 --- a/i18n/chs/extensions/php/package.i18n.json +++ b/i18n/chs/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "å¦‚ęžœå·²åÆē”Øå†…ē½® PHP čÆ­čØ€å»ŗč®®ļ¼Œåˆ™čæ›č”Œé…ē½®ć€‚ę­¤ę”ÆęŒå»ŗč®® PHP å…Øå±€å˜é‡å’Œå˜é‡ć€‚", "configuration.validate.enable": "启用/ē¦ē”Øå†…ē½®ēš„ PHP éŖŒčÆć€‚", "configuration.validate.executablePath": "ęŒ‡å‘ PHP åÆę‰§č”Œę–‡ä»¶ć€‚", "configuration.validate.run": "决定 linter ę˜ÆåœØäæå­˜ę—¶čæ˜ę˜Æč¾“å…„ę—¶čæč”Œć€‚", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "禁止 PHP éŖŒčÆēØ‹åŗ(å®šä¹‰äøŗå·„ä½œåŒŗč®¾ē½®)" + "command.untrustValidationExecutable": "禁止 PHP éŖŒčÆēØ‹åŗ(å®šä¹‰äøŗå·„ä½œåŒŗč®¾ē½®)", + "displayName": "PHP čÆ­čØ€åŠŸčƒ½", + "description": "äøŗ PHP ę–‡ä»¶ęä¾› IntelliSense态lint å’ŒčÆ­čØ€åŸŗē”€åŠŸčƒ½ć€‚" } \ No newline at end of file diff --git a/i18n/chs/extensions/powershell/package.i18n.json b/i18n/chs/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..9c0d1d16cb --- /dev/null +++ b/i18n/chs/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Powershell čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Powershell ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/pug/package.i18n.json b/i18n/chs/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..341e77c8fe --- /dev/null +++ b/i18n/chs/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Pug čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Pug ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/python/package.i18n.json b/i18n/chs/extensions/python/package.i18n.json new file mode 100644 index 0000000000..51ec058fff --- /dev/null +++ b/i18n/chs/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Python čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Python ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/r/package.i18n.json b/i18n/chs/extensions/r/package.i18n.json new file mode 100644 index 0000000000..17030a5393 --- /dev/null +++ b/i18n/chs/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "R čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 R ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/razor/package.i18n.json b/i18n/chs/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..56bc97b8f2 --- /dev/null +++ b/i18n/chs/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Razor čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Razor ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/ruby/package.i18n.json b/i18n/chs/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..11747d1686 --- /dev/null +++ b/i18n/chs/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ruby čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Ruby ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/rust/package.i18n.json b/i18n/chs/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..c1c111c8c6 --- /dev/null +++ b/i18n/chs/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rust čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Rust ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/scss/package.i18n.json b/i18n/chs/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..1926f2dcc2 --- /dev/null +++ b/i18n/chs/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SCSS čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 SCSS ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/shaderlab/package.i18n.json b/i18n/chs/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..43a3442bec --- /dev/null +++ b/i18n/chs/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shaderlab čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Shaderlab ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/shellscript/package.i18n.json b/i18n/chs/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..369a0052a2 --- /dev/null +++ b/i18n/chs/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shell č„šęœ¬čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Shell č„šęœ¬ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/sql/package.i18n.json b/i18n/chs/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..d04823e8f3 --- /dev/null +++ b/i18n/chs/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SQL čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 SQL ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/swift/package.i18n.json b/i18n/chs/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..b33dfec45d --- /dev/null +++ b/i18n/chs/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Swift čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Swift ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-abyss/package.i18n.json b/i18n/chs/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..fab731ba81 --- /dev/null +++ b/i18n/chs/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Abyss 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Abyss 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-defaults/package.i18n.json b/i18n/chs/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..ab338316bd --- /dev/null +++ b/i18n/chs/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "默认主题", + "description": "é»˜č®¤ęµ…č‰²å’Œę·±č‰²äø»é¢˜ (åŒ…ę‹¬ Visual Studio 和 + ē‰ˆ)" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-kimbie-dark/package.i18n.json b/i18n/chs/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..2b9a483a79 --- /dev/null +++ b/i18n/chs/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Kimbie Dark 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Kimbie dark 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/chs/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..c026a30a39 --- /dev/null +++ b/i18n/chs/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai Dimmed 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Monokai dimmed 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-monokai/package.i18n.json b/i18n/chs/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..63f2667a69 --- /dev/null +++ b/i18n/chs/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Monokai 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-quietlight/package.i18n.json b/i18n/chs/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..c394cf8fdb --- /dev/null +++ b/i18n/chs/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Quiet Light 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Quiet light 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-red/package.i18n.json b/i18n/chs/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..521b46425b --- /dev/null +++ b/i18n/chs/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Red 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Red 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-seti/package.i18n.json b/i18n/chs/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..e48c8e5813 --- /dev/null +++ b/i18n/chs/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Seti ę–‡ä»¶å›¾ę ‡äø»é¢˜", + "description": "ē”± Seti UI ę–‡ä»¶å›¾ę ‡ęž„ęˆēš„ę–‡ä»¶å›¾ę ‡äø»é¢˜" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-solarized-dark/package.i18n.json b/i18n/chs/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..bb84ad8b76 --- /dev/null +++ b/i18n/chs/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Dark 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Solarized dark 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-solarized-light/package.i18n.json b/i18n/chs/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..f0c6db779c --- /dev/null +++ b/i18n/chs/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Light 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Solarized light 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/chs/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..99fe8e1e39 --- /dev/null +++ b/i18n/chs/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tomorrow Night Blue 主题", + "description": "é€‚ē”ØäŗŽ Visual Studio Code ēš„ Tomorrow night blue 主题" +} \ No newline at end of file diff --git a/i18n/chs/extensions/typescript-basics/package.i18n.json b/i18n/chs/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..73076a2421 --- /dev/null +++ b/i18n/chs/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 TypeScript ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/commands.i18n.json b/i18n/chs/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..f22232b045 --- /dev/null +++ b/i18n/chs/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "请在 VS Code äø­ę‰“å¼€äø€äøŖę–‡ä»¶å¤¹ļ¼Œä»„ä½æē”Ø TypeScript ꈖ JavaScript 锹目", + "typescript.projectConfigUnsupportedFile": "ę— ę³•ē”®å®š TypeScript ꈖ JavaScript é”¹ē›®ć€‚äøå—ę”ÆęŒēš„ę–‡ä»¶ē±»åž‹", + "typescript.projectConfigCouldNotGetInfo": "ę— ę³•ē”®å®š TypeScript ꈖ JavaScript 锹目", + "typescript.noTypeScriptProjectConfig": "ę–‡ä»¶äøå±žäŗŽ TypeScript 锹目。点击[čæ™é‡Œ]({0})äŗ†č§£ę›“å¤šć€‚", + "typescript.noJavaScriptProjectConfig": "ę–‡ä»¶äøå±žäŗŽ JavaScript 锹目。点击[čæ™é‡Œ]({0})äŗ†č§£ę›“å¤šć€‚", + "typescript.configureTsconfigQuickPick": "é…ē½® tsconfig.json", + "typescript.configureJsconfigQuickPick": "é…ē½® jsconfig.json" +} \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/chs/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 2b32badbce..6a5385d958 100644 --- a/i18n/chs/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/chs/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/completionItemProvider.i18n.json index 2d01e9a747..5b2dcedad0 100644 --- a/i18n/chs/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/chs/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "é€‰ę‹©č¦åŗ”ē”Øēš„ä»£ē ę“ä½œ", "acquiringTypingsLabel": "ę­£åœØčŽ·å– typings...", "acquiringTypingsDetail": "čŽ·å– IntelliSense ēš„ typings å®šä¹‰ć€‚", diff --git a/i18n/chs/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index de76bf9b5f..f26f7f49ff 100644 --- a/i18n/chs/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/chs/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "在 JavaScript ę–‡ä»¶äø­åÆē”ØčÆ­ä¹‰ę£€ęŸ„ć€‚åæ…é”»åœØę–‡ä»¶é”¶éƒØć€‚", "ts-nocheck": "在 JavaScript ę–‡ä»¶äø­ē¦ē”ØčÆ­ä¹‰ę£€ęŸ„ć€‚åæ…é”»åœØę–‡ä»¶é”¶éƒØć€‚", "ts-ignore": "å–ę¶ˆę–‡ä»¶äø‹äø€č”Œēš„ @ts-check é”™čÆÆęē¤ŗć€‚" diff --git a/i18n/chs/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index 187f10875a..4975617490 100644 --- a/i18n/chs/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/chs/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 äøŖå®žēŽ°", "manyImplementationLabel": "{0} äøŖå®žēŽ°", "implementationsErrorLabel": "ę— ę³•ē”®å®šå®žēŽ°" diff --git a/i18n/chs/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index 1b77775699..79ae7d70af 100644 --- a/i18n/chs/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/chs/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "JSDoc ę³Øé‡Š" } \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..d6ff8a0e45 --- /dev/null +++ b/i18n/chs/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (äæ®å¤ę–‡ä»¶äø­ę‰€ęœ‰)" +} \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 6549c7f611..1b0468376c 100644 --- a/i18n/chs/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/chs/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 个引用", "manyReferenceLabel": "{0} 个引用", "referenceErrorLabel": "ę— ę³•ē”®å®šå¼•ē”Ø" diff --git a/i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json index d688f5f36e..7244331604 100644 --- a/i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "ęž„å»ŗ - {0}", "buildAndWatchTscLabel": "监视 - {0}" } \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/typescriptMain.i18n.json b/i18n/chs/extensions/typescript/out/typescriptMain.i18n.json index 36b3b2d5f6..dcb7ab3485 100644 --- a/i18n/chs/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/chs/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json index bc6724e917..c5ef611251 100644 --- a/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/chs/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "路径 {0} ęœŖęŒ‡å‘ęœ‰ę•ˆēš„ tsserver å®‰č£…ć€‚čÆ·å›žé€€åˆ°ę†ē»‘ēš„ TypeScript ē‰ˆęœ¬ć€‚", "serverCouldNotBeStarted": "ę— ę³•åÆåŠØ TypeScript čÆ­čØ€ęœåŠ”å™Øć€‚é”™čÆÆę¶ˆęÆäøŗ: {0}", "typescript.openTsServerLog.notSupported": "TS ęœåŠ”å™Øę—„åæ—č®°å½•éœ€č¦ TS 2.2.2+", diff --git a/i18n/chs/extensions/typescript/out/utils/api.i18n.json b/i18n/chs/extensions/typescript/out/utils/api.i18n.json index 39fa80741e..8b4f610cf3 100644 --- a/i18n/chs/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/chs/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "ę— ę•ˆē‰ˆęœ¬" } \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/utils/logger.i18n.json b/i18n/chs/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/chs/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/chs/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json index cd5d5f3a2f..d1dc1be8b1 100644 --- a/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "č‹„č¦åÆē”Øé”¹ē›®čŒƒå›“å†…ēš„ JavaScript/TypeScript čÆ­čØ€åŠŸčƒ½ļ¼ŒčÆ·ęŽ’é™¤åŒ…å«å¤šäøŖę–‡ä»¶ēš„ę–‡ä»¶å¤¹ļ¼Œä¾‹å¦‚: {0}", "hintExclude.generic": "č‹„č¦åÆē”Øé”¹ē›®čŒƒå›“å†…ēš„ JavaScript/TypeScript čÆ­čØ€åŠŸčƒ½ļ¼ŒčÆ·ęŽ’é™¤åŒ…å«äøéœ€č¦å¤„ē†ēš„ęŗę–‡ä»¶ēš„å¤§åž‹ę–‡ä»¶å¤¹ć€‚", "large.label": "é…ē½®ęŽ’é™¤", diff --git a/i18n/chs/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/chs/extensions/typescript/out/utils/typingsStatus.i18n.json index 276914045d..6fb2598e02 100644 --- a/i18n/chs/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/chs/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "ęå–ę•°ę®ä»„å®žēŽ°ę›“å„½ēš„ TypeScript IntelliSense", - "typesInstallerInitializationFailed.title": "无法为 JavaScript čÆ­čØ€åŠŸčƒ½å®‰č£… typings 文件。请甮认 NPM å·²ē»å®‰č£…ęˆ–č€…åœØä½ ēš„ē”Øęˆ·č®¾ē½®äø­é…ē½®ā€œtypescript.npmā€", - "typesInstallerInitializationFailed.moreInformation": "详细俔息", - "typesInstallerInitializationFailed.doNotCheckAgain": "äøč¦å†ę¬”ę£€ęŸ„", - "typesInstallerInitializationFailed.close": "关闭" + "typesInstallerInitializationFailed.title": "无法为 JavaScript čÆ­čØ€åŠŸčƒ½å®‰č£… typings 文件。请甮认 NPM å·²å®‰č£…ļ¼Œęˆ–åœØä½ ēš„ē”Øęˆ·č®¾ē½®äø­é…ē½® ā€œtypescript.npmā€ć€‚ē‚¹å‡»[čæ™é‡Œ]({0})äŗ†č§£ę›“å¤šć€‚", + "typesInstallerInitializationFailed.doNotCheckAgain": "äøå†ę˜¾ē¤ŗ" } \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json index 71a73427ea..96f42be821 100644 --- a/i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "使用 VS Code ēš„ē‰ˆęœ¬", "useWorkspaceVersionOption": "ä½æē”Øå·„ä½œåŒŗē‰ˆęœ¬", "learnMore": "了解详细俔息", diff --git a/i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json index c51e8bf230..edc17e8852 100644 --- a/i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "ę— ę³•čŽ·å–ę­¤ē›®å½• TypeScript ēš„ē‰ˆęœ¬", "noBundledServerFound": "VS Code ēš„ tsserver å·²č¢«å…¶ä»–åŗ”ē”ØēØ‹åŗ(ä¾‹å¦‚čæč”Œå¼‚åøøēš„ē—…ęÆ’ę£€ęµ‹å·„å…·)åˆ é™¤ć€‚čÆ·é‡ę–°å®‰č£… VS Code怂" } \ No newline at end of file diff --git a/i18n/chs/extensions/typescript/package.i18n.json b/i18n/chs/extensions/typescript/package.i18n.json index 0283416a00..fb0ff0278d 100644 --- a/i18n/chs/extensions/typescript/package.i18n.json +++ b/i18n/chs/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript 和 TypeScript ēš„čÆ­čØ€åŠŸčƒ½", + "description": "äøŗ JavaScript 和 TypeScript ęä¾›äø°åÆŒēš„čÆ­čØ€ę”ÆęŒć€‚", "typescript.reloadProjects.title": "é‡č½½é”¹ē›®", "javascript.reloadProjects.title": "é‡č½½é”¹ē›®", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "å½“č¾“å…„åÆ¼å…„č·Æå¾„ę—¶åÆē”Øęˆ–ē¦ē”Øåæ«é€Ÿå»ŗč®®ć€‚", "typescript.locale": "č®¾ē½®ęŠ„å‘Š TypeScript é”™čÆÆę—¶ä½æē”Øēš„åŒŗåŸŸč®¾ē½®ć€‚č¦ę±‚ TypeScript >= 2.6.0ć€‚é»˜č®¤ (\"null\") 将使用 VS Code ēš„åŒŗåŸŸč®¾ē½®ć€‚", "javascript.implicitProjectConfig.experimentalDecorators": "åÆ¹äøå±žäŗŽä»»ä½•å·„ēØ‹ēš„ JavaScript ę–‡ä»¶åÆē”Øęˆ–ē¦ē”Ø \"experimentalDecorators\" č®¾ē½®ć€‚ēŽ°ęœ‰ēš„ jsconfig.json ꈖ\n tsconfig.json ę–‡ä»¶ä¼šč¦†ē›–ę­¤č®¾ē½®ć€‚č¦ę±‚ TypeScript >=2.3.1怂", - "typescript.autoImportSuggestions.enabled": "åÆē”Øęˆ–ē¦ē”Øč‡ŖåŠØåÆ¼å…„å»ŗč®®ć€‚č¦ę±‚ TypeScript >= 2.6.1" + "typescript.autoImportSuggestions.enabled": "åÆē”Øęˆ–ē¦ē”Øč‡ŖåŠØåÆ¼å…„å»ŗč®®ć€‚č¦ę±‚ TypeScript >= 2.6.1", + "typescript.experimental.syntaxFolding": "åÆē”Øęˆ–ē¦ē”ØčÆ­ę³•ęŠ˜å ę ‡č®°ć€‚", + "taskDefinition.tsconfig.description": "定义 TS ē”Ÿęˆēš„ tsconfig ꖇ件怂" } \ No newline at end of file diff --git a/i18n/chs/extensions/vb/package.i18n.json b/i18n/chs/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..27ea9f446e --- /dev/null +++ b/i18n/chs/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Visual Basic čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 Visual Basic ę–‡ä»¶äø­ęä¾›ä»£ē ē‰‡ę®µć€čÆ­ę³•é«˜äŗ®ć€ę‹¬å·åŒ¹é…å’ŒęŠ˜å åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/xml/package.i18n.json b/i18n/chs/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..570045507f --- /dev/null +++ b/i18n/chs/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "XML čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 XML ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/extensions/yaml/package.i18n.json b/i18n/chs/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..dfde6fd08f --- /dev/null +++ b/i18n/chs/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "YAML čÆ­čØ€åŸŗē”€åŠŸčƒ½", + "description": "在 YAML ę–‡ä»¶äø­ęä¾›čÆ­ę³•é«˜äŗ®å’Œę‹¬å·åŒ¹é…åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/chs/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/chs/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/chs/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/chs/src/vs/base/browser/ui/aria/aria.i18n.json index b13b51ed16..3e60b8cbac 100644 --- a/i18n/chs/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/chs/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (å·²å†ę¬”å‘ē”Ÿ)" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/chs/src/vs/base/browser/ui/findinput/findInput.i18n.json index 786e9ad959..362be49895 100644 --- a/i18n/chs/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/chs/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "输兄" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/chs/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index fd928ca0c4..8a624889a2 100644 --- a/i18n/chs/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/chs/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "åŒŗåˆ†å¤§å°å†™", "wordsDescription": "å…Øå­—åŒ¹é…", "regexDescription": "ä½æē”Øę­£åˆ™č”Øč¾¾å¼" diff --git a/i18n/chs/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/chs/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 14ad4a2c63..c315e0a44b 100644 --- a/i18n/chs/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/chs/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "错误: {0}", "alertWarningMessage": "č­¦å‘Š: {0}", "alertInfoMessage": "俔息: {0}" diff --git a/i18n/chs/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/chs/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 883b4c5cbc..8c8de016ed 100644 --- a/i18n/chs/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/chs/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "å›¾åƒå¤Ŗå¤§ļ¼Œę— ę³•åœØē¼–č¾‘å™Øäø­ę˜¾ē¤ŗć€‚ ", "resourceOpenExternalButton": "ä½æē”Øå¤–éƒØēØ‹åŗę‰“å¼€å›¾ē‰‡ļ¼Ÿ", diff --git a/i18n/chs/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/chs/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/chs/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/chs/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index b98312c555..24855c6491 100644 --- a/i18n/chs/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/chs/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "ę›“å¤š" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/errorMessage.i18n.json b/i18n/chs/src/vs/base/common/errorMessage.i18n.json index d2672e3915..3d312ddc7b 100644 --- a/i18n/chs/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/chs/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "å‡ŗēŽ°ęœŖēŸ„é”™čÆÆć€‚ęœ‰å…³čÆ¦ē»†äæ”ęÆļ¼ŒčÆ·å‚é˜…ę—„åæ—ć€‚", "nodeExceptionMessage": "å‘ē”Ÿäŗ†ē³»ē»Ÿé”™čÆÆ ({0})", diff --git a/i18n/chs/src/vs/base/common/json.i18n.json b/i18n/chs/src/vs/base/common/json.i18n.json index a8dcb4d102..8bc88b9c5c 100644 --- a/i18n/chs/src/vs/base/common/json.i18n.json +++ b/i18n/chs/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/chs/src/vs/base/common/jsonErrorMessages.i18n.json index 0400ef47d7..4a53eef489 100644 --- a/i18n/chs/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/chs/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,10 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "error.invalidSymbol": "ē¬¦å·ę— ę•ˆ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "error.invalidSymbol": "ę— ę•ˆē¬¦å·", "error.invalidNumberFormat": "ę•°å­—ę ¼å¼ę— ę•ˆ", "error.propertyNameExpected": "éœ€č¦å±žę€§å", "error.valueExpected": "éœ€č¦å€¼", diff --git a/i18n/chs/src/vs/base/common/keybindingLabels.i18n.json b/i18n/chs/src/vs/base/common/keybindingLabels.i18n.json index 0e97d8b37c..aef4dc58a7 100644 --- a/i18n/chs/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/chs/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "Shift", "altKey": "Alt", diff --git a/i18n/chs/src/vs/base/common/processes.i18n.json b/i18n/chs/src/vs/base/common/processes.i18n.json index 1b288ec0ae..acca3deb23 100644 --- a/i18n/chs/src/vs/base/common/processes.i18n.json +++ b/i18n/chs/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/base/common/severity.i18n.json b/i18n/chs/src/vs/base/common/severity.i18n.json index 17352dde07..d1b77ce06c 100644 --- a/i18n/chs/src/vs/base/common/severity.i18n.json +++ b/i18n/chs/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "错误", "sev.warning": "č­¦å‘Š", "sev.info": "俔息" diff --git a/i18n/chs/src/vs/base/node/processes.i18n.json b/i18n/chs/src/vs/base/node/processes.i18n.json index 4b0e298beb..84aee0ac58 100644 --- a/i18n/chs/src/vs/base/node/processes.i18n.json +++ b/i18n/chs/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "无法对 UNC é©±åŠØå™Øę‰§č”Œ shell 命令。" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/node/ps.i18n.json b/i18n/chs/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..029e37358d --- /dev/null +++ b/i18n/chs/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "ę­£åœØę”¶é›† CPU äøŽå†…å­˜äæ”ęÆć€‚čæ™åÆčƒ½éœ€č¦å‡ ē§’é’Ÿēš„ę—¶é—“ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/base/node/zip.i18n.json b/i18n/chs/src/vs/base/node/zip.i18n.json index 35b34e37e2..ff17c00bc1 100644 --- a/i18n/chs/src/vs/base/node/zip.i18n.json +++ b/i18n/chs/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "在 Zip äø­ę‰¾äøåˆ° {0}怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 8af4eb0381..d6b92abda2 100644 --- a/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}ļ¼Œé€‰å–å™Ø", "quickOpenAriaLabel": "é€‰å–å™Ø" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 2edf9194e2..125c46d89e 100644 --- a/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/chs/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "åæ«é€Ÿé€‰å–å™Øć€‚é”®å…„ä»„ē¼©å°ē»“ęžœčŒƒå›“ć€‚", "treeAriaLabel": "åæ«é€Ÿé€‰å–å™Ø" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/chs/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 013f0ad8e2..1e7bbf0486 100644 --- a/i18n/chs/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/chs/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "ęŠ˜å " } \ No newline at end of file diff --git a/i18n/chs/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/chs/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..d513f542e3 --- /dev/null +++ b/i18n/chs/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "在 GitHub äø­é¢„č§ˆ", + "loadingData": "ę­£åœØåŠ č½½ę•°ę®...", + "similarIssues": "ē±»ä¼¼ēš„é—®é¢˜", + "open": "开放", + "closed": "已关闭", + "noResults": "ęœŖę‰¾åˆ°ē»“ęžœ", + "settingsSearchIssue": "č®¾ē½®ęœē“¢ēš„é—®é¢˜", + "bugReporter": "é—®é¢˜ęŠ„å‘Š", + "performanceIssue": "ę€§čƒ½é—®é¢˜", + "featureRequest": "åŠŸčƒ½čÆ·ę±‚", + "stepsToReproduce": "é‡ēŽ°ę­„éŖ¤", + "bugDescription": "čÆ·åˆ†äŗ«čƒ½ēØ³å®šé‡ēŽ°ę­¤é—®é¢˜ēš„åæ…č¦ę­„éŖ¤ļ¼Œå¹¶åŒ…å«å®žé™…å’Œé¢„ęœŸēš„ē»“ęžœć€‚ęˆ‘ä»¬ę”ÆęŒ GitHub ē‰ˆēš„ Markdownć€‚ę‚Øå°†čƒ½åœØ GitHub äøŠé¢„č§ˆę—¶ē¼–č¾‘čæ™äøŖé—®é¢˜å¹¶ę·»åŠ ęˆŖå›¾ć€‚", + "performanceIssueDesciption": "čæ™äøŖę€§čƒ½é—®é¢˜ę˜ÆåœØä»€ä¹ˆę—¶å€™å‘ē”Ÿēš„? ę˜ÆåœØåÆåŠØę—¶ļ¼Œčæ˜ę˜ÆåœØäø€ē³»åˆ—ē‰¹å®šēš„ę“ä½œä¹‹åŽ? ęˆ‘ä»¬ę”ÆęŒ GitHub ē‰ˆēš„ Markdownć€‚ę‚Øå°†čƒ½åœØ GitHub äøŠé¢„č§ˆę—¶ē¼–č¾‘čæ™äøŖé—®é¢˜å¹¶ę·»åŠ ęˆŖå›¾ć€‚", + "description": "ęčæ°", + "featureRequestDescription": "čÆ·ęčæ°ę‚ØåøŒęœ›čƒ½å¤Ÿä½æē”Øēš„åŠŸčƒ½ć€‚ęˆ‘ä»¬ę”ÆęŒ GitHub ē‰ˆēš„ Markdownć€‚ę‚Øå°†čƒ½åœØ GitHub äøŠé¢„č§ˆę—¶ē¼–č¾‘é—®é¢˜å¹¶ę·»åŠ ęˆŖå›¾ć€‚", + "expectedResults": "é¢„ęœŸē»“ęžœ", + "settingsSearchResultsDescription": "čÆ·åˆ—å‡ŗę‚ØåœØęœē“¢ę­¤é”¹ę—¶åøŒęœ›ēœ‹åˆ°ēš„ē»“ęžœć€‚ęˆ‘ä»¬ę”ÆęŒ GitHub ē‰ˆēš„ Markdownć€‚ę‚Øå°†čƒ½åœØ GitHub äøŠé¢„č§ˆę—¶ē¼–č¾‘é—®é¢˜å¹¶ę·»åŠ ęˆŖå›¾ć€‚", + "pasteData": "ę‰€éœ€ēš„ę•°ę®å¤Ŗå¤§ļ¼Œę— ę³•ē›“ęŽ„å‘é€ć€‚ęˆ‘ä»¬å·²ē»å°†å…¶å†™å…„å‰Ŗč““ęæļ¼ŒčÆ·ē²˜č““ć€‚", + "disabledExtensions": "扩展已禁用" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/chs/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..451c26222c --- /dev/null +++ b/i18n/chs/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "čÆ·ä½æē”Øč‹±ę–‡å”«å†™č”Øå•ć€‚", + "issueTypeLabel": "čæ™ę˜Æäø€äøŖ", + "issueTitleLabel": "ę ‡é¢˜", + "issueTitleRequired": "čÆ·č¾“å…„ę ‡é¢˜ć€‚", + "titleLengthValidation": "ę ‡é¢˜å¤Ŗé•æć€‚", + "systemInfo": "ęˆ‘ēš„ē³»ē»Ÿäæ”ęÆ", + "sendData": "å‘é€ęˆ‘ēš„ę•°ę®", + "processes": "å½“å‰čæč”Œēš„čæ›ēØ‹", + "workspaceStats": "ęˆ‘ēš„å·„ä½œåŒŗę•°ę®", + "extensions": "ęˆ‘ēš„ę‰©å±•", + "searchedExtensions": "å·²ęœē“¢ēš„ę‰©å±•", + "settingsSearchDetails": "č®¾ē½®ęœē“¢ēš„čÆ¦ē»†äæ”ęÆ", + "tryDisablingExtensions": "čƒ½å¦åœØē¦ē”Øę‰©å±•åŽé‡ēŽ°ę­¤é—®é¢˜?", + "yes": "是", + "no": "否", + "disableExtensionsLabelText": "å°čÆ•åœØ{0}ä¹‹åŽé‡ēŽ°é—®é¢˜ć€‚", + "disableExtensions": "ē¦ē”Øę‰€ęœ‰ę‰©å±•å¹¶é‡ę–°åŠ č½½ēŖ—å£", + "showRunningExtensionsLabelText": "å¦‚ęžœę‚Øę€€ē–‘čæ™ę˜Æę‰©å±•ēš„é—®é¢˜ļ¼ŒčÆ·{0}å¹¶čæ›č”ŒęŠ„å‘Šć€‚", + "showRunningExtensions": "ęŸ„ēœ‹ę‰€ęœ‰čæč”Œäø­ēš„ę‰©å±•", + "details": "请输兄详细俔息。", + "loadingData": "ę­£åœØåŠ č½½ę•°ę®..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/code/electron-main/auth.i18n.json b/i18n/chs/src/vs/code/electron-main/auth.i18n.json index cdb61e326a..3c2e7d7aee 100644 --- a/i18n/chs/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/chs/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "éœ€č¦éŖŒčÆä»£ē†", "proxyauth": "{0} ä»£ē†éœ€č¦éŖŒčÆć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/code/electron-main/logUploader.i18n.json b/i18n/chs/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..1524373858 --- /dev/null +++ b/i18n/chs/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "ę—„åæ—äøŠä¼ ē«Æē‚¹ę— ę•ˆ", + "beginUploading": "正在上传...", + "didUploadLogs": "上传成功! 旄志文件 ID: {0}", + "logUploadPromptHeader": "å³å°†äøŠä¼ ę‚Øēš„ä¼ščÆę—„åæ—åˆ°å®‰å…Øēš„ Microsoft ē«Æē‚¹ļ¼Œå…¶ä»…čƒ½č¢« Microsoft ēš„ VS Code å›¢é˜Ÿęˆå‘˜č®æé—®ć€‚", + "logUploadPromptBody": "ä¼ščÆę—„åæ—åÆčƒ½åŒ…å«äøŖäŗŗäæ”ęÆļ¼Œå¦‚å®Œę•“č·Æå¾„ęˆ–č€…ę–‡ä»¶å†…å®¹ć€‚čÆ·ę£€ęŸ„å¹¶ē¼–č¾‘ę‚Øēš„ä¼ščÆę—„åæ—ę–‡ä»¶: ā€œ{0}ā€", + "logUploadPromptBodyDetails": "å¦‚ęžœē»§ē»­ļ¼Œč”Øē¤ŗę‚Øē”®č®¤ę‚Øå·²ē»ę£€ęŸ„äøŽē¼–č¾‘äŗ†ä¼ščÆę—„åæ—ę–‡ä»¶å¹¶åŒę„ Microsoft ä½æē”Øčæ™äŗ›ę–‡ä»¶ę„č°ƒčÆ• VS Code怂", + "logUploadPromptAcceptInstructions": "äøŗē»§ē»­äøŠä¼ ļ¼ŒčÆ·ä½æē”Ø \"--upload-logs={0}\" 运蔌 code", + "postError": "äøŠä¼ ę—„åæ—ę—¶å‡ŗé”™: {0}", + "responseError": "äøŠä¼ ę—„åæ—ę—¶å‡ŗé”™ć€‚ę”¶åˆ° {0} — {1}", + "parseError": "åˆ†ęžå“åŗ”ę—¶å‡ŗé”™", + "zipError": "åŽ‹ē¼©ę—„åæ—ę—¶å‡ŗé”™: {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/code/electron-main/main.i18n.json b/i18n/chs/src/vs/code/electron-main/main.i18n.json index 9649647c78..8b16db33ee 100644 --- a/i18n/chs/src/vs/code/electron-main/main.i18n.json +++ b/i18n/chs/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "{0} ēš„å¦äø€å®žä¾‹ę­£åœØčæč”Œä½†ę²”ęœ‰å“åŗ”", "secondInstanceNoResponseDetail": "čÆ·å…ˆå…³é—­å…¶ä»–ę‰€ęœ‰å®žä¾‹ļ¼Œē„¶åŽé‡čÆ•ć€‚", "secondInstanceAdmin": "{0} ēš„ē¬¬äŗŒäøŖå®žä¾‹å·²ē»ä»„ē®”ē†å‘˜čŗ«ä»½čæč”Œć€‚", diff --git a/i18n/chs/src/vs/code/electron-main/menus.i18n.json b/i18n/chs/src/vs/code/electron-main/menus.i18n.json index 5b6467ead3..c2adb73a0b 100644 --- a/i18n/chs/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/chs/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "ꖇ件(&&F)", "mEdit": "编辑(&&E)", "mSelection": "选ꋩ(&&S)", @@ -88,8 +90,10 @@ "miMarker": "问题(&&P)", "miAdditionalViews": "其他视图(&&V)", "miCommandPalette": "å‘½ä»¤é¢ęæ(&&C)...", + "miOpenView": "打开视图(&&O)...", "miToggleFullScreen": "åˆ‡ę¢å…Øå±(&&F)", "miToggleZenMode": "åˆ‡ę¢ Zen ęØ”å¼", + "miToggleCenteredLayout": "åˆ‡ę¢å±…äø­åøƒå±€", "miToggleMenuBar": "åˆ‡ę¢čœå•ę (&&B)", "miSplitEditor": "ę‹†åˆ†ē¼–č¾‘å™Ø(&&E)", "miToggleEditorLayout": "åˆ‡ę¢ē¼–č¾‘å™Øē»„åøƒå±€(&&L)", @@ -178,13 +182,11 @@ "miConfigureTask": "é…ē½®ä»»åŠ”(&&C)...", "miConfigureBuildTask": "é…ē½®é»˜č®¤ē”Ÿęˆä»»åŠ”(&&F)...", "accessibilityOptionsWindowTitle": "č¾…åŠ©åŠŸčƒ½é€‰é”¹", - "miRestartToUpdate": "é‡åÆä»„ę›“ę–°...", + "miCheckForUpdates": "ę£€ęŸ„ę›“ę–°...", "miCheckingForUpdates": "ę­£åœØę£€ęŸ„ę›“ę–°...", "miDownloadUpdate": "äø‹č½½åÆē”Øę›“ę–°", "miDownloadingUpdate": "ę­£åœØäø‹č½½ę›“ę–°...", + "miInstallUpdate": "安装曓新...", "miInstallingUpdate": "ę­£åœØå®‰č£…ę›“ę–°...", - "miCheckForUpdates": "ę£€ęŸ„ę›“ę–°...", - "aboutDetail": "ē‰ˆęœ¬ {0}\nęäŗ¤ {1}\nę—„ęœŸ {2}\nShell {3}\nęø²ęŸ“å™Ø {4}\nNode {5}\nęž¶ęž„ {6}", - "okButton": "甮定", - "copy": "复制(&&C)" + "miRestartToUpdate": "é‡åÆä»„ę›“ę–°..." } \ No newline at end of file diff --git a/i18n/chs/src/vs/code/electron-main/window.i18n.json b/i18n/chs/src/vs/code/electron-main/window.i18n.json index e883f0a474..5ca3c0fcc2 100644 --- a/i18n/chs/src/vs/code/electron-main/window.i18n.json +++ b/i18n/chs/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "ä½ ä»åÆä»„é€ščæ‡ęŒ‰ **Alt** é”®č®æé—®čœå•ę ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "ä½ ä»åÆä»„é€ščæ‡ Alt é”®č®æé—®čœå•ę ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/code/electron-main/windows.i18n.json b/i18n/chs/src/vs/code/electron-main/windows.i18n.json index a6bf5daf19..03a9fa5843 100644 --- a/i18n/chs/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/chs/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "甮定", "pathNotExistTitle": "č·Æå¾„äøå­˜åœØ", "pathNotExistDetail": "ē£ē›˜äøŠä¼¼ä¹Žäøå†å­˜åœØč·Æå¾„ā€œ{0}ā€ć€‚", diff --git a/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json b/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json index 0b63356dd4..fd44254469 100644 --- a/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "ę‰¾äøåˆ°ę‰©å±•ā€œ{0}ā€ć€‚", "notInstalled": "ęœŖå®‰č£…ę‰©å±•ā€œ{0}ā€ć€‚", "useId": "ē”®äæä½æē”Øå®Œę•“ę‰©å±• IDļ¼ŒåŒ…ę‹¬å‘åøƒęœåŠ”å™Øļ¼Œå¦‚: {0}", diff --git a/i18n/chs/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/chs/src/vs/editor/browser/services/bulkEdit.i18n.json index 2b957467d1..3f8700a7b7 100644 --- a/i18n/chs/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/chs/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "čæ™äŗ›ę–‡ä»¶ä¹Ÿå·²åŒę—¶ę›“ę”¹: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "ęœŖåšē¼–č¾‘", "summary.nm": "在 {1} äøŖę–‡ä»¶äø­čæ›č”Œäŗ† {0} 欔编辑", - "summary.n0": "在 1 äøŖę–‡ä»¶äø­čæ›č”Œäŗ† {0} 欔编辑" + "summary.n0": "在 1 äøŖę–‡ä»¶äø­čæ›č”Œäŗ† {0} 欔编辑", + "conflict": "čæ™äŗ›ę–‡ä»¶ä¹Ÿå·²åŒę—¶ę›“ę”¹: {0}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/chs/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index 7f059fdd8f..1c1024af31 100644 --- a/i18n/chs/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/chs/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "ę–‡ä»¶čæ‡å¤§ļ¼Œę— ę³•ęÆ”č¾ƒć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/chs/src/vs/editor/browser/widget/diffReview.i18n.json index 8d14fad805..a9f2e86537 100644 --- a/i18n/chs/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/chs/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "关闭", "header": "第 {0} 个差异(共 {1} äøŖ): ęœŖäæ®ę”¹ {2}, {3} č”Œļ¼Œå·²äæ®ę”¹ {4}, {5} 蔌", "blankLine": "空白", diff --git a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json index 9c145d8c4d..ccdb1d1496 100644 --- a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "编辑器", "fontFamily": "ęŽ§åˆ¶å­—ä½“ē³»åˆ—ć€‚", "fontWeight": "ęŽ§åˆ¶å­—ä½“ē²—ē»†ć€‚", @@ -14,7 +16,7 @@ "lineNumbers.on": "å°†č”Œå·ę˜¾ē¤ŗäøŗē»åÆ¹č”Œę•°ć€‚", "lineNumbers.relative": "å°†č”Œå·ę˜¾ē¤ŗäøŗäøŽå…‰ę ‡ē›øéš”ēš„č”Œę•°ć€‚", "lineNumbers.interval": "ęÆ 10 č”Œę˜¾ē¤ŗäø€ę¬”č”Œå·ć€‚", - "lineNumbers": "ęŽ§åˆ¶č”Œå·ēš„ę˜¾ē¤ŗć€‚åÆé€‰å€¼äøŗ \"on\"态\"off\" 和 \"relative\"怂", + "lineNumbers": "ęŽ§åˆ¶č”Œå·ēš„ę˜¾ē¤ŗć€‚åÆé€‰å€¼äøŗ \"on\"态\"off\"态\"relative\" 和 \"interval\"怂", "rulers": "åœØäø€å®šę•°é‡ēš„ē­‰å®½å­—ē¬¦åŽę˜¾ē¤ŗåž‚ē›“ę ‡å°ŗć€‚č¾“å…„å¤šäøŖå€¼ļ¼Œę˜¾ē¤ŗå¤šäøŖę ‡å°ŗć€‚č‹„ę•°ē»„äøŗē©ŗļ¼Œåˆ™äøē»˜åˆ¶ę ‡å°ŗć€‚", "wordSeparators": "ę‰§č”Œę–‡å­—ē›øå…³ēš„åÆ¼čˆŖęˆ–ę“ä½œę—¶å°†ē”Øä½œę–‡å­—åˆ†éš”ē¬¦ēš„å­—ē¬¦", "tabSize": "äø€äøŖåˆ¶č”Øē¬¦ē­‰äŗŽēš„ē©ŗę ¼ę•°ć€‚čÆ„č®¾ē½®åœØ \"editor.detectIndentation\" åÆē”Øę—¶ę ¹ę®ę–‡ä»¶å†…å®¹åÆčƒ½ä¼šč¢«č¦†ē›–ć€‚", @@ -26,23 +28,24 @@ "scrollBeyondLastLine": "ęŽ§åˆ¶ē¼–č¾‘å™Øę˜Æå¦åÆä»„ę»šåŠØåˆ°ęœ€åŽäø€č”Œä¹‹åŽ", "smoothScrolling": "ęŽ§åˆ¶ē¼–č¾‘å™Øę˜Æå¦åœØę»šåŠØę—¶ä½æē”ØåŠØē”»", "minimap.enabled": "ęŽ§åˆ¶ę˜Æå¦ę˜¾ē¤ŗ minimap", + "minimap.side": "ęŽ§åˆ¶åœØå“Ŗäø€ä¾§ę˜¾ē¤ŗå°åœ°å›¾ć€‚åÆé€‰å€¼äøŗ \"right\" (右) 和 \"left\" (å·¦)", "minimap.showSlider": "ęŽ§åˆ¶ę˜Æå¦č‡ŖåŠØéšč—å°åœ°å›¾ę»‘å—ć€‚åÆé€‰å€¼äøŗ \"always\" 和 \"mouseover\"", "minimap.renderCharacters": "å‘ˆēŽ°ęŸč”ŒäøŠēš„å®žé™…å­—ē¬¦(äøŽé¢œč‰²å—ē›øå)", "minimap.maxColumn": "é™åˆ¶ęœ€å°ę˜ å°„ēš„å®½åŗ¦ļ¼Œå°½é‡å¤šåœ°å‘ˆēŽ°ē‰¹å®šę•°é‡ēš„åˆ—", "find.seedSearchStringFromSelection": "ęŽ§åˆ¶ę˜Æå¦å°†ē¼–č¾‘å™Øēš„é€‰äø­å†…å®¹ä½œäøŗęœē“¢čÆå”«å…„åˆ°ęŸ„ę‰¾ē»„ä»¶", "find.autoFindInSelection": "ęŽ§åˆ¶å½“ē¼–č¾‘å™Øäø­é€‰äø­å¤šäøŖå­—ē¬¦ęˆ–å¤šč”Œę–‡å­—ę—¶ę˜Æå¦å¼€åÆā€œåœØé€‰å®šå†…å®¹äø­ęŸ„ę‰¾ā€é€‰é”¹ ", - "find.globalFindClipboard": "ęŽ§åˆ¶ęŸ„ę‰¾å°ē»„ä»¶ę˜Æå¦åŗ”åœØ macOS äøŠčÆ»å–ęˆ–äæ®ę”¹åœØåŗ”ē”Øé—“å…±äŗ«ēš„ęŸ„ę‰¾å‰Ŗč““ęæ", + "find.globalFindClipboard": "ęŽ§åˆ¶ā€œęŸ„ę‰¾ā€å°ē»„ä»¶ę˜Æå¦čÆ»å–ęˆ–äæ®ę”¹ macOS ēš„å…±äŗ«ęŸ„ę‰¾å‰Ŗč““ęæ", "wordWrap.off": "ę°øäøę¢č”Œć€‚", "wordWrap.on": "å°†åœØč§†åŒŗå®½åŗ¦å¤„ę¢č”Œć€‚", "wordWrap.wordWrapColumn": "å°†åœØ \"editor.wordWrapColumn\" å¤„ę¢č”Œć€‚", "wordWrap.bounded": "å°†åœØęœ€å°č§†åŒŗå’Œ \"editor.wordWrapColumn\" å¤„ę¢č”Œć€‚", - "wordWrap": "ęŽ§åˆ¶ęŠ˜č”Œę–¹å¼ć€‚åÆä»„é€‰ę‹©ļ¼š - ā€œoffā€ ļ¼ˆē¦ē”ØęŠ˜č”Œļ¼‰ļ¼Œ - ā€œonā€ ļ¼ˆč§†åŒŗęŠ˜č”Œļ¼‰ļ¼Œ - ā€œwordWrapColumnā€ļ¼ˆåœØā€œeditor.wordWrapColumnā€å¤„ęŠ˜č”Œļ¼‰ęˆ– - ā€œboundedā€ļ¼ˆåœØč§†åŒŗäøŽā€œeditor.wordWrapColumnā€äø¤č€…ēš„č¾ƒå°č€…å¤„ęŠ˜č”Œļ¼‰ć€‚", + "wordWrap": "ęŽ§åˆ¶ęŠ˜č”Œę–¹å¼ć€‚åÆä»„é€‰ę‹©:\n - \"off\" (ē¦ē”ØęŠ˜č”Œ),\n - \"on\" (ę ¹ę®č§†åŒŗå®½åŗ¦ęŠ˜č”Œ),\n - \"wordWrapColumn\" (在 \"editor.wordWrapColumn\" å¤„ę¢č”Œ)\n - \"bounded\" (åœØč§†åŒŗå®½åŗ¦å’Œ \"editor.wordWrapColumn\" äø¤č€…ēš„č¾ƒå°č€…å¤„ę¢č”Œ)怂", "wordWrapColumn": "在 \"editor.wordWrap\" äøŗ \"wordWrapColumn\" ꈖ \"bounded\" ę—¶ęŽ§åˆ¶ē¼–č¾‘å™Øåˆ—ēš„ę¢č”Œć€‚", "wrappingIndent": "ęŽ§åˆ¶ęŠ˜č”Œēš„ē¼©čæ›ć€‚åÆä»„ę˜Æā€œnoneā€ć€ā€œsameā€ęˆ–ā€œindentā€ć€‚", "mouseWheelScrollSensitivity": "č¦åÆ¹é¼ ę ‡ę»šč½®ę»šåŠØäŗ‹ä»¶ēš„ \"deltaX\" 和 \"deltaY\" ä½æē”Øēš„ä¹˜ę•° ", - "multiCursorModifier.ctrlCmd": "ę˜ å°„åˆ°ā€œControlā€ļ¼ˆWindows 和 Linuxļ¼‰ęˆ–ā€œCommandā€ļ¼ˆOSX)。", - "multiCursorModifier.alt": "ę˜ å°„åˆ°ā€œAltā€ļ¼ˆWindows 和 Linuxļ¼‰ęˆ–ā€œOptionā€ļ¼ˆOSX)。", - "multiCursorModifier": "ē”Øé¼ ę ‡ę·»åŠ å¤šäøŖå…‰ę ‡ę—¶ä½æē”Øēš„äæ®ę”¹é”®ć€‚\"ctrlCmd\" ä¼šę˜ å°„äøŗ \"Ctrl\" (Windows 和 Linux) ꈖ \"Command\" (OSX)ć€‚ā€œč½¬åˆ°å®šä¹‰ā€å’Œā€œę‰“å¼€é“¾ęŽ„ā€åŠŸčƒ½ę‰€éœ€ēš„åŠØä½œå°†ä¼šē›øåŗ”č°ƒę•“ļ¼ŒäøäøŽå¤šå…‰ę ‡äæ®ę”¹é”®å†²ēŖć€‚", + "multiCursorModifier.ctrlCmd": "ę˜ å°„äøŗ \"Ctrl\" (Windows 和 Linux) ꈖ \"Command\" (macOS)", + "multiCursorModifier.alt": "ę˜ å°„äøŗ \"Alt\" (Windows 和 Linux) ꈖ \"Option\" (macOS)", + "multiCursorModifier": "åœØé€ščæ‡é¼ ę ‡ę·»åŠ å¤šäøŖå…‰ę ‡ę—¶ä½æē”Øēš„äæ®ę”¹é”®ć€‚\"ctrlCmd\" ä¼šę˜ å°„äøŗ \"Ctrl\" (Windows 和 Linux) ꈖ \"Command\" (macOS)ć€‚ā€œč½¬åˆ°å®šä¹‰ā€å’Œā€œę‰“å¼€é“¾ęŽ„ā€åŠŸčƒ½ę‰€éœ€ēš„é¼ ę ‡åŠØä½œå°†ä¼šē›øåŗ”č°ƒę•“ļ¼ŒäøäøŽå¤šå…‰ę ‡äæ®ę”¹é”®å†²ēŖć€‚", "quickSuggestions.strings": "åœØå­—ē¬¦äø²å†…åÆē”Øåæ«é€Ÿå»ŗč®®ć€‚", "quickSuggestions.comments": "åœØę³Øé‡Šå†…åÆē”Øåæ«é€Ÿå»ŗč®®ć€‚", "quickSuggestions.other": "åœØå­—ē¬¦äø²å’Œę³Øé‡Šå¤–åÆē”Øåæ«é€Ÿå»ŗč®®ć€‚", @@ -63,6 +66,10 @@ "snippetSuggestions": "ęŽ§åˆ¶ę˜Æå¦å°†ä»£ē ę®µäøŽå…¶ä»–å»ŗč®®äø€čµ·ę˜¾ē¤ŗä»„åŠå®ƒä»¬ēš„ęŽ’åŗę–¹å¼ć€‚", "emptySelectionClipboard": "ęŽ§åˆ¶ę²”ęœ‰é€‰ę‹©å†…å®¹ēš„å¤åˆ¶ę˜Æå¦å¤åˆ¶å½“å‰č”Œć€‚", "wordBasedSuggestions": "ęŽ§åˆ¶ę˜Æå¦ę ¹ę®ę–‡ę”£äø­ēš„ę–‡å­—č®”ē®—č‡ŖåŠØå®Œęˆåˆ—č”Øć€‚", + "suggestSelection.first": "å§‹ē»ˆé€‰ę‹©ē¬¬äø€äøŖå»ŗč®®ć€‚", + "suggestSelection.recentlyUsed": "é€‰ę‹©ęœ€čæ‘ēš„å»ŗč®®ļ¼Œé™¤éžčæ›äø€ę­„é”®å…„é€‰ę‹©å…¶ä»–ć€‚ä¾‹å¦‚ \"console. -> console.log\"ļ¼Œå› äøŗęœ€čæ‘č”„å…Øčæ‡ 'log' 怂", + "suggestSelection.recentlyUsedByPrefix": "ę ¹ę®ä¹‹å‰č”„å…Øčæ‡å»ŗč®®ēš„å‰ē¼€é€‰ę‹©å»ŗč®®ć€‚ä¾‹å¦‚ļ¼Œ\"co -> console\"态\"con -> const\"怂", + "suggestSelection": "ęŽ§åˆ¶åœØå»ŗč®®åˆ—č”Øäø­å¦‚ä½•é¢„å…ˆé€‰ę‹©å»ŗč®®ć€‚", "suggestFontSize": "å»ŗč®®å°ē»„ä»¶ēš„å­—å·", "suggestLineHeight": "å»ŗč®®å°ē»„ä»¶ēš„č”Œé«˜", "selectionHighlight": "ęŽ§åˆ¶ē¼–č¾‘å™Øę˜Æå¦åŗ”ēŖå‡ŗę˜¾ē¤ŗé€‰é”¹ēš„čæ‘ä¼¼åŒ¹é…", @@ -72,9 +79,10 @@ "cursorBlinking": "ęŽ§åˆ¶å…‰ę ‡åŠØē”»ę ·å¼ļ¼ŒåÆčƒ½ēš„å€¼äøŗ \"blink\"态\"smooth\"态\"phase\"态\"expand\" 和 \"solid\"", "mouseWheelZoom": "é€ščæ‡ä½æē”Øé¼ ę ‡ę»šč½®åŒę—¶ęŒ‰ä½ Ctrl åÆē¼©ę”¾ē¼–č¾‘å™Øēš„å­—ä½“", "cursorStyle": "ęŽ§åˆ¶å…‰ę ‡ę ·å¼ļ¼ŒęŽ„å—ēš„å€¼äøŗ \"block\"态\"block-outline\"态\"line\"态\"line-thin\" 态\"underline\" 和 \"underline-thin\"", + "cursorWidth": "当 editor.cursorStyle 设置为 \"line\" ę—¶ęŽ§åˆ¶å…‰ę ‡ēš„å®½åŗ¦ć€‚", "fontLigatures": "åÆē”Øå­—ä½“čæžå­—", "hideCursorInOverviewRuler": "ęŽ§åˆ¶å…‰ę ‡ę˜Æå¦åŗ”éšč—åœØę¦‚čæ°ę ‡å°ŗäø­ć€‚", - "renderWhitespace": "ęŽ§åˆ¶ē¼–č¾‘å™Øäø­å‘ˆēŽ°ē©ŗē™½å­—ē¬¦ēš„ę–¹å¼ļ¼ŒåÆčƒ½äøŗā€œę— ā€ć€ā€œč¾¹ē•Œā€å’Œā€œå…ØéƒØā€ć€‚ā€œč¾¹ē•Œā€é€‰é”¹äøä¼šåœØå•čÆä¹‹é—“å‘ˆēŽ°å•ē©ŗę ¼ć€‚", + "renderWhitespace": "ęŽ§åˆ¶ē¼–č¾‘å™ØåœØē©ŗē™½å­—ē¬¦äøŠę˜¾ē¤ŗē‰¹ę®Šē¬¦å·ēš„ę–¹å¼ć€‚åÆé€‰å€¼äøŗ \"none\"(ꗠ)态\"boundary\"(č¾¹ē•Œ) ꈖ \"all\"(ꉀ꜉)怂选ꋩ \"boundary\" é€‰é”¹ļ¼Œåˆ™äøä¼šåœØå•čÆä¹‹é—“ēš„å•äøŖē©ŗę ¼äøŠę˜¾ē¤ŗē‰¹ę®Šē¬¦å·ć€‚", "renderControlCharacters": "ęŽ§åˆ¶ē¼–č¾‘å™Øę˜Æå¦åŗ”å‘ˆēŽ°ęŽ§åˆ¶å­—ē¬¦", "renderIndentGuides": "ęŽ§åˆ¶ē¼–č¾‘å™Øę˜Æå¦åŗ”å‘ˆēŽ°ē¼©čæ›å‚č€ƒēŗæ", "renderLineHighlight": "ęŽ§åˆ¶ē¼–č¾‘å™Øåŗ”å¦‚ä½•å‘ˆēŽ°å½“å‰č”ŒēŖå‡ŗę˜¾ē¤ŗļ¼ŒåÆčƒ½äøŗā€œę— ā€ć€ā€œč£…č®¢ēŗæā€ć€ā€œēŗæā€å’Œā€œå…ØéƒØā€ć€‚", diff --git a/i18n/chs/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/chs/src/vs/editor/common/config/defaultConfig.i18n.json index 9d5691d3e4..66ba60e41a 100644 --- a/i18n/chs/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/chs/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/chs/src/vs/editor/common/config/editorOptions.i18n.json index fa32e6dd25..43542e159b 100644 --- a/i18n/chs/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/chs/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "ēŽ°åœØę— ę³•č®æé—®ē¼–č¾‘å™Øć€‚ęŒ‰ Alt+F1 ę˜¾ē¤ŗé€‰é”¹ć€‚", "editorViewAccessibleLabel": "编辑器内容" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/controller/cursor.i18n.json b/i18n/chs/src/vs/editor/common/controller/cursor.i18n.json index 8f4a734409..57d86f3531 100644 --- a/i18n/chs/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/chs/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "ę‰§č”Œå‘½ä»¤ę—¶å‡ŗēŽ°ę„å¤–å¼‚åøøć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/chs/src/vs/editor/common/model/textModelWithTokens.i18n.json index 78434c3bc4..1a9672743c 100644 --- a/i18n/chs/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/chs/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/chs/src/vs/editor/common/modes/modesRegistry.i18n.json index 83bc31d55b..2a7b798834 100644 --- a/i18n/chs/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/chs/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "ēŗÆę–‡ęœ¬" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/chs/src/vs/editor/common/services/bulkEdit.i18n.json index 2b957467d1..88c45a4ff2 100644 --- a/i18n/chs/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/chs/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/chs/src/vs/editor/common/services/modeServiceImpl.i18n.json index 98ea77da7b..986a3f1c61 100644 --- a/i18n/chs/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/chs/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/chs/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/chs/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/chs/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json index 168dd2fb95..2d2c2d9db1 100644 --- a/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/chs/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "å…‰ę ‡ę‰€åœØč”Œé«˜äŗ®å†…å®¹ēš„čƒŒę™Æé¢œč‰²ć€‚", "lineHighlightBorderBox": "å…‰ę ‡ę‰€åœØč”Œå››å‘Øč¾¹ę”†ēš„čƒŒę™Æé¢œč‰²ć€‚", - "rangeHighlight": "é«˜äŗ®čŒƒå›“ēš„čƒŒę™Æč‰²ļ¼Œä¾‹å¦‚ē”± \"Quick Open\" å’Œā€œęŸ„ę‰¾ā€åŠŸčƒ½é«˜äŗ®ēš„čŒƒå›“ć€‚", + "rangeHighlight": "é«˜äŗ®čŒƒå›“ēš„čƒŒę™Æč‰²ļ¼Œåƒę˜Æē”± \"Quick Open\" å’Œā€œęŸ„ę‰¾ā€åŠŸčƒ½é«˜äŗ®ēš„čŒƒå›“ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "rangeHighlightBorder": "é«˜äŗ®åŒŗåŸŸč¾¹ę”†ēš„čƒŒę™Æé¢œč‰²ć€‚", "caret": "ē¼–č¾‘å™Øå…‰ę ‡é¢œč‰²ć€‚", "editorCursorBackground": "ē¼–č¾‘å™Øå…‰ę ‡ēš„čƒŒę™Æč‰²ć€‚åÆä»„č‡Ŗå®šä¹‰å—åž‹å…‰ę ‡č¦†ē›–å­—ē¬¦ēš„é¢œč‰²ć€‚", "editorWhitespaces": "ē¼–č¾‘å™Øäø­ē©ŗē™½å­—ē¬¦ēš„é¢œč‰²ć€‚", "editorIndentGuides": "ē¼–č¾‘å™Øē¼©čæ›å‚č€ƒēŗæēš„é¢œč‰²ć€‚", "editorLineNumbers": "ē¼–č¾‘å™Øč”Œå·ēš„é¢œč‰²ć€‚", + "editorActiveLineNumber": "ē¼–č¾‘å™Øę“»åŠØč”Œå·ēš„é¢œč‰²", "editorRuler": "ē¼–č¾‘å™Øę ‡å°ŗēš„é¢œč‰²ć€‚", "editorCodeLensForeground": "编辑器 CodeLens ēš„å‰ę™Æč‰²", "editorBracketMatchBackground": "åŒ¹é…ę‹¬å·ēš„čƒŒę™Æč‰²", diff --git a/i18n/chs/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/chs/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index 94299c46f7..629da95e59 100644 --- a/i18n/chs/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/chs/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index e6089cc95a..e68f73d556 100644 --- a/i18n/chs/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "č½¬åˆ°ę‹¬å·" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "ę¦‚č§ˆę ‡å°ŗäøŠč”Øē¤ŗåŒ¹é…ę‹¬å·ēš„ę ‡č®°é¢œč‰²ć€‚", + "smartSelect.jumpBracket": "č½¬åˆ°ę‹¬å·", + "smartSelect.selectToBracket": "é€‰ę‹©ę‹¬å·ę‰€ęœ‰å†…å®¹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/chs/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index e6089cc95a..71c1c40f93 100644 --- a/i18n/chs/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/chs/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index 3e76231776..9b2c9b3749 100644 --- a/i18n/chs/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "å°†ę’å…„ē‚¹å·¦ē§»", "caret.moveRight": "å°†ę’å…„ē‚¹å³ē§»" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/chs/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index 3e76231776..1a42f923f3 100644 --- a/i18n/chs/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/chs/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 93fd558794..d1e2dcf9d2 100644 --- a/i18n/chs/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/chs/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 93fd558794..a81897a1c4 100644 --- a/i18n/chs/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "č½¬ē½®å­—ęÆ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/chs/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 08e6a1cc3e..065f1aecb0 100644 --- a/i18n/chs/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/chs/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 08e6a1cc3e..9d3b4a27f6 100644 --- a/i18n/chs/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "å‰Ŗåˆ‡", "actions.clipboard.copyLabel": "复制", "actions.clipboard.pasteLabel": "粘蓓", diff --git a/i18n/chs/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/chs/src/vs/editor/contrib/comment/comment.i18n.json index 34ee8916cd..b4119fac04 100644 --- a/i18n/chs/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "åˆ‡ę¢č”Œę³Øé‡Š", "comment.line.add": "ę·»åŠ č”Œę³Øé‡Š", "comment.line.remove": "åˆ é™¤č”Œę³Øé‡Š", diff --git a/i18n/chs/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/chs/src/vs/editor/contrib/comment/common/comment.i18n.json index 34ee8916cd..d81b7d80e7 100644 --- a/i18n/chs/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/chs/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 73baa57477..378953af18 100644 --- a/i18n/chs/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/chs/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 73baa57477..126148ea6c 100644 --- a/i18n/chs/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "ę˜¾ē¤ŗē¼–č¾‘å™ØäøŠäø‹ę–‡čœå•" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 9f9c20bbce..1c7d02136a 100644 --- a/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index d650d2c5ce..be4a347d4f 100644 --- a/i18n/chs/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json index 385ba32bfe..b1b43051bd 100644 --- a/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/find/findController.i18n.json b/i18n/chs/src/vs/editor/contrib/find/findController.i18n.json index 385ba32bfe..ed7b5bc015 100644 --- a/i18n/chs/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "ęŸ„ę‰¾", "findNextMatchAction": "ęŸ„ę‰¾äø‹äø€äøŖ", "findPreviousMatchAction": "ęŸ„ę‰¾äøŠäø€äøŖ", diff --git a/i18n/chs/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/find/findWidget.i18n.json index 9f9c20bbce..76b534f388 100644 --- a/i18n/chs/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "ęŸ„ę‰¾", "placeholder.find": "ęŸ„ę‰¾", "label.previousMatchButton": "äøŠäø€äøŖåŒ¹é…", diff --git a/i18n/chs/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index d650d2c5ce..2e969c6194 100644 --- a/i18n/chs/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "ęŸ„ę‰¾", "placeholder.find": "ęŸ„ę‰¾", "label.previousMatchButton": "äøŠäø€äøŖåŒ¹é…", diff --git a/i18n/chs/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/chs/src/vs/editor/contrib/folding/browser/folding.i18n.json index fc7ce793f6..7a81a897d8 100644 --- a/i18n/chs/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/chs/src/vs/editor/contrib/folding/folding.i18n.json index 6ad3874f3b..ff72247be3 100644 --- a/i18n/chs/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "展开", "unFoldRecursivelyAction.label": "ä»„é€’å½’ę–¹å¼å±•å¼€", "foldAction.label": "ęŠ˜å ", diff --git a/i18n/chs/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/chs/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 628b8cc784..9b3cc01af6 100644 --- a/i18n/chs/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/chs/src/vs/editor/contrib/format/formatActions.i18n.json index 628b8cc784..11896242f1 100644 --- a/i18n/chs/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "在第 {0} č”Œčæ›č”Œäŗ† 1 ę¬”ę ¼å¼ē¼–č¾‘", "hintn1": "在第 {1} č”Œčæ›č”Œäŗ† {0} ę¬”ę ¼å¼ē¼–č¾‘", "hint1n": "第 {0} 蔌到第 {1} č”Œé—“čæ›č”Œäŗ† 1 ę¬”ę ¼å¼ē¼–č¾‘", "hintnn": "第 {1} 蔌到第 {2} č”Œé—“čæ›č”Œäŗ† {0} ę¬”ę ¼å¼ē¼–č¾‘", - "no.provider": "ęŠ±ę­‰ļ¼Œå½“å‰ę²”ęœ‰å®‰č£…ā€œ{0}ā€ę–‡ä»¶ēš„ę ¼å¼åŒ–ēØ‹åŗć€‚", + "no.provider": "å½“å‰ę²”ęœ‰å®‰č£…ā€œ{0}ā€ę–‡ä»¶ēš„ę ¼å¼åŒ–ēØ‹åŗć€‚", "formatDocument.label": "ę ¼å¼åŒ–ę–‡ä»¶", "formatSelection.label": "ę ¼å¼åŒ–é€‰å®šä»£ē " } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 43e19c32c0..775dfbeb9b 100644 --- a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index e788771d2f..ea6632e1ff 100644 --- a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index ab0b4761cf..5784ceaad7 100644 --- a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index 2f90179af6..95ea1af6b1 100644 --- a/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "ęœŖę‰¾åˆ°ā€œ{0}ā€ēš„ä»»ä½•å®šä¹‰", "generic.noResults": "ę‰¾äøåˆ°å®šä¹‰", "meta.title": " – {0} 定义", diff --git a/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index ab0b4761cf..f5e7ec02b3 100644 --- a/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "å•å‡»ę˜¾ē¤ŗ {0} äøŖå®šä¹‰ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/chs/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 8dc6ee5876..39dff80905 100644 --- a/i18n/chs/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/chs/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 8dc6ee5876..97196c0735 100644 --- a/i18n/chs/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "č½¬åˆ°äø‹äø€äøŖé”™čÆÆęˆ–č­¦å‘Š", - "markerAction.previous.label": "č½¬åˆ°äøŠäø€äøŖé”™čÆÆęˆ–č­¦å‘Š", + "markerAction.next.label": "č½¬åˆ°äø‹äø€äøŖé—®é¢˜ (é”™čÆÆć€č­¦å‘Šć€äæ”ęÆ)", + "markerAction.previous.label": "č½¬åˆ°äøŠäø€äøŖé—®é¢˜ (é”™čÆÆć€č­¦å‘Šć€äæ”ęÆ)", "editorMarkerNavigationError": "ē¼–č¾‘å™Øę ‡č®°åÆ¼čˆŖå°ē»„ä»¶é”™čÆÆé¢œč‰²ć€‚", "editorMarkerNavigationWarning": "ē¼–č¾‘å™Øę ‡č®°åÆ¼čˆŖå°ē»„ä»¶č­¦å‘Šé¢œč‰²ć€‚", "editorMarkerNavigationInfo": "ē¼–č¾‘å™Øę ‡č®°åÆ¼čˆŖå°ē»„ä»¶äæ”ęÆé¢œč‰²ć€‚", diff --git a/i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json index 6591084448..9fa5330839 100644 --- a/i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/chs/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index f37c4060b5..e56adc5269 100644 --- a/i18n/chs/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/chs/src/vs/editor/contrib/hover/hover.i18n.json index 6591084448..935ec88d8c 100644 --- a/i18n/chs/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "ę˜¾ē¤ŗę‚¬åœ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/chs/src/vs/editor/contrib/hover/modesContentHover.i18n.json index f37c4060b5..5751eb0da3 100644 --- a/i18n/chs/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "正在加载..." } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/chs/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index 8017b862c1..50870b7c59 100644 --- a/i18n/chs/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/chs/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index 8017b862c1..b73236f616 100644 --- a/i18n/chs/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "ę›æę¢äøŗäøŠäø€äøŖå€¼", "InPlaceReplaceAction.next.label": "ę›æę¢äøŗäø‹äø€äøŖå€¼" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/chs/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 5bd5906da3..35091455f5 100644 --- a/i18n/chs/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/chs/src/vs/editor/contrib/indentation/indentation.i18n.json index 5bd5906da3..49b6f55b35 100644 --- a/i18n/chs/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "å°†ē¼©čæ›č½¬ę¢äøŗē©ŗę ¼", "indentationToTabs": "å°†ē¼©čæ›č½¬ę¢äøŗåˆ¶č”Øē¬¦", "configuredTabSize": "å·²é…ē½®åˆ¶č”Øē¬¦å¤§å°", diff --git a/i18n/chs/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/chs/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index 69af1a1991..bef518be52 100644 --- a/i18n/chs/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/chs/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 346d11b670..f723dff8a8 100644 --- a/i18n/chs/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/chs/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 346d11b670..a0efe91bba 100644 --- a/i18n/chs/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "å‘äøŠå¤åˆ¶č”Œ", "lines.copyDown": "å‘äø‹å¤åˆ¶č”Œ", "lines.moveUp": "å‘äøŠē§»åŠØč”Œ", diff --git a/i18n/chs/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/chs/src/vs/editor/contrib/links/browser/links.i18n.json index c228820d8f..f0037a91fb 100644 --- a/i18n/chs/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/links/links.i18n.json b/i18n/chs/src/vs/editor/contrib/links/links.i18n.json index 51e2dbb555..617bf7a523 100644 --- a/i18n/chs/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/links/links.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "links.navigate.mac": "Cmd + å•å‡»ä»„č·ŸčøŖé“¾ęŽ„", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "links.navigate.mac": "ęŒ‰ä½ Cmd å¹¶å•å‡»åÆč®æé—®é“¾ęŽ„", "links.navigate": "ęŒ‰ä½ Ctrl å¹¶å•å‡»åÆč®æé—®é“¾ęŽ„", "links.command.mac": "Cmd + å•å‡»ä»„ę‰§č”Œå‘½ä»¤", "links.command": "Ctrl + å•å‡»ä»„ę‰§č”Œå‘½ä»¤", "links.navigate.al": "ęŒ‰ä½ Alt å¹¶å•å‡»åÆč®æé—®é“¾ęŽ„", "links.command.al": "Alt + å•å‡»ä»„ę‰§č”Œå‘½ä»¤", - "invalid.url": "ęŠ±ę­‰ļ¼Œę— ę³•ę‰“å¼€ę­¤é“¾ęŽ„ļ¼Œå› äøŗå…¶ę ¼å¼äøę­£ē”®: {0}", - "missing.url": "ęŠ±ę­‰ļ¼Œę— ę³•ę‰“å¼€ę­¤é“¾ęŽ„ļ¼Œå› äøŗå…¶ē›®ę ‡äø¢å¤±ć€‚", + "invalid.url": "ę­¤é“¾ęŽ„ę ¼å¼äøę­£ē”®ļ¼Œę— ę³•ę‰“å¼€: {0}", + "missing.url": "ę­¤é“¾ęŽ„ē›®ę ‡å·²äø¢å¤±ļ¼Œę— ę³•ę‰“å¼€ć€‚", "label": "ę‰“å¼€é“¾ęŽ„" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/chs/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 3c402b850d..683bb782a8 100644 --- a/i18n/chs/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/chs/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 3c402b850d..655bc92c2b 100644 --- a/i18n/chs/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "åœØäøŠé¢ę·»åŠ å…‰ę ‡", "mutlicursor.insertBelow": "åœØäø‹é¢ę·»åŠ å…‰ę ‡", "mutlicursor.insertAtEndOfEachLineSelected": "åœØč”Œå°¾ę·»åŠ å…‰ę ‡", diff --git a/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index af6d0f3a46..5794886021 100644 --- a/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index d56310c991..3e68a87f9c 100644 --- a/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index af6d0f3a46..4ec96215fc 100644 --- a/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "č§¦å‘å‚ę•°ęē¤ŗ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index d56310c991..d9f7341540 100644 --- a/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}ļ¼Œęē¤ŗ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index 57cec414a1..e6f5f63f5d 100644 --- a/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/chs/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index 57cec414a1..1ba7e8f43f 100644 --- a/i18n/chs/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "ę˜¾ē¤ŗäæ®č”„ēØ‹åŗ({0})", "quickFix": "ę˜¾ē¤ŗäæ®č”„ēØ‹åŗ", - "quickfix.trigger.label": "åæ«é€Ÿäæ®å¤" + "quickfix.trigger.label": "åæ«é€Ÿäæ®å¤", + "refactor.label": "重Ꞅ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index 3ebf52a28c..666ef41614 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 6feb8c6516..87e5bfdefd 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index ee8d3370d1..ccee0fa438 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 710eeeefcf..82e72356d7 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 70e89645ee..7e2c02f0b7 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index 3ebf52a28c..a4c6ae391a 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "关闭" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 6feb8c6516..ea011e2018 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " – {0} 个引用", "references.action.label": "ęŸ„ę‰¾ę‰€ęœ‰å¼•ē”Ø" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index ee8d3370d1..b9f6e3e4e2 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "正在加载..." } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 710eeeefcf..aedaff3322 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "åœØę–‡ä»¶ {0} ēš„ {1} 蔌 {2} åˆ—ēš„ē¬¦å·", "aria.fileReferences.1": "{0} äø­ęœ‰ 1 äøŖē¬¦å·ļ¼Œå®Œę•“č·Æå¾„ļ¼š{1}", "aria.fileReferences.N": "{1} äø­ęœ‰ {0} äøŖē¬¦å·ļ¼Œå®Œę•“č·Æå¾„ļ¼š{2}", diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 70e89645ee..e284f891e1 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "č§£ęžę–‡ä»¶å¤±č“„ć€‚", "referencesCount": "{0} 个引用", "referenceCount": "{0} 个引用", diff --git a/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json index 1f33c3d33d..f1df501d6c 100644 --- a/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index e4a7636ddc..1984e1d655 100644 --- a/i18n/chs/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/rename.i18n.json index 1f33c3d33d..7ef505f368 100644 --- a/i18n/chs/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "ę— ē»“ęžœć€‚", "aria": "ęˆåŠŸå°†ā€œ{0}ā€é‡å‘½åäøŗā€œ{1}ā€ć€‚ę‘˜č¦ļ¼š{2}", - "rename.failed": "ęŠ±ę­‰ļ¼Œé‡å‘½åę— ę³•ę‰§č”Œć€‚", + "rename.failed": "ę— ę³•čæ›č”Œé‡å‘½åć€‚", "rename.label": "é‡å‘½åē¬¦å·" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/renameInputField.i18n.json index e4a7636ddc..466f7ca11c 100644 --- a/i18n/chs/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "é‡å‘½åč¾“å…„ć€‚é”®å…„ę–°åē§°å¹¶ęŒ‰ \"Enter\" ęäŗ¤ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/chs/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index 6109b7602b..3773d5c87b 100644 --- a/i18n/chs/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/chs/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index 6109b7602b..0d25139706 100644 --- a/i18n/chs/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "扩大选择", "smartSelect.shrink": "ē¼©å°é€‰ę‹©" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index ef3fe11072..cdf2aaadc5 100644 --- a/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index ec34ba659f..a08915b716 100644 --- a/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/chs/src/vs/editor/contrib/suggest/suggestController.i18n.json index ef3fe11072..f0181364ad 100644 --- a/i18n/chs/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "ē”®č®¤ā€œ{0}ā€ę’å…„ä»„äø‹ę–‡ęœ¬ļ¼š{1}", "suggest.trigger.label": "č§¦å‘å»ŗč®®" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index ec34ba659f..0eb2dd4efd 100644 --- a/i18n/chs/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "å»ŗč®®å°ē»„ä»¶ēš„čƒŒę™Æé¢œč‰²", "editorSuggestWidgetBorder": "å»ŗč®®å°ē»„ä»¶ēš„č¾¹ę”†é¢œč‰²", "editorSuggestWidgetForeground": "å»ŗč®®å°ē»„ä»¶ēš„å‰ę™Æé¢œč‰²ć€‚", diff --git a/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 897e74dff4..3ecc9fe0ca 100644 --- a/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 897e74dff4..ae525a01ff 100644 --- a/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "åˆ‡ę¢ Tab é”®ę˜Æå¦ē§»åŠØē„¦ē‚¹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/chs/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index 7926047995..6977c9bad9 100644 --- a/i18n/chs/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/chs/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index 7926047995..a39a7850de 100644 --- a/i18n/chs/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "čÆ»å–č®æé—®ę—¶ē¬¦å·ēš„čƒŒę™Æé¢œč‰²ļ¼Œä¾‹å¦‚čÆ»å–å˜é‡ę—¶ć€‚", - "wordHighlightStrong": "å†™å…„č®æé—®ę—¶ē¬¦å·ēš„čƒŒę™Æé¢œč‰²ļ¼Œä¾‹å¦‚å†™å…„å˜é‡ę—¶ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "ē¬¦å·åœØčæ›č”ŒčÆ»å–č®æé—®ę“ä½œę—¶ēš„čƒŒę™Æé¢œč‰²ļ¼Œä¾‹å¦‚čÆ»å–å˜é‡ę—¶ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "wordHighlightStrong": "ē¬¦å·åœØčæ›č”Œå†™å…„č®æé—®ę“ä½œę—¶ēš„čƒŒę™Æé¢œč‰²ļ¼Œä¾‹å¦‚å†™å…„å˜é‡ę—¶ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "wordHighlightBorder": "ē¬¦å·åœØčæ›č”ŒčÆ»å–č®æé—®ę“ä½œę—¶ēš„č¾¹ę”†é¢œč‰²ļ¼Œä¾‹å¦‚čÆ»å–å˜é‡ć€‚", + "wordHighlightStrongBorder": "ē¬¦å·åœØčæ›č”Œå†™å…„č®æé—®ę“ä½œę—¶ēš„č¾¹ę”†é¢œč‰²ļ¼Œä¾‹å¦‚å†™å…„å˜é‡ć€‚", "overviewRulerWordHighlightForeground": "ę¦‚čæ°ē¬¦å·ēŖå‡ŗę˜¾ē¤ŗēš„ę ‡å°ŗę ‡č®°é¢œč‰²ć€‚", "overviewRulerWordHighlightStrongForeground": "ę¦‚čæ°å†™č®æé—®ē¬¦å·ēŖå‡ŗę˜¾ē¤ŗēš„ę ‡å°ŗę ‡č®°é¢œč‰²ć€‚", "wordHighlight.next.label": "č½¬åˆ°äø‹äø€äøŖēŖå‡ŗę˜¾ē¤ŗēš„ē¬¦å·", diff --git a/i18n/chs/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index 3ebf52a28c..666ef41614 100644 --- a/i18n/chs/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/chs/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index bfa6530c7f..936be59dd1 100644 --- a/i18n/chs/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/chs/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/chs/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index a4b09b5b44..7e6a47df8a 100644 --- a/i18n/chs/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/chs/src/vs/editor/node/textMate/TMGrammars.i18n.json index dfbe43b5ad..fd5feffeda 100644 --- a/i18n/chs/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/chs/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/chs/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/chs/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/chs/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/chs/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index d14243882a..696d871aea 100644 --- a/i18n/chs/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "čœå•é”¹åæ…é”»äøŗäø€äøŖę•°ē»„", "requirestring": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æā€œstringā€", "optstring": "å±žę€§ā€œ{0}ā€åÆä»„č¢«ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»äøŗā€œstringā€", @@ -40,6 +42,5 @@ "menuId.invalid": "ā€œ{0}ā€äøŗę— ę•ˆčœå•ę ‡čÆ†ē¬¦", "missing.command": "čœå•é”¹å¼•ē”ØęœŖåœØā€œå‘½ä»¤ā€éƒØåˆ†čæ›č”Œå®šä¹‰ēš„å‘½ä»¤ā€œ{0}ā€ć€‚", "missing.altCommand": "čœå•é”¹å¼•ē”Øäŗ†ęœŖåœØ \"commands\" éƒØåˆ†å®šä¹‰ēš„ę›æä»£å‘½ä»¤ā€œ{0}ā€ć€‚", - "dupe.command": "čœå•é”¹å¼•ē”Øēš„å‘½ä»¤äø­é»˜č®¤å’Œę›æä»£å‘½ä»¤ē›øåŒ", - "nosupport.altCommand": "ęŠ±ę­‰ļ¼Œē›®å‰ä»…ęœ‰ \"editor/title\" čœå•ēš„ \"navigation\" ē»„ę”ÆęŒę›æä»£å‘½ä»¤" + "dupe.command": "čœå•é”¹å¼•ē”Øēš„å‘½ä»¤äø­é»˜č®¤å’Œę›æä»£å‘½ä»¤ē›øåŒ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/chs/src/vs/platform/configuration/common/configurationRegistry.i18n.json index ec9f20b7ba..c8f9b932df 100644 --- a/i18n/chs/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/chs/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "é»˜č®¤é…ē½®ę›æä»£", "overrideSettings.description": "é’ˆåÆ¹ {0} čÆ­čØ€ļ¼Œé…ē½®ę›æä»£ē¼–č¾‘å™Øč®¾ē½®ć€‚", "overrideSettings.defaultDescription": "é’ˆåÆ¹ęŸē§čÆ­čØ€ļ¼Œé…ē½®ę›æä»£ē¼–č¾‘å™Øč®¾ē½®ć€‚", diff --git a/i18n/chs/src/vs/platform/environment/node/argv.i18n.json b/i18n/chs/src/vs/platform/environment/node/argv.i18n.json index 9a1faa5d98..873da47f51 100644 --- a/i18n/chs/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/chs/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "\"--goto\" ęØ”å¼äø­ēš„å‚ę•°ę ¼å¼åŗ”äøŗ \"FILE(:LINE(:CHARACTER))\"怂", "diff": "å°†äø¤äøŖę–‡ä»¶ē›øäŗ’ęÆ”č¾ƒć€‚", "add": "å°†ę–‡ä»¶å¤¹ę·»åŠ åˆ°ęœ€åŽäø€äøŖę“»åŠØēŖ—å£ć€‚", "goto": "ę‰“å¼€č·Æå¾„äø‹ēš„ę–‡ä»¶å¹¶å®šä½åˆ°ē‰¹å®šč”Œå’Œē‰¹å®šåˆ—ć€‚", - "locale": "č¦ä½æē”Øēš„åŒŗåŸŸč®¾ē½®(例如 en-US ꈖ zh-TW)怂", - "newWindow": "å¼ŗåˆ¶åˆ›å»ŗäø€äøŖę–°ēš„ Code å®žä¾‹ć€‚", - "performance": "é€ščæ‡åÆē”Ø \"Developer: Startup Performance\" 命令开始。", - "prof-startup": "åÆåŠØęœŸé—“čæč”Œ CPU ęŽ¢ęŸ„å™Ø", - "inspect-extensions": "å…č®øčæ›č”Œę‰©å±•ēš„č°ƒčÆ•äøŽåˆ†ęžć€‚ę£€ęŸ„å¼€å‘äŗŗå‘˜å·„å…·åÆčŽ·å–čæžęŽ„ URI怂", - "inspect-brk-extensions": "å…č®øåœØę‰©å±•äø»ęœŗåœØåÆåŠØåŽęš‚åœę—¶čæ›č”Œę‰©å±•ēš„č°ƒčÆ•äøŽåˆ†ęžć€‚ę£€ęŸ„å¼€å‘äŗŗå‘˜å·„å…·åÆčŽ·å–čæžęŽ„ URI怂", - "reuseWindow": "åœØäøŠäø€ę“»åŠØēŖ—å£äø­å¼ŗåˆ¶ę‰“å¼€ę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹ć€‚", - "userDataDir": "ęŒ‡å®šå­˜ę”¾ē”Øęˆ·ę•°ę®ēš„ē›®å½•ć€‚ę­¤ē›®å½•åœØä»„ root čŗ«ä»½čæč”Œę—¶ååˆ†ęœ‰ē”Øć€‚", - "log": "ä½æē”Øēš„ę—„åæ—ēŗ§åˆ«ć€‚é»˜č®¤å€¼äøŗ \"info\"ć€‚å…č®øēš„å€¼äøŗ \"critical\" (关键)态\"error\" (错误)态\"warn\" (č­¦å‘Š)态\"info\" (俔息)态\"debug\" (č°ƒčÆ•)态\"trace\" (跟踪) 和 \"off\" (关闭)怂", - "verbose": "ę‰“å°čÆ¦ē»†č¾“å‡ŗ(隐含 --wait å‚ę•°)怂", + "newWindow": "å¼ŗåˆ¶ę‰“å¼€ę–°ēŖ—å£ć€‚", + "reuseWindow": "å¼ŗåˆ¶ę‰“å¼€äøŠäø€äøŖę“»åŠØēŖ—å£äø­ēš„ę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹ć€‚", "wait": "ē­‰ę–‡ä»¶å…³é—­åŽå†čæ”å›žć€‚", + "locale": "č¦ä½æē”Øēš„åŒŗåŸŸč®¾ē½®(例如 en-US ꈖ zh-TW)怂", + "userDataDir": "ęŒ‡å®šäæå­˜ē”Øęˆ·ę•°ę®ēš„ē›®å½•ć€‚åÆē”ØäŗŽę‰“å¼€å¤šäøŖäøåŒēš„ Code å®žä¾‹ć€‚", + "version": "ę‰“å°ē‰ˆęœ¬ć€‚", + "help": "ę‰“å°ä½æē”Øęƒ…å†µć€‚", "extensionHomePath": "č®¾ē½®ę‰©å±•ēš„ę ¹č·Æå¾„ć€‚", "listExtensions": "åˆ—å‡ŗå·²å®‰č£…ēš„ę‰©å±•ć€‚", "showVersions": "使用 --list-extension ę—¶ļ¼Œę˜¾ē¤ŗå·²å®‰č£…ę‰©å±•ēš„ē‰ˆęœ¬ć€‚", "installExtension": "安装扩展。", "uninstallExtension": "åøč½½ę‰©å±•ć€‚", "experimentalApis": "åÆē”Øę‰©å±•ēØ‹åŗå®žéŖŒę€§ api åŠŸčƒ½ć€‚", - "disableExtensions": "ē¦ē”Øę‰€ęœ‰å·²å®‰č£…ēš„ę‰©å±•ć€‚", - "disableGPU": "禁用 GPU ē”¬ä»¶åŠ é€Ÿć€‚", + "verbose": "ę‰“å°čÆ¦ē»†č¾“å‡ŗ(隐含 --wait å‚ę•°)怂", + "log": "ä½æē”Øēš„ę—„åæ—ēŗ§åˆ«ć€‚é»˜č®¤å€¼äøŗ \"info\"ć€‚å…č®øēš„å€¼äøŗ \"critical\" (关键)态\"error\" (错误)态\"warn\" (č­¦å‘Š)态\"info\" (俔息)态\"debug\" (č°ƒčÆ•)态\"trace\" (跟踪) 和 \"off\" (关闭)怂", "status": "ę‰“å°čæ›ēØ‹ä½æē”Øęƒ…å†µå’ŒčÆŠę–­äæ”ęÆć€‚", - "version": "ę‰“å°ē‰ˆęœ¬ć€‚", - "help": "ę‰“å°ä½æē”Øęƒ…å†µć€‚", + "performance": "é€ščæ‡åÆē”Ø \"Developer: Startup Performance\" 命令开始。", + "prof-startup": "åÆåŠØęœŸé—“čæč”Œ CPU ęŽ¢ęŸ„å™Ø", + "disableExtensions": "ē¦ē”Øę‰€ęœ‰å·²å®‰č£…ēš„ę‰©å±•ć€‚", + "inspect-extensions": "å…č®øčæ›č”Œę‰©å±•ēš„č°ƒčÆ•äøŽåˆ†ęžć€‚ę£€ęŸ„å¼€å‘äŗŗå‘˜å·„å…·åÆčŽ·å–čæžęŽ„ URI怂", + "inspect-brk-extensions": "å…č®øåœØę‰©å±•äø»ęœŗåœØåÆåŠØåŽęš‚åœę—¶čæ›č”Œę‰©å±•ēš„č°ƒčÆ•äøŽåˆ†ęžć€‚ę£€ęŸ„å¼€å‘äŗŗå‘˜å·„å…·åÆčŽ·å–čæžęŽ„ URI怂", + "disableGPU": "禁用 GPU ē”¬ä»¶åŠ é€Ÿć€‚", + "uploadLogs": "å°†å½“å‰ä¼ščÆēš„ę—„åæ—äøŠä¼ åˆ°å®‰å…Øē«Æē‚¹ć€‚", + "maxMemory": "å•äøŖēŖ—å£ęœ€å¤§å†…å­˜å¤§å° (å•ä½äøŗ MB)怂", "usage": "ä½æē”Øęƒ…å†µ", "options": "选锹", "paths": "路径", - "optionsUpperCase": "选锹" + "stdinWindows": "č¦čÆ»å–å…¶ä»–ēØ‹åŗēš„č¾“å‡ŗļ¼ŒčÆ·čæ½åŠ  \"-\" (例如 \"echo Hello World | {0} -')", + "stdinUnix": "要从 stdin äø­čÆ»å–ļ¼ŒčÆ·čæ½åŠ  \"-\" (例如 \"ps aux | grep code | {0} -')", + "optionsUpperCase": "选锹", + "extensionsManagement": "扩展箔理", + "troubleshooting": "ę•…éšœęŽ’ęŸ„" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/chs/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 21b1a74ed0..8b62963242 100644 --- a/i18n/chs/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/chs/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ę— å·„ä½œåŒŗ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 11e599836e..fea95ad64a 100644 --- a/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "扩展", "preferences": "首选锹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/chs/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 5b77e214ea..85b7d01b94 100644 --- a/i18n/chs/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/chs/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "ę— ę³•äø‹č½½ć€‚ę‰¾äøåˆ°äøŽ VS Code å½“å‰ē‰ˆęœ¬ ({0}) å…¼å®¹ēš„ę‰©å±•ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index a6e3a8ea7b..2999f2563a 100644 --- a/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "ę‰©å±•ę— ę•ˆ: package.json äøę˜Æ JSON ꖇ件怂", - "restartCodeLocal": "čÆ·å…ˆé‡åÆ Code å†é‡ę–°å®‰č£… {0}怂", + "restartCode": "čÆ·å…ˆé‡åÆ Code å†é‡ę–°å®‰č£… {0}怂", "installingOutdatedExtension": "ę‚Øå·²å®‰č£…ę­¤ę‰©å±•ēš„ę–°ē‰ˆēØ‹åŗć€‚ę˜Æå¦č¦ä½æē”Øę—§ē‰ˆč¦†ē›–ļ¼Ÿ", "override": "覆盖", "cancel": "å–ę¶ˆ", - "notFoundCompatible": "ę— ę³•å®‰č£…ć€‚ę‰¾äøåˆ°äøŽ VS Code å½“å‰ē‰ˆęœ¬ ({1}) å…¼å®¹ēš„ę‰©å±•ā€œ{0}ā€ć€‚", - "quitCode": "ę— ę³•å®‰č£…ļ¼Œå› äøŗę­¤ę‰©å±•ēš„äø€äøŖčæ‡ę—¶å®žä¾‹ä»åœØčæč”Œć€‚čÆ·å…ˆå®Œå…Øé‡åÆ VS Codeļ¼Œå†é‡ę–°å®‰č£…ć€‚", - "exitCode": "ę— ę³•å®‰č£…ļ¼Œå› äøŗę­¤ę‰©å±•ēš„äø€äøŖčæ‡ę—¶å®žä¾‹ä»åœØčæč”Œć€‚čÆ·å…ˆå®Œå…Øé‡åÆ VS Codeļ¼Œå†é‡ę–°å®‰č£…ć€‚", + "errorInstallingDependencies": "å®‰č£…ä¾čµ–é”¹ę—¶å‡ŗé”™ć€‚{0}", + "MarketPlaceDisabled": "å•†åŗ—ęœŖåÆē”Ø", + "removeError": "åˆ é™¤ę‰©å±•ę—¶å‡ŗé”™: {0}ć€‚čÆ·é‡åÆ VS Codeļ¼Œē„¶åŽé‡čÆ•ć€‚", + "Not Market place extension": "åŖčƒ½é‡ę–°å®‰č£…å•†åŗ—äø­ēš„ę‰©å±•", + "notFoundCompatible": "ę— ę³•å®‰č£…ā€œ{0}ā€ļ¼›ę²”ęœ‰åÆē”Øēš„ē‰ˆęœ¬äøŽ VS Code ā€œ{1}ā€å…¼å®¹ć€‚", + "malicious extension": "ę— ę³•å®‰č£…ę­¤ę‰©å±•ļ¼Œå®ƒč¢«ęŠ„å‘Šå­˜åœØé—®é¢˜ć€‚", "notFoundCompatibleDependency": "ę— ę³•å®‰č£…ć€‚ę‰¾äøåˆ°äøŽ VS Code å½“å‰ē‰ˆęœ¬ ({1}) å…¼å®¹ēš„ä¾čµ–ę‰©å±•ā€œ{0}ā€ć€‚", + "quitCode": "ę— ę³•å®‰č£…ę‰©å±•ć€‚čÆ·åœØé‡åÆ VS Code åŽé‡ę–°å®‰č£…ć€‚", + "exitCode": "ę— ę³•å®‰č£…ę‰©å±•ć€‚čÆ·åœØé‡åÆ VS Code åŽé‡ę–°å®‰č£…ć€‚", "uninstallDependeciesConfirmation": "č¦ä»…åøč½½ā€œ{0}ā€ęˆ–č€…å…¶ä¾čµ–é”¹ä¹Ÿäø€čµ·åøč½½?", "uninstallOnly": "仅", "uninstallAll": "å…ØéƒØ", diff --git a/i18n/chs/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/chs/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 9e906e992b..ad6543105c 100644 --- a/i18n/chs/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/chs/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 992b3f197f..20882eb85d 100644 --- a/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "åÆ¹äŗŽ VS Code ę‰©å±•ļ¼ŒęŒ‡å®šäøŽå…¶å…¼å®¹ēš„ VS Code ē‰ˆęœ¬ć€‚äøčƒ½äøŗ *怂 例如: ^0.10.5 č”Øē¤ŗęœ€ä½Žå…¼å®¹ VS Code ē‰ˆęœ¬ 0.10.5怂", "vscode.extension.publisher": "VS Code ę‰©å±•ēš„å‘åøƒč€…ć€‚", "vscode.extension.displayName": "VS Code åŗ“äø­ä½æē”Øēš„ę‰©å±•ēš„ę˜¾ē¤ŗåē§°ć€‚", diff --git a/i18n/chs/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/chs/src/vs/platform/extensions/node/extensionValidator.i18n.json index 73890b4a09..c4ae1449db 100644 --- a/i18n/chs/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/chs/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "ę— ę³•åˆ†ęž \"engines.vscode\" 值 {0}。例如请使用: ^0.10.0态^1.2.3态^0.11.0态^0.10.x 等。", "versionSpecificity1": "\"engines.vscode\" ({0}) äø­ęŒ‡å®šēš„ē‰ˆęœ¬äøå¤Ÿå…·ä½“ć€‚åÆ¹äŗŽ 1.0.0 ä¹‹å‰ēš„ vscode ē‰ˆęœ¬ļ¼ŒčÆ·č‡³å°‘å®šä¹‰äø»č¦å’Œę¬”č¦ęƒ³č¦ēš„ē‰ˆęœ¬ć€‚ä¾‹å¦‚: ^0.10.0态0.10.x态0.11.0 等。", "versionSpecificity2": "\"engines.vscode\" ({0}) äø­ęŒ‡å®šēš„ē‰ˆęœ¬äøå¤Ÿå…·ä½“ć€‚åÆ¹äŗŽ 1.0.0 ä¹‹åŽēš„ vscode ē‰ˆęœ¬ļ¼ŒčÆ·č‡³å°‘å®šä¹‰äø»č¦ęƒ³č¦ēš„ē‰ˆęœ¬ć€‚ä¾‹å¦‚: ^1.10.0态1.10.x态1.x.x态2.x.x 等。", - "versionMismatch": "ę‰©å±•äøŽ Code {0} äøå…¼å®¹ć€‚ę‰©å±•éœ€č¦: {1}怂", - "extensionDescription.empty": "å·²čŽ·å¾—ē©ŗę‰©å±•čÆ“ę˜Ž", - "extensionDescription.publisher": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", - "extensionDescription.name": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", - "extensionDescription.version": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", - "extensionDescription.engines": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"object\"", - "extensionDescription.engines.vscode": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", - "extensionDescription.extensionDependencies": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string[]\"", - "extensionDescription.activationEvents1": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string[]\"", - "extensionDescription.activationEvents2": "åæ…é”»åŒę—¶ęŒ‡å®šęˆ–åŒę—¶ēœē•„å±žę€§ā€{0}ā€œå’Œā€{1}ā€œ", - "extensionDescription.main1": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", - "extensionDescription.main2": "åŗ”åœØę‰©å±•ę–‡ä»¶å¤¹({1})äø­åŒ…å« \"main\" ({0})ć€‚čæ™åÆčƒ½ä¼šä½æę‰©å±•äøåÆē§»ę¤ć€‚", - "extensionDescription.main3": "åæ…é”»åŒę—¶ęŒ‡å®šęˆ–åŒę—¶ēœē•„å±žę€§ā€{0}ā€œå’Œā€{1}ā€œ", - "notSemver": "ę‰©å±•ē‰ˆęœ¬äøŽ semver äøå…¼å®¹ć€‚" + "versionMismatch": "ę‰©å±•äøŽ Code {0} äøå…¼å®¹ć€‚ę‰©å±•éœ€č¦: {1}怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json index c2a182877b..0f02f05941 100644 --- a/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/chs/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "ę–°å»ŗēŖ—å£", "newWindowDesc": "ę‰“å¼€äø€äøŖę–°ēŖ—å£", "recentFolders": "ęœ€čæ‘ä½æē”Øēš„å·„ä½œåŒŗ", diff --git a/i18n/chs/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/chs/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 7620e1313a..2135ea3ae9 100644 --- a/i18n/chs/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/chs/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "甮定", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "详细俔息", "integrity.dontShowAgain": "äøå†ę˜¾ē¤ŗ", - "integrity.moreInfo": "详细俔息", "integrity.prompt": "{0} å®‰č£…ä¼¼ä¹ŽęŸåć€‚čÆ·é‡ę–°å®‰č£…ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/chs/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..a303376415 --- /dev/null +++ b/i18n/chs/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "é—®é¢˜ęŠ„å‘ŠēØ‹åŗ" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/chs/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 70c81e9044..49f9fc6c73 100644 --- a/i18n/chs/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "ē”ØäŗŽ json ęž¶ęž„é…ē½®ć€‚", "contributes.jsonValidation.fileMatch": "č¦åŒ¹é…ēš„ę–‡ä»¶ęØ”å¼ļ¼Œä¾‹å¦‚ \"package.json\" ꈖ \"*.launch\"怂", "contributes.jsonValidation.url": "åˆ°ę‰©å±•ę–‡ä»¶å¤¹('./')ēš„ęž¶ęž„ URL (\"http:\"态\"https:\")ęˆ–ē›øåÆ¹č·Æå¾„ć€‚", diff --git a/i18n/chs/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/chs/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index 063fe7d8fd..9dd1052d31 100644 --- a/i18n/chs/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/chs/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "å·²ęŒ‰äø‹({0})ć€‚ę­£åœØē­‰å¾…åŒę—¶ęŒ‰äø‹ē¬¬äŗŒäøŖé”®...", "missing.chord": "ē»„åˆé”®({0}, {1})äøę˜Æå‘½ä»¤ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/chs/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index 0e97d8b37c..9f72093621 100644 --- a/i18n/chs/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/chs/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/platform/list/browser/listService.i18n.json b/i18n/chs/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..9f04dd6a88 --- /dev/null +++ b/i18n/chs/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "巄作台", + "multiSelectModifier.ctrlCmd": "ę˜ å°„äøŗ \"Ctrl\" (Windows 和 Linux) ꈖ \"Command\" (macOS)", + "multiSelectModifier.alt": "ę˜ å°„äøŗ \"Alt\" (Windows 和 Linux) ꈖ \"Option\" (macOS)", + "multiSelectModifier": "åœØé€ščæ‡é¼ ę ‡å¤šé€‰ę ‘å’Œåˆ—č”Øę”ē›®ę—¶ä½æē”Øēš„äæ®ę”¹é”® (ä¾‹å¦‚čµ„čµ„ęŗē®”ē†å™Øć€ę‰“å¼€ēš„ē¼–č¾‘å™Øå’Œęŗä»£ē ē®”ē†č§†å›¾)怂\"ctrlCmd\" ä¼šę˜ å°„äøŗ \"Ctrl\" (Windows 和 Linux) ꈖ \"Command\" (macOS)ć€‚ā€œę‰“å¼€åˆ°ä¾§č¾¹ā€åŠŸčƒ½ę‰€éœ€ēš„é¼ ę ‡åŠØä½œ (č‹„åÆē”Ø) å°†ä¼šē›øåŗ”č°ƒę•“ļ¼ŒäøäøŽå¤šé€‰äæ®ę”¹é”®å†²ēŖć€‚", + "openMode.singleClick": "åœØé¼ ę ‡å•å‡»ę—¶ę‰“å¼€é”¹ē›®ć€‚", + "openMode.doubleClick": "åœØé¼ ę ‡åŒå‡»ę—¶ę‰“å¼€é”¹ē›®ć€‚", + "openModeModifier": "ęŽ§åˆ¶å¦‚ä½•åœØå—ę”ÆęŒēš„ę ‘å’Œåˆ—č”Øäø­ä½æē”Øé¼ ę ‡ę„ę‰“å¼€é”¹ē›®ć€‚č®¾ē½®äøŗ \"singleClick\" åÆå•å‡»ę‰“å¼€é”¹ē›®ļ¼Œ\"doubleClick\" ä»…åÆåŒå‡»ę‰“å¼€é”¹ē›®ć€‚åÆ¹äŗŽę ‘äø­å«å­čŠ‚ē‚¹ēš„čŠ‚ē‚¹ļ¼Œę­¤č®¾ē½®å°†ęŽ§åˆ¶ä½æē”Øå•å‡»čæ˜ę˜ÆåŒå‡»ę„å±•å¼€ä»–ä»¬ć€‚ę³Øę„ļ¼ŒęŸäŗ›äøé€‚ē”Øę­¤é”¹ēš„ę ‘ęˆ–åˆ—č”ØåÆčƒ½ä¼šåæ½ē•„ę­¤č®¾ē½®ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/chs/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..0575601a4a --- /dev/null +++ b/i18n/chs/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "å‘ē¼–č¾‘å™Øęä¾›ęœ¬åœ°åŒ–å†…å®¹", + "vscode.extension.contributes.localizations.languageId": "ę˜¾ē¤ŗå­—ē¬¦äø²ēæ»čÆ‘ēš„ē›®ę ‡čÆ­čØ€ ID怂", + "vscode.extension.contributes.localizations.languageName": "čÆ­čØ€ēš„č‹±ę–‡åē§°ć€‚", + "vscode.extension.contributes.localizations.languageNameLocalized": "ęä¾›čÆ­čØ€ēš„åē§°ć€‚", + "vscode.extension.contributes.localizations.translations": "äøŽčÆ­čØ€å…³č”ēš„ēæ»čÆ‘ēš„åˆ—č”Øć€‚", + "vscode.extension.contributes.localizations.translations.id": "ä½æē”Øę­¤ēæ»čÆ‘ēš„ VS Code ęˆ–ę‰©å±•ēš„ ID怂VS Code ēš„ ID 总为 \"vscode\"ļ¼Œę‰©å±•ēš„ ID ēš„ę ¼å¼åŗ”äøŗ \"publisherId.extensionName\"怂", + "vscode.extension.contributes.localizations.translations.id.pattern": "翻译 VS Code ęˆ–č€…ę‰©å±•ļ¼ŒID åˆ†åˆ«åŗ”äøŗ \"vscode\" ęˆ–ę ¼å¼äøŗ \"publisherId.extensionName\"怂", + "vscode.extension.contributes.localizations.translations.path": "åŒ…å«čÆ­čØ€ēæ»čÆ‘ēš„ę–‡ä»¶ēš„ē›øåÆ¹č·Æå¾„ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json index 827db2563f..ecd4658f3c 100644 --- a/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/chs/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "å¾ŖēŽÆå±žę€§ä»…åœØęœ€äø€äøŖč”ŒåŒ¹é…ēØ‹åŗäøŠå—ę”ÆęŒć€‚", "ProblemPatternParser.problemPattern.missingRegExp": "é—®é¢˜ęØ”å¼ē¼ŗå°‘ę­£åˆ™č”Øč¾¾å¼ć€‚", "ProblemPatternParser.problemPattern.missingProperty": "é—®é¢˜ęØ”å¼ę— ę•ˆć€‚å®ƒåæ…é”»č‡³å°‘åŒ…å«äø€äøŖę–‡ä»¶ć€ę¶ˆęÆå’Œč”Œęˆ–ä½ē½®åŒ¹é…ē»„ć€‚", diff --git a/i18n/chs/src/vs/platform/message/common/message.i18n.json b/i18n/chs/src/vs/platform/message/common/message.i18n.json index 864f82423e..2b822ce5f8 100644 --- a/i18n/chs/src/vs/platform/message/common/message.i18n.json +++ b/i18n/chs/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "关闭", "later": "ēØåŽ", - "cancel": "å–ę¶ˆ" + "cancel": "å–ę¶ˆ", + "moreFile": "...1 äøŖå…¶ä»–ę–‡ä»¶ęœŖę˜¾ē¤ŗ", + "moreFiles": "...{0} äøŖå…¶ä»–ę–‡ä»¶ęœŖę˜¾ē¤ŗ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/request/node/request.i18n.json b/i18n/chs/src/vs/platform/request/node/request.i18n.json index a96d053dfb..4f08fdced8 100644 --- a/i18n/chs/src/vs/platform/request/node/request.i18n.json +++ b/i18n/chs/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "č¦ä½æē”Øēš„ä»£ē†č®¾ē½®ć€‚å¦‚ęžœå°šęœŖč®¾ē½®ļ¼Œåˆ™å°†ä»Ž http_proxy 和 https_proxy ēŽÆå¢ƒå˜é‡čŽ·å–", "strictSSL": "ę˜Æå¦åŗ”ę ¹ę®ęä¾›ēš„ CA åˆ—č”ØéŖŒčÆä»£ē†ęœåŠ”å™ØčÆä¹¦ć€‚", diff --git a/i18n/chs/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/chs/src/vs/platform/telemetry/common/telemetryService.i18n.json index 3259b6bddd..875e933dce 100644 --- a/i18n/chs/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/chs/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "遄굋", "telemetry.enableTelemetry": "åÆē”Øč¦å‘é€ē»™ Microsoft ēš„ä½æē”Øęƒ…å†µę•°ę®å’Œé”™čÆÆć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/chs/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 72e224481c..2160e7b771 100644 --- a/i18n/chs/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "ęä¾›ē”±ę‰©å±•å®šä¹‰ēš„äø»é¢˜é¢œč‰²", "contributes.color.id": "äø»é¢˜é¢œč‰²ę ‡čÆ†ē¬¦", "contributes.color.id.format": "标识符应滔足 aa[.bb]*", diff --git a/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json index 7c3d96dd48..1c5888836f 100644 --- a/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/chs/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "å·„ä½œå°äø­ä½æē”Øēš„é¢œč‰²ć€‚", "foreground": "ę•“ä½“å‰ę™Æč‰²ć€‚ę­¤é¢œč‰²ä»…åœØäøč¢«ē»„ä»¶č¦†ē›–ę—¶é€‚ē”Øć€‚", "errorForeground": "é”™čÆÆäæ”ęÆēš„ę•“ä½“å‰ę™Æč‰²ć€‚ę­¤é¢œč‰²ä»…åœØäøč¢«ē»„ä»¶č¦†ē›–ę—¶é€‚ē”Øć€‚", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "č¾“å…„éŖŒčÆē»“ęžœäøŗé”™čÆÆēŗ§åˆ«ę—¶ēš„čƒŒę™Æč‰²ć€‚", "inputValidationErrorBorder": "äø„é‡ę€§äøŗé”™čÆÆę—¶č¾“å…„éŖŒčÆēš„č¾¹ę”†é¢œč‰²ć€‚", "dropdownBackground": "äø‹ę‹‰åˆ—č”ØčƒŒę™Æč‰²ć€‚", + "dropdownListBackground": "äø‹ę‹‰åˆ—č”ØčƒŒę™Æč‰²ć€‚", "dropdownForeground": "äø‹ę‹‰åˆ—č”Øå‰ę™Æč‰²ć€‚", "dropdownBorder": "äø‹ę‹‰åˆ—č”Øč¾¹ę”†ć€‚", "listFocusBackground": "ē„¦ē‚¹é”¹åœØåˆ—č”Øęˆ–ę ‘ę“»åŠØę—¶ēš„čƒŒę™Æé¢œč‰²ć€‚ę“»åŠØēš„åˆ—č”Øęˆ–ę ‘å…·ęœ‰é”®ē›˜ē„¦ē‚¹ļ¼Œéžę“»åŠØēš„ę²”ęœ‰ć€‚", @@ -63,25 +66,29 @@ "editorWidgetBorder": "ē¼–č¾‘å™Øå°éƒØä»¶ēš„č¾¹ę”†é¢œč‰²ć€‚ę­¤é¢œč‰²ä»…åœØå°éƒØä»¶ęœ‰č¾¹ę”†äø”äøč¢«å°éƒØä»¶é‡å†™ę—¶é€‚ē”Øć€‚", "editorSelectionBackground": "ē¼–č¾‘å™Øę‰€é€‰å†…å®¹ēš„é¢œč‰²ć€‚", "editorSelectionForeground": "ē”Øä»„å½°ę˜¾é«˜åÆ¹ęÆ”åŗ¦ēš„ę‰€é€‰ę–‡ęœ¬ēš„é¢œč‰²ć€‚", - "editorInactiveSelection": "éžę“»åŠØē¼–č¾‘å™Øäø­ę‰€é€‰å†…å®¹ēš„é¢œč‰²ć€‚", - "editorSelectionHighlight": "äøŽę‰€é€‰å†…å®¹å…·ęœ‰ē›øåŒå†…å®¹ēš„åŒŗåŸŸé¢œč‰²ć€‚", + "editorInactiveSelection": "éžę“»åŠØē¼–č¾‘å™Øå†…å·²é€‰å†…å®¹ēš„é¢œč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "editorSelectionHighlight": "äøŽę‰€é€‰é”¹å†…å®¹ē›øåŒēš„åŒŗåŸŸēš„é¢œč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "editorSelectionHighlightBorder": "äøŽę‰€é€‰é”¹å†…å®¹ē›øåŒēš„åŒŗåŸŸēš„č¾¹ę”†é¢œč‰²ć€‚", "editorFindMatch": "å½“å‰ęœē“¢åŒ¹é…é”¹ēš„é¢œč‰²ć€‚", - "findMatchHighlight": "å…¶ä»–ęœē“¢åŒ¹é…é”¹ēš„é¢œč‰²ć€‚", - "findRangeHighlight": "é™åˆ¶ęœē“¢ēš„čŒƒå›“ēš„é¢œč‰²ć€‚", - "hoverHighlight": "ę‚¬åœęē¤ŗę˜¾ē¤ŗę—¶ę–‡ęœ¬åŗ•äø‹ēš„é«˜äŗ®é¢œč‰²ć€‚", + "findMatchHighlight": "å…¶ä»–ęœē“¢åŒ¹é…é”¹ēš„é¢œč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "findRangeHighlight": "ęœē“¢é™åˆ¶čŒƒå›“ēš„é¢œč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "editorFindMatchBorder": "å½“å‰ęœē“¢åŒ¹é…é”¹ēš„č¾¹ę”†é¢œč‰²ć€‚", + "findMatchHighlightBorder": "å…¶ä»–ęœē“¢åŒ¹é…é”¹ēš„č¾¹ę”†é¢œč‰²ć€‚", + "findRangeHighlightBorder": "ęœē“¢é™åˆ¶čŒƒå›“ēš„č¾¹ę”†é¢œč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "hoverHighlight": "ę–‡ęœ¬åœØę‚¬åœęē¤ŗę˜¾ē¤ŗę—¶ēš„é«˜äŗ®é¢œč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", "hoverBackground": "ē¼–č¾‘å™Øę‚¬åœęē¤ŗēš„čƒŒę™Æé¢œč‰²ć€‚", "hoverBorder": "å…‰ę ‡ę‚¬åœę—¶ē¼–č¾‘å™Øēš„č¾¹ę”†é¢œč‰²ć€‚", "activeLinkForeground": "ę“»åŠØé“¾ęŽ„é¢œč‰²ć€‚", - "diffEditorInserted": "å·²ę’å…„ę–‡ęœ¬ēš„čƒŒę™Æé¢œč‰²ć€‚", - "diffEditorRemoved": "č¢«åˆ é™¤ę–‡ęœ¬ēš„čƒŒę™Æé¢œč‰²ć€‚", + "diffEditorInserted": "ę’å…„ę–‡ęœ¬ēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "diffEditorRemoved": "ē§»é™¤ę–‡ęœ¬ēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", "diffEditorInsertedOutline": "ę’å…„ēš„ę–‡ęœ¬ēš„č½®å»“é¢œč‰²ć€‚", "diffEditorRemovedOutline": "č¢«åˆ é™¤ę–‡ęœ¬ēš„č½®å»“é¢œč‰²ć€‚", - "mergeCurrentHeaderBackground": "å†…č”åˆå¹¶å†²ēŖäø­å½“å‰ē‰ˆęœ¬åŒŗåŸŸēš„ę ‡å¤“čƒŒę™Æč‰²ć€‚", - "mergeCurrentContentBackground": "å†…č”åˆå¹¶å†²ēŖäø­å½“å‰ē‰ˆęœ¬åŒŗåŸŸēš„å†…å®¹čƒŒę™Æč‰²ć€‚", - "mergeIncomingHeaderBackground": "å†…č”åˆå¹¶å†²ēŖäø­ä¼ å…„ēš„ē‰ˆęœ¬åŒŗåŸŸēš„ę ‡å¤“čƒŒę™Æč‰²ć€‚", - "mergeIncomingContentBackground": "å†…č”åˆå¹¶å†²ēŖäø­ä¼ å…„ēš„ē‰ˆęœ¬åŒŗåŸŸēš„å†…å®¹čƒŒę™Æč‰²ć€‚", - "mergeCommonHeaderBackground": "å†…č”åˆå¹¶å†²ēŖäø­å…±åŒē„–å…ˆåŒŗåŸŸēš„ę ‡å¤“čƒŒę™Æč‰²ć€‚", - "mergeCommonContentBackground": "å†…č”åˆå¹¶å†²ēŖäø­å…±åŒē„–å…ˆåŒŗåŸŸēš„å†…å®¹čƒŒę™Æč‰²ć€‚", + "mergeCurrentHeaderBackground": "å†…åµŒēš„åˆå¹¶å†²ēŖå¤„ē†å™Øäø­å½“å‰ē‰ˆęœ¬åŒŗåŸŸå¤“éƒØēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "mergeCurrentContentBackground": "å†…åµŒēš„åˆå¹¶å†²ēŖå¤„ē†å™Øäø­å½“å‰ē‰ˆęœ¬åŒŗåŸŸå†…å®¹ēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "mergeIncomingHeaderBackground": "å†…åµŒēš„åˆå¹¶å†²ēŖå¤„ē†å™Øäø­ä¼ å…„ē‰ˆęœ¬åŒŗåŸŸå¤“éƒØēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "mergeIncomingContentBackground": "å†…åµŒēš„åˆå¹¶å†²ēŖå¤„ē†å™Øäø­ä¼ å…„ē‰ˆęœ¬åŒŗåŸŸå†…å®¹ēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "mergeCommonHeaderBackground": "å†…åµŒēš„åˆå¹¶å†²ēŖå¤„ē†å™Øäø­å…±åŒäøŠēŗ§åŒŗåŸŸå¤“éƒØēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", + "mergeCommonContentBackground": "å†…åµŒēš„åˆå¹¶å†²ēŖå¤„ē†å™Øäø­å…±åŒäøŠēŗ§åŒŗåŸŸå†…å®¹ēš„čƒŒę™Æč‰²ć€‚é¢œč‰²åæ…é”»é€ę˜Žļ¼Œä½æå…¶äøä¼šęŒ”ä½äø‹ę–¹ēš„å…¶ä»–å…ƒē“ ć€‚", "mergeBorder": "å†…č”åˆå¹¶å†²ēŖäø­ę ‡å¤“å’Œåˆ†å‰²ēŗæēš„č¾¹ę”†é¢œč‰²ć€‚", "overviewRulerCurrentContentForeground": "å†…č”åˆå¹¶å†²ēŖäø­å½“å‰ē‰ˆęœ¬åŒŗåŸŸēš„ę¦‚č§ˆę ‡å°ŗå‰ę™Æč‰²ć€‚", "overviewRulerIncomingContentForeground": "å†…č”åˆå¹¶å†²ēŖäø­ä¼ å…„ēš„ē‰ˆęœ¬åŒŗåŸŸēš„ę¦‚č§ˆę ‡å°ŗå‰ę™Æč‰²ć€‚", diff --git a/i18n/chs/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/chs/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..4fc5f7867a --- /dev/null +++ b/i18n/chs/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "ꛓꖰ", + "updateChannel": "é…ē½®ę˜Æå¦ä»Žę›“ę–°é€šé“ęŽ„ę”¶č‡ŖåŠØę›“ę–°ć€‚ę›“ę”¹åŽéœ€č¦é‡åÆć€‚", + "enableWindowsBackgroundUpdates": "启用 Windows åŽå°ę›“ę–°ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/chs/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..c496041e34 --- /dev/null +++ b/i18n/chs/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "ē‰ˆęœ¬ {0}\nęäŗ¤ {1}\nę—„ęœŸ {2}\nShell {3}\nęø²ęŸ“å™Ø {4}\nNode {5}\nęž¶ęž„ {6}", + "okButton": "甮定", + "copy": "复制(&&C)" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/chs/src/vs/platform/workspaces/common/workspaces.i18n.json index 3e8a456134..6835a1f6ca 100644 --- a/i18n/chs/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/chs/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "代码巄作区", "untitledWorkspace": "ę— ę ‡é¢˜ (巄作区)", "workspaceNameVerbose": "{0} (巄作区)", diff --git a/i18n/chs/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..74c1ac6e39 --- /dev/null +++ b/i18n/chs/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "localizations 必锻为数组", + "requirestring": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "optstring": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "vscode.extension.contributes.localizations": "å‘ē¼–č¾‘å™Øęä¾›ęœ¬åœ°åŒ–å†…å®¹", + "vscode.extension.contributes.localizations.languageId": "ę˜¾ē¤ŗå­—ē¬¦äø²ēæ»čÆ‘ēš„ē›®ę ‡čÆ­čØ€ ID怂", + "vscode.extension.contributes.localizations.languageName": "ę˜¾ē¤ŗå­—ē¬¦äø²ēæ»čÆ‘ēš„ē›®ę ‡čÆ­čØ€åē§°ć€‚", + "vscode.extension.contributes.localizations.translations": "ę–‡ä»¶å¤¹ēš„ē›øåÆ¹č·Æå¾„ļ¼Œå…¶äø­åŒ…å«äŗ†ęä¾›čÆ­čØ€ēš„ę‰€ęœ‰ēæ»čÆ‘ę–‡ä»¶ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 49eaa8fd6f..42e641c625 100644 --- a/i18n/chs/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "视图必锻为数组", "requirestring": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", "optstring": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", diff --git a/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index 1b83e2539f..39ca8c497f 100644 --- a/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index d95075ca82..6026a06fdb 100644 --- a/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "关闭", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (扩展)", + "defaultSource": "扩展", + "manageExtension": "箔理扩展", "cancel": "å–ę¶ˆ", "ok": "甮定" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..2e60cbd73f --- /dev/null +++ b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "ę­£åœØčæč”Œäæå­˜å‚äøŽēØ‹åŗ..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..491c2409e6 --- /dev/null +++ b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "webview 编辑器" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..6c2e679c5d --- /dev/null +++ b/i18n/chs/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "ę‰©å±•ā€œ{0}ā€ę·»åŠ äŗ† 1 äøŖę–‡ä»¶å¤¹åˆ°å·„ä½œåŒŗ", + "folderStatusMessageAddMultipleFolders": "ę‰©å±•ā€œ{0}ā€ę·»åŠ äŗ† {1} äøŖę–‡ä»¶å¤¹åˆ°å·„ä½œåŒŗ", + "folderStatusMessageRemoveSingleFolder": "ę‰©å±•ā€œ{0}ā€ä»Žå·„ä½œåŒŗåˆ é™¤äŗ† 1 个文件夹", + "folderStatusMessageRemoveMultipleFolders": "ę‰©å±•ā€œ{0}ā€ä»Žå·„ä½œåŒŗåˆ é™¤äŗ† {1} 个文件夹", + "folderStatusChangeFolder": "ę‰©å±•ā€œ{0}ā€ę›“ę”¹äŗ†å·„ä½œåŒŗäø­ēš„ę–‡ä»¶å¤¹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index b574ef70d3..916c531a5e 100644 --- a/i18n/chs/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "未显示 {0} äøŖčæ›äø€ę­„ēš„é”™čÆÆå’Œč­¦å‘Šć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostExplorerView.i18n.json index dc7534a706..f6c34a9058 100644 --- a/i18n/chs/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 9e906e992b..df62a4a1e3 100644 --- a/i18n/chs/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "ę— ę³•ęæ€ę“»ę‰©å±•ā€{1}ā€œć€‚åŽŸå› : ęœŖēŸ„ä¾čµ–å…³ē³»ā€œ{0}ā€ć€‚", - "failedDep1": "ę— ę³•ęæ€ę“»ę‰©å±•ā€{1}ā€œć€‚åŽŸå› : ę— ę³•ęæ€ę“»ä¾čµ–å…³ē³»ā€{0}ā€œć€‚", - "failedDep2": "ę— ę³•ęæ€ę“»ę‰©å±•ā€{0}ā€œć€‚åŽŸå› : ä¾čµ–å…³ē³»å¤šäŗŽ 10 ēŗ§(ęœ€åÆčƒ½ę˜Æä¾čµ–å…³ē³»å¾ŖēŽÆ)怂", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "ę— ę³•ęæ€ę“»ę‰©å±•ā€œ{1}ā€ć€‚åŽŸå› : ęœŖēŸ„ēš„ä¾čµ–é”¹ā€œ{0}ā€ć€‚", + "failedDep1": "ę— ę³•ęæ€ę“»ę‰©å±•ā€œ{1}ā€ć€‚åŽŸå› : ę— ę³•ęæ€ę“»ä¾čµ–é”¹ā€œ{0}ā€ć€‚", + "failedDep2": "ę— ę³•ęæ€ę“»ę‰©å±•ā€{0}ā€œć€‚åŽŸå› : ä¾čµ–å…³ē³»č¶…čæ‡ 10 ēŗ§(å¾ˆåÆčƒ½å­˜åœØå¾ŖēŽÆä¾čµ–)怂", "activationError": "ęæ€ę“»ę‰©å±•ā€œ{0}ā€å¤±č“„: {1}怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/chs/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index 9515ef35f2..71073b7a29 100644 --- a/i18n/chs/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostTreeView.i18n.json index dc7534a706..f6c34a9058 100644 --- a/i18n/chs/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 7bfb0b886d..83ae4156f8 100644 --- a/i18n/chs/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "ę²”ęœ‰ę³Øå†Œ ID äøŗā€œ{0}ā€ēš„ę ‘å½¢å›¾ć€‚", - "treeItem.notFound": "ę²”ęœ‰åœØę ‘äø­ę‰¾åˆ° ID äøŗā€œ{0}ā€ēš„é”¹ē›®ć€‚", - "treeView.duplicateElement": "å·²ę³Øå†Œå…ƒē“  {0}怂" + "treeView.duplicateElement": "ID äøŗ {0} ēš„å…ƒē“ å·²č¢«ę³Øå†Œ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/chs/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..36c358abe4 --- /dev/null +++ b/i18n/chs/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "ę‰©å±•ā€œ{0}ā€ęœŖčƒ½ę›“ę–°å·„ä½œåŒŗę–‡ä»¶å¤¹: {1}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/chs/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index 1b83e2539f..39ca8c497f 100644 --- a/i18n/chs/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/chs/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index d95075ca82..3a09b7d663 100644 --- a/i18n/chs/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/chs/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/configureLocale.i18n.json index c8f8f1edc8..d404c20631 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/fileActions.i18n.json index 37e6e574bb..9b91d07e0b 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index c03027d000..e7633da836 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "åˆ‡ę¢ę“»åŠØę åÆč§ę€§", "view": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..1dec2a4acd --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "åˆ‡ę¢å±…äø­åøƒå±€", + "view": "ęŸ„ēœ‹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index cce7929b00..3f0d9e2222 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "åˆ‡ę¢ē¼–č¾‘å™Øē»„åøƒå±€(åž‚ē›“/ę°“å¹³)", "horizontalLayout": "ę°“å¹³ē¼–č¾‘å™Øē»„åøƒå±€", "verticalLayout": "åž‚ē›“ē¼–č¾‘å™Øē»„åøƒå±€", diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 1893d29afa..3f77b49b52 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "åˆ‡ę¢č¾¹ę ä½ē½®", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "åˆ‡ę¢č¾¹ę ä½ē½®", "view": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 1fadb64911..9e0dd4b54b 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "åˆ‡ę¢ä¾§č¾¹ę åÆč§ę€§", "view": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 68b14155f2..06a3885784 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "åˆ‡ę¢ēŠ¶ę€ę åÆč§ę€§", "view": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index d9e09ebdfd..3f16c71ac3 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "åˆ‡ę¢ę ‡ē­¾é”µåÆč§ę€§", "view": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index 0478232ed0..b921baedd4 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "åˆ‡ę¢ Zen ęØ”å¼", "view": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/workspaceActions.i18n.json index b282efac3d..fce36a0fe3 100644 --- a/i18n/chs/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "打开文件...", "openFolder": "打开文件夹...", "openFileFolder": "打开...", - "addFolderToWorkspace": "å°†ę–‡ä»¶å¤¹ę·»åŠ åˆ°å·„ä½œåŒŗ...", - "add": "添加(&&A)", - "addFolderToWorkspaceTitle": "å°†ę–‡ä»¶å¤¹ę·»åŠ åˆ°å·„ä½œåŒŗ", "globalRemoveFolderFromWorkspace": "å°†ę–‡ä»¶å¤¹ä»Žå·„ä½œåŒŗåˆ é™¤ā€¦", - "removeFolderFromWorkspace": "å°†ę–‡ä»¶å¤¹ä»Žå·„ä½œåŒŗåˆ é™¤", - "openFolderSettings": "打开文件夹设置", "saveWorkspaceAsAction": "å°†å·„ä½œåŒŗå¦å­˜äøŗ...", "save": "äæå­˜(&&S)", "saveWorkspace": "äæå­˜å·„ä½œåŒŗ", "openWorkspaceAction": "ę‰“å¼€å·„ä½œåŒŗ...", "openWorkspaceConfigFile": "ę‰“å¼€å·„ä½œåŒŗé…ē½®ę–‡ä»¶", - "openFolderAsWorkspaceInNewWindow": "åœØę–°ēŖ—å£äø­å°†ę–‡ä»¶å¤¹ä½œäøŗå·„ä½œåŒŗę‰“å¼€", - "workspaceFolderPickerPlaceholder": "é€‰ę‹©å·„ä½œåŒŗę–‡ä»¶å¤¹" + "openFolderAsWorkspaceInNewWindow": "åœØę–°ēŖ—å£äø­å°†ę–‡ä»¶å¤¹ä½œäøŗå·„ä½œåŒŗę‰“å¼€" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/chs/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..002030a4a1 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "å°†ę–‡ä»¶å¤¹ę·»åŠ åˆ°å·„ä½œåŒŗ...", + "add": "添加(&&A)", + "addFolderToWorkspaceTitle": "å°†ę–‡ä»¶å¤¹ę·»åŠ åˆ°å·„ä½œåŒŗ", + "workspaceFolderPickerPlaceholder": "é€‰ę‹©å·„ä½œåŒŗę–‡ä»¶å¤¹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 6484617f5e..d53bcf27fc 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index ab430ed5a0..1c24bdcc0a 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "éšč—ę“»åŠØę ", "globalActions": "å…Øå±€åŠØä½œ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/compositePart.i18n.json index b376def38b..6a526958cc 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} ę“ä½œ", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index 738f1c7872..17259bf4d4 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "ę“»åŠØč§†å›¾åˆ‡ę¢å™Ø" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 01a52479ab..b8717c662a 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "1äø‡+", "badgeTitle": "{0} - {1}", "additionalViews": "其他视图", diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index 12280860ac..3b9cedb671 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "äŗŒčæ›åˆ¶ęŸ„ēœ‹å™Ø" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index a2f0727f57..f24cf7c1bf 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "ę–‡ęœ¬ē¼–č¾‘å™Ø", "textDiffEditor": "ę–‡ęœ¬å·®å¼‚ē¼–č¾‘å™Ø", "binaryDiffEditor": "äŗŒčæ›åˆ¶å·®å¼‚ē¼–č¾‘å™Ø", @@ -13,5 +15,18 @@ "groupThreePicker": "åœØē¬¬äø‰ē»„äø­ę˜¾ē¤ŗē¼–č¾‘å™Ø", "allEditorsPicker": "ę˜¾ē¤ŗę‰€ęœ‰å·²ę‰“å¼€ēš„ē¼–č¾‘å™Ø", "view": "ęŸ„ēœ‹", - "file": "ꖇ件" + "file": "ꖇ件", + "close": "关闭", + "closeOthers": "关闭其他", + "closeRight": "关闭右侧", + "closeAllSaved": "å…³é—­å·²äæå­˜", + "closeAll": "å…ØéƒØå…³é—­", + "keepOpen": "äæęŒę‰“å¼€ēŠ¶ę€", + "toggleInlineView": "åˆ‡ę¢å†…č”č§†å›¾", + "showOpenedEditors": "ę˜¾ē¤ŗę‰“å¼€ēš„ē¼–č¾‘å™Ø", + "keepEditor": "äæē•™ē¼–č¾‘å™Ø", + "closeEditorsInGroup": "å…³é—­ē»„äø­ēš„ę‰€ęœ‰ē¼–č¾‘å™Ø", + "closeSavedEditors": "å…³é—­ē»„äø­å·²äæå­˜ēš„ē¼–č¾‘å™Ø", + "closeOtherEditors": "关闭其他编辑器", + "closeRightEditors": "å…³é—­å³ä¾§ē¼–č¾‘å™Ø" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index dd3e01e846..ce61fd1e08 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "ę‹†åˆ†ē¼–č¾‘å™Ø", "joinTwoGroups": "åˆå¹¶äø¤äøŖē»„ēš„ē¼–č¾‘å™Ø", "navigateEditorGroups": "åœØē¼–č¾‘å™Øē»„é—“čæ›č”ŒåÆ¼čˆŖ", @@ -17,18 +19,13 @@ "closeEditor": "关闭编辑器", "revertAndCloseActiveEditor": "čæ˜åŽŸå¹¶å…³é—­ē¼–č¾‘å™Ø", "closeEditorsToTheLeft": "关闭左侧编辑器", - "closeEditorsToTheRight": "å…³é—­å³ä¾§ē¼–č¾‘å™Ø", "closeAllEditors": "å…³é—­ę‰€ęœ‰ē¼–č¾‘å™Ø", - "closeUnmodifiedEditors": "å…³é—­ē»„äø­ęœŖä½œę›“ę”¹ēš„ē¼–č¾‘å™Ø", "closeEditorsInOtherGroups": "å…³é—­å…¶ä»–ē»„äø­ēš„ē¼–č¾‘å™Ø", - "closeOtherEditorsInGroup": "关闭其他编辑器", - "closeEditorsInGroup": "å…³é—­ē»„äø­ēš„ę‰€ęœ‰ē¼–č¾‘å™Ø", "moveActiveGroupLeft": "å‘å·¦ē§»åŠØē¼–č¾‘å™Øē»„", "moveActiveGroupRight": "å‘å³ē§»åŠØē¼–č¾‘å™Øē»„", "minimizeOtherEditorGroups": "ęœ€å°åŒ–å…¶ä»–ē¼–č¾‘å™Øē»„", "evenEditorGroups": "ē¼–č¾‘å™Øē»„å¹³å‡å®½åŗ¦", "maximizeEditor": "ęœ€å¤§åŒ–ē¼–č¾‘å™Øē»„å¹¶éšč—č¾¹ę ", - "keepEditor": "äæē•™ē¼–č¾‘å™Ø", "openNextEditor": "打开下一个编辑器", "openPreviousEditor": "ę‰“å¼€äøŠäø€äøŖē¼–č¾‘å™Ø", "nextEditorInGroup": "ę‰“å¼€ē»„äø­ēš„äø‹äø€äøŖē¼–č¾‘å™Ø", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "åœØē¬¬äø€ē»„äø­ę˜¾ē¤ŗē¼–č¾‘å™Ø", "showEditorsInSecondGroup": "åœØē¬¬äŗŒē»„äø­ę˜¾ē¤ŗē¼–č¾‘å™Ø", "showEditorsInThirdGroup": "åœØē¬¬äø‰ē»„äø­ę˜¾ē¤ŗē¼–č¾‘å™Ø", - "showEditorsInGroup": "ę˜¾ē¤ŗē»„äø­ēš„ē¼–č¾‘å™Ø", "showAllEditors": "ę˜¾ē¤ŗę‰€ęœ‰ē¼–č¾‘å™Ø", "openPreviousRecentlyUsedEditorInGroup": "ę‰“å¼€ē»„äø­äøŠäø€äøŖęœ€čæ‘ä½æē”Øēš„ē¼–č¾‘å™Ø", "openNextRecentlyUsedEditorInGroup": "ę‰“å¼€ē»„äø­äø‹äø€äøŖęœ€čæ‘ä½æē”Øēš„ē¼–č¾‘å™Ø", @@ -54,5 +50,8 @@ "moveEditorLeft": "å‘å·¦ē§»åŠØē¼–č¾‘å™Ø", "moveEditorRight": "å‘å³ē§»åŠØē¼–č¾‘å™Ø", "moveEditorToPreviousGroup": "å°†ē¼–č¾‘å™Øē§»åŠØåˆ°äøŠäø€ē»„", - "moveEditorToNextGroup": "å°†ē¼–č¾‘å™Øē§»åŠØåˆ°äø‹äø€ē»„" + "moveEditorToNextGroup": "å°†ē¼–č¾‘å™Øē§»åŠØåˆ°äø‹äø€ē»„", + "moveEditorToFirstGroup": "å°†ē¼–č¾‘å™Øē§»åŠØåˆ°ē¬¬äø€ē»„", + "moveEditorToSecondGroup": "å°†ē¼–č¾‘å™Øē§»åŠØåˆ°ē¬¬äŗŒē»„", + "moveEditorToThirdGroup": "å°†ē¼–č¾‘å™Øē§»åŠØåˆ°ē¬¬äø‰ē»„" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 9c9da616c6..fcc95eecff 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "ęŒ‰ę ‡ē­¾ęˆ–ęŒ‰ē»„ē§»åŠØę“»åŠØē¼–č¾‘å™Ø", "editorCommand.activeEditorMove.arg.name": "ę“»åŠØē¼–č¾‘å™Øē§»åŠØå‚ę•°", - "editorCommand.activeEditorMove.arg.description": "å‚ę•°å±žę€§:\n\t* \"to\": ęä¾›å‘ä½•å¤„ē§»åŠØēš„å­—ē¬¦äø²å€¼ć€‚\n\t* \"by\": ęä¾›ē§»åŠØēš„å•ä½ēš„å­—ē¬¦äø²å€¼ć€‚ęŒ‰é€‰é”¹å”ęˆ–ęŒ‰ē»„ć€‚\n\t* \"value\": ęä¾›ē§»åŠØēš„ä½ē½®ę•°é‡ęˆ–ē§»åŠØåˆ°ēš„ē»åÆ¹ä½ē½®ēš„ę•°å­—åž‹å€¼ć€‚", - "commandDeprecated": "已删除命令 **{0}**ć€‚ä½ åÆä»„ę”¹ē”Ø **{1}**", - "openKeybindings": "é…ē½®é”®ē›˜åæ«ę·ę–¹å¼" + "editorCommand.activeEditorMove.arg.description": "å‚ę•°å±žę€§:\n\t* \"to\": ęä¾›å‘ä½•å¤„ē§»åŠØēš„å­—ē¬¦äø²å€¼ć€‚\n\t* \"by\": ęä¾›ē§»åŠØēš„å•ä½ēš„å­—ē¬¦äø²å€¼ć€‚ęŒ‰é€‰é”¹å”ęˆ–ęŒ‰ē»„ć€‚\n\t* \"value\": ęä¾›ē§»åŠØēš„ä½ē½®ę•°é‡ęˆ–ē§»åŠØåˆ°ēš„ē»åÆ¹ä½ē½®ēš„ę•°å­—åž‹å€¼ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 05b3245fe4..57a65f4d4e 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "左侧", "groupTwoVertical": "å±…äø­", "groupThreeVertical": "右侧", diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index d4be2f047c..157c0bed7a 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ē¼–č¾‘å™Øē»„é€‰å–å™Ø", "groupLabel": "组: {0}", "noResultsFoundInGroup": "ęœŖåœØē»„äø­ę‰¾åˆ°åŒ¹é…ēš„å·²ę‰“å¼€ē¼–č¾‘å™Ø", diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index 65d7dab6d6..d4a5d65792 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "蔌 {0}ļ¼Œåˆ— {1} (已选择{2})", "singleSelection": "蔌 {0}ļ¼Œåˆ— {1}", "multiSelectionRange": "{0} 选ꋩ(已选择 {1} 个字符)", diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..fc05d56f20 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0} B", + "sizeKB": "{0} KB", + "sizeMB": "{0} MB", + "sizeGB": "{0} GB", + "sizeTB": "{0} TB", + "largeImageError": "å›¾åƒę–‡ä»¶å¤Ŗå¤§ (>1 MB)ļ¼Œę— ę³•åœØē¼–č¾‘å™Øäø­ę˜¾ē¤ŗć€‚", + "resourceOpenExternalButton": "ä½æē”Øå¤–éƒØēØ‹åŗę‰“å¼€å›¾ē‰‡ļ¼Ÿ", + "nativeBinaryError": "å› äøŗę­¤ę–‡ä»¶ę˜ÆäŗŒčæ›åˆ¶ę–‡ä»¶ļ¼Œęˆ–ę–‡ä»¶čæ‡å¤§ļ¼Œęˆ–ä½æē”Øäŗ†äøå—ę”ÆęŒēš„ę–‡ęœ¬ē¼–ē ļ¼Œå°†äøä¼šåœØē¼–č¾‘å™Øäø­ę˜¾ē¤ŗć€‚", + "zoom.action.fit.label": "ę•“äøŖå›¾åƒ", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index f0e964a9a0..e50dd5fd35 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "é€‰é”¹å”ę“ä½œ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 9d821488d2..ad4f80e9d8 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "ę–‡ęœ¬å·®å¼‚ē¼–č¾‘å™Ø", "readonlyEditorWithInputAriaLabel": "{0}ć€‚åŖčÆ»ę–‡ęœ¬ęÆ”č¾ƒē¼–č¾‘å™Øć€‚", "readonlyEditorAriaLabel": "åŖčÆ»ę–‡ęœ¬ęÆ”č¾ƒē¼–č¾‘å™Øć€‚", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "ę–‡ęœ¬ę–‡ä»¶ęÆ”č¾ƒē¼–č¾‘å™Øć€‚", "navigate.next.label": "下一个曓改", "navigate.prev.label": "äøŠäø€äøŖę›“ę”¹", - "inlineDiffLabel": "åˆ‡ę¢åˆ°å†…č”č§†å›¾", - "sideBySideDiffLabel": "åˆ‡ę¢åˆ°å¹¶č”Œč§†å›¾" + "toggleIgnoreTrimWhitespace.label": "åæ½ē•„åÆč£å‰Ŗēš„ē©ŗē™½å­—ē¬¦" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index bcd6593156..d2f8645e67 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}ļ¼Œę‰€åœØē»„äøŗ: {1}怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index e59ddd05e3..96d3552422 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "ę–‡ęœ¬ē¼–č¾‘å™Ø", "readonlyEditorWithInputAriaLabel": "{0}ć€‚åŖčÆ»ę–‡ęœ¬ē¼–č¾‘å™Øć€‚", "readonlyEditorAriaLabel": "åŖčÆ»ę–‡ęœ¬ē¼–č¾‘å™Øć€‚", diff --git a/i18n/chs/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index 90dedb611f..d3dc549f09 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "关闭", - "closeOthers": "关闭其他", - "closeRight": "关闭到右侧", - "closeAll": "å…ØéƒØå…³é—­", - "closeAllUnmodified": "å…³é—­ęœŖę›“ę”¹", - "keepOpen": "äæęŒę‰“å¼€ēŠ¶ę€", - "showOpenedEditors": "ę˜¾ē¤ŗę‰“å¼€ēš„ē¼–č¾‘å™Ø", "araLabelEditorActions": "ē¼–č¾‘å™Øę“ä½œ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..2529d7970b --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "ęø…é™¤é€šēŸ„", + "clearNotifications": "ęø…é™¤ę‰€ęœ‰é€šēŸ„", + "hideNotificationsCenter": "éšč—é€šēŸ„", + "expandNotification": "å±•å¼€é€šēŸ„", + "collapseNotification": "ęŠ˜å é€šēŸ„", + "configureNotification": "é…ē½®é€šēŸ„", + "copyNotification": "å¤åˆ¶ę–‡ęœ¬" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..c315e0a44b --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "错误: {0}", + "alertWarningMessage": "č­¦å‘Š: {0}", + "alertInfoMessage": "俔息: {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..a4d805c767 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "é€šēŸ„", + "notificationsToolbar": "é€šēŸ„äø­åæƒę“ä½œ", + "notificationsList": "é€šēŸ„åˆ—č”Ø" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..33dfda1fc3 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "é€šēŸ„", + "showNotifications": "ę˜¾ē¤ŗé€šēŸ„", + "hideNotifications": "éšč—é€šēŸ„", + "clearAllNotifications": "ęø…é™¤ę‰€ęœ‰é€šēŸ„" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..10bc84543b --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "éšč—é€šēŸ„", + "zeroNotifications": "ę²”ęœ‰é€šēŸ„", + "noNotifications": "ę²”ęœ‰ę–°é€šēŸ„", + "oneNotification": "1 ę”ę–°é€šēŸ„", + "notifications": "{0} ę”ę–°é€šēŸ„" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..5dc3f74b7c --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "é€šēŸ„ęØŖå¹…" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..b600a87c90 --- /dev/null +++ b/i18n/chs/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "é€šēŸ„ę“ä½œ", + "notificationSource": "ę„ęŗ: {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index b0d63f9ec3..12724d2c48 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "å…³é—­é¢ęæ", "togglePanel": "åˆ‡ę¢é¢ęæ", "focusPanel": "čšē„¦åˆ°é¢ęæäø­", diff --git a/i18n/chs/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index c5576cfee8..bff6ca988e 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index c8a232fe91..fff4018e11 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (ꌉ \"Enter\" ä»„ē”®č®¤ęˆ–ęŒ‰ \"Esc\" ä»„å–ę¶ˆ)", "inputModeEntry": "ꌉ \"Enter\" ä»„ē”®č®¤ęˆ–ęŒ‰ \"Esc\" ä»„å–ę¶ˆ", "emptyPicks": "ę— ę”ē›®åÆä¾›é€‰å–", diff --git a/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 04188ac2f7..02b33b1fa6 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 04188ac2f7..a578361956 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "č½¬åˆ°ę–‡ä»¶...", "quickNavigateNext": "在 Quick Open äø­åÆ¼čˆŖåˆ°äø‹äø€äøŖ", "quickNavigatePrevious": "在 Quick Open äø­åÆ¼čˆŖåˆ°äøŠäø€äøŖ", diff --git a/i18n/chs/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index 23fae7a1c3..8e18fecab6 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "éšč—ä¾§č¾¹ę ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "čšē„¦äæ”ęÆä¾§č¾¹ę ", "viewCategory": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index fbfbe4e548..015b9dd826 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "箔理扩展" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 452ee0335c..322aabdd4e 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[äøå—ę”ÆęŒ]", + "userIsAdmin": "[ē®”ē†å‘˜]", + "userIsSudo": "[č¶…ēŗ§ē”Øęˆ·]", "devExtensionWindowTitlePrefix": "[ę‰©å±•å¼€å‘äø»ęœŗ]" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 08ebcb29e9..ac150b8b6e 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} ę“ä½œ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/views/views.i18n.json index 1e211f7c69..378a7a212e 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index 85f57daaba..51df1fa271 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/chs/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index e9347e0a6f..026f8123b8 100644 --- a/i18n/chs/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "ä»Žä¾§č¾¹ę äø­éšč—" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "隐藏" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/quickopen.i18n.json b/i18n/chs/src/vs/workbench/browser/quickopen.i18n.json index a6af2a3c87..c011ff4c20 100644 --- a/i18n/chs/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "ę²”ęœ‰åŒ¹é…ēš„ē»“ęžœ", "noResultsFound2": "ęœŖę‰¾åˆ°ē»“ęžœ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/browser/viewlet.i18n.json b/i18n/chs/src/vs/workbench/browser/viewlet.i18n.json index 6f2dfb7174..ab21636f1b 100644 --- a/i18n/chs/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "éšč—ä¾§č¾¹ę ", "collapse": "å…ØéƒØęŠ˜å " } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/common/theme.i18n.json b/i18n/chs/src/vs/workbench/common/theme.i18n.json index 8ebf8f723d..f191cdce34 100644 --- a/i18n/chs/src/vs/workbench/common/theme.i18n.json +++ b/i18n/chs/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "ę“»åŠØé€‰é”¹å”ēš„čƒŒę™Æč‰²ć€‚åœØē¼–č¾‘å™ØåŒŗåŸŸļ¼Œé€‰é”¹å”ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", "tabInactiveBackground": "éžę“»åŠØé€‰é”¹å”ēš„čƒŒę™Æč‰²ć€‚åœØē¼–č¾‘å™ØåŒŗåŸŸļ¼Œé€‰é”¹å”ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", + "tabHoverBackground": "é€‰é”¹å”č¢«ę‚¬åœę—¶ēš„čƒŒę™Æč‰²ć€‚é€‰é”¹å”ę˜Æē¼–č¾‘å™ØåŒŗåŸŸäø­ē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", + "tabUnfocusedHoverBackground": "éžē„¦ē‚¹ē»„é€‰é”¹å”č¢«ę‚¬åœę—¶ēš„čƒŒę™Æč‰²ć€‚é€‰é”¹å”ę˜Æē¼–č¾‘å™ØåŒŗåŸŸäø­ē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", "tabBorder": "ē”ØäŗŽå°†é€‰é”¹å”å½¼ę­¤åˆ†éš”å¼€ēš„č¾¹ę”†ć€‚é€‰é”¹å”ę˜Æē¼–č¾‘å™ØåŒŗåŸŸäø­ē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„å­˜åœØå¤šäøŖē¼–č¾‘å™Øē»„ć€‚", "tabActiveBorder": "ē”ØäŗŽé«˜äŗ®ę“»åŠØēš„é€‰é”¹å”ēš„č¾¹ę”†ć€‚é€‰é”¹å”ę˜Æē¼–č¾‘å™ØåŒŗåŸŸäø­ē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„å­˜åœØå¤šäøŖē¼–č¾‘å™Øē»„ć€‚", "tabActiveUnfocusedBorder": "ē”ØäŗŽé«˜äŗ®äø€äøŖå¤±åŽ»ē„¦ē‚¹ēš„ē¼–č¾‘å™Øē»„äø­ēš„ę“»åŠØé€‰é”¹å”ēš„č¾¹ę”†ć€‚é€‰é”¹å”ę˜Æē¼–č¾‘å™ØåŒŗåŸŸäø­ē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„å­˜åœØå¤šäøŖē¼–č¾‘å™Øē»„ć€‚", + "tabHoverBorder": "é€‰é”¹å”č¢«ę‚¬åœę—¶ē”ØäŗŽēŖå‡ŗę˜¾ē¤ŗēš„č¾¹ę”†ć€‚é€‰é”¹å”ę˜Æē¼–č¾‘å™ØåŒŗåŸŸäø­ē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", + "tabUnfocusedHoverBorder": "éžē„¦ē‚¹ē»„é€‰é”¹å”č¢«ę‚¬åœę—¶ē”ØäŗŽēŖå‡ŗę˜¾ē¤ŗēš„č¾¹ę”†ć€‚é€‰é”¹å”ę˜Æē¼–č¾‘å™ØåŒŗåŸŸäø­ē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", "tabActiveForeground": "ę“»åŠØē»„äø­ę“»åŠØé€‰é”¹å”ēš„å‰ę™Æč‰²ć€‚åœØē¼–č¾‘å™ØåŒŗåŸŸļ¼Œé€‰é”¹å”ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", "tabInactiveForeground": "ę“»åŠØē»„äø­éžę“»åŠØé€‰é”¹å”ēš„å‰ę™Æč‰²ć€‚åœØē¼–č¾‘å™ØåŒŗåŸŸļ¼Œé€‰é”¹å”ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", "tabUnfocusedActiveForeground": "äø€äøŖå¤±åŽ»ē„¦ē‚¹ēš„ē¼–č¾‘å™Øē»„äø­ēš„ę“»åŠØé€‰é”¹å”ēš„å‰ę™Æč‰²ć€‚åœØē¼–č¾‘å™ØåŒŗåŸŸļ¼Œé€‰é”¹å”ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚åÆåœØäø€äøŖē¼–č¾‘å™Øē»„äø­ę‰“å¼€å¤šäøŖé€‰é”¹å”ć€‚åÆä»„ęœ‰å¤šäøŖē¼–č¾‘å™Øē»„ć€‚", @@ -16,7 +22,7 @@ "editorGroupBackground": "ē¼–č¾‘å™Øē»„ēš„čƒŒę™Æé¢œč‰²ć€‚ē¼–č¾‘å™Øē»„ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚ę­¤é¢œč‰²åœØę‹–åŠØē¼–č¾‘å™Øē»„ę—¶ę˜¾ē¤ŗć€‚", "tabsContainerBackground": "åÆē”Øé€‰é”¹å”ę—¶ē¼–č¾‘å™Øē»„ę ‡é¢˜ēš„čƒŒę™Æé¢œč‰²ć€‚ē¼–č¾‘å™Øē»„ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚", "tabsContainerBorder": "é€‰é”¹å”åÆē”Øę—¶ē¼–č¾‘å™Øē»„ę ‡é¢˜ēš„č¾¹ę”†é¢œč‰²ć€‚ē¼–č¾‘å™Øē»„ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚", - "editorGroupHeaderBackground": "ē¦ē”Øé€‰é”¹å”ę—¶ē¼–č¾‘å™Øē»„ę ‡é¢˜ēš„čƒŒę™Æé¢œč‰²ć€‚ē¼–č¾‘å™Øē»„ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚", + "editorGroupHeaderBackground": "ē¦ē”Øé€‰é”¹å” (\"workbench.editor.showTabs\": false) ę—¶ē¼–č¾‘å™Øē»„ę ‡é¢˜é¢œč‰²ć€‚ē¼–č¾‘å™Øē»„ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚", "editorGroupBorder": "å°†å¤šäøŖē¼–č¾‘å™Øē»„å½¼ę­¤åˆ†éš”å¼€ēš„é¢œč‰²ć€‚ē¼–č¾‘å™Øē»„ę˜Æē¼–č¾‘å™Øēš„å®¹å™Øć€‚", "editorDragAndDropBackground": "ę‹–åŠØē¼–č¾‘å™Øę—¶ēš„čƒŒę™Æé¢œč‰²ć€‚ę­¤é¢œč‰²åŗ”ęœ‰é€ę˜Žåŗ¦ļ¼Œä»„ä¾æē¼–č¾‘å™Øå†…å®¹čƒ½é€čæ‡čƒŒę™Æć€‚", "panelBackground": "é¢ęæēš„čƒŒę™Æč‰²ć€‚é¢ęæę˜¾ē¤ŗåœØē¼–č¾‘å™ØåŒŗåŸŸäø‹ę–¹ļ¼ŒåÆåŒ…å«č¾“å‡ŗå’Œé›†ęˆē»ˆē«Æē­‰č§†å›¾ć€‚", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "å½“ę²”ęœ‰ę‰“å¼€ę–‡ä»¶å¤¹ę—¶ļ¼Œē”Øę„ä½æēŠ¶ę€ę äøŽä¾§č¾¹ę ć€ē¼–č¾‘å™Øåˆ†éš”ēš„ēŠ¶ę€ę č¾¹ę”†é¢œč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚", "statusBarItemActiveBackground": "å•å‡»ę—¶ēš„ēŠ¶ę€ę é”¹čƒŒę™Æč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚", "statusBarItemHoverBackground": "ę‚¬åœę—¶ēš„ēŠ¶ę€ę é”¹čƒŒę™Æč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚", - "statusBarProminentItemBackground": "ēŠ¶ę€ę ēŖå‡ŗę˜¾ē¤ŗé”¹ēš„čƒŒę™Æé¢œč‰²ć€‚ēŖå‡ŗę˜¾ē¤ŗé”¹ęÆ”ēŠ¶ę€ę äø­ēš„å…¶ä»–ę”ē›®ę›“ę˜¾ēœ¼ļ¼Œč”Øę˜Žå…¶é‡č¦ę€§ę›“é«˜ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚", - "statusBarProminentItemHoverBackground": "ēŠ¶ę€ę ēŖå‡ŗę˜¾ē¤ŗé”¹åœØę‚¬åœę—¶ēš„čƒŒę™Æé¢œč‰²ć€‚ēŖå‡ŗę˜¾ē¤ŗé”¹ęÆ”ēŠ¶ę€ę äø­ēš„å…¶ä»–ę”ē›®ę›“ę˜¾ēœ¼ļ¼Œč”Øę˜Žå…¶é‡č¦ę€§ę›“é«˜ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚", + "statusBarProminentItemBackground": "ēŠ¶ę€ę ēŖå‡ŗę˜¾ē¤ŗé”¹ēš„čƒŒę™Æé¢œč‰²ć€‚ēŖå‡ŗę˜¾ē¤ŗé”¹ęÆ”ēŠ¶ę€ę äø­ēš„å…¶ä»–ę”ē›®ę›“é†’ē›®ä»„č”Øę˜Žå…¶é‡č¦ę€§ć€‚åœØå‘½ä»¤é¢ęæäø­ę›“ę”¹ā€œåˆ‡ę¢ Tab é”®ę˜Æå¦ē§»åŠØē„¦ē‚¹ā€åÆęŸ„ēœ‹ē¤ŗä¾‹ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚", + "statusBarProminentItemHoverBackground": "ēŠ¶ę€ę ēŖå‡ŗę˜¾ē¤ŗé”¹åœØč¢«ę‚¬åœę—¶ēš„čƒŒę™Æé¢œč‰²ć€‚ēŖå‡ŗę˜¾ē¤ŗé”¹ęÆ”ēŠ¶ę€ę äø­ēš„å…¶ä»–ę”ē›®ę›“é†’ē›®ä»„č”Øę˜Žå…¶é‡č¦ę€§ć€‚åœØå‘½ä»¤é¢ęæäø­ę›“ę”¹ā€œåˆ‡ę¢ Tab é”®ę˜Æå¦ē§»åŠØē„¦ē‚¹ā€åÆęŸ„ēœ‹ē¤ŗä¾‹ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚", "activityBarBackground": "ę“»åŠØę čƒŒę™Æč‰²ć€‚ę“»åŠØę ę˜¾ē¤ŗåœØęœ€å·¦ä¾§ęˆ–ęœ€å³ä¾§ļ¼Œå¹¶å…č®øåœØä¾§č¾¹ę ēš„č§†å›¾é—“åˆ‡ę¢ć€‚", "activityBarForeground": "ę“»åŠØę å‰ę™Æč‰²(ä¾‹å¦‚ē”ØäŗŽå›¾ę ‡)ć€‚ę“»åŠØę ę˜¾ē¤ŗåœØęœ€å·¦ä¾§ęˆ–ęœ€å³ä¾§ļ¼Œå¹¶å…č®øåœØä¾§č¾¹ę ēš„č§†å›¾é—“åˆ‡ę¢ć€‚", "activityBarBorder": "ę“»åŠØę åˆ†éš”ä¾§č¾¹ę ēš„č¾¹ę”†é¢œč‰²ć€‚ę“»åŠØę ę˜¾ē¤ŗåœØęœ€å·¦ä¾§ęˆ–ęœ€å³ä¾§ļ¼Œå¹¶åÆä»„åˆ‡ę¢ä¾§č¾¹ę ēš„č§†å›¾ć€‚", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "ēŖ—å£å¤„äŗŽę“»åŠØēŠ¶ę€ę—¶ēš„ę ‡é¢˜ę čƒŒę™Æč‰²ć€‚čÆ·ę³Øę„ļ¼ŒčÆ„é¢œč‰²å½“å‰ä»…åœØ macOS äøŠå—ę”ÆęŒć€‚", "titleBarInactiveBackground": "ēŖ—å£å¤„äŗŽéžę“»åŠØēŠ¶ę€ę—¶ēš„ę ‡é¢˜ę čƒŒę™Æč‰²ć€‚čÆ·ę³Øę„ļ¼ŒčÆ„é¢œč‰²å½“å‰ä»…åœØ macOS äøŠå—ę”ÆęŒć€‚", "titleBarBorder": "ę ‡é¢˜ę č¾¹ę”†é¢œč‰²ć€‚čÆ·ę³Øę„ļ¼ŒčÆ„é¢œč‰²å½“å‰ä»…åœØ macOS äøŠå—ę”ÆęŒć€‚", - "notificationsForeground": "é€šēŸ„å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsBackground": "é€šēŸ„čƒŒé¢œč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsButtonBackground": "é€šēŸ„ęŒ‰é’®čƒŒę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsButtonHoverBackground": "ę‚¬åœę—¶ēš„é€šēŸ„ęŒ‰é’®čƒŒę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsButtonForeground": "é€šēŸ„ęŒ‰é’®å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsInfoBackground": "ę¶ˆęÆé€šēŸ„čƒŒę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsInfoForeground": "ę¶ˆęÆé€šēŸ„å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsWarningBackground": "č­¦å‘Šé€šēŸ„čƒŒé¢œč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsWarningForeground": "č­¦å‘Šé€šēŸ„å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsErrorBackground": "é”™čÆÆé€šēŸ„čƒŒę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚", - "notificationsErrorForeground": "é”™čÆÆé€šēŸ„å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£é”¶éƒØę»‘å…„ć€‚" + "notificationCenterBorder": "é€šēŸ„äø­åæƒēš„č¾¹ę”†é¢œč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚", + "notificationToastBorder": "é€šēŸ„ęØŖå¹…ēš„č¾¹ę”†é¢œč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚", + "notificationsForeground": "é€šēŸ„ēš„å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚", + "notificationsBackground": "é€šēŸ„ēš„čƒŒę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚", + "notificationsLink": "é€šēŸ„é“¾ęŽ„ēš„å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚", + "notificationCenterHeaderForeground": "é€šēŸ„äø­åæƒå¤“éƒØēš„å‰ę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚", + "notificationCenterHeaderBackground": "é€šēŸ„äø­åæƒå¤“éƒØēš„čƒŒę™Æč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚", + "notificationsBorder": "é€šēŸ„äø­åæƒäø­åˆ†éš”é€šēŸ„ēš„č¾¹ę”†ēš„é¢œč‰²ć€‚é€šēŸ„ä»ŽēŖ—å£å³äø‹č§’ę»‘å…„ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/common/views.i18n.json b/i18n/chs/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..606b16ed86 --- /dev/null +++ b/i18n/chs/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "ID äøŗ {0} ēš„č§†å›¾åœØä½ē½®ā€œ{1}ā€å·²č¢«ę³Øå†Œ" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json index 24ec2fcb7b..2230df37e8 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "关闭编辑器", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "å…³é—­ēŖ—å£", "closeWorkspace": "å…³é—­å·„ä½œåŒŗ", "noWorkspaceOpened": "ę­¤å®žä¾‹å½“å‰ę²”ęœ‰ę‰“å¼€å·„ä½œåŒŗļ¼Œę— ę³•å…³é—­ć€‚", @@ -17,6 +18,7 @@ "zoomReset": "é‡ē½®ē¼©ę”¾", "appPerf": "åÆåŠØę€§čƒ½", "reloadWindow": "é‡ę–°åŠ č½½ēŖ—å£", + "reloadWindowWithExntesionsDisabled": "ē¦ē”Øę‰©å±•åŽé‡ę–°åŠ č½½ēŖ—å£", "switchWindowPlaceHolder": "é€‰ę‹©åˆ‡ę¢ēš„ēŖ—å£", "current": "å½“å‰ēŖ—å£", "close": "å…³é—­ēŖ—å£", @@ -29,7 +31,6 @@ "remove": "ä»Žęœ€čæ‘ę‰“å¼€äø­åˆ é™¤", "openRecent": "ę‰“å¼€ęœ€čæ‘ēš„ę–‡ä»¶ā€¦", "quickOpenRecent": "åæ«é€Ÿę‰“å¼€ęœ€čæ‘ēš„ę–‡ä»¶ā€¦", - "closeMessages": "å…³é—­é€šēŸ„ę¶ˆęÆ", "reportIssueInEnglish": "ä½æē”Øč‹±ę–‡ęŠ„å‘Šé—®é¢˜", "reportPerformanceIssue": "ęŠ„å‘Šę€§čƒ½é—®é¢˜", "keybindingsReference": "é”®ē›˜åæ«ę·ę–¹å¼å‚č€ƒ", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "å°†ēŖ—å£é€‰é”¹å”ē§»åŠØåˆ°ę–°ēŖ—å£", "mergeAllWindowTabs": "åˆå¹¶ę‰€ęœ‰ēŖ—å£", "toggleWindowTabsBar": "åˆ‡ę¢ēŖ—å£é€‰é”¹å”ę ", - "configureLocale": "é…ē½®čÆ­čØ€", - "displayLanguage": "定义 VSCode ēš„ę˜¾ē¤ŗčÆ­čØ€ć€‚", - "doc": "čÆ·å‚é˜… {0}ļ¼Œäŗ†č§£ę”ÆęŒēš„čÆ­čØ€åˆ—č”Øć€‚", - "restart": "ę›“ę”¹ę­¤å€¼éœ€č¦é‡åÆ VSCode怂", - "fail.createSettings": "ę— ę³•åˆ›å»ŗā€œ{0}ā€({1})怂", - "openLogsFolder": "打开旄志文件夹", - "showLogs": "ę˜¾ē¤ŗę—„åæ—...", - "mainProcess": "主进程", - "sharedProcess": "共享进程", - "rendererProcess": "ęø²ęŸ“å™Øčæ›ēØ‹", - "extensionHost": "ę‰©å±•äø»ęœŗ", - "selectProcess": "选择进程", - "setLogLevel": "č®¾ē½®ę—„åæ—ēŗ§åˆ«", - "trace": "跟踪", - "debug": "č°ƒčÆ•", - "info": "俔息", - "warn": "č­¦å‘Š", - "err": "错误", - "critical": "关键", - "off": "关闭", - "selectLogLevel": "é€‰ę‹©ę—„åæ—ēŗ§åˆ«" + "about": "å…³äŗŽ {0}", + "inspect context keys": "ę£€ęŸ„äøŠäø‹ę–‡é”®å€¼" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/configureLocale.i18n.json index c8f8f1edc8..d404c20631 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/crashReporter.i18n.json index 0581515bc9..02f7c1f237 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/extensionHost.i18n.json index 2f9f1e433c..2e7ae943da 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/main.contribution.i18n.json index e93318a00b..76f8a69f21 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "ęŸ„ēœ‹", "help": "帮助", "file": "ꖇ件", - "developer": "å¼€å‘č€…", "workspaces": "巄作区", + "developer": "å¼€å‘č€…", + "workbenchConfigurationTitle": "巄作台", "showEditorTabs": "ęŽ§åˆ¶ę‰“å¼€ēš„ē¼–č¾‘å™Øę˜Æå¦ę˜¾ē¤ŗåœØé€‰é”¹å”äø­ć€‚", "workbench.editor.labelFormat.default": "ę˜¾ē¤ŗę–‡ä»¶åć€‚å½“åÆē”Øé€‰é”¹å”äø”åœØåŒäø€ē»„å†…ęœ‰äø¤äøŖē›øåŒåē§°ēš„ę–‡ä»¶ę—¶ļ¼Œå°†ę·»åŠ ęÆäøŖę–‡ä»¶č·Æå¾„äø­åÆä»„ē”ØäŗŽåŒŗåˆ†ēš„éƒØåˆ†ć€‚åœØé€‰é”¹å”č¢«ē¦ē”Øäø”ē¼–č¾‘å™Øę“»åŠØę—¶ļ¼Œå°†ę˜¾ē¤ŗē›øåÆ¹äŗŽå·„ä½œåŒŗę–‡ä»¶å¤¹ēš„č·Æå¾„ć€‚", "workbench.editor.labelFormat.short": "åœØę–‡ä»¶ēš„ē›®å½•åä¹‹åŽę˜¾ē¤ŗę–‡ä»¶åć€‚", @@ -20,23 +23,25 @@ "showIcons": "ęŽ§åˆ¶ę‰“å¼€ēš„ē¼–č¾‘å™Øę˜Æå¦éšå›¾ę ‡äø€čµ·ę˜¾ē¤ŗć€‚čæ™čæ˜éœ€åÆē”Øå›¾ę ‡äø»é¢˜ć€‚", "enablePreview": "ęŽ§åˆ¶ę˜Æå¦å°†ę‰“å¼€ēš„ē¼–č¾‘å™Øę˜¾ē¤ŗäøŗé¢„č§ˆć€‚é¢„č§ˆē¼–č¾‘å™Øå°†ä¼šé‡ē”Øč‡³å…¶č¢«äæē•™(ä¾‹å¦‚ļ¼Œé€ščæ‡åŒå‡»ęˆ–ē¼–č¾‘)ļ¼Œäø”å…¶å­—ä½“ę ·å¼å°†äøŗę–œä½“ć€‚", "enablePreviewFromQuickOpen": "ęŽ§åˆ¶ Quick Open äø­ę‰“å¼€ēš„ē¼–č¾‘å™Øę˜Æå¦ę˜¾ē¤ŗäøŗé¢„č§ˆć€‚é¢„č§ˆē¼–č¾‘å™ØåÆä»„é‡ę–°ä½æē”Øļ¼Œē›“åˆ°å°†å…¶äæē•™(ä¾‹å¦‚ļ¼Œé€ščæ‡åŒå‡»ęˆ–ē¼–č¾‘)怂", + "closeOnFileDelete": "ęŽ§åˆ¶ę–‡ä»¶č¢«å…¶ä»–ęŸäŗ›čæ›ēØ‹åˆ é™¤ęˆ–é‡å‘½åę—¶ę˜Æå¦åŗ”čÆ„č‡ŖåŠØå…³é—­ę˜¾ē¤ŗę–‡ä»¶ēš„ē¼–č¾‘å™Øć€‚ē¦ē”Øę­¤é”¹ä¼šäæęŒē¼–č¾‘å™Øä½œäøŗę­¤ē±»äŗ‹ä»¶ēš„č„ę–‡ä»¶ę‰“å¼€ć€‚čÆ·ę³Øę„ļ¼Œä»Žåŗ”ē”ØēØ‹åŗå†…éƒØčæ›č”Œåˆ é™¤ę“ä½œä¼šå§‹ē»ˆå…³é—­ē¼–č¾‘å™Øļ¼Œå¹¶äø”č„ę–‡ä»¶å§‹ē»ˆäøä¼šå…³é—­ä»„äæå­˜ę•°ę®ć€‚", "editorOpenPositioning": "ęŽ§åˆ¶ę‰“å¼€ē¼–č¾‘å™Øēš„ä½ē½®ć€‚é€‰ę‹©ā€œå·¦ä¾§ā€ęˆ–ā€œå³ä¾§ā€ä»„åœØå½“å‰ę“»åŠØä½ē½®ēš„å·¦ä¾§ęˆ–å³ä¾§ę‰“å¼€ē¼–č¾‘å™Øć€‚é€‰ę‹©ā€œē¬¬äø€äøŖā€ęˆ–ā€œęœ€åŽäø€äøŖā€ä»„ä»Žå½“å‰ę“»åŠØä½ē½®ē‹¬ē«‹ę‰“å¼€ē¼–č¾‘å™Øć€‚", "revealIfOpen": "ęŽ§åˆ¶ę‰“å¼€ę—¶ē¼–č¾‘å™Øę˜Æå¦ę˜¾ē¤ŗåœØä»»ä½•åÆč§ē»„äø­ć€‚å¦‚ęžœē¦ē”Øļ¼Œē¼–č¾‘å™Øä¼šä¼˜å…ˆåœØå½“å‰ę“»åŠØē¼–č¾‘å™Øē»„äø­ę‰“å¼€ć€‚å¦‚ęžœåÆē”Øļ¼Œä¼šę˜¾ē¤ŗå·²ę‰“å¼€ēš„ē¼–č¾‘å™Øč€Œäøę˜ÆåœØå½“å‰ę“»åŠØē¼–č¾‘å™Øē»„äø­å†ę¬”ę‰“å¼€ć€‚čÆ·ę³Øę„ļ¼Œęœ‰äŗ›ęƒ…å†µäø‹ä¼šåæ½ē•„ę­¤č®¾ē½®ļ¼Œä¾‹å¦‚å¼ŗåˆ¶ē¼–č¾‘å™ØåœØē‰¹å®šē»„äø­ęˆ–åœØå½“å‰ę“»åŠØē»„ēš„č¾¹ä¾§ę‰“å¼€ę—¶ć€‚", + "swipeToNavigate": "ä½æē”Øäø‰ęŒ‡ęØŖę‰«åœØę‰“å¼€ēš„ę–‡ä»¶ä¹‹é—“åÆ¼čˆŖ", "commandHistory": "ęŽ§åˆ¶å‘½ä»¤é¢ęæäø­äæē•™ęœ€čæ‘ä½æē”Øå‘½ä»¤ēš„ę•°é‡ć€‚č®¾ē½®äøŗ 0 ę—¶ē¦ē”Øå‘½ä»¤åŽ†å²åŠŸčƒ½ć€‚", "preserveInput": "ęŽ§åˆ¶ę˜Æå¦åœØå†ę¬”ę‰“å¼€å‘½ä»¤é¢ęæę—¶ę¢å¤äøŠäø€ę¬”ēš„č¾“å…„å†…å®¹ć€‚", "closeOnFocusLost": "ęŽ§åˆ¶ Quick Open ę˜Æå¦åŗ”åœØå¤±åŽ»ē„¦ē‚¹ę—¶č‡ŖåŠØå…³é—­ć€‚", "openDefaultSettings": "ęŽ§åˆ¶ę‰“å¼€č®¾ē½®ę—¶ę˜Æå¦ę‰“å¼€ę˜¾ē¤ŗę‰€ęœ‰é»˜č®¤č®¾ē½®ēš„ē¼–č¾‘å™Øć€‚", "sideBarLocation": "ęŽ§åˆ¶č¾¹ę ēš„ä½ē½®ć€‚å®ƒåÆę˜¾ē¤ŗåœØå·„ä½œå°ēš„å·¦ä¾§ęˆ–å³ä¾§ć€‚", + "panelDefaultLocation": "ęŽ§åˆ¶ę­¤é¢ęæēš„é»˜č®¤ä½ē½®ć€‚åÆę˜¾ē¤ŗåœØå·„ä½œå°ēš„åŗ•éƒØęˆ–å³ä¾§ć€‚", "statusBarVisibility": "ęŽ§åˆ¶å·„ä½œå°åŗ•éƒØēŠ¶ę€ę ēš„åÆč§ę€§ć€‚", "activityBarVisibility": "ęŽ§åˆ¶å·„ä½œå°äø­ę“»åŠØę ēš„åÆč§ę€§ć€‚", - "closeOnFileDelete": "ęŽ§åˆ¶ę–‡ä»¶č¢«å…¶ä»–ęŸäŗ›čæ›ēØ‹åˆ é™¤ęˆ–é‡å‘½åę—¶ę˜Æå¦åŗ”čÆ„č‡ŖåŠØå…³é—­ę˜¾ē¤ŗę–‡ä»¶ēš„ē¼–č¾‘å™Øć€‚ē¦ē”Øę­¤é”¹ä¼šäæęŒē¼–č¾‘å™Øä½œäøŗę­¤ē±»äŗ‹ä»¶ēš„č„ę–‡ä»¶ę‰“å¼€ć€‚čÆ·ę³Øę„ļ¼Œä»Žåŗ”ē”ØēØ‹åŗå†…éƒØčæ›č”Œåˆ é™¤ę“ä½œä¼šå§‹ē»ˆå…³é—­ē¼–č¾‘å™Øļ¼Œå¹¶äø”č„ę–‡ä»¶å§‹ē»ˆäøä¼šå…³é—­ä»„äæå­˜ę•°ę®ć€‚", - "enableNaturalLanguageSettingsSearch": "ęŽ§åˆ¶ę˜Æå¦åœØč®¾ē½®äø­åÆē”Øč‡Ŗē„¶čÆ­čØ€ęœē“¢ęØ”å¼ć€‚", - "fontAliasing": "ęŽ§åˆ¶å·„ä½œå°äø­å­—ä½“ēš„ęø²ęŸ“ę–¹å¼\n- default: ę¬”åƒē“ å¹³ę»‘å­—ä½“ć€‚å°†åœØå¤§å¤šę•°éž retina ę˜¾ē¤ŗå™ØäøŠę˜¾ē¤ŗęœ€ęø…ę™°ēš„ę–‡å­—\n- antialiased: čæ›č”Œåƒē“ č€Œäøę˜Æę¬”åƒē“ ēŗ§åˆ«ēš„å­—ä½“å¹³ę»‘ć€‚åÆčƒ½ä¼šåÆ¼č‡“å­—ä½“ę•“ä½“ę˜¾ē¤ŗå¾—ę›“ē»†\n- none: ē¦ē”Øå­—ä½“å¹³ę»‘ć€‚å°†ę˜¾ē¤ŗč¾¹ē¼˜ē²—ē³™ć€ęœ‰é”Æé½æēš„ę–‡å­—", + "viewVisibility": "ęŽ§åˆ¶ę˜Æå¦ę˜¾ē¤ŗč§†å›¾å¤“éƒØēš„ę“ä½œé”¹ć€‚č§†å›¾å¤“éƒØę“ä½œé”¹åÆä»„äø€ē›“ļ¼Œęˆ–ę˜Æä»…å½“čšē„¦åˆ°å’Œę‚¬åœåœØč§†å›¾äøŠę—¶ę˜¾ē¤ŗć€‚", + "fontAliasing": "ęŽ§åˆ¶å·„ä½œå°äø­å­—ä½“ēš„ęø²ęŸ“ę–¹å¼\n- default: ę¬”åƒē“ å¹³ę»‘å­—ä½“ć€‚å°†åœØå¤§å¤šę•°éž retina ę˜¾ē¤ŗå™ØäøŠę˜¾ē¤ŗęœ€ęø…ę™°ēš„ę–‡å­—\n- antialiased: čæ›č”Œåƒē“ č€Œäøę˜Æę¬”åƒē“ ēŗ§åˆ«ēš„å­—ä½“å¹³ę»‘ć€‚åÆčƒ½ä¼šåÆ¼č‡“å­—ä½“ę•“ä½“ę˜¾ē¤ŗå¾—ę›“ē»†\n- none: ē¦ē”Øå­—ä½“å¹³ę»‘ć€‚å°†ę˜¾ē¤ŗč¾¹ē¼˜ē²—ē³™ć€ęœ‰é”Æé½æēš„ę–‡å­—\n- auto: ę ¹ę®ę˜¾ē¤ŗå™Ø DPI č‡ŖåŠØåŗ”ē”Ø \"default\" ꈖ \"antialiased\" 选锹。", "workbench.fontAliasing.default": "ę¬”åƒē“ å¹³ę»‘å­—ä½“ć€‚å°†åœØå¤§å¤šę•°éž retina ę˜¾ē¤ŗå™ØäøŠę˜¾ē¤ŗęœ€ęø…ę™°ēš„ę–‡å­—ć€‚", "workbench.fontAliasing.antialiased": "čæ›č”Œåƒē“ č€Œäøę˜Æę¬”åƒē“ ēŗ§åˆ«ēš„å­—ä½“å¹³ę»‘ć€‚åÆčƒ½ä¼šåÆ¼č‡“å­—ä½“ę•“ä½“ę˜¾ē¤ŗå¾—ę›“ē»†ć€‚", "workbench.fontAliasing.none": "ē¦ē”Øå­—ä½“å¹³ę»‘ć€‚å°†ę˜¾ē¤ŗč¾¹ē¼˜ē²—ē³™ć€ęœ‰é”Æé½æēš„ę–‡å­—ć€‚", - "swipeToNavigate": "ä½æē”Øäø‰ęŒ‡ęØŖę‰«åœØę‰“å¼€ēš„ę–‡ä»¶ä¹‹é—“åÆ¼čˆŖ", - "workbenchConfigurationTitle": "巄作台", + "workbench.fontAliasing.auto": "ę ¹ę®ę˜¾ē¤ŗå™Ø DPI č‡ŖåŠØåŗ”ē”Ø \"default\" ꈖ \"antialiased\" 选锹。", + "enableNaturalLanguageSettingsSearch": "ęŽ§åˆ¶ę˜Æå¦åœØč®¾ē½®äø­åÆē”Øč‡Ŗē„¶čÆ­čØ€ęœē“¢ęØ”å¼ć€‚", "windowConfigurationTitle": "ēŖ—å£", "window.openFilesInNewWindow.on": "ę–‡ä»¶å°†åœØę–°ēŖ—å£äø­ę‰“å¼€", "window.openFilesInNewWindow.off": "ę–‡ä»¶å°†åœØčÆ„ę–‡ä»¶ēš„ę–‡ä»¶å¤¹ę‰“å¼€ēš„ēŖ—å£äø­ę‰“å¼€ļ¼Œęˆ–åœØäøŠäø€äøŖę“»åŠØēŖ—å£äø­ę‰“å¼€", @@ -71,9 +76,9 @@ "window.nativeTabs": "\n启用macOS SierraēŖ—å£é€‰é”¹å”ć€‚čÆ·ę³Øę„ļ¼Œę›“ę”¹éœ€č¦å®Œå…Øé‡ę–°åÆåŠØēØ‹åŗę‰čƒ½ē”Ÿę•ˆć€‚å¦‚ęžœé…ē½®ę­¤é€‰é”¹ļ¼Œęœ¬ęœŗé€‰é”¹å”å°†ē¦ē”Øč‡Ŗå®šä¹‰ę ‡é¢˜ę ę ·å¼ć€‚", "zenModeConfigurationTitle": "Zen ęØ”å¼", "zenMode.fullScreen": "ęŽ§åˆ¶ę‰“å¼€ Zen Mode ę˜Æå¦ä¹Ÿä¼šå°†å·„ä½œå°ē½®äŗŽå…Øå±ęØ”å¼ć€‚", + "zenMode.centerLayout": "ęŽ§åˆ¶ę˜Æå¦åœØ Zen ęØ”å¼äø­åÆē”Øå±…äø­åøƒå±€", "zenMode.hideTabs": "ęŽ§åˆ¶ę‰“å¼€ Zen ęØ”å¼ę˜Æå¦ä¹Ÿä¼šéšč—å·„ä½œå°é€‰é”¹å”ć€‚", "zenMode.hideStatusBar": "ęŽ§åˆ¶ę‰“å¼€ Zen ęØ”å¼ę˜Æå¦ä¹Ÿä¼šéšč—å·„ä½œå°åŗ•éƒØēš„ēŠ¶ę€ę ć€‚", "zenMode.hideActivityBar": "ęŽ§åˆ¶ę‰“å¼€ Zen ęØ”å¼ę˜Æå¦ä¹Ÿä¼šéšč—å·„ä½œå°å·¦ä¾§ēš„ę“»åŠØę ć€‚", - "zenMode.restore": "ęŽ§åˆ¶å¦‚ęžœęŸēŖ—å£å·²é€€å‡ŗ zen ęØ”å¼ļ¼Œę˜Æå¦åŗ”čæ˜åŽŸåˆ° zen ęØ”å¼ć€‚", - "JsonSchema.locale": "č¦ä½æē”Øēš„ UI 语言。" + "zenMode.restore": "ęŽ§åˆ¶å¦‚ęžœęŸēŖ—å£å·²é€€å‡ŗ zen ęØ”å¼ļ¼Œę˜Æå¦åŗ”čæ˜åŽŸåˆ° zen ęØ”å¼ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/main.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/main.i18n.json index 256931a48b..6c11ed29fb 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "ę— ę³•åŠ č½½éœ€č¦ēš„ę–‡ä»¶ć€‚ę‚Øēš„ Internet čæžęŽ„å·²ę–­å¼€ļ¼Œęˆ–č€…ę‚ØčæžęŽ„ēš„ęœåŠ”å™Øå·²č„±ęœŗć€‚čÆ·åˆ·ę–°ęµč§ˆå™Øå¹¶é‡čÆ•ć€‚", "loaderErrorNative": "ęœŖčƒ½åŠ č½½ę‰€éœ€ę–‡ä»¶ć€‚čÆ·é‡åÆåŗ”ē”ØēØ‹åŗé‡čÆ•ć€‚čÆ¦ē»†äæ”ęÆ: {0}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json index 3f8eff44c3..4fc26028cd 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/electron-browser/window.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/window.i18n.json index b2c1d0e676..ba59dc58d5 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "ę’¤ę¶ˆ", "redo": "ę¢å¤", "cut": "å‰Ŗåˆ‡", "copy": "复制", "paste": "粘蓓", - "selectAll": "全选" + "selectAll": "全选", + "runningAsRoot": "äøå»ŗč®®ä»„ root ē”Øęˆ·čŗ«ä»½čæč”Œ {0}怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/workbench.i18n.json index b7d445f6a6..8545848564 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "å¼€å‘č€…", "file": "ꖇ件" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json index 2a434caf8a..9a06e63978 100644 --- a/i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/chs/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "路径 {0} ęœŖęŒ‡å‘ęœ‰ę•ˆēš„ę‰©å±•ęµ‹čÆ•čæč”ŒēØ‹åŗć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/chs/src/vs/workbench/node/extensionPoints.i18n.json index eb7858e1e0..6fa2a8e7f3 100644 --- a/i18n/chs/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/chs/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index b65abddcfc..c95f6cd0ab 100644 --- a/i18n/chs/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "在 PATH äø­å®‰č£…ā€œ{0}ā€å‘½ä»¤", "not available": "ę­¤å‘½ä»¤äøåÆē”Ø", "successIn": "已成功在 PATH 中安装了 Shell å‘½ä»¤ā€œ{0}ā€ć€‚", - "warnEscalation": "Code 将使用 \"osascript\" ę„ęē¤ŗčŽ·å–ē®”ē†å‘˜ęƒé™ļ¼Œčæ›äø€ę­„å®‰č£… shell 命令。", "ok": "甮定", - "cantCreateBinFolder": "ę— ę³•åˆ›å»ŗ \"/usr/local/bin\"怂", "cancel2": "å–ę¶ˆ", + "warnEscalation": "Code 将使用 \"osascript\" ę„ęē¤ŗčŽ·å–ē®”ē†å‘˜ęƒé™ļ¼Œčæ›äø€ę­„å®‰č£… shell 命令。", + "cantCreateBinFolder": "ę— ę³•åˆ›å»ŗ \"/usr/local/bin\"怂", "aborted": "已中止", "uninstall": "从 PATH äø­åøč½½ā€œ{0}ā€å‘½ä»¤", "successFrom": "å·²ęˆåŠŸä»Ž PATH åøč½½ Shell å‘½ä»¤ā€œ{0}ā€ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index c01de26c1f..07da1c7f8d 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "ēŽ°åœØå°†č®¾ē½® \"editor.accessibilitySupport\" 曓改为 \"on\"怂", "openingDocs": "ę­£åœØę‰“å¼€ VS Code č¾…åŠ©åŠŸčƒ½ę–‡ę”£é”µé¢ć€‚", "introMsg": "ę„Ÿč°¢čÆ•ē”Ø VS Code ēš„č¾…åŠ©åŠŸčƒ½é€‰é”¹ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index b163a2de99..850bdfb263 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "å¼€å‘č€…: ę£€ęŸ„é”®ę˜ å°„" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 69af1a1991..bef518be52 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 46005b8487..87bf30c49d 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "é”™čÆÆåˆ†ęž {0}: {1}", "schema.openBracket": "å·¦ę–¹ę‹¬å·å­—ē¬¦ęˆ–å­—ē¬¦äø²åŗåˆ—ć€‚", "schema.closeBracket": "å³ę–¹ę‹¬å·å­—ē¬¦ęˆ–å­—ē¬¦äø²åŗåˆ—ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 69af1a1991..a1eaada817 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "å¼€å‘č€…: ę£€ęŸ„ TM ä½œē”ØåŸŸ", "inspectTMScopesWidget.loading": "正在加载..." } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index a381c9562f..3694efc135 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "ęŸ„ēœ‹: åˆ‡ę¢å°åœ°å›¾" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 90e803801d..37a710213f 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "åˆ‡ę¢å¤šč”Œäæ®ę”¹é”®" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 8f88c51084..5e5f9e98c9 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "ęŸ„ēœ‹: åˆ‡ę¢ęŽ§åˆ¶å­—ē¬¦" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 4666a1892d..c7ecb6a109 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "ęŸ„ēœ‹: åˆ‡ę¢å‘ˆēŽ°ē©ŗę ¼" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index a7b3e519e7..de9ba271fa 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "ęŸ„ēœ‹: åˆ‡ę¢č‡ŖåŠØę¢č”Œ", "wordWrap.notInDiffEditor": "äøčƒ½åœØå·®å¼‚ē¼–č¾‘å™Øäø­åˆ‡ę¢č‡ŖåŠØę¢č”Œć€‚", "unwrapMinified": "äøŗę­¤ę–‡ä»¶ē¦ē”ØęŠ˜č”Œ", diff --git a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 00e1517f72..b10150761a 100644 --- a/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "甮定", "wordWrapMigration.dontShowAgain": "äøå†ę˜¾ē¤ŗ", "wordWrapMigration.openSettings": "打开设置", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 1334a6d365..32a19fb075 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "åœØč”Øč¾¾å¼č®”ē®—ē»“ęžœäøŗ true ę—¶äø­ę–­ć€‚ęŒ‰ \"Enter\" č”Øē¤ŗęŽ„å—ļ¼Œ\"Esc\" č”Øē¤ŗå–ę¶ˆć€‚", "breakpointWidgetAriaLabel": "å¦‚ęžœę­¤ę”ä»¶äøŗ trueļ¼ŒēØ‹åŗä»…ä¼šåœØę­¤å¤„åœę­¢ć€‚ęŒ‰ Enter ęŽ„å—ęˆ–ęŒ‰ Esc å–ę¶ˆć€‚", "breakpointWidgetHitCountPlaceholder": "åœØę»”č¶³å‘½äø­ę¬”ę•°ę”ä»¶ę—¶äø­ę–­ć€‚ęŒ‰ \"Enter\" č”Øē¤ŗęŽ„å—ļ¼Œ\"Esc\" č”Øē¤ŗå–ę¶ˆć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..1865968d54 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "编辑断点...", + "functionBreakpointsNotSupported": "ę­¤č°ƒčÆ•ē±»åž‹äøę”ÆęŒå‡½ę•°ę–­ē‚¹", + "functionBreakpointPlaceholder": "č¦ę–­å¼€ēš„å‡½ę•°", + "functionBreakPointInputAriaLabel": "键兄函数断点", + "breakpointDisabledHover": "å·²ē¦ē”Øēš„ę–­ē‚¹", + "breakpointUnverifieddHover": "ęœŖéŖŒčÆēš„ę–­ē‚¹", + "functionBreakpointUnsupported": "äøå—ę­¤č°ƒčÆ•ē±»åž‹ę”ÆęŒēš„å‡½ę•°ę–­ē‚¹", + "breakpointDirtydHover": "ęœŖéŖŒčÆēš„ę–­ē‚¹ć€‚åÆ¹ę–‡ä»¶čæ›č”Œäŗ†äæ®ę”¹ļ¼ŒčÆ·é‡åÆč°ƒčÆ•ä¼ščÆć€‚", + "conditionalBreakpointUnsupported": "äøå—ę­¤č°ƒčÆ•ē±»åž‹ę”ÆęŒēš„ę”ä»¶ę–­ē‚¹", + "hitBreakpointUnsupported": "å‘½äø­äøå—ę­¤č°ƒčÆ•ē±»åž‹ę”ÆęŒēš„ę”ä»¶ę–­ē‚¹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 8b6cd5038b..5c1233f3be 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "ę²”ęœ‰é…ē½®", "addConfigTo": "ę·»åŠ é…ē½® ({0})...", "addConfiguration": "ę·»åŠ é…ē½®..." diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index e6a086dba2..7b632936fc 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "打开 {0}", "launchJsonNeedsConfigurtion": "é…ē½®ęˆ–äæ®å¤ \"launch.json\"", "noFolderDebugConfig": "čÆ·å…ˆę‰“å¼€äø€äøŖę–‡ä»¶å¤¹ä»„čæ›č”Œé«˜ēŗ§č°ƒčÆ•é…ē½®ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index fd9702e842..abe604e7f9 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "č°ƒčÆ•å·„å…·ę čƒŒę™Æé¢œč‰²ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "č°ƒčÆ•å·„å…·ę čƒŒę™Æé¢œč‰²ć€‚", + "debugToolBarBorder": "č°ƒčÆ•å·„å…·ę č¾¹ę”†é¢œč‰²ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..a8370fb8ae --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "čÆ·å…ˆę‰“å¼€äø€äøŖę–‡ä»¶å¤¹ä»„čæ›č”Œé«˜ēŗ§č°ƒčÆ•é…ē½®ć€‚", + "columnBreakpoint": "åˆ—ę–­ē‚¹", + "debug": "č°ƒčÆ•", + "addColumnBreakpoint": "ę·»åŠ åˆ—ę–­ē‚¹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index 41817109fe..ab476a2096 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "ę— ę³•č§£ęžę— č°ƒčÆ•ä¼ščÆēš„čµ„ęŗ" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "ę— ę³•č§£ęžę— č°ƒčÆ•ä¼ščÆēš„čµ„ęŗ", + "canNotResolveSource": "ę— ę³•č§£ęžčµ„ęŗ {0}ļ¼Œę²”ęœ‰ę„č‡Ŗč°ƒčÆ•ę‰©å±•ēš„å“åŗ”ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 2dcc300eba..3bf22d1022 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "č°ƒčÆ•: åˆ‡ę¢ę–­ē‚¹", - "columnBreakpointAction": "č°ƒčÆ•: åˆ—ę–­ē‚¹", - "columnBreakpoint": "ę·»åŠ åˆ—ę–­ē‚¹", "conditionalBreakpointEditorAction": "č°ƒčÆ•: ę·»åŠ ę”ä»¶ę–­ē‚¹...", "runToCursor": "čæč”Œåˆ°å…‰ę ‡å¤„", "debugEvaluate": "č°ƒčÆ•: 求值", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index 4a6048cc8a..91cb21e390 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "已禁用断点", "breakpointUnverifieddHover": "ęœŖéŖŒčÆēš„ę–­ē‚¹", "breakpointDirtydHover": "ęœŖéŖŒčÆēš„ę–­ē‚¹ć€‚åÆ¹ę–‡ä»¶čæ›č”Œäŗ†äæ®ę”¹ļ¼ŒčÆ·é‡åÆč°ƒčÆ•ä¼ščÆć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 6c03799a8b..6dee0168d4 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œč°ƒčÆ•", "debugAriaLabel": "é”®å…„åÆåŠØé…ē½®ēš„åē§°ä»„čæč”Œć€‚", "addConfigTo": "ę·»åŠ é…ē½® ({0})...", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 81b8c9e280..e4151af528 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "é€‰ę‹©å¹¶åÆåŠØč°ƒčÆ•é…ē½®" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index fcbe0434d7..e39847d07f 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "čšē„¦äŗŽå˜é‡č§†å›¾", "debugFocusWatchView": "čšē„¦äŗŽē›‘č§†č§†å›¾", "debugFocusCallStackView": "čšē„¦äŗŽč°ƒē”Øå †ę ˆč§†å›¾", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index a0ae859529..13d66ab55f 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "å¼‚åøøå°ē»„ä»¶č¾¹ę”†é¢œč‰²ć€‚", "debugExceptionWidgetBackground": "å¼‚åøøå°ē»„ä»¶čƒŒę™Æé¢œč‰²ć€‚", "exceptionThrownWithId": "å‘ē”Ÿå¼‚åøø: {0}", diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index e0672f811f..7a4ac0a5ed 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "ē‚¹å‡»ä»„č·Ÿčæ›(Cmd + ē‚¹å‡»ę‰“å¼€åˆ°ä¾§č¾¹)", "fileLink": "ē‚¹å‡»ä»„č·Ÿčæ›(Ctrl + ē‚¹å‡»ę‰“å¼€åˆ°ä¾§č¾¹))" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..3569d1ea44 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "č°ƒčÆ•ēØ‹åŗę—¶ēŠ¶ę€ę ēš„čƒŒę™Æč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØ", + "statusBarDebuggingForeground": "č°ƒčÆ•ēØ‹åŗę—¶ēŠ¶ę€ę ēš„å‰ę™Æč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØ", + "statusBarDebuggingBorder": "č°ƒčÆ•ēØ‹åŗę—¶åŒŗåˆ«äŗŽä¾§č¾¹ę å’Œē¼–č¾‘å™Øēš„ēŠ¶ę€ę č¾¹ę”†é¢œč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/common/debug.i18n.json index 8f7407863d..45ea85a937 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "å†…éƒØč°ƒčÆ•ęŽ§åˆ¶å°ēš„ęŽ§åˆ¶č”Œäøŗć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 8408a37f11..9544ff27da 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "äøåÆē”Ø", "startDebugFirst": "čÆ·åÆåŠØč°ƒčÆ•ä¼ščÆä»„čÆ„ä¼°" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/common/debugSource.i18n.json index b9d67ae239..f6db852d7d 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "未矄源" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index ba253c8fba..9e69b819d5 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "编辑断点...", "functionBreakpointsNotSupported": "ę­¤č°ƒčÆ•ē±»åž‹äøę”ÆęŒå‡½ę•°ę–­ē‚¹", "functionBreakpointPlaceholder": "č¦ę–­å¼€ēš„å‡½ę•°", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index da826ee92a..60f09689f8 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "č°ƒē”Øå †ę ˆéƒØåˆ†", "debugStopped": "因 {0} å·²ęš‚åœ", "callStackAriaLabel": "č°ƒčÆ•č°ƒē”Øå †ę ˆ", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 96b79d61f2..db775631c1 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "ę˜¾ē¤ŗč°ƒčÆ•", "toggleDebugPanel": "č°ƒčÆ•ęŽ§åˆ¶å°", "debug": "č°ƒčÆ•", @@ -24,6 +26,6 @@ "always": "å§‹ē»ˆåœØēŠ¶ę€ę äø­ę˜¾ē¤ŗč°ƒčÆ•", "onFirstSessionStart": "ä»…äŗŽē¬¬äø€ę¬”åÆåŠØč°ƒčÆ•åŽåœØēŠ¶ę€ę äø­ę˜¾ē¤ŗč°ƒčÆ•", "showInStatusBar": "ęŽ§åˆ¶ä½•ę—¶ę˜¾ē¤ŗč°ƒčÆ•ēŠ¶ę€ę ", - "openDebug": "ęŽ§åˆ¶ę˜Æå¦åœØč°ƒčÆ•ä¼ščÆå¼€å§‹ę—¶ę‰“å¼€č°ƒčÆ•ä¾§č¾¹ę é¢ęæć€‚", + "openDebug": "ęŽ§åˆ¶ę˜Æå¦åœØč°ƒčÆ•ä¼ščÆå¼€å§‹ę—¶ę‰“å¼€č°ƒčÆ•č§†å›¾ć€‚", "launch": "å…Øå±€ēš„č°ƒčÆ•åÆåŠØé…ē½®ć€‚åŗ”ē”Øä½œč·Øå·„ä½œåŒŗå…±äŗ«ēš„ \"launch.json\" ēš„ę›æä»£ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index b984c5a3f6..fbbd7258cb 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "čÆ·å…ˆę‰“å¼€äø€äøŖę–‡ä»¶å¤¹ä»„čæ›č”Œé«˜ēŗ§č°ƒčÆ•é…ē½®ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index fd6211c4e0..4ad61eed6d 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "ē”ØäŗŽč°ƒčÆ•é€‚é…å™Øć€‚", "vscode.extension.contributes.debuggers.type": "ę­¤č°ƒčÆ•é€‚é…å™Øēš„å”Æäø€ę ‡čÆ†ē¬¦ć€‚", "vscode.extension.contributes.debuggers.label": "ę˜¾ē¤ŗę­¤č°ƒčÆ•é€‚é…å™Øēš„åē§°ć€‚", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "ē”ØäŗŽéŖŒčÆ \"launch.json\" ēš„ JSON ęž¶ęž„é…ē½®ć€‚", "vscode.extension.contributes.debuggers.windows": "Windows ē‰¹å®šēš„č®¾ē½®ć€‚", "vscode.extension.contributes.debuggers.windows.runtime": "ē”ØäŗŽ Windows ēš„čæč”Œę—¶ć€‚", - "vscode.extension.contributes.debuggers.osx": "OS X ē‰¹å®šēš„č®¾ē½®ć€‚", - "vscode.extension.contributes.debuggers.osx.runtime": "ē”ØäŗŽ OSX ēš„čæč”Œę—¶ć€‚", + "vscode.extension.contributes.debuggers.osx": "macOS ē‰¹å®šēš„č®¾ē½®ć€‚", + "vscode.extension.contributes.debuggers.osx.runtime": "ē”ØäŗŽ macOS ēš„čæč”Œę—¶ć€‚", "vscode.extension.contributes.debuggers.linux": "Linux ē‰¹å®šēš„č®¾ē½®ć€‚", "vscode.extension.contributes.debuggers.linux.runtime": "ē”ØäŗŽ Linux ēš„čæč”Œę—¶ć€‚", "vscode.extension.contributes.breakpoints": "ę·»åŠ ę–­ē‚¹ć€‚", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "é…ē½®åˆ—č”Øć€‚ä½æē”Ø IntelliSense ę·»åŠ ę–°é…ē½®ęˆ–ē¼–č¾‘ēŽ°ęœ‰é…ē½®ć€‚", "app.launch.json.compounds": "å¤åˆåˆ—č”Øć€‚ęÆäøŖå¤åˆåÆå¼•ē”Øå¤šäøŖé…ē½®ļ¼Œčæ™äŗ›é…ē½®å°†äø€čµ·åÆåŠØć€‚", "app.launch.json.compound.name": "å¤åˆēš„åē§°ć€‚åœØåÆåŠØé…ē½®äø‹ę‹‰čœå•äø­ę˜¾ē¤ŗć€‚", + "useUniqueNames": "é…ē½®åē§°åæ…é”»å”Æäø€ć€‚", + "app.launch.json.compound.folder": "å¤åˆé”¹ę‰€åœØēš„ę–‡ä»¶å¤¹ēš„åē§°ć€‚", "app.launch.json.compounds.configurations": "å°†ä½œäøŗę­¤å¤åˆēš„äø€éƒØåˆ†åÆåŠØēš„é…ē½®åē§°ć€‚", "debugNoType": "äøåÆēœē•„č°ƒčÆ•é€‚é…å™Øā€œē±»åž‹ā€ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æā€œå­—ē¬¦äø²ā€ć€‚", "selectDebug": "é€‰ę‹©ēŽÆå¢ƒ", - "DebugConfig.failed": "ę— ę³•åœØ \".vscode\" 文件夹({0})å†…åˆ›å»ŗ \"launch.json\" ꖇ件怂" + "DebugConfig.failed": "ę— ę³•åœØ \".vscode\" 文件夹({0})å†…åˆ›å»ŗ \"launch.json\" ꖇ件怂", + "workspace": "巄作区", + "user settings": "ē”Øęˆ·č®¾ē½®" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index d5f959c3df..fcde23632e 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "åˆ é™¤ę–­ē‚¹", "removeBreakpointOnColumn": "åœØåˆ— {0} äøŠåˆ é™¤ę–­ē‚¹", "removeLineBreakpoint": "åˆ é™¤č”Œę–­ē‚¹", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index c8077e3e55..fdf730686a 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "č°ƒčÆ•ę‚¬åœ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index 361a7a420b..3496a373fc 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "ä»…ę˜¾ē¤ŗäŗ†ę­¤åÆ¹č±”ēš„åŸŗå…ƒå€¼ć€‚", "debuggingPaused": "å·²ęš‚åœč°ƒčÆ•ļ¼ŒåŽŸå›  {0},{1} {2}", "debuggingStarted": "å·²å¼€å§‹č°ƒčÆ•ć€‚", @@ -11,6 +13,9 @@ "breakpointAdded": "å·²ę·»åŠ ę–­ē‚¹ļ¼Œč”Œ {0}, ꖇ件 {1}", "breakpointRemoved": "å·²åˆ é™¤ę–­ē‚¹ļ¼Œč”Œ {0}ļ¼Œę–‡ä»¶ {1}", "compoundMustHaveConfigurations": "å¤åˆé”¹åæ…é”»ę‹„ęœ‰ \"configurations\" å±žę€§é›†ļ¼Œę‰čƒ½åÆåŠØå¤šäøŖé…ē½®ć€‚", + "noConfigurationNameInWorkspace": "åœØå·„ä½œåŒŗäø­ę‰¾äøåˆ°åÆåŠØé…ē½®ā€œ{0}ā€ć€‚", + "multipleConfigurationNamesInWorkspace": "å·„ä½œåŒŗäø­å­˜åœØå¤šäøŖåÆåŠØé…ē½®ā€œ{0}ā€ć€‚čÆ·ä½æē”Øę–‡ä»¶å¤¹åē§°ę„é™å®šé…ē½®ć€‚", + "noFolderWithName": "ę— ę³•åœØå¤åˆé”¹ā€œ{2}ā€äø­äøŗé…ē½®ā€œ{1}ā€ę‰¾åˆ°åäøŗā€œ{0}ā€ēš„ę–‡ä»¶å¤¹ć€‚", "configMissing": "\"launch.json\" äø­ē¼ŗå°‘é…ē½®ā€œ{0}ā€ć€‚", "launchJsonDoesNotExist": "\"launch.json\" äøå­˜åœØć€‚", "debugRequestNotSupported": "ę‰€é€‰č°ƒčÆ•é…ē½®ēš„å±žę€§ā€œ{0}ā€ēš„å€¼ā€œ{1}ā€äøå—ę”ÆęŒć€‚", @@ -21,8 +26,9 @@ "preLaunchTaskErrors": "preLaunchTaskā€œ{0}ā€ęœŸé—“ę£€ęµ‹åˆ°å¤šäøŖē”Ÿęˆé”™čÆÆć€‚", "preLaunchTaskError": "preLaunchTaskā€œ{0}ā€ęœŸé—“ę£€ęµ‹åˆ°äø€äøŖē”Ÿęˆé”™čÆÆć€‚", "preLaunchTaskExitCode": "preLaunchTaskā€œ{0}ā€å·²ē»ˆę­¢ļ¼Œé€€å‡ŗä»£ē äøŗ {1}怂", + "showErrors": "ę˜¾ē¤ŗé”™čÆÆ", "noFolderWorkspaceDebugError": "ę— ę³•č°ƒčÆ•ę“»åŠØę–‡ä»¶ć€‚čÆ·ē”®äæå®ƒäæå­˜åœØē£ē›˜äøŠļ¼Œå¹¶ē”®äæå·²äøŗčÆ„ę–‡ä»¶ē±»åž‹å®‰č£…äŗ†č°ƒčÆ•ę‰©å±•ć€‚", - "NewLaunchConfig": "čÆ·č®¾ē½®åŗ”ē”ØēØ‹åŗēš„åÆåŠØé…ē½®ę–‡ä»¶ć€‚{0}", + "cancel": "å–ę¶ˆ", "DebugTaskNotFound": "ę‰¾äøåˆ° preLaunchTaskā€œ{0}ā€ć€‚", "taskNotTracked": "ę— ę³•č·ŸčøŖ preLaunchTask ā€œ{0}ā€ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index bb73d4436f..c46b92c275 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index 230f0bd8f0..7ffe8c0f25 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index 83ff957959..33e17f0bf5 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "复制值", + "copyAsExpression": "å¤åˆ¶č”Øč¾¾å¼", "copy": "复制", "copyAll": "å…ØéƒØå¤åˆ¶", "copyStackTrace": "å¤åˆ¶č°ƒē”Øå †ę ˆ" diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 67d89b7ea1..ab3bec3b25 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "详细俔息", "unableToLaunchDebugAdapter": "ę— ę³•ä»Žā€œ{0}ā€åÆåŠØč°ƒčÆ•é€‚é…å™Øć€‚", "unableToLaunchDebugAdapterNoArgs": "ę— ę³•åÆåŠØč°ƒčÆ•é€‚é…å™Øć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 38f61fbac5..d8bc63ef9c 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "čÆ»å– Eval ę‰“å°å¾ŖēŽÆé¢ęæ", "actions.repl.historyPrevious": "äøŠäø€äøŖåŽ†å²č®°å½•", "actions.repl.historyNext": "äø‹äø€äøŖåŽ†å²č®°å½•", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 1de1dd184f..9249e6173f 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "åÆ¹č±”ēŠ¶ę€ę•čŽ·č‡Ŗē¬¬äø€äøŖčÆ„ä¼°", "replVariableAriaLabel": "变量 {0} å…·ęœ‰å€¼ {1}ć€čÆ»å– Eval ę‰“å°å¾ŖēŽÆļ¼Œč°ƒčÆ•", "replExpressionAriaLabel": "č”Øč¾¾å¼ {0} å…·ęœ‰å€¼ {1}ļ¼ŒčÆ»å– Eval ę‰“å°å¾ŖēŽÆļ¼Œč°ƒčÆ•", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 9852244f28..3569d1ea44 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "č°ƒčÆ•ēØ‹åŗę—¶ēŠ¶ę€ę ēš„čƒŒę™Æč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØ", "statusBarDebuggingForeground": "č°ƒčÆ•ēØ‹åŗę—¶ēŠ¶ę€ę ēš„å‰ę™Æč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØ", "statusBarDebuggingBorder": "č°ƒčÆ•ēØ‹åŗę—¶åŒŗåˆ«äŗŽä¾§č¾¹ę å’Œē¼–č¾‘å™Øēš„ēŠ¶ę€ę č¾¹ę”†é¢œč‰²ć€‚ēŠ¶ę€ę ę˜¾ē¤ŗåœØēŖ—å£åŗ•éƒØć€‚" diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 3fee2b4ab4..dc3e274a5a 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "č°ƒčÆ•åÆ¹č±”", - "debug.terminal.not.available.error": "é›†ęˆē»ˆē«ÆäøåÆē”Ø" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "č°ƒčÆ•åÆ¹č±”" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index 48a10073c8..eb9a4e1ce5 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "å˜é‡éƒØåˆ†", "variablesAriaTreeLabel": "č°ƒčÆ•å˜é‡", "variableValueAriaLabel": "é”®å…„ę–°ēš„å˜é‡å€¼", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index dd591fbee6..450e4ade5a 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "č”Øč¾¾å¼éƒØåˆ†", "watchAriaTreeLabel": "č°ƒčÆ•ē›‘č§†č”Øč¾¾å¼", "watchExpressionPlaceholder": "č¦ē›‘č§†ēš„č”Øč¾¾å¼", diff --git a/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index b29401c194..57c28ff6f1 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "č°ƒčÆ•é€‚é…å™ØåÆę‰§č”Œēš„ā€œ{0}ā€äøå­˜åœØć€‚", "debugAdapterCannotDetermineExecutable": "ę— ę³•ē”®å®šč°ƒčÆ•é€‚é…å™Øā€œ{0}ā€ēš„åÆę‰§č”Œę–‡ä»¶ć€‚", "launch.config.comment1": "使用 IntelliSense äŗ†č§£ē›øå…³å±žę€§ć€‚ ", diff --git a/i18n/chs/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index d802ca8477..41804f9e2e 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "显示 Emmet 命令" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 344b7a8060..27958f3f24 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index fbb9c2b2cd..bd97305345 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index f4159d50b0..cad67b6f93 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index dcef9178c3..e86c47f2d4 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: 展开缩写" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 81f7dcfcab..5d38d26abd 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index bb3ef01620..4c9144c06e 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index 8548113b66..cebaa368db 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 1dcfdd7b85..db5b01720d 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index 545f1c107e..0a3abe406d 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 6d307aadab..c111e60f79 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index 53e4eaafbd..f088ca6ec0 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index ecb3f893e8..847f109dd5 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index d68725525c..ee858974c5 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 8bf2821c12..a67318cbac 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 21f0c06d36..76a43da209 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index c14acb9c9c..dc48cf90bc 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index 344b7a8060..27958f3f24 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index 87fec1a103..4a49677fb7 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index 0598c67b46..1226454de9 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index dcef9178c3..680bfb5570 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index 403f855e5e..1a806ee735 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index bb3ef01620..4c9144c06e 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index 8548113b66..cebaa368db 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index 1dcfdd7b85..db5b01720d 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index b58d42bcaf..c94db05477 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index 6d307aadab..c111e60f79 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index 5796a0dcab..61b01a851f 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index ecb3f893e8..847f109dd5 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index c5d6fd7b35..f31f344812 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index 486e5397c4..4edc0cd367 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index dbca7bf901..dcb743aef2 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index 6a402e79e1..3477d25cff 100644 --- a/i18n/chs/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index f54abac52d..d7d1a5efa4 100644 --- a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "å¤–éƒØē»ˆē«Æ", "explorer.openInTerminalKind": "č‡Ŗå®šä¹‰č¦åÆåŠØēš„ē»ˆē«Æē±»åž‹ć€‚", "terminal.external.windowsExec": "č‡Ŗå®šä¹‰č¦åœØ Windows äøŠčæč”Œēš„ē»ˆē«Æć€‚", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "ę‰“å¼€ę–°å‘½ä»¤ęē¤ŗē¬¦", "globalConsoleActionMacLinux": "ę‰“å¼€ę–°ē»ˆē«Æ", "scopedConsoleActionWin": "åœØå‘½ä»¤ęē¤ŗē¬¦äø­ę‰“å¼€", - "scopedConsoleActionMacLinux": "åœØē»ˆē«Æäø­ę‰“å¼€", - "openFolderInIntegratedTerminal": "åœØē»ˆē«Æäø­ę‰“å¼€" + "scopedConsoleActionMacLinux": "åœØē»ˆē«Æäø­ę‰“å¼€" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 5ef1f763af..ccf2381786 100644 --- a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 35bf1281dc..da2f291acb 100644 --- a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "VS Code ęŽ§åˆ¶å°", "mac.terminal.script.failed": "č„šęœ¬ā€œ{0}ā€å¤±č“„ļ¼Œé€€å‡ŗä»£ē äøŗ {1}", "mac.terminal.type.not.supported": "äøę”ÆęŒā€œ{0}ā€", diff --git a/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 076eadb1e7..cd4e35e83d 100644 --- a/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 81a891a95b..2de528b8ef 100644 --- a/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index 3f4ae93037..ce88be58ea 100644 --- a/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/chs/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 5ed0afe8c6..1f2ae390fb 100644 --- a/i18n/chs/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 2015fd96be..798ea3a389 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "错误", "Unknown Dependency": "ęœŖēŸ„ä¾čµ–é”¹:" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index a463252daa..e4b4cbc944 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "ę‰©å±•å", "extension id": "扩展标识符", "preview": "é¢„č§ˆē‰ˆ", + "builtin": "内置", "publisher": "å‘åøƒęœåŠ”å™Øåē§°", "install count": "安装讔数", "rating": "评级", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "åē§°", "view location": "ä½ē½®", + "localizations": "ęœ¬åœ°åŒ– ({0})", + "localizations language id": "语言 ID", + "localizations language name": "čÆ­čØ€åē§°", + "localizations localized language name": "čÆ­čØ€ēš„ęœ¬åœ°åē§°", "colorThemes": "é¢œč‰²äø»é¢˜ ({0})", "iconThemes": "å›¾ę ‡äø»é¢˜ ({0})", "colors": "é¢œč‰² ({0})", @@ -39,6 +46,8 @@ "defaultLight": "ęµ…č‰²é»˜č®¤", "defaultHC": "é«˜åÆ¹ęÆ”åŗ¦é»˜č®¤", "JSON Validation": "JSON 验证({0})", + "fileMatch": "åŒ¹é…ę–‡ä»¶", + "schema": "ē»“ęž„", "commands": "命令({0})", "command name": "åē§°", "keyboard shortcuts": "é”®ē›˜åæ«ę·ę–¹å¼", diff --git a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 460dc8dbb5..07a89ca943 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "ę‰‹åŠØäø‹č½½", + "install vsix": "äø‹č½½åŽļ¼ŒčÆ·ę‰‹åŠØå®‰č£…ā€œ{0}ā€ēš„ VSIX怂", "installAction": "安装", "installing": "ę­£åœØå®‰č£…", + "failedToInstall": "ęœŖčƒ½å®‰č£…ā€œ{0}ā€ć€‚", "uninstallAction": "åøč½½", "Uninstalling": "ę­£åœØåøč½½", "updateAction": "ꛓꖰ", "updateTo": "ę›“ę–°åˆ° {0}", + "failedToUpdate": "ęœŖčƒ½å‡ēŗ§ā€œ{0}ā€ć€‚", "ManageExtensionAction.uninstallingTooltip": "ę­£åœØåøč½½", "enableForWorkspaceAction": "启用(巄作区)", "enableGloballyAction": "启用", @@ -34,9 +40,10 @@ "installExtensions": "安装扩展", "showEnabledExtensions": "ę˜¾ē¤ŗåÆē”Øēš„ę‰©å±•", "showInstalledExtensions": "ę˜¾ē¤ŗå·²å®‰č£…ę‰©å±•", - "showDisabledExtensions": "ę˜¾ē¤ŗå·²ē¦ē”Øēš„ę‰©å±•", + "showDisabledExtensions": "ę˜¾ē¤ŗē¦ē”Øēš„ę‰©å±•", "clearExtensionsInput": "清除扩展输兄", - "showOutdatedExtensions": "ę˜¾ē¤ŗčæ‡ę—¶ę‰©å±•", + "showBuiltInExtensions": "ę˜¾ē¤ŗå†…ē½®ēš„ę‰©å±•", + "showOutdatedExtensions": "ę˜¾ē¤ŗčæ‡ę—¶ēš„ę‰©å±•", "showPopularExtensions": "ę˜¾ē¤ŗåøøē”Øēš„ę‰©å±•", "showRecommendedExtensions": "ę˜¾ē¤ŗęŽØčēš„ę‰©å±•", "installWorkspaceRecommendedExtensions": "å®‰č£…ę ¹ę®å·„ä½œåŒŗęŽØčēš„ę‰€ęœ‰ę‰©å±•", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "ę— ę³•åœØ \".vscode\" 文件夹({0})å†…åˆ›å»ŗ \"extensions.json\" ꖇ件怂", "configureWorkspaceRecommendedExtensions": "é…ē½®å»ŗč®®ēš„ę‰©å±•(巄作区)", "configureWorkspaceFolderRecommendedExtensions": "é…ē½®å»ŗč®®ēš„ę‰©å±•(å·„ä½œåŒŗę–‡ä»¶å¤¹)", - "builtin": "内置", + "malicious tooltip": "ę­¤ę‰©å±•č¢«ęŠ„å‘Šå­˜åœØé—®é¢˜ć€‚", + "malicious": "ę¶ę„ę‰©å±•", "disableAll": "ē¦ē”Øę‰€ęœ‰å·²å®‰č£…ēš„ę‰©å±•", "disableAllWorkspace": "ē¦ē”Øę­¤å·„ä½œåŒŗēš„ę‰€ęœ‰å·²å®‰č£…ēš„ę‰©å±•", - "enableAll": "åÆē”Øę‰€ęœ‰å·²å®‰č£…ēš„ę‰©å±•", - "enableAllWorkspace": "åÆē”Øę­¤å·„ä½œåŒŗēš„ę‰€ęœ‰å·²å®‰č£…ēš„ę‰©å±•", + "enableAll": "åÆē”Øę‰€ęœ‰ę‰©å±•", + "enableAllWorkspace": "åÆē”Øčæ™äøŖå·„ä½œåŒŗēš„ę‰€ęœ‰ę‰©å±•", + "openExtensionsFolder": "打开扩展文件夹", + "installVSIX": "从 VSIX 安装...", + "installFromVSIX": "从 VSIX 文件安装", + "installButton": "安装(&&I)", + "InstallVSIXAction.success": "å·²ęˆåŠŸå®‰č£…ę‰©å±•ć€‚é‡č½½å³åÆåÆē”Øć€‚", + "InstallVSIXAction.reloadNow": "ē«‹å³é‡ę–°åŠ č½½", + "reinstall": "é‡ę–°å®‰č£…ę‰©å±•...", + "selectExtension": "é€‰ę‹©č¦é‡ę–°å®‰č£…ēš„ę‰©å±•", + "ReinstallAction.success": "å·²ęˆåŠŸé‡ę–°å®‰č£…ę‰©å±•ć€‚", + "ReinstallAction.reloadNow": "ē«‹å³é‡ę–°åŠ č½½", "extensionButtonProminentBackground": "ę‰©å±•äø­ēŖå‡ŗę“ä½œēš„ęŒ‰é’®čƒŒę™Æč‰²ļ¼ˆęÆ”å¦‚ å®‰č£…ęŒ‰é’®ļ¼‰ć€‚", "extensionButtonProminentForeground": "ę‰©å±•äø­ēŖå‡ŗę“ä½œēš„ęŒ‰é’®å‰ę™Æč‰²ļ¼ˆęÆ”å¦‚ å®‰č£…ęŒ‰é’®ļ¼‰ć€‚", "extensionButtonProminentHoverBackground": "ę‰©å±•äø­ēŖå‡ŗę“ä½œēš„ęŒ‰é’®č¢«ę‚¬åœę—¶ēš„é¢œč‰²ļ¼ˆęÆ”å¦‚ å®‰č£…ęŒ‰é’®ļ¼‰ć€‚" diff --git a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index 9d3b2556c6..f7e5f15bf6 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 1792f02cce..3dc8de3f6a 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "ꌉ Enter ē®”ē†ä½ ēš„ę‰©å±•ć€‚", "notfound": "ę²”ęœ‰åœØå•†åŗ—äø­ę‰¾åˆ°ę‰©å±•ā€œ{0}ā€ć€‚", "install": "ꌉ Enter é”®åœØå•†åŗ—äø­å®‰č£…ā€œ{0}ā€ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index a6c445fa00..d889eaa42f 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "čÆ„ä»·ę„č‡Ŗ {0} ä½ē”Øęˆ·", "ratedBySingleUser": "čÆ„ä»·ę„č‡Ŗ 1 ä½ē”Øęˆ·" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index f86a59cd4c..0b33a52108 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "扩展", "app.extensions.json.recommendations": "ę‰©å±•ęŽØčé”¹ēš„åˆ—č”Øć€‚ę‰©å±•ēš„ę ‡čÆ†ē¬¦å§‹ē»ˆäøŗ \"${publisher}.${name}\"。例如 \"vscode.csharp\"怂", "app.extension.identifier.errorMessage": "é¢„ęœŸēš„ę ¼å¼ \"${publisher}.${name}\"。例如: \"vscode.csharp\"怂" diff --git a/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 484cabef99..808ae3acce 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "扩展: {0}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index 750cf2f540..c6347fcfd2 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "åˆ†ęžę‰©å±•", + "restart2": "åæ…é”»é‡ę–°åÆåŠØę‰čƒ½åˆ†ęžę‰©å±•ć€‚ę˜Æå¦ēŽ°åœØå°±é‡åÆā€œ{0}ā€?", + "restart3": "é‡åÆ", + "cancel": "å–ę¶ˆ", "selectAndStartDebug": "å•å‡»åœę­¢åˆ†ęžć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index efe5507494..ce3f5753c0 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "äøå†ę˜¾ē¤ŗ", + "searchMarketplace": "ęœē“¢åŗ”ē”Øå•†åŗ—", + "showLanguagePackExtensions": "å•†åŗ—äø­ęœ‰åÆä»„å°† VS Code ęœ¬åœ°åŒ–äøŗā€œ{0}ā€čÆ­čØ€ēš„ę‰©å±•ć€‚", + "dynamicWorkspaceRecommendation": "ę‚ØåÆčƒ½ä¼šåÆ¹čæ™äøŖę‰©å±•ę„Ÿå…“č¶£ļ¼Œå®ƒåœØ {0} å­˜å‚Øåŗ“ēš„ē”Øęˆ·é—“ęµč”Œć€‚", + "exeBasedRecommendation": "ę ¹ę®ä½ å®‰č£…ēš„ {0}ļ¼Œå‘ä½ ęŽØčę­¤ę‰©å±•ć€‚", "fileBasedRecommendation": "ę ¹ę®ę‚Øęœ€čæ‘ę‰“å¼€ēš„ę–‡ä»¶ęŽØčę­¤ę‰©å±•ć€‚", "workspaceRecommendation": "å½“å‰å·„ä½œåŒŗēš„ē”Øęˆ·ęŽØčę­¤ę‰©å±•ć€‚", - "exeBasedRecommendation": "ę ¹ę®ä½ å®‰č£…ēš„ {0}ļ¼Œå‘ä½ ęŽØčę­¤ę‰©å±•ć€‚", "reallyRecommended2": "å»ŗč®®åÆ¹čæ™ē§ē±»åž‹ēš„ę–‡ä»¶ä½æē”Øā€œ{0}ā€ę‰©å±•ć€‚", "reallyRecommendedExtensionPack": "å»ŗč®®åÆ¹čæ™ē§ē±»åž‹ēš„ę–‡ä»¶ä½æē”Øā€œ{0}ā€ę‰©å±•åŒ…ć€‚", "showRecommendations": "显示建议", "install": "安装", - "neverShowAgain": "äøå†ę˜¾ē¤ŗ", - "close": "关闭", + "showLanguageExtensions": "å•†åŗ—äø­ęœ‰åÆä»„åÆ¹ \".{0}\" ę–‡ä»¶ęä¾›åø®åŠ©ēš„ę‰©å±•ć€‚", "workspaceRecommended": "ę­¤å·„ä½œåŒŗå…·ęœ‰ę‰©å±•å»ŗč®®ć€‚", "installAll": "å…ØéƒØå®‰č£…", "ignoreExtensionRecommendations": "ä½ ę˜Æå¦č¦åæ½ē•„ę‰€ęœ‰ęŽØčēš„ę‰©å±•?", "ignoreAll": "ę˜Æļ¼Œåæ½ē•„å…ØéƒØ", - "no": "否", - "cancel": "å–ę¶ˆ" + "no": "否" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 8bff3c904d..a4b86bb06b 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "箔理扩展", "galleryExtensionsCommands": "安装库扩展", "extension": "扩展", @@ -13,5 +15,6 @@ "developer": "å¼€å‘č€…", "extensionsConfigurationTitle": "扩展", "extensionsAutoUpdate": "č‡ŖåŠØę›“ę–°ę‰©å±•", - "extensionsIgnoreRecommendations": "å¦‚ęžœč®¾ē½®äøŗ \"true\"ļ¼Œå°†äøå†ę˜¾ē¤ŗę‰©å±•å»ŗč®®ēš„é€šēŸ„ć€‚" + "extensionsIgnoreRecommendations": "å¦‚ęžœč®¾ē½®äøŗ \"true\"ļ¼Œå°†äøå†ę˜¾ē¤ŗę‰©å±•å»ŗč®®ēš„é€šēŸ„ć€‚", + "extensionsShowRecommendationsOnlyOnDemand": "苄设置为 \"true\"ļ¼Œé™¤éžē”±ē”Øęˆ·čæ›č”ŒčÆ·ę±‚ļ¼Œęˆ‘ä»¬äøä¼ščŽ·å–ęˆ–ę˜¾ē¤ŗęŽØčć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index 80cbfbdb1a..322a383f7f 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "打开扩展文件夹", "installVSIX": "从 VSIX 安装...", "installFromVSIX": "从 VSIX 文件安装", "installButton": "安装(&&I)", - "InstallVSIXAction.success": "å·²ęˆåŠŸå®‰č£…ę‰©å±•ć€‚é‡åÆä»„åÆē”Øå®ƒć€‚", + "InstallVSIXAction.success": "å·²ęˆåŠŸå®‰č£…ę‰©å±•ć€‚é‡č½½å³åÆåÆē”Øć€‚", "InstallVSIXAction.reloadNow": "ē«‹å³é‡ę–°åŠ č½½" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 518bee0211..c49c9b417a 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "ē¦ē”Øå…¶ä»–é”®ę˜ å°„ ({0}) ä»„éæå…é”®ē»‘å®šä¹‹é—“ēš„å†²ēŖļ¼Ÿ", "yes": "是", "no": "否", "betterMergeDisabled": "ēŽ°å·²å†…ē½® Better Merge ę‰©å±•ć€‚ę­¤ę‰©å±•å·²č¢«å®‰č£…å¹¶ē¦ē”Øļ¼Œäø”čƒ½č¢«åøč½½ć€‚", - "uninstall": "åøč½½", - "later": "ēØåŽ" + "uninstall": "åøč½½" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index 83c6c0f085..d3d6491afd 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "商店", "installedExtensions": "已安装", "searchInstalledExtensions": "已安装", "recommendedExtensions": "ęŽØč", "otherRecommendedExtensions": "å…¶ä»–ęŽØč", "workspaceRecommendedExtensions": "å·„ä½œåŒŗęŽØč", + "builtInExtensions": "内置", "searchExtensions": "åœØå•†åŗ—äø­ęœē“¢ę‰©å±•", "sort by installs": "ęŽ’åŗä¾ę®: 安装讔数", "sort by rating": "ęŽ’åŗä¾ę®: åˆ†ēŗ§", "sort by name": "ęŽ’åŗä¾ę®: åē§°", "suggestProxyError": "åø‚åœŗčæ”å›ž \"ECONNREFUSED\"ć€‚čÆ·ę£€ęŸ„ \"http.proxy\" 设置。", "extensions": "扩展", - "outdatedExtensions": "{0} äøŖčæ‡ę—¶ēš„ę‰©å±•" + "outdatedExtensions": "{0} äøŖčæ‡ę—¶ēš„ę‰©å±•", + "malicious warning": "ęˆ‘ä»¬åøč½½äŗ†ā€œ{0}ā€ļ¼Œå®ƒč¢«ęŠ„å‘Šå­˜åœØé—®é¢˜ć€‚", + "reloadNow": "ē«‹å³é‡ę–°åŠ č½½" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index 373bc6642b..17eb7119ff 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "扩展", "no extensions found": "ę‰¾äøåˆ°ę‰©å±•ć€‚", "suggestProxyError": "åø‚åœŗčæ”å›ž \"ECONNREFUSED\"ć€‚čÆ·ę£€ęŸ„ \"http.proxy\" 设置。" diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 93b977836e..c7b956a9ad 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index 4ae4f87f67..e6be774bf4 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "å·²äŗŽåÆåŠØę—¶ęæ€ę“»", "workspaceContainsGlobActivation": "å·²ęæ€ę“»ļ¼Œå› äøŗå·„ä½œåŒŗäø­å­˜åœØäøŽ {0} åŒ¹é…ēš„ę–‡ä»¶", "workspaceContainsFileActivation": "å·²ęæ€ę“»ļ¼Œå› äøŗå·„ä½œåŒŗäø­å­˜åœØę–‡ä»¶ {0}", diff --git a/i18n/chs/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/chs/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 93fab46db2..e08a89e14a 100644 --- a/i18n/chs/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "从 VSIX 安装扩展...", + "malicious": "ę­¤ę‰©å±•č¢«ęŠ„å‘Šå­˜åœØé—®é¢˜ć€‚", + "installingMarketPlaceExtension": "ę­£åœØä»Žå•†åŗ—å®‰č£…ę‰©å±•...", + "uninstallingExtension": "ę­£åœØåøč½½ę‰©å±•...", "enableDependeciesConfirmation": "åÆē”Øā€œ{0}ā€ä¹Ÿä¼šåÆē”Øå…¶ä¾čµ–é”¹ć€‚ę˜Æå¦č¦ē»§ē»­?", "enable": "是", "doNotEnable": "否", diff --git a/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..50589e928e --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "巄作台", + "feedbackVisibility": "ęŽ§åˆ¶ę˜Æå¦ę˜¾ē¤ŗå·„ä½œå°åŗ•éƒØēŠ¶ę€ę äø­ēš„ Twitter 反馈 (笑脸图标)怂" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index a2b15babb5..780624e977 100644 --- a/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Tweet 反馈", "label.sendASmile": "é€ščæ‡ Tweet å‘ęˆ‘ä»¬å‘é€åé¦ˆć€‚", "patchedVersion1": "å®‰č£…å·²ęŸåć€‚", @@ -16,6 +18,7 @@ "request a missing feature": "čÆ·ę±‚ē¼ŗå¤±åŠŸčƒ½", "tell us why?": "å‘ŠčÆ‰ęˆ‘ä»¬åŽŸå› ?", "commentsHeader": "ę³Øé‡Š", + "showFeedback": "åœØēŠ¶ę€ę äø­ę˜¾ē¤ŗåé¦ˆē¬‘č„øå›¾ę ‡", "tweet": "Tweet", "character left": "剩余字符", "characters left": "剩余字符", diff --git a/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..560b6fc630 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "隐藏" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index 3ed965e6c3..3f077920be 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "äŗŒčæ›åˆ¶ę–‡ä»¶ęŸ„ēœ‹å™Ø" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index e47fbb9c24..da60fe1e62 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "ę–‡ęœ¬ę–‡ä»¶ē¼–č¾‘å™Ø", "createFile": "åˆ›å»ŗę–‡ä»¶", "fileEditorWithInputAriaLabel": "{0}ć€‚ę–‡ęœ¬ę–‡ä»¶ē¼–č¾‘å™Øć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index c1ad2f1b1e..7dbe099429 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 30c68b4c7a..a9eb54b7c8 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.i18n.json index f920841500..19bf505ee2 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index 702c021c5f..08c6da6bf6 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 63427668f5..ec6cc79d60 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 8ebee88ce9..b780cc0f03 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 5939052419..27040de3f0 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index e301fea30f..d72bd5ad64 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 7193836bd0..9e6f1f3e0a 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index d97098d02f..202e5791c9 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 1639569b11..c619c95132 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 5b583f9792..7fd5d7ff09 100644 --- a/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/chs/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index 193bb96756..45185e1e60 100644 --- a/i18n/chs/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 äøŖęœŖäæå­˜ēš„ę–‡ä»¶", "dirtyFiles": "{0} äøŖęœŖäæå­˜ēš„ę–‡ä»¶" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/chs/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index 9745dba453..3e9d9ae68e 100644 --- a/i18n/chs/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (ē£ē›˜äøŠå·²åˆ é™¤)" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index c1ad2f1b1e..60c61fb03c 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "文件夹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 30c68b4c7a..435aa04992 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "ꖇ件", "revealInSideBar": "åœØä¾§č¾¹ę äø­ę˜¾ē¤ŗ", "acceptLocalChanges": "ä½æē”Øä½ ēš„ę›“ę”¹å¹¶č¦†ē›–ē£ē›˜äøŠēš„å†…å®¹ć€‚", - "revertLocalChanges": "ę”¾å¼ƒä½ ēš„ę›“ę”¹å¹¶čæ˜åŽŸäøŗē£ē›˜äøŠēš„å†…å®¹" + "revertLocalChanges": "ę”¾å¼ƒä½ ēš„ę›“ę”¹å¹¶čæ˜åŽŸäøŗē£ē›˜äøŠēš„å†…å®¹", + "copyPathOfActive": "å¤åˆ¶ę“»åŠØę–‡ä»¶ēš„č·Æå¾„", + "saveAllInGroup": "äæå­˜ē»„äø­ēš„å…ØéƒØå†…å®¹", + "saveFiles": "äæå­˜ę‰€ęœ‰ę–‡ä»¶", + "revert": "čæ˜åŽŸę–‡ä»¶", + "compareActiveWithSaved": "ęÆ”č¾ƒę“»åŠØäøŽå·²äæå­˜ēš„ę–‡ä»¶", + "closeEditor": "关闭编辑器", + "view": "ęŸ„ēœ‹", + "openToSide": "ę‰“å¼€åˆ°ä¾§č¾¹", + "revealInWindows": "åœØčµ„ęŗē®”ē†å™Øäø­ę˜¾ē¤ŗ", + "revealInMac": "在 Finder 中显示", + "openContainer": "ę‰“å¼€ę‰€åœØēš„ę–‡ä»¶å¤¹", + "copyPath": "å¤åˆ¶č·Æå¾„", + "saveAll": "å…ØéƒØäæå­˜", + "compareWithSaved": "äøŽå·²äæå­˜ę–‡ä»¶ęÆ”č¾ƒ", + "compareWithSelected": "äøŽå·²é€‰é”¹ē›®čæ›č”ŒęÆ”č¾ƒ", + "compareSource": "é€‰ę‹©čæ›č”ŒęÆ”č¾ƒ", + "compareSelected": "å°†å·²é€‰é”¹čæ›č”ŒęÆ”č¾ƒ", + "close": "关闭", + "closeOthers": "关闭其他", + "closeSaved": "å…³é—­å·²äæå­˜", + "closeAll": "å…ØéƒØå…³é—­", + "deleteFile": "ę°øä¹…åˆ é™¤" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index f920841500..0131cbc290 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "é‡čÆ•", - "rename": "重命名", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "新建文件", "newFolder": "新建文件夹", - "openFolderFirst": "å…ˆę‰“å¼€äø€äøŖę–‡ä»¶å¤¹ļ¼Œä»„åœØå…¶äø­åˆ›å»ŗę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹ć€‚", + "rename": "重命名", + "delete": "删除", + "copyFile": "复制", + "pasteFile": "粘蓓", + "retry": "é‡čÆ•", "newUntitledFile": "ę–°ēš„ę— ę ‡é¢˜ę–‡ä»¶", "createNewFile": "新建文件", "createNewFolder": "新建文件夹", "deleteButtonLabelRecycleBin": "ē§»åŠØåˆ°å›žę”¶ē«™(&&M)", - "deleteButtonLabelTrash": "ē§»åŠØåˆ°å›žę”¶ē«™(&&M)", + "deleteButtonLabelTrash": "ē§»åŠØåˆ°åŗŸēŗøēÆ“(&&M)", "deleteButtonLabel": "删除(&&D)", + "dirtyMessageFilesDelete": "ä½ åˆ é™¤ēš„ę–‡ä»¶äø­å…·ęœ‰ęœŖäæå­˜ēš„ę›“ę”¹ć€‚ę˜Æå¦ē»§ē»­?", "dirtyMessageFolderOneDelete": "ä½ ę­£åœØåˆ é™¤ēš„ę–‡ä»¶å¤¹ęœ‰ 1 äøŖę–‡ä»¶å…·ęœ‰ęœŖäæå­˜ēš„ę›“ę”¹ć€‚ę˜Æå¦ē»§ē»­?", "dirtyMessageFolderDelete": "ä½ ę­£åœØåˆ é™¤ēš„ę–‡ä»¶å¤¹ęœ‰ {0} äøŖę–‡ä»¶å…·ęœ‰ęœŖäæå­˜ēš„ę›“ę”¹ć€‚ę˜Æå¦ē»§ē»­?", "dirtyMessageFileDelete": "ä½ ę­£åœØåˆ é™¤ēš„ę–‡ä»¶å…·ęœ‰ęœŖäæå­˜ēš„ę›“ę”¹ć€‚ę˜Æå¦ē»§ē»­?", "dirtyWarning": "å¦‚ęžœäøäæå­˜ļ¼Œę›“ę”¹å°†äø¢å¤±ć€‚", + "confirmMoveTrashMessageMultiple": "ę˜Æå¦ē”®å®šč¦åˆ é™¤ä»„äø‹ {0} 个文件?", "confirmMoveTrashMessageFolder": "ę˜Æå¦ē”®å®žč¦åˆ é™¤ā€œ{0}ā€åŠå…¶å†…å®¹?", "confirmMoveTrashMessageFile": "ę˜Æå¦ē”®å®žč¦åˆ é™¤ā€œ{0}ā€?", "undoBin": "åÆä»„ä»Žå›žę”¶ē«™čæ˜åŽŸć€‚", - "undoTrash": "åÆä»„ä»Žå›žę”¶ē«™čæ˜åŽŸć€‚", + "undoTrash": "åÆä»„ä»ŽåŗŸēŗøēÆ“čæ˜åŽŸć€‚", "doNotAskAgain": "äøå†čÆ¢é—®", + "confirmDeleteMessageMultiple": "ę˜Æå¦ē”®å®šč¦ę°øä¹…åˆ é™¤ä»„äø‹ {0} 个文件?", "confirmDeleteMessageFolder": "ę˜Æå¦ē”®å®šč¦ę°øä¹…åˆ é™¤ā€œ{0}ā€åŠå…¶å†…å®¹?", "confirmDeleteMessageFile": "ę˜Æå¦ē”®å®šč¦ę°øä¹…åˆ é™¤ā€œ{0}ā€?", "irreversible": "ę­¤ę“ä½œäøåÆé€†!", + "cancel": "å–ę¶ˆ", "permDelete": "ę°øä¹…åˆ é™¤", - "delete": "删除", "importFiles": "导兄文件", "confirmOverwrite": "ē›®ę ‡ę–‡ä»¶å¤¹äø­å·²å­˜åœØå…·ęœ‰ē›øåŒåē§°ēš„ę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹ć€‚ę˜Æå¦č¦ę›æę¢å®ƒ?", "replaceButtonLabel": "ę›æę¢(&&R)", - "copyFile": "复制", - "pasteFile": "粘蓓", + "fileIsAncestor": "ē²˜č““ēš„é”¹ē›®ę˜Æē›®ę ‡ę–‡ä»¶å¤¹ēš„äøŠēŗ§", + "fileDeleted": "ē²˜č““ēš„ę–‡ä»¶å·²č¢«åˆ é™¤ęˆ–ē§»åŠØ", "duplicateFile": "重复", - "openToSide": "ę‰“å¼€åˆ°ä¾§č¾¹", - "compareSource": "é€‰ę‹©ä»„čæ›č”ŒęÆ”č¾ƒ", "globalCompareFile": "ęÆ”č¾ƒę“»åŠØę–‡ä»¶äøŽ...", "openFileToCompare": "é¦–å…ˆę‰“å¼€ę–‡ä»¶ä»„å°†å…¶äøŽå¦å¤–äø€äøŖę–‡ä»¶ęÆ”č¾ƒć€‚", - "compareWith": "å°†ā€œ{0}ā€äøŽā€œ{1}ā€ęÆ”č¾ƒ", - "compareFiles": "ęÆ”č¾ƒę–‡ä»¶", "refresh": "åˆ·ę–°", - "save": "äæå­˜", - "saveAs": "å¦å­˜äøŗ...", - "saveAll": "å…ØéƒØäæå­˜", "saveAllInGroup": "äæå­˜ē»„äø­ēš„å…ØéƒØå†…å®¹", - "saveFiles": "äæå­˜ę‰€ęœ‰ę–‡ä»¶", - "revert": "čæ˜åŽŸę–‡ä»¶", "focusOpenEditors": "äø“ę³ØäŗŽā€œę‰“å¼€ēš„ē¼–č¾‘å™Øā€č§†å›¾", "focusFilesExplorer": "å…³ę³Øę–‡ä»¶čµ„ęŗęµč§ˆå™Ø", "showInExplorer": "åœØä¾§č¾¹ę äø­ę˜¾ē¤ŗę“»åŠØę–‡ä»¶", @@ -56,20 +54,11 @@ "refreshExplorer": "åˆ·ę–°čµ„ęŗē®”ē†å™Ø", "openFileInNewWindow": "åœØę–°ēŖ—å£äø­ę‰“å¼€ę“»åŠØę–‡ä»¶", "openFileToShowInNewWindow": "čÆ·å…ˆę‰“å¼€č¦åœØę–°ēŖ—å£äø­ę‰“å¼€ēš„ę–‡ä»¶", - "revealInWindows": "åœØčµ„ęŗē®”ē†å™Øäø­ę˜¾ē¤ŗ", - "revealInMac": "在 Finder 中显示", - "openContainer": "ę‰“å¼€ę‰€åœØēš„ę–‡ä»¶å¤¹", - "revealActiveFileInWindows": "Windows čµ„ęŗē®”ē†å™Øäø­ę˜¾ē¤ŗę“»åŠØę–‡ä»¶", - "revealActiveFileInMac": "在 Finder äø­ę˜¾ē¤ŗę“»åŠØę–‡ä»¶", - "openActiveFileContainer": "ę‰“å¼€ę“»åŠØę–‡ä»¶ę‰€åœØēš„ę–‡ä»¶å¤¹", "copyPath": "å¤åˆ¶č·Æå¾„", - "copyPathOfActive": "å¤åˆ¶ę“»åŠØę–‡ä»¶ēš„č·Æå¾„", "emptyFileNameError": "åæ…é”»ęä¾›ę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹åć€‚", "fileNameExistsError": "ę­¤ä½ē½®å·²å­˜åœØę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹ **{0}**ć€‚čÆ·é€‰ę‹©å…¶ä»–åē§°ć€‚", "invalidFileNameError": "åē§° **{0}** ä½œäøŗę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹åę— ę•ˆć€‚čÆ·é€‰ę‹©å…¶ä»–åē§°ć€‚", "filePathTooLongError": "åē§° **{0}** åÆ¼č‡“č·Æå¾„å¤Ŗé•æć€‚čÆ·é€‰ę‹©ę›“ēŸ­ēš„åē§°ć€‚", - "compareWithSaved": "ęÆ”č¾ƒę“»åŠØäøŽå·²äæå­˜ēš„ę–‡ä»¶", - "modifiedLabel": "{0} (ē£ē›˜äøŠ) ↔ {1}", "compareWithClipboard": "ęÆ”č¾ƒę“»åŠØę–‡ä»¶äøŽå‰Ŗč““ęæ", "clipboardComparisonLabel": "å‰Ŗč““ęæ ↔ {0}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index 702c021c5f..a0ab49d9ef 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "é¦–å…ˆę‰“å¼€ę–‡ä»¶ä»„å¤åˆ¶å…¶č·Æå¾„", - "openFileToReveal": "é¦–å…ˆę‰“å¼€ę–‡ä»¶ä»„å±•ēŽ°" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "åœØčµ„ęŗē®”ē†å™Øäø­ę˜¾ē¤ŗ", + "revealInMac": "在 Finder 中显示", + "openContainer": "ę‰“å¼€ę‰€åœØēš„ę–‡ä»¶å¤¹", + "saveAs": "å¦å­˜äøŗ...", + "save": "äæå­˜", + "saveAll": "å…ØéƒØäæå­˜", + "removeFolderFromWorkspace": "å°†ę–‡ä»¶å¤¹ä»Žå·„ä½œåŒŗåˆ é™¤", + "genericRevertError": "ęœŖčƒ½čæ˜åŽŸā€œ{0}ā€: {1}", + "modifiedLabel": "{0} (ē£ē›˜äøŠ) ↔ {1}", + "openFileToReveal": "é¦–å…ˆę‰“å¼€ę–‡ä»¶ä»„å±•ēŽ°", + "openFileToCopy": "é¦–å…ˆę‰“å¼€ę–‡ä»¶ä»„å¤åˆ¶å…¶č·Æå¾„" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 63427668f5..bc031ad48e 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "ę˜¾ē¤ŗčµ„ęŗē®”ē†å™Ø", "explore": "资源箔理器", "view": "ęŸ„ēœ‹", @@ -24,7 +26,7 @@ "files.autoSave.afterDelay": "é…ē½® \"files.autoSaveDelay\" åŽč‡ŖåŠØäæå­˜ę›“ę–°åŽēš„ę–‡ä»¶ć€‚", "files.autoSave.onFocusChange": "ē¼–č¾‘å™Øå¤±åŽ»ē„¦ē‚¹ę—¶č‡ŖåŠØäæå­˜ę›“ę–°åŽēš„ę–‡ä»¶ć€‚", "files.autoSave.onWindowChange": "ēŖ—å£å¤±åŽ»ē„¦ē‚¹ę—¶č‡ŖåŠØäæå­˜ę›“ę–°åŽēš„ę–‡ä»¶ć€‚", - "autoSave": "ęŽ§åˆ¶å·²ę›“ę–°ę–‡ä»¶ēš„č‡ŖåŠØäæå­˜ć€‚ęŽ„å—ēš„å€¼:ā€œ{0}ā€ć€\"{1}ā€ć€ā€œ{2}ā€(ē¼–č¾‘å™Øå¤±åŽ»ē„¦ē‚¹)ć€ā€œ{3}ā€(ēŖ—å£å¤±åŽ»ē„¦ē‚¹)ć€‚å¦‚ęžœč®¾ē½®äøŗā€œ{4}ā€ļ¼Œåˆ™åÆåœØ \"files.autoSaveDelay\" äø­é…ē½®å»¶čæŸć€‚", + "autoSave": "ęŽ§åˆ¶ä½•ę—¶č‡ŖåŠØäæå­˜å·²ę›“ę–°ę–‡ä»¶ć€‚ęŽ„å—ēš„å€¼: \"{0}\"态\"{1}\"态\"{2}\" (ē¼–č¾‘å™Øå¤±åŽ»ē„¦ē‚¹)态\"{3}\" (ēŖ—å£å¤±åŽ»ē„¦ē‚¹)ć€‚å¦‚ęžœč®¾ē½®äøŗ \"{4}\"ļ¼ŒåÆåœØ \"files.autoSaveDelay\" äø­é…ē½®å»¶čæŸę—¶é—“ć€‚", "autoSaveDelay": "ęŽ§åˆ¶åœØå¤šå°‘ęÆ«ē§’åŽč‡ŖåŠØäæå­˜ę›“ę”¹čæ‡ēš„ę–‡ä»¶ć€‚ä»…åœØā€œfiles.autoSaveā€č®¾ē½®äøŗā€œ{0}ā€ę—¶é€‚ē”Øć€‚", "watcherExclude": "é…ē½®ę–‡ä»¶č·Æå¾„ēš„ glob ęØ”å¼ä»„ä»Žę–‡ä»¶ē›‘č§†ęŽ’é™¤ć€‚ęØ”å¼åæ…é”»åœØē»åÆ¹č·Æå¾„äøŠåŒ¹é…(例如 ** å‰ē¼€ęˆ–å®Œę•“č·Æå¾„éœ€ę­£ē”®åŒ¹é…)ć€‚ę›“ę”¹ę­¤č®¾ē½®éœ€č¦é‡åÆć€‚å¦‚ęžœåœØåÆåŠØę—¶é‡åˆ° Code ę¶ˆč€—å¤§é‡ CPU ę—¶é—“ļ¼Œåˆ™åÆä»„ęŽ’é™¤å¤§åž‹ę–‡ä»¶å¤¹ä»„å‡å°‘åˆå§‹åŠ č½½ć€‚", "hotExit.off": "ē¦ē”Øēƒ­é€€å‡ŗć€‚", @@ -36,12 +38,11 @@ "editorConfigurationTitle": "编辑器", "formatOnSave": "äæå­˜ę—¶č®¾ē½®ę–‡ä»¶ēš„ę ¼å¼ć€‚ę ¼å¼åŒ–ēØ‹åŗåæ…é”»åÆē”Øļ¼Œäøčƒ½č‡ŖåŠØäæå­˜ę–‡ä»¶ļ¼Œå¹¶äø”äøčƒ½å…³é—­ē¼–č¾‘å™Øć€‚", "explorerConfigurationTitle": "文件资源箔理器", - "openEditorsVisible": "åœØā€œę‰“å¼€ēš„ē¼–č¾‘å™Øā€ēŖ—ę ¼äø­ę˜¾ē¤ŗēš„ē¼–č¾‘å™Øę•°é‡ć€‚å°†å…¶č®¾ē½®äøŗ 0 åÆéšč—ēŖ—ę ¼ć€‚", - "dynamicHeight": "ęŽ§åˆ¶ę‰“å¼€ēš„ē¼–č¾‘å™ØéƒØåˆ†ēš„é«˜åŗ¦ę˜Æå¦åŗ”åŠØę€é€‚åŗ”å…ƒē“ ę•°é‡ć€‚", + "openEditorsVisible": "åœØā€œę‰“å¼€ēš„ē¼–č¾‘å™Øā€ēŖ—ę ¼äø­ę˜¾ē¤ŗēš„ē¼–č¾‘å™Øę•°é‡ć€‚", "autoReveal": "ęŽ§åˆ¶čµ„ęŗē®”ē†å™Øę˜Æå¦åŗ”åœØę‰“å¼€ę–‡ä»¶ę—¶č‡ŖåŠØę˜¾ē¤ŗå¹¶é€‰ę‹©å®ƒä»¬ć€‚", "enableDragAndDrop": "ęŽ§åˆ¶čµ„ęŗē®”ē†å™Øę˜Æå¦åŗ”čÆ„å…č®øé€ščæ‡ę‹–ę”¾ē§»åŠØę–‡ä»¶å’Œę–‡ä»¶å¤¹ć€‚", "confirmDragAndDrop": "ęŽ§åˆ¶åœØčµ„ęŗē®”ē†å™Øå†…ę‹–ę”¾ē§»åŠØę–‡ä»¶ęˆ–ę–‡ä»¶å¤¹ę—¶ę˜Æå¦čæ›č”Œē”®č®¤ć€‚", - "confirmDelete": "ęŽ§åˆ¶čµ„ęŗē®”ē†å™Øę˜Æå¦åŗ”åœØåˆ é™¤ę–‡ä»¶åˆ°å›žę”¶ē«™ę—¶čæ›č”Œē”®č®¤ć€‚", + "confirmDelete": "ęŽ§åˆ¶čµ„ęŗē®”ē†å™Øę˜Æå¦åŗ”åœØåˆ é™¤ę–‡ä»¶åˆ°åŗŸēŗøēÆ“ę—¶čæ›č”Œē”®č®¤ć€‚", "sortOrder.default": "ęŒ‰åē§°ēš„å­—ęÆé”ŗåŗęŽ’åˆ—ę–‡ä»¶å’Œę–‡ä»¶å¤¹ć€‚ę–‡ä»¶å¤¹ę˜¾ē¤ŗåœØę–‡ä»¶å‰ć€‚", "sortOrder.mixed": "ęŒ‰åē§°ēš„å­—ęÆé”ŗåŗęŽ’åˆ—ę–‡ä»¶å’Œę–‡ä»¶å¤¹ć€‚äø¤č€…ē©æę’ę˜¾ē¤ŗć€‚", "sortOrder.filesFirst": "ęŒ‰åē§°ēš„å­—ęÆé”ŗåŗęŽ’åˆ—ę–‡ä»¶å’Œę–‡ä»¶å¤¹ć€‚ę–‡ä»¶ę˜¾ē¤ŗåœØę–‡ä»¶å¤¹å‰ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 8ebee88ce9..8dcccc738f 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "ä½æē”Øå³ä¾§ē¼–č¾‘å™Øå·„å…·ę ēš„ę“ä½œę„**ę’¤ę¶ˆ**ä½ ēš„ę›“ę”¹ęˆ–ē”Øä½ ēš„ę›“ę”¹ę„**覆盖**ē£ē›˜äøŠēš„å†…å®¹", - "discard": "ę”¾å¼ƒ", - "overwrite": "覆盖", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "ä½æē”Øē¼–č¾‘å™Øå·„å…·ę äø­ēš„ę“ä½œę’¤ę¶ˆę›“ę”¹ęˆ–č¦†ē›–ē£ē›˜äøŠēš„å†…å®¹", + "staleSaveError": "ę— ę³•äæå­˜ā€œ{0}ā€: ē£ē›˜äøŠēš„å†…å®¹č¾ƒę–°ć€‚čÆ·å°†ę‚Øēš„ē‰ˆęœ¬å’Œē£ē›˜äøŠēš„ē‰ˆęœ¬čæ›č”ŒęÆ”č¾ƒć€‚", "retry": "é‡čÆ•", - "readonlySaveError": "ę— ę³•äæå­˜ā€œ{0}ā€: ę–‡ä»¶å†™äæęŠ¤ć€‚é€‰ę‹©ā€œč¦†ē›–ā€ä»„åˆ é™¤äæęŠ¤ć€‚ ", + "discard": "ę”¾å¼ƒ", + "readonlySaveErrorAdmin": "ę— ę³•äæå­˜ā€œ{0}ā€: ę–‡ä»¶å†™äæęŠ¤ć€‚é€‰ę‹©ā€œä»„ē®”ē†å‘˜čŗ«ä»½č¦†ē›–ā€åÆä½œäøŗē®”ē†å‘˜é‡čÆ•ć€‚ ", + "readonlySaveError": "ę— ę³•äæå­˜ā€œ{0}ā€: ę–‡ä»¶å†™äæęŠ¤ć€‚é€‰ę‹©ā€œč¦†ē›–ā€åÆå°čÆ•ē§»é™¤äæęŠ¤ć€‚", + "permissionDeniedSaveError": "ę— ę³•äæå­˜ā€œ{0}ā€: ęƒé™äøč¶³ć€‚é€‰ę‹©ā€œä»„ē®”ē†å‘˜čŗ«ä»½č¦†ē›–ā€åÆä½œäøŗē®”ē†å‘˜é‡čÆ•ć€‚", "genericSaveError": "ęœŖčƒ½äæå­˜ā€œ{0}ā€: {1}", - "staleSaveError": "ę— ę³•äæå­˜ā€œ{0}ā€: ē£ē›˜äøŠēš„å†…å®¹č¾ƒę–°ć€‚å•å‡» **ęÆ”č¾ƒ** ä»„ęÆ”č¾ƒä½ ēš„ē‰ˆęœ¬å’Œē£ē›˜äøŠēš„ē‰ˆęœ¬ć€‚", + "learnMore": "了解详细俔息", + "dontShowAgain": "äøå†ę˜¾ē¤ŗ", "compareChanges": "ęÆ”č¾ƒ", - "saveConflictDiffLabel": "{0} (on disk) ↔ {1} (in {2}) - č§£å†³äæå­˜ēš„å†²ēŖ" + "saveConflictDiffLabel": "{0} (on disk) ↔ {1} (in {2}) - č§£å†³äæå­˜ēš„å†²ēŖ", + "overwriteElevated": "ä»„ē®”ē†å‘˜čŗ«ä»½č¦†ē›–...", + "saveElevated": "ä»„ē®”ē†å‘˜čŗ«ä»½é‡čÆ•...", + "overwrite": "覆盖" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index 5939052419..9b508c2a45 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ę— ę‰“å¼€ēš„ę–‡ä»¶å¤¹", "explorerSection": "ę–‡ä»¶čµ„ęŗē®”ē†å™ØéƒØåˆ†", "noWorkspaceHelp": "ä½ čæ˜ę²”ęœ‰åœØå·„ä½œåŒŗäø­ę·»åŠ ę–‡ä»¶å¤¹ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index e301fea30f..68dd3f03e9 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "资源箔理器", - "canNotResolve": "ę— ę³•č§£ęžå·„ä½œåŒŗę–‡ä»¶å¤¹" + "canNotResolve": "ę— ę³•č§£ęžå·„ä½œåŒŗę–‡ä»¶å¤¹", + "symbolicLlink": "ē¬¦å·é“¾ęŽ„" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 7193836bd0..82f874d10f 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "ę–‡ä»¶čµ„ęŗē®”ē†å™ØéƒØåˆ†", "treeAriaLabel": "文件资源箔理器" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index d97098d02f..3d8f7993f5 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "é”®å…„ę–‡ä»¶åć€‚ęŒ‰ Enter ä»„ē”®č®¤ęˆ–ęŒ‰ Esc ä»„å–ę¶ˆć€‚", + "constructedPath": "在 **{1}** åˆ›å»ŗ{0}", "filesExplorerViewerAriaLabel": "{0}ļ¼Œę–‡ä»¶čµ„ęŗē®”ē†å™Ø", "dropFolders": "ä½ ę˜Æå¦č¦å°†ę–‡ä»¶å¤¹ę·»åŠ åˆ°å·„ä½œåŒŗ?", "dropFolder": "ä½ ę˜Æå¦č¦å°†ę–‡ä»¶å¤¹ę·»åŠ åˆ°å·„ä½œåŒŗ?", "addFolders": "ę·»åŠ ę–‡ä»¶å¤¹(&&A)", "addFolder": "ę·»åŠ ę–‡ä»¶å¤¹(&&A)", + "confirmMultiMove": "ę˜Æå¦ē”®å®šč¦ē§»åŠØä»„äø‹ {0} 个文件?", "confirmMove": "ę˜Æå¦ē”®å®žč¦ē§»åŠØā€œ{0}ā€?", "doNotAskAgain": "äøå†čÆ¢é—®", "moveButtonLabel": "移动(&&M)", diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index 0c93f41d44..69f0cff8c5 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "ę‰“å¼€ēš„ē¼–č¾‘å™Ø", "openEditosrSection": "ę‰“å¼€ēš„ē¼–č¾‘å™ØéƒØåˆ†", - "dirtyCounter": "{0} äøŖęœŖäæå­˜", - "saveAll": "å…ØéƒØäæå­˜", - "closeAllUnmodified": "å…³é—­ęœŖę›“ę”¹", - "closeAll": "å…ØéƒØå…³é—­", - "compareWithSaved": "äøŽå·²äæå­˜ę–‡ä»¶ęÆ”č¾ƒ", - "close": "关闭", - "closeOthers": "关闭其他" + "dirtyCounter": "{0} äøŖęœŖäæå­˜" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 5b583f9792..7fd5d7ff09 100644 --- a/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index b9f2f4ef65..9d8fc0d34e 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.i18n.json index 7e84ec55a6..95ba654c56 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index 669d22f5c2..24fb7c42b1 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 434dcfd290..ac852bcb20 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index 5f1f19d5df..2559b6e4a1 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index a78139f5ef..b1d535ca01 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index 74e6bb09ee..44d11f846f 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index 9260530724..b05347c075 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index c9c913297a..49e5fbb39a 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index e4d4e20d71..081abe8df0 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index bc83209d62..820cf7bf1a 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index 10698e4816..5c1a062560 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index 66d2027829..9575e81c0d 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/chs/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index 6d25c372dd..cc6a44ad64 100644 --- a/i18n/chs/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index e1f8ce8325..73cacccdaa 100644 --- a/i18n/chs/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/chs/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index 9005183fd4..c10b5f5c03 100644 --- a/i18n/chs/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/chs/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index fa15e3b391..e6edc47eb0 100644 --- a/i18n/chs/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/chs/src/vs/workbench/parts/git/node/git.lib.i18n.json index b6ae41ce27..2eb9738e3d 100644 --- a/i18n/chs/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 6200800462..0475476af4 100644 --- a/i18n/chs/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "HTML é¢„č§ˆ", - "devtools.webview": "å¼€å‘äŗŗå‘˜: Webview å·„å…·" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "HTML é¢„č§ˆ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/chs/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index fb12fa96a9..ef6ea45c49 100644 --- a/i18n/chs/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "ę— ę•ˆēš„ē¼–č¾‘å™Øč¾“å…„ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..d42ed80dd5 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "å¼€å‘č€…" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/chs/src/vs/workbench/parts/html/browser/webview.i18n.json index ad5eb63d63..f048a36b94 100644 --- a/i18n/chs/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/chs/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..21e30533a5 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "čšē„¦äŗŽęŸ„ę‰¾å°ē»„ä»¶", + "openToolsLabel": "打开 Webview 开发巄具", + "refreshWebviewLabel": "é‡ę–°åŠ č½½ Webview" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..0d319d24d3 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "č¦ä½æē”Øēš„ UI 语言。", + "vscode.extension.contributes.localizations": "å‘ē¼–č¾‘å™Øęä¾›ęœ¬åœ°åŒ–å†…å®¹", + "vscode.extension.contributes.localizations.languageId": "ę˜¾ē¤ŗå­—ē¬¦äø²ēæ»čÆ‘ēš„ē›®ę ‡čÆ­čØ€ ID怂", + "vscode.extension.contributes.localizations.languageName": "čÆ­čØ€ēš„č‹±ę–‡åē§°ć€‚", + "vscode.extension.contributes.localizations.languageNameLocalized": "ęä¾›čÆ­čØ€ēš„åē§°ć€‚", + "vscode.extension.contributes.localizations.translations": "äøŽčÆ­čØ€å…³č”ēš„ēæ»čÆ‘ēš„åˆ—č”Øć€‚", + "vscode.extension.contributes.localizations.translations.id": "ä½æē”Øę­¤ēæ»čÆ‘ēš„ VS Code ęˆ–ę‰©å±•ēš„ ID怂VS Code ēš„ ID 总为 \"vscode\"ļ¼Œę‰©å±•ēš„ ID ēš„ę ¼å¼åŗ”äøŗ \"publisherId.extensionName\"怂", + "vscode.extension.contributes.localizations.translations.id.pattern": "翻译 VS Code ęˆ–č€…ę‰©å±•ļ¼ŒID åˆ†åˆ«åŗ”äøŗ \"vscode\" ęˆ–ę ¼å¼äøŗ \"publisherId.extensionName\"怂", + "vscode.extension.contributes.localizations.translations.path": "åŒ…å«čÆ­čØ€ēæ»čÆ‘ēš„ę–‡ä»¶ēš„ē›øåÆ¹č·Æå¾„ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/chs/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..df315db63d --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "é…ē½®čÆ­čØ€", + "displayLanguage": "定义 VSCode ēš„ę˜¾ē¤ŗčÆ­čØ€ć€‚", + "doc": "čÆ·å‚é˜… {0}ļ¼Œäŗ†č§£ę”ÆęŒēš„čÆ­čØ€åˆ—č”Øć€‚", + "restart": "ę›“ę”¹ę­¤å€¼éœ€č¦é‡åÆ VSCode怂", + "fail.createSettings": "ę— ę³•åˆ›å»ŗā€œ{0}ā€({1})怂" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..8652b61527 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "ę—„åæ—(主进程)", + "sharedLog": "ę—„åæ—(共享进程)", + "rendererLog": "ę—„åæ—(ēŖ—å£čæ›ēØ‹)", + "extensionsLog": "ę—„åæ—(ę‰©å±•äø»ęœŗ)", + "developer": "å¼€å‘č€…" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/chs/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..7ced415193 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "打开旄志文件夹", + "showLogs": "ę˜¾ē¤ŗę—„åæ—...", + "rendererProcess": "ēŖ—å£ ({0})", + "emptyWindow": "ēŖ—å£", + "extensionHost": "ę‰©å±•äø»ęœŗ", + "sharedProcess": "共享进程", + "mainProcess": "主进程", + "selectProcess": "选择进程旄志", + "openLogFile": "打开旄志文件...", + "setLogLevel": "č®¾ē½®ę—„åæ—ēŗ§åˆ«...", + "trace": "跟踪", + "debug": "č°ƒčÆ•", + "info": "俔息", + "warn": "č­¦å‘Š", + "err": "错误", + "critical": "äø„é‡", + "off": "关闭", + "selectLogLevel": "é€‰ę‹©ę—„åæ—ēŗ§åˆ«", + "default and current": "默认 当前", + "default": "默认", + "current": "当前" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/chs/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 6536d82166..9c97e27f75 100644 --- a/i18n/chs/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "问题", "tooltip.1": "ę­¤ę–‡ä»¶å­˜åœØ 1 äøŖé—®é¢˜", "tooltip.N": "ę­¤ę–‡ä»¶å­˜åœØ {0} äøŖé—®é¢˜", diff --git a/i18n/chs/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/chs/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index c5e7b7ca89..21c509c5b6 100644 --- a/i18n/chs/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "ꀻ讔 {0} äøŖé—®é¢˜", "filteredProblems": "显示 {0} äøŖ (共 {1} äøŖ) 问题" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/chs/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..21c509c5b6 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "ꀻ讔 {0} äøŖé—®é¢˜", + "filteredProblems": "显示 {0} äøŖ (共 {1} äøŖ) 问题" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/chs/src/vs/workbench/parts/markers/common/messages.i18n.json index 3e34c78c26..f426d7736a 100644 --- a/i18n/chs/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "ęŸ„ēœ‹", - "problems.view.toggle.label": "åˆ‡ę¢ę˜¾ē¤ŗé—®é¢˜č§†å›¾", - "problems.view.focus.label": "čšē„¦äŗŽé—®é¢˜č§†å›¾", + "problems.view.toggle.label": "åˆ‡ę¢é—®é¢˜ (é”™čÆÆć€č­¦å‘Šć€äæ”ęÆ) 视图", + "problems.view.focus.label": "čšē„¦äŗŽé—®é¢˜ (é”™čÆÆć€č­¦å‘Šć€äæ”ęÆ) 视图", "problems.panel.configuration.title": "é—®é¢˜é¢„č§ˆ", "problems.panel.configuration.autoreveal": "ęŽ§åˆ¶é—®é¢˜é¢„č§ˆę˜Æå¦åŗ”åœØę‰“å¼€ę–‡ä»¶ę—¶č‡ŖåŠØę˜¾ē¤ŗå®ƒä»¬ć€‚", "markers.panel.title.problems": "问题", diff --git a/i18n/chs/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/chs/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 1ee0bad1c3..f72dad3307 100644 --- a/i18n/chs/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "复制", "copyMarkerMessage": "å¤åˆ¶ę¶ˆęÆ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index d3829780ea..6392e77d2e 100644 --- a/i18n/chs/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index a96772cdf4..83f54d5a7a 100644 --- a/i18n/chs/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.i18n.json index d44a776d85..0729aa091c 100644 --- a/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "åˆ‡ę¢č¾“å‡ŗ", "clearOutput": "清除输出", "toggleOutputScrollLock": "åˆ‡ę¢č¾“å‡ŗ Scroll Lock", diff --git a/i18n/chs/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/chs/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index ee15e6084b..654ec7d5ac 100644 --- a/i18n/chs/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}ļ¼Œč¾“å‡ŗé¢ęæ", "outputPanelAriaLabel": "č¾“å‡ŗé¢ęæ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/chs/src/vs/workbench/parts/output/common/output.i18n.json index 79b46e2bcb..7ff7d77cd9 100644 --- a/i18n/chs/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..162412c6c6 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "输出", + "logViewer": "ę—„åæ—ęŸ„ēœ‹å™Ø", + "viewCategory": "ęŸ„ēœ‹", + "clearOutput.label": "清除输出" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/chs/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..ecf3c3e208 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - 输出", + "channel": "ā€œ{0}ā€ēš„č¾“å‡ŗé€šé“" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index 9b26b94472..b53dfaf95d 100644 --- a/i18n/chs/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/chs/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index 9b26b94472..c9010274c1 100644 --- a/i18n/chs/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "å·²ęˆåŠŸåˆ›å»ŗęčæ°ę–‡ä»¶ć€‚", "prof.detail": "čÆ·åˆ›å»ŗé—®é¢˜å¹¶ę‰‹åŠØé™„åŠ ä»„äø‹ę–‡ä»¶ļ¼š\n{0}", "prof.restartAndFileIssue": "åˆ›å»ŗé—®é¢˜å¹¶é‡åÆ", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 2f3fae8940..d38029c468 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "å…ˆęŒ‰ę‰€éœ€ēš„ē»„åˆé”®ļ¼Œå†ęŒ‰ Enter 键怂", "defineKeybinding.chordsTo": "加上" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index 34f4d8ea70..af263600dd 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "é”®ē›˜åæ«ę·ę–¹å¼", "SearchKeybindings.AriaLabel": "ęœē“¢é”®ē»‘å®š", "SearchKeybindings.Placeholder": "ęœē“¢é”®ē»‘å®š", @@ -15,9 +17,10 @@ "addLabel": "ę·»åŠ é”®ē»‘å®š", "removeLabel": "åˆ é™¤é”®ē»‘å®š", "resetLabel": "é‡ē½®é”®ē»‘å®š", - "showConflictsLabel": "ę˜¾ē¤ŗå†²ēŖ", + "showSameKeybindings": "ę˜¾ē¤ŗē›øåŒēš„é”®ē»‘å®š", "copyLabel": "复制", - "error": "ē¼–č¾‘é”®ē»‘å®šę—¶å‘ē”Ÿé”™čÆÆā€œ{0}ā€ć€‚čÆ·ę‰“å¼€ \"keybindings.json\" ę–‡ä»¶å¹¶ę£€ęŸ„ć€‚", + "copyCommandLabel": "ę‹·č“å‘½ä»¤", + "error": "ē¼–č¾‘é”®ē»‘å®šę—¶å‘ē”Ÿé”™čÆÆā€œ{0}ā€ć€‚čÆ·ę‰“å¼€ \"keybindings.json\" ę–‡ä»¶å¹¶ę£€ęŸ„é”™čÆÆć€‚", "command": "命令", "keybinding": "é”®ē»‘å®š", "source": "ę„ęŗ", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 574f03fcc1..92a27daabc 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "å®šä¹‰é”®ē»‘å®š", "defineKeybinding.kbLayoutErrorMessage": "åœØå½“å‰é”®ē›˜åøƒå±€äø‹ę— ę³•ē”Ÿęˆę­¤ē»„åˆé”®ć€‚", "defineKeybinding.kbLayoutLocalAndUSMessage": "åœØä½ ēš„é”®ē›˜åøƒå±€äøŠäøŗ **{0}**ļ¼ˆē¾Žå›½ę ‡å‡†åøƒå±€äøŠäøŗ **{1}**)。", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index 87559f85c8..a001ecc1ce 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index 40d1801085..e5adb55b94 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "ę‰“å¼€é»˜č®¤č®¾ē½®åŽŸå§‹ę–‡ę”£", "openGlobalSettings": "ę‰“å¼€ē”Øęˆ·č®¾ē½®", "openGlobalKeybindings": "ę‰“å¼€é”®ē›˜åæ«ę·ę–¹å¼", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index c40e2e7cf7..417be153e4 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "默认设置", "SearchSettingsWidget.AriaLabel": "搜瓢设置", "SearchSettingsWidget.Placeholder": "搜瓢设置", "noSettingsFound": "ę— ē»“ęžœ", - "oneSettingFound": "1 äøŖč®¾ē½®åŒ¹é…", - "settingsFound": "{0} äøŖč®¾ē½®åŒ¹é…", + "oneSettingFound": "ę‰¾åˆ° 1 个设置", + "settingsFound": "ę‰¾åˆ° {0} 个设置", "totalSettingsMessage": "ꀻ讔 {0} 个设置", + "nlpResult": "č‡Ŗē„¶čÆ­čØ€ē»“ęžœ", + "filterResult": "ē­›é€‰ē»“ęžœ", "defaultSettings": "默认设置", "defaultFolderSettings": "é»˜č®¤ę–‡ä»¶å¤¹č®¾ē½®", "defaultEditorReadonly": "åœØå³ä¾§ē¼–č¾‘å™Øäø­ē¼–č¾‘ä»„č¦†ē›–é»˜č®¤å€¼ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index 8bfc213abe..cf911d4117 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "将设置放兄此处仄覆盖\"默认设置\"怂", "emptyWorkspaceSettingsHeader": "将设置放兄此处仄覆盖\"ē”Øęˆ·č®¾ē½®\"怂", "emptyFolderSettingsHeader": "将文件夹设置放兄此处仄覆盖\"巄作区设置\"怂", + "reportSettingsSearchIssue": "ä½æē”Øč‹±ę–‡ęŠ„å‘Šé—®é¢˜", + "newExtensionLabel": "ę˜¾ē¤ŗę‰©å±•ā€œ{0}ā€", "editTtile": "编辑", "replaceDefaultValue": "åœØč®¾ē½®äø­ę›æę¢", "copyDefaultValue": "å¤åˆ¶åˆ°č®¾ē½®", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index ea2eec0014..f275cb6029 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "é¦–å…ˆę‰“å¼€ę–‡ä»¶å¤¹ä»„åˆ›å»ŗå·„ä½œåŒŗč®¾ē½®", "emptyKeybindingsHeader": "å°†é”®ē»‘å®šę”¾å…„ę­¤ę–‡ä»¶äø­ä»„č¦†ē›–é»˜č®¤å€¼", "defaultKeybindings": "é»˜č®¤ēš„é”®ē»‘å®š", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index 5c28c56088..b3e9099149 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "čÆ•čÆ•č‡Ŗē„¶čÆ­čØ€ęœē“¢!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "å°†ę‚Øēš„č®¾ē½®ę”¾å…„å³ä¾§ē¼–č¾‘å™Øä»„č¦†ē›–ć€‚", "noSettingsFound": "ęœŖę‰¾åˆ°č®¾ē½®ć€‚", "settingsSwitcherBarAriaLabel": "č®¾ē½®č½¬ę¢å™Ø", "userSettings": "ē”Øęˆ·č®¾ē½®", "workspaceSettings": "巄作区设置", - "folderSettings": "文件夹设置", - "enableFuzzySearch": "åÆē”Øč‡Ŗē„¶čÆ­čØ€ęœē“¢" + "folderSettings": "文件夹设置" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 816373ba1b..1b6caddfac 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "默认", "user": "ē”Øęˆ·", "meta": "å…ƒę•°ę®", diff --git a/i18n/chs/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 1f0e6aee08..4e9ee3cc40 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "ē”Øęˆ·č®¾ē½®", "workspaceSettingsTarget": "巄作区设置" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 26f355bb38..b24b46fa62 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "常用设置", - "mostRelevant": "ęœ€ē›øå…³", "defaultKeybindingsHeader": "é€ščæ‡å°†é”®ē»‘å®šę”¾å…„é”®ē»‘å®šę–‡ä»¶äø­ę„č¦†ē›–é”®ē»‘å®šć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index 87559f85c8..fc29a2e645 100644 --- a/i18n/chs/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "é»˜č®¤é¦–é€‰é”¹ē¼–č¾‘å™Ø", "keybindingsEditor": "é”®ē»‘å®šē¼–č¾‘å™Ø", "preferences": "首选锹" diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 30778096b4..d1bcc51bd7 100644 --- a/i18n/chs/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "ę˜¾ē¤ŗę‰€ęœ‰å‘½ä»¤", "clearCommandHistory": "ęø…é™¤å‘½ä»¤åŽ†å²č®°å½•", "showCommands.label": "å‘½ä»¤é¢ęæ...", "entryAriaLabelWithKey": "{0}态{1} ļ¼Œå‘½ä»¤", "entryAriaLabel": "{0}ļ¼Œå‘½ä»¤", - "canNotRun": "ę— ę³•ä»Žę­¤å¤„čæč”Œå‘½ä»¤ā€œ{0}ā€ć€‚", "actionNotEnabled": "åœØå½“å‰äøŠäø‹ę–‡äø­ę²”ęœ‰åÆē”Øå‘½ä»¤ā€œ{0}ā€ć€‚", + "canNotRun": "å‘½ä»¤ā€œ{0}ā€åÆ¼č‡“äŗ†äø€äøŖé”™čÆÆć€‚", "recentlyUsed": "ęœ€čæ‘ä½æē”Ø", "morecCommands": "其他命令", "cat.title": "{0}: {1}", diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index 3a9d21a94e..2bdd666a3c 100644 --- a/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "转到蔌...", "gotoLineLabelEmptyWithLimit": "é”®å…„č¦åÆ¼čˆŖåˆ°ēš„ä»‹äŗŽ 1 和 {0} ä¹‹é—“ēš„č”Œå·", "gotoLineLabelEmpty": "é”®å…„č¦åÆ¼čˆŖåˆ°ēš„č”Œå·", diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 5272431a6b..699f41c032 100644 --- a/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "č½¬åˆ°ę–‡ä»¶äø­ēš„ē¬¦å·...", "symbols": "ē¬¦å·({0})", "method": "方法({0})", diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 97a4412645..c7156bec54 100644 --- a/i18n/chs/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œé€‰å–å™Øåø®åŠ©", "globalCommands": "全局命令", "editorCommands": "编辑器命令" diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 4fff98737e..2288e6d0ad 100644 --- a/i18n/chs/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "ęŸ„ēœ‹", "commandsHandlerDescriptionDefault": "ę˜¾ē¤ŗå¹¶čæč”Œå‘½ä»¤", "gotoLineDescriptionMac": "转到蔌", "gotoLineDescriptionWin": "转到蔌", diff --git a/i18n/chs/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 03e8e82837..f05f560f19 100644 --- a/i18n/chs/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œč§†å›¾é€‰å–å™Ø", "views": "视图", "panels": "é¢ęæ", diff --git a/i18n/chs/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index e6c4f79ed6..fc000c80dc 100644 --- a/i18n/chs/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "č®¾ē½®å·²ę›“ę”¹ļ¼Œéœ€č¦é‡åÆę‰čƒ½ē”Ÿę•ˆć€‚", "relaunchSettingDetail": "ęŒ‰äø‹ā€œé‡åÆā€ęŒ‰é’®ä»„é‡ę–°åÆåŠØ {0} 并启用评设置。", "restart": "é‡åÆ(&&R)" diff --git a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index 839def0b2a..0e72bffed4 100644 --- a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "第 {0} 个曓改 (共 {1} äøŖ)", "change": "第 {0} 个曓改 (共 {1} äøŖ)", "show previous change": "ę˜¾ē¤ŗäøŠäø€äøŖę›“ę”¹", "show next change": "ę˜¾ē¤ŗäø‹äø€äøŖę›“ę”¹", + "move to previous change": "ē§»åŠØåˆ°äøŠäø€äøŖę›“ę”¹", + "move to next change": "ē§»åŠØåˆ°äø‹äø€äøŖę›“ę”¹", "editorGutterModifiedBackground": "ē¼–č¾‘å™ØåÆ¼čˆŖēŗæäø­č¢«äæ®ę”¹č”Œēš„čƒŒę™Æé¢œč‰²ć€‚", "editorGutterAddedBackground": "ē¼–č¾‘å™ØåÆ¼čˆŖēŗæäø­å·²ę’å…„č”Œēš„čƒŒę™Æé¢œč‰²ć€‚", "editorGutterDeletedBackground": "ē¼–č¾‘å™ØåÆ¼čˆŖēŗæäø­č¢«åˆ é™¤č”Œēš„čƒŒę™Æé¢œč‰²ć€‚", - "overviewRulerModifiedForeground": "ę¦‚čæ°å·²äæ®ę”¹å†…å®¹ēš„ę ‡å°ŗę ‡č®°é¢œč‰²ć€‚", - "overviewRulerAddedForeground": "ę¦‚čæ°å·²ę·»åŠ å†…å®¹ēš„ę ‡å°ŗę ‡č®°é¢œč‰²ć€‚", - "overviewRulerDeletedForeground": "ę¦‚čæ°å·²åˆ é™¤å†…å®¹ēš„ę ‡å°ŗę ‡č®°é¢œč‰²ć€‚" + "overviewRulerModifiedForeground": "ę¦‚č§ˆę ‡å°ŗäø­å·²äæ®ę”¹å†…å®¹ēš„é¢œč‰²ć€‚", + "overviewRulerAddedForeground": "ę¦‚č§ˆę ‡å°ŗäø­å·²å¢žåŠ å†…å®¹ēš„é¢œč‰²ć€‚", + "overviewRulerDeletedForeground": "ę¦‚č§ˆę ‡å°ŗäø­å·²åˆ é™¤å†…å®¹ēš„é¢œč‰²ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index cc08da7360..fc8243c689 100644 --- a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "显示 Git", "source control": "源代码箔理", "toggleSCMViewlet": "ę˜¾ē¤ŗęŗä»£ē ē®”ē†", - "view": "ęŸ„ēœ‹" + "view": "ęŸ„ēœ‹", + "scmConfigurationTitle": "源代码箔理", + "alwaysShowProviders": "ę˜Æå¦ę€»ę˜Æę˜¾ē¤ŗęŗä»£ē ē®”ē†ęä¾›ēØ‹åŗéƒØåˆ†ć€‚", + "diffDecorations": "ęŽ§åˆ¶ē¼–č¾‘å™Øäø­å·®å¼‚ēš„ę˜¾ē¤ŗę•ˆęžœć€‚", + "diffGutterWidth": "ęŽ§åˆ¶åÆ¼čˆŖēŗæäøŠå·²ę·»åŠ å’Œå·²äæ®ę”¹å·®å¼‚å›¾ę ‡ēš„å®½åŗ¦ (px)怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index 3edcb2591b..81baa0e716 100644 --- a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} äøŖęŒ‚čµ·ēš„ę›“ę”¹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 89c41c7a05..495cf9f9ef 100644 --- a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index eb08e1a303..628a2aa033 100644 --- a/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "ęŗä»£ē ē®”ē†ęä¾›ēØ‹åŗ", "hideRepository": "隐藏", "installAdditionalSCMProviders": "å®‰č£…å…¶ä»–ęŗä»£ē ē®”ē†ęä¾›ēØ‹åŗ...", diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index c4c43c8662..657b63c487 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "ę–‡ä»¶å’Œē¬¦å·ē»“ęžœ", "fileResults": "ę–‡ä»¶ē»“ęžœ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 2bd571f731..2de7494dea 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œę–‡ä»¶é€‰å–å™Ø", "searchResults": "ęœē“¢ē»“ęžœ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index 9fba7f561e..d77611ecd4 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œē¬¦å·é€‰å–å™Ø", "symbols": "ē¬¦å·ē»“ęžœ", "noSymbolsMatching": "ę²”ęœ‰åŒ¹é…ēš„ē¬¦å·", diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 463428de5f..7d7f530240 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "输兄", "useExcludesAndIgnoreFilesDescription": "ä½æē”Øā€œęŽ’é™¤č®¾ē½®ā€äøŽā€œåæ½ē•„ę–‡ä»¶ā€" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 6dc5d7d869..392fa79b36 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Replace Preview)" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index 971f3dddcc..de09bdd5da 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/searchActions.i18n.json index ebf392aa07..c8926f26e3 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "ę˜¾ē¤ŗäø‹äø€äøŖęœē“¢åŒ…å«ęØ”å¼", "previousSearchIncludePattern": "ę˜¾ē¤ŗäøŠäø€äøŖęœē“¢åŒ…å«ęØ”å¼", "nextSearchExcludePattern": "ę˜¾ē¤ŗäø‹äø€äøŖęœē“¢ęŽ’é™¤ęØ”å¼", @@ -12,12 +14,11 @@ "previousSearchTerm": "ę˜¾ē¤ŗäøŠäø€äøŖęœē“¢čÆ", "showSearchViewlet": "显示搜瓢", "findInFiles": "åœØę–‡ä»¶äø­ęŸ„ę‰¾", - "findInFilesWithSelectedText": "åœØę–‡ä»¶äø­ęŸ„ę‰¾ę‰€é€‰ę–‡ęœ¬", "replaceInFiles": "åœØę–‡ä»¶äø­ę›æę¢", - "replaceInFilesWithSelectedText": "åœØę–‡ä»¶äø­ę›æę¢ę‰€é€‰ę–‡ęœ¬", "RefreshAction.label": "åˆ·ę–°", "CollapseDeepestExpandedLevelAction.label": "å…ØéƒØęŠ˜å ", "ClearSearchResultsAction.label": "清除", + "CancelSearchAction.label": "å–ę¶ˆęœē“¢", "FocusNextSearchResult.label": "čšē„¦äø‹äø€ęœē“¢ē»“ęžœ", "FocusPreviousSearchResult.label": "čšē„¦äøŠäø€ęœē“¢ē»“ęžœ", "RemoveAction.label": "ę¶ˆé™¤", diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index ea058be758..ed9429403c 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "其他文件", "searchFileMatches": "å·²ę‰¾åˆ° {0} 个文件", "searchFileMatch": "å·²ę‰¾åˆ° {0} 个文件", diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..1ba557747f --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "åˆ‡ę¢ęœē“¢čÆ¦ē»†äæ”ęÆ", + "searchScope.includes": "č¦åŒ…å«ēš„ę–‡ä»¶", + "label.includes": "ęœē“¢åŒ…å«ęØ”å¼", + "searchScope.excludes": "č¦ęŽ’é™¤ēš„ę–‡ä»¶", + "label.excludes": "ęœē“¢ęŽ’é™¤ęØ”å¼", + "replaceAll.confirmation.title": "å…ØéƒØę›æę¢", + "replaceAll.confirm.button": "ę›æę¢(&&R)", + "replaceAll.occurrence.file.message": "已将 {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0} ę›æę¢äøŗā€œ{2}ā€ć€‚", + "removeAll.occurrence.file.message": "å·²ę›æę¢ {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0}怂", + "replaceAll.occurrence.files.message": "已将 {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0} ę›æę¢äøŗā€œ{2}ā€ć€‚", + "removeAll.occurrence.files.message": "å·²ę›æę¢ {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0}怂", + "replaceAll.occurrences.file.message": "已将 {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0} ę›æę¢äøŗā€œ{2}ā€ć€‚", + "removeAll.occurrences.file.message": "å·²ę›æę¢ {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0}怂", + "replaceAll.occurrences.files.message": "已将 {1} äøŖę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0} å¤„ę›æę¢äøŗā€œ{2}ā€ć€‚ ", + "removeAll.occurrences.files.message": "å·²ę›æę¢ {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0}怂", + "removeAll.occurrence.file.confirmation.message": "ę˜Æå¦å°† {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0} ę›æę¢äøŗā€œ{2}ā€?", + "replaceAll.occurrence.file.confirmation.message": "ę›æę¢ {1} äøŖę–‡ä»¶äø­å‡ŗēŽ°ēš„å…ØéƒØ {0} å¤„ļ¼Ÿ ", + "removeAll.occurrence.files.confirmation.message": "ę˜Æå¦å°† {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0} ę›æę¢äøŗā€œ{2}ā€?", + "replaceAll.occurrence.files.confirmation.message": "ę˜Æå¦ę›æę¢ {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0}?", + "removeAll.occurrences.file.confirmation.message": "ę˜Æå¦å°† {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0} ę›æę¢äøŗā€œ{2}ā€?", + "replaceAll.occurrences.file.confirmation.message": "ę˜Æå¦ę›æę¢ {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0}?", + "removeAll.occurrences.files.confirmation.message": "ę˜Æå¦å°† {1} äøŖę–‡ä»¶äø­ēš„ {0} ę¬”åŒ¹é…ę›æę¢äøŗā€œ{2}ā€?", + "replaceAll.occurrences.files.confirmation.message": "ę˜Æå¦ę›æę¢ {1} ę–‡ä»¶äø­å‡ŗēŽ°ēš„ {0}?", + "treeAriaLabel": "ęœē“¢ē»“ęžœ", + "searchPathNotFoundError": "ę‰¾äøåˆ°ęœē“¢č·Æå¾„: {0}", + "searchMaxResultsWarning": "ē»“ęžœé›†ä»…åŒ…å«ę‰€ęœ‰åŒ¹é…é”¹ēš„å­é›†ć€‚čÆ·ä½æä½ ēš„ęœē“¢ę›“åŠ å…·ä½“ļ¼Œå‡å°‘ē»“ęžœć€‚", + "searchCanceled": "åœØę‰¾åˆ°ē»“ęžœå‰å–ę¶ˆäŗ†ęœē“¢ - ", + "noResultsIncludesExcludes": "åœØā€œ{0}ā€äø­ę‰¾äøåˆ°ē»“ęžœ(ā€œ{1}ā€é™¤å¤–) - ", + "noResultsIncludes": "ā€œ{0}ā€äø­ęœŖę‰¾åˆ°ä»»ä½•ē»“ęžœ - ", + "noResultsExcludes": "é™¤ā€œ{0}ā€å¤–ļ¼ŒęœŖę‰¾åˆ°ä»»ä½•ē»“ęžœ - ", + "noResultsFound": "ę‰¾äøåˆ°ē»“ęžœć€‚ęŸ„ēœ‹č®¾ē½®äø­é…ē½®ēš„ęŽ’é™¤é”¹å¹¶åæ½ē•„ę–‡ä»¶ - ", + "rerunSearch.message": "å†ę¬”ęœē“¢", + "rerunSearchInAll.message": "åœØę‰€ęœ‰ę–‡ä»¶äø­å†ę¬”ęœē“¢", + "openSettings.message": "打开设置", + "openSettings.learnMore": "了解详细俔息", + "ariaSearchResultsStatus": "搜瓢 {1} ę–‡ä»¶äø­čæ”å›žēš„ {0} äøŖē»“ęžœ", + "search.file.result": "{1} ę–‡ä»¶äø­ęœ‰ {0} äøŖē»“ęžœ", + "search.files.result": "{1} ę–‡ä»¶äø­ęœ‰ {0} äøŖē»“ęžœ", + "search.file.results": "{1} ę–‡ä»¶äø­ęœ‰ {0} äøŖē»“ęžœ", + "search.files.results": "{1} ę–‡ä»¶äø­ęœ‰ {0} äøŖē»“ęžœ", + "searchWithoutFolder": "å°šęœŖę‰“å¼€ę–‡ä»¶å¤¹ć€‚å½“å‰ä»…åÆęœē“¢ę‰“å¼€ēš„ę–‡ä»¶å¤¹ - ", + "openFolder": "打开文件夹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 5638ff3ddc..1ba557747f 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "åˆ‡ę¢ęœē“¢čÆ¦ē»†äæ”ęÆ", "searchScope.includes": "č¦åŒ…å«ēš„ę–‡ä»¶", "label.includes": "ęœē“¢åŒ…å«ęØ”å¼", diff --git a/i18n/chs/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 67e2ed5ef2..9a0ae66904 100644 --- a/i18n/chs/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "å…ØéƒØę›æę¢(ęäŗ¤ęœē“¢ä»„åÆē”Ø)", "search.action.replaceAll.enabled.label": "å…ØéƒØę›æę¢", "search.replace.toggle.button.title": "åˆ‡ę¢ę›æę¢", diff --git a/i18n/chs/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/chs/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index 2d30016b0f..277109904d 100644 --- a/i18n/chs/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "å·„ä½œåŒŗäø­ę²”ęœ‰åäøŗā€œ{0}ā€ēš„ę–‡ä»¶å¤¹ " } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index 971f3dddcc..19bd036911 100644 --- a/i18n/chs/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "åœØę–‡ä»¶å¤¹äø­ęŸ„ę‰¾...", + "findInWorkspace": "åœØå·„ä½œåŒŗäø­ęŸ„ę‰¾...", "showTriggerActions": "č½¬åˆ°å·„ä½œåŒŗäø­ēš„ē¬¦å·...", "name": "搜瓢", "search": "搜瓢", + "showSearchViewl": "显示搜瓢", "view": "ęŸ„ēœ‹", + "findInFiles": "åœØę–‡ä»¶äø­ęŸ„ę‰¾", "openAnythingHandlerDescription": "č½¬åˆ°ę–‡ä»¶", "openSymbolDescriptionNormal": "č½¬åˆ°å·„ä½œåŒŗäø­ēš„ē¬¦å·", - "searchOutputChannelTitle": "搜瓢", "searchConfigurationTitle": "搜瓢", "exclude": "é…ē½® glob ęØ”å¼ä»„åœØęœē“¢äø­ęŽ’é™¤ę–‡ä»¶å’Œę–‡ä»¶å¤¹ć€‚ä»Ž files.exclude č®¾ē½®äø­ē»§ę‰æę‰€ęœ‰ glob ęØ”å¼ć€‚", "exclude.boolean": "åŒ¹é…ę–‡ä»¶č·Æå¾„ę‰€ä¾ę®ēš„ glob ęØ”å¼ć€‚č®¾ē½®äøŗ true ꈖ false åÆåÆē”Øęˆ–ē¦ē”ØčÆ„ęØ”å¼ć€‚", @@ -18,5 +23,8 @@ "useRipgrep": "ęŽ§åˆ¶ę˜Æå¦åœØę–‡ęœ¬å’Œę–‡ä»¶ęœē“¢äø­ä½æē”Ø ripgrep", "useIgnoreFiles": "ęŽ§åˆ¶ęœē“¢ę–‡ä»¶ę—¶ę˜Æå¦ä½æē”Ø .gitignore 和 .ignore ꖇ件怂", "search.quickOpen.includeSymbols": "é…ē½®äøŗåœØ Quick Open ę–‡ä»¶ē»“ęžœäø­åŒ…ę‹¬å…Øå±€ē¬¦å·ęœē“¢ēš„ē»“ęžœć€‚", - "search.followSymlinks": "ęŽ§åˆ¶ę˜Æå¦åœØęœē“¢äø­č·ŸčøŖē¬¦å·é“¾ęŽ„ć€‚" + "search.followSymlinks": "ęŽ§åˆ¶ę˜Æå¦åœØęœē“¢äø­č·ŸčøŖē¬¦å·é“¾ęŽ„ć€‚", + "search.smartCase": "č‹„ęœē“¢čÆå…Øäøŗå°å†™ļ¼Œåˆ™äøåŒŗåˆ†å¤§å°å†™čæ›č”Œęœē“¢ļ¼Œå¦åˆ™åŒŗåˆ†å¤§å°å†™čæ›č”Œęœē“¢", + "search.globalFindClipboard": "ęŽ§åˆ¶ā€œęœē“¢ā€č§†å›¾ę˜Æå¦čÆ»å–ęˆ–äæ®ę”¹ macOS ēš„å…±äŗ«ęŸ„ę‰¾å‰Ŗč““ęæ", + "search.location": "é¢„č§ˆ: ęŽ§åˆ¶ęœē“¢åŠŸčƒ½ę˜¾ē¤ŗåœØä¾§č¾¹ę čæ˜ę˜Æę°“å¹³ē©ŗé—“ę›“å¤§ēš„é¢ęæåŒŗåŸŸć€‚ęˆ‘ä»¬å°†åœØäø‹äøŖē‰ˆęœ¬ä¼˜åŒ–é¢ęæäø­ęœē“¢ēš„ę°“å¹³åøƒå±€ļ¼Œä¹‹åŽčæ™å°†äøå†ę˜Æäø€äøŖé¢„č§ˆåŠŸčƒ½ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/chs/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index 1821ff8161..244df0e666 100644 --- a/i18n/chs/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index a667d902bf..0f33174786 100644 --- a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..7a005c3b16 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(å…Øå±€)", + "global.1": "({0})", + "new.global": "新建全局代码片段文件...", + "group.global": "ēŽ°ęœ‰ä»£ē ē‰‡ę®µ", + "new.global.sep": "新代码片段", + "openSnippet.pickLanguage": "é€‰ę‹©ä»£ē ē‰‡ę®µę–‡ä»¶ęˆ–åˆ›å»ŗä»£ē ē‰‡ę®µ", + "openSnippet.label": "é…ē½®ē”Øęˆ·ä»£ē ē‰‡ę®µ", + "preferences": "首选锹" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index 104c5e46e9..d22bcefcb3 100644 --- a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "ę’å…„ä»£ē ē‰‡ę®µ", "sep.userSnippet": "ē”Øęˆ·ä»£ē ē‰‡ę®µ", "sep.extSnippet": "扩展代码片段" diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 6023eaf614..e5e9999a12 100644 --- a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "é€‰ę‹©ä»£ē ē‰‡ę®µēš„čÆ­čØ€", - "openSnippet.errorOnCreate": "ę— ę³•åˆ›å»ŗ {0}", - "openSnippet.label": "ę‰“å¼€ē”Øęˆ·ä»£ē ę®µ", - "preferences": "首选锹", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "空代码片段", "snippetSchema.json": "ē”Øęˆ·ä»£ē ē‰‡ę®µé…ē½®", "snippetSchema.json.prefix": "在 Intellisense äø­é€‰ę‹©ä»£ē ē‰‡ę®µę—¶å°†ä½æē”Øēš„å‰ē¼€", "snippetSchema.json.body": "ä»£ē ē‰‡ę®µēš„å†…å®¹ć€‚ä½æē”Øā€œ$1ā€å’Œā€œ${1:defaultText}ā€å®šä¹‰å…‰ę ‡ä½ē½®ļ¼Œä½æē”Øā€œ$0ā€å®šä¹‰ęœ€ē»ˆå…‰ę ‡ä½ē½®ć€‚ä½æē”Øā€œ${varName}ā€å’Œā€œ${varName:defaultText}ā€ę’å…„å˜é‡å€¼ļ¼Œä¾‹å¦‚ā€œčæ™ę˜Æę–‡ä»¶ļ¼š$TM_FILENAMEā€ć€‚", - "snippetSchema.json.description": "ä»£ē ē‰‡ę®µęčæ°ć€‚" + "snippetSchema.json.description": "ä»£ē ē‰‡ę®µęčæ°ć€‚", + "snippetSchema.json.scope": "ę­¤ä»£ē ē‰‡ę®µé€‚ē”ØčÆ­čØ€ēš„åē§°åˆ—č”Øļ¼Œä¾‹å¦‚ \"typescript,javascript\"怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..b68e51c36c --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "å…Øå±€ē”Øęˆ·ä»£ē ē‰‡ę®µ", + "source.snippet": "ē”Øęˆ·ä»£ē ē‰‡ę®µ" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index e4e7302f24..2573561e1f 100644 --- a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "ā€œcontributes.{0}.languageā€äø­å­˜åœØęœŖēŸ„ēš„čÆ­čØ€ć€‚ęä¾›ēš„å€¼: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "ā€œcontributes.{0}.pathā€äø­åŗ”äøŗå­—ē¬¦äø²ć€‚ęä¾›ēš„å€¼: {1}", + "invalid.language.0": "ēœē•„čÆ­čØ€ę—¶ļ¼Œ\"contributes.{0}.path\" ēš„å€¼åæ…é”»äøŗäø€äøŖ \".code-snippets\" ę–‡ä»¶ć€‚ęä¾›ēš„å€¼: {1}", + "invalid.language": "ā€œcontributes.{0}.languageā€äø­å­˜åœØęœŖēŸ„ēš„čÆ­čØ€ć€‚ęä¾›ēš„å€¼: {1}", "invalid.path.1": "ā€œcontributes.{0}.pathā€({1})åŗ”åŒ…å«åœØę‰©å±•ēš„ę–‡ä»¶å¤¹({2})å†…ć€‚čæ™åÆčƒ½ä¼šä½æę‰©å±•äøåÆē§»ę¤ć€‚", "vscode.extension.contributes.snippets": "ę·»åŠ ä»£ē ę®µć€‚", "vscode.extension.contributes.snippets-language": "ę­¤ä»£ē ē‰‡ę®µå‚äøŽēš„čÆ­čØ€ę ‡čÆ†ē¬¦ć€‚", "vscode.extension.contributes.snippets-path": "ä»£ē ē‰‡ę®µę–‡ä»¶ēš„č·Æå¾„ć€‚čÆ„č·Æå¾„ē›øåÆ¹äŗŽę‰©å±•ę–‡ä»¶å¤¹ļ¼Œé€šåøøä»„ \"./snippets/\" 开夓。", "badVariableUse": "ę‰©å±•ā€œ{0}ā€äø­ēš„äø€äøŖęˆ–å¤šäøŖä»£ē ē‰‡ę®µå¾ˆåÆčƒ½ę··ę·†äŗ†ē‰‡ę®µå˜é‡å’Œē‰‡ę®µå ä½ē¬¦ (ęœ‰å…³čÆ¦ē»†äæ”ęÆļ¼ŒčÆ·č®æé—® https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax )", "badFile": "ę— ę³•čÆ»å–ä»£ē ē‰‡ę®µę–‡ä»¶ā€œ{0}ā€ć€‚", - "source.snippet": "ē”Øęˆ·ä»£ē ē‰‡ę®µ", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0},{1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 46f43eca77..f9e35418d1 100644 --- a/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "å½“å…¶å‰ē¼€åŒ¹é…ę—¶ę’å…„ä»£ē ę®µć€‚å½“ \"quickSuggestions\" ęœŖåÆē”Øę—¶ļ¼Œę•ˆęžœęœ€ä½³ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index 52ab1590ed..c0873e7113 100644 --- a/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "åø®åŠ©ęˆ‘ä»¬ę”¹å–„åÆ¹ {0} ēš„ę”ÆęŒ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "å‚äøŽå°č°ƒęŸ„", "remindLater": "ēØåŽęé†’", - "neverAgain": "äøå†ę˜¾ē¤ŗ" + "neverAgain": "äøå†ę˜¾ē¤ŗ", + "helpUs": "åø®åŠ©ęˆ‘ä»¬ę”¹å–„åÆ¹ {0} ēš„ę”ÆęŒ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 36e84d84fb..4cec6fd99f 100644 --- a/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "ę‚Øę„æę„å‚äøŽäø€ę¬”ē®€ēŸ­ēš„åé¦ˆč°ƒęŸ„å—ļ¼Ÿ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "å‚äøŽč°ƒęŸ„", "remindLater": "ēØåŽęé†’", - "neverAgain": "äøå†ę˜¾ē¤ŗ" + "neverAgain": "äøå†ę˜¾ē¤ŗ", + "surveyQuestion": "ę‚Øę„æę„å‚äøŽäø€ę¬”ē®€ēŸ­ēš„åé¦ˆč°ƒęŸ„å—ļ¼Ÿ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 67e2a35373..2fa28bf1ec 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 8b74ef1e9b..e0fff979e9 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0},任劔", "recentlyUsed": "ęœ€čæ‘ä½æē”Øēš„ä»»åŠ”", "configured": "å·²é…ē½®ēš„ä»»åŠ”", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index 5ddd907a1c..3779146944 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index 9094587319..77a4d38226 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "é”®å…„č¦čæč”Œēš„ä»»åŠ”ēš„åē§°", "noTasksMatching": "ę²”ęœ‰åŒ¹é…ēš„ä»»åŠ”", "noTasksFound": "ę‰¾äøåˆ°ä»»åŠ”" diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 202a5f386a..0a488e95be 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 2e83da2271..d64f246880 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..9cb8627001 --- /dev/null +++ b/i18n/chs/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "å¾ŖēŽÆå±žę€§ä»…åœØęœ€äø€äøŖč”ŒåŒ¹é…ēØ‹åŗäøŠå—ę”ÆęŒć€‚", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "é—®é¢˜ęØ”å¼ę— ę•ˆć€‚\"kind\" å±žę€§åæ…é”»ęä¾›ļ¼Œäø”ä»…čƒ½äøŗē¬¬äø€äøŖå…ƒē“ ", + "ProblemPatternParser.problemPattern.missingRegExp": "é—®é¢˜ęØ”å¼ē¼ŗå°‘ę­£åˆ™č”Øč¾¾å¼ć€‚", + "ProblemPatternParser.problemPattern.missingProperty": "é—®é¢˜ęØ”å¼ę— ę•ˆć€‚åæ…é”»č‡³å°‘åŒ…å«äø€äøŖę–‡ä»¶å’Œäø€ę”ę¶ˆęÆć€‚", + "ProblemPatternParser.problemPattern.missingLocation": "é—®é¢˜ęØ”å¼ę— ę•ˆć€‚å®ƒåæ…é”»äøŗā€œfileā€ļ¼Œä»£ē č”Œęˆ–ę¶ˆęÆåŒ¹é…ē»„å…¶äø­ēš„äø€é”¹ć€‚", + "ProblemPatternParser.invalidRegexp": "é”™čÆÆļ¼šå­—ē¬¦äø² {0} äøę˜Æęœ‰ę•ˆēš„ę­£åˆ™č”Øč¾¾å¼ć€‚\n", + "ProblemPatternSchema.regexp": "ē”ØäŗŽåœØč¾“å‡ŗäø­ęŸ„ę‰¾é”™čÆÆć€č­¦å‘Šęˆ–äæ”ęÆēš„ę­£åˆ™č”Øč¾¾å¼ć€‚", + "ProblemPatternSchema.kind": "ęØ”å¼åŒ¹é…ēš„ę˜Æäø€äøŖä½ē½® (ę–‡ä»¶ć€äø€č”Œ) čæ˜ę˜Æä»…äøŗäø€äøŖę–‡ä»¶ć€‚", + "ProblemPatternSchema.file": "ę–‡ä»¶åēš„åŒ¹é…ē»„ē“¢å¼•ć€‚å¦‚ęžœēœē•„ļ¼Œåˆ™ä½æē”Ø 1怂", + "ProblemPatternSchema.location": "é—®é¢˜ä½ē½®ēš„åŒ¹é…ē»„ē“¢å¼•ć€‚ęœ‰ę•ˆēš„ä½ē½®ęØ”å¼äøŗ(line)态(line,column)和(startLine,startColumn,endLine,endColumn)ć€‚å¦‚ęžœēœē•„äŗ†ļ¼Œå°†å‡å®š(line,column)怂", + "ProblemPatternSchema.line": "é—®é¢˜č”Œēš„åŒ¹é…ē»„ē“¢å¼•ć€‚é»˜č®¤å€¼äøŗ 2", + "ProblemPatternSchema.column": "é—®é¢˜č”Œå­—ē¬¦ēš„åŒ¹é…ē»„ē“¢å¼•ć€‚é»˜č®¤å€¼äøŗ 3", + "ProblemPatternSchema.endLine": "é—®é¢˜ē»“ęŸč”Œēš„åŒ¹é…ē»„ē“¢å¼•ć€‚é»˜č®¤äøŗęœŖå®šä¹‰", + "ProblemPatternSchema.endColumn": "é—®é¢˜ē»“ęŸč”Œå­—ē¬¦ēš„åŒ¹é…ē»„ē“¢å¼•ć€‚é»˜č®¤äøŗęœŖå®šä¹‰", + "ProblemPatternSchema.severity": "é—®é¢˜äø„é‡ę€§ēš„åŒ¹é…ē»„ē“¢å¼•ć€‚é»˜č®¤äøŗęœŖå®šä¹‰", + "ProblemPatternSchema.code": "é—®é¢˜ä»£ē ēš„åŒ¹é…ē»„ē“¢å¼•ć€‚é»˜č®¤äøŗęœŖå®šä¹‰", + "ProblemPatternSchema.message": "ę¶ˆęÆēš„åŒ¹é…ē»„ē“¢å¼•ć€‚å¦‚ęžœēœē•„ļ¼Œåˆ™åœØęŒ‡å®šäŗ†ä½ē½®ę—¶é»˜č®¤å€¼äøŗ 4ļ¼ŒåœØå…¶ä»–ęƒ…å†µäø‹é»˜č®¤å€¼äøŗ 5怂", + "ProblemPatternSchema.loop": "åœØå¤šč”Œäø­ļ¼ŒåŒ¹é…ēØ‹åŗå¾ŖēŽÆęŒ‡ē¤ŗę˜Æå¦åŖč¦åŒ¹é…å°±åœØå¾ŖēŽÆäø­ę‰§č”Œę­¤ęØ”å¼ć€‚åŖčƒ½åœØå¤šč”ŒęØ”å¼ēš„ęœ€åŽäø€äøŖęØ”å¼äøŠęŒ‡å®šć€‚", + "NamedProblemPatternSchema.name": "é—®é¢˜ęØ”å¼ēš„åē§°ć€‚", + "NamedMultiLineProblemPatternSchema.name": "é—®é¢˜å¤šč”Œé—®é¢˜ęØ”å¼ēš„åē§°ć€‚", + "NamedMultiLineProblemPatternSchema.patterns": "å®žé™…ęØ”å¼ć€‚", + "ProblemPatternExtPoint": "ęä¾›é—®é¢˜ęØ”å¼", + "ProblemPatternRegistry.error": "ę— ę•ˆé—®é¢˜ęØ”å¼ć€‚ę­¤ęØ”å¼å°†č¢«åæ½ē•„ć€‚", + "ProblemMatcherParser.noProblemMatcher": "错误: ęčæ°ę— ę³•č½¬ę¢äøŗé—®é¢˜åŒ¹é…ēØ‹åŗ:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "错误: ęčæ°ęœŖå®šä¹‰ęœ‰ę•ˆēš„é—®é¢˜ęØ”å¼:\n{0}\n", + "ProblemMatcherParser.noOwner": "错误: ęčæ°ęœŖå®šä¹‰ę‰€ęœ‰č€…:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "错误: ęčæ°ęœŖå®šä¹‰ę–‡ä»¶ä½ē½®:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "äæ”ęÆļ¼šęœŖēŸ„äø„é‡ę€§ {0}ć€‚ęœ‰ę•ˆå€¼äøŗā€œerrorā€ć€ā€œwarningā€å’Œā€œinfoā€ć€‚\n", + "ProblemMatcherParser.noDefinedPatter": "错误: 标识符为 {0} ēš„ęØ”å¼äøå­˜åœØć€‚", + "ProblemMatcherParser.noIdentifier": "错误: ęØ”å¼å±žę€§å¼•ē”Øē©ŗę ‡čÆ†ē¬¦ć€‚", + "ProblemMatcherParser.noValidIdentifier": "错误: ęØ”å¼å±žę€§ {0} ę˜Æę— ę•ˆēš„ęØ”å¼å˜é‡åć€‚", + "ProblemMatcherParser.problemPattern.watchingMatcher": "é—®é¢˜åŒ¹é…ēØ‹åŗåæ…é”»å®šä¹‰ē›‘č§†ēš„å¼€å§‹ęØ”å¼å’Œē»“ęŸęØ”å¼ć€‚", + "ProblemMatcherParser.invalidRegexp": "é”™čÆÆļ¼šå­—ē¬¦äø² {0} äøę˜Æęœ‰ę•ˆēš„ę­£åˆ™č”Øč¾¾å¼ć€‚\n", + "WatchingPatternSchema.regexp": "ē”ØäŗŽę£€ęµ‹åŽå°ä»»åŠ”å¼€å§‹ęˆ–ē»“ęŸēš„ę­£åˆ™č”Øč¾¾å¼ć€‚", + "WatchingPatternSchema.file": "ę–‡ä»¶åēš„åŒ¹é…ē»„ē“¢å¼•ć€‚åÆä»„ēœē•„ć€‚", + "PatternTypeSchema.name": "ę‰€ęä¾›ęˆ–é¢„å®šä¹‰ęØ”å¼ēš„åē§°", + "PatternTypeSchema.description": "é—®é¢˜ęØ”å¼ęˆ–č€…ę‰€ęä¾›ęˆ–é¢„å®šä¹‰é—®é¢˜ęØ”å¼ēš„åē§°ć€‚å¦‚ęžœå·²ęŒ‡å®šåŸŗå‡†ļ¼Œåˆ™åÆä»„ēœē•„ć€‚", + "ProblemMatcherSchema.base": "č¦ä½æē”Øēš„åŸŗé—®é¢˜åŒ¹é…ēØ‹åŗēš„åē§°ć€‚", + "ProblemMatcherSchema.owner": "ä»£ē å†…é—®é¢˜ēš„ę‰€ęœ‰č€…ć€‚å¦‚ęžœęŒ‡å®šäŗ†åŸŗå‡†ļ¼Œåˆ™åÆēœē•„ć€‚å¦‚ęžœēœē•„ļ¼Œå¹¶äø”ęœŖęŒ‡å®šåŸŗå‡†ļ¼Œåˆ™é»˜č®¤å€¼äøŗā€œå¤–éƒØā€ć€‚", + "ProblemMatcherSchema.severity": "ę•čŽ·é—®é¢˜ēš„é»˜č®¤äø„é‡ę€§ć€‚å¦‚ęžœęØ”å¼ęœŖå®šä¹‰äø„é‡ę€§ēš„åŒ¹é…ē»„ļ¼Œåˆ™ä½æē”Øć€‚", + "ProblemMatcherSchema.applyTo": "ęŽ§åˆ¶ę–‡ęœ¬ę–‡ę”£äøŠęŠ„å‘Šēš„é—®é¢˜ę˜Æå¦ä»…åŗ”ē”ØäŗŽę‰“å¼€ć€å…³é—­ęˆ–ę‰€ęœ‰ę–‡ę”£ć€‚", + "ProblemMatcherSchema.fileLocation": "å®šä¹‰åŗ”å¦‚ä½•č§£é‡Šé—®é¢˜ęØ”å¼äø­ęŠ„å‘Šēš„ę–‡ä»¶åć€‚", + "ProblemMatcherSchema.background": "ē”ØäŗŽč·ŸčøŖåœØåŽå°ä»»åŠ”äøŠęæ€ę“»ēš„åŒ¹é…ēØ‹åŗēš„å¼€å§‹å’Œē»“ęŸēš„ęØ”å¼ć€‚", + "ProblemMatcherSchema.background.activeOnStart": "å¦‚ęžœč®¾ē½®äøŗ trueļ¼Œåˆ™ä¼šåœØä»»åŠ”å¼€å§‹ę—¶ęæ€ę“»åŽå°ē›‘ęŽ§ć€‚čæ™ē›øå½“äŗŽå‘å‡ŗäøŽ beginPattern åŒ¹é…ēš„č”Œć€‚", + "ProblemMatcherSchema.background.beginsPattern": "å¦‚ęžœåœØč¾“å‡ŗå†…åŒ¹é…ļ¼Œåˆ™ä¼šå‘å‡ŗåŽå°ä»»åŠ”å¼€å§‹ēš„äæ”å·ć€‚", + "ProblemMatcherSchema.background.endsPattern": "å¦‚ęžœåœØč¾“å‡ŗå†…åŒ¹é…ļ¼Œåˆ™ä¼šå‘å‡ŗåŽå°ä»»åŠ”ē»“ęŸēš„äæ”å·ć€‚", + "ProblemMatcherSchema.watching.deprecated": "ā€œwatchingā€å±žę€§å·²č¢«å¼ƒē”Øć€‚čÆ·ę”¹ē”Øā€œbackgroundā€ć€‚", + "ProblemMatcherSchema.watching": "ē”ØäŗŽč·ŸčøŖē›‘č§†åŒ¹é…ēØ‹åŗå¼€å§‹å’Œē»“ęŸēš„ęØ”å¼ć€‚", + "ProblemMatcherSchema.watching.activeOnStart": "å¦‚ęžœč®¾ē½®äøŗ trueļ¼Œåˆ™å½“ä»»åŠ”å¼€å§‹ę—¶č§‚åÆŸēØ‹åŗå¤„äŗŽę“»åŠØęØ”å¼ć€‚čæ™ē›øå½“äŗŽå‘å‡ŗäøŽ beginPattern åŒ¹é…ēš„č”Œć€‚", + "ProblemMatcherSchema.watching.beginsPattern": "å¦‚ęžœåœØč¾“å‡ŗå†…åŒ¹é…ļ¼Œåˆ™åœØē›‘č§†ä»»åŠ”å¼€å§‹ę—¶ä¼šå‘å‡ŗäæ”å·ć€‚", + "ProblemMatcherSchema.watching.endsPattern": "å¦‚ęžœåœØč¾“å‡ŗå†…åŒ¹é…ļ¼Œåˆ™åœØē›‘č§†ä»»åŠ”ē»“ęŸę—¶ä¼šå‘å‡ŗäæ”å·ć€‚", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "ę­¤å±žę€§å·²å¼ƒē”Øć€‚čÆ·ę”¹ē”Øč§‚ēœ‹å±žę€§ć€‚", + "LegacyProblemMatcherSchema.watchedBegin": "äø€äøŖę­£åˆ™č”Øč¾¾å¼ļ¼Œå‘å‡ŗå—ē›‘č§†ä»»åŠ”å¼€å§‹ę‰§č”Œ(é€ščæ‡ę–‡ä»¶ē›‘č§†č§¦å‘)ēš„äæ”å·ć€‚", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "ę­¤å±žę€§å·²å¼ƒē”Øć€‚čÆ·ę”¹ē”Øč§‚ēœ‹å±žę€§ć€‚", + "LegacyProblemMatcherSchema.watchedEnd": "äø€äøŖę­£åˆ™č”Øč¾¾å¼ļ¼Œå‘å‡ŗå—ē›‘č§†ä»»åŠ”ē»“ęŸę‰§č”Œēš„äæ”å·ć€‚", + "NamedProblemMatcherSchema.name": "č¦å¼•ē”Øēš„é—®é¢˜åŒ¹é…ēØ‹åŗēš„åē§°ć€‚", + "NamedProblemMatcherSchema.label": "é—®é¢˜åŒ¹é…ēØ‹åŗēš„äŗŗē±»åÆčÆ»ę ‡ē­¾ć€‚", + "ProblemMatcherExtPoint": "ęä¾›é—®é¢˜åŒ¹é…ēØ‹åŗ", + "msCompile": "å¾®č½Æē¼–čÆ‘å™Øé—®é¢˜", + "lessCompile": "Less 问题", + "gulp-tsc": "Gulp TSC 问题", + "jshint": "JSHint 问题", + "jshint-stylish": "JSHint stylish 问题", + "eslint-compact": "ESLint compact 问题", + "eslint-stylish": "ESLint stylish 问题", + "go": "Go 问题" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index 29d782900a..f7fd1429dd 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index 5389ffe226..e3fe1a75d9 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "å®žé™…ä»»åŠ”ē±»åž‹", "TaskDefinition.properties": "ä»»åŠ”ē±»åž‹ēš„å…¶ä»–å±žę€§", "TaskTypeConfiguration.noType": "ä»»åŠ”ē±»åž‹é…ē½®ē¼ŗå°‘åæ…éœ€ēš„ \"taskType\" å±žę€§", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 63b20c41b9..5b88c324d5 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "ę‰§č”Œ .NET Core ē”Ÿęˆå‘½ä»¤", "msbuild": "ę‰§č”Œē”Ÿęˆē›®ę ‡", "externalCommand": "čæč”Œä»»ę„å¤–éƒØå‘½ä»¤ēš„ē¤ŗä¾‹", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 022342352e..e6584129a7 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "其他命令选锹", "JsonSchema.options.cwd": "å·²ę‰§č”ŒēØ‹åŗęˆ–č„šęœ¬ēš„å½“å‰å·„ä½œē›®å½•ć€‚å¦‚ęžœēœē•„ļ¼Œåˆ™ä½æē”Øä»£ē ēš„å½“å‰å·„ä½œåŒŗę ¹ć€‚", "JsonSchema.options.env": "å·²ę‰§č”ŒēØ‹åŗęˆ– shell ēš„ēŽÆå¢ƒć€‚å¦‚ęžœēœē•„ļ¼Œåˆ™ä½æē”Øēˆ¶čæ›ēØ‹ēš„ēŽÆå¢ƒć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index f4f41e4b5f..a0aff8f407 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "é…ē½®ēš„ē‰ˆęœ¬å·", "JsonSchema._runner": "ę­¤ runner å·²å®Œęˆä½æå‘½ć€‚čÆ·ä½æē”Øå®˜ę–¹ runner å±žę€§", "JsonSchema.runner": "å®šä¹‰ä»»åŠ”ę˜Æå¦ä½œäøŗčæ›ēØ‹ę‰§č”Œļ¼Œč¾“å‡ŗę˜¾ē¤ŗåœØč¾“å‡ŗēŖ—å£čæ˜ę˜ÆåœØē»ˆē«Æå†…ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 741469538d..6b9cadadb5 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "ęŒ‡å®šå‘½ä»¤ę˜Æ shell å‘½ä»¤čæ˜ę˜Æå¤–éƒØēØ‹åŗć€‚å¦‚ęžœēœē•„ļ¼Œé»˜č®¤å€¼ę˜Æ false怂", "JsonSchema.tasks.isShellCommand.deprecated": "isShellCommand å±žę€§å·²č¢«å¼ƒē”Øć€‚čÆ·ę”¹äøŗä½æē”Øä»»åŠ”ēš„ type å±žę€§å’Œé€‰é”¹äø­ēš„ shell å±žę€§ć€‚å¦čÆ·å‚é˜… 1.14 å‘č”ŒčÆ“ę˜Žć€‚", "JsonSchema.tasks.dependsOn.string": "ę­¤ä»»åŠ”ä¾čµ–ēš„å¦äø€ä»»åŠ”ć€‚", @@ -19,10 +21,10 @@ "JsonSchema.tasks.terminal": "terminal å±žę€§å·²č¢«å¼ƒē”Øć€‚čÆ·ę”¹äøŗä½æē”Ø presentation", "JsonSchema.tasks.group.kind": "ä»»åŠ”ēš„ę‰§č”Œē»„ć€‚", "JsonSchema.tasks.group.isDefault": "å®šä¹‰ę­¤ä»»åŠ”ę˜Æå¦äøŗē»„äø­ēš„é»˜č®¤ä»»åŠ”ć€‚", - "JsonSchema.tasks.group.defaultBuild": "å°†ä»»åŠ”ę ‡č®°äøŗé»˜č®¤ē”Ÿęˆä»»åŠ”ć€‚", - "JsonSchema.tasks.group.defaultTest": "å°†ä»»åŠ”ę ‡č®°äøŗé»˜č®¤ęµ‹čÆ•ä»»åŠ”ć€‚", - "JsonSchema.tasks.group.build": "å°†ä»»åŠ”ę ‡č®°äøŗåÆé€ščæ‡ā€œčæč”Œē”Ÿęˆä»»åŠ”ā€å‘½ä»¤č®æé—®ēš„ē”Ÿęˆä»»åŠ”ć€‚", - "JsonSchema.tasks.group.test": "å°†ä»»åŠ”ę ‡č®°äøŗåÆé€ščæ‡ā€œčæč”Œęµ‹čÆ•ä»»åŠ”ā€å‘½ä»¤č®æé—®ēš„ęµ‹čÆ•ä»»åŠ”ć€‚", + "JsonSchema.tasks.group.defaultBuild": "å°†ę­¤ä»»åŠ”ę ‡č®°äøŗé»˜č®¤ē”Ÿęˆä»»åŠ”ć€‚", + "JsonSchema.tasks.group.defaultTest": "å°†ę­¤ä»»åŠ”ę ‡č®°äøŗé»˜č®¤ęµ‹čÆ•ä»»åŠ”ć€‚", + "JsonSchema.tasks.group.build": "å°†ę­¤ä»»åŠ”ę ‡č®°äøŗåÆé€ščæ‡ā€œčæč”Œē”Ÿęˆä»»åŠ”ā€å‘½ä»¤čŽ·å–ēš„ē”Ÿęˆä»»åŠ”ć€‚", + "JsonSchema.tasks.group.test": "å°†ę­¤ä»»åŠ”ę ‡č®°äøŗåÆé€ščæ‡ā€œčæč”Œęµ‹čÆ•ä»»åŠ”ā€å‘½ä»¤čŽ·å–ēš„ęµ‹čÆ•ä»»åŠ”ć€‚", "JsonSchema.tasks.group.none": "å°†ä»»åŠ”åˆ†é…äøŗę²”ęœ‰ē»„", "JsonSchema.tasks.group": "å®šä¹‰ę­¤ä»»åŠ”å±žäŗŽēš„ę‰§č”Œē»„ć€‚å®ƒę”ÆęŒ \"build\" ä»„å°†å…¶ę·»åŠ åˆ°ē”Ÿęˆē»„ļ¼Œä¹Ÿę”ÆęŒ \"test\" ä»„å°†å…¶ę·»åŠ åˆ°ęµ‹čÆ•ē»„ć€‚", "JsonSchema.tasks.type": "å®šä¹‰ä»»åŠ”ę˜Æč¢«ä½œäøŗčæ›ēØ‹čæč”Œčæ˜ę˜ÆåœØ shell äø­ä½œäøŗå‘½ä»¤čæč”Œć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index f93e5155df..11fe758513 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "任劔", "ConfigureTaskRunnerAction.label": "é…ē½®ä»»åŠ”", - "CloseMessageAction.label": "关闭", "problems": "问题", "building": "ę­£åœØē”Ÿęˆ...", "manyMarkers": "99+", "runningTasks": "ę˜¾ē¤ŗčæč”Œäø­ēš„ä»»åŠ”", "tasks": "任劔", "TaskSystem.noHotSwap": "åœØęœ‰ę“»åŠØä»»åŠ”čæč”Œę—¶ę›“ę¢ä»»åŠ”ę‰§č”Œå¼•ę“Žéœ€č¦é‡ę–°åŠ č½½ēŖ—å£", + "reloadWindow": "é‡ę–°åŠ č½½ēŖ—å£", "TaskServer.folderIgnored": "ē”±äŗŽä½æē”Øä»»åŠ”ē‰ˆęœ¬ 0.1.0ļ¼Œę–‡ä»¶å¤¹ {0} 将被忽畄", "TaskService.noBuildTask1": "ęœŖå®šä¹‰ä»»ä½•ē”Ÿęˆä»»åŠ”ć€‚ä½æē”Ø \"isBuildCommand\" 在 tasks.json ę–‡ä»¶äø­ę ‡č®°ä»»åŠ”ć€‚", "TaskService.noBuildTask2": "ęœŖå®šä¹‰ä»»ä½•ē”Ÿęˆä»»åŠ”ć€‚åœØ tasks.json ę–‡ä»¶äø­å°†ä»»åŠ”ę ‡č®°äøŗ \"build\" 组。", @@ -44,9 +46,8 @@ "recentlyUsed": "ęœ€čæ‘ä½æē”Øēš„ä»»åŠ”", "configured": "å·²é…ē½®ēš„ä»»åŠ”", "detected": "ę£€ęµ‹åˆ°ēš„ä»»åŠ”", - "TaskService.ignoredFolder": "ē”±äŗŽä½æē”Øä»»åŠ”ē‰ˆęœ¬ 0.1.0ļ¼Œä»„äø‹å·„ä½œåŒŗę–‡ä»¶å¤¹å°†č¢«åæ½ē•„:", + "TaskService.ignoredFolder": "ē”±äŗŽä½æē”Øä»»åŠ”ē‰ˆęœ¬ 0.1.0ļ¼Œä»„äø‹å·„ä½œåŒŗę–‡ä»¶å¤¹å°†č¢«åæ½ē•„: {0}", "TaskService.notAgain": "äøå†ę˜¾ē¤ŗ", - "TaskService.ok": "甮定", "TaskService.pickRunTask": "é€‰ę‹©č¦čæč”Œēš„ä»»åŠ”", "TaslService.noEntryToRun": "ę²”ęœ‰ę‰¾åˆ°č¦čæč”Œēš„ä»»åŠ”ć€‚é…ē½®ä»»åŠ”...", "TaskService.fetchingBuildTasks": "ę­£åœØčŽ·å–ē”Ÿęˆä»»åŠ”...", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 3d2cdf01e7..53bb04cdeb 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 7f5fd4d5b2..07c5c42e3c 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "åœØę‰§č”Œä»»åŠ”ę—¶å‘ē”ŸęœŖēŸ„é”™čÆÆć€‚čÆ·å‚č§ä»»åŠ”č¾“å‡ŗę—„åæ—äŗ†č§£čÆ¦ē»†äæ”ęÆć€‚", "dependencyFailed": "ę— ę³•č§£ęžåœØå·„ä½œåŒŗę–‡ä»¶å¤¹ā€œ{1}ā€äø­ēš„ä¾čµ–ä»»åŠ”ā€œ{0}ā€", "TerminalTaskSystem.terminalName": "任劔 - {0}", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index 44093550b7..1c50ceccc6 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "ę­£åœØčæč”Œēš„ gulp --tasks-simple ę²”ęœ‰åˆ—å‡ŗä»»ä½•ä»»åŠ”ć€‚ä½ čæč”Œ npm 安装了吗?", "TaskSystemDetector.noJakeTasks": "ę­£åœØčæč”Œēš„ jake --tasks ę²”ęœ‰åˆ—å‡ŗä»»ä½•ä»»åŠ”ć€‚ä½ čæč”Œ npm 安装了吗?", "TaskSystemDetector.noGulpProgram": "ä½ ēš„ē³»ē»ŸäøŠę²”ęœ‰å®‰č£… Gulpć€‚čæč”Œ npm install -g gulp ä»„å®‰č£…å®ƒć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index 861f362db1..e1fb983003 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "åœØę‰§č”Œä»»åŠ”ę—¶å‘ē”ŸęœŖēŸ„é”™čÆÆć€‚čÆ·å‚č§ä»»åŠ”č¾“å‡ŗę—„åæ—äŗ†č§£čÆ¦ē»†äæ”ęÆć€‚", "TaskRunnerSystem.watchingBuildTaskFinished": "\nē›‘č§†ē”Ÿęˆä»»åŠ”å·²å®Œęˆ", "TaskRunnerSystem.childProcessError": "åÆåŠØå¤–éƒØēØ‹åŗ {0} {1} 失蓄。", diff --git a/i18n/chs/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/chs/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index 17ed7e2c51..7732bca1af 100644 --- a/i18n/chs/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "č­¦å‘Š: options.cwd åæ…é”»å±žäŗŽå­—ē¬¦äø²ē±»åž‹ć€‚ę­£åœØåæ½ē•„å€¼ {0}\n", "ConfigurationParser.noargs": "错误: å‘½ä»¤å‚ę•°åæ…é”»ę˜Æå­—ē¬¦äø²ę•°ē»„ć€‚ęä¾›ēš„å€¼äøŗ:\n{0}", "ConfigurationParser.noShell": "č­¦å‘Š: ä»…å½“åœØē»ˆē«Æäø­ę‰§č”Œä»»åŠ”ę—¶ę”ÆęŒ shell é…ē½®ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 6348749fb5..630e7f1c5b 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}ļ¼Œē»ˆē«Æé€‰å–å™Ø", "termCreateEntryAriaLabel": "{0}ļ¼Œę–°å»ŗē»ˆē«Æ", "workbench.action.terminal.newplus": "$(plus) ę–°å»ŗé›†ęˆē»ˆē«Æ", diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 75d151b4bb..a4dbdc1654 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "ę˜¾ē¤ŗę‰€ęœ‰å·²ę‰“å¼€ēš„ē»ˆē«Æ", "terminal": "终端", "terminalIntegratedConfigurationTitle": "é›†ęˆē»ˆē«Æ", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "在 OS X ē»ˆē«ÆäøŠę—¶č¦ä½æē”Øēš„å‘½ä»¤č”Œå‚ę•°ć€‚", "terminal.integrated.shell.windows": "终端在 Windows ä½æē”Øēš„ shell č·Æå¾„ć€‚ä½æē”Øéš Windows äø€čµ·ęä¾›ēš„ shell (cmd态PowerShell ꈖ Bash on Ubuntu) ꗶ怂", "terminal.integrated.shellArgs.windows": "在 Windows ē»ˆē«ÆäøŠę—¶ä½æē”Øēš„å‘½ä»¤č”Œå‚ę•°ć€‚", - "terminal.integrated.rightClickCopyPaste": "č®¾ē½®åŽļ¼ŒåœØē»ˆē«Æå†…å³é”®å•å‡»ę—¶ļ¼Œčæ™å°†é˜»ę­¢ę˜¾ē¤ŗäøŠäø‹ę–‡čœå•ļ¼Œē›øåļ¼Œå®ƒå°†åœØęœ‰é€‰é”¹ę—¶čæ›č”Œå¤åˆ¶ļ¼Œå¹¶äø”åœØę²”ęœ‰é€‰é”¹ę—¶čæ›č”Œē²˜č““ć€‚", + "terminal.integrated.macOptionIsMeta": "åœØē»ˆē«Æäø­ļ¼Œä½æē”Ø Option é”®ä½œäøŗ Meta 键怂(macOS)", + "terminal.integrated.copyOnSelection": "č®¾ē½®åŽļ¼Œē»ˆē«Æäø­é€‰äø­ēš„ę–‡å­—å°†č¢«å¤åˆ¶åˆ°å‰Ŗč““ęæć€‚", "terminal.integrated.fontFamily": "ęŽ§åˆ¶ē»ˆē«Æēš„å­—ä½“ē³»åˆ—ļ¼Œčæ™åœØē¼–č¾‘å™Øäø­ę˜Æé»˜č®¤ēš„ć€‚fontFamily ēš„å€¼ć€‚", "terminal.integrated.fontSize": "ęŽ§åˆ¶ē»ˆē«Æēš„å­—å·(ä»„åƒē“ äøŗå•ä½)怂", "terminal.integrated.lineHeight": "ęŽ§åˆ¶ē»ˆē«Æēš„č”Œé«˜ļ¼Œę­¤ę•°å­—ä¹˜äøŠē»ˆē«Æå­—å·å¾—åˆ°å®žé™…č”Œé«˜(ä»„åƒē“ äøŗå•ä½)怂", - "terminal.integrated.enableBold": "ę˜Æå¦åœØē»ˆē«Æå†…åÆē”Øē²—ä½“ę–‡ęœ¬ļ¼Œę³Øę„čæ™éœ€č¦ē»ˆē«Æå‘½ä»¤č”Œēš„ę”ÆęŒć€‚", + "terminal.integrated.fontWeight": "ē»ˆē«Æäø­éžē²—ä½“å­—ä½æē”Øēš„å­—é‡ć€‚", + "terminal.integrated.fontWeightBold": "ē»ˆē«Æäø­ē²—ä½“å­—ä½æē”Øēš„å­—é‡ć€‚", "terminal.integrated.cursorBlinking": "ęŽ§åˆ¶ē»ˆē«Æå…‰ę ‡ę˜Æå¦é—Ŗēƒć€‚", "terminal.integrated.cursorStyle": "ęŽ§åˆ¶ē»ˆē«Æęøøę ‡ēš„ę ·å¼ć€‚", "terminal.integrated.scrollback": "ęŽ§åˆ¶ē»ˆē«ÆäæęŒåœØē¼“å†²åŒŗēš„ęœ€å¤§č”Œę•°ć€‚", "terminal.integrated.setLocaleVariables": "ęŽ§åˆ¶ę˜Æå¦åœØē»ˆē«ÆåÆåŠØę—¶č®¾ē½®åŒŗåŸŸč®¾ē½®å˜é‡ļ¼ŒåœØ OS X 上默认设置为 trueļ¼ŒåœØå…¶ä»–å¹³å°äøŠäøŗ false怂", + "terminal.integrated.rightClickBehavior": "ęŽ§åˆ¶ē»ˆē«ÆåœØē‚¹å‡»å³é”®ę—¶čæ›č”Œēš„ę“ä½œļ¼ŒåÆé€‰å€¼äøŗ \"default\"态 \"copyPaste\" 和 \"selectWord\"怂选ꋩ \"default\" å°†ę˜¾ē¤ŗäøŠäø‹ę–‡čœå•ļ¼›é€‰ę‹© \"copyPaste\" å°†åœØęœ‰é€‰ę‹©å†…å®¹ę—¶čæ›č”Œå¤åˆ¶ļ¼Œå…¶ä»–ę—¶å€™čæ›č”Œē²˜č““ļ¼›é€‰ę‹© \"selectWord\" ē»ˆē«Æå°†é€‰ę‹©å…‰ę ‡äø‹ēš„å­—å¹¶ę˜¾ē¤ŗäøŠäø‹ę–‡čœå•ć€‚", "terminal.integrated.cwd": "å°†åœØå…¶äø­åÆåŠØē»ˆē«Æēš„äø€äøŖę˜¾å¼čµ·å§‹č·Æå¾„ļ¼Œå®ƒē”Øä½œ shell čæ›ēØ‹ēš„å½“å‰å·„ä½œē›®å½•(cwd)ć€‚å½“ę ¹ē›®å½•äøŗäøę–¹ä¾æēš„ cwd ę—¶ļ¼Œę­¤č·Æå¾„åœØå·„ä½œåŒŗč®¾ē½®äø­åÆčƒ½ååˆ†ęœ‰ē”Øć€‚", "terminal.integrated.confirmOnExit": "åœØå­˜åœØę“»åŠØē»ˆē«Æä¼ščÆēš„ęƒ…å†µäø‹ļ¼Œé€€å‡ŗę—¶ę˜Æå¦č¦ē”®č®¤ć€‚", + "terminal.integrated.enableBell": "ę˜Æå¦åÆē”Øē»ˆē«Æå“é“ƒć€‚", "terminal.integrated.commandsToSkipShell": "一组命令 IDļ¼Œå…¶é”®ē»‘å®šäøå‘é€åˆ° shell č€Œå§‹ē»ˆē”± Code å¤„ē†ć€‚čæ™ä½æå¾—é€šåøøē”± shell ä½æē”Øēš„é”®ē»‘å®šēš„ä½æē”Øę•ˆęžœäøŽęœŖå°†ē»ˆē«Æč®¾äøŗē„¦ē‚¹ę—¶ē›øåŒļ¼Œä¾‹å¦‚ęŒ‰ Ctrl+P 启动 Quick Open怂", "terminal.integrated.env.osx": "要添加到 VS Code čæ›ēØ‹äø­ēš„åø¦ęœ‰ēŽÆå¢ƒå˜é‡ēš„åÆ¹č±”ļ¼Œå…¶ä¼šč¢« OS X ē»ˆē«Æä½æē”Øć€‚", "terminal.integrated.env.linux": "要添加到 VS Code čæ›ēØ‹äø­ēš„åø¦ęœ‰ēŽÆå¢ƒå˜é‡ēš„åÆ¹č±”ļ¼Œå…¶ä¼šč¢« Linux ē»ˆē«Æä½æē”Øć€‚", "terminal.integrated.env.windows": "要添加到 VS Code čæ›ēØ‹äø­ēš„åø¦ęœ‰ēŽÆå¢ƒå˜é‡ēš„åÆ¹č±”ļ¼Œå…¶ä¼šč¢« Windows ē»ˆē«Æä½æē”Øć€‚", + "terminal.integrated.showExitAlert": "å½“é€€å‡ŗä»£ē éžé›¶ę—¶ļ¼Œę˜¾ē¤ŗā€œē»ˆē«Æčæ›ēØ‹ä»„ęŸé€€å‡ŗä»£ē ē»ˆę­¢ā€ēš„č­¦å‘Šć€‚", + "terminal.integrated.experimentalRestore": "启动 VS Code ę—¶ļ¼Œę˜Æå¦č‡ŖåŠØę¢å¤å·„ä½œåŒŗēš„ē»ˆē«Æä¼ščÆć€‚čæ™ę˜Æäø€é”¹å®žéŖŒę€§č®¾ē½®ļ¼ŒåÆčƒ½ä¼šå‡ŗēŽ°é—®é¢˜ļ¼Œå°†ę„ä¹ŸåÆčƒ½ä¼šęœ‰å˜åŒ–ć€‚", "terminalCategory": "终端", "viewCategory": "ęŸ„ēœ‹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index d96d23dca0..ee50460ad8 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "åˆ‡ę¢é›†ęˆē»ˆē«Æ", "workbench.action.terminal.kill": "ē»ˆę­¢ę“»åŠØē»ˆē«Æå®žä¾‹", "workbench.action.terminal.kill.short": "终止终端", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "全选", "workbench.action.terminal.deleteWordLeft": "åˆ é™¤å·¦ä¾§ēš„å­—ē¬¦", "workbench.action.terminal.deleteWordRight": "åˆ é™¤å³ä¾§ēš„å­—ē¬¦", + "workbench.action.terminal.moveToLineStart": "ē§»åŠØåˆ°č”Œé¦–", + "workbench.action.terminal.moveToLineEnd": "移动到蔌尾", "workbench.action.terminal.new": "ę–°å»ŗé›†ęˆē»ˆē«Æ", "workbench.action.terminal.new.short": "ę–°ēš„ē»ˆē«Æ", + "workbench.action.terminal.newWorkspacePlaceholder": "é€‰ę‹©å½“å‰å·„ä½œē›®å½•ę–°å»ŗē»ˆē«Æ", + "workbench.action.terminal.newInActiveWorkspace": "ę–°å»ŗé›†ęˆē»ˆē«Æ (擻动巄作区)", + "workbench.action.terminal.split": "ę‹†åˆ†ē»ˆē«Æ", + "workbench.action.terminal.focusPreviousPane": "čšē„¦äŗŽäøŠäø€äøŖēŖ—ę ¼", + "workbench.action.terminal.focusNextPane": "čšē„¦äŗŽäø‹äø€äøŖēŖ—ę ¼", + "workbench.action.terminal.resizePaneLeft": "å‘å·¦č°ƒę•“ēŖ—ę ¼å¤§å°", + "workbench.action.terminal.resizePaneRight": "å‘å³č°ƒę•“ēŖ—ę ¼å¤§å°", + "workbench.action.terminal.resizePaneUp": "å‘äøŠč°ƒę•“ēŖ—ę ¼å¤§å°", + "workbench.action.terminal.resizePaneDown": "å‘äø‹č°ƒę•“ēŖ—ę ¼å¤§å°", "workbench.action.terminal.focus": "čšē„¦äŗŽē»ˆē«Æ", "workbench.action.terminal.focusNext": "čšē„¦äŗŽäø‹äø€ē»ˆē«Æ", "workbench.action.terminal.focusPrevious": "čšē„¦äŗŽäøŠäø€ē»ˆē«Æ", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "åœØę“»åŠØē»ˆē«Æčæč”Œę‰€é€‰ę–‡ęœ¬", "workbench.action.terminal.runActiveFile": "åœØę“»åŠØē»ˆē«Æäø­čæč”Œę“»åŠØę–‡ä»¶", "workbench.action.terminal.runActiveFile.noFile": "åŖęœ‰ē£ē›˜äøŠēš„ę–‡ä»¶åÆåœØē»ˆē«ÆäøŠčæč”Œ", - "workbench.action.terminal.switchTerminalInstance": "åˆ‡ę¢ē»ˆē«Æå®žä¾‹", + "workbench.action.terminal.switchTerminal": "åˆ‡ę¢ē»ˆē«Æ", "workbench.action.terminal.scrollDown": "å‘äø‹ę»šåŠØ(蔌)", "workbench.action.terminal.scrollDownPage": "å‘äø‹ę»šåŠØ(锵)", "workbench.action.terminal.scrollToBottom": "ę»šåŠØåˆ°åŗ•éƒØ", diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index a1f48a18fc..4ec3bee0ad 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "ē»ˆē«Æēš„čƒŒę™Æé¢œč‰²ļ¼Œå…č®øē»ˆē«Æēš„é¢œč‰²äøŽé¢ęæäøåŒć€‚", "terminal.foreground": "ē»ˆē«Æēš„å‰ę™Æé¢œč‰²ć€‚", "terminalCursor.foreground": "ē»ˆē«Æå…‰ę ‡ēš„å‰ę™Æč‰²ć€‚", "terminalCursor.background": "ē»ˆē«Æå…‰ę ‡ēš„čƒŒę™Æč‰²ć€‚å…č®øč‡Ŗå®šä¹‰č¢« block å…‰ę ‡é®ä½ēš„å­—ē¬¦ēš„é¢œč‰²ć€‚", "terminal.selectionBackground": "ē»ˆē«Æé€‰äø­å†…å®¹ēš„čƒŒę™Æé¢œč‰²ć€‚", + "terminal.border": "åˆ†éš”ē»ˆē«Æäø­ę‹†åˆ†ēŖ—ę ¼ēš„č¾¹ę”†ēš„é¢œč‰²ć€‚é»˜č®¤å€¼äøŗ panel.border ēš„é¢œč‰²", "terminal.ansiColor": "ē»ˆē«Æäø­ēš„ ANSI é¢œč‰²ā€œ{0}ā€ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index e45ac7a353..8fe570f031 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "ę˜Æå¦å…č®øåœØē»ˆē«Æäø­åÆåŠØ {0} (å®šä¹‰äøŗå·„ä½œåŒŗč®¾ē½®)?", "allow": "允许", "disallow": "äøå…č®ø" diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index d650d2c5ce..be4a347d4f 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index f329e3b8be..e7ee311483 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "空蔌", + "terminal.integrated.a11yPromptLabel": "ē»ˆē«Æč¾“å…„", + "terminal.integrated.a11yTooMuchOutput": "č¾“å‡ŗå¤Ŗå¤šļ¼Œę— ę³•ęœ—čÆ»ć€‚čÆ·ę‰‹åŠØč½¬åˆ°č”Œå†…čæ›č”Œé˜…čÆ»", "terminal.integrated.copySelection.noSelection": "ę²”ęœ‰åœØē»ˆē«Æäø­é€‰ę‹©č¦å¤åˆ¶ēš„å†…å®¹", "terminal.integrated.exitedWithCode": "é€ščæ‡é€€å‡ŗä»£ē  {0} ē»ˆę­¢ēš„ē»ˆē«Æčæ›ēØ‹", "terminal.integrated.waitOnExit": "ęŒ‰ä»»ę„é”®ä»„å…³é—­ē»ˆē«Æ", - "terminal.integrated.launchFailed": "ē»ˆē«Æčæ›ēØ‹å‘½ä»¤ā€œ{0} {1}ā€ę— ę³•åÆåŠØ(退出代码: {2})" + "terminal.integrated.launchFailed": "ē»ˆē«Æčæ›ēØ‹å‘½ä»¤ā€œ{0} {1}ā€ę— ę³•åÆåŠØ (退出代码: {2})" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index 6c965409e9..02dd7670f8 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Alt + å•å‡»ä»„č®æé—®é“¾ęŽ„", "terminalLinkHandler.followLinkCmd": "Cmd + å•å‡»ä»„č·ŸčøŖé“¾ęŽ„", "terminalLinkHandler.followLinkCtrl": "ęŒ‰ä½ Ctrl å¹¶å•å‡»åÆč®æé—®é“¾ęŽ„" diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index 837bb66bac..92099dc542 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "复制", "paste": "粘蓓", "selectAll": "全选", - "clear": "清除" + "clear": "清除", + "split": "ę‹†åˆ†" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index 25d612371f..a7fe73a1eb 100644 --- a/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "åÆé€ščæ‡é€‰ę‹©ā€œč‡Ŗå®šä¹‰ā€ęŒ‰é’®ę„ę›“ę”¹é»˜č®¤ēš„ē»ˆē«Æ shell怂", "customize": "č‡Ŗå®šä¹‰", - "cancel": "å–ę¶ˆ", - "never again": "ęˆ‘å·²äŗ†č§£ļ¼Œäøå†ęē¤ŗ", + "never again": "äøå†ę˜¾ē¤ŗ", "terminal.integrated.chooseWindowsShell": "é€‰ę‹©é¦–é€‰ēš„ē»ˆē«Æ shellļ¼Œä½ åÆēØåŽåœØč®¾ē½®äø­čæ›č”Œę›“ę”¹", "terminalService.terminalCloseConfirmationSingular": "å­˜åœØäø€äøŖę“»åŠØēš„ē»ˆē«Æä¼ščÆļ¼Œę˜Æå¦č¦ē»ˆę­¢ę­¤ä¼ščÆ?", "terminalService.terminalCloseConfirmationPlural": "存在 {0} äøŖę“»åŠØēš„ē»ˆē«Æä¼ščÆļ¼Œę˜Æå¦č¦ē»ˆę­¢čæ™äŗ›ä¼ščÆ?" diff --git a/i18n/chs/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index 6a87d4658c..dec17ae28a 100644 --- a/i18n/chs/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "é¢œč‰²äø»é¢˜", "themes.category.light": "ęµ…č‰²äø»é¢˜", "themes.category.dark": "ę·±č‰²äø»é¢˜", diff --git a/i18n/chs/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 77b6bb2212..7085e9750e 100644 --- a/i18n/chs/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "ę­¤å·„ä½œåŒŗåŒ…å«ä»…åÆåœØā€œē”Øęˆ·č®¾ē½®ā€äø­č®¾ē½®ēš„č®¾ē½®ć€‚({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "ę‰“å¼€å·„ä½œåŒŗč®¾ē½®", - "openDocumentation": "了解详细俔息", - "ignore": "忽畄" + "dontShowAgain": "äøå†ę˜¾ē¤ŗ", + "unsupportedWorkspaceSettings": "ę­¤å·„ä½œåŒŗåŒ…å«ä»…åÆåœØā€œē”Øęˆ·č®¾ē½®ā€äø­é…ē½®ēš„č®¾ē½® ({0})ć€‚å•å‡»[čæ™é‡Œ]({1})äŗ†č§£ę›“å¤šäæ”ęÆć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/chs/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index 822b36fc69..d4b641beba 100644 --- a/i18n/chs/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "å‘č”ŒčÆ“ę˜Ž: {0}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index 415bd1b11e..96e22756be 100644 --- a/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "å‘č”ŒčÆ“ę˜Ž", - "updateConfigurationTitle": "ꛓꖰ", - "updateChannel": "é…ē½®ę˜Æå¦ä»Žę›“ę–°é€šé“ęŽ„ę”¶č‡ŖåŠØę›“ę–°ć€‚ę›“ę”¹åŽéœ€č¦é‡åÆć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "å‘č”ŒčÆ“ę˜Ž" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.i18n.json index d43fc9ca29..75d7ce4756 100644 --- a/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "ē«‹å³ę›“ę–°", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "ēØåŽ", "unassigned": "ęœŖåˆ†é…", "releaseNotes": "å‘č”ŒčÆ“ę˜Ž", "showReleaseNotes": "ę˜¾ē¤ŗå‘č”ŒčÆ“ę˜Ž", - "downloadNow": "ē«‹å³äø‹č½½", "read the release notes": "ę¬¢čæŽä½æē”Ø {0} v{1}! ę˜Æå¦č¦é˜…čÆ»å‘åøƒčÆ“ę˜Ž?", - "licenseChanged": "ęˆ‘ä»¬ēš„č®øåÆę”ę¬¾å·²ę›“ę”¹ļ¼ŒčÆ·ä»”ē»†ęµč§ˆć€‚", - "license": "čÆ»å–č®øåÆčÆ", + "licenseChanged": "ęˆ‘ä»¬åÆ¹č®øåÆę”ę¬¾čæ›č”Œäŗ†äæ®ę”¹ļ¼ŒčÆ·ē‚¹å‡»[此处]({0})čæ›č”ŒęŸ„ēœ‹ć€‚", "neveragain": "äøå†ę˜¾ē¤ŗ", - "64bitisavailable": "{0} ēš„ Windows 64 ä½ē‰ˆēŽ°å·²åÆē”Ø!", - "learn more": "了解详细俔息", + "64bitisavailable": "Windows 64 ä½ē‰ˆēš„ {0} å·²ē»å‘åøƒ! 单击[čæ™é‡Œ]({1})äŗ†č§£ę›“å¤šäæ”ęÆć€‚", "updateIsReady": "ęœ‰ę–°ēš„ {0} ēš„ę›“ę–°åÆē”Øć€‚", - "thereIsUpdateAvailable": "å­˜åœØåÆē”Øę›“ę–°ć€‚", - "updateAvailable": "{0} å°†åœØé‡åÆåŽę›“ę–°ć€‚", "noUpdatesAvailable": "å½“å‰ę²”ęœ‰åÆē”Øēš„ę›“ę–°ć€‚", + "ok": "甮定", + "download now": "ē«‹å³äø‹č½½", + "thereIsUpdateAvailable": "å­˜åœØåÆē”Øę›“ę–°ć€‚", + "installUpdate": "安装曓新", + "updateAvailable": "å­˜åœØåÆē”Øę›“ę–°: {0} {1}", + "updateInstalling": "{0} {1} ę­£åœØåŽå°å®‰č£…ļ¼Œęˆ‘ä»¬ä¼šåœØå®ŒęˆåŽé€šēŸ„ę‚Øć€‚", + "updateNow": "ē«‹å³ę›“ę–°", + "updateAvailableAfterRestart": "{0} å°†åœØé‡åÆåŽę›“ę–°ć€‚", "commandPalette": "å‘½ä»¤é¢ęæ...", "settings": "设置", "keyboardShortcuts": "é”®ē›˜åæ«ę·ę–¹å¼", + "showExtensions": "箔理扩展", + "userSnippets": "ē”Øęˆ·ä»£ē ē‰‡ę®µ", "selectTheme.label": "é¢œč‰²äø»é¢˜", "themes.selectIconTheme.label": "ę–‡ä»¶å›¾ę ‡äø»é¢˜", - "not available": "ę›“ę–°äøåÆē”Ø", + "checkForUpdates": "ę£€ęŸ„ę›“ę–°...", "checkingForUpdates": "ę­£åœØę£€ęŸ„ę›“ę–°...", - "DownloadUpdate": "äø‹č½½åÆē”Øę›“ę–°", "DownloadingUpdate": "ę­£åœØäø‹č½½ę›“ę–°...", - "InstallingUpdate": "ę­£åœØå®‰č£…ę›“ę–°...", - "restartToUpdate": "é‡åÆä»„ę›“ę–°...", - "checkForUpdates": "ę£€ęŸ„ę›“ę–°..." + "installUpdate...": "安装曓新...", + "installingUpdate": "ę­£åœØå®‰č£…ę›“ę–°...", + "restartToUpdate": "é‡åÆä»„ę›“ę–°..." } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/chs/src/vs/workbench/parts/views/browser/views.i18n.json index 1e211f7c69..378a7a212e 100644 --- a/i18n/chs/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index 51684ff56d..0d50593b56 100644 --- a/i18n/chs/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/chs/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 0d83fa608d..a176ce710e 100644 --- a/i18n/chs/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "ę˜¾ē¤ŗę‰€ęœ‰å‘½ä»¤", "watermark.quickOpen": "č½¬åˆ°ę–‡ä»¶", "watermark.openFile": "打开文件", diff --git a/i18n/chs/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 1a8d3e3963..e9b126d812 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "文件资源箔理器", "welcomeOverlay.search": "č·Øę–‡ä»¶ęœē“¢", "welcomeOverlay.git": "源代码箔理", @@ -11,7 +13,7 @@ "welcomeOverlay.extensions": "箔理扩展", "welcomeOverlay.problems": "ęŸ„ēœ‹é”™čÆÆå’Œč­¦å‘Š", "welcomeOverlay.commandPalette": "ęŸ„ę‰¾å¹¶čæč”Œę‰€ęœ‰å‘½ä»¤", - "welcomeOverlay": "ē”Øęˆ·ē•Œé¢ę¦‚čæ°", - "hideWelcomeOverlay": "éšč—ē•Œé¢ę¦‚čæ°", + "welcomeOverlay": "ē”Øęˆ·ē•Œé¢ę¦‚č§ˆ", + "hideWelcomeOverlay": "éšč—ē•Œé¢ę¦‚č§ˆ", "help": "帮助" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index dde9f25287..346c459f72 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "ē¼–č¾‘čæ›åŒ–", "welcomePage.start": "开始", @@ -33,7 +35,7 @@ "welcomePage.learn": "学习", "welcomePage.showCommands": "ęŸ„ę‰¾å¹¶čæč”Œę‰€ęœ‰å‘½ä»¤", "welcomePage.showCommandsDescription": "ä½æē”Øå‘½ä»¤é¢ęæåæ«é€Ÿč®æé—®å’Œęœē“¢å‘½ä»¤ ({0})", - "welcomePage.interfaceOverview": "ē•Œé¢ę¦‚čæ°", + "welcomePage.interfaceOverview": "ē•Œé¢ę¦‚č§ˆ", "welcomePage.interfaceOverviewDescription": "ęŸ„ēœ‹ēŖå‡ŗę˜¾ē¤ŗäø»č¦ UI ē»„ä»¶ēš„å åŠ å›¾", "welcomePage.interactivePlayground": "äŗ¤äŗ’å¼ę¼”ē»ƒåœŗ", "welcomePage.interactivePlaygroundDescription": "åœØē®€ēŸ­ę¼”ē»ƒäø­čÆ•ē”Øē¼–č¾‘å™Øēš„åŸŗęœ¬åŠŸčƒ½" diff --git a/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index 1f422ca6c0..10bd23f91f 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "巄作台", "workbench.startupEditor.none": "启动(äøåø¦ē¼–č¾‘å™Ø)怂", "workbench.startupEditor.welcomePage": "ę‰“å¼€ę¬¢čæŽé”µé¢ļ¼ˆé»˜č®¤ļ¼‰ć€‚", diff --git a/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 96dfd2ea46..d4d1650b15 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "ę¬¢čæŽä½æē”Ø", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "已安装 {0} ę”ÆęŒ", "ok": "甮定", "details": "详细俔息", - "cancel": "å–ę¶ˆ", "welcomePage.buttonBackground": "ę¬¢čæŽé”µęŒ‰é’®ēš„čƒŒę™Æč‰²ć€‚", "welcomePage.buttonHoverBackground": "ę¬¢čæŽé”µęŒ‰é’®č¢«ę‚¬åœę—¶ēš„čƒŒę™Æč‰²ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index a3461e4f30..c0ac5a33b0 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "äŗ¤äŗ’å¼ę¼”ē»ƒåœŗ", "editorWalkThrough": "äŗ¤äŗ’å¼ę¼”ē»ƒåœŗ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index c500bab15c..e83d441844 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "äŗ¤äŗ’å¼ę¼”ē»ƒåœŗ", "help": "帮助", "interactivePlayground": "äŗ¤äŗ’å¼ę¼”ē»ƒåœŗ" diff --git a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index e6ea905a59..ffcacad3b0 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "å‘äøŠę»šåŠØ(蔌)", "editorWalkThrough.arrowDown": "å‘äø‹ę»šåŠØ(蔌)", "editorWalkThrough.pageUp": "å‘äøŠę»šåŠØ(锵)", diff --git a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 4beaf7510a..850b5a3d94 100644 --- a/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "ęœŖē»‘å®š", "walkThrough.gitNotFound": "ä½ ēš„ē³»ē»ŸäøŠä¼¼ä¹ŽęœŖå®‰č£… Git怂", "walkThrough.embeddedEditorBackground": "åµŒå…„äŗŽäŗ¤äŗ’å¼ę¼”ē»ƒåœŗäø­ēš„ē¼–č¾‘å™Øēš„čƒŒę™Æé¢œč‰²ć€‚" diff --git a/i18n/chs/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..cc4340c551 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "čœå•é”¹åæ…é”»äøŗäø€äøŖę•°ē»„", + "requirestring": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "optstring": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "vscode.extension.contributes.menuItem.command": "č¦ę‰§č”Œēš„å‘½ä»¤ēš„ę ‡čÆ†ē¬¦ć€‚čÆ„å‘½ä»¤åæ…é”»åœØ \"commands\" éƒØåˆ†äø­å£°ę˜Ž", + "vscode.extension.contributes.menuItem.alt": "č¦ę‰§č”Œēš„ę›æä»£å‘½ä»¤ēš„ę ‡čÆ†ē¬¦ć€‚čÆ„å‘½ä»¤åæ…é”»åœØ ā€commands\" éƒØåˆ†äø­å£°ę˜Ž", + "vscode.extension.contributes.menuItem.when": "äøŗę˜¾ē¤ŗę­¤é”¹åæ…é”»äøŗ \"true\" ēš„ę”ä»¶", + "vscode.extension.contributes.menuItem.group": "ę­¤å‘½ä»¤ę‰€å±žēš„ē»„", + "vscode.extension.contributes.menus": "å‘ē¼–č¾‘å™Øęä¾›čœå•é”¹", + "menus.commandPalette": "å‘½ä»¤é¢ęæ", + "menus.touchBar": "Multi-Touch Bar (仅 macOS)", + "menus.editorTitle": "ē¼–č¾‘å™Øę ‡é¢˜čœå•", + "menus.editorContext": "ē¼–č¾‘å™ØäøŠäø‹ę–‡čœå•", + "menus.explorerContext": "ę–‡ä»¶čµ„ęŗē®”ē†å™ØäøŠäø‹ę–‡čœå•", + "menus.editorTabContext": "ē¼–č¾‘å™Øé€‰é”¹å”äøŠäø‹ę–‡čœå•", + "menus.debugCallstackContext": "č°ƒčÆ•č°ƒē”Øå †ę ˆäøŠäø‹ę–‡čœå•", + "menus.scmTitle": "ęŗä»£ē ē®”ē†ę ‡é¢˜čœå•", + "menus.scmSourceControl": "ęŗä»£ē ē®”ē†čœå•", + "menus.resourceGroupContext": "ęŗä»£ē ē®”ē†čµ„ęŗē»„äøŠäø‹ę–‡čœå•", + "menus.resourceStateContext": "ęŗä»£ē ē®”ē†čµ„ęŗēŠ¶ę€äøŠäø‹ę–‡čœå•", + "view.viewTitle": "ęä¾›ēš„č§†å›¾ēš„ę ‡é¢˜čœå•", + "view.itemContext": "ęä¾›ēš„č§†å›¾äø­ēš„é”¹ē›®ēš„äøŠäø‹ę–‡čœå•", + "nonempty": "åŗ”äøŗéžē©ŗå€¼ć€‚", + "opticon": "å±žę€§ \"icon\" åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶åæ…é”»äøŗå­—ē¬¦äø²ęˆ–ę˜Æē±»ä¼¼ \"{dark, light}\" ēš„ę–‡ęœ¬", + "requireStringOrObject": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\" ꈖ \"object\"", + "requirestrings": "å±žę€§ā€œ{0}ā€å’Œā€œ{1}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "vscode.extension.contributes.commandType.command": "č¦ę‰§č”Œēš„å‘½ä»¤ēš„ę ‡čÆ†ē¬¦", + "vscode.extension.contributes.commandType.title": "在 UI äø­ä¾ę®å…¶č”Øē¤ŗå‘½ä»¤ēš„ę ‡é¢˜", + "vscode.extension.contributes.commandType.category": "(åÆé€‰)ē±»åˆ«å­—ē¬¦äø²ęŒ‰å‘½ä»¤åœØ UI äø­åˆ†ē»„", + "vscode.extension.contributes.commandType.icon": "(åÆé€‰)在 UI äø­ē”Øę„č”Øē¤ŗå‘½ä»¤ēš„å›¾ę ‡ć€‚ę–‡ä»¶č·Æå¾„ęˆ–č€…äø»é¢˜é…ē½®", + "vscode.extension.contributes.commandType.icon.light": "ä½æē”Øęµ…č‰²äø»é¢˜ę—¶ēš„å›¾ę ‡č·Æå¾„", + "vscode.extension.contributes.commandType.icon.dark": "ä½æē”Øę·±č‰²äø»é¢˜ę—¶ēš„å›¾ę ‡č·Æå¾„", + "vscode.extension.contributes.commands": "åÆ¹å‘½ä»¤é¢ęæęä¾›å‘½ä»¤ć€‚", + "dup": "å‘½ä»¤ā€œ{0}ā€åœØ \"commands\" éƒØåˆ†é‡å¤å‡ŗēŽ°ć€‚", + "menuId.invalid": "ā€œ{0}ā€äøŗę— ę•ˆčœå•ę ‡čÆ†ē¬¦", + "missing.command": "čœå•é”¹å¼•ē”ØęœŖåœØā€œå‘½ä»¤ā€éƒØåˆ†čæ›č”Œå®šä¹‰ēš„å‘½ä»¤ā€œ{0}ā€ć€‚", + "missing.altCommand": "čœå•é”¹å¼•ē”Øäŗ†ęœŖåœØ \"commands\" éƒØåˆ†å®šä¹‰ēš„ę›æä»£å‘½ä»¤ā€œ{0}ā€ć€‚", + "dupe.command": "čœå•é”¹å¼•ē”Øēš„å‘½ä»¤äø­é»˜č®¤å’Œę›æä»£å‘½ä»¤ē›øåŒ" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index efa72e262b..be326da2cd 100644 --- a/i18n/chs/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/chs/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "č®¾ē½®ę‘˜č¦ć€‚ę­¤ę ‡ē­¾å°†åœØč®¾ē½®ę–‡ä»¶äø­ē”Øä½œåˆ†éš”ę³Øé‡Šć€‚", "vscode.extension.contributes.configuration.properties": "é…ē½®å±žę€§ēš„ęčæ°ć€‚", "scope.window.description": "ē‰¹å®šäŗŽēŖ—å£ēš„é…ē½®ļ¼ŒåÆåœØā€œē”Øęˆ·ā€ęˆ–ā€œå·„ä½œåŒŗā€č®¾ē½®äø­é…ē½®ć€‚", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "ę–‡ä»¶å¤¹ēš„åÆé€‰åē§°ć€‚", "workspaceConfig.uri.description": "ę–‡ä»¶å¤¹ēš„ URI", "workspaceConfig.settings.description": "巄作区设置", + "workspaceConfig.launch.description": "å·„ä½œåŒŗåÆåŠØé…ē½®", "workspaceConfig.extensions.description": "å·„ä½œåŒŗę‰©å±•", "unknownWorkspaceProperty": "ęœŖēŸ„ēš„å·„ä½œåŒŗé…ē½®å±žę€§" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/chs/src/vs/workbench/services/configuration/node/configuration.i18n.json index 2eb80022de..ae145cb2cb 100644 --- a/i18n/chs/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/chs/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/chs/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index 93901b17ec..1b2830aece 100644 --- a/i18n/chs/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "ę‰“å¼€ä»»åŠ”é…ē½®", "openLaunchConfiguration": "ę‰“å¼€åÆåŠØé…ē½®", - "close": "关闭", "open": "打开设置", "saveAndRetry": "äæå­˜å¹¶é‡čÆ•", "errorUnknownKey": "ę²”ęœ‰ę³Øå†Œé…ē½® {1}ļ¼Œå› ę­¤ę— ę³•å†™å…„ {0}怂", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "{0} äøåœØå¤šę–‡ä»¶å¤¹å·„ä½œåŒŗēŽÆå¢ƒäø‹ę”ÆęŒå·„ä½œåŒŗä½œē”ØåŸŸļ¼Œå› ę­¤ę— ę³•å†™å…„ā€œå·„ä½œåŒŗč®¾ē½®ā€ć€‚", "errorInvalidFolderTarget": "ęœŖęä¾›čµ„ęŗļ¼Œå› ę­¤ę— ę³•å†™å…„\"文件夹设置\"怂", "errorNoWorkspaceOpened": "ę²”ęœ‰ę‰“å¼€ä»»ä½•å·„ä½œåŒŗļ¼Œå› ę­¤ę— ę³•å†™å…„ {0}ć€‚čÆ·å…ˆę‰“å¼€äø€äøŖå·„ä½œåŒŗļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorInvalidTaskConfiguration": "ę— ę³•å†™å…„ä»»åŠ”ę–‡ä»¶ć€‚čÆ·ę‰“å¼€**任劔**文件并清除错误/č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorInvalidLaunchConfiguration": "ę— ę³•å†™å…„åÆåŠØę–‡ä»¶ć€‚čÆ·ę‰“å¼€**启动**文件并清除错误/č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorInvalidConfiguration": "ę— ę³•å†™å…„ē”Øęˆ·č®¾ē½®ć€‚čÆ·ę‰“å¼€**ē”Øęˆ·č®¾ē½®**文件并清除错误/č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorInvalidConfigurationWorkspace": "ę— ę³•å†™å…„å·„ä½œåŒŗč®¾ē½®ć€‚čÆ·ę‰“å¼€**巄作区设置**文件并清除错误/č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorInvalidConfigurationFolder": "ę— ę³•å†™å…„ę–‡ä»¶å¤¹č®¾ē½®ć€‚čÆ·ę‰“å¼€åœØ **{0}** ę–‡ä»¶å¤¹äø‹ēš„**文件夹设置**文件并清除错误/č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorTasksConfigurationFileDirty": "ę–‡ä»¶å·²å˜ę›“ļ¼Œå› ę­¤ę— ę³•å†™å…„č®¾ē½®ć€‚čÆ·å…ˆäæå­˜**ä»»åŠ”é…ē½®**ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorLaunchConfigurationFileDirty": "ę–‡ä»¶å·²å˜ę›“ļ¼Œå› ę­¤ę— ę³•å†™å…„č®¾ē½®ć€‚čÆ·å…ˆäæå­˜**åÆåŠØé…ē½®**ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorConfigurationFileDirty": "ę–‡ä»¶å·²å˜ę›“ļ¼Œå› ę­¤ę— ę³•å†™å…„č®¾ē½®ć€‚čÆ·å…ˆäæå­˜**ē”Øęˆ·č®¾ē½®**ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorConfigurationFileDirtyWorkspace": "ę–‡ä»¶å·²å˜ę›“ļ¼Œå› ę­¤ę— ę³•å†™å…„č®¾ē½®ć€‚čÆ·å…ˆäæå­˜**巄作区设置**ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorConfigurationFileDirtyFolder": "ę–‡ä»¶å·²å˜ę›“ļ¼Œå› ę­¤ę— ę³•å†™å…„č®¾ē½®ć€‚čÆ·å…ˆäæå­˜åœØ **{0}** äø‹ēš„**文件夹设置**ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorInvalidTaskConfiguration": "ę— ę³•å†™å…„ä»»åŠ”é…ē½®ę–‡ä»¶ć€‚čÆ·ę‰“å¼€ę–‡ä»¶å¹¶ę›“ę­£é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorInvalidLaunchConfiguration": "ę— ę³•å†™å…„åÆåŠØé…ē½®ę–‡ä»¶ć€‚čÆ·ę‰“å¼€ę–‡ä»¶å¹¶ę›“ę­£é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorInvalidConfiguration": "ę— ę³•å†™å…„ē”Øęˆ·č®¾ē½®ć€‚čÆ·ę‰“å¼€ē”Øęˆ·č®¾ē½®å¹¶ęø…é™¤é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorInvalidConfigurationWorkspace": "ę— ę³•å†™å…„å·„ä½œåŒŗč®¾ē½®ć€‚čÆ·ę‰“å¼€å·„ä½œåŒŗč®¾ē½®å¹¶ęø…é™¤é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorInvalidConfigurationFolder": "ę— ę³•å†™å…„ę–‡ä»¶å¤¹č®¾ē½®ć€‚čÆ·ę‰“å¼€ā€œ{0}ā€ę–‡ä»¶å¤¹č®¾ē½®å¹¶ęø…é™¤é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorTasksConfigurationFileDirty": "ä»»åŠ”é…ē½®ę–‡ä»¶å·²å˜ę›“ļ¼Œę— ę³•å†™å…„ć€‚čÆ·å…ˆäæå­˜ę­¤ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorLaunchConfigurationFileDirty": "åÆåŠØé…ē½®ę–‡ä»¶å·²å˜ę›“ļ¼Œę— ę³•å†™å…„ć€‚čÆ·å…ˆäæå­˜ę­¤ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorConfigurationFileDirty": "ē”Øęˆ·č®¾ē½®ę–‡ä»¶å·²å˜ę›“ļ¼Œę— ę³•å†™å…„ć€‚čÆ·å…ˆäæå­˜ę­¤ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorConfigurationFileDirtyWorkspace": "å·„ä½œåŒŗč®¾ē½®ę–‡ä»¶å·²å˜ę›“ļ¼Œę— ę³•å†™å…„ć€‚čÆ·å…ˆäæå­˜ę­¤ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorConfigurationFileDirtyFolder": "ę–‡ä»¶å¤¹č®¾ē½®ę–‡ä»¶å·²å˜ę›“ļ¼Œę— ę³•å†™å…„ć€‚čÆ·å…ˆäæå­˜ā€œ{0}ā€ę–‡ä»¶å¤¹č®¾ē½®ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", "userTarget": "ē”Øęˆ·č®¾ē½®", "workspaceTarget": "巄作区设置", "folderTarget": "文件夹设置" diff --git a/i18n/chs/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/chs/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index ecc8e479c7..ed8f6c723f 100644 --- a/i18n/chs/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "ę— ę³•å†™å…„ę–‡ä»¶ć€‚čÆ·ę‰“å¼€ę–‡ä»¶ä»„ę›“ę­£é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", "errorFileDirty": "ę— ę³•å†™å…„ę–‡ä»¶å› äøŗå…¶å·²å˜ę›“ć€‚čÆ·å…ˆäæå­˜ę­¤ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/chs/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index 0581515bc9..02f7c1f237 100644 --- a/i18n/chs/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/chs/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index 0581515bc9..c4e55e0827 100644 --- a/i18n/chs/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "遄굋", "telemetry.enableCrashReporting": "åÆē”Øč¦å‘é€ē»™ Microsoft ēš„ę•…éšœęŠ„č”Øć€‚\nę­¤é€‰é”¹éœ€é‡åÆę‰åÆē”Ÿę•ˆć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/chs/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 177d09d661..6a9792c52c 100644 --- a/i18n/chs/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "åŒ…å«å¼ŗč°ƒé”¹" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/chs/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..81034e3c4a --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "是(&&Y)", + "cancelButton": "å–ę¶ˆ", + "moreFile": "...1 äøŖå…¶ä»–ę–‡ä»¶ęœŖę˜¾ē¤ŗ", + "moreFiles": "...{0} äøŖå…¶ä»–ę–‡ä»¶ęœŖę˜¾ē¤ŗ" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/chs/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/chs/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/chs/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/chs/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/chs/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/chs/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..1a641704fc --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "åÆ¹äŗŽ VS Code ę‰©å±•ļ¼ŒęŒ‡å®šäøŽå…¶å…¼å®¹ēš„ VS Code ē‰ˆęœ¬ć€‚äøčƒ½äøŗ *怂 例如: ^0.10.5 č”Øē¤ŗęœ€ä½Žå…¼å®¹ VS Code ē‰ˆęœ¬ 0.10.5怂", + "vscode.extension.publisher": "VS Code ę‰©å±•ēš„å‘åøƒč€…ć€‚", + "vscode.extension.displayName": "VS Code åŗ“äø­ä½æē”Øēš„ę‰©å±•ēš„ę˜¾ē¤ŗåē§°ć€‚", + "vscode.extension.categories": "VS Code åŗ“ē”ØäŗŽåÆ¹ę‰©å±•čæ›č”Œåˆ†ē±»ēš„ē±»åˆ«ć€‚", + "vscode.extension.galleryBanner": "VS Code å•†åŸŽä½æē”Øēš„ęØŖå¹…ć€‚", + "vscode.extension.galleryBanner.color": "VS Code å•†åŸŽé”µę ‡é¢˜äøŠēš„ęØŖå¹…é¢œč‰²ć€‚", + "vscode.extension.galleryBanner.theme": "ęØŖå¹…ę–‡å­—ēš„é¢œč‰²äø»é¢˜ć€‚", + "vscode.extension.contributes": "ē”±ę­¤åŒ…č”Øē¤ŗēš„ VS Code ę‰©å±•ēš„ę‰€ęœ‰č“”ēŒ®ć€‚", + "vscode.extension.preview": "åœØå•†åŗ—äø­å°†ę‰©å±•ę ‡č®°äøŗā€œé¢„č§ˆē‰ˆā€ć€‚", + "vscode.extension.activationEvents": "VS Code ę‰©å±•ēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.onLanguage": "åœØę‰“å¼€č¢«č§£ęžäøŗęŒ‡å®ščÆ­čØ€ēš„ę–‡ä»¶ę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.onCommand": "åœØč°ƒē”ØęŒ‡å®šå‘½ä»¤ę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.onDebug": "åœØē”Øęˆ·å‡†å¤‡č°ƒčÆ•ęˆ–å‡†å¤‡č®¾ē½®č°ƒčÆ•é…ē½®ę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "åœØéœ€č¦åˆ›å»ŗ \"launch.json\" ꖇ件 (äø”éœ€č¦č°ƒē”Ø provideDebugConfigurations ēš„ę‰€ęœ‰ę–¹ę³•) ę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.onDebugResolve": "åœØå°†č¦åÆåŠØå…·ęœ‰ē‰¹å®šē±»åž‹ēš„č°ƒčÆ•ä¼ščÆ (äø”éœ€č¦č°ƒē”Øē›øåŗ”ēš„ resolveDebugConfiguration 方法) ę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.workspaceContains": "åœØę‰“å¼€č‡³å°‘åŒ…å«äø€äøŖåŒ¹é…ęŒ‡å®š glob ęØ”å¼ēš„ę–‡ä»¶ēš„ę–‡ä»¶å¤¹ę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.onView": "åœØęŒ‡å®šč§†å›¾č¢«å±•å¼€ę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.star": "在 VS Code åÆåŠØę—¶å‘å‡ŗēš„ęæ€ę“»äŗ‹ä»¶ć€‚äøŗē”®äæč‰Æå„½ēš„ęœ€ē»ˆē”Øęˆ·ä½“éŖŒļ¼ŒčÆ·ä»…åœØå…¶ä»–ęæ€ę“»äŗ‹ä»¶ē»„åˆäøé€‚ē”ØäŗŽä½ ēš„ęƒ…å†µę—¶ļ¼Œę‰åœØę‰©å±•äø­ä½æē”Øę­¤äŗ‹ä»¶ć€‚", + "vscode.extension.badges": "ę˜¾ē¤ŗåœØå•†åŗ—ę‰©å±•é”µé¢ä¾§č¾¹ę ēš„å¾½ē« ēš„ę•°ē»„", + "vscode.extension.badges.url": "å¾½ē« å›¾åƒ URL怂", + "vscode.extension.badges.href": "å¾½ē« é“¾ęŽ„ć€‚", + "vscode.extension.badges.description": "å¾½ē« čÆ“ę˜Žć€‚", + "vscode.extension.extensionDependencies": "å…¶ä»–ę‰©å±•ēš„ä¾čµ–å…³ē³»ć€‚ę‰©å±•ēš„ę ‡čÆ†ē¬¦å§‹ē»ˆę˜Æ ${publisher}.${name}。例如: vscode.csharp怂", + "vscode.extension.scripts.prepublish": "åŒ…ä½œäøŗ VS Code ę‰©å±•å‘åøƒå‰ę‰§č”Œēš„č„šęœ¬ć€‚", + "vscode.extension.scripts.uninstall": "VS Code ę‰©å±•ēš„åøč½½é’©å­ć€‚åœØę‰©å±•ä»Ž VS Code åøč½½äø” VS Code é‡åÆ (å…³é—­åŽå¼€åÆ) åŽę‰§č”Œēš„č„šęœ¬ć€‚ä»…ę”ÆęŒ Node č„šęœ¬ć€‚", + "vscode.extension.icon": "128 x 128 åƒē“ å›¾ę ‡ēš„č·Æå¾„ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 81f5e1cfda..035fddc28c 100644 --- a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "ę‰©å±•ęœŖåœØ 10 ē§’å†…åÆåŠØļ¼ŒåÆčƒ½åœØē¬¬äø€č”Œå·²åœę­¢ļ¼Œéœ€č¦č°ƒčÆ•å™Øę‰čƒ½ē»§ē»­ć€‚", "extensionHostProcess.startupFail": "ę‰©å±•äø»ęœŗęœŖåœØ 10 ē§’å†…åÆåŠØļ¼ŒåÆčƒ½å‘ē”Ÿäŗ†äø€äøŖé—®é¢˜ć€‚", + "reloadWindow": "é‡ę–°åŠ č½½ēŖ—å£", "extensionHostProcess.error": "ę‰©å±•äø»ęœŗäø­ēš„é”™čÆÆ: {0}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 4ec2622892..94805aff76 100644 --- a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) ę­£åœØåˆ†ęžę‰©å±•äø»ęœŗ..." } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index eb7858e1e0..0158c105b0 100644 --- a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "ęœŖčƒ½åˆ†ęž {0}: {1}怂", "fileReadFail": "ę— ę³•čÆ»å–ę–‡ä»¶ {0}: {1}怂", - "jsonsParseFail": "ęœŖčƒ½åˆ†ęž {0} ꈖ {1}: {2}怂", + "jsonsParseReportErrors": "ęœŖčƒ½åˆ†ęž {0}: {1}怂", "missingNLSKey": "ę— ę³•ę‰¾åˆ°é”® {0} ēš„ę¶ˆęÆć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 09cdc54ab6..e7b36262a5 100644 --- a/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "å¼€å‘äŗŗå‘˜å·„å…·", - "restart": "é‡åÆę‰©å±•å®æäø»", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "ę‰©å±•å®æäø»ę„å¤–ē»ˆę­¢ć€‚", "extensionHostProcess.unresponsiveCrash": "ę‰©å±•å®æäø»å› ę²”ęœ‰å“åŗ”č€Œč¢«ē»ˆę­¢ć€‚", + "devTools": "å¼€å‘äŗŗå‘˜å·„å…·", + "restart": "é‡åÆę‰©å±•å®æäø»", "overwritingExtension": "ä½æē”Øę‰©å±•ēØ‹åŗ {1} č¦†ē›–ę‰©å±•ēØ‹åŗ {0}怂", "extensionUnderDevelopment": "正在 {0} å¤„åŠ č½½å¼€å‘ę‰©å±•ēØ‹åŗ", - "extensionCache.invalid": "ę‰©å±•åœØē£ē›˜äøŠå·²č¢«äæ®ę”¹ć€‚čÆ·é‡ę–°åŠ č½½ēŖ—å£ć€‚" + "extensionCache.invalid": "ę‰©å±•åœØē£ē›˜äøŠå·²č¢«äæ®ę”¹ć€‚čÆ·é‡ę–°åŠ č½½ēŖ—å£ć€‚", + "reloadWindow": "é‡ę–°åŠ č½½ēŖ—å£" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/chs/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..526b922613 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "ęœŖčƒ½åˆ†ęž {0}: {1}怂", + "fileReadFail": "ę— ę³•čÆ»å–ę–‡ä»¶ {0}: {1}怂", + "jsonsParseReportErrors": "ęœŖčƒ½åˆ†ęž {0}: {1}怂", + "missingNLSKey": "ę— ę³•ę‰¾åˆ°é”® {0} ēš„ę¶ˆęÆć€‚", + "notSemver": "ę‰©å±•ē‰ˆęœ¬äøŽ semver äøå…¼å®¹ć€‚", + "extensionDescription.empty": "å·²čŽ·å¾—ē©ŗę‰©å±•čÆ“ę˜Ž", + "extensionDescription.publisher": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "extensionDescription.name": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "extensionDescription.version": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "extensionDescription.engines": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"object\"", + "extensionDescription.engines.vscode": "å±žę€§ā€œ{0}ā€ę˜Æåæ…č¦å±žę€§ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "extensionDescription.extensionDependencies": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string[]\"", + "extensionDescription.activationEvents1": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string[]\"", + "extensionDescription.activationEvents2": "åæ…é”»åŒę—¶ęŒ‡å®šęˆ–åŒę—¶ēœē•„å±žę€§ā€{0}ā€œå’Œā€{1}ā€œ", + "extensionDescription.main1": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œå¦åˆ™å…¶ē±»åž‹åæ…é”»ę˜Æ \"string\"", + "extensionDescription.main2": "åŗ”åœØę‰©å±•ę–‡ä»¶å¤¹({1})äø­åŒ…å« \"main\" ({0})ć€‚čæ™åÆčƒ½ä¼šä½æę‰©å±•äøåÆē§»ę¤ć€‚", + "extensionDescription.main3": "åæ…é”»åŒę—¶ęŒ‡å®šęˆ–åŒę—¶ēœē•„å±žę€§ā€{0}ā€œå’Œā€{1}ā€œ" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/chs/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 77d567c35a..836c755707 100644 --- a/i18n/chs/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "éœ€č¦ Microsoft .NET Framework 4.5ć€‚čÆ·č®æé—®é“¾ęŽ„å®‰č£…å®ƒć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": "äø‹č½½ .NET Framework 4.5", "neverShowAgain": "äøå†ę˜¾ē¤ŗ", - "trashFailed": "ęœŖčƒ½å°†ā€œ{0}ā€ē§»åŠØåˆ°åžƒåœ¾ę”¶" + "netVersionError": "éœ€č¦ Microsoft .NET Framework 4.5ć€‚čÆ·č®æé—®é“¾ęŽ„å®‰č£…å®ƒć€‚", + "learnMore": "čÆ“ę˜Ž", + "enospcError": "{0} ēš„ę–‡ä»¶å„ęŸ„å·²ē”Øå®Œć€‚ čÆ·ęŒ‰ē…§čÆ“ę˜Žč§£å†³ę­¤é—®é¢˜ć€‚", + "binFailed": "ęœŖčƒ½å°†ā€œ{0}ā€ē§»åŠØåˆ°å›žę”¶ē«™", + "trashFailed": "ęœŖčƒ½å°†ā€œ{0}ā€ē§»åŠØåˆ°åŗŸēŗøēÆ“" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/chs/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 80b697be3d..e7c2080932 100644 --- a/i18n/chs/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "ę–‡ä»¶ę˜Æē›®å½•", + "fileNotModifiedError": "č‡Ŗä»„äø‹ę—¶é—“ęœŖäæ®ę”¹ēš„ę–‡ä»¶:", "fileBinaryError": "ę–‡ä»¶ä¼¼ä¹Žę˜ÆäŗŒčæ›åˆ¶ę–‡ä»¶ļ¼Œę— ę³•ä½œäøŗę–‡ę”£ę‰“å¼€" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/chs/src/vs/workbench/services/files/node/fileService.i18n.json index b385a7a0f1..bb1af9584c 100644 --- a/i18n/chs/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "ę— ę•ˆēš„ę–‡ä»¶čµ„ęŗ({0})", "fileIsDirectoryError": "ę–‡ä»¶ę˜Æē›®å½•", "fileNotModifiedError": "č‡Ŗä»„äø‹ę—¶é—“ęœŖäæ®ę”¹ēš„ę–‡ä»¶:", + "fileTooLargeForHeapError": "ę–‡ä»¶å¤§å°č¶…čæ‡ēŖ—å£å†…å­˜é™åˆ¶ļ¼ŒčÆ·å°čÆ•čæč”Œ code --max-memory=[ę–°ēš„å¤§å°]", "fileTooLargeError": "ę–‡ä»¶å¤Ŗå¤§ļ¼Œę— ę³•ę‰“å¼€", "fileNotFoundError": "ę‰¾äøåˆ°ę–‡ä»¶({0})", "fileBinaryError": "ę–‡ä»¶ä¼¼ä¹Žę˜ÆäŗŒčæ›åˆ¶ę–‡ä»¶ļ¼Œę— ę³•ä½œäøŗę–‡ę”£ę‰“å¼€", + "filePermission": "å†™å…„ę–‡ä»¶ę—¶ęƒé™č¢«ę‹’ē» ({0})", "fileExists": "å·²å­˜åœØč¦åˆ›å»ŗēš„ę–‡ä»¶ ({0})", "fileMoveConflict": "ę— ę³•ē§»åŠØ/å¤åˆ¶ć€‚ę–‡ä»¶å·²å­˜åœØäŗŽē›®ę ‡ä½ē½®ć€‚", "unableToMoveCopyError": "ę— ę³•ē§»åŠØ/å¤åˆ¶ć€‚ę–‡ä»¶å°†ę›æę¢å…¶ę‰€åœØēš„ę–‡ä»¶å¤¹ć€‚", diff --git a/i18n/chs/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..49f9fc6c73 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "ē”ØäŗŽ json ęž¶ęž„é…ē½®ć€‚", + "contributes.jsonValidation.fileMatch": "č¦åŒ¹é…ēš„ę–‡ä»¶ęØ”å¼ļ¼Œä¾‹å¦‚ \"package.json\" ꈖ \"*.launch\"怂", + "contributes.jsonValidation.url": "åˆ°ę‰©å±•ę–‡ä»¶å¤¹('./')ēš„ęž¶ęž„ URL (\"http:\"态\"https:\")ęˆ–ē›øåÆ¹č·Æå¾„ć€‚", + "invalid.jsonValidation": "configuration.jsonValidation åæ…é”»ę˜Æę•°ē»„", + "invalid.fileMatch": "åæ…é”»å®šä¹‰ \"configuration.jsonValidation.fileMatch\" ", + "invalid.url": "configuration.jsonValidation.url åæ…é”»ę˜Æ URL ęˆ–ē›øåÆ¹č·Æå¾„", + "invalid.url.fileschema": "configuration.jsonValidation.url ę˜Æę— ę•ˆēš„ē›øåÆ¹ URL: {0}", + "invalid.url.schema": "configuration.jsonValidation.url 必锻仄 \"http:\"态\"https:\" ꈖ \"./\" å¼€å¤“ä»„å¼•ē”Øä½äŗŽę‰©å±•äø­ēš„ęž¶ęž„ć€‚" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/chs/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index 099040bb38..187c385989 100644 --- a/i18n/chs/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/chs/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "ę— ę³•å†™å…„ļ¼Œå› äøŗę–‡ä»¶å·²ę›“ę–°ć€‚čÆ·äæå­˜**é”®ē»‘å®š**ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", - "parseErrors": "ę— ę³•å†™å…„é”®ē»‘å®šć€‚čÆ·ę‰“å¼€*é”®ē»‘å®šę–‡ä»¶***ä»„ę›“ę­£ę–‡ä»¶äø­ēš„é”™čÆÆ/č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", - "errorInvalidConfiguration": "ę— ę³•å†™å…„é”®ē»‘å®šć€‚**é”®ē»‘å®šę–‡ä»¶**å…·ęœ‰äøę˜Æę•°ē»„ē±»åž‹ēš„åÆ¹č±”ć€‚čÆ·ę‰“å¼€ę–‡ä»¶čæ›č”Œęø…ē†ļ¼Œē„¶åŽé‡čÆ•ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "é”®ē»‘å®šé…ē½®ę–‡ä»¶å·²å˜ę›“ļ¼Œę— ę³•å†™å…„ć€‚čÆ·å…ˆäæå­˜ę­¤ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", + "parseErrors": "ę— ę³•å†™å…„é”®ē»‘å®šé…ē½®ę–‡ä»¶ć€‚čÆ·ę‰“å¼€ę–‡ä»¶å¹¶ę›“ę­£é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", + "errorInvalidConfiguration": "ę— ę³•å†™å…„é”®ē»‘å®šé…ē½®ę–‡ä»¶ć€‚ę–‡ä»¶å†…å«ęœ‰äøę˜Æę•°ē»„ē±»åž‹ēš„åÆ¹č±”ć€‚čÆ·ę‰“å¼€ę–‡ä»¶čæ›č”Œęø…ē†ļ¼Œē„¶åŽé‡čÆ•ć€‚", "emptyKeybindingsHeader": "å°†é”®ē»‘å®šę”¾å…„ę­¤ę–‡ä»¶äø­ä»„č¦†ē›–é»˜č®¤å€¼" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/chs/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index af87ffb367..cd941f1db0 100644 --- a/i18n/chs/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "åŗ”äøŗéžē©ŗå€¼ć€‚", "requirestring": "å±žę€§ā€œ{0}ā€ę˜Æåæ…éœ€ēš„ļ¼Œå…¶ē±»åž‹åæ…é”»ę˜Æā€œå­—ē¬¦äø²ā€", "optstring": "å±žę€§ā€œ{0}ā€åÆä»„ēœē•„ļ¼Œęˆ–č€…å…¶ē±»åž‹åæ…é”»ę˜Æā€œå­—ē¬¦äø²ā€", @@ -22,5 +24,6 @@ "keybindings.json.when": "é”®å¤„äŗŽę“»åŠØēŠ¶ę€ę—¶ēš„ę”ä»¶ć€‚", "keybindings.json.args": "č¦ä¼ é€’ē»™å‘½ä»¤ä»„ę‰§č”Œēš„å‚ę•°ć€‚", "keyboardConfigurationTitle": "é”®ē›˜", - "dispatch": "ęŽ§åˆ¶ęŒ‰é”®ēš„åˆ†ę“¾é€»č¾‘ä»„ä½æē”Ø \"code\" (ęŽØč) ꈖ \"keyCode\"怂" + "dispatch": "ęŽ§åˆ¶ęŒ‰é”®ēš„åˆ†ę“¾é€»č¾‘ä»„ä½æē”Ø \"code\" (ęŽØč) ꈖ \"keyCode\"怂", + "touchbar.enabled": "åÆē”Øé”®ē›˜äøŠēš„ macOS č§¦ęŽ§ę ęŒ‰é’® (č‹„åÆē”Ø)怂" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/chs/src/vs/workbench/services/message/browser/messageList.i18n.json index 32210fc066..e993e10a37 100644 --- a/i18n/chs/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/chs/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "错误: {0}", "alertWarningMessage": "č­¦å‘Š: {0}", "alertInfoMessage": "俔息: {0}", diff --git a/i18n/chs/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/chs/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index 1e7314864a..5c511410dc 100644 --- a/i18n/chs/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "是(&&Y)", "cancelButton": "å–ę¶ˆ" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/chs/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 427956885a..705b419bfb 100644 --- a/i18n/chs/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "ęœ‰åŠ©äŗŽčÆ­čØ€å£°ę˜Žć€‚", "vscode.extension.contributes.languages.id": "语言 ID怂", "vscode.extension.contributes.languages.aliases": "čÆ­čØ€ēš„åˆ«åć€‚", diff --git a/i18n/chs/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/chs/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/chs/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/chs/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index dfbe43b5ad..6421653745 100644 --- a/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "蓔献 textmate tokenizer怂", "vscode.extension.contributes.grammars.language": "ę­¤čÆ­ę³•äøŗå…¶č“”ēŒ®äŗ†å†…å®¹ēš„čÆ­čØ€ę ‡čÆ†ē¬¦ć€‚", "vscode.extension.contributes.grammars.scopeName": "tmLanguage ę–‡ä»¶ę‰€ē”Øēš„ textmate čŒƒå›“åē§°ć€‚", diff --git a/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index bfa6530c7f..5e0f845630 100644 --- a/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/chs/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "ā€œcontributes.{0}.languageā€äø­å­˜åœØęœŖēŸ„ēš„čÆ­čØ€ć€‚ęä¾›ēš„å€¼: {1}", "invalid.scopeName": "ā€œcontributes.{0}.scopeNameā€äø­åŗ”äøŗå­—ē¬¦äø²ć€‚ęä¾›ēš„å€¼: {1}", "invalid.path.0": "ā€œcontributes.{0}.pathā€äø­åŗ”äøŗå­—ē¬¦äø²ć€‚ęä¾›ēš„å€¼: {1}", diff --git a/i18n/chs/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/chs/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 77ca3e9351..095e6237a3 100644 --- a/i18n/chs/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/chs/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "ę–‡ä»¶å·²ę›“ę–°ć€‚čÆ·é¦–å…ˆäæå­˜å®ƒļ¼Œē„¶åŽå†é€ščæ‡å¦äø€äøŖē¼–ē é‡ę–°ę‰“å¼€å®ƒć€‚", "genericSaveError": "ęœŖčƒ½äæå­˜ā€œ{0}ā€: {1}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/chs/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 804c0e84c9..7800ea8321 100644 --- a/i18n/chs/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "ę— ę³•å°†ę›“ę”¹ēš„ę–‡ä»¶å†™å…„å¤‡ä»½ä½ē½® (错误: {0})ć€‚čÆ·å…ˆäæå­˜ä½ ēš„ę–‡ä»¶ļ¼Œē„¶åŽé€€å‡ŗć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/chs/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index 6bee431839..2acaf153b3 100644 --- a/i18n/chs/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "ę˜Æå¦č¦äæå­˜åÆ¹ {0} ēš„ę›“ę”¹?", "saveChangesMessages": "ę˜Æå¦č¦äæå­˜åÆ¹äø‹åˆ— {0} äøŖę–‡ä»¶ēš„ę›“ę”¹?", - "moreFile": "...1 äøŖå…¶ä»–ę–‡ä»¶ęœŖę˜¾ē¤ŗ", - "moreFiles": "...{0} äøŖå…¶ä»–ę–‡ä»¶ęœŖę˜¾ē¤ŗ", "saveAll": "å…ØéƒØäæå­˜(&&S)", "save": "äæå­˜(&&S)", "dontSave": "äøäæå­˜(&&N)", diff --git a/i18n/chs/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/chs/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..2160e7b771 --- /dev/null +++ b/i18n/chs/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "ęä¾›ē”±ę‰©å±•å®šä¹‰ēš„äø»é¢˜é¢œč‰²", + "contributes.color.id": "äø»é¢˜é¢œč‰²ę ‡čÆ†ē¬¦", + "contributes.color.id.format": "标识符应滔足 aa[.bb]*", + "contributes.color.description": "äø»é¢˜é¢œč‰²ęčæ°", + "contributes.defaults.light": "ęµ…č‰²äø»é¢˜ēš„é»˜č®¤é¢œč‰²ć€‚åŗ”äøŗåå…­čæ›åˆ¶é¢œč‰²å€¼ (#RRGGBB[AA]) ęˆ–ę˜Æäø»é¢˜é¢œč‰²ę ‡čÆ†ē¬¦ļ¼Œå…¶ęä¾›é»˜č®¤å€¼ć€‚", + "contributes.defaults.dark": "ę·±č‰²äø»é¢˜ēš„é»˜č®¤é¢œč‰²ć€‚åŗ”äøŗåå…­čæ›åˆ¶é¢œč‰²å€¼ (#RRGGBB[AA]) ęˆ–ę˜Æäø»é¢˜é¢œč‰²ę ‡čÆ†ē¬¦ļ¼Œå…¶ęä¾›é»˜č®¤å€¼ć€‚", + "contributes.defaults.highContrast": "é«˜åÆ¹ęÆ”åŗ¦äø»é¢˜ēš„é»˜č®¤é¢œč‰²ć€‚åŗ”äøŗåå…­čæ›åˆ¶é¢œč‰²å€¼ (#RRGGBB[AA]) ęˆ–ę˜Æäø»é¢˜é¢œč‰²ę ‡čÆ†ē¬¦ļ¼Œå…¶ęä¾›é»˜č®¤å€¼ć€‚", + "invalid.colorConfiguration": "\"configuration.colors\" åæ…é”»ę˜Æę•°ē»„", + "invalid.default.colorType": "{0} åæ…é”»äøŗåå…­čæ›åˆ¶é¢œč‰²å€¼ (#RRGGBB[AA] ꈖ #RGB[A]) ęˆ–ę˜Æäø»é¢˜é¢œč‰²ę ‡čÆ†ē¬¦ļ¼Œå…¶ęä¾›é»˜č®¤å€¼ć€‚", + "invalid.id": "åæ…é”»å®šä¹‰ \"configuration.colors.id\"ļ¼Œäø”äøčƒ½äøŗē©ŗ", + "invalid.id.format": "\"configuration.colors.id\" 必锻滔足 word[.word]*", + "invalid.description": "åæ…é”»å®šä¹‰ \"configuration.colors.description\"ļ¼Œäø”äøčƒ½äøŗē©ŗ", + "invalid.defaults": "åæ…é”»å®šä¹‰ ā€œconfiguration.colors.defaultsā€ļ¼Œäø”é”»åŒ…å« \"light\"(浅色)态\"dark\"(深色) 和 \"highContrast\"(é«˜åÆ¹ęÆ”åŗ¦)" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/chs/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index 1c27ab2249..0d4cab9c9c 100644 --- a/i18n/chs/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/chs/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "ę ‡č®°ēš„é¢œč‰²å’Œę ·å¼ć€‚", "schema.token.foreground": "ę ‡č®°ēš„å‰ę™Æč‰²ć€‚", "schema.token.background.warning": "ęš‚äøę”ÆęŒę ‡č®°čƒŒę™Æč‰²ć€‚", - "schema.token.fontStyle": "č§„åˆ™å­—ä½“ę ·å¼:ā€œę–œä½“ā€ć€ā€œē²—ä½“ā€å’Œā€œäø‹åˆ’ēŗæā€äø­ēš„äø€ē§ęˆ–č€…ē»„åˆ", - "schema.fontStyle.error": "å­—ä½“ę ·å¼åæ…é”»äøŗ \"italic\"(ę–œä½“)态 \"bold\"(粗体)和 \"underline\"(äø‹åˆ’ēŗæ)ēš„ē»„åˆć€‚", + "schema.token.fontStyle": "čæ™ę”č§„åˆ™ēš„å­—ä½“ę ·å¼: \"italic\" (ę–œä½“)态\"bold\" (粗体)态\"underline\" (äø‹åˆ’ēŗæ) ęˆ–ę˜ÆäøŠčæ°ēš„ē»„åˆć€‚ē©ŗå­—ē¬¦äø²å°†ęø…é™¤ē»§ę‰æēš„č®¾ē½®ć€‚", + "schema.fontStyle.error": "å­—ä½“ę ·å¼åæ…é”»äøŗ \"italic\" (ę–œä½“)态\"bold\" (粗体)态\"underline\" (äø‹åˆ’ēŗæ) ć€äøŠčæ°ēš„ē»„åˆęˆ–ę˜Æäøŗē©ŗå­—ē¬¦äø²ć€‚", + "schema.token.fontStyle.none": "ꗠ (ęø…é™¤ē»§ę‰æēš„č®¾ē½®)", "schema.properties.name": "č§„åˆ™ēš„ęčæ°ć€‚", "schema.properties.scope": "ę­¤č§„åˆ™é€‚ē”Øēš„čŒƒå›“é€‰ę‹©å™Øć€‚", "schema.tokenColors.path": "tmTheme 文件路径(ē›øåÆ¹äŗŽå½“å‰ę–‡ä»¶)怂", diff --git a/i18n/chs/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/chs/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index 47cfacc045..ab70164bd6 100644 --- a/i18n/chs/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/chs/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "å±•å¼€ę–‡ä»¶å¤¹ēš„ę–‡ä»¶å¤¹å›¾ę ‡ć€‚å±•å¼€ę–‡ä»¶å¤¹å›¾ę ‡ę˜ÆåÆé€‰ēš„ć€‚å¦‚ęžœęœŖč®¾ē½®ļ¼Œå°†ę˜¾ē¤ŗäøŗę–‡ä»¶å¤¹å®šä¹‰ēš„å›¾ę ‡ć€‚", "schema.folder": "ęŠ˜å ę–‡ä»¶å¤¹ēš„ę–‡ä»¶å¤¹å›¾ę ‡ļ¼Œå¦‚ęžœęœŖč®¾ē½® folderExpandedļ¼Œä¹ŸęŒ‡å±•å¼€ę–‡ä»¶å¤¹ēš„ę–‡ä»¶å¤¹å›¾ę ‡ć€‚", "schema.file": "é»˜č®¤ę–‡ä»¶å›¾ę ‡ļ¼Œé’ˆåÆ¹äøäøŽä»»ä½•ę‰©å±•åć€ę–‡ä»¶åęˆ–čÆ­čØ€ ID åŒ¹é…ēš„ę‰€ęœ‰ę–‡ä»¶ę˜¾ē¤ŗć€‚", diff --git a/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index 224f57f3f6..cdb041b1a1 100644 --- a/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "åˆ†ęž JSON äø»é¢˜ę–‡ä»¶ {0} ę—¶å‡ŗēŽ°é—®é¢˜", "error.invalidformat.colors": "åˆ†ęžé¢œč‰²äø»é¢˜ę–‡ä»¶ę—¶å‡ŗēŽ°é—®é¢˜ļ¼š{0}ć€‚å±žę€§ā€œcolorsā€äøę˜Æā€œobjectā€ē±»åž‹ć€‚", "error.invalidformat.tokenColors": "åˆ†ęžé¢œč‰²äø»é¢˜ę–‡ä»¶ę—¶å‡ŗēŽ°é—®é¢˜ļ¼š{0}ć€‚å±žę€§ \"tokenColors\" åŗ”äøŗęŒ‡å®šé¢œč‰²ēš„ę•°ē»„ęˆ–ę˜ÆęŒ‡å‘ TextMate äø»é¢˜ę–‡ä»¶ēš„č·Æå¾„", diff --git a/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 61d59fe560..dcded00f11 100644 --- a/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/chs/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "čÆ·ęä¾› TextMate é¢œč‰²äø»é¢˜ć€‚", "vscode.extension.contributes.themes.id": "ē”Øęˆ·č®¾ē½®äø­ä½æē”Øēš„å›¾ę ‡äø»é¢˜ēš„ ID怂", "vscode.extension.contributes.themes.label": "显示在 UI äø­ēš„é¢œč‰²äø»é¢˜ę ‡ē­¾ć€‚", diff --git a/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index 0ccb5d7ff4..0544c78afc 100644 --- a/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "åˆ†ęžę–‡ä»¶å›¾ę ‡ę–‡ä»¶ę—¶å‡ŗēŽ°é—®é¢˜: {0}" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 239f4582a9..964d661413 100644 --- a/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/chs/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "ęä¾›ę–‡ä»¶å›¾ę ‡äø»é¢˜ć€‚", "vscode.extension.contributes.iconThemes.id": "ē”Øęˆ·č®¾ē½®äø­ä½æē”Øēš„å›¾ę ‡äø»é¢˜ēš„ ID怂", "vscode.extension.contributes.iconThemes.label": "UI äø­ę˜¾ē¤ŗēš„å›¾ę ‡äø»é¢˜ēš„ę ‡ē­¾ć€‚", diff --git a/i18n/chs/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/chs/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index af35cdf722..5fbb7ea4f0 100644 --- a/i18n/chs/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "ę— ę³•åŠ č½½ {0}: {1}", "colorTheme": "ęŒ‡å®šå·„ä½œå°äø­ä½æē”Øēš„é¢œč‰²äø»é¢˜ć€‚", "colorThemeError": "äø»é¢˜ęœŖēŸ„ęˆ–ęœŖå®‰č£…ć€‚", @@ -11,7 +13,6 @@ "noIconThemeDesc": "无文件图标", "iconThemeError": "ę–‡ä»¶å›¾ę ‡äø»é¢˜ęœŖēŸ„ęˆ–ęœŖå®‰č£…ć€‚", "workbenchColors": "č¦†ē›–å½“å‰ę‰€é€‰é¢œč‰²äø»é¢˜ēš„é¢œč‰²ć€‚", - "editorColors": "č¦†ē›–å½“å‰ę‰€é€‰é¢œč‰²äø»é¢˜äø­ēš„ē¼–č¾‘å™Øé¢œč‰²å’Œå­—ä½“ę ·å¼ć€‚", "editorColors.comments": "č®¾ē½®ę³Øé‡Šēš„é¢œč‰²å’Œę ·å¼", "editorColors.strings": "č®¾ē½®å­—ē¬¦äø²ę–‡ęœ¬ēš„é¢œč‰²å’Œę ·å¼", "editorColors.keywords": "č®¾ē½®å…³é”®å­—ēš„é¢œč‰²å’Œę ·å¼ć€‚", @@ -19,5 +20,6 @@ "editorColors.types": "č®¾ē½®ē±»åž‹å®šä¹‰äøŽå¼•ē”Øēš„é¢œč‰²å’Œę ·å¼ć€‚", "editorColors.functions": "č®¾ē½®å‡½ę•°å®šä¹‰äøŽå¼•ē”Øēš„é¢œč‰²å’Œę ·å¼ć€‚", "editorColors.variables": "č®¾ē½®å˜é‡å®šä¹‰å’Œå¼•ē”Øēš„é¢œč‰²å’Œę ·å¼ć€‚", - "editorColors.textMateRules": "使用 TextMate äø»é¢˜č§„åˆ™č®¾ē½®é¢œč‰²å’Œę ·å¼(高级)怂" + "editorColors.textMateRules": "使用 TextMate äø»é¢˜č§„åˆ™č®¾ē½®é¢œč‰²å’Œę ·å¼(高级)怂", + "editorColors": "č¦†ē›–å½“å‰ę‰€é€‰é¢œč‰²äø»é¢˜äø­ēš„ē¼–č¾‘å™Øé¢œč‰²å’Œå­—ä½“ę ·å¼ć€‚" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/chs/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 11ecec6e1a..136cd988d6 100644 --- a/i18n/chs/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/chs/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "ę— ę³•å†™å…„å·„ä½œåŒŗé…ē½®ę–‡ä»¶ć€‚čÆ·ę‰“å¼€ę–‡ä»¶ä»„ę›“ę­£é”™čÆÆęˆ–č­¦å‘Šļ¼Œē„¶åŽé‡čÆ•ć€‚", "errorWorkspaceConfigurationFileDirty": "ę–‡ä»¶å·²å˜ę›“ļ¼Œå› ę­¤ę— ę³•å†™å…„å·„ä½œåŒŗé…ē½®ę–‡ä»¶ć€‚čÆ·å…ˆäæå­˜ę­¤ę–‡ä»¶ļ¼Œē„¶åŽé‡čÆ•ć€‚", - "openWorkspaceConfigurationFile": "ę‰“å¼€å·„ä½œåŒŗé…ē½®ę–‡ä»¶", - "close": "关闭", - "enterWorkspace.close": "关闭", - "enterWorkspace.dontShowAgain": "äøå†ę˜¾ē¤ŗ", - "enterWorkspace.moreInfo": "详细俔息", - "enterWorkspace.prompt": "äŗ†č§£ęœ‰å…³åœØ VS Code äø­ä½æē”Øå¤šäøŖę–‡ä»¶å¤¹ēš„čÆ¦ē»†äæ”ęÆć€‚" + "openWorkspaceConfigurationFile": "ę‰“å¼€å·„ä½œåŒŗé…ē½®" } \ No newline at end of file diff --git a/i18n/cht/extensions/azure-account/out/azure-account.i18n.json b/i18n/cht/extensions/azure-account/out/azure-account.i18n.json index fbb65831a1..c37c3dafa7 100644 --- a/i18n/cht/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/cht/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/extensions/azure-account/out/extension.i18n.json b/i18n/cht/extensions/azure-account/out/extension.i18n.json index 55e65eed60..8192bbf010 100644 --- a/i18n/cht/extensions/azure-account/out/extension.i18n.json +++ b/i18n/cht/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/extensions/bat/package.i18n.json b/i18n/cht/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..881b2fcdc2 --- /dev/null +++ b/i18n/cht/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Windows Bat čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Windows ę‰¹ę¬”ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/clojure/package.i18n.json b/i18n/cht/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..bf19418f10 --- /dev/null +++ b/i18n/cht/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Clojure čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "Clojure ęŖ”ę”ˆäø­ęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬č™Ÿå°ēØ±åŠŸčƒ½" +} \ No newline at end of file diff --git a/i18n/cht/extensions/coffeescript/package.i18n.json b/i18n/cht/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..57d27fddf7 --- /dev/null +++ b/i18n/cht/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CoffeeScript čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "CoffeeScript ęŖ”ę”ˆäø­ęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µ, čŖžę³•é†’ē›®ęē¤ŗ, ę‹¬č™Ÿå°ēØ±čˆ‡åÆęŠ˜ē–Šå€åŸŸåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/configuration-editing/out/extension.i18n.json b/i18n/cht/extensions/configuration-editing/out/extension.i18n.json index 23698ee4d0..62c981f56d 100644 --- a/i18n/cht/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/cht/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "範例" } \ No newline at end of file diff --git a/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index e86dc2dd29..e8df9e4560 100644 --- a/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/cht/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "ęŖ”ę”ˆåēØ±(ä¾‹å¦‚ļ¼šmyFile.txt)", "activeEditorMedium": "ęŖ”ę”ˆē›øå°ę–¼å·„ä½œå€č³‡ę–™å¤¾ēš„ē›øå°č·Æå¾‘(ä¾‹å¦‚ļ¼šmyFolder/myFile.txt)", "activeEditorLong": "ęŖ”ę”ˆå®Œę•“č·Æå¾‘ (例如 /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/cht/extensions/configuration-editing/package.i18n.json b/i18n/cht/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..f6e69da45a --- /dev/null +++ b/i18n/cht/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ē·Øč¼ÆčØ­å®šå€¼", + "description": "åœØčØ­å®šć€å•Ÿå‹•åŠå»¶ä¼øęØ”ēµ„å»ŗč­°ęŖ”ę”ˆē­‰ēµ„ę…‹ęŖ”äø­ļ¼Œęä¾›é€²éšŽ IntelliSense åŠč‡Ŗå‹•äæ®ę­£ē­‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/cpp/package.i18n.json b/i18n/cht/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..585d5865ea --- /dev/null +++ b/i18n/cht/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C/C++ čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 C/C++ ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/csharp/package.i18n.json b/i18n/cht/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..099acc7242 --- /dev/null +++ b/i18n/cht/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C# čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 C# ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/css/client/out/cssMain.i18n.json b/i18n/cht/extensions/css/client/out/cssMain.i18n.json index a7dadfd1a6..801abf46ae 100644 --- a/i18n/cht/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/cht/extensions/css/client/out/cssMain.i18n.json @@ -1,10 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "CSS čŖžčØ€ä¼ŗęœå™Ø", "folding.start": "ę‘ŗē–Šå€åŸŸé–‹å§‹", - "folding.end": "ę‘ŗē–Šå€åŸŸēµå°¾" + "folding.end": "ę‘ŗē–Šå€åŸŸēµęŸ" } \ No newline at end of file diff --git a/i18n/cht/extensions/css/package.i18n.json b/i18n/cht/extensions/css/package.i18n.json index b346ac6c6b..3839e21895 100644 --- a/i18n/cht/extensions/css/package.i18n.json +++ b/i18n/cht/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CSS čŖžčØ€åŠŸčƒ½", + "description": "為 CSS, LESS 和 SCSS ęŖ”ę”ˆęä¾›č±åÆŒēš„čŖžčØ€ę”Æę“ ", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "åƒę•øę•øē›®ē„”ę•ˆ", "css.lint.boxModel.desc": "ä½æē”Øå”«č£œęˆ–ę”†ē·šę™‚äøč¦ä½æē”ØåÆ¬åŗ¦ęˆ–é«˜åŗ¦ć€‚", diff --git a/i18n/cht/extensions/diff/package.i18n.json b/i18n/cht/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..950719a241 --- /dev/null +++ b/i18n/cht/extensions/diff/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Diff File čŖžčØ€åŠŸčƒ½", + "description": "Diff File ęŖ”ę”ˆäø­ęä¾›čŖžę³•é†’ē›®ęē¤ŗ, ę‹¬č™Ÿå°ēØ±čˆ‡å…¶ä»–čŖžčØ€åŠŸčƒ½" +} \ No newline at end of file diff --git a/i18n/cht/extensions/docker/package.i18n.json b/i18n/cht/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..9f4014c806 --- /dev/null +++ b/i18n/cht/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Docker čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Docker ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗåŠę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/emmet/package.i18n.json b/i18n/cht/extensions/emmet/package.i18n.json index efdcb2b419..84231277aa 100644 --- a/i18n/cht/extensions/emmet/package.i18n.json +++ b/i18n/cht/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VS Code ēš„ Emnet ę”Æę“", "command.wrapWithAbbreviation": "ä½æē”Øēø®åÆ«ę›č”Œ", "command.wrapIndividualLinesWithAbbreviation": "ä½æē”Øēø®åÆ«ę›ęÆäø€č”Œ", "command.removeTag": "移除標籤", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "åæ…é ˆęŽ”ē”Øēø®åÆ«ä»„å„—ē”ØčØ»č§£ēÆ©éøēš„å±¬ę€§åēØ±é€—é»žåˆ†éš”ęø…å–®", "emmetPreferencesFormatNoIndentTags": "é™£åˆ—ēš„ęØ™ē±¤åēØ±äøę‡‰å‘å…§ēø®ęŽ’", "emmetPreferencesFormatForceIndentTags": "é™£åˆ—ēš„ęØ™ē±¤åēØ±ę‡‰ēø½ę˜Æå‘å…§ēø®ęŽ’", - "emmetPreferencesAllowCompactBoolean": "苄為 trueļ¼Œå‰‡ē”Ÿęˆåøƒęž—å±¬ę€§ēš„åš“č¬¹č”Øē¤ŗę³•" + "emmetPreferencesAllowCompactBoolean": "苄為 trueļ¼Œå‰‡ē”Ÿęˆåøƒęž—å±¬ę€§ēš„åš“č¬¹č”Øē¤ŗę³•", + "emmetPreferencesCssWebkitProperties": "在仄 `-` é–‹é ­ēš„ Emmet ēø®åÆ«äø­ä½æē”Øę™‚ļ¼Œęœƒå–å¾— 'webkit' å» å•†å‰ē¶“ēš„é€—é»žåˆ†éš” CSS å±¬ę€§ć€‚čØ­å®šē‚ŗē©ŗē™½å­—äø²åÆéæå…ēø½ę˜Æå–å¾— 'webkit' å‰ē¶“ć€‚", + "emmetPreferencesCssMozProperties": "在仄 `-` é–‹é ­ēš„ Emmet ēø®åÆ«äø­ä½æē”Øę™‚ļ¼Œęœƒå–å¾— 'moz' å» å•†å‰ē¶“ēš„é€—é»žåˆ†éš” CSS å±¬ę€§ć€‚čØ­å®šē‚ŗē©ŗē™½å­—äø²åÆéæå…ēø½ę˜Æå–å¾— 'moz' å‰ē¶“ć€‚", + "emmetPreferencesCssOProperties": "在仄 `-` é–‹é ­ēš„ Emmet ēø®åÆ«äø­ä½æē”Øę™‚ļ¼Œęœƒå–å¾— 'o' å» å•†å‰ē¶“ēš„é€—é»žåˆ†éš” CSS å±¬ę€§ć€‚čØ­å®šē‚ŗē©ŗē™½å­—äø²åÆéæå…ēø½ę˜Æå–å¾— 'o' å‰ē¶“ć€‚", + "emmetPreferencesCssMsProperties": "在仄 `-` é–‹é ­ēš„ Emmet ēø®åÆ«äø­ä½æē”Øę™‚ļ¼Œęœƒå–å¾— 'ms' å» å•†å‰ē¶“ēš„é€—é»žåˆ†éš” CSS å±¬ę€§ć€‚čØ­å®šē‚ŗē©ŗē™½å­—äø²åÆéæå…ēø½ę˜Æå–å¾— 'ms' å‰ē¶“ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json index 7816e127fc..7e09018cdd 100644 --- a/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/cht/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "å½±åƒåæ…é ˆä½æē”Ø HTTPS é€ščØŠå”å®šć€‚", "svgsNotValid": "SVGs äøę˜Æęœ‰ę•ˆēš„å½±åƒä¾†ęŗć€‚", "embeddedSvgsNotValid": "內嵌 SVGs äøę˜Æęœ‰ę•ˆēš„å½±åƒä¾†ęŗć€‚", diff --git a/i18n/cht/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/cht/extensions/extension-editing/out/packageDocumentHelper.i18n.json index 05714d780a..1a2f490b31 100644 --- a/i18n/cht/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/cht/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "čŖžčØ€å°ˆē”Øē·Øč¼Æå™ØčØ­å®š", "languageSpecificEditorSettingsDescription": "é‡å°čŖžčØ€č¦†åÆ«ē·Øč¼Æå™ØčØ­å®š" } \ No newline at end of file diff --git a/i18n/cht/extensions/extension-editing/package.i18n.json b/i18n/cht/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..b5e548904c --- /dev/null +++ b/i18n/cht/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "å„—ä»¶ęŖ”ę”ˆē·Øč¼Æ", + "description": "為 package.json ęŖ”ę”ˆęä¾› VS Code ēš„ IntelliSense ę““å……é»žčˆ‡ lint åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/fsharp/package.i18n.json b/i18n/cht/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..f66514b196 --- /dev/null +++ b/i18n/cht/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "F# čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 F# ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/git/out/askpass-main.i18n.json b/i18n/cht/extensions/git/out/askpass-main.i18n.json index 779b8a5ed3..40b4919714 100644 --- a/i18n/cht/extensions/git/out/askpass-main.i18n.json +++ b/i18n/cht/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "ē¼ŗå°‘čŖč­‰ęˆ–å…¶ē„”ę•ˆć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/git/out/autofetch.i18n.json b/i18n/cht/extensions/git/out/autofetch.i18n.json index 78cd65caa1..642868d817 100644 --- a/i18n/cht/extensions/git/out/autofetch.i18n.json +++ b/i18n/cht/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "是", "no": "否", - "not now": "äøę˜Æē¾åœØ", - "suggest auto fetch": "ę˜Æå¦å•Ÿē”Ø Git å„²å­˜åŗ«ēš„č‡Ŗå‹•ę“·å–ļ¼Ÿ" + "not now": "ēØå¾Œč©¢å•ęˆ‘", + "suggest auto fetch": "ę‚ØåøŒęœ› Code [定期執蔌 'git fetch']({0}) 嗎?" } \ No newline at end of file diff --git a/i18n/cht/extensions/git/out/commands.i18n.json b/i18n/cht/extensions/git/out/commands.i18n.json index 1ace18f161..e5be201e39 100644 --- a/i18n/cht/extensions/git/out/commands.i18n.json +++ b/i18n/cht/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "ä½ę–¼ {0} ēš„ęØ™čØ˜", "remote branch at": "ä½ę–¼ {0} ēš„é ē«Æåˆ†ę”Æ", "create branch": "$(plus) å»ŗē«‹ę–°ēš„åˆ†ę”Æ", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\né€™é …å‹•ä½œē„”ę³•å¾©åŽŸļ¼Œę‚Øęœƒę°øä¹…å¤±åŽ»ē›®å‰ēš„å·„ä½œé›†ć€‚", "yes discard tracked": "ęØę£„ 1 å€‹čæ½č¹¤ēš„ęŖ”ę”ˆ", "yes discard tracked multiple": "ęØę£„ {0} å€‹čæ½č¹¤ēš„ęŖ”ę”ˆ", + "unsaved files single": "äø‹åˆ—ęŖ”ę”ˆå°šęœŖå„²å­˜ļ¼š {0}怂\n\nę‚Øč¦åœØčŖåÆä¹‹å‰é€²č”Œå„²å­˜å—Žļ¼Ÿ", + "unsaved files": "꜉ {0} å€‹ęœŖå„²å­˜ęŖ”ę”ˆć€‚\n\nę‚Øč¦åœØčŖåÆä¹‹å‰é€²č”Œå„²å­˜å—Žļ¼Ÿ", + "save and commit": "å„²å­˜å…ØéƒØäø”čŖåÆ", + "commit": "ē„”č«–å¦‚ä½•ä»čŖåÆ", "no staged changes": "ę²’ęœ‰ęš«å­˜č®Šę›“é€²č”Œęäŗ¤\n\nę‚ØåøŒęœ›č‡Ŗå‹•ęš«å­˜ę‚Øę‰€ęœ‰č®Šę›“äø¦ē›“ęŽ„ęäŗ¤?", "always": "永遠", "no changes": "ę²’ęœ‰ä»»ä½•č®Šę›“č¦čŖåÆć€‚", @@ -64,12 +70,13 @@ "no remotes to pull": "ę‚Øēš„å„²å­˜åŗ«ęœŖčØ­å®šč¦ęå–ēš„é ē«Æä¾†ęŗć€‚", "pick remote pull repo": "ęŒ‘éøč¦å°‡åˆ†ę”Æęå–å‡ŗēš„é ē«Æ", "no remotes to push": "ę‚Øēš„å„²å­˜åŗ«ęœŖčØ­å®šč¦ęŽØé€ēš„é ē«Æē›®ęØ™ć€‚", - "push with tags success": "å·²ęˆåŠŸä½æē”ØęØ™ē±¤ęŽØé€ć€‚", "nobranch": "č«‹ē°½å‡ŗåˆ†ę”Æä»„ęŽØé€åˆ°é ē«Æć€‚", + "confirm publish branch": "åˆ†ę”Æ '{0}' ę²’ęœ‰ä»»ä½•äøŠęøøåˆ†ę”Æć€‚ ę‚Øä»ęƒ³ē™¼åøƒé€™å€‹åˆ†ę”Æå—Žļ¼Ÿ", + "ok": "確定", + "push with tags success": "å·²ęˆåŠŸä½æē”ØęØ™ē±¤ęŽØé€ć€‚", "pick remote": "ęŒ‘éøč¦ē™¼č”Œåˆ†ę”Æ '{0}' ēš„ē›®ęØ™é ē«Æ:", "sync is unpredictable": "ę­¤å‹•ä½œęœƒå°‡čŖåÆē™¼é€č‡³ '{0}' åŠå¾žäø­ęå–čŖåÆć€‚", - "ok": "確定", - "never again": "ē¢ŗå®šäøč¦å†é”Æē¤ŗ", + "never again": "ē¢ŗå®šļ¼Œäøč¦å†é”Æē¤ŗ", "no remotes to publish": "ę‚Øēš„å„²å­˜åŗ«ęœŖčØ­å®šč¦ē™¼č”Œēš„é ē«Æē›®ęØ™ć€‚", "no changes stash": "ę²’ęœ‰č®Šę›“åÆä¾›éš±č—ć€‚", "provide stash message": "åÆéøę“‡ęä¾›éš±č—čØŠęÆ", diff --git a/i18n/cht/extensions/git/out/main.i18n.json b/i18n/cht/extensions/git/out/main.i18n.json index b9e759fe01..54c8ebb42d 100644 --- a/i18n/cht/extensions/git/out/main.i18n.json +++ b/i18n/cht/extensions/git/out/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "尋找 git : {0}", "using git": "ę­£åœØä½æē”Øä¾†č‡Ŗ {1} ēš„ git {0}", "downloadgit": "下載 Git", diff --git a/i18n/cht/extensions/git/out/model.i18n.json b/i18n/cht/extensions/git/out/model.i18n.json index 300ab110fc..2a316b491e 100644 --- a/i18n/cht/extensions/git/out/model.i18n.json +++ b/i18n/cht/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "'{0}' å­˜ę”¾åŗ«ęœ‰ {1} å€‹ē„”ę³•č‡Ŗå‹•é–‹å•Ÿēš„å­ęØ”ēµ„ć€‚ę‚Øä»åÆåœØå…¶äø­é–‹å•ŸęŖ”ę”ˆä¾†å€‹åˆ„é–‹å•Ÿå­ęØ”ēµ„ć€‚", "no repositories": "ę²’ęœ‰å­˜ę”¾åŗ«åÆä¾›ä½æē”Ø", "pick repo": "č«‹éøę“‡å­˜ę”¾åŗ«" } \ No newline at end of file diff --git a/i18n/cht/extensions/git/out/repository.i18n.json b/i18n/cht/extensions/git/out/repository.i18n.json index 11f473d6e8..828c263d73 100644 --- a/i18n/cht/extensions/git/out/repository.i18n.json +++ b/i18n/cht/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "開啟", "index modified": "已修改瓢引", "modified": "已修改", @@ -26,7 +28,8 @@ "merge changes": "åˆä½µč®Šę›“", "staged changes": "å·²åˆ†ę®µēš„č®Šę›“", "changes": "變ꛓ", - "ok": "確定", + "commitMessageCountdown": "åœØē›®å‰č”Œę•øå‰©é¤˜ {0} 個字元", + "commitMessageWarning": "åœØē›®å‰č”Œę•øęœ‰ {0} å€‹å­—å…ƒå·²č¶…éŽ {1} 個", "neveragain": "äøč¦å†é”Æē¤ŗ", "huge": "ä½ę–¼ '{0}' ēš„ Git å„²å­˜åŗ«ęœ‰éŽå¤šä½æē”Øäø­ēš„č®Šę›“ļ¼ŒåŖęœ‰éƒØä»½ Git åŠŸčƒ½ęœƒč¢«å•Ÿē”Øć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/git/out/scmProvider.i18n.json b/i18n/cht/extensions/git/out/scmProvider.i18n.json index e71dab52f4..149c4fb389 100644 --- a/i18n/cht/extensions/git/out/scmProvider.i18n.json +++ b/i18n/cht/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/extensions/git/out/statusbar.i18n.json b/i18n/cht/extensions/git/out/statusbar.i18n.json index fbdc857478..d5532b7c2f 100644 --- a/i18n/cht/extensions/git/out/statusbar.i18n.json +++ b/i18n/cht/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "簽出...", "sync changes": "åŒę­„č™•ē†č®Šę›“", "publish changes": "ē™¼č”Œč®Šę›“", diff --git a/i18n/cht/extensions/git/package.i18n.json b/i18n/cht/extensions/git/package.i18n.json index 5bb3d198bb..2f5f2f87b3 100644 --- a/i18n/cht/extensions/git/package.i18n.json +++ b/i18n/cht/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Git SCM ę•“åˆ", "command.clone": "複製", "command.init": "åˆå§‹åŒ–å„²å­˜åŗ«", "command.close": "é—œé–‰å­˜ę”¾åŗ«", @@ -54,12 +58,13 @@ "command.stashPopLatest": "åæ«é”ÆäøŠäø€ę¬”ēš„éš±č—", "config.enabled": "ę˜Æå¦å•Ÿē”Ø GIT", "config.path": "Git åÆåŸ·č”ŒęŖ”ēš„č·Æå¾‘", + "config.autoRepositoryDetection": "ę˜Æå¦č‡Ŗå‹•åµęø¬å„²å­˜åŗ«", "config.autorefresh": "ę˜Æå¦å•Ÿē”Øč‡Ŗå‹•é‡ę–°ę•“ē†", "config.autofetch": "ę˜Æå¦å•Ÿē”Øč‡Ŗå‹•ę“·å–", "config.enableLongCommitWarning": "ę˜Æå¦ē™¼å‡ŗé•·čŖåÆčØŠęÆēš„č­¦å‘Š", "config.confirmSync": "č«‹å…ˆē¢ŗčŖå†åŒę­„č™•ē† GIT å­˜ę”¾åŗ«", "config.countBadge": "ęŽ§åˆ¶ git å¾½ē« čØˆę•øå™Øć€‚[å…ØéƒØ] ęœƒčØˆē®—ę‰€ęœ‰č®Šę›“ć€‚[已追蹤] åŖęœƒčØˆē®—čæ½č¹¤ēš„č®Šę›“ć€‚[關閉] ęœƒå°‡å…¶é—œé–‰ć€‚", - "config.checkoutType": "ęŽ§åˆ¶åœØåŸ·č”Œ [簽出至...] ę™‚ļ¼Œęœƒåˆ—å‡ŗé‚£äŗ›é”žåž‹ēš„åˆ†ę”Æć€‚[å…ØéƒØ] ęœƒé”Æē¤ŗę‰€ęœ‰åƒč€ƒļ¼Œ[本機] åŖęœƒé”Æē¤ŗęœ¬ę©Ÿåˆ†ę”Æļ¼Œ[ęØ™čØ˜] åŖęœƒé”Æē¤ŗęØ™čØ˜ļ¼Œ[遠端] åŖęœƒé”Æē¤ŗé ē«Æåˆ†ę”Æć€‚", + "config.checkoutType": "ęŽ§åˆ¶åœØåŸ·č”Œ [簽出至...] ę™‚ļ¼Œęœƒåˆ—å‡ŗå“Ŗäŗ›é”žåž‹ēš„åˆ†ę”Æć€‚[å…ØéƒØ] ęœƒé”Æē¤ŗę‰€ęœ‰åƒč€ƒļ¼Œ[本機] åŖęœƒé”Æē¤ŗęœ¬ę©Ÿåˆ†ę”Æļ¼Œ[標籤] åŖęœƒé”Æē¤ŗęØ™ē±¤ļ¼Œä»„åŠ [遠端] åŖęœƒé”Æē¤ŗé ē«Æåˆ†ę”Æć€‚", "config.ignoreLegacyWarning": "ē•„éŽčˆŠēš„ Git č­¦å‘Š", "config.ignoreMissingGitWarning": "åæ½ē•„éŗę¼ Git ę™‚ēš„č­¦å‘Š", "config.ignoreLimitWarning": "ē•¶å„²å­˜åŗ«äø­ęœ‰éŽå¤šč®Šę›“ę™‚ļ¼Œē•„éŽč­¦å‘Šć€‚", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "å•Ÿē”Ø GPG čŖåÆē°½ē½²ć€‚", "config.discardAllScope": "ęŽ§åˆ¶ `Discard all changes` å‘½ä»¤ęœƒęØę£„ēš„č®Šę›“ć€‚`all` ęœƒęØę£„ę‰€ęœ‰č®Šę›“ć€‚`tracked` åŖęœƒęØę£„čæ½č¹¤ēš„ęŖ”ę”ˆć€‚`prompt` ęœƒåœØęÆę¬”å‹•ä½œåŸ·č”Œę™‚é”Æē¤ŗęē¤ŗå°č©±ę–¹å”Šć€‚", "config.decorations.enabled": "ęŽ§åˆ¶ Git ę˜Æå¦ęä¾›č‰²å½©åŠå¾½ē« ēµ¦ēø½ē®”åŠé–‹å•Ÿē·Øč¼Æå™Øč¦–ēŖ—ć€‚", + "config.promptToSaveFilesBeforeCommit": "ęŽ§åˆ¶Gitę˜Æå¦ę‡‰č©²åœØęäŗ¤ä¹‹å‰ęŖ¢ęŸ„ęœŖå„²å­˜ēš„ęŖ”ę”ˆć€‚", + "config.showInlineOpenFileAction": "ęŽ§åˆ¶ę˜Æå¦åœØGitč®Šę›“åˆ—č”Øäø­ēš„ęŖ”åę—é”Æē¤ŗā€œé–‹å•ŸęŖ”ę”ˆā€ēš„å‹•ä½œęŒ‰éˆ•ć€‚", + "config.inputValidation": "ęŽ§åˆ¶ä½•ę™‚é”Æē¤ŗčŖåÆčØŠęÆč¼øå…„é©—č­‰ć€‚", + "config.detectSubmodules": "ęŽ§åˆ¶ę˜Æå¦č‡Ŗå‹•åµęø¬ Git 子樔組。", "colors.modified": "äæ®ę”¹č³‡ęŗēš„é”č‰²ć€‚", "colors.deleted": "åˆŖé™¤č³‡ęŗēš„é”č‰²", "colors.untracked": "ęœŖčæ½č¹¤č³‡ęŗēš„é”č‰²ć€‚", "colors.ignored": "åæ½ē•„č³‡ęŗēš„é”č‰²ć€‚", - "colors.conflict": "åø¶ęœ‰č”ēŖč³‡ęŗēš„é”č‰²ć€‚" + "colors.conflict": "åø¶ęœ‰č”ēŖč³‡ęŗēš„é”č‰²ć€‚", + "colors.submodule": "å­ęØ”ēµ„č³‡ęŗēš„é”č‰²" } \ No newline at end of file diff --git a/i18n/cht/extensions/go/package.i18n.json b/i18n/cht/extensions/go/package.i18n.json new file mode 100644 index 0000000000..b08178dd97 --- /dev/null +++ b/i18n/cht/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Go čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Go ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/groovy/package.i18n.json b/i18n/cht/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..d8bf26737c --- /dev/null +++ b/i18n/cht/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Grovy čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Groovy ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗåŠę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/grunt/out/main.i18n.json b/i18n/cht/extensions/grunt/out/main.i18n.json index d21ced5e00..5c84293e74 100644 --- a/i18n/cht/extensions/grunt/out/main.i18n.json +++ b/i18n/cht/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Grunt åœØč³‡ę–™å¤¾ {0} ēš„č‡Ŗå‹•åµęø¬å¤±ę•—ć€‚éŒÆčŖ¤: {1}" } \ No newline at end of file diff --git a/i18n/cht/extensions/grunt/package.i18n.json b/i18n/cht/extensions/grunt/package.i18n.json index 01c2df22d6..56b8d0e538 100644 --- a/i18n/cht/extensions/grunt/package.i18n.json +++ b/i18n/cht/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "ęŽ§åˆ¶ Grunt å·„ä½œēš„č‡Ŗå‹•åµęø¬ē‚ŗé–‹å•Ÿęˆ–é—œé–‰ć€‚é čØ­ē‚ŗé–‹ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "將 Grunt åŠŸčƒ½ę–°å¢žč‡³ VSCode ēš„å»¶ä¼øęØ”ēµ„ć€‚", + "displayName": "VSCode ēš„ Grunt ę”Æę“", + "config.grunt.autoDetect": "ęŽ§åˆ¶ Grunt å·„ä½œēš„č‡Ŗå‹•åµęø¬ē‚ŗé–‹å•Ÿęˆ–é—œé–‰ć€‚é čØ­ē‚ŗé–‹ć€‚", + "grunt.taskDefinition.type.description": "č¦č‡ŖčØ‚ēš„ Grunt ę”Æę“ć€‚", + "grunt.taskDefinition.file.description": "ęä¾›å·„ä½œēš„ Grunt ęŖ”ę”ˆć€‚åÆä»„ēœē•„ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/gulp/out/main.i18n.json b/i18n/cht/extensions/gulp/out/main.i18n.json index c5300fc3cd..547d82f464 100644 --- a/i18n/cht/extensions/gulp/out/main.i18n.json +++ b/i18n/cht/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Gulp åœØč³‡ę–™å¤¾ {0} ēš„č‡Ŗå‹•åµęø¬å¤±ę•—ć€‚éŒÆčŖ¤: {1}" } \ No newline at end of file diff --git a/i18n/cht/extensions/gulp/package.i18n.json b/i18n/cht/extensions/gulp/package.i18n.json index e91e1955ee..8dcaefb3b0 100644 --- a/i18n/cht/extensions/gulp/package.i18n.json +++ b/i18n/cht/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "ęŽ§åˆ¶ Gulp å·„ä½œēš„č‡Ŗå‹•åµęø¬ē‚ŗé–‹å•Ÿęˆ–é—œé–‰ć€‚é čØ­ē‚ŗé–‹ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "將 Gulp åŠŸčƒ½ę–°å¢žč‡³ VSCode ēš„å»¶ä¼øęØ”ēµ„ć€‚", + "displayName": "VSCode ēš„ Gulp ę”Æę“ć€‚", + "config.gulp.autoDetect": "ęŽ§åˆ¶ Gulp å·„ä½œēš„č‡Ŗå‹•åµęø¬ē‚ŗé–‹å•Ÿęˆ–é—œé–‰ć€‚é čØ­ē‚ŗé–‹ć€‚", + "gulp.taskDefinition.type.description": "č¦č‡ŖčØ‚ēš„ Gulp å·„ä½œć€‚", + "gulp.taskDefinition.file.description": "ęä¾›å·„ä½œēš„ Gulp ęŖ”ę”ˆć€‚åÆä»„ēœē•„ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/handlebars/package.i18n.json b/i18n/cht/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..7645674e5b --- /dev/null +++ b/i18n/cht/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Handlebars čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 HandlebarsĀ ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗåŠę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/hlsl/package.i18n.json b/i18n/cht/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..f7bebf4d41 --- /dev/null +++ b/i18n/cht/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HLSL čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 HLSL ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/html/client/out/htmlMain.i18n.json b/i18n/cht/extensions/html/client/out/htmlMain.i18n.json index d6e7c1e3a6..f9f4f8433e 100644 --- a/i18n/cht/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/cht/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "HTML čŖžčØ€ä¼ŗęœå™Ø", "folding.start": "ę‘ŗē–Šå€åŸŸé–‹å§‹", "folding.end": "ę‘ŗē–Šå€åŸŸēµęŸ" diff --git a/i18n/cht/extensions/html/package.i18n.json b/i18n/cht/extensions/html/package.i18n.json index 5594c3d11a..3c78d75b5e 100644 --- a/i18n/cht/extensions/html/package.i18n.json +++ b/i18n/cht/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HTML čŖžčØ€åŠŸčƒ½", + "description": "為 HTML态Razor 及 Handlebars ęŖ”ę”ˆęä¾›č±åÆŒēš„čŖžčØ€ę”Æę“ć€‚", "html.format.enable.desc": "å•Ÿē”Ø/åœē”Øé čØ­ HTML ę ¼å¼å™Ø", "html.format.wrapLineLength.desc": "ęÆč”Œēš„å­—å…ƒę•øäøŠé™ (0 = åœē”Ø)怂", "html.format.unformatted.desc": "äøę‡‰é‡ę–°ę ¼å¼åŒ–ēš„é€—č™Ÿåˆ†éš”ęØ™čØ˜ęø…å–®ć€‚'null' 預設為 https://www.w3.org/TR/html5/dom.html#phrasing-content äø­åˆ—å‡ŗēš„ę‰€ęœ‰ęØ™čØ˜ć€‚", @@ -25,5 +29,6 @@ "html.trace.server.desc": "追蹤 VS Code 與 HTML čŖžčØ€ä¼ŗęœå™Øä¹‹é–“ēš„é€ščØŠć€‚", "html.validate.scripts": "čØ­å®šå…§å»ŗ HTML čŖžčØ€ę”Æę“ę˜Æå¦ęœƒé©—č­‰å…§åµŒęŒ‡å®šē¢¼ć€‚", "html.validate.styles": "čØ­å®šå…§å»ŗ HTML čŖžčØ€ę”Æę“ę˜Æå¦ęœƒé©—č­‰å…§åµŒęØ£å¼ć€‚", + "html.experimental.syntaxFolding": "å•Ÿē”Ø/åœē”ØčŖžę³•ę„ŸēŸ„ę‘ŗē–ŠęØ™čØ˜ć€‚", "html.autoClosingTags": "å•Ÿē”Ø/åœē”Ø HTML ęØ™ē±¤ēš„č‡Ŗå‹•é—œé–‰åŠŸčƒ½ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/ini/package.i18n.json b/i18n/cht/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..e6f5532ba1 --- /dev/null +++ b/i18n/cht/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ini čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Ini ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/jake/out/main.i18n.json b/i18n/cht/extensions/jake/out/main.i18n.json index 4b806a251b..64d5d8328d 100644 --- a/i18n/cht/extensions/jake/out/main.i18n.json +++ b/i18n/cht/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Jake åœØč³‡ę–™å¤¾ {0} ēš„č‡Ŗå‹•åµęø¬å¤±ę•—ć€‚éŒÆčŖ¤: {1}" } \ No newline at end of file diff --git a/i18n/cht/extensions/jake/package.i18n.json b/i18n/cht/extensions/jake/package.i18n.json index ee533577d0..a8b5c2a009 100644 --- a/i18n/cht/extensions/jake/package.i18n.json +++ b/i18n/cht/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "將 Jake åŠŸčƒ½ę–°å¢žč‡³ VSCode ēš„å»¶ä¼øęØ”ēµ„ć€‚", + "displayName": "VSCode ēš„ Jake ę”Æę“", + "jake.taskDefinition.type.description": "č¦č‡ŖčØ‚ēš„ Jake å·„ä½œć€‚", + "jake.taskDefinition.file.description": "ęä¾›å·„ä½œēš„ Jack ęŖ”ę”ˆć€‚åÆä»„ēœē•„ć€‚", "config.jake.autoDetect": "ęŽ§åˆ¶ Jake å·„ä½œēš„č‡Ŗå‹•åµęø¬ē‚ŗé–‹å•Ÿęˆ–é—œé–‰ć€‚é čØ­ē‚ŗé–‹ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/java/package.i18n.json b/i18n/cht/extensions/java/package.i18n.json new file mode 100644 index 0000000000..a201f96052 --- /dev/null +++ b/i18n/cht/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JAVA čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Java ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/cht/extensions/javascript/out/features/bowerJSONContribution.i18n.json index bf43b86b89..6e80e47ec8 100644 --- a/i18n/cht/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/cht/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "預設 bower.json", "json.bower.error.repoaccess": "對 Bower å„²å­˜ę©Ÿåˆ¶ēš„č¦ę±‚å¤±ę•—: {0}", "json.bower.latest.version": "꜀ꖰ" diff --git a/i18n/cht/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/cht/extensions/javascript/out/features/packageJSONContribution.i18n.json index 6101cb76e3..590f1633c1 100644 --- a/i18n/cht/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/cht/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "預設 package.json", "json.npm.error.repoaccess": "對 NPM å„²å­˜ę©Ÿåˆ¶ēš„č¦ę±‚å¤±ę•—: {0}", "json.npm.latestversion": "å°č£ē›®å‰ēš„ęœ€ę–°ē‰ˆęœ¬", diff --git a/i18n/cht/extensions/javascript/package.i18n.json b/i18n/cht/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..0a8dc15bc1 --- /dev/null +++ b/i18n/cht/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 JavaScript ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/json/client/out/jsonMain.i18n.json b/i18n/cht/extensions/json/client/out/jsonMain.i18n.json index 79a6b6140c..3b359904df 100644 --- a/i18n/cht/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/cht/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "JSON čŖžčØ€ä¼ŗęœå™Ø" } \ No newline at end of file diff --git a/i18n/cht/extensions/json/package.i18n.json b/i18n/cht/extensions/json/package.i18n.json index 999ac85b40..27192fc540 100644 --- a/i18n/cht/extensions/json/package.i18n.json +++ b/i18n/cht/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JSON čŖžčØ€åŠŸčƒ½", + "description": "為 JSON ęŖ”ę”ˆęä¾›č±åÆŒēš„čŖžčØ€ę”Æę“", "json.schemas.desc": "åœØēµę§‹ęčæ°čˆ‡ē›®å‰å°ˆę”ˆēš„ JSON ęŖ”ę”ˆä¹‹é–“å»ŗē«‹é—œčÆ", "json.schemas.url.desc": "ē›®å‰ē›®éŒ„äø­ēš„ēµę§‹ęčæ° URL ęˆ–ēµę§‹ęčæ°ē›øå°č·Æå¾‘", "json.schemas.fileMatch.desc": "ęŖ”ę”ˆęØ”å¼é™£åˆ—ļ¼ŒåœØå°‡ JSON ęŖ”ę”ˆč§£ęžęˆēµę§‹ęčæ°ę™‚ēš„ęÆ”å°å°č±”ć€‚", @@ -12,5 +16,6 @@ "json.format.enable.desc": "å•Ÿē”Ø/åœē”Øé čØ­ JSON ę ¼å¼å™Ø (éœ€č¦é‡ę–°å•Ÿå‹•)", "json.tracing.desc": "追蹤 VS Code 與 JSON čŖžčØ€ä¼ŗęœå™Øä¹‹é–“ēš„é€ščØŠć€‚", "json.colorDecorators.enable.desc": "å•Ÿē”Øęˆ–åœē”Øå½©č‰²č£é£¾é …ē›®", - "json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` å·²ę·˜ę±°ļ¼Œå°‡ę”¹ē‚ŗ `editor.colorDecorators`怂" + "json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` å·²ę·˜ę±°ļ¼Œå°‡ę”¹ē‚ŗ `editor.colorDecorators`怂", + "json.experimental.syntaxFolding": "å•Ÿē”Ø/åœē”ØčŖžę³•ę„ŸēŸ„ęŠ˜ē–ŠęØ™čØ˜ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/less/package.i18n.json b/i18n/cht/extensions/less/package.i18n.json new file mode 100644 index 0000000000..c0d7d65592 --- /dev/null +++ b/i18n/cht/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Less čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Less ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/log/package.i18n.json b/i18n/cht/extensions/log/package.i18n.json new file mode 100644 index 0000000000..9d74b2152d --- /dev/null +++ b/i18n/cht/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ę—„čŖŒ", + "description": "ē‚ŗå…·ęœ‰ .log å‰ÆęŖ”åēš„ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/lua/package.i18n.json b/i18n/cht/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..b952aa79ab --- /dev/null +++ b/i18n/cht/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Lua čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Lua ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/make/package.i18n.json b/i18n/cht/extensions/make/package.i18n.json new file mode 100644 index 0000000000..79054c5713 --- /dev/null +++ b/i18n/cht/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Make čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Make ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/markdown-basics/package.i18n.json b/i18n/cht/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..60c12fe7f5 --- /dev/null +++ b/i18n/cht/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Markdown ęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µå’ŒčŖžę³•é†’ē›®ęē¤ŗć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/markdown/out/commands.i18n.json b/i18n/cht/extensions/markdown/out/commands.i18n.json index d657395306..e1f7cdc832 100644 --- a/i18n/cht/extensions/markdown/out/commands.i18n.json +++ b/i18n/cht/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "預覽 [0]", "onPreviewStyleLoadError": "焔法載兄 ā€˜markdown.style' ęØ£å¼:{0}" } \ No newline at end of file diff --git a/i18n/cht/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/cht/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..3c78baf2dc --- /dev/null +++ b/i18n/cht/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "焔法載兄 ā€˜markdown.style' ęØ£å¼:{0}" +} \ No newline at end of file diff --git a/i18n/cht/extensions/markdown/out/extension.i18n.json b/i18n/cht/extensions/markdown/out/extension.i18n.json index 240d5457c7..13bf542dfd 100644 --- a/i18n/cht/extensions/markdown/out/extension.i18n.json +++ b/i18n/cht/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/extensions/markdown/out/features/preview.i18n.json b/i18n/cht/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..93ef07cf18 --- /dev/null +++ b/i18n/cht/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[預覽] {0}", + "previewTitle": "預覽 [0]" +} \ No newline at end of file diff --git a/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json index 66d0022701..bf11fd7520 100644 --- a/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/cht/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "ę­¤ę–‡ä»¶äø­ēš„éƒØåˆ†å…§å®¹å·²åœē”Ø", "preview.securityMessage.title": "Markdown é č¦½äø­å·²åœē”ØåÆčƒ½äøå®‰å…Øęˆ–äøå®‰å…Øēš„å…§å®¹ć€‚č«‹å°‡ Markdown é č¦½ēš„å®‰å…Øę€§čØ­å®šč®Šę›“ē‚ŗå…čØ±äøå®‰å…Øå…§å®¹ļ¼Œęˆ–å•Ÿē”ØęŒ‡ä»¤ē¢¼", "preview.securityMessage.label": "å…§å®¹å·²åœē”Øå®‰å…Øę€§č­¦å‘Š" diff --git a/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json index 66d0022701..a257d3aaec 100644 --- a/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/cht/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/extensions/markdown/out/security.i18n.json b/i18n/cht/extensions/markdown/out/security.i18n.json index 4aaab7a1cb..23006c9904 100644 --- a/i18n/cht/extensions/markdown/out/security.i18n.json +++ b/i18n/cht/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "嚓謹", "strict.description": "åƒ…č¼‰å…„å®‰å…Øå…§å®¹", "insecureContent.title": "å…čØ±äøå®‰å…Øēš„å…§å®¹", @@ -11,8 +13,8 @@ "disable.title": "åœē”Ø", "disable.description": "å…čØ±ę‰€ęœ‰å…§å®¹čˆ‡ęŒ‡ä»¤ē¢¼åŸ·č”Œć€‚äøå»ŗč­°", "moreInfo.title": "č©³ē“°č³‡čØŠ", - "enableSecurityWarning.title": "åœØę­¤å·„ä½œå€äø­å•Ÿē”Øé č¦½å®‰å…Øč­¦å‘Š", - "disableSecurityWarning.title": "ē¦ē”Øę­¤å·„ä½œå€äø­ēš„é č¦½å®‰å…Øč­¦å‘Š", - "toggleSecurityWarning.description": "äøå½±éŸæå…§å®¹å®‰å…Øē“šåˆ„", + "enableSecurityWarning.title": "å…čØ±ę­¤å·„ä½œå€é č¦½å®‰å…Øę€§č­¦å‘Š", + "disableSecurityWarning.title": "äøå…čØ±ę­¤å·„ä½œå€é č¦½å®‰å…Øę€§č­¦å‘Š", + "toggleSecurityWarning.description": "äøå½±éŸæå…§å®¹å®‰å…Øę€§å±¤ē“š", "preview.showPreviewSecuritySelector.title": "éøę“‡ę­¤å·„ä½œå€ Markdown é č¦½ēš„å®‰å…Øę€§čØ­å®š" } \ No newline at end of file diff --git a/i18n/cht/extensions/markdown/package.i18n.json b/i18n/cht/extensions/markdown/package.i18n.json index 0a35a23533..a0882f845d 100644 --- a/i18n/cht/extensions/markdown/package.i18n.json +++ b/i18n/cht/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown čŖžčØ€åŠŸčƒ½", + "description": "為 Markdown ęä¾›č±åÆŒēš„čŖžčØ€ę”Æę“ć€‚", "markdown.preview.breaks.desc": "設定在 Markdown é č¦½äø­å¦‚ä½•é”Æē¤ŗåˆ†č”Œē¬¦č™Ÿć€‚čØ­ē‚ŗ 'trure' ē‚ŗęÆå€‹ę–°č”Œå»ŗē«‹
", "markdown.preview.linkify": "å•Ÿē”Øęˆ–åœē”ØåœØ Markdown é č¦½äø­å°‡é”žä¼¼ URL ēš„ę–‡å­—č½‰ę›ē‚ŗé€£ēµć€‚", "markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown é č¦½äø­ęŒ‰å…©äø‹ęœƒåˆ‡ę›åˆ°ē·Øč¼Æå™Øć€‚", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "ęŽ§åˆ¶ Markdown é č¦½äø­ä½æē”Øēš„å­—åž‹å¤§å° (ä»„åƒē“ ē‚ŗå–®ä½)怂", "markdown.preview.lineHeight.desc": "ęŽ§åˆ¶ Markdown é č¦½äø­ä½æē”Øēš„č”Œé«˜ć€‚ę­¤ę•øå­—ē›øå°ę–¼å­—åž‹å¤§å°ć€‚", "markdown.preview.markEditorSelection.desc": "在 Markdown é č¦½äø­ęØ™čØ˜ē›®å‰ēš„ē·Øč¼Æå™Øéøå–ēÆ„åœć€‚", - "markdown.preview.scrollEditorWithPreview.desc": "ę²å‹• Markdown é č¦½ę™‚ęœƒę›“ę–°ē·Øč¼Æå™Øēš„ęŖ¢č¦–ć€‚", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "ę²å‹• Markdown é č¦½ä»„é”Æē¤ŗē›®å‰å¾žē·Øč¼Æå™Øéøå–ēš„č”Œć€‚", + "markdown.preview.scrollEditorWithPreview.desc": "åœØę²å‹• Markdown é č¦½ę™‚ę›“ę–°ē·Øč¼Æå™Øēš„ęŖ¢č¦–ć€‚", + "markdown.preview.scrollPreviewWithEditor.desc": "åœØę²å‹• Markdown ē·Øč¼Æå™Øę™‚ę›“ę–°é č¦½ēš„ęŖ¢č¦–ć€‚", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[已淘汰] ę²å‹• Markdown é č¦½ļ¼Œä»„å¾žē·Øč¼Æå™Øé”Æē¤ŗē›®å‰éøå–ēš„ēØ‹å¼č”Œć€‚", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "ę­¤čØ­å®šå·²ē”± 'markdown.preview.scrollPreviewWithEditor'Ā å–ä»£ļ¼Œäøå†å…·ęœ‰ä»»ä½•ę•ˆęžœć€‚", "markdown.preview.title": "é–‹å•Ÿé č¦½", "markdown.previewFrontMatter.dec": "設定 YAML å‰ē«ÆåœØ Markdown é č¦½äø­å‘ˆē¾ēš„ę–¹å¼ć€‚[éš±č—] ęœƒē§»é™¤å‰ē«Æć€‚å¦å‰‡ļ¼Œå‰ē«Æęœƒč¦–ē‚ŗ Markdown 內容。", "markdown.previewSide.title": "åœØäø€å“é–‹å•Ÿé č¦½", + "markdown.showLockedPreviewToSide.title": "åœØå“é¢é–‹å•ŸéŽ–å®šēš„é č¦½", "markdown.showSource.title": "锯示來源", "markdown.styles.dec": "åÆå¾ž Markdown 預覽使用之 CSS ęØ£å¼č”Øēš„ URL ęˆ–ęœ¬ę©Ÿč·Æå¾‘ęø…å–®ć€‚ē›øå°č·Æå¾‘ę˜Æē›øå°ę–¼åœØēø½ē®”äø­é–‹å•Ÿēš„č³‡ę–™å¤¾ä¾†é€²č”Œč§£é‡‹ć€‚č‹„ę²’ęœ‰é–‹å•Ÿč³‡ę–™å¤¾ļ¼Œč·Æå¾‘å‰‡ę˜Æē›øå°ę–¼ Markdown ęŖ”ę”ˆēš„ä½ē½®ä¾†é€²č”Œč§£é‡‹ć€‚ę‰€ęœ‰ '\\' éƒ½åæ…é ˆåÆ«ęˆ '\\\\'怂", "markdown.showPreviewSecuritySelector.title": "č®Šę›“é č¦½ēš„å®‰å…Øę€§čØ­å®š", "markdown.trace.desc": "允許 Markdown å»¶ä¼øęØ”ēµ„é€²č”ŒåµéŒÆčØ˜éŒ„ć€‚", - "markdown.refreshPreview.title": "é‡ę–°ę•“ē†é č¦½" + "markdown.preview.refresh.title": "é‡ę–°ę•“ē†é č¦½", + "markdown.preview.toggleLock.title": "åˆ‡ę›é č¦½éŽ–å®š" } \ No newline at end of file diff --git a/i18n/cht/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/cht/extensions/merge-conflict/out/codelensProvider.i18n.json index fd3fc4ee51..b2b5be55a9 100644 --- a/i18n/cht/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/cht/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "ęŽ„å—ē•¶å‰č®Šę›“", "acceptIncomingChange": "ęŽ„å—ä¾†ęŗč®Šę›“", "acceptBothChanges": "ęŽ„å—å…©č€…č®Šę›“", diff --git a/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json index 7e13d2e40e..ff69adcb1f 100644 --- a/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/cht/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "ē·Øč¼Æå™ØęøøęØ™äøåœØč”ēŖåˆä½µēÆ„åœä¹‹å…§", "compareChangesTitle": "{0}: ē•¶å‰č®Šę›“āŸ·ä¾†ęŗč®Šę›“", "cursorOnCommonAncestorsRange": "ē·Øč¼Æå™ØęøøęØ™åœØå…±åŒäøŠéšŽå€å”Šå…§ļ¼Œč«‹ē§»å‹•č‡³ć€Œē•¶å‰é …ē›®ć€ęˆ–ć€Œä¾†ęŗé …ē›®ć€å€å”Š", diff --git a/i18n/cht/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/cht/extensions/merge-conflict/out/mergeDecorator.i18n.json index 1282a1b3de..8264ce3395 100644 --- a/i18n/cht/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/cht/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(ē›®å‰č®Šę›“)", "incomingChange": "(ä¾†ęŗč®Šę›“)" } \ No newline at end of file diff --git a/i18n/cht/extensions/merge-conflict/package.i18n.json b/i18n/cht/extensions/merge-conflict/package.i18n.json index 7189e30af1..18d69977fd 100644 --- a/i18n/cht/extensions/merge-conflict/package.i18n.json +++ b/i18n/cht/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "åˆä½µč”ēŖ", + "description": "å…§åµŒåˆä½µč”ēŖēš„é†’ē›®ęå¼čˆ‡å‘½ä»¤ć€‚", "command.category": "åˆä½µč”ēŖ", "command.accept.all-current": "ęŽ„å—ę‰€ęœ‰ē•¶å‰é …ē›®", "command.accept.all-incoming": "ęŽ„å—ę‰€ęœ‰ä¾†ęŗ", diff --git a/i18n/cht/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/cht/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..6e80e47ec8 --- /dev/null +++ b/i18n/cht/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "預設 bower.json", + "json.bower.error.repoaccess": "對 Bower å„²å­˜ę©Ÿåˆ¶ēš„č¦ę±‚å¤±ę•—: {0}", + "json.bower.latest.version": "꜀ꖰ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/cht/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..590f1633c1 --- /dev/null +++ b/i18n/cht/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "預設 package.json", + "json.npm.error.repoaccess": "對 NPM å„²å­˜ę©Ÿåˆ¶ēš„č¦ę±‚å¤±ę•—: {0}", + "json.npm.latestversion": "å°č£ē›®å‰ēš„ęœ€ę–°ē‰ˆęœ¬", + "json.npm.majorversion": "ęÆ”å°ęœ€ę–°ēš„äø»č¦ē‰ˆęœ¬ (1.x.x)", + "json.npm.minorversion": "ęÆ”å°ęœ€ę–°ēš„ę¬”č¦ē‰ˆęœ¬ (1.2.x)", + "json.npm.version.hover": "ęœ€ę–°ē‰ˆęœ¬: {0}" +} \ No newline at end of file diff --git a/i18n/cht/extensions/npm/out/main.i18n.json b/i18n/cht/extensions/npm/out/main.i18n.json index 99b0c6bcfc..93d7e9d2e6 100644 --- a/i18n/cht/extensions/npm/out/main.i18n.json +++ b/i18n/cht/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "Npm å·„ä½œåˆŖé™¤: č§£ęžęŖ”ę”ˆ {0} 失敗" } \ No newline at end of file diff --git a/i18n/cht/extensions/npm/package.i18n.json b/i18n/cht/extensions/npm/package.i18n.json index a9103ac884..8471b3529f 100644 --- a/i18n/cht/extensions/npm/package.i18n.json +++ b/i18n/cht/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "為 npm ęŒ‡ä»¤ē¢¼ę–°å¢žå·„ä½œę”Æę“ēš„å»¶ä¼øęØ”ēµ„ć€‚", + "displayName": "VSCode ēš„ Npm ę”Æę“", "config.npm.autoDetect": "ęŽ§åˆ¶ę˜Æå¦č‡Ŗå‹•ęŖ¢ęø¬npmč…³ęœ¬.é čØ­ē‚ŗé–‹å•Ÿ.", "config.npm.runSilent": "仄 `--silent` éøé …åŸ·č”Œ npm 命令。 ", "config.npm.packageManager": "ē”Øä¾†åŸ·č”ŒęŒ‡ä»¤ē¢¼ēš„å„—ä»¶ē®”ē†å“”ć€‚", - "npm.parseError": "Npm å·„ä½œåˆŖé™¤: č§£ęžęŖ”ę”ˆ {0} 失敗" + "config.npm.exclude": "ē‚ŗę‡‰å¾žč‡Ŗå‹•ęŒ‡ä»¤ē¢¼åµęø¬ęŽ’é™¤ēš„č³‡ę–™å¤¾čØ­å®š Glob ęØ”å¼ć€‚", + "npm.parseError": "Npm å·„ä½œåˆŖé™¤: č§£ęžęŖ”ę”ˆ {0} 失敗", + "taskdef.script": "č¦č‡ŖčØ‚ēš„ npm ęŒ‡ä»¤ē¢¼ć€‚", + "taskdef.path": "ęä¾›ęŒ‡ä»¤ē¢¼ä¹‹ package.json ęŖ”ę”ˆēš„č³‡ę–™å¤¾č·Æå¾‘ć€‚åÆä»„ēœē•„ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/objective-c/package.i18n.json b/i18n/cht/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..506ace8d19 --- /dev/null +++ b/i18n/cht/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Objective-C čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": " Objective-C ęŖ”ę”ˆäø­ēš„čŖžę³•é†’ē›®ęē¤ŗå’Œę‹¬č™Ÿå°ēØ±åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/cht/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..6e80e47ec8 --- /dev/null +++ b/i18n/cht/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "預設 bower.json", + "json.bower.error.repoaccess": "對 Bower å„²å­˜ę©Ÿåˆ¶ēš„č¦ę±‚å¤±ę•—: {0}", + "json.bower.latest.version": "꜀ꖰ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/cht/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..590f1633c1 --- /dev/null +++ b/i18n/cht/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "預設 package.json", + "json.npm.error.repoaccess": "對 NPM å„²å­˜ę©Ÿåˆ¶ēš„č¦ę±‚å¤±ę•—: {0}", + "json.npm.latestversion": "å°č£ē›®å‰ēš„ęœ€ę–°ē‰ˆęœ¬", + "json.npm.majorversion": "ęÆ”å°ęœ€ę–°ēš„äø»č¦ē‰ˆęœ¬ (1.x.x)", + "json.npm.minorversion": "ęÆ”å°ęœ€ę–°ēš„ę¬”č¦ē‰ˆęœ¬ (1.2.x)", + "json.npm.version.hover": "ęœ€ę–°ē‰ˆęœ¬: {0}" +} \ No newline at end of file diff --git a/i18n/cht/extensions/package-json/package.i18n.json b/i18n/cht/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/cht/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/cht/extensions/perl/package.i18n.json b/i18n/cht/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..4b50cfd1e1 --- /dev/null +++ b/i18n/cht/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Perl čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Perl ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/php/out/features/validationProvider.i18n.json b/i18n/cht/extensions/php/out/features/validationProvider.i18n.json index 765ceb0e8d..fee4f46339 100644 --- a/i18n/cht/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/cht/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "要允許 {0} (å®šē¾©ē‚ŗå·„ä½œå€čØ­å®š) åŸ·č”Œļ¼Œä»„ä½æē”Ø lint ęØ™čØ˜ PHP ęŖ”ę”ˆå—Ž?", "php.yes": "允許", "php.no": "äøå…čØ±", diff --git a/i18n/cht/extensions/php/package.i18n.json b/i18n/cht/extensions/php/package.i18n.json index 5f7fb84195..cff46f94e0 100644 --- a/i18n/cht/extensions/php/package.i18n.json +++ b/i18n/cht/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "čØ­å®šę˜Æå¦å•Ÿē”Øå…§å»ŗ PHP čŖžčØ€å»ŗč­°ć€‚ę­¤ę”Æę“ęœƒå»ŗč­° PHP å…ØåŸŸå’Œč®Šę•øć€‚", "configuration.validate.enable": "å•Ÿē”Ø/åœē”Øå…§å»ŗ PHP 驗證怂", "configuration.validate.executablePath": "ęŒ‡å‘ PHP åÆåŸ·č”ŒęŖ”ć€‚", "configuration.validate.run": "ę˜Æå¦åœØå„²å­˜ęˆ–č¼øå…„ę™‚åŸ·č”Œ linter怂", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "禁止 PHP é©—č­‰åÆåŸ·č”ŒęŖ” (å®šē¾©ē‚ŗå·„ä½œå€čØ­å®š)" + "command.untrustValidationExecutable": "禁止 PHP é©—č­‰åÆåŸ·č”ŒęŖ” (å®šē¾©ē‚ŗå·„ä½œå€čØ­å®š)", + "displayName": "PHP čŖžčØ€åŠŸčƒ½", + "description": "為 PHP ęŖ”ę”ˆęä¾› IntelliSense态Lint ę”Æę“åŠčŖžčØ€åŸŗē¤ŽēŸ„č­˜ć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/powershell/package.i18n.json b/i18n/cht/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..e7e79089af --- /dev/null +++ b/i18n/cht/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Powershell čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 PowerShell ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/pug/package.i18n.json b/i18n/cht/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..2df37e735d --- /dev/null +++ b/i18n/cht/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Pug čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Pug ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/python/package.i18n.json b/i18n/cht/extensions/python/package.i18n.json new file mode 100644 index 0000000000..c39b3abdf1 --- /dev/null +++ b/i18n/cht/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Python čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Python ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/r/package.i18n.json b/i18n/cht/extensions/r/package.i18n.json new file mode 100644 index 0000000000..53451555b2 --- /dev/null +++ b/i18n/cht/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "R čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 R ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/razor/package.i18n.json b/i18n/cht/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..9c33f31a5b --- /dev/null +++ b/i18n/cht/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Razor čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Razor ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/ruby/package.i18n.json b/i18n/cht/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..40b30cebe1 --- /dev/null +++ b/i18n/cht/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ruby čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Ruby ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/rust/package.i18n.json b/i18n/cht/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..6a625cca4e --- /dev/null +++ b/i18n/cht/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rust čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Rust ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/scss/package.i18n.json b/i18n/cht/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..adf5266b81 --- /dev/null +++ b/i18n/cht/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SCSS čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 SCSS ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/shaderlab/package.i18n.json b/i18n/cht/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..b176b46bec --- /dev/null +++ b/i18n/cht/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shaderlab čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Shaderlab ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/shellscript/package.i18n.json b/i18n/cht/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..f70186e996 --- /dev/null +++ b/i18n/cht/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shell Script čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Shell Script ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/sql/package.i18n.json b/i18n/cht/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..2a999430da --- /dev/null +++ b/i18n/cht/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SQL čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 SQL ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/swift/package.i18n.json b/i18n/cht/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..73eecbb4d3 --- /dev/null +++ b/i18n/cht/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Swift čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Swift ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗåŠę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-abyss/package.i18n.json b/i18n/cht/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..02fc1df1d8 --- /dev/null +++ b/i18n/cht/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Abyss ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Codeēš„Abyss ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-defaults/package.i18n.json b/i18n/cht/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..2a04a481da --- /dev/null +++ b/i18n/cht/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "é čØ­ä½ˆę™Æäø»é”Œ", + "description": "é čØ­ę·ŗč‰²čˆ‡ę·±č‰²ä½ˆę™Æäø»é”Œ (Plus 與 Visual Studio)" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-kimbie-dark/package.i18n.json b/i18n/cht/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..2ed6164d9b --- /dev/null +++ b/i18n/cht/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Kimbie ę·±č‰²ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ Kimbie ę·±č‰²ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/cht/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..b3cb403723 --- /dev/null +++ b/i18n/cht/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai ęš—ē°č‰²ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ Monokai ęš—ē°č‰²ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-monokai/package.i18n.json b/i18n/cht/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..c9dd131368 --- /dev/null +++ b/i18n/cht/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ Monokai ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-quietlight/package.i18n.json b/i18n/cht/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..cbee59cd37 --- /dev/null +++ b/i18n/cht/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Quiet ę·ŗč‰²ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ Quiet ę·ŗč‰²ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-red/package.i18n.json b/i18n/cht/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..4e9a9797dd --- /dev/null +++ b/i18n/cht/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ē“…č‰²ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ē“…č‰²ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-seti/package.i18n.json b/i18n/cht/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..5c1b414410 --- /dev/null +++ b/i18n/cht/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Seti ęŖ”ę”ˆåœ–å¼ä½ˆę™Æäø»é”Œ", + "description": "仄 Seti UI ęŖ”ę”ˆåœ–ē¤ŗē‚ŗēÆ„ęœ¬č£½ä½œēš„ęŖ”ę”ˆåœ–ē¤ŗä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-solarized-dark/package.i18n.json b/i18n/cht/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..b089d4bbfb --- /dev/null +++ b/i18n/cht/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized ę·±č‰²ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ Solarized ę·±č‰²ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-solarized-light/package.i18n.json b/i18n/cht/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..0d7e3d4008 --- /dev/null +++ b/i18n/cht/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized ę·ŗč‰²ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ Solarized ę·ŗč‰²ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/cht/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..923d4e43e6 --- /dev/null +++ b/i18n/cht/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ę˜Žå¤œę†‚č—ä½ˆę™Æäø»é”Œ", + "description": "Visual Studio Code ēš„ę˜Žå¤œę†‚č—ä½ˆę™Æäø»é”Œ" +} \ No newline at end of file diff --git a/i18n/cht/extensions/typescript-basics/package.i18n.json b/i18n/cht/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..76585357ab --- /dev/null +++ b/i18n/cht/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 TypeScript ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/commands.i18n.json b/i18n/cht/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..13ae93801e --- /dev/null +++ b/i18n/cht/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "č«‹åœØ VS Code äø­é–‹å•Ÿč³‡ę–™å¤¾ļ¼Œä»„ä½æē”Ø TypeScript ꈖ JavaScript 專攈", + "typescript.projectConfigUnsupportedFile": "ē„”ę³•åˆ¤ę–· TypeScript ꈖ JavaScript å°ˆę”ˆć€‚äøę”Æę“ēš„ęŖ”ę”ˆé”žåž‹", + "typescript.projectConfigCouldNotGetInfo": "ē„”ę³•åˆ¤ę–· TypeScript ꈖ JavaScript 專攈", + "typescript.noTypeScriptProjectConfig": "ęŖ”ę”ˆäøå±¬ę–¼ TypeScriptĀ å°ˆę”ˆć€‚č‹„č¦ę·±å…„äŗ†č§£ļ¼Œč«‹ęŒ‰äø€äø‹[這裔]({0})怂", + "typescript.noJavaScriptProjectConfig": "ęŖ”ę”ˆäøå±¬ę–¼ JavaScript å°ˆę”ˆć€‚č‹„č¦ę·±å…„äŗ†č§£ļ¼Œč«‹ęŒ‰äø€äø‹[這裔]({0})怂", + "typescript.configureTsconfigQuickPick": "設定 tsconfig.json", + "typescript.configureJsconfigQuickPick": "設定 jsconfig.json" +} \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/cht/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 8d73858cf4..dfceca085f 100644 --- a/i18n/cht/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/cht/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/completionItemProvider.i18n.json index c42d9c7db9..c0b9ae833d 100644 --- a/i18n/cht/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/cht/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "éøę“‡č¦å„—ē”Øēš„ēØ‹å¼ē¢¼å‹•ä½œ", "acquiringTypingsLabel": "ę­£åœØę“·å– typings...", "acquiringTypingsDetail": "ę­£åœØē‚ŗ IntelliSense ę“·å– typings å®šē¾©ć€‚", diff --git a/i18n/cht/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index 19b6338186..d44d13d0e4 100644 --- a/i18n/cht/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/cht/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "å•Ÿē”Ø JavaScript ęŖ”ę”ˆēš„čŖžę„ęŖ¢ęŸ„ć€‚åæ…é ˆåœØęŖ”ę”ˆēš„ęœ€äøŠé¢ć€‚", "ts-nocheck": "åœē”Ø JavaScript ęŖ”ę”ˆēš„čŖžę„ęŖ¢ęŸ„ć€‚åæ…é ˆåœØęŖ”ę”ˆēš„ęœ€äøŠé¢ć€‚", "ts-ignore": "éš±č—äø‹äø€č”Œ@ts-check ēš„éŒÆčŖ¤č­¦å‘Šć€‚" diff --git a/i18n/cht/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index d1183568fb..3921611d18 100644 --- a/i18n/cht/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/cht/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 å€‹åÆ¦ä½œ", "manyImplementationLabel": "{0} å€‹åÆ¦ä½œ", "implementationsErrorLabel": "ē„”ę³•åˆ¤ę–·åÆ¦ä½œę•ø" diff --git a/i18n/cht/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index 5d4bf2d5fa..e4d863ffd1 100644 --- a/i18n/cht/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/cht/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "JSDoc 註解" } \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..1c727be290 --- /dev/null +++ b/i18n/cht/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (ęŖ”ę”ˆäø­äæ®å¾©å…ØéƒØ)" +} \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 1416ffd2e7..c2e975a887 100644 --- a/i18n/cht/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/cht/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 å€‹åƒč€ƒ", "manyReferenceLabel": "{0} å€‹åƒč€ƒ", "referenceErrorLabel": "ē„”ę³•åˆ¤ę–·åƒč€ƒ" diff --git a/i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json index 49c12d247c..c00fb1505c 100644 --- a/i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "建置 - {0}", "buildAndWatchTscLabel": "ē›£ēœ‹ - {0}" } \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/typescriptMain.i18n.json b/i18n/cht/extensions/typescript/out/typescriptMain.i18n.json index 628429984f..ff4e5fbccc 100644 --- a/i18n/cht/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/cht/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json index d39294b420..aae65b2fb2 100644 --- a/i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/cht/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "路徑 {0} ęœŖęŒ‡å‘ęœ‰ę•ˆēš„ tsserver å®‰č£ć€‚å³å°‡å›žå¾©ē‚ŗé…å„—ēš„ TypeScript ē‰ˆęœ¬ć€‚", "serverCouldNotBeStarted": "ē„”ę³•å•Ÿå‹• TypeScript čŖžčØ€ä¼ŗęœå™Øć€‚éŒÆčŖ¤čØŠęÆē‚ŗ: {0}", "typescript.openTsServerLog.notSupported": "TS ä¼ŗęœå™Øēš„čØ˜éŒ„åŠŸčƒ½éœ€č¦ TS 2.2.2+", diff --git a/i18n/cht/extensions/typescript/out/utils/api.i18n.json b/i18n/cht/extensions/typescript/out/utils/api.i18n.json index 1fed6af09c..c22717a458 100644 --- a/i18n/cht/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/cht/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "ē„”ę•ˆēš„ē‰ˆęœ¬" } \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/utils/logger.i18n.json b/i18n/cht/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/cht/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/cht/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json index 3c39220ae5..befebea30a 100644 --- a/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "č‹„č¦č®“ę•“å€‹å°ˆę”ˆéƒ½čƒ½ä½æē”Ø JavaScript/TypeScript čŖžčØ€åŠŸčƒ½ļ¼Œč«‹ęŽ’é™¤å…§å«čØ±å¤šęŖ”ę”ˆēš„č³‡ę–™å¤¾ļ¼Œä¾‹å¦‚: {0}", "hintExclude.generic": "č‹„č¦č®“ę•“å€‹å°ˆę”ˆéƒ½čƒ½ä½æē”Ø JavaScript/TypeScript čŖžčØ€åŠŸčƒ½ļ¼Œč«‹ęŽ’é™¤å…§å«ę‚ØęœŖä½æē”Øä¹‹ä¾†ęŗęŖ”ę”ˆēš„å¤§åž‹č³‡ę–™å¤¾ć€‚", "large.label": "čØ­å®šęŽ’é™¤é …ē›®", diff --git a/i18n/cht/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/cht/extensions/typescript/out/utils/typingsStatus.i18n.json index d487fd639b..a08b3c7ee3 100644 --- a/i18n/cht/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/cht/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "ę­£åœØę“·å–č³‡ę–™ä»„ę”¹å–„ TypeScript IntelliSense", - "typesInstallerInitializationFailed.title": "ē„”ę³•å®‰č£typingsęŖ”ę”ˆJavascriptčŖžčØ€åŠŸčƒ½,č«‹ē¢ŗčŖNPMę˜Æå¦å·²å®‰č£äø”é…ē½®'typescript.npm'", - "typesInstallerInitializationFailed.moreInformation": "č©³ē“°č³‡čØŠ", - "typesInstallerInitializationFailed.doNotCheckAgain": "äøč¦å†ęŖ¢ęŸ„", - "typesInstallerInitializationFailed.close": "關閉" + "typesInstallerInitializationFailed.title": "焔法為 JavaScriptĀ čŖžčØ€åŠŸčƒ½å®‰č£ typingsĀ ęŖ”ę”ˆć€‚č«‹ē¢ŗčŖå·²å®‰č£ NPMļ¼Œęˆ–åœØä½æē”Øč€…čØ­å®šäø­čØ­å®š 'typescript.npm'ć€‚č‹„č¦ę·±å…„äŗ†č§£ļ¼Œč«‹ęŒ‰äø€äø‹[這裔]({0})怂", + "typesInstallerInitializationFailed.doNotCheckAgain": "äøč¦å†é”Æē¤ŗ" } \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json index d88c2947fe..9542e640f4 100644 --- a/i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "使用 VS Code ēš„ē‰ˆęœ¬", "useWorkspaceVersionOption": "ä½æē”Øå·„ä½œå€ē‰ˆęœ¬", "learnMore": "深兄了解", diff --git a/i18n/cht/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/cht/extensions/typescript/out/utils/versionProvider.i18n.json index d24a4e2a05..c76e2ff2ed 100644 --- a/i18n/cht/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/cht/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "ē„”ę³•åœØę­¤č·Æå¾‘č¼‰å…„ TypeScript ē‰ˆęœ¬", "noBundledServerFound": "å…¶ä»–ę‡‰ē”ØēØ‹å¼å·²åˆŖé™¤äŗ† VS Code ēš„ tsserverļ¼Œä¾‹å¦‚č”Œē‚ŗäøē•¶ēš„ē—…ęÆ’åµęø¬å·„å…·ć€‚č«‹é‡ę–°å®‰č£ VS Code怂" } \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/package.i18n.json b/i18n/cht/extensions/typescript/package.i18n.json index c6af56454e..3597846594 100644 --- a/i18n/cht/extensions/typescript/package.i18n.json +++ b/i18n/cht/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript 和 JavaScript čŖžčØ€åŠŸčƒ½", + "description": "為 JavaScript 和 TypeScript ęä¾›č±åÆŒēš„čŖžčØ€ę”Æę“ć€‚", "typescript.reloadProjects.title": "é‡ę–°č¼‰å…„å°ˆę”ˆ", "javascript.reloadProjects.title": "é‡ę–°č¼‰å…„å°ˆę”ˆ", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "å•Ÿē”Ø/åœē”ØåœØč¼øå…„åŒÆå…„č·Æå¾‘é”Æē¤ŗå³ę™‚å»ŗč­°ć€‚", "typescript.locale": "čØ­å®šå ±å‘Š TypeScript éŒÆčŖ¤ēš„čŖžē³»ć€‚éœ€č¦ TypeScript >= 2.6.0。預設值 'null' 則使用 VS Code ēš„čŖžē³»ä¾†é”Æē¤ŗ TypeScript éŒÆčŖ¤ć€‚", "javascript.implicitProjectConfig.experimentalDecorators": "å•Ÿē”Ø/åœē”Ø JavaScript ęŖ”ę”ˆäø­éžå°ˆę”ˆéƒØåˆ†ēš„ 'experimentalDecorators'ć€‚ē¾ęœ‰ēš„ jsconfig.json ꈖ tsconfig.json ęŖ”ę”ˆęœƒč¦†åÆ«ę­¤čØ­å®šć€‚éœ€č¦ TypeScript >=2.3.1怂", - "typescript.autoImportSuggestions.enabled": "å•Ÿē”Ø/åœē”Ø č‡Ŗå‹•åŒÆå…„å»ŗč­°ć€‚éœ€č¦ TypeScript >=2.6.1" + "typescript.autoImportSuggestions.enabled": "å•Ÿē”Ø/åœē”Ø č‡Ŗå‹•åŒÆå…„å»ŗč­°ć€‚éœ€č¦ TypeScript >=2.6.1", + "typescript.experimental.syntaxFolding": "å•Ÿē”Ø/åœē”ØčŖžę³•ę„ŸēŸ„ę‘ŗē–ŠęØ™čØ˜ć€‚", + "taskDefinition.tsconfig.description": "定義 TS ēµ„å»ŗēš„ tsconfigĀ ęŖ”ę”ˆć€‚" } \ No newline at end of file diff --git a/i18n/cht/extensions/vb/package.i18n.json b/i18n/cht/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..8ceab5d2a0 --- /dev/null +++ b/i18n/cht/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Visual Basic čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 Visual Basic ęŖ”ę”ˆęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€čŖžę³•é†’ē›®ęē¤ŗć€ę‹¬å¼§å°ę‡‰čˆ‡ę‘ŗē–ŠåŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/xml/package.i18n.json b/i18n/cht/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..3a1b0d2fbb --- /dev/null +++ b/i18n/cht/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "XML čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 XML ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęå¼čˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/extensions/yaml/package.i18n.json b/i18n/cht/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..d6e43f2c98 --- /dev/null +++ b/i18n/cht/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "YAML čŖžčØ€åŸŗē¤ŽēŸ„č­˜", + "description": "為 YAML ęŖ”ę”ˆęä¾›čŖžę³•é†’ē›®ęē¤ŗčˆ‡ę‹¬å¼§å°ę‡‰åŠŸčƒ½ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/cht/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/cht/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/cht/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/cht/src/vs/base/browser/ui/aria/aria.i18n.json index 657deb05d7..3a0ee39445 100644 --- a/i18n/cht/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/cht/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (å†ę¬”å‡ŗē¾)" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/cht/src/vs/base/browser/ui/findinput/findInput.i18n.json index 86d72d8fd0..759f7217ed 100644 --- a/i18n/cht/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/cht/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "č¼øå…„" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/cht/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index d45d7d1ab5..c642cf0bbe 100644 --- a/i18n/cht/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/cht/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "å¤§å°åÆ«é ˆē›øē¬¦", "wordsDescription": "å…Øå­—ę‹¼åÆ«é ˆē›øē¬¦", "regexDescription": "ä½æē”Øč¦å‰‡é‹ē®—å¼" diff --git a/i18n/cht/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/cht/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 1f50a97744..42af8ed4ba 100644 --- a/i18n/cht/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/cht/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "錯誤: {0}", "alertWarningMessage": "č­¦å‘Š: {0}", "alertInfoMessage": "č³‡čØŠ: {0}" diff --git a/i18n/cht/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/cht/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 4686baf14d..7df7e40c47 100644 --- a/i18n/cht/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/cht/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "å› ē‚ŗå½±åƒå¤Ŗå¤§ļ¼Œē„”ę³•åœØē·Øč¼Æå™Øäø­é”Æē¤ŗć€‚", "resourceOpenExternalButton": "č¦ä½æē”Øå¤–éƒØēØ‹å¼ę‰“é–‹å½±åƒå—Ž?", diff --git a/i18n/cht/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/cht/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/cht/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/cht/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index 09e83c4c98..bf98d45185 100644 --- a/i18n/cht/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/cht/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "其他" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/errorMessage.i18n.json b/i18n/cht/src/vs/base/common/errorMessage.i18n.json index 53620e90dc..184ac63b37 100644 --- a/i18n/cht/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/cht/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "ē™¼ē”ŸęœŖēŸ„ēš„éŒÆčŖ¤ć€‚å¦‚éœ€č©³ē“°č³‡čØŠļ¼Œč«‹åƒé–±čØ˜éŒ„ęŖ”ć€‚", "nodeExceptionMessage": "ē™¼ē”Ÿē³»ēµ±éŒÆčŖ¤ ({0})", diff --git a/i18n/cht/src/vs/base/common/json.i18n.json b/i18n/cht/src/vs/base/common/json.i18n.json index a131a45e65..dec3573e72 100644 --- a/i18n/cht/src/vs/base/common/json.i18n.json +++ b/i18n/cht/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/cht/src/vs/base/common/jsonErrorMessages.i18n.json index 8d1538fc73..deaa5158b0 100644 --- a/i18n/cht/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/cht/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "ē„”ę•ˆēš„ē¬¦č™Ÿ", "error.invalidNumberFormat": "ē„”ę•ˆēš„ę•øå­—ę ¼å¼", "error.propertyNameExpected": "é ˆęœ‰å±¬ę€§åēØ±", diff --git a/i18n/cht/src/vs/base/common/keybindingLabels.i18n.json b/i18n/cht/src/vs/base/common/keybindingLabels.i18n.json index 0e97d8b37c..aef4dc58a7 100644 --- a/i18n/cht/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/cht/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "Shift", "altKey": "Alt", diff --git a/i18n/cht/src/vs/base/common/processes.i18n.json b/i18n/cht/src/vs/base/common/processes.i18n.json index 0f1d971766..54d2e73dcc 100644 --- a/i18n/cht/src/vs/base/common/processes.i18n.json +++ b/i18n/cht/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/base/common/severity.i18n.json b/i18n/cht/src/vs/base/common/severity.i18n.json index f600f6c17e..02a3424595 100644 --- a/i18n/cht/src/vs/base/common/severity.i18n.json +++ b/i18n/cht/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "錯誤", "sev.warning": "č­¦å‘Š", "sev.info": "č³‡čØŠ" diff --git a/i18n/cht/src/vs/base/node/processes.i18n.json b/i18n/cht/src/vs/base/node/processes.i18n.json index 526983b780..8a5687503c 100644 --- a/i18n/cht/src/vs/base/node/processes.i18n.json +++ b/i18n/cht/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "ē„”ę³•åœØ UNC ē£ē¢Ÿę©ŸäøŠåŸ·č”Œę®¼å±¤å‘½ä»¤ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/node/ps.i18n.json b/i18n/cht/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..d9f1f4d2a5 --- /dev/null +++ b/i18n/cht/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "ꔶ集 CPU čˆ‡čØ˜ę†¶é«”č³‡čØŠäø­ļ¼ŒåÆčƒ½éœ€č¦å¹¾ē§’é˜ēš„ę™‚é–“ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/base/node/zip.i18n.json b/i18n/cht/src/vs/base/node/zip.i18n.json index 3e99634a52..6158454378 100644 --- a/i18n/cht/src/vs/base/node/zip.i18n.json +++ b/i18n/cht/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "在 ZIP äø­ę‰¾äøåˆ° {0}怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 7eb243f16d..070b02531f 100644 --- a/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}ļ¼Œéøę“‡å™Ø", "quickOpenAriaLabel": "選擇器" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 9576f8326b..5d1d219160 100644 --- a/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/cht/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "åæ«é€Ÿéøę“‡å™Øć€‚č¼øå…„ä»„ēø®å°ēµęžœēÆ„åœć€‚", "treeAriaLabel": "åæ«é€Ÿéøę“‡å™Ø" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/cht/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 2e206b3c87..29bdd57872 100644 --- a/i18n/cht/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/cht/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "ę‘ŗē–Š" } \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/cht/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..4b1716ee95 --- /dev/null +++ b/i18n/cht/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "在 GitHub 預覽", + "loadingData": "ę­£åœØč¼‰å…„č³‡ę–™...", + "similarIssues": "ē›øä¼¼ēš„å•é”Œ", + "open": "開啟", + "closed": "已關閉", + "noResults": "ę‰¾äøåˆ°ēµęžœ", + "settingsSearchIssue": "čØ­å®šå€¼ęœå°‹å•é”Œ", + "bugReporter": "č‡­čŸ²å›žå ±", + "performanceIssue": "ę•ˆčƒ½å•é”Œ", + "featureRequest": "åŠŸčƒ½č¦ę±‚", + "stepsToReproduce": "é‡ē¾ēš„ę­„é©Ÿ", + "bugDescription": "č«‹å…±ē”Øåæ…č¦ę­„é©Ÿä»„ē¢ŗåÆ¦č¤‡č£½å•é”Œć€‚č«‹åŒ…å«åÆ¦éš›čˆ‡é ęœŸēš„ēµęžœć€‚ęˆ‘å€‘ę”Æę“ GitHub ę…£ē”Øēš„ Markdown čŖžčØ€ć€‚ē•¶ęˆ‘å€‘åœØ GitHub é€²č”Œé č¦½ę™‚ļ¼Œę‚Øä»åÆē·Øč¼Æå•é”Œå’Œę–°å¢žčž¢å¹•ę“·å–ē•«é¢ć€‚", + "performanceIssueDesciption": "ę•ˆčƒ½å•é”Œēš„ē™¼ē”Ÿę™‚é–“é»žē‚ŗä½•? å•é”Œę˜ÆåœØå•Ÿå‹•ęˆ–ē¶“éŽäø€ēµ„ē‰¹å®šå‹•ä½œå¾Œē™¼ē”Ÿēš„? ęˆ‘å€‘ę”Æę“ GitHub ę…£ē”Øēš„ Markdown čŖžčØ€ć€‚ē•¶ęˆ‘å€‘åœØ GitHub äøŠé€²č”Œé č¦½ę™‚ļ¼Œę‚Øä»åÆē·Øč¼Æå•é”Œå’Œę–°å¢žčž¢å¹•ę“·å–ē•«é¢ć€‚", + "description": "ęčæ°", + "featureRequestDescription": "č«‹ęčæ°ę‚ØåøŒęœ›ę–°å¢žēš„åŠŸčƒ½ć€‚ęˆ‘å€‘ę”Æę“ GitHub ę…£ē”Øēš„ Markdown čŖžčØ€ć€‚ē•¶ęˆ‘å€‘åœØ GitHub äøŠé€²č”Œé č¦½ę™‚ļ¼Œę‚Øä»åÆē·Øč¼Æå•é”Œå’Œę–°å¢žčž¢å¹•ę“·å–ē•«é¢ć€‚", + "expectedResults": "é ęœŸēš„ēµęžœ", + "settingsSearchResultsDescription": "č«‹åˆ—å‡ŗę‚Øä»„ę­¤ęŸ„č©¢é€²č”Œęœå°‹ę™‚ļ¼Œé ęœŸēœ‹åˆ°ēš„ēµęžœć€‚ęˆ‘å€‘ę”Æę“ GitHub ę…£ē”Øēš„ Markdown čŖžčØ€ć€‚ē•¶ęˆ‘å€‘åœØ GitHub äøŠé€²č”Œé č¦½ę™‚ļ¼Œę‚Øä»åÆē·Øč¼Æå•é”Œå’Œę–°å¢žčž¢å¹•ę“·å–ē•«é¢ć€‚", + "pasteData": "å› ē‚ŗåæ…č¦č³‡ę–™å¤Ŗå¤§ļ¼Œęˆ‘å€‘å·²ē‚ŗę‚Øå°‡å…¶åÆ«å…„ę‚Øēš„å‰Ŗč²¼ē°æć€‚č«‹č²¼äøŠć€‚", + "disabledExtensions": "å»¶ä¼øęØ”ēµ„å·²åœē”Ø" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/cht/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..021dfa083e --- /dev/null +++ b/i18n/cht/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "č«‹ē”Øč‹±čŖžå”«åÆ«é€™å¼µč”Øę ¼ć€‚", + "issueTypeLabel": "é€™ę˜Æäø€å€‹", + "issueTitleLabel": "ęØ™é”Œ", + "issueTitleRequired": "č«‹č¼øå…„ęØ™é”Œć€‚", + "titleLengthValidation": "ęØ™é”Œå¤Ŗé•·ć€‚", + "systemInfo": "ęˆ‘ēš„ē³»ēµ±č³‡čØŠ", + "sendData": "å‚³é€ęˆ‘ēš„č³‡ę–™", + "processes": "ē›®å‰åŸ·č”Œēš„ēØ‹åŗ", + "workspaceStats": "ęˆ‘ēš„å·„ä½œå€ēµ±čØˆč³‡ę–™", + "extensions": "ęˆ‘ēš„ę““å……åŠŸčƒ½", + "searchedExtensions": "ęœå°‹éŽēš„ę““å……åŠŸčƒ½", + "settingsSearchDetails": "čØ­å®šå€¼ęœå°‹č©³ē“°č³‡ę–™", + "tryDisablingExtensions": "ę˜Æå¦åœØåœē”Øę““å……åŠŸčƒ½å¾Œå•é”Œä»ęœƒē™¼ē”Ÿļ¼Ÿ", + "yes": "是", + "no": "否", + "disableExtensionsLabelText": "č«‹åœØ {0} ä¹‹å¾Œå˜—č©¦č¤‡č£½å•é”Œć€‚", + "disableExtensions": "åœē”Øę‰€ęœ‰å»¶ä¼øęØ”ēµ„äø¦é‡ę–°č¼‰å…„č¦–ēŖ—", + "showRunningExtensionsLabelText": "å¦‚ęžœę‚ØčŖē‚ŗé€™ę˜Æå»¶ä¼øęØ”ēµ„å•é”Œļ¼Œč«‹ {0} ä»„å›žå ±å»¶ä¼øęØ”ēµ„å•é”Œć€‚", + "showRunningExtensions": "ęŖ¢č¦–ę‰€ęœ‰åŸ·č”Œäø­ēš„å»¶ä¼øęØ”ēµ„", + "details": "請輸兄詳瓰資料。", + "loadingData": "ę­£åœØč¼‰å…„č³‡ę–™..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-main/auth.i18n.json b/i18n/cht/src/vs/code/electron-main/auth.i18n.json index 3eef497446..827302cb08 100644 --- a/i18n/cht/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/cht/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "åæ…é ˆé€²č”Œ Proxy é©—č­‰ ", "proxyauth": "Proxy {0} åæ…é ˆé€²č”Œé©—č­‰ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-main/logUploader.i18n.json b/i18n/cht/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..c396659bdc --- /dev/null +++ b/i18n/cht/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "čØ˜éŒ„ęŖ”äøŠå‚³č€…ē«Æé»žē„”ę•ˆ", + "beginUploading": "äøŠå‚³äø­...", + "didUploadLogs": "äøŠå‚³ęˆåŠŸ! čØ˜éŒ„ęŖ”č­˜åˆ„ē¢¼: {0}", + "logUploadPromptHeader": "ę‚Øå³å°‡å°‡å·„ä½œéšŽę®µčØ˜éŒ„äøŠå‚³åˆ°å®‰å…Øēš„ Microsoft ē«Æé»žļ¼ŒåŖęœ‰ VS Code å°ēµ„ēš„ Microsoft ęˆå“”čƒ½å¤ å­˜å–ć€‚", + "logUploadPromptBody": "å·„ä½œéšŽę®µčØ˜éŒ„åÆčƒ½åŒ…å«å®Œę•“č·Æå¾‘ęˆ–ęŖ”ę”ˆå…§å®¹ē­‰å€‹äŗŗč³‡čØŠć€‚č«‹å¾žę­¤č™•ęŖ¢é–±äø¦ē·Øč¼Æę‚Øēš„å·„ä½œéšŽę®µčØ˜éŒ„ęŖ”: '{0}'", + "logUploadPromptBodyDetails": "ē¹¼ēŗŒé€²č”Œå³č”Øē¤ŗę‚Øē¢ŗčŖå·²å°å·„ä½œéšŽę®µčØ˜éŒ„ęŖ”é€²č”ŒęŖ¢é–±čˆ‡ē·Øč¼Æļ¼Œäø¦ęŽ„å— Microsoft å°‡å…¶ē”Øę–¼åµéŒÆ VS Code怂", + "logUploadPromptAcceptInstructions": "č«‹åŸ·č”ŒēØ‹å¼ē¢¼ '--upload-logs={0}' ä»„ē¹¼ēŗŒäøŠå‚³", + "postError": "å¼µč²¼čØ˜éŒ„ę™‚ē™¼ē”ŸéŒÆčŖ¤: {0}", + "responseError": "å¼µč²¼čØ˜éŒ„ę™‚ē™¼ē”ŸéŒÆčŖ¤ć€‚å¾—åˆ° {0} - {1}", + "parseError": "å‰–ęžå›žę‡‰ę™‚ē™¼ē”ŸéŒÆčŖ¤", + "zipError": "å£“ēø®čØ˜éŒ„ęŖ”ę™‚ē™¼ē”ŸéŒÆčŖ¤: {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-main/main.i18n.json b/i18n/cht/src/vs/code/electron-main/main.i18n.json index e36aac7561..279e1224d2 100644 --- a/i18n/cht/src/vs/code/electron-main/main.i18n.json +++ b/i18n/cht/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "å¦äø€å€‹ {0} åŸ·č”Œå€‹é«”ę­£åœØåŸ·č”Œļ¼Œä½†ę²’ęœ‰å›žę‡‰", "secondInstanceNoResponseDetail": "č«‹é—œé–‰å…¶ä»–ę‰€ęœ‰åŸ·č”Œå€‹é«”ļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", "secondInstanceAdmin": "{0} ēš„ē¬¬äŗŒå€‹åÆ¦ä¾‹å·²ä½œē‚ŗē®”ē†å“”é‹č”Œć€‚", diff --git a/i18n/cht/src/vs/code/electron-main/menus.i18n.json b/i18n/cht/src/vs/code/electron-main/menus.i18n.json index a9c5252b3c..c0fb4442cb 100644 --- a/i18n/cht/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/cht/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "ęŖ”ę”ˆ (&&F)", "mEdit": "編輯(&&E)", "mSelection": "éøå–é …ē›®(&&S)", @@ -88,8 +90,10 @@ "miMarker": "問锌(&&P)", "miAdditionalViews": "其他檢視(&&V)", "miCommandPalette": "å‘½ä»¤éøę“‡å€(&&C)...", + "miOpenView": "é–‹å•ŸęŖ¢č¦–(&&O)...", "miToggleFullScreen": "åˆ‡ę›å…Øčž¢å¹•(&&F)", "miToggleZenMode": "åˆ‡ę›ē„”å¹²ę“¾ęØ”å¼", + "miToggleCenteredLayout": "åˆ‡ę›ē½®äø­é…ē½®", "miToggleMenuBar": "åˆ‡ę›åŠŸčƒ½č”Øåˆ—(&&B)", "miSplitEditor": "åˆ†å‰²ē·Øč¼Æå™Ø(&&E)", "miToggleEditorLayout": "åˆ‡ę›ē·Øč¼Æå™Øē¾¤ēµ„é…ē½®(&&L)", @@ -171,20 +175,18 @@ "miPrivacyStatement": "éš±ē§ę¬Šč²ę˜Ž(&&P)", "miAbout": "é—œę–¼(&&A)", "miRunTask": "執蔌巄作(&&R)", - "miBuildTask": " 執蔌建置巄作(&&B)...", + "miBuildTask": "執蔌建置巄作(&&B)...", "miRunningTask": "é”Æē¤ŗåŸ·č”Œäø­ēš„å·„ä½œ(&&G)...", "miRestartTask": "é‡ę–°é–‹å§‹åŸ·č”Œå·„ä½œ(&&E)...", "miTerminateTask": "ēµ‚ę­¢å·„ä½œ(&&T)...", "miConfigureTask": "設定巄作(&&C)", "miConfigureBuildTask": "設定預設建置巄作(&&F)...", "accessibilityOptionsWindowTitle": "å”åŠ©å·„å…·éøé …", - "miRestartToUpdate": "é‡ę–°å•Ÿå‹•ä»„ę›“ę–°...", + "miCheckForUpdates": "ęŸ„ēœ‹ę˜Æå¦ęœ‰ę›“ę–°", "miCheckingForUpdates": "ę­£åœØęŸ„ēœ‹ę˜Æå¦ęœ‰ę›“ę–°...", "miDownloadUpdate": "äø‹č¼‰åÆē”Øę›“ę–°", "miDownloadingUpdate": "ę­£åœØäø‹č¼‰ę›“ę–°...", + "miInstallUpdate": "å®‰č£ę›“ę–°...", "miInstallingUpdate": "ę­£åœØå®‰č£ę›“ę–°...", - "miCheckForUpdates": "ęŸ„ēœ‹ę˜Æå¦ęœ‰ę›“ę–°", - "aboutDetail": "ē‰ˆęœ¬ {0} \nčŖåÆ {1} \nę—„ęœŸ {2} \nShell {3} \n轉譯器 {4} \nēÆ€é»ž {5} \nęž¶ę§‹ {6}", - "okButton": "確定", - "copy": "複製(&&C)" + "miRestartToUpdate": "é‡ę–°å•Ÿå‹•ä»„ę›“ę–°..." } \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-main/window.i18n.json b/i18n/cht/src/vs/code/electron-main/window.i18n.json index 35693c05be..daeef5ba3a 100644 --- a/i18n/cht/src/vs/code/electron-main/window.i18n.json +++ b/i18n/cht/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "ę‚Øä»ē„¶åÆä»„ęŒ‰ **Alt** éµä¾†å­˜å–åŠŸčƒ½č”Øåˆ—ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "ę‚Øä»ē„¶åÆä»„ęŒ‰ Alt éµä¾†å­˜å–åŠŸčƒ½č”Øåˆ—ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-main/windows.i18n.json b/i18n/cht/src/vs/code/electron-main/windows.i18n.json index 38f593652a..6782f36d6c 100644 --- a/i18n/cht/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/cht/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "確定", "pathNotExistTitle": "č·Æå¾‘äøå­˜åœØ", "pathNotExistDetail": "ē£ē¢ŸäøŠä¼¼ä¹Žå·²ę²’ęœ‰č·Æå¾‘ '{0}'怂", diff --git a/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json b/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json index df13867eaa..3fd08bb5dc 100644 --- a/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "ę‰¾äøåˆ°ę““å……åŠŸčƒ½ '{0}'怂", "notInstalled": "ęœŖå®‰č£ę““å……åŠŸčƒ½ '{0}'怂", "useId": "č«‹ē¢ŗå®šę‚Øä½æē”Øå®Œę•“ę““å……åŠŸčƒ½č­˜åˆ„ē¢¼ (åŒ…ę‹¬ē™¼č”Œč€…)ļ¼Œä¾‹å¦‚: {0}", diff --git a/i18n/cht/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/cht/src/vs/editor/browser/services/bulkEdit.i18n.json index cf3f3771d6..91d3c8ba83 100644 --- a/i18n/cht/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/cht/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "é€™äŗ›ęŖ”ę”ˆå·²åŒę™‚č®Šę›“: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "ęœŖé€²č”Œä»»ä½•ē·Øč¼Æ", "summary.nm": "在 {1} å€‹ęŖ”ę”ˆäø­é€²č”Œäŗ† {0} 項文字編輯", - "summary.n0": "åœØäø€å€‹ęŖ”ę”ˆäø­é€²č”Œäŗ† {0} 項文字編輯" + "summary.n0": "åœØäø€å€‹ęŖ”ę”ˆäø­é€²č”Œäŗ† {0} 項文字編輯", + "conflict": "é€™äŗ›ęŖ”ę”ˆå·²åŒę™‚č®Šę›“: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/cht/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index 3a28fce1fa..96fd09fa10 100644 --- a/i18n/cht/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/cht/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "å› å…¶äø­äø€å€‹ęŖ”ę”ˆéŽå¤§č€Œē„”ę³•ęÆ”č¼ƒć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/cht/src/vs/editor/browser/widget/diffReview.i18n.json index 5e7e8878fd..a3f8e57713 100644 --- a/i18n/cht/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/cht/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "關閉", "header": "差異 {0} / {1}: 原始 {2},{3} č”Œļ¼Œäæ®ę”¹å¾Œ {4},{5} 蔌", "blankLine": "空白", diff --git a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json index 71be40322d..51a91eccd1 100644 --- a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "編輯器", "fontFamily": "ęŽ§åˆ¶å­—åž‹å®¶ę—ć€‚", "fontWeight": "ęŽ§åˆ¶å­—åž‹åÆ¬åŗ¦ć€‚", @@ -14,7 +16,7 @@ "lineNumbers.on": "č”Œč™Ÿä»„ēµ•å°å€¼é”Æē¤ŗć€‚", "lineNumbers.relative": "č”Œč™Ÿä»„ē›®å‰ęøøęØ™ēš„ē›øå°å€¼é”Æē¤ŗć€‚", "lineNumbers.interval": "ęÆ 10 č”Œé”Æē¤ŗč”Œč™Ÿć€‚", - "lineNumbers": "ęŽ§åˆ¶č”Œč™Ÿé”Æē¤ŗę–¹å¼ć€‚å…čØ±čØ­å®šå€¼åŒ…å« 'on'态'off' 及 'relative'怂", + "lineNumbers": "ęŽ§åˆ¶č”Œč™Ÿēš„é”Æē¤ŗę–¹å¼ć€‚å…čØ±ēš„čØ­å®šå€¼ē‚ŗ 'on'态 'off'态'relative' 及 'interval'", "rulers": "åœØē‰¹å®šēš„ē­‰åÆ¬å­—å…ƒę•øä¹‹å¾Œč½‰č­Æåž‚ē›“å°ŗč¦ć€‚ęœ‰å¤šå€‹å°ŗč¦å°±ä½æē”Øå¤šå€‹å€¼ć€‚č‹„é™£åˆ—ē‚ŗē©ŗļ¼Œå‰‡äøē¹Ŗč£½ä»»ä½•å°ŗč¦ć€‚", "wordSeparators": "åŸ·č”Œę–‡å­—ē›øé—œå°Žč¦½ęˆ–ä½œę„­ę™‚å°‡ä½œē‚ŗę–‡å­—åˆ†éš”ē¬¦č™Ÿēš„å­—å…ƒ", "tabSize": "與 Tab ē›øē­‰ēš„ē©ŗę ¼ę•øé‡ć€‚ē•¶ `editor.detectIndentation` å·²é–‹å•Ÿę™‚ļ¼Œęœƒę ¹ę“šęŖ”ę”ˆå…§å®¹č¦†åÆ«ę­¤čØ­å®šć€‚", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "ęŽ§åˆ¶ē·Øč¼Æå™Øę˜Æå¦ęœƒę²å‹•åˆ°ęœ€å¾Œäø€č”Œä¹‹å¾Œ", "smoothScrolling": "ęŽ§åˆ¶ē·Øč¼Æå™Øę˜Æå¦ęœƒä½æē”Øå‹•ē•«ę²å‹•", "minimap.enabled": "ęŽ§åˆ¶ę˜Æå¦ęœƒé”Æē¤ŗčæ·ä½ åœ°åœ–", + "minimap.side": "ęŽ§åˆ¶č¦č½‰č­Æčæ·ä½ åœ°åœ–ēš„ę–¹å‘ć€‚åÆčƒ½ēš„å€¼ē‚ŗ 'right' 與 'left'", "minimap.showSlider": "ęŽ§åˆ¶ę˜Æå¦ęœƒč‡Ŗå‹•éš±č—čæ·ä½ åœ°åœ–ę»‘ę”æć€‚åÆčƒ½ēš„å€¼ē‚ŗ 'always' 與 'mouseover'", "minimap.renderCharacters": "å‘ˆē¾č”Œå…§ēš„åÆ¦éš›å­—å…ƒ (č€Œäøę˜Æå½©č‰²å€å”Š)", "minimap.maxColumn": "é™åˆ¶čæ·ä½ åœ°åœ–ēš„åÆ¬åŗ¦ļ¼Œä»„å‘ˆē¾ęœ€å¤šēš„č³‡ę–™č”Œ", @@ -40,9 +43,9 @@ "wordWrapColumn": "ē•¶ `editor.wordWrap` 為 [wordWrapColumn] ꈖ [bounded] ę™‚ļ¼ŒęŽ§åˆ¶ē·Øč¼Æå™Øäø­ēš„č³‡ę–™č”Œę›č”Œć€‚", "wrappingIndent": "ęŽ§åˆ¶ę›č”Œēš„ēø®ęŽ’ć€‚åÆä»„ę˜Æ [ē„”]态[ē›øåŒ] ꈖ [ēø®ęŽ’]怂", "mouseWheelScrollSensitivity": "ę»‘é¼ ę»¾č¼Ŗę²å‹•äŗ‹ä»¶ēš„ 'deltaX' 與 'deltaY' ę‰€ä½æē”Øēš„ä¹˜ę•ø", - "multiCursorModifier.ctrlCmd": "å°ę‡‰Windows和Linuxēš„'Control'čˆ‡å°ę‡‰OSXēš„'Command'", - "multiCursorModifier.alt": "å°ę‡‰Windows和Linuxēš„'Alt'čˆ‡å°ę‡‰OSXēš„'Option'", - "multiCursorModifier": "ē”Øę–¼ę–°å¢žå¤šå€‹ę»‘é¼ ęøøęØ™ēš„äæ®ę”¹ēØ‹å¼ć€‚`ctrlCmd` ęœƒå°ę‡‰åˆ° Windows 及 Linux äøŠēš„ `Control` 仄及 OSX äøŠēš„ `Command`怂[ē§»č‡³å®šē¾©] 及 [é–‹å•Ÿé€£ēµ] ę»‘é¼ ę‰‹å‹¢å°‡ęœƒé©ę‡‰ä»„éæå…å’Œ multicursor äæ®ę”¹ēØ‹å¼č”ēŖć€‚", + "multiCursorModifier.ctrlCmd": "å°ę‡‰ Windows 和 Linux ēš„ `Control` čˆ‡å°ę‡‰ macOS ēš„ `Command`", + "multiCursorModifier.alt": "å°ę‡‰ Windows 和 Linux ēš„ `Alt` čˆ‡å°ę‡‰ macOS ēš„ `Option`", + "multiCursorModifier": "ē”Øę–¼ę–°å¢žå¤šå€‹ę»‘é¼ ęøøęØ™ēš„äæ®ę”¹ć€‚ `ctrlCmd` ęœƒå°ę‡‰åˆ° Windows 和 Linux äøŠēš„ `Control` 仄及 macOS äøŠēš„ `Command`怂 [ē§»č‡³å®šē¾©] 及 [é–‹å•Ÿé€£ēµ] ę»‘é¼ ę‰‹å‹¢å°‡ęœƒé©ę‡‰ä»„éæå…å’Œ multicursor äæ®ę”¹č”ēŖć€‚", "quickSuggestions.strings": "å…čØ±åœØå­—äø²å…§é”Æē¤ŗå³ę™‚å»ŗč­°ć€‚", "quickSuggestions.comments": "å…čØ±åœØčØ»č§£äø­é”Æē¤ŗå³ę™‚å»ŗč­°ć€‚", "quickSuggestions.other": "å…čØ±åœØå­—äø²čˆ‡čØ»č§£ä»„å¤–ä¹‹č™•é”Æē¤ŗå³ę™‚å»ŗč­°ć€‚", @@ -63,6 +66,10 @@ "snippetSuggestions": "ęŽ§åˆ¶ēØ‹å¼ē¢¼ē‰‡ę®µę˜Æå¦éšØå…¶ä»–å»ŗč­°é”Æē¤ŗļ¼Œä»„åŠå…¶ęŽ’åŗę–¹å¼ć€‚", "emptySelectionClipboard": "ęŽ§åˆ¶č¤‡č£½ę™‚äøéøå–ä»»ä½•é …ē›®ę˜Æå¦ęœƒč¤‡č£½ē›®å‰ēØ‹å¼č”Œć€‚", "wordBasedSuggestions": "ęŽ§åˆ¶ę˜Æå¦ę‡‰ę ¹ę“šę–‡ä»¶äø­ēš„å–®å­—čØˆē®—č‡Ŗå‹•å®Œęˆć€‚", + "suggestSelection.first": "äø€å¾‹éøå–ē¬¬äø€å€‹å»ŗč­°ć€‚", + "suggestSelection.recentlyUsed": "é™¤éžé€²äø€ę­„ēš„éµå…„éøå–äø€å€‹å»ŗč­°ļ¼Œå¦å‰‡éøå–ęœ€čæ‘ēš„å»ŗč­°ć€‚ä¾‹å¦‚ļ¼Œå› ē‚ŗ `log` ęœ€čæ‘å®Œęˆļ¼Œę‰€ä»„ `console.| -> console.log`怂", + "suggestSelection.recentlyUsedByPrefix": "ę ¹ę“šå…ˆå‰å·²å®Œęˆé€™äŗ›å»ŗč­°ēš„é¦–ē¢¼éøå–å»ŗč­°ć€‚ä¾‹å¦‚ļ¼Œ`co -> console` 與 `con -> const`怂", + "suggestSelection": "ęŽ§åˆ¶åœØé”Æē¤ŗå»ŗč­°ęø…å–®ę™‚å¦‚ä½•é å…ˆéøå–å»ŗč­°ć€‚", "suggestFontSize": "å»ŗč­°å°å·„å…·ēš„å­—åž‹å¤§å°", "suggestLineHeight": "å»ŗč­°å°å·„å…·ēš„č”Œé«˜", "selectionHighlight": "ęŽ§åˆ¶ē·Øč¼Æå™Øę˜Æå¦ę‡‰åē™½é”Æē¤ŗčˆ‡éøå–ēÆ„åœē›øä¼¼ēš„ē¬¦åˆé …", @@ -72,6 +79,7 @@ "cursorBlinking": "ęŽ§åˆ¶ęøøęØ™å‹•ē•«ęØ£å¼ļ¼ŒåÆčƒ½ēš„å€¼ē‚ŗ 'blink'态'smooth'态'phase'态'expand' 和 'solid'", "mouseWheelZoom": "ä½æē”Øę»‘é¼ ę»¾č¼Ŗäø¦ęŒ‰ä½ Ctrl ę™‚ļ¼Œēø®ę”¾ē·Øč¼Æå™Øēš„å­—åž‹", "cursorStyle": "ęŽ§åˆ¶ęøøęØ™ęØ£å¼ć€‚ęŽ„å—ēš„å€¼ē‚ŗ 'block'态'block-outline'态'line'态'line-thin'态'underline' 及 'underline-thin'", + "cursorWidth": "ęŽ§åˆ¶ęøøęØ™åÆ¬åŗ¦ļ¼Œē•¶ editor.cursorStyle čØ­å®šē‚ŗ 'line' Ꙃ怂", "fontLigatures": "å•Ÿē”Øé€£å­—å­—åž‹", "hideCursorInOverviewRuler": "ęŽ§åˆ¶ęøøęØ™ę˜Æå¦ę‡‰éš±č—åœØę¦‚č§€å°ŗč¦äø­ć€‚", "renderWhitespace": "ęŽ§åˆ¶ē·Øč¼Æå™Øč½‰č­Æē©ŗē™½å­—å…ƒēš„ę–¹å¼ļ¼ŒåÆčƒ½ē‚ŗ 'none'态'boundary' 及 'all'怂'boundary' éøé …äøęœƒč½‰č­Æå­—ēµ„é–“ēš„å–®äø€ē©ŗę ¼ć€‚", diff --git a/i18n/cht/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/cht/src/vs/editor/common/config/defaultConfig.i18n.json index f48289922a..c7462f851a 100644 --- a/i18n/cht/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/cht/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/cht/src/vs/editor/common/config/editorOptions.i18n.json index 7d0a6fdde2..2faffb2d1a 100644 --- a/i18n/cht/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/cht/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "ē·Øč¼Æå™Øē¾åœØē„”ę³•å­˜å–ć€‚ęŒ‰Alt+F1尋求選項", "editorViewAccessibleLabel": "編輯器內容" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/controller/cursor.i18n.json b/i18n/cht/src/vs/editor/common/controller/cursor.i18n.json index 0894e4872e..ceab6065b9 100644 --- a/i18n/cht/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/cht/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "åŸ·č”Œå‘½ä»¤ę™‚ē™¼ē”ŸęœŖé ęœŸēš„ä¾‹å¤–ē‹€ę³ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/cht/src/vs/editor/common/model/textModelWithTokens.i18n.json index 0e0c1c7212..639f09bae9 100644 --- a/i18n/cht/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/cht/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/cht/src/vs/editor/common/modes/modesRegistry.i18n.json index 280918fd14..c4e95bdb6e 100644 --- a/i18n/cht/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/cht/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "瓔文字" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/cht/src/vs/editor/common/services/bulkEdit.i18n.json index cf3f3771d6..79429891e9 100644 --- a/i18n/cht/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/cht/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/cht/src/vs/editor/common/services/modeServiceImpl.i18n.json index 8be2d8858a..2cee77538f 100644 --- a/i18n/cht/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/cht/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/cht/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/cht/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/cht/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json index 85ff9ee951..ecc3bba9f4 100644 --- a/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/cht/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "ē›®å‰ęøøęØ™ä½ē½®č”Œēš„åē™½é”Æē¤ŗčƒŒę™Æč‰²å½©ć€‚", "lineHighlightBorderBox": "ē›®å‰ęøøęØ™ä½ē½®č”Œä¹‹å‘Øåœę”†ē·šēš„čƒŒę™Æč‰²å½©ć€‚", - "rangeHighlight": "åē™½é”Æē¤ŗēÆ„åœēš„čƒŒę™Æč‰²å½©ļ¼Œä¾‹å¦‚åæ«é€Ÿé–‹å•Ÿčˆ‡å°‹ę‰¾åŠŸčƒ½ć€‚", + "rangeHighlight": "ēŖé”Æé”Æē¤ŗēÆ„åœēš„čƒŒę™Æé”č‰²ļ¼Œä¾‹å¦‚åæ«é€Ÿé–‹å•Ÿå’Œå°‹ę‰¾åŠŸčƒ½ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "rangeHighlightBorder": "åē™½é”Æē¤ŗēÆ„åœå‘Øåœé‚Šę”†ēš„čƒŒę™Æé”č‰²ć€‚", "caret": "ē·Øč¼Æå™ØęøøęØ™ēš„č‰²å½©ć€‚", "editorCursorBackground": "ē·Øč¼Æå™ØęøøęØ™ēš„čƒŒę™Æč‰²å½©ć€‚å…čØ±č‡ŖčØ‚å€å”ŠęøøęØ™é‡ē–Šēš„å­—å…ƒč‰²å½©ć€‚", "editorWhitespaces": "ē·Øč¼Æå™Øäø­ē©ŗē™½å­—å…ƒēš„č‰²å½©ć€‚", "editorIndentGuides": "ē·Øč¼Æå™Øēø®ęŽ’č¼”åŠ©ē·šēš„č‰²å½©ć€‚", "editorLineNumbers": "ē·Øč¼Æå™Øč”Œč™Ÿēš„č‰²å½©ć€‚", + "editorActiveLineNumber": "ē·Øč¼Æå™Øä½æē”Øäø­č”Œč™Ÿēš„č‰²å½© ", "editorRuler": "ē·Øč¼Æå™Øå°ŗč¦ēš„č‰²å½©", "editorCodeLensForeground": "ē·Øč¼Æå™ØēØ‹å¼ē¢¼ęæ¾é”ēš„å‰ę™Æč‰²å½©", "editorBracketMatchBackground": "ęˆå°ę‹¬č™ŸčƒŒę™Æč‰²å½©", diff --git a/i18n/cht/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/cht/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index c08a059fc1..e0b1ce7578 100644 --- a/i18n/cht/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/cht/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 1f0f5396a7..afd36c56b1 100644 --- a/i18n/cht/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "移至方括弧" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "ęˆå°ę‹¬å¼§ēš„ę¦‚č§€å°ŗč¦ęØ™čØ˜č‰²å½©ć€‚", + "smartSelect.jumpBracket": "移至方括弧", + "smartSelect.selectToBracket": "éøå–č‡³ę‹¬å¼§" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/cht/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 1f0f5396a7..267a652d9d 100644 --- a/i18n/cht/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/cht/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index c91537d9f0..ebdb372b5f 100644 --- a/i18n/cht/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "å°‡ę’å…„é»žå·¦ē§»", "caret.moveRight": "å°‡ę’å…„é»žå³ē§»" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/cht/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index c91537d9f0..cc159abfb7 100644 --- a/i18n/cht/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/cht/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 0fdec24164..b85183db0d 100644 --- a/i18n/cht/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/cht/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 0fdec24164..c5261a8483 100644 --- a/i18n/cht/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "čŖæę›å­—ęÆ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/cht/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index ed1d999b90..ae5a769dcb 100644 --- a/i18n/cht/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/cht/src/vs/editor/contrib/clipboard/clipboard.i18n.json index ed1d999b90..74111ddaf1 100644 --- a/i18n/cht/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "剪下", "actions.clipboard.copyLabel": "複製", "actions.clipboard.pasteLabel": "貼上", diff --git a/i18n/cht/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/cht/src/vs/editor/contrib/comment/comment.i18n.json index 1179814825..f1f11a9792 100644 --- a/i18n/cht/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "åˆ‡ę›č”ŒčØ»č§£", "comment.line.add": "åŠ å…„č”ŒčØ»č§£", "comment.line.remove": "ē§»é™¤č”ŒčØ»č§£", diff --git a/i18n/cht/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/cht/src/vs/editor/contrib/comment/common/comment.i18n.json index 1179814825..897248377b 100644 --- a/i18n/cht/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/cht/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 90809e4802..c65c4e2bc0 100644 --- a/i18n/cht/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/cht/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 90809e4802..b444b96277 100644 --- a/i18n/cht/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "é”Æē¤ŗē·Øč¼Æå™Øå…§å®¹åŠŸčƒ½č”Ø" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 7b79c72e50..500daadd50 100644 --- a/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index f2ff92bce0..ea93ee85e3 100644 --- a/i18n/cht/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json index cbbf89b710..4e39f4fcc1 100644 --- a/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/find/findController.i18n.json b/i18n/cht/src/vs/editor/contrib/find/findController.i18n.json index cbbf89b710..6fea1b4355 100644 --- a/i18n/cht/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "尋找", "findNextMatchAction": "尋找下一個", "findPreviousMatchAction": "å°‹ę‰¾äøŠäø€å€‹", diff --git a/i18n/cht/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/find/findWidget.i18n.json index 7b79c72e50..c417d7d8d8 100644 --- a/i18n/cht/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "尋找", "placeholder.find": "尋找", "label.previousMatchButton": "äøŠäø€å€‹ē¬¦åˆé …", diff --git a/i18n/cht/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index f2ff92bce0..136ac4bdd8 100644 --- a/i18n/cht/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "尋找", "placeholder.find": "尋找", "label.previousMatchButton": "äøŠäø€å€‹ē¬¦åˆé …", diff --git a/i18n/cht/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/cht/src/vs/editor/contrib/folding/browser/folding.i18n.json index 1b002f9dd0..fbe37c8397 100644 --- a/i18n/cht/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/cht/src/vs/editor/contrib/folding/folding.i18n.json index 5ca5c126d3..3530763e26 100644 --- a/i18n/cht/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "展開", "unFoldRecursivelyAction.label": "ä»„éžčæ“ę–¹å¼å±•é–‹", "foldAction.label": "ę‘ŗē–Š", diff --git a/i18n/cht/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/cht/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 84321c58d5..8ffb2beebe 100644 --- a/i18n/cht/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/cht/src/vs/editor/contrib/format/formatActions.i18n.json index 84321c58d5..15b53ec95a 100644 --- a/i18n/cht/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "在蔌 {0} 編輯了 1 é …ę ¼å¼", "hintn1": "在蔌 {1} 編輯了 {0} é …ę ¼å¼", "hint1n": "在蔌 {0} čˆ‡č”Œ {1} 之間編輯了 1 é …ę ¼å¼", "hintnn": "在蔌 {1} čˆ‡č”Œ {2} 之間編輯了 {0} é …ę ¼å¼", - "no.provider": "ęŠ±ę­‰ļ¼Œå°šē„”å®‰č£é©ē”Øę–¼ '{0}' ęŖ”ę”ˆēš„ę ¼å¼å™Ø", + "no.provider": "å°šē„”å®‰č£é©ē”Øę–¼ '{0}' ęŖ”ę”ˆēš„ę ¼å¼å™Ø", "formatDocument.label": "å°‡ę–‡ä»¶ę ¼å¼åŒ–", "formatSelection.label": "å°‡éøå–é …ē›®ę ¼å¼åŒ–" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 9af28821a9..1d6d4d2b0c 100644 --- a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index 26ea0a1761..6b2c4a6ee6 100644 --- a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index 24cf4f7503..efc15f843c 100644 --- a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index 26ea0a1761..ff6e1efb61 100644 --- a/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "ę‰¾äøåˆ° '{0}' ēš„å®šē¾©", "generic.noResults": "ę‰¾äøåˆ°ä»»ä½•å®šē¾©", "meta.title": " - {0} å€‹å®šē¾©", diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index 24cf4f7503..2e4e3ae73d 100644 --- a/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "ęŒ‰äø€äø‹ä»„é”Æē¤ŗ {0} é …å®šē¾©ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/cht/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 9fbf329131..7a1bef2425 100644 --- a/i18n/cht/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/cht/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 9fbf329131..285050b707 100644 --- a/i18n/cht/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "ē§»č‡³äø‹äø€å€‹éŒÆčŖ¤ęˆ–č­¦å‘Š", - "markerAction.previous.label": "ē§»č‡³äøŠäø€å€‹éŒÆčŖ¤ęˆ–č­¦å‘Š", + "markerAction.next.label": "ē§»č‡³äø‹äø€å€‹å•é”Œ (錯誤, č­¦å‘Š, č³‡čØŠ)", + "markerAction.previous.label": "ē§»č‡³äøŠäø€å€‹å•é”Œ (錯誤, č­¦å‘Š, č³‡čØŠ)", "editorMarkerNavigationError": "ē·Øč¼Æå™ØęØ™čØ˜å°Žč¦½å°å·„å…·éŒÆčŖ¤ēš„č‰²å½©ć€‚", "editorMarkerNavigationWarning": "ē·Øč¼Æå™ØęØ™čØ˜å°Žč¦½å°å·„å…·č­¦å‘Šēš„č‰²å½©ć€‚", "editorMarkerNavigationInfo": "ē·Øč¼Æå™ØęØ™čØ˜å°Žč¦½å°å·„å…·č³‡čØŠēš„č‰²å½©", diff --git a/i18n/cht/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/cht/src/vs/editor/contrib/hover/browser/hover.i18n.json index 7895cc33c1..9fc841391b 100644 --- a/i18n/cht/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/cht/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index 08e865d8b1..7873944e1b 100644 --- a/i18n/cht/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/cht/src/vs/editor/contrib/hover/hover.i18n.json index 7895cc33c1..97216ba3de 100644 --- a/i18n/cht/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "動態锯示" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/cht/src/vs/editor/contrib/hover/modesContentHover.i18n.json index 08e865d8b1..d6fa112363 100644 --- a/i18n/cht/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "ę­£åœØč¼‰å…„..." } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/cht/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index 48be4f6504..ef17df8efe 100644 --- a/i18n/cht/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/cht/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index 48be4f6504..b8f8177106 100644 --- a/i18n/cht/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "ä»„äøŠäø€å€‹å€¼å–ä»£", "InPlaceReplaceAction.next.label": "ä»„äø‹äø€å€‹å€¼å–ä»£" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/cht/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 174b6d1af3..3b25e3cf04 100644 --- a/i18n/cht/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/cht/src/vs/editor/contrib/indentation/indentation.i18n.json index 174b6d1af3..ff91f0d0ac 100644 --- a/i18n/cht/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "å°‡ēø®ęŽ’č½‰ę›ęˆē©ŗę ¼", "indentationToTabs": "å°‡ēø®ęŽ’č½‰ę›ęˆå®šä½é»ž", "configuredTabSize": "å·²čØ­å®šēš„å®šä½é»žå¤§å°", diff --git a/i18n/cht/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/cht/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index ef380d89f9..658a42fb81 100644 --- a/i18n/cht/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/cht/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 80873b659f..29e89bcbf2 100644 --- a/i18n/cht/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/cht/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 80873b659f..6b634e02bc 100644 --- a/i18n/cht/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "å°‡č”Œå‘äøŠč¤‡č£½", "lines.copyDown": "å°‡č”Œå‘äø‹č¤‡č£½", "lines.moveUp": "äøŠē§»äø€č”Œ", diff --git a/i18n/cht/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/cht/src/vs/editor/contrib/links/browser/links.i18n.json index 5b2914f9c8..e217db2aac 100644 --- a/i18n/cht/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/links/links.i18n.json b/i18n/cht/src/vs/editor/contrib/links/links.i18n.json index 6a528bd35b..ab6d3e2e78 100644 --- a/i18n/cht/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/links/links.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "ęŒ‰ä½ Cmd äø¦ęŒ‰äø€äø‹ę»‘é¼ ęŒ‰éˆ•åÆé€£å…„é€£ēµ", "links.navigate": "ęŒ‰ä½ Ctrl äø¦ęŒ‰äø€äø‹ę»‘é¼ ęŒ‰éˆ•åÆé€£å…„é€£ēµ", "links.command.mac": "ęŒ‰ä½ Cmd äø¦ęŒ‰äø€äø‹ę»‘é¼ ä»„åŸ·č”Œå‘½ä»¤", "links.command": "ęŒ‰ä½ Ctrl äø¦ęŒ‰äø€äø‹ę»‘é¼ ä»„åŸ·č”Œå‘½ä»¤", "links.navigate.al": "ęŒ‰ä½Altäø¦é»žę“Šä»„čæ½č¹¤é€£ēµ", "links.command.al": "ęŒ‰ä½ Alt äø¦ęŒ‰äø€äø‹ę»‘é¼ ä»„åŸ·č”Œå‘½ä»¤", - "invalid.url": "ęŠ±ę­‰ļ¼Œå› ē‚ŗę­¤é€£ēµēš„čŖžå¼äøę­£ē¢ŗļ¼Œę‰€ä»„ē„”ę³•åŠ ä»„é–‹å•Ÿ: {0}", - "missing.url": "ęŠ±ę­‰ļ¼Œå› ē‚ŗę­¤é€£ēµéŗå¤±ē›®ęØ™ļ¼Œę‰€ä»„ē„”ę³•åŠ ä»„é–‹å•Ÿć€‚", + "invalid.url": "å› ē‚ŗę­¤é€£ēµēš„ę ¼å¼äøę­£ē¢ŗļ¼Œę‰€ä»„ē„”ę³•é–‹å•Ÿ: {0}", + "missing.url": "å› ē‚ŗę­¤é€£ēµē›®ęØ™éŗå¤±ļ¼Œę‰€ä»„ē„”ę³•é–‹å•Ÿć€‚", "label": "é–‹å•Ÿé€£ēµ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 381e4cfcb4..3bbe3cca21 100644 --- a/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/cht/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 381e4cfcb4..f0cd3ab8de 100644 --- a/i18n/cht/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "åœØäøŠę–¹åŠ å…„ęøøęØ™", "mutlicursor.insertBelow": "åœØäø‹ę–¹åŠ å…„ęøøęØ™", "mutlicursor.insertAtEndOfEachLineSelected": "åœØč”Œå°¾ę–°å¢žęøøęØ™", diff --git a/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index be94bfc377..7734af6dc4 100644 --- a/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index d56310c991..3e68a87f9c 100644 --- a/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index be94bfc377..a6b4344f44 100644 --- a/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "č§øē™¼åƒę•øęē¤ŗ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index d56310c991..d9f7341540 100644 --- a/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}ļ¼Œęē¤ŗ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index faa980e9cb..ffd2dea84f 100644 --- a/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/cht/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index faa980e9cb..f216e87d15 100644 --- a/i18n/cht/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "锯示修正 ({0})", "quickFix": "锯示修正", - "quickfix.trigger.label": "Quick Fix" + "quickfix.trigger.label": "Quick Fix", + "refactor.label": "重꧋" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index 8b7662c4c9..ceabb24f16 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 6818cd5b15..83913b9fe5 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 49f8938476..19c71c3332 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index e42c2aa096..3098cfa73b 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 3dca8b60ce..c0a2ae760c 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index 8b7662c4c9..e729b45632 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "關閉" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 6818cd5b15..fdd4b0db74 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " - {0} å€‹åƒč€ƒ", "references.action.label": "å°‹ę‰¾ę‰€ęœ‰åƒč€ƒ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index 49f8938476..2140fde52e 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "ę­£åœØč¼‰å…„..." } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index e42c2aa096..956f4e0c77 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "å€‹ē¬¦č™Ÿä½ę–¼ {0} äø­ēš„ē¬¬ {1} 蔌第 {2} ꬄ", "aria.fileReferences.1": "1 å€‹ē¬¦č™Ÿä½ę–¼ {0}, å®Œę•“č·Æå¾‘ {1}", "aria.fileReferences.N": "{0} å€‹ē¬¦č™Ÿä½ę–¼ {1}, å®Œę•“č·Æå¾‘ {2}", diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 3dca8b60ce..bff13aae3b 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "ē„”ę³•č§£ęžęŖ”ę”ˆć€‚", "referencesCount": "{0} å€‹åƒč€ƒ", "referenceCount": "{0} å€‹åƒč€ƒ", diff --git a/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json index e1b559cf2e..9ac17b5ba3 100644 --- a/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 75bf62bd61..ea3b96a8d9 100644 --- a/i18n/cht/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/rename.i18n.json index e1b559cf2e..8c40bf72d0 100644 --- a/i18n/cht/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "ę²’ęœ‰ēµęžœć€‚", "aria": "å·²ęˆåŠŸå°‡ '{0}' é‡ę–°å‘½åē‚ŗ '{1}'ć€‚ę‘˜č¦: {2}", - "rename.failed": "ęŠ±ę­‰ļ¼Œē„”ę³•åŸ·č”Œé‡ę–°å‘½åć€‚", + "rename.failed": "é‡ę–°å‘½åē„”ę³•åŸ·č”Œć€‚", "rename.label": "é‡ę–°å‘½åē¬¦č™Ÿ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/renameInputField.i18n.json index 75bf62bd61..56172d32d9 100644 --- a/i18n/cht/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "ē‚ŗč¼øå…„é‡ę–°å‘½åć€‚č«‹éµå…„ę–°åēØ±ļ¼Œē„¶å¾ŒęŒ‰ Enter ä»„čŖåÆć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/cht/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index a72697babb..f194d9eb09 100644 --- a/i18n/cht/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/cht/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index a72697babb..96323e66d5 100644 --- a/i18n/cht/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "å±•é–‹éøå–", "smartSelect.shrink": "ēø®å°éøå–" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index 87e19ea32a..b4fcee3de9 100644 --- a/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index beb2f4690f..6f5f89c7ff 100644 --- a/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/cht/src/vs/editor/contrib/suggest/suggestController.i18n.json index 87e19ea32a..88874e49f6 100644 --- a/i18n/cht/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "ęŽ„å— '{0}' ę™‚ęŽ„å—äŗ†ę’å…„äø‹åˆ—ę–‡å­—: {1}", "suggest.trigger.label": "觸發建議" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index beb2f4690f..3895dead1b 100644 --- a/i18n/cht/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "å»ŗč­°å°å·„å…·ēš„čƒŒę™Æč‰²å½©ć€‚", "editorSuggestWidgetBorder": "å»ŗč­°å°å·„å…·ēš„é‚Šē•Œč‰²å½©ć€‚", "editorSuggestWidgetForeground": "å»ŗč­°å°å·„å…·ēš„å‰ę™Æč‰²å½©ć€‚", diff --git a/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index d60c7e9a6f..0d22c7128b 100644 --- a/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index d60c7e9a6f..25603c6ae5 100644 --- a/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "åˆ‡ę› TAB éµē§»å‹•ē„¦é»ž" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index 97c113d82f..b41ee4de92 100644 --- a/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/cht/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index 97c113d82f..5538177f11 100644 --- a/i18n/cht/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "č®€å–å­˜å–ęœŸé–“ (ä¾‹å¦‚č®€å–č®Šę•øę™‚) ē¬¦č™Ÿēš„čƒŒę™Æč‰²å½©ć€‚", - "wordHighlightStrong": "åÆ«å…„å­˜å–ęœŸé–“ (ä¾‹å¦‚åÆ«å…„č®Šę•øę™‚) ē¬¦č™Ÿēš„čƒŒę™Æč‰²å½©ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "č®€å–å­˜å–ē¬¦č™Ÿę™‚ēš„čƒŒę™Æé”č‰²ļ¼Œå¦‚č®€å–č®Šę•øć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "wordHighlightStrong": "åÆ«å…„å­˜å–ē¬¦č™Ÿę™‚ēš„čƒŒę™Æé”č‰²ļ¼Œå¦‚åÆ«å…„č®Šę•øć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "wordHighlightBorder": "č®€å–å­˜å–ęœŸé–“ (ä¾‹å¦‚č®€å–č®Šę•øę™‚) ē¬¦č™Ÿēš„é‚Šę”†é”č‰²ć€‚", + "wordHighlightStrongBorder": "åÆ«å…„å­˜å–ęœŸé–“ (ä¾‹å¦‚åÆ«å…„č®Šę•øę™‚) ē¬¦č™Ÿēš„é‚Šę”†é”č‰²ć€‚ ", "overviewRulerWordHighlightForeground": "ē¬¦č™Ÿé†’ē›®ęē¤ŗēš„ę¦‚č§€å°ŗč¦ęØ™čØ˜č‰²å½©ć€‚", "overviewRulerWordHighlightStrongForeground": "åÆ«å…„ę¬Šé™ē¬¦č™Ÿé†’ē›®ęē¤ŗēš„ę¦‚č§€å°ŗč¦ęØ™čØ˜č‰²å½©ć€‚", "wordHighlight.next.label": "ē§»č‡³äø‹äø€å€‹åē™½ē¬¦č™Ÿ", diff --git a/i18n/cht/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index 8b7662c4c9..ceabb24f16 100644 --- a/i18n/cht/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/cht/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index 78c107af05..0584060242 100644 --- a/i18n/cht/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/cht/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/cht/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index bf2bf87414..61a4bff523 100644 --- a/i18n/cht/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/cht/src/vs/editor/node/textMate/TMGrammars.i18n.json index 7cf9de41c7..c304522fee 100644 --- a/i18n/cht/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/cht/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/cht/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/cht/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/cht/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/cht/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index 3484e0af5e..5cf4780e59 100644 --- a/i18n/cht/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "åŠŸčƒ½č”Øé …ē›®åæ…é ˆē‚ŗé™£åˆ—", "requirestring": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", "optstring": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string` 锞型", @@ -40,6 +42,5 @@ "menuId.invalid": "`{0}` äøę˜Æęœ‰ę•ˆēš„åŠŸčƒ½č”Øč­˜åˆ„ē¢¼", "missing.command": "åŠŸčƒ½č”Øé …ē›®åƒč€ƒäŗ† 'commands' å€ę®µäø­ęœŖå®šē¾©ēš„å‘½ä»¤ `{0}`怂", "missing.altCommand": "åŠŸčƒ½č”Øé …ē›®åƒč€ƒäŗ† 'commands' å€ę®µäø­ęœŖå®šē¾©ēš„ę›æä»£å‘½ä»¤ `{0}`怂", - "dupe.command": "åŠŸčƒ½č”Øé …ē›®åƒč€ƒäŗ†čˆ‡é čØ­ē›øåŒēš„å‘½ä»¤å’Œę›æä»£å‘½ä»¤", - "nosupport.altCommand": "å¾ˆęŠ±ę­‰ļ¼Œē›®å‰åŖęœ‰ [編輯器/ęØ™é”Œ] åŠŸčƒ½č”Øēš„ [å°Žč¦½] ē¾¤ēµ„ę”Æę“ę›æä»£å‘½ä»¤" + "dupe.command": "åŠŸčƒ½č”Øé …ē›®åƒč€ƒäŗ†čˆ‡é čØ­ē›øåŒēš„å‘½ä»¤å’Œę›æä»£å‘½ä»¤" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/cht/src/vs/platform/configuration/common/configurationRegistry.i18n.json index 82d7f4fe6a..2811ea3ce4 100644 --- a/i18n/cht/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/cht/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "預設組態覆寫", "overrideSettings.description": "čØ­å®šč¦é‡å° {0} čŖžčØ€č¦†åÆ«ēš„ē·Øč¼Æå™ØčØ­å®šć€‚", "overrideSettings.defaultDescription": "čØ­å®šč¦é‡å°čŖžčØ€č¦†åÆ«ēš„ē·Øč¼Æå™ØčØ­å®šć€‚", diff --git a/i18n/cht/src/vs/platform/environment/node/argv.i18n.json b/i18n/cht/src/vs/platform/environment/node/argv.i18n.json index 0874564b4c..31f5354ae0 100644 --- a/i18n/cht/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/cht/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "`--goto` ęØ”å¼äø­ēš„å¼•ę•øę ¼å¼ę‡‰ē‚ŗ `FILE(:LINE(:CHARACTER))`怂", "diff": "äŗ’ē›øęÆ”č¼ƒå…©å€‹ęŖ”ę”ˆć€‚", "add": "å°‡č³‡ę–™å¤¾ę–°å¢žč‡³äøŠäø€å€‹ä½æē”Øäø­ēš„č¦–ēŖ—ć€‚", "goto": "åœØč·Æå¾‘äøŠēš„ęŒ‡å®šč”Œčˆ‡å­—å…ƒä½ē½®é–‹å•ŸęŖ”ę”ˆć€‚", - "locale": "č¦ä½æē”Øēš„åœ°å€čØ­å®š (例如 en-US ꈖ zh-TW)怂", - "newWindow": "強制執蔌 Code ēš„ę–°åŸ·č”Œå€‹é«”ć€‚", - "performance": "åœØå·²å•Ÿē”Ø 'Developer: Startup Performance' å‘½ä»¤ēš„ęƒ…ę³äø‹é–‹å§‹ć€‚", - "prof-startup": "å•Ÿå‹•ę™‚åŸ·č”Œ CPU åˆ†ęžå·„å…·", - "inspect-extensions": "å…čØ±å°ę““å……åŠŸčƒ½é€²č”Œé™¤éŒÆå’Œåˆ†ęžć€‚ęŖ¢ęŸ„é–‹ē™¼å·„å…·ēš„é€£ęŽ„ uri怂", - "inspect-brk-extensions": "å…čØ±å°ę““å±•äø»ę©ŸåœØå•Ÿå‹•å¾Œęš«åœę““å……åŠŸčƒ½é€²č”Œé™¤éŒÆå’Œåˆ†ęžć€‚ęŖ¢ęŸ„é–‹ē™¼å·„å…·äø­ēš„é€£ęŽ„ uri怂", - "reuseWindow": "å¼·åˆ¶åœØęœ€čæ‘ä½æē”Øēš„č¦–ēŖ—äø­é–‹å•ŸęŖ”ę”ˆęˆ–č³‡ę–™å¤¾ć€‚", - "userDataDir": "ęŒ‡å®šäæē•™ä½æē”Øč€…č³‡ę–™ēš„ē›®éŒ„ļ¼Œé€™åœØä»„ę ¹ē›®éŒ„čŗ«åˆ†åŸ·č”Œę™‚ęœ‰ē”Øć€‚", - "log": "ä½æē”Øēš„ę—„čŖŒē“šåˆ„ć€‚é čØ­ē‚ŗ\"訊息\"ć€‚å…čØ±ēš„å€¼ę˜Æ \"關鍵\"态\"錯誤\"态\"č­¦å‘Š\"态\"訊息\"态\"偵錯\"态\"追蹤\"态\"關閉\"怂", - "verbose": "åˆ—å°č©³ē“°č³‡čØŠč¼øå‡ŗ (蔨示 --wait)怂", + "newWindow": "å¼·åˆ¶é–‹å•Ÿę–°č¦–ēŖ—ć€‚", + "reuseWindow": "å¼·åˆ¶åœØäøŠäø€å€‹ä½æē”Øäø­ēš„č¦–ēŖ—é–‹å•ŸęŖ”ę”ˆęˆ–č³‡ę–™å¤¾ć€‚", "wait": "ē­‰å€™ęŖ”ę”ˆåœØå‚³å›žå‰é—œé–‰ć€‚", + "locale": "č¦ä½æē”Øēš„åœ°å€čØ­å®š (例如 en-US ꈖ zh-TW)怂", + "userDataDir": "ęŒ‡å®šē”Øę–¼äæå­˜ä½æē”Øč€…č³‡ę–™ēš„ē›®éŒ„ć€‚åÆē”Øę–¼é–‹å•Ÿå¤šå€‹ē›øē•°ēš„ Code åŸ·č”Œå€‹é«”ć€‚", + "version": "åˆ—å°ē‰ˆęœ¬ć€‚", + "help": "åˆ—å°ä½æē”Øę–¹å¼ć€‚", "extensionHomePath": "čØ­å®šę““å……åŠŸčƒ½ēš„ę ¹č·Æå¾‘ć€‚", "listExtensions": "åˆ—å‡ŗå·²å®‰č£ēš„ę““å……åŠŸčƒ½ć€‚", "showVersions": "使用 --list-extension ę™‚ļ¼Œé”Æē¤ŗå®‰č£ēš„ę““å……åŠŸčƒ½ē‰ˆęœ¬ć€‚", "installExtension": "å®‰č£ę““å……åŠŸčƒ½ć€‚", "uninstallExtension": "č§£é™¤å®‰č£ę““å……åŠŸčƒ½ć€‚", "experimentalApis": "ē‚ŗå»¶ä¼øęØ”ēµ„å•Ÿē”Øå»ŗč­°ēš„ API åŠŸčƒ½ć€‚", - "disableExtensions": "åœē”Øę‰€ęœ‰å·²å®‰č£ēš„ę““å……åŠŸčƒ½ć€‚", - "disableGPU": "åœē”Ø GPU ē”¬é«”åŠ é€Ÿć€‚", + "verbose": "åˆ—å°č©³ē“°č³‡čØŠč¼øå‡ŗ (蔨示 --wait)怂", + "log": "ä½æē”Øēš„ę—„čŖŒē“šåˆ„ć€‚é čØ­ē‚ŗ\"訊息\"ć€‚å…čØ±ēš„å€¼ę˜Æ \"關鍵\"态\"錯誤\"态\"č­¦å‘Š\"态\"訊息\"态\"偵錯\"态\"追蹤\"态\"關閉\"怂", "status": "åˆ—å°é€²ēØ‹ä½æē”Øę–¹å¼å’ŒčØŗę–·č³‡čØŠć€‚", - "version": "åˆ—å°ē‰ˆęœ¬ć€‚", - "help": "åˆ—å°ä½æē”Øę–¹å¼ć€‚", + "performance": "åœØå·²å•Ÿē”Ø 'Developer: Startup Performance' å‘½ä»¤ēš„ęƒ…ę³äø‹é–‹å§‹ć€‚", + "prof-startup": "å•Ÿå‹•ę™‚åŸ·č”Œ CPU åˆ†ęžå·„å…·", + "disableExtensions": "åœē”Øę‰€ęœ‰å·²å®‰č£ēš„ę““å……åŠŸčƒ½ć€‚", + "inspect-extensions": "å…čØ±å°ę““å……åŠŸčƒ½é€²č”Œé™¤éŒÆå’Œåˆ†ęžć€‚ęŖ¢ęŸ„é–‹ē™¼å·„å…·ēš„é€£ęŽ„ uri怂", + "inspect-brk-extensions": "å…čØ±å°ę““å±•äø»ę©ŸåœØå•Ÿå‹•å¾Œęš«åœę““å……åŠŸčƒ½é€²č”Œé™¤éŒÆå’Œåˆ†ęžć€‚ęŖ¢ęŸ„é–‹ē™¼å·„å…·äø­ēš„é€£ęŽ„ uri怂", + "disableGPU": "åœē”Ø GPU ē”¬é«”åŠ é€Ÿć€‚", + "uploadLogs": "äøŠå‚³ē›®å‰ēš„å·„ä½œéšŽę®µē“€éŒ„č‡³å®‰å…Øēš„ē«Æé»žć€‚", + "maxMemory": "č¦–ēŖ—ēš„ęœ€å¤§čØ˜ę†¶é«”å¤§å° (仄 MB ē‚ŗå–®ä½)怂", "usage": "ä½æē”Øę–¹å¼", "options": "選項", "paths": "路徑", - "optionsUpperCase": "選項" + "stdinWindows": "å¾žå…¶ä»–ēØ‹å¼č®€å–č¼øå‡ŗäø¦é™„åŠ  '-' (例: 'echo Hello World | {0} -')", + "stdinUnix": "從 stdin č®€å–äø¦é™„åŠ  '-' (例: 'ps aux | grep code | {0} -')", + "optionsUpperCase": "選項", + "extensionsManagement": "ę““å……åŠŸčƒ½ē®”ē†", + "troubleshooting": "ē–‘é›£ęŽ’č§£" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/cht/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 978d3169f1..112476fbef 100644 --- a/i18n/cht/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/cht/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ę²’ęœ‰ä»»ä½•å·„ä½œå€ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 5d7415feef..59958a95d6 100644 --- a/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "延伸樔組", "preferences": "å–œå„½čØ­å®š" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/cht/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 385d3c73e6..a70434398c 100644 --- a/i18n/cht/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/cht/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "ē„”ę³•å®‰č£ļ¼Œå› ē‚ŗę‰¾äøåˆ°ē›øå®¹ę–¼ VS Code ē›®å‰ē‰ˆęœ¬ '{0}' ēš„ę““å……åŠŸčƒ½ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index bdd6cf5331..b3ea596adb 100644 --- a/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "ę““å……åŠŸčƒ½ē„”ę•ˆ: package.json äøę˜Æ JSON ęŖ”ę”ˆć€‚", - "restartCodeLocal": "č«‹å…ˆé‡ę–°å•Ÿå‹• Codeļ¼Œå†é‡ę–°å®‰č£ {0}怂", + "restartCode": "č«‹å…ˆé‡ę–°å•Ÿå‹• Codeļ¼Œå†é‡ę–°å®‰č£ {0}怂", "installingOutdatedExtension": "å·²å®‰č£ę­¤ę““å……åŠŸčƒ½ēš„č¼ƒę–°ē‰ˆęœ¬ć€‚ę˜Æå¦č¦ä½æē”ØčˆŠē‰ˆęœ¬č¦†č“‹ę­¤é …ļ¼Ÿ", "override": "覆寫", "cancel": "å–ę¶ˆ", - "notFoundCompatible": "ē„”ę³•å®‰č£ļ¼Œå› ē‚ŗę‰¾äøåˆ°ē›øå®¹ę–¼ VS Code ē›®å‰ē‰ˆęœ¬ '{1}' ēš„ę““å……åŠŸčƒ½ '{0}'怂", - "quitCode": "ē„”ę³•å®‰č£å› ē‚ŗęœ‰éŽę™‚ēš„ę““å……åŠŸčƒ½ä»åœØé‹č”Œć€‚č«‹åœØé‡ę–°å®‰č£å‰é€€å‡ŗäø¦å•Ÿå‹• VS Code怂", - "exitCode": "ē„”ę³•å®‰č£å› ē‚ŗęœ‰éŽę™‚ēš„ę““å……åŠŸčƒ½ä»åœØé‹č”Œć€‚č«‹åœØé‡ę–°å®‰č£å‰é€€å‡ŗäø¦å•Ÿå‹• VS Code怂", + "errorInstallingDependencies": "å®‰č£ē›øä¾å„—ä»¶ę™‚ē™¼ē”ŸéŒÆčŖ¤ć€‚{0}", + "MarketPlaceDisabled": "ęœŖå•Ÿē”Øåø‚é›†", + "removeError": "ē§»é™¤ę““å……åŠŸčƒ½: {0} ę™‚ē™¼ē”ŸéŒÆčŖ¤ć€‚é‡ę–°å˜—č©¦å‰č«‹é›¢é–‹äø¦å†ę¬”å•Ÿå‹• VS Code怂", + "Not Market place extension": "åŖęœ‰åø‚é›†ę““å……åŠŸčƒ½åÆä»„é‡ę–°å®‰č£", + "notFoundCompatible": "ē„”ę³•å®‰č£ '{0}'ļ¼›ę²’ęœ‰ä»»ä½•čˆ‡ VS Code ē›øå®¹ēš„åÆē”Øē‰ˆęœ¬ '{1}'怂", + "malicious extension": "å› ē‚ŗęœ‰ä½æē”Øč€…å›žå ±č©²å»¶ä¼øęØ”ēµ„ęœ‰å•é”Œļ¼Œę‰€ä»„ē„”ę³•å®‰č£å»¶ä¼øęØ”ēµ„ć€‚", "notFoundCompatibleDependency": "ē„”ę³•å®‰č£ļ¼Œå› ē‚ŗę‰¾äøåˆ°ē›øå®¹ę–¼ VS Code ē›®å‰ē‰ˆęœ¬ '{1}' ēš„ē›øä¾ę““å……åŠŸčƒ½ '{0}'怂", + "quitCode": "ē„”ę³•å®‰č£ę““å……åŠŸčƒ½ć€‚é‡ę–°å®‰č£ä»„å‰č«‹é‡å•Ÿ VS Code怂", + "exitCode": "ē„”ę³•å®‰č£ę““å……åŠŸčƒ½ć€‚é‡ę–°å®‰č£ä»„å‰č«‹é›¢é–‹äø¦å†ę¬”å•Ÿå‹• VS Code怂", "uninstallDependeciesConfirmation": "åŖč¦å°‡ '{0}' č§£é™¤å®‰č£ļ¼Œęˆ–č¦åŒ…å«å…¶ē›øä¾ę€§?", "uninstallOnly": "åŖęœ‰", "uninstallAll": "å…ØéƒØ", diff --git a/i18n/cht/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/cht/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 99e2a181c4..91664968c6 100644 --- a/i18n/cht/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/cht/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 3bffab1e21..1ac09c4f73 100644 --- a/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "č‹„ę˜Æ VS Code å»¶ä¼øęØ”ēµ„ļ¼Œå‰‡ęŒ‡å®ščˆ‡å»¶ä¼øęØ”ēµ„ē›øå®¹ēš„ VS Code ē‰ˆęœ¬ć€‚äøå¾—ē‚ŗ *。例如: ^0.10.5 č”Øē¤ŗčˆ‡ęœ€ä½Ž VS Code ē‰ˆęœ¬ 0.10.5 相容。", "vscode.extension.publisher": "VS Code ę““å……åŠŸčƒ½ēš„ē™¼č”Œč€…ć€‚", "vscode.extension.displayName": "VS Code č³‡ęŗåŗ«äø­ä½æē”Øēš„ę““å……åŠŸčƒ½é”Æē¤ŗåēØ±ć€‚", diff --git a/i18n/cht/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/cht/src/vs/platform/extensions/node/extensionValidator.i18n.json index 7b71c6ff4e..bee11c7e18 100644 --- a/i18n/cht/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/cht/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "ē„”ę³•å‰–ęž 'engines.vscode` 值 {0}ć€‚ä¾‹å¦‚ļ¼Œč«‹ä½æē”Øļ¼š^0.10.0态^1.2.3态^0.11.0态^0.10.x 等。", "versionSpecificity1": "在 `engines.vscode` ({0}) äø­ęŒ‡å®šēš„ē‰ˆęœ¬äøå¤ å…·é«”ć€‚å°ę–¼ 1.0.0 ä¹‹å‰ēš„ vscode ē‰ˆęœ¬ļ¼Œč«‹č‡³å°‘å®šē¾©ę‰€éœ€ēš„äø»č¦å’Œę¬”č¦ē‰ˆęœ¬ć€‚ 例如 ^0.10.0态0.10.x态0.11.0 等。", "versionSpecificity2": "在 `engines.vscode` ({0}) äø­ęŒ‡å®šēš„ē‰ˆęœ¬äøå¤ å…·é«”ć€‚å°ę–¼ 1.0.0 ä¹‹å¾Œēš„ vscode ē‰ˆęœ¬ļ¼Œč«‹č‡³å°‘å®šē¾©ę‰€éœ€ēš„äø»č¦å’Œę¬”č¦ē‰ˆęœ¬ć€‚ 例如 ^1.10.0态1.10.x态1.x.x态2.x.x 等。", - "versionMismatch": "ę““å……åŠŸčƒ½čˆ‡ Code {0} äøē›øå®¹ć€‚ę““å……åŠŸčƒ½éœ€č¦: {1}怂", - "extensionDescription.empty": "å¾—åˆ°ē©ŗē™½ę““å……åŠŸčƒ½ęčæ°", - "extensionDescription.publisher": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", - "extensionDescription.name": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", - "extensionDescription.version": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", - "extensionDescription.engines": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `object` 锞型", - "extensionDescription.engines.vscode": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", - "extensionDescription.extensionDependencies": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string[]` 锞型", - "extensionDescription.activationEvents1": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string[]` 锞型", - "extensionDescription.activationEvents2": "屬性 `{0}` 和 `{1}` åæ…é ˆåŒę™‚ęŒ‡å®šęˆ–åŒę™‚åæ½ē•„", - "extensionDescription.main1": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string` 锞型", - "extensionDescription.main2": "`main` ({0}) åæ…é ˆåŒ…å«åœØę““å……åŠŸčƒ½ēš„č³‡ę–™å¤¾ ({1}) äø­ć€‚é€™åÆčƒ½ęœƒä½æę““å……åŠŸčƒ½ē„”ę³•ē§»ę¤ć€‚", - "extensionDescription.main3": "屬性 `{0}` 和 `{1}` åæ…é ˆåŒę™‚ęŒ‡å®šęˆ–åŒę™‚åæ½ē•„", - "notSemver": "ę““å……åŠŸčƒ½ē‰ˆęœ¬čˆ‡ semver äøē›øå®¹ć€‚" + "versionMismatch": "ę““å……åŠŸčƒ½čˆ‡ Code {0} äøē›øå®¹ć€‚ę““å……åŠŸčƒ½éœ€č¦: {1}怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json index 39b78314b9..30e47a3142 100644 --- a/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/cht/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "開新視窗", "newWindowDesc": "é–‹å•Ÿę–°č¦–ēŖ—", "recentFolders": "ęœ€čæ‘ä½æē”Øēš„å·„ä½œå€", diff --git a/i18n/cht/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/cht/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 162ae95866..1498481ab4 100644 --- a/i18n/cht/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/cht/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "確定", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "č©³ē“°č³‡čØŠ", "integrity.dontShowAgain": "äøč¦å†é”Æē¤ŗ", - "integrity.moreInfo": "č©³ē“°č³‡čØŠ", "integrity.prompt": "ę‚Øēš„ {0} å®‰č£ä¼¼ä¹Žå·²ęęÆ€ć€‚č«‹é‡ę–°å®‰č£ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/cht/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..d7364c9e2c --- /dev/null +++ b/i18n/cht/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "å•é”Œå›žå ±ēØ‹å¼" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/cht/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 7370ca7957..409ac96d78 100644 --- a/i18n/cht/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "ęä¾› JSON ēµę§‹ęčæ°ēµ„ę…‹ć€‚", "contributes.jsonValidation.fileMatch": "č¦ęÆ”å°ēš„ęŖ”ę”ˆęØ”å¼ļ¼Œä¾‹å¦‚ \"package.json\" ꈖ \"*.launch\"怂", "contributes.jsonValidation.url": "ēµę§‹ęčæ° URL ('http:'态'https:') ęˆ–ę““å……åŠŸčƒ½č³‡ę–™å¤¾ēš„ē›øå°č·Æå¾‘ ('./')怂", diff --git a/i18n/cht/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/cht/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index a037caee01..be81f798e6 100644 --- a/i18n/cht/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/cht/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "å·²ęŒ‰äø‹ ({0})ć€‚č«‹ē­‰å¾…ē¬¬äŗŒå€‹å„—ē“¢éµ...", "missing.chord": "ęŒ‰éµēµ„åˆ ({0}, {1}) äøę˜Æå‘½ä»¤ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/cht/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index 0e97d8b37c..9f72093621 100644 --- a/i18n/cht/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/cht/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/platform/list/browser/listService.i18n.json b/i18n/cht/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..41812d6970 --- /dev/null +++ b/i18n/cht/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "巄作台", + "multiSelectModifier.ctrlCmd": "å°ę‡‰Windows和Linuxēš„'Control'čˆ‡å°ę‡‰ macOS ēš„'Command'怂", + "multiSelectModifier.alt": "å°ę‡‰Windows和Linuxēš„'Alt'čˆ‡å°ę‡‰macOSēš„'Option'怂", + "multiSelectModifier": "é€éŽę»‘é¼ å¤šéøļ¼Œē”Øę–¼åœØęØ¹ē‹€ē›®éŒ„čˆ‡ęø…å–®äø­ę–°å¢žé …ē›®ēš„č¼”åŠ©ęŒ‰éµ (ä¾‹å¦‚åœØēø½ē®”äø­é–‹å•Ÿ [編輯器] 及 [SCM] 檢視)ć€‚åœØ Windows 及 Linux 上,`ctrlCmd` å°ę‡‰ `Control`,在 macOS äøŠå‰‡å°ę‡‰ `Command`怂[åœØå“é‚Šé–‹å•Ÿ] 滑鼠手勢 (č‹„ę”Æę“) å°‡ęœƒé©ę‡‰ä»„éæå…å’Œå¤šéøč¼”åŠ©ęŒ‰éµč”ēŖć€‚", + "openMode.singleClick": "ä»„ę»‘é¼ ęŒ‰äø€äø‹é–‹å•Ÿé …ē›®ć€‚", + "openMode.doubleClick": "ä»„ę»‘é¼ ęŒ‰å…©äø‹é–‹å•Ÿé …ē›®ć€‚", + "openModeModifier": "ęŽ§åˆ¶å¦‚ä½•ä½æē”Øę»‘é¼ åœØęØ¹ē‹€ē›®éŒ„čˆ‡ęø…å–®äø­é–‹å•Ÿé …ē›® (č‹„ęœ‰ę”Æę“)。設為 `singleClick` åÆä»„ę»‘é¼ ęŒ‰äø€äø‹é–‹å•Ÿē‰©ä»¶ļ¼ŒčØ­ē‚ŗ `doubleClick` å‰‡åŖčƒ½é€éŽęŒ‰å…©äø‹ę»‘é¼ é–‹å•Ÿē‰©ä»¶ć€‚å°ę–¼ęØ¹ē‹€ē›®éŒ„äø­å…·å­ē³»ēš„ēˆ¶ē³»č€ŒčØ€ļ¼Œę­¤čØ­å®šęœƒęŽ§åˆ¶ę‡‰ä»„ę»‘é¼ ęŒ‰äø€äø‹ęˆ–ęŒ‰å…©äø‹å±•é–‹ēˆ¶ē³»ć€‚ę³Øę„ļ¼ŒęŸäŗ›ęØ¹ē‹€ē›®éŒ„ęˆ–ęø…å–®č‹„äøé©ē”Øę­¤čØ­å®šå‰‡ęœƒäŗˆä»„åæ½ē•„ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/cht/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..ac681b62e5 --- /dev/null +++ b/i18n/cht/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "ęä¾›åœØåœ°åŒ–ęœå‹™ēµ¦ē·Øč¼Æč€…", + "vscode.extension.contributes.localizations.languageId": "é”Æē¤ŗå·²ēæ»č­Æå­—äø²ēš„čŖžčØ€ Id", + "vscode.extension.contributes.localizations.languageName": "čŖžčØ€åēØ± (英ꖇ)怂", + "vscode.extension.contributes.localizations.languageNameLocalized": "čŖžčØ€åēØ± (ęä¾›ēš„čŖžčØ€)怂", + "vscode.extension.contributes.localizations.translations": "čˆ‡č©²čŖžčØ€ē›øé—œēš„ēæ»č­Æęø…å–®ć€‚", + "vscode.extension.contributes.localizations.translations.id": "ę­¤ēæ»č­Æęä¾›ä¹‹ē›®ęØ™ēš„ VS Code ęˆ–å»¶ä¼øęØ”ēµ„č­˜åˆ„ē¢¼ć€‚VS Code ēš„č­˜åˆ„ē¢¼äø€å¾‹ē‚ŗ `vscode`ļ¼Œäø”å»¶ä¼øęØ”ēµ„ēš„ę ¼å¼ę‡‰ē‚ŗ `publisherId.extensionName`怂", + "vscode.extension.contributes.localizations.translations.id.pattern": "轉譯 VS ēØ‹å¼ē¢¼ęˆ–å»¶ä¼øęØ”ēµ„ę™‚ļ¼Œč­˜åˆ„ē¢¼ę‡‰åˆ†åˆ„ä½æē”Ø `vscode` ꈖ `publisherId.extensionName` ēš„ę ¼å¼ć€‚", + "vscode.extension.contributes.localizations.translations.path": "åŒ…å«čŖžčØ€ēæ»č­Æēš„ęŖ”ę”ˆē›øå°č·Æå¾‘ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json index 13fcfc7753..2d4efe513f 100644 --- a/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/cht/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "åŖęœ‰ęœ€å¾Œäø€č”ŒęÆ”å°å™Øę‰ę”Æę“čæ“åœˆå±¬ę€§ć€‚", "ProblemPatternParser.problemPattern.missingRegExp": "ę­¤å•é”ŒęØ”å¼ē¼ŗå°‘č¦å‰‡é‹ē®—å¼ć€‚", "ProblemPatternParser.problemPattern.missingProperty": "å•é”ŒęØ”å¼ē„”ę•ˆć€‚å…¶åæ…é ˆč‡³å°‘ęœ‰äø€å€‹ęŖ”ę”ˆć€čØŠęÆä»„åŠč”Œęˆ–ä½ē½®ē¬¦åˆē¾¤ēµ„ć€‚", diff --git a/i18n/cht/src/vs/platform/message/common/message.i18n.json b/i18n/cht/src/vs/platform/message/common/message.i18n.json index 7a9cbb1bf0..6ba0b76004 100644 --- a/i18n/cht/src/vs/platform/message/common/message.i18n.json +++ b/i18n/cht/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "關閉", "later": "ēØå¾Œ", - "cancel": "å–ę¶ˆ" + "cancel": "å–ę¶ˆ", + "moreFile": "...另外 1 å€‹ęŖ”ę”ˆęœŖé”Æē¤ŗ", + "moreFiles": "...另外 {0} å€‹ęŖ”ę”ˆęœŖé”Æē¤ŗ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/request/node/request.i18n.json b/i18n/cht/src/vs/platform/request/node/request.i18n.json index 018f29e5d5..4f787f3fa6 100644 --- a/i18n/cht/src/vs/platform/request/node/request.i18n.json +++ b/i18n/cht/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "č¦ä½æē”Øēš„ Proxy čØ­å®šć€‚å¦‚ęžœęœŖčØ­å®šļ¼Œęœƒå¾ž http_proxy 與 https_proxy ē’°å¢ƒč®Šę•øå–å¾—čØ­å®šć€‚", "strictSSL": "ę˜Æå¦ę‡‰č©²é‡å°ęä¾›ēš„ CA 清單驗證 Proxy ä¼ŗęœå™Øę†‘č­‰ć€‚", diff --git a/i18n/cht/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/cht/src/vs/platform/telemetry/common/telemetryService.i18n.json index 213eafec5f..d8cd32d383 100644 --- a/i18n/cht/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/cht/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "遙測", "telemetry.enableTelemetry": "å…čØ±å°‡ä½æē”Øē‹€ę³č³‡ę–™å’ŒéŒÆčŖ¤å‚³é€ēµ¦ Microsoft怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/cht/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 4c27d1b8aa..02172bd032 100644 --- a/i18n/cht/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "ęä¾›å»¶ä¼øęØ”ēµ„å®šē¾©ēš„åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©", "contributes.color.id": "åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©ēš„č­˜åˆ„ē¢¼ ", "contributes.color.id.format": "č­˜åˆ„ē¢¼ēš„ę ¼å¼ę‡‰ē‚ŗ aa[.bb]*", diff --git a/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json index 4868c4bbc6..8531b24390 100644 --- a/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/cht/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "å·„ä½œå°äø­ä½æē”Øēš„č‰²å½©ć€‚", "foreground": "ę•“é«”ēš„å‰ę™Æč‰²å½©ć€‚åƒ…ē•¶ęœŖč¢«ä»»ä½•å…ƒä»¶č¦†ē–Šę™‚ļ¼Œę‰ęœƒä½æē”Øę­¤č‰²å½©ć€‚", "errorForeground": "ę•“é«”éŒÆčŖ¤čØŠęÆēš„å‰ę™Æč‰²å½©ć€‚åƒ…ē•¶ęœŖč¢«ä»»ä½•å…ƒä»¶č¦†č“‹ę™‚ļ¼Œę‰ęœƒä½æē”Øę­¤č‰²å½©ć€‚", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "éŒÆčŖ¤åš“é‡ę€§ēš„č¼øå…„é©—č­‰čƒŒę™Æč‰²å½©ć€‚", "inputValidationErrorBorder": "éŒÆčŖ¤åš“é‡ę€§ēš„č¼øå…„é©—č­‰é‚Šē•Œč‰²å½©ć€‚", "dropdownBackground": "äø‹ę‹‰å¼ęø…å–®ēš„čƒŒę™Æć€‚", + "dropdownListBackground": "äø‹ę‹‰å¼ęø…å–®ēš„čƒŒę™Æć€‚", "dropdownForeground": "äø‹ę‹‰å¼ęø…å–®ēš„å‰ę™Æć€‚", "dropdownBorder": "äø‹ę‹‰å¼ęø…å–®ēš„ę”†ē·šć€‚", "listFocusBackground": "ē•¶ęø…å–®/ęØ¹ē‹€ē‚ŗä½æē”Øäø­ē‹€ę…‹ę™‚ļ¼Œē„¦é»žé …ē›®ēš„ęø…å–®/ęØ¹ē‹€čƒŒę™Æč‰²å½©ć€‚ä½æē”Øäø­ēš„ęø…å–®/ęØ¹ē‹€ęœ‰éµē›¤ē„¦é»žļ¼Œéžä½æē”Øäø­č€…å‰‡ę²’ęœ‰ć€‚", @@ -63,25 +66,29 @@ "editorWidgetBorder": "ē·Øč¼Æå™Øå°å·„å…·ēš„é‚Šē•Œč‰²å½©ć€‚å°å·„å…·éøę“‡ę“ęœ‰é‚Šē•Œęˆ–č‰²å½©ęœŖč¢«å°å·„å…·č¦†åÆ«ę™‚ļ¼Œę‰ęœƒä½æē”Øč‰²å½©ć€‚", "editorSelectionBackground": "ē·Øč¼Æå™Øéøå–ēÆ„åœēš„č‰²å½©ć€‚", "editorSelectionForeground": "ē‚ŗéøå–ēš„ę–‡å­—é”č‰²é«˜å°ęÆ”åŒ–", - "editorInactiveSelection": "éžä½æē”Øäø­ä¹‹ē·Øč¼Æå™Øéøå–ēÆ„åœēš„č‰²å½©ć€‚", - "editorSelectionHighlight": "éøå–ę™‚ļ¼Œå…§å®¹ē›øåŒä¹‹å€åŸŸēš„č‰²å½©ć€‚", + "editorInactiveSelection": "åœØéžä½æē”Øäø­ēš„ē·Øč¼Æå™Øēš„éøå–é …ē›®é”č‰²ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "editorSelectionHighlight": "čˆ‡éøå–é …ē›®ē›øåŒēš„å€åŸŸé”č‰²ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "editorSelectionHighlightBorder": "éøå–ę™‚ļ¼Œå…§å®¹ē›øåŒä¹‹å€åŸŸēš„ę”†ē·šč‰²å½©ć€‚", "editorFindMatch": "ē¬¦åˆē›®å‰ęœå°‹ēš„č‰²å½©ć€‚", - "findMatchHighlight": "ē¬¦åˆå…¶ä»–ęœå°‹ēš„č‰²å½©ć€‚", - "findRangeHighlight": "é™åˆ¶ęœå°‹ä¹‹ēÆ„åœēš„č‰²å½©ć€‚", - "hoverHighlight": "åœØé”Æē¤ŗäŗ†å‹•ę…‹é”Æē¤ŗēš„å–®å­—äø‹ę–¹é†’ē›®ęē¤ŗć€‚", + "findMatchHighlight": "ē¬¦åˆęœå°‹ę¢ä»¶ēš„å…¶ä»–é …ē›®ēš„é”č‰²ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "findRangeHighlight": "ē‚ŗé™åˆ¶ęœē“¢ēš„ēÆ„åœč‘—č‰²ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "editorFindMatchBorder": "ē¬¦åˆē›®å‰ęœå°‹ēš„ę”†ē·šč‰²å½©ć€‚", + "findMatchHighlightBorder": "ē¬¦åˆå…¶ä»–ęœå°‹ēš„ę”†ē·šč‰²å½©ć€‚", + "findRangeHighlightBorder": "é™åˆ¶ęœå°‹ēÆ„åœēš„é‚Šę”†é”č‰²ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "hoverHighlight": "ēŖé”Æę‡øåœé”Æē¤ŗēš„ę–‡å­—ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", "hoverBackground": "ē·Øč¼Æå™Øå‹•ę…‹é”Æē¤ŗēš„čƒŒę™Æč‰²å½©ć€‚", "hoverBorder": "ē·Øč¼Æå™Øå‹•ę…‹é”Æē¤ŗēš„ę”†ē·šč‰²å½©ć€‚", "activeLinkForeground": "ä½æē”Øäø­ä¹‹é€£ēµēš„č‰²å½©ć€‚", - "diffEditorInserted": "ę’å…„ę–‡å­—ēš„čƒŒę™Æč‰²å½©ć€‚", - "diffEditorRemoved": "ē§»é™¤ę–‡å­—ēš„čƒŒę™Æč‰²å½©ć€‚", + "diffEditorInserted": "ę’å…„ę–‡å­—ēš„čƒŒę™Æé”č‰²ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚ ", + "diffEditorRemoved": "ē§»é™¤ę–‡å­—ēš„čƒŒę™Æé”č‰²ć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚ ", "diffEditorInsertedOutline": "ę’å…„ēš„ę–‡å­—å¤–ę”†č‰²å½©ć€‚", "diffEditorRemovedOutline": "ē§»é™¤ēš„ę–‡å­—å¤–ę”†č‰²å½©ć€‚", - "mergeCurrentHeaderBackground": "ē›®å‰å…§åµŒåˆä½µč”ēŖäø­ēš„ę·±č‰²ęØ™é”ŒčƒŒę™Æć€‚", - "mergeCurrentContentBackground": "ē›®å‰å…§åµŒåˆä½µč”ēŖäø­ēš„å…§å®¹čƒŒę™Æć€‚", - "mergeIncomingHeaderBackground": "å‚³å…„å…§åµŒåˆä½µč”ēŖäø­ēš„ę·±č‰²ęØ™é”ŒčƒŒę™Æć€‚", - "mergeIncomingContentBackground": "å‚³å…„å…§åµŒåˆä½µč”ēŖäø­ēš„å…§å®¹čƒŒę™Æć€‚", - "mergeCommonHeaderBackground": "å…§åµŒåˆä½µč”ēŖäø­ēš„å…±åŒå§‹ē„–ęØ™é”ŒčƒŒę™Æ", - "mergeCommonContentBackground": "å…§åµŒåˆä½µč”ēŖäø­ēš„å…±åŒå§‹ē„–å…§å®¹čƒŒę™Æć€‚", + "mergeCurrentHeaderBackground": "ē›®å‰å…§åµŒåˆä½µč”ēŖäø­ēš„ę·±č‰²ęØ™é”ŒčƒŒę™Æć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "mergeCurrentContentBackground": "ē›®å‰å…§åµŒåˆä½µč”ēŖäø­ēš„å…§å®¹čƒŒę™Æć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "mergeIncomingHeaderBackground": "å‚³å…„å…§åµŒåˆä½µč”ēŖäø­ēš„ę·±č‰²ęØ™é”ŒčƒŒę™Æć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "mergeIncomingContentBackground": "å‚³å…„å…§åµŒåˆä½µč”ēŖäø­ēš„å…§å®¹čƒŒę™Æć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "mergeCommonHeaderBackground": "å…§åµŒåˆä½µč”ēŖäø­ēš„å…±åŒå§‹ē„–ęØ™é”ŒčƒŒę™Æć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", + "mergeCommonContentBackground": "å…§åµŒåˆä½µč”ēŖäø­ēš„å…±åŒå§‹ē„–å…§å®¹čƒŒę™Æć€‚äøčƒ½ä½æē”Øéžé€ę˜Žēš„é”č‰²ä¾†éš±č—åŗ•å±¤ēš„ęØ£å¼ć€‚", "mergeBorder": "å…§åµŒåˆä½µč”ēŖäø­ęØ™é ­åŠåˆ†éš”å™Øēš„é‚Šē•Œč‰²å½©ć€‚", "overviewRulerCurrentContentForeground": "ē›®å‰å…§åµŒåˆä½µč”ēŖēš„ę¦‚č§€å°ŗč¦å‰ę™Æć€‚", "overviewRulerIncomingContentForeground": "å‚³å…„å…§åµŒåˆä½µč”ēŖēš„ę¦‚č§€å°ŗč¦å‰ę™Æć€‚", diff --git a/i18n/cht/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/cht/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..e19ad10cfc --- /dev/null +++ b/i18n/cht/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "ꛓꖰ", + "updateChannel": "čØ­å®šę˜Æå¦č¦å¾žę›“ę–°é »é“ęŽ„ę”¶č‡Ŗå‹•ę›“ę–°ć€‚č®Šę›“å¾Œéœ€č¦é‡ę–°å•Ÿå‹•ć€‚", + "enableWindowsBackgroundUpdates": "å•Ÿē”Ø Windows čƒŒę™Æę›“ę–°" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/cht/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..dc24ee3acb --- /dev/null +++ b/i18n/cht/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "ē‰ˆęœ¬ {0}\nčŖåÆ {1}\nę—„ęœŸ {2}\nShell {3}\n轉譯器 {4}\nNode {5}\nęž¶ę§‹ {6}", + "okButton": "確定", + "copy": "複製(&&C)" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/cht/src/vs/platform/workspaces/common/workspaces.i18n.json index 95909b5153..841612041b 100644 --- a/i18n/cht/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/cht/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Code 巄作區", "untitledWorkspace": "ęœŖå‘½å (巄作區)", "workspaceNameVerbose": "{0} (巄作區)", diff --git a/i18n/cht/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..634df006e1 --- /dev/null +++ b/i18n/cht/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "åœØåœ°åŒ–č³‡ę–™åæ…é ˆē‚ŗé™£åˆ—", + "requirestring": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", + "optstring": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string` 锞型", + "vscode.extension.contributes.localizations": "ęä¾›åœØåœ°åŒ–ęœå‹™ēµ¦ē·Øč¼Æč€…", + "vscode.extension.contributes.localizations.languageId": "é”Æē¤ŗå·²ēæ»č­Æå­—äø²ēš„čŖžčØ€ Id", + "vscode.extension.contributes.localizations.languageName": "é”Æē¤ŗå·²ēæ»č­Æå­—äø²ēš„čŖžčØ€åēØ±", + "vscode.extension.contributes.localizations.translations": "ęŖ”ę”ˆēš„ē›øå°č·Æå¾‘ļ¼Œå…¶äø­č©²č³‡ę–™åŒ…å«å¤¾č²¢ē»čŖžčØ€ę‰€ęœ‰ēæ»č­ÆęŖ”ę”ˆć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 1a48cc1d69..daf6bcabc8 100644 --- a/i18n/cht/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "é …ē›®åæ…é ˆē‚ŗé™£åˆ—", "requirestring": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", "optstring": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string` 锞型", diff --git a/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index 36b2b7b357..d20c0a7da3 100644 --- a/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index 4d3f09317e..cc6f6c06ee 100644 --- a/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "關閉", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (延伸樔組)", + "defaultSource": "ę““å……åŠŸčƒ½", + "manageExtension": "箔理延伸樔組", "cancel": "å–ę¶ˆ", "ok": "確定" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..a9f7a1f381 --- /dev/null +++ b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "åŸ·č”Œå„²å­˜åƒčˆ‡č€…..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..0c243333d5 --- /dev/null +++ b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "webview 編輯器" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..631e74d4cd --- /dev/null +++ b/i18n/cht/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "延伸樔組 '{0}' åœØå·„ä½œå€ę–°å¢žäŗ† 1 個資料夾", + "folderStatusMessageAddMultipleFolders": "延伸樔組 '{0}' åœØå·„ä½œå€äø­ę–°å¢žäŗ† {1} 個資料夾", + "folderStatusMessageRemoveSingleFolder": "延伸樔組 '{0}' å¾žå·„ä½œå€ē§»é™¤äŗ† 1 個資料夾", + "folderStatusMessageRemoveMultipleFolders": "延伸樔組 '{0}' å¾žå·„ä½œå€ē§»é™¤äŗ† {1} 個資料夾", + "folderStatusChangeFolder": "延伸樔組 '{0}' č®Šę›“äŗ†å·„ä½œå€ēš„č³‡ę–™å¤¾" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index f032212aad..253b0ad4f1 100644 --- a/i18n/cht/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "ęœŖé”Æē¤ŗå¦å¤– {0} å€‹éŒÆčŖ¤čˆ‡č­¦å‘Šć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostExplorerView.i18n.json index 24e5da7900..c986d0351d 100644 --- a/i18n/cht/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 99e2a181c4..67ca78b54a 100644 --- a/i18n/cht/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "ę““å……åŠŸčƒ½ `{1}` ē„”ę³•å•Ÿå‹•ć€‚åŽŸå› : ęœŖēŸ„ēš„ē›øä¾ę€§ `{0}`怂", - "failedDep1": "ę““å……åŠŸčƒ½ `{1}` ē„”ę³•å•Ÿå‹•ć€‚åŽŸå› : ē›øä¾ę€§ `{0}` ē„”ę³•å•Ÿå‹•ć€‚", - "failedDep2": "ę““å……åŠŸčƒ½ `{0}` ē„”ę³•å•Ÿå‹•ć€‚åŽŸå› : ē›øä¾ę€§č¶…éŽ 10 å€‹å±¤ē“š (å¾ˆåÆčƒ½ę˜Æē›øä¾ę€§čæ“åœˆ)怂", - "activationError": "å•Ÿå‹•ę““å……åŠŸčƒ½ `{0}` 失敗: {1}怂" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "ę““å……åŠŸčƒ½ '{1}' ē„”ę³•å•Ÿå‹•ć€‚åŽŸå› : ęœŖēŸ„ēš„ē›øä¾ę€§ '{0}'怂", + "failedDep1": "ę““å……åŠŸčƒ½ '{1}' ē„”ę³•å•Ÿå‹•ć€‚åŽŸå› : ē›øä¾ę€§ '{0}' ē„”ę³•å•Ÿå‹•ć€‚", + "failedDep2": "ę““å……åŠŸčƒ½ '{0}' ē„”ę³•å•Ÿå‹•ć€‚åŽŸå› : ē›øä¾ę€§č¶…éŽ 10 å€‹å±¤ē“š (å¾ˆåÆčƒ½ę˜Æē›øä¾ę€§čæ“åœˆ)怂", + "activationError": "å•Ÿå‹•ę““å……åŠŸčƒ½ '{0}' 失敗: {1}怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/cht/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index fd728ace21..d9b970f953 100644 --- a/i18n/cht/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostTreeView.i18n.json index 24e5da7900..c986d0351d 100644 --- a/i18n/cht/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostTreeViews.i18n.json index edc32bace6..552b55ea38 100644 --- a/i18n/cht/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "ęœŖčØ»å†Šč­˜åˆ„ē¢¼ē‚ŗ '{0}' ēš„ęØ¹ē‹€ęŖ¢č¦–ć€‚", - "treeItem.notFound": "ę‰¾äøåˆ°č­˜åˆ„ē¢¼ē‚ŗ '{0}' ēš„ęØ¹ē‹€ęŖ¢č¦–ć€‚", - "treeView.duplicateElement": "元件{0}å·²č¢«čØ»å†Š" + "treeView.duplicateElement": "č­˜åˆ„ē¢¼ē‚ŗ {0} ēš„å…ƒä»¶å·²č¢«čØ»å†Š" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/cht/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..e779a2364e --- /dev/null +++ b/i18n/cht/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "延伸樔組 '{0}'Ā ē„”ę³•ę›“ę–°å·„ä½œå€č³‡ę–™å¤¾: {1}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/cht/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index 36b2b7b357..d20c0a7da3 100644 --- a/i18n/cht/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/cht/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index 4d3f09317e..e73f560b2b 100644 --- a/i18n/cht/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/cht/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/configureLocale.i18n.json index 10a65101c1..d4d6745834 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/fileActions.i18n.json index 3c6ae2d718..7bec69855f 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 6b71090023..0d806df87a 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "åˆ‡ę›ę“»å‹•åˆ—åÆč¦‹åŗ¦", "view": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..e4bd9129c9 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "åˆ‡ę›ē½®äø­é…ē½®", + "view": "檢視" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 99ed96f0cc..3ccae13164 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "åˆ‡ę›ē·Øč¼Æå™Øē¾¤ēµ„åž‚ē›“/ę°“å¹³é…ē½®", "horizontalLayout": "ę°“å¹³ē·Øč¼Æå™Øē¾¤ēµ„é…ē½®", "verticalLayout": "åž‚ē›“ē·Øč¼Æå™Øē¾¤ēµ„é…ē½®", diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 08df7a29ce..3bf1d9e8f1 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "åˆ‡ę›ęč¦ę¬„ä½ä½ē½®", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "åˆ‡ę›ęč¦ę¬„ä½ä½ē½®", "view": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 1bf848cfef..98236e7519 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "åˆ‡ę›ęč¦ę¬„ä½åÆč¦‹åŗ¦", "view": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index fe2bcd8d16..fb4e3af441 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "åˆ‡ę›ē‹€ę…‹åˆ—åÆč¦‹åŗ¦", "view": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index fd863ceb4b..22d7ab981e 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "åˆ‡ę›ęØ™ē±¤åÆč¦‹åŗ¦", "view": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index 5cb09236a6..4c996c17be 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "åˆ‡ę›ē„”å¹²ę“¾ęØ”å¼", "view": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/workspaceActions.i18n.json index abe1e77c79..2e6c1bb355 100644 --- a/i18n/cht/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "é–‹å•ŸęŖ”ę”ˆ...", "openFolder": "é–‹å•Ÿč³‡ę–™å¤¾...", "openFileFolder": "開啟...", - "addFolderToWorkspace": "å°‡č³‡ę–™å¤¾ę–°å¢žåˆ°å·„ä½œå€...", - "add": "ę–°å¢ž", - "addFolderToWorkspaceTitle": "å°‡č³‡ę–™å¤¾ę–°å¢žåˆ°å·„ä½œå€", "globalRemoveFolderFromWorkspace": "å°‡č³‡ę–™å¤¾å¾žå·„ä½œå€ē§»é™¤...", - "removeFolderFromWorkspace": "å°‡č³‡ę–™å¤¾å¾žå·„ä½œå€ē§»é™¤", - "openFolderSettings": "é–‹å•Ÿč³‡ę–™å¤¾čØ­å®š", "saveWorkspaceAsAction": "å¦å­˜å·„ä½œå€ē‚ŗ...", "save": "儲存(&&S)", "saveWorkspace": "儲存巄作區", "openWorkspaceAction": "開啟巄作區...", "openWorkspaceConfigFile": "é–‹å•Ÿå·„ä½œå€ēµ„ę…‹ęŖ”", - "openFolderAsWorkspaceInNewWindow": "åœØę–°č¦–ēŖ—äø­é–‹å•Ÿč³‡ę–™å¤¾ä½œē‚ŗå·„ä½œå€", - "workspaceFolderPickerPlaceholder": "éøå–å·„ä½œå€č³‡ę–™å¤¾" + "openFolderAsWorkspaceInNewWindow": "åœØę–°č¦–ēŖ—äø­é–‹å•Ÿč³‡ę–™å¤¾ä½œē‚ŗå·„ä½œå€" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/cht/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..2280b9eef8 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "å°‡č³‡ę–™å¤¾ę–°å¢žåˆ°å·„ä½œå€...", + "add": "ę–°å¢ž", + "addFolderToWorkspaceTitle": "å°‡č³‡ę–™å¤¾ę–°å¢žåˆ°å·„ä½œå€", + "workspaceFolderPickerPlaceholder": "éøå–å·„ä½œå€č³‡ę–™å¤¾" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 28f1a55a24..65a674b421 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 1ca947dd5d..dd59f0ff08 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "éš±č—ę“»å‹•åˆ—", "globalActions": "å…ØåŸŸå‹•ä½œ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/compositePart.i18n.json index d237bd1368..844809e279 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} 個動作", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index 313c717e03..40d3e11acb 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "å³ę™‚ęŖ¢č¦–åˆ‡ę›å™Ø" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 479d20a33a..8d9cf94d1d 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10 k +", "badgeTitle": "{0} - {1}", "additionalViews": "其他檢視", diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index cadfb0621b..0ddcb4796e 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "äŗŒé€²ä½ęŖ¢č¦–å™Ø" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index fc25ce13ad..1eace010aa 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "文字編輯器", "textDiffEditor": "文字 Diff 編輯器", "binaryDiffEditor": "äŗŒé€²ä½ Diff 編輯器", @@ -13,5 +15,18 @@ "groupThreePicker": "åœØē¬¬äø‰å€‹ē¾¤ēµ„é”Æē¤ŗē·Øč¼Æå™Ø", "allEditorsPicker": "é”Æē¤ŗę‰€ęœ‰é–‹å•Ÿēš„ē·Øč¼Æå™Ø", "view": "檢視", - "file": "ęŖ”ę”ˆ" + "file": "ęŖ”ę”ˆ", + "close": "關閉", + "closeOthers": "關閉其他", + "closeRight": "關到右偓", + "closeAllSaved": "é—œé–‰å·²å„²å­˜é …ē›®", + "closeAll": "å…ØéƒØé—œé–‰", + "keepOpen": "äæęŒé–‹å•Ÿ", + "toggleInlineView": "åˆ‡ę›č‡³å…§åµŒęŖ¢č¦–", + "showOpenedEditors": "é”Æē¤ŗé–‹å•Ÿēš„ē·Øč¼Æå™Ø", + "keepEditor": "äæē•™ē·Øč¼Æå™Ø", + "closeEditorsInGroup": "é—œé–‰ē¾¤ēµ„äø­ēš„ę‰€ęœ‰ē·Øč¼Æå™Ø", + "closeSavedEditors": "é—œé–‰ē¾¤ēµ„äø­ēš„å·²å„²å­˜ē·Øč¼Æå™Ø", + "closeOtherEditors": "é—œé–‰å…¶ä»–ē·Øč¼Æå™Ø", + "closeRightEditors": "å°‡ē·Øč¼Æå™Øé—œåˆ°å³å“" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index 6f4e3589f0..fdd001a2f0 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "åˆ†å‰²ē·Øč¼Æå™Ø", "joinTwoGroups": "čÆēµå…©å€‹ē¾¤ēµ„ēš„ē·Øč¼Æå™Ø", "navigateEditorGroups": "åœØē·Øč¼Æå™Øē¾¤ēµ„é–“å°Žč¦½", @@ -17,18 +19,13 @@ "closeEditor": "é—œé–‰ē·Øč¼Æå™Ø", "revertAndCloseActiveEditor": "é‚„åŽŸäø¦é—œé–‰ē·Øč¼Æå™Ø", "closeEditorsToTheLeft": "å°‡ē·Øč¼Æå™Øé—œåˆ°å·¦å“", - "closeEditorsToTheRight": "å°‡ē·Øč¼Æå™Øé—œåˆ°å³å“", "closeAllEditors": "é—œé–‰ę‰€ęœ‰ē·Øč¼Æå™Ø", - "closeUnmodifiedEditors": "åœØē¾¤ēµ„äø­é—œé–‰ęœŖäæ®ę”¹ēš„ē·Øč¼Æå™Ø", "closeEditorsInOtherGroups": "é—œé–‰å…¶ä»–ē¾¤ēµ„äø­ēš„ē·Øč¼Æå™Ø", - "closeOtherEditorsInGroup": "é—œé–‰å…¶ä»–ē·Øč¼Æå™Ø", - "closeEditorsInGroup": "é—œé–‰ē¾¤ēµ„äø­ēš„ę‰€ęœ‰ē·Øč¼Æå™Ø", "moveActiveGroupLeft": "將編輯器群組向左移", "moveActiveGroupRight": "å°‡ē·Øč¼Æå™Øē¾¤ēµ„å‘å³ē§»", "minimizeOtherEditorGroups": "å°‡å…¶ä»–ē·Øč¼Æå™Øē¾¤ēµ„ęœ€å°åŒ–", "evenEditorGroups": "å‡åˆ†ē·Øč¼Æå™Øē¾¤ēµ„åÆ¬åŗ¦", "maximizeEditor": "å°‡ē·Øč¼Æå™Øē¾¤ēµ„ęœ€å¤§åŒ–äø¦éš±č—å“é‚Šę¬„", - "keepEditor": "äæē•™ē·Øč¼Æå™Ø", "openNextEditor": "é–‹å•Ÿäø‹äø€å€‹ē·Øč¼Æå™Ø", "openPreviousEditor": "é–‹å•ŸäøŠäø€å€‹ē·Øč¼Æå™Ø", "nextEditorInGroup": "é–‹å•Ÿē¾¤ēµ„äø­äø‹äø€å€‹ē·Øč¼Æå™Ø", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "åœØē¬¬äø€å€‹ē¾¤ēµ„é”Æē¤ŗē·Øč¼Æå™Ø", "showEditorsInSecondGroup": "åœØē¬¬äŗŒå€‹ē¾¤ēµ„é”Æē¤ŗē·Øč¼Æå™Ø", "showEditorsInThirdGroup": "åœØē¬¬äø‰å€‹ē¾¤ēµ„é”Æē¤ŗē·Øč¼Æå™Ø", - "showEditorsInGroup": "åœØē¾¤ēµ„é”Æē¤ŗē·Øč¼Æå™Ø", "showAllEditors": "é”Æē¤ŗę‰€ęœ‰ē·Øč¼Æå™Ø", "openPreviousRecentlyUsedEditorInGroup": "é–‹å•Ÿē¾¤ēµ„äø­äøŠäø€å€‹ęœ€čæ‘ä½æē”Øēš„ē·Øč¼Æå™Ø", "openNextRecentlyUsedEditorInGroup": "é–‹å•Ÿē¾¤ēµ„äø­äø‹äø€å€‹ęœ€čæ‘ä½æē”Øēš„ē·Øč¼Æå™Ø", @@ -54,5 +50,8 @@ "moveEditorLeft": "將編輯器左移", "moveEditorRight": "å°‡ē·Øč¼Æå™Øå³ē§»", "moveEditorToPreviousGroup": "å°‡ē·Øč¼Æå™Øē§»å…„äøŠäø€å€‹ē¾¤ēµ„", - "moveEditorToNextGroup": "將編輯器移兄下一個群組" + "moveEditorToNextGroup": "將編輯器移兄下一個群組", + "moveEditorToFirstGroup": "å°‡ē·Øč¼Æå™Øē§»å‹•åˆ°ē¬¬äø€å€‹ē¾¤ēµ„", + "moveEditorToSecondGroup": "å°‡ē·Øč¼Æå™Øē§»å‹•åˆ°ē¬¬äŗŒå€‹ē¾¤ēµ„", + "moveEditorToThirdGroup": "å°‡ē·Øč¼Æå™Øē§»å‹•åˆ°ē¬¬äø‰å€‹ē¾¤ēµ„" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index f93bcde403..21d2d6c27c 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "仄 tab ęˆ–ē¾¤ēµ„ē‚ŗå–®ä½ē§»å‹•ä½æē”Øäø­ēš„ē·Øč¼Æå™Ø", "editorCommand.activeEditorMove.arg.name": "ä½æē”Øäø­ē·Øč¼Æå™Øēš„ē§»å‹•å¼•ę•ø", - "editorCommand.activeEditorMove.arg.description": "引數屬性:\n\t* 'to': ęä¾›ē§»å‹•ē›®ęØ™ä½ē½®ēš„å­—äø²å€¼ć€‚\n\t* 'by': ęä¾›ē§»å‹•å–®ä½ēš„å­—äø²å€¼ć€‚\n\t* 'value': ęä¾›ē§»å‹•å–®ä½ēš„å­—äø²å€¼ć€‚åÆä¾ē“¢å¼•ęØ™ē±¤ęˆ–ē¾¤ēµ„ä½œē‚ŗå–®ä½ć€‚", - "commandDeprecated": "已移除命令 **{0}**ć€‚ę‚ØåÆä»„ę”¹ē”Ø **{1}**", - "openKeybindings": "čØ­å®šéµē›¤åæ«é€Ÿéµ" + "editorCommand.activeEditorMove.arg.description": "引數屬性:\n\t* 'to': ęä¾›ē§»å‹•ē›®ęØ™ä½ē½®ēš„å­—äø²å€¼ć€‚\n\t* 'by': ęä¾›ē§»å‹•å–®ä½ēš„å­—äø²å€¼ć€‚\n\t* 'value': ęä¾›ē§»å‹•å–®ä½ēš„å­—äø²å€¼ć€‚åÆä¾ē“¢å¼•ęØ™ē±¤ęˆ–ē¾¤ēµ„ä½œē‚ŗå–®ä½ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index b0cb7f6640..184563cc24 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "å·¦", "groupTwoVertical": "置中", "groupThreeVertical": "右", diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index e1e32c2da1..bfadec165f 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œē·Øč¼Æå™Øē¾¤ēµ„éøę“‡å™Ø", "groupLabel": "群組: {0}", "noResultsFoundInGroup": "åœØē¾¤ēµ„äø­ę‰¾äøåˆ°ä»»ä½•ē›øē¬¦ēš„å·²é–‹å•Ÿē·Øč¼Æå™Ø", diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index b57df7a157..3254e563bd 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "第 {0} 蔌,第 {1} ꬄ (å·²éøå– {2})", "singleSelection": "第 {0} 蔌,第 {1} ꬄ", "multiSelectionRange": "{0} å€‹éøå–é …ē›® (å·²éøå– {1} 個字元)", diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..8574984a5a --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}B", + "sizeKB": "{0}KB", + "sizeMB": "{0}MB", + "sizeGB": "{0}GB", + "sizeTB": "{0}TB", + "largeImageError": "å½±åƒēš„ęŖ”ę”ˆå¤§å°å¤Ŗå¤§ (>1MB)ļ¼Œē„”ę³•åœØē·Øč¼Æå™Øäø­é”Æē¤ŗć€‚", + "resourceOpenExternalButton": "č¦ä½æē”Øå¤–éƒØēØ‹å¼ę‰“é–‹å½±åƒå—Ž?", + "nativeBinaryError": "ęŖ”ę”ˆē‚ŗäŗŒé€²ä½ęŖ”ć€éžåøøå¤§ęˆ–ä½æē”Øäøę”Æę“ēš„ę–‡å­—ē·Øē¢¼ļ¼Œå› ę­¤å°‡äøęœƒé”Æē¤ŗę–¼ē·Øč¼Æå™Øäø­ć€‚", + "zoom.action.fit.label": "ę•“å€‹å½±åƒ", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 6688c2c96f..dc5cdd1c77 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "ē“¢å¼•ęØ™ē±¤å‹•ä½œ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 7071905be9..dddd4cbd9b 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "文字 Diff 編輯器", "readonlyEditorWithInputAriaLabel": "{0}ć€‚å”Æč®€ę–‡å­—ęÆ”č¼ƒē·Øč¼Æå™Øć€‚", "readonlyEditorAriaLabel": "å”Æč®€ę–‡å­—ęÆ”č¼ƒē·Øč¼Æå™Øć€‚", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "ę–‡å­—ęŖ”ęÆ”č¼ƒē·Øč¼Æå™Øć€‚", "navigate.next.label": "äø‹äø€å€‹č®Šę›“", "navigate.prev.label": "äøŠäø€å€‹č®Šę›“", - "inlineDiffLabel": "åˆ‡ę›č‡³å…§åµŒęŖ¢č¦–", - "sideBySideDiffLabel": "åˆ‡ę›č‡³äø¦ęŽ’ęŖ¢č¦–" + "toggleIgnoreTrimWhitespace.label": "åæ½ē•„äæ®å‰Ŗē©ŗē™½å­—å…ƒ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index 551041cb3f..b62fe56ff7 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}ļ¼Œē¾¤ēµ„ {1}怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index cefb968cde..12ed42a38a 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "文字編輯器", "readonlyEditorWithInputAriaLabel": "{0}。唯讀文字編輯器。", "readonlyEditorAriaLabel": "唯讀文字編輯器。", diff --git a/i18n/cht/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index bfffed93b0..b3953b6671 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "關閉", - "closeOthers": "關閉其他", - "closeRight": "關到右偓", - "closeAll": "å…ØéƒØé—œé–‰", - "closeAllUnmodified": "é—œé–‰ęœŖč®Šę›“ēš„ęŖ”ę”ˆ", - "keepOpen": "äæęŒé–‹å•Ÿ", - "showOpenedEditors": "é”Æē¤ŗé–‹å•Ÿēš„ē·Øč¼Æå™Ø", "araLabelEditorActions": "ē·Øč¼Æå™Øå‹•ä½œ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..5c122f9bb3 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "ęø…é™¤é€šēŸ„", + "clearNotifications": "ęø…é™¤ę‰€ęœ‰é€šēŸ„", + "hideNotificationsCenter": "éš±č—é€šēŸ„", + "expandNotification": "å±•é–‹é€šēŸ„", + "collapseNotification": "ę‘ŗē–Šé€šēŸ„", + "configureNotification": "čØ­å®šé€šēŸ„", + "copyNotification": "複製文字" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..42af8ed4ba --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "錯誤: {0}", + "alertWarningMessage": "č­¦å‘Š: {0}", + "alertInfoMessage": "č³‡čØŠ: {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..f69bd5e06f --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "é€šēŸ„", + "notificationsToolbar": "é€šēŸ„äø­åæƒå‹•ä½œ", + "notificationsList": "é€šēŸ„åˆ—č”Ø" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..f03552d48c --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "é€šēŸ„", + "showNotifications": "é”Æē¤ŗé€šēŸ„", + "hideNotifications": "éš±č—é€šēŸ„", + "clearAllNotifications": "ęø…é™¤ę‰€ęœ‰é€šēŸ„" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..cce95ef299 --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "éš±č—é€šēŸ„", + "zeroNotifications": "ē„”é€šēŸ„", + "noNotifications": "ē„”ę–°é€šēŸ„", + "oneNotification": "1 å‰‡ę–°é€šēŸ„", + "notifications": "{0} å‰‡ę–°é€šēŸ„" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..67e6c4550f --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "é€šēŸ„ Toast" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..1ce1d0c4eb --- /dev/null +++ b/i18n/cht/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "é€šēŸ„å‹•ä½œ", + "notificationSource": "來源: {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 53a530a4f4..d9d8d50c67 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "é—œé–‰é¢ęæ", "togglePanel": "åˆ‡ę›é¢ęæ", "focusPanel": "å°‡ē„¦é»žē§»č‡³é¢ęæ", diff --git a/i18n/cht/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index 5a2e5b183b..da0315770c 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index d09400afc6..8b734e6173 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (ꌉ 'Enter' éµē¢ŗčŖęˆ–ęŒ‰ 'Esc' éµå–ę¶ˆ)", "inputModeEntry": "ꌉ 'Enter' éµē¢ŗčŖę‚Øēš„č¼øå…„ęˆ–ęŒ‰ 'Esc' éµå–ę¶ˆ", "emptyPicks": "ę²’ęœ‰åÆęŒ‘éøēš„é …ē›®", diff --git a/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 4e28880164..af957c7c21 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 4e28880164..01c906ccd2 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "ē§»č‡³ęŖ”ę”ˆ...", "quickNavigateNext": "在 Quick Open äø­å°Žč¦½č‡³äø‹äø€é …", "quickNavigatePrevious": "在 Quick Open äø­å°Žč¦½č‡³äøŠäø€é …", diff --git a/i18n/cht/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index bed067ba4a..086b646181 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "éš±č—ęč¦ę¬„ä½", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "ē€č¦½č‡³ęč¦ę¬„ä½", "viewCategory": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index 05f1e85eb7..77fa82a34d 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "箔理延伸樔組" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 03d11a86fb..ee0a01d42f 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[äøę”Æę“]", + "userIsAdmin": "[系統箔理哔]", + "userIsSudo": "[č¶…ē“šä½æē”Øč€…]", "devExtensionWindowTitlePrefix": "[Extension Development Host]" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 6894078d8f..b8c0513e73 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} 個動作" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/views/views.i18n.json index d9eedec600..8d060f3e07 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index e29734f764..1297f13e8c 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/cht/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index e0fd97c7ba..5797555b68 100644 --- a/i18n/cht/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "å¾žęč¦ę¬„ä½éš±č—" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "éš±č—" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/quickopen.i18n.json b/i18n/cht/src/vs/workbench/browser/quickopen.i18n.json index b0dd46b8c6..b2dced194c 100644 --- a/i18n/cht/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "ę²’ęœ‰ē›øē¬¦ēš„ēµęžœ", "noResultsFound2": "ę‰¾äøåˆ°ēµęžœ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/browser/viewlet.i18n.json b/i18n/cht/src/vs/workbench/browser/viewlet.i18n.json index 690069abe9..23a6986cd2 100644 --- a/i18n/cht/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "éš±č—ęč¦ę¬„ä½", "collapse": "å…ØéƒØę‘ŗē–Š" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/common/theme.i18n.json b/i18n/cht/src/vs/workbench/common/theme.i18n.json index 6be57ab281..204201ee4d 100644 --- a/i18n/cht/src/vs/workbench/common/theme.i18n.json +++ b/i18n/cht/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "ä½æē”Øäø­ä¹‹ē“¢å¼•ęØ™ē±¤ēš„čƒŒę™Æč‰²å½©ć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", "tabInactiveBackground": "éžä½æē”Øäø­ä¹‹ē“¢å¼•ęØ™ē±¤ēš„čƒŒę™Æč‰²å½©ć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", + "tabHoverBackground": "ē•¶ęš«ē•™ē“¢å¼•ęØ™ē±¤ēš„čƒŒę™Æč‰²å½©ć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", + "tabUnfocusedHoverBackground": "ē•¶ęš«ē•™éžē„¦é»žē¾¤ēµ„äø­ē“¢å¼•ęØ™ē±¤ēš„čƒŒę™Æč‰²å½©ć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚ ", "tabBorder": "ē”Øä»„åˆ†éš”ē“¢å¼•ęØ™ē±¤å½¼ę­¤ēš„ę”†ē·šć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", "tabActiveBorder": "ē”Øä»„é†’ē›®ęē¤ŗä½æē”Øäø­ē“¢å¼•ęØ™ē±¤ēš„ę”†ē·šć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", "tabActiveUnfocusedBorder": "ē”Øä»„åœØéžē„¦é»žē¾¤ēµ„äø­é†’ē›®ęē¤ŗä½æē”Øäø­ē“¢å¼•ęØ™ē±¤ēš„ę”†ē·šć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚ ", + "tabHoverBorder": "ē”Øä»„åē™½é”Æē¤ŗęš«ē•™ę™‚ē“¢å¼•ęØ™ē±¤ēš„ę”†ē·šć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", + "tabUnfocusedHoverBorder": "åœØéžē„¦é»žē¾¤ēµ„äø­åē™½é”Æē¤ŗęš«ē•™ę™‚ē“¢å¼•ęØ™ē±¤ēš„ę”†ē·šć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚ ", "tabActiveForeground": "ä½æē”Øäø­ēš„ē¾¤ēµ„å…§ļ¼Œä½æē”Øäø­ä¹‹ē“¢å¼•ęØ™ē±¤ēš„å‰ę™Æč‰²å½©ć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", "tabInactiveForeground": "ä½æē”Øäø­ēš„ē¾¤ēµ„å…§ļ¼Œéžä½æē”Øäø­ä¹‹ē“¢å¼•ęØ™ē±¤ēš„å‰ę™Æč‰²å½©ć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", "tabUnfocusedActiveForeground": "éžē„¦é»žē¾¤ēµ„äø­ēš„ä½æē”Øäø­ē“¢å¼•ęØ™ē±¤å‰ę™Æč‰²å½©ć€‚ē“¢å¼•ęØ™ē±¤ę˜Æē·Øč¼Æå™ØåœØē·Øč¼Æå™Øå€åŸŸäø­ēš„å®¹å™Øć€‚åŒäø€å€‹ē·Øč¼Æå™Øē¾¤ēµ„äø­ēš„å¤šå€‹ē“¢å¼•ęØ™ē±¤åÆä»„åŒę™‚é–‹å•Ÿć€‚åÆčƒ½ęœƒęœ‰å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„ć€‚", @@ -16,7 +22,7 @@ "editorGroupBackground": "ē·Øč¼Æå™Øē¾¤ēµ„ēš„čƒŒę™Æč‰²å½©ć€‚ē·Øč¼Æå™Øē¾¤ēµ„ę˜Æē·Øč¼Æå™Øēš„å®¹å™Øć€‚ē•¶ę‹–ę›³ē·Øč¼Æå™Øē¾¤ēµ„ę™‚ęœƒé”Æē¤ŗčƒŒę™Æč‰²å½©ć€‚", "tabsContainerBackground": "ē•¶ē“¢å¼•ęØ™ē±¤å•Ÿē”Øēš„ę™‚å€™ē·Øč¼Æå™Øē¾¤ēµ„ęØ™é”Œēš„čƒŒę™Æč‰²å½©ć€‚ē·Øč¼Æå™Øē¾¤ēµ„ę˜Æē·Øč¼Æå™Øēš„å®¹å™Øć€‚", "tabsContainerBorder": "ē•¶ē“¢å¼•ęØ™ē±¤å•Ÿē”Øę™‚ļ¼Œē·Øč¼Æå™Øē¾¤ēµ„ęØ™é”Œēš„ę”†ē·šč‰²å½©ć€‚ē·Øč¼Æå™Øē¾¤ēµ„ę˜Æē·Øč¼Æå™Øēš„å®¹å™Øć€‚", - "editorGroupHeaderBackground": "ē•¶ē“¢å¼•ęØ™ē±¤ē¦ē”Øēš„ę™‚å€™ē·Øč¼Æå™Øē¾¤ēµ„ęØ™é”Œēš„čƒŒę™Æé”č‰²ć€‚ē·Øč¼Æå™Øē¾¤ēµ„ę˜Æē·Øč¼Æå™Øēš„å®¹å™Øć€‚", + "editorGroupHeaderBackground": "ē•¶ē“¢å¼•ęØ™ē±¤ē¦ē”Øēš„ę™‚å€™ē·Øč¼Æå™Øē¾¤ēµ„ęØ™é”Œēš„čƒŒę™Æé”č‰² (`\"workbench.editor.showTabs\": false`)ć€‚ē·Øč¼Æå™Øē¾¤ēµ„ę˜Æē·Øč¼Æå™Øēš„å®¹å™Øć€‚", "editorGroupBorder": "ē”Øä»„åˆ†éš”å¤šå€‹ē·Øč¼Æå™Øē¾¤ēµ„å½¼ę­¤ēš„č‰²å½©ć€‚ē·Øč¼Æå™Øē¾¤ēµ„ę˜Æē·Øč¼Æå™Øēš„å®¹å™Øć€‚", "editorDragAndDropBackground": "ę‹–ę‹‰ē·Øč¼Æå™Øę™‚ēš„čƒŒę™Æé”č‰²,åÆčØ­ē½®é€ę˜Žåŗ¦č®“å…§å®¹ē©æé€é”Æē¤ŗ.", "panelBackground": "é¢ęæēš„å‰ę™Æč‰²å½©ć€‚é¢ęæęœƒé”Æē¤ŗåœØē·Øč¼Æå™Øå€åŸŸēš„äø‹ę–¹ļ¼Œå…¶äø­åŒ…å«č«øå¦‚č¼øå‡ŗčˆ‡ę•“åˆå¼ēµ‚ē«Æę©Ÿē­‰ęŖ¢č¦–ć€‚", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "ęœŖé–‹å•Ÿč³‡ę–™å¤¾ę™‚ļ¼Œē”Øä»„åˆ†éš”č³‡čØŠēœ‹ęæčˆ‡ē·Øč¼Æå™Øēš„ē‹€ę…‹åˆ—ę”†ē·šč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚ ", "statusBarItemActiveBackground": "ęŒ‰äø‹ę»‘é¼ ęŒ‰éˆ•ę™‚ļ¼Œē‹€ę…‹åˆ—é …ē›®ēš„čƒŒę™Æč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚", "statusBarItemHoverBackground": "å‹•ę…‹é”Æē¤ŗę™‚ļ¼Œē‹€ę…‹åˆ—é …ē›®ēš„čƒŒę™Æč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚", - "statusBarProminentItemBackground": "ē‹€ę…‹åˆ—ēŖå‡ŗé …ē›®ēš„čƒŒę™Æé”č‰²ć€‚ēŖå‡ŗé …ē›®ęÆ”ē‹€ę…‹åˆ—ēš„å…¶ä»–é …ē›®ę›“é”Æēœ¼ļ¼Œē”Øę–¼č”Øē¤ŗé‡č¦ę€§ę›“é«˜ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚", - "statusBarProminentItemHoverBackground": "ē‹€ę…‹åˆ—ēŖå‡ŗé …ē›®ęš«ē•™ę™‚ēš„čƒŒę™Æé”č‰²ć€‚ēŖå‡ŗé …ē›®ęÆ”ē‹€ę…‹åˆ—ēš„å…¶ä»–é …ē›®ę›“é”Æēœ¼ļ¼Œē”Øę–¼č”Øē¤ŗé‡č¦ę€§ę›“é«˜ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚", + "statusBarProminentItemBackground": "ē‹€ę…‹åˆ—ēŖå‡ŗé …ē›®ēš„čƒŒę™Æé”č‰²ć€‚ēŖå‡ŗé …ē›®ęÆ”ē‹€ę…‹åˆ—ēš„å…¶ä»–é …ē›®ę›“é”Æēœ¼ļ¼Œē”Øę–¼č”Øē¤ŗé‡č¦ę€§ę›“é«˜ć€‚å¾žå‘½ä»¤éøę“‡å€č®Šę›“ęØ”å¼ `åˆ‡ę› Tab éµē§»å‹•ē„¦é»ž` ä¾†ęŖ¢č¦–ēÆ„ä¾‹ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚", + "statusBarProminentItemHoverBackground": "ē•¶ęš«ē•™ē‹€ę…‹åˆ—ēŖå‡ŗé …ē›®ēš„čƒŒę™Æé”č‰²ć€‚ēŖå‡ŗé …ē›®ęÆ”ē‹€ę…‹åˆ—ēš„å…¶ä»–é …ē›®ę›“é”Æēœ¼ļ¼Œē”Øę–¼č”Øē¤ŗé‡č¦ę€§ę›“é«˜ć€‚å¾žå‘½ä»¤éøę“‡å€č®Šę›“ęØ”å¼ `åˆ‡ę› Tab éµē§»å‹•ē„¦é»ž` ä¾†ęŖ¢č¦–ēÆ„ä¾‹ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚", "activityBarBackground": "ę“»å‹•åˆ—čƒŒę™Æēš„č‰²å½©ć€‚ę“»å‹•åˆ—ęœƒé”Æē¤ŗåœØęœ€å·¦å“ęˆ–ęœ€å³å“ļ¼Œäø¦åÆåˆ‡ę›äøåŒēš„ęč¦ę¬„ä½ęŖ¢č¦–ć€‚", "activityBarForeground": "ę“»å‹•åˆ—ēš„å‰čƒŒę™Æč‰²å½©(ä¾‹å¦‚ē”Øę–¼åœ–ē¤ŗ)ć€‚ę­¤ę“»å‹•åˆ—ęœƒé”Æē¤ŗåœØęœ€å·¦å“ęˆ–ęœ€å³å“ļ¼Œč®“ę‚ØåÆä»„åˆ‡ę›ęč¦ę¬„ä½ēš„äøåŒęŖ¢č¦–ć€‚", "activityBarBorder": "ē”Øä»„åˆ†éš”ęč¦ę¬„ä½ēš„ę“»å‹•åˆ—ę”†ē·šč‰²å½©ć€‚ę­¤ę“»å‹•åˆ—ęœƒé”Æē¤ŗåœØęœ€å·¦å“ęˆ–ęœ€å³å“ļ¼Œč®“ę‚ØåÆä»„åˆ‡ę›ęč¦ę¬„ä½ēš„äøåŒęŖ¢č¦–ć€‚", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "ä½œē”Øäø­č¦–ēŖ—ä¹‹ęØ™é”Œåˆ—ēš„čƒŒę™Æć€‚č«‹ę³Øę„ļ¼Œē›®å‰åŖęœ‰ macOS ę”Æę“ę­¤č‰²å½©ć€‚", "titleBarInactiveBackground": "éžä½œē”Øäø­č¦–ēŖ—ä¹‹ęØ™é”Œåˆ—ēš„čƒŒę™Æć€‚č«‹ę³Øę„ļ¼Œē›®å‰åŖęœ‰ macOS ę”Æę“ę­¤č‰²å½©ć€‚", "titleBarBorder": "ęØ™é”Œåˆ—ę”†ē·šč‰²å½©ć€‚č«‹ę³Øę„ļ¼Œē›®å‰åŖęœ‰ macOS ę”Æę“ę­¤č‰²å½©ć€‚", - "notificationsForeground": "é€šēŸ„ēš„å‰ę™Æč‰²å½©ć€‚é€šēŸ„å¾žč¦–ēŖ—ēš„äøŠę–¹ę»‘å…„ć€‚", - "notificationsBackground": "é€šēŸ„ēš„čƒŒę™Æč‰²å½©ć€‚é€šēŸ„å¾žč¦–ēŖ—ēš„äøŠę–¹ę»‘å…„ć€‚", - "notificationsButtonBackground": "é€šēŸ„ęŒ‰éˆ•ēš„čƒŒę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žč¦–ēŖ—äøŠę–¹ę»‘å…„ć€‚", - "notificationsButtonHoverBackground": "ęøøęØ™åœē•™ę™‚é€šēŸ„ęŒ‰éˆ•ēš„čƒŒę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚", - "notificationsButtonForeground": "é€šēŸ„ęŒ‰éˆ•ēš„å‰ę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚", - "notificationsInfoBackground": "é€šēŸ„č³‡čØŠēš„čƒŒę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚", - "notificationsInfoForeground": "é€šēŸ„č³‡čØŠēš„å‰ę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚", - "notificationsWarningBackground": "é€šēŸ„č­¦å‘Šēš„čƒŒę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚", - "notificationsWarningForeground": "é€šēŸ„č­¦å‘Šēš„å‰ę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚", - "notificationsErrorBackground": "é€šēŸ„éŒÆčŖ¤ēš„čƒŒę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚", - "notificationsErrorForeground": "é€šēŸ„éŒÆčŖ¤ēš„å‰ę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žčž¢å¹•äøŠę–¹ę»‘å…„ć€‚" + "notificationCenterBorder": "é€šēŸ„äø­å¤®é‚Šę”†č‰²å½©ć€‚é€šēŸ„ęœƒå¾žč¦–ēŖ—å³äø‹č§’ę»‘å…„ć€‚", + "notificationToastBorder": "é€šēŸ„åæ«é”Æé€šēŸ„é‚Šę”†č‰²å½©ć€‚é€šēŸ„ęœƒå¾žč¦–ēŖ—å³äø‹č§’ę»‘å…„ć€‚", + "notificationsForeground": "é€šēŸ„ēš„å‰ę™Æé”č‰²ć€‚é€šēŸ„å¾žč¦–ēŖ—ēš„å³äø‹ę–¹ę»‘å…„ć€‚", + "notificationsBackground": "é€šēŸ„ēš„čƒŒę™Æé”č‰²ć€‚é€šēŸ„å¾žč¦–ēŖ—ēš„å³äø‹ę–¹ę»‘å…„ć€‚", + "notificationsLink": "é€šēŸ„ēš„é€£ēµå‰ę™Æé”č‰²ć€‚é€šēŸ„å¾žč¦–ēŖ—ēš„å³äø‹ę–¹ę»‘å…„ć€‚", + "notificationCenterHeaderForeground": "é€šēŸ„äø­åæƒęØ™é”Œå‰ę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žč¦–ēŖ—å³äø‹č§’ę»‘å…„ć€‚", + "notificationCenterHeaderBackground": "é€šēŸ„äø­åæƒęØ™é”ŒčƒŒę™Æč‰²å½©ć€‚é€šēŸ„ęœƒå¾žč¦–ēŖ—å³äø‹č§’ę»‘å…„ć€‚", + "notificationsBorder": "é€šēŸ„äø­åæƒäø­ļ¼Œčˆ‡å…¶ä»–é€šēŸ„åˆ†é–‹ēš„é€šēŸ„é‚Šę”†č‰²å½©ć€‚é€šēŸ„ęœƒå¾žč¦–ēŖ—å³äø‹č§’ę»‘å…„ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/common/views.i18n.json b/i18n/cht/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..3b6925809b --- /dev/null +++ b/i18n/cht/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "č­˜åˆ„ē¢¼ē‚ŗ '{0}' ēš„ęŖ¢č¦–å·²åœØä½ē½® '{1}' čØ»å†Š" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json index daf7e22d21..db9a68652b 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "é—œé–‰ē·Øč¼Æå™Ø", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "é—œé–‰č¦–ēŖ—", "closeWorkspace": "關閉巄作區", "noWorkspaceOpened": "ę­¤åŸ·č”Œå€‹é«”äø­ē›®å‰ę²’ęœ‰é–‹å•Ÿēš„å·„ä½œå€åÆä»„é—œé–‰ć€‚", @@ -17,6 +18,7 @@ "zoomReset": "é‡čØ­ēø®ę”¾", "appPerf": "å•Ÿå‹•ę•ˆčƒ½", "reloadWindow": "é‡ę–°č¼‰å…„č¦–ēŖ—", + "reloadWindowWithExntesionsDisabled": "åœē”Øå»¶ä¼øęØ”ēµ„äø¦é‡ę–°č¼‰å…„č¦–ēŖ—", "switchWindowPlaceHolder": "éøå–č¦åˆ‡ę›ēš„č¦–ēŖ—", "current": "ē›®å‰č¦–ēŖ—", "close": "é—œé–‰č¦–ēŖ—", @@ -29,7 +31,6 @@ "remove": "å¾žęœ€čæ‘é–‹å•Ÿēš„ęŖ”ę”ˆäø­ē§»é™¤", "openRecent": "é–‹å•Ÿęœ€čæ‘ä½æē”Øēš„ęŖ”ę”ˆ...", "quickOpenRecent": "åæ«é€Ÿé–‹å•Ÿęœ€čæ‘ä½æē”Øēš„ęŖ”ę”ˆ...", - "closeMessages": "é—œé–‰é€šēŸ„čØŠęÆ", "reportIssueInEnglish": "回報問锌", "reportPerformanceIssue": "å›žå ±ę•ˆčƒ½å•é”Œ", "keybindingsReference": "éµē›¤åæ«é€Ÿéµåƒč€ƒ", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "å°‡č¦–ēŖ—ē“¢å¼•ęØ™ē±¤ē§»č‡³ę–°ēš„č¦–ēŖ—", "mergeAllWindowTabs": "åˆä½µę‰€ęœ‰č¦–ēŖ—", "toggleWindowTabsBar": "åˆ‡ę›č¦–ēŖ—ē“¢å¼•ęØ™ē±¤åˆ—", - "configureLocale": "čØ­å®ščŖžčØ€", - "displayLanguage": "定義 VSCode ēš„é”Æē¤ŗčŖžčØ€ć€‚", - "doc": "å¦‚éœ€ę”Æę“ēš„čŖžčØ€ęø…å–®ļ¼Œč«‹åƒé–± {0}怂", - "restart": "ę”¹č®ŠčØ­å®šå€¼å¾Œéœ€č¦é‡ę–°å•Ÿå‹• VSCode.", - "fail.createSettings": "焔法建立 '{0}' ({1})怂", - "openLogsFolder": "é–‹å•Ÿē“€éŒ„č³‡ę–™å¤¾", - "showLogs": "é”Æē¤ŗē“€éŒ„...怂", - "mainProcess": "主要", - "sharedProcess": "共用", - "rendererProcess": "轉譯器", - "extensionHost": "延伸主機", - "selectProcess": "éøå–ēØ‹åŗ", - "setLogLevel": "čØ­å®ščØ˜éŒ„å±¤ē“š", - "trace": "追蹤", - "debug": "偵錯", - "info": "č³‡čØŠ", - "warn": "č­¦å‘Š", - "err": "錯誤", - "critical": "關鍵", - "off": "關閉", - "selectLogLevel": "éøę“‡ę—„čŖŒē“šåˆ„" + "about": "é—œę–¼ {0}", + "inspect context keys": "ęŖ¢ęŸ„åŠŸčƒ½č”Øå…§å®¹" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/configureLocale.i18n.json index 10a65101c1..d4d6745834 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/crashReporter.i18n.json index e3e021a425..b56322a057 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/extensionHost.i18n.json index b0f61bde6b..64d2e6af7d 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json index 33e2c22230..bd4578eed8 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "檢視", "help": "čŖŖę˜Ž", "file": "ęŖ”ę”ˆ", - "developer": "開發人哔", "workspaces": "巄作區", + "developer": "開發人哔", + "workbenchConfigurationTitle": "巄作台", "showEditorTabs": "ęŽ§åˆ¶å·²é–‹å•Ÿēš„ē·Øč¼Æå™Øę˜Æå¦ę‡‰é”Æē¤ŗåœØē“¢å¼•ęØ™ē±¤äø­ć€‚", "workbench.editor.labelFormat.default": "é”Æē¤ŗęŖ”ę”ˆåēØ±ć€‚ē•¶å•Ÿē”Øē“¢å¼•ęØ™ē±¤ļ¼Œäø”åŒäø€å€‹ē¾¤ēµ„äø­ęœ‰å…©å€‹ęŖ”ę”ˆåŒåę™‚ļ¼Œå°±ęœƒę–°å¢žå„å€‹ęŖ”ę”ˆč·Æå¾‘å…·ęœ‰č­˜åˆ„åŗ¦ēš„ēš„å€ę®µć€‚ē•¶åœē”Øē“¢å¼•ęØ™ē±¤ę™‚ļ¼Œč‹„ē·Øč¼Æå™ØåœØä½æē”Øäø­ļ¼Œå°±ęœƒé”Æē¤ŗčˆ‡å·„ä½œå€č³‡ę–™å¤¾ē›øé—œēš„č·Æå¾‘ć€‚", "workbench.editor.labelFormat.short": "é”Æē¤ŗęŖ”ę”ˆēš„åēØ±ļ¼Œäø¦åœØåēØ±å¾ŒęŽ„č‘—č©²ęŖ”ę”ˆēš„ē›®éŒ„åēØ±ć€‚", @@ -20,23 +23,25 @@ "showIcons": "ęŽ§åˆ¶é–‹å•Ÿēš„ē·Øč¼Æå™Øę˜Æå¦ę­é…åœ–ē¤ŗé”Æē¤ŗć€‚é€™éœ€č¦åŒę™‚å•Ÿē”Øåœ–ē¤ŗä½ˆę™Æäø»é”Œć€‚", "enablePreview": "ęŽ§åˆ¶å·²é–‹å•Ÿēš„ē·Øč¼Æå™Øę˜Æå¦é”Æē¤ŗē‚ŗé č¦½ć€‚é č¦½ē·Øč¼Æå™Øęœƒé‡č¤‡ä½æē”Øåˆ°č¢«äæē•™ (ä¾‹å¦‚ęŒ‰å…©äø‹ęˆ–é€²č”Œē·Øč¼Æ) äø¦ä»„ę–œé«”å­—åž‹ęØ£å¼é”Æē¤ŗē‚ŗę­¢ć€‚", "enablePreviewFromQuickOpen": "ęŽ§åˆ¶é€éŽ Quick Open ę‰€é–‹å•Ÿēš„ē·Øč¼Æå™Øę˜Æå¦é”Æē¤ŗē‚ŗé č¦½ć€‚é č¦½ē·Øč¼Æå™Øęœƒé‡č¤‡ä½æē”Øåˆ°č¢«äæē•™ (ä¾‹å¦‚ęŒ‰å…©äø‹ęˆ–é€²č”Œē·Øč¼Æ) 為止。", + "closeOnFileDelete": "ęŽ§åˆ¶é”Æē¤ŗęŖ”ę”ˆēš„ē·Øč¼Æå™Øę˜Æå¦ę‡‰åœØå…¶ä»–č™•ē†åŗåˆŖé™¤ęˆ–é‡ę–°å‘½åč©²ęŖ”ę”ˆę™‚č‡Ŗå‹•é—œé–‰ć€‚č‹„åœē”Øę­¤éøé …ļ¼Œē•¶ē™¼ē”Ÿå‰čæ°ē‹€ę³ę™‚ļ¼Œē·Øč¼Æå™ØęœƒäæęŒé–‹å•Ÿļ¼Œäø¦å‘ˆē¾å·²č®Šę›“ēš„ē‹€ę…‹ć€‚č«‹ę³Øę„ļ¼Œå¾žę‡‰ē”ØēØ‹å¼å…§åˆŖé™¤äø€å¾‹ęœƒé—œé–‰ē·Øč¼Æå™Øļ¼Œä½†å·²č®Šę›“ēš„ęŖ”ę”ˆåœØč³‡ę–™ęœŖå„²å­˜å‰äø€å¾‹äøęœƒé—œé–‰ć€‚", "editorOpenPositioning": "ęŽ§åˆ¶ē·Øč¼Æå™Øēš„é–‹å•Ÿä½ē½®ć€‚éøå– [å·¦] ꈖ [右] åÆåœØē›®å‰ä½æē”Øäø­ēš„ē·Øč¼Æå™Øå·¦ę–¹ęˆ–å³ę–¹åŠ ä»„é–‹å•Ÿć€‚éøå– [第一個] ꈖ [ęœ€å¾Œäø€å€‹] å‰‡åÆå¾žē›®å‰ä½æē”Øäø­ēš„ē·Øč¼Æå™Øå¦å¤–åŠ ä»„é–‹å•Ÿć€‚", "revealIfOpen": "ęŽ§åˆ¶ē·Øč¼Æå™Øę˜Æå¦č¦åœØä»»ä½•é”Æē¤ŗēš„ē¾¤ēµ„é–‹å•Ÿę™‚ļ¼ŒåœØå…¶äø­é”Æē¤ŗć€‚č‹„å•Ÿē”Øę­¤éøé …ļ¼Œå·²ē¶“é–‹å•Ÿēš„ē·Øč¼Æå™Øå°‡ęœƒē¹¼ēŗŒé”Æē¤ŗļ¼Œč€ŒäøęœƒåœØē›®å‰ä½æē”Øäø­ēš„ē·Øč¼Æå™Øē¾¤ēµ„äø­å†é–‹å•Ÿäø€ę¬”ć€‚č«‹ę³Øę„ļ¼Œęœ‰äø€äŗ›ęƒ…ę³ęœƒåæ½ē•„ę­¤čØ­å®šļ¼Œä¾‹å¦‚ē•¶å¼·åˆ¶ē·Øč¼Æå™ØåœØē‰¹å®šē¾¤ēµ„äø­é–‹å•Ÿļ¼Œęˆ–å¼·åˆ¶ē·Øč¼Æå™ØåœØē›®å‰ä½æē”Øäø­ēš„ē¾¤ēµ„ę—é–‹å•Ÿē­‰ęƒ…ę³ć€‚", + "swipeToNavigate": "åˆ©ē”Øäø‰ęŒ‡ę°“å¹³ę’„å‹•åœØé–‹å•Ÿēš„ęŖ”ę”ˆé–“ē€č¦½ć€‚", "commandHistory": "ęŽ§åˆ¶ęœ€čæ‘ä½æē”Øä¹‹å‘½ä»¤ēš„ę•øé‡ļ¼Œä»„äæē•™å‘½ä»¤éøę“‡å€ēš„čØ˜éŒ„ć€‚čØ­ē‚ŗ 0 åÆåœē”Øå‘½ä»¤åˆ—čØ˜éŒ„ć€‚", "preserveInput": "ęŽ§åˆ¶äø‹ę¬”é–‹å•Ÿå‘½ä»¤éøę“‡å€ę™‚ļ¼Œęœ€å¾Œéµå…„ēš„č¼øå…„ę˜Æå¦ę‡‰č©²é‚„åŽŸć€‚", "closeOnFocusLost": "ęŽ§åˆ¶ę˜Æå¦åœØ Quick Open å¤±åŽ»ē„¦é»žę™‚č‡Ŗå‹•é—œé–‰ć€‚", "openDefaultSettings": "ęŽ§åˆ¶é–‹å•ŸčØ­å®šę™‚ę˜Æå¦ä¹Ÿęœƒé–‹å•Ÿé”Æē¤ŗę‰€ęœ‰é čØ­čØ­å®šēš„ē·Øč¼Æå™Øć€‚", "sideBarLocation": "ęŽ§åˆ¶é …č³‡čØŠēœ‹ęæēš„ä½ē½®ć€‚åÆé”Æē¤ŗę–¼ Workbench ēš„å·¦ę–¹ęˆ–å³ę–¹ć€‚", + "panelDefaultLocation": "ęŽ§åˆ¶é¢ęæēš„é čØ­ä½ē½®ć€‚åÆé”Æē¤ŗåœØ Workbench ēš„åŗ•éƒØęˆ–ę˜Æå³ę–¹ć€‚", "statusBarVisibility": "ęŽ§åˆ¶ Workbench åŗ•ē«Æē‹€ę…‹åˆ—ēš„åÆč¦–ę€§ć€‚", "activityBarVisibility": "ęŽ§åˆ¶ę“»å‹•åˆ—åœØ workbench äø­ēš„åÆč¦‹åŗ¦ć€‚", - "closeOnFileDelete": "ęŽ§åˆ¶é”Æē¤ŗęŖ”ę”ˆēš„ē·Øč¼Æå™Øę˜Æå¦ę‡‰åœØå…¶ä»–č™•ē†åŗåˆŖé™¤ęˆ–é‡ę–°å‘½åč©²ęŖ”ę”ˆę™‚č‡Ŗå‹•é—œé–‰ć€‚č‹„åœē”Øę­¤éøé …ļ¼Œē•¶ē™¼ē”Ÿå‰čæ°ē‹€ę³ę™‚ļ¼Œē·Øč¼Æå™ØęœƒäæęŒé–‹å•Ÿļ¼Œäø¦å‘ˆē¾å·²č®Šę›“ēš„ē‹€ę…‹ć€‚č«‹ę³Øę„ļ¼Œå¾žę‡‰ē”ØēØ‹å¼å…§åˆŖé™¤äø€å¾‹ęœƒé—œé–‰ē·Øč¼Æå™Øļ¼Œä½†å·²č®Šę›“ēš„ęŖ”ę”ˆåœØč³‡ę–™ęœŖå„²å­˜å‰äø€å¾‹äøęœƒé—œé–‰ć€‚", - "enableNaturalLanguageSettingsSearch": "ęŽ§åˆ¶ę˜Æå¦å•Ÿē”Øč‡Ŗē„¶čŖžčØ€ęœå°‹ęØ”å¼ć€‚", - "fontAliasing": "在 Workbench äø­ęŽ§åˆ¶å­—åž‹é‹øé½’åŒ–ēš„ę–¹ę³•ć€‚- 預設: å­åƒē“ å­—åž‹å¹³ę»‘č™•ē†ć€‚åœØå¤§éƒØåˆ†éž Retina é”Æē¤ŗå™ØäøŠęœƒé”Æē¤ŗå‡ŗęœ€éŠ³åˆ©ēš„ę–‡å­—- å·²ę¶ˆé™¤é‹øé½’: ē›øå°ę–¼å­åƒē“ ļ¼Œę ¹ę“šåƒē“ å±¤ē“šå¹³ę»‘å­—åž‹ć€‚åÆč®“å­—åž‹ę•“é«”é”Æå¾—č¼ƒē“°- ē„”: åœē”Øå­—åž‹å¹³ę»‘č™•ē†ć€‚ę–‡å­—ęœƒä»„é‹øé½’ē‹€ēš„éŠ³é‚Šé”Æē¤ŗ ", + "viewVisibility": "ęŽ§åˆ¶ęŖ¢č¦–ęØ™é ­å‹•ä½œēš„åÆč¦‹åŗ¦ć€‚ęŖ¢č¦–ęØ™é ­å‹•ä½œåÆē‚ŗēø½ę˜ÆåÆč¦‹ļ¼Œęˆ–åœØęŖ¢č¦–ē‚ŗē„¦é»žęˆ–ęš«ē•™ę™‚ę‰åÆč¦‹ć€‚", + "fontAliasing": "ęŽ§åˆ¶å·„ä½œå°äø­ēš„å­—åž‹é‹øé½’åŒ–ę–¹ę³•ć€‚\n- default: å­åƒē“ å­—åž‹å¹³ę»‘åŒ–ć€‚åœØå¤šę•øéž Retina ēš„é”Æē¤ŗå™ØäøŠļ¼Œé€™ęœƒä½æę–‡å­—č®Šå¾—ęœ€é®®ę˜Ž\n- antialiased: åœØåƒē“ å±¤ē“šäøŠä½æå­—åž‹å¹³ę»‘åŒ–ļ¼Œčˆ‡å­åƒē“ ē›øå°ć€‚čƒ½å¤ ä½æå­—åž‹ę•“é«”é”Æē¤ŗč¼ƒäŗ®\n- none: åœē”Øå­—åž‹å¹³ę»‘åŒ–ć€‚é”Æē¤ŗēš„ę–‡å­—ęœƒåø¶ęœ‰é‹øé½’ē‹€éŠ³åˆ©é‚Šē·£\n- auto: ę ¹ę“šé”Æē¤ŗå™Øēš„ DPI 自動儗用 `default` ꈖ `antialiased`怂", "workbench.fontAliasing.default": "å­åƒē“ å­—åž‹å¹³ę»‘č™•ē†ć€‚åœØå¤§éƒØåˆ†éž Retina é”Æē¤ŗå™ØäøŠęœƒé”Æē¤ŗå‡ŗęœ€éŠ³åˆ©ēš„ę–‡å­—ć€‚", "workbench.fontAliasing.antialiased": "ē›øå°ę–¼å­åƒē“ ļ¼Œę ¹ę“šåƒē“ å±¤ē“šå¹³ę»‘å­—åž‹ć€‚åÆä»„č®“å­—åž‹ę•“é«”é”Æå¾—č¼ƒē“°ć€‚", "workbench.fontAliasing.none": "禁用字體平滑.ę–‡å­—å°‡ęœƒé”Æē¤ŗé‹øé½’ē‹€čˆ‡é‹’åˆ©ēš„é‚Šē·£.", - "swipeToNavigate": "åˆ©ē”Øäø‰ęŒ‡ę°“å¹³ę’„å‹•åœØé–‹å•Ÿēš„ęŖ”ę”ˆé–“ē€č¦½ć€‚", - "workbenchConfigurationTitle": "巄作台", + "workbench.fontAliasing.auto": "ę ¹ę“šé”Æē¤ŗå™Øēš„ DPI 自動儗用 `default` ꈖ `antialiased`怂", + "enableNaturalLanguageSettingsSearch": "ęŽ§åˆ¶ę˜Æå¦å•Ÿē”Øč‡Ŗē„¶čŖžčØ€ęœå°‹ęØ”å¼ć€‚", "windowConfigurationTitle": "視窗", "window.openFilesInNewWindow.on": "ęŖ”ę”ˆęœƒåœØę–°č¦–ēŖ—äø­é–‹å•Ÿ", "window.openFilesInNewWindow.off": "ęŖ”ę”ˆęœƒåœØé–‹å•Ÿäŗ†ęŖ”ę”ˆč³‡ę–™å¤¾ēš„č¦–ēŖ—ļ¼Œęˆ–åœØäøŠäø€å€‹ä½æē”Øäø­ēš„č¦–ēŖ—äø­é–‹å•Ÿ", @@ -71,9 +76,9 @@ "window.nativeTabs": "å•Ÿē”Ø macOS Sierra č¦–ēŖ—ē“¢å¼•ęØ™ē±¤ć€‚č«‹ę³Øę„éœ€č¦å®Œå…Øé‡ę–°å•Ÿå‹•ę‰čƒ½å„—ē”Øč®Šę›“ļ¼Œäø¦äø”å®ŒęˆčØ­å®šå¾ŒåŽŸå§‹ē“¢å¼•ęØ™ē±¤å°‡ęœƒåœē”Øč‡ŖčØ‚ęØ™é”Œåˆ—ęØ£å¼ć€‚", "zenModeConfigurationTitle": "Zen Mode", "zenMode.fullScreen": "ęŽ§åˆ¶é–‹å•Ÿ Zen Mode ę˜Æå¦ä¹Ÿęœƒå°‡ Workbench č½‰ę›ē‚ŗå…Øčž¢å¹•ęØ”å¼ć€‚", + "zenMode.centerLayout": "ęŽ§åˆ¶é–‹å•Ÿ Zen Mode ę˜Æå¦ä¹Ÿęœƒē½®äø­é…ē½®ć€‚", "zenMode.hideTabs": "ęŽ§åˆ¶é–‹å•Ÿ Zen Mode ę˜Æå¦ä¹Ÿęœƒéš±č— Workbench 瓢引標籤。", "zenMode.hideStatusBar": "ęŽ§åˆ¶é–‹å•Ÿ Zen Mode ę˜Æå¦ä¹Ÿęœƒéš±č— Workbench åŗ•éƒØēš„ē‹€ę…‹åˆ—ć€‚", "zenMode.hideActivityBar": "ęŽ§åˆ¶é–‹å•Ÿ Zen Mode ę˜Æå¦ä¹Ÿęœƒéš±č— Workbench å·¦ę–¹ēš„ę“»å‹•åˆ—ć€‚", - "zenMode.restore": "ęŽ§åˆ¶č¦–ēŖ—å¦‚ęžœåœØ Zen Mode äø‹ēµęŸļ¼Œę˜Æå¦ę‡‰é‚„åŽŸē‚ŗ Zen Mode怂", - "JsonSchema.locale": "č¦ä½æē”Øēš„ UI čŖžčØ€ć€‚" + "zenMode.restore": "ęŽ§åˆ¶č¦–ēŖ—å¦‚ęžœåœØ Zen Mode äø‹ēµęŸļ¼Œę˜Æå¦ę‡‰é‚„åŽŸē‚ŗ Zen Mode怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/main.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/main.i18n.json index b5bd6d78ef..7541752119 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "ē„”ę³•č¼‰å…„éœ€č¦ēš„ęŖ”ę”ˆć€‚åÆčƒ½ę˜Æę‚Øå·²ē¶“ę²’ęœ‰é€£ē·šåˆ°ē¶²éš›ē¶²č·Æļ¼Œęˆ–ę˜Æę‚Øé€£ęŽ„ēš„ä¼ŗęœå™Øå·²é›¢ē·šć€‚č«‹é‡ę–°ę•“ē†ē€č¦½å™Øļ¼Œå†č©¦äø€ę¬”ć€‚", "loaderErrorNative": "ē„”ę³•č¼‰å…„åæ…č¦ēš„ęŖ”ę”ˆć€‚č«‹é‡ę–°å•Ÿå‹•č©²ę‡‰ē”ØēØ‹å¼ļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚č©³ē“°č³‡ę–™: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/shell.i18n.json index 5a00c19854..a3d25cfb57 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/electron-browser/window.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/window.i18n.json index 84c2c07566..369bdf99cc 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "復原", "redo": "重做", "cut": "剪下", "copy": "複製", "paste": "貼上", - "selectAll": "全選" + "selectAll": "全選", + "runningAsRoot": "äøå»ŗč­°ä»„ root čŗ«åˆ†åŸ·č”Œ {0}怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/workbench.i18n.json index 2375ce9a84..6ec3b3ab9d 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "開發人哔", "file": "ęŖ”ę”ˆ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/cht/src/vs/workbench/node/extensionHostMain.i18n.json index e5f1bca63d..40c9bb9f2a 100644 --- a/i18n/cht/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/cht/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "路徑 {0} äø¦ęœŖęŒ‡å‘ęœ‰ę•ˆēš„ę““å……åŠŸčƒ½ęø¬č©¦åŸ·č”Œå™Øć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/cht/src/vs/workbench/node/extensionPoints.i18n.json index f08aebf333..701be7fd14 100644 --- a/i18n/cht/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/cht/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 943dd58c49..41456f8e4d 100644 --- a/i18n/cht/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "在 PATH äø­å®‰č£ '{0}' 命令", "not available": "此命令焔法使用", "successIn": "已成功在 PATH äø­å®‰č£ę®¼å±¤å‘½ä»¤ '{0}'怂", - "warnEscalation": "Code ē¾åœØęœƒęē¤ŗč¼øå…„ 'osascript' å–å¾—ē³»ēµ±ē®”ē†å“”ę¬Šé™ļ¼Œä»„ä¾æå®‰č£ę®¼å±¤å‘½ä»¤ć€‚", "ok": "確定", - "cantCreateBinFolder": "焔法建立 '/usr/local/bin'怂", "cancel2": "å–ę¶ˆ", + "warnEscalation": "Code ē¾åœØęœƒęē¤ŗč¼øå…„ 'osascript' å–å¾—ē³»ēµ±ē®”ē†å“”ę¬Šé™ļ¼Œä»„ä¾æå®‰č£ę®¼å±¤å‘½ä»¤ć€‚", + "cantCreateBinFolder": "焔法建立 '/usr/local/bin'怂", "aborted": "已中止", "uninstall": "從 PATH 將 '{0}' å‘½ä»¤č§£é™¤å®‰č£ ", "successFrom": "å·²ęˆåŠŸå¾ž PATH č§£é™¤å®‰č£ę®¼å±¤å‘½ä»¤ '{0}'怂", diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index 9e13a86b29..ab361c6439 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "ē¾åœØč«‹å°‡čØ­å®š `editor.accessibilitySupport` č®Šę›“ē‚ŗ 'on'怂", "openingDocs": "ē¾åœØč«‹é–‹å•Ÿ VS Code å”åŠ©å·„å…·ę–‡ä»¶é é¢ć€‚", "introMsg": "ę„Ÿč¬ę‚Øč©¦ē”Ø VS Code ēš„å”åŠ©å·„å…·éøé …ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index ff6f3d234e..2d4512b8c3 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "開發人哔: ęŖ¢ęŸ„ęŒ‰éµå°ę‡‰" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index ef380d89f9..658a42fb81 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 06716533a4..84fcf50a8e 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "å‰–ęž {0} ę™‚ē™¼ē”ŸéŒÆčŖ¤: {1}", "schema.openBracket": "å·¦ę‹¬å¼§å­—å…ƒęˆ–å­—äø²é †åŗć€‚", "schema.closeBracket": "å³ę‹¬å¼§å­—å…ƒęˆ–å­—äø²é †åŗć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index ef380d89f9..ca44f9da55 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "開發人哔: 檢柄 TM ēÆ„åœ", "inspectTMScopesWidget.loading": "ę­£åœØč¼‰å…„..." } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 71382a3461..29c467a33c 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "檢視: åˆ‡ę›čæ·ä½ åœ°åœ–" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index fef7fe532f..a5ff08335f 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "åˆ‡ę›č‡³å¤šęøøęØ™äæ®ę”¹ēØ‹å¼" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 52fe8ed02e..80e61af5af 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "檢視: åˆ‡ę›ęŽ§åˆ¶å­—å…ƒ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index f69ad28329..5049d72f1c 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "檢視: åˆ‡ę›č½‰č­Æē©ŗē™½å­—å…ƒ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index eb0a1dcfe4..64ccd27ff4 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "檢視: åˆ‡ę›č‡Ŗå‹•ę›č”Œ", "wordWrap.notInDiffEditor": "ē„”ę³•åœØäøåŒēš„ē·Øč¼Æå™Øäø­åˆ‡ę›ę–‡å­—ę›č”Œć€‚", "unwrapMinified": "åœē”Øę­¤ęŖ”ę”ˆēš„ę›č”Œ", diff --git a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index c9b5681810..4726aceb65 100644 --- a/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "確定", "wordWrapMigration.dontShowAgain": "äøč¦å†é”Æē¤ŗ", "wordWrapMigration.openSettings": "é–‹å•ŸčØ­å®š", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 05ef2c612b..45ec99c33f 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "åœØé‹ē®—å¼č©•ä¼°ē‚ŗ true ę™‚äø­ę–·ć€‚ęŒ‰ 'Enter' éµęŽ„å—ļ¼ŒęŒ‰ 'esc' éµå–ę¶ˆć€‚", "breakpointWidgetAriaLabel": "ēØ‹å¼åŖęœ‰åœØę­¤ę¢ä»¶ē‚ŗ true ę™‚ę‰ęœƒåœØę­¤åœę­¢ć€‚č«‹ęŒ‰ Enter éµęŽ„å—ļ¼Œęˆ–ęŒ‰ Esc éµå–ę¶ˆć€‚", "breakpointWidgetHitCountPlaceholder": "ē¬¦åˆå«ē”Øę¬”ę•øę¢ä»¶ę™‚äø­ę–·ć€‚ęŒ‰ 'Enter' éµęŽ„å—ļ¼ŒęŒ‰ 'esc' éµå–ę¶ˆć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..20119c6f4e --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "ē·Øč¼Æäø­ę–·é»ž...", + "functionBreakpointsNotSupported": "ę­¤åµéŒÆé”žåž‹äøę”Æę“å‡½å¼äø­ę–·é»ž", + "functionBreakpointPlaceholder": "č¦äø­ę–·ēš„å‡½å¼", + "functionBreakPointInputAriaLabel": "č¼øå…„å‡½å¼äø­ę–·é»ž", + "breakpointDisabledHover": "åœē”Øēš„äø­ę–·é»ž", + "breakpointUnverifieddHover": "ęœŖé©—č­‰ēš„äø­ę–·é»ž", + "functionBreakpointUnsupported": "ę­¤åµéŒÆé”žåž‹äøę”Æę“å‡½å¼äø­ę–·é»ž", + "breakpointDirtydHover": "ęœŖé©—č­‰ēš„äø­ę–·é»žć€‚ęŖ”ę”ˆå·²äæ®ę”¹ļ¼Œč«‹é‡ę–°å•Ÿå‹•åµéŒÆå·„ä½œéšŽę®µć€‚", + "conditionalBreakpointUnsupported": "ę­¤åµéŒÆé”žåž‹äøę”Æę“ēš„ę¢ä»¶å¼äø­ę–·é»ž", + "hitBreakpointUnsupported": "ę­¤åµéŒÆé”žåž‹äøę”Æę“é»žę“Šę¢ä»¶å¼äø­ę–·é»ž" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 810ba43310..bd4fe7120d 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "ę²’ęœ‰ēµ„ę…‹", "addConfigTo": "ę–°å¢žēµ„ę…‹ ({0})...", "addConfiguration": "ę–°å¢žēµ„ę…‹..." diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index df56cbd6f9..2d26e85949 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "開啟 {0}", "launchJsonNeedsConfigurtion": "čØ­å®šęˆ–äæ®ę­£ 'launch.json'", "noFolderDebugConfig": "č«‹å…ˆę‰“é–‹äø€å€‹č³‡ę–™å¤¾ä»„ä¾æčØ­å®šé€²éšŽåµéŒÆēµ„ę…‹ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index 8bd875c749..3d306205a7 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "åµéŒÆå·„å…·åˆ—čƒŒę™Æč‰²å½©ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "åµéŒÆå·„å…·åˆ—čƒŒę™Æč‰²å½©ć€‚", + "debugToolBarBorder": "åµéŒÆå·„å…·åˆ—ēš„é‚Šę”†č‰²å½©" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..bf5a70bd99 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "č«‹å…ˆę‰“é–‹äø€å€‹č³‡ę–™å¤¾ä»„ä¾æčØ­å®šé€²éšŽåµéŒÆēµ„ę…‹ć€‚", + "columnBreakpoint": "č³‡ę–™č”Œäø­ę–·é»ž", + "debug": "偵錯", + "addColumnBreakpoint": "ę–°å¢žč³‡ę–™č”Œäø­ę–·é»ž" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index bf86b725a2..6183662b4e 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "äøä½æē”ØåµéŒÆå·„ä½œéšŽę®µē„”ę³•č§£ęžę­¤č³‡ęŗ" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "äøä½æē”ØåµéŒÆå·„ä½œéšŽę®µē„”ę³•č§£ęžę­¤č³‡ęŗ", + "canNotResolveSource": "ē„”ę³•č§£ęžč³‡ęŗ {0}ļ¼ŒåµéŒÆå»¶ä¼øęØ”ēµ„ē„”å›žę‡‰" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index dd77371f9e..ec38515957 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "偵錯: åˆ‡ę›äø­ę–·é»ž", - "columnBreakpointAction": "偵錯: č³‡ę–™č”Œäø­ę–·é»ž", - "columnBreakpoint": "ę–°å¢žč³‡ę–™č”Œäø­ę–·é»ž", "conditionalBreakpointEditorAction": "偵錯: ę–°å¢žę¢ä»¶äø­ę–·é»ž...", "runToCursor": "åŸ·č”Œč‡³ęøøęØ™č™•", "debugEvaluate": "偵錯: č©•ä¼°", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index becfcf20fc..c60c88f7b4 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "åœē”Øēš„äø­ę–·é»ž", "breakpointUnverifieddHover": "ęœŖé©—č­‰ēš„äø­ę–·é»ž", "breakpointDirtydHover": "ęœŖé©—č­‰ēš„äø­ę–·é»žć€‚ęŖ”ę”ˆå·²äæ®ę”¹ļ¼Œč«‹é‡ę–°å•Ÿå‹•åµéŒÆå·„ä½œéšŽę®µć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 86768e58c6..347189970b 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0},偵錯", "debugAriaLabel": "č¼øå…„č¦åŸ·č”Œä¹‹å•Ÿå‹•ēµ„ę…‹ēš„åēØ±ć€‚", "addConfigTo": "ę–°å¢žēµ„ę…‹ ({0})...", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 0cd89f075f..3c6c5e1bd1 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "éøå–äø¦å•Ÿå‹•åµéŒÆēµ„ę…‹" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index bde470acdc..9d64c6e1fc 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "ē„¦é»žč®Šę•ø", "debugFocusWatchView": "ē„¦é»žē›£ēœ‹", "debugFocusCallStackView": "ē„¦é»žå‘¼å«å †ē–Š", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index 1aaf797f07..aaf20b4af6 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "ä¾‹å¤–ē‹€ę³å°å·„å…·ēš„ę”†ē·šč‰²å½©ć€‚", "debugExceptionWidgetBackground": "ä¾‹å¤–ē‹€ę³å°å·„å…·ēš„čƒŒę™Æč‰²å½©ć€‚", "exceptionThrownWithId": "ē™¼ē”Ÿä¾‹å¤–ē‹€ę³: {0}", diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index e2098f79ad..848bdb5656 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "ęŒ‰äø€äø‹ä»„čæ½č¹¤ (Cmd + ęŒ‰äø€äø‹ę»‘é¼ å·¦éµé–‹č‡³å“é‚Š)", "fileLink": "ęŒ‰äø€äø‹ä»„čæ½č¹¤ (Ctrl + ęŒ‰äø€äø‹ę»‘é¼ å·¦éµé–‹č‡³å“é‚Š)" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..a249eb9ed7 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "å°ēØ‹å¼åŸ·č”ŒåµéŒÆę™‚ē‹€ę…‹åˆ—ēš„čƒŒę™Æč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØ", + "statusBarDebuggingForeground": "å°ēØ‹å¼åŸ·č”ŒåµéŒÆę™‚ē‹€ę…‹åˆ—ēš„å‰ę™Æč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØ", + "statusBarDebuggingBorder": "ę­£åœØåµéŒÆē”Øä»„åˆ†éš”č³‡čØŠēœ‹ęæčˆ‡ē·Øč¼Æå™Øēš„ē‹€ę…‹åˆ—ę”†ē·šč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚ " +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/common/debug.i18n.json index 63a60fc01a..5ebb3d46c3 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "å…§éƒØåµéŒÆäø»ęŽ§å°ēš„ęŽ§åˆ¶é …č”Œē‚ŗć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 0ebbbd8344..25db391e5f 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "焔法使用", "startDebugFirst": "č«‹å•Ÿå‹•åµéŒÆå·„ä½œéšŽę®µé€²č”Œč©•ä¼°" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 6ce65f7439..ef64dadddc 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "ęœŖēŸ„ēš„ä¾†ęŗ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index 1c2b31ade4..f9b93a45d1 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "ē·Øč¼Æäø­ę–·é»ž...", "functionBreakpointsNotSupported": "ę­¤åµéŒÆé”žåž‹äøę”Æę“å‡½å¼äø­ę–·é»ž", "functionBreakpointPlaceholder": "č¦äø­ę–·ēš„å‡½å¼", diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 7f2bceb1df..d6c21c3982 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "å‘¼å«å †ē–Šå€ę®µ", "debugStopped": "ę–¼ {0} 暫停", "callStackAriaLabel": "åµéŒÆå‘¼å«å †ē–Š", diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index e0175b5cdf..5281623b65 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "锯示偵錯", "toggleDebugPanel": "åµéŒÆäø»ęŽ§å°", "debug": "偵錯", @@ -24,6 +26,6 @@ "always": "é ē”ØåœØē‹€ę…‹åˆ—äø­é”Æē¤ŗåµéŒÆ", "onFirstSessionStart": "åŖęœ‰ē¬¬äø€ę¬”å•Ÿå‹•åµéŒÆå¾Œę‰åœØē‹€ę…‹åˆ—äø­é”Æē¤ŗåµéŒÆ", "showInStatusBar": "ęŽ§åˆ¶ä½•ę™‚ę‡‰č©²é”Æē¤ŗåµéŒÆē‹€ę…‹åˆ—", - "openDebug": "ęŽ§åˆ¶åµéŒÆ viewlet 是否在 debugging session å•Ÿå‹•ę™‚é–‹å•Ÿć€‚", + "openDebug": "ęŽ§åˆ¶ę˜Æå¦ę‡‰ę–¼åµéŒÆå·„ä½œéšŽę®µé–‹å§‹ę™‚é–‹å•ŸåµéŒÆęŖ¢č¦–ć€‚", "launch": "å…ØåŸŸåµéŒÆå•Ÿå‹•ēµ„ę…‹ć€‚ę‡‰ē•¶åšåœØå·„ä½œå€ä¹‹é–“å…±ē”Øēš„ 'launch.json' ę›æä»£ę–¹ę”ˆä½æē”Ø" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index b5bfc8d474..d99f5e8475 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "č«‹å…ˆę‰“é–‹äø€å€‹č³‡ę–™å¤¾ä»„ä¾æčØ­å®šé€²éšŽåµéŒÆēµ„ę…‹ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 19f502a82e..e74ccd2361 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "ęä¾›åµéŒÆé…ęŽ„å™Øć€‚", "vscode.extension.contributes.debuggers.type": "ę­¤åµéŒÆé…ęŽ„å™Øēš„å”Æäø€č­˜åˆ„ē¢¼ć€‚", "vscode.extension.contributes.debuggers.label": "ę­¤åµéŒÆé…ęŽ„å™Øēš„é”Æē¤ŗåēØ±ć€‚", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "JSON ēµę§‹ęčæ°ēµ„ę…‹ļ¼Œē”Øę–¼é©—č­‰ 'launch.json'怂", "vscode.extension.contributes.debuggers.windows": "Windows ē‰¹å®ščØ­å®šć€‚", "vscode.extension.contributes.debuggers.windows.runtime": "用於 Windows ēš„åŸ·č”ŒéšŽę®µć€‚", - "vscode.extension.contributes.debuggers.osx": "OS X ē‰¹å®ščØ­å®šć€‚", - "vscode.extension.contributes.debuggers.osx.runtime": "用於 OSX ēš„åŸ·č”ŒéšŽę®µć€‚", + "vscode.extension.contributes.debuggers.osx": "macOS ē‰¹å®ščØ­å®šć€‚", + "vscode.extension.contributes.debuggers.osx.runtime": "用於 macOS ēš„åŸ·č”ŒéšŽę®µć€‚", "vscode.extension.contributes.debuggers.linux": "Linux ē‰¹å®ščØ­å®šć€‚", "vscode.extension.contributes.debuggers.linux.runtime": "用於 Linux ēš„åŸ·č”ŒéšŽę®µć€‚", "vscode.extension.contributes.breakpoints": "ęä¾›äø­ę–·é»žć€‚", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "組態清單。請使用 IntelliSense ę–°å¢žę–°ēš„ēµ„ę…‹ęˆ–ē·Øč¼Æē¾ęœ‰ēš„ēµ„ę…‹ć€‚", "app.launch.json.compounds": "č¤‡åˆēš„ęø…å–®ć€‚ęÆå€‹č¤‡åˆéƒ½åƒč€ƒå°‡ęœƒåŒę™‚å•Ÿå‹•ēš„å¤šé‡ēµ„ę…‹ć€‚", "app.launch.json.compound.name": "č¤‡åˆēš„åēØ±ć€‚é”Æē¤ŗę–¼å•Ÿå‹•ēµ„ę…‹äø‹ę‹‰å¼åŠŸčƒ½č”Øć€‚", + "useUniqueNames": "č«‹ä½æē”Øå”Æäø€ēš„ēµ„ę…‹åēØ±ć€‚", + "app.launch.json.compound.folder": "č¤‡åˆę‰€åœØēš„č³‡ę–™å¤¾åēØ±ć€‚", "app.launch.json.compounds.configurations": "å°‡ęœƒä½œē‚ŗę­¤č¤‡åˆäø€éƒØä»½č€Œå•Ÿå‹•ä¹‹ēµ„ę…‹ēš„åēØ±ć€‚", "debugNoType": "åµéŒÆé…ęŽ„å™Ø 'type' äøčƒ½ēœē•„äø”åæ…é ˆå±¬ę–¼ 'string' é”žåž‹ć€‚", "selectDebug": "éøå–ē’°å¢ƒ", - "DebugConfig.failed": "ē„”ę³•åœØ '.vscode' 資料夾 ({0}) 中建立 'launch.json' ęŖ”ę”ˆć€‚" + "DebugConfig.failed": "ē„”ę³•åœØ '.vscode' 資料夾 ({0}) 中建立 'launch.json' ęŖ”ę”ˆć€‚", + "workspace": "巄作區", + "user settings": "ä½æē”Øč€…čØ­å®š" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index ac7e21f4e3..51f7c6d2f6 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "ē§»é™¤äø­ę–·é»ž", "removeBreakpointOnColumn": "ē§»é™¤č³‡ę–™č”Œ {0} ēš„äø­ę–·é»ž", "removeLineBreakpoint": "ē§»é™¤č”Œäø­ę–·é»ž", diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index 57ebea9812..12e9b46db2 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "åµéŒÆęš«ē•™" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index 4deaf2ddc5..c1e1269008 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "åŖęœƒé”Æē¤ŗę­¤ē‰©ä»¶ēš„åŸŗęœ¬å€¼ć€‚", "debuggingPaused": "åµéŒÆå·²ęš«åœļ¼ŒåŽŸå›  {0},{1} {2}", "debuggingStarted": "åµéŒÆå·²é–‹å§‹ć€‚", @@ -11,18 +13,22 @@ "breakpointAdded": "å·²ę–°å¢žäø­ę–·é»žļ¼Œč”Œ {0}ļ¼ŒęŖ”ę”ˆ {1}", "breakpointRemoved": "å·²ē§»é™¤äø­ę–·é»žļ¼Œč”Œ {0}ļ¼ŒęŖ”ę”ˆ {1}", "compoundMustHaveConfigurations": "č¤‡åˆåæ…é ˆčØ­ęœ‰ \"configurations\" å±¬ę€§ļ¼Œę‰čƒ½å•Ÿå‹•å¤šå€‹ēµ„ę…‹ć€‚", + "noConfigurationNameInWorkspace": "ē„”ę³•åœØå·„ä½œå€äø­ę‰¾åˆ°å•Ÿå‹•ēµ„ę…‹ '{0}'怂", + "multipleConfigurationNamesInWorkspace": "å·„ä½œå€äø­ęœ‰å¤šå€‹å•Ÿå‹•ēµ„ę…‹ '{0}'ć€‚č«‹ä½æē”Øč³‡ę–™å¤¾åēØ±ä»„ē¬¦åˆēµ„ę…‹ć€‚", + "noFolderWithName": "åœØč¤‡åˆ '{2}' ēš„ēµ„ę…‹ '{1}' äø­ę‰¾äøåˆ°åēØ±ē‚ŗ '{0}' ēš„č³‡ę–™å¤¾ć€‚", "configMissing": "'launch.json' äø­éŗę¼ēµ„ę…‹ '{0}'怂", "launchJsonDoesNotExist": "'launch.json' äøå­˜åœØć€‚", - "debugRequestNotSupported": "åœØéøå–ēš„åµéŒÆēµ„ę…‹äø­ļ¼Œå±¬ę€§ `{0}` å…·ęœ‰äøę”Æę“ēš„å€¼ '{1}'怂", + "debugRequestNotSupported": "åœØéøå–ēš„åµéŒÆēµ„ę…‹äø­ļ¼Œå±¬ę€§ '{0}' å…·ęœ‰äøę”Æę“ēš„å€¼ '{1}'怂", "debugRequesMissing": "ę‰€éøēš„åµéŒÆēµ„ę…‹éŗę¼å±¬ę€§ '{0}'怂", "debugTypeNotSupported": "äøę”Æę“čØ­å®šēš„åµéŒÆé”žåž‹ '{0}'怂", - "debugTypeMissing": "éŗę¼ę‰€éøå•Ÿå‹•čØ­å®šēš„å±¬ę€§ `type`怂", + "debugTypeMissing": "éŗę¼ę‰€éøå•Ÿå‹•čØ­å®šēš„å±¬ę€§ 'type'怂", "debugAnyway": "ä»č¦åµéŒÆ", "preLaunchTaskErrors": "執蔌 preLaunchTask '{0}' ęœŸé–“åµęø¬åˆ°å»ŗē½®éŒÆčŖ¤ć€‚", "preLaunchTaskError": "執蔌 preLaunchTask '{0}' ęœŸé–“åµęø¬åˆ°å»ŗē½®éŒÆčŖ¤ć€‚", "preLaunchTaskExitCode": "preLaunchTask '{0}' å·²ēµ‚ę­¢ļ¼ŒēµęŸä»£ē¢¼ē‚ŗ {1}怂", + "showErrors": "锯示錯誤", "noFolderWorkspaceDebugError": "ē„”ę³•å°ä½æē”Øäø­ēš„ęŖ”ę”ˆåµéŒÆć€‚č«‹ē¢ŗčŖęŖ”ę”ˆå·²å„²å­˜åœØē£ē¢ŸäøŠļ¼Œč€Œäø”ę‚Øå·²ē¶“ē‚ŗč©²ęŖ”ę”ˆé”žåž‹å®‰č£åµéŒÆå»¶ä¼øęØ”ēµ„ć€‚", - "NewLaunchConfig": "č«‹ē‚ŗę‚Øēš„ę‡‰ē”ØēØ‹å¼čØ­å®šå•Ÿå‹•ēµ„ę…‹ęŖ”ć€‚{0}", + "cancel": "å–ę¶ˆ", "DebugTaskNotFound": "ę‰¾äøåˆ° preLaunchTask '{0}'怂", "taskNotTracked": "焔法追蹤 preLaunchTask '{0}'怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index ebe863c304..ccaba2809b 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index e6e2542dc0..9d54c5b90e 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index d77b4677ce..eb7d605759 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "複製值", + "copyAsExpression": "č¤‡č£½ē‚ŗé‹ē®—å¼", "copy": "複製", "copyAll": "å…ØéƒØč¤‡č£½", "copyStackTrace": "č¤‡č£½å‘¼å«å †ē–Š" diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 9807f1cfd5..1e68d841a7 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "č©³ē“°č³‡čØŠ", "unableToLaunchDebugAdapter": "ē„”ę³•å¾ž '{0}' å•Ÿå‹•åµéŒÆé…ęŽ„å™Øć€‚", "unableToLaunchDebugAdapterNoArgs": "ē„”ę³•å•Ÿå‹•åµéŒÆé…ęŽ„å™Øć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 4658c31925..2e8f60f8be 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "ć€Œč®€å–ć€ę±‚å€¼ć€č¼øå‡ŗć€čæ“åœˆé¢ęæ", "actions.repl.historyPrevious": "äøŠäø€ē­†čØ˜éŒ„", "actions.repl.historyNext": "äø‹äø€ē­†čØ˜éŒ„", diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 0ea305aec9..62ddd3be7d 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "ē¬¬äø€ę¬”č©•ä¼°ęœƒę“·å–ē‰©ä»¶ē‹€ę…‹", "replVariableAriaLabel": "č®Šę•ø {0} å…·ęœ‰å€¼ {1}ļ¼Œć€Œč®€å–ć€ę±‚å€¼ć€č¼øå‡ŗć€čæ“åœˆļ¼ŒåµéŒÆ", "replExpressionAriaLabel": "é‹ē®—å¼ {0} å…·ęœ‰å€¼ {1}ļ¼Œć€Œč®€å–ć€ę±‚å€¼ć€č¼øå‡ŗć€čæ“åœˆļ¼ŒåµéŒÆ", diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 315d0d6089..a249eb9ed7 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "å°ēØ‹å¼åŸ·č”ŒåµéŒÆę™‚ē‹€ę…‹åˆ—ēš„čƒŒę™Æč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØ", "statusBarDebuggingForeground": "å°ēØ‹å¼åŸ·č”ŒåµéŒÆę™‚ē‹€ę…‹åˆ—ēš„å‰ę™Æč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØ", "statusBarDebuggingBorder": "ę­£åœØåµéŒÆē”Øä»„åˆ†éš”č³‡čØŠēœ‹ęæčˆ‡ē·Øč¼Æå™Øēš„ē‹€ę…‹åˆ—ę”†ē·šč‰²å½©ć€‚ē‹€ę…‹åˆ—ęœƒé”Æē¤ŗåœØč¦–ēŖ—ēš„åŗ•éƒØć€‚ " diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index c16e8f409d..5b71d8be01 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "åµéŒÆé …ē›®", - "debug.terminal.not.available.error": "ę•“åˆå¼ēµ‚ē«Æę©Ÿē„”ę³•ä½æē”Ø" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "åµéŒÆé …ē›®" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index f122e5bf3b..8198ffa412 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "č®Šę•øå€ę®µ", "variablesAriaTreeLabel": "åµéŒÆč®Šę•ø", "variableValueAriaLabel": "č¼øå…„ę–°ēš„č®Šę•øå€¼", diff --git a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 1a7c7ce253..886675a354 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "é‹ē®—å¼å€ę®µ", "watchAriaTreeLabel": "å°ē›£ēœ‹é‹ē®—å¼åŸ·č”ŒåµéŒÆ", "watchExpressionPlaceholder": "č¦ē›£ēœ‹ēš„é‹ē®—å¼", diff --git a/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 4036d2c2e6..41e1df2363 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "åµéŒÆé…ęŽ„å™ØåÆåŸ·č”ŒęŖ” '{0}' äøå­˜åœØć€‚", "debugAdapterCannotDetermineExecutable": "ē„”ę³•åˆ¤ę–·åµéŒÆé…ęŽ„å™Ø '{0}' ēš„åÆåŸ·č”ŒęŖ”ć€‚", "launch.config.comment1": "使用 IntelliSense ä»„å¾—ēŸ„åÆē”Øēš„å±¬ę€§ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 846c2f7af2..43dc77a556 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "锯示 Emmet 命令" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 71f6e49ff9..ec3c655a02 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index cc8a2f3862..ea85868ef5 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index 2fd101d610..cdc5cfe5a3 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index e44c6de8d4..d9d9c94f67 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: 展開縮寫" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 64cf880ae4..6cbfc591bf 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index 211f58191f..79a052f3fd 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index 3e491126dc..89f3ff0f4c 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 1dcfdd7b85..db5b01720d 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index 0c12d23d41..21f21712c1 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 2674e2efa4..1eeddd6cf5 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index b861468d52..c0e9c9f596 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 9980a634fb..821ef7f0f5 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 11fbb1e13b..415ed60b45 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 659656b1b2..24f9aa5ff8 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 78eafe156b..ac40b96044 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index d368fda6a7..5b4d67c215 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index 71f6e49ff9..ec3c655a02 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index 9c79dedc0c..8d8af4eac8 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index 2fd101d610..cdc5cfe5a3 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index e44c6de8d4..d1b542d482 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index 64cf880ae4..6cbfc591bf 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index 211f58191f..79a052f3fd 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index 3e491126dc..89f3ff0f4c 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index 1dcfdd7b85..db5b01720d 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index 0c12d23d41..21f21712c1 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index 2674e2efa4..1eeddd6cf5 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index b861468d52..c0e9c9f596 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index 9980a634fb..821ef7f0f5 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index 11fbb1e13b..415ed60b45 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index 659656b1b2..24f9aa5ff8 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index 78eafe156b..ac40b96044 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index fa22b35c41..b3dc9ece52 100644 --- a/i18n/cht/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index cebab2d329..80066ff260 100644 --- a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "å¤–éƒØēµ‚ē«Æę©Ÿ", "explorer.openInTerminalKind": "č‡ŖčØ‚å•Ÿå‹•ēš„ēµ‚ē«Æę©Ÿé”žåž‹ć€‚", "terminal.external.windowsExec": "č‡ŖčØ‚č¦åœØ Windows äøŠåŸ·č”Œēš„ēµ‚ē«Æę©Ÿć€‚", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "é–‹å•Ÿę–°ēš„å‘½ä»¤ęē¤ŗå­—å…ƒ", "globalConsoleActionMacLinux": "é–‹å•Ÿę–°ēš„ēµ‚ē«Æę©Ÿ", "scopedConsoleActionWin": "åœØå‘½ä»¤ęē¤ŗå­—å…ƒäø­é–‹å•Ÿ", - "scopedConsoleActionMacLinux": "åœØēµ‚ē«Æę©Ÿäø­é–‹å•Ÿ", - "openFolderInIntegratedTerminal": "åœØēµ‚ē«Æę©Ÿäø­é–‹å•Ÿ" + "scopedConsoleActionMacLinux": "åœØēµ‚ē«Æę©Ÿäø­é–‹å•Ÿ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 5004bbeee1..12c6760f06 100644 --- a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 31acaabcc2..5f08dff1e4 100644 --- a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "VS Code äø»ęŽ§å°", "mac.terminal.script.failed": "ęŒ‡ä»¤ē¢¼ '{0}' å¤±ę•—ļ¼ŒēµęŸä»£ē¢¼ē‚ŗ {1}", "mac.terminal.type.not.supported": "äøę”Æę“ '{0}'", diff --git a/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 71c9d68e19..02873ed6d0 100644 --- a/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 194d609686..fc650fb777 100644 --- a/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index a2e994a5f2..4cb408573e 100644 --- a/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/cht/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index e5633ee7ea..ecb2ae0cf8 100644 --- a/i18n/cht/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 19535f2a91..d8295cc25f 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "錯誤", "Unknown Dependency": "ęœŖēŸ„ēš„ē›øä¾ę€§:" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 82e9231c63..de5bb96660 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "å»¶ä¼øęØ”ēµ„åēØ±", "extension id": "å»¶ä¼øęØ”ēµ„č­˜åˆ„ē¢¼", "preview": "預覽", + "builtin": "內建", "publisher": "ē™¼č”Œč€…åēØ±", "install count": "å®‰č£čØˆę•ø", "rating": "č©•ē­‰", @@ -31,6 +34,10 @@ "view id": "識刄碼", "view name": "åēØ±", "view location": "ä½ē½®", + "localizations": "ē•¶åœ°čŖžē³»åŒ– ({0})", + "localizations language id": "čŖžčØ€č­˜åˆ„ē¢¼", + "localizations language name": "čŖžčØ€åēØ±", + "localizations localized language name": "čŖžčØ€åēØ± (åœØåœ°åŒ–)", "colorThemes": "č‰²å½©ä½ˆę™Æäø»é”Œ ({0})", "iconThemes": "åœ–ē¤ŗä½ˆę™Æäø»é”Œ ({0}) ", "colors": "色彩 ({0})", @@ -39,6 +46,8 @@ "defaultLight": "預設淺色", "defaultHC": "é čØ­é«˜å°ęÆ”", "JSON Validation": "JSON é©—č­‰ ({0})", + "fileMatch": "ęŖ”ę”ˆē›øē¬¦", + "schema": "ēµę§‹ęčæ°", "commands": "命令 ({0})", "command name": "åēØ±", "keyboard shortcuts": "éµē›¤åæ«é€Ÿéµ(&&K)", diff --git a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index c246b7bb25..98a1abe8d3 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "手動下載", + "install vsix": "äø‹č¼‰å®Œęˆå¾Œļ¼Œč«‹ę‰‹å‹•å®‰č£äø‹č¼‰ä¹‹ '{0}' ēš„ VSIX怂", "installAction": "å®‰č£", "installing": "å®‰č£äø­", + "failedToInstall": "ē„”ę³•å®‰č£ '{0}'怂", "uninstallAction": "č§£é™¤å®‰č£", "Uninstalling": "ę­£åœØč§£é™¤å®‰č£", "updateAction": "ꛓꖰ", "updateTo": "曓新至 {0}", + "failedToUpdate": "焔法曓新 '{0}'怂", "ManageExtensionAction.uninstallingTooltip": "ę­£åœØč§£é™¤å®‰č£", "enableForWorkspaceAction": "å•Ÿē”Ø (巄作區)", "enableGloballyAction": "å•Ÿē”Ø", @@ -36,6 +42,7 @@ "showInstalledExtensions": "é”Æē¤ŗå®‰č£ēš„ę““å……åŠŸčƒ½", "showDisabledExtensions": "é”Æē¤ŗåœē”Øēš„å»¶ä¼øęØ”ēµ„", "clearExtensionsInput": "ęø…é™¤ę““å……åŠŸčƒ½č¼øå…„", + "showBuiltInExtensions": "é”Æē¤ŗå…§å»ŗę““å……åŠŸčƒ½", "showOutdatedExtensions": "é”Æē¤ŗéŽęœŸēš„ę““å……åŠŸčƒ½", "showPopularExtensions": "é”Æē¤ŗē†±é–€ę““å……åŠŸčƒ½", "showRecommendedExtensions": "é”Æē¤ŗå»ŗč­°ēš„ę““å……åŠŸčƒ½", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "ē„”ę³•åœØ '.vscode' 資料夾 ({0}) 中建立 'extensions.json' ęŖ”ę”ˆć€‚", "configureWorkspaceRecommendedExtensions": "čØ­å®šå»ŗč­°ēš„å»¶ä¼øęØ”ēµ„ (巄作區)", "configureWorkspaceFolderRecommendedExtensions": "čØ­å®šå»ŗč­°ēš„å»¶ä¼øęØ”ēµ„ (å·„ä½œå€č³‡ę–™å¤¾) ", - "builtin": "內建", + "malicious tooltip": "é€™å€‹å»¶ä¼øęØ”ēµ„ę›¾ē¶“č¢«å›žå ±ę˜Æęœ‰å•é”Œēš„ć€‚", + "malicious": "ęƒ”ę„", "disableAll": "åœē”Øę‰€ęœ‰å·²å®‰č£ēš„å»¶ä¼øęØ”ēµ„", "disableAllWorkspace": "åœē”Øę­¤å·„ä½œå€ēš„ę‰€ęœ‰å·²å®‰č£å»¶ä¼øęØ”ēµ„", - "enableAll": "å•Ÿē”Øę‰€ęœ‰å·²å®‰č£ēš„å»¶ä¼øęØ”ēµ„", - "enableAllWorkspace": "å•Ÿē”Øę­¤å·„ä½œå€ēš„ę‰€ęœ‰å·²å®‰č£å»¶ä¼øęØ”ēµ„", + "enableAll": "å•Ÿē”Øę‰€ęœ‰ę““å……åŠŸčƒ½", + "enableAllWorkspace": "å•Ÿē”Øę­¤å·„ä½œå€ēš„ę‰€ęœ‰ę““å……åŠŸčƒ½", + "openExtensionsFolder": "é–‹å•Ÿå»¶ä¼øęØ”ēµ„č³‡ę–™å¤¾", + "installVSIX": "從 VSIX å®‰č£...", + "installFromVSIX": "從 VSIX å®‰č£", + "installButton": "å®‰č£(&&I)", + "InstallVSIXAction.success": "å·²ęˆåŠŸå®‰č£ę““å……åŠŸčƒ½ć€‚č«‹é‡ę–°č¼‰å…„ä»„å•Ÿē”Øć€‚", + "InstallVSIXAction.reloadNow": "ē«‹å³é‡ę–°č¼‰å…„", + "reinstall": "é‡ę–°å®‰č£å»¶ä¼øęØ”ēµ„...", + "selectExtension": "éøå–č¦é‡ę–°å®‰č£ēš„å»¶ä¼øęØ”ēµ„", + "ReinstallAction.success": "å·²ęˆåŠŸé‡ę–°å®‰č£å»¶ä¼øęØ”ēµ„ć€‚", + "ReinstallAction.reloadNow": "ē«‹å³é‡ę–°č¼‰å…„", "extensionButtonProminentBackground": "ēŖå‡ŗēš„å‹•ä½œå»¶ä¼øęØ”ēµ„ęŒ‰éˆ•čƒŒę™Æč‰²å½© (ä¾‹å¦‚ļ¼Œ[å®‰č£] ꌉ鈕)怂", "extensionButtonProminentForeground": "ēŖå‡ŗēš„å‹•ä½œå»¶ä¼øęØ”ēµ„ęŒ‰éˆ•å‰ę™Æč‰²å½© (ä¾‹å¦‚ļ¼Œ[å®‰č£] ꌉ鈕)怂", "extensionButtonProminentHoverBackground": "ēŖå‡ŗēš„å‹•ä½œå»¶ä¼øęØ”ēµ„ęŒ‰éˆ•čƒŒę™Æęš«ē•™č‰²å½© (ä¾‹å¦‚ļ¼Œ[å®‰č£] ꌉ鈕)怂" diff --git a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index e3b6043c38..5ecc95cc98 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 341469ea13..24c350c44c 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "ꌉ Enter å³åÆē®”ē†ę‚Øēš„ę““å……åŠŸčƒ½ć€‚", "notfound": "在 Marketplace äø­ę‰¾äøåˆ°å»¶ä¼øęØ”ēµ„ '{0}'怂", "install": "ꌉ Enter å³åÆå¾ž Marketplace å®‰č£ '{0}'怂", diff --git a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index 64f3c6488b..5b0fb7ff89 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "ē”± {0} 使用者評等", "ratedBySingleUser": "ē”± 1 ä½ä½æē”Øč€…č©•ē­‰" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index 5923ffa46c..7fb84edebd 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "ę““å……åŠŸčƒ½", "app.extensions.json.recommendations": "ę““å……åŠŸčƒ½ēš„å»ŗč­°ęø…å–®ć€‚ę““å……åŠŸčƒ½ēš„č­˜åˆ„ē¢¼äø€å¾‹ē‚ŗ '${publisher}.${name}'。例如: 'vscode.csharp'怂", "app.extension.identifier.errorMessage": "ę ¼å¼ę‡‰ē‚ŗ '${publisher}.${name}'。範例: 'vscode.csharp'怂" diff --git a/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 5b2858e790..d24330e608 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "ę““å……åŠŸčƒ½: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index eb4eee28be..5684405886 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "čØ˜éŒ„å»¶ä¼øęØ”ēµ„", + "restart2": "č‹„č¦čØ˜éŒ„å»¶ä¼øęØ”ēµ„ļ¼Œå‰‡åæ…é ˆé‡ę–°å•Ÿå‹•ć€‚ę‚Øč¦ē«‹å³é‡ę–°å•Ÿå‹• '{0}' 嗎?", + "restart3": "é‡ę–°å•Ÿå‹•", + "cancel": "å–ę¶ˆ", "selectAndStartDebug": "ęŒ‰äø€äø‹ä»„åœę­¢ę€§čƒ½åˆ†ęžć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index 89b01309fa..b7cf40a3ed 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "äøč¦å†é”Æē¤ŗ", + "searchMarketplace": "ęœå°‹åø‚é›†", + "showLanguagePackExtensions": "Marketplace ēš„å»¶ä¼øęØ”ēµ„čƒ½å¤ å”åŠ©å°‡ VS Code ē•¶åœ°čŖžē³»åŒ–ē‚ŗ '{0}' åœ°å€čØ­å®š", + "dynamicWorkspaceRecommendation": "ę­¤ę““å……åŠŸčƒ½åÆčƒ½ęœƒč®“ę‚Øę„Ÿčˆˆč¶£ļ¼Œå› ē‚ŗå®ƒåœØ {0} å„²å­˜åŗ«ēš„ä½æē”Øč€…äø­å¾ˆē†±é–€ć€‚", + "exeBasedRecommendation": "å› ē‚ŗę‚Øå·²å®‰č£ {0}ļ¼Œę‰€ä»„å»ŗč­°ę‚Øä½æē”Øę­¤å»¶ä¼øęØ”ēµ„ć€‚", "fileBasedRecommendation": "ę ¹ę“šę‚Øęœ€čæ‘é–‹å•Ÿēš„ęŖ”ę”ˆļ¼Œå»ŗč­°ę‚Øä½æē”Øę­¤å»¶ä¼øęØ”ēµ„ć€‚", "workspaceRecommendation": "ę ¹ę“šē›®å‰å·„ä½œå€ēš„ä½æē”Øč€…ļ¼Œå»ŗč­°ę‚Øä½æē”Øę­¤å»¶ä¼øęØ”ēµ„ć€‚", - "exeBasedRecommendation": "å› ē‚ŗę‚Øå·²å®‰č£ {0}ļ¼Œę‰€ä»„å»ŗč­°ę‚Øä½æē”Øę­¤å»¶ä¼øęØ”ēµ„ć€‚", "reallyRecommended2": "å»ŗč­°å°ę­¤ęŖ”ę”ˆé”žåž‹ä½æē”Ø '{0}' 延伸樔組。", "reallyRecommendedExtensionPack": "å»ŗč­°å°ę­¤ęŖ”ę”ˆé”žåž‹ä½æē”Ø '{0}' 延伸樔組儗件。", "showRecommendations": "锯示建議", "install": "å®‰č£", - "neverShowAgain": "äøč¦å†é”Æē¤ŗ", - "close": "關閉", + "showLanguageExtensions": "åø‚é›†ęœ‰ '.{0}' å€‹ę–‡ä»¶ēš„ę““å……åŠŸčƒ½åÆä»„ęä¾›å”åŠ©", "workspaceRecommended": "ę­¤å·„ä½œå€å…·ęœ‰ę““å……åŠŸčƒ½å»ŗč­°ć€‚", "installAll": "å…ØéƒØå®‰č£", "ignoreExtensionRecommendations": "ę˜Æå¦ē•„éŽę‰€ęœ‰ēš„å»¶ä¼øęØ”ēµ„å»ŗč­°?", "ignoreAll": "ę˜Æļ¼Œē•„éŽå…ØéƒØ", - "no": "否", - "cancel": "å–ę¶ˆ" + "no": "否" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index aaea0f3774..943eb6f284 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "ē®”ē†ę““å……åŠŸčƒ½", "galleryExtensionsCommands": "å®‰č£č³‡ęŗåŗ«ę““å……åŠŸčƒ½", "extension": "ę““å……åŠŸčƒ½", @@ -13,5 +15,6 @@ "developer": "開發人哔", "extensionsConfigurationTitle": "ę““å……åŠŸčƒ½", "extensionsAutoUpdate": "č‡Ŗå‹•ę›“ę–°ę““å……åŠŸčƒ½", - "extensionsIgnoreRecommendations": "å¦‚ęžœčØ­å®šē‚ŗ trueļ¼Œę““å……åŠŸčƒ½å»ŗč­°é€šēŸ„å°‡åœę­¢é”Æē¤ŗć€‚" + "extensionsIgnoreRecommendations": "å¦‚ęžœčØ­å®šē‚ŗ trueļ¼Œę““å……åŠŸčƒ½å»ŗč­°é€šēŸ„å°‡åœę­¢é”Æē¤ŗć€‚", + "extensionsShowRecommendationsOnlyOnDemand": "苄設置為 trueļ¼Œé™¤éžä½æē”Øč€…ē‰¹åˆ„č¦ę±‚ļ¼Œå¦å‰‡äøęœƒę“·å–ęˆ–é”Æē¤ŗå»ŗč­°ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index 7f2d518eb0..bdade87667 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "é–‹å•Ÿå»¶ä¼øęØ”ēµ„č³‡ę–™å¤¾", "installVSIX": "從 VSIX å®‰č£...", "installFromVSIX": "從 VSIX å®‰č£", "installButton": "å®‰č£(&&I)", - "InstallVSIXAction.success": "å·²ęˆåŠŸå®‰č£å»¶ä¼øęØ”ēµ„ć€‚č«‹é‡ę–°å•Ÿå‹•ä»„å•Ÿē”Øć€‚", + "InstallVSIXAction.success": "å·²ęˆåŠŸå®‰č£ę““å……åŠŸčƒ½ć€‚č«‹é‡ę–°č¼‰å…„ä»„å•Ÿē”Øć€‚", "InstallVSIXAction.reloadNow": "ē«‹å³é‡ę–°č¼‰å…„" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 8c853f39a8..c0de814ef5 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "č¦åœē”Øå…¶ä»–ęŒ‰éµå°ę‡‰ ({0})ļ¼Œä»„éæå…ęŒ‰éµē¹«ēµé—œäæ‚é–“ēš„č”ēŖå—Ž?", "yes": "是", "no": "否", "betterMergeDisabled": "ē›®å‰å·²å…§å»ŗ Better Merge å»¶ä¼øęØ”ēµ„ļ¼Œå®‰č£ēš„å»¶ä¼øęØ”ēµ„å·²åœē”Øäø¦äø”åÆä»„ē§»é™¤ć€‚", - "uninstall": "č§£é™¤å®‰č£", - "later": "ēØå¾Œ" + "uninstall": "č§£é™¤å®‰č£" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index f605535d76..10601b9eff 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "市集", "installedExtensions": "å·²å®‰č£", "searchInstalledExtensions": "å·²å®‰č£", "recommendedExtensions": " ęŽØč–¦é …ē›®", "otherRecommendedExtensions": "其他建議", "workspaceRecommendedExtensions": "å·„ä½œå€å»ŗč­°", + "builtInExtensions": "內建", "searchExtensions": "在 Marketplace äø­ęœå°‹ę““å……åŠŸčƒ½", "sort by installs": "ęŽ’åŗä¾ę“š: å®‰č£čØˆę•ø", "sort by rating": "ęŽ’åŗä¾ę“š: č©•ē­‰", "sort by name": "ęŽ’åŗä¾ę“š: åēØ±", "suggestProxyError": "Marketplace 傳回 'ECONNREFUSED'ć€‚č«‹ęŖ¢ęŸ„ 'http.proxy' čØ­å®šć€‚", "extensions": "ę““å……åŠŸčƒ½", - "outdatedExtensions": "{0} éŽęœŸēš„ę““å……åŠŸčƒ½" + "outdatedExtensions": "{0} éŽęœŸēš„ę““å……åŠŸčƒ½", + "malicious warning": "ęˆ‘å€‘å·²ē¶“č§£é™¤å®‰č£č¢«å›žå ±ęœ‰å•é”Œēš„ '{0}' 怂", + "reloadNow": "ē«‹å³é‡ę–°č¼‰å…„" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index 2832629d84..bc7be9c8da 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "延伸樔組", "no extensions found": "ę‰¾äøåˆ°å»¶ä¼øęØ”ēµ„ć€‚", "suggestProxyError": "Marketplace 傳回 'ECONNREFUSED'ć€‚č«‹ęŖ¢ęŸ„ 'http.proxy' čØ­å®šć€‚" diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 49a87dcf22..cb08393c1e 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index be9d2e3a83..519cf08f09 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "åœØé–‹å§‹ę™‚å•Ÿå‹•", "workspaceContainsGlobActivation": "å·²å•Ÿå‹•ļ¼Œå› ē‚ŗčˆ‡ {0} ē›øē¬¦ēš„ęŖ”ę”ˆå­˜åœØę‚Øēš„å·„ä½œå€äø­", "workspaceContainsFileActivation": "å·²å•Ÿå‹•ļ¼Œå› ē‚ŗęŖ”ę”ˆ {0} å­˜åœØę‚Øēš„å·„ä½œå€äø­", diff --git a/i18n/cht/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/cht/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 44a55467fb..9ff12f57ec 100644 --- a/i18n/cht/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "從 VSIX å®‰č£ę““å……åŠŸčƒ½...", + "malicious": "é€™å€‹å»¶ä¼øęØ”ēµ„č¢«å›žå ±ę˜Æęœ‰å•é”Œēš„ć€‚", + "installingMarketPlaceExtension": "å¾žåø‚é›†å®‰č£ę““å……åŠŸčƒ½...", + "uninstallingExtension": "č§£é™¤å®‰č£ę““å……åŠŸčƒ½...", "enableDependeciesConfirmation": "å•Ÿē”Ø '{0}' ä¹Ÿęœƒå•Ÿē”Øå…¶ē›øä¾ę€§ć€‚ä»č¦ē¹¼ēŗŒå—Ž?", "enable": "是", "doNotEnable": "否", diff --git a/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..858766c1da --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "巄作台", + "feedbackVisibility": "ęŽ§åˆ¶å·„ä½œå°åŗ•éƒØē‹€ę…‹åˆ—äø­ēš„ Twitter 回鄋 (笑臉) ēš„åÆč¦‹åŗ¦ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index 3ae75fe7ef..b910b9b4aa 100644 --- a/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "ęŽØę–‡ę„č¦‹åę‡‰", "label.sendASmile": "č«‹å°‡ę‚Øēš„ę„č¦‹åę‡‰ęŽØę–‡ęä¾›ēµ¦ęˆ‘å€‘ć€‚", "patchedVersion1": "ę‚Øēš„å®‰č£å·²ęęÆ€ć€‚", @@ -16,6 +18,7 @@ "request a missing feature": "č¦ę±‚éŗę¼ēš„åŠŸčƒ½", "tell us why?": "č«‹å‘ŠčØ“ęˆ‘å€‘åŽŸå› ", "commentsHeader": "註解", + "showFeedback": "é”Æē¤ŗē‹€ę…‹åˆ—äø­ēš„å›žé„‹ē¬‘č‡‰", "tweet": "ęŽØę–‡", "character left": "剩餘字元", "characters left": "剩餘字元", diff --git a/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..29c37296fb --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "éš±č—" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index 57ea619936..d248d8e0b6 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "äŗŒé€²ä½ęŖ”ę”ˆęŖ¢č¦–å™Ø" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 168d977137..67f9024374 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "文字檔編輯器", "createFile": "å»ŗē«‹ęŖ”ę”ˆ", "fileEditorWithInputAriaLabel": "{0}。文字檔編輯器。", diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 6b1bbe9a3d..d003867b0f 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 8edf802322..cd129ae25b 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json index c32641cceb..82002a1847 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index 75bdd95154..29f2750efb 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 867d603ca5..d1b6217922 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 7a6f0b075f..c03dd1baf9 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 39ac1f09ad..7d356dc825 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index a90bd78ed0..4eb5c7d0aa 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 9b7a2b3613..a8a6b6e2c7 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index bc42ca6193..2655dbfaeb 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 4279cc7e91..1ad19a796f 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index f93f9a1f27..bb36828510 100644 --- a/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index cd31ffc72a..429d43f479 100644 --- a/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 å€‹ęœŖå„²å­˜ēš„ęŖ”ę”ˆ", "dirtyFiles": "{0} å€‹ęœŖå„²å­˜ēš„ęŖ”ę”ˆ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 6b1bbe9a3d..0ec62552b9 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "資料夾" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 8edf802322..86c6b1a467 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "ęŖ”ę”ˆ", "revealInSideBar": "åœØęč¦ę¬„ä½äø­é”Æē¤ŗ", "acceptLocalChanges": "ä½æē”Øę‚Øēš„č®Šę›“äø¦č¦†åÆ«ē£ē¢Ÿå…§å®¹ ", - "revertLocalChanges": "ęØę£„ę‚Øēš„č®Šę›“äø¦é‚„åŽŸęˆē£ē¢ŸäøŠēš„å…§å®¹" + "revertLocalChanges": "ęØę£„ę‚Øēš„č®Šę›“äø¦é‚„åŽŸęˆē£ē¢ŸäøŠēš„å…§å®¹", + "copyPathOfActive": "č¤‡č£½ä½æē”Øäø­ęŖ”ę”ˆēš„č·Æå¾‘", + "saveAllInGroup": "å…ØéƒØå„²å­˜åœØē¾¤ēµ„äø­", + "saveFiles": "å„²å­˜ę‰€ęœ‰ęŖ”ę”ˆ", + "revert": "é‚„åŽŸęŖ”ę”ˆ", + "compareActiveWithSaved": "ęÆ”č¼ƒä½æē”Øäø­ēš„ęŖ”ę”ˆå’Œå·²å„²å­˜ēš„ęŖ”ę”ˆ", + "closeEditor": "é—œé–‰ē·Øč¼Æå™Ø", + "view": "檢視", + "openToSide": "é–‹č‡³å“é‚Š", + "revealInWindows": "åœØęŖ”ę”ˆēø½ē®”äø­é”Æē¤ŗ", + "revealInMac": "在 Finder 中锯示", + "openContainer": "é–‹å•Ÿę”¶ē“č³‡ę–™å¤¾", + "copyPath": "複製路徑", + "saveAll": "å…ØéƒØå„²å­˜", + "compareWithSaved": "čˆ‡å·²å„²å­˜ēš„ęŖ”ę”ˆęÆ”č¼ƒ", + "compareWithSelected": "čˆ‡éøå–ēš„ęÆ”č¼ƒ", + "compareSource": "éøå–ē”Øä»„ęÆ”č¼ƒ", + "compareSelected": "ęÆ”č¼ƒå·²éøå–", + "close": "關閉", + "closeOthers": "關閉其他", + "closeSaved": "é—œé–‰å·²å„²å­˜é …ē›®", + "closeAll": "å…ØéƒØé—œé–‰", + "deleteFile": "ę°øä¹…åˆŖé™¤" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index c32641cceb..fde4b12436 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "é‡č©¦", - "rename": "é‡ę–°å‘½å", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "ę–°å¢žęŖ”ę”ˆ", "newFolder": "ę–°å¢žč³‡ę–™å¤¾", - "openFolderFirst": "å…ˆé–‹å•Ÿč³‡ę–™å¤¾ļ¼Œä»„åœØå…¶äø­å»ŗē«‹ęŖ”ę”ˆęˆ–č³‡ę–™å¤¾ć€‚", + "rename": "é‡ę–°å‘½å", + "delete": "åˆŖé™¤", + "copyFile": "複製", + "pasteFile": "貼上", + "retry": "é‡č©¦", "newUntitledFile": "ę–°å¢žęœŖå‘½åęŖ”ę”ˆ", "createNewFile": "ę–°å¢žęŖ”ę”ˆ", "createNewFolder": "ę–°å¢žč³‡ę–™å¤¾", "deleteButtonLabelRecycleBin": "ē§»č‡³č³‡ęŗå›žę”¶ē­’(&&M)", "deleteButtonLabelTrash": "ē§»č‡³åžƒåœ¾ē­’(&&M)", "deleteButtonLabel": "åˆŖé™¤(&&D)", + "dirtyMessageFilesDelete": "ę‚Øč¦åˆŖé™¤ēš„ęŖ”ę”ˆęœ‰ęœŖå„²å­˜ēš„č®Šę›“ć€‚č¦ē¹¼ēŗŒå—Ž?", "dirtyMessageFolderOneDelete": "ę‚Øč¦åˆŖé™¤ēš„č³‡ę–™å¤¾äø­ 1 å€‹ęŖ”ę”ˆęœ‰ęœŖå„²å­˜ēš„č®Šę›“ć€‚č¦ē¹¼ēŗŒå—Ž?", "dirtyMessageFolderDelete": "ę‚Øč¦åˆŖé™¤ēš„č³‡ę–™å¤¾äø­ {0} å€‹ęŖ”ę”ˆęœ‰ęœŖå„²å­˜ēš„č®Šę›“ć€‚č¦ē¹¼ēŗŒå—Ž?", "dirtyMessageFileDelete": "ę‚Øč¦åˆŖé™¤ēš„ęŖ”ę”ˆęœ‰ęœŖå„²å­˜ēš„č®Šę›“ć€‚č¦ē¹¼ēŗŒå—Ž?", "dirtyWarning": "å¦‚ęžœę‚Øäøå„²å­˜č®Šę›“ļ¼Œé€™äŗ›č®Šę›“å°‡ęœƒéŗå¤±ć€‚", + "confirmMoveTrashMessageMultiple": "ē¢ŗå®šč¦åˆŖé™¤ä»„äø‹ {0} å€‹ęŖ”ę”ˆå—Žļ¼Ÿ", "confirmMoveTrashMessageFolder": "ę‚Øē¢ŗå®šč¦åˆŖé™¤ '{0}' 及其內容嗎?", "confirmMoveTrashMessageFile": "ę‚Øē¢ŗå®šč¦åˆŖé™¤ '{0}' 嗎?", "undoBin": "ę‚ØåÆä»„å¾žč³‡ęŗå›žę”¶ē­’é‚„åŽŸć€‚", "undoTrash": "ę‚ØåÆä»„å¾žåžƒåœ¾ē­’é‚„åŽŸć€‚", "doNotAskAgain": "äøč¦å†č©¢å•ęˆ‘", + "confirmDeleteMessageMultiple": "ē¢ŗå®šč¦ę°øä¹…åœ°åˆŖé™¤ä»„äø‹ {0} å€‹ęŖ”ę”ˆå—Žļ¼Ÿ", "confirmDeleteMessageFolder": "ę‚Øē¢ŗå®šč¦ę°øä¹…åˆŖé™¤ '{0}' å’Œå…¶äø­ēš„å…§å®¹å—Ž?", "confirmDeleteMessageFile": "ę‚Øē¢ŗå®šč¦ę°øä¹…åˆŖé™¤ '{0}' 嗎?", "irreversible": "ę­¤å‹•ä½œē„”ę³•å›žå¾©!", + "cancel": "å–ę¶ˆ", "permDelete": "ę°øä¹…åˆŖé™¤", - "delete": "åˆŖé™¤", "importFiles": "åŒÆå…„ęŖ”ę”ˆ", "confirmOverwrite": "ē›®ēš„č³‡ę–™å¤¾äø­å·²ęœ‰åŒåēš„ęŖ”ę”ˆęˆ–č³‡ę–™å¤¾ć€‚č¦å–ä»£å®ƒå—Ž?", "replaceButtonLabel": "取代(&&R)", - "copyFile": "複製", - "pasteFile": "貼上", + "fileIsAncestor": "č¦č²¼äøŠēš„ęŖ”ę”ˆę˜ÆåœØē›®åœ°č³‡ę–™å¤¾ēš„äøŠå±¤ ", + "fileDeleted": "č¦č²¼äøŠēš„ęŖ”ę”ˆč¢«åˆŖé™¤ęˆ–ē§»å‹•", "duplicateFile": "複製", - "openToSide": "é–‹č‡³å“é‚Š", - "compareSource": "éøå–ē”Øä»„ęÆ”č¼ƒ", "globalCompareFile": "ä½æē”Øäø­ęŖ”ę”ˆēš„ęÆ”č¼ƒå°č±”...", "openFileToCompare": "å…ˆé–‹å•ŸęŖ”ę”ˆä»„čˆ‡å…¶ä»–ęŖ”ę”ˆé€²č”ŒęÆ”č¼ƒ", - "compareWith": "ęÆ”č¼ƒ '{0}' 與 '{1}'", - "compareFiles": "ęÆ”č¼ƒęŖ”ę”ˆ", "refresh": "é‡ę–°ę•“ē†", - "save": "儲存", - "saveAs": "å¦å­˜ę–°ęŖ”...", - "saveAll": "å…ØéƒØå„²å­˜", "saveAllInGroup": "å…ØéƒØå„²å­˜åœØē¾¤ēµ„äø­", - "saveFiles": "å„²å­˜ę‰€ęœ‰ęŖ”ę”ˆ", - "revert": "é‚„åŽŸęŖ”ę”ˆ", "focusOpenEditors": "čšē„¦åœØ [é–‹ę”¾å¼ē·Øč¼Æå™Ø] 檢視", "focusFilesExplorer": "å°‡ē„¦é»žčØ­åœØęŖ”ę”ˆēø½ē®”äøŠ", "showInExplorer": "åœØęč¦ę¬„ä½äø­é”Æē¤ŗä½æē”Øäø­ēš„ęŖ”ę”ˆ", @@ -56,20 +54,11 @@ "refreshExplorer": "é‡ę–°ę•“ē† Explorer", "openFileInNewWindow": "åœØę–°č¦–ēŖ—äø­é–‹å•Ÿä½æē”Øäø­ēš„ęŖ”ę”ˆ", "openFileToShowInNewWindow": "å…ˆé–‹å•ŸęŖ”ę”ˆä»„åœØę–°č¦–ēŖ—äø­é–‹å•Ÿ", - "revealInWindows": "åœØęŖ”ę”ˆēø½ē®”äø­é”Æē¤ŗ", - "revealInMac": "在 Finder 中锯示", - "openContainer": "é–‹å•Ÿę”¶ē“č³‡ę–™å¤¾", - "revealActiveFileInWindows": "在 Windows ęŖ”ę”ˆēø½ē®”äø­é”Æē¤ŗä½æē”Øäø­ēš„ęŖ”ę”ˆ", - "revealActiveFileInMac": "在 Finder äø­é”Æē¤ŗä½æē”Øäø­ēš„ęŖ”ę”ˆ", - "openActiveFileContainer": "é–‹å•Ÿä½æē”Øäø­ęŖ”ę”ˆēš„ę”¶ē“č³‡ę–™å¤¾", "copyPath": "複製路徑", - "copyPathOfActive": "č¤‡č£½ä½æē”Øäø­ęŖ”ę”ˆēš„č·Æå¾‘", "emptyFileNameError": "åæ…é ˆęä¾›ęŖ”ę”ˆęˆ–č³‡ę–™å¤¾åēØ±ć€‚", "fileNameExistsError": "é€™å€‹ä½ē½®å·²å­˜åœØęŖ”ę”ˆęˆ–č³‡ę–™å¤¾ **{0}**ć€‚č«‹éøę“‡äøåŒēš„åēØ±ć€‚", "invalidFileNameError": "åēØ± **{0}** äøčƒ½ä½œē‚ŗęŖ”ę”ˆęˆ–č³‡ę–™å¤¾åēØ±ć€‚č«‹éøę“‡äøåŒēš„åēØ±ć€‚", "filePathTooLongError": "åēØ± **{0}** å°Žč‡“č·Æå¾‘å¤Ŗé•·ć€‚č«‹éøę“‡č¼ƒēŸ­ēš„åēØ±ć€‚", - "compareWithSaved": "ęÆ”č¼ƒä½æē”Øäø­ēš„ęŖ”ę”ˆå’Œå·²å„²å­˜ēš„ęŖ”ę”ˆ", - "modifiedLabel": "{0} (在磁碟上) ↔ {1}", "compareWithClipboard": "ęÆ”č¼ƒä½æē”Øäø­ēš„ęŖ”ę”ˆå’Œå‰Ŗč²¼ē°æēš„ęŖ”ę”ˆ", "clipboardComparisonLabel": "剪貼簿 ↔ {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index 75bdd95154..22ab0255a8 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "å…ˆé–‹å•ŸęŖ”ę”ˆä»„č¤‡č£½å…¶č·Æå¾‘", - "openFileToReveal": "å…ˆé–‹å•ŸęŖ”ę”ˆä»„é”Æē¤ŗ" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "åœØęŖ”ę”ˆēø½ē®”äø­é”Æē¤ŗ", + "revealInMac": "在 Finder 中锯示", + "openContainer": "é–‹å•Ÿę”¶ē“č³‡ę–™å¤¾", + "saveAs": "å¦å­˜ę–°ęŖ”...", + "save": "儲存", + "saveAll": "å…ØéƒØå„²å­˜", + "removeFolderFromWorkspace": "å°‡č³‡ę–™å¤¾å¾žå·„ä½œå€ē§»é™¤", + "genericRevertError": "ē„”ę³•é‚„åŽŸ '{0}': {1}", + "modifiedLabel": "{0} (在磁碟上) ↔ {1}", + "openFileToReveal": "å…ˆé–‹å•ŸęŖ”ę”ˆä»„é”Æē¤ŗ", + "openFileToCopy": "å…ˆé–‹å•ŸęŖ”ę”ˆä»„č¤‡č£½å…¶č·Æå¾‘" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 867d603ca5..bc7d0d4db2 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "é”Æē¤ŗęŖ”ę”ˆēø½ē®”", "explore": "ęŖ”ę”ˆēø½ē®”", "view": "檢視", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "編輯器", "formatOnSave": "åœØå„²å­˜ę™‚čØ­å®šęŖ”ę”ˆę ¼å¼ć€‚ę ¼å¼å™Øåæ…é ˆč™•ę–¼åÆē”Øē‹€ę…‹ć€ęŖ”ę”ˆäøå¾—č‡Ŗå‹•å„²å­˜ļ¼Œäø”ē·Øč¼Æå™Øäøå¾—é—œę©Ÿć€‚", "explorerConfigurationTitle": "ęŖ”ę”ˆēø½ē®”", - "openEditorsVisible": "[é–‹ę”¾å¼ē·Øč¼Æå™Ø] ēŖ—ę ¼äø­é”Æē¤ŗēš„ē·Øč¼Æå™Øę•øē›®ć€‚å°‡å…¶čØ­å®šē‚ŗ 0 ä»„éš±č—ēŖ—ę ¼ć€‚", - "dynamicHeight": "ęŽ§åˆ¶ [é–‹ę”¾å¼ē·Øč¼Æå™Ø] å€ę®µēš„é«˜åŗ¦ę˜Æå¦ę‡‰ä¾å…ƒē“ ę•øē›®å‹•ę…‹čŖæę•“ć€‚", + "openEditorsVisible": "[é–‹ę”¾å¼ē·Øč¼Æå™Ø] ēŖ—ę ¼äø­é”Æē¤ŗēš„ē·Øč¼Æå™Øę•øē›®ć€‚", "autoReveal": "ęŽ§åˆ¶ēø½ē®”ę˜Æå¦åœØé–‹å•ŸęŖ”ę”ˆę™‚č‡Ŗå‹•åŠ ä»„é”Æē¤ŗåŠéøå–ć€‚", "enableDragAndDrop": "ęŽ§åˆ¶ēø½ē®”ę˜Æå¦ę‡‰č©²å…čØ±é€éŽę‹–ę”¾åŠŸčƒ½ē§»å‹•ęŖ”ę”ˆå’Œč³‡ę–™å¤¾ć€‚", "confirmDragAndDrop": "ęŽ§åˆ¶ēø½ē®”ę˜Æå¦é ˆč¦ę±‚ē¢ŗčŖļ¼Œä»„é€éŽę‹–ę”¾ä¾†ē§»å‹•ęŖ”ę”ˆå’Œč³‡ę–™å¤¾ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 7a6f0b075f..b69e2058b8 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "åœØå³ę–¹ä½æē”Øē·Øč¼Æå™Øå·„å…·åˆ—äø­ēš„å‹•ä½œä¾† **復原** ę‚Øēš„č®Šę›“ļ¼Œęˆ–ä»„ę‚Øēš„č®Šę›“ **覆寫** ē£ē¢ŸäøŠēš„å…§å®¹", - "discard": "ęØę£„", - "overwrite": "覆寫", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "ä½æē”Øē·Øč¼Æå™Øå·„å…·åˆ—äø­ēš„å‹•ä½œä¾†å¾©åŽŸę‚Øēš„č®Šę›“ļ¼Œęˆ–ä»„ę‚Øēš„č®Šę›“č¦†åÆ«ē£ē¢ŸäøŠēš„å…§å®¹ć€‚", + "staleSaveError": "ē„”ę³•å„²å­˜ '{0}': ē£ē¢ŸäøŠēš„å…§å®¹č¼ƒę–°ć€‚č«‹ęÆ”č¼ƒę‚Øēš„ē‰ˆęœ¬čˆ‡ē£ē¢ŸäøŠēš„ē‰ˆęœ¬ć€‚", "retry": "é‡č©¦", - "readonlySaveError": "ē„”ę³•å„²å­˜ '{0}': ęŖ”ę”ˆęœ‰é˜²åÆ«äæč­·ć€‚č«‹éøå– [覆寫] ä»„ē§»é™¤äæč­·ć€‚", + "discard": "ęØę£„", + "readonlySaveErrorAdmin": "ē„”ę³•å„²å­˜ '{0}': ęŖ”ę”ˆęœ‰é˜²åÆ«äæč­·ć€‚č«‹éøå– [ä»„ē³»ēµ±ē®”ē†č€…čŗ«åˆ†č¦†åÆ«] ä¾†åšē‚ŗē³»ēµ±ē®”ē†č€…čŗ«åˆ†é‡č©¦ć€‚ ", + "readonlySaveError": "ē„”ę³•å„²å­˜ '{0}': ęŖ”ę”ˆęœ‰é˜²åÆ«äæč­·ć€‚č«‹éøå– [覆寫] ä»„åšč©¦ē§»é™¤äæč­·ć€‚ ", + "permissionDeniedSaveError": "ē„”ę³•å„²å­˜ '{0}': ę¬Šé™äøč¶³ć€‚č«‹éøå– [ä»„ē³»ēµ±ē®”ē†č€…čŗ«åˆ†é‡č©¦] åšē‚ŗē³»ēµ±ē®”ē†č€…čŗ«åˆ†é‡č©¦ć€‚ ", "genericSaveError": "ē„”ę³•å„²å­˜ '{0}': {1}", - "staleSaveError": "ē„”ę³•å„²å­˜ '{0}': ē£ē¢ŸäøŠēš„å…§å®¹č¼ƒę–°ć€‚č«‹ęŒ‰äø€äø‹ [ęÆ”č¼ƒ]ļ¼ŒęÆ”č¼ƒę‚Øēš„ē‰ˆęœ¬čˆ‡ē£ē¢ŸäøŠēš„ē‰ˆęœ¬ć€‚", + "learnMore": "深兄了解", + "dontShowAgain": "äøč¦å†é”Æē¤ŗ", "compareChanges": "ęÆ”č¼ƒ", - "saveConflictDiffLabel": "{0} (ä½ę–¼ē£ē¢Ÿ) ↔ {1} (在 {2} äø­) - č§£ę±ŗå„²å­˜č”ēŖ" + "saveConflictDiffLabel": "{0} (ä½ę–¼ē£ē¢Ÿ) ↔ {1} (在 {2} äø­) - č§£ę±ŗå„²å­˜č”ēŖ", + "overwriteElevated": "ä»„ē³»ēµ±ē®”ē†č€…čŗ«åˆ†č¦†åÆ«...", + "saveElevated": "ä»„ē³»ēµ±ē®”ē†č€…čŗ«åˆ†é‡č©¦", + "overwrite": "覆寫" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index 39ac1f09ad..b092a8dca7 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ę²’ęœ‰é–‹å•Ÿēš„č³‡ę–™å¤¾", "explorerSection": "ęŖ”ę”ˆēø½ē®”å€ę®µ", "noWorkspaceHelp": "ę‚Øå°šęœŖå°‡č³‡ę–™å¤¾ę–°å¢žč‡³å·„ä½œå€ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index a90bd78ed0..fb7dfb5bc2 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "ęŖ”ę”ˆēø½ē®”", - "canNotResolve": "ē„”ę³•č§£ęžå·„ä½œå€č³‡ę–™å¤¾" + "canNotResolve": "ē„”ę³•č§£ęžå·„ä½œå€č³‡ę–™å¤¾", + "symbolicLlink": "ē¬¦č™ŸéˆęŽ„" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 9b7a2b3613..ada06e5314 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "ęŖ”ę”ˆēø½ē®”å€ę®µ", "treeAriaLabel": "ęŖ”ę”ˆēø½ē®”" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index bc42ca6193..f15546251e 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "č¼øå…„ęŖ”ę”ˆåēØ±ć€‚č«‹ęŒ‰ Enter éµē¢ŗčŖęˆ–ęŒ‰ Esc éµå–ę¶ˆć€‚", + "constructedPath": "在 **{1}** 建立 {0}", "filesExplorerViewerAriaLabel": "{0}ļ¼ŒęŖ”ę”ˆēø½ē®”", "dropFolders": "č¦åœØå·„ä½œå€ę–°å¢žč³‡ę–™å¤¾å—Ž?", "dropFolder": "č¦åœØå·„ä½œå€ę–°å¢žč³‡ę–™å¤¾å—Ž?", "addFolders": "ę–°å¢žč³‡ę–™å¤¾(&A)", "addFolder": "ę–°å¢žč³‡ę–™å¤¾(&A)", + "confirmMultiMove": "ē¢ŗå®šč¦ē§»å‹•ä»„äø‹ {0} å€‹ę–‡ä»¶å—Žļ¼Ÿ", "confirmMove": "ē¢ŗå®šč¦ē§»å‹• '{0}' 嗎?", "doNotAskAgain": "äøč¦å†č©¢å•ęˆ‘", "moveButtonLabel": "移動(&&M)", diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index b48ed12d51..ae1596515f 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "å·²é–‹å•Ÿēš„ē·Øč¼Æå™Ø", "openEditosrSection": "é–‹ę”¾å¼ē·Øč¼Æå™Øå€ę®µ", - "dirtyCounter": "{0} ęœŖå„²å­˜", - "saveAll": "å…ØéƒØå„²å­˜", - "closeAllUnmodified": "é—œé–‰ęœŖč®Šę›“ēš„ęŖ”ę”ˆ", - "closeAll": "å…ØéƒØé—œé–‰", - "compareWithSaved": "čˆ‡å·²å„²å­˜ēš„ęŖ”ę”ˆęÆ”č¼ƒ", - "close": "關閉", - "closeOthers": "關閉其他" + "dirtyCounter": "{0} ęœŖå„²å­˜" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index f93f9a1f27..bb36828510 100644 --- a/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index 6be41fd406..898950766b 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json index 218e2f8471..74c2ebbd9f 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index 79e64cb8b4..4a63f20dfb 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 2fc5843d98..822623da6b 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index 0f49293980..67332b49f0 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index dffab494e2..c183ce2799 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index 2d997fe4fc..a1e6248d40 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index 150ff5c82c..6468c194d4 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index d96b1bcb22..179e229af6 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index fb8cb2a495..06ea9b3b1f 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index 3f2d74b04f..009eeb4679 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index a1a4c78262..b1e5522387 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index 2c257f629c..d7ce6a5b10 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/cht/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index 5157032079..83a61f1b01 100644 --- a/i18n/cht/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index 24ddecb20c..9670c3d414 100644 --- a/i18n/cht/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/cht/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index f94784b77e..213ab95a22 100644 --- a/i18n/cht/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/cht/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index 06ad0299d4..102df21b52 100644 --- a/i18n/cht/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/cht/src/vs/workbench/parts/git/node/git.lib.i18n.json index 4c4883aa51..2187e54960 100644 --- a/i18n/cht/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 6520906029..dccfd23bb0 100644 --- a/i18n/cht/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "HTML 預覽", - "devtools.webview": "開發人哔: Webview å·„å…·" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "HTML 預覽" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/cht/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index b50797c4de..222e73fe97 100644 --- a/i18n/cht/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "ē·Øč¼Æå™Øč¼øå…„ē„”ę•ˆć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..0055efa80f --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "開發人哔" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/cht/src/vs/workbench/parts/html/browser/webview.i18n.json index b9d72346c4..53aa242ee5 100644 --- a/i18n/cht/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/cht/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..43ea44ced5 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "ē„¦é»žå°‹ę‰¾å°å·„å…·", + "openToolsLabel": "開啟 Webview Developer å·„å…·", + "refreshWebviewLabel": "é‡ę–°č¼‰å…„ Webviews" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..ac98537dc7 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "č¦ä½æē”Øēš„ UI čŖžčØ€ć€‚", + "vscode.extension.contributes.localizations": "ęä¾›åœØåœ°åŒ–ęœå‹™ēµ¦ē·Øč¼Æč€…", + "vscode.extension.contributes.localizations.languageId": "é”Æē¤ŗå·²ēæ»č­Æå­—äø²ēš„čŖžčØ€ Id", + "vscode.extension.contributes.localizations.languageName": "čŖžčØ€åēØ± (英ꖇ)怂", + "vscode.extension.contributes.localizations.languageNameLocalized": "čŖžčØ€åēØ± (ęä¾›ēš„čŖžčØ€)怂", + "vscode.extension.contributes.localizations.translations": "čˆ‡č©²čŖžčØ€ē›øé—œēš„ēæ»č­Æåˆ—č”Øć€‚", + "vscode.extension.contributes.localizations.translations.id": "ę­¤ēæ»č­Æęä¾›ä¹‹ē›®ęØ™ēš„ VS Code ęˆ–å»¶ä¼øęØ”ēµ„č­˜åˆ„ē¢¼ć€‚VS Code ēš„č­˜åˆ„ē¢¼äø€å¾‹ē‚ŗ `vscode`ļ¼Œäø”å»¶ä¼øęØ”ēµ„ēš„ę ¼å¼ę‡‰ē‚ŗ `publisherId.extensionName`怂", + "vscode.extension.contributes.localizations.translations.id.pattern": "轉譯 VS ēØ‹å¼ē¢¼ęˆ–å»¶ä¼øęØ”ēµ„ę™‚ļ¼Œč­˜åˆ„ē¢¼ę‡‰åˆ†åˆ„ä½æē”Ø `vscode` ꈖ `publisherId.extensionName` ēš„ę ¼å¼ć€‚", + "vscode.extension.contributes.localizations.translations.path": "åŒ…å«čŖžčØ€ēæ»č­Æēš„ęŖ”ę”ˆē›øå°č·Æå¾‘ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/cht/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..53e2f1283f --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "čØ­å®ščŖžčØ€", + "displayLanguage": "定義 VSCode ēš„é”Æē¤ŗčŖžčØ€ć€‚", + "doc": "å¦‚éœ€ę”Æę“ēš„čŖžčØ€ęø…å–®ļ¼Œč«‹åƒé–± {0}怂", + "restart": "ę”¹č®ŠčØ­å®šå€¼å¾Œéœ€č¦é‡ę–°å•Ÿå‹• VSCode.", + "fail.createSettings": "焔法建立 '{0}' ({1})怂" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..880f3bc431 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "ē“€éŒ„ (主要) ", + "sharedLog": "ē“€éŒ„ (共享) ", + "rendererLog": "ē“€éŒ„ (視窗)", + "extensionsLog": "ē“€éŒ„ (延伸主機) ", + "developer": "開發人哔" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/cht/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..2673ec1d79 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "é–‹å•Ÿē“€éŒ„č³‡ę–™å¤¾", + "showLogs": "é”Æē¤ŗē“€éŒ„...怂", + "rendererProcess": "視窗 ({0})", + "emptyWindow": "視窗", + "extensionHost": "延伸主機", + "sharedProcess": "共享", + "mainProcess": "主要", + "selectProcess": "éøå–ēØ‹åŗēš„čØ˜éŒ„", + "openLogFile": "é–‹å•Ÿē“€éŒ„ęŖ”ę”ˆ...", + "setLogLevel": "čØ­å®šē“€éŒ„å±¤ē“š", + "trace": "追蹤", + "debug": "偵錯", + "info": "č³‡čØŠ", + "warn": "č­¦å‘Š", + "err": "錯誤", + "critical": "嚓重", + "off": "關閉", + "selectLogLevel": "éøę“‡ē“€éŒ„å±¤ē“š", + "default and current": "é čØ­čˆ‡ē›®å‰", + "default": "預設", + "current": "ē›®å‰" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/cht/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 5ef902a997..016e0c21ba 100644 --- a/i18n/cht/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "問锌", "tooltip.1": "ę­¤ęŖ”ę”ˆē™¼ē”Ÿ 1 個問锌", "tooltip.N": "ę­¤ęŖ”ę”ˆē™¼ē”Ÿ {0} 個問锌", diff --git a/i18n/cht/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/cht/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 898e5d9f61..8afcdb24f6 100644 --- a/i18n/cht/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "共 {0} 項問锌", "filteredProblems": "锯示 {1} ēš„ {0} 問锌" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/cht/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..8afcdb24f6 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "共 {0} 項問锌", + "filteredProblems": "锯示 {1} ēš„ {0} 問锌" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/cht/src/vs/workbench/parts/markers/common/messages.i18n.json index 7fd5ffaf85..9f75c7a0f0 100644 --- a/i18n/cht/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "檢視", - "problems.view.toggle.label": "åˆ‡ę›å•é”Œ", - "problems.view.focus.label": "čšē„¦å•é”Œ", + "problems.view.toggle.label": "åˆ‡ę›č‡³å•é”Œ(錯誤, č­¦å‘Š, č³‡čØŠ)", + "problems.view.focus.label": "čšē„¦ę–¼å•é”Œ(錯誤, č­¦å‘Š, č³‡čØŠ)", "problems.panel.configuration.title": "[問锌] 檢視", "problems.panel.configuration.autoreveal": "ęŽ§åˆ¶ [問锌] ęŖ¢č¦–ę˜Æå¦ę‡‰č‡Ŗå‹•åœØé–‹å•ŸęŖ”ę”ˆę™‚åŠ ä»„é”Æē¤ŗ", "markers.panel.title.problems": "問锌", diff --git a/i18n/cht/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/cht/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index ad0765b810..548006f895 100644 --- a/i18n/cht/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "複製", "copyMarkerMessage": "č¤‡č£½čØŠęÆ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 260deed4c1..010720d670 100644 --- a/i18n/cht/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index 223611af94..71ff5f4c6d 100644 --- a/i18n/cht/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.i18n.json index 85ed15db80..f0cc8a6077 100644 --- a/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "åˆ‡ę›č¼øå‡ŗ", "clearOutput": "清除輸出", "toggleOutputScrollLock": "åˆ‡ę›č¼øå‡ŗ SCROLL LOCK", diff --git a/i18n/cht/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/cht/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index d7aeeef688..cff77869ae 100644 --- a/i18n/cht/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}ļ¼Œč¼øå‡ŗé¢ęæ", "outputPanelAriaLabel": "č¼øå‡ŗé¢ęæ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/cht/src/vs/workbench/parts/output/common/output.i18n.json index fc01171bac..85e72d3d72 100644 --- a/i18n/cht/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..5845ebb57a --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "輸出", + "logViewer": "ē“€éŒ„ęŖ¢č¦–å™Ø", + "viewCategory": "檢視", + "clearOutput.label": "清除輸出" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/cht/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..357f722ded --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - 輸出", + "channel": "'{0}' ēš„č¼øå‡ŗé€šé“" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index 7f9c895661..8b139e1ed1 100644 --- a/i18n/cht/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/cht/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index 7f9c895661..6f38fc4579 100644 --- a/i18n/cht/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "å·²ęˆåŠŸå»ŗē«‹čØ­å®šęŖ”ć€‚", "prof.detail": "č«‹å»ŗē«‹å•é”Œļ¼Œäø¦ę‰‹å‹•é™„åŠ äø‹åˆ—ęŖ”ę”ˆ:\n{0}", "prof.restartAndFileIssue": "å»ŗē«‹å•é”Œäø¦é‡ę–°å•Ÿå‹•", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 450c57bf7a..753ff797fc 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "ęŒ‰äø‹ę‰€éœ€ęŒ‰éµēµ„åˆļ¼Œē„¶å¾ŒęŒ‰ ENTER怂", "defineKeybinding.chordsTo": "同歄到" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index 0db1b09d33..14812c206a 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "éµē›¤åæ«é€Ÿéµ(&&K)", "SearchKeybindings.AriaLabel": "ęœå°‹ęŒ‰éµē¹«ēµé—œäæ‚", "SearchKeybindings.Placeholder": "ęœå°‹ęŒ‰éµē¹«ēµé—œäæ‚", @@ -15,9 +17,10 @@ "addLabel": "ę–°å¢žęŒ‰éµē¹«ēµé—œäæ‚", "removeLabel": "ē§»é™¤ęŒ‰éµē¹«ēµé—œäæ‚", "resetLabel": "é‡čØ­ęŒ‰éµē¹«ēµé—œäæ‚", - "showConflictsLabel": "é”Æē¤ŗč”ēŖ", + "showSameKeybindings": "é”Æē¤ŗē›øåŒēš„ęŒ‰éµē¹«ēµé—œäæ‚", "copyLabel": "複製", - "error": "ē·Øč¼ÆęŒ‰éµē¹«ēµé—œäæ‚ę™‚ē™¼ē”ŸéŒÆčŖ¤ '{0}'ć€‚č«‹é–‹å•Ÿ 'keybindings.json' ęŖ”ę”ˆåŠ ä»„ęŖ¢ęŸ„ć€‚", + "copyCommandLabel": "複製命令", + "error": "ē·Øč¼ÆęŒ‰éµē¹«ēµé—œäæ‚ę™‚ē™¼ē”ŸéŒÆčŖ¤ '{0}'ć€‚č«‹é–‹å•Ÿ 'keybindings.json' ęŖ”ę”ˆäø¦ęŖ¢ęŸ„éŒÆčŖ¤ć€‚", "command": "Command", "keybinding": "ęŒ‰éµē¹«ēµé—œäæ‚", "source": "來源", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 96477e8cd2..49aa58128d 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "å®šē¾©ęŒ‰éµē¹«ēµé—œäæ‚", "defineKeybinding.kbLayoutErrorMessage": "ę‚Øē„”ę³•åœØē›®å‰ēš„éµē›¤é…ē½®äø‹ē”¢ē”Ÿę­¤ęŒ‰éµēµ„åˆć€‚", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}**é‡å°ę‚Øē›®å‰ēš„ęŒ‰éµé…ē½®(**{1}**ē‚ŗē¾Žåœ‹ęØ™ęŗ–)", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index 978ee42a36..528848c461 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index f81891ad4c..837eead4d3 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "é–‹å•ŸåŽŸå§‹é čØ­čØ­ē½®", "openGlobalSettings": "é–‹å•Ÿä½æē”Øč€…čØ­å®š", "openGlobalKeybindings": "é–‹å•Ÿéµē›¤åæ«é€Ÿéµ", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 1b98a0d9db..ba34573fe5 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "預設設定", "SearchSettingsWidget.AriaLabel": "ęœå°‹čØ­å®š", "SearchSettingsWidget.Placeholder": "ęœå°‹čØ­å®š", "noSettingsFound": "ę²’ęœ‰ēµęžœ", - "oneSettingFound": "1 é …ē›øē¬¦čØ­å®š", - "settingsFound": "{0} é …ē›øē¬¦čØ­å®š", + "oneSettingFound": "ę‰¾åˆ° 1 é …čØ­å®š", + "settingsFound": "ę‰¾åˆ° {0} 項設置", "totalSettingsMessage": "共 {0} é …čØ­å®š", + "nlpResult": "č‡Ŗē„¶čŖžčØ€ēµęžœ", + "filterResult": "ēÆ©éøēµęžœ", "defaultSettings": "預設設定", "defaultFolderSettings": "é čØ­č³‡ę–™å¤¾čØ­å®š", "defaultEditorReadonly": "åœØå³ę–¹ē·Øč¼Æå™Øäø­ē·Øč¼Æä»„č¦†åÆ«é čØ­ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index d1713dc3e8..04d6da030b 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "å°‡ę‚Øēš„čØ­å®šę”¾ē½®åœØę­¤ä»„č¦†åÆ«é čØ­čØ­å®šć€‚", "emptyWorkspaceSettingsHeader": "å°‡ę‚Øēš„čØ­å®šę”¾ē½®åœØę­¤ä»„č¦†åÆ«ä½æē”Øč€…čØ­å®šć€‚", "emptyFolderSettingsHeader": "å°‡ę‚Øēš„č³‡ę–™å¤¾čØ­å®šę”¾ē½®åœØę­¤ä»„č¦†åÆ«å·„ä½œå€čØ­å®šēš„č³‡ę–™å¤¾čØ­å®šć€‚", + "reportSettingsSearchIssue": "回報問锌", + "newExtensionLabel": "é”Æē¤ŗę““å……åŠŸčƒ½ \"{0}\"", "editTtile": "編輯", "replaceDefaultValue": "åœØčØ­å®šäø­å–ä»£", "copyDefaultValue": "č¤‡č£½åˆ°čØ­å®š", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index ea581bd5e8..8fc7e75a07 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "å…ˆé–‹å•Ÿč³‡ę–™å¤¾ä»„å»ŗē«‹å·„ä½œå€čØ­å®š", "emptyKeybindingsHeader": "å°‡ę‚Øēš„ęŒ‰éµēµ„åˆę”¾å…„ę­¤ęŖ”ę”ˆäø­ä»„č¦†åÆ«é čØ­å€¼", "defaultKeybindings": "é čØ­ęŒ‰éµē¹«ēµé—œäæ‚", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index 480c3d2dbc..b62113434f 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "č©¦č©¦č‡Ŗē„¶čŖžčØ€ęœå°‹ļ¼", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "å°‡ę‚Øēš„čØ­å®šę”¾ē½®ę–¼å³ę–¹ē·Øč¼Æå™Øäø­ä»„č¦†åÆ«ć€‚", "noSettingsFound": "ę‰¾äøåˆ°ä»»ä½•čØ­å®šć€‚", "settingsSwitcherBarAriaLabel": "čØ­å®šåˆ‡ę›å™Ø", "userSettings": "ä½æē”Øč€…čØ­å®š", "workspaceSettings": "å·„ä½œå€čØ­å®š", - "folderSettings": "č³‡ę–™å¤¾čØ­å®š", - "enableFuzzySearch": "å•Ÿē”Øč‡Ŗē„¶čŖžčØ€ęœå°‹" + "folderSettings": "č³‡ę–™å¤¾čØ­å®š" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index c9a1d53702..c0ecc48afb 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "預設", "user": "使用者", "meta": "äø­ē¹¼", diff --git a/i18n/cht/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/common/preferences.i18n.json index eb42f24011..79b2d26189 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "ä½æē”Øč€…čØ­å®š", "workspaceSettingsTarget": "å·„ä½œå€čØ­å®š" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 3aed585208..f1b5a2ccf9 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "ē¶“åøøä½æē”Øēš„", - "mostRelevant": "ęœ€ē›øé—œēš„", "defaultKeybindingsHeader": "å°‡ęŒ‰éµēµ„åˆę”¾å…„ę‚Øēš„ęŒ‰éµēµ„åˆęŖ”ę”ˆäø­åŠ ä»„č¦†åÆ«ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index 978ee42a36..f0d76f241f 100644 --- a/i18n/cht/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "é čØ­å–œå„½čØ­å®šē·Øč¼Æå™Ø", "keybindingsEditor": "ęŒ‰éµē¹«ēµé—œäæ‚ē·Øč¼Æå™Ø", "preferences": "å–œå„½čØ­å®š" diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 510d9ec3ad..73bbf46760 100644 --- a/i18n/cht/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "é”Æē¤ŗę‰€ęœ‰å‘½ä»¤", "clearCommandHistory": "ęø…é™¤å‘½ä»¤ę­·ēØ‹čØ˜éŒ„", "showCommands.label": "å‘½ä»¤éøę“‡å€...", "entryAriaLabelWithKey": "{0}态{1}、命令", "entryAriaLabel": "{0}ļ¼Œå‘½ä»¤", - "canNotRun": "ē„”ę³•å¾žé€™č£”åŸ·č”Œå‘½ä»¤ '{0}'怂", "actionNotEnabled": "ē›®å‰å…§å®¹äø­ęœŖå•Ÿē”Øå‘½ä»¤ '{0}'怂", + "canNotRun": "命令 '{0}' å°Žč‡“éŒÆčŖ¤ć€‚", "recentlyUsed": "ęœ€čæ‘ä½æē”Øēš„", "morecCommands": "其他命令", "cat.title": "{0}: {1}", diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index 41d8b07c6a..fe692b2f31 100644 --- a/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "ē§»č‡³č”Œ...", "gotoLineLabelEmptyWithLimit": "輸兄介於 1 到 {0} ä¹‹é–“č¦ē€č¦½ēš„č”Œč™Ÿ", "gotoLineLabelEmpty": "č¼øå…„č¦ē€č¦½ēš„č”Œč™Ÿ", diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 00a2aa3ab8..5e254d6470 100644 --- a/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "å‰å¾€ęŖ”ę”ˆäø­ēš„ē¬¦č™Ÿ...", "symbols": "ē¬¦č™Ÿ ({0})", "method": "方法 ({0})", diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 31d2aac606..474e11f3b3 100644 --- a/i18n/cht/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œéøę“‡å™ØčŖŖę˜Ž", "globalCommands": "å…ØåŸŸå‘½ä»¤", "editorCommands": "編輯器命令" diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 238b60d700..5b7e5b985d 100644 --- a/i18n/cht/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "檢視", "commandsHandlerDescriptionDefault": "é”Æē¤ŗäø¦åŸ·č”Œå‘½ä»¤", "gotoLineDescriptionMac": "ē§»č‡³č”Œ", "gotoLineDescriptionWin": "ē§»č‡³č”Œ", diff --git a/i18n/cht/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 96e0c9b66b..c9c60d5590 100644 --- a/i18n/cht/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼ŒęŖ¢č¦–éøę“‡å™Ø", "views": "檢視", "panels": "é¢ęæ", diff --git a/i18n/cht/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 89585021dd..f0b69eedc6 100644 --- a/i18n/cht/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "čØ­å®šå·²ē¶“č®Šę›“ļ¼Œåæ…é ˆé‡ę–°å•Ÿå‹•ę‰ęœƒē”Ÿę•ˆć€‚", "relaunchSettingDetail": "č«‹ęŒ‰ [é‡ę–°å•Ÿå‹•] ęŒ‰éˆ•ä»„é‡ę–°å•Ÿå‹• {0} äø¦å•Ÿē”ØčØ­å®šć€‚", "restart": "é‡ę–°å•Ÿå‹•(&&R)" diff --git a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index fd139000f1..5d41a275e2 100644 --- a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0}/{1} å·²č®Šę›“ ", "change": "{0}/{1} å·²č®Šę›“ ", "show previous change": "é”Æē¤ŗäøŠäø€å€‹č®Šę›“", "show next change": "é”Æē¤ŗäø‹äø€å€‹č®Šę›“", + "move to previous change": "ē§»č‡³äøŠäø€å€‹č®Šę›“", + "move to next change": "ē§»č‡³äø‹äø€å€‹č®Šę›“", "editorGutterModifiedBackground": "äæ®ę”¹äø­ēš„č”Œę–¼ē·Øč¼Æå™Øé‚Šę”†ēš„čƒŒę™Æč‰²å½©", "editorGutterAddedBackground": "ę–°å¢žå¾Œēš„č”Œę–¼ē·Øč¼Æå™Øé‚Šę”†ēš„čƒŒę™Æč‰²å½©", "editorGutterDeletedBackground": "åˆŖé™¤å¾Œēš„č”Œę–¼ē·Øč¼Æå™Øé‚Šę”†ēš„čƒŒę™Æč‰²å½©", diff --git a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index c0bccd6864..30e149ad18 100644 --- a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "锯示 Git", "source control": "åŽŸå§‹ęŖ”ęŽ§åˆ¶", "toggleSCMViewlet": "锯示 SCM", - "view": "檢視" + "view": "檢視", + "scmConfigurationTitle": "åŽŸå§‹ē¢¼ē®”ē† (SCM)", + "alwaysShowProviders": "ę˜Æå¦ēø½ę˜Æé”Æē¤ŗåŽŸå§‹ęŖ”ęŽ§åˆ¶ęä¾›č€…å€ę®µ", + "diffDecorations": "ęŽ§åˆ¶å·®ē•°č£é£¾ę–¼ē·Øč¼Æå™Øäø­", + "diffGutterWidth": "ęŽ§åˆ¶é‚Šę”†äø­å·®ē•°č£é£¾ēš„åÆ¬åŗ¦ (px) (å¢žåŠ å’Œäæ®ę”¹)怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index 5af6ffb730..6d3f9c028e 100644 --- a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} å€‹ęš«ę­¢ēš„č®Šę›“" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 5450727934..0c8ac87c9e 100644 --- a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index 72f9807aa2..b1e781aa9b 100644 --- a/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "åŽŸå§‹ęŖ”ęŽ§åˆ¶ęä¾›č€…", "hideRepository": "éš±č—", "installAdditionalSCMProviders": "å®‰č£é”å¤–SCMęä¾›č€…...", diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 7ce6730434..1082efb774 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "ęŖ”ę”ˆå’Œē¬¦č™Ÿēµęžœ", "fileResults": "ęŖ”ę”ˆēµęžœ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 78745bd47d..5d72a17eb5 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼ŒęŖ”ę”ˆéøę“‡å™Ø", "searchResults": "ęœå°‹ēµęžœ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index c946bf5c82..40cc8882a3 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ļ¼Œē¬¦č™Ÿéøę“‡å™Ø", "symbols": "ē¬¦č™Ÿēµęžœ", "noSymbolsMatching": "ę²’ęœ‰ē›øē¬¦ēš„ē¬¦č™Ÿ", diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index d463f62a84..baedf8b9ff 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "č¼øå…„", "useExcludesAndIgnoreFilesDescription": "ä½æē”ØęŽ’é™¤čØ­å®ščˆ‡åæ½ē•„ęŖ”ę”ˆ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 6dc5d7d869..392fa79b36 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Replace Preview)" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index 2737e83ab4..025d694ebc 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/searchActions.i18n.json index 551008efc7..70ec604a75 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "é”Æē¤ŗäø‹äø€å€‹ęœå°‹åŒ…å«ęØ”å¼", "previousSearchIncludePattern": "é”Æē¤ŗäøŠäø€å€‹ęœå°‹åŒ…å«ęØ”å¼", "nextSearchExcludePattern": "é”Æē¤ŗäø‹äø€å€‹ęœå°‹ęŽ’é™¤ęØ”å¼", @@ -12,12 +14,11 @@ "previousSearchTerm": "é”Æē¤ŗäøŠäø€å€‹ęœå°‹å­—č©ž", "showSearchViewlet": "é”Æē¤ŗęœå°‹", "findInFiles": "åœØęŖ”ę”ˆäø­å°‹ę‰¾", - "findInFilesWithSelectedText": "åœØęŖ”ę”ˆäø­å°‹ę‰¾éøå–ēš„ę–‡å­— ", "replaceInFiles": "ęŖ”ę”ˆäø­å–ä»£", - "replaceInFilesWithSelectedText": "åœØęŖ”ę”ˆäø­å–ä»£ē‚ŗéøå–ēš„ę–‡å­—", "RefreshAction.label": "é‡ę–°ę•“ē†", "CollapseDeepestExpandedLevelAction.label": "å…ØéƒØę‘ŗē–Š", "ClearSearchResultsAction.label": "清除", + "CancelSearchAction.label": "å–ę¶ˆęœē“¢", "FocusNextSearchResult.label": "čšē„¦ę–¼äø‹äø€å€‹ęœå°‹ēµęžœ", "FocusPreviousSearchResult.label": "čšē„¦ę–¼äøŠäø€å€‹ęœå°‹ēµęžœ", "RemoveAction.label": "關閉", diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 5a3224c66f..bf3c8c2fc7 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "å…¶ä»–ęŖ”ę”ˆ", "searchFileMatches": "ę‰¾åˆ° {0} å€‹ęŖ”ę”ˆ", "searchFileMatch": "ę‰¾åˆ° {0} å€‹ęŖ”ę”ˆ", diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..514a93fc04 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "åˆ‡ę›ęœå°‹č©³ē“°č³‡ę–™", + "searchScope.includes": "č¦åŒ…å«ēš„ęŖ”ę”ˆ", + "label.includes": "ęœå°‹åŒ…å«ęØ”å¼", + "searchScope.excludes": "č¦ęŽ’é™¤ēš„ęŖ”ę”ˆ", + "label.excludes": "ęœå°‹ęŽ’é™¤ęØ”å¼", + "replaceAll.confirmation.title": "å…ØéƒØå–ä»£", + "replaceAll.confirm.button": "取代(&&R)", + "replaceAll.occurrence.file.message": "已將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}'怂", + "removeAll.occurrence.file.message": "已取代 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} 個相符項目。", + "replaceAll.occurrence.files.message": "已將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}'怂", + "removeAll.occurrence.files.message": "已取代 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} 個相符項目。", + "replaceAll.occurrences.file.message": "已將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}'怂", + "removeAll.occurrences.file.message": "已取代 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} 個相符項目。", + "replaceAll.occurrences.files.message": "已將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}'怂", + "removeAll.occurrences.files.message": "已取代 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} 個相符項目。", + "removeAll.occurrence.file.confirmation.message": "要將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}' 嗎?", + "replaceAll.occurrence.file.confirmation.message": "č¦å–ä»£ {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å—Ž?", + "removeAll.occurrence.files.confirmation.message": "要將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}' 嗎?", + "replaceAll.occurrence.files.confirmation.message": "č¦å–ä»£ {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å—Ž?", + "removeAll.occurrences.file.confirmation.message": "要將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}' 嗎?", + "replaceAll.occurrences.file.confirmation.message": "č¦å–ä»£ {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å—Ž?", + "removeAll.occurrences.files.confirmation.message": "要將 {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å–ä»£ē‚ŗ '{2}' 嗎?", + "replaceAll.occurrences.files.confirmation.message": "č¦å–ä»£ {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ē›øē¬¦é …ē›®å—Ž?", + "treeAriaLabel": "ęœå°‹ēµęžœ", + "searchPathNotFoundError": "ę‰¾äøåˆ°ęœå°‹č·Æå¾‘: {0}", + "searchMaxResultsWarning": "ēµęžœé›†åŖåŒ…å«ę‰€ęœ‰ē¬¦åˆé …ēš„å­é›†ć€‚č«‹ęä¾›ę›“å…·é«”ēš„ęœå°‹ę¢ä»¶ä»„ēø®å°ēµęžœēÆ„åœć€‚", + "searchCanceled": "åœØåÆčƒ½ę‰¾åˆ°ä»»ä½•ēµęžœä¹‹å‰å·²å–ę¶ˆęœå°‹ - ", + "noResultsIncludesExcludes": "在 '{0}' äø­ę‰¾äøåˆ°ęŽ’é™¤ '{1}' ēš„ēµęžœ - ", + "noResultsIncludes": "在 '{0}' äø­ę‰¾äøåˆ°ēµęžœ - ", + "noResultsExcludes": "ę‰¾äøåˆ°ęŽ’é™¤ '{0}' ēš„ēµęžœ - ", + "noResultsFound": "ę‰¾äøåˆ°ēµęžœć€‚č«‹ęŖ¢é–±ę‰€čØ­å®šēš„ęŽ’é™¤å’Œåæ½ē•„ęŖ”ę”ˆä¹‹čØ­å®š - ", + "rerunSearch.message": "å†ę¬”ęœå°‹", + "rerunSearchInAll.message": "åœØę‰€ęœ‰ęŖ”ę”ˆäø­å†ę¬”ęœå°‹", + "openSettings.message": "é–‹å•ŸčØ­å®š", + "openSettings.learnMore": "深兄了解", + "ariaSearchResultsStatus": "ęœå°‹å‚³å›ž {1} å€‹ęŖ”ę”ˆäø­ēš„ {0} å€‹ēµęžœ", + "search.file.result": "{1} å€‹ęŖ”ę”ˆäø­ęœ‰ {0} å€‹ēµęžœ", + "search.files.result": "{1} å€‹ęŖ”ę”ˆäø­ęœ‰ {0} å€‹ēµęžœ", + "search.file.results": "{1} å€‹ęŖ”ę”ˆäø­ęœ‰ {0} å€‹ēµęžœ", + "search.files.results": "{1} å€‹ęŖ”ę”ˆäø­ęœ‰ {0} å€‹ēµęžœ", + "searchWithoutFolder": "ę‚Øå°šęœŖé–‹å•Ÿč³‡ę–™å¤¾ć€‚åŖęœƒé–‹å•Ÿē›®å‰ęœå°‹ēš„ęŖ”ę”ˆ - ", + "openFolder": "é–‹å•Ÿč³‡ę–™å¤¾" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index a502d53fe8..514a93fc04 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "åˆ‡ę›ęœå°‹č©³ē“°č³‡ę–™", "searchScope.includes": "č¦åŒ…å«ēš„ęŖ”ę”ˆ", "label.includes": "ęœå°‹åŒ…å«ęØ”å¼", diff --git a/i18n/cht/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 67da11e079..192fa6fc8b 100644 --- a/i18n/cht/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "å…ØéƒØå–ä»£ (ęäŗ¤ęœå°‹ä»„å•Ÿē”Ø)", "search.action.replaceAll.enabled.label": "å…ØéƒØå–ä»£", "search.replace.toggle.button.title": "åˆ‡ę›å–ä»£", diff --git a/i18n/cht/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/cht/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index 1b13478684..fde84b9aad 100644 --- a/i18n/cht/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "å·„ä½œå€å…§ē„”ę­¤åēØ±č³‡ę–™å¤¾: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index 2737e83ab4..765f19792f 100644 --- a/i18n/cht/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "åœØč³‡ę–™å¤¾äø­å°‹ę‰¾...", + "findInWorkspace": "åœØå·„ä½œå€äø­å°‹ę‰¾...", "showTriggerActions": "å‰å¾€å·„ä½œå€äø­ēš„ē¬¦č™Ÿ...", "name": "ęœå°‹", "search": "ęœå°‹", + "showSearchViewl": "é”Æē¤ŗęœå°‹", "view": "檢視", + "findInFiles": "åœØęŖ”ę”ˆäø­å°‹ę‰¾", "openAnythingHandlerDescription": "å‰å¾€ęŖ”ę”ˆ", "openSymbolDescriptionNormal": "å‰å¾€å·„ä½œå€äø­ēš„ē¬¦č™Ÿ", - "searchOutputChannelTitle": "ęœå°‹", "searchConfigurationTitle": "ęœå°‹", "exclude": "設定 Glob ęØ”å¼ļ¼Œä»„ęŽ’é™¤äøč¦ęœå°‹ēš„ęŖ”ę”ˆåŠč³‡ę–™å¤¾ć€‚č«‹å¾ž file.exclude čØ­å®šē¹¼ę‰æę‰€ęœ‰ēš„ Glob ęØ”å¼ć€‚", "exclude.boolean": "č¦ē¬¦åˆęŖ”ę”ˆč·Æå¾‘ēš„ Glob ęØ”å¼ć€‚čØ­ē‚ŗ True ꈖ False åÆå•Ÿē”Øęˆ–åœē”ØęØ”å¼ć€‚", @@ -18,5 +23,8 @@ "useRipgrep": "ęŽ§åˆ¶ę˜Æå¦č¦åœØę–‡å­—å’ŒęŖ”ę”ˆęœå°‹äø­ä½æē”Ø ripgrep", "useIgnoreFiles": "ęŽ§åˆ¶åœØęœå°‹ęŖ”ę”ˆę™‚ļ¼Œę˜Æå¦č¦ä½æē”Ø .gitignore 及 .ignore ęŖ”ę”ˆć€‚ ", "search.quickOpen.includeSymbols": "čØ­å®šä»„å°‡å…ØåŸŸē¬¦č™Ÿęœå°‹ēš„ēµęžœē“å…„ Quick Open ēš„ęŖ”ę”ˆēµęžœäø­ć€‚", - "search.followSymlinks": "ęŽ§åˆ¶ę˜Æå¦č¦åœØęœå°‹ę™‚éµå¾Ŗ symlink怂" + "search.followSymlinks": "ęŽ§åˆ¶ę˜Æå¦č¦åœØęœå°‹ę™‚éµå¾Ŗ symlink怂", + "search.smartCase": "å¦‚ęžœęœå°‹å¼ē‚ŗå…ØéƒØå°åÆ«ļ¼Œå‰‡ē”Øäøåˆ†å¤§å°åÆ«ēš„ęœå°‹ļ¼Œå¦å‰‡ē”Øåˆ†å¤§å°åÆ«ēš„ęœå°‹", + "search.globalFindClipboard": "ęŽ§åˆ¶ęœå°‹ęŖ¢č¦–ę˜Æå¦ę‡‰č®€å–ęˆ–äæ®ę”¹ macOS äøŠēš„å…±ē”Øå°‹ę‰¾å‰Ŗč²¼ē°æ (shared find clipboard)", + "search.location": "預覽: ęŽ§åˆ¶ęœå°‹ęœƒåœØč³‡čØŠēœ‹ęæé”Æē¤ŗē‚ŗęŖ¢č¦–ļ¼Œęˆ–åœØé¢ęæå€åŸŸé”Æē¤ŗē‚ŗé¢ęæä»„å–å¾—ę›“å¤šę°“å¹³ē©ŗé–“ć€‚äø‹å€‹ē‰ˆęœ¬ēš„é¢ęæęœå°‹å°‡å…·ęœ‰ę”¹å–„ēš„ę°“å¹³ē‰ˆé¢é…ē½®ļ¼Œč€Œę­¤é …ē›®å°‡äøå†č™•ę–¼é č¦½éšŽę®µć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/cht/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index 9ad25ceb57..6653fbd54b 100644 --- a/i18n/cht/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index 2789a5e845..d8cfe55b79 100644 --- a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..2599fe1fda --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(å…ØåŸŸ)", + "global.1": "({0})", + "new.global": "ę–°å¢žå…ØåŸŸēØ‹å¼ē¢¼ē‰‡ę®µęŖ”ę”ˆ...", + "group.global": "ē¾ęœ‰ēØ‹å¼ē¢¼ē‰‡ę®µ", + "new.global.sep": "ę–°å¢žēØ‹å¼ē¢¼ē‰‡ę®µ", + "openSnippet.pickLanguage": "éøå–ēØ‹å¼ē¢¼ē‰‡ę®µęŖ”ę”ˆęˆ–å»ŗē«‹ēØ‹å¼ē¢¼ē‰‡ę®µ", + "openSnippet.label": "čØ­å®šä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µ", + "preferences": "å–œå„½čØ­å®š" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index fb65a26db1..1322388a37 100644 --- a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "ę’å…„ēØ‹å¼ē¢¼ē‰‡ę®µ", "sep.userSnippet": "ä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µ", "sep.extSnippet": "å»¶ä¼øęØ”ēµ„ēØ‹å¼ē¢¼ē‰‡ę®µ" diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 10abf9bdd4..8d36d87e30 100644 --- a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "ē‚ŗēØ‹å¼ē¢¼ē‰‡ę®µéøå–čŖžčØ€", - "openSnippet.errorOnCreate": "焔法建立 {0}", - "openSnippet.label": "é–‹å•Ÿä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µ", - "preferences": "å–œå„½čØ­å®š", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "ē©ŗē™½ēØ‹å¼ē¢¼ē‰‡ę®µ", "snippetSchema.json": "ä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µēµ„ę…‹", "snippetSchema.json.prefix": "在 Intellisense äø­éøå–ēØ‹å¼ē¢¼ē‰‡ę®µę™‚č¦ä½æē”Øēš„å‰ē½®č©ž", "snippetSchema.json.body": "ēØ‹å¼ē¢¼ē‰‡ę®µå…§å®¹ć€‚č«‹ä½æē”Ø '$1', '${1:defaultText}' ä»„å®šē¾©ęøøęØ™ä½ē½®ļ¼Œäø¦ä½æē”Ø '$0' å®šē¾©ęœ€ēµ‚ęøøęØ™ä½ē½®ć€‚å°‡ '${varName}' and '${varName:defaultText}' ę’å…„č®Šę•øå€¼ļ¼Œä¾‹å¦‚ 'This is file: $TM_FILENAME'怂", - "snippetSchema.json.description": "ēØ‹å¼ē¢¼ē‰‡ę®µęčæ°ć€‚" + "snippetSchema.json.description": "ēØ‹å¼ē¢¼ē‰‡ę®µęčæ°ć€‚", + "snippetSchema.json.scope": "é©ē”Øę­¤ēØ‹å¼ē¢¼ē‰‡ę®µēš„ēØ‹å¼čŖžčØ€åˆ—č”Øļ¼Œå¦‚ļ¼š'typescript,javascript'怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..fe9dcf96a5 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "å…ØåŸŸä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µ", + "source.snippet": "ä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µ" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index e7261d392f..24a19cd635 100644 --- a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "`contributes.{0}.language` äø­ēš„äøę˜ŽčŖžčØ€ć€‚ęä¾›ēš„å€¼: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "'contributes.{0}.path' äø­ę‡‰ęœ‰å­—äø²ć€‚ęä¾›ēš„å€¼: {1}", + "invalid.language.0": "ēœē•„čŖžčØ€ę™‚ļ¼Œ`contributes.{0}.path` ēš„å€¼åæ…é ˆę˜Æ `.code-snippets`-fileć€‚ę‚Øē›®å‰ęä¾›ēš„å€¼ļ¼š{1}", + "invalid.language": "`contributes.{0}.language` äø­ēš„äøę˜ŽčŖžčØ€ć€‚ęä¾›ēš„å€¼: {1}", "invalid.path.1": "ę““å……åŠŸčƒ½č³‡ę–™å¤¾ ({2}) ę‡‰åŒ…å« 'contributes.{0}.path' ({1})ć€‚é€™åÆčƒ½ęœƒå°Žč‡“ę““å……åŠŸčƒ½ē„”ę³•ē§»ę¤ć€‚", "vscode.extension.contributes.snippets": "ęä¾›ēØ‹å¼ē¢¼ē‰‡ę®µć€‚", "vscode.extension.contributes.snippets-language": "č¦äŗˆä»„ęä¾›ę­¤ēØ‹å¼ē¢¼ē‰‡ę®µēš„čŖžčØ€č­˜åˆ„ē¢¼ć€‚", "vscode.extension.contributes.snippets-path": "ēØ‹å¼ē¢¼ē‰‡ę®µęŖ”ę”ˆēš„č·Æå¾‘ć€‚ę­¤č·Æå¾‘ę˜Æę““å……åŠŸčƒ½č³‡ę–™å¤¾ēš„ē›øå°č·Æå¾‘ļ¼Œč€Œäø”äø€čˆ¬ęœƒä»„ './snippets/' 開頭怂", "badVariableUse": "來自延伸樔組 '{0}' ēš„äø€ęˆ–å¤šå€‹ēØ‹å¼ē¢¼ē‰‡ę®µå¾ˆåÆčƒ½ęœƒę··ę·†ēØ‹å¼ē¢¼ē‰‡ę®µč®Šę•øå’ŒēØ‹å¼ē¢¼ē‰‡ę®µé ē•™ä½ē½® (å¦‚éœ€ę›“å¤šč©³ē“°č³‡ę–™ļ¼Œč«‹åƒé–± https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax)", "badFile": "ē„”ę³•č®€å–ēØ‹å¼ē¢¼ē‰‡ę®µęŖ”ę”ˆ \"{0}\"怂", - "source.snippet": "ä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µ", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0},{1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index a4037ced43..b6c1249d3d 100644 --- a/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "åœØå‰ē½®č©žē›øē¬¦ę™‚ę’å…„ēØ‹å¼ē¢¼ē‰‡ę®µć€‚ęœ€é©ē”Øę–¼ęœŖå•Ÿē”Ø 'quickSuggestions' Ꙃ怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index a74cdd763f..d2b06d329c 100644 --- a/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "å”åŠ©ęˆ‘å€‘ę”¹å–„{0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "å”«åÆ«ē°”ēŸ­čŖæęŸ„å•å·", "remindLater": "ēØå¾Œå†ęé†’ęˆ‘", - "neverAgain": "äøč¦å†é”Æē¤ŗ" + "neverAgain": "äøč¦å†é”Æē¤ŗ", + "helpUs": "å”åŠ©ęˆ‘å€‘ę”¹å–„{0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 260deed4c1..5f4cd09f45 100644 --- a/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "ę‚Øé”˜ę„å”«åÆ«ē°”ēŸ­ēš„ę„č¦‹åę‡‰å•å·å—Ž?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "å”«åÆ«å•å·", "remindLater": "ēØå¾Œå†ęé†’ęˆ‘", - "neverAgain": "äøč¦å†é”Æē¤ŗ" + "neverAgain": "äøč¦å†é”Æē¤ŗ", + "surveyQuestion": "ę‚Øé”˜ę„å”«åÆ«ē°”ēŸ­ēš„ę„č¦‹åę‡‰å•å·å—Ž?" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 8ccb1a3828..b0b2d071d5 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 4aa882d249..0b0fc1a3a0 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0},巄作", "recentlyUsed": "ęœ€čæ‘ä½æē”Øēš„å·„ä½œ", "configured": "čØ­å®šēš„å·„ä½œ", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index b0cd09ce05..00aae89057 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index c6d5f5a478..84259711cf 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "č¼øå…„č¦åŸ·č”Œēš„å·„ä½œåēØ±", "noTasksMatching": "No tasks matching", "noTasksFound": "ę‰¾äøåˆ°å·„ä½œ" diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 082d82831c..b8eee64e35 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 8ccb1a3828..b0b2d071d5 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..add99411f3 --- /dev/null +++ b/i18n/cht/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "åŖęœ‰ęœ€å¾Œäø€č”ŒęÆ”å°å™Øę‰ę”Æę“čæ“åœˆå±¬ę€§ć€‚", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "å•é”ŒęØ”å¼ē„”ę•ˆć€‚ é€™é”žå±¬ę€§åŖčƒ½åœØē¬¬äø€å€‹å…ƒē“ äø­ęä¾›", + "ProblemPatternParser.problemPattern.missingRegExp": "ę­¤å•é”ŒęØ”å¼ē¼ŗå°‘č¦å‰‡é‹ē®—å¼ć€‚", + "ProblemPatternParser.problemPattern.missingProperty": "å•é”ŒęØ”å¼ē„”ę•ˆć€‚å…¶åæ…é ˆč‡³å°‘ęœ‰äø€å€‹ęŖ”ę”ˆåŠčØŠęÆć€‚", + "ProblemPatternParser.problemPattern.missingLocation": "å•é”ŒęØ”å¼ē„”ę•ˆć€‚å…¶åæ…é ˆęœ‰ä»»äø€é”žåž‹: \"ęŖ”ę”ˆ\" ęˆ–č€…ę˜Æęœ‰č”Œęˆ–ä½ē½®ē¬¦åˆē¾¤ēµ„ć€‚ ", + "ProblemPatternParser.invalidRegexp": "錯誤: å­—äø² {0} äøę˜Æęœ‰ę•ˆēš„č¦å‰‡é‹ē®—å¼ć€‚\n", + "ProblemPatternSchema.regexp": "č¦å‰‡é‹ē®—å¼ļ¼Œē”Øä¾†åœØč¼øå‡ŗäø­å°‹ę‰¾éŒÆčŖ¤ć€č­¦å‘Šęˆ–č³‡čØŠć€‚", + "ProblemPatternSchema.kind": "č©²ęØ”å¼ę˜Æå¦ē¬¦åˆä½ē½® (ęŖ”ę”ˆå’Œč”Œ) ęˆ–åƒ…ē¬¦åˆęŖ”ę”ˆć€‚", + "ProblemPatternSchema.file": "ęŖ”ę”ˆåēØ±ēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚å¦‚ęžœēœē•„ļ¼Œå‰‡ęœƒä½æē”Ø 1怂", + "ProblemPatternSchema.location": "å•é”Œä¹‹ä½ē½®ēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚ęœ‰ę•ˆēš„ä½ē½®ęØ”å¼ē‚ŗ: (line)态(line,column) 和 (startLine,startColumn,endLine,endColumn)ć€‚å¦‚ęžœēœē•„ļ¼Œå‰‡ęœƒå‡čØ­ (line,column)怂", + "ProblemPatternSchema.line": "å•é”Œä¹‹č”Œēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚é čØ­ē‚ŗ 2", + "ProblemPatternSchema.column": "å•é”Œč”Œäø­å­—å…ƒēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚é čØ­ē‚ŗ 3", + "ProblemPatternSchema.endLine": "å•é”Œä¹‹ēµå°¾č”Œēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚é čØ­ē‚ŗęœŖå®šē¾©", + "ProblemPatternSchema.endColumn": "å•é”Œä¹‹ēµå°¾č”Œå­—å…ƒēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚é čØ­ē‚ŗęœŖå®šē¾©", + "ProblemPatternSchema.severity": "å•é”Œä¹‹åš“é‡ę€§ēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚é čØ­ē‚ŗęœŖå®šē¾©", + "ProblemPatternSchema.code": "å•é”Œä¹‹ä»£ē¢¼ēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚é čØ­ē‚ŗęœŖå®šē¾©", + "ProblemPatternSchema.message": "čØŠęÆēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚å¦‚ęžœēœē•„äø¦ęŒ‡å®šä½ē½®ļ¼Œé čØ­ē‚ŗ 4。否則預設為 5怂", + "ProblemPatternSchema.loop": "åœØå¤šč”ŒęÆ”å°å™Øčæ“åœˆäø­ļ¼ŒęŒ‡å‡ŗę­¤ęØ”å¼ę˜Æå¦åŖč¦ē›øē¬¦å°±ęœƒä»„čæ“åœˆåŸ·č”Œć€‚åŖčƒ½åœØå¤šč”ŒęØ”å¼äø­ēš„ęœ€å¾Œäø€å€‹ęØ”å¼ęŒ‡å®šć€‚", + "NamedProblemPatternSchema.name": "å•é”ŒęØ”å¼ēš„åēØ±ć€‚", + "NamedMultiLineProblemPatternSchema.name": "å¤šč”Œå•é”ŒęØ”å¼ēš„åēØ±ć€‚", + "NamedMultiLineProblemPatternSchema.patterns": "åÆ¦éš›ēš„ęØ”å¼ć€‚", + "ProblemPatternExtPoint": "ęä¾›å•é”ŒęØ”å¼", + "ProblemPatternRegistry.error": "å•é”ŒęØ”å¼ē„”ę•ˆć€‚ę­¤ęØ”å¼å°‡äŗˆåæ½ē•„ć€‚", + "ProblemMatcherParser.noProblemMatcher": "錯誤: ē„”ę³•å°‡ęčæ°č½‰ę›ęˆå•é”ŒęÆ”å°å™Ø:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "錯誤: ęčæ°ęœŖå®šē¾©ęœ‰ę•ˆēš„å•é”ŒęØ£å¼:\n{0}\n", + "ProblemMatcherParser.noOwner": "錯誤: ęčæ°ęœŖå®šē¾©ę“ęœ‰č€…:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "錯誤: ęčæ°ęœŖå®šē¾©ęŖ”ę”ˆä½ē½®:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "č³‡čØŠ: åš“é‡ę€§ {0} äøę˜Žć€‚ęœ‰ę•ˆå€¼ē‚ŗéŒÆčŖ¤ć€č­¦å‘Šå’Œč³‡čØŠć€‚\n", + "ProblemMatcherParser.noDefinedPatter": "錯誤: ę²’ęœ‰č­˜åˆ„ē¢¼ē‚ŗ {0} ēš„ęØ£å¼ć€‚", + "ProblemMatcherParser.noIdentifier": "錯誤: ęØ£å¼å±¬ę€§åƒč€ƒäŗ†ē©ŗēš„č­˜åˆ„ē¢¼ć€‚", + "ProblemMatcherParser.noValidIdentifier": "錯誤: ęØ£å¼å±¬ę€§ {0} äøę˜Æęœ‰ę•ˆēš„ęØ£å¼č®Šę•øåēØ±ć€‚", + "ProblemMatcherParser.problemPattern.watchingMatcher": "å•é”ŒęÆ”å°å™Øåæ…é ˆåŒę™‚å®šē¾©ē›£ęŽ§ēš„é–‹å§‹ęØ”å¼å’ŒēµęŸęØ”å¼ć€‚", + "ProblemMatcherParser.invalidRegexp": "錯誤: å­—äø² {0} äøę˜Æęœ‰ę•ˆēš„č¦å‰‡é‹ē®—å¼ć€‚\n", + "WatchingPatternSchema.regexp": "ē”Øä¾†ęŸ„ēœ‹åµęø¬čƒŒę™Æå·„ä½œé–‹å§‹ęˆ–ēµęŸēš„ę­£č¦č”Øé”å¼.", + "WatchingPatternSchema.file": "ęŖ”ę”ˆåēØ±ēš„ē¬¦åˆē¾¤ēµ„ē“¢å¼•ć€‚åÆä»„ēœē•„ć€‚", + "PatternTypeSchema.name": "ę‰€ęä¾›ęˆ–é å…ˆå®šē¾©ä¹‹ęØ”å¼ēš„åēØ±", + "PatternTypeSchema.description": "å•é”ŒęØ”å¼ęˆ–ę‰€ęä¾›ęˆ–é å…ˆå®šē¾©ä¹‹å•é”ŒęØ”å¼ēš„åēØ±ć€‚å¦‚ęœ‰ęŒ‡å®šåŸŗåŗ•ļ¼Œå³åÆē™¼å‡ŗć€‚", + "ProblemMatcherSchema.base": "č¦ä½æē”Øä¹‹åŸŗåŗ•å•é”ŒęÆ”å°å™Øēš„åēØ±ć€‚", + "ProblemMatcherSchema.owner": "Code å…§ēš„å•é”Œę“ęœ‰č€…ć€‚å¦‚ęžœęŒ‡å®šåŸŗåŗ•ļ¼Œå‰‡åÆä»„ēœē•„ć€‚å¦‚ęžœēœē•„äø”ęœŖęŒ‡å®šåŸŗåŗ•ļ¼Œé čØ­ē‚ŗ [å¤–éƒØ]怂", + "ProblemMatcherSchema.severity": "ę“·å–é …ē›®å•é”Œēš„é čØ­åš“é‡ę€§ć€‚å¦‚ęžœęØ”å¼ęœŖå®šē¾©åš“é‡ę€§ēš„ē¬¦åˆē¾¤ēµ„ļ¼Œå°±ęœƒåŠ ä»„ä½æē”Øć€‚", + "ProblemMatcherSchema.applyTo": "ęŽ§åˆ¶ę–‡å­—ę–‡ä»¶äøŠę‰€å›žå ±ēš„å•é”Œåƒ…ęœƒå„—ē”Øč‡³é–‹å•Ÿēš„ę–‡ä»¶ć€é—œé–‰ēš„ę–‡ä»¶ęˆ–ę‰€ęœ‰ę–‡ä»¶ć€‚", + "ProblemMatcherSchema.fileLocation": "å®šē¾©å•é”ŒęØ”å¼äø­ę‰€å›žå ±ęŖ”ę”ˆåēØ±ēš„č§£č­Æę–¹å¼ć€‚", + "ProblemMatcherSchema.background": "åµęø¬å¾Œå°ä»»å‹™äø­åŒ¹é…ēØ‹åŗęØ”å¼ēš„é–‹å§‹čˆ‡ēµęŸ.", + "ProblemMatcherSchema.background.activeOnStart": "å¦‚ęžœčØ­ē½®ē‚ŗ Trueļ¼ŒčƒŒę™Æē›£ęŽ§ēØ‹å¼åœØå·„ä½œå•Ÿå‹•ę™‚č™•ę–¼äø»å‹•ęØ”å¼ć€‚é€™ē›øē•¶ę–¼ē¬¦åˆčµ·å§‹ęØ£å¼ēš„č”Œć€‚", + "ProblemMatcherSchema.background.beginsPattern": "å¦‚ęžœę–¼č¼øå‡ŗäø­ē›øē¬¦ļ¼Œå‰‡ęœƒęŒ‡ē¤ŗčƒŒę™ÆēØ‹å¼é–‹å§‹ć€‚", + "ProblemMatcherSchema.background.endsPattern": "å¦‚ęžœę–¼č¼øå‡ŗäø­ē›øē¬¦ļ¼Œå‰‡ęœƒęŒ‡ē¤ŗčƒŒę™ÆēØ‹å¼ēµęŸć€‚", + "ProblemMatcherSchema.watching.deprecated": "é—œę³Øå±¬ę€§å·²č¢«ę·˜ę±°ļ¼Œč«‹ę”¹ē”ØčƒŒę™Æå–ä»£ć€‚", + "ProblemMatcherSchema.watching": "čæ½č¹¤åŒ¹é…ēØ‹åŗēš„é–‹å§‹čˆ‡ēµęŸć€‚", + "ProblemMatcherSchema.watching.activeOnStart": "å¦‚ęžœčØ­å®šē‚ŗ Trueļ¼Œē›£ęŽ§ēØ‹å¼åœØå·„ä½œå•Ÿå‹•ę™‚č™•ę–¼äø»å‹•ęØ”å¼ć€‚é€™ē›øē•¶ę–¼ē™¼å‡ŗē¬¦åˆ beginPattern ēš„č”Œ", + "ProblemMatcherSchema.watching.beginsPattern": "å¦‚ęžœåœØč¼øå‡ŗäø­ē›øē¬¦ļ¼Œå‰‡ęœƒęŒ‡ē¤ŗē›£ēœ‹å·„ä½œé–‹å§‹ć€‚", + "ProblemMatcherSchema.watching.endsPattern": "å¦‚ęžœåœØč¼øå‡ŗäø­ē›øē¬¦ļ¼Œå‰‡ęœƒęŒ‡ē¤ŗē›£ēœ‹å·„ä½œēµęŸć€‚", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "ę­¤å±¬ę€§å³å°‡ę·˜ę±°ć€‚č«‹ę”¹ē”Øé—œę³Øēš„å±¬ę€§ć€‚", + "LegacyProblemMatcherSchema.watchedBegin": "č¦å‰‡é‹ē®—å¼ļ¼ŒęŒ‡ē¤ŗē›£ēœ‹ēš„å·„ä½œé–‹å§‹åŸ·č”Œ (é€éŽęŖ”ę”ˆē›£ēœ‹č§øē™¼)怂", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "ę­¤å±¬ę€§å³å°‡ę·˜ę±°ć€‚č«‹ę”¹ē”Øé—œę³Øēš„å±¬ę€§ć€‚", + "LegacyProblemMatcherSchema.watchedEnd": "č¦å‰‡é‹ē®—å¼ļ¼ŒęŒ‡ē¤ŗē›£ēœ‹ēš„å·„ä½œēµęŸåŸ·č”Œć€‚", + "NamedProblemMatcherSchema.name": "ē”Øä¾†åƒč€ƒå…¶å•é”ŒęÆ”å°å™Øēš„åēØ±ć€‚", + "NamedProblemMatcherSchema.label": "ę˜“č®€ēš„å•é”ŒęÆ”å°å™ØęØ™ē±¤ć€‚", + "ProblemMatcherExtPoint": "ęä¾›å•é”ŒęÆ”å°å™Ø", + "msCompile": "Microsoft ē·Øč­Æå™Øå•é”Œ ", + "lessCompile": "č¼ƒå°‘ēš„å•é”Œ", + "gulp-tsc": "Gulp TSC 問锌", + "jshint": "JSHint 問锌", + "jshint-stylish": "JSHint ęØ£å¼å•é”Œ", + "eslint-compact": "ESLint å£“ēø®å•é”Œ", + "eslint-stylish": "ESLint ęØ£å¼å•é”Œ", + "go": "前往問锌" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index 9320c66c86..a8d4543af0 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index ad3ca3edd3..84024fcb36 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "åÆ¦éš›ēš„å·„ä½œé”žåž‹", "TaskDefinition.properties": "å·„ä½œé”žåž‹ēš„å…¶ä»–å±¬ę€§", "TaskTypeConfiguration.noType": "å·„ä½œé”žåž‹ēµ„ę…‹éŗå¤±éœ€č¦ēš„ 'taskType' 屬性", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index bb81cd023b..6eed803527 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "執蔌 .NET Core 建置命令", "msbuild": "åŸ·č”Œå»ŗē½®ē›®ęØ™", "externalCommand": "åŸ·č”Œä»»ę„å¤–éƒØå‘½ä»¤ēš„ēÆ„ä¾‹", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 44fe783df8..7e2c6556f9 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "其他命令選項", "JsonSchema.options.cwd": "ę‰€åŸ·č”ŒēØ‹å¼ęˆ–ęŒ‡ä»¤ē¢¼ēš„ē›®å‰å·„ä½œē›®éŒ„ć€‚å¦‚ęžœēœē•„ļ¼Œå‰‡ęœƒä½æē”Ø Code ēš„ē›®å‰å·„ä½œå€ę ¹ē›®éŒ„ć€‚", "JsonSchema.options.env": "ę‰€åŸ·č”ŒēØ‹å¼ęˆ–ę®¼å±¤ēš„ē’°å¢ƒć€‚å¦‚ęžœēœē•„ļ¼Œå‰‡ęœƒä½æē”Øēˆ¶č™•ē†åŗēš„ē’°å¢ƒć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index fa2e875a18..c85e0113e8 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "ēµ„ę…‹ēš„ē‰ˆęœ¬č™Ÿē¢¼", "JsonSchema._runner": "åŸ·č”Œå™Øå·²ēµęŸę”Æę“.č«‹åƒč€ƒå®˜ę–¹åŸ·č”Œå™Øå±¬ę€§", "JsonSchema.runner": "å®šē¾©å·„ä½œę˜Æå¦ä½œē‚ŗč™•ē†åŗåŸ·č”Œļ¼Œä»„åŠč¼øå‡ŗęœƒé”Æē¤ŗåœØč¼øå‡ŗč¦–ēŖ—ęˆ–ēµ‚ē«Æę©Ÿå…§ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index be4401acab..51544c209d 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "ęŒ‡å®šę­¤å‘½ä»¤ę˜Æę®¼å±¤å‘½ä»¤ęˆ–å¤–éƒØēØ‹å¼ć€‚å¦‚ęžœēœē•„ļ¼Œé čØ­ē‚ŗ False怂", "JsonSchema.tasks.isShellCommand.deprecated": "å·²ę·˜ę±°å±¬ę€§ isShellCommandć€‚č«‹ę”¹ē‚ŗåœØ [選項] äø­ä½æē”Øåž‹åˆ„å±¬ę€§åŠę®¼å±¤å±¬ę€§ć€‚ę­¤å¤–ä¹Ÿč«‹åƒé–± 1.14 ē‰ˆęœ¬č³‡čØŠć€‚", "JsonSchema.tasks.dependsOn.string": "ę­¤å·„ä½œē›øä¾ēš„å¦äø€å€‹å·„ä½œć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index c5e55c9814..b765e552cb 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "巄作", "ConfigureTaskRunnerAction.label": "設定巄作", - "CloseMessageAction.label": "關閉", "problems": "問锌", "building": "建置中...", "manyMarkers": "99+", "runningTasks": "é”Æē¤ŗåŸ·č”Œäø­ēš„å·„ä½œ", "tasks": "巄作", "TaskSystem.noHotSwap": "åæ…é ˆé‡ę–°č¼‰å…„č¦–ēŖ—ę‰åÆč®Šę›“åŸ·č”Œä½æē”Øäø­å·„ä½œēš„å·„ä½œåŸ·č”Œå¼•ę“Ž", + "reloadWindow": "é‡ę–°č¼‰å…„č¦–ēŖ—", "TaskServer.folderIgnored": "因為資料夾 {0} ä½æē”Øå·„ä½œē‰ˆęœ¬ 0.1.0ļ¼Œę‰€ä»„å·²å°‡å…¶åæ½ē•„", "TaskService.noBuildTask1": "ęœŖå®šē¾©ä»»ä½•å»ŗē½®å·„ä½œć€‚č«‹ä½æē”Ø 'isBuildCommand' ęØ™čØ˜ tasks.json ęŖ”ę”ˆäø­ēš„å·„ä½œć€‚", "TaskService.noBuildTask2": "ęœŖå®šē¾©ä»»ä½•ēµ„å»ŗå·„ä½œļ¼Œč«‹åœØ tasks.json ęŖ”ę”ˆäø­å°‡å·„ä½œęØ™čØ˜ē‚ŗ 'build' 群組。", @@ -26,8 +28,8 @@ "selectProblemMatcher": "éøå–éŒÆčŖ¤å’Œč­¦å‘Šēš„ēØ®é”žä»„ęŽƒęå·„ä½œč¼øå‡ŗ", "customizeParseErrors": "ē•¶å‰ēš„å·„ä½œēµ„ę…‹å­˜åœØéŒÆčŖ¤.č«‹ę›“ę­£éŒÆčŖ¤å†åŸ·č”Œå·„ä½œ.", "moreThanOneBuildTask": "å®šē¾©äŗ†å¾ˆå¤šå»ŗē½®å·„ä½œę–¼tasks.json.åŸ·č”Œē¬¬äø€å€‹.", - "TaskSystem.activeSame.background": "巄作 '{0}' å·²åœØä½æē”Øäø­ļ¼Œäø”č™•ę–¼čƒŒę™ÆęØ”å¼äø­ć€‚č«‹ä½æē”Øå·„ä½œåŠŸčƒ½č”Øēš„ [ēµ‚ę­¢å·„ä½œ...] 將其終止。", - "TaskSystem.activeSame.noBackground": "巄作 '{0}' å·²åœØä½æē”Øäø­ć€‚č«‹ä½æē”Øå·„ä½œåŠŸčƒ½č”Øēš„ [ēµ‚ę­¢å·„ä½œ...] 將其終止。 ", + "TaskSystem.activeSame.background": "巄作 '{0}' å·²åœØä½æē”Øäø­äø¦č™•ę–¼čƒŒę™ÆęØ”å¼ć€‚č‹„č¦äŗˆä»„ēµ‚ę­¢ļ¼Œč«‹ä½æē”Ø [Tasks] \\(巄作\\) åŠŸčƒ½č”Øēš„ [Terminate Task...] \\(ēµ‚ę­¢å·„ä½œ...\\)怂", + "TaskSystem.activeSame.noBackground": "巄作 '{0}' å·²åœØä½æē”Øäø­ć€‚č‹„č¦äŗˆä»„ēµ‚ę­¢ļ¼Œč«‹ä½æē”Ø [Tasks] \\(巄作\\) åŠŸčƒ½č”Øēš„ [Terminate Task...] \\(ēµ‚ę­¢å·„ä½œ...\\)怂", "TaskSystem.active": "å·²ęœ‰å·„ä½œåœØåŸ·č”Œć€‚č«‹å…ˆēµ‚ę­¢č©²å·„ä½œļ¼Œē„¶å¾Œå†åŸ·č”Œå…¶ä»–å·„ä½œć€‚", "TaskSystem.restartFailed": "ē„”ę³•ēµ‚ę­¢å†é‡ę–°å•Ÿå‹•å·„ä½œ {0}", "TaskService.noConfiguration": "錯誤: {0} å·„ä½œåµęø¬ęœŖę›æäø‹åˆ—ēµ„ę…‹ęä¾›å·„ä½œ:\n{1}\nå°‡ęœƒåæ½ē•„č©²å·„ä½œć€‚\n", @@ -44,9 +46,8 @@ "recentlyUsed": "ęœ€čæ‘ä½æē”Øēš„å·„ä½œ", "configured": "čØ­å®šēš„å·„ä½œ", "detected": "åµęø¬åˆ°ēš„å·„ä½œ", - "TaskService.ignoredFolder": "äø‹åˆ—å·„ä½œå€č³‡ę–™å¤¾å› ē‚ŗä½æē”Øå·„ä½œē‰ˆęœ¬ 0.1.0ļ¼Œę‰€ä»„å·²ē•„éŽ:", + "TaskService.ignoredFolder": "å› ē‚ŗäø‹åˆ—å·„ä½œå€č³‡ę–™å¤¾ä½æē”Øå·„ä½œē‰ˆęœ¬ 0.1.0ļ¼Œę‰€ä»„å·²ē•„éŽ: {0}", "TaskService.notAgain": "äøč¦å†é”Æē¤ŗ", - "TaskService.ok": "確定", "TaskService.pickRunTask": "č«‹éøå–č¦åŸ·č”Œēš„å·„ä½œ", "TaslService.noEntryToRun": "ę‰¾äøåˆ°ä»»ä½•č¦åŸ·č”Œēš„å·„ä½œć€‚č«‹čØ­å®šå·„ä½œ...", "TaskService.fetchingBuildTasks": "ę­£åœØę“·å–ēµ„å»ŗå·„ä½œ...", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 664ea3c3e6..c11043ec08 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index f21865638d..29badbfe08 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "åŸ·č”Œå·„ä½œę™‚ē™¼ē”Ÿäøę˜ŽéŒÆčŖ¤ć€‚å¦‚éœ€č©³ē“°č³‡čØŠļ¼Œč«‹åƒé–±å·„ä½œč¼øå‡ŗčØ˜éŒ„ęŖ”ć€‚", "dependencyFailed": "ē„”ę³•č§£ę±ŗåœØå·„ä½œå€č³‡ę–™å¤¾ '{1}' äø­ēš„ē›øä¾å·„ä½œ '{0}'", "TerminalTaskSystem.terminalName": "巄作 - {0}", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index fde81d0334..18228c56d2 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "執蔌 Gulp --tasks-simple ęœŖåˆ—å‡ŗä»»ä½•å·„ä½œć€‚ę˜Æå¦å·²åŸ·č”Œ npm å®‰č£?", "TaskSystemDetector.noJakeTasks": "執蔌 Jake --tasks ęœŖåˆ—å‡ŗä»»ä½•å·„ä½œć€‚ę˜Æå¦å·²åŸ·č”Œ npm å®‰č£?", "TaskSystemDetector.noGulpProgram": "ę‚Øēš„ē³»ēµ±å°šęœŖå®‰č£ Gulpć€‚č«‹åŸ·č”Œ npm install -g gulp é€²č”Œå®‰č£ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index a61b95cb11..531d2358a8 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "åŸ·č”Œå·„ä½œę™‚ē™¼ē”Ÿäøę˜ŽéŒÆčŖ¤ć€‚å¦‚éœ€č©³ē“°č³‡čØŠļ¼Œč«‹åƒé–±å·„ä½œč¼øå‡ŗčØ˜éŒ„ęŖ”ć€‚", "TaskRunnerSystem.watchingBuildTaskFinished": "\nē›£ēœ‹å»ŗē½®å·„ä½œå·²å®Œęˆć€‚", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/cht/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/cht/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index 6f6536eb13..479a4fdad3 100644 --- a/i18n/cht/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "č­¦å‘Š: options.cwd åæ…é ˆå±¬ę–¼å­—äø²é”žåž‹ć€‚å³å°‡åæ½ē•„å€¼ {0}怂", "ConfigurationParser.noargs": "錯誤: å‘½ä»¤å¼•ę•øåæ…é ˆę˜Æå­—äø²é™£åˆ—ć€‚ęä¾›ēš„å€¼ē‚ŗ:\n{0}", "ConfigurationParser.noShell": "č­¦å‘Š: åŖęœ‰åœØēµ‚ē«Æę©Ÿäø­åŸ·č”Œå·„ä½œę™‚ę‰ę”Æę“ę®¼å±¤ēµ„ę…‹ć€‚", diff --git a/i18n/cht/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index a843e17254..b432c01f63 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0} , ēµ‚ē«Æę©Ÿéøę“‡å™Ø", "termCreateEntryAriaLabel": "{0}ļ¼Œå»ŗē«‹ę–°ēš„ēµ‚ē«Æę©Ÿ", "workbench.action.terminal.newplus": "$(plus) å»ŗē«‹ę–°ēš„ę•“åˆå¼ēµ‚ē«Æę©Ÿ", diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 80abe8bb59..5bf0d56b52 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "é”Æē¤ŗę‰€ęœ‰å·²é–‹å•Ÿēš„ēµ‚ē«Æę©Ÿ", "terminal": "ēµ‚ē«Æę©Ÿ", "terminalIntegratedConfigurationTitle": "ę•“åˆå¼ēµ‚ē«Æę©Ÿ", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "在 OS X ēµ‚ē«Æę©Ÿč¦ä½æē”Øēš„å‘½ä»¤åˆ—å¼•ę•øć€‚", "terminal.integrated.shell.windows": "ēµ‚ē«Æę©ŸåœØ Windows äøŠä½æē”Øēš„ę®¼å±¤č·Æå¾‘ć€‚ä½æē”ØéšØé™„ę–¼ Windows ēš„ę®¼å±¤ (cmd态PowerShell ꈖ Bash on Ubuntu) Ꙃ怂", "terminal.integrated.shellArgs.windows": "在 Windows ēµ‚ē«Æę©ŸäøŠę™‚č¦ä½æē”Øēš„å‘½ä»¤åˆ—å¼•ę•øć€‚", - "terminal.integrated.rightClickCopyPaste": "å¦‚ęœ‰čØ­å®šļ¼Œé€™ęœƒé˜²ę­¢åœØēµ‚ē«Æę©Ÿå…§ęŒ‰ę»‘é¼ å³éµę™‚é”Æē¤ŗę“ä½œåŠŸčƒ½č”Øļ¼Œč€Œę˜ÆåœØęœ‰éøå–é …ē›®ę™‚č¤‡č£½ć€ę²’ęœ‰éøå–é …ē›®ę™‚č²¼äøŠć€‚", + "terminal.integrated.macOptionIsMeta": "å°‡éøé …éµč¦–ē‚ŗ macOS ēµ‚ē«Æę©Ÿäø­ēš„ meta éµć€‚", + "terminal.integrated.copyOnSelection": "ē•¶čØ­å®šę™‚ļ¼ŒåœØēµ‚ē«Æę©Ÿäø­éøę“‡ēš„ę–‡å­—å°‡ęœƒč¢«č¤‡č£½č‡³å‰Ŗč²¼ē°æ", "terminal.integrated.fontFamily": "ęŽ§åˆ¶ēµ‚ē«Æę©Ÿēš„å­—åž‹å®¶ę—ļ¼Œé čØ­ē‚ŗ editor.fontFamily ēš„å€¼ć€‚", "terminal.integrated.fontSize": "ęŽ§åˆ¶ēµ‚ē«Æę©Ÿēš„å­—åž‹å¤§å° (ä»„åƒē“ ē‚ŗå–®ä½)怂", "terminal.integrated.lineHeight": "ęŽ§åˆ¶ēµ‚ē«Æę©Ÿēš„č”Œé«˜ļ¼Œę­¤ę•øå­—ęœƒä¹˜äøŠēµ‚ē«Æę©Ÿå­—åž‹å¤§å°ļ¼Œä»„å–å¾—ä»„åƒē“ ē‚ŗå–®ä½ēš„åÆ¦éš›č”Œé«˜ć€‚", - "terminal.integrated.enableBold": "ę˜Æå¦č¦åœØēµ‚ē«Æę©Ÿäø­å•Ÿē”Øē²—é«”ę–‡å­—ļ¼Œč«‹ę³Øę„ļ¼Œę­¤å‹•ä½œé ˆęœ‰ēµ‚ē«Æę©Ÿę®¼å±¤ēš„ę”Æę“ć€‚", + "terminal.integrated.fontWeight": "åœØēµ‚ē«Æę©Ÿå…§ä½æē”Øéžē²—é«”ę–‡å­—ēš„å­—é«”åÆ¬åŗ¦ć€‚", + "terminal.integrated.fontWeightBold": "åœØēµ‚ē«Æę©Ÿå…§ä½æē”Øē²—é«”ę–‡å­—ēš„å­—é«”åÆ¬åŗ¦ć€‚", "terminal.integrated.cursorBlinking": "ęŽ§åˆ¶ēµ‚ē«Æę©Ÿč³‡ę–™ęŒ‡ęØ™ę˜Æå¦é–ƒēˆć€‚", "terminal.integrated.cursorStyle": "ęŽ§åˆ¶ēµ‚ē«Æę©Ÿč³‡ę–™ęŒ‡ęØ™ēš„ęØ£å¼ć€‚", "terminal.integrated.scrollback": "ęŽ§åˆ¶ēµ‚ē«Æę©Ÿäæē•™åœØå…¶ē·©č”å€äø­ēš„č”Œę•øäøŠé™ć€‚", "terminal.integrated.setLocaleVariables": "ęŽ§åˆ¶ę˜Æå¦åœØēµ‚ē«Æę©Ÿå•Ÿå‹•ę™‚čØ­å®šåœ°å€čØ­å®šč®Šę•øļ¼Œé€™åœØ OS X äøŠé čØ­ē‚ŗ trueļ¼ŒåœØå…¶ä»–å¹³å°å‰‡ē‚ŗ false怂", + "terminal.integrated.rightClickBehavior": "ęŽ§åˆ¶ēµ‚ē«Æę©Ÿå¦‚ä½•åę‡‰å³éµé»žę“Šļ¼ŒåÆē‚ŗ 'default', 'copyPaste' 和 'selectWord'怂 'default' å°‡é”Æē¤ŗę“ä½œåŠŸčƒ½č”Øļ¼Œ'copyPaste' ęœƒåœØęœ‰éøę“‡ę™‚č¤‡č£½ļ¼Œå¦å‰‡ē‚ŗč²¼äøŠļ¼Œ'selectWord' å°‡éøę“‡ęŒ‡ęØ™äø‹ēš„å–®å­—äø¦é”Æē¤ŗę“ä½œåŠŸčƒ½č”Øć€‚", "terminal.integrated.cwd": "ēµ‚ē«Æę©Ÿå•Ÿå‹•ä½ē½®ēš„ę˜Žē¢ŗčµ·å§‹č·Æå¾‘ļ¼Œé€™ęœƒē”Øä½œę®¼å±¤č™•ē†åŗēš„ē›®å‰å·„ä½œē›®éŒ„ (cwd)ć€‚ē•¶ę ¹ē›®éŒ„äøę˜Æę–¹ä¾æēš„ cwd ę™‚ļ¼Œé€™åœØå·„ä½œå€čØ­å®šäø­ē‰¹åˆ„å„½ē”Øć€‚", "terminal.integrated.confirmOnExit": "ē•¶ęœ‰ä½æē”Øäø­ēš„ēµ‚ē«Æę©Ÿå·„ä½œéšŽę®µę™‚ļ¼Œę˜Æå¦č¦åœØēµęŸę™‚ē¢ŗčŖć€‚", + "terminal.integrated.enableBell": "ę˜Æå¦å•Ÿē”Øēµ‚ē«Æę©Ÿč­¦å‘Šč²ć€‚", "terminal.integrated.commandsToSkipShell": "äø€ēµ„å‘½ä»¤č­˜åˆ„ē¢¼ļ¼Œå…¶ęŒ‰éµē¹«ēµé—œäæ‚å°‡äøęœƒå‚³é€åˆ°ę®¼å±¤ļ¼Œč€Œęœƒäø€å¾‹ē”± Code č™•ē†ć€‚é€™č®“é€šåøøē”±ę®¼å±¤å–ē”Øēš„ęŒ‰éµē¹«ēµé—œäæ‚ļ¼ŒåœØä½æē”ØäøŠčˆ‡ęœŖčšē„¦ę–¼ēµ‚ē«Æę©Ÿę™‚č”Œē‚ŗē›øåŒļ¼Œä¾‹å¦‚ Ctrl+P åÆå•Ÿå‹• Quick Open怂", "terminal.integrated.env.osx": "OS X äøŠēš„ēµ‚ē«Æę©Ÿč¦ä½æē”Øä¹‹å…·ęœ‰å°‡ę–°å¢žč‡³ VS Code ęµēØ‹ä¹‹ē’°å¢ƒč®Šę•øēš„ē‰©ä»¶", "terminal.integrated.env.linux": "Linux äøŠēš„ēµ‚ē«Æę©Ÿč¦ä½æē”Øä¹‹å…·ęœ‰å°‡ę–°å¢žč‡³ VS Code ęµēØ‹ä¹‹ē’°å¢ƒč®Šę•øēš„ē‰©ä»¶", "terminal.integrated.env.windows": "Windows äøŠēš„ēµ‚ē«Æę©Ÿč¦ä½æē”Øä¹‹å…·ęœ‰å°‡ę–°å¢žč‡³ VS Code ęµēØ‹ä¹‹ē’°å¢ƒč®Šę•øēš„ē‰©ä»¶", + "terminal.integrated.showExitAlert": "ē•¶ēµęŸä»£ē¢¼éž 0ļ¼Œé”Æē¤ŗč­¦å‘ŠčØŠęÆ 'ēµ‚ē«Æč™•ē†åŗå·²ēµ‚ę­¢äø¦å›žå‚³ēµęŸä»£ē¢¼'", + "terminal.integrated.experimentalRestore": "啟動 VS Code ę˜Æå¦ęœƒč‡Ŗå‹•é‚„åŽŸå·„ä½œå€ēš„ēµ‚ē«Æę©Ÿå·„ä½œéšŽę®µć€‚ę­¤čØ­å®šč™•ę–¼åÆ¦é©—éšŽę®µļ¼ŒåÆčƒ½ęœƒå‡ŗē¾ Bug ęˆ–åœØä¹‹å¾Œęœ‰ę‰€č®Šę›“ć€‚", "terminalCategory": "ēµ‚ē«Æę©Ÿ", "viewCategory": "檢視" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 4034245817..57d5d25857 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "åˆ‡ę›ę•“åˆå¼ēµ‚ē«Æę©Ÿ", "workbench.action.terminal.kill": "ēµ‚ę­¢ä½æē”Øäø­ēš„ēµ‚ē«Æę©ŸåŸ·č”Œå€‹é«”", "workbench.action.terminal.kill.short": "ēµ‚ę­¢ēµ‚ē«Æę©Ÿ", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "全選", "workbench.action.terminal.deleteWordLeft": "åˆŖé™¤å·¦ę–¹ę–‡å­—", "workbench.action.terminal.deleteWordRight": "åˆŖé™¤å³ę–¹ę–‡å­—", + "workbench.action.terminal.moveToLineStart": "ē§»č‡³č”Œé–‹ē«Æ", + "workbench.action.terminal.moveToLineEnd": "ē§»č‡³č”Œå°¾ē«Æ", "workbench.action.terminal.new": "å»ŗē«‹ę–°ēš„ę•“åˆå¼ēµ‚ē«Æę©Ÿ", "workbench.action.terminal.new.short": "ę–°å¢žēµ‚ē«Æę©Ÿ", + "workbench.action.terminal.newWorkspacePlaceholder": "ē‚ŗę–°ēš„ēµ‚ē«Æę©Ÿéøę“‡ē›®å‰ēš„å·„ä½œē›®éŒ„", + "workbench.action.terminal.newInActiveWorkspace": "å»ŗē«‹ę–°ēš„ę•“åˆå¼ēµ‚ē«Æę©Ÿ (ę–¼ē›®å‰å·„ä½œå€)", + "workbench.action.terminal.split": "åˆ†å‰²ēµ‚ē«Æę©Ÿ", + "workbench.action.terminal.focusPreviousPane": "čšē„¦äøŠäø€å€‹ēŖ—ę ¼", + "workbench.action.terminal.focusNextPane": "čšē„¦äø‹äø€å€‹ēŖ—ę ¼", + "workbench.action.terminal.resizePaneLeft": "調敓窗格左偓", + "workbench.action.terminal.resizePaneRight": "čŖæę•“ēŖ—ę ¼å³å“", + "workbench.action.terminal.resizePaneUp": "čŖæę•“ēŖ—ę ¼äøŠę–¹", + "workbench.action.terminal.resizePaneDown": "調敓窗格下方", "workbench.action.terminal.focus": "čšē„¦ēµ‚ē«Æę©Ÿ", "workbench.action.terminal.focusNext": "čšē„¦äø‹äø€å€‹ēµ‚ē«Æę©Ÿ", "workbench.action.terminal.focusPrevious": "čšē„¦äøŠäø€å€‹ēµ‚ē«Æę©Ÿ", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "åœØä½æē”Øäø­ēš„ēµ‚ē«Æę©ŸåŸ·č”Œéøå–ēš„ę–‡å­—", "workbench.action.terminal.runActiveFile": "åœØä½æē”Øäø­ēš„ēµ‚ē«Æę©ŸåŸ·č”Œä½æē”Øäø­ēš„ęŖ”ę”ˆ", "workbench.action.terminal.runActiveFile.noFile": "åŖęœ‰ē£ē¢ŸäøŠēš„ęŖ”ę”ˆåÆåœØēµ‚ē«Æę©ŸåŸ·č”Œ", - "workbench.action.terminal.switchTerminalInstance": "åˆ‡ę›ēµ‚ē«Æę©ŸåŸ·č”Œå€‹é«”", + "workbench.action.terminal.switchTerminal": "åˆ‡ę›ēµ‚ē«Æę©Ÿ", "workbench.action.terminal.scrollDown": "å‘äø‹ę²å‹• (蔌)", "workbench.action.terminal.scrollDownPage": "å‘äø‹ę²å‹• (頁)", "workbench.action.terminal.scrollToBottom": "ę²å‹•č‡³åŗ•ē«Æ", diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 3c4cccada8..3ce7091d41 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "ēµ‚ē«Æę©Ÿēš„čƒŒę™Æč‰²å½©ļ¼Œå…čØ±ēµ‚ē«Æę©Ÿå’Œé¢ęæēš„č‰²å½©äøåŒć€‚", "terminal.foreground": "ēµ‚ē«Æę©Ÿēš„å‰ę™Æč‰²å½©ć€‚", "terminalCursor.foreground": "ēµ‚ē«Æę©ŸęøøęØ™ēš„å‰ę™Æč‰²å½©ć€‚", "terminalCursor.background": "ēµ‚ē«Æę©ŸęøøęØ™ēš„čƒŒę™Æč‰²å½©ć€‚å…čØ±å€å”ŠęøøęØ™é‡ē–Šę–¼č‡ŖčØ‚å­—å…ƒč‰²å½©ć€‚", "terminal.selectionBackground": "ēµ‚ē«Æę©Ÿēš„éøå–é …ē›®čƒŒę™Æč‰²å½©ć€‚", + "terminal.border": "åœØēµ‚ē«Æę©Ÿå…§å°‡ēŖ—ę ¼åˆ†å‰²ä¹‹é‚Šē•Œēš„č‰²å½©ć€‚é čØ­ē‚ŗ panel.border怂", "terminal.ansiColor": "ēµ‚ē«Æę©Ÿäø­ēš„ '{0}' ANSI 色彩。" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index 8d475ec070..a52a1bf592 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "要允許 {0} (å®šē¾©ē‚ŗå·„ä½œå€čØ­å®š) åœØēµ‚ē«Æę©Ÿäø­å•Ÿå‹•å—Ž?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index f2ff92bce0..ea93ee85e3 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 9f1b52ffc2..87bac025ef 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "ē©ŗē™½č”Œ", + "terminal.integrated.a11yPromptLabel": "ēµ‚ē«Æę©Ÿč¼øå…„", + "terminal.integrated.a11yTooMuchOutput": "č¦å®£å‘Šēš„č¼øå‡ŗéŽå¤šļ¼Œč«‹ę‰‹å‹•č®€å–ē€č¦½č‡³č³‡ę–™åˆ—", "terminal.integrated.copySelection.noSelection": "ēµ‚ē«Æę©Ÿę²’ęœ‰ä»»ä½•éøå–é …ē›®åÆä»„č¤‡č£½", "terminal.integrated.exitedWithCode": "ēµ‚ē«Æę©Ÿč™•ē†åŗå·²ēµ‚ę­¢ļ¼ŒēµęŸä»£ē¢¼ē‚ŗ: {0}", "terminal.integrated.waitOnExit": "ęŒ‰ä»»ę„éµé—œé–‰ēµ‚ē«Æę©Ÿ", - "terminal.integrated.launchFailed": "ē„”ę³•å•Ÿå‹•ēµ‚ē«Æę©Ÿč™•ē†åŗå‘½ä»¤ `{0}{1}` (ēµęŸä»£ē¢¼: {2})" + "terminal.integrated.launchFailed": "ē„”ę³•å•Ÿå‹•ēµ‚ē«Æę©Ÿč™•ē†åŗå‘½ä»¤ '{0}{1}' (ēµęŸä»£ē¢¼: {2})" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index c5b1b929d8..ea3e403879 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "ęŒ‰ä½Altäø¦é»žę“Šä»„čæ½č¹¤é€£ēµ", "terminalLinkHandler.followLinkCmd": "ęŒ‰ä½ Cmd äø¦ęŒ‰äø€äø‹ę»‘é¼ ęŒ‰éˆ•åÆé€£å…„é€£ēµ", "terminalLinkHandler.followLinkCtrl": "ęŒ‰ä½ Ctrl äø¦ęŒ‰äø€äø‹ę»‘é¼ ęŒ‰éˆ•åÆé€£å…„é€£ēµ" diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index 4c35ec5d69..0068a23e88 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "複製", "paste": "貼上", "selectAll": "全選", - "clear": "清除" + "clear": "清除", + "split": "分割" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index fc6b0624a0..027820efcf 100644 --- a/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "ę‚ØåÆä»„éøå– [自訂] ęŒ‰éˆ•č®Šę›“é čØ­ēš„ēµ‚ē«Æę©Ÿę®¼å±¤ć€‚", "customize": "自訂", - "cancel": "å–ę¶ˆ", - "never again": "ē¢ŗå®šļ¼Œäøč¦å†é”Æē¤ŗ", + "never again": "äøč¦å†é”Æē¤ŗ", "terminal.integrated.chooseWindowsShell": "č«‹éøå–ę‰€éœ€ēš„ēµ‚ē«Æę©Ÿę®¼å±¤ć€‚ę‚Øä¹‹å¾ŒåÆä»„åœØčØ­å®šäø­č®Šę›“ę­¤éøę“‡", "terminalService.terminalCloseConfirmationSingular": "ä»ęœ‰äø€å€‹ä½æē”Øäø­ēš„ēµ‚ē«Æę©Ÿå·„ä½œéšŽę®µć€‚č¦äŗˆä»„ēµ‚ę­¢å—Ž?", "terminalService.terminalCloseConfirmationPlural": "ē›®å‰å…±ęœ‰ {0} å€‹ä½æē”Øäø­ēš„ēµ‚ē«Æę©Ÿå·„ä½œéšŽę®µć€‚č¦äŗˆä»„ēµ‚ę­¢å—Ž?" diff --git a/i18n/cht/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index 86e37b541c..b8862c2375 100644 --- a/i18n/cht/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "č‰²å½©ä½ˆę™Æäø»é”Œ", "themes.category.light": "ę·ŗč‰²äø»é”Œ", "themes.category.dark": "ę·±č‰²äø»é”Œ", diff --git a/i18n/cht/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index a464b6053a..35b3f7041f 100644 --- a/i18n/cht/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "ę­¤å·„ä½œå€åŒ…å«åŖčƒ½åœØ [ä½æē”Øč€…čØ­å®š] äø­é€²č”Œēš„čØ­å®šć€‚({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "é–‹å•Ÿå·„ä½œå€čØ­å®š", - "openDocumentation": "深兄了解", - "ignore": "ē•„éŽ" + "dontShowAgain": "äøč¦å†é”Æē¤ŗ", + "unsupportedWorkspaceSettings": "ę­¤å·„ä½œå€åŒ…å«åŖčƒ½åœØ [ä½æē”Øč€…čØ­å®š] äø­é€²č”Œēš„čØ­å®š ({0})怂點꓊ [這裔]({1}) äŗ†č§£ę›“å¤šć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/cht/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index ba32ecb12d..d1d13f12ea 100644 --- a/i18n/cht/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "ē‰ˆęœ¬č³‡čØŠ: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index c2a6044c14..bebdb5fc11 100644 --- a/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "ē‰ˆęœ¬č³‡čØŠ", - "updateConfigurationTitle": "ꛓꖰ", - "updateChannel": "čØ­å®šę˜Æå¦č¦å¾žę›“ę–°é »é“ęŽ„ę”¶č‡Ŗå‹•ę›“ę–°ć€‚č®Šę›“å¾Œéœ€č¦é‡ę–°å•Ÿå‹•ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "ē‰ˆęœ¬č³‡čØŠ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.i18n.json index e043af1532..d66ec283cc 100644 --- a/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "ē«‹å³ę›“ę–°", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "ēØå¾Œ", "unassigned": "ęœŖęŒ‡ę“¾", "releaseNotes": "ē‰ˆęœ¬č³‡čØŠ", "showReleaseNotes": "é”Æē¤ŗē‰ˆęœ¬č³‡čØŠ", - "downloadNow": "ē«‹å³äø‹č¼‰", "read the release notes": "ę­”čæŽä½æē”Ø {0} v{1}! ę‚Øč¦é–±č®€ē‰ˆęœ¬č³‡čØŠå—Ž?", - "licenseChanged": "ęŽˆę¬Šę¢ę¬¾å·²ęœ‰ę‰€č®Šę›“ļ¼Œč«‹ä»”ē“°é–±č®€ć€‚", - "license": "é–±č®€ęŽˆę¬Š", + "licenseChanged": "ęˆ‘å€‘ēš„ęŽˆę¬Šę¢ę¬¾å·²č®Šę›“ļ¼Œč«‹ęŒ‰äø€äø‹[這裔]({0})ęŸ„ēœ‹č®Šę›“é …ē›®ć€‚", "neveragain": "äøč¦å†é”Æē¤ŗ", - "64bitisavailable": "適用於 64 位元 Windows ēš„ {0} ē¾å·²ęŽØå‡ŗ! ", - "learn more": "深兄了解", + "64bitisavailable": "適用於 64 位元 Windows ēš„ {0} å·²ę­£å¼ęŽØå‡ŗ! č‹„č¦ę·±å…„äŗ†č§£ļ¼Œč«‹ęŒ‰äø€äø‹[這裔]({1})怂", "updateIsReady": "ę–°ēš„ {0} ę›“ę–°å·²åÆē”Øć€‚", + "noUpdatesAvailable": "ē›®å‰ę²’ęœ‰ä»»ä½•åÆē”Øēš„ę›“ę–°ć€‚", + "ok": "確定", + "download now": "ē«‹å³äø‹č¼‰", "thereIsUpdateAvailable": "å·²ęœ‰ę›“ę–°åÆē”Øć€‚", - "updateAvailable": "{0} é‡ę–°å•Ÿå‹•å¾Œå°‡ęœƒę›“ę–°ć€‚", - "noUpdatesAvailable": "ē›®å‰ę²’ęœ‰åÆē”Øēš„ę›“ę–°ć€‚", + "installUpdate": "å®‰č£ę›“ę–°", + "updateAvailable": "å·²ęœ‰ę›“ę–°åÆē”Ø: {0} {1}", + "updateInstalling": "{0} {1} ę­£åœØčƒŒę™ÆåŸ·č”Œå®‰č£ļ¼Œå®Œęˆå¾Œęˆ‘å€‘ęœƒé€šēŸ„ę‚Øć€‚", + "updateNow": "ē«‹å³ę›“ę–°", + "updateAvailableAfterRestart": "{0} é‡ę–°å•Ÿå‹•å¾Œå°‡ęœƒę›“ę–°ć€‚", "commandPalette": "å‘½ä»¤éøę“‡å€...", "settings": "設定", "keyboardShortcuts": "éµē›¤åæ«é€Ÿéµ(&&K)", + "showExtensions": "ē®”ē†ę““å……åŠŸčƒ½", + "userSnippets": "ä½æē”Øč€…ēØ‹å¼ē¢¼ē‰‡ę®µ", "selectTheme.label": "č‰²å½©ä½ˆę™Æäø»é”Œ", "themes.selectIconTheme.label": "ęŖ”ę”ˆåœ–ē¤ŗä½ˆę™Æäø»é”Œ", - "not available": "ē„”åÆē”Øę›“ę–°", + "checkForUpdates": "ęŸ„ēœ‹ę˜Æå¦ęœ‰ę›“ę–°...", "checkingForUpdates": "ę­£åœØęŸ„ēœ‹ę˜Æå¦ęœ‰ę›“ę–°...", - "DownloadUpdate": "äø‹č¼‰åÆē”Øę›“ę–°", "DownloadingUpdate": "ę­£åœØäø‹č¼‰ę›“ę–°...", - "InstallingUpdate": "ę­£åœØå®‰č£ę›“ę–°...", - "restartToUpdate": "č«‹é‡ę–°å•Ÿå‹•ä»„ę›“ę–°...", - "checkForUpdates": "ęŸ„ēœ‹ę˜Æå¦ęœ‰ę›“ę–°..." + "installUpdate...": "å®‰č£ę›“ę–°...", + "installingUpdate": "ę­£åœØå®‰č£ę›“ę–°...", + "restartToUpdate": "č«‹é‡ę–°å•Ÿå‹•ä»„ę›“ę–°..." } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/cht/src/vs/workbench/parts/views/browser/views.i18n.json index d9eedec600..8d060f3e07 100644 --- a/i18n/cht/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index 98b2d3ba1c..597b2b9cec 100644 --- a/i18n/cht/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 501a7e95c7..125c02fc68 100644 --- a/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "é”Æē¤ŗę‰€ęœ‰å‘½ä»¤", "watermark.quickOpen": "å‰å¾€ęŖ”ę”ˆ", "watermark.openFile": "é–‹å•ŸęŖ”ę”ˆ", diff --git a/i18n/cht/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index d369fe1c0d..e74671750d 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "ęŖ”ę”ˆēø½ē®”", "welcomeOverlay.search": "č·ØęŖ”ę”ˆęœå°‹", "welcomeOverlay.git": "åŽŸå§‹ēØ‹å¼ē¢¼ē®”ē†", diff --git a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index 4fe3fc6f2b..24d2b171cf 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "ē·Øč¼Æé€²åŒ–äŗ†", "welcomePage.start": "開始", diff --git a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index d624449b46..ee5de4af80 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "巄作台", "workbench.startupEditor.none": "äøä½æē”Øē·Øč¼Æå™Øé–‹å§‹ć€‚", "workbench.startupEditor.welcomePage": "é–‹å•Ÿę­”čæŽé é¢ (預設)怂", diff --git a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 05765cddef..cf8aa289d9 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "ę­”čæŽä½æē”Ø", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "å·²å®‰č£ {0} ę”Æę“", "ok": "確定", "details": "詳瓰資料", - "cancel": "å–ę¶ˆ", "welcomePage.buttonBackground": "čµ·å§‹é é¢ęŒ‰éˆ•ēš„čƒŒę™Æč‰²å½©.", "welcomePage.buttonHoverBackground": "čµ·å§‹é é¢ęš«ē•™ę–¼ęŒ‰éˆ•ēš„čƒŒę™Æč‰²å½©" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 576f7739ce..bb024e4e85 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "Interactive Playground", "editorWalkThrough": "Interactive Playground" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index a579bb2f8d..4203fa6241 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "Interactive Playground", "help": "čŖŖę˜Ž", "interactivePlayground": "Interactive Playground" diff --git a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index a154d87a87..68bbb53cd7 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "å‘äøŠę²å‹• (蔌)", "editorWalkThrough.arrowDown": "å‘äø‹ę²å‹• (蔌)", "editorWalkThrough.pageUp": "å‘äøŠę²å‹• (頁)", diff --git a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 920973ad06..5878dea1a9 100644 --- a/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "未繫結", "walkThrough.gitNotFound": "ę‚Øēš„ē³»ēµ±äøŠä¼¼ä¹ŽęœŖå®‰č£ Git怂", "walkThrough.embeddedEditorBackground": "ē·Øč¼Æå™Øäŗ’å‹•å€å”Šēš„čƒŒę™Æč‰²å½©." diff --git a/i18n/cht/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..5cf4780e59 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "åŠŸčƒ½č”Øé …ē›®åæ…é ˆē‚ŗé™£åˆ—", + "requirestring": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", + "optstring": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string` 锞型", + "vscode.extension.contributes.menuItem.command": "ę‰€č¦åŸ·č”Œå‘½ä»¤ēš„č­˜åˆ„ē¢¼ć€‚å‘½ä»¤åæ…é ˆåœØ 'commands' å€ę®µäø­å®£å‘Š", + "vscode.extension.contributes.menuItem.alt": "ę‰€č¦åŸ·č”Œę›æä»£å‘½ä»¤ēš„č­˜åˆ„ē¢¼ć€‚å‘½ä»¤åæ…é ˆåœØ 'commands' å€ę®µäø­å®£å‘Š", + "vscode.extension.contributes.menuItem.when": "åæ…é ˆē‚ŗ true ä»„é”Æē¤ŗę­¤é …ē›®ēš„ę¢ä»¶", + "vscode.extension.contributes.menuItem.group": "此命令所屬群組", + "vscode.extension.contributes.menus": "å°‡åŠŸčƒ½č”Øé …ē›®ęä¾›ēµ¦ē·Øč¼Æå™Ø", + "menus.commandPalette": "å‘½ä»¤éøę“‡å€", + "menus.touchBar": "Touch Bar (macOS)", + "menus.editorTitle": "ē·Øč¼Æå™ØęØ™é”ŒåŠŸčƒ½č”Ø", + "menus.editorContext": "ē·Øč¼Æå™Øę“ä½œåŠŸčƒ½č”Ø", + "menus.explorerContext": "ęŖ”ę”ˆēø½ē®”ę“ä½œåŠŸčƒ½č”Ø", + "menus.editorTabContext": "ē·Øč¼Æå™Øē“¢å¼•ęØ™ē±¤ę“ä½œåŠŸčƒ½č”Ø", + "menus.debugCallstackContext": "åµéŒÆå‘¼å«å †ē–Šę“ä½œåŠŸčƒ½č”Ø", + "menus.scmTitle": "åŽŸå§‹ęŖ”ęŽ§åˆ¶ęØ™é”ŒåŠŸčƒ½č”Ø", + "menus.scmSourceControl": "åŽŸå§‹ęŖ”ęŽ§åˆ¶åŠŸčƒ½č”Ø", + "menus.resourceGroupContext": "åŽŸå§‹ęŖ”ęŽ§åˆ¶č³‡ęŗē¾¤ēµ„ę“ä½œåŠŸčƒ½č”Ø", + "menus.resourceStateContext": "åŽŸå§‹ęŖ”ęŽ§åˆ¶č³‡ęŗē¾¤ēµ„ē‹€ę…‹ę“ä½œåŠŸčƒ½č”Ø", + "view.viewTitle": "é€™ęœ‰åŠ©ę–¼ęŸ„ēœ‹ęØ™é”ŒåŠŸčƒ½č”Ø", + "view.itemContext": "é€™ęœ‰åŠ©ę–¼ęŸ„ēœ‹é …ē›®å…§å®¹åŠŸčƒ½č”Ø", + "nonempty": "åæ…é ˆę˜Æéžē©ŗē™½å€¼ć€‚", + "opticon": "屬性 `icon` åÆä»„ēœē•„ļ¼Œå¦å‰‡åæ…é ˆē‚ŗå­—äø²ęˆ–é”žä¼¼ `{dark, light}` ēš„åøøå€¼", + "requireStringOrObject": "'{0}' ē‚ŗåæ…č¦å±¬ę€§ļ¼Œäø”å…¶é”žåž‹åæ…é ˆę˜Æ 'string' ꈖ 'object'", + "requirestrings": "'{0}' 與 '{1}' ē‚ŗåæ…č¦å±¬ę€§ļ¼Œäø”å…¶é”žåž‹åæ…é ˆę˜Æ 'string'", + "vscode.extension.contributes.commandType.command": "ę‰€č¦åŸ·č”Œå‘½ä»¤ēš„č­˜åˆ„ē¢¼", + "vscode.extension.contributes.commandType.title": "UI äø­ē”Øä»„ä»£č”Øå‘½ä»¤ēš„ęØ™é”Œ", + "vscode.extension.contributes.commandType.category": "(選用) UI äø­ē”Øä»„å°‡å‘½ä»¤åˆ†ēµ„ēš„åˆ†é”žå­—äø²", + "vscode.extension.contributes.commandType.icon": "(選用) UI äø­ē”Øä»„ä»£č”Øå‘½ä»¤ēš„åœ–ē¤ŗć€‚ęœƒę˜ÆęŖ”ę”ˆč·Æå¾‘ęˆ–åÆčØ­å®šä½ˆę™Æäø»é”Œēš„ēµ„ę…‹", + "vscode.extension.contributes.commandType.icon.light": "ä½æē”Øę·ŗč‰²ä½ˆę™Æäø»é”Œę™‚ēš„åœ–ē¤ŗč·Æå¾‘", + "vscode.extension.contributes.commandType.icon.dark": "ä½æē”Øę·±č‰²ä½ˆę™Æäø»é”Œę™‚ēš„åœ–ē¤ŗč·Æå¾‘", + "vscode.extension.contributes.commands": "å°‡å‘½ä»¤ęä¾›ēµ¦å‘½ä»¤éøę“‡å€ć€‚", + "dup": "命令 `{0}` 在 `commands` å€ę®µäø­å‡ŗē¾å¤šę¬”ć€‚", + "menuId.invalid": "`{0}` äøę˜Æęœ‰ę•ˆēš„åŠŸčƒ½č”Øč­˜åˆ„ē¢¼", + "missing.command": "åŠŸčƒ½č”Øé …ē›®åƒč€ƒäŗ† 'commands' å€ę®µäø­ęœŖå®šē¾©ēš„å‘½ä»¤ `{0}`怂", + "missing.altCommand": "åŠŸčƒ½č”Øé …ē›®åƒč€ƒäŗ† 'commands' å€ę®µäø­ęœŖå®šē¾©ēš„ę›æä»£å‘½ä»¤ `{0}`怂", + "dupe.command": "åŠŸčƒ½č”Øé …ē›®åƒč€ƒäŗ†čˆ‡é čØ­ē›øåŒēš„å‘½ä»¤å’Œę›æä»£å‘½ä»¤" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index d287934dae..9dad2e146d 100644 --- a/i18n/cht/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/cht/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "čØ­å®šēš„ę‘˜č¦ć€‚ę­¤ęØ™ē±¤å°‡ęœƒåœØčØ­å®šęŖ”äø­ä½œē‚ŗåˆ†éš”čØ»č§£ä½æē”Øć€‚", "vscode.extension.contributes.configuration.properties": "ēµ„ę…‹å±¬ę€§ēš„ęčæ°ć€‚", "scope.window.description": "č¦–ēŖ—ē‰¹å®šēµ„ę…‹ļ¼ŒåÆåœØä½æē”Øč€…ęˆ–å·„ä½œå€čØ­å®šäø­äŗˆä»„čØ­å®šć€‚", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "č³‡ę–™å¤¾ēš„éøē”ØåēØ±ć€‚", "workspaceConfig.uri.description": "č³‡ę–™å¤¾ēš„ URI", "workspaceConfig.settings.description": "å·„ä½œå€čØ­å®š", + "workspaceConfig.launch.description": "å·„ä½œå€å•Ÿå‹•é…ē½®", "workspaceConfig.extensions.description": "å·„ä½œå€å»¶ä¼øęØ”ēµ„", "unknownWorkspaceProperty": "ęœŖēŸ„ēš„å·„ä½œå€ēµ„ę…‹å±¬ę€§" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/cht/src/vs/workbench/services/configuration/node/configuration.i18n.json index 2bc73e7562..5151015fb6 100644 --- a/i18n/cht/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/cht/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/cht/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index c5b1ea92a7..d0b400cefe 100644 --- a/i18n/cht/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "é–‹å•Ÿå·„ä½œēµ„ę…‹", "openLaunchConfiguration": "é–‹å•Ÿå•Ÿå‹•ēµ„ę…‹", - "close": "關閉", "open": "é–‹å•ŸčØ­å®š", "saveAndRetry": "å„²å­˜äø¦é‡č©¦", "errorUnknownKey": "因為 {1} éžå·²čØ»å†Šēš„ēµ„ę…‹ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„č‡³ {0}怂", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "因為 {0} äøę”Æę“å¤šč³‡ę–™å¤¾å·„ä½œå€äø­ä½æē”Øå·„ä½œå€ēÆ„åœļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„å·„ä½œå€čØ­å®šć€‚", "errorInvalidFolderTarget": "å› ē‚ŗęœŖęä¾›č³‡ęŗļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„č‡³č³‡ę–™å¤¾čØ­å®šć€‚", "errorNoWorkspaceOpened": "å› ē‚ŗęœŖé–‹å•Ÿå·„ä½œå€ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„č‡³ {0}ć€‚č«‹å…ˆé–‹å•Ÿå·„ä½œå€ļ¼Œå†č©¦äø€ę¬”ć€‚", - "errorInvalidTaskConfiguration": "ē„”ę³•åÆ«å…„å·„ä½œęŖ”ę”ˆć€‚č«‹é–‹å•Ÿ **巄作** ęŖ”ę”ˆä»„äæ®ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorInvalidLaunchConfiguration": "ē„”ę³•åÆ«å…„å•Ÿå‹•ęŖ”ę”ˆć€‚č«‹é–‹å•Ÿ **啟動** ęŖ”ę”ˆä»„äæ®ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorInvalidConfiguration": "ē„”ę³•åÆ«å…„ä½æē”Øč€…čØ­å®šć€‚č«‹é–‹å•Ÿ **ä½æē”Øč€…čØ­å®š** ęŖ”ę”ˆä»„äæ®ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorInvalidConfigurationWorkspace": "ē„”ę³•åÆ«å…„å·„ä½œå€čØ­å®šć€‚č«‹é–‹å•Ÿ **å·„ä½œå€čØ­å®š** ęŖ”ę”ˆä»„äæ®ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorInvalidConfigurationFolder": "ē„”ę³•åÆ«å…„č³‡ę–™å¤¾čØ­å®šć€‚č«‹é–‹å•Ÿ **{0}** č³‡ę–™å¤¾äø‹ēš„ **č³‡ę–™å¤¾čØ­å®š** ęŖ”ę”ˆä»„äæ®ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorTasksConfigurationFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„å·„ä½œęŖ”ę”ˆć€‚č«‹å„²å­˜ **å·„ä½œēµ„ę…‹** ęŖ”ę”ˆļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorLaunchConfigurationFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„å•Ÿå‹•ęŖ”ę”ˆć€‚č«‹å„²å­˜ **å•Ÿå‹•ēµ„ę…‹** ęŖ”ę”ˆļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorConfigurationFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„ä½æē”Øč€…čØ­å®šć€‚č«‹å„²å­˜ **ä½æē”Øč€…čØ­å®š** ęŖ”ę”ˆļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorConfigurationFileDirtyWorkspace": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„å·„ä½œå€čØ­å®šć€‚č«‹å„²å­˜ **å·„ä½œå€čØ­å®š** ęŖ”ę”ˆļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", - "errorConfigurationFileDirtyFolder": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„č³‡ę–™å¤¾čØ­å®šć€‚č«‹å„²å­˜ **{0}** č³‡ę–™å¤¾äø‹ēš„ **č³‡ę–™å¤¾čØ­å®š** ęŖ”ę”ˆļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", + "errorInvalidTaskConfiguration": "ē„”ę³•åÆ«å…„å·„ä½œēµ„ę…‹ęŖ”ć€‚č«‹é–‹å•Ÿå®ƒä»„ę›“ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚ ", + "errorInvalidLaunchConfiguration": "ē„”ę³•åÆ«å…„å•Ÿå‹•ēµ„ę…‹ęŖ”ć€‚č«‹é–‹å•Ÿå®ƒä»„ę›“ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚ ", + "errorInvalidConfiguration": "ē„”ę³•åÆ«å…„ä½æē”Øč€…čØ­å®šć€‚č«‹é–‹å•Ÿå®ƒä»„ę›“ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚ ", + "errorInvalidConfigurationWorkspace": "ē„”ę³•åÆ«å…„å·„ä½œå€čØ­å®šć€‚č«‹é–‹å•Ÿå·„ä½œå€čØ­å®šęŖ”ę”ˆä»„äæ®ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", + "errorInvalidConfigurationFolder": "ē„”ę³•åÆ«å…„č³‡ę–™å¤¾čØ­å®šć€‚č«‹é–‹å•Ÿ '{0}' č³‡ę–™å¤¾čØ­å®šä»„äæ®ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œé‡č©¦äø€ę¬”ć€‚", + "errorTasksConfigurationFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œē„”ę³•åÆ«å…„å·„ä½œēµ„ę…‹ęŖ”ć€‚č«‹å…ˆå„²å­˜ļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", + "errorLaunchConfigurationFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œē„”ę³•åÆ«å…„å•Ÿå‹•ēµ„ę…‹ęŖ”ć€‚č«‹å…ˆå„²å­˜ļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", + "errorConfigurationFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„ä½æē”Øč€…čØ­å®šć€‚č«‹å„²å­˜ä½æē”Øč€…čØ­å®šęŖ”ę”ˆļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", + "errorConfigurationFileDirtyWorkspace": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„å·„ä½œå€čØ­å®šć€‚č«‹å„²å­˜å·„ä½œå€čØ­å®šęŖ”ę”ˆļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", + "errorConfigurationFileDirtyFolder": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„č³‡ę–™å¤¾čØ­å®šć€‚č«‹å„²å­˜ '{0}' č³‡ę–™å¤¾čØ­å®šęŖ”ę”ˆļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", "userTarget": "ä½æē”Øč€…čØ­å®š", "workspaceTarget": "å·„ä½œå€čØ­å®š", "folderTarget": "č³‡ę–™å¤¾čØ­å®š" diff --git a/i18n/cht/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/cht/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 6c44b40be7..4df089196c 100644 --- a/i18n/cht/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "ē„”ę³•åÆ«å…„ęŖ”ę”ˆ.č«‹é–‹å•ŸęŖ”ę”ˆäø¦äæ®ę­£éŒÆčŖ¤/č­¦å‘Šå¾Œå†č©¦äø€ę¬”.", "errorFileDirty": "ē„”ę³•åÆ«å…„ęŖ”ę”ˆ,å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“.č«‹å„²å­˜ęŖ”ę”ˆå¾Œå†č©¦äø€ę¬”" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/cht/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index e3e021a425..b56322a057 100644 --- a/i18n/cht/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/cht/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index e3e021a425..110ad6f9d5 100644 --- a/i18n/cht/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "遙測", "telemetry.enableCrashReporting": "å…čØ±å°‡ęęÆ€å ±å‘Šå‚³é€ēµ¦ Microsoft怂\nę­¤éøé …éœ€č¦é‡ę–°å•Ÿå‹•ę‰ęœƒē”Ÿę•ˆć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/cht/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 40b81b6280..7d5db9f33f 100644 --- a/i18n/cht/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "åŒ…å«å¼·čŖæé …ē›®" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/cht/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..274e436094 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "是(&&Y)", + "cancelButton": "å–ę¶ˆ", + "moreFile": "...另外 1 å€‹ęŖ”ę”ˆęœŖé”Æē¤ŗ", + "moreFiles": "...另外 {0} å€‹ęŖ”ę”ˆęœŖé”Æē¤ŗ" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/cht/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/cht/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/cht/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/cht/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/cht/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/cht/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..b77916d084 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "č‹„ę˜Æ VS Code å»¶ä¼øęØ”ēµ„ļ¼Œå‰‡ęŒ‡å®ščˆ‡å»¶ä¼øęØ”ēµ„ē›øå®¹ēš„ VS Code ē‰ˆęœ¬ć€‚äøå¾—ē‚ŗ *。例如: ^0.10.5 č”Øē¤ŗčˆ‡ęœ€ä½Ž VS Code ē‰ˆęœ¬ 0.10.5 相容。", + "vscode.extension.publisher": "VS Code ę““å……åŠŸčƒ½ēš„ē™¼č”Œč€…ć€‚", + "vscode.extension.displayName": "VS Code č³‡ęŗåŗ«äø­ä½æē”Øēš„ę““å……åŠŸčƒ½é”Æē¤ŗåēØ±ć€‚", + "vscode.extension.categories": "VS Code č³‡ęŗåŗ«ē”Øä¾†å°‡ę““å……åŠŸčƒ½ę­øé”žēš„åˆ†é”žć€‚", + "vscode.extension.galleryBanner": "用於 VS Code Marketplace ēš„ę©«å¹…ć€‚", + "vscode.extension.galleryBanner.color": "VS Code Marketplace é é¦–ēš„ę©«å¹…č‰²å½©ć€‚", + "vscode.extension.galleryBanner.theme": "ę©«å¹…äø­ä½æē”Øēš„å­—åž‹č‰²å½©ä½ˆę™Æäø»é”Œć€‚", + "vscode.extension.contributes": "ę­¤å°č£ę‰€ä»£č”Øēš„ę‰€ęœ‰ VS Code ę““å……åŠŸčƒ½ęÆ”é‡ć€‚", + "vscode.extension.preview": "å°‡å»¶ä¼øęØ”ēµ„čØ­ē‚ŗåœØ Marketplace äø­ęØ™å¹Ÿē‚ŗ [預覽]怂", + "vscode.extension.activationEvents": "VS Code ę““å……åŠŸčƒ½ēš„å•Ÿå‹•äŗ‹ä»¶ć€‚", + "vscode.extension.activationEvents.onLanguage": "ē•¶ęŒ‡å®ščŖžčØ€ęŖ”ę”ˆé–‹å•Ÿę™‚ęæ€ē™¼č©²äŗ‹ä»¶", + "vscode.extension.activationEvents.onCommand": "ē•¶ęŒ‡å®šēš„å‘½ä»¤č¢«čŖæē”Øę™‚ęæ€ē™¼č©²äŗ‹ä»¶", + "vscode.extension.activationEvents.onDebug": "ē•¶ä½æē”Øč€…ę­£č¦é–‹å§‹åµéŒÆęˆ–ę˜ÆčØ­å®šåµéŒÆēµ„ę…‹ę™‚ęæ€ē™¼č©²äŗ‹ä»¶", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "éœ€č¦å»ŗē«‹ \"launch.json\" ä¾†č§øē™¼å•Ÿå‹•äŗ‹ä»¶ (äø¦äø”éœ€č¦å‘¼å«ę‰€ęœ‰ provideDebugConfigurations 方法)怂", + "vscode.extension.activationEvents.onDebugResolve": "éœ€č¦ē‰¹å®šé”žåž‹åµéŒÆå·„ä½œéšŽę®µå•Ÿå‹•ä¾†č§øē™¼å•Ÿå‹•äŗ‹ä»¶ (äø¦äø”å‘¼å«ē›øå°ę‡‰ resolveDebugConfiguration 方法)", + "vscode.extension.activationEvents.workspaceContains": "ē•¶é–‹å•ŸęŒ‡å®šēš„ę–‡ä»¶å¤¾åŒ…å«globęØ”å¼åŒ¹é…ēš„ę–‡ä»¶ę™‚ęæ€ē™¼č©²äŗ‹ä»¶", + "vscode.extension.activationEvents.onView": "ē•¶ęŒ‡å®šēš„ęŖ¢č¦–č¢«ę““å±•ę™‚ęæ€ē™¼č©²äŗ‹ä»¶", + "vscode.extension.activationEvents.star": "ē•¶VS Codeå•Ÿå‹•ę™‚ęæ€ē™¼č©²äŗ‹ä»¶,ē‚ŗäŗ†ē¢ŗäæęœ€å„½ēš„ä½æē”Øč€…é«”é©—,ē•¶ę‚Øēš„ę““å……åŠŸčƒ½ę²’ęœ‰å…¶ä»–ēµ„åˆä½œę„­ę™‚,請激擻此事件.", + "vscode.extension.badges": "要锯示於 Marketplace ę““å……é é¢č³‡čØŠēœ‹ęæēš„å¾½ē« é™£åˆ—ć€‚", + "vscode.extension.badges.url": "å¾½ē« ę˜ åƒ URL怂", + "vscode.extension.badges.href": "徽章連結。", + "vscode.extension.badges.description": "å¾½ē« ęčæ°ć€‚", + "vscode.extension.extensionDependencies": "å…¶å®ƒę““å……åŠŸčƒ½ēš„ē›øä¾ę€§ć€‚ę““å……åŠŸčƒ½ēš„č­˜åˆ„ē¢¼äø€å¾‹ē‚ŗ ${publisher}.${name}。例如: vscode.csharp怂", + "vscode.extension.scripts.prepublish": "åœØå°č£ä½œē‚ŗ VS Code ę““å……åŠŸčƒ½ē™¼č”Œå‰ę‰€åŸ·č”Œēš„ęŒ‡ä»¤ē¢¼ć€‚", + "vscode.extension.scripts.uninstall": "VS Code å»¶ä¼øęØ”ēµ„ēš„č§£é™¤å®‰č£å‹¾é»žć€‚ē•¶å»¶ä¼øęØ”ēµ„å®Œå…Øå¾ž VS Code č§£é™¤å®‰č£ę™‚ļ¼ŒęœƒåœØå»¶ä¼øęØ”ēµ„č§£é™¤å®‰č£äø¦é‡ę–°å•Ÿå‹• (é—œę©Ÿäø¦å•Ÿå‹•) ę™‚åŸ·č”Œēš„ēØ‹å¼ē¢¼ć€‚åƒ…ę”Æę“ Node ęŒ‡ä»¤ē¢¼ć€‚", + "vscode.extension.icon": "128 x 128 åƒē“ åœ–ē¤ŗēš„č·Æå¾‘ć€‚" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 38415d518f..f8e3dd1fe2 100644 --- a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "å»¶ä¼øäø»ę©ŸęœŖę–¼ 10 ē§’å…§é–‹å§‹ļ¼ŒåÆčƒ½åœØē¬¬äø€č”Œå°±å·²åœę­¢ļ¼Œäø¦éœ€č¦åµéŒÆå·„å…·ę‰čƒ½ē¹¼ēŗŒć€‚", "extensionHostProcess.startupFail": "延伸主機未在 10 ē§’å…§å•Ÿå‹•ļ¼ŒåÆčƒ½ē™¼ē”Ÿäŗ†å•é”Œć€‚", + "reloadWindow": "é‡ę–°č¼‰å…„č¦–ēŖ—", "extensionHostProcess.error": "å»¶ä¼øäø»ę©Ÿē™¼ē”ŸéŒÆčŖ¤: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 178e97d6b8..94e131573c 100644 --- a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) åˆ†ęžå»¶ä¼øäø»ę©Ÿ..." } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index f08aebf333..c26da06974 100644 --- a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "ē„”ę³•å‰–ęž {0}: {1}怂", "fileReadFail": "ē„”ę³•č®€å–ęŖ”ę”ˆ {0}: {1}怂", - "jsonsParseFail": "ē„”ę³•å‰–ęž {0} ꈖ {1}: {2}怂", + "jsonsParseReportErrors": "ē„”ę³•å‰–ęž {0}: {1}怂", "missingNLSKey": "ę‰¾äøåˆ°é‡‘é‘° {0} ēš„čØŠęÆć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 86661838eb..953e6f0a65 100644 --- a/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "開發人哔巄具", - "restart": "é‡ę–°å•Ÿå‹•å»¶ä¼øäø»ę©Ÿ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "å»¶ä¼øäø»ę©Ÿę„å¤–ēµ‚ę­¢ć€‚", "extensionHostProcess.unresponsiveCrash": "å› ē‚ŗå»¶ä¼øäø»ę©Ÿę²’ęœ‰å›žę‡‰ļ¼Œę‰€ä»„ę„å¤–ēµ‚ę­¢ć€‚", + "devTools": "開發人哔巄具", + "restart": "é‡ę–°å•Ÿå‹•å»¶ä¼øäø»ę©Ÿ", "overwritingExtension": "正在仄 {1} 覆寫延伸樔組 {0}怂", "extensionUnderDevelopment": "ę­£åœØč¼‰å…„ä½ę–¼ {0} ēš„é–‹ē™¼å»¶ä¼øęØ”ēµ„", - "extensionCache.invalid": "ę““å……åŠŸčƒ½åœØē£ē¢ŸäøŠå·²äæ®ę”¹ć€‚č«‹é‡ę–°č¼‰å…„č¦–ēŖ—ć€‚" + "extensionCache.invalid": "ę““å……åŠŸčƒ½åœØē£ē¢ŸäøŠå·²äæ®ę”¹ć€‚č«‹é‡ę–°č¼‰å…„č¦–ēŖ—ć€‚", + "reloadWindow": "é‡ę–°č¼‰å…„č¦–ēŖ—" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/cht/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..057e521845 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "ē„”ę³•å‰–ęž {0}: {1}怂", + "fileReadFail": "ē„”ę³•č®€å–ęŖ”ę”ˆ {0}: {1}怂", + "jsonsParseReportErrors": "ē„”ę³•å‰–ęž {0}: {1}怂", + "missingNLSKey": "ę‰¾äøåˆ°é‡‘é‘° {0} ēš„čØŠęÆć€‚", + "notSemver": "ę““å……åŠŸčƒ½ē‰ˆęœ¬čˆ‡ semver äøē›øå®¹ć€‚", + "extensionDescription.empty": "å¾—åˆ°ē©ŗē™½ę““å……åŠŸčƒ½ęčæ°", + "extensionDescription.publisher": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", + "extensionDescription.name": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", + "extensionDescription.version": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", + "extensionDescription.engines": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `object` 锞型", + "extensionDescription.engines.vscode": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", + "extensionDescription.extensionDependencies": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string[]` 锞型", + "extensionDescription.activationEvents1": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string[]` 锞型", + "extensionDescription.activationEvents2": "屬性 `{0}` 和 `{1}` åæ…é ˆåŒę™‚ęŒ‡å®šęˆ–åŒę™‚åæ½ē•„", + "extensionDescription.main1": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string` 锞型", + "extensionDescription.main2": "`main` ({0}) åæ…é ˆåŒ…å«åœØę““å……åŠŸčƒ½ēš„č³‡ę–™å¤¾ ({1}) äø­ć€‚é€™åÆčƒ½ęœƒä½æę““å……åŠŸčƒ½ē„”ę³•ē§»ę¤ć€‚", + "extensionDescription.main3": "屬性 `{0}` 和 `{1}` åæ…é ˆåŒę™‚ęŒ‡å®šęˆ–åŒę™‚åæ½ē•„" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/cht/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 644d823cb8..f414b3a84f 100644 --- a/i18n/cht/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "éœ€č¦ Microsoft .NET Framework 4.5ć€‚č«‹é€£å…„ę­¤é€£ēµé€²č”Œå®‰č£ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": "下載 .NET Framework 4.5", "neverShowAgain": "äøč¦å†é”Æē¤ŗ", + "netVersionError": "éœ€č¦ Microsoft .NET Framework 4.5ć€‚č«‹é€£å…„ę­¤é€£ēµé€²č”Œå®‰č£ć€‚", + "learnMore": "čŖŖę˜Ž", + "enospcError": "{0} å·²č¶…å‡ŗęŖ”ę”ˆč™•ē†ć€‚č«‹ęŒ‰ē…§čŖŖę˜Žé€£ēµč§£ę±ŗę­¤å•é”Œć€‚", + "binFailed": "焔法將 '{0}' ē§»č‡³č³‡ęŗå›žę”¶ē­’", "trashFailed": "焔法將 '{0}' ē§»å‹•č‡³åžƒåœ¾" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/cht/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 067f2923a4..15c45aa918 100644 --- a/i18n/cht/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "ęŖ”ę”ˆę˜Æē›®éŒ„", + "fileNotModifiedError": "ęœŖäæ®ę”¹ęŖ”ę”ˆēš„ę™‚é–“", "fileBinaryError": "ęŖ”ę”ˆä¼¼ä¹Žę˜ÆäŗŒé€²ä½ęŖ”ļ¼Œå› ę­¤ē„”ę³•ē•¶åšę–‡å­—é–‹å•Ÿ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json index de69c42ba6..be59345f38 100644 --- a/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "ęŖ”ę”ˆč³‡ęŗ ({0}) ē„”ę•ˆ", "fileIsDirectoryError": "ęŖ”ę”ˆę˜Æē›®éŒ„", "fileNotModifiedError": "ęœŖäæ®ę”¹ęŖ”ę”ˆēš„ę™‚é–“", + "fileTooLargeForHeapError": "ęŖ”ę”ˆå¤§å°č¶…éŽč¦–ēŖ—čØ˜ę†¶é«”é™åˆ¶ļ¼Œč«‹č©¦åŸ·č”Œ code --max-memory=NEWSIZE", "fileTooLargeError": "ęŖ”ę”ˆå¤Ŗå¤§ē„”ę³•é–‹å•Ÿ", "fileNotFoundError": "ę‰¾äøåˆ°ęŖ”ę”ˆ ({0})", "fileBinaryError": "ęŖ”ę”ˆä¼¼ä¹Žę˜ÆäŗŒé€²ä½ęŖ”ļ¼Œå› ę­¤ē„”ę³•ē•¶åšę–‡å­—é–‹å•Ÿ", + "filePermission": "åÆ«č‡³ęŖ”ę”ˆ ({0}) ēš„ę¬Šé™é­ę‹’", "fileExists": "č¦å»ŗē«‹ēš„ęŖ”ę”ˆå·²å­˜åœØ ({0})", "fileMoveConflict": "焔法移動/č¤‡č£½ć€‚ē›®ēš„åœ°å·²å­˜åœØęŖ”ę”ˆć€‚", "unableToMoveCopyError": "焔法移動/č¤‡č£½ć€‚ęŖ”ę”ˆęœƒå–ä»£å…¶ę‰€åœØēš„č³‡ę–™å¤¾ć€‚", diff --git a/i18n/cht/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..409ac96d78 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "ęä¾› JSON ēµę§‹ęčæ°ēµ„ę…‹ć€‚", + "contributes.jsonValidation.fileMatch": "č¦ęÆ”å°ēš„ęŖ”ę”ˆęØ”å¼ļ¼Œä¾‹å¦‚ \"package.json\" ꈖ \"*.launch\"怂", + "contributes.jsonValidation.url": "ēµę§‹ęčæ° URL ('http:'态'https:') ęˆ–ę““å……åŠŸčƒ½č³‡ę–™å¤¾ēš„ē›øå°č·Æå¾‘ ('./')怂", + "invalid.jsonValidation": "'configuration.jsonValidation' åæ…é ˆę˜Æé™£åˆ—", + "invalid.fileMatch": "åæ…é ˆå®šē¾© 'configuration.jsonValidation.fileMatch'", + "invalid.url": "'configuration.jsonValidation.url' åæ…é ˆę˜Æ URL ęˆ–ē›øå°č·Æå¾‘", + "invalid.url.fileschema": "'configuration.jsonValidation.url' ę˜Æē„”ę•ˆēš„ē›øå° URL: {0}", + "invalid.url.schema": "'configuration.jsonValidation.url' åæ…é ˆä»„ 'http:'态'https:' ꈖ './' é–‹é ­ļ¼Œä»„åƒč€ƒä½ę–¼ę““å……åŠŸčƒ½äø­ēš„ēµę§‹ęčæ°" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index 8165e680d7..ff47ed01f9 100644 --- a/i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/cht/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„ć€‚č«‹å„²å­˜ęŒ‰éµē¹«ēµęŖ”ę”ˆļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", - "parseErrors": "ē„”ę³•åÆ«å…„ęŒ‰éµē¹«ēµé—œäæ‚ć€‚č«‹é–‹å•Ÿć€ŒęŒ‰éµē¹«ēµęŖ”ę”ˆć€ę›“ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", - "errorInvalidConfiguration": "ē„”ę³•åÆ«å…„ęŒ‰éµē¹«ēµé—œäæ‚ć€‚**ęŒ‰éµē¹«ēµé—œäæ‚ęŖ”ę”ˆ** åŒ…å«äŗ†é”žåž‹äøę˜Æ Array ēš„ē‰©ä»¶ć€‚č«‹é–‹å•ŸęŖ”ę”ˆåŠ ä»„ęø…é™¤ļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "å› ē‚ŗęŒ‰éµē¹«ēµé—œäæ‚ēµ„ę…‹ęŖ”å·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„ć€‚č«‹å…ˆå„²å­˜ļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", + "parseErrors": "ē„”ę³•åÆ«å…„ęŒ‰éµē¹«ēµé—œäæ‚ēµ„ę…‹ęŖ”ć€‚č«‹é–‹å•ŸęŖ”ę”ˆäæ®ę­£éŒÆčŖ¤/č­¦ē¤ŗäø¦å†č©¦äø€ę¬”ć€‚", + "errorInvalidConfiguration": "ē„”ę³•åÆ«å…„ęŒ‰éµē¹«ēµé—œäæ‚ēµ„ę…‹ęŖ”ć€‚å…¶å…·ęœ‰é”žåž‹éž Array ēš„ē‰©ä»¶ć€‚č«‹é–‹å•ŸęŖ”ę”ˆäŗˆä»„ęø…é™¤äø¦å†č©¦äø€ę¬”ć€‚", "emptyKeybindingsHeader": "å°‡ę‚Øēš„ęŒ‰éµēµ„åˆę”¾å…„ę­¤ęŖ”ę”ˆäø­ä»„č¦†åÆ«é čØ­å€¼" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 3d15720dde..31c81fa891 100644 --- a/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "åæ…é ˆę˜Æéžē©ŗē™½å€¼ć€‚", "requirestring": "屬性 '{0}' ē‚ŗå¼·åˆ¶é …ē›®äø”åæ…é ˆå±¬ę–¼ `string` 锞型", "optstring": "屬性 `{0}` åÆä»„ēœē•„ęˆ–åæ…é ˆå±¬ę–¼ `string` 锞型", @@ -22,5 +24,6 @@ "keybindings.json.when": "ęŒ‰éµē‚ŗä½æē”Øäø­ę™‚ēš„ę¢ä»¶ć€‚", "keybindings.json.args": "č¦å‚³éžč‡³å‘½ä»¤åŠ ä»„åŸ·č”Œēš„å¼•ę•øć€‚", "keyboardConfigurationTitle": "éµē›¤", - "dispatch": "ęŽ§åˆ¶ęŒ‰äø‹ęŒ‰éµę™‚ēš„åˆ†ę“¾é‚č¼Æ (使用 'code' (建議使用) ꈖ 'keyCode')怂" + "dispatch": "ęŽ§åˆ¶ęŒ‰äø‹ęŒ‰éµę™‚ēš„åˆ†ę“¾é‚č¼Æ (使用 'code' (建議使用) ꈖ 'keyCode')怂", + "touchbar.enabled": "å•Ÿē”Øéµē›¤äøŠēš„ macOS č§øę‘øęæęŒ‰éˆ• (å¦‚ęžœåÆē”Ø)怂" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/cht/src/vs/workbench/services/message/browser/messageList.i18n.json index c7129fe3ab..d7ab819d21 100644 --- a/i18n/cht/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/cht/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "錯誤: {0}", "alertWarningMessage": "č­¦å‘Š: {0}", "alertInfoMessage": "č³‡čØŠ: {0}", diff --git a/i18n/cht/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/cht/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index 1e7314864a..5c511410dc 100644 --- a/i18n/cht/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "是(&&Y)", "cancelButton": "å–ę¶ˆ" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/cht/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 0233809cbf..83aec9d8c0 100644 --- a/i18n/cht/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "ęä¾›čŖžčØ€å®£å‘Šć€‚", "vscode.extension.contributes.languages.id": "čŖžčØ€ēš„č­˜åˆ„ē¢¼ć€‚", "vscode.extension.contributes.languages.aliases": "čŖžčØ€ēš„åˆ„ååēØ±ć€‚", diff --git a/i18n/cht/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/cht/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/cht/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/cht/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 7cf9de41c7..7566c1ce48 100644 --- a/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "ęä¾› textmate ę¬Šę–åŒ–å·„å…·ć€‚", "vscode.extension.contributes.grammars.language": "č¦ęä¾›ę­¤čŖžę³•ēš„ē›®ęØ™čŖžčØ€č­˜åˆ„ē¢¼ć€‚", "vscode.extension.contributes.grammars.scopeName": "tmLanguage ęŖ”ę”ˆę‰€ä½æē”Øēš„ textmate ēÆ„åœåēØ±ć€‚", diff --git a/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index d57676c5b4..3f45401eb9 100644 --- a/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/cht/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "`contributes.{0}.language` äø­ēš„äøę˜ŽčŖžčØ€ć€‚ęä¾›ēš„å€¼: {1}", "invalid.scopeName": "`contributes.{0}.scopeName` äø­ēš„é ęœŸå­—äø²ć€‚ęä¾›ēš„å€¼: {1}", "invalid.path.0": "'contributes.{0}.path' äø­ę‡‰ęœ‰å­—äø²ć€‚ęä¾›ēš„å€¼: {1}", diff --git a/i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 65b05bf6e6..270c10d237 100644 --- a/i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "ęŖ”ę”ˆå·²č®Šę›“ć€‚č«‹å…ˆå„²å­˜ļ¼Œå†ä»„å…¶ä»–ē·Øē¢¼é‡ę–°é–‹å•Ÿć€‚", "genericSaveError": "ē„”ę³•å„²å­˜ '{0}': {1}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/cht/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 83d4c0bd31..2598bb733d 100644 --- a/i18n/cht/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "ęŖ”ę”ˆč®Šę›“ē„”ę³•åÆ«å…„å‚™ä»½å€åŸŸ (錯誤: {0})ć€‚č«‹å˜—č©¦å„²å­˜ę‚Øēš„ęŖ”ę”ˆå¾ŒēµęŸć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index 5fb9fd9998..5ac7d3ee4c 100644 --- a/i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "č¦å„²å­˜å° {0} ę‰€åšēš„č®Šę›“å—Ž?", "saveChangesMessages": "č¦å„²å­˜å°äø‹åˆ— {0} å€‹ęŖ”ę”ˆę‰€åšēš„č®Šę›“å—Ž?", - "moreFile": "...另外 1 å€‹ęŖ”ę”ˆęœŖé”Æē¤ŗ", - "moreFiles": "...另外 {0} å€‹ęŖ”ę”ˆęœŖé”Æē¤ŗ", "saveAll": "å…ØéƒØå„²å­˜(&&S)", "save": "儲存(&&S)", "dontSave": "äøč¦å„²å­˜(&&N)", diff --git a/i18n/cht/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/cht/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..02172bd032 --- /dev/null +++ b/i18n/cht/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "ęä¾›å»¶ä¼øęØ”ēµ„å®šē¾©ēš„åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©", + "contributes.color.id": "åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©ēš„č­˜åˆ„ē¢¼ ", + "contributes.color.id.format": "č­˜åˆ„ē¢¼ēš„ę ¼å¼ę‡‰ē‚ŗ aa[.bb]*", + "contributes.color.description": "åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©ēš„ęčæ° ", + "contributes.defaults.light": "ę·ŗč‰²ä½ˆę™Æäø»é”Œēš„é čØ­č‰²å½©ć€‚ę‡‰ē‚ŗåå…­é€²ä½ (#RRGGBB[AA]) ēš„č‰²å½©å€¼ļ¼Œęˆ–ęä¾›é čØ­ēš„åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©ć€‚", + "contributes.defaults.dark": "ę·±č‰²ä½ˆę™Æäø»é”Œēš„é čØ­č‰²å½©ć€‚ę‡‰ē‚ŗåå…­é€²ä½ (#RRGGBB[AA]) ēš„č‰²å½©å€¼ļ¼Œęˆ–ęä¾›é čØ­ēš„åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©ć€‚ ", + "contributes.defaults.highContrast": "é«˜å°ęÆ”ä½ˆę™Æäø»é”Œēš„é čØ­č‰²å½©ć€‚ę‡‰ē‚ŗåå…­é€²ä½ (#RRGGBB[AA]) ēš„č‰²å½©å€¼ļ¼Œęˆ–ęä¾›é čØ­ēš„åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©ć€‚", + "invalid.colorConfiguration": "'configuration.colors' åæ…é ˆę˜Æé™£åˆ—", + "invalid.default.colorType": "{0} åæ…é ˆę˜Æåå…­é€²ä½ (#RRGGBB[AA] or #RGB[A]) ēš„č‰²å½©å€¼ļ¼Œęˆ–ę˜Æęä¾›é čØ­ēš„åÆčØ­å®šä½ˆę™Æäø»é”Œč‰²å½©ä¹‹č­˜åˆ„ē¢¼ć€‚", + "invalid.id": "'configuration.colors.id' åæ…é ˆå®šē¾©äø”äøå¾—ē‚ŗē©ŗē™½", + "invalid.id.format": "'configuration.colors.id' åæ…é ˆä¾ē…§ word[.word]*", + "invalid.description": "'configuration.colors.description' åæ…é ˆå®šē¾©äø”äøå¾—ē‚ŗē©ŗē™½", + "invalid.defaults": "'configuration.colors.defaults' åæ…é ˆå®šē¾©ļ¼Œäø”åæ…é ˆåŒ…å« 'light'态'dark' 及 'highContrast'" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/cht/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index 69ba4ba857..574f11e365 100644 --- a/i18n/cht/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/cht/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "ę¬Šę–ēš„č‰²å½©čˆ‡ęØ£å¼ć€‚", "schema.token.foreground": "ę¬Šę–ēš„å‰ę™Æč‰²å½©ć€‚", "schema.token.background.warning": "ē›®å‰äøę”Æę“ę¬Šę–čƒŒę™Æč‰²å½©ć€‚", - "schema.token.fontStyle": "č¦å‰‡ēš„å­—åž‹ęØ£å¼:ć€Œę–œé«”ć€ć€ć€Œē²—é«”ć€ęˆ–ć€Œåŗ•ē·šć€ä¹‹äø€ęˆ–å…¶ēµ„åˆ", - "schema.fontStyle.error": "å­—å½¢ęØ£å¼åæ…é ˆę˜Æć€Œę–œé«”ć€ć€ć€Œē²—é«”ć€åŠć€Œåŗ•ē·šć€ēš„ēµ„åˆ", + "schema.token.fontStyle": "å­—é«”ę ¼å¼č¦å‰‡: 'italic', 'bold' ꈖ 'underline' ęˆ–ę˜Æēµ„åˆć€‚ē©ŗē™½å­—äø²å–ę¶ˆē¹¼ę‰æčØ­å®šć€‚", + "schema.fontStyle.error": "å­—é«”ę ¼å¼åæ…éœ€ę˜Æ 'italic', 'bold' ꈖ 'underline' ęˆ–ę˜Æēµ„åˆļ¼Œęˆ–ę˜Æē©ŗē™½å­—äø²ć€‚", + "schema.token.fontStyle.none": "None (ęø…é™¤ē¹¼ę‰æę ¼å¼)", "schema.properties.name": "č¦å‰‡ēš„ęčæ°ć€‚", "schema.properties.scope": "é‡å°ę­¤č¦å‰‡ē¬¦åˆēš„ēÆ„åœéøå–å™Øć€‚", "schema.tokenColors.path": "tmTheme ęŖ”ę”ˆēš„č·Æå¾‘ (ē›øå°ę–¼ē›®å‰ęŖ”ę”ˆ)怂", diff --git a/i18n/cht/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/cht/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index 181f058489..69da987ef3 100644 --- a/i18n/cht/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/cht/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "å±•é–‹č³‡ę–™å¤¾ēš„č³‡ę–™å¤¾åœ–ē¤ŗć€‚å±•é–‹č³‡ę–™å¤¾åœ–ē¤ŗę˜Æéøę“‡ę€§ēš„ć€‚å¦‚ęžœęœŖčØ­å®šļ¼Œå³é”Æē¤ŗē‚ŗč³‡ę–™å¤¾å®šē¾©ēš„åœ–ē¤ŗć€‚", "schema.folder": "ę‘ŗē–Šč³‡ę–™å¤¾ēš„č³‡ę–™å¤¾åœ–ē¤ŗļ¼Œå¦‚ęžœęœŖčØ­å®š folderExpandedļ¼Œå°±ä¹Ÿę˜Æå±•é–‹č³‡ę–™å¤¾ēš„åœ–ē¤ŗć€‚", "schema.file": "é čØ­ęŖ”ę”ˆåœ–ē¤ŗļ¼Œé”Æē¤ŗę–¼ę‰€ęœ‰äøē¬¦åˆä»»ä½•å‰ÆęŖ”åć€ęŖ”ę”ˆåēØ±ęˆ–čŖžčØ€č­˜åˆ„ē¢¼ēš„ęŖ”ę”ˆć€‚", diff --git a/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index fed5cb1c36..eb46ec2e1a 100644 --- a/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "å‰–ęž JSON ä½ˆę™Æäø»é”ŒęŖ”ę”ˆę™‚ē™¼ē”Ÿå•é”Œ: {0}", "error.invalidformat.colors": "å‰–ęžå½©č‰²ä½ˆę™Æäø»é”ŒęŖ”ę”ˆ {0} ę™‚å‡ŗē¾å•é”Œć€‚å±¬ę€§ 'settings' äøę˜Æ 'object' é”žåž‹ć€‚", "error.invalidformat.tokenColors": "å‰–ęžč‰²å½©ä½ˆę™Æäø»é”ŒęŖ”ę”ˆ {0} ę™‚ē™¼ē”Ÿå•é”Œć€‚å±¬ę€§ 'tokenColors' ę‡‰ę˜ÆęŒ‡å®šč‰²å½©ēš„é™£åˆ—ęˆ–ę˜Æ TextMate ä½ˆę™Æäø»é”ŒęŖ”ę”ˆēš„č·Æå¾‘ć€‚", diff --git a/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index f1b7981878..46d19871d0 100644 --- a/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/cht/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "ęä¾› Textmate å½©č‰²ä½ˆę™Æäø»é”Œć€‚", "vscode.extension.contributes.themes.id": "ē”ØåœØä½æē”Øč€…čØ­å®šäø­ēš„åœ–ē¤ŗä½ˆę™Æäø»é”Œč­˜åˆ„ē¢¼ć€‚", "vscode.extension.contributes.themes.label": "如 UI äø­ę‰€ē¤ŗēš„å½©č‰²ä½ˆę™Æäø»é”ŒęØ™ē±¤ć€‚", diff --git a/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index e7493947e4..876d810696 100644 --- a/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "å‰–ęžęŖ”ę”ˆēš„åœ–ē¤ŗęŖ”ę™‚ē™¼ē”Ÿå•é”Œ: {0}" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index dd6a68fb72..aca78dfee6 100644 --- a/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/cht/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "č²¢ē»ęŖ”ę”ˆåœ–ē¤ŗä½ˆę™Æäø»é”Œć€‚", "vscode.extension.contributes.iconThemes.id": "ē”ØåœØä½æē”Øč€…čØ­å®šäø­ēš„åœ–ē¤ŗä½ˆę™Æäø»é”Œč­˜åˆ„ē¢¼ć€‚", "vscode.extension.contributes.iconThemes.label": "仄 UI é”Æē¤ŗēš„åœ–ē¤ŗä½ˆę™Æäø»é”ŒęØ™ē±¤ć€‚", diff --git a/i18n/cht/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/cht/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index 939ead9df9..6668d6d1b0 100644 --- a/i18n/cht/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "Specifies the color theme used in the workbench.", "colorThemeError": "Theme is unknown or not installed.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "No file icons", "iconThemeError": "File icon theme is unknown or not installed.", "workbenchColors": "ä¾ē›®å‰éøę“‡ēš„å½©č‰²ä½ˆę™Æäø»é”Œč¦†åÆ«é”č‰²", - "editorColors": "ä¾ē›®å‰éøå–ēš„č‰²å½©ä½ˆę™Æäø»é”Œč¦†åÆ«ē·Øč¼Æå™Øč‰²å½©čˆ‡å­—åž‹ęØ£å¼ć€‚", "editorColors.comments": "čØ­å®ščØ»č§£ēš„č‰²å½©čˆ‡ęØ£å¼", "editorColors.strings": "čØ­å®šå­—äø²åøøå€¼ēš„č‰²å½©čˆ‡ęØ£å¼ć€‚", "editorColors.keywords": "čØ­å®šé—œéµå­—ēš„č‰²å½©čˆ‡ęØ£å¼ć€‚", @@ -19,5 +20,6 @@ "editorColors.types": "čØ­å®šåž‹åˆ„å®£å‘Ščˆ‡åƒč€ƒēš„č‰²å½©čˆ‡ęØ£å¼ć€‚", "editorColors.functions": "čØ­å®šå‡½å¼å®£å‘Ščˆ‡åƒč€ƒēš„č‰²å½©čˆ‡ęØ£å¼ć€‚", "editorColors.variables": "čØ­å®šč®Šę•øå®£å‘Ščˆ‡åƒč€ƒēš„č‰²å½©čˆ‡ęØ£å¼ć€‚", - "editorColors.textMateRules": "使用 TextMate ä½ˆę™Æäø»é”Œč¦å‰‡čØ­å®šč‰²å½©čˆ‡ęØ£å¼ (進階)怂" + "editorColors.textMateRules": "使用 TextMate ä½ˆę™Æäø»é”Œč¦å‰‡čØ­å®šč‰²å½©čˆ‡ęØ£å¼ (進階)怂", + "editorColors": "ä¾ē›®å‰éøå–ēš„č‰²å½©ä½ˆę™Æäø»é”Œč¦†åÆ«ē·Øč¼Æå™Øč‰²å½©čˆ‡å­—åž‹ęØ£å¼ć€‚" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/cht/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 283d3809dd..44694c0b55 100644 --- a/i18n/cht/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/cht/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "ē„”ę³•åÆ«å…„å·„ä½œå€ēµ„ę…‹ęŖ”ć€‚č«‹é–‹å•ŸęŖ”ę”ˆę›“ę­£å…¶äø­ēš„éŒÆčŖ¤/č­¦å‘Šļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚ ", "errorWorkspaceConfigurationFileDirty": "å› ē‚ŗęŖ”ę”ˆå·²č®Šę›“ļ¼Œę‰€ä»„ē„”ę³•åÆ«å…„å·„ä½œå€ēµ„ę…‹ęŖ”ć€‚č«‹å°‡å…¶å„²å­˜ļ¼Œē„¶å¾Œå†č©¦äø€ę¬”ć€‚", - "openWorkspaceConfigurationFile": "é–‹å•Ÿå·„ä½œå€ēµ„ę…‹ęŖ”", - "close": "關閉", - "enterWorkspace.close": "關閉", - "enterWorkspace.dontShowAgain": "äøč¦å†é”Æē¤ŗ", - "enterWorkspace.moreInfo": "č©³ē“°č³‡čØŠ", - "enterWorkspace.prompt": "ę·±å…„äŗ†č§£åœØ VS Code äø­ä½æē”Øå¤šå€‹č³‡ę–™å¤¾ć€‚" + "openWorkspaceConfigurationFile": "é–‹å•Ÿå·„ä½œå€ēµ„ę…‹čØ­å®š" } \ No newline at end of file diff --git a/i18n/deu/extensions/azure-account/out/azure-account.i18n.json b/i18n/deu/extensions/azure-account/out/azure-account.i18n.json index f949c193bf..a0cbf6428f 100644 --- a/i18n/deu/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/deu/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/extensions/azure-account/out/extension.i18n.json b/i18n/deu/extensions/azure-account/out/extension.i18n.json index 1b7d65fb17..18fb0d2d73 100644 --- a/i18n/deu/extensions/azure-account/out/extension.i18n.json +++ b/i18n/deu/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/extensions/bat/package.i18n.json b/i18n/deu/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..b04c12287f --- /dev/null +++ b/i18n/deu/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Windows-Bat-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in Windows-Batch-Dateien. " +} \ No newline at end of file diff --git a/i18n/deu/extensions/clojure/package.i18n.json b/i18n/deu/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..8ce6ff62c0 --- /dev/null +++ b/i18n/deu/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Clojure-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Clojure-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/coffeescript/package.i18n.json b/i18n/deu/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..8bcf413426 --- /dev/null +++ b/i18n/deu/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CoffeeScript-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in CoffeeScript-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/configuration-editing/out/extension.i18n.json b/i18n/deu/extensions/configuration-editing/out/extension.i18n.json index 2f100fe78c..8aa5957f6a 100644 --- a/i18n/deu/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/deu/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "Beispiel" } \ No newline at end of file diff --git a/i18n/deu/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/deu/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index c0f121afb2..ed8ae9c5ca 100644 --- a/i18n/deu/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/deu/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "Der Dateiname (z.B. meineDatei.txt)", "activeEditorMedium": "der Pfad der Datei relativ zum Workspace-Ordner (z.B. myFolder/myFile.txt)", "activeEditorLong": "Der vollstƤndige Pfad der Datei (z.B. /Benutzer/Entwicklung/meinProjekt/meinOrdner/meineDatei.txt)", diff --git a/i18n/deu/extensions/configuration-editing/package.i18n.json b/i18n/deu/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..174c8358f9 --- /dev/null +++ b/i18n/deu/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "KonfigurationsƤnderung", + "description": "Bietet Funktionen (erweitertes IntelliSense, automatische Korrektur) in Konfigurationsdateien wie Einstellungen, Startdateien und Erweiterungsmpfehlungen." +} \ No newline at end of file diff --git a/i18n/deu/extensions/cpp/package.i18n.json b/i18n/deu/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..07d4260dac --- /dev/null +++ b/i18n/deu/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C/C++-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in C/C++-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/csharp/package.i18n.json b/i18n/deu/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..fac155eddd --- /dev/null +++ b/i18n/deu/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C# Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in C#-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/css/client/out/cssMain.i18n.json b/i18n/deu/extensions/css/client/out/cssMain.i18n.json index 254ee717d9..7b42da9ae2 100644 --- a/i18n/deu/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/deu/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "CSS-Sprachserver", "folding.start": "Regionsanfang wird gefaltet", "folding.end": "Regionsende wird gefaltet" diff --git a/i18n/deu/extensions/css/package.i18n.json b/i18n/deu/extensions/css/package.i18n.json index 2fd30b43e1..a6667b0e22 100644 --- a/i18n/deu/extensions/css/package.i18n.json +++ b/i18n/deu/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CSS Sprachfeatures", + "description": "Bietet umfangreiche Sprachunterstützung für CSS-, LESS- und SCSS-Dateien.", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "Ungültige Parameteranzahl.", "css.lint.boxModel.desc": "Verwenden Sie width oder height nicht beim Festlegen von padding oder border", diff --git a/i18n/deu/extensions/diff/package.i18n.json b/i18n/deu/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/extensions/diff/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/extensions/docker/package.i18n.json b/i18n/deu/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..f790a9d81d --- /dev/null +++ b/i18n/deu/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Docker-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Docker-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/emmet/package.i18n.json b/i18n/deu/extensions/emmet/package.i18n.json index 079d0046ed..7aca2522ba 100644 --- a/i18n/deu/extensions/emmet/package.i18n.json +++ b/i18n/deu/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Emmet-Unterstützung für VS Code", "command.wrapWithAbbreviation": "Mit Abkürzung umschließen", "command.wrapIndividualLinesWithAbbreviation": "Einzelne Zeilen mit Abkürzung umschließen", "command.removeTag": "Tag entfernen", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "Eine durch Trennzeichen getrennte Liste von Attributnamen, die in abgekürzter Form vorliegen müssen, damit der Kommentarfilter angewendet werden kann", "emmetPreferencesFormatNoIndentTags": "Ein Array von Tagnamen, die keinen inneren Einzug erhalten", "emmetPreferencesFormatForceIndentTags": "Ein Array von Tagnamen, die immer einen inneren Einzug erhalten", - "emmetPreferencesAllowCompactBoolean": "Bei TRUE wird eine kompakte Notation boolescher Attribute erzeugt" + "emmetPreferencesAllowCompactBoolean": "Bei TRUE wird eine kompakte Notation boolescher Attribute erzeugt", + "emmetPreferencesCssWebkitProperties": "Durch Trennzeichen getrennte CSS-Eigenschaften, die das \"webkit\"-HerstellerprƤfix erhalten, wenn sie in einer Emmet-Abkürzung verwendet werden, die mit \"-\" beginnt. Legen Sie eine leere Zeichenfolge fest, um das \"webkit\"-PrƤfix immer zu vermeiden.", + "emmetPreferencesCssMozProperties": "Durch Trennzeichen getrennte CSS-Eigenschaften, die das \"moz\"-HerstellerprƤfix erhalten, wenn sie in einer Emmet-Abkürzung verwendet werden, die mit \"-\" beginnt. Legen Sie eine leere Zeichenfolge fest, um das \"moz\"-PrƤfix immer zu vermeiden.", + "emmetPreferencesCssOProperties": "Durch Trennzeichen getrennte CSS-Eigenschaften, die das \"o\"-HerstellerprƤfix erhalten, wenn sie in einer Emmet-Abkürzung verwendet werden, die mit \"-\" beginnt. Legen Sie eine leere Zeichenfolge fest, um das \"o\"-PrƤfix immer zu vermeiden.", + "emmetPreferencesCssMsProperties": "Durch Trennzeichen getrennte CSS-Eigenschaften, die das \"ms\"-HerstellerprƤfix erhalten, wenn sie in einer Emmet-Abkürzung verwendet werden, die mit \"-\" beginnt. Legen Sie eine leere Zeichenfolge fest, um das \"ms\"-PrƤfix immer zu vermeiden." } \ No newline at end of file diff --git a/i18n/deu/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/deu/extensions/extension-editing/out/extensionLinter.i18n.json index 31af64199e..a030ab2197 100644 --- a/i18n/deu/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/deu/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "Für Bilder muss das HTTPS-Protokoll verwendet werden.", "svgsNotValid": "SVGs sind keine gültige Bildquelle.", "embeddedSvgsNotValid": "Eingebettete SVGs sind keine gültige Bildquelle.", diff --git a/i18n/deu/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/deu/extensions/extension-editing/out/packageDocumentHelper.i18n.json index 2cd2abcd29..8157ac5517 100644 --- a/i18n/deu/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/deu/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "Sprachspezifische Editor-Einstellungen", "languageSpecificEditorSettingsDescription": "Editor-Einstellungen für Sprache überschreiben" } \ No newline at end of file diff --git a/i18n/deu/extensions/extension-editing/package.i18n.json b/i18n/deu/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..dfff75adfb --- /dev/null +++ b/i18n/deu/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Paketbearbeitung", + "description": "Bietet Intellisense für VS Code-Erweiterungspunkte und Bereinigungsfunktionen in Dateien vom Typ \"package.json\"." +} \ No newline at end of file diff --git a/i18n/deu/extensions/fsharp/package.i18n.json b/i18n/deu/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..468a38d4a5 --- /dev/null +++ b/i18n/deu/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "F#-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in F#-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/git/out/askpass-main.i18n.json b/i18n/deu/extensions/git/out/askpass-main.i18n.json index a682f91ed9..8aaee9a1fd 100644 --- a/i18n/deu/extensions/git/out/askpass-main.i18n.json +++ b/i18n/deu/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "Fehlende oder ungültige Anmeldeinformationen." } \ No newline at end of file diff --git a/i18n/deu/extensions/git/out/autofetch.i18n.json b/i18n/deu/extensions/git/out/autofetch.i18n.json index e1242008fc..2c275d2bd6 100644 --- a/i18n/deu/extensions/git/out/autofetch.i18n.json +++ b/i18n/deu/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "Ja", "no": "Nein", - "not now": "Nicht jetzt", - "suggest auto fetch": "Mƶchten Sie das automatische Abrufen von Git-Repositorys aktivieren?" + "not now": "Erneut nachfragen", + "suggest auto fetch": "Mƶchten Sie Code [regelmäßig \"git fetch\" ausführen lassen] ({0})?" } \ No newline at end of file diff --git a/i18n/deu/extensions/git/out/commands.i18n.json b/i18n/deu/extensions/git/out/commands.i18n.json index 27787e3b3d..752831ee37 100644 --- a/i18n/deu/extensions/git/out/commands.i18n.json +++ b/i18n/deu/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "Tag bei {0}", "remote branch at": "Remotebranch unter {0}", "create branch": "$(plus) Neuen Branch erstellen", @@ -41,11 +43,15 @@ "confirm discard all 2": "{0}\n\nDies kann NICHT rückgƤngig gemacht werden, und Ihr aktueller Arbeitssatz geht DAUERHAFT verloren.", "yes discard tracked": "1 verfolgte Datei verwerfen", "yes discard tracked multiple": "{0} verfolgte Dateien verwerfen", + "unsaved files single": "Die folgende Datei ist nicht gespeichert: {0}.\n\nMƶchten Sie diese vor dem Committen speichern?", + "unsaved files": "{0} Dateien sind nicht gespeichert.\n\nMƶchten Sie diese vor dem Committen speichern?", + "save and commit": "Alles speichern und committen", + "commit": "Trotzdem committen", "no staged changes": "Es sind keine Ƅnderungen bereitgestellt.\n\nMƶchten Sie alle Ihre Ƅnderungen automatisch bereitstellen und direkt committen?", "always": "Immer", "no changes": "Keine Ƅnderungen zum Speichern vorhanden.", "commit message": "Commit-Nachricht", - "provide commit message": "Geben Sie eine Commit-Nachrichte ein.", + "provide commit message": "Geben Sie eine Commit-Nachricht ein.", "select a ref to checkout": "Referenz zum Auschecken auswƤhlen", "branch name": "Branchname", "provide branch name": "Geben Sie einen Branchnamen an.", @@ -64,11 +70,12 @@ "no remotes to pull": "In Ihrem Repository wurden keine Remoteelemente für den Pull konfiguriert.", "pick remote pull repo": "Remoteelement zum Pullen des Branch auswƤhlen", "no remotes to push": "In Ihrem Repository wurden keine Remoteelemente für den Push konfiguriert.", - "push with tags success": "Push mit Tags erfolgreich ausgeführt.", "nobranch": "WƤhlen Sie ein Branch für den Push zu einem Remoteelement aus.", + "confirm publish branch": "Der Branch \"{0}\" verfügt über keinen Upstreambranch. Mƶchten Sie diesen Branch verƶffentlichen?", + "ok": "OK", + "push with tags success": "Push mit Tags erfolgreich ausgeführt.", "pick remote": "Remotespeicherort auswƤhlen, an dem der Branch \"{0}\" verƶffentlicht wird:", "sync is unpredictable": "Mit dieser Aktion werden Commits per Push und Pull an und von \"{0}\" übertragen.", - "ok": "OK", "never again": "OK, nicht mehr anzeigen", "no remotes to publish": "In Ihrem Repository wurden keine Remoteelemente für die Verƶffentlichung konfiguriert.", "no changes stash": "Es sind keine Ƅnderungen vorhanden, für die ein Stash ausgeführt werden kann.", diff --git a/i18n/deu/extensions/git/out/main.i18n.json b/i18n/deu/extensions/git/out/main.i18n.json index 49edb1c1fa..c8bc73ce63 100644 --- a/i18n/deu/extensions/git/out/main.i18n.json +++ b/i18n/deu/extensions/git/out/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "Suchen nach Git in: {0}", "using git": "Verwenden von Git {0} von {1}", "downloadgit": "Git herunterladen", diff --git a/i18n/deu/extensions/git/out/model.i18n.json b/i18n/deu/extensions/git/out/model.i18n.json index 5e1088116a..471f6a0e5d 100644 --- a/i18n/deu/extensions/git/out/model.i18n.json +++ b/i18n/deu/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "Das Repository \"{0}\" enthƤlt {1} Submodule, die nicht automatisch geƶffnet werden. Sie kƶnne Sie einzeln ƶffnen, indem Sie darin erhaltene Datei ƶffnen.", "no repositories": "Es sind keine verfügbaren Repositorys vorhanden.", "pick repo": "Repository auswƤhlen" } \ No newline at end of file diff --git a/i18n/deu/extensions/git/out/repository.i18n.json b/i18n/deu/extensions/git/out/repository.i18n.json index 9c6af56133..eec0ee59ac 100644 --- a/i18n/deu/extensions/git/out/repository.i18n.json +++ b/i18n/deu/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "Ɩffnen", "index modified": "Index geƤndert", "modified": "GeƤndert am", @@ -26,7 +28,8 @@ "merge changes": "Ƅnderungen zusammenführen", "staged changes": "Bereitgestellte Ƅnderungen", "changes": "Ƅnderungen", - "ok": "OK", - "neveragain": "Nie wieder anzeigen", + "commitMessageCountdown": "{0} Zeichen in der aktuellen Zeile verbleibend", + "commitMessageWarning": "{0} Zeichen über {1} in der aktuellen Zeile", + "neveragain": "Nicht mehr anzeigen", "huge": "Das Git-Repository unter {0} umfasst zu viele aktive Ƅnderungen. Nur ein Teil der Git-Features wird aktiviert." } \ No newline at end of file diff --git a/i18n/deu/extensions/git/out/scmProvider.i18n.json b/i18n/deu/extensions/git/out/scmProvider.i18n.json index 7fded37328..7721831df0 100644 --- a/i18n/deu/extensions/git/out/scmProvider.i18n.json +++ b/i18n/deu/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/extensions/git/out/statusbar.i18n.json b/i18n/deu/extensions/git/out/statusbar.i18n.json index f9f00a8e61..597794457b 100644 --- a/i18n/deu/extensions/git/out/statusbar.i18n.json +++ b/i18n/deu/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "Auschecken...", "sync changes": "Ƅnderungen synchronisieren", "publish changes": "Ƅnderungen verƶffentlichen", diff --git a/i18n/deu/extensions/git/package.i18n.json b/i18n/deu/extensions/git/package.i18n.json index de4d841dd2..e98c75af3b 100644 --- a/i18n/deu/extensions/git/package.i18n.json +++ b/i18n/deu/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Git SCM-Integration", "command.clone": "Klonen", "command.init": "Repository initialisieren", "command.close": "Repository schließen", @@ -49,17 +53,18 @@ "command.showOutput": "Git-Ausgabe anzeigen", "command.ignore": "Datei zu .gitignore hinzufügen", "command.stashIncludeUntracked": "Stash (einschließlich nicht verfolgt)", - "command.stash": " Stash ausführen", + "command.stash": "Stash ausführen", "command.stashPop": "Pop für Stash ausführen...", "command.stashPopLatest": "Pop für letzten Stash ausführen", "config.enabled": "Gibt an, ob Git aktiviert ist.", "config.path": "Der Pfad zur ausführbaren Git-Datei.", + "config.autoRepositoryDetection": "Ob Repositorien automatisch erkannt werden sollen", "config.autorefresh": "Gibt an, ob die automatische Aktualisierung aktiviert ist.", "config.autofetch": "Gibt an, ob automatischer Abruf aktiviert ist.", "config.enableLongCommitWarning": "Gibt an, ob Warnungen zu langen Commitnachrichten erfolgen sollen.", "config.confirmSync": "Vor dem Synchronisieren von Git-Repositorys bestƤtigen.", "config.countBadge": "Steuert die Git-Badgeanzahl. \"Alle\" zƤhlt alle Ƅnderungen. \"tracked\" (Nachverfolgt) zƤhlt nur die nachverfolgten Ƅnderungen. \"off\" (Aus) deaktiviert dies.", - "config.checkoutType": "Steuert, welcher Branchtyp beim Ausführen von \"Auschecken an...\" aufgelistet wird. \"Alle\" zeigt alle Verweise an, \"Lokal\" nur die lokalen Branches, \"Tags\" zeigt nur Tags an, und \"Remote\" zeigt nur Remotebranches an.", + "config.checkoutType": "Steuert, welcher Branchtyp beim Ausführen von \"Auschecken an...\" aufgelistet wird. \"alle\" zeigt alle Verweise an, \"lokal\" nur die lokalen Branches, \"Tags\" zeigt nur Tags an, und \"remote\" zeigt nur Remotebranches an.", "config.ignoreLegacyWarning": "Ignoriert die Legacy-Git-Warnung.", "config.ignoreMissingGitWarning": "Ignoriert die Warnung, wenn Git fehlt", "config.ignoreLimitWarning": "Ignoriert Warnung bei zu hoher Anzahl von Ƅnderungen in einem Repository", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "Aktiviert das Signieren von Commits per GPG.", "config.discardAllScope": "Legt fest, welche Ƅnderungen vom Befehl \"Alle Ƅnderungen verwerfen\" verworfen werden. \"all\" verwirft alle Ƅnderungen. \"tracked\" verwirft nur verfolgte Dateien. \"prompt\" zeigt immer eine Eingabeaufforderung an, wenn die Aktion ausgeführt wird.", "config.decorations.enabled": "Steuert, ob Git Farben und Badges für die Explorer-Ansicht und die Ansicht \"Geƶffnete Editoren\" beitrƤgt.", + "config.promptToSaveFilesBeforeCommit": "Legt fest, ob Git vor dem einchecken nach nicht gespeicherten Dateien suchen soll.", + "config.showInlineOpenFileAction": "Steuert, ob eine Inlineaktion zum Ɩffnen der Datei in der Ansicht \"Git-Ƅnderungen\" angezeigt wird.", + "config.inputValidation": "Steuert, wann die Commit-Meldung der Eingabevalidierung angezeigt wird.", + "config.detectSubmodules": "Steuert, ob Git-Submodule automatisch erkannt werden.", "colors.modified": "Farbe für geƤnderte Ressourcen.", "colors.deleted": "Farbe für gelƶschten Ressourcen.", "colors.untracked": "Farbe für nicht verfolgte Ressourcen.", "colors.ignored": "Farbe für ignorierte Ressourcen.", - "colors.conflict": "Farbe für Ressourcen mit Konflikten." + "colors.conflict": "Farbe für Ressourcen mit Konflikten.", + "colors.submodule": "Farbe für Submodul-Ressourcen." } \ No newline at end of file diff --git a/i18n/deu/extensions/go/package.i18n.json b/i18n/deu/extensions/go/package.i18n.json new file mode 100644 index 0000000000..392fde9961 --- /dev/null +++ b/i18n/deu/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Go-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Go-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/groovy/package.i18n.json b/i18n/deu/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..9c1dd75200 --- /dev/null +++ b/i18n/deu/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Groovy-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung und Klammernpaare in Groovy-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/grunt/out/main.i18n.json b/i18n/deu/extensions/grunt/out/main.i18n.json index 47bed6eef4..32f75017ed 100644 --- a/i18n/deu/extensions/grunt/out/main.i18n.json +++ b/i18n/deu/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Fehler bei der automatischen Grunt-Erkennung für den Ordner {0}. Fehlermeldung: {1}" } \ No newline at end of file diff --git a/i18n/deu/extensions/grunt/package.i18n.json b/i18n/deu/extensions/grunt/package.i18n.json index 41b1a3a2d8..515ca5f257 100644 --- a/i18n/deu/extensions/grunt/package.i18n.json +++ b/i18n/deu/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Steuert, ob die automatische Erkennung von Grunt-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Erweiterung zum Hinzufügen von Grunt-Funktionen in VSCode.", + "displayName": "Grunt-Unterstützung für VSCode", + "config.grunt.autoDetect": "Steuert, ob die automatische Erkennung von Grunt-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert.", + "grunt.taskDefinition.type.description": "Die anzupassende Grunt-Aufgabe.", + "grunt.taskDefinition.file.description": "Die Grunt-Datei zum Bereitstellen der Aufgabe. Kann ausgelassen werden." } \ No newline at end of file diff --git a/i18n/deu/extensions/gulp/out/main.i18n.json b/i18n/deu/extensions/gulp/out/main.i18n.json index 7d146a15f9..c5dd0cdc04 100644 --- a/i18n/deu/extensions/gulp/out/main.i18n.json +++ b/i18n/deu/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Fehler bei der automatischen Gulp-Erkennung für den Ordner {0}. Fehlermeldung: {1}" } \ No newline at end of file diff --git a/i18n/deu/extensions/gulp/package.i18n.json b/i18n/deu/extensions/gulp/package.i18n.json index b6b5c53227..c36c3a5161 100644 --- a/i18n/deu/extensions/gulp/package.i18n.json +++ b/i18n/deu/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Steuert, ob die automatische Erkennung von Gulp-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Erweiterung zum Hinzufügen von Gulp-Funktionen in VSCode.", + "displayName": "Gulp-Unterstützung für VSCode", + "config.gulp.autoDetect": "Steuert, ob die automatische Erkennung von Gulp-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert.", + "gulp.taskDefinition.type.description": "Die anzupassende Gulp-Aufgabe.", + "gulp.taskDefinition.file.description": "Die Gulp-Datei zum Bereitstellen der Aufgabe. Kann ausgelassen werden." } \ No newline at end of file diff --git a/i18n/deu/extensions/handlebars/package.i18n.json b/i18n/deu/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..937d45f63b --- /dev/null +++ b/i18n/deu/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Handlebars-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Handlebars-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/hlsl/package.i18n.json b/i18n/deu/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..2715350070 --- /dev/null +++ b/i18n/deu/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HLSL-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in HLSL-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/html/client/out/htmlMain.i18n.json b/i18n/deu/extensions/html/client/out/htmlMain.i18n.json index c3c7dcb8f4..d83f07bf1b 100644 --- a/i18n/deu/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/deu/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "HTML-Sprachserver", "folding.start": "Regionsanfang wird gefaltet", "folding.end": "Regionsende wird gefaltet" diff --git a/i18n/deu/extensions/html/package.i18n.json b/i18n/deu/extensions/html/package.i18n.json index 276d5c08aa..99dfdf4169 100644 --- a/i18n/deu/extensions/html/package.i18n.json +++ b/i18n/deu/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HTML-Sprachfeatures", + "description": "Bietet umfangreiche Sprachunterstützung für HTML-, Razor- und Handlebar-Dateien.", "html.format.enable.desc": "Standard-HTML-Formatierer aktivieren/deaktivieren", "html.format.wrapLineLength.desc": "Die maximale Anzahl von Zeichen pro Zeile (0 = deaktiviert).", "html.format.unformatted.desc": "Die Liste der Tags (durch Kommas getrennt), die nicht erneut formatiert werden sollen. \"null\" bezieht sich standardmäßig auf alle Tags, die unter https://www.w3.org/TR/html5/dom.html#phrasing-content aufgeführt werden.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "Verfolgt die Kommunikation zwischen VS Code und dem HTML-Sprachserver.", "html.validate.scripts": "Konfiguriert, ob die integrierte HTML-Sprachunterstützung eingebettete Skripts unterstützt.", "html.validate.styles": "Konfiguriert, ob die integrierte HTML-Sprachunterstützung eingebettete Skripts validiert.", + "html.experimental.syntaxFolding": "Aktiviert bzw. deaktiviert syntaxabhƤngige Faltungsmarkierungen.", "html.autoClosingTags": "Automatisches Schließen von HTML-Tags aktivieren/deaktivieren." } \ No newline at end of file diff --git a/i18n/deu/extensions/ini/package.i18n.json b/i18n/deu/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..b2e8c6f57a --- /dev/null +++ b/i18n/deu/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ini-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Ini-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/jake/out/main.i18n.json b/i18n/deu/extensions/jake/out/main.i18n.json index 48ad4462ae..c9a5a9d0db 100644 --- a/i18n/deu/extensions/jake/out/main.i18n.json +++ b/i18n/deu/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Fehler bei der automatischen Jake-Erkennung für den Ordner {0}. Fehlermeldung: {1}" } \ No newline at end of file diff --git a/i18n/deu/extensions/jake/package.i18n.json b/i18n/deu/extensions/jake/package.i18n.json index 6ca3a5549d..135fa60161 100644 --- a/i18n/deu/extensions/jake/package.i18n.json +++ b/i18n/deu/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Erweiterung zum Hinzufügen von Jake-Funktionen in VSCode.", + "displayName": "Jake-Unterstützung für VSCode", + "jake.taskDefinition.type.description": "Die anzupassende Jake-Aufgabe.", + "jake.taskDefinition.file.description": "Die Jake-Datei zum Bereitstellen der Aufgabe. Kann ausgelassen werden.", "config.jake.autoDetect": "Steuert, ob die automatische Erkennung von Jake-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert." } \ No newline at end of file diff --git a/i18n/deu/extensions/java/package.i18n.json b/i18n/deu/extensions/java/package.i18n.json new file mode 100644 index 0000000000..b46c7c827d --- /dev/null +++ b/i18n/deu/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Java-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in Java-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/deu/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 75ed309e74..7b1857348b 100644 --- a/i18n/deu/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/deu/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "Standarddatei \"bower.json\"", "json.bower.error.repoaccess": "Fehler bei der Anforderung des Bower-Repositorys: {0}", "json.bower.latest.version": "Neueste" diff --git a/i18n/deu/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/deu/extensions/javascript/out/features/packageJSONContribution.i18n.json index 67ddfe1ea5..fe51167b6f 100644 --- a/i18n/deu/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/deu/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "Standarddatei \"package.json\"", "json.npm.error.repoaccess": "Fehler bei der Anforderung des NPM-Repositorys: {0}", "json.npm.latestversion": "Die zurzeit neueste Version des Pakets.", diff --git a/i18n/deu/extensions/javascript/package.i18n.json b/i18n/deu/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..4c33908c93 --- /dev/null +++ b/i18n/deu/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in JavaScript-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/json/client/out/jsonMain.i18n.json b/i18n/deu/extensions/json/client/out/jsonMain.i18n.json index d85115bf77..71491308e0 100644 --- a/i18n/deu/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/deu/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "JSON-Sprachserver" } \ No newline at end of file diff --git a/i18n/deu/extensions/json/package.i18n.json b/i18n/deu/extensions/json/package.i18n.json index 7536827f7a..6c8abe1cb3 100644 --- a/i18n/deu/extensions/json/package.i18n.json +++ b/i18n/deu/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JSON-Sprachfeatures", + "description": "Bietet umfangreiche Sprachunterstützung für JSON-Dateien.", "json.schemas.desc": "Schemas zu JSON-Dateien im aktuellen Projekt zuordnen", "json.schemas.url.desc": "Eine URL zu einem Schema oder ein relativer Pfad zu einem Schema im aktuellen Verzeichnis", "json.schemas.fileMatch.desc": "Ein Array von Dateimustern, mit dem beim Auflƶsen von JSON-Dateien zu Schemas ein Abgleich erfolgt.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "Standard-JSON-Formatierer aktivieren/deaktivieren (Neustart erforderlich)", "json.tracing.desc": "Verfolgt die Kommunikation zwischen VS Code und JSON-Sprachserver nach.", "json.colorDecorators.enable.desc": "Aktiviert oder deaktiviert Farb-Decorators", - "json.colorDecorators.enable.deprecationMessage": "Die Einstellung \"json.colorDecorators.enable\" ist veraltet und wurde durch \"editor.colorDecorators\" ersetzt." + "json.colorDecorators.enable.deprecationMessage": "Die Einstellung \"json.colorDecorators.enable\" ist veraltet und wurde durch \"editor.colorDecorators\" ersetzt.", + "json.experimental.syntaxFolding": "Aktiviert bzw. deaktiviert die syntaxabhƤngigen Faltungsmarkierungen." } \ No newline at end of file diff --git a/i18n/deu/extensions/less/package.i18n.json b/i18n/deu/extensions/less/package.i18n.json new file mode 100644 index 0000000000..9368ba177b --- /dev/null +++ b/i18n/deu/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Less-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung, Klammernpaare und Falten in Less-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/log/package.i18n.json b/i18n/deu/extensions/log/package.i18n.json new file mode 100644 index 0000000000..e8d1afde3c --- /dev/null +++ b/i18n/deu/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Protokoll", + "description": "Bietet Syntaxhervorhebung für Dateien mit .log-Erweiterung." +} \ No newline at end of file diff --git a/i18n/deu/extensions/lua/package.i18n.json b/i18n/deu/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..26c8cf4d23 --- /dev/null +++ b/i18n/deu/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Lua-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Lua-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/make/package.i18n.json b/i18n/deu/extensions/make/package.i18n.json new file mode 100644 index 0000000000..bdd1d4401e --- /dev/null +++ b/i18n/deu/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Make-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Make-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/markdown-basics/package.i18n.json b/i18n/deu/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..b2d7d41efc --- /dev/null +++ b/i18n/deu/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown-Sprachgrundlagen", + "description": "Bietet Ausschnitte und Syntaxhervorhebung für Markdown." +} \ No newline at end of file diff --git a/i18n/deu/extensions/markdown/out/commands.i18n.json b/i18n/deu/extensions/markdown/out/commands.i18n.json index a4208705fd..c35f8a0e3f 100644 --- a/i18n/deu/extensions/markdown/out/commands.i18n.json +++ b/i18n/deu/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "Vorschau von {0}", "onPreviewStyleLoadError": "'markdown.styles' konnte nicht geladen werden: {0}" } \ No newline at end of file diff --git a/i18n/deu/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/deu/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..257c98fa7a --- /dev/null +++ b/i18n/deu/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "'markdown.styles' konnte nicht geladen werden: {0}" +} \ No newline at end of file diff --git a/i18n/deu/extensions/markdown/out/extension.i18n.json b/i18n/deu/extensions/markdown/out/extension.i18n.json index 9c9948137e..07b8d4dba4 100644 --- a/i18n/deu/extensions/markdown/out/extension.i18n.json +++ b/i18n/deu/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/extensions/markdown/out/features/preview.i18n.json b/i18n/deu/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..4dc765627c --- /dev/null +++ b/i18n/deu/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[Vorschau] {0}", + "previewTitle": "Vorschau von {0}" +} \ No newline at end of file diff --git a/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json index 5a04ed5447..9665ff6567 100644 --- a/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "In diesem Dokument wurden einige Inhalte deaktiviert.", "preview.securityMessage.title": "Potenziell unsichere Inhalte wurden in der Markdown-Vorschau deaktiviert. Ƅndern Sie die Sicherheitseinstellung der Markdown-Vorschau, um unsichere Inhalte zuzulassen oder Skripts zu aktivieren.", "preview.securityMessage.label": "Sicherheitswarnung – Inhalt deaktiviert" diff --git a/i18n/deu/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/deu/extensions/markdown/out/previewContentProvider.i18n.json index 5a04ed5447..b6078cc289 100644 --- a/i18n/deu/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/deu/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/extensions/markdown/out/security.i18n.json b/i18n/deu/extensions/markdown/out/security.i18n.json index cd3ce408e9..152bebc442 100644 --- a/i18n/deu/extensions/markdown/out/security.i18n.json +++ b/i18n/deu/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "Strict", "strict.description": "Nur sicheren Inhalt laden", "insecureContent.title": "Unsicheren Inhalt zulassen", @@ -13,6 +15,6 @@ "moreInfo.title": "Weitere Informationen", "enableSecurityWarning.title": "Vorschau von Sicherheitswarnungen in diesem Arbeitsbereich aktivieren", "disableSecurityWarning.title": "Vorschau von Sicherheitswarnungen in diesem Arbeitsbereich deaktivieren ", - "toggleSecurityWarning.description": "Kein Einfluss auf Inhalt Sicherheitsebene", + "toggleSecurityWarning.description": "Hat keinen Einfluss auf die Inhaltssicherheitsebene", "preview.showPreviewSecuritySelector.title": "Sicherheitseinstellungen für die Markdown-Vorschau in diesem Arbeitsbereich auswƤhlen" } \ No newline at end of file diff --git a/i18n/deu/extensions/markdown/package.i18n.json b/i18n/deu/extensions/markdown/package.i18n.json index 14ba4116cc..b14e0fdbf7 100644 --- a/i18n/deu/extensions/markdown/package.i18n.json +++ b/i18n/deu/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown-Sprachfeatures", + "description": "Bietet umfangreiche Sprachunterstützung für Markdown.", "markdown.preview.breaks.desc": "Legt fest, wie Zeilenumbrüche in der Markdown-Vorschau gerendert werden. Die Einstellung 'true' erzeugt ein
für jede neue Zeile.", "markdown.preview.linkify": "Aktiviert oder deaktiviert die Konvertierung von URL-Ƥhnlichem Text in Links in der Markdown-Vorschau.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Doppelklicken Sie in die Markdown-Vorschau, um zum Editor zu wechseln.", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "Steuert den Schriftgrad in Pixeln, der in der Markdownvorschau verwendet wird.", "markdown.preview.lineHeight.desc": "Steuert die Zeilenhƶhe, die in der Markdownvorschau verwendet wird. Diese Zahl ist relativ zum Schriftgrad.", "markdown.preview.markEditorSelection.desc": "Markieren Sie die aktuelle Editor-Auswahl in der Markdown-Vorschau.", - "markdown.preview.scrollEditorWithPreview.desc": "Wenn für die Markdown-Vorschau ein Bildlauf durchgeführt wird, aktualisieren Sie die Ansicht des Editors.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "Führt einen Bildlauf für die Markdown-Vorschau durch, um die aktuell ausgewƤhlte Zeile im Editor anzuzeigen.", + "markdown.preview.scrollEditorWithPreview.desc": "Wenn eine Markdown-Vorschau gescrollt wird, aktualisieren Sie die Ansicht des Editors.", + "markdown.preview.scrollPreviewWithEditor.desc": "Wenn für die Markdown-Vorschau ein Bildlauf durchgeführt wird, aktualisieren Sie die Ansicht der Vorschau.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[Veraltet] Führt einen Bildlauf für die Markdown-Vorschau durch, um die aktuell ausgewƤhlte Zeile im Editor anzuzeigen.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "Diese Einstellung wurde durch \"markdown.preview.scrollPreviewWithEditor\" ersetzt und ist nicht mehr wirksam.", "markdown.preview.title": "Vorschau ƶffnen", "markdown.previewFrontMatter.dec": "Legt fest, wie die YAML-Titelei in der Markdownvorschau gerendert werden soll. Durch \"hide\" wird die Titelei entfernt. Andernfalls wird die Titelei wie Markdowninhalt verarbeitet.", "markdown.previewSide.title": "Vorschau an der Seite ƶffnen", + "markdown.showLockedPreviewToSide.title": "Gesperrte Vorschau an der Seite ƶffnen", "markdown.showSource.title": "Quelle anzeigen", "markdown.styles.dec": "Eine Liste von URLs oder lokalen Pfaden zu CSS-Stylesheets aus der Markdownvorschau, die verwendet werden sollen. Relative Pfade werden relativ zu dem Ordner interpretiert, der im Explorer geƶffnet ist. Wenn kein Ordner geƶffnet ist, werden sie relativ zum Speicherort der Markdowndatei interpretiert. Alle '\\' müssen als '\\\\' geschrieben werden.", "markdown.showPreviewSecuritySelector.title": "Sicherheitseinstellungen für Vorschau Ƥndern", "markdown.trace.desc": "Aktiviert die Debugprotokollierung für die Markdown-Erweiterung.", - "markdown.refreshPreview.title": "Vorschau aktualisieren" + "markdown.preview.refresh.title": "Vorschau aktualisieren", + "markdown.preview.toggleLock.title": "Vorschausperre umschalten" } \ No newline at end of file diff --git a/i18n/deu/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/deu/extensions/merge-conflict/out/codelensProvider.i18n.json index 278e924d5a..9f60e023f8 100644 --- a/i18n/deu/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/deu/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "Aktuelle Ƅnderung akzeptieren", "acceptIncomingChange": "Eingehende Ƅnderung akzeptieren", "acceptBothChanges": "Beide Ƅnderungen akzeptieren", diff --git a/i18n/deu/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/deu/extensions/merge-conflict/out/commandHandler.i18n.json index 551e796d90..93778293bc 100644 --- a/i18n/deu/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/deu/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "Der Editor-Cursor ist nicht innerhalb eines Mergingkonflikts", "compareChangesTitle": "{0}: Aktuelle Ƅnderungen ⟷ Eingehende Ƅnderungen", "cursorOnCommonAncestorsRange": "Der Editor-Cursor ist innerhalb des Blocks gemeinsamer VorgƤnger, verschieben Sie ihn entweder in den Block \"aktuell\" oder \"eingehend\". ", diff --git a/i18n/deu/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/deu/extensions/merge-conflict/out/mergeDecorator.i18n.json index 5ef895aeb9..450524bf7b 100644 --- a/i18n/deu/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/deu/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(Aktuelle Ƅnderung)", "incomingChange": "(Eingehende Ƅnderung)" } \ No newline at end of file diff --git a/i18n/deu/extensions/merge-conflict/package.i18n.json b/i18n/deu/extensions/merge-conflict/package.i18n.json index bc7d0cf1cf..a484b8c045 100644 --- a/i18n/deu/extensions/merge-conflict/package.i18n.json +++ b/i18n/deu/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Merge-Konflikt", + "description": "Hervorhebung und Befehle für Inline-Mergingkonflikte.", "command.category": "Merge-Konflikt", "command.accept.all-current": "Alle aktuellen akzeptieren", "command.accept.all-incoming": "Alle eingehenden akzeptieren", diff --git a/i18n/deu/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/deu/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..7b1857348b --- /dev/null +++ b/i18n/deu/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Standarddatei \"bower.json\"", + "json.bower.error.repoaccess": "Fehler bei der Anforderung des Bower-Repositorys: {0}", + "json.bower.latest.version": "Neueste" +} \ No newline at end of file diff --git a/i18n/deu/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/deu/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..fe51167b6f --- /dev/null +++ b/i18n/deu/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Standarddatei \"package.json\"", + "json.npm.error.repoaccess": "Fehler bei der Anforderung des NPM-Repositorys: {0}", + "json.npm.latestversion": "Die zurzeit neueste Version des Pakets.", + "json.npm.majorversion": "Ordnet die aktuelle Hauptversion (1.x.x) zu.", + "json.npm.minorversion": "Ordnet die aktuelle Nebenversion (1.2.x) zu.", + "json.npm.version.hover": "Aktuelle Version: {0}" +} \ No newline at end of file diff --git a/i18n/deu/extensions/npm/out/main.i18n.json b/i18n/deu/extensions/npm/out/main.i18n.json index b04014ab74..c2b1c7814d 100644 --- a/i18n/deu/extensions/npm/out/main.i18n.json +++ b/i18n/deu/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "NPM-Aufgabenerkennung: Fehler beim Analysieren der Datei {0}" } \ No newline at end of file diff --git a/i18n/deu/extensions/npm/package.i18n.json b/i18n/deu/extensions/npm/package.i18n.json index 9ed4a7c230..05d6dd4975 100644 --- a/i18n/deu/extensions/npm/package.i18n.json +++ b/i18n/deu/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Erweiterung zum Hinzufügen von Aufgabenunterstützung für NPM-Skripts.", + "displayName": "NPM-Unterstützung für VSCode", "config.npm.autoDetect": "Steuert, ob die automatische Erkennung von NPM-Skripts aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert.", "config.npm.runSilent": "npm-Befehle mit der Option \"--silent\" ausführen.", "config.npm.packageManager": "Der zu verwendende Paket-Manager, um Skripte auszuführen.", - "npm.parseError": "NPM-Aufgabenerkennung: Fehler beim Analysieren der Datei {0}" + "config.npm.exclude": "Konfigurieren Sie Globmuster für Ordner, die von der automatischen Skripterkennung ausgeschlossen werden sollen.", + "npm.parseError": "NPM-Aufgabenerkennung: Fehler beim Analysieren der Datei {0}", + "taskdef.script": "Das anzupassende NPM-Skript.", + "taskdef.path": "Der Pfad zu dem Ordner der Datei vom Typ \"package.json\", die das Skript bereitstellt. Kann ausgelassen werden." } \ No newline at end of file diff --git a/i18n/deu/extensions/objective-c/package.i18n.json b/i18n/deu/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..ad3c325924 --- /dev/null +++ b/i18n/deu/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Objective-C-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Objective-C-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/deu/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..7b1857348b --- /dev/null +++ b/i18n/deu/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Standarddatei \"bower.json\"", + "json.bower.error.repoaccess": "Fehler bei der Anforderung des Bower-Repositorys: {0}", + "json.bower.latest.version": "Neueste" +} \ No newline at end of file diff --git a/i18n/deu/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/deu/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..fe51167b6f --- /dev/null +++ b/i18n/deu/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Standarddatei \"package.json\"", + "json.npm.error.repoaccess": "Fehler bei der Anforderung des NPM-Repositorys: {0}", + "json.npm.latestversion": "Die zurzeit neueste Version des Pakets.", + "json.npm.majorversion": "Ordnet die aktuelle Hauptversion (1.x.x) zu.", + "json.npm.minorversion": "Ordnet die aktuelle Nebenversion (1.2.x) zu.", + "json.npm.version.hover": "Aktuelle Version: {0}" +} \ No newline at end of file diff --git a/i18n/deu/extensions/package-json/package.i18n.json b/i18n/deu/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/deu/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/deu/extensions/perl/package.i18n.json b/i18n/deu/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..dae62eb26e --- /dev/null +++ b/i18n/deu/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Perl-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare und Falten in Perl-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/php/out/features/validationProvider.i18n.json b/i18n/deu/extensions/php/out/features/validationProvider.i18n.json index 53164e2c63..6796e47808 100644 --- a/i18n/deu/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/deu/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "Mƶchten Sie zulassen, dass {0} (als Arbeitsbereichseinstellung definiert) zum Bereinigen von PHP-Dateien ausgeführt wird?", "php.yes": "Zulassen", "php.no": "Nicht zulassen", diff --git a/i18n/deu/extensions/php/package.i18n.json b/i18n/deu/extensions/php/package.i18n.json index e6a425d7d9..e3c46ffdde 100644 --- a/i18n/deu/extensions/php/package.i18n.json +++ b/i18n/deu/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "Konfiguriert, ob die integrierten PHP-SprachvorschlƤge aktiviert sind. Die Unterstützung schlƤgt globale und variable PHP-Elemente vor.", "configuration.validate.enable": "Integrierte PHP-Überprüfung aktivieren/deaktivieren.", "configuration.validate.executablePath": "Zeigt auf die ausführbare PHP-Datei.", "configuration.validate.run": "Gibt an, ob der Linter beim Speichern oder bei der Eingabe ausgeführt wird.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "Ausführbare Datei für PHP-Überprüfung nicht zulassen (als Arbeitsbereicheinstellung definiert)" + "command.untrustValidationExecutable": "Ausführbare Datei für PHP-Überprüfung nicht zulassen (als Arbeitsbereicheinstellung definiert)", + "displayName": "PHP-Sprachfeatures", + "description": "Bietet IntelliSense, Bereinigen und Sprachgrundlagen für PHP-Dateien." } \ No newline at end of file diff --git a/i18n/deu/extensions/powershell/package.i18n.json b/i18n/deu/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..a90ee1c78b --- /dev/null +++ b/i18n/deu/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Powershell-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in Powershell-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/pug/package.i18n.json b/i18n/deu/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..2e3d709e9e --- /dev/null +++ b/i18n/deu/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Pung-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Pug-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/python/package.i18n.json b/i18n/deu/extensions/python/package.i18n.json new file mode 100644 index 0000000000..5b49d4b016 --- /dev/null +++ b/i18n/deu/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Python-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung, Klammernpaare und Falten in Python-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/r/package.i18n.json b/i18n/deu/extensions/r/package.i18n.json new file mode 100644 index 0000000000..647d1099b0 --- /dev/null +++ b/i18n/deu/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "R-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in R-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/razor/package.i18n.json b/i18n/deu/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..40c1ebe0b3 --- /dev/null +++ b/i18n/deu/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Razor-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung, Klammernpaare und Falten in Razor-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/ruby/package.i18n.json b/i18n/deu/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..1e3c3cac1b --- /dev/null +++ b/i18n/deu/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ruby-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Ruby-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/rust/package.i18n.json b/i18n/deu/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..86fe8a1842 --- /dev/null +++ b/i18n/deu/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rust-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Rust-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/scss/package.i18n.json b/i18n/deu/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..706183c25d --- /dev/null +++ b/i18n/deu/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SCSS-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung, Klammernpaare und Falten in SCSS-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/shaderlab/package.i18n.json b/i18n/deu/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..95730cbb66 --- /dev/null +++ b/i18n/deu/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shaderlab-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Shaderlab-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/shellscript/package.i18n.json b/i18n/deu/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..c05008fb41 --- /dev/null +++ b/i18n/deu/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shell-Skript-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in Shell Script-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/sql/package.i18n.json b/i18n/deu/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..5b90fd03b5 --- /dev/null +++ b/i18n/deu/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SQL-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in SQL-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/swift/package.i18n.json b/i18n/deu/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..7b87c5d16e --- /dev/null +++ b/i18n/deu/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Swift-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung und Klammernpaare in Swift-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-abyss/package.i18n.json b/i18n/deu/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..15e8a82f2a --- /dev/null +++ b/i18n/deu/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Abyss-Design", + "description": "Abyss-Design für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-defaults/package.i18n.json b/i18n/deu/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..d024da6da8 --- /dev/null +++ b/i18n/deu/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Standarddesigns", + "description": "Die hellen und dunklen Standarddesigns (Plus und Visual Studio)" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-kimbie-dark/package.i18n.json b/i18n/deu/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..f505925278 --- /dev/null +++ b/i18n/deu/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Dunkles Kimbie-Design", + "description": "Dunkles Kimbie-Design für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/deu/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..ade40b238f --- /dev/null +++ b/i18n/deu/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Abgedunkeltes Monokai-Design", + "description": "Abgedunkeltes Monokai-Design für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-monokai/package.i18n.json b/i18n/deu/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..67aa00cce8 --- /dev/null +++ b/i18n/deu/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai-Design", + "description": "Monokai-Design für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-quietlight/package.i18n.json b/i18n/deu/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..b6d0781266 --- /dev/null +++ b/i18n/deu/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Stilles, helles Design", + "description": "Stilles helles Design für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-red/package.i18n.json b/i18n/deu/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..993650f4dd --- /dev/null +++ b/i18n/deu/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rotes Design", + "description": "Rotes Design für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-seti/package.i18n.json b/i18n/deu/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..c076acd4ec --- /dev/null +++ b/i18n/deu/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Seti-Dateisymboldesign", + "description": "Ein Dateisymboldesign aus den Dateisymbolen der Seti-BenutzeroberflƤche" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-solarized-dark/package.i18n.json b/i18n/deu/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..9bd56f9063 --- /dev/null +++ b/i18n/deu/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Dunkles Solarisationsdesign", + "description": "Dunkles Solarisationsdesign für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-solarized-light/package.i18n.json b/i18n/deu/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..ac2a728093 --- /dev/null +++ b/i18n/deu/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Helles Solarisationsdesign", + "description": "Helles Solarisationsdesign für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/deu/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..774a029d42 --- /dev/null +++ b/i18n/deu/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nachtblaues Tomorrow-Design", + "description": "Nachtblaues Tomorrow-Design für Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/deu/extensions/typescript-basics/package.i18n.json b/i18n/deu/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..efd69ec11b --- /dev/null +++ b/i18n/deu/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in TypeScript-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/commands.i18n.json b/i18n/deu/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..8d0bd4f136 --- /dev/null +++ b/i18n/deu/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "Ɩffnen Sie einen Ordner in VS Code, um ein TypeScript- oder JavaScript-Projekt zu verwenden.", + "typescript.projectConfigUnsupportedFile": "TypeScript- oder JavaScript-Projekt konnte nicht ermittelt werden. Nicht unterstützter Dateityp.", + "typescript.projectConfigCouldNotGetInfo": "TypeScript- oder JavaScript-Projekt konnte nicht ermittelt werden.", + "typescript.noTypeScriptProjectConfig": "Datei ist nicht Teil eines TypeScript-Projekt. Klicken Sie [hier]({0}), um mehr zu erfahren.", + "typescript.noJavaScriptProjectConfig": "Datei ist nicht Teil eines JavaScript-Projekt. Klicken Sie [hier]({0}), um mehr zu erfahren.", + "typescript.configureTsconfigQuickPick": "tsconfig.json konfigurieren", + "typescript.configureJsconfigQuickPick": "jsconfig.json konfigurieren" +} \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/deu/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 676910e08b..6eee9dfcd4 100644 --- a/i18n/deu/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/deu/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/deu/extensions/typescript/out/features/completionItemProvider.i18n.json index fceb3f1c9e..255abb725d 100644 --- a/i18n/deu/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/deu/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "Anzuwendende Codeaktion auswƤhlen", "acquiringTypingsLabel": "Eingaben werden abgerufen...", "acquiringTypingsDetail": "Eingabedefinitionen für IntelliSense werden abgerufen.", diff --git a/i18n/deu/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/deu/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index 171e5c786a..c0cfb9fbb7 100644 --- a/i18n/deu/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/deu/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "Aktiviert die Semantiküberprüfung in einer JavaScript-Datei. Muss sich oben in einer Datei befinden.", "ts-nocheck": "Deaktiviert die Semantiküberprüfung in einer JavaScript-Datei. Muss sich oben in einer Datei befinden.", "ts-ignore": "Unterdrückt @ts-check-Fehler in der nƤchsten Zeile einer Datei." diff --git a/i18n/deu/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/deu/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index fc6038e9f1..92f5846c99 100644 --- a/i18n/deu/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/deu/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 Implementierung", "manyImplementationLabel": "{0}-Implementierungen", "implementationsErrorLabel": "Implementierungen konnten nicht bestimmt werden" diff --git a/i18n/deu/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/deu/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index 908d279da7..0bbd321e42 100644 --- a/i18n/deu/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/deu/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "JSDoc-Kommentar" } \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/deu/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..99a80a155c --- /dev/null +++ b/i18n/deu/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (Behebe alle in Datei)" +} \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/deu/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 72b6e04205..93f822551b 100644 --- a/i18n/deu/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/deu/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 Verweis", "manyReferenceLabel": "{0} Verweise", "referenceErrorLabel": "Verweise konnten nicht bestimmt werden" diff --git a/i18n/deu/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/deu/extensions/typescript/out/features/taskProvider.i18n.json index a83c513920..81fbe10316 100644 --- a/i18n/deu/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/deu/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "Erstellen – {0}", "buildAndWatchTscLabel": "Überwachen – {0}" } \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/typescriptMain.i18n.json b/i18n/deu/extensions/typescript/out/typescriptMain.i18n.json index abb5c16471..43a928d648 100644 --- a/i18n/deu/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/deu/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/deu/extensions/typescript/out/typescriptServiceClient.i18n.json index ab0b34e812..2acf87699f 100644 --- a/i18n/deu/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/deu/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "Der Pfad \"{0}\" zeigt nicht auf eine gültige tsserver-Installation. Fallback auf gebündelte TypeScript-Version wird durchgeführt.", "serverCouldNotBeStarted": "Der TypeScript-Sprachserver konnte nicht gestartet werden. Fehlermeldung: {0}", "typescript.openTsServerLog.notSupported": "Die TS Server-Protokollierung erfordert TS 2.2.2+.", diff --git a/i18n/deu/extensions/typescript/out/utils/api.i18n.json b/i18n/deu/extensions/typescript/out/utils/api.i18n.json index ac7390c715..882dfcb1c8 100644 --- a/i18n/deu/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/deu/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "Ungültige Version" } \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/utils/logger.i18n.json b/i18n/deu/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/deu/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/deu/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json index 22d044da61..8645be8c9c 100644 --- a/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "Um die JavaScript/TypeScript-Sprachfunktionen für das gesamte Projekt zu aktivieren, schließen Sie Ordner mit vielen Dateien aus. Beispiel: {0}", "hintExclude.generic": "Um JavaScript/TypeScript-Sprachfunktionen für das gesamte Projekt zu aktivieren, schließen Sie große Ordner mit Quelldateien aus, an denen Sie nicht arbeiten.", "large.label": "Auszuschließende Elemente konfigurieren", diff --git a/i18n/deu/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/deu/extensions/typescript/out/utils/typingsStatus.i18n.json index 1f64e53eff..bd98040338 100644 --- a/i18n/deu/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/deu/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "Daten werden zum Optimieren von TypeScript IntelliSense abgerufen", - "typesInstallerInitializationFailed.title": "Typisierungsdateien für JavaScript-Sprachfunktionen konnten nicht installiert werden. Stellen Sie sicher, das NPM installiert ist, oder konfigurieren Sie \"typescript.npm\" in Ihren Benutzereinstellungen.", - "typesInstallerInitializationFailed.moreInformation": "Weitere Informationen", - "typesInstallerInitializationFailed.doNotCheckAgain": "Nicht erneut überprüfen", - "typesInstallerInitializationFailed.close": "Schließen" + "typesInstallerInitializationFailed.title": "Typisierungsdateien für JavaScript-Sprachfunktionen konnten nicht installiert werden. Stellen Sie sicher, das NPM installiert ist, oder konfigurieren Sie \"typescript.npm\" in Ihren Benutzereinstellungen. Klicken Sie [hier]({0}), um mehr zu erfahren.", + "typesInstallerInitializationFailed.doNotCheckAgain": "Nicht mehr anzeigen" } \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/deu/extensions/typescript/out/utils/versionPicker.i18n.json index ffcda02259..4d7e335f34 100644 --- a/i18n/deu/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/deu/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "Version von VS Code verwenden", "useWorkspaceVersionOption": "Arbeitsbereichsversion verwenden", "learnMore": "Weitere Informationen", diff --git a/i18n/deu/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/deu/extensions/typescript/out/utils/versionProvider.i18n.json index 620d394872..ba3a3a5bc0 100644 --- a/i18n/deu/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/deu/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "Die TypeScript-Version konnte unter diesem Pfad nicht geladen werden.", "noBundledServerFound": "Der tsserver von VS Code wurde von einer anderen Anwendung wie etwa einem fehlerhaften Tool zur Viruserkennung gelƶscht. Führen Sie eine Neuinstallation von VS Code durch." } \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/package.i18n.json b/i18n/deu/extensions/typescript/package.i18n.json index baf9f4497a..89869abea1 100644 --- a/i18n/deu/extensions/typescript/package.i18n.json +++ b/i18n/deu/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript- und JavaScript-Sprachfeatures", + "description": "Bietet umfangreiche Sprachunterstützung für JavaScript und TypeScript.", "typescript.reloadProjects.title": "Projekt erneut laden", "javascript.reloadProjects.title": "Projekt erneut laden", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Aktiviert oder deaktiviert SchnellvorschlƤge, wenn Sie einen Importpfad ausschreiben.", "typescript.locale": "Legt das zum Melden von TypeScript-Fehlern verwendete Gebietsschema fest. Erfordert TypeScript 2.6.0 oder hƶher. Der Standardwert \"null\" verwendet für TypeScript-Fehler das Gebietsschema von VS Code.", "javascript.implicitProjectConfig.experimentalDecorators": "Aktiviert oder deaktiviert \"experimentalDecorators\" für JavaScript-Dateien, die nicht Teil eines Projekts sind. Vorhandene jsconfig.json- oder tsconfig.json-Dateien setzen diese Einstellung außer Kraft. Erfordert TypeScript 2.3.1 oder hƶher.", - "typescript.autoImportSuggestions.enabled": "Aktiviert oder deaktiviert VorschlƤge für den automatischen Import. Erfordert TypeScript 2.6.1 oder hƶher." + "typescript.autoImportSuggestions.enabled": "Aktiviert oder deaktiviert VorschlƤge für den automatischen Import. Erfordert TypeScript 2.6.1 oder hƶher.", + "typescript.experimental.syntaxFolding": "Aktiviert bzw. deaktiviert die syntaxabhƤngigen Faltungsmarkierungen.", + "taskDefinition.tsconfig.description": "Die \"tsconfig\"-Datei, die den TS-Build definiert." } \ No newline at end of file diff --git a/i18n/deu/extensions/vb/package.i18n.json b/i18n/deu/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..2f72d84a80 --- /dev/null +++ b/i18n/deu/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Visual Basic-Sprachgrundlagen", + "description": "Bietet Ausschnitte, Syntaxhervorhebung, Klammernpaare und Falten in Visual Basic-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/xml/package.i18n.json b/i18n/deu/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..9b687788e4 --- /dev/null +++ b/i18n/deu/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "XML-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in XML-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/extensions/yaml/package.i18n.json b/i18n/deu/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..ffcf78787b --- /dev/null +++ b/i18n/deu/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "YAML-Sprachgrundlagen", + "description": "Bietet Syntaxhervorhebung und Klammernpaare in YAML-Dateien." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/deu/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/deu/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/deu/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json index e31f2df5ad..ef43586ee9 100644 --- a/i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (erneut aufgetreten)" } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/deu/src/vs/base/browser/ui/findinput/findInput.i18n.json index 103e50639f..ce913d073f 100644 --- a/i18n/deu/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/deu/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "Eingabe" } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/deu/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index 4abc730672..ae0857913d 100644 --- a/i18n/deu/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/deu/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Groß-/Kleinschreibung beachten", "wordsDescription": "Nur ganzes Wort suchen", "regexDescription": "RegulƤren Ausdruck verwenden" diff --git a/i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 3e7337ef33..63b66cc3fe 100644 --- a/i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Fehler: {0}", "alertWarningMessage": "Warnung: {0}", "alertInfoMessage": "Info: {0}" diff --git a/i18n/deu/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/deu/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 9b3e7fa3e6..ce7bf40d17 100644 --- a/i18n/deu/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/deu/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "Das Bild ist zu groß für den Editor. ", "resourceOpenExternalButton": "Bild mit externem Programm ƶffnen?", diff --git a/i18n/deu/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/deu/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/deu/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/deu/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index 3d6c869c69..5a14bb2923 100644 --- a/i18n/deu/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/deu/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "Weitere Informationen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/errorMessage.i18n.json b/i18n/deu/src/vs/base/common/errorMessage.i18n.json index c952791d04..9cb1d781f1 100644 --- a/i18n/deu/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/deu/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "Ein unbekannter Fehler ist aufgetreten. Weitere Details dazu finden Sie im Protokoll.", "nodeExceptionMessage": "Systemfehler ({0})", diff --git a/i18n/deu/src/vs/base/common/json.i18n.json b/i18n/deu/src/vs/base/common/json.i18n.json index e4b0b451c6..c5ce62db90 100644 --- a/i18n/deu/src/vs/base/common/json.i18n.json +++ b/i18n/deu/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/deu/src/vs/base/common/jsonErrorMessages.i18n.json index e4b0b451c6..d0031ba12d 100644 --- a/i18n/deu/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/deu/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "Ungültiges Symbol", "error.invalidNumberFormat": "Ungültiges Zahlenformat.", "error.propertyNameExpected": "Ein Eigenschaftenname wurde erwartet.", diff --git a/i18n/deu/src/vs/base/common/keybindingLabels.i18n.json b/i18n/deu/src/vs/base/common/keybindingLabels.i18n.json index d7a218d2a9..08bdd48d6a 100644 --- a/i18n/deu/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/deu/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "STRG", "shiftKey": "UMSCHALTTASTE", "altKey": "ALT", diff --git a/i18n/deu/src/vs/base/common/processes.i18n.json b/i18n/deu/src/vs/base/common/processes.i18n.json index e89e9d9c3e..a66da6024f 100644 --- a/i18n/deu/src/vs/base/common/processes.i18n.json +++ b/i18n/deu/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/base/common/severity.i18n.json b/i18n/deu/src/vs/base/common/severity.i18n.json index a738494b18..ff62646e47 100644 --- a/i18n/deu/src/vs/base/common/severity.i18n.json +++ b/i18n/deu/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "Fehler", "sev.warning": "Warnung", "sev.info": "Info" diff --git a/i18n/deu/src/vs/base/node/processes.i18n.json b/i18n/deu/src/vs/base/node/processes.i18n.json index c1184828ab..337ba26434 100644 --- a/i18n/deu/src/vs/base/node/processes.i18n.json +++ b/i18n/deu/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "Ein Shell-Befehl kann nicht auf einem UNC-Laufwerk ausgeführt werden." } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/node/ps.i18n.json b/i18n/deu/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..94a2d7b3d0 --- /dev/null +++ b/i18n/deu/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "Sammeln von CPU- und Speicherinformationen. Dies kann einige Sekunden dauern." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/base/node/zip.i18n.json b/i18n/deu/src/vs/base/node/zip.i18n.json index b6c1bf67b1..f2b0c63687 100644 --- a/i18n/deu/src/vs/base/node/zip.i18n.json +++ b/i18n/deu/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0} wurde im ZIP nicht gefunden." } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 6614333286..19e3c32c05 100644 --- a/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, Auswahl", "quickOpenAriaLabel": "Auswahl" } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 060f915097..1b37b1699e 100644 --- a/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/deu/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "Schnellauswahl. Nehmen Sie eine Eingabe vor, um die Ergebnisse einzugrenzen.", "treeAriaLabel": "Schnellauswahl" } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/deu/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index cc410227a6..2c20844555 100644 --- a/i18n/deu/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/deu/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "Zuklappen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/deu/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..a8d12c08e0 --- /dev/null +++ b/i18n/deu/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "Vorschau in GitHub", + "loadingData": "Daten werden geladen …", + "similarIssues": "Ƅhnliche Probleme", + "open": "Ɩffnen", + "closed": "Geschlossen", + "noResults": "Es wurden keine Ergebnisse gefunden.", + "settingsSearchIssue": "Fehler in EinstellungssucheĀ ", + "bugReporter": "Fehlerbericht", + "performanceIssue": "Leistungsproblem", + "featureRequest": "Featureanforderung", + "stepsToReproduce": "Zu reproduzierende Schritte", + "bugDescription": "Geben Sie an, welche Schritte ausgeführt werden müssen, um das Problem zuverlƤssig zu reproduzieren. Was sollte geschehen, und was ist stattdessen geschehen? Wir unterstützen GitHub Flavored Markdown. Sie kƶnnen wƤhrend der Vorschau in GitHub Ihr Problem bearbeiten und Screenshots hinzufügen.", + "performanceIssueDesciption": "Wann ist dieses Leistungsproblem aufgetreten? Tritt es beispielsweise beim Start oder nach einer bestimmten Reihe von Aktionen auf? Wir unterstützen GitHub Flavored Markdown. Sie kƶnnen wƤhrend der Vorschau in GitHub Ihr Problem bearbeiten und Screenshots hinzufügen.", + "description": "Beschreibung", + "featureRequestDescription": "Bitte beschreiben Sie die Funktion, die Sie sehen mƶchten. Wir unterstützen GitHub-Markdown. Sie kƶnnen in der GitHub-Preview ihr Problem bearbeiten und Screenshots hinzufügen.", + "expectedResults": "Erwartete Ergebnisse", + "settingsSearchResultsDescription": "Bitte führen Sie die Ergebnisse auf, die Sie bei der Suche mit dieser Abfrage erwartet haben. Wir unterstützen GitHub-Markdown. Sie kƶnnen in der GitHub-Preview ihr Problem bearbeiten und Screenshots hinzufügen.", + "pasteData": "Wir haben die erforderlichen Daten in die Zwischenablage geschrieben, da sie zu groß zum Senden waren. Bitte fügen Sie sie ein.", + "disabledExtensions": "Erweiterungen sind deaktiviert" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/deu/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..be8793d1e1 --- /dev/null +++ b/i18n/deu/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "Füllen Sie das Formular auf Englisch aus.", + "issueTypeLabel": "Dies ist", + "issueTitleLabel": "Titel", + "issueTitleRequired": "Geben Sie einen Titel ein.", + "titleLengthValidation": "Der Titel ist zu lang.", + "systemInfo": "Eigene Systeminformationen", + "sendData": "Eigene Daten senden", + "processes": "Derzeit ausgeführte Prozesse", + "workspaceStats": "Eigene Arbeitsbereichsstatistiken", + "extensions": "Eigene Erweiterungen", + "searchedExtensions": "Gesuchte Erweiterungen", + "settingsSearchDetails": "Details der Einstellungssuche", + "tryDisablingExtensions": "Kann das Problem reproduziert werden, wenn Erweiterungen deaktiviert sind?", + "yes": "Ja", + "no": "Nein", + "disableExtensionsLabelText": "Versuchen Sie, das Problem nach {0} zu reproduzieren.", + "disableExtensions": "Alle Erweiterungen werden deaktiviert, und das Fenster wird neu geladen", + "showRunningExtensionsLabelText": "Wenn Sie ein Erweiterungsproblem vermuten, melden Sie dieses Problem durch {0}.", + "showRunningExtensions": "Alle ausgeführten Erweiterungen anzeigen", + "details": "Geben Sie Details ein.", + "loadingData": "Daten werden geladen …" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/code/electron-main/auth.i18n.json b/i18n/deu/src/vs/code/electron-main/auth.i18n.json index 84f927c08e..7506477e31 100644 --- a/i18n/deu/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/deu/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "Proxyauthentifizierung erforderlich", "proxyauth": "Der Proxy {0} erfordert eine Authentifizierung." } \ No newline at end of file diff --git a/i18n/deu/src/vs/code/electron-main/logUploader.i18n.json b/i18n/deu/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..0ea0a33760 --- /dev/null +++ b/i18n/deu/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "Ungültiger Protokolluploader-Endpunkt", + "beginUploading": "Wird hochgeladen …", + "didUploadLogs": "Upload erfolgreich! Protokolldatei-ID: {0}", + "logUploadPromptHeader": "Sie sind im Begriff, Ihre Sitzungsprotokolle auf einen sicheren Microsoft-Endpunkt hochzuladen, auf den nur Mitglieder des Microsoft VS Code-Teams zugreifen kƶnnen.", + "logUploadPromptBody": "Sitzungsprotokolle kƶnnen persƶnliche Informationen wie vollstƤndige Pfade oder Inhalt der Datei enthalten. Bitte lesen und schwƤrzen Sie Ihre Sitzungsprotokolle hier: \"{0}\"", + "logUploadPromptBodyDetails": "Indem Sie fortfahren, bestƤtigen Sie, dass Sie Ihre Sitzungsprotokolle gelesen und geschwƤrzt haben und dass Microsoft diese benutzen kann, um VS Code zu debuggen.", + "logUploadPromptAcceptInstructions": "Führen Sie Code mit \"--upload-logs={0}\" aus, um den Upload fortzusetzen.", + "postError": "Fehler beim Verƶffentlichen von Protokollen: {0}", + "responseError": "Fehler beim Verƶffentlichen von Protokollen. Abgerufen: {0} – {1}", + "parseError": "Fehler beim Analysieren der Antwort", + "zipError": "Fehler beim Zippen der Protokolle: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/code/electron-main/main.i18n.json b/i18n/deu/src/vs/code/electron-main/main.i18n.json index 2a8df2c012..a35d24deb0 100644 --- a/i18n/deu/src/vs/code/electron-main/main.i18n.json +++ b/i18n/deu/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "Eine andere Instanz von {0} lƤuft, reagiert aber nicht", "secondInstanceNoResponseDetail": "Bitte schließen Sie alle anderen Instanzen, und versuchen Sie es erneut.", "secondInstanceAdmin": "Eine zweite Instanz von {0} wird bereits als Administrator ausgeführt.", diff --git a/i18n/deu/src/vs/code/electron-main/menus.i18n.json b/i18n/deu/src/vs/code/electron-main/menus.i18n.json index edb7ae515e..6ba6269f8e 100644 --- a/i18n/deu/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/deu/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "&&Datei", "mEdit": "&&Bearbeiten", "mSelection": "&&Auswahl", @@ -88,8 +90,10 @@ "miMarker": "&&Probleme", "miAdditionalViews": "Z&&usƤtzliche Ansichten", "miCommandPalette": "&&Befehlspalette...", + "miOpenView": "&&Ansicht ƶffnen …", "miToggleFullScreen": "&&Vollbild umschalten", "miToggleZenMode": "Zen-Modus umschalten", + "miToggleCenteredLayout": "Zentriertes Layout umschalten", "miToggleMenuBar": "Men&&üleiste umschalten", "miSplitEditor": "&&Editor teilen", "miToggleEditorLayout": "&&Layout für Editor-Gruppe umschalten", @@ -178,13 +182,11 @@ "miConfigureTask": "Aufgaben &&konfigurieren...", "miConfigureBuildTask": "Standardbuildaufgabe kon&&figurieren...", "accessibilityOptionsWindowTitle": "Optionen für erleichterte Bedienung", - "miRestartToUpdate": "Zum Aktualisieren neu starten...", + "miCheckForUpdates": "Nach Aktualisierungen suchen...", "miCheckingForUpdates": "Überprüfen auf Updates...", "miDownloadUpdate": "Verfügbares Update herunterladen", "miDownloadingUpdate": "Das Update wird heruntergeladen...", + "miInstallUpdate": "Update installieren …", "miInstallingUpdate": "Update wird installiert...", - "miCheckForUpdates": "Nach Aktualisierungen suchen...", - "aboutDetail": "\nVersion {0}\nCommit {1}\nDatum {2}\nShell {3}\nRenderer {4}\nNode {5}\nArchitektur {6}", - "okButton": "OK", - "copy": "&&Kopieren" + "miRestartToUpdate": "Zum Aktualisieren neu starten..." } \ No newline at end of file diff --git a/i18n/deu/src/vs/code/electron-main/window.i18n.json b/i18n/deu/src/vs/code/electron-main/window.i18n.json index 5800eb34bc..fb0fff6902 100644 --- a/i18n/deu/src/vs/code/electron-main/window.i18n.json +++ b/i18n/deu/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "Sie kƶnnen weiterhin auf die Menüleiste zugreifen, in dem Sie die **ALT**-Taste drücken." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "Sie kƶnnen über die Alt-Taste weiterhin auf die Menüleiste zugreifen." } \ No newline at end of file diff --git a/i18n/deu/src/vs/code/electron-main/windows.i18n.json b/i18n/deu/src/vs/code/electron-main/windows.i18n.json index 3f91775205..1fb04b328c 100644 --- a/i18n/deu/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/deu/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "OK", "pathNotExistTitle": "Der Pfad ist nicht vorhanden.", "pathNotExistDetail": "Der Pfad \"{0}\" scheint auf dem DatentrƤger nicht mehr vorhanden zu sein.", diff --git a/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json b/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json index 27bf37c782..64be5c8ec6 100644 --- a/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "Die Erweiterung '{0}' wurde nicht gefunden.", "notInstalled": "Die Erweiterung \"{0}\" ist nicht installiert.", "useId": "Stellen Sie sicher, dass Sie die vollstƤndige Erweiterungs-ID (einschließlich des Herausgebers) verwenden. Beispiel: {0}", diff --git a/i18n/deu/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/deu/src/vs/editor/browser/services/bulkEdit.i18n.json index d7541e30bc..a765946646 100644 --- a/i18n/deu/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/deu/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "Die folgenden Dateien wurden in der Zwischenzeit geƤndert: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "Keine Ƅnderungen vorgenommen", "summary.nm": "{0} Ƅnderungen am Text in {1} Dateien vorgenommen", - "summary.n0": "{0} Ƅnderungen am Text in einer Datei vorgenommen" + "summary.n0": "{0} Ƅnderungen am Text in einer Datei vorgenommen", + "conflict": "Die folgenden Dateien wurden in der Zwischenzeit geƤndert: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/deu/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index 59257f107f..12a5774676 100644 --- a/i18n/deu/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/deu/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "Kann die Dateien nicht vergleichen, da eine Datei zu groß ist." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/deu/src/vs/editor/browser/widget/diffReview.i18n.json index c4ab3785e3..a2f121771e 100644 --- a/i18n/deu/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/deu/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Schließen", "header": "Unterschied von {0} zu {1}: Original {2}, {3} Zeilen, GeƤndert {4}, {5} Zeilen", "blankLine": "leer", diff --git a/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json index 42d65e250f..00a79638a3 100644 --- a/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "Editor", "fontFamily": "Steuert die Schriftfamilie.", "fontWeight": "Steuert die Schriftbreite.", @@ -14,7 +16,7 @@ "lineNumbers.on": "Zeilennummern werden als absolute Zahl dargestellt.", "lineNumbers.relative": "Zeilennummern werden als Abstand in Zeilen an Cursorposition dargestellt.", "lineNumbers.interval": "Zeilennummern werden alle 10 Zeilen dargestellt.", - "lineNumbers": "Steuert die Anzeige von Zeilennummern. Mƶgliche Werte sind \"Ein\", \"Aus\" und \"Relativ\".", + "lineNumbers": "Steuert die Anzeige von Zeilennummern. Mƶgliche Werte sind \"on\", \"off\", \"relative\" und \"interval\".", "rulers": "VertikaleĀ Linien nach einer bestimmten Anzahl von Monospace Zeichen zeichnen. Verwenden Sie mehrere Werte für mehrere Linien. Keine Linie wird gezeichnet, wenn das Array leer ist.", "wordSeparators": "Zeichen, die als Worttrennzeichen verwendet werden, wenn wortbezogene Navigationen oder VorgƤnge ausgeführt werden.", "tabSize": "Die Anzahl der Leerzeichen, denen ein Tabstopp entspricht. Diese Einstellung wird basierend auf dem Inhalt der Datei überschrieben, wenn \"editor.detectIndentation\" aktiviert ist.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "Legt fest, ob der Editor BildlƤufe über die letzte Zeile hinaus ausführt.", "smoothScrolling": "Legt fest, ob der Editor BildlƤufe animiert ausführt.", "minimap.enabled": "Steuert, ob die Minikarte angezeigt wird", + "minimap.side": "Steuert die Seite, wo die Minikarte gerendert wird. Mƶgliche Werte sind \"rechts\" und \"links\".", "minimap.showSlider": "Steuert, ob der Minimap-Schieberegler automatisch ausgeblendet wird. Mƶgliche Werte sind \"always\" und \"mouseover\".", "minimap.renderCharacters": "Die tatsƤchlichen Zeichen in einer Zeile rendern (im Gegensatz zu Farbblƶcken)", "minimap.maxColumn": "Breite der Minikarte beschrƤnken, um hƶchstens eine bestimmte Anzahl von Spalten zu rendern", @@ -40,9 +43,9 @@ "wordWrapColumn": "Steuert die Umbruchspalte des Editors, wenn für \"editor.wordWrap\" die Option \"wordWrapColumn\" oder \"bounded\" festgelegt ist.", "wrappingIndent": "Steuert den Einzug der umbrochenen Zeilen. Der Wert kann \"none\", \"same\" oder \"indent\" sein.", "mouseWheelScrollSensitivity": "Ein Multiplikator, der für die Mausrad-Bildlaufereignisse \"deltaX\" und \"deltaY\" verwendet werden soll.", - "multiCursorModifier.ctrlCmd": "Ist unter Windows und Linux der Taste \"STRG\" und unter OSX der Befehlstaste zugeordnet.", - "multiCursorModifier.alt": "Ist unter Windows und Linux der Taste \"Alt\" und unter OSX der Wahltaste zugeordnet. ", - "multiCursorModifier": "Der Modifizierer, der zum Hinzufügen mehrerer Cursor mit der Maus verwendet wird. \"ctrlCmd\" wird unter Windows und Linux der Taste \"STRG\" und unter OSX der Befehlstaste zugeordnet. Die Mausbewegungen \"Gehe zu Definition\" und \"Link ƶffnen\" werden so angepasst, dass kein Konflikt mit dem Multi-Cursor-Modifizierer entsteht.", + "multiCursorModifier.ctrlCmd": "Ist unter Windows und Linux der Taste \"STRG\" und unter macOSX der Befehlstaste zugeordnet.", + "multiCursorModifier.alt": "Ist unter Windows und Linux der Taste \"Alt\" und unter macOSX der Wahltaste zugeordnet. ", + "multiCursorModifier": "Der Modifizierer, der zum Hinzufügen mehrerer Cursor mit der Maus verwendet wird. \"ctrlCmd\" wird unter Windows und Linux der Taste \"STRG\" und unter macOSX der Befehlstaste zugeordnet. Die Mausbewegungen \"Gehe zu Definition\" und \"Link ƶffnen\" werden so angepasst, dass kein Konflikt mit dem Multi-Cursor-Modifizierer entsteht.", "quickSuggestions.strings": "SchnellvorschlƤge innerhalb von Zeichenfolgen aktivieren.", "quickSuggestions.comments": "SchnellvorschlƤge innerhalb von Kommentaren aktivieren.", "quickSuggestions.other": "SchnellvorschlƤge außerhalb von Zeichenfolgen und Kommentaren aktivieren.", @@ -63,6 +66,10 @@ "snippetSuggestions": "Steuert, ob Codeausschnitte mit anderen VorschlƤgen angezeigt und wie diese sortiert werden.", "emptySelectionClipboard": "Steuert, ob ein Kopiervorgang ohne Auswahl die aktuelle Zeile kopiert.", "wordBasedSuggestions": "Steuert, ob VervollstƤndigungen auf Grundlage der Wƶrter im Dokument berechnet werden sollen.", + "suggestSelection.first": "Immer den ersten Vorschlag auswƤhlen.", + "suggestSelection.recentlyUsed": "Zuletzt verwendete VorschlƤge auswƤhlen, sofern keiner durch eine weitere Eingabe ausgewƤhlt wird. Beispiel: \"console.l\" -> \"console.log\", da \"log\" vor Kurzem vervollstƤndigt wurde.", + "suggestSelection.recentlyUsedByPrefix": "VorschlƤge auf Grundlage vorheriger PrƤfixe auswƤhlen, die diese VorschlƤge vervollstƤndigt haben. Beispiel: \"co\" -> \"console\" und \"con\" -> \"const\".", + "suggestSelection": "Steuert, wie VorschlƤge bei Anzeige der Vorschlagsliste vorab ausgewƤhlt werden.", "suggestFontSize": "Schriftgröße für Vorschlagswidget", "suggestLineHeight": "Zeilenhƶhe für Vorschlagswidget", "selectionHighlight": "Steuert, ob der Editor der Auswahl Ƥhnelnde Übereinstimmungen hervorheben soll.", @@ -72,6 +79,7 @@ "cursorBlinking": "Steuert den Cursoranimationsstil. Gültige Werte sind \"blink\", \"smooth\", \"phase\", \"expand\" und \"solid\".", "mouseWheelZoom": "Schriftart des Editors vergrößern, wenn das Mausrad verwendet und die STRG-TASTE gedrückt wird", "cursorStyle": "Steuert den Cursorstil. Gültige Werte sind \"block\", \"block-outline\", \"line\", \"line-thin\", \"underline\" und \"underline-thin\".", + "cursorWidth": "Steuert die Breite des Cursors, falls editor.cursorStyle auf \"line\" gestellt ist.", "fontLigatures": "Aktiviert Schriftartligaturen.", "hideCursorInOverviewRuler": "Steuert die Sichtbarkeit des Cursors im Übersichtslineal.", "renderWhitespace": "Steuert, wie der Editor Leerzeichen rendert. Mƶgliche Optionen: \"none\", \"boundary\" und \"all\". Die Option \"boundary\" rendert keine einzelnen Leerzeichen zwischen Wƶrtern.", diff --git a/i18n/deu/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/deu/src/vs/editor/common/config/defaultConfig.i18n.json index 2e06d6b808..241707177b 100644 --- a/i18n/deu/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/deu/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/deu/src/vs/editor/common/config/editorOptions.i18n.json index b892d619fd..933638fedc 100644 --- a/i18n/deu/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/deu/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "Der Editor ist zurzeit nicht verfügbar. Drücken Sie Alt+F1 für Optionen.", "editorViewAccessibleLabel": "Editor-Inhalt" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/controller/cursor.i18n.json b/i18n/deu/src/vs/editor/common/controller/cursor.i18n.json index 3787e70195..e2808a1880 100644 --- a/i18n/deu/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/deu/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "Unerwartete Ausnahme beim Ausführen des Befehls." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/deu/src/vs/editor/common/model/textModelWithTokens.i18n.json index 9facc3bb9a..174a462265 100644 --- a/i18n/deu/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/deu/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/deu/src/vs/editor/common/modes/modesRegistry.i18n.json index 5339cf095c..7c19195b5e 100644 --- a/i18n/deu/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/deu/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "Nur-Text" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/deu/src/vs/editor/common/services/bulkEdit.i18n.json index d7541e30bc..c17d5d7185 100644 --- a/i18n/deu/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/deu/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/deu/src/vs/editor/common/services/modeServiceImpl.i18n.json index 137142bcd8..eb18ae2720 100644 --- a/i18n/deu/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/deu/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/deu/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/deu/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/deu/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/deu/src/vs/editor/common/view/editorColorRegistry.i18n.json index fa37f67042..03577ad7d7 100644 --- a/i18n/deu/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/deu/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "Hintergrundfarbe zur Hervorhebung der Zeile an der Cursorposition.", "lineHighlightBorderBox": "Hintergrundfarbe für den Rahmen um die Zeile an der Cursorposition.", - "rangeHighlight": "Hintergrundfarbe hervorgehobener Bereiche (beispielsweise durch Features wie Quick Open und Suche).", + "rangeHighlight": "Hintergrundfarbe hervorgehobener Bereiche, beispielsweise durch Features wie Quick Open und Suche. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.Ā ", + "rangeHighlightBorder": "Hintergrundfarbe für den Rahmen um hervorgehobene Bereiche.", "caret": "Farbe des Cursors im Editor.", "editorCursorBackground": "Hintergrundfarbe vom Editor-Cursor. Erlaubt die Anpassung der Farbe von einem Zeichen, welches von einem Block-Cursor überdeckt wird.", "editorWhitespaces": "Farbe der Leerzeichen im Editor.", "editorIndentGuides": "Farbe der Führungslinien für Einzüge im Editor.", "editorLineNumbers": "Zeilennummernfarbe im Editor.", + "editorActiveLineNumber": "Zeilennummernfarbe der aktiven Editorzeile.", "editorRuler": "Farbe des Editor-Lineals.", "editorCodeLensForeground": "Vordergrundfarbe der CodeLens-Links im Editor", "editorBracketMatchBackground": "Hintergrundfarbe für zusammengehƶrige Klammern", diff --git a/i18n/deu/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/deu/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index db6ed16593..d0c20e0653 100644 --- a/i18n/deu/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/deu/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index d357fb74a7..230360ed27 100644 --- a/i18n/deu/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "Gehe zu Klammer" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "Übersichtslineal-Markierungsfarbe für zusammengehƶrige Klammern.", + "smartSelect.jumpBracket": "Gehe zu Klammer", + "smartSelect.selectToBracket": "AuswƤhlen bis Klammer" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/deu/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index d357fb74a7..b0a1778c32 100644 --- a/i18n/deu/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/deu/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index e7167388d8..ca82d07bc3 100644 --- a/i18n/deu/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "Caretzeichen nach links verschieben", "caret.moveRight": "Caretzeichen nach rechts verschieben" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/deu/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index e7167388d8..44406342bb 100644 --- a/i18n/deu/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/deu/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 45360f5238..983f7a5348 100644 --- a/i18n/deu/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/deu/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 45360f5238..f6a8f21679 100644 --- a/i18n/deu/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Buchstaben austauschen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/deu/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 922dc8181a..2889a2e5b5 100644 --- a/i18n/deu/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/deu/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 922dc8181a..19da6fc7c4 100644 --- a/i18n/deu/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "Ausschneiden", "actions.clipboard.copyLabel": "Kopieren", "actions.clipboard.pasteLabel": "Einfügen", diff --git a/i18n/deu/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/deu/src/vs/editor/contrib/comment/comment.i18n.json index 70898acfa3..6b1bed82c3 100644 --- a/i18n/deu/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Zeilenkommentar umschalten", "comment.line.add": "Zeilenkommentar hinzufügen", "comment.line.remove": "Zeilenkommentar entfernen", diff --git a/i18n/deu/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/deu/src/vs/editor/contrib/comment/common/comment.i18n.json index 70898acfa3..1c992e0d29 100644 --- a/i18n/deu/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/deu/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 2b06743ac4..745d168e06 100644 --- a/i18n/deu/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/deu/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 2b06743ac4..1b9c158765 100644 --- a/i18n/deu/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "Editor-Kontextmenü anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 62d72aaf35..3973f18b98 100644 --- a/i18n/deu/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index 32db8ee0bd..3e62dc1284 100644 --- a/i18n/deu/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/deu/src/vs/editor/contrib/find/common/findController.i18n.json index 966c9eafe9..9c1f1c9c91 100644 --- a/i18n/deu/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/find/findController.i18n.json b/i18n/deu/src/vs/editor/contrib/find/findController.i18n.json index 966c9eafe9..cdb3063abb 100644 --- a/i18n/deu/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "Suchen", "findNextMatchAction": "NƤchstes Element suchen", "findPreviousMatchAction": "Vorheriges Element suchen", diff --git a/i18n/deu/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/find/findWidget.i18n.json index 62d72aaf35..cb1cc1273c 100644 --- a/i18n/deu/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Suchen", "placeholder.find": "Suchen", "label.previousMatchButton": "Vorherige Übereinstimmung", diff --git a/i18n/deu/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index 32db8ee0bd..d660e0a3f7 100644 --- a/i18n/deu/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Suchen", "placeholder.find": "Suchen", "label.previousMatchButton": "Vorherige Übereinstimmung", diff --git a/i18n/deu/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/deu/src/vs/editor/contrib/folding/browser/folding.i18n.json index 1f46653937..2d350209a4 100644 --- a/i18n/deu/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json index 4e3ffb44a6..be9a3a37f2 100644 --- a/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "Auffalten", "unFoldRecursivelyAction.label": "Faltung rekursiv aufheben", "foldAction.label": "Falten", diff --git a/i18n/deu/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/deu/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 9ead4227c9..d6702403bf 100644 --- a/i18n/deu/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json index 7156de16ac..9e6619a564 100644 --- a/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "1 Formatierung in Zeile {0} vorgenommen", "hintn1": "{0} Formatierungen in Zeile {1} vorgenommen", "hint1n": "1 Formatierung zwischen Zeilen {0} und {1} vorgenommen", "hintnn": "{0} Formatierungen zwischen Zeilen {1} und {2} vorgenommen", - "no.provider": "Es ist leider kein Formatierer für \"{0}\"-Dateien installiert. ", + "no.provider": "Es ist kein Formatierer für \"{0}\"-Dateien installiert. ", "formatDocument.label": "Dokument formatieren", "formatSelection.label": "Auswahl formatieren" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index a884dc5b4b..1a4a742fde 100644 --- a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index ffee2c2fa3..094f18df26 100644 --- a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index 2d5f00609a..2446e49ce0 100644 --- a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index ffee2c2fa3..e440df2639 100644 --- a/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "Keine Definition gefunden für \"{0}\".", "generic.noResults": "Keine Definition gefunden", "meta.title": " – {0} Definitionen", diff --git a/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index 2d5f00609a..5fc0758a18 100644 --- a/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "Klicken Sie, um {0} Definitionen anzuzeigen." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/deu/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 02553773e8..d18dd7594e 100644 --- a/i18n/deu/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/deu/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 02553773e8..9f94b8d210 100644 --- a/i18n/deu/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "Gehe zum nƤchsten Fehler oder zur nƤchsten Warnung", - "markerAction.previous.label": "Gehe zum vorherigen Fehler oder zur vorherigen Warnung", + "markerAction.next.label": "Gehe zu nƤchstem Problem (Fehler, Warnung, Information)", + "markerAction.previous.label": "Gehe zu vorigem Problem (Fehler, Warnung, Information)", "editorMarkerNavigationError": "Editormarkierung: Farbe bei Fehler des Navigationswidgets.", "editorMarkerNavigationWarning": "Editormarkierung: Farbe bei Warnung des Navigationswidgets.", "editorMarkerNavigationInfo": "Editormarkierung: Farbe bei Warnung des Navigationswidgets.", diff --git a/i18n/deu/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/deu/src/vs/editor/contrib/hover/browser/hover.i18n.json index 44bcefc080..81a8fc5acb 100644 --- a/i18n/deu/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/deu/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index f77f3adae7..8a1b43deee 100644 --- a/i18n/deu/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/deu/src/vs/editor/contrib/hover/hover.i18n.json index 44bcefc080..b3db7d5c27 100644 --- a/i18n/deu/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "Hovern anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/deu/src/vs/editor/contrib/hover/modesContentHover.i18n.json index f77f3adae7..23f1452fa0 100644 --- a/i18n/deu/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "Wird geladen..." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/deu/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index d29adae9ac..5e5964faed 100644 --- a/i18n/deu/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/deu/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index d29adae9ac..ef25f6e2e1 100644 --- a/i18n/deu/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Durch vorherigen Wert ersetzen", "InPlaceReplaceAction.next.label": "Durch nƤchsten Wert ersetzen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/deu/src/vs/editor/contrib/indentation/common/indentation.i18n.json index e7136cd509..b5b13b8add 100644 --- a/i18n/deu/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/deu/src/vs/editor/contrib/indentation/indentation.i18n.json index e7136cd509..606fa75522 100644 --- a/i18n/deu/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "Einzug in Leerzeichen konvertieren", "indentationToTabs": "Einzug in Tabstopps konvertieren", "configuredTabSize": "Konfigurierte Tabulatorgröße", diff --git a/i18n/deu/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/deu/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index 18e736ab98..b36cbab7e2 100644 --- a/i18n/deu/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/deu/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 53bb9f3fd9..97ccf7eb56 100644 --- a/i18n/deu/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/deu/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 53bb9f3fd9..55852161f7 100644 --- a/i18n/deu/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "Zeile nach oben kopieren", "lines.copyDown": "Zeile nach unten kopieren", "lines.moveUp": "Zeile nach oben verschieben", diff --git a/i18n/deu/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/deu/src/vs/editor/contrib/links/browser/links.i18n.json index e9f6f2ae5a..0b6fa4e93a 100644 --- a/i18n/deu/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/links/links.i18n.json b/i18n/deu/src/vs/editor/contrib/links/links.i18n.json index e9f6f2ae5a..4e6f694beb 100644 --- a/i18n/deu/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/links/links.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "BEFEHLSTASTE + Mausklick zum Aufrufen des Links", "links.navigate": "STRG + Mausklick zum Aufrufen des Links", "links.command.mac": "Cmd + Klick um Befehl auszuführen", diff --git a/i18n/deu/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/deu/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 6638586666..07c8e22794 100644 --- a/i18n/deu/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/deu/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 6638586666..b446995a8f 100644 --- a/i18n/deu/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Cursor oberhalb hinzufügen", "mutlicursor.insertBelow": "Cursor unterhalb hinzufügen", "mutlicursor.insertAtEndOfEachLineSelected": "Cursor an Zeilenenden hinzufügen", diff --git a/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index 1ac221c353..2c8aaabf49 100644 --- a/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index 7979e4c083..700f4acc21 100644 --- a/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index 1ac221c353..a5d04693e6 100644 --- a/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "Parameterhinweise auslƶsen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index 7979e4c083..0480cfdb3c 100644 --- a/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, Hinweis" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index f55e578551..7a30721f31 100644 --- a/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/deu/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index f55e578551..6e4700c5a7 100644 --- a/i18n/deu/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "Korrekturen anzeigen ({0})", "quickFix": "Korrekturen anzeigen", - "quickfix.trigger.label": "Schnelle Problembehebung" + "quickfix.trigger.label": "Schnelle Problembehebung", + "refactor.label": "Umgestalten" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index d057bbcc40..996fe51330 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 479f89ba29..cb26e4f71d 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index fab6f765b3..2b77c2d75f 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 76ca2b446f..46203d8d15 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 358b448e65..0bcaab03cd 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index d057bbcc40..19fa014cdf 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Schließen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 479f89ba29..15619a3f56 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " – {0} Verweise", "references.action.label": "Alle Verweise suchen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index fab6f765b3..f2f0d45175 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "Wird geladen..." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 76ca2b446f..79aeba379f 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "Symbol in {0} in Zeile {1}, Spalte {2}", "aria.fileReferences.1": "1 Symbol in {0}, vollstƤndiger Pfad {1}", "aria.fileReferences.N": "{0} Symbole in {1}, vollstƤndiger Pfad {2}", diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 358b448e65..3182f6be25 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "Fehler beim Auflƶsen der Datei.", "referencesCount": "{0} Verweise", "referenceCount": "{0} Verweis", diff --git a/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json index 0a095a2aa5..efcb74eae7 100644 --- a/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 0c2f7ec361..2f9281137c 100644 --- a/i18n/deu/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/rename.i18n.json index 0a095a2aa5..35b5b60e2a 100644 --- a/i18n/deu/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "Kein Ergebnis.", "aria": "\"{0}\" erfolgreich in \"{1}\" umbenannt. Zusammenfassung: {2}", - "rename.failed": "Fehler bei der Ausführung der Umbenennung.", + "rename.failed": "Fehler beim Ausführen der Umbenennung.", "rename.label": "Symbol umbenennen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/renameInputField.i18n.json index 0c2f7ec361..7111d31fc0 100644 --- a/i18n/deu/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "Benennen Sie die Eingabe um. Geben Sie einen neuen Namen ein, und drücken Sie die EINGABETASTE, um den Commit auszuführen." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/deu/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index cfef202b04..021cc3f53b 100644 --- a/i18n/deu/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/deu/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index cfef202b04..a150a7d7d4 100644 --- a/i18n/deu/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "Auswahl erweitern", "smartSelect.shrink": "Auswahl verkleinern" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index 634627ef2a..e35c8b6642 100644 --- a/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index df507c729f..ff71b559f4 100644 --- a/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/deu/src/vs/editor/contrib/suggest/suggestController.i18n.json index 634627ef2a..dd8ac53c7f 100644 --- a/i18n/deu/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "Durch Annahme von \"{0}\" wurde folgender Text eingefügt: {1}", "suggest.trigger.label": "Vorschlag auslƶsen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index df507c729f..7f59275f60 100644 --- a/i18n/deu/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "Hintergrundfarbe des Vorschlagswidgets.", "editorSuggestWidgetBorder": "Rahmenfarbe des Vorschlagswidgets.", "editorSuggestWidgetForeground": "Vordergrundfarbe des Vorschlagswidgets.", diff --git a/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 8dfd4e1954..cd9b6fd0af 100644 --- a/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 8dfd4e1954..5012fefd97 100644 --- a/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "TAB-Umschalttaste verschiebt Fokus" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/deu/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index d706ff2e9b..94e652c2ff 100644 --- a/i18n/deu/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/deu/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index d706ff2e9b..e8e912af3c 100644 --- a/i18n/deu/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Hintergrundfarbe eines Symbols beim Lesezugriff (beispielsweise beim Lesen einer Variablen).", - "wordHighlightStrong": "Hintergrundfarbe eines Symbols beim Schreibzugriff (beispielsweise beim Schreiben in eine Variable).", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Hintergrundfarbe eines Symbols bei Lesezugriff, beispielsweise dem Lesen einer Variable. Die Farbe muss durchsichtig sein, um nicht dahinterliegende Dekorationen zu verbergen.", + "wordHighlightStrong": "Hintergrundfarbe eines Symbols bei Schreibzugriff, beispielsweise dem Schreiben einer Variable. Die Farbe muss durchsichtig sein, um nicht dahinterliegende Dekorationen zu verbergen.", + "wordHighlightBorder": "Randfarbe eines Symbols beim Lesezugriff, wie etwa beim Lesen einer Variablen.", + "wordHighlightStrongBorder": "Randfarbe eines Symbols beim Schreibzugriff, wie etwa beim Schreiben einer Variablen.", "overviewRulerWordHighlightForeground": "Übersichtslineal-Markierungsfarbe für Symbolhervorhebungen.", "overviewRulerWordHighlightStrongForeground": "Übersichtslineal-Markierungsfarbe für Schreibzugriffs-Symbolhervorhebungen.", "wordHighlight.next.label": "Gehe zur nƤchsten Symbolhervorhebungen", diff --git a/i18n/deu/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index d057bbcc40..996fe51330 100644 --- a/i18n/deu/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/deu/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index 29b3f9261d..77aab947ad 100644 --- a/i18n/deu/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/deu/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/deu/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 91b2f0a1b1..7c11944942 100644 --- a/i18n/deu/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/deu/src/vs/editor/node/textMate/TMGrammars.i18n.json index 4701a601de..4a66d97688 100644 --- a/i18n/deu/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/deu/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/deu/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/deu/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/deu/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/deu/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index 5cd50df300..7bcb497e99 100644 --- a/i18n/deu/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "Menüelemente müssen ein Array sein.", "requirestring": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", "optstring": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein.", @@ -40,6 +42,5 @@ "menuId.invalid": "\"{0}\" ist kein gültiger Menübezeichner.", "missing.command": "Das Menüelement verweist auf einen Befehl \"{0}\", der im Abschnitt \"commands\" nicht definiert ist.", "missing.altCommand": "Das Menüelement verweist auf einen Alternativbefehl \"{0}\", der im Abschnitt \"commands\" nicht definiert ist.", - "dupe.command": "Das Menüelement verweist auf den gleichen Befehl wie der Standard- und der Alternativbefehl.", - "nosupport.altCommand": "Leider unterstützt zurzeit nur die Gruppe \"navigation\" des Menüs \"editor/title\" Alternativbefehle." + "dupe.command": "Das Menüelement verweist auf den gleichen Befehl wie der Standard- und der Alternativbefehl." } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/deu/src/vs/platform/configuration/common/configurationRegistry.i18n.json index 8c62df479b..9d3540325d 100644 --- a/i18n/deu/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/deu/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "Standard-Konfiguration überschreibt", "overrideSettings.description": "Zu überschreibende Einstellungen für Sprache {0} konfigurieren.", "overrideSettings.defaultDescription": "Zu überschreibende Editor-Einstellungen für eine Sprache konfigurieren.", diff --git a/i18n/deu/src/vs/platform/environment/node/argv.i18n.json b/i18n/deu/src/vs/platform/environment/node/argv.i18n.json index e990ea9bf1..531f559330 100644 --- a/i18n/deu/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/deu/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "Argumente im Modus \"--goto\" müssen im Format \"DATEI(:ZEILE(:ZEICHEN))\" vorliegen.", "diff": "Vergleicht zwei Dateien.", "add": "Fügt einen oder mehrere Ordner zum letzten aktiven Fenster hinzu.", "goto": "Ɩffnet eine Datei im Pfad in der angegebenen Zeile und an der Zeichenposition.", - "locale": "Das zu verwendende Gebietsschema (z. B. en-US oder zh-TW).", - "newWindow": "Erzwingt eine neue Instanz des Codes.", - "performance": "Startet mit aktiviertem Befehl \"Developer: Startup Performance\".", - "prof-startup": "CPU-Profiler beim Start ausführen", - "inspect-extensions": "Erlaubt Debugging und Profiling für Erweiterungen. Überprüfen Sie die Entwicklertools für die Verbindungs-URI.", - "inspect-brk-extensions": "Erlaubt Debugging und Profiling für Erweiterungen, wobei der Erweiterungs-Host nach dem Starten pausiert wird. Überprüfen Sie die Entwicklertools für die Verbindungs-URI.", - "reuseWindow": "Erzwingt das Ɩffnen einer Datei oder eines Ordners im letzten aktiven Fenster.", - "userDataDir": "Gibt das Verzeichnis an, in dem Benutzerdaten gespeichert werden. Nützlich, wenn die Ausführung als \"root\" erfolgt.", - "log": "Log-Level zu verwenden. Standardwert ist \"Info\". ZulƤssige Werte sind \"kritisch\", \"Fehler\", \"warnen\", \"Info\", \"debug\", \"verfolgen\", \"aus\".", - "verbose": "Ausführliche Ausgabe (impliziert \"-wait\").", + "newWindow": "Ɩffnen eines neuen Fensters erzwingen.", + "reuseWindow": "Ɩffnen einer Datei oder eines Ordners im letzten aktiven Fenster erzwingen.", "wait": "Warten Sie, bis die Dateien geschlossen sind, bevor Sie zurück gehen kƶnnen.", + "locale": "Das zu verwendende Gebietsschema (z. B. en-US oder zh-TW).", + "userDataDir": "Gibt das Verzeichnis an, in dem Benutzerdaten gespeichert werden. Kann zum Ɩffnen mehrerer verschiedener Codeinstanzen verwendet werden.", + "version": "Gibt die Version aus.", + "help": "Gibt die Syntax aus.", "extensionHomePath": "Legen Sie den Stammpfad für Extensions fest.", "listExtensions": "Listet die installierten Extensions auf.", "showVersions": "Zeigt Versionen der installierten Erweiterungen an, wenn \"--list-extension\" verwendet wird.", "installExtension": "Installiert eine Extension.", "uninstallExtension": "Deinstalliert eine Extension.", "experimentalApis": "Aktiviert vorgeschlagene API-Features für eine Erweiterung.", - "disableExtensions": "Deaktiviert alle installierten Extensions.", - "disableGPU": "Deaktiviert die GPU-Hardwarebeschleunigung.", + "verbose": "Ausführliche Ausgabe (impliziert \"-wait\").", + "log": "Log-Level zu verwenden. Standardwert ist \"Info\". ZulƤssige Werte sind \"kritisch\", \"Fehler\", \"warnen\", \"Info\", \"debug\", \"verfolgen\", \"aus\".", "status": "Prozessnutzungs- und Diagnose-Informationen ausgeben.", - "version": "Gibt die Version aus.", - "help": "Gibt die Syntax aus.", + "performance": "Startet mit aktiviertem Befehl \"Developer: Startup Performance\".", + "prof-startup": "CPU-Profiler beim Start ausführen", + "disableExtensions": "Deaktiviert alle installierten Extensions.", + "inspect-extensions": "Erlaubt Debugging und Profiling für Erweiterungen. Überprüfen Sie die Entwicklertools für die Verbindungs-URI.", + "inspect-brk-extensions": "Erlaubt Debugging und Profiling für Erweiterungen, wobei der Erweiterungs-Host nach dem Starten pausiert wird. Überprüfen Sie die Entwicklertools für die Verbindungs-URI.", + "disableGPU": "Deaktiviert die GPU-Hardwarebeschleunigung.", + "uploadLogs": "LƤdt die Logs der aktuellen Sitzung an einem sicheren Endpunkt hoch.", + "maxMemory": "Maximale Speichergröße für ein Fenster (in Mbyte).", "usage": "Verwendung", "options": "Optionen", "paths": "Pfade", - "optionsUpperCase": "Optionen" + "stdinWindows": "Zum Einlesen von Ausgaben eines anderen Programms hƤngen Sie '-' an (z.B. 'echo Hello World | {0} -')", + "stdinUnix": "Zum Einlesen von stdin hƤngen Sie '-' an (z.B. 'ps aux | grep code | {0} -')", + "optionsUpperCase": "Optionen", + "extensionsManagement": "Erweiterungsverwaltung", + "troubleshooting": "Problembehandlung" } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/deu/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 5758c64308..37174b1e84 100644 --- a/i18n/deu/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/deu/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Kein Arbeitsbereich." } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 62d780d0e7..b779f3f861 100644 --- a/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Extensions", "preferences": "Einstellungen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/deu/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 84248e6473..56f881d398 100644 --- a/i18n/deu/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/deu/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "Kann nicht heruntergeladen werden, da die Erweiterung, die mit der aktuellen VS Code Version '{0}' kompatibel ist, nicht gefunden werden kann. " } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 256756a3fd..46f09e1ec9 100644 --- a/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "Die Erweiterung ist ungültig: \"package.json\" ist keine JSON-Datei.", - "restartCodeLocal": "Bitte starten Sie Code vor der Neuinstallation von {0} neu.", + "restartCode": "Bitte starten Sie Code vor der Neuinstallation von {0} neu.", "installingOutdatedExtension": "Eine neuere Version dieser Erweiterung ist bereits installiert. Mƶchten Sie diese mit der Ƥlteren Version überschreiben?", "override": "Überschreiben", "cancel": "Abbrechen", - "notFoundCompatible": "Kann nicht installiert werden, da die Erweiterung '{0}', die mit der aktuellen Version '{1}' von VS Code kompatibel ist, nicht gefunden werden kann.", - "quitCode": "Kann nicht installiert werden, da noch eine veraltete Instanz der Erweiterung ausgeführt wird. Bitte beenden und VS Code neu starten vor der Neuinstallation.", - "exitCode": "Kann nicht installiert werden, da noch eine veraltete Instanz der Erweiterung ausgeführt wird. Bitte beenden und VS Code neu starten vor der Neuinstallation.", + "errorInstallingDependencies": "Fehler wƤhrend Installation der AbhƤngigkeiten. {0}", + "MarketPlaceDisabled": "Marketplace ist nicht aktiviert.", + "removeError": "Fehler beim Entfernen der Erweiterung: {0}. Bitte beenden Sie und starten Sie VS Code neu bevor Sie erneut versuchen die Erweiterung zu installieren.", + "Not Market place extension": "Nur Marktplatz-Erweiterungen kƶnnen neu installiert werden", + "notFoundCompatible": "'{0}' kann nicht installiert werden: Es gibt keine mit VS Code '{1}' kompatible Version.", + "malicious extension": "Die Erweiterung kann nicht installiert werden, da sie als problematisch gemeldet wurde.", "notFoundCompatibleDependency": "Kann nicht installiert werden, da die abhƤngige Erweiterung '{0}', die mit der aktuellen VS Code Version '{1}' kompatibel ist, nicht gefunden werden kann. ", + "quitCode": "Fehler bei der Installation der Erweiterung. Beenden und starten Sie VS Code vor der erneuten Installation neu.", + "exitCode": "Fehler bei der Installation der Erweiterung. Beenden und starten Sie VS Code vor der erneuten Installation neu.", "uninstallDependeciesConfirmation": "Mƶchten Sie nur \"{0}\" oder auch die zugehƶrigen AbhƤngigkeiten deinstallieren?", "uninstallOnly": "Nur", "uninstallAll": "Alle", diff --git a/i18n/deu/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/deu/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 76ebdf6051..24b3e38d21 100644 --- a/i18n/deu/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/deu/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 0e38f23ff5..83c02053bc 100644 --- a/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "Gibt für VS Code-Erweiterungen die VS Code-Version an, mit der die Erweiterung kompatibel ist. Darf nicht \"*\" sein. Beispiel: ^0.10.5 gibt die KompatibilitƤt mit mindestens VS Code-Version 0.10.5 an.", "vscode.extension.publisher": "Der Herausgeber der VS Code-Extension.", "vscode.extension.displayName": "Der Anzeigename für die Extension, der im VS Code-Katalog verwendet wird.", diff --git a/i18n/deu/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/deu/src/vs/platform/extensions/node/extensionValidator.i18n.json index 7038bfcd93..c517192487 100644 --- a/i18n/deu/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/deu/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "Der engines.vscode-Wert {0} konnte nicht analysiert werden. Verwenden Sie z. B. ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x usw.", "versionSpecificity1": "Die in \"engines.vscode\" ({0}) angegebene Version ist nicht spezifisch genug. Definieren Sie für VS Code-Versionen vor Version 1.0.0 bitte mindestens die gewünschte Haupt- und Nebenversion, z. B. ^0.10.0, 0.10.x, 0.11.0 usw.", "versionSpecificity2": "Die in \"engines.vscode\" ({0}) angegebene Version ist nicht spezifisch genug. Definieren Sie für VS Code-Versionen nach Version 1.0.0 bitte mindestens die gewünschte Hauptversion, z. B. ^1.10.0, 1.10.x, 1.x.x, 2.x.x usw.", - "versionMismatch": "Die Extension ist nicht mit dem Code {0} kompatibel. Die Extension erfordert {1}.", - "extensionDescription.empty": "Es wurde eine leere Extensionbeschreibung abgerufen.", - "extensionDescription.publisher": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", - "extensionDescription.name": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", - "extensionDescription.version": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", - "extensionDescription.engines": "Die Eigenschaft \"{0}\" ist erforderlich und muss vom Typ \"object\" sein.", - "extensionDescription.engines.vscode": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", - "extensionDescription.extensionDependencies": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string[]\" sein.", - "extensionDescription.activationEvents1": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string[]\" sein.", - "extensionDescription.activationEvents2": "Die Eigenschaften \"{0}\" und \"{1}\" müssen beide angegeben oder beide ausgelassen werden.", - "extensionDescription.main1": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein.", - "extensionDescription.main2": "Es wurde erwartet, dass \"main\" ({0}) im Ordner ({1}) der Extension enthalten ist. Dies führt ggf. dazu, dass die Extension nicht portierbar ist.", - "extensionDescription.main3": "Die Eigenschaften \"{0}\" und \"{1}\" müssen beide angegeben oder beide ausgelassen werden.", - "notSemver": "Die Extensionversion ist nicht mit \"semver\" kompatibel." + "versionMismatch": "Die Extension ist nicht mit dem Code {0} kompatibel. Die Extension erfordert {1}." } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/deu/src/vs/platform/history/electron-main/historyMainService.i18n.json index 5d0462e717..6f75f6c434 100644 --- a/i18n/deu/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/deu/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "Neues Fenster", "newWindowDesc": "Ɩffnet ein neues Fenster.", "recentFolders": "Aktueller Arbeitsbereich", diff --git a/i18n/deu/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/deu/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 4259d75711..1f877c6b04 100644 --- a/i18n/deu/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/deu/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "OK", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "Weitere Informationen", "integrity.dontShowAgain": "Nicht mehr anzeigen", - "integrity.moreInfo": "Weitere Informationen", "integrity.prompt": "Ihre {0}-Installation ist offenbar beschƤdigt. Führen Sie eine Neuinstallation durch." } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/deu/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..e4b7e6f0b4 --- /dev/null +++ b/i18n/deu/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "Problembericht" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/deu/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 84c1b97fba..7971ac690a 100644 --- a/i18n/deu/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "TrƤgt zur JSON-Schemakonfiguration bei.", "contributes.jsonValidation.fileMatch": "Das Dateimuster, mit dem eine Übereinstimmung vorliegen soll, z. B. \"package.json\" oder \"*.launch\".", "contributes.jsonValidation.url": "Eine Schema-URL (\"http:\", \"Https:\") oder der relative Pfad zum Extensionordner (\". /\").", diff --git a/i18n/deu/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/deu/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index cc03682f48..493b093392 100644 --- a/i18n/deu/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/deu/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "({0}) wurde gedrückt. Es wird auf die zweite Taste der Kombination gewartet...", "missing.chord": "Die Tastenkombination ({0}, {1}) ist kein Befehl." } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/deu/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index d7a218d2a9..260de87700 100644 --- a/i18n/deu/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/deu/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/platform/list/browser/listService.i18n.json b/i18n/deu/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..6479b5753d --- /dev/null +++ b/i18n/deu/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Workbench", + "multiSelectModifier.ctrlCmd": "Ist unter Windows und Linux der Taste \"STRG\" und unter macOSX der Befehlstaste zugeordnet.", + "multiSelectModifier.alt": "Ist unter Windows und Linux der Taste \"Alt\" und unter macOSX der Wahltaste zugeordnet. ", + "multiSelectModifier": "Der Modifizierer zum Hinzufügen eines Elements in BƤumen und Listen zu einer Mehrfachauswahl mit der Maus (zum Beispiel im Explorer, in geƶffneten Editoren und in der SCM-Ansicht). \"ctrlCmd\" wird unter Windows und Linux der Taste \"STRG\" und unter macOSX der Befehlstaste zugeordnet. Die Mausbewegung \"Seitlich ƶffnen\" wird – sofern unterstützt – so angepasst, dass kein Konflikt mit dem Modifizierer zur Mehrfachauswahl entsteht.", + "openMode.singleClick": "Ɩffnet Elemente mit einem einzelnen Mausklick.", + "openMode.doubleClick": "Ɩffnet Elemente mit einem doppelten Mausklick.", + "openModeModifier": "Steuert, wie Elemente in BƤumen und Listen mithilfe der Maus geƶffnet werden (sofern unterstützt). Legen Sie \"singleClick\" fest, um Elemente mit einem einzelnen Mausklick zu ƶffnen, und \"doubleClick\", damit sie nur mit einem doppelten Mausklick geƶffnet werden. Bei übergeordneten Elementen, deren untergeordnete Elemente sich in BƤumen befinden, steuert diese Einstellung, ob ein Einfachklick oder ein Doppelklick das übergeordnete Elemente erweitert. Beachten Sie, dass einige BƤume und Listen diese Einstellung ggf. ignorieren, wenn sie nicht zutrifft." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/deu/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..96fe00cbd2 --- /dev/null +++ b/i18n/deu/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "TrƤgt Lokalisierungen zum Editor bei", + "vscode.extension.contributes.localizations.languageId": "ID der Sprache, in die Anzeigezeichenfolgen übersetzt werden.", + "vscode.extension.contributes.localizations.languageName": "Name der Sprache in Englisch.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Name der Sprache in beigetragener Sprache.", + "vscode.extension.contributes.localizations.translations": "Liste der Übersetzungen, die der Sprache zugeordnet sind.", + "vscode.extension.contributes.localizations.translations.id": "ID von VS Code oder der Erweiterung, für die diese Übersetzung beigetragen wird. Die ID von VS Code ist immer \"vscode\", und die ID einer Erweiterung muss im Format \"publisherId.extensionName\" vorliegen.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Die ID muss \"vscode\" sein oder im Format \"publisherId.extensionName\" vorliegen, um VS Code bzw. eine Erweiterung zu übersetzen.", + "vscode.extension.contributes.localizations.translations.path": "Ein relativer Pfad zu einer Datei mit Übersetzungen für die Sprache." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/deu/src/vs/platform/markers/common/problemMatcher.i18n.json index 0fb3b755b5..16367efd2b 100644 --- a/i18n/deu/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/deu/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "Die loop-Eigenschaft wird nur für Matcher für die letzte Zeile unterstützt.", "ProblemPatternParser.problemPattern.missingRegExp": "Im Problemmuster fehlt ein regulƤrer Ausdruck.", "ProblemPatternParser.problemPattern.missingProperty": "Das Problemmuster ist ungültig. Es muss mindestens eine Datei, Nachricht und Zeile oder eine Speicherort-Übereinstimmungsgruppe aufweisen.", diff --git a/i18n/deu/src/vs/platform/message/common/message.i18n.json b/i18n/deu/src/vs/platform/message/common/message.i18n.json index f4286f9eb7..b329ec219a 100644 --- a/i18n/deu/src/vs/platform/message/common/message.i18n.json +++ b/i18n/deu/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Schließen", "later": "SpƤter", - "cancel": "Abbrechen" + "cancel": "Abbrechen", + "moreFile": "...1 weitere Datei wird nicht angezeigt", + "moreFiles": "...{0} weitere Dateien werden nicht angezeigt" } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/request/node/request.i18n.json b/i18n/deu/src/vs/platform/request/node/request.i18n.json index a61e407d5f..43666c8c22 100644 --- a/i18n/deu/src/vs/platform/request/node/request.i18n.json +++ b/i18n/deu/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "Die zu verwendende Proxyeinstellung. Wenn diese Option nicht festgelegt wird, wird der Wert aus den Umgebungsvariablen \"http_proxy\" und \"https_proxy\" übernommen.", "strictSSL": "Gibt an, ob das Proxyserverzertifikat anhand der Liste der bereitgestellten Zertifizierungsstellen überprüft werden soll.", diff --git a/i18n/deu/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/deu/src/vs/platform/telemetry/common/telemetryService.i18n.json index 9b3799040a..86c9ce2685 100644 --- a/i18n/deu/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/deu/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetrie", "telemetry.enableTelemetry": "Aktivieren Sie das Senden von Nutzungsdaten und Fehlern an Microsoft." } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/deu/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 27b155956b..53ecd69afa 100644 --- a/i18n/deu/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "Fügt in Erweiterung definierte verwendbare Farben hinzu", "contributes.color.id": "Der Bezeichner der verwendbaren Farbe", "contributes.color.id.format": "Bezeichner sollten in folgendem Format vorliegen: aa [.bb] *", diff --git a/i18n/deu/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/deu/src/vs/platform/theme/common/colorRegistry.i18n.json index 9378557108..5b9490db19 100644 --- a/i18n/deu/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/deu/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "In der Workbench verwendete Farben.", "foreground": "Allgemeine Vordergrundfarbe. Diese Farbe wird nur verwendet, wenn sie nicht durch eine Komponente überschrieben wird.", "errorForeground": "Allgemeine Vordergrundfarbe. Diese Farbe wird nur verwendet, wenn sie nicht durch eine Komponente überschrieben wird.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Hintergrundfarbe bei der Eingabevalidierung für den Schweregrad des Fehlers.", "inputValidationErrorBorder": "Rahmenfarbe bei der Eingabevalidierung für den Schweregrad des Fehlers.", "dropdownBackground": "Hintergrund für Dropdown.", + "dropdownListBackground": "Hintergrund für Dropdownliste.", "dropdownForeground": "Vordergrund für Dropdown.", "dropdownBorder": "Rahmen für Dropdown.", "listFocusBackground": "Hintergrundfarbe der Liste/Struktur für das fokussierte Element, wenn die Liste/Struktur aktiv ist. Eine aktive Liste/Struktur hat Tastaturfokus, eine inaktive hingegen nicht.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "Rahmenfarbe von Editorwigdets. Die Farbe wird nur verwendet, wenn für das Widget ein Rahmen verwendet wird und die Farbe nicht von einem Widget überschrieben wird.", "editorSelectionBackground": "Farbe der Editor-Auswahl.", "editorSelectionForeground": "Farbe des gewƤhlten Text für einen hohen Kontrast", - "editorInactiveSelection": "Farbe der Auswahl in einem inaktiven Editor.", - "editorSelectionHighlight": "Farbe für Bereiche, deren Inhalt der Auswahl entspricht.", + "editorInactiveSelection": "Farbe der Auswahl in einem inaktiven Editor. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen. ", + "editorSelectionHighlight": "Farbe für Bereiche, deren Inhalt der Auswahl entspricht. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.", + "editorSelectionHighlightBorder": "Randfarbe für Bereiche, deren Inhalt der Auswahl entspricht.", "editorFindMatch": "Farbe des aktuellen Suchergebnisses.", - "findMatchHighlight": "Farbe der anderen Suchtreffer.", - "findRangeHighlight": "Farbe des Bereichs zur EinschrƤnkung der Suche.", - "hoverHighlight": "Hervorhebung eines Worts, unter dem ein Mauszeiger angezeigt wird.", + "findMatchHighlight": "Farbe der anderen Suchergebnisse. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.Ā ", + "findRangeHighlight": "Farbe des einschrƤnkenden Suchbereichs. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.Ā ", + "editorFindMatchBorder": "Randfarbe des aktuellen Suchergebnisses.", + "findMatchHighlightBorder": "Randfarbe der anderen Suchtreffer.", + "findRangeHighlightBorder": "Randfarbe des einschrƤnkenden Suchbereichs. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.Ā ", + "hoverHighlight": "Hervorhebung eines Worts, unter dem ein Mauszeiger angezeigt wird. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.Ā ", "hoverBackground": "Background color of the editor hover.", "hoverBorder": "Rahmenfarbe des Editor-Mauszeigers.", "activeLinkForeground": "Farbe der aktiven Links.", - "diffEditorInserted": "Hintergrundfarbe für eingefügten Text.", - "diffEditorRemoved": "Hintergrundfarbe für entfernten Text.", + "diffEditorInserted": "Hintergrundfarbe für eingefügten Text. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.Ā ", + "diffEditorRemoved": "Hintergrundfarbe für entfernten Text. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.Ā ", "diffEditorInsertedOutline": "Konturfarbe für eingefügten Text.", "diffEditorRemovedOutline": "Konturfarbe für entfernten Text.", - "mergeCurrentHeaderBackground": "Aktueller Kopfzeilenhintergrund in Inline-Mergingkonflikten.", - "mergeCurrentContentBackground": "Aktueller Inhaltshintergrund in Inline-Mergingkonflikten.", - "mergeIncomingHeaderBackground": "Eingehender Kopfzeilenhintergrund in Inline-Mergingkonflikten. ", - "mergeIncomingContentBackground": "Eingehender Inhaltshintergrund in Inline-Mergingkonflikten.", - "mergeCommonHeaderBackground": "Kopfzeilenhintergrund des gemeinsamen übergeordneten Elements bei Inlinezusammenführungskonflikten. ", - "mergeCommonContentBackground": "Inhaltshintergrund des gemeinsamen übergeordneten Elements bei Inlinezusammenführungskonflikten.", + "mergeCurrentHeaderBackground": "Aktueller Kopfzeilenhintergrund in Inline-Mergingkonflikten. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.", + "mergeCurrentContentBackground": "Aktueller Inhaltshintergrund in Inline-Mergingkonflikten. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen. ", + "mergeIncomingHeaderBackground": "Hintergrund für eingehende Kopfzeile in Inline-Mergingkonflikten. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen. ", + "mergeIncomingContentBackground": "Hintergrund für eingehenden Inhalt in Inline-Mergingkonflikten. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen. ", + "mergeCommonHeaderBackground": "Inhaltshintergrund des gemeinsamen übergeordneten Elements bei Inline-Mergingkonflikten. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen.", + "mergeCommonContentBackground": "Inhaltshintergrund des gemeinsamen übergeordneten Elements bei Inline-Mergingkonflikten. Die Farbe muss durchsichtig sein, um dahinterliegende Dekorationen nicht zu verbergen. ", "mergeBorder": "Rahmenfarbe für Kopfzeilen und die Aufteilung in Inline-Mergingkonflikten.", "overviewRulerCurrentContentForeground": "Aktueller Übersichtslineal-Vordergrund für Inline-Mergingkonflikte.", "overviewRulerIncomingContentForeground": "Eingehender Übersichtslineal-Vordergrund für Inline-Mergingkonflikte. ", diff --git a/i18n/deu/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/deu/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..ab49dc8fc7 --- /dev/null +++ b/i18n/deu/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "Aktualisieren", + "updateChannel": "Konfiguriert, ob automatische Updates aus einem Updatekanal empfangen werden sollen. Erfordert einen Neustart nach der Ƅnderung.", + "enableWindowsBackgroundUpdates": "Aktiviert Windows-Hintergrundaktualisierungen." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/deu/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..2dd3844ae3 --- /dev/null +++ b/i18n/deu/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "\nVersion {0}\nCommit {1}\nDatum {2}\nShell {3}\nRenderer {4}\nNode {5}\nArchitektur {6}", + "okButton": "OK", + "copy": "&&Kopieren" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/deu/src/vs/platform/workspaces/common/workspaces.i18n.json index 7da0a031de..6cd77ec04d 100644 --- a/i18n/deu/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/deu/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Codearbeitsbereich", "untitledWorkspace": "Ohne Titel (Arbeitsbereich)", "workspaceNameVerbose": "{0} (Arbeitsbereich)", diff --git a/i18n/deu/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..6dbb2f6313 --- /dev/null +++ b/i18n/deu/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirestring": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", + "optstring": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index fecc67b154..52f4a50aa9 100644 --- a/i18n/deu/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "Ansichten müssen ein Array sein.", "requirestring": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", "optstring": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein.", diff --git a/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index 1d3dbda78a..cca16b5250 100644 --- a/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index d76b48e30d..92a033d23e 100644 --- a/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "Schließen", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (Erweiterung)", + "defaultSource": "Erweiterung", + "manageExtension": "Erweiterung verwalten", "cancel": "Abbrechen", "ok": "OK" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..6926e3cf17 --- /dev/null +++ b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "Speichern von Teilnehmern wird ausgeführt …" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..c76fd41114 --- /dev/null +++ b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "Webview-Editor" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..08a38bc1e8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "Die Erweiterung \"{0}\" hat 1 Ordner zum Arbeitsbereich hinzugefügt", + "folderStatusMessageAddMultipleFolders": "Die Erweiterung \"{0}\" hat {1} Ordner zum Arbeitsbereich hinzugefügt", + "folderStatusMessageRemoveSingleFolder": "Die Erweiterung \"{0}\" hat 1 Ordner aus dem Arbeitsbereich entfernt", + "folderStatusMessageRemoveMultipleFolders": "Die Erweiterung \"{0}\" hat {1} Ordner aus dem Arbeitsbereich entfernt", + "folderStatusChangeFolder": "Die Erweiterung \"{0}\" hat Ordner des Arbeitsbereichs geƤndert" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 9f0ca0e141..d21233f96b 100644 --- a/i18n/deu/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "{0} weitere Fehler und Warnungen werden nicht angezeigt." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostExplorerView.i18n.json index c6eed83d99..dcb6863d3e 100644 --- a/i18n/deu/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 76ebdf6051..da5c362e90 100644 --- a/i18n/deu/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "Fehler beim Aktivieren der Extension \"{1}\". Ursache: unbekannte AbhƤngigkeit \"{0}\".", - "failedDep1": "Fehler beim Aktivieren der Extension \"{1}\". Ursache: Fehler beim Aktivieren der Extension \"{0}\".", - "failedDep2": "Fehler beim Aktivieren der Extension \"{0}\". Ursache: mehr als 10 Ebenen von AbhƤngigkeiten (wahrscheinlich eine AbhƤngigkeitsschleife).", - "activationError": "Fehler beim Aktivieren der Extension \"{0}\": {1}." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "Fehler beim Aktivieren der Erweiterung \"{1}\". Ursache: unbekannte AbhƤngigkeit \"{0}\".", + "failedDep1": "Fehler beim Aktivieren der Erweiterung \"{1}\". Ursache: Fehler beim Aktivieren der Erweiterung \"{0}\".", + "failedDep2": "Fehler beim Aktivieren der Erweiterung \"{0}\". Ursache: mehr als 10 Ebenen von AbhƤngigkeiten (wahrscheinlich eine AbhƤngigkeitsschleife).", + "activationError": "Fehler beim Aktivieren der Erweiterung \"{0}\": {1}." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/deu/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index de9318e692..cd35284a27 100644 --- a/i18n/deu/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostTreeView.i18n.json index c6eed83d99..dcb6863d3e 100644 --- a/i18n/deu/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 76a3668891..66ec246667 100644 --- a/i18n/deu/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "Kein Treeviw mit der id '{0}' registriert.", - "treeItem.notFound": "Kein Tree-Eintrag mit der id '{0}' gefunden.", - "treeView.duplicateElement": "Element {0} ist bereit registriert." + "treeView.duplicateElement": "Das Element mit der ID {0} ist bereits registriert" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/deu/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..7116432cc4 --- /dev/null +++ b/i18n/deu/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "Die Erweiterung \"{0}\" konnte die Arbeitsbereichsordner nicht aktualisieren: {1}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/deu/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index 1d3dbda78a..cca16b5250 100644 --- a/i18n/deu/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/deu/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index d76b48e30d..f6f455815d 100644 --- a/i18n/deu/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/deu/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/configureLocale.i18n.json index f17cc2cd8a..6c6799f878 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/fileActions.i18n.json index ca445767e1..c01a72ff5c 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 4ff41ba966..fca92b68c1 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "Sichtbarkeit der AktivitƤtsleiste umschalten", "view": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..0a462bc027 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "Zentriertes Layout umschalten", + "view": "Anzeigen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index c64dfc7d81..e4f79632e6 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "Horizontales/Vertikales Layout für Editor-Gruppe umschalten", "horizontalLayout": "Horizontales Layout für Editor-Gruppe", "verticalLayout": "Vertikales Layout für Editor-Gruppe", diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index c676a1ca34..a3fef3a794 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "Position der Seitenleiste wechseln", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "Position der Seitenleiste umschalten", "view": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 0097e8c7d4..cf437d1ea9 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "Randleistensichtbarkeit umschalten", "view": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 6771a39ad5..d03eb3584f 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "Sichtbarkeit der Statusleiste umschalten", "view": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index b1c16b877d..68af344601 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Registerkartensichtbarkeit umschalten", "view": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index 8a76dfea66..1b6070a103 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Zen-Modus umschalten", "view": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 174408464b..039a196583 100644 --- a/i18n/deu/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "Datei ƶffnen...", "openFolder": "Ordner ƶffnen...", "openFileFolder": "Ɩffnen...", - "addFolderToWorkspace": "Ordner zum Arbeitsbereich hinzufügen...", - "add": "&&Hinzufügen", - "addFolderToWorkspaceTitle": "Ordner zum Arbeitsbereich hinzufügen", "globalRemoveFolderFromWorkspace": "Ordner aus dem Arbeitsbereich entfernen...", - "removeFolderFromWorkspace": "Ordner aus dem Arbeitsbereich entfernen", - "openFolderSettings": "Ordnereinstellungen ƶffnen", "saveWorkspaceAsAction": "Arbeitsbereich speichern unter...", "save": "&&Speichern", "saveWorkspace": "Arbeitsbereich speichern", "openWorkspaceAction": "Arbeitsbereich ƶffnen...", "openWorkspaceConfigFile": "Konfigurationsdatei des Arbeitsbereichs ƶffnen", - "openFolderAsWorkspaceInNewWindow": "Ordner als Arbeitsbereich in neuem Fenster ƶffnen", - "workspaceFolderPickerPlaceholder": "Arbeitsbereichsordner auswƤhlen" + "openFolderAsWorkspaceInNewWindow": "Ordner als Arbeitsbereich in neuem Fenster ƶffnen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/deu/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..3ea3555b44 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Ordner zum Arbeitsbereich hinzufügen...", + "add": "&&Hinzufügen", + "addFolderToWorkspaceTitle": "Ordner zum Arbeitsbereich hinzufügen", + "workspaceFolderPickerPlaceholder": "Arbeitsbereichsordner auswƤhlen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 9ce0dd879d..43a515eeb6 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 4bf40f11e3..ea45636ca8 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "AktivitƤtsleiste ausblenden", "globalActions": "Globale Aktionen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/compositePart.i18n.json index 27f9eed094..2e209277c7 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0}-Aktionen", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index a2d382d743..9b4bfd7a44 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "Umschaltung der aktiven Ansicht" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 22d3bb268e..0900ac8d14 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10k+", "badgeTitle": "{0} - {1}", "additionalViews": "ZusƤtzliche Ansichten", diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index c9d8173a22..f52b6f6bbc 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "BinƤrdateien-Viewer" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index 0812b9299a..6466e82fde 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Text-Editor", "textDiffEditor": "Textdiff-Editor", "binaryDiffEditor": "BinƤrdiff-Editor", @@ -13,5 +15,18 @@ "groupThreePicker": "Editoren in dritter Gruppe anzeigen", "allEditorsPicker": "Alle geƶffneten Editoren anzeigen", "view": "Anzeigen", - "file": "Datei" + "file": "Datei", + "close": "Schließen", + "closeOthers": "Andere schließen", + "closeRight": "Rechts schließen", + "closeAllSaved": "Gespeicherte schließen", + "closeAll": "Alle schließen", + "keepOpen": "Geƶffnet lassen", + "toggleInlineView": "Inlineansicht umschalten", + "showOpenedEditors": "Geƶffnete Editoren anzeigen", + "keepEditor": "Editor beibehalten", + "closeEditorsInGroup": "Alle Editoren in der Gruppe schließen", + "closeSavedEditors": "Gespeicherte Editoren in Gruppe schließen", + "closeOtherEditors": "Andere Editoren schließen", + "closeRightEditors": "Editoren rechts schließen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index eea7eefe29..58d4dc836d 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Editor teilen", "joinTwoGroups": "Editors von zwei Gruppen verknüpfen", "navigateEditorGroups": "Zwischen Editor-Gruppen navigieren", @@ -17,18 +19,13 @@ "closeEditor": "Editor schließen", "revertAndCloseActiveEditor": "Wiederherstellen und Editor schließen", "closeEditorsToTheLeft": "Editoren links schließen", - "closeEditorsToTheRight": "Editoren rechts schließen", "closeAllEditors": "Alle Editoren schließen", - "closeUnmodifiedEditors": "Nicht geƤnderte Editoren in der Gruppe schließen", "closeEditorsInOtherGroups": "Editoren in anderen Gruppen schließen", - "closeOtherEditorsInGroup": "Andere Editoren schließen", - "closeEditorsInGroup": "Alle Editoren in der Gruppe schließen", "moveActiveGroupLeft": "Editor-Gruppe nach links verschieben", "moveActiveGroupRight": "Editor-Gruppe nach rechts verschieben", "minimizeOtherEditorGroups": "Andere Editor-Gruppen minimieren", "evenEditorGroups": "Gleichmäßige Breite der Editor-Gruppe", "maximizeEditor": "Editor-Gruppe maximieren und Randleiste ausblenden", - "keepEditor": "Editor beibehalten", "openNextEditor": "NƤchsten Editor ƶffnen", "openPreviousEditor": "Vorherigen Editor ƶffnen", "nextEditorInGroup": "NƤchsten Editor in der Gruppe ƶffnen", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "Editoren in erster Gruppe anzeigen", "showEditorsInSecondGroup": "Editoren in zweiter Gruppe anzeigen", "showEditorsInThirdGroup": "Editoren in dritter Gruppe anzeigen", - "showEditorsInGroup": "Editoren in der Gruppe anzeigen", "showAllEditors": "Alle Editoren anzeigen", "openPreviousRecentlyUsedEditorInGroup": "Vorherigen zuletzt verwendeten Editor in der Gruppe ƶffnen", "openNextRecentlyUsedEditorInGroup": "NƤchsten zuletzt verwendeten Editor in der Gruppe ƶffnen", @@ -54,5 +50,8 @@ "moveEditorLeft": "Editor nach links verschieben", "moveEditorRight": "Editor nach rechts verschieben", "moveEditorToPreviousGroup": "Editor in vorherige Gruppe verschieben", - "moveEditorToNextGroup": "Editor in nƤchste Gruppe verschieben" + "moveEditorToNextGroup": "Editor in nƤchste Gruppe verschieben", + "moveEditorToFirstGroup": "Editor in die erste Gruppe verschieben", + "moveEditorToSecondGroup": "Editor in die zweite Gruppe verschieben", + "moveEditorToThirdGroup": "Editor in die dritte Gruppe verschieben" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 2b4ef55801..a7eedbbbf5 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "Aktiven Editor nach Tabstopps oder Gruppen verschieben", "editorCommand.activeEditorMove.arg.name": "Argument zum Verschieben des aktiven Editors", - "editorCommand.activeEditorMove.arg.description": "Argumenteigenschaften:\n\t* \"to\": Ein Zeichenfolgenwert, der das Ziel des Verschiebungsvorgangs angibt.\n\t* \"by\": Ein Zeichenfolgenwert, der die Einheit für die Verschiebung angibt (nach Registerkarte oder nach Gruppe).\n\t* \"value\": Ein Zahlenwert, der angibt, um wie viele Positionen verschoben wird. Es kann auch die absolute Position für die Verschiebung angegeben werden.\n", - "commandDeprecated": "Der Befehl **{0}** wurde entfernt. Sie kƶnnen stattdessen **{1}** verwenden.", - "openKeybindings": "Tastenkombinationen konfigurieren" + "editorCommand.activeEditorMove.arg.description": "Argumenteigenschaften:\n\t* \"to\": Ein Zeichenfolgenwert, der das Ziel des Verschiebungsvorgangs angibt.\n\t* \"by\": Ein Zeichenfolgenwert, der die Einheit für die Verschiebung angibt (nach Registerkarte oder nach Gruppe).\n\t* \"value\": Ein Zahlenwert, der angibt, um wie viele Positionen verschoben wird. Es kann auch die absolute Position für die Verschiebung angegeben werden.\n" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 92bb6f2d5e..829b8b4971 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "Links", "groupTwoVertical": "Zentriert", "groupThreeVertical": "Rechts", diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index f844fd50cf..d475e64758 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, Editor-Gruppenauswahl", "groupLabel": "Gruppe: {0}", "noResultsFoundInGroup": "Es wurde kein übereinstimmender geƶffneter Editor in der Gruppe gefunden.", diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index afbb07198d..8aa531b941 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "Zeile {0}, Spalte {1} ({2} ausgewƤhlt)", "singleSelection": "Zeile {0}, Spalte {1}", "multiSelectionRange": "{0} Auswahlen ({1} Zeichen ausgewƤhlt)", diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..3c38aa17e7 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0} B", + "sizeKB": "{0} KB", + "sizeMB": "{0} MB", + "sizeGB": "{0} GB", + "sizeTB": "{0} TB", + "largeImageError": "Die Dateigröße des Bilds ist zu groß (über 1 MB), um im Editor angezeigt zu werden.", + "resourceOpenExternalButton": "Bild mit externem Programm ƶffnen?", + "nativeBinaryError": "Die Datei wird nicht im Editor angezeigt, weil sie binƤr oder sehr groß ist oder eine nicht unterstützte Textcodierung verwendet.", + "zoom.action.fit.label": "Ganzes Bild", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index cb064f81d5..86e075bad7 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "Registerkartenaktionen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index f5bb0f9739..bde5cbf61f 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "Textdiff-Editor", "readonlyEditorWithInputAriaLabel": "{0}. Schreibgeschützter Textvergleichs-Editor.", "readonlyEditorAriaLabel": "Schreibgeschützter Textvergleichs-Editor.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "Textdateivergleichs-Editor", "navigate.next.label": "NƤchste Ƅnderung", "navigate.prev.label": "Vorherige Ƅnderung", - "inlineDiffLabel": "Zur Inlineansicht wechseln", - "sideBySideDiffLabel": "Zur Parallelansicht wechseln" + "toggleIgnoreTrimWhitespace.label": "Keine Leerzeichen entfernen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index 8992ed23c7..45314fb66c 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0} Gruppe {1}." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 91e92ea18e..d835e01e40 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Text-Editor", "readonlyEditorWithInputAriaLabel": "{0}. Schreibgeschützter Text-Editor.", "readonlyEditorAriaLabel": "Schreibgeschützter Text-Editor.", diff --git a/i18n/deu/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index 33a0388a64..5e7388e59a 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Schließen", - "closeOthers": "Andere schließen", - "closeRight": "Rechts schließen", - "closeAll": "Alle schließen", - "closeAllUnmodified": "Nicht geƤnderte schließen", - "keepOpen": "Geƶffnet lassen", - "showOpenedEditors": "Geƶffnete Editoren anzeigen", "araLabelEditorActions": "Editor-Aktionen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..fff1e954c8 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "Benachrichtigung lƶschen", + "clearNotifications": "Alle Benachrichtigungen lƶschen", + "hideNotificationsCenter": "Benachrichtigungen verbergen", + "expandNotification": "Benachrichtigung erweitern", + "collapseNotification": "Benachrichtigung schließen", + "configureNotification": "Benachrichtigung konfigurieren", + "copyNotification": "Text kopieren" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..63b66cc3fe --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Fehler: {0}", + "alertWarningMessage": "Warnung: {0}", + "alertInfoMessage": "Info: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..02fbd8ec84 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Benachrichtigungen", + "notificationsToolbar": "Aktionen der Benachrichtigungszentrale", + "notificationsList": "Benachrichtigungsliste" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..00794c54a6 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Benachrichtigungen", + "showNotifications": "Benachrichtigungen anzeigen", + "hideNotifications": "Benachrichtigungen verbergen", + "clearAllNotifications": "Alle Benachrichtigungen lƶschen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..9bb4435f76 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "Benachrichtigungen ausblenden", + "zeroNotifications": "Keine Benachrichtigungen", + "noNotifications": "Keine neuen Benachrichtigungen", + "oneNotification": "1 neue Benachrichtigung", + "notifications": "{0} neue Benachrichtigungen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..89e7d6db94 --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "Popupbenachrichtigung" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..0bd04a8eeb --- /dev/null +++ b/i18n/deu/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "Benachrichtigungsaktionen", + "notificationSource": "Quelle: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index dc59292f79..6e655c1716 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Bereich schließen", "togglePanel": "Bereich umschalten", "focusPanel": "Fokus im Bereich", diff --git a/i18n/deu/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index 831f0d5527..d91a0ba4d8 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index ed1a3dee18..982c1d663d 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (Drücken Sie die EINGABETASTE zur BestƤtigung oder ESC, um den Vorgang abzubrechen.)", "inputModeEntry": "Drücken Sie die EINGABETASTE, um Ihre Eingabe zu bestƤtigen, oder ESC, um den Vorgang abzubrechen.", "emptyPicks": "Es sind keine EintrƤge zur Auswahl verfügbar.", diff --git a/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 51845025d4..f233e66d9d 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 51845025d4..91548009c0 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "Gehe zu Datei...", "quickNavigateNext": "Zum nƤchsten Element in Quick Open navigieren", "quickNavigatePrevious": "Zum vorherigen Element in Quick Open navigieren", diff --git a/i18n/deu/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index e6a5736102..fdc0ad5aa7 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "Randleiste ausblenden", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "Fokus in Randleiste", "viewCategory": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index cda94be834..b8e99f954c 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "Erweiterung verwalten" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 5618ae8213..cb79321845 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[Nicht unterstützt]", + "userIsAdmin": "[Administrator]", + "userIsSudo": "[Superuser]", "devExtensionWindowTitlePrefix": "[Erweiterungsentwicklungshost]" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index b7eb39e941..ed352fa190 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0}-Aktionen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/views/views.i18n.json index 17abacb1d8..a7e7928a13 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index a36d97eb0e..d62649503b 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/deu/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index 147a1680ae..3dd2270310 100644 --- a/i18n/deu/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "Auf Randleiste ausblenden" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "Ausblenden" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/quickopen.i18n.json b/i18n/deu/src/vs/workbench/browser/quickopen.i18n.json index ac7dedc6bd..f0740d3185 100644 --- a/i18n/deu/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "Keine übereinstimmenden Ergebnisse.", "noResultsFound2": "Es wurden keine Ergebnisse gefunden." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/browser/viewlet.i18n.json b/i18n/deu/src/vs/workbench/browser/viewlet.i18n.json index 97b755d5fd..6752dd90cd 100644 --- a/i18n/deu/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "Randleiste ausblenden", "collapse": "Alle zuklappen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/common/theme.i18n.json b/i18n/deu/src/vs/workbench/common/theme.i18n.json index 4336f732be..002d8f7fe0 100644 --- a/i18n/deu/src/vs/workbench/common/theme.i18n.json +++ b/i18n/deu/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Hintergrundfarbe der aktiven Registerkarte. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editorgruppen kƶnnen vorhanden sein.", "tabInactiveBackground": "Hintergrundfarbe der inaktiven Registerkarte. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editorgruppen kƶnnen vorhanden sein.", + "tabHoverBackground": "Hintergrundfarbe der Registerkarte beim Daraufzeigen. Registerkarten sind die Container für Editoren im Editorbereich. In einer Editorgruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editorgruppen kƶnnen vorhanden sein.", + "tabUnfocusedHoverBackground": "Hintergrundfarbe für Registerkarten in einer unfokussierten Gruppe beim Daraufzeigen. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editor-Gruppen sind mƶglich.", "tabBorder": "Rahmen zum Trennen von Registerkarten. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editor-Gruppen sind mƶglich.", "tabActiveBorder": "Rahmen zum Hervorheben aktiver Registerkarten. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editor-Gruppen sind mƶglich.", "tabActiveUnfocusedBorder": "Rahmen zum Hervorheben aktiver Registerkarten in einer unfokussierten Gruppe. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editor-Gruppen sind mƶglich.", + "tabHoverBorder": "Rahmen zum Hervorheben von Registerkarten beim Daraufzeigen. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editor-Gruppen sind mƶglich.", + "tabUnfocusedHoverBorder": "Rahmen zum Hervorheben von Registerkarten in einer unfokussierten Gruppe beim Daraufzeigen. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editor-Gruppen sind mƶglich.", "tabActiveForeground": "Vordergrundfarbe der aktiven Registerkarte in einer aktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editorgruppen kƶnnen vorhanden sein.", "tabInactiveForeground": "Vordergrundfarbe der inaktiven Registerkarte in einer aktiven Gruppe. Registerkarten sind die Container für Editors im Editorbereich. In einer Editorgruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editorgruppen kƶnnen vorhanden sein.", "tabUnfocusedActiveForeground": "Vordergrundfarbe für aktive Registerkarten in einer unfokussierten Gruppe. Registerkarten sind die Container für Editoren im Editor-Bereich. In einer Editor-Gruppe kƶnnen mehrere Registerkarten geƶffnet werden. Mehrere Editor-Gruppen sind mƶglich.", @@ -16,7 +22,7 @@ "editorGroupBackground": "Hintergrundfarbe einer Editor-Gruppe. Editor-Gruppen sind die Container der Editoren. Die Hintergrundfarbe wird beim Ziehen von Editoren angezeigt.", "tabsContainerBackground": "Hintergrundfarbe der Titelüberschrift der Editor-Gruppe, wenn die Registerkarten deaktiviert sind. Editor-Gruppen sind die Container der Editoren.", "tabsContainerBorder": "Rahmenfarbe der Titelüberschrift der Editor-Gruppe, wenn die Registerkarten deaktiviert sind. Editor-Gruppen sind die Container der Editoren.", - "editorGroupHeaderBackground": "Hintergrundfarbe der Titelüberschrift des Editors, wenn die Registerkarten deaktiviert sind. Editor-Gruppen sind die Container der Editoren.", + "editorGroupHeaderBackground": "Hintergrundfarbe der Editorgruppen-Titelüberschrift, wenn Registerkarten deaktiviert sind (`\"workbench.editor.showTabs\": false`). Editor-Gruppen sind die Container für Editoren.", "editorGroupBorder": "Farbe zum Trennen mehrerer Editor-Gruppen. Editor-Gruppen sind die Container der Editoren.", "editorDragAndDropBackground": "Ā Hintergrundfarbe beim Ziehen von Editoren. Die Farbe muss transparent sein, damit der Editor-Inhalt noch sichtbar sind.", "panelBackground": "Hintergrundfarbe des Panels. Panels werden unter dem Editorbereich angezeigt und enthalten Ansichten wie die Ausgabe und das integrierte Terminal.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "Rahmenfarbe der Statusleiste zur Abtrennung von der Randleiste und dem Editor, wenn kein Ordner geƶffnet ist. Die Statusleiste wird unten im Fenster angezeigt.", "statusBarItemActiveBackground": "Hintergrundfarbe für Statusleistenelemente beim Klicken. Die Statusleiste wird am unteren Rand des Fensters angezeigt.", "statusBarItemHoverBackground": "Hintergrundfarbe der Statusleistenelemente beim Daraufzeigen. Die Statusleiste wird am unteren Seitenrand angezeigt.", - "statusBarProminentItemBackground": "Hintergrundfarbe für markante Elemente der Statusleiste. Markante Elemente sind im Vergleich zu anderen StatusleisteneintrƤgen hervorgehoben, um auf ihre Bedeutung hinzuweisen. Die Statusleiste wird unten im Fenster angezeigt.", - "statusBarProminentItemHoverBackground": "Hintergrundfarbe für markante Elemente der Statusleiste, wenn auf diese gezeigt wird. Markante Elemente sind im Vergleich zu anderen StatusleisteneintrƤgen hervorgehoben, um auf ihre Bedeutung hinzuweisen. Die Statusleiste wird unten im Fenster angezeigt.", + "statusBarProminentItemBackground": "Hintergrundfarbe für markante Elemente der Statusleiste. Markante Elemente sind im Vergleich zu anderen StatusleisteneintrƤgen hervorgehoben, um auf ihre Bedeutung hinzuweisen. Ƅndern Sie den Modus mithilfe von \"TAB-Umschalttaste verschiebt Fokus\" auf der Befehlspalette, um ein Beispiel anzuzeigen. Die Statusleiste wird unten im Fenster angezeigt.", + "statusBarProminentItemHoverBackground": "Hintergrundfarbe für markante Elemente der Statusleiste, wenn auf diese gezeigt wird. Markante Elemente sind im Vergleich zu anderen StatusleisteneintrƤgen hervorgehoben, um auf ihre Bedeutung hinzuweisen. Ƅndern Sie den Modus mithilfe von \"TAB-Umschalttaste verschiebt Fokus\" auf der Befehlspalette, um ein Beispiel anzuzeigen. Die Statusleiste wird unten im Fenster angezeigt.", "activityBarBackground": "Hintergrundfarbe der AktivitƤtsleiste. Die AktivitƤtsleiste wird ganz links oder rechts angezeigt und ermƶglicht das Wechseln zwischen verschiedenen Ansichten der Seitenleiste.", "activityBarForeground": "Vordergrundfarbe der AktivitƤtsleiste (z.Ā B. für Symbole). Die AktivitƤtsleiste wird ganz links oder rechts angezeigt und ermƶglicht das Wechseln zwischen verschiedenen Ansichten der Seitenleiste.", "activityBarBorder": "Rahmenfarbe der AktivitƤtsleiste für die Abtrennung von der Seitenleiste. Die AktivitƤtsleiste wird ganz links oder rechts angezeigt und ermƶglicht das Wechseln zwischen verschiedenen Ansichten der Seitenleiste.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "Hintergrund der Titelleiste, wenn das Fenster aktiv ist. Diese Farbe wird derzeit nur von MacOS unterstützt.", "titleBarInactiveBackground": "Hintergrund der Titelleiste, wenn das Fenster inaktiv ist. Diese Farbe wird derzeit nur von MacOS unterstützt.", "titleBarBorder": "Rahmenfarbe der Titelleiste. Diese Farbe wird derzeit nur unter MacOS unterstützt.", - "notificationsForeground": "Vordergrundfarbe für Benachrichtigungen. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsBackground": "Hintergrundfarbe für Benachrichtigungen. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsButtonBackground": "Hintergrundfarbe der BenachrichtigungsschaltflƤche. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsButtonHoverBackground": "Hintergrundfarbe der BenachrichtigungsschaltflƤche, wenn darauf gezeigt wird. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsButtonForeground": "Vordergrundfarbe der BenachrichtigungsschaltflƤche. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsInfoBackground": "Hintergrundfarbe von Benachrichtigungsinformationen. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsInfoForeground": "Vordergrundfarbe von Benachrichtigungsinformationen. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsWarningBackground": "Hintergrundfarbe von Benachrichtigungswarnungen. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsWarningForeground": "Vordergrundfarbe von Benachrichtigungswarnungen. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsErrorBackground": "Hintergrundfarbe von Benachrichtigungsfehlern. Benachrichtigungen werden oben im Fenster eingeblendet.", - "notificationsErrorForeground": "Vordergrundfarbe von Benachrichtigungsfehlern. Benachrichtigungen werden oben im Fenster eingeblendet." + "notificationCenterBorder": "Rahmenfarbe der Benachrichtigungszentrale. Benachrichtigungen werden unten rechts eingeblendet.", + "notificationToastBorder": "Rahmenfarbe der Popupbenachrichtigung. Benachrichtigungen werden unten rechts eingeblendet.", + "notificationsForeground": "Vordergrundfarbe für Benachrichtigungen. Benachrichtigungen werden unten rechts eingeblendet.", + "notificationsBackground": "Hintergrundfarbe für Benachrichtigungen. Benachrichtigungen werden unten rechts eingeblendet.", + "notificationsLink": "Vordergrundfarbe für Benachrichtigungslinks. Benachrichtigungen werden unten rechts eingeblendet.", + "notificationCenterHeaderForeground": "Vordergrundfarbe für Kopfzeile der Benachrichtigungszentrale. Benachrichtigungen werden unten rechts eingeblendet.", + "notificationCenterHeaderBackground": "Hintergrundfarbe für Kopfzeile der Benachrichtigungszentrale. Benachrichtigungen werden unten rechts eingeblendet.", + "notificationsBorder": "Rahmenfarbe für Benachrichtigungen zum Trennen von anderen Benachrichtigungen in der Benachrichtigungszentrale. Benachrichtigungen werden unten rechts eingeblendet." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/common/views.i18n.json b/i18n/deu/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..28d73a26f7 --- /dev/null +++ b/i18n/deu/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "Eine Ansicht mit der ID \"{0}\" ist bereits am Speicherort \"{1}\" registriert." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json index 7331216a59..6a3c25d74d 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Editor schließen", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Fenster schließen", "closeWorkspace": "Arbeitsbereich schließen", "noWorkspaceOpened": "Zurzeit ist kein Arbeitsbereich in dieser Instanz geƶffnet, der geschlossen werden kann.", @@ -17,6 +18,7 @@ "zoomReset": "Zoom zurücksetzen", "appPerf": "Startleistung", "reloadWindow": "Fenster erneut laden", + "reloadWindowWithExntesionsDisabled": "Fenster mit deaktivierten Erweiterungen erneut laden", "switchWindowPlaceHolder": "Fenster auswƤhlen, zu dem Sie wechseln mƶchten", "current": "Aktuelles Fenster", "close": "Fenster schließen", @@ -29,7 +31,6 @@ "remove": "Aus zuletzt geƶffneten entfernen", "openRecent": "Zuletzt benutzt...", "quickOpenRecent": "Zuletzt benutzte schnell ƶffnen...", - "closeMessages": "Benachrichtigungs-E-Mail schließen", "reportIssueInEnglish": "Problem melden", "reportPerformanceIssue": "Leistungsproblem melden", "keybindingsReference": "Referenz für Tastenkombinationen", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "Fensterregisterkarte in neues Fenster verschieben", "mergeAllWindowTabs": "Alle Fenster zusammenführen", "toggleWindowTabsBar": "Fensterregisterkarten-Leiste umschalten", - "configureLocale": "Sprache konfigurieren", - "displayLanguage": "Definiert die Anzeigesprache von VSCode.", - "doc": "Unter {0} finden Sie eine Liste der unterstützten Sprachen.", - "restart": "Das Ƅndern dieses Wertes erfordert einen Neustart von VSCode.", - "fail.createSettings": "{0} ({1}) kann nicht erstellt werden.", - "openLogsFolder": "Protokollordner ƶffnen", - "showLogs": "Protokolle anzeigen...", - "mainProcess": "Main", - "sharedProcess": "Geteilt", - "rendererProcess": "Renderer", - "extensionHost": "Erweiterungshost", - "selectProcess": "Prozess auswƤhlen", - "setLogLevel": "Protokollstufe festlegen", - "trace": "Spur", - "debug": "Debuggen", - "info": "Info", - "warn": "Warnung", - "err": "Fehler", - "critical": "Kritisch", - "off": "Aus", - "selectLogLevel": "Protokollstufe auswƤhlen" + "about": "Informationen zu {0}", + "inspect context keys": "Kontextschlüssel prüfen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/configureLocale.i18n.json index f17cc2cd8a..6c6799f878 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/crashReporter.i18n.json index f7a2d1f0c3..2f0dcdd3ea 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/extensionHost.i18n.json index 9a7af044bc..18be7f14a5 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/main.contribution.i18n.json index 2a2af0f320..1c0ab61e61 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "Anzeigen", "help": "Hilfe", "file": "Datei", - "developer": "Entwickler", "workspaces": "Arbeitsbereiche", + "developer": "Entwickler", + "workbenchConfigurationTitle": "Workbench", "showEditorTabs": "Steuert, ob geƶffnete Editoren auf Registerkarten angezeigt werden sollen.", "workbench.editor.labelFormat.default": "Zeigt den Namen der Datei. Wenn Registerkarten aktiviert sind und zwei Dateien in einer Gruppe den gleichen Namen haben, werden die unterscheidenden Abschnitte der Pfade jeder Datei hinzugefügt. Wenn die Registerkarten deaktiviert sind, wird der Pfad relativ zum Arbeitsbereich-Ordner angezeigt, wenn der Editor aktiv ist. ", "workbench.editor.labelFormat.short": "Den Namen der Datei anzeigen, gefolgt von dessen Verzeichnisnamen.", @@ -20,23 +23,25 @@ "showIcons": "Steuert, ob geƶffnete Editoren mit einem Symbol angezeigt werden sollen. Hierzu muss auch ein Symboldesign aktiviert werden.", "enablePreview": "Steuert, ob geƶffnete Editoren als Vorschau angezeigt werden. Vorschau-Editoren werden wiederverwendet, bis sie gespeichert werden (z. B. über Doppelklicken oder Bearbeiten), und sie werden mit kursivem Schriftschnitt angezeigt.", "enablePreviewFromQuickOpen": "Steuert, ob geƶffnete Editoren aus Quick Open als Vorschau angezeigt werden. Vorschau-Editoren werden wiederverwendet, bis sie gespeichert werden (z. B. über Doppelklicken oder Bearbeiten).", + "closeOnFileDelete": "Steuert, ob Editoren, die eine Datei anzeigen, automatisch geschlossen werden sollen, wenn die Datei von einem anderen Prozess umbenannt oder gelƶscht wird. Wenn Sie diese Option deaktivieren, bleibt der Editor bei einem solchen Ereignis als geƤndert offen. Bei LƶschvorgƤngen innerhalb der Anwendung wird der Editor immer geschlossen, und geƤnderte Dateien werden nie geschlossen, damit Ihre Daten nicht verloren gehen.", "editorOpenPositioning": "Steuert, wo Editoren geƶffnet werden. WƤhlen Sie \"links\" oder \"rechts\", um Editoren links oder rechts neben dem derzeit aktiven Editor zu ƶffnen. WƤhlen Sie \"erster\" oder \"letzter\", um Editoren unabhƤngig vom derzeit aktiven Editor zu ƶffnen.", "revealIfOpen": "Steuert, ob ein geƶffneter Editor in einer der sichtbaren Gruppen angezeigt wird. Ist diese Option deaktiviert, wird ein Editor vorzugsweise in der aktuell aktiven Editorgruppe geƶffnet. Ist diese Option aktiviert, wird ein bereits geƶffneter Editor angezeigt und nicht in der aktuell aktiven Editorgruppe erneut geƶffnet. In einigen FƤllen wird diese Einstellung ignoriert, z.Ā B. wenn das Ɩffnen eines Editors in einer bestimmten Gruppe oder neben der aktuell aktiven Gruppe erzwungen wird.", + "swipeToNavigate": "Hiermit navigieren Sie per waagrechtem Wischen mit drei Fingen zwischen geƶffneten Dateien.", "commandHistory": "Steuert, ob die Anzahl zuletzt verwendeter Befehle im Verlauf für die Befehlspalette gespeichert wird. Legen Sie diese Option auf 0 fest, um den Befehlsverlauf zu deaktivieren.", "preserveInput": "Steuert, ob die letzte typisierte Eingabe in die Befehlspalette beim nƤchsten Ɩffnen wiederhergestellt wird.", "closeOnFocusLost": "Steuert, ob Quick Open automatisch geschlossen werden soll, sobald das Feature den Fokus verliert.", "openDefaultSettings": "Steuert, ob beim Ɩffnen der Einstellungen auch ein Editor geƶffnet wird, der alle Standardeinstellungen anzeigt.", "sideBarLocation": "Steuert die Position der Seitenleiste. Diese kann entweder links oder rechts von der Workbench angezeigt werden.", + "panelDefaultLocation": "Steuert die Standardposition des Panels. Dieses kann entweder unterhalb oder rechts von der Workbench angezeigt werden.", "statusBarVisibility": "Steuert die Sichtbarkeit der Statusleiste im unteren Bereich der Workbench.", "activityBarVisibility": "Steuert die Sichtbarkeit der AktivitƤtsleiste in der Workbench.", - "closeOnFileDelete": "Steuert, ob Editoren, die eine Datei anzeigen, automatisch geschlossen werden sollen, wenn die Datei von einem anderen Prozess umbenannt oder gelƶscht wird. Wenn Sie diese Option deaktivieren, bleibt der Editor bei einem solchen Ereignis als geƤndert offen. Bei LƶschvorgƤngen innerhalb der Anwendung wird der Editor immer geschlossen, und geƤnderte Dateien werden nie geschlossen, damit Ihre Daten nicht verloren gehen.", - "enableNaturalLanguageSettingsSearch": "Steuert, ob der Suchmodus mit natürlicher Sprache für die Einstellungen aktiviert werden soll.", - "fontAliasing": "Steuert die Schriftartaliasingmethode in der Workbench.\n- default: Subpixel-SchriftartglƤttung. Auf den meisten Nicht-Retina-Displays wird Text bei dieser Einstellung am schƤrfsten dargestellt.\n- antialiased: GlƤttet die Schriftart auf der Pixelebene (im Gegensatz zur Subpixelebene). Bei dieser Einstellung kann die Schriftart insgesamt heller wirken.\n- none: Deaktiviert die SchriftartglƤttung. Text wird mit gezackten scharfen Kanten dargestellt.\n", + "viewVisibility": "Steuert die Sichtbarkeit von Headeraktionen. Headeraktionen kƶnnen immer sichtbar sein oder nur sichtbar sein, wenn diese Ansicht fokussiert ist oder mit der Maus darauf gezeigt wird.", + "fontAliasing": "Steuert die Schriftartaliasingmethode in der Workbench.\n - default: Subpixel-SchriftartglƤttung. Auf den meisten Nicht-Retina-Displays wird Text bei dieser Einstellung am schƤrfsten dargestellt. \n- antialiased: GlƤttet die Schriftart auf der Pixelebene (im Gegensatz zur Subpixelebene). Bei dieser Einstellung kann die Schriftart insgesamt heller wirken.\n- none: Deaktiviert die SchriftartglƤttung. Text wird mit gezackten scharfen Kanten dargestellt.\n- auto: Wendet ausgehend vom DPI der Anzeige automatisch \"default\" oder \"antialiased\" an.", "workbench.fontAliasing.default": "Subpixel-SchriftartglƤttung. Auf den meisten Nicht-Retina-Displays wird Text bei dieser Einstellung am schƤrfsten dargestellt.", "workbench.fontAliasing.antialiased": "GlƤttet die Schriftart auf der Pixelebene (im Gegensatz zur Subpixelebene). Bei dieser Einstellung kann die Schriftart insgesamt heller wirken.", "workbench.fontAliasing.none": "Deaktiviert die SchriftartglƤttung. Text wird mit gezackten scharfen Kanten dargestellt.", - "swipeToNavigate": "Hiermit navigieren Sie per waagrechtem Wischen mit drei Fingen zwischen geƶffneten Dateien.", - "workbenchConfigurationTitle": "Workbench", + "workbench.fontAliasing.auto": "Wendet ausgehend vom DPI der Anzeige automatisch \"default\" oder \"antialiased\" an.", + "enableNaturalLanguageSettingsSearch": "Steuert, ob der Suchmodus mit natürlicher Sprache für die Einstellungen aktiviert werden soll.", "windowConfigurationTitle": "Fenster", "window.openFilesInNewWindow.on": "Dateien werden in einem neuen Fenster geƶffnet.", "window.openFilesInNewWindow.off": "Dateien werden im Fenster mit dem geƶffneten Dateiordner oder im letzten aktiven Fenster geƶffnet.", @@ -71,9 +76,9 @@ "window.nativeTabs": "Aktiviert MacOS Sierra-Fensterregisterkarten. Beachten Sie, dass zum Übernehmen von Ƅnderungen ein vollstƤndiger Neustart erforderlich ist und durch ggf. konfigurierte native Registerkarten ein benutzerdefinierter Titelleistenstil deaktiviert wird.", "zenModeConfigurationTitle": "Zen-Modus", "zenMode.fullScreen": "Steuert, ob die Workbench durch das Aktivieren des Zen-Modus in den Vollbildmodus wechselt.", + "zenMode.centerLayout": "Steuert, ob das Layout durch Aktivieren des Zen-Modus ebenfalls zentriert wird.", "zenMode.hideTabs": "Steuert, ob die Workbench-Registerkarten durch Aktivieren des Zen-Modus ebenfalls ausgeblendet werden.", "zenMode.hideStatusBar": "Steuert, ob die Statusleiste im unteren Bereich der Workbench durch Aktivieren des Zen-Modus ebenfalls ausgeblendet wird.", "zenMode.hideActivityBar": "Steuert, ob die AktivitƤtsleiste im linken Bereich der Workbench durch Aktivieren des Zen-Modus ebenfalls ausgeblendet wird.", - "zenMode.restore": "Steuert, ob ein Fenster im Zen-Modus wiederhergestellt werden soll, wenn es im Zen-Modus beendet wurde.", - "JsonSchema.locale": "Die zu verwendende Sprache der BenutzeroberflƤche." + "zenMode.restore": "Steuert, ob ein Fenster im Zen-Modus wiederhergestellt werden soll, wenn es im Zen-Modus beendet wurde." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/main.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/main.i18n.json index 52959bca4b..17b43aeb53 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "Eine erforderliche Datei konnte nicht geladen werden. Entweder sind Sie nicht mehr mit dem Internet verbunden oder der verbundene Server ist offline. Aktualisieren Sie den Browser, und wiederholen Sie den Vorgang.", "loaderErrorNative": "Fehler beim Laden einer erforderlichen Datei. Bitte starten Sie die Anwendung neu, und versuchen Sie es dann erneut. Details: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/shell.i18n.json index b225b8a001..ee90c7a18e 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/electron-browser/window.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/window.i18n.json index dac54eb81a..014fe2e0aa 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "RückgƤngig", "redo": "Wiederholen", "cut": "Ausschneiden", "copy": "Kopieren", "paste": "Einfügen", - "selectAll": "Alles auswƤhlen" + "selectAll": "Alles auswƤhlen", + "runningAsRoot": "Es wird nicht empfohlen, {0} als Root-Benutzer auszuführen." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/workbench.i18n.json index db7c9434c9..b365bb4947 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "Entwickler", "file": "Datei" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/deu/src/vs/workbench/node/extensionHostMain.i18n.json index 3727d23866..80c52da50c 100644 --- a/i18n/deu/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/deu/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "Der Pfad \"{0}\" verweist nicht auf einen gültigen Test Runner für eine Erweiterung." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/deu/src/vs/workbench/node/extensionPoints.i18n.json index fc6d616a74..cf8cec0fcf 100644 --- a/i18n/deu/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/deu/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index c90c9c578b..92fc8a35dc 100644 --- a/i18n/deu/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "Befehl \"{0}\" in \"PATH\" installieren", "not available": "Dieser Befehl ist nicht verfügbar.", "successIn": "Der Shellbefehl \"{0}\" wurde erfolgreich in \"PATH\" installiert.", - "warnEscalation": "Der Code fordert nun mit \"osascript\" zur Eingabe von Administratorberechtigungen auf, um den Shellbefehl zu installieren.", "ok": "OK", - "cantCreateBinFolder": "/usr/local/bin kann nicht erstellt werden.", "cancel2": "Abbrechen", + "warnEscalation": "Der Code fordert nun mit \"osascript\" zur Eingabe von Administratorberechtigungen auf, um den Shellbefehl zu installieren.", + "cantCreateBinFolder": "/usr/local/bin kann nicht erstellt werden.", "aborted": "Abgebrochen", "uninstall": "Befehl \"{0}\" aus \"PATH\" deinstallieren", "successFrom": "Der Shellbefehl \"{0}\" wurde erfolgreich aus \"PATH\" deinstalliert.", diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index f802905959..9824ca4c2e 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "Die Einstellung \"editor.accessibilitySupport\" wird in \"Ein\" geƤndert.", "openingDocs": "Die Dokumentationsseite zur Barrierefreiheit von VS Code wird jetzt geƶffnet.", "introMsg": "Vielen Dank, dass Sie die Optionen für Barrierefreiheit von VS Code testen.", diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index 60061e8550..3a4b343afa 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "Entwickler: Wichtige Zuordnungen prüfen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 18e736ab98..b36cbab7e2 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 3deaa385b5..47866d4971 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "Fehler beim Analysieren von {0}: {1}", "schema.openBracket": "Das ƶffnende Klammerzeichen oder die Zeichenfolgensequenz.", "schema.closeBracket": "Das schließende Klammerzeichen oder die Zeichenfolgensequenz.", diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 18e736ab98..98c0241410 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "Entwickler: TM-Bereiche untersuchen", "inspectTMScopesWidget.loading": "Wird geladen..." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 6e8241b309..d7d1640abf 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "Ansicht: Minikarte umschalten" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 0ca859efe9..edbccf75fa 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Multi-Curosor-Modifizierer umschalten" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 09199c6fa3..c60d542cda 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "Ansicht: Steuerzeichen umschalten" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 4fad63eb32..eb8bfe3146 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "Ansicht: Rendern von Leerzeichen umschalten" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index bde2e2a0aa..287d79ce15 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "Ansicht: Zeilenumbruch umschalten", "wordWrap.notInDiffEditor": "In einem Diff-Editor kann der Zeilenumbruch nicht umgeschaltet werden.", "unwrapMinified": "Umbruch für diese Datei deaktivieren", diff --git a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 2c8e18d8c8..9c5e5ae249 100644 --- a/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "OK", "wordWrapMigration.dontShowAgain": "Nicht mehr anzeigen", "wordWrapMigration.openSettings": "Einstellungen ƶffnen", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index e4519c003f..542fe198d5 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "Unterbrechen, wenn der Ausdruck als TRUE ausgewertet wird. EINGABETASTE zum Akzeptieren, ESC-TASTE zum Abbrechen.", "breakpointWidgetAriaLabel": "Das Programm wird nur angehalten, wenn diese Bedingung erfüllt ist. Drücken Sie zum Akzeptieren die EINGABETASTE oder ESC, um den Vorgang abzubrechen.", "breakpointWidgetHitCountPlaceholder": "Unterbrechen, wenn die Bedingung für die Trefferanzahl erfüllt ist. EINGABETASTE zum Akzeptieren, ESC-TASTE zum Abbrechen.", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..f57afb2478 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "Haltepunkt bearbeiten...", + "functionBreakpointsNotSupported": "Funktionshaltepunkte werden von diesem Debugtyp nicht unterstützt.", + "functionBreakpointPlaceholder": "Funktion mit Haltepunkt", + "functionBreakPointInputAriaLabel": "Geben Sie den Funktionshaltepunkt ein.", + "breakpointDisabledHover": "Deaktivierter Haltepunkt", + "breakpointUnverifieddHover": "Nicht überprüfter Haltepunkt", + "functionBreakpointUnsupported": "Funktionshaltepunkte werden von diesem Debugtyp nicht unterstützt.", + "breakpointDirtydHover": "Nicht überprüfter Haltepunkt. Die Datei wurde geƤndert. Bitte starten Sie die Debugsitzung neu.", + "conditionalBreakpointUnsupported": "Bedingte Haltepunkte werden für diesen Debugtyp nicht unterstützt.", + "hitBreakpointUnsupported": "Bedingte Trefferhaltepunkte werden für diesen Debugtyp nicht unterstützt." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index f8f92c8acc..3f1c674ee8 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "Keine Konfigurationen", "addConfigTo": "Konfiguration hinzufügen ({0})...", "addConfiguration": "Konfiguration hinzufügen..." diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index 465478c98b..705cf13d6e 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "{0} ƶffnen", "launchJsonNeedsConfigurtion": "Konfigurieren oder reparieren Sie \"launch.json\".", "noFolderDebugConfig": "Ɩffnen Sie bitte einen Ordner, um erweitertes Debuggen zu konfigurieren.", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index e3b17702d8..f3c81fabce 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "Hintergrundfarbe der Debug-Symbolleiste." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "Hintergrundfarbe der Debug-Symbolleiste.", + "debugToolBarBorder": "Rahmenfarbe der Debug-Symbolleiste." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..1654780001 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "Ɩffnen Sie bitte einen Ordner, um erweitertes Debuggen zu konfigurieren.", + "columnBreakpoint": "Spaltenhaltepunkt", + "debug": "Debuggen", + "addColumnBreakpoint": "Spaltenhaltepunkt hinzufügen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index 91b8496b64..046a8b1221 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "Die Ressource konnte ohne eine Debugsitzung nicht aufgelƶst werden." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "Die Ressource konnte ohne eine Debugsitzung nicht aufgelƶst werden.", + "canNotResolveSource": "Ressource {0} konnte nicht aufgelƶst werden. Keine Antwort von der Debugerweiterung." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 70de96bcf6..4178260600 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "Debuggen: Haltepunkt umschalten", - "columnBreakpointAction": "Debuggen: Spaltenhaltepunkt", - "columnBreakpoint": "Spaltenhaltepunkt hinzufügen", "conditionalBreakpointEditorAction": "Debuggen: Bedingten Haltepunkt hinzufügen...", "runToCursor": "Ausführen bis Cursor", "debugEvaluate": "Debuggen: Auswerten", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index 101495f271..285f2b2f14 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "Deaktivierter Haltepunkt", "breakpointUnverifieddHover": "Nicht überprüfter Haltepunkt", "breakpointDirtydHover": "Nicht überprüfter Haltepunkt. Die Datei wurde geƤndert. Bitte starten Sie die Debugsitzung neu.", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index b06443ae9e..3dd79ea034 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, Debugging", "debugAriaLabel": "Geben Sie den Namen einer auszuführenden Startkonfiguration ein.", "addConfigTo": "Konfiguration hinzufügen ({0})...", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index dcd6d661cd..e3e7dba23d 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "Debug Konfiguration auswƤhlen und starten" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 76a6649d67..ebd94c1d8e 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "Fokus-Variablen", "debugFocusWatchView": "Fokus-Watch", "debugFocusCallStackView": "Fokus-CallStack", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index d894bfea7d..bc18c73381 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "Widget-Rahmenfarbe bei einer Ausnahme. ", "debugExceptionWidgetBackground": "Widget-Hintergrundfarbe bei einer Ausnahme. ", "exceptionThrownWithId": "Ausnahme: {0}", diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index 0506a861bb..ceef838907 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "Zum Ɩffnen klicken (CMD+KLICKEN für seitliche Anzeige)", "fileLink": "Zum Ɩffnen klicken (STRG+KLICKEN für seitliche Anzeige)" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..8496796129 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Hintergrundfarbe der Statusleiste beim Debuggen eines Programms. Die Statusleiste wird unten im Fenster angezeigt.", + "statusBarDebuggingForeground": "Vordergrundfarbe der Statusleiste beim Debuggen eines Programms. Die Statusleiste wird unten im Fenster angezeigt.", + "statusBarDebuggingBorder": "Rahmenfarbe der Statusleiste zur Abtrennung von der Randleiste und dem Editor, wenn ein Programm debuggt wird. Die Statusleiste wird unten im Fenster angezeigt." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/common/debug.i18n.json index a4c31f57de..3dfde9254f 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "Steuert das Verhalten der internen Debugging-Konsole." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 6814de9d5e..3295310c11 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "Nicht verfügbar", "startDebugFirst": "Bitte starten Sie eine Debugsitzung, um die Auswertung vorzunehmen." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 8e5e5b68c3..7f6d207ecf 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "Unbekannte Quelle" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index 0d1413f84f..733eaf1b7c 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "Haltepunkt bearbeiten...", "functionBreakpointsNotSupported": "Funktionshaltepunkte werden von diesem Debugtyp nicht unterstützt.", "functionBreakpointPlaceholder": "Funktion mit Haltepunkt", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 41bf2194e2..b7e67e4080 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "Aufruflistenabschnitt", "debugStopped": "Angehalten bei {0}", "callStackAriaLabel": "Aufrufliste debuggen", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 3906b91b97..8a4cb86f55 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "Debuggen anzeigen", "toggleDebugPanel": "Debugging-Konsole", "debug": "Debuggen", @@ -24,6 +26,6 @@ "always": "Debuggen immer in Statusleiste anzeigen", "onFirstSessionStart": "Debuggen nur in Statusleiste anzeigen, nachdem das Debuggen erstmals gestartet wurde", "showInStatusBar": "Steuert, wann die Debug-Statusleiste angezeigt werden soll", - "openDebug": "Steuert, ob das Debug-Viewlet beim Start der Debugsitzung offen ist.", + "openDebug": "Steuert, ob das Debug-Menü beim Start der Debugsitzung offen ist.", "launch": "Startkonfiguration für globales Debuggen. Sollte als Alternative zu \"launch.json\" verwendet werden, das übergreifend von mehreren Arbeitsbereichen genutzt wird" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 09e90db77c..417a7ea2c4 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "Ɩffnen Sie bitte einen Ordner, um erweitertes Debuggen zu konfigurieren." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 1c098b6962..3d319121ce 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "TrƤgt Debugadapter bei.", "vscode.extension.contributes.debuggers.type": "Der eindeutige Bezeichner für diese Debugadapter.", "vscode.extension.contributes.debuggers.label": "Der Anzeigename für diese Debugadapter.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "JSON-Schemakonfigurationen zum Überprüfen von \"launch.json\".", "vscode.extension.contributes.debuggers.windows": "Windows-spezifische Einstellungen.", "vscode.extension.contributes.debuggers.windows.runtime": "Die für Windows verwendete Laufzeit.", - "vscode.extension.contributes.debuggers.osx": "OS X-spezifische Einstellungen.", - "vscode.extension.contributes.debuggers.osx.runtime": "Die für OS X verwendete Laufzeit.", + "vscode.extension.contributes.debuggers.osx": "macOS-spezifische Einstellungen.", + "vscode.extension.contributes.debuggers.osx.runtime": "Für macOS verwendete Laufzeit.", "vscode.extension.contributes.debuggers.linux": "Linux-spezifische Einstellungen.", "vscode.extension.contributes.debuggers.linux.runtime": "Die für Linux verwendete Laufzeit.", "vscode.extension.contributes.breakpoints": "TrƤgt Haltepunkte bei.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "Die Liste der Konfigurationen. Fügen Sie neue Konfigurationen hinzu, oder bearbeiten Sie vorhandene Konfigurationen mit IntelliSense.", "app.launch.json.compounds": "Liste der Verbundelemente. Jeder Verbund verweist auf mehrere Konfigurationen, die zusammen gestartet werden.", "app.launch.json.compound.name": "Name des Verbunds. Wird im Dropdownmenü der Startkonfiguration angezeigt.", + "useUniqueNames": "Verwenden Sie eindeutige Konfigurationsnamen.", + "app.launch.json.compound.folder": "Name des Ordners, in dem sich der Verbund befindet.", "app.launch.json.compounds.configurations": "Namen von Konfigurationen, die als Bestandteil dieses Verbunds gestartet werden.", "debugNoType": "Der \"type\" des Debugadapters kann nicht ausgelassen werden und muss vom Typ \"string\" sein.", "selectDebug": "Umgebung auswƤhlen", - "DebugConfig.failed": "Die Datei \"launch.json\" kann nicht im Ordner \".vscode\" erstellt werden ({0})." + "DebugConfig.failed": "Die Datei \"launch.json\" kann nicht im Ordner \".vscode\" erstellt werden ({0}).", + "workspace": "Arbeitsbereich", + "user settings": "Benutzereinstellungen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index 413951497a..f79cb35f59 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "Haltepunkte entfernen", "removeBreakpointOnColumn": "Haltepunkt in Spalte {0} entfernen", "removeLineBreakpoint": "Zeilenhaltepunkt entfernen", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index 04912088b0..829a710320 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "Debughover" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index bbb736c201..70252dde41 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "Nur primitive Werte werden für dieses Objekt angezeigt.", "debuggingPaused": "Das Debuggen wurde angehalten. Ursache {0}, {1}{2}", "debuggingStarted": "Das Debuggen wurde gestartet.", @@ -11,18 +13,22 @@ "breakpointAdded": "Der Haltepunkt wurde hinzugefügt. Zeile {0}, Datei \"{1}\".", "breakpointRemoved": "Der Haltepunkt wurde entfernt. Zeile {0}, Datei \"{1}\".", "compoundMustHaveConfigurations": "Für den Verbund muss das Attribut \"configurations\" festgelegt werden, damit mehrere Konfigurationen gestartet werden kƶnnen.", + "noConfigurationNameInWorkspace": "Die Startkonfiguration \"{0}\" wurde im Arbeitsbereich nicht gefunden.", + "multipleConfigurationNamesInWorkspace": "Im Arbeitsbereich sind mehrere Startkonfigurationen \"{0}\" vorhanden. Verwenden Sie den Ordnernamen, um die Konfiguration zu qualifizieren.", + "noFolderWithName": "Der Ordner mit dem Namen \"{0}\" für die Konfiguration \"{1}\" wurde im Verbund \"{2}\" nicht gefunden.", "configMissing": "Konfiguration \"{0}\" fehlt in \"launch.json\".", "launchJsonDoesNotExist": "\"launch.json\" ist nicht vorhanden.", - "debugRequestNotSupported": "Das Attribut \"{0}\" hat in der ausgewƤhlten Debugkonfiguration den nicht unterstützten Wert \"{1}\".", + "debugRequestNotSupported": "Das Attribut \"{0}\" weist in der ausgewƤhlten Debugkonfiguration den nicht unterstützten Wert \"{1}\" auf.", "debugRequesMissing": "Das Attribut \"{0}\" fehlt in der ausgewƤhlten Debugkonfiguration.", "debugTypeNotSupported": "Der konfigurierte Debugtyp \"{0}\" wird nicht unterstützt.", - "debugTypeMissing": "Fehlende Eigenschaft `type` für die ausgewƤhlte Startkonfiguration.", + "debugTypeMissing": "Fehlende Eigenschaft \"type\" für die ausgewƤhlte Startkonfiguration.", "debugAnyway": "Trotzdem debuggen", "preLaunchTaskErrors": "Buildfehler wƤhrend preLaunchTask \"{0}\".", "preLaunchTaskError": "Buildfehler wƤhrend preLaunchTask \"{0}\".", "preLaunchTaskExitCode": "Der preLaunchTask \"{0}\" wurde mit dem Exitcode {1} beendet.", + "showErrors": "Fehler anzeigen", "noFolderWorkspaceDebugError": "Debuggen der aktiven Datei ist nicht mƶglich. Stellen Sie sicher, dass sie auf einem DatentrƤger gespeichert ist und dass Sie die Debugerweiterung für diesen Dateityp installiert haben.", - "NewLaunchConfig": "Richten Sie die Startkonfigurationsdatei für Ihre Anwendung ein. {0}", + "cancel": "Abbrechen", "DebugTaskNotFound": "Der preLaunchTask \"{0}\" wurde nicht gefunden.", "taskNotTracked": "Der preLaunchTask \"{0}\" kann nicht getrackt werden." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index d20392f385..ea13276e39 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index 55c6c83a6c..993d6063d2 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index bef42d1efe..6b7d61b909 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "Wert kopieren", + "copyAsExpression": "Als Ausdruck kopieren", "copy": "Kopieren", "copyAll": "Alles kopieren", "copyStackTrace": "Aufrufliste kopieren" diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 9ee8e5a932..d990bd6850 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "Weitere Informationen", "unableToLaunchDebugAdapter": "Der Debugadapter kann nicht aus {0} gestartet werden.", "unableToLaunchDebugAdapterNoArgs": "Debugadapter kann nicht gestartet werden.", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 49aa9da0f3..2ea970a2d8 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "REPL-Bereich (Read Eval Print-Loop)", "actions.repl.historyPrevious": "Verlauf vorherige", "actions.repl.historyNext": "Verlauf nƤchste", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 9eb5b14d1e..dc73ec00e7 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "Der Objektstatus wird aus der ersten Auswertung erfasst.", "replVariableAriaLabel": "Variable {0} besitzt den Wert {1}, Read Eval Print-Loop, Debuggen", "replExpressionAriaLabel": "Ausdruck {0} besitzt den Wert {1}, Read Eval Print-Loop, Debuggen", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 3de79db297..8496796129 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Hintergrundfarbe der Statusleiste beim Debuggen eines Programms. Die Statusleiste wird unten im Fenster angezeigt.", "statusBarDebuggingForeground": "Vordergrundfarbe der Statusleiste beim Debuggen eines Programms. Die Statusleiste wird unten im Fenster angezeigt.", "statusBarDebuggingBorder": "Rahmenfarbe der Statusleiste zur Abtrennung von der Randleiste und dem Editor, wenn ein Programm debuggt wird. Die Statusleiste wird unten im Fenster angezeigt." diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 3352485c42..2f98d05bc7 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "Zu debuggende Komponente", - "debug.terminal.not.available.error": "Integriertes Terminal nicht verfügbar" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "Zu debuggende Komponente" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index c0d45dcc55..ce831136fa 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "Variablenabschnitt", "variablesAriaTreeLabel": "Variablen debuggen", "variableValueAriaLabel": "Geben Sie einen neuen Variablenwert ein.", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 7ee449cec7..a27494e73f 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "Ausdrucksabschnitt", "watchAriaTreeLabel": "Überwachungsausdrücke debuggen", "watchExpressionPlaceholder": "Zu überwachender Ausdruck", diff --git a/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index db6aa85dc0..b848910f8a 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "Die ausführbare Datei \"{0}\" des Debugadapters ist nicht vorhanden.", "debugAdapterCannotDetermineExecutable": "Die ausführbare Datei \"{0}\" des Debugadapters kann nicht bestimmt werden.", "launch.config.comment1": "Verwendet IntelliSense zum Ermitteln mƶglicher Attribute.", diff --git a/i18n/deu/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 660db3b86e..a994fff61a 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Emmet-Befehle anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index e0afee4248..d7366a43cf 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index de81c8b774..693242558a 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index a3f778d565..99435d177a 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 278d10a21d..2de5e792f2 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: Abkürzung erweitern" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 2aab3f2af7..161091a23b 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index 158b074c05..43f8f3f115 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index e6f2b3e1ba..f2a0a2c1e1 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 1569d01566..32ea6ebe75 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index bb2a97fd42..9d076f741d 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 0ddd0df478..ee53815a5b 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index a214ce3766..890d2b3226 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 118d88c7df..151078b00d 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index b682f5d97c..c8e1a94ef1 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index bba2b0b703..5fe8d5ff81 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 45013796dd..895c8ac09e 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index c344b63f26..6a8e85cd2e 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index e0afee4248..d7366a43cf 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index 35ffc123f1..f23fd1dc40 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index a3f778d565..99435d177a 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index 278d10a21d..f4b1a24a58 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index 2aab3f2af7..161091a23b 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index 158b074c05..43f8f3f115 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index e6f2b3e1ba..f2a0a2c1e1 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index 1569d01566..32ea6ebe75 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index bb2a97fd42..9d076f741d 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index 0ddd0df478..ee53815a5b 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index a214ce3766..890d2b3226 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index 118d88c7df..151078b00d 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index b682f5d97c..c8e1a94ef1 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index bba2b0b703..5fe8d5ff81 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index 45013796dd..895c8ac09e 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index 5beaa142e9..ea7b3d1eab 100644 --- a/i18n/deu/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 0b10a03106..569b11a0b4 100644 --- a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Externes Terminal", "explorer.openInTerminalKind": "Passt an, welches Terminal ausgeführt werden soll.", "terminal.external.windowsExec": "Passt an, welches Terminal für Windows ausgeführt werden soll.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "Neue Eingabeaufforderung ƶffnen", "globalConsoleActionMacLinux": "Neues Terminal ƶffnen", "scopedConsoleActionWin": "In Eingabeaufforderung ƶffnen", - "scopedConsoleActionMacLinux": "In Terminal ƶffnen", - "openFolderInIntegratedTerminal": "In Terminal ƶffnen" + "scopedConsoleActionMacLinux": "In Terminal ƶffnen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 565a6e91d1..f991b65cdd 100644 --- a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index e187e63757..24dfd4498f 100644 --- a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "VS Code-Konsole", "mac.terminal.script.failed": "Fehler bei Skript \"{0}\" mit Exitcode {1}.", "mac.terminal.type.not.supported": "\"{0}\" wird nicht unterstützt.", diff --git a/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 88f9247b74..47bb941e03 100644 --- a/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index b3a9b65886..e55a1ba10b 100644 --- a/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index f0e1bdb921..47d57f9a20 100644 --- a/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/deu/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index ffa6db16e5..6e53fb93eb 100644 --- a/i18n/deu/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 6433c52165..e140a6b4b0 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "Fehler", "Unknown Dependency": "Unbekannte AbhƤngigkeit:" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 358babc210..71c5161bdc 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "Erweiterungsname", "extension id": "Erweiterungsbezeichner", "preview": "Vorschau", + "builtin": "Integriert", "publisher": "Name des Herausgebers", "install count": "Installationsanzahl", "rating": "Bewertung", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "Name", "view location": "Wo", + "localizations": "Lokalisierungen ({0})", + "localizations language id": "Sprach-ID", + "localizations language name": "Sprachname", + "localizations localized language name": "Sprachname (lokalisiert)", "colorThemes": "Farbdesigns ({0})", "iconThemes": "Symboldesigns ({0})", "colors": "Farben ({0})", @@ -39,6 +46,8 @@ "defaultLight": "Standard, hell", "defaultHC": "Standard, hoher Kontrast", "JSON Validation": "JSON-Validierung ({0})", + "fileMatch": "Dateiübereinstimmung", + "schema": "Schema", "commands": "Befehle ({0})", "command name": "Name", "keyboard shortcuts": "Tastenkombinationen", diff --git a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 0d5b18753b..cba016efb3 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "Manuell herunterladen", + "install vsix": "Installieren Sie nach dem Herunterladen das heruntergeladene VSIX von \"{0}\" manuell.", "installAction": "Installieren", "installing": "Wird installiert.", + "failedToInstall": "Fehler beim Installieren von \"{0}\".", "uninstallAction": "Deinstallieren", "Uninstalling": "Wird deinstalliert", "updateAction": "Aktualisieren", "updateTo": "Auf \"{0}\" aktualisieren", + "failedToUpdate": "Fehler beim Aktualisieren von \"{0}\".", "ManageExtensionAction.uninstallingTooltip": "Wird deinstalliert", "enableForWorkspaceAction": "Aktivieren (Arbeitsbereich)", "enableGloballyAction": "Aktivieren", @@ -36,6 +42,7 @@ "showInstalledExtensions": "Installierte Erweiterungen anzeigen", "showDisabledExtensions": "Deaktivierte Erweiterungen anzeigen", "clearExtensionsInput": "Extensioneingabe lƶschen", + "showBuiltInExtensions": "Integrierte Erweiterungen anzeigen", "showOutdatedExtensions": "Veraltete Erweiterungen anzeigen", "showPopularExtensions": "Beliebte Erweiterungen anzeigen", "showRecommendedExtensions": "Empfohlene Erweiterungen anzeigen", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "Die Datei \"extensions.json\" kann nicht im Ordner \".vscode\" erstellt werden ({0}).", "configureWorkspaceRecommendedExtensions": "Empfohlene Erweiterungen konfigurieren (Arbeitsbereich)", "configureWorkspaceFolderRecommendedExtensions": "Empfohlene Erweiterungen konfigurieren (Arbeitsbereichsordner)", - "builtin": "Integriert", + "malicious tooltip": "Die Erweiterung wurde als problematisch gemeldet.", + "malicious": "Bƶswillig", "disableAll": "Alle installierten Erweiterungen lƶschen", "disableAllWorkspace": "Alle installierten Erweiterungen für diesen Arbeitsbereich deaktivieren", - "enableAll": "Alle installierten Erweiterungen aktivieren", - "enableAllWorkspace": "Alle installierten Erweiterungen für diesen Arbeitsbereich aktivieren", + "enableAll": "Alle Erweiterungen aktivieren", + "enableAllWorkspace": "Alle Erweiterungen für diesen Arbeitsbereich aktivieren", + "openExtensionsFolder": "Erweiterungsordner ƶffnen", + "installVSIX": "Aus VSIX installieren...", + "installFromVSIX": "Aus VSIX installieren", + "installButton": "&&Installieren", + "InstallVSIXAction.success": "Die Erweiterung wurde erfolgreich installiert. Aktivieren Sie sie durch erneutes Laden.", + "InstallVSIXAction.reloadNow": "Jetzt erneut laden", + "reinstall": "Erweiterung erneut installieren…", + "selectExtension": "Erweiterung für die erneute Installation auswƤhlen", + "ReinstallAction.success": "Die Erweiterung wurde erneut installiert.", + "ReinstallAction.reloadNow": "Jetzt erneut laden", "extensionButtonProminentBackground": "Hintergrundfarbe für markante Aktionenerweiterungen (z. B. die SchaltflƤche zum Installieren).", "extensionButtonProminentForeground": "Vordergrundfarbe für markante Aktionenerweiterungen (z. B. die SchaltflƤche zum Installieren).", "extensionButtonProminentHoverBackground": "Hoverhintergrundfarbe für markante Aktionenerweiterungen (z. B. die SchaltflƤche zum Installieren)." diff --git a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index b13de0b2ad..5ed7320521 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index d15c03382b..cf309b0ba0 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "Drücken Sie die EINGABETASTE, um Ihre Erweiterungen zu verwalten.", "notfound": "\"{0}\" wurde nicht im Marketplace gefunden.", "install": "Drücken Sie die EINGABETASTE, um \"{0}\" vom Marketplace zu installieren.", diff --git a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index d63121a5b9..3ff5294696 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "Von {0}Ā Benutzern bewertet", "ratedBySingleUser": "Von 1 Benutzer bewertet" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index 66703e1315..e2808553b0 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "Erweiterungen", "app.extensions.json.recommendations": "Liste der Erweiterungsempfehlungen. Der Bezeichner einer Erweiterung lautet immer \"${publisher}.${name}\". Beispiel: \"vscode.csharp\".", "app.extension.identifier.errorMessage": "Erwartetes Format: \"${publisher}.${name}\". Beispiel: \"vscode.csharp\"." diff --git a/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 0e1519f5cd..92f0d70001 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "Erweiterung: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index 2534312509..04b1d7f051 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "Profilerweiterungen", + "restart2": "Zum Erstellen von Profilerweiterungen ist ein Neustart erforderlich. Mƶchten Sie \"{0}\" jetzt neu starten?", + "restart3": "Neu starten", + "cancel": "Abbrechen", "selectAndStartDebug": "Klicken Sie, um die Profilerstellung zu beenden." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index 9cde3634e7..2ed8fad116 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "Nicht mehr anzeigen", + "searchMarketplace": "Marketplace durchsuchen", + "showLanguagePackExtensions": "Der Marketplace enthƤlt Erweiterungen, die beim Lokalisieren von VS Code in die Sprache \"{0}\" behilflich sein kƶnnen.", + "dynamicWorkspaceRecommendation": "Diese Erweiterung ist für Sie mƶglicherweise interessant, da sie von vielen anderen Benutzern des Repositorys {0} verwendet wird.", + "exeBasedRecommendation": "Diese Erweiterung wird empfohlen, da Sie {0} installiert haben.", "fileBasedRecommendation": "Ausgehend von den kürzlich geƶffneten Dateien wird diese Erweiterung empfohlen.", "workspaceRecommendation": "Diese Erweiterung wird von Benutzern des aktuellen Arbeitsbereichs empfohlen.", - "exeBasedRecommendation": "Diese Erweiterung wird empfohlen, da Sie {0} installiert haben.", "reallyRecommended2": "Für diesen Dateityp wird die Erweiterung \"{0}\" empfohlen.", "reallyRecommendedExtensionPack": "Für diesen Dateityp wird das Erweiterungspaket \"{0}\" empfohlen.", "showRecommendations": "Empfehlungen anzeigen", "install": "Installieren", - "neverShowAgain": "Nicht mehr anzeigen", - "close": "Schließen", + "showLanguageExtensions": "Der Marketplace enthƤlt Erweiterungen, die bei \".{0}\"-Dateien behilflich sind.", "workspaceRecommended": "Für diesen Arbeitsbereich sind Erweiterungsempfehlungen verfügbar.", "installAll": "Alle installieren", "ignoreExtensionRecommendations": "Mƶchten Sie alle Erweiterungsempfehlungen ignorieren?", "ignoreAll": "Ja, alles ignorieren", - "no": "Nein", - "cancel": "Abbrechen" + "no": "Nein" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 6259913b4c..7714bb8f35 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "Erweiterungen verwalten", "galleryExtensionsCommands": "Katalogerweiterungen installieren", "extension": "Erweiterung", @@ -13,5 +15,6 @@ "developer": "Entwickler", "extensionsConfigurationTitle": "Erweiterungen", "extensionsAutoUpdate": "Erweiterungen automatisch aktualisieren", - "extensionsIgnoreRecommendations": "Bei TRUE werden Benachrichtigungen für Erweiterungsempfehlungen nicht mehr angezeigt." + "extensionsIgnoreRecommendations": "Bei TRUE werden Benachrichtigungen für Erweiterungsempfehlungen nicht mehr angezeigt.", + "extensionsShowRecommendationsOnlyOnDemand": "Wenn Sie \"True\" festlegen, werden Empfehlungen nur auf Anforderung vom Benutzer abgerufen oder angezeigt." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index a1b621bf5a..edd655f047 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "Erweiterungsordner ƶffnen", "installVSIX": "Aus VSIX installieren...", "installFromVSIX": "Aus VSIX installieren", "installButton": "&&Installieren", - "InstallVSIXAction.success": "Die Erweiterung wurde erfolgreich installiert. Führen Sie einen Neustart aus, um sie zu aktivieren.", "InstallVSIXAction.reloadNow": "Jetzt erneut laden" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 48aabfdf0b..9908990149 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "Deaktivere Tastenzuordnungen ({0}) um Konfilkte mit anderen zu vermeiden?", "yes": "Ja", "no": "Nein", "betterMergeDisabled": "Die \"Better Merge\" Erweiterung ist jetzt integriert, die alte Erweiterung wurde deaktiviert und kann deinstalliert werden.", - "uninstall": "Deinstallieren", - "later": "SpƤter" + "uninstall": "Deinstallieren" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index 7d8f0229f0..c475838ef1 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Marketplace", "installedExtensions": "Installiert", "searchInstalledExtensions": "Installiert", "recommendedExtensions": "Empfohlen", "otherRecommendedExtensions": "Weitere Empfehlungen", "workspaceRecommendedExtensions": "Arbeitsbereich-Empfehlungen", + "builtInExtensions": "Integriert", "searchExtensions": "Nach Erweiterungen im Marketplace suchen", "sort by installs": "Sortieren nach: Installationsanzahl", "sort by rating": "Sortieren nach: Bewertung", "sort by name": "Sortieren nach: Name", "suggestProxyError": "Marketplace hat \"ECONNREFUSED\" zurückgegeben. Überprüfen Sie die Einstellung \"http.proxy\".", "extensions": "Erweiterungen", - "outdatedExtensions": "{0} veraltete Erweiterungen" + "outdatedExtensions": "{0} veraltete Erweiterungen", + "malicious warning": "\"{0}\" wurde als problematisch gemeldet und wurde daher deinstalliert.", + "reloadNow": "Jetzt erneut laden" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index c0a30509ee..650b2d86ac 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Erweiterungen", "no extensions found": "Es wurden keine Erweiterungen gefunden.", "suggestProxyError": "Marketplace hat \"ECONNREFUSED\" zurückgegeben. Überprüfen Sie die Einstellung \"http.proxy\"." diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 5c79e37943..ff28e66ead 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index 3da4122d14..8d7e67c5d4 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "Beim Start aktiviert", "workspaceContainsGlobActivation": "Aktiviert, da eine mit {0} übereinstimmende Datei in Ihrem Arbeitsbereich vorhanden ist", "workspaceContainsFileActivation": "Aktiviert, da die Datei {0} in Ihrem Arbeitsbereich vorhanden ist", diff --git a/i18n/deu/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/deu/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 7a6f233aab..52746fae6a 100644 --- a/i18n/deu/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "Die Erweiterung wird aus VSIX installiert …", + "malicious": "Diese Erweiterung wird als problematisch gemeldet.", + "installingMarketPlaceExtension": "Die Erweiterung wird aus dem Marketplace installiert …", + "uninstallingExtension": "Die Erweiterung wird deinstalliert …", "enableDependeciesConfirmation": "Durch Aktivieren von \"{0}\" werden auch die dazugehƶrigen AbhƤngigkeiten aktiviert. Mƶchten Sie fortfahren?", "enable": "Ja", "doNotEnable": "Nein", diff --git a/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..b8d571748e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Workbench", + "feedbackVisibility": "Steuert die Sichtbarkeit des Twitter-Feedbacks (Smiley) in der Statusleiste am unteren Rand der Workbench." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index 3579dcb215..06f7c9973c 100644 --- a/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Feedback als Tweet senden", "label.sendASmile": "Senden Sie uns Ihr Feedback als Tweet.", "patchedVersion1": "Ihre Installation ist beschƤdigt.", @@ -16,6 +18,7 @@ "request a missing feature": "Fehlendes Feature anfordern", "tell us why?": "Warum?", "commentsHeader": "Kommentare", + "showFeedback": "Feedbacksmiley in der Statusleiste anzeigen", "tweet": "Tweet", "character left": "verbleibende Zeichen", "characters left": "verbleibende Zeichen", diff --git a/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..488ddfa025 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "Ausblenden" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index 72983a5a30..2f3460a4a1 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "BinƤrdateianzeige" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 278ec047ec..f1eddbd55a 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "Textdatei-Editor", "createFile": "Datei erstellen", "fileEditorWithInputAriaLabel": "{0}. Textdatei-Editor.", diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 77d792d6a7..369c5784be 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 46de1e8541..50e8bbe968 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.i18n.json index 146bfaf2e0..7fc0a97be2 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index c248ffc568..177b0e1ec9 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 00a2164cea..7410f43bb6 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 55ed6344be..8a7e686e94 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index e3de54fe53..3a96cc4846 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index e516583e88..03e60002b7 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 7846976127..0ba1621211 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index 4b59346e4d..e471be315b 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index ac1fd2f5ac..7b3cd53e78 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index aebc789507..8d69130e0f 100644 --- a/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/deu/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index efb4c5dd0f..d3bf9b8b9e 100644 --- a/i18n/deu/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 nicht gespeicherte Datei", "dirtyFiles": "{0} nicht gespeicherte Dateien" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/deu/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/deu/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 77d792d6a7..03a75f9838 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "Ordner" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 46de1e8541..d22f3df787 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "Datei", "revealInSideBar": "In Seitenleiste anzeigen", "acceptLocalChanges": "Ƅnderungen verwenden und DatentrƤgerinhalte überschreiben", - "revertLocalChanges": "Ƅnderungen verwerfen und DatentrƤgerinhalte wiederherstellen" + "revertLocalChanges": "Ƅnderungen verwerfen und DatentrƤgerinhalte wiederherstellen", + "copyPathOfActive": "Pfad der aktiven Datei kopieren", + "saveAllInGroup": "Alle in der Gruppe speichern", + "saveFiles": "Alle Dateien speichern", + "revert": "Datei wiederherstellen", + "compareActiveWithSaved": "Aktive Datei mit gespeicherter Datei vergleichen", + "closeEditor": "Editor schließen", + "view": "Anzeigen", + "openToSide": "Zur Seite ƶffnen", + "revealInWindows": "Im Explorer anzeigen", + "revealInMac": "Im Finder anzeigen", + "openContainer": "Enthaltenden Ordner ƶffnen", + "copyPath": "Pfad kopieren", + "saveAll": "Alle speichern", + "compareWithSaved": "Mit gespeicherter Datei vergleichen", + "compareWithSelected": "Mit Auswahl vergleichen", + "compareSource": "Für Vergleich auswƤhlen", + "compareSelected": "Auswahl vergleichen", + "close": "Schließen", + "closeOthers": "Andere schließen", + "closeSaved": "Gespeicherte schließen", + "closeAll": "Alle schließen", + "deleteFile": "Endgültig lƶschen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 4d300a1563..9c51842b36 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "Wiederholen", - "rename": "Umbenennen", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Neue Datei", "newFolder": "Neuer Ordner", - "openFolderFirst": "Ɩffnet zuerst einen Ordner, in dem Dateien oder Ordner erstellt werden.", + "rename": "Umbenennen", + "delete": "Lƶschen", + "copyFile": "Kopieren", + "pasteFile": "Einfügen", + "retry": "Wiederholen", "newUntitledFile": "Neue unbenannte Datei", "createNewFile": "Neue Datei", "createNewFolder": "Neuer Ordner", "deleteButtonLabelRecycleBin": "&&In Papierkorb verschieben", "deleteButtonLabelTrash": "&&In Papierkorb verschieben", "deleteButtonLabel": "&&Lƶschen", + "dirtyMessageFilesDelete": "Sie lƶschen Dateien mit nicht gespeicherten Ƅnderungen. Mƶchten Sie den Vorgang fortsetzen?", "dirtyMessageFolderOneDelete": "Sie lƶschen einen Ordner mit nicht gespeicherten Ƅnderungen in einer Datei. Mƶchten Sie den Vorgang fortsetzen?", "dirtyMessageFolderDelete": "Sie lƶschen einen Ordner mit nicht gespeicherten Ƅnderungen in {0} Dateien. Mƶchten Sie den Vorgang fortsetzen?", "dirtyMessageFileDelete": "Sie lƶschen eine Datei mit nicht gespeicherten Ƅnderungen. Mƶchten Sie den Vorgang fortsetzen?", "dirtyWarning": "Ihre Ƅnderungen gehen verloren, wenn Sie diese nicht speichern.", + "confirmMoveTrashMessageMultiple": "Mƶchten Sie die folgenden {0} Dateien lƶschen?", "confirmMoveTrashMessageFolder": "Mƶchten Sie \"{0}\" samt Inhalt wirklich lƶschen?", "confirmMoveTrashMessageFile": "Mƶchten Sie \"{0}\" wirklich lƶschen?", "undoBin": "Die Wiederherstellung kann aus dem Papierkorb erfolgen.", "undoTrash": "Die Wiederherstellung kann aus dem Papierkorb erfolgen.", "doNotAskAgain": "Nicht erneut fragen", + "confirmDeleteMessageMultiple": "Mƶchten Sie die folgenden {0} Dateien endgültig lƶschen?", "confirmDeleteMessageFolder": "Mƶchten Sie \"{0}\" samt Inhalt wirklich endgültig lƶschen?", "confirmDeleteMessageFile": "Mƶchten Sie \"{0}\" wirklich endgültig lƶschen?", "irreversible": "Diese Aktion kann nicht rückgƤngig gemacht werden.", + "cancel": "Abbrechen", "permDelete": "Endgültig lƶschen", - "delete": "Lƶschen", "importFiles": "Dateien importieren", "confirmOverwrite": "Im Zielordner ist bereits eine Datei oder ein Ordner mit dem gleichen Namen vorhanden. Mƶchten Sie sie bzw. ihn ersetzen?", "replaceButtonLabel": "&&Ersetzen", - "copyFile": "Kopieren", - "pasteFile": "Einfügen", + "fileIsAncestor": "Die einzufügende Datei ist ein VorgƤnger des Zielordners", + "fileDeleted": "Die einzufügende Datei wurde zwischenzeitlich gelƶscht oder verschoben.", "duplicateFile": "Duplikat", - "openToSide": "Zur Seite ƶffnen", - "compareSource": "Für Vergleich auswƤhlen", "globalCompareFile": "Aktive Datei vergleichen mit...", "openFileToCompare": "Zuerst eine Datei ƶffnen, um diese mit einer anderen Datei zu vergleichen", - "compareWith": "'{0}' mit '{1}' vergleichen", - "compareFiles": "Dateien vergleichen", "refresh": "Aktualisieren", - "save": "Speichern", - "saveAs": "Speichern unter...", - "saveAll": "Alle speichern", "saveAllInGroup": "Alle in der Gruppe speichern", - "saveFiles": "Alle Dateien speichern", - "revert": "Datei wiederherstellen", "focusOpenEditors": "Fokus auf Ansicht \"Geƶffnete Editoren\"", "focusFilesExplorer": "Fokus auf Datei-Explorer", "showInExplorer": "Aktive Datei in Seitenleiste anzeigen", @@ -56,20 +54,11 @@ "refreshExplorer": "Explorer aktualisieren", "openFileInNewWindow": "Aktive Datei in neuem Fenster ƶffnen", "openFileToShowInNewWindow": "Datei zuerst ƶffnen, um sie in einem neuen Fenster zu ƶffnen", - "revealInWindows": "Im Explorer anzeigen", - "revealInMac": "Im Finder anzeigen", - "openContainer": "Enthaltenden Ordner ƶffnen", - "revealActiveFileInWindows": "Aktive Datei im Windows-Explorer anzeigen", - "revealActiveFileInMac": "Aktive Datei im Finder anzeigen", - "openActiveFileContainer": "Enthaltenden Ordner der aktiven Datei ƶffnen", "copyPath": "Pfad kopieren", - "copyPathOfActive": "Pfad der aktiven Datei kopieren", "emptyFileNameError": "Es muss ein Datei- oder Ordnername angegeben werden.", "fileNameExistsError": "Eine Datei oder ein Ordner **{0}** ist an diesem Ort bereits vorhanden. WƤhlen Sie einen anderen Namen.", "invalidFileNameError": "Der Name **{0}** ist als Datei- oder Ordnername ungültig. Bitte wƤhlen Sie einen anderen Namen aus.", "filePathTooLongError": "Der Name **{0}** führt zu einem Pfad, der zu lang ist. WƤhlen Sie einen kürzeren Namen.", - "compareWithSaved": "Aktive Datei mit gespeicherter Datei vergleichen", - "modifiedLabel": "{0} (auf DatentrƤger) ↔ {1}", "compareWithClipboard": "Aktive Datei mit Zwischenablage vergleichen", "clipboardComparisonLabel": "Zwischenablage ↔ {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index c248ffc568..709f79a6ea 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "Datei zuerst ƶffnen, um ihren Pfad zu kopieren", - "openFileToReveal": "Datei zuerst ƶffnen, um sie anzuzeigen" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "Im Explorer anzeigen", + "revealInMac": "Im Finder anzeigen", + "openContainer": "Enthaltenden Ordner ƶffnen", + "saveAs": "Speichern unter...", + "save": "Speichern", + "saveAll": "Alle speichern", + "removeFolderFromWorkspace": "Ordner aus dem Arbeitsbereich entfernen", + "genericRevertError": "Fehler beim Zurücksetzen von '{0}': {1}", + "modifiedLabel": "{0} (auf DatentrƤger) ↔ {1}", + "openFileToReveal": "Datei zuerst ƶffnen, um sie anzuzeigen", + "openFileToCopy": "Datei zuerst ƶffnen, um ihren Pfad zu kopieren" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 00a2164cea..1d3d8c2f6b 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "Explorer anzeigen", "explore": "Explorer", "view": "Anzeigen", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "Editor", "formatOnSave": "Hiermit wird eine Datei beim Speichern formatiert. Es muss ein Formatierer vorhanden sein, die Datei darf nicht automatisch gespeichert werden, und der Editor darf nicht geschlossen werden.", "explorerConfigurationTitle": "Datei-Explorer", - "openEditorsVisible": "Die Anzahl der Editoren, die im Bereich \"Geƶffnete Editoren\" angezeigt werden. Legen Sie diesen Wert auf 0 fest, um den Bereich auszublenden.", - "dynamicHeight": "Steuert, ob sich die Hƶhe des Abschnitts \"Geƶffnete Editoren\" dynamisch an die Anzahl der Elemente anpassen soll.", + "openEditorsVisible": "Die Anzahl der Editoren, die im Bereich \"Geƶffnete Editoren\" angezeigt werden.", "autoReveal": "Steuert, ob der Explorer Dateien beim Ɩffnen automatisch anzeigen und auswƤhlen soll.", "enableDragAndDrop": "Steuert, ob der Explorer das Verschieben von Dateien und Ordnern mithilfe von Drag Drop zulassen soll.", "confirmDragAndDrop": "Steuert, ob der Explorer um BestƤtigung bittet, um Dateien und Ordner per Drag & Drop zu verschieben.", diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 55ed6344be..b45f3beb7b 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "Verwenden Sie die Aktionen auf der Editor-Symbolleiste auf der rechten Seite, um Ihre Ƅnderungen **rückgƤngig zu machen** oder den Inhalt auf dem DatentrƤger mit Ihren Ƅnderungen zu **überschreiben**.", - "discard": "Verwerfen", - "overwrite": "Überschreiben", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "Verwenden Sie die Aktionen in der Editor-Symbolleiste, um Ihre Ƅnderungen rückgƤngig zu machen oder den Inhalt auf dem DatentrƤger mit Ihren Ƅnderungen zu überschreiben.", + "staleSaveError": "Fehler beim Speichern von \"{0}\": Der Inhalt auf dem DatentrƤger ist neuer. Vergleichen Sie Ihre Version mit der Version auf dem DatentrƤger.", "retry": "Wiederholen", - "readonlySaveError": "Fehler beim Speichern von \"{0}\": Die Datei ist schreibgeschützt. WƤhlen Sie 'Überschreiben' aus, um den Schutz aufzuheben.", + "discard": "Verwerfen", + "readonlySaveErrorAdmin": "Fehler beim Speichern von '{0}': Datei ist schreibgeschützt. 'Als Admin überschreiben' auswƤhlen, um den Vorgang als Administrator zu wiederholen. ", + "readonlySaveError": "Fehler beim Speichern von '{0}': Datei ist schreibgeschützt. WƤhlen Sie 'Überschreiben' aus, um den Schutz aufzuheben.", + "permissionDeniedSaveError": "Fehler beim Speichern von '{0}': Unzureichende Zugriffsrechte. WƤhlen Sie 'Als Admin wiederholen' aus, um den Vorgang als Admin zu wiederholen.", "genericSaveError": "Fehler beim Speichern von \"{0}\": {1}.", - "staleSaveError": "Fehler beim Speichern von \"{0}\": Der Inhalt auf dem DatentrƤger ist neuer. Klicken Sie auf **Vergleichen**, um Ihre Version mit der Version auf dem DatentrƤger zu vergleichen.", + "learnMore": "Weitere Informationen", + "dontShowAgain": "Nicht mehr anzeigen", "compareChanges": "Vergleichen", - "saveConflictDiffLabel": "{0} (auf DatentrƤger) ↔ {1} (in {2}): Speicherkonflikt lƶsen" + "saveConflictDiffLabel": "{0} (auf DatentrƤger) ↔ {1} (in {2}): Speicherkonflikt lƶsen", + "overwriteElevated": "Als Admin überschreiben...", + "saveElevated": "Als Admin wiederholen...", + "overwrite": "Überschreiben" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index e3de54fe53..0bcd7e0cc2 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Es ist kein Ordner geƶffnet.", "explorerSection": "Datei-Explorer-Abschnitt", "noWorkspaceHelp": "Sie haben noch keinen Ordner zum Arbeitsbereich hinzugefügt.", diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index e516583e88..64c29ec051 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Explorer", - "canNotResolve": "Arbeitsbereichsordner kann nicht aufgelƶst werden." + "canNotResolve": "Arbeitsbereichsordner kann nicht aufgelƶst werden.", + "symbolicLlink": "Symbolischer Link" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 7846976127..d9f8569aec 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "Datei-Explorer-Abschnitt", "treeAriaLabel": "Datei-Explorer" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index d10b1d29c0..133913e25f 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "Geben Sie den Dateinamen ein. Drücken Sie zur BestƤtigung die EINGABETASTE oder ESC, um den Vorgang abzubrechen.", + "constructedPath": "{0} in **{1}** erstellen", "filesExplorerViewerAriaLabel": "{0}, Datei-Explorer", "dropFolders": "Mƶchten Sie die Ordner zum Arbeitsbereich hinzufügen?", "dropFolder": "Mƶchten Sie den Ordner zum Arbeitsbereich hinzufügen?", "addFolders": "&&Ordner hinzufügen", "addFolder": "&&Ordner hinzufügen", + "confirmMultiMove": "Mƶchten Sie die folgenden {0} Dateien verschieben?", "confirmMove": "Mƶchten Sie \"{0}\" wirklich verschieben?", "doNotAskAgain": "Nicht erneut fragen", "moveButtonLabel": "&&Verschieben", diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index a5003c8453..98b1bbbd16 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "Geƶffnete Editoren", "openEditosrSection": "Abschnitt \"Geƶffnete Editoren\"", - "dirtyCounter": "{0} nicht gespeichert", - "saveAll": "Alle speichern", - "closeAllUnmodified": "Nicht geƤnderte schließen", - "closeAll": "Alle schließen", - "compareWithSaved": "Mit gespeicherter Datei vergleichen", - "close": "Schließen", - "closeOthers": "Andere schließen" + "dirtyCounter": "{0} nicht gespeichert" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index aebc789507..8d69130e0f 100644 --- a/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index c909bfa8df..4f9ef0226e 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.i18n.json index a1d1ecd21e..12733a9fd1 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index 6cca126b03..d27c2c33ca 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 979b622a66..6c5a5e567c 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index c6583f7eb7..9bfeaabbd0 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index 37a9378230..89faef0943 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index fc1c72a417..de4067bf37 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index 23ab58d89a..c5cb78e0f0 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index 345c56202b..aed7726cc0 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index 8be23c5953..5513b0383f 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index 16be50d3b8..820e10977e 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index 249154a9fc..3d60af3730 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index 52846e587c..50b9987d41 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/deu/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index 4a8db28973..b483e5df79 100644 --- a/i18n/deu/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index 1dc845e201..0fb81e01a6 100644 --- a/i18n/deu/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/deu/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index 40a209d8c0..db09db6925 100644 --- a/i18n/deu/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/deu/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index 06ad0299d4..102df21b52 100644 --- a/i18n/deu/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/deu/src/vs/workbench/parts/git/node/git.lib.i18n.json index ccf03ee449..f69cf02a40 100644 --- a/i18n/deu/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index acc4353443..8b22652a11 100644 --- a/i18n/deu/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "HTML-Vorschau", - "devtools.webview": "Developer: Webview-Tools" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "HTML-Vorschau" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/deu/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index 9737eb824e..029aed674b 100644 --- a/i18n/deu/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "Ungültige Editor-Eingabe." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..a728299d7e --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "Entwickler" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/deu/src/vs/workbench/parts/html/browser/webview.i18n.json index 62c53cd066..7ac2f99022 100644 --- a/i18n/deu/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/deu/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..3b37234485 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "Widget zum Anzeigen der Suche mit Fokus", + "openToolsLabel": "Webview-Entwicklertools ƶffnen", + "refreshWebviewLabel": "Webviews erneut laden" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..f460a0cb8f --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "Die zu verwendende Sprache der BenutzeroberflƤche.", + "vscode.extension.contributes.localizations": "TrƤgt Lokalisierungen zum Editor bei", + "vscode.extension.contributes.localizations.languageId": "ID der Sprache, in die Anzeigezeichenfolgen übersetzt werden.", + "vscode.extension.contributes.localizations.languageName": "Englischer Name der Sprache.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Name der Sprache in beigetragener Sprache.", + "vscode.extension.contributes.localizations.translations": "Liste der Übersetzungen, die der Sprache zugeordnet sind.", + "vscode.extension.contributes.localizations.translations.id": "ID von VS Code oder der Erweiterung, für die diese Übersetzung beigetragen wird. Die ID von VS Code ist immer \"vscode\", und die ID einer Erweiterung muss im Format \"publisherId.extensionName\" vorliegen.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Die ID muss \"vscode\" sein oder im Format \"publisherId.extensionName\" vorliegen, um VS Code bzw. eine Erweiterung zu übersetzen.", + "vscode.extension.contributes.localizations.translations.path": "Ein relativer Pfad zu einer Datei mit Übersetzungen für die Sprache." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/deu/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..b1cc308f00 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "Sprache konfigurieren", + "displayLanguage": "Definiert die Anzeigesprache von VSCode.", + "doc": "Unter {0} finden Sie eine Liste der unterstützten Sprachen.", + "restart": "Das Ƅndern dieses Wertes erfordert einen Neustart von VSCode.", + "fail.createSettings": "{0} ({1}) kann nicht erstellt werden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..5f654e6c7a --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Protokoll (Haupt)", + "sharedLog": "Protokoll (freigegeben)", + "rendererLog": "Protokoll (Fenster)", + "extensionsLog": "Protokoll (Erweiterungshost)", + "developer": "Entwickler" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/deu/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..3dded2b3f9 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "Protokollordner ƶffnen", + "showLogs": "Protokolle anzeigen...", + "rendererProcess": "Fenster ({0})", + "emptyWindow": "Fenster", + "extensionHost": "Erweiterungshost", + "sharedProcess": "Freigegeben", + "mainProcess": "Haupt", + "selectProcess": "Protokoll für Prozess auswƤhlen", + "openLogFile": "Protokolldatei ƶffnen …", + "setLogLevel": "Protokollstufe festlegen…", + "trace": "Nachverfolgen", + "debug": "Debuggen", + "info": "Info", + "warn": "Warnung", + "err": "Fehler", + "critical": "Kritisch", + "off": "Aus", + "selectLogLevel": "Protokollstufe auswƤhlen", + "default and current": "Standard und aktuell", + "default": "Standard", + "current": "Aktuell" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/deu/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index cf58a24041..df14ec771b 100644 --- a/i18n/deu/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Probleme", "tooltip.1": "1 Problem in dieser Datei", "tooltip.N": "{0} Probleme in dieser Datei", diff --git a/i18n/deu/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/deu/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 7b31df50f7..49b9e7460f 100644 --- a/i18n/deu/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Insgesamt {0} Probleme", "filteredProblems": "Zeigt {0} von {1} Problemen an" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/deu/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..49b9e7460f --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Insgesamt {0} Probleme", + "filteredProblems": "Zeigt {0} von {1} Problemen an" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/deu/src/vs/workbench/parts/markers/common/messages.i18n.json index f9df98f6f1..fd3fc6df8d 100644 --- a/i18n/deu/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "Anzeigen", - "problems.view.toggle.label": "Probleme umschalten", - "problems.view.focus.label": "Probleme fokussieren", + "problems.view.toggle.label": "Probleme umschalten (Fehler, Warnungen, Informationen)", + "problems.view.focus.label": "Probleme fokussieren (Fehler, Warnungen, Informationen)", "problems.panel.configuration.title": "Ansicht \"Probleme\"", "problems.panel.configuration.autoreveal": "Steuert, ob die Ansicht \"Probleme\" automatisch Dateien anzeigen sollte, wenn diese geƶffnet werden.", "markers.panel.title.problems": "Probleme", diff --git a/i18n/deu/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/deu/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index fb35833a3f..1586b9062f 100644 --- a/i18n/deu/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "Kopieren", "copyMarkerMessage": "Nachricht kopieren" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 5082c06fc4..6debd5202e 100644 --- a/i18n/deu/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index a49f4a3724..3803f8deba 100644 --- a/i18n/deu/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.i18n.json index 8264ca33e7..c8aeb04fcb 100644 --- a/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "Ausgabe umschalten", "clearOutput": "Ausgabe lƶschen", "toggleOutputScrollLock": "Ausgabe-Bildlaufsperre umschalten", diff --git a/i18n/deu/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/deu/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 7a3009c108..1008d8e237 100644 --- a/i18n/deu/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, Ausgabebereich", "outputPanelAriaLabel": "Ausgabebereich" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/deu/src/vs/workbench/parts/output/common/output.i18n.json index 07106c8aec..1468d207ed 100644 --- a/i18n/deu/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..7864adcdaa --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "Ausgabe", + "logViewer": "Protokollanzeige", + "viewCategory": "Anzeigen", + "clearOutput.label": "Ausgabe lƶschen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/deu/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..926a0f9828 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - Ausgabe", + "channel": "Ausgabekanal für '{0}'" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index 4aa1862f5c..7efa25e7b3 100644 --- a/i18n/deu/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/deu/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index 4aa1862f5c..587aa26aa2 100644 --- a/i18n/deu/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "Profile wurden erfolgreich erstellt.", "prof.detail": "Erstellen Sie ein Problem, und fügen Sie die folgenden Dateien manuell an:\n{0}", "prof.restartAndFileIssue": "Problem erstellen und neu starten", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index ea9ccbd99b..74d7877cb3 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "Drücken Sie die gewünschte Tastenkombination, und betƤtigen Sie anschließend die EINGABETASTE.", "defineKeybinding.chordsTo": "Tastenkombination zu" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index 330233e472..286d94cb23 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "Tastenkombinationen", "SearchKeybindings.AriaLabel": "Tastenzuordnungen suchen", "SearchKeybindings.Placeholder": "Tastenzuordnungen suchen", @@ -15,9 +17,10 @@ "addLabel": "Tastenzuordnung hinzufügen", "removeLabel": "Tastenzuordnung entfernen", "resetLabel": "Tastenbindung zurücksetzen", - "showConflictsLabel": "Konflikte anzeigen", + "showSameKeybindings": "Die gleichen Tastenzuordnung anzeigen", "copyLabel": "Kopieren", - "error": "Fehler '{0}' beim Bearbeiten der Tastenzuordnung. Überprüfen Sie die Datei 'keybindings.json'.", + "copyCommandLabel": "Befehl kopieren", + "error": "Fehler \"{0}\" beim Bearbeiten der Tastenzuordnung. Überprüfen Sie die Datei \"keybindings.json\" auf Fehler.", "command": "Befehlstaste", "keybinding": "Tastenzuordnung", "source": "Quelle", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 959f4d6467..aef6af2ea1 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "Tastenbindung definieren", "defineKeybinding.kbLayoutErrorMessage": "Sie kƶnnen diese Tastenkombination mit Ihrem aktuellen Tastaturlayout nicht generieren.", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}** für Ihr aktuelles Tastaturlayout (**{1}** für USA, Standard).", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index e0f0a6f36c..8169b8ffdf 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index fccfd818d5..1514f25aac 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "Raw-Standardeinstellungen ƶffnen", "openGlobalSettings": "Benutzereinstellungen ƶffnen", "openGlobalKeybindings": "Tastaturkurzbefehle ƶffnen", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 87d9424b74..c110c8e105 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "Standardeinstellungen", "SearchSettingsWidget.AriaLabel": "Einstellungen suchen", "SearchSettingsWidget.Placeholder": "Einstellungen suchen", "noSettingsFound": "Keine Ergebnisse", - "oneSettingFound": "1 Einstellung zugeordnet", - "settingsFound": "{0} Einstellungen zugeordnet", + "oneSettingFound": "1 Einstellung gefunden", + "settingsFound": "{0} Einstellungen gefunden", "totalSettingsMessage": "Insgesamt {0} Einstellungen", + "nlpResult": "Ergebnisse in natürlicher Sprache", + "filterResult": "Gefilterte Ergebnisse", "defaultSettings": "Standardeinstellungen", "defaultFolderSettings": "Standardordnereinstellungen", "defaultEditorReadonly": "Nehmen Sie im Editor auf der rechten Seite Ƅnderungen vor, um Standardwerte zu überschreiben.", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index cbf70edcf6..721c9802b8 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Platzieren Sie Ihre Einstellungen hier, um die Standardeinstellungen zu überschreiben.", "emptyWorkspaceSettingsHeader": "Platzieren Sie Ihre Einstellungen hier, um die Benutzereinstellungen zu überschreiben.", "emptyFolderSettingsHeader": "Platzieren Sie Ihre Ordnereinstellungen hier, um die Einstellungen in den Arbeitsbereichseinstellungen zu überschreiben.", + "reportSettingsSearchIssue": "Problem melden", + "newExtensionLabel": "Erweiterung \"{0}\" anzeigen", "editTtile": "Bearbeiten", "replaceDefaultValue": "In Einstellungen ersetzen", "copyDefaultValue": "In Einstellungen kopieren", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index 29ee08e9ff..381c2e3c45 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Zuerst einen Ordner ƶffnen, um Arbeitsbereicheinstellungen zu erstellen", "emptyKeybindingsHeader": "Platzieren Sie Ihre Tastenzuordnungen in dieser Datei, um die Standardwerte zu überschreiben.", "defaultKeybindings": "Standardtastenzuordnungen", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index 26e5d28d65..a23c3af352 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "Testen Sie das Suchen mit natürlicher Sprache!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "Platzieren Sie Ihre Einstellungen zum Überschreiben im Editor auf der rechten Seite.", "noSettingsFound": "Keine Einstellungen gefunden.", "settingsSwitcherBarAriaLabel": "Einstellungsumschaltung", "userSettings": "Benutzereinstellungen", "workspaceSettings": "Arbeitsbereichseinstellungen", - "folderSettings": "Ordnereinstellungen", - "enableFuzzySearch": "Suchen mit natürlicher Sprache aktivieren" + "folderSettings": "Ordnereinstellungen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 794bf9b0aa..98847be37a 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "Standard", "user": "Benutzer", "meta": "meta", diff --git a/i18n/deu/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 9a96fdfa2c..1eaba25e22 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "Benutzereinstellungen", "workspaceSettingsTarget": "Arbeitsbereichseinstellungen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 74ffcdff9a..a509d181d0 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "Am hƤufigsten verwendet", - "mostRelevant": "Relevantesten", "defaultKeybindingsHeader": "Überschreiben Sie Tastenzuordnungen, indem Sie sie in die Tastenzuordnungsdatei einfügen." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index e0f0a6f36c..6d96aa610c 100644 --- a/i18n/deu/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "Standardeditor für Einstellungen", "keybindingsEditor": "Editor für Tastenzuordnungen", "preferences": "Einstellungen" diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 7776977806..7337295e9a 100644 --- a/i18n/deu/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "Alle Befehle anzeigen", "clearCommandHistory": "Befehlsverlauf lƶschen", "showCommands.label": "Befehlspalette...", "entryAriaLabelWithKey": "{0}, {1}, Befehle", "entryAriaLabel": "{0}, Befehle", - "canNotRun": "Der Befehl '{0}' kann nicht an dieser Stelle ausgeführt werden.", "actionNotEnabled": "Der Befehl \"{0}\" ist im aktuellen Kontext nicht aktiviert.", + "canNotRun": "Der Befehl \"{0}\" hat zu einem Fehler geführt.", "recentlyUsed": "zuletzt verwendet", "morecCommands": "andere Befehle", "cat.title": "{0}: {1}", diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index f3753c30d2..575a11e434 100644 --- a/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "Gehe zu Zeile...", "gotoLineLabelEmptyWithLimit": "Zeilennummer zwischen 1 und {0} eingeben, zu der navigiert werden soll", "gotoLineLabelEmpty": "Zeilennummer eingeben, zu der navigiert werden soll", diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index f501f44bcf..fb6698e4c8 100644 --- a/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "Zu Symbol in Datei wechseln...", "symbols": "Symbole ({0})", "method": "Methoden ({0})", diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 97d679aabe..4145c6a60f 100644 --- a/i18n/deu/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, Auswahlhilfe", "globalCommands": "Globale Befehle", "editorCommands": "Editor-Befehle" diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index f5e2daabe2..a2838e3d4a 100644 --- a/i18n/deu/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "Anzeigen", "commandsHandlerDescriptionDefault": "Befehle anzeigen und ausführen", "gotoLineDescriptionMac": "Gehe zu Zeile", "gotoLineDescriptionWin": "Gehe zu Zeile", diff --git a/i18n/deu/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 1b7d055075..c607039c87 100644 --- a/i18n/deu/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, Ansichtsauswahl", "views": "Ansichten", "panels": "Bereiche", diff --git a/i18n/deu/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 319afe0c3a..167a15538d 100644 --- a/i18n/deu/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "Eine Einstellung wurde geƤndert, welche einen Neustart benƶtigt.", "relaunchSettingDetail": "Drücke den Neu starten-Button, um {0} neuzustarten und die Einstellung zu aktivieren.", "restart": "&&Neu starten" diff --git a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index bd63f3fb9c..595e878b1c 100644 --- a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0} von {1} Ƅnderungen", "change": "{0} von {1} Ƅnderung", "show previous change": "Vorherige Ƅnderung anzeigen", "show next change": "NƤchste Ƅnderung anzeigen", + "move to previous change": "Zur vorherigen Ƅnderung", + "move to next change": "Zur nƤchsten Ƅnderung", "editorGutterModifiedBackground": "Hintergrundfarbe für die Editor-Leiste für Zeilen, die geƤndert wurden.", "editorGutterAddedBackground": "Hintergrundfarbe für die Editor-Leiste für Zeilen, die hinzugefügt wurden.", "editorGutterDeletedBackground": "Hintergrundfarbe für die Editor-Leiste für Zeilen, die gelƶscht wurden.", diff --git a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index cfb59dde79..ac0e9d6d89 100644 --- a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Git anzeigen", "source control": "Quellcodeverwaltung", "toggleSCMViewlet": "SCM anzeigen", - "view": "Anzeigen" + "view": "Anzeigen", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "Ob der Quellcodeverwaltungsanbieter-Abschnitt immer angezeigt wird.", + "diffDecorations": "Steuert die Diff-Dekorationen im Editor.", + "diffGutterWidth": "Steuert die Breite (px) der Diff-Dekorationen in der Liste (hinzugefügt und verƤndert)." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index 99a9423143..d9c5a5ec26 100644 --- a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} ausstehende Ƅnderungen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index d2a2095a23..7312f983ba 100644 --- a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index 6119d2359c..ccb05942e3 100644 --- a/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "Quellcodeanbieter", "hideRepository": "Ausblenden", "installAdditionalSCMProviders": "Installiere weiter SCM Provider...", diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index e8e6008f9a..827c73c4bf 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "Datei- und Symbolergebnisse", "fileResults": "Dateiergebnisse" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 95b51a8524..e432c73838 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, Dateiauswahl", "searchResults": "Suchergebnisse" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index 6513b33024..b39ffbd5cc 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, Symbolauswahl", "symbols": "Symbolergebnisse", "noSymbolsMatching": "Keine übereinstimmenden Symbole", diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index a3591ad972..f73667fde9 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "Eingabe", "useExcludesAndIgnoreFilesDescription": "Ausschlusseinstellungen und Ignorieren von Dateien verwenden" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 6dc5d7d869..392fa79b36 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Replace Preview)" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index a765a1ac06..b835225475 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/searchActions.i18n.json index f4671bfc3a..cb9b85b884 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "NƤchstes Sucheinschlussmuster anzeigen", "previousSearchIncludePattern": "Vorheriges Sucheinschlussmuster anzeigen", "nextSearchExcludePattern": "NƤchstes Suchausschlussmuster anzeigen", @@ -12,12 +14,11 @@ "previousSearchTerm": "Vorherigen Suchbegriff anzeigen", "showSearchViewlet": "Suche anzeigen", "findInFiles": "In Dateien suchen", - "findInFilesWithSelectedText": "In Dateien mit ausgewƤhltem Text suchen", "replaceInFiles": "In Dateien ersetzen", - "replaceInFilesWithSelectedText": "In Dateien mit ausgewƤhltem Text ersetzen", "RefreshAction.label": "Aktualisieren", "CollapseDeepestExpandedLevelAction.label": "Alle zuklappen", "ClearSearchResultsAction.label": "Lƶschen", + "CancelSearchAction.label": "Suche abbrechen", "FocusNextSearchResult.label": "Fokus auf nƤchstes Suchergebnis", "FocusPreviousSearchResult.label": "Fokus auf vorheriges Suchergebnis", "RemoveAction.label": "Schließen", diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 66ba97093a..e74879b4d2 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "Andere Dateien", "searchFileMatches": "{0} Dateien gefunden", "searchFileMatch": "{0} Datei gefunden", diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..ae2a933632 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "Suchdetails umschalten", + "searchScope.includes": "Einzuschließende Dateien", + "label.includes": "Sucheinschlussmuster", + "searchScope.excludes": "Auszuschließende Dateien", + "label.excludes": "Suchausschlussmuster", + "replaceAll.confirmation.title": "Alle ersetzen", + "replaceAll.confirm.button": "&&Ersetzen", + "replaceAll.occurrence.file.message": "{0} Vorkommen in {1} Datei durch \"{2}\" ersetzt.", + "removeAll.occurrence.file.message": "{0} Vorkommen in {1} Datei ersetzt.", + "replaceAll.occurrence.files.message": "{0} Vorkommen in {1} Dateien durch \"{2}\" ersetzt.", + "removeAll.occurrence.files.message": "{0} Vorkommen in {1} Dateien ersetzt.", + "replaceAll.occurrences.file.message": "{0} Vorkommen in {1} Datei durch \"{2}\" ersetzt.", + "removeAll.occurrences.file.message": "{0} Vorkommen in {1} Datei ersetzt.", + "replaceAll.occurrences.files.message": "{0} Vorkommen in {1} Dateien wurden durch \"{2}\" ersetzt.", + "removeAll.occurrences.files.message": "{0} Vorkommen in {1} Dateien ersetzt.", + "removeAll.occurrence.file.confirmation.message": "{0} Vorkommen in {1} Datei durch \"{2}\" ersetzen?", + "replaceAll.occurrence.file.confirmation.message": "{0} Vorkommen in {1} Datei ersetzen?", + "removeAll.occurrence.files.confirmation.message": "{0} Vorkommen in {1} Dateien durch \"{2}\" ersetzen?", + "replaceAll.occurrence.files.confirmation.message": "{0} Vorkommen in {1} Dateien ersetzen?", + "removeAll.occurrences.file.confirmation.message": "{0} Vorkommen in {1} Datei durch \"{2}\" ersetzen?", + "replaceAll.occurrences.file.confirmation.message": "{0} Vorkommen in {1} Datei ersetzen?", + "removeAll.occurrences.files.confirmation.message": "{0} Vorkommen in {1} Dateien durch \"{2}\" ersetzen?", + "replaceAll.occurrences.files.confirmation.message": "{0} Vorkommen in {1} Dateien ersetzen?", + "treeAriaLabel": "Suchergebnisse", + "searchPathNotFoundError": "Der Suchpfad wurde nicht gefunden: {0}.", + "searchMaxResultsWarning": "Das Resultset enthƤlt nur eine Teilmenge aller Übereinstimmungen. Verfeinern Sie Ihre Suche, um die Ergebnisse einzugrenzen.", + "searchCanceled": "Die Suche wurde abgebrochen, bevor Ergebnisse gefunden werden konnten – ", + "noResultsIncludesExcludes": "Keine Ergebnisse in \"{0}\" unter Ausschluss von \"{1}\" gefunden – ", + "noResultsIncludes": "Keine Ergebnisse in \"{0}\" gefunden – ", + "noResultsExcludes": "Keine Ergebnisse gefunden, die \"{0}\" ausschließen – ", + "noResultsFound": "Es wurden keine Ergebnisse gefunden. Überprüfen Sie Ihre Einstellungen für konfigurierte Ausschlüsse und das Ignorieren von Dateien –", + "rerunSearch.message": "Erneut suchen", + "rerunSearchInAll.message": "Erneut in allen Dateien suchen", + "openSettings.message": "Einstellungen ƶffnen", + "openSettings.learnMore": "Weitere Informationen", + "ariaSearchResultsStatus": "Die Suche hat {0} Ergebnisse in {1} Dateien zurückgegeben.", + "search.file.result": "{0} Ergebnis in {1} Datei", + "search.files.result": "{0} Ergebnis in {1} Dateien", + "search.file.results": "{0} Ergebnisse in {1} Datei", + "search.files.results": "{0} Ergebnisse in {1} Dateien", + "searchWithoutFolder": "Sie haben noch keinen Ordner geƶffnet. Nur offene Dateien werden momentan durchsucht - ", + "openFolder": "Ordner ƶffnen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 446ebb0ddc..ae2a933632 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "Suchdetails umschalten", "searchScope.includes": "Einzuschließende Dateien", "label.includes": "Sucheinschlussmuster", diff --git a/i18n/deu/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/deu/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index c75b910197..3b7767199a 100644 --- a/i18n/deu/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Alle ersetzen (Suche zum Aktivieren übermitteln)", "search.action.replaceAll.enabled.label": "Alle ersetzen", "search.replace.toggle.button.title": "Ersetzung umschalten", diff --git a/i18n/deu/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/deu/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index 4e9dc03fa8..3d117ec727 100644 --- a/i18n/deu/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Kein Ordner im Arbeitsbereich mit Namen: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index a765a1ac06..100721ddda 100644 --- a/i18n/deu/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "In Ordner suchen...", + "findInWorkspace": "In Arbeitsbereich suchen...", "showTriggerActions": "Zu Symbol im Arbeitsbereich wechseln...", "name": "Suchen", "search": "Suchen", + "showSearchViewl": "Suche anzeigen", "view": "Anzeigen", + "findInFiles": "In Dateien suchen", "openAnythingHandlerDescription": "Zu Datei wechseln", "openSymbolDescriptionNormal": "Zu Symbol im Arbeitsbereich wechseln", - "searchOutputChannelTitle": "Suchen", "searchConfigurationTitle": "Suchen", "exclude": "Konfigurieren Sie Globmuster zum Ausschließen von Dateien und Ordnern in SuchvorgƤngen. Alle Globmuster werden von der files.exclude-Einstellung geerbt.", "exclude.boolean": "Das Globmuster, mit dem Dateipfade verglichen werden sollen. Legen Sie diesen Wert auf \"true\" oder \"false\" fest, um das Muster zu aktivieren bzw. zu deaktivieren.", @@ -18,5 +23,8 @@ "useRipgrep": "Steuert, ob \"ripgrep\" in der Text- und Dateisuche verwendet wird.", "useIgnoreFiles": "Steuert, ob bei der Suche nach Dateien GITIGNORE- und IGNORE-Dateien verwendet werden.", "search.quickOpen.includeSymbols": "Konfigurieren Sie diese Option, um Ergebnisse aus einer globalen Symbolsuche in die Dateiergebnisse für Quick Open einzuschließen.", - "search.followSymlinks": "Steuert, ob Symlinks wƤhrend der Suche gefolgt werden." + "search.followSymlinks": "Steuert, ob Symlinks wƤhrend der Suche gefolgt werden.", + "search.smartCase": "Sucht ohne Berücksichtigung von Groß-/Kleinschreibung, wenn das Muster kleingeschrieben ist, andernfalls wird mit Berücksichtigung von Groß-/Kleinschreibung gesucht.", + "search.globalFindClipboard": "Steuert, ob die Suchansicht die freigegebene Suchzwischenablage auf macOS lesen oder verƤndern soll", + "search.location": "Vorschau: Steuert, ob die Suche als Ansicht in der Seitenleiste oder als Bedienfeld im Bereich des Bedienfelds für horizontales Layout angezeigt wird. In der nƤchsten Version wird das horizontale Layout im Bedienfeld verbessert und dies keine Vorschau mehr sein." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/deu/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index b9ef987750..a373e46212 100644 --- a/i18n/deu/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index 18717d8b12..db93fc1acd 100644 --- a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..1f62e0c8b7 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(global)", + "global.1": "({0})", + "new.global": "Neue globale Codeausschnittsdatei …", + "group.global": "Vorhandene Codeausschnitte", + "new.global.sep": "Neue Codeausschnitte", + "openSnippet.pickLanguage": "Codeausschnittsdatei auswƤhlen oder Codeausschnitte erstellen", + "openSnippet.label": "Benutzercodeausschnitte konfigurieren", + "preferences": "Einstellungen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index 04501ed578..bf567702f7 100644 --- a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "Codeausschnitt einfügen", "sep.userSnippet": "Benutzercodeausschnitte", "sep.extSnippet": "Erweiterungscodeausschnitte" diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 7a1c949566..4732b69057 100644 --- a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "Sprache für Codeausschnitt auswƤhlen", - "openSnippet.errorOnCreate": "\"{0}\" kann nicht erstellt werden.", - "openSnippet.label": "Benutzercodeausschnitte ƶffnen", - "preferences": "Einstellungen", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "Leerer Codeausschnitt", "snippetSchema.json": "Benutzerkonfiguration des Codeausschnitts", "snippetSchema.json.prefix": "Das PrƤfix, das beim AuswƤhlen des Codeausschnitts in IntelliSense verwendet werden soll.", "snippetSchema.json.body": "Der Inhalt des Codeausschnitts. Verwenden Sie \"$1\", \"${1:defaultText}\", um Cursorpositionen zu definieren, und \"$0\" für die finale Cursorposition. Fügen Sie mit \"${varName}\" und \"${varName:defaultText}\" Variablenwerte ein, z. B. \"This is file: $TM_FILENAME\".", - "snippetSchema.json.description": "Die Beschreibung des Codeausschnitts." + "snippetSchema.json.description": "Die Beschreibung des Codeausschnitts.", + "snippetSchema.json.scope": "Eine Liste von Sprachnamen, für die dieser Codeausschnitt gilt. Beispiel: \"typescript,javascript\"." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..e32c39cebe --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "Globaler Benutzercodeausschnitt", + "source.snippet": "Benutzercodeausschnitt" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index e67d5f89a9..18dcdc0d5f 100644 --- a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "Unbekannte Sprache in \"contributes.{0}.language\". Bereitgestellter Wert: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "Expected string in `contributes.{0}.path`. Provided value: {1}", + "invalid.language.0": "Beim Auslassen der Sprache muss der Wert von \"contributes.{0}.path\" eine \".code-snippets\"-Datei sein. Angegebener Wert: {1}", + "invalid.language": "Unbekannte Sprache in \"contributes.{0}.language\". Bereitgestellter Wert: {1}", "invalid.path.1": "Es wurde erwartet, dass \"contributes.{0}.path\" ({1}) im Ordner ({2}) der Erweiterung enthalten ist. Dies führt ggf. dazu, dass die Erweiterung nicht portierbar ist.", "vscode.extension.contributes.snippets": "TrƤgt Codeausschnitte bei.", "vscode.extension.contributes.snippets-language": "Der Sprachbezeichner, für den dieser Codeausschnitt beigetragen wird.", "vscode.extension.contributes.snippets-path": "Der Pfad der Codeausschnittdatei. Der Pfad ist relativ zum Erweiterungsordner und beginnt normalerweise mit \". /snippets/\".", "badVariableUse": "Bei mindestens einem Ausschnitt von der Erweiterung \"{0}\" sind Ausschnittsvariablen und Ausschnittsplatzhalter vertauscht (weitere Informationen finden Sie unter https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax).", "badFile": "Die Ausschnittsdatei \"{0}\" konnte nicht gelesen werden.", - "source.snippet": "Benutzercodeausschnitt", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 55da29eee9..fd7eb89acf 100644 --- a/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "Fügt Codeausschnitte ein, wenn ihr PrƤfix übereinstimmt. Funktioniert am besten, wenn \"quickSuggestions\" nicht aktiviert sind." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index b04bf830fa..69e96c5633 100644 --- a/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "Helfen Sie uns die Unterstützung für {0} zu verbessern", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "An kurzer Umfrage teilnehmen", "remindLater": "SpƤter erinnern", - "neverAgain": "Nicht mehr anzeigen" + "neverAgain": "Nicht mehr anzeigen", + "helpUs": "Helfen Sie uns die Unterstützung für {0} zu verbessern" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 5082c06fc4..9124aad125 100644 --- a/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "Wir würden uns freuen, wenn Sie an einer schnellen Umfrage teilnehmen.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "An Umfrage teilnehmen", "remindLater": "SpƤter erinnern", - "neverAgain": "Nicht mehr anzeigen" + "neverAgain": "Nicht mehr anzeigen", + "surveyQuestion": "Wir würden uns freuen, wenn Sie an einer schnellen Umfrage teilnehmen." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index b8a1db0f78..76a9310d13 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 438cd47108..9d38529d34 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, tasks", "recentlyUsed": "zuletzt verwendete Aufgaben", "configured": "konfigurierte Aufgaben", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index 5c23eff8b3..79634e876c 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index 6a58cd9cf4..99e3819fc2 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "Geben Sie den Namen des auszuführenden Tasks ein.", "noTasksMatching": "Keine übereinstimmenden Tasks", "noTasksFound": "Es wurden keine Tasks gefunden." diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 21abcbf4e4..b2459ccfcb 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index b8a1db0f78..76a9310d13 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..622a7dc7b7 --- /dev/null +++ b/i18n/deu/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "Die loop-Eigenschaft wird nur für Matcher für die letzte Zeile unterstützt.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "Das Problemmuster ist ungültig. Die Eigenschaft darf nur im ersten Element angegeben werden.", + "ProblemPatternParser.problemPattern.missingRegExp": "Im Problemmuster fehlt ein regulƤrer Ausdruck.", + "ProblemPatternParser.problemPattern.missingProperty": "Das Problemmuster ist ungültig. Es muss mindestens eine Datei und eine Nachricht aufweisen.", + "ProblemPatternParser.problemPattern.missingLocation": "Das Problemmuster ist ungültig. Es muss die Art \"Datei\" oder eine Zeile oder eine Speicherort-Übereinstimmungsgruppe aufweisen.", + "ProblemPatternParser.invalidRegexp": "Fehler: Die Zeichenfolge {0} ist kein gültiger regulƤrer Ausdruck.\n", + "ProblemPatternSchema.regexp": "Der regulƤre Ausdruck zum Ermitteln eines Fehlers, einer Warnung oder von Informationen in der Ausgabe.", + "ProblemPatternSchema.kind": "Ob das Muster einen Speicherort (Datei und Zeile) oder nur eine Datei enthƤlt.", + "ProblemPatternSchema.file": "Der Übereinstimmungsgruppenindex des Dateinamens. Wenn keine Angabe erfolgt, wird 1 verwendet.", + "ProblemPatternSchema.location": "Der Übereinstimmungsgruppenindex der Position des Problems. Gültige Positionsmuster: (line), (line,column) und (startLine,startColumn,endLine,endColumn). Wenn keine Angabe erfolgt, wird (line,column) angenommen.", + "ProblemPatternSchema.line": "Der Übereinstimmungsgruppenindex der Zeile des Problems. Der Standardwert ist 2.", + "ProblemPatternSchema.column": "Der Übereinstimmungsgruppenindex des Zeilenzeichens des Problems. Der Standardwert ist 3.", + "ProblemPatternSchema.endLine": "Der Übereinstimmungsgruppenindex der Endzeile des Problems. Der Standardwert ist undefiniert.", + "ProblemPatternSchema.endColumn": "Der Übereinstimmungsgruppenindex des Zeilenendezeichens des Problems. Der Standardwert ist undefiniert.", + "ProblemPatternSchema.severity": "Der Übereinstimmungsgruppenindex des Schweregrads des Problems. Der Standardwert ist undefiniert.", + "ProblemPatternSchema.code": "Der Übereinstimmungsgruppenindex des Codes des Problems. Der Standardwert ist undefiniert.", + "ProblemPatternSchema.message": "Der Übereinstimmungsgruppenindex der Nachricht. Wenn keine Angabe erfolgt, ist der Standardwert 4, wenn die Position angegeben wird. Andernfalls ist der Standardwert 5.", + "ProblemPatternSchema.loop": "Gibt in einer mehrzeiligen Abgleichschleife an, ob dieses Muster in einer Schleife ausgeführt wird, wenn es übereinstimmt. Kann nur für ein letztes Muster in einem mehrzeiligen Muster angegeben werden.", + "NamedProblemPatternSchema.name": "Der Name des Problemmusters.", + "NamedMultiLineProblemPatternSchema.name": "Der Name des mehrzeiligen Problemmusters.", + "NamedMultiLineProblemPatternSchema.patterns": "Die aktuellen Muster.", + "ProblemPatternExtPoint": "TrƤgt Problemmuster bei", + "ProblemPatternRegistry.error": "Ungültiges Problemmuster. Das Muster wird ignoriert.", + "ProblemMatcherParser.noProblemMatcher": "Fehler: Die Beschreibung kann nicht in einen Problemabgleich konvertiert werden:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "Fehler: Die Beschreibung definiert kein gültiges Problemmuster:\n{0}\n", + "ProblemMatcherParser.noOwner": "Fehler: Die Beschreibung definiert keinen Besitzer:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "Fehler: Die Beschreibung definiert keinen Dateispeicherort:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "Info: unbekannter Schweregrad {0}. Gültige Werte sind Fehler, Warnung und Info.\n", + "ProblemMatcherParser.noDefinedPatter": "Fehler: Das Muster mit dem Bezeichner {0} ist nicht vorhanden.", + "ProblemMatcherParser.noIdentifier": "Fehler: Die Mustereigenschaft verweist auf einen leeren Bezeichner.", + "ProblemMatcherParser.noValidIdentifier": "Fehler: Die Mustereigenschaft {0} ist kein gültiger Name für eine Mustervariable.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "Ein Problemmatcher muss ein Anfangsmuster und ein Endmuster für die Überwachung definieren.", + "ProblemMatcherParser.invalidRegexp": "Fehler: Die Zeichenfolge {0} ist kein gültiger regulƤrer Ausdruck.\n", + "WatchingPatternSchema.regexp": "Der regulƤre Ausdruck zum Erkennen des Anfangs oder Endes eines Hintergrundtasks.", + "WatchingPatternSchema.file": "Der Übereinstimmungsgruppenindex des Dateinamens. Kann ausgelassen werden.", + "PatternTypeSchema.name": "Der Name eines beigetragenen oder vordefinierten Musters", + "PatternTypeSchema.description": "Ein Problemmuster oder der Name eines beigetragenen oder vordefinierten Problemmusters. Kann ausgelassen werden, wenn die Basis angegeben ist.", + "ProblemMatcherSchema.base": "Der Name eines zu verwendenden Basisproblemabgleichers.", + "ProblemMatcherSchema.owner": "Der Besitzer des Problems im Code. Kann ausgelassen werden, wenn \"base\" angegeben wird. Der Standardwert ist \"external\", wenn keine Angabe erfolgt und \"base\" nicht angegeben wird.", + "ProblemMatcherSchema.severity": "Der Standardschweregrad für Erfassungsprobleme. Dieser wird verwendet, wenn das Muster keine Übereinstimmungsgruppe für den Schweregrad definiert.", + "ProblemMatcherSchema.applyTo": "Steuert, ob ein für ein Textdokument gemeldetes Problem nur auf geƶffnete, geschlossene oder alle Dokumente angewendet wird.", + "ProblemMatcherSchema.fileLocation": "Definiert, wie Dateinamen interpretiert werden sollen, die in einem Problemmuster gemeldet werden.", + "ProblemMatcherSchema.background": "Muster zum Nachverfolgen des Beginns und Endes eines Abgleichers, der für eine Hintergrundaufgabe aktiv ist.", + "ProblemMatcherSchema.background.activeOnStart": "Wenn dieser Wert auf \"true\" festgelegt wird, befindet sich die Hintergrundüberwachung im aktiven Modus, wenn die Aufgabe gestartet wird. Dies entspricht dem Ausgeben einer Zeile, die mit dem \"beginPattern\" übereinstimmt.", + "ProblemMatcherSchema.background.beginsPattern": "Wenn eine Übereinstimmung mit der Ausgabe vorliegt, wird der Start einer Hintergrundaufgabe signalisiert.", + "ProblemMatcherSchema.background.endsPattern": "Wenn eine Übereinstimmung mit der Ausgabe vorliegt, wird das Ende einer Hintergrundaufgabe signalisiert.", + "ProblemMatcherSchema.watching.deprecated": "Die Überwachungseigenschaft ist veraltet. Verwenden Sie stattdessen den Hintergrund.", + "ProblemMatcherSchema.watching": "Muster zum Nachverfolgen des Beginns und Endes eines Problemabgleicher.", + "ProblemMatcherSchema.watching.activeOnStart": "Wenn dieser Wert auf \"true\" festgelegt wird, befindet sich die Überwachung im aktiven Modus, wenn der Task gestartet wird. Dies entspricht dem Ausgeben einer Zeile, die mit dem \"beginPattern\" übereinstimmt.", + "ProblemMatcherSchema.watching.beginsPattern": "Wenn eine Übereinstimmung mit der Ausgabe vorliegt, wird der Start eines Überwachungstasks signalisiert.", + "ProblemMatcherSchema.watching.endsPattern": "Wenn eine Übereinstimmung mit der Ausgabe vorliegt, wird das Ende eines Überwachungstasks signalisiert.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Diese Eigenschaft ist veraltet. Verwenden Sie stattdessen die Überwachungseigenschaft.", + "LegacyProblemMatcherSchema.watchedBegin": "Ein regulƤrer Ausdruck, der signalisiert, dass die Ausführung eines überwachten Tasks (ausgelƶst durch die Dateiüberwachung) beginnt.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Diese Eigenschaft ist veraltet. Verwenden Sie stattdessen die Überwachungseigenschaft.", + "LegacyProblemMatcherSchema.watchedEnd": "Ein regulƤrer Ausdruck, der signalisiert, dass die Ausführung eines überwachten Tasks beendet wird.", + "NamedProblemMatcherSchema.name": "Der Name des Problemabgleichers, anhand dessen auf ihn verwiesen wird.", + "NamedProblemMatcherSchema.label": "Eine lesbare Bezeichnung für den Problemabgleicher.", + "ProblemMatcherExtPoint": "TrƤgt Problemabgleicher bei", + "msCompile": "Microsoft-Compilerprobleme", + "lessCompile": "LESS Probleme", + "gulp-tsc": "Gulp-TSC-Probleme", + "jshint": "JSHint-Probleme", + "jshint-stylish": "JSHint-Stilprobleme", + "eslint-compact": "ESLint-Komprimierungsprobleme", + "eslint-stylish": "ESLint-Stilprobleme", + "go": "Go Probleme" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index b78817aed4..52ca62793b 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index 8ded1969bc..34cadb883a 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "Der tatsƤchliche Aufgabentyp", "TaskDefinition.properties": "ZusƤtzliche Eigenschaften des Aufgabentyps", "TaskTypeConfiguration.noType": "In der Konfiguration des Aufgabentyps fehlt die erforderliche taskType-Eigenschaft.", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 9ff4103430..bb48766269 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "Führt den .NET Core-Buildbefehl aus.", "msbuild": "Führt das Buildziel aus.", "externalCommand": "Ein Beispiel für das Ausführen eines beliebigen externen Befehls.", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 0570db2cdc..f47f18461d 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "Weitere Befehlsoptionen", "JsonSchema.options.cwd": "Das aktuelle Arbeitsverzeichnis des ausgeführten Programms oder Skripts. Wenn keine Angabe erfolgt, wird das aktuelle Arbeitsbereich-Stammverzeichnis des Codes verwendet.", "JsonSchema.options.env": "Die Umgebung des ausgeführten Programms oder der Shell. Wenn keine Angabe erfolgt, wird Umgebung des übergeordneten Prozesses verwendet.", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index 1bfe4d70cd..98f5e823e1 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "Die Versionsnummer der Konfiguration.", "JsonSchema._runner": "Die Ausführung ist abgestuft. Verwenden Sie die offizielle Ausführungseigenschaft.", "JsonSchema.runner": "Definiert, ob die Aufgabe als Prozess ausgeführt wird, und die Ausgabe wird im Ausgabefenster oder innerhalb des Terminals angezeigt.", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 13d82c87c8..a9b501bcbb 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "Gibt an, ob der Befehl ein Shellbefehl oder ein externes Programm ist. Wenn keine Angabe erfolgt, ist der Standardwert \"false\".", "JsonSchema.tasks.isShellCommand.deprecated": "Die isShellCommand-Eigenschaft ist veraltet. Verwenden Sie stattdessen die type-Eigenschaft der Aufgabe und die Shell-Eigenschaft in den Optionen. Weitere Informationen finden Sie auch in den Anmerkungen zur Version 1.14. ", "JsonSchema.tasks.dependsOn.string": "Eine weitere Aufgabe, von der diese Aufgabe abhƤngt.", @@ -19,10 +21,10 @@ "JsonSchema.tasks.terminal": "Die terminal-Eigenschaft ist veraltet. Verwenden Sie stattdessen \"presentation\". ", "JsonSchema.tasks.group.kind": "Die Ausführungsgruppe der Aufgabe.", "JsonSchema.tasks.group.isDefault": "Definiert, ob diese Aufgabe die Standardaufgabe in der Gruppe ist.", - "JsonSchema.tasks.group.defaultBuild": "Markiert die Aufgaben als Standardbuildaufgabe.", - "JsonSchema.tasks.group.defaultTest": "Markiert die Aufgaben als Standardtestaufgabe.", - "JsonSchema.tasks.group.build": "Markiert die Aufgaben als eine Buildaufgabe, die über den Befehl \"Buildtask ausführen\" zugƤnglich ist.", - "JsonSchema.tasks.group.test": "Markiert die Aufgaben als eine Testaufgabe, die über den Befehl \"Testtask ausführen\" zugƤnglich ist.", + "JsonSchema.tasks.group.defaultBuild": "Markiert die Aufgabe als Standardbuildaufgabe.", + "JsonSchema.tasks.group.defaultTest": "Markiert die Aufgabe als Standardtestaufgabe.", + "JsonSchema.tasks.group.build": "Markiert die Aufgabe als Buildaufgabe, auf die über den Befehl \"Buildtask ausführen\" zugegriffen werden kann.", + "JsonSchema.tasks.group.test": "Markiert die Aufgaben als Testaufgabe, auf die über den Befehl \"Testtask ausführen\" zugegriffen werden kann.", "JsonSchema.tasks.group.none": "Weist die Aufgabe keiner Gruppe zu.", "JsonSchema.tasks.group": "Definiert die Ausführungsgruppe, zu der diese Aufgabe gehƶrt. Zum Hinzufügen der Aufgabe zur Buildgruppe wird \"build\" unterstützt und zum Hinzufügen zur Testgruppe \"test\".", "JsonSchema.tasks.type": "Definiert, ob die Aufgabe als Prozess oder als Befehl innerhalb einer Shell ausgeführt wird.", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index 46c50def35..c81338170d 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "Aufgaben", "ConfigureTaskRunnerAction.label": "Aufgabe konfigurieren", - "CloseMessageAction.label": "Schließen", "problems": "Probleme", "building": "Wird gebaut...", "manyMarkers": "mehr als 99", "runningTasks": "Aktive Aufgaben anzeigen", "tasks": "Aufgaben", "TaskSystem.noHotSwap": "Zum Ƅndern des Aufgabenausführungsmoduls mit einem aktiven Task muss das Fenster erneut geladen werden.", + "reloadWindow": "Fenster erneut laden", "TaskServer.folderIgnored": "Der Ordner {0} wird ignoriert, da er Aufgabenversion 0.1.0 verwendet", "TaskService.noBuildTask1": "Keine Buildaufgabe definiert. Markieren Sie eine Aufgabe mit 'isBuildCommand' in der tasks.json-Datei.", "TaskService.noBuildTask2": "Es ist keine Buildaufgabe definiert. Markieren Sie eine Aufgabe in der Datei \"tasks.json\" als \"Buildgruppe\". ", @@ -26,7 +28,7 @@ "selectProblemMatcher": "Fehler- und Warnungsarten auswƤhlen, auf die die Aufgabenausgabe überprüft werden soll", "customizeParseErrors": "Die aktuelle Aufgabenkonfiguration weist Fehler auf. Beheben Sie die Fehler, bevor Sie eine Aufgabe anpassen.", "moreThanOneBuildTask": "In \"tasks.json\" sind mehrere Buildaufgaben definiert. Die erste wird ausgeführt.\n", - "TaskSystem.activeSame.background": "Die Aufgabe \"{0}\" ist bereits im Hintergrundmodus aktiv. Klicken Sie zum Beenden der Aufgabe im Menü \"Aufgaben\" auf \"Aufgabe beenden\".", + "TaskSystem.activeSame.background": "Die Aufgabe \"{0}\" ist bereits im Hintergrundmodus aktiv. Klicken Sie zum Beenden der Aufgabe im Menü \"Aufgaben\" auf \"Aufgabe beenden…\".", "TaskSystem.activeSame.noBackground": "Die Aufgabe \"{0}\" ist bereits aktiv. Klicken Sie zum Beenden der Aufgabe im Menü \"Aufgaben\" auf \"Aufgabe beenden\".", "TaskSystem.active": "Eine aktive Aufgabe wird bereits ausgeführt. Beenden Sie diese, bevor Sie eine andere Aufgabe ausführen.", "TaskSystem.restartFailed": "Fehler beim Beenden und Neustarten der Aufgabe \"{0}\".", @@ -44,9 +46,8 @@ "recentlyUsed": "zuletzt verwendete Aufgaben", "configured": "konfigurierte Aufgaben", "detected": "erkannte Aufgaben", - "TaskService.ignoredFolder": "Die folgenden Arbeitsbereichsordner werden ignoriert, da sie Aufgabenversion 0.1.0 verwenden: ", + "TaskService.ignoredFolder": "Die folgenden Arbeitsbereichsordner werden ignoriert, da sie Aufgabenversion 0.1.0 verwenden: {0}", "TaskService.notAgain": "Nicht mehr anzeigen", - "TaskService.ok": "OK", "TaskService.pickRunTask": "Auszuführende Aufgabe auswƤhlen", "TaslService.noEntryToRun": "Es wurde keine auszuführende Aufgabe gefunden. Aufgaben konfigurieren...", "TaskService.fetchingBuildTasks": "Buildaufgaben werden abgerufen...", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 4e81718d2e..132fca3192 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 094d55db2f..677e0efd19 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "Unbekannter Fehler beim Ausführen eines Tasks. Details finden Sie im Taskausgabeprotokoll.", "dependencyFailed": "Die abhƤngige Aufgabe \"{0}\" im Arbeitsbereichsordner \"{1}\" konnte nicht aufgelƶst werden.", "TerminalTaskSystem.terminalName": "Aufgabe - {0}", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index 8a510ee273..a9a52b1963 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "Die Ausführung von \"gulp -tasks-simple\" hat keine Tasks aufgelistet. Haben Sie \"npm install\" ausgeführt?", "TaskSystemDetector.noJakeTasks": "Die Ausführung von \"jake -tasks\" hat keine Tasks aufgelistet. Haben Sie \"npm install\" ausgeführt?", "TaskSystemDetector.noGulpProgram": "Gulp ist auf Ihrem System nicht installiert. Führen Sie \"npm install -g gulp\" aus, um die Anwendung zu installieren.", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index b6c2bea0ea..6dfeed7037 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "Unbekannter Fehler beim Ausführen eines Tasks. Details finden Sie im Taskausgabeprotokoll.", "TaskRunnerSystem.watchingBuildTaskFinished": "\nDie Überwachung der Buildtasks wurde beendet.", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/deu/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/deu/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index 0899849a39..69d0e8992e 100644 --- a/i18n/deu/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "Warnung: \"options.cwd\" muss vom Typ \"string\" sein. Der Wert {0} wird ignoriert.\n", "ConfigurationParser.noargs": "Fehler: Befehlsargumente müssen ein Array aus Zeichenfolgen sein. Angegebener Wert:\n{0}", "ConfigurationParser.noShell": "Warnung: Die Shell-Konfiguration wird nur beim Ausführen von Tasks im Terminal unterstützt.", diff --git a/i18n/deu/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 8e202f7f45..47094b6313 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, Terminalauswahl", "termCreateEntryAriaLabel": "{0}, neues Terminal erstellen", "workbench.action.terminal.newplus": "$(plus) Neues integriertes Terminal erstellen", diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index bc6dee18ad..519550fdee 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "Alle geƶffneten Terminals anzeigen", "terminal": "Terminal", "terminalIntegratedConfigurationTitle": "Integriertes Terminal", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "Die Befehlszeilenargumente, die für das OS X-Terminal verwendet werden sollen.", "terminal.integrated.shell.windows": "Der Pfad der Shell, den das Terminal unter Windows verwendet, wenn in Windows enthaltene Terminals verwendet werden (cmd, PowerShell oder Bash unter Ubuntu).", "terminal.integrated.shellArgs.windows": "Die Befehlszeilenargumente, die im Windows-Terminal verwendet werden sollen.", - "terminal.integrated.rightClickCopyPaste": "Wenn dies festgelegt ist, erscheint das Kontextmenü bei einem Rechtsklick im Terminal nicht mehr. Stattdessen erfolgen die VorgƤnge Kopieren, wenn eine Auswahl vorgenommen wurde, sowie Einfügen, wenn keine Auswahl vorgenommen wurde.", + "terminal.integrated.macOptionIsMeta": "Optionsschlüssel als Metaschlüssel im Terminal auf macOS behandeln.", + "terminal.integrated.copyOnSelection": "Wenn gesetzt, wird der im Terminal ausgewƤhlte Text in die Zwischenablage kopiert.", "terminal.integrated.fontFamily": "Steuert die Schriftartfamilie des Terminals. Der Standardwert ist \"editor.fontFamily\".", "terminal.integrated.fontSize": "Steuert den Schriftgrad des Terminals in Pixeln.", "terminal.integrated.lineHeight": "Steuert die Zeilenhƶhe für das Terminal. Dieser Wert wird mit dem Schriftgrad des Terminals multipliziert, um die tatsƤchliche Zeilenhƶhe in Pixeln zu erhalten.", - "terminal.integrated.enableBold": "Gibt an, ob Fettdruck im Terminal aktiviert wird. Dies muss durch die Terminalshell unterstützt werden.", + "terminal.integrated.fontWeight": "Die innerhalb des Terminals zu verwendende Schriftbreite für nicht fetten Text.", + "terminal.integrated.fontWeightBold": "Die innerhalb des Terminals zu verwendende Schriftbreite für fetten Text.", "terminal.integrated.cursorBlinking": "Steuert, ob der Terminalcursor blinkt.", "terminal.integrated.cursorStyle": "Steuert den Stil des Terminalcursors.", "terminal.integrated.scrollback": "Steuert die maximale Anzahl von Zeilen, die das Terminal im Puffer beibehƤlt.", "terminal.integrated.setLocaleVariables": "Steuert, ob Gebietsschemavariablen beim Start des Terminals festgelegt werden. Der Standardwert ist unter OS X TRUE und FALSE auf anderen Plattformen.", + "terminal.integrated.rightClickBehavior": "Steuert, wie das Terminal auf einen Rechtsklick reagiert. Mƶglich sind \"default\", \"copyPaste\", und \"selectWord\". \"default\" zeigt das Kontextmenü an, \"copyPaste\" kopiert, wenn eine Auswahl vorhanden ist, \"selectWord\" wƤhlt das Wort unter dem Cursor aus und zeigt das Kontextmenü an.", "terminal.integrated.cwd": "Ein expliziter Startpfad zum Starten des Terminals, dies dient als das aktuelle Arbeitsverzeichnis (CWD) für den Shellprozess. Dies ist insbesondere in Arbeitsbereichseinstellungen praktisch, wenn das Stammverzeichnis kein passendes CWD ist.", "terminal.integrated.confirmOnExit": "Ob aktive Terminalsitzungen beim Beenden bestƤtigt werden sollen.", + "terminal.integrated.enableBell": "Gibt an, ob die Terminalglocke aktiviert ist.", "terminal.integrated.commandsToSkipShell": "Eine Sammlung von Befehls-IDs, deren Tastenzuordnungen nicht an die Shell gesendet und die stattdessen immer durch Code verarbeitet werden. Dies ermƶglicht die Verwendung von Tastenzuordnungen, die normalerweise von der Shell verwendet würden, um das gleiche Verhalten wie bei einem Terminal ohne Fokus zu erzielen, z. B. STRG+P zum Starten von Quick Open.", "terminal.integrated.env.osx": "Objekt mit Umgebungsvariablen, das dem unter OS X vom Terminal zu verwendenden VS Code-Prozess hinzugefügt wird", "terminal.integrated.env.linux": "Objekt mit Umgebungsvariablen, das dem unter Linux vom Terminal zu verwendenden VS Code-Prozess hinzugefügt wird", "terminal.integrated.env.windows": "Objekt mit Umgebungsvariablen, das dem unter Windows vom Terminal zu verwendenden VS Code-Prozess hinzugefügt wird", + "terminal.integrated.showExitAlert": "Warnung \"Der Terminalprozess wurde mit folgendem Exitcode beendet\" anzeigen, wenn der Exitcode nicht Null ist.", + "terminal.integrated.experimentalRestore": "Ob aktive Terminalsitzungen für den Arbeitsbereich beim Starten von VS Code automatisch wiederhergestellt werden sollen. Diese Einstellung ist in der Testphase, kann fehlerhaft sein und in Zukunft geƤndert werden.", "terminalCategory": "Terminal", "viewCategory": "Anzeigen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 93a8b04286..177ad3a732 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "Integriertes Terminal umschalten", "workbench.action.terminal.kill": "Aktive Terminalinstanz beenden", "workbench.action.terminal.kill.short": "Terminal beenden", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "Alles auswƤhlen", "workbench.action.terminal.deleteWordLeft": "Wort links lƶschen", "workbench.action.terminal.deleteWordRight": "Wort rechts lƶschen", + "workbench.action.terminal.moveToLineStart": "Zum Zeilenanfang", + "workbench.action.terminal.moveToLineEnd": "Zum Zeilenende", "workbench.action.terminal.new": "Neues integriertes Terminal erstellen", "workbench.action.terminal.new.short": "Neues Terminal", + "workbench.action.terminal.newWorkspacePlaceholder": "Aktuelles Arbeitsverzeichnis für neues Terminal auswƤhlen", + "workbench.action.terminal.newInActiveWorkspace": "Neues integriertes Terminal erstellen (in aktivem Arbeitsbereich)", + "workbench.action.terminal.split": "Details zu Sucheinstellungen", + "workbench.action.terminal.focusPreviousPane": "Fokus in vorherigem Bereich", + "workbench.action.terminal.focusNextPane": "Fokus in nƤchstem Bereich", + "workbench.action.terminal.resizePaneLeft": "Größe des linken Bereichs Ƥndern", + "workbench.action.terminal.resizePaneRight": "Größe des rechten Bereichs Ƥndern", + "workbench.action.terminal.resizePaneUp": "Größe des oberen Bereichs Ƥndern", + "workbench.action.terminal.resizePaneDown": "Größe des unteren Bereichs Ƥndern", "workbench.action.terminal.focus": "Fokus im Terminal", "workbench.action.terminal.focusNext": "Fokus im nƤchsten Terminal", "workbench.action.terminal.focusPrevious": "Fokus im vorherigen Terminal", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "AusgewƤhlten Text im aktiven Terminal ausführen", "workbench.action.terminal.runActiveFile": "Aktive Datei im aktiven Terminal ausführen", "workbench.action.terminal.runActiveFile.noFile": "Nur Dateien auf der Festplatte kƶnnen im Terminal ausgeführt werden.", - "workbench.action.terminal.switchTerminalInstance": "Terminalinstanz umschalten", + "workbench.action.terminal.switchTerminal": "Terminal wechseln", "workbench.action.terminal.scrollDown": "Nach unten scrollen (Zeile)", "workbench.action.terminal.scrollDownPage": "Nach unten scrollen (Seite)", "workbench.action.terminal.scrollToBottom": "Bildlauf nach unten", diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 76d17079ae..d430a65811 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "Die Hintergrundfarbe des Terminals, dies ermƶglicht eine unterschiedliche FƤrbung des Terminals im Panel.", "terminal.foreground": "Die Vordergrundfarbe des Terminal.", "terminalCursor.foreground": "Die Vordergrundfarbe des Terminalcursors.", "terminalCursor.background": "Die Hintergrundfarbe des Terminalcursors. Ermƶglicht das Anpassen der Farbe eines Zeichens, das von einem Blockcursor überdeckt wird.", "terminal.selectionBackground": "Die Auswahlvordergrundfarbe des Terminals.", - "terminal.ansiColor": "\"{0}\": ANSI-Farbe im Terminal" + "terminal.border": "Die Farbe des Rahmens, der Bereiche innerhalb des Terminals teilt. Der Standardwert ist panel.border.", + "terminal.ansiColor": "\"{0}\" ANSI-Farbe im Terminal" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index db78986c6f..a2f7321951 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "Mƶchten Sie zulassen, dass {0} (als Arbeitsbereichseinstellung definiert) im Terminal gestartet wird?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index 32db8ee0bd..3e62dc1284 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index fa6f2ed55d..933fb5510f 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,9 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "Leere Zeile", + "terminal.integrated.a11yPromptLabel": "Terminaleingabe", + "terminal.integrated.a11yTooMuchOutput": "Zu viele Ausgaben zum Anzeigen, navigieren Sie manuell zu den Zeilen, um sie zu lesen", "terminal.integrated.copySelection.noSelection": "Das Terminal enthƤlt keine Auswahl zum Kopieren.", "terminal.integrated.exitedWithCode": "Der Terminalprozess wurde mit folgendem Exitcode beendet: {0}", "terminal.integrated.waitOnExit": "BetƤtigen Sie eine beliebige Taste, um das Terminal zu schließen.", diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index 76adb37bcf..7cea8e407b 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "ALT + Mausklick zum Aufrufen des Links", "terminalLinkHandler.followLinkCmd": "BEFEHLSTASTE + Mausklick zum Aufrufen des Links", "terminalLinkHandler.followLinkCtrl": "STRG + Mausklick zum Aufrufen des Links" diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index cf9ef31e24..2f0d1e9aa3 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "Kopieren", "paste": "Einfügen", "selectAll": "Alles auswƤhlen", - "clear": "Lƶschen" + "clear": "Lƶschen", + "split": "Teilen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index ac6f1dfc78..b637ae8d27 100644 --- a/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "Sie kƶnnen die Standardterminalshell über die SchaltflƤche \"Anpassen\" Ƥndern.", "customize": "Anpassen", - "cancel": "Abbrechen", - "never again": "OK, nicht mehr anzeigen", + "never again": "Nicht mehr anzeigen", "terminal.integrated.chooseWindowsShell": "WƤhlen Sie Ihre bevorzugte Terminalshell. Sie kƶnnen diese spƤter in Ihren Einstellungen Ƥndern.", "terminalService.terminalCloseConfirmationSingular": "Eine aktive Terminalsitzung ist vorhanden. Mƶchten Sie sie beenden?", "terminalService.terminalCloseConfirmationPlural": "{0} aktive Terminalsitzungen sind vorhanden. Mƶchten Sie sie beenden?" diff --git a/i18n/deu/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index b5dcbbd3ff..7ca8081f00 100644 --- a/i18n/deu/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "Farbdesign", "themes.category.light": "Light Themen", "themes.category.dark": "Dunkle Themen", diff --git a/i18n/deu/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index d3a2f4a704..bd0406d499 100644 --- a/i18n/deu/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "Dieser Arbeitsbereich enthƤlt Einstellungen, die nur in den Benutzereinstellungen festgelegt werden kƶnnen ({0}).", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "Arbeitsbereichseinstellungen ƶffnen", - "openDocumentation": "Weitere Informationen", - "ignore": "Ignorieren" + "dontShowAgain": "Nicht mehr anzeigen", + "unsupportedWorkspaceSettings": "Dieser Arbeitsbereich enthƤlt Einstellungen, die nur in den Benutzereinstellungen festgelegt werden kƶnnen ({0}). Klicken Sie [hier]({1}), um mehr zu erfahren." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/deu/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index 2b7fe53c7b..c9720de97f 100644 --- a/i18n/deu/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "Anmerkungen zu dieser Version: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index 315a3984bb..2665c1ae3c 100644 --- a/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "Anmerkungen zu dieser Version", - "updateConfigurationTitle": "Aktualisieren", - "updateChannel": "Konfiguriert, ob automatische Updates aus einem Updatekanal empfangen werden sollen. Erfordert einen Neustart nach der Ƅnderung." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "Anmerkungen zu dieser Version" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 7c24ef226b..0f473c53c8 100644 --- a/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "Jetzt aktualisieren", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "SpƤter", "unassigned": "Nicht zugewiesen", "releaseNotes": "Anmerkungen zu dieser Version", "showReleaseNotes": "Anmerkungen zu dieser Version anzeigen", - "downloadNow": "Jetzt herunterladen", "read the release notes": "Willkommen bei {0} v{1}! Mƶchten Sie die Hinweise zu dieser Version lesen?", - "licenseChanged": "Unsere Lizenzbedingungen haben sich geƤndert. Bitte lesen Sie die neuen Bedingungen.", - "license": "Lizenz lesen", - "neveragain": "Nie wieder anzeigen", - "64bitisavailable": "{0} für 64-Bit-Windows ist jetzt verfügbar!", - "learn more": "Weitere Informationen", + "licenseChanged": "Unsere Lizenzbedingungen haben sich geƤndert. Bitte klicken Sie [hier]({0}), um die neuen Bedingungen zu lesen.", + "neveragain": "Nicht mehr anzeigen", + "64bitisavailable": "{0} für 64-Bit-Windows ist jetzt verfügbar! Klicken Sie [hier]({1}), um mehr zu erfahren.", "updateIsReady": "Neues {0}-Update verfügbar.", - "thereIsUpdateAvailable": "Ein Update ist verfügbar.", - "updateAvailable": "{0} wird nach dem Neustart aktualisiert.", "noUpdatesAvailable": "Zurzeit sind keine Updates verfügbar.", + "ok": "OK", + "download now": "Jetzt herunterladen", + "thereIsUpdateAvailable": "Ein Update ist verfügbar.", + "installUpdate": "Update installieren", + "updateAvailable": "Ein Update ist verfügbar: {0} {1}", + "updateInstalling": "{0} {1} wird im Hintergrund installiert. Wir informieren Sie, wenn dies abgeschlossen ist.", + "updateNow": "Jetzt aktualisieren", + "updateAvailableAfterRestart": "{0} wird nach dem Neustart aktualisiert.", "commandPalette": "Befehlspalette...", "settings": "Einstellungen", "keyboardShortcuts": "Tastenkombinationen", + "showExtensions": "Erweiterungen verwalten", + "userSnippets": "Benutzercodeausschnitte", "selectTheme.label": "Farbdesign", "themes.selectIconTheme.label": "Dateisymboldesign", - "not available": "Aktualisierungen nicht verfügbar", + "checkForUpdates": "Nach Aktualisierungen suchen...", "checkingForUpdates": "Überprüfen auf Updates...", - "DownloadUpdate": "Verfügbares Update herunterladen", "DownloadingUpdate": "Das Update wird heruntergeladen...", - "InstallingUpdate": "Update wird installiert...", - "restartToUpdate": "Für Update neu starten...", - "checkForUpdates": "Nach Aktualisierungen suchen..." + "installUpdate...": "Update installieren …", + "installingUpdate": "Update wird installiert...", + "restartToUpdate": "Für Update neu starten..." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/deu/src/vs/workbench/parts/views/browser/views.i18n.json index 17abacb1d8..a7e7928a13 100644 --- a/i18n/deu/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index 79702d2496..a54d8b5422 100644 --- a/i18n/deu/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/deu/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index db8fc1c5e7..4945f33262 100644 --- a/i18n/deu/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "Alle Befehle anzeigen", "watermark.quickOpen": "Zu Datei wechseln", "watermark.openFile": "Datei ƶffnen", diff --git a/i18n/deu/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index fef2bb58e8..c96c1d4d7e 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "Datei-Explorer", "welcomeOverlay.search": "In Dateien suchen", "welcomeOverlay.git": "Quellcodeverwaltung", diff --git a/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index c83506c4af..3fd68b96e3 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "Editing evolved", "welcomePage.start": "Starten", diff --git a/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index dfd27d2d8c..9f72c7fe38 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Workbench", "workbench.startupEditor.none": "Ohne Editor starten.", "workbench.startupEditor.welcomePage": "Willkommensseite ƶffnen (Standard).", diff --git a/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index ee2a9825fe..9153b3111a 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Willkommen", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "Unterstützung für {0} ist bereits installiert.", "ok": "OK", "details": "Details", - "cancel": "Abbrechen", "welcomePage.buttonBackground": "Hintergrundfarbe für die SchaltflƤchen auf der Willkommensseite.", "welcomePage.buttonHoverBackground": "Hoverhintergrundfarbe für die SchaltflƤchen auf der Willkommensseite." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 5f5cf83edf..1bf99b9a99 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "Interaktiver Playground", "editorWalkThrough": "Interaktiver Playground" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index 7aa29cf777..2ad8280b32 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "Interaktiver Playground", "help": "Hilfe", "interactivePlayground": "Interaktiver Playground" diff --git a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index 534d9203a2..8f4b312dbd 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "Nach oben scrollen (Zeile)", "editorWalkThrough.arrowDown": "Nach unten scrollen (Zeile)", "editorWalkThrough.pageUp": "Nach oben scrollen (Seite)", diff --git a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index f8c9526c03..37e38c374d 100644 --- a/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "Ungebunden", "walkThrough.gitNotFound": "Git scheint auf Ihrem System nicht installiert zu sein.", "walkThrough.embeddedEditorBackground": "Hintergrundfarbe für die eingebetteten Editoren im Interaktiven Playground." diff --git a/i18n/deu/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..7bcb497e99 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "Menüelemente müssen ein Array sein.", + "requirestring": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", + "optstring": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein.", + "vscode.extension.contributes.menuItem.command": "Der Bezeichner des auszuführenden Befehls. Der Befehl muss im Abschnitt \"commands\" deklariert werden.", + "vscode.extension.contributes.menuItem.alt": "Der Bezeichner eines alternativ auszuführenden Befehls. Der Befehl muss im Abschnitt \"commands\" deklariert werden.", + "vscode.extension.contributes.menuItem.when": "Eine Bedingung, die TRUE sein muss, damit dieses Element angezeigt wird.", + "vscode.extension.contributes.menuItem.group": "Die Gruppe, zu der dieser Befehl gehƶrt.", + "vscode.extension.contributes.menus": "TrƤgt Menüelemente zum Editor bei.", + "menus.commandPalette": "Die Befehlspalette ", + "menus.touchBar": "Die Touch Bar (nur macOS)", + "menus.editorTitle": "Das Editor-Titelmenü.", + "menus.editorContext": "Das Editor-Kontextmenü.", + "menus.explorerContext": "Das Kontextmenü des Datei-Explorers.", + "menus.editorTabContext": "Das Kontextmenü für die Editor-Registerkarten", + "menus.debugCallstackContext": "Das Kontextmenü für den Debug-Callstack", + "menus.scmTitle": "Das Titelmenü der Quellcodeverwaltung", + "menus.scmSourceControl": "Das Menü \"Quellcodeverwaltung\"", + "menus.resourceGroupContext": "Das Ressourcengruppen-Kontextmenü der Quellcodeverwaltung", + "menus.resourceStateContext": "Das Ressourcenstatus-Kontextmenü der Quellcodeverwaltung", + "view.viewTitle": "Das beigetragene Editor-Titelmenü.", + "view.itemContext": "Das beigetragene Anzeigeelement-Kontextmenü.", + "nonempty": "Es wurde ein nicht leerer Wert erwartet.", + "opticon": "Die Eigenschaft \"icon\" kann ausgelassen werden oder muss eine Zeichenfolge oder ein Literal wie \"{dark, light}\" sein.", + "requireStringOrObject": "Die Eigenschaft \"{0}\" ist obligatorisch und muss vom Typ \"Zeichenfolge\" oder \"Objekt\" sein.", + "requirestrings": "Die Eigenschaften \"{0}\" und \"{1}\" sind obligatorisch und müssen vom Typ \"Zeichenfolge\" sein.", + "vscode.extension.contributes.commandType.command": "Der Bezeichner des auszuführenden Befehls.", + "vscode.extension.contributes.commandType.title": "Der Titel, durch den der Befehl in der BenutzeroberflƤche dargestellt wird.", + "vscode.extension.contributes.commandType.category": "(Optionale) Kategoriezeichenfolge, nach der der Befehl in der BenutzeroberflƤche gruppiert wird.", + "vscode.extension.contributes.commandType.icon": "(Optional) Das Symbol, das verwendet wird, um den Befehl in der BenutzeroberflƤche darzustellen. Es handelt sich um einen Dateipfad oder eine designfƤhige Konfiguration.", + "vscode.extension.contributes.commandType.icon.light": "Der Symbolpfad, wenn ein helles Design verwendet wird.", + "vscode.extension.contributes.commandType.icon.dark": "Der Symbolpfad, wenn ein dunkles Design verwendet wird.", + "vscode.extension.contributes.commands": "TrƤgt Befehle zur Befehlspalette bei.", + "dup": "Der Befehl \"{0}\" ist mehrmals im Abschnitt \"commands\" vorhanden.", + "menuId.invalid": "\"{0}\" ist kein gültiger Menübezeichner.", + "missing.command": "Das Menüelement verweist auf einen Befehl \"{0}\", der im Abschnitt \"commands\" nicht definiert ist.", + "missing.altCommand": "Das Menüelement verweist auf einen Alternativbefehl \"{0}\", der im Abschnitt \"commands\" nicht definiert ist.", + "dupe.command": "Das Menüelement verweist auf den gleichen Befehl wie der Standard- und der Alternativbefehl." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index cdafc1add6..4e3c8bc31c 100644 --- a/i18n/deu/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/deu/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "Eine Zusammenfassung der Einstellungen. Diese Bezeichnung wird in der Einstellungsdatei als trennender Kommentar verwendet.", "vscode.extension.contributes.configuration.properties": "Die Beschreibung der Konfigurationseigenschaften.", "scope.window.description": "Fensterspezifische Konfiguration, die in den Benutzer- oder Arbeitsbereichseinstellungen konfiguriert werden kann.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "Ein optionaler Name für den Ordner.", "workspaceConfig.uri.description": "URI des Ordners", "workspaceConfig.settings.description": "Arbeitsbereichseinstellungen", + "workspaceConfig.launch.description": "Arbeitsbereichs-Startkonfigurationen", "workspaceConfig.extensions.description": "Arbeitsbereichserweiterungen", "unknownWorkspaceProperty": "Unbekannte Arbeitsbereichs-Konfigurationseigenschaft" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/deu/src/vs/workbench/services/configuration/node/configuration.i18n.json index d6a37d8334..502e62b063 100644 --- a/i18n/deu/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/deu/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/deu/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index a4ac509ab2..105a527acf 100644 --- a/i18n/deu/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "Aufgabenkonfiguration ƶffnen", "openLaunchConfiguration": "Startkonfiguration ƶffnen", - "close": "Schließen", "open": "Einstellungen ƶffnen", "saveAndRetry": "Speichern und wiederholen", "errorUnknownKey": "In {0} kann nicht geschrieben werden, weil {1} keine registrierte Konfiguration ist.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "In die Arbeitsbereichseinstellungen kann nicht geschrieben werden, da {0} den Arbeitsbereichsumfang in einem Arbeitsbereich mit mehreren Ordnern nicht unterstützt.", "errorInvalidFolderTarget": "In die Ordnereinstellungen kann nicht geschrieben werden, weil keine Ressource angegeben ist.", "errorNoWorkspaceOpened": "In {0} kann nicht geschrieben werden, weil kein Arbeitsbereich geƶffnet ist. Ɩffnen Sie zuerst einen Arbeitsbereich, und versuchen Sie es noch mal.", - "errorInvalidTaskConfiguration": "In die Aufgabendatei kann nicht geschrieben werden. Ɩffnen Sie die Datei **Aufgaben**, um Fehler/Warnungen darin zu beheben, und versuchen Sie es noch mal.", - "errorInvalidLaunchConfiguration": "In die Startdatei kann nicht geschrieben werden. Ɩffnen Sie die Datei **Starten**, um Fehler/Warnungen in der Datei zu beheben, und versuchen Sie es noch mal.", - "errorInvalidConfiguration": "In die Benutzereinstellungen kann nicht geschrieben werden. Ɩffnen Sie die Datei **Benutzereinstellungen**, um Fehler/Warnungen darin zu korrigieren, und versuchen Sie es noch mal.", - "errorInvalidConfigurationWorkspace": "In die Arbeitsbereichseinstellungen kann nicht geschrieben werden. Ɩffnen Sie die Datei **Arbeitsbereichseinstellungen**, um Fehler/Warnungen darin zu korrigieren, und versuchen Sie es noch mal.", - "errorInvalidConfigurationFolder": "In die Ordnereinstellungen kann nicht geschrieben werden. Ɩffnen Sie die Datei **Ordnereinstellungen** unter **{0}**, um Fehler/Warnungen darin zu korrigieren, und versuchen Sie es noch mal.", - "errorTasksConfigurationFileDirty": "In die Aufgabendatei kann nicht geschrieben werden, da sie geƤndert wurde. Speichern Sie die Datei **Aufgabenkonfiguration**, und versuchen Sie es noch mal.", - "errorLaunchConfigurationFileDirty": "In die Startdatei kann nicht geschrieben werden, da sie geƤndert wurde. Speichern Sie die Datei **Startkonfiguration**, und versuchen Sie es noch mal.", - "errorConfigurationFileDirty": "In die Einstellungen kann nicht geschrieben werden, da die Datei geƤndert wurde. Speichern Sie die Datei **Benutzereinstellungen**, und versuchen Sie es noch mal.", - "errorConfigurationFileDirtyWorkspace": "In die Arbeitsbereichseinstellungen kann nicht geschrieben werden, da die Datei geƤndert wurde. Speichern Sie die Datei **Arbeitsbereichseinstellungen**, und versuchen Sie es noch mal.", - "errorConfigurationFileDirtyFolder": "In die Ordnereinstellungen kann nicht geschrieben werden, da die Datei geƤndert wurde. Speichern Sie die Datei **Ordnereinstellungen** unter **{0}**, und versuchen Sie es noch mal.", + "errorInvalidTaskConfiguration": "In die Konfigurationsdatei der Aufgabe kann nicht geschrieben werden. Ɩffnen Sie die Datei, um Fehler/Warnungen darin zu beheben, und versuchen Sie es noch mal.", + "errorInvalidLaunchConfiguration": "In die Startkonfigurationsdatei kann nicht geschrieben werden. Ɩffnen Sie die Datei, um Fehler/Warnungen darin zu beheben, und versuchen Sie es noch mal.", + "errorInvalidConfiguration": "In die Benutzereinstellungen kann nicht geschrieben werden. Ɩffnen Sie die Benutzereinstellungen, um Fehler/Warnungen in der Datei zu korrigieren, und versuchen Sie es noch mal.", + "errorInvalidConfigurationWorkspace": "In die Konfigurationseinstellungen kann nicht geschrieben werden. Ɩffnen Sie die Arbeitsbereichseinstellungen, um Fehler/Warnungen in der Datei zu korrigieren, und versuchen Sie es noch mal.", + "errorInvalidConfigurationFolder": "In die Ordnereinstellungen kann nicht geschrieben werden. Ɩffnen Sie die Ordnereinstellungen \"{0}'\", um Fehler/Warnungen in der Datei zu korrigieren, und versuchen Sie es noch mal.", + "errorTasksConfigurationFileDirty": "In die Konfigurationsdatei der Aufgabe kann nicht geschrieben werden, weil sie geƤndert wurde. Speichern Sie die Datei, und versuchen Sie es noch mal.", + "errorLaunchConfigurationFileDirty": "In die Startkonfigurationsdatei kann nicht geschrieben werden, weil sie geƤndert wurde. Speichern Sie die Datei, und versuchen Sie es noch mal.", + "errorConfigurationFileDirty": "In die Benutzereinstellungen kann nicht geschrieben werden, weil die Datei geƤndert wurde. Speichern Sie die Datei mit den Benutzereinstellungen, und versuchen Sie es noch mal.", + "errorConfigurationFileDirtyWorkspace": "In die Arbeitsbereichseinstellungen kann nicht geschrieben werden, weil die Datei geƤndert wurde. Speichern Sie die Datei mit den Arbeitsbereichseinstellungen, und versuchen Sie es noch mal.", + "errorConfigurationFileDirtyFolder": "In die Ordnereinstellungen kann nicht geschrieben werden, da die Datei geƤndert wurde. Speichern Sie die Datei mit den Ordnereinstellungen \"{0}\" und versuchen Sie es noch mal.", "userTarget": "Benutzereinstellungen", "workspaceTarget": "Arbeitsbereichseinstellungen", "folderTarget": "Ordnereinstellungen" diff --git a/i18n/deu/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/deu/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 789de4230c..3c3132e500 100644 --- a/i18n/deu/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "In die Datei kann nicht geschrieben werden. Ɩffnen Sie die Datei, um Fehler/Warnungen in der Datei zu beheben, und versuchen Sie es noch mal.", "errorFileDirty": "In die Datei kann nicht geschrieben werden, weil sie geƤndert wurde. Speichern Sie die Datei, und versuchen Sie es noch mal." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/deu/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index f7a2d1f0c3..2f0dcdd3ea 100644 --- a/i18n/deu/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/deu/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index f7a2d1f0c3..85e89dd773 100644 --- a/i18n/deu/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetrie", "telemetry.enableCrashReporting": "Aktiviert Absturzberichte, die an Microsoft gesendet werden.\nDiese Option erfordert einen Neustart, damit sie wirksam wird." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/deu/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 727ecbfc25..785b28388b 100644 --- a/i18n/deu/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "EnthƤlt hervorgehobene Elemente" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/deu/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..1dc1b83c72 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&Ja", + "cancelButton": "Abbrechen", + "moreFile": "...1 weitere Datei wird nicht angezeigt", + "moreFiles": "...{0} weitere Dateien werden nicht angezeigt" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/deu/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/deu/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/deu/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/deu/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/deu/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/deu/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..acfe6907b5 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "Gibt für VS Code-Erweiterungen die VS Code-Version an, mit der die Erweiterung kompatibel ist. Darf nicht \"*\" sein. Beispiel: ^0.10.5 gibt die KompatibilitƤt mit mindestens VS Code-Version 0.10.5 an.", + "vscode.extension.publisher": "Der Herausgeber der VS Code-Extension.", + "vscode.extension.displayName": "Der Anzeigename für die Extension, der im VS Code-Katalog verwendet wird.", + "vscode.extension.categories": "Die vom VS Code-Katalog zum Kategorisieren der Extension verwendeten Kategorien.", + "vscode.extension.galleryBanner": "Das in VS Code Marketplace verwendete Banner.", + "vscode.extension.galleryBanner.color": "Die Bannerfarbe für die Kopfzeile der VS Code Marketplace-Seite.", + "vscode.extension.galleryBanner.theme": "Das Farbdesign für die Schriftart, die im Banner verwendet wird.", + "vscode.extension.contributes": "Alle BeitrƤge der VS Code-Extension, die durch dieses Paket dargestellt werden.", + "vscode.extension.preview": "Legt die Erweiterung fest, die im Marketplace als Vorschau gekennzeichnet werden soll.", + "vscode.extension.activationEvents": "Aktivierungsereignisse für die VS Code-Extension.", + "vscode.extension.activationEvents.onLanguage": "Ein Aktivierungsereignis wird beim Ɩffnen einer Datei ausgegeben, die in die angegebene Sprache aufgelƶst wird.", + "vscode.extension.activationEvents.onCommand": "Ein Aktivierungsereignis wird beim Aufrufen des angegebenen Befehls ausgegeben.", + "vscode.extension.activationEvents.onDebug": "Ein Aktivierungsereignis wird ausgesandt, wenn ein Benutzer eine Debugging startet, oder eine Debug-Konfiguration erstellt.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "Ein Aktivierungsereignis ausgegeben, wenn ein \"launch.json\" erstellt werden muss (und alle provideDebugConfigurations Methoden aufgerufen werden müssen).", + "vscode.extension.activationEvents.onDebugResolve": "Ein Aktivierungsereignis ausgegeben, wenn eine Debug-Sitzung mit dem spezifischen Typ gestartet wird (und eine entsprechende resolveDebugConfiguration-Methode aufgerufen werden muss).", + "vscode.extension.activationEvents.workspaceContains": "Ein Aktivierungsereignis wird beim Ɩffnen eines Ordners ausgegeben, der mindestens eine Datei enthƤlt, die mit dem angegebenen Globmuster übereinstimmt.", + "vscode.extension.activationEvents.onView": "Ein Aktivierungsereignis wird beim Erweitern der angegebenen Ansicht ausgegeben.", + "vscode.extension.activationEvents.star": "Ein Aktivierungsereignis wird beim Start von VS Code ausgegeben. Damit für die Endbenutzer eine bestmƶgliche Benutzerfreundlichkeit sichergestellt ist, verwenden Sie dieses Aktivierungsereignis in Ihrer Erweiterung nur dann, wenn in Ihrem Anwendungsfall keine andere Kombination an Aktivierungsereignissen funktioniert.", + "vscode.extension.badges": "Array aus Badges, die im Marketplace in der Seitenleiste auf der Seite mit den Erweiterungen angezeigt werden.", + "vscode.extension.badges.url": "Die Bild-URL für den Badge.", + "vscode.extension.badges.href": "Der Link für den Badge.", + "vscode.extension.badges.description": "Eine Beschreibung für den Badge.", + "vscode.extension.extensionDependencies": "AbhƤngigkeiten von anderen Erweiterungen. Der Bezeichner einer Erweiterung ist immer ${publisher}.${name}, beispielsweise \"vscode.csharp\".", + "vscode.extension.scripts.prepublish": "Ein Skript, das ausgeführt wird, bevor das Paket als VS Code-Extension verƶffentlicht wird.", + "vscode.extension.scripts.uninstall": "Uninstall-Hook für VS Code-Erweiterung: Skript, das ausgeführt wird, wenn die Erweiterung vollstƤndig aus VS Code deinstalliert wurde. Dies ist der Fall, wenn VS Code nach der Deinstallation der Erweiterung neu gestartet wurde (Herunterfahren und Starten). Nur Node-Skripts werden unterstützt. ", + "vscode.extension.icon": "Der Pfad zu einem 128x128-Pixel-Symbol." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 19669518ab..6bf62cfd0a 100644 --- a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "Der Erweiterungshost wurde nicht innerhalb von 10 Sekunden gestartet. Mƶglicherweise wurde er in der ersten Zeile beendet und benƶtigt einen Debugger, um die Ausführung fortzusetzen.", "extensionHostProcess.startupFail": "Der Erweiterungshost wurde nicht innerhalb von 10 Sekunden gestartet. Dies stellt ggf. ein Problem dar.", + "reloadWindow": "Fenster erneut laden", "extensionHostProcess.error": "Fehler vom Erweiterungshost: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index b92206c2f5..b03de4490a 100644 --- a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) Profilieren des Erweiterungshost..." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index fc6d616a74..bad38daaaa 100644 --- a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "Fehler beim Analysieren von {0}: {1}.", "fileReadFail": "Die Datei \"{0}\" kann nicht gelesen werden: {1}", - "jsonsParseFail": "Fehler beim Analysieren von {0} oder {1}: {2}.", + "jsonsParseReportErrors": "Fehler beim Analysieren von {0}: {1}.", "missingNLSKey": "Die Nachricht für den Schlüssel {0} wurde nicht gefunden." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 37b2e12989..3831257f81 100644 --- a/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "Entwicklertools", - "restart": "Erweiterungshost neu starten", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "Der Erweiterungshost wurde unerwartet beendet.", "extensionHostProcess.unresponsiveCrash": "Der Erweiterungshost wurde beendet, weil er nicht reagiert hat.", + "devTools": "Entwicklertools", + "restart": "Erweiterungshost neu starten", "overwritingExtension": "Die Erweiterung \"{0}\" wird mit \"{1}\" überschrieben.", "extensionUnderDevelopment": "Die Entwicklungserweiterung unter \"{0}\" wird geladen.", - "extensionCache.invalid": "Erweiterungen wurden auf der Festplatte geƤndert. Bitte laden Sie das Fenster erneut." + "extensionCache.invalid": "Erweiterungen wurden auf der Festplatte geƤndert. Bitte laden Sie das Fenster erneut.", + "reloadWindow": "Fenster erneut laden" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/deu/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..fb2826a8a2 --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "Fehler beim Analysieren von {0}: {1}.", + "fileReadFail": "Die Datei \"{0}\" kann nicht gelesen werden: {1}", + "jsonsParseReportErrors": "Fehler beim Analysieren von {0}: {1}.", + "missingNLSKey": "Die Nachricht für den Schlüssel {0} wurde nicht gefunden.", + "notSemver": "Die Extensionversion ist nicht mit \"semver\" kompatibel.", + "extensionDescription.empty": "Es wurde eine leere Extensionbeschreibung abgerufen.", + "extensionDescription.publisher": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", + "extensionDescription.name": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", + "extensionDescription.version": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", + "extensionDescription.engines": "Die Eigenschaft \"{0}\" ist erforderlich und muss vom Typ \"object\" sein.", + "extensionDescription.engines.vscode": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", + "extensionDescription.extensionDependencies": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string[]\" sein.", + "extensionDescription.activationEvents1": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string[]\" sein.", + "extensionDescription.activationEvents2": "Die Eigenschaften \"{0}\" und \"{1}\" müssen beide angegeben oder beide ausgelassen werden.", + "extensionDescription.main1": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein.", + "extensionDescription.main2": "Es wurde erwartet, dass \"main\" ({0}) im Ordner ({1}) der Extension enthalten ist. Dies führt ggf. dazu, dass die Extension nicht portierbar ist.", + "extensionDescription.main3": "Die Eigenschaften \"{0}\" und \"{1}\" müssen beide angegeben oder beide ausgelassen werden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/deu/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 2f68c0b353..d4b1b28826 100644 --- a/i18n/deu/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Microsoft .NET Framework 4.5 ist erforderlich. Klicken Sie auf den Link, um die Anwendung zu installieren.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": ".NET Framework 4.5 herunterladen", "neverShowAgain": "Nicht mehr anzeigen", + "netVersionError": "Microsoft .NET Framework 4.5 ist erforderlich. Klicken Sie auf den Link, um die Anwendung zu installieren.", + "learnMore": "Anweisungen", + "enospcError": "Keine Dateihandles mehr in {0} vorhanden. Folgen Sie dem Anwendungslink, um das Problem zu beheben.", + "binFailed": "Fehler beim Verschieben von \"{0}\" in den Papierkorb.", "trashFailed": "Fehler beim Verschieben von \"{0}\" in den Papierkorb." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/deu/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index ed6cda9de2..99d23343ab 100644 --- a/i18n/deu/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "Die Datei ist ein Verzeichnis", + "fileNotModifiedError": "Datei nicht geƤndert seit", "fileBinaryError": "Die Datei scheint eine BinƤrdatei zu sein und kann nicht als Text geƶffnet werden." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/deu/src/vs/workbench/services/files/node/fileService.i18n.json index c16b29bce9..817942e7a9 100644 --- a/i18n/deu/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "Ungültige Dateiressource ({0})", "fileIsDirectoryError": "Die Datei ist ein Verzeichnis", "fileNotModifiedError": "Datei nicht geƤndert seit", + "fileTooLargeForHeapError": "Die Dateigröße überschreitet die maximale Speichergröße für Fenster. Führen Sie folgenden Code aus: --max-memory=NEWSIZE", "fileTooLargeError": "Die Datei ist zu groß, um sie zu ƶffnen.", "fileNotFoundError": "Die Datei wurde nicht gefunden ({0}).", "fileBinaryError": "Die Datei scheint eine BinƤrdatei zu sein und kann nicht als Text geƶffnet werden.", + "filePermission": "Schreibzugriff auf Datei ({0}) verweigert", "fileExists": "Die zu erstellende Datei ist bereits vorhanden ({0}). ", "fileMoveConflict": "Verschieben/Kopieren kann nicht ausgeführt werden. Die Datei ist am Ziel bereits vorhanden.", "unableToMoveCopyError": "Der Verschiebe-/Kopiervorgang kann nicht ausgeführt werden. Die Datei würde den Ordner ersetzen, in dem sie enthalten ist.", diff --git a/i18n/deu/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..7971ac690a --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "TrƤgt zur JSON-Schemakonfiguration bei.", + "contributes.jsonValidation.fileMatch": "Das Dateimuster, mit dem eine Übereinstimmung vorliegen soll, z. B. \"package.json\" oder \"*.launch\".", + "contributes.jsonValidation.url": "Eine Schema-URL (\"http:\", \"Https:\") oder der relative Pfad zum Extensionordner (\". /\").", + "invalid.jsonValidation": "configuration.jsonValidation muss ein Array sein.", + "invalid.fileMatch": "configuration.jsonValidation.fileMatch muss definiert sein.", + "invalid.url": "configuration.jsonValidation.url muss eine URL oder ein relativer Pfad sein.", + "invalid.url.fileschema": "configuration.jsonValidation.url ist eine ungültige relative URL: {0}", + "invalid.url.schema": "\"configuration.jsonValidation.url\" muss mit \"http:\", \"https:\" oder \"./\" starten, um auf Schemas zu verweisen, die in der Extension gespeichert sind." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/deu/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index ecddff9a44..67398444ae 100644 --- a/i18n/deu/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/deu/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "Schreiben ist nicht mƶglich, da die Datei geƤndert wurde. Speichern Sie die Datei **Tastenzuordnungen**, und versuchen Sie es noch mal.", - "parseErrors": "Tastenzuordnungen kƶnnen nicht geschrieben werden. Ɩffnen Sie die Datei **Tastenzuordnungen**, um Fehler/Warnungen in der Datei zu korrigieren. Versuchen Sie es anschließend noch mal.", - "errorInvalidConfiguration": "Tastenzuordnungen konnten nicht geschrieben werden. Die Datei mit den Tastenzuordnungen enthƤlt ein Objekt, bei dem es sich nicht um ein Array handelt. Ɩffnen Sie die Datei, um das Problem zu beheben, und versuchen Sie es dann nochmal.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "Schreiben nicht mƶglich, da die Tastenbindungskonfiguration geƤndert wurde. Speichern Sie die Datei, und versuchen Sie es noch mal.", + "parseErrors": "In die configuration\n\nIn die Tastenbindungskonfigurationsdatei kann nicht geschrieben werden. Ɩffnen Sie die Datei, um Fehler/Warnungen darin zu beheben, und versuchen Sie es noch mal.", + "errorInvalidConfiguration": "In die Tastenbindungskonfigurationsdatei kann nicht geschrieben werden. Sie enthƤlt ein Objekt, bei dem es sich nicht um ein Array handelt. Ɩffnen Sie die Datei, um das Problem zu beheben, und versuchen Sie es dann nochmal.", "emptyKeybindingsHeader": "Platzieren Sie Ihre Tastenzuordnungen in dieser Datei, um die Standardwerte zu überschreiben." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/deu/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 32304e03ce..0e1289c12d 100644 --- a/i18n/deu/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "Es wurde ein nicht leerer Wert erwartet.", "requirestring": "Die Eigenschaft \"{0}\" ist erforderlich. Sie muss vom Typ \"string\" sein.", "optstring": "Die Eigenschaft \"{0}\" kann ausgelassen werden oder muss vom Typ \"string\" sein.", @@ -22,5 +24,6 @@ "keybindings.json.when": "Die Bedingung, wann der Schlüssel aktiv ist.", "keybindings.json.args": "Argumente, die an den auszuführenden Befehl übergeben werden sollen.", "keyboardConfigurationTitle": "Tastatur", - "dispatch": "Steuert die Abgangslogik, sodass bei einem Tastendruck entweder \"code\" (empfohlen) oder \"keyCode\" verwendet wird." + "dispatch": "Steuert die Abgangslogik, sodass bei einem Tastendruck entweder \"code\" (empfohlen) oder \"keyCode\" verwendet wird.", + "touchbar.enabled": "Aktiviert die macOS-Touchbar-SchaltflƤchen der Tastatur, sofern verfügbar." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/deu/src/vs/workbench/services/message/browser/messageList.i18n.json index fd24b5589c..38e72038d6 100644 --- a/i18n/deu/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/deu/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Fehler: {0}", "alertWarningMessage": "Warnung: {0}", "alertInfoMessage": "Info: {0}", diff --git a/i18n/deu/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/deu/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index eb70a019a6..2b2676b396 100644 --- a/i18n/deu/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&Ja", "cancelButton": "Abbrechen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/deu/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 1fcfe6d574..abfb7be79c 100644 --- a/i18n/deu/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "Contributes-Sprachdeklarationen", "vscode.extension.contributes.languages.id": "Die ID der Sprache.", "vscode.extension.contributes.languages.aliases": "Namealiase für die Sprache.", diff --git a/i18n/deu/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/deu/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/deu/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/deu/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 4701a601de..7f5b097fcc 100644 --- a/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "TrƤgt TextMate-Tokenizer bei.", "vscode.extension.contributes.grammars.language": "Der Sprachbezeichner, für den diese Syntax beigetragen wird.", "vscode.extension.contributes.grammars.scopeName": "Der TextMate-Bereichsname, der von der tmLanguage-Datei verwendet wird.", diff --git a/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index b97a9d9bda..890d3762b3 100644 --- a/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/deu/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "Unbekannte Sprache in \"contributes.{0}.language\". Bereitgestellter Wert: {1}", "invalid.scopeName": "In \"contributes.{0}.scopeName\" wurde eine Zeichenfolge erwartet. Bereitgestellter Wert: {1}", "invalid.path.0": "Expected string in `contributes.{0}.path`. Provided value: {1}", diff --git a/i18n/deu/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/deu/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index ddbd19970d..e72c875324 100644 --- a/i18n/deu/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/deu/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "Die Datei wurde geƤndert. Speichern Sie sie zuerst, bevor Sie sie mit einer anderen Codierung erneut ƶffnen.", "genericSaveError": "Fehler beim Speichern von \"{0}\": {1}." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/deu/src/vs/workbench/services/textfile/common/textFileService.i18n.json index aa9c6a5028..9286f5e21c 100644 --- a/i18n/deu/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "Dateien, die geƤndert wurden, konnten nicht in den Sicherungsspeicherort geschrieben werden (Fehler: {0}). Speichern Sie zuerst Ihre Dateien, und beenden Sie dann den Vorgang." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/deu/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index 1e2d38883d..e8891dc31c 100644 --- a/i18n/deu/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "Mƶchten Sie die Ƅnderungen speichern, die Sie an \"{0}\" vorgenommen haben?", "saveChangesMessages": "Mƶchten Sie die an den folgenden {0}-Dateien vorgenommenen Ƅnderungen speichern?", - "moreFile": "...1 weitere Datei wird nicht angezeigt", - "moreFiles": "...{0} weitere Dateien werden nicht angezeigt", "saveAll": "&&Alle speichern", "save": "&&Speichern", "dontSave": "&&Nicht speichern", diff --git a/i18n/deu/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/deu/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..53ecd69afa --- /dev/null +++ b/i18n/deu/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "Fügt in Erweiterung definierte verwendbare Farben hinzu", + "contributes.color.id": "Der Bezeichner der verwendbaren Farbe", + "contributes.color.id.format": "Bezeichner sollten in folgendem Format vorliegen: aa [.bb] *", + "contributes.color.description": "Die Beschreibung der verwendbaren Farbe", + "contributes.defaults.light": "Die Standardfarbe für helle Themen. Entweder eine Farbe als Hex-Code (#RRGGBB[AA]) oder der Bezeichner einer verwendbaren Farbe, der eine Standardeinstellung bereitstellt.", + "contributes.defaults.dark": "Die Standardfarbe für dunkle Themen. Entweder eine Farbe als Hex-Code (#RRGGBB[AA]) oder der Bezeichner einer verwendbaren Farbe, der eine Standardeinstellung bereitstellt.", + "contributes.defaults.highContrast": "Die Standardfarbe für Themen mit hohem Kontrast. Entweder eine Farbe als Hex-Code (#RRGGBB[AA]) oder der Bezeichner einer verwendbaren Farbe, der eine Standardeinstellung bereitstellt.", + "invalid.colorConfiguration": "\"configuration.colors\" muss ein Array sein.", + "invalid.default.colorType": "{0} muss entweder eine Farbe als Hex-Code (#RRGGBB[AA] oder #RGB[A]) sein oder der Bezeichner einer verwendbaren Farbe, der eine Standardeinstellung bereitstellt.", + "invalid.id": "\"configuration.colors.id\" muss definiert und nicht leer sein", + "invalid.id.format": "\"configuration.colors.id\" muss auf das Wort[.word]* folgen", + "invalid.description": "\"configuration.colors.description\" muss definiert und darf nicht leer sein", + "invalid.defaults": "\"configuration.colors.defaults\" muss definiert sein, und \"light\", \"dark\" und \"highContrast\" enthalten" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/deu/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index d13ca94462..3fb892bbae 100644 --- a/i18n/deu/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/deu/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "Farben und Stile für das Token.", "schema.token.foreground": "Vordergrundfarbe für das Token.", "schema.token.background.warning": "Token Hintergrundfarben werden derzeit nicht unterstützt.", - "schema.token.fontStyle": "Schriftschnitt der Regel: kursiv, fett und unterstrichen (einzeln oder in Kombination)", - "schema.fontStyle.error": "Der Schriftschnitt muss eine Kombination aus \"kursiv\", \"fett\" und \"unterstrichen\" sein.", + "schema.token.fontStyle": "Schriftschnitt der Regel: kursiv, fett und unterstrichen (einzeln oder in Kombination). Die leere Zeichenfolge setzt geerbte Einstellungen zurück.", + "schema.fontStyle.error": "Die Schriftart muss \"kursiv\", \"fett\" oder \"unterstrichen\", eine Kombination daraus oder eine leere Zeichenfolge sein.", + "schema.token.fontStyle.none": "Keine (geerbten Stil lƶschen)", "schema.properties.name": "Beschreibung der Regel.", "schema.properties.scope": "Bereichsauswahl, mit der diese Regel einen Abgleich ausführt.", "schema.tokenColors.path": "Pfad zu einer tmTheme-Designdatei (relativ zur aktuellen Datei).", diff --git a/i18n/deu/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/deu/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index cce0737bd4..4f929e09c9 100644 --- a/i18n/deu/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/deu/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "Das Ordnersymbol für aufgeklappte Ordner. Das Symbol für aufgeklappte Ordner ist optional. Wenn diese Angabe nicht festgelegt wird, wird das für Ordner definierte Symbol angezeigt.", "schema.folder": "Das Ordnersymbol für zugeklappte Ordner. Gilt, wenn folderExpanded nicht festgelegt ist, auch für aufgeklappte Ordner.", "schema.file": "Das Standarddateisymbol, das für alle Dateien angezeigt wird, die nicht mit einer Erweiterung, einem Dateinamen oder einer Sprach-ID übereinstimmen.", diff --git a/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index 5c396ea44d..f399e0147c 100644 --- a/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "Probleme beim Analysieren der JSON-Designdatei: {0}", "error.invalidformat.colors": "Probleme beim Analysieren der Farbdesigndatei: {0}. Die Eigenschaft \"colors\" ist nicht vom Typ \"object\".", "error.invalidformat.tokenColors": "Problem beim Analysieren der Farbdesigndatei: {0}. Die Eigenschaft \"tokenColors\" muss entweder ein Array sein, das Farben festlegt, oder ein Pfad zu einer TextMate-Designdatei.", diff --git a/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 667f131a46..68bfa24512 100644 --- a/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/deu/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Contributes textmate color themes.", "vscode.extension.contributes.themes.id": "Die ID des Symboldesigns wie in den Benutzereinstellungen verwendet.", "vscode.extension.contributes.themes.label": "Die Bezeichnung des Farbdesigns wie in der BenutzeroberflƤche angezeigt.", diff --git a/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index b0f9faf6b5..f64e046b9f 100644 --- a/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Problems parsing file icons file: {0}" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 65109048ac..b60e4cc8a5 100644 --- a/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/deu/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contributes file icon themes.", "vscode.extension.contributes.iconThemes.id": "Die ID des Symboldesigns wie in den Benutzereinstellungen verwendet.", "vscode.extension.contributes.iconThemes.label": "Die Bezeichnung des Symboldesigns wie in der BenutzeroberflƤche angezeigt.", diff --git a/i18n/deu/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/deu/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index 7d1b7fccbe..f90d9f086e 100644 --- a/i18n/deu/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "Specifies the color theme used in the workbench.", "colorThemeError": "Theme is unknown or not installed.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "No file icons", "iconThemeError": "File icon theme is unknown or not installed.", "workbenchColors": "Überschreibt Farben aus dem derzeit ausgewƤhlte Farbdesign.", - "editorColors": "Überschreibt Editorfarben und den Schriftschnitt aus dem momentan ausgewƤhlten Farbdesign.", "editorColors.comments": "Legt die Farben und Stile für Kommentare fest.", "editorColors.strings": "Legt die Farben und Stile für Zeichenfolgenliterale fest.", "editorColors.keywords": "Legt die Farben und Stile für Schlüsselwƶrter fest.", @@ -19,5 +20,6 @@ "editorColors.types": "Legt die Farben und Stile für Typdeklarationen und Verweise fest.", "editorColors.functions": "Legt die Farben und Stile für Funktionsdeklarationen und Verweise fest.", "editorColors.variables": "Legt die Farben und Stile für Variablendeklarationen und Verweise fest.", - "editorColors.textMateRules": "Legt Farben und Stile mithilfe von Textmate-Designregeln fest (erweitert)." + "editorColors.textMateRules": "Legt Farben und Stile mithilfe von Textmate-Designregeln fest (erweitert).", + "editorColors": "Überschreibt Editorfarben und den Schriftschnitt aus dem momentan ausgewƤhlten Farbdesign." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/deu/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 67d01f0f0d..f170d3e937 100644 --- a/i18n/deu/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/deu/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "In die Konfigurationsdatei des Arbeitsbereichs kann nicht geschrieben werden. Ɩffnen Sie die Datei, um Fehler/Warnungen darin zu beheben, und versuchen Sie es noch mal.", "errorWorkspaceConfigurationFileDirty": "In die Konfigurationsdatei des Arbeitsbereichs kann nicht geschrieben werden, weil sie geƤndert wurde. Speichern Sie die Datei, und versuchen Sie es noch mal.", - "openWorkspaceConfigurationFile": "Konfigurationsdatei des Arbeitsbereichs ƶffnen", - "close": "Schließen", - "enterWorkspace.close": "Schließen", - "enterWorkspace.dontShowAgain": "Nicht mehr anzeigen", - "enterWorkspace.moreInfo": "Weitere Informationen", - "enterWorkspace.prompt": "Weitere Informationen zum Arbeiten mit mehreren Ordnern in VS Code." + "openWorkspaceConfigurationFile": "Konfiguration des Arbeitsbereichs ƶffnen" } \ No newline at end of file diff --git a/i18n/esn/extensions/azure-account/out/azure-account.i18n.json b/i18n/esn/extensions/azure-account/out/azure-account.i18n.json index 787c5816b1..dbf3601e44 100644 --- a/i18n/esn/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/esn/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/extensions/azure-account/out/extension.i18n.json b/i18n/esn/extensions/azure-account/out/extension.i18n.json index 33e171e85c..be1f6ba2a8 100644 --- a/i18n/esn/extensions/azure-account/out/extension.i18n.json +++ b/i18n/esn/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/extensions/bat/package.i18n.json b/i18n/esn/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..fb2451705c --- /dev/null +++ b/i18n/esn/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Windows Bat", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos por lotes de Windows." +} \ No newline at end of file diff --git a/i18n/esn/extensions/clojure/package.i18n.json b/i18n/esn/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..c6524c893c --- /dev/null +++ b/i18n/esn/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Clojure", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Clojure." +} \ No newline at end of file diff --git a/i18n/esn/extensions/coffeescript/package.i18n.json b/i18n/esn/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..b0ea6e007a --- /dev/null +++ b/i18n/esn/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje CoffeeScript", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de CoffeeScript." +} \ No newline at end of file diff --git a/i18n/esn/extensions/configuration-editing/out/extension.i18n.json b/i18n/esn/extensions/configuration-editing/out/extension.i18n.json index 9044575581..29185aa0bc 100644 --- a/i18n/esn/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/esn/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "Ejemplo" } \ No newline at end of file diff --git a/i18n/esn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/esn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index 0fea08772c..2a06536503 100644 --- a/i18n/esn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/esn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "el nombre del archivo (por ejemplo miarchivo.txt)", "activeEditorMedium": "la ruta de acceso del archivo relativa a la carpeta del espacio de trabajo (p. ej. miCarpeta/miArchivo.txt)", "activeEditorLong": "la ruta de acceso completa del archivo (por ejemplo, /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/esn/extensions/configuration-editing/package.i18n.json b/i18n/esn/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..8c5a8e1904 --- /dev/null +++ b/i18n/esn/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Edición de configuración", + "description": "Proporciona caracterĆ­sticas (IntelliSense avanzado, corrección automĆ”tica) en archivos de configuración, como archivos de parĆ”metros, de inicio y de recomendación de extensiones." +} \ No newline at end of file diff --git a/i18n/esn/extensions/cpp/package.i18n.json b/i18n/esn/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..a81ec45b79 --- /dev/null +++ b/i18n/esn/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje C y C++", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de C/C++." +} \ No newline at end of file diff --git a/i18n/esn/extensions/csharp/package.i18n.json b/i18n/esn/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..ea771d7908 --- /dev/null +++ b/i18n/esn/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje C#", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de C#." +} \ No newline at end of file diff --git a/i18n/esn/extensions/css/client/out/cssMain.i18n.json b/i18n/esn/extensions/css/client/out/cssMain.i18n.json index 649760d7cc..99d0bdc59c 100644 --- a/i18n/esn/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/esn/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "Servidor de lenguaje CSS", "folding.start": "Inicio de la región plegable", "folding.end": "Fin de la región plegable" diff --git a/i18n/esn/extensions/css/package.i18n.json b/i18n/esn/extensions/css/package.i18n.json index 3dd3dce11b..285e792036 100644 --- a/i18n/esn/extensions/css/package.i18n.json +++ b/i18n/esn/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CaracterĆ­sticas del lenguaje CSS", + "description": "Proporciona un potente soporte de lenguaje para archivos CSS, LESS y SCSS.", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "NĆŗmero de parĆ”metros no vĆ”lido", "css.lint.boxModel.desc": "No use ancho o alto con el relleno o los bordes.", diff --git a/i18n/esn/extensions/diff/package.i18n.json b/i18n/esn/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..c9941dce2f --- /dev/null +++ b/i18n/esn/extensions/diff/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CaracterĆ­sticas del lenguaje para archivos Diff", + "description": "Proporciona resaltado de sintaxis, corchetes angulares de cierre y otras caracterĆ­sticas del lenguaje en archivos Diff" +} \ No newline at end of file diff --git a/i18n/esn/extensions/docker/package.i18n.json b/i18n/esn/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..930eed5c2a --- /dev/null +++ b/i18n/esn/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Docker", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Docker." +} \ No newline at end of file diff --git a/i18n/esn/extensions/emmet/package.i18n.json b/i18n/esn/extensions/emmet/package.i18n.json index eb90ccea6d..af803087d4 100644 --- a/i18n/esn/extensions/emmet/package.i18n.json +++ b/i18n/esn/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Soporte de Emmet para VS Code", "command.wrapWithAbbreviation": "Encapsular con abreviatura", "command.wrapIndividualLinesWithAbbreviation": "Encapsular las lĆ­neas individuales con abreviatura", "command.removeTag": "Quitar etiqueta", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "Una lista separada por comas de nombres de atributos que debe existir en la abreviatura para el filtro de comentarios ser aplicado", "emmetPreferencesFormatNoIndentTags": "Una matriz de nombres de etiqueta que no deberĆ­a recibir una sangrĆ­a interna", "emmetPreferencesFormatForceIndentTags": "Una matriz de nombres de etiqueta que siempre deberĆ­a recibir una sangrĆ­a interna", - "emmetPreferencesAllowCompactBoolean": "Si es 'true', se produce una anotación compacta de atributos booleanos" + "emmetPreferencesAllowCompactBoolean": "Si es 'true', se produce una anotación compacta de atributos booleanos", + "emmetPreferencesCssWebkitProperties": "Propiedades CSS separadas por comas que obtienen el prefijo de proveedor 'webkit' cuando se utilizan en la abreviatura Emmet que comienza con '-'. Establecer en la cadena vacĆ­a para evitar siempre el prefijo 'webkit'.", + "emmetPreferencesCssMozProperties": "Propiedades CSS separadas por comas que obtienen el prefijo de proveedor 'moz' cuando se utilizan en la abreviatura Emmet que comienza con '-'. Establecer en la cadena vacĆ­a para evitar siempre el prefijo 'moz'.", + "emmetPreferencesCssOProperties": "Propiedades CSS separadas por comas que obtienen el prefijo de proveedor 'o' cuando se utilizan en la abreviatura Emmet que comienza con '-'. Establecer en la cadena vacĆ­a para evitar siempre el prefijo 'o'.", + "emmetPreferencesCssMsProperties": "Propiedades CSS separadas por comas que obtienen el prefijo de proveedor 'ms' cuando se utilizan en la abreviatura Emmet que comienza con '-'. Establecer en la cadena vacĆ­a para evitar siempre el prefijo 'ms'." } \ No newline at end of file diff --git a/i18n/esn/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/esn/extensions/extension-editing/out/extensionLinter.i18n.json index 085b355950..4c326ee5e2 100644 --- a/i18n/esn/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/esn/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "Las imĆ”genes deben utilizar el protocolo HTTPS.", "svgsNotValid": "Los SVG no son un origen de imagen vĆ”lido.", "embeddedSvgsNotValid": "Los SGV insertados no son un origen de imagen vĆ”lido.", diff --git a/i18n/esn/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/esn/extensions/extension-editing/out/packageDocumentHelper.i18n.json index ef5c437ee8..52058da04b 100644 --- a/i18n/esn/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/esn/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "Configuración del editor especĆ­fica del lenguaje", "languageSpecificEditorSettingsDescription": "Reemplazar configuración del editor para lenguaje" } \ No newline at end of file diff --git a/i18n/esn/extensions/extension-editing/package.i18n.json b/i18n/esn/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..8834875191 --- /dev/null +++ b/i18n/esn/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Edición de archivos de paquetes", + "description": "Proporciona IntelliSense para puntos de extensión de VS Code y linting en archivos de package.json." +} \ No newline at end of file diff --git a/i18n/esn/extensions/fsharp/package.i18n.json b/i18n/esn/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..ebca9b3020 --- /dev/null +++ b/i18n/esn/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje F#", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de F#." +} \ No newline at end of file diff --git a/i18n/esn/extensions/git/out/askpass-main.i18n.json b/i18n/esn/extensions/git/out/askpass-main.i18n.json index 1c3a1d9063..f2a34144e1 100644 --- a/i18n/esn/extensions/git/out/askpass-main.i18n.json +++ b/i18n/esn/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "Faltan las credenciales o no son vĆ”lidas." } \ No newline at end of file diff --git a/i18n/esn/extensions/git/out/autofetch.i18n.json b/i18n/esn/extensions/git/out/autofetch.i18n.json index 270030fe34..e93f9f5c01 100644 --- a/i18n/esn/extensions/git/out/autofetch.i18n.json +++ b/i18n/esn/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "SĆ­", "no": "No", - "not now": "Ahora No", - "suggest auto fetch": "ĀæDesea habilitar la bĆŗsqueda automĆ”tica de repositorios de Git?" + "not now": "Preguntarme luego", + "suggest auto fetch": "ĀæTe gustarĆ­a que Code [ejecute 'git fetch' periódicamente]({0})?" } \ No newline at end of file diff --git a/i18n/esn/extensions/git/out/commands.i18n.json b/i18n/esn/extensions/git/out/commands.i18n.json index 2258e17554..171d165bc2 100644 --- a/i18n/esn/extensions/git/out/commands.i18n.json +++ b/i18n/esn/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "Etiqueta en {0}", "remote branch at": "Rama remota en {0}", "create branch": "$(plus) crear nueva rama", @@ -25,7 +27,7 @@ "confirm revert": "ĀæEstĆ” seguro de que desea revertir los cambios seleccionados en {0}?", "revert": "Revertir cambios", "discard": "Descartar cambios", - "confirm delete": "ĀæEstĆ” seguro que desea eliminar {0}?", + "confirm delete": "ĀæEstĆ” seguro de que desea eliminar '{0}'? ", "delete file": "Eliminar archivo", "confirm discard": "ĀæEstĆ” seguro de que quiere descartar los cambios de {0}?", "confirm discard multiple": "ĀæEstĆ” seguro de que quiere descartar los cambios de {0} archivos?", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\nEsta acción es IRREVERSIBLE. Su espacio de trabajo actual SE PERDERƁ PARA SIEMPRE.", "yes discard tracked": "Descartar un archivo con seguimiento", "yes discard tracked multiple": "Descartar {0} archivos con seguimiento", + "unsaved files single": "El siguiente archivo no estĆ” guardado: {0}.\nĀæDesea guardarlo antes de confirmarlo? ", + "unsaved files": "Hay {0} archivos sin guardar.\nĀæDesea guardarlos antes de confirmar?", + "save and commit": "Guardar todo y confirmar", + "commit": "Confirmar de todas formas", "no staged changes": "No hay elementos almacenados provisionalmente.\n\nĀæDesea almacenar de forma provisional todos sus cambios y confirmarlos directamente?", "always": "Siempre", "no changes": "No hay cambios para confirmar.", @@ -56,20 +62,21 @@ "branch already exists": "Ya existe una rama como '{0}'", "select a branch to merge from": "Seleccione una rama desde la que fusionar", "merge conflicts": "Hay conflictos de fusión. Resuelvalos antes de confirmar.", - "tag name": "Nombre de la etiqueta", - "provide tag name": "Por favor proporcione un nombre de etiqueta", - "tag message": "Mensaje", + "tag name": "Nombre de etiqueta", + "provide tag name": "Por favor proporcione un nombre para la etiqueta ", + "tag message": "Mensaje ", "provide tag message": "Por favor, especifique un mensaje para anotar la etiqueta", "no remotes to fetch": "El repositorio no tiene remotos configurados de los que extraer.", "no remotes to pull": "El repositorio no tiene remotos configurados de los que extraer.", "pick remote pull repo": "Seleccione un origen remoto desde el que extraer la rama", "no remotes to push": "El repositorio no tiene remotos configurados en los que insertar.", - "push with tags success": "Insertado con etiquetas correctamente.", "nobranch": "Extraiga del repositorio una rama para insertar un remoto.", + "confirm publish branch": "La rama ' {0} ' no tiene ninguna rama ascendente. Āædesea publicar esta rama?", + "ok": "Aceptar", + "push with tags success": "Insertado con etiquetas correctamente.", "pick remote": "Seleccionar un elemento remoto para publicar la rama '{0}':", "sync is unpredictable": "Esta acción insertarĆ” y extraerĆ” confirmaciones en '{0}'.", - "ok": "Aceptar", - "never again": "De acuerdo, no volver a mostrar este mensaje.", + "never again": "No volver a mostrar ", "no remotes to publish": "El repositorio no tiene remotos configurados en los que publicar.", "no changes stash": "No existen cambios para el guardado provisional.", "provide stash message": "Opcionalmente, proporcionar un mensaje para el guardado provisional", diff --git a/i18n/esn/extensions/git/out/main.i18n.json b/i18n/esn/extensions/git/out/main.i18n.json index cc3a176333..7173d65b48 100644 --- a/i18n/esn/extensions/git/out/main.i18n.json +++ b/i18n/esn/extensions/git/out/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "Buscando git en: {0}", "using git": "Usando GIT {0} desde {1}", "downloadgit": "Descargar Git", diff --git a/i18n/esn/extensions/git/out/model.i18n.json b/i18n/esn/extensions/git/out/model.i18n.json index 4fc1dc343c..4300895a15 100644 --- a/i18n/esn/extensions/git/out/model.i18n.json +++ b/i18n/esn/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "El repositorio ' {0} ' tiene {1} submódulos que no se abrirĆ”n automĆ”ticamente. Usted todavĆ­a puede abrir cada archivo individualmente.", "no repositories": "No hay repositorios disponibles", "pick repo": "Elija un repositorio" } \ No newline at end of file diff --git a/i18n/esn/extensions/git/out/repository.i18n.json b/i18n/esn/extensions/git/out/repository.i18n.json index 46723c0d88..259066a565 100644 --- a/i18n/esn/extensions/git/out/repository.i18n.json +++ b/i18n/esn/extensions/git/out/repository.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "Abrir", "index modified": "ƍndice modificado", "modified": "Modificado", - "index added": "ƍndice agregado", + "index added": "ƍndice aƱadido", "index deleted": "ƍndice Eliminado", "deleted": "Eliminado", "index renamed": "Nombre de ƍndice Cambiado", @@ -26,7 +28,8 @@ "merge changes": "Fusionar cambios mediante combinación", "staged changes": "Cambios almacenados provisionalmente", "changes": "Cambios", - "ok": "Aceptar", + "commitMessageCountdown": "quedan {0} caracteres en la lĆ­nea actual", + "commitMessageWarning": "{0} caracteres sobre {1} en la lĆ­nea actual", "neveragain": "No volver a mostrar", "huge": "El repositorio Git '{0}' contiene muchos cambios activos, solamente un subconjunto de las caracterĆ­sticas de Git serĆ”n habilitadas." } \ No newline at end of file diff --git a/i18n/esn/extensions/git/out/scmProvider.i18n.json b/i18n/esn/extensions/git/out/scmProvider.i18n.json index 490dda3603..6ee35c099c 100644 --- a/i18n/esn/extensions/git/out/scmProvider.i18n.json +++ b/i18n/esn/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/extensions/git/out/statusbar.i18n.json b/i18n/esn/extensions/git/out/statusbar.i18n.json index 290ec3deaf..26bbe05336 100644 --- a/i18n/esn/extensions/git/out/statusbar.i18n.json +++ b/i18n/esn/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "Extraer del repositorio...", "sync changes": "Sincronizar cambios", "publish changes": "Publicar cambios", diff --git a/i18n/esn/extensions/git/package.i18n.json b/i18n/esn/extensions/git/package.i18n.json index c0bb492d13..baab098709 100644 --- a/i18n/esn/extensions/git/package.i18n.json +++ b/i18n/esn/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "GIT", + "description": "Integración Git SCM", "command.clone": "Clonar", "command.init": "Inicializar el repositorio", "command.close": "Cerrar repositorio", @@ -54,6 +58,7 @@ "command.stashPopLatest": "Aplicar y quitar Ćŗltimos cambios guardados provisionalmente...", "config.enabled": "Si GIT estĆ” habilitado", "config.path": "Ruta de acceso del ejecutable de GIT", + "config.autoRepositoryDetection": "Si se deben detectar automĆ”ticamente los repositories ", "config.autorefresh": "Indica si la actualización automĆ”tica estĆ” habilitada", "config.autofetch": "Si la bĆŗsqueda automĆ”tica estĆ” habilitada", "config.enableLongCommitWarning": "Si se debe advertir sobre los mensajes de confirmación largos", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "Habilitar confirmar firma con GPG.", "config.discardAllScope": "Controla quĆ© cambios son descartados por el comando 'Descartar todos los cambios'. 'all' descarta todos los cambios. 'tracked' descarta sólo los ficheros en seguimiento. 'prompt' muestra un cuadro de diĆ”logo para confirmar cada vez la acción ejecutada.", "config.decorations.enabled": "Controla si Git contribuye los colores y distintivos al explorador y a los editores abiertos.", + "config.promptToSaveFilesBeforeCommit": "Controla si Git debe comprobar los archivos no guardados antes de confirmar las actualizaciones. ", + "config.showInlineOpenFileAction": "Controla si se debe mostrar una acción de archivo abierto en la vista de cambios en Git", + "config.inputValidation": "Controla cuĆ”ndo mostrar el mensaje de validación de entrada en el contador de entrada.", + "config.detectSubmodules": "Controla si se detectan automĆ”ticamente los submódulos Git. ", "colors.modified": "Color para recursos modificados.", "colors.deleted": "Color para los recursos eliminados.", "colors.untracked": "Color para los recursos a los que no se les hace seguimiento.", "colors.ignored": "Color para los recursos ignorados.", - "colors.conflict": "Color para los recursos con conflictos." + "colors.conflict": "Color para los recursos con conflictos.", + "colors.submodule": "Color para los recursos de submódulos." } \ No newline at end of file diff --git a/i18n/esn/extensions/go/package.i18n.json b/i18n/esn/extensions/go/package.i18n.json new file mode 100644 index 0000000000..3bf273857c --- /dev/null +++ b/i18n/esn/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Elementos bĆ”sicos del lenguaje Go", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Go." +} \ No newline at end of file diff --git a/i18n/esn/extensions/groovy/package.i18n.json b/i18n/esn/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..c22d9a329d --- /dev/null +++ b/i18n/esn/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Groovy", + "description": "Proporciona fragmentos de código, resaltado de sintaxis y correspondencia de corchetes en archivos de Groovy." +} \ No newline at end of file diff --git a/i18n/esn/extensions/grunt/out/main.i18n.json b/i18n/esn/extensions/grunt/out/main.i18n.json index a7fba536c3..076863bab5 100644 --- a/i18n/esn/extensions/grunt/out/main.i18n.json +++ b/i18n/esn/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "La detección automĆ”tica de Grunt para la carpeta {0} falló con el error: {1}" } \ No newline at end of file diff --git a/i18n/esn/extensions/grunt/package.i18n.json b/i18n/esn/extensions/grunt/package.i18n.json index d9f8694d8e..190db4a9fb 100644 --- a/i18n/esn/extensions/grunt/package.i18n.json +++ b/i18n/esn/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Controla si la detección automĆ”tica de tareas Grunt estĆ” activada o desactivada. Por defecto estĆ” activada." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extensión para aƱadir funcionalidad de Grunt a VSCode.", + "displayName": "Soporte de Grunt para VSCode", + "config.grunt.autoDetect": "Controla si la detección automĆ”tica de tareas Grunt estĆ” activada o desactivada. Por defecto estĆ” activada.", + "grunt.taskDefinition.type.description": "La tarea de Grunt que se va a personalizar.", + "grunt.taskDefinition.file.description": "El archivo de Grunt que proporciona la tarea. Se puede omitir." } \ No newline at end of file diff --git a/i18n/esn/extensions/gulp/out/main.i18n.json b/i18n/esn/extensions/gulp/out/main.i18n.json index 88f0fd24af..69d8d7c3f3 100644 --- a/i18n/esn/extensions/gulp/out/main.i18n.json +++ b/i18n/esn/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "La detección automĆ”tica de gulp para la carpeta {0} falló con el error: {1}" } \ No newline at end of file diff --git a/i18n/esn/extensions/gulp/package.i18n.json b/i18n/esn/extensions/gulp/package.i18n.json index b8595f4e95..7131c1af32 100644 --- a/i18n/esn/extensions/gulp/package.i18n.json +++ b/i18n/esn/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Controla si la detección automĆ”tica de tareas Gulp esta activada/desactivada. El valor predeterminado es \"activada\"." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extensión para aƱadir funcionalidad de Gulp a VSCode.", + "displayName": "Soporte de Gulp para VSCode", + "config.gulp.autoDetect": "Controla si la detección automĆ”tica de tareas Gulp esta activada/desactivada. El valor predeterminado es \"activada\".", + "gulp.taskDefinition.type.description": "La tarea de Gulp que se va a personalizar.", + "gulp.taskDefinition.file.description": "El archivo de Gulp que proporciona la tarea. Se puede omitir." } \ No newline at end of file diff --git a/i18n/esn/extensions/handlebars/package.i18n.json b/i18n/esn/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..e476715775 --- /dev/null +++ b/i18n/esn/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje HandlebarsĀ ", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Handlebars." +} \ No newline at end of file diff --git a/i18n/esn/extensions/hlsl/package.i18n.json b/i18n/esn/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..4a04f411ca --- /dev/null +++ b/i18n/esn/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje HLSL", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de HLSL." +} \ No newline at end of file diff --git a/i18n/esn/extensions/html/client/out/htmlMain.i18n.json b/i18n/esn/extensions/html/client/out/htmlMain.i18n.json index d2fd055fb7..4ff3264a16 100644 --- a/i18n/esn/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/esn/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "Servidor de lenguaje HTML", "folding.start": "Inicio de la región plegable", "folding.end": "Fin de la región plegable" diff --git a/i18n/esn/extensions/html/package.i18n.json b/i18n/esn/extensions/html/package.i18n.json index cdb66142db..8e9548295a 100644 --- a/i18n/esn/extensions/html/package.i18n.json +++ b/i18n/esn/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CaracterĆ­sticas del lenguaje HTML", + "description": "Proporciona un potente soporte del lenguaje para archivos HTML, Razor y Handlebar.", "html.format.enable.desc": "Habilitar o deshabilitar el formateador HTML predeterminado", "html.format.wrapLineLength.desc": "Cantidad mĆ”xima de caracteres por lĆ­nea (0 = deshabilitar).", "html.format.unformatted.desc": "Lista de etiquetas, separadas por comas, a las que no se debe volver a aplicar formato. El valor predeterminado de \"null\" son todas las etiquetas mostradas en https://www.w3.org/TR/html5/dom.html#phrasing-content.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "Hace un seguimiento de la comunicación entre VSCode y el servidor de lenguaje HTML.", "html.validate.scripts": "Configura si la compatibilidad con el lenguaje HTML incorporado valida los scripts insertados.", "html.validate.styles": "Configura si la compatibilidad con el lenguaje HTML incorporado valida los estilos insertados.", + "html.experimental.syntaxFolding": "Habilita/deshabilita los marcadores de plegado sensibles a la sintaxis.", "html.autoClosingTags": "Habilita o deshabilita el cierre automĆ”tico de las etiquetas HTML." } \ No newline at end of file diff --git a/i18n/esn/extensions/ini/package.i18n.json b/i18n/esn/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..d02d4207cb --- /dev/null +++ b/i18n/esn/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Ini", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos Ini." +} \ No newline at end of file diff --git a/i18n/esn/extensions/jake/out/main.i18n.json b/i18n/esn/extensions/jake/out/main.i18n.json index 923e70b517..e4f44e9cd9 100644 --- a/i18n/esn/extensions/jake/out/main.i18n.json +++ b/i18n/esn/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "La detección automĆ”tica de Jake para la carpeta {0} falló con el error: {1}" } \ No newline at end of file diff --git a/i18n/esn/extensions/jake/package.i18n.json b/i18n/esn/extensions/jake/package.i18n.json index c22d4c52c9..4a680821b6 100644 --- a/i18n/esn/extensions/jake/package.i18n.json +++ b/i18n/esn/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extensión para aƱadir funcionalidad de Jake a VSCode.", + "displayName": "Soporte de Jake para VSCode", + "jake.taskDefinition.type.description": "La tarea de Jake que se va a personalizar.", + "jake.taskDefinition.file.description": "EL archivo de Jake que proporciona la tarea. Se puede omitir.", "config.jake.autoDetect": "Controla si la detección automĆ”tica de tareas Jake estan activada/desactivada. El valor predeterminado es \"activada\"." } \ No newline at end of file diff --git a/i18n/esn/extensions/java/package.i18n.json b/i18n/esn/extensions/java/package.i18n.json new file mode 100644 index 0000000000..1f9fb6c498 --- /dev/null +++ b/i18n/esn/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Java", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de Java." +} \ No newline at end of file diff --git a/i18n/esn/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/esn/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 4fded71230..c2066d1c40 100644 --- a/i18n/esn/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/esn/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "bower.json predeterminado", "json.bower.error.repoaccess": "No se pudo ejecutar la solicitud del repositorio de Bower: {0}", "json.bower.latest.version": "mĆ”s reciente" diff --git a/i18n/esn/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/esn/extensions/javascript/out/features/packageJSONContribution.i18n.json index 0dbcac195b..1ddc716437 100644 --- a/i18n/esn/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/esn/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "package.json predeterminado", "json.npm.error.repoaccess": "No se pudo ejecutar la solicitud del repositorio de NPM: {0}", "json.npm.latestversion": "Última versión del paquete en este momento", diff --git a/i18n/esn/extensions/javascript/package.i18n.json b/i18n/esn/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..a272dbf4d8 --- /dev/null +++ b/i18n/esn/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje JavaScript", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de JavaScript." +} \ No newline at end of file diff --git a/i18n/esn/extensions/json/client/out/jsonMain.i18n.json b/i18n/esn/extensions/json/client/out/jsonMain.i18n.json index 21b4c95657..7442a0bb59 100644 --- a/i18n/esn/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/esn/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "Servidor de lenguaje JSON" } \ No newline at end of file diff --git a/i18n/esn/extensions/json/package.i18n.json b/i18n/esn/extensions/json/package.i18n.json index f73d2ce557..7223c9be42 100644 --- a/i18n/esn/extensions/json/package.i18n.json +++ b/i18n/esn/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CaracterĆ­sticas del lenguaje JSON", + "description": "Proporciona un potente soporte de lenguaje para archivos JSON.", "json.schemas.desc": "Asociar esquemas a archivos JSON en el proyecto actual", "json.schemas.url.desc": "Una dirección URL a un esquema o una ruta de acceso relativa a un esquema en el directorio actual", "json.schemas.fileMatch.desc": "Una matriz de patrones de archivo con los cuales coincidir cuando los archivos JSON se resuelvan en esquemas.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "Habilitar/deshabilitar formateador JSON predeterminado (requiere reiniciar)", "json.tracing.desc": "Seguimiento de comunicación entre VS Code y el servidor de lenguaje JSON", "json.colorDecorators.enable.desc": "Habilita o deshabilita decoradores de color", - "json.colorDecorators.enable.deprecationMessage": "El valor \"json.colorDecorators.enable\" estĆ” en desuso en favor de \"editor.colorDecorators\"." + "json.colorDecorators.enable.deprecationMessage": "El valor \"json.colorDecorators.enable\" estĆ” en desuso en favor de \"editor.colorDecorators\".", + "json.experimental.syntaxFolding": "Habilita/deshabilita los marcadores de plegado sensibles a la sintaxis." } \ No newline at end of file diff --git a/i18n/esn/extensions/less/package.i18n.json b/i18n/esn/extensions/less/package.i18n.json new file mode 100644 index 0000000000..216d5e68b0 --- /dev/null +++ b/i18n/esn/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Less", + "description": "Proporciona resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de Less." +} \ No newline at end of file diff --git a/i18n/esn/extensions/log/package.i18n.json b/i18n/esn/extensions/log/package.i18n.json new file mode 100644 index 0000000000..015c08925d --- /dev/null +++ b/i18n/esn/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Registro", + "description": "Proporciona resaltado de sintaxis para archivos con la extensión .log." +} \ No newline at end of file diff --git a/i18n/esn/extensions/lua/package.i18n.json b/i18n/esn/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..51779209f2 --- /dev/null +++ b/i18n/esn/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Lua", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Lua." +} \ No newline at end of file diff --git a/i18n/esn/extensions/make/package.i18n.json b/i18n/esn/extensions/make/package.i18n.json new file mode 100644 index 0000000000..ac20dca2b6 --- /dev/null +++ b/i18n/esn/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Make", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos Make." +} \ No newline at end of file diff --git a/i18n/esn/extensions/markdown-basics/package.i18n.json b/i18n/esn/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..67a8fd6dbc --- /dev/null +++ b/i18n/esn/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Markdown", + "description": "Proporciona fragmentos de código y resaltado de sintaxis para Markdown." +} \ No newline at end of file diff --git a/i18n/esn/extensions/markdown/out/commands.i18n.json b/i18n/esn/extensions/markdown/out/commands.i18n.json index 98e4bfb36f..0fc3129fdc 100644 --- a/i18n/esn/extensions/markdown/out/commands.i18n.json +++ b/i18n/esn/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "Vista Previa {0}", "onPreviewStyleLoadError": "No se pudo cargar 'markdown.styles': {0}" } \ No newline at end of file diff --git a/i18n/esn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/esn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..2bd105e22d --- /dev/null +++ b/i18n/esn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "No se pudo cargar 'markdown.styles': {0}" +} \ No newline at end of file diff --git a/i18n/esn/extensions/markdown/out/extension.i18n.json b/i18n/esn/extensions/markdown/out/extension.i18n.json index 68d14e083b..55b6bce619 100644 --- a/i18n/esn/extensions/markdown/out/extension.i18n.json +++ b/i18n/esn/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/extensions/markdown/out/features/preview.i18n.json b/i18n/esn/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..5f6910ae02 --- /dev/null +++ b/i18n/esn/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[Vista previa] {0}", + "previewTitle": "Vista Previa {0}" +} \ No newline at end of file diff --git a/i18n/esn/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/esn/extensions/markdown/out/features/previewContentProvider.i18n.json index dc058764af..36e4c06643 100644 --- a/i18n/esn/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/esn/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "Se ha deshabilitado parte del contenido de este documento", "preview.securityMessage.title": "Se ha deshabilitado el contenido potencialmente inseguro en la previsualización de Markdown. Para permitir el contenido inseguro o habilitar scripts cambie la configuración de la previsualización de Markdown", "preview.securityMessage.label": "Alerta de seguridad de contenido deshabilitado" diff --git a/i18n/esn/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/esn/extensions/markdown/out/previewContentProvider.i18n.json index dc058764af..9d21ed5587 100644 --- a/i18n/esn/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/esn/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/extensions/markdown/out/security.i18n.json b/i18n/esn/extensions/markdown/out/security.i18n.json index c4fee81519..f6872852aa 100644 --- a/i18n/esn/extensions/markdown/out/security.i18n.json +++ b/i18n/esn/extensions/markdown/out/security.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "strict.title": "Estricto", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "strict.title": "Strict", "strict.description": "Cargar solo el contenido seguro", - "insecureContent.title": "Permitir contenido inseguro", - "insecureContent.description": "Habilitar la carga del contenido sobre http", + "insecureContent.title": "Permitir contenido no seguro", + "insecureContent.description": "Habilitar el contenido de carga sobre http", "disable.title": "Deshabilitar", "disable.description": "Permitir todo el contenido y la ejecución de scripts. No se recomienda.", "moreInfo.title": "MĆ”s información", "enableSecurityWarning.title": "Habilitar advertencias de seguridad de vista previa en este espacio de trabajo", "disableSecurityWarning.title": "Deshabilitar advertencias de seguridad de vista previa en este espacio de trabajo", - "toggleSecurityWarning.description": "No afecta el nivel de seguridad del contenido", + "toggleSecurityWarning.description": "No afecta el nivel de seguridad de contenido", "preview.showPreviewSecuritySelector.title": "Seleccione configuración de seguridad para las previsualizaciones de Markdown en esta Ć”rea de trabajo" } \ No newline at end of file diff --git a/i18n/esn/extensions/markdown/package.i18n.json b/i18n/esn/extensions/markdown/package.i18n.json index 5038437a13..c49e14223b 100644 --- a/i18n/esn/extensions/markdown/package.i18n.json +++ b/i18n/esn/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CaracterĆ­sticas del lenguaje Markdown", + "description": "Proporciona un potente soporte de lenguaje para archivos Markdown.", "markdown.preview.breaks.desc": "Establece cómo los saltos de lĆ­nea son representados en la vista previa de markdown. Estableciendolo en 'true' crea un
para cada nueva lĆ­nea.", "markdown.preview.linkify": "Habilitar o deshabilitar la conversión de texto de tipo URL a enlaces en la vista previa de markdown.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Haga doble clic en la vista previa de Markdown para cambiar al editor.", @@ -12,13 +16,17 @@ "markdown.preview.lineHeight.desc": "Controla la altura de lĆ­nea utilizada en la previsualización del descuento. Este nĆŗmero es relativo al tamaƱo de la fuente.", "markdown.preview.markEditorSelection.desc": "Marca la selección del editor actual en la vista previa de Markdown.", "markdown.preview.scrollEditorWithPreview.desc": "Al desplazarse en la vista previa de Markdown, se actualiza la vista del editor.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "Desplaza la vista previa de Markdown para revelar la lĆ­nea del editor seleccionada actualmente.", + "markdown.preview.scrollPreviewWithEditor.desc": "Al desplazarse en el editor de Markdown, se actualiza la vista de la previsualización .", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[Desestimado] Desplaza la vista previa de Markdown para revelar la lĆ­nea del editor seleccionada actualmente.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "Este valor se ha reemplazado por \"markdown.preview.scrollPreviewWithEditor\" y ya no tiene ningĆŗn efecto.", "markdown.preview.title": "Abrir vista previa", "markdown.previewFrontMatter.dec": "Establece cómo se debe representar el asunto de la parte delantera de YAML en la vista previa del descuento. 'hide' quita el asunto de la parte delantera. De lo contrario, el asunto de la parte delantera se trata como contenido del descuento.", "markdown.previewSide.title": "Abrir vista previa en el lateral", + "markdown.showLockedPreviewToSide.title": "Abrir vista previa fija en el lateral", "markdown.showSource.title": "Mostrar origen", "markdown.styles.dec": "Una lista de direcciones URL o rutas de acceso locales a hojas de estilo CSS que utilizar desde la vista previa del descuento. Las tutas de acceso relativas se interpretan en relación con la carpeta abierta en el explorador. Si no hay ninguna carpeta abierta, se interpretan en relación con la ubicación del archivo del descuento. Todos los '\\' deben escribirse como '\\\\'.", "markdown.showPreviewSecuritySelector.title": "Cambiar configuración de seguridad de vista previa", "markdown.trace.desc": "Habilitar registro de depuración para las extensiones de Markdown. ", - "markdown.refreshPreview.title": "Actualizar vista previa" + "markdown.preview.refresh.title": "Actualizar vista previa", + "markdown.preview.toggleLock.title": "Cambiar fijación de la vista previa " } \ No newline at end of file diff --git a/i18n/esn/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/esn/extensions/merge-conflict/out/codelensProvider.i18n.json index 22ca13053b..c4b311d42a 100644 --- a/i18n/esn/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/esn/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "Aceptar cambio actual", "acceptIncomingChange": "Aceptar cambio entrante", "acceptBothChanges": "Aceptar ambos cambios", diff --git a/i18n/esn/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/esn/extensions/merge-conflict/out/commandHandler.i18n.json index e94eadacd8..1fb9261a58 100644 --- a/i18n/esn/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/esn/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "El cursor de edición no se encuentra en un conflicto de fusión", "compareChangesTitle": "{0}: Cambios actuales ⟷ Cambios entrantes", "cursorOnCommonAncestorsRange": "El cursor del editor estĆ” dentro del bloque de ancestros comunes, por favor muĆ©valo al bloque \"actual\" o al \"entrante\"", diff --git a/i18n/esn/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/esn/extensions/merge-conflict/out/mergeDecorator.i18n.json index 9cf24c3ecc..81e6300eff 100644 --- a/i18n/esn/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/esn/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(Cambio actual)", "incomingChange": "(Cambio entrante)" } \ No newline at end of file diff --git a/i18n/esn/extensions/merge-conflict/package.i18n.json b/i18n/esn/extensions/merge-conflict/package.i18n.json index b4a0d10e99..57796895c6 100644 --- a/i18n/esn/extensions/merge-conflict/package.i18n.json +++ b/i18n/esn/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Fusionar conflicto", + "description": "Resaltado y comandos para conflictos de fusión insertada.", "command.category": "Fusionar conflicto", "command.accept.all-current": "Aceptar todo actual", "command.accept.all-incoming": "Aceptar todos los entrantes", diff --git a/i18n/esn/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/esn/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..c2066d1c40 --- /dev/null +++ b/i18n/esn/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "bower.json predeterminado", + "json.bower.error.repoaccess": "No se pudo ejecutar la solicitud del repositorio de Bower: {0}", + "json.bower.latest.version": "mĆ”s reciente" +} \ No newline at end of file diff --git a/i18n/esn/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/esn/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..1ddc716437 --- /dev/null +++ b/i18n/esn/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "package.json predeterminado", + "json.npm.error.repoaccess": "No se pudo ejecutar la solicitud del repositorio de NPM: {0}", + "json.npm.latestversion": "Última versión del paquete en este momento", + "json.npm.majorversion": "Coincide con la versión principal mĆ”s reciente (1.x.x)", + "json.npm.minorversion": "Coincide con la versión secundaria mĆ”s reciente (1.2.x)", + "json.npm.version.hover": "Última versión: {0}" +} \ No newline at end of file diff --git a/i18n/esn/extensions/npm/out/main.i18n.json b/i18n/esn/extensions/npm/out/main.i18n.json index 941f83360d..82e8bfb2e4 100644 --- a/i18n/esn/extensions/npm/out/main.i18n.json +++ b/i18n/esn/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "npm.parseError": "Detección de tareas de nueva gestión pĆŗblica: no se pudo analizar el archivo {0}" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "npm.parseError": "Detección de tareas de la NMP: error al analizar el archivo {0}" } \ No newline at end of file diff --git a/i18n/esn/extensions/npm/package.i18n.json b/i18n/esn/extensions/npm/package.i18n.json index dacfe78f33..9f7fca9777 100644 --- a/i18n/esn/extensions/npm/package.i18n.json +++ b/i18n/esn/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extensión para agregar soporte a las tareas de secuencias de comandos NPM.", + "displayName": "Soporte de npm para VSCode", "config.npm.autoDetect": "Controla si la detección automĆ”tica de scripts npm estĆ” activada o desactivada. Por defecto estĆ” activada.", "config.npm.runSilent": "Ejecutar comandos de npm con la opción '--silent'", "config.npm.packageManager": "El administrador de paquetes utilizado para ejecutar secuencias de comandos. ", - "npm.parseError": "Detección de tareas de nueva gestión pĆŗblica: no se pudo analizar el archivo {0}" + "config.npm.exclude": "Configura patrones globales para carpetas que deben excluirse de la detección automĆ”tica de scripts. ", + "npm.parseError": "Detección de tareas de nueva gestión pĆŗblica: no se pudo analizar el archivo {0}", + "taskdef.script": "Script npm que debe personalizarse.", + "taskdef.path": "Ruta de acceso a la carpeta del archivo package.json que proporciona el script. Se puede omitir." } \ No newline at end of file diff --git a/i18n/esn/extensions/objective-c/package.i18n.json b/i18n/esn/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..c3ae7198b9 --- /dev/null +++ b/i18n/esn/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Objective-C", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Objective-C." +} \ No newline at end of file diff --git a/i18n/esn/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/esn/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..c2066d1c40 --- /dev/null +++ b/i18n/esn/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "bower.json predeterminado", + "json.bower.error.repoaccess": "No se pudo ejecutar la solicitud del repositorio de Bower: {0}", + "json.bower.latest.version": "mĆ”s reciente" +} \ No newline at end of file diff --git a/i18n/esn/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/esn/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..1ddc716437 --- /dev/null +++ b/i18n/esn/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "package.json predeterminado", + "json.npm.error.repoaccess": "No se pudo ejecutar la solicitud del repositorio de NPM: {0}", + "json.npm.latestversion": "Última versión del paquete en este momento", + "json.npm.majorversion": "Coincide con la versión principal mĆ”s reciente (1.x.x)", + "json.npm.minorversion": "Coincide con la versión secundaria mĆ”s reciente (1.2.x)", + "json.npm.version.hover": "Última versión: {0}" +} \ No newline at end of file diff --git a/i18n/esn/extensions/package-json/package.i18n.json b/i18n/esn/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..040d80e626 --- /dev/null +++ b/i18n/esn/extensions/package-json/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Soporte para Package.json", + "description": "AƱade caracterĆ­sticas de edición para package.json." +} \ No newline at end of file diff --git a/i18n/esn/extensions/perl/package.i18n.json b/i18n/esn/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..f82bd8f84f --- /dev/null +++ b/i18n/esn/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Perl", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Perl." +} \ No newline at end of file diff --git a/i18n/esn/extensions/php/out/features/validationProvider.i18n.json b/i18n/esn/extensions/php/out/features/validationProvider.i18n.json index 20747e0dc3..84cc07d363 100644 --- a/i18n/esn/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/esn/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "ĀæPermite la ejecución de {0} (definido como valor del Ć”rea de trabajo) para detectar errores en archivos PHP?", "php.yes": "Permitir", "php.no": "No permitir", diff --git a/i18n/esn/extensions/php/package.i18n.json b/i18n/esn/extensions/php/package.i18n.json index 4391dc7d02..46f4b34c61 100644 --- a/i18n/esn/extensions/php/package.i18n.json +++ b/i18n/esn/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "Configura si se habilitan las sugerencias del lenguaje PHP integradas. La asistencia sugiere variables y opciones globales de PHP.", "configuration.validate.enable": "Habilita o deshabilita la validación integrada de PHP.", "configuration.validate.executablePath": "SeƱala al ejecutable PHP.", "configuration.validate.run": "Indica si linter se ejecuta al guardar o al escribir.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "No permitir el ejecutable de validación de PHP (como configuración de Ć”rea de trabajo)" + "command.untrustValidationExecutable": "No permitir el ejecutable de validación de PHP (como configuración de Ć”rea de trabajo)", + "displayName": "CaracterĆ­sticas del lenguaje PHP", + "description": "Proporciona IntelliSense, linting y conceptos bĆ”sicos del lenguaje para archivos de PHP." } \ No newline at end of file diff --git a/i18n/esn/extensions/powershell/package.i18n.json b/i18n/esn/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..a2b35e4962 --- /dev/null +++ b/i18n/esn/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Powershell", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de Powershell." +} \ No newline at end of file diff --git a/i18n/esn/extensions/pug/package.i18n.json b/i18n/esn/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..9c9e5d2c31 --- /dev/null +++ b/i18n/esn/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Pug", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Pug." +} \ No newline at end of file diff --git a/i18n/esn/extensions/python/package.i18n.json b/i18n/esn/extensions/python/package.i18n.json new file mode 100644 index 0000000000..ca542d87a5 --- /dev/null +++ b/i18n/esn/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Python", + "description": "Proporciona resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de Python." +} \ No newline at end of file diff --git a/i18n/esn/extensions/r/package.i18n.json b/i18n/esn/extensions/r/package.i18n.json new file mode 100644 index 0000000000..2ccaa92a40 --- /dev/null +++ b/i18n/esn/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje R", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de R." +} \ No newline at end of file diff --git a/i18n/esn/extensions/razor/package.i18n.json b/i18n/esn/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..f75fa628cd --- /dev/null +++ b/i18n/esn/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Razor", + "description": "Proporciona resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de Razor." +} \ No newline at end of file diff --git a/i18n/esn/extensions/ruby/package.i18n.json b/i18n/esn/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..ad13c9a763 --- /dev/null +++ b/i18n/esn/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Ruby", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Ruby." +} \ No newline at end of file diff --git a/i18n/esn/extensions/rust/package.i18n.json b/i18n/esn/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..edc1e3daa6 --- /dev/null +++ b/i18n/esn/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Rust", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Rust." +} \ No newline at end of file diff --git a/i18n/esn/extensions/scss/package.i18n.json b/i18n/esn/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..0ba8d5a744 --- /dev/null +++ b/i18n/esn/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje SCSS", + "description": "Proporciona resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de SCSS." +} \ No newline at end of file diff --git a/i18n/esn/extensions/shaderlab/package.i18n.json b/i18n/esn/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..8e5fb0fcdb --- /dev/null +++ b/i18n/esn/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Shaderlab", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de Shaderlab." +} \ No newline at end of file diff --git a/i18n/esn/extensions/shellscript/package.i18n.json b/i18n/esn/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..de827c7469 --- /dev/null +++ b/i18n/esn/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Shell Script", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de script de shell." +} \ No newline at end of file diff --git a/i18n/esn/extensions/sql/package.i18n.json b/i18n/esn/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..2252b13c1a --- /dev/null +++ b/i18n/esn/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje SQL", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de SQL." +} \ No newline at end of file diff --git a/i18n/esn/extensions/swift/package.i18n.json b/i18n/esn/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..0ce91547c9 --- /dev/null +++ b/i18n/esn/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje Swift", + "description": "Proporciona fragmentos de código, resaltado de sintaxis y correspondencia de corchetes en archivos de Swift." +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-abyss/package.i18n.json b/i18n/esn/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..58403a55bb --- /dev/null +++ b/i18n/esn/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Abyss", + "description": "Tema Abyss para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-defaults/package.i18n.json b/i18n/esn/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..804c598bbd --- /dev/null +++ b/i18n/esn/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Temas por defecto", + "description": "Temas claros y oscuros predeterminados (Plus y Visual Studio)" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-kimbie-dark/package.i18n.json b/i18n/esn/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..0372c26f8c --- /dev/null +++ b/i18n/esn/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Kimbie Oscuro", + "description": "Tema Kinbie Dark para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/esn/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..c90b370c3e --- /dev/null +++ b/i18n/esn/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Monokai atenuado", + "description": "Tema atenuado Monokai para VS Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-monokai/package.i18n.json b/i18n/esn/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..a9a392468e --- /dev/null +++ b/i18n/esn/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Monokai", + "description": "Tema Monokai para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-quietlight/package.i18n.json b/i18n/esn/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..9e7b6477d8 --- /dev/null +++ b/i18n/esn/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Quiet Light", + "description": "Tema Quiet Light para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-red/package.i18n.json b/i18n/esn/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..74659de17f --- /dev/null +++ b/i18n/esn/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema rojo", + "description": "Tema rojo para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-seti/package.i18n.json b/i18n/esn/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..68f90f0789 --- /dev/null +++ b/i18n/esn/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema del icono de archivo Seti", + "description": "Un tema de icono de archivo basados en Seti IU" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-solarized-dark/package.i18n.json b/i18n/esn/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..0aaf6aebbe --- /dev/null +++ b/i18n/esn/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema oscuro Solarized ", + "description": "Tema oscuro Solarized para VS Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-solarized-light/package.i18n.json b/i18n/esn/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..7a50bdb87f --- /dev/null +++ b/i18n/esn/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema claro Solarized ", + "description": "Tema claro Solarized para VS Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/esn/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..21837653f6 --- /dev/null +++ b/i18n/esn/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Tomorrow Night Blue", + "description": "Tema Tomorrow Night Blue para VS Code" +} \ No newline at end of file diff --git a/i18n/esn/extensions/typescript-basics/package.i18n.json b/i18n/esn/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..8eeb74bdb0 --- /dev/null +++ b/i18n/esn/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Elementos bĆ”sicos del lenguaje TypeScript", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de TypeScript." +} \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/commands.i18n.json b/i18n/esn/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..e9c1235e4f --- /dev/null +++ b/i18n/esn/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "Abra una carpeta en VS Code para usar un proyecto de TypeScript o JavaScript", + "typescript.projectConfigUnsupportedFile": "No se pudo determinar el proyecto de TypeScript o JavaScript. Tipo de archivo no compatible", + "typescript.projectConfigCouldNotGetInfo": "No se pudo determinar el proyecto de TypeScript o JavaScript", + "typescript.noTypeScriptProjectConfig": "El archivo no forma parte de un proyecto de TypeScript. Haga clic [aquĆ­]({0}) para obtener mĆ”s información.", + "typescript.noJavaScriptProjectConfig": "El archivo no forma parte de un proyecto de JavaScript. Haga clic [aquĆ­]({0}) para obtener mĆ”s información.", + "typescript.configureTsconfigQuickPick": "Configurar tsconfig.json", + "typescript.configureJsconfigQuickPick": "Configurar jsconfig.json" +} \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/esn/extensions/typescript/out/features/bufferSyncSupport.i18n.json index d7310fe0e4..c2ce2b8e12 100644 --- a/i18n/esn/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/esn/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/esn/extensions/typescript/out/features/completionItemProvider.i18n.json index 0e9c911e84..fbb2a3072e 100644 --- a/i18n/esn/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/esn/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "Seleccione acción de código para aplicar", "acquiringTypingsLabel": "Adquiriendo typings...", "acquiringTypingsDetail": "Adquiriendo definiciones de typings para IntelliSense.", diff --git a/i18n/esn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/esn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index e958003997..882d0683e5 100644 --- a/i18n/esn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/esn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "Habilita la verificación semĆ”ntica en un archivo de JavaScript. Debe estar al principio del archivo.", "ts-nocheck": "Deshabilita la verificación semĆ”ntica en un archivo de JavaScript. Debe estar al principio del archivo.", "ts-ignore": "Suprime los errores @ts-check en la siguiente lĆ­nea de un archivo. " diff --git a/i18n/esn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/esn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index bea5ebf825..896ceb6489 100644 --- a/i18n/esn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/esn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 implementación", "manyImplementationLabel": "{0} implementaciones", "implementationsErrorLabel": "No se pueden determinar las implementaciones" diff --git a/i18n/esn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/esn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index d095fa6eb3..a1495acc57 100644 --- a/i18n/esn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/esn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "Comentario de JSDoc" } \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/esn/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..9f7f451a1e --- /dev/null +++ b/i18n/esn/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (Corregir todo en el archivo)" +} \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/esn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 64a39fb356..a7a1cab24a 100644 --- a/i18n/esn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/esn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 referencia", "manyReferenceLabel": "{0} referencias", "referenceErrorLabel": "No se pudieron determinar las referencias" diff --git a/i18n/esn/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/esn/extensions/typescript/out/features/taskProvider.i18n.json index 8ea3d44c65..c99b9f65ac 100644 --- a/i18n/esn/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/esn/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "construir - {0}", "buildAndWatchTscLabel": "seguir - {0}" } \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/typescriptMain.i18n.json b/i18n/esn/extensions/typescript/out/typescriptMain.i18n.json index cfccf2b7bf..34b09c42aa 100644 --- a/i18n/esn/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/esn/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/esn/extensions/typescript/out/typescriptServiceClient.i18n.json index 130e6a1b4c..993a622d5b 100644 --- a/i18n/esn/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/esn/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "La ruta de acceso {0} no apunta a una instalación vĆ”lida de tsserver. Se usarĆ” la versión de TypeScript del paquete.", "serverCouldNotBeStarted": "El servidor de lenguaje TypeScript no se pudo iniciar. El mensaje de error es: {0}", "typescript.openTsServerLog.notSupported": "El registro del servidor de TS requiere TS 2.2.2+", diff --git a/i18n/esn/extensions/typescript/out/utils/api.i18n.json b/i18n/esn/extensions/typescript/out/utils/api.i18n.json index dbd035ca7a..18e021efb4 100644 --- a/i18n/esn/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/esn/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "versión invĆ”lida" } \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/utils/logger.i18n.json b/i18n/esn/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/esn/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/esn/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/esn/extensions/typescript/out/utils/projectStatus.i18n.json index 1248c23303..872dc9af36 100644 --- a/i18n/esn/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/esn/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "Para habilitar las caracterĆ­sticas de lenguaje de JavaScript/TypeScript en todo el proyecto, excluya las carpetas con muchos archivos, como: {0}", "hintExclude.generic": "Para habilitar las caracterĆ­sticas de idioma de JavaScript/TypeScript IntelliSense en todo el proyecto, excluya las carpetas de tamaƱo grande con archivos de origen en los que no trabaje.", "large.label": "Configurar exclusiones", diff --git a/i18n/esn/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/esn/extensions/typescript/out/utils/typingsStatus.i18n.json index 0d41f3ba91..02bde1fda3 100644 --- a/i18n/esn/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/esn/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "Recuperando cambios en los datos para un mejor rendimiento de TypeScript IntelliSense", - "typesInstallerInitializationFailed.title": "No se pudieron instalar archivos de tĆ©rminos para las caracterĆ­sticas de lenguaje de JavaScript. AsegĆŗrese de que NPM estĆ” instalado o configure \"typescript.npm\" en la configuración de usuario", - "typesInstallerInitializationFailed.moreInformation": "MĆ”s información", - "typesInstallerInitializationFailed.doNotCheckAgain": "No volver a comprobar", - "typesInstallerInitializationFailed.close": "Cerrar" + "typesInstallerInitializationFailed.title": "No se pudieron instalar archivos de tĆ©rminos para las caracterĆ­sticas de lenguaje de JavaScript. AsegĆŗrese de que NPM estĆ” instalado o configure \"typescript.npm\" en la configuración de usuario. Haga clic [aquĆ­]({0}) para obtener mĆ”s información.", + "typesInstallerInitializationFailed.doNotCheckAgain": "No volver a mostrar" } \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/esn/extensions/typescript/out/utils/versionPicker.i18n.json index ad50dfc960..bb74595ef2 100644 --- a/i18n/esn/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/esn/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "Utilizar la versión de VS Code", "useWorkspaceVersionOption": "Usar versión del Ć”rea de trabajo", "learnMore": "MĆ”s información", diff --git a/i18n/esn/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/esn/extensions/typescript/out/utils/versionProvider.i18n.json index 1b370b8120..7ae8944802 100644 --- a/i18n/esn/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/esn/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "No se pudo cargar la versión de TypeScript en esta ruta", "noBundledServerFound": "Otra aplicación (por ejemplo, una herramienta de detección de virus con un comportamiento erróneo) eliminó el tsserver de VSCode. Debe reinstalar el VS Code." } \ No newline at end of file diff --git a/i18n/esn/extensions/typescript/package.i18n.json b/i18n/esn/extensions/typescript/package.i18n.json index c662623ffc..61ec60536a 100644 --- a/i18n/esn/extensions/typescript/package.i18n.json +++ b/i18n/esn/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CaracterĆ­sticas del lenguaje JavaScript y TypeScript", + "description": "Proporciona soporte de lenguaje enriquecido para JavaScript y TypeScript.", "typescript.reloadProjects.title": "Volver a cargar el proyecto", "javascript.reloadProjects.title": "Volver a cargar el proyecto", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Activar o desactivar rĆ”pidas sugerencias al escribir una ruta de importación.", "typescript.locale": "Establece la configuración regional para reportar errores de TypeScript. Requiere TypeScript > = 2.6.0. Por defecto, utiliza el valor 'null' de VS Code para errores de TypeScript.", "javascript.implicitProjectConfig.experimentalDecorators": "Activar/desactivar 'experimentalDecorators' para los archivos JavaScript que no son parte de un proyecto. Los archivos jsconfig.json o tsconfig.json reemplazan esta configuración. Requiere inicio > = 2.3.1. ", - "typescript.autoImportSuggestions.enabled": "Habilita o deshabilita sugerencias de importación automĆ”tica.Ā  Requiere TypeScript >= 2.6.1." + "typescript.autoImportSuggestions.enabled": "Habilita o deshabilita sugerencias de importación automĆ”tica.Ā  Requiere TypeScript >= 2.6.1.", + "typescript.experimental.syntaxFolding": "Habilita/deshabilita los marcadores de plegado sensibles a la sintaxis.", + "taskDefinition.tsconfig.description": "Archivo tsconfig que define la compilación de TS." } \ No newline at end of file diff --git a/i18n/esn/extensions/vb/package.i18n.json b/i18n/esn/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..e37105c72f --- /dev/null +++ b/i18n/esn/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje VB", + "description": "Proporciona fragmentos de código, resaltado de sintaxis, correspondencia de corchetes y plegado de código en archivos de Visual Basic." +} \ No newline at end of file diff --git a/i18n/esn/extensions/xml/package.i18n.json b/i18n/esn/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..d1d4f2fb27 --- /dev/null +++ b/i18n/esn/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje XML", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos XML." +} \ No newline at end of file diff --git a/i18n/esn/extensions/yaml/package.i18n.json b/i18n/esn/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..0475441479 --- /dev/null +++ b/i18n/esn/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conceptos bĆ”sicos del lenguaje YAML", + "description": "Proporciona resaltado de sintaxis y correspondencia de corchetes en archivos de YAML." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/esn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/esn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/esn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/esn/src/vs/base/browser/ui/aria/aria.i18n.json index 4bcbb116e9..7d106ab5ca 100644 --- a/i18n/esn/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/esn/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (ocurrió de nuevo)" } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/esn/src/vs/base/browser/ui/findinput/findInput.i18n.json index 524ba7bb4a..70fd53469b 100644 --- a/i18n/esn/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/esn/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "entrada" } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/esn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index a0f7b9a9fd..f4add4de7f 100644 --- a/i18n/esn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/esn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Coincidir mayĆŗsculas y minĆŗsculas", "wordsDescription": "Solo palabras completas", "regexDescription": "Usar expresión regular" diff --git a/i18n/esn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/esn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 0168aca0d8..d17faf7121 100644 --- a/i18n/esn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/esn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Error: {0}", "alertWarningMessage": "Advertencia: {0}", "alertInfoMessage": "Información: {0}" diff --git a/i18n/esn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/esn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 169c17eadd..2ef9337bb6 100644 --- a/i18n/esn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/esn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0} x {1} {2}", "largeImageError": "La imagen es muy grande para mostrar en el editor", "resourceOpenExternalButton": "ĀæAbrir la imagen mediante un programa externo?", diff --git a/i18n/esn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/esn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/esn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/esn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index 3f2b177ab8..d5ddbdff12 100644 --- a/i18n/esn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/esn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "MĆ”s" } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/common/errorMessage.i18n.json b/i18n/esn/src/vs/base/common/errorMessage.i18n.json index f7b3549ebd..5100445464 100644 --- a/i18n/esn/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/esn/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "Se ha producido un error desconocido. Consulte el registro para obtener mĆ”s detalles.", "nodeExceptionMessage": "Error del sistema ({0})", diff --git a/i18n/esn/src/vs/base/common/json.i18n.json b/i18n/esn/src/vs/base/common/json.i18n.json index a9b302bfa9..2f72cee510 100644 --- a/i18n/esn/src/vs/base/common/json.i18n.json +++ b/i18n/esn/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/esn/src/vs/base/common/jsonErrorMessages.i18n.json index a9b302bfa9..065a2af6c5 100644 --- a/i18n/esn/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/esn/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "SĆ­mbolo no vĆ”lido", "error.invalidNumberFormat": "Formato de nĆŗmero no vĆ”lido", "error.propertyNameExpected": "Se esperaba el nombre de la propiedad", diff --git a/i18n/esn/src/vs/base/common/keybindingLabels.i18n.json b/i18n/esn/src/vs/base/common/keybindingLabels.i18n.json index 0a7ced2a79..171aa4a7c2 100644 --- a/i18n/esn/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/esn/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "MayĆŗs", "altKey": "Alt", diff --git a/i18n/esn/src/vs/base/common/processes.i18n.json b/i18n/esn/src/vs/base/common/processes.i18n.json index fb90a08790..23afb2366d 100644 --- a/i18n/esn/src/vs/base/common/processes.i18n.json +++ b/i18n/esn/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/base/common/severity.i18n.json b/i18n/esn/src/vs/base/common/severity.i18n.json index 4c9a4f3998..8797c47682 100644 --- a/i18n/esn/src/vs/base/common/severity.i18n.json +++ b/i18n/esn/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "Error", "sev.warning": "Advertencia", "sev.info": "Información" diff --git a/i18n/esn/src/vs/base/node/processes.i18n.json b/i18n/esn/src/vs/base/node/processes.i18n.json index 8e4326d6c8..ebb3d65e4b 100644 --- a/i18n/esn/src/vs/base/node/processes.i18n.json +++ b/i18n/esn/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "No se puede ejecutar un comando shell en una unidad UNC." } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/node/ps.i18n.json b/i18n/esn/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..d4088e66bc --- /dev/null +++ b/i18n/esn/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "Recopilando información de memoria y CPU. Esto puede tardar unos segundos. " +} \ No newline at end of file diff --git a/i18n/esn/src/vs/base/node/zip.i18n.json b/i18n/esn/src/vs/base/node/zip.i18n.json index 0063026e20..c8b4719eb4 100644 --- a/i18n/esn/src/vs/base/node/zip.i18n.json +++ b/i18n/esn/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0} no se encontró dentro del archivo zip." } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 3e06b326a4..0e2f6d2234 100644 --- a/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, selector", "quickOpenAriaLabel": "selector" } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 4b14e66a5e..66264c5ea7 100644 --- a/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/esn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "Selector rĆ”pido. Escriba para restringir los resultados.", "treeAriaLabel": "Selector rĆ”pido" } \ No newline at end of file diff --git a/i18n/esn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/esn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 93f8efc1de..098242774f 100644 --- a/i18n/esn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/esn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "Contraer" } \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/esn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..86bf31800a --- /dev/null +++ b/i18n/esn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "Visualizar en GitHub", + "loadingData": "Cargando datos...", + "similarIssues": "Problemas similares", + "open": "Abrir", + "closed": "Cerrado", + "noResults": "No se encontraron resultados", + "settingsSearchIssue": "Problema de bĆŗsqueda de configuración", + "bugReporter": "Informe de errores", + "performanceIssue": "Problema de rendimiento", + "featureRequest": "Solicitud de caracterĆ­stica", + "stepsToReproduce": "Pasos para reproducir", + "bugDescription": "Indique los pasos necesarios para reproducir el problema. Debe incluir el resultado real y el resultado esperado. Admitimos Markdown al estilo de GitHub. PodrĆ” editar el problema y agregar capturas de pantalla cuando veamos una vista previa en GitHub.", + "performanceIssueDesciption": "ĀæCuĆ”ndo ocurrió este problema de rendimiento? ĀæSe produce al inicio o despuĆ©s de realizar una serie especĆ­fica de acciones? Admitimos Markdown al estilo de GitHub. PodrĆ” editar el problema y agregar capturas de pantalla cuando veamos una vista previa en GitHub.", + "description": "Descripción", + "featureRequestDescription": "Describa la caracterĆ­stica que le gustarĆ­a ver. Admitimos Markdown al estilo de GitHub. PodrĆ” editar esta información y agregar capturas de pantalla cuando veamos una vista previa en GitHub.", + "expectedResults": "Resultados esperados", + "settingsSearchResultsDescription": "Indique los resultados que esperaba encontrar cuando usó esta consulta para la bĆŗsqueda. Admitimos Markdown al estilo de GitHub. PodrĆ” editar el problema y agregar capturas de pantalla cuando veamos una vista previa en GitHub.", + "pasteData": "Hemos escrito los datos necesarios en su Portapapeles porque eran demasiado grandes para enviarlos. Ahora debe pegarlos.", + "disabledExtensions": "Las extensiones estĆ”n deshabilitadas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/esn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..c5b244a052 --- /dev/null +++ b/i18n/esn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "Por favor complete el formulario en inglĆ©s.", + "issueTypeLabel": "Esto es un", + "issueTitleLabel": "TĆ­tulo", + "issueTitleRequired": "Por favor, introduzca un tĆ­tulo.", + "titleLengthValidation": "El tĆ­tulo es demasiado largo.", + "systemInfo": "Mi información del sistema", + "sendData": "Enviar mis datos", + "processes": "Procesos actualmente en ejecución", + "workspaceStats": "EstadĆ­sticas de mi Ć”rea de trabajo", + "extensions": "Mis extensiones", + "searchedExtensions": "Extensiones que se han buscado", + "settingsSearchDetails": "Detalles de la bĆŗsqueda de configuración", + "tryDisablingExtensions": "ĀæSe reproduce el problema cuando estĆ”n deshabilitadas las extensiones?", + "yes": "SĆ­", + "no": "No", + "disableExtensionsLabelText": "Intente reproducir el problema despuĆ©s de {0}.", + "disableExtensions": "Deshabilitar todas las extensiones y volver a cargar la ventana", + "showRunningExtensionsLabelText": "Si sospecha que se trata de un problema con una extensión, {0} para notificarlo.", + "showRunningExtensions": "Ver todas las extensiones que estĆ”n en ejecución", + "details": "Especifique los detalles.", + "loadingData": "Cargando datos..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-main/auth.i18n.json b/i18n/esn/src/vs/code/electron-main/auth.i18n.json index e37047babf..28913f7cf1 100644 --- a/i18n/esn/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/esn/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "Autenticación de proxy requerida", "proxyauth": "El proxy {0} requiere autenticación." } \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-main/logUploader.i18n.json b/i18n/esn/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..ca0c1ac818 --- /dev/null +++ b/i18n/esn/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "Punto final del registro Uploader no vĆ”lido", + "beginUploading": "Cargando ", + "didUploadLogs": "Carga exitosa. ID. del archivo de registro: {0}", + "logUploadPromptHeader": "Va a cargar los registros de sesión en un punto de conexión seguro de Microsoft al que solo tienen acceso miembros del equipo de VS Code de Microsoft.", + "logUploadPromptBody": "Los registros de sesión pueden contener información personal, como rutas de acceso completas o contenido de archivos. Revise y redacte sus archivos de registro de sesión aquĆ­: \"{0}\"", + "logUploadPromptBodyDetails": "Si continĆŗa, confirma que ha revisado y redactado sus archivos de registro de sesión y que consiente que Microsoft los utilice para depurar VS Code.", + "logUploadPromptAcceptInstructions": "Ejecute el código con \"--upload-logs={0}\" para continuar con la carga", + "postError": "Error al publicar los registros: {0}", + "responseError": "Error al publicar los registros. Consiguió {0} - {1} ", + "parseError": "Error al analizar la respuesta", + "zipError": "Error al comprimir los registros: {0}\n\n" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-main/main.i18n.json b/i18n/esn/src/vs/code/electron-main/main.i18n.json index f4596c96fa..ddc5bdfeeb 100644 --- a/i18n/esn/src/vs/code/electron-main/main.i18n.json +++ b/i18n/esn/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "Se estĆ” ejecutando otra instancia de {0} pero no responde", "secondInstanceNoResponseDetail": "Cierre todas las demĆ”s instancias y vuelva a intentarlo.", "secondInstanceAdmin": "Ya se estĆ” ejecutando una segunda instancia de {0} como administrador.", diff --git a/i18n/esn/src/vs/code/electron-main/menus.i18n.json b/i18n/esn/src/vs/code/electron-main/menus.i18n.json index 2078d3df9f..4c1f571cd8 100644 --- a/i18n/esn/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/esn/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "Archivo", "mEdit": "Editar", "mSelection": "Selección", @@ -88,8 +90,10 @@ "miMarker": "&&Problemas", "miAdditionalViews": "Vistas &&adicionales", "miCommandPalette": "&&Paleta de comandos...", + "miOpenView": "&& Vista abierta...", "miToggleFullScreen": "Alternar &&pantalla completa", "miToggleZenMode": "Alternar modo zen", + "miToggleCenteredLayout": "Alternar diseƱo centrado", "miToggleMenuBar": "Alternar &&barra de menĆŗs", "miSplitEditor": "Dividir &&editor", "miToggleEditorLayout": "Alternar diseƱo del grupo de &&editores", @@ -170,7 +174,7 @@ "miLicense": "Ver &&licencia", "miPrivacyStatement": "&&Declaración de privacidad", "miAbout": "&&Acerca de", - "miRunTask": "&&Ejecutar Tarea...", + "miRunTask": "&&Ejecutar tarea... ", "miBuildTask": "Ejecutar &&tarea de compilación...", "miRunningTask": "Mostrar las &&tareas en ejecución", "miRestartTask": "R&&einiciar tarea en ejecución...", @@ -178,13 +182,11 @@ "miConfigureTask": "&&Configurar Tareas...", "miConfigureBuildTask": "Configurar Tarea de Compilación &&Predeterminada...", "accessibilityOptionsWindowTitle": "Opciones de accesibilidad", - "miRestartToUpdate": "Reiniciar para actualizar...", + "miCheckForUpdates": "Buscar actualizaciones...", "miCheckingForUpdates": "Buscando actualizaciones...", "miDownloadUpdate": "Descargar actualización disponible", "miDownloadingUpdate": "Descargando actualización...", + "miInstallUpdate": "Instalar actualización...", "miInstallingUpdate": "Instalando actualización...", - "miCheckForUpdates": "Buscar actualizaciones...", - "aboutDetail": "Versión: {0}\nConfirmación: {1}\nFecha: {2}\nShell: {3}\nRepresentador: {4}\nNodo {5}\nArquitectura {6}", - "okButton": "Aceptar", - "copy": "&&Copiar" + "miRestartToUpdate": "Reiniciar para actualizar..." } \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-main/window.i18n.json b/i18n/esn/src/vs/code/electron-main/window.i18n.json index d660f2a4f6..5e1c4885ca 100644 --- a/i18n/esn/src/vs/code/electron-main/window.i18n.json +++ b/i18n/esn/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "Para acceder a la barra de menĆŗs, tambiĆ©n puede presionar la tecla **Alt**." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "AĆŗn puede acceder a la barra de menĆŗs presionando la tecla Alt." } \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-main/windows.i18n.json b/i18n/esn/src/vs/code/electron-main/windows.i18n.json index d28e793477..d943424003 100644 --- a/i18n/esn/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/esn/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "Aceptar", "pathNotExistTitle": "La ruta no existe", "pathNotExistDetail": "Parece que la ruta '{0}' ya no existe en el disco.", diff --git a/i18n/esn/src/vs/code/node/cliProcessMain.i18n.json b/i18n/esn/src/vs/code/node/cliProcessMain.i18n.json index 9ce3d98ae5..91a97a8596 100644 --- a/i18n/esn/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/esn/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "La extensión '{0}' no se encontró.", "notInstalled": "La extensión '{0}' no estĆ” instalada.", "useId": "AsegĆŗrese de usar el identificador de extensión completo, incluido el publicador, por ejemplo: {0}.", diff --git a/i18n/esn/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/esn/src/vs/editor/browser/services/bulkEdit.i18n.json index 73e3dfa4ec..d36ab2631c 100644 --- a/i18n/esn/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/esn/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "Estos archivos han cambiado durante el proceso: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "No se realizaron ediciones", "summary.nm": "{0} ediciones de texto en {1} archivos", - "summary.n0": "{0} ediciones de texto en un archivo" + "summary.n0": "{0} ediciones de texto en un archivo", + "conflict": "Estos archivos han cambiado durante el proceso: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/esn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index ed69f37474..a3bc5b4c0a 100644 --- a/i18n/esn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/esn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "Los archivos no se pueden comparar porque uno de ellos es demasiado grande." } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/esn/src/vs/editor/browser/widget/diffReview.i18n.json index a6cd04e72f..3e31c98747 100644 --- a/i18n/esn/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/esn/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Cerrar", "header": "Diferencia {0} de {1}: original {2}, {3} lĆ­neas, modificado {4}, {5} lĆ­neas", "blankLine": "vacĆ­o", diff --git a/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json index 582dfe7c78..94dc8d4ce5 100644 --- a/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "Editor", "fontFamily": "Controla la familia de fuentes.", "fontWeight": "Controla el grosor de la fuente.", @@ -14,7 +16,7 @@ "lineNumbers.on": "Los nĆŗmeros de lĆ­nea se muestran como un nĆŗmero absoluto.", "lineNumbers.relative": "Los nĆŗmeros de lĆ­nea se muestran como distancia en lĆ­neas a la posición del cursor.", "lineNumbers.interval": "Los nĆŗmeros de lĆ­nea se muestran cada 10 lĆ­neas.", - "lineNumbers": "Controla la visualización de nĆŗmeros de lĆ­nea. Los valores posibles son 'on', 'off' y 'relative'.", + "lineNumbers": "Controla la visualización de nĆŗmeros de lĆ­nea. Los valores posibles son 'on', 'off', 'relative' e 'interval'.", "rulers": "Representar reglas verticales despuĆ©s de un cierto nĆŗmero de caracteres monoespacio. Usar multiples valores para multiples reglas. No se dibuja ninguna regla si la matriz esta vacĆ­a.", "wordSeparators": "Caracteres que se usarĆ”n como separadores de palabras al realizar operaciones o navegaciones relacionadas con palabras.", "tabSize": "El nĆŗmero de espacios a los que equivale una tabulación. Este valor se invalida segĆŗn el contenido del archivo cuando `editor.detectIndentation` estĆ” activado.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "Controla si el editor se seguirĆ” desplazando despuĆ©s de la Ćŗltima lĆ­nea", "smoothScrolling": "Controla si el editor se desplaza con una animación", "minimap.enabled": "Controla si se muestra el minimapa", + "minimap.side": "Controla el lado dónde rendir el minimapa. Los valores posibles son 'derecha' e 'izquierda'", "minimap.showSlider": "Controla si se oculta automĆ”ticamente el control deslizante del minimapa. Los valores posibles son \"always\" y \"mouseover\".", "minimap.renderCharacters": "Presentar los caracteres reales en una lĆ­nea (por oposición a bloques de color)", "minimap.maxColumn": "Limitar el ancho del minimapa para presentar como mucho un nĆŗmero de columnas determinado", @@ -40,9 +43,9 @@ "wordWrapColumn": "Controls the wrapping column of the editor when `editor.wordWrap` is 'wordWrapColumn' or 'bounded'.", "wrappingIndent": "Controla el sangrado de las lĆ­neas ajustadas. Puede ser uno los valores 'none', 'same' o 'indent'.", "mouseWheelScrollSensitivity": "Se utilizarĆ” un multiplicador en los eventos de desplazamiento de la rueda del mouse `deltaX` y `deltaY`", - "multiCursorModifier.ctrlCmd": "Se asigna a \"Control\" en Windows y Linux y a \"Comando\" en OSX.", - "multiCursorModifier.alt": "Se asigna a \"Alt\" en Windows y Linux y a \"Opción\" en OSX.", - "multiCursorModifier": "El modificador que se usarĆ” para agregar varios cursores con el mouse. \"ctrlCmd\" se asigna a \"Control\" en Windows y Linux y a \"Comando\" en OSX. Los gestos del mouse Ir a la definición y Abrir vĆ­nculo se adaptarĆ”n de modo que no entren en conflicto con el modificador multicursor.", + "multiCursorModifier.ctrlCmd": "Se asigna a \"Control\" en Windows y Linux y a \"Comando\" en macOS.", + "multiCursorModifier.alt": "Se asigna a \"Alt\" en Windows y Linux y a \"Opción\" en macOS.", + "multiCursorModifier": "El modificador que se usarĆ” para agregar varios cursores con el mouse. \"ctrlCmd\" se asigna a \"Control\" en Windows y Linux y a \"Comando\" en macOS. Los gestos del mouse \"Ir a la definición\" y \"Abrir vĆ­nculo\" se adaptarĆ”n de modo que no entren en conflicto con el modificador multicurso", "quickSuggestions.strings": "Habilita sugerencias rĆ”pidas en las cadenas.", "quickSuggestions.comments": "Habilita sugerencias rĆ”pidas en los comentarios.", "quickSuggestions.other": "Habilita sugerencias rĆ”pidas fuera de las cadenas y los comentarios.", @@ -63,6 +66,10 @@ "snippetSuggestions": "Controla si se muestran los fragmentos de código con otras sugerencias y cómo se ordenan.", "emptySelectionClipboard": "Controla si al copiar sin selección se copia la lĆ­nea actual.", "wordBasedSuggestions": "Habilita sugerencias basadas en palabras.", + "suggestSelection.first": "Siempre seleccione la primera sugerencia.", + "suggestSelection.recentlyUsed": "Seleccione sugerencias recientes a menos que escriba una nueva opción, por ejemplo ' Console. | -> Console. log ' porque ' log ' se ha completado recientemente.", + "suggestSelection.recentlyUsedByPrefix": "Seleccione sugerencias basadas en prefijos anteriores que han completado esas sugerencias, por ejemplo, ' Co-> Console ' y ' con-> const '.", + "suggestSelection": "Controla cómo se preseleccionan las sugerencias cuando se muestra la lista,", "suggestFontSize": "TamaƱo de fuente para el widget de sugerencias", "suggestLineHeight": "Alto de lĆ­nea para el widget de sugerencias", "selectionHighlight": "Controla si el editor deberĆ­a destacar coincidencias similares a la selección", @@ -72,6 +79,7 @@ "cursorBlinking": "Controlar el estilo de animación del cursor. Los valores posibles son \"blink\", \"smooth\", \"phase\", \"expand\" y \"solid\".", "mouseWheelZoom": "Ampliar la fuente del editor cuando se use la rueda del mouse mientras se presiona Ctrl", "cursorStyle": "Controla el estilo del cursor. Los valores aceptados son \"block\", \"block-outline\", \"line\", \"line-thin\", \"underline\" y \"underline-thin\"", + "cursorWidth": "Controla el ancho del cursor cuando editor.cursorStyle se establece a 'line'", "fontLigatures": "Habilita las ligaduras tipogrĆ”ficas.", "hideCursorInOverviewRuler": "Controla si el cursor debe ocultarse en la regla de visión general.", "renderWhitespace": "Controla cómo debe representar el editor los espacios en blanco. Las posibilidades son \"none\", \"boundary\" y \"all\". La opción \"boundary\" no representa los espacios individuales entre palabras.", diff --git a/i18n/esn/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/esn/src/vs/editor/common/config/defaultConfig.i18n.json index b1da401aa9..5113a53302 100644 --- a/i18n/esn/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/esn/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/esn/src/vs/editor/common/config/editorOptions.i18n.json index c82ce87300..f469fda468 100644 --- a/i18n/esn/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/esn/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "No se puede acceder al editor en este momento. Presione Alt+F1 para ver opciones.", "editorViewAccessibleLabel": "Contenido del editor" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/controller/cursor.i18n.json b/i18n/esn/src/vs/editor/common/controller/cursor.i18n.json index c9563bd720..e6207ff1fc 100644 --- a/i18n/esn/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/esn/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "Excepción inesperada al ejecutar el comando." } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/esn/src/vs/editor/common/model/textModelWithTokens.i18n.json index 2e260b1f34..573d465038 100644 --- a/i18n/esn/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/esn/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/esn/src/vs/editor/common/modes/modesRegistry.i18n.json index 7d10499298..7ed7d797e0 100644 --- a/i18n/esn/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/esn/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "Texto sin formato" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/esn/src/vs/editor/common/services/bulkEdit.i18n.json index 73e3dfa4ec..0e85aad86f 100644 --- a/i18n/esn/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/esn/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/esn/src/vs/editor/common/services/modeServiceImpl.i18n.json index e7cc7df6fe..4bc17cb468 100644 --- a/i18n/esn/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/esn/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/esn/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/esn/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/esn/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/esn/src/vs/editor/common/view/editorColorRegistry.i18n.json index 9cd43302e1..08c91f17c5 100644 --- a/i18n/esn/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/esn/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "Color de fondo del resaltado de lĆ­nea en la posición del cursor.", "lineHighlightBorderBox": "Color de fondo del borde alrededor de la lĆ­nea en la posición del cursor.", - "rangeHighlight": "Color de fondo de los intervalos resaltados; por ejemplo, para Apertura RĆ”pida y Buscar.", + "rangeHighlight": "Color de fondo de los rangos resaltados, como por ejemplo las caracterĆ­sticas de abrir rĆ”pidamente y encontrar. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "rangeHighlightBorder": "Color de fondo del borde alrededor de los intervalos resaltados.", "caret": "Color del cursor del editor.", "editorCursorBackground": "Color de fondo del cursor de edición. Permite personalizar el color del carĆ”cter solapado por el bloque del cursor.", "editorWhitespaces": "Color de los caracteres de espacio en blanco del editor.", "editorIndentGuides": "Color de las guĆ­as de sangrĆ­a del editor.", "editorLineNumbers": "Color de nĆŗmeros de lĆ­nea del editor.", + "editorActiveLineNumber": "Color del nĆŗmero de lĆ­nea activa en el editor", "editorRuler": "Color de las reglas del editor", "editorCodeLensForeground": "Color principal de lentes de código en el editor", "editorBracketMatchBackground": "Color de fondo tras corchetes coincidentes", diff --git a/i18n/esn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/esn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index 1d9dcd1809..f1bcffb68e 100644 --- a/i18n/esn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/esn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 8c194fd875..de472bc347 100644 --- a/i18n/esn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "Ir al corchete" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "Resumen color de marcador de regla para corchetes.", + "smartSelect.jumpBracket": "Ir al corchete", + "smartSelect.selectToBracket": "Seleccione esta opción para soporte" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/esn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 8c194fd875..b7dae23bd3 100644 --- a/i18n/esn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/esn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index ab2cb66648..0d546072e6 100644 --- a/i18n/esn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "Mover sĆ­mbolo de inserción a la izquierda", "caret.moveRight": "Mover sĆ­mbolo de inserción a la derecha" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/esn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index ab2cb66648..855a768542 100644 --- a/i18n/esn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/esn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index ccd3a5c6ff..3ccf5316c1 100644 --- a/i18n/esn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/esn/src/vs/editor/contrib/caretOperations/transpose.i18n.json index ccd3a5c6ff..247859ee53 100644 --- a/i18n/esn/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Transponer letras" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/esn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 3e8a4d5d78..a2b6cb76af 100644 --- a/i18n/esn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/esn/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 3e8a4d5d78..7efebff629 100644 --- a/i18n/esn/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "Cortar", "actions.clipboard.copyLabel": "Copiar", "actions.clipboard.pasteLabel": "Pegar", diff --git a/i18n/esn/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/esn/src/vs/editor/contrib/comment/comment.i18n.json index 39d1b07eca..a5fecb1f6f 100644 --- a/i18n/esn/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Alternar comentario de lĆ­nea", "comment.line.add": "Agregar comentario de lĆ­nea", "comment.line.remove": "Quitar comentario de lĆ­nea", diff --git a/i18n/esn/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/esn/src/vs/editor/contrib/comment/common/comment.i18n.json index 39d1b07eca..77a923a359 100644 --- a/i18n/esn/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/esn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 7dee35d6d9..6087b46a02 100644 --- a/i18n/esn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/esn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 7dee35d6d9..8f5b7d6bbd 100644 --- a/i18n/esn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "Mostrar menĆŗ contextual del editor" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json index a2385b5b92..c626022bea 100644 --- a/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index 213a60a3c4..ce27d224a6 100644 --- a/i18n/esn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json index 27d384a1b6..d9643648ca 100644 --- a/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/find/findController.i18n.json b/i18n/esn/src/vs/editor/contrib/find/findController.i18n.json index 686f3ab592..082b6bed1a 100644 --- a/i18n/esn/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "Buscar", "findNextMatchAction": "Buscar siguiente", "findPreviousMatchAction": "Buscar anterior", diff --git a/i18n/esn/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/find/findWidget.i18n.json index a2385b5b92..8d2c0b6cdd 100644 --- a/i18n/esn/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Buscar", "placeholder.find": "Buscar", "label.previousMatchButton": "Coincidencia anterior", diff --git a/i18n/esn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index 213a60a3c4..40c246024f 100644 --- a/i18n/esn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Buscar", "placeholder.find": "Buscar", "label.previousMatchButton": "Coincidencia anterior", diff --git a/i18n/esn/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/esn/src/vs/editor/contrib/folding/browser/folding.i18n.json index b61ee6efe9..a29a4ba864 100644 --- a/i18n/esn/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/esn/src/vs/editor/contrib/folding/folding.i18n.json index 0db9b485ab..c7db708dd9 100644 --- a/i18n/esn/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "Desplegar", "unFoldRecursivelyAction.label": "Desplegar de forma recursiva", "foldAction.label": "Plegar", diff --git a/i18n/esn/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/esn/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 6260d66536..4005baa6e7 100644 --- a/i18n/esn/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/esn/src/vs/editor/contrib/format/formatActions.i18n.json index 6260d66536..9b59d27899 100644 --- a/i18n/esn/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "1 edición de formato en la lĆ­nea {0}", "hintn1": "{0} ediciones de formato en la lĆ­nea {1}", "hint1n": "1 edición de formato entre las lĆ­neas {0} y {1}", "hintnn": "{0} ediciones de formato entre las lĆ­neas {1} y {2}", - "no.provider": "Lo sentimos, pero no hay ningĆŗn formateador para los '{0}' archivos instalados.", + "no.provider": "No hay formateador para los archivos ' {0} ' instalados.", "formatDocument.label": "Dar formato al documento", "formatSelection.label": "Dar formato a la selección" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index da10467643..537eb288e4 100644 --- a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index d9243b7613..deac2c033e 100644 --- a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index d35f93e7fa..1726d15e33 100644 --- a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index d9243b7613..657c7f8ab4 100644 --- a/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "No se encontró ninguna definición para \"{0}\"", "generic.noResults": "No se encontró ninguna definición", "meta.title": " – {0} definiciones", diff --git a/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index d35f93e7fa..c3b1882880 100644 --- a/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "Haga clic para mostrar {0} definiciones." } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/esn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index a46ce2aad7..8debec9244 100644 --- a/i18n/esn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/esn/src/vs/editor/contrib/gotoError/gotoError.i18n.json index a46ce2aad7..efc4df06ef 100644 --- a/i18n/esn/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "Ir al error o la advertencia siguiente", - "markerAction.previous.label": "Ir al error o la advertencia anterior", + "markerAction.next.label": "Ir al siguiente problema (Error, Advertencia, Información)", + "markerAction.previous.label": "Ir al problema anterior (Error, Advertencia, Información)", "editorMarkerNavigationError": "Color de los errores del widget de navegación de marcadores del editor.", "editorMarkerNavigationWarning": "Color de las advertencias del widget de navegación de marcadores del editor.", "editorMarkerNavigationInfo": "Color del widget informativo marcador de navegación en el editor.", diff --git a/i18n/esn/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/esn/src/vs/editor/contrib/hover/browser/hover.i18n.json index c190af1321..cb7ebaadfb 100644 --- a/i18n/esn/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/esn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index cee5631f41..21a9869431 100644 --- a/i18n/esn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/esn/src/vs/editor/contrib/hover/hover.i18n.json index c190af1321..ee2cdb1d2b 100644 --- a/i18n/esn/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "Mostrar al mantener el puntero" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/esn/src/vs/editor/contrib/hover/modesContentHover.i18n.json index cee5631f41..12e8ad0094 100644 --- a/i18n/esn/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "Cargando..." } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/esn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index c249b2caf4..8770f52dda 100644 --- a/i18n/esn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/esn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index c249b2caf4..a4bb4cede5 100644 --- a/i18n/esn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Reemplazar con el valor anterior", "InPlaceReplaceAction.next.label": "Reemplazar con el valor siguiente" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/esn/src/vs/editor/contrib/indentation/common/indentation.i18n.json index e4b2111a11..605088dd27 100644 --- a/i18n/esn/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/esn/src/vs/editor/contrib/indentation/indentation.i18n.json index e4b2111a11..34f25cbaad 100644 --- a/i18n/esn/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "Convertir sangrĆ­a en espacios", "indentationToTabs": "Convertir sangrĆ­a en tabulaciones", "configuredTabSize": "TamaƱo de tabulación configurado", diff --git a/i18n/esn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/esn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index 3c11c7eb06..b5d076b96e 100644 --- a/i18n/esn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/esn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 904c8cba9e..ca405e2c99 100644 --- a/i18n/esn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/esn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 904c8cba9e..1f89fe210b 100644 --- a/i18n/esn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "Copiar lĆ­nea arriba", "lines.copyDown": "Copiar lĆ­nea abajo", "lines.moveUp": "Mover lĆ­nea hacia arriba", diff --git a/i18n/esn/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/esn/src/vs/editor/contrib/links/browser/links.i18n.json index 22ba27230b..b3bd730796 100644 --- a/i18n/esn/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/links/links.i18n.json b/i18n/esn/src/vs/editor/contrib/links/links.i18n.json index 200b81a535..7b3be6d4fa 100644 --- a/i18n/esn/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/links/links.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Cmd + clic para abrir el vĆ­nculo", "links.navigate": "Ctrl + clic para abrir el vĆ­nculo", "links.command.mac": "Cmd + click para ejecutar el comando", diff --git a/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index d599414675..a293753c32 100644 --- a/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/esn/src/vs/editor/contrib/multicursor/multicursor.i18n.json index d599414675..f281c91169 100644 --- a/i18n/esn/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Agregar cursor arriba", "mutlicursor.insertBelow": "Agregar cursor debajo", "mutlicursor.insertAtEndOfEachLineSelected": "AƱadir cursores a finales de lĆ­nea", diff --git a/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index 4cd04b2e24..43ce121bac 100644 --- a/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index bd2e55282c..a443c16cb5 100644 --- a/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index 4cd04b2e24..b7572cca0d 100644 --- a/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "Sugerencias para parĆ”metros Trigger" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index bd2e55282c..60e209cc60 100644 --- a/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, sugerencia" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index 6b4f130275..3f38828e88 100644 --- a/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/esn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index 6b4f130275..e993bd6d2a 100644 --- a/i18n/esn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "Mostrar correcciones ({0})", "quickFix": "Mostrar correcciones", - "quickfix.trigger.label": "Corrección rĆ”pida" + "quickfix.trigger.label": "Corrección rĆ”pida", + "refactor.label": "Refactorizar" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index 067249df5b..5b3830ff2e 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index c2ee1b5788..1e3d9d7421 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 0685910544..da2f8577ea 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 63882c346c..5f540f875e 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 1e3309b1cf..a4a25a2a59 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index 067249df5b..317c04eb64 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Cerrar" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index c2ee1b5788..0d0a6468b7 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " – {0} referencias", "references.action.label": "Buscar todas las referencias" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index 0685910544..3b63d1733d 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "Cargando..." } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 63882c346c..bd8b905b5f 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "sĆ­mbolo en {0} linea {1} en la columna {2}", "aria.fileReferences.1": "1 sĆ­mbolo en {0}, ruta de acceso completa {1}", "aria.fileReferences.N": "{0} sĆ­mbolos en {1}, ruta de acceso completa {2}", diff --git a/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 1e3309b1cf..50d1e27f74 100644 --- a/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "Error al resolver el archivo.", "referencesCount": "{0} referencias", "referenceCount": "{0} referencia", diff --git a/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json index 00a7dc4990..71ef00ff9a 100644 --- a/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 86b4308b9d..e1303be1cc 100644 --- a/i18n/esn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/rename.i18n.json index 00a7dc4990..cbfa9c6510 100644 --- a/i18n/esn/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "No hay ningĆŗn resultado.", "aria": "Nombre cambiado correctamente de '{0}' a '{1}'. Resumen: {2}", "rename.failed": "No se pudo cambiar el nombre.", diff --git a/i18n/esn/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/renameInputField.i18n.json index 86b4308b9d..793a429086 100644 --- a/i18n/esn/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "Cambie el nombre de la entrada. Escriba el nuevo nombre y presione Entrar para confirmar." } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/esn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index e5a3dca5e2..b446350ef0 100644 --- a/i18n/esn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/esn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index e5a3dca5e2..e475c22018 100644 --- a/i18n/esn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "Expandir selección", "smartSelect.shrink": "Reducir selección" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index e651f27c58..a13b160bb2 100644 --- a/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index bf3d801542..97abb5dc3a 100644 --- a/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/esn/src/vs/editor/contrib/suggest/suggestController.i18n.json index e651f27c58..b4431b8e25 100644 --- a/i18n/esn/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "Aceptando '{0}' Insertó el siguente texto : {1}", "suggest.trigger.label": "Sugerencias para Trigger" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index bf3d801542..fc2a806c7a 100644 --- a/i18n/esn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "Color de fondo del widget sugerido.", "editorSuggestWidgetBorder": "Color de borde del widget sugerido.", "editorSuggestWidgetForeground": "Color de primer plano del widget sugerido.", diff --git a/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 2349a0a851..3c30f41321 100644 --- a/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 2349a0a851..313f38b182 100644 --- a/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "Alternar tecla de tabulación para mover el punto de atención" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/esn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index ce1db0c57f..19b4881285 100644 --- a/i18n/esn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/esn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index ce1db0c57f..092859b090 100644 --- a/i18n/esn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Color de fondo de un sĆ­mbolo durante el acceso de lectura; por ejemplo, cuando se lee una variable.", - "wordHighlightStrong": "Color de fondo de un sĆ­mbolo durante el acceso de escritura; por ejemplo, cuando se escribe una variable.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Color de fondo de un sĆ­mbolo durante el acceso de lectura, como leer una variable. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "wordHighlightStrong": "Color de fondo de un sĆ­mbolo durante el acceso de escritura, como escribir en una variable. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "wordHighlightBorder": "Color de fondo de un sĆ­mbolo durante el acceso de lectura; por ejemplo, cuando se lee una variable.", + "wordHighlightStrongBorder": "Color de fondo de un sĆ­mbolo durante el acceso de escritura; por ejemplo, cuando se escribe una variable.", "overviewRulerWordHighlightForeground": "Color de marcador de regla de información general para sĆ­mbolos resaltados.", "overviewRulerWordHighlightStrongForeground": "Color de marcador de regla de información general para sĆ­mbolos de acceso de escritura resaltados. ", "wordHighlight.next.label": "Ir al siguiente sĆ­mbolo destacado", diff --git a/i18n/esn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/esn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index 067249df5b..5b3830ff2e 100644 --- a/i18n/esn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/esn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index 431db97694..ba570a3796 100644 --- a/i18n/esn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/esn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/esn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 43ec87cbde..df529f9120 100644 --- a/i18n/esn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/esn/src/vs/editor/node/textMate/TMGrammars.i18n.json index bca2124994..b25fde8bf2 100644 --- a/i18n/esn/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/esn/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/esn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/esn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/esn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/esn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index fc4e80ef3e..3757a7cbe3 100644 --- a/i18n/esn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "los elementos de menĆŗ deben ser una colección", "requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", "optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"", @@ -40,6 +42,5 @@ "menuId.invalid": "`{0}` no es un identificador de menĆŗ vĆ”lido", "missing.command": "El elemento de menĆŗ hace referencia a un comando `{0}` que no estĆ” definido en la sección 'commands'.", "missing.altCommand": "El elemento de menĆŗ hace referencia a un comando alternativo `{0}` que no estĆ” definido en la sección 'commands'.", - "dupe.command": "El elemento de menĆŗ hace referencia al mismo comando que el comando predeterminado y el comando alternativo", - "nosupport.altCommand": "Actualmente, solo el grupo 'navigation' del menĆŗ 'editor/title' es compatible con los comandos alternativos" + "dupe.command": "El elemento de menĆŗ hace referencia al mismo comando que el comando predeterminado y el comando alternativo" } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/esn/src/vs/platform/configuration/common/configurationRegistry.i18n.json index 7b9b24c4d8..5da301d961 100644 --- a/i18n/esn/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/esn/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "La configuración predeterminada se reemplaza", "overrideSettings.description": "Establecer los valores de configuración que se reemplazarĆ”n para el lenguaje {0}.", "overrideSettings.defaultDescription": "Establecer los valores de configuración que se reemplazarĆ”n para un lenguaje.", diff --git a/i18n/esn/src/vs/platform/environment/node/argv.i18n.json b/i18n/esn/src/vs/platform/environment/node/argv.i18n.json index 3702750443..96e69abf87 100644 --- a/i18n/esn/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/esn/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "Los argumentos del modo \"--goto\" deben tener el formato \"ARCHIVO(:LƍNEA(:CARƁCTER))\".", "diff": "Comparar dos archivos entre sĆ­.", "add": "Agregar carpetas a la Ćŗltima ventana activa.", "goto": "Abrir un archivo en la ruta de acceso de la lĆ­nea y posición de carĆ”cter especificadas.", - "locale": "La configuración regional que se usarĆ” (por ejemplo, en-US o zh-TW).", - "newWindow": "Fuerce una nueva instancia de Code.", - "performance": "Comience con el comando 'Developer: Startup Performance' habilitado.", - "prof-startup": "Ejecutar generador de perfiles de CPU durante el inicio", - "inspect-extensions": "Permitir la depuración y el perfil de las extensiones. Revisar las herramientas de desarrollador para la conexión uri.", - "inspect-brk-extensions": "Permitir la depuración y el perfil de las extensiones con el host de la extensión pausado despuĆ©s del inicio. Revisar las herramientas de desarrollador para la conexión uri.", - "reuseWindow": "Fuerce la apertura de un archivo o carpeta en la Ćŗltima ventana activa.", - "userDataDir": "Especifica el directorio en que se conservan los datos de usuario; es Ćŗtil cuando se ejecuta como raĆ­z.", - "log": "Nivel de registro a utilizar. Por defecto es 'info'. Los valores permitidos son 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", - "verbose": "Imprima salidas detalladas (implica --wait).", + "newWindow": "Fuerza para abrir una nueva ventana.", + "reuseWindow": "Forzar para abrir un archivo o carpeta en la Ćŗltima ventana activa.", "wait": "Espere a que los archivos sean cerrados antes de volver.", + "locale": "La configuración regional que se usarĆ” (por ejemplo, en-US o zh-TW).", + "userDataDir": "Especifica el directorio donde se guardan los datos del usuario. Se puede utilizar para abrir varias instancias de código distintas.", + "version": "Versión de impresión.", + "help": "Imprima el uso.", "extensionHomePath": "Establezca la ruta de acceso raĆ­z para las extensiones.", "listExtensions": "Enumere las extensiones instaladas.", "showVersions": "Muestra las versiones de las extensiones instaladas cuando se usa --list-extension.", "installExtension": "Instala una extensión.", "uninstallExtension": "Desinstala una extensión.", "experimentalApis": "Habilita caracterĆ­sticas de API propuestas para una extensión.", - "disableExtensions": "Deshabilite todas las extensiones instaladas.", - "disableGPU": "Deshabilita la aceleración de hardware de GPU.", + "verbose": "Imprima salidas detalladas (implica --wait).", + "log": "Nivel de registro a utilizar. Por defecto es 'info'. Los valores permitidos son 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", "status": "Imprimir el uso del proceso y la información de diagnóstico.", - "version": "Versión de impresión.", - "help": "Imprima el uso.", + "performance": "Comience con el comando 'Developer: Startup Performance' habilitado.", + "prof-startup": "Ejecutar generador de perfiles de CPU durante el inicio", + "disableExtensions": "Deshabilite todas las extensiones instaladas.", + "inspect-extensions": "Permitir la depuración y el perfil de las extensiones. Revisar las herramientas de desarrollador para la conexión uri.", + "inspect-brk-extensions": "Permitir la depuración y el perfil de las extensiones con el host de la extensión pausado despuĆ©s del inicio. Revisar las herramientas de desarrollador para la conexión uri.", + "disableGPU": "Deshabilita la aceleración de hardware de GPU.", + "uploadLogs": "Carga los registros de la sesión actual a un extremo.", + "maxMemory": "TamaƱo mĆ”ximo de memoria para una ventana (en Mbytes).", "usage": "Uso", "options": "opciones", "paths": "rutas de acceso", - "optionsUpperCase": "Opciones" + "stdinWindows": "Para leer la salida de otro programa, aƱadir '-' (por ejemplo, ' echo Hello World | {0}-')", + "stdinUnix": "Para leer de stdin, aƱadir '-' (por ejemplo, ' ps aux | grep código | {0}-')", + "optionsUpperCase": "Opciones", + "extensionsManagement": "Gestión de extensiones", + "troubleshooting": "Solución de problemas" } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/esn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 05c4885cc4..31fa48f4e6 100644 --- a/i18n/esn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/esn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "No hay ningĆŗn Ć”rea de trabajo." } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/esn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 12fa81c8b3..8e4da9d7dd 100644 --- a/i18n/esn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/esn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Extensiones", "preferences": "Preferencias" } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/esn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index dedafdbe5b..bc9604603d 100644 --- a/i18n/esn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/esn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "No se puede descargar porque no se encuentra la extensión compatible con la versión actual '{0}' de VS Code." } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 645d8566a9..44c945ef6a 100644 --- a/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "Extensión no vĆ”lida: package.json no es un archivo JSON.", - "restartCodeLocal": "Reinicie Code antes de volver a instalar {0}.", + "restartCode": "Reinicie Code antes de volver a instalar {0}.", "installingOutdatedExtension": "Una versión mĆ”s nueva de esta extensión ya estĆ” instalada. ĀæDesea anular esto con la versión anterior?", "override": "Anular", "cancel": "Cancelar", - "notFoundCompatible": "No se puede instalar porque no se encuentra la extensión '{0}' compatible con la versión actual '{1}' del VS Code.", - "quitCode": "No se puede instalar porque todavĆ­a se estĆ” ejecutando una instancia obsoleta de la extensión. Por favor, salga e inicie el VS Code antes de volver a instalarlo.\n", - "exitCode": "No se puede instalar porque todavĆ­a se estĆ” ejecutando una instancia obsoleta de la extensión. Por favor, salga e inicie VS Code antes de volver a instalarlo.", + "errorInstallingDependencies": "Error instalando dependencias. {0}", + "MarketPlaceDisabled": "Marketplace no estĆ” habilitado", + "removeError": "Error al quitar la extensión: {0}. Salga e inicie VS Code antes de intentarlo de nuevo.", + "Not Market place extension": "Solo se pueden reinstalar las extensiones de Marketplace", + "notFoundCompatible": "No se pueden instalar '{0}'; no hay ninguna versión disponible compatible con VS Code '{1}'. ", + "malicious extension": "No se puede instalar la extensión ya que se informó que era problemĆ”tico.", "notFoundCompatibleDependency": "No se puede instalar porque no se encuentra la extensión dependiente '{0}' compatible con la versión actual '{1}' del VS Code.", + "quitCode": "No se puede instalar la extensión. Por favor, salga e inicie VS Code antes de reinstalarlo. ", + "exitCode": "No se puede instalar la extensión. Por favor, salga e inicie VS Code antes de reinstalarlo. ", "uninstallDependeciesConfirmation": "ĀæQuiere desinstalar solo '{0}' o tambiĆ©n sus dependencias?", "uninstallOnly": "Solo", "uninstallAll": "Todo", diff --git a/i18n/esn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/esn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 2f9d0b3805..a5c1fd01da 100644 --- a/i18n/esn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/esn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/esn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 693071735c..aee8bb3341 100644 --- a/i18n/esn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/esn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "Para las extensiones de VS Code, especifica la versión de VS Code con la que la extensión es compatible. No puede ser *. Por ejemplo: ^0.10.5 indica compatibilidad con una versión de VS Code mĆ­nima de 0.10.5.", "vscode.extension.publisher": "El publicador de la extensión VS Code.", "vscode.extension.displayName": "Nombre para mostrar de la extensión que se usa en la galerĆ­a de VS Code.", diff --git a/i18n/esn/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/esn/src/vs/platform/extensions/node/extensionValidator.i18n.json index e00746d6e0..0f4be6cef1 100644 --- a/i18n/esn/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/esn/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "No se pudo analizar el valor {0} de \"engines.vscode\". Por ejemplo, use: ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x, etc.", "versionSpecificity1": "La versión indicada en \"engines.vscode\" ({0}) no es suficientemente especĆ­fica. Para las versiones de vscode anteriores a la 1.0.0, defina como mĆ­nimo la versión principal y secundaria deseadas. Por ejemplo: ^0.10.0, 0.10.x, 0.11.0, etc.", "versionSpecificity2": "La versión indicada en \"engines.vscode\" ({0}) no es suficientemente especĆ­fica. Para las versiones de vscode posteriores a la 1.0.0, defina como mĆ­nimo la versión principal deseada. Por ejemplo: ^1.10.0, 1.10.x, 1.x.x, 2.x.x, etc.", - "versionMismatch": "La extensión no es compatible con {0} de Code y requiere: {1}.", - "extensionDescription.empty": "Se obtuvo una descripción vacĆ­a de la extensión.", - "extensionDescription.publisher": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", - "extensionDescription.name": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", - "extensionDescription.version": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", - "extensionDescription.engines": "la propiedad `{0}` es obligatoria y debe ser de tipo \"object\"", - "extensionDescription.engines.vscode": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", - "extensionDescription.extensionDependencies": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string[]\"", - "extensionDescription.activationEvents1": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string[]\"", - "extensionDescription.activationEvents2": "las propiedades `{0}` y `{1}` deben especificarse u omitirse conjuntamente", - "extensionDescription.main1": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"", - "extensionDescription.main2": "Se esperaba que \"main\" ({0}) se hubiera incluido en la carpeta de la extensión ({1}). Esto puede hacer que la extensión no sea portĆ”til.", - "extensionDescription.main3": "las propiedades `{0}` y `{1}` deben especificarse u omitirse conjuntamente", - "notSemver": "La versión de la extensión no es compatible con semver." + "versionMismatch": "La extensión no es compatible con {0} de Code y requiere: {1}." } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/esn/src/vs/platform/history/electron-main/historyMainService.i18n.json index 2de02c72df..d5e2d3eda4 100644 --- a/i18n/esn/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/esn/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "Nueva ventana", "newWindowDesc": "Abre una ventana nueva.", "recentFolders": "Ć”reas de trabajo recientes", diff --git a/i18n/esn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/esn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 1e3212e0c4..9e28db4a2e 100644 --- a/i18n/esn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/esn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "Aceptar", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "MĆ”s información", "integrity.dontShowAgain": "No volver a mostrar", - "integrity.moreInfo": "MĆ”s información", "integrity.prompt": "La instalación de {0} parece estar daƱada. Vuelva a instalar." } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/esn/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..821afa8fd9 --- /dev/null +++ b/i18n/esn/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "Reportero de tema" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/esn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 6cbe911746..40aed09cf3 100644 --- a/i18n/esn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "Aporta la configuración del esquema JSON.", "contributes.jsonValidation.fileMatch": "Patrón de archivo para buscar coincidencias, por ejemplo, \"package.json\" o \"*.launch\".", "contributes.jsonValidation.url": "Dirección URL de esquema ('http:', 'https:') o ruta de acceso relativa a la carpeta de extensión ('./').", diff --git a/i18n/esn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/esn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index aa5ad83cb7..c66b1f526c 100644 --- a/i18n/esn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/esn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "Se presionó ({0}). Esperando la siguiente tecla...", "missing.chord": "La combinación de teclas ({0}, {1}) no es ningĆŗn comando." } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/esn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index 0a7ced2a79..1079c07c70 100644 --- a/i18n/esn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/esn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/platform/list/browser/listService.i18n.json b/i18n/esn/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..c428698217 --- /dev/null +++ b/i18n/esn/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Ɓrea de trabajo", + "multiSelectModifier.ctrlCmd": "Se asigna a \"Control\" en Windows y Linux y a \"Comando\" en macOS.", + "multiSelectModifier.alt": "Se asigna a \"Alt\" en Windows y Linux y a \"Opción\" en macOS.", + "multiSelectModifier": "El modificador que se usarĆ” para agregar un elemento en Ć”rboles y listas a una selección mĆŗltiple con el mouse (por ejemplo en el explorador, los editores abiertos y la vista SCM). ' ctrlCmd ' se asigna a ' control ' en Windows y Linux y a ' Command ' en macOS. Los gestos de ratón \"abrir a lado\", si se admiten, se adaptarĆ”n de tal manera que no estĆ©n en conflicto con el modificador multiselección.", + "openMode.singleClick": "Abre elementos en solo clic de ratón.", + "openMode.doubleClick": "Abre elementos en doble clic del ratón. ", + "openModeModifier": "Controla cómo abrir elementos en Ć”rboles y listas con el ratón (si estĆ” soportado). Establecer en ' singleClick ' para abrir elementos con un solo clic del ratón y ' DoubleClick ' para abrir sólo a travĆ©s del doble clic del ratón. Para los elementos padres con hijos en los Ć”rboles, este ajuste controlarĆ” si un solo clic expande el padre o un doble clic. Tenga en cuenta que algunos Ć”rboles y listas pueden optar por ignorar esta configuración si no es aplicable" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/esn/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..6fd567afe4 --- /dev/null +++ b/i18n/esn/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "Contribuye a la localización del editor", + "vscode.extension.contributes.localizations.languageId": "Identificador del idioma en el que se traducen las cadenas de visualización.", + "vscode.extension.contributes.localizations.languageName": "Nombre del idioma en inglĆ©s.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nombre de la lengua en el idioma contribuido.", + "vscode.extension.contributes.localizations.translations": "Lista de asociados a la lengua de las traducciones.", + "vscode.extension.contributes.localizations.translations.id": "ID de VS Code o extensión a la que se ha contribuido esta traducción. ID de código vs es siempre ' vscode ' y de extensión debe ser en formato ' publisherID. extensionName '.", + "vscode.extension.contributes.localizations.translations.id.pattern": "ID debe ser ' vscode ' o en formato ' publisherId.extensionName ' para traducer VS Code o una extensión respectivamente.", + "vscode.extension.contributes.localizations.translations.path": "Una ruta de acceso relativa a un archivo que contiene traducciones para el idioma." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json index 4a3086c3db..57a1a55f5c 100644 --- a/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "La propiedad loop solo se admite en el buscador de coincidencias de la Ćŗltima lĆ­nea.", "ProblemPatternParser.problemPattern.missingRegExp": "Falta una expresión regular en el patrón de problema.", "ProblemPatternParser.problemPattern.missingProperty": "El patrón de problema no es vĆ”lido. Debe tener al menos un archivo, un mensaje y un grupo de coincidencias de ubicación o lĆ­nea.", diff --git a/i18n/esn/src/vs/platform/message/common/message.i18n.json b/i18n/esn/src/vs/platform/message/common/message.i18n.json index 9058cce900..6e2932af38 100644 --- a/i18n/esn/src/vs/platform/message/common/message.i18n.json +++ b/i18n/esn/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Cerrar", "later": "MĆ”s tarde", - "cancel": "Cancelar" + "cancel": "Cancelar", + "moreFile": "...1 archivo mĆ”s que no se muestra", + "moreFiles": "...{0} archivos mĆ”s que no se muestran" } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/request/node/request.i18n.json b/i18n/esn/src/vs/platform/request/node/request.i18n.json index 864126e0d1..fbbe6c8dd7 100644 --- a/i18n/esn/src/vs/platform/request/node/request.i18n.json +++ b/i18n/esn/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "El valor del proxy que se debe utilizar. Si no se establece, se tomarĆ” de las variables de entorno http_proxy y https_proxy", "strictSSL": "Indica si el certificado del servidor proxy debe comprobarse en la lista de entidades de certificación proporcionada.", diff --git a/i18n/esn/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/esn/src/vs/platform/telemetry/common/telemetryService.i18n.json index 496fdd7111..d49f38adf0 100644 --- a/i18n/esn/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/esn/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "TelemetrĆ­a", "telemetry.enableTelemetry": "Habilite los datos de uso y los errores para enviarlos a Microsoft." } \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/esn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index fb0c9175a4..84482509bd 100644 --- a/i18n/esn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "Contribuye a la extensión definida para los colores de los temas", "contributes.color.id": "El identificador de los colores de los temas", "contributes.color.id.format": "Los identificadores deben estar en la forma aa [.bb] *", diff --git a/i18n/esn/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/esn/src/vs/platform/theme/common/colorRegistry.i18n.json index 9f8669717f..2dcc09e6a5 100644 --- a/i18n/esn/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/esn/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "Colores usados en el Ć”rea de trabajo.", "foreground": "Color de primer plano general. Este color solo se usa si un componente no lo invalida.", "errorForeground": "Color de primer plano general para los mensajes de erroe. Este color solo se usa si un componente no lo invalida.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Color de fondo de validación de entrada para gravedad de error.", "inputValidationErrorBorder": "Color de borde de valdación de entrada para gravedad de error.", "dropdownBackground": "Fondo de lista desplegable.", + "dropdownListBackground": "Fondo de la lista desplegable.", "dropdownForeground": "Primer plano de lista desplegable.", "dropdownBorder": "Borde de lista desplegable.", "listFocusBackground": "Color de fondo de la lista o el Ć”rbol del elemento con el foco cuando la lista o el Ć”rbol estĆ”n activos. Una lista o un Ć”rbol tienen el foco del teclado cuando estĆ”n activos, cuando estĆ”n inactivos no.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "Color de borde de los widgets del editor. El color solo se usa si el widget elige tener un borde y no invalida el color.", "editorSelectionBackground": "Color de la selección del editor.", "editorSelectionForeground": "Color del texto seleccionado para alto contraste.", - "editorInactiveSelection": "Color de la selección en un editor inactivo.", - "editorSelectionHighlight": "Color de las regiones con el mismo contenido que la selección.", + "editorInactiveSelection": "Color de la selección en un editor inactivo. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "editorSelectionHighlight": "Color para regiones con el mismo contenido que la selección. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "editorSelectionHighlightBorder": "Color de borde de las regiones con el mismo contenido que la selección.", "editorFindMatch": "Color de la coincidencia de bĆŗsqueda actual.", - "findMatchHighlight": "Color de las demĆ”s coincidencias de bĆŗsqueda.", - "findRangeHighlight": "Color del intervalo que limita la bĆŗsqueda.", - "hoverHighlight": "Resaltado debajo de la palabra para la que se muestra un recuadro al mantener el puntero.", + "findMatchHighlight": "Color de las otras coincidencias de bĆŗsqueda. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "findRangeHighlight": "Colorea el rango limitando la bĆŗsqueda. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "editorFindMatchBorder": "Color de borde de la coincidencia de bĆŗsqueda actual.", + "findMatchHighlightBorder": "Color de borde de otra bĆŗsqueda que coincide.", + "findRangeHighlightBorder": "Color de borde del rango limitando a la bĆŗsqueda. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "hoverHighlight": "Resalte debajo de la palabra para la cual se muestra un Hover. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", "hoverBackground": "Color de fondo al mantener el puntero en el editor.", "hoverBorder": "Color del borde al mantener el puntero en el editor.", "activeLinkForeground": "Color de los vĆ­nculos activos.", - "diffEditorInserted": "Color de fondo para el texto insertado.", - "diffEditorRemoved": "Color de fondo para el texto quitado.", + "diffEditorInserted": "Color de fondo del texto que se insertó. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "diffEditorRemoved": "Color de fondo del texto que se eliminó. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", "diffEditorInsertedOutline": "Color de contorno para el texto insertado.", "diffEditorRemovedOutline": "Color de contorno para el texto quitado.", - "mergeCurrentHeaderBackground": "Fondo del encabezado actual en conflictos de combinación alineados.", - "mergeCurrentContentBackground": "Fondo del contenido actual en conflictos de combinación alineados.", - "mergeIncomingHeaderBackground": "Fondo del encabezado de entrada en conflictos de combinación alineados.", - "mergeIncomingContentBackground": "Fondo del contenido de entrada en conflcitos de combinación alineados.", - "mergeCommonHeaderBackground": "Fondo del encabezado de ancestros comunes en conflictos de combinación alineados.", - "mergeCommonContentBackground": "Fondo del contenido de ancestros comunes en conflictos de combinación alineados.", + "mergeCurrentHeaderBackground": "Fondo de encabezado actual en conflictos de fusión en lĆ­nea. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "mergeCurrentContentBackground": "Fondo de contenido actual en conflictos de fusión en lĆ­nea. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "mergeIncomingHeaderBackground": "Fondo de encabezado entrante en conflictos de fusión en lĆ­nea. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "mergeIncomingContentBackground": "Fondo de contenido entrante en conflictos de fusión en lĆ­nea. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "mergeCommonHeaderBackground": "Fondo de encabezado de ancestro comĆŗn en conflictos de fusión en lĆ­nea. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", + "mergeCommonContentBackground": "Fondo de contenido de ancester comĆŗn en conflictos de fusión en lĆ­nea. El color no debe ser opaco para no ocultar las decoraciones subyacentes.", "mergeBorder": "Color del borde en los encabezados y el divisor en conflictos de combinación alineados.", "overviewRulerCurrentContentForeground": "Primer plano de la regla de visión general actual para conflictos de combinación alineados.", "overviewRulerIncomingContentForeground": "Primer plano de regla de visión general de entrada para conflictos de combinación alineados.", diff --git a/i18n/esn/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/esn/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..0c5c1b6912 --- /dev/null +++ b/i18n/esn/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "Actualizar", + "updateChannel": "Configure si recibirĆ” actualizaciones automĆ”ticas de un canal de actualización. Es necesario reiniciar tras el cambio.", + "enableWindowsBackgroundUpdates": "Habilita las actualizaciones de fondo en Windows." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/esn/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..f37f214fa9 --- /dev/null +++ b/i18n/esn/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "Versión: {0}\nConfirmación: {1}\nFecha: {2}\nShell: {3}\nRepresentador: {4}\nNodo {5}\nArquitectura {6}", + "okButton": "Aceptar", + "copy": "&&Copiar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/esn/src/vs/platform/workspaces/common/workspaces.i18n.json index bdb0c0100d..9fd464a916 100644 --- a/i18n/esn/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/esn/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Espacio de trabajo de código", "untitledWorkspace": "Sin tĆ­tulo (Espacio de trabajo)", "workspaceNameVerbose": "{0} (espacio de trabajo)", diff --git a/i18n/esn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..243547014b --- /dev/null +++ b/i18n/esn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "las localizaciones deben ser una matriz", + "requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", + "optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"", + "vscode.extension.contributes.localizations": "Contribuye a la localización del editor", + "vscode.extension.contributes.localizations.languageId": "Identificador del idioma en el que se traducen las cadenas de visualización.", + "vscode.extension.contributes.localizations.languageName": "Nombre del idioma en el que se traducen las cadenas visualizadas.", + "vscode.extension.contributes.localizations.translations": "Una ruta relativa a la carpeta que contiene todos los archivos de traducción para el idioma." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 71dc1648d7..428f30f245 100644 --- a/i18n/esn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "views debe ser una mariz", "requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", "optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"", diff --git a/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index c8303dca7e..d7232a29aa 100644 --- a/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index 68632e8f81..9e07af94d1 100644 --- a/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "Cerrar", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (extensión)", + "defaultSource": "Extensión", + "manageExtension": "Administrar extensión", "cancel": "Cancelar", "ok": "Aceptar" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..b30c3bee20 --- /dev/null +++ b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "Ejecutando Guardar Participantes..." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..fee19de6b3 --- /dev/null +++ b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "Editor de vistas web" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..58c5b0afc0 --- /dev/null +++ b/i18n/esn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "La extensión ' {0} ' agregó 1 carpeta al espacio de trabajo ", + "folderStatusMessageAddMultipleFolders": "La extensión ' {0} ' agregó {1} carpetas al espacio de trabajo", + "folderStatusMessageRemoveSingleFolder": "Extensión ' {0} ' eliminó 1 carpeta del espacio de trabajo ", + "folderStatusMessageRemoveMultipleFolders": "La extensión ' {0} ' eliminó las carpetas {1} del espacio de trabajo ", + "folderStatusChangeFolder": "La extensión ' {0} ' cambió las carpetas del espacio de trabajo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 2f1c5569d7..ac25d47de2 100644 --- a/i18n/esn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "No se mostrarĆ”n {0} errores y advertencias adicionales." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostExplorerView.i18n.json index 7d55656152..d51deb858c 100644 --- a/i18n/esn/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 2f9d0b3805..259ac1fb5d 100644 --- a/i18n/esn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "La extensión `{1}` no se pudo activar. Motivo: dependencia `{0}` desconocida.", - "failedDep1": "La extensión `{1}` no se pudo activar. Motivo: La dependencia `{0}` no se pudo activar.", - "failedDep2": "La extensión `{0}` no se pudo activar. Motivo: mĆ”s de 10 niveles de dependencias (probablemente sea un bucle de dependencias).", - "activationError": "Error al activar la extensión `{0}`: {1}." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "No se pudo activar la extensión \"{1}\" debido a una dependencia desconocida: \"{0}\".", + "failedDep1": "No se pudo activar la extensión \"{1}\" porque no se pudo activar la dependencia \"{0}\".", + "failedDep2": "No se pudo activar la extensión \"{0}\" porque hay mĆ”s de 10 niveles de dependencias (lo mĆ”s probable es que sea un bucle de dependencia).", + "activationError": "No se pudo activar la extensión \"{0}\": {1}." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/esn/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index f749e9e6bd..9b3a8470de 100644 --- a/i18n/esn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostTreeView.i18n.json index 7d55656152..d51deb858c 100644 --- a/i18n/esn/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 1127a4ec4f..393191910e 100644 --- a/i18n/esn/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "No se ha registrado ninga vista del Ć”rbol con id '{0}'.", - "treeItem.notFound": "No se encontró ningĆŗn item del Ć”rbol con id '{0}'.", - "treeView.duplicateElement": "El elemento '{0}' ya estĆ” registrado" + "treeView.duplicateElement": "El elemento con id {0} estĆ” ya registrado" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/esn/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..7829d6dde3 --- /dev/null +++ b/i18n/esn/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "La extensión ' {0} ' no pudo actualizar las carpetas del Ć”rea de trabajo: {1}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/esn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index c8303dca7e..d7232a29aa 100644 --- a/i18n/esn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/esn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index 68632e8f81..0b7c3fac4c 100644 --- a/i18n/esn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/esn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/configureLocale.i18n.json index 949ae20646..bea2dfc26c 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/fileActions.i18n.json index f6c0c05c22..2dc07647c0 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 615dc66047..8f08b84ff8 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "Alternar visibilidad de la barra de actividades", "view": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..4ecbeb0094 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "Alternar diseƱo centrado", + "view": "Ver" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 7236d06067..160bbd494e 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "Alternar diseƱo vertical/horizontal del grupo de editores", "horizontalLayout": "DiseƱo horizontal del grupo de editores", "verticalLayout": "DiseƱo vertical del grupo de editores", diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 9caf1c7c01..d47de54462 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "Alternar la ubicación de la barra lateral", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "Alternar posición de la barra lateral", "view": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index f820149e2e..5eac91d089 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "Alternar visibilidad de la barra lateral", "view": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 1200327ecf..65f8a52c71 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "Alternar visibilidad de la barra de estado", "view": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index 77a690db83..9a0ebea588 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Alternar visibilidad de la pestaƱa", "view": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index 45a0c93a28..af4c8bb97b 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Alternar modo zen", "view": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 1e2b99a187..b548b8b187 100644 --- a/i18n/esn/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "Abrir archivo...", "openFolder": "Abrir carpeta...", "openFileFolder": "Abrir...", - "addFolderToWorkspace": "Agregar carpeta al Ć”rea de trabajo...", - "add": "&& Agregar", - "addFolderToWorkspaceTitle": "Agregar carpeta al Ć”rea de trabajo", "globalRemoveFolderFromWorkspace": "Quitar carpeta del Ɓrea de trabajo...", - "removeFolderFromWorkspace": "Quitar carpeta del Ć”rea de trabajo", - "openFolderSettings": "Abrir Configuración de carpeta", "saveWorkspaceAsAction": "Guardar Ć”rea de trabajo como...", "save": "&&Guardar", "saveWorkspace": "Guardar Ć”rea de trabajo", "openWorkspaceAction": "Abrir Ć”rea de trabajo...", "openWorkspaceConfigFile": "Abrir archivo de configuración del Ć”rea de trabajo", - "openFolderAsWorkspaceInNewWindow": "Abrir carpeta como Ɓrea de trabajo en una Nueva Ventana", - "workspaceFolderPickerPlaceholder": "Seleccionar la carpeta del Ć”rea de trabajo" + "openFolderAsWorkspaceInNewWindow": "Abrir carpeta como Ɓrea de trabajo en una Nueva Ventana" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/esn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..f8d56c4876 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Agregar carpeta al Ć”rea de trabajo...", + "add": "&&AƱadir", + "addFolderToWorkspaceTitle": "Agregar carpeta al Ć”rea de trabajo", + "workspaceFolderPickerPlaceholder": "Seleccionar la carpeta del Ć”rea de trabajo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 7b9e720af0..4556749a4d 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 66f040cada..c739d00e01 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "Ocultar barra de actividades", "globalActions": "Acciones globales" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/compositePart.i18n.json index 7687df8f48..5fda57cbbb 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} acciones", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index bbaa4095de..a6fd9c595e 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "Modificador de vista activa" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 23135259cd..45327ca5ae 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10k+", "badgeTitle": "{0} - {1} ", "additionalViews": "Vistas adicionales", diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index d02aa9f9d4..e8a56bdfcf 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "Visor binario" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index ae6d0079e4..22599ef1ef 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Editor de texto", "textDiffEditor": "Editor de diferencias de texto", "binaryDiffEditor": "Editor de diferencias binario", @@ -13,5 +15,18 @@ "groupThreePicker": "Mostrar editores del tercer grupo", "allEditorsPicker": "Mostrar todos los editores abiertos", "view": "Ver", - "file": "Archivo" + "file": "Archivo", + "close": "Cerrar", + "closeOthers": "Cerrar otros", + "closeRight": "Cerrar a la derecha", + "closeAllSaved": "Cerrar guardados", + "closeAll": "Cerrar todo", + "keepOpen": "Mantener abierto", + "toggleInlineView": "Cambiar vista en lĆ­nea", + "showOpenedEditors": "Mostrar editores abiertos", + "keepEditor": "Mantener editor", + "closeEditorsInGroup": "Cerrar todos los editores del grupo", + "closeSavedEditors": "Cerrar los editores guardados del grupo", + "closeOtherEditors": "Cerrar otros editores", + "closeRightEditors": "Cerrar los editores a la derecha" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index f88c82cd9d..b58870af01 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Dividir editor", "joinTwoGroups": "Combinar editores de dos grupos", "navigateEditorGroups": "Navegar entre los grupos de editores", @@ -17,18 +19,13 @@ "closeEditor": "Cerrar editor", "revertAndCloseActiveEditor": "Revertir y cerrar el editor", "closeEditorsToTheLeft": "Cerrar los editores a la izquierda", - "closeEditorsToTheRight": "Cerrar los editores a la derecha", "closeAllEditors": "Cerrar todos los editores", - "closeUnmodifiedEditors": "Cerrar los editores en el grupo sin modificar", "closeEditorsInOtherGroups": "Cerrar los editores de otros grupos", - "closeOtherEditorsInGroup": "Cerrar otros editores", - "closeEditorsInGroup": "Cerrar todos los editores del grupo", "moveActiveGroupLeft": "Mover el grupo de editores a la izquierda", "moveActiveGroupRight": "Mover el grupo de editores a la derecha", "minimizeOtherEditorGroups": "Minimizar otros grupos de editores", "evenEditorGroups": "Uniformar anchos del grupo de editores", "maximizeEditor": "Maximizar el grupo de editores y ocultar la barra lateral", - "keepEditor": "Mantener editor", "openNextEditor": "Abrir el editor siguiente", "openPreviousEditor": "Abrir el editor anterior", "nextEditorInGroup": "Abrir el siguiente editor del grupo", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "Mostrar editores del primer grupo", "showEditorsInSecondGroup": "Mostrar editores del segundo grupo", "showEditorsInThirdGroup": "Mostrar editores del tercer grupo", - "showEditorsInGroup": "Mostrar los editores del grupo", "showAllEditors": "Mostrar todos los editores", "openPreviousRecentlyUsedEditorInGroup": "Abrir el editor recientemente usado anterior en el grupo", "openNextRecentlyUsedEditorInGroup": "Abrir el siguiente editor recientemente usado en el grupo", @@ -54,5 +50,8 @@ "moveEditorLeft": "Mover el editor a la izquierda", "moveEditorRight": "Mover el editor a la derecha", "moveEditorToPreviousGroup": "Mover editor al grupo anterior", - "moveEditorToNextGroup": "Mover editor al grupo siguiente" + "moveEditorToNextGroup": "Mover editor al grupo siguiente", + "moveEditorToFirstGroup": "Mover el Editor al Primer Grupo", + "moveEditorToSecondGroup": "Mover el Editor al Segundo Grupo", + "moveEditorToThirdGroup": "Mover el Editor al Tercer Grupo" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index a44acd1dea..22eeaf5f20 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "Mover el editor activo por tabulaciones o grupos", "editorCommand.activeEditorMove.arg.name": "Argumento para mover el editor activo", - "editorCommand.activeEditorMove.arg.description": "Propiedades del argumento:\n * 'to': cadena de valor que proporciona dónde moverse.\n\t* 'by': cadena de valor que proporciona la unidad de medida para moverse. Por pestaƱa o por grupo.\n\t* 'value': valor numĆ©rico que proporciona cuantas posiciones o una posición absoluta para mover.", - "commandDeprecated": "El comando **{0}** se ha quitado. Puede usar en su lugar **{1}**", - "openKeybindings": "Configurar mĆ©todos abreviados de teclado" + "editorCommand.activeEditorMove.arg.description": "Propiedades del argumento:\n * 'to': cadena de valor que proporciona dónde moverse.\n\t* 'by': cadena de valor que proporciona la unidad de medida para moverse. Por pestaƱa o por grupo.\n\t* 'value': valor numĆ©rico que proporciona cuantas posiciones o una posición absoluta para mover." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index d7d9977c7f..13003e4f8b 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "Izquierda", "groupTwoVertical": "Centro", "groupThreeVertical": "Derecha", diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index 5758f54b76..bc9928cbc0 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selector del grupo de editores", "groupLabel": "Grupo: {0}", "noResultsFoundInGroup": "No se encontró un editor abierto coincidente en el grupo", diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index f7bccf7369..58606f94d4 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "LĆ­n. {0}, Col. {1} ({2} seleccionada)", "singleSelection": "LĆ­n. {0}, Col. {1}", "multiSelectionRange": "{0} selecciones ({1} caracteres seleccionados)", diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..ff59ea4cb6 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}Ā B", + "sizeKB": "{0}Ā KB", + "sizeMB": "{0}Ā MB", + "sizeGB": "{0}Ā GB", + "sizeTB": "{0}Ā TB", + "largeImageError": "El tamaƱo del archivo de la imagen es demasiado grande (> 1MB) para mostrarlo en el editor.", + "resourceOpenExternalButton": "ĀæAbrir la imagen mediante un programa externo?", + "nativeBinaryError": "El archivo no se mostrarĆ” en el editor porque es binario, muy grande o usa una codificación de texto no compatible.", + "zoom.action.fit.label": "Imagen completa", + "imgMeta": "{0} x {1} {2}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 03de8e7f90..f6db2305b9 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "Acciones de pestaƱa" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index d1ec23e2db..187ac1a62c 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "Editor de diferencias de texto", "readonlyEditorWithInputAriaLabel": "{0}. Editor de comparación de textos de solo lectura.", "readonlyEditorAriaLabel": "Editor de comparación de textos de solo lectura.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "Editor de comparación de archivos de texto.", "navigate.next.label": "Cambio siguiente", "navigate.prev.label": "Cambio anterior", - "inlineDiffLabel": "Cambiar a vista alineada", - "sideBySideDiffLabel": "Cambiar a vista en paralelo" + "toggleIgnoreTrimWhitespace.label": "Ignorar espacios en blanco al principio y final" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index eb58230b85..10887531b4 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, Grupo {1}." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 190a26253a..1e9c4a0c8d 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Editor de texto", "readonlyEditorWithInputAriaLabel": "{0}. Editor de texto de solo lectura.", "readonlyEditorAriaLabel": "Editor de texto de solo lectura.", diff --git a/i18n/esn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index 49c85dbc05..a3df8c0d9d 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Cerrar", - "closeOthers": "Cerrar otros", - "closeRight": "Cerrar a la derecha", - "closeAll": "Cerrar todo", - "closeAllUnmodified": "Cerrar los no modificados", - "keepOpen": "Mantener abierto", - "showOpenedEditors": "Mostrar editores abiertos", "araLabelEditorActions": "Acciones del editor" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..5e3bfa86db --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "Borrar notificación", + "clearNotifications": "Borrar todas las notificaciones", + "hideNotificationsCenter": "Ocultar notificaciones", + "expandNotification": "Expandir notificación", + "collapseNotification": "Contraer notificación", + "configureNotification": "Configurar la Notificación", + "copyNotification": "Copiar texto" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..d17faf7121 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Error: {0}", + "alertWarningMessage": "Advertencia: {0}", + "alertInfoMessage": "Información: {0}" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..93a44d6882 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Notificaciones", + "notificationsToolbar": "Acciones del centro de notificaciones", + "notificationsList": "Lista de notificaciones" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..1a18a66ef6 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Notificaciones", + "showNotifications": "Mostrar notificaciones", + "hideNotifications": "Ocultar notificaciones", + "clearAllNotifications": "Limpiar todas las notificaciones" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..5a62f5a5a3 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "Ocultar notificaciones", + "zeroNotifications": "No hay notificaciones", + "noNotifications": "No hay nuevas notificaciones", + "oneNotification": "1 notificación nueva", + "notifications": "{0} notificaciones nuevas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..e81ad87cd1 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "Notificación del sistema" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..f13a869164 --- /dev/null +++ b/i18n/esn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "Acciones de notificaciones", + "notificationSource": "Origen: {0}." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 08efb4d3ca..d227a9f275 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Cerrar panel", "togglePanel": "Alternar panel", "focusPanel": "Centrarse en el panel", diff --git a/i18n/esn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index f0105844b1..5bd1010a93 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index 5dc78dd1b4..eead577ad6 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (Presione \"Entrar\" para confirmar o \"Esc\" para cancelar)", "inputModeEntry": "Presione \"Entrar\" para confirmar su entrada o \"Esc\" para cancelar", "emptyPicks": "No hay entradas para seleccionar", diff --git a/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 7a95e7a0c6..9d1a7d4ee5 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 7a95e7a0c6..ddaaa2df93 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "Ir al archivo...", "quickNavigateNext": "Navegar a siguiente en Quick Open", "quickNavigatePrevious": "Navegar a anterior en Quick Open", diff --git a/i18n/esn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index 19146d91ee..82da390dcb 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "Ocultar barra lateral", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "Enfocar la barra lateral", "viewCategory": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index 4f9bdabe15..c6fe29455b 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "Administrar extensión" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 4527f2873c..da3fedebf0 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": " [No se admite]", + "userIsAdmin": "[Administrador]", + "userIsSudo": "[Superusuario]", "devExtensionWindowTitlePrefix": "[Host de desarrollo de la extensión]" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 62933f6b50..09995516ea 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} acciones" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/views/views.i18n.json index f2487840d9..5a0328f58d 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index f22e31a7e4..79a684bd46 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/esn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index e4776f8c60..e16ac7cfe0 100644 --- a/i18n/esn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "Ocultar en la barra lateral" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "Ocultar" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/quickopen.i18n.json b/i18n/esn/src/vs/workbench/browser/quickopen.i18n.json index 5951cd82b0..f1bd102961 100644 --- a/i18n/esn/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "No hay resultados coincidentes", "noResultsFound2": "No se encontraron resultados" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/browser/viewlet.i18n.json b/i18n/esn/src/vs/workbench/browser/viewlet.i18n.json index ff2c961617..7b3abe7062 100644 --- a/i18n/esn/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "Ocultar barra lateral", "collapse": "Contraer todo" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/common/theme.i18n.json b/i18n/esn/src/vs/workbench/common/theme.i18n.json index 323cb6d934..ce982c8eae 100644 --- a/i18n/esn/src/vs/workbench/common/theme.i18n.json +++ b/i18n/esn/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Color de fondo de la pestaƱa activa. Las pestaƱas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias pestaƱas en un grupo de editores. Puede haber varios grupos de editores.", "tabInactiveBackground": "Color de fondo de la pestaƱa inactiva. Las pestaƱas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias pestaƱas en un grupo de editores. Puede haber varios grupos de editores.", + "tabHoverBackground": "Color de fondo de la pestaƱa activa. Las pestaƱas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias pestaƱas en un grupo de editores. Puede haber varios grupos de editores. ", + "tabUnfocusedHoverBackground": "Color de fondo de tabulación en un grupo no enfocado cuando se pasa. Las fichas son los contenedores para los editores en el Ć”rea del editor. Se pueden abrir varias fichas en un grupo de editores. Puede haber varios grupos de editores.", "tabBorder": "Borde para separar las pestaƱas entre sĆ­. Las pestaƱas son contenedores de editores en el Ć”rea de editores. Se pueden abrir varias pestaƱas en un grupo de editores. Puede haber varios grupos de editores.", "tabActiveBorder": "Borde para resaltar las fichas activas. Las fichas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias fichas en un grupo de editores. Puede haber varios grupos de editores.", "tabActiveUnfocusedBorder": "Borde para resaltar las fichas activas en un grupo que no tiene el foco. Las fichas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias fichas en un grupo de editores. Puede haber varios grupos de editores. ", + "tabHoverBorder": "Borde para resaltar tabulaciones cuando se activan. Las fichas son los contenedores para los editores en el Ć”rea del editor. Se pueden abrir varias fichas en un grupo de editores. Puede haber varios grupos de editores. ", + "tabUnfocusedHoverBorder": "Borde para resaltar tabulaciones cuando se activan. Las fichas son los contenedores para los editores en el Ć”rea del editor. Se pueden abrir varias fichas en un grupo de editores. Puede haber varios grupos de editores. ", "tabActiveForeground": "Color de primer plano de la pestaƱa activa en un grupo activo. Las pestaƱas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias pestaƱas en un grupo de editores. Puede haber varios grupos de editores.", "tabInactiveForeground": "Color de primer plano de la pestaƱa inactiva en un grupo activo. Las pestaƱas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias pestaƱas en un grupo de editores. Puede haber varios grupos de editores.", "tabUnfocusedActiveForeground": "Color de primer plano de la ficha activa en un grupo que no tiene el foco. Las fichas son los contenedores de los editores en el Ć”rea de editores. Se pueden abrir varias fichas en un grupo de editores. Puede haber varios grupos de editores. ", @@ -16,7 +22,7 @@ "editorGroupBackground": "Color de fondo de un grupo de editores. Los grupos de editores son los contenedores de los editores. El color de fondo se ve cuando se mueven arrastrando los grupos de editores.", "tabsContainerBackground": "Color de fondo del encabezado del tĆ­tulo del grupo de editores cuando las fichas estĆ”n habilitadas. Los grupos de editores son contenedores de editores.", "tabsContainerBorder": "Color de borde del encabezado del tĆ­tulo del grupo de editores cuando las fichas estĆ”n habilitadas. Los grupos de editores son contenedores de editores.", - "editorGroupHeaderBackground": "Color de fondo del encabezado del tĆ­tulo del grupo de editores cuando las fichas estĆ”n deshabilitadas. Los grupos de editores son contenedores de editores.", + "editorGroupHeaderBackground": "Color de fondo del encabezado de tĆ­tulo del grupo editor cuando las tabulaciones estĆ”n deshabilitadas (' \"Workbench. Editor. showTabs \": false '). Los grupos editor son los contenedores de los editores.", "editorGroupBorder": "Color para separar varios grupos de editores entre sĆ­. Los grupos de editores son los contenedores de los editores.", "editorDragAndDropBackground": "Color de fondo cuando se arrastran los editores. El color deberĆ­a tener transparencia para que el contenido del editor pueda brillar a su travĆ©s.", "panelBackground": "Color de fondo del panel. Los paneles se muestran debajo del Ć”rea de editores y contienen vistas, como Salida y Terminal integrado.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "Color de borde de la barra de estado que separa la barra lateral y el editor cuando no hay ninguna carpeta abierta. La barra de estado se muestra en la parte inferior de la ventana.", "statusBarItemActiveBackground": "Color de fondo de un elemento de la barra de estado al hacer clic. La barra de estado se muestra en la parte inferior de la ventana.", "statusBarItemHoverBackground": "Color de fondo de un elemento de la barra de estado al mantener el puntero. La barra de estado se muestra en la parte inferior de la ventana.", - "statusBarProminentItemBackground": "Color de fondo de los elementos destacados en la barra de estado. Estos elementos sobresalen para indicar importancia. La barra de estado estĆ” ubicada en la parte inferior de la ventana.", - "statusBarProminentItemHoverBackground": "Color de fondo de los elementos destacados en la barra de estado cuando se mantiene el mouse sobre estos elementos. Estos elementos sobresalen para indicar importancia. La barra de estado estĆ” ubicada en la parte inferior de la ventana.", + "statusBarProminentItemBackground": "Barra de estado elementos prominentes color de fondo. Los artĆ­culos prominentes se destacan de otras entradas de la barra de estado para indicar importancia, Cambiar el modo de 'Toggle Tab Key Moves Focus' de la paleta de comandos para ver un ejemplo. La barra de estado se muestra en la parte inferior de la ventana.", + "statusBarProminentItemHoverBackground": "Barra de estado elementos prominentes color de fondo cuando se activa. Los artĆ­culos prominentes se destacan de otras entradas de la barra de estado para indicar importancia. Cambiar el modo de 'Toggle Tab Key Moves Focus' de la paleta de comandos para ver un ejemplo. La barra de estado se muestra en la parte inferior de la ventana.", "activityBarBackground": "Color de fondo de la barra de actividad, que se muestra en el lado izquierdo o derecho y que permite cambiar entre diferentes vistas de la barra lateral.", "activityBarForeground": "Color de fondo de la barra de actividad (por ejemplo utilizado por los iconos). La barra de actividad muestra en el lado izquierdo o derecho y permite cambiar entre diferentes vistas de la barra lateral.", "activityBarBorder": "Color de borde de la barra de actividad que separa la barra lateral. La barra de actividad se muestra en el extremo derecho o izquierdo y permite cambiar entre las vistas de la barra lateral.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "Fondo de la barra de tĆ­tulo cuando la ventana estĆ” activa. Tenga en cuenta que, actualmente, este color solo se admite en macOS.", "titleBarInactiveBackground": "Color de fondo de la barra de tĆ­tulo cuando la ventana estĆ” inactiva. Tenga en cuenta que, actualmente, este color solo se admite en macOS.", "titleBarBorder": "Color de borde de la barra de tĆ­tulo. Tenga en cuenta que, actualmente, este color se admite solo en macOS.", - "notificationsForeground": "Color de primer plano de las notificaciones. Estas se deslizan en la parte superior de la ventana. ", - "notificationsBackground": "Color de fondo de las notificaciones. Estas se deslizan en la parte superior de la ventana. ", - "notificationsButtonBackground": "Color de fondo del botón de notificaciones. Estas se deslizan en la parte superior de la ventana.", - "notificationsButtonHoverBackground": "Color de fondo del botón de notificaciones al desplazar el ratón sobre Ć©l. Estas se deslizan en la parte superior de la ventana.", - "notificationsButtonForeground": "Color de primer plano del botón de notificaciones. Estas se deslizan en la parte superior de la ventana.", - "notificationsInfoBackground": "Color de fondo de la información de notificaciones. Estas se deslizan en la parte superior de la ventana.", - "notificationsInfoForeground": "Color de primer plano de la información de notificaciones. Estas se deslizan en la parte superior de la ventana.", - "notificationsWarningBackground": "Color de fondo del aviso de notificaciones. Estas se deslizan en la parte superior de la ventana.", - "notificationsWarningForeground": "Color de primer plano del aviso de notificaciones. Estas se deslizan en la parte superior de la ventana.", - "notificationsErrorBackground": "Color de fondo del error de notificaciones. Estas se deslizan en la parte superior de la ventana.", - "notificationsErrorForeground": "Color de primer plano del error de notificaciones. Estas se deslizan en la parte superior de la ventana." + "notificationCenterBorder": "Color del borde del centro de notificaciones. Las notificaciones se deslizan desde la parte inferior derecha de la ventana.", + "notificationToastBorder": "Color del borde de las notificaciones del sistema. Las notificaciones se deslizan desde la parte inferior derecha de la ventana.", + "notificationsForeground": "Color de primer plano de las notificaciones. Las notificaciones se deslizan desde la parte inferior derecha de la ventana.", + "notificationsBackground": "Color de fondo de las notificaciones. Las notificaciones se deslizan desde la parte inferior derecha de la ventana.", + "notificationsLink": "Color de primer plano de los vĆ­nculos de las notificaciones. Las notificaciones se deslizan desde la parte inferior derecha de la ventana.", + "notificationCenterHeaderForeground": "Color de primer plano del encabezado del centro de notificaciones. Las notificaciones se deslizan desde la parte inferior derecha de la ventana.", + "notificationCenterHeaderBackground": "Color de fondo del encabezado del centro de notificaciones. Las notificaciones se deslizan desde la parte inferior derecha de la ventana.", + "notificationsBorder": "Color de borde que separa las notificaciones en el centro de notificaciones. Las notificaciones se deslizan desde la parte inferior derecha de la ventana." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/common/views.i18n.json b/i18n/esn/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..9347aad4f2 --- /dev/null +++ b/i18n/esn/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "La vista con id '{0}' ya se encuentra registrada en la ubicación '{1}' " +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json index 8143266372..bb5e10e05a 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Cerrar editor", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Cerrar ventana", "closeWorkspace": "Cerrar Ć”rea de trabajo", "noWorkspaceOpened": "No hay ninguna Ć”rea de trabajo abierta en esta instancia para cerrarla.", @@ -17,6 +18,7 @@ "zoomReset": "Restablecer zoom", "appPerf": "Rendimiento de inicio", "reloadWindow": "Recargar ventana", + "reloadWindowWithExntesionsDisabled": "Recargar la ventana con las extensiones deshabilitadas", "switchWindowPlaceHolder": "Seleccionar una ventana a la que cambiar", "current": "Ventana actual", "close": "Cerrar ventana", @@ -29,7 +31,6 @@ "remove": "Quitar de abiertos recientemente", "openRecent": "Abrir Reciente...", "quickOpenRecent": "Abrir Reciente Rapidamente...", - "closeMessages": "Cerrar mensajes de notificación", "reportIssueInEnglish": "Notificar problema", "reportPerformanceIssue": "Notificar problema de rendimiento", "keybindingsReference": "Referencia de mĆ©todos abreviados de teclado", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "Mover pestaƱa de ventana a una nueva ventana", "mergeAllWindowTabs": "Fusionar todas las ventanas", "toggleWindowTabsBar": "Alternar barra de pestaƱas de ventana", - "configureLocale": "Configurar idioma", - "displayLanguage": "Define el lenguaje para mostrar de VSCode.", - "doc": "Consulte {0} para obtener una lista de idiomas compatibles.", - "restart": "Al cambiar el valor se requiere reiniciar VSCode.", - "fail.createSettings": "No se puede crear '{0}' ({1}).", - "openLogsFolder": "Abrir carpeta de registros", - "showLogs": "Mostrar registros...", - "mainProcess": "Principal", - "sharedProcess": "Compartido", - "rendererProcess": "Renderizador", - "extensionHost": "Host de extensión", - "selectProcess": "Seleccionar proceso", - "setLogLevel": "Establecer nivel de registro", - "trace": "Seguimiento", - "debug": "Depurar", - "info": "Información", - "warn": "Advertencia", - "err": "Error", - "critical": "CrĆ­tico", - "off": "Apagado", - "selectLogLevel": "Seleccione el nivel de registro" + "about": "Acerca de {0}", + "inspect context keys": "Inspeccionar claves de contexto" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/configureLocale.i18n.json index 949ae20646..bea2dfc26c 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/crashReporter.i18n.json index fb3b052d7b..a73813685f 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/extensionHost.i18n.json index 6fbb60d36b..69aa9a9d0d 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/main.contribution.i18n.json index f2abdd8dea..7c6134ea8a 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "Ver", "help": "Ayuda", "file": "Archivo", - "developer": "Desarrollador", "workspaces": "Ɓreas de trabajo", + "developer": "Desarrollador", + "workbenchConfigurationTitle": "Ɓrea de trabajo", "showEditorTabs": "Controla si los editores abiertos se deben mostrar o no en pestaƱas.", "workbench.editor.labelFormat.default": "Mostrar el nombre del archivo. Cuando estĆ”n habilitadas las pestaƱas y dos archivos tienen el mismo nombre en un grupo se agregan las secciones de distinguinshing de ruta de cada archivo. Cuando se desactivan las pestaƱas, se muestra la ruta de acceso relativa a la carpeta de trabajo si el editor estĆ” activo.", "workbench.editor.labelFormat.short": "Mostrar el nombre del archivo seguido de su nombre de directorio.", @@ -20,23 +23,25 @@ "showIcons": "Controla si los editores abiertos deben mostrarse o no con un icono. Requiere que tambiĆ©n se habilite un tema de icono.", "enablePreview": "Controla si los editores abiertos se muestran en vista previa. Los editores en vista previa se reutilizan hasta que se guardan (por ejemplo, mediante doble clic o editĆ”ndolos) y se muestran en cursiva.", "enablePreviewFromQuickOpen": "Controla si los editores abiertos mediante Quick Open se muestran en modo de vista previa. Los editores en modo de vista previa se reutilizan hasta que se conservan (por ejemplo, mediante doble clic o editĆ”ndolos).", + "closeOnFileDelete": "Controla si los editores que muestran un archivo deben cerrarse automĆ”ticamente cuando otro proceso elimina el archivo o le cambia el nombre. Si se deshabilita esta opción y se da alguna de estas circunstancias, se mantiene el editor abierto con modificaciones. Tenga en cuenta que, cuando se eliminan archivos desde la aplicación, siempre se cierra el editor y que los archivos con modificaciones no se cierran nunca para preservar los datos.", "editorOpenPositioning": "Controla dónde se abren los editores. Seleccione 'izquierda' o 'derecha' para abrir los editores situados a la izquierda o la derecha del que estĆ” actualmente activo. Seleccione 'primero' o 'Ćŗltimo' para abrir los editores con independencia del que estĆ© actualmente activo. ", "revealIfOpen": "Controla si un editor se muestra en alguno de los grupos visibles cuando se abre. Si se deshabilita esta opción, un editor preferirĆ” abrirse en el grupo de editores activo en ese momento. Si se habilita, un editor ya abierto se mostrarĆ” en lugar de volver a abrirse en el grupo de editores activo. Tenga en cuenta que hay casos en los que esta opción se omite; por ejemplo, cuando se fuerza la apertura de un editor en un grupo especĆ­fico o junto al grupo activo actual.", + "swipeToNavigate": "Navegar entre achivos abiertos utlizando la pulsación de tres dedos para deslizar horizontalmante.", "commandHistory": "Controla el nĆŗmero de comandos utilizados recientemente que se mantendrĆ”n en el historial de la paleta de comandos. Establezca el valor a 0 para desactivar el historial de comandos.", "preserveInput": "Controla si la Ćŗltima entrada introducida en la paleta de comandos deberĆ­a ser restaurada cuando sea abierta la próxima vez.", "closeOnFocusLost": "Controla si Quick Open debe cerrarse automĆ”ticamente cuando pierde el foco.", "openDefaultSettings": "Controla si la configuración de apertura tambiĆ©n abre un editor que muestra todos los valores predeterminados.", "sideBarLocation": "Controla la ubicación de la barra lateral. Puede mostrarse a la izquierda o a la derecha del Ć”rea de trabajo.", + "panelDefaultLocation": "Controla la ubicación predeterminada del panel. Puede mostrarse en la parte inferior o a la derecha de la mesa de banco.", "statusBarVisibility": "Controla la visibilidad de la barra de estado en la parte inferior del Ć”rea de trabajo.", "activityBarVisibility": "Controla la visibilidad de la barra de actividades en el Ć”rea de trabajo.", - "closeOnFileDelete": "Controla si los editores que muestran un archivo deben cerrarse automĆ”ticamente cuando otro proceso elimina el archivo o le cambia el nombre. Si se deshabilita esta opción y se da alguna de estas circunstancias, se mantiene el editor abierto con modificaciones. Tenga en cuenta que, cuando se eliminan archivos desde la aplicación, siempre se cierra el editor y que los archivos con modificaciones no se cierran nunca para preservar los datos.", - "enableNaturalLanguageSettingsSearch": "Controla si habilita el modo de bĆŗsqueda de lenguaje natural para la configuración.", - "fontAliasing": "Controla el mĆ©todo de suavizado de fuentes en el Ć”rea de trabajo.\n- default: suavizado de fuentes en subpĆ­xeles. En la mayorĆ­a de las pantallas que no son Retina, esta opción muestra el texto mĆ”s nĆ­tido.\n- antialiased: suaviza las fuentes en pĆ­xeles, en lugar de subpĆ­xeles. Puede hacer que las fuentes se vean mĆ”s claras en general\n- none: deshabilita el suavizado de fuentes. El texto se muestra con bordes nĆ­tidos irregulares.", + "viewVisibility": "Controla la visibilidad de las acciones en el encabezado de la vista. Las acciones en el encabezado de la vista pueden ser siempre visibles, o solo cuando la vista es enfocada o apuntada.", + "fontAliasing": "Controla el mĆ©todo de suavizado de fuentes en la mesa de trabajo.\n-por defecto: subpĆ­xel suavizado de fuentes. En la mayorĆ­a las pantallas retina no darĆ” el texto mĆ”s agudo - alisado: suavizar la fuente a nivel del pĆ­xel, a diferencia de los subpĆ­xeles. Puede hacer que la fuente aparezca mĆ”s general - ninguno: desactiva el suavizado de fuentes. Texto se mostrarĆ” con dentados filos - auto: se aplica el 'default' o 'antialiasing' automĆ”ticamente en función de la DPI de la muestra.", "workbench.fontAliasing.default": "Suavizado de fuentes en subpĆ­xeles. En la mayorĆ­a de las pantallas que no son Retina, esta opción muestra el texto mĆ”s nĆ­tido.", "workbench.fontAliasing.antialiased": "Suaviza las fuentes en pĆ­xeles, en lugar de subpĆ­xeles. Puede hacer que las fuentes se vean mĆ”s claras en general.", "workbench.fontAliasing.none": "Deshabilita el suavizado de fuentes. El texto se muestra con bordes nĆ­tidos irregulares.", - "swipeToNavigate": "Navegar entre achivos abiertos utlizando la pulsación de tres dedos para deslizar horizontalmante.", - "workbenchConfigurationTitle": "Ɓrea de trabajo", + "workbench.fontAliasing.auto": "Aplica ' default ' o ' antialiased ' automĆ”ticamente basĆ”ndose en la DPI de las pantallas.", + "enableNaturalLanguageSettingsSearch": "Controla si habilita el modo de bĆŗsqueda de lenguaje natural para la configuración.", "windowConfigurationTitle": "Ventana", "window.openFilesInNewWindow.on": "Los archivos se abrirĆ”n en una nueva ventana", "window.openFilesInNewWindow.off": "Los archivos se abrirĆ”n en la ventana con la carpeta de archivos abierta o en la Ćŗltima ventana activa", @@ -71,9 +76,9 @@ "window.nativeTabs": "Habilita las fichas de ventana en macOS Sierra. Note que los cambios requieren que reinicie el equipo y las fichas nativas deshabilitan cualquier estilo personalizado que haya configurado.", "zenModeConfigurationTitle": "Modo zen", "zenMode.fullScreen": "Controla si activar el modo Zen pone tambiĆ©n el trabajo en modo de pantalla completa.", + "zenMode.centerLayout": "Controla si al encender el Modo Zen tambiĆ©n se centra el diseƱo.", "zenMode.hideTabs": "Controla si la activación del modo zen tambiĆ©n oculta las pestaƱas del Ć”rea de trabajo.", "zenMode.hideStatusBar": "Controla si la activación del modo zen oculta tambiĆ©n la barra de estado en la parte inferior del Ć”rea de trabajo.", "zenMode.hideActivityBar": "Controla si la activación del modo zen oculta tambiĆ©n la barra de estado en la parte izquierda del Ć”rea de trabajo.", - "zenMode.restore": "Controla si una ventana debe restaurarse a modo zen si se cerró en modo zen.", - "JsonSchema.locale": "Idioma de la interfaz de usuario que debe usarse." + "zenMode.restore": "Controla si una ventana debe restaurarse a modo zen si se cerró en modo zen." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/main.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/main.i18n.json index eda21e1a70..22698a5f84 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "No se pudo cargar un archivo necesario. O bien no estĆ” conectado a Internet o el servidor al que se habĆ­a conectado estĆ” sin conexión. Actualice el explorador y vuelva a intentarlo.", "loaderErrorNative": "No se pudo cargar un archivo requerido. Reinicie la aplicación para intentarlo de nuevo. Detalles: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/shell.i18n.json index 403b7012cb..17445e1cca 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/electron-browser/window.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/window.i18n.json index 5ceee829d2..7eb80338d7 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "Deshacer", "redo": "Rehacer", "cut": "Cortar", "copy": "Copiar", "paste": "Pegar", - "selectAll": "Seleccionar todo" + "selectAll": "Seleccionar todo", + "runningAsRoot": "No se recomienda ejecutar {0} como usuario root." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/esn/src/vs/workbench/electron-browser/workbench.i18n.json index 24a3d97463..2d8300c189 100644 --- a/i18n/esn/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/esn/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "Desarrollador", "file": "Archivo" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/esn/src/vs/workbench/node/extensionHostMain.i18n.json index aaf288558d..4006ee1c3a 100644 --- a/i18n/esn/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/esn/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "La ruta de acceso {0} no apunta a un ejecutor de pruebas de extensión." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/esn/src/vs/workbench/node/extensionPoints.i18n.json index 32947c0a2b..43be59b59c 100644 --- a/i18n/esn/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/esn/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index cc2cac701c..e0287c915c 100644 --- a/i18n/esn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "Instalar el comando '{0}' en PATH", "not available": "Este comando no estĆ” disponible", "successIn": "El comando shell '{0}' se instaló correctamente en PATH.", - "warnEscalation": "Ahora el código solicitarĆ” privilegios de administrador con \"osascript\" para instalar el comando shell.", "ok": "Aceptar", - "cantCreateBinFolder": "No se puede crear \"/usr/local/bin\".", "cancel2": "Cancelar", + "warnEscalation": "Ahora el código solicitarĆ” privilegios de administrador con \"osascript\" para instalar el comando shell.", + "cantCreateBinFolder": "No se puede crear \"/usr/local/bin\".", "aborted": "Anulado", "uninstall": "Desinstalar el comando '{0}' de PATH", "successFrom": "El comando shell '{0}' se desinstaló correctamente de PATH.", diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index 58480e0cd8..5e108f519d 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "Se cambiarĆ” ahora el valor de configuración \"editor.accessibilitySupport\" a \"activado\".", "openingDocs": "Se abrirĆ” ahora la pĆ”gina de documentación de accesibilidad de VS Code.", "introMsg": "Gracias por probar las opciones de accesibilidad de VS Code.", diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index 1a9d83970b..e1edc67ce0 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "Desarrollador: inspeccionar asignaciones de teclas " } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 3c11c7eb06..b5d076b96e 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index ebf04db12c..f4a97a56ad 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "Errores al analizar {0}: {1}", "schema.openBracket": "Secuencia de cadena o corchete de apertura.", "schema.closeBracket": "Secuencia de cadena o corchete de cierre.", diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 3c11c7eb06..0694243eb3 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "Desarrollador: Inspeccionar Ć”mbitos de TM", "inspectTMScopesWidget.loading": "Cargando..." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 72b8a580d2..170eb712ec 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "Ver: Alternar minimapa" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 6612e37336..b95da33fc7 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Alternar modificador multicursor" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index ae024682e3..aa7b55e54d 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "Ver: Alternar caracteres de control" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index b46420bf78..690473fab1 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "Ver: Alternar representación de espacio en blanco" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index ced1cd3814..7b7568c9d2 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "Ver: Alternar ajuste de lĆ­nea", "wordWrap.notInDiffEditor": "No se puede alternar ajuste de lĆ­nea en un editor de diferencias.", "unwrapMinified": "Deshabilitar ajuste para este archivo", diff --git a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 703ad7232c..2e4bff7738 100644 --- a/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "Aceptar", "wordWrapMigration.dontShowAgain": "No volver a mostrar", "wordWrapMigration.openSettings": "Abrir configuración", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 705cbc7f24..6c82e973ad 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "Interrumpir cuando la expresión se evalĆŗa como true. Presione \"ENTRAR\" para aceptar o \"Esc\" para cancelar.", "breakpointWidgetAriaLabel": "El programa solo se detendrĆ” aquĆ­ si esta condición es true. Presione ENTRAR para aceptar o Esc para cancelar.", "breakpointWidgetHitCountPlaceholder": "Interrumpir cuando se alcance el nĆŗmero de llamadas. Presione \"ENTRAR\" para aceptar o \"Esc\" para cancelar.", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..2e06121375 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "Editar punto de interrupción...", + "functionBreakpointsNotSupported": "Este tipo de depuración no admite puntos de interrupción en funciones", + "functionBreakpointPlaceholder": "Función donde interrumpir", + "functionBreakPointInputAriaLabel": "Escribir punto de interrupción de función", + "breakpointDisabledHover": "Punto de interrupción deshabilitado", + "breakpointUnverifieddHover": "Punto de interrupción no comprobado", + "functionBreakpointUnsupported": "Este tipo de depuración no admite puntos de interrupción en funciones", + "breakpointDirtydHover": "Punto de interrupción no comprobado. El archivo se ha modificado, reinicie la sesión de depuración.", + "conditionalBreakpointUnsupported": "Este tipo de depuración no es compatible con los puntos de interrupción condicionales.", + "hitBreakpointUnsupported": "Este tipo de depuración no admite el uso de puntos de interrupción condicionales" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index a4c0a9b282..5ef1ffe7fa 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "No hay configuraciones", "addConfigTo": "Agregar configuración ({0})...", "addConfiguration": "Agregar configuración..." diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index 1da81a4fd6..0cb89d8a6c 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "Abrir {0}", "launchJsonNeedsConfigurtion": "Configurar o reparar 'launch.json'", "noFolderDebugConfig": "Abra una carpeta para trabajar con la configuración avanzada de depuración.", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index 807b2b2952..11cdd9c25d 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "Color de fondo de la barra de herramientas de depuración" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "Color de fondo de la barra de herramientas de depuración", + "debugToolBarBorder": "Color de borde de la barra de herramientas de depuración " } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..c5d33ec874 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "Abra una carpeta para trabajar con la configuración avanzada de depuración.", + "columnBreakpoint": "Punto de interrupción de columna", + "debug": "Depurar", + "addColumnBreakpoint": "Agregar punto de interrupción de columna" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index a634174a90..370da72abf 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "No se puede resolver el recurso sin una sesión de depuración" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "No se puede resolver el recurso sin una sesión de depuración", + "canNotResolveSource": "No se puede resolver el recurso {0}, no hay respuesta de la extensión de depuración." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 13d5fe9a38..fd4a113b22 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "Depuración: Alternar punto de interrupción", - "columnBreakpointAction": "Depurar: punto de interrupción de columna", - "columnBreakpoint": "Agregar punto de interrupción de columna", "conditionalBreakpointEditorAction": "Depuración: agregar punto de interrupción condicional...", "runToCursor": "Ejecutar hasta el cursor", "debugEvaluate": "Depuración: Evaluar", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index f81d0aa83f..b03aa7cb4b 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "Punto de interrupción deshabilitado", "breakpointUnverifieddHover": "Punto de interrupción no comprobado", "breakpointDirtydHover": "Punto de interrupción no comprobado. El archivo se ha modificado, reinicie la sesión de depuración.", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index e9a982317e..0ac441d11b 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, depurar", "debugAriaLabel": "Escriba un nombre de una configuración de inicio para ejecutar.", "addConfigTo": "Agregar configuración ({0})...", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 04b7ea2540..3a0197dc73 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "Seleccionar e iniciar la configuración de depuración" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 2419cd6ec9..6dc7b4647b 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "Variables de EnfoqueĀ ", "debugFocusWatchView": "Reloj de enfoque", "debugFocusCallStackView": "Pila de EnfoqueĀ ", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index 6e18da91a7..fb77e72aa9 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "Color de borde del widget de excepciones.", "debugExceptionWidgetBackground": "Color de fondo del widget de excepciones.", "exceptionThrownWithId": "Se produjo una excepción: {0}", diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index 7b43ce773f..dff97713c9 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "Clic para seguir (Cmd + clic se abre en el lateral)", "fileLink": "Clic para seguir (Ctrl + clic se abre en el lateral)" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..fdeec3e2b4 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Color de fondo de la barra de estado cuando se estĆ” depurando un programa. La barra de estado se muestra en la parte inferior de la ventana", + "statusBarDebuggingForeground": "Color de primer plano de la barra de estado cuando se estĆ” depurando un programa. La barra de estado se muestra en la parte inferior de la ventana", + "statusBarDebuggingBorder": "Color de borde de la barra de estado que separa la barra lateral y el editor cuando se estĆ” depurando un programa. La barra de estado se muestra en la parte inferior de la ventana." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/common/debug.i18n.json index ba49f6334d..add88ac5e2 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "Controla el comportamiento de la consola de depuración interna." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/common/debugModel.i18n.json index e01a623f5d..1c8de767d6 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "no disponible", "startDebugFirst": "Inicie una sesión de depuración para evaluar" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 733c87f809..a083661356 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "Origen desconocido" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index dcc90fa2db..863fadab9a 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "Editar punto de interrupción...", "functionBreakpointsNotSupported": "Este tipo de depuración no admite puntos de interrupción en funciones", "functionBreakpointPlaceholder": "Función donde interrumpir", diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 980bb00142..1dd043fdd3 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "Sección de la pila de llamadas", "debugStopped": "En pausa en {0}", "callStackAriaLabel": "Pila de llamadas de la depuración", diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index f491c842a0..81e2bc5787 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "Mostrar depuración", "toggleDebugPanel": "Consola de depuración", "debug": "Depurar", @@ -24,6 +26,6 @@ "always": "Siempre mostrar debug en la barra de estado", "onFirstSessionStart": "Mostrar debug en la barra de estado solamente despuĆ©s del primero uso de debug", "showInStatusBar": "Controla cuando se debe mostrar la barra de estado de depuración", - "openDebug": "Controla si el viewlet de depuración deberĆ­a abrirse al inicio de la sesión de depuración.", + "openDebug": "Controla si debe abrirse la vista de depuración al iniciar una sesión de depuración.", "launch": "Configuración de lanzamiento para depuración global. Debe utilizarse como una alternativa a ā€œlaunch.jsonā€ en espacios de trabajo compartidos." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 516affc120..917d63e337 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "Abra una carpeta para trabajar con la configuración avanzada de depuración." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 28c7690312..855c925bd9 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "Aporta adaptadores de depuración.", "vscode.extension.contributes.debuggers.type": "Identificador Ćŗnico de este adaptador de depuración.", "vscode.extension.contributes.debuggers.label": "Nombre para mostrar del adaptador de depuración.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "Configuraciones de esquema JSON para validar \"launch.json\".", "vscode.extension.contributes.debuggers.windows": "Configuración especĆ­fica de Windows.", "vscode.extension.contributes.debuggers.windows.runtime": "Entorno de ejecución que se usa para Windows.", - "vscode.extension.contributes.debuggers.osx": "Configuración especĆ­fica de OS X.", - "vscode.extension.contributes.debuggers.osx.runtime": "Entorno de ejecución que se usa para OSX.", + "vscode.extension.contributes.debuggers.osx": "Configuración especĆ­fica de macOS", + "vscode.extension.contributes.debuggers.osx.runtime": "Entorno de ejecución utilizado para macOS.", "vscode.extension.contributes.debuggers.linux": "Configuración especĆ­fica de Linux.", "vscode.extension.contributes.debuggers.linux.runtime": "Entorno de ejecución que se usa para Linux.", "vscode.extension.contributes.breakpoints": "Aporta puntos de interrupción.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "Lista de configuraciones. Agregue configuraciones nuevas o edite las ya existentes con IntelliSense.", "app.launch.json.compounds": "Lista de elementos compuestos. Cada elemento compuesto hace referencia a varias configuraciones, que se iniciarĆ”n conjuntamente.", "app.launch.json.compound.name": "Nombre del elemento compuesto. Aparece en el menĆŗ desplegable de la configuración de inicio.", + "useUniqueNames": "Por favor utilice nombres de configuración exclusivos.", + "app.launch.json.compound.folder": "Nombre de la carpeta en la que se encuentra el compuesto.", "app.launch.json.compounds.configurations": "Nombres de las configuraciones que se iniciarĆ”n como parte de este elemento compuesto.", "debugNoType": "El valor \"type\" del adaptador de depuración no se puede omitir y debe ser de tipo \"string\".", "selectDebug": "Seleccionar entorno", - "DebugConfig.failed": "No se puede crear el archivo \"launch.json\" dentro de la carpeta \".vscode\" ({0})." + "DebugConfig.failed": "No se puede crear el archivo \"launch.json\" dentro de la carpeta \".vscode\" ({0}).", + "workspace": "espacio de trabajo", + "user settings": "configuración de usuario" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index 45059785ba..1db435ccde 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "Quitar puntos de interrupción", "removeBreakpointOnColumn": "Quitar punto de interrupción en la columna {0}", "removeLineBreakpoint": "Quitar punto de interrupción de lĆ­nea", diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index 9b28e6d340..e9867bfc83 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "Mantener puntero durante depuración" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index 4a2a19ab86..9dde2c4648 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "Solo se muestran valores primitivos para este objeto.", "debuggingPaused": "La depuración se ha pausado. Motivo: {0}, {1} {2}", "debuggingStarted": "La depuración se ha iniciado.", @@ -11,18 +13,22 @@ "breakpointAdded": "Punto de interrupción agregado, lĆ­nea {0}, archivo {1}", "breakpointRemoved": "Punto de interrupción quitado, lĆ­nea {0}, archivo {1}", "compoundMustHaveConfigurations": "El compuesto debe tener configurado el atributo \"configurations\" a fin de iniciar varias configuraciones.", + "noConfigurationNameInWorkspace": "No se pudo encontrar la configuración de inicio ' {0} ' en el espacio de trabajo.", + "multipleConfigurationNamesInWorkspace": "Hay varias configuraciones de inicio \"{0}\" en el Ć”rea de trabajo. Use el nombre de la carpeta para calificar la configuración.", + "noFolderWithName": "No se puede encontrar la carpeta con el nombre ' {0} ' para la configuración ' {1} ' en el compuesto ' {2} '.", "configMissing": "La configuración \"{0}\" falta en \"launch.json\".", "launchJsonDoesNotExist": "'launch.json' no existe.", - "debugRequestNotSupported": "El atributo '{0}' tiene un valor no admitido '{1}' en la configuración de depuración seleccionada.", + "debugRequestNotSupported": "El atributo \"{0}\" tiene un valor no admitido ({1}) en la configuración de depuración elegida.", "debugRequesMissing": "El atributo '{0}' estĆ” ausente en la configuración de depuración elegida. ", "debugTypeNotSupported": "El tipo de depuración '{0}' configurado no es compatible.", - "debugTypeMissing": "Falta la propiedad \"type\" en la configuración de inicio seleccionada. ", + "debugTypeMissing": "Falta la propiedad \"type\" en la configuración de inicio seleccionada.", "debugAnyway": "Depurar de todos modos", "preLaunchTaskErrors": "Errores de compilación durante la tarea preLaunchTask '{0}'.", "preLaunchTaskError": "Error de compilación durante la tarea preLaunchTask '{0}'.", "preLaunchTaskExitCode": "La tarea preLaunchTask '{0}' finalizó con el código de salida {1}.", + "showErrors": "Mostrar errores", "noFolderWorkspaceDebugError": "El archivo activo no se puede depurar. Compruebe que se ha guardado en el disco y que tiene una extensión de depuración instalada para ese tipo de archivo.", - "NewLaunchConfig": "Defina los valores del archivo de configuración de inicio para la aplicación. {0}", + "cancel": "Cancelar", "DebugTaskNotFound": "No se encontró el elemento preLaunchTask '{0}'.", "taskNotTracked": "No se puede realizar un seguimiento de la tarea preLaunchTask '{0}'." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index 8c2d0a5416..30b50487af 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index 7b12765e51..3b45e542e6 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index 8155a083b7..8e5798f002 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "Copiar valor", + "copyAsExpression": "Copiar como expresión", "copy": "Copiar", "copyAll": "Copiar todo", "copyStackTrace": "Copiar pila de llamadas" diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 169a91adc6..7485b61212 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "MĆ”s información", "unableToLaunchDebugAdapter": "No se puede iniciar el adaptador de depuración desde '{0}'.", "unableToLaunchDebugAdapterNoArgs": "No se puede iniciar el adaptador de depuración.", diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index da521a326c..0c8a8a9593 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "Panel de read–eval–print loop", "actions.repl.historyPrevious": "Historial anterior", "actions.repl.historyNext": "Historial siguiente", diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 94c3c4bbf3..62da2f4a9d 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "El estado del objeto se captura desde la primera evaluación", "replVariableAriaLabel": "La variable {0} tiene el valor {1}, read–eval–print loop, depuración", "replExpressionAriaLabel": "La expresión {0} tiene el valor {1}, read–eval–print loop, depuración", diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index ca947a2308..fdeec3e2b4 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Color de fondo de la barra de estado cuando se estĆ” depurando un programa. La barra de estado se muestra en la parte inferior de la ventana", "statusBarDebuggingForeground": "Color de primer plano de la barra de estado cuando se estĆ” depurando un programa. La barra de estado se muestra en la parte inferior de la ventana", "statusBarDebuggingBorder": "Color de borde de la barra de estado que separa la barra lateral y el editor cuando se estĆ” depurando un programa. La barra de estado se muestra en la parte inferior de la ventana." diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 0f8291c057..1b93473b4a 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "depurado", - "debug.terminal.not.available.error": "Terminal integrado no disponible" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "depurado" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index 9efd007c7a..27a2977481 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "Sección de variables", "variablesAriaTreeLabel": "Variables de depuración", "variableValueAriaLabel": "Escribir un nuevo valor de variable", diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 342df49060..ac0aeeb386 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "Sección de expresiones", "watchAriaTreeLabel": "Expresiones de inspección de la depuración", "watchExpressionPlaceholder": "Expresión para inspeccionar", diff --git a/i18n/esn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 2ad5121b38..9b41b80acf 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "El ejecutable del adaptador de depuración \"{0}\" no existe.", "debugAdapterCannotDetermineExecutable": "No se puede determinar el ejecutable para el adaptador de depuración \"{0}\".", "launch.config.comment1": "Utilizar IntelliSense para aprender acerca de los posibles atributos.", diff --git a/i18n/esn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index e4f7de7e16..e54d30ef14 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Mostrar los comandos de Emmet" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 80bd75c0a0..f710ad289b 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index a06b5c267d..c560a29b7d 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index 0cc657ddc1..2c521664ad 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 89f65c5221..790af34f87 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: Expandir abreviatura" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index ad86576118..29f8545763 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index d87b661b4e..94c34575c6 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index c0708b46d9..246916059f 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 13ab5650e8..a85c036f35 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index 376b817f89..56aa39d570 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 632ec2d332..2a7e6e6759 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index 7daa550395..ecbc7ac9a5 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 4c135de0f9..5fe525457a 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 7e29db1791..4dd4b7cabc 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index b09f7caa8b..bbe2e541d6 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 5b686426df..803bcc0493 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index fd22c3cec4..b1b489bacf 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index 80bd75c0a0..f710ad289b 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index 328583915c..86d67254dc 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index 0cc657ddc1..2c521664ad 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index 89f65c5221..0502720cc5 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index ad86576118..29f8545763 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index d87b661b4e..94c34575c6 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index c0708b46d9..246916059f 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index 13ab5650e8..a85c036f35 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index 376b817f89..56aa39d570 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index 632ec2d332..2a7e6e6759 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index 7daa550395..ecbc7ac9a5 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index 4c135de0f9..5fe525457a 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index 7e29db1791..4dd4b7cabc 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index b09f7caa8b..bbe2e541d6 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index 5b686426df..803bcc0493 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index 176ecb884a..be03c9179b 100644 --- a/i18n/esn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 1ba4ecd59b..69743cd363 100644 --- a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Terminal externo", "explorer.openInTerminalKind": "Personaliza el tipo de terminal para iniciar.", "terminal.external.windowsExec": "Personaliza quĆ© terminal debe ejecutarse en Windows.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "Abrir nuevo sĆ­mbolo del sistema", "globalConsoleActionMacLinux": "Abrir nuevo terminal", "scopedConsoleActionWin": "Abrir en sĆ­mbolo del sistema", - "scopedConsoleActionMacLinux": "Abrir en terminal", - "openFolderInIntegratedTerminal": "Abrir en terminal" + "scopedConsoleActionMacLinux": "Abrir en terminal" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 8641ca0336..2d9fa08537 100644 --- a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index dcf3b35584..801d67ff71 100644 --- a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "Consola de VS Code", "mac.terminal.script.failed": "No se pudo ejecutar el script '{0}'. Código de salida: {1}.", "mac.terminal.type.not.supported": "No se admite '{0}'", diff --git a/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 37239ff3cc..bcda9edf05 100644 --- a/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index a0ef846bf7..49fbc72d56 100644 --- a/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index 0de2a1a20f..54bb45ba3b 100644 --- a/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/esn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 92653a2451..3d64eadabb 100644 --- a/i18n/esn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 8f45f66794..a580e30f7e 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "Error", "Unknown Dependency": "Dependencia desconocida:" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 1a8dfad330..73a417906d 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "Nombre de la extensión", "extension id": "Identificador de la extensión", "preview": "Vista Previa", + "builtin": "Integrada", "publisher": "Nombre del editor", "install count": "NĆŗmero de instalaciones", "rating": "Clasificación", @@ -31,6 +34,10 @@ "view id": "Id.", "view name": "Nombre", "view location": "Donde", + "localizations": "Localizaciones ({0}) ", + "localizations language id": "ID. de idioma", + "localizations language name": "Nombre de idioma", + "localizations localized language name": "Nombre de idioma (localizado)", "colorThemes": "Temas de color ({0})", "iconThemes": "Temas del icono ({0})", "colors": "Colores ({0})", @@ -39,6 +46,8 @@ "defaultLight": "Claro por defecto", "defaultHC": "Contraste alto por defecto", "JSON Validation": "Validación JSON ({0})", + "fileMatch": "Coincidencia de archivo", + "schema": "Esquema", "commands": "Comandos ({0})", "command name": "Nombre", "keyboard shortcuts": "MĆ©todos abreviados de teclado", diff --git a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 21da8d1a0e..8953fecceb 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "Descargar manualmente", + "install vsix": "Una vez descargado el VSIX de \"{0}\", instĆ”lelo manualmente.", "installAction": "Instalar", "installing": "Instalando", + "failedToInstall": "No se pudo instalar \"{0}\".", "uninstallAction": "Desinstalación", "Uninstalling": "Desinstalando", "updateAction": "Actualizar", "updateTo": "Actualizar a {0}", + "failedToUpdate": "No se pudo actualizar \"{0}\".", "ManageExtensionAction.uninstallingTooltip": "Desinstalando", "enableForWorkspaceAction": "Habilitar (Ć”rea de trabajo)", "enableGloballyAction": "Habilitar", @@ -36,6 +42,7 @@ "showInstalledExtensions": "Mostrar extensiones instaladas", "showDisabledExtensions": "Mostrar extensiones deshabilitadas", "clearExtensionsInput": "Borrar entrada de extensiones", + "showBuiltInExtensions": "Mostrar extensiones incorporadas", "showOutdatedExtensions": "Mostrar extensiones obsoletas", "showPopularExtensions": "Mostrar extensiones conocidas", "showRecommendedExtensions": "Mostrar extensiones recomendadas", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "No se puede crear el archivo \"extensions.json\" dentro de la carpeta \".vscode\" ({0}).", "configureWorkspaceRecommendedExtensions": "Configurar extensiones recomendadas (Ć”rea de trabajo)", "configureWorkspaceFolderRecommendedExtensions": "Configurar extensiones recomendadas (Carpeta del Ć”rea de trabajo)", - "builtin": "Integrada", + "malicious tooltip": "Se informó de que esta extensión era problemĆ”tica.", + "malicious": "Malintencionado", "disableAll": "Deshabilitar todas las extensiones instaladas", "disableAllWorkspace": "Deshabilitar todas las extensiones instaladas para esta Ć”rea de trabajo", - "enableAll": "Habilitar todas las extensiones instaladas", - "enableAllWorkspace": "Habilitar todas las extensiones instaladas para esta Ć”rea de trabajo", + "enableAll": "Habilitar todas las extensiones", + "enableAllWorkspace": "Habilitar todas las extensiones para esta Ć”rea de trabajo", + "openExtensionsFolder": "Abrir carpeta de extensiones", + "installVSIX": "Instalar desde VSIX...", + "installFromVSIX": "Instalar desde VSIX", + "installButton": "&&Instalar", + "InstallVSIXAction.success": "La extensión se instaló correctamente. Reinicie para habilitarla.", + "InstallVSIXAction.reloadNow": "Recargar ahora", + "reinstall": "Reinstalar extensión...", + "selectExtension": "Seleccione una extensión para reinstalarla", + "ReinstallAction.success": "La extensión se reinstaló correctamente.", + "ReinstallAction.reloadNow": "Recargar ahora", "extensionButtonProminentBackground": "Color de fondo del botón para la extensión de acciones que se destacan (por ejemplo, el botón de instalación).", "extensionButtonProminentForeground": "Color de primer plano del botón para la extensión de acciones que se destacan (por ejemplo, botón de instalación).", "extensionButtonProminentHoverBackground": "Color de fondo del botón al mantener el mouse para la extensión de acciones que se destacan (por ejemplo, el botón de instalación)." diff --git a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index eb6f8e39a7..25c20555d1 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 11e9f1883d..7aa1b48f6f 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "Presione ENTRAR para administrar sus extensiones.", "notfound": "No se encontró '{0}' en Marketplace. ", "install": "Presione Intro para instalar '{0}' desde el Marketplace. ", diff --git a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index 4d8d31b0d5..6a588cb96e 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "Calificado por {0} usuarios", "ratedBySingleUser": "Calificado por 1 usuario" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index fdd4119372..65e02fc557 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "Extensiones", "app.extensions.json.recommendations": "Lista de recomendaciones de extensiones. El identificador de una extensión es siempre '${publisher}.${name}'. Por ejemplo: 'vscode.csharp'.", "app.extension.identifier.errorMessage": "Se esperaba el formato '${publisher}.${name}'. Ejemplo: 'vscode.csharp'." diff --git a/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index eb4330e8bd..cdc6306417 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "Extensión: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index b1592505d8..156bd3168f 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "Generar perfil de extensiones", + "restart2": "Para generar el perfil de las extensiones, es necesario reiniciar el sistema. ĀæDesea reiniciar \"{0}\" ahora?", + "restart3": "Reiniciar", + "cancel": "Cancelar", "selectAndStartDebug": "Haga clic aquĆ­ para detener la generación de perfiles." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index 3335907cc3..deda07fd39 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "No volver a mostrar", + "searchMarketplace": "Buscar en Marketplace ", + "showLanguagePackExtensions": "Marketplace tiene extensiones que pueden facilitar la adaptación de VS Code a la configuración regional \"{0}\"", + "dynamicWorkspaceRecommendation": "Esta extensión podrĆ­a interesarle porque muchos otros usuarios del repositorio {0} la utilizan.", + "exeBasedRecommendation": "Se recomienda esta extensión porque tiene instalado {0} . ", "fileBasedRecommendation": "Esta extensión se recomienda basado en los archivos que abrió recientemente.", "workspaceRecommendation": "Esta extensión es recomendada por los usuarios del espacio de trabajo actual.", - "exeBasedRecommendation": "Se recomienda esta extensión porque tiene instalado {0} . ", "reallyRecommended2": "La extension recomendada para este tipo de archivo es {0}", "reallyRecommendedExtensionPack": "Para este tipo de fichero, se recomienda el paquete de extensión '{0}'.", "showRecommendations": "Mostrar recomendaciones", "install": "Instalar", - "neverShowAgain": "No volver a mostrar", - "close": "Cerrar", + "showLanguageExtensions": "El Marketplace tiene extensiones que pueden ayudar con '. {0} ' archivos ", "workspaceRecommended": "Esta Ć”rea de trabajo tiene recomendaciones de extensión.", "installAll": "Instalar todo", "ignoreExtensionRecommendations": "ĀæDesea ignorar todas las recomendaciones de la extensión?", "ignoreAll": "SĆ­, despreciar todas.", - "no": "No", - "cancel": "Cancelar" + "no": "No" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 5e401d2ea7..37477f9ee2 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "Administrar extensiones", "galleryExtensionsCommands": "Instalar extensiones de la galerĆ­a", "extension": "Extensión", @@ -13,5 +15,6 @@ "developer": "Desarrollador", "extensionsConfigurationTitle": "Extensiones", "extensionsAutoUpdate": "Actualizar extensiones automĆ”ticamente", - "extensionsIgnoreRecommendations": "Si se pone en true, las notificaciones para las recomendaciones de la extensión dejarĆ”n de aparecer." + "extensionsIgnoreRecommendations": "Si se pone en true, las notificaciones para las recomendaciones de la extensión dejarĆ”n de aparecer.", + "extensionsShowRecommendationsOnlyOnDemand": "Si se activa esta opcíón, las recomendaciones no se obtendrĆ”n ni se mostrarĆ”n a menos que el usuario lo solicite especĆ­ficamente." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index 36cf35cad1..03a56e6c29 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "Abrir carpeta de extensiones", "installVSIX": "Instalar desde VSIX...", "installFromVSIX": "Instalar de VSIX", diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 6151f36cc6..3fd33c781f 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "ĀæQuiere deshabilitar otras asignaciones de teclas ({0}) para evitar conflictos entre enlaces de teclado?", "yes": "SĆ­", "no": "No", "betterMergeDisabled": "La extensión Mejor combinación estĆ” ahora integrada, la extensión instalada se deshabilitó y no se puede desinstalar.", - "uninstall": "Desinstalación", - "later": "MĆ”s tarde" + "uninstall": "Desinstalación" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index cac04389f2..1c61c66d6f 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Marketplace", "installedExtensions": "Instalado", "searchInstalledExtensions": "Instalado", "recommendedExtensions": "Recomendado", "otherRecommendedExtensions": "Otras recomendaciones", "workspaceRecommendedExtensions": "Recomendaciones de espacio de trabajo", + "builtInExtensions": "Integrado", "searchExtensions": "Buscar extensiones en Marketplace", "sort by installs": "Criterio de ordenación: NĆŗmero de instalaciones", "sort by rating": "Criterio de ordenación: Clasificación", "sort by name": "Ordenar por: Nombre", "suggestProxyError": "Marketplace devolvió 'ECONNREFUSED'. Compruebe la configuración de 'http.proxy'.", "extensions": "Extensiones", - "outdatedExtensions": "{0} extensiones obsoletas" + "outdatedExtensions": "{0} extensiones obsoletas", + "malicious warning": "Hemos desinstalado ' {0} ' porque se informó que era problemĆ”tico.", + "reloadNow": "Recargar ahora" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index 8ac45ecccd..380a3de8b3 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Extensiones", "no extensions found": "No se encontraron extensiones.", "suggestProxyError": "Marketplace devolvió 'ECONNREFUSED'. Compruebe la configuración de 'http.proxy'." diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 2b42d7a0c5..c256f7912a 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index 41e790c643..f2bbc0811e 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "Activado al inicio", "workspaceContainsGlobActivation": "Activado porque un archivo que coincide con {0} existe en su Ć”rea de trabajo", "workspaceContainsFileActivation": "Activado porque el archivo {0} existe en su Ć”rea de trabajo", diff --git a/i18n/esn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/esn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 9500b95413..7a3e6b51e5 100644 --- a/i18n/esn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "Instalando la extensión desde VSIX...", + "malicious": "Se reporta que esta extensión es problemĆ”tica.", + "installingMarketPlaceExtension": "Instalando Extension desde Marketplace...", + "uninstallingExtension": "Desinstalando la extensión....", "enableDependeciesConfirmation": "Si habilita \"{0}\", tambiĆ©n se habilitarĆ”n sus dependencias. ĀæDesea continuar?", "enable": "SĆ­", "doNotEnable": "No", diff --git a/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..11ccf7b0d0 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Ɓrea de trabajo", + "feedbackVisibility": "Controla la visibilidad de los comentarios de Twitter (smiley) en la barra de estado en la parte inferior del Ć”rea de trabajo." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index ba7d50bce2..b3c746a799 100644 --- a/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Enviar tweet con comentarios", "label.sendASmile": "EnvĆ­anos un tweet con tus comentarios.", "patchedVersion1": "La instalación estĆ” daƱada.", @@ -16,6 +18,7 @@ "request a missing feature": "Solicitar una caracterĆ­stica que falta", "tell us why?": "IndĆ­canos por quĆ©", "commentsHeader": "Comentarios", + "showFeedback": "Mostrar comentarios de emoticono en la barra de estado", "tweet": "Tweet", "character left": "carĆ”cter restante", "characters left": "caracteres restantes", diff --git a/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..0dfc1d5d8c --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "Ocultar" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index c163bfbc9c..08200356a2 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "Visor de archivos binarios" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index fda1823f04..d571384a50 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "Editor de archivos de texto", "createFile": "Crear archivo", "fileEditorWithInputAriaLabel": "{0}. Editor de archivos de texto.", diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 79a138bf53..a1e4fab11c 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 5b4f1d9a86..97bb8c64dd 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json index 6ceeb1cae4..5ecf62c09a 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index f417c4b11a..24963d80be 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 6b7926d2bf..6f7a871a9b 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 186f5cdaa4..009b08f539 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index bed30ddc02..e95528a91d 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index e05ecb0ff0..395532ec4d 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 3c7ee5abd0..070f05d065 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index f1bacff5d9..c00c6f3d8f 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 30c064adf3..d8961de1e5 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index f43443fbdd..c2b9f95353 100644 --- a/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index 11009de442..11762a818d 100644 --- a/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 archivo no guardado", "dirtyFiles": "{0} archivos no guardados" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 79a138bf53..9088e2089e 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "Carpetas" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 5b4f1d9a86..f92e33090b 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "Archivo", "revealInSideBar": "Mostrar en barra lateral", "acceptLocalChanges": "Usar los cambios y sobrescribir el contenido del disco", - "revertLocalChanges": "Descartar los cambios y volver al contenido del disco" + "revertLocalChanges": "Descartar los cambios y volver al contenido del disco", + "copyPathOfActive": "Copiar ruta del archivo activo", + "saveAllInGroup": "Guardar todo en el grupo", + "saveFiles": "Guardar todos los archivos", + "revert": "Revertir archivo", + "compareActiveWithSaved": "Comparar el archivo activo con el guardado", + "closeEditor": "Cerrar editor", + "view": "Ver", + "openToSide": "Abrir en el lateral", + "revealInWindows": "Mostrar en el Explorador", + "revealInMac": "Mostrar en Finder", + "openContainer": "Abrir carpeta contenedora", + "copyPath": "Copiar ruta de acceso", + "saveAll": "Guardar todos", + "compareWithSaved": "Comparar con el guardado", + "compareWithSelected": "Comparar con seleccionados", + "compareSource": "Seleccionar para comparar", + "compareSelected": "Comparar seleccionados", + "close": "Cerrar", + "closeOthers": "Cerrar otros", + "closeSaved": "Cerrar guardados", + "closeAll": "Cerrar todo", + "deleteFile": "Eliminar permanentemente" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 849c94fa0c..02105cb098 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "Reintentar", - "rename": "Cambiar nombre", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Nuevo archivo", "newFolder": "Nueva carpeta", - "openFolderFirst": "Abra primero una carpeta para crear archivos o carpetas en ella.", + "rename": "Cambiar nombre", + "delete": "Eliminar", + "copyFile": "Copiar", + "pasteFile": "Pegar", + "retry": "Reintentar", "newUntitledFile": "Nuevo archivo sin tĆ­tulo", "createNewFile": "Nuevo archivo", "createNewFolder": "Nueva carpeta", "deleteButtonLabelRecycleBin": "&&Mover a la papelera de reciclaje", "deleteButtonLabelTrash": "&&Mover a la papelera", "deleteButtonLabel": "&&Eliminar", + "dirtyMessageFilesDelete": "Va a eliminar un archivo con cambios sin guardar. ĀæDesea continuar?", "dirtyMessageFolderOneDelete": "Va a eliminar una carpeta con cambios sin guardar en 1 archivo. ĀæDesea continuar?", "dirtyMessageFolderDelete": "Va a eliminar una carpeta con cambios sin guardar en {0} archivos. ĀæDesea continuar?", "dirtyMessageFileDelete": "Va a eliminar un archivo con cambios sin guardar. ĀæDesea continuar?", "dirtyWarning": "Los cambios se perderĆ”n si no se guardan.", + "confirmMoveTrashMessageMultiple": "ĀæEstĆ” seguro de que desea eliminar los siguientes archivos {0}?", "confirmMoveTrashMessageFolder": "ĀæEstĆ” seguro de que desea eliminar '{0}' y su contenido?", "confirmMoveTrashMessageFile": "ĀæEstĆ” seguro de que desea eliminar '{0}'?", "undoBin": "Puede restaurar desde la papelera de reciclaje.", "undoTrash": "Puede restaurar desde la papelera.", "doNotAskAgain": "No volver a preguntarme", + "confirmDeleteMessageMultiple": "ĀæEstĆ” seguro de que desea eliminar de forma permanente los siguientes archivos {0}?", "confirmDeleteMessageFolder": "ĀæEstĆ” seguro de que desea eliminar '{0}' y su contenido de forma permanente?", "confirmDeleteMessageFile": "ĀæEstĆ” seguro de que desea eliminar '{0}' de forma permanente?", "irreversible": "Esta acción es irreversible.", + "cancel": "Cancelar", "permDelete": "Eliminar permanentemente", - "delete": "Eliminar", "importFiles": "Importar archivos", "confirmOverwrite": "Ya existe un archivo o carpeta con el mismo nombre en la carpeta de destino. ĀæQuiere reemplazarlo?", "replaceButtonLabel": "&&Reemplazar", - "copyFile": "Copiar", - "pasteFile": "Pegar", + "fileIsAncestor": "El archivo que se va a pegar es un antecesor de la carpeta de destino", + "fileDeleted": "El archivo que se iba a pegar se ha eliminado o movido mientras tanto", "duplicateFile": "Duplicado", - "openToSide": "Abrir en el lateral", - "compareSource": "Seleccionar para comparar", "globalCompareFile": "Comparar archivo activo con...", "openFileToCompare": "Abrir un archivo antes para compararlo con otro archivo.", - "compareWith": "Comparar \"{0}\" con \"{1}\"", - "compareFiles": "Comparar archivos", "refresh": "Actualizar", - "save": "Guardar", - "saveAs": "Guardar como...", - "saveAll": "Guardar todos", "saveAllInGroup": "Guardar todo en el grupo", - "saveFiles": "Guardar todos los archivos", - "revert": "Revertir archivo", "focusOpenEditors": "Foco sobre la vista de editores abiertos", "focusFilesExplorer": "Enfocar Explorador de archivos", "showInExplorer": "Mostrar el archivo activo en la barra lateral", @@ -56,20 +54,11 @@ "refreshExplorer": "Actualizar Explorador", "openFileInNewWindow": "Abrir archivo activo en nueva ventana", "openFileToShowInNewWindow": "Abrir un archivo antes para abrirlo en una nueva ventana", - "revealInWindows": "Mostrar en el Explorador", - "revealInMac": "Mostrar en Finder", - "openContainer": "Abrir carpeta contenedora", - "revealActiveFileInWindows": "Mostrar archivo activo en el Explorador de Windows", - "revealActiveFileInMac": "Mostrar archivo activo en Finder", - "openActiveFileContainer": "Abrir carpeta contenedora del archivo activo", "copyPath": "Copiar ruta de acceso", - "copyPathOfActive": "Copiar ruta del archivo activo", "emptyFileNameError": "Debe especificarse un nombre de archivo o carpeta.", "fileNameExistsError": "Ya existe el archivo o carpeta **{0}** en esta ubicación. Elija un nombre diferente.", "invalidFileNameError": "El nombre **{0}** no es vĆ”lido para el archivo o la carpeta. Elija un nombre diferente.", "filePathTooLongError": "El nombre **{0}** da como resultado una ruta de acceso demasiado larga. Elija un nombre mĆ”s corto.", - "compareWithSaved": "Comparar el archivo activo con el guardado", - "modifiedLabel": "{0} (en el disco) ↔ {1}", "compareWithClipboard": "Comparar archivo activo con portapapeles", "clipboardComparisonLabel": "Clipboard ↔ {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index f417c4b11a..9f8fb02238 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "Abrir un archivo antes para copiar su ruta de acceso", - "openFileToReveal": "Abrir un archivo antes para mostrarlo" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "Mostrar en el Explorador", + "revealInMac": "Mostrar en Finder", + "openContainer": "Abrir carpeta contenedora", + "saveAs": "Guardar como...", + "save": "Guardar", + "saveAll": "Guardar todos", + "removeFolderFromWorkspace": "Quitar carpeta del Ć”rea de trabajo", + "genericRevertError": "No se pudo revertir ' {0} ': {1}", + "modifiedLabel": "{0} (en el disco) ↔ {1}", + "openFileToReveal": "Abrir un archivo antes para mostrarlo", + "openFileToCopy": "Abrir un archivo antes para copiar su ruta de acceso" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 6b7926d2bf..bb13d7ef4c 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "Mostrar explorador", "explore": "Explorador", "view": "Ver", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "Editor", "formatOnSave": "Formatea un archivo al guardarlo. Debe haber un formateador disponible, el archivo no debe guardarse automĆ”ticamente y el editor no debe estar cerrĆ”ndose.", "explorerConfigurationTitle": "Explorador de archivos", - "openEditorsVisible": "NĆŗmero de editores mostrados en el panel Editores abiertos. Establezca este valor en 0 para ocultar el panel.", - "dynamicHeight": "Controla si la altura de la sección de editores abiertos deberĆ­a adaptarse o no de forma dinĆ”mica al nĆŗmero de elementos.", + "openEditorsVisible": "NĆŗmero de editores mostrados en el panel de editores abiertos.", "autoReveal": "Controla si el explorador debe mostrar y seleccionar automĆ”ticamente los archivos al abrirlos.", "enableDragAndDrop": "Controla si el explorador debe permitir mover archivos y carpetas mediante la función arrastrar y colocar.", "confirmDragAndDrop": "Controla si el explorador debe pedir la confirmación al reubicar archivos o carpetas a travĆ©s de arrastrar y soltar.", diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 186f5cdaa4..775b0e1244 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "Use las acciones de la barra de herramientas del editor situada a la derecha para **deshacer** los cambios o **sobrescribir** el contenido del disco con sus cambios", - "discard": "Descartar", - "overwrite": "Sobrescribir", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "Use las acciones de la barra de herramientas del editor para deshacer los cambios o sobrescribir el contenido del disco con los cambios.", + "staleSaveError": "No se pudo guardar \"{0}\". El contenido del disco es mĆ”s reciente. Compare su versión con la del disco.", "retry": "Reintentar", - "readonlySaveError": "No se pudo guardar '{0}': El archivo estĆ” protegido contra escritura. Seleccione \"Sobrescribir\" para quitar la protección.", + "discard": "Descartar", + "readonlySaveErrorAdmin": "No se pudo guardar '{0}': El archivo estĆ” protegido contra escritura. Seleccione 'Sobrescribir como Admin' para volverlo a intentar como administrador.", + "readonlySaveError": "No se pudo guardar '{0}': El archivo estĆ” protegido contra escritura. Seleccione 'Sobrescribir' para intentar quitar la protección.", + "permissionDeniedSaveError": "No se pudo guardar '{0}': Permisos insuficientes. Seleccione 'Reintentar como Admin' para volverlo a intentar como administrador.", "genericSaveError": "No se pudo guardar '{0}': {1}", - "staleSaveError": "No se pudo guardar '{0}': El contenido del disco es mĆ”s reciente. Haga clic en **Comparar** para comparar su versión con la que hay en el disco.", + "learnMore": "MĆ”s información", + "dontShowAgain": "No volver a mostrar", "compareChanges": "Comparar", - "saveConflictDiffLabel": "0} (on disk) ↔ {1} (in {2}) - Resolver conflicto guardado" + "saveConflictDiffLabel": "0} (on disk) ↔ {1} (in {2}) - Resolver conflicto guardado", + "overwriteElevated": "Sobrescribir como Admin...", + "saveElevated": "Reintentar como Admin...", + "overwrite": "Sobrescribir" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index bed30ddc02..391c539df9 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "No hay ninguna carpeta abierta", "explorerSection": "Sección del Explorador de archivos", "noWorkspaceHelp": "TodavĆ­a no ha agregado una carpeta al espacio de trabajo.", diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index e05ecb0ff0..52cfd76113 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Explorador", - "canNotResolve": "No se puede resolver la carpeta de trabajo" + "canNotResolve": "No se puede resolver la carpeta de trabajo", + "symbolicLlink": "VĆ­nculo simbólico" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 3c7ee5abd0..6cd5fa2539 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "Sección del Explorador de archivos", "treeAriaLabel": "Explorador de archivos" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index 695039c391..8c3bb97439 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "Escriba el nombre de archivo. Presione ENTRAR para confirmar o Esc para cancelar", + "constructedPath": "Crear {0} en **{1}**", "filesExplorerViewerAriaLabel": "{0}, Explorador de archivos", "dropFolders": "ĀæQuiere agregar las carpetas al Ć”rea de trabajo?", "dropFolder": "ĀæQuiere agregar la carpeta al Ć”rea de trabajo?", "addFolders": "&&Agregar carpetas", "addFolder": "&&Agregar carpeta", + "confirmMultiMove": "ĀæEstĆ” seguro de que desea mover los siguientes archivos {0}?", "confirmMove": "ĀæEstĆ” seguro de que desea mover '{0}'?", "doNotAskAgain": "No volver a preguntarme", "moveButtonLabel": "&&Mover", diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index b4bad36109..5093302f96 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "Editores abiertos", "openEditosrSection": "Sección Editores abiertos", - "dirtyCounter": "{0} sin guardar", - "saveAll": "Guardar todos", - "closeAllUnmodified": "Cerrar los que no se han modificado", - "closeAll": "Cerrar todo", - "compareWithSaved": "Comparar con el guardado", - "close": "Cerrar", - "closeOthers": "Cerrar otros" + "dirtyCounter": "{0} sin guardar" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index f43443fbdd..c2b9f95353 100644 --- a/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index 5246565d98..1c83d0e310 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.i18n.json index 7b98450846..45c0c4f07b 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index 05d389d43e..2216e546f2 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 228d1e9407..97639f2683 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index 670f46da63..e81c8e1471 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index 6db5cf213b..cf6097b445 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index 8a421f9c63..95f6be02a3 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index 09abcf4efb..3671ab9892 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index aa3c48555a..935c3fbbc6 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index 0efb5da60c..074abcbba6 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index a2d0d4b5e8..44eb31aa5c 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index feb7d558bf..a86d563ed0 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index bd3a9c6992..56c5dbbcf1 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/esn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index 5b119228d4..c4e196c251 100644 --- a/i18n/esn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index b2e924f4d3..5b791315b0 100644 --- a/i18n/esn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/esn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index 42a5e9264e..ae9e106b63 100644 --- a/i18n/esn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/esn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index fa15e3b391..e6edc47eb0 100644 --- a/i18n/esn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/esn/src/vs/workbench/parts/git/node/git.lib.i18n.json index 9abed089c1..b39f65f45d 100644 --- a/i18n/esn/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 16d5291601..5e9723e8b3 100644 --- a/i18n/esn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "Vista previa de HTML", - "devtools.webview": "Desarrollador: Herramientas Webview" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "Vista previa de HTML" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/esn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index a192f868e0..e6cc96594a 100644 --- a/i18n/esn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "Entrada del editor no vĆ”lida." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..1417d4eb96 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "Desarrollador" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/esn/src/vs/workbench/parts/html/browser/webview.i18n.json index fb46f7bfaa..b9ccf57cce 100644 --- a/i18n/esn/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/esn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..55da56bf78 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "Foco Encontrar Widget", + "openToolsLabel": "Abrir herramientas de desarrollo de vistas web", + "refreshWebviewLabel": "Recargar vistas web" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..f1b0a9cf80 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "Idioma de la interfaz de usuario que debe usarse.", + "vscode.extension.contributes.localizations": "Contribuye a la localización del editor", + "vscode.extension.contributes.localizations.languageId": "Identificador del idioma en el que se traducen las cadenas de visualización.", + "vscode.extension.contributes.localizations.languageName": "Nombre del idioma en InglĆ©s.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nombre de la lengua en el idioma contribuido.", + "vscode.extension.contributes.localizations.translations": "Lista de traducciones asociadas al idioma.", + "vscode.extension.contributes.localizations.translations.id": "ID de VS Code o extensión a la que se ha contribuido esta traducción. ID de código vs es siempre ' vscode ' y de extensión debe ser en formato ' publisherID. extensionName '.", + "vscode.extension.contributes.localizations.translations.id.pattern": "ID debe ser ' vscode ' o en formato ' publisherId.extensionName ' para traducer VS Code o una extensión respectivamente.", + "vscode.extension.contributes.localizations.translations.path": "Una ruta de acceso relativa a un archivo que contiene traducciones para el idioma." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/esn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..a439b7fc7b --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "Configurar idioma", + "displayLanguage": "Define el lenguaje para mostrar de VSCode.", + "doc": "Consulte {0} para obtener una lista de idiomas compatibles.", + "restart": "Al cambiar el valor se requiere reiniciar VSCode.", + "fail.createSettings": "No se puede crear '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..a5b563d7d3 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Log (Principal)", + "sharedLog": "Log (Compartido)", + "rendererLog": "Log (Ventana)", + "extensionsLog": "Log (Extensión del Host)", + "developer": "Desarrollador" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/esn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..6c47204c1f --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "Abrir carpeta de registros", + "showLogs": "Mostrar registros...", + "rendererProcess": "Ventana ({0})", + "emptyWindow": "Ventana", + "extensionHost": "Host de extensión", + "sharedProcess": "Compartido", + "mainProcess": "Principal", + "selectProcess": "Seleccionar un registro para procesar", + "openLogFile": "Abrir archivo de log...", + "setLogLevel": "Establecer nivel de registro...", + "trace": "Seguimiento", + "debug": "Depurar", + "info": "Información", + "warn": "Advertencia", + "err": "Error", + "critical": "CrĆ­tico", + "off": "Apagado", + "selectLogLevel": "Seleccionar nivel de log", + "default and current": "Predeterminado y actual ", + "default": "Predeterminado", + "current": "Actual\n" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/esn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 710f5b027a..25772a50d0 100644 --- a/i18n/esn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Problemas", "tooltip.1": "1 problema en este fichero", "tooltip.N": "{0} problemas en este fichero", diff --git a/i18n/esn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/esn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 98e543b797..06ed9acf8d 100644 --- a/i18n/esn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Total {0} Problemas", "filteredProblems": "Mostrando {0} de {1} problemas" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/esn/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..06ed9acf8d --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Total {0} Problemas", + "filteredProblems": "Mostrando {0} de {1} problemas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/esn/src/vs/workbench/parts/markers/common/messages.i18n.json index a028050eaf..25089b72e4 100644 --- a/i18n/esn/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "Ver", - "problems.view.toggle.label": "Alternar ProblemasĀ ", - "problems.view.focus.label": "Problemas de enfoque", + "problems.view.toggle.label": "Alternar problemas (errores, advertencias, información)", + "problems.view.focus.label": "Problemas de enfoque (errores, advertencias, información)", "problems.panel.configuration.title": "Vista Problemas", "problems.panel.configuration.autoreveal": "Controla si la vista Problemas debe revelar automĆ”ticamente los archivos cuando los abre", "markers.panel.title.problems": "Problemas", diff --git a/i18n/esn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/esn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 2b8d1b482f..1263868d55 100644 --- a/i18n/esn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "Copiar", "copyMarkerMessage": "Copiar mensaje" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 2e4d1ea682..c511874ac3 100644 --- a/i18n/esn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index c75638715f..74cfb5724e 100644 --- a/i18n/esn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.i18n.json index 83443c6d74..fbf4cb4598 100644 --- a/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "Alternar salida", "clearOutput": "Borrar salida", "toggleOutputScrollLock": "Alternar Bloq Despl salida", diff --git a/i18n/esn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/esn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 7d64839b55..0aad6ec66d 100644 --- a/i18n/esn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, panel de salida", "outputPanelAriaLabel": "Panel de salida" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/esn/src/vs/workbench/parts/output/common/output.i18n.json index f477b58e3a..5fa53a462e 100644 --- a/i18n/esn/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..f725bb82e2 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "Salida", + "logViewer": "Visor de registros", + "viewCategory": "Ver", + "clearOutput.label": "Borrar salida" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/esn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..58bf299fbb --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - Output", + "channel": "Canal de output para '{0}' " +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index 8aa6eb775b..1d3ac7662d 100644 --- a/i18n/esn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/esn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index 8aa6eb775b..d49a18c8d6 100644 --- a/i18n/esn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "Los perfiles se crearon correctamente.", "prof.detail": "Cree un problema y asóciele manualmente los siguientes archivos: {0}", "prof.restartAndFileIssue": "Crear problema y reiniciar", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index e52d04db2e..7072dcae3b 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "Presione la combinación de teclas deseada y ENTRAR", "defineKeybinding.chordsTo": "chord to" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index a8c228e213..78ff09effe 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "MĆ©todos abreviados de teclado", "SearchKeybindings.AriaLabel": "Buscar enlaces de teclado", "SearchKeybindings.Placeholder": "Buscar enlaces de teclado", @@ -15,9 +17,10 @@ "addLabel": "Agregar enlace de teclado", "removeLabel": "Quitar enlace de teclado", "resetLabel": "Restablecer enlaces de teclado", - "showConflictsLabel": "Mostrar conflictos", + "showSameKeybindings": "Mostrar mismo KeyBindings ", "copyLabel": "Copiar", - "error": "Error \"{0}\" al editar el enlace de teclado. Abra el archivo \"keybindings.json\" y compruĆ©belo.", + "copyCommandLabel": "Comando Copiar", + "error": "Error \"{0}\" al editar el enlace de teclado. Abra el archivo \"keybindings.json\" y compruebe si tiene errores.", "command": "Comando", "keybinding": "Enlace de teclado", "source": "Origen", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index e8414e42d1..8be424b979 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "Definir enlace de teclado", "defineKeybinding.kbLayoutErrorMessage": "La distribución del teclado actual no permite reproducir esta combinación de teclas.", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}** para su distribución de teclado actual (**{1}** para EE. UU. estĆ”ndar).", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index dd7480cb53..e4776b712a 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index bfc605b3a9..e83b387130 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "Abrir Configuración Predeterminada Raw", "openGlobalSettings": "Abrir configuración de usuario", "openGlobalKeybindings": "Abrir mĆ©todos abreviados de teclado", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index d4ccc7af05..2b6707ef3a 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "Configuración predeterminada", "SearchSettingsWidget.AriaLabel": "Buscar configuración", "SearchSettingsWidget.Placeholder": "Buscar configuración", "noSettingsFound": "Sin resultados", - "oneSettingFound": "Coincide 1 configuración", - "settingsFound": "{0} configuraciones coincidentes", + "oneSettingFound": "1 configuración encontrada", + "settingsFound": "{0} Configuraciones encontradas", "totalSettingsMessage": "{0} configuraciones en total", + "nlpResult": "Resultados en lenguaje natural", + "filterResult": "Resultados filtrados", "defaultSettings": "Configuración predeterminada", "defaultFolderSettings": "Configuración de carpeta predeterminada", "defaultEditorReadonly": "Editar en el editor de lado de mano derecha para reemplazar valores predeterminados.", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index 7ed7ff1602..dcddc1147c 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Coloque aquĆ­ su configuración para sobrescribir la configuración predeterminada.", "emptyWorkspaceSettingsHeader": "Coloque aquĆ­ su configuración para sobrescribir la configuración de usuario.", "emptyFolderSettingsHeader": "Coloque aquĆ­ su configuración de carpeta para sobrescribir la que se especifica en la configuración de Ć”rea de trabajo.", + "reportSettingsSearchIssue": "Notificar problema", + "newExtensionLabel": "Mostrar extensión \"{0}\"", "editTtile": "Editar", "replaceDefaultValue": "Reemplazar en Configuración", "copyDefaultValue": "Copiar en Configuración", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index d53ba6ae07..361cf58763 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Abrir una carpeta antes de crear la configuración del Ć”rea de trabajo", "emptyKeybindingsHeader": "Coloque sus enlaces de teclado en este archivo para sobrescribir los valores predeterminados.", "defaultKeybindings": "Enlaces de teclado predeterminados", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index b720c2b8a5..3d54c1b875 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "Ā”Intentar la bĆŗsqueda del lenguaje natural!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "Colocar la configuración en el editor de lado de mano derecha para anular.", "noSettingsFound": "No se encontró ninguna configuración.", "settingsSwitcherBarAriaLabel": "Conmutador de configuración", "userSettings": "Configuración de usuario", "workspaceSettings": "Configuración de Ć”rea de trabajo", - "folderSettings": "Configuración de Carpeta", - "enableFuzzySearch": "Habilitar bĆŗsqueda en lenguaje natural" + "folderSettings": "Configuración de Carpeta" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 65be767525..79f354683c 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "Predeterminado", "user": "Usuario", "meta": "meta", diff --git a/i18n/esn/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/common/preferences.i18n.json index dcfb6cd0b6..ddf8797b0f 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "Configuración de usuario", "workspaceSettingsTarget": "Configuración de Ć”rea de trabajo" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 575bc61fdb..ea23ba0b57 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "MĆ”s utilizada", - "mostRelevant": "MĆ”s relevante", "defaultKeybindingsHeader": "Coloque los enlaces de teclado en el archivo de enlaces de teclado para sobrescribirlos." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index dd7480cb53..8f9c83d2bb 100644 --- a/i18n/esn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "Editor de preferencias predeterminado", "keybindingsEditor": "Editor de enlaces de teclado", "preferences": "Preferencias" diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index e0012dd14f..b74be7c1d6 100644 --- a/i18n/esn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "Mostrar todos los comandos", "clearCommandHistory": "Borrar historial de comandos", "showCommands.label": "Paleta de comandos...", "entryAriaLabelWithKey": "{0}, {1}, comandos", "entryAriaLabel": "{0}, comandos", - "canNotRun": "El comando '{0}' no puede ejecutarse desde aquĆ­.", "actionNotEnabled": "El comando '{0}' no estĆ” habilitado en el contexto actual.", + "canNotRun": "El comando \"{0}\" dio error.", "recentlyUsed": "usado recientemente", "morecCommands": "otros comandos", "cat.title": "{0}: {1}", diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index dc3b2668f6..614721b685 100644 --- a/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "Ir a la lĆ­nea...", "gotoLineLabelEmptyWithLimit": "Escriba un nĆŗmero de lĆ­nea comprendido entre 1 y {0} a la cual quiera navegar.", "gotoLineLabelEmpty": "Escriba el nĆŗmero de lĆ­nea a la cual quiera navegar.", diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 1d07031a0b..c6037b5c37 100644 --- a/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "Ir al sĆ­mbolo en el archivo...", "symbols": "sĆ­mbolos ({0})", "method": "mĆ©todos ({0})", diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 4d93e9a99f..1cab3cc05c 100644 --- a/i18n/esn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ayuda del selector", "globalCommands": "comandos globales", "editorCommands": "comandos del editor" diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 3a50ec5226..af93103e9f 100644 --- a/i18n/esn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "Ver", "commandsHandlerDescriptionDefault": "Mostrar y ejecutar comandos", "gotoLineDescriptionMac": "Ir a la lĆ­nea", "gotoLineDescriptionWin": "Ir a la lĆ­nea", diff --git a/i18n/esn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 84e65c48d0..2472328f2b 100644 --- a/i18n/esn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selector de vista", "views": "Vistas", "panels": "Paneles", diff --git a/i18n/esn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 2535a2c82d..685d1ccdf1 100644 --- a/i18n/esn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "Ha cambiado un ajuste que requiere un reinicio para ser efectivo.", "relaunchSettingDetail": "Pulse el botón de reinicio para reiniciar {0} y habilitar el ajuste.", "restart": "&& Reiniciar" diff --git a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index b5e6ea1e40..b550f45ddb 100644 --- a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0} de {1} cambios", "change": "{0} de {1} cambio", "show previous change": "Mostrar el cambio anterior", "show next change": "Mostrar el cambio siguiente", + "move to previous change": "Moverse al cambio anterior", + "move to next change": "Moverse al cambio siguiente", "editorGutterModifiedBackground": "Color de fondo del medianil del editor para las lĆ­neas modificadas.", "editorGutterAddedBackground": "Color de fondo del medianil del editor para las lĆ­neas agregadas.", "editorGutterDeletedBackground": "Color de fondo del medianil del editor para las lĆ­neas eliminadas.", diff --git a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 2d44f58d51..b0c322426a 100644 --- a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Mostrar GIT", "source control": "Control de código fuente", "toggleSCMViewlet": "Mostrar SCM", - "view": "Ver" + "view": "Ver", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "Si desea mostrar siempre la sección proveedor de control de código fuente.", + "diffDecorations": "Controla las decoraciones de diff en el editor.", + "diffGutterWidth": "Controla el ancho (px) de las decoraciones de diferencias en el medianil (agregadas y modificadas)." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index 50185952f1..e81751edbd 100644 --- a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} cambios pendientes" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 048db5a28d..cd79792748 100644 --- a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index 7f679305c9..ce60d3014a 100644 --- a/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "Proveedores de Control de Código fuente", "hideRepository": "Ocultar", "installAdditionalSCMProviders": "Instalar proveedores adicionales de SCM...", diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 1a6e7cbe8a..e9cd3c12c7 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "resultados de archivos y sĆ­mbolos", "fileResults": "resultados de archivos" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index ef8bb68294..bcd7bdc14e 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selector de archivos", "searchResults": "resultados de bĆŗsqueda" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index e0adf2a0b1..f61acefc62 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selector de sĆ­mbolos", "symbols": "resultados de sĆ­mbolos", "noSymbolsMatching": "No hay sĆ­mbolos coincidentes", diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 906114aeb5..106c82930a 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "entrada", "useExcludesAndIgnoreFilesDescription": "Usar la Configuración de Exclusión e Ignorar Archivos" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/replaceService.i18n.json index d94deda880..462c279fca 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Reemplazar vista previa) " } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index ffd95f2732..7290617130 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/searchActions.i18n.json index bcfc62d190..39c6fb8f1b 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "Mostrar siguiente bĆŗsqueda de patrón include", "previousSearchIncludePattern": "Mostrar bĆŗsqueda anterior de patrón include ", "nextSearchExcludePattern": "Mostrar siguiente bĆŗsqueda de patrón exclude ", @@ -12,12 +14,11 @@ "previousSearchTerm": "Mostrar anterior tĆ©rmino de bĆŗsqueda", "showSearchViewlet": "Mostrar bĆŗsqueda", "findInFiles": "Buscar en archivos", - "findInFilesWithSelectedText": "Buscar en ficheros de texto seleccionado", "replaceInFiles": "Reemplazar en archivos", - "replaceInFilesWithSelectedText": "Reemplazar en archivos con el texto seleccionado", "RefreshAction.label": "Actualizar", "CollapseDeepestExpandedLevelAction.label": "Contraer todo", "ClearSearchResultsAction.label": "Borrar", + "CancelSearchAction.label": "Cancelar bĆŗsqueda", "FocusNextSearchResult.label": "Centrarse en el siguiente resultado de la bĆŗsqueda", "FocusPreviousSearchResult.label": "Centrarse en el anterior resultado de la bĆŗsqueda", "RemoveAction.label": "Despedir", diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 97148bc69d..577e0abe3e 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "Otros archivos", "searchFileMatches": "{0} archivos encontrados", "searchFileMatch": "{0} archivo encontrado", diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..3ad13bb03c --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "Alternar detalles de la bĆŗsqueda", + "searchScope.includes": "archivos para incluir", + "label.includes": "Buscar patrones de inclusión", + "searchScope.excludes": "archivos para excluir", + "label.excludes": "Buscar patrones de exclusión", + "replaceAll.confirmation.title": "Reemplazar todo", + "replaceAll.confirm.button": "&&Reemplazar", + "replaceAll.occurrence.file.message": "{0} aparición reemplazada en {1} archivo por \"{2}\".", + "removeAll.occurrence.file.message": "{0} aparición reemplazada en {1} archivo.", + "replaceAll.occurrence.files.message": "{0} aparición reemplazada en {1} archivos por \"{2}\".", + "removeAll.occurrence.files.message": "{0} aparición reemplazada en {1} archivos.", + "replaceAll.occurrences.file.message": "{0} apariciones reemplazadas en {1} archivo por \"{2}\".", + "removeAll.occurrences.file.message": "{0} apariciones reemplazadas en {1} archivo.", + "replaceAll.occurrences.files.message": "{0} apariciones reemplazadas en {1} archivos por \"{2}\".", + "removeAll.occurrences.files.message": "{0} apariciones reemplazadas en {1} archivos.", + "removeAll.occurrence.file.confirmation.message": "ĀæReemplazar {0} aparición en {1} archivo por \"{2}\"?", + "replaceAll.occurrence.file.confirmation.message": "ĀæReemplazar {0} aparición en {1} archivo?", + "removeAll.occurrence.files.confirmation.message": "ĀæReemplazar {0} aparición en {1} archivos por \"{2}\"?", + "replaceAll.occurrence.files.confirmation.message": "ĀæReemplazar {0} aparición en {1} archivos?", + "removeAll.occurrences.file.confirmation.message": "ĀæReemplazar {0} apariciones en {1} archivo por \"{2}\"?", + "replaceAll.occurrences.file.confirmation.message": "ĀæReemplazar {0} apariciones en {1} archivo?", + "removeAll.occurrences.files.confirmation.message": "ĀæReemplazar {0} apariciones en {1} archivos por \"{2}\"?", + "replaceAll.occurrences.files.confirmation.message": "ĀæReemplazar {0} apariciones en {1} archivos?", + "treeAriaLabel": "Resultados de la bĆŗsqueda", + "searchPathNotFoundError": "No se encuentra la ruta de bĆŗsqueda: {0}", + "searchMaxResultsWarning": "El conjunto de resultados solo contiene un subconjunto de todas las coincidencias. Sea mĆ”s especĆ­fico en la bĆŗsqueda para acotar los resultados.", + "searchCanceled": "La bĆŗsqueda se canceló antes de poder encontrar resultados - ", + "noResultsIncludesExcludes": "No se encontraron resultados en '{0}' con exclusión de '{1}' - ", + "noResultsIncludes": "No se encontraron resultados en '{0}' - ", + "noResultsExcludes": "No se encontraron resultados con exclusión de '{0}' - ", + "noResultsFound": "No se encontraron resultados. Revise la configuración de exclusiones y archivos omitidos - ", + "rerunSearch.message": "Buscar de nuevo", + "rerunSearchInAll.message": "Buscar de nuevo en todos los archivos", + "openSettings.message": "Abrir configuración", + "openSettings.learnMore": "MĆ”s información", + "ariaSearchResultsStatus": "La bĆŗsqueda devolvió {0} resultados en {1} archivos", + "search.file.result": "{0} resultado en {1} archivo", + "search.files.result": "{0} resultado en {1} archivos", + "search.file.results": "{0} resultados en {1} archivo", + "search.files.results": "{0} resultados en {1} archivos", + "searchWithoutFolder": "AĆŗn no ha abierto una carpeta. Solo se busca en los archivos abiertos en este momento - ", + "openFolder": "Abrir carpeta" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index a8d279eeb3..3ad13bb03c 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "Alternar detalles de la bĆŗsqueda", "searchScope.includes": "archivos para incluir", "label.includes": "Buscar patrones de inclusión", diff --git a/i18n/esn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 867b4c7638..f66f49c210 100644 --- a/i18n/esn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Reemplazar todo (Enviar bĆŗsqueda para habilitar)", "search.action.replaceAll.enabled.label": "Reemplazar todo", "search.replace.toggle.button.title": "Alternar reemplazar", diff --git a/i18n/esn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/esn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index de65c6ed79..f5cb276872 100644 --- a/i18n/esn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Ninguna carpeta en el espacio de trabajo tiene el nombre: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index fe7e74dbe3..b40640b7a8 100644 --- a/i18n/esn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "Buscar en carpeta...", + "findInWorkspace": "Buscar en Ć”rea de trabajo...", "showTriggerActions": "Ir al sĆ­mbolo en el Ć”rea de trabajo...", "name": "Buscar", "search": "Buscar", + "showSearchViewl": "Mostrar bĆŗsqueda", "view": "Ver", + "findInFiles": "Buscar en archivos", "openAnythingHandlerDescription": "Ir al archivo", "openSymbolDescriptionNormal": "Ir al sĆ­mbolo en el Ć”rea de trabajo", - "searchOutputChannelTitle": "Buscar", "searchConfigurationTitle": "Buscar", "exclude": "Configure patrones globales para excluir archivos y carpetas de las bĆŗsquedas. Hereda todos los patrones globales de la configuración files.exclude.", "exclude.boolean": "El patrón global con el que se harĆ”n coincidir las rutas de acceso de los archivos. EstablĆ©zcalo en true o false para habilitarlo o deshabilitarlo.", @@ -18,5 +23,8 @@ "useRipgrep": "Controla si se utiliza ripgrep en la bĆŗsqueda de texto y ficheros", "useIgnoreFiles": "Controla si se utilizan los archivos .gitignore e .ignore al buscar archivos.", "search.quickOpen.includeSymbols": "Configurar para incluir los resultados de una bĆŗsqueda global de sĆ­mbolos en los resultados de archivos de Quick Open.", - "search.followSymlinks": "Controla si debe seguir enlaces simbólicos durante la bĆŗsqueda." + "search.followSymlinks": "Controla si debe seguir enlaces simbólicos durante la bĆŗsqueda.", + "search.smartCase": "Proporciona busquedas de mayĆŗsculas y minĆŗsculas si el patrón es todo en minĆŗsculas, de lo contrario, busca en mayĆŗsculas y minĆŗsculas", + "search.globalFindClipboard": "Controla si la vista de bĆŗsqueda debe leer o modificar el portapapeles de bĆŗsqueda compartido en macOS", + "search.location": "Vista previa: controla si se muestra la bĆŗsqueda como una vista en la barra lateral o como un panel en el Ć”rea de paneles para tener mĆ”s espacio horizontal. En la próxima versión, la bĆŗsqueda en panel tendrĆ” una distribución horizontal mejorada y dejarĆ” de ser una vista previa." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/esn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index 824168d908..dda936a320 100644 --- a/i18n/esn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index 08084e8849..be930396fa 100644 --- a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..e54d335805 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(global)", + "global.1": "({0})", + "new.global": "Nuevo archivo de fragmentos globales...", + "group.global": "Fragmentos existentes", + "new.global.sep": "Nuevos fragmentos de código", + "openSnippet.pickLanguage": "Seleccione Archivo de fragmentos o Crear fragmentos de código", + "openSnippet.label": "Configurar fragmentos de usuarioĀ ", + "preferences": "Preferencias" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index 34a3208c84..a3ed0d5433 100644 --- a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "Insertar fragmento de código", "sep.userSnippet": "Fragmentos de código de usuario", "sep.extSnippet": "Fragmentos de código de extensión" diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index c49e1beb60..a1b8ae48b5 100644 --- a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "Seleccione lenguaje para el fragmento", - "openSnippet.errorOnCreate": "No se puede crear {0}", - "openSnippet.label": "Abrir fragmentos de código del usuario", - "preferences": "Preferencias", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "Fragmento de código vacĆ­o", "snippetSchema.json": "Configuración de fragmento de código del usuario", "snippetSchema.json.prefix": "El prefijo que se debe usar al seleccionar el fragmento de código en Intellisense", "snippetSchema.json.body": "El contenido del fragmento de código. Use \"$1', \"${1:defaultText}\" para definir las posiciones del cursor, use \"$0\" para la posición final del cursor. Inserte valores de variable con \"${varName}\" y \"${varName:defaultText}\", por ejemplo, \"This is file: $TM_FILENAME\".", - "snippetSchema.json.description": "La descripción del fragmento de código." + "snippetSchema.json.description": "La descripción del fragmento de código.", + "snippetSchema.json.scope": "Una lista de nombres de idioma a los que se aplica este fragmento de código, por ejemplo ' mecanografiado, JavaScript '." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..5edbeb1790 --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "Fragmento del usuario global", + "source.snippet": "Fragmento de código del usuario" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index ecf3b81fb8..08d5d34dcf 100644 --- a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "Lenguaje desconocido en \"contributes.{0}.language\". Valor proporcionado: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "Se esperaba una cadena en \"contributes.{0}.path\". Valor proporcionado: {1}", + "invalid.language.0": "Al omitir el lenguaje, el valor de 'contributes. {0}. Path' debe ser un archivo '. Code-snippets'. Valor proporcionado: {1}", + "invalid.language": "Lenguaje desconocido en \"contributes.{0}.language\". Valor proporcionado: {1}", "invalid.path.1": "Se esperaba que \"contributes.{0}.path\" ({1}) se incluyera en la carpeta de la extensión ({2}). Esto puede hacer que la extensión no sea portĆ”til.", "vscode.extension.contributes.snippets": "Aporta fragmentos de código.", "vscode.extension.contributes.snippets-language": "Identificador del lenguaje al que se aporta este fragmento de código.", "vscode.extension.contributes.snippets-path": "Ruta de acceso del archivo de fragmentos de código. La ruta es relativa a la carpeta de extensión y normalmente empieza por \"./snippets/\".", "badVariableUse": "Uno o mĆ”s fragmentos de la extensión '{0}' muy probable confunden variables de fragmento y fragmento-marcadores de posición (vĆ©ase https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax para mĆ”s detalles)", "badFile": "No se pudo leer el archivo del fragmento \"{0}\".", - "source.snippet": "Fragmento de código del usuario", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 98d6e882b7..cf2714fef3 100644 --- a/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "Inserta fragmentos de código cuando el prefijo coincide. Funciona mejor si la opción 'quickSuggestions' no estĆ” habilitada." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index 411c12dbc4..06aeb38318 100644 --- a/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "AyĆŗdenos a mejorar nuestro soporte para {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "Realizar una breve encuesta", "remindLater": "RecordĆ”rmelo mĆ”s tarde", - "neverAgain": "No volver a mostrar" + "neverAgain": "No volver a mostrar", + "helpUs": "AyĆŗdenos a mejorar nuestro soporte para {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 2e4d1ea682..fe489ee2b2 100644 --- a/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "ĀæLe importarĆ­a realizar una breve encuesta de opinión?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "Realizar encuesta", "remindLater": "RecordĆ”rmelo mĆ”s tarde", - "neverAgain": "No volver a mostrar" + "neverAgain": "No volver a mostrar", + "surveyQuestion": "ĀæLe importarĆ­a realizar una breve encuesta de opinión?" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 2c1bc4f27d..b6e2b47fcf 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 3d623e2410..1740e91aef 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, tareas", "recentlyUsed": "Tareas usadas recientemente", "configured": "tareas configuradas", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index 743e9be299..295d708ef5 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index e6855cb8a9..d778d6d93a 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "Escribir el nombre de una tarea para ejecutar", "noTasksMatching": "No tasks matching", "noTasksFound": "No se encontraron tareas" diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 96e5576de1..21460274a9 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index d7102735ae..b84426f78b 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..c33f99445e --- /dev/null +++ b/i18n/esn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "La propiedad loop solo se admite en el buscador de coincidencias de la Ćŗltima lĆ­nea.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "El patrón de problema no es vĆ”lido. El tipo de propiedad debe proporcionarse solo en el primer elemento.", + "ProblemPatternParser.problemPattern.missingRegExp": "Falta una expresión regular en el patrón de problema.", + "ProblemPatternParser.problemPattern.missingProperty": "El patrón de problema no es vĆ”lido. Debe tener al menos un archivo y un mensaje.", + "ProblemPatternParser.problemPattern.missingLocation": "El patrón de problema no es vĆ”lido. Debe tener el tipo \"file\" o un grupo de coincidencias de lĆ­nea o ubicación.", + "ProblemPatternParser.invalidRegexp": "Error: La cadena {0} no es una expresión regular vĆ”lida.\n", + "ProblemPatternSchema.regexp": "Expresión regular para encontrar un error, una advertencia o información en la salida.", + "ProblemPatternSchema.kind": "Indica si el patrón coincide con una ubicación (archivo y lĆ­nea) o solo un archivo.", + "ProblemPatternSchema.file": "ƍndice de grupo de coincidencias del nombre de archivo. Si se omite, se usa 1.", + "ProblemPatternSchema.location": "ƍndice de grupo de coincidencias de la ubicación del problema. Los patrones de ubicación vĆ”lidos son: (line), (line,column) y (startLine,startColumn,endLine,endColumn). Si se omite, se asume el uso de (line,column).", + "ProblemPatternSchema.line": "ƍndice de grupo de coincidencias de la lĆ­nea del problema. Valor predeterminado: 2.", + "ProblemPatternSchema.column": "ƍndice de grupo de coincidencias del carĆ”cter de lĆ­nea del problema. Valor predeterminado: 3", + "ProblemPatternSchema.endLine": "ƍndice de grupo de coincidencias de la lĆ­nea final del problema. Valor predeterminado como no definido.", + "ProblemPatternSchema.endColumn": "ƍndice de grupo de coincidencias del carĆ”cter de lĆ­nea final del problema. Valor predeterminado como no definido", + "ProblemPatternSchema.severity": "ƍndice de grupo de coincidencias de la gravedad del problema. Valor predeterminado como no definido.", + "ProblemPatternSchema.code": "ƍndice de grupo de coincidencias del código del problema. Valor predeterminado como no definido.", + "ProblemPatternSchema.message": "ƍndice de grupo de coincidencias del mensaje. Si se omite, el valor predeterminado es 4 en caso de definirse la ubicación. De lo contrario, el valor predeterminado es 5.", + "ProblemPatternSchema.loop": "En un bucle de buscador de coincidencias multilĆ­nea, indica si este patrón se ejecuta en un bucle siempre que haya coincidencias. Solo puede especificarse en el Ćŗltimo patrón de un patrón multilĆ­nea.", + "NamedProblemPatternSchema.name": "Nombre del patrón de problema.", + "NamedMultiLineProblemPatternSchema.name": "Nombre del patrón de problema de varias lĆ­neas.", + "NamedMultiLineProblemPatternSchema.patterns": "Patrones reales.", + "ProblemPatternExtPoint": "Aporta patrones de problemas", + "ProblemPatternRegistry.error": "Patrón de problema no vĆ”lido. Se omitirĆ”.", + "ProblemMatcherParser.noProblemMatcher": "Error: La descripción no se puede convertir en un buscador de coincidencias de problemas:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "Error: La descripción no define un patrón de problema vĆ”lido:\n{0}\n", + "ProblemMatcherParser.noOwner": "Error: La descripción no define un propietario:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "Error: La descripción no define una ubicación de archivo:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "Información: Gravedad {0} desconocida. Los valores vĆ”lidos son \"error\", \"advertencia\" e \"información\".\n", + "ProblemMatcherParser.noDefinedPatter": "Error: el patrón con el identificador {0} no existe.", + "ProblemMatcherParser.noIdentifier": "Error: La propiedad pattern hace referencia a un identificador vacĆ­o.", + "ProblemMatcherParser.noValidIdentifier": "Error: La propiedad pattern {0} no es un nombre de variable de patrón vĆ”lido.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "Un buscador de coincidencias de problemas debe definir tanto un patrón de inicio como un patrón de finalización para la inspección.", + "ProblemMatcherParser.invalidRegexp": "Error: La cadena {0} no es una expresión regular vĆ”lida.\n", + "WatchingPatternSchema.regexp": "Expresión regular para detectar el principio o el final de una tarea en segundo plano.", + "WatchingPatternSchema.file": "ƍndice de grupo de coincidencias del nombre de archivo. Se puede omitir.", + "PatternTypeSchema.name": "Nombre de un patrón aportado o predefinido", + "PatternTypeSchema.description": "Patrón de problema o nombre de un patrón de problema que se ha aportado o predefinido. Se puede omitir si se especifica la base.", + "ProblemMatcherSchema.base": "Nombre de un buscador de coincidencias de problemas base que se va a usar.", + "ProblemMatcherSchema.owner": "Propietario del problema dentro de Code. Se puede omitir si se especifica \"base\". Si se omite y no se especifica \"base\", el valor predeterminado es \"external\".", + "ProblemMatcherSchema.severity": "Gravedad predeterminada para los problemas de capturas. Se usa si el patrón no define un grupo de coincidencias para \"severity\".", + "ProblemMatcherSchema.applyTo": "Controla si un problema notificado en un documento de texto se aplica solamente a los documentos abiertos, cerrados o a todos los documentos.", + "ProblemMatcherSchema.fileLocation": "Define cómo deben interpretarse los nombres de archivo notificados en un patrón de problema.", + "ProblemMatcherSchema.background": "Patrones para hacer seguimiento del comienzo y el final en un comprobador activo de la tarea en segundo plano.", + "ProblemMatcherSchema.background.activeOnStart": "Si se establece en True, el monitor estĆ” en modo activo cuando la tarea empieza. Esto es equivalente a emitir una lĆ­nea que coincide con beginPattern", + "ProblemMatcherSchema.background.beginsPattern": "Si se encuentran coincidencias en la salida, se seƱala el inicio de una tarea en segundo plano.", + "ProblemMatcherSchema.background.endsPattern": "Si se encuentran coincidencias en la salida, se seƱala el fin de una tarea en segundo plano.", + "ProblemMatcherSchema.watching.deprecated": "Esta propiedad estĆ” en desuso. Use la propiedad en segundo plano.", + "ProblemMatcherSchema.watching": "Patrones para hacer un seguimiento del comienzo y el final de un patrón de supervisión.", + "ProblemMatcherSchema.watching.activeOnStart": "Si se establece en true, el monitor estĆ” en modo activo cuando la tarea empieza. Esto es equivalente a emitir una lĆ­nea que coincide con beginPattern", + "ProblemMatcherSchema.watching.beginsPattern": "Si se encuentran coincidencias en la salida, se seƱala el inicio de una tarea de inspección.", + "ProblemMatcherSchema.watching.endsPattern": "Si se encuentran coincidencias en la salida, se seƱala el fin de una tarea de inspección", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Esta propiedad estĆ” en desuso. Use la propiedad watching.", + "LegacyProblemMatcherSchema.watchedBegin": "Expresión regular que seƱala que una tarea inspeccionada comienza a ejecutarse desencadenada a travĆ©s de la inspección de archivos.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Esta propiedad estĆ” en desuso. Use la propiedad watching.", + "LegacyProblemMatcherSchema.watchedEnd": "Expresión regular que seƱala que una tarea inspeccionada termina de ejecutarse.", + "NamedProblemMatcherSchema.name": "Nombre del buscador de coincidencias de problemas usado para referirse a Ć©l.", + "NamedProblemMatcherSchema.label": "Etiqueta en lenguaje natural del buscador de coincidencias de problemas. ", + "ProblemMatcherExtPoint": "Aporta buscadores de coincidencias de problemas", + "msCompile": "Problemas del compilador de Microsoft", + "lessCompile": "Menos problemas", + "gulp-tsc": "Problemas de Gulp TSC", + "jshint": "Problemas de JSHint", + "jshint-stylish": "Problemas de estilismo de JSHint", + "eslint-compact": "Problemas de compactación de ESLint", + "eslint-stylish": "Problemas de estilismo de ESLint", + "go": "Ir a problemas" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index 71a6380a7a..49cdd6b285 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index ce5a54dce2..be9e1ec7ea 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "Tipo de tarea real", "TaskDefinition.properties": "Propiedades adicionales del tipo de tarea", "TaskTypeConfiguration.noType": "La configuración del tipo de tarea no tiene la propiedad \"taskType\" requerida.", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index ace5e4bc79..4202910aff 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "Ejecuta el comando de compilación de .NET Core", "msbuild": "Ejecuta el destino de compilación", "externalCommand": "Ejemplo para ejecutar un comando arbitrario externo", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index b148f0ec22..05c01762f4 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "Opciones de comando adicionales", "JsonSchema.options.cwd": "Directorio de trabajo actual del script o el programa ejecutado. Si se omite, se usa la raĆ­z del Ć”rea de trabajo actual de Code.", "JsonSchema.options.env": "Entorno del shell o el programa ejecutado. Si se omite, se usa el entorno del proceso primario.", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index d8137d279a..47d77bc49f 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "NĆŗmero de versión de la configuración", "JsonSchema._runner": "El ejecutador se ha graduado. Use el ejecutador oficial correctamente", "JsonSchema.runner": "Define si la tarea se ejecuta como un proceso y la salida se muestra en la ventana de salida o dentro del terminal.", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 5a1d231ed5..4de28ec3fc 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "Especifica si el comando es un comando shell o un programa externo. Si se omite, el valor predeterminado es false.", "JsonSchema.tasks.isShellCommand.deprecated": "La propiedad isShellCommand estĆ” en desuso. En su lugar, utilice la propiedad type de la tarea y la propiedad shell de las opciones. Vea tambiĆ©n las notas de versión 1.14. ", "JsonSchema.tasks.dependsOn.string": "Otra tarea de la que depende esta tarea.", @@ -19,10 +21,10 @@ "JsonSchema.tasks.terminal": "La propiedad terminal estĆ” en desuso. En su lugar, utilice presentation.", "JsonSchema.tasks.group.kind": "El grupo de ejecución de la tarea.", "JsonSchema.tasks.group.isDefault": "Define si la tarea es la tarea predeterminada del grupo.", - "JsonSchema.tasks.group.defaultBuild": "Marca las tareas como tarea de compilación predeterminada.", - "JsonSchema.tasks.group.defaultTest": "Marca las tareas como la tarea de prueba predeterminada.", - "JsonSchema.tasks.group.build": "Marca las tareas como tarea de compilación a travĆ©s del comando 'Ejecutar tarea de compilación'.", - "JsonSchema.tasks.group.test": "Marca las tareas como tarea de prueba accesible a travĆ©s del comando \"Ejecutar tarea de compilación\". ", + "JsonSchema.tasks.group.defaultBuild": "Marca la tarea como la tarea de compilación predeterminada.", + "JsonSchema.tasks.group.defaultTest": "Marca la tarea como la tarea de prueba predeterminada.", + "JsonSchema.tasks.group.build": "Marca la tarea como una tarea de compilación accesible mediante el comando ' Ejecutar tarea de compilación'", + "JsonSchema.tasks.group.test": "Marca la tarea como una prueba tarea accesible mediante el comando 'Ejecutar tarea de prueba'.", "JsonSchema.tasks.group.none": "No asigna la tarea a ningĆŗn grupo", "JsonSchema.tasks.group": "Define a quĆ© grupo de ejecución pertenece esta tarea. Admite \"compilación\" para agregarla al grupo de compilación y \"prueba\" para agregarla al grupo de prueba.", "JsonSchema.tasks.type": "Define si la tarea se ejecuta como un proceso o como un comando dentro de in shell. ", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index aeb9febd9f..96568f1193 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "Tareas", "ConfigureTaskRunnerAction.label": "Configurar tarea", - "CloseMessageAction.label": "Cerrar", "problems": "Problemas", "building": "Compilando...", "manyMarkers": "MĆ”s de 99", "runningTasks": "Mostrar tareas en ejecución", "tasks": "Tareas", "TaskSystem.noHotSwap": "Cambiar el motor de ejecución de tareas con una tarea activa ejecutandose, requiere recargar la ventana", + "reloadWindow": "Recargar ventana", "TaskServer.folderIgnored": "La carpeta {0} se pasa por alto puesto que utiliza la versión 0.1.0 de las tareas", "TaskService.noBuildTask1": "No se ha definido ninguna tarea de compilación. Marque una tarea con \"isBuildCommand\" en el archivo tasks.json.", "TaskService.noBuildTask2": "No se ha definido ninguna tarea de compilación. Marque una tarea con un grupo \"build\" en el archivo tasks.json. ", @@ -44,9 +46,8 @@ "recentlyUsed": "Tareas usadas recientemente", "configured": "tareas configuradas", "detected": "tareas detectadas", - "TaskService.ignoredFolder": "Las siguientes carpetas del espacio de trabajo se omiten ya que utilizan la versión 0.1.0 de tarea: ", + "TaskService.ignoredFolder": "Las siguientes carpetas del Ć”rea de trabajo se omitirĆ”n porque utilizan la versión 0.1.0 de la tarea: {0}", "TaskService.notAgain": "No volver a mostrar", - "TaskService.ok": "Aceptar", "TaskService.pickRunTask": "Seleccione la tarea a ejecutar", "TaslService.noEntryToRun": "No se encontraron tareas para ejecutar. Configurar tareas...", "TaskService.fetchingBuildTasks": "Obteniendo tareas de compilación...", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 6fd3032657..63c12b7060 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 46ceb4b723..efe4083574 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "Error desconocido durante la ejecución de una tarea. Vea el registro de resultados de la tarea para obtener mĆ”s detalles.", "dependencyFailed": "No se pudo resolver la tarea dependiente '{0}' en la carpeta del Ć”rea de trabajo '{1}'", "TerminalTaskSystem.terminalName": "Tarea - {0}", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index 581d40874d..2f17da6fa2 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "Al ejecutar --tasks-simple de Gulp no se enumera ninguna tarea. ĀæHa ejecutado \"npm install\"?", "TaskSystemDetector.noJakeTasks": "Al ejecutar --tasks de jake no se enumera ninguna tarea. ĀæHa ejecutado \"npm install\"?", "TaskSystemDetector.noGulpProgram": "Gulp no estĆ” instalado en el sistema. Ejecute \"npm install -g gulp\" para instalarlo.", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index b300e0e061..0c068fe6e7 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "Error desconocido durante la ejecución de una tarea. Vea el registro de resultados de la tarea para obtener mĆ”s detalles.", "TaskRunnerSystem.watchingBuildTaskFinished": "La inspección de las tareas de compilación ha finalizado.", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/esn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/esn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index abc8b42466..b1e5789fc9 100644 --- a/i18n/esn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "Advertencia: options.cwd debe ser de tipo cadena. Se ignora el valor {0}.", "ConfigurationParser.noargs": "Error: Los argumentos de comando deben ser una matriz de cadenas. El valor proporcionado es: {0}", "ConfigurationParser.noShell": "Advertencia: La configuración del shell solo se admite al ejecutar tareas en el terminal.", diff --git a/i18n/esn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 09f3e4dd16..3293094b4d 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, selector de terminal", "termCreateEntryAriaLabel": "{0}, crear nueva terminal", "workbench.action.terminal.newplus": "$(plus) Crear nueva terminal integrada", diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 5de633af6f..827525ef5f 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "Mostrar todos los terminales abiertos", "terminal": "Terminal", "terminalIntegratedConfigurationTitle": "Terminal integrado", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "Los argumentos de la lĆ­nea de comandos que se usarĆ”n en el terminal de OS X.", "terminal.integrated.shell.windows": "Ruta de acceso del shell que el terminal utiliza en Windows. Cuando se usan shells distribuidos con Windows (cmd, PowerShell o Bash en Ubuntu).", "terminal.integrated.shellArgs.windows": "Argumentos de la lĆ­nea de comandos que se usan cuando se utiliza el terminal Windows.", - "terminal.integrated.rightClickCopyPaste": "Si estĆ” configurado, impedirĆ” que el menĆŗ contextual aparezca al hacer clic con el botón derecho dentro del terminal; en su lugar, copiarĆ” si hay una selección y pegarĆ” si no hay ninguna selección.", + "terminal.integrated.macOptionIsMeta": "Trate la tecla de opción como la clave meta en el terminal en macOS.", + "terminal.integrated.copyOnSelection": "Cuando se establece, el texto seleccionado en el terminal se copiarĆ” en el portapapeles.", "terminal.integrated.fontFamily": "Controla la familia de fuentes del terminal, que estĆ” establecida de manera predeterminada en el valor de editor.fontFamily.", "terminal.integrated.fontSize": "Controla el tamaƱo de la fuente en pĆ­xeles del terminal.", "terminal.integrated.lineHeight": "Controla el alto de lĆ­nea del terminal. Este nĆŗmero se multiplica por el tamaƱo de fuente del terminal para obtener el alto de lĆ­nea real en pĆ­xeles.", - "terminal.integrated.enableBold": "Indica si debe habilitar el texto en negrita en el terminal. Requiere soporte del terminal Shell. ", + "terminal.integrated.fontWeight": "Espesor de fuente que debe usarse en el terminal para el texto que no estĆ” en negrita.", + "terminal.integrated.fontWeightBold": "Espesor de fuente que debe usarse en el terminal para el texto en negrita.", "terminal.integrated.cursorBlinking": "Controla si el cursor del terminal parpadea.", "terminal.integrated.cursorStyle": "Controla el estilo de cursor del terminal.", "terminal.integrated.scrollback": "Controla la cantidad mĆ”xima de lĆ­neas que mantiene el terminal en su bĆŗfer.", "terminal.integrated.setLocaleVariables": "Controla si las variables de configuración regional se definen al inicio del terminal. El valor predeterminado es true en OS X y false en las demĆ”s plataformas.", + "terminal.integrated.rightClickBehavior": "Controla el modo en el que el terminal reacciona al clic con el botón derecho. Las posibilidades son \"default\", \"copyPaste\" y \"selectWord\". \"default\" muestra el menĆŗ contextual. \"copyPaste\" copia si hay algo seleccionado; de lo contrario, pega. \"selectWord\" selecciona la palabra que hay debajo del cursor y muestra el menĆŗ contextual.", "terminal.integrated.cwd": "Una ruta de acceso de inicio explĆ­cita en la que se iniciarĆ” el terminal; se utiliza como el directorio de trabajo actual (cwd) para el proceso de shell. Puede resultar especialmente Ćŗtil en una configuración de Ć”rea de trabajo si la raĆ­z de directorio no es un cwd prĆ”ctico.", "terminal.integrated.confirmOnExit": "Indica si debe confirmarse a la salida si hay sesiones de terminal activas.", + "terminal.integrated.enableBell": "Si la campana terminal estĆ” activada o no.", "terminal.integrated.commandsToSkipShell": "Conjunto de identificadores de comando cuyos enlaces de teclado no se enviarĆ”n al shell, sino que siempre se controlarĆ”n con Code. Esto permite el uso de enlaces de teclado que normalmente consumirĆ­a el shell para funcionar igual que cuando el terminal no tiene el foco; por ejemplo, Ctrl+P para iniciar Quick Open.", "terminal.integrated.env.osx": "Objeto con variables de entorno que se agregarĆ”n al proceso de VS Code para que las use el terminal en OS X", "terminal.integrated.env.linux": "Objeto con variables de entorno que se agregarĆ”n al proceso de VS Code para que las use el terminal en Linux", "terminal.integrated.env.windows": "Objeto con variables de entorno que se agregarĆ”n al proceso de VS Code para que las use el terminal en Windows", + "terminal.integrated.showExitAlert": "Mostrar alerta 'El proceso de terminal terminó con el código de salida ' cuando el código de salida no es cero.", + "terminal.integrated.experimentalRestore": "Indica si se restauran automĆ”ticamente las sesiones del terminal para el Ć”rea de trabajo cuando se inicia VS Code. Esta es una opción experimental; puede tener errores y podrĆ­a cambiar en el futuro.", "terminalCategory": "Terminal", "viewCategory": "Ver" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index c3d0cfd1e3..8bee86605e 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "Alternar terminal integrado", "workbench.action.terminal.kill": "Terminar la instancia del terminal activo", "workbench.action.terminal.kill.short": "Terminar el terminal", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "Seleccionar todo", "workbench.action.terminal.deleteWordLeft": "Eliminar una palabra a la izquierda", "workbench.action.terminal.deleteWordRight": "Eliminar una palabra a la derecha", + "workbench.action.terminal.moveToLineStart": "Mover al principio de la lĆ­nea", + "workbench.action.terminal.moveToLineEnd": "Mover al final de la lĆ­nea", "workbench.action.terminal.new": "Crear nuevo terminal integrado", "workbench.action.terminal.new.short": "Nuevo terminal", + "workbench.action.terminal.newWorkspacePlaceholder": "Seleccione el directorio de trabajo actual para el nuevo terminal", + "workbench.action.terminal.newInActiveWorkspace": "Crear nuevo terminal integrado (en el espacio de trabajo activo)", + "workbench.action.terminal.split": "Dividir terminal", + "workbench.action.terminal.focusPreviousPane": "Aplicar el foco al panel anterior", + "workbench.action.terminal.focusNextPane": "Aplicar el foco al panel siguiente", + "workbench.action.terminal.resizePaneLeft": "Cambiar el tamaƱo del panel por la izquierda", + "workbench.action.terminal.resizePaneRight": "Cambiar el tamaƱo del panel por la derecha", + "workbench.action.terminal.resizePaneUp": "Cambiar el tamaƱo del panel por arriba", + "workbench.action.terminal.resizePaneDown": "Cambiar el tamaƱo del panel por abajo", "workbench.action.terminal.focus": "Enfocar terminal", "workbench.action.terminal.focusNext": "Enfocar terminal siguiente", "workbench.action.terminal.focusPrevious": "Enfocar terminal anterior", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "Ejecutar texto seleccionado en el terminal activo", "workbench.action.terminal.runActiveFile": "Ejecutar el archivo activo en la terminal activa", "workbench.action.terminal.runActiveFile.noFile": "Solo se pueden ejecutar en la terminal los archivos en disco", - "workbench.action.terminal.switchTerminalInstance": "Cambiar instancia del terminal", + "workbench.action.terminal.switchTerminal": "Cambiar terminal", "workbench.action.terminal.scrollDown": "Desplazar hacia abajo (lĆ­nea)", "workbench.action.terminal.scrollDownPage": "Desplazar hacia abajo (pĆ”gina)", "workbench.action.terminal.scrollToBottom": "Desplazar al final", diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index b41adfc8dd..540f6c04ba 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "El color de fondo del terminal, esto permite colorear el terminal de forma diferente al panel.", "terminal.foreground": "El color de primer plano del terminal.", "terminalCursor.foreground": "Color de primer plano del cursor del terminal.", "terminalCursor.background": "Color de fondo del cursor del terminal. Permite personalizar el color de un carĆ”cter solapado por un cursor de bloque.", "terminal.selectionBackground": "Color de fondo de selección del terminal.", - "terminal.ansiColor": "Color ANSI \"{0}\" en el terminal." + "terminal.border": "Color del borde que separa paneles divididos en el terminal. El valor predeterminado es panel.border.", + "terminal.ansiColor": "color ANSI ' {0} ' en el terminal." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index 256e495a59..7aa5998d4c 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "ĀæPermite {0} (definido como valor del Ć”rea de trabajo) que sea lanzado en el terminal?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index 213a60a3c4..ce27d224a6 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 6fde9b3d45..06274dd050 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "LĆ­nea en blanco", + "terminal.integrated.a11yPromptLabel": "Entrada de terminal", + "terminal.integrated.a11yTooMuchOutput": "Demasiada salida para anunciarla. Vaya a las filas manualmente para leerlas.", "terminal.integrated.copySelection.noSelection": "El terminal no tiene ninguna selección para copiar", "terminal.integrated.exitedWithCode": "El proceso del terminal finalizó con el código de salida: {0}", "terminal.integrated.waitOnExit": "Presione cualquier tecla para cerrar el terminar", - "terminal.integrated.launchFailed": "No se pudo iniciar el comando de proceso terminal \"{0}{1}\" (código de salida: {2})" + "terminal.integrated.launchFailed": "No se pudo iniciar el comando de proceso del terminal \"{0}{1}\" (código de salida: {2})" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index 79af3c4674..7cbf1bb220 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Alt + clic para seguir el vĆ­nculo", "terminalLinkHandler.followLinkCmd": "Cmd + clic para abrir el vĆ­nculo", "terminalLinkHandler.followLinkCtrl": "Ctrl + clic para abrir el vĆ­nculo" diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index a2ea49d47f..79ddaacb02 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "Copiar", "paste": "Pegar", "selectAll": "Seleccionar todo", - "clear": "Borrar" + "clear": "Borrar", + "split": "Dividir" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index 1a5374df01..807a5ddb15 100644 --- a/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "Para cambiar el shell de terminal predeterminado, seleccione el botón Personalizar.", "customize": "Personalizar", - "cancel": "Cancelar", - "never again": "De acuerdo, no volver a mostrar este mensaje", + "never again": "No volver a mostrar", "terminal.integrated.chooseWindowsShell": "Seleccione el shell de terminal que desee, puede cambiarlo mĆ”s adelante en la configuración", "terminalService.terminalCloseConfirmationSingular": "Hay una sesión de terminal activa, Āæquiere terminarla?", "terminalService.terminalCloseConfirmationPlural": "Hay {0} sesiones de terminal activas, Āæquiere terminarlas?" diff --git a/i18n/esn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index ce5331764d..089212068d 100644 --- a/i18n/esn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "Tema de color", "themes.category.light": "temas claros", "themes.category.dark": "temas oscuros", diff --git a/i18n/esn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 340d98de1c..d2f93e17ec 100644 --- a/i18n/esn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "El Ć”rea de trabajo contiene valores que solo pueden establecerse en Configuración de usuario. ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "Abrir configuración del Ć”rea de trabajo", - "openDocumentation": "MĆ”s información", - "ignore": "Omitir" + "dontShowAgain": "No volver a mostrar", + "unsupportedWorkspaceSettings": "Esta Ć”rea de trabajo contiene valores de configuración que solo se pueden establecer en Configuración de usuario ({0}). Haga clic [aquĆ­]({1}) para obtener mĆ”s información." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/esn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index 64b2ba9a6c..ad81b602e5 100644 --- a/i18n/esn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "Notas de la versión: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index fb314ccaef..0d622362f9 100644 --- a/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "Notas de la versión", - "updateConfigurationTitle": "Actualización", - "updateChannel": "Configure si recibirĆ” actualizaciones automĆ”ticas de un canal de actualización. Es necesario reiniciar tras el cambio." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "Notas de la versión" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 788665ef84..d6f1fbeccf 100644 --- a/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "Actualizar ahora", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "MĆ”s tarde", "unassigned": "sin asignar", "releaseNotes": "Notas de la versión", "showReleaseNotes": "Mostrar las notas de la versión", - "downloadNow": "Descargar ahora", "read the release notes": "{0} v{1}. ĀæQuiere leer las notas de la versión?", - "licenseChanged": "Los tĆ©rminos de licencia han cambiado, revĆ­selos.", - "license": "Leer licencia", + "licenseChanged": "Los tĆ©rminos de licencia han cambiado. Haga clic [aquĆ­]({0}) para revisarlos.", "neveragain": "No volver a mostrar", - "64bitisavailable": "Ya estĆ” disponible {0} para Windows de 64 bits.", - "learn more": "MĆ”s información", + "64bitisavailable": "Ya estĆ” disponible {0} para Windows de 64 bits. Haga clic [aquĆ­]({1}) para obtener mĆ”s información.", "updateIsReady": "Nueva actualización de {0} disponible.", + "noUpdatesAvailable": "Actualmente, no hay actualizaciones disponibles.", + "ok": "Aceptar", + "download now": "Descargar ahora", "thereIsUpdateAvailable": "Hay una actualización disponible.", - "updateAvailable": "{0} se actualizarĆ” despuĆ©s de reiniciarse.", - "noUpdatesAvailable": "Actualmente no hay actualizaciones disponibles.", + "installUpdate": "Instalar la actualización ", + "updateAvailable": "Hay una actualización disponible: {0} {1}", + "updateInstalling": "{0} {1} se estĆ” instalando en segundo plano, le avisaremos cuando sea completada", + "updateNow": "Actualizar ahora", + "updateAvailableAfterRestart": "{0} se actualizarĆ” despuĆ©s de reiniciarse.", "commandPalette": "Paleta de comandos...", "settings": "Configuración", "keyboardShortcuts": "MĆ©todos abreviados de teclado", + "showExtensions": "Administrar extensiones", + "userSnippets": "Fragmentos de código de usuario", "selectTheme.label": "Tema de color", "themes.selectIconTheme.label": "Tema de icono de archivo", - "not available": "Actualizaciones no disponibles", + "checkForUpdates": "Buscar actualizaciones...", "checkingForUpdates": "Buscando actualizaciones...", - "DownloadUpdate": "Descargar actualización disponible", "DownloadingUpdate": "Descargando actualización...", - "InstallingUpdate": "Instalando actualización...", - "restartToUpdate": "Reiniciar para actualizar...", - "checkForUpdates": "Buscar actualizaciones..." + "installUpdate...": "Instalar la actualización de...", + "installingUpdate": "Instalando actualización...", + "restartToUpdate": "Reiniciar para actualizar..." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/esn/src/vs/workbench/parts/views/browser/views.i18n.json index f2487840d9..5a0328f58d 100644 --- a/i18n/esn/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index e0975190eb..789f4cd8a7 100644 --- a/i18n/esn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 5e291dfc74..ce84c8f7ac 100644 --- a/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "Mostrar todos los comandos", "watermark.quickOpen": "Ir al archivo", "watermark.openFile": "Abrir archivo", diff --git a/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 6bfa413234..1e81ab79d3 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "Explorador de archivos", "welcomeOverlay.search": "Buscar en todos los archivos", "welcomeOverlay.git": "Administración de código fuente", diff --git a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index ce34af0dd5..7178fbf974 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "Edición mejorada", "welcomePage.start": "Iniciar", diff --git a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index f768bb7f55..a146b565b1 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Ɓrea de trabajo", "workbench.startupEditor.none": "Iniciar sin un editor.", "workbench.startupEditor.welcomePage": "Abra la pĆ”gina de bienvenida (predeterminado).", diff --git a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 14443a64a6..f4c3695a72 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Bienvenido", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "La compatibilidad con {0} ya estĆ” instalada", "ok": "Aceptar", "details": "Detalles", - "cancel": "Cancelar", "welcomePage.buttonBackground": "Color de fondo de los botones en la pĆ”gina principal.", "welcomePage.buttonHoverBackground": "Color de fondo al mantener el mouse en los botones de la pĆ”gina principal." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index dba5932269..9e9356a822 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "Ɓrea de juegos interactiva", "editorWalkThrough": "Ɓrea de juegos interactiva" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index 680a14272a..e5c26eaa79 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "Ɓrea de juegos interactiva", "help": "Ayuda", "interactivePlayground": "Ɓrea de juegos interactiva" diff --git a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index 4e12bfa32d..b8d051cb94 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "Desplazar hacia arriba (lĆ­nea)", "editorWalkThrough.arrowDown": "Desplazar hacia abajo (lĆ­nea)", "editorWalkThrough.pageUp": "Desplazar hacia arriba (pĆ”gina)", diff --git a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 7dc0e8efbd..eba2127584 100644 --- a/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "sin enlazar", "walkThrough.gitNotFound": "Parece que GIT no estĆ” instalado en el sistema.", "walkThrough.embeddedEditorBackground": "Color de fondo de los editores incrustrados en la Ć”rea de juegos" diff --git a/i18n/esn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..9c4735b1bd --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "los elementos de menĆŗ deben ser una colección", + "requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", + "optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"", + "vscode.extension.contributes.menuItem.command": "El identificador del comando que se ejecutarĆ”. El comando se debe declarar en la sección 'commands'", + "vscode.extension.contributes.menuItem.alt": "El identificador de un comando alternativo que se usarĆ”. El comando se debe declarar en la sección 'commands'", + "vscode.extension.contributes.menuItem.when": "Condición que se debe cumplir para mostrar este elemento", + "vscode.extension.contributes.menuItem.group": "Grupo al que pertenece este comando", + "vscode.extension.contributes.menus": "Contribuye con elementos de menĆŗ al editor", + "menus.commandPalette": "La paleta de comandos", + "menus.touchBar": "Barra tĆ”ctil (sólo macOS)", + "menus.editorTitle": "El menĆŗ de tĆ­tulo del editor", + "menus.editorContext": "El menĆŗ contextual del editor", + "menus.explorerContext": "El menĆŗ contextual del explorador de archivos", + "menus.editorTabContext": "El menĆŗ contextual de pestaƱas del editor", + "menus.debugCallstackContext": "El menĆŗ contextual de la pila de llamadas de depuración", + "menus.scmTitle": "El menĆŗ del tĆ­tulo Control de código fuente", + "menus.scmSourceControl": "El menĆŗ de control de código fuente", + "menus.resourceGroupContext": "El menĆŗ contextual del grupo de recursos de Control de código fuente", + "menus.resourceStateContext": "El menĆŗ contextual de estado de recursos de Control de código fuente", + "view.viewTitle": "El menĆŗ de tĆ­tulo de vista contribuida", + "view.itemContext": "El menĆŗ contextual del elemento de vista contribuida", + "nonempty": "se esperaba un valor no vacĆ­o.", + "opticon": "la propiedad `icon` se puede omitir o debe ser una cadena o un literal como `{dark, light}`", + "requireStringOrObject": "La propiedad \"{0}\" es obligatoria y debe ser de tipo \"string\" u \"object\"", + "requirestrings": "Las propiedades \"{0}\" y \"{1}\" son obligatorias y deben ser de tipo \"string\"", + "vscode.extension.contributes.commandType.command": "Identificador del comando que se va a ejecutar", + "vscode.extension.contributes.commandType.title": "TĆ­tulo con el que se representa el comando en la interfaz de usuario", + "vscode.extension.contributes.commandType.category": "(Opcional) la cadena de categorĆ­a se agrupa por el comando en la interfaz de usuario", + "vscode.extension.contributes.commandType.icon": "(Opcional) El icono que se usa para representar el comando en la UI. Ya sea una ruta de acceso al archivo o una configuración con temas", + "vscode.extension.contributes.commandType.icon.light": "Ruta del icono cuando se usa un tema claro", + "vscode.extension.contributes.commandType.icon.dark": "Ruta del icono cuando se usa un tema oscuro", + "vscode.extension.contributes.commands": "Aporta comandos a la paleta de comandos.", + "dup": "El comando `{0}` aparece varias veces en la sección 'commands'.", + "menuId.invalid": "`{0}` no es un identificador de menĆŗ vĆ”lido", + "missing.command": "El elemento de menĆŗ hace referencia a un comando `{0}` que no estĆ” definido en la sección 'commands'.", + "missing.altCommand": "El elemento de menĆŗ hace referencia a un comando alternativo `{0}` que no estĆ” definido en la sección 'commands'.", + "dupe.command": "El elemento de menĆŗ hace referencia al mismo comando que el comando predeterminado y el comando alternativo" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index caa5ba3741..c88af71ea9 100644 --- a/i18n/esn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/esn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "Resumen de la configuración. Esta etiqueta se usarĆ” en el archivo de configuración como comentario divisor.", "vscode.extension.contributes.configuration.properties": "Descripción de las propiedades de configuración.", "scope.window.description": "Configuración especĆ­fica para ventanas, que se puede definir en la configuración de usuario o de Ć”rea de trabajo.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "Un nombre opcional para la carpeta. ", "workspaceConfig.uri.description": "URI de la carpeta", "workspaceConfig.settings.description": "Configuración de Ć”rea de trabajo", + "workspaceConfig.launch.description": "Configuraciones de lanzamiento del espacio de trabajo", "workspaceConfig.extensions.description": "Extensiones del Ć”rea de trabajo", "unknownWorkspaceProperty": "Propiedad de configuración de espacio de trabajo desconocida" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/esn/src/vs/workbench/services/configuration/node/configuration.i18n.json index 7393d60745..63998df970 100644 --- a/i18n/esn/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/esn/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/esn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index a984f12ff4..0b23b826ae 100644 --- a/i18n/esn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "Abrir configuración de tareas", "openLaunchConfiguration": "Abrir configuración de inicio", - "close": "Cerrar", "open": "Abrir configuración", "saveAndRetry": "Guardar y reintentar", "errorUnknownKey": "No se puede escribir en {0} porque {1} no es una configuración registrada.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "No se puede escribir a la configuración del espacio de trabajo porque {0} no soporta a un espacio de trabajo con multi carpetas.", "errorInvalidFolderTarget": "No se puede escribir en Configuración de carpeta porque no se ha proporcionado ningĆŗn recurso.", "errorNoWorkspaceOpened": "No se puede escribir en {0} porque no hay ninguna Ć”rea de trabajo abierta. Abra un Ć”rea de trabajo y vuelva a intentarlo.", - "errorInvalidTaskConfiguration": "No se puede escribir en el archivo de tareas. Por favor, abra el archivo de ** Tareas ** para corregir los errores/advertencias en Ć©l e intĆ©ntelo de nuevo.", - "errorInvalidLaunchConfiguration": "No se puede escribir en el archivo de inicio. Por favor, abra el archivo de ** Inicio** para corregir los errores/advertencias en Ć©l e intĆ©ntelo de nuevo.", - "errorInvalidConfiguration": "No se puede escribir en la configuración de usuario. Por favor, abra el archivo de **Configuración de usuario** para corregir los errores/advertencias en Ć©l e intĆ©ntelo de nuevo.", - "errorInvalidConfigurationWorkspace": "No se puede escribir en la configuración del Ć”rea de trabajo. Por favor, abra el archivo de **Configuración de Ć”rea de trabajo** para corregir los errores/advertencias en Ć©l e intĆ©ntelo de nuevo.", - "errorInvalidConfigurationFolder": "No se puede escribir en la configuración de carpeta. Por favor, abra el archivo de **Configuración de carpeta** para corregir los errores/advertencias en Ć©l e intĆ©ntelo de nuevo.", - "errorTasksConfigurationFileDirty": "No se puede escribir en el archivo de tareas porque el archivo se ha modificado. Por favor, guarde el archivo de **Configuración de Tareas** e intĆ©ntelo de nuevo.", - "errorLaunchConfigurationFileDirty": "No se puede escribir en el archivo de inicio porque el archivo se ha modificado. Por favor, guarde el archivo de **Configuración de inicio** e intĆ©ntelo de nuevo.", - "errorConfigurationFileDirty": "No se puede escribir en la configuración de usuario porque el archivo se ha modificado. Por favor, guarde el archivo de **Configuración de usuario** e intĆ©ntelo de nuevo.", - "errorConfigurationFileDirtyWorkspace": "No se puede escribir en la configuración del Ć”rea de trabajo porque el archivo se ha modificado. Por favor, guarde el archivo de **Configuración del Ć”rea de trabajo** e intĆ©ntelo de nuevo.", - "errorConfigurationFileDirtyFolder": "No se puede escribir en la configuración de carpeta porque el archivo se ha modificado. Por favor, guarde el archivo de **Configuración de carpeta** en la carpeta ** {0} ** e intĆ©ntelo de nuevo.", + "errorInvalidTaskConfiguration": "No se puede escribir en el archivo de configuración de tareas. Por favor, Ć”bralo para corregir sus errores/advertencias e intĆ©ntelo de nuevo.", + "errorInvalidLaunchConfiguration": "No se puede escribir en el archivo de configuración de inicio. Ɓbralo para corregir los posibles errores o advertencias que tenga y vuelva a intentarlo.", + "errorInvalidConfiguration": "No se puede escribir en la configuración de usuario. Ɓbrala para corregir los posibles errores o advertencias que tenga y vuelva a intentarlo.", + "errorInvalidConfigurationWorkspace": "No se puede escribir en la configuración del Ć”rea de trabajo. Por favor, abra la configuración del Ć”rea de trabajo para corregir los errores/advertencias en el archivo e intĆ©ntelo de nuevo.", + "errorInvalidConfigurationFolder": "No se puede escribir en la configuración de carpeta. Abra la configuración de la carpeta \"{0}\" para corregir los posibles errores o advertencias que tenga y vuelva a intentarlo.", + "errorTasksConfigurationFileDirty": "No se puede escribir en el archivo de configuración de tareas porque se ha modificado. Guarde primero el archivo y vuelva a intentarlo.", + "errorLaunchConfigurationFileDirty": "No se puede escribir en el archivo de configuración de inicio porque se ha modificado. Guarde primero el archivo y vuelva a intentarlo.", + "errorConfigurationFileDirty": "No se puede escribir en el archivo de configuración de usuario porque se ha modificado. Guarde primero el archivo y vuelva a intentarlo.", + "errorConfigurationFileDirtyWorkspace": "No se puede escribir en el archivo de configuración del Ć”rea de trabajo porque se ha modificado. Guarde primero el archivo y vuelva a intentarlo.", + "errorConfigurationFileDirtyFolder": "No se puede escribir en el archivo de configuración de carpeta porque se ha modificado. Guarde primero el archivo de configuración de la carpeta \"{0}\" y vuelva a intentarlo.", "userTarget": "Configuración de usuario", "workspaceTarget": "Configuración de Ć”rea de trabajo", "folderTarget": "Configuración de carpeta" diff --git a/i18n/esn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/esn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 081d076416..2727286007 100644 --- a/i18n/esn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "No se puede escribir en el archivo. Abra el archivo para corregir los errores o advertencias y vuelva a intentarlo.", "errorFileDirty": "No se puede escribir en el archivo porque se ha modificado. Guarde el archivo y vuelva a intentarlo." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/esn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index fb3b052d7b..a73813685f 100644 --- a/i18n/esn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/esn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index fb3b052d7b..1a9dc60b3b 100644 --- a/i18n/esn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "TelemetrĆ­a", "telemetry.enableCrashReporting": "Habilite los informes de bloqueo para enviarlos a Microsoft. Esta opción requiere reiniciar para que tenga efecto." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/esn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 134d1d4862..5f9a07a6a0 100644 --- a/i18n/esn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "Contiene elementos resaltados" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/esn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..c5220ff1b3 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&SĆ­", + "cancelButton": "Cancelar", + "moreFile": "...1 archivo mĆ”s que no se muestra", + "moreFiles": "...{0} archivos mĆ”s que no se muestran" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/esn/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/esn/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/esn/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/esn/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/esn/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/esn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..ac4ba0d686 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "Para las extensiones de VS Code, especifica la versión de VS Code con la que la extensión es compatible. No puede ser *. Por ejemplo: ^0.10.5 indica compatibilidad con una versión de VS Code mĆ­nima de 0.10.5.", + "vscode.extension.publisher": "El publicador de la extensión VS Code.", + "vscode.extension.displayName": "Nombre para mostrar de la extensión que se usa en la galerĆ­a de VS Code.", + "vscode.extension.categories": "CategorĆ­as que usa la galerĆ­a de VS Code para clasificar la extensión.", + "vscode.extension.galleryBanner": "Banner usado en VS Code Marketplace.", + "vscode.extension.galleryBanner.color": "Color del banner en el encabezado de pĆ”gina de VS Code Marketplace.", + "vscode.extension.galleryBanner.theme": "Tema de color de la fuente que se usa en el banner.", + "vscode.extension.contributes": "Todas las contribuciones de la extensión VS Code representadas por este paquete.", + "vscode.extension.preview": "Establece la extensión que debe marcarse como versión preliminar en Marketplace.", + "vscode.extension.activationEvents": "Eventos de activación de la extensión VS Code.", + "vscode.extension.activationEvents.onLanguage": "Un evento de activación emitido cada vez que se abre un archivo que se resuelve en el idioma especificado.", + "vscode.extension.activationEvents.onCommand": "Un evento de activación emitido cada vez que se invoca el comando especificado.", + "vscode.extension.activationEvents.onDebug": "Un evento de activación emitido cada vez que un usuario estĆ” a punto de iniciar la depuración o cada vez que estĆ” a punto de configurar las opciones de depuración.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "Un evento de activación emitido cada vez que se necesite crear un \"launch.json\" (y se necesite llamar a todos los mĆ©todos provideDebugConfigurations).", + "vscode.extension.activationEvents.onDebugResolve": "Un evento de activación emitido cada vez que estĆ© a punto de ser iniciada una sesión de depuración con el tipo especĆ­fico (y se necesite llamar al mĆ©todo resolveDebugConfiguration correspondiente).", + "vscode.extension.activationEvents.workspaceContains": "Un evento de activación emitido cada vez que se abre una carpeta que contiene al menos un archivo que coincide con el patrón global especificado.", + "vscode.extension.activationEvents.onView": "Un evento de activación emitido cada vez que se expande la vista especificada.", + "vscode.extension.activationEvents.star": "Un evento de activación emitido al inicio de VS Code. Para garantizar una buena experiencia para el usuario final, use este evento de activación en su extensión solo cuando no le sirva ninguna otra combinación de eventos de activación en su caso.", + "vscode.extension.badges": "Matriz de distintivos que se muestran en la barra lateral de la pĆ”gina de extensiones de Marketplace.", + "vscode.extension.badges.url": "URL de la imagen del distintivo.", + "vscode.extension.badges.href": "VĆ­nculo del distintivo.", + "vscode.extension.badges.description": "Descripción del distintivo.", + "vscode.extension.extensionDependencies": "Dependencias a otras extensiones. El identificador de una extensión siempre es ${publisher}.${name}. Por ejemplo: vscode.csharp.", + "vscode.extension.scripts.prepublish": "Script que se ejecuta antes de publicar el paquete como extensión VS Code.", + "vscode.extension.scripts.uninstall": "Enlace de desinstalación para la extensión de VS Code. Script que se ejecuta cuando la extensión se ha desinstalado por completo de VS Code, que es cuando VS Code se reinicia (se cierra y se inicia) despuĆ©s de haberse desinstalado la extensión. Solo se admiten scripts de Node.", + "vscode.extension.icon": "Ruta de acceso a un icono de 128 x 128 pĆ­xeles." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 0d45631933..b7fc1036ef 100644 --- a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "El host de extensiones no se inició en 10 segundos, puede que se detenga en la primera lĆ­nea y necesita un depurador para continuar.", "extensionHostProcess.startupFail": "El host de extensiones no se inició en 10 segundos, lo cual puede ser un problema.", + "reloadWindow": "Recargar ventana", "extensionHostProcess.error": "Error del host de extensiones: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 41edb4e2c2..6dd0221872 100644 --- a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "Perfiles del Host de Extensiones $(zap)... " } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index 7204a4d9d3..1c9905191e 100644 --- a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "No se pudo analizar {0}: {1}.", "fileReadFail": "No se puede leer el archivo {0}: {1}.", - "jsonsParseFail": "No se pudo analizar {0} o {1}: {2}.", + "jsonsParseReportErrors": "No se pudo analizar {0}: {1}.", "missingNLSKey": "No se encontró un mensaje para la clave {0}." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 1e7e9507ab..3a69b5c0ad 100644 --- a/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "Herramientas de desarrollo", - "restart": "Reiniciar el host de extensiones", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "El host de extensiones finalizó inesperadamente.", "extensionHostProcess.unresponsiveCrash": "Se terminó el host de extensiones porque no respondĆ­a.", + "devTools": "Herramientas de desarrollo", + "restart": "Reiniciar el host de extensiones", "overwritingExtension": "Sobrescribiendo la extensión {0} con {1}.", "extensionUnderDevelopment": "Cargando la extensión de desarrollo en {0}", - "extensionCache.invalid": "Las extensiones han sido modificadas en disco. Por favor, vuelva a cargar la ventana." + "extensionCache.invalid": "Las extensiones han sido modificadas en disco. Por favor, vuelva a cargar la ventana.", + "reloadWindow": "Recargar ventana" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/esn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..09c48df921 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "No se pudo analizar {0}: {1}.", + "fileReadFail": "No se puede leer el archivo {0}: {1}.", + "jsonsParseReportErrors": "No se pudo analizar {0}: {1}.", + "missingNLSKey": "No se encontró un mensaje para la clave {0}.", + "notSemver": "La versión de la extensión no es compatible con semver.", + "extensionDescription.empty": "Se obtuvo una descripción vacĆ­a de la extensión.", + "extensionDescription.publisher": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", + "extensionDescription.name": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", + "extensionDescription.version": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", + "extensionDescription.engines": "la propiedad `{0}` es obligatoria y debe ser de tipo \"object\"", + "extensionDescription.engines.vscode": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", + "extensionDescription.extensionDependencies": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string[]\"", + "extensionDescription.activationEvents1": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string[]\"", + "extensionDescription.activationEvents2": "las propiedades `{0}` y `{1}` deben especificarse u omitirse conjuntamente", + "extensionDescription.main1": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"", + "extensionDescription.main2": "Se esperaba que \"main\" ({0}) se hubiera incluido en la carpeta de la extensión ({1}). Esto puede hacer que la extensión no sea portĆ”til.", + "extensionDescription.main3": "las propiedades `{0}` y `{1}` deben especificarse u omitirse conjuntamente" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/esn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index bd8acd7eac..cac6f98472 100644 --- a/i18n/esn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Requiere Microsoft .NET Framework 4.5. Siga el vĆ­nculo para instalarlo.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": "Descargar .NET Framework 4.5", "neverShowAgain": "No volver a mostrar", + "netVersionError": "Requiere Microsoft .NET Framework 4.5. Siga el vĆ­nculo para instalarlo.", + "learnMore": "Instrucciones", + "enospcError": "{0} estĆ” a punto de agotar los identificadores de archivo. Por favor siga el enlace de instrucciones para resolver este problema.", + "binFailed": "No se pudo mover \"{0}\" a la papelera de reciclaje", "trashFailed": "No se pudo mover '{0}' a la papelera" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/esn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 1d8632efe3..a527ee3d78 100644 --- a/i18n/esn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "El archivo es un directorio", + "fileNotModifiedError": "Archivo no modificado desde", "fileBinaryError": "El archivo parece ser binario y no se puede abrir como texto" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/esn/src/vs/workbench/services/files/node/fileService.i18n.json index 35eecc9418..96865021be 100644 --- a/i18n/esn/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "Recurso de archivo no vĆ”lido ({0})", "fileIsDirectoryError": "Archivo es el directorio", "fileNotModifiedError": "Archivo no modificado desde", + "fileTooLargeForHeapError": "El tamaƱo del archivo excede el lĆ­mite de memoria de la ventana, intente ejecutarlo con --max-memory=NUEVOTAMAƑO", "fileTooLargeError": "Archivo demasiado grande para abrirlo", "fileNotFoundError": "Archivo no encontrado ({0})", "fileBinaryError": "El archivo parece ser binario y no se puede abrir como texto", + "filePermission": "Permiso denegado al escribir en el archivo ({0})", "fileExists": "El archivo a crear ya existe ({0})", "fileMoveConflict": "No se puede mover o copiar. El archivo ya existe en la ubicación de destino. ", "unableToMoveCopyError": "No se puede mover o copiar. El archivo reemplazarĆ­a a la carpeta que lo contiene.", diff --git a/i18n/esn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..40aed09cf3 --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "Aporta la configuración del esquema JSON.", + "contributes.jsonValidation.fileMatch": "Patrón de archivo para buscar coincidencias, por ejemplo, \"package.json\" o \"*.launch\".", + "contributes.jsonValidation.url": "Dirección URL de esquema ('http:', 'https:') o ruta de acceso relativa a la carpeta de extensión ('./').", + "invalid.jsonValidation": "configuration.jsonValidation debe ser una matriz", + "invalid.fileMatch": "configuration.jsonValidation.fileMatch debe haberse definido", + "invalid.url": "configuration.jsonValidation.url debe ser una dirección URL o una ruta de acceso relativa", + "invalid.url.fileschema": "configuration.jsonValidation.url es una dirección URL relativa no vĆ”lida: {0}", + "invalid.url.schema": "configuration.jsonValidation.url debe empezar por \"http:\", \"https:\" o \"./\" para hacer referencia a los esquemas ubicados en la extensión" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/esn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index 2fd28d1449..e3f051f1a5 100644 --- a/i18n/esn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/esn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "Unable to write because the file is dirty. Please save the **Keybindings** file and try again.", - "parseErrors": "No se pueden escribir enlaces de teclado. Abra el **archivo de enlaces de teclado** para corregir los errores o advertencias del archivo y vuelva a intentarlo.", - "errorInvalidConfiguration": "No se pueden escribir enlaces de teclado. El archivo de **enlaces de teclado** tiene un objeto que no es de tipo matriz. Abra el archivo para limpiarlo y vuelva a intentarlo.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "No se puede escribir porque el archivo de configuración KeyBindings se ha modificado. Guarde el archivo y vuelva a intentarlo.", + "parseErrors": "No se puede escribir en el archivo de configuración KeyBindings. Abra el archivo para corregir los errores/advertencias e intĆ©ntelo otra vez.", + "errorInvalidConfiguration": "No se puede escribir en el archivo de configuración KeyBindings. Tiene un objeto que no es de tipo Array. Abra el archivo para corregirlo y vuelva a intentarlo.", "emptyKeybindingsHeader": "Coloque sus enlaces de teclado en este archivo para sobrescribir los valores predeterminados." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index c94ca02c93..f0f9b100e6 100644 --- a/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "se esperaba un valor no vacĆ­o.", "requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"", "optstring": "la propiedad `{0}` se puede omitir o debe ser de tipo \"string\"", @@ -22,5 +24,6 @@ "keybindings.json.when": "Condición cuando la tecla estĆ” activa.", "keybindings.json.args": "Argumentos que se pasan al comando para ejecutar.", "keyboardConfigurationTitle": "Teclado", - "dispatch": "Controla la lógica de distribución de las pulsaciones de teclas para usar `code` (recomendado) o `keyCode`." + "dispatch": "Controla la lógica de distribución de las pulsaciones de teclas para usar `code` (recomendado) o `keyCode`.", + "touchbar.enabled": "Habilita los botones de macOS Touchbar en el teclado si estĆ”n disponibles." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/esn/src/vs/workbench/services/message/browser/messageList.i18n.json index 788641d698..c7b1abb33a 100644 --- a/i18n/esn/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/esn/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Error: {0}", "alertWarningMessage": "Advertencia: {0}", "alertInfoMessage": "Información: {0}", diff --git a/i18n/esn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/esn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index 6dd85cade0..1cfae346d7 100644 --- a/i18n/esn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&SĆ­", "cancelButton": "Cancelar" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/esn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 1875bdd4e2..9559ecda05 100644 --- a/i18n/esn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "Aporta declaraciones de lenguaje.", "vscode.extension.contributes.languages.id": "Identificador del lenguaje.", "vscode.extension.contributes.languages.aliases": "Alias de nombre para el lenguaje.", diff --git a/i18n/esn/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/esn/src/vs/workbench/services/progress/browser/progressService2.i18n.json index d810290ae9..7da6218aa9 100644 --- a/i18n/esn/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/esn/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1} ", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index bca2124994..078095db28 100644 --- a/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "Aporta tokenizadores de TextMate.", "vscode.extension.contributes.grammars.language": "Identificador del lenguaje para el que se aporta esta sintaxis.", "vscode.extension.contributes.grammars.scopeName": "Nombre del Ć”mbito de TextMate que usa el archivo tmLanguage.", diff --git a/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index 431db97694..0e26acb50f 100644 --- a/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/esn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "Lenguaje desconocido en \"contributes.{0}.language\". Valor proporcionado: {1}", "invalid.scopeName": "Se esperaba una cadena en \"contributes.{0}.scopeName\". Valor proporcionado: {1}", "invalid.path.0": "Se esperaba una cadena en \"contributes.{0}.path\". Valor proporcionado: {1}", diff --git a/i18n/esn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/esn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 5c88230666..13ebbc3e2c 100644 --- a/i18n/esn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/esn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "Este es un archivo con modificaciones. GuĆ”rdelo antes de volver a abrirlo con otra codificación.", "genericSaveError": "No se pudo guardar '{0}': {1}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/esn/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 671c3c1b06..dc5298ff04 100644 --- a/i18n/esn/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "No se pudo hacer una copia de seguridad de los archivos con modificaciones pendientes (Error: {0}). Intente guardar los archivos antes de salir." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/esn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index e49927e3bd..8c9f177eda 100644 --- a/i18n/esn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "ĀæQuiere guardar los cambios efectuados en {0}?", "saveChangesMessages": "ĀæDesea guardar los cambios en los siguientes {0} archivos?", - "moreFile": "...1 archivo mĆ”s que no se muestra", - "moreFiles": "...{0} archivos mĆ”s que no se muestran", "saveAll": "&&Guardar todo", "save": "Guardar", "dontSave": "&&No guardar", diff --git a/i18n/esn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/esn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..b7c0bd6d0c --- /dev/null +++ b/i18n/esn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "Contribuye a la extensión definida para los colores de los temas", + "contributes.color.id": "El identificador de los colores de los temas", + "contributes.color.id.format": "Los identificadores deben estar en la forma aa [.bb] *", + "contributes.color.description": "La descripción de los colores de los temas", + "contributes.defaults.light": "El color predeterminado para los temas claros. Un valor de color en hexadecimal (#RRGGBB [AA]) o el identificador de un color para los temas que proporciona el valor predeterminado.", + "contributes.defaults.dark": "El color predeterminado para los temas oscuros. Un valor de color en hexadecimal (#RRGGBB [AA]) o el identificador de un color para los temas que proporciona el valor predeterminado.", + "contributes.defaults.highContrast": "El color predeterminado para los temas con constraste. Un valor de color en hexadecimal (#RRGGBB [AA]) o el identificador de un color para los temas que proporciona el valor predeterminado.", + "invalid.colorConfiguration": "'configuration.colors' debe ser una matriz", + "invalid.default.colorType": "{0} debe ser un valor de color en hexadecimal (#RRGGBB [AA] o #RGB [A]) o el identificador de un color para los temas que puede ser el valor predeterminado.", + "invalid.id": "'configuration.colors.id' debe ser definida y no puede estar vacĆ­a.", + "invalid.id.format": "'configuration.colors.id' debe seguir la palabra [.word]*", + "invalid.description": "'configuration.colors.description' debe ser definida y no puede estar vacĆ­a.", + "invalid.defaults": "'configuration.colors.defaults' debe ser definida y contener 'light', 'dark' y 'highContrast'" +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/esn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index 2c851d6083..bce9f2c070 100644 --- a/i18n/esn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/esn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "Colores y estilos para el token.", "schema.token.foreground": "Color de primer plano para el token.", "schema.token.background.warning": "En este momento los colores de fondo para Token no estĆ”n soportados.", - "schema.token.fontStyle": "Estilo de fuente de la regla: una opción de \"italic\", \"bold\" y \"underline\", o una combinación de ellas.", - "schema.fontStyle.error": "Estilo de fuente debe ser una combinación de 'cursiva', 'negrita' y 'subrayado'", + "schema.token.fontStyle": "Estilo de fuente de la regla: 'cursiva', 'negrita' o 'subrayado' o una combinación. La cadena vacĆ­a desestablece la configuración heredada.", + "schema.fontStyle.error": "El estilo de fuente debe ser ' cursiva', ' negrita' o ' subrayado ' o una combinación o la cadena vacĆ­a.", + "schema.token.fontStyle.none": "Ninguno (borrar el estilo heredado)", "schema.properties.name": "Descripción de la regla.", "schema.properties.scope": "Selector de Ć”mbito con el que se compara esta regla.", "schema.tokenColors.path": "Ruta a un archivo tmTheme (relativa al archivo actual).", diff --git a/i18n/esn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/esn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index 870dfc044d..197274b1fb 100644 --- a/i18n/esn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/esn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "Icono de las carpetas expandidas. El icono de carpeta expandida es opcional. Si no establece, se muestra el icono definido para la carpeta.", "schema.folder": "Icono de las carpetas contraĆ­das y, si folderExpanded no se ha establecido, tambiĆ©n de las carpetas expandidas.", "schema.file": "Icono de archivo predeterminado, que se muestra para todos los archivos que no coinciden con ninguna extensión, nombre de archivo o identificador de lenguaje.", diff --git a/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index 1ef0ff3dbe..a99f07e2c0 100644 --- a/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "Problemas al analizar el archivo de tema JSON: {0}", "error.invalidformat.colors": "Problema al analizar el archivo de tema: {0}. La propiedad \"colors\" no es tipo \"object\".", "error.invalidformat.tokenColors": "Problema al analizar el archivo de tema de color: {0}. La propiedad 'tokenColors' debe ser un array especificando colores o una ruta a un archivo de tema de TextMate", diff --git a/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 5be27841f5..5030288e3c 100644 --- a/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/esn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Contributes textmate color themes.", "vscode.extension.contributes.themes.id": "Identificador del tema de icono como se usa en la configuración de usuario.", "vscode.extension.contributes.themes.label": "Etiqueta del tema de color tal como se muestra en la interfaz de usuario.", diff --git a/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index b0f9faf6b5..f64e046b9f 100644 --- a/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Problems parsing file icons file: {0}" } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 541e0ac3d8..3460bb7613 100644 --- a/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/esn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contributes file icon themes.", "vscode.extension.contributes.iconThemes.id": "Identificador del tema de icono como se usa en la configuración de usuario.", "vscode.extension.contributes.iconThemes.label": "Etiqueta del tema de icono como se muestra en la interfaz de usuario.", diff --git a/i18n/esn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/esn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index 302c7ed170..3a901201fa 100644 --- a/i18n/esn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "Specifies the color theme used in the workbench.", "colorThemeError": "Theme is unknown or not installed.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "No file icons", "iconThemeError": "File icon theme is unknown or not installed.", "workbenchColors": "Reemplaza los colores del tema de color actual", - "editorColors": "Reemplaza los colores y el estilo de fuente del editor del tema de color seleccionado.", "editorColors.comments": "Establece los colores y estilos para los comentarios", "editorColors.strings": "Establece los colores y estilos para los literales de cadena.", "editorColors.keywords": "Establece los colores y estilos para las palabras clave.", @@ -19,5 +20,6 @@ "editorColors.types": "Establece los colores y estilos para las declaraciones y referencias de tipos.", "editorColors.functions": "Establece los colores y estilos para las declaraciones y referencias de funciones.", "editorColors.variables": "Establece los colores y estilos para las declaraciones y referencias de variables.", - "editorColors.textMateRules": "Establece colores y estilos utilizando las reglas de la tematización de textmate (avanzadas)." + "editorColors.textMateRules": "Establece colores y estilos utilizando las reglas de la tematización de textmate (avanzadas).", + "editorColors": "Reemplaza los colores y el estilo de fuente del editor del tema de color seleccionado." } \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/esn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 83604230ec..4c1e0a5dc1 100644 --- a/i18n/esn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/esn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "No se puede escribir en el archivo de configuración del espacio de trabajo. Por favor, abra el archivo para corregir sus errores/advertencias e intĆ©ntelo de nuevo.", "errorWorkspaceConfigurationFileDirty": "No se puede escribir en el archivo de configuración de espacio de trabajo porque el archivo ha sido modificado. Por favor, guĆ”rdelo y vuelva a intentarlo.", - "openWorkspaceConfigurationFile": "Abrir archivo de configuración del Ć”rea de trabajo", - "close": "Cerrar", - "enterWorkspace.close": "Cerrar", - "enterWorkspace.dontShowAgain": "No volver a mostrar", - "enterWorkspace.moreInfo": "MĆ”s información", - "enterWorkspace.prompt": "Obtenga mĆ”s información acerca de cómo trabajar con varias carpetas en VS Code. " + "openWorkspaceConfigurationFile": "Configuración del espacio de trabajo abierta" } \ No newline at end of file diff --git a/i18n/fra/extensions/azure-account/out/azure-account.i18n.json b/i18n/fra/extensions/azure-account/out/azure-account.i18n.json index 7ee7c75a5a..1823139edb 100644 --- a/i18n/fra/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/fra/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/extensions/azure-account/out/extension.i18n.json b/i18n/fra/extensions/azure-account/out/extension.i18n.json index c9ceccea29..34ba4d7453 100644 --- a/i18n/fra/extensions/azure-account/out/extension.i18n.json +++ b/i18n/fra/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/extensions/bat/package.i18n.json b/i18n/fra/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..bc43eea0da --- /dev/null +++ b/i18n/fra/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Windows Bat", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers de commandes Windows." +} \ No newline at end of file diff --git a/i18n/fra/extensions/clojure/package.i18n.json b/i18n/fra/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..f1f9761925 --- /dev/null +++ b/i18n/fra/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Clojure", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Clojure." +} \ No newline at end of file diff --git a/i18n/fra/extensions/coffeescript/package.i18n.json b/i18n/fra/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..58df67f929 --- /dev/null +++ b/i18n/fra/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage CoffeeScript", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers CoffeeScript." +} \ No newline at end of file diff --git a/i18n/fra/extensions/configuration-editing/out/extension.i18n.json b/i18n/fra/extensions/configuration-editing/out/extension.i18n.json index 6d131b1f4c..af59aeb0f1 100644 --- a/i18n/fra/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/fra/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "Exemple" } \ No newline at end of file diff --git a/i18n/fra/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/fra/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index c8334701a6..542f4ae487 100644 --- a/i18n/fra/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/fra/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "le nom du fichier (ex: monfichier.txt)", "activeEditorMedium": "le chemin d’accĆØs du fichier relatif au dossier de l’espace de travail (ex: myFolder/myFile.txt)", "activeEditorLong": "le chemin d’accĆØs complet du fichier (ex: /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/fra/extensions/configuration-editing/package.i18n.json b/i18n/fra/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..7dcc35e9f0 --- /dev/null +++ b/i18n/fra/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Configuration de l'Ć©dition", + "description": "Fournit des fonctionnalitĆ©s (IntelliSense avancĆ©, correction automatique) dans les fichiers de configuration comme les fichiers de paramĆØtres, de lancement et de recommandation d'extension." +} \ No newline at end of file diff --git a/i18n/fra/extensions/cpp/package.i18n.json b/i18n/fra/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..34d10d7155 --- /dev/null +++ b/i18n/fra/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage C/C++", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers C/C++." +} \ No newline at end of file diff --git a/i18n/fra/extensions/csharp/package.i18n.json b/i18n/fra/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..db3af4e575 --- /dev/null +++ b/i18n/fra/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage C#", + "description": "Fournit les extraits de code, la coloration syntaxique, la correspondance des parenthĆØses et le repliement dans les fichiers C#." +} \ No newline at end of file diff --git a/i18n/fra/extensions/css/client/out/cssMain.i18n.json b/i18n/fra/extensions/css/client/out/cssMain.i18n.json index d82cbdd1b3..2bdb46e102 100644 --- a/i18n/fra/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/fra/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "Serveur de langage CSS", "folding.start": "DĆ©but de la rĆ©gion repliable", "folding.end": "Fin de la rĆ©gion repliable" diff --git a/i18n/fra/extensions/css/package.i18n.json b/i18n/fra/extensions/css/package.i18n.json index a6f0b6d471..33b37cb487 100644 --- a/i18n/fra/extensions/css/package.i18n.json +++ b/i18n/fra/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FonctionnalitĆ©s de langage CSS", + "description": "Fournit une prise en charge riche de langage pour les fichiers CSS, LESS et SCSS", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "Nombre de paramĆØtres non valide", "css.lint.boxModel.desc": "Ne pas utiliser la largeur ou la hauteur avec une marge intĆ©rieure ou une bordure", diff --git a/i18n/fra/extensions/diff/package.i18n.json b/i18n/fra/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/extensions/diff/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/extensions/docker/package.i18n.json b/i18n/fra/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..20f4376bdd --- /dev/null +++ b/i18n/fra/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Docker", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Docker." +} \ No newline at end of file diff --git a/i18n/fra/extensions/emmet/package.i18n.json b/i18n/fra/extensions/emmet/package.i18n.json index d8ebfe9b25..9c1e6ff3d1 100644 --- a/i18n/fra/extensions/emmet/package.i18n.json +++ b/i18n/fra/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Prise en charge d'Emmet pour VS Code", "command.wrapWithAbbreviation": "Envelopper avec une abrĆ©viation", "command.wrapIndividualLinesWithAbbreviation": "Envelopper les lignes individuelles avec une abrĆ©viation", "command.removeTag": "Supprimer le Tag", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "Une liste sĆ©parĆ©e par des virgules de noms d’attributs qui devraient exister en abrĆ©gĆ© pour que le filtre de commentaire soit appliquĆ©", "emmetPreferencesFormatNoIndentTags": "Un tableau de noms de balises qui ne devraient pas ĆŖtre indentĆ©es", "emmetPreferencesFormatForceIndentTags": "Un tableau de noms de balises qui devraient toujours ĆŖtre indentĆ©es", - "emmetPreferencesAllowCompactBoolean": "Si true, la notation compacte des attributs boolĆ©ens est produite" + "emmetPreferencesAllowCompactBoolean": "Si true, la notation compacte des attributs boolĆ©ens est produite", + "emmetPreferencesCssWebkitProperties": "Les propriĆ©tĆ©s css sĆ©parĆ©es par des virgules qui ont un prĆ©fixe 'webkit' vendor lorsqu’elles sont utilisĆ©es dans une abrĆ©viation emmet qui commence par '-'. Mettre une chaĆ®ne vide pour Ć©viter le prĆ©fixe 'webkit'.", + "emmetPreferencesCssMozProperties": "Les propriĆ©tĆ©s css sĆ©parĆ©es par des virgules qui ont un prĆ©fixe 'moz' vendor lorsqu’elles sont utilisĆ©es dans une abrĆ©viation emmet qui commence par '-'. Mettre une chaĆ®ne vide pour Ć©viter le prĆ©fixe 'moz'.", + "emmetPreferencesCssOProperties": "Les propriĆ©tĆ©s css sĆ©parĆ©es par des virgules qui ont un prĆ©fixe 'o' vendor lorsqu’elles sont utilisĆ©es dans une abrĆ©viation emmet qui commence par '-'. Mettre une chaĆ®ne vide pour Ć©viter le prĆ©fixe 'o'.", + "emmetPreferencesCssMsProperties": "Les propriĆ©tĆ©s css sĆ©parĆ©es par des virgules qui ont un prĆ©fixe 'ms' vendor lorsqu’elles sont utilisĆ©es dans une abrĆ©viation emmet qui commence par '-'. Mettre une chaĆ®ne vide pour Ć©viter le prĆ©fixe 'ms'." } \ No newline at end of file diff --git a/i18n/fra/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/fra/extensions/extension-editing/out/extensionLinter.i18n.json index c64c3a6f86..b28ca51d86 100644 --- a/i18n/fra/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/fra/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "Les images doivent utiliser le protocole HTTPS.", "svgsNotValid": "Les SVG ne sont pas une source d'images valide.", "embeddedSvgsNotValid": "Les SVG incorporĆ©s ne sont pas une source d'images valide.", diff --git a/i18n/fra/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/fra/extensions/extension-editing/out/packageDocumentHelper.i18n.json index 6c5d20b376..af24bba51c 100644 --- a/i18n/fra/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/fra/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "ParamĆØtres d'Ć©diteur spĆ©cifiques au langage", "languageSpecificEditorSettingsDescription": "Remplacer les paramĆØtres de l'Ć©diteur pour le langage" } \ No newline at end of file diff --git a/i18n/fra/extensions/extension-editing/package.i18n.json b/i18n/fra/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..1c1d78c135 --- /dev/null +++ b/i18n/fra/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Edition de fichier Package", + "description": "Fournit IntelliSense pour les points d'extension VS Code et les fonctionnalitĆ©s de linting dans les fichiers package.json." +} \ No newline at end of file diff --git a/i18n/fra/extensions/fsharp/package.i18n.json b/i18n/fra/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..a966d8f7d7 --- /dev/null +++ b/i18n/fra/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage F#", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers F#." +} \ No newline at end of file diff --git a/i18n/fra/extensions/git/out/askpass-main.i18n.json b/i18n/fra/extensions/git/out/askpass-main.i18n.json index c06e0fff30..d47e054686 100644 --- a/i18n/fra/extensions/git/out/askpass-main.i18n.json +++ b/i18n/fra/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "Informations d'identification manquantes ou non valides." } \ No newline at end of file diff --git a/i18n/fra/extensions/git/out/autofetch.i18n.json b/i18n/fra/extensions/git/out/autofetch.i18n.json index c7e1b61f3e..82f462436a 100644 --- a/i18n/fra/extensions/git/out/autofetch.i18n.json +++ b/i18n/fra/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "Oui", "no": "Non", - "not now": "Pas maintenant", - "suggest auto fetch": "Voulez-vous activer la rappatriement automatique des dĆ©pĆ“ts Git ?" + "not now": "Me demander plus tard", + "suggest auto fetch": "Voulez-vous que Code exĆ©cute [pĆ©riodiquement 'git fetch']({0}) ?" } \ No newline at end of file diff --git a/i18n/fra/extensions/git/out/commands.i18n.json b/i18n/fra/extensions/git/out/commands.i18n.json index ec8efb3f0d..dbcaf03544 100644 --- a/i18n/fra/extensions/git/out/commands.i18n.json +++ b/i18n/fra/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "Ɖtiquette Ć  {0}", "remote branch at": "Branche distante Ć  {0}", "create branch": "$(plus) CrĆ©er nouvelle branche", @@ -35,12 +37,16 @@ "discardAll multiple": "Ignorer 1 fichier", "discardAll": "Ignorer les {0} fichiers", "confirm delete multiple": "Voulez-vous vraiment SUPPRIMER {0} fichiersĀ ?", - "delete files": "Supprimer des fichiers", + "delete files": "Supprimer les fichiers", "there are untracked files single": "Le fichier non suivi suivant sera SUPPRIMƉ DU DISQUE s'il est ignorĆ© : {0}.", "there are untracked files": "{0} fichiers non suivis seront SUPPRIMƉS DU DISQUE s'ils sont ignorĆ©s.", "confirm discard all 2": "{0}\n\nCette opĆ©ration est IRRƉVERSIBLE, votre plage de travail actuelle sera DƉFINITIVEMENT PERDUE.", "yes discard tracked": "Ignorer 1 fichier suivi", "yes discard tracked multiple": "Ignorer {0} fichiers suivis", + "unsaved files single": "Le fichier suivant n'est pas enregistrĆ© : {0}.\n\nVoulez-vous l'enregistrer avant d'effectuer le commit ?", + "unsaved files": "Il y a {0} fichiers non enregistrĆ©s.\n\nVoulez-vous l'enregistrer avant d'effectuer le commit ?", + "save and commit": "Tout enregistrer et Effectuer le commit", + "commit": "Effectuer le commit quand mĆŖme", "no staged changes": "Aucune modification en attente Ć  valider.\n\nVoulez-vous automatiquement mettre en attente toutes vos modifications et les valider directement ?", "always": "Toujours", "no changes": "Il n'existe aucun changement Ć  valider.", @@ -52,11 +58,11 @@ "select branch to delete": "SĆ©lectionner une branche Ć  supprimer", "confirm force delete branch": "La branche '{0}' n'est pas complĆØtement fusionnĆ©e. Supprimer quand mĆŖme ?", "delete branch": "Supprimer la branche", - "invalid branch name": "Nom de la branche non valide", + "invalid branch name": "Nom de branche non valide", "branch already exists": "Une branche nommĆ©e '0}' existe dĆ©jĆ ", "select a branch to merge from": "SĆ©lectionner une branche Ć  fusionner", "merge conflicts": "Il existe des conflits de fusion. Corrigez-les avant la validation.", - "tag name": "Nom de la balise", + "tag name": "Nom du Tag", "provide tag name": "SpĆ©cifiez un nom de balise", "tag message": "Message", "provide tag message": "SpĆ©cifiez un message pour annoter la balise", @@ -64,12 +70,13 @@ "no remotes to pull": "Votre dĆ©pĆ“t n'a aucun dĆ©pĆ“t distant configurĆ© pour un Pull.", "pick remote pull repo": "Choisir un dĆ©pĆ“t distant duquel extraire la branche", "no remotes to push": "Votre dĆ©pĆ“t n'a aucun dĆ©pĆ“t distant configurĆ© pour un Push.", - "push with tags success": "EnvoyĆ© (push) avec des balises.", "nobranch": "Vous devez extraire une branche dont vous souhaitez effectuer le Push vers un emplacement distant.", + "confirm publish branch": "La branche '{0}' n'a pas de branche en amont. Voulez-vous publier cette branche ?", + "ok": "OK", + "push with tags success": "EnvoyĆ© (push) avec des balises.", "pick remote": "Choisissez un dĆ©pĆ“t distant où publier la branche '{0}'Ā :", "sync is unpredictable": "Cette action effectue un transfert (Push) et un tirage (Pull) des validations Ć  destination et en provenance de '{0}'.", - "ok": "OK", - "never again": "OK, ne plus afficher", + "never again": "OK, Ne plus afficher", "no remotes to publish": "Votre dĆ©pĆ“t n'a aucun dĆ©pĆ“t distant configurĆ© pour une publication.", "no changes stash": "Aucune modification Ć  remiser (stash).", "provide stash message": "SpĆ©cifier Ć©ventuellement un message pour la remise (stash)", diff --git a/i18n/fra/extensions/git/out/main.i18n.json b/i18n/fra/extensions/git/out/main.i18n.json index 87c8761c8f..7e3868286a 100644 --- a/i18n/fra/extensions/git/out/main.i18n.json +++ b/i18n/fra/extensions/git/out/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "Recherche de git dansĀ : {0}", "using git": "Utilisation de git {0} Ć  partir de {1}", "downloadgit": "TĆ©lĆ©charger Git", diff --git a/i18n/fra/extensions/git/out/model.i18n.json b/i18n/fra/extensions/git/out/model.i18n.json index 6b72576dc5..f0b0bcef65 100644 --- a/i18n/fra/extensions/git/out/model.i18n.json +++ b/i18n/fra/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "Le dĆ©pĆ“t '{0}' a {1} sous-modules qui ne vont pas ĆŖtre ouverts automatiquement. Vous pouvez ouvrir chacun individuellement en ouvrant un fichier Ć  l'intĆ©rieur.", "no repositories": "Aucun dĆ©pĆ“t disponible", "pick repo": "Choisir un dĆ©pĆ“t" } \ No newline at end of file diff --git a/i18n/fra/extensions/git/out/repository.i18n.json b/i18n/fra/extensions/git/out/repository.i18n.json index e53c292db1..db0ff35be5 100644 --- a/i18n/fra/extensions/git/out/repository.i18n.json +++ b/i18n/fra/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "Ouvrir", "index modified": "Index modifiĆ©", "modified": "ModifiĆ©", @@ -15,10 +17,10 @@ "untracked": "Non suivi", "ignored": "IgnorĆ©", "both deleted": "Tous deux supprimĆ©s", - "added by us": "AjoutĆ© par nos soins", + "added by us": "AjoutĆ© par nous", "deleted by them": "SupprimĆ© par eux", "added by them": "AjoutĆ© par eux", - "deleted by us": "SupprimĆ© par nos soins", + "deleted by us": "SupprimĆ© par nous", "both added": "Tous deux ajoutĆ©s", "both modified": "Tous deux modifiĆ©s", "commitMessage": "Message (press {0} to commit)", @@ -26,7 +28,8 @@ "merge changes": "Fusionner les modifications", "staged changes": "Modifications en zone de transit", "changes": "Modifications", - "ok": "OK", + "commitMessageCountdown": "{0} caractĆØres restants sur la ligne actuelle", + "commitMessageWarning": "{0} caractĆØres sur {1} sur la ligne actuelle", "neveragain": "Ne plus afficher", "huge": "Le dĆ©pĆ“t Git dans '{0}' a trop de modifications actives, seul un sous-ensemble de fonctionnalitĆ©s Git sera activĆ©." } \ No newline at end of file diff --git a/i18n/fra/extensions/git/out/scmProvider.i18n.json b/i18n/fra/extensions/git/out/scmProvider.i18n.json index 7fded37328..7721831df0 100644 --- a/i18n/fra/extensions/git/out/scmProvider.i18n.json +++ b/i18n/fra/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/extensions/git/out/statusbar.i18n.json b/i18n/fra/extensions/git/out/statusbar.i18n.json index b3ffbd34af..b459db8a83 100644 --- a/i18n/fra/extensions/git/out/statusbar.i18n.json +++ b/i18n/fra/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "Extraire...", "sync changes": "Synchroniser les modifications", "publish changes": "Publier les modifications", diff --git a/i18n/fra/extensions/git/package.i18n.json b/i18n/fra/extensions/git/package.i18n.json index 188e2b5ba4..fdb68628e7 100644 --- a/i18n/fra/extensions/git/package.i18n.json +++ b/i18n/fra/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "IntĆ©gration Git SCM", "command.clone": "Cloner", "command.init": "Initialiser le dĆ©pĆ“t", "command.close": "Fermer le dĆ©pĆ“t", @@ -54,12 +58,13 @@ "command.stashPopLatest": "Appliquer et supprimer la derniĆØre remise", "config.enabled": "Indique si git est activĆ©", "config.path": "Chemin d'accĆØs Ć  l'exĆ©cutable git", + "config.autoRepositoryDetection": "Si les dĆ©pĆ“ts doivent ĆŖtre dĆ©tectĆ©s automatiquement", "config.autorefresh": "Indique si l'actualisation automatique est activĆ©e", "config.autofetch": "Indique si la rĆ©cupĆ©ration automatique est activĆ©e", "config.enableLongCommitWarning": "Indique si les longs messages de validation doivent faire l'objet d'un avertissement", "config.confirmSync": "Confirmer avant de synchroniser des dĆ©pĆ“ts git", "config.countBadge": "ContrĆ“le le compteur de badges Git. La valeur 'toutes' compte toutes les modifications. La valeur 'suivies' compte uniquement les modifications suivies. La valeur 'dĆ©sactivĆ©' dĆ©sactive le compteur.", - "config.checkoutType": "ContrĆ“le le type des branches rĆ©pertoriĆ©es pendant l'exĆ©cution de 'Extraire vers...'. La valeur 'toutes' montre toutes les rĆ©fĆ©rences, la valeur 'locales' montre uniquement les branches locales, la valeur 'balises' montre uniquement les balises et la valeur 'distantes' montre uniquement les branches distantes.", + "config.checkoutType": "ContrĆ“le quel type de branches sont rĆ©pertoriĆ©es pendant l'exĆ©cution de 'Extraire vers...'. `all` affiche toutes les rĆ©fĆ©rences, `local` affiche uniquement les branches locales, `tags` affiche uniquement les balises et la valeur `remote` montre uniquement les branches distantes.", "config.ignoreLegacyWarning": "Ignore l'avertissement Git hĆ©ritĆ©", "config.ignoreMissingGitWarning": "Ignore l'avertissement quand Git est manquant", "config.ignoreLimitWarning": "Ignore l'avertissement quand il y a trop de modifications dans un dĆ©pĆ“t", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "Permet de valider en signant avec GPG.", "config.discardAllScope": "ContrĆ“le les modifications ignorĆ©es par la commande 'Ignorer toutes les modifications'. 'all' ignore toutes les modifications. 'tracked' ignore uniquement les fichiers suivis. 'prompt' affiche un message d'invite chaque fois que l’action est exĆ©cutĆ©e.", "config.decorations.enabled": "ContrĆ“le si Git contribue aux couleurs et aux badges de l’Explorateur et Ć  l'affichage des Ć©diteurs ouverts.", + "config.promptToSaveFilesBeforeCommit": "ContrĆ“le si Git doit vĆ©rifier les fichiers non sauvegardĆ©s avant d'effectuer le commit.", + "config.showInlineOpenFileAction": "ContrĆ“le s’il faut afficher une action Ouvrir le fichier dans l’affichage des modifications de Git.", + "config.inputValidation": "ContrĆ“le quand afficher la validation de la saisie du message de commit.", + "config.detectSubmodules": "ContrĆ“le s’il faut dĆ©tecter automatiquement les sous-modules git.", "colors.modified": "Couleur pour les ressources modifiĆ©es.", "colors.deleted": "Couleur pour les ressources supprimĆ©es.", "colors.untracked": "Couleur pour les ressources non tracĆ©es.", "colors.ignored": "Couleur des ressources ignorĆ©es.", - "colors.conflict": "Couleur pour les ressources avec des conflits." + "colors.conflict": "Couleur pour les ressources avec des conflits.", + "colors.submodule": "Couleur pour les ressources de sous-module." } \ No newline at end of file diff --git a/i18n/fra/extensions/go/package.i18n.json b/i18n/fra/extensions/go/package.i18n.json new file mode 100644 index 0000000000..17a45a1d66 --- /dev/null +++ b/i18n/fra/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Go", + "description": "Fournit la coloration syntaxique et la correspondance de parenthĆØses dans les fichiers Go." +} \ No newline at end of file diff --git a/i18n/fra/extensions/groovy/package.i18n.json b/i18n/fra/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..9351566114 --- /dev/null +++ b/i18n/fra/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Groovy", + "description": "Fournit des extraits de code, la coloration syntaxique et la correspondance des crochets dans les fichiers Groovy." +} \ No newline at end of file diff --git a/i18n/fra/extensions/grunt/out/main.i18n.json b/i18n/fra/extensions/grunt/out/main.i18n.json index 90ccce143b..986da0905e 100644 --- a/i18n/fra/extensions/grunt/out/main.i18n.json +++ b/i18n/fra/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "L'auto dĆ©tection de Grunt pour le dossier {0} a Ć©chouĆ© avec l’erreurĀ : {1}" } \ No newline at end of file diff --git a/i18n/fra/extensions/grunt/package.i18n.json b/i18n/fra/extensions/grunt/package.i18n.json index bb010c3589..85bd3d466e 100644 --- a/i18n/fra/extensions/grunt/package.i18n.json +++ b/i18n/fra/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "ContrĆ“le si la dĆ©tection automatique des tĆ¢ches Grunt est activĆ©e ou dĆ©sactivĆ©e. La valeur par dĆ©faut est activĆ©e." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extension qui ajoute des fonctionnalitĆ©s Grunt Ć  VS Code.", + "displayName": "Prise en charge de Grunt pour VS Code", + "config.grunt.autoDetect": "ContrĆ“le si la dĆ©tection automatique des tĆ¢ches Grunt est activĆ©e ou dĆ©sactivĆ©e. La valeur par dĆ©faut est activĆ©e.", + "grunt.taskDefinition.type.description": "La tĆ¢che Grunt Ć  personnaliser.", + "grunt.taskDefinition.file.description": "Le fichier Jake qui fournit la tĆ¢che. Peut ĆŖtre oubliĆ©." } \ No newline at end of file diff --git a/i18n/fra/extensions/gulp/out/main.i18n.json b/i18n/fra/extensions/gulp/out/main.i18n.json index ebb7531e60..3b1a6cc3bd 100644 --- a/i18n/fra/extensions/gulp/out/main.i18n.json +++ b/i18n/fra/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "L'auto dĆ©tection de gulp pour le dossier {0} a Ć©chouĆ© avec l’erreurĀ : {1}" } \ No newline at end of file diff --git a/i18n/fra/extensions/gulp/package.i18n.json b/i18n/fra/extensions/gulp/package.i18n.json index 98a28783ec..e5d4088a28 100644 --- a/i18n/fra/extensions/gulp/package.i18n.json +++ b/i18n/fra/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "ContrĆ“le si la dĆ©tection automatique des tĆ¢ches Gulp est activĆ©e ou dĆ©sactivĆ©e. La valeur par dĆ©faut est activĆ©e." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extension qui ajoute des fonctionnalitĆ©s Gulp Ć  VS Code.", + "displayName": "Prise en charge de Gulp pour VS Code", + "config.gulp.autoDetect": "ContrĆ“le si la dĆ©tection automatique des tĆ¢ches Gulp est activĆ©e ou dĆ©sactivĆ©e. La valeur par dĆ©faut est activĆ©e.", + "gulp.taskDefinition.type.description": "La tĆ¢che Gulp Ć  personnaliser.", + "gulp.taskDefinition.file.description": "Le fichier Gulp qui fournit la tĆ¢che. Peut ĆŖtre oubliĆ©." } \ No newline at end of file diff --git a/i18n/fra/extensions/handlebars/package.i18n.json b/i18n/fra/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..d24c517461 --- /dev/null +++ b/i18n/fra/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Handlebars", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Handlebars." +} \ No newline at end of file diff --git a/i18n/fra/extensions/hlsl/package.i18n.json b/i18n/fra/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..fceb15db46 --- /dev/null +++ b/i18n/fra/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage HLSL", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers HLSL." +} \ No newline at end of file diff --git a/i18n/fra/extensions/html/client/out/htmlMain.i18n.json b/i18n/fra/extensions/html/client/out/htmlMain.i18n.json index 5db379fe3b..ff6b61a10b 100644 --- a/i18n/fra/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/fra/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "Serveur de langage HTML", "folding.start": "DĆ©but de la rĆ©gion repliable", "folding.end": "Fin de la rĆ©gion repliable" diff --git a/i18n/fra/extensions/html/package.i18n.json b/i18n/fra/extensions/html/package.i18n.json index 40f7639359..f20d3d1575 100644 --- a/i18n/fra/extensions/html/package.i18n.json +++ b/i18n/fra/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FonctionnalitĆ©s de langage HTML", + "description": "Fournit une prise en charge riche de langage pour HTML, Razor et les fichiers Handlebar.", "html.format.enable.desc": "Activer/dĆ©sactiver le formateur HTML par dĆ©faut.", "html.format.wrapLineLength.desc": "Nombre maximal de caractĆØres par ligne (0 = dĆ©sactiver).", "html.format.unformatted.desc": "Liste des balises, sĆ©parĆ©es par des virgules, qui ne doivent pas ĆŖtre remises en forme. 'null' correspond par dĆ©faut Ć  toutes les balises rĆ©pertoriĆ©es Ć  l'adresse https://www.w3.org/TR/html5/dom.html#phrasing-content.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "Trace la communication entre VS Code et le serveur de langage HTML.", "html.validate.scripts": "Configure la validation des scripts incorporĆ©s par la prise en charge du langage HTML intĆ©grĆ©.", "html.validate.styles": "Configure la validation des styles incorporĆ©s par la prise en charge du langage HTML intĆ©grĆ©.", + "html.experimental.syntaxFolding": "Active/dĆ©sactive les marqueurs de rĆ©duction en fonction de la syntaxe.", "html.autoClosingTags": "Activez/dĆ©sactivez la fermeture automatique des balises HTML." } \ No newline at end of file diff --git a/i18n/fra/extensions/ini/package.i18n.json b/i18n/fra/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..ea2521fbea --- /dev/null +++ b/i18n/fra/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Ini", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Ini." +} \ No newline at end of file diff --git a/i18n/fra/extensions/jake/out/main.i18n.json b/i18n/fra/extensions/jake/out/main.i18n.json index 00ae9b76cb..b482e1038b 100644 --- a/i18n/fra/extensions/jake/out/main.i18n.json +++ b/i18n/fra/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "L'auto dĆ©tection de Jake pour le dossier {0} a Ć©chouĆ© avec l’erreurĀ : {1}" } \ No newline at end of file diff --git a/i18n/fra/extensions/jake/package.i18n.json b/i18n/fra/extensions/jake/package.i18n.json index 0a21c419d8..96cbd3737c 100644 --- a/i18n/fra/extensions/jake/package.i18n.json +++ b/i18n/fra/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extension qui ajoute des fonctionnalitĆ©s Jake Ć  VS Code.", + "displayName": "Prise en charge de Jake pour VS Code", + "jake.taskDefinition.type.description": "La tĆ¢che Jake Ć  personnaliser.", + "jake.taskDefinition.file.description": "Le fichier Jake qui fournit la tĆ¢che. Peut ĆŖtre oubliĆ©.", "config.jake.autoDetect": "ContrĆ“le si la dĆ©tection automatique des tĆ¢ches Jake est activĆ©e ou dĆ©sactivĆ©e. La valeur par dĆ©faut est activĆ©e." } \ No newline at end of file diff --git a/i18n/fra/extensions/java/package.i18n.json b/i18n/fra/extensions/java/package.i18n.json new file mode 100644 index 0000000000..f8c3641a99 --- /dev/null +++ b/i18n/fra/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Java", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers Java." +} \ No newline at end of file diff --git a/i18n/fra/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/fra/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 733dd189a0..350a196578 100644 --- a/i18n/fra/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/fra/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "Fichier bower.json par dĆ©faut", "json.bower.error.repoaccess": "Ɖchec de la requĆŖte destinĆ©e au dĆ©pĆ“t bowerĀ : {0}", "json.bower.latest.version": "derniĆØre" diff --git a/i18n/fra/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/fra/extensions/javascript/out/features/packageJSONContribution.i18n.json index 1132353d25..15a13c4ac2 100644 --- a/i18n/fra/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/fra/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "Fichier package.json par dĆ©faut", "json.npm.error.repoaccess": "Ɖchec de la requĆŖte destinĆ©e au dĆ©pĆ“t NPMĀ : {0}", "json.npm.latestversion": "DerniĆØre version du package", diff --git a/i18n/fra/extensions/javascript/package.i18n.json b/i18n/fra/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..2048afafdf --- /dev/null +++ b/i18n/fra/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage JavaScript", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers JavaScript." +} \ No newline at end of file diff --git a/i18n/fra/extensions/json/client/out/jsonMain.i18n.json b/i18n/fra/extensions/json/client/out/jsonMain.i18n.json index eb125f682c..453302b426 100644 --- a/i18n/fra/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/fra/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "Serveur de langage JSON" } \ No newline at end of file diff --git a/i18n/fra/extensions/json/package.i18n.json b/i18n/fra/extensions/json/package.i18n.json index b236be267b..d21e00e6f6 100644 --- a/i18n/fra/extensions/json/package.i18n.json +++ b/i18n/fra/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FonctionnalitĆ©s de langage JSON", + "description": "Fournit une prise en charge de langage pour les fichiers JSON", "json.schemas.desc": "Associer les schĆ©mas aux fichiers JSON dans le projet actif", "json.schemas.url.desc": "URL de schĆ©ma ou chemin relatif d'un schĆ©ma dans le rĆ©pertoire actif", "json.schemas.fileMatch.desc": "Tableau de modĆØles de fichiers pour la recherche de correspondances durant la rĆ©solution de fichiers JSON en schĆ©mas.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "Activer/dĆ©sactiver le formateur JSON par dĆ©faut (nĆ©cessite un redĆ©marrage)", "json.tracing.desc": "Trace la communication entre VS Code et le serveur de langage JSON.", "json.colorDecorators.enable.desc": "Active ou dĆ©sactive les Ć©lĆ©ments dĆ©coratifs de couleurs", - "json.colorDecorators.enable.deprecationMessage": "Le paramĆØtre 'json.colorDecorators.enable' a Ć©tĆ© dĆ©prĆ©ciĆ© en faveur de 'editor.colorDecorators'." + "json.colorDecorators.enable.deprecationMessage": "Le paramĆØtre 'json.colorDecorators.enable' a Ć©tĆ© dĆ©prĆ©ciĆ© en faveur de 'editor.colorDecorators'.", + "json.experimental.syntaxFolding": "Active/dĆ©sactive les marqueurs de rĆ©duction en fonction de la syntaxe." } \ No newline at end of file diff --git a/i18n/fra/extensions/less/package.i18n.json b/i18n/fra/extensions/less/package.i18n.json new file mode 100644 index 0000000000..68b02970ee --- /dev/null +++ b/i18n/fra/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Less", + "description": "Fournit la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers Less." +} \ No newline at end of file diff --git a/i18n/fra/extensions/log/package.i18n.json b/i18n/fra/extensions/log/package.i18n.json new file mode 100644 index 0000000000..89cb161687 --- /dev/null +++ b/i18n/fra/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Log", + "description": "Fournit la coloration syntaxique pour les fichiers avec une extension .log." +} \ No newline at end of file diff --git a/i18n/fra/extensions/lua/package.i18n.json b/i18n/fra/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..68be4e7909 --- /dev/null +++ b/i18n/fra/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage LUA", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Lua." +} \ No newline at end of file diff --git a/i18n/fra/extensions/make/package.i18n.json b/i18n/fra/extensions/make/package.i18n.json new file mode 100644 index 0000000000..9ec39dc46b --- /dev/null +++ b/i18n/fra/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Make", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Make." +} \ No newline at end of file diff --git a/i18n/fra/extensions/markdown-basics/package.i18n.json b/i18n/fra/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..9613c9e793 --- /dev/null +++ b/i18n/fra/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Concepts de base du langage Markdown", + "description": "Fournit des extraits de code et la coloration syntaxique pour Markdown." +} \ No newline at end of file diff --git a/i18n/fra/extensions/markdown/out/commands.i18n.json b/i18n/fra/extensions/markdown/out/commands.i18n.json index 10a62fe539..5f4babec29 100644 --- a/i18n/fra/extensions/markdown/out/commands.i18n.json +++ b/i18n/fra/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "PrĆ©visualiser {0}", "onPreviewStyleLoadError": "Impossible de charger 'markdown.styles' : {0}" } \ No newline at end of file diff --git a/i18n/fra/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/fra/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..f5486abc7f --- /dev/null +++ b/i18n/fra/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "Impossible de charger 'markdown.styles' : {0}" +} \ No newline at end of file diff --git a/i18n/fra/extensions/markdown/out/extension.i18n.json b/i18n/fra/extensions/markdown/out/extension.i18n.json index a5db2a445e..244bbebf49 100644 --- a/i18n/fra/extensions/markdown/out/extension.i18n.json +++ b/i18n/fra/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/extensions/markdown/out/features/preview.i18n.json b/i18n/fra/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..d22af9c6b9 --- /dev/null +++ b/i18n/fra/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[AperƧu] {0}", + "previewTitle": "PrĆ©visualiser {0}" +} \ No newline at end of file diff --git a/i18n/fra/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/fra/extensions/markdown/out/features/previewContentProvider.i18n.json index 2eb7c81389..6b56cbfc4b 100644 --- a/i18n/fra/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/fra/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "Du contenu a Ć©tĆ© dĆ©sactivĆ© dans ce document", "preview.securityMessage.title": "Le contenu potentiellement dangereux ou prĆ©caire a Ć©tĆ© dĆ©sactivĆ© dans l’aperƧu du format markdown. Modifier le paramĆØtre de sĆ©curitĆ© AperƧu Markdown afin d’autoriser les contenus non sĆ©curisĆ©s ou activer les scripts", "preview.securityMessage.label": "Avertissement de sĆ©curitĆ© de contenu dĆ©sactivĆ©" diff --git a/i18n/fra/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/fra/extensions/markdown/out/previewContentProvider.i18n.json index 2eb7c81389..53bc4c9f7c 100644 --- a/i18n/fra/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/fra/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/extensions/markdown/out/security.i18n.json b/i18n/fra/extensions/markdown/out/security.i18n.json index 6c5b965cc1..38eaea4ec8 100644 --- a/i18n/fra/extensions/markdown/out/security.i18n.json +++ b/i18n/fra/extensions/markdown/out/security.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "Strict", - "strict.description": "Charger uniquement le contenu sĆ©curisĆ©", + "strict.description": "Charger uniquement le contenu sĆ©curisĆ©.", "insecureContent.title": "Autoriser le contenu non sĆ©curisĆ©", "insecureContent.description": "Activer le chargement de contenu sur http", "disable.title": "DĆ©sactiver", @@ -13,6 +15,6 @@ "moreInfo.title": "Informations", "enableSecurityWarning.title": "Activer l'aperƧu d'avertissements de sĆ©curitĆ© pour cet espace de travail", "disableSecurityWarning.title": "DĆ©sactiver l'aperƧu d'avertissements de sĆ©curitĆ© pour cet espace de travail", - "toggleSecurityWarning.description": "N'affecte pas le niveau de sĆ©curitĆ© du contenu", + "toggleSecurityWarning.description": "N’affecte pas le niveau de sĆ©curitĆ© du contenu", "preview.showPreviewSecuritySelector.title": "SĆ©lectionner les paramĆØtres de sĆ©curitĆ© pour les aperƧus Markdown dans cet espace de travail" } \ No newline at end of file diff --git a/i18n/fra/extensions/markdown/package.i18n.json b/i18n/fra/extensions/markdown/package.i18n.json index d6a8fb4e51..23f54f30a8 100644 --- a/i18n/fra/extensions/markdown/package.i18n.json +++ b/i18n/fra/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FonctionnalitĆ©s de langage Markdown", + "description": "Fournit une prise en charge riche de langage pour Markdown", "markdown.preview.breaks.desc": "DĆ©finit l'affichage des sauts de ligne dans l'aperƧu Markdown. Si la valeur est 'true', crĆ©e un
pour chaque nouvelle ligne.", "markdown.preview.linkify": "Activez ou dĆ©sactivez la conversion de texte de type URL en liens dans l’aperƧu Markdown.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Double-cliquez dans l'aperƧu Markdown pour passer Ć  l'Ć©diteur.", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "ContrĆ“le la taille de police en pixels utilisĆ©e dans l'aperƧu Markdown.", "markdown.preview.lineHeight.desc": "ContrĆ“le la hauteur de ligne utilisĆ©e dans l'aperƧu Markdown. Ce nombre est relatif Ć  la taille de police.", "markdown.preview.markEditorSelection.desc": "Permet de marquer la sĆ©lection actuelle de l'Ć©diteur dans l'aperƧu Markdown.", - "markdown.preview.scrollEditorWithPreview.desc": "Quand l'aperƧu Markdown dĆ©file, l'affichage de l'Ć©diteur est mis Ć  jour.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "Fait dĆ©filer l'aperƧu Markdown pour afficher la ligne sĆ©lectionnĆ©e dans l'Ć©diteur.", + "markdown.preview.scrollEditorWithPreview.desc": "Lors du dĆ©filement de l'aperƧu markdown, actualiser l’affichage de l’éditeur.", + "markdown.preview.scrollPreviewWithEditor.desc": "Lors du dĆ©filement d’un Ć©diteur markdow, actualiser l’affichage de l’aperƧu.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[DĆ©prĆ©ciĆ©] Fait dĆ©filer l'aperƧu Markdown pour rĆ©vĆ©ler la ligne actuellement sĆ©lectionnĆ©e dans l'Ć©diteur.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "Ce paramĆØtre a Ć©tĆ© remplacĆ© par 'markdown.preview.scrollPreviewWithEditor' et n'a plus aucun effet.", "markdown.preview.title": "Ouvrir l'aperƧu", "markdown.previewFrontMatter.dec": "DĆ©finit comment les pages liminaires YAML doivent ĆŖtre affichĆ©es dans l'aperƧu Markdown. L'option 'hide' supprime les pages liminaires. Sinon, elles sont traitĆ©es comme du contenu Markdown.", "markdown.previewSide.title": "Ouvrir l'aperƧu sur le cĆ“tĆ©", + "markdown.showLockedPreviewToSide.title": "Ouvrir l'aperƧu verrrouillĆ© sur le cĆ“tĆ©", "markdown.showSource.title": "Afficher la source", "markdown.styles.dec": "Liste d'URL ou de chemins locaux de feuilles de style CSS Ć  utiliser dans l'aperƧu Markdown. Les chemins relatifs sont interprĆ©tĆ©s par rapport au dossier ouvert dans l'explorateur. S'il n'y a aucun dossier ouvert, ils sont interprĆ©tĆ©s par rapport Ć  l'emplacement du fichier Markdown. Tous les signes '\\' doivent ĆŖtre Ć©crits sous la forme '\\\\'.", "markdown.showPreviewSecuritySelector.title": "Changer les paramĆØtres de sĆ©curitĆ© de l'aperƧu", "markdown.trace.desc": "Active la journalisation du dĆ©bogage pour l'extension Markdown.", - "markdown.refreshPreview.title": "Actualiser l’aperƧu" + "markdown.preview.refresh.title": "Actualiser l'aperƧu", + "markdown.preview.toggleLock.title": "Activer/dĆ©sactiver le verrouillage de l'aperƧu" } \ No newline at end of file diff --git a/i18n/fra/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/fra/extensions/merge-conflict/out/codelensProvider.i18n.json index 9664342796..974fae3e8d 100644 --- a/i18n/fra/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/fra/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "Accepter la modification actuelle", "acceptIncomingChange": "Accepter la modification entrante", "acceptBothChanges": "Accepter les deux modifications", diff --git a/i18n/fra/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/fra/extensions/merge-conflict/out/commandHandler.i18n.json index 608145f28d..0b89c23d4b 100644 --- a/i18n/fra/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/fra/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "Le curseur de l'Ć©diteur ne se trouve pas dans un conflit de fusion", "compareChangesTitle": "{0} : Modifications actuelles ⟷ Modifications entrantes", "cursorOnCommonAncestorsRange": "Le curseur de l'Ć©diteur se trouve dans le bloc d'ancĆŖtres commun, dĆ©placez-le dans le bloc \"current\" ou \"incoming\"", diff --git a/i18n/fra/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/fra/extensions/merge-conflict/out/mergeDecorator.i18n.json index 1dfd58679b..eda284c8fc 100644 --- a/i18n/fra/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/fra/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(Modification actuelle)", "incomingChange": "(Modification entrante)" } \ No newline at end of file diff --git a/i18n/fra/extensions/merge-conflict/package.i18n.json b/i18n/fra/extensions/merge-conflict/package.i18n.json index 6e17d64939..e30bddcb19 100644 --- a/i18n/fra/extensions/merge-conflict/package.i18n.json +++ b/i18n/fra/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Conflit de fusion", + "description": "Mise en surbrillance et commandes pour les conflits de fusion inline.", "command.category": "Conflit de fusion", "command.accept.all-current": "Accepter les modifications actuelles", "command.accept.all-incoming": "Accepter toutes les modifications entrantes", diff --git a/i18n/fra/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/fra/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..350a196578 --- /dev/null +++ b/i18n/fra/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Fichier bower.json par dĆ©faut", + "json.bower.error.repoaccess": "Ɖchec de la requĆŖte destinĆ©e au dĆ©pĆ“t bowerĀ : {0}", + "json.bower.latest.version": "derniĆØre" +} \ No newline at end of file diff --git a/i18n/fra/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/fra/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..15a13c4ac2 --- /dev/null +++ b/i18n/fra/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Fichier package.json par dĆ©faut", + "json.npm.error.repoaccess": "Ɖchec de la requĆŖte destinĆ©e au dĆ©pĆ“t NPMĀ : {0}", + "json.npm.latestversion": "DerniĆØre version du package", + "json.npm.majorversion": "Correspond Ć  la version principale la plus rĆ©centeĀ (1.x.x)", + "json.npm.minorversion": "Correspond Ć  la version mineure la plus rĆ©centeĀ (1.2.x)", + "json.npm.version.hover": "DerniĆØre versionĀ : {0}" +} \ No newline at end of file diff --git a/i18n/fra/extensions/npm/out/main.i18n.json b/i18n/fra/extensions/npm/out/main.i18n.json index 1bdcbfa7fe..8100b6cc2e 100644 --- a/i18n/fra/extensions/npm/out/main.i18n.json +++ b/i18n/fra/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "DĆ©tection de tĆ¢che NpmĀ : impossible d’analyser le fichier {0}" } \ No newline at end of file diff --git a/i18n/fra/extensions/npm/package.i18n.json b/i18n/fra/extensions/npm/package.i18n.json index f13b19db4f..6c575d42fa 100644 --- a/i18n/fra/extensions/npm/package.i18n.json +++ b/i18n/fra/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Extension pour ajouter une prise en charge des tĆ¢ches pour les scripts npm.", + "displayName": "Prise en charge de Npm pour VS Code", "config.npm.autoDetect": "ContrĆ“le si la dĆ©tection automatique des scripts npm est activĆ©e ou dĆ©sactivĆ©e. La valeur par dĆ©faut est activĆ©e.", "config.npm.runSilent": "ExĆ©cutez les commandes npm avec l'option `--silent`.", "config.npm.packageManager": "Le gestionnaire de paquets utilisĆ© pour exĆ©cuter des scripts.", - "npm.parseError": "DĆ©tection de tĆ¢che NpmĀ : impossible d’analyser le fichier {0}" + "config.npm.exclude": "Configurer les profils glob pour les dossiers qui doivent ĆŖtre exclus de la dĆ©tection de script automatique.", + "npm.parseError": "DĆ©tection de tĆ¢che NpmĀ : impossible d’analyser le fichier {0}", + "taskdef.script": "Le script npm Ć  personnaliser.", + "taskdef.path": "Le chemin d’accĆØs au dossier du fichier package.json qui fournit le script. Peut ĆŖtre oubliĆ©." } \ No newline at end of file diff --git a/i18n/fra/extensions/objective-c/package.i18n.json b/i18n/fra/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..e38fd0a58d --- /dev/null +++ b/i18n/fra/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Objective-C", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Objective-C." +} \ No newline at end of file diff --git a/i18n/fra/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/fra/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..350a196578 --- /dev/null +++ b/i18n/fra/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Fichier bower.json par dĆ©faut", + "json.bower.error.repoaccess": "Ɖchec de la requĆŖte destinĆ©e au dĆ©pĆ“t bowerĀ : {0}", + "json.bower.latest.version": "derniĆØre" +} \ No newline at end of file diff --git a/i18n/fra/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/fra/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..15a13c4ac2 --- /dev/null +++ b/i18n/fra/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Fichier package.json par dĆ©faut", + "json.npm.error.repoaccess": "Ɖchec de la requĆŖte destinĆ©e au dĆ©pĆ“t NPMĀ : {0}", + "json.npm.latestversion": "DerniĆØre version du package", + "json.npm.majorversion": "Correspond Ć  la version principale la plus rĆ©centeĀ (1.x.x)", + "json.npm.minorversion": "Correspond Ć  la version mineure la plus rĆ©centeĀ (1.2.x)", + "json.npm.version.hover": "DerniĆØre versionĀ : {0}" +} \ No newline at end of file diff --git a/i18n/fra/extensions/package-json/package.i18n.json b/i18n/fra/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/fra/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/fra/extensions/perl/package.i18n.json b/i18n/fra/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..701b8a36cb --- /dev/null +++ b/i18n/fra/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Perl", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Perl." +} \ No newline at end of file diff --git a/i18n/fra/extensions/php/out/features/validationProvider.i18n.json b/i18n/fra/extensions/php/out/features/validationProvider.i18n.json index 65f0b4607f..717288cde0 100644 --- a/i18n/fra/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/fra/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "Autorisez-vous l'exĆ©cution de {0} (dĆ©fini en tant que paramĆØtre d'espace de travail) pour effectuer une validation lint sur les fichiers PHPĀ ?", "php.yes": "Autoriser", "php.no": "Interdire", diff --git a/i18n/fra/extensions/php/package.i18n.json b/i18n/fra/extensions/php/package.i18n.json index ff6a902e38..ff6f1381f9 100644 --- a/i18n/fra/extensions/php/package.i18n.json +++ b/i18n/fra/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "Configure l'activation ou la dĆ©sactivation des suggestions de langage PHP intĆ©grĆ©es. La fonctionnalitĆ© de prise en charge suggĆØre les variables globales et les variables de session PHP.", "configuration.validate.enable": "Activez/dĆ©sactivez la validation PHP intĆ©grĆ©e.", "configuration.validate.executablePath": "Pointe vers l'exĆ©cutable PHP.", "configuration.validate.run": "SpĆ©cifie si linter est exĆ©cutĆ© au moment de l'enregistrement ou de la saisie.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "Interdire l'exĆ©cutable de validation PHP (dĆ©fini comme paramĆØtre d'espace de travail)" + "command.untrustValidationExecutable": "Interdire l'exĆ©cutable de validation PHP (dĆ©fini comme paramĆØtre d'espace de travail)", + "displayName": "FonctionnalitĆ©s du langage PHP", + "description": "Fournit IntelliSense, le linting et les concepts de base de langage pour les fichiers PHP." } \ No newline at end of file diff --git a/i18n/fra/extensions/powershell/package.i18n.json b/i18n/fra/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..a04b074553 --- /dev/null +++ b/i18n/fra/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage PowerShell", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers PowerShell." +} \ No newline at end of file diff --git a/i18n/fra/extensions/pug/package.i18n.json b/i18n/fra/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..b4cb5ffbb8 --- /dev/null +++ b/i18n/fra/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Pug", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Pug." +} \ No newline at end of file diff --git a/i18n/fra/extensions/python/package.i18n.json b/i18n/fra/extensions/python/package.i18n.json new file mode 100644 index 0000000000..eecd8b5089 --- /dev/null +++ b/i18n/fra/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Python", + "description": "Fournit la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers Python." +} \ No newline at end of file diff --git a/i18n/fra/extensions/r/package.i18n.json b/i18n/fra/extensions/r/package.i18n.json new file mode 100644 index 0000000000..e2d8ab91be --- /dev/null +++ b/i18n/fra/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage R", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers R." +} \ No newline at end of file diff --git a/i18n/fra/extensions/razor/package.i18n.json b/i18n/fra/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..6d761fb9a1 --- /dev/null +++ b/i18n/fra/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Razor", + "description": "Fournit la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers Razor." +} \ No newline at end of file diff --git a/i18n/fra/extensions/ruby/package.i18n.json b/i18n/fra/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..e04b09e69d --- /dev/null +++ b/i18n/fra/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Ruby", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Ruby." +} \ No newline at end of file diff --git a/i18n/fra/extensions/rust/package.i18n.json b/i18n/fra/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..1daa67fbbe --- /dev/null +++ b/i18n/fra/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Rust", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Rust." +} \ No newline at end of file diff --git a/i18n/fra/extensions/scss/package.i18n.json b/i18n/fra/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..589484be9c --- /dev/null +++ b/i18n/fra/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage SCSS", + "description": "Fournit la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers SCSS." +} \ No newline at end of file diff --git a/i18n/fra/extensions/shaderlab/package.i18n.json b/i18n/fra/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..ea12b0a248 --- /dev/null +++ b/i18n/fra/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Concepts de base du langage Shaderlab", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Shaderlab." +} \ No newline at end of file diff --git a/i18n/fra/extensions/shellscript/package.i18n.json b/i18n/fra/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..1fb4d02338 --- /dev/null +++ b/i18n/fra/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Shell Script", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers Shell Script." +} \ No newline at end of file diff --git a/i18n/fra/extensions/sql/package.i18n.json b/i18n/fra/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..918ed46779 --- /dev/null +++ b/i18n/fra/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage SQL", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers SQL." +} \ No newline at end of file diff --git a/i18n/fra/extensions/swift/package.i18n.json b/i18n/fra/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..6fcabb9604 --- /dev/null +++ b/i18n/fra/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Swift", + "description": "Fournit des extraits de code, la coloration syntaxique et la correspondance des crochets dans les fichiers Swift." +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-abyss/package.i18n.json b/i18n/fra/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..980d5d032f --- /dev/null +++ b/i18n/fra/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Abyss", + "description": "ThĆØme Abyss pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-defaults/package.i18n.json b/i18n/fra/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..684122b524 --- /dev/null +++ b/i18n/fra/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØmes par dĆ©faut", + "description": "Les thĆØmes clair et sombre par dĆ©faut (Plus et Visual Studio)" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-kimbie-dark/package.i18n.json b/i18n/fra/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..cffacc3c74 --- /dev/null +++ b/i18n/fra/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Kimble Dark", + "description": "ThĆØme Kimble dark pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/fra/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..4694580cbd --- /dev/null +++ b/i18n/fra/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Monokai Dimmed", + "description": "ThĆØme Monokai Dimmed pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-monokai/package.i18n.json b/i18n/fra/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..9e40a00288 --- /dev/null +++ b/i18n/fra/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Monokai", + "description": "ThĆØme Monokai pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-quietlight/package.i18n.json b/i18n/fra/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..6f5edb86bc --- /dev/null +++ b/i18n/fra/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Quiet Light", + "description": "ThĆØme Quiet Light pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-red/package.i18n.json b/i18n/fra/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..4cda481076 --- /dev/null +++ b/i18n/fra/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Red", + "description": "ThĆØme Red pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-seti/package.i18n.json b/i18n/fra/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..6533953631 --- /dev/null +++ b/i18n/fra/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Seti pour les icĆ“nes de fichiers", + "description": "Un thĆØme pour les icĆ“nes de fichiers fait avec les icĆ“nes de fichiers Seti UI" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-solarized-dark/package.i18n.json b/i18n/fra/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..d0a8ee8709 --- /dev/null +++ b/i18n/fra/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Solarized Dark", + "description": "ThĆØme Solarized Dark pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-solarized-light/package.i18n.json b/i18n/fra/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..53eaaa040c --- /dev/null +++ b/i18n/fra/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Solarized Light", + "description": "ThĆØme Solarized Light pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/fra/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..e61ad0f7b3 --- /dev/null +++ b/i18n/fra/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ThĆØme Tomorrow Night Blue", + "description": "ThĆØme Tomorrow Night Blue pour Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/fra/extensions/typescript-basics/package.i18n.json b/i18n/fra/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..3205947683 --- /dev/null +++ b/i18n/fra/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage TypeScript", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers TypeScript." +} \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/commands.i18n.json b/i18n/fra/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..0b65e8a092 --- /dev/null +++ b/i18n/fra/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "Ouvrez un dossier dans VS Code pour utiliser un projet TypeScript ou JavaScript", + "typescript.projectConfigUnsupportedFile": "Impossible de dĆ©terminer le projet TypeScript ou JavaScript. Type de fichier non pris en charge", + "typescript.projectConfigCouldNotGetInfo": "Impossible de dĆ©terminer le projet TypeScript ou JavaScript", + "typescript.noTypeScriptProjectConfig": "Le fichier ne fait pas partie d'un projet TypeScript. Cliquer [ici]({0}) pour en savoir plus.", + "typescript.noJavaScriptProjectConfig": "Le fichier ne fait pas partie d'un projet JavaScript. Cliquer [ici]({0}) pour en savoir plus.", + "typescript.configureTsconfigQuickPick": "Configurer tsconfig.json", + "typescript.configureJsconfigQuickPick": "Configurer jsconfig.json" +} \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/fra/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 3187cd8f22..9c9a6dd6ec 100644 --- a/i18n/fra/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/fra/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/fra/extensions/typescript/out/features/completionItemProvider.i18n.json index c0bfc8799c..94ea5ff1c8 100644 --- a/i18n/fra/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/fra/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "SĆ©lectionner l'action de code Ć  appliquer", "acquiringTypingsLabel": "Acquisition des typings...", "acquiringTypingsDetail": "Acquisition des dĆ©finitions typings pour IntelliSense.", diff --git a/i18n/fra/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/fra/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index 052fa71773..2be9e1dcf7 100644 --- a/i18n/fra/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/fra/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "Active la vĆ©rification sĆ©mantique dans un fichier JavaScript. Doit se trouver au dĆ©but d'un fichier.", "ts-nocheck": "DĆ©sactive la vĆ©rification sĆ©mantique dans un fichier JavaScript. Doit se trouver au dĆ©but d'un fichier.", "ts-ignore": "Supprime les erreurs @ts-check sur la ligne suivante d'un fichier." diff --git a/i18n/fra/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/fra/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index 3cc401ad36..a2c743c500 100644 --- a/i18n/fra/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/fra/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1Ā implĆ©mentation", "manyImplementationLabel": "{0} implĆ©mentations", "implementationsErrorLabel": "Impossible de dĆ©terminer les implĆ©mentations" diff --git a/i18n/fra/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/fra/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index 78f45a7023..b40d1d88f5 100644 --- a/i18n/fra/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/fra/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "Commentaire JSDoc" } \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/fra/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..b9cd1716ca --- /dev/null +++ b/i18n/fra/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (Corriger tout dans le fichier)" +} \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/fra/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index cdc7cc526c..ca07022196 100644 --- a/i18n/fra/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/fra/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1Ā rĆ©fĆ©rence", "manyReferenceLabel": "{0} rĆ©fĆ©rences", "referenceErrorLabel": "Impossible de dĆ©terminer les rĆ©fĆ©rences" diff --git a/i18n/fra/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/fra/extensions/typescript/out/features/taskProvider.i18n.json index e2466a7782..59f40a597a 100644 --- a/i18n/fra/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/fra/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "build - {0}", "buildAndWatchTscLabel": "watch - {0}" } \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/typescriptMain.i18n.json b/i18n/fra/extensions/typescript/out/typescriptMain.i18n.json index 6c1e268636..8842ad1630 100644 --- a/i18n/fra/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/fra/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/fra/extensions/typescript/out/typescriptServiceClient.i18n.json index 35a9ffb276..8a8eae79d2 100644 --- a/i18n/fra/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/fra/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "Le chemin {0} ne pointe pas vers une installation tsserver valide. Utilisation par dĆ©faut de la version TypeScript groupĆ©e.", "serverCouldNotBeStarted": "Impossible de dĆ©marrer le serveur de langage TypeScript. Message d'erreurĀ : {0}", "typescript.openTsServerLog.notSupported": "La journalisation du serveur TS nĆ©cessite TSĀ 2.2.2+", diff --git a/i18n/fra/extensions/typescript/out/utils/api.i18n.json b/i18n/fra/extensions/typescript/out/utils/api.i18n.json index 96e054255c..3b3ac12f44 100644 --- a/i18n/fra/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/fra/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "version non valide" } \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/utils/logger.i18n.json b/i18n/fra/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/fra/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/fra/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/fra/extensions/typescript/out/utils/projectStatus.i18n.json index 7890a4f643..6758710965 100644 --- a/i18n/fra/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/fra/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "Pour activer les fonctionnalitĆ©s de langage JavaScript/TypeScript Ć  l'Ć©chelle du projet, excluez les dossiers contenant de nombreux fichiers, par exempleĀ : {0}", "hintExclude.generic": "Pour activer les fonctionnalitĆ©s de langage JavaScript/TypeScript Ć  l'Ć©chelle du projet, excluez les dossiers volumineux contenant des fichiers sources inutilisĆ©s.", "large.label": "Configurer les exclusions", diff --git a/i18n/fra/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/fra/extensions/typescript/out/utils/typingsStatus.i18n.json index 36ca9606c1..dc1943389f 100644 --- a/i18n/fra/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/fra/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "RĆ©cupĆ©ration (fetch) des donnĆ©es pour l'amĆ©lioration de TypeScript IntelliSense", - "typesInstallerInitializationFailed.title": "Impossible d'installer des fichiers de typages pour les fonctionnalitĆ©s de langage JavaScript. VĆ©rifiez que NPM est installĆ© ou configurez 'typescript.npm' dans vos paramĆØtres utilisateur", - "typesInstallerInitializationFailed.moreInformation": "Informations", - "typesInstallerInitializationFailed.doNotCheckAgain": "Ne plus vĆ©rifier", - "typesInstallerInitializationFailed.close": "Fermer" + "typesInstallerInitializationFailed.title": "Impossible d'installer des fichiers de typages pour les fonctionnalitĆ©s de langage JavaScript. VĆ©rifiez que NPM est installĆ© ou configurez 'typescript.npm' dans vos paramĆØtres utilisateur. Cliquer [ici]({0}) pour en savoir plus.", + "typesInstallerInitializationFailed.doNotCheckAgain": "Ne plus afficher" } \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/fra/extensions/typescript/out/utils/versionPicker.i18n.json index 718528e405..a2a3638534 100644 --- a/i18n/fra/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/fra/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "Utiliser la version de VS Code", "useWorkspaceVersionOption": "Utiliser la version de l'espace de travail", "learnMore": "En savoir plus", diff --git a/i18n/fra/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/fra/extensions/typescript/out/utils/versionProvider.i18n.json index eb6b0ab41a..f50af96f13 100644 --- a/i18n/fra/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/fra/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "Impossible de charger la version TypeScript dans ce chemin", "noBundledServerFound": "Le tsserver de VSCode a Ć©tĆ© supprimĆ© par une autre application, par exemple, un outil de dĆ©tection de virus mal configurĆ©. RĆ©installez VS Code." } \ No newline at end of file diff --git a/i18n/fra/extensions/typescript/package.i18n.json b/i18n/fra/extensions/typescript/package.i18n.json index 08f12636ad..991d7ec55c 100644 --- a/i18n/fra/extensions/typescript/package.i18n.json +++ b/i18n/fra/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FonctionnalitĆ©s de langage TypeScript et JavaScript", + "description": "Fournit une prise en charge riche de langage pour JavaScript et TypeScript.", "typescript.reloadProjects.title": "Recharger le projet", "javascript.reloadProjects.title": "Recharger le projet", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Activer/dĆ©sactiver les suggestions rapides lorsque vous saisissez un chemin d’import.", "typescript.locale": "DĆ©finit les paramĆØtres locaux utilisĆ©s pour signaler les erreurs TypeScript . NĆ©cessite TypeScript >= 2.6.0. Par dĆ©faut 'null' utilise les paramĆØtres locaux de VS Code pour les erreurs TypeScript.", "javascript.implicitProjectConfig.experimentalDecorators": "Activer/dĆ©sactiver 'experimentalDecorators' pour les fichiers JavaScript qui ne font pas partie d'un projet. Les fichiers jsconfig.json ou tsconfig.json existants remplacent ce paramĆØtre. NĆ©cessite TypeScript >=2.3.1.", - "typescript.autoImportSuggestions.enabled": "Activer/dĆ©sactiver les suggestions d'import automatiques. NĆ©cessite TypeScript >= 2.6.1." + "typescript.autoImportSuggestions.enabled": "Activer/dĆ©sactiver les suggestions d'import automatiques. NĆ©cessite TypeScript >= 2.6.1.", + "typescript.experimental.syntaxFolding": "Active/dĆ©sactive les marqueurs de rĆ©duction en fonction de la syntaxe.", + "taskDefinition.tsconfig.description": "Fichier tsconfig qui dĆ©finit la build TS." } \ No newline at end of file diff --git a/i18n/fra/extensions/vb/package.i18n.json b/i18n/fra/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..0d5ed29db2 --- /dev/null +++ b/i18n/fra/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage Visual Basic", + "description": "Fournit des extraits de code, la coloration syntaxique, la correspondance des crochets et le repli dans les fichiers Visual Basic." +} \ No newline at end of file diff --git a/i18n/fra/extensions/xml/package.i18n.json b/i18n/fra/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..1f49d30935 --- /dev/null +++ b/i18n/fra/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage XML", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers XML." +} \ No newline at end of file diff --git a/i18n/fra/extensions/yaml/package.i18n.json b/i18n/fra/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..81d1a2f26f --- /dev/null +++ b/i18n/fra/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Bases du langage YAML", + "description": "Fournit la coloration syntaxique et la correspondance des crochets dans les fichiers YAML." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/fra/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/fra/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/fra/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/fra/src/vs/base/browser/ui/aria/aria.i18n.json index eb9a15d1ab..7139057b1a 100644 --- a/i18n/fra/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/fra/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (s'est reproduit)" } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/fra/src/vs/base/browser/ui/findinput/findInput.i18n.json index 52b80f7030..bafdcc4ed4 100644 --- a/i18n/fra/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/fra/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "entrĆ©e" } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/fra/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index e8b11f71ce..2c2beede90 100644 --- a/i18n/fra/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/fra/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Respecter la casse", "wordsDescription": "Mot entier", "regexDescription": "Utiliser une expression rĆ©guliĆØre" diff --git a/i18n/fra/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/fra/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index ac56768f39..db80383410 100644 --- a/i18n/fra/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/fra/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "ErreurĀ : {0}", "alertWarningMessage": "AvertissementĀ : {0}", "alertInfoMessage": "InformationĀ : {0}" diff --git a/i18n/fra/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/fra/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index e5800681aa..a593eab2a9 100644 --- a/i18n/fra/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/fra/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "L'image est trop grande pour ĆŖtre affichĆ©e dans l'Ć©diteur. ", "resourceOpenExternalButton": " Ouvrir l'image en utilisant un programme externeĀ ?", diff --git a/i18n/fra/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/fra/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/fra/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/fra/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index cedf573326..c02807a8f6 100644 --- a/i18n/fra/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/fra/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "Plus" } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/errorMessage.i18n.json b/i18n/fra/src/vs/base/common/errorMessage.i18n.json index 6e282a92f0..92c09f9dda 100644 --- a/i18n/fra/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/fra/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}Ā : {1}", "error.defaultMessage": "Une erreur inconnue s’est produite. Veuillez consulter le journal pour plus de dĆ©tails.", "nodeExceptionMessage": "Une erreur systĆØme s'est produite ({0})", diff --git a/i18n/fra/src/vs/base/common/json.i18n.json b/i18n/fra/src/vs/base/common/json.i18n.json index 5c2fcbf92b..525483b38a 100644 --- a/i18n/fra/src/vs/base/common/json.i18n.json +++ b/i18n/fra/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/fra/src/vs/base/common/jsonErrorMessages.i18n.json index 5c2fcbf92b..c66bc34620 100644 --- a/i18n/fra/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/fra/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "Symbole non valide", "error.invalidNumberFormat": "Format de nombre non valide", "error.propertyNameExpected": "Nom de propriĆ©tĆ© attendu", diff --git a/i18n/fra/src/vs/base/common/keybindingLabels.i18n.json b/i18n/fra/src/vs/base/common/keybindingLabels.i18n.json index 7e3da801c8..571a9cde87 100644 --- a/i18n/fra/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/fra/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "Maj", "altKey": "Alt", diff --git a/i18n/fra/src/vs/base/common/processes.i18n.json b/i18n/fra/src/vs/base/common/processes.i18n.json index b3007bde70..9570d19ade 100644 --- a/i18n/fra/src/vs/base/common/processes.i18n.json +++ b/i18n/fra/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/base/common/severity.i18n.json b/i18n/fra/src/vs/base/common/severity.i18n.json index 0771059b99..a45fe9fa59 100644 --- a/i18n/fra/src/vs/base/common/severity.i18n.json +++ b/i18n/fra/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "Erreur", "sev.warning": "Avertissement", "sev.info": "Informations" diff --git a/i18n/fra/src/vs/base/node/processes.i18n.json b/i18n/fra/src/vs/base/node/processes.i18n.json index 2bab529afb..5cc1e691e5 100644 --- a/i18n/fra/src/vs/base/node/processes.i18n.json +++ b/i18n/fra/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "Impossible d'exĆ©cuter une commande d'interprĆ©teur de commandes sur un lecteur UNC." } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/node/ps.i18n.json b/i18n/fra/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..1342c69063 --- /dev/null +++ b/i18n/fra/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "RĆ©cupĆ©ration des informations processeur et mĆ©moire. Cela peut prendre quelques secondes." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/base/node/zip.i18n.json b/i18n/fra/src/vs/base/node/zip.i18n.json index 7b7987f8fa..11465d3066 100644 --- a/i18n/fra/src/vs/base/node/zip.i18n.json +++ b/i18n/fra/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0} introuvable dans le zip." } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 11ab1f2218..40a8dc82be 100644 --- a/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, sĆ©lecteur", "quickOpenAriaLabel": "sĆ©lecteur" } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 3b4e6250ef..6bfab391a5 100644 --- a/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/fra/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "SĆ©lecteur rapide. Tapez pour rĆ©duire les rĆ©sultats.", "treeAriaLabel": "SĆ©lecteur rapide" } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/fra/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 83cb012fb7..dc37087e0a 100644 --- a/i18n/fra/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/fra/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "RĆ©duire" } \ No newline at end of file diff --git a/i18n/fra/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/fra/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..fb412e3629 --- /dev/null +++ b/i18n/fra/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "PrĆ©visualiser sur GitHub", + "loadingData": "Chargement des donnĆ©es en cours...", + "similarIssues": "ProblĆØmes similaires", + "open": "Ouvrir", + "closed": "FermĆ©", + "noResults": "RĆ©sultats introuvables", + "settingsSearchIssue": "ProblĆØme de paramĆØtres de recherche", + "bugReporter": "Rapporteur de bogue", + "performanceIssue": "ProblĆØme de performance", + "featureRequest": "Demande de fonctionnalitĆ©", + "stepsToReproduce": "Ɖtapes Ć  reproduire", + "bugDescription": "Partagez les Ć©tapes nĆ©cessaires pour reproduire fidĆØlement le problĆØme. Veuillez inclure les rĆ©sultats rĆ©els et prĆ©vus. Nous prenons en charge la syntaxe GitHub Markdown. Vous pourrez Ć©diter votre problĆØme et ajouter des captures d'Ć©cran lorsque nous le prĆ©visualiserons sur GitHub.", + "performanceIssueDesciption": "Quand ce problĆØme de performance s'est-il produit ? Se produit-il au dĆ©marrage ou aprĆØs une sĆ©rie d'actions spĆ©cifiques ? Nous prenons en charge la syntaxe Markdown de GitHub. Vous pourrez Ć©diter votre problĆØme et ajouter des captures d'Ć©cran lorsque nous le prĆ©visualiserons sur GitHub.", + "description": "Description", + "featureRequestDescription": "Veuillez dĆ©crire la fonctionnalitĆ© que vous voulez voir. Nous supportons la syntaxe GitHub Markdown. Vous pourrez modifier votre problĆØme et ajouter des captures d’écran lorsque nous la prĆ©visualiserons sur GitHub.", + "expectedResults": "RĆ©sultats attendus", + "settingsSearchResultsDescription": "Veuillez lister les rĆ©sultats que vous vous attendiez Ć  voir quand vous avez cherchĆ© cette requĆŖte. Nous supportons la syntaxe GitHub Markdown. Vous pourrez modifier votre question et ajouter des captures d’écran lorsque nous la prĆ©visualiserons sur GitHub.", + "pasteData": "Nous avons Ć©crit les donnĆ©es nĆ©cessaires dans votre presse-papiers, car elles Ć©taient trop volumineuses Ć  envoyer. Veuillez les coller.", + "disabledExtensions": "Les extensions sont dĆ©sactivĆ©es" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/fra/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..f5fd62234a --- /dev/null +++ b/i18n/fra/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "Veuillez remplir le formulaire en anglais.", + "issueTypeLabel": "Ceci est un ", + "issueTitleLabel": "Titre", + "issueTitleRequired": "Veuillez s’il vous plaĆ®t entrer un titre.", + "titleLengthValidation": "Le titre est trop long.", + "systemInfo": "Mes infos systĆØme", + "sendData": "Envoyer mes donnĆ©es", + "processes": "Processus en cours d’exĆ©cution", + "workspaceStats": "Mes Stats de l’espace de travail", + "extensions": "Mes Extensions", + "searchedExtensions": "Extensions recherchĆ©es", + "settingsSearchDetails": "DĆ©tails de paramĆØtres de recherche", + "tryDisablingExtensions": "Le problĆØme est-il reproductible lorsque les extensions sont dĆ©sactivĆ©es?", + "yes": "Oui", + "no": "Non", + "disableExtensionsLabelText": "Essayez de reproduire le problĆØme aprĆØs {0}.", + "disableExtensions": "en dĆ©sactivant toutes les extensions et en rechargeant la fenĆŖtre", + "showRunningExtensionsLabelText": "Si vous pensez que c'est un problĆØme d'extension, {0} pour reporter le problĆØme de l'extension.", + "showRunningExtensions": "Afficher toutes les extensions en cours d'exĆ©cution", + "details": "Veuillez saisir les dĆ©tails ", + "loadingData": "Chargement des donnĆ©es..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/code/electron-main/auth.i18n.json b/i18n/fra/src/vs/code/electron-main/auth.i18n.json index a9874340d3..bab3cf6722 100644 --- a/i18n/fra/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/fra/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "Authentification proxy requise", "proxyauth": "Le proxy {0} nĆ©cessite une authentification." } \ No newline at end of file diff --git a/i18n/fra/src/vs/code/electron-main/logUploader.i18n.json b/i18n/fra/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..c3107b7445 --- /dev/null +++ b/i18n/fra/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "Point de terminaison d'upload de journal non valide", + "beginUploading": "TĆ©lĆ©chargement (Upload) ...", + "didUploadLogs": "TĆ©lĆ©chargement rĆ©ussiĀ ! ID du fichier de logĀ : {0}", + "logUploadPromptHeader": "Vous ĆŖtes sur le point de tĆ©lĆ©verser vos journaux de session vers un terminal Microsoft sĆ©curisĆ© auquel seuls les membres de l'Ć©quipe VS Code peuvent accĆ©der.", + "logUploadPromptBody": "Les journaux de session peuvent contenir des informations personnelles telles que les chemins d'accĆØs complets ou le contenu des fichiers. Veuillez consulter et supprimer les fichiers journaux de session ici: '{0}'", + "logUploadPromptBodyDetails": "En continuant, vous confirmez que vous avez revu et Ć©ditĆ© vos fichiers journaux de session et que vous acceptez que Microsoft les utilise pour dĆ©boguer VS Code.", + "logUploadPromptAcceptInstructions": "Veuillez exĆ©cuter le code avec '--upload-logs={0}' pour rĆ©aliser l'upload", + "postError": "Erreur en postant les journauxĀ : {0}", + "responseError": "Erreur en postant les journaux. ReƧu {0} — {1}", + "parseError": "Erreur en analysant la rĆ©ponse", + "zipError": "Erreur en compressant les journauxĀ : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/code/electron-main/main.i18n.json b/i18n/fra/src/vs/code/electron-main/main.i18n.json index ad6ce07850..71250b3432 100644 --- a/i18n/fra/src/vs/code/electron-main/main.i18n.json +++ b/i18n/fra/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "Une autre instance de {0} est dĆ©jĆ  en cours d'exĆ©cution mais ne rĆ©pond pas", "secondInstanceNoResponseDetail": "Veuillez s'il vous plaĆ®t fermer toutes les autres instances et rĆ©essayer Ć  nouveau.", "secondInstanceAdmin": "Une seconde instance de {0} est dĆ©jĆ  en cours d'exĆ©cution en tant qu'administrateur.", diff --git a/i18n/fra/src/vs/code/electron-main/menus.i18n.json b/i18n/fra/src/vs/code/electron-main/menus.i18n.json index 7fc9b17d5c..ff18044743 100644 --- a/i18n/fra/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/fra/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "&&Fichier", "mEdit": "&&Modifier", "mSelection": "&&SĆ©lection", @@ -88,8 +90,10 @@ "miMarker": "&&ProblĆØmes", "miAdditionalViews": "Affic&&hages supplĆ©mentaires", "miCommandPalette": "Palette de &&commandes...", + "miOpenView": "&&Ouvrir la vue...", "miToggleFullScreen": "Plei&&n Ć©cran", "miToggleZenMode": "Activer/dĆ©sactiver le mode zen", + "miToggleCenteredLayout": "Activer/dĆ©sactiver la disposition centrĆ©e", "miToggleMenuBar": "Activer/dĆ©sactiver la &&barre de menus", "miSplitEditor": "Fractionner l'Ć©dit&&eur", "miToggleEditorLayout": "Activer/dĆ©sactiver la &&disposition du groupe d'Ć©diteurs", @@ -178,13 +182,11 @@ "miConfigureTask": "&&Configurer les tĆ¢ches...", "miConfigureBuildTask": "Configurer la tĆ¢che de gĆ©nĆ©ration par dĆ©&&faut", "accessibilityOptionsWindowTitle": "Options d'accessibilitĆ©", - "miRestartToUpdate": "RedĆ©marrer pour mettre Ć  jour...", + "miCheckForUpdates": "Rechercher les mises Ć  jour...", "miCheckingForUpdates": "Recherche des mises Ć  jour...", "miDownloadUpdate": "TĆ©lĆ©charger la mise Ć  jour disponible", "miDownloadingUpdate": "TĆ©lĆ©chargement de la mise Ć  jour...", + "miInstallUpdate": "Installer la mise Ć  jour...", "miInstallingUpdate": "Installation de la mise Ć  jour...", - "miCheckForUpdates": "Rechercher les mises Ć  jour...", - "aboutDetail": "Version {0}\nCommit {1}\nDate {2}\nShell {3}\nRenderer {4}\nNode {5}\nArchitecture {6}", - "okButton": "OK", - "copy": "&&Copier" + "miRestartToUpdate": "RedĆ©marrer pour mettre Ć  jour..." } \ No newline at end of file diff --git a/i18n/fra/src/vs/code/electron-main/window.i18n.json b/i18n/fra/src/vs/code/electron-main/window.i18n.json index 2af087e8a9..b6621cc88d 100644 --- a/i18n/fra/src/vs/code/electron-main/window.i18n.json +++ b/i18n/fra/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "Vous pouvez toujours accĆ©der Ć  la barre de menus en appuyant sur la touche **Alt**." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "Vous pouvez toujours accĆ©der Ć  la barre de menus en appuyant sur la touche Alt." } \ No newline at end of file diff --git a/i18n/fra/src/vs/code/electron-main/windows.i18n.json b/i18n/fra/src/vs/code/electron-main/windows.i18n.json index 9ef71356aa..3332260eb9 100644 --- a/i18n/fra/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/fra/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "OK", "pathNotExistTitle": "Le chemin d'accĆØs n'existe pas", "pathNotExistDetail": "Le chemin d'accĆØs '{0}' ne semble plus exister sur le disque.", diff --git a/i18n/fra/src/vs/code/node/cliProcessMain.i18n.json b/i18n/fra/src/vs/code/node/cliProcessMain.i18n.json index 839a1ac031..e7963b7f91 100644 --- a/i18n/fra/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/fra/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "Extension '{0}' introuvable.", "notInstalled": "L'extension '{0}' n'est pas installĆ©e.", "useId": "Veillez Ć  utiliser l'ID complet de l'extension (serveur de publication inclus). ExempleĀ : {0}", diff --git a/i18n/fra/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/fra/src/vs/editor/browser/services/bulkEdit.i18n.json index 9a1e91ba2a..b42053d069 100644 --- a/i18n/fra/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/fra/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "Ces fichiers ont changĆ© pendant ce tempsĀ : {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "Aucune modification effectuĆ©e", "summary.nm": "{0}Ā modifications de texte effectuĆ©es dans {1}Ā fichiers", - "summary.n0": "{0}Ā modifications de texte effectuĆ©es dans un fichier" + "summary.n0": "{0}Ā modifications de texte effectuĆ©es dans un fichier", + "conflict": "Ces fichiers ont changĆ© pendant ce tempsĀ : {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/fra/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index f060de0d52..e51e70f1b8 100644 --- a/i18n/fra/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/fra/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "Impossible de comparer les fichiers car l'un d'eux est trop volumineux." } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/fra/src/vs/editor/browser/widget/diffReview.i18n.json index e1f557b41c..bc2bf2e666 100644 --- a/i18n/fra/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/fra/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Fermer", "header": "DiffĆ©rence {0} sur {1} : {2} d'origine, {3} lignes, {4} modifiĆ©es, {5} lignes", "blankLine": "vide", diff --git a/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json index dd19016cb4..9a40c9f6e2 100644 --- a/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "Ɖditeur", "fontFamily": "ContrĆ“le la famille de polices.", "fontWeight": "ContrĆ“le l'Ć©paisseur de police.", @@ -14,7 +16,7 @@ "lineNumbers.on": "Les numĆ©ros de ligne sont affichĆ©s en nombre absolu.", "lineNumbers.relative": "Les numĆ©ros de ligne sont affichĆ©s sous la forme de distance en lignes Ć  la position du curseur.", "lineNumbers.interval": "Les numĆ©ros de ligne sont affichĆ©s toutes les 10 lignes.", - "lineNumbers": "ContrĆ“le l’affichage des numĆ©ros de ligne. Les valeurs possibles sont 'on', 'off', et 'relative'.", + "lineNumbers": "ContrĆ“le l’affichage des numĆ©ros de ligne. Les valeurs possibles sont 'on', 'off', 'relative' et 'interval'.", "rulers": "Afficher les rĆØgles verticales aprĆØs un certain nombre de caractĆØres Ć  espacement fixe. Utiliser plusieurs valeurs pour plusieurs rĆØgles. Aucune rĆØgle n'est dessinĆ©e si le tableau est vide", "wordSeparators": "CaractĆØres utilisĆ©s comme sĆ©parateurs de mots durant la navigation ou les opĆ©rations basĆ©es sur les mots", "tabSize": "Le nombre d'espaces correspondant Ć  une tabulation. Ce paramĆØtre est remplacĆ© en fonction du contenu du fichier quand 'editor.detectIndentation' est activĆ©.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "ContrĆ“le si l'Ć©diteur dĆ©file au-delĆ  de la derniĆØre ligne", "smoothScrolling": "ContrĆ“le si l'Ć©diteur dĆ©filera en utilisant une animation", "minimap.enabled": "ContrĆ“le si la minicarte est affichĆ©e", + "minimap.side": "ContrĆ“le le cĆ“tĆ© où afficher la minicarte. Les valeurs possibles sont 'right' et 'left'", "minimap.showSlider": "ContrĆ“le si le curseur de la minicarte est automatiquement masquĆ©. Les valeurs possibles sont 'always' et 'mouseover'", "minimap.renderCharacters": "Afficher les caractĆØres rĆ©els sur une ligne (par opposition aux blocs de couleurs)", "minimap.maxColumn": "Limiter la largeur de la minicarte pour afficher au maximum un certain nombre de colonnes", @@ -40,9 +43,9 @@ "wordWrapColumn": "ContrĆ“le la colonne de retour automatique Ć  la ligne de l'Ć©diteur quand 'editor.wordWrap' a la valeur 'wordWrapColumn' ou 'bounded'.", "wrappingIndent": "ContrĆ“le le retrait des lignes renvoyĆ©es. La valeur peut ĆŖtre 'none', 'same' ou 'indent'.", "mouseWheelScrollSensitivity": "Multiplicateur Ć  utiliser pour le 'deltaX' et le 'deltaY' des Ć©vĆ©nements de dĆ©filement de la roulette de la souris", - "multiCursorModifier.ctrlCmd": "Mappe vers 'ContrĆ“le' dans Windows et Linux, et vers 'Commande' dans OSX.", - "multiCursorModifier.alt": "Mappe vers 'Alt' dans Windows et Linux, et vers 'Option' dans OSX.", - "multiCursorModifier": "Modificateur Ć  utiliser pour ajouter plusieurs curseurs avec la souris. 'ctrlCmd' mappe vers 'ContrĆ“le' dans Windows et Linux, et vers 'Commande' dans OSX. Les mouvements de souris AccĆ©der Ć  la dĆ©finition et Ouvrir le lien s'adaptent pour ne pas entrer en conflit avec le modificateur multicurseur.", + "multiCursorModifier.ctrlCmd": "Mappe vers 'ContrĆ“le' dans Windows et Linux, et vers 'Commande' dans macOS.", + "multiCursorModifier.alt": "Mappe vers 'Alt' dans Windows et Linux, et vers 'Option' dans macOS.", + "multiCursorModifier": "Le modificateur Ć  utiliser pour ajouter plusieurs curseurs avec la souris. 'ctrlCmd' mappe vers 'ContrĆ“le' dans Windows et Linux, et vers 'Commande' dans macOS. Les mouvements de souris AccĆ©der Ć  la dĆ©finition et Ouvrir le lien s'adaptent pour ne pas entrer en conflit avec le modificateur multicurseur.", "quickSuggestions.strings": "Activez les suggestions rapides dans les chaĆ®nes.", "quickSuggestions.comments": "Activez les suggestions rapides dans les commentaires.", "quickSuggestions.other": "Activez les suggestions rapides en dehors des chaĆ®nes et des commentaires.", @@ -63,6 +66,10 @@ "snippetSuggestions": "ContrĆ“le si les extraits de code s'affichent en mĆŖme temps que d'autres suggestions, ainsi que leur mode de tri.", "emptySelectionClipboard": "ContrĆ“le si la copie sans sĆ©lection permet de copier la ligne actuelle.", "wordBasedSuggestions": "ContrĆ“le si la saisie semi-automatique doit ĆŖtre calculĆ©e en fonction des mots prĆ©sents dans le document.", + "suggestSelection.first": "SĆ©lectionnez toujours la premiĆØre suggestion.", + "suggestSelection.recentlyUsed": "SĆ©lectionnez les suggestions rĆ©centes Ć  moins qu'une saisie ultĆ©rieure en sĆ©lectionne un, par exemple 'console.| -> console.log' parce que `log` a Ć©tĆ© complĆ©tĆ© rĆ©cemment.", + "suggestSelection.recentlyUsedByPrefix": "SĆ©lectionnez des suggestions basĆ©es sur des prĆ©fixes prĆ©cĆ©dents qui ont complĆ©tĆ© ces suggestions, par exemple `co -> console` et `con -> const`.", + "suggestSelection": "ContrĆ“le comment les suggestions sont prĆ©-sĆ©lectionnĆ©s lors de l’affichage de la liste de suggestion.", "suggestFontSize": "Taille de police du widget de suggestion", "suggestLineHeight": "Hauteur de ligne du widget de suggestion", "selectionHighlight": "DĆ©termine si l'Ć©diteur doit surligner les correspondances similaires Ć  la sĆ©lection", @@ -72,6 +79,7 @@ "cursorBlinking": "ContrĆ“le le style d'animation du curseur. Valeurs possiblesĀ : 'blink', 'smooth', 'phase', 'expand' et 'solid'", "mouseWheelZoom": "Agrandir ou rĆ©duire la police de l'Ć©diteur quand l'utilisateur fait tourner la roulette de la souris tout en maintenant la touche Ctrl enfoncĆ©e", "cursorStyle": "ContrĆ“le le style du curseur. Les valeurs acceptĆ©es sont 'block', 'block-outline', 'line', 'line-thin', 'underline' et 'underline-thin'", + "cursorWidth": "ContrĆ“le la largeur du curseur quand editor.cursorStyle est Ć  'line'", "fontLigatures": "Active les ligatures de police", "hideCursorInOverviewRuler": "ContrĆ“le si le curseur doit ĆŖtre masquĆ© dans la rĆØgle d'aperƧu.", "renderWhitespace": "ContrĆ“le la faƧon dont l'Ć©diteur affiche les espaces blancs. Il existe trois options possiblesĀ : 'none', 'boundary' et 'all'. L'option 'boundary' n'affiche pas les espaces uniques qui sĆ©parent les mots.", diff --git a/i18n/fra/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/fra/src/vs/editor/common/config/defaultConfig.i18n.json index bf45d0601a..1c536d8b17 100644 --- a/i18n/fra/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/fra/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/fra/src/vs/editor/common/config/editorOptions.i18n.json index 452e3e365b..b2405c7798 100644 --- a/i18n/fra/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/fra/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "L'Ć©diteur n'est pas accessible pour le moment. Appuyez sur Alt+F1 pour connaĆ®tre les options.", "editorViewAccessibleLabel": "Contenu d'Ć©diteur" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/controller/cursor.i18n.json b/i18n/fra/src/vs/editor/common/controller/cursor.i18n.json index ffe54de6d8..17c40de035 100644 --- a/i18n/fra/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/fra/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "Exception inattendue pendant l'exĆ©cution de la commande." } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/fra/src/vs/editor/common/model/textModelWithTokens.i18n.json index a9d6aa6864..2dd3bcd49b 100644 --- a/i18n/fra/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/fra/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/fra/src/vs/editor/common/modes/modesRegistry.i18n.json index ceaaa4ef30..79636f03ef 100644 --- a/i18n/fra/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/fra/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "Texte brut" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/fra/src/vs/editor/common/services/bulkEdit.i18n.json index 9a1e91ba2a..a04f19009b 100644 --- a/i18n/fra/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/fra/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/fra/src/vs/editor/common/services/modeServiceImpl.i18n.json index 4fdf5a2ac4..be58f21a50 100644 --- a/i18n/fra/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/fra/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/fra/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/fra/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/fra/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/fra/src/vs/editor/common/view/editorColorRegistry.i18n.json index 4bea17a181..cb7e2c2864 100644 --- a/i18n/fra/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/fra/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "Couleur d'arriĆØre-plan de la mise en surbrillance de la ligne Ć  la position du curseur.", "lineHighlightBorderBox": "Couleur d'arriĆØre-plan de la bordure autour de la ligne Ć  la position du curseur.", - "rangeHighlight": "Couleur d'arriĆØre-plan des plages mises en surbrillance, par exemple par les fonctionnalitĆ©s de recherche et Quick Open.", + "rangeHighlight": "Couleur d'arriĆØre-plan des plages mises en surbrillance, par exemple par les fonctionnalitĆ©s d'ouverture rapide et de recherche. La couleur ne doit pas ĆŖtre opaque pour ne pas masquer les dĆ©corations sous-jacentes.", + "rangeHighlightBorder": "Couleur d'arriĆØre-plan de la bordure autour des plages mises en surbrillance.", "caret": "Couleur du curseur de l'Ć©diteur.", "editorCursorBackground": "La couleur de fond du curseur de l'Ć©diteur. Permet de personnaliser la couleur d'un caractĆØre survolĆ© par un curseur de bloc.", "editorWhitespaces": "Couleur des espaces blancs dans l'Ć©diteur.", "editorIndentGuides": "Couleur des repĆØres de retrait de l'Ć©diteur.", "editorLineNumbers": "Couleur des numĆ©ros de ligne de l'Ć©diteur.", + "editorActiveLineNumber": "Couleur des numĆ©ros de lignes actives de l'Ć©diteur", "editorRuler": "Couleur des rĆØgles de l'Ć©diteur", "editorCodeLensForeground": "Couleur pour les indicateurs CodeLens", "editorBracketMatchBackground": "Couleur d'arriĆØre-plan pour les accolades associĆ©es", diff --git a/i18n/fra/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/fra/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index 49a5f917f7..b01b8cf496 100644 --- a/i18n/fra/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/fra/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 69adc44679..51486a7f85 100644 --- a/i18n/fra/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "Atteindre le crochet" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "Couleur du marqueur de la rĆØgle d'aperƧu pour rechercher des parenthĆØses.", + "smartSelect.jumpBracket": "Atteindre le crochet", + "smartSelect.selectToBracket": "Select to Bracket" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/fra/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 69adc44679..a00413ed9c 100644 --- a/i18n/fra/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/fra/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index 7bc2bb19f5..c61fbcc026 100644 --- a/i18n/fra/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "DĆ©placer le point d'insertion vers la gauche", "caret.moveRight": "DĆ©placer le point d'insertion vers la droite" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/fra/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index 7bc2bb19f5..40f62ada9b 100644 --- a/i18n/fra/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/fra/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 9eefe4333b..6cd383bea3 100644 --- a/i18n/fra/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/fra/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 9eefe4333b..7978bb39a8 100644 --- a/i18n/fra/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Transposer les lettres" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/fra/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 8031001390..a9ebe5354d 100644 --- a/i18n/fra/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/fra/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 8031001390..68d13da369 100644 --- a/i18n/fra/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "Couper", "actions.clipboard.copyLabel": "Copier", "actions.clipboard.pasteLabel": "Coller", diff --git a/i18n/fra/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/fra/src/vs/editor/contrib/comment/comment.i18n.json index d8e23e4d0d..6f28c82ffc 100644 --- a/i18n/fra/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Activer/dĆ©sactiver le commentaire de ligne", "comment.line.add": "Ajouter le commentaire de ligne", "comment.line.remove": "Supprimer le commentaire de ligne", diff --git a/i18n/fra/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/fra/src/vs/editor/contrib/comment/common/comment.i18n.json index d8e23e4d0d..ae896daac8 100644 --- a/i18n/fra/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/fra/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 305f92b19f..8b8cc5aee4 100644 --- a/i18n/fra/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/fra/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 305f92b19f..c6ebb819fe 100644 --- a/i18n/fra/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "Afficher le menu contextuel de l'Ć©diteur" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json index b38c882372..2dbb558b99 100644 --- a/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index 6183484b59..caafde3137 100644 --- a/i18n/fra/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json index 21889b4123..f4cd245854 100644 --- a/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/find/findController.i18n.json b/i18n/fra/src/vs/editor/contrib/find/findController.i18n.json index 21889b4123..e5d9eba6eb 100644 --- a/i18n/fra/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "Rechercher", "findNextMatchAction": "Rechercher suivant", "findPreviousMatchAction": "Rechercher prĆ©cĆ©dent", diff --git a/i18n/fra/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/find/findWidget.i18n.json index b38c882372..5b0cf744fe 100644 --- a/i18n/fra/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Rechercher", "placeholder.find": "Rechercher", "label.previousMatchButton": "Correspondance prĆ©cĆ©dente", diff --git a/i18n/fra/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index 6183484b59..1aab731184 100644 --- a/i18n/fra/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Rechercher", "placeholder.find": "Rechercher", "label.previousMatchButton": "Correspondance prĆ©cĆ©dente", diff --git a/i18n/fra/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/fra/src/vs/editor/contrib/folding/browser/folding.i18n.json index 4909bb2e40..ae77d84d4b 100644 --- a/i18n/fra/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/fra/src/vs/editor/contrib/folding/folding.i18n.json index 475f08c4a6..876f4a4f2d 100644 --- a/i18n/fra/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "DĆ©plier", "unFoldRecursivelyAction.label": "DĆ©plier de maniĆØre rĆ©cursive", "foldAction.label": "Plier", diff --git a/i18n/fra/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/fra/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 5d10d9569e..f8a9a09d34 100644 --- a/i18n/fra/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/fra/src/vs/editor/contrib/format/formatActions.i18n.json index 5d10d9569e..a306a0bec7 100644 --- a/i18n/fra/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "1Ā modification de format effectuĆ©e Ć  la ligne {0}", "hintn1": "{0} modifications de format effectuĆ©es Ć  la ligne {1}", "hint1n": "1Ā modification de format effectuĆ©e entre les lignes {0} et {1}", "hintnn": "{0} modifications de format effectuĆ©es entre les lignes {1} et {2}", - "no.provider": "DĆ©solĆ©, mais il n’y a aucun formateur installĆ© pour les fichiers '{0}'.", + "no.provider": "Il n’y a aucun formateur installĆ© pour les fichiers '{0}'.", "formatDocument.label": "Mettre en forme le document", "formatSelection.label": "Mettre en forme la sĆ©lection" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 5fee5001dd..5284104d02 100644 --- a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index bdf5cc7e42..67e8e4d0a0 100644 --- a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index 247bd9d24d..33e93cc047 100644 --- a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index bdf5cc7e42..fcb5d8a779 100644 --- a/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "DĆ©finition introuvable pour '{0}'", "generic.noResults": "DĆ©finition introuvable", "meta.title": " – {0} dĆ©finitions", diff --git a/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index 247bd9d24d..2dfe57c080 100644 --- a/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "Cliquez pour afficher {0}Ā dĆ©finitions." } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/fra/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 2e7dbc5e1e..0c4410e172 100644 --- a/i18n/fra/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/fra/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 2e7dbc5e1e..664f234cae 100644 --- a/i18n/fra/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "AccĆ©der Ć  l'erreur ou l'avertissement suivant", - "markerAction.previous.label": "AccĆ©der Ć  l'erreur ou l'avertissement prĆ©cĆ©dent", + "markerAction.next.label": "Aller au problĆØme suivant (Erreur, Avertissement, Info)", + "markerAction.previous.label": "Aller au problĆØme prĆ©cĆ©dent (Erreur, Avertissement, Info)", "editorMarkerNavigationError": "Couleur d'erreur du widget de navigation dans les marqueurs de l'Ć©diteur.", "editorMarkerNavigationWarning": "Couleur d'avertissement du widget de navigation dans les marqueurs de l'Ć©diteur.", "editorMarkerNavigationInfo": "Couleur d’information du widget de navigation du marqueur de l'Ć©diteur.", diff --git a/i18n/fra/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/fra/src/vs/editor/contrib/hover/browser/hover.i18n.json index f2c7ed1756..1799297fee 100644 --- a/i18n/fra/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/fra/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index 237cac764d..59f9ff3fb6 100644 --- a/i18n/fra/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/fra/src/vs/editor/contrib/hover/hover.i18n.json index f2c7ed1756..53bb848ead 100644 --- a/i18n/fra/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "Afficher par pointage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/fra/src/vs/editor/contrib/hover/modesContentHover.i18n.json index 237cac764d..772d38c31a 100644 --- a/i18n/fra/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "Chargement..." } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/fra/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index ec882a2ca3..5bcb7a87d0 100644 --- a/i18n/fra/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/fra/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index ec882a2ca3..0da6e360ae 100644 --- a/i18n/fra/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Remplacer par la valeur prĆ©cĆ©dente", "InPlaceReplaceAction.next.label": "Remplacer par la valeur suivante" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/fra/src/vs/editor/contrib/indentation/common/indentation.i18n.json index d9fe670d9f..5cb38f9465 100644 --- a/i18n/fra/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/fra/src/vs/editor/contrib/indentation/indentation.i18n.json index d9fe670d9f..90a2834ead 100644 --- a/i18n/fra/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "Convertir les retraits en espaces", "indentationToTabs": "Convertir les retraits en tabulations", "configuredTabSize": "Taille des tabulations configurĆ©e", diff --git a/i18n/fra/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/fra/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index a204ab1b86..b2c698640b 100644 --- a/i18n/fra/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/fra/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index ed7fa21256..b46ad874aa 100644 --- a/i18n/fra/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/fra/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index ed7fa21256..e47c7f5ee9 100644 --- a/i18n/fra/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "Copier la ligne en haut", "lines.copyDown": "Copier la ligne en bas", "lines.moveUp": "DĆ©placer la ligne vers le haut", diff --git a/i18n/fra/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/fra/src/vs/editor/contrib/links/browser/links.i18n.json index d2926b0f95..60052a5a7f 100644 --- a/i18n/fra/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/links/links.i18n.json b/i18n/fra/src/vs/editor/contrib/links/links.i18n.json index d2926b0f95..fedf7d63e1 100644 --- a/i18n/fra/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/links/links.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Commande + clic pour suivre le lien", "links.navigate": "Ctrl + clic pour suivre le lien", "links.command.mac": "Cmd + clic pour exĆ©cuter la commande", diff --git a/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 04e943155d..3f2637368b 100644 --- a/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/fra/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 04e943155d..27260b35dd 100644 --- a/i18n/fra/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Ajouter un curseur au-dessus", "mutlicursor.insertBelow": "Ajouter un curseur en dessous", "mutlicursor.insertAtEndOfEachLineSelected": "Ajouter des curseurs Ć  la fin des lignes", diff --git a/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index b2cdf5bab5..66b5b58565 100644 --- a/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index 6161b759db..172da7a972 100644 --- a/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index b2cdf5bab5..92a12ff002 100644 --- a/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "Indicateurs des paramĆØtres Trigger" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index 6161b759db..e21c88c87f 100644 --- a/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, conseil" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index d48220f8b6..2f339e0002 100644 --- a/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/fra/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index d48220f8b6..197cf8614f 100644 --- a/i18n/fra/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "Afficher les correctifs ({0})", "quickFix": "Afficher les correctifs", - "quickfix.trigger.label": "Correctif rapide" + "quickfix.trigger.label": "Correctif rapide", + "refactor.label": "Refactoriser" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index e7284c958c..44ad8a6b9e 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index e46a38e9ef..58e13fb55c 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 6aa1183898..80932ef286 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 9093716125..c05c97dcc4 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 498b3551c2..4c7cb00df9 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index e7284c958c..569e8df467 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Fermer" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index e46a38e9ef..04f4b1ff0e 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " – {0} rĆ©fĆ©rences", "references.action.label": "Rechercher toutes les rĆ©fĆ©rences" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index 6aa1183898..70bb710d3e 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "Chargement..." } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 9093716125..8fb2e1d6ed 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "symbole dans {0} sur la ligne {1}, colonne {2}", "aria.fileReferences.1": "1 symbole dans {0}, chemin complet {1}", "aria.fileReferences.N": "{0} symboles dans {1}, chemin complet {2}", diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 498b3551c2..13c37d1e3e 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "Ɖchec de la rĆ©solution du fichier.", "referencesCount": "{0} rĆ©fĆ©rences", "referenceCount": "{0} rĆ©fĆ©rence", diff --git a/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json index d6f02080b6..d1e07dc3db 100644 --- a/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 171924e9bf..e3682ce483 100644 --- a/i18n/fra/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/rename.i18n.json index d6f02080b6..401797779a 100644 --- a/i18n/fra/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "Aucun rĆ©sultat.", "aria": "'{0}' renommĆ© en '{1}'. RĆ©capitulatif : {2}", "rename.failed": "Ɖchec de l'exĆ©cution du renommage.", diff --git a/i18n/fra/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/renameInputField.i18n.json index 171924e9bf..616b92d502 100644 --- a/i18n/fra/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "Renommez l'entrĆ©e. Tapez le nouveau nom et appuyez sur EntrĆ©e pour valider." } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/fra/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index d815e36cd8..e82961ed8c 100644 --- a/i18n/fra/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/fra/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index d815e36cd8..1b68bae0a5 100644 --- a/i18n/fra/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "DĆ©velopper la sĆ©lection", "smartSelect.shrink": "RĆ©duire la sĆ©lection" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index 6715662ea0..fdd2541407 100644 --- a/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index 75285eb257..17b4170b7a 100644 --- a/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/fra/src/vs/editor/contrib/suggest/suggestController.i18n.json index 6715662ea0..56fcd625bc 100644 --- a/i18n/fra/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "L'acceptation de '{0}' a insĆ©rĆ© le texte suivant : {1}", "suggest.trigger.label": "Suggestions pour Trigger" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index 75285eb257..fadb96b149 100644 --- a/i18n/fra/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "Couleur d'arriĆØre-plan du widget de suggestion.", "editorSuggestWidgetBorder": "Couleur de bordure du widget de suggestion.", "editorSuggestWidgetForeground": "Couleur de premier plan du widget de suggestion.", diff --git a/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index e8ac83f2da..4355ed2c05 100644 --- a/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index e8ac83f2da..c53a3f0ab9 100644 --- a/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "Activer/dĆ©sactiver l'utilisation de la touche Tab pour dĆ©placer le focus" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/fra/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index 45974daea0..060b113cf6 100644 --- a/i18n/fra/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/fra/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index 45974daea0..4659ff38bf 100644 --- a/i18n/fra/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Couleur d'arriĆØre-plan d'un symbole durant l'accĆØs en lecture, par exemple la lecture d'une variable.", - "wordHighlightStrong": "Couleur d'arriĆØre-plan d'un symbole durant l'accĆØs en Ć©criture, par exemple l'Ć©criture dans une variable.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Couleur d'arriĆØre-plan d'un symbole durant l'accĆØs en lecture, par exemple la lecture d'une variable. La couleur ne doit pas ĆŖtre opaque pour ne pas masquer les dĆ©corations sous-jacentes.", + "wordHighlightStrong": "Couleur d'arriĆØre-plan d'un symbole durant l'accĆØs en Ć©criture, par exemple l'Ć©criture dans une variable. La couleur ne doit pas ĆŖtre opaque pour ne pas masquer les dĆ©corations sous-jacentes.", + "wordHighlightBorder": "Couleur de bordure d'un symbole durant l'accĆØs en lecture, par exemple la lecture d'une variable.", + "wordHighlightStrongBorder": "Couleur de bordure d'un symbole durant l'accĆØs en Ć©criture, par exemple l'Ć©criture dans une variable.", "overviewRulerWordHighlightForeground": "Couleur du marqueur de la rĆØgle d'aperƧu pour la mise en Ć©vidence de symbole.", "overviewRulerWordHighlightStrongForeground": "Couleur du marqueur de la rĆØgle d'aperƧu la mise en Ć©vidence de symbole d’accĆØs en Ć©criture.", "wordHighlight.next.label": "Aller Ć  la prochaine mise en Ć©vidence de symbole", diff --git a/i18n/fra/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index e7284c958c..44ad8a6b9e 100644 --- a/i18n/fra/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/fra/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index 61da2f152d..83ef7d6fd0 100644 --- a/i18n/fra/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/fra/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/fra/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 1d2d1988d2..339b9c5a78 100644 --- a/i18n/fra/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/fra/src/vs/editor/node/textMate/TMGrammars.i18n.json index a18ac142a7..2ceced991a 100644 --- a/i18n/fra/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/fra/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/fra/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/fra/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/fra/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/fra/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index ed0024d271..b54f0421ef 100644 --- a/i18n/fra/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "les Ć©lĆ©ments de menu doivent figurer dans un tableau", "requirestring": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", "optstring": "La propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string'", @@ -40,6 +42,5 @@ "menuId.invalid": "'{0}' est un identificateur de menu non valide", "missing.command": "L'Ć©lĆ©ment de menu fait rĆ©fĆ©rence Ć  une commande '{0}' qui n'est pas dĆ©finie dans la section 'commands'.", "missing.altCommand": "L'Ć©lĆ©ment de menu fait rĆ©fĆ©rence Ć  une commande alt '{0}' qui n'est pas dĆ©finie dans la section 'commands'.", - "dupe.command": "L'Ć©lĆ©ment de menu fait rĆ©fĆ©rence Ć  la mĆŖme commande que la commande par dĆ©faut et la commande alt", - "nosupport.altCommand": "Actuellement, seul le groupe 'navigation' du menu 'editor/title' prend en charge les commandes alt" + "dupe.command": "L'Ć©lĆ©ment de menu fait rĆ©fĆ©rence Ć  la mĆŖme commande que la commande par dĆ©faut et la commande alt" } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/fra/src/vs/platform/configuration/common/configurationRegistry.i18n.json index a9374accfc..970473c659 100644 --- a/i18n/fra/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/fra/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "Substitutions de configuration par dĆ©faut", "overrideSettings.description": "Configurez les paramĆØtres d'Ć©diteur Ć  remplacer pour le langage {0}.", "overrideSettings.defaultDescription": "Configurez les paramĆØtres d'Ć©diteur Ć  remplacer pour un langage.", diff --git a/i18n/fra/src/vs/platform/environment/node/argv.i18n.json b/i18n/fra/src/vs/platform/environment/node/argv.i18n.json index f676e6c787..293e40fe31 100644 --- a/i18n/fra/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/fra/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "Les arguments en mode '--goto' doivent ĆŖtre au format 'FILE(:LINE(:CHARACTER))'.", "diff": "Comparez deux fichiers entre eux.", "add": "Ajoutez un ou plusieurs dossiers Ć  la derniĆØre fenĆŖtre active.", "goto": "Ouvrez un fichier dans le chemin, Ć  la ligne et la position de caractĆØre spĆ©cifiĆ©es.", - "locale": "ParamĆØtres rĆ©gionaux Ć  utiliser (exempleĀ : fr-FR ou en-US).", - "newWindow": "Forcez l'utilisation d'une nouvelle instance de Code.", - "performance": "DĆ©marrez avec la commande 'DĆ©veloppeurĀ : performance de dĆ©marrage' activĆ©e.", - "prof-startup": "ExĆ©cuter le profileur d'UC au dĆ©marrage", - "inspect-extensions": "Autorise le dĆ©bogage et le profilage des extensions. VĆ©rifier les outils de dĆ©veloppements pour l'uri de connexion.", - "inspect-brk-extensions": "Autorise le dĆ©bogage et le profilage des extensions avec l'hĆ“te d'extensions en pause aprĆØs le dĆ©marrage. VĆ©rifier les outils de dĆ©veloppement pour l'uri de connexion.", - "reuseWindow": "Forcez l'ouverture d'un fichier ou dossier dans la derniĆØre fenĆŖtre active.", - "userDataDir": "SpĆ©cifie le rĆ©pertoire où sont conservĆ©es les donnĆ©es des utilisateurs. S'avĆØre utile pour une exĆ©cution en tant que root.", - "log": "Niveau de journalisation Ć  utiliser. La valeur par dĆ©faut est 'info'. Les valeurs autorisĆ©es sont 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off.", - "verbose": "Affichez la sortie dĆ©taillĆ©e (implique --wait).", + "newWindow": "Force Ć  ouvrir une nouvelle fenĆŖtre.", + "reuseWindow": "Force Ć  ouvrir un fichier ou un dossier dans la derniĆØre fenĆŖtre active.", "wait": "Attendre que les fichiers soient fermĆ©s avant de retourner.", + "locale": "ParamĆØtres rĆ©gionaux Ć  utiliser (exempleĀ : fr-FR ou en-US).", + "userDataDir": "SpĆ©cifie le rĆ©pertoire de l’utilisateur dans lequel les donnĆ©es sont conservĆ©es. Peut ĆŖtre utilisĆ© pour ouvrir plusieurs instances distinctes du Code.", + "version": "Affichez la version.", + "help": "Affichez le mode d'utilisation.", "extensionHomePath": "DĆ©finissez le chemin racine des extensions.", "listExtensions": "Listez les extensions installĆ©es.", "showVersions": "Affichez les versions des extensions installĆ©es, quand --list-extension est utilisĆ©.", "installExtension": "Installe une extension.", "uninstallExtension": "DĆ©sinstalle une extension.", "experimentalApis": "Active les fonctionnalitĆ©s d'API proposĆ©es pour une extension.", - "disableExtensions": "DĆ©sactivez toutes les extensions installĆ©es.", - "disableGPU": "DĆ©sactivez l'accĆ©lĆ©ration matĆ©rielle du GPU.", + "verbose": "Affichez la sortie dĆ©taillĆ©e (implique --wait).", + "log": "Niveau de journalisation Ć  utiliser. La valeur par dĆ©faut est 'info'. Les valeurs autorisĆ©es sont 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off.", "status": "Imprimer l'utilisation de processus et l'information des diagnostics.", - "version": "Affichez la version.", - "help": "Affichez le mode d'utilisation.", + "performance": "DĆ©marrez avec la commande 'DĆ©veloppeurĀ : performance de dĆ©marrage' activĆ©e.", + "prof-startup": "ExĆ©cuter le profileur d'UC au dĆ©marrage", + "disableExtensions": "DĆ©sactivez toutes les extensions installĆ©es.", + "inspect-extensions": "Autorise le dĆ©bogage et le profilage des extensions. VĆ©rifier les outils de dĆ©veloppements pour l'uri de connexion.", + "inspect-brk-extensions": "Autorise le dĆ©bogage et le profilage des extensions avec l'hĆ“te d'extensions en pause aprĆØs le dĆ©marrage. VĆ©rifier les outils de dĆ©veloppement pour l'uri de connexion.", + "disableGPU": "DĆ©sactivez l'accĆ©lĆ©ration matĆ©rielle du GPU.", + "uploadLogs": "Upload les logs depuis la session actuelle vers le endpoint sĆ©curisĆ©.", + "maxMemory": "Taille mĆ©moire maximale pour une fenĆŖtre (En MegaoctĆŖts)", "usage": "Utilisation", "options": "options", "paths": "chemins", - "optionsUpperCase": "Options" + "stdinWindows": "Pour lire la sortie d’un autre programme, ajouter '-' (ex. 'echo Bonjour tout le monde | {0} -')", + "stdinUnix": "Pour lire depuis stdin, ajouter '-' (ex. 'ps aux | grep code | {0} -')", + "optionsUpperCase": "Options", + "extensionsManagement": "Gestion des extensions", + "troubleshooting": "DĆ©pannage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/fra/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index c3172333ef..b4bea4cacc 100644 --- a/i18n/fra/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/fra/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Aucun espace de travail." } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/fra/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 769072646e..d48082ebae 100644 --- a/i18n/fra/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/fra/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Extensions", "preferences": "PrĆ©fĆ©rences" } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/fra/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 928cf0f788..e672e4fa92 100644 --- a/i18n/fra/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/fra/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "TĆ©lĆ©chargement impossible car l'extension compatible avec la version actuelle '{0}' de VS Code est introuvable." } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 620e2694e2..d021614186 100644 --- a/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "Extension non valideĀ : package.json n'est pas un fichier JSON.", - "restartCodeLocal": "RedĆ©marrez Code avant de rĆ©installer {0}.", + "restartCode": "RedĆ©marrez Code avant de rĆ©installer {0}.", "installingOutdatedExtension": "Une version plus rĆ©cente de cette extension est dĆ©jĆ  installĆ©e. Voulez-vous remplacer celle-ci avec l'ancienne version ?", "override": "Remplacer", "cancel": "Annuler", - "notFoundCompatible": "Installation impossible car l'extension '{0}' compatible avec la version actuelle '{1}' de VS Code est introuvable.", - "quitCode": "Installation impossible car une instance obsolĆØte de l'extension est en cours d'exĆ©cution. Veuillez quitter et redĆ©marrer VS Code avant de rĆ©installer.", - "exitCode": "Installation impossible car une instance obsolĆØte de l'extension est en cours d'exĆ©cution. Veuillez sortir et redĆ©marrer VS Code avant de rĆ©installer.", + "errorInstallingDependencies": "Erreur lors de l'installation des dĆ©pendances. {0}", + "MarketPlaceDisabled": "Le marketplace n’est pas activĆ©", + "removeError": "Erreur lors de la suppression de l’extensionĀ : {0}. Veuillez quitter et relancer VS Code avant de rĆ©essayer.", + "Not Market place extension": "Seules les Extensions de Marketplace peuvent ĆŖtre rĆ©installĆ©es", + "notFoundCompatible": "Impossible d’installer '{0}'; Il n’y a pas de version disponible compatible avec VS Code '{1}'.", + "malicious extension": "Impossible d’installer l'extension car elle a Ć©tĆ© signalĆ©e comme problĆ©matique.", "notFoundCompatibleDependency": "Installation impossible car l'extension dĆ©pendante '{0}' compatible avec la version actuelle '{1}' de VS Code est introuvable.", + "quitCode": "Impossible d’installer l’extension. Veuillez s’il vous plaĆ®t quitter et redĆ©marrer VS Code avant de le rĆ©installer.", + "exitCode": "Impossible d’installer l’extension. Veuillez s’il vous plaĆ®t sortir et redĆ©marrer VS Code avant de le rĆ©installer.", "uninstallDependeciesConfirmation": "Voulez-vous dĆ©sinstaller uniquement '{0}' ou Ć©galement ses dĆ©pendancesĀ ?", "uninstallOnly": "Uniquement", "uninstallAll": "Tout", diff --git a/i18n/fra/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/fra/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 7c0c741150..3e98c347d5 100644 --- a/i18n/fra/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/fra/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/fra/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 08ad6cc708..3826a8a2a2 100644 --- a/i18n/fra/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/fra/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "Pour les extensions VS Code, spĆ©cifie la version de VS Code avec laquelle l'extension est compatible. Ne peut pas ĆŖtre *. ExempleĀ : ^0.10.5 indique une compatibilitĆ© avec la version minimaleĀ 0.10.5 de VS Code.", "vscode.extension.publisher": "Ɖditeur de l'extension VS Code.", "vscode.extension.displayName": "Nom d'affichage de l'extension utilisĆ©e dans la galerie VS Code.", diff --git a/i18n/fra/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/fra/src/vs/platform/extensions/node/extensionValidator.i18n.json index 72d6e5d455..c987c61783 100644 --- a/i18n/fra/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/fra/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "Impossible d'analyser la valeur {0} de 'engines.vscode'. Utilisez, par exemple, ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x, etc.", "versionSpecificity1": "La version spĆ©cifiĆ©e dans 'engines.vscode' ({0}) n'est pas assez prĆ©cise. Pour les versions de vscode antĆ©rieures Ć Ā 1.0.0, dĆ©finissez au minimum les versions majeure et mineure souhaitĆ©es. Par exempleĀ : ^0.10.0, 0.10.x, 0.11.0, etc.", "versionSpecificity2": "La version spĆ©cifiĆ©e dans 'engines.vscode' ({0}) n'est pas assez prĆ©cise. Pour les versions de vscode ultĆ©rieures Ć Ā 1.0.0, dĆ©finissez au minimum la version majeure souhaitĆ©e. Par exempleĀ : ^1.10.0, 1.10.x, 1.x.x, 2.x.x, etc.", - "versionMismatch": "L'extension n'est pas compatible avec le code {0}. L'extension nĆ©cessite {1}.", - "extensionDescription.empty": "Description d'extension vide obtenue", - "extensionDescription.publisher": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", - "extensionDescription.name": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", - "extensionDescription.version": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", - "extensionDescription.engines": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'object'", - "extensionDescription.engines.vscode": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", - "extensionDescription.extensionDependencies": "la propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string[]'", - "extensionDescription.activationEvents1": "la propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string[]'", - "extensionDescription.activationEvents2": "les propriĆ©tĆ©s '{0}' et '{1}' doivent ĆŖtre toutes les deux spĆ©cifiĆ©es ou toutes les deux omises", - "extensionDescription.main1": "La propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string'", - "extensionDescription.main2": "'main' ({0}) est censĆ© ĆŖtre inclus dans le dossier ({1}) de l'extension. Cela risque de rendre l'extension non portable.", - "extensionDescription.main3": "les propriĆ©tĆ©s '{0}' et '{1}' doivent ĆŖtre toutes les deux spĆ©cifiĆ©es ou toutes les deux omises", - "notSemver": "La version de l'extension n'est pas compatible avec SemVer." + "versionMismatch": "L'extension n'est pas compatible avec le code {0}. L'extension nĆ©cessite {1}." } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/fra/src/vs/platform/history/electron-main/historyMainService.i18n.json index 0b01196943..634d202813 100644 --- a/i18n/fra/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/fra/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "Nouvelle fenĆŖtre", "newWindowDesc": "Ouvre une nouvelle fenĆŖtre", "recentFolders": "Espaces de travail rĆ©cents", diff --git a/i18n/fra/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/fra/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 5ba796149b..c818d6d8fb 100644 --- a/i18n/fra/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/fra/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "OK", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "Informations", "integrity.dontShowAgain": "Ne plus afficher", - "integrity.moreInfo": "Informations supplĆ©mentaires", "integrity.prompt": "Votre installation de {0} semble ĆŖtre endommagĆ©e. Effectuez une rĆ©installation." } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/fra/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..042dae6893 --- /dev/null +++ b/i18n/fra/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "Rapporteur du problĆØme" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/fra/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index d9ea12b8d3..73b5bff9d4 100644 --- a/i18n/fra/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "Ajoute une configuration de schĆ©ma json.", "contributes.jsonValidation.fileMatch": "ModĆØle de fichier correspondant recherchĆ©, par exemple \"package.json\" ou \"*.launch\".", "contributes.jsonValidation.url": "URL de schĆ©ma ('http:', 'https:') ou chemin relatif du dossier d'extensions ('./').", diff --git a/i18n/fra/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/fra/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index fb874db712..0424f241dd 100644 --- a/i18n/fra/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/fra/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "Touche ({0}) utilisĆ©e. En attente de la seconde touche pour la pression simultanĆ©e...", "missing.chord": "La combinaison de touches ({0}, {1}) n'est pas une commande." } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/fra/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index 7e3da801c8..836820694d 100644 --- a/i18n/fra/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/fra/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/platform/list/browser/listService.i18n.json b/i18n/fra/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..85cefabeaf --- /dev/null +++ b/i18n/fra/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Banc d'essai", + "multiSelectModifier.ctrlCmd": "Mappe vers 'ContrĆ“le' dans Windows et Linux, et vers 'Commande' dans macOS.", + "multiSelectModifier.alt": "Mappe vers 'Alt' dans Windows et Linux, et vers 'Option' dans macOS.", + "multiSelectModifier": "Le modificateur Ć  utiliser pour ajouter un Ć©lĆ©ment Ć  une multi-sĆ©lection avec la souris (par exemple dans l’Explorateur, des Ć©diteurs ouverts et scm view). 'ctrlCmd' mappe vers 'ContrĆ“le' dans Windows et Linux, et vers 'Commande' dans macOS. Les mouvements de souris 'Ouvrir sur le cĆ“tĆ©', si supportĆ©s, s'adaptent pour ne pas entrer en conflit avec le modificateur multiselect.", + "openMode.singleClick": "Ouvre les Ć©lĆ©ments sur un simple clic de souris.", + "openMode.doubleClick": "Ouvre les Ć©lĆ©ments sur un double clic de souris.", + "openModeModifier": "ContrĆ“le l’ouverture des Ć©lĆ©ments dans les arbres et listes Ć  l’aide de la souris (si pris en charge). Mettre la valeur `singleClick` pour ouvrir des Ć©lĆ©ments avec un simple clic de souris et `doubleClick` pour ouvrir uniquement via un double-clic de souris. Pour les parents ayant des enfants dans les arbres, ce paramĆØtre contrĆ“le si un simple clic dĆ©veloppe le parent ou un double-clic. Notez que certains arbres et listes peuvent choisir d’ignorer ce paramĆØtre, si ce n’est pas applicable. " +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/fra/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..f9ece0f6cd --- /dev/null +++ b/i18n/fra/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "Contribuer aux localisations de l’éditeur", + "vscode.extension.contributes.localizations.languageId": "Id de la langue dans laquelle les chaĆ®nes d’affichage sont traduites.", + "vscode.extension.contributes.localizations.languageName": "Nom de la langue en anglais.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nom de la langue dans la langue contribuĆ©e.", + "vscode.extension.contributes.localizations.translations": "Liste des traductions associĆ©es Ć  la langue.", + "vscode.extension.contributes.localizations.translations.id": "Id de VS Code ou Extension pour lesquels cette traduction contribue. L'Id de VS Code est toujours `vscode` et d’extension doit ĆŖtre au format `publisherId.extensionName`.", + "vscode.extension.contributes.localizations.translations.id.pattern": "L’Id doit ĆŖtre `vscode` ou au format `publisherId.extensionName` pour traduire respectivement VS code ou une extension.", + "vscode.extension.contributes.localizations.translations.path": "Un chemin relatif vers un fichier contenant les traductions pour la langue." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/fra/src/vs/platform/markers/common/problemMatcher.i18n.json index f6bfa2d9a5..fd352144ff 100644 --- a/i18n/fra/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/fra/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "La propriĆ©tĆ© loop est uniquement prise en charge dans le dĆ©tecteur de problĆØmes de correspondance de derniĆØre ligne.", "ProblemPatternParser.problemPattern.missingRegExp": "Il manque une expression rĆ©guliĆØre dans le modĆØle de problĆØme.", "ProblemPatternParser.problemPattern.missingProperty": "Le modĆØle de problĆØme est non valide. Il doit contenir au moins un groupe de correspondance pour un fichier, un message et une ligne ou un emplacement.", diff --git a/i18n/fra/src/vs/platform/message/common/message.i18n.json b/i18n/fra/src/vs/platform/message/common/message.i18n.json index 93ee2acf35..2bc676b65e 100644 --- a/i18n/fra/src/vs/platform/message/common/message.i18n.json +++ b/i18n/fra/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Fermer", "later": "Plus tard", - "cancel": "Annuler" + "cancel": "Annuler", + "moreFile": "...1Ā fichier supplĆ©mentaire non affichĆ©", + "moreFiles": "...{0} fichiers supplĆ©mentaires non affichĆ©s" } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/request/node/request.i18n.json b/i18n/fra/src/vs/platform/request/node/request.i18n.json index 0679786f69..54d1ea6ac9 100644 --- a/i18n/fra/src/vs/platform/request/node/request.i18n.json +++ b/i18n/fra/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "ParamĆØtre de proxy Ć  utiliser. S'il n'est pas dĆ©fini, il est rĆ©cupĆ©rĆ© Ć  partir des variables d'environnement http_proxy et https_proxy", "strictSSL": "SpĆ©cifie si le certificat de serveur proxy doit ĆŖtre vĆ©rifiĆ© par rapport Ć  la liste des autoritĆ©s de certification fournies.", diff --git a/i18n/fra/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/fra/src/vs/platform/telemetry/common/telemetryService.i18n.json index f711bee179..e6fd1c1e8d 100644 --- a/i18n/fra/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/fra/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "TĆ©lĆ©mĆ©trie", "telemetry.enableTelemetry": "Activez l'envoi des donnĆ©es d'utilisation et d'erreurs Ć  Microsoft." } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/fra/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 9bf03d3931..e14186558c 100644 --- a/i18n/fra/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "Contribue Ć  des couleurs dĆ©finies pour des extensions dont le thĆØme peut ĆŖtre changĆ©", "contributes.color.id": "L’identifiant de la couleur dont le thĆØme peut ĆŖtre changĆ©", "contributes.color.id.format": "Les identifiants doivent ĆŖtre sous la forme aa[.bb]*", diff --git a/i18n/fra/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/fra/src/vs/platform/theme/common/colorRegistry.i18n.json index 64fc37335e..5198484b51 100644 --- a/i18n/fra/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/fra/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "Couleurs utilisĆ©es dans le banc d'essai.", "foreground": "Couleur de premier plan globale. Cette couleur est utilisĆ©e si elle n'est pas remplacĆ©e par un composant.", "errorForeground": "Couleur principale de premier plan pour les messages d'erreur. Cette couleur est utilisĆ©e uniquement si elle n'est pas redĆ©finie par un composant.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Couleur d'arriĆØre-plan de la validation d'entrĆ©e pour la gravitĆ© de l'erreur.", "inputValidationErrorBorder": "Couleur de bordure de la validation d'entrĆ©e pour la gravitĆ© de l'erreur. ", "dropdownBackground": "ArriĆØre-plan de la liste dĆ©roulante.", + "dropdownListBackground": "ArriĆØre-plan de la liste dĆ©roulante.", "dropdownForeground": "Premier plan de la liste dĆ©roulante.", "dropdownBorder": "Bordure de la liste dĆ©roulante.", "listFocusBackground": "Couleur d'arriĆØre-plan de la liste/l'arborescence pour l'Ć©lĆ©ment ayant le focus quand la liste/l'arborescence est active. Une liste/aborescence active peut ĆŖtre sĆ©lectionnĆ©e au clavier, elle ne l'est pas quand elle est inactive.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "Couleur de bordure des widgets de l'Ć©diteur. La couleur est utilisĆ©e uniquement si le widget choisit d'avoir une bordure et si la couleur n'est pas remplacĆ©e par un widget.", "editorSelectionBackground": "Couleur de la sĆ©lection de l'Ć©diteur.", "editorSelectionForeground": "Couleur du texte sĆ©lectionnĆ© pour le contraste Ć©levĆ©.", - "editorInactiveSelection": "Couleur de la sĆ©lection dans un Ć©diteur inactif.", - "editorSelectionHighlight": "Couleur des rĆ©gions dont le contenu est identique Ć  la sĆ©lection.", + "editorInactiveSelection": "Couleur de sĆ©lection dans un Ć©diteur inactif. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "editorSelectionHighlight": "Couleur des rĆ©gions avec le mĆŖme contenu que la sĆ©lection. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "editorSelectionHighlightBorder": "Couleur de bordure des rĆ©gions dont le contenu est identique Ć  la sĆ©lection.", "editorFindMatch": "Couleur du rĆ©sultat de recherche actif.", - "findMatchHighlight": "Couleur des autres rĆ©sultats de recherche.", - "findRangeHighlight": "Couleur de la plage limitant la recherche.", - "hoverHighlight": "Mettez en surbrillance ci-dessous le mot pour lequel un pointage s'affiche.", + "findMatchHighlight": "Couleur des autres rĆ©sultats de recherche correspondants. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "findRangeHighlight": "Couleur de la plage limitant la recherche. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "editorFindMatchBorder": "Couleur de bordure du rĆ©sultat de recherche actif.", + "findMatchHighlightBorder": "Couleur de bordure des autres rĆ©sultats de recherche.", + "findRangeHighlightBorder": "La couleur de bordure dĆ©finit l'Ć©tendue de la recherche. La couleur doit ne pas ĆŖtre opaque pour ne pas masquer les dĆ©corations du dessous. ", + "hoverHighlight": "Mettre en surbrillance ci-dessous le mot pour lequel un survol est affichĆ©. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", "hoverBackground": "Couleur d'arriĆØre-plan du pointage de l'Ć©diteur.", "hoverBorder": "Couleur de bordure du pointage de l'Ć©diteur.", "activeLinkForeground": "Couleur des liens actifs.", - "diffEditorInserted": "Couleur d'arriĆØre-plan du texte insĆ©rĆ©.", - "diffEditorRemoved": "Couleur d'arriĆØre-plan du texte supprimĆ©.", + "diffEditorInserted": "Couleur de fond pour le texte qui est insĆ©rĆ©. La couleur ne doit pas ĆŖtre opaque pour ne pas masquer les dĆ©corations du dessous.", + "diffEditorRemoved": "Couleur de fond pour le texte qui est retirĆ©. La couleur doit ne pas ĆŖtre opaque pour ne pas masquer les dĆ©corations du dessous. ", "diffEditorInsertedOutline": "Couleur de contour du texte insĆ©rĆ©.", "diffEditorRemovedOutline": "Couleur de contour du texte supprimĆ©.", - "mergeCurrentHeaderBackground": "ArriĆØre-plan de l'en-tĆŖte actuel dans les conflits de fusion inline.", - "mergeCurrentContentBackground": "ArriĆØre-plan du contenu actuel dans les conflits de fusion inline.", - "mergeIncomingHeaderBackground": "ArriĆØre-plan de l'en-tĆŖte entrant dans les conflits de fusion inline.", - "mergeIncomingContentBackground": "ArriĆØre-plan du contenu entrant dans les conflits de fusion inline.", - "mergeCommonHeaderBackground": "ArriĆØre-plan de l'en-tĆŖte de l'ancĆŖtre commun dans les conflits de fusion inline.", - "mergeCommonContentBackground": "ArriĆØre-plan du contenu de l'ancĆŖtre commun dans les conflits de fusion inline.", + "mergeCurrentHeaderBackground": "ArriĆØre-plan de l'en-tĆŖte en cours dans les conflits de fusion inline. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "mergeCurrentContentBackground": "ArriĆØre-plan du contenu en cours dans les conflits de fusion inline. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "mergeIncomingHeaderBackground": "ArriĆØre-plan de l'en-tĆŖte qui arrive dans les conflits de fusion inline. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "mergeIncomingContentBackground": "ArriĆØre-plan du contenu qui arrive dans les conflits de fusion inline. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "mergeCommonHeaderBackground": "ArriĆØre-plan de l'en-tĆŖte de l'ancĆŖtre commun dans les conflits de fusion inline. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", + "mergeCommonContentBackground": "ArriĆØre-plan du contenu de l'ancĆŖtre commun dans les conflits de fusion inline. La couleur doit ne pas ĆŖtre opaque afin de ne pas masquer les dĆ©corations sous-jacentes.", "mergeBorder": "Couleur de bordure des en-tĆŖtes et du sĆ©parateur dans les conflits de fusion inline.", "overviewRulerCurrentContentForeground": "Premier plan de la rĆØgle d'aperƧu actuelle pour les conflits de fusion inline.", "overviewRulerIncomingContentForeground": "Premier plan de la rĆØgle d'aperƧu entrante pour les conflits de fusion inline.", diff --git a/i18n/fra/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/fra/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..7f688ad696 --- /dev/null +++ b/i18n/fra/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "Mettre Ć  jour", + "updateChannel": "Indiquez si vous recevez des mises Ć  jour automatiques en provenance d'un canal de mises Ć  jour. Un redĆ©marrage est nĆ©cessaire en cas de modification.", + "enableWindowsBackgroundUpdates": "Active les mises Ć  jour Windows en arriĆØre-plan." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/fra/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..0682dee4f9 --- /dev/null +++ b/i18n/fra/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "Version {0}\nCommit {1}\nDate {2}\nShell {3}\nRenderer {4}\nNode {5}\nArchitecture {6}", + "okButton": "OK", + "copy": "&&Copier" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/fra/src/vs/platform/workspaces/common/workspaces.i18n.json index decedacdeb..5777290720 100644 --- a/i18n/fra/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/fra/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Espace de travail de code", "untitledWorkspace": "Sans titre(Espace de travail)", "workspaceNameVerbose": "{0} (Espace de travail)", diff --git a/i18n/fra/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..2f0aa388fc --- /dev/null +++ b/i18n/fra/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "Les localisations doivent ĆŖtre dans un tableau", + "requirestring": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", + "optstring": "La propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 74930c2a09..cab3a278ef 100644 --- a/i18n/fra/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "les vues doivent figurer dans un tableau", "requirestring": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", "optstring": "La propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string'", diff --git a/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index 7e050bb017..d10c8ad767 100644 --- a/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index 560eb4d7f2..7649264459 100644 --- a/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "Fermer", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (Extension)", + "defaultSource": "Extension", + "manageExtension": "GĆ©rer l'extension", "cancel": "Annuler", "ok": "OK" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..210fd3a010 --- /dev/null +++ b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "ExĆ©cution de la sauvegarde des participants..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..b5c9a1f44d --- /dev/null +++ b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "Ć©diteur webview" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..24c9c9fef7 --- /dev/null +++ b/i18n/fra/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "L'extension '{0}' a ajoutĆ© 1 dossier Ć  l’espace de travail", + "folderStatusMessageAddMultipleFolders": "L'extension '{0}' a ajoutĆ© {1} dossiers Ć  l’espace de travail", + "folderStatusMessageRemoveSingleFolder": "L'extension '{0}' a supprimĆ© 1 dossier de l’espace de travail", + "folderStatusMessageRemoveMultipleFolders": "L'extension '{0}' a supprimĆ© {1} dossiers de l’espace de travail", + "folderStatusChangeFolder": "L'extension '{0}' a modifiĆ© des dossiers de l’espace de travail" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 26fff78778..6573aecec6 100644 --- a/i18n/fra/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "Les {0} erreurs et avertissements supplĆ©mentaires ne sont pas affichĆ©s." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostExplorerView.i18n.json index ff14373fbd..bacabba42a 100644 --- a/i18n/fra/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 7c0c741150..9ba2119e7c 100644 --- a/i18n/fra/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownDep": "Ɖchec de l'activation de l'extension '{1}'. RaisonĀ : dĆ©pendance '{0}' inconnue.", "failedDep1": "Ɖchec de l'activation de l'extension '{1}'. RaisonĀ : Ć©chec de l'activation de la dĆ©pendance '{0}'.", - "failedDep2": "Ɖchec de l'activation de l'extension '{0}'. RaisonĀ : plus de 10Ā niveaux de dĆ©pendances (probablement une boucle de dĆ©pendance).", - "activationError": "Ɖchec de l'activation de l'extension '{0}'Ā : {1}." + "failedDep2": "Ɖchec de l'activation de l'extension '{0}'. RaisonĀ : plus de 10 niveaux de dĆ©pendances (probablement une boucle de dĆ©pendance).", + "activationError": "L'activation de l'extension '{0}' a Ć©chouĆ©: {1}. " } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostTask.i18n.json index c9b8882d43..7a680e9a97 100644 --- a/i18n/fra/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}Ā : {1}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index c69278c041..28305730e7 100644 --- a/i18n/fra/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostTreeView.i18n.json index ff14373fbd..bacabba42a 100644 --- a/i18n/fra/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 2c25d01eeb..3c0b530e02 100644 --- a/i18n/fra/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "Aucune arborescence avec l'ID '{0}' n'est inscrite.", - "treeItem.notFound": "L'Ć©lĆ©ment d'arborescence avec l'ID '{0}' est introuvable.", - "treeView.duplicateElement": "L'Ć©lĆ©ment '{0}' est dĆ©jĆ  inscrit" + "treeView.duplicateElement": "L'Ć©lĆ©ment avec l'id {0} est dĆ©jĆ  inscrit" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/fra/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..9b1c2cd64d --- /dev/null +++ b/i18n/fra/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "L'extension '{0}' n’a pas pu mettre Ć  jour les dossiers de l’espace de travailĀ : {1}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/fra/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index 7e050bb017..d10c8ad767 100644 --- a/i18n/fra/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/fra/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index 560eb4d7f2..959f1f3c19 100644 --- a/i18n/fra/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/fra/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/configureLocale.i18n.json index a8e6e2e514..99861091d9 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/fileActions.i18n.json index 057e0f35e0..ed7189d5f4 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index d86f17003c..d620387126 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "Activer/dĆ©sactiver la visibilitĆ© de la barre d'activitĆ©s", "view": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..63d9cea9c3 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "Activer/dĆ©sactiver la disposition centrĆ©e", + "view": "Affichage" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 966e1a4ec7..932b7482f4 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "Activer/dĆ©sactiver la disposition horizontale/verticale du groupe d'Ć©diteurs", "horizontalLayout": "Disposition horizontale du groupe d'Ć©diteurs", "verticalLayout": "Disposition verticale du groupe d'Ć©diteurs", diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 0ea0c59d76..c1f18351ae 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "Activer/dĆ©sactiver l'emplacement de la barre latĆ©rale", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "Activer/dĆ©sactiver la position de la barre latĆ©rale", "view": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 03bb29dff6..5996c856b2 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "Activer/dĆ©sactiver la visibilitĆ© de la barre latĆ©rale", "view": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 1cb6dd15b1..954599ce56 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "Activer/dĆ©sactiver la visibilitĆ© de la barre d'Ć©tat", "view": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index 7c3c7d7956..ca5d798017 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Activer/dĆ©sactiver la visibilitĆ© de l'onglet", "view": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index bf44af6ff5..954d4d9351 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Activer/dĆ©sactiver le mode zen", "view": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 6158fd5950..7bb90fb939 100644 --- a/i18n/fra/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "Ouvrir un fichier...", "openFolder": "Ouvrir un dossier...", "openFileFolder": "Ouvrir...", - "addFolderToWorkspace": "Ajouter un dossier Ć  l'espace de travail...", - "add": "&&Ajouter", - "addFolderToWorkspaceTitle": "Ajouter un dossier Ć  l'espace de travail", "globalRemoveFolderFromWorkspace": "Supprimer le dossier d’espace de travail...", - "removeFolderFromWorkspace": "Supprimer le dossier de l'espace de travail", - "openFolderSettings": "Ouvrir le dossier ParamĆØtres", "saveWorkspaceAsAction": "Enregistrer l’espace de travail sous...", "save": "&&Enregistrer", "saveWorkspace": "Enregistrer l’espace de travail", "openWorkspaceAction": "Ouvrir un espace de travail...", "openWorkspaceConfigFile": "Ouvrir le Fichier de Configuration d’espace de travail", - "openFolderAsWorkspaceInNewWindow": "Ouvrir le dossier en tant qu'espace de travail dans une nouvelle fenĆŖtre", - "workspaceFolderPickerPlaceholder": "SĆ©lectionner le dossier de l’espace de travail" + "openFolderAsWorkspaceInNewWindow": "Ouvrir le dossier en tant qu'espace de travail dans une nouvelle fenĆŖtre" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/fra/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..f063830ca5 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Ajouter un dossier Ć  l'espace de travail...", + "add": "&&Ajouter", + "addFolderToWorkspaceTitle": "Ajouter un dossier Ć  l'espace de travail", + "workspaceFolderPickerPlaceholder": "SĆ©lectionner le dossier de l’espace de travail" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 1bd02d3dba..7b0619807f 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index affef8547e..2106374bfc 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "Masquer la barre d'activitĆ©s", "globalActions": "Actions globales" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/compositePart.i18n.json index 453dcaf20b..9be628fbdb 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} actions", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index ed052dd9d9..03c40a0783 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "SĆ©lecteur d'affichage actif" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 9bb7cebd0e..be090eee9f 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10k+", "badgeTitle": "{0} - {1}", "additionalViews": "Vues supplĆ©mentaires", diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index 227426d099..18a350e945 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "Visionneuse binaire" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index 4326e29e9e..be31cbfa1e 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Ɖditeur de texte", "textDiffEditor": "Ɖditeur de diffĆ©rences textuelles", "binaryDiffEditor": "Ɖditeur de diffĆ©rences binaires", @@ -13,5 +15,18 @@ "groupThreePicker": "Afficher les Ć©diteurs du troisiĆØme groupe", "allEditorsPicker": "Afficher tous les Ć©diteurs ouverts", "view": "Affichage", - "file": "Fichier" + "file": "Fichier", + "close": "Fermer", + "closeOthers": "Fermer les autres", + "closeRight": "Fermer Ć  droite", + "closeAllSaved": "Fermer la version sauvegardĆ©e", + "closeAll": "Tout fermer", + "keepOpen": "Garder ouvert", + "toggleInlineView": "Activer/dĆ©sactiver l'affichage Inline", + "showOpenedEditors": "Afficher les Ć©diteurs ouverts", + "keepEditor": "Conserver l'Ć©diteur", + "closeEditorsInGroup": "Fermer tous les Ć©diteurs du groupe", + "closeSavedEditors": "Fermer les Ć©diteurs sauvegardĆ©s dans le groupe", + "closeOtherEditors": "Fermer les autres Ć©diteurs", + "closeRightEditors": "Fermer les Ć©diteurs situĆ©s Ć  droite" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index 19586632ac..fb14f10dc5 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Fractionner l'Ć©diteur", "joinTwoGroups": "Joindre les Ć©diteurs de deux groupes", "navigateEditorGroups": "Naviguer entre les groupes d'Ć©diteurs", @@ -17,18 +19,13 @@ "closeEditor": "Fermer l'Ć©diteur", "revertAndCloseActiveEditor": "Restaurer et fermer l'Ć©diteur", "closeEditorsToTheLeft": "Fermer les Ć©diteurs situĆ©s Ć  gauche", - "closeEditorsToTheRight": "Fermer les Ć©diteurs situĆ©s Ć  droite", "closeAllEditors": "Fermer tous les Ć©diteurs", - "closeUnmodifiedEditors": "Fermer les Ć©diteurs non modifiĆ©s du groupe", "closeEditorsInOtherGroups": "Fermer les Ć©diteurs des autres groupes", - "closeOtherEditorsInGroup": "Fermer les autres Ć©diteurs", - "closeEditorsInGroup": "Fermer tous les Ć©diteurs du groupe", "moveActiveGroupLeft": "DĆ©placer le groupe d'Ć©diteurs vers la gauche", "moveActiveGroupRight": "DĆ©placer le groupe d'Ć©diteurs vers la droite", "minimizeOtherEditorGroups": "RĆ©duire les autres groupes d'Ć©diteurs", "evenEditorGroups": "MĆŖme largeur pour le groupe d'Ć©diteurs", "maximizeEditor": "Agrandir le groupe d'Ć©diteurs et masquer la barre latĆ©rale", - "keepEditor": "Conserver l'Ć©diteur", "openNextEditor": "Ouvrir l'Ć©diteur suivant", "openPreviousEditor": "Ouvrir l'Ć©diteur prĆ©cĆ©dent", "nextEditorInGroup": "Ouvrir l'Ć©diteur suivant du groupe", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "Afficher les Ć©diteurs du premier groupe", "showEditorsInSecondGroup": "Afficher les Ć©diteurs du deuxiĆØme groupe", "showEditorsInThirdGroup": "Afficher les Ć©diteurs du troisiĆØme groupe", - "showEditorsInGroup": "Afficher les Ć©diteurs du groupe", "showAllEditors": "Afficher tous les Ć©diteurs", "openPreviousRecentlyUsedEditorInGroup": "Ouvrir l'Ć©diteur prĆ©cĆ©dent du groupe", "openNextRecentlyUsedEditorInGroup": "Ouvrir l'Ć©diteur suivant du groupe", @@ -54,5 +50,8 @@ "moveEditorLeft": "DĆ©placer l'Ć©diteur vers la gauche", "moveEditorRight": "DĆ©placer l'Ć©diteur vers la droite", "moveEditorToPreviousGroup": "DĆ©placer l'Ć©diteur vers le groupe prĆ©cĆ©dent", - "moveEditorToNextGroup": "DĆ©placer l'Ć©diteur vers le groupe suivant" + "moveEditorToNextGroup": "DĆ©placer l'Ć©diteur vers le groupe suivant", + "moveEditorToFirstGroup": "DĆ©placer l'Ć©diteur vers le premier groupe", + "moveEditorToSecondGroup": "DĆ©placer l'Ć©diteur vers le second groupe", + "moveEditorToThirdGroup": "DĆ©placer l'Ć©diteur vers le troisiĆØme groupe" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index be96f08df0..37077c20d0 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "DĆ©placer l'Ć©diteur actif par onglets ou par groupes", "editorCommand.activeEditorMove.arg.name": "Argument de dĆ©placement de l'Ć©diteur actif", - "editorCommand.activeEditorMove.arg.description": "PropriĆ©tĆ©s d’argumentĀ : * 'to'Ā : Valeur de chaĆ®ne spĆ©cifiant où aller.\n\t* 'by'Ā : Valeur de chaĆ®ne spĆ©cifiant l'unitĆ© Ć  dĆ©placer. Par tabulation ou par groupe.\n\t* 'value'Ā : Valeur numĆ©rique spĆ©cifiant combien de positions ou une position absolue Ć  dĆ©placer.", - "commandDeprecated": "La commande **{0}** a Ć©tĆ© supprimĆ©e. Vous pouvez utiliser **{1}** Ć  la place", - "openKeybindings": "Configurer les raccourcis clavier" + "editorCommand.activeEditorMove.arg.description": "PropriĆ©tĆ©s d’argumentĀ : * 'to'Ā : Valeur de chaĆ®ne spĆ©cifiant où aller.\n\t* 'by'Ā : Valeur de chaĆ®ne spĆ©cifiant l'unitĆ© Ć  dĆ©placer. Par tabulation ou par groupe.\n\t* 'value'Ā : Valeur numĆ©rique spĆ©cifiant combien de positions ou une position absolue Ć  dĆ©placer." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index d3b2f65cf8..21151203ff 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "Gauche", "groupTwoVertical": "Centre", "groupThreeVertical": "Droite", diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index 94fa8102db..9c2b5c6a03 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, sĆ©lecteur de groupes d'Ć©diteurs", "groupLabel": "GroupeĀ : {0}", "noResultsFoundInGroup": "Ɖditeur ouvert correspondant introuvable dans le groupe", diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index debaa4e32a..d94e3ed853 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "Li {0}, Col {1} ({2} sĆ©lectionnĆ©)", "singleSelection": "Li {0}, Col {1}", "multiSelectionRange": "{0} sĆ©lections ({1} caractĆØres sĆ©lectionnĆ©s)", diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..72cfab923e --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}Ā o", + "sizeKB": "{0}Ā Ko", + "sizeMB": "{0}Ā Mo", + "sizeGB": "{0}Ā Go", + "sizeTB": "{0}Ā To", + "largeImageError": "La taille du fichier de l’image est trop grande (> Ć  1Mo) pour afficher dans l’éditeur.", + "resourceOpenExternalButton": " Ouvrir l'image en utilisant un programme externeĀ ?", + "nativeBinaryError": "Impossible d'afficher le fichier dans l'Ć©diteurĀ : soit il est binaire, soit il est trĆØs volumineux, soit il utilise un encodage de texte non pris en charge.", + "zoom.action.fit.label": "Toute l’Image", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 91fbed85fc..3b01d76706 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "Actions d'onglet" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 92e9eaf877..4486e5f708 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "Ɖditeur de diffĆ©rences textuelles", "readonlyEditorWithInputAriaLabel": "{0}. Ɖditeur de comparaison de texte en lecture seule.", "readonlyEditorAriaLabel": "Ɖditeur de comparaison de texte en lecture seule.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "Ɖditeur de comparaison de fichier texte.", "navigate.next.label": "Modification suivante", "navigate.prev.label": "Modification prĆ©cĆ©dente", - "inlineDiffLabel": "Passer au mode inline", - "sideBySideDiffLabel": "Passer au mode CĆ“te Ć  cĆ“te" + "toggleIgnoreTrimWhitespace.label": "Ignorer la suppression des espaces" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index 31cde2c75c..59e3a5edb1 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, groupe {1}." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 16f31e3b72..1f094a1cfb 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Ɖditeur de texte", "readonlyEditorWithInputAriaLabel": "{0}. Ɖditeur de texte en lecture seule.", "readonlyEditorAriaLabel": "Ɖditeur de texte en lecture seule.", diff --git a/i18n/fra/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index 99c0ec41f6..ee9f5dc0f7 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Fermer", - "closeOthers": "Fermer les autres", - "closeRight": "Fermer Ć  droite", - "closeAll": "Tout fermer", - "closeAllUnmodified": "Fermer les Ć©lĆ©ments non modifiĆ©s", - "keepOpen": "Garder ouvert", - "showOpenedEditors": "Afficher les Ć©diteurs ouverts", "araLabelEditorActions": "Actions de l'Ć©diteur" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..d03f3a5c3a --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "Effacer la notification", + "clearNotifications": "Effacer toutes les notifications", + "hideNotificationsCenter": "Masquer les notifications", + "expandNotification": "DĆ©velopper la notification", + "collapseNotification": "RĆ©duire la notification", + "configureNotification": "Configurer la notification", + "copyNotification": "Copier le texte" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..db80383410 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "ErreurĀ : {0}", + "alertWarningMessage": "AvertissementĀ : {0}", + "alertInfoMessage": "InformationĀ : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..c82a9d79c8 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Notifications", + "notificationsToolbar": "Actions du centre de notifications", + "notificationsList": "Liste des notifications" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..b81aa1613c --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Notifications", + "showNotifications": "Afficher les notifications", + "hideNotifications": "Masquer les notifications", + "clearAllNotifications": "Effacer toutes les notifications" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..85d8964232 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "Masquer les notifications", + "zeroNotifications": "Aucune notification", + "noNotifications": "Aucune nouvelle notification", + "oneNotification": "1 nouvelle notification", + "notifications": "{0} nouvelles notifications" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..b264e1fe3a --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "Toast de notification" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..592fbae055 --- /dev/null +++ b/i18n/fra/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "Actions de notification", + "notificationSource": "SourceĀ : {0}" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 1ff4e23202..1368198745 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Fermer le panneau", "togglePanel": "Activer/dĆ©sactiver le panneau", "focusPanel": "Focus dans le panneau", diff --git a/i18n/fra/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index efa2d0668c..524b92f41e 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index bb437a54b2..26948bb598 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (Appuyez sur 'EntrĆ©e' pour confirmer ou sur 'Ɖchap' pour annuler)", "inputModeEntry": "Appuyez sur 'EntrĆ©e' pour confirmer votre saisie, ou sur 'Ɖchap' pour l'annuler", "emptyPicks": "Aucune entrĆ©e Ć  sĆ©lectionner", diff --git a/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 4ae604a5c6..9bfb10f37b 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 4ae604a5c6..989ccf902c 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "Atteindre le fichier...", "quickNavigateNext": "Naviguer vers l'Ć©lĆ©ment suivant dans Quick Open", "quickNavigatePrevious": "Naviguer vers l'Ć©lĆ©ment prĆ©cĆ©dent dans Quick Open", diff --git a/i18n/fra/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index 7a0ea73a96..e0348d2d7f 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "Masquer la barre latĆ©rale", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "Focus sur la barre latĆ©rale", "viewCategory": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index d4a3eda558..7adace9734 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "GĆ©rer l'extension" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index d9f31d9c85..d0d93e90c5 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[Non prise en charge]", + "userIsAdmin": "[Administrator]", + "userIsSudo": "[Superuser]", "devExtensionWindowTitlePrefix": "[HĆ“te de dĆ©veloppement d'extension]" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 4868e0b0e1..f237165512 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} actions" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/views/views.i18n.json index fcd571da92..108a983bae 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index e7ba8e9e54..7476971747 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/fra/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index 3ed5e9fc68..a5fdb6b547 100644 --- a/i18n/fra/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "Masquer dans la barre latĆ©rale" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "Masquer" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/quickopen.i18n.json b/i18n/fra/src/vs/workbench/browser/quickopen.i18n.json index 4ddbb41971..c4353e0183 100644 --- a/i18n/fra/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "Aucun rĆ©sultat correspondant", "noResultsFound2": "RĆ©sultats introuvables" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/browser/viewlet.i18n.json b/i18n/fra/src/vs/workbench/browser/viewlet.i18n.json index 0c0be9aff9..aa76b11323 100644 --- a/i18n/fra/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "Masquer la barre latĆ©rale", "collapse": "RĆ©duire tout" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/common/theme.i18n.json b/i18n/fra/src/vs/workbench/common/theme.i18n.json index 0082e6d4ec..5fb133f0ed 100644 --- a/i18n/fra/src/vs/workbench/common/theme.i18n.json +++ b/i18n/fra/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Couleur d'arriĆØre-plan de l'onglet actif. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©diteurs. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", "tabInactiveBackground": "Couleur d'arriĆØre-plan de l'onglet inactif. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©diteurs. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", + "tabHoverBackground": "Couleur de l'onglet d’arriĆØre-plan lors du survol. Les onglets sont les conteneurs pour les Ć©diteurs dans la zone de l’éditeur. Plusieurs onglets peuvent ĆŖtre ouverts dans un groupe d'Ć©diteur. Il peut y avoir plusieurs groupes d’éditeur.", + "tabUnfocusedHoverBackground": "Couleur de l'onglet d’arriĆØre-plan dans un groupe n'ayant pas le focus lors du survol. Les onglets sont les conteneurs pour les Ć©diteurs dans la zone de l’éditeur. Plusieurs onglets peuvent ĆŖtre ouverts dans un groupe d'Ć©diteur. Il peut y avoir plusieurs groupes d’éditeur.", "tabBorder": "Bordure sĆ©parant les onglets les uns des autres. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©diteurs. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", "tabActiveBorder": "Bordure pour mettre en Ć©vidence les onglets actifs. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©dition. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", "tabActiveUnfocusedBorder": "Bordure pour mettre en Ć©vidence les onglets actifs dans un groupe inactif. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©dition. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", + "tabHoverBorder": "Bordure avec laquelle surligner les onglets lors du survol. Couleur de l'onglet d’arriĆØre-plan dans un groupe n'ayant pas le focus lors du survol. Les onglets sont les conteneurs pour les Ć©diteurs dans la zone de l’éditeur. Plusieurs onglets peuvent ĆŖtre ouverts dans un groupe d'Ć©diteur. Il peut y avoir plusieurs groupes d’éditeur.", + "tabUnfocusedHoverBorder": "Bordure avec laquelle surligner les onglets lors du survol dans un groupe n'ayant pas le focus. Couleur de l'onglet d’arriĆØre-plan dans un groupe n'ayant pas le focus lors du survol. Les onglets sont les conteneurs pour les Ć©diteurs dans la zone de l’éditeur. Plusieurs onglets peuvent ĆŖtre ouverts dans un groupe d'Ć©diteur. Il peut y avoir plusieurs groupes d’éditeur.", "tabActiveForeground": "Couleur de premier plan de l'onglet actif dans un groupe actif. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©diteurs. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", "tabInactiveForeground": "Couleur de premier plan de l'onglet inactif dans un groupe actif. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©diteurs. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", "tabUnfocusedActiveForeground": "Couleur de premier plan de l'onglet actif dans un groupe inactif. Les onglets sont les conteneurs des Ć©diteurs dans la zone d'Ć©diteurs. Vous pouvez ouvrir plusieurs onglets dans un groupe d'Ć©diteurs. Il peut exister plusieurs groupes d'Ć©diteurs.", @@ -16,7 +22,7 @@ "editorGroupBackground": "Couleur d'arriĆØre-plan d'un groupe d'Ć©diteurs. Les groupes d'Ć©diteurs sont les conteneurs des Ć©diteurs. La couleur d'arriĆØre-plan s'affiche pendant le glissement de groupes d'Ć©diteurs.", "tabsContainerBackground": "Couleur d'arriĆØre-plan de l'en-tĆŖte du titre du groupe d'Ć©diteurs quand les onglets sont activĆ©s. Les groupes d'Ć©diteurs sont les conteneurs des Ć©diteurs.", "tabsContainerBorder": "Couleur de bordure de l'en-tĆŖte du titre du groupe d'Ć©diteurs quand les onglets sont activĆ©s. Les groupes d'Ć©diteurs sont les conteneurs des Ć©diteurs.", - "editorGroupHeaderBackground": "Couleur d'arriĆØre-plan de l'en-tĆŖte du titre du groupe d'Ć©diteurs quand les onglets sont dĆ©sactivĆ©s. Les groupes d'Ć©diteurs sont les conteneurs des Ć©diteurs.", + "editorGroupHeaderBackground": "Couleur d'arriĆØre-plan de l'en-tĆŖte du titre du groupe d'Ć©diteurs quand les onglets sont dĆ©sactivĆ©s (`\"workbench.editor.showTabs\": false`). Les groupes d'Ć©diteurs sont les conteneurs des Ć©diteurs.", "editorGroupBorder": "Couleur sĆ©parant plusieurs groupes d'Ć©diteurs les uns des autres. Les groupes d'Ć©diteurs sont les conteneurs des Ć©diteurs.", "editorDragAndDropBackground": "Couleur d'arriĆØre-plan lors du dĆ©placement des Ć©diteurs par glissement. La couleur doit avoir une transparence pour que le contenu de l'Ć©diteur soit visible Ć  travers.", "panelBackground": "Couleur d'arriĆØre-plan du panneau. Les panneaux s'affichent sous la zone d'Ć©diteurs et contiennent des affichages tels que la sortie et le terminal intĆ©grĆ©.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "Couleur de la bordure qui sĆ©pare la barre latĆ©rale et l’éditeur lorsque aucun dossier ne s’ouvre la barre d’état. La barre d’état s’affiche en bas de la fenĆŖtre.", "statusBarItemActiveBackground": "Couleur d'arriĆØre-plan de l'Ć©lĆ©ment de la barre d'Ć©tat durant un clic. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre.", "statusBarItemHoverBackground": "Couleur d'arriĆØre-plan de l'Ć©lĆ©ment de la barre d'Ć©tat durant un pointage. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre.", - "statusBarProminentItemBackground": "Couleur d'arriĆØre-plan des Ć©lĆ©ments importants de la barre d'Ć©tat. Les Ć©lĆ©ments importants se diffĆ©rencient des autres entrĆ©es de la barre d'Ć©tat pour indiquer l'importance. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre.", - "statusBarProminentItemHoverBackground": "Couleur d'arriĆØre-plan des Ć©lĆ©ments importants de la barre d'Ć©tat pendant le pointage. Les Ć©lĆ©ments importants se diffĆ©rencient des autres entrĆ©es de la barre d'Ć©tat pour indiquer l'importance. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre.", + "statusBarProminentItemBackground": "Couleur d'arriĆØre-plan des Ć©lĆ©ments importants de la barre d'Ć©tat. Les Ć©lĆ©ments importants se diffĆ©rencient des autres entrĆ©es de la barre d'Ć©tat pour indiquer l'importance. Changer le mode `Appuyer sur la touche tabulation dĆ©place le focus` depuis la palette de commandes pour voir un exemple. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre.", + "statusBarProminentItemHoverBackground": "Couleur d'arriĆØre-plan des Ć©lĆ©ments importants de la barre d'Ć©tat lors du survol. Les Ć©lĆ©ments importants se diffĆ©rencient des autres entrĆ©es de la barre d'Ć©tat pour indiquer l'importance. Changer le mode `Appuyer sur la touche tabulation dĆ©place le focus` depuis la palette de commandes pour voir un exemple. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre.", "activityBarBackground": "Couleur d'arriĆØre-plan de la barre d'activitĆ©s. La barre d'activitĆ©s s'affiche complĆØtement Ć  gauche ou Ć  droite, et permet de naviguer entre les affichages de la barre latĆ©rale.", "activityBarForeground": "Couleur de premier plan de la barre d'activitĆ©s (par ex., utilisĆ©e pour les icĆ“nes). La barre d'activitĆ©s s'affiche complĆØtement Ć  gauche ou Ć  droite, et permet de parcourir les vues de la barre latĆ©rale.", "activityBarBorder": "Couleur de bordure de la barre d'activitĆ©s faisant la sĆ©paration avec la barre latĆ©rale. La barre d'activitĆ©s, situĆ©e Ć  l'extrĆŖme droite ou gauche, permet de parcourir les vues de la barre latĆ©rale.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "ArriĆØre-plan de la barre de titre quand la fenĆŖtre est active. Notez que cette couleur est uniquement prise en charge sur macOS.", "titleBarInactiveBackground": "ArriĆØre-plan de la barre de titre quand la fenĆŖtre est inactive. Notez que cette couleur est uniquement prise en charge sur macOS.", "titleBarBorder": "Couleur de bordure de la barre titre. Notez que cette couleur est actuellement uniquement pris en charge sur macOS.", - "notificationsForeground": "Couleur de premier plan des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsBackground": "Couleur d'arriĆØre-plan des notifications. Les notifications dĆ©filent Ć  paritr du haut de la fenĆŖtre.", - "notificationsButtonBackground": "Couleur d'arriĆØre-plan du bouton des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsButtonHoverBackground": "Couleur d'arriĆØre-plan du bouton des notifications pendant le pointage. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsButtonForeground": "Couleur de premier plan du bouton des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsInfoBackground": "Couleur d'arriĆØre-plan des informations des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsInfoForeground": "Couleur de premier plan des informations des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsWarningBackground": "Couleur d'arriĆØre-plan de l'avertissement des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsWarningForeground": "Couleur de premier plan de l'avertissement des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsErrorBackground": "Couleur d'arriĆØre-plan de l'erreur des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre.", - "notificationsErrorForeground": "Couleur de premier plan de l'erreur des notifications. Les notifications dĆ©filent Ć  partir du haut de la fenĆŖtre." + "notificationCenterBorder": "Couleur de bordure du centre de notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre.", + "notificationToastBorder": "Couleur de bordure du toast des notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre.", + "notificationsForeground": "Couleur de premier plan des notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre.", + "notificationsBackground": "Couleur d'arriĆØre plan des notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre.", + "notificationsLink": "Couleur de premier plan des liens des notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre.", + "notificationCenterHeaderForeground": "Couleur de premier plan de l'en-tĆŖte du centre de notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre.", + "notificationCenterHeaderBackground": "Couleur d'arriĆØre plan de l'en-tĆŖte du centre de notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre.", + "notificationsBorder": "Couleur de bordure sĆ©parant des autres notifications dans le centre de notifications. Les notifications dĆ©filent Ć  partir du bas Ć  droite de la fenĆŖtre." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/common/views.i18n.json b/i18n/fra/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..13894657b9 --- /dev/null +++ b/i18n/fra/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "Une vue avec l’id `{0}` est dĆ©jĆ  enregistrĆ©e Ć  l’emplacement `{1}`" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/actions.i18n.json index 541429a540..f69ffcda7b 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Fermer l'Ć©diteur", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Fermer la fenĆŖtre", "closeWorkspace": "Fermer l’espace de travail", "noWorkspaceOpened": "Il n’y a actuellement aucun espace de travail ouvert dans cette instance Ć  fermer.", @@ -17,6 +18,7 @@ "zoomReset": "RĆ©initialiser le zoom", "appPerf": "Performance de dĆ©marrage", "reloadWindow": "Recharger la fenĆŖtre", + "reloadWindowWithExntesionsDisabled": "Recharger la fenĆŖtre avec les extensions dĆ©sactivĆ©es", "switchWindowPlaceHolder": "SĆ©lectionner une fenĆŖtre vers laquelle basculer", "current": "FenĆŖtre active", "close": "Fermer la fenĆŖtre", @@ -29,7 +31,6 @@ "remove": "Supprimer des rĆ©cemment ouverts", "openRecent": "Ouvrir les Ć©lĆ©ments rĆ©cents...", "quickOpenRecent": "Ouverture rapide des Ć©lĆ©ments rĆ©cents...", - "closeMessages": "Fermer les messages de notification", "reportIssueInEnglish": "Signaler un problĆØme", "reportPerformanceIssue": "Signaler un problĆØme de performance", "keybindingsReference": "RĆ©fĆ©rence des raccourcis clavier", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "DĆ©placer l’onglet de la fenĆŖtre vers la nouvelle fenĆŖtre", "mergeAllWindowTabs": "Fusionner toutes les fenĆŖtres", "toggleWindowTabsBar": "Activer/dĆ©sactiver la barre de fenĆŖtres d’onglets", - "configureLocale": "Configurer la langue", - "displayLanguage": "DĆ©finit le langage affichĆ© par VSCode.", - "doc": "Consultez {0} pour connaĆ®tre la liste des langues prises en charge.", - "restart": "Le changement de la valeur nĆ©cessite le redĆ©marrage de VS Code.", - "fail.createSettings": "Impossible de crĆ©er '{0}' ({1}).", - "openLogsFolder": "Ouvrir le dossier des journaux", - "showLogs": "Afficher les journaux...", - "mainProcess": "Principal", - "sharedProcess": "PartagĆ©", - "rendererProcess": "Renderer", - "extensionHost": "HĆ“te de l’extension", - "selectProcess": "SĆ©lectionner le processus", - "setLogLevel": "DĆ©finir le niveau de journalisation (log)", - "trace": "Trace", - "debug": "DĆ©boguer", - "info": "Informations", - "warn": "Avertissement", - "err": "Erreur", - "critical": "Critique", - "off": "DĆ©sactivĆ©", - "selectLogLevel": "SĆ©lectionner le niveau de journalisation (log)" + "about": "ƀ propos de {0}", + "inspect context keys": "Inspecter les clĆ©s de contexte" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/configureLocale.i18n.json index a8e6e2e514..99861091d9 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/crashReporter.i18n.json index 42bafb0909..d5f3be9e75 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/extensionHost.i18n.json index efa314b09c..3420ff4f3f 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/main.contribution.i18n.json index 7c7573087c..d5ad16a412 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "Affichage", "help": "Aide", "file": "Fichier", - "developer": "DĆ©veloppeur", "workspaces": "Espaces de travail", + "developer": "DĆ©veloppeur", + "workbenchConfigurationTitle": "Banc d'essai", "showEditorTabs": "ContrĆ“le si les Ć©diteurs ouverts doivent s'afficher ou non sous des onglets.", "workbench.editor.labelFormat.default": "Afficher le nom du fichier. Lorsque les onglets sont activĆ©s et que deux fichiers portent le mĆŖme nom dans un groupe, les sections distinctes du chemin de chaque fichier sont ajoutĆ©es. Lorsque les onglets sont dĆ©sactivĆ©es, le chemin d’accĆØs relatif au dossier de l'espace de travail est affichĆ© si l’éditeur est actif.", "workbench.editor.labelFormat.short": "Indiquer le nom du fichier suivi de son nom de rĆ©pertoire.", @@ -20,23 +23,25 @@ "showIcons": "ContrĆ“le si les Ć©diteurs ouverts doivent s'afficher ou non avec une icĆ“ne. Cela implique notamment l'activation d'un thĆØme d'icĆ“ne.", "enablePreview": "ContrĆ“le si les Ć©diteurs ouverts s'affichent en mode aperƧu. Les Ć©diteurs en mode aperƧu sont rĆ©utilisĆ©s jusqu'Ć  ce qu'ils soient conservĆ©s (par exemple, aprĆØs un double-clic ou une modification) et apparaissent avec un style de police en italique.", "enablePreviewFromQuickOpen": "ContrĆ“le si les Ć©diteurs de Quick Open s'affichent en mode aperƧu. Les Ć©diteurs en mode aperƧu sont rĆ©utilisĆ©s jusqu'Ć  ce qu'ils soient conservĆ©s (par exemple, aprĆØs un double-clic ou une modification).", + "closeOnFileDelete": "ContrĆ“le si les Ć©diteurs qui affichent un fichier doivent se fermer automatiquement quand ce fichier est supprimĆ© ou renommĆ© par un autre processus. Si vous dĆ©sactivez cette option, l'Ć©diteur reste ouvert dans un Ć©tat indiquant une intĆ©gritĆ© compromise. Notez que la suppression de fichiers Ć  partir de l'application entraĆ®ne toujours la fermeture de l'Ć©diteur, et que les fichiers Ć  l'intĆ©gritĆ© compromise ne sont jamais fermĆ©s pour permettre la conservation de vos donnĆ©es.", "editorOpenPositioning": "Permet de dĆ©finir Ć  quel endroit les Ć©diteurs s'ouvrent. SĆ©lectionnez 'left' ou 'right' pour ouvrir les Ć©diteurs Ć  gauche ou Ć  droite de celui actuellement actif. SĆ©lectionnez 'first' ou 'last' pour ouvrir les Ć©diteurs indĆ©pendamment de celui actuellement actif.", "revealIfOpen": "ContrĆ“le si un Ć©diteur est affichĆ© dans l'un des groupes visibles, s'il est ouvert. Si cette option est dĆ©sactivĆ©e, l'Ć©diteur s'ouvre de prĆ©fĆ©rence dans le groupe d'Ć©diteurs actif. Si cette option est activĆ©e, tout Ć©diteur dĆ©jĆ  ouvert est affichĆ© au lieu d'ĆŖtre rouvert dans le groupe d'Ć©diteurs actif. Notez que dans certains cas, ce paramĆØtre est ignorĆ©, par exemple quand vous forcez un Ć©diteur Ć  s'ouvrir dans un groupe spĆ©cifique ou Ć  cĆ“tĆ© du groupe actif.", + "swipeToNavigate": "Parcourez les fichiers ouverts en faisant glisser trois doigts horizontalement. ", "commandHistory": "ContrĆ“le le nombre de commandes rĆ©cemment utilisĆ©es Ć  retenir dans l’historique de la palette de commande. SpĆ©cifier la valeur 0 pour dĆ©sactiver l’historique des commandes.", "preserveInput": "ContrĆ“le si la derniĆØre entrĆ©e tapĆ©e dans la palette de commandes doit ĆŖtre restaurĆ©e Ć  la prochaine ouverture.", "closeOnFocusLost": "ContrĆ“le si Quick Open doit se fermer automatiquement, une fois qu'il a perdu le focus.", "openDefaultSettings": "ContrĆ“le si l'ouverture des paramĆØtres entraĆ®ne Ć©galement l'ouverture d'un Ć©diteur qui affiche tous les paramĆØtres par dĆ©faut.", "sideBarLocation": "ContrĆ“le l'emplacement de la barre latĆ©rale. Elle peut s'afficher Ć  gauche ou Ć  droite du banc d'essai.", + "panelDefaultLocation": "ContrĆ“le l’emplacement par dĆ©faut du panneau. Il peut ĆŖtre affichĆ© soit en bas ou Ć  droite du banc d'essai.", "statusBarVisibility": "ContrĆ“le la visibilitĆ© de la barre d'Ć©tat au bas du banc d'essai.", "activityBarVisibility": "ContrĆ“le la visibilitĆ© de la barre d'activitĆ©s dans le banc d'essai.", - "closeOnFileDelete": "ContrĆ“le si les Ć©diteurs qui affichent un fichier doivent se fermer automatiquement quand ce fichier est supprimĆ© ou renommĆ© par un autre processus. Si vous dĆ©sactivez cette option, l'Ć©diteur reste ouvert dans un Ć©tat indiquant une intĆ©gritĆ© compromise. Notez que la suppression de fichiers Ć  partir de l'application entraĆ®ne toujours la fermeture de l'Ć©diteur, et que les fichiers Ć  l'intĆ©gritĆ© compromise ne sont jamais fermĆ©s pour permettre la conservation de vos donnĆ©es.", - "enableNaturalLanguageSettingsSearch": "ContrĆ“le s’il faut activer le mode de recherche en langage naturel pour les paramĆØtres.", - "fontAliasing": "ContrĆ“le la mĆ©thode de font aliasing dans le workbench.\n- par dĆ©fautĀ : Lissage des polices de sous-pixel. Sur la plupart des affichages non-ratina, cela vous donnera le texte le plus vif\n- crĆ©nelĆ©esĀ : Lisse les polices au niveau du pixel, plutĆ“t que les sous-pixels. Peut faire en sorte que la police apparaisse plus lĆ©gĆØre dans l’ensemble \n- noneĀ : dĆ©sactive le lissage des polices. Le texte s'affichera avec des bordures dentelĆ©es", + "viewVisibility": "ContrĆ“le la visibilitĆ© des actions d'en-tĆŖte de vue. Les actions d'en-tĆŖte de vue peuvent ĆŖtre soit toujours visibles, ou uniquement visibles quand cette vue a le focus ou est survolĆ©e.", + "fontAliasing": "ContrĆ“le la mĆ©thode de font aliasing dans le workbench.\n- defaultĀ : Lissage des polices de sous-pixel. Sur la plupart des affichages non-ratina, cela vous donnera le texte le plus vif\n- antialiasedĀ : Lisse les polices au niveau du pixel, plutĆ“t que les sous-pixels. Peut faire en sorte que la police apparaisse plus fine dans l’ensemble \n- noneĀ : DĆ©sactive le lissage des polices. Le texte s'affichera avec des bordures dentelĆ©es\n- auto: Applique `default` ou `antialiased`Ā automatiquement en se basant sur la rĆ©solution de l'affichage.", "workbench.fontAliasing.default": "Lissage de sous-pixel des polices. Sur la plupart des affichages non-retina, cela vous donnera le texte le plus vif.", "workbench.fontAliasing.antialiased": "Lisser les polices au niveau du pixel, plutĆ“t que les sous-pixels. Peut faire en sorte que la police apparaisse plus lĆ©gĆØre dans l’ensemble.", "workbench.fontAliasing.none": "DĆ©sactive le lissage des polices. Le texte s'affichera avec des bordures dentelĆ©es.", - "swipeToNavigate": "Parcourez les fichiers ouverts en faisant glisser trois doigts horizontalement. ", - "workbenchConfigurationTitle": "Banc d'essai", + "workbench.fontAliasing.auto": "Applique `default` ou `antialiased`automatiquement en se basant sur la rĆ©solution de l'affichage.", + "enableNaturalLanguageSettingsSearch": "ContrĆ“le s’il faut activer le mode de recherche en langage naturel pour les paramĆØtres.", "windowConfigurationTitle": "FenĆŖtre", "window.openFilesInNewWindow.on": "Les fichiers s'ouvrent dans une nouvelle fenĆŖtre", "window.openFilesInNewWindow.off": "Les fichiers s'ouvrent dans la fenĆŖtre du dossier conteneur ouvert ou dans la derniĆØre fenĆŖtre active", @@ -71,9 +76,9 @@ "window.nativeTabs": "Active les onglets macOS Sierra. Notez que vous devez redĆ©marrer l'ordinateur pour appliquer les modifications et que les onglets natifs dĆ©sactivent tout style de barre de titre personnalisĆ© configurĆ©, le cas Ć©chĆ©ant.", "zenModeConfigurationTitle": "Mode Zen", "zenMode.fullScreen": "ContrĆ“le si l'activation de Zen Mode met Ć©galement le banc d'essai en mode plein Ć©cran.", + "zenMode.centerLayout": "ContrĆ“le si l'activation du mode Zen centre Ć©galement la disposition.", "zenMode.hideTabs": "ContrĆ“le si l'activation du mode Zen masque Ć©galement les onglets du banc d'essai.", "zenMode.hideStatusBar": "ContrĆ“le si l'activation du mode Zen masque Ć©galement la barre d'Ć©tat au bas du banc d'essai.", "zenMode.hideActivityBar": "ContrĆ“le si l'activation du mode Zen masque Ć©galement la barre d'activitĆ©s Ć  gauche du banc d'essai.", - "zenMode.restore": "ContrĆ“le si une fenĆŖtre doit ĆŖtre restaurĆ©e en mode zen, si elle a Ć©tĆ© fermĆ©e en mode zen.", - "JsonSchema.locale": "Langue d'interface utilisateur (IU) Ć  utiliser." + "zenMode.restore": "ContrĆ“le si une fenĆŖtre doit ĆŖtre restaurĆ©e en mode zen, si elle a Ć©tĆ© fermĆ©e en mode zen." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/main.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/main.i18n.json index ca2d2c1015..242801cdda 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "Ɖchec du chargement d'un fichier requis. Soit vous n'ĆŖtes plus connectĆ© Ć  Internet, soit le serveur auquel vous ĆŖtes connectĆ© est hors connexion. Actualisez le navigateur pour rĆ©essayer.", "loaderErrorNative": "Ɖchec du chargement d'un fichier obligatoire. RedĆ©marrez l'application pour rĆ©essayer. DĆ©tailsĀ : {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/shell.i18n.json index a24bedcde3..08f030b900 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/electron-browser/window.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/window.i18n.json index 96dc00191a..f38d5431db 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "Annuler", "redo": "RĆ©tablir", "cut": "Couper", "copy": "Copier", "paste": "Coller", - "selectAll": "Tout SĆ©lectionner" + "selectAll": "Tout SĆ©lectionner", + "runningAsRoot": "Il est dĆ©conseillĆ© d’exĆ©cuter {0} en tant qu’utilisateur root." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/fra/src/vs/workbench/electron-browser/workbench.i18n.json index 771fa003a6..1db12836c9 100644 --- a/i18n/fra/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/fra/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "DĆ©veloppeur", "file": "Fichier" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/fra/src/vs/workbench/node/extensionHostMain.i18n.json index f30faa3442..b2e92672ee 100644 --- a/i18n/fra/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/fra/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "Le chemin {0} ne pointe pas vers un Test Runner d'extension valide." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/fra/src/vs/workbench/node/extensionPoints.i18n.json index 20c3f21a45..86dd808627 100644 --- a/i18n/fra/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/fra/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 1ce0e17b62..4ef4e6fb97 100644 --- a/i18n/fra/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "Installer la commande '{0}' dans PATH", "not available": "Cette commande n'est pas disponible", "successIn": "La commande d'interprĆ©teur de commandes '{0}' a Ć©tĆ© correctement installĆ©e dans PATH.", - "warnEscalation": "Code va maintenant demander avec 'osascript' des privilĆØges d'administrateur pour installer la commande d'interprĆ©teur de commandes.", "ok": "OK", - "cantCreateBinFolder": "Impossible de crĆ©er '/usr/local/bin'.", "cancel2": "Annuler", + "warnEscalation": "Code va maintenant demander avec 'osascript' des privilĆØges d'administrateur pour installer la commande d'interprĆ©teur de commandes.", + "cantCreateBinFolder": "Impossible de crĆ©er '/usr/local/bin'.", "aborted": "AbandonnĆ©", "uninstall": "DĆ©sinstaller la commande '{0}' de PATH", "successFrom": "La commande d'interprĆ©teur de commandes '{0}' a Ć©tĆ© correctement dĆ©sinstallĆ©e Ć  partir de PATH.", diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index a99450230b..3e62e6e18a 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "DĆ©finition du paramĆØtre 'editor.accessibilitySupport' sur 'activĆ©'.", "openingDocs": "Ouverture de la page de documentation sur l'accessibilitĆ© dans VS Code.", "introMsg": "Nous vous remercions de tester les options d'accessibilitĆ© de VS Code.", diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index e677c5f357..9d47ac3a24 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "DĆ©veloppeurĀ : Inspecter les mappages de touches" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index a204ab1b86..b2c698640b 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 07ecb08aee..da043ecd42 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "Erreurs durant l'analyse de {0}Ā : {1}", "schema.openBracket": "SĆ©quence de chaĆ®nes ou de caractĆØres de crochets ouvrants.", "schema.closeBracket": "SĆ©quence de chaĆ®nes ou de caractĆØres de crochets fermants.", diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index a204ab1b86..add52bf596 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "DĆ©veloppeurĀ : inspecter les portĆ©es TextMate", "inspectTMScopesWidget.loading": "Chargement..." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 56dc21af00..ad6884019c 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "AffichageĀ : Activer/dĆ©sactiver la minicarte" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index a18dfa416d..1311009683 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Changer le modificateur multicurseur" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 064c359bfc..db39e1e51f 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "Affichage : Activer/dĆ©sactiver les caractĆØres de contrĆ“le" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 878f453bde..376d35631e 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "Affichage : Activer/dĆ©sactiver l'affichage des espaces" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index c8835c869a..02dbd7151c 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "AfficherĀ : activer/dĆ©sactiver le retour automatique Ć  la ligne", "wordWrap.notInDiffEditor": "Impossible d'activer/dĆ©sactiver le retour automatique Ć  la ligne dans un Ć©diteur de diffĆ©rences.", "unwrapMinified": "DĆ©sactiver le retour automatique Ć  la ligne pour ce fichier", diff --git a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 0d9d376a4b..6c5e29d42c 100644 --- a/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "OK", "wordWrapMigration.dontShowAgain": "Ne plus afficher", "wordWrapMigration.openSettings": "Ouvrir les paramĆØtres", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 51e6f5c16e..ef08b283f5 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "ArrĆŖt quand l'expression prend la valeur true. 'EntrĆ©e' pour accepter ou 'Ɖchap' pour annuler.", "breakpointWidgetAriaLabel": "Le programme s'arrĆŖte ici uniquement si cette condition a la valeur true. Appuyez sur EntrĆ©e pour accepter, ou sur Ɖchap pour annuler.", "breakpointWidgetHitCountPlaceholder": "ArrĆŖt quand le nombre d'accĆØs est atteint. 'EntrĆ©e' pour accepter ou 'Ɖchap' pour annuler.", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..aaafb7bb8b --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "Modifier un point d'arrĆŖt...", + "functionBreakpointsNotSupported": "Les points d'arrĆŖt de fonction ne sont pas pris en charge par ce type de dĆ©bogage", + "functionBreakpointPlaceholder": "Fonction où effectuer un point d'arrĆŖt", + "functionBreakPointInputAriaLabel": "Point d'arrĆŖt sur fonction de type", + "breakpointDisabledHover": "Point d'arrĆŖt dĆ©sactivĆ©", + "breakpointUnverifieddHover": "Point d'arrĆŖt non vĆ©rifiĆ©", + "functionBreakpointUnsupported": "Les points d'arrĆŖt de fonction ne sont pas pris en charge par ce type de dĆ©bogage", + "breakpointDirtydHover": "Point d'arrĆŖt non vĆ©rifiĆ©. Fichier modifiĆ©. RedĆ©marrez la session de dĆ©bogage.", + "conditionalBreakpointUnsupported": "Les points d'arrĆŖt conditionnels ne sont pas pris en charge par ce type de dĆ©bogage", + "hitBreakpointUnsupported": "Les points d'arrĆŖt conditionnels ne sont pas pris en charge par ce type de dĆ©bogage" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 207f6a482d..f1b34ecfed 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "Aucune configuration", "addConfigTo": "Ajouter une configuration ({0})...", "addConfiguration": "Ajouter une configuration..." diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index e221bc5247..d1b69a30cb 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "Ouvrir {0}", "launchJsonNeedsConfigurtion": "Configurer ou corriger 'launch.json'", "noFolderDebugConfig": "Ouvrez d'abord un dossier pour effectuer une configuration de dĆ©bogage avancĆ©e.", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index 2cfe628ea3..3bd1fd315f 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "Couleur d'arriĆØre-plan de la barre d'outils de dĆ©bogage." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "Couleur d'arriĆØre-plan de la barre d'outils de dĆ©bogage.", + "debugToolBarBorder": "Couleur de bordure de la barre d'outils de dĆ©bogage." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..0eb1acc277 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "Ouvrez d'abord un dossier pour effectuer une configuration de dĆ©bogage avancĆ©e.", + "columnBreakpoint": "Point d'arrĆŖt de colonne", + "debug": "DĆ©boguer", + "addColumnBreakpoint": "Ajouter un point d'arrĆŖt de colonne" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index 5eb678f088..70dfe5369d 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "Impossible de rĆ©soudre la ressource sans session de dĆ©bogage" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "Impossible de rĆ©soudre la ressource sans session de dĆ©bogage", + "canNotResolveSource": "Impossible de rĆ©soudre la ressource {0}, aucune rĆ©ponse de l'extension de dĆ©bogage." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 37c35be489..a2d1d5d40e 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "DĆ©boguerĀ : activer/dĆ©sactiver un point d'arrĆŖt", - "columnBreakpointAction": "DĆ©boguerĀ : point d'arrĆŖt de colonne", - "columnBreakpoint": "Ajouter un point d'arrĆŖt de colonne", "conditionalBreakpointEditorAction": "DĆ©boguerĀ : ajouter un point d'arrĆŖt conditionnel...", "runToCursor": "ExĆ©cuter jusqu'au curseur", "debugEvaluate": "DĆ©boguerĀ : Ć©valuer", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index 51240a55a2..37d8612031 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "Point d'arrĆŖt dĆ©sactivĆ©", "breakpointUnverifieddHover": "Point d'arrĆŖt non vĆ©rifiĆ©", "breakpointDirtydHover": "Point d'arrĆŖt non vĆ©rifiĆ©. Fichier modifiĆ©. RedĆ©marrez la session de dĆ©bogage.", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 914334d040..7528df6381 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, dĆ©bogage", "debugAriaLabel": "Tapez le nom d'une configuration de lancement Ć  exĆ©cuter.", "addConfigTo": "Ajouter une configuration ({0})...", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index f14bf24026..b50eebf1e7 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "SĆ©lectionner et dĆ©marrer la configuration de dĆ©bogage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 9782a892c4..645d933899 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "Focus sur les Variables", "debugFocusWatchView": "Focus sur Watch", "debugFocusCallStackView": "Focus sur CallStack", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index bd3526afe5..32e5e3808a 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "Couleur de bordure du widget d'exception.", "debugExceptionWidgetBackground": "Couleur d'arriĆØre-plan du widget d'exception.", "exceptionThrownWithId": "Une exception s'est produiteĀ : {0}", diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index 7b029bfc1e..319dd4e03e 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "Cliquez pour suivre (CommandeĀ + clic permet d'ouvrir sur le cĆ“tĆ©)", "fileLink": "Cliquez pour suivre (CtrlĀ + clic permet d'ouvrir sur le cĆ“tĆ©)" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..64a9a774d9 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Couleur d'arriĆØre-plan de la barre d'Ć©tat quand un programme est en cours de dĆ©bogage. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre", + "statusBarDebuggingForeground": "Couleur de premier plan de la barre d'Ć©tat quand un programme est en cours de dĆ©bogage. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre", + "statusBarDebuggingBorder": "Couleur de la bordure qui sĆ©pare Ć  l’éditeur et la barre latĆ©rale quand un programme est en cours de dĆ©bogage. La barre d’état s’affiche en bas de la fenĆŖtre" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/common/debug.i18n.json index 23ae9b5eef..c489f65237 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "ContrĆ“le le comportement de la console de dĆ©bogage interne." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 6211ec4dc5..daf59ad665 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "non disponible", "startDebugFirst": "DĆ©marrez une session de dĆ©bogage pour Ć©valuation" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 5573a24d50..a89dc7d3a7 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "Source inconnue" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index e495538d54..00fce40b3e 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "Modifier un point d'arrĆŖt...", "functionBreakpointsNotSupported": "Les points d'arrĆŖt de fonction ne sont pas pris en charge par ce type de dĆ©bogage", "functionBreakpointPlaceholder": "Fonction où effectuer un point d'arrĆŖt", diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index ebffa8d540..b0a8919f57 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "Section de pile des appels", "debugStopped": "En pause sur {0}", "callStackAriaLabel": "DĆ©boguer la pile des appels", diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 39634cf91c..65457f3552 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "Afficher le dĆ©bogage", "toggleDebugPanel": "Console de dĆ©bogage", "debug": "DĆ©boguer", @@ -24,6 +26,6 @@ "always": "Toujours afficher debug dans la barre d’état", "onFirstSessionStart": "Afficher debug dans seule la barre d’état aprĆØs que le dĆ©bogage a Ć©tĆ© lancĆ© pour la premiĆØre fois", "showInStatusBar": "ContrĆ“le quand la barre d’état de dĆ©bogage doit ĆŖtre visible", - "openDebug": "ContrĆ“le si les Viewlets de dĆ©bogage doivent ĆŖtre ouverts au dĆ©marrage d’une session de dĆ©bogage.", + "openDebug": "ContrĆ“le si la vue de dĆ©bogage doit ĆŖtre ouverte au dĆ©marrage de la session de dĆ©bogage.", "launch": "Configuration du lancement du dĆ©bogage global. Doit ĆŖtre utilisĆ©e comme alternative Ć  'launch.json' qui est partagĆ© entre les espaces de travail" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 9ea33c457e..1cd18dbf0a 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "Ouvrez d'abord un dossier pour effectuer une configuration de dĆ©bogage avancĆ©e." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 5a3987eaa7..fae84ee045 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "Ajoute des adaptateurs de dĆ©bogage.", "vscode.extension.contributes.debuggers.type": "Identificateur unique de cet adaptateur de dĆ©bogage.", "vscode.extension.contributes.debuggers.label": "Nom complet de cet adaptateur de dĆ©bogage.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "Configurations de schĆ©ma JSON pour la validation de 'launch.json'.", "vscode.extension.contributes.debuggers.windows": "ParamĆØtres spĆ©cifiques Ć  Windows.", "vscode.extension.contributes.debuggers.windows.runtime": "Runtime utilisĆ© pour Windows.", - "vscode.extension.contributes.debuggers.osx": "ParamĆØtres spĆ©cifiques Ć  OSĀ X.", - "vscode.extension.contributes.debuggers.osx.runtime": "Runtime utilisĆ© pour OSĀ X.", + "vscode.extension.contributes.debuggers.osx": "ParamĆØtres spĆ©cifiques Ć  macOS.", + "vscode.extension.contributes.debuggers.osx.runtime": "Runtime utilisĆ© pour macOS.", "vscode.extension.contributes.debuggers.linux": "ParamĆØtres spĆ©cifiques Ć  Linux.", "vscode.extension.contributes.debuggers.linux.runtime": "Runtime utilisĆ© pour Linux.", "vscode.extension.contributes.breakpoints": "Ajoute des points d'arrĆŖt.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "Liste des configurations. Ajoutez de nouvelles configurations, ou modifiez celles qui existent dĆ©jĆ  Ć  l'aide d'IntelliSense.", "app.launch.json.compounds": "Liste des composĆ©s. Chaque composĆ© rĆ©fĆ©rence plusieurs configurations qui sont lancĆ©es ensemble.", "app.launch.json.compound.name": "Nom du composĆ©. ApparaĆ®t dans le menu dĆ©roulant de la configuration de lancement.", + "useUniqueNames": "Veuillez utiliser des noms de configuration uniques.", + "app.launch.json.compound.folder": "Nom du dossier dans lequel le composĆ© se trouve.", "app.launch.json.compounds.configurations": "Noms des configurations qui sont lancĆ©es dans le cadre de ce composĆ©.", "debugNoType": "Le 'type' de l'adaptateur de dĆ©bogage ne peut pas ĆŖtre omis. Il doit s'agir du type 'string'.", "selectDebug": "SĆ©lectionner l'environnement", - "DebugConfig.failed": "Impossible de crĆ©er le fichier 'launch.json' dans le dossier '.vscode' ({0})." + "DebugConfig.failed": "Impossible de crĆ©er le fichier 'launch.json' dans le dossier '.vscode' ({0}).", + "workspace": "espace de travail", + "user settings": "paramĆØtres utilisateur" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index fc7b895868..acb73d8018 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "Supprimer les points d'arrĆŖt", "removeBreakpointOnColumn": "Supprimer le point d'arrĆŖt de la colonne {0}", "removeLineBreakpoint": "Supprimer le point d'arrĆŖt de la ligne", diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index e8dc082f4f..25bc4483ac 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "DĆ©boguer par pointage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index 2833b451b2..12e37fffab 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "Seules les valeurs primitives sont affichĆ©es pour cet objet.", "debuggingPaused": "DĆ©bogage en pause. RaisonĀ : {0}, {1} {2}", "debuggingStarted": "DĆ©bogage dĆ©marrĆ©.", @@ -11,18 +13,22 @@ "breakpointAdded": "Point d'arrĆŖt ajoutĆ©, ligne {0}, fichier {1}", "breakpointRemoved": "Point d'arrĆŖt supprimĆ©, ligne {0}, fichier {1}", "compoundMustHaveConfigurations": "L'attribut \"configurations\" du composĆ© doit ĆŖtre dĆ©fini pour permettre le dĆ©marrage de plusieurs configurations.", + "noConfigurationNameInWorkspace": "La configuration de lancement '{0}' est introuvable dans l’espace de travail.", + "multipleConfigurationNamesInWorkspace": "Il y a plusieurs configurations de lancement `{0}` dans l’espace de travail. Utilisez le nom du dossier pour qualifier la configuration.", + "noFolderWithName": "Impossible de trouver le dossier avec le nom '{0}' pour la configuration '{1}' dans le composĆ© '{2}'.", "configMissing": "Il manque la configuration '{0}' dans 'launch.json'.", "launchJsonDoesNotExist": "'launch.json' n’existe pas.", "debugRequestNotSupported": "L’attribut '{0}' a une valeur '{1}' non prise en charge dans la configuration de dĆ©bogage sĆ©lectionnĆ©e.", "debugRequesMissing": "L’attribut '{0}' est introuvable dans la configuration de dĆ©bogage choisie.", "debugTypeNotSupported": "Le type de dĆ©bogage '{0}' configurĆ© n'est pas pris en charge.", - "debugTypeMissing": "La propriĆ©tĆ© 'type' est manquante pour la configuration de lancement sĆ©lectionnĆ©e.", + "debugTypeMissing": "PropriĆ©tĆ© 'type' manquante pour la configuration de lancement choisie.", "debugAnyway": "DĆ©boguer quand mĆŖme", "preLaunchTaskErrors": "Des erreurs de build ont Ć©tĆ© dĆ©tectĆ©es durant le preLaunchTask '{0}'.", "preLaunchTaskError": "Une erreur de build a Ć©tĆ© dĆ©tectĆ©e durant le preLaunchTask '{0}'.", "preLaunchTaskExitCode": "Le preLaunchTask '{0}' s'est terminĆ© avec le code de sortie {1}.", + "showErrors": "Afficher les erreurs", "noFolderWorkspaceDebugError": "Impossible de dĆ©boguer le fichier actif. VĆ©rifiez qu'il est enregistrĆ© sur le disque et qu'une extension de dĆ©bogage est installĆ©e pour ce type de fichier.", - "NewLaunchConfig": "Configurez le fichier config de lancement de votre application. {0}", + "cancel": "Annuler", "DebugTaskNotFound": "preLaunchTask '{0}' introuvable.", "taskNotTracked": "La tĆ¢che de prĆ©lancement '{0}' n'a pas pu ĆŖtre tracĆ©e." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index 1365a2b4c9..6985511cea 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index 66ff22521a..715b04aea4 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index e963a7127e..7b04892647 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "Copier la valeur", + "copyAsExpression": "Copier en tant qu'Expression", "copy": "Copier", "copyAll": "Copier tout", "copyStackTrace": "Copier la pile des appels" diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 4a74618858..bb2eb9b570 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "Informations", "unableToLaunchDebugAdapter": "Impossible de lancer l'adaptateur de dĆ©bogage Ć  partir de '{0}'.", "unableToLaunchDebugAdapterNoArgs": "Impossible de lancer l'adaptateur de dĆ©bogage.", diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 6e5aae834e..1f47261b75 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "Panneau REPL (Read Eval Print Loop)", "actions.repl.historyPrevious": "Historique prĆ©cĆ©dent", "actions.repl.historyNext": "Historique suivant", diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 93c9076aca..6ea8a6eab7 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "L'Ć©tat de l'objet est capturĆ© Ć  partir de la premiĆØre Ć©valuation", "replVariableAriaLabel": "La variable {0} a la valeur {1}, boucle REPL (Read Eval Print Loop), dĆ©bogage", "replExpressionAriaLabel": "L'expression {0} a la valeur {1}, boucle REPL (Read Eval Print Loop), dĆ©bogage", diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 76fb8ce3e7..64a9a774d9 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Couleur d'arriĆØre-plan de la barre d'Ć©tat quand un programme est en cours de dĆ©bogage. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre", "statusBarDebuggingForeground": "Couleur de premier plan de la barre d'Ć©tat quand un programme est en cours de dĆ©bogage. La barre d'Ć©tat est affichĆ©e en bas de la fenĆŖtre", "statusBarDebuggingBorder": "Couleur de la bordure qui sĆ©pare Ć  l’éditeur et la barre latĆ©rale quand un programme est en cours de dĆ©bogage. La barre d’état s’affiche en bas de la fenĆŖtre" diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 6740cff8f8..8d3e1ab099 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "Ć©lĆ©ment dĆ©boguĆ©", - "debug.terminal.not.available.error": "Terminal intĆ©grĆ© non disponible" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "Ć©lĆ©ment dĆ©boguĆ©" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index 81e53e50a6..42ee325209 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "Section des variables", "variablesAriaTreeLabel": "DĆ©boguer les variables", "variableValueAriaLabel": "Tapez une nouvelle valeur de variable", diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 0b8adc593c..1f14b7809d 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "Section des expressions", "watchAriaTreeLabel": "DĆ©boguer les expressions espionnĆ©es", "watchExpressionPlaceholder": "Expression Ć  espionner", diff --git a/i18n/fra/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index f3922c0c45..0d7a8d178c 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "L'exĆ©cutable d'adaptateur de dĆ©bogage '{0}' n'existe pas.", "debugAdapterCannotDetermineExecutable": "Impossible de dĆ©terminer l'exĆ©cutable pour l'adaptateur de dĆ©bogage '{0}'.", "launch.config.comment1": "Utilisez IntelliSense pour en savoir plus sur les attributs possibles.", diff --git a/i18n/fra/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 287d3c754e..2b10b43362 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Afficher les commandes Emmet" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index b64bb8a15c..b6c360b429 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index ad194859cd..695aeb184d 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index 4f8041f2fb..fd9eaffbc8 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 29b06df4dc..643160d362 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "EmmetĀ : Expand Abbreviation" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 89cee185d4..5c792f27a6 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index fd27599315..83c1b4eb91 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index 172231ee72..0cafd61e5d 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index e15d8ff52b..2f8b7c78fd 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index 1764345605..4041bc238c 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index b53add8790..32f5b7f385 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index 701bd61f9b..12673b969f 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 46ab423bdf..0fb5b360e0 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index ce110b0e82..c56f881773 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 948679f37c..94b9064e3e 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 4e4c925168..06dbf26994 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index 2d849d42ac..4c319b525c 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index b64bb8a15c..b6c360b429 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index a8c5798771..3fad5a03b1 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index 4f8041f2fb..fd9eaffbc8 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index 29b06df4dc..1a4198a577 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index 89cee185d4..5c792f27a6 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index fd27599315..83c1b4eb91 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index 172231ee72..0cafd61e5d 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index e15d8ff52b..2f8b7c78fd 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index 1764345605..4041bc238c 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index b53add8790..32f5b7f385 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index 701bd61f9b..12673b969f 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index 46ab423bdf..0fb5b360e0 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index ce110b0e82..c56f881773 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index 948679f37c..94b9064e3e 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index 4e4c925168..06dbf26994 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index 33db3866d0..c5c24e7af5 100644 --- a/i18n/fra/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 8fadf8b958..76846ba47c 100644 --- a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Terminal externe", "explorer.openInTerminalKind": "Personnalise le type de terminal Ć  lancer.", "terminal.external.windowsExec": "Personnalise le terminal Ć  exĆ©cuter sur Windows.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "Ouvrir une nouvelle invite de commandes", "globalConsoleActionMacLinux": "Ouvrir un nouveau Terminal", "scopedConsoleActionWin": "Ouvrir dans l'invite de commandes", - "scopedConsoleActionMacLinux": "Ouvrir dans Terminal", - "openFolderInIntegratedTerminal": "Ouvrir dans Terminal" + "scopedConsoleActionMacLinux": "Ouvrir dans Terminal" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 9f6de7684f..c2eb70e132 100644 --- a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 177f0c3985..4b35827f59 100644 --- a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "Console VS Code", "mac.terminal.script.failed": "Ɖchec du script '{0}'. Code de sortieĀ : {1}", "mac.terminal.type.not.supported": "'{0}' non pris en charge", diff --git a/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 82bea9c437..9bca6e8b01 100644 --- a/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index a6e6588d9c..737e85202b 100644 --- a/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index a248b7ddb8..b01be686b4 100644 --- a/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/fra/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 78627d5d6f..f199c9cd4c 100644 --- a/i18n/fra/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 2fb8a962e6..5d5219ee6e 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "Erreur", "Unknown Dependency": "DĆ©pendance inconnueĀ :" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 65ddc13672..9516475b6c 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "Nom de l'extension", "extension id": "Identificateur d'extension", "preview": "AperƧu", + "builtin": "IntĆ©grĆ©e", "publisher": "Nom de l'Ć©diteur", "install count": "Nombre d'installations", "rating": "Ɖvaluation", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "Nom", "view location": "Emplacement", + "localizations": "Localisations ({0})", + "localizations language id": "Id de langue", + "localizations language name": "Nom de langue", + "localizations localized language name": "Nom de langue (localisĆ©)", "colorThemes": "ThĆØmes de couleurs ({0})", "iconThemes": "ThĆØmes d’icĆ“nes ({0})", "colors": "Couleurs ({0})", @@ -39,6 +46,8 @@ "defaultLight": "DĆ©faut pour le thĆØme clair", "defaultHC": "DĆ©faut pour le thĆØme de contraste Ć©levĆ©", "JSON Validation": "Validation JSON ({0})", + "fileMatch": "Correspondance de fichier", + "schema": "SchĆ©ma", "commands": "Commandes ({0})", "command name": "Nom", "keyboard shortcuts": "Raccourcis clavier", diff --git a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 3911d6e407..0bdffeb19d 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "TĆ©lĆ©charger manuellement", + "install vsix": "Une fois tĆ©lĆ©chargĆ©, installez manuellement le VSIX de '{0}'.", "installAction": "Installer", "installing": "Installation", + "failedToInstall": "Ɖchec d'installation de '{0}'.", "uninstallAction": "DĆ©sinstaller", "Uninstalling": "DĆ©sinstallation en cours", "updateAction": "Mettre Ć  jour", "updateTo": "Mettre Ć  jour vers {0}", + "failedToUpdate": "Ɖchec de mise Ć  jour de '{0}'.", "ManageExtensionAction.uninstallingTooltip": "DĆ©sinstallation en cours", "enableForWorkspaceAction": "Activer (espace de travail)", "enableGloballyAction": "Activer", @@ -36,6 +42,7 @@ "showInstalledExtensions": "Afficher les extensions installĆ©es", "showDisabledExtensions": "Afficher les extensions dĆ©sactivĆ©es", "clearExtensionsInput": "Effacer l'entrĆ©e des extensions", + "showBuiltInExtensions": "Afficher les extensions intĆ©grĆ©es", "showOutdatedExtensions": "Afficher les extensions obsolĆØtes", "showPopularExtensions": "Afficher les extensions les plus demandĆ©es", "showRecommendedExtensions": "Afficher les extensions recommandĆ©es", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "Impossible de crĆ©er le fichier 'extensions.json' dans le dossier '.vscode' ({0}).", "configureWorkspaceRecommendedExtensions": "Configurer les extensions recommandĆ©es (espace de travail)", "configureWorkspaceFolderRecommendedExtensions": "Configurer les extensions recommandĆ©es (Dossier d'espace de travail)", - "builtin": "IntĆ©grĆ©e", + "malicious tooltip": "Cette extension a Ć©tĆ© signalĆ©e comme problĆ©matique.", + "malicious": "Malveillant", "disableAll": "DĆ©sactiver toutes les extensions installĆ©es", "disableAllWorkspace": "DĆ©sactiver toutes les extensions installĆ©es pour cet espace de travail", - "enableAll": "Activer toutes les extensions installĆ©es", - "enableAllWorkspace": "Activer toutes les extensions installĆ©es pour cet espace de travail", + "enableAll": "Activer toutes les extension", + "enableAllWorkspace": "Activer toutes les extensions pour cet espace de travail", + "openExtensionsFolder": "Ouvrir le dossier d'extensions", + "installVSIX": "Installer depuis un VSIX...", + "installFromVSIX": "Installer Ć  partir d'un VSIX", + "installButton": "&&Installer", + "InstallVSIXAction.success": "Installation rĆ©ussie de l'extension. Recharger pour l'activer.", + "InstallVSIXAction.reloadNow": "Recharger maintenant", + "reinstall": "RĆ©installez l'extension...", + "selectExtension": "SĆ©lectionner l'extension Ć  rĆ©installer", + "ReinstallAction.success": "Extension rĆ©installĆ©e.", + "ReinstallAction.reloadNow": "Recharger maintenant", "extensionButtonProminentBackground": "Couleur d'arriĆØre-plan du bouton pour les extension d'actions importantes (par ex., le bouton d'installation).", "extensionButtonProminentForeground": "Couleur d'arriĆØre-plan du bouton pour l'extension d'actions importantes (par ex., le bouton d'installation).", "extensionButtonProminentHoverBackground": "Couleur d'arriĆØre-plan du pointage de bouton pour l'extension d'actions importantes (par ex., le bouton d'installation)." diff --git a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index c2bf78ba75..e684720030 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 9b8daa4bbe..a4f2a3c084 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "Appuyez sur EntrĆ©e pour gĆ©rer vos extensions.", "notfound": "Extension '{0}' introuvable dans le Marketplace.", "install": "Appuyez sur entrĆ©e pour installer '{0}' depuis le Marketplace.", diff --git a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index 6a9b09723b..b6ddabe522 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "ƉvaluĆ©e par {0} utilisateurs", "ratedBySingleUser": "ƉvaluĆ©e par 1 utilisateur" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index d5094dcbbb..d824e4a900 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "Extensions", "app.extensions.json.recommendations": "Liste des recommandations d'extensions. L'identificateur d'une extension est toujours '${publisher}.${name}'. ExempleĀ : 'vscode.csharp'.", "app.extension.identifier.errorMessage": "Format attenduĀ : '${publisher}.${name}'. ExempleĀ : 'vscode.csharp'." diff --git a/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 441d4c10bd..ca3108bdcb 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "ExtensionĀ : {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index 0974c3fd44..837e11270a 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "Profiler les extensions", + "restart2": "Un redĆ©marrage est nĆ©cessaire pour profiler les extensions. Voulez-vous redĆ©marrer '{0}' maintenantĀ ?", + "restart3": "RedĆ©marrer", + "cancel": "Annuler", "selectAndStartDebug": "Cliquer pour arrĆŖter le profilage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index 32c0006fd6..4b7ba68cf0 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "Ne plus afficher", + "searchMarketplace": "Rechercher dans le Marketplace", + "showLanguagePackExtensions": "Le Marketplace a des extensions qui peuvent aider Ć  localiser VS Code en '{0}'", + "dynamicWorkspaceRecommendation": "Cette extension peut vous intĆ©resser car elle est populaire parmi les utilisateurs du dĆ©pĆ“t {0}.", + "exeBasedRecommendation": "Cette extension est recommandĆ©e parce que {0} est installĆ©.", "fileBasedRecommendation": "Cette extension est recommandĆ©e basĆ© sur les fichiers que vous avez ouverts rĆ©cemment.", "workspaceRecommendation": "Cette extension est recommandĆ©e par les utilisateurs de l’espace de travail actuel.", - "exeBasedRecommendation": "Cette extension est recommandĆ©e parce que {0} est installĆ©.", "reallyRecommended2": "L'extension '{0}' est recommandĆ©e pour ce type de fichier.", "reallyRecommendedExtensionPack": "Le pack d’extensions '{0}' est recommandĆ© pour ce type de fichier.", "showRecommendations": "Afficher les recommandations", "install": "Installer", - "neverShowAgain": "Ne plus afficher", - "close": "Fermer", + "showLanguageExtensions": "Le Marketplace a des extensions qui peuvent aider avec les fichiers '.{0}'", "workspaceRecommended": "Cet espace de travail a des recommandations d'extension.", "installAll": "Tout installer", "ignoreExtensionRecommendations": "Voulez-vous ignorer toutes les recommandations d’extensionsĀ ?", "ignoreAll": "Oui, ignorer tout", - "no": "Non", - "cancel": "Annuler" + "no": "Non" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index ffe15b6fcf..780a370444 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "GĆ©rer les extensions", "galleryExtensionsCommands": "Installer les extensions de la galerie", "extension": "Extension", @@ -13,5 +15,6 @@ "developer": "DĆ©veloppeur", "extensionsConfigurationTitle": "Extensions", "extensionsAutoUpdate": "Mettre Ć  jour automatiquement les extensions", - "extensionsIgnoreRecommendations": "Si la valeur est Ć  true, les notifications de recommandations d'extension cessera d'apparaĆ®tre." + "extensionsIgnoreRecommendations": "Si la valeur est Ć  true, les notifications de recommandations d'extension cessera d'apparaĆ®tre.", + "extensionsShowRecommendationsOnlyOnDemand": "Si dĆ©fini Ć  true, les recommandations ne seront pas rĆ©cupĆ©rĆ©es ou affichĆ©es Ć  moins d'ĆŖtre spĆ©cifiquement demandĆ©es par l'utilisateur." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index c9965ba931..c80f0b6c8f 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "Ouvrir le dossier d'extensions", "installVSIX": "Installer depuis un VSIX...", "installFromVSIX": "Installer Ć  partir d'un VSIX", "installButton": "&&Installer", - "InstallVSIXAction.success": "Installation rĆ©ussie de l'extension. Effectuez un redĆ©marrage pour l'activer.", + "InstallVSIXAction.success": "Installation rĆ©ussie de l'extension. Recharger pour l'activer.", "InstallVSIXAction.reloadNow": "Recharger maintenant" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 3eea012e37..5c6030249b 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "DĆ©sactiver les autres mappages de touches ({0}) pour Ć©viter les conflits de combinaisons de touchesĀ ?", "yes": "Oui", "no": "Non", "betterMergeDisabled": "L'extension Better Merge est dĆ©sormais intĆ©grĆ©e, l'extension installĆ©e est dĆ©sactivĆ©e et peut ĆŖtre dĆ©sinstallĆ©e.", - "uninstall": "DĆ©sinstaller", - "later": "Plus tard" + "uninstall": "DĆ©sinstaller" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index bd14c18316..f59a45a15d 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Marketplace", "installedExtensions": "InstallĆ©es", "searchInstalledExtensions": "InstallĆ©es", "recommendedExtensions": "RecommandĆ©es", "otherRecommendedExtensions": "Autres recommandations", "workspaceRecommendedExtensions": "Recommandations de l’espace de travail", + "builtInExtensions": "IntĆ©grĆ©e", "searchExtensions": "Rechercher des extensions dans Marketplace", "sort by installs": "Trier parĀ : nombre d'installations", "sort by rating": "Trier parĀ : Ć©valuation", "sort by name": "Trier parĀ : Nom", "suggestProxyError": "Marketplace a retournĆ© 'ECONNREFUSED'. VĆ©rifiez le paramĆØtre 'http.proxy'.", "extensions": "Extensions", - "outdatedExtensions": "{0} extensions obsolĆØtes" + "outdatedExtensions": "{0} extensions obsolĆØtes", + "malicious warning": "Nous avons dĆ©sinstallĆ© '{0}' qui a Ć©tĆ© signalĆ© comme problĆ©matique.", + "reloadNow": "Recharger maintenant" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index 99aec842fd..c3f4e8ed43 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Extensions", "no extensions found": "Extensions introuvables.", "suggestProxyError": "Marketplace a retournĆ© 'ECONNREFUSED'. VĆ©rifiez le paramĆØtre 'http.proxy'." diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 5ddc77dfc5..7f81f06c6c 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index d16b6835b8..baa89e5e67 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "ActivĆ©es au dĆ©marrage", "workspaceContainsGlobActivation": "ActivĆ©es parce qu'il existe un fichier correspondant Ć  {0} dans votre espace de travail", "workspaceContainsFileActivation": "ActivĆ©es parce que un fichier {0} existe dans votre espace de travail", diff --git a/i18n/fra/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/fra/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 8ea9b90910..199ad9e26a 100644 --- a/i18n/fra/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "Installation d'extension depuis un VSIX...", + "malicious": "Cette extension est signalĆ©e comme problĆ©matique.", + "installingMarketPlaceExtension": "Installation d’extension depuis le Marketplace...", + "uninstallingExtension": "DĆ©sinstallation d'extension...", "enableDependeciesConfirmation": "L'activation de '{0}' entraĆ®ne Ć©galement l'activation de ses dĆ©pendances. Voulez-vous continuerĀ ?", "enable": "Oui", "doNotEnable": "Non", diff --git a/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..9faeabd322 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Banc d'essai", + "feedbackVisibility": "ContrĆ“le la visibilitĆ© du feedback Twitter (smiley) dans la barre d'Ć©tat au bas du banc d'essai." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index a7605d084c..51e5b1c558 100644 --- a/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Tweeter des commentaires", "label.sendASmile": "Tweetez-nous vos commentaires.", "patchedVersion1": "Votre installation est endommagĆ©e.", @@ -16,6 +18,7 @@ "request a missing feature": "Demander une fonctionnalitĆ© manquante", "tell us why?": "PourquoiĀ ?", "commentsHeader": "Commentaires", + "showFeedback": "Afficher le Smiley Feedback dans la barre d'Ć©tat", "tweet": "Tweet", "character left": "caractĆØre restant", "characters left": "caractĆØres restants", diff --git a/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..7a8485e170 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "Masquer" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index e2902e2557..f4877c924f 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "Visionneuse de fichier binaire" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 5037cf669f..0563efeec1 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "Ɖditeur de fichier texte", "createFile": "CrĆ©er un fichier", "fileEditorWithInputAriaLabel": "{0}. Ɖditeur de fichier texte.", diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 0e07c8f0ec..c80bb3c03b 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index c0057e5215..a0b81664b5 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.i18n.json index ca93414c37..1ec83629a4 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index ee5d441071..43bf96bbdd 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 9693ca31c5..521cc5f818 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index f944e7fc14..34ef861cbe 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index a44dd00649..4ee6602537 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index 6881d56fd1..3887f0d7d3 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 0e3d37245d..7fc9c7eeb2 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index 631a14a1ce..c90080e50e 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index edcca33816..90ec94bdd6 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 22721e1c8b..8b5ce89daf 100644 --- a/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/fra/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index 457666ad7b..c9e6470836 100644 --- a/i18n/fra/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 fichier non enregistrĆ©", "dirtyFiles": "{0} fichiers non enregistrĆ©s" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/fra/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/fra/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 0e07c8f0ec..055d068d99 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "Dossiers" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 54a25f75ec..cd565dc289 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "Fichier", "revealInSideBar": "Afficher dans la barre latĆ©rale", "acceptLocalChanges": "Utiliser vos modifications et Ć©craser les contenus du disque", - "revertLocalChanges": "Ignorer les modifications locales et restaurer le contenu sur disque" + "revertLocalChanges": "Ignorer les modifications locales et restaurer le contenu sur disque", + "copyPathOfActive": "Copier le chemin du fichier actif", + "saveAllInGroup": "Enregistrer tout dans le groupe", + "saveFiles": "Enregistrer tous les fichiers", + "revert": "RĆ©tablir le fichier", + "compareActiveWithSaved": "Compare le fichier actif avec celui enregistrĆ©", + "closeEditor": "Fermer l'Ć©diteur", + "view": "Affichage", + "openToSide": "Ouvrir sur le cĆ“tĆ©", + "revealInWindows": "RĆ©vĆ©ler dans l'Explorateur", + "revealInMac": "RĆ©vĆ©ler dans le Finder", + "openContainer": "Ouvrir le dossier contenant", + "copyPath": "Copier le chemin", + "saveAll": "Enregistrer tout", + "compareWithSaved": "Comparer avec celui enregistrĆ©", + "compareWithSelected": "Comparer avec ce qui est sĆ©lectionnĆ©", + "compareSource": "SĆ©lectionner pour comparer", + "compareSelected": "Comparer le sĆ©lectionnĆ©", + "close": "Fermer", + "closeOthers": "Fermer les autres", + "closeSaved": "Fermer la version sauvegardĆ©e", + "closeAll": "Tout fermer", + "deleteFile": "Supprimer dĆ©finitivement" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 002c86e7da..edfa993f15 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "RĆ©essayer", - "rename": "Renommer", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Nouveau fichier", "newFolder": "Nouveau dossier", - "openFolderFirst": "Ouvrez d'abord un dossier pour y crĆ©er des fichiers ou des dossiers.", + "rename": "Renommer", + "delete": "Supprimer", + "copyFile": "Copier", + "pasteFile": "Coller", + "retry": "RĆ©essayer", "newUntitledFile": "Nouveau fichier sans titre", "createNewFile": "Nouveau fichier", "createNewFolder": "Nouveau dossier", "deleteButtonLabelRecycleBin": "&&DĆ©placer vers la Corbeille", "deleteButtonLabelTrash": "&&DĆ©placer vers la Poubelle", "deleteButtonLabel": "S&&upprimer", + "dirtyMessageFilesDelete": "Vous supprimez des fichiers dont les changements n'ont pas Ć©tĆ© enregistrĆ©s. Voulez-vous continuerĀ ?", "dirtyMessageFolderOneDelete": "Vous supprimez un dossier contenant 1Ā fichier dont les changements n'ont pas Ć©tĆ© enregistrĆ©s. Voulez-vous continuerĀ ?", "dirtyMessageFolderDelete": "Vous supprimez un dossier contenant {0} fichiers dont les changements n'ont pas Ć©tĆ© enregistrĆ©s. Voulez-vous continuerĀ ?", "dirtyMessageFileDelete": "Vous supprimez un fichier dont les changements n'ont pas Ć©tĆ© enregistrĆ©s. Voulez-vous continuerĀ ?", "dirtyWarning": "Vous perdrez vos modifications, si vous ne les enregistrez pas.", + "confirmMoveTrashMessageMultiple": "Êtes-vous sĆ»r de vouloir supprimer les fichiers {0} suivantsĀ ?", "confirmMoveTrashMessageFolder": "Voulez-vous vraiment supprimer '{0}' et son contenuĀ ?", "confirmMoveTrashMessageFile": "Voulez-vous vraiment supprimer '{0}'Ā ?", "undoBin": "Vous pouvez effectuer une restauration Ć  partir de la Corbeille.", "undoTrash": "Vous pouvez effectuer une restauration Ć  partir de la Poubelle.", "doNotAskAgain": "Ne plus me demander", + "confirmDeleteMessageMultiple": "Êtes-vous sĆ»r de vouloir supprimer dĆ©finitivement les fichiers {0} suivants ?", "confirmDeleteMessageFolder": "Voulez-vous vraiment supprimer dĆ©finitivement '{0}' et son contenuĀ ?", "confirmDeleteMessageFile": "Voulez-vous vraiment supprimer dĆ©finitivement '{0}'Ā ?", "irreversible": "Cette action est irrĆ©versibleĀ !", + "cancel": "Annuler", "permDelete": "Supprimer dĆ©finitivement", - "delete": "Supprimer", "importFiles": "Importer des fichiers", "confirmOverwrite": "Un fichier ou dossier portant le mĆŖme nom existe dĆ©jĆ  dans le dossier de destination. Voulez-vous le remplacerĀ ?", "replaceButtonLabel": "&&Remplacer", - "copyFile": "Copier", - "pasteFile": "Coller", + "fileIsAncestor": "Le fichier Ć  copier est un ancĆŖtre du dossier de destination", + "fileDeleted": "Le fichier Ć  coller a Ć©tĆ© supprimĆ© ou dĆ©placĆ© pendant ce temps", "duplicateFile": "Doublon", - "openToSide": "Ouvrir sur le cĆ“tĆ©", - "compareSource": "SĆ©lectionner pour comparer", "globalCompareFile": "Comparer le fichier actif Ć ...", "openFileToCompare": "Ouvrez d'abord un fichier pour le comparer Ć  un autre fichier.", - "compareWith": "Comparer '{0}' Ć  '{1}'", - "compareFiles": "Comparer des fichiers", "refresh": "Actualiser", - "save": "Enregistrer", - "saveAs": "Enregistrer sous...", - "saveAll": "Enregistrer tout", "saveAllInGroup": "Enregistrer tout dans le groupe", - "saveFiles": "Enregistrer tous les fichiers", - "revert": "RĆ©tablir le fichier", "focusOpenEditors": "Mettre le focus sur la vue des Ć©diteurs ouverts", "focusFilesExplorer": "Focus sur l'Explorateur de fichiers", "showInExplorer": "RĆ©vĆ©ler le fichier actif dans la barre latĆ©rale", @@ -56,20 +54,11 @@ "refreshExplorer": "Actualiser l'explorateur", "openFileInNewWindow": "Ouvrir le fichier actif dans une nouvelle fenĆŖtre", "openFileToShowInNewWindow": "Ouvrir d'abord un fichier Ć  ouvrir dans une nouvelle fenĆŖtre", - "revealInWindows": "RĆ©vĆ©ler dans l'Explorateur", - "revealInMac": "RĆ©vĆ©ler dans le Finder", - "openContainer": "Ouvrir le dossier contenant", - "revealActiveFileInWindows": "RĆ©vĆ©ler le fichier actif dans l'Explorateur Windows", - "revealActiveFileInMac": "RĆ©vĆ©ler le fichier actif dans le Finder", - "openActiveFileContainer": "Ouvrir le dossier contenant le fichier actif", "copyPath": "Copier le chemin", - "copyPathOfActive": "Copier le chemin du fichier actif", "emptyFileNameError": "Un nom de fichier ou de dossier doit ĆŖtre fourni.", "fileNameExistsError": "Un fichier ou dossier **{0}** existe dĆ©jĆ  Ć  cet emplacement. Choisissez un autre nom.", "invalidFileNameError": "Le nom **{0}** est non valide en tant que nom de fichier ou de dossier. Choisissez un autre nom.", "filePathTooLongError": "Le nom **{0}** correspond Ć  un chemin d'accĆØs trop long. Choisissez un nom plus court.", - "compareWithSaved": "Compare le fichier actif avec celui enregistrĆ©", - "modifiedLabel": "{0} (sur le disque) ↔ {1}", "compareWithClipboard": "Compare le fichier actif avec le presse-papiers", "clipboardComparisonLabel": "Presse-papier ↔ {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index ee5d441071..430a5ce52f 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "Ouvrir d'abord un fichier pour copier son chemin", - "openFileToReveal": "Ouvrir d'abord un fichier Ć  rĆ©vĆ©ler" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "RĆ©vĆ©ler dans l'Explorateur", + "revealInMac": "RĆ©vĆ©ler dans le Finder", + "openContainer": "Ouvrir le dossier contenant", + "saveAs": "Enregistrer sous...", + "save": "Enregistrer", + "saveAll": "Enregistrer tout", + "removeFolderFromWorkspace": "Supprimer le dossier de l'espace de travail", + "genericRevertError": "Ɖchec pour faire revenir '{0}' : {1}", + "modifiedLabel": "{0} (sur le disque) ↔ {1}", + "openFileToReveal": "Ouvrir d'abord un fichier Ć  rĆ©vĆ©ler", + "openFileToCopy": "Ouvrir d'abord un fichier pour copier son chemin" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 9693ca31c5..cfe548dcd8 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "Afficher l'Explorateur", "explore": "Explorateur", "view": "Affichage", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "Ɖditeur", "formatOnSave": "Met en forme un fichier au moment de l'enregistrement. Un formateur doit ĆŖtre disponible, le fichier ne doit pas ĆŖtre enregistrĆ© automatiquement, et l'Ć©diteur ne doit pas ĆŖtre en cours d'arrĆŖt.", "explorerConfigurationTitle": "Explorateur de fichiers", - "openEditorsVisible": "Nombre d'Ć©diteurs affichĆ©s dans le volet Ɖditeurs ouverts. DĆ©finissez la valeurĀ 0 pour masquer le volet.", - "dynamicHeight": "ContrĆ“le si la hauteur de la section des Ć©diteurs ouverts doit s'adapter dynamiquement ou non au nombre d'Ć©lĆ©ments.", + "openEditorsVisible": "Nombre d'Ć©diteurs affichĆ©s dans le volet Ɖditeurs ouverts.", "autoReveal": "ContrĆ“le si l'Explorateur doit automatiquement afficher et sĆ©lectionner les fichiers Ć  l'ouverture.", "enableDragAndDrop": "ContrĆ“le si l'explorateur doit autoriser le dĆ©placement de fichiers et de dossiers par glisser-dĆ©placer.", "confirmDragAndDrop": "ContrĆ“le si l’Explorateur doit demander confirmation lors du dĆ©placement de fichiers ou de dossiers via glisser-dĆ©poser.", diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index f944e7fc14..ae5c23bc1b 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "Utiliser les actions dans la barre d’outils de l’éditeur vers la droite pour soit **annuler** vos modifications ou **Ć©craser** le contenu sur le disque avec vos modifications", - "discard": "Abandonner", - "overwrite": "Remplacer", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "Utilisez les actions de la barre d'outils de l'Ć©diteur pour annuler vos modifications, ou pour remplacer le contenu sur le disque par vos modifications.", + "staleSaveError": "Ɖchec de l'enregistrement de '{0}'Ā : le contenu sur le disque est plus rĆ©cent. Veuillez comparer votre version Ć  celle situĆ©e sur le disque.", "retry": "RĆ©essayer", - "readonlySaveError": "Ɖchec de l'enregistrement de '{0}'Ā : le fichier est protĆ©gĆ© en Ć©criture. SĆ©lectionnez 'Remplacer' pour supprimer la protection.", + "discard": "Abandonner", + "readonlySaveErrorAdmin": "Ɖchec de l'enregistrement de '{0}'Ā : le fichier est protĆ©gĆ© en Ć©criture. SĆ©lectionnez 'Remplacer' pour rĆ©essayer en tant qu'administrateur.", + "readonlySaveError": "Ɖchec de l'enregistrement de '{0}'Ā : le fichier est protĆ©gĆ© en Ć©criture. SĆ©lectionnez 'Remplacer' pour essayer de supprimer la protection.", + "permissionDeniedSaveError": "Ɖchec de l'enregistrement de '{0}' : Permissions insuffisantes. SĆ©lectionnez 'Remplacer en tant qu'Admin' pour rĆ©essayer en tant qu'administrator.", "genericSaveError": "Ɖchec d'enregistrement de '{0}' ({1}).", - "staleSaveError": "Ɖchec de l'enregistrement de '{0}'Ā : le contenu sur disque est plus rĆ©cent. Cliquez sur **Comparer** pour comparer votre version Ć  celle situĆ©e sur le disque.", + "learnMore": "En savoir plus", + "dontShowAgain": "Ne plus afficher", "compareChanges": "Comparer", - "saveConflictDiffLabel": "{0} (sur le disque) ↔ {1} (dans {2}) - RĆ©soudre le conflit d'enregistrement" + "saveConflictDiffLabel": "{0} (sur le disque) ↔ {1} (dans {2}) - RĆ©soudre le conflit d'enregistrement", + "overwriteElevated": "Remplacer en tant qu'Admin...", + "saveElevated": "RĆ©essayer en tant qu'Admin...", + "overwrite": "Remplacer" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index edae5effec..4908a4139e 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Aucun dossier ouvert", "explorerSection": "Section de l'Explorateur de fichiers", "noWorkspaceHelp": "Vous n'avez pas encore ajouter un dossier Ć  l'espace de travail.", diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index 6881d56fd1..1f4c509fa6 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Explorateur", - "canNotResolve": "Impossible de rĆ©soudre le dossier de l'espace de travail" + "canNotResolve": "Impossible de rĆ©soudre le dossier de l'espace de travail", + "symbolicLlink": "Lien symbolique" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 0e3d37245d..3b6505ba17 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "Section de l'Explorateur de fichiers", "treeAriaLabel": "Explorateur de fichiers" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index 631a14a1ce..f3824c2e1c 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "Tapez le nom du fichier. Appuyez sur EntrĆ©e pour confirmer ou sur Ɖchap pour annuler.", + "constructedPath": "CrĆ©er {0} dans **{1}**", "filesExplorerViewerAriaLabel": "{0}, Explorateur de fichiers", "dropFolders": "Voulez-vous ajouter les dossiers Ć  l’espace de travailĀ ?", "dropFolder": "Voulez-vous ajouter le dossier Ć  l’espace de travailĀ ?", "addFolders": "&&Ajouter les dossiers", "addFolder": "&&Ajouter le dossier", + "confirmMultiMove": "Êtes-vous sĆ»r de vouloir dĆ©placer les fichiers '{0}' suivants ?", "confirmMove": "Êtes-vous certain de vouloir dĆ©placer '{0}'Ā ?", "doNotAskAgain": "Ne plus me demander", "moveButtonLabel": "&&DĆ©placer", diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index c536ea46a5..a8997bce4c 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "Ɖditeurs ouverts", "openEditosrSection": "Section des Ć©diteurs ouverts", - "dirtyCounter": "{0} non enregistrĆ©(s)", - "saveAll": "Enregistrer tout", - "closeAllUnmodified": "Fermer les Ć©lĆ©ments non modifiĆ©s", - "closeAll": "Tout fermer", - "compareWithSaved": "Comparer avec celui enregistrĆ©", - "close": "Fermer", - "closeOthers": "Fermer les autres" + "dirtyCounter": "{0} non enregistrĆ©(s)" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 22721e1c8b..8b5ce89daf 100644 --- a/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index ce74671d26..5fb9b7bc44 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.i18n.json index 71f02b1e0e..581e516750 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index 37366b8eba..9e479d85ff 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 3f9d33853e..6fa158fc3c 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index e9f89cb235..ec5efd85e8 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index 6397decbe6..de0f28f17a 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index a46f2a7328..edba738056 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index 7c6c8c4b8a..05c4126946 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index 138e178dc6..053a6266a4 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index a837e44186..6ee99b1877 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index a7e0528633..95e885821a 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index 83eb048c7c..5598e310a2 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index ffa2b9108f..6382f0e2af 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/fra/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index c18c0d3d5d..2be76b8be4 100644 --- a/i18n/fra/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index 64ab717584..e841a5a4b4 100644 --- a/i18n/fra/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/fra/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index 9be19a6f16..09f8f83a3c 100644 --- a/i18n/fra/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/fra/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index 06ad0299d4..102df21b52 100644 --- a/i18n/fra/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/fra/src/vs/workbench/parts/git/node/git.lib.i18n.json index d44d0c870f..58a5536c8f 100644 --- a/i18n/fra/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 80bf2e2122..2e65df0a00 100644 --- a/i18n/fra/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "AperƧu HTML", - "devtools.webview": "DĆ©veloppeurĀ : outils Webview" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "AperƧu HTML" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/fra/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index c380bcfdaa..b7c17c1e4a 100644 --- a/i18n/fra/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "EntrĆ©e d'Ć©diteur non valide." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..dfe257bf8e --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "DĆ©veloppeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/fra/src/vs/workbench/parts/html/browser/webview.i18n.json index 149e3238d4..d19ff47f16 100644 --- a/i18n/fra/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/fra/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..2ea5774383 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "Focus sur le widget de recherche", + "openToolsLabel": "Ouvrir les outils de dĆ©veloppement Webview", + "refreshWebviewLabel": "Recharger les Webviews" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..7a5ad5d6d3 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "Langue d'interface utilisateur (IU) Ć  utiliser.", + "vscode.extension.contributes.localizations": "Contribuer aux localisations de l’éditeur", + "vscode.extension.contributes.localizations.languageId": "Id de la langue dans laquelle les chaĆ®nes d’affichage sont traduites.", + "vscode.extension.contributes.localizations.languageName": "Nom de la langue en anglais.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nom de la langue dans la langue contribuĆ©e.", + "vscode.extension.contributes.localizations.translations": "Liste des traductions associĆ©es Ć  la langue.", + "vscode.extension.contributes.localizations.translations.id": "Id de VS Code ou Extension pour lesquels cette traduction contribue. L'Id de VS Code est toujours `vscode` et d’extension doit ĆŖtre au format `publisherId.extensionName`.", + "vscode.extension.contributes.localizations.translations.id.pattern": "L’Id doit ĆŖtre `vscode` ou au format `publisherId.extensionName` pour traduire respectivement VS code ou une extension.", + "vscode.extension.contributes.localizations.translations.path": "Un chemin relatif vers un fichier contenant les traductions du langage." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/fra/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..9cbc20461b --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "Configurer la langue", + "displayLanguage": "DĆ©finit le langage affichĆ© par VSCode.", + "doc": "Consultez {0} pour connaĆ®tre la liste des langues prises en charge.", + "restart": "Le changement de la valeur nĆ©cessite le redĆ©marrage de VS Code.", + "fail.createSettings": "Impossible de crĆ©er '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..80eafcc547 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Journal (Principal)", + "sharedLog": "Journal (PartagĆ©)", + "rendererLog": "Journal (FenĆŖtre)", + "extensionsLog": "Journal (HĆ“te d'extension)", + "developer": "DĆ©veloppeur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/fra/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..625bafdf39 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "Ouvrir le dossier des journaux", + "showLogs": "Afficher les journaux...", + "rendererProcess": "FenĆŖtre ({0})", + "emptyWindow": "FenĆŖtre", + "extensionHost": "HĆ“te d'extension", + "sharedProcess": "PartagĆ©", + "mainProcess": "Principal", + "selectProcess": "SĆ©lectionnez le journal pour les processus", + "openLogFile": "Ouvrir le fichier de log...", + "setLogLevel": "DĆ©finir le niveau de journalisation (log) ...", + "trace": "Trace", + "debug": "DĆ©boguer", + "info": "Informations", + "warn": "Avertissement", + "err": "Erreur", + "critical": "Critique", + "off": "DĆ©sactivĆ©", + "selectLogLevel": "SĆ©lectionner le niveau de journalisation (log)", + "default and current": "Par dĆ©faut & actuel", + "default": "Par dĆ©faut", + "current": "Actuel" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/fra/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 72ea24da7b..9bf5de0044 100644 --- a/i18n/fra/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "ProblĆØmes", "tooltip.1": "1 problĆØme dans ce fichier", "tooltip.N": "{0} problĆØmes dans ce fichier", diff --git a/i18n/fra/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/fra/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 854836303c..5ea010fe4c 100644 --- a/i18n/fra/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Total de {0} problĆØmes", "filteredProblems": "Affichage de {0} sur {1} problĆØmes" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/fra/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..5ea010fe4c --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Total de {0} problĆØmes", + "filteredProblems": "Affichage de {0} sur {1} problĆØmes" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/fra/src/vs/workbench/parts/markers/common/messages.i18n.json index de7f944af4..5590f6384e 100644 --- a/i18n/fra/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "Affichage", - "problems.view.toggle.label": "Activer/dĆ©sactiver les problĆØmes", - "problems.view.focus.label": "ProblĆØmes de focus", + "problems.view.toggle.label": "Activer/dĆ©sactiver les problĆØmes (Erreurs, Avertissements, Infos)", + "problems.view.focus.label": " Focus sur les problĆØmes (Erreurs, Avertissements, Infos)", "problems.panel.configuration.title": "Affichage des problĆØmes", "problems.panel.configuration.autoreveal": "ContrĆ“le si l'affichage des problĆØmes doit automatiquement montrer les fichiers quand il les ouvre", "markers.panel.title.problems": "ProblĆØmes", diff --git a/i18n/fra/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/fra/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 841d6e3c3c..e376df8adc 100644 --- a/i18n/fra/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "Copier", "copyMarkerMessage": "Copier le Message" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 18c8f1427f..0103bfd241 100644 --- a/i18n/fra/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index 1298d315d6..19dee60895 100644 --- a/i18n/fra/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.i18n.json index a2cd82dd60..ee2be321c1 100644 --- a/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "Activer/dĆ©sactiver la sortie", "clearOutput": "Effacer la sortie", "toggleOutputScrollLock": "Activer/dĆ©sactiver l'arrĆŖt du dĆ©filement de la sortie", diff --git a/i18n/fra/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/fra/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 0ea24dd3f5..0368a37456 100644 --- a/i18n/fra/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, Panneau de sortie", "outputPanelAriaLabel": "Panneau de sortie" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/fra/src/vs/workbench/parts/output/common/output.i18n.json index d1e0fba519..556164a36d 100644 --- a/i18n/fra/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..36519d451b --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "Sortie", + "logViewer": "Visualiseur de journal", + "viewCategory": "Affichage", + "clearOutput.label": "Effacer la sortie" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/fra/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..7bcdbcfce4 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - Sortie", + "channel": "Canal de sortie pour '{0}'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index 0a6aa85c9e..7f16378aa6 100644 --- a/i18n/fra/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/fra/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index 0a6aa85c9e..526b1461f9 100644 --- a/i18n/fra/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "CrĆ©ation rĆ©ussie des profils.", "prof.detail": "CrĆ©ez un problĆØme et joignez manuellement les fichiers suivantsĀ :\n{0}", "prof.restartAndFileIssue": "CrĆ©er le problĆØme et redĆ©marrer", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 720e637a91..dbc7df36f4 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "Appuyez sur la combinaison de touches souhaitĆ©e puis appuyez sur EntrĆ©e", "defineKeybinding.chordsTo": "pression simultanĆ©e avec" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index 6ef622da06..dba588d8bf 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "Raccourcis clavier", "SearchKeybindings.AriaLabel": "Rechercher dans les combinaisons de touches", "SearchKeybindings.Placeholder": "Rechercher dans les combinaisons de touches", @@ -15,9 +17,10 @@ "addLabel": "Ajouter une combinaison de touches", "removeLabel": "Supprimer la combinaison de touches", "resetLabel": "DĆ©finir une combinaison de touches", - "showConflictsLabel": "Afficher les conflits", + "showSameKeybindings": "Afficher les mĆŖmes raccourcis clavier", "copyLabel": "Copier", - "error": "Erreur '{0}' durant la modification de la combinaison de touches. Ouvrez le fichier 'keybindings.json', puis effectuez la vĆ©rification.", + "copyCommandLabel": "Copier la Commande", + "error": "Erreur '{0}' durant la modification de la combinaison de touches. Ouvrez le fichier 'keybindings.json', puis corrigez les erreurs.", "command": "Commande", "keybinding": "Combinaison de touches", "source": "Source", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 0fa91c3061..6ddb3935d6 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "DĆ©finir une combinaison de touches", "defineKeybinding.kbLayoutErrorMessage": "Vous ne pouvez pas produire cette combinaison de touches avec la disposition actuelle du clavier.", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}** pour votre disposition actuelle du clavier (**{1}** pour le clavier Ɖtats-Unis standard).", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index b2640dffe8..5ce457d884 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index 01cb125f57..66f604cca7 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "Ouvrir les paramĆØtres bruts par dĆ©faut", "openGlobalSettings": "Ouvrir les paramĆØtres utilisateur", "openGlobalKeybindings": "Ouvrir les raccourcis clavier", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index c7b2dfd5e8..b07f5ba553 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "ParamĆØtres par dĆ©faut", "SearchSettingsWidget.AriaLabel": "ParamĆØtres de recherche", "SearchSettingsWidget.Placeholder": "ParamĆØtres de recherche", "noSettingsFound": "Aucun rĆ©sultat", - "oneSettingFound": "1Ā paramĆØtre correspondant", - "settingsFound": "{0} paramĆØtres correspondants", + "oneSettingFound": "1 paramĆØtre trouvĆ©", + "settingsFound": "{0} paramĆØtres trouvĆ©s", "totalSettingsMessage": "Total de {0} paramĆØtres", + "nlpResult": "RĆ©sultats en langage naturel", + "filterResult": "RĆ©sultats filtrĆ©s", "defaultSettings": "ParamĆØtres par dĆ©faut", "defaultFolderSettings": "ParamĆØtres de dossier par dĆ©faut", "defaultEditorReadonly": "Modifier dans l’éditeur du cĆ“tĆ© droit pour substituer les valeurs par dĆ©faut.", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index 91649fe2d5..96d76a8189 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Placer vos paramĆØtres ici pour remplacer les paramĆØtres par dĆ©faut.", "emptyWorkspaceSettingsHeader": "Placer vos paramĆØtres ici pour remplacer les paramĆØtres utilisateur.", "emptyFolderSettingsHeader": "Placer les paramĆØtres de votre dossier ici pour remplacer ceux des paramĆØtres de l’espace de travail.", + "reportSettingsSearchIssue": "Signaler un problĆØme", + "newExtensionLabel": "Afficher l’Extension \"{0}\"", "editTtile": "Modifier", "replaceDefaultValue": "Remplacer dans les paramĆØtres", "copyDefaultValue": "Copier dans ParamĆØtres", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index 3f323a4327..78c164e7ef 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Ouvrir d'abord un dossier pour crĆ©er les paramĆØtres d'espace de travail", "emptyKeybindingsHeader": "Placez vos combinaisons de touches dans ce fichier pour remplacer les valeurs par dĆ©faut", "defaultKeybindings": "Combinaisons de touches par dĆ©faut", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index 89aaca94b7..13c536492e 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "Essayez la recherche en langage naturel !", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "Placez vos paramĆØtres dans l’éditeur du cĆ“tĆ© droit pour substituer.", "noSettingsFound": "Aucun paramĆØtre.", "settingsSwitcherBarAriaLabel": "SĆ©lecteur de paramĆØtres", "userSettings": "ParamĆØtres utilisateur", "workspaceSettings": "ParamĆØtres de l'espace de travail", - "folderSettings": "ParamĆØtres de dossier", - "enableFuzzySearch": "Activer la recherche en langage naturel" + "folderSettings": "ParamĆØtres de dossier" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 7ee69533a0..7f82c60e4b 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "Par dĆ©faut", "user": "Utilisateur", "meta": "mĆ©ta", diff --git a/i18n/fra/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 2ea21c0c3b..7fd0cf1920 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "ParamĆØtres utilisateur", "workspaceSettingsTarget": "ParamĆØtres de l'espace de travail" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 42c1698dcd..251d0f27ae 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "UtilisĆ©s le plus souvent", - "mostRelevant": "Plus pertinent", "defaultKeybindingsHeader": "Remplacez les combinaisons de touches dans votre fichier de combinaisons de touches." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index b2640dffe8..10a80aeafa 100644 --- a/i18n/fra/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "Ɖditeur de prĆ©fĆ©rences par dĆ©faut", "keybindingsEditor": "Ɖditeur de combinaisons de touches", "preferences": "PrĆ©fĆ©rences" diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 9806bbb179..5bbd5a4aea 100644 --- a/i18n/fra/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "Afficher toutes les commandes", "clearCommandHistory": "Effacer l'historique de commandes", "showCommands.label": "Palette de commandes...", "entryAriaLabelWithKey": "{0}, {1}, commandes", "entryAriaLabel": "{0}, commandes", - "canNotRun": "La commande '{0}' ne peut pas ĆŖtre exĆ©cutĆ©e Ć  partir d'ici.", "actionNotEnabled": "La commande '{0}' n'est pas activĆ©e dans le contexte actuel.", + "canNotRun": "La commande '{0}' a abouti Ć  une erreur.", "recentlyUsed": "rĆ©cemment utilisĆ©es", "morecCommands": "autres commandes", "cat.title": "{0}Ā : {1}", diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index ecbf6405e6..dc5c4931fa 100644 --- a/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "Atteindre la ligne...", "gotoLineLabelEmptyWithLimit": "Tapez un numĆ©ro de ligne Ć  atteindre entre 1 et {0}", "gotoLineLabelEmpty": "Tapez un numĆ©ro de ligne Ć  atteindre.", diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 6ed3c72130..8c548d3365 100644 --- a/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "Atteindre le symbole dans le fichier...", "symbols": "symboles ({0})", "method": "mĆ©thodes ({0})", diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index d9c5f0a5c0..8be8bd3d87 100644 --- a/i18n/fra/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, aide sur le sĆ©lecteur", "globalCommands": "commandes globales", "editorCommands": "commandes de l'Ć©diteur" diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 923695e6fb..60d4721294 100644 --- a/i18n/fra/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "Affichage", "commandsHandlerDescriptionDefault": "Commandes d'affichage et d'exĆ©cution", "gotoLineDescriptionMac": "Atteindre la ligne", "gotoLineDescriptionWin": "Atteindre la ligne", diff --git a/i18n/fra/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 5be114d263..76e8502e9c 100644 --- a/i18n/fra/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, sĆ©lecteur de vues", "views": "Vues", "panels": "Panneaux", diff --git a/i18n/fra/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index d2b78f7e8e..2732b8b2b4 100644 --- a/i18n/fra/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "Un paramĆØtre a changĆ© et nĆ©cessite un redĆ©marrage pour ĆŖtre appliquĆ©.", "relaunchSettingDetail": "Appuyez sur le bouton de redĆ©marrage pour redĆ©marrer {0} et activer le paramĆØtre.", "restart": "&&RedĆ©marrer" diff --git a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index 9e292a57bb..12ad5ca765 100644 --- a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0} sur {1} modifications", "change": "{0} sur {1} modification", "show previous change": "Voir la modification prĆ©cĆ©dente", "show next change": "Voir la modification suivante", + "move to previous change": "Aller Ć  la modification prĆ©cĆ©dente", + "move to next change": "Aller Ć  la modification suivante", "editorGutterModifiedBackground": "Couleur d'arriĆØre-plan de la reliure de l'Ć©diteur pour les lignes modifiĆ©es.", "editorGutterAddedBackground": "Couleur d'arriĆØre-plan de la reliure de l'Ć©diteur pour les lignes ajoutĆ©es.", "editorGutterDeletedBackground": "Couleur d'arriĆØre-plan de la reliure de l'Ć©diteur pour les lignes supprimĆ©es.", diff --git a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 015c5898f6..4ab6a0ce59 100644 --- a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Afficher Git", "source control": "ContrĆ“le de code source", "toggleSCMViewlet": "Afficher SCM", - "view": "Afficher" + "view": "Afficher", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "S'il faut toujours afficher la section Fournisseur de contrĆ“le de code source.", + "diffDecorations": "ContrĆ“le les dĆ©corations diff dans l'Ć©diteur", + "diffGutterWidth": "ContrĆ“le la largeur (px) des dĆ©corations diff dans la gouttiĆØre (ajoutĆ©es et modifiĆ©es)" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index c782f7a77b..305e18da7c 100644 --- a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} changements en attente" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 90044a6bbb..17ab78f816 100644 --- a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index 4852691d7f..048774c124 100644 --- a/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "Fournisseurs de contrĆ“le de code source", "hideRepository": "Masquer", "installAdditionalSCMProviders": "Installer des fournisseurs SCM supplĆ©mentaires...", diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 741b64c835..5abd22a555 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "RĆ©sultats des fichiers et des symboles", "fileResults": "fichier de rĆ©sultats" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index d42cb3f6fa..bd6715cc8e 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, sĆ©lecteur de fichiers", "searchResults": "rĆ©sultats de la recherche" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index 3b7479d272..264ed15d94 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, sĆ©lecteur de symboles", "symbols": "rĆ©sultats des symboles", "noSymbolsMatching": "Aucun symbole correspondant", diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 0701eeba61..9061d028da 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "entrĆ©e", "useExcludesAndIgnoreFilesDescription": "Utiliser les paramĆØtres d'exclusion et ignorer les fichiers" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 6dc5d7d869..392fa79b36 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Replace Preview)" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index e89ff75973..08ae796d5f 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/searchActions.i18n.json index 72ef3e89f8..9baa974a2e 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "Afficher le prochain Include Pattern de recherche", "previousSearchIncludePattern": "Afficher le prĆ©cĆ©dent Include Pattern de recherche", "nextSearchExcludePattern": "Afficher le prochain Exclude Pattern de recherche", @@ -12,12 +14,11 @@ "previousSearchTerm": "Afficher le terme de recherche prĆ©cĆ©dent", "showSearchViewlet": "Afficher la zone de recherche", "findInFiles": "Chercher dans les fichiers", - "findInFilesWithSelectedText": "Rechercher dans les fichiers avec le texte sĆ©lectionnĆ©", "replaceInFiles": "Remplacer dans les fichiers", - "replaceInFilesWithSelectedText": "Remplacer dans les fichiers avec le texte sĆ©lectionnĆ©", "RefreshAction.label": "Actualiser", "CollapseDeepestExpandedLevelAction.label": "RĆ©duire tout", "ClearSearchResultsAction.label": "Effacer", + "CancelSearchAction.label": "Annuler la recherche", "FocusNextSearchResult.label": "Focus sur le rĆ©sultat de la recherche suivant", "FocusPreviousSearchResult.label": "Focus sur le rĆ©sultat de la recherche prĆ©cĆ©dent", "RemoveAction.label": "Rejeter", diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 9038b91202..5b61c2188d 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "Autres fichiers", "searchFileMatches": "{0} fichiers trouvĆ©s", "searchFileMatch": "{0} fichier trouvĆ©", diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..2dda3b572c --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "Activer/dĆ©sactiver les dĆ©tails de la recherche", + "searchScope.includes": "fichiers Ć  inclure", + "label.includes": "ModĆØles d'inclusion de recherche", + "searchScope.excludes": "fichiers Ć  exclure", + "label.excludes": "ModĆØles d'exclusion de recherche", + "replaceAll.confirmation.title": "Tout remplacer", + "replaceAll.confirm.button": "&&Remplacer", + "replaceAll.occurrence.file.message": "{0} occurrence remplacĆ©e dans {1} fichier par '{2}'.", + "removeAll.occurrence.file.message": "{0} occurrence remplacĆ©e dans {1} fichier.", + "replaceAll.occurrence.files.message": "{0} occurrence remplacĆ©e dans {1} fichiers par '{2}'.", + "removeAll.occurrence.files.message": "{0} occurrence remplacĆ©e dans {1} fichiers.", + "replaceAll.occurrences.file.message": "{0} occurrences remplacĆ©es dans {1} fichier par '{2}'.", + "removeAll.occurrences.file.message": "{0} occurrences remplacĆ©es dans {1} fichier.", + "replaceAll.occurrences.files.message": "{0} occurrences remplacĆ©es dans {1} fichiers par '{2}'.", + "removeAll.occurrences.files.message": "{0} occurrences remplacĆ©es dans {1} fichiers.", + "removeAll.occurrence.file.confirmation.message": "Remplacer {0} occurrence dans {1} fichier par '{2}'Ā ?", + "replaceAll.occurrence.file.confirmation.message": "Remplacer {0} occurrence dans {1} fichierĀ ?", + "removeAll.occurrence.files.confirmation.message": "Remplacer {0} occurrence dans {1} fichiers par '{2}'Ā ?", + "replaceAll.occurrence.files.confirmation.message": "Remplacer {0} occurrence dans {1} fichiersĀ ?", + "removeAll.occurrences.file.confirmation.message": "Remplacer {0} occurrences dans {1} fichier par '{2}'Ā ?", + "replaceAll.occurrences.file.confirmation.message": "Remplacer {0} occurrences dans {1} fichierĀ ?", + "removeAll.occurrences.files.confirmation.message": "Remplacer {0} occurrences dans {1} fichiers par '{2}'Ā ?", + "replaceAll.occurrences.files.confirmation.message": "Remplacer {0} occurrences dans {1} fichiersĀ ?", + "treeAriaLabel": "RĆ©sultats de la recherche", + "searchPathNotFoundError": "Chemin de recherche introuvableĀ : {0}", + "searchMaxResultsWarning": "Le jeu de rĆ©sultats contient uniquement un sous-ensemble de toutes les correspondances. Soyez plus prĆ©cis dans votre recherche de faƧon Ć  limiter les rĆ©sultats retournĆ©s.", + "searchCanceled": "La recherche a Ć©tĆ© annulĆ©e avant l'obtention de rĆ©sultats - ", + "noResultsIncludesExcludes": "RĆ©sultats introuvables pour '{0}' excluant '{1}' - ", + "noResultsIncludes": "RĆ©sultats introuvables dans '{0}' - ", + "noResultsExcludes": "RĆ©sultats introuvables avec l'exclusion de '{0}' - ", + "noResultsFound": "Aucun rĆ©sultat trouvĆ©. VĆ©rifiez vos paramĆØtres pour les exclusions configurĆ©es et les fichiers ignorĆ©s - ", + "rerunSearch.message": "Rechercher Ć  nouveau", + "rerunSearchInAll.message": "Rechercher Ć  nouveau dans tous les fichiers", + "openSettings.message": "Ouvrir les paramĆØtres", + "openSettings.learnMore": "En savoir plus", + "ariaSearchResultsStatus": "La recherche a retournĆ© {0} rĆ©sultats dans {1} fichiers", + "search.file.result": "{0} rĆ©sultat dans {1} fichier", + "search.files.result": "{0} rĆ©sultat dans {1} fichiers", + "search.file.results": "{0} rĆ©sultats dans {1} fichier", + "search.files.results": "{0} rĆ©sultats dans {1} fichiers", + "searchWithoutFolder": "Vous n'avez pas encore ouvert de dossier. Seuls les fichiers ouverts font l'objet de recherchesĀ - ", + "openFolder": "Ouvrir le dossier" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 8ed40e4b15..2dda3b572c 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "Activer/dĆ©sactiver les dĆ©tails de la recherche", "searchScope.includes": "fichiers Ć  inclure", "label.includes": "ModĆØles d'inclusion de recherche", diff --git a/i18n/fra/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/fra/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 834cc74665..9886f0466c 100644 --- a/i18n/fra/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Tout remplacer (soumettre la recherche pour activer)", "search.action.replaceAll.enabled.label": "Tout remplacer", "search.replace.toggle.button.title": "Activer/dĆ©sactiver le remplacement", diff --git a/i18n/fra/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/fra/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index f01c8d3071..032a6c0393 100644 --- a/i18n/fra/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Aucun dossier dans l’espace de travail avec le nomĀ {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index 727436ac8e..1b161a03da 100644 --- a/i18n/fra/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "Rechercher dans le dossier...", + "findInWorkspace": "Trouver dans l’espace de travail...", "showTriggerActions": "Atteindre le symbole dans l'espace de travail...", "name": "Rechercher", "search": "Rechercher", + "showSearchViewl": "Afficher la zone de recherche", "view": "Affichage", + "findInFiles": "Chercher dans les fichiers", "openAnythingHandlerDescription": "AccĆ©der au fichier", "openSymbolDescriptionNormal": "Atteindre le symbole dans l'espace de travail", - "searchOutputChannelTitle": "Rechercher", "searchConfigurationTitle": "Rechercher", "exclude": "Configurez les modĆØles Glob pour exclure les fichiers et les dossiers des recherches. HĆ©rite de tous les modĆØles Glob Ć  partir du paramĆØtre files.exclude.", "exclude.boolean": "ModĆØle Glob auquel les chemins de fichiers doivent correspondre. Affectez la valeur true ou false pour activer ou dĆ©sactiver le modĆØle.", @@ -18,5 +23,8 @@ "useRipgrep": "ContrĆ“le si ripgrep doit ĆŖtre utilisĆ© dans la recherche de texte et de fichier", "useIgnoreFiles": "ContrĆ“le s'il faut utiliser les fichiers .gitignore et .ignore par dĆ©faut pendant la recherche de fichiers.", "search.quickOpen.includeSymbols": "Configurez l'ajout des rĆ©sultats d'une recherche de symboles globale dans le fichier de rĆ©sultats pour Quick Open.", - "search.followSymlinks": "ContrĆ“le s'il faut suivre les symlinks pendant la recherche." + "search.followSymlinks": "ContrĆ“le s'il faut suivre les symlinks pendant la recherche.", + "search.smartCase": "Recherches de maniĆØre non case-sensitive si le modĆØle est entiĆØrement en minuscules, dans le cas contraire, recherche de maniĆØre case-sensitive", + "search.globalFindClipboard": "ContrĆ“le si la vue de recherche doit lire ou modifier le presse-papiers partagĆ© sur macOS", + "search.location": "AperƧuĀ : contrĆ“le si la recherche est affichĆ©e comme une vue dans la barre latĆ©rale ou comme un panneau dans la zone correspondante pour libĆ©rer de l'espace horizontal. La prochaine version de la recherche dans le panneau prĆ©voit une amĆ©lioration de la disposition horizontale qui ne sera plus un aperƧu." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/fra/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index d98861f7c9..d104c798ae 100644 --- a/i18n/fra/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index ce5cfc9484..c5cc63c443 100644 --- a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..16f78fd6d9 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(global)", + "global.1": "({0})", + "new.global": "Nouveau fichier d'extraits globaux...", + "group.global": "Extraits existants", + "new.global.sep": "Nouveaux extraits", + "openSnippet.pickLanguage": "SĆ©lectionner le fichier d'extraits ou crĆ©er des extraits", + "openSnippet.label": "Configurer les extraits de l’utilisateur", + "preferences": "PrĆ©fĆ©rences" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index b8f73f7aca..87367eb151 100644 --- a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "InsĆ©rer un extrait de code", "sep.userSnippet": "Extraits de code de l'utilisateur", "sep.extSnippet": "Extraits de code d’extension" diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 96366bc3eb..3d2f490387 100644 --- a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "SĆ©lectionner le langage de l'extrait de code", - "openSnippet.errorOnCreate": "Impossible de crĆ©er {0}", - "openSnippet.label": "Ouvrir les extraits de code utilisateur", - "preferences": "PrĆ©fĆ©rences", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "Extrait de code vide", "snippetSchema.json": "Configuration de l'extrait de code utilisateur", "snippetSchema.json.prefix": "PrĆ©fixe Ć  utiliser durant la sĆ©lection de l'extrait de code dans IntelliSense", "snippetSchema.json.body": "Contenu de l'extrait de code. Utilisez '$1', '${1:defaultText}' pour dĆ©finir les positions du curseur, utilisez '$0' pour la position finale du curseur. InsĆ©rez les valeurs de variable avec '${varName}' et '${varName:defaultText}', par ex., 'Il s'agit du fichierĀ : $TM_FILENAME'.", - "snippetSchema.json.description": "Description de l'extrait de code." + "snippetSchema.json.description": "Description de l'extrait de code.", + "snippetSchema.json.scope": "Une liste des noms de langages auxquels s’applique cet extrait de code, par exemple 'typescript,javascript'." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..9841a0d527 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "Extrait de code global de l’utilisateur", + "source.snippet": "Extrait de code utilisateur" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index 0c67783e02..807d341d71 100644 --- a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "Langage inconnu dans 'contributes.{0}.language'. Valeur fournieĀ : {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "ChaĆ®ne attendue dans 'contributes.{0}.path'. Valeur fournieĀ : {1}", + "invalid.language.0": "Si le langage est omis, la valeur de 'contributes.{0}.path' doit ĆŖtre un fichier `.code-snippets`. Valeur fournieĀ : {1}", + "invalid.language": "Langage inconnu dans 'contributes.{0}.language'. Valeur fournieĀ : {1}", "invalid.path.1": "'contributes.{0}.path' ({1}) est censĆ© ĆŖtre inclus dans le dossier ({2}) de l'extension. Cela risque de rendre l'extension non portable.", "vscode.extension.contributes.snippets": "Ajoute des extraits de code.", "vscode.extension.contributes.snippets-language": "Identificateur de langage pour lequel cet extrait de code est ajoutĆ©.", "vscode.extension.contributes.snippets-path": "Chemin du fichier d'extraits de code. Le chemin est relatif au dossier d'extensions et commence gĆ©nĆ©ralement par './snippets/'.", "badVariableUse": "Un ou plusieurs extraits de l’extension '{0}' confondent trĆØs probablement des snippet-variables et des snippet-placeholders (Voir https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax pour plus de dĆ©tails)", "badFile": "Le fichier d’extrait \"{0}\" n’a pas pu ĆŖtre lu.", - "source.snippet": "Extrait de code utilisateur", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index b20280d600..4568e0f518 100644 --- a/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "InsĆ©rez les extraits de code quand leurs prĆ©fixes correspondent. Fonctionne mieux quand la fonctionnalitĆ© 'quickSuggestions' n'est pas activĆ©e." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index b68d1b3bcb..4d36cabd2b 100644 --- a/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "Aidez-nous Ć  amĆ©liorer le support de {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "RĆ©pondre Ć  une enquĆŖte rapide", "remindLater": "Me le rappeler plus tard", - "neverAgain": "Ne plus afficher" + "neverAgain": "Ne plus afficher", + "helpUs": "Aidez-nous Ć  amĆ©liorer le support de {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 18c8f1427f..b63eedb828 100644 --- a/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "Acceptez-vous de rĆ©pondre Ć  une enquĆŖte rapideĀ ?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "RĆ©pondre Ć  l'enquĆŖte", "remindLater": "Me le rappeler plus tard", - "neverAgain": "Ne plus afficher" + "neverAgain": "Ne plus afficher", + "surveyQuestion": "Acceptez-vous de rĆ©pondre Ć  une enquĆŖte rapideĀ ?" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index c4f5420f09..d793e11ab5 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index cdd347e4a6..e15edb14ef 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, tasks", "recentlyUsed": "tĆ¢ches rĆ©cemment utilisĆ©es", "configured": "tĆ¢ches configurĆ©es", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index 03c80a19e0..a2199196a4 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index f1a32f4b7b..fab2c428dc 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "Tapez le nom d'une tĆ¢che Ć  exĆ©cuter", "noTasksMatching": "No tasks matching", "noTasksFound": "TĆ¢ches introuvables" diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 354fe33a66..6d185255bb 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index c4f5420f09..d793e11ab5 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..57009dd190 --- /dev/null +++ b/i18n/fra/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "La propriĆ©tĆ© loop est uniquement prise en charge dans le dĆ©tecteur de problĆØmes de correspondance de derniĆØre ligne.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "Le modĆØle du problĆØme est invalide. La propriĆ©tĆ© Type doit ĆŖtre uniquement fournie sur le premier Ć©lĆ©ment", + "ProblemPatternParser.problemPattern.missingRegExp": "Il manque une expression rĆ©guliĆØre dans le modĆØle de problĆØme.", + "ProblemPatternParser.problemPattern.missingProperty": "Le modĆØle du problĆØme est invalide. Il doit avoir au moins un fichier et un message.", + "ProblemPatternParser.problemPattern.missingLocation": "Le modĆØle du problĆØme est invalide. Il doit avoir au moins un type: \"fichier\" ou avoir une ligne ou un emplacement de groupe de correspondance. ", + "ProblemPatternParser.invalidRegexp": "Erreur : la chaĆ®ne {0} est une expression rĆ©guliĆØre non valide.\n", + "ProblemPatternSchema.regexp": "Expression rĆ©guliĆØre permettant de trouver une erreur, un avertissement ou une information dans la sortie.", + "ProblemPatternSchema.kind": "Si le modĆØle correspond Ć  un emplacement (fichier ou ligne) ou seulement Ć  un fichier.", + "ProblemPatternSchema.file": "Index de groupe de correspondance du nom de fichier. En cas d'omission, 1 est utilisĆ©.", + "ProblemPatternSchema.location": "Index de groupe de correspondance de l'emplacement du problĆØme. Les modĆØles d'emplacement valides sontĀ : (line), (line,column) et (startLine,startColumn,endLine,endColumn). En cas d'omission, (line,column) est choisi par dĆ©faut.", + "ProblemPatternSchema.line": "Index de groupe de correspondance de la ligne du problĆØme. La valeur par dĆ©faut estĀ 2", + "ProblemPatternSchema.column": "Index de groupe de correspondance du caractĆØre de ligne du problĆØme. La valeur par dĆ©faut estĀ 3", + "ProblemPatternSchema.endLine": "Index de groupe de correspondance de la ligne de fin du problĆØme. La valeur par dĆ©faut est non dĆ©finie", + "ProblemPatternSchema.endColumn": "Index de groupe de correspondance du caractĆØre de ligne de fin du problĆØme. La valeur par dĆ©faut est non dĆ©finie", + "ProblemPatternSchema.severity": "Index de groupe de correspondance de la gravitĆ© du problĆØme. La valeur par dĆ©faut est non dĆ©finie", + "ProblemPatternSchema.code": "Index de groupe de correspondance du code du problĆØme. La valeur par dĆ©faut est non dĆ©finie", + "ProblemPatternSchema.message": "Index de groupe de correspondance du message. En cas d'omission, la valeur par dĆ©faut estĀ 4 si l'emplacement est spĆ©cifiĆ©. Sinon, la valeur par dĆ©faut estĀ 5.", + "ProblemPatternSchema.loop": "Dans une boucle de dĆ©tecteur de problĆØmes de correspondance multiligne, indique si le modĆØle est exĆ©cutĆ© en boucle tant qu'il correspond. Peut uniquement ĆŖtre spĆ©cifiĆ© dans le dernier modĆØle d'un modĆØle multiligne.", + "NamedProblemPatternSchema.name": "Nom du modĆØle de problĆØme.", + "NamedMultiLineProblemPatternSchema.name": "Nom du modĆØle de problĆØme multiligne.", + "NamedMultiLineProblemPatternSchema.patterns": "ModĆØles rĆ©els.", + "ProblemPatternExtPoint": "Contribue aux modĆØles de problĆØmes", + "ProblemPatternRegistry.error": "ModĆØle de problĆØme non valide. Le modĆØle va ĆŖtre ignorĆ©.", + "ProblemMatcherParser.noProblemMatcher": "Erreur : impossible de convertir la description en dĆ©tecteur de problĆØmes de correspondance :\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "Erreur : la description ne dĆ©finit pas un modĆØle de problĆØme valide :\n{0}\n", + "ProblemMatcherParser.noOwner": "Erreur : la description ne dĆ©finit pas un propriĆ©taire :\n{0}\n", + "ProblemMatcherParser.noFileLocation": "Erreur : la description ne dĆ©finit pas un emplacement de fichier :\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "Information : gravitĆ© inconnue {0}. Les valeurs valides sont erreur, avertissement et information.\n", + "ProblemMatcherParser.noDefinedPatter": "ErreurĀ : le modĆØle ayant pour identificateur {0} n'existe pas.", + "ProblemMatcherParser.noIdentifier": "ErreurĀ : la propriĆ©tĆ© du modĆØle rĆ©fĆ©rence un identificateur vide.", + "ProblemMatcherParser.noValidIdentifier": "ErreurĀ : la propriĆ©tĆ© de modĆØle {0} n'est pas un nom de variable de modĆØle valide.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "Un dĆ©tecteur de problĆØmes de correspondance doit dĆ©finir un modĆØle de dĆ©but et un modĆØle de fin Ć  observer.", + "ProblemMatcherParser.invalidRegexp": "Erreur : la chaĆ®ne {0} est une expression rĆ©guliĆØre non valide.\n", + "WatchingPatternSchema.regexp": "Expression rĆ©guliĆØre permettant de dĆ©tecter le dĆ©but ou la fin d'une tĆ¢che en arriĆØre-plan.", + "WatchingPatternSchema.file": "Index de groupe de correspondance du nom de fichier. Peut ĆŖtre omis.", + "PatternTypeSchema.name": "Nom d'un modĆØle faisant l'objet d'une contribution ou prĆ©dĆ©fini", + "PatternTypeSchema.description": "ModĆØle de problĆØme ou bien nom d'un modĆØle de problĆØme faisant l'objet d'une contribution ou prĆ©dĆ©fini. Peut ĆŖtre omis si base est spĆ©cifiĆ©.", + "ProblemMatcherSchema.base": "Nom d'un dĆ©tecteur de problĆØmes de correspondance de base Ć  utiliser.", + "ProblemMatcherSchema.owner": "PropriĆ©taire du problĆØme dans Code. Peut ĆŖtre omis si base est spĆ©cifiĆ©. Prend la valeur 'external' par dĆ©faut en cas d'omission et si base n'est pas spĆ©cifiĆ©.", + "ProblemMatcherSchema.severity": "GravitĆ© par dĆ©faut des problĆØmes de capture. Est utilisĆ© si le modĆØle ne dĆ©finit aucun groupe de correspondance pour la gravitĆ©.", + "ProblemMatcherSchema.applyTo": "ContrĆ“le si un problĆØme signalĆ© pour un document texte s'applique uniquement aux documents ouverts ou fermĆ©s, ou bien Ć  l'ensemble des documents.", + "ProblemMatcherSchema.fileLocation": "DĆ©finit la faƧon dont les noms de fichiers signalĆ©s dans un modĆØle de problĆØme doivent ĆŖtre interprĆ©tĆ©s.", + "ProblemMatcherSchema.background": "ModĆØles de suivi du dĆ©but et de la fin d'un dĆ©tecteur de problĆØmes de correspondance actif sur une tĆ¢che en arriĆØre-plan.", + "ProblemMatcherSchema.background.activeOnStart": "Si la valeur est true, le moniteur d'arriĆØre-plan est actif au dĆ©marrage de la tĆ¢che. Cela revient Ć  envoyer une ligne qui correspond Ć  beginPattern", + "ProblemMatcherSchema.background.beginsPattern": "En cas de correspondance dans la sortie, le dĆ©but d'une tĆ¢che en arriĆØre-plan est signalĆ©.", + "ProblemMatcherSchema.background.endsPattern": "En cas de correspondance dans la sortie, la fin d'une tĆ¢che en arriĆØre-plan est signalĆ©e.", + "ProblemMatcherSchema.watching.deprecated": "La propriĆ©tĆ© espion est dĆ©conseillĆ©e. Utilisez l'arriĆØre-plan Ć  la place.", + "ProblemMatcherSchema.watching": "ModĆØles de suivi du dĆ©but et de la fin d'un dĆ©tecteur de problĆØmes de correspondance espion.", + "ProblemMatcherSchema.watching.activeOnStart": "Si la valeur est true, le mode espion est actif au dĆ©marrage de la tĆ¢che. Cela revient Ć  Ć©mettre une ligne qui correspond Ć  beginPattern", + "ProblemMatcherSchema.watching.beginsPattern": "En cas de correspondance dans la sortie, le dĆ©but d'une tĆ¢che de suivi est signalĆ©.", + "ProblemMatcherSchema.watching.endsPattern": "En cas de correspondance dans la sortie, la fin d'une tĆ¢che de suivi est signalĆ©e.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Cette propriĆ©tĆ© est dĆ©conseillĆ©e. Utilisez la propriĆ©tĆ© espion Ć  la place.", + "LegacyProblemMatcherSchema.watchedBegin": "Expression rĆ©guliĆØre signalant qu'une tĆ¢che faisant l'objet d'un suivi commence Ć  s'exĆ©cuter via le suivi d'un fichier.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Cette propriĆ©tĆ© est dĆ©conseillĆ©e. Utilisez la propriĆ©tĆ© espion Ć  la place.", + "LegacyProblemMatcherSchema.watchedEnd": "Expression rĆ©guliĆØre signalant qu'une tĆ¢che faisant l'objet d'un suivi a fini de s'exĆ©cuter.", + "NamedProblemMatcherSchema.name": "Nom du dĆ©tecteur de problĆØmes de correspondance utilisĆ© comme rĆ©fĆ©rence.", + "NamedProblemMatcherSchema.label": "Ɖtiquette contrĆ“lable de visu du dĆ©tecteur de problĆØmes de correspondance.", + "ProblemMatcherExtPoint": "Contribue aux dĆ©tecteurs de problĆØmes de correspondance", + "msCompile": "ProblĆØmes du compilateur Microsoft", + "lessCompile": "Moins de problĆØmes", + "gulp-tsc": "ProblĆØmes liĆ©s Ć  Gulp TSC", + "jshint": "ProblĆØmes liĆ©s Ć  JSHint", + "jshint-stylish": "ProblĆØmes liĆ©s au formateur stylish de JSHint", + "eslint-compact": "ProblĆØmes liĆ©s au formateur compact d'ESLint", + "eslint-stylish": "ProblĆØmes liĆ©s au formateur stylish d'ESLint", + "go": "ProblĆØmes liĆ©s Ć  Go" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index cfdcd7341c..1d3997eb0d 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index 055dabead9..ad84ecf37f 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "Type de tĆ¢che rĆ©el", "TaskDefinition.properties": "PropriĆ©tĆ©s supplĆ©mentaires du type de tĆ¢che", "TaskTypeConfiguration.noType": "La propriĆ©tĆ© 'taskType' obligatoire est manquante dans la configuration du type de tĆ¢che", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index d68d9745bf..1671e93332 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "ExĆ©cute une commande de gĆ©nĆ©ration .NET Core", "msbuild": "ExĆ©cute la cible de gĆ©nĆ©ration", "externalCommand": "Exemple d'exĆ©cution d'une commande externe arbitraire", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 4a1e27d271..50b9f54184 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "Options de commande supplĆ©mentaires", "JsonSchema.options.cwd": "RĆ©pertoire de travail actif du programme ou script exĆ©cutĆ©. En cas d'omission, la racine de l'espace de travail actif de Code est utilisĆ©e.", "JsonSchema.options.env": "Environnement du programme ou de l'interprĆ©teur de commandes exĆ©cutĆ©. En cas d'omission, l'environnement du processus parent est utilisĆ©.", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index d125a6f553..f80c2264d7 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "NumĆ©ro de version de la configuration", "JsonSchema._runner": "Le runner est dĆ©gradĆ©. Utiliser la propriĆ©tĆ© runner officielle", "JsonSchema.runner": "DĆ©finit si la tĆ¢che est exĆ©cutĆ©e sous forme de processus, et si la sortie s'affiche dans la fenĆŖtre de sortie ou dans le terminal.", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 5dbc6753aa..cc0a35fc51 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "SpĆ©cifie si la commande est une commande d'interprĆ©teur de commandes ou un programme externe. La valeur par dĆ©faut est false, en cas d'omission.", "JsonSchema.tasks.isShellCommand.deprecated": "La propriĆ©tĆ© isShellCommand est dĆ©prĆ©ciĆ©e. Utilisez Ć  la place la propriĆ©tĆ© de type de la tĆ¢che et la propriĆ©tĆ© d'interprĆ©teur de commandes dans les options. Consultez Ć©galement les notes de publication 1.14.", "JsonSchema.tasks.dependsOn.string": "Autre tĆ¢che dont cette tĆ¢che dĆ©pend.", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index bd3914070b..7362cf1eee 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "TĆ¢ches", "ConfigureTaskRunnerAction.label": "Configurer une tĆ¢che", - "CloseMessageAction.label": "Fermer", "problems": "ProblĆØmes", "building": "GĆ©nĆ©ration...", "manyMarkers": "99", "runningTasks": "Afficher les tĆ¢ches en cours d'exĆ©cution", "tasks": "TĆ¢ches", "TaskSystem.noHotSwap": "Changer le moteur d’exĆ©cution de tĆ¢ches avec une tĆ¢che active en cours d’exĆ©cution nĆ©cessite de recharger la fenĆŖtre", + "reloadWindow": "Recharger la fenĆŖtre", "TaskServer.folderIgnored": "Le dossier {0} est ignorĆ© car il utilise la version 0.1.0 de task", "TaskService.noBuildTask1": "Aucune tĆ¢che de build dĆ©finie. Marquez une tĆ¢che avec 'isBuildCommand' dans le fichier tasks.json.", "TaskService.noBuildTask2": "Aucune tĆ¢che de gĆ©nĆ©ration dĆ©finie. Marquez une tĆ¢che comme groupe 'build' dans le fichier tasks.json.", @@ -26,8 +28,8 @@ "selectProblemMatcher": "SĆ©lectionner pour quel type d’erreurs et d’avertissements analyser la sortie de la tĆ¢che", "customizeParseErrors": "La configuration de tĆ¢che actuelle contient des erreurs. Corrigez-les avant de personnaliser une tĆ¢che. ", "moreThanOneBuildTask": "De nombreuses tĆ¢ches de gĆ©nĆ©ration sont dĆ©finies dans le fichier tasks.json. ExĆ©cution de la premiĆØre.\n", - "TaskSystem.activeSame.background": "La tĆ¢che '{0}' est dĆ©jĆ  active et en mode arriĆØre-plan. Pour la terminer, utiliser `Terminer la TĆ¢che...`Ā Ā» dans le menu TĆ¢ches.", - "TaskSystem.activeSame.noBackground": "La tĆ¢che '{0}' est dĆ©jĆ  active. Pour la terminer, il utilise `Terminer la TĆ¢che...` dans le menu TĆ¢ches.", + "TaskSystem.activeSame.background": "La tĆ¢che '{0}' est dĆ©jĆ  active et en mode arriĆØre-plan. Pour la terminer, utiliser `Terminer la TĆ¢che...` dans le menu TĆ¢ches.", + "TaskSystem.activeSame.noBackground": "La tĆ¢che '{0}' est dĆ©jĆ  active. Pour la terminer, utiliser `Terminer la TĆ¢che...` dans le menu TĆ¢ches.", "TaskSystem.active": "Une tĆ¢che est dĆ©jĆ  en cours d'exĆ©cution. Terminez-la avant d'exĆ©cuter une autre tĆ¢che.", "TaskSystem.restartFailed": "Ɖchec de la fin de l'exĆ©cution de la tĆ¢che {0}", "TaskService.noConfiguration": "ErreurĀ : La dĆ©tection de la tĆ¢che {0} n’a pas contribuĆ© Ć  une tĆ¢che pour la configuration suivanteĀ : {1}, la tĆ¢che sera ignorĆ©e.\n", @@ -46,7 +48,6 @@ "detected": "tĆ¢ches dĆ©tectĆ©es", "TaskService.ignoredFolder": "Les dossiers d’espace de travail suivants sont ignorĆ©s car ils utilisent task version 0.1.0Ā : ", "TaskService.notAgain": "Ne plus afficher", - "TaskService.ok": "OK", "TaskService.pickRunTask": "SĆ©lectionner la tĆ¢che Ć  exĆ©cuter", "TaslService.noEntryToRun": "Aucune tĆ¢che Ć  exĆ©cuter n'a Ć©tĆ© trouvĆ©e. Configurer les tĆ¢ches...", "TaskService.fetchingBuildTasks": "RĆ©cupĆ©ration des tĆ¢ches de gĆ©nĆ©ration...", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 32ce93b217..2af6f8495e 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index ae04c4513f..fd142eb5ee 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "Une erreur inconnue s'est produite durant l'exĆ©cution d'une tĆ¢che. Pour plus d'informations, consultez le journal de sortie des tĆ¢ches.", "dependencyFailed": "Impossible de rĆ©soudre la tĆ¢che dĆ©pendante '{0}' dans le dossier de l’espace de travail '{1}'", "TerminalTaskSystem.terminalName": "TĆ¢cheĀ -Ā {0}", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index 05d1457cb6..1ea62387e6 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "L'exĆ©cution de gulp --tasks-simple n'a listĆ© aucune tĆ¢che. Avez-vous exĆ©cutĆ© npm installĀ ?", "TaskSystemDetector.noJakeTasks": "L'exĆ©cution de jake --tasks n'a listĆ© aucune tĆ¢che. Avez-vous exĆ©cutĆ© npm installĀ ?", "TaskSystemDetector.noGulpProgram": "Gulp n'est pas installĆ© sur votre systĆØme. ExĆ©cutez npm install -g gulp pour l'installer.", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index 50a0930778..226787ea4a 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "Une erreur inconnue s'est produite durant l'exĆ©cution d'une tĆ¢che. Pour plus d'informations, consultez le journal de sortie des tĆ¢ches.", "TaskRunnerSystem.watchingBuildTaskFinished": "\nFin du suivi des tĆ¢ches de gĆ©nĆ©ration.", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/fra/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/fra/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index 83cc6d42c1..1f9c5f7aff 100644 --- a/i18n/fra/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "Warning: options.cwd must be of type string. Ignoring value {0}\n", "ConfigurationParser.noargs": "ErreurĀ : les arguments de commande doivent correspondre Ć  un tableau de chaĆ®nes. La valeur fournie estĀ :\n{0}", "ConfigurationParser.noShell": "AvertissementĀ : La configuration de l'interprĆ©teur de commandes n'est prise en charge que durant l'exĆ©cution des tĆ¢ches dans le terminal.", diff --git a/i18n/fra/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 54e21c2597..b11593418a 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, sĆ©lecteur de terminaux", "termCreateEntryAriaLabel": "{0}, crĆ©er un terminal", "workbench.action.terminal.newplus": "$(plus) CrĆ©er un terminal intĆ©grĆ©", diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 8e54d84198..720c3ca1cf 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "Afficher tous les terminaux ouverts", "terminal": "Terminal", "terminalIntegratedConfigurationTitle": "Terminal intĆ©grĆ©", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "Arguments de ligne de commande Ć  utiliser sur le terminal OSĀ X.", "terminal.integrated.shell.windows": "Le chemin du shell que le terminal utilise sous Windows. Lors de l’utilisation de shells fournies avec Windows (cmd, PowerShell ou Bash sur Ubuntu).", "terminal.integrated.shellArgs.windows": "Arguments de ligne de commande Ć  utiliser sur le terminal Windows.", - "terminal.integrated.rightClickCopyPaste": "Une fois le paramĆØtre dĆ©fini, le menu contextuel cesse de s'afficher quand l'utilisateur clique avec le bouton droit dans le terminal. ƀ la place, une opĆ©ration de copie est effectuĆ©e quand il existe une sĆ©lection, et une opĆ©ration de collage est effectuĆ©e en l'absence de sĆ©lection.", + "terminal.integrated.macOptionIsMeta": "Traiter la clĆ© option comme la clĆ© meta dans le terminal sur macOS.", + "terminal.integrated.copyOnSelection": "Une fois le paramĆØtre dĆ©fini, le texte sĆ©lectionnĆ© dans le terminal sera copiĆ© dans le presse-papiers.", "terminal.integrated.fontFamily": "ContrĆ“le la famille de polices du terminal. La valeur par dĆ©faut est la valeur associĆ©e Ć  editor.fontFamily.", "terminal.integrated.fontSize": "ContrĆ“le la taille de police en pixels du terminal.", "terminal.integrated.lineHeight": "ContrĆ“le la hauteur de ligne du terminal. La multiplication de ce nombre par la taille de police du terminal permet d'obtenir la hauteur de ligne rĆ©elle en pixels.", - "terminal.integrated.enableBold": "Indique s'il faut activer le texte en gras dans le terminal, notez que cela nĆ©cessite la prise en charge du terminal Shell.", + "terminal.integrated.fontWeight": "La police de caractĆØres Ć  utiliser dans le terminal pour le texte non gras.", + "terminal.integrated.fontWeightBold": "La police de caractĆØres Ć  utiliser dans le terminal pour le texte en gras.", "terminal.integrated.cursorBlinking": "ContrĆ“le si le curseur du terminal clignote.", "terminal.integrated.cursorStyle": "ContrĆ“le le style du curseur du terminal.", "terminal.integrated.scrollback": "ContrĆ“le la quantitĆ© maximale de lignes que le terminal conserve dans sa mĆ©moire tampon.", "terminal.integrated.setLocaleVariables": "ContrĆ“le si les variables locales sont dĆ©finies au dĆ©marrage du terminal. La valeur par dĆ©faut est true sur OS X, false sur les autres plateformes.", + "terminal.integrated.rightClickBehavior": "ContrĆ“le la faƧon de rĆ©agir Ć  un clic droit, les possibilitĆ©s sont 'default', 'copyPaste', et 'selectWord'. 'default' affichera le menu contextuel. 'copyPaste' copiera quand il y a une sĆ©lection ou sinon collera. 'selectWord'Ā  sĆ©lectionnera le mot sous le curseur et affichera le menu contextuel.", "terminal.integrated.cwd": "Chemin explicite de lancement du terminal. Il est utilisĆ© comme rĆ©pertoire de travail actif du processus d'interprĆ©teur de commandes. Cela peut ĆŖtre particuliĆØrement utile dans les paramĆØtres d'espace de travail, si le rĆ©pertoire racine n'est pas un rĆ©pertoire de travail actif adĆ©quat.", "terminal.integrated.confirmOnExit": "Indique s'il est nĆ©cessaire de confirmer l'existence de sessions de terminal actives au moment de quitter.", + "terminal.integrated.enableBell": "Si la cloche du terminal est activĆ©e ou non.", "terminal.integrated.commandsToSkipShell": "Ensemble d'ID de commandes dont les combinaisons de touches sont gĆ©rĆ©es par Code au lieu d'ĆŖtre envoyĆ©es Ć  l'interprĆ©teur de commandes. Cela permet d'utiliser des combinaisons de touches qui sont normalement consommĆ©es par l'interprĆ©teur de commandes et d'obtenir le mĆŖme rĆ©sultat quand le terminal n'a pas le focus, par exemple Ctrl+P pour lancer Quick Open.", "terminal.integrated.env.osx": "Objet avec les variables d’environnement qui seront ajoutĆ©es au processus VS Code pour ĆŖtre utilisĆ©es par le terminal sous OS X", "terminal.integrated.env.linux": "Objet avec les variables d’environnement qui seront ajoutĆ©es au processus VS Code pour ĆŖtre utilisĆ©es par le terminal sous Linux", "terminal.integrated.env.windows": "Objet avec les variables d’environnement qui seront ajoutĆ©es au processus VS Code pour ĆŖtre utilisĆ©es par le terminal sous Windows", + "terminal.integrated.showExitAlert": "Afficher une alerte `Le processus terminal s’est arrĆŖtĆ© avec le code de sortie` lorsque le code de sortie est diffĆ©rent de zĆ©ro.", + "terminal.integrated.experimentalRestore": "Si le fait de restaurer automatiquement les sessions du terminal pour l'espace de travail au lancement de VS Code. Il s'agit d'une fonctionnalitĆ© expĆ©rimentale; elle peut ĆŖtre boguĆ©e et peut changer dans le futur.", "terminalCategory": "Terminal", "viewCategory": "Affichage" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index b1d65f3e2d..3f84e8eb7a 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "Activer/dĆ©sactiver le terminal intĆ©grĆ©", "workbench.action.terminal.kill": "Tuer l'instance active du terminal", "workbench.action.terminal.kill.short": "Tuer le terminal", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "Tout SĆ©lectionner", "workbench.action.terminal.deleteWordLeft": "Supprimer le mot Ć  gauche", "workbench.action.terminal.deleteWordRight": "Supprimer le mot Ć  droite", + "workbench.action.terminal.moveToLineStart": "Aller au dĆ©but de la ligne", + "workbench.action.terminal.moveToLineEnd": "Aller Ć  la fin de la ligne", "workbench.action.terminal.new": "CrĆ©er un terminal intĆ©grĆ©", "workbench.action.terminal.new.short": "Nouveau terminal", + "workbench.action.terminal.newWorkspacePlaceholder": "SĆ©lectionner le rĆ©pertoire de travail actuel pour le nouveau terminal", + "workbench.action.terminal.newInActiveWorkspace": "CrĆ©er un nouveau Terminal intĆ©grĆ© (dans l'espace de travail actif)", + "workbench.action.terminal.split": "Diviser le terminal", + "workbench.action.terminal.focusPreviousPane": "Focus sur le panneau prĆ©cĆ©dent", + "workbench.action.terminal.focusNextPane": "Focus sur le panneau suivant", + "workbench.action.terminal.resizePaneLeft": "Redimensionner le panneau vers la gauche", + "workbench.action.terminal.resizePaneRight": "Redimensionner le panneau vers la droite", + "workbench.action.terminal.resizePaneUp": "Redimensionner le panneau vers le haut", + "workbench.action.terminal.resizePaneDown": "Redimensionner le panneau vers le bas", "workbench.action.terminal.focus": "Focus sur le terminal", "workbench.action.terminal.focusNext": "Focus sur le terminal suivant", "workbench.action.terminal.focusPrevious": "Focus sur le terminal prĆ©cĆ©dent", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "ExĆ©cuter le texte sĆ©lectionnĆ© dans le terminal actif", "workbench.action.terminal.runActiveFile": "ExĆ©cuter le fichier actif dans le terminal actif", "workbench.action.terminal.runActiveFile.noFile": "Seuls les fichiers sur disque peuvent ĆŖtre exĆ©cutĆ©s dans le terminal", - "workbench.action.terminal.switchTerminalInstance": "Changer d'instance de terminal", + "workbench.action.terminal.switchTerminal": "Changer de terminal", "workbench.action.terminal.scrollDown": "Faire dĆ©filer vers le bas (ligne)", "workbench.action.terminal.scrollDownPage": "Faire dĆ©filer vers le bas (page)", "workbench.action.terminal.scrollToBottom": "Faire dĆ©filer jusqu'en bas", diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 89f1b82699..34dab9fa21 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "Couleur d'arriĆØre-plan du terminal, permet d'appliquer au terminal une couleur diffĆ©rente de celle du panneau.", "terminal.foreground": "Couleur de premier plan du terminal.", "terminalCursor.foreground": "La couleur de premier plan du curseur du terminal.", "terminalCursor.background": "La couleur d’arriĆØre-plan du curseur terminal. Permet de personnaliser la couleur d’un caractĆØre recouvert par un curseur de bloc.", "terminal.selectionBackground": "La couleur d’arriĆØre-plan de sĆ©lection du terminal.", + "terminal.border": "Couleur de bordure qui sĆ©pare les volets de fractionnement dans le terminal. La valeur par dĆ©faut est panel.border.", "terminal.ansiColor": "Couleur ansi '{0}' dans le terminal." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index e1e7e6597f..e3f566e7c4 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "Autorisez-vous le lancement de {0} (dĆ©fini comme paramĆØtre d'espace de travail) dans le terminalĀ ?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index 6183484b59..caafde3137 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index d661a00e78..e85c85aa5f 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,9 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "Ligne vide", + "terminal.integrated.a11yPromptLabel": "EntrĆ©e du terminal", + "terminal.integrated.a11yTooMuchOutput": "Trop de sorties Ć  annoncer, naviguer dans les lignes manuellement pour lire", "terminal.integrated.copySelection.noSelection": "Le terminal n'a aucune sĆ©lection Ć  copier", "terminal.integrated.exitedWithCode": "Le processus du terminal s'est achevĆ© avec le code de sortie {0}", "terminal.integrated.waitOnExit": "Appuyez sur une touche pour fermer le terminal", diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index b80da36137..0f8173d6bb 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Alt + clic pour suivre le lien", "terminalLinkHandler.followLinkCmd": "Commande + clic pour suivre le lien", "terminalLinkHandler.followLinkCtrl": "Ctrl + clic pour suivre le lien" diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index aa7d60b35d..eca89b2430 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "Copier", "paste": "Coller", "selectAll": "Tout SĆ©lectionner", - "clear": "Effacer" + "clear": "Effacer", + "split": "Diviser" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index d636f6886f..97791c47d3 100644 --- a/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "Vous pouvez changer l'interprĆ©teur de commandes par dĆ©faut du terminal en sĆ©lectionnant le bouton Personnaliser.", "customize": "Personnaliser", - "cancel": "Annuler", - "never again": "OK, ne plus afficher", + "never again": "Ne plus afficher", "terminal.integrated.chooseWindowsShell": "SĆ©lectionnez votre interprĆ©teur de commandes de terminal favori. Vous pouvez le changer plus tard dans vos paramĆØtres", "terminalService.terminalCloseConfirmationSingular": "Il existe une session de terminal active. Voulez-vous la tuerĀ ?", "terminalService.terminalCloseConfirmationPlural": "Il existe {0} sessions de terminal actives. Voulez-vous les tuerĀ ?" diff --git a/i18n/fra/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index adc1c33377..6980fdd3ab 100644 --- a/i18n/fra/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "ThĆØme de couleur", "themes.category.light": "thĆØmes clairs", "themes.category.dark": "thĆØmes sombres", diff --git a/i18n/fra/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index e94fd0f27a..1e8e95ff0d 100644 --- a/i18n/fra/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "Cet espace de travail contient des paramĆØtres qui ne peuvent ĆŖtre dĆ©finis que dans les paramĆØtres utilisateur. ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "Ouvrir les paramĆØtres d'espace de travail", - "openDocumentation": "En savoir plus", - "ignore": "Ignorer" + "dontShowAgain": "Ne plus afficher", + "unsupportedWorkspaceSettings": "Cet espace de travail contient des paramĆØtres qui ne peuvent ĆŖtre dĆ©finis que dans les paramĆØtres utilisateur ({0}). Cliquez [ici]({1}) pour en savoir plus." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/fra/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index 035ff1bd27..c5a9d21818 100644 --- a/i18n/fra/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "Notes de publicationĀ : {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index a5703da5ba..5e2e0d3059 100644 --- a/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "Notes de publication", - "updateConfigurationTitle": "Mettre Ć  jour", - "updateChannel": "Indiquez si vous recevez des mises Ć  jour automatiques en provenance d'un canal de mises Ć  jour. Un redĆ©marrage est nĆ©cessaire en cas de modification." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "Notes de publication" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 12b4156b83..7fe8f1b377 100644 --- a/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "Mettre Ć  jour maintenant", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "Plus tard", "unassigned": "non assignĆ©", "releaseNotes": "Notes de publication", "showReleaseNotes": "Afficher les notes de publication", - "downloadNow": "TĆ©lĆ©charger maintenant", "read the release notes": "Bienvenue dans {0} v{1}Ā ! Voulez-vous lire les notes de publicationĀ ?", - "licenseChanged": "Nos termes du contrat de licence ont changĆ©. Prenez un instant pour les consulter.", - "license": "Lire la licence", + "licenseChanged": "Nos termes du contrat de licence ont changĆ©. Veuillez cliquer [ici]({0}) pour les consulter.", "neveragain": "Ne plus afficher", - "64bitisavailable": "{0} pour Windows 64 bits est maintenant disponibleĀ !", - "learn more": "En savoir plus", + "64bitisavailable": "{0} pour Windows 64 bits est maintenant disponibleĀ ! Cliquez [ici]({0}) pour en savoir plus.", "updateIsReady": "Nouvelle mise Ć  jour de {0} disponible.", - "thereIsUpdateAvailable": "Une mise Ć  jour est disponible.", - "updateAvailable": "{0} sera mis Ć  jour aprĆØs avoir redĆ©marrĆ©.", "noUpdatesAvailable": "Aucune mise Ć  jour n'est disponible actuellement.", + "ok": "OK", + "download now": "TĆ©lĆ©charger maintenant", + "thereIsUpdateAvailable": "Une mise Ć  jour est disponible.", + "installUpdate": "Installer la mise Ć  jour", + "updateAvailable": "Il y a une mise Ć  jour disponibleĀ : {0} {1}", + "updateInstalling": "{0} {1} est en train d'ĆŖtre installĆ© en arriĆØre-plan, nous vous ferons savoir quand c’est fini.", + "updateNow": "Mettre Ć  jour maintenant", + "updateAvailableAfterRestart": "{0} sera mis Ć  jour aprĆØs avoir redĆ©marrĆ©.", "commandPalette": "Palette de commandes...", "settings": "ParamĆØtres", "keyboardShortcuts": "Raccourcis clavier", + "showExtensions": "GĆ©rer les extensions", + "userSnippets": "Extraits de code de l'utilisateur", "selectTheme.label": "ThĆØme de couleur", "themes.selectIconTheme.label": "ThĆØme d'icĆ“ne de fichier", - "not available": "Mises Ć  jour non disponibles", + "checkForUpdates": "Rechercher les mises Ć  jour...", "checkingForUpdates": "Recherche des mises Ć  jour...", - "DownloadUpdate": "TĆ©lĆ©charger la mise Ć  jour disponible", "DownloadingUpdate": "TĆ©lĆ©chargement de la mise Ć  jour...", - "InstallingUpdate": "Installation de la mise Ć  jour...", - "restartToUpdate": "RedĆ©marrer pour mettre Ć  jour...", - "checkForUpdates": "Rechercher les mises Ć  jour..." + "installUpdate...": "Installation de la mise Ć  jour...", + "installingUpdate": "Installation de la mise Ć  jour...", + "restartToUpdate": "RedĆ©marrer pour mettre Ć  jour..." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/fra/src/vs/workbench/parts/views/browser/views.i18n.json index fcd571da92..108a983bae 100644 --- a/i18n/fra/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index f29fc92b3e..fb13716d12 100644 --- a/i18n/fra/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/fra/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index e984041493..37b235a24f 100644 --- a/i18n/fra/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "Afficher toutes les commandes", "watermark.quickOpen": "AccĆ©der au fichier", "watermark.openFile": "Ouvrir le fichier", diff --git a/i18n/fra/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index fcb12d4970..f435184d20 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "Explorateur de fichiers", "welcomeOverlay.search": "Rechercher dans les fichiers", "welcomeOverlay.git": "Gestion du code source", diff --git a/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index 0eb71eeba5..149ec49be0 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "Ɖdition Ć©voluĆ©e", "welcomePage.start": "DĆ©marrer", diff --git a/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index d98379a144..084821b71d 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Banc d'essai", "workbench.startupEditor.none": "DĆ©marrage sans Ć©diteur.", "workbench.startupEditor.welcomePage": "Ouvre la page de bienvenue (par dĆ©faut).", diff --git a/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 8b2700e037..1c4a505fc5 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Bienvenue", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "Le support {0} est dĆ©jĆ  installĆ©.", "ok": "OK", "details": "DĆ©tails", - "cancel": "Annuler", "welcomePage.buttonBackground": "Couleur d'arriĆØre-plan des boutons de la page d'accueil.", "welcomePage.buttonHoverBackground": "Couleur d'arriĆØre-plan du pointage des boutons de la page d'accueil." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 5e7bc3ffbc..6f20630eeb 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "Terrain de jeu interactif", "editorWalkThrough": "Terrain de jeu interactif" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index 6f91dd8588..7969943cfe 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "Terrain de jeu interactif", "help": "Aide", "interactivePlayground": "Terrain de jeu interactif" diff --git a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index c70245ae6e..b1dfb85fa2 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "Faire dĆ©filer vers le haut (ligne)", "editorWalkThrough.arrowDown": "Faire dĆ©filer vers le bas (ligne)", "editorWalkThrough.pageUp": "Faire dĆ©filer vers le haut (page)", diff --git a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 4fd64e5f28..fd63a8884b 100644 --- a/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "indĆ©pendant", "walkThrough.gitNotFound": "Git semble ne pas ĆŖtre installĆ© sur votre systĆØme.", "walkThrough.embeddedEditorBackground": "Couleur d'arriĆØre-plan des Ć©diteurs incorporĆ©s dans le terrain de jeu interactif." diff --git a/i18n/fra/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..b54f0421ef --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "les Ć©lĆ©ments de menu doivent figurer dans un tableau", + "requirestring": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", + "optstring": "La propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string'", + "vscode.extension.contributes.menuItem.command": "Identificateur de la commande Ć  exĆ©cuter. La commande doit ĆŖtre dĆ©clarĆ©e dans la section 'commands'", + "vscode.extension.contributes.menuItem.alt": "Identificateur d'une commande alternative Ć  exĆ©cuter. La commande doit ĆŖtre dĆ©clarĆ©e dans la section 'commands'", + "vscode.extension.contributes.menuItem.when": "Condition qui doit ĆŖtre vraie pour afficher cet Ć©lĆ©ment", + "vscode.extension.contributes.menuItem.group": "Groupe auquel cette commande appartient", + "vscode.extension.contributes.menus": "Contribue Ć  fournir des Ć©lĆ©ments de menu Ć  l'Ć©diteur", + "menus.commandPalette": "Palette de commandes", + "menus.touchBar": "La touch bar (macOS uniquement)", + "menus.editorTitle": "Menu de titre de l'Ć©diteur", + "menus.editorContext": "Menu contextuel de l'Ć©diteur", + "menus.explorerContext": "Menu contextuel de l'Explorateur de fichiers", + "menus.editorTabContext": "Menu contextuel des onglets de l'Ć©diteur", + "menus.debugCallstackContext": "Menu contextuel de la pile d'appels de dĆ©bogage", + "menus.scmTitle": "Menu du titre du contrĆ“le de code source", + "menus.scmSourceControl": "Le menu de contrĆ“le de code source", + "menus.resourceGroupContext": "Menu contextuel du groupe de ressources du contrĆ“le de code source", + "menus.resourceStateContext": "Menu contextuel de l'Ć©tat des ressources du contrĆ“le de code source", + "view.viewTitle": "Menu de titre de la vue ajoutĆ©e", + "view.itemContext": "Menu contextuel de l'Ć©lĆ©ment de vue ajoutĆ©e", + "nonempty": "valeur non vide attendue.", + "opticon": "la propriĆ©tĆ© 'icon' peut ĆŖtre omise, ou bien elle doit ĆŖtre une chaĆ®ne ou un littĆ©ral tel que '{dark, light}'", + "requireStringOrObject": "la propriĆ©tĆ© `{0}` est obligatoire et doit ĆŖtre de type `string` ou `object`", + "requirestrings": "les propriĆ©tĆ©s `{0}` et `{1}` sont obligatoires et doivent ĆŖtre de type `string`", + "vscode.extension.contributes.commandType.command": "Identificateur de la commande Ć  exĆ©cuter", + "vscode.extension.contributes.commandType.title": "Titre en fonction duquel la commande est reprĆ©sentĆ©e dans l'IU", + "vscode.extension.contributes.commandType.category": "(Facultatif) chaĆ®ne de catĆ©gorie en fonction de laquelle la commande est regroupĆ©e dans l'IU", + "vscode.extension.contributes.commandType.icon": "(Facultatif) IcĆ“ne utilisĆ©e pour reprĆ©senter la commande dans l'IU. Il s'agit d'un chemin de fichier ou d'une configuration dont le thĆØme peut ĆŖtre changĆ©", + "vscode.extension.contributes.commandType.icon.light": "Chemin d'icĆ“ne quand un thĆØme clair est utilisĆ©", + "vscode.extension.contributes.commandType.icon.dark": "Chemin d'icĆ“ne quand un thĆØme sombre est utilisĆ©", + "vscode.extension.contributes.commands": "Ajoute des commandes Ć  la palette de commandes.", + "dup": "La commande '{0}' apparaĆ®t plusieurs fois dans la section 'commands'.", + "menuId.invalid": "'{0}' est un identificateur de menu non valide", + "missing.command": "L'Ć©lĆ©ment de menu fait rĆ©fĆ©rence Ć  une commande '{0}' qui n'est pas dĆ©finie dans la section 'commands'.", + "missing.altCommand": "L'Ć©lĆ©ment de menu fait rĆ©fĆ©rence Ć  une commande alt '{0}' qui n'est pas dĆ©finie dans la section 'commands'.", + "dupe.command": "L'Ć©lĆ©ment de menu fait rĆ©fĆ©rence Ć  la mĆŖme commande que la commande par dĆ©faut et la commande alt" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index 215683ddac..9b508357a2 100644 --- a/i18n/fra/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/fra/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "RĆ©sumĆ© des paramĆØtres. Cette Ć©tiquette va ĆŖtre utilisĆ©e dans le fichier de paramĆØtres en tant que commentaire de sĆ©paration.", "vscode.extension.contributes.configuration.properties": "Description des propriĆ©tĆ©s de configuration.", "scope.window.description": "Configuration spĆ©cifique de la fenĆŖtre, qui peut ĆŖtre configurĆ©e dans les paramĆØtres utilisateur ou de l'espace de travail.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "Un nom facultatif pour le dossier. ", "workspaceConfig.uri.description": "URI du dossier", "workspaceConfig.settings.description": "ParamĆØtres de l’espace de travail", + "workspaceConfig.launch.description": "Configurations de lancement de l’espace de travail", "workspaceConfig.extensions.description": "Extensions de l’espace de travail", "unknownWorkspaceProperty": "PropriĆ©tĆ© de configuration d’espace de travail inconnue" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/fra/src/vs/workbench/services/configuration/node/configuration.i18n.json index 10bbc7a9e9..5e18f61d3d 100644 --- a/i18n/fra/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/fra/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/fra/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index 90ee69d1c1..69c2a4c69a 100644 --- a/i18n/fra/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "Ouvrir la configuration des tĆ¢ches", "openLaunchConfiguration": "Ouvrir la configuration du lancement", - "close": "Fermer", "open": "Ouvrir les paramĆØtres", "saveAndRetry": "Enregistrer et RĆ©essayer", "errorUnknownKey": "Impossible d’écrire dans {0} car {1} n’est pas une configuration recommandĆ©e.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "Impossible d’écrire dans les paramĆØtres de l’espace de travail car {0} ne supporte pas de portĆ©e d’espace de travail dans un espace de travail multi dossiers.", "errorInvalidFolderTarget": "Impossible d’écrire dans les paramĆØtres de dossier car aucune ressource n’est fournie.", "errorNoWorkspaceOpened": "Impossible d’écrire dans {0} car aucun espace de travail n’est ouvert. Veuillez ouvrir un espace de travail et essayer Ć  nouveau.", - "errorInvalidTaskConfiguration": "Impossible d’écrire dans le fichier de tĆ¢ches. Veuillez s’il vous plaĆ®t ouvrir le fichier **Tasks** pour corriger les erreurs/avertissements Ć  l'intĆ©rieur et essayez Ć  nouveau.", - "errorInvalidLaunchConfiguration": "Impossible d’écrire dans le fichier de lancement. Veuillez s’il vous plaĆ®t ouvrir le fichier **Launch** pour corriger les erreurs/avertissements Ć  l'intĆ©rieur et essayez Ć  nouveau.", - "errorInvalidConfiguration": "Impossible d’écrire dans les paramĆØtres de l’utilisateur. Veuillez s’il vous plaĆ®t ouvrir le fichier **User Settings** pour corriger les erreurs/avertissements Ć  l'intĆ©rieur et essayez Ć  nouveau.", - "errorInvalidConfigurationWorkspace": "Impossible d’écrire dans les paramĆØtres de l’espace de travail. Veuillez s’il vous plaĆ®t ouvrir le fichier **Workspace Settings** pour corriger les erreurs/avertissements dans le fichier et rĆ©essayez.", - "errorInvalidConfigurationFolder": "Impossible d’écrire dans les paramĆØtres de dossier. Veuillez s’il vous plaĆ®t ouvrir le fichier **Folder Settings** sous le dossier **{0}** pour corriger les erreurs/avertissements Ć  l'intĆ©rieur et essayez Ć  nouveau.", - "errorTasksConfigurationFileDirty": "Impossible d’écrire dans le fichier de tĆ¢ches car le fichier est en attente de sauvegarde. Veuillez s’il vous plaĆ®t enregistrer le fichier **Tasks Configuration** et essayez Ć  nouveau.", - "errorLaunchConfigurationFileDirty": "Impossible d’écrire dans le fichier de lancement, car le fichier est en attente de sauvegarde. Veuillez s’il vous plaĆ®t enregistrer le fichier **Launch Configuration** et essayez Ć  nouveau.", - "errorConfigurationFileDirty": "Impossible d’écrire dans les paramĆØtres de l’utilisateur, car le fichier est en attente de sauvegarde. Veuillez s’il vous plaĆ®t enregistrer le fichier **User Settings** et essayez Ć  nouveau.", - "errorConfigurationFileDirtyWorkspace": "Impossible d’écrire dans les paramĆØtres de l’espace de travail, car le fichier est en attente de sauvegarde. Veuillez s’il vous plaĆ®t enregistrer le fichier **Workspace Settings** et essayez Ć  nouveau.", - "errorConfigurationFileDirtyFolder": "Impossible d’écrire dans les paramĆØtres de dossier parce que le fichier est attente de sauvegarde. Veuillez s’il vous plaĆ®t enregistrer le fichier **Folder Settings** sous le dossier **{0}** et essayez Ć  nouveau.", + "errorInvalidTaskConfiguration": "Impossible d’écrire dans le fichier de configuration des tĆ¢ches. Veuillez ouvrir le fichier pour y corriger les erreurs/avertissements et essayez Ć  nouveau.", + "errorInvalidLaunchConfiguration": "Impossible d’écrire dans le fichier de configuration de lancement. Veuillez ouvrir le fichier pour y corriger les erreurs/avertissements et essayez Ć  nouveau.", + "errorInvalidConfiguration": "Impossible d’écrire dans les paramĆØtres de l’utilisateur. Veuillez s’il vous plaĆ®t ouvrir le fichier des paramĆØtres de l’utilisateur pour y corriger les erreurs/avertissements et essayez Ć  nouveau.", + "errorInvalidConfigurationWorkspace": "Impossible d’écrire dans les paramĆØtres de l’espace de travail. Veuillez s’il vous plaĆ®t ouvrir le fichier des paramĆØtres de l’espace de travail pour corriger les erreurs/avertissements dans le fichier et rĆ©essayez.", + "errorInvalidConfigurationFolder": "Impossible d’écrire dans les paramĆØtres de dossier. Veuillez s’il vous plaĆ®t ouvrir le fichier des paramĆØtres du dossier '{0}' pour y corriger les erreurs/avertissements et essayez Ć  nouveau.", + "errorTasksConfigurationFileDirty": "Impossible d’écrire dans le fichier de configuration des tĆ¢ches car le fichier a Ć©tĆ© modifiĆ©. Veuillez, s’il vous plaĆ®t, l'enregistrez et rĆ©essayez.", + "errorLaunchConfigurationFileDirty": "Impossible d’écrire dans le fichier de configuration de lancement car le fichier a Ć©tĆ© modifiĆ©. Veuillez l'enregistrer et rĆ©essayez.", + "errorConfigurationFileDirty": "Impossible d’écrire dans les paramĆØtres de l'utilisateur car le fichier a Ć©tĆ© modifiĆ©. Veuillez s’il vous plaĆ®t enregistrer le fichier des paramĆØtres de l'utilisateur et rĆ©essayez.", + "errorConfigurationFileDirtyWorkspace": "Impossible d’écrire dans les paramĆØtres de l’espace de travail, car le fichier est en attente de sauvegarde. Veuillez s’il vous plaĆ®t enregistrer le fichier des paramĆØtres de l’espace de travail et essayez Ć  nouveau.", + "errorConfigurationFileDirtyFolder": "Impossible d’écrire dans les paramĆØtres de dossier, car le fichier est en attente de sauvegarde. Veuillez s’il vous plaĆ®t enregistrer le fichier des paramĆØtres du dossier '{0}' et essayez Ć  nouveau.", "userTarget": "ParamĆØtres utilisateur", "workspaceTarget": "ParamĆØtres de l'espace de travail", "folderTarget": "ParamĆØtres de dossier" diff --git a/i18n/fra/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/fra/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index c071f5c7c6..23ec48a826 100644 --- a/i18n/fra/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "Impossible d’écrire dans le fichier. Veuillez ouvrir le fichier pour corriger les erreurs/avertissements dans le fichier et rĆ©essayer.", "errorFileDirty": "Impossible d’écrire dans le fichier parce que le fichier a Ć©tĆ© modifiĆ©. Veuillez enregistrer le fichier et rĆ©essayer." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/fra/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index 42bafb0909..d5f3be9e75 100644 --- a/i18n/fra/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/fra/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index 42bafb0909..d3e71dd422 100644 --- a/i18n/fra/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "TĆ©lĆ©mĆ©trie", "telemetry.enableCrashReporting": "Activez l'envoi de rapports d'incidents Ć  Microsoft.\nCette option nĆ©cessite un redĆ©marrage pour ĆŖtre prise en compte." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/fra/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index e23749d0ab..8e251fc087 100644 --- a/i18n/fra/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "Contient des Ć©lĆ©ments soulignĆ©s" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/fra/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..3ccb89e31f --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&Oui", + "cancelButton": "Annuler", + "moreFile": "...1Ā fichier supplĆ©mentaire non affichĆ©", + "moreFiles": "...{0} fichiers supplĆ©mentaires non affichĆ©s" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/fra/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/fra/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/fra/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/fra/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/fra/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/fra/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..ba8510e3e1 --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "Pour les extensions VS Code, spĆ©cifie la version de VS Code avec laquelle l'extension est compatible. Ne peut pas ĆŖtre *. ExempleĀ : ^0.10.5 indique une compatibilitĆ© avec la version minimaleĀ 0.10.5 de VS Code.", + "vscode.extension.publisher": "Ɖditeur de l'extension VS Code.", + "vscode.extension.displayName": "Nom d'affichage de l'extension utilisĆ©e dans la galerie VS Code.", + "vscode.extension.categories": "CatĆ©gories utilisĆ©es par la galerie VS Code pour catĆ©goriser l'extension.", + "vscode.extension.galleryBanner": "BanniĆØre utilisĆ©e dans le marketplace VS Code.", + "vscode.extension.galleryBanner.color": "Couleur de la banniĆØre de l'en-tĆŖte de page du marketplace VS Code.", + "vscode.extension.galleryBanner.theme": "ThĆØme de couleur de la police utilisĆ©e dans la banniĆØre.", + "vscode.extension.contributes": "Toutes les contributions de l'extension VS Code reprĆ©sentĆ©es par ce package.", + "vscode.extension.preview": "DĆ©finit l'extension Ć  marquer en tant que prĆ©version dans Marketplace.", + "vscode.extension.activationEvents": "ƉvĆ©nements d'activation pour l'extension VS Code.", + "vscode.extension.activationEvents.onLanguage": "ƉvĆ©nement d'activation envoyĆ© quand un fichier rĆ©solu dans le langage spĆ©cifiĆ© est ouvert.", + "vscode.extension.activationEvents.onCommand": "ƉvĆ©nement d'activation envoyĆ© quand la commande spĆ©cifiĆ©e est appelĆ©e.", + "vscode.extension.activationEvents.onDebug": "Un Ć©vĆ©nement d’activation Ć©mis chaque fois qu’un utilisateur est sur le point de dĆ©marrer le dĆ©bogage ou sur le point de la dĆ©boguer des configurations.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "ƉvĆ©nement d'activation envoyĆ© chaque fois qu’un \"launch.json\" doit ĆŖtre crƩƩ (et toutes les mĆ©thodes de provideDebugConfigurations doivent ĆŖtre appelĆ©es).", + "vscode.extension.activationEvents.onDebugResolve": "ƉvĆ©nement d'activation envoyĆ© quand une session de dĆ©bogage du type spĆ©cifiĆ© est sur le point d’être lancĆ©e (et une mĆ©thode resolveDebugConfiguration correspondante doit ĆŖtre appelĆ©e).", + "vscode.extension.activationEvents.workspaceContains": "ƉvĆ©nement d'activation envoyĆ© quand un dossier ouvert contient au moins un fichier correspondant au modĆØle glob spĆ©cifiĆ©.", + "vscode.extension.activationEvents.onView": "ƉvĆ©nement d'activation envoyĆ© quand la vue spĆ©cifiĆ©e est dĆ©veloppĆ©e.", + "vscode.extension.activationEvents.star": "ƉvĆ©nement d'activation envoyĆ© au dĆ©marrage de VS Code. Pour garantir la qualitĆ© de l'expĆ©rience utilisateur, utilisez cet Ć©vĆ©nement d'activation dans votre extension uniquement quand aucune autre combinaison d'Ć©vĆ©nements d'activation ne fonctionne dans votre cas d'utilisation.", + "vscode.extension.badges": "Ensemble de badges Ć  afficher dans la barre latĆ©rale de la page d'extensions de Marketplace.", + "vscode.extension.badges.url": "URL de l'image du badge.", + "vscode.extension.badges.href": "Lien du badge.", + "vscode.extension.badges.description": "Description du badge.", + "vscode.extension.extensionDependencies": "DĆ©pendances envers d'autres extensions. L'identificateur d'une extension est toujours ${publisher}.${name}. ExempleĀ : vscode.csharp.", + "vscode.extension.scripts.prepublish": "Le script exĆ©cutĆ© avant le package est publiĆ© en tant qu'extension VS Code.", + "vscode.extension.scripts.uninstall": "DĆ©sinstallez le crochet pour l'extension VS Code. Script exĆ©cutĆ© quand l'extension est complĆØtement dĆ©sinstallĆ©e dans VS Code et au redĆ©marrage de VS Code (arrĆŖt, puis dĆ©marrage). Seuls les scripts Node sont pris en charge.", + "vscode.extension.icon": "Chemin d'une icĆ“ne de 128Ā xĀ 128 pixels." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index a8972ed186..f035418ce6 100644 --- a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "L'hĆ“te d'extension n'a pas dĆ©marrĆ© en moins de 10Ā secondes. Il est peut-ĆŖtre arrĆŖtĆ© Ć  la premiĆØre ligne et a besoin d'un dĆ©bogueur pour continuer.", "extensionHostProcess.startupFail": "L'hĆ“te d'extension n'a pas dĆ©marrĆ© en moins de 10Ā secondes. Il existe peut-ĆŖtre un problĆØme.", + "reloadWindow": "Recharger la fenĆŖtre", "extensionHostProcess.error": "Erreur de l'hĆ“te d'extensionĀ : {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 431845e652..013b8b5955 100644 --- a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) Profilage de l'hĆ“te d'extension..." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index 20c3f21a45..f696b6dd68 100644 --- a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "Ɖchec de l'analyse de {0}Ā : {1}.", "fileReadFail": "Impossible de lire le fichier {0}Ā : {1}.", - "jsonsParseFail": "Ɖchec de l'analyse de {0} ou de {1}Ā : {2}.", + "jsonsParseReportErrors": "Ɖchec de l'analyse de {0}Ā : {1}.", "missingNLSKey": "Le message est introuvable pour la clĆ© {0}." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 3d53454a9a..0c2e69290b 100644 --- a/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "Outils de dĆ©veloppement", - "restart": "RedĆ©marrer l’hĆ“te d'extension", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "L'hĆ“te d’extension s'est arrĆŖtĆ© de maniĆØre inattendue.", "extensionHostProcess.unresponsiveCrash": "L'hĆ“te d'extension s'est arrĆŖtĆ©, car il ne rĆ©pondait pas.", + "devTools": "Outils de dĆ©veloppement", + "restart": "RedĆ©marrer l’hĆ“te d'extension", "overwritingExtension": "Remplacement de l'extension {0} par {1}.", "extensionUnderDevelopment": "Chargement de l'extension de dĆ©veloppement sur {0}", - "extensionCache.invalid": "Des extensions ont Ć©tĆ© modifiĆ©es sur le disque. Veuillez recharger la fenĆŖtre." + "extensionCache.invalid": "Des extensions ont Ć©tĆ© modifiĆ©es sur le disque. Veuillez recharger la fenĆŖtre.", + "reloadWindow": "Recharger la fenĆŖtre" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/fra/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..2442557611 --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "Ɖchec de l'analyse de {0}Ā : {1}.", + "fileReadFail": "Impossible de lire le fichier {0}Ā : {1}.", + "jsonsParseReportErrors": "Ɖchec de l'analyse de {0}Ā : {1}.", + "missingNLSKey": "Le message est introuvable pour la clĆ© {0}.", + "notSemver": "La version de l'extension n'est pas compatible avec SemVer.", + "extensionDescription.empty": "Description d'extension vide obtenue", + "extensionDescription.publisher": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", + "extensionDescription.name": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", + "extensionDescription.version": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", + "extensionDescription.engines": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'object'", + "extensionDescription.engines.vscode": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", + "extensionDescription.extensionDependencies": "la propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string[]'", + "extensionDescription.activationEvents1": "la propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string[]'", + "extensionDescription.activationEvents2": "les propriĆ©tĆ©s '{0}' et '{1}' doivent ĆŖtre toutes les deux spĆ©cifiĆ©es ou toutes les deux omises", + "extensionDescription.main1": "La propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string'", + "extensionDescription.main2": "'main' ({0}) est censĆ© ĆŖtre inclus dans le dossier ({1}) de l'extension. Cela risque de rendre l'extension non portable.", + "extensionDescription.main3": "les propriĆ©tĆ©s '{0}' et '{1}' doivent ĆŖtre toutes les deux spĆ©cifiĆ©es ou toutes les deux omises" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/fra/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index c767dd605a..4e5bf5c5f7 100644 --- a/i18n/fra/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Microsoft .NET FrameworkĀ 4.5 est obligatoire. Suivez le lien pour l'installer.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": "TĆ©lĆ©charger .NET FrameworkĀ 4.5", "neverShowAgain": "Ne plus afficher", + "netVersionError": "Microsoft .NET FrameworkĀ 4.5 est obligatoire. Suivez le lien pour l'installer.", + "learnMore": "Instructions", + "enospcError": "{0} est Ć  court de mĆ©moire pour les fichiers. Veuillez suivre le lien avec les instructions pour rĆ©soudre ce problĆØme.", + "binFailed": "Ɖchec du dĆ©placement de '{0}' vers la corbeille", "trashFailed": "Ɖchec du dĆ©placement de '{0}' vers la corbeille" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/fra/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 8ca568a2f4..069db57fc4 100644 --- a/i18n/fra/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "Le fichier est un rĆ©pertoire", + "fileNotModifiedError": "Fichier non modifiĆ© depuis", "fileBinaryError": "Il semble que le fichier soit binaire. Impossible de l'ouvrir en tant que texte" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/fra/src/vs/workbench/services/files/node/fileService.i18n.json index 6ba63445dd..06d2c12f7f 100644 --- a/i18n/fra/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "Ressource de fichier non valide ({0})", "fileIsDirectoryError": "Le fichier est un rĆ©pertoire", "fileNotModifiedError": "Fichier non modifiĆ© depuis", + "fileTooLargeForHeapError": "La taille du ficher dĆ©passe la limite de mĆ©moire, veuillez essayer d'exĆ©cuter code --max-memory=NEWSIZE", "fileTooLargeError": "Fichier trop volumineux pour ĆŖtre ouvert", "fileNotFoundError": "Fichier introuvable ({0})", "fileBinaryError": "Il semble que le fichier soit binaire. Impossible de l'ouvrir en tant que texte", + "filePermission": "Autorisation refusĆ©e en Ć©crivant dans le fichier ({0})", "fileExists": "Le fichier Ć  crĆ©er existe dĆ©jĆ  ({0})", "fileMoveConflict": "DĆ©placement/copie impossible. Le fichier existe dĆ©jĆ  dans la destination.", "unableToMoveCopyError": "Impossible de dĆ©placer/copier. Le fichier remplace le dossier qui le contient.", diff --git a/i18n/fra/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..73b5bff9d4 --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "Ajoute une configuration de schĆ©ma json.", + "contributes.jsonValidation.fileMatch": "ModĆØle de fichier correspondant recherchĆ©, par exemple \"package.json\" ou \"*.launch\".", + "contributes.jsonValidation.url": "URL de schĆ©ma ('http:', 'https:') ou chemin relatif du dossier d'extensions ('./').", + "invalid.jsonValidation": "'configuration.jsonValidation' doit ĆŖtre un tableau", + "invalid.fileMatch": "'configuration.jsonValidation.fileMatch' doit ĆŖtre dĆ©fini", + "invalid.url": "'configuration.jsonValidation.url' doit ĆŖtre une URL ou un chemin relatif", + "invalid.url.fileschema": "'configuration.jsonValidation.url' est une URL relative non valideĀ : {0}", + "invalid.url.schema": "'configuration.jsonValidation.url' doit commencer par 'http:', 'https:' ou './' pour rĆ©fĆ©rencer les schĆ©mas situĆ©s dans l'extension" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/fra/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index a2d16d1c2a..c68221d876 100644 --- a/i18n/fra/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/fra/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "Impossible d'Ć©crire, car l'intĆ©gritĆ© du fichier est compromise. Enregistrez le fichier de **Combinaisons de touches**, puis rĆ©essayez.", - "parseErrors": "Impossible d'Ć©crire les combinaisons de touches. Ouvrez le **Fichier de combinaisons de touches** pour corriger les erreurs/avertissements prĆ©sents dans le fichier, puis rĆ©essayez.", - "errorInvalidConfiguration": "Impossible d'Ć©crire les combinaisons de touches. Le **fichier de combinaisons de touches** contient un objet qui n'est pas de type Array. Ouvrez le fichier pour le nettoyer, puis rĆ©essayez.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "Impossible d’écrire parce que la configuration des combinaisons de touches a Ć©tĆ© modifiĆ©e. Veuillez enregistrer le fichier et rĆ©essayer.", + "parseErrors": "Impossible d’écrire dans le fichier de configuration des combinaisons de touches. Veuillez l'ouvrir pour corriger les erreurs/avertissements dans le fichier et rĆ©essayer.", + "errorInvalidConfiguration": "Impossible d’écrire dans le fichier de configuration des combinaisons de touches. Il y a un objet qui n'est pas de type Array. Veuillez ouvrir le fichier pour nettoyer et rĆ©essayer.", "emptyKeybindingsHeader": "Placez vos combinaisons de touches dans ce fichier pour remplacer les valeurs par dĆ©faut" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/fra/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 232203467d..cf243cb11e 100644 --- a/i18n/fra/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "Valeur non vide attendue.", "requirestring": "la propriĆ©tĆ© '{0}' est obligatoire et doit ĆŖtre de type 'string'", "optstring": "La propriĆ©tĆ© '{0}' peut ĆŖtre omise ou doit ĆŖtre de type 'string'", @@ -22,5 +24,6 @@ "keybindings.json.when": "Condition quand la touche est active.", "keybindings.json.args": "Arguments Ć  passer Ć  la commande Ć  exĆ©cuter.", "keyboardConfigurationTitle": "Clavier", - "dispatch": "ContrĆ“le la logique de distribution des appuis sur les touches pour utiliser soit 'code' (recommandĆ©), soit 'keyCode'." + "dispatch": "ContrĆ“le la logique de distribution des appuis sur les touches pour utiliser soit 'code' (recommandĆ©), soit 'keyCode'.", + "touchbar.enabled": "Active les boutons de la touchbar macOS sur le clavier si disponible." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/fra/src/vs/workbench/services/message/browser/messageList.i18n.json index f31200484b..3cb4a1e214 100644 --- a/i18n/fra/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/fra/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "ErreurĀ : {0}", "alertWarningMessage": "AvertissementĀ : {0}", "alertInfoMessage": "InformationĀ : {0}", diff --git a/i18n/fra/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/fra/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index 5c07ac729d..0368c7d64b 100644 --- a/i18n/fra/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&Oui", "cancelButton": "Annuler" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/fra/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 0a9b16d5e8..447812804e 100644 --- a/i18n/fra/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "Ajoute des dĆ©clarations de langage.", "vscode.extension.contributes.languages.id": "ID du langage.", "vscode.extension.contributes.languages.aliases": "Alias de nom du langage.", diff --git a/i18n/fra/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/fra/src/vs/workbench/services/progress/browser/progressService2.i18n.json index 8488594cac..cb9dc6da3b 100644 --- a/i18n/fra/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/fra/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}Ā : {1}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index a18ac142a7..c8b66e5f19 100644 --- a/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "Ajoute des gĆ©nĆ©rateurs de jetons TextMate.", "vscode.extension.contributes.grammars.language": "Identificateur de langue pour lequel cette syntaxe est ajoutĆ©e.", "vscode.extension.contributes.grammars.scopeName": "Nom de portĆ©e TextMate utilisĆ© par le fichier tmLanguage.", diff --git a/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index 61da2f152d..10730e67a6 100644 --- a/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/fra/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "Langage inconnu dans 'contributes.{0}.language'. Valeur fournieĀ : {1}", "invalid.scopeName": "ChaĆ®ne attendue dans 'contributes.{0}.scopeName'. Valeur fournieĀ : {1}", "invalid.path.0": "ChaĆ®ne attendue dans 'contributes.{0}.path'. Valeur fournieĀ : {1}", diff --git a/i18n/fra/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/fra/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 6199073eab..e73cbc681e 100644 --- a/i18n/fra/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/fra/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "L'intĆ©gritĆ© du fichier est compromise. Enregistrez-le avant de le rouvrir avec un autre encodage.", "genericSaveError": "Ɖchec d'enregistrement de '{0}' ({1})." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/fra/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 2614ff2825..6e413b1eb9 100644 --- a/i18n/fra/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "Les fichiers qui sont modifiĆ©s ne peuvent pas ĆŖtre Ć©crits Ć  l’emplacement de sauvegarde (erreurĀ : {0}). Essayez d’enregistrer vos fichiers d’abord, puis sortez." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/fra/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index 4d90040dd2..7d5f8c4abb 100644 --- a/i18n/fra/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "Voulez-vous enregistrer les modifications apportĆ©es Ć  {0}Ā ?", "saveChangesMessages": "Voulez-vous enregistrer les modifications apportĆ©es aux {0} fichiers suivantsĀ ?", - "moreFile": "...1Ā fichier supplĆ©mentaire non affichĆ©", - "moreFiles": "...{0} fichiers supplĆ©mentaires non affichĆ©s", "saveAll": "&&Enregistrer tout", "save": "&&Enregistrer", "dontSave": "&&Ne pas enregistrer", diff --git a/i18n/fra/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/fra/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..e14186558c --- /dev/null +++ b/i18n/fra/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "Contribue Ć  des couleurs dĆ©finies pour des extensions dont le thĆØme peut ĆŖtre changĆ©", + "contributes.color.id": "L’identifiant de la couleur dont le thĆØme peut ĆŖtre changĆ©", + "contributes.color.id.format": "Les identifiants doivent ĆŖtre sous la forme aa[.bb]*", + "contributes.color.description": "La description de la couleur dont le thĆØme peut ĆŖtre changĆ©", + "contributes.defaults.light": "La couleur par dĆ©faut pour les thĆØmes clairs. Soit une valeur de couleur en hexadĆ©cimal (#RRGGBB[AA]) ou l’identifiant d’une couleur dont le thĆØme peut ĆŖtre changĆ© qui fournit la valeur par dĆ©faut.", + "contributes.defaults.dark": "La couleur par dĆ©faut pour les thĆØmes sombres. Soit une valeur de couleur en hexadĆ©cimal (#RRGGBB[AA]) ou l’identifiant d’une couleur dont le thĆØme peut ĆŖtre changĆ© qui fournit la valeur par dĆ©faut.", + "contributes.defaults.highContrast": "La couleur par dĆ©faut pour les thĆØmes de contraste Ć©levĆ©. Soit une valeur de couleur en hexadĆ©cimal (#RRGGBB[AA]) ou l’identifiant d’une couleur dont le thĆØme peut ĆŖtre changĆ© qui fournit la valeur par dĆ©faut.", + "invalid.colorConfiguration": "'configuration.colors' doit ĆŖtre un tableau", + "invalid.default.colorType": "{0} doit ĆŖtre soit une valeur de couleur en hexadĆ©cimal (#RRGGBB[AA] ou #RGB[A]) ou l’identifiant d’une couleur dont le thĆØme peut ĆŖtre changĆ© qui fournit la valeur par dĆ©faut.", + "invalid.id": "'configuration.colors.id' doit ĆŖtre dĆ©fini et ne peut pas ĆŖtre vide", + "invalid.id.format": "'configuration.colors.id' doit suivre le word[.word]*", + "invalid.description": "'configuration.colors.description' doit ĆŖtre dĆ©fini et ne peut pas ĆŖtre vide", + "invalid.defaults": "'configuration.colors.defaults' doit ĆŖtre dĆ©fini et doit contenir 'light', 'dark' et 'highContrast'" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/fra/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index 72ed786624..95dc2be86b 100644 --- a/i18n/fra/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/fra/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "Couleurs et styles du jeton.", "schema.token.foreground": "Couleur de premier plan du jeton.", "schema.token.background.warning": "Les couleurs d’arriĆØre-plan des tokens ne sont actuellement pas pris en charge.", - "schema.token.fontStyle": "Style de police de la rĆØgleĀ : 'italique', 'gras' ou 'soulignĆ©', ou une combinaison de ces styles", - "schema.fontStyle.error": "Le style de police doit ĆŖtre une combinaison de 'italic', 'bold' et 'underline'", + "schema.token.fontStyle": "Style de police de la rĆØgle: 'italic', 'bold' ou 'underline' ou une combinaison. La chaĆ®ne vide dĆ©fait les paramĆØtres hĆ©ritĆ©s.", + "schema.fontStyle.error": "Le style de polie doit ĆŖtre 'italic', 'bold' or 'underline' ou une combinaison ou la chaĆ®ne vide.", + "schema.token.fontStyle.none": "Aucun (vide le style hĆ©ritĆ©)", "schema.properties.name": "Description de la rĆØgle.", "schema.properties.scope": "SĆ©lecteur de portĆ©e qui correspond Ć  cette rĆØgle.", "schema.tokenColors.path": "Chemin d'un ficher tmTheme (relatif au fichier actuel).", diff --git a/i18n/fra/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/fra/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index d920cb0bcb..54f5a1d090 100644 --- a/i18n/fra/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/fra/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "IcĆ“ne de dossier des dossiers dĆ©veloppĆ©s. L'icĆ“ne du dossier dĆ©veloppĆ© est facultative. En l'absence de dĆ©finition, l'icĆ“ne dĆ©finie pour le dossier est affichĆ©e.", "schema.folder": "IcĆ“ne de dossier des dossiers rĆ©duits. Si folderExpanded n'est pas dĆ©fini, s'applique aussi aux dossiers dĆ©veloppĆ©s.", "schema.file": "IcĆ“ne de fichier par dĆ©faut, affichĆ©e pour tous les fichiers qui ne correspondent Ć  aucune extension, aucun nom de fichier ou aucun ID de langue.", diff --git a/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index 2d6a6848e2..dd14e6b4a9 100644 --- a/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "ProblĆØmes durant l'analyse du fichier de thĆØme JSONĀ : {0}", "error.invalidformat.colors": "ProblĆØme pendant l'analyse du fichier de thĆØme de couleur : {0}. La propriĆ©tĆ© 'colors' n'est pas de type 'object'.", "error.invalidformat.tokenColors": "ProblĆØme pendant l'analyse du fichier de thĆØme de couleur : {0}. La propriĆ©tĆ© 'tokenColors' doit ĆŖtre un tableau spĆ©cifiant des couleurs ou le chemin d'un fichier de thĆØme TextMate", diff --git a/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 63c65b5f2e..968904e462 100644 --- a/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/fra/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Contributes textmate color themes.", "vscode.extension.contributes.themes.id": "ID du thĆØme d'icĆ“ne utilisĆ© dans les paramĆØtres utilisateur.", "vscode.extension.contributes.themes.label": "Ɖtiquette du thĆØme de couleur comme indiquĆ© dans l'interface utilisateur (IU).", diff --git a/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index b0f9faf6b5..f64e046b9f 100644 --- a/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Problems parsing file icons file: {0}" } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 0c25184363..e369b0ac58 100644 --- a/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/fra/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contributes file icon themes.", "vscode.extension.contributes.iconThemes.id": "ID du thĆØme d'icĆ“ne utilisĆ© dans les paramĆØtres utilisateur.", "vscode.extension.contributes.iconThemes.label": "Ɖtiquette du thĆØme d'icĆ“ne indiquĆ© dans l'IU (interface utilisateur).", diff --git a/i18n/fra/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/fra/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index 46a345fad2..15037fb16c 100644 --- a/i18n/fra/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "Specifies the color theme used in the workbench.", "colorThemeError": "Theme is unknown or not installed.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "No file icons", "iconThemeError": "File icon theme is unknown or not installed.", "workbenchColors": "Remplace les couleurs du thĆØme de couleur sĆ©lectionnĆ©.", - "editorColors": "Remplace les couleurs et le style de la police de l’éditeur du thĆØme par la couleur actuellement sĆ©lectionnĆ©e.", "editorColors.comments": "DĆ©finit les couleurs et les styles des commentaires", "editorColors.strings": "DĆ©finit les couleurs et les styles des littĆ©raux de chaĆ®nes.", "editorColors.keywords": "DĆ©finit les couleurs et les styles des mots clĆ©s.", @@ -19,5 +20,6 @@ "editorColors.types": "DĆ©finit les couleurs et les styles des dĆ©clarations et rĆ©fĆ©rences de type.", "editorColors.functions": "DĆ©finit les couleurs et les styles des dĆ©clarations et rĆ©fĆ©rences de fonctions.", "editorColors.variables": "DĆ©finit les couleurs et les styles des dĆ©clarations et rĆ©fĆ©rences de variables.", - "editorColors.textMateRules": "DĆ©finit les couleurs et les styles Ć  l’aide de rĆØgles de thĆØme textmate (avancĆ©)." + "editorColors.textMateRules": "DĆ©finit les couleurs et les styles Ć  l’aide de rĆØgles de thĆØme textmate (avancĆ©).", + "editorColors": "Remplace les couleurs et le style de la police de l’éditeur du thĆØme par la couleur actuellement sĆ©lectionnĆ©e." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/fra/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 079d530ab0..ffceaf56ab 100644 --- a/i18n/fra/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/fra/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "Impossible d’écrire dans le fichier de configuration de l’espace de travail. Veuillez ouvrir le fichier pour y corriger les erreurs/avertissements et essayez Ć  nouveau.", "errorWorkspaceConfigurationFileDirty": "Impossible d’écrire dans le fichier de configuration de l’espace de travail, car le fichier a Ć©tĆ© modifiĆ©. Veuillez, s’il vous plaĆ®t, l'enregistrez et rĆ©essayez.", - "openWorkspaceConfigurationFile": "Ouvrir le Fichier de Configuration d’espace de travail", - "close": "Fermer", - "enterWorkspace.close": "Fermer", - "enterWorkspace.dontShowAgain": "Ne plus afficher", - "enterWorkspace.moreInfo": "Informations", - "enterWorkspace.prompt": "En savoir plus sur l’utilisation de dossiers multiples dans VS Code." + "openWorkspaceConfigurationFile": "Ouvrir la Configuration de l’espace de travail" } \ No newline at end of file diff --git a/i18n/hun/extensions/azure-account/out/azure-account.i18n.json b/i18n/hun/extensions/azure-account/out/azure-account.i18n.json index fce78b4ff6..dc0cee1b48 100644 --- a/i18n/hun/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/hun/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/extensions/azure-account/out/extension.i18n.json b/i18n/hun/extensions/azure-account/out/extension.i18n.json index 3b2b1940bb..7673841e14 100644 --- a/i18n/hun/extensions/azure-account/out/extension.i18n.json +++ b/i18n/hun/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/extensions/bat/package.i18n.json b/i18n/hun/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..49aa6a2846 --- /dev/null +++ b/i18n/hun/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Windows kƶtegfĆ”jl (batch) nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a Windows kƶtegfĆ”jlokban (batch)." +} \ No newline at end of file diff --git a/i18n/hun/extensions/clojure/package.i18n.json b/i18n/hun/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..83bb559fd5 --- /dev/null +++ b/i18n/hun/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Clojure nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Clojure-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/coffeescript/package.i18n.json b/i18n/hun/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..a1a4916683 --- /dev/null +++ b/i18n/hun/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CoffeeScript nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a CoffeeScript-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/configuration-editing/out/extension.i18n.json b/i18n/hun/extensions/configuration-editing/out/extension.i18n.json index 480e87c489..58d5239498 100644 --- a/i18n/hun/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/hun/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "PĆ©lda" } \ No newline at end of file diff --git a/i18n/hun/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/hun/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index b0baf1f755..2cd78773dc 100644 --- a/i18n/hun/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/hun/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "a fĆ”jl neve (pl. myFile.txt)", "activeEditorMedium": "a fĆ”jl relatĆ­v elĆ©rĆ©si Ćŗtja a munkaterület mappĆ”jĆ”hoz kĆ©pest (pl. myFolder/myFile.txt)", "activeEditorLong": "a fĆ”jl teljes elĆ©rĆ©si Ćŗtja (pl. /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/hun/extensions/configuration-editing/package.i18n.json b/i18n/hun/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..b62b582a3d --- /dev/null +++ b/i18n/hun/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "KonfigurĆ”ciószerkesztő", + "description": "Funkciók (fejlett IntelliSense, automatikus javĆ­tĆ”s) konfigurĆ”ciót tartalmazó fĆ”jlokhoz, pĆ©ldĆ”ul a beĆ”llĆ­tĆ”sokhoz, az indĆ­tĆ”si konfigurĆ”ciókhoz Ć©s a kiegĆ©szĆ­tőjavaslatokat tartalmazó fĆ”jlokhoz." +} \ No newline at end of file diff --git a/i18n/hun/extensions/cpp/package.i18n.json b/i18n/hun/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..ce6bb59977 --- /dev/null +++ b/i18n/hun/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C/C++ nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a C/C++-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/csharp/package.i18n.json b/i18n/hun/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..2fe5a81023 --- /dev/null +++ b/i18n/hun/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C# nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a C#-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/css/client/out/cssMain.i18n.json b/i18n/hun/extensions/css/client/out/cssMain.i18n.json index e5331e1a5a..a19aa44a22 100644 --- a/i18n/hun/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/hun/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "CSS nyelvi szerver", "folding.start": "Ɩsszecsukható tartomĆ”ny kezdete", "folding.end": "Ɩsszecsukható tartomĆ”ny vĆ©ge" diff --git a/i18n/hun/extensions/css/package.i18n.json b/i18n/hun/extensions/css/package.i18n.json index 5b083d4650..67257bd8a5 100644 --- a/i18n/hun/extensions/css/package.i18n.json +++ b/i18n/hun/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CSS nyelvi funkciók", + "description": "SzĆ©leskƶrű nyelvi tĆ”mogatĆ”s CSS-, LESS- Ć©s SCSS-fĆ”jlokhoz.", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "Nem megfelelő szĆ”mĆŗ paramĆ©ter", "css.lint.boxModel.desc": "A width Ć©s a height tulajdonsĆ”g kerülĆ©se a padding Ć©s a border tulajdonsĆ”g hasznĆ”lata esetĆ©n", diff --git a/i18n/hun/extensions/diff/package.i18n.json b/i18n/hun/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..4a2ffd495c --- /dev/null +++ b/i18n/hun/extensions/diff/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Diff-fĆ”jl nyelvi funkciók", + "description": "Szintaktikai kiemelĆ©st, ƶsszetartozó zĆ”rójelek kezelĆ©sĆ©t Ć©s tovĆ”bbi nyelvi funkciókat szolgĆ”ltat a Diff-fĆ”jlokhoz." +} \ No newline at end of file diff --git a/i18n/hun/extensions/docker/package.i18n.json b/i18n/hun/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..ae341d0151 --- /dev/null +++ b/i18n/hun/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Docker nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Docker-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/emmet/package.i18n.json b/i18n/hun/extensions/emmet/package.i18n.json index 65869470a9..2cbe530b05 100644 --- a/i18n/hun/extensions/emmet/package.i18n.json +++ b/i18n/hun/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Emmet-tĆ”mogatĆ”s a VS Code-hoz", "command.wrapWithAbbreviation": "BecsomagolĆ”s rƶvidĆ­tĆ©ssel", "command.wrapIndividualLinesWithAbbreviation": "Egyedi sorok becsomagolĆ”sa rƶvidĆ­tĆ©ssel", "command.removeTag": "Elem eltĆ”volĆ­tĆ”sa", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "AttribĆŗtumnevek vesszővel elvĆ”lasztott listĆ”ja, amelyeknek lĆ©teznie kell a megjegyzĆ©sszűrő alkalmazĆ”sĆ”hoz.", "emmetPreferencesFormatNoIndentTags": "Azon elemek neveit tartalmazó tƶmb, melyek nem kapnak belső indentĆ”lĆ”st", "emmetPreferencesFormatForceIndentTags": "Azon elemek neveit tartalmazó tƶmb, melyek mindig kapnak belső indentĆ”lĆ”st", - "emmetPreferencesAllowCompactBoolean": "Ha az Ć©rtĆ©ke true, a logikai Ć©rtĆ©keket tartalmazó attribĆŗtumok esetĆ©n a rƶvidĆ­tett jelƶlĆ©s lesz hasznĆ”lva" + "emmetPreferencesAllowCompactBoolean": "Ha az Ć©rtĆ©ke true, a logikai Ć©rtĆ©keket tartalmazó attribĆŗtumok esetĆ©n a rƶvidĆ­tett jelƶlĆ©s lesz hasznĆ”lva", + "emmetPreferencesCssWebkitProperties": "CSS-tulajdonsĆ”gok vesszővel ellĆ”tott listĆ”ja, melyek 'webkit' gyĆ”rtói előtagot kapnak azoknĆ”l az Emmet-rƶvidtĆ©seknĆ©l, melyek `-` karakterrel kezdődnek. ƁllĆ­tsa üres szƶvegre, ha soha nem szeretne 'webkit' előtagot hasznĆ”lni.", + "emmetPreferencesCssMozProperties": "CSS-tulajdonsĆ”gok vesszővel ellĆ”tott listĆ”ja, melyek 'moz' gyĆ”rtói előtagot kapnak azoknĆ”l az Emmet-rƶvidtĆ©seknĆ©l, melyek `-` karakterrel kezdődnek. ƁllĆ­tsa üres szƶvegre, ha soha nem szeretne 'moz' előtagot hasznĆ”lni.", + "emmetPreferencesCssOProperties": "CSS-tulajdonsĆ”gok vesszővel ellĆ”tott listĆ”ja, melyek 'o' gyĆ”rtói előtagot kapnak azoknĆ”l az Emmet-rƶvidtĆ©seknĆ©l, melyek `-` karakterrel kezdődnek. ƁllĆ­tsa üres szƶvegre, ha soha nem szeretne 'o' előtagot hasznĆ”lni.", + "emmetPreferencesCssMsProperties": "CSS-tulajdonsĆ”gok vesszővel ellĆ”tott listĆ”ja, melyek 'ms' gyĆ”rtói előtagot kapnak azoknĆ”l az Emmet-rƶvidtĆ©seknĆ©l, melyek `-` karakterrel kezdődnek. ƁllĆ­tsa üres szƶvegre, ha soha nem szeretne 'ms' előtagot hasznĆ”lni." } \ No newline at end of file diff --git a/i18n/hun/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/hun/extensions/extension-editing/out/extensionLinter.i18n.json index e3c13b9c6a..7dc99964d8 100644 --- a/i18n/hun/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/hun/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "A kĆ©pek csak HTTPS-protokollt hasznĆ”lhatnak.", "svgsNotValid": "Az SVG-k nem Ć©rvĆ©nyes kĆ©pforrĆ”sok.", "embeddedSvgsNotValid": "A beĆ”gyazott SVG-k nem Ć©rvĆ©nyes kĆ©pforrĆ”sok.", diff --git a/i18n/hun/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/hun/extensions/extension-editing/out/packageDocumentHelper.i18n.json index 12ff7e4eb5..ea8dfd0815 100644 --- a/i18n/hun/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/hun/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "Nyelvspecifikus szerkesztőbeĆ”llĆ­tĆ”sok", "languageSpecificEditorSettingsDescription": "A szerkesztő beĆ”llĆ­tĆ”sainak felülĆ­rĆ”sa az adott nyelvre vonatkozóan" } \ No newline at end of file diff --git a/i18n/hun/extensions/extension-editing/package.i18n.json b/i18n/hun/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..c39c0f4414 --- /dev/null +++ b/i18n/hun/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CsomagfĆ”jl-szerkesztő", + "description": "IntelliSense-t szolgĆ”ltat a VS Code kiegĆ©szĆ­tĆ©si pontjaihoz, illetve lintelĆ©st a package.json-fĆ”jlokhoz." +} \ No newline at end of file diff --git a/i18n/hun/extensions/fsharp/package.i18n.json b/i18n/hun/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..4b8cb9619a --- /dev/null +++ b/i18n/hun/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "F# nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t az F#-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/git/out/askpass-main.i18n.json b/i18n/hun/extensions/git/out/askpass-main.i18n.json index f81c61e88d..64c416ebc8 100644 --- a/i18n/hun/extensions/git/out/askpass-main.i18n.json +++ b/i18n/hun/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "HiĆ”nyzó vagy Ć©rvĆ©nytelen hitelesĆ­tĆ©si adatok." } \ No newline at end of file diff --git a/i18n/hun/extensions/git/out/autofetch.i18n.json b/i18n/hun/extensions/git/out/autofetch.i18n.json index fe69406ef3..8e2c3e3ab3 100644 --- a/i18n/hun/extensions/git/out/autofetch.i18n.json +++ b/i18n/hun/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "Igen", "no": "Nem", - "not now": "Most nem", - "suggest auto fetch": "SzeretnĆ© engedĆ©lyezni a Git-forrĆ”skódtĆ”rhelyek automatikus lekĆ©rĆ©sĆ©t (fetch)?" + "not now": "KĆ©rdezzen rĆ” kĆ©sőbb", + "suggest auto fetch": "SzeretnĆ©, hogy a Code [időszakosan futtassa a 'git fetch' parancsot]({0})?" } \ No newline at end of file diff --git a/i18n/hun/extensions/git/out/commands.i18n.json b/i18n/hun/extensions/git/out/commands.i18n.json index d2dfa251e5..a0878a84e2 100644 --- a/i18n/hun/extensions/git/out/commands.i18n.json +++ b/i18n/hun/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "CĆ­mke, a kƶvetkezőre mutat: {0}", "remote branch at": "TĆ”voli Ć”g, a kƶvetkezőre mutat: {0}", "create branch": "$(plus) Új Ć”g lĆ©trehozĆ”sa", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\nA művelet NEM VONHATƓ VISSZA, az aktuĆ”lis munka ƖRƖKRE EL FOG VESZNI.", "yes discard tracked": "Egy kƶvetett fĆ”jl elvetĆ©se", "yes discard tracked multiple": "{0} kƶvetett fĆ”jl elvetĆ©se", + "unsaved files single": "A kƶvetkező fĆ”jl nincs elmentve: {0}.\n\nSzeretnĆ© menteni a beadĆ”s előtt?", + "unsaved files": "{0} nem mentett fĆ”jl talĆ”lható.\n\nSzeretnĆ© menteni őket a beadĆ”s előtt?", + "save and commit": "Ɩsszes mentĆ©se Ć©s beadĆ”s", + "commit": "BeadĆ”s mindenkĆ©pp", "no staged changes": "Nincs beadĆ”shoz (commithoz) előjegyzett módosĆ­tĆ”s. SzeretnĆ© automatikusan előjegyeztetni a módosĆ­tĆ”sokat Ć©s kƶzvetlenül beadni őket?", "always": "Mindig", "no changes": "Nincs beadandó módosĆ­tĆ”s.", @@ -64,12 +70,13 @@ "no remotes to pull": "A forrĆ”skódtĆ”rhoz nincsenek tĆ”voli szerverek konfigurĆ”lva, ahonnan pullozni lehetne.", "pick remote pull repo": "VĆ”lassza ki a tĆ”voli szervert, ahonnan pullozni szeretnĆ© az Ć”gat", "no remotes to push": "A forrĆ”skódtĆ”rhoz nincsenek tĆ”voli szerverek konfigurĆ”lva, ahovĆ” pusholni lehetne.", - "push with tags success": "A cĆ­mkĆ©kkel együtt tƶrtĆ©nő pusholĆ”s sikeresen befejeződƶtt.", "nobranch": "VĆ”lasszon egy Ć”gat a tĆ”voli szerverre való pusholĆ”shot!", + "confirm publish branch": "A(z) '{0}' Ć”g nem lĆ©tezik a tĆ”voli szerveren. SzeretnĆ© publikĆ”lni ezt az Ć”gat?", + "ok": "OK", + "push with tags success": "A cĆ­mkĆ©kkel együtt tƶrtĆ©nő pusholĆ”s sikeresen befejeződƶtt.", "pick remote": "VĆ”lassza ki a tĆ”voli szervert, ahovĆ” publikĆ”lni szeretnĆ© a(z) '{0}' Ć”gat:", "sync is unpredictable": "Ez a művelet pusholja Ć©s pullozza a commitokat a kƶvetkező helyről: '{0}'.", - "ok": "OK", - "never again": "Rendben, ne jelenĆ­tse meg Ćŗjra", + "never again": "Rendben, ne jelenjen meg Ćŗjra", "no remotes to publish": "A forrĆ”skódtĆ”rhoz nincsenek tĆ”voli szerverek konfigurĆ”lva, ahovĆ” publikĆ”lni lehetne.", "no changes stash": "Nincs elrakandó módosĆ­tĆ”s.", "provide stash message": "Adja meg a stash-hez tartozó üzenet (nem kƶtelező)", diff --git a/i18n/hun/extensions/git/out/main.i18n.json b/i18n/hun/extensions/git/out/main.i18n.json index ab59b50cfc..45f598e8ef 100644 --- a/i18n/hun/extensions/git/out/main.i18n.json +++ b/i18n/hun/extensions/git/out/main.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "Git keresĆ©se a kƶvetkező helyen: {0}", "using git": "Git {0} hasznĆ”lata a kƶvetkező helyről: {1}", "downloadgit": "Git letƶltĆ©se", - "neverShowAgain": "Ne jelenjen meg Ćŗjra", + "neverShowAgain": "Ne jelenĆ­tse meg Ćŗjra", "notfound": "A Git nem talĆ”lható. TelepĆ­tse vagy Ć”llĆ­tsa be az elĆ©rĆ©si ĆŗtjĆ”t a 'git.path' beĆ”llĆ­tĆ”ssal.", "updateGit": "Git frissĆ­tĆ©se", "git20": "Úgy tűnik, hogy a git {0} van telepĆ­tve. A Code a git >= 2 verzióival műkƶdik együtt a legjobban." diff --git a/i18n/hun/extensions/git/out/model.i18n.json b/i18n/hun/extensions/git/out/model.i18n.json index b48df0faf5..d0b2fee151 100644 --- a/i18n/hun/extensions/git/out/model.i18n.json +++ b/i18n/hun/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "A(z) '{0}' forrĆ”skódtĆ”rhoz {1} almodul tartozik, ami nem lesz megnyitva automatikusan. BĆ”rmelyik megnyitható külƶn-külƶn egy bennük lĆ©vő fĆ”jl megnyitĆ”sĆ”val.", "no repositories": "Nem talĆ”lható forrĆ”skódtĆ”r.", "pick repo": "VĆ”lasszon forrĆ”skódtĆ”rat!" } \ No newline at end of file diff --git a/i18n/hun/extensions/git/out/repository.i18n.json b/i18n/hun/extensions/git/out/repository.i18n.json index 234abfc447..1976157de8 100644 --- a/i18n/hun/extensions/git/out/repository.i18n.json +++ b/i18n/hun/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "MegnyitĆ”s", "index modified": "Index, módosĆ­tva", "modified": "MódosĆ­tva", @@ -26,7 +28,8 @@ "merge changes": "MódosĆ­tĆ”sok ƶsszeolvasztĆ”sa", "staged changes": "BeadĆ”sra előjegyzett módosĆ­tĆ”sok", "changes": "MódosĆ­tĆ”sok", - "ok": "OK", - "neveragain": "Soha ne jelenĆ­tse meg Ćŗjra", + "commitMessageCountdown": "{0} karakter maradt az aktuĆ”lis sorban", + "commitMessageWarning": "Ā {0} karakterrel tƶbb, mint {1} az aktuĆ”lis sorban", + "neveragain": "Ne jelenĆ­tse meg Ćŗjra", "huge": "A(z) '{0}' forrĆ”skódtĆ”rban tĆŗl sok aktĆ­v módosĆ­tĆ”s van. A Git-funkciók csak egy rĆ©sze lesz engedĆ©lyezve." } \ No newline at end of file diff --git a/i18n/hun/extensions/git/out/scmProvider.i18n.json b/i18n/hun/extensions/git/out/scmProvider.i18n.json index 7fded37328..7721831df0 100644 --- a/i18n/hun/extensions/git/out/scmProvider.i18n.json +++ b/i18n/hun/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/extensions/git/out/statusbar.i18n.json b/i18n/hun/extensions/git/out/statusbar.i18n.json index 9312f34310..39fddf88ef 100644 --- a/i18n/hun/extensions/git/out/statusbar.i18n.json +++ b/i18n/hun/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "Checkout...", "sync changes": "MódosĆ­tĆ”sok szinkronizĆ”lĆ”sa", "publish changes": "MódosĆ­tĆ”sok publikĆ”lĆ”sa", diff --git a/i18n/hun/extensions/git/package.i18n.json b/i18n/hun/extensions/git/package.i18n.json index 150ac02318..6fd7a29810 100644 --- a/i18n/hun/extensions/git/package.i18n.json +++ b/i18n/hun/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Git verziókezelő integrĆ”ció", "command.clone": "KlónozĆ”s", "command.init": "ForrĆ”skódtĆ”r előkĆ©szĆ­tĆ©se", "command.close": "ForrĆ”skódtĆ”r bezĆ”rĆ”sa", @@ -54,6 +58,7 @@ "command.stashPopLatest": "Legutóbbi stash visszaĆ”llĆ­tĆ”sa", "config.enabled": "MeghatĆ”rozza, hogy a git engedĆ©lyezve van-e", "config.path": "A git vĆ©grehajtható fĆ”jl elĆ©rĆ©si Ćŗtja", + "config.autoRepositoryDetection": "MeghatĆ”rozza, hogy a forrĆ”skódtĆ”rak automatikusan fel legyenek-e derĆ­tve", "config.autorefresh": "MeghatĆ”rozza, hogy engedĆ©lyezve van-e az automatikus frissĆ­tĆ©s", "config.autofetch": "MeghatĆ”rozza, hogy engedĆ©lyezve van-e az automatikus lekĆ©rĆ©s", "config.enableLongCommitWarning": "Figyelmeztessen-e az alkalmazĆ”s hosszĆŗ beadĆ”si üzenet esetĆ©n", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "Commit GPG-vel tƶrtĆ©nő alƔƭrĆ”sĆ”nak engedĆ©lyezĆ©se.", "config.discardAllScope": "MeghatĆ”rozza, hogy milyen módosĆ­tĆ”sok kerülnek elvetĆ©sre az \"Ɩsszes módosĆ­tĆ”s elvetĆ©se\" parancs kiadĆ”sa esetĆ©n. `all` esetĆ©n minden módosĆ­tĆ”s elvetődik. `tracked` esetĆ©n csak a kƶvetett fĆ”jlok módosĆ­tĆ”sai vetődnek el. `prompt` esetĆ©n a parancs minden futtatĆ”sĆ”nĆ”l felugrik egy pĆ”rbeszĆ©dablak.", "config.decorations.enabled": "MeghatĆ”rozza, hogy a Git megjelƶlje-e szĆ­nnel Ć©s jelvĆ©nnyekkel a fĆ”jlokat a fĆ”jlkezelőben Ć©s a nyitott szerkesztőablakok nĆ©zetben.", + "config.promptToSaveFilesBeforeCommit": "MeghatĆ”rozza, hogy a Git ellenőrizze-e, hogy van-e mentetlen fĆ”jl beadĆ”s (commit) előtt.", + "config.showInlineOpenFileAction": "MeghatĆ”rozza, hogy megjelenjen-e a sorok kƶzƶtt egy 'FĆ”jl megnyitĆ”sa' művelet a git vĆ”ltozĆ”sok nĆ©zetĆ©n.", + "config.inputValidation": "MeghatĆ”rozza, hogy mikor jelenjen meg a beadĆ”si üzenet validĆ”lĆ”sa.", + "config.detectSubmodules": "MeghatĆ”rozza, hogy automatikusan fel legyenek-e derĆ­tve a git almodulok.", "colors.modified": "A módosĆ­tott erőforrĆ”sok szĆ­ne.", "colors.deleted": "A tƶrƶlt erőforrĆ”sok szĆ­ne.", "colors.untracked": "A nem kƶvetett erőforrĆ”sok szĆ­ne.", "colors.ignored": "A figyelmen kĆ­vül hagyott erőforrĆ”sok szĆ­ne.", - "colors.conflict": "A konfliktusos erőforrĆ”sok szĆ­ne." + "colors.conflict": "A konfliktusos erőforrĆ”sok szĆ­ne.", + "colors.submodule": "Az almodulokhoz tartozó erőforrĆ”sok szĆ­ne" } \ No newline at end of file diff --git a/i18n/hun/extensions/go/package.i18n.json b/i18n/hun/extensions/go/package.i18n.json new file mode 100644 index 0000000000..0a633dbcfc --- /dev/null +++ b/i18n/hun/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Go nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Go-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/groovy/package.i18n.json b/i18n/hun/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..38959937b5 --- /dev/null +++ b/i18n/hun/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Groovy nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Groovy-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/grunt/out/main.i18n.json b/i18n/hun/extensions/grunt/out/main.i18n.json index 343486514d..d572af6430 100644 --- a/i18n/hun/extensions/grunt/out/main.i18n.json +++ b/i18n/hun/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "A Grunt automatikus felderĆ­tĆ©se a(z) {0} mappĆ”hoz nem sikerült a kƶvetkező hiba miatt: {1}" } \ No newline at end of file diff --git a/i18n/hun/extensions/grunt/package.i18n.json b/i18n/hun/extensions/grunt/package.i18n.json index 9888b20bc6..a99eed0b04 100644 --- a/i18n/hun/extensions/grunt/package.i18n.json +++ b/i18n/hun/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "MeghatĆ”rozza, hogy a Grunt feladatok automatikus felderĆ­tĆ”se be van-e kapcsolva. A beĆ”llĆ­tĆ”s alapĆ©rtelmezetten aktĆ­v." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Grunttal kapcsolatos funkciók VSCode-hoz.", + "displayName": "Grunt-tĆ”mogatĆ”s a VSCode-hoz", + "config.grunt.autoDetect": "MeghatĆ”rozza, hogy a Grunt feladatok automatikus felderĆ­tĆ”se be van-e kapcsolva. A beĆ”llĆ­tĆ”s alapĆ©rtelmezetten aktĆ­v.", + "grunt.taskDefinition.type.description": "A testreszabott Grunt-feladat.", + "grunt.taskDefinition.file.description": "Azon Grunt-fĆ”jl neve, ami a feladatot szolgĆ”ltatja. Elhagyható." } \ No newline at end of file diff --git a/i18n/hun/extensions/gulp/out/main.i18n.json b/i18n/hun/extensions/gulp/out/main.i18n.json index 9a22c2ad9b..801e2bb180 100644 --- a/i18n/hun/extensions/gulp/out/main.i18n.json +++ b/i18n/hun/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "A gulp automatikus felderĆ­tĆ©se a(z) {0} mappĆ”hoz nem sikerült a kƶvetkező hiba miatt: {1}" } \ No newline at end of file diff --git a/i18n/hun/extensions/gulp/package.i18n.json b/i18n/hun/extensions/gulp/package.i18n.json index ecaab76d9c..13847641f0 100644 --- a/i18n/hun/extensions/gulp/package.i18n.json +++ b/i18n/hun/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "MeghatĆ”rozza, hogy a Gulp feladatok automatikus felderĆ­tĆ”se be van-e kapcsolva. A beĆ”llĆ­tĆ”s alapĆ©rtelmezetten aktĆ­v." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Gulppal kapcsolatos funkciók VSCode-hoz.", + "displayName": "Gulp-tĆ”mogatĆ”s a VSCode-hoz", + "config.gulp.autoDetect": "MeghatĆ”rozza, hogy a Gulp feladatok automatikus felderĆ­tĆ”se be van-e kapcsolva. A beĆ”llĆ­tĆ”s alapĆ©rtelmezetten aktĆ­v.", + "gulp.taskDefinition.type.description": "A testreszabott Gulp-feladat.", + "gulp.taskDefinition.file.description": "Azon Gulp-fĆ”jl neve, ami a feladatot szolgĆ”ltatja. Elhagyható." } \ No newline at end of file diff --git a/i18n/hun/extensions/handlebars/package.i18n.json b/i18n/hun/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..9f8aaf7e4d --- /dev/null +++ b/i18n/hun/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Handlebars nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Handlebars-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/hlsl/package.i18n.json b/i18n/hun/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..48bfcec7f1 --- /dev/null +++ b/i18n/hun/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HLSL nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a HLSL-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/html/client/out/htmlMain.i18n.json b/i18n/hun/extensions/html/client/out/htmlMain.i18n.json index c7c371e873..6a7e65e5c5 100644 --- a/i18n/hun/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/hun/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "HTML nyelvi szerver", "folding.start": "Ɩsszecsukható tartomĆ”ny kezdete", "folding.end": "Ɩsszecsukható tartomĆ”ny vĆ©ge" diff --git a/i18n/hun/extensions/html/package.i18n.json b/i18n/hun/extensions/html/package.i18n.json index 292aa40864..444e54099a 100644 --- a/i18n/hun/extensions/html/package.i18n.json +++ b/i18n/hun/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HTML nyelvi funkciók", + "description": "SzĆ©leskƶrű nyelvi tĆ”mogatĆ”s HTML-, Razor- Ć©s Handlebar-fĆ”jlokhoz.", "html.format.enable.desc": "AlapĆ©rtelmezett HTML-formĆ”zó engedĆ©lyezĆ©se vagy letiltĆ”sa.", "html.format.wrapLineLength.desc": "MaximĆ”lis karakterszĆ”m soronkĆ©nt (0 = letiltĆ”s)", "html.format.unformatted.desc": "Azon elemek vesszővel elvĆ”lasztott listĆ”ja, melyek ne legyenek ĆŗjraformĆ”zva. 'null' Ć©rtĆ©k esetĆ©n a https://www.w3.org/TR/html5/dom.html#phrasing-content oldalon listĆ”zott elemek lesznek hasznĆ”lva.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "A VS Code Ć©s a HTML nyelvi szerver kƶzƶtti kommunikĆ”ció naplózĆ”sa.", "html.validate.scripts": "MeghatĆ”rozza, hogy a beĆ©pĆ­tett HTML nyelvi tĆ”mogatĆ”s validĆ”lja-e a beĆ”gyazott parancsafĆ”jlokat.", "html.validate.styles": "MeghatĆ”rozza, hogy a beĆ©pĆ­tett HTML nyelvi tĆ”mogatĆ”s validĆ”lja-e a beĆ”gyazott stĆ­lusfĆ”jlokat.", + "html.experimental.syntaxFolding": "SzintaxisalapĆŗ becsukható kódrĆ©szletek engedĆ©lyezĆ©se vagy letiltĆ”sa.", "html.autoClosingTags": "HTML-elemek automatikus lezĆ”rĆ”sĆ”nak engedĆ©lyezĆ©se vagy tetiltĆ”sa." } \ No newline at end of file diff --git a/i18n/hun/extensions/ini/package.i18n.json b/i18n/hun/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..f205a20756 --- /dev/null +++ b/i18n/hun/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ini nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket az Ini-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/jake/out/main.i18n.json b/i18n/hun/extensions/jake/out/main.i18n.json index 3dd479da8b..48737a3e92 100644 --- a/i18n/hun/extensions/jake/out/main.i18n.json +++ b/i18n/hun/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "A Jake automatikus felderĆ­tĆ©se a(z) {0} mappĆ”hoz nem sikerült a kƶvetkező hiba miatt: {1}" } \ No newline at end of file diff --git a/i18n/hun/extensions/jake/package.i18n.json b/i18n/hun/extensions/jake/package.i18n.json index 4ac74e50f9..d22c4ad724 100644 --- a/i18n/hun/extensions/jake/package.i18n.json +++ b/i18n/hun/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Jake-kel kapcsolatos funkciók VSCode-hoz.", + "displayName": "Jake-tĆ”mogatĆ”s a VSCode-hoz", + "jake.taskDefinition.type.description": "A testreszabott Jake-feladat.", + "jake.taskDefinition.file.description": "Azon Jake-fĆ”jl neve, ami a feladatot szolgĆ”ltatja. Elhagyható.", "config.jake.autoDetect": "MeghatĆ”rozza, hogy a Jake-feladatok automatikus felderĆ­tĆ”se be van-e kapcsolva. A beĆ”llĆ­tĆ”s alapĆ©rtelmezetten aktĆ­v." } \ No newline at end of file diff --git a/i18n/hun/extensions/java/package.i18n.json b/i18n/hun/extensions/java/package.i18n.json new file mode 100644 index 0000000000..7c614b1757 --- /dev/null +++ b/i18n/hun/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Java nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a Java-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/hun/extensions/javascript/out/features/bowerJSONContribution.i18n.json index c1e4df9ef0..d6a061b2ea 100644 --- a/i18n/hun/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/hun/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "AlapĆ©rtelmezett bower.json", "json.bower.error.repoaccess": "A bower-adattĆ”r lekĆ©rdezĆ©se nem sikerült: {0}", "json.bower.latest.version": "legutóbbi" diff --git a/i18n/hun/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/hun/extensions/javascript/out/features/packageJSONContribution.i18n.json index 364a0ae2d1..c5a0db65d9 100644 --- a/i18n/hun/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/hun/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "AlapĆ©rtelmezett package.json", "json.npm.error.repoaccess": "Az NPM-adattĆ”r lekĆ©rdezĆ©se nem sikerült: {0}", "json.npm.latestversion": "A csomag jelenlegi legĆŗjabb verziója", diff --git a/i18n/hun/extensions/javascript/package.i18n.json b/i18n/hun/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..d5c8e5a099 --- /dev/null +++ b/i18n/hun/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a JavaScript-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/json/client/out/jsonMain.i18n.json b/i18n/hun/extensions/json/client/out/jsonMain.i18n.json index a71a351271..07f24ab728 100644 --- a/i18n/hun/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/hun/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "JSON nyelvi szerver" } \ No newline at end of file diff --git a/i18n/hun/extensions/json/package.i18n.json b/i18n/hun/extensions/json/package.i18n.json index 9738d21358..2f0cdf7c4a 100644 --- a/i18n/hun/extensions/json/package.i18n.json +++ b/i18n/hun/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JSON nyelvi funkciók", + "description": "SzĆ©leskƶrű nyelvi tĆ”mogatĆ”s JSON-fĆ”jlokhoz.", "json.schemas.desc": "SĆ©mĆ”k hozzĆ”rendelĆ©se JSON-fĆ”jlokhoz a jelenlegi projektben", "json.schemas.url.desc": "Egy sĆ©ma URL-cĆ­me vagy egy sĆ©ma relatĆ­v elĆ©rĆ©si Ćŗtja az aktuĆ”lis kƶnyvtĆ”rban", "json.schemas.fileMatch.desc": "FĆ”jlmintĆ”k tƶmbje, amely a JSON-fĆ”jlok sĆ©mĆ”khoz való rendelĆ©sĆ©nĆ©l van hasznĆ”lva.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "AlapĆ©rtelmezett JSON-formĆ”zó engedĆ©lyezĆ©se vagy letiltĆ”sa (ĆŗjraindĆ­tĆ”st igĆ©nyel)", "json.tracing.desc": "A VS Code Ć©s a JSON nyelvi szerver kƶzƶtti kommunikĆ”ció naplózĆ”sa.", "json.colorDecorators.enable.desc": "SzĆ­ndekorĆ”torok engedĆ©lyezĆ©se vagy letiltĆ”sa", - "json.colorDecorators.enable.deprecationMessage": "A `json.colorDecorators.enable` beĆ”llĆ­tĆ”s elavult az `editor.colorDecorators` bevezetĆ©se miatt." + "json.colorDecorators.enable.deprecationMessage": "A `json.colorDecorators.enable` beĆ”llĆ­tĆ”s elavult az `editor.colorDecorators` bevezetĆ©se miatt.", + "json.experimental.syntaxFolding": "SzintaxisalapĆŗ becsukható kódrĆ©szletek engedĆ©lyezĆ©se vagy letiltĆ”sa." } \ No newline at end of file diff --git a/i18n/hun/extensions/less/package.i18n.json b/i18n/hun/extensions/less/package.i18n.json new file mode 100644 index 0000000000..0c2ba3de9e --- /dev/null +++ b/i18n/hun/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Less nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a C/C++-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/log/package.i18n.json b/i18n/hun/extensions/log/package.i18n.json new file mode 100644 index 0000000000..d7b391ba32 --- /dev/null +++ b/i18n/hun/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Log", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat a .log kiterjesztĆ©sű fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/lua/package.i18n.json b/i18n/hun/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..7787d1cf64 --- /dev/null +++ b/i18n/hun/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Lua nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Lua-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/make/package.i18n.json b/i18n/hun/extensions/make/package.i18n.json new file mode 100644 index 0000000000..cedd897e00 --- /dev/null +++ b/i18n/hun/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Make nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Make-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/markdown-basics/package.i18n.json b/i18n/hun/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..de5c5fc134 --- /dev/null +++ b/i18n/hun/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat a Markdown-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/markdown/out/commands.i18n.json b/i18n/hun/extensions/markdown/out/commands.i18n.json index 4d7844c452..26750e8ee3 100644 --- a/i18n/hun/extensions/markdown/out/commands.i18n.json +++ b/i18n/hun/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "{0} előnĆ©zete", "onPreviewStyleLoadError": "A 'markdown.styles' nem tƶlthető be: {0}" } \ No newline at end of file diff --git a/i18n/hun/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/hun/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..2631a14031 --- /dev/null +++ b/i18n/hun/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "A 'markdown.styles' nem tƶlthető be: {0}" +} \ No newline at end of file diff --git a/i18n/hun/extensions/markdown/out/extension.i18n.json b/i18n/hun/extensions/markdown/out/extension.i18n.json index 8f10082f96..e0ee425fb0 100644 --- a/i18n/hun/extensions/markdown/out/extension.i18n.json +++ b/i18n/hun/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/extensions/markdown/out/features/preview.i18n.json b/i18n/hun/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..fd75fd37f2 --- /dev/null +++ b/i18n/hun/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[ElőnĆ©zet] {0}", + "previewTitle": "{0} előnĆ©zete" +} \ No newline at end of file diff --git a/i18n/hun/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/hun/extensions/markdown/out/features/previewContentProvider.i18n.json index a99e024341..ff5e0b5524 100644 --- a/i18n/hun/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/hun/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "A tartalom egy rĆ©sze le van tiltva az aktuĆ”lis dokumentumban", "preview.securityMessage.title": "PotencionĆ”lisan veszĆ©lyes vagy nem biztonsĆ”gos tartalom lett letiltva a markdown-előnĆ©zetben. MódosĆ­tsa a markdown-előnĆ©zet biztonsĆ”gi beĆ”llĆ­tĆ”sait a nem biztonsĆ”gos tartalmak vagy parancsfĆ”jlok engedĆ©lyezĆ©sĆ©hez!", "preview.securityMessage.label": "BiztonsĆ”gi figyelmeztetĆ©s: tartalom le van tiltva" diff --git a/i18n/hun/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/hun/extensions/markdown/out/previewContentProvider.i18n.json index a99e024341..131d3a5f52 100644 --- a/i18n/hun/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/hun/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/extensions/markdown/out/security.i18n.json b/i18n/hun/extensions/markdown/out/security.i18n.json index dc2803d332..94d1b9ba53 100644 --- a/i18n/hun/extensions/markdown/out/security.i18n.json +++ b/i18n/hun/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "SzigorĆŗ", "strict.description": "Csak biztonsĆ”gos tartalmak betƶltĆ©se", "insecureContent.title": "Nem biztonsĆ”gos tartalom engedĆ©lyezĆ©se", diff --git a/i18n/hun/extensions/markdown/package.i18n.json b/i18n/hun/extensions/markdown/package.i18n.json index beadc8533d..0dc83f47f5 100644 --- a/i18n/hun/extensions/markdown/package.i18n.json +++ b/i18n/hun/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown nyelvi funkciók", + "description": "SzĆ©leskƶrű nyelvi tĆ”mogatĆ”s Markdown-fĆ”jlokhoz.", "markdown.preview.breaks.desc": "MeghatĆ”rozza, hogy a sortƶrĆ©sek hogyan vannak megjelenĆ­tve a markdown-előnĆ©zetben. Ha az Ć©rtĆ©ke 'true', akkor minden egyes Ćŗjsor esetĆ©n
jƶn lĆ©tre.", "markdown.preview.linkify": "URL-szerű szƶvegek hivatkozĆ”ssĆ” alakĆ­tĆ”sĆ”nak engedĆ©lyezĆ©se vagy letiltĆ”sa a markdown-előnĆ©zetben.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Kattintson duplĆ”n a markdown-előnĆ©zetre a szerkesztőre való Ć”tvĆ”ltĆ”shoz.", @@ -12,13 +16,17 @@ "markdown.preview.lineHeight.desc": "MeghatĆ”rozza a markdown-előnĆ©zeten hasznĆ”lt sormagassĆ”got. Az Ć©rtĆ©k relatĆ­v a betűmĆ©rethez kĆ©pest.", "markdown.preview.markEditorSelection.desc": "Az aktuĆ”lis kijelƶlĆ©s megjelƶlĆ©se a markdown-előnĆ©zeten", "markdown.preview.scrollEditorWithPreview.desc": "Amikor a markdown-előnĆ©zetet gƶrgetik, a szerkesztőnĆ©zet is aktualizĆ”lódik", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "A markdown-előnĆ©zetet Ćŗgy gƶrgeti, hogy lĆ”tni lehessen az aktuĆ”lisan kijelƶlt sort", + "markdown.preview.scrollPreviewWithEditor.desc": "Amikor a markdown-szerkesztőnĆ©zetet gƶrgetik, az előnĆ©zet is aktualizĆ”lódik.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[Elavult] A markdown-előnĆ©zetet Ćŗgy gƶrgeti, hogy lĆ”tni lehessen az aktuĆ”lisan kijelƶlt sort.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "Ezt a beĆ”llĆ­tĆ”st levĆ”ltotta a 'markdown.preview.scrollPreviewWithEditor' beĆ”llĆ­tĆ”s, Ć©s mĆ”r nincs hatĆ”sa.", "markdown.preview.title": "ElőnĆ©zet megnyitĆ”sa", "markdown.previewFrontMatter.dec": "MeghatĆ”rozza, hogy a YAML konfigurĆ”ció (front matter) hogyan legyen megjelenĆ­tve a markdown-előnĆ©zetben. A 'hide' elrejti a konfigurĆ”ciót, minden mĆ”s esetben a front matter markdown-tartalomkĆ©nt van kezelve.", "markdown.previewSide.title": "ElőnĆ©zet megnyitĆ”sa oldalt", + "markdown.showLockedPreviewToSide.title": "RƶgzĆ­tett előnĆ©zet megnyitĆ”sa oldalt", "markdown.showSource.title": "ForrĆ”s megjelenĆ­tĆ©se", "markdown.styles.dec": "CSS-stĆ­luslapok URL-cĆ­meinek vagy helyi elĆ©rĆ©si Ćŗtjainak listĆ”ja, amelyek a markdown-előnĆ©zeten hasznĆ”lva vannak. A relatĆ­v elĆ©rĆ©si utak az intĆ©zőben megnyitott mappĆ”hoz kĆ©pest vannak relatĆ­van Ć©rtelmezve. Ha nincs mappa megnyitva, akkor a markdown-fĆ”jl elrĆ©sĆ©i ĆŗtjĆ”hoz kĆ©pest. Minden '\\' karaktert '\\\\' formĆ”ban kell megadni.", "markdown.showPreviewSecuritySelector.title": "Az előnĆ©zet biztonsĆ”gi beĆ”llĆ­tĆ”sainak módosĆ­tĆ”sa", "markdown.trace.desc": "HibakeresĆ©si napló engedĆ©lyezĆ©se a markdown kiterjesztĆ©sben.", - "markdown.refreshPreview.title": "ElőnĆ©zet frissĆ­tĆ©se" + "markdown.preview.refresh.title": "ElőnĆ©zet frissĆ­tĆ©se", + "markdown.preview.toggleLock.title": "ElőnĆ©zet rƶgzĆ­tĆ©sĆ©nek be- Ć©s kikapcsolĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/hun/extensions/merge-conflict/out/codelensProvider.i18n.json index 7dfc4ee0d5..4100d7d230 100644 --- a/i18n/hun/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/hun/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "Helyi vĆ”ltoztatĆ”s elfogadĆ”sa", "acceptIncomingChange": "BeĆ©rkező vĆ”ltoztatĆ”s elfogadĆ”sa", "acceptBothChanges": "VĆ”ltoztatĆ”sok elfogadĆ”sa mindkĆ©t oldalról", diff --git a/i18n/hun/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/hun/extensions/merge-conflict/out/commandHandler.i18n.json index 16d242a669..d939c7b67d 100644 --- a/i18n/hun/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/hun/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "A szerkesztőablak kurzora nem egy ƶsszeolvasztĆ”si konfliktuson belül van.", "compareChangesTitle": "{0}: Helyi vĆ”ltoztatĆ”sok ⟷ BeĆ©rkező vĆ”ltoztatĆ”sok", "cursorOnCommonAncestorsRange": "A szerkesztőablak kurzora a kƶzƶs ős blokkjĆ”n van. Vigye vagy a \"helyi\" vagy a \"beĆ©rkező\" blokkra.", diff --git a/i18n/hun/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/hun/extensions/merge-conflict/out/mergeDecorator.i18n.json index dac641cdd1..915f40d75a 100644 --- a/i18n/hun/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/hun/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(Helyi vĆ”ltoztatĆ”s)", "incomingChange": "(BeĆ©rkező vĆ”ltoztatĆ”s)" } \ No newline at end of file diff --git a/i18n/hun/extensions/merge-conflict/package.i18n.json b/i18n/hun/extensions/merge-conflict/package.i18n.json index 0fc1ea6b49..69e9611ac4 100644 --- a/i18n/hun/extensions/merge-conflict/package.i18n.json +++ b/i18n/hun/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ƖsszeolvasztĆ”si konfliktus", + "description": "KiemelĆ©s Ć©s parancsok a sorok kƶzƶtt sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", "command.category": "ƖsszeolvasztĆ”si konfliktus", "command.accept.all-current": "Ɩsszes aktuĆ”lis elfogadĆ”sa", "command.accept.all-incoming": "Ɩsszes beĆ©rkező vĆ”ltozĆ”s elfogadĆ”sa", diff --git a/i18n/hun/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/hun/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..d6a061b2ea --- /dev/null +++ b/i18n/hun/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "AlapĆ©rtelmezett bower.json", + "json.bower.error.repoaccess": "A bower-adattĆ”r lekĆ©rdezĆ©se nem sikerült: {0}", + "json.bower.latest.version": "legutóbbi" +} \ No newline at end of file diff --git a/i18n/hun/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/hun/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..c5a0db65d9 --- /dev/null +++ b/i18n/hun/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "AlapĆ©rtelmezett package.json", + "json.npm.error.repoaccess": "Az NPM-adattĆ”r lekĆ©rdezĆ©se nem sikerült: {0}", + "json.npm.latestversion": "A csomag jelenlegi legĆŗjabb verziója", + "json.npm.majorversion": "A legfrissebb főverzió keresĆ©se (1.x.x)", + "json.npm.minorversion": "A legfrissebb alverzió keresĆ©se (1.2.x)", + "json.npm.version.hover": "LegĆŗjabb verzió: {0}" +} \ No newline at end of file diff --git a/i18n/hun/extensions/npm/out/main.i18n.json b/i18n/hun/extensions/npm/out/main.i18n.json index 3ce6ffea15..0b54232ab1 100644 --- a/i18n/hun/extensions/npm/out/main.i18n.json +++ b/i18n/hun/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "Npm-feladatok felderĆ­tĆ©se: nem sikerült beolvasni a kƶvetkező fĆ”jlt: {0}" } \ No newline at end of file diff --git a/i18n/hun/extensions/npm/package.i18n.json b/i18n/hun/extensions/npm/package.i18n.json index f40a9889cf..7c4caee296 100644 --- a/i18n/hun/extensions/npm/package.i18n.json +++ b/i18n/hun/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Npm parancsfĆ”jlokból szĆ”rmazó feladatok tĆ”mogatĆ”sa.", + "displayName": "Npm-tĆ”mogatĆ”s a VSCode-hoz", "config.npm.autoDetect": "MeghatĆ”rozza, hogy az npm-parancsfĆ”jlok automatikus felderĆ­tĆ”se be van-e kapcsolva. A beĆ”llĆ­tĆ”s alapĆ©rtelmezetten aktĆ­v.", "config.npm.runSilent": "Az npm-parancsok a '--silent' kapcsolóval fussanak.", "config.npm.packageManager": "A parancsfĆ”jlok futtatĆ”sĆ”hoz hasznĆ”lt csomagkezelő.", - "npm.parseError": "Npm-feladatok felderĆ­tĆ©se: nem sikerült beolvasni a kƶvetkező fĆ”jlt: {0}" + "config.npm.exclude": "Azokat a mappĆ”kat leĆ­ró globĆ”lis minta, amelyek ne legyenek vizsgĆ”lva az automatikus parancsfĆ”jlkeresĆ©s kƶzben.", + "npm.parseError": "Npm-feladatok felderĆ­tĆ©se: nem sikerült beolvasni a kƶvetkező fĆ”jlt: {0}", + "taskdef.script": "A testreszabott npm parancsfĆ”jl.", + "taskdef.path": "Azon mappa elĆ©rĆ©si Ćŗtja, amely a parancsfĆ”jlt szolgĆ”ltató package.json fĆ”jlt tartalmazza. Elhagyható." } \ No newline at end of file diff --git a/i18n/hun/extensions/objective-c/package.i18n.json b/i18n/hun/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..1d8e477404 --- /dev/null +++ b/i18n/hun/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Objective-C nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket az Objective-C-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/hun/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..d6a061b2ea --- /dev/null +++ b/i18n/hun/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "AlapĆ©rtelmezett bower.json", + "json.bower.error.repoaccess": "A bower-adattĆ”r lekĆ©rdezĆ©se nem sikerült: {0}", + "json.bower.latest.version": "legutóbbi" +} \ No newline at end of file diff --git a/i18n/hun/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/hun/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..c5a0db65d9 --- /dev/null +++ b/i18n/hun/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "AlapĆ©rtelmezett package.json", + "json.npm.error.repoaccess": "Az NPM-adattĆ”r lekĆ©rdezĆ©se nem sikerült: {0}", + "json.npm.latestversion": "A csomag jelenlegi legĆŗjabb verziója", + "json.npm.majorversion": "A legfrissebb főverzió keresĆ©se (1.x.x)", + "json.npm.minorversion": "A legfrissebb alverzió keresĆ©se (1.2.x)", + "json.npm.version.hover": "LegĆŗjabb verzió: {0}" +} \ No newline at end of file diff --git a/i18n/hun/extensions/package-json/package.i18n.json b/i18n/hun/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/hun/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/hun/extensions/perl/package.i18n.json b/i18n/hun/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..618276c9f8 --- /dev/null +++ b/i18n/hun/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Perl nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Perl-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/php/out/features/validationProvider.i18n.json b/i18n/hun/extensions/php/out/features/validationProvider.i18n.json index 2786c871df..4b01808ad6 100644 --- a/i18n/hun/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/hun/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "EngedĆ©lyezi a(z) {0} (munkaterületi beĆ”llĆ­tĆ”skĆ©nt megadott) vĆ©grehajtĆ”sĆ”t a PHP-fĆ”jlok lintelĆ©sĆ©hez?", "php.yes": "EngedĆ©lyezĆ©s", "php.no": "TiltĆ”s", diff --git a/i18n/hun/extensions/php/package.i18n.json b/i18n/hun/extensions/php/package.i18n.json index 59e189e72c..0ee9c74cf3 100644 --- a/i18n/hun/extensions/php/package.i18n.json +++ b/i18n/hun/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "MeghatĆ”rozza, hogy a beĆ©pĆ­tett PHP nyelvi tĆ”mogatĆ”s ajĆ”nl-e PHP globĆ”lisokat Ć©s vĆ”ltozókat.", "configuration.validate.enable": "BeĆ©pĆ­tett PHP-validĆ”ció engedĆ©lyezĆ©se vagy letiltĆ”sa", "configuration.validate.executablePath": "A PHP vĆ©grehajtható fĆ”jljĆ”nak elĆ©rĆ©si Ćŗtja.", "configuration.validate.run": "A linter mentĆ©skor vagy gĆ©pelĆ©skor fut-e.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "PHP-validĆ”ciós vĆ©grehajtható fĆ”jl letiltĆ”sa (munkaterületi beĆ”llĆ­tĆ”skĆ©nt megadva)" + "command.untrustValidationExecutable": "PHP-validĆ”ciós vĆ©grehajtható fĆ”jl letiltĆ”sa (munkaterületi beĆ”llĆ­tĆ”skĆ©nt megadva)", + "displayName": "PHP nyelvi funkciók", + "description": "IntelliSense-t, lintelĆ©st Ć©s alapvető nyelvi funkciókat szolgĆ”ltat a PHP-fĆ”jlokban." } \ No newline at end of file diff --git a/i18n/hun/extensions/powershell/package.i18n.json b/i18n/hun/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..ab0762a489 --- /dev/null +++ b/i18n/hun/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Powershell nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a Powershell-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/pug/package.i18n.json b/i18n/hun/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..f7b417411c --- /dev/null +++ b/i18n/hun/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Pug nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Pug-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/python/package.i18n.json b/i18n/hun/extensions/python/package.i18n.json new file mode 100644 index 0000000000..c125c58dd9 --- /dev/null +++ b/i18n/hun/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Python nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a Python-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/r/package.i18n.json b/i18n/hun/extensions/r/package.i18n.json new file mode 100644 index 0000000000..404ec5bc8b --- /dev/null +++ b/i18n/hun/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "R nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket az R-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/razor/package.i18n.json b/i18n/hun/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..32217a786e --- /dev/null +++ b/i18n/hun/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Razor nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a Razor-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/ruby/package.i18n.json b/i18n/hun/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..4b0a53688a --- /dev/null +++ b/i18n/hun/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ruby nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Ruby-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/rust/package.i18n.json b/i18n/hun/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..32c217c923 --- /dev/null +++ b/i18n/hun/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rust nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Rust-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/scss/package.i18n.json b/i18n/hun/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..a633ed5a2a --- /dev/null +++ b/i18n/hun/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SCSS nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t az SCSS-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/shaderlab/package.i18n.json b/i18n/hun/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..09b1afb99f --- /dev/null +++ b/i18n/hun/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shaderlab nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Shaderlab-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/shellscript/package.i18n.json b/i18n/hun/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..e65893afa0 --- /dev/null +++ b/i18n/hun/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shell Script nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a shell script-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/sql/package.i18n.json b/i18n/hun/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..ebffea31b3 --- /dev/null +++ b/i18n/hun/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SQL nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket az SQL-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/swift/package.i18n.json b/i18n/hun/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..2234335d1e --- /dev/null +++ b/i18n/hun/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Swift nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a Swift-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-abyss/package.i18n.json b/i18n/hun/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..2a6d57d8db --- /dev/null +++ b/i18n/hun/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Abyss tĆ©ma", + "description": "Abyss tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-defaults/package.i18n.json b/i18n/hun/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..be8dc9a36b --- /dev/null +++ b/i18n/hun/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "AlapĆ©rtelmezett tĆ©mĆ”k", + "description": "Az alapĆ©rtelmezett vilĆ”gos Ć©s sƶtĆ©t tĆ©mĆ”k (plusz Ć©s Visual Studio vĆ”ltozatokkal)" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-kimbie-dark/package.i18n.json b/i18n/hun/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..d1d938ca14 --- /dev/null +++ b/i18n/hun/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Kimble Dark tĆ©ma", + "description": "Kimble Dark tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/hun/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..de7ee0cadb --- /dev/null +++ b/i18n/hun/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai Dimmed tĆ©ma", + "description": "Monokai Dimmed tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-monokai/package.i18n.json b/i18n/hun/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..0a27fa3a95 --- /dev/null +++ b/i18n/hun/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai tĆ©ma", + "description": "Monokai tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-quietlight/package.i18n.json b/i18n/hun/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..d6b7a97dc9 --- /dev/null +++ b/i18n/hun/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Quiet Light tĆ©ma", + "description": "Quiet Light tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-red/package.i18n.json b/i18n/hun/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..fc42b11db0 --- /dev/null +++ b/i18n/hun/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Red tĆ©ma", + "description": "Red tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-seti/package.i18n.json b/i18n/hun/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..e6ff725cb7 --- /dev/null +++ b/i18n/hun/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Seti fĆ”jlikontĆ©ma", + "description": "A Seti UI fĆ”jlikonjaiból kĆ©szült fĆ”jlikontĆ©ma" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-solarized-dark/package.i18n.json b/i18n/hun/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..87dff315ac --- /dev/null +++ b/i18n/hun/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Dark tĆ©ma", + "description": "Solarized Dark tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-solarized-light/package.i18n.json b/i18n/hun/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..d69a3103b4 --- /dev/null +++ b/i18n/hun/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Light tĆ©ma", + "description": "Solarized Light tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/hun/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..8b6de8164a --- /dev/null +++ b/i18n/hun/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tomorrow Night Blue tĆ©ma", + "description": "Tomorrow Night Blue tĆ©ma a Visual Studio Code-hoz" +} \ No newline at end of file diff --git a/i18n/hun/extensions/typescript-basics/package.i18n.json b/i18n/hun/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..8c8fddc6c8 --- /dev/null +++ b/i18n/hun/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a TypeScript-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/commands.i18n.json b/i18n/hun/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..0bbeeaaccf --- /dev/null +++ b/i18n/hun/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "Nyisson meg egy mappĆ”t a VS Code-ban typescriptes vagy javascriptes projekt hasznĆ”latĆ”hoz!", + "typescript.projectConfigUnsupportedFile": "Nem sikerült meghatĆ”rozni a TypeScript- vagy JavaScript-projektet. Nem tĆ”mogatott fĆ”jltĆ­pus", + "typescript.projectConfigCouldNotGetInfo": "Nem sikerült meghatĆ”rozni a TypeScript- vagy JavaScript-projektet", + "typescript.noTypeScriptProjectConfig": "A fĆ”jl nem egy TypeScript-projekt rĆ©sze. TovĆ”bbi informĆ”ciókat [ide]({0}) kattintva tudhat meg.", + "typescript.noJavaScriptProjectConfig": "A fĆ”jl nem egy JavaScript-projekt rĆ©sze. TovĆ”bbi informĆ”ciókat [ide]({0}) kattintva tudhat meg.", + "typescript.configureTsconfigQuickPick": "tsconfig.json konfigurĆ”lĆ”sa", + "typescript.configureJsconfigQuickPick": "jsconfig.json konfigurĆ”lĆ”sa" +} \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/hun/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 36e9902ff5..0d38a4c62d 100644 --- a/i18n/hun/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/hun/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/hun/extensions/typescript/out/features/completionItemProvider.i18n.json index 09e699cf41..be874c4a36 100644 --- a/i18n/hun/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/hun/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "VĆ”lasszon vĆ©grehajtandó kódműveletet!", "acquiringTypingsLabel": "TĆ­pusdefinĆ­ciók letƶltĆ©se...", "acquiringTypingsDetail": "TĆ­pusdefinĆ­ciók letƶltĆ©se az IntelliSense-hez.", diff --git a/i18n/hun/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/hun/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index 4785b97e72..b89fbe20e3 100644 --- a/i18n/hun/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/hun/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "EngedĆ©lyezi a JavaScript-fĆ”jlok szemantikai ellenőrzĆ©sĆ©t. A fĆ”jl tetejĆ©n kell szerepelnie.", "ts-nocheck": "Letiltja a JavaScript-fĆ”jlok szemantikai ellenőrzĆ©sĆ©t. A fĆ”jl tetejĆ©n kell szerepelnie.", "ts-ignore": "Elfedi a fĆ”jl kƶvetkező sorĆ”ban talĆ”lható @ts-check-hibĆ”kat." diff --git a/i18n/hun/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/hun/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index f5a576fa8a..26b2904a39 100644 --- a/i18n/hun/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/hun/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 implementĆ”ció", "manyImplementationLabel": "{0} implementĆ”ció", "implementationsErrorLabel": "Nem sikerült meghatĆ”rozni az implementĆ”ciókat" diff --git a/i18n/hun/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/hun/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index c1b25917e3..b43c591545 100644 --- a/i18n/hun/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/hun/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "JSDoc-megjegyzĆ©s" } \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/hun/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..c3c19963b9 --- /dev/null +++ b/i18n/hun/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (ƶsszes javĆ­tĆ”sa a fĆ”jlban)" +} \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/hun/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 797518b509..e692fe93a0 100644 --- a/i18n/hun/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/hun/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 referencia", "manyReferenceLabel": "{0} referencia", "referenceErrorLabel": "Nem sikerült meghatĆ”rozni a referenciĆ”kat" diff --git a/i18n/hun/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/hun/extensions/typescript/out/features/taskProvider.i18n.json index baa7372a5a..ffeeb96079 100644 --- a/i18n/hun/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/hun/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "buildelĆ©s – {0}", "buildAndWatchTscLabel": "figyelĆ©s – {0}" } \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/typescriptMain.i18n.json b/i18n/hun/extensions/typescript/out/typescriptMain.i18n.json index c521fb331a..b5606eb090 100644 --- a/i18n/hun/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/hun/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/hun/extensions/typescript/out/typescriptServiceClient.i18n.json index b71cdf4482..62c2935dac 100644 --- a/i18n/hun/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/hun/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "A(z) {0} elĆ©rĆ©si Ćŗt nem egy Ć©rvĆ©nyes tsserver-telepĆ­tĆ©sre mutat. A beĆ©pĆ­tett TypeScript-verzió lesz hasznĆ”lva.", "serverCouldNotBeStarted": "Nem sikerült elindĆ­tani a TypeScript nyelvi szervert. Hibaüzenet: {0}", "typescript.openTsServerLog.notSupported": "A TS-szerver naplózĆ”shoz TS 2.2.2+ szüksĆ©ges", diff --git a/i18n/hun/extensions/typescript/out/utils/api.i18n.json b/i18n/hun/extensions/typescript/out/utils/api.i18n.json index 1fdc406287..464f70aaa8 100644 --- a/i18n/hun/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/hun/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "Ć©rvĆ©nytelen verzió" } \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/utils/logger.i18n.json b/i18n/hun/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/hun/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/hun/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/hun/extensions/typescript/out/utils/projectStatus.i18n.json index a75ecaf059..30b9c16d49 100644 --- a/i18n/hun/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/hun/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "A JavaScript/TypeScript funkciók teljes projektre való engedĆ©lyezĆ©sĆ©hez zĆ”rja ki a sok fĆ”jlt tartalmazó mappĆ”kat. PĆ©ldĆ”ul: {0}", "hintExclude.generic": "A JavaScript/TypeScript funkciók teljes projektre való engedĆ©lyezĆ©sĆ©hez zĆ”rja ki azokat a mappĆ”kat, amelyben olyan forrĆ”sfĆ”jlok talĆ”lhatók, melyen nem dolgozik.", "large.label": "KivĆ©telek konfigurĆ”lĆ”sa", diff --git a/i18n/hun/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/hun/extensions/typescript/out/utils/typingsStatus.i18n.json index 4b308f26e0..0b6d282912 100644 --- a/i18n/hun/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/hun/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "Adatok lekĆ©rĆ©se a jobb typescriptes IntelliSense-hez", - "typesInstallerInitializationFailed.title": "Nem sikerült telepĆ­teni a tĆ­pusdefinĆ­ciós fĆ”jlokat a javascriptes nyelvi funkciókhoz. Győződjƶn meg róla, hogy az NPM telepĆ­tve van vagy módosĆ­tsa a 'typescript.npm' beĆ”llĆ­tĆ”s Ć©rtĆ©kĆ©t a felhasznĆ”lói beĆ”llĆ­tĆ”sokban", - "typesInstallerInitializationFailed.moreInformation": "TovĆ”bbi informĆ”ció", - "typesInstallerInitializationFailed.doNotCheckAgain": "Ne ellenőrizze Ćŗjra", - "typesInstallerInitializationFailed.close": "BezĆ”rĆ”s" + "typesInstallerInitializationFailed.title": "Nem sikerült telepĆ­teni a tĆ­pusdefinĆ­ciós fĆ”jlokat a javascriptes nyelvi funkciókhoz. Győződjƶn meg róla, hogy az NPM telepĆ­tve van vagy módosĆ­tsa a 'typescript.npm' beĆ”llĆ­tĆ”s Ć©rtĆ©kĆ©t a felhasznĆ”lói beĆ”llĆ­tĆ”sokban. TovĆ”bbi informĆ”ciókat [ide]({0}) kattintva tudhat meg.", + "typesInstallerInitializationFailed.doNotCheckAgain": "Ne jelenĆ­tse meg Ćŗjra" } \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/hun/extensions/typescript/out/utils/versionPicker.i18n.json index c8272a8f51..fe09beda00 100644 --- a/i18n/hun/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/hun/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "A VSCode verziójĆ”nak hasznĆ”lata", "useWorkspaceVersionOption": "A munkaterület verziójĆ”nak hasznĆ”lata", "learnMore": "TovĆ”bbi informĆ”ció", diff --git a/i18n/hun/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/hun/extensions/typescript/out/utils/versionProvider.i18n.json index 62faa5fc54..6cc1073e5c 100644 --- a/i18n/hun/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/hun/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "Nem sikerült meghatĆ”rozni a TypeScript-verziót ezen az elĆ©rĆ©si Ćŗton", "noBundledServerFound": "A VSCode beĆ©pĆ­tett tsserverĆ©t tƶrƶlte egy mĆ”sik alkalmazĆ”s, pĆ©ldĆ”ul egy hibĆ”san viselkedő vĆ­ruskereső eszkƶz. TelepĆ­tse Ćŗjra a VSCode-ot!" } \ No newline at end of file diff --git a/i18n/hun/extensions/typescript/package.i18n.json b/i18n/hun/extensions/typescript/package.i18n.json index 6c0766a467..75af8b61e5 100644 --- a/i18n/hun/extensions/typescript/package.i18n.json +++ b/i18n/hun/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript Ć©s JavaScript nyelvi funkciók", + "description": "SzĆ©leskƶrű nyelvi tĆ”mogatĆ”s JavaScripthez Ć©s TypeScripthez.", "typescript.reloadProjects.title": "Projekt ĆŗjratƶltĆ©se", "javascript.reloadProjects.title": "Projekt ĆŗjratƶltĆ©se", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "KiegĆ©szĆ­tĆ©si javaslatok engedĆ©lyezĆ©se importĆ”lt elĆ©rĆ©si utak beĆ­rĆ”sakor.", "typescript.locale": "MeghatĆ”rozza a TypeScript-hibĆ”k jelentĆ©sĆ©nĆ©l hasznĆ”lt lokalizĆ”ciót. TypeScript >= 2.6.0-t igĆ©nyel. Az alapĆ©rtelmezett 'null' Ć©rtĆ©k esetĆ©n a VS Code-ban beĆ”llĆ­tott nyelven jelennek meg a TypeScript-hibĆ”k.", "javascript.implicitProjectConfig.experimentalDecorators": "Ā 'experimentalDecorators' beĆ”llĆ­tĆ”s engedĆ©lyezĆ©se azon JavaScript-fĆ”jlok esetĆ©ben, amelyek nem rĆ©szei a projektnek. A meglĆ©vő jsconfig.json vagy tsconfig.json fĆ”jlok felülĆ­rjĆ”k ezt a beĆ”llĆ­tĆ”st. TypeScript >= 2.3.1-et igĆ©nyel.", - "typescript.autoImportSuggestions.enabled": "Automatikus importĆ”lĆ”si ajĆ”nlatok engedĆ©lyezĆ©se vagy letiltĆ”sa. TypeScript >= 2.6.1-t igĆ©nyel." + "typescript.autoImportSuggestions.enabled": "Automatikus importĆ”lĆ”si ajĆ”nlatok engedĆ©lyezĆ©se vagy letiltĆ”sa. TypeScript >= 2.6.1-t igĆ©nyel.", + "typescript.experimental.syntaxFolding": "SzintaxisalapĆŗ becsukható kódrĆ©szletek engedĆ©lyezĆ©se vagy letiltĆ”sa.", + "taskDefinition.tsconfig.description": "A tsconfig-fĆ”jl, ami meghatĆ”rozza a TS-buildet." } \ No newline at end of file diff --git a/i18n/hun/extensions/vb/package.i18n.json b/i18n/hun/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..48143c668a --- /dev/null +++ b/i18n/hun/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Visual Basic nyelvi alapok", + "description": "KódtƶredĆ©keket Ć©s szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket Ć©s a kódrĆ©szek bezĆ”rĆ”sĆ”t a Visual Basic-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/xml/package.i18n.json b/i18n/hun/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..7241dca48c --- /dev/null +++ b/i18n/hun/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "XML nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket az XML-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/extensions/yaml/package.i18n.json b/i18n/hun/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..95b843fcdc --- /dev/null +++ b/i18n/hun/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "YAML nyelvi alapok", + "description": "Szintaktikai kiemelĆ©st szolgĆ”ltat, valamint kezeli az ƶsszetartozó zĆ”rójeleket a YAML-fĆ”jlokban." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/hun/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/hun/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/hun/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/hun/src/vs/base/browser/ui/aria/aria.i18n.json index 3bc0f0c0e6..1951f33752 100644 --- a/i18n/hun/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/hun/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (ismĆ©t előfordult)" } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/hun/src/vs/base/browser/ui/findinput/findInput.i18n.json index d43a176512..0ef4dd9e45 100644 --- a/i18n/hun/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/hun/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "bemeneti adat" } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/hun/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index d165fd1902..e3e0559747 100644 --- a/i18n/hun/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/hun/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Kis- Ć©s nagybetűk megkülƶnbƶztetĆ©se", "wordsDescription": "Csak teljes szavas egyezĆ©s", "regexDescription": "RegulĆ”ris kifejezĆ©s hasznĆ”lata" diff --git a/i18n/hun/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/hun/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index f6a7c8c5b2..3bfe9097e1 100644 --- a/i18n/hun/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/hun/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Hiba: {0}", "alertWarningMessage": "FigyelmeztetĆ©s: {0}", "alertInfoMessage": "InformĆ”ció: {0}" diff --git a/i18n/hun/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/hun/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index a5030e9187..d13e43ab5f 100644 --- a/i18n/hun/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/hun/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "A kĆ©p tĆŗl nagy a szerkesztőben való megjelenĆ­tĆ©shez.", "resourceOpenExternalButton": "KĆ©p megnyitĆ”sa külső program hasznĆ”latĆ”val?", diff --git a/i18n/hun/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/hun/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/hun/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/hun/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index d28a486762..138d073ef2 100644 --- a/i18n/hun/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/hun/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "TovĆ”bb" } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/common/errorMessage.i18n.json b/i18n/hun/src/vs/base/common/errorMessage.i18n.json index c664a35d8d..74a2a9148a 100644 --- a/i18n/hun/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/hun/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "Ismeretlen hiba tƶrtĆ©nt. RĆ©szletek a naplóban.", "nodeExceptionMessage": "Rendszerhiba tƶrtĆ©nt ({0})", diff --git a/i18n/hun/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/hun/src/vs/base/common/jsonErrorMessages.i18n.json index c73ba839ef..384a2b8a63 100644 --- a/i18n/hun/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/hun/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "ƉrvĆ©nytelen szimbólum", "error.invalidNumberFormat": "ƉrvĆ©nytelen szĆ”mformĆ”tum.", "error.propertyNameExpected": "HiĆ”nyzó tulajdonsĆ”gnĆ©v", diff --git a/i18n/hun/src/vs/base/common/keybindingLabels.i18n.json b/i18n/hun/src/vs/base/common/keybindingLabels.i18n.json index f84d49a93b..0cb74f9a99 100644 --- a/i18n/hun/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/hun/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "Shift", "altKey": "Alt", diff --git a/i18n/hun/src/vs/base/common/processes.i18n.json b/i18n/hun/src/vs/base/common/processes.i18n.json index d80423e4ca..b93e9a7610 100644 --- a/i18n/hun/src/vs/base/common/processes.i18n.json +++ b/i18n/hun/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/base/common/severity.i18n.json b/i18n/hun/src/vs/base/common/severity.i18n.json index 5c503caf27..2c006f8a86 100644 --- a/i18n/hun/src/vs/base/common/severity.i18n.json +++ b/i18n/hun/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "Hiba", "sev.warning": "FigyelmeztetĆ©s", "sev.info": "InformĆ”ció" diff --git a/i18n/hun/src/vs/base/node/processes.i18n.json b/i18n/hun/src/vs/base/node/processes.i18n.json index 9e3ad98b69..7d180d1b36 100644 --- a/i18n/hun/src/vs/base/node/processes.i18n.json +++ b/i18n/hun/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "Rendszerparancsok UNC-meghajtókon nem hajthatók vĆ©gre." } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/node/ps.i18n.json b/i18n/hun/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..6010007c12 --- /dev/null +++ b/i18n/hun/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "Processzor- Ć©s memóriahasznĆ”lattal kapcsolatos informĆ”ciók gyűjtĆ©se. A folyamat eltarthat nĆ©hĆ”ny mĆ”sodpercig." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/base/node/zip.i18n.json b/i18n/hun/src/vs/base/node/zip.i18n.json index feb34282ee..6f349ae150 100644 --- a/i18n/hun/src/vs/base/node/zip.i18n.json +++ b/i18n/hun/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0} nem talĆ”lható a zipen belül." } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index fb2705ff3c..4c8decf83e 100644 --- a/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, vĆ”lasztó", "quickOpenAriaLabel": "vĆ”lasztó" } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 095139488e..de47d1e3c8 100644 --- a/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/hun/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "GyorsvĆ”lasztó. Kezdjen el gĆ©pelni a talĆ”lati lista szűkĆ­tĆ©sĆ©hez!", "treeAriaLabel": "GyorsvĆ”lasztó" } \ No newline at end of file diff --git a/i18n/hun/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/hun/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 1bb27ebb32..411b218f4b 100644 --- a/i18n/hun/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/hun/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "ƖsszecsukĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/hun/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..22969de2d8 --- /dev/null +++ b/i18n/hun/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "ElőnĆ©zet GitHubon", + "loadingData": "Adatok betƶltĆ©se...", + "similarIssues": "Hasonló problĆ©mĆ”k", + "open": "MegnyitĆ”s", + "closed": "BezĆ”rva", + "noResults": "Nincs talĆ”lat", + "settingsSearchIssue": "Hiba a beĆ”llĆ­tĆ”sok keresőjĆ©ben", + "bugReporter": "hibĆ”t", + "performanceIssue": "teljesĆ­tmĆ©nyproblĆ©mĆ”t", + "featureRequest": "funkcióigĆ©nyt", + "stepsToReproduce": "A problĆ©ma előidĆ©zĆ©sĆ©nek lĆ©pĆ©sei", + "bugDescription": "Ossza meg a problĆ©ma megbĆ­zható előidĆ©zĆ©sĆ©hez szüksĆ©ges rĆ©szleteket! ƍrja le a valós Ć©s az elvĆ”rt műkƶdĆ©st! A mezőben GitHub-stĆ­lusĆŗ markdown hasznĆ”lható. A hibajelentĆ©s szerkeszthető lesz Ć©s kĆ©pernyőfotók is csatolhatók a githubos előnĆ©zetnĆ©l.", + "performanceIssueDesciption": "Mikor fordult elő ez a teljesĆ­tmĆ©nybeli problĆ©ma? PĆ©ldĆ”ul előfordul indulĆ”snĆ”l vagy vĆ©gre kell hajtani bizonyos műveleteket? A mezőben GitHub-stĆ­lusĆŗ markdown hasznĆ”lható. A hibajelentĆ©s szerkeszthető lesz Ć©s kĆ©pernyőfotók is csatolhatók a githubos előnĆ©zetnĆ©l.", + "description": "LeĆ­rĆ”s", + "featureRequestDescription": "ƍrja kƶrül a funkciót, amit lĆ”tni szeretne! A mezőben GitHub-stĆ­lusĆŗ markdown hasznĆ”lható. A hibajelentĆ©s szerkeszthető lesz Ć©s kĆ©pernyőfotók is csatolhatók a githubos előnĆ©zetnĆ©l.", + "expectedResults": "ElvĆ”rt műkƶdĆ©s", + "settingsSearchResultsDescription": "ƍrja le, hogy milyen talĆ”latokat szeretett volna kapni, amikor ezzel a keresőkifejezĆ©ssel keresett! A mezőben GitHub-stĆ­lusĆŗ markdown hasznĆ”lható. A hibajelentĆ©s szerkeszthető lesz Ć©s kĆ©pernyőfotók is csatolhatók a githubos előnĆ©zetnĆ©l.", + "pasteData": "A szüksĆ©ges adat tĆŗl nagy az elküldĆ©shez, ezĆ©rt a vĆ”gólapra mĆ”soltuk. Illessze be!", + "disabledExtensions": "A kiegĆ©szĆ­tők le vannak tiltva." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/hun/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..b943a7e421 --- /dev/null +++ b/i18n/hun/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "KĆ©rjük, hogy angolul tƶltse ki az űrlapot!", + "issueTypeLabel": "Ez egy", + "issueTitleLabel": "CĆ­m", + "issueTitleRequired": "KĆ©rjük, adja meg a cĆ­met!", + "titleLengthValidation": "A cĆ­m tĆŗl hosszĆŗ.", + "systemInfo": "RendszerinformĆ”ciók", + "sendData": "Adatok elküldĆ©se", + "processes": "Jelenleg futó folyamatok", + "workspaceStats": "Munkaterület-statisztikĆ”k", + "extensions": "KiegĆ©szĆ­tők", + "searchedExtensions": "Keresett kiegĆ©szĆ­tők", + "settingsSearchDetails": "BeĆ”llĆ­tĆ”sokban való keresĆ©s rĆ©szletei", + "tryDisablingExtensions": "A problĆ©ma letiltott kiegĆ©szĆ­tőkkel is előidĆ©zhető?", + "yes": "Igen", + "no": "Nem", + "disableExtensionsLabelText": "PróbĆ”lja meg előidĆ©zni a hibĆ”t {0}!", + "disableExtensions": "az ƶsszes kiegĆ©szĆ­tő letiltĆ”sa Ć©s az ablak ĆŗjratƶltĆ©se utĆ”n", + "showRunningExtensionsLabelText": "Ha azt gyanĆ­tja, hogy a hiba egy kiegĆ©szĆ­tőben van, {0} a kiegĆ©szĆ­tővel kapcsolatos hiba jelentĆ©sĆ©hez!", + "showRunningExtensions": "tekintse meg a futó kiegĆ©szĆ­tők listĆ”jĆ”t", + "details": "ƍrja le a rĆ©szleteket!", + "loadingData": "Adatok betƶltĆ©se..." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/code/electron-main/auth.i18n.json b/i18n/hun/src/vs/code/electron-main/auth.i18n.json index 14e80b5649..27d3a2772a 100644 --- a/i18n/hun/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/hun/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "A proxy hitelesĆ­tĆ©st igĆ©nyel", "proxyauth": "A(z) {0} proxy hasznĆ”latĆ”hoz hitelesĆ­tĆ©s szüksĆ©ges." } \ No newline at end of file diff --git a/i18n/hun/src/vs/code/electron-main/logUploader.i18n.json b/i18n/hun/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..49118e80b2 --- /dev/null +++ b/i18n/hun/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "ƉrvĆ©nytelen naplófĆ”jl-feltƶltĆ©si vĆ©gpont", + "beginUploading": "FeltƶltĆ©s...", + "didUploadLogs": "FeltƶltĆ©s sikeres! NaplófĆ”jl-azonosĆ­tó: {0}", + "logUploadPromptHeader": "A munkamenetnaplóit egy olyan biztonsĆ”gos vĆ©gpontra kĆ©szül feltƶlteni, amelyhez csak a VS Code csapat microsoftos tagjai fĆ©rhetnek hozzĆ”.", + "logUploadPromptBody": "A munkamenetnaplók szemĆ©lyes informĆ”ciókat tartalmazhatnak, pĆ©ldĆ”ul teljes elĆ©rĆ©si utakat Ć©s fĆ”jlok tartalmĆ”t. Tekintse Ć”t Ć©s tĆ”volĆ­tsa el a szemĆ©lyes adatokat a naplófĆ”jlokból a kƶvetkező helyen: '{0}'!", + "logUploadPromptBodyDetails": "A folytatĆ”ssal megerősĆ­ti, hogy Ć”tnĆ©zte Ć©s eltĆ”volĆ­totta a szemĆ©lyes adatokat a munkamenetnaplót tartalmazó fĆ”jlokból, Ć©s beleegyezik, hogy a Microsoft felhasznĆ”lja őket a VS Code-ban való hibakeresĆ©shez.", + "logUploadPromptAcceptInstructions": "A feltƶltĆ©s folytatĆ”sĆ”hoz futtassa a Code-ot az '--upload-logs={0}' kapcsolóval!", + "postError": "Hiba a naplók beküldĆ©se kƶzben: {0}", + "responseError": "Hiba a naplók beküldĆ©se kƶzben: {0} – {1}", + "parseError": "Hiba a vĆ”lasz feldolgozĆ”sa kƶzben", + "zipError": "Hiba a naplók tƶmƶrĆ­tĆ©se kƶzben: {0}" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/code/electron-main/main.i18n.json b/i18n/hun/src/vs/code/electron-main/main.i18n.json index 295fec83c2..980c41e008 100644 --- a/i18n/hun/src/vs/code/electron-main/main.i18n.json +++ b/i18n/hun/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "MĆ”r fut a(z) {0} mĆ”sik pĆ©ldĆ”nya, de nem vĆ”laszol.", "secondInstanceNoResponseDetail": "ZĆ”rja be az ƶsszes pĆ©ldĆ”nyt, majd próbĆ”lja Ćŗjra!", "secondInstanceAdmin": "MĆ”r fut a(z) {0} mĆ”sik pĆ©ldĆ”nya adminisztrĆ”torkĆ©nt.", diff --git a/i18n/hun/src/vs/code/electron-main/menus.i18n.json b/i18n/hun/src/vs/code/electron-main/menus.i18n.json index c93d0756a2..c9ca504d8b 100644 --- a/i18n/hun/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/hun/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "&&FĆ”jl", "mEdit": "Sz&&erkesztĆ©s", "mSelection": "KijelƶlĆ©&&s", @@ -88,8 +90,10 @@ "miMarker": "&&ProblĆ©mĆ”k", "miAdditionalViews": "TovĆ”bbi &&nĆ©zetek", "miCommandPalette": "Paran&&cskatalógus...", + "miOpenView": "&&NĆ©zet megnyitĆ”sa...", "miToggleFullScreen": "&&Teljes kĆ©pernyő be- Ć©s kikapcsolĆ”sa", "miToggleZenMode": "Zen mód be- Ć©s kikapcsolĆ”sa", + "miToggleCenteredLayout": "KƶzĆ©pre igazĆ­tott elrendezĆ©s be- Ć©s kikapcsolĆ”sa", "miToggleMenuBar": "MenüsĆ”v &&be- Ć©s kikapcsolĆ”sa", "miSplitEditor": "Szerkesztőablak k&&ettĆ©osztĆ”sa", "miToggleEditorLayout": "Szerkesztőablak-csoport e&&lrendezĆ©sĆ©nek vĆ”ltĆ”sa", @@ -178,13 +182,11 @@ "miConfigureTask": "Feladatok &&konfigurĆ”lĆ”sa...", "miConfigureBuildTask": "AlapĆ©rtelmezett buildelĆ©si &&feladat beĆ”llĆ­tĆ”sa...", "accessibilityOptionsWindowTitle": "KisegĆ­tő lehetősĆ©gek beĆ”llĆ­tĆ”sai", - "miRestartToUpdate": "ÚjraindĆ­tĆ”s a frissĆ­tĆ©shez...", + "miCheckForUpdates": "FrissĆ­tĆ©sek keresĆ©se...", "miCheckingForUpdates": "FrissĆ­tĆ©sek keresĆ©se...", "miDownloadUpdate": "ElĆ©rhető frissĆ­tĆ©s letƶltĆ©se", "miDownloadingUpdate": "FrissĆ­tĆ©s letƶltĆ©se...", + "miInstallUpdate": "FrissĆ­tĆ©s telepĆ­tĆ©se...", "miInstallingUpdate": "FrissĆ­tĆ©s telepĆ­tĆ©se...", - "miCheckForUpdates": "FrissĆ­tĆ©sek keresĆ©se...", - "aboutDetail": "Verzió: {0}\nCommit: {1}\nDĆ”tum: {2}\nShell: {3}\nRendelő: {4}\nNode: {5}\nArchitektĆŗra: {6}", - "okButton": "OK", - "copy": "&&MĆ”solĆ”s" + "miRestartToUpdate": "ÚjraindĆ­tĆ”s a frissĆ­tĆ©shez..." } \ No newline at end of file diff --git a/i18n/hun/src/vs/code/electron-main/window.i18n.json b/i18n/hun/src/vs/code/electron-main/window.i18n.json index 4acca80d5c..10bfd5d46d 100644 --- a/i18n/hun/src/vs/code/electron-main/window.i18n.json +++ b/i18n/hun/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "A menüsĆ”v tovĆ”bbra is elrĆ©hető az **Alt** billentyű leütĆ©sĆ©vel." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "A menüsort tovĆ”bbra is elĆ©rheti az Alt-billentyű megnyomĆ”sĆ”val." } \ No newline at end of file diff --git a/i18n/hun/src/vs/code/electron-main/windows.i18n.json b/i18n/hun/src/vs/code/electron-main/windows.i18n.json index cf2d6c1723..6754360731 100644 --- a/i18n/hun/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/hun/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "OK", "pathNotExistTitle": "Az elĆ©rĆ©si Ćŗt nem lĆ©tezik", "pathNotExistDetail": "Úgy tűnik, hogy a(z) ā€ž{0}ā€ elĆ©rĆ©si Ćŗt mĆ”r nem lĆ©tezik a lemezen.", diff --git a/i18n/hun/src/vs/code/node/cliProcessMain.i18n.json b/i18n/hun/src/vs/code/node/cliProcessMain.i18n.json index 84a30118cd..596e306d31 100644 --- a/i18n/hun/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/hun/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "A(z) '{0}' kiegĆ©szĆ­tő nem talĆ”lható.", "notInstalled": "A(z) '{0}' kiegĆ©szĆ­tő nincs telepĆ­tve.", "useId": "Bizonyosodjon meg róla, hogy a kiegĆ©szĆ­tő teljes azonosĆ­tójĆ”t hasznĆ”lja, beleĆ©rtve a kiadót, pl.: {0}", diff --git a/i18n/hun/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/hun/src/vs/editor/browser/services/bulkEdit.i18n.json index b0bbd29edb..2ef976a968 100644 --- a/i18n/hun/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/hun/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "A kƶvetkező fĆ”jlok módosultak időkƶzben: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "Nem tƶrtĆ©ntek vĆ”ltoztatĆ”sok", "summary.nm": "{0} vĆ”ltoztatĆ”st vĆ©gzett {0} fĆ”jlban", - "summary.n0": "{0} vĆ”ltoztatĆ”st vĆ©gzett egy fĆ”jlban" + "summary.n0": "{0} vĆ”ltoztatĆ”st vĆ©gzett egy fĆ”jlban", + "conflict": "A kƶvetkező fĆ”jlok módosultak időkƶzben: {0}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/hun/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index 70ecebcc4f..f10c526c1b 100644 --- a/i18n/hun/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/hun/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "A fĆ”jlok nem hasonlĆ­thatók ƶssze, mert az egyik fĆ”jl tĆŗl nagy." } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/hun/src/vs/editor/browser/widget/diffReview.i18n.json index c51100ae53..1701c5e028 100644 --- a/i18n/hun/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/hun/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "BezĆ”rĆ”s", "header": "{0}. eltĆ©rĆ©s, ƶsszesen: {1}. Eredeti: {2}., {3}. sorok, módosĆ­tott: {4}., {5}. sorok", "blankLine": "üres", diff --git a/i18n/hun/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/hun/src/vs/editor/common/config/commonEditorConfig.i18n.json index 48b15939e9..0629915291 100644 --- a/i18n/hun/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/hun/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "Szerkesztőablak", "fontFamily": "Ez a beĆ”llĆ­tĆ”s a betűkĆ©szletet hatĆ”rozza meg.", "fontWeight": "MeghatĆ”rozza a betűvastagsĆ”got.", @@ -14,7 +16,7 @@ "lineNumbers.on": "A sorszĆ”mok abszolĆŗt Ć©rtĆ©kkĆ©nt jelennek meg.", "lineNumbers.relative": "A sorszĆ”mok a kurzortól való tĆ”volsĆ”guk alapjĆ”n jelennek meg.", "lineNumbers.interval": "A sorszĆ”mok minden 10. sorban jelennek meg.", - "lineNumbers": "MeghatĆ”rozza a sorszĆ”mok megjelenĆ©sĆ©t. A lehetsĆ©ges Ć©rtĆ©kek: 'on', 'off' Ć©s 'relative'.", + "lineNumbers": "MeghatĆ”rozza a sorszĆ”mok megjelenĆ©sĆ©t. A lehetsĆ©ges Ć©rtĆ©kek: 'on', 'off', 'relative' Ć©s 'interval'.", "rulers": "Függőleges vonalzók kirajzolĆ”sa bizonyos szĆ”mĆŗ fix szĆ©lessĆ©gű karakter utĆ”n. Tƶbb vonalzó hasznĆ”latĆ”hoz adjon meg tƶbb Ć©rtĆ©ket. Nincs kirajzolva semmi, ha a tƶmb üres.", "wordSeparators": "Azon karakterek listĆ”ja, amelyek szóelvĆ”lasztónak vannak tekintve szavakkal kapcsolatos navigĆ”ció vagy műveletek sorĆ”n.", "tabSize": "Egy tabulĆ”tor hĆ”ny szókƶznek felel meg. Ez a beĆ”llĆ­tĆ”s felülĆ­rĆ”sra kerül a fĆ”jl tartalma alapjĆ”n, ha az `editor.detectIndentation` beĆ”llĆ­tĆ”s aktĆ­v.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "MeghatĆ”rozza, hogy a szerkesztőablak gƶrgethető-e az utolsó sor utĆ”n.", "smoothScrolling": "MeghatĆ”rozza, hogy a szerkesztőablak animĆ”lva van-e gƶrgetve.", "minimap.enabled": "MeghatĆ”rozza, hogy megjelenjen-e a kódtĆ©rkĆ©p.", + "minimap.side": "MeghatĆ”rozza, hogy melyik oldalon jelenjen meg a kódtĆ©rkĆ©p. LehetsĆ©ges Ć©rtĆ©kek: 'right' Ć©s 'left'.", "minimap.showSlider": "MeghatĆ”rozza, hogy automatikusan el legyen-e rejtve a kódtĆ©rkĆ©pes gƶrgetősĆ”v. LehetsĆ©ges Ć©rtĆ©kek: 'always' Ć©s 'mouseover'.", "minimap.renderCharacters": "MeghatĆ”rozza, hogy a tĆ©nyleges karakterek legyenek-e megjelenĆ­tve (szĆ­nes tĆ©glalapok helyett)", "minimap.maxColumn": "MeghatĆ”rozza, hogy a kódtĆ©rkĆ©pen legfeljebb hĆ”ny oszlop legyen kirajzolva.", @@ -40,9 +43,9 @@ "wordWrapColumn": "MeghatĆ”rozza a sortƶrĆ©shez hasznĆ”lt oszlopszĆ”mot a szerkesztőablakban, ha az `editor.wordWrap` Ć©rtĆ©ke 'wordWrapColumn' vagy 'bounded'.", "wrappingIndent": "MeghatĆ”rozza a tƶrdelt sorok behĆŗzĆ”sĆ”t. ƉrtĆ©ke 'none', 'same' vagy 'indent' lehet.", "mouseWheelScrollSensitivity": "Az egĆ©r gƶrgetĆ©si esemĆ©nyeinĆ©l keletkező `deltaX` Ć©s `deltaY` paramĆ©terek szorzója", - "multiCursorModifier.ctrlCmd": "Windows Ć©s Linux alatt a `Control`, OSX alatt a `Command` billentyűt jelenti.", - "multiCursorModifier.alt": "Windows Ć©s Linux alatt az `Alt`, OSX alatt az `Option` billentyűt jelenti.", - "multiCursorModifier": "Tƶbb kurzor hozzĆ”adĆ”sĆ”hoz hasznĆ”lt módosĆ­tóbillentyű. A `ctrlCmd` Windows Ć©s Linux alatt a `Control`, OSX alatt a `Command` billentyűt jelenti. A DefinĆ­ció megkeresĆ©se Ć©s HivatkozĆ”s megnyitĆ”sa egĆ©rgesztusok automatikusan alkalmazkodnak Ćŗgy, hogy ne ütkƶzzenek a tƶbbkurzorhoz tartozó módosĆ­tóval.", + "multiCursorModifier.ctrlCmd": "Windows Ć©s Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti.", + "multiCursorModifier.alt": "Windows Ć©s Linux alatt az `Alt`, macOS alatt az `Option` billentyűt jelenti.", + "multiCursorModifier": "Tƶbb kurzor hozzĆ”adĆ”sĆ”hoz hasznĆ”lt módosĆ­tóbillentyű. A `ctrlCmd` Windows Ć©s Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti. A DefinĆ­ció megkeresĆ©se Ć©s HivatkozĆ”s megnyitĆ”sa egĆ©rgesztusok automatikusan Ćŗgy lesznek beĆ”llĆ­tva, hogy ne ütkƶzzenek a tƶbbkurzorhoz tartozó módosĆ­tóval.", "quickSuggestions.strings": "KiegĆ©szĆ­tĆ©si javaslatok engedĆ©lyezĆ©se karakterlĆ”ncokban (stringekben)", "quickSuggestions.comments": "KiegĆ©szĆ­tĆ©si javaslatok engedĆ©lyezĆ©se megjegyzĆ©sekben", "quickSuggestions.other": "KiegĆ©szĆ­tĆ©si javaslatok engedĆ©lyezĆ©se karakterlĆ”ncokon (stringeken) Ć©s megjegyzĆ©seken kĆ­vül", @@ -63,6 +66,10 @@ "snippetSuggestions": "MeghatĆ”rozza, hogy a kódtƶredĆ©kek megjelenjenek-e a javaslatok kƶzƶtt, illetve hogy hogyan legyenek rendezve.", "emptySelectionClipboard": "MeghatĆ”rozza, hogy kijelƶlĆ©s nĆ©lküli mĆ”solĆ”s esetĆ©n a teljes sor legyen-e mĆ”solva.", "wordBasedSuggestions": "MeghatĆ”rozza, hogy a kiegĆ©szĆ­tĆ©sek listĆ”ja a dokumentumban lĆ©vő szƶvegek alapjĆ”n legyen-e meghatĆ”rozva.", + "suggestSelection.first": "Mindig vĆ”lassza az első javaslatot.", + "suggestSelection.recentlyUsed": "VĆ”lasszon a legutóbbi ajĆ”nlatok kƶzül, hacsak a tovĆ”bbi gĆ©pelĆ©s ki nem vĆ”laszt egyet, pl. `console.| -> console.log`, mert nem rĆ©g a `log`-ra lett kiegĆ©szĆ­tve.", + "suggestSelection.recentlyUsedByPrefix": "Olyan ajĆ”nlat vĆ”lasztĆ”sa, ami mĆ”r korĆ”bban ki lett vĆ”lasztva az adott előtag hasznĆ”lata esetĆ©n, pl. `co -> console` Ć©s `con -> const`.", + "suggestSelection": "MeghatĆ”rozza, mely javaslat van előre kivĆ”lasztva a javaslatok listĆ”jĆ”ból.", "suggestFontSize": "Az ajĆ”nlĆ”sokat tartalmazó modul betűmĆ©rete", "suggestLineHeight": "Az ajĆ”nlĆ”sokat tartalmazó modul sormagassĆ”ga", "selectionHighlight": "Itt adható meg, hogy a szerkesztő kiemelje-e a kijelƶlĆ©shez hasonló talĆ”latokat", @@ -72,6 +79,7 @@ "cursorBlinking": "MeghatĆ”rozza a kurzor animĆ”ciójĆ”nak stĆ­lusĆ”t. LehetsĆ©ges Ć©rtĆ©kek: 'blink', 'smooth', 'phase', 'expand' vagy 'solid'", "mouseWheelZoom": "A szerkesztőablak betűtĆ­pusĆ”nak nagyĆ­tĆ”sa vagy kicsinyĆ­tĆ©se az egĆ©rgƶrgő Ctrl lenyomĆ”sa mellett tƶrtĆ©nő hasznĆ”lata esetĆ©n", "cursorStyle": "MeghatĆ”rozza a kurzor stĆ­lusĆ”t. LehetsĆ©ges Ć©rtĆ©kek: 'block', 'block-outline', 'line', 'line-thin', 'underline' vagy 'underline-thin'", + "cursorWidth": "MeghatĆ”rozza a kurzor szĆ©lessĆ©gĆ©t, ha az editor.cursorStyle Ć©rtĆ©ke 'line'.", "fontLigatures": "EngedĆ©lyezi a betűtĆ­pusban talĆ”lható ligatĆŗrĆ”k hasznĆ”latĆ”t", "hideCursorInOverviewRuler": "MeghatĆ”rozza, hogy a kurzor pozĆ­ciója el legyen-e rejtve az Ć”ttekintő sĆ”von.", "renderWhitespace": "MeghatĆ”rozza, hogy a szerkesztőablakban hogyan legyenek kirajzolva a szókƶz karakterek. LehetsĆ©ges Ć©rtĆ©kek: 'none', 'boundary', vagy 'all'. A 'boundary' beĆ”llĆ­tĆ”s esetĆ©n, ha szavak kƶzƶtt egyetlen szókƶz talĆ”lható, akkor az nem lesz kirajzolva.", diff --git a/i18n/hun/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/hun/src/vs/editor/common/config/editorOptions.i18n.json index 6a2e047821..4e1794a2f8 100644 --- a/i18n/hun/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/hun/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "A szerkesztőablak jelenleg nem elĆ©rhető. Nyomja meg az Alt+F1-et a beĆ”llĆ­tĆ”si lehetősĆ©gek megjelenĆ­tĆ©sĆ©hez!", "editorViewAccessibleLabel": "Szerkesztőablak tartalma" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/common/controller/cursor.i18n.json b/i18n/hun/src/vs/editor/common/controller/cursor.i18n.json index 6b33fa4e18..faf3ea9d6f 100644 --- a/i18n/hun/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/hun/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "VĆ”ratlan kivĆ©tel egy parancs vĆ©grehajtĆ”sa sorĆ”n." } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/hun/src/vs/editor/common/model/textModelWithTokens.i18n.json index 41687561a2..0817d27283 100644 --- a/i18n/hun/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/hun/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/hun/src/vs/editor/common/modes/modesRegistry.i18n.json index 26fe7e29f4..3a16d22405 100644 --- a/i18n/hun/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/hun/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "Egyszerű szƶveg" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/hun/src/vs/editor/common/services/bulkEdit.i18n.json index b0bbd29edb..88212ef42c 100644 --- a/i18n/hun/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/hun/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/hun/src/vs/editor/common/services/modeServiceImpl.i18n.json index b85462146b..eefeadcfe0 100644 --- a/i18n/hun/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/hun/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/hun/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/hun/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/hun/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/hun/src/vs/editor/common/view/editorColorRegistry.i18n.json index ca5c75eaa9..79dc794f28 100644 --- a/i18n/hun/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/hun/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "A kurzor pozĆ­ciójĆ”n talĆ”lható sor kiemelĆ©si hĆ”ttĆ©rszĆ­ne.", "lineHighlightBorderBox": "A kurzor pozĆ­ciójĆ”n talĆ”lható sor keretszĆ­ne.", - "rangeHighlight": "A kiemelt területek hĆ”ttĆ©rszĆ­ne, pl. a gyors megnyitĆ”s Ć©s keresĆ©s funkcióknĆ”l.", + "rangeHighlight": "A kiemelt területek hĆ”ttĆ©rszĆ­ne, pl. a gyors megnyitĆ”s Ć©s keresĆ©s funkcióknĆ”l. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "rangeHighlightBorder": "A kiemelt területek kƶrüli keret hĆ”ttĆ©rszĆ­ne.", "caret": "A szerkesztőablak kurzorĆ”nak szĆ­ne.", "editorCursorBackground": "A szerkesztőablak kurzorĆ”nak hĆ”ttĆ©rszĆ­ne. LehetővĆ© teszik az olyan karakterek szĆ­nĆ©nek módosĆ­tĆ”sĆ”t, amelyek fƶlƶtt egy blokk-tĆ­pusĆŗ kurzor Ć”ll.", "editorWhitespaces": "A szerkesztőablakban talĆ”lható szókƶz karakterek szĆ­ne.", "editorIndentGuides": "A szerkesztőablak segĆ©dvonalainak szĆ­ne.", "editorLineNumbers": "A szerkesztőablak sorszĆ”mainak szĆ­ne.", + "editorActiveLineNumber": "A szerkesztőablak aktĆ­v sorĆ”hoz tartozó sorszĆ”m szĆ­ne.", "editorRuler": "A szerkesztőablak sĆ”vjainak szĆ­ne.", "editorCodeLensForeground": "A szerkesztőablakban talĆ”lható kódlencsĆ©k előtĆ©rszĆ­ne", "editorBracketMatchBackground": "HozzĆ”tartozó zĆ”rójelek hĆ”ttĆ©rszĆ­ne", diff --git a/i18n/hun/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/hun/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 647a263aff..521e30875b 100644 --- a/i18n/hun/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "UgrĆ”s a zĆ”rójelre" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "Kapcsolódó zĆ”rójeleket jelƶlő jelzĆ©sek szĆ­ne az Ć”ttekintősĆ”von.", + "smartSelect.jumpBracket": "UgrĆ”s a zĆ”rójelre", + "smartSelect.selectToBracket": "KijelƶlĆ©s a zĆ”rójelig" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/hun/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 647a263aff..4d57d0939f 100644 --- a/i18n/hun/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/hun/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index 1fc37d0768..fef1a3b15f 100644 --- a/i18n/hun/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "Kurzor mozgatĆ”sa balra", "caret.moveRight": "Kurzor mozgatĆ”sa jobbra" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/hun/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index 1fc37d0768..dc2e68b464 100644 --- a/i18n/hun/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/hun/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index e8cbbca5cf..f27eb56236 100644 --- a/i18n/hun/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/hun/src/vs/editor/contrib/caretOperations/transpose.i18n.json index e8cbbca5cf..66506130f2 100644 --- a/i18n/hun/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Betűk megcserĆ©lĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/hun/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 09439c237c..a892fb84cd 100644 --- a/i18n/hun/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/hun/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 09439c237c..8a7b6f7a6e 100644 --- a/i18n/hun/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "KivĆ”gĆ”s", "actions.clipboard.copyLabel": "MĆ”solĆ”s", "actions.clipboard.pasteLabel": "BeillesztĆ©s", diff --git a/i18n/hun/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/hun/src/vs/editor/contrib/comment/comment.i18n.json index 219553bdc4..39ca685c59 100644 --- a/i18n/hun/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Egysoros megjegyzĆ©s ki-/bekapcsolĆ”sa", "comment.line.add": "Egysoros megjegyzĆ©s hozzĆ”adĆ”sa", "comment.line.remove": "Egysoros megjegyzĆ©s eltĆ”volĆ­tĆ”sa", diff --git a/i18n/hun/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/hun/src/vs/editor/contrib/comment/common/comment.i18n.json index 219553bdc4..5ac1eea0e1 100644 --- a/i18n/hun/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/hun/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 78d9a20aae..d6bb22959a 100644 --- a/i18n/hun/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/hun/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 78d9a20aae..2e5c42fd93 100644 --- a/i18n/hun/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "Szerkesztőablak helyi menüjĆ©nek megjelenĆ­tĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 02c1e20d0b..d4d38c7edf 100644 --- a/i18n/hun/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index 2d5b3af7ef..f3bbf15a26 100644 --- a/i18n/hun/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/hun/src/vs/editor/contrib/find/common/findController.i18n.json index 6e1f33bced..6b141f6082 100644 --- a/i18n/hun/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/find/findController.i18n.json b/i18n/hun/src/vs/editor/contrib/find/findController.i18n.json index 6e1f33bced..35debd937b 100644 --- a/i18n/hun/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "KeresĆ©s", "findNextMatchAction": "Kƶvetkező talĆ”lat", "findPreviousMatchAction": "Előző talĆ”lat", diff --git a/i18n/hun/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/find/findWidget.i18n.json index 21f944c426..e755d0bd2c 100644 --- a/i18n/hun/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "KeresĆ©s", "placeholder.find": "KeresĆ©s", "label.previousMatchButton": "Előző talĆ”lat", diff --git a/i18n/hun/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index 2d5b3af7ef..6be7ad73f5 100644 --- a/i18n/hun/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "KeresĆ©s", "placeholder.find": "KeresĆ©s", "label.previousMatchButton": "Előző talĆ”lat", diff --git a/i18n/hun/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/hun/src/vs/editor/contrib/folding/browser/folding.i18n.json index 07da29ad41..4cd3f1718a 100644 --- a/i18n/hun/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/hun/src/vs/editor/contrib/folding/folding.i18n.json index 510a007223..66f88e8050 100644 --- a/i18n/hun/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "KibontĆ”s", "unFoldRecursivelyAction.label": "KibontĆ”s rekurzĆ­van", "foldAction.label": "BezĆ”rĆ”s", diff --git a/i18n/hun/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/hun/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 7b8c9186b0..5811c20d08 100644 --- a/i18n/hun/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/hun/src/vs/editor/contrib/format/formatActions.i18n.json index 7b8c9186b0..cd6828e2eb 100644 --- a/i18n/hun/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "Egy formĆ”zĆ”st vĆ©gzett a(z) {0}. sorban", "hintn1": "{0} formĆ”zĆ”st vĆ©gzett a(z) {1}. sorban", "hint1n": "Egy formĆ”zĆ”st vĆ©gzett a(z) {0}. Ć©s {1}. sorok kƶzƶtt", "hintnn": "{0} formĆ”zĆ”st vĆ©gzett a(z) {1}. Ć©s {2}. sorok kƶzƶtt", - "no.provider": "SajnĆ”ljuk, de nincs formĆ”zó telepĆ­tve a(z) '{0}' tĆ­pusĆŗ fĆ”jlokhoz.", + "no.provider": "Nincs formĆ”zó telepĆ­tve a(z) '{0}' tĆ­pusĆŗ fĆ”jlokhoz.", "formatDocument.label": "Dokumentum formĆ”zĆ”sa", "formatSelection.label": "Kijelƶlt tartalom formĆ”zĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index 50e0679aba..338032e9da 100644 --- a/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index 782190fef0..36bbb86b10 100644 --- a/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index 50e0679aba..c543edcbbc 100644 --- a/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "Nem talĆ”lható a(z) '{0}' definĆ­ciója", "generic.noResults": "DefinĆ­ció nem talĆ”lható", "meta.title": " – {0} definĆ­ció", diff --git a/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index 782190fef0..f0e231b13d 100644 --- a/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "Kattintson {0} definĆ­ció megjelenĆ­tĆ©sĆ©hez." } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/hun/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index e3ec625549..fcd4d22cf2 100644 --- a/i18n/hun/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/hun/src/vs/editor/contrib/gotoError/gotoError.i18n.json index e3ec625549..2e890525ef 100644 --- a/i18n/hun/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "Kƶvetkező hiba vagy figyelmeztetĆ©s", - "markerAction.previous.label": "Előző hiba vagy figyelmeztetĆ©s", + "markerAction.next.label": "Kƶvetkező problĆ©ma (hiba, figyelmeztetĆ©s, informĆ”ció)", + "markerAction.previous.label": "Előző problĆ©ma (hiba, figyelmeztetĆ©s, informĆ”ció)", "editorMarkerNavigationError": "A szerkesztőablak jelzőnavigĆ”ciós moduljĆ”nak szĆ­ne hiba esetĆ©n.", "editorMarkerNavigationWarning": "A szerkesztőablak jelzőnavigĆ”ciós moduljĆ”nak szĆ­ne figyelmeztetĆ©s esetĆ©n.", "editorMarkerNavigationInfo": "A szerkesztőablak jelzőnavigĆ”ciós moduljĆ”nak szĆ­ne informĆ”ció esetĆ©n.", diff --git a/i18n/hun/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/hun/src/vs/editor/contrib/hover/browser/hover.i18n.json index e9de48281e..f9919acff9 100644 --- a/i18n/hun/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/hun/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index a9cab1dd0d..e52b8a46f0 100644 --- a/i18n/hun/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/hun/src/vs/editor/contrib/hover/hover.i18n.json index e9de48281e..2135ab0a85 100644 --- a/i18n/hun/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "SĆŗgószƶveg megjelenĆ­tĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/hun/src/vs/editor/contrib/hover/modesContentHover.i18n.json index a9cab1dd0d..6423191d1e 100644 --- a/i18n/hun/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "BetƶltĆ©s..." } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/hun/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index 0339e509b3..e1fb9fc769 100644 --- a/i18n/hun/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/hun/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index 0339e509b3..c1f0ed43e0 100644 --- a/i18n/hun/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Csere az előző Ć©rtĆ©kre", "InPlaceReplaceAction.next.label": "Csere a kƶvetkező Ć©rtĆ©kre" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/hun/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 4b8870d20a..71056bd997 100644 --- a/i18n/hun/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/hun/src/vs/editor/contrib/indentation/indentation.i18n.json index 4b8870d20a..cdc40b4259 100644 --- a/i18n/hun/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "IndentĆ”lĆ”sok Ć”talakĆ­tĆ”sa szókƶzƶkkĆ©", "indentationToTabs": "IndentĆ”lĆ”sok Ć”talakĆ­tĆ”sa tabulĆ”torokkĆ”", "configuredTabSize": "BeĆ”llĆ­tott tabulĆ”tormĆ©ret", diff --git a/i18n/hun/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/hun/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index d5c935359b..89d9b33f7e 100644 --- a/i18n/hun/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/hun/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index d5c935359b..3ba3b326f6 100644 --- a/i18n/hun/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "Sor mĆ”solĆ”sa eggyel feljebb", "lines.copyDown": "Sor mĆ”solĆ”sa eggyel lejjebb", "lines.moveUp": "Sor feljebb helyezĆ©se", diff --git a/i18n/hun/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/hun/src/vs/editor/contrib/links/browser/links.i18n.json index 543b55fd2e..4f7670143f 100644 --- a/i18n/hun/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/links/links.i18n.json b/i18n/hun/src/vs/editor/contrib/links/links.i18n.json index 543b55fd2e..afe2094238 100644 --- a/i18n/hun/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/links/links.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Hivatkozott oldal megnyitĆ”sa Cmd + kattintĆ”s paranccsal", "links.navigate": "Hivatkozott oldal megnyitĆ”sa Ctrl + kattintĆ”s paranccsal", "links.command.mac": "Cmd + kattintĆ”s a parancs vĆ©grehajtĆ”sĆ”hoz", diff --git a/i18n/hun/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/hun/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index f50dc97584..4a7efe9579 100644 --- a/i18n/hun/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/hun/src/vs/editor/contrib/multicursor/multicursor.i18n.json index f50dc97584..65e8ee97c6 100644 --- a/i18n/hun/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Kurzor beszĆŗrĆ”sa egy sorral feljebb", "mutlicursor.insertBelow": "Kurzor beszĆŗrĆ”sa egy sorral lejjebb", "mutlicursor.insertAtEndOfEachLineSelected": "Kurzor beszĆŗrĆ”sa a sorok vĆ©gĆ©re", diff --git a/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index 973e6d7ae9..74b57c55ef 100644 --- a/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index f05a169d61..e578238cae 100644 --- a/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index 973e6d7ae9..241c61e1e7 100644 --- a/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "ParamĆ©terinformĆ”ciók megjelenĆ­tĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index f05a169d61..16fb52e797 100644 --- a/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, informĆ”ció" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/hun/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index 1fef02c03e..d3e4e9fe79 100644 --- a/i18n/hun/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/hun/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index 1fef02c03e..c00d4b5f63 100644 --- a/i18n/hun/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "JavĆ­tĆ”sok megjelenĆ­tĆ©se ({0})", "quickFix": "JavĆ­tĆ”sok megjelenĆ­tĆ©se", - "quickfix.trigger.label": "GyorsjavĆ­tĆ”s" + "quickfix.trigger.label": "GyorsjavĆ­tĆ”s", + "refactor.label": "RefaktorĆ”lĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index a40829f1ae..cde973543b 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index bc4f4f5abd..82385ee731 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index b93a507d5d..080689d708 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 4ab9002859..2e8057e7cf 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 2701fadac4..e617eaeddd 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index a40829f1ae..a89a47b300 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "BezĆ”rĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index bc4f4f5abd..ca070931ea 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " – {0} referencia", "references.action.label": "Minden hivatkozĆ”s megkeresĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index b93a507d5d..b31ab2536b 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "BetƶltĆ©s..." } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 4ab9002859..22579c1ca5 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "szimbólum a kƶvetkező helyen: {0}, sor: {1}, oszlop: {2}", "aria.fileReferences.1": "Egy szimbólum a kƶvetkező helyen: {0}, teljes elĆ©rĆ©si Ćŗt: {1}", "aria.fileReferences.N": "{0} szimbólum a kƶvetkező helyen: {1}, teljes elĆ©rĆ©si Ćŗt: {2}", diff --git a/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 2701fadac4..d1c87b75ff 100644 --- a/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "Nem sikerült feloldani a fĆ”jlt.", "referencesCount": "{0} referencia", "referenceCount": "{0} referencia", diff --git a/i18n/hun/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/hun/src/vs/editor/contrib/rename/browser/rename.i18n.json index c6eac10add..97d32881b6 100644 --- a/i18n/hun/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/hun/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index cd26c078ae..480514d11a 100644 --- a/i18n/hun/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/hun/src/vs/editor/contrib/rename/rename.i18n.json index c6eac10add..5c92c41bb1 100644 --- a/i18n/hun/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "Nincs eredmĆ©ny.", "aria": "'{0}' sikeresen Ć”t lett nevezve a kƶvetkezőre: '{1}'. Ɩsszefoglaló: {2}", "rename.failed": "Az Ć”tnevezĆ©st nem sikerült vĆ©grehajtani.", diff --git a/i18n/hun/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/hun/src/vs/editor/contrib/rename/renameInputField.i18n.json index cd26c078ae..39fc069a88 100644 --- a/i18n/hun/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "ƁtnevezĆ©sre szolgĆ”ló beviteli mező. Adja meg az Ćŗj nevet, majd nyomja meg az Enter gombot a vĆ”ltoztatĆ”sok elvĆ©gzĆ©sĆ©hez." } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/hun/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index 463be33cb0..53e0918404 100644 --- a/i18n/hun/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/hun/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index 463be33cb0..ceea9874b6 100644 --- a/i18n/hun/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "KijelƶlĆ©s bővĆ­tĆ©se", "smartSelect.shrink": "KijelƶlĆ©s szűkĆ­tĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index d7050253ff..e29e199452 100644 --- a/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index 1ea907a2db..1f75724060 100644 --- a/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/hun/src/vs/editor/contrib/suggest/suggestController.i18n.json index d7050253ff..615b15c5d1 100644 --- a/i18n/hun/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "A(z) '{0}' elfogadĆ”sa a kƶvetkező szƶveg beszĆŗrĆ”sĆ”t eredmĆ©nyezte: {1}", "suggest.trigger.label": "Javaslatok megjelenĆ­tĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index 1ea907a2db..bbe51eb997 100644 --- a/i18n/hun/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "A javaslatokat tartalmazó modul hĆ”ttĆ©rszĆ­ne.", "editorSuggestWidgetBorder": "A javaslatokat tartalmazó modul keretszĆ­ne.", "editorSuggestWidgetForeground": "A javaslatokat tartalmazó modul előtĆ©rszĆ­ne.", diff --git a/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index dc4360652c..6fe7a5313a 100644 --- a/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index dc4360652c..b4ebaa4215 100644 --- a/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggle.tabMovesFocus": "Tab billentyűvel mozgatott fókusz ki- Ć©s bekapcsolĆ”sa" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggle.tabMovesFocus": "TabulĆ”tor billentyűvel mozgatott fókusz ki- Ć©s bekapcsolĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/hun/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index fa7c335907..a73a74877e 100644 --- a/i18n/hun/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/hun/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index fa7c335907..407d8750db 100644 --- a/i18n/hun/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Szimbólumok hĆ”ttĆ©rszĆ­ne olvasĆ”si hozzĆ”fĆ©rĆ©s, pĆ”ldĆ”ul vĆ”ltozó olvasĆ”sa esetĆ©n.", - "wordHighlightStrong": "Szimbólumok hĆ”ttĆ©rszĆ­ne Ć­rĆ”si hozzĆ”fĆ©rĆ©s, pĆ”ldĆ”ul vĆ”ltozó Ć­rĆ”sa esetĆ©n.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Szimbólumok hĆ”ttĆ©rszĆ­ne olvasĆ”si hozzĆ”fĆ©rĆ©s, pĆ©ldĆ”ul vĆ”ltozó olvasĆ”sa esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "wordHighlightStrong": "Szimbólumok hĆ”ttĆ©rszĆ­ne Ć­rĆ”si hozzĆ”fĆ©rĆ©s, pĆ©ldĆ”ul vĆ”ltozó Ć­rĆ”sa esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "wordHighlightBorder": "Szimbólumok hĆ”ttĆ©rszĆ­ne olvasĆ”si hozzĆ”fĆ©rĆ©s, pĆ©ldĆ”ul vĆ”ltozó olvasĆ”sa esetĆ©n.", + "wordHighlightStrongBorder": "Szimbólumok hĆ”ttĆ©rszĆ­ne Ć­rĆ”si hozzĆ”fĆ©rĆ©s, pĆ©ldĆ”ul vĆ”ltozó Ć­rĆ”sa esetĆ©n.", "overviewRulerWordHighlightForeground": "A kiemelt szimbólumokat jelƶlő jelzĆ©sek szĆ­ne az Ć”ttekintősĆ”von.", "overviewRulerWordHighlightStrongForeground": "A kiemelt, Ć­rĆ”si hozzĆ”fĆ©rĆ©sű szimbólumokat jelƶlő jelzĆ©sek szĆ­ne az Ć”ttekintősĆ”von.", "wordHighlight.next.label": "UgrĆ”s a kƶvetkező kiemelt szimbólumhoz", diff --git a/i18n/hun/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/hun/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index a40829f1ae..cde973543b 100644 --- a/i18n/hun/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/hun/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/hun/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index be4ee2e798..be5acafac8 100644 --- a/i18n/hun/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/hun/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/hun/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 45673b13e3..f176d39fd3 100644 --- a/i18n/hun/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/hun/src/vs/editor/node/textMate/TMGrammars.i18n.json index 4ae6117a72..21f5da3d56 100644 --- a/i18n/hun/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/hun/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/hun/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/hun/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/hun/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/hun/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index 27181140f4..1ab01ae8d3 100644 --- a/i18n/hun/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "a menüelemeket tƶmbkĆ©nt kell megadni", "requirestring": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", "optstring": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string` tĆ­pusĆŗnak kell lennie", @@ -40,6 +42,5 @@ "menuId.invalid": "A(z) `{0}` nem Ć©rvĆ©nyes menüazonosĆ­tó", "missing.command": "A menüpont a(z) `{0}` parancsra hivatkozik, ami nincs deklarĆ”lva a 'commands'-szakaszban.", "missing.altCommand": "A menüpont a(z) `{0}` alternatĆ­v parancsra hivatkozik, ami nincs deklarĆ”lva a 'commands'-szakaszban.", - "dupe.command": "A menüpont ugyanazt a parancsot hivatkozza alapĆ©rtelmezett Ć©s alternatĆ­v parancskĆ©nt", - "nosupport.altCommand": "Jelenleg csak az 'editor/title' menü 'navigation' csoportja tĆ”mogatja az alternatĆ­v parancsokat" + "dupe.command": "A menüpont ugyanazt a parancsot hivatkozza alapĆ©rtelmezett Ć©s alternatĆ­v parancskĆ©nt" } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/hun/src/vs/platform/configuration/common/configurationRegistry.i18n.json index 28d32f3188..b7fa2bddb3 100644 --- a/i18n/hun/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/hun/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "FelülĆ­rt alapĆ©rtelmezett konfigurĆ”ciók", "overrideSettings.description": "A szerkesztő beĆ”llĆ­tĆ”sainak felülĆ­rĆ”sa a(z) {0} nyelvre vonatkozóan", "overrideSettings.defaultDescription": "A szerkesztő beĆ”llĆ­tĆ”sainak felülĆ­rĆ”sa egy adott nyelvre vonatkozóan", diff --git a/i18n/hun/src/vs/platform/environment/node/argv.i18n.json b/i18n/hun/src/vs/platform/environment/node/argv.i18n.json index acbe400a83..221fa561e8 100644 --- a/i18n/hun/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/hun/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "`--goto` mód esetĆ©n az argumentumokat a kƶvetkező formĆ”ban kell megadni: `FƁJL(:SOR(:OSZLOP))`.", "diff": "KĆ©t fĆ”jl ƶsszehasonlĆ­tĆ”sa egymĆ”ssal.", "add": "MappĆ”(k) hozzĆ”adĆ”sa a legutolsó aktĆ­v ablakhoz.", "goto": "Megnyitja a megadott elĆ©rĆ©si Ćŗton talĆ”lható fĆ”jlt a megadott sornĆ”l Ć©s oszlopnĆ”l.", - "locale": "A hasznĆ”lt lokalizĆ”ció (pl. en-US vagy zh-TW)", - "newWindow": "MindenkĆ©pp induljon Ćŗj pĆ©ldĆ”ny a Code-ból.", - "performance": "IndĆ­tĆ”s a 'Developer: Startup Performance' parancs engedĆ©lyezĆ©sĆ©vel.", - "prof-startup": "ProcesszorhasznĆ”lat profilozĆ”sa indulĆ”skor", - "inspect-extensions": "HibakeresĆ©s Ć©s profilozĆ”s engedĆ©lyezĆ©se a kiegĆ©szĆ­tőkben. Ellenőrizze a fejlesztői eszkƶzƶket a csatlakozĆ”si URI-hoz.", - "inspect-brk-extensions": "HibakeresĆ©s Ć©s profilozĆ”s engedĆ©lyezĆ©se a kiegĆ©szĆ­tőkben, Ćŗgy, hogy a kiegĆ©szĆ­tő gazdafolyamata szüneteltetve lesz az indĆ­tĆ”s utĆ”n. Ellenőrizze a fejlesztői eszkƶzƶket a csatlakozĆ”si URI-hoz. ", - "reuseWindow": "FĆ”jl vagy mappa megnyitĆ”sa a legutoljĆ”ra aktĆ­v ablakban.", - "userDataDir": "MeghatĆ”rozza a kƶnyvtĆ”rat, ahol a felhasznĆ”lói adatok vannak tĆ”rolva. HasznĆ”s, ha rootkĆ©nt van futtatva.", - "log": "A naplózott esemĆ©nyek szintje.Az 'info' az alapĆ©rtelmezett Ć©rtĆ©ke. LehetsĆ©ges Ć©rtĆ©kek: 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", - "verbose": "RĆ©szletes kimenet kiĆ­rĆ”sa (magĆ”ba foglalja a --wait kapcsolót)", + "newWindow": "MindenkĆ©pp Ćŗj ablakban nyĆ­ljon meg", + "reuseWindow": "FĆ”jl vagy mappa a legutolsó aktĆ­v ablakban nyĆ­ljon meg.", "wait": "VĆ”rjon a fĆ”jlok bezĆ”rĆ”sĆ”ra a visszatĆ©rĆ©s előtt.", + "locale": "A hasznĆ”lt lokalizĆ”ció (pl. en-US vagy zh-TW)", + "userDataDir": "MeghatĆ”rozza azt a mappĆ”t, ahol a felhasznĆ”lói adatok vannak tĆ”rolva. Egyszerre tƶbb megnyitott Code-pĆ©ldĆ”ny is hasznĆ”lhatja.", + "version": "Verzió kiĆ­rĆ”sa.", + "help": "HasznĆ”lati Ćŗtmutató kiĆ­rĆ”sa.", "extensionHomePath": "A kiegĆ©szĆ­tők gyƶkĆ©rkƶnyvtĆ”rĆ”nak beĆ”llĆ­tĆ”sa.", "listExtensions": "TelepĆ­tett kiegĆ©szĆ­tők listĆ”zĆ”sa.", "showVersions": "TelepĆ­tett kiegĆ©szĆ­tők verziójĆ”nak megjelenĆ­tĆ©se a --list-extension kapcsoló hasznĆ”lata esetĆ©n.", "installExtension": "KiegĆ©szĆ­tő telepĆ­tĆ©se.", "uninstallExtension": "KiegĆ©szĆ­tő eltĆ”volĆ­tĆ”sa.", "experimentalApis": "Tervezett API-funkciók engedĆ©lyezĆ©se egy kiegĆ©szĆ­tő szĆ”mĆ”ra.", - "disableExtensions": "Ɩsszes telepĆ­tett kiegĆ©szĆ­tő letiltĆ”sa.", - "disableGPU": "Hardveres gyorsĆ­tĆ”s letiltĆ”sa.", + "verbose": "RĆ©szletes kimenet kiĆ­rĆ”sa (magĆ”ba foglalja a --wait kapcsolót)", + "log": "A naplózott esemĆ©nyek szintje.Az 'info' az alapĆ©rtelmezett Ć©rtĆ©ke. LehetsĆ©ges Ć©rtĆ©kek: 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", "status": "Folyamatok erőforrĆ”s-hasznĆ”lati Ć©s diagnosztikai adatinak kiĆ­ratĆ”sa.", - "version": "Verzió kiĆ­rĆ”sa.", - "help": "HasznĆ”lati Ćŗtmutató kiĆ­rĆ”sa.", + "performance": "IndĆ­tĆ”s a 'Developer: Startup Performance' parancs engedĆ©lyezĆ©sĆ©vel.", + "prof-startup": "ProcesszorhasznĆ”lat profilozĆ”sa indulĆ”skor", + "disableExtensions": "Ɩsszes telepĆ­tett kiegĆ©szĆ­tő letiltĆ”sa.", + "inspect-extensions": "HibakeresĆ©s Ć©s profilozĆ”s engedĆ©lyezĆ©se a kiegĆ©szĆ­tőkben. Ellenőrizze a fejlesztői eszkƶzƶket a csatlakozĆ”si URI-hoz.", + "inspect-brk-extensions": "HibakeresĆ©s Ć©s profilozĆ”s engedĆ©lyezĆ©se a kiegĆ©szĆ­tőkben, Ćŗgy, hogy a kiegĆ©szĆ­tő gazdafolyamata szüneteltetve lesz az indĆ­tĆ”s utĆ”n. Ellenőrizze a fejlesztői eszkƶzƶket a csatlakozĆ”si URI-hoz. ", + "disableGPU": "Hardveres gyorsĆ­tĆ”s letiltĆ”sa.", + "uploadLogs": "Az aktuĆ”lis munkamenet naplóinak feltƶltĆ©se egy biztonsĆ”gos vĆ©gpontra.", + "maxMemory": "Egy ablak maximĆ”lis memóriamĆ©rete (megabĆ”jtban).", "usage": "HasznĆ”lat", "options": "beĆ”llĆ­tĆ”sok", "paths": "elĆ©rĆ©si utak", - "optionsUpperCase": "BeĆ”lĆ­tĆ”sok" + "stdinWindows": "MĆ”s program bemenetĆ©nek olvasĆ”sĆ”hoz fűzze a '-' karaktert a parancshoz (pl.: 'echo Hello World | {0} -')", + "stdinUnix": "Az stdin-ről tƶrtĆ©nő olvasĆ”sĆ”hoz fűzze a '-' karaktert a parancshoz (pl.: 'ps aux | grep code | {0} -')", + "optionsUpperCase": "BeĆ”lĆ­tĆ”sok", + "extensionsManagement": "KiegĆ©szĆ­tők kezelĆ©se", + "troubleshooting": "HibaelhĆ”rĆ­tĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/hun/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 5da094f11e..e79cd6c307 100644 --- a/i18n/hun/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/hun/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Nincs munkaterület." } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/hun/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index c6aca38bd3..c750893df4 100644 --- a/i18n/hun/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/hun/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "KiegĆ©szĆ­tők", "preferences": "BeĆ”llĆ­tĆ”sok" } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/hun/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 7ae85dde97..418c1465eb 100644 --- a/i18n/hun/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/hun/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "A letƶltĆ©s nem sikerült, mert a kiegĆ©szĆ­tő VS Code '{0}' verziójĆ”val kompatibilis vĆ”ltozata nem talĆ”lható. " } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/hun/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8788d40a46..d51f478f61 100644 --- a/i18n/hun/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/hun/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "A kiegĆ©szĆ­tő Ć©rvĆ©nytelen: a package.json nem egy JSON-fĆ”jl.", - "restartCodeLocal": "IndĆ­tsa Ćŗjra a Code-ot a(z) {0} ĆŗjratelepĆ­tĆ©se előtt.", + "restartCode": "IndĆ­tsa Ćŗjra a Code-ot a(z) {0} ĆŗjratelepĆ­tĆ©se előtt.", "installingOutdatedExtension": "A kiegĆ©szĆ­tő egy Ćŗjabb verziója mĆ”r telepĆ­tve van. SzeretnĆ© felülĆ­rni a rĆ©gebbi verzióval?", "override": "FelülĆ­rĆ”s", "cancel": "MĆ©gse", - "notFoundCompatible": "A telepĆ­tĆ©s nem sikerült, mert a(z) '{0}' kiegĆ©szĆ­tő VS Code '{1}' verziójĆ”val kompatibilis vĆ”ltozata nem talĆ”lható.", - "quitCode": "A telepĆ­tĆ©s nem sikerült, mert a kiegĆ©szĆ­tő elavult pĆ©ldĆ”nya mĆ©g mindig fut. LĆ©pjen ki a VS Code-ból, Ć©s indĆ­tsa Ćŗjra az ĆŗjratelepĆ­tĆ©s előtt.", - "exitCode": "A telepĆ­tĆ©s nem sikerült, mert a kiegĆ©szĆ­tő elavult pĆ©ldĆ”nya mĆ©g mindig fut. LĆ©pjen ki a VS Code-ból, Ć©s indĆ­tsa Ćŗjra az ĆŗjratelepĆ­tĆ©s előtt.", + "errorInstallingDependencies": "Hiba a függősĆ©gek telepĆ­tĆ©se kƶzben. {0}", + "MarketPlaceDisabled": "A piactĆ©r nincs engedĆ©lyezve", + "removeError": "Hiba tƶrtĆ©nt a kiegĆ©szĆ­tő eltĆ”volĆ­tĆ”sa kƶzben: {0}. LĆ©pjen ki Ć©s indĆ­tsa el a VS Code-ot mielőtt ĆŗjrapróbĆ”lnĆ”!", + "Not Market place extension": "Csak a piactĆ©rről szĆ”rmazó kiegĆ©szĆ­tőket lehet ĆŗjratelepĆ­teni", + "notFoundCompatible": "A(z) '{0}' nem telepĆ­thető: nincs a VS Code '{1}' verziójĆ”val kompatibilis vĆ”ltozat.", + "malicious extension": "A kiegĆ©szĆ­tő nem telepĆ­thető, mert jelentettĆ©k, hogy problĆ©mĆ”s.", "notFoundCompatibleDependency": "A telepĆ­tĆ©s nem sikerült, mert a(z) '{0}' kiegĆ©szĆ­tő függősĆ©g VS Code '{1}' verziójĆ”val kompatibilis vĆ”ltozata nem talĆ”lható. ", + "quitCode": "A kiegĆ©szĆ­tő telepĆ­tĆ©se nem sikerült. LĆ©pjen ki Ć©s indĆ­tsa el a VS Code-ot az ĆŗjratelepĆ­tĆ©s előtt!", + "exitCode": "A kiegĆ©szĆ­tő telepĆ­tĆ©se nem sikerült. LĆ©pjen ki Ć©s indĆ­tsa el a VS Code-ot az ĆŗjratelepĆ­tĆ©s előtt!", "uninstallDependeciesConfirmation": "Csak a(z) '{0}' kiegĆ©szĆ­tőt szeretnĆ© eltĆ”volĆ­tani vagy annak függősĆ©geit is?", "uninstallOnly": "Csak ezt", "uninstallAll": "Mindent", diff --git a/i18n/hun/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/hun/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index a4e5d9f943..926b87f45c 100644 --- a/i18n/hun/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/hun/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/hun/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index a060a2640b..f4eb665d8d 100644 --- a/i18n/hun/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/hun/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "VS Code kiegĆ©szĆ­tőkhƶz. MeghatĆ”rozza azt a VS Code-verziót, amivel a kiegĆ©szĆ­tő kompatibilis. Nem lehet *. PĆ©ldĆ”ul a ^0.10.5 a VS Code minimum 0.10.5-ƶs verziójĆ”val való kompatibilitĆ”st jelzi.", "vscode.extension.publisher": "A VS Code-kiegĆ©szĆ­tő kiadója.", "vscode.extension.displayName": "A kiegĆ©szĆ­tő VS Code galĆ©riĆ”ban megjelenĆ­tett neve.", diff --git a/i18n/hun/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/hun/src/vs/platform/extensions/node/extensionValidator.i18n.json index 6d0f5c97cf..2755341ef3 100644 --- a/i18n/hun/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/hun/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "Nem sikerült feldolgozni az `engines.vscode` beĆ”llĆ­tĆ”s Ć©rtĆ©kĆ©t ({0}). HasznĆ”lja pĆ©ldĆ”ul a kƶvetkezők egyikĆ©t: ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x stb.", "versionSpecificity1": "Az `engines.vscode` beĆ”llĆ­tĆ”sban megadott Ć©rtĆ©k ({0}) nem elĆ©g konkrĆ©t. A vscode 1.0.0 előtti verzióihoz legalĆ”bb a kĆ­vĆ”nt fő- Ć©s alverziót is meg kell adni. Pl.: ^0.10.0, 0.10.x, 0.11.0 stb.", "versionSpecificity2": "Az `engines.vscode` beĆ”llĆ­tĆ”sban megadott Ć©rtĆ©k ({0}) nem elĆ©g konkrĆ©t. A vscode 1.0.0 utĆ”ni verzióihoz legalĆ”bb a kĆ­vĆ”nt főverziót meg kell adni. Pl.: ^1.10.0, 1.10.x, 1.x.x, 2.x.x stb.", - "versionMismatch": "A kiegĆ©szĆ­tő nem kompatibilis a Code {0} verziójĆ”val. A kƶvetkező szüksĆ©ges hozzĆ”: {1}.", - "extensionDescription.empty": "A kiegĆ©szĆ­tő leĆ­rĆ”sa üres", - "extensionDescription.publisher": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", - "extensionDescription.name": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", - "extensionDescription.version": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", - "extensionDescription.engines": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `object` tĆ­pusĆŗnak kell lennie", - "extensionDescription.engines.vscode": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", - "extensionDescription.extensionDependencies": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string[]` tĆ­pusĆŗnak kell lennie", - "extensionDescription.activationEvents1": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string[]` tĆ­pusĆŗnak kell lennie", - "extensionDescription.activationEvents2": "a(z) `{0}` Ć©s `{1}` megadĆ”sa kƶtelező vagy mindkettőt el kell hagyni", - "extensionDescription.main1": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string` tĆ­pusĆŗnak kell lennie", - "extensionDescription.main2": "A `main` ({0}) nem a kiegĆ©szĆ­tő mappĆ”jĆ”n belül talĆ”lható ({1}). Emiatt előfordulhat, hogy a kiegĆ©szĆ­tő nem lesz hordozható.", - "extensionDescription.main3": "a(z) `{0}` Ć©s `{1}` megadĆ”sa kƶtelező vagy mindkettőt el kell hagyni", - "notSemver": "A kiegĆ©szĆ­tő verziója nem semver-kompatibilis." + "versionMismatch": "A kiegĆ©szĆ­tő nem kompatibilis a Code {0} verziójĆ”val. A kƶvetkező szüksĆ©ges hozzĆ”: {1}." } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/hun/src/vs/platform/history/electron-main/historyMainService.i18n.json index 476e2b9ca7..0091aa4fc4 100644 --- a/i18n/hun/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/hun/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "Új ablak", "newWindowDesc": "Nyit egy Ćŗj ablakot", "recentFolders": "Legutóbbi munkaterületek", diff --git a/i18n/hun/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/hun/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index b60e588de5..e2f9b9c9fa 100644 --- a/i18n/hun/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/hun/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "OK", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "TovĆ”bbi informĆ”ció", "integrity.dontShowAgain": "Ne jelenĆ­tse meg Ćŗjra", - "integrity.moreInfo": "TovĆ”bbi informĆ”ció", "integrity.prompt": "A feltelepĆ­tett {0} hibĆ”snak tűnik. TelepĆ­tse Ćŗjra!" } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/hun/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..2e6142ba24 --- /dev/null +++ b/i18n/hun/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "Hibajelentő" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/hun/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 8e300a2fd3..18aa9410c6 100644 --- a/i18n/hun/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "JSON-sĆ©makonfigurĆ”ciókat szolgĆ”ltat.", "contributes.jsonValidation.fileMatch": "Az illesztendő fĆ”jlok mintĆ”ja, pĆ©ldĆ”ul \"package.json\" vagy \"*.launch\".", "contributes.jsonValidation.url": "A sĆ©ma URL-cĆ­me ('http:', 'https:') vagy relatĆ­v elĆ©rĆ©si Ćŗtja a kiegĆ©szĆ­tő mappĆ”jĆ”hoz kĆ©pest ('./').", diff --git a/i18n/hun/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/hun/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index 3e93e9b7ff..495a53b7d9 100644 --- a/i18n/hun/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/hun/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "Lenyomta a kƶvetkezőt: ({0}). VĆ”rakozĆ”s a kombinĆ”ció mĆ”sodik billentyűjĆ©re...", "missing.chord": "A(z) ({0}, {1}) billentyűkombinĆ”ció nem egy parancs." } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/list/browser/listService.i18n.json b/i18n/hun/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..2b7799c64a --- /dev/null +++ b/i18n/hun/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Munkaterület", + "multiSelectModifier.ctrlCmd": "Windows Ć©s Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti.", + "multiSelectModifier.alt": "Windows Ć©s Linux alatt az `Alt`, macOS alatt az `Option` billentyűt jelenti.", + "multiSelectModifier": "Tƶbb elem kijelƶlĆ©se esetĆ©n Ćŗjabb elem hozzĆ”adĆ”sĆ”hoz hasznĆ”lt módosĆ­tóbillentyű a fanĆ©zetekben Ć©s listĆ”kban (pĆ©ldĆ”ul a fĆ”jlkezelőben, a megnyitott szerkesztőablakok listĆ”jĆ”ban Ć©s a verziókezelő rendszer nĆ©zeten). A `ctrlCmd` Windows Ć©s Linux alatt a `Control`, macOS alatt a `Command` billentyűt jelenti. A 'MegnyitĆ”s oldalt\" egĆ©rgesztusok – ha tĆ”mogatva vannak – automatikusan Ćŗgy lesznek beĆ”llĆ­tva, hogy ne ütkƶzzenek a tƶbb elem kijelƶlĆ©sĆ©hez tartozó módosĆ­tó billentyűvel.", + "openMode.singleClick": "Elemek megnyitĆ”sa egyetlen kattintĆ”sra.", + "openMode.doubleClick": "Elemek megnyitĆ”sa dupla kattintĆ”sra.", + "openModeModifier": "MeghatĆ”rozza, hogyan nyĆ­ljanak meg az elemek a fanĆ©zetekben Ć©s listĆ”kban egĆ©r hasznĆ”lata esetĆ©n (ha tĆ”mogatott). `singleClick` esetĆ©n egyetlen kattintĆ”sra megnyĆ­lnak az elemek, mĆ­g `doubleClick` esetĆ©n dupla kattintĆ”s szüksĆ©ges. FanĆ©zeteknĆ©l meghatĆ”rozza, hogy a szülőelemek egyetlen vagy dupla kattintĆ”sra nyĆ­lnak ki. MegjegyzĆ©s: nĆ©hĆ”ny fanĆ©zet Ć©s lista figyelmen kĆ­vül hagyja ezt a beĆ”llĆ­tĆ”st ott, ahol ez nem alkalmazható.Ā " +} \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/hun/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..d1bd669a0e --- /dev/null +++ b/i18n/hun/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "LokalizĆ”ciókat szolgĆ”ltat a szerkesztőhƶz", + "vscode.extension.contributes.localizations.languageId": "Annak a nyelvnek az azonosĆ­tója, amelyre a megjelenĆ­tett szƶvegek fordĆ­tva vannak.", + "vscode.extension.contributes.localizations.languageName": "A nyelv neve angolul.", + "vscode.extension.contributes.localizations.languageNameLocalized": "A nyelv neve a szolgĆ”ltatott nyelven.", + "vscode.extension.contributes.localizations.translations": "A nyelvhez rendelt fordĆ­tĆ”sok listĆ”ja.", + "vscode.extension.contributes.localizations.translations.id": "AzonosĆ­tó, ami a VS Code-ra vagy arra a kiegĆ©szĆ­tőre hivatkozik, amihez a fordĆ­tĆ”s szolgĆ”ltatva van. A VS Code azonosĆ­tója mindig `vscode`, kiegĆ©szĆ­tők esetĆ©n pedig a `publisherId.extensionName` formĆ”tumban kell megadni.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Az id Ć©rtĆ©ke VS Code fordĆ­tĆ”sa esetĆ©ben `vscode`, egy kiegĆ©szĆ­tő esetĆ©ben pedig `publisherId.extensionName` formĆ”tumĆŗ lehet.", + "vscode.extension.contributes.localizations.translations.path": "A nyelvhez tartozó fordĆ­tĆ”sokat tartalmazó fĆ”jl relatĆ­v elĆ©rĆ©si Ćŗtja." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/hun/src/vs/platform/markers/common/problemMatcher.i18n.json index a798666f20..663081578d 100644 --- a/i18n/hun/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/hun/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "A loop tulajdonsĆ”g csak az utolsó, sorra illesztő kifejezĆ©snĆ©l tĆ”mogatott.", "ProblemPatternParser.problemPattern.missingRegExp": "A problĆ©mamintĆ”ból hiĆ”nyzik egy regulĆ”ris kifejezĆ©s.", "ProblemPatternParser.problemPattern.missingProperty": "A problĆ©ma mintĆ”ja Ć©rvĆ©nytelen. MindenkĆ©pp tartalmaznia kell egy fĆ”jlra, egy üzenetre Ć©s egy sorra vagy helyre illesztő csoportot.", diff --git a/i18n/hun/src/vs/platform/message/common/message.i18n.json b/i18n/hun/src/vs/platform/message/common/message.i18n.json index a4f556eb01..23581074cf 100644 --- a/i18n/hun/src/vs/platform/message/common/message.i18n.json +++ b/i18n/hun/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "BezĆ”rĆ”s", "later": "KĆ©sőbb", - "cancel": "MĆ©gse" + "cancel": "MĆ©gse", + "moreFile": "...1 tovĆ”bbi fĆ”jl nincs megjelenĆ­tve", + "moreFiles": "...{0} tovĆ”bbi fĆ”jl nincs megjelenĆ­tve" } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/request/node/request.i18n.json b/i18n/hun/src/vs/platform/request/node/request.i18n.json index 83987512cc..b1cc392d6a 100644 --- a/i18n/hun/src/vs/platform/request/node/request.i18n.json +++ b/i18n/hun/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "A hasznĆ”lni kĆ­vĆ”nt proxybeĆ”llĆ­tĆ”s. Ha nincs beĆ”llĆ­tva, a http_proxy Ć©s a https_proxy kƶrnyezeti vĆ”ltozókból lesz Ć”tvĆ©ve", "strictSSL": "A proxyszerver tanĆŗsĆ­tvĆ”nya hitelesĆ­tve legyen-e a megadott hitelesĆ­tĆ©sszolgĆ”ltatóknĆ”l.", diff --git a/i18n/hun/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/hun/src/vs/platform/telemetry/common/telemetryService.i18n.json index 312528f889..526062acf7 100644 --- a/i18n/hun/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/hun/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetria", "telemetry.enableTelemetry": "HasznĆ”lati adatok Ć©s hibĆ”k küldĆ©sĆ©nek engedĆ©lyezĆ©se a Microsoft felĆ©." } \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/hun/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 7be8f29fde..84142e849f 100644 --- a/i18n/hun/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "KiegĆ©szĆ­tők Ć”ltal definiĆ”lt, tĆ©mĆ”zható szĆ­neket szolgĆ”ltat.", "contributes.color.id": "A tĆ©mĆ”zható szĆ­n azonosĆ­tója.", "contributes.color.id.format": "Az azonosĆ­tókat az aa[.bb]* formĆ”ban kell megadni.", diff --git a/i18n/hun/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/hun/src/vs/platform/theme/common/colorRegistry.i18n.json index a024837c58..6b45855f11 100644 --- a/i18n/hun/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/hun/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "A munkaterületen hasznĆ”lt szĆ­nek.", "foreground": "ƁltalĆ”nos előtĆ©rszĆ­n. Csak akkor van hasznĆ”lva, ha nem Ć­rja felül az adott komponens.", "errorForeground": "A hibaüzenetek Ć”ltalĆ”nos előtĆ©rszĆ­ne. Csak akkor van hasznĆ”lva, ha nem Ć­rja felül az adott komponens.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Beviteli mezők hĆ”ttĆ©rszĆ­ne hiba szintű validĆ”ciós Ć”llapot esetĆ©n.", "inputValidationErrorBorder": "Beviteli mezők keretszĆ­ne hiba szintű validĆ”ciós Ć”llapot esetĆ©n.", "dropdownBackground": "A legƶrdülő menük hĆ”ttĆ©rszĆ­ne.", + "dropdownListBackground": "A legƶrdülő menük listĆ”jĆ”nak hĆ”ttĆ©rszĆ­ne.", "dropdownForeground": "A legƶrdülő menük előtĆ©rszĆ­ne.", "dropdownBorder": "A legƶrdülő menük kerete.", "listFocusBackground": "ListĆ”k/fĆ”k fókuszĆ”lt elemĆ©nek hĆ”ttĆ©rszine, amikor a lista aktĆ­v. Egy aktĆ­v listĆ”nak/fĆ”nak van billentyűfőkusza, mĆ­g egy inaktĆ­vnak nincs.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "A szerkesztőablak-modulok keretszĆ­ne. A szĆ­n csak akkor van hasznĆ”lva, ha a modul beĆ”llĆ­tĆ”sa alapjĆ”n rendelkezik kerettel, Ć©s a szĆ­nt nem Ć­rja felül a modul.", "editorSelectionBackground": "A szerkesztőablak-szakasz szĆ­ne.", "editorSelectionForeground": "A kijelƶlt szƶveg szĆ­ne nagy kontrasztĆŗ tĆ©ma esetĆ©n.", - "editorInactiveSelection": "Az inaktĆ­v szerkesztőablakban talĆ”lható kijelƶlĆ©sek szĆ­ne.", - "editorSelectionHighlight": "A kijelƶlĆ©ssel megegyező tartalmĆŗ területek szĆ­ne.", + "editorInactiveSelection": "Az inaktĆ­v szerkesztőablakban talĆ”lható kijelƶlĆ©sek szĆ­ne. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "editorSelectionHighlight": "A kijelƶlĆ©ssel megegyező tartalmĆŗ területek szĆ­ne. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "editorSelectionHighlightBorder": "A kijelƶlĆ©ssel megegyező tartalmĆŗ területek keretszĆ­ne.", "editorFindMatch": "A keresĆ©s jelenlegi talĆ”latĆ”nak szĆ­ne.", - "findMatchHighlight": "A keresĆ©s tovĆ”bbi talĆ”latainak szĆ­ne.", - "findRangeHighlight": "A keresĆ©st korlĆ”tozó terület szĆ­ne.", - "hoverHighlight": "KiemelĆ©s azon szó alatt, amely fƶlƶtt lebegő elem jelenik meg.", + "findMatchHighlight": "A keresĆ©s tovĆ”bbi talĆ”latainak szĆ­ne. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "findRangeHighlight": "A keresĆ©st korlĆ”tozó terület szĆ­ne. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "editorFindMatchBorder": "A keresĆ©s jelenlegi talĆ”latĆ”nak keretszĆ­ne.", + "findMatchHighlightBorder": "A keresĆ©s tovĆ”bbi talĆ”latainak keretszĆ­ne.", + "findRangeHighlightBorder": "A keresĆ©st korlĆ”tozó terület keretszĆ­ne. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "hoverHighlight": "KiemelĆ©s azon szó alatt, amely fƶlƶtt lebegő elem jelenik meg. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", "hoverBackground": "A szerkesztőablakban lebegő elemek hĆ”ttĆ©rszĆ­ne.", "hoverBorder": "A szerkesztőablakban lebegő elemek keretszĆ­ne.", "activeLinkForeground": "Az aktĆ­v hivatkozĆ”sok hĆ”ttĆ©rszĆ­ne.", - "diffEditorInserted": "A beillesztett szƶvegek hĆ”ttĆ©rszĆ­ne.", - "diffEditorRemoved": "Az eltĆ”volĆ­tott szƶvegek hĆ”ttĆ©rszĆ­ne.", + "diffEditorInserted": "A beszĆŗrt szƶveg hĆ”ttĆ©rszĆ­ne. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "diffEditorRemoved": "Az eltĆ”volĆ­tott szƶveg hĆ”ttĆ©rszĆ­ne. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", "diffEditorInsertedOutline": "A beillesztett szƶvegek kƶrvonalĆ”nak szĆ­ne.", "diffEditorRemovedOutline": "Az eltĆ”volĆ­tott szƶvegek kƶrvonalĆ”nak szĆ­ne.", - "mergeCurrentHeaderBackground": "A helyi tartalom fejlĆ©cĆ©nek hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", - "mergeCurrentContentBackground": "A helyi tartalom hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", - "mergeIncomingHeaderBackground": "A beĆ©rkező tartalom fejlĆ©cĆ©nek hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", - "mergeIncomingContentBackground": "A beĆ©rkező tartalom hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", - "mergeCommonHeaderBackground": "A kƶzƶs ős tartalom fejlĆ©cĆ©nek hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. ", - "mergeCommonContentBackground": "A kƶzƶs ős tartalom hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. ", + "mergeCurrentHeaderBackground": "A helyi tartalom fejlĆ©cĆ©nek hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "mergeCurrentContentBackground": "A helyi tartalom hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "mergeIncomingHeaderBackground": "A beĆ©rkező tartalom fejlĆ©cĆ©nek hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "mergeIncomingContentBackground": "A beĆ©rkező tartalom hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "mergeCommonHeaderBackground": "A kƶzƶs ős tartalom fejlĆ©cĆ©nek hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", + "mergeCommonContentBackground": "A kƶzƶs ős tartalmĆ”nak hĆ”ttĆ©rszĆ­ne sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n. A szĆ­nnek Ć”ttetszőnek kell lennie, hogy ne fedje el az alatta lĆ©vő dekorĆ”torokat.", "mergeBorder": "A fejlĆ©cek Ć©s az elvĆ”lasztó sĆ”v keretszĆ­ne a sorok kƶzƶtt megjelenĆ­tett ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", "overviewRulerCurrentContentForeground": "A helyi tartalom előtĆ©rszĆ­ne az Ć”ttekintő sĆ”von ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", "overviewRulerIncomingContentForeground": "A beĆ©rkező tartalom előtĆ©rszĆ­ne az Ć”ttekintő sĆ”von ƶsszeolvasztĆ”si konfliktusok esetĆ©n.", diff --git a/i18n/hun/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/hun/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..a360a0ed31 --- /dev/null +++ b/i18n/hun/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "FrissĆ­tĆ©s", + "updateChannel": "MeghatĆ”rozza, hogy Ć©rkeznek-e automatikus frissĆ­tĆ©sek a frissĆ­tĆ©si csatornĆ”ról. A beĆ”llĆ­tĆ”s módosĆ­tĆ”sa utĆ”n ĆŗjraindĆ­tĆ”s szüksĆ©ges.", + "enableWindowsBackgroundUpdates": "HĆ”ttĆ©rben tƶrtĆ©nő frissĆ­tĆ©s engedĆ©lyezĆ©se Windowson." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/hun/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..4d8cdce308 --- /dev/null +++ b/i18n/hun/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "Verzió: {0}\nCommit: {1}\nDĆ”tum: {2}\nShell: {3}\nRendelő: {4}\nNode: {5}\nArchitektĆŗra: {6}", + "okButton": "OK", + "copy": "&&MĆ”solĆ”s" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/hun/src/vs/platform/workspaces/common/workspaces.i18n.json index cfef075a08..ba4b2b0663 100644 --- a/i18n/hun/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/hun/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Code-munkaterület", "untitledWorkspace": "NĆ©vtelen (munkaterület)", "workspaceNameVerbose": "{0} (munkaterület)", diff --git a/i18n/hun/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..6b2f29f058 --- /dev/null +++ b/i18n/hun/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "a localizationst tƶmbkĆ©nt kell megadni", + "requirestring": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", + "optstring": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string` tĆ­pusĆŗnak kell lennie", + "vscode.extension.contributes.localizations": "LokalizĆ”ciókat szolgĆ”ltat a szerkesztőhƶz", + "vscode.extension.contributes.localizations.languageId": "Annak a nyelvnek az azonosĆ­tója, amelyre a megjelenĆ­tett szƶvegek fordĆ­tva vannak.", + "vscode.extension.contributes.localizations.languageName": "Annak a nyelvnek a neve, amelyre a megjelenĆ­tett szƶvegek fordĆ­tva vannak.", + "vscode.extension.contributes.localizations.translations": "A nyelvhez tartozó ƶsszes, fordĆ­tĆ”si fĆ”jlokat tartalmazó mappa relatĆ­v elĆ©rĆ©si Ćŗtja." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 3b99b32d61..c62b2128ff 100644 --- a/i18n/hun/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "a nĆ©zeteket tƶmbkĆ©nt kell megadni", "requirestring": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", "optstring": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string` tĆ­pusĆŗnak kell lennie", diff --git a/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index c9ac5c4a12..32f8d6e40c 100644 --- a/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index 32ac1f4197..0e368e5c5a 100644 --- a/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "BezĆ”rĆ”s", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (kiegĆ©szĆ­tő)", + "defaultSource": "KiegĆ©szĆ­tő", + "manageExtension": "KiegĆ©szĆ­tő kezelĆ©se", "cancel": "MĆ©gse", "ok": "OK" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..d6218e83d1 --- /dev/null +++ b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "MentĆ©si esemĆ©nyek futtatĆ”sa..." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..a29500b22b --- /dev/null +++ b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "webview-szerkesztő" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..c3c4698790 --- /dev/null +++ b/i18n/hun/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "A(z) '{0}' kiegĆ©szĆ­tő egy mappĆ”t adott hozzĆ” a munkaterülethez.", + "folderStatusMessageAddMultipleFolders": "A(z) '{0}' kiegĆ©szĆ­tő {0} mappĆ”t adott hozzĆ” a munkaterülethez.", + "folderStatusMessageRemoveSingleFolder": "A(z) '{0}' kiegĆ©szĆ­tő eltĆ”volĆ­tott egy mappĆ”t a munkaterületről.", + "folderStatusMessageRemoveMultipleFolders": "A(z) '{0}' kiegĆ©szĆ­tő {1} mappĆ”t tĆ”volĆ­tott el a munkaterületről.", + "folderStatusChangeFolder": "A(z) '{0}' kiegĆ©szĆ­tő módosĆ­totta a munkaterület mappĆ”it." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/hun/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 4b78aadacd..968b427f1c 100644 --- a/i18n/hun/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/hun/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "{0} tovĆ”bbi hiba Ć©s figyelmeztetĆ©s nem jelenik meg." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/hun/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index a4e5d9f943..3642ed02fb 100644 --- a/i18n/hun/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/hun/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "A(z) `{1}` kiegĆ©szĆ­tőt nem sikerült aktivĆ”lni. Oka: ismeretlen függősĆ©g: `{0}`.", - "failedDep1": "A(z) `{1}` kiegĆ©szĆ­tőt nem sikerült aktivĆ”lni. Oka: a(z) `{0}` függősĆ©get nem sikerült aktivĆ”lni.", - "failedDep2": "A(z) `{0}` kiegĆ©szĆ­tőt nem sikerült aktivĆ”lni. Oka: tƶbb, mint 10 szintnyi függősĆ©g van (nagy valószĆ­nűsĆ©ggel egy függősĆ©gi hurok miatt).", - "activationError": "A(z) `{0}` kiegĆ©szĆ­tő aktivĆ”lĆ”sa nem sikerült: {1}." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "A(z) '{1}' kiegĆ©szĆ­tőt nem sikerült aktivĆ”lni. Oka: ismeretlen függősĆ©g: '{0}'.", + "failedDep1": "A(z) '{1}' kiegĆ©szĆ­tőt nem sikerült aktivĆ”lni. Oka: a(z) '{0}' függősĆ©get nem sikerült aktivĆ”lni.", + "failedDep2": "A(z) '{0}' kiegĆ©szĆ­tőt nem sikerült aktivĆ”lni. Oka: tƶbb, mint 10 szintnyi függősĆ©g van (nagy valószĆ­nűsĆ©ggel egy függősĆ©gi hurok miatt).", + "activationError": "Nem sikerült aktivĆ”lni a(z) `{0}` kiegĆ©szĆ­tőt: {1}." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/hun/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/hun/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/hun/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/hun/src/vs/workbench/api/node/extHostTreeViews.i18n.json index ad630367cb..198cde51e1 100644 --- a/i18n/hun/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/hun/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "Nincs '{0}' azonosĆ­tóval regisztrĆ”lt fanĆ©zet.", - "treeItem.notFound": "Nincs '{0}' azonosĆ­tójĆŗ elem a fĆ”ban.", - "treeView.duplicateElement": "A(z) {0} elem mĆ”r regisztrĆ”lva van" + "treeView.duplicateElement": "MĆ”r van {0} azonosĆ­tójĆŗ elem regisztrĆ”lva" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/hun/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..9e435a4e1d --- /dev/null +++ b/i18n/hun/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "A(z) '{0}' kiegĆ©szĆ­tőnek nem sikerült módosĆ­tani a munkaterület mappĆ”it: {1}" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/configureLocale.i18n.json index fde77c7901..15f808d588 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/fileActions.i18n.json index 3aa4638c36..1313e33e00 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 5855d42c94..013e81364f 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "TevĆ©kenysĆ©gsĆ”v be- Ć©s kikapcsolĆ”sa", "view": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..a23b9e6d5d --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "KƶzĆ©pre igazĆ­tott elrendezĆ©s be- Ć©s kikapcsolĆ”sa", + "view": "NĆ©zet" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 3880a172e2..e14f72445a 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "Szerkesztőablak-csoport vĆ­zszintes/függőleges elrendezĆ©sĆ©nek vĆ”ltĆ”sa", "horizontalLayout": "Szerkesztőablak-csoport elrendezĆ©se vĆ­zszintesen", "verticalLayout": "Szerkesztőablak-csoport elrendezĆ©se függőlegesen", diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index b5b22901d6..8ac788277e 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "OldalsĆ”v helyĆ©nek vĆ”ltĆ”sa", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "OldalsĆ”v helyzetĆ©nek vĆ”ltĆ”sa", "view": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 851dacaba5..42ffa1ed6a 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "OldalsĆ”v be- Ć©s kikapcsolĆ”sa", "view": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index b2087b12af..79903990ac 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "Ɓllapotsor be- Ć©s kikapcsolĆ”sa", "view": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index 62b0055aa4..20dec6dfd6 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Fül lĆ”thatósĆ”gĆ”nak ki- Ć©s bekapcsolĆ”sa", "view": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index de2a4b219b..502f314e14 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Zen mód be- Ć©s kikapcsolĆ”sa", "view": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 586bbb9d5a..54d534a31a 100644 --- a/i18n/hun/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "FĆ”jl megnyitĆ”sa...", "openFolder": "Mappa megnyitĆ”sa...", "openFileFolder": "MegnyitĆ”s...", - "addFolderToWorkspace": "Mappa hozzĆ”adĆ”sa a munkaterülethez...", - "add": "&&HozzĆ”adĆ”s", - "addFolderToWorkspaceTitle": "Mappa hozzĆ”adĆ”sa a munkaterülethez", "globalRemoveFolderFromWorkspace": "Mappa eltĆ”volĆ­tĆ”sa a munkaterületről...", - "removeFolderFromWorkspace": "Mappa eltĆ”volĆ­tĆ”sa a munkaterületről", - "openFolderSettings": "Mappa beĆ”llĆ­tĆ”sainak megnyitĆ”sa", "saveWorkspaceAsAction": "Munkaterület mentĆ©se mĆ”skĆ©nt...", "save": "MentĆ©&&s", "saveWorkspace": "Munkaterület mentĆ©se", "openWorkspaceAction": "Munkaterület megnyitĆ”sa...", "openWorkspaceConfigFile": "Munkaterület konfigurĆ”ciós fĆ”jljĆ”nak megnyitĆ”sa", - "openFolderAsWorkspaceInNewWindow": "Mappa megnyitĆ”sa munkaterületkĆ©nt egy Ćŗj ablakban", - "workspaceFolderPickerPlaceholder": "VĆ”lasszon munkaterület-mappĆ”t!" + "openFolderAsWorkspaceInNewWindow": "Mappa megnyitĆ”sa munkaterületkĆ©nt egy Ćŗj ablakban" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/hun/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..89b34ecf3c --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Mappa hozzĆ”adĆ”sa a munkaterülethez...", + "add": "&&HozzĆ”adĆ”s", + "addFolderToWorkspaceTitle": "Mappa hozzĆ”adĆ”sa a munkaterülethez", + "workspaceFolderPickerPlaceholder": "VĆ”lasszon munkaterület-mappĆ”t!" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 21034f249a..cf2d8e32b0 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 3c81d54bd0..d2d3230d6d 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "TevĆ©kenysĆ©gsĆ”v elrejtĆ©se", "globalActions": "GlobĆ”lis műveletek" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/compositePart.i18n.json index 46148b0c7c..ec3b710a3c 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} művelet", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index 4fe5826df6..3af124c6e7 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "Az aktĆ­v nĆ©zet vĆ”ltĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index dfc290b2f8..dd1c6444d5 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10k+", "badgeTitle": "{0} – {1}", "additionalViews": "TovĆ”bbi nĆ©zetek", diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index a8bbd66e2e..fc7ef292d5 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "BinĆ”ris megjelenĆ­tő" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index 05a3be8216..5cbabbba17 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Szƶvegszerkesztő", "textDiffEditor": "Szƶveges tartalmak differenciaszerkesztő ablaka", "binaryDiffEditor": "BinĆ”ris tartalmak differenciaszerkesztő ablaka", @@ -13,5 +15,18 @@ "groupThreePicker": "A harmadik csoportban talĆ”lható szerkesztőablakok megjelenĆ­tĆ©se", "allEditorsPicker": "Ɩsszes megnyitott szerkesztőablak megjelenĆ­tĆ©se", "view": "NĆ©zet", - "file": "FĆ”jl" + "file": "FĆ”jl", + "close": "BezĆ”rĆ”s", + "closeOthers": "Tƶbbi bezĆ”rĆ”sa", + "closeRight": "Jobbra lĆ©vők bezĆ”rĆ”sa", + "closeAllSaved": "Mentettek bezĆ”rĆ”sa", + "closeAll": "Ɩsszes bezĆ”rĆ”sa", + "keepOpen": "Maradjon nyitva", + "toggleInlineView": "Sorok kƶzƶtti nĆ©zet be- Ć©s kikapcsolĆ”sa", + "showOpenedEditors": "Megnyitott szerkesztőablak megjelenĆ­tĆ©se", + "keepEditor": "Szerkesztőablak nyitva tartĆ”sa", + "closeEditorsInGroup": "A csoportban lĆ©vő ƶsszes szerkesztőablak bezĆ”rĆ”sa", + "closeSavedEditors": "A csoportban lĆ©vő mentett szerkesztőablakok bezĆ”rĆ”sa", + "closeOtherEditors": "Tƶbbi szerkesztőablak bezĆ”rĆ”sa", + "closeRightEditors": "Jobbra lĆ©vő szerkesztőablakok bezĆ”rĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index c82ab6ff2a..42a544fa5c 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Szerkesztő kettĆ©osztĆ”sa", "joinTwoGroups": "KĆ©t szerkesztőcsoport ƶsszevonĆ”sa", "navigateEditorGroups": "VĆ”ltĆ”s szerkesztőcsoportok kƶzƶtt", @@ -17,18 +19,13 @@ "closeEditor": "Szerkesztőablak bezĆ”rĆ”sa", "revertAndCloseActiveEditor": "VisszaĆ”llĆ­tĆ”s Ć©s szerkesztőablak bezĆ”rĆ”sa", "closeEditorsToTheLeft": "Balra lĆ©vő szerkesztőablakok bezĆ”rĆ”sa", - "closeEditorsToTheRight": "Jobbra lĆ©vő szerkesztőablakok bezĆ”rĆ”sa", "closeAllEditors": "Ɩsszes szerkesztőablak bezĆ”rĆ”sa", - "closeUnmodifiedEditors": "Nem módosult szerkesztőablakok bezĆ”rĆ”sa a csoportban", "closeEditorsInOtherGroups": "A tƶbbi csoport szerkesztőablakainak bezĆ”rĆ”sa", - "closeOtherEditorsInGroup": "Tƶbbi szerkesztőablak bezĆ”rĆ”sa", - "closeEditorsInGroup": "A csoportban lĆ©vő ƶsszes szerkesztőablak bezĆ”rĆ”sa", "moveActiveGroupLeft": "Szerkesztőablak-csoport mozgatĆ”sa balra", "moveActiveGroupRight": "Szerkesztőablak-csoport mozgatĆ”sa jobbra", "minimizeOtherEditorGroups": "Tƶbbi szerkesztőablak-csoport kis mĆ©retűvĆ© tĆ©tele", "evenEditorGroups": "Szerkesztőablak-csoportok egyenlő mĆ©retűvĆ© tĆ©tele", "maximizeEditor": "Szerkesztőablak-csoport nagy mĆ©retűvĆ© tĆ©tele Ć©s oldalsĆ”v elrejtĆ©se", - "keepEditor": "Szerkesztőablak nyitva tartĆ”sa", "openNextEditor": "Kƶvetkező szerkesztőablak megnyitĆ”sa", "openPreviousEditor": "Előző szerkesztőablak megnyitĆ”sa", "nextEditorInGroup": "A csoport kƶvetkező szerkesztőablakĆ”nak megnyitĆ”sa", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "Az első csoportban talĆ”lható szerkesztőablakok megjelenĆ­tĆ©se", "showEditorsInSecondGroup": "A mĆ”sodik csoportban talĆ”lható szerkesztőablakok megjelenĆ­tĆ©se", "showEditorsInThirdGroup": "A harmadik csoportban talĆ”lható szerkesztőablakok megjelenĆ­tĆ©se", - "showEditorsInGroup": "A csoportban talĆ”lható szerkesztőablakok megjelenĆ­tĆ©se", "showAllEditors": "Ɩsszes szerkesztőablak megjelenĆ­tĆ©se", "openPreviousRecentlyUsedEditorInGroup": "A csoportban előző legutoljĆ”ra hasznĆ”lt szerksztőablak megnyitĆ”sa", "openNextRecentlyUsedEditorInGroup": "A csoportban kƶvetkező legutoljĆ”ra hasznĆ”lt szerksztőablak megnyitĆ”sa", @@ -54,5 +50,8 @@ "moveEditorLeft": "Szerkesztőablak mozgatĆ”sa balra", "moveEditorRight": "Szerkesztőablak mozgatĆ”sa jobbra", "moveEditorToPreviousGroup": "Szerkesztőablak mozgatĆ”sa az előző csoportba", - "moveEditorToNextGroup": "Szerkesztőablak mozgatĆ”sa a kƶvetkező csoportba" + "moveEditorToNextGroup": "Szerkesztőablak mozgatĆ”sa a kƶvetkező csoportba", + "moveEditorToFirstGroup": "Szerkesztőablak mozgatĆ”sa az első csoportba", + "moveEditorToSecondGroup": "Szerkesztőablak mozgatĆ”sa a mĆ”sodik csoportba", + "moveEditorToThirdGroup": "Szerkesztőablak mozgatĆ”sa a harmadik csoportba" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index b15ee093f2..212fd6af5d 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "AktĆ­v szerkesztőablak mozgatĆ”sa fülek vagy csoportok kƶzƶtt", "editorCommand.activeEditorMove.arg.name": "AktĆ­v szerkesztőablak mozgatĆ”si argumentum", - "editorCommand.activeEditorMove.arg.description": "ArgumentumtulajdonsĆ”gok:\n\t* 'to': karakterlĆ”nc, a mozgatĆ”s cĆ©lpontja.\n\t* 'by': karakterlĆ”nc, a mozgatĆ”s egysĆ©ge. Fülek (tab) vagy csoportok (group) alapjĆ”n.\n\t* 'value': szĆ”m, ami meghatĆ”rozza, hogy hĆ”ny pozĆ­ciót kell mozgatni, vagy egy abszolĆŗt pozĆ­ciót, ahovĆ” mozgatni kell.", - "commandDeprecated": "A(z) **{0}** parancs el lett tĆ”volĆ­tva. A(z) **{1}** hasznĆ”lható helyette", - "openKeybindings": "Billentyűparancsok beĆ”llĆ­tĆ”sa" + "editorCommand.activeEditorMove.arg.description": "ArgumentumtulajdonsĆ”gok:\n\t* 'to': karakterlĆ”nc, a mozgatĆ”s cĆ©lpontja.\n\t* 'by': karakterlĆ”nc, a mozgatĆ”s egysĆ©ge. Fülek (tab) vagy csoportok (group) alapjĆ”n.\n\t* 'value': szĆ”m, ami meghatĆ”rozza, hogy hĆ”ny pozĆ­ciót kell mozgatni, vagy egy abszolĆŗt pozĆ­ciót, ahovĆ” mozgatni kell." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 6936103772..f6ec311972 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "Bal", "groupTwoVertical": "KƶzĆ©pső", "groupThreeVertical": "Jobb", diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index 51a1f47525..9fc0fbcca6 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, szerkesztőcsoport-vĆ”lasztó", "groupLabel": "Csoport: {0}", "noResultsFoundInGroup": "A csoportban nem talĆ”lható ilyen nyitott szerkesztőablak", diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index 3ae2a89812..93a2ded79e 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "{0}. sor, {1}. oszlop ({2} kijelƶlve)", "singleSelection": "{0}. sor, {1}. oszlop", "multiSelectionRange": "{0} kijelƶlĆ©s ({1} karakter kijelƶlve)", diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..acbf3364df --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0} B", + "sizeKB": "{0} KB", + "sizeMB": "{0} MB", + "sizeGB": "{0} GB", + "sizeTB": "{0} TB", + "largeImageError": "A kĆ©pfĆ”jl mĆ©rete tĆŗl nagy (>1 MB) a szerkesztőben való megjelenĆ­tĆ©shez.", + "resourceOpenExternalButton": "KĆ©p megnyitĆ”sa külső program hasznĆ”latĆ”val?", + "nativeBinaryError": "A fĆ”jl nem jelenĆ­thető meg a szerkesztőben, mert binĆ”ris adatokat tartalmaz, tĆŗl nagy vagy nem tĆ”mogatott szƶvegkódolĆ”st hasznĆ”l.", + "zoom.action.fit.label": "Teljes kĆ©p", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 716abaa9fd..b3cd0b7514 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "Fülműveletek" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 0cb7c46cb0..7b9f91322d 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "Szƶveges tartalmak differenciaszerkesztő ablaka", "readonlyEditorWithInputAriaLabel": "{0}. ƍrĆ”svĆ©dett szƶvegƶsszehasonlĆ­tó.", "readonlyEditorAriaLabel": "ƍrĆ”svĆ©dett szƶvegƶsszehasonlĆ­tó.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "SzƶvegfĆ”jl-ƶsszehasonlĆ­tó.", "navigate.next.label": "Kƶvetkező módosĆ­tĆ”s", "navigate.prev.label": "Előző módosĆ­tĆ”s", - "inlineDiffLabel": "VĆ”ltĆ”s inline nĆ©zetre", - "sideBySideDiffLabel": "VĆ”ltĆ”s pĆ”rhuzamos nĆ©zetre" + "toggleIgnoreTrimWhitespace.label": "TĆ©rkƶzlevĆ”gĆ”s mellőzĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index bc6c6d9162..7ab54e6a4e 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, {1}. csoport" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 357b1df914..52d4da98e1 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Szƶvegszerkesztő", "readonlyEditorWithInputAriaLabel": "{0}. ƍrĆ”svĆ©dett szƶvegszerkesztő.", "readonlyEditorAriaLabel": "ƍrĆ”svĆ©dett szƶvegszerkesztő.", diff --git a/i18n/hun/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index 0ef6405cab..4b2a143061 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "BezĆ”rĆ”s", - "closeOthers": "Tƶbbi bezĆ”rĆ”sa", - "closeRight": "Jobbra lĆ©vők bezĆ”rĆ”sa", - "closeAll": "Ɩsszes bezĆ”rĆ”sa", - "closeAllUnmodified": "Nem módosultak bezĆ”rĆ”sa", - "keepOpen": "Maradjon nyitva", - "showOpenedEditors": "Megnyitott szerkesztőablak megjelenĆ­tĆ©se", "araLabelEditorActions": "Szerkesztőablak-műveletek" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..eaf8c63b49 --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "ƉrtesĆ­tĆ©sek tƶrlĆ©se", + "clearNotifications": "Ɩsszes Ć©rtesĆ­tĆ©s tƶrlĆ©se", + "hideNotificationsCenter": "ƉrtesĆ­tĆ©sek elrejtĆ©se", + "expandNotification": "ƉrtesĆ­tĆ©s kinyitĆ”sa", + "collapseNotification": "ƉrtesĆ­tĆ©s ƶsszecsukĆ”sa", + "configureNotification": "ƉrtesĆ­tĆ©s beĆ”llĆ­tĆ”sai", + "copyNotification": "Szƶveg mĆ”solĆ”sa" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..3bfe9097e1 --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Hiba: {0}", + "alertWarningMessage": "FigyelmeztetĆ©s: {0}", + "alertInfoMessage": "InformĆ”ció: {0}" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..67e38cc1fa --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "ƉrtesĆ­tĆ©sek", + "notificationsToolbar": "ƉrtesĆ­tĆ©sikƶzpont-műveletek", + "notificationsList": "ƉrtesĆ­tĆ©sek listĆ”ja" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..b60019e2e0 --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "ƉrtesĆ­tĆ©sek", + "showNotifications": "ƉrtesĆ­tĆ©sek megjelenĆ­tĆ©se", + "hideNotifications": "ƉrtesĆ­tĆ©sek elrejtĆ©se", + "clearAllNotifications": "Ɩsszes Ć©rtesĆ­tĆ©s tƶrlĆ©se" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..af44054c20 --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "ƉrtesĆ­tĆ©sek elrejtĆ©se", + "zeroNotifications": "Nincs Ć©rtesĆ­tĆ©s", + "noNotifications": "Nincs Ćŗj Ć©rtesĆ­tĆ©s", + "oneNotification": "1 Ćŗj Ć©rtesĆ­tĆ©s", + "notifications": "{0} Ćŗj Ć©rtesĆ­tĆ©s" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..d6db34c298 --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "ƉrtesĆ­tĆ©si jelzĆ©s" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..ca9e82de41 --- /dev/null +++ b/i18n/hun/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "ƉrtesĆ­tĆ©si műveletek", + "notificationSource": "ForrĆ”s: {0}" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 572b831726..d02bbae2b8 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Panel bezĆ”rĆ”sa", "togglePanel": "Panel be- Ć©s kikapcsolĆ”sa", "focusPanel": "VĆ”ltĆ”s a panelra", diff --git a/i18n/hun/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index 6bbddde875..2f6ff416be 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index d1d7a5732f..5047d431ce 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (Nyomjon 'Enter'-t a megerősĆ­tĆ©shez vagy 'Escape'-et a megszakĆ­tĆ”shoz)", "inputModeEntry": "Nyomjon 'Enter'-t a megerősĆ­tĆ©shez vagy 'Escape'-et a megszakĆ­tĆ”shoz", "emptyPicks": "Nincs vĆ”lasztható elem", diff --git a/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 1686ffdab0..62a7d352f0 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "File megkeresĆ©se...", "quickNavigateNext": "UgrĆ”s a kƶvetkezőre a fĆ”jlok gyors megnyitĆ”sĆ”nĆ”l", "quickNavigatePrevious": "UgrĆ”s az előzőre a fĆ”jlok gyors megnyitĆ”sĆ”nĆ”l", diff --git a/i18n/hun/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index 90c21e1b9d..8a9110c481 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "OldalsĆ”v elrejtĆ©se", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "VĆ”ltĆ”s az oldalsĆ”vra", "viewCategory": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index dfd63a785b..e20c374ef0 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "KiegĆ©szĆ­tő kezelĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 6ed546539c..397d0d8112 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[Nem tĆ”mogatott]", + "userIsAdmin": "(Rendszergazda)", + "userIsSudo": "(Superuser)", "devExtensionWindowTitlePrefix": "[KiegĆ©szĆ­tő fejlesztői pĆ©ldĆ”ny]" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 30ba124e29..ba1112ea1a 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} művelet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/views/views.i18n.json index f00a5e742b..dcb9d2d5e5 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index 52cc050953..ccbc126138 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/hun/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index b21a79bc54..eaee6ecfaf 100644 --- a/i18n/hun/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "ElrejtĆ©s az oldalsĆ”vról" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "ElrejtĆ©s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/quickopen.i18n.json b/i18n/hun/src/vs/workbench/browser/quickopen.i18n.json index 37f059a94c..9ece67150b 100644 --- a/i18n/hun/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "Nincs eredmĆ©ny", "noResultsFound2": "Nincs talĆ”lat" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/browser/viewlet.i18n.json b/i18n/hun/src/vs/workbench/browser/viewlet.i18n.json index 1d02ba8d6e..c60f78a393 100644 --- a/i18n/hun/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "OldalsĆ”v elrejtĆ©se", "collapse": "Ɩsszes bezĆ”rĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/common/theme.i18n.json b/i18n/hun/src/vs/workbench/common/theme.i18n.json index b30bec0d24..c43fb6ff8e 100644 --- a/i18n/hun/src/vs/workbench/common/theme.i18n.json +++ b/i18n/hun/src/vs/workbench/common/theme.i18n.json @@ -1,22 +1,28 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Az aktĆ­v fül hĆ”ttĆ©rszĆ­ne. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", "tabInactiveBackground": "Az inaktĆ­v fülek hĆ”ttĆ©rszĆ­ne. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", - "tabBorder": "A füleket egymĆ”stól elvĆ”lasztó keret szĆ­ne. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", - "tabActiveBorder": "Az aktĆ­v fülek kiemelĆ©sĆ©re hasznĆ”lt keretszĆ­n. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", - "tabActiveUnfocusedBorder": "Az aktĆ­v fülek kiemelĆ©sĆ©re hasznĆ”lt keretszĆ­n egy fókusz nĆ©lküli csoportban. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni. ", - "tabActiveForeground": "Az aktĆ­v fül előtĆ©rszĆ­ne az aktĆ­v csoportban. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", - "tabInactiveForeground": "Az inaktĆ­v fülek előtĆ©rszĆ­ne az aktĆ­v csoportban. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", - "tabUnfocusedActiveForeground": "Az aktĆ­v fül előtĆ©rszĆ­ne egy fókusz nĆ©lküli csoportban. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", - "tabUnfocusedInactiveForeground": "Az inaktĆ­v fülek előtĆ©rszĆ­ne egy fókusz nĆ©lküli csoportban. A fülek tartalmazzĆ”k a szerkesztőablakokat a szerkesztőterületen. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabHoverBackground": "A fülek hĆ”ttĆ©rszĆ­ne amikor az egĆ©rkurzor fƶlƶttük van. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabUnfocusedHoverBackground": "A fülek hĆ”ttĆ©rszĆ­ne egy fókusz nĆ©lküli csoportban, amikor az egĆ©rkurzor fƶlƶtte van. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabBorder": "A füleket egymĆ”stól elvĆ”lasztó keret szĆ­ne. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabActiveBorder": "Az aktĆ­v fülek kiemelĆ©sĆ©re hasznĆ”lt keret szĆ­ne. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabActiveUnfocusedBorder": "Az aktĆ­v fülek kiemelĆ©sĆ©re hasznĆ”lt keret szĆ­ne egy fókusz nĆ©lküli csoportban. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabHoverBorder": "A fülek kiemelĆ©sĆ©re hasznĆ”lt keret szĆ­ne amikor az egĆ©rkurzor fƶlƶttük van. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabUnfocusedHoverBorder": "A fülek kiemelĆ©sĆ©re hasznĆ”lt keret szĆ­ne egy fókusz nĆ©lküli csoportban, amikor az egĆ©rkurzor fƶlƶttük van. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabActiveForeground": "Az aktĆ­v fül előtĆ©rszĆ­ne az aktĆ­v csoportban. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabInactiveForeground": "Az inaktĆ­v fülek előtĆ©rszĆ­ne az aktĆ­v csoportban. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabUnfocusedActiveForeground": "Az aktĆ­v fül előtĆ©rszĆ­ne egy fókusz nĆ©lküli csoportban. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", + "tabUnfocusedInactiveForeground": "Az inaktĆ­v fülek előtĆ©rszĆ­ne egy fókusz nĆ©lküli csoportban. A fülek tartalmazzĆ”k a szerkesztőterületen lĆ©vő szerkesztőablakokat. Egy szerkesztőablak-csoportban tƶbb fül is megnyitható. Tƶbb szerkesztőablak-csoportot is lĆ©tre lehet hozni.", "editorGroupBackground": "A szerkesztőcsoportok hĆ”ttĆ©rszĆ­ne. A szerkesztőcsoportok szerkesztőablakokat tartalmaznak. A hĆ”ttĆ©rszĆ­n akkor jelenik meg, ha a szerkesztőcsoportok mozgatva vannak.", "tabsContainerBackground": "A szerkesztőcsoport cĆ­msorĆ”nak hĆ”ttĆ©rszĆ­ne, ha a fülek engedĆ©lyezve vannak. A szerkesztőcsoportok szerkesztőablakokat tartalmaznak.", "tabsContainerBorder": "A szerkesztőcsoport cĆ­msorĆ”nak keretszĆ­ne, ha a fülek engedĆ©lyezve vannak. A szerkesztőcsoportok szerkesztőablakokat tartalmaznak.", - "editorGroupHeaderBackground": "A szerkesztőcsoport cĆ­msorĆ”nak keretszĆ­ne, ha a fülek le vannak tiltva. A szerkesztőcsoportok szerkesztőablakokat tartalmaznak.", + "editorGroupHeaderBackground": "A szerkesztőcsoportok cĆ­msorĆ”nak keretszĆ­ne, ha a fülek le vannak tiltva (`\"workbench.editor.showTabs\": false`). A szerkesztőcsoportok szerkesztőablakokat tartalmaznak.", "editorGroupBorder": "A szerkesztőcsoportokat elvĆ”lasztó vonal szĆ­ne. A szerkesztőcsoportok szerkesztőablakokat tartalmaznak.", "editorDragAndDropBackground": "A szerkesztőablakok mozgatĆ”sĆ”nĆ”l hasznĆ”lt hĆ”ttĆ©rszĆ­n. Ɖrdemes Ć”tlĆ”tszó szĆ­nt vĆ”lasztani, hogy a szerkesztőablak tartalma tovĆ”bbra is lĆ”tszódjon.", "panelBackground": "A panelek hĆ”ttĆ©rszĆ­ne. A panelek a szerkesztőterület alatt jelennek meg, Ć©s pl. itt talĆ”lható a kimenet Ć©s az integrĆ”lt terminĆ”l.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "Az Ć”llapotsort az oldalsĆ”vtól Ć©s a szerkesztőablakoktól elvĆ”lasztó keret szĆ­ne, ha nincs mappa megnyitva. Az Ć”llapotsor az ablak aljĆ”n jelenik meg. ", "statusBarItemActiveBackground": "Az Ć”llapotsor elemĆ©nek hĆ”ttĆ©rszĆ­ne kattintĆ”s esetĆ©n. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", "statusBarItemHoverBackground": "Az Ć”llapotsor elemĆ©nek hĆ”ttĆ©rszĆ­ne, ha az egĆ©rkurzor fƶlƶtte van. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", - "statusBarProminentItemBackground": "Az Ć”llapotsor kiemelt elemeinek hĆ”ttĆ©rszĆ­ne. A kiemelt elemek kitűnnek az Ć”llapotsor tƶbbi eleme kƶzül, Ć­gy jelezve a fontossĆ”gukat. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", - "statusBarProminentItemHoverBackground": "Az Ć”llapotsor kiemelt elemeinek hĆ”ttĆ©rszĆ­ne, ha az egĆ©rkurzor fƶlƶttük van. A kiemelt elemek kitűnnek az Ć”llapotsor tƶbbi eleme kƶzül, Ć­gy jelezve a fontossĆ”gukat. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", + "statusBarProminentItemBackground": "Az Ć”llapotsor kiemelt elemeinek hĆ”ttĆ©rszĆ­ne. A kiemelt elemek kitűnnek az Ć”llapotsor tƶbbi eleme kƶzül, Ć­gy jelezve a fontossĆ”gukat. Kapcsolja be a `TabulĆ”tor billentyűvel mozgatott fókusz` módot a parancskatalógusban egy pĆ©lda megtekintĆ©sĆ©hez! Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", + "statusBarProminentItemHoverBackground": "Az Ć”llapotsor kiemelt elemeinek hĆ”ttĆ©rszĆ­ne, ha az egĆ©rkurzor fƶlƶttük van. A kiemelt elemek kitűnnek az Ć”llapotsor tƶbbi eleme kƶzül, Ć­gy jelezve a fontossĆ”gukat. Kapcsolja be a `TabulĆ”tor billentyűvel mozgatott fókusz` módot a parancskatalógusban egy pĆ©lda megtekintĆ©sĆ©hez! Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", "activityBarBackground": "A tevĆ©kenysĆ©gsĆ”v hĆ”ttĆ©rszĆ­ne. A tevĆ©kenysĆ©gsĆ”v az ablak legszĆ©lĆ©n jelenik meg bal vagy jobb oldalon, segĆ­tsĆ©gĆ©vel lehet vĆ”ltani az oldalsĆ”v nĆ©zetei kƶzƶtt.", "activityBarForeground": "A tevĆ©kenysĆ©gsĆ”v előtĆ©rszĆ­ne (pl. az ikonok szĆ­ne). A tevĆ©kenysĆ©gsĆ”v az ablak legszĆ©lĆ©n jelenik meg bal vagy jobb oldalon, segĆ­tsĆ©gĆ©vel lehet vĆ”ltani az oldalsĆ”v nĆ©zetei kƶzƶtt.", "activityBarBorder": "A tevĆ©kenyĆ©sgsĆ”v keretszĆ­ne, ami elvĆ”lasztja az oldalsĆ”vtól. A tevĆ©kenysĆ©gsĆ”v az ablak legszĆ©lĆ©n jelenik meg bal vagy jobb oldalon, segĆ­tsĆ©gĆ©vel lehet vĆ”ltani az oldalsĆ”v nĆ©zetei kƶzƶtt.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "A cĆ­msor hĆ”ttĆ©rszĆ­ne, ha az ablak aktĆ­v. MegjegyzĆ©s: ez a beĆ”llĆ­tĆ”s jelenleg csak macOS-en tĆ”mogatott.", "titleBarInactiveBackground": "A cĆ­msor hĆ”ttĆ©rszĆ­ne, ha az ablak inaktĆ­v. MegjegyzĆ©s: ez a beĆ”llĆ­tĆ”s jelenleg csak macOS-en tĆ”mogatott.", "titleBarBorder": "A cĆ­msor keretszĆ­ne, ha az ablak aktĆ­v. MegjegyzĆ©s: ez a beĆ”llĆ­tĆ”s jelenleg csak macOS-en tĆ”mogatott.", - "notificationsForeground": "Az Ć©rtesĆ­tĆ©sek előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsBackground": "Az Ć©rtesĆ­tĆ©sek hĆ”ttĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsButtonBackground": "Az Ć©rtesĆ­tĆ©sek gombjainak hĆ”ttĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsButtonHoverBackground": "Az Ć©rtesĆ­tĆ©sek gombjainak hĆ”ttĆ©rszĆ­ne, ha az egĆ©rkurzor fƶlƶttük van. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsButtonForeground": "Az Ć©rtesĆ­tĆ©sek gombjainak előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsInfoBackground": "Az informĆ”ciós Ć©rtesĆ­tĆ©sek hĆ”ttĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsInfoForeground": "Az informĆ”ciós Ć©rtesĆ­tĆ©sek előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsWarningBackground": "A figyelmeztető Ć©rtesĆ­tĆ©sek hĆ”ttĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsWarningForeground": "A figyelmeztető Ć©rtesĆ­tĆ©sek előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsErrorBackground": "A hibajelző Ć©rtesĆ­tĆ©sek hĆ”ttĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel.", - "notificationsErrorForeground": "A hibajelző Ć©rtesĆ­tĆ©sek előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak tetejĆ©n ugranak fel." + "notificationCenterBorder": "Az Ć©rtesĆ­tĆ©si kƶzpont keretszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg.", + "notificationToastBorder": "Az Ć©rtesĆ­tĆ©sek keretszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg.", + "notificationsForeground": "Az Ć©rtesĆ­tĆ©sek előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg.", + "notificationsBackground": "Az Ć©rtesĆ­tĆ©sek hĆ”ttĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg.", + "notificationsLink": "Az Ć©rtesĆ­tĆ©sekben talĆ”lható hivatkozĆ”sok előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg.", + "notificationCenterHeaderForeground": "Az Ć©rtesĆ­tĆ©si kƶzpont fejlĆ©cĆ©nek előtĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg.", + "notificationCenterHeaderBackground": "Az Ć©rtesĆ­tĆ©si kƶzpont fejlĆ©cĆ©nek hĆ”ttĆ©rszĆ­ne. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg.", + "notificationsBorder": "Az Ć©rtesĆ­tĆ©seket egymĆ”stól elvĆ”lasztó keret szĆ­ne az Ć©rtesĆ­tĆ©si kƶzpontban. Az Ć©rtesĆ­tĆ©sek az ablak jobb alsó rĆ©szĆ©n jelennek meg." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/common/views.i18n.json b/i18n/hun/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..912c415794 --- /dev/null +++ b/i18n/hun/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "MĆ”r van '{0}' azonosĆ­tójĆŗ nĆ©zet regisztrĆ”lva a kƶvetkező helyen: '{1}'" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/actions.i18n.json index 8fa88c8859..d1c046d20d 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Szerkesztőablak bezĆ”rĆ”sa", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Ablak bezĆ”rĆ”sa", "closeWorkspace": "Munkaterület bezĆ”rĆ”sa", "noWorkspaceOpened": "Az aktuĆ”lis pĆ©ldĆ”nyban nincs egyetlen munkaterület sem nyitva, amit be lehetne zĆ”rni.", @@ -17,6 +18,7 @@ "zoomReset": "NagyĆ­tĆ”si szint alaphelyzetbe Ć”llĆ­tĆ”sa", "appPerf": "IndulĆ”si teljesĆ­tmĆ©ny", "reloadWindow": "Ablak ĆŗjratƶltĆ©se", + "reloadWindowWithExntesionsDisabled": "Ablak ĆŗjratƶltĆ©se letiltott kiegĆ©szĆ­tőkkel", "switchWindowPlaceHolder": "VĆ”lassza ki az ablakot, amire vĆ”ltani szeretne", "current": "AktuĆ”lis ablak", "close": "Ablak bezĆ”rĆ”sa", @@ -29,7 +31,6 @@ "remove": "EltĆ”volĆ­tĆ”s a legutóbb megnyitottak listĆ”jĆ”ról", "openRecent": "Legutóbbi megnyitĆ”sa...", "quickOpenRecent": "Legutóbbi gyors megnyitĆ”sa...", - "closeMessages": "ƉrtesĆ­tĆ©sek tƶrlĆ©se", "reportIssueInEnglish": "ProblĆ©ma jelentĆ©se", "reportPerformanceIssue": "TeljesĆ­tmĆ©nyproblĆ©mĆ”k jelentĆ©se", "keybindingsReference": "Billentyűparancs-referencia", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "Ablakfül Ć”tmozgatĆ”sa Ćŗj ablakba", "mergeAllWindowTabs": "Ɩsszes ablak ƶsszeolvasztĆ”sa", "toggleWindowTabsBar": "AblakfülsĆ”v be- Ć©s kikapcsolĆ”sa", - "configureLocale": "Nyelv beĆ”llĆ­tĆ”sa", - "displayLanguage": "MeghatĆ”rozza a VSCode felületĆ©nek nyelvĆ©t.", - "doc": "Az elĆ©rhető nyelvek listĆ”ja a kƶvetkező cĆ­men tekinthető meg: {0}", - "restart": "Az Ć©rtĆ©k módosĆ­tĆ”sa utĆ”n Ćŗjra kell indĆ­tani a VSCode-ot.", - "fail.createSettings": "Nem sikerült a(z) '{0}' lĆ©trehozĆ”s ({1}).", - "openLogsFolder": "Naplómappa megnyitĆ”sa", - "showLogs": "Naplók megjelenĆ­tĆ©se...", - "mainProcess": "Fő", - "sharedProcess": "Megosztott", - "rendererProcess": "MegjelenĆ­tő", - "extensionHost": "KiegĆ©szĆ­tő gazdafolyamata", - "selectProcess": "VĆ”lasszon folyamatot!", - "setLogLevel": "NaplózĆ”si szint beĆ”llĆ­tĆ”sa", - "trace": "NyomkƶvetĆ©s", - "debug": "HibakeresĆ©s", - "info": "InformĆ”ció", - "warn": "FigyelmeztetĆ©s", - "err": "Hiba", - "critical": "Kritikus", - "off": "Kikapcsolva", - "selectLogLevel": "NaplózĆ”si szint beĆ”llĆ­tĆ”sa" + "about": "A(z) {0} nĆ©vjegye", + "inspect context keys": "Kontextuskulcsok vizsgĆ”lata" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/configureLocale.i18n.json index deafef1450..1b9714ce7f 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/extensionHost.i18n.json index 5968259f60..ddb815534f 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/main.contribution.i18n.json index ffdce8089b..39dc5d9bf4 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "NĆ©zet", "help": "SĆŗgó", "file": "FĆ”jl", - "developer": "Fejlesztői", "workspaces": "Munkaterületek", + "developer": "Fejlesztői", + "workbenchConfigurationTitle": "Munkaterület", "showEditorTabs": "MeghatĆ”rozza, hogy a megnyitott szerkesztőablakok telejĆ©n megjelenjenek-e a fülek", "workbench.editor.labelFormat.default": "FĆ”jl nevĆ©nek megjelenĆ­tĆ©se. Ha a fülek engedĆ©lyezve vannak, Ć©s kĆ©t egyező nevű fĆ”jl van egy csoportban, az elĆ©rĆ©si Ćŗtjuk eltĆ©rő rĆ©sze lesz hozzĆ”fűzve a nĆ©vhez. Ha a fülek le vannak tiltva, a fĆ”jl munkaterület kƶnyvtĆ”rĆ”hoz kĆ©pest relatĆ­v elĆ©rĆ©si Ćŗtja jelenik meg, ha a szerkesztőablak aktĆ­v.", "workbench.editor.labelFormat.short": "A fĆ”jl nevĆ©nek megjelenĆ­tĆ©se a kƶnyvtĆ”r nevĆ©vel együtt.", @@ -20,23 +23,25 @@ "showIcons": "MeghatĆ”rozza, hogy a megnyitott szerkesztőablakok ikonnal együtt jelenjenek-e meg. A műkƶdĆ©shez szüksĆ©ges egy ikontĆ©ma engedĆ©lyezĆ©se is.", "enablePreview": "MeghatĆ”rozza, hogy a megnyitott szerkesztőablakok előnĆ©zetkĆ©nt jelenjenek-e meg. Az előnĆ©zetkĆ©nt hasznĆ”lt szerkesztőablakok Ćŗjra vannak hasznosĆ­tva, amĆ­g meg nem tartja őket a felhasznĆ”ló (pl. dupla kattintĆ”s vagy szerkesztĆ©s esetĆ©n), Ć©s dőlt betűvel jelenik meg a cĆ­msoruk.", "enablePreviewFromQuickOpen": "MeghatĆ”rozza, hogy a gyors megnyitĆ”s sorĆ”n megnyitott szerkesztőablakok előnĆ©zetkĆ©nt jelenjenek-e meg. Az előnĆ©zetkĆ©nt hasznĆ”lt szerkesztőablakok Ćŗjra vannak hasznosĆ­tva, amĆ­g meg nem tartja őket a felhasznĆ”ló (pl. dupla kattintĆ”s vagy szerkesztĆ©s esetĆ©n).", + "closeOnFileDelete": "MeghatĆ”rozza, hogy bezĆ”ródjanak-e azok a szerkesztőablakok, melyekben olyan fĆ”jl van megnyitva, amelyet tƶrƶl vagy Ć”tnevez egy mĆ”sik folyamat. A beĆ”llĆ­tĆ”s letiltĆ”sa esetĆ©n a szerkesztőablak nyitva marad módosĆ­tott Ć”llapotban ilyen esemĆ©ny utĆ”n. MegjegyzĆ©s: az alkalmazĆ”son belüli tƶrlĆ©sek esetĆ©n mindig bezĆ”ródik a szerkesztőablakok, a módosĆ­tott fĆ”jlok pedig soha nem zĆ”ródnak be, hogy az adatok megmaradjanak.", "editorOpenPositioning": "MeghatĆ”rozza, hogy hol nyĆ­ljanak meg a szerkesztőablakok. A 'left' vagy 'right' hasznĆ”lata esetĆ©n az aktĆ­v szerkesztőablaktól jobbra vagy balra nyĆ­lnak meg az Ćŗjak. 'first' vagy 'last' esetĆ©n a szerkesztőablakok a jelenleg aktĆ­v ablaktól függetlenül nyĆ­lnak meg.", "revealIfOpen": "MeghatĆ”rozza, hogy egy szerkesztőablak fel legyen-e fedve, ha mĆ”r meg van nyitva a lĆ”tható csoportok bĆ”rmelyikĆ©pben. Ha le van tiltva, akkor egy Ćŗj szerkesztőablak nyĆ­lik az aktĆ­v szerkesztőablak-csoportban. Ha engedĆ©lyezve van, akkor a mĆ”r megnyitott szerkesztőablak lesz felfedve egy Ćŗj megnyitĆ”sa helyett. MegjegyzĆ©s: vannak esetek, amikor ez a beĆ”llĆ­tĆ”s figyelmen kĆ­vül van hagyva, pl. ha egy adott szerkesztőablak egy konkrĆ©t csoportban vagy a jelenleg aktĆ­v csoport mellett van menyitva.", + "swipeToNavigate": "NavigĆ”lĆ”s a nyitott fĆ”jlok kƶzƶtt hĆ”romujjas, vĆ­zszintes hĆŗzĆ”ssal.", "commandHistory": "MeghatĆ”rozza, hogy hĆ”ny legutóbb hasznĆ”lt parancs jelenjen meg a parancskatalógus előzmĆ©nyeinek listĆ”jĆ”ban. Az előzmĆ©nyek kikapcsolĆ”sĆ”hoz Ć”llĆ­tsa az Ć©rtĆ©ket nullĆ”ra.", "preserveInput": "MeghatĆ”rozza, hogy a legutóbb beĆ­rt parancs automatikusan helyre legyen-e Ć”llĆ­tva a parancskatalógus kƶvetkező megnyitĆ”sa sorĆ”n.", "closeOnFocusLost": "MeghatĆ”rozza, hogy a gyors megnyitĆ”s automatikusan bezĆ”ródjon-e amint elveszĆ­ti a fókuszt.", "openDefaultSettings": "MeghatĆ”rozza, hogy a beĆ”llĆ­tĆ”sok megnyitĆ”sakor megnyĆ­ljon-e egy szerkesztő az ƶsszes alapĆ©rtelmezett beĆ”llĆ­tĆ”ssal.", "sideBarLocation": "MeghatĆ”rozza az oldalsĆ”v helyĆ©t. Az oldalsĆ”v megjelenhet a munkaterület bal vagy jobb oldalĆ”n.", + "panelDefaultLocation": "MeghatĆ”rozza a panel alapĆ©rtelmezett pozĆ­ciójĆ”t. A panel a munkaterület aljĆ”n vagy jobb oldalĆ”n jelenhet meg.", "statusBarVisibility": "MeghatĆ”rozza, hogy megjelenjen-e az Ć”llapotsor a munkaterület aljĆ”n.", "activityBarVisibility": "MeghatĆ”rozza, hogy megjelenjen-e a tevĆ©kenysĆ©gsĆ”v a munkaterületen.", - "closeOnFileDelete": "MeghatĆ”rozza, hogy bezĆ”ródjanak-e azok a szerkesztőablakok, melyekben olyan fĆ”jl van megnyitva, amelyet tƶrƶl vagy Ć”tnevez egy mĆ”sik folyamat. A beĆ”llĆ­tĆ”s letiltĆ”sa esetĆ©n a szerkesztőablak nyitva marad módosĆ­tott Ć”llapotban ilyen esemĆ©ny utĆ”n. MegjegyzĆ©s: az alkalmazĆ”son belüli tƶrlĆ©sek esetĆ©n mindig bezĆ”ródik a szerkesztőablakok, a módosĆ­tott fĆ”jlok pedig soha nem zĆ”ródnak be, hogy az adatok megmaradjanak.", - "enableNaturalLanguageSettingsSearch": "MeghatĆ”rozza, hogy engedĆ©lyezve van-e a termĆ©szetes nyelvi keresĆ©si mód a beĆ”llĆ­tĆ”soknĆ”l.", - "fontAliasing": "MeghatĆ”rozza a munkaterületen megjelenő betűtĆ­pusok Ć©lsimĆ­tĆ”si módszerĆ©t.\n- default: Szubpixeles betűsimĆ­tĆ”s. A legtƶbb nem-retina tĆ­pusĆŗ kijelzőn ez adja a legĆ©lesebb szƶveget.\n- antialiased: A betűket pixelek, Ć©s nem szubpixelek szintjĆ©n simĆ­tja. A betűtĆ­pus vĆ©konyabbnak tűnhet ƶsszessĆ©gĆ©ben.\n- none: Letiltja a betűtĆ­pusok Ć©lsimĆ­tĆ©sĆ©t. A szƶvegek egyenetlen, Ć©les szĆ©lekkel jelennek meg.", + "viewVisibility": "MeghatĆ”rozza a nĆ©zetek fejlĆ©cĆ©n talĆ”lható műveletek lĆ”thatósĆ”gĆ”t. A műveletek vagy mindig lĆ”thatók, vagy csak akkor jelennek meg, ha a nĆ©zeten van a fókusz vagy az egĆ©rkurzor fƶlƶtte van.", + "fontAliasing": "MeghatĆ”rozza a munkaterületen megjelenő betűtĆ­pusok Ć©lsimĆ­tĆ”si módszerĆ©t.\n- default: Szubpixeles betűsimĆ­tĆ”s. A legtƶbb nem-retina tĆ­pusĆŗ kijelzőn ez adja a legĆ©lesebb szƶveget.\n- antialiased: A betűket pixelek, Ć©s nem szubpixelek szintjĆ©n simĆ­tja. A betűtĆ­pus vĆ©konyabbnak tűnhet ƶsszessĆ©gĆ©ben.\n- none: Letiltja a betűtĆ­pusok Ć©lsimĆ­tĆ©sĆ©t. A szƶvegek egyenetlen, Ć©les szĆ©lekkel jelennek meg.\n- auto: A `default` vagy `antialiased` beĆ”llĆ­tĆ”sok automatikus alkalmazĆ”sa a kijelzők DPI-je alapjĆ”n.", "workbench.fontAliasing.default": "Szubpixeles betűsimĆ­tĆ”s. A legtƶbb nem-retina tĆ­pusĆŗ kijelzőn ez adja a legĆ©lesebb szƶveget.", "workbench.fontAliasing.antialiased": "A betűket pixelek, Ć©s nem szubpixelek szintjĆ©n simĆ­tja. A betűtĆ­pus vĆ©konyabbnak tűnhet ƶsszessĆ©gĆ©ben.", "workbench.fontAliasing.none": "Letiltja a betűtĆ­pusok Ć©lsimĆ­tĆ©sĆ©t. A szƶvegek egyenetlen, Ć©les szĆ©lekkel jelennek meg.", - "swipeToNavigate": "NavigĆ”lĆ”s a nyitott fĆ”jlok kƶzƶtt hĆ”romujjas, vĆ­zszintes hĆŗzĆ”ssal.", - "workbenchConfigurationTitle": "Munkaterület", + "workbench.fontAliasing.auto": " A `default` vagy `antialiased` beĆ”llĆ­tĆ”sok automatikus alkalmazĆ”sa a kijelzők DPI-je alapjĆ”n.", + "enableNaturalLanguageSettingsSearch": "MeghatĆ”rozza, hogy engedĆ©lyezve van-e a termĆ©szetes nyelvi keresĆ©si mód a beĆ”llĆ­tĆ”soknĆ”l.", "windowConfigurationTitle": "Ablak", "window.openFilesInNewWindow.on": "A fĆ”jlok Ćŗj ablakban nyĆ­lnak meg", "window.openFilesInNewWindow.off": "A fĆ”jlok abban az ablakban nyĆ­lnak meg, ahol a mappĆ”juk meg van nyitva vagy a legutoljĆ”ra aktĆ­v ablakban", @@ -71,9 +76,9 @@ "window.nativeTabs": "EngedĆ©lyezi a macOS Sierra ablakfüleket. MegjegyzĆ©s: a vĆ”ltoztatĆ”s teljes ĆŗjraindĆ­tĆ”st igĆ©nyel, Ć©s a natĆ­v fülek letiltjĆ”k az egyedi cĆ­msorstĆ­lust, ha azok be vannak konfigurĆ”lva.", "zenModeConfigurationTitle": "Zen-mód", "zenMode.fullScreen": "MeghatĆ”rozza, hogy zen-módban a munakterület teljes kĆ©pernyős módba vĆ”lt-e.", + "zenMode.centerLayout": "MeghatĆ”rozza, hogy zen-módban kƶzĆ©pre igazĆ­tott elrendezĆ©s van-e.", "zenMode.hideTabs": "MeghatĆ”rozza, hogy zen-módban el vannak-e rejtve a munkaterület fülei.", "zenMode.hideStatusBar": "MeghatĆ”rozza, hogy zen-módban el van-e rejtve a munkaterület aljĆ”n talĆ”lható Ć”llapotsor.", "zenMode.hideActivityBar": "MeghatĆ”rozza, hogy zen-módban el van-e rejtve a munkaterület bal oldalĆ”n talĆ”lható tevĆ©kenysĆ©gsĆ”v.", - "zenMode.restore": "MeghatĆ”rozza, hogy az ablak zen-módban induljon-e, ha kilĆ©pĆ©skor zen-módban volt.", - "JsonSchema.locale": "A felhasznĆ”lói felületen hasznĆ”lt nyelv." + "zenMode.restore": "MeghatĆ”rozza, hogy az ablak zen-módban induljon-e, ha kilĆ©pĆ©skor zen-módban volt." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/electron-browser/main.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/main.i18n.json index 35ad4a784e..9ebac1721d 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "Az egyik szüksĆ©ges fĆ”jlt nem sikerült betƶlteni. Vagy megszakadt az internetkapcsolat, vagy a kiszolgĆ”ló vĆ”lt offline-nĆ”. FrissĆ­tse az oldalt a bƶngĆ©szőben, Ć©s próbĆ”lkozzon Ćŗjra.", "loaderErrorNative": "Egy szüksĆ©ges fĆ”jl betƶltĆ©se nem sikerült. IndĆ­tsa Ćŗjra az alkalmazĆ”st, Ć©s próbĆ”lkozzon Ćŗjra. RĆ©szletek: {0}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/shell.i18n.json index f9fefa3fe2..ad68977aca 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/electron-browser/window.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/window.i18n.json index 3f8ae5cf9d..1754ff94c6 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "VisszavonĆ”s", "redo": "Újra", "cut": "KivĆ”gĆ”s", "copy": "MĆ”solĆ”s", "paste": "BeillesztĆ©s", - "selectAll": "Ɩsszes kijelƶlĆ©se" + "selectAll": "Ɩsszes kijelƶlĆ©se", + "runningAsRoot": "Nem ajĆ”nlott a {0} 'root'-kĆ©t futtatĆ”sa." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/hun/src/vs/workbench/electron-browser/workbench.i18n.json index e230783ded..045054c771 100644 --- a/i18n/hun/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/hun/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "Fejlesztői", "file": "FĆ”jl" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/hun/src/vs/workbench/node/extensionHostMain.i18n.json index acba56dc6e..33486a52eb 100644 --- a/i18n/hun/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/hun/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "Az {0} elĆ©rĆ©si Ćŗt nem Ć©rvĆ©nyes kiegĆ©szĆ­tő tesztfuttató alkalmazĆ”sra mutat." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/hun/src/vs/workbench/node/extensionPoints.i18n.json index e9cae50ed4..0dbd75f90a 100644 --- a/i18n/hun/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/hun/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 371e0ad88d..4c9c39b37d 100644 --- a/i18n/hun/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "'{0}' parancs telepĆ­tĆ©se a PATH-ba", "not available": "Ez a parancs nem Ć©rhető el.", "successIn": "A(z) '{0}' rendszerparancs sikeresen telepĆ­tve lett a PATH-ba.", - "warnEscalation": "A Code adminisztrĆ”tori jogosultsĆ”got fog kĆ©rni az 'osascript'-tel a rendszerparancs telepĆ­tĆ©sĆ©hez.", "ok": "OK", - "cantCreateBinFolder": "Nem sikerült lĆ©trehozni az '/usr/local/bin' kƶnyvtĆ”rat.", "cancel2": "MĆ©gse", + "warnEscalation": "A Code adminisztrĆ”tori jogosultsĆ”got fog kĆ©rni az 'osascript'-tel a rendszerparancs telepĆ­tĆ©sĆ©hez.", + "cantCreateBinFolder": "Nem sikerült lĆ©trehozni az '/usr/local/bin' kƶnyvtĆ”rat.", "aborted": "MegszakĆ­tva", "uninstall": "'{0}' parancs eltĆ”volĆ­tĆ”sa a PATH-ból", "successFrom": "A(z) '{0}' rendszerparancs sikeresen el lett a PATH-ból.", diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index 0edff5007d..a111bf4096 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "Az `editor.accessibilitySupport` beĆ”llĆ­tĆ”s Ć©rtĆ©kĆ©nek beĆ”llĆ­tĆ”sa a kƶvetkezőre: 'on'.", "openingDocs": "A VS Code kisegĆ­tő lehetősĆ©gei dokumentĆ”ciójĆ”nak megnyitĆ”sa.", "introMsg": "Kƶszƶnjük, hogy kipróbĆ”lta a VS Code kisegĆ­tő lehetősĆ©geit.", diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index b01c9a8193..fb460fca55 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "Fejlesztői: BillentyűkiosztĆ”s vizsgĆ”lata" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 5c8dff0858..2485aa3ec7 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 96fdaf66ac..fac3471731 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "Hiba a(z) {0} feldolgozĆ”sa kƶzben: {1}", "schema.openBracket": "A nyitó zĆ”rójelet definiĆ”ló karakter vagy karaktersorozat", "schema.closeBracket": "A zĆ”ró zĆ”rójelet definiĆ”ló karakter vagy karaktersorozat", diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 5c8dff0858..bf2d8c4680 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "Fejlesztői: TM-hatókƶrƶk vizsgĆ”lata", "inspectTMScopesWidget.loading": "BetƶltĆ©s..." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index bae20c58d0..1fcd6370dd 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "NĆ©zet: KódtĆ©rkĆ©p be- Ć©s kikapcsolĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index a0a8e4d892..2a23322365 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Tƶbbkurzoros módosĆ­tó be- Ć©s kikapcsolĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index ebffddce9a..84dc6727f2 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "NĆ©zet: VezĆ©rlőkarakterek be- Ć©s kikapcsolĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index eea8c1ed6d..db8f106cbc 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "NĆ©zet: Szókƶzƶk kirajzolĆ”sĆ”nak be- Ć©s kikapcsolĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index 02a67dbe14..0c5d63c3f2 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "NĆ©zet: SortƶrĆ©s be- Ć©s kikapcsolĆ”sa", "wordWrap.notInDiffEditor": "A sortƶrĆ©s nem kapcsolható be vagy ki differenciaszerkesztőben.", "unwrapMinified": "SortƶrĆ©s letiltĆ”sa ebben a fĆ”jlban", diff --git a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 1631851aee..347a78f495 100644 --- a/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "OK", - "wordWrapMigration.dontShowAgain": "Ne jelenjen meg Ćŗjra", + "wordWrapMigration.dontShowAgain": "Ne jelenĆ­tse meg Ćŗjra", "wordWrapMigration.openSettings": "BeĆ”llĆ­tĆ”sok megnyitĆ”sa", "wordWrapMigration.prompt": "Az `editor.wrappingColumn` beĆ”llĆ­tĆ”s elavult az `editor.wordWrap` bevezetĆ©se miatt." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 9a0eccdde5..4fa879208c 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "FutĆ”s megĆ”llĆ­tĆ”sa, ha a kifejezĆ©s Ć©rtĆ©ke igazra Ć©rtĆ©kelődik ki. 'Enter' a megerősĆ­tĆ©shez vagy 'Escape' a megszakĆ­tĆ”shoz.", "breakpointWidgetAriaLabel": "A program csak akkor Ć”ll meg itt, ha a feltĆ©tel igaz. Nyomjon 'Enter'-t a megerősĆ­tĆ©shez vagy 'Escape'-et a megszakĆ­tĆ”shoz.", "breakpointWidgetHitCountPlaceholder": "FutĆ”s megĆ”llĆ­tĆ”sa, ha adott alkalommal Ć©rintve lett. 'Enter' a megerősĆ­tĆ©shez vagy 'Escape' a megszakĆ­tĆ”shoz.", diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..cf644f6276 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "TƶrĆ©spont szerkesztĆ©se...", + "functionBreakpointsNotSupported": "Ez a hibakereső nem tĆ”mogatja a függvĆ©nytƶrĆ©spontokat", + "functionBreakpointPlaceholder": "A függvĆ©ny, amin meg kell Ć”llni", + "functionBreakPointInputAriaLabel": "Adja meg a függvĆ©nytƶrĆ©spontot", + "breakpointDisabledHover": "Letiltott tƶrĆ©spont", + "breakpointUnverifieddHover": "Nem megerősĆ­tett tƶrĆ©spont", + "functionBreakpointUnsupported": "Ez a hibakereső nem tĆ”mogatja a függvĆ©nytƶrĆ©spontokat", + "breakpointDirtydHover": "Nem megerősĆ­tett tƶrĆ©spont. A fĆ”jl módosult, indĆ­tsa Ćŗjra a hibakeresĆ©si munkamenetet.", + "conditionalBreakpointUnsupported": "Ez a hibakereső nem tĆ”mogatja a feltĆ©teles tƶrĆ©spontokat", + "hitBreakpointUnsupported": "Ez a hibakereső nem tĆ”mogatja az Ć©rintĆ©si feltĆ©teles tƶrĆ©spontokat" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 0687e86ee3..d05c2f2353 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "Nincs konfigurĆ”ció", "addConfigTo": "KonfigurĆ”ció hozzĆ”adĆ”sa ({0})...", "addConfiguration": "KonfigurĆ”ció hozzĆ”adĆ”sa..." diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index f57bf54033..06418edd2e 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "{0} megnyitĆ”sa", "launchJsonNeedsConfigurtion": "'launch.json' konfigurĆ”lĆ”sa vagy javĆ­tĆ”sa", "noFolderDebugConfig": "Fejlettebb hibakeresĆ©si konfigurĆ”ciók hasznĆ”latĆ”hoz nyisson meg egy mappĆ”t!", diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index fa1bc4e164..8beefb82a9 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "A hibakeresĆ©si eszkƶztĆ”r hĆ”ttĆ©rszĆ­ne." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "A hibakeresĆ©si eszkƶztĆ”r hĆ”ttĆ©rszĆ­ne.", + "debugToolBarBorder": "A hibakeresĆ©si eszkƶztĆ”r keretszĆ­ne." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..335890b7be --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "Fejlettebb hibakeresĆ©si konfigurĆ”ciók hasznĆ”latĆ”hoz nyisson meg egy mappĆ”t!", + "columnBreakpoint": "OszloptƶrĆ©spont", + "debug": "HibakeresĆ©s", + "addColumnBreakpoint": "OszloptƶrĆ©spont hozzĆ”adĆ”sa" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index b66b9f52e6..09d05bffb1 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "Az erőforrĆ”s nem oldható fel hibakeresĆ©si munkamenet nĆ©lkül" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "Az erőforrĆ”s nem oldható fel hibakeresĆ©si munkamenet nĆ©lkül", + "canNotResolveSource": "Nem sikerült feloldani a kƶvetkező erőforrĆ”st: {0}. Nem Ć©rkezett vĆ”lasz a hibakereső kiegĆ©szĆ­tőtől." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 7d9b38824d..923bdcbdde 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "HibakeresĆ©s: TƶrĆ©spont be- Ć©s kikapcsolĆ”sa", - "columnBreakpointAction": "HibakeresĆ©s: TƶrĆ©spont oszlopnĆ”l", - "columnBreakpoint": "Oszlop tƶrĆ©spont hozzĆ”adĆ”sa", "conditionalBreakpointEditorAction": "HibakeresĆ©s: FeltĆ©teles tƶrĆ©spont...", "runToCursor": "FuttatĆ”s a kurzorig", "debugEvaluate": "HibakeresĆ©s: KiĆ©rtĆ©kelĆ©s", diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index bbe58d3ce4..4e72e81592 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "Letiltott tƶrĆ©spont", "breakpointUnverifieddHover": "Nem megerősĆ­tett tƶrĆ©spont", "breakpointDirtydHover": "Nem megerősĆ­tett tƶrĆ©spont. A fĆ”jl módosult, indĆ­tsa Ćŗjra a hibakeresĆ©si munkamenetet.", diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 7c16965748..422a44d375 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, hibakeresĆ©s", "debugAriaLabel": "ƍrja be a futtatandó konfigurĆ”ció nevĆ©t.", "addConfigTo": "KonfigurĆ”ció hozzĆ”adĆ”sa ({0})...", diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 2a303e5701..ecbfffc9db 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "HibakeresĆ©si konfigurĆ”ció kivĆ”lasztĆ”sa Ć©s indĆ­tĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 72630bc842..460773f69f 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "VĆ”ltĆ”s a vĆ”ltozókra", "debugFocusWatchView": "VĆ”ltĆ”s a figyelőlistĆ”ra", "debugFocusCallStackView": "VĆ”ltĆ”s a hĆ­vĆ”si veremre", diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index 37b31bfd19..55e6556555 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "A kivĆ©telmodul keretszĆ­ne.", "debugExceptionWidgetBackground": "A kivĆ©telmodul hĆ”ttĆ©rszĆ­ne.", "exceptionThrownWithId": "KivĆ©tel kƶvetkezett be: {0}", diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index 8e0e584901..a49530611a 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "MegnyitĆ”s kattintĆ”sra (Cmd + kattintĆ”sra oldalt nyitja meg)", "fileLink": "MegnyitĆ”s kattintĆ”sra (Ctrl + kattintĆ”sra oldalt nyitja meg)" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..4d8af72bb3 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Az Ć”llapotsor hĆ”ttĆ©rszĆ­ne, ha a programon hibakeresĆ©s folyik. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", + "statusBarDebuggingForeground": "Az Ć”llapotsor előtĆ©rszĆ­ne, ha a programon hibakeresĆ©s folyik. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", + "statusBarDebuggingBorder": "Az Ć”llapotsort az oldalsĆ”vtól Ć©s a szerkesztőablakoktól elvĆ”lasztó keret szĆ­ne, ha egy programon hibakeresĆ©s tƶrtĆ©nik. Az Ć”llapotsor az ablak aljĆ”n jelenik meg." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/common/debug.i18n.json index bceb3f2cf2..5f0edbdc55 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "MeghatĆ”rozza a belső hibakeresĆ©si konzol viselkedĆ©sĆ©t." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/common/debugModel.i18n.json index a3704d3069..cfdd178b36 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "nem elĆ©rhető", "startDebugFirst": "IndĆ­tson egy hibakeresĆ©si folyamatot a kiĆ©rtĆ©kelĆ©shez" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 4054145e14..8c709986ec 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "Ismeretlen forrĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index de0485a720..415f0ed659 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "TƶrĆ©spont szerkesztĆ©se...", "functionBreakpointsNotSupported": "Ez a hibakereső nem tĆ”mogatja a függvĆ©nytƶrĆ©spontokat", "functionBreakpointPlaceholder": "A függvĆ©ny, amin meg kell Ć”llni", diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 2e3c27c4d1..163c977fa0 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "HĆ­vĆ”si verem szakasz", "debugStopped": "Szüneteltetve a kƶvetkező helyen: {0}", "callStackAriaLabel": "HibakeresĆ©si hĆ­vĆ”si verem", diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index b95dd7c02f..d1906df253 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "HibakeresĆ©s megjelenĆ­tĆ©se", "toggleDebugPanel": "HibakeresĆ©si konzol", "debug": "HibakeresĆ©s", @@ -24,6 +26,6 @@ "always": "Mindig jelenjen meg a hibakeresĆ©s az Ć”llapotsoron", "onFirstSessionStart": "A hibakeresĆ©s csak akkor jelenjen meg az Ć”llapotsoron, miutĆ”n előszƶr el lett indĆ­tva a hibakeresĆ©s", "showInStatusBar": "MeghatĆ”rozza, hogy megjelenjen-e a hibakeresĆ©si Ć”llapotsĆ”v", - "openDebug": "MeghatĆ”rozza, hogy megnyĆ­ljon-e a hibakeresĆ©si panel a hibakeresĆ©si munkamenet indulĆ”sakor.", + "openDebug": "MeghatĆ”rozza, hogy megnyĆ­ljon-e a hibakeresĆ©si modul a hibakeresĆ©si munkamenet indulĆ”sakor.", "launch": "GlobĆ”lis hibakeresĆ©s indĆ­tĆ”si konfigurĆ”ció. HasznĆ”lható a 'launch.json' alternatĆ­vĆ”jakĆ©nt, ami meg van osztva tƶbb munkaterület kƶzƶtt" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 096d97567f..412135e67e 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "Fejlettebb hibakeresĆ©si konfigurĆ”ciók hasznĆ”latĆ”hoz nyisson meg egy mappĆ”t!" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index a54b3a8b77..c89cc33512 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "HibakeresĆ©si illesztőket szolgĆ”ltat.", "vscode.extension.contributes.debuggers.type": "A hibakeresĆ©si illesztő egyedi azonosĆ­tója.", "vscode.extension.contributes.debuggers.label": "A hibakeresĆ©si illesztő megjelenĆ­tett neve.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "JSON-sĆ©makonfigurĆ”ciók a 'launch.json' validĆ”lĆ”sĆ”hoz.", "vscode.extension.contributes.debuggers.windows": "Windows-specifikus beĆ”llĆ­tĆ”sok.", "vscode.extension.contributes.debuggers.windows.runtime": "A Windows Ć”ltal hasznĆ”lt futtatókƶrnyezet.", - "vscode.extension.contributes.debuggers.osx": "OS X-specifikus beĆ”llĆ­tĆ”sok.", - "vscode.extension.contributes.debuggers.osx.runtime": "Az OSX Ć”ltal hasznĆ”lt futtatókƶrnyezet.", + "vscode.extension.contributes.debuggers.osx": "macOS-specifikus beĆ”llĆ­tĆ”sok.", + "vscode.extension.contributes.debuggers.osx.runtime": "A macOS Ć”ltal hasznĆ”lt futtatókƶrnyezet.", "vscode.extension.contributes.debuggers.linux": "Linux-specifikus beĆ”llĆ­tĆ”sok.", "vscode.extension.contributes.debuggers.linux.runtime": "A Linux Ć”ltal hasznĆ”lt futtatókƶrnyezet.", "vscode.extension.contributes.breakpoints": "TƶrĆ©spontokat szolgĆ”ltat.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "A konfigurĆ”ciók listĆ”ja. Új konfigurĆ”ciók hozzĆ”adhatók vagy a meglĆ©vők szerkeszthetők az IntelliSense hasznĆ”latĆ”val.", "app.launch.json.compounds": "A kombinĆ”ciók listĆ”ja. Minden kombinĆ”ció tƶbb konfigurĆ”ciót hivatkozik meg, melyek együtt indulnak el.", "app.launch.json.compound.name": "A kombinĆ”ció neve. Az indĆ­tĆ”si konfigurĆ”ció lenyĆ­ló menüjĆ©ben jelenik meg.", + "useUniqueNames": "HasznĆ”ljon egyedi konfigurĆ”ciós neveket!", + "app.launch.json.compound.folder": "A mappa neve, ahol az ƶsszetett konfigurĆ”ció talĆ”lható.", "app.launch.json.compounds.configurations": "Azon konfigurĆ”ciók neve, melyek elindulnak ezen kombinĆ”ció rĆ©szekĆ©nt.", "debugNoType": "A hibakeresĆ©si illesztő 'type' tulajdonsĆ”ga kƶtelező, Ć©s 'string' tĆ­pusĆŗnak kell lennie.", "selectDebug": "Kƶrnyezet kivĆ”lasztĆ”sa", - "DebugConfig.failed": "Nem sikerült lĆ©trehozni a 'launch.json' fĆ”jlt a '.vscode' mappĆ”nan ({0})." + "DebugConfig.failed": "Nem sikerült lĆ©trehozni a 'launch.json' fĆ”jlt a '.vscode' mappĆ”nan ({0}).", + "workspace": "munkaterület", + "user settings": "felhasznĆ”lói beĆ”llĆ­tĆ”sok" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index dde2893812..66682d20da 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "TƶrĆ©spontok eltĆ”volĆ­tĆ”sa", "removeBreakpointOnColumn": "{0}. oszlopban talĆ”lható tƶrĆ©spont eltĆ”volĆ­tĆ”sa", "removeLineBreakpoint": "Sorra vonatkozó tƶrĆ©spont eltĆ”volĆ­tĆ”sa", diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index c222653e92..c53eee8b96 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "HibakeresĆ©si sĆŗgószƶveg" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index 8ea74e99bd..2c720d7f7c 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "EnnĆ©l az objektumhoz csak a primitĆ­v Ć©rtĆ©kek vannak megjelenĆ­tve.", "debuggingPaused": "HibakeresĆ©s szüneteltetve, oka: {0}, {1} {2}", "debuggingStarted": "HibakeresĆ©s elindĆ­tva.", @@ -11,18 +13,22 @@ "breakpointAdded": "TƶrĆ©spont hozzĆ”adva, {0}. sor, fĆ”jl: {1}", "breakpointRemoved": "TƶrĆ©spont eltĆ”voĆ­ltva, {0}. sor, fĆ”jl: {1}", "compoundMustHaveConfigurations": "A kombinĆ”ciók \"configurations\" tulajdonsĆ”gĆ”t be kell Ć”llĆ­tani tƶbb konfigurĆ”ció elindĆ­tĆ”sĆ”hoz.", + "noConfigurationNameInWorkspace": "A(z) '{0}' indĆ­tĆ”si konfigurĆ”ció nem talĆ”lható a munkaterületen.", + "multipleConfigurationNamesInWorkspace": "Tƶbb '{0}' nĆ©vvel rendelkező indĆ­tĆ”si konfigurĆ”ció is van a munkaterületen. HasznĆ”lja a mappa nevĆ©t a konfigurĆ”ció pontos megadĆ”sĆ”hoz!", + "noFolderWithName": "Nem talĆ”lható '{0}' nevű mappa a(z) '{1}' konfigurĆ”cióhoz a(z) '{2}' ƶsszetett konfigurĆ”cióban.", "configMissing": "A(z) '{0}' konfigurĆ”ció hiĆ”nyzik a 'launch.json'-ból.", "launchJsonDoesNotExist": "A 'launch.json' nem lĆ©tezik.", - "debugRequestNotSupported": "A(z) `{0}` attribĆŗtumnak nem tĆ”mogatott Ć©rtĆ©ke van ('{1}') a kivĆ”lasztott hibakeresĆ©si konfigurĆ”cióban.", + "debugRequestNotSupported": "A(z) '{0}' attribĆŗtumnak nem tĆ”mogatott Ć©rtĆ©ke van ('{1}') a kivĆ”lasztott hibakeresĆ©si konfigurĆ”cióban.", "debugRequesMissing": "A(z) '{0}' attribĆŗtum hiĆ”nyzik a kivĆ”lasztott hibakeresĆ©si konfigurĆ”cióból.", "debugTypeNotSupported": "A megadott hibakeresĆ©si tĆ­pus ('{0}') nem tĆ”mogatott.", - "debugTypeMissing": "A kivĆ”lasztott indĆ­tĆ”si konfigurĆ”ciónak hiĆ”nyzik a `type` tulajdonsĆ”ga.", + "debugTypeMissing": "A kivĆ”lasztott indĆ­tĆ”si konfigurĆ”ciónak hiĆ”nyzik a 'type' tulajdonsĆ”ga.", "debugAnyway": "HibakeresĆ©s indĆ­tĆ”sa mindenkĆ©pp", "preLaunchTaskErrors": "BuildelĆ©si hibĆ”k lĆ©ptek fel a(z) '{0}' preLaunchTask futĆ”sa kƶzben.", "preLaunchTaskError": "BuildelĆ©si hiba lĆ©pett fel a(z) '{0}' preLaunchTask futĆ”sa kƶzben.", "preLaunchTaskExitCode": "A(z) '{0}' preLaunchTask a kƶvetkező hibakóddal fejeződƶtt be: {1}.", + "showErrors": "HibĆ”k megjelenĆ­tĆ©se", "noFolderWorkspaceDebugError": "Az aktĆ­v fĆ”jlon nem lehet hibakeresĆ©st vĆ©gezni. Bizonyosodjon meg róla, hogy el van mentve a lemezre, Ć©s hogy az adott fĆ”jltĆ­pushoz telepĆ­tve van a megfelelő hibakeresĆ©si kiegĆ©szĆ­tő.", - "NewLaunchConfig": "ƁllĆ­tson be egy indĆ­tĆ”si konfigurĆ”ciót az alkalmazĆ”sa szĆ”mĆ”ra. {0}", + "cancel": "MĆ©gse", "DebugTaskNotFound": "A(z) '{0}' preLaunchTask nem talĆ”lható.", "taskNotTracked": "A(z) ${0} preLaunchTaskot nem lehet kƶvetni." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index b11dd37762..be7b8d7b44 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index e7e17b09fd..3b48ea3fac 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index b71c6795fa..b6c1b7074c 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "ƉrtĆ©k mĆ”solĆ”sa", + "copyAsExpression": "KifejezĆ©s mĆ”solĆ”sa", "copy": "MĆ”solĆ”s", "copyAll": "Ɩsszes mĆ”solĆ”sa", "copyStackTrace": "HĆ­vĆ”si verem mĆ”solĆ”sa" diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index fb49eeb2cd..dac7ef73bd 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "TovĆ”bbi informĆ”ció", "unableToLaunchDebugAdapter": "Nem sikerült elindĆ­tani a hibakeresĆ©si illesztőt a kƶvetkező helyről: '{0}'.", "unableToLaunchDebugAdapterNoArgs": "Nem sikerült elindĆ­tani a hibakeresĆ©si illesztőt.", diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 2490789235..aafa26fa0d 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "REPL-panel", "actions.repl.historyPrevious": "Előző az előzmĆ©nyekből", "actions.repl.historyNext": "Kƶvetkező az előzmĆ©nyekből", diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 9c979492ec..e22556b9e2 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "Az objekum Ć”llapota az első kiĆ©rtĆ©kelĆ©s idejĆ©n", "replVariableAriaLabel": "A(z) {0} vĆ”ltozó Ć©rtĆ©ke: {1}, REPL, hibakeresĆ©s", "replExpressionAriaLabel": "A(z) {0} kifejezĆ©s Ć©rtĆ©ke: {1}, REPL, hibakeresĆ©s", diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 3111e382e1..4d8af72bb3 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Az Ć”llapotsor hĆ”ttĆ©rszĆ­ne, ha a programon hibakeresĆ©s folyik. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", "statusBarDebuggingForeground": "Az Ć”llapotsor előtĆ©rszĆ­ne, ha a programon hibakeresĆ©s folyik. Az Ć”llapotsor az ablak aljĆ”n jelenik meg.", "statusBarDebuggingBorder": "Az Ć”llapotsort az oldalsĆ”vtól Ć©s a szerkesztőablakoktól elvĆ”lasztó keret szĆ­ne, ha egy programon hibakeresĆ©s tƶrtĆ©nik. Az Ć”llapotsor az ablak aljĆ”n jelenik meg." diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 8e82d560ff..40af568099 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "hibakereső", - "debug.terminal.not.available.error": "Az integrĆ”lt terminĆ”l nem elĆ©rhető" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "hibakereső" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index e152cc64aa..afd0ef3ea6 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "VĆ”ltozók szakasz", "variablesAriaTreeLabel": "HibakeresĆ©si vĆ”ltozók", "variableValueAriaLabel": "Adja meg a vĆ”ltozó Ćŗj nevĆ©t", diff --git a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 8d7086c280..621ee84658 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "KifejezĆ©sek szaszasz", "watchAriaTreeLabel": "HibakeresĆ©si figyelőkifejezĆ©sek", "watchExpressionPlaceholder": "Figyelendő kifejezĆ©s", diff --git a/i18n/hun/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/hun/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 0efffacb2a..1770c367a1 100644 --- a/i18n/hun/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "A hibakeresĆ©si illesztő futtatható Ć”llomĆ”nya ('{0}') nem lĆ©tezik.", "debugAdapterCannotDetermineExecutable": "Nem hatĆ”rozható meg a(z) '{0}' hibakeresĆ©si illesztő futtatható Ć”llomĆ”nya.", "launch.config.comment1": "IntelliSense hasznĆ”lata a lehetsĆ©ges attribĆŗtumok listĆ”zĆ”sĆ”hoz", diff --git a/i18n/hun/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 0f5eb4400f..20eebb4865 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Emmet-parancsok megjelenĆ­tĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 1534d8b607..642f701601 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index 219aad079b..b4f5799fae 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index ab60a0c6b0..511cdfadf8 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 646e5adcf6..d3b5315d7d 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: RƶvidĆ­tĆ©s kibontĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index d9e318872d..72d7452485 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index cec247d0e8..f1bdf7d292 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index de85d11a13..c52fdb0109 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index f4fa17b286..839bb1f582 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index ee23339dfc..1b4bc44e0f 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 0d67ceb7a0..cabaf24f1f 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index 93c0cba54a..66bd6e3016 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index cd5b4fc1fe..5227b8f2db 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 82dab2c362..6fd1c14d6f 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 60dea6fbae..3144b37073 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 7a062455c6..4db7254e59 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index 66342aeada..d4015155a9 100644 --- a/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index a33718b8e7..b5498a476c 100644 --- a/i18n/hun/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Külső terminĆ”l", "explorer.openInTerminalKind": "MeghatĆ”rozza, hogy milyen tĆ­pusĆŗ terminĆ”l legyen indĆ­tva.", "terminal.external.windowsExec": "MeghatĆ”rozza, hogy mely terminĆ”l fusson Windowson.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "Új parancssor megnyitĆ”sa", "globalConsoleActionMacLinux": "Új terminĆ”l megnyitĆ”sa", "scopedConsoleActionWin": "MegnyitĆ”s a parancssorban", - "scopedConsoleActionMacLinux": "MegnyitĆ”s a terminĆ”lban", - "openFolderInIntegratedTerminal": "MegnyitĆ”s a terminĆ”lban" + "scopedConsoleActionMacLinux": "MegnyitĆ”s a terminĆ”lban" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 91f0c001e1..686f5057e6 100644 --- a/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index d8480642f6..a314110f5b 100644 --- a/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "VS Code-konzol", "mac.terminal.script.failed": "A(z) '{0}' parancsfĆ”jl a kƶvetkező hibakóddal lĆ©pett ki: {1}", "mac.terminal.type.not.supported": "A(z) '{0}' nem tĆ”mogatott", diff --git a/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index e441ed0dd6..1fbf5d74a7 100644 --- a/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 982d3cebdf..2495d411a2 100644 --- a/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index ccb7f25361..3498c58397 100644 --- a/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/hun/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 4c97540453..bf38ad1bf8 100644 --- a/i18n/hun/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 0ea38cb93c..eff6c45940 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "Hiba", "Unknown Dependency": "Ismeretlen függősĆ©g:" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 767a32daee..74bda5d054 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "KiegĆ©szĆ­tő neve", "extension id": "KiegĆ©szĆ­tő azonosĆ­tója", "preview": "Betekintő", + "builtin": "BeĆ©pĆ­tett", "publisher": "Kiadó neve", "install count": "TelepĆ­tĆ©sek szĆ”ma", "rating": "ƉrtĆ©kelĆ©s", @@ -31,6 +34,10 @@ "view id": "AzonosĆ­tó", "view name": "NĆ©v", "view location": "Hol?", + "localizations": "LokalizĆ”ciók ({0})", + "localizations language id": "Nyelv azonosĆ­tója", + "localizations language name": "Nyelv neve", + "localizations localized language name": "Nyelv neve (lokalizĆ”lva)", "colorThemes": "SzĆ­ntĆ©mĆ”k ({0})", "iconThemes": "IkontĆ©mĆ”k ({0})", "colors": "SzĆ­nek ({0})", @@ -39,6 +46,8 @@ "defaultLight": "AlapĆ©rtelmezett vilĆ”gos", "defaultHC": "AlapĆ©rtelmezett nagy kontrasztĆŗ", "JSON Validation": "JSON-validĆ”ciók ({0})", + "fileMatch": "FĆ”jlegyezĆ©s", + "schema": "SĆ©ma", "commands": "Parancsok ({0})", "command name": "NĆ©v", "keyboard shortcuts": "Billentyűparancsok", diff --git a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 09888fd024..a531a62534 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "ManuĆ”lis letƶltĆ©s", + "install vsix": "A letƶltĆ©s utĆ”n telepĆ­tse manuĆ”lisan a letƶltƶtt '{0}' VSIX-et.", "installAction": "TelepĆ­tĆ©s", "installing": "TelepĆ­tĆ©s...", + "failedToInstall": "Nem sikerült telepĆ­teni a kƶvetkezőt: '{0}'.", "uninstallAction": "EltĆ”volĆ­tĆ”s", "Uninstalling": "EltĆ”volĆ­tĆ”s...", "updateAction": "FrissĆ­tĆ©s", "updateTo": "FrissĆ­tĆ©s ({0})", + "failedToUpdate": "Nem sikerült a kƶvetkező frissĆ­tĆ©se: '{0}'.", "ManageExtensionAction.uninstallingTooltip": "EltĆ”volĆ­tĆ”s", "enableForWorkspaceAction": "EngedĆ©lyezĆ©s a munkaterületen", "enableGloballyAction": "EngedĆ©lyezĆ©s", @@ -36,6 +42,7 @@ "showInstalledExtensions": "TelepĆ­tett kiegĆ©szĆ­tők megjelenĆ­tĆ©se", "showDisabledExtensions": "Letiltott kiegĆ©szĆ­tők megjelenĆ­tĆ©se", "clearExtensionsInput": "KiegĆ©szĆ­tők beviteli mező tartalmĆ”nak tƶrlĆ©se", + "showBuiltInExtensions": "BeĆ©pĆ­tett kiegĆ©szĆ­tők megjelenĆ­tĆ©se", "showOutdatedExtensions": "Elavult kiegĆ©szĆ­tők megjelenĆ­tĆ©se", "showPopularExtensions": "NĆ©pszerű kiegĆ©szĆ­tők megjelenĆ­tĆ©se", "showRecommendedExtensions": "AjĆ”nlott kiegĆ©szĆ­tők megjelenĆ­tĆ©se", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "Nem sikerült lĆ©trehozni az 'extensions.json' fĆ”jlt a '.vscode' mappĆ”nan ({0}).", "configureWorkspaceRecommendedExtensions": "AjĆ”nlott kiegĆ©szĆ­tők konfigurĆ”lĆ”sa (munkaterületre vonatkozóan)", "configureWorkspaceFolderRecommendedExtensions": "AjĆ”nlott kiegĆ©szĆ­tők konfigurĆ”lĆ”sa (munkaterület-mappĆ”ra vonatkozóan)", - "builtin": "BeĆ©pĆ­tett", + "malicious tooltip": "A kiegĆ©szĆ­tőt korĆ”bban problĆ©mĆ”snak jeleztĆ©k.", + "malicious": "RosszindulatĆŗ", "disableAll": "Ɩsszes telepĆ­tett kiegĆ©szĆ­tő letiltĆ”sa", "disableAllWorkspace": "Ɩsszes telepĆ­tett kiegĆ©szĆ­tő letiltĆ”sa a munkaterületre vonatkozóan", - "enableAll": "Ɩsszes telepĆ­tett kiegĆ©szĆ­tő engedĆ©lyezĆ©se", - "enableAllWorkspace": "Ɩsszes telepĆ­tett kiegĆ©szĆ­tő engedĆ©lyezĆ©se a munkaterületre vonatkozóan", + "enableAll": "Ɩsszes kiegĆ©szĆ­tő engedĆ©lyezĆ©se", + "enableAllWorkspace": "Ɩsszes kiegĆ©szĆ­tő engedĆ©lyezĆ©se ezen a munkaterületen", + "openExtensionsFolder": "KiegĆ©szĆ­tők mappĆ”jĆ”nak megnyitĆ”sa", + "installVSIX": "TelepĆ­tĆ©s VSIX-ből...", + "installFromVSIX": "TelepĆ­tĆ©s VSIX-ből", + "installButton": "&&TelepĆ­tĆ©s", + "InstallVSIXAction.success": "A kiegĆ©szĆ­tő sikeresen fel lett telepĆ­tve. Tƶltse Ćŗjra az engedĆ©lyezĆ©shez!", + "InstallVSIXAction.reloadNow": "ÚjratƶltĆ©s most", + "reinstall": "KiegĆ©szĆ­tő ĆŗjratelepĆ­tĆ©se...", + "selectExtension": "VĆ”lassza ki az ĆŗjratelepĆ­tendő kiegĆ©szĆ­tőt", + "ReinstallAction.success": "KiegĆ©szĆ­tő sikeresen ĆŗjratelepĆ­tve.", + "ReinstallAction.reloadNow": "ÚjratƶltĆ©s most", "extensionButtonProminentBackground": "A kiegĆ©szĆ­tőkhƶz tartozó kiemelt műveletgombok (pl. a TelepĆ­tĆ©s gomb) hĆ”ttĆ©rszĆ­ne.", "extensionButtonProminentForeground": "A kiegĆ©szĆ­tőkhƶz tartozó kiemelt műveletgombok (pl. a TelepĆ­tĆ©s gomb) előtĆ©rszĆ­ne.", "extensionButtonProminentHoverBackground": "A kiegĆ©szĆ­tőkhƶz tartozó kiemelt műveletgombok (pl. a TelepĆ­tĆ©s gomb) hĆ”ttĆ©rszĆ­ne, ha az egĆ©r fƶlƶtte van." diff --git a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index 8c7fafc8b5..d0bff74b55 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index eb59571b41..e1553a58bc 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "Nyomjon Entert a kiegĆ©szĆ­tők kezelĆ©sĆ©hez.", "notfound": "A(z) '{0}' kiegĆ©szĆ­tő nem talĆ”lható a piactĆ©ren.", "install": "Nyomja meg az Enter gombot a(z) '{0}' kiegĆ©szĆ­tő telepĆ­tĆ©sĆ©hez a piactĆ©rről!", diff --git a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index 9bf53a3a15..8bd1efeb60 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "{0} felhasznĆ”ló Ć©rtĆ©kelte", "ratedBySingleUser": "1 felhasznĆ”ló Ć©rtĆ©kelte" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index 81a39e83e4..18bd477702 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "KiegĆ©szĆ­tők", "app.extensions.json.recommendations": "AjĆ”nlott kiegĆ©szĆ­tők listĆ”ja. A kiegĆ©szĆ­tők azonosĆ­tója mindig '${publisher}.${name}' formĆ”ban van. PĆ©lda: 'vscode.csharp'.", "app.extension.identifier.errorMessage": "Az elvĆ”rt formĆ”tum: '${publisher}.${name}'. PĆ©lda: 'vscode.csharp'." diff --git a/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index ed471bc488..515359d248 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "KiegĆ©szĆ­tő: {0}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index e51e9974cf..da754cef2c 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "KiegĆ©szĆ­tők profilozĆ”sa", + "restart2": "KiegĆ©szĆ­tők profilozĆ”sĆ”hoz ĆŗjraindĆ­tĆ”s szüksĆ©ges. SzeretnĆ© ĆŗjraindĆ­tani az alkalmazĆ”st?", + "restart3": "ÚjraindĆ­tĆ”s", + "cancel": "MĆ©gse", "selectAndStartDebug": "Kattintson a profilozĆ”s leĆ”llĆ­tĆ”sĆ”hoz!" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index a03a32613a..a91a6e95fe 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "Ne jelenĆ­tse meg Ćŗjra", + "searchMarketplace": "KeresĆ©s a piactĆ©ren", + "showLanguagePackExtensions": "A piactĆ©ren talĆ”lható olyan kiegĆ©szĆ­tő, ami lefordĆ­tja a(z) '.{0}' VS Code-ot '{0}' nyelvre", + "dynamicWorkspaceRecommendation": "Ez a kiegĆ©szĆ­tő lehet, hogy Ć©rdekelni fogja, mert nĆ©pszerű a(z) {0} forrĆ”skódtĆ”r felhasznĆ”lói kƶrĆ©ben.", + "exeBasedRecommendation": "Ez a kiegĆ©szĆ­tő azĆ©rt ajĆ”nlott, mert a kƶvetkező telepĆ­tve van: {0}.", "fileBasedRecommendation": "Ez a kiegĆ©szĆ­tő a kƶzelmĆŗltban megnyitott fĆ”jlok alapjĆ”n ajĆ”nlott.", "workspaceRecommendation": "Ez a kiegĆ©szĆ­tő az aktuĆ”lis munkaterület felhasznĆ”lói Ć”ltal ajĆ”nlott.", - "exeBasedRecommendation": "Ez a kiegĆ©szĆ­tő azĆ©rt ajĆ”nlott, mert a kƶvetkező telepĆ­tve van: {0}.", "reallyRecommended2": "Ehhez a fĆ”jltĆ­pushoz a(z) '{0}' kiegĆ©szĆ­tő ajĆ”nlott.", "reallyRecommendedExtensionPack": "Ehhez a fĆ”jltĆ­pushoz a(z) '{0}' kiegĆ©szĆ­tőcsomag ajĆ”nlott.", "showRecommendations": "AjĆ”nlatok megjelenĆ­tĆ©se", "install": "TelepĆ­tĆ©s", - "neverShowAgain": "Ne jelenĆ­tse meg Ćŗjra", - "close": "BezĆ”rĆ”s", + "showLanguageExtensions": "A piactĆ©ren talĆ”lható olyan kiegĆ©szĆ­tő, ami segĆ­thet a(z) '.{0}' fĆ”jloknĆ”l", "workspaceRecommended": "A munkaterülethez vannak javasolt kiegĆ©szĆ­tők", "installAll": "Ɩsszes telepĆ­tĆ©se", "ignoreExtensionRecommendations": "Figyelmen kĆ­vül akarja hagyni az ƶsszes javasolt kiegĆ©szĆ­tőt?", "ignoreAll": "Igen, az ƶsszes figyelmen kĆ­vül hagyĆ”sa", - "no": "Nem", - "cancel": "MĆ©gse" + "no": "Nem" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 871b3dc27b..cf8038b8a4 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "KiegĆ©szĆ­tők kezelĆ©se", "galleryExtensionsCommands": "KiegĆ©szĆ­tők telepĆ­tĆ©se a galĆ©riĆ”ból", "extension": "KiegĆ©szĆ­tő", @@ -13,5 +15,6 @@ "developer": "Fejlesztői", "extensionsConfigurationTitle": "KiegĆ©szĆ­tők", "extensionsAutoUpdate": "KiegĆ©szĆ­tők automatikus frissĆ­tĆ©se", - "extensionsIgnoreRecommendations": "Ha az Ć©rtĆ©ke true, nem jelenik meg tƶbb kiegĆ©szĆ­tőajĆ”nlĆ”st tartalmazó Ć©rtesĆ­tĆ©s." + "extensionsIgnoreRecommendations": "Ha az Ć©rtĆ©ke true, nem jelenik meg tƶbb kiegĆ©szĆ­tőajĆ”nlĆ”st tartalmazó Ć©rtesĆ­tĆ©s.", + "extensionsShowRecommendationsOnlyOnDemand": "Ha az Ć©rtĆ©ke true, az ajĆ”nlatok csak akkor lesznek lekĆ©rve Ć©s megjelenĆ­tve, ha a felhasznĆ”ló konkrĆ©tan kĆ©ri őket." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index b3695897cf..6d63c2b8c2 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "KiegĆ©szĆ­tők mappĆ”jĆ”nak megnyitĆ”sa", "installVSIX": "TelepĆ­tĆ©s VSIX-ből...", "installFromVSIX": "TelepĆ­tĆ©s VSIX-ből", "installButton": "&&TelepĆ­tĆ©s", - "InstallVSIXAction.success": "A kiegĆ©szĆ­tő sikeresen fel lett telepĆ­tve. IndĆ­tsa Ćŗjra az engedĆ©lyezĆ©shez.", + "InstallVSIXAction.success": "A kiegĆ©szĆ­tő sikeresen fel lett telepĆ­tve. Tƶltse Ćŗjra az engedĆ©lyezĆ©shez!", "InstallVSIXAction.reloadNow": "ÚjratƶltĆ©s most" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index f71021aaf8..05c523e85e 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "Letiltja a tƶbbi billentyűkonfigurĆ”ciót ({0}) a billentyűparancsok kƶzƶtti konfliktusok megelőzĆ©se Ć©rdekĆ©ben?", "yes": "Igen", "no": "Nem", "betterMergeDisabled": "A Better Merge kiegĆ©szĆ­tő most mĆ”r be van Ć©pĆ­tve. A telepĆ­tett kiegĆ©szĆ­tő le lett tiltva Ć©s eltĆ”volĆ­tható.", - "uninstall": "EltĆ”volĆ­tĆ”s", - "later": "KĆ©sőbb" + "uninstall": "EltĆ”volĆ­tĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index 1002198259..be44805602 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "PiactĆ©r", "installedExtensions": "TelepĆ­tve", "searchInstalledExtensions": "TelepĆ­tve", "recommendedExtensions": "AjĆ”nlott", "otherRecommendedExtensions": "TovĆ”bbi ajĆ”nlatok", "workspaceRecommendedExtensions": "AjĆ”nlott a munkaterülethez", + "builtInExtensions": "BeĆ©pĆ­tett", "searchExtensions": "KiegĆ©szĆ­tők keresĆ©se a piactĆ©ren", "sort by installs": "RendezĆ©s a telepĆ­tĆ©sek szĆ”ma szerint", "sort by rating": "RendezĆ©s Ć©rtĆ©kelĆ©s szerint", "sort by name": "RendezĆ©s nĆ©v szerint", "suggestProxyError": "A piactĆ©r 'ECONNREFUSED' hibĆ”val tĆ©rt vissza. Ellenőrizze a 'http.proxy' beĆ”llĆ­tĆ”st!", "extensions": "KiegĆ©szĆ­tők", - "outdatedExtensions": "{0} elavult kiegĆ©szĆ­tő" + "outdatedExtensions": "{0} elavult kiegĆ©szĆ­tő", + "malicious warning": "EltĆ”volĆ­tottuk a(z) '{0}' kiegĆ©szĆ­tőt, mert jeleztĆ©k, hogy problĆ©mĆ”s.", + "reloadNow": "ÚjratƶltĆ©s most" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index fefe2e3170..54b5c72cf2 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "KiegĆ©szĆ­tők", "no extensions found": "KiegĆ©szĆ­tő nem talĆ”lható.", "suggestProxyError": "A piactĆ©r 'ECONNREFUSED' hibĆ”val tĆ©rt vissza. Ellenőrizze a 'http.proxy' beĆ”llĆ­tĆ”st!" diff --git a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index 43614d6d37..f77609e47d 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "IndulĆ”snĆ”l aktivĆ”lódott", - "workspaceContainsGlobActivation": "AzĆ©rt aktivĆ”lódott, mert a kƶvetkezőre illeszkedő fĆ”jl lĆ©tezik a munkaterületen: {0}", - "workspaceContainsFileActivation": "AzĆ©rt aktivĆ”lódott, mert {0} nevű fĆ”jl lĆ©tezik a munkaterületen", + "workspaceContainsGlobActivation": "AzĆ©rt aktivĆ”lódott, mert lĆ©tezik a kƶvetkezőre illeszkedő fĆ”jl a munkaterületen: {0}", + "workspaceContainsFileActivation": "AzĆ©rt aktivĆ”lódott, mert van {0} nevű fĆ”jl a munkaterületen ", "languageActivation": "AzĆ©rt aktivĆ”lódott, mert megnyitott egy {0} fĆ”jlt.", "workspaceGenericActivation": "A kƶvetkező miatt aktivĆ”lódott: {0}", "errors": "{0} kezeletlen hiba", diff --git a/i18n/hun/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/hun/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 4769b5168e..a93dcd0c19 100644 --- a/i18n/hun/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "KiegĆ©szĆ­tő telepĆ­tĆ©se VSIX-ből...", + "malicious": "JeleztĆ©k, hogy a kiegĆ©szĆ­tőt problĆ©mĆ”s.", + "installingMarketPlaceExtension": "KiegĆ©szĆ­tő telepĆ­tĆ©se a piactĆ©rről...", + "uninstallingExtension": "KiegĆ©szĆ­tő eltĆ”volĆ­tĆ”sa...", "enableDependeciesConfirmation": "A(z) '{0}' engedĆ©lyezĆ©sĆ©vel annak függősĆ©gei is engedĆ©lyezve lesznek. SzeretnĆ© folytatni?", "enable": "Igen", "doNotEnable": "Nem", diff --git a/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..51c15f0b55 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Munkaterület", + "feedbackVisibility": "MeghatĆ”rozza az Ć”llapotsoron megjelenő, visszajelzĆ©s tweetelĆ©se (mosoly) gomb lĆ”thatósĆ”gĆ”t." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index d2b7c3c88f..50c9101ada 100644 --- a/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "VisszajelzĆ©s tweetelĆ©se", "label.sendASmile": "Küldje el nekünk egy tweetben a visszajelzĆ©sĆ©t!", "patchedVersion1": "A telepĆ­tĆ©s hibĆ”s.", @@ -16,6 +18,7 @@ "request a missing feature": "HiĆ”nyzó funkció kĆ©rĆ©se", "tell us why?": "Mondja el, hogy miĆ©rt", "commentsHeader": "VisszajelzĆ©s", + "showFeedback": "VisszajelzĆ©sre szolgĆ”ló mosoly gomb megjelenĆ­tĆ©se az Ć”llapotsoron", "tweet": "Tweer", "character left": "karakter maradt", "characters left": "karakter maradt", diff --git a/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..2767975663 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "ElrejtĆ©s" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index b0c0567e17..0c13e4258b 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "BinĆ”ris megjelenĆ­tő" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index d37f4ed877..e806b3281d 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "SzƶvegfĆ”jlszerkesztő", "createFile": "FĆ”jl lĆ©trehozĆ”sa", "fileEditorWithInputAriaLabel": "{0}. SzƶvegfĆ”jlszerkesztő.", diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index f5098b1e4b..848e83b147 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index d032a29e68..5d56d4ed9f 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.i18n.json index 8939354270..cfa72f5166 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index dd9057b1fa..6c4ed76d18 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index a6c7fe4eae..660ef7ec4a 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 0bb33fdc62..74ba241a2b 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 30d6d30914..dc62790266 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index e8e887279e..a5a1b2e1a0 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index d501551241..0848af0d8e 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index e00a7141ec..410fd54454 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 4a7e281205..ac79c62300 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 41a3029037..a224fdfeef 100644 --- a/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/hun/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index 757e243c9a..b11250108c 100644 --- a/i18n/hun/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 nem mentett fĆ”jl", "dirtyFiles": "{0} nem mentett fĆ”jl" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/hun/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index 30e3c5f45b..72d18e2d95 100644 --- a/i18n/hun/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (tƶrƶlve a lemezről)" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index f5098b1e4b..7542946847 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "MappĆ”k" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index d032a29e68..6a52293b7b 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "FĆ”jl", "revealInSideBar": "MegjelenĆ­tĆ©s az oldalsĆ”von", "acceptLocalChanges": "A lemezen lĆ©vő tartalom felülĆ­rĆ”sa a sajĆ”t módosĆ­tĆ”sokkal", - "revertLocalChanges": "SajĆ”t módosĆ­tĆ”sok elvetĆ©se Ć©s a lemezen lĆ©vő tartalom visszaĆ”llĆ­tĆ”sa" + "revertLocalChanges": "SajĆ”t módosĆ­tĆ”sok elvetĆ©se Ć©s a lemezen lĆ©vő tartalom visszaĆ”llĆ­tĆ”sa", + "copyPathOfActive": "AktĆ­v fĆ”jl elĆ©rĆ©si ĆŗtjĆ”nak mĆ”solĆ”sa", + "saveAllInGroup": "Ɩsszes mentĆ©se a csoportban", + "saveFiles": "Ɩsszes fĆ”jl mentĆ©se", + "revert": "FĆ”jl visszaĆ”llĆ­tĆ”sa", + "compareActiveWithSaved": "AktĆ­v fĆ”jl ƶsszehasonlĆ­tĆ”sa a mentett vĆ”ltozattal", + "closeEditor": "Szerkesztőablak bezĆ”rĆ”sa", + "view": "NĆ©zet", + "openToSide": "MegnyitĆ”s oldalt", + "revealInWindows": "MegjelenĆ­tĆ©s a fĆ”jlkezelőben", + "revealInMac": "MegjelenĆ­tĆ©s a Finderben", + "openContainer": "Tartalmazó mappa megnyitĆ”sa", + "copyPath": "ElĆ©rĆ©si Ćŗt mĆ”solĆ”sa", + "saveAll": "Ɩsszes mentĆ©se", + "compareWithSaved": "ƖsszehasonlĆ­tĆ”s a mentett vĆ”ltozattal", + "compareWithSelected": "ƖsszehasonlĆ­tĆ”s a kivĆ”lasztottal", + "compareSource": "KijelƶlĆ©s ƶsszehasonlĆ­tĆ”shoz", + "compareSelected": "KivĆ”lasztottak ƶsszehasonlĆ­tĆ”sa", + "close": "BezĆ”rĆ”s", + "closeOthers": "Tƶbbi bezĆ”rĆ”sa", + "closeSaved": "Mentettek bezĆ”rĆ”sa", + "closeAll": "Ɩsszes bezĆ”rĆ”sa", + "deleteFile": "VĆ©gleges tƶrlĆ©s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 559fe056a7..72867c8d4a 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "ÚjrapróbĆ”lkozĆ”s", - "rename": "ƁtnevezĆ©s", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Új fĆ”jl", "newFolder": "Új mappa", - "openFolderFirst": "MappĆ”k vagy fĆ”jlok lĆ©trehozĆ”sĆ”hoz előszƶr nyisson meg egy mappĆ”t!", + "rename": "ƁtnevezĆ©s", + "delete": "TƶrlĆ©s", + "copyFile": "MĆ”solĆ”s", + "pasteFile": "BeillesztĆ©s", + "retry": "ÚjrapróbĆ”lkozĆ”s", "newUntitledFile": "Új, nĆ©vtelen fĆ”jl", "createNewFile": "Új fĆ”jl", "createNewFolder": "Új mappa", "deleteButtonLabelRecycleBin": "ƁthelyezĆ©s a lo&&mtĆ”rba", "deleteButtonLabelTrash": "ƁthelyezĆ©s a &&kukĆ”ba", "deleteButtonLabel": "&&TƶrlĆ©s", + "dirtyMessageFilesDelete": "Olyan fĆ”jlokat kĆ©szül tƶrƶlni, amelyek nem mentett vĆ”ltoztatĆ”sokat tartalmaznak. Folytatja?", "dirtyMessageFolderOneDelete": "Tƶrƶlni kĆ©szül egy olyan mappĆ”t, melyben egy nem mentett vĆ”ltoztatĆ”sokat tartalmazó fĆ”jl van. Folytatja?", "dirtyMessageFolderDelete": "Tƶrƶlni kĆ©szül egy olyan mappĆ”t, melyben {0} nem mentett vĆ”ltoztatĆ”sokat tartalmazó fĆ”jl van. Folytatja?", "dirtyMessageFileDelete": "Tƶrƶlni kĆ©szül egy olyan fĆ”jlt, amely nem mentett vĆ”ltoztatĆ”sokat tartalmaz. Folytatja?", "dirtyWarning": "A módosĆ­tĆ”sok elvesznek, ha nem menti őket.", + "confirmMoveTrashMessageMultiple": "Tƶrli a kƶvetkező {0} fĆ”jlt?", "confirmMoveTrashMessageFolder": "Tƶrli a(z) '{0}' nevű mappĆ”t Ć©s a teljes tartalmĆ”t?", "confirmMoveTrashMessageFile": "Tƶrli a(z) '{0}' nevű fĆ”jlt?", "undoBin": "HelyreĆ”llĆ­thatja a lomtĆ”rból.", "undoTrash": "HelyreĆ”llĆ­thatja a kukĆ”ból.", "doNotAskAgain": "Ne kĆ©rdezze meg Ćŗjra", - "confirmDeleteMessageFolder": "Tƶrli a(z) {0} mappĆ”t Ć©s a teljes tartalmĆ”t?", - "confirmDeleteMessageFile": "VĆ©glegesen tƶrli a kƶvetkezőt: {0}?", + "confirmDeleteMessageMultiple": "VĆ©glegesen tƶrli a kƶvetkező {0} fĆ”jlt?", + "confirmDeleteMessageFolder": "Tƶrli a(z) '{0}' nevű mappĆ”t Ć©s annak teljes tartalmĆ”t? ", + "confirmDeleteMessageFile": "VĆ©glegesen tƶrli a(z) '{0}' nevű fĆ”jlt?", "irreversible": "A művelet nem vonható vissza!", + "cancel": "MĆ©gse", "permDelete": "VĆ©gleges tƶrlĆ©s", - "delete": "TƶrlĆ©s", "importFiles": "FĆ”jlok importĆ”lĆ”sa", "confirmOverwrite": "A cĆ©lmappĆ”ban mĆ”r van ilyen nevű mappa vagy fĆ”jl. Le szeretnĆ© cserĆ©lni?", "replaceButtonLabel": "&&Csere", - "copyFile": "MĆ”solĆ”s", - "pasteFile": "BeillesztĆ©s", + "fileIsAncestor": "A beillesztendő fĆ”jl a cĆ©lmappa szülője", + "fileDeleted": "A beillesztendő fĆ”jl időkƶzben tƶrƶlve lett vagy Ć”t lett helyezve", "duplicateFile": "DuplikĆ”lĆ”s", - "openToSide": "MegnyitĆ”s oldalt", - "compareSource": "KijelƶlĆ©s ƶsszehasonlĆ­tĆ”shoz", "globalCompareFile": "AktĆ­v fĆ”jl ƶsszehasonlĆ­tĆ”sa...", "openFileToCompare": "FĆ”jlok ƶsszehasonlĆ­tĆ”sĆ”hoz elősszƶr nyisson meg egy fĆ”jlt.", - "compareWith": "'{0}' ƶsszehasonlĆ­tĆ”sa a kƶvetkezővel: '{1}'", - "compareFiles": "FĆ”jlok ƶsszehasonlĆ­tĆ”sa", "refresh": "FrissĆ­tĆ©s", - "save": "MentĆ©s", - "saveAs": "MentĆ©s mĆ”skĆ©nt...", - "saveAll": "Ɩsszes mentĆ©se", "saveAllInGroup": "Ɩsszes mentĆ©se a csoportban", - "saveFiles": "Ɩsszes fĆ”jl mentĆ©se", - "revert": "FĆ”jl visszaĆ”llĆ­tĆ”sa", "focusOpenEditors": "VĆ”ltĆ”s a megnyitott szerkesztőablakok nĆ©zetre", "focusFilesExplorer": "VĆ”ltĆ”s a fĆ”jlkezelőre", "showInExplorer": "AktĆ­v fĆ”jl megjelenĆ­tĆ©se az oldalsĆ”von", @@ -56,20 +54,11 @@ "refreshExplorer": "FĆ”jlkezelő frissĆ­tĆ©se", "openFileInNewWindow": "AktĆ­v fĆ”jl megnyitĆ”sa Ćŗj ablakban", "openFileToShowInNewWindow": "FĆ”jl Ćŗj ablakban tƶrtĆ©nő megnyitĆ”sĆ”hoz előszƶr nyisson meg egy fĆ”jlt", - "revealInWindows": "MegjelenĆ­tĆ©s a fĆ”jlkezelőben", - "revealInMac": "MegjelenĆ­tĆ©s a Finderben", - "openContainer": "Tartalmazó mappa megnyitĆ”sa", - "revealActiveFileInWindows": "AktĆ­v fĆ”jl megjelenĆ­tĆ©se a Windows IntĆ©zőben", - "revealActiveFileInMac": "AktĆ­v fĆ”jl megjelenĆ­tĆ©se a Finderben", - "openActiveFileContainer": "AktĆ­v fĆ”jlt tartalmazó mappa megnyitĆ”sa", "copyPath": "ElĆ©rĆ©si Ćŗt mĆ”solĆ”sa", - "copyPathOfActive": "AktĆ­v fĆ”jl elĆ©rĆ©si ĆŗtjĆ”nak mĆ”solĆ”sa", "emptyFileNameError": "Meg kell adni egy fĆ”jl vagy mappa nevĆ©t.", "fileNameExistsError": "MĆ”r lĆ©tezik **{0}** nevű fĆ”jl vagy mappa ezen a helyszĆ­nen. Adjon meg egy mĆ”sik nevet!", "invalidFileNameError": "A(z) **{0}** nĆ©v nem Ć©rvĆ©nyes fĆ”jl- vagy mappanĆ©v. Adjon meg egy mĆ”sik nevet!", "filePathTooLongError": "A(z) **{0}** nĆ©v egy olyan elĆ©rĆ©si utat eredmĆ©nyez, ami tĆŗl hosszĆŗ. Adjon meg egy mĆ”sik nevet!", - "compareWithSaved": "AktĆ­v fĆ”jl ƶsszehasonlĆ­tĆ”sa a mentett vĆ”ltozattal", - "modifiedLabel": "{0} (a lemezen) ↔ {1}", "compareWithClipboard": "AktĆ­v fĆ”jl ƶsszehasonlĆ­tĆ”sa a vĆ”gólap tartalmĆ”val", "clipboardComparisonLabel": "VĆ”gólap ↔ {0}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index dd9057b1fa..254deaba25 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "FĆ”jlok elĆ©rĆ©si ĆŗtjĆ”nak mĆ”solĆ”sĆ”hoz elősszƶr nyisson meg egy fĆ”jlt", - "openFileToReveal": "FĆ”jlok felfedĆ©sĆ©hez elősszƶr nyisson meg egy fĆ”jlt" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "MegjelenĆ­tĆ©s a fĆ”jlkezelőben", + "revealInMac": "MegjelenĆ­tĆ©s a Finderben", + "openContainer": "Tartalmazó mappa megnyitĆ”sa", + "saveAs": "MentĆ©s mĆ”skĆ©nt...", + "save": "MentĆ©s", + "saveAll": "Ɩsszes mentĆ©se", + "removeFolderFromWorkspace": "Mappa eltĆ”volĆ­tĆ”sa a munkaterületről", + "genericRevertError": "Nem sikerült a(z) '{0}' visszaĆ”llĆ­tĆ”sa: {1}", + "modifiedLabel": "{0} (a lemezen) ↔ {1}", + "openFileToReveal": "FĆ”jlok felfedĆ©sĆ©hez elősszƶr nyisson meg egy fĆ”jlt", + "openFileToCopy": "FĆ”jlok elĆ©rĆ©si ĆŗtjĆ”nak mĆ”solĆ”sĆ”hoz elősszƶr nyisson meg egy fĆ”jlt" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 22341f239a..29943643be 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "FĆ”jlkezelő megjelenĆ­tĆ©se", "explore": "FĆ”jlkezelő", "view": "NĆ©zet", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "Szerkesztőablak", "formatOnSave": "FĆ”jlok formĆ”zĆ”sa mentĆ©skor. Az adott nyelvhez rendelkezĆ©sre kell Ć”llni formĆ”zónak, nem lehet beĆ”llĆ­tva automatikus mentĆ©s, Ć©s a szerkesztő nem Ć”llhat Ć©ppen lefelĆ©.", "explorerConfigurationTitle": "FĆ”jlkezelő", - "openEditorsVisible": "A megnyitott szerkesztőablakok panelen megjelenĆ­tett szerkesztőablakok szĆ”ma. ƁllĆ­tsa 0-ra, ha el szeretnĆ© rejteni a panelt.", - "dynamicHeight": "MeghatĆ”rozza, hogy a megnyitott szerkesztőablakok szakasz magassĆ”ga automatikusan illeszkedjen a megnyitott elemek szĆ”mĆ”hoz vagy sem.", + "openEditorsVisible": "A megnyitott szerkesztőablakok panelen megjelenĆ­tett szerkesztőablakok szĆ”ma.", "autoReveal": "MeghatĆ”rozza, hogy a fĆ”jlkezelőben automatikusan fel legyenek fedve Ć©s ki legyenek jelƶlve a fĆ”jlok, amikor megnyitjĆ”k őket.", "enableDragAndDrop": "MeghatĆ”rozza, hogy a fĆ”jlkezelőben Ć”thelyezhetők-e a fĆ”jlok Ć©s mappĆ”k hĆŗzĆ”ssal.", "confirmDragAndDrop": "MeghatĆ”rozza, hogy a fĆ”jlkezelő kĆ©rjen-e megerősĆ­tĆ©st fĆ”jlok Ć©s mappĆ”k hĆŗzĆ”ssal tƶrtĆ©nő Ć”thelyezĆ©se esetĆ©n.", diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 0bb33fdc62..78cd2d9c47 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "HasznĆ”lja a jobbra lĆ©vő szerkesztői eszkƶztĆ”ron talĆ”lható műveleteket a sajĆ”t módosĆ­tĆ”sok **visszavonĆ”sĆ”ra** vagy **Ć­rja felül** a lemezen lĆ©vő tartalmat a vĆ”ltoztatĆ”sokkal", - "discard": "ElvetĆ©s", - "overwrite": "FelülĆ­rĆ”s", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "HasznĆ”lja a szerkesztői eszkƶztĆ”ron talĆ”lható műveleteket a helyi vĆ”ltoztatĆ”sok visszavonĆ”sĆ”ra vagy Ć­rja felül a lemezen lĆ©vő tartalmat a vĆ”ltoztatĆ”sokkal", + "staleSaveError": "Nem sikerült menteni a(z) '{0}' fĆ”jlt: a lemezen lĆ©vő tartalom Ćŗjabb. HasonlĆ­tsa ƶssze a helyi Ć©s a lemezen lĆ©vő vĆ”ltozatot!", "retry": "ÚjrapróbĆ”lkozĆ”s", - "readonlySaveError": "Nem sikerült menteni a(z) '{0}' fĆ”jlt: a fĆ”jl Ć­rĆ”svĆ©dett. VĆ”lassza a 'FelülĆ­rĆ”s' lehetősĆ©get a vĆ©delem eltĆ”volĆ­tĆ”sĆ”hoz.", + "discard": "ElvetĆ©s", + "readonlySaveErrorAdmin": "Nem sikerült menteni a(z) '{0}' fĆ”jlt: a fĆ”jl Ć­rĆ”svĆ©dett. VĆ”lassza a 'FelülĆ­rĆ”s rendszergazdakĆ©nt' lehetősĆ©get a vĆ©delem eltĆ”volĆ­tĆ”sĆ”hoz!", + "readonlySaveError": "Nem sikerült menteni a(z) '{0}' fĆ”jlt: a fĆ”jl Ć­rĆ”svĆ©dett. VĆ”lassza a 'FelülĆ­rĆ”s' lehetősĆ©get a vĆ©delem eltĆ”volĆ­tĆ”sĆ”nak megkĆ­sĆ©rlĆ©sĆ©hez!", + "permissionDeniedSaveError": "Nem sikerült menteni a(z) '{0}' fĆ”jlt: nincs megfelelő jogosultsĆ”g. VĆ”lassza az 'ÚjrapróbĆ”lkozĆ”s rendszergazdakĆ©nt' lehetősĆ©get az ĆŗjrapróbĆ”lkozĆ”shoz adminisztrĆ”torkĆ©nt!", "genericSaveError": "Hiba a(z) '{0}' mentĆ©se kƶzben: {1}", - "staleSaveError": "Nem sikerült menteni a(z) '{0}' fĆ”jlt: a lemezen lĆ©vő tartalom Ćŗjabb. Kattintson az **ƖsszehasonlĆ­tĆ”s*** gombra a helyi Ć©s a lemezen lĆ©vő vĆ”ltozat ƶsszehasonlĆ­tĆ”sĆ”hoz.", + "learnMore": "TovĆ”bbi informĆ”ció", + "dontShowAgain": "Ne jelenĆ­tse meg Ćŗjra", "compareChanges": "ƖsszehasonlĆ­tĆ”s", - "saveConflictDiffLabel": "{0} (a lemezen) ↔ {1} ({2}) – MentĆ©si konfliktus feloldĆ”sa" + "saveConflictDiffLabel": "{0} (a lemezen) ↔ {1} ({2}) – MentĆ©si konfliktus feloldĆ”sa", + "overwriteElevated": "FelülĆ­rĆ”s rendszergazdakĆ©nt...", + "saveElevated": "ÚjrapróbĆ”lkozĆ”s rendszergazdakĆ©nt...", + "overwrite": "FelülĆ­rĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index 30d6d30914..aad033e371 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Nincs mappa megnyitva", "explorerSection": "FĆ”jlkezelő szakasz", "noWorkspaceHelp": "MĆ©g nem adott mappĆ”t a munkaterülethez.", diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index e8e887279e..87f588a069 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "FĆ”jlkezelő", - "canNotResolve": "Nem sikerült feloldani a munkaterület-mappĆ”t" + "canNotResolve": "Nem sikerült feloldani a munkaterület-mappĆ”t", + "symbolicLlink": "Szimbolikus hivatkozĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index d501551241..b2610ffd7f 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "FĆ”jlkezelő szakasz", "treeAriaLabel": "FĆ”jlkezelő" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index e00a7141ec..66e3d4f231 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "Adja meg a fĆ”jl nevĆ©t. Nyomjon 'Enter'-t a megerősĆ­tĆ©shez vagy 'Escape'-et a megszakĆ­tĆ”shoz.", + "constructedPath": "{0} lĆ©trehozĆ”sa a kƶvetkező helyen: **{1}**", "filesExplorerViewerAriaLabel": "{0}, FĆ”jlkezelő", "dropFolders": "SzeretnĆ© hozzĆ”adni a mappĆ”kat a munkaterülethez?", "dropFolder": "SzeretnĆ© hozzĆ”adni a mappĆ”t a munkaterülethez?", "addFolders": "MappĆ”k hozzĆ”&&adĆ”sa", "addFolder": "Mappa hozzĆ”&&adĆ”sa", - "confirmMove": "Biztosan Ć”t szeretnĆ© helyezni a kƶvetkezőt: '{0}'?", + "confirmMultiMove": "Ɓt szeretnĆ© helyezni a kƶvetkező {0} fĆ”jlt?", + "confirmMove": "Ɓt szeretnĆ© helyezni a(z) '{0}' nevű fĆ”jlt?", "doNotAskAgain": "Ne kĆ©rdezze meg Ćŗjra", "moveButtonLabel": "&&ƁthelyezĆ©s", "confirmOverwriteMessage": "A cĆ©lmappĆ”ban mĆ”r lĆ©tezik '{0}' nevű elem. Le szeretnĆ© cserĆ©lni?", diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index 99cf9cb13e..c43a6bfc38 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "Megnyitott szerkesztőablakok", "openEditosrSection": "Megnyitott szerkesztőablakok szakasz", - "dirtyCounter": "{0} nincs mentve", - "saveAll": "Ɩsszes mentĆ©se", - "closeAllUnmodified": "Nem módosultak bezĆ”rĆ”sa", - "closeAll": "Ɩsszes bezĆ”rĆ”sa", - "compareWithSaved": "ƖsszehasonlĆ­tĆ”s a mentett vĆ”ltozattal", - "close": "BezĆ”rĆ”s", - "closeOthers": "Tƶbbi bezĆ”rĆ”sa" + "dirtyCounter": "{0} nincs mentve" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 41a3029037..a224fdfeef 100644 --- a/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index a79cfdf1bc..a5ebcf3964 100644 --- a/i18n/hun/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "HTML-előnĆ©zet", - "devtools.webview": "Fejlesztői: Webview-eszkƶzƶk" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "HTML-előnĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/hun/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index e0ec7953f3..9a5c38f123 100644 --- a/i18n/hun/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "ƉrvĆ©nytelen bemenet a szerkesztőablakból." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..ee87a7558e --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "Fejlesztői" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/hun/src/vs/workbench/parts/html/browser/webview.i18n.json index 2f238385c1..46001f7983 100644 --- a/i18n/hun/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/hun/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..028c8ee916 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "VĆ”ltĆ”s a keresőmodulra", + "openToolsLabel": "Webview-fejlesztőeszkƶzƶk megnyitĆ”sa", + "refreshWebviewLabel": "Webview-k ĆŗjratƶltĆ©se" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..c5c9b1ee12 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "A felhasznĆ”lói felületen hasznĆ”lt nyelv.", + "vscode.extension.contributes.localizations": "LokalizĆ”ciókat szolgĆ”ltat a szerkesztőhƶz", + "vscode.extension.contributes.localizations.languageId": "Annak a nyelvnek az azonosĆ­tója, amelyre a megjelenĆ­tett szƶvegek fordĆ­tva vannak.", + "vscode.extension.contributes.localizations.languageName": "A nyelv neve angolul.", + "vscode.extension.contributes.localizations.languageNameLocalized": "A nyelv neve a szolgĆ”ltatott nyelven.", + "vscode.extension.contributes.localizations.translations": "A nyelvhez rendelt fordĆ­tĆ”sok listĆ”ja.", + "vscode.extension.contributes.localizations.translations.id": "AzonosĆ­tó, ami a VS Code-ra vagy arra a kiegĆ©szĆ­tőre hivatkozik, amihez a fordĆ­tĆ”s szolgĆ”ltatva van. A VS Code azonosĆ­tója mindig `vscode`, kiegĆ©szĆ­tők esetĆ©n pedig a `publisherId.extensionName` formĆ”tumban kell megadni.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Az id Ć©rtĆ©ke VS Code fordĆ­tĆ”sa esetĆ©ben `vscode`, egy kiegĆ©szĆ­tő esetĆ©ben pedig `publisherId.extensionName` formĆ”tumĆŗ lehet.", + "vscode.extension.contributes.localizations.translations.path": "A nyelvhez tartozó fordĆ­tĆ”sokat tartalmazó fĆ”jl relatĆ­v elĆ©rĆ©si Ćŗtja." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/hun/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..daf1b06121 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "Nyelv beĆ”llĆ­tĆ”sa", + "displayLanguage": "MeghatĆ”rozza a VSCode felületĆ©nek nyelvĆ©t.", + "doc": "Az elĆ©rhető nyelvek listĆ”ja a kƶvetkező cĆ­men tekinthető meg: {0}", + "restart": "Az Ć©rtĆ©k módosĆ­tĆ”sa utĆ”n Ćŗjra kell indĆ­tani a VSCode-ot.", + "fail.createSettings": "Nem sikerült a(z) '{0}' lĆ©trehozĆ”s ({1})." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..77936c8a11 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Napló (elsődleges)", + "sharedLog": "Napló (megosztott)", + "rendererLog": "Napló (ablak)", + "extensionsLog": "Napló (kiegĆ©szĆ­tő gazdafolyamata)", + "developer": "Fejlesztői" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/hun/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..02ad92b621 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "Naplómappa megnyitĆ”sa", + "showLogs": "Naplók megjelenĆ­tĆ©se...", + "rendererProcess": "Ablak ({0})", + "emptyWindow": "Ablak", + "extensionHost": "KiegĆ©szĆ­tő gazdafolyamata", + "sharedProcess": "Megosztott", + "mainProcess": "Elsődleges", + "selectProcess": "VĆ”lasszon folyamatnaplót!", + "openLogFile": "NaplófĆ”jl megnyitĆ”sa...", + "setLogLevel": "NaplózĆ”si szint beĆ”llĆ­tĆ”sa...", + "trace": "NyomkƶvetĆ©s", + "debug": "HibakeresĆ©s", + "info": "InformĆ”ció", + "warn": "FigyelmeztetĆ©s", + "err": "Hiba", + "critical": "Kritikus", + "off": "Kikapcsolva", + "selectLogLevel": "NaplózĆ”si szint beĆ”llĆ­tĆ”sa", + "default and current": "AlapĆ©rtelmezett & jelenlegi", + "default": "AlapĆ©rtelmezett", + "current": "AktuĆ”lis" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/hun/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index c9127f9169..a911e1d0c7 100644 --- a/i18n/hun/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "ProblĆ©mĆ”k", "tooltip.1": "A fĆ”jlban 1 problĆ©ma talĆ”lható", "tooltip.N": "A fĆ”jlban {0} problĆ©ma talĆ”lható", diff --git a/i18n/hun/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/hun/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 44e82c9a64..b0234e4ca0 100644 --- a/i18n/hun/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Ɩsszesen {0} problĆ©ma", "filteredProblems": "{0} problĆ©ma megjelenĆ­tve (ƶsszesen: {1})" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/hun/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..b0234e4ca0 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Ɩsszesen {0} problĆ©ma", + "filteredProblems": "{0} problĆ©ma megjelenĆ­tve (ƶsszesen: {1})" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/hun/src/vs/workbench/parts/markers/common/messages.i18n.json index 1ecd95e356..8a623c39bb 100644 --- a/i18n/hun/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "NĆ©zet", - "problems.view.toggle.label": "ProblĆ©mĆ”k be- Ć©s kikapcsolĆ”sa", - "problems.view.focus.label": "VĆ”ltĆ”s a problĆ©mĆ”kra", + "problems.view.toggle.label": "ProblĆ©mĆ”k be- Ć©s kikapcsolĆ”sa (hiba, figyelmeztetĆ©s, informĆ”ció)", + "problems.view.focus.label": "VĆ”ltĆ”s a problĆ©mĆ”kra (hiba, figyelmeztetĆ©s, informĆ”ció)", "problems.panel.configuration.title": "ProblĆ©mĆ”k-nĆ©zet", "problems.panel.configuration.autoreveal": "MeghatĆ”rozza, hogy a problĆ©mĆ”k nĆ©zet automatikusan felfedje-e a fĆ”jlokat, amikor megnyitja őket.", "markers.panel.title.problems": "ProblĆ©mĆ”k", diff --git a/i18n/hun/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/hun/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 9023227fb6..cd18154a80 100644 --- a/i18n/hun/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "MĆ”solĆ”s", "copyMarkerMessage": "Üzenet mĆ”solĆ”sa" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index bd0a0d1969..672b101ba7 100644 --- a/i18n/hun/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index 06381af2f6..fa11cff1e5 100644 --- a/i18n/hun/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/hun/src/vs/workbench/parts/output/browser/outputActions.i18n.json index fb409d189e..7f027f2e3e 100644 --- a/i18n/hun/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "Kimenet be- Ć©s kikapcsolĆ”sa", "clearOutput": "Kimenet tƶrlĆ©se", "toggleOutputScrollLock": "Kimenet gƶrgetĆ©si zĆ”rĆ”nak be- Ć©s kikapcsolĆ”sa", diff --git a/i18n/hun/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/hun/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index b910266898..28868ab738 100644 --- a/i18n/hun/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, kimenetpanel", "outputPanelAriaLabel": "Kimenetpanel" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/hun/src/vs/workbench/parts/output/common/output.i18n.json index 6d78e77e5e..e45a4e9aa3 100644 --- a/i18n/hun/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..6945a11eaa --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "Kimenet", + "logViewer": "NaplófĆ”jl-megjelenĆ­tő", + "viewCategory": "NĆ©zet", + "clearOutput.label": "Kimenet tƶrlĆ©se" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/hun/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..ea9ec381e3 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} – Kimenet", + "channel": "A(z) '{0}' kimeneti csatornĆ”ja" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index bf91ad5e3b..05846e35e7 100644 --- a/i18n/hun/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/hun/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index bf91ad5e3b..cb07f13254 100644 --- a/i18n/hun/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "Profil sikeresen elkĆ©szĆ­tve.", "prof.detail": "KĆ©szĆ­tsen egy hibajelentĆ©st, Ć©s manuĆ”lisan csatolja a kƶvetkező fĆ”jlokat:\n{0}", "prof.restartAndFileIssue": "HibajelentĆ©s lĆ©trehozĆ”sa Ć©s ĆŗjraindĆ­tĆ”s", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 6e07a23b38..40f01e9cbd 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "Üsse le a kĆ­vĆ”nt billentyűkombinĆ”ciót, majd nyomja meg az ENTER-t.", "defineKeybinding.chordsTo": "kombinĆ”ció a kƶvetkezőhƶz:" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index 5f23e1e85a..994e662994 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "Billentyűparancsok", "SearchKeybindings.AriaLabel": "Billentyűparancsok keresĆ©se", "SearchKeybindings.Placeholder": "Billentyűparancsok keresĆ©se", @@ -15,9 +17,10 @@ "addLabel": "Billentyűparancs hozzĆ”adĆ”sa", "removeLabel": "Billentyűparancs eltĆ”volĆ­tĆ”sa", "resetLabel": "Billentyűparancs visszaĆ”llĆ­tĆ”sa", - "showConflictsLabel": "Konfliktusok megjelenĆ­tĆ©se", + "showSameKeybindings": "Egyező billentyűparancsok megjelenĆ­tĆ©se", "copyLabel": "MĆ”solĆ”s", - "error": "'{0}' hiba a billentyűparancsok szerkesztĆ©se kƶzben. Nyissa meg a 'keybindings.json' fĆ”jlt, Ć©s ellenőrizze!", + "copyCommandLabel": "Parancs mĆ”solĆ”sa", + "error": "'{0}' hiba a billentyűparancsok szerkesztĆ©se kƶzben. Nyissa meg a 'keybindings.json' fĆ”jlt, Ć©s keresse meg a hibĆ”kat!", "command": "Parancs", "keybinding": "Billentyűparancs", "source": "ForrĆ”s", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index bce5ff4142..28dce51a6d 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "Billentyűparancs megadĆ”sa", "defineKeybinding.kbLayoutErrorMessage": "A jelenlegi billentyűkiosztĆ”ssal nem hasznĆ”lható ez a billentyűkombinĆ”ció.", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}** a jelenlegi billentyűkiosztĆ”ssal (**{1}** az alapĆ©rtelmezett amerikaival.", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index b2ceafc386..f359fb9f18 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index daaa364158..6648b46170 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "Nyers alapĆ©rtelmezett beĆ”llĆ­tĆ”sok megnyitĆ”sa", "openGlobalSettings": "FelhasznĆ”lói beĆ”llĆ­tĆ”sok megnyitĆ”sa", "openGlobalKeybindings": "Billentyűparancsok megnyitĆ”sa", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 9b9670df23..fbded0ae9a 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "AlapĆ©rtelmezett beĆ”llĆ­tĆ”sok", "SearchSettingsWidget.AriaLabel": "BeĆ”llĆ­tĆ”sok keresĆ©se", "SearchSettingsWidget.Placeholder": "BeĆ”llĆ­tĆ”sok keresĆ©se", "noSettingsFound": "Nincs eredmĆ©ny", - "oneSettingFound": "1 illeszkedő beĆ”llĆ­tĆ”s", - "settingsFound": "{0} illeszkedő beĆ”llĆ­tĆ”s", + "oneSettingFound": "1 egyező beĆ”llĆ­tĆ”s", + "settingsFound": "{0} egyező beĆ”llĆ­tĆ”s", "totalSettingsMessage": "Ɩsszesen {0} beĆ”llĆ­tĆ”s", + "nlpResult": "TermĆ©szetes nyelvi keresĆ©s eredmĆ©nyei", + "filterResult": "Szűrt talĆ”latok", "defaultSettings": "AlapĆ©rtelmezett beĆ”llĆ­tĆ”sok", "defaultFolderSettings": "AlapĆ©rtelmezett mappabeĆ”llĆ­tĆ”sok", "defaultEditorReadonly": "A jobb oldalon lĆ©vő szerkesztőablak tartalmĆ”nak módosĆ­tĆ”sĆ”val Ć­rhatja felül az alapĆ©rtelmezett beĆ”llĆ­tĆ”sokat.", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index cc4a2d305d..c7095560ef 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Az ebben a fĆ”jlban elhelyezett beĆ”llĆ­tĆ”sok felülĆ­rjĆ”k az alapĆ©rtelmezett beĆ”llĆ­tĆ”sokat.", "emptyWorkspaceSettingsHeader": "Az ebben a fĆ”jlban elhelyezett beĆ”llĆ­tĆ”sok felülĆ­rjĆ”k a felhasznĆ”lói beĆ”llĆ­tĆ”sokat.", "emptyFolderSettingsHeader": "Az ebben a fĆ”jlban elhelyezett beĆ”llĆ­tĆ”sok felülĆ­rjĆ”k a munkaterületre vonatkozó beĆ”llĆ­tĆ”sokat.", + "reportSettingsSearchIssue": "ProblĆ©ma jelentĆ©se", + "newExtensionLabel": "\"{0}\" kiegĆ©szĆ­tő megjelenĆ­tĆ©se", "editTtile": "SzerkesztĆ©s", "replaceDefaultValue": "Csere a beĆ”llĆ­tĆ”sokban", "copyDefaultValue": "MĆ”solĆ”s a beĆ”llĆ­tĆ”sokba", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index c3a4b61290..504ee9ca51 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Munkaterületspecifikus beĆ”llĆ­tĆ”sok lĆ©trehozĆ”sĆ”hoz nyisson meg egy mappĆ”t", "emptyKeybindingsHeader": "Az ebben a fĆ”jlban elhelyezett billentyűparancsok felülĆ­rjĆ”k az alapĆ©rtelmezett beĆ”llĆ­tĆ”sokat", "defaultKeybindings": "AlapĆ©rtelmezett billentyűparancsok", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index ef9a96afe7..4d471788bf 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "PróbĆ”lja ki a termĆ©szetes nyelvi keresĆ©st!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "A jobb oldalon lĆ©vő szerkesztőablakban elhelyezett beĆ”llĆ­tĆ”sok felülĆ­rjĆ”k az alapĆ©rtelmezett beĆ”llĆ­tĆ”sokat.", "noSettingsFound": "BeĆ”llĆ­tĆ”s nem talĆ”lható.", "settingsSwitcherBarAriaLabel": "BeĆ”llĆ­tĆ”skapcsoló", "userSettings": "FelhasznĆ”lói beĆ”llĆ­tĆ”sok", "workspaceSettings": "Munkaterület-beĆ”llĆ­tĆ”sok", - "folderSettings": "MappabeĆ”lĆ­ltĆ”sok", - "enableFuzzySearch": "TermĆ©szetes nyelvi keresĆ©s engedĆ©lyezĆ©se" + "folderSettings": "MappabeĆ”lĆ­ltĆ”sok" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 8fb1c62719..69d167f39a 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "AlapĆ©rtelmezett", "user": "FelhasznĆ”lói", "meta": "meta", diff --git a/i18n/hun/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 9ab11d25a9..04e8b5d615 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "FelhasznĆ”lói beĆ”llĆ­tĆ”sok", "workspaceSettingsTarget": "Munkaterület-beĆ”llĆ­tĆ”sok" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 1fd4f23c9d..d6d5119513 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "Gyakran hasznĆ”lt", - "mostRelevant": "Legfontosabb", "defaultKeybindingsHeader": "A billentyűparancsok fĆ”jlban elhelyezett billentyűparancsok felülĆ­rjĆ”k az alapĆ©rtelmezett beĆ”llĆ­tĆ”sokat" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index b2ceafc386..8f44650670 100644 --- a/i18n/hun/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "AlapĆ©rtelmezett beĆ”llĆ­tĆ”sszerkesztő", "keybindingsEditor": "Billentyűparancs-szerkesztő", "preferences": "BeĆ”llĆ­tĆ”sok" diff --git a/i18n/hun/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 5792eefef5..ef59408650 100644 --- a/i18n/hun/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "Ɩsszes parancs megjelenĆ­tĆ©se", "clearCommandHistory": "ParancselőzmĆ©nyek tƶrlĆ©se", "showCommands.label": "Parancskatalógus...", "entryAriaLabelWithKey": "{0}, {1}, parancsok", "entryAriaLabel": "{0}, parancs", - "canNotRun": "Innen nem futtatható a(z) {0} parancs.", - "actionNotEnabled": "Ebben a kontextusban nem engedĆ©lyezett a(z) {0} parancs futtatĆ”sa.", + "actionNotEnabled": "Ebben a kontextusban nem engedĆ©lyezett a(z) '{0}' parancs futtatĆ”sa.", + "canNotRun": "A(z) '{0}' parancs hibĆ”t eredmĆ©nyezett.", "recentlyUsed": "legutóbb hasznĆ”lt", "morecCommands": "tovĆ”bbi parancsok", "cat.title": "{0}: {1}", diff --git a/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index fca514543e..f9a5073399 100644 --- a/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "Sor megkeresĆ©se...", "gotoLineLabelEmptyWithLimit": "A keresett sor 1 Ć©s {0} kƶzƶtti sorszĆ”ma", "gotoLineLabelEmpty": "A keresett sor szĆ”ma", diff --git a/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 25da1f31b6..f748d825f8 100644 --- a/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "UgrĆ”s szimbólumhoz egy fĆ”jlban...", "symbols": "szimbólumok ({0})", "method": "metódusok ({0})", diff --git a/i18n/hun/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 3b68e86853..d4ebd5342f 100644 --- a/i18n/hun/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, vĆ”lasztó sĆŗgó", "globalCommands": "globĆ”lis parancsok", "editorCommands": "szerkesztőablak parancsai" diff --git a/i18n/hun/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 7e61210cdf..ea01177702 100644 --- a/i18n/hun/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "NĆ©zet", "commandsHandlerDescriptionDefault": "Parancsok megjelenĆ­tĆ©se Ć©s futtatĆ”sa", "gotoLineDescriptionMac": "Sor megkeresĆ©se", "gotoLineDescriptionWin": "Sor megkeresĆ©se", diff --git a/i18n/hun/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 955a8d6a1e..99367f2bf6 100644 --- a/i18n/hun/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, nĆ©zetvĆ”lasztó", "views": "NĆ©zetek", "panels": "Panelek", diff --git a/i18n/hun/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 40810934d6..7ed9185448 100644 --- a/i18n/hun/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "Egy olyan beĆ”llĆ­tĆ”s vĆ”ltozott, melynek hatĆ”lyba lĆ©pĆ©sĆ©hez ĆŗjraindĆ­tĆ”s szüksĆ©ges.", "relaunchSettingDetail": "A beĆ”llĆ­tĆ”s engedĆ©lyezĆ©sĆ©hez nyomja meg az ĆŗjraindĆ­tĆ”s gombot a {0} ĆŗjraindĆ­tĆ”sĆ”hoz.", "restart": "Új&&raindĆ­tĆ”s" diff --git a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index 165c4dd23c..2d3544f460 100644 --- a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0}. módosĆ­tĆ”s (ƶsszesen: {1})", "change": "{0}. módosĆ­tĆ”s (ƶsszesen: {1})", "show previous change": "Előző módosĆ­tĆ”s megjelenĆ­tĆ©se", "show next change": "Kƶvetkező módosĆ­tĆ”s megjelenĆ­tĆ©se", + "move to previous change": "UgrĆ”s az előző módosĆ­tĆ”sra", + "move to next change": "UgrĆ”s az kƶvetkező módosĆ­tĆ”sra", "editorGutterModifiedBackground": "A szerkesztőablak margójĆ”nak hĆ”ttĆ©rszĆ­ne a módosĆ­tott soroknĆ”l.", "editorGutterAddedBackground": "A szerkesztőablak margójĆ”nak hĆ”ttĆ©rszĆ­ne a hozzĆ”adott soroknĆ”l.", "editorGutterDeletedBackground": "A szerkesztőablak margójĆ”nak hĆ”ttĆ©rszĆ­ne a tƶrƶlt soroknĆ”l.", diff --git a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 4f8b481dc0..00b1b3bce0 100644 --- a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Git megjelenĆ­tĆ©se", "source control": "Verziókezelő rendszer", "toggleSCMViewlet": "Verziókezelő megjelenĆ­tĆ©se", - "view": "NĆ©zet" + "view": "NĆ©zet", + "scmConfigurationTitle": "VKR (SCM)", + "alwaysShowProviders": "Mindig megjelenjen-e a verziókezelő rendszerek szakasz.", + "diffDecorations": "VezĆ©rli a szerkesztőablakban megjelenő, vĆ”ltozĆ”sokat jelƶlő dekorĆ”torokat.", + "diffGutterWidth": "VezĆ©rli a szerkesztőablak margójĆ”n megjelenő, vĆ”ltozĆ”sokat jelƶlő dekorĆ”torok szĆ©lessĆ©gĆ©t (pixelben)." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index 89a9d4e234..f30f6592ee 100644 --- a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} függőben lĆ©vő módosĆ­tĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index a7af703f9f..5d1d767023 100644 --- a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index 821a91e9b5..1ef246cb98 100644 --- a/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "Verziókezelő rendszerek", "hideRepository": "ElrejtĆ©s", "installAdditionalSCMProviders": "TovĆ”bbi verziókezelő rendszerek telepĆ­tĆ©se...", diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 20f5e1c646..adbe60ac5a 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "fĆ”jl- Ć©s szimbólumkeresĆ©s eredmĆ©nye", "fileResults": "fĆ”jlkeresĆ©s eredmĆ©nye" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 39b05feed4..33d11a2bfd 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, fĆ”jlvĆ”lasztó", "searchResults": "keresĆ©si eredmĆ©nyek" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index a8dd776594..f6e27f511a 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, szimbólumvĆ”lasztó", "symbols": "szimbólumkeresĆ©si eredmĆ©nyek", "noSymbolsMatching": "Nincs illeszkedő szimbólum", diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 37ee1f5cac..6f3eb0d4ec 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "bemeneti adat", "useExcludesAndIgnoreFilesDescription": "KizĆ”rĆ”si beĆ”llĆ­tĆ”sok Ć©s ignore-fĆ”jlok hasznĆ”lata" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 7825dc551c..0606d65789 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (csere előnĆ©zete)" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index e1fb57e6aa..cf296eb6fe 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/searchActions.i18n.json index 9f5f0bf4d8..2efd044e45 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "Kƶvetkező bele foglalt keresĆ©si minta megjelenĆ­tĆ©se", "previousSearchIncludePattern": "Előző bele foglalt keresĆ©si minta megjelenĆ­tĆ©se", "nextSearchExcludePattern": "Kƶvetkező kizĆ”ró keresĆ©si minta megjelenĆ­tĆ©se", @@ -12,12 +14,11 @@ "previousSearchTerm": "Előző keresőkifejezĆ©s megjelenĆ­tĆ©se", "showSearchViewlet": "KeresĆ©s megjelenĆ­tĆ©se", "findInFiles": "KeresĆ©s a fĆ”jlokban", - "findInFilesWithSelectedText": "KeresĆ©s a fĆ”jlokban a kijelƶlt szƶveg alapjĆ”n", "replaceInFiles": "Csere a fĆ”jlokban", - "replaceInFilesWithSelectedText": "Csere a fĆ”jlokban a kijelƶlt szƶveg alapjĆ”n", "RefreshAction.label": "FrissĆ­tĆ©s", "CollapseDeepestExpandedLevelAction.label": "Ɩsszes bezĆ”rĆ”sa", "ClearSearchResultsAction.label": "TƶrlĆ©s", + "CancelSearchAction.label": "KeresĆ©s megszakĆ­tĆ”sa", "FocusNextSearchResult.label": "VĆ”ltĆ”s a kƶvetkező keresĆ©si eredmĆ©nyre", "FocusPreviousSearchResult.label": "VĆ”ltĆ”s az előző keresĆ©si eredmĆ©nyre", "RemoveAction.label": "ElvetĆ©s", diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index b40ab30018..f42467ab9f 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "TovĆ”bbi fĆ”jlok", "searchFileMatches": "{0} fĆ”jl talĆ”lható", "searchFileMatch": "{0} fĆ”jl talĆ”lható", diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..9c78cc5232 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "KeresĆ©si rĆ©szletek be- Ć©s kikapcsolĆ”sa", + "searchScope.includes": "bele foglalt fĆ”jlok", + "label.includes": "KeresĆ©sbe bele foglalt fĆ”jlok", + "searchScope.excludes": "kizĆ”rt fĆ”jlok", + "label.excludes": "KeresĆ©sből kizĆ”rt fĆ”jlok", + "replaceAll.confirmation.title": "Ɩsszes cserĆ©je", + "replaceAll.confirm.button": "&&Csere", + "replaceAll.occurrence.file.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban a kƶvetkezőre: '{2}'.", + "removeAll.occurrence.file.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban.", + "replaceAll.occurrence.files.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban a kƶvetkezőre: '{2}'.", + "removeAll.occurrence.files.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban.", + "replaceAll.occurrences.file.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban a kƶvetkezőre: '{2}'.", + "removeAll.occurrences.file.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban.", + "replaceAll.occurrences.files.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban a kƶvetkezőre: '{2}'.", + "removeAll.occurrences.files.message": "{0} előfordulĆ”s cserĆ©lve {1} fĆ”jlban.", + "removeAll.occurrence.file.confirmation.message": "CserĆ©l {0} előfordulĆ”s {1} fĆ”jlban a kƶvetkezőre: '{2}'?", + "replaceAll.occurrence.file.confirmation.message": "CserĆ©l {0} előfordulĆ”st {1} fĆ”jlban?", + "removeAll.occurrence.files.confirmation.message": "CserĆ©l {0} előfordulĆ”s {1} fĆ”jlban a kƶvetkezőre: '{2}'?", + "replaceAll.occurrence.files.confirmation.message": "CserĆ©l {0} előfordulĆ”st {1} fĆ”jlban?", + "removeAll.occurrences.file.confirmation.message": "CserĆ©l {0} előfordulĆ”s {1} fĆ”jlban a kƶvetkezőre: '{2}'?", + "replaceAll.occurrences.file.confirmation.message": "CserĆ©l {0} előfordulĆ”st {1} fĆ”jlban?", + "removeAll.occurrences.files.confirmation.message": "CserĆ©l {0} előfordulĆ”s {1} fĆ”jlban a kƶvetkezőre: '{2}'?", + "replaceAll.occurrences.files.confirmation.message": "CserĆ©l {0} előfordulĆ”st {1} fĆ”jlban?", + "treeAriaLabel": "KeresĆ©si eredmĆ©nyek", + "searchPathNotFoundError": "A keresett elĆ©rĆ©si Ćŗt nem talĆ”lható: {0}", + "searchMaxResultsWarning": "Az eredmĆ©nyhalmaz csak a talĆ”latok egy rĆ©szĆ©t tartalmazza. PontosĆ­tsa a keresĆ©st a keresĆ©si eredmĆ©nyek halmazĆ”nak szűkĆ­tĆ©sĆ©hez!", + "searchCanceled": "A keresĆ©s meg lett szakĆ­tva, mielőtt eredmĆ©nyt hozott volna –", + "noResultsIncludesExcludes": "Nincs talĆ”lat a kƶvetkező helyen: '{0}', '{1}' kivĆ©telĆ©vel –", + "noResultsIncludes": "Nincs talĆ”lat a kƶvetkező helyen: '{0}' –", + "noResultsExcludes": "Nincs talĆ”lat '{1}' kivĆ©telĆ©vel –", + "noResultsFound": "Nincs talĆ”lat. Ellenőrizze a kizĆ”rĆ”si beĆ”llĆ­tĆ”sokat Ć©s az ignore-fĆ”jlokat –", + "rerunSearch.message": "KeresĆ©s megismĆ©tlĆ©se", + "rerunSearchInAll.message": "KeresĆ©s megismĆ©tlĆ©se az ƶsszes fĆ”jlban", + "openSettings.message": "BeĆ”llĆ­tĆ”sok megnyitĆ”sa", + "openSettings.learnMore": "TovĆ”bbi informĆ”ció", + "ariaSearchResultsStatus": "A keresĆ©s {0} talĆ”latot eredmĆ©nyezett {1} fĆ”jlban", + "search.file.result": "{0} talĆ”lat {1} fĆ”jlban", + "search.files.result": "{0} talĆ”lat {1} fĆ”jlban", + "search.file.results": "{0} talĆ”lat {1} fĆ”jlban", + "search.files.results": "{0} talĆ”lat {1} fĆ”jlban", + "searchWithoutFolder": "MĆ©g nincs mappa megnyitva. Jelenleg csak a nyitott fĆ”jlokban tƶrtĆ©nik keresĆ©s –", + "openFolder": "Mappa megnyitĆ”sa" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 73b5cb2165..39401507f3 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "KeresĆ©si rĆ©szletek be- Ć©s kikapcsolĆ”sa", "searchScope.includes": "bele foglalt fĆ”jlok", "label.includes": "KeresĆ©sbe bele foglalt fĆ”jlok", diff --git a/i18n/hun/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/hun/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index f9f0ca59cc..b255bed940 100644 --- a/i18n/hun/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Ɩsszes cserĆ©je (küldje el a keresĆ©st az engedĆ©lyezĆ©shez)", "search.action.replaceAll.enabled.label": "Ɩsszes cserĆ©je", "search.replace.toggle.button.title": "Cseremd be- Ć©s kikapcsolĆ”sa", diff --git a/i18n/hun/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/hun/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index dcb26c8240..4bd3a95da8 100644 --- a/i18n/hun/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Nincs {0} nevű mappa a munkaterületen" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index e1fb57e6aa..6aff638867 100644 --- a/i18n/hun/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "KeresĆ©s mappĆ”ban...", + "findInWorkspace": "KeresĆ©s a munkaterületen...", "showTriggerActions": "Szimbólum megkeresĆ©se a munkaterületen...", "name": "KeresĆ©s", "search": "KeresĆ©s", + "showSearchViewl": "KeresĆ©s megjelenĆ­tĆ©se", "view": "NĆ©zet", + "findInFiles": "KeresĆ©s a fĆ”jlokban", "openAnythingHandlerDescription": "FĆ”jl megkeresĆ©se", "openSymbolDescriptionNormal": "Szimbólum megkeresĆ©se a munkaterületen", - "searchOutputChannelTitle": "KeresĆ©s", "searchConfigurationTitle": "KeresĆ©s", "exclude": "GlobĆ”lis mintĆ”k konfigurĆ”lĆ”sa fĆ”jlok Ć©s mappĆ”k keresĆ©sből való kizĆ”rĆ”sĆ”hoz. Ɩrƶkli az ƶsszes globĆ”lis mintĆ”t a fliex.exclude beĆ”llĆ­tĆ”sból.", "exclude.boolean": "A globĆ”lis minta, amire illesztve lesznek a fĆ”jlok elĆ©rĆ©si Ćŗtjai. A minta engedĆ©lyezĆ©sĆ©hez vagy letiltĆ”sĆ”hoz Ć”llĆ­tsa igaz vagy hamis Ć©rtĆ©kre.", @@ -18,5 +23,8 @@ "useRipgrep": "MeghatĆ”rozza, hogy a szƶvegben Ć©s fĆ”jlokban való keresĆ©shez a ripgrep van-e hasznĆ”lva.", "useIgnoreFiles": "MeghatĆ”rozza, hogy a .gitignore Ć©s .ignore fĆ”jlok hasznĆ”lva legyenek-e a keresĆ©shez.", "search.quickOpen.includeSymbols": "MeghatĆ”rozza, hogy a fĆ”jlok gyors megnyitĆ”sĆ”nĆ”l megjelenjenek-e a globĆ”lis szimbólumkereső talĆ”latai.", - "search.followSymlinks": "MeghatĆ”rozza, hogy keresĆ©s sorĆ”n kƶvetve legyenek-e a szimbolikus linkek." + "search.followSymlinks": "MeghatĆ”rozza, hogy keresĆ©s sorĆ”n kƶvetve legyenek-e a szimbolikus linkek.", + "search.smartCase": "Figyelmen kĆ­vül hagyja a kis- Ć©s nagybetűket, ha a minta csak kisbetűkből Ć”ll, ellenkező esetben kis- Ć©s nagybetűérzĆ©kenyen keres", + "search.globalFindClipboard": "MeghatĆ”rozza, hogy a keresőmodul olvassa Ć©s módosĆ­tsa-e a megosztott keresĆ©si vĆ”gólapot macOS-en.", + "search.location": "Előzetes funkció: meghatĆ”rozza, hogy a keresĆ©s az oldalsĆ”von jelenik meg vagy egy panelkĆ©nt a panelterületen, mely utóbbi esetĆ©n tƶbb hely van vĆ­zszintesen. A kƶvetkező kiadĆ”sban a panel megjelenĆ©se optimalizĆ”lva lesz a vĆ­zszintes megjelenĆ­tĆ©shez, Ć©s a funkció nem lesz előzetes." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/hun/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index 3f73a58119..c32f217720 100644 --- a/i18n/hun/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index 161e797da7..b2f7476db7 100644 --- a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..ed6c604662 --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(globĆ”lis)", + "global.1": "(({0})", + "new.global": "Új globĆ”lis kódrĆ©szlet-fĆ”jl...", + "group.global": "LĆ©tező kódrĆ©szletek", + "new.global.sep": "Új kódrĆ©szletek", + "openSnippet.pickLanguage": "VĆ”lasszon hozzon lĆ©tre egy kódrĆ©szlet-fĆ”jlt!", + "openSnippet.label": "FelhasznĆ”lói kódrĆ©szletek konfigurĆ”lĆ”sa", + "preferences": "BeĆ”llĆ­tĆ”sok" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index 7c0eceed2d..b9b68281f9 100644 --- a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "KódrĆ©szlet beszĆŗrĆ”sa", "sep.userSnippet": "FelhasznĆ”lói kódrĆ©szletek", "sep.extSnippet": "KiegĆ©szĆ­tők kódrĆ©szletei" diff --git a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 12f3a6365e..9e422cc850 100644 --- a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "KódrĆ©szlet nyelvĆ©nek kivĆ”lasztĆ”sa", - "openSnippet.errorOnCreate": "A(z) {0} nem hozható lĆ©tre", - "openSnippet.label": "FelhasznĆ”lói kódrĆ©szletek megnyitĆ”sa", - "preferences": "BeĆ”llĆ­tĆ”sok", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "Üres kódrĆ©szlet", "snippetSchema.json": "FelhasznĆ”lói kódrĆ©szlet-konfigurĆ”ció", "snippetSchema.json.prefix": "A kódrĆ©szlet IntelliSense-ben tƶrtĆ©nő kivĆ”lasztĆ”sĆ”nĆ”l hasznĆ”lt előtag", "snippetSchema.json.body": "A kódrĆ©szlet tartalma. KurzorpozĆ­ciók definiĆ”lĆ”sĆ”hoz hasznĆ”lja a '$1' Ć©s '${1:defaultText}' jelƶlőket, a '$0' pedig a vĆ©gső kurzorpozĆ­ció. VĆ”ltozónevek a '${varName}' Ć©s '${varName:defaultText}' formĆ”ban definiĆ”lhatók, pl.: 'Ez a fĆ”jl: $TM_FILENAME'.", - "snippetSchema.json.description": "A kódrĆ©szlet leĆ­rĆ”sa" + "snippetSchema.json.description": "A kódrĆ©szlet leĆ­rĆ”sa", + "snippetSchema.json.scope": "Azok nyelvek nevei, amelyekhez a kódrĆ©szlet tartozik, pl. 'typescript,javascript'." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..bf586833da --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "GlobĆ”lis felhasznĆ”lói kódrĆ©szket", + "source.snippet": "FelhasznĆ”lói kódrĆ©szlet" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index b86aeaf699..73b06465c2 100644 --- a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "Ismeretlen nyelv talĆ”lható a kƶvetkezőben: `contributes.{0}.language`. A megadott Ć©rtĆ©k: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "HiĆ”nyzó karakterlĆ”nc a `contributes.{0}.path`-ban. A megadott Ć©rtĆ©k: {1}", + "invalid.language.0": "Nyelv elhagyĆ”sa esetĆ©n a `contributes.{0}.path` Ć©rtĆ©kĆ©nek egy `.code-snippets`-fĆ”jlnak kell lennie. A megadott Ć©rtĆ©k: {1}", + "invalid.language": "Ismeretlen nyelv talĆ”lható a kƶvetkezőben: `contributes.{0}.language`. A megadott Ć©rtĆ©k: {1}", "invalid.path.1": "A `contributes.{0}.path` ({1}) nem a kiegĆ©szĆ­tő mappĆ”jĆ”n belül talĆ”lható ({2}). Emiatt előfordulhat, hogy a kiegĆ©szĆ­tő nem lesz hordozható.", "vscode.extension.contributes.snippets": "KódrĆ©szleteket szolgĆ”ltat.", "vscode.extension.contributes.snippets-language": "Azon nyelv azonosĆ­tója, amely szĆ”mĆ”ra szolgĆ”ltatva van ez a kódrĆ©szlet.", "vscode.extension.contributes.snippets-path": "A kódrĆ©szlet-fĆ”jl elĆ©rĆ©si Ćŗtja. Az elĆ©rĆ©si Ćŗt relatĆ­v a kiegĆ©szĆ­tő mappĆ”jĆ”hoz, Ć©s Ć”ltalĆ”ban a kƶvetkezővel kezdődik: './snippets/',", "badVariableUse": "A(z) '{0}' kiegĆ©szĆ­tőben egy vagy tƶbb kódrĆ©szlet nagy valószĆ­nűsĆ©ggel keveri a kódrĆ©szletvĆ”ltozók Ć©s a kódrĆ©szlet-helyjelƶlők fogalmĆ”t (tovĆ”bbi informĆ”ció a kƶvetkező oldalon talĆ”lható: https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax)", "badFile": "A(z) \"{0}\" kódrĆ©szletet tartalmazó fĆ”jlt nem sikerült beolvasni.", - "source.snippet": "FelhasznĆ”lói kódrĆ©szlet", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 0e84caff00..12430a2884 100644 --- a/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "KódrĆ©szletek beszĆŗrĆ”sa, ha az előtagjuk illeszkedik. Legjobban akkor műkƶdik, ha a 'quickSuggestions' nincs engedĆ©lyezve." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index 9ed5e0feac..241eef0c42 100644 --- a/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "SegĆ­tsen javĆ­tani a {0}-tĆ”mogatĆ”sunkat", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "Rƶvid felmĆ©rĆ©s kitƶltĆ©se", "remindLater": "EmlĆ©keztessen kĆ©sőbb", - "neverAgain": "Ne jelenĆ­tse meg Ćŗjra" + "neverAgain": "Ne jelenĆ­tse meg Ćŗjra", + "helpUs": "SegĆ­tsen javĆ­tani a {0}-tĆ”mogatĆ”sunkat" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index b4f41dcbe8..1402b8f422 100644 --- a/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "Lenne kedve egy gyors elĆ©gedettsĆ©gi felmĆ©rĆ©shez?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "FelmĆ©rĆ©s kitƶltĆ©se", "remindLater": "EmlĆ©keztessen kĆ©sőbb", - "neverAgain": "Ne jelenĆ­tse meg Ćŗjra" + "neverAgain": "Ne jelenĆ­tse meg Ćŗjra", + "surveyQuestion": "Lenne kedve egy gyors elĆ©gedettsĆ©gi felmĆ©rĆ©shez?" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 014090555b..ea66bb69c2 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 4404ab4db0..34e3761555 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, feladatok", "recentlyUsed": "legutóbb futtatott feladatok", "configured": "konfigurĆ”lt feladatok", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index dad5b6db3e..3b04b98f0b 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index 4b81a1db77..70538d3e57 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "Adja meg a futtatandó feladat nevĆ©t!", "noTasksMatching": "Nincs ilyen feladat", "noTasksFound": "Feladat nem talĆ”lható" diff --git a/i18n/hun/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 76eb0f2619..2fb8f708c7 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 52db1a193d..d42a03ce7b 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..1a69b728cf --- /dev/null +++ b/i18n/hun/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "A loop tulajdonsĆ”g csak az utolsó, sorra illesztő kifejezĆ©snĆ©l tĆ”mogatott.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "A problĆ©maminta Ć©rvĆ©nytelen. A kind tulajdonsĆ”got csak az első elemnĆ©l kell megadni.", + "ProblemPatternParser.problemPattern.missingRegExp": "A problĆ©mamintĆ”ból hiĆ”nyzik egy regulĆ”ris kifejezĆ©s.", + "ProblemPatternParser.problemPattern.missingProperty": "A problĆ©maminta Ć©rvĆ©nytelen. LegalĆ”bb a fĆ”jlt Ć©s az üzenetet tartalmaznia kell.", + "ProblemPatternParser.problemPattern.missingLocation": "A problĆ©maminta Ć©rvĆ©nytelen. A kind Ć©rtĆ©ke \"file\" legyen vagy tartalmaznia kell egy sorra vagy helyszĆ­nre illeszkedő csoportot.", + "ProblemPatternParser.invalidRegexp": "Hiba: A(z) {0} karakterlĆ”nc nem Ć©rvĆ©nyes regulĆ”ris kifejezĆ©s.\n", + "ProblemPatternSchema.regexp": "A kimenetben talĆ”lható hibĆ”k, figyelmeztetĆ©sek Ć©s informĆ”ciók megkeresĆ©sĆ©re hasznĆ”lt regulĆ”ris kifejezĆ©s.", + "ProblemPatternSchema.kind": "A minta egy helyre (fĆ”jlra Ć©s sorra) vagy csak egy fĆ”jlra illeszkedik.", + "ProblemPatternSchema.file": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza azt, hogy a problĆ©ma melyik fĆ”jlban talĆ”lható. Ha nincs megadva, akkor az alapĆ©rtelmezett Ć©rtĆ©k, 1 van hasznĆ”lva.", + "ProblemPatternSchema.location": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza a problĆ©ma helyĆ©t. Az Ć©rvĆ©nyes mintĆ”k helyek illesztĆ©sĆ©re: (line), (line,column) Ć©s (startLine,startColumn,endLine,endColumn). Ha nincs megadva, akkor a (line,column) van feltĆ©telezve.", + "ProblemPatternSchema.line": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza azt, hogy a problĆ©ma hanyadik sorban talĆ”lható. AlapĆ©rtelmezett Ć©rtĆ©ke 2.", + "ProblemPatternSchema.column": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza azt, hogy a problĆ©ma az adott soron belül mely oszlopban talĆ”lható. AlapĆ©rtelmezett Ć©rtĆ©ke 3.", + "ProblemPatternSchema.endLine": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza azt, hogy a problĆ©ma mely sorban Ć©r vĆ©get. AlapĆ©rtelmezett Ć©rtĆ©ke hatĆ”rozatlan.", + "ProblemPatternSchema.endColumn": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza azt, hogy a problĆ©ma vĆ©ge a zĆ”rósoron belül mely oszlopban talĆ”lható. AlapĆ©rtelmezett Ć©rtĆ©ke hatĆ”rozatlan.", + "ProblemPatternSchema.severity": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza a problĆ©ma sĆŗlyossĆ”gĆ”t. AlapĆ©rtelmezett Ć©rtĆ©ke hatĆ”rozatlan.", + "ProblemPatternSchema.code": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza a problĆ©mĆ”s kódrĆ©szletet. AlapĆ©rtelmezett Ć©rtĆ©ke hatĆ”rozatlan.", + "ProblemPatternSchema.message": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza az üzenetet. Ha nincs megadva, Ć©s a location paramĆ©ternek van Ć©rtĆ©ke, akkor a 4, minden mĆ”s esetben 5 az alapĆ©rtelmezett Ć©rtĆ©k.", + "ProblemPatternSchema.loop": "Tƶbb soros illesztĆ©s esetĆ©n meghatĆ”rozza, hogy az aktuĆ”lis minta mindaddig vĆ©gre legyen-e hajtva, amĆ­g eredmĆ©nyt talĆ”l. Csak tƶbbsoros minta esetĆ©n hasznĆ”lható, utolsókĆ©nt.", + "NamedProblemPatternSchema.name": "A problĆ©maminta neve.", + "NamedMultiLineProblemPatternSchema.name": "A tƶbbsoros problĆ©maminta neve.", + "NamedMultiLineProblemPatternSchema.patterns": "A konkrĆ©t minkĆ”k.", + "ProblemPatternExtPoint": "ProblĆ©mamintĆ”kat szolgĆ”ltat.", + "ProblemPatternRegistry.error": "ƉrvĆ©nytelen problĆ©maminta. A minta figyelmen kĆ­vül lesz hagyva.", + "ProblemMatcherParser.noProblemMatcher": "Hiba: a leĆ­rĆ”st nem sikerült problĆ©maillesztővĆ© alakĆ­tani:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "Hiba: a leĆ­rĆ”s nem definiĆ”l Ć©rvĆ©nyes problĆ©mamintĆ”t:\n{0}\n", + "ProblemMatcherParser.noOwner": "Hiba: a leĆ­rĆ”s nem hatĆ”roz meg tulajdonost:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "Hiba: a leĆ­rĆ”s nem hatĆ”roz meg fĆ”jlhelyszĆ­nt:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "InformĆ”ció: ismeretlen sĆŗlyossĆ”g: {0}. Az Ć©rvĆ©nyes Ć©rtĆ©kek: error, warning Ć©s info.\n", + "ProblemMatcherParser.noDefinedPatter": "Hiba: nem lĆ©tezik {0} azonosĆ­tóval rendelkező minta.", + "ProblemMatcherParser.noIdentifier": "Hiba: a minta tulajdonsĆ”g egy üres azonosĆ­tóra hivatkozik.", + "ProblemMatcherParser.noValidIdentifier": "Hiba: a minta {0} tulajdonsĆ”ga nem Ć©rvĆ©nyes mintavĆ”ltozónĆ©v.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "A problĆ©maillesztőnek definiĆ”lnia kell a kezdőmintĆ”t Ć©s a zĆ”rómintĆ”t is a figyelĆ©shez.", + "ProblemMatcherParser.invalidRegexp": "Hiba: A(z) {0} karakterlĆ”nc nem Ć©rvĆ©nyes regulĆ”ris kifejezĆ©s.\n", + "WatchingPatternSchema.regexp": "RegulĆ”ris kifejezĆ©s a hĆ”ttĆ©rben futó feladat indulĆ”sĆ”nak vagy befejeződĆ©sĆ©nek detektĆ”lĆ”sĆ”ra.", + "WatchingPatternSchema.file": "Annak az illesztĆ©si csoportnak az indexe, amely tartalmazza azt, hogy a problĆ©ma melyik fĆ”jlban talĆ”lható. Elhagyható.", + "PatternTypeSchema.name": "Egy szolgĆ”ltatott vagy elődefiniĆ”lt minta neve", + "PatternTypeSchema.description": "Egy problĆ©maminta vagy egy szolgĆ”ltatott vagy elődefiniĆ”lt problĆ©maminta neve. Elhagyható, ha az alapkĆ©nt hasznĆ”landó minta meg van adva.", + "ProblemMatcherSchema.base": "A alapkĆ©nt hasznĆ”lni kĆ­vĆ”nt problĆ©maillesztő neve.", + "ProblemMatcherSchema.owner": "A problĆ©ma tulajdonosa a Code-on belül. Elhagyható, ha az alapkĆ©nt hasznĆ”lt minta meg van adva. AlapĆ©rtelmezett Ć©rtĆ©ke 'external', ha nem lĆ©tezik Ć©s az alapkĆ©nt hasznĆ”lt minta nincs meghatĆ”rozva.", + "ProblemMatcherSchema.severity": "Az elkapott problĆ©mĆ”k alapĆ©rtelmezett sĆŗlyossĆ”ga. Ez az Ć©rtĆ©k van hasznĆ”lva, ha a minta nem definiĆ”l illesztĆ©si csoportot a sĆŗlyossĆ”ghoz.", + "ProblemMatcherSchema.applyTo": "MeghatĆ”rozza, hogy a szƶveges dokumentumhoz jelentett problĆ©ma megnyitott, bezĆ”rt vagy minden dokumentumra legyen alkalmazva.", + "ProblemMatcherSchema.fileLocation": "MeghatĆ”rozza, hogy a problĆ©mamintĆ”ban talĆ”lt fĆ”jlnevek hogyan legyenek Ć©rtelmezve.", + "ProblemMatcherSchema.background": "MintĆ”k, melyekkel kƶvethető egy hĆ”ttĆ©rben futó feladaton aktĆ­v illesztő indulĆ”sa Ć©s befejeződĆ©se.", + "ProblemMatcherSchema.background.activeOnStart": "Ha Ć©rtĆ©ke igaz, akkor a hĆ”ttĆ©rfeladat aktĆ­v módban van, amikor a feladat indul. Ez egyenlő egy olyan sor kimenetre tƶrtĆ©nő kiĆ­rĆ”sĆ”val, ami illeszkedik a beginPatternre.", + "ProblemMatcherSchema.background.beginsPattern": "Ha illeszkedik a kimenetre, akkor a hĆ”ttĆ©rben futó feladat elindulĆ”sa lesz jelezve.", + "ProblemMatcherSchema.background.endsPattern": "Ha illeszkedik a kimenetre, akkor a hĆ”ttĆ©rben futó feladat befejeződĆ©se lesz jelezve.", + "ProblemMatcherSchema.watching.deprecated": "A watching tulajdonsĆ”g elavult. HasznĆ”lja a backgroundot helyette.", + "ProblemMatcherSchema.watching": "MintĆ”k, melyekkel kƶvetkező a figyelő illesztők indulĆ”sa Ć©s befejeződĆ©se.", + "ProblemMatcherSchema.watching.activeOnStart": "Ha Ć©rtĆ©ke igaz, akkor a figyelő aktĆ­v módban van, amikor a feladat indul. Ez egyenlő egy olyan sor kimenetre tƶrtĆ©nő kiĆ­rĆ”sĆ”val, ami illeszkedik a beginPatternre.", + "ProblemMatcherSchema.watching.beginsPattern": "Ha illeszkedik a kimenetre, akkor a figyelő feladat elindulĆ”sa lesz jelezve.", + "ProblemMatcherSchema.watching.endsPattern": "Ha illeszkedik a kimenetre, akkor a figyelő feladat befejeződĆ©se lesz jelezve.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Ez a tulajdonsĆ”g elavult. HasznĆ”lja a watching tulajdonsĆ”got helyette.", + "LegacyProblemMatcherSchema.watchedBegin": "RegulĆ”ris kifejezĆ©s, mely jelzi, hogy a figyeltő feladatok fĆ”jlmódosĆ­tĆ”s miatt Ć©ppen műveletet hajtanak vĆ©gre.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Ez a tulajdonsĆ”g elavult. HasznĆ”lja a watching tulajdonsĆ”got helyette.", + "LegacyProblemMatcherSchema.watchedEnd": "RegulĆ”ros kifejezĆ©s, ami jelzi, hogy a figyelő feladat befejezte a vĆ©grehajtĆ”st.", + "NamedProblemMatcherSchema.name": "A problĆ©maillesztő neve, amivel hivatkozni lehet rĆ”.", + "NamedProblemMatcherSchema.label": "A problĆ©maillesztő leĆ­rĆ”sa emberek szĆ”mĆ”ra.", + "ProblemMatcherExtPoint": "ProblĆ©maillesztőket szolgĆ”ltat.", + "msCompile": "Microsoft fordĆ­tói problĆ©mĆ”k", + "lessCompile": "Less-problĆ©mĆ”k", + "gulp-tsc": "Gulp TSC-problĆ©mĆ”k", + "jshint": "JSHint-problĆ©mĆ”k", + "jshint-stylish": "JSHint stylish-problĆ©mĆ”k", + "eslint-compact": "ESLint compact-problĆ©mĆ”k", + "eslint-stylish": "ESLint stylish-problĆ©mĆ”k", + "go": "Go-problĆ©mĆ”k" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index b798f4ca94..402aaa39f0 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index b1251558d3..19d5d90558 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "A feladat konkrĆ©t tĆ­pusa", "TaskDefinition.properties": "A feladattĆ­pus tovĆ”bbi tulajdonsĆ”gai", "TaskTypeConfiguration.noType": "A feladattĆ­pus-konfigurĆ”cióból hiĆ”nyzik a kƶtelező 'taskType' tulajdonsĆ”g", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 78adfa51e7..765da26049 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "VĆ©grehajt egy .NET Core buildelĆ©si parancsot", "msbuild": "VĆ©grehajtja a buildelĆ©s cĆ©lpontjĆ”t", "externalCommand": "PĆ©lda egy tetszőleges külső parancs futtatĆ”sĆ”ra", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 5372bc32e8..8b879a6760 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "TovĆ”bbi parancsbeĆ”lĆ­ltĆ”sok", "JsonSchema.options.cwd": "A vĆ©grehajtott program vagy parancsfĆ”jl munkakƶnyvtĆ”ra. Ha nincs megadva, akkor a Code aktuĆ”lis munkaterületĆ©nek gyƶkĆ©rkƶnyvtĆ”ra van hasznĆ”lva.", "JsonSchema.options.env": "A vĆ©grehajtott parancs vagy shell kƶrnyezete. Ha nincs megadva, akkor a szülőfolyamat kƶrnyezete van hasznĆ”lva.", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index e288243af0..3b366ef851 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "A konfigurĆ”ció verziószĆ”ma", "JsonSchema._runner": "A futtató kikerült a kĆ­sĆ©rleti Ć”llapotból. HasznĆ”lja a hivatalos runner tulajdonsĆ”got!", "JsonSchema.runner": "MeghatĆ”rozza, hogy a feladat folyamatkĆ©nt van-e vĆ©grehajtva, Ć©s a kimenet a kimeneti ablakban jelenjen-e meg, vagy a terminĆ”lban.", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 9672681820..16ae4e112e 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "MeghatĆ”rozza, hogy a parancs egy rendszerparancs vagy egy külső program. AlapĆ©rtelmezett Ć©rtĆ©ke hamis, ha nincs megadva.", "JsonSchema.tasks.isShellCommand.deprecated": "Az isShellCommand tulajdonsĆ”g elavult. HasznĆ”lja helyette a feladat type tulajdonsĆ”gĆ”t Ć©s a shell tulajdonsĆ”got a beĆ”llĆ­tĆ”soknĆ”l. TovĆ”bbi informĆ”ciót az 1.14-es verzió kiadĆ”si jegyzĆ©kĆ©ben talĆ”l.", "JsonSchema.tasks.dependsOn.string": "Egy mĆ”sik feladat, amitől ez a feladat függ.", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index 314fee22b0..a117e38ddf 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "Feladatok", "ConfigureTaskRunnerAction.label": "Feladat beĆ”llĆ­tĆ”sa", - "CloseMessageAction.label": "BezĆ”rĆ”s", "problems": "ProblĆ©mĆ”k", "building": "BuildelĆ©s...", "manyMarkers": "99+", "runningTasks": "Futó feladatok megjelenĆ­tĆ©se", "tasks": "Feladatok", "TaskSystem.noHotSwap": "A feladatvĆ©grehajtó motor megvĆ”ltoztatĆ”sa egy futó, aktĆ­v feladat esetĆ©n az ablak ĆŗjraindĆ­tĆ”sĆ”t igĆ©nyli.", + "reloadWindow": "Ablak ĆŗjratƶltĆ©se", "TaskServer.folderIgnored": "A(z) {0} mappa figyelmen kĆ­vül van hagyva, mert 0.1.0-s verziójĆŗ feladatkonfigurĆ”ciót hasznĆ”l.", "TaskService.noBuildTask1": "Nincs buildelĆ©si feladat definiĆ”lva. Jelƶljƶn meg egy feladatot az 'isBuildCommand' tulajdonsĆ”ggal a tasks.json fĆ”jlban!", "TaskService.noBuildTask2": "Nincs buildelĆ©si feladat definiĆ”lva. Jelƶljƶn meg egy feladatot a 'build' csoporttal a tasks.json fĆ”jlban!", @@ -26,8 +28,8 @@ "selectProblemMatcher": "VĆ”lassza ki, milyen tĆ­pusĆŗ hibĆ”k Ć©s figyelmeztetĆ©sek legyenek keresve a feladat kimenetĆ©ben!", "customizeParseErrors": "A jelenlegi feladatkonfigurĆ”cióban hibĆ”k vannak. Feladat egyedivĆ© tĆ©tele előtt javĆ­tsa a hibĆ”kat!", "moreThanOneBuildTask": "TĆŗl sok buildelĆ©si feladat van definiĆ”lva a tasks.json-ban. Az első lesz vĆ©grehajtva.\n", - "TaskSystem.activeSame.background": "A(z) '{0}' feladat mĆ”r aktĆ­v Ć©s a hĆ”ttĆ©rben fut. A feladat befejezĆ©sĆ©hez hasznĆ”lja az `Feladat megszakĆ­tĆ”sa` parancsot a Feladatok menüből!", - "TaskSystem.activeSame.noBackground": "A(z) '{0}' feladat mĆ”r aktĆ­v. A feladat befejezĆ©sĆ©hez hasznĆ”lja `Feladat megszakĆ­tĆ”sa` parancsot a Feladatok menüből!", + "TaskSystem.activeSame.background": "A(z) '{0}' feladat mĆ”r aktĆ­v Ć©s a hĆ”ttĆ©rben fut. A feladat befejezĆ©sĆ©hez hasznĆ”lja az 'Feladat megszakĆ­tĆ”sa...' parancsot a Feladatok menüből!", + "TaskSystem.activeSame.noBackground": "A(z) '{0}' feladat mĆ”r aktĆ­v. A feladat befejezĆ©sĆ©hez hasznĆ”lja 'Feladat megszakĆ­tĆ”sa' parancsot a Feladatok menüből!", "TaskSystem.active": "MĆ”r fut egy feladat. SzakĆ­tsa meg, mielőtt egy mĆ”sik feladatot futtatna.", "TaskSystem.restartFailed": "Nem sikerült a(z) {0} feladat befejezĆ©se Ć©s ĆŗjraindĆ­tĆ”sa.", "TaskService.noConfiguration": "Hiba: a(z) {0} feladatok felderĆ­tĆ©se nem szolgĆ”ltatott feladatot a kƶvetkező konfigurĆ”cióhoz:\n{1}\nA feladat figyelmen kĆ­vül lesz hagyva.\n", @@ -44,9 +46,8 @@ "recentlyUsed": "legutóbb futtatott feladatok", "configured": "konfigurĆ”lt feladatok", "detected": "talĆ”lt feladatok", - "TaskService.ignoredFolder": "A kƶvetkező munkaterületi mappĆ”k figyelmen kĆ­vül vannak hagyva, mert 0.1.0-s verziójĆŗ feladatkonfigurĆ”ciót hasznĆ”lnak:", + "TaskService.ignoredFolder": "A kƶvetkező munkaterületi mappĆ”k figyelmen kĆ­vül vannak hagyva, mert 0.1.0-s verziójĆŗ feladatkonfigurĆ”ciót hasznĆ”lnak: {0}", "TaskService.notAgain": "Ne jelenĆ­tse meg Ćŗjra", - "TaskService.ok": "OK", "TaskService.pickRunTask": "VĆ”lassza ki a futtatandó feladatot!", "TaslService.noEntryToRun": "Nincs futtatandó feladat. Feladatok konfigurĆ”lĆ”sa...", "TaskService.fetchingBuildTasks": "BuildelĆ©si feladatok lekĆ©rĆ©se...", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 976a047743..fc56371416 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 24cb8d6017..53815265fe 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "Ismeretlen hiba tƶrtĆ©nt a feladat vĆ©grehajtĆ”sa kƶzben. RĆ©szletek a feladat kimeneti naplójĆ”ban talĆ”lhatók.", "dependencyFailed": "Nem sikerült feloldani a(z) '{0}' függő feladatot a(z) '{1}' munkaterületi mappĆ”ban", "TerminalTaskSystem.terminalName": "Feladat – {0}", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index 4a631d338e..d5f35cb250 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "A gulp --tasks-simple futtatĆ”sa nem listĆ”zott egyetlen feladatot sem. Futtatta az npm install parancsot?", "TaskSystemDetector.noJakeTasks": "A jake --tasks futtatĆ”sa nem listĆ”zott egyetlen feladatot sem. Futtatta az npm install parancsot?", "TaskSystemDetector.noGulpProgram": "A Gulp nincs telepĆ­tve a rendszerre. Futtassa az npm install -g gulp parancsot a telepĆ­tĆ©shez!", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index 37fca18236..c054b6207e 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "Ismeretlen hiba tƶrtĆ©nt a feladat vĆ©grehajtĆ”sa kƶzben. RĆ©szletek a kimeneti naplóban talĆ”lhatók.", "TaskRunnerSystem.watchingBuildTaskFinished": "A figyelő buildelĆ©si feladat befejeződƶtt.", "TaskRunnerSystem.childProcessError": "Nem sikerült elindĆ­tani a külső programot: {0} {1}.", diff --git a/i18n/hun/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/hun/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index 2bca27a1d0..372cc8f41c 100644 --- a/i18n/hun/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "FigyelmeztetĆ©s: az options.cwd Ć©rtĆ©kĆ©nek string tĆ­pusĆŗnak kell lennie. A kƶvetkező Ć©rtĆ©k figyelmen kĆ­vül van hagyva: {0}.", "ConfigurationParser.noargs": "Hiba: a parancssori argumentumokat string tĆ­pusĆŗ tƶmbkĆ©nt kell megadni. A megadott Ć©rtĆ©k:\n{0}", "ConfigurationParser.noShell": "FigyelmeztetĆ©s: a shellkonfigurĆ”ció csak akkor tĆ”mogatott, ha a feladat a terminĆ”lban van vĆ©grehajtva.", diff --git a/i18n/hun/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 851dfd973f..4671e976a6 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, terminĆ”lvĆ”lasztó", "termCreateEntryAriaLabel": "{0}, Ćŗj terminĆ”l lĆ©trehozĆ”sa", "workbench.action.terminal.newplus": "$(plus) Új integrĆ”lt terminĆ”l lĆ©trehozĆ”sa", diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 4d4b7d5d7c..ff59b669ee 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "Ɩsszes megnyitott terminĆ”l megjelenĆ­tĆ©se", "terminal": "TerminĆ”l", "terminalIntegratedConfigurationTitle": "BeĆ©pĆ­tett terminĆ”l", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "OS X-terminĆ”l esetĆ©n hasznĆ”lt parancssori argumentumok.", "terminal.integrated.shell.windows": "A terminĆ”l Ć”ltal hasznĆ”lt shell elĆ©rĆ©si Ćŗtja Windowson. A Windows beĆ©pĆ­tett shelljei (cmd, PowerShell vagy Bash on Ubuntu) hasznĆ”lata esetĆ©n kell megadni.", "terminal.integrated.shellArgs.windows": "Windows-terminĆ”l esetĆ©n hasznĆ”lt parancssori argumentumok.", - "terminal.integrated.rightClickCopyPaste": "Ha be van Ć”llĆ­tva, megakadĆ”lyozza a helyi menü megjelenĆ©sĆ©t a terminĆ”lon tƶrtĆ©nő jobb kattintĆ”s esetĆ©n. Helyette mĆ”sol, ha van kijelƶlĆ©s, Ć©s beilleszt, ha nincs.", + "terminal.integrated.macOptionIsMeta": "Az option billentyű meta billentyűkĆ©nt legyen kezelve a terminĆ”lban, macOS-en.", + "terminal.integrated.copyOnSelection": "Ha be van kapcsolva, a terminĆ”lban kijelƶlt szƶveg a vĆ”gólapra lesz mĆ”solva.", "terminal.integrated.fontFamily": "MeghatĆ”rozza a terminĆ”l betűtĆ­pusĆ”t. AlapĆ©rtelmezett Ć©rtĆ©ke az editor.fontFamily Ć©rtĆ©ke.", "terminal.integrated.fontSize": "MeghatĆ”rozza a terminĆ”lban hasznĆ”lt betű mĆ©retĆ©t, pixelekben.", "terminal.integrated.lineHeight": "MeghatĆ”rozza a terminĆ”l sormagassĆ”gĆ”t. A tĆ©nyleges mĆ©ret a megadott szĆ”m Ć©s a terminĆ”l betűmĆ©retĆ©nek szorzatĆ”ból jƶn ki.", - "terminal.integrated.enableBold": "EngedĆ©lyezve van-e a fĆ©lkƶvĆ©r szƶveg a terminĆ”lban. A műkƶdĆ©shez szüksĆ©ges, hogy a terminĆ”l shell tĆ”mogassa a fĆ©lkƶvĆ©r betűket.", + "terminal.integrated.fontWeight": "A nem fĆ©lkƶvĆ©r szƶveg esetĆ©n hasznĆ”lt betűvastagsĆ”g a terminĆ”lban.", + "terminal.integrated.fontWeightBold": "A fĆ©lkƶvĆ©r szƶveg esetĆ©n hasznĆ”lt betűvastagsĆ”g a terminĆ”lban.", "terminal.integrated.cursorBlinking": "MeghatĆ”rozza, hogy a terminĆ”l kurzora villog-e.", "terminal.integrated.cursorStyle": "MeghatĆ”rozza a terminĆ”l kurzorĆ”nak stĆ­lusĆ”t.", "terminal.integrated.scrollback": "MeghatĆ”rozza, hogy a terminĆ”l legfeljebb hĆ”ny sort tĆ”rol a pufferben.", "terminal.integrated.setLocaleVariables": "MeghatĆ”rozza, hogy a lokĆ”lvĆ”ltozók be vannak-e Ć”llĆ­tva a terminĆ”l indĆ­tĆ”sĆ”nĆ”l. AlapĆ©rtelmezett Ć©rtĆ©ke igaz OS X-en, hamis mĆ”s platformokon.", + "terminal.integrated.rightClickBehavior": "MeghatĆ”rozza, hogy a terminĆ”l hogyan reagĆ”l a jobb kattintĆ”sra. LehetsĆ©ges Ć©rtĆ©kek: 'default', 'copyPaste' Ć©s 'selectWord'. 'default' esetĆ©n megjelenik a helyi menü, 'copyPaste' esetĆ©n mĆ”solja a kijelƶlt szƶveget, ha van, egyĆ©bkĆ©nt beilleszt, 'selectWord' esetĆ©n pedig kijelƶli a kurzor alatti szót Ć©s megjelenĆ­ti a helyi menüt.", "terminal.integrated.cwd": "Explicit elĆ©rĆ©si Ćŗt, ahol a terminĆ”l indĆ­tva lesz. Ez a shellfolyamat munkakƶnyvtĆ”ra (cwd) lesz. Ez a beĆ”llĆ­tĆ”s nagyon hasznos olyan munkaterületeken, ahol a gyƶkĆ©rkƶnyvtĆ”r nem felel meg munkakƶnyvtĆ”rnak.", "terminal.integrated.confirmOnExit": "MeghatĆ”rozza, hogy megerősĆ­tĆ©st kĆ©r-e az alkalamzĆ”s, ha van aktĆ­v terminĆ”l-munkafolyamat.", + "terminal.integrated.enableBell": "MeghatĆ”rozza, hogy engedĆ©lyezve van-e a csengő a terminĆ”lba.", "terminal.integrated.commandsToSkipShell": "Olyan parancsazonosĆ­tók listĆ”ja, melyek nem lesznek elküldve a shellnek, Ć©s ehelyett mindig a Code kezeli le őket. Ez lehetővĆ© teszi, hogy az olyan billentyűparancsok, melyeket normĆ”l esetben a shell dolgozna fel, ugyanĆŗgy műkƶdjenek, mint mikor a terminĆ”lon nincs fókusz. PĆ©ldĆ”ul ilyen a gyorsmegnyitĆ”s indĆ­tĆ”sĆ”hoz hasznĆ”lt Ctrl+P.", "terminal.integrated.env.osx": "A VS Code folyamatĆ”hoz hozzĆ”adott kƶrnyezeti vĆ”ltozókat tartalmazó objektum, amit az OS X-es terminĆ”l hasznĆ”l.", "terminal.integrated.env.linux": "A VS Code folyamatĆ”hoz hozzĆ”adott kƶrnyezeti vĆ”ltozókat tartalmazó objektum, amit a linuxos terminĆ”l hasznĆ”l.", "terminal.integrated.env.windows": "A VS Code folyamatĆ”hoz hozzĆ”adott kƶrnyezeti vĆ”ltozókat tartalmazó objektum, amit a windowsos terminĆ”l hasznĆ”l.", + "terminal.integrated.showExitAlert": "A `A terminĆ”lfolyamat a kƶvetkező kilĆ©pĆ©si kóddal Ć”llt le` üzenet megjelenĆ­tĆ©se, ha a kilĆ©pĆ©si kód nem nulla.", + "terminal.integrated.experimentalRestore": "Vissza legyenek-e Ć”llĆ­tva a terminĆ”los munkamenetek a VS Code indĆ­tĆ”sakor. Ez egy kĆ­sĆ©rleti beĆ”llĆ­tĆ”s: hibĆ”kat tartalmazhat Ć©s vĆ”ltozhat is a jƶvőben.", "terminalCategory": "TerminĆ”l", "viewCategory": "NĆ©zet" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index c671a91c98..2a7eb681b9 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "IntegrĆ”lt terminĆ”l be- Ć©s kikapcsolĆ”sa", "workbench.action.terminal.kill": "Az aktĆ­v terminĆ”lpĆ©ldĆ”ny leĆ”llĆ­tĆ”sa", "workbench.action.terminal.kill.short": "TerminĆ”l leĆ”llĆ­tĆ”sa", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "Ɩsszes kijelƶlĆ©se", "workbench.action.terminal.deleteWordLeft": "Balra lĆ©vő szó tƶrlĆ©se", "workbench.action.terminal.deleteWordRight": "Jobbra lĆ©vő szó tƶrlĆ©se", + "workbench.action.terminal.moveToLineStart": "UgrĆ”s a sor elejĆ©re", + "workbench.action.terminal.moveToLineEnd": "UgrĆ”s a sor vĆ©gĆ©re", "workbench.action.terminal.new": "Új integrĆ”lt terminĆ”l lĆ©trehozĆ”sa", "workbench.action.terminal.new.short": "Új terminĆ”l", + "workbench.action.terminal.newWorkspacePlaceholder": "Az aktuĆ”lis munkakƶnyvtĆ”r kivĆ”lasztĆ”sa az Ćŗj terminĆ”lhoz", + "workbench.action.terminal.newInActiveWorkspace": "Új integrĆ”lt terminĆ”l lĆ©trehozĆ”sa (az aktĆ­v munkaterületen)", + "workbench.action.terminal.split": "TerminĆ”l kettĆ©osztĆ”sa", + "workbench.action.terminal.focusPreviousPane": "VĆ”ltĆ”s az előző panelra", + "workbench.action.terminal.focusNextPane": "UgrĆ”s a kƶvetkező panelra", + "workbench.action.terminal.resizePaneLeft": "MĆ©ret nƶvelĆ©se balra", + "workbench.action.terminal.resizePaneRight": "MĆ©ret nƶvelĆ©se jobbra", + "workbench.action.terminal.resizePaneUp": "MĆ©ret nƶvelĆ©se felfelĆ©", + "workbench.action.terminal.resizePaneDown": "MĆ©ret nƶvelĆ©se lefelĆ©", "workbench.action.terminal.focus": "VĆ”ltĆ”s a terminĆ”lra", "workbench.action.terminal.focusNext": "VĆ”ltĆ”s a kƶvetkező terminĆ”lra", "workbench.action.terminal.focusPrevious": "VĆ”ltĆ”s az előző terminĆ”lra", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "Kijelƶlt szƶveg futtatĆ”sa az aktĆ­v terminĆ”lban", "workbench.action.terminal.runActiveFile": "AktĆ­v fĆ”jl futtatĆ”sa az az aktĆ­v terminĆ”lban", "workbench.action.terminal.runActiveFile.noFile": "Csak a lemezen lĆ©vő fĆ”jlok futtathatók a terminĆ”lban", - "workbench.action.terminal.switchTerminalInstance": "TerminĆ”lpĆ©ldĆ”ny vĆ”ltĆ”sa", + "workbench.action.terminal.switchTerminal": "TerminĆ”l vĆ”ltĆ”sa", "workbench.action.terminal.scrollDown": "GƶrgetĆ©s lefelĆ© (soronkĆ©nt)", "workbench.action.terminal.scrollDownPage": "GƶrgetĆ©s lefelĆ© (oldalankĆ©nt)", "workbench.action.terminal.scrollToBottom": "GƶrgetĆ©s az aljĆ”ra", diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 3471cfec5d..cfed8984b9 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "A terminĆ”l hĆ”ttĆ©rszĆ­ne. Ez lehetővĆ© teszi a terminĆ”l paneltől eltĆ©rő szĆ­nezĆ©sĆ©t.", "terminal.foreground": "A terminĆ”l előtĆ©rszĆ­ne.", "terminalCursor.foreground": "A terminĆ”l kurzorĆ”nak előtĆ©rszĆ­ne.", "terminalCursor.background": "A terminĆ”l kurzorĆ”nak hĆ”ttĆ©rszĆ­ne. LehetővĆ© teszik az olyan karakterek szĆ­nĆ©nek módosĆ­tĆ”sĆ”t, amelyek fƶlƶtt egy blokk-tĆ­pusĆŗ kurzor Ć”ll.", "terminal.selectionBackground": "A terminĆ”lban kijelƶlt tartalom hĆ”ttĆ©rszĆ­ne.", - "terminal.ansiColor": "A(z) '{0}' ANSI-szĆ­n a terminĆ”lban." + "terminal.border": "A terminĆ”lokat elvĆ”lasztó keret szĆ­ne. AlapĆ©rtelmezett Ć©rtĆ©ke megegyezik a panel.border Ć©rtĆ©kĆ©vel.", + "terminal.ansiColor": "'{0}' ANSI-szĆ­n a terminĆ”lban." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index d688114237..90edeab223 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "EngedĆ©lyezi a(z) {0} (a munkaterületi beĆ”llĆ­tĆ”sokban definiĆ”lva) terminĆ”lról tƶrtĆ©nő indĆ­tĆ”sĆ”t?", "allow": "EngedĆ©lyezĆ©s", "disallow": "TiltĆ”s" diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index 2d5b3af7ef..f3bbf15a26 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 319655fe00..64160127b4 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "Üres sor", + "terminal.integrated.a11yPromptLabel": "TerminĆ”l bemenet", + "terminal.integrated.a11yTooMuchOutput": "TĆŗl sok felolvasĆ”sra vĆ”ró kimenet, navigĆ”ljon a sorokhoz manuĆ”lisan a felolvasĆ”shoz!", "terminal.integrated.copySelection.noSelection": "A terminĆ”lban nincs semmi kijelƶlve a mĆ”solĆ”shoz", "terminal.integrated.exitedWithCode": "A terminĆ”lfolyamat a kƶvetkező kilĆ©pĆ©si kóddal Ć”llt le: {0}", "terminal.integrated.waitOnExit": "A folytatĆ”shoz nyomjon meg egy billentyűt...", - "terminal.integrated.launchFailed": "A(z) `{0}{1}` terminĆ”lfolyamat-parancsot nem sikerült elindĆ­tani (kilĆ©pĆ©si kód: {2})" + "terminal.integrated.launchFailed": "A(z) '{0}{1}' terminĆ”lfolyamat-parancsot nem sikerült elindĆ­tani (kilĆ©pĆ©si kód: {2})" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index d5e03484f1..d43e93ec18 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "HivatkozĆ”s megnyitĆ”sa Alt + kattintĆ”s paranccsal", "terminalLinkHandler.followLinkCmd": "Hivatkozott oldal megnyitĆ”sa Cmd + kattintĆ”s paranccsal", "terminalLinkHandler.followLinkCtrl": "Hivatkozott oldal megnyitĆ”sa Ctrl + kattintĆ”s paranccsal" diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index 1f792eaa3a..8e0f93b53c 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "MĆ”solĆ”s", "paste": "BeillesztĆ©s", "selectAll": "Ɩsszes kijelƶlĆ©se", - "clear": "TƶrlĆ©s" + "clear": "TƶrlĆ©s", + "split": "KettĆ©osztĆ”s" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index 45f5c16180..0bebc4a20d 100644 --- a/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "MegvĆ”ltoztathatja az alapĆ©rtelmezett terminĆ”lt a testreszabĆ”s gomb vĆ”lasztĆ”sĆ”val.", "customize": "TestreszabĆ”s", - "cancel": "MĆ©gse", - "never again": "Rendben, ne jelenĆ­tse meg Ćŗjra", + "never again": "Ne jelenĆ­tse meg Ćŗjra", "terminal.integrated.chooseWindowsShell": "VĆ”lassza ki a preferĆ”lt terminĆ”l shellt! Ez kĆ©sőbb módosĆ­tható a beĆ”llĆ­tĆ”sokban.", "terminalService.terminalCloseConfirmationSingular": "Van egy aktĆ­v terminĆ”lmunkamenet. SzeretnĆ© megszakĆ­tani?", "terminalService.terminalCloseConfirmationPlural": "{0} aktĆ­v terminĆ”lmunkamenet van. SzeretnĆ© megszakĆ­tani?" diff --git a/i18n/hun/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index 7ff857a3c1..91664fe4ca 100644 --- a/i18n/hun/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "SzĆ­ntĆ©ma", "themes.category.light": "vilĆ”gos tĆ©mĆ”k", "themes.category.dark": "sƶtĆ©t tĆ©mĆ”k", diff --git a/i18n/hun/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 977546fa1c..a50f89d239 100644 --- a/i18n/hun/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "A munkaterület olyan beĆ”llĆ­tĆ”sokat tartalmaz, amelyet csak a felhasznĆ”lói beĆ”llĆ­tĆ”soknĆ”l lehet megadni ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "Munkaterület beĆ”llĆ­tĆ”sainak megnyitĆ”sa", - "openDocumentation": "TovĆ”bbi informĆ”ció", - "ignore": "Figyelmen kĆ­vül hagyĆ”s" + "dontShowAgain": "Ne jelenĆ­tse meg Ćŗjra", + "unsupportedWorkspaceSettings": "A munkaterület olyan beĆ”llĆ­tĆ”sokat tartalmaz, amelyeket csak a felhasznĆ”lói beĆ”llĆ­tĆ”soknĆ”l lehet megadni (({0}). TovĆ”bbi informĆ”cióhoz kattintson [ide]({1})!" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/hun/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index c6ac7bd9d2..5a1356f9b1 100644 --- a/i18n/hun/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "KiadĆ”si jegyzĆ©k: {0}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index 42549a7d35..8e78b734d9 100644 --- a/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "KiadĆ”si jegyzĆ©k", - "updateConfigurationTitle": "FrissĆ­tĆ©s", - "updateChannel": "MeghatĆ”rozza, hogy Ć©rkeznek-e automatikus frissĆ­tĆ©sek a frissĆ­tĆ©si csatornĆ”ról. A beĆ”llĆ­tĆ”s módosĆ­tĆ”sa utĆ”n ĆŗjraindĆ­tĆ”s szüksĆ©ges." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "KiadĆ”si jegyzĆ©k" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 79c6494434..58d73a6469 100644 --- a/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "FrissĆ­tĆ©s most", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "KĆ©sőbb", "unassigned": "nincs hozzĆ”rendelve", "releaseNotes": "KiadĆ”si jegyzĆ©k", "showReleaseNotes": "KiadĆ”si jegyzĆ©k megjelenĆ­tĆ©se", - "downloadNow": "LetƶltĆ©s most", "read the release notes": "Üdvƶzƶljük a {0} v{1} verziójĆ”ban. SzeretnĆ© megtekinteni a kiadĆ”si jegyzĆ©ket?", - "licenseChanged": "A licencfeltĆ©telek vĆ”ltoztak. Olvassa vĆ©gig!", - "license": "Licenc elolvasĆ”sa", - "neveragain": "Soha ne jelenĆ­tse meg Ćŗjra", - "64bitisavailable": "ElĆ©rhető a {0} 64-bites Windowsra kĆ©szült vĆ”ltozata!", - "learn more": "TovĆ”bbi informĆ”ció", + "licenseChanged": "A licencfeltĆ©telek vĆ”ltoztak. A vĆ”ltozĆ”sok Ć”ttekintĆ©sĆ©hez kattintson [ide]({0})!", + "neveragain": "Ne jelenĆ­tse meg Ćŗjra", + "64bitisavailable": "ElĆ©rhető a {0} 64-bites Windowsra kĆ©szült vĆ”ltozata! TovĆ”bbi informĆ”cióhoz kattintson [ide]({1})!", "updateIsReady": "Új {0}-frissĆ­tĆ©s Ć©rhető el.", - "thereIsUpdateAvailable": "Van elĆ©rhető frissĆ­tĆ©s.", - "updateAvailable": "A {0} frissül az ĆŗjraindĆ­tĆ”s utĆ”n.", "noUpdatesAvailable": "Jelenleg nincs elĆ©rhető frissĆ­tĆ©s.", + "ok": "OK", + "download now": "LetƶltĆ©s most", + "thereIsUpdateAvailable": "Van elĆ©rhető frissĆ­tĆ©s.", + "installUpdate": "FrissĆ­tĆ©s telepĆ­tĆ©se", + "updateAvailable": "FrissĆ­tĆ©s Ć©rhető el: {0} {1}", + "updateInstalling": "{0} {1} a hĆ”ttĆ©rben települ. Jelzünk, ha elkĆ©szült.", + "updateNow": "FrissĆ­tĆ©s most", + "updateAvailableAfterRestart": "A {0} frissül az ĆŗjraindĆ­tĆ”s utĆ”n.", "commandPalette": "Parancskatalógus...", "settings": "BeĆ”llĆ­tĆ”sok", "keyboardShortcuts": "Billentyűparancsok", + "showExtensions": "KiegĆ©szĆ­tők kezelĆ©se", + "userSnippets": "FelhasznĆ”lói kódrĆ©szletek", "selectTheme.label": "SzĆ­ntĆ©ma", "themes.selectIconTheme.label": "FĆ”jlikontĆ©ma", - "not available": "A frissĆ­tĆ©sek nem Ć©rhetők el", + "checkForUpdates": "FrissĆ­tĆ©sek keresĆ©se...", "checkingForUpdates": "FrissĆ­tĆ©sek keresĆ©se...", - "DownloadUpdate": "ElĆ©rhető frissĆ­tĆ©s letƶltĆ©se", "DownloadingUpdate": "FrissĆ­tĆ©s letƶltĆ©se...", - "InstallingUpdate": "FrissĆ­tĆ©s telepĆ­tĆ©se...", - "restartToUpdate": "ÚjraindĆ­tĆ”s a frissĆ­tĆ©shez...", - "checkForUpdates": "FrissĆ­tĆ©sek keresĆ©se..." + "installUpdate...": "FrissĆ­tĆ©s telepĆ­tĆ©se...", + "installingUpdate": "FrissĆ­tĆ©s telepĆ­tĆ©se...", + "restartToUpdate": "ÚjraindĆ­tĆ”s a frissĆ­tĆ©shez..." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/hun/src/vs/workbench/parts/views/browser/views.i18n.json index f00a5e742b..dcb9d2d5e5 100644 --- a/i18n/hun/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index b7933d496e..7a14b609d9 100644 --- a/i18n/hun/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/hun/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 96a92bfb53..b3d1b5326b 100644 --- a/i18n/hun/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "Ɩsszes parancs megjelenĆ­tĆ©se ", "watermark.quickOpen": "FĆ”jl megkeresĆ©se", "watermark.openFile": "FĆ”jl megnyitĆ”sa", diff --git a/i18n/hun/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 9ea3e3e053..b7fb937db3 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "FĆ”jlkezelő", "welcomeOverlay.search": "KeresĆ©s a fĆ”jlok kƶzƶtt", "welcomeOverlay.git": "ForrĆ”skódkezelĆ©s", diff --git a/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index 56418a5e96..5f9fa71419 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "SzerkesztĆ©s, tovĆ”bbfejlesztve", "welcomePage.start": "Start", diff --git a/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index 946e017d83..3ea709c366 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Munkaterület", "workbench.startupEditor.none": "IndĆ­tĆ”s szerkesztőablak nĆ©lkül.", "workbench.startupEditor.welcomePage": "Üdvƶzlőlap megnyitĆ”sa (alapĆ©rtelmezett).", diff --git a/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 0ea6480ec6..ea936591b1 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Üdvƶzƶljük!", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "A(z) {0}-kƶrnyezet mĆ”r telepĆ­tve van.", "ok": "OK", "details": "RĆ©szletek", - "cancel": "MĆ©gse", "welcomePage.buttonBackground": "Az üdvƶzlőlapon talĆ”lható gombok hĆ”ttĆ©rszĆ­ne", "welcomePage.buttonHoverBackground": "Az üdvƶzlőlapon talĆ”lható gombok hĆ”ttĆ©rszĆ­ne, amikor a mutató fƶlƶttük Ć”ll." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index d6da0ebd90..52417093d4 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "InteraktĆ­v jĆ”tszótĆ©r", "editorWalkThrough": "InteraktĆ­v jĆ”tszótĆ©r" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index 493706c260..9aa8125842 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "InteraktĆ­v jĆ”tszótĆ©r", "help": "SegĆ­tsĆ©g", "interactivePlayground": "InteraktĆ­v jĆ”tszótĆ©r" diff --git a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index 84bb9fd977..1ec543a47c 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "GƶrgetĆ©s felfelĆ© (soronkĆ©nt)", "editorWalkThrough.arrowDown": "GƶrgetĆ©s lefelĆ© (soronkĆ©nt)", "editorWalkThrough.pageUp": "GƶrgetĆ©s felfelĆ© (oldalankĆ©nt)", diff --git a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 027da129b6..77ec8fe3a6 100644 --- a/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/hun/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "nincs hozzĆ”rendelve", "walkThrough.gitNotFound": "Úgy tűnik, hogy a Git nincs telepĆ­tve a rendszerre.", "walkThrough.embeddedEditorBackground": "Az interaktĆ­v jĆ”tszótĆ©r szerkesztőablakainak hĆ”ttĆ©rszĆ­ne." diff --git a/i18n/hun/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..1ab01ae8d3 --- /dev/null +++ b/i18n/hun/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "a menüelemeket tƶmbkĆ©nt kell megadni", + "requirestring": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", + "optstring": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string` tĆ­pusĆŗnak kell lennie", + "vscode.extension.contributes.menuItem.command": "A vĆ©grehajtandó parancs azonosĆ­tója. A parancsot a 'commands'-szakaszban kell deklarĆ”lni", + "vscode.extension.contributes.menuItem.alt": "Egy alternatĆ­v vĆ©grehajtandó parancs azonosĆ­tója. A parancsot a 'commands'-szakaszban kell deklarĆ”lni", + "vscode.extension.contributes.menuItem.when": "A feltĆ©telnek igaznak kell lennie az elem megjelenĆ­tĆ©sĆ©hez", + "vscode.extension.contributes.menuItem.group": "A csoport, amibe a parancs tartozik", + "vscode.extension.contributes.menus": "Menüket szolgĆ”ltat a szerkesztőhƶz", + "menus.commandPalette": "A parancskatalógus", + "menus.touchBar": "A Touch Bar (csak macOS-en)", + "menus.editorTitle": "A szerkesztőablak cĆ­msora menüje", + "menus.editorContext": "A szerkesztőablak helyi menüje", + "menus.explorerContext": "A fĆ”jlkezelő helyi menüje", + "menus.editorTabContext": "A szerkesztőablak füleinek helyi menüje", + "menus.debugCallstackContext": "A hibakeresĆ©si hĆ­vĆ”si verem helyi menüje", + "menus.scmTitle": "A verziókezelő cĆ­msorĆ”nak menüje", + "menus.scmSourceControl": "A verziókezelő menüje", + "menus.resourceGroupContext": "A verziókezelő erőforrĆ”scsoportja helyi menüje", + "menus.resourceStateContext": "A verziókzeleő erőforrĆ”sĆ”llapot helyi menüje", + "view.viewTitle": "A szolgĆ”ltatott nĆ©zet cĆ­msorĆ”nak menüje", + "view.itemContext": "A szolgĆ”ltatott nĆ©zet elemĆ©nek helyi menüje", + "nonempty": "az Ć©rtĆ©k nem lehet üres.", + "opticon": "a(z) `icon` tulajdonsĆ”g elhagyható vagy ha van Ć©rtĆ©ke, akkor string vagy literĆ”l (pl. `{dark, light}`) tĆ­pusĆŗnak kell lennie", + "requireStringOrObject": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` vagy `object` tĆ­pusĆŗnak kell lennie", + "requirestrings": "a(z) `{0}` Ć©s `{1}` tulajdonsĆ”gok kƶtelezők Ć©s `string` tĆ­pusĆŗnak kell lenniük", + "vscode.extension.contributes.commandType.command": "A vĆ©grehajtandó parancs azonosĆ­tója", + "vscode.extension.contributes.commandType.title": "A cĆ­m, amivel a parancs meg fog jelenni a felhasznĆ”lói felületen", + "vscode.extension.contributes.commandType.category": "(Nem kƶtelező) Kategória neve, amibe a felületen csoportosĆ­tva lesz a parancs", + "vscode.extension.contributes.commandType.icon": "(Nem kƶtelező) Ikon, ami reprezentĆ”lni fogja a parancsot a felhasznĆ”lói felületen. Egy fĆ”jl elĆ©rĆ©si Ćŗtja vagy egy szĆ­ntĆ©ma-konfigurĆ”ció", + "vscode.extension.contributes.commandType.icon.light": "Az ikon elĆ©rĆ©si Ćŗtja, ha vilĆ”gos tĆ©ma van hasznĆ”latban", + "vscode.extension.contributes.commandType.icon.dark": "Az ikon elĆ©rĆ©si Ćŗtja, ha sƶtĆ©t tĆ©ma van hasznĆ”latban", + "vscode.extension.contributes.commands": "Parancsokat szolgĆ”ltat a parancskatalógushoz.", + "dup": "A(z) `{0}` parancs tƶbbszƶr szerepel a `commands`-szakaszban.", + "menuId.invalid": "A(z) `{0}` nem Ć©rvĆ©nyes menüazonosĆ­tó", + "missing.command": "A menüpont a(z) `{0}` parancsra hivatkozik, ami nincs deklarĆ”lva a 'commands'-szakaszban.", + "missing.altCommand": "A menüpont a(z) `{0}` alternatĆ­v parancsra hivatkozik, ami nincs deklarĆ”lva a 'commands'-szakaszban.", + "dupe.command": "A menüpont ugyanazt a parancsot hivatkozza alapĆ©rtelmezett Ć©s alternatĆ­v parancskĆ©nt" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index 02c79dcdff..5454fc4c27 100644 --- a/i18n/hun/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/hun/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "A beĆ”llĆ­tĆ”sok ƶsszefoglaló leĆ­rĆ”sa. Ez a cĆ­mke jelenik meg a beĆ”llĆ­tĆ”sok fĆ”jlban egy külƶnĆ”lló megjegyzĆ©skĆ©nt.", "vscode.extension.contributes.configuration.properties": "A konfigurĆ”ciós tulajdonsĆ”gok leĆ­rĆ”sa.", "scope.window.description": "Ablakspecifikus beĆ”llĆ­tĆ”s, ami konfigurĆ”lható a felhasznĆ”lói vagy munkaterületi beĆ”llĆ­tĆ”sokban.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "A mappa neve. Nem kƶtelező megadni.", "workspaceConfig.uri.description": "A mappa URI-ja", "workspaceConfig.settings.description": "Munkaterület-beĆ”llĆ­tĆ”sok", + "workspaceConfig.launch.description": "Munkaterületspecifikus indĆ­tĆ”si konfigurĆ”ciók", "workspaceConfig.extensions.description": "Munkaterület-kiegĆ©szĆ­tők", "unknownWorkspaceProperty": "Ismeretlen munkaterület-konfigurĆ”ciós tulajdonsĆ”g" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/hun/src/vs/workbench/services/configuration/node/configuration.i18n.json index 209303272b..e82e33aace 100644 --- a/i18n/hun/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/hun/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/hun/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index 138b32aacb..7f76784fd3 100644 --- a/i18n/hun/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "FeladatkonfigurĆ”ció megnyitĆ”sa", "openLaunchConfiguration": "IndĆ­tĆ”si konfigurĆ”ció megnyitĆ”sa", - "close": "BezĆ”rĆ”s", "open": "BeĆ”llĆ­tĆ”sok megnyitĆ”sa", "saveAndRetry": "MentĆ©s Ć©s ĆŗjrapróbĆ”lkozĆ”s", "errorUnknownKey": "Nem sikerült Ć­rni a kƶvetkezőbe: {0}. A(z) {1} nem regisztrĆ”lt beĆ”llĆ­tĆ”s.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "Nem sikerült Ć­rni a munkaterület beĆ”llĆ­tĆ”saiba, mert a(z) {0} nem tĆ”mogatott munkaterületi hatókƶrben egy tƶbb mappĆ”t tartalmazó munkaterületen.", "errorInvalidFolderTarget": "Nem sikerült Ć­rni a mappa beĆ”llĆ­tĆ”saiba, mert nincs erőforrĆ”s megadva.", "errorNoWorkspaceOpened": "Nem sikerült Ć­rni a kƶvetkezőbe: {0}. Nincs munkaterület megnyitva. Nyisson meg egy munkaterületet, majd próbĆ”lja Ćŗjra!", - "errorInvalidTaskConfiguration": "Nem sikerült Ć­rni a feladatkonfigurĆ”ciós fĆ”jlba. Nyissa meg az **FeladatkonfigurĆ”ciós** fĆ”jlt, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", - "errorInvalidLaunchConfiguration": "Nem sikerült Ć­rni az indĆ­tĆ”si fĆ”jlba. Nyissa meg az **IndĆ­tĆ”si** fĆ”jlt, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", - "errorInvalidConfiguration": "Nem sikerült Ć­rni a felhasznĆ”lói beĆ”llĆ­tĆ”sokba. Nyissa meg a **FelhasznĆ”lói beĆ”llĆ­tĆ”sokat**, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", - "errorInvalidConfigurationWorkspace": "Nem sikerült Ć­rni a munkaterület beĆ”llĆ­tĆ”saiba. Nyissa meg a **Munkaterület beĆ”llĆ­tĆ”sait**, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", - "errorInvalidConfigurationFolder": "Nem sikerült Ć­rni a mappa beĆ”llĆ­tĆ”saiba. Nyissa meg a **Mappa beĆ”llĆ­tĆ”sait**, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", - "errorTasksConfigurationFileDirty": "Nem sikerült Ć­rni a feladatkonfigurĆ”ciós fĆ”jlba, mert a fĆ”jl módosĆ­tva lett. Mentse a **FeladatkonfigurĆ”ciós** fĆ”jlt, majd próbĆ”lja Ćŗjra!", - "errorLaunchConfigurationFileDirty": "Nem sikerült Ć­rni az indĆ­tĆ”si fĆ”jlba, mert a fĆ”jl módosĆ­tva lett. Mentse az **IndĆ­tĆ”si konfigurĆ”ció** fĆ”jlt, majd próbĆ”lja Ćŗjra!", - "errorConfigurationFileDirty": "Nem sikerült Ć­rni a felhasznĆ”lói beĆ”llĆ­tĆ”sokba, mert a fĆ”jl módosĆ­tva lett. Mentse a **FelhasznĆ”lói beĆ”llĆ­tĆ”sok** fĆ”jlt, majd próbĆ”lja Ćŗjra!", - "errorConfigurationFileDirtyWorkspace": "Nem sikerült Ć­rni a munkaterületi beĆ”llĆ­tĆ”sokba, mert a fĆ”jl módosĆ­tva lett. Mentse a **Munkaterület beĆ”llĆ­tĆ”sai** fĆ”jlt, majd próbĆ”lja Ćŗjra!", - "errorConfigurationFileDirtyFolder": "Nem sikerült Ć­rni a mappa beĆ”llĆ­tĆ”saiba, mert a fĆ”jl módosĆ­tva lett. Mentse a **Mappa beĆ”llĆ­tĆ”sai** fĆ”jlt a(z) **{0}** mappĆ”ban, majd próbĆ”lja Ćŗjra!", + "errorInvalidTaskConfiguration": "Nem sikerült Ć­rni a feladatokat tartalmazó konfigurĆ”ciós fĆ”jljĆ”ba. Nyissa meg a fĆ”jlt, javĆ­tsa a benne talĆ”lható hibĆ”kat Ć©s figyelmeztetĆ©seket, majd próbĆ”lja Ćŗjra!", + "errorInvalidLaunchConfiguration": "Nem sikerült Ć­rni az indĆ­tĆ”si konfigurĆ”ciós fĆ”jlba. Nyissa meg a fĆ”jlt, javĆ­tsa a benne talĆ”lható hibĆ”kat Ć©s figyelmeztetĆ©seket, majd próbĆ”lja Ćŗjra!", + "errorInvalidConfiguration": "Nem sikerült Ć­rni a felhasznĆ”lói beĆ”llĆ­tĆ”sokba. Nyissa meg a felhasznĆ”lói beĆ”llĆ­tĆ”sokat, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", + "errorInvalidConfigurationWorkspace": "Nem sikerült Ć­rni a munkaterület beĆ”llĆ­tĆ”saiba. Nyissa meg a munkaterület beĆ”llĆ­tĆ”sait, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", + "errorInvalidConfigurationFolder": "Nem sikerült Ć­rni a mappa beĆ”llĆ­tĆ”saiba. Nyissa meg a(z) '{0}' mappa beĆ”llĆ­tĆ”sait, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", + "errorTasksConfigurationFileDirty": "Nem sikerült Ć­rni a feladatokat tartalmazó konfigurĆ”ciós fĆ”jljĆ”ba, mert módosĆ­tva lett. Mentse, majd próbĆ”lja Ćŗjra!", + "errorLaunchConfigurationFileDirty": "Nem sikerült Ć­rni az indĆ­tĆ”si konfigurĆ”ciós fĆ”jlba, mert a fĆ”jl módosĆ­tva lett. Mentse, majd próbĆ”lja Ćŗjra!", + "errorConfigurationFileDirty": "Nem sikerült Ć­rni a felhasznĆ”lói beĆ”llĆ­tĆ”sokba, mert a fĆ”jl módosĆ­tva lett. Mentse a felhasznĆ”lói beĆ”llĆ­tĆ”sokat tartalmazó fĆ”jlt, majd próbĆ”lja Ćŗjra!", + "errorConfigurationFileDirtyWorkspace": "Nem sikerült Ć­rni a munkaterületi beĆ”llĆ­tĆ”sokba, mert a fĆ”jl módosĆ­tva lett. Mentse a munkaterület beĆ”llĆ­tĆ”sait tartalmazó fĆ”jlt, majd próbĆ”lja Ćŗjra!", + "errorConfigurationFileDirtyFolder": "Nem sikerült Ć­rni a mappa beĆ”llĆ­tĆ”sait tartalmazó fĆ”jlba, mert a fĆ”jl módosĆ­tva lett. Mentse a(z) '{0}' mappa beĆ”llĆ­tĆ”sait tartalmazó fĆ”jlt, majd próbĆ”lja Ćŗjra!", "userTarget": "FelhasznĆ”lói beĆ”llĆ­tĆ”sok", "workspaceTarget": "Munkaterület-beĆ”llĆ­tĆ”sok", "folderTarget": "MappabeĆ”lĆ­ltĆ”sok" diff --git a/i18n/hun/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/hun/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 07e319a571..7caad98da4 100644 --- a/i18n/hun/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "Nem sikerült Ć­rni a fĆ”jlba. Nyissa meg a fĆ”jlt, javĆ­tsa a hibĆ”kat Ć©s figyelmeztetĆ©seket a fĆ”jlban, majd próbĆ”lja Ćŗjra!", "errorFileDirty": "Nem sikerült Ć­rni a fĆ”jlba, mert a fĆ”jl módosĆ­tva lett. Mentse a fĆ”jlt, majd próbĆ”lja Ćŗjra!" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/hun/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index afdabd0142..55976bdbb5 100644 --- a/i18n/hun/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/hun/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index afdabd0142..9ac21a4003 100644 --- a/i18n/hun/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetria", "telemetry.enableCrashReporting": "ƖsszeomlĆ”si jelentĆ©sek küldĆ©sĆ©nek engedĆ©lyezĆ©se a Microsofthoz.\nA beĆ”llĆ­tĆ”s Ć©rvĆ©nybe lĆ©pĆ©sĆ©hez ĆŗjraindĆ­tĆ”s szüksĆ©ges." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/hun/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index ccdbb2f20b..307bd068ed 100644 --- a/i18n/hun/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "Kiemelt elemeket tartalmaz" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/hun/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..aad2cdad3f --- /dev/null +++ b/i18n/hun/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&Igen", + "cancelButton": "MĆ©gse", + "moreFile": "...1 tovĆ”bbi fĆ”jl nincs megjelenĆ­tve", + "moreFiles": "...{0} tovĆ”bbi fĆ”jl nincs megjelenĆ­tve" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/hun/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/hun/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/hun/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/hun/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/hun/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/hun/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..14d2073ea6 --- /dev/null +++ b/i18n/hun/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "VS Code kiegĆ©szĆ­tőkhƶz. MeghatĆ”rozza azt a VS Code-verziót, amivel a kiegĆ©szĆ­tő kompatibilis. Nem lehet *. PĆ©ldĆ”ul a ^0.10.5 a VS Code minimum 0.10.5-ƶs verziójĆ”val való kompatibilitĆ”st jelzi.", + "vscode.extension.publisher": "A VS Code-kiegĆ©szĆ­tő kiadója.", + "vscode.extension.displayName": "A kiegĆ©szĆ­tő VS Code galĆ©riĆ”ban megjelenĆ­tett neve.", + "vscode.extension.categories": "A VS Code-galĆ©riĆ”ban való kategorizĆ”lĆ”sra hasznĆ”lt kategóriĆ”k.", + "vscode.extension.galleryBanner": "A VS Code piactĆ©ren hasznĆ”lt szalagcĆ­m.", + "vscode.extension.galleryBanner.color": "A VS Code piactĆ©ren hasznĆ”lt szalagcĆ­m szĆ­ne.", + "vscode.extension.galleryBanner.theme": "A szalagcĆ­mben hasznĆ”lt betűtĆ­pus szĆ­nsĆ©mĆ”ja.", + "vscode.extension.contributes": "A csomagban talĆ”lható ƶsszes szolgĆ”ltatĆ”s, amit ez a VS Code kiterjesztĆ©s tartalmaz.", + "vscode.extension.preview": "A kiegĆ©szĆ­tő előnĆ©zetesnek jelƶlĆ©se a piactĆ©ren.", + "vscode.extension.activationEvents": "A VS Code kiegĆ©szĆ­tő aktivĆ”lĆ”si esemĆ©nyei.", + "vscode.extension.activationEvents.onLanguage": "AktivĆ”ló esemĆ©ny, ami akkor fut le, ha az adott nyelvhez tĆ”rsĆ­tott fĆ”jl kerül megnyitĆ”sra.", + "vscode.extension.activationEvents.onCommand": "AktivĆ”ló esemĆ©ny, ami akkor fut le, amikor a megadott parancsot meghĆ­vjĆ”k.", + "vscode.extension.activationEvents.onDebug": "AktivĆ”ló esemĆ©ny, ami akkor fut le, ha a felhasznĆ”ló hibakeresĆ©st indĆ­t el vagy beĆ”llĆ­tani kĆ©szül a hibakeresĆ©si konfigurĆ”ciót.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "AktivĆ”ciós esemĆ©ny, ami minden esetben kivĆ”ltódik, ha \"launch.json\"-t kell lĆ©trehozni (Ć©s az ƶsszes provideDebugConfigurations metódusokat meg kell hĆ­vni).", + "vscode.extension.activationEvents.onDebugResolve": "AktivĆ”ló esemĆ©ny, ami akkor fut, ha a megadott tĆ­pusĆŗ hibakeresĆ©si munkamenetnek el kell indulnia (Ć©s a megfelelő resolveDebugConfiguration metódusokat meg kell hĆ­vni).", + "vscode.extension.activationEvents.workspaceContains": "AktivĆ”ló esemĆ©ny, ami akkor fut le, ha egy olyan mappa kerül megnyitĆ”sra, amiben legalĆ”bb egy olyan fĆ”jl van, amely illeszkedik a megadott globĆ”lis mintĆ”ra.", + "vscode.extension.activationEvents.onView": "AktivĆ”ló esemĆ©ny, ami akkor fut le, amikor a megadott nĆ©zetet kiterjesztik.", + "vscode.extension.activationEvents.star": "AktivĆ”ló esemĆ©ny, ami a VS Code indĆ­tĆ”sakor fut le. A jó felhasznĆ”lói Ć©lmĆ©ny Ć©rdekĆ©ben csak akkor hasznĆ”lja ezt az esemĆ©nyt, ha mĆ”s aktivĆ”ló esemĆ©nyek nem alkalmasak az adott kiegĆ©szĆ­tő esetĆ©ben.", + "vscode.extension.badges": "A kiegĆ©szĆ­tő piactĆ©ren talĆ”lható oldalĆ”nak oldalsĆ”vjĆ”ban megjelenő jelvĆ©nyek listĆ”ja.", + "vscode.extension.badges.url": "A jelvĆ©ny kĆ©p URL-je.", + "vscode.extension.badges.href": "A jelvĆ©ny hivatkozĆ”sa.", + "vscode.extension.badges.description": "A jelvĆ©ny leĆ­rĆ”sa.", + "vscode.extension.extensionDependencies": "MĆ”s kiegĆ©szĆ­tők, melyek függősĆ©gei ennek a kiegĆ©szĆ­tőnek. A kiegĆ©szĆ­tők azonosĆ­tója mindig ${publisher}.${name} formĆ”jĆŗ. PĆ©ldĆ”ul: vscode.csharp.", + "vscode.extension.scripts.prepublish": "A VS Code kiegĆ©szĆ­tő publikĆ”lĆ”sa előtt vĆ©grehajtott parancsfĆ”jl.", + "vscode.extension.scripts.uninstall": "EltĆ”volĆ­tĆ”si illesztőpont VS Code kiegĆ©szĆ­tők szĆ”mĆ”ra. ParancsfĆ”jl, ami a VS Code ĆŗjraindĆ­tĆ”sa (leĆ”llĆ”sa Ć©s elindĆ­tĆ”sa) esetĆ©n fut le a kiegĆ©szĆ­tő teljes eltĆ”volĆ­tĆ”sa utĆ”n. Csak Node-parancsfĆ”jlok hasznĆ”lhatók.", + "vscode.extension.icon": "Egy 128x128 pixeles ikon elĆ©rĆ©si Ćŗtja." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 4ffc18c313..7480459e4a 100644 --- a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "A kiegĆ©szĆ­tő gazdafolyamata nem idult el 10 mĆ”sodperben belül. ElkĆ©pzelhető, hogy megĆ”llt az első soron, Ć©s szüksĆ©ge van a hibakeresőre a folytatĆ”shoz.", "extensionHostProcess.startupFail": "A kiegĆ©szĆ­tő gazdafolyamata nem idult el 10 mĆ”sodperben belül. Ez problĆ©ma lehet.", + "reloadWindow": "Ablak ĆŗjratƶltĆ©se", "extensionHostProcess.error": "A kiegĆ©szĆ­tő gazdafolyamatĆ”tól hiba Ć©rkezett: {0}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 18419b7630..3313003f52 100644 --- a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) KiegĆ©szĆ­tő gazdafolyamat profilozĆ”sa..." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index e9cae50ed4..a940744ec7 100644 --- a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "Hiba a(z) {0} feldolgozĆ”sa kƶzben: {1}.", "fileReadFail": "A(z) ({0}) fĆ”jl nem olvasható: {1}.", - "jsonsParseFail": "Hiba a(z) {0} vagy {1} feldolgozĆ”sa kƶzben: {2}.", + "jsonsParseReportErrors": "Hiba a(z) {0} feldolgozĆ”sa kƶzben: {1}.", "missingNLSKey": "A(z) {0} kulcshoz tartozó üzenet nem talĆ”lható." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 50fa8eeeef..35211938d1 100644 --- a/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "Fejlesztői eszkƶzƶk", - "restart": "KiegĆ©szĆ­tő gazdafolyamatĆ”nak ĆŗjraindĆ­tĆ”sa", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "A kiegĆ©szĆ­tő gazdafolyamata vĆ”ratlanul leĆ”llt.", "extensionHostProcess.unresponsiveCrash": "A kiegĆ©szĆ­tő gazdafolyamata le lett Ć”llĆ­tva, mert nem vĆ”laszolt.", + "devTools": "Fejlesztői eszkƶzƶk", + "restart": "KiegĆ©szĆ­tő gazdafolyamatĆ”nak ĆŗjraindĆ­tĆ”sa", "overwritingExtension": "A(z) {0} kiegĆ©szĆ­tő felülĆ­rĆ”sa a kƶvetkezővel: {1}.", "extensionUnderDevelopment": "A(z) {0} elĆ©rĆ©si Ćŗton talĆ”lható fejlesztői kiegĆ©szĆ­tő betƶltĆ©se", - "extensionCache.invalid": "A kiegĆ©szĆ­tők módosultak a lemezen. Tƶltse Ćŗjra az ablakot!" + "extensionCache.invalid": "A kiegĆ©szĆ­tők módosultak a lemezen. Tƶltse Ćŗjra az ablakot!", + "reloadWindow": "Ablak ĆŗjratƶltĆ©se" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/hun/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..bcbbffe193 --- /dev/null +++ b/i18n/hun/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "Hiba a(z) {0} feldolgozĆ”sa kƶzben: {1}.", + "fileReadFail": "A(z) ({0}) fĆ”jl nem olvasható: {1}.", + "jsonsParseReportErrors": "Hiba a(z) {0} feldolgozĆ”sa kƶzben: {1}.", + "missingNLSKey": "A(z) {0} kulcshoz tartozó üzenet nem talĆ”lható.", + "notSemver": "A kiegĆ©szĆ­tő verziója nem semver-kompatibilis.", + "extensionDescription.empty": "A kiegĆ©szĆ­tő leĆ­rĆ”sa üres", + "extensionDescription.publisher": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", + "extensionDescription.name": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", + "extensionDescription.version": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", + "extensionDescription.engines": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `object` tĆ­pusĆŗnak kell lennie", + "extensionDescription.engines.vscode": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", + "extensionDescription.extensionDependencies": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string[]` tĆ­pusĆŗnak kell lennie", + "extensionDescription.activationEvents1": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string[]` tĆ­pusĆŗnak kell lennie", + "extensionDescription.activationEvents2": "a(z) `{0}` Ć©s `{1}` megadĆ”sa kƶtelező vagy mindkettőt el kell hagyni", + "extensionDescription.main1": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string` tĆ­pusĆŗnak kell lennie", + "extensionDescription.main2": "A `main` ({0}) nem a kiegĆ©szĆ­tő mappĆ”jĆ”n belül talĆ”lható ({1}). Emiatt előfordulhat, hogy a kiegĆ©szĆ­tő nem lesz hordozható.", + "extensionDescription.main3": "a(z) `{0}` Ć©s `{1}` megadĆ”sa kƶtelező vagy mindkettőt el kell hagyni" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/hun/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 132ee0675a..419a30cc60 100644 --- a/i18n/hun/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "A műkƶdĆ©shez Microsoft .NET-keretrendszer 4.5 szüksĆ©ges. A telepĆ­tĆ©shez kƶvesse az alĆ”bbi hivatkozĆ”st!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": ".NET Framework 4.5 letƶltĆ©se", "neverShowAgain": "Ne jelenĆ­tse meg Ćŗjra", + "netVersionError": "A műkƶdĆ©shez Microsoft .NET-keretrendszer 4.5 szüksĆ©ges. A telepĆ­tĆ©shez kƶvesse az alĆ”bbi hivatkozĆ”st!", + "learnMore": "UtasĆ­tĆ”sok", + "enospcError": "A {0} kezd kifogyni a fĆ”jlleĆ­rókból. Kƶvesse az utasĆ­tĆ”sokat az alĆ”bbi hivatkozĆ”son a problĆ©ma megoldĆ”sĆ”hoz!", + "binFailed": "A kƶvetkező fĆ”jlt nem sikerült a lomtĆ”rba helyezni: '{0}'", "trashFailed": "A(z) {0} kukĆ”ba helyezĆ©se nem sikerült" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/hun/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index f77948f527..c2d2782199 100644 --- a/i18n/hun/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "A fĆ”jl egy kƶnyvtĆ”r", + "fileNotModifiedError": "A fĆ”jl azóta nem módosult", "fileBinaryError": "A fĆ”jl binĆ”risnak tűnik Ć©s nem nyitható meg szƶvegkĆ©nt" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/hun/src/vs/workbench/services/files/node/fileService.i18n.json index 91ce4d8f75..942007243d 100644 --- a/i18n/hun/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "ƉrvĆ©nytelen fĆ”jlerőforrĆ”s ({0})", "fileIsDirectoryError": "A fĆ”jl egy kƶnyvtĆ”r", "fileNotModifiedError": "A fĆ”jl azóta nem módosult", + "fileTooLargeForHeapError": "A fĆ”jlmĆ©ret nagyobb, mint az ablak memóriakorlĆ”tja. PróbĆ”lja meg a kƶvetkező parancsot futtatni: code --max-memory=<ÚJ MƉRET>", "fileTooLargeError": "A fĆ”jl tĆŗl nagy a megnyitĆ”shoz", "fileNotFoundError": "FĆ”jl nem talĆ”lható ({0})", "fileBinaryError": "A fĆ”jl binĆ”risnak tűnik Ć©s nem nyitható meg szƶvegkĆ©nt", + "filePermission": "EngedĆ©ly megtagadva a fĆ”jl Ć­rĆ”sĆ”ra ({0})", "fileExists": "A lĆ©trehozandó fĆ”jl mĆ”r lĆ©tezik ({0})", "fileMoveConflict": "Nem lehet Ć”thelyezni vagy mĆ”solni. A fĆ”jl mĆ”r lĆ©tezik a cĆ©lhelyen.", "unableToMoveCopyError": "Nem lehet Ć”thelyezni vagy mĆ”solni. A fĆ”jl felülĆ­rnĆ” a mappĆ”t, amiben talĆ”lható.", diff --git a/i18n/hun/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..18aa9410c6 --- /dev/null +++ b/i18n/hun/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "JSON-sĆ©makonfigurĆ”ciókat szolgĆ”ltat.", + "contributes.jsonValidation.fileMatch": "Az illesztendő fĆ”jlok mintĆ”ja, pĆ©ldĆ”ul \"package.json\" vagy \"*.launch\".", + "contributes.jsonValidation.url": "A sĆ©ma URL-cĆ­me ('http:', 'https:') vagy relatĆ­v elĆ©rĆ©si Ćŗtja a kiegĆ©szĆ­tő mappĆ”jĆ”hoz kĆ©pest ('./').", + "invalid.jsonValidation": "a 'configuration.jsonValidation' Ć©rtĆ©kĆ©t tƶmbkĆ©nt kell megadni", + "invalid.fileMatch": "a 'configuration.jsonValidation.fileMatch' tulajdonsĆ”g kƶtelező", + "invalid.url": "a 'configuration.jsonValidation.url' Ć©rtĆ©ke URL-cĆ­m vagy relatĆ­v elĆ©rĆ©si Ćŗt lehet", + "invalid.url.fileschema": "a 'configuration.jsonValidation.url' Ć©rvĆ©nytelen relatĆ­v elĆ©rĆ©si utat tartalmaz: {0}", + "invalid.url.schema": "a 'configuration.jsonValidation.url' Ć©rtĆ©nĆ©nek 'http:'-tal, 'https:'-tal, vagy a kiegĆ©szĆ­tőben elhelyezett sĆ©mĆ”k hivatkozĆ”sa esetĆ©n './'-rel kell kezdődnie." +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/hun/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index 36032acbd6..055a776092 100644 --- a/i18n/hun/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/hun/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "Nem lehet Ć­rni, mert a fĆ”jl módosult. Mentse a **Billentyűparancsok** fĆ”jlt, majd próbĆ”lja Ćŗjra.", - "parseErrors": "Nem lehet Ć­rni a billentyűparancsokat. Nyissa meg a**Billentyűparancsok fĆ”jl**t, javĆ­tsa a benne talĆ”lható hibĆ”kat vagy figyelmeztetĆ©seket, majd próbĆ”lja Ćŗjra.", - "errorInvalidConfiguration": "Nem lehet Ć­rni a billentyűparancsokat. A **Billentyűparancsok fĆ”jlban** vagy egy objektum, ami nem tƶmb tĆ­pusĆŗ. Nyissa meg a fĆ”jlt a helyreĆ”llĆ­tĆ”shoz, majd próbĆ”lja Ćŗjra.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "Nem lehet Ć­rni a billentyűparancsokat tartalmazó fĆ”jlba, mert módosĆ­tva lett. Mentse, majd próbĆ”lja Ćŗjra!", + "parseErrors": "Nem lehet Ć­rni a billentyűparancsokat tartalmazó konfigurĆ”ciós fĆ”jlba. Nyissa meg a fĆ”jlt, javĆ­tsa a benne talĆ”lható hibĆ”kat vagy figyelmeztetĆ©seket, majd próbĆ”lja Ćŗjra!", + "errorInvalidConfiguration": "Nem lehet Ć­rni a billentyűparancsokat tartalmazó konfigurĆ”ciós fĆ”jlt. A fĆ”jlban van egy objektum, ami nem tƶmb tĆ­pusĆŗ. Nyissa meg a fĆ”jlt, javĆ­tsa a hibĆ”t, majd próbĆ”lja Ćŗjra!", "emptyKeybindingsHeader": "Az ebben a fĆ”jlban elhelyezett billentyűparancsok felülĆ­rjĆ”k az alapĆ©rtelmezett beĆ”llĆ­tĆ”sokat" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/hun/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 6928f2f193..4606f89636 100644 --- a/i18n/hun/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "az Ć©rtĆ©k nem lehet üres.", "requirestring": "a(z) `{0}` tulajdonsĆ”g kƶtelező Ć©s `string` tĆ­pusĆŗnak kell lennie", "optstring": "a(z) `{0}` tulajdonsĆ”g elhagyható vagy `string` tĆ­pusĆŗnak kell lennie", @@ -22,5 +24,6 @@ "keybindings.json.when": "A billentyűparancs aktivĆ”lĆ”si feltĆ©tele.", "keybindings.json.args": "A vĆ©grehajtandó parancs szĆ”mĆ”ra Ć”tadott argumentumok", "keyboardConfigurationTitle": "Billentyűzet", - "dispatch": "MeghatĆ”rozza, hogy a billentyűleütĆ©sek Ć©szlelĆ©sĆ©hez a `code` (ajĆ”nlott) vagy `keyCode` esemĆ©ny legyen hasznĆ”lva." + "dispatch": "MeghatĆ”rozza, hogy a billentyűleütĆ©sek Ć©szlelĆ©sĆ©hez a `code` (ajĆ”nlott) vagy `keyCode` esemĆ©ny legyen hasznĆ”lva.", + "touchbar.enabled": "Ha elĆ©rhető, engedĆ©lyezi a macOS Ć©rintősĆ”vgombokat a billentyűzeten." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/hun/src/vs/workbench/services/message/browser/messageList.i18n.json index f97efd6f3e..4ba2f69132 100644 --- a/i18n/hun/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/hun/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Hiba: {0}", "alertWarningMessage": "FigyelmeztetĆ©s: {0}", "alertInfoMessage": "InformĆ”ció: {0}", diff --git a/i18n/hun/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/hun/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index 1da61962be..7595fdcb0b 100644 --- a/i18n/hun/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&Igen", "cancelButton": "MĆ©gse" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/hun/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 61665d51d6..045fd2c23b 100644 --- a/i18n/hun/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "NyelvdeklarĆ”ciókat definiĆ”l.", "vscode.extension.contributes.languages.id": "A nyelv azonosĆ­tója", "vscode.extension.contributes.languages.aliases": "A nyelv kiegĆ©szĆ­tő nevei.", diff --git a/i18n/hun/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/hun/src/vs/workbench/services/progress/browser/progressService2.i18n.json index 483d1f717c..7557bf18aa 100644 --- a/i18n/hun/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/hun/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} – {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 4ae6117a72..72975b30f2 100644 --- a/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "TextMate-tokenizĆ”lókat szolgĆ”ltat.", "vscode.extension.contributes.grammars.language": "Annak a nyelvnek az azonosĆ­tója, amely szĆ”mĆ”ra szolgĆ”ltatva van ez a szintaxis.", "vscode.extension.contributes.grammars.scopeName": "A tmLanguage-fĆ”jl Ć”ltal hasznĆ”lt TextMate-hatókƶr neve.", diff --git a/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index be4ee2e798..48305e482e 100644 --- a/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/hun/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "Ismeretlen nyelv talĆ”lható a kƶvetkezőben: `contributes.{0}.language`. A megadott Ć©rtĆ©k: {1}", "invalid.scopeName": "HiĆ”nyzó karakterlĆ”nc a `contributes.{0}.scopeName`-ben. A megadott Ć©rtĆ©k: {1}", "invalid.path.0": "HiĆ”nyzó karakterlĆ”nc a `contributes.{0}.path`-ban. A megadott Ć©rtĆ©k: {1}", diff --git a/i18n/hun/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/hun/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index df0fb44698..8eb1b893eb 100644 --- a/i18n/hun/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/hun/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "A fĆ”jl módosĆ­tva lett. Mentse, mielőtt megnyitnĆ” egy mĆ”sik kódolĆ”ssal.", "genericSaveError": "Hiba a(z) {0} mentĆ©se kƶzben ({1})." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/hun/src/vs/workbench/services/textfile/common/textFileService.i18n.json index ce232b1ad2..485fd7514e 100644 --- a/i18n/hun/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "A módosĆ­tott fĆ”jlokat nem sikerült kiĆ­rni a biztonsĆ”gi mentĆ©seket tartalmazó tĆ”rhelyre (Hiba: {0}). PróbĆ”lja meg menteni a fĆ”jlokat, majd lĆ©pjen ki!" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/hun/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index a411a51ba5..d5791c49fe 100644 --- a/i18n/hun/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "SzeretnĆ© menteni a(z) {0} fĆ”jlban elvĆ©gzett módosĆ­tĆ”sokat?", "saveChangesMessages": "SzeretnĆ© menteni a kƶvetkező {0} fĆ”jlban elvĆ©gzett módosĆ­tĆ”sokat?", - "moreFile": "...1 tovĆ”bbi fĆ”jl nincs megjelenĆ­tve", - "moreFiles": "...{0} tovĆ”bbi fĆ”jl nincs megjelenĆ­tve", "saveAll": "Ɩ&&sszes mentĆ©se", "save": "MentĆ©&&s", "dontSave": "&&Ne mentse", diff --git a/i18n/hun/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/hun/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..84142e849f --- /dev/null +++ b/i18n/hun/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "KiegĆ©szĆ­tők Ć”ltal definiĆ”lt, tĆ©mĆ”zható szĆ­neket szolgĆ”ltat.", + "contributes.color.id": "A tĆ©mĆ”zható szĆ­n azonosĆ­tója.", + "contributes.color.id.format": "Az azonosĆ­tókat az aa[.bb]* formĆ”ban kell megadni.", + "contributes.color.description": "A tĆ©mĆ”zható szĆ­n leĆ­rĆ”sa.", + "contributes.defaults.light": "Az alapĆ©rtelmezett szĆ­n vilĆ”gos tĆ©mĆ”k esetĆ©n. Vagy egy szĆ­n hex formĆ”tumban (#RRGGBB[AA]) vagy egy tĆ©mĆ”zható szĆ­n azonosĆ­tója, ami meghatĆ”rozza az alapĆ©rtelmezett Ć©rtĆ©ket.", + "contributes.defaults.dark": "Az alapĆ©rtelmezett szĆ­n sƶtĆ©t tĆ©mĆ”k esetĆ©n. Vagy egy szĆ­n hex formĆ”tumban (#RRGGBB[AA]) vagy egy tĆ©mĆ”zható szĆ­n azonosĆ­tója, ami meghatĆ”rozza az alapĆ©rtelmezett Ć©rtĆ©ket.", + "contributes.defaults.highContrast": "Az alapĆ©rtelmezett szĆ­n nagy kontrasztĆŗ tĆ©mĆ”k esetĆ©n. Vagy egy szĆ­n hex formĆ”tumban (#RRGGBB[AA]) vagy egy tĆ©mĆ”zható szĆ­n azonosĆ­tója, ami meghatĆ”rozza az alapĆ©rtelmezett Ć©rtĆ©ket.", + "invalid.colorConfiguration": "a 'configuration.colors' Ć©rtĆ©kĆ©t tƶmbkĆ©nt kell megadni", + "invalid.default.colorType": "A(z) {0} Ć©rtĆ©ke egy szĆ­n hex formĆ”tumban (#RRGGBB[AA]) vagy egy tĆ©mĆ”zható szĆ­n azonosĆ­tója, ami meghatĆ”rozza az alapĆ©rtelmezett Ć©rtĆ©ket.", + "invalid.id": "A 'configuration.colors.id' Ć©rtĆ©kĆ©t meg kell adni, Ć©s nem lehet üres", + "invalid.id.format": "A 'configuration.colors.id' Ć©rtĆ©kĆ©t a word[.word]* formĆ”tumban kell megadni.", + "invalid.description": "A 'configuration.colors.description' Ć©rtĆ©kĆ©t meg kell adni, Ć©s nem lehet üres", + "invalid.defaults": "A 'configuration.colors.defaults' Ć©rtĆ©kĆ©t meg kell adni, Ć©s tartalmaznia kell 'light', 'dark' Ć©s 'highContrast' tulajdonsĆ”gokat" +} \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/hun/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index c5c7acc39f..c726c2735d 100644 --- a/i18n/hun/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/hun/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "A token szĆ­ne Ć©s stĆ­lusa.", "schema.token.foreground": "A token előtĆ©rszĆ­ne.", "schema.token.background.warning": "A tokenek hĆ”ttĆ©rszĆ­ne jelenleg nem tĆ”mogatott.", - "schema.token.fontStyle": "A szabĆ”ly betűtĆ­pusĆ”nak stĆ­lusa: 'italic', 'bold', 'underline', vagy ezek kombinĆ”ciója", - "schema.fontStyle.error": "A betűtĆ­pus stĆ­lusa 'italic', 'bold', 'underline', vagy ezek kombinĆ”ciója lehet.", + "schema.token.fontStyle": "A szabĆ”ly betűstĆ­lusa 'italic', 'bold', 'underline', ezek kombinĆ”ciója lehet. Az üres szƶveg eltĆ”volĆ­tja az ƶrƶkƶlt beĆ”llĆ­tĆ”sokat.", + "schema.fontStyle.error": "A betűstĆ­lus 'italic', 'bold', 'underline', ezek kombinĆ”ciója vagy üres szƶveg lehet.", + "schema.token.fontStyle.none": "Nincs (ƶrƶkƶlt stĆ­lusok eltĆ”volĆ­tĆ”sa)", "schema.properties.name": "A szabĆ”ly leĆ­rĆ”sa.", "schema.properties.scope": "Hatókƶrszelektor, amire ez a szabĆ”ly illeszkedik.", "schema.tokenColors.path": "Egy tmTheme-fĆ”jl elĆ©rĆ©si Ćŗtja (az aktuĆ”lis fĆ”jlhoz kĆ©pest relatĆ­van).", diff --git a/i18n/hun/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/hun/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index 1a824863bd..d229e2fbea 100644 --- a/i18n/hun/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/hun/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "Kinyitott mappĆ”nĆ”l hasznĆ”lt ikon. A kinyitott mappa ikonjĆ”t nem kƶtelező megadni. Ha nincs megadva, akkor a mappaikon lesz megjelenĆ­tve.", "schema.folder": "A bezĆ”rt mappĆ”k ikonja, illetve ha a folderExpanded nincs megadva, akkor a kinyitott mappĆ”kĆ© is.", "schema.file": "Az alapĆ©rtelmezett fĆ”jlikon, ami minden olyan fĆ”jlnĆ”l megjelenik, ami nem illeszkedik egyetlen kiterjesztĆ©sre, fĆ”jlnĆ©vre vagy nyelvazonosĆ­tóra sem.", diff --git a/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index d3d8dca1d7..2860e9da15 100644 --- a/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "Hiba a JSON tĆ©mafĆ”jl feldolgozĆ”sa kƶzben: {0}", "error.invalidformat.colors": "Hiba a szĆ­ntĆ©mafĆ”jl feldolgozĆ”sa kƶzben: {0}. A 'colors' Ć©rtĆ©ke nem 'object' tĆ­pusĆŗ.", "error.invalidformat.tokenColors": "Hiba a szĆ­ntĆ©mafĆ”jl feldolgozĆ”sa kƶzben: {0}. A 'tokenColors' tulajdonsĆ”g vagy egy szĆ­neket tartalmazó tƶmb legyen vagy egy TextMate tĆ©mafĆ”jl elĆ©rĆ©si Ćŗtja.", diff --git a/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 4dace3f126..7faff2dd71 100644 --- a/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/hun/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "TextMate-szĆ­ntĆ©mĆ”kat szolgĆ”ltat.", "vscode.extension.contributes.themes.id": "Az ikontĆ©ma felhasznĆ”lói beĆ”llĆ­tĆ”sokban hasznĆ”lt azonosĆ­tója.", "vscode.extension.contributes.themes.label": "A szĆ­ntĆ©ma felhasznĆ”lói felületen megjelenő neve.", diff --git a/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index 91291d589e..d85a995085 100644 --- a/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Hiba a fĆ”jlikonokat leĆ­ró fĆ”jl feldolgozĆ”sa kƶzben: {0}" } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index bdbe180864..73b37dd0dc 100644 --- a/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/hun/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "FĆ”jlikontĆ©mĆ”kat szolgĆ”ltat.", "vscode.extension.contributes.iconThemes.id": "Az ikontĆ©ma felhasznĆ”lói beĆ”llĆ­tĆ”sokban hasznĆ”lt azonosĆ­tója.", "vscode.extension.contributes.iconThemes.label": "Az ikontĆ©ma felhasznĆ”lói felületen megjelenő neve.", diff --git a/i18n/hun/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/hun/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index d67776bc43..8f9339d9c0 100644 --- a/i18n/hun/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Nem sikerült betƶlteni a(z) '{0}' tĆ©mĆ”t: {1}.", "colorTheme": "MeghatĆ”rozza a munkaterületen hasznĆ”lt szĆ­ntĆ©mĆ”t.", "colorThemeError": "A tĆ©ma ismeretlen vagy nincs telepĆ­tve.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "Nincsenek fĆ”jlikonok", "iconThemeError": "A fĆ”jlikontĆ©ma ismeretlen vagy nincs telepĆ­tve.", "workbenchColors": "FelülĆ­rja az aktuĆ”lis szĆ­ntĆ©mĆ”ban definiĆ”lt szĆ­neket.", - "editorColors": "FelülĆ­rja az aktuĆ”lis szĆ­ntĆ©mĆ”ban definiĆ”lt, szerkesztőablakhoz kapcsolódó szĆ­neket Ć©s betűstĆ­lusokat.", "editorColors.comments": "MeghatĆ”rozza a megjegyzĆ©sek szĆ­nĆ©t Ć©s stĆ­lusĆ”t.", "editorColors.strings": "MeghatĆ”rozza a sztringliterĆ”lok szĆ­nĆ©t Ć©s stĆ­lusĆ”t.", "editorColors.keywords": "MeghatĆ”rozza a kulcsszavak szĆ­nĆ©t Ć©s stĆ­lusĆ”t.", @@ -19,5 +20,6 @@ "editorColors.types": "MeghatĆ”rozza a tĆ­pusdeklarĆ”ciók Ć©s -referenciĆ”k szĆ­nĆ©t Ć©s stĆ­lusĆ”t.", "editorColors.functions": "MeghatĆ”rozza a függvĆ©nydeklarĆ”ciók Ć©s -referenciĆ”k szĆ­nĆ©t Ć©s stĆ­lusĆ”t.", "editorColors.variables": "MeghatĆ”rozza a vĆ”ltozódeklarĆ”ciók Ć©s -referenciĆ”k szĆ­nĆ©t Ć©s stĆ­lusĆ”t.", - "editorColors.textMateRules": "SzĆ­nek Ć©s stĆ­lusok beĆ”llĆ­tĆ”sa textmate tĆ©mĆ”zĆ”si szabĆ”lyok alapjĆ”n (haladó)." + "editorColors.textMateRules": "SzĆ­nek Ć©s stĆ­lusok beĆ”llĆ­tĆ”sa textmate tĆ©mĆ”zĆ”si szabĆ”lyok alapjĆ”n (haladó).", + "editorColors": "FelülĆ­rja az aktuĆ”lis szĆ­ntĆ©mĆ”ban definiĆ”lt, szerkesztőablakhoz kapcsolódó szĆ­neket Ć©s betűstĆ­lusokat." } \ No newline at end of file diff --git a/i18n/hun/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/hun/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 068445ae82..c6e5443243 100644 --- a/i18n/hun/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/hun/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "Nem sikerült Ć­rni a munkaterület konfigurĆ”ciós fĆ”jljĆ”ba. Nyissa meg a fĆ”jlt, javĆ­tsa a benne talĆ”lható hibĆ”kat Ć©s figyelmeztetĆ©seket, majd próbĆ”lja Ćŗjra!", "errorWorkspaceConfigurationFileDirty": "Nem sikerült Ć­rni a munkaterület konfigurĆ”ciós fĆ”jljĆ”ba, mert módosĆ­tva lett. Mentse, majd próbĆ”lja Ćŗjra!", - "openWorkspaceConfigurationFile": "Munkaterület konfigurĆ”ciós fĆ”jljĆ”nak megnyitĆ”sa", - "close": "BezĆ”rĆ”s", - "enterWorkspace.close": "BezĆ”rĆ”s", - "enterWorkspace.dontShowAgain": "Ne jelenĆ­tse meg Ćŗjra", - "enterWorkspace.moreInfo": "TovĆ”bbi informĆ”ció", - "enterWorkspace.prompt": "Tudjon meg tƶbbet arról, hogyan dolgozhat egyszerre tƶbb mappĆ”val a VS Code-ban!" + "openWorkspaceConfigurationFile": "Munkaterület-konfigurĆ”ció megnyitĆ”sa" } \ No newline at end of file diff --git a/i18n/ita/extensions/azure-account/out/azure-account.i18n.json b/i18n/ita/extensions/azure-account/out/azure-account.i18n.json index 7417dd475b..afd4a3df23 100644 --- a/i18n/ita/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/ita/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/extensions/azure-account/out/extension.i18n.json b/i18n/ita/extensions/azure-account/out/extension.i18n.json index a89b7f23c8..aa911ddabb 100644 --- a/i18n/ita/extensions/azure-account/out/extension.i18n.json +++ b/i18n/ita/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/extensions/bat/package.i18n.json b/i18n/ita/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..1752a44ec7 --- /dev/null +++ b/i18n/ita/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Windows Bat", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file batch Windows." +} \ No newline at end of file diff --git a/i18n/ita/extensions/clojure/package.i18n.json b/i18n/ita/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..7bd0044eb8 --- /dev/null +++ b/i18n/ita/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Clojure", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Clojure." +} \ No newline at end of file diff --git a/i18n/ita/extensions/coffeescript/package.i18n.json b/i18n/ita/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..6d714b3047 --- /dev/null +++ b/i18n/ita/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base sul linguaggio CoffeeScript", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file CoffeeScript." +} \ No newline at end of file diff --git a/i18n/ita/extensions/configuration-editing/out/extension.i18n.json b/i18n/ita/extensions/configuration-editing/out/extension.i18n.json index a82adf1fad..7f0eb37351 100644 --- a/i18n/ita/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/ita/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "Esempio" } \ No newline at end of file diff --git a/i18n/ita/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/ita/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index f99b579977..b930dcd654 100644 --- a/i18n/ita/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/ita/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "il nome del file (ad esempio MyFile.txt)", "activeEditorMedium": "il percorso del file relativo alla cartella dell'area di lavoro (ad es. myFolder/myFile.txt)", "activeEditorLong": "il percorso completo del file (ad es. /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/ita/extensions/configuration-editing/package.i18n.json b/i18n/ita/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..449ae52472 --- /dev/null +++ b/i18n/ita/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Modifica della configurazione", + "description": "Offre funzionalitĆ  (IntelliSense avanzato, auto correzione) nei file di configurazione come le impostazioni, i file di suggerimenti di avvio e di estensione." +} \ No newline at end of file diff --git a/i18n/ita/extensions/cpp/package.i18n.json b/i18n/ita/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..d5b220637b --- /dev/null +++ b/i18n/ita/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni fondamentali del linguaggio C/C++", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file C/C++." +} \ No newline at end of file diff --git a/i18n/ita/extensions/csharp/package.i18n.json b/i18n/ita/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..48672db4f2 --- /dev/null +++ b/i18n/ita/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio c#", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file C#." +} \ No newline at end of file diff --git a/i18n/ita/extensions/css/client/out/cssMain.i18n.json b/i18n/ita/extensions/css/client/out/cssMain.i18n.json index ba180eb149..82cac78183 100644 --- a/i18n/ita/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/ita/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "Server di linguaggio CSS", "folding.start": "Inizio di una regione riducibile", "folding.end": "Fine di una regione riducibile" diff --git a/i18n/ita/extensions/css/package.i18n.json b/i18n/ita/extensions/css/package.i18n.json index f3beed1912..50dc622c92 100644 --- a/i18n/ita/extensions/css/package.i18n.json +++ b/i18n/ita/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FunzionalitĆ  del linguaggio CSS", + "description": "Offre un supporto avanzato per i file CSS, LESS e SCSS", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "Numero di parametri non valido", "css.lint.boxModel.desc": "Non usare width o height con padding o border", diff --git a/i18n/ita/extensions/diff/package.i18n.json b/i18n/ita/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ita/extensions/diff/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ita/extensions/docker/package.i18n.json b/i18n/ita/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..c5c57b9432 --- /dev/null +++ b/i18n/ita/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Docker", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Docker." +} \ No newline at end of file diff --git a/i18n/ita/extensions/emmet/package.i18n.json b/i18n/ita/extensions/emmet/package.i18n.json index 01c2ca68c2..93d915c9ea 100644 --- a/i18n/ita/extensions/emmet/package.i18n.json +++ b/i18n/ita/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Supporto di Emmet per VS codice", "command.wrapWithAbbreviation": "Esegui il wrapping con l'abbreviazione", "command.wrapIndividualLinesWithAbbreviation": "Esegui il wrapping di singole righe con l'abbreviazione", "command.removeTag": "Rimuovi Tag", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "Un elenco delimitato da virgole di nomi di attributi che dovrebbero esistere come abbreviazione per il filtro commenti da applicare", "emmetPreferencesFormatNoIndentTags": "Una matrice di nomi di tag che non dovrebbe ottenere il rientro interno", "emmetPreferencesFormatForceIndentTags": "Una matrice di nomi di tag che dovrebbe sempre ottenere il rientro interno", - "emmetPreferencesAllowCompactBoolean": "Se true, viene prodotta una notazione compatta degli attributi booleani" + "emmetPreferencesAllowCompactBoolean": "Se true, viene prodotta una notazione compatta degli attributi booleani", + "emmetPreferencesCssWebkitProperties": "ProprietĆ  CSS delimitate da virgola che assumono il prefisso 'webkit' del vendor quando utilizzate nelle abbreviazioni di Emmet che iniziano per '-'. Per evitare sempre il prefisso 'webkit' impostare stringa vuota.", + "emmetPreferencesCssMozProperties": "ProprietĆ  CSS delimitate da virgola che assumono il prefisso 'moz' del vendor quando utilizzate nelle abbreviazioni di Emmet che iniziano per '-'. Per evitare sempre il prefisso 'moz' impostare stringa vuota.", + "emmetPreferencesCssOProperties": "ProprietĆ  CSS delimitate da virgola che assumono il prefisso 'o' del vendor quando utilizzate nelle abbreviazioni di Emmet che iniziano per '-'. Per evitare sempre il prefisso 'o' impostare stringa vuota.", + "emmetPreferencesCssMsProperties": "ProprietĆ  CSS delimitate da virgola che assumono il prefisso 'ms' del vendor quando utilizzate nelle abbreviazioni di Emmet che iniziano per '-'. Per evitare sempre il prefisso 'ms' impostare stringa vuota." } \ No newline at end of file diff --git a/i18n/ita/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/ita/extensions/extension-editing/out/extensionLinter.i18n.json index a8b4072caf..32dee732a3 100644 --- a/i18n/ita/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/ita/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "Le immagini devono utilizzare il protocollo HTTPS.", "svgsNotValid": "Immagini di tipo SVG non sono una fonte valida.", "embeddedSvgsNotValid": "Immagini SVG incorporate non sono una fonte valida.", diff --git a/i18n/ita/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/ita/extensions/extension-editing/out/packageDocumentHelper.i18n.json index fed6d9acc4..b48dc743b5 100644 --- a/i18n/ita/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/ita/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "Impostazioni dell'editor specifiche del linguaggio", "languageSpecificEditorSettingsDescription": "Esegue l'override delle impostazioni dell'editor per il linguaggio" } \ No newline at end of file diff --git a/i18n/ita/extensions/extension-editing/package.i18n.json b/i18n/ita/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..3aa699e3b9 --- /dev/null +++ b/i18n/ita/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Modifica dei file del pacchetto", + "description": "Offre IntelliSense per i punti di estensione VS Code e le funzionalitĆ  di linting nei file package.json." +} \ No newline at end of file diff --git a/i18n/ita/extensions/fsharp/package.i18n.json b/i18n/ita/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..ea11e700cf --- /dev/null +++ b/i18n/ita/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio F #", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file F#." +} \ No newline at end of file diff --git a/i18n/ita/extensions/git/out/askpass-main.i18n.json b/i18n/ita/extensions/git/out/askpass-main.i18n.json index 4160c1353c..4cd76c39cf 100644 --- a/i18n/ita/extensions/git/out/askpass-main.i18n.json +++ b/i18n/ita/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "Credenziali mancanti o non valide." } \ No newline at end of file diff --git a/i18n/ita/extensions/git/out/autofetch.i18n.json b/i18n/ita/extensions/git/out/autofetch.i18n.json index b51df7e140..095661b3e7 100644 --- a/i18n/ita/extensions/git/out/autofetch.i18n.json +++ b/i18n/ita/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "SƬ", "no": "No", - "not now": "Non ora", - "suggest auto fetch": "Vorresti attivare il fetching automatico di repository Git?" + "not now": "Chiedimelo in seguito", + "suggest auto fetch": "Desideri che Code [esegua `git fetch` periodicamente]({0})?" } \ No newline at end of file diff --git a/i18n/ita/extensions/git/out/commands.i18n.json b/i18n/ita/extensions/git/out/commands.i18n.json index b544cb5ca2..eac0197e33 100644 --- a/i18n/ita/extensions/git/out/commands.i18n.json +++ b/i18n/ita/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "Tag in {0}", "remote branch at": "Ramo remoto in {0}", "create branch": "$(plus) Crea nuovo branch", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\nQuesta operazione ĆØ IRREVERSIBILE. Il working set corrente andrĆ  PERSO PER SEMPRE.", "yes discard tracked": "Rimuovi 1 file di cui viene tenuta traccia", "yes discard tracked multiple": "Rimuovi {0} file di cui viene tenuta traccia", + "unsaved files single": "Il seguente file non ĆØ stato salvato: {0}\n\nVuoi salvarlo prima di eseguirne il commit? ", + "unsaved files": "Ci sono {0} file non ancora salvati.\n\nVuoi salvarli prima di eseguirne il commit? ", + "save and commit": "Salva tutto & esegui Commit", + "commit": "Esegui il Commit comunque", "no staged changes": "Non ci sono modifiche in stage di cui eseguire il commit.\n\nSI desidera mettere in stage automaticamente tutte le modifiche ed eseguirne il commit direttamente?", "always": "Sempre", "no changes": "Non ci sono modifiche di cui eseguire il commit.", @@ -56,7 +62,7 @@ "branch already exists": "La branch denominata '{0}' esiste giĆ ", "select a branch to merge from": "Selezionare un ramo da cui eseguire il merge", "merge conflicts": "Ci sono conflitti di merge. Risolverli prima di eseguire commit.", - "tag name": "Nome del tag", + "tag name": "Nome tag", "provide tag name": "Specificare un nome di tag", "tag message": "Messaggio", "provide tag message": "Specificare un messaggio per aggiungere un'annotazione per il tag", @@ -64,11 +70,12 @@ "no remotes to pull": "Il repository non contiene elementi remoti configurati come origini del pull.", "pick remote pull repo": "Selezionare un repository remoto da cui effettuare il pull del ramo", "no remotes to push": "Il repository non contiene elementi remoti configurati come destinazione del push.", - "push with tags success": "Il push con tag ĆØ riuscito.", "nobranch": "Estrarre un ramo per eseguire il push in un elemento remoto.", + "confirm publish branch": "La branch '{0}' non ha una branch corrispondente a monte. Desideri pubblicarla?", + "ok": "OK", + "push with tags success": "Il push con tag ĆØ riuscito.", "pick remote": "Selezionare un repository remoto in cui pubblicare il ramo '{0}':", "sync is unpredictable": "Questa azione consentirĆ  di effettuare il push e il pull di commit da e verso '{0}'.", - "ok": "OK", "never again": "OK, non visualizzare più", "no remotes to publish": "Il repository non contiene elementi remoti configurati come destinazione della pubblicazione.", "no changes stash": "Non ci sono modifiche da accantonare.", diff --git a/i18n/ita/extensions/git/out/main.i18n.json b/i18n/ita/extensions/git/out/main.i18n.json index 657b68a588..3e17246298 100644 --- a/i18n/ita/extensions/git/out/main.i18n.json +++ b/i18n/ita/extensions/git/out/main.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "Ricerca di git in: {0}", "using git": "Uso di GIT {0} da {1}", - "downloadgit": "Scarica Git", + "downloadgit": "Scarica GIT", "neverShowAgain": "Non visualizzare più questo messaggio", "notfound": "Git non trovato. Installarlo o configurarlo utilizzando l'impostazione 'git.path'.", "updateGit": "Aggiorna GIT", diff --git a/i18n/ita/extensions/git/out/model.i18n.json b/i18n/ita/extensions/git/out/model.i18n.json index 22eb58052d..5563838d2c 100644 --- a/i18n/ita/extensions/git/out/model.i18n.json +++ b/i18n/ita/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "Il repository '{0}' ha {1} sottomoduli che non verranno aperti automaticamente. ƈ possibile comunque aprirli individualmente aprendo il file all'interno.", "no repositories": "Non ci sono repository disponibili", "pick repo": "Scegli un repository" } \ No newline at end of file diff --git a/i18n/ita/extensions/git/out/repository.i18n.json b/i18n/ita/extensions/git/out/repository.i18n.json index b6420fa4c9..ae4a9e7f2b 100644 --- a/i18n/ita/extensions/git/out/repository.i18n.json +++ b/i18n/ita/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "Apri", "index modified": "Indice modificato", "modified": "Modificato", @@ -15,10 +17,10 @@ "untracked": "Non registrato", "ignored": "Ignorato", "both deleted": "Entrambi eliminati", - "added by us": "Aggiunto da noi", - "deleted by them": "Eliminato da loro", - "added by them": "Aggiunto da loro", - "deleted by us": "Eliminato da noi", + "added by us": "Aggiunto da Microsoft", + "deleted by them": "Eliminato dall'utente", + "added by them": "Aggiunto dall'utente", + "deleted by us": "Eliminato da Microsoft", "both added": "Entrambi aggiunti", "both modified": "Entrambi modificati", "commitMessage": "Message (press {0} to commit)", @@ -26,7 +28,8 @@ "merge changes": "Esegui merge delle modifiche", "staged changes": "Modifiche preparate per il commit", "changes": "Modifiche", - "ok": "OK", + "commitMessageCountdown": "ancora {0} caratteri disponibili nella riga corrente", + "commitMessageWarning": "{0} caratteri rispetto ai {1} disponibili nella riga corrente", "neveragain": "Non visualizzare più questo messaggio", "huge": "Il repository git '{0}' ha troppe modifiche attive - verrĆ  attivato solo un sottoinsieme delle funzionalitĆ  di Git." } \ No newline at end of file diff --git a/i18n/ita/extensions/git/out/scmProvider.i18n.json b/i18n/ita/extensions/git/out/scmProvider.i18n.json index 83316c833f..4078f20657 100644 --- a/i18n/ita/extensions/git/out/scmProvider.i18n.json +++ b/i18n/ita/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/extensions/git/out/statusbar.i18n.json b/i18n/ita/extensions/git/out/statusbar.i18n.json index fe9c1294a4..d4134e3ace 100644 --- a/i18n/ita/extensions/git/out/statusbar.i18n.json +++ b/i18n/ita/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "Estrai...", "sync changes": "Sincronizza modifiche", "publish changes": "Pubblica modifiche", diff --git a/i18n/ita/extensions/git/package.i18n.json b/i18n/ita/extensions/git/package.i18n.json index 9e6cd77fdc..268d1f348e 100644 --- a/i18n/ita/extensions/git/package.i18n.json +++ b/i18n/ita/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "GIT", + "description": "Integrazione SCM su Git", "command.clone": "Clona", "command.init": "Inizializza repository", "command.close": "Chiudi repository", @@ -54,12 +58,13 @@ "command.stashPopLatest": "Preleva accantonamento più recente", "config.enabled": "Indica se GIT ĆØ abilitato", "config.path": "Percorso dell'eseguibile di GIT", + "config.autoRepositoryDetection": "Se i repository devono essere rilevati automaticamente", "config.autorefresh": "Indica se l'aggiornamento automatico ĆØ abilitato", "config.autofetch": "Indica se il recupero automatico ĆØ abilitato", "config.enableLongCommitWarning": "Indica se visualizzare un avviso in caso di messaggi di commit lunghi", "config.confirmSync": "Conferma prima di sincronizzare i repository GIT", "config.countBadge": "Controlla il contatore delle notifiche git. Con `all` vengono conteggiate tutte le modifiche. Con `tracked` vengono conteggiate solo le revisioni. Con `off` il contatore ĆØ disattivato.", - "config.checkoutType": "Controlla il tipo di branch mostrati eseguendo il comando `Checkout in...`. `all` mostra tutti i refs, `local` mostra solamente i branch locali, `tags` mostra solamente i tag e `remote` mostra solamente i branch remoti.", + "config.checkoutType": "Controlla il tipo di branch mostrati eseguendo il comando `Estrai in...`. `all` mostra tutti i refs, `local` mostra solamente i branch locali, `tags` mostra solamente i tag e `remote` mostra solamente i branch remoti.", "config.ignoreLegacyWarning": "Ignora l'avvertimento legacy di Git", "config.ignoreMissingGitWarning": "Ignora il messaggio di avviso quando manca Git", "config.ignoreLimitWarning": "Ignora il messaggio di avviso quando ci sono troppi cambiamenti in un repository", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "Abilita la firma del commit con GPG.", "config.discardAllScope": "Controlla quali modifiche vengono rimosse tramite il comando `Rimuovi tutte le modifiche`. Con `all` vengono rimosse tutte le modifiche. Con `tracked` vengono rimossi solo i file di cui viene tenuta traccia. Con `prompt` viene visualizzata una finestra di dialogo ogni volta che si esegue l'azione.", "config.decorations.enabled": "Controlla se Git fornisce colori e distintivi alle visualizzazioni Esplora risorse e Editor aperti.", + "config.promptToSaveFilesBeforeCommit": "Controlla se GIT deve verificare la presenza di file non salvati prima di eseguire il commit.", + "config.showInlineOpenFileAction": "Controlla se visualizzare un'azione Apri file inline nella visualizzazione modifiche GIT.", + "config.inputValidation": "Controlla quando visualizzare la convalida sull'input del messaggio di commit.", + "config.detectSubmodules": "Controlla se rilevare automaticamente i moduli secondari GIT.", "colors.modified": "Colore delle risorse modificate.", "colors.deleted": "Colore delle risorse eliminate.", "colors.untracked": "Colore delle risorse non tracciate.", "colors.ignored": "Colore delle risorse ignorate.", - "colors.conflict": "Colore delle risorse con conflitti." + "colors.conflict": "Colore delle risorse con conflitti.", + "colors.submodule": "Colore delle risorse sottomodulo" } \ No newline at end of file diff --git a/i18n/ita/extensions/go/package.i18n.json b/i18n/ita/extensions/go/package.i18n.json new file mode 100644 index 0000000000..a3340ac4a8 --- /dev/null +++ b/i18n/ita/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Go", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Go." +} \ No newline at end of file diff --git a/i18n/ita/extensions/groovy/package.i18n.json b/i18n/ita/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..cded373dbe --- /dev/null +++ b/i18n/ita/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Groovy", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file Groovy." +} \ No newline at end of file diff --git a/i18n/ita/extensions/grunt/out/main.i18n.json b/i18n/ita/extensions/grunt/out/main.i18n.json index b0acbd01bc..da9805321d 100644 --- a/i18n/ita/extensions/grunt/out/main.i18n.json +++ b/i18n/ita/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Rilevamento automatico di Grunt per la cartella {0} non riuscito - errore: {1}" } \ No newline at end of file diff --git a/i18n/ita/extensions/grunt/package.i18n.json b/i18n/ita/extensions/grunt/package.i18n.json index 46f902d3d6..e907c18b62 100644 --- a/i18n/ita/extensions/grunt/package.i18n.json +++ b/i18n/ita/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Controlla se la rilevazione automatica delle attivitĆ  Grunt ĆØ on/off. L'impostazione predefinita ĆØ 'on'." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Estensione che aggiunge le funzionalitĆ  di Grunt a VSCode.", + "displayName": "Supporto Grunt per VSCode", + "config.grunt.autoDetect": "Controlla se la rilevazione automatica delle attivitĆ  Grunt ĆØ on/off. L'impostazione predefinita ĆØ 'on'.", + "grunt.taskDefinition.type.description": "L'attivitĆ  di Grunt da personalizzare.", + "grunt.taskDefinition.file.description": "Il file di Grunt che fornisce l'attivitĆ . Può essere omesso." } \ No newline at end of file diff --git a/i18n/ita/extensions/gulp/out/main.i18n.json b/i18n/ita/extensions/gulp/out/main.i18n.json index e6e18f9d51..40d29aa65d 100644 --- a/i18n/ita/extensions/gulp/out/main.i18n.json +++ b/i18n/ita/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Rilevamento automatico di Gulp per la cartella {0} non riuscito - errore: {1}" } \ No newline at end of file diff --git a/i18n/ita/extensions/gulp/package.i18n.json b/i18n/ita/extensions/gulp/package.i18n.json index c9bd05d8b6..4ac2b4c720 100644 --- a/i18n/ita/extensions/gulp/package.i18n.json +++ b/i18n/ita/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Controlla se la rilevazione automatica delle attivitĆ  gulp ĆØ on/off. L'impostazione predefinita ĆØ 'on'." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Estensione che aggiunge le funzionalitĆ  di Gulp a VSCode.", + "displayName": "Supporto Gulp per VSCode", + "config.gulp.autoDetect": "Controlla se la rilevazione automatica delle attivitĆ  gulp ĆØ on/off. L'impostazione predefinita ĆØ 'on'.", + "gulp.taskDefinition.type.description": "L'attivitĆ  di Gulp da personalizzare.", + "gulp.taskDefinition.file.description": "Il file di Grunt che fornisce l'attivitĆ . Può essere omesso." } \ No newline at end of file diff --git a/i18n/ita/extensions/handlebars/package.i18n.json b/i18n/ita/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..a699204031 --- /dev/null +++ b/i18n/ita/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Handlebars", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Handlebars." +} \ No newline at end of file diff --git a/i18n/ita/extensions/hlsl/package.i18n.json b/i18n/ita/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..6495cb3d0f --- /dev/null +++ b/i18n/ita/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio HLSL", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file HLSL." +} \ No newline at end of file diff --git a/i18n/ita/extensions/html/client/out/htmlMain.i18n.json b/i18n/ita/extensions/html/client/out/htmlMain.i18n.json index 81abd3e799..aa4606298a 100644 --- a/i18n/ita/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/ita/extensions/html/client/out/htmlMain.i18n.json @@ -1,10 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "Server di linguaggio HTML", "folding.start": "Inizio di una regione riducibile", - "folding.end": "Fine regione riducibile" + "folding.end": "Fine di una regione riducibile" } \ No newline at end of file diff --git a/i18n/ita/extensions/html/package.i18n.json b/i18n/ita/extensions/html/package.i18n.json index 6aa0272c4c..4431275347 100644 --- a/i18n/ita/extensions/html/package.i18n.json +++ b/i18n/ita/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FunzionalitĆ  del linguaggio HTML", + "description": "Offre un supporto avanzato sul linguaggio per i file HTML, Razor e Handlebars", "html.format.enable.desc": "Abilita/Disabilita il formattatore HTML predefinito", "html.format.wrapLineLength.desc": "Numero massimo di caratteri per riga (0 = disabilita).", "html.format.unformatted.desc": "Elenco di tag, separati da virgole, che non devono essere riformattati. Con 'null' viene usata l'impostazione predefinita che prevede l'uso di tutti i tag elencati in https://www.w3.org/TR/html5/dom.html#phrasing-content.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "Traccia la comunicazione tra VS Code e il server del linguaggio HTML.", "html.validate.scripts": "Consente di configurare se il supporto del linguaggio HTML predefinito convalida gli script incorporati.", "html.validate.styles": "Consente di configurare se il supporto del linguaggio HTML predefinito convalida gli stili incorporati.", + "html.experimental.syntaxFolding": "Abilita/disabilita i marcatori di folding con riconoscimento della sintassi.", "html.autoClosingTags": "Abilita/Disabilita la chiusura automatica dei tag HTML." } \ No newline at end of file diff --git a/i18n/ita/extensions/ini/package.i18n.json b/i18n/ita/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..1304c45fbc --- /dev/null +++ b/i18n/ita/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio ini", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Ini." +} \ No newline at end of file diff --git a/i18n/ita/extensions/jake/out/main.i18n.json b/i18n/ita/extensions/jake/out/main.i18n.json index 0a83577e4d..f6618bcdc3 100644 --- a/i18n/ita/extensions/jake/out/main.i18n.json +++ b/i18n/ita/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Rilevamento automatico di Jake per la cartella {0} non riuscito - errore: {1}" } \ No newline at end of file diff --git a/i18n/ita/extensions/jake/package.i18n.json b/i18n/ita/extensions/jake/package.i18n.json index 76d5185d8c..560cbe1766 100644 --- a/i18n/ita/extensions/jake/package.i18n.json +++ b/i18n/ita/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Estensione che aggiunge le funzionalitĆ  di Jake a VSCode.", + "displayName": "Supporto di Jake per VSCode", + "jake.taskDefinition.type.description": "L'attivitĆ  di Jake da personalizzare.", + "jake.taskDefinition.file.description": "Il file di Jake che fornisce l'attivitĆ . Può essere omesso.", "config.jake.autoDetect": "Controlla se la rilevazione automatica delle attivitĆ  Jake ĆØ on/off. L'impostazione predefinita ĆØ 'on'." } \ No newline at end of file diff --git a/i18n/ita/extensions/java/package.i18n.json b/i18n/ita/extensions/java/package.i18n.json new file mode 100644 index 0000000000..4cf78541c0 --- /dev/null +++ b/i18n/ita/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Java", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file Java." +} \ No newline at end of file diff --git a/i18n/ita/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/ita/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 38f75669cd..51c99259f5 100644 --- a/i18n/ita/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/ita/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "bower.json predefinito", "json.bower.error.repoaccess": "La richiesta al repository Bower non ĆØ riuscita: {0}", "json.bower.latest.version": "più recente" diff --git a/i18n/ita/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/ita/extensions/javascript/out/features/packageJSONContribution.i18n.json index 40d47fcef2..ceb555c956 100644 --- a/i18n/ita/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/ita/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "package.json predefinito", "json.npm.error.repoaccess": "La richiesta al repository NPM non ĆØ riuscita: {0}", "json.npm.latestversion": "Ultima versione attualmente disponibile del pacchetto", diff --git a/i18n/ita/extensions/javascript/package.i18n.json b/i18n/ita/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..90d9b9ad25 --- /dev/null +++ b/i18n/ita/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio JavaScript", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file JavaScript." +} \ No newline at end of file diff --git a/i18n/ita/extensions/json/client/out/jsonMain.i18n.json b/i18n/ita/extensions/json/client/out/jsonMain.i18n.json index 202f6e6cb7..23e25f4df4 100644 --- a/i18n/ita/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/ita/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "Server di linguaggio JSON" } \ No newline at end of file diff --git a/i18n/ita/extensions/json/package.i18n.json b/i18n/ita/extensions/json/package.i18n.json index 99b5edcf95..b5d87ea1df 100644 --- a/i18n/ita/extensions/json/package.i18n.json +++ b/i18n/ita/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FunzionalitĆ  del linguaggio JSON", + "description": "Fornisce supporto avanzato del linguaggio per i file JSON.", "json.schemas.desc": "Associa schemi a file JSON nel progetto corrente", "json.schemas.url.desc": "URL di uno schema o percorso relativo di uno schema nella directory corrente", "json.schemas.fileMatch.desc": "Matrice di criteri dei file da usare per la ricerca durante la risoluzione di file JSON in schemi.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "Abilita/Disabilita il formattatore JSON predefinito (richiede il riavvio)", "json.tracing.desc": "Traccia la comunicazione tra VS Code e il server del linguaggio JSON.", "json.colorDecorators.enable.desc": "Abilita o disabilita gli elementi Decorator di tipo colore", - "json.colorDecorators.enable.deprecationMessage": "L'impostazione `json.colorDecorators.enable` ĆØ stata deprecata e sostituita da `editor.colorDecorators`." + "json.colorDecorators.enable.deprecationMessage": "L'impostazione `json.colorDecorators.enable` ĆØ stata deprecata e sostituita da `editor.colorDecorators`.", + "json.experimental.syntaxFolding": "Abilita/disabilita i marcatori di folding con riconoscimento della sintassi." } \ No newline at end of file diff --git a/i18n/ita/extensions/less/package.i18n.json b/i18n/ita/extensions/less/package.i18n.json new file mode 100644 index 0000000000..c2405039e8 --- /dev/null +++ b/i18n/ita/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Less", + "description": "Offre la sottolineatura delle sintassi, il match delle parentesi e il folding nei file Less." +} \ No newline at end of file diff --git a/i18n/ita/extensions/log/package.i18n.json b/i18n/ita/extensions/log/package.i18n.json new file mode 100644 index 0000000000..17a5e9e587 --- /dev/null +++ b/i18n/ita/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Log", + "description": "Offre la sottolineatura delle sintassi per i file con estensione log." +} \ No newline at end of file diff --git a/i18n/ita/extensions/lua/package.i18n.json b/i18n/ita/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..b5771d3b96 --- /dev/null +++ b/i18n/ita/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Lua", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Lua." +} \ No newline at end of file diff --git a/i18n/ita/extensions/make/package.i18n.json b/i18n/ita/extensions/make/package.i18n.json new file mode 100644 index 0000000000..eb016d0508 --- /dev/null +++ b/i18n/ita/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Make", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Make." +} \ No newline at end of file diff --git a/i18n/ita/extensions/markdown-basics/package.i18n.json b/i18n/ita/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..24bea32c34 --- /dev/null +++ b/i18n/ita/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Markdown", + "description": "Offre gli snippet e la sottolineatura delle sintassi per Markdown." +} \ No newline at end of file diff --git a/i18n/ita/extensions/markdown/out/commands.i18n.json b/i18n/ita/extensions/markdown/out/commands.i18n.json index 385404beef..d1eaa3864b 100644 --- a/i18n/ita/extensions/markdown/out/commands.i18n.json +++ b/i18n/ita/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "Anteprima {0}", "onPreviewStyleLoadError": "Impossibile caricare 'markdown.styles': {0}" } \ No newline at end of file diff --git a/i18n/ita/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/ita/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..daaa084dd7 --- /dev/null +++ b/i18n/ita/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "Impossibile caricare 'markdown.styles': {0}" +} \ No newline at end of file diff --git a/i18n/ita/extensions/markdown/out/extension.i18n.json b/i18n/ita/extensions/markdown/out/extension.i18n.json index d1d6e29882..bac5cd55e1 100644 --- a/i18n/ita/extensions/markdown/out/extension.i18n.json +++ b/i18n/ita/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/extensions/markdown/out/features/preview.i18n.json b/i18n/ita/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..2aa6ddf178 --- /dev/null +++ b/i18n/ita/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[Anteprima] {0}", + "previewTitle": "Anteprima {0}" +} \ No newline at end of file diff --git a/i18n/ita/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/ita/extensions/markdown/out/features/previewContentProvider.i18n.json index 9207358bc4..c03710785f 100644 --- a/i18n/ita/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/ita/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "Alcuni contenuti sono stati disabilitati in questo documento", "preview.securityMessage.title": "Contenuti potenzialmente non sicuri sono stati disattivati nell'anteprima del Markdown. Modificare l'impostazione di protezione dell'anteprima del Markdown per consentire la visualizzazione di contenuto insicuro o abilitare gli script", "preview.securityMessage.label": "Avviso di sicurezza contenuto disabilitato" diff --git a/i18n/ita/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/ita/extensions/markdown/out/previewContentProvider.i18n.json index 9207358bc4..71cdcde231 100644 --- a/i18n/ita/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/ita/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/extensions/markdown/out/security.i18n.json b/i18n/ita/extensions/markdown/out/security.i18n.json index 82c72e77e6..2f15dcf1aa 100644 --- a/i18n/ita/extensions/markdown/out/security.i18n.json +++ b/i18n/ita/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "Strict", "strict.description": "Carica solo contenuto protetto", "insecureContent.title": "Consenti contenuto non protetto", @@ -13,6 +15,6 @@ "moreInfo.title": "Altre informazioni", "enableSecurityWarning.title": "Abilita anteprima degli avvisi di protezione in questa area di lavoro", "disableSecurityWarning.title": "Disabilita anteprima degli avvisi di protezione in questa area di lavoro", - "toggleSecurityWarning.description": "Non influenza il livello di sicurezza del contenuto", + "toggleSecurityWarning.description": "Non influisce sul livello di sicurezza del contenuto", "preview.showPreviewSecuritySelector.title": "Seleziona impostazioni di protezione per le anteprime Markdown in questa area di lavoro" } \ No newline at end of file diff --git a/i18n/ita/extensions/markdown/package.i18n.json b/i18n/ita/extensions/markdown/package.i18n.json index 6aca710a33..aa112d8ba0 100644 --- a/i18n/ita/extensions/markdown/package.i18n.json +++ b/i18n/ita/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FunzionalitĆ  del linguaggio Markdown", + "description": "Fornisce un supporto avanzato del linguaggio per Markdown.", "markdown.preview.breaks.desc": "Imposta come le interruzioni di riga vengono visualizzate nell'anteprima di markdown. Impostarlo a 'true' crea un
per ogni carattere di nuova riga.", "markdown.preview.linkify": "Abilita o disabilita la conversione di testo simile a URL in collegamenti nell'anteprima markdown.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Fare doppio clic nell'anteprima markdown per passare all'editor.", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "Consente di controllare le dimensioni del carattere in pixel usate nell'anteprima markdown.", "markdown.preview.lineHeight.desc": "Consente di controllare l'altezza della riga usata nell'anteprima markdown. Questo numero ĆØ relativo alle dimensioni del carattere.", "markdown.preview.markEditorSelection.desc": "Contrassegna la selezione dell'editor corrente nell'anteprima markdown.", - "markdown.preview.scrollEditorWithPreview.desc": "Quando si scorre l'anteprima markdown, aggiorna la visualizzazione dell'editor.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "Scorre l'anteprima markdown in modo da visualizzare la riga attualmente selezionata dall'editor.", + "markdown.preview.scrollEditorWithPreview.desc": "Quando si scorre un anteprima di markdown, aggiornare la visualizzazione dell'editor.", + "markdown.preview.scrollPreviewWithEditor.desc": "Quando si scorre un editor di markdown, aggiornare la visualizzazione dell'anteprima.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[Deprecato] Scorre l'anteprima markdown in modo da visualizzare la riga attualmente selezionata dall'editor.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "Questa impostazione ĆØ stata sostituita da 'markdown.preview.scrollPreviewWithEditor' e non ha più effetto.", "markdown.preview.title": "Apri anteprima", "markdown.previewFrontMatter.dec": "Consente di impostare il rendering del front matter YAML nell'anteprima markdown. Con 'hide' il front matter viene rimosso; altrimenti il front matter viene considerato come contenuto markdown.", "markdown.previewSide.title": "Apri anteprima lateralmente", + "markdown.showLockedPreviewToSide.title": "Apri anteprima bloccata lateralmente", "markdown.showSource.title": "Mostra origine", "markdown.styles.dec": "Elenco di URL o percorsi locali dei fogli di stile CSS da usare dall'anteprima markdown. I percorsi relativi vengono interpretati come relativi alla cartella aperta nella finestra di esplorazione. Se non ĆØ presente alcuna cartella aperta, vengono interpretati come relativi al percorso del file markdown. Tutti i caratteri '\\' devono essere scritti come '\\\\'.", "markdown.showPreviewSecuritySelector.title": "Modifica impostazioni di sicurezza anteprima", "markdown.trace.desc": "Abilitare la registrazione debug per l'estensione markdown.", - "markdown.refreshPreview.title": "Aggiorna anteprima" + "markdown.preview.refresh.title": "Aggiorna anteprima", + "markdown.preview.toggleLock.title": "Attiva/Disattiva blocco anteprima" } \ No newline at end of file diff --git a/i18n/ita/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/ita/extensions/merge-conflict/out/codelensProvider.i18n.json index b8b557539d..9cf314e52e 100644 --- a/i18n/ita/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/ita/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "Accetta modifica corrente", "acceptIncomingChange": "Accetta modifica in ingresso", "acceptBothChanges": "Accetta entrambe le modifiche", diff --git a/i18n/ita/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/ita/extensions/merge-conflict/out/commandHandler.i18n.json index cc3827ee77..e324b55336 100644 --- a/i18n/ita/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/ita/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "Il cursore dell'editor non si trova all'interno di un conflitto merge", "compareChangesTitle": "{0}: modifiche correnti ⟷ modifiche in ingresso", "cursorOnCommonAncestorsRange": "Il cursore dell'editor si trova all'interno del blocco di antenati comuni, si prega di passare al blocco \"corrente\" o \"in arrivo\"", diff --git a/i18n/ita/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/ita/extensions/merge-conflict/out/mergeDecorator.i18n.json index ff68382dad..418e972a9c 100644 --- a/i18n/ita/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/ita/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(modifica corrente)", "incomingChange": "(modifica in ingresso)" } \ No newline at end of file diff --git a/i18n/ita/extensions/merge-conflict/package.i18n.json b/i18n/ita/extensions/merge-conflict/package.i18n.json index fc64b94112..1930b2fafe 100644 --- a/i18n/ita/extensions/merge-conflict/package.i18n.json +++ b/i18n/ita/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Esegui merge del conflitto", + "description": "Evidenziazione e comandi per i conflitti di merge inline.", "command.category": "Esegui merge del conflitto", "command.accept.all-current": "Accettare tutte le modifiche correnti", "command.accept.all-incoming": "Accettare tutte le modifiche in ingresso", diff --git a/i18n/ita/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/ita/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..51c99259f5 --- /dev/null +++ b/i18n/ita/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "bower.json predefinito", + "json.bower.error.repoaccess": "La richiesta al repository Bower non ĆØ riuscita: {0}", + "json.bower.latest.version": "più recente" +} \ No newline at end of file diff --git a/i18n/ita/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/ita/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..ceb555c956 --- /dev/null +++ b/i18n/ita/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "package.json predefinito", + "json.npm.error.repoaccess": "La richiesta al repository NPM non ĆØ riuscita: {0}", + "json.npm.latestversion": "Ultima versione attualmente disponibile del pacchetto", + "json.npm.majorversion": "Trova la versione principale più recente (1.x.x)", + "json.npm.minorversion": "Trova la versione secondaria più recente (1.2.x)", + "json.npm.version.hover": "Ultima versione: {0}" +} \ No newline at end of file diff --git a/i18n/ita/extensions/npm/out/main.i18n.json b/i18n/ita/extensions/npm/out/main.i18n.json index a8e1865d45..9013c47306 100644 --- a/i18n/ita/extensions/npm/out/main.i18n.json +++ b/i18n/ita/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "npm.parseError": "Rilevamento attivitĆ  NPM: Impossibile analizzare il file {0}" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "npm.parseError": "Rilevamento attivitĆ  npm: non ĆØ stato possibile analizzare il file {0}" } \ No newline at end of file diff --git a/i18n/ita/extensions/npm/package.i18n.json b/i18n/ita/extensions/npm/package.i18n.json index 87433f51bd..ac4bdc5471 100644 --- a/i18n/ita/extensions/npm/package.i18n.json +++ b/i18n/ita/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Estensione che aggiunge il supporto delle attivitĆ  per gli script npm.", + "displayName": "Supporto Npm per VSCode", "config.npm.autoDetect": "Controlla se la rilevazione automatica degli script npm ĆØ on/off. L'impostazione predefinita ĆØ 'on'.", "config.npm.runSilent": "Eseguire comandi npm con l'opzione `--silent`.", "config.npm.packageManager": "Il gestore dei pacchetti utilizzato per eseguire script.", - "npm.parseError": "Rilevamento attivitĆ  NPM: Impossibile analizzare il file {0}" + "config.npm.exclude": "Configura i modelli glob per le cartelle che dovrebbero essere escluse dalla rilevazione automatica di script.", + "npm.parseError": "Rilevamento attivitĆ  NPM: Impossibile analizzare il file {0}", + "taskdef.script": "Lo script di npm da personalizzare.", + "taskdef.path": "Il percorso della cartella del file package.json che fornisce lo script. Può essere omesso." } \ No newline at end of file diff --git a/i18n/ita/extensions/objective-c/package.i18n.json b/i18n/ita/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..189e29c0b4 --- /dev/null +++ b/i18n/ita/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Objective-C", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Objective-C." +} \ No newline at end of file diff --git a/i18n/ita/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/ita/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..51c99259f5 --- /dev/null +++ b/i18n/ita/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "bower.json predefinito", + "json.bower.error.repoaccess": "La richiesta al repository Bower non ĆØ riuscita: {0}", + "json.bower.latest.version": "più recente" +} \ No newline at end of file diff --git a/i18n/ita/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/ita/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..ceb555c956 --- /dev/null +++ b/i18n/ita/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "package.json predefinito", + "json.npm.error.repoaccess": "La richiesta al repository NPM non ĆØ riuscita: {0}", + "json.npm.latestversion": "Ultima versione attualmente disponibile del pacchetto", + "json.npm.majorversion": "Trova la versione principale più recente (1.x.x)", + "json.npm.minorversion": "Trova la versione secondaria più recente (1.2.x)", + "json.npm.version.hover": "Ultima versione: {0}" +} \ No newline at end of file diff --git a/i18n/ita/extensions/package-json/package.i18n.json b/i18n/ita/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ita/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ita/extensions/perl/package.i18n.json b/i18n/ita/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..f7162644b3 --- /dev/null +++ b/i18n/ita/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Perl", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Perl." +} \ No newline at end of file diff --git a/i18n/ita/extensions/php/out/features/validationProvider.i18n.json b/i18n/ita/extensions/php/out/features/validationProvider.i18n.json index a8021ba710..dabf062d8c 100644 --- a/i18n/ita/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/ita/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "Consentire l'esecuzione di {0} (definito come impostazione dell'area di lavoro) per il lint dei file PHP?", "php.yes": "Consenti", "php.no": "Non consentire", diff --git a/i18n/ita/extensions/php/package.i18n.json b/i18n/ita/extensions/php/package.i18n.json index 419b6b39ae..e0ef5cde25 100644 --- a/i18n/ita/extensions/php/package.i18n.json +++ b/i18n/ita/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "Consente di configurare l'abilitazione dei suggerimenti predefiniti per il linguaggio PHP. Il supporto suggerisce variabili e variabili globali PHP.", "configuration.validate.enable": "Abilita/Disabilita la convalida PHP predefinita.", "configuration.validate.executablePath": "Punta all'eseguibile di PHP.", "configuration.validate.run": "Indica se il linter viene eseguito durante il salvataggio o la digitazione.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "Non consentire la convalida di PHP eseguibile (definito come impostazione dell'area di lavoro)" + "command.untrustValidationExecutable": "Non consentire la convalida di PHP eseguibile (definito come impostazione dell'area di lavoro)", + "displayName": "FunzionalitĆ  del linguaggio PHP", + "description": "Offre IntelliSense, linting e nozioni di base sul linguaggio per i file PHP." } \ No newline at end of file diff --git a/i18n/ita/extensions/powershell/package.i18n.json b/i18n/ita/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..343d2c6533 --- /dev/null +++ b/i18n/ita/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio PowerShell", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file PowerShell." +} \ No newline at end of file diff --git a/i18n/ita/extensions/pug/package.i18n.json b/i18n/ita/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..f34890ebde --- /dev/null +++ b/i18n/ita/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Pug", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Pug." +} \ No newline at end of file diff --git a/i18n/ita/extensions/python/package.i18n.json b/i18n/ita/extensions/python/package.i18n.json new file mode 100644 index 0000000000..eac01832e2 --- /dev/null +++ b/i18n/ita/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Python", + "description": "Offre la sottolineatura delle sintassi, il match delle parentesi e il folding nei file Python." +} \ No newline at end of file diff --git a/i18n/ita/extensions/r/package.i18n.json b/i18n/ita/extensions/r/package.i18n.json new file mode 100644 index 0000000000..a5b66456ea --- /dev/null +++ b/i18n/ita/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio R", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file R." +} \ No newline at end of file diff --git a/i18n/ita/extensions/razor/package.i18n.json b/i18n/ita/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..ae1611ab85 --- /dev/null +++ b/i18n/ita/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Razor", + "description": "Offre la sottolineatura delle sintassi, il match delle parentesi e il folding nei file Razor." +} \ No newline at end of file diff --git a/i18n/ita/extensions/ruby/package.i18n.json b/i18n/ita/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..941ba04ae8 --- /dev/null +++ b/i18n/ita/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Ruby", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Ruby." +} \ No newline at end of file diff --git a/i18n/ita/extensions/rust/package.i18n.json b/i18n/ita/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..03a68baf26 --- /dev/null +++ b/i18n/ita/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Rust", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Rust." +} \ No newline at end of file diff --git a/i18n/ita/extensions/scss/package.i18n.json b/i18n/ita/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..aa6164949d --- /dev/null +++ b/i18n/ita/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio SCSS", + "description": "Offre la sottolineatura delle sintassi, il match delle parentesi e il folding nei file SCSS." +} \ No newline at end of file diff --git a/i18n/ita/extensions/shaderlab/package.i18n.json b/i18n/ita/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..a7996afaa8 --- /dev/null +++ b/i18n/ita/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Shaderlab", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Shaderlab." +} \ No newline at end of file diff --git a/i18n/ita/extensions/shellscript/package.i18n.json b/i18n/ita/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..0071ab66ea --- /dev/null +++ b/i18n/ita/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Shell Script", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file Shell Script." +} \ No newline at end of file diff --git a/i18n/ita/extensions/sql/package.i18n.json b/i18n/ita/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..82e168f0c6 --- /dev/null +++ b/i18n/ita/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio SQL", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file SQL." +} \ No newline at end of file diff --git a/i18n/ita/extensions/swift/package.i18n.json b/i18n/ita/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..8d2f27f9aa --- /dev/null +++ b/i18n/ita/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Swift", + "description": "Offre gli snippet, la sottolineatura delle sintassi e il match delle parentesi nei file Swift." +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-abyss/package.i18n.json b/i18n/ita/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..12e8f6e403 --- /dev/null +++ b/i18n/ita/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Abyss", + "description": "Tema Abyss per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-defaults/package.i18n.json b/i18n/ita/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..3da231e9d2 --- /dev/null +++ b/i18n/ita/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema predefinito", + "description": "I temi light e dark predefiniti (Plus e Visual Studio)" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-kimbie-dark/package.i18n.json b/i18n/ita/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..15b1f0c350 --- /dev/null +++ b/i18n/ita/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Kimbie Dark", + "description": "Tema Kimbie Dark per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/ita/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..9bf45c568a --- /dev/null +++ b/i18n/ita/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Monokai Dimmed", + "description": "Tema Monokai Dimmed per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-monokai/package.i18n.json b/i18n/ita/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..f8776ca9fc --- /dev/null +++ b/i18n/ita/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Monokai", + "description": "Tema Monokai per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-quietlight/package.i18n.json b/i18n/ita/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..b8801c7fd3 --- /dev/null +++ b/i18n/ita/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Quiet Light", + "description": "Tema Quiet Light per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-red/package.i18n.json b/i18n/ita/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..9539517861 --- /dev/null +++ b/i18n/ita/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Red", + "description": "Tema Red per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-seti/package.i18n.json b/i18n/ita/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..a196821854 --- /dev/null +++ b/i18n/ita/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Seti per le icone dei file", + "description": "Un tema per le icone dei file creato sulla base di Seti UI" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-solarized-dark/package.i18n.json b/i18n/ita/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..c9f996a6b0 --- /dev/null +++ b/i18n/ita/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Solarized Dark", + "description": "Tema Solarized Dark per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-solarized-light/package.i18n.json b/i18n/ita/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..50a252260b --- /dev/null +++ b/i18n/ita/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Solarized Light", + "description": "Tema Solarized Light per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/ita/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..b64896c3ec --- /dev/null +++ b/i18n/ita/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Tomorrow Night Blue", + "description": "Tema Tomorrow Night Blue per Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ita/extensions/typescript-basics/package.i18n.json b/i18n/ita/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..cff4a2cd16 --- /dev/null +++ b/i18n/ita/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio TypeScript", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file TypeScript." +} \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/commands.i18n.json b/i18n/ita/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..60a83940f7 --- /dev/null +++ b/i18n/ita/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "Aprire una cartella in Visual Studio Code per usare un progetto TypeScript o JavaScript", + "typescript.projectConfigUnsupportedFile": "Non ĆØ stato possibile determinare il progetto TypeScript o JavaScript. Il tipo di file non ĆØ supportato", + "typescript.projectConfigCouldNotGetInfo": "Non ĆØ stato possibile determinare il progetto TypeScript o JavaScript", + "typescript.noTypeScriptProjectConfig": "Il file non fa parte di un progetto TypeScript. Clicca [qui]({0}) per saperne di più.", + "typescript.noJavaScriptProjectConfig": "Il file non fa parte di un progetto JavaScript. Clicca [qui]({0}) per saperne di più.", + "typescript.configureTsconfigQuickPick": "Configura tsconfig.json", + "typescript.configureJsconfigQuickPick": "Configura jsconfig.json" +} \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/ita/extensions/typescript/out/features/bufferSyncSupport.i18n.json index e6788ac396..266097dabd 100644 --- a/i18n/ita/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/ita/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/ita/extensions/typescript/out/features/completionItemProvider.i18n.json index c662f167af..2758b0ca8b 100644 --- a/i18n/ita/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/ita/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "Selezionare l'azione codice da applicare", "acquiringTypingsLabel": "Acquisizione dei file typings...", "acquiringTypingsDetail": "Acquisizione delle definizioni dei file typings per IntelliSense.", diff --git a/i18n/ita/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/ita/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index 39fde0fced..5f3380853f 100644 --- a/i18n/ita/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/ita/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "Attiva il controllo semantico in un file JavaScript. Deve essere all'inizio del file.", "ts-nocheck": "Disattiva il controllo semantico in un file JavaScript. Deve essere all'inizio del file.", "ts-ignore": "Elimina errori di @ts-check sulla riga successiva di un file." diff --git a/i18n/ita/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/ita/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index 8f116607c7..ec02ab8651 100644 --- a/i18n/ita/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/ita/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 implementazione", "manyImplementationLabel": "{0} implementazioni", "implementationsErrorLabel": "Non ĆØ stato possibile determinare le implementazioni" diff --git a/i18n/ita/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/ita/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index a7f4367cff..71d8bd5366 100644 --- a/i18n/ita/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/ita/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "Commento JSDoc" } \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/ita/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..93df869ae2 --- /dev/null +++ b/i18n/ita/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (Correggi tutti nel file)" +} \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/ita/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 8157a4f8e3..08e72da03a 100644 --- a/i18n/ita/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/ita/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 riferimento", "manyReferenceLabel": "{0} riferimenti", "referenceErrorLabel": "Non ĆØ stato possibile determinare i riferimenti" diff --git a/i18n/ita/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/ita/extensions/typescript/out/features/taskProvider.i18n.json index 413001392c..8d126d109a 100644 --- a/i18n/ita/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/ita/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "Compila - {0}", "buildAndWatchTscLabel": "Osserva - {0}" } \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/typescriptMain.i18n.json b/i18n/ita/extensions/typescript/out/typescriptMain.i18n.json index e771e7a4a9..fb52965845 100644 --- a/i18n/ita/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/ita/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/ita/extensions/typescript/out/typescriptServiceClient.i18n.json index c6d77d901e..a33de4a537 100644 --- a/i18n/ita/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/ita/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "Il percorso {0} non punta a un'installazione valida di tsserver. VerrĆ  eseguito il fallback alla versione in bundle di TypeScript.", "serverCouldNotBeStarted": "Non ĆØ stato possibile avviare il server di linguaggio TypeScript. Messaggio di errore: {0}", "typescript.openTsServerLog.notSupported": "Per la registrazione del server TypeScript ĆØ necessario almeno TypeScript 2.2.2", diff --git a/i18n/ita/extensions/typescript/out/utils/api.i18n.json b/i18n/ita/extensions/typescript/out/utils/api.i18n.json index 23e26f897b..29c955ec3e 100644 --- a/i18n/ita/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/ita/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "versione non valida" } \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/utils/logger.i18n.json b/i18n/ita/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/ita/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/ita/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/ita/extensions/typescript/out/utils/projectStatus.i18n.json index 2a71104630..351896f394 100644 --- a/i18n/ita/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/ita/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "Per abilitare le funzionalitĆ  del linguaggio JavaScript/TypeScript a livello di progetto, escludere le cartelle che contengono molti file, come {0}", "hintExclude.generic": "Per abilitare le funzionalitĆ  del linguaggio JavaScript/TypeScript a livello di progetto, escludere le cartelle di grandi dimensioni che contengono file di origine su cui non si lavora.", "large.label": "Configura esclusioni", diff --git a/i18n/ita/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/ita/extensions/typescript/out/utils/typingsStatus.i18n.json index 563d939145..f73956e896 100644 --- a/i18n/ita/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/ita/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "Recupero dei dati per ottimizzare IntelliSense in TypeScript", - "typesInstallerInitializationFailed.title": "Non ĆØ stato possibile installare i file di definizione tipi per le funzionalitĆ  del linguaggio JavaScript. Verificare che NPM sia installato e o configurare 'typescript.npm' nelle impostazioni utente", - "typesInstallerInitializationFailed.moreInformation": "Altre informazioni", - "typesInstallerInitializationFailed.doNotCheckAgain": "Non eseguire più la verifica", - "typesInstallerInitializationFailed.close": "Chiudi" + "typesInstallerInitializationFailed.title": "Non ĆØ stato possibile installare i file di definizione tipi per le funzionalitĆ  del linguaggio JavaScript. Verificare che NPM sia installato e o configurare 'typescript.npm' nelle impostazioni utente. Clicca [qui]({0}) per saperne di più.", + "typesInstallerInitializationFailed.doNotCheckAgain": "Non visualizzare più questo messaggio" } \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/ita/extensions/typescript/out/utils/versionPicker.i18n.json index d2d039e225..1ea4520064 100644 --- a/i18n/ita/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/ita/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "Usa versione di VS Code", "useWorkspaceVersionOption": "Usa versione dell'area di lavoro", "learnMore": "Altre informazioni", diff --git a/i18n/ita/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/ita/extensions/typescript/out/utils/versionProvider.i18n.json index ce11b335ec..481833cb58 100644 --- a/i18n/ita/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/ita/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "Non ĆØ stato possibile caricare la versione di TypeScript in questo percorso", "noBundledServerFound": "Il file tsserver di VS Code ĆØ stato eliminato da un'altra applicazione, ad esempio uno strumento di rilevamento virus che non funziona correttamente. Reinstallare VS Code." } \ No newline at end of file diff --git a/i18n/ita/extensions/typescript/package.i18n.json b/i18n/ita/extensions/typescript/package.i18n.json index 6d92cc7353..9140702f59 100644 --- a/i18n/ita/extensions/typescript/package.i18n.json +++ b/i18n/ita/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "FunzionalitĆ  dei linguaggi TypeScript e JavaScript", + "description": "Fornisce un supporto avanzato per JavaScript e TypeScript", "typescript.reloadProjects.title": "Ricarica progetto", "javascript.reloadProjects.title": "Ricarica progetto", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Attiva/Disattiva suggerimenti rapidi quando si digita un percorso di importazione.", "typescript.locale": "Assegna le impostazioni internazionali utilizzate per riportare errori TypeScript. Richiede TypeScript > = 2.6.0. Il valore predefinito 'null' utilizza le impostazioni internazionali di VS Code.", "javascript.implicitProjectConfig.experimentalDecorators": "Abilita/disabilita 'experimentalDecorators' per i file JavaScript che non fanno parte di un progetto. File jsconfig.json o tsconfig.json esistenti ignorano questa impostazione. Richiede TypeScript >= 2.3.1.", - "typescript.autoImportSuggestions.enabled": "Abilita/Disabilita suggerimenti importazione automatica. Richiede una versione di TypeScript >= 2.6.1" + "typescript.autoImportSuggestions.enabled": "Abilita/Disabilita suggerimenti importazione automatica. Richiede una versione di TypeScript >= 2.6.1", + "typescript.experimental.syntaxFolding": "Abilita/disabilita i marcatori di folding con riconoscimento della sintassi.", + "taskDefinition.tsconfig.description": "File tsconfig che definisce la compilazione TS." } \ No newline at end of file diff --git a/i18n/ita/extensions/vb/package.i18n.json b/i18n/ita/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..7de16eba6c --- /dev/null +++ b/i18n/ita/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio Visual Basic", + "description": "Offre gli snippet, la sottolineatura delle sintassi, il match delle parentesi e il folding nei file Visual Basic." +} \ No newline at end of file diff --git a/i18n/ita/extensions/xml/package.i18n.json b/i18n/ita/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..46852a92d1 --- /dev/null +++ b/i18n/ita/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio XML", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file XML." +} \ No newline at end of file diff --git a/i18n/ita/extensions/yaml/package.i18n.json b/i18n/ita/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..99009e946d --- /dev/null +++ b/i18n/ita/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Nozioni di base del linguaggio YAML", + "description": "Offre la sottolineatura delle sintassi e il match delle parentesi nei file YAML." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/ita/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/ita/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/ita/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/ita/src/vs/base/browser/ui/aria/aria.i18n.json index eb20ae4b73..80ae5d2fda 100644 --- a/i18n/ita/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/ita/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (nuova occorrenza)" } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/ita/src/vs/base/browser/ui/findinput/findInput.i18n.json index fd9969acd3..705ef6b4fd 100644 --- a/i18n/ita/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/ita/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "input" } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/ita/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index 0933a2b59e..50475de41e 100644 --- a/i18n/ita/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/ita/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Maiuscole/minuscole", "wordsDescription": "Parola intera", "regexDescription": "Usa espressione regolare" diff --git a/i18n/ita/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/ita/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index c876360511..18fbc67d2f 100644 --- a/i18n/ita/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/ita/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Errore: {0}", "alertWarningMessage": "Avviso: {0}", "alertInfoMessage": "Info: {0}" diff --git a/i18n/ita/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/ita/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 6e295ef1e2..a06d1cd008 100644 --- a/i18n/ita/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/ita/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "L'immagine ĆØ troppo grande per essere visualizzata nell'editor", - "resourceOpenExternalButton": "Aprire immagine utilizzando un programma esterno?", + "resourceOpenExternalButton": "Aprire l'immagine utilizzando un programma esterno?", "nativeBinaryError": "Il file non verrĆ  visualizzato nell'editor perchĆ© ĆØ binario, ĆØ molto grande o usa una codifica testo non supportata.", "sizeB": "{0} B", "sizeKB": "{0} KB", diff --git a/i18n/ita/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/ita/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/ita/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/ita/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index 2f484c7beb..a6ffd62075 100644 --- a/i18n/ita/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/ita/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "Altro" } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/common/errorMessage.i18n.json b/i18n/ita/src/vs/base/common/errorMessage.i18n.json index 606ed71c6b..82047dcee3 100644 --- a/i18n/ita/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/ita/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "Si ĆØ verificato un errore sconosciuto. Per altri dettagli, vedere il log.", "nodeExceptionMessage": "Si ĆØ verificato un errore di sistema ({0})", diff --git a/i18n/ita/src/vs/base/common/json.i18n.json b/i18n/ita/src/vs/base/common/json.i18n.json index 2ffc2a9d46..d8fc36716e 100644 --- a/i18n/ita/src/vs/base/common/json.i18n.json +++ b/i18n/ita/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/ita/src/vs/base/common/jsonErrorMessages.i18n.json index 2ffc2a9d46..991ff52cf2 100644 --- a/i18n/ita/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/ita/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "Simbolo non valido", "error.invalidNumberFormat": "Formato di numero non valido", "error.propertyNameExpected": "ƈ previsto un nome di proprietĆ ", diff --git a/i18n/ita/src/vs/base/common/keybindingLabels.i18n.json b/i18n/ita/src/vs/base/common/keybindingLabels.i18n.json index e88e90ec70..b51c89d53f 100644 --- a/i18n/ita/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/ita/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "CTRL", "shiftKey": "MAIUSC", "altKey": "ALT", diff --git a/i18n/ita/src/vs/base/common/processes.i18n.json b/i18n/ita/src/vs/base/common/processes.i18n.json index 7488580f0e..3a461e10dc 100644 --- a/i18n/ita/src/vs/base/common/processes.i18n.json +++ b/i18n/ita/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/base/common/severity.i18n.json b/i18n/ita/src/vs/base/common/severity.i18n.json index 41567ef4f9..8ebdc42c9d 100644 --- a/i18n/ita/src/vs/base/common/severity.i18n.json +++ b/i18n/ita/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "Errore", "sev.warning": "Avviso", "sev.info": "Informazioni" diff --git a/i18n/ita/src/vs/base/node/processes.i18n.json b/i18n/ita/src/vs/base/node/processes.i18n.json index e589a4a1f3..f42bf2b6c1 100644 --- a/i18n/ita/src/vs/base/node/processes.i18n.json +++ b/i18n/ita/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "Non ĆØ possibile eseguire un comando della shell su un'unitĆ  UNC." } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/node/ps.i18n.json b/i18n/ita/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..dbe76eaadb --- /dev/null +++ b/i18n/ita/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "Raccolta informazioni su CPU e memoria in corso. Potrebbe impiegare qualche secondo." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/base/node/zip.i18n.json b/i18n/ita/src/vs/base/node/zip.i18n.json index f8133dbe77..d47c972382 100644 --- a/i18n/ita/src/vs/base/node/zip.i18n.json +++ b/i18n/ita/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0} non ĆØ stato trovato all'interno del file ZIP." } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index c3bf475610..70e595a1f7 100644 --- a/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, selezione", "quickOpenAriaLabel": "selezione" } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 83e7bbd688..1ba98f786b 100644 --- a/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/ita/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "Selezione rapida. Digitare per ridurre il numero di risultati.", "treeAriaLabel": "Selezione rapida" } \ No newline at end of file diff --git a/i18n/ita/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/ita/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 81dabfa03f..91911ea6d5 100644 --- a/i18n/ita/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/ita/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "Comprimi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/ita/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..0815df049c --- /dev/null +++ b/i18n/ita/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "Anteprima in GitHub", + "loadingData": "Caricamento dei dati...", + "similarIssues": "Problemi simili", + "open": "Apri", + "closed": "Chiuso", + "noResults": "Non sono stati trovati risultati", + "settingsSearchIssue": "Problema di ricerca impostazioni", + "bugReporter": "Segnalazione bug", + "performanceIssue": "Problema di prestazioni", + "featureRequest": "Richiesta di funzionalitĆ ", + "stepsToReproduce": "Passi da riprodurre", + "bugDescription": "Indicare i passaggi necessari per riprodurre il problema in modo affidabile. Includere i risultati effettivi e quelli previsti. ƈ supportato il linguaggio Markdown per GitHub. SarĆ  possibile modificare il problema e aggiungere screenshot quando verrĆ  visualizzato in anteprima in GitHub.", + "performanceIssueDesciption": "Quando si ĆØ verificato questo problema di prestazioni? All'avvio o dopo una serie specifiche di azioni? ƈ supportato il linguaggio Markdown per GitHub. SarĆ  possibile modificare il problema e aggiungere screenshot quando verrĆ  visualizzato in anteprima in GitHub.", + "description": "Descrizione", + "featureRequestDescription": "Descrivere la funzionalitĆ  desiderata. ƈ supportato il linguaggio Markdown per GitHub. SarĆ  possibile modificare il problema e aggiungere screenshot quando verrĆ  visualizzato in anteprima in GitHub.", + "expectedResults": "Risultati previsti", + "settingsSearchResultsDescription": "Elencare i risultati che si prevedeva di visualizzare durante la ricerca con questa query. ƈ supportato il linguaggio Markdown per GitHub. SarĆ  possibile modificare il problema e aggiungere screenshot quando verrĆ  visualizzato in anteprima in GitHub.", + "pasteData": "I dati necessari sono stati scritti negli appunti perchĆ© erano eccessivi per l'invio. Incollarli.", + "disabledExtensions": "Le estensioni sono disabilitate" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/ita/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..d848daa163 --- /dev/null +++ b/i18n/ita/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "Completare il modulo in lingua inglese.", + "issueTypeLabel": "Questo ĆØ un", + "issueTitleLabel": "Titolo", + "issueTitleRequired": "Immettere un titolo.", + "titleLengthValidation": "Il titolo ĆØ troppo lungo.", + "systemInfo": "Informazioni sul sistema in uso", + "sendData": "Invia i dati", + "processes": "Processi attualmente in esecuzione", + "workspaceStats": "Statistiche area di lavoro personale", + "extensions": "Estensioni personali", + "searchedExtensions": "Estensioni cercate", + "settingsSearchDetails": "Dettagli ricerca impostazioni", + "tryDisablingExtensions": "Il problema ĆØ riproducibile quando le estensioni sono disabilitate?", + "yes": "SƬ", + "no": "No", + "disableExtensionsLabelText": "Provare a riprodurre il problema dopo {0}.", + "disableExtensions": "disabilitando tutte le estensioni e ricaricando la finestra", + "showRunningExtensionsLabelText": "Se si sospetta che il problema sia relativo all'estensione, {0} per segnalare il problema.", + "showRunningExtensions": "visualizzare tutte le estensioni in esecuzione", + "details": "Immettere i dettagli.", + "loadingData": "Caricamento dei dati..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/code/electron-main/auth.i18n.json b/i18n/ita/src/vs/code/electron-main/auth.i18n.json index 354aecd5cc..03c4c57663 100644 --- a/i18n/ita/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/ita/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "Autenticazione proxy necessaria", "proxyauth": "Il proxy {0} richiede l'autenticazione." } \ No newline at end of file diff --git a/i18n/ita/src/vs/code/electron-main/logUploader.i18n.json b/i18n/ita/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..91e2ae9d52 --- /dev/null +++ b/i18n/ita/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "Endpoint dell'uploader di log non valido", + "beginUploading": "Caricamento...", + "didUploadLogs": "Caricamento riuscito. ID file di log: {0}", + "logUploadPromptHeader": "I log della sessione verranno caricati in un endpoint Microsoft protetto accessibile solo ai membri Microsoft del team di VS Code.", + "logUploadPromptBody": "I log della sessione possono contenere informazioni personali, quali percorsi completi o contenuti di file. Esaminare e correggere i file di log della sessione qui: '{0}'", + "logUploadPromptBodyDetails": "Continuando si conferma di aver esaminato e corretto i file di log della sessione e di accettare che Microsoft li usi per eseguire il debug di VS Code.", + "logUploadPromptAcceptInstructions": "Per proseguire con l'upload, eseguire il codice con '--upload-logs={0}'", + "postError": "Si ĆØ verificato un errore durante l'invio dei log: {0}", + "responseError": "Si ĆØ verificato un errore durante l'invio dei log. ƈ stato ottenuto {0} - {1}", + "parseError": "Si ĆØ verificato un errore durante l'analisi della risposta", + "zipError": "Si ĆØ verificato un errore durante la compressione dei log: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/code/electron-main/main.i18n.json b/i18n/ita/src/vs/code/electron-main/main.i18n.json index 9c1ef35e98..769c5594b2 100644 --- a/i18n/ita/src/vs/code/electron-main/main.i18n.json +++ b/i18n/ita/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "Un'altra istanza di {0} ĆØ in esecuzione ma non risponde", "secondInstanceNoResponseDetail": "Chiudere tutte le altre istanze e riprovare.", "secondInstanceAdmin": "Una seconda istanza di {0} ĆØ giĆ  in esecuzione come amministratore.", diff --git a/i18n/ita/src/vs/code/electron-main/menus.i18n.json b/i18n/ita/src/vs/code/electron-main/menus.i18n.json index 728d24a706..e90257e9c5 100644 --- a/i18n/ita/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/ita/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "&&File", "mEdit": "&&Modifica", "mSelection": "&&Selezione", @@ -88,8 +90,10 @@ "miMarker": "&&Problemi", "miAdditionalViews": "&&Visualizzazioni aggiuntive", "miCommandPalette": "&&Riquadro comandi...", + "miOpenView": "&&Apri visualizzazione...", "miToggleFullScreen": "Attiva/Disattiva sc&&hermo intero", "miToggleZenMode": "Attiva/Disattiva modalitĆ  Zen", + "miToggleCenteredLayout": "Attiva/Disattiva layout centrato", "miToggleMenuBar": "Attiva/Disattiva &&barra dei menu", "miSplitEditor": "Dividi &&editor", "miToggleEditorLayout": "Attiva/Disattiva &&layout gruppi dell'editor", @@ -178,13 +182,11 @@ "miConfigureTask": "&&Configura attivitĆ ...", "miConfigureBuildTask": "Configura atti&&vitĆ  di compilazione predefinita...", "accessibilityOptionsWindowTitle": "Opzioni accessibilitĆ ", - "miRestartToUpdate": "Riavvia per aggiornare...", + "miCheckForUpdates": "Verifica disponibilitĆ  aggiornamenti...", "miCheckingForUpdates": "Verifica della disponibilitĆ  di aggiornamenti...", "miDownloadUpdate": "Scarica l'aggiornamento disponibile", "miDownloadingUpdate": "Download dell'aggiornamento...", + "miInstallUpdate": "Installa aggiornamento...", "miInstallingUpdate": "Installazione dell'aggiornamento...", - "miCheckForUpdates": "Verifica disponibilitĆ  aggiornamenti...", - "aboutDetail": "Versione {0}\nCommit {1}\nData {2}\nShell {3}\nRenderer {4}\nNodo {5}\nArchitettura {6}", - "okButton": "OK", - "copy": "&&Copia" + "miRestartToUpdate": "Riavvia per aggiornare..." } \ No newline at end of file diff --git a/i18n/ita/src/vs/code/electron-main/window.i18n.json b/i18n/ita/src/vs/code/electron-main/window.i18n.json index 32f2a50aee..a27c53ec01 100644 --- a/i18n/ita/src/vs/code/electron-main/window.i18n.json +++ b/i18n/ita/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "ƈ comunque possibile accedere alla barra dei menu premendo **ALT**." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "ƈ comunque possibile accedere alla barra dei menu premendo ALT." } \ No newline at end of file diff --git a/i18n/ita/src/vs/code/electron-main/windows.i18n.json b/i18n/ita/src/vs/code/electron-main/windows.i18n.json index a862ae375f..64228370c5 100644 --- a/i18n/ita/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/ita/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "OK", "pathNotExistTitle": "Il percorso non esiste", "pathNotExistDetail": "Il percorso '{0}' sembra non esistere più sul disco.", diff --git a/i18n/ita/src/vs/code/node/cliProcessMain.i18n.json b/i18n/ita/src/vs/code/node/cliProcessMain.i18n.json index 65d929e5fb..00f9fb4a31 100644 --- a/i18n/ita/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/ita/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "L'estensione '{0}' non ĆØ stata trovata.", "notInstalled": "L'estensione '{0}' non ĆØ installata.", "useId": "Assicurarsi di usare l'ID estensione completo, incluso l'editore, ad esempio {0}", diff --git a/i18n/ita/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/ita/src/vs/editor/browser/services/bulkEdit.i18n.json index 10ea73bb96..0e94cb75b7 100644 --- a/i18n/ita/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/ita/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "Nel frattempo questi file sono stati modificati: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "Non sono state effettuate modifiche", "summary.nm": "Effettuate {0} modifiche al testo in {1} file", - "summary.n0": "Effettuate {0} modifiche al testo in un file" + "summary.n0": "Effettuate {0} modifiche al testo in un file", + "conflict": "Nel frattempo questi file sono stati modificati: {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/ita/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index 549e6e73c3..41e1fd816c 100644 --- a/i18n/ita/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/ita/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "Non ĆØ possibile confrontare i file perchĆ© uno ĆØ troppo grande." } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/ita/src/vs/editor/browser/widget/diffReview.i18n.json index 4fb518a535..c11014d41d 100644 --- a/i18n/ita/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/ita/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Chiudi", "header": "Differenza {0} di {1}: originali {2}, {3} righe, modificate {4}, righe {5}", "blankLine": "vuota", diff --git a/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json index 99d10858e0..b864bc800a 100644 --- a/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "Editor", "fontFamily": "Controlla la famiglia di caratteri.", "fontWeight": "Controlla lo spessore del carattere.", @@ -14,7 +16,7 @@ "lineNumbers.on": "I numeri di riga vengono visualizzati come numeri assoluti.", "lineNumbers.relative": "I numeri di riga vengono visualizzati come distanza in linee alla posizione del cursore.", "lineNumbers.interval": "I numeri di riga vengono visualizzati ogni 10 righe.", - "lineNumbers": "Controlla la visualizzazione dei numeri di riga. I valori possibili sono 'on', 'off' e 'relativi'.", + "lineNumbers": "Controlla la visualizzazione dei numeri di riga. I valori possibili sono 'on', 'off', 'relativi' ed 'intervallo'.", "rulers": "Mostra righelli verticali dopo un certo numero di caratteri a spaziatura fissa. Utilizza più valori per più righelli. Nessun righello viene disegnati se la matrice ĆØ vuota", "wordSeparators": "Caratteri che verranno usati come separatori di parola quando si eseguono operazioni o spostamenti correlati a parole", "tabSize": "Il numero di spazi corrispondenti ad un carattere Tab. Questa impostazione viene sottoposta a override in base al contenuto dei file quando 'editor.detectIndentation' ĆØ 'on'.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "Controlla se l'editor scorrerĆ  oltre l'ultima riga", "smoothScrolling": "Controlla se per lo scorrimento dell'editor verrĆ  usata un'animazione.", "minimap.enabled": "Controlla se la mini mappa ĆØ visualizzata", + "minimap.side": "Definisce il lato in cui viene mostrata la mini mappa. I possibili valori sono 'destra' o 'sinistra'", "minimap.showSlider": "Controlla se il dispositivo di scorrimento della mini mappa viene nascosto automaticamente. I valori possibili sono 'always' e 'mouseover'", "minimap.renderCharacters": "Esegue il rendering dei caratteri effettivi di una riga (in contrapposizione ai blocchi colore)", "minimap.maxColumn": "Limita la larghezza della mini mappa in modo da eseguire il rendering al massimo di un certo numero di colonne", @@ -63,6 +66,10 @@ "snippetSuggestions": "Controlla se i frammenti di codice sono visualizzati con altri suggerimenti e il modo in cui sono ordinati.", "emptySelectionClipboard": "Consente di controllare se, quando si copia senza aver effettuato una selezione, viene copiata la riga corrente.", "wordBasedSuggestions": "Controlla se calcolare i completamenti in base alle parole presenti nel documento.", + "suggestSelection.first": "Consente di selezionare sempre il primo suggerimento.", + "suggestSelection.recentlyUsed": "Consente di selezionare suggerimenti recenti a meno che continuando a digitare non ne venga selezionato uno, ad esempio `console.| -> console.log` perchĆ© `log` ĆØ stato completato di recente.", + "suggestSelection.recentlyUsedByPrefix": "Consente di selezionare i suggerimenti in base a prefissi precedenti che hanno completato tali suggerimenti, ad esempio `co -> console` e `con -> const`.", + "suggestSelection": "Controlla la modalitĆ  di preselezione dei suggerimenti durante la visualizzazione degll'elenco dei suggerimenti.", "suggestFontSize": "Dimensioni del carattere per il widget dei suggerimenti", "suggestLineHeight": "Altezza della riga per il widget dei suggerimenti", "selectionHighlight": "Controlla se l'editor deve evidenziare gli elementi corrispondenti simili alla selezione", @@ -72,6 +79,7 @@ "cursorBlinking": "Controlla lo stile di animazione del cursore. I valori possibili sono: 'blink', 'smooth', 'phase', 'expand' e 'solid'", "mouseWheelZoom": "Ingrandisce il carattere dell'editor quando si usa la rotellina del mouse e si tiene premuto CTRL", "cursorStyle": "Controlla lo stile del cursore. I valori accettati sono 'block', 'block-outline', 'line', 'line-thin', 'underline' e 'underline-thin'", + "cursorWidth": "Controlla la larghezza del cursore quando editor.cursorSyle ĆØ impostato a 'line'", "fontLigatures": "Abilita i caratteri legatura", "hideCursorInOverviewRuler": "Controlla se il cursore deve essere nascosto nel righello delle annotazioni.", "renderWhitespace": "Consente di controllare in che modo l'editor deve eseguire il rendering dei caratteri di spazio vuoto. Le opzioni possibili sono: 'none', 'boundary' e 'all'. Con l'opzione 'boundary' non viene eseguito il rendering di singoli spazi tra le parole.", diff --git a/i18n/ita/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/ita/src/vs/editor/common/config/defaultConfig.i18n.json index 9c443a0f33..b7eae66bce 100644 --- a/i18n/ita/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/ita/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/ita/src/vs/editor/common/config/editorOptions.i18n.json index 77d08c0ba7..a88d63799f 100644 --- a/i18n/ita/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/ita/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "L'editor non ĆØ accessibile in questo momento. Premere Alt+F1 per le opzioni.", "editorViewAccessibleLabel": "Contenuto editor" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/controller/cursor.i18n.json b/i18n/ita/src/vs/editor/common/controller/cursor.i18n.json index b46c8df452..86c33f5190 100644 --- a/i18n/ita/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/ita/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "Eccezione imprevista durante l'esecuzione del comando." } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/ita/src/vs/editor/common/model/textModelWithTokens.i18n.json index f0c92c9031..71680e0b88 100644 --- a/i18n/ita/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/ita/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/ita/src/vs/editor/common/modes/modesRegistry.i18n.json index 2eb2790fa7..fc836081ca 100644 --- a/i18n/ita/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/ita/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "Testo normale" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/ita/src/vs/editor/common/services/bulkEdit.i18n.json index 10ea73bb96..ce917bc46b 100644 --- a/i18n/ita/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/ita/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/ita/src/vs/editor/common/services/modeServiceImpl.i18n.json index 8ad3c06365..180bdf6bb0 100644 --- a/i18n/ita/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/ita/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/ita/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/ita/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/ita/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/ita/src/vs/editor/common/view/editorColorRegistry.i18n.json index bd8958bdf9..b8d72c60ab 100644 --- a/i18n/ita/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/ita/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "Colore di sfondo per l'evidenziazione della riga alla posizione del cursore.", "lineHighlightBorderBox": "Colore di sfondo per il bordo intorno alla riga alla posizione del cursore.", - "rangeHighlight": "Colore di sfondo degli intervalli evidenziati, ad esempio dalle funzionalitĆ  Quick Open e Trova.", + "rangeHighlight": "Colore di sfondo degli intervalli evidenziati, ad esempio dalle funzionalitĆ  Quick Open e Trova. il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "rangeHighlightBorder": "Colore di sfondo del bordo intorno agli intervalli selezionati.", "caret": "Colore del cursore dell'editor.", "editorCursorBackground": "Colore di sfondo del cursore editor. Permette di personalizzare il colore di un carattere quando sovrapposto da un blocco cursore.", "editorWhitespaces": "Colore dei caratteri di spazio vuoto nell'editor.", "editorIndentGuides": "Colore delle guide per i rientri dell'editor.", "editorLineNumbers": "Colore dei numeri di riga dell'editor.", + "editorActiveLineNumber": "Colore dei numeri per la riga attiva dell'editor", "editorRuler": "Colore dei righelli dell'editor.", "editorCodeLensForeground": "Colore primo piano delle finestre di CodeLens dell'editor", "editorBracketMatchBackground": "Colore di sfondo delle parentesi corrispondenti", diff --git a/i18n/ita/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/ita/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index 63e6e2a5f1..80ff5665ba 100644 --- a/i18n/ita/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/ita/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 2e610be7ba..bfb58a9273 100644 --- a/i18n/ita/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "Vai alla parentesi" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "Colore del marcatore del righello delle annotazioni per la corrispondenza delle parentesi.", + "smartSelect.jumpBracket": "Vai alla parentesi", + "smartSelect.selectToBracket": "Seleziona fino alla parentesi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/ita/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 2e610be7ba..10377192f9 100644 --- a/i18n/ita/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/ita/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index 6b90ea0ccd..42079850a6 100644 --- a/i18n/ita/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "Sposta il punto di inserimento a sinistra", "caret.moveRight": "Sposta il punto di inserimento a destra" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/ita/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index 6b90ea0ccd..abf3002bc8 100644 --- a/i18n/ita/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/ita/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 7e7a9ec352..3e714f99ae 100644 --- a/i18n/ita/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/ita/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 7e7a9ec352..02ecfcecd6 100644 --- a/i18n/ita/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Trasponi lettere" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/ita/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index b99c88a4ae..ed0724ac66 100644 --- a/i18n/ita/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/ita/src/vs/editor/contrib/clipboard/clipboard.i18n.json index b99c88a4ae..4ddb584281 100644 --- a/i18n/ita/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "Taglia", "actions.clipboard.copyLabel": "Copia", "actions.clipboard.pasteLabel": "Incolla", diff --git a/i18n/ita/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/ita/src/vs/editor/contrib/comment/comment.i18n.json index 846cfb5044..cb8d96d43e 100644 --- a/i18n/ita/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Attiva/Disattiva commento per la riga", "comment.line.add": "Aggiungi commento per la riga", "comment.line.remove": "Rimuovi commento per la riga", diff --git a/i18n/ita/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/ita/src/vs/editor/contrib/comment/common/comment.i18n.json index 846cfb5044..b944594170 100644 --- a/i18n/ita/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/ita/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index fc0acd1195..c9bb0e8238 100644 --- a/i18n/ita/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/ita/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index fc0acd1195..6b8af563db 100644 --- a/i18n/ita/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "Mostra il menu di scelta rapida editor" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/find/browser/findWidget.i18n.json index f8b42e2797..8aa77e7843 100644 --- a/i18n/ita/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index a930fde7ff..f6304db811 100644 --- a/i18n/ita/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/ita/src/vs/editor/contrib/find/common/findController.i18n.json index 753c08a072..1ad2bdf10b 100644 --- a/i18n/ita/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/find/findController.i18n.json b/i18n/ita/src/vs/editor/contrib/find/findController.i18n.json index 753c08a072..71eae775d8 100644 --- a/i18n/ita/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "Trova", "findNextMatchAction": "Trova successivo", "findPreviousMatchAction": "Trova precedente", diff --git a/i18n/ita/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/find/findWidget.i18n.json index f8b42e2797..29e3eba70e 100644 --- a/i18n/ita/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Trova", "placeholder.find": "Trova", "label.previousMatchButton": "Risultato precedente", diff --git a/i18n/ita/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index a930fde7ff..36be3f7067 100644 --- a/i18n/ita/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Trova", "placeholder.find": "Trova", "label.previousMatchButton": "Risultato precedente", diff --git a/i18n/ita/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/ita/src/vs/editor/contrib/folding/browser/folding.i18n.json index cebd48ad3b..ef54f8f9fe 100644 --- a/i18n/ita/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/ita/src/vs/editor/contrib/folding/folding.i18n.json index 2a546151b4..bc62443ebd 100644 --- a/i18n/ita/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "Espandi", "unFoldRecursivelyAction.label": "Espandi in modo ricorsivo", "foldAction.label": "Riduci", diff --git a/i18n/ita/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/ita/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 1232d4a3bb..641e2d40a9 100644 --- a/i18n/ita/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/ita/src/vs/editor/contrib/format/formatActions.i18n.json index 1232d4a3bb..72fa4fc3ce 100644 --- a/i18n/ita/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "ƈ stata apportata 1 modifica di formattazione a riga {0}", "hintn1": "Sono state apportate {0} modifiche di formattazione a riga {1}", "hint1n": "ƈ stata apportata 1 modifica di formattazione tra le righe {0} e {1}", "hintnn": "Sono state apportate {0} modifiche di formattazione tra le righe {1} e {2}", - "no.provider": "Ci dispiace, ma non c'ĆØ alcun formattatore per i file '{0}' installati.", + "no.provider": "Non c'ĆØ alcun formattatore installato per i file '{0}'.", "formatDocument.label": "Formatta documento", "formatSelection.label": "Formatta selezione" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 13ee2830e0..4c3d3fbed3 100644 --- a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index 9df481ec1b..43f095c3d2 100644 --- a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index fa526a1f9e..c62fd5ae8e 100644 --- a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index 9df481ec1b..f988c74772 100644 --- a/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "Non ĆØ stata trovata alcuna definizione per '{0}'", "generic.noResults": "Non ĆØ stata trovata alcuna definizione", "meta.title": " - Definizioni di {0}", diff --git a/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index fa526a1f9e..ff3a930515 100644 --- a/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "Fare clic per visualizzare {0} definizioni." } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/ita/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 2d24c4f96e..6f5fa6a121 100644 --- a/i18n/ita/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/ita/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 2d24c4f96e..5c66455951 100644 --- a/i18n/ita/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "Vai a errore o avviso successivo", - "markerAction.previous.label": "Vai a errore o avviso precedente", + "markerAction.next.label": "Vai al problema successivo (Errore, Avviso, Informazioni)", + "markerAction.previous.label": "Vai al problema precedente (Errore, Avviso, Info)", "editorMarkerNavigationError": "Colore per gli errori del widget di spostamento tra marcatori dell'editor.", "editorMarkerNavigationWarning": "Colore per gli avvisi del widget di spostamento tra marcatori dell'editor.", "editorMarkerNavigationInfo": "Colore delle informazioni del widget di navigazione marcatori dell'editor.", diff --git a/i18n/ita/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/ita/src/vs/editor/contrib/hover/browser/hover.i18n.json index 385b42e529..2927b321fb 100644 --- a/i18n/ita/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/ita/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index 607247a8c4..e2e44d6595 100644 --- a/i18n/ita/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/ita/src/vs/editor/contrib/hover/hover.i18n.json index 385b42e529..312aef8aec 100644 --- a/i18n/ita/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "Visualizza passaggio del mouse" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/ita/src/vs/editor/contrib/hover/modesContentHover.i18n.json index 607247a8c4..019307ee4e 100644 --- a/i18n/ita/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "Caricamento..." } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/ita/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index ce39cfca31..f8516fbe3e 100644 --- a/i18n/ita/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/ita/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index ce39cfca31..95055d9ff8 100644 --- a/i18n/ita/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Sostituisci con il valore precedente", "InPlaceReplaceAction.next.label": "Sostituisci con il valore successivo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/ita/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 2617ceedc2..d784181b25 100644 --- a/i18n/ita/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/ita/src/vs/editor/contrib/indentation/indentation.i18n.json index 2617ceedc2..dfc1d3241e 100644 --- a/i18n/ita/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "Converti rientro in spazi", "indentationToTabs": "Converti rientro in tabulazioni", "configuredTabSize": "Dimensione tabulazione configurata", diff --git a/i18n/ita/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/ita/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index 9fcc4080ec..38485bf5a1 100644 --- a/i18n/ita/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/ita/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 6f27a9a47e..94dd4872e6 100644 --- a/i18n/ita/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/ita/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 6f27a9a47e..83d9b6d8d9 100644 --- a/i18n/ita/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "Copia la riga in alto", "lines.copyDown": "Copia la riga in basso", "lines.moveUp": "Sposta la riga in alto", diff --git a/i18n/ita/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/ita/src/vs/editor/contrib/links/browser/links.i18n.json index bb29675d50..ff1685daa8 100644 --- a/i18n/ita/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/links/links.i18n.json b/i18n/ita/src/vs/editor/contrib/links/links.i18n.json index bb29675d50..939e3f31f5 100644 --- a/i18n/ita/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/links/links.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Cmd + clic per seguire il collegamento", "links.navigate": "CTRL + clic per seguire il collegamento", "links.command.mac": "Cmd + click per eseguire il comando", diff --git a/i18n/ita/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/ita/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index af2b081d45..ac72d83aa7 100644 --- a/i18n/ita/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/ita/src/vs/editor/contrib/multicursor/multicursor.i18n.json index af2b081d45..0df49f8c9a 100644 --- a/i18n/ita/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Aggiungi cursore sopra", "mutlicursor.insertBelow": "Aggiungi cursore sotto", "mutlicursor.insertAtEndOfEachLineSelected": "Aggiungi cursore alla fine delle righe", diff --git a/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index 27a96b2c54..154f1a613e 100644 --- a/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index f5613ad126..4bc1e7b6d2 100644 --- a/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index 27a96b2c54..bd439787e6 100644 --- a/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "Attiva i suggerimenti per i parametri" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index f5613ad126..6f5d60a7d7 100644 --- a/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, suggerimento" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index 29a73e519d..b3f74c70f6 100644 --- a/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/ita/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index 29a73e519d..39a38762da 100644 --- a/i18n/ita/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "Mostra correzioni ({0})", "quickFix": "Mostra correzioni", - "quickfix.trigger.label": "Correzione rapida" + "quickfix.trigger.label": "Correzione rapida", + "refactor.label": "Esegui il refactoring" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index fe8e7a6d65..7be81cfd63 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index a9e04aae3b..7c0e6c4897 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index af8f531bdc..cf885e812d 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index d9f668ac45..ddfecbf39f 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 1b3c14ffa2..683c2bab58 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index fe8e7a6d65..338b3f094f 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Chiudi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index a9e04aae3b..1d60520e08 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " - Riferimenti di {0}", "references.action.label": "Trova tutti i riferimenti" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index af8f531bdc..178526b86f 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "Caricamento..." } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index d9f668ac45..df38ec3e03 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "simbolo in {0} alla riga {1} colonna {2}", "aria.fileReferences.1": "1 simbolo in {0}, percorso completo {1}", "aria.fileReferences.N": "{0} simboli in {1}, percorso completo {2}", diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 1b3c14ffa2..6fdcf1c016 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "Non ĆØ stato possibile risolvere il file.", "referencesCount": "{0} riferimenti", "referenceCount": "{0} riferimento", diff --git a/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json index c1a735fcca..df56e0abf8 100644 --- a/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 8d3c8a03d0..c9ce4cedee 100644 --- a/i18n/ita/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/rename.i18n.json index c1a735fcca..dddc7e6c61 100644 --- a/i18n/ita/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "Nessun risultato.", "aria": "Correttamente rinominato '{0}' in '{1}'. Sommario: {2}", "rename.failed": "L'esecuzione dell'operazione di ridenominazione non ĆØ riuscita.", diff --git a/i18n/ita/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/renameInputField.i18n.json index 8d3c8a03d0..abd310216b 100644 --- a/i18n/ita/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "Consente di rinominare l'input. Digitare il nuovo nome e premere INVIO per eseguire il commit." } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/ita/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index e50cd06027..f28dd2e593 100644 --- a/i18n/ita/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/ita/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index e50cd06027..2075f6b0dd 100644 --- a/i18n/ita/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "Espandi SELECT", "smartSelect.shrink": "Comprimi SELECT" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index a68bd5b22d..1b1685c270 100644 --- a/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index eb519f2c5d..b729df8b4c 100644 --- a/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/ita/src/vs/editor/contrib/suggest/suggestController.i18n.json index a68bd5b22d..35a7340881 100644 --- a/i18n/ita/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "L'accettazione di '{0}' ha inserito il seguente testo: {1}", "suggest.trigger.label": "Attiva suggerimento" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index eb519f2c5d..3ecb87c8ff 100644 --- a/i18n/ita/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "Colore di sfondo del widget dei suggerimenti.", "editorSuggestWidgetBorder": "Colore del bordo del widget dei suggerimenti.", "editorSuggestWidgetForeground": "Colore primo piano del widget dei suggerimenti.", diff --git a/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 3994298789..cb7b28c5ff 100644 --- a/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 3994298789..08dc05209a 100644 --- a/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "Attiva/Disattiva l'uso di TAB per spostare lo stato attivo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/ita/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index d57627a559..cc62a7b34c 100644 --- a/i18n/ita/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/ita/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index d57627a559..42e92cd644 100644 --- a/i18n/ita/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Colore di sfondo di un simbolo durante l'accesso in lettura, ad esempio durante la lettura di una variabile.", - "wordHighlightStrong": "Colore di sfondo di un simbolo durante l'accesso in scrittura, ad esempio durante la scrittura in una variabile.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Colore di sfondo di un simbolo durante l'accesso in lettura, ad esempio durante la lettura di una variabile. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "wordHighlightStrong": "Colore di sfondo di un simbolo durante l'accesso in scrittura, per esempio durante la scrittura di una variabile. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "wordHighlightBorder": "Colore del bordo di un simbolo durante l'accesso in lettura, ad esempio durante la lettura di una variabile.", + "wordHighlightStrongBorder": "Colore del bordo di un simbolo durante l'accesso in scrittura, ad esempio durante la scrittura in una variabile.", "overviewRulerWordHighlightForeground": "Colore del marcatore del righello delle annotazioni per le evidenziazioni dei simboli.", "overviewRulerWordHighlightStrongForeground": "Colore del marcatore del righello delle annotazioni per le evidenziazioni dei simboli di accesso in scrittura.", "wordHighlight.next.label": "Vai al prossimo simbolo evidenziato", diff --git a/i18n/ita/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index fe8e7a6d65..7be81cfd63 100644 --- a/i18n/ita/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/ita/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index 0548a8aa6a..ce303c20c0 100644 --- a/i18n/ita/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/ita/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/ita/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 0a974d1491..30d1f46980 100644 --- a/i18n/ita/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/ita/src/vs/editor/node/textMate/TMGrammars.i18n.json index 0cfd798fe9..88f94bc91b 100644 --- a/i18n/ita/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/ita/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/ita/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/ita/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/ita/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/ita/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index 32a58ae4a6..164ca807ba 100644 --- a/i18n/ita/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "le voci di menu devono essere una matrice", "requirestring": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", "optstring": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string`", @@ -40,6 +42,5 @@ "menuId.invalid": "`{0}` non ĆØ un identificatore di menu valido", "missing.command": "La voce di menu fa riferimento a un comando `{0}` che non ĆØ definito nella sezione 'commands'.", "missing.altCommand": "La voce di menu fa riferimento a un comando alternativo `{0}` che non ĆØ definito nella sezione 'commands'.", - "dupe.command": "La voce di menu fa riferimento allo stesso comando come comando predefinito e come comando alternativo", - "nosupport.altCommand": "I comandi alternativi sono attualmente supportati solo nel gruppo 'navigation' del menu 'editor/title'" + "dupe.command": "La voce di menu fa riferimento allo stesso comando come comando predefinito e come comando alternativo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/ita/src/vs/platform/configuration/common/configurationRegistry.i18n.json index ae29f08053..0082ec29ed 100644 --- a/i18n/ita/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/ita/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "Override configurazione predefinita", "overrideSettings.description": "Consente di configurare le impostazioni dell'editor di cui eseguire l'override per il linguaggio {0}.", "overrideSettings.defaultDescription": "Consente di configurare le impostazioni dell'editor di cui eseguire l'override per un linguaggio.", diff --git a/i18n/ita/src/vs/platform/environment/node/argv.i18n.json b/i18n/ita/src/vs/platform/environment/node/argv.i18n.json index 194dc9d937..786bca266c 100644 --- a/i18n/ita/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/ita/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "Gli argomenti nella modalitĆ  `--goto` devono essere espressi nel formato `FILE(:LINE(:CHARACTER))`.", "diff": "Confronta due file tra loro.", "add": "Aggiunge la cartella o le cartelle all'ultima finestra attiva.", "goto": "Apre un file nel percorso alla posizione specificata di riga e carattere.", - "locale": "Impostazioni locali da usare, ad esempio en-US o it-IT.", - "newWindow": "Forza una nuova istanza di Code.", - "performance": "Eseguire l'avvio con il comando 'Developer: Startup Performance' abilitato.", - "prof-startup": "Esegui il profiler della CPU durante l'avvio", - "inspect-extensions": "Consentire il debug e profiling delle estensioni. Controllare gli strumenti di sviluppo per l'uri di connessione.", - "inspect-brk-extensions": "Consentire il debug e profiling delle estensioni con l'host di estensione in pausa dopo inizio. Controllare gli strumenti di sviluppo per l'uri di connessione.", + "newWindow": "Forza l'apertura di una nuova finestra.", "reuseWindow": "Forza l'apertura di un file o di una cartella nell'ultima finestra attiva.", - "userDataDir": "Consente di specificare la directory in cui si trovano i dati utente. Utile quando viene eseguito come root.", - "log": "Livello di logging da utilizzare. Il valore predefinito ĆØ 'info'. I valori consentiti sono 'critical, 'error', 'warn', 'info', 'debug', 'trace', 'off'.", - "verbose": "Visualizza l'output dettagliato (implica --wait).", "wait": "Attendere la chiusura dei file prima della restituzione.", + "locale": "Impostazioni locali da usare, ad esempio en-US o it-IT.", + "userDataDir": "Consente di specificare la directory in cui si trovano i dati utente. Può essere usata per aprire più istanze diverse di Code.", + "version": "Visualizza la versione.", + "help": "Visualizza la sintassi.", "extensionHomePath": "Impostare il percorso radice per le estensioni.", "listExtensions": "Elenca le estensioni installate.", "showVersions": "Mostra le versioni delle estensioni installate, quando si usa --list-extension.", "installExtension": "Installa un'estensione.", "uninstallExtension": "Disinstalla un'estensione.", "experimentalApis": "Abilita funzionalitĆ  di API proposte per un'estensione specifica.", - "disableExtensions": "Disabilita tutte le estensioni installate.", - "disableGPU": "Disabilita l'accelerazione hardware della GPU.", + "verbose": "Visualizza l'output dettagliato (implica --wait).", + "log": "Livello di logging da utilizzare. Il valore predefinito ĆØ 'info'. I valori consentiti sono 'critical, 'error', 'warn', 'info', 'debug', 'trace', 'off'.", "status": "Stampare le informazioni di utilizzo e diagnostica di processo.", - "version": "Visualizza la versione.", - "help": "Visualizza la sintassi.", + "performance": "Eseguire l'avvio con il comando 'Developer: Startup Performance' abilitato.", + "prof-startup": "Esegui il profiler della CPU durante l'avvio", + "disableExtensions": "Disabilita tutte le estensioni installate.", + "inspect-extensions": "Consentire il debug e profiling delle estensioni. Controllare gli strumenti di sviluppo per l'uri di connessione.", + "inspect-brk-extensions": "Consentire il debug e profiling delle estensioni con l'host di estensione in pausa dopo inizio. Controllare gli strumenti di sviluppo per l'uri di connessione.", + "disableGPU": "Disabilita l'accelerazione hardware della GPU.", + "uploadLogs": "Caricamento dei log della sessione corrente verso un punto di comunicazione sicuro.", + "maxMemory": "Dimensione massima della memoria per una finestra (in Mbytes).", "usage": "Utilizzo", "options": "opzioni", "paths": "percorsi", - "optionsUpperCase": "Opzioni" + "stdinWindows": "Per leggere l'output da un altro programma, aggiungere alla fine '-' (ad esempio 'echo Hello World | {0} -')", + "stdinUnix": "Per leggere da stdin, aggiungere alla fine '-' (ad esempio 'ps aux | grep code | {0} -')", + "optionsUpperCase": "Opzioni", + "extensionsManagement": "Gestione delle estensioni", + "troubleshooting": "Risoluzione dei problemi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/ita/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 2f82670448..4e884db09e 100644 --- a/i18n/ita/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/ita/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Non esiste alcuna area di lavoro." } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/ita/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 5af4c8c282..f3139de641 100644 --- a/i18n/ita/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/ita/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Estensioni", "preferences": "Preferenze" } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/ita/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index e535e7a4f8..4337c6a4f5 100644 --- a/i18n/ita/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/ita/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "Impossibile scaricare perchĆ© non ĆØ stata trovata l'estensione compatibile con la versione corrente '{0}' di VS Code." } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index f823033646..a50f080797 100644 --- a/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "Estensione non valida: package.json non ĆØ un file JSON.", - "restartCodeLocal": "Riavviare Code prima di reinstallare {0}.", + "restartCode": "Riavviare Code prima di reinstallare {0}.", "installingOutdatedExtension": "Una versione più recente di questa estensione ĆØ giĆ  installata. Vuoi eseguire l'override di questa con la versione precedente?", "override": "Eseguire l'override", "cancel": "Annulla", - "notFoundCompatible": "Impossibile installare perchĆ© non ĆØ stata trovata l'estensione '{0}' compatibile con la versione corrente '{1}' di VS Code.", - "quitCode": "Impossibile installare perchĆ© un'istanza obsoleta dell'estensione ĆØ ancora in esecuzione. Si prega di uscire e riavviare VS Code prima di reinstallare.", - "exitCode": "Impossibile installare perchĆ© un'istanza obsoleta dell'estensione ĆØ ancora in esecuzione. Si prega di uscire e riavviare VS Code prima di reinstallare.", + "errorInstallingDependencies": "Errore durante l'installazione delle dipendenze. {0}", + "MarketPlaceDisabled": "Il Marketplace non ĆØ abilitato", + "removeError": "Errore durante la rimozione dell'estensione: {0}. Chiudere e riavviare VS Code prima di riprovare.", + "Not Market place extension": "Solo le Estensioni del Marketplace possono essere reinstallate", + "notFoundCompatible": "Impossibile installare '{0}'; non ĆØ presente alcuna versione compatibile con VS Code '{1}'.", + "malicious extension": "Non ĆØ possibile installare l'estensione poichĆ© ĆØ stata segnalata come problematica.", "notFoundCompatibleDependency": "Impossibile installare perchĆ© non ĆØ stata trovata l'estensione dipendente '{0}' compatibile con la versione corrente '{1}' di VS Code.", + "quitCode": "Impossibile installare l'estensione. Riavviare VS Code prima di procedere ad un nuovo setup.", + "exitCode": "Impossibile installare l'estensione. Riavviare VS Code prima di procedere ad un nuovo setup.", "uninstallDependeciesConfirmation": "Disinstallare solo '{0}' o anche le relative dipendenze?", "uninstallOnly": "Solo", "uninstallAll": "Tutto", diff --git a/i18n/ita/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/ita/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index be99767fea..47230dcaba 100644 --- a/i18n/ita/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/ita/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/ita/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 1eabda0d35..76f1091649 100644 --- a/i18n/ita/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/ita/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "Per le estensioni di Visual Studio Code consente di specificare la versione di Visual Studio Code con cui ĆØ compatibile l'estensione. Non può essere *. Ad esempio: ^0.10.5 indica la compatibilitĆ  con la versione minima 0.10.5 di Visual Studio Code.", "vscode.extension.publisher": "Editore dell'estensione Visual Studio Code.", "vscode.extension.displayName": "Nome visualizzato per l'estensione usato nella raccolta di Visual Studio Code.", diff --git a/i18n/ita/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/ita/src/vs/platform/extensions/node/extensionValidator.i18n.json index 767659d504..3078618298 100644 --- a/i18n/ita/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/ita/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "Non ĆØ stato possibile analizzare il valore {0} di `engines.vscode`. Usare ad esempio: ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x e cosƬ via.", "versionSpecificity1": "La versione specificata in `engines.vscode` ({0}) non ĆØ abbastanza specifica. Per le versioni di vscode precedenti alla 1.0.0, definire almeno le versioni principale e secondaria desiderate, ad esempio ^0.10.0, 0.10.x, 0.11.0 e cosƬ via.", "versionSpecificity2": "La versione specificata in `engines.vscode` ({0}) non ĆØ abbastanza specifica. Per le versioni di vscode successive alla 1.0.0, definire almeno la versione principale desiderata, ad esempio ^1.10.0, 1.10.x, 1.x.x, 2.x.x e cosƬ via.", - "versionMismatch": "L'estensione non ĆØ compatibile con Visual Studio Code {0}. Per l'estensione ĆØ richiesto: {1}.", - "extensionDescription.empty": "La descrizione dell'estensione restituita ĆØ vuota", - "extensionDescription.publisher": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", - "extensionDescription.name": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", - "extensionDescription.version": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", - "extensionDescription.engines": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `object`", - "extensionDescription.engines.vscode": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", - "extensionDescription.extensionDependencies": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string[]`", - "extensionDescription.activationEvents1": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string[]`", - "extensionDescription.activationEvents2": "le proprietĆ  `{0}` e `{1}` devono essere specificate o omesse entrambi", - "extensionDescription.main1": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string`", - "extensionDescription.main2": "Valore previsto di `main` ({0}) da includere nella cartella dell'estensione ({1}). L'estensione potrebbe non essere più portatile.", - "extensionDescription.main3": "le proprietĆ  `{0}` e `{1}` devono essere specificate o omesse entrambi", - "notSemver": "La versione dell'estensione non ĆØ compatibile con semver." + "versionMismatch": "L'estensione non ĆØ compatibile con Visual Studio Code {0}. Per l'estensione ĆØ richiesto: {1}." } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/ita/src/vs/platform/history/electron-main/historyMainService.i18n.json index 852874f154..01c53c62da 100644 --- a/i18n/ita/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/ita/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "Nuova finestra", "newWindowDesc": "Apre una nuova finestra", "recentFolders": "Aree di lavoro recenti", diff --git a/i18n/ita/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/ita/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 4e7e76677f..59968761c5 100644 --- a/i18n/ita/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/ita/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "OK", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "Altre informazioni", "integrity.dontShowAgain": "Non visualizzare più questo messaggio", - "integrity.moreInfo": "Altre informazioni", "integrity.prompt": "L'installazione di {0} sembra danneggiata. Reinstallare." } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/ita/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..90bcf04698 --- /dev/null +++ b/i18n/ita/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "Rapporti di issue" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/ita/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index b51fe2f237..3960362b30 100644 --- a/i18n/ita/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "Configurazione dello schema JSON per contributes.", "contributes.jsonValidation.fileMatch": "Criteri dei file da soddisfare, ad esempio \"package.json\" o \"*.launch\".", "contributes.jsonValidation.url": "URL dello schema ('http:', 'https:') o percorso relativo della cartella delle estensioni ('./').", diff --git a/i18n/ita/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/ita/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index 6573888f09..59be497d7f 100644 --- a/i18n/ita/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/ita/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "ƈ stato premuto ({0}). In attesa del secondo tasto...", "missing.chord": "La combinazione di tasti ({0}, {1}) non ĆØ un comando." } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/ita/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index e88e90ec70..961fd2df96 100644 --- a/i18n/ita/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/ita/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/platform/list/browser/listService.i18n.json b/i18n/ita/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..0da9f933b9 --- /dev/null +++ b/i18n/ita/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Area di lavoro", + "multiSelectModifier.ctrlCmd": "Rappresenta il tasto 'Control' (ctrl) su Windows e Linux e il tasto 'Comando' (cmd) su OSX.", + "multiSelectModifier.alt": "Rappresenta il tasto 'Alt' su Windows e Linux e il tasto 'Opzione' su OSX.", + "multiSelectModifier": "Modificatore da usare per aggiungere un elemento in alberi ed elenchi a una selezione multipla con il mouse (ad esempio editor aperti e visualizzazione Gestione controllo servizi in Esplora risorse). 'ctrlCmd' rappresenta il tasto 'CTRL' in Windows e Linux e il tasto 'Cmd' in OSX. I gesti del mouse Apri lateralmente, se supportati, si adatteranno in modo da non entrare in conflitto con il modificatore di selezione multipla.", + "openMode.singleClick": "Apre elementi facendo un singolo clic col mouse.", + "openMode.doubleClick": "Apre elementi facendo doppio clic col mouse.", + "openModeModifier": "Controlla la modalitĆ  di apertura degli elementi in alberi ed elenchi con il mouse, se supportata. Impostare su `singleClick` per aprire gli elementi con un unico clic del mouse e `doubleClick` per aprirli solo se viene fatto doppio clic. Per gli elementi padre con elementi figlio negli alberi, questa impostazione controllerĆ  se per espandere l'elemento padre ĆØ necessario fare clic una sola volta o fare doppio clic. Tenere presente che alcuni alberi ed elenchi potrebbero scegliere di ignorare questa impostazione se non ĆØ applicabile. " +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/ita/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..8289bdd07a --- /dev/null +++ b/i18n/ita/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "Contribuisce traduzioni all'editor", + "vscode.extension.contributes.localizations.languageId": "Id della lingua in cui sono tradotte le stringhe visualizzate.", + "vscode.extension.contributes.localizations.languageName": "Nome della lingua in inglese.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nome della lingua nella lingua stessa.", + "vscode.extension.contributes.localizations.translations": "Lista delle traduzioni associate alla lingua.", + "vscode.extension.contributes.localizations.translations.id": "ID di VS Code o dell'estensione cui si riferisce questa traduzione. L'ID di VS Code ĆØ sempre 'vscode' e quello di un'estensione deve essere nel formato 'publisherId.extensionName'.", + "vscode.extension.contributes.localizations.translations.id.pattern": "L'ID deve essere 'vscode' o essere nel formato 'publisherId.extensionName' per tradurre rispettivamente VS Code o un'estensione.", + "vscode.extension.contributes.localizations.translations.path": "Percorso relativo di un file che contiene le traduzioni per la lingua." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/ita/src/vs/platform/markers/common/problemMatcher.i18n.json index 9faef2fdad..b744e86f08 100644 --- a/i18n/ita/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/ita/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "La proprietĆ  loop ĆØ supportata solo sul matcher dell'ultima riga.", "ProblemPatternParser.problemPattern.missingRegExp": "Nel criterio del problema manca un'espressione regolare.", "ProblemPatternParser.problemPattern.missingProperty": "Il criterio del problema non ĆØ valido. Deve includere almeno un gruppo di corrispondenze di tipo file, messaggio e riga o posizione.", diff --git a/i18n/ita/src/vs/platform/message/common/message.i18n.json b/i18n/ita/src/vs/platform/message/common/message.i18n.json index c623cd2a9b..489db84c97 100644 --- a/i18n/ita/src/vs/platform/message/common/message.i18n.json +++ b/i18n/ita/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Chiudi", "later": "In seguito", - "cancel": "Annulla" + "cancel": "Annulla", + "moreFile": "...1 altro file non visualizzato", + "moreFiles": "...{0} altri file non visualizzati" } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/request/node/request.i18n.json b/i18n/ita/src/vs/platform/request/node/request.i18n.json index ca60f6c282..2fb8a780c4 100644 --- a/i18n/ita/src/vs/platform/request/node/request.i18n.json +++ b/i18n/ita/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "Impostazione proxy da usare. Se non ĆØ impostata, verrĆ  ottenuta dalle variabili di ambiente http_proxy e https_proxy", "strictSSL": "Indica se il certificato del server proxy deve essere verificato in base all'elenco di CA specificate.", diff --git a/i18n/ita/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/ita/src/vs/platform/telemetry/common/telemetryService.i18n.json index e852f94e9f..93495f792d 100644 --- a/i18n/ita/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/ita/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetria", "telemetry.enableTelemetry": "Consente l'invio di errori e dati sull'utilizzo a Microsoft." } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/ita/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 88108cb9b1..826ed73b98 100644 --- a/i18n/ita/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "Aggiunge colori tematizzabili alle estensioni definite", "contributes.color.id": "Identificatore del colore che supporta i temi", "contributes.color.id.format": "Gli identificativi devono rispettare il formato aa[.bb]*", diff --git a/i18n/ita/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/ita/src/vs/platform/theme/common/colorRegistry.i18n.json index 6505e976a2..1933e084b3 100644 --- a/i18n/ita/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/ita/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "Colori usati nell'area di lavoro.", "foreground": "Colore primo piano. Questo colore ĆØ utilizzato solo se non viene sovrascritto da un componente.", "errorForeground": "Colore primo piano globale per i messaggi di errore. Questo colore ĆØ utilizzato solamente se non viene sottoposto a override da un componente.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Colore di sfondo di convalida dell'input di tipo Errore.", "inputValidationErrorBorder": "Colore bordo di convalida dell'input di tipo Errore.", "dropdownBackground": "Sfondo dell'elenco a discesa.", + "dropdownListBackground": "Sfondo dell'elenco a discesa.", "dropdownForeground": "Primo piano dell'elenco a discesa.", "dropdownBorder": "Bordo dell'elenco a discesa.", "listFocusBackground": "Colore sfondo Elenco/Struttura ad albero per l'elemento evidenziato quando l'Elenco/Struttura ad albero ĆØ attivo. Un Elenco/Struttura ad albero attivo\nha il focus della tastiera, uno inattivo no.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "Colore bordo dei widget dell'editor. Il colore viene utilizzato solo se il widget sceglie di avere un bordo e se il colore non ĆØ sottoposto a override da un widget.", "editorSelectionBackground": "Colore della selezione dell'editor.", "editorSelectionForeground": "Colore del testo selezionato per il contrasto elevato.", - "editorInactiveSelection": "Colore della selezione in un editor inattivo.", - "editorSelectionHighlight": "Colore delle aree con lo stesso contenuto della selezione.", + "editorInactiveSelection": "Colore della selezione in un editor non attivo. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "editorSelectionHighlight": "Colore delle aree con lo stesso contenuto della selezione. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "editorSelectionHighlightBorder": "Colore del bordo delle regioni con lo stesso contenuto della selezione.", "editorFindMatch": "Colore della corrispondenza di ricerca corrente.", - "findMatchHighlight": "Colore delle altre corrispondenze di ricerca.", - "findRangeHighlight": "Colore dell'intervallo di ricerca.", - "hoverHighlight": "Evidenziazione sotto la parola per cui ĆØ visualizzata un'area sensibile al passaggio del mouse.", + "findMatchHighlight": "Colore degli altri risultati della ricerca. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "findRangeHighlight": "Colore dell'intervallo limite della ricerca. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "editorFindMatchBorder": "Colore del bordo della corrispondenza della ricerca corrente.", + "findMatchHighlightBorder": "Colore del bordo delle altre corrispondenze della ricerca.", + "findRangeHighlightBorder": "Colore del bordo dell'intervallo che delimita la ricerca. Il colore non deve essere opaco per non nascondere decorazioni sottostanti.", + "hoverHighlight": "Evidenziazione sotto la parola per cui ĆØ visualizzata un'area sensibile al passaggio del mouse. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", "hoverBackground": "Colore di sfondo dell'area sensibile al passaggio del mouse dell'editor.", "hoverBorder": "Colore del bordo dell'area sensibile al passaggio del mouse dell'editor.", "activeLinkForeground": "Colore dei collegamenti attivi.", - "diffEditorInserted": "Colore di sfondo del testo che ĆØ stato inserito.", - "diffEditorRemoved": "Colore di sfondo del testo che ĆØ stato rimosso.", + "diffEditorInserted": "Colore di sfondo per il testo che ĆØ stato inserito. Il colore non deve essere opaco per non nascondere le decorazioni sottostanti.", + "diffEditorRemoved": "Colore di sfondo per il testo che ĆØ stato rimosso. Il colore non deve essere opaco per non nascondere le decorazioni sottostanti.", "diffEditorInsertedOutline": "Colore del contorno del testo che ĆØ stato inserito.", "diffEditorRemovedOutline": "Colore del contorno del testo che ĆØ stato rimosso.", - "mergeCurrentHeaderBackground": "Sfondo intestazione corrente in conflitti di merge in linea.", - "mergeCurrentContentBackground": "Sfondo contenuto corrente in conflitti di merge in linea.", - "mergeIncomingHeaderBackground": "Sfondo intestazione modifica in ingresso in conflitti di merge in linea.", - "mergeIncomingContentBackground": "Sfondo contenuto modifica in ingresso in conflitti di merge in linea.", - "mergeCommonHeaderBackground": "Sfondo dell'intestazione dell'antenato comune nei conflitti di merge in linea.", - "mergeCommonContentBackground": "Sfondo del contenuto dell'antenato comune nei conflitti di merge in linea.", + "mergeCurrentHeaderBackground": "Sfondo intestazione corrente in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "mergeCurrentContentBackground": "Sfondo contenuto corrente in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "mergeIncomingHeaderBackground": "Sfondo intestazione modifica in ingresso in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "mergeIncomingContentBackground": "Sfondo contenuto modifica in ingresso in conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "mergeCommonHeaderBackground": "Sfondo dell'intestazione dell'antenato comune nei conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", + "mergeCommonContentBackground": "Sfondo del contenuto dell'antenato comune nei conflitti di merge in linea. Il colore non deve essere opaco per evitare di nascondere le decorazioni sottostanti.", "mergeBorder": "Colore bordo su intestazioni e sulla barra di divisione di conflitti di merge in linea.", "overviewRulerCurrentContentForeground": "Colore primo piano righello panoramica attuale per i conflitti di merge in linea.", "overviewRulerIncomingContentForeground": "Colore primo piano del righello panoramica modifiche in arrivo per i conflitti di merge in linea.", diff --git a/i18n/ita/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/ita/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..d91267fde5 --- /dev/null +++ b/i18n/ita/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "Aggiorna", + "updateChannel": "Consente di configurare la ricezione degli aggiornamenti automatici da un canale di aggiornamento. Richiede un riavvio dopo la modifica.", + "enableWindowsBackgroundUpdates": "Abilita gli aggiornamenti di Windows in background." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/ita/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..801644a494 --- /dev/null +++ b/i18n/ita/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "Versione {0}\nCommit {1}\nData {2}\nShell {3}\nRenderer {4}\nNodo {5}\nArchitettura {6}", + "okButton": "OK", + "copy": "&&Copia" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/ita/src/vs/platform/workspaces/common/workspaces.i18n.json index 4bf035be67..242dbd3267 100644 --- a/i18n/ita/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/ita/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Area di lavoro del codice", "untitledWorkspace": "Senza titolo (Area di lavoro)", "workspaceNameVerbose": "{0} (Area di lavoro)", diff --git a/i18n/ita/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..779baa3d09 --- /dev/null +++ b/i18n/ita/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "le traduzioni devono essere una matrice", + "requirestring": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", + "optstring": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string`", + "vscode.extension.contributes.localizations": "Contribuisce traduzioni all'editor", + "vscode.extension.contributes.localizations.languageId": "Id della lingua in cui sono tradotte le stringhe visualizzate.", + "vscode.extension.contributes.localizations.languageName": "Nome della lingua in cui sono tradotte le stringhe visualizzate.", + "vscode.extension.contributes.localizations.translations": "Percorso relativo alla cartella che contiene tutti i file di traduzione per la lingua fornita." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index ebd673947f..a0411ed6db 100644 --- a/i18n/ita/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "Visualizzazioni devono essere una matrice", "requirestring": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", "optstring": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string`", diff --git a/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index 606de953f3..2b2cd7e890 100644 --- a/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index e2fbc59847..bb3bac76f2 100644 --- a/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "Chiudi", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (estensione)", + "defaultSource": "Estensione", + "manageExtension": "Gestisci estensione", "cancel": "Annulla", "ok": "OK" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..e63b76f62d --- /dev/null +++ b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "Esecuzione del salvataggio partecipanti..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..598b352837 --- /dev/null +++ b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "editor Webview" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..84d9868db6 --- /dev/null +++ b/i18n/ita/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "L'estensione '{0}' ha aggiunto 1 cartella all'area di lavoro", + "folderStatusMessageAddMultipleFolders": "L'estensione '{0}' ha aggiunto {1} cartelle all'area di lavoro", + "folderStatusMessageRemoveSingleFolder": "L'estensione '{0}' ha rimosso 1 cartella dall'area di lavoro", + "folderStatusMessageRemoveMultipleFolders": "L'estensione '{0}' ha rimosso {1} cartelle dall'area di lavoro", + "folderStatusChangeFolder": "L'estensione '{0}' ha cambiato le cartelle dell'area di lavoro" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 24b6ea2287..d1a4be797c 100644 --- a/i18n/ita/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "Non verranno visualizzati altri {0} errori e avvisi." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostExplorerView.i18n.json index 8905123ff8..b9bfa75b03 100644 --- a/i18n/ita/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index be99767fea..d0d3f6e959 100644 --- a/i18n/ita/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "L'attivazione dell'estensione `{1}` non ĆØ riuscita. Motivo: la dipendenza `{0}` ĆØ sconosciuta.", - "failedDep1": "L'attivazione dell'estensione `{1}` non ĆØ riuscita. Motivo: non ĆØ stato possibile attivare la dipendenza `{0}`.", - "failedDep2": "L'attivazione dell'estensione `{0}` non ĆØ riuscita. Motivo: sono presenti più di 10 livelli di dipendenze (molto probabilmente un ciclo di dipendenze).", - "activationError": "L'attivazione dell'estensione `{0}` non ĆØ riuscita: {1}." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "L'attivazione dell'estensione '{1}' non ĆØ riuscita. Motivo: la dipendenza '{0}' ĆØ sconosciuta.", + "failedDep1": "L'attivazione dell'estensione '{1}' non ĆØ riuscita. Motivo: non ĆØ stato possibile attivare la dipendenza '{0}'.", + "failedDep2": "L'attivazione dell'estensione '{0}' non ĆØ riuscita. Motivo: sono presenti più di 10 livelli di dipendenze (molto probabilmente un ciclo di dipendenze).", + "activationError": "L'attivazione dell'estensione '{0}' non ĆØ riuscita: {1}." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/ita/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index 7d463badde..5f3bfb8abd 100644 --- a/i18n/ita/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostTreeView.i18n.json index 8905123ff8..b9bfa75b03 100644 --- a/i18n/ita/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 04c4b11db8..3489036197 100644 --- a/i18n/ita/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "Nessuna visualizzazione di struttura ad albero con ID '{0}' registrata.", - "treeItem.notFound": "Nessun elemento di struttura ad albero con id '{0}' trovato.", - "treeView.duplicateElement": "L'elemento {0} ĆØ giĆ  registrato" + "treeView.duplicateElement": "L'elemento con id {0} ĆØ giĆ  registrato" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/ita/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..2272c96ca7 --- /dev/null +++ b/i18n/ita/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "L'estensione '{0}' non ĆØ riuscita ad aggiornare le cartelle dell'area di lavoro: {1}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/ita/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index 606de953f3..2b2cd7e890 100644 --- a/i18n/ita/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/ita/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index e2fbc59847..9e2891788a 100644 --- a/i18n/ita/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/ita/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/configureLocale.i18n.json index a124f7f6f3..39188e36bd 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/fileActions.i18n.json index ce47cce90d..3b96bf265a 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index f4ee1472cd..09402bf482 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "Attiva/Disattiva visibilitĆ  della barra attivitĆ ", "view": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..5cf31d0894 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "Attiva/Disattiva layout al centro", + "view": "Visualizza" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index b11beaa230..8ec9214223 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "Attiva/Disattiva layout orizzontale/verticale gruppi di editor", "horizontalLayout": "Layout orizzontale gruppi di editor", "verticalLayout": "Layout verticale gruppi di editor", diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 4f3f7993c3..2afaede997 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "Attiva/Disattiva posizione della barra laterale", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "Attiva/Disattiva posizione della barra laterale", "view": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index e146a2a4a0..55c32e3289 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "Attiva/Disattiva visibilitĆ  della barra laterale", "view": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 4a177f0278..3f459d40bc 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "Attiva/Disattiva visibilitĆ  della barra di stato", "view": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index 2e88c81fa0..7bab920d19 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Attiva/disattiva visibilitĆ  delle schede", "view": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index dd597b9032..83ebeff493 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Attiva/Disattiva modalitĆ  Zen", "view": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 0a58dca9ea..694cd29a6f 100644 --- a/i18n/ita/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "Apri file...", "openFolder": "Apri cartella...", "openFileFolder": "Apri...", - "addFolderToWorkspace": "Aggiungi cartella all'area di lavoro...", - "add": "&&Aggiungi", - "addFolderToWorkspaceTitle": "Aggiungi cartella all'area di lavoro", "globalRemoveFolderFromWorkspace": "Rimuovi cartella dall'area di lavoro...", - "removeFolderFromWorkspace": "Rimuovi cartella dall'area di lavoro", - "openFolderSettings": "Apri impostazioni cartella", "saveWorkspaceAsAction": "Salva area di lavoro come...", "save": "&&Salva", "saveWorkspace": "Salva area di lavoro", "openWorkspaceAction": "Apri area di lavoro...", "openWorkspaceConfigFile": "Apri file di configurazione dell'area di lavoro", - "openFolderAsWorkspaceInNewWindow": "Apre la cartella come area di lavoro in una nuova finestra", - "workspaceFolderPickerPlaceholder": "Selezionare la cartella dell'area di lavoro" + "openFolderAsWorkspaceInNewWindow": "Apre la cartella come area di lavoro in una nuova finestra" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/ita/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..e03eb1dc82 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Aggiungi cartella all'area di lavoro...", + "add": "&&Aggiungi", + "addFolderToWorkspaceTitle": "Aggiungi cartella all'area di lavoro", + "workspaceFolderPickerPlaceholder": "Selezionare la cartella dell'area di lavoro" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 492b8e0309..901f46eda8 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index bee5fb6341..3954dfdbd2 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "Nascondi barra attivitĆ ", "globalActions": "Azioni globali" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/compositePart.i18n.json index 4be5e84fb1..2a9346db41 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "Azioni di {0}", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index 33e0b7a197..8ab6cd0e66 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "Cambio visualizzazione attiva" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index f174c284bf..414f73cc66 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "Più di 10.000", "badgeTitle": "{0} - {1}", "additionalViews": "Visualizzazioni aggiuntive", diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index ba05478334..3f9b19abf6 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "Visualizzatore file binari" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index aa914d12c1..c27d18b1c3 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Editor di testo", "textDiffEditor": "Editor diff file di testo", "binaryDiffEditor": "Editor diff file binari", @@ -13,5 +15,18 @@ "groupThreePicker": "Mostra editor nel terzo gruppo", "allEditorsPicker": "Mostra tutti gli editor aperti", "view": "Visualizza", - "file": "File" + "file": "File", + "close": "Chiudi", + "closeOthers": "Chiudi altri", + "closeRight": "Chiudi a destra", + "closeAllSaved": "Chiudi salvati", + "closeAll": "Chiudi tutto", + "keepOpen": "Mantieni aperto", + "toggleInlineView": "Attiva/disattiva visualizzazione Inline", + "showOpenedEditors": "Mostra editor aperti", + "keepEditor": "Mantieni editor", + "closeEditorsInGroup": "Chiudi tutti gli editor del gruppo", + "closeSavedEditors": "Chiudi editor salvati del gruppo", + "closeOtherEditors": "Chiudi gli altri editor", + "closeRightEditors": "Chiudi editor a destra" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index 00de0aab7d..64d6238070 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Dividi editor", "joinTwoGroups": "Unisci editor di due gruppi", "navigateEditorGroups": "Esplora gruppi di editor", @@ -17,18 +19,13 @@ "closeEditor": "Chiudi editor", "revertAndCloseActiveEditor": "Ripristina e chiudi editor", "closeEditorsToTheLeft": "Chiudi editor a sinistra", - "closeEditorsToTheRight": "Chiudi editor a destra", "closeAllEditors": "Chiudi tutti gli editor", - "closeUnmodifiedEditors": "Chiudi editor non modificati del gruppo", "closeEditorsInOtherGroups": "Chiudi editor in altri gruppi", - "closeOtherEditorsInGroup": "Chiudi gli altri editor", - "closeEditorsInGroup": "Chiudi tutti gli editor del gruppo", "moveActiveGroupLeft": "Sposta gruppo di editor a sinistra", "moveActiveGroupRight": "Sposta gruppo di editor a destra", "minimizeOtherEditorGroups": "Riduci a icona gli altri gruppi di editor", "evenEditorGroups": "Imposta stessa larghezza per gruppo di editor", "maximizeEditor": "Ingrandisci gruppo di editor e nascondi barra laterale", - "keepEditor": "Mantieni editor", "openNextEditor": "Apri editor successivo", "openPreviousEditor": "Apri editor precedente", "nextEditorInGroup": "Apri editor successivo del gruppo", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "Mostra editor nel primo gruppo", "showEditorsInSecondGroup": "Mostra editor nel secondo gruppo", "showEditorsInThirdGroup": "Mostra editor nel terzo gruppo", - "showEditorsInGroup": "Mostra editor nel gruppo", "showAllEditors": "Mostra tutti gli editor", "openPreviousRecentlyUsedEditorInGroup": "Apri editor precedente usato di recente nel gruppo", "openNextRecentlyUsedEditorInGroup": "Apri editor successivo usato di recente nel gruppo", @@ -54,5 +50,8 @@ "moveEditorLeft": "Sposta editor a sinistra", "moveEditorRight": "Sposta editor a destra", "moveEditorToPreviousGroup": "Sposta editor nel gruppo precedente", - "moveEditorToNextGroup": "Sposta editor nel gruppo successivo" + "moveEditorToNextGroup": "Sposta editor nel gruppo successivo", + "moveEditorToFirstGroup": "Sposta l'Editor nel primo gruppo", + "moveEditorToSecondGroup": "Sposta l'Editor nel secondo gruppo", + "moveEditorToThirdGroup": "Sposta l'Editor nel terzo gruppo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 0e49511fa5..241cbdd001 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "Consente di spostare l'editor attivo per schede o gruppi", "editorCommand.activeEditorMove.arg.name": "Argomento per spostamento editor attivo", - "editorCommand.activeEditorMove.arg.description": "ProprietĆ  degli argomenti:\n\t* 'to': valore stringa che specifica dove eseguire lo spostamento.\n\t* 'by': valore stringa che specifica l'unitĆ  per lo spostamento, ovvero per scheda o per gruppo.\n\t* 'value': valore numerico che specifica il numero di posizioni o una posizione assoluta per lo spostamento.", - "commandDeprecated": "Il comando **{0}** ĆØ stato rimosso. In alternativa, usare **{1}**", - "openKeybindings": "Configura tasti di scelta rapida" + "editorCommand.activeEditorMove.arg.description": "ProprietĆ  degli argomenti:\n\t* 'to': valore stringa che specifica dove eseguire lo spostamento.\n\t* 'by': valore stringa che specifica l'unitĆ  per lo spostamento, ovvero per scheda o per gruppo.\n\t* 'value': valore numerico che specifica il numero di posizioni o una posizione assoluta per lo spostamento." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 230d2df19e..304f9192af 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "A sinistra", "groupTwoVertical": "Al centro", "groupThreeVertical": "A destra", diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index fe6dec6460..c0b922632b 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selezione gruppo di editor", "groupLabel": "Gruppo: {0}", "noResultsFoundInGroup": "Nel gruppo non ĆØ stato trovato alcun editor aperto corrispondente", diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index 77162d4939..dfe5104f07 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "Ri {0}, col {1} ({2} selezionate)", "singleSelection": "Ri {0}, col {1}", "multiSelectionRange": "{0} selezioni ({1} caratteri selezionati)", diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..759e983d26 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0} B", + "sizeKB": "{0} KB", + "sizeMB": "{0} MB", + "sizeGB": "{0} GB", + "sizeTB": "{0} TB", + "largeImageError": "Le dimensioni del file dell'immagine sono eccessive (maggiori di 1 MB) per la visualizzazione nell'editor. ", + "resourceOpenExternalButton": "Aprire l'immagine utilizzando un programma esterno?", + "nativeBinaryError": "Il file non verrĆ  visualizzato nell'editor perchĆ© ĆØ binario, ĆØ molto grande o usa una codifica testo non supportata.", + "zoom.action.fit.label": "Immagine intera", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index cef0b2b052..bf8b5724b8 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "Azioni delle schede" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 1efc298b02..a35f8535db 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "Editor diff file di testo", "readonlyEditorWithInputAriaLabel": "{0}. Editor di confronto testo di sola lettura.", "readonlyEditorAriaLabel": "Editor di confronto testo di sola lettura.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "Editor di confronto file di testo.", "navigate.next.label": "Revisione successiva", "navigate.prev.label": "Revisione precedente", - "inlineDiffLabel": "Passa alla visualizzazione inline", - "sideBySideDiffLabel": "Passa alla visualizzazione affiancata" + "toggleIgnoreTrimWhitespace.label": "Ignora lo spazio vuoto finale" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index dd2eeefb93..dcda9cd4dd 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, gruppo {1}." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index b519db00a2..93871825a0 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Editor di testo", "readonlyEditorWithInputAriaLabel": "{0}. Editor di testo di sola lettura.", "readonlyEditorAriaLabel": "Editor di testo di sola lettura.", diff --git a/i18n/ita/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index db72fb3268..ebe5a4e072 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Chiudi", - "closeOthers": "Chiudi altri", - "closeRight": "Chiudi a destra", - "closeAll": "Chiudi tutto", - "closeAllUnmodified": "Chiudi non modificati", - "keepOpen": "Mantieni aperto", - "showOpenedEditors": "Mostra editor aperti", "araLabelEditorActions": "Azioni editor" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..51e3efafe0 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "Cancella notifica", + "clearNotifications": "Cancella tutte le notifiche", + "hideNotificationsCenter": "Nascondi notifiche", + "expandNotification": "Espandi notifica", + "collapseNotification": "Comprimi notifica", + "configureNotification": "Configura notifica", + "copyNotification": "Copia testo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..18fbc67d2f --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Errore: {0}", + "alertWarningMessage": "Avviso: {0}", + "alertInfoMessage": "Info: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..2d1037db02 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Notifiche", + "notificationsToolbar": "Azioni del centro notifiche", + "notificationsList": "Elenco notifiche" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..d813bcfffe --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Notifiche", + "showNotifications": "Mostra notifiche", + "hideNotifications": "Nascondi notifiche", + "clearAllNotifications": "Cancella tutte le notifiche" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..08152eec60 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "Nascondi notifiche", + "zeroNotifications": "Nessuna notifica", + "noNotifications": "Nessuna nuova notifica", + "oneNotification": "1 nuova notifica", + "notifications": "{0} nuove notifiche" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..e7349ef559 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "Avviso popup di notifica" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..89742bd1e5 --- /dev/null +++ b/i18n/ita/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "Azioni notifica", + "notificationSource": "Origine: {0}" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index c642df3b5e..b47fca3d59 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Chiudi pannello", "togglePanel": "Attiva/Disattiva pannello", "focusPanel": "Sposta lo stato attivo nel pannello", diff --git a/i18n/ita/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index 67b4b32313..e329fe4ccd 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index 75ca29cf0b..1193df3ac1 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (premere 'INVIO' per confermare oppure 'ESC' per annullare)", "inputModeEntry": "Premere 'INVIO' per confermare l'input oppure 'ESC' per annullare", "emptyPicks": "Non ci sono voci selezionabili", diff --git a/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 6a397dbe56..c1b3b3fcb9 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 6a397dbe56..4eb2b7326b 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "Vai al file...", "quickNavigateNext": "Passa a successiva in Quick Open", "quickNavigatePrevious": "Passa a precedente in Quick Open", diff --git a/i18n/ita/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index 69d8f45b5e..426d561989 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "Nascondi barra laterale", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "Sposta lo stato attivo nella barra laterale", "viewCategory": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index 358f121a80..a4af41da71 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "Gestisci estensione" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 5a69f46955..d7b95152e9 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[Non supportata]", + "userIsAdmin": "[Amministratore]", + "userIsSudo": "[Superutente]", "devExtensionWindowTitlePrefix": "[Host di sviluppo estensione]" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index a7b1c66172..7bd05adc68 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "Azioni di {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/views/views.i18n.json index 860e3f239f..8d43378a9b 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index ed1c7bde95..fe9b91c6a1 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/ita/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index f5ecae5746..7f5176155a 100644 --- a/i18n/ita/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "Nascondi da barra laterale" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "Nascondi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/quickopen.i18n.json b/i18n/ita/src/vs/workbench/browser/quickopen.i18n.json index 01c4862b44..55d0cba12d 100644 --- a/i18n/ita/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "Non ci sono risultati corrispondenti", "noResultsFound2": "Non sono stati trovati risultati" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/browser/viewlet.i18n.json b/i18n/ita/src/vs/workbench/browser/viewlet.i18n.json index 7ffc4d29a9..4587bbff4d 100644 --- a/i18n/ita/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "Nascondi barra laterale", "collapse": "Comprimi tutto" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/common/theme.i18n.json b/i18n/ita/src/vs/workbench/common/theme.i18n.json index c2344ccce6..f537607508 100644 --- a/i18n/ita/src/vs/workbench/common/theme.i18n.json +++ b/i18n/ita/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Colore di sfondo delle schede attive. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", "tabInactiveBackground": "Colore di sfondo delle schede inattive. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", + "tabHoverBackground": "Colore di sfondo al passaggio del mouse sulle schede. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", + "tabUnfocusedHoverBackground": "Colore di sfondo al passaggio del mouse sulle schede in un gruppo non attivo. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", "tabBorder": "Bordo per separare le schede l'una dall'altra. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", "tabActiveBorder": "Bordo per evidenziare le schede attive. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", "tabActiveUnfocusedBorder": "Bordo per evidenziare le schede attive in un gruppo con stato non attivo. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", + "tabHoverBorder": "Bordo da utilizzare per evidenziare la scheda al passaggio del mouse. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", + "tabUnfocusedHoverBorder": "Bordo da utilizzare per evidenziare la scheda non attiva al passaggio del mouse. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", "tabActiveForeground": "Colore di primo piano delle schede attive in un gruppo attivo. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", "tabInactiveForeground": "Colore di primo piano delle schede inattive in un gruppo attivo. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", "tabUnfocusedActiveForeground": "Colore primo piano delle schede attive in un gruppo con stato non attivo. Le schede sono i contenitori degli editor nell'area degli editor. ƈ possibile aprire più schede in un gruppo di editor e possono esistere più gruppi di editor.", @@ -16,7 +22,7 @@ "editorGroupBackground": "Colore di sfondo di un gruppo di editor. I gruppi di editor sono contenitori di editor. Il colore di sfondo viene visualizzato quando si trascinano i gruppi di editor in un'altra posizione.", "tabsContainerBackground": "Colore di sfondo dell'intestazione del titolo di gruppo di editor, quando le schede sono abilitate. I gruppi di editor sono i contenitori degli editor.", "tabsContainerBorder": "Colore del bordo dell'intestazione del titolo di gruppo di editor, quando le schede sono abilitate. I gruppi di editor sono i contenitori degli editor.", - "editorGroupHeaderBackground": "Colore di sfondo dell'intestazione del titolo dell'editor quando le schede sono disabilitate. I gruppi di editor sono contenitori di editor.", + "editorGroupHeaderBackground": "Colore di sfondo dell'intestazione del titolo dell'editor quando le schede sono disabilitate (`\"workbench.editor.showTabs\": false`). I gruppi di editor sono contenitori di editor.", "editorGroupBorder": "Colore per separare più gruppi di editor l'uno dall'altro. I gruppi di editor sono i contenitori degli editor.", "editorDragAndDropBackground": "Colore di sfondo quando si trascinano gli editor. Il colore dovrebbe avere una trasparenza impostata in modo che il contenuto dell'editor sia ancora visibile.", "panelBackground": "Colore di sfondo dei pannelli. I pannelli sono visualizzati sotto l'area degli editor e contengono visualizzazioni quali quella di output e del terminale integrato.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "Colore del bordo della barra di stato che la separa dalla barra laterale e dall'editor quando non ci sono cartelle aperte. La barra di stato ĆØ visualizzata nella parte inferiore della finestra.", "statusBarItemActiveBackground": "Colore di sfondo degli elementi della barra di stato quando si fa clic. La barra di stato ĆØ visualizzata nella parte inferiore della finestra.", "statusBarItemHoverBackground": "Colore di sfondo degli elementi della barra di stato al passaggio del mouse. La barra di stato ĆØ visualizzata nella parte inferiore della finestra.", - "statusBarProminentItemBackground": "Colore di sfondo degli elementi rilevanti della barra di stato. Gli elementi rilevanti spiccano rispetto ad altre voci della barra di stato. La barra di stato ĆØ visualizzata nella parte inferiore della finestra.", - "statusBarProminentItemHoverBackground": "Colore di sfondo degli elementi rilevanti della barra di stato al passaggio del mouse. Gli elementi rilevanti spiccano rispetto ad altre voci della barra di stato. La barra di stato ĆØ visualizzata nella parte inferiore della finestra.", + "statusBarProminentItemBackground": "Colore di sfondo degli elementi rilevanti della barra di stato. Gli elementi rilevanti spiccano rispetto ad altre voci della barra di stato. Per vedere un esempio, cambiare la modalitĆ  `Toggle Tab Key Moves Focus` nella barra dei comandi. La barra di stato ĆØ visualizzata nella parte inferiore della finestra.", + "statusBarProminentItemHoverBackground": "Colore di sfondo degli elementi rilevanti della barra di stato al passaggio del mouse. Gli elementi rilevanti spiccano rispetto ad altre voci della barra di stato. Per vedere un esempio, cambiare la modalitĆ  `Toggle Tab Key Moves Focus` nella barra dei comandi. La barra di stato ĆØ visualizzata nella parte inferiore della finestra.", "activityBarBackground": "Colore di sfondo della barra attivitĆ . La barra attivitĆ  viene visualizzata nella parte inferiore sinistra/destra e consente il passaggio tra diverse visualizzazioni della barra laterale", "activityBarForeground": "Colore primo piano della barra attivitĆ  (ad es. quello utilizzato per le icone). La barra attivitĆ  viene mostrata all'estrema sinistra o destra e permette di alternare le visualizzazioni della barra laterale.", "activityBarBorder": "Colore del bordo della barra attivitĆ  che la separa dalla barra laterale. La barra di attivitĆ  viene mostrata all'estrema sinistra o destra e permette di alternare le visualizzazioni della barra laterale.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "Colore di sfondo della barra di titolo quando la finestra ĆØ attiva. Si noti che questo colore ĆØ attualmente solo supportati su macOS.", "titleBarInactiveBackground": "Colore di sfondo della barra del titolo quando la finestra ĆØ inattiva. Si noti che questo colore ĆØ attualmente supportato solo su macOS.", "titleBarBorder": "Colore del bordo della barra di stato. Si noti che questo colore ĆØ attualmente supportato solo su macOS.", - "notificationsForeground": "Colore primo piano delle notifiche. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsBackground": "Colore di sfondo delle notifiche. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsButtonBackground": "Colore di sfondo del pulsante delle notifiche. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsButtonHoverBackground": "Colore di sfondo del pulsante delle notifiche al passaggio del mouse. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsButtonForeground": "Colore primo piano del pulsante delle notifiche. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsInfoBackground": "Colore di sfondo delle notifiche informative. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsInfoForeground": "Colore primo piano delle notifiche informative. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsWarningBackground": "Colore di sfondo delle notifiche di avviso. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsWarningForeground": "Colore primo piano delle notifiche di avviso. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsErrorBackground": "Colore di sfondo delle notifiche di errore. Le notifiche scorrono dalla parte superiore della finestra.", - "notificationsErrorForeground": "Colore primo piano delle notifiche di errore. Le notifiche scorrono dalla parte superiore della finestra." + "notificationCenterBorder": "Colore del bordo del centro notifiche. Le notifiche scorrono dalla parte inferiore destra della finestra.", + "notificationToastBorder": "Colore del bordo dell'avviso popup di notifica. Le notifiche scorrono dalla parte inferiore destra della finestra.", + "notificationsForeground": "Colore primo piano delle notifiche. Le notifiche scorrono dalla parte inferiore destra della finestra.", + "notificationsBackground": "Colore di sfondo delle notifiche. Le notifiche scorrono dalla parte inferiore destra della finestra.", + "notificationsLink": "Colore primo piano dei collegamenti delle notifiche. Le notifiche scorrono dalla parte inferiore destra della finestra.", + "notificationCenterHeaderForeground": "Colore primo piano dell'intestazione del centro notifiche. Le notifiche scorrono dalla parte inferiore destra della finestra.", + "notificationCenterHeaderBackground": "Colore di sfondo dell'intestazione del centro notifiche. Le notifiche scorrono dalla parte inferiore destra della finestra.", + "notificationsBorder": "Colore del bordo che separa le notifiche da altre notifiche nel centro notifiche. Le notifiche scorrono dalla parte inferiore destra della finestra." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/common/views.i18n.json b/i18n/ita/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..f0a7176d6f --- /dev/null +++ b/i18n/ita/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "Nel percorso '{1}' ĆØ giĆ  registrata una visualizzazione con ID '{0}' " +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/actions.i18n.json index ac85b55822..aa0ffd70b6 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Chiudi editor", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Chiudi finestra", "closeWorkspace": "Chiudi area di lavoro", "noWorkspaceOpened": "In questa istanza non ci sono attualmente aree di lavoro aperte da chiudere.", @@ -17,6 +18,7 @@ "zoomReset": "Reimposta zoom", "appPerf": "Prestazioni all'avvio", "reloadWindow": "Ricarica finestra", + "reloadWindowWithExntesionsDisabled": "Ricarica la finestra con le estensioni disabilitate", "switchWindowPlaceHolder": "Selezionare una finestra a cui passare", "current": "Finestra corrente", "close": "Chiudi finestra", @@ -29,7 +31,6 @@ "remove": "Rimuovi dagli elementi aperti di recente", "openRecent": "Apri recenti...", "quickOpenRecent": "Apertura rapida recenti...", - "closeMessages": "Chiudi messaggi di notifica", "reportIssueInEnglish": "Segnala problema", "reportPerformanceIssue": "Segnala problema di prestazioni", "keybindingsReference": "Riferimento per tasti di scelta rapida", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "Sposta scheda della finestra in una nuova finestra", "mergeAllWindowTabs": "Unisci tutte le finestre", "toggleWindowTabsBar": "Attiva/Disattiva barra delle schede delle finestre", - "configureLocale": "Configura lingua", - "displayLanguage": "Definisce la lingua visualizzata di VSCode.", - "doc": "Per un elenco delle lingue supportate, vedere {0}.", - "restart": "Se si modifica il valore, ĆØ necessario riavviare VSCode.", - "fail.createSettings": "Non ĆØ possibile creare '{0}' ({1}).", - "openLogsFolder": "Apri cartella dei log", - "showLogs": "Mostra log...", - "mainProcess": "Principale", - "sharedProcess": "Condiviso", - "rendererProcess": "Renderer", - "extensionHost": "Host dell'estensione", - "selectProcess": "Seleziona il processo", - "setLogLevel": "Imposta livello log", - "trace": "Analisi", - "debug": "Debug", - "info": "Informazioni", - "warn": "Avviso", - "err": "Errore", - "critical": "Errori critici", - "off": "Disattivato", - "selectLogLevel": "Seleziona il livello log" + "about": "Informazioni su {0}", + "inspect context keys": "Esamina le chiavi di contesto" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/configureLocale.i18n.json index a124f7f6f3..39188e36bd 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/crashReporter.i18n.json index f3982be9f8..3ee8b74070 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/extensionHost.i18n.json index 0aa001ff5f..ee701794c4 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/main.contribution.i18n.json index 14e407b8a5..4c8e2adfde 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "Visualizza", "help": "Guida", "file": "File", - "developer": "Sviluppatore", "workspaces": "Aree di lavoro", + "developer": "Sviluppatore", + "workbenchConfigurationTitle": "Area di lavoro", "showEditorTabs": "Controlla se visualizzare o meno gli editor aperti in schede.", "workbench.editor.labelFormat.default": "Visualizza il nome del file. Quando le schede sono abilitate e due file hanno lo stesso nome in un unico gruppo, vengono aggiunte le sezioni distintive del percorso di ciascun file. Quando le schede sono disabilitate, se l'editor ĆØ attivo, viene visualizzato il percorso relativo alla radice dell'area di lavoro.", "workbench.editor.labelFormat.short": "Visualizza il nome del file seguito dal relativo nome di directory.", @@ -20,23 +23,25 @@ "showIcons": "Controlla se visualizzare o meno un'icona per gli editor aperti. Richiede l'abilitazione anche di un tema dell'icona.", "enablePreview": "Controlla se gli editor aperti vengono visualizzati come anteprima. Le anteprime editor vengono riutilizzate finchĆ© vengono mantenute (ad esempio tramite doppio clic o modifica) e vengono visualizzate in corsivo.", "enablePreviewFromQuickOpen": "Controlla se gli editor aperti da Quick Open vengono visualizzati come anteprima. Le anteprime editor vengono riutilizzate finchĆ© vengono mantenute, ad esempio tramite doppio clic o modifica.", + "closeOnFileDelete": "Controlla se gli editor che visualizzano un file devono chiudersi automaticamente quando il file viene eliminato o rinominato da un altro processo. Se si disabilita questa opzione, in una simile circostanza l'editor verrĆ  aperto e i file risulteranno modificati ma non salvati. Nota: se si elimina il file dall'interno dell'applicazione, l'editor verrĆ  sempre chiuso e i file modificati ma non salvati non verranno mai chiusi allo scopo di salvaguardare i dati.", "editorOpenPositioning": "Controlla la posizione in cui vengono aperti gli editor. Selezionare 'sinistra' o 'destra' per aprire gli editor a sinistra o a destra di quello attualmente attivo. Selezionare 'primo' o 'ultimo' per aprire gli editor indipendentemente da quello attualmente attivo.", "revealIfOpen": "Controlla se un editor viene visualizzato in uno qualsiasi dei gruppi visibili se viene aperto. Se l'opzione ĆØ disabilitata, un editor verrĆ  aperto preferibilmente nel gruppo di editor attualmente attivo. Se ĆØ abilitata, un editor giĆ  aperto verrĆ  visualizzato e non aperto di nuovo nel gruppo di editor attualmente attivo. Nota: in alcuni casi questa impostazione viene ignorata, ad esempio quando si forza l'apertura di un editor in un gruppo specifico oppure a lato del gruppo attualmente attivo.", + "swipeToNavigate": "Scorrere orizzontalmente con tre dita per spostarsi tra i file aperti.", "commandHistory": "Controlla il numero di comandi utilizzati di recente da mantenere nella cronologia. Impostare a 0 per disabilitare la cronologia dei comandi.", "preserveInput": "Controlla se l'ultimo input digitato nel riquadro comandi deve essere ripristinato alla successiva riapertura del riquadro.", "closeOnFocusLost": "Controlla se Quick Open deve essere chiuso automaticamente quando perde lo stato attivo.", "openDefaultSettings": "Controlla se all'apertura delle impostazioni viene aperto anche un editor che mostra tutte le impostazioni predefinite.", "sideBarLocation": "Controlla la posizione della barra laterale. Può essere visualizzata a sinistra o a destra del workbench.", + "panelDefaultLocation": "Controlla la posizione predefinita del pannello. Può essere mostrato nella parte inferiore o a destra del banco di lavoro.", "statusBarVisibility": "Controlla la visibilitĆ  della barra di stato nella parte inferiore del workbench.", "activityBarVisibility": "Controlla la visibilitĆ  della barra attivitĆ  nel workbench.", - "closeOnFileDelete": "Controlla se gli editor che visualizzano un file devono chiudersi automaticamente quando il file viene eliminato o rinominato da un altro processo. Se si disabilita questa opzione, in una simile circostanza l'editor verrĆ  aperto e i file risulteranno modificati ma non salvati. Nota: se si elimina il file dall'interno dell'applicazione, l'editor verrĆ  sempre chiuso e i file modificati ma non salvati non verranno mai chiusi allo scopo di salvaguardare i dati.", - "enableNaturalLanguageSettingsSearch": "Controlla se abilitare la modalitĆ  di ricerca in linguaggio naturale per le impostazioni.", - "fontAliasing": "Controlla il metodo di aliasing dei caratteri nell'area di lavoro.\n- impostazione predefinita: anti-aliasing dei caratteri a livello di sub-pixel. Nella maggior parte delle visualizzazioni non retina consentirĆ  di ottenere un testo con il massimo contrasto.\n- anti-aliasing: anti-aliasing dei caratteri a livello di pixel, invece che a livello di sub-pixel. Consente di visualizzare i caratteri più chiari.\n- nessuno: disabilita l'anti-aliasing dei caratteri. Il testo verrĆ  visualizzato con contorni irregolari.", + "viewVisibility": "Controlla la visibilitĆ  delle azioni dell'intestazione della visualizzazione. Le azioni dell'intestazione della visualizzazione possono essere sempre visibili oppure visibili solo quando lo stato attivo ĆØ spostato sulla visualizzazione o si passa con il puntatore sulla visualizzazione.", + "fontAliasing": "Controlla il metodo di aliasing dei caratteri nell'area di lavoro.\n- default: anti-aliasing dei caratteri a livello di sub-pixel. Nella maggior parte delle visualizzazioni non retina consentirĆ  di ottenere un testo con il massimo contrasto.\n- antialiased: anti-aliasing dei caratteri a livello di pixel, invece che a livello di sub-pixel. Consente di visualizzare i caratteri più chiari.\n- none: disabilita l'anti-aliasing dei caratteri. Il testo verrĆ  visualizzato con contorni irregolari.\n- auto: applica automaticamente `default` o `antialiased` in base al valore DPI degli schermi.", "workbench.fontAliasing.default": "Anti-aliasing dei caratteri a livello di sub-pixel. Nella maggior parte delle visualizzazioni non retina consentirĆ  di ottenere un testo con il massimo contrasto.", "workbench.fontAliasing.antialiased": "Anti-aliasing dei caratteri a livello di pixel, invece che a livello di sub-pixel. Consente di visualizzare i caratteri più chiari.", "workbench.fontAliasing.none": "Disabilita l'anti-aliasing dei caratteri. Il testo verrĆ  visualizzato con contorni irregolari. ", - "swipeToNavigate": "Scorrere orizzontalmente con tre dita per spostarsi tra i file aperti.", - "workbenchConfigurationTitle": "Area di lavoro", + "workbench.fontAliasing.auto": "Applica automaticamente `default` o `antialiased` in base al valore DPI degli schermi.", + "enableNaturalLanguageSettingsSearch": "Controlla se abilitare la modalitĆ  di ricerca in linguaggio naturale per le impostazioni.", "windowConfigurationTitle": "Finestra", "window.openFilesInNewWindow.on": "I file verranno aperti in una nuova finestra", "window.openFilesInNewWindow.off": "I file verranno aperti nella finestra con la cartella dei file aperta o nell'ultima finestra attiva", @@ -71,9 +76,9 @@ "window.nativeTabs": "Abilita le finestre di tab per macOS Sierra. La modifica richiede un riavvio. Eventuali personalizzazioni della barra del titolo verranno disabilitate", "zenModeConfigurationTitle": "ModalitĆ  Zen", "zenMode.fullScreen": "Consente di controllare se attivando la modalitĆ  Zen anche l'area di lavoro passa alla modalitĆ  schermo intero.", + "zenMode.centerLayout": "Controlla se attivando la modalitĆ  Zen viene centrato anche il layout.", "zenMode.hideTabs": "Controlla se attivando la modalitĆ  Zen vengono nascoste anche le schede del workbench.", "zenMode.hideStatusBar": "Controlla se attivando la modalitĆ  Zen viene nascosta anche la barra di stato nella parte inferiore del workbench.", "zenMode.hideActivityBar": "Controlla se attivando la modalitĆ  Zen viene nascosta anche la barra di stato alla sinistra del workbench", - "zenMode.restore": "Controlla se una finestra deve essere ripristinata nella modalitĆ  Zen se ĆØ stata chiusa in questa modalitĆ .", - "JsonSchema.locale": "Linguaggio dell'interfaccia utente da usare." + "zenMode.restore": "Controlla se una finestra deve essere ripristinata nella modalitĆ  Zen se ĆØ stata chiusa in questa modalitĆ ." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/main.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/main.i18n.json index 450a21d17d..5844803eba 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "Non ĆØ stato possibile caricare un file obbligatorio. Non si ĆØ più connessi a Internet oppure il server a cui si ĆØ connessi ĆØ offline. Per riprovare, aggiornare il browser.", "loaderErrorNative": "Non ĆØ stato possibile caricare un file obbligatorio. Riavviare l'applicazione e riprovare. Dettagli: {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/shell.i18n.json index efda81182a..81c46d5666 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/electron-browser/window.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/window.i18n.json index 8c2277fae1..0814d149b0 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "Annulla", "redo": "Ripristina", "cut": "Taglia", "copy": "Copia", "paste": "Incolla", - "selectAll": "Seleziona tutto" + "selectAll": "Seleziona tutto", + "runningAsRoot": "Non ĆØ consigliabile eseguire {0} come utente root." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/ita/src/vs/workbench/electron-browser/workbench.i18n.json index 8392fa9583..ac181fab3a 100644 --- a/i18n/ita/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/ita/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "Sviluppatore", "file": "File" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/ita/src/vs/workbench/node/extensionHostMain.i18n.json index fb562a4de4..741d24fd1a 100644 --- a/i18n/ita/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/ita/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "Il percorso {0} non punta a un Test Runner di estensioni valido." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/ita/src/vs/workbench/node/extensionPoints.i18n.json index a812382192..4e3cf5a668 100644 --- a/i18n/ita/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/ita/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 22b6e4805e..29389e1263 100644 --- a/i18n/ita/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "Installa il comando '{0}' in PATH", "not available": "Questo comando non ĆØ disponibile", "successIn": "Il comando della shell '{0}' ĆØ stato installato in PATH.", - "warnEscalation": "Visual Studio Code eseguirĆ  'osascript' per richiedere i privilegi di amministratore per installare il comando della shell.", "ok": "OK", - "cantCreateBinFolder": "Non ĆØ possibile creare '/usr/local/bin'.", "cancel2": "Annulla", + "warnEscalation": "Visual Studio Code eseguirĆ  'osascript' per richiedere i privilegi di amministratore per installare il comando della shell.", + "cantCreateBinFolder": "Non ĆØ possibile creare '/usr/local/bin'.", "aborted": "Operazione interrotta", "uninstall": "Disinstalla il comando '{0}' da PATH", "successFrom": "Il comando della shell '{0}' ĆØ stato disinstallato da PATH.", diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index 01386d9431..5e5e7c55ad 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "Modifica dell'impostazione 'editor.accessibilitySupport' a 'on' in corso.", "openingDocs": "Apertura della pagina di documentazione sull'accessibilitĆ  di VS Code in corso.", "introMsg": "Grazie per aver provato le opzioni di accessibilitĆ  di Visual Studio Code.", diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index e11f9e61fe..3ff2d57433 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "Sviluppatore: controlla mapping tasti" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 9fcc4080ec..38485bf5a1 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index baba081c72..d60d3fd6b8 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "Errori durante l'analisi di {0}: {1}", "schema.openBracket": "Sequenza di stringa o carattere parentesi quadra di apertura.", "schema.closeBracket": "Sequenza di stringa o carattere parentesi quadra di chiusura.", diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 9fcc4080ec..ea7ef85bca 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "Sviluppatore: controlla ambiti TextMate", "inspectTMScopesWidget.loading": "Caricamento..." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index bfbba165de..25466ede01 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "Visualizza: Attiva/Disattiva mini mappa" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 839633747f..9223aee01c 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Modificatore per l'attivazione/disattivazione multi-cursore" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index cb0ebbb30f..c5ec494be2 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "Visualizza: Attiva/Disattiva caratteri di controllo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index b874a5cc05..3023a6bc0a 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "Visualizza: Attiva/Disattiva rendering spazi vuoti" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index bf59fad020..f7a6d8f8f7 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "Visualizza: Attiva/Disattiva ritorno a capo automatico", "wordWrap.notInDiffEditor": "Non ĆØ possibile attivare/disattivare il ritorno a capo automatico in un editor diff.", "unwrapMinified": "Disabilita il ritorno a capo automatico per questo file", diff --git a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 0b63463dcc..4dae38716a 100644 --- a/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "OK", "wordWrapMigration.dontShowAgain": "Non visualizzare più questo messaggio", "wordWrapMigration.openSettings": "Apri impostazioni", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 5151691303..af9f858158 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "Interrompe quando l'espressione restituisce true. Premere 'INVIO' per accettare oppure 'ESC' per annullare.", "breakpointWidgetAriaLabel": "Il programma si arresterĆ  in questo punto solo se la condizione ĆØ vera. Premere INVIO per accettare oppure ESC per annullare.", "breakpointWidgetHitCountPlaceholder": "Interrompe quando viene soddisfatta la condizione del numero di passaggi. Premere 'INVIO' per accettare oppure 'ESC' per annullare.", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..10ffa3fd96 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "Modifica punto di interruzione...", + "functionBreakpointsNotSupported": "Punti di interruzione delle funzioni non sono supportati da questo tipo di debug", + "functionBreakpointPlaceholder": "Funzione per cui inserire il punto di interruzione", + "functionBreakPointInputAriaLabel": "Digitare il punto di interruzione della funzione", + "breakpointDisabledHover": "Punto di interruzione disabilitato", + "breakpointUnverifieddHover": "Punto di interruzione non verificato", + "functionBreakpointUnsupported": "Punti di interruzione di funzione non supportati da questo tipo di debug", + "breakpointDirtydHover": "Punto di interruzione non verificato. Il file ĆØ stato modificato. Riavviare la sessione di debug.", + "conditionalBreakpointUnsupported": "Punti di interruzione condizionali non supportati da questo tipo di debug", + "hitBreakpointUnsupported": "Sono stati raggiunti punti di interruzione condizionali non supportati da questo tipo di debug" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 01c6c92eb4..60e5825719 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "Non ci sono configurazioni", "addConfigTo": "Aggiungi configurazione ({0})...", "addConfiguration": "Aggiungi configurazione..." diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index 217058d67f..7afdadba76 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "Apri {0}", "launchJsonNeedsConfigurtion": "Configurare o correggere 'launch.json'", "noFolderDebugConfig": "Si prega di aprire prima una cartella per consentire una configurazione di debug avanzato.", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index 2e0a0d4295..812b16e7b9 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "Colore di sfondo della barra degli strumenti di debug." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "Colore di sfondo della barra degli strumenti di debug.", + "debugToolBarBorder": "Colore del bordo della barra degli strumenti di debug." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..1f0b917903 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "Si prega di aprire prima una cartella per consentire una configurazione di debug avanzato.", + "columnBreakpoint": "Punto di interruzione colonna", + "debug": "Debug", + "addColumnBreakpoint": "Aggiungi punto di interruzione colonna" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index 5220e4d110..44d445205a 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "Non ĆØ possibile risolvere la risorsa senza una sessione di debug" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "Non ĆØ possibile risolvere la risorsa senza una sessione di debug", + "canNotResolveSource": "Non ĆØ stato possibile risolvere la risorsa {0}. Nessuna risposta dall'estensione di debug." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 6e8c165eb2..a2abde15ed 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "Debug: Attiva/Disattiva punto di interruzione", - "columnBreakpointAction": "Debug: Punto di interruzione colonna", - "columnBreakpoint": "Aggiungi punto di interruzione colonna", "conditionalBreakpointEditorAction": "Debug: Aggiungi Punto di interruzione condizionale...", "runToCursor": "Esegui fino al cursore", "debugEvaluate": "Debug: Valuta", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index 02f0f93e8f..a9bf84d0a9 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "Punto di interruzione disabilitato", "breakpointUnverifieddHover": "Punto di interruzione non verificato", "breakpointDirtydHover": "Punto di interruzione non verificato. Il file ĆØ stato modificato. Riavviare la sessione di debug.", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index cd95d333b6..cb1e0d303b 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, debug", "debugAriaLabel": "Digitare il nome di una configurazione di avvio da eseguire.", "addConfigTo": "Aggiungi configurazione ({0})...", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 1553719381..a397780155 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "Selezionare e avviare la configurazione di debug" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 6e58c8fb31..a94c01c2be 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "Variabili in focus", "debugFocusWatchView": "Espressione di controllo in focus", "debugFocusCallStackView": "Stack di chiamate in focus", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index e57763ea9a..74ae67c6d1 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "Colore del bordo del widget Eccezione.", "debugExceptionWidgetBackground": "Colore di sfondo del widget Eccezione.", "exceptionThrownWithId": "Si ĆØ verificata un'eccezione: {0}", diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index 91b52a6add..e0d353fc4b 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "Fare clic per aprire (CMD+clic apre lateralmente)", "fileLink": "Fare clic per aprire (CTRL+clic apre lateralmente)" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..74d0fcfa24 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Colore di sfondo della barra di stato quando ĆØ in corso il debug di un programma. La barra di stato ĆØ visualizzata nella parte inferiore della finestra", + "statusBarDebuggingForeground": "Colore primo piano della barra di stato quando ĆØ in corso il debug di un programma. La barra di stato ĆØ visualizzata nella parte inferiore della finestra", + "statusBarDebuggingBorder": "Colore del bordo della barra di stato che la separa dalla barra laterale e dall'editor durante il debug di un programma. La barra di stato ĆØ visualizzata nella parte inferiore della finestra." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/common/debug.i18n.json index 17c61dfb9b..5991b85941 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "Controlla il comportamento della console di debug interna." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/common/debugModel.i18n.json index f50b19ba96..b16654cc5f 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "non disponibile", "startDebugFirst": "Per eseguire la valutazione, avviare una sessione di debug" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 506b3e40c5..4732b9320f 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "Origine sconosciuta" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index 9f6d476a61..1cabc47cab 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "Modifica punto di interruzione...", "functionBreakpointsNotSupported": "Punti di interruzione delle funzioni non sono supportati da questo tipo di debug", "functionBreakpointPlaceholder": "Funzione per cui inserire il punto di interruzione", diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 33ed023226..503f78f3b4 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "Sezione Stack di chiamate", "debugStopped": "In pausa su {0}", "callStackAriaLabel": "Stack di chiamate di debug", diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 54fcb973a5..cc45a10d38 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "Mostra debug", "toggleDebugPanel": "Console di debug", "debug": "Debug", @@ -24,6 +26,6 @@ "always": "Visualizzare sempre debug nella barra di stato", "onFirstSessionStart": "Mostra debug nella barra solo stato dopo il primo avvio del debug", "showInStatusBar": "Controlla se rendere visibile la barra di stato del debug", - "openDebug": "Controlla se la viewlet di debug debba essere aperta all'avvio della sessione di debug.", + "openDebug": "Controlla se la visualizzazione di debug debba essere aperta all'avvio della sessione di debug.", "launch": "Configurazione globale per l'esecuzione del debug. Può essere usata come un'alternativa a \"launch.json\" " } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index f521324695..43d4cf8e2d 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "Si prega di aprire prima una cartella per consentire una configurazione di debug avanzato." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 7729690837..91f9f8210b 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "Adattatori di debug per contributes.", "vscode.extension.contributes.debuggers.type": "Identificatore univoco per questo adattatore di debug.", "vscode.extension.contributes.debuggers.label": "Nome visualizzato per questo adattatore di debug.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "Configurazioni dello schema JSON per la convalida di 'launch.json'.", "vscode.extension.contributes.debuggers.windows": "Impostazioni specifiche di Windows.", "vscode.extension.contributes.debuggers.windows.runtime": "Runtime usato per Windows.", - "vscode.extension.contributes.debuggers.osx": "Impostazioni specifiche di OS X.", - "vscode.extension.contributes.debuggers.osx.runtime": "Runtime usato per OS X.", + "vscode.extension.contributes.debuggers.osx": "Impostazioni specifiche di macOS.", + "vscode.extension.contributes.debuggers.osx.runtime": "Runtime usato per macOS.", "vscode.extension.contributes.debuggers.linux": "Impostazioni specifiche di Linux.", "vscode.extension.contributes.debuggers.linux.runtime": "Runtime usato per Linux.", "vscode.extension.contributes.breakpoints": "Punti di interruzione per contributes.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "Elenco delle configurazioni. Aggiungere nuove configurazioni o modificare quelle esistenti con IntelliSense.", "app.launch.json.compounds": "Elenco degli elementi compounds. Ogni elemento compounds fa riferimento a più configurazioni che verranno avviate insieme.", "app.launch.json.compound.name": "Nome dell'elemento compounds. Viene visualizzato nel menu a discesa della configurazione di avvio.", + "useUniqueNames": "Usare nomi di configurazione univoci.", + "app.launch.json.compound.folder": "Nome della cartella in cui si trova l'elemento compounds.", "app.launch.json.compounds.configurations": "Nomi delle configurazioni che verranno avviate per questo elemento compounds.", "debugNoType": "L'adattatore di debug 'type' non può essere omesso e deve essere di tipo 'string'.", "selectDebug": "Seleziona ambiente", - "DebugConfig.failed": "Non ĆØ possibile creare il file 'launch.json' all'interno della cartella '.vscode' ({0})." + "DebugConfig.failed": "Non ĆØ possibile creare il file 'launch.json' all'interno della cartella '.vscode' ({0}).", + "workspace": "area di lavoro", + "user settings": "impostazioni utente" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index f3947c2c8a..f4294fe452 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "Rimuovi punti di interruzione", "removeBreakpointOnColumn": "Rimuovi punto di interruzione a colonna {0}", "removeLineBreakpoint": "Rimuovi punto di interruzione riga", diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index 0e7e07eb4d..ff33da6666 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "Esegui debug al passaggio del mouse" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index f162ddc21b..41f6eb62bb 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "Per questo oggetto vengono visualizzati solo i valori primitivi.", "debuggingPaused": "Il debug ĆØ stato sospeso. Motivo: {0}, {1} {2}", "debuggingStarted": "Il debug ĆØ stato avviato.", @@ -11,18 +13,22 @@ "breakpointAdded": "Aggiunto un punto di interruzione a riga {0} del file {1}", "breakpointRemoved": "Rimosso un punto di interruzione a riga {0} del file {1}", "compoundMustHaveConfigurations": "Per avviare più configurazioni, deve essere impostato l'attributo \"configurations\" dell'elemento compounds.", + "noConfigurationNameInWorkspace": "Non ĆØ stato possibile trovare la configurazione di avvio '{0}' nell'area di lavoro.", + "multipleConfigurationNamesInWorkspace": "Nell'area di lavoro sono presenti più configurazioni di avvio '{0}'. Usare il nome di cartella per qualificare la configurazione.", + "noFolderWithName": "La cartella denominata '{0}' per la configurazione '{1}' nell'elemento compounds '{2}' non ĆØ stata trovata.", "configMissing": "In 'launch.json' manca la configurazione '{0}'.", "launchJsonDoesNotExist": "'launch.json' non esiste.", "debugRequestNotSupported": "Nella configurazione di debug scelta l'attributo '{0}' ha un valore non supportato '{1}'.", "debugRequesMissing": "Nella configurazione di debug scelta manca l'attributo '{0}'.", "debugTypeNotSupported": "Il tipo di debug configurato '{0}' non ĆØ supportato.", - "debugTypeMissing": "ProprietĆ  'tipo' mancante per la configurazione di avvio scelta", + "debugTypeMissing": "Manca la proprietĆ  'type' per la configurazione di avvio scelta.", "debugAnyway": "Eseguire comunque il debug", "preLaunchTaskErrors": "Sono stati rilevati errori di compilazione durante preLaunchTask '{0}'.", "preLaunchTaskError": "ƈ stato rilevato un errore di compilazione durante preLaunchTask '{0}'.", "preLaunchTaskExitCode": "L'attivitĆ  di preavvio '{0}' ĆØ stata terminata ed ĆØ stato restituito il codice di uscita {1}.", + "showErrors": "Mostra errori", "noFolderWorkspaceDebugError": "Non ĆØ possibile eseguire il debug del file attivo. Assicurarsi che sia salvato su disco e che sia installata un'estensione di debug per tale tipo di file.", - "NewLaunchConfig": "Impostare il file di configurazione di avvio per l'applicazione. {0}", + "cancel": "Annulla", "DebugTaskNotFound": "L'attivitĆ  di preavvio '{0}' non ĆØ stata trovata.", "taskNotTracked": "Non ĆØ possibile tenere traccia del preLaunchTask '{0}'." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index 8d4276b5c0..28becbe4a9 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index 78aa8974cb..74ca56b1a2 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index ae849e1dfb..24397a4b4d 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "Copia valore", + "copyAsExpression": "Copia come espressione", "copy": "Copia", "copyAll": "Copia tutti", "copyStackTrace": "Copia stack di chiamate" diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 3bdfc2011b..c574f7ef92 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "Altre info", "unableToLaunchDebugAdapter": "Non ĆØ possibile avviare l'adattatore di debug da '{0}'.", "unableToLaunchDebugAdapterNoArgs": "Non ĆØ possibile avviare l'adattatore di debug.", diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 343e0e4426..820f63b133 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "Pannello del ciclo Read Eval Print", "actions.repl.historyPrevious": "Cronologia indietro", "actions.repl.historyNext": "Cronologia avanti", diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index fe1fda9b84..b5be167e21 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "Lo stato dell'oggetto viene acquisito dalla prima valutazione", "replVariableAriaLabel": "Il valore della variabile {0} ĆØ {1}, ciclo Read Eval Print, debug", "replExpressionAriaLabel": "Il valore dell'espressione {0} ĆØ {1}, ciclo Read Eval Print, debug", diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index cfdee9e4ec..74d0fcfa24 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Colore di sfondo della barra di stato quando ĆØ in corso il debug di un programma. La barra di stato ĆØ visualizzata nella parte inferiore della finestra", "statusBarDebuggingForeground": "Colore primo piano della barra di stato quando ĆØ in corso il debug di un programma. La barra di stato ĆØ visualizzata nella parte inferiore della finestra", "statusBarDebuggingBorder": "Colore del bordo della barra di stato che la separa dalla barra laterale e dall'editor durante il debug di un programma. La barra di stato ĆØ visualizzata nella parte inferiore della finestra." diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 7e90f64d82..6e0466e178 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "oggetto del debug", - "debug.terminal.not.available.error": "Il terminale integrato non ĆØ disponibile" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "oggetto del debug" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index e93a0904c3..3916b13de4 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "Sezione Variabili", "variablesAriaTreeLabel": "Esegui debug variabili", "variableValueAriaLabel": "Digitare il nuovo valore della variabile", diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 63dbd8b459..8648081c36 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "Sezione Espressioni", "watchAriaTreeLabel": "Esegui debug espressioni di controllo", "watchExpressionPlaceholder": "Espressione da controllare", diff --git a/i18n/ita/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index b4cf1e3c59..1380aa486b 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "Il file eseguibile '{0}' dell'adattatore di debug non esiste.", "debugAdapterCannotDetermineExecutable": "Non ĆØ possibile determinare il file eseguibile per l'adattatore di debug '{0}'.", "launch.config.comment1": "Usare IntelliSense per informazioni sui possibili attributi.", diff --git a/i18n/ita/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index c1a049e418..9566732c2a 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Mostra comandi Emmet" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 22f94f4cf3..288984ca87 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index 34249d623c..6f55f919b2 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index 27d67e79fe..930e63bb43 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 71a96f5f84..a02ee76fa8 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: Espandi abbreviazione" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index ece4609ebc..a293ea9de0 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index e7e21455b6..c3e648a750 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index 5dc3268b49..17535d5403 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 15cd2c912c..d9dbb65636 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index a375d4ca57..03ecb31182 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 78c6fd0761..7d263ce46f 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index 006ad09b52..fae77212e4 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index f4338f86f4..17c1484e68 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 49c7306573..1197dc6c34 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 38caa12dc9..a118fd0126 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index f83f8f8671..2b8ad2bbcd 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index ef13f9c124..6d83c79a70 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index 22f94f4cf3..288984ca87 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index 1549e77ce2..bbec4c1927 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index 27d67e79fe..930e63bb43 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index 71a96f5f84..c530825c65 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index ece4609ebc..a293ea9de0 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index e7e21455b6..c3e648a750 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index 5dc3268b49..17535d5403 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index 15cd2c912c..d9dbb65636 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index a375d4ca57..03ecb31182 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index 78c6fd0761..7d263ce46f 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index 006ad09b52..fae77212e4 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index f4338f86f4..17c1484e68 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index 49c7306573..1197dc6c34 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index 38caa12dc9..a118fd0126 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index f83f8f8671..2b8ad2bbcd 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index 2b16a19f04..ccab296b17 100644 --- a/i18n/ita/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 1b150a45b5..bda35c8657 100644 --- a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Terminale esterno", "explorer.openInTerminalKind": "Personalizza il tipo di terminale da avviare.", "terminal.external.windowsExec": "Personalizza il terminale da eseguire in Windows.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "Apri nuovo prompt dei comandi", "globalConsoleActionMacLinux": "Apri nuovo terminale", "scopedConsoleActionWin": "Apri nel prompt dei comandi", - "scopedConsoleActionMacLinux": "Apri nel terminale", - "openFolderInIntegratedTerminal": "Apri nel terminale" + "scopedConsoleActionMacLinux": "Apri nel terminale" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 5f16bea9c5..ef72f82f28 100644 --- a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 0581f6ef03..fe72a43788 100644 --- a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "Console di Visual Studio Code", "mac.terminal.script.failed": "Lo script '{0}' non ĆØ riuscito. Codice di uscita: {1}", "mac.terminal.type.not.supported": "'{0}' non supportato", diff --git a/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 8dbebb2e4a..1a2f9a72cd 100644 --- a/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 324ed32504..39b63220f7 100644 --- a/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index 2a43886db1..18c427359b 100644 --- a/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/ita/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 50e9e258b1..0111a55279 100644 --- a/i18n/ita/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 25781d622d..43bf32f053 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "Errore", "Unknown Dependency": "Dipendenza sconosciuta:" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 0f0d43dc77..4a3b058e77 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "Nome dell'estensione", "extension id": "Identificatore dell'estensione", "preview": "Anteprima", + "builtin": "Predefinita", "publisher": "Nome dell'editore", "install count": "Conteggio delle installazioni", "rating": "Valutazione", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "Nome", "view location": "Dove", + "localizations": "Localizzazioni ({0})", + "localizations language id": "ID lingua", + "localizations language name": "Nome lingua", + "localizations localized language name": "Nome lingua (localizzato)", "colorThemes": "Temi colore ({0})", "iconThemes": "Temi icona ({0})", "colors": "Colori ({0})", @@ -39,6 +46,8 @@ "defaultLight": "Predefinito chiaro", "defaultHC": "Predefinito contrasto elevato", "JSON Validation": "Convalida JSON ({0})", + "fileMatch": "Corrispondenza file", + "schema": "Schema", "commands": "Comandi ({0})", "command name": "Nome", "keyboard shortcuts": "Tasti di scelta rapida", diff --git a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index aaef1bf10d..4b13350c5c 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "Scarica manualmente", + "install vsix": "Dopo il download, installare manualmente il VSIX scaricato di '{0}'.", "installAction": "Installa", "installing": "Installazione", + "failedToInstall": "Non ĆØ stato possibile installare '{0}'.", "uninstallAction": "Disinstalla", "Uninstalling": "Disinstallazione", "updateAction": "Aggiorna", "updateTo": "Aggiorna a {0}", + "failedToUpdate": "Non ĆØ stato possibile aggiornare '{0}'.", "ManageExtensionAction.uninstallingTooltip": "Disinstallazione", "enableForWorkspaceAction": "Abilita (area di lavoro)", "enableGloballyAction": "Abilita", @@ -36,6 +42,7 @@ "showInstalledExtensions": "Mostra estensioni installate", "showDisabledExtensions": "Mostra estensioni disabilitate", "clearExtensionsInput": "Cancella input estensioni", + "showBuiltInExtensions": "Mostra estensioni predefinite", "showOutdatedExtensions": "Mostra estensioni obsolete", "showPopularExtensions": "Mostra estensioni più richieste", "showRecommendedExtensions": "Mostra estensioni consigliate", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "Non ĆØ possibile creare il file 'extensions.json' all'interno della cartella '.vscode' ({0}).", "configureWorkspaceRecommendedExtensions": "Configura estensioni consigliate (area di lavoro)", "configureWorkspaceFolderRecommendedExtensions": "Configura estensioni consigliate (cartella dell'area di lavoro)", - "builtin": "Predefinita", + "malicious tooltip": "Questa estensione ĆØ stata segnalata come problematica.", + "malicious": "Dannosa", "disableAll": "Disabilita tutte le estensioni installate", "disableAllWorkspace": "Disabilita tutte le estensioni installate per questa area di lavoro", - "enableAll": "Abilita tutte le estensioni installate", - "enableAllWorkspace": "Abilita tutte le estensioni installate per questa area di lavoro", + "enableAll": "Abilita tutte le estensioni", + "enableAllWorkspace": "Abilita tutte le estensioni per questa area di lavoro", + "openExtensionsFolder": "Apri cartella estensioni", + "installVSIX": "Installa da VSIX...", + "installFromVSIX": "Installa da VSIX", + "installButton": "&&Installa", + "InstallVSIXAction.success": "L'estensione ĆØ stata installata. Ricaricare per abilitarla.", + "InstallVSIXAction.reloadNow": "Ricarica ora", + "reinstall": "Reinstalla estensione...", + "selectExtension": "Seleziona l'estensione da reinstallare", + "ReinstallAction.success": "L'estensione ĆØ stata reinstallata.", + "ReinstallAction.reloadNow": "Ricarica ora", "extensionButtonProminentBackground": "Colore di sfondo delle azioni di estensioni che si distinguono (es. pulsante Installa).", "extensionButtonProminentForeground": "Colore primo piano di pulsanti per azioni di estensioni che si distinguono (es. pulsante Installa).", "extensionButtonProminentHoverBackground": "Colore di sfondo al passaggio del mouse dei pulsanti per azioni di estensione che si distinguono (es. pulsante Installa)." diff --git a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index 7270442b34..09280c6458 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index c399ecf935..f4c7b53ebb 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "Premere INVIO per gestire le estensioni.", "notfound": "Estensione '{0}' non trovata nel Marketplace.", "install": "Premere INVIO per installare '{0}' dal Marketplace.", diff --git a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index e6237e881b..4b6a925527 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "Valutato da {0} utenti", "ratedBySingleUser": "Valutato da 1 utente" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index b3d351aa9b..1b6bf10e2b 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "Estensioni", "app.extensions.json.recommendations": "Elenco delle estensioni consigliate. L'identificatore di un'estensione ĆØ sempre '${publisher}.${name}'. Ad esempio: 'vscode.csharp'.", "app.extension.identifier.errorMessage": "Formato imprevisto '${publisher}.${name}'. Esempio: 'vscode.csharp'." diff --git a/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 3c69400e88..aa826c21fd 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "Estensione: {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index d3895e27f4..b203d0453b 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "Esegui profilatura estensioni", + "restart2": "Per eseguire la profilatura delle estensioni, ĆØ richiesto un riavvio. Riavviare '{0}' ora?", + "restart3": "Riavvia", + "cancel": "Annulla", "selectAndStartDebug": "Fare clic per arrestare la profilatura." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index ec5fd33a3b..b52b364599 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "Non visualizzare più questo messaggio", + "searchMarketplace": "Cerca nel Marketplace", + "showLanguagePackExtensions": "Nel Marketplace sono disponibili estensioni che consentono di localizzare VS Code nelle impostazioni locali '{0}'", + "dynamicWorkspaceRecommendation": "Questa estensione potrebbe essere interessante perchĆ© viene usata da altri utenti del repository {0}.", + "exeBasedRecommendation": "Questa estensione ĆØ consigliata perchĆ© avete installato {0}.", "fileBasedRecommendation": "Questa estensione ĆØ raccomandata in base ai file aperti di recente.", "workspaceRecommendation": "Questa estensione ĆØ consigliata dagli utenti dell'area di lavoro corrente.", - "exeBasedRecommendation": "Questa estensione ĆØ consigliata perchĆ© avete installato {0}.", "reallyRecommended2": "Per questo tipo di file ĆØ consigliabile utilizzare l'estensione '{0}'.", "reallyRecommendedExtensionPack": "Per questo tipo di file ĆØ consigliabile usare il pacchetto di estensione '{0}'.", "showRecommendations": "Mostra gli elementi consigliati", "install": "Installa", - "neverShowAgain": "Non visualizzare più questo messaggio", - "close": "Chiudi", + "showLanguageExtensions": "Il Marketplace ha estensioni per i file '.{0}'", "workspaceRecommended": "Per questa area di lavoro sono disponibili estensioni consigliate.", "installAll": "Installa tutto", "ignoreExtensionRecommendations": "Ignorare tutti i suggerimenti per le estensioni?", "ignoreAll": "SƬ, ignora tutti", - "no": "No", - "cancel": "Annulla" + "no": "No" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 4664107eeb..11ff03eda9 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "Gestisci le estensioni", "galleryExtensionsCommands": "Installa estensioni della raccolta", "extension": "Estensione", @@ -13,5 +15,6 @@ "developer": "Sviluppatore", "extensionsConfigurationTitle": "Estensioni", "extensionsAutoUpdate": "Aggiorna automaticamente le estensioni", - "extensionsIgnoreRecommendations": "Se impostato a true, le notifiche delle raccomandazioni dell'estensione non verranno più mostrate." + "extensionsIgnoreRecommendations": "Se impostato a true, le notifiche delle raccomandazioni dell'estensione non verranno più mostrate.", + "extensionsShowRecommendationsOnlyOnDemand": "Se impostato su true, le raccomandazioni non verranno recuperate o modificate a meno che non sia specificamente richiesto dall'utente." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index 0a0c003ad3..a723872fc5 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "Apri cartella estensioni", "installVSIX": "Installa da VSIX...", "installFromVSIX": "Installare da VSIX", "installButton": "&&Installa", - "InstallVSIXAction.success": "L'estensione ĆØ stata installata. Riavviare per abilitarla.", "InstallVSIXAction.reloadNow": "Ricarica ora" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 4822a5d71b..faed42f971 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "Disabilitare altre mappature tastiera ({0}) per evitare conflitti tra tasti di scelta rapida?", "yes": "SƬ", "no": "No", "betterMergeDisabled": "L'estensione Better Merge (miglior merge) ĆØ ora incorporata: l'estensione installata ĆØ stata disattivata e può essere disinstallata.", - "uninstall": "Disinstalla", - "later": "In seguito" + "uninstall": "Disinstalla" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index 772fd9031b..b83dda9466 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Marketplace", "installedExtensions": "Installate", "searchInstalledExtensions": "Installate", "recommendedExtensions": "Consigliate", "otherRecommendedExtensions": "Altri consigli", "workspaceRecommendedExtensions": "Consigli per l'area di lavoro", + "builtInExtensions": "Predefinite", "searchExtensions": "Cerca le estensioni nel Marketplace", "sort by installs": "Ordina per: conteggio installazioni", "sort by rating": "Ordina per: classificazione", "sort by name": "Ordina per: Nome", "suggestProxyError": "Marketplace ha restituito 'ECONNREFUSED'. Controllare l'impostazione 'http.proxy'.", "extensions": "Estensioni", - "outdatedExtensions": "{0} estensioni obsolete" + "outdatedExtensions": "{0} estensioni obsolete", + "malicious warning": "L'estensione '{0}' ĆØ stata disinstallata perchĆ© ĆØ stata segnalata come problematica.", + "reloadNow": "Ricarica ora" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index 44c103d035..f93743aaa1 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Estensioni", "no extensions found": "Non sono state trovate estensioni.", "suggestProxyError": "Marketplace ha restituito 'ECONNREFUSED'. Controllare l'impostazione 'http.proxy'." diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 6c3f2e984e..c5326e0817 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index ef42850ea0..18f1e6425d 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "Attivata all'avvio", "workspaceContainsGlobActivation": "Attivata perchĆ© nell'area di lavoro ĆØ presente un file corrispondente a {0}", "workspaceContainsFileActivation": "Attivata perchĆ© nell'area di lavoro ĆØ presente il file {0}", diff --git a/i18n/ita/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/ita/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 584ea02c6e..fc7942d850 100644 --- a/i18n/ita/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "Installazione estensione da VSIX in corso...", + "malicious": "Questa estensione ĆØ segnalata come problematica.", + "installingMarketPlaceExtension": "Installazione dell'estensione dal Marketplace...", + "uninstallingExtension": "Disinstallazione estensione in corso...", "enableDependeciesConfirmation": "Se si abilita '{0}', verranno abilitate anche le relative dipendenze. Continuare?", "enable": "SƬ", "doNotEnable": "No", diff --git a/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..21269b800d --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Area di lavoro", + "feedbackVisibility": "Controlla la visibilitĆ  del feedback Twitter (smiley) nella barra di stato nella parte inferiore del banco di lavoro." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index c53a82c3be..24c73b4da3 100644 --- a/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Invia commenti e suggerimenti tramite Twitter", "label.sendASmile": "Invia commenti e suggerimenti tramite Twitter.", "patchedVersion1": "L'installazione ĆØ danneggiata.", @@ -16,6 +18,7 @@ "request a missing feature": "Richiedi una funzionalitĆ  mancante", "tell us why?": "Motivo", "commentsHeader": "Commenti", + "showFeedback": "Visualizza Feedback Smiley nella barra di stato", "tweet": "Invia un tweet", "character left": "carattere rimasto", "characters left": "caratteri rimasti", diff --git a/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..ba702efd06 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "Nascondi" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index de631778b8..dd6ebe956b 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "Visualizzatore file binari" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 250d9cd3bd..0d9a08eb7b 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "Editor file di testo", "createFile": "Crea file", "fileEditorWithInputAriaLabel": "{0}. Editor file di testo.", diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 4133fa4bc3..c7afffd720 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 979ee1896b..dca4111680 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json index 7d23a38e70..bc7dacbfe8 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index a02c62cce4..9695d90677 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 1f2167be7b..7f5cb4d3a4 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 49ebceb961..b24d15fc52 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 0fc4ed5c41..8ece7f0ad8 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index 5e6781977f..30e2abfd9a 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 43fcd8d45a..50a7a08bf5 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index e1c70dabcc..0bbda68589 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 1f60078323..5b15c8d231 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 8cdbd28779..99ac6a610f 100644 --- a/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/ita/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index 92d5051b4e..9f25095708 100644 --- a/i18n/ita/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 file non salvato", "dirtyFiles": "{0} file non salvati" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/ita/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/ita/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 4133fa4bc3..797f5f2796 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "Cartelle" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 979ee1896b..1162fe58b3 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "File", "revealInSideBar": "Visualizza nella barra laterale", "acceptLocalChanges": "Utilizzare le modifiche e sovrascrivere il contenuto del disco", - "revertLocalChanges": "Annullare le modifiche e tornare al contenuto sul disco" + "revertLocalChanges": "Annullare le modifiche e tornare al contenuto sul disco", + "copyPathOfActive": "Copia percorso del file attivo", + "saveAllInGroup": "Salva tutto nel gruppo", + "saveFiles": "Salva tutti i file", + "revert": "Ripristina file", + "compareActiveWithSaved": "Confronta file attivo con file salvato", + "closeEditor": "Chiudi editor", + "view": "Visualizza", + "openToSide": "Apri lateralmente", + "revealInWindows": "Visualizza in Esplora risorse", + "revealInMac": "Visualizza in Finder", + "openContainer": "Apri cartella superiore", + "copyPath": "Copia percorso", + "saveAll": "Salva tutto", + "compareWithSaved": "Confronta con file salvato", + "compareWithSelected": "Confronta con selezionati", + "compareSource": "Seleziona per il confronto", + "compareSelected": "Confronta selezionati", + "close": "Chiudi", + "closeOthers": "Chiudi altri", + "closeSaved": "Chiudi salvati", + "closeAll": "Chiudi tutto", + "deleteFile": "Elimina definitivamente" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 7d23a38e70..d3cca69302 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "Riprova", - "rename": "Rinomina", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Nuovo file", "newFolder": "Nuova cartella", - "openFolderFirst": "Aprire prima di tutto una cartella per creare file o cartelle al suo interno.", + "rename": "Rinomina", + "delete": "Elimina", + "copyFile": "Copia", + "pasteFile": "Incolla", + "retry": "Riprova", "newUntitledFile": "Nuovo file senza nome", "createNewFile": "Nuovo file", "createNewFolder": "Nuova cartella", "deleteButtonLabelRecycleBin": "&&Sposta nel Cestino", "deleteButtonLabelTrash": "&&Sposta nel cestino", "deleteButtonLabel": "&&Elimina", + "dirtyMessageFilesDelete": "Stai eliminando file non ancora salvati. Vuoi continuare?", "dirtyMessageFolderOneDelete": "Si sta per eliminare una cartella con modifiche non salvate in un file. Continuare?", "dirtyMessageFolderDelete": "Si sta per eliminare una cartella con modifiche non salvate in {0} file. Continuare?", "dirtyMessageFileDelete": "Si sta per eliminare un file con modifiche non salvate. Continuare?", "dirtyWarning": "Le modifiche apportate andranno perse se non vengono salvate.", + "confirmMoveTrashMessageMultiple": "Sei sicuro di voler eliminarei seguenti {0} file?", "confirmMoveTrashMessageFolder": "Eliminare '{0}' e il relativo contenuto?", "confirmMoveTrashMessageFile": "Eliminare '{0}'?", "undoBin": "ƈ possibile ripristinare dal Cestino.", "undoTrash": "ƈ possibile ripristinare dal cestino.", "doNotAskAgain": "Non chiedermelo di nuovo", + "confirmDeleteMessageMultiple": "Sei sicuro di voler eliminare permanentemente i seguenti {0} file?", "confirmDeleteMessageFolder": "Eliminare definitivamente '{0}' e il relativo contenuto?", "confirmDeleteMessageFile": "Eliminare definitivamente '{0}'?", "irreversible": "Questa azione ĆØ irreversibile.", + "cancel": "Annulla", "permDelete": "Elimina definitivamente", - "delete": "Elimina", "importFiles": "Importa file", "confirmOverwrite": "Nella cartella di destinazione esiste giĆ  un file o una cartella con lo stesso nome. Sovrascrivere?", "replaceButtonLabel": "&&Sostituisci", - "copyFile": "Copia", - "pasteFile": "Incolla", + "fileIsAncestor": "Il file da incollare ĆØ un predecessore della cartella di destinazione", + "fileDeleted": "Il file da incollare ĆØ stato eliminato o spostato nel frattempo", "duplicateFile": "Duplicato", - "openToSide": "Apri lateralmente", - "compareSource": "Seleziona per il confronto", "globalCompareFile": "Confronta file attivo con...", "openFileToCompare": "Aprire prima un file per confrontarlo con un altro file.", - "compareWith": "Confronta '{0}' con '{1}'", - "compareFiles": "Confronta file", "refresh": "Aggiorna", - "save": "Salva", - "saveAs": "Salva con nome...", - "saveAll": "Salva tutto", "saveAllInGroup": "Salva tutto nel gruppo", - "saveFiles": "Salva tutti i file", - "revert": "Ripristina file", "focusOpenEditors": "Stato attivo su visualizzazione editor aperti", "focusFilesExplorer": "Stato attivo su Esplora file", "showInExplorer": "Visualizza file attivo nella barra laterale", @@ -56,20 +54,11 @@ "refreshExplorer": "Aggiorna Explorer", "openFileInNewWindow": "Apri file attivo in un'altra finestra", "openFileToShowInNewWindow": "Aprire prima un file per visualizzarlo in un'altra finestra", - "revealInWindows": "Visualizza in Esplora risorse", - "revealInMac": "Visualizza in Finder", - "openContainer": "Apri cartella superiore", - "revealActiveFileInWindows": "Visualizza file attivo in Esplora risorse", - "revealActiveFileInMac": "Visualizza file attivo in Finder", - "openActiveFileContainer": "Apri cartella che contiene il file attivo", "copyPath": "Copia percorso", - "copyPathOfActive": "Copia percorso del file attivo", "emptyFileNameError": "ƈ necessario specificare un nome file o un nome di cartella.", "fileNameExistsError": "In questo percorso esiste giĆ  un file o una cartella **{0}**. Scegliere un nome diverso.", "invalidFileNameError": "Il nome **{0}** non ĆØ valido per un nome file o un nome di cartella. Scegliere un nome diverso.", "filePathTooLongError": "Con il nome **{0}** il percorso diventa troppo lungo. Scegliere un nome più breve.", - "compareWithSaved": "Confronta file attivo con file salvato", - "modifiedLabel": "{0} (su disco) ↔ {1}", "compareWithClipboard": "Confronta il file attivo con gli appunti", "clipboardComparisonLabel": "Appunti ↔ {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index a02c62cce4..91025b3bb0 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "Aprire prima un file per copiarne il percorso", - "openFileToReveal": "Aprire prima un file per visualizzarlo" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "Visualizza in Esplora risorse", + "revealInMac": "Visualizza in Finder", + "openContainer": "Apri cartella superiore", + "saveAs": "Salva con nome...", + "save": "Salva", + "saveAll": "Salva tutto", + "removeFolderFromWorkspace": "Rimuovi cartella dall'area di lavoro", + "genericRevertError": "Impossibile ripristinare '{0}': {1}", + "modifiedLabel": "{0} (su disco) ↔ {1}", + "openFileToReveal": "Aprire prima un file per visualizzarlo", + "openFileToCopy": "Aprire prima un file per copiarne il percorso" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 6fb07e8966..d85e4781c9 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "Mostra Esplora risorse", "explore": "Esplora risorse", "view": "Visualizza", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "Editor", "formatOnSave": "Formatta un file durante il salvataggio. Deve essere disponibile un formattatore, il file non deve essere salvato automaticamente e l'editor non deve essere in fase di chiusura.", "explorerConfigurationTitle": "Esplora file", - "openEditorsVisible": "Numero di editor visualizzati nel riquadro degli editor aperti. Impostarlo su 0 per nascondere il riquadro.", - "dynamicHeight": "Controlla se l'altezza della sezione degli editor aperti deve essere adattata o meno dinamicamente al numero di elementi.", + "openEditorsVisible": "Numero di editor visualizzati nel riquadro degli editor aperti.", "autoReveal": "Controlla se Esplora risorse deve rivelare automaticamente e selezionare i file durante l'apertura.", "enableDragAndDrop": "Controlla se Esplora risorse deve consentire lo spostamento di file e cartelle tramite trascinamento della selezione.", "confirmDragAndDrop": "Controlla se Esplora risorse deve chiedere conferma prima di spostare file e cartelle tramite trascinamento della selezione.", diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 49ebceb961..a60b2d9c37 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "Usare le azioni della barra degli strumenti dell'editor a destra per **annullare** le modifiche o per **sovrascrivere** il contenuto su disco con le modifiche", - "discard": "Rimuovi", - "overwrite": "Sovrascrivi", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "Usare le azioni della barra degli strumenti dell'editor per annullare le modifiche oppure sovrascrivere il contenuto su disco con le modifiche.", + "staleSaveError": "Non ĆØ stato possibile salvare '{0}': il contenuto sul disco ĆØ più recente. Confrontare la versione corrente con quella sul disco.", "retry": "Riprova", - "readonlySaveError": "Non ĆØ stato possibile salvare '{0}': il file ĆØ protetto da scrittura. Selezionare 'Sovrascrivi' per rimuovere la protezione.", + "discard": "Rimuovi", + "readonlySaveErrorAdmin": "Impossibile salvare '{0}': Il file ĆØ protetto da scrittura. Selezionare 'Sovrascrivi come Admin' per riprovare come amministratore.", + "readonlySaveError": "Impossibile salvare '{0}': Il file ĆØ protetto da scrittura. Selezionare 'Sovrascrivi come Admin' per provare a rimuovere la protezione.", + "permissionDeniedSaveError": "Impossibile salvare '{0}': Autorizzazioni insufficienti. Selezionare 'Riprova come Admin' per eseguire come amministratore.", "genericSaveError": "Non ĆØ stato possibile salvare '{0}': {1}", - "staleSaveError": "Non ĆØ stato possibile salvare '{0}': il contenuto sul disco ĆØ più recente. Fare clic su **Confronta** per confrontare la versione corrente con quella sul disco.", + "learnMore": "Altre informazioni", + "dontShowAgain": "Non visualizzare più questo messaggio", "compareChanges": "Confronta", - "saveConflictDiffLabel": "{0} (su disco) ↔ {1} (in {2}) - Risolvere conflitto in fase di salvataggio" + "saveConflictDiffLabel": "{0} (su disco) ↔ {1} (in {2}) - Risolvere conflitto in fase di salvataggio", + "overwriteElevated": "Sovrascrivi come admin...", + "saveElevated": "Riprova come amministratore...", + "overwrite": "Sovrascrivi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index 0fc4ed5c41..12abd5b523 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Nessuna cartella aperta", "explorerSection": "Sezione Esplora file", "noWorkspaceHelp": "Non hai ancora aggiunto cartelle nell'area di lavoro", diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index cee0d8e205..19c9a14112 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Esplora risorse", - "canNotResolve": "Non ĆØ possibile risolvere la cartella dell'area di lavoro" + "canNotResolve": "Non ĆØ possibile risolvere la cartella dell'area di lavoro", + "symbolicLlink": "Collegamento simbolico" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 43fcd8d45a..6f795f6ad4 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "Sezione Esplora file", "treeAriaLabel": "Esplora file" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index e1c70dabcc..5e903783ce 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "Digitare il nome file. Premere INVIO per confermare oppure ESC per annullare.", + "constructedPath": "Crea {0} in **{1}**", "filesExplorerViewerAriaLabel": "{0}, Esplora file", "dropFolders": "Aggiungere le cartelle all'area di lavoro?", "dropFolder": "Aggiungere la cartella all'area di lavoro?", "addFolders": "&& Aggiungi cartelle", "addFolder": "&&Aggiungi cartella", + "confirmMultiMove": "Sei sicuro di voler spostare i seguenti {0} file?", "confirmMove": "Sei sicuro di voler spostare '{0}'?", "doNotAskAgain": "Non chiedermelo di nuovo", "moveButtonLabel": "&&Sposta", diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index 5627c56823..1d060647de 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "Editor aperti", "openEditosrSection": "Sezione Editor aperti", - "dirtyCounter": "{0} non salvati", - "saveAll": "Salva tutto", - "closeAllUnmodified": "Chiudi non modificati", - "closeAll": "Chiudi tutto", - "compareWithSaved": "Confronta con file salvato", - "close": "Chiudi", - "closeOthers": "Chiudi altri" + "dirtyCounter": "{0} non salvati" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 4ca857f227..a17b33452e 100644 --- a/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index 7dc7e02c9f..863e7851e5 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.i18n.json index 476f72cab4..f4818c03ca 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index 43e30d22d2..0835379012 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 6add96babe..c84086d342 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index 008493bd9b..b0ceaf3626 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index 97c3d840e0..68e04157bc 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index e982ce4e62..38b93d4007 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index 7fa5371097..31fd31cd95 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index 41c897cbd2..a5c6950ee5 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index c870f3a366..94d64b5016 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index 8ee6ba96d9..b2b4c0557f 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index 5809ffdd42..3c643d467c 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index c2c8274069..292763f73d 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/ita/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index 5a4847fb12..a14bfe9fd3 100644 --- a/i18n/ita/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index b02e0f15a8..0766354855 100644 --- a/i18n/ita/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/ita/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index 773a3dd5a1..32dc988989 100644 --- a/i18n/ita/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/ita/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index fa15e3b391..e6edc47eb0 100644 --- a/i18n/ita/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/ita/src/vs/workbench/parts/git/node/git.lib.i18n.json index b5a5af6daf..5ff8176c41 100644 --- a/i18n/ita/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 564dd2042e..ae04d99b77 100644 --- a/i18n/ita/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "Anteprima HTML", - "devtools.webview": "Sviluppatore: Strumenti Webview" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "Anteprima HTML" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/ita/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index 2221dea95d..9eaf8acd63 100644 --- a/i18n/ita/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "L'input dell'editor non ĆØ valido." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..3768ac9b0b --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "Sviluppatore" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/ita/src/vs/workbench/parts/html/browser/webview.i18n.json index 145bf2139d..d7d7b9ec8d 100644 --- a/i18n/ita/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/ita/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..74575babd8 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "Stato attivo su widget Trova", + "openToolsLabel": "Apri strumenti di sviluppo Webview", + "refreshWebviewLabel": "Ricarica Webview" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..fe0cc638cd --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "Linguaggio dell'interfaccia utente da usare.", + "vscode.extension.contributes.localizations": "Contribuisce traduzioni all'editor", + "vscode.extension.contributes.localizations.languageId": "Id della lingua in cui sono tradotte le stringhe visualizzate.", + "vscode.extension.contributes.localizations.languageName": "Nome della lingua in inglese.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nome della lingua nella lingua stessa.", + "vscode.extension.contributes.localizations.translations": "Lista delle traduzioni associate alla lingua.", + "vscode.extension.contributes.localizations.translations.id": "ID di VS Code o dell'estensione cui si riferisce questa traduzione. L'ID di VS Code ĆØ sempre 'vscode' e quello di un'estensione deve essere nel formato 'publisherId.extensionName'.", + "vscode.extension.contributes.localizations.translations.id.pattern": "L'ID deve essere 'vscode' o essere nel formato 'publisherId.extensionName' per tradurre rispettivamente VS Code o un'estensione.", + "vscode.extension.contributes.localizations.translations.path": "Percorso relativo di un file che contiene le traduzioni per la lingua." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/ita/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..0b6359cd09 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "Configura lingua", + "displayLanguage": "Definisce la lingua visualizzata di VSCode.", + "doc": "Per un elenco delle lingue supportate, vedere {0}.", + "restart": "Se si modifica il valore, ĆØ necessario riavviare VSCode.", + "fail.createSettings": "Non ĆØ possibile creare '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..431e072eda --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Log (Principale)", + "sharedLog": "Log (Condiviso)", + "rendererLog": "Log (Finestra)", + "extensionsLog": "Log (Host dell'estensione)", + "developer": "Sviluppatore" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/ita/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..69f76088ae --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "Apri cartella dei log", + "showLogs": "Mostra log...", + "rendererProcess": "Finestra ({0})", + "emptyWindow": "Finestra", + "extensionHost": "Host dell'estensione", + "sharedProcess": "Condiviso", + "mainProcess": "Principale", + "selectProcess": "Seleziona log per il processo", + "openLogFile": "Apri file di Log...", + "setLogLevel": "Imposta livello log...", + "trace": "Analisi", + "debug": "Debug", + "info": "Informazioni", + "warn": "Avviso", + "err": "Errore", + "critical": "Errori critici", + "off": "Disattivato", + "selectLogLevel": "Seleziona il livello log", + "default and current": "Predefinito e corrente", + "default": "Impostazione predefinita", + "current": "Corrente" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index a94d98e098..9f4c9dc2a6 100644 --- a/i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Problemi", "tooltip.1": "1 problema in questo file", "tooltip.N": "{0} problemi in questo file", diff --git a/i18n/ita/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/ita/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 3c7de14078..70227cc134 100644 --- a/i18n/ita/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Totale {0} problemi", "filteredProblems": "Mostrando {0} di {1} problemi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/ita/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..70227cc134 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Totale {0} problemi", + "filteredProblems": "Mostrando {0} di {1} problemi" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/ita/src/vs/workbench/parts/markers/common/messages.i18n.json index 5e585c6ea4..e5733450d4 100644 --- a/i18n/ita/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "Visualizza", - "problems.view.toggle.label": "Attiva/disattiva problemi", - "problems.view.focus.label": "Problemi di Focus", + "problems.view.toggle.label": "Attiva/Disattiva Problemi (Errori, Avvisi, Informazioni)", + "problems.view.focus.label": "Sposta lo stato attivo su problemi (Errori, Avvisi, Informazioni)", "problems.panel.configuration.title": "Visualizzazione Problemi", "problems.panel.configuration.autoreveal": "Controlla se la visualizzazione Problemi deve visualizzare automaticamente i file durante l'apertura", "markers.panel.title.problems": "Problemi", diff --git a/i18n/ita/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/ita/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 3a6a357492..0f207dbcaf 100644 --- a/i18n/ita/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "Copia", "copyMarkerMessage": "Copia messaggio" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index f5bb473c1d..17875dad2d 100644 --- a/i18n/ita/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index 99ba0e6815..df49805b2a 100644 --- a/i18n/ita/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.i18n.json index bc6f00621c..48ad8007ab 100644 --- a/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "Attiva/Disattiva output", "clearOutput": "Cancella output", "toggleOutputScrollLock": "Attiva/Disattiva blocco scorrimento per output", diff --git a/i18n/ita/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/ita/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 9c9f959c39..6dc08e99e3 100644 --- a/i18n/ita/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, Pannello di output", "outputPanelAriaLabel": "Pannello di output" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/ita/src/vs/workbench/parts/output/common/output.i18n.json index 7bd96f76c2..cd24ad7bad 100644 --- a/i18n/ita/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..3e2cd57328 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "Output", + "logViewer": "Visualizzatore Log", + "viewCategory": "Visualizza", + "clearOutput.label": "Cancella output" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/ita/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..e5b1d62c6b --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - Output", + "channel": "Canale Output per '{0}'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index a4bad776c2..6a6fc81a67 100644 --- a/i18n/ita/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/ita/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index a4bad776c2..6297bc7d7a 100644 --- a/i18n/ita/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "I profili sono stati creati.", "prof.detail": "Creare un problema e allegare manualmente i file seguenti:\n{0}", "prof.restartAndFileIssue": "Crea problema e riavvia", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 6e8f4c9cca..72d5a2db6b 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "Premere la combinazione di tasti desiderata, quindi INVIO.", "defineKeybinding.chordsTo": "premi contemporaneamente per" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index f9bb962999..e15a00c512 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "Scelte rapide da tastiera", "SearchKeybindings.AriaLabel": "Cerca tasti di scelta rapida", "SearchKeybindings.Placeholder": "Cerca tasti di scelta rapida", @@ -15,9 +17,10 @@ "addLabel": "Aggiungi tasto di scelta rapida", "removeLabel": "Rimuovi tasto di scelta rapida", "resetLabel": "Reimposta tasto di scelta rapida", - "showConflictsLabel": "Mostra conflitti", + "showSameKeybindings": "Mostra gli stessi tasti di scelta rapida", "copyLabel": "Copia", - "error": "Errore '{0}' durante la modifica del tasto di scelta rapida. Si prega di aprire il file 'keybindings.json' e verificare.", + "copyCommandLabel": "Copia comando", + "error": "Si ĆØ verificato l'errore '{0}' durante la modifica del tasto di scelta rapida. Aprire il file 'keybindings.json' e verificare la presenza di errori.", "command": "Comando", "keybinding": "Tasto di scelta rapida", "source": "Origine", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 92488da046..c507c49de1 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "Definisci tasto di scelta rapida", "defineKeybinding.kbLayoutErrorMessage": "Non sarĆ  possibile produrre questa combinazione di tasti con il layout di tastiera corrente.", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}** per il layout di tastiera corrente (**{1}** per quello standard US).", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index 5cc9af3d77..6e98110957 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index 344b356cf4..7ae86a4f1b 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "Apri impostazioni predefinite non elaborate", "openGlobalSettings": "Apri impostazioni utente", "openGlobalKeybindings": "Apri tasti di scelta rapida", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 9968a08e4f..54a6e515bb 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "Impostazioni predefinite", "SearchSettingsWidget.AriaLabel": "Cerca impostazioni", "SearchSettingsWidget.Placeholder": "Cerca impostazioni", "noSettingsFound": "Nessun risultato", - "oneSettingFound": "1 impostazione corrispondente", - "settingsFound": "{0} impostazioni corrispondenti", + "oneSettingFound": "1 impostazione trovata", + "settingsFound": "{0} impostazioni trovate", "totalSettingsMessage": "{0} impostazioni in totale", + "nlpResult": "Risultati linguaggio naturale", + "filterResult": "Risultati filtrati", "defaultSettings": "Impostazioni predefinite", "defaultFolderSettings": "Impostazioni cartella predefinite", "defaultEditorReadonly": "Modificare nell'editor a destra per ignorare le impostazioni predefinite.", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index 268c28632d..1c974d0592 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Inserire le impostazioni qui per sovrascrivere quelle predefinite.", "emptyWorkspaceSettingsHeader": "Inserire le impostazioni qui per sovrascrivere le impostazioni utente.", "emptyFolderSettingsHeader": "Inserire le impostazioni cartella qui per sovrascrivere quelle dell'area di lavoro.", + "reportSettingsSearchIssue": "Segnala problema", + "newExtensionLabel": "Mostra l'estensione \"{0}\"", "editTtile": "Modifica", "replaceDefaultValue": "Sostituisci nelle impostazioni", "copyDefaultValue": "Copia nelle impostazioni", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index 6bdc47b579..b3650c394e 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Aprire prima una cartella per creare le impostazioni dell'area di lavoro", "emptyKeybindingsHeader": "Inserire i tasti di scelta rapida in questo file per sovrascrivere i valori predefiniti", "defaultKeybindings": "Tasti di scelta rapida predefiniti", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index 7c1a3a7d30..cea4c396a8 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "Prova la ricerca in linguaggio naturale.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "Inserire le impostazioni nell'editor di lato destro per eseguire l'override.", "noSettingsFound": "Non sono state trovate impostazioni.", "settingsSwitcherBarAriaLabel": "Selezione impostazioni", "userSettings": "Impostazioni utente", "workspaceSettings": "Impostazioni area di lavoro", - "folderSettings": "Impostazioni cartella", - "enableFuzzySearch": "Abilita la ricerca in linguaggio naturale" + "folderSettings": "Impostazioni cartella" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index a680c037a3..828d10f95e 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "Impostazione predefinita", "user": "Utente", "meta": "meta", diff --git a/i18n/ita/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 0b1bdd5d88..a66b8660b8 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "Impostazioni utente", "workspaceSettingsTarget": "Impostazioni area di lavoro" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index c4cdd4ead3..9a11772c2d 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "Più usate", - "mostRelevant": "Più rilevanti", "defaultKeybindingsHeader": "Per sovrascrivere i tasti di scelta rapida, inserirli nel file dei tasti di scelta rapida." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index 5cc9af3d77..f9ff17c989 100644 --- a/i18n/ita/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "Editor preferenze predefinite", "keybindingsEditor": "Editor tasti di scelta rapida", "preferences": "Preferenze" diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 543c602df8..10513759a9 100644 --- a/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "Mostra tutti i comandi", "clearCommandHistory": "Cancella cronologia dei comandi", "showCommands.label": "Riquadro comandi...", "entryAriaLabelWithKey": "{0}, {1}, comandi", "entryAriaLabel": "{0}, comandi", - "canNotRun": "Non ĆØ possibile eseguire il comando '{0}' da questa posizione.", "actionNotEnabled": "Il comando '{0}' non ĆØ abilitato nel contesto corrente.", + "canNotRun": "Il comando '{0}' ha restituito un errore.", "recentlyUsed": "usate di recente", "morecCommands": "altri comandi", "cat.title": "{0}: {1}", diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index e54b036e27..389c68b31d 100644 --- a/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "Vai alla riga...", "gotoLineLabelEmptyWithLimit": "Digitare un numero di riga a cui passare compreso tra 1 e {0}", "gotoLineLabelEmpty": "Digitare un numero di riga a cui passare", diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index d7fe43363d..c0433de719 100644 --- a/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "Vai al simbolo nel file...", "symbols": "simboli ({0})", "method": "metodi ({0})", diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index d3cc1bb513..d8e25d3b7a 100644 --- a/i18n/ita/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, Guida per la selezione", "globalCommands": "comandi globali", "editorCommands": "comandi dell'editor" diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 13929c1fa4..84466b6226 100644 --- a/i18n/ita/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "Visualizza", "commandsHandlerDescriptionDefault": "Mostra ed esegui comandi", "gotoLineDescriptionMac": "Vai alla riga", "gotoLineDescriptionWin": "Vai alla riga", diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 70b4c23168..bb850480e1 100644 --- a/i18n/ita/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selezione visualizzazione", "views": "Visualizzazioni", "panels": "Pannelli", diff --git a/i18n/ita/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 2a7acdf1e2..ebc8275561 100644 --- a/i18n/ita/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "ƈ necessario riavviare per rendere effettiva un'impostazione modificata.", "relaunchSettingDetail": "Fare clic sul pulsante di riavvio per riavviare {0} e abilitare l'impostazione.", "restart": "&&Riavvia" diff --git a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index 273b2228ab..7bad268cf6 100644 --- a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0} di {1} modifiche", "change": "{0} di {1} modifica", "show previous change": "Mostra modifica precedente", "show next change": "Mostra modifica successiva", + "move to previous change": "Passa alla modifica precedente", + "move to next change": "Passa alla modifica successiva", "editorGutterModifiedBackground": "Colore di sfondo della barra di navigazione dell'editor per le righe che sono state modificate.", "editorGutterAddedBackground": "Colore di sfondo della barra di navigazione dell'editor per le righe che sono state aggiunte.", "editorGutterDeletedBackground": "Colore di sfondo della barra di navigazione dell'editor per le righe che sono state cancellate.", diff --git a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 44389863a6..92a045cd50 100644 --- a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Mostra GIT", "source control": "Controllo del codice sorgente", "toggleSCMViewlet": "Mostra Gestione controllo servizi", - "view": "Visualizza" + "view": "Visualizza", + "scmConfigurationTitle": "Gestione controllo servizi", + "alwaysShowProviders": "Mostrare sempre la sezione Provider di controllo del codice sorgente.", + "diffDecorations": "Controlla decorazioni diff nell'editor", + "diffGutterWidth": "Controlla la larghezza (px) delle decorazioni diff nella barra di navigazione (aggiunte e modificate)." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index d3cb58c3fb..5fb636f720 100644 --- a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} modifiche in sospeso" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 9f3adc546f..0995630d8d 100644 --- a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index d0a197a727..75dbb68177 100644 --- a/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "Provider di controllo del codice sorgente", "hideRepository": "Nascondi", "installAdditionalSCMProviders": "Installa ulteriori provider SCM ...", diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 8ac2e2b668..4e7f9ce58e 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "risultati per file e simboli", "fileResults": "risultati dei file" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index a8b2953525..876745fb09 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selezione file", "searchResults": "risultati ricerca" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index 97313d1e30..a8e723293a 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selezione simboli", "symbols": "risultati per simboli", "noSymbolsMatching": "Non ci sono simboli corrispondenti", diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index e8eab9367a..5eca041e75 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "input", "useExcludesAndIgnoreFilesDescription": "Utilizzare le impostazioni di esclusione e ignorare i file" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 02150d634d..3be488e713 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Anteprima sostituzione)" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index 25315a7f99..d169213ff1 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json index ebff6e3002..3e370f5256 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "Mostra i criteri di inclusione per la ricerca successivi", "previousSearchIncludePattern": "Mostra i criteri di inclusione per la ricerca precedenti", "nextSearchExcludePattern": "Mostra i criteri di esclusione per la ricerca successivi", @@ -12,12 +14,11 @@ "previousSearchTerm": "Mostra il termine di ricerca precedente", "showSearchViewlet": "Mostra Cerca", "findInFiles": "Cerca nei file", - "findInFilesWithSelectedText": "Cerca nei file con il testo selezionato", "replaceInFiles": "Sostituisci nei file", - "replaceInFilesWithSelectedText": "Sostituisci nei file con il testo selezionato", "RefreshAction.label": "Aggiorna", "CollapseDeepestExpandedLevelAction.label": "Comprimi tutto", "ClearSearchResultsAction.label": "Cancella", + "CancelSearchAction.label": "Annulla ricerca", "FocusNextSearchResult.label": "Sposta lo stato attivo sul risultato della ricerca successivo", "FocusPreviousSearchResult.label": "Sposta lo stato attivo sul risultato della ricerca precedente", "RemoveAction.label": "Chiudi", diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 53c1288f40..a521393884 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "Altri file", "searchFileMatches": "{0} file trovati", "searchFileMatch": "{0} file trovato", diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..3f32efec3f --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "Attiva/Disattiva dettagli ricerca", + "searchScope.includes": "file da includere", + "label.includes": "Criteri di inclusione per la ricerca", + "searchScope.excludes": "file da escludere", + "label.excludes": "Criteri di esclusione per la ricerca", + "replaceAll.confirmation.title": "Sostituisci tutto", + "replaceAll.confirm.button": "&&Sostituisci", + "replaceAll.occurrence.file.message": "{0} occorrenza in {1} file ĆØ stata sostituita con '{2}'.", + "removeAll.occurrence.file.message": "ƈ stata sostituita {0} occorrenza in {1} file.", + "replaceAll.occurrence.files.message": "{0} occorrenza in {1} file ĆØ stata sostituita con '{2}'.", + "removeAll.occurrence.files.message": "ƈ stata sostituita {0} occorrenze in {1} file.", + "replaceAll.occurrences.file.message": "{0} occorrenze in {1} file sono state sostituite con '{2}'.", + "removeAll.occurrences.file.message": "Sono state sostituite {0} occorrenze in {1} file.", + "replaceAll.occurrences.files.message": "{0} occorrenze in {1} file sono state sostituite con '{2}'.", + "removeAll.occurrences.files.message": "Sono state sostituite {0} occorrenze in {1} file.", + "removeAll.occurrence.file.confirmation.message": "Sostituire {0} occorrenza in {1} file con '{2}'?", + "replaceAll.occurrence.file.confirmation.message": "Sostituire {0} occorrenza in {1} file?", + "removeAll.occurrence.files.confirmation.message": "Sostituire {0} occorrenza in {1} file con '{2}'?", + "replaceAll.occurrence.files.confirmation.message": "Sostituire {0} occorrenza in {1} file?", + "removeAll.occurrences.file.confirmation.message": "Sostituire {0} occorrenze in {1} file con '{2}'?", + "replaceAll.occurrences.file.confirmation.message": "Sostituire {0} occorrenze in {1} file?", + "removeAll.occurrences.files.confirmation.message": "Sostituire {0} occorrenze in {1} file con '{2}'?", + "replaceAll.occurrences.files.confirmation.message": "Sostituire {0} occorrenze in {1} file?", + "treeAriaLabel": "Risultati ricerca", + "searchPathNotFoundError": "Percorso di ricerca non trovato: {0}", + "searchMaxResultsWarning": "Il set di risultati contiene solo un subset di tutte le corrispondenze. Eseguire una ricerca più specifica per ridurre il numero di risultati.", + "searchCanceled": "La ricerca ĆØ stata annullata prima della visualizzazione dei risultati - ", + "noResultsIncludesExcludes": "Non sono stati trovati risultati in '{0}' escludendo '{1}' - ", + "noResultsIncludes": "Non sono stati trovati risultati in '{0}' - ", + "noResultsExcludes": "Non sono stati trovati risultati escludendo '{0}' - ", + "noResultsFound": "Nessun risultato trovato. Rivedere le impostazioni delle esclusioni configurate e file ignorati - ", + "rerunSearch.message": "Cerca di nuovo", + "rerunSearchInAll.message": "Cerca di nuovo in tutti i file", + "openSettings.message": "Apri impostazioni", + "openSettings.learnMore": "Altre informazioni", + "ariaSearchResultsStatus": "La ricerca ha restituito {0} risultati in {1} file", + "search.file.result": "{0} risultato in {1} file", + "search.files.result": "{0} risultato in {1} file", + "search.file.results": "{0} risultati in {1} file", + "search.files.results": "{0} risultati in {1} file", + "searchWithoutFolder": "Non ci sono ancora cartelle aperte. La ricerca verrĆ  eseguita solo nei file aperti - ", + "openFolder": "Apri cartella" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 82b6def2af..3f32efec3f 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "Attiva/Disattiva dettagli ricerca", "searchScope.includes": "file da includere", "label.includes": "Criteri di inclusione per la ricerca", diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 419cc9c23e..777ce05e7b 100644 --- a/i18n/ita/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Sostituisci tutto (inviare la ricerca per abilitare)", "search.action.replaceAll.enabled.label": "Sostituisci tutto", "search.replace.toggle.button.title": "Attiva/Disattiva sostituzione", diff --git a/i18n/ita/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/ita/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index a639555955..536fede58d 100644 --- a/i18n/ita/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Nell'area di lavoro non ci sono cartelle denominate {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index 25315a7f99..aa8b287ddb 100644 --- a/i18n/ita/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "Trova nella cartella...", + "findInWorkspace": "Trova nell'area di lavoro...", "showTriggerActions": "Vai al simbolo nell'area di lavoro...", "name": "Cerca", "search": "Cerca", + "showSearchViewl": "Mostra Cerca", "view": "Visualizza", + "findInFiles": "Cerca nei file", "openAnythingHandlerDescription": "Vai al file", "openSymbolDescriptionNormal": "Vai al simbolo nell'area di lavoro", - "searchOutputChannelTitle": "Cerca", "searchConfigurationTitle": "Cerca", "exclude": "Consente di configurare i criteri GLOB per escludere file e cartelle nelle ricerche. Eredita tutti i criteri GLOB dall'impostazione files.exclude.", "exclude.boolean": "Criterio GLOB da usare per trovare percorsi file. Impostare su True o False per abilitare o disabilitare il criterio.", @@ -18,5 +23,8 @@ "useRipgrep": "Controlla l'utilizzo di ripgrep nelle ricerche su testo e file", "useIgnoreFiles": "Controlla se utilizzare i file .gitignore e .ignore durante la ricerca di file", "search.quickOpen.includeSymbols": "Configurare questa opzione per includere i risultati di una ricerca di simboli globale nei risultati dei file per Quick Open.", - "search.followSymlinks": "Controlla se seguire i collegamenti simbolici durante la ricerca." + "search.followSymlinks": "Controlla se seguire i collegamenti simbolici durante la ricerca.", + "search.smartCase": "Cerca in modo insensibile alle maiuscole/minuscole se il criterio ĆØ tutto minuscolo, altrimenti cerca in modalitĆ  sensibile a maiuscole/minuscole", + "search.globalFindClipboard": "Controlla se il viewlet di ricerca deve leggere o modificare gli appunti di ricerca condivisi in macOS", + "search.location": "Anteprima: controlla se la ricerca verrĆ  mostrata in una visualizzazione della barra laterale o in un pannello nell'area pannelli in modo da disporre di maggiore spazio in orizzontale. Nella versione successiva la ricerca nel pannello sarĆ  caratterizzata da un layout orizzontale ottimizzato e questa funzione non sarĆ  più un'anteprima." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/ita/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index dd91e70108..7a0d8b19c2 100644 --- a/i18n/ita/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index cd9b550b98..882b235987 100644 --- a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..ee51acae27 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(globale)", + "global.1": "({0})", + "new.global": "Nuovo file di Frammenti globali...", + "group.global": "Frammenti esistenti", + "new.global.sep": "Nuovi frammenti di codice", + "openSnippet.pickLanguage": "Selezionare file di Frammenti o creare Frammenti di codice", + "openSnippet.label": "Configura Frammenti utente", + "preferences": "Preferenze" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index 580b9d7485..4024cc59f1 100644 --- a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "Inserisci frammento", "sep.userSnippet": "Frammenti utente", "sep.extSnippet": "Frammenti estensione" diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 7cea9caafc..ab29b40f27 100644 --- a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "Seleziona il linguaggio per il frammento", - "openSnippet.errorOnCreate": "Non ĆØ possibile creare {0}", - "openSnippet.label": "Apri frammenti di codice utente", - "preferences": "Preferenze", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "Frammento vuoto", "snippetSchema.json": "Configurazione del frammento utente", "snippetSchema.json.prefix": "Prefisso da usare quando si seleziona il frammento in IntelliSense", "snippetSchema.json.body": "Il contenuto del frammento. Usare '$1', '${1:defaultText}' per definire le posizioni del cursore, utilizzare '$0' per la posizione finale del cursore. Inserire i valori delle variabili con '${varName}' e '${varName:defaultText}', ad esempio 'Nome del file: $TM_FILENAME'.", - "snippetSchema.json.description": "Descrizione del frammento." + "snippetSchema.json.description": "Descrizione del frammento.", + "snippetSchema.json.scope": "Un elenco di nomi di linguaggio a cui si applica questo frammento di codice, ad esempio 'typescript, javascript'." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..a616bd6439 --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "Frammento utente globale", + "source.snippet": "Frammento utente" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index d130ea84c1..24a4d312cf 100644 --- a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "Il linguaggio in `contributes.{0}.language` ĆØ sconosciuto. Valore specificato: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "ƈ previsto un valore stringa in `contributes.{0}.path`. Valore specificato: {1}", + "invalid.language.0": "Quando si omette il linguaggio, il valore di `contributes.{0}.path` deve essere un file `.code-snippets`. Fornire il valore: {1}", + "invalid.language": "Il linguaggio in `contributes.{0}.language` ĆØ sconosciuto. Valore specificato: {1}", "invalid.path.1": "Valore previsto di `contributes.{0}.path` ({1}) da includere nella cartella dell'estensione ({2}). L'estensione potrebbe non essere più portatile.", "vscode.extension.contributes.snippets": "Frammenti per contributes.", "vscode.extension.contributes.snippets-language": "Identificatore di linguaggio per cui si aggiunge come contributo questo frammento.", "vscode.extension.contributes.snippets-path": "Percorso del file snippets. ƈ relativo alla cartella delle estensioni e in genere inizia con './snippets/'.", "badVariableUse": "Uno o più frammenti dall'estensione '{0}' confondono molto probabilmente variabili-frammento e segnaposto-frammento (Vedere https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax per maggiori dettagli)", "badFile": "Non ĆØ stato possibile leggere il file di frammento \"{0}\".", - "source.snippet": "Frammento utente", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 5ebb0b85ad..bd80720b97 100644 --- a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "Inserisce frammenti di codice quando il prefisso corrisponde. Funziona in modo ottimale quando non sono abilitati i suggerimenti rapidi." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index 07b53da59b..773946d1c2 100644 --- a/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "Aiutaci a migliorare il nostro supporto all'{0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "Partecipa a un breve sondaggio", "remindLater": "Visualizza più tardi", - "neverAgain": "Non visualizzare più questo messaggio" + "neverAgain": "Non visualizzare più questo messaggio", + "helpUs": "Aiutaci a migliorare il nostro supporto all'{0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index f5bb473c1d..86038edac9 100644 --- a/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "Partecipare a un breve sondaggio?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "Partecipa a sondaggio", "remindLater": "Visualizza più tardi", - "neverAgain": "Non visualizzare più questo messaggio" + "neverAgain": "Non visualizzare più questo messaggio", + "surveyQuestion": "Partecipare a un breve sondaggio?" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 6574ffdaef..a43aa14e5d 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 57201835fc..323ecfa0a1 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, tasks", "recentlyUsed": "attivitĆ  usate di recente", "configured": "attivitĆ  configurate", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index cce0f602a0..93d2637eca 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index ed1ead3e15..89e526b191 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "Digitare il nome di un'attivitĆ  da eseguire", "noTasksMatching": "No tasks matching", "noTasksFound": "Non sono state trovate attivitĆ " diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 96e5576de1..21460274a9 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 6574ffdaef..a43aa14e5d 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..3fb80982bf --- /dev/null +++ b/i18n/ita/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "La proprietĆ  loop ĆØ supportata solo sul matcher dell'ultima riga.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "Il criterio del problema non ĆØ valido. La proprietĆ  kind deve essere specificata solo nel primo elemento", + "ProblemPatternParser.problemPattern.missingRegExp": "Nel criterio del problema manca un'espressione regolare.", + "ProblemPatternParser.problemPattern.missingProperty": "Il criterio del problema non ĆØ valido. Deve includere almeno un file e un messaggio.", + "ProblemPatternParser.problemPattern.missingLocation": "Il criterio del problema non ĆØ valido. Il tipo deve essere \"file\" oppure deve il criterio deve includere un gruppo di corrispondenze di tipo line o posizione.", + "ProblemPatternParser.invalidRegexp": "Errore: la stringa {0} non ĆØ un'espressione regolare valida.\n", + "ProblemPatternSchema.regexp": "Espressione regolare per trovare un messaggio di tipo errore, avviso o info nell'output.", + "ProblemPatternSchema.kind": "Indica se il criterio corrisponde a una posizione (file e riga) o solo a un file.", + "ProblemPatternSchema.file": "Indice del gruppo di corrispondenze del nome file. Se omesso, viene usato 1.", + "ProblemPatternSchema.location": "Indice del gruppo di corrispondenze della posizione del problema. I criteri di posizione validi sono: (line), (line,column) e (startLine,startColumn,endLine,endColumn). Se omesso, si presuppone che sia impostato su (line,column).", + "ProblemPatternSchema.line": "Indice del gruppo di corrispondenze della riga del problema. Il valore predefinito ĆØ 2", + "ProblemPatternSchema.column": "Indice del gruppo di corrispondenze del carattere di riga del problema. Il valore predefinito ĆØ 3", + "ProblemPatternSchema.endLine": "Indice del gruppo di corrispondenze della riga finale del problema. Il valore predefinito ĆØ undefined", + "ProblemPatternSchema.endColumn": "Indice del gruppo di corrispondenze del carattere di fine riga del problema. Il valore predefinito ĆØ undefined", + "ProblemPatternSchema.severity": "Indice del gruppo di corrispondenze della gravitĆ  del problema. Il valore predefinito ĆØ undefined", + "ProblemPatternSchema.code": "Indice del gruppo di corrispondenze del codice del problema. Il valore predefinito ĆØ undefined", + "ProblemPatternSchema.message": "Indice del gruppo di corrispondenze del messaggio. Se omesso, il valore predefinito ĆØ 4 se si specifica la posizione; in caso contrario, il valore predefinito ĆØ 5.", + "ProblemPatternSchema.loop": "In un matcher di più righe il ciclo indica se questo criterio viene eseguito in un ciclo finchĆ© esiste la corrispondenza. Può essere specificato solo come ultimo criterio in un criterio su più righe.", + "NamedProblemPatternSchema.name": "Nome del criterio di problema.", + "NamedMultiLineProblemPatternSchema.name": "Nome del criterio di problema a più righe.", + "NamedMultiLineProblemPatternSchema.patterns": "Criteri effettivi.", + "ProblemPatternExtPoint": "Aggiunge come contributo i criteri di problema", + "ProblemPatternRegistry.error": "Il criterio di problema non ĆØ valido e verrĆ  ignorato.", + "ProblemMatcherParser.noProblemMatcher": "Errore: la descrizione non può essere convertita in un matcher problemi:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "Errore: la descrizione non definisce un criterio problema valido:\n{0}\n", + "ProblemMatcherParser.noOwner": "Errore: la descrizione non definisce un proprietario:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "Errore: la descrizione non definisce un percorso file:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "Info: gravitĆ  {0} sconosciuta. I valori validi sono errore, avviso e info.\n", + "ProblemMatcherParser.noDefinedPatter": "Errore: il criterio con identificatore {0} non esiste.", + "ProblemMatcherParser.noIdentifier": "Errore: la proprietĆ  del criterio fa riferimento a un identificatore vuoto.", + "ProblemMatcherParser.noValidIdentifier": "Errore: la proprietĆ  {0} del criterio non ĆØ un nome di variabile criterio valido.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "Un matcher problemi deve definire un criterio di inizio e un criterio di fine per il controllo.", + "ProblemMatcherParser.invalidRegexp": "Errore: la stringa {0} non ĆØ un'espressione regolare valida.\n", + "WatchingPatternSchema.regexp": "L'espressione regolare per rilevare l'inizio o la fine di un'attivitĆ  in background.", + "WatchingPatternSchema.file": "Indice del gruppo di corrispondenze del nome file. Può essere omesso.", + "PatternTypeSchema.name": "Nome di un criterio predefinito o aggiunto come contributo", + "PatternTypeSchema.description": "Criterio di problema o nome di un criterio di problema predefinito o aggiunto come contributo. Può essere omesso se si specifica base.", + "ProblemMatcherSchema.base": "Nome di un matcher problemi di base da usare.", + "ProblemMatcherSchema.owner": "Proprietario del problema in Visual Studio Code. Può essere omesso se si specifica base. Se ĆØ omesso e non si specifica base, viene usato il valore predefinito 'external'.", + "ProblemMatcherSchema.severity": "GravitĆ  predefinita per i problemi di acquisizione. Viene usato se il criterio non definisce un gruppo di corrispondenze per la gravitĆ .", + "ProblemMatcherSchema.applyTo": "Controlla se un problema segnalato in un documento di testo ĆØ valido solo per i documenti aperti o chiusi oppure per tutti i documenti.", + "ProblemMatcherSchema.fileLocation": "Consente di definire come interpretare i nomi file indicati in un criterio di problema.", + "ProblemMatcherSchema.background": "Criteri per tenere traccia dell'inizio e della fine di un matcher attivo su un'attivitĆ  in background.", + "ProblemMatcherSchema.background.activeOnStart": "Se impostato a true, il monitor in backbround ĆØ in modalitĆ  attiva quando l'attivitĆ  inizia. Equivale a inviare una riga che corrisponde al beginPattern", + "ProblemMatcherSchema.background.beginsPattern": "Se corrisponde nell'output, viene segnalato l'avvio di un'attivitĆ  in background.", + "ProblemMatcherSchema.background.endsPattern": "Se corrisponde nell'output, viene segnalata la fine di un'attivitĆ  in background.", + "ProblemMatcherSchema.watching.deprecated": "La proprietĆ  watching ĆØ deprecata. In alternativa, utilizzare background (sfondo).", + "ProblemMatcherSchema.watching": "Criteri per tenere traccia dell'inizio e della fine di un matcher watching.", + "ProblemMatcherSchema.watching.activeOnStart": "Se impostato su true, indica che il watcher ĆØ in modalitĆ  attiva all'avvio dell'attivitĆ . Equivale a inviare una riga che corrisponde al criterio di avvio", + "ProblemMatcherSchema.watching.beginsPattern": "Se corrisponde nell'output, viene segnalato l'avvio di un'attivitĆ  di controllo.", + "ProblemMatcherSchema.watching.endsPattern": "Se corrisponde nell'output, viene segnalata la fine di un'attivitĆ  di controllo.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Questa proprietĆ  ĆØ deprecata. In alternativa, usare la proprietĆ  watching.", + "LegacyProblemMatcherSchema.watchedBegin": "Espressione regolare con cui viene segnalato l'avvio dell'esecuzione di un'attivitĆ  controllata attivato tramite il controllo dei file.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Questa proprietĆ  ĆØ deprecata. In alternativa, usare la proprietĆ  watching.", + "LegacyProblemMatcherSchema.watchedEnd": "Espressione regolare con cui viene segnalato il termine dell'esecuzione di un'attivitĆ  controllata.", + "NamedProblemMatcherSchema.name": "Nome del matcher problemi utilizzato per riferirsi ad esso.", + "NamedProblemMatcherSchema.label": "Un'etichetta leggibile del matcher problemi.", + "ProblemMatcherExtPoint": "Aggiunge come contributo i matcher problemi", + "msCompile": "Problemi del compilatore di Microsoft", + "lessCompile": "Problemi Less", + "gulp-tsc": "Problemi TSC Gulp", + "jshint": "Problemi JSHint", + "jshint-stylish": "Problemi di stile di JSHint", + "eslint-compact": "Problemi di compattazione di ESLint", + "eslint-stylish": "Problemi di stile di ESLint", + "go": "Problemi di Go" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index f5aa6fc8cd..99a8460b51 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index e7cebebf93..7f541a2d4c 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "Tipo di attivitĆ  effettivo", "TaskDefinition.properties": "ProprietĆ  aggiuntive del tipo di attivitĆ ", "TaskTypeConfiguration.noType": "Nella configurazione del tipo di attivitĆ  manca la proprietĆ  obbligatoria 'taskType'", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 71cd7de7b9..49e6c99f75 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "Esegue il comando di compilazione di .NET Core", "msbuild": "Esegue la destinazione di compilazione", "externalCommand": "Esempio per eseguire un comando esterno arbitrario", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 2c148fe490..168a2e5d47 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "Opzioni dei comandi aggiuntive", "JsonSchema.options.cwd": "Directory di lavoro corrente del programma o dello script eseguito. Se omesso, viene usata la radice dell'area di lavoro corrente di Visual Studio Code.", "JsonSchema.options.env": "Ambiente della shell o del programma eseguito. Se omesso, viene usato l'ambiente del processo padre.", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index 9aefb1b07c..e2d69f2bd3 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "Numero di versione della configurazione", "JsonSchema._runner": "Runner ĆØ stata promossa. Utilizzare la proprietĆ  ufficiale runner", "JsonSchema.runner": "Definisce se l'attivitĆ  viene eseguita come un processo e l'output viene visualizzato nella finestra di output o all'interno del terminale.", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 9d3c3a8afb..990ab7c0d3 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "Specifica se il comando ĆØ un comando della shell o un programma esterno. Se omesso, viene usato il valore predefinito false.", "JsonSchema.tasks.isShellCommand.deprecated": "La proprietĆ  isShellCommand ĆØ deprecata. Usare la proprietĆ  type dell'attivitĆ  e la proprietĆ  shell nelle opzioni. Vedere anche le note sulla versione 1.14.", "JsonSchema.tasks.dependsOn.string": "Altra attivitĆ  da cui dipende questa attivitĆ .", @@ -19,8 +21,8 @@ "JsonSchema.tasks.terminal": "La proprietĆ  terminal ĆØ deprecata. In alternativa, usare presentation.", "JsonSchema.tasks.group.kind": "Gruppo di esecuzione dell'attivitĆ .", "JsonSchema.tasks.group.isDefault": "Definisce se questa attivitĆ  ĆØ l'attivitĆ  predefinita nel gruppo.", - "JsonSchema.tasks.group.defaultBuild": "Contrassegna le attivitĆ  come attivitĆ  di compilazione predefinita.", - "JsonSchema.tasks.group.defaultTest": "Contrassegna le attivitĆ  come attivitĆ  di test predefinita.", + "JsonSchema.tasks.group.defaultBuild": "Contrassegna l'attivitĆ  come attivitĆ  di compilazione predefinita.", + "JsonSchema.tasks.group.defaultTest": "Contrassegna l'attivitĆ  come attivitĆ  di test predefinita.", "JsonSchema.tasks.group.build": "Contrassegna l'attivitĆ  come attivitĆ  di compilazione accessibile tramite il comando 'Esegui attivitĆ  di compilazione'.", "JsonSchema.tasks.group.test": "Contrassegna l'attivitĆ  come attivitĆ  di test accessibile tramite il comando 'Esegui attivitĆ  di test'.", "JsonSchema.tasks.group.none": "Non assegna l'attivitĆ  ad alcun gruppo", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index 7defa5c4be..a9eb104cec 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "AttivitĆ ", "ConfigureTaskRunnerAction.label": "Configura attivitĆ ", - "CloseMessageAction.label": "Chiudi", "problems": "Problemi", "building": "Compilazione in corso...", "manyMarkers": "Più di 99", "runningTasks": "Visualizza attivitĆ  in esecuzione", "tasks": "AttivitĆ ", "TaskSystem.noHotSwap": "Se si cambia il motore di esecuzione delle attivitĆ  con un'attivitĆ  attiva in esecuzione, ĆØ necessario ricaricare la finestra", + "reloadWindow": "Ricarica finestra", "TaskServer.folderIgnored": "La cartella {0} viene ignorata poichĆ© utilizza attivitĆ  (task) versione 0.1.0", "TaskService.noBuildTask1": "Non ĆØ stata definita alcuna attivitĆ  di compilazione. Contrassegnare un'attivitĆ  con 'isBuildCommand' nel file tasks.json.", "TaskService.noBuildTask2": "Non ĆØ stata definita alcuna attivitĆ  di compilazione. Contrassegnare un'attivitĆ  come gruppo 'build' nel file tasks.json.", @@ -26,8 +28,8 @@ "selectProblemMatcher": "Selezionare il tipo di errori e di avvisi per cui analizzare l'output dell'attivitĆ ", "customizeParseErrors": "La configurazione dell'attivitĆ  corrente presenta errori. Per favore correggere gli errori prima di personalizzazione un'attivitĆ .", "moreThanOneBuildTask": "tasks.json contiene molte attivitĆ  di compilazione. ƈ in corso l'esecuzione della prima.\n", - "TaskSystem.activeSame.background": "L'attivitĆ  '{0}' ĆØ giĆ  attiva ed in modalitĆ  background. Per terminarla, usare `Termina attivitĆ ` dal menu AttivitĆ ", - "TaskSystem.activeSame.noBackground": "L'attivitĆ  '{0}' ĆØ giĆ  attiva. Per terminarla utilizzare 'Termina attivitĆ ...' dal menu AttivitĆ .", + "TaskSystem.activeSame.background": "L'attivitĆ  '{0}' ĆØ giĆ  attiva ed in modalitĆ  background. Per terminarla, usare 'Termina attivitĆ ' dal menu AttivitĆ .", + "TaskSystem.activeSame.noBackground": "L'attivitĆ  '{0}' ĆØ giĆ  attiva. Per terminarla, usare 'Termina attivitĆ ' dal menu AttivitĆ .", "TaskSystem.active": "Al momento c'ĆØ giĆ  un'attivitĆ  in esecuzione. Terminarla prima di eseguirne un'altra.", "TaskSystem.restartFailed": "Non ĆØ stato possibile terminare e riavviare l'attivitĆ  {0}", "TaskService.noConfiguration": "Errore: Il rilevamento di attivitĆ  {0} non ha contribuito un'attivitĆ  nella seguente configurazione: \n{1} \nL'attivitĆ  verrĆ  ignorata.\n", @@ -44,9 +46,8 @@ "recentlyUsed": "attivitĆ  usate di recente", "configured": "attivitĆ  configurate", "detected": "attivitĆ  rilevate", - "TaskService.ignoredFolder": "Le cartelle dell'area di lavoro seguenti verranno ignorate perchĆ© usano la versione 0.1.0 delle attivitĆ : ", + "TaskService.ignoredFolder": "Le cartelle dell'area di lavoro seguenti verranno ignorate perchĆ© usano la versione 0.1.0 delle attivitĆ : {0}", "TaskService.notAgain": "Non visualizzare più questo messaggio", - "TaskService.ok": "OK", "TaskService.pickRunTask": "Selezionare l'attivitĆ  da eseguire", "TaslService.noEntryToRun": "Non ĆØ stata trovata alcuna attivitĆ  da eseguire. Configurare le attivitĆ ...", "TaskService.fetchingBuildTasks": "Recupero delle attivitĆ  di compilazione...", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 9372d80ae2..1fd0145181 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 281f55cd82..c8d63aeca5 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "Si ĆØ verificato un errore sconosciuto durante l'esecuzione di un'attivitĆ . Per dettagli, vedere il log di output dell'attivitĆ .", "dependencyFailed": "Non ĆØ stato possibile risolvere l'attivitĆ  dipendente '{0}' nella cartella dell'area di lavoro '{1}'", "TerminalTaskSystem.terminalName": "AttivitĆ  - {0}", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index 5604892e13..6c49e2f11e 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "Eseguendo gulp --tasks-simple non ĆØ stata elencata alcuna attivitĆ . ƈ stato eseguito npm install?", "TaskSystemDetector.noJakeTasks": "Eseguendo jake --tasks non ĆØ stata elencata alcuna attivitĆ . ƈ stato eseguito npm install?", "TaskSystemDetector.noGulpProgram": "Gulp non ĆØ installato nel sistema. Eseguire npm install -g gulp per installarlo.", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index fe3fa63dc3..531c4af68d 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "Si ĆØ verificato un errore sconosciuto durante l'esecuzione di un'attivitĆ . Per dettagli, vedere il log di output dell'attivitĆ .", "TaskRunnerSystem.watchingBuildTaskFinished": "\nIl controllo delle attivitĆ  di build ĆØ terminato.", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/ita/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/ita/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index b3c0576f34..ed71866213 100644 --- a/i18n/ita/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "Avviso: options.cwd deve essere di tipo string. Il valore {0} verrĆ  ignorato.\n", "ConfigurationParser.noargs": "Errore: gli argomenti del comando devono essere un array di stringhe. Il valore specificato ĆØ:\n{0}", "ConfigurationParser.noShell": "Avviso: la configurazione della shell ĆØ supportata solo quando si eseguono attivitĆ  nel terminale.", diff --git a/i18n/ita/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 7dc41d5b70..740a3526e1 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, selettore terminale", "termCreateEntryAriaLabel": "{0}, crea un nuovo terminale", "workbench.action.terminal.newplus": "$(plus) Crea nuovo terminale integrato", diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 42ec40f0eb..7d29432648 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "Mostra tutti i terminali aperti", "terminal": "Terminale", "terminalIntegratedConfigurationTitle": "Terminale integrato", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "Argomenti della riga di comando da usare nel terminale OS X.", "terminal.integrated.shell.windows": "Il percorso della shell che il terminale utilizza su Windows. Quando si utilizzano shell fornite con Windows (cmd, PowerShell o Bash su Ubuntu).", "terminal.integrated.shellArgs.windows": "Argomenti della riga di comando da usare nel terminale Windows.", - "terminal.integrated.rightClickCopyPaste": "Se impostata, impedirĆ  la visualizzazione del menu di scelta rapida quando si fa clic con il pulsante destro del mouse all'interno del terminale, ma eseguirĆ  il comando Copia in presenza di una selezione e il comando Incolla in assenza di una selezione.", + "terminal.integrated.macOptionIsMeta": "Utilizzare il tasto opzione come tasto meta nel terminale di OSX", + "terminal.integrated.copyOnSelection": "Quando impostato, il testo selezionato nel terminale sarĆ  copiato negli appunti.", "terminal.integrated.fontFamily": "Controlla la famiglia di caratteri del terminale. L'impostazione predefinita ĆØ il valore di editor.fontFamily.", "terminal.integrated.fontSize": "Consente di controllare le dimensioni del carattere in pixel del terminale.", "terminal.integrated.lineHeight": "Controlla l'altezza della riga del terminale. Questo numero ĆØ moltiplicato per la dimensione del carattere del terminale per ottenere l'effettiva altezza della riga in pixel.", - "terminal.integrated.enableBold": "Per abilitare il grassetto del testo all'interno del terminale, ĆØ necessario il supporto della shell del terminale.", + "terminal.integrated.fontWeight": "Spessore del carattere da usare nel terminale per il testo non in grassetto.", + "terminal.integrated.fontWeightBold": "Spessore del carattere da usare nel terminale per il testo in grassetto.", "terminal.integrated.cursorBlinking": "Controlla se il cursore del terminale ĆØ intermittente o meno.", "terminal.integrated.cursorStyle": "Controlla lo stile del cursore del terminale.", "terminal.integrated.scrollback": "Consente di controllare il numero massimo di righe che il terminale mantiene nel buffer.", "terminal.integrated.setLocaleVariables": "Controlla se le variabili delle impostazioni locali sono impostate all'avvio del terminale. Il valore predefinito ĆØ true per OS X e false per altre piattaforme.", + "terminal.integrated.rightClickBehavior": "Controlla la reazione del terminale quando viene fatto clic con il pulsante destro del mouse. Le opzioni disponibili solo 'default', 'copyPaste' e 'selectWord'. Con 'default' verrĆ  visualizzato il menu di scelta rapida. Con 'copyPaste' verrĆ  eseguita un'operazione di copia in presenza di una selezione o in caso contrario un'operazione di incollamento. Con 'selectWord' verrĆ  selezionata la parola sotto il cursore e verrĆ  visualizzato il menu di scelta rapida.", "terminal.integrated.cwd": "Percorso di avvio esplicito in cui verrĆ  avviato il terminale. Viene usato come directory di lavoro corrente per il processo della shell. Può risultare particolarmente utile nelle impostazioni dell'area di lavoro se la directory radice non costituisce una directory di lavoro corrente comoda.", "terminal.integrated.confirmOnExit": "Indica se confermare all'uscita la presenza di sessioni di terminale attive.", + "terminal.integrated.enableBell": "Indica se il cicalino del terminale ĆØ abilitato o meno.", "terminal.integrated.commandsToSkipShell": "Set di ID comando i cui tasti di scelta rapida non verranno inviati alla shell e verranno sempre gestiti da Code. In tal modo i tasti di scelta rapida normalmente utilizzati dalla shell avranno lo stesso effetto di quando il terminale non ha lo stato attivo, ad esempio CTRL+P per avviare Quick Open.", "terminal.integrated.env.osx": "Oggetto con variabili di ambiente che verrĆ  aggiunto al processo VS Code per essere utilizzato dal terminale su OS X", "terminal.integrated.env.linux": "Oggetto con variabili di ambiente che verrĆ  aggiunto al processo VS Code per essere utilizzato dal terminale su Linux", "terminal.integrated.env.windows": "Oggetto con variabili di ambiente che verrĆ  aggiunto al processo VS Code per essere utilizzato dal terminale su Windows", + "terminal.integrated.showExitAlert": "Visualizza avviso \"Il processo terminale ha restituito codice di uscita\" quando il codice di uscita ĆØ diverso da zero.", + "terminal.integrated.experimentalRestore": "Indica se ripristinare automaticamente le sessioni di terminale per l'area di lavoro all'avvio di VS Code. Si tratta di un'impostazione sperimentale che potrebbe contenere bug e cambiare in futuro.", "terminalCategory": "Terminale", "viewCategory": "Visualizza" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 9941d14500..d161d9a57b 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "Attiva/Disattiva terminale integrato", "workbench.action.terminal.kill": "Termina istanza attiva del terminale", "workbench.action.terminal.kill.short": "Termina il terminale", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "Seleziona tutto", "workbench.action.terminal.deleteWordLeft": "Elimina parola a sinistra", "workbench.action.terminal.deleteWordRight": "Elimina la parola a destra", + "workbench.action.terminal.moveToLineStart": "Passa all'inizio della riga", + "workbench.action.terminal.moveToLineEnd": "Passa alla fine della riga", "workbench.action.terminal.new": "Crea nuovo terminale integrato", "workbench.action.terminal.new.short": "Nuovo terminale", + "workbench.action.terminal.newWorkspacePlaceholder": "Selezionare la cartella di lavoro corrente per un nuovo terminale.", + "workbench.action.terminal.newInActiveWorkspace": "Crea un nuovo terminale integrato (nel workspace attivo)", + "workbench.action.terminal.split": "Terminale diviso", + "workbench.action.terminal.focusPreviousPane": "Sposta stato attivo sul riquadro precedente", + "workbench.action.terminal.focusNextPane": "Sposta stato attivo sul riquadro successivo", + "workbench.action.terminal.resizePaneLeft": "Ridimensiona il riquadro a sinistra", + "workbench.action.terminal.resizePaneRight": "Ridimensiona il riquadro a destra", + "workbench.action.terminal.resizePaneUp": "Ridimensiona il riquadro in alto", + "workbench.action.terminal.resizePaneDown": "Ridimensiona il riquadro in basso", "workbench.action.terminal.focus": "Sposta stato attivo su terminale", "workbench.action.terminal.focusNext": "Sposta stato attivo su terminale successivo", "workbench.action.terminal.focusPrevious": "Sposta stato attivo su terminale precedente", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "Esegui testo selezionato nel terminale attivo", "workbench.action.terminal.runActiveFile": "Esegui file attivo nel terminale attivo", "workbench.action.terminal.runActiveFile.noFile": "Nel terminale ĆØ possibile eseguire solo file su disco", - "workbench.action.terminal.switchTerminalInstance": "Cambia istanza del terminale", + "workbench.action.terminal.switchTerminal": "Cambia terminale", "workbench.action.terminal.scrollDown": "Scorri giù (riga)", "workbench.action.terminal.scrollDownPage": "Scorri giù (pagina)", "workbench.action.terminal.scrollToBottom": "Scorri alla fine", diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 6d85a59502..65355db19a 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "Il colore di sfondo del terminale, questo consente di colorare il terminale in modo diverso dal pannello.", "terminal.foreground": "Il colore di primo piano del terminale.", "terminalCursor.foreground": "Colore di primo piano del cursore del terminale.", "terminalCursor.background": "Colore di sfondo del cursore del terminale. Permette di personalizzare il colore di un carattere quando sovrapposto da un blocco cursore.", "terminal.selectionBackground": "Colore di sfondo di selezione del terminale.", - "terminal.ansiColor": "Colore ANSI '{0}' nel terminale." + "terminal.border": "Colore del bordo che separa i riquadri divisi all'interno del terminale. L'impostazione predefinita ĆØ panel.border.", + "terminal.ansiColor": "'{0}' colori ANSI nel terminale. " } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index e4b5fdeb3b..a806b63dd8 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "Consentire l'esecuzione di {0} (definito come impostazione dell'area di lavoro) nel terminale?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index a930fde7ff..f6304db811 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 00b5a8c040..e551449aa2 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "Riga vuota", + "terminal.integrated.a11yPromptLabel": "Input di terminale", + "terminal.integrated.a11yTooMuchOutput": "Troppo output da annunciare. Per leggere, spostarsi manualmente nelle righe", "terminal.integrated.copySelection.noSelection": "Il terminale non contiene alcuna selezione da copiare", "terminal.integrated.exitedWithCode": "Il processo del terminale ĆØ stato terminato. Codice di uscita: {0}", "terminal.integrated.waitOnExit": "Premere un tasto qualsiasi per chiudere il terminale", - "terminal.integrated.launchFailed": "L'avvio del comando del processo di terminale `{0}{1}` non ĆØ riuscito. Codice di uscita: {2}" + "terminal.integrated.launchFailed": "Non ĆØ stato possibile avviare il comando '{0}{1}' del processo del terminale (codice di uscita: {2})" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index e7a06ff965..aac577bd22 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Alt + clic per seguire il collegamento", "terminalLinkHandler.followLinkCmd": "Cmd + clic per seguire il collegamento", "terminalLinkHandler.followLinkCtrl": "CTRL + clic per seguire il collegamento" diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index adc0b4440d..b19a0690bf 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "Copia", "paste": "Incolla", "selectAll": "Seleziona tutto", - "clear": "Cancella" + "clear": "Cancella", + "split": "Dividi" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index 6055f7da09..3f39ff6c3e 100644 --- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "ƈ possibile modificare la shell di terminale di default selezionando il pulsante Personalizza.", "customize": "Personalizza", - "cancel": "Annulla", - "never again": "OK, non visualizzare più", + "never again": "Non visualizzare più questo messaggio", "terminal.integrated.chooseWindowsShell": "Seleziona la shell di terminale preferita - ĆØ possibile modificare questa impostazione dopo", "terminalService.terminalCloseConfirmationSingular": "C'ĆØ una sessione di terminale attiva. Terminarla?", "terminalService.terminalCloseConfirmationPlural": "Ci sono {0} sessioni di terminale attive. Terminarle?" diff --git a/i18n/ita/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index 7fdd1a182b..bfd6bd6a95 100644 --- a/i18n/ita/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "Tema colori", "themes.category.light": "temi chiari", "themes.category.dark": "temi scuri", diff --git a/i18n/ita/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 8ea995cfbb..5926095b5b 100644 --- a/i18n/ita/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "Quest'area di lavoro contiene impostazioni che ĆØ possibile specificare solo nelle impostazioni utente. ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "Apri impostazioni area di lavoro", - "openDocumentation": "Altre informazioni", - "ignore": "Ignora" + "dontShowAgain": "Non visualizzare più questo messaggio", + "unsupportedWorkspaceSettings": "Quest'area di lavoro contiene impostazioni che ĆØ possibile specificare solo nelle impostazioni utente ({0}). Per maggiori informazioni, fare clic [qui]({1})." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/ita/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index ec65780631..6f13c575b0 100644 --- a/i18n/ita/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "Note sulla versione: {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index e529cd6def..610098de77 100644 --- a/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "Note sulla versione", - "updateConfigurationTitle": "Aggiorna", - "updateChannel": "Consente di configurare la ricezione degli aggiornamenti automatici da un canale di aggiornamento. Richiede un riavvio dopo la modifica." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "Note sulla versione" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 46c966a637..7245774196 100644 --- a/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "Aggiorna adesso", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "In seguito", "unassigned": "non assegnato", "releaseNotes": "Note sulla versione", "showReleaseNotes": "Mostra note sulla versione", - "downloadNow": "Scarica ora", "read the release notes": "Benvenuti in {0} versione {1}. Leggere le note sulla versione?", - "licenseChanged": "I termini della licenza sono cambiati. Leggerli con attenzione.", - "license": "Leggi licenza", + "licenseChanged": "I termini della licenza sono cambiati. Fare clic [qui]({0}) e leggerli con attenzione.", "neveragain": "Non visualizzare più questo messaggio", - "64bitisavailable": "{0} per Windows a 64 bit ĆØ ora disponibile.", - "learn more": "Altre informazioni", + "64bitisavailable": "{0} per Windows a 64 bit ĆØ ora disponibile. Per maggiori informazioni, fare clic [qui]({1}).", "updateIsReady": "Nuovo aggiornamento di {0} disponibile.", - "thereIsUpdateAvailable": "ƈ disponibile un aggiornamento.", - "updateAvailable": "{0} verrĆ  aggiornato dopo il riavvio.", "noUpdatesAvailable": "Al momento non sono disponibili aggiornamenti.", + "ok": "OK", + "download now": "Scarica ora", + "thereIsUpdateAvailable": "ƈ disponibile un aggiornamento.", + "installUpdate": "Installa aggiornamento", + "updateAvailable": "ƈ disponibile un aggiornamento: {0} {1}", + "updateInstalling": "{0} {1} verrĆ  installato in background. Al termine, verrĆ  visualizzato un messaggio.", + "updateNow": "Aggiorna adesso", + "updateAvailableAfterRestart": "{0} verrĆ  aggiornato dopo il riavvio.", "commandPalette": "Riquadro comandi...", "settings": "Impostazioni", "keyboardShortcuts": "Scelte rapide da tastiera", + "showExtensions": "Gestisci le estensioni", + "userSnippets": "Frammenti utente", "selectTheme.label": "Tema colori", "themes.selectIconTheme.label": "Tema icona file", - "not available": "Aggiornamenti non disponibili", + "checkForUpdates": "Verifica disponibilitĆ  aggiornamenti...", "checkingForUpdates": "Verifica della disponibilitĆ  di aggiornamenti...", - "DownloadUpdate": "Scarica l'aggiornamento disponibile", "DownloadingUpdate": "Download dell'aggiornamento...", - "InstallingUpdate": "Installazione dell'aggiornamento...", - "restartToUpdate": "Riavvia per aggiornare...", - "checkForUpdates": "Verifica disponibilitĆ  aggiornamenti..." + "installUpdate...": "Installa aggiornamento...", + "installingUpdate": "Installazione dell'aggiornamento...", + "restartToUpdate": "Riavvia per aggiornare..." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/ita/src/vs/workbench/parts/views/browser/views.i18n.json index 860e3f239f..8d43378a9b 100644 --- a/i18n/ita/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index 79ac78f96a..24c5809133 100644 --- a/i18n/ita/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/ita/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 57a4a96498..395712aa81 100644 --- a/i18n/ita/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "Mostra tutti i comandi", "watermark.quickOpen": "Vai al file", "watermark.openFile": "Apri file", diff --git a/i18n/ita/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 07b4114974..1036676d6f 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "Esplora file", "welcomeOverlay.search": "Cerca nei file", "welcomeOverlay.git": "Gestione del codice sorgente", diff --git a/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index 3e37440e80..4084cc7f2a 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "Evoluzione dell'editor", "welcomePage.start": "Avvia", diff --git a/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index 1f9832cab9..3975c64522 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Area di lavoro", "workbench.startupEditor.none": "Avvia senza un editor.", "workbench.startupEditor.welcomePage": "Apre la pagina di benvenuto (impostazione predefinita).", diff --git a/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 81a32bb477..f66cdd1295 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Benvenuti", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "Il supporto {0} ĆØ giĆ  installato", "ok": "OK", "details": "Dettagli", - "cancel": "Annulla", "welcomePage.buttonBackground": "Colore di sfondo dei pulsanti nella pagina di benvenuto.", "welcomePage.buttonHoverBackground": "Colore di sfondo al passaggio del mouse dei pulsanti nella pagina di benvenuto." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 723449aaed..d0daba9889 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "Playground interattivo", "editorWalkThrough": "Playground interattivo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index 2bb7f38045..d96ad810dd 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "Playground interattivo", "help": "Guida", "interactivePlayground": "Playground interattivo" diff --git a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index d88ccec0e4..9b25af8539 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "Scorri su (riga)", "editorWalkThrough.arrowDown": "Scorri giù (riga)", "editorWalkThrough.pageUp": "Scorri su (pagina)", diff --git a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 1ee1f44cc1..65009e6d67 100644 --- a/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "non associato", "walkThrough.gitNotFound": "Sembra che GIT non sia installato nel sistema.", "walkThrough.embeddedEditorBackground": "Colore di sfondo degli editor incorporati nel playground interattivo." diff --git a/i18n/ita/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..164ca807ba --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "le voci di menu devono essere una matrice", + "requirestring": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", + "optstring": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string`", + "vscode.extension.contributes.menuItem.command": "Identificatore del comando da eseguire. Il comando deve essere dichiarato nella sezione 'commands'", + "vscode.extension.contributes.menuItem.alt": "Identificatore di un comando alternativo da eseguire. Il comando deve essere dichiarato nella sezione 'commands'", + "vscode.extension.contributes.menuItem.when": "Condizione che deve essere vera per mostrare questo elemento", + "vscode.extension.contributes.menuItem.group": "Gruppo a cui appartiene questo comando", + "vscode.extension.contributes.menus": "Aggiunge voci del menu all'editor come contributo", + "menus.commandPalette": "Riquadro comandi", + "menus.touchBar": "La Touch Bar (solo Mac OS)", + "menus.editorTitle": "Menu del titolo dell'editor", + "menus.editorContext": "Menu di scelta rapida dell'editor", + "menus.explorerContext": "Menu di scelta rapida Esplora file", + "menus.editorTabContext": "Menu di scelta rapida delle schede dell'editor", + "menus.debugCallstackContext": "Menu di scelta rapida dello stack di chiamate di debug", + "menus.scmTitle": "Menu del titolo del controllo del codice sorgente", + "menus.scmSourceControl": "Menu del controllo del codice sorgente", + "menus.resourceGroupContext": "Menu di scelta rapida del gruppo di risorse del controllo del codice sorgente", + "menus.resourceStateContext": "Menu di scelta rapida dello stato delle risorse del controllo del codice sorgente", + "view.viewTitle": "Menu del titolo della visualizzazione contribuita", + "view.itemContext": "Menu di contesto dell'elemento visualizzazione contribuita", + "nonempty": "ĆØ previsto un valore non vuoto.", + "opticon": "la proprietĆ  `icon` può essere omessa o deve essere una stringa o un valore letterale come `{dark, light}`", + "requireStringOrObject": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `object` o `string`", + "requirestrings": "le proprietĆ  `{0}` e `{1}` sono obbligatorie e devono essere di tipo `string`", + "vscode.extension.contributes.commandType.command": "Identificatore del comando da eseguire", + "vscode.extension.contributes.commandType.title": "Titolo con cui ĆØ rappresentato il comando nell'interfaccia utente", + "vscode.extension.contributes.commandType.category": "(Facoltativo) Stringa di categoria in base a cui ĆØ raggruppato il comando nell'interfaccia utente", + "vscode.extension.contributes.commandType.icon": "(Facoltativa) Icona usata per rappresentare il comando nell'interfaccia utente. Percorso di file o configurazione che supporta i temi", + "vscode.extension.contributes.commandType.icon.light": "Percorso dell'icona quando viene usato un tema chiaro", + "vscode.extension.contributes.commandType.icon.dark": "Percorso dell'icona quando viene usato un tema scuro", + "vscode.extension.contributes.commands": "Comandi di contributes per il riquadro comandi.", + "dup": "Il comando `{0}` ĆØ presente più volte nella sezione `commands`.", + "menuId.invalid": "`{0}` non ĆØ un identificatore di menu valido", + "missing.command": "La voce di menu fa riferimento a un comando `{0}` che non ĆØ definito nella sezione 'commands'.", + "missing.altCommand": "La voce di menu fa riferimento a un comando alternativo `{0}` che non ĆØ definito nella sezione 'commands'.", + "dupe.command": "La voce di menu fa riferimento allo stesso comando come comando predefinito e come comando alternativo" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index ff8f2cb890..c9713be519 100644 --- a/i18n/ita/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/ita/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "Riepilogo delle impostazioni. Questa etichetta verrĆ  usata nel file di impostazioni come commento di separazione.", "vscode.extension.contributes.configuration.properties": "Descrizione delle proprietĆ  di configurazione.", "scope.window.description": "Configurazione specifica della finestra, che può essere configurata nelle impostazioni dell'utente o dell'area di lavoro.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "Nome facoltativo per la cartella. ", "workspaceConfig.uri.description": "URI della cartella", "workspaceConfig.settings.description": "Impostazioni area di lavoro", + "workspaceConfig.launch.description": "Configurazioni di avvio dell'area di lavoro", "workspaceConfig.extensions.description": "Estensioni dell'area di lavoro", "unknownWorkspaceProperty": "La proprietĆ  di configurazione dell'area di lavoro ĆØ sconosciuta" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/ita/src/vs/workbench/services/configuration/node/configuration.i18n.json index b5a489af39..130770eeb0 100644 --- a/i18n/ita/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/ita/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/ita/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index de0209be9b..52f2907175 100644 --- a/i18n/ita/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "Apri configurazione attivitĆ ", "openLaunchConfiguration": "Apri configurazione di avvio", - "close": "Chiudi", "open": "Apri impostazioni", "saveAndRetry": "Salva e riprova", "errorUnknownKey": "Impossibile scrivere {0} perchĆ© {1} non ĆØ una configurazione registrata.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "Impossibile scrivere nell'area di lavoro perchĆ© {0} non supporta l'ambito globale in un'area di lavoro a cartelle multiple.", "errorInvalidFolderTarget": "Impossibile scrivere nella cartella impostazioni perchĆ© non viene fornita alcuna risorsa.", "errorNoWorkspaceOpened": "Impossibile scrivere su {0} poichĆ© nessuna area di lavoro ĆØ aperta. Si prega di aprire un'area di lavoro e riprovare.", - "errorInvalidTaskConfiguration": "Non ĆØ possibile scrivere nel file delle attivitĆ . Aprire il file **AttivitĆ ** per correggere eventuali errori/avvisi, quindi riprovare.", - "errorInvalidLaunchConfiguration": "Non ĆØ possibile scrivere nel file di avvio. Aprire il file **Avvio** per correggere eventuali errori/avvisi, quindi riprovare.", - "errorInvalidConfiguration": "Non ĆØ possibile scrivere nelle impostazioni utente. Aprire il file **Impostazioni utente** per correggere eventuali errori/avvisi presenti, quindi riprovare.", - "errorInvalidConfigurationWorkspace": "Non ĆØ possibile scrivere nelle impostazioni dell'area di lavoro. Aprire il file **Impostazioni area di lavoro** per correggere eventuali errori/avvisi presenti, quindi riprovare.", - "errorInvalidConfigurationFolder": "Non ĆØ possibile scrivere nelle impostazioni della cartella. Aprire il file **Impostazioni cartella** nella cartella **{0}** per correggere eventuali errori/avvisi presenti, quindi riprovare.", - "errorTasksConfigurationFileDirty": "Non ĆØ possibile scrivere nel file delle attivitĆ  perchĆ© ĆØ stato modificato. Salvare il file **Configurazione attivitĆ ** , quindi riprovare.", - "errorLaunchConfigurationFileDirty": "Non ĆØ possibile scrivere nel file di avvio perchĆ© ĆØ stato modificato. Salvare il file **Configurazione di avvio** , quindi riprovare.", - "errorConfigurationFileDirty": "Non ĆØ possibile scrivere nelle impostazioni utente perchĆ© il file ĆØ stato modificato. Salvare il file **Impostazioni utente** , quindi riprovare.", - "errorConfigurationFileDirtyWorkspace": "Non ĆØ possibile scrivere nelle impostazioni dell'area di lavoro perchĆ© il file ĆØ stato modificato. Salvare il file **Impostazioni area di lavoro** , quindi riprovare.", - "errorConfigurationFileDirtyFolder": "Non ĆØ possibile scrivere nelle impostazioni della cartella perchĆ© il file ĆØ stato modificato. Salvare il file **Impostazioni cartella** nella cartella **{0}**, quindi riprovare.", + "errorInvalidTaskConfiguration": "Non ĆØ possibile scrivere nel file di configurazione delle attivitĆ . Aprirlo per correggere eventuali errori/avvisi e riprovare.", + "errorInvalidLaunchConfiguration": "Non ĆØ possibile scrivere nel file di configurazione di avvio. Aprirlo per correggere eventuali errori/avvisi e riprovare.", + "errorInvalidConfiguration": "Non ĆØ possibile scrivere nelle impostazioni utente. Aprirlo per correggere eventuali errori/avvisi e riprovare.", + "errorInvalidConfigurationWorkspace": "Non ĆØ possibile scrivere nelle impostazioni dell'area di lavoro. Aprire le impostazioni dell'area di lavoro e per correggere eventuali errori/avvisi presenti nel file e riprovare.", + "errorInvalidConfigurationFolder": "Non ĆØ possibile scrivere nelle impostazioni della cartella. Aprire le impostazioni della cartella '{0}' per correggere eventuali errori/avvisi e riprovare.", + "errorTasksConfigurationFileDirty": "Non ĆØ possibile scrivere nel file di configurazione delle attivitĆ  perchĆ© il file ĆØ stato modificato. Salvarlo prima, quindi riprovare.", + "errorLaunchConfigurationFileDirty": "Non ĆØ possibile scrivere nel file di configurazione di avvio perchĆ© il file ĆØ stato modificato. Salvarlo prima, quindi riprovare.", + "errorConfigurationFileDirty": "Non ĆØ possibile scrivere nelle impostazioni utente perchĆ© il file ĆØ stato modificato. Salvare prima il file delle impostazioni utente, quindi riprovare.", + "errorConfigurationFileDirtyWorkspace": "Non ĆØ possibile scrivere nelle impostazioni dell'area di lavoro perchĆ© il file ĆØ stato modificato. Salvare prima il file delle impostazioni dell'area di lavoro, quindi riprovare.", + "errorConfigurationFileDirtyFolder": "Non ĆØ possibile scrivere nelle impostazioni della cartella perchĆ© il file ĆØ stato modificato. Salvare prima il file di impostazioni della cartella '{0}', quindi riprovare.", "userTarget": "Impostazioni utente", "workspaceTarget": "Impostazioni area di lavoro", "folderTarget": "Impostazioni della cartella" diff --git a/i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 337b884305..bb9c8f2cc6 100644 --- a/i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "Impossibile scrivere nel file. Si prega di aprire il file per correggere eventuali errori o avvisi nel file e riprovare.", "errorFileDirty": "Impossibile scrivere nel file perchĆ© il file ĆØ stato modificato. Si prega di salvare il file e riprovare." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/ita/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index f3982be9f8..3ee8b74070 100644 --- a/i18n/ita/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/ita/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index f3982be9f8..f6c0453577 100644 --- a/i18n/ita/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetria", "telemetry.enableCrashReporting": "Consente l'invio di segnalazioni di arresto anomalo del sistema a Microsoft.\nPer rendere effettiva questa opzione, ĆØ necessario riavviare." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/ita/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 6c6578e826..2fc5ecfb18 100644 --- a/i18n/ita/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "Contiene elementi enfatizzati" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/ita/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..d1ecf935e3 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&SƬ", + "cancelButton": "Annulla", + "moreFile": "...1 altro file non visualizzato", + "moreFiles": "...{0} altri file non visualizzati" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/ita/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/ita/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/ita/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..3f7dda7232 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "Per le estensioni di Visual Studio Code consente di specificare la versione di Visual Studio Code con cui ĆØ compatibile l'estensione. Non può essere *. Ad esempio: ^0.10.5 indica la compatibilitĆ  con la versione minima 0.10.5 di Visual Studio Code.", + "vscode.extension.publisher": "Editore dell'estensione Visual Studio Code.", + "vscode.extension.displayName": "Nome visualizzato per l'estensione usato nella raccolta di Visual Studio Code.", + "vscode.extension.categories": "Categorie usate dalla raccolta di Visual Studio Code per definire la categoria dell'estensione.", + "vscode.extension.galleryBanner": "Banner usato nel marketplace di Visual Studio Code.", + "vscode.extension.galleryBanner.color": "Colore del banner nell'intestazione pagina del marketplace di Visual Studio Code.", + "vscode.extension.galleryBanner.theme": "Tema colori per il tipo di carattere usato nel banner.", + "vscode.extension.contributes": "Tutti i contributi dell'estensione Visual Studio Code rappresentati da questo pacchetto.", + "vscode.extension.preview": "Imposta l'estensione in modo che venga contrassegnata come Anteprima nel Marketplace.", + "vscode.extension.activationEvents": "Eventi di attivazione per l'estensione Visual Studio Code.", + "vscode.extension.activationEvents.onLanguage": "Un evento di attivazione emesso ogni volta che viene aperto un file che risolve nella lingua specificata.", + "vscode.extension.activationEvents.onCommand": "Un evento di attivazione emesso ogni volta che viene invocato il comando specificato.", + "vscode.extension.activationEvents.onDebug": "Un evento di attivazione emesso ogni volta che un utente sta per avviare il debug o sta per impostare le configurazioni di debug.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "Un evento di attivazione emesso ogni volta che un \"launch.json\" deve essere creato (e tutti i metodi di provideDebugConfigurations devono essere chiamati).", + "vscode.extension.activationEvents.onDebugResolve": "Un evento di attivazione emesso ogni volta che una sessione di debug di tipo specifico sta per essere lanciata (e un corrispondente metodo resolveDebugConfiguration deve essere chiamato).", + "vscode.extension.activationEvents.workspaceContains": "Un evento di attivazione emesso ogni volta che si apre una cartella che contiene almeno un file corrispondente al criterio GLOB specificato.", + "vscode.extension.activationEvents.onView": "Un evento di attivazione emesso ogni volta che la visualizzazione specificata viene espansa.", + "vscode.extension.activationEvents.star": "Un evento di attivazione emesso all'avvio di VS Code. Per garantire la migliore esperienza per l'utente finale, sei pregato di utilizzare questo evento di attivazione nella tua estensione solo quando nessun'altra combinazione di eventi di attivazione funziona nel tuo caso.", + "vscode.extension.badges": "Matrice di notifiche da visualizzare nella barra laterale della pagina delle estensioni del Marketplace.", + "vscode.extension.badges.url": "URL di immagine della notifica.", + "vscode.extension.badges.href": "Collegamento della notifica.", + "vscode.extension.badges.description": "Descrizione della notifica.", + "vscode.extension.extensionDependencies": "Dipendenze ad altre estensioni. L'identificatore di un'estensione ĆØ sempre ${publisher}.${name}. Ad esempio: vscode.csharp.", + "vscode.extension.scripts.prepublish": "Script eseguito prima che il pacchetto venga pubblicato come estensione Visual Studio Code.", + "vscode.extension.scripts.uninstall": "Hook di disinstallazione per l'estensione VS Code. Script che viene eseguito quando l'estensione viene disinstallata completamente da VS Code, ovvero quando VS Code viene riavviato (arresto e avvio) dopo la disinstallazione dell'estensione. Sono supportati solo gli script Node.", + "vscode.extension.icon": "Percorso di un'icona da 128x128 pixel." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index e77d27848a..b7fecf02fe 100644 --- a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "L'host dell'estensione non ĆØ stato avviato entro 10 secondi. Potrebbe essersi arrestato alla prima riga e richiedere un debugger per continuare.", "extensionHostProcess.startupFail": "L'host dell'estensione non ĆØ stato avviato entro 10 secondi. Potrebbe essersi verificato un problema.", + "reloadWindow": "Ricarica finestra", "extensionHostProcess.error": "Errore restituito dall'host dell'estensione: {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 3d8be0b14b..64c3bad0ec 100644 --- a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) Host profilatura estensione..." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index a812382192..5f684b14d7 100644 --- a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "Non ĆØ stato possibile analizzare {0}: {1}.", "fileReadFail": "Non ĆØ possibile leggere il file {0}: {1}.", - "jsonsParseFail": "Non ĆØ stato possibile analizzare {0} o {1}: {2}.", + "jsonsParseReportErrors": "Non ĆØ stato possibile analizzare {0}: {1}.", "missingNLSKey": "Il messaggio per la chiave {0} non ĆØ stato trovato." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index fed34b0e75..b803950c55 100644 --- a/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "Strumenti di sviluppo", - "restart": "Riavvia host dell'estensione", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "L'host dell'estensione ĆØ stato terminato in modo imprevisto.", "extensionHostProcess.unresponsiveCrash": "L'host dell'estensione ĆØ stato terminato perchĆ© non rispondeva.", + "devTools": "Strumenti di sviluppo", + "restart": "Riavvia host dell'estensione", "overwritingExtension": "Sovrascrittura dell'estensione {0} con {1}.", "extensionUnderDevelopment": "Caricamento dell'estensione di sviluppo in {0}", - "extensionCache.invalid": "Le estensioni sono state modificate sul disco. Si prega di ricaricare la finestra." + "extensionCache.invalid": "Le estensioni sono state modificate sul disco. Si prega di ricaricare la finestra.", + "reloadWindow": "Ricarica finestra" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/ita/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..97308201a8 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "Non ĆØ stato possibile analizzare {0}: {1}.", + "fileReadFail": "Non ĆØ possibile leggere il file {0}: {1}.", + "jsonsParseReportErrors": "Non ĆØ stato possibile analizzare {0}: {1}.", + "missingNLSKey": "Il messaggio per la chiave {0} non ĆØ stato trovato.", + "notSemver": "La versione dell'estensione non ĆØ compatibile con semver.", + "extensionDescription.empty": "La descrizione dell'estensione restituita ĆØ vuota", + "extensionDescription.publisher": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", + "extensionDescription.name": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", + "extensionDescription.version": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", + "extensionDescription.engines": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `object`", + "extensionDescription.engines.vscode": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", + "extensionDescription.extensionDependencies": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string[]`", + "extensionDescription.activationEvents1": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string[]`", + "extensionDescription.activationEvents2": "le proprietĆ  `{0}` e `{1}` devono essere specificate o omesse entrambi", + "extensionDescription.main1": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string`", + "extensionDescription.main2": "Valore previsto di `main` ({0}) da includere nella cartella dell'estensione ({1}). L'estensione potrebbe non essere più portatile.", + "extensionDescription.main3": "le proprietĆ  `{0}` e `{1}` devono essere specificate o omesse entrambi" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/ita/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index f9013e43b4..1c2a0167ae 100644 --- a/i18n/ita/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Microsoft .NET Framework 4.5 ĆØ obbligatorio. Selezionare il collegamento per installarlo.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": "Scarica .NET Framework 4.5", "neverShowAgain": "Non visualizzare più questo messaggio", + "netVersionError": "Microsoft .NET Framework 4.5 ĆØ obbligatorio. Selezionare il collegamento per installarlo.", + "learnMore": "Istruzioni", + "enospcError": "{0} sta esaurendo gli handle di file. Per risolvere questo problema, seguire il collegamento alle istruzioni.", + "binFailed": "Non ĆØ stato possibile spostare '{0}' nel Cestino", "trashFailed": "Non ĆØ stato possibile spostare '{0}' nel Cestino" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/ita/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 6952c245dd..b94bb6e29c 100644 --- a/i18n/ita/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "Il File ĆØ una Directory", + "fileNotModifiedError": "File non modificato dal giorno", "fileBinaryError": "Il file sembra essere binario e non può essere aperto come file di testo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json index d4608f6340..b99bf469d9 100644 --- a/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "Risorsa del file non valida ({0})", "fileIsDirectoryError": "Il File ĆØ una Directory", "fileNotModifiedError": "File non modificato dal giorno", + "fileTooLargeForHeapError": "Le dimensioni del file superano il limite di memoria della finestra. Provare a eseguire il codice --max-memory=NEWSIZE", "fileTooLargeError": "File troppo grande per essere aperto", "fileNotFoundError": "Il file non ĆØ stato trovato ({0})", "fileBinaryError": "Il file sembra essere binario e non può essere aperto come file di testo", + "filePermission": "Autorizzazione di scrittura sul file negata ({0}) ", "fileExists": "Il file da creare esiste giĆ  ({0})", "fileMoveConflict": "Non ĆØ possibile eseguire operazioni di spostamento/copia. Il file esiste giĆ  nella destinazione.", "unableToMoveCopyError": "Non ĆØ possibile eseguire operazioni di spostamento/copia. Il file sostituirebbe la cartella in cui ĆØ contenuto.", diff --git a/i18n/ita/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..3960362b30 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "Configurazione dello schema JSON per contributes.", + "contributes.jsonValidation.fileMatch": "Criteri dei file da soddisfare, ad esempio \"package.json\" o \"*.launch\".", + "contributes.jsonValidation.url": "URL dello schema ('http:', 'https:') o percorso relativo della cartella delle estensioni ('./').", + "invalid.jsonValidation": "'configuration.jsonValidation' deve essere una matrice", + "invalid.fileMatch": "'configuration.jsonValidation.fileMatch' deve essere definito", + "invalid.url": "'configuration.jsonValidation.url' deve essere un URL o un percorso relativo", + "invalid.url.fileschema": "'configuration.jsonValidation.url' ĆØ un URL relativo non valido: {0}", + "invalid.url.schema": "'configuration.jsonValidation.url' deve iniziare con 'http:', 'https:' o './' per fare riferimento agli schemi presenti nell'estensione" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index ffccb501d2..35f06a0dbb 100644 --- a/i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/ita/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "Non ĆØ possibile scrivere perchĆ© il file ĆØ stato modificato ma non salvato. Salvare il file dei **Tasti di scelta rapida** e riprovare.", - "parseErrors": "Non ĆØ possibile scrivere i tasti di scelta rapida. Aprire il file dei **Tasti di scelta rapida** per correggere errori/avvisi nel file e riprovare.", - "errorInvalidConfiguration": "Non ĆØ possibile scrivere i tasti di scelta rapida. Il **file dei tasti di scelta rapida** contiene un oggetto che non ĆØ di tipo Array. Aprire il file per correggere l'errore e riprovare.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "Non ĆØ possibile scrivere perchĆ© il file di configurazione dei tasti di scelta rapida ĆØ stato modificato. Salvarlo prima e quindi riprovare.", + "parseErrors": "Non ĆØ possibile scrivere nel file di configurazione dei tasti di scelta rapida. Aprirlo e correggere gli errori/avvisi nel file, quindi riprovare.", + "errorInvalidConfiguration": "Non ĆØ possibile scrivere nel file di configurazione dei tasti di scelta rapida. Contiene un oggetto non di tipo Array. Aprire il file per pulirlo e riprovare.", "emptyKeybindingsHeader": "Inserire i tasti di scelta rapida in questo file per sovrascrivere i valori predefiniti" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index b92ebc6840..16c9312677 100644 --- a/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "ĆØ previsto un valore non vuoto.", "requirestring": "la proprietĆ  `{0}` ĆØ obbligatoria e deve essere di tipo `string`", "optstring": "la proprietĆ  `{0}` può essere omessa o deve essere di tipo `string`", @@ -22,5 +24,6 @@ "keybindings.json.when": "Condizione quando il tasto ĆØ attivo.", "keybindings.json.args": "Argomenti da passare al comando da eseguire.", "keyboardConfigurationTitle": "Tastiera", - "dispatch": "Controlla la logica di invio delle pressioni di tasti da usare, tra `code` (scelta consigliata) e `keyCode`." + "dispatch": "Controlla la logica di invio delle pressioni di tasti da usare, tra `code` (scelta consigliata) e `keyCode`.", + "touchbar.enabled": "Abilita i pulsanti della Touch Bar di OSX sulla tastiera se possibile" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/ita/src/vs/workbench/services/message/browser/messageList.i18n.json index b20d60b325..bd5e044e94 100644 --- a/i18n/ita/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/ita/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Errore: {0}", "alertWarningMessage": "Avviso: {0}", "alertInfoMessage": "Info: {0}", diff --git a/i18n/ita/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/ita/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index 80a91d9ffb..97859c148f 100644 --- a/i18n/ita/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&SƬ", "cancelButton": "Annulla" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/ita/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index fb78540a77..84b36b33a4 100644 --- a/i18n/ita/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "Dichiarazioni del linguaggio per contributes.", "vscode.extension.contributes.languages.id": "ID del linguaggio.", "vscode.extension.contributes.languages.aliases": "Alias di nome per il linguaggio.", diff --git a/i18n/ita/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/ita/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/ita/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/ita/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 0cfd798fe9..482cfc2572 100644 --- a/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "Tokenizer TextMate per contributes.", "vscode.extension.contributes.grammars.language": "Identificatore di linguaggio per cui si aggiunge come contributo questa sintassi.", "vscode.extension.contributes.grammars.scopeName": "Nome dell'ambito TextMate usato dal file tmLanguage.", diff --git a/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index 0548a8aa6a..9cd6af8e90 100644 --- a/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/ita/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "Il linguaggio in `contributes.{0}.language` ĆØ sconosciuto. Valore specificato: {1}", "invalid.scopeName": "ƈ previsto un valore stringa in `contributes.{0}.scopeName`. Valore specificato: {1}", "invalid.path.0": "ƈ previsto un valore stringa in `contributes.{0}.path`. Valore specificato: {1}", diff --git a/i18n/ita/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/ita/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 382a80f53b..94027c428f 100644 --- a/i18n/ita/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/ita/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "Il file ĆØ modificato ma non salvato. Salvarlo prima di riaprirlo con un'altra codifica.", "genericSaveError": "Non ĆØ stato possibile salvare '{0}': {1}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/ita/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 0c1130350d..418119b3fb 100644 --- a/i18n/ita/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "Non ĆØ stato possibile scrivere i file che sono stati modificati nel percorso di backup (errore: {0}). provare a salvare i file prima e quindi uscire." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/ita/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index c6f9ca6386..4c14c6a62b 100644 --- a/i18n/ita/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "Salvare le modifiche apportate a {0}?", "saveChangesMessages": "Salvare le modifiche apportate ai file seguenti di {0}?", - "moreFile": "...1 altro file non visualizzato", - "moreFiles": "...{0} altri file non visualizzati", "saveAll": "&&Salva tutto", "save": "&&Salva", "dontSave": "&&Non salvare", diff --git a/i18n/ita/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/ita/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..826ed73b98 --- /dev/null +++ b/i18n/ita/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "Aggiunge colori tematizzabili alle estensioni definite", + "contributes.color.id": "Identificatore del colore che supporta i temi", + "contributes.color.id.format": "Gli identificativi devono rispettare il formato aa[.bb]*", + "contributes.color.description": "Descrizione del colore che supporta i temi", + "contributes.defaults.light": "Colore predefinito per i temi chiari. Può essere un valore di colore in formato esadecimale (#RRGGBB[AA]) oppure l'identificativo di un colore che supporta i temi e fornisce l'impostazione predefinita.", + "contributes.defaults.dark": "Colore predefinito per i temi scuri. Può essere un valore di colore in formato esadecimale (#RRGGBB[AA]) oppure l'identificativo di un colore che supporta i temi e fornisce l'impostazione predefinita.", + "contributes.defaults.highContrast": "Colore predefinito per i temi a contrasto elevato. Può essere un valore di colore in formato esadecimale (#RRGGBB[AA]) oppure l'identificativo di un colore che supporta i temi e fornisce l'impostazione predefinita.", + "invalid.colorConfiguration": "'configuration.colors' deve essere un array", + "invalid.default.colorType": "{0} deve essere un valore di colore in formato esadecimale (#RRGGBB [AA] o #RGB[A]) o l'identificativo di un colore che supporta i temi e che fornisce il valore predefinito. ", + "invalid.id": "'configuration.colors.id' deve essere definito e non può essere vuoto", + "invalid.id.format": "'configuration.colors.id' deve essere specificato dopo parola[.parola]*", + "invalid.description": "'configuration.colors.description' deve essere definito e non può essere vuoto", + "invalid.defaults": "'configuration.colors.defaults' deve essere definito e deve contenere 'light', 'dark' e 'highContrast'" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index bf601f2984..771979ca8b 100644 --- a/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/ita/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "Colori e stili per il token.", "schema.token.foreground": "Colore primo piano per il token.", "schema.token.background.warning": "I colori di sfondo del token non sono supportati.", - "schema.token.fontStyle": "Stile del carattere della regola: uno o combinazione di 'italic', 'bold' e 'underline'", - "schema.fontStyle.error": "Lo stile del carattere deve essere una combinazione di 'italic', 'bold' e 'underline'", + "schema.token.fontStyle": "Stile del carattere della regola: 'italic', 'bold' o 'underline' o una combinazione. Con una stringa vuota le impostazioni ereditate vengono annullate.", + "schema.fontStyle.error": "Lo stile del carattere deve 'italic', 'bold' o 'underline' oppure una combinazione di tali impostazioni oppure la stringa vuota.", + "schema.token.fontStyle.none": "Nessuno (cancella lo stile ereditato)", "schema.properties.name": "Descrizione della regola.", "schema.properties.scope": "Selettore di ambito usato per la corrispondenza della regola.", "schema.tokenColors.path": "Percorso di un file tmTheme (relativo al file corrente).", diff --git a/i18n/ita/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/ita/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index c945f02ca4..47ac6812f1 100644 --- a/i18n/ita/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/ita/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "Icona di cartella per le cartelle espanse. L'icona di cartella espansa ĆØ facoltativa. Se non ĆØ impostata, verrĆ  visualizzata l'icona definita per la cartella.", "schema.folder": "Icona di cartella per le cartelle compresse e anche per quelle espanse se folderExpanded non ĆØ impostato.", "schema.file": "Icona del file predefinita, visualizzata per tutti i file che non corrispondono ad alcuna estensione, nome file o ID lingua.", diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index ad9328eb68..f453233d26 100644 --- a/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "Problemi durante l'analisi del file di tema di JSON: {0}", "error.invalidformat.colors": "Si ĆØ verificato un problema durante l'analisi del file di tema {0}. La proprietĆ  'colors' non ĆØ di tipo 'object'.", "error.invalidformat.tokenColors": "Si ĆØ verificato un problema durante l'analisi del file del tema colori {0}. La proprietĆ  'tokenColors' deve essere una matrice che specifica colori oppure un percorso di un file di tema TextMate", diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 34e0bc8f5e..3f56544a30 100644 --- a/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Contributes textmate color themes.", "vscode.extension.contributes.themes.id": "ID del tema dell'icona usato nelle impostazioni utente.", "vscode.extension.contributes.themes.label": "Etichetta del tema colori visualizzata nell'interfaccia utente.", diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index b0f9faf6b5..f64e046b9f 100644 --- a/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Problems parsing file icons file: {0}" } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 53cc79371c..b511a8c3ce 100644 --- a/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contributes file icon themes.", "vscode.extension.contributes.iconThemes.id": "ID del tema dell'icona usato nelle impostazioni utente.", "vscode.extension.contributes.iconThemes.label": "Etichetta del tema dell'icona visualizzata nell'interfaccia utente.", diff --git a/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index c8e3f4e44d..0893abf7ca 100644 --- a/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "Specifies the color theme used in the workbench.", "colorThemeError": "Theme is unknown or not installed.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "No file icons", "iconThemeError": "File icon theme is unknown or not installed.", "workbenchColors": "Sostituisce i colori del tema colori attualmente selezionato.", - "editorColors": "Sostituisce i colori dell'editor e lo stile dei font nel tema colori attualmente selezionato.", "editorColors.comments": "Imposta i colori e gli stili per i commenti", "editorColors.strings": "Imposta i colori e gli stili per i valori letterali stringa.", "editorColors.keywords": "Imposta i colori e gli stili per le parole chiave.", @@ -19,5 +20,6 @@ "editorColors.types": "Imposta i colori e gli stili per i riferimenti e le dichiarazioni di tipo.", "editorColors.functions": "Imposta i colori e gli stili per i riferimenti e le dichiarazioni di funzioni.", "editorColors.variables": "Imposta i colori e gli stili per i riferimenti e le dichiarazioni di variabili.", - "editorColors.textMateRules": "Imposta i colori e gli stili usando le regole di creazione temi di TextMate (impostazione avanzata)." + "editorColors.textMateRules": "Imposta i colori e gli stili usando le regole di creazione temi di TextMate (impostazione avanzata).", + "editorColors": "Sostituisce i colori dell'editor e lo stile dei font nel tema colori attualmente selezionato." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 83c0f4d81a..c695963d90 100644 --- a/i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/ita/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "Impossibile scrivere nel file di configurazione dell'area di lavoro. Si prega di aprire il file per correggere eventuali errori/avvisi e riprovare.", "errorWorkspaceConfigurationFileDirty": "Impossibile scrivere nel file di configurazione dell'area di lavoro, perchĆ© il file ĆØ sporco. Si prega di salvarlo e riprovare.", - "openWorkspaceConfigurationFile": "Apri file di configurazione dell'area di lavoro", - "close": "Chiudi", - "enterWorkspace.close": "Chiudi", - "enterWorkspace.dontShowAgain": "Non visualizzare più questo messaggio", - "enterWorkspace.moreInfo": "Altre informazioni", - "enterWorkspace.prompt": "Ulteriori informazioni su come lavorare con più cartelle in VS Code." + "openWorkspaceConfigurationFile": "Apri configurazione dell'area di lavoro" } \ No newline at end of file diff --git a/i18n/jpn/extensions/azure-account/out/azure-account.i18n.json b/i18n/jpn/extensions/azure-account/out/azure-account.i18n.json index 30b2830386..b5c7d9fd51 100644 --- a/i18n/jpn/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/jpn/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/extensions/azure-account/out/extension.i18n.json b/i18n/jpn/extensions/azure-account/out/extension.i18n.json index e643d54222..bcc7f045ba 100644 --- a/i18n/jpn/extensions/azure-account/out/extension.i18n.json +++ b/i18n/jpn/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/extensions/bat/package.i18n.json b/i18n/jpn/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..fe117c4ce4 --- /dev/null +++ b/i18n/jpn/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Windows ćƒćƒƒćƒčØ€čŖžć®åŸŗē¤Ž", + "description": "Windows batch ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/clojure/package.i18n.json b/i18n/jpn/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..5f81c90b19 --- /dev/null +++ b/i18n/jpn/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Clojure ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Clojure ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/coffeescript/package.i18n.json b/i18n/jpn/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..f60f9e0074 --- /dev/null +++ b/i18n/jpn/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CoffeeScript ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "CoffeScript ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/configuration-editing/out/extension.i18n.json b/i18n/jpn/extensions/configuration-editing/out/extension.i18n.json index 43ff8b484c..6710539ee0 100644 --- a/i18n/jpn/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/jpn/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "例" } \ No newline at end of file diff --git a/i18n/jpn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/jpn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index f8b65e6968..930767ca92 100644 --- a/i18n/jpn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/jpn/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "ćƒ•ć‚”ć‚¤ćƒ«å (例: myFile.txt)", "activeEditorMedium": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć«ē›øåÆ¾ēš„ćŖćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‘ć‚¹ (例: myFolder/myFile.txt)", "activeEditorLong": "ćƒ•ć‚”ć‚¤ćƒ«ć®å®Œå…ØćŖćƒ‘ć‚¹ (例: /Users/Development/myProject/myFolder/myFile.txt)", @@ -22,7 +24,7 @@ "fileDescription": "ē‰¹å®šć®ćƒ•ć‚”ć‚¤ćƒ«ę‹”å¼µå­ć‚’ęŒć¤ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ«ćØäø€č‡“ć—ć¾ć™ć€‚", "filesLabel": "č¤‡ę•°ć®ę‹”å¼µå­ć®ćƒ•ć‚”ć‚¤ćƒ«", "filesDescription": "ć„ćšć‚Œć‹ć®ćƒ•ć‚”ć‚¤ćƒ«ę‹”å¼µå­ć‚’ęŒć¤ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ«ćØäø€č‡“ć—ć¾ć™ć€‚", - "derivedLabel": "åŒć˜åå‰ć®å…„å¼ŸćŒć‚ć‚‹ćƒ•ć‚”ć‚¤ćƒ«", + "derivedLabel": "åŒć˜åå‰ć®åŒēØ®ć®ćƒ•ć‚”ć‚¤ćƒ«", "derivedDescription": "åå‰ćŒåŒć˜ć§ę‹”å¼µå­ćŒē•°ćŖć‚‹å…„å¼Ÿć‚’ęŒć¤ćƒ•ć‚”ć‚¤ćƒ«ćØäø€č‡“ć—ć¾ć™ć€‚", "topFolderLabel": "ē‰¹å®šć®åå‰ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ (ęœ€äøŠä½)", "topFolderDescription": "ē‰¹å®šć®åå‰ć®ęœ€äøŠä½ć«ć‚ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćØäø€č‡“ć—ć¾ć™ć€‚", @@ -32,7 +34,7 @@ "folderDescription": "ä»»ę„ć®å “ę‰€ć«ć‚ć‚‹ē‰¹å®šć®åå‰ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćØäø€č‡“ć—ć¾ć™ć€‚", "falseDescription": "ćƒ‘ć‚æćƒ¼ćƒ³ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚", "trueDescription": "ćƒ‘ć‚æćƒ¼ćƒ³ć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", - "siblingsDescription": "åå‰ćŒåŒć˜ć§ę‹”å¼µå­ćŒē•°ćŖć‚‹å…„å¼Ÿć‚’ęŒć¤ćƒ•ć‚”ć‚¤ćƒ«ćØäø€č‡“ć—ć¾ć™ć€‚", + "siblingsDescription": "åå‰ćŒåŒć˜ć§ē•°ćŖć‚‹ę‹”å¼µå­ć‚’ęŒć¤åŒēØ®ć®ćƒ•ć‚”ć‚¤ćƒ«ćØäø€č‡“ć—ć¾ć™ć€‚", "languageSpecificEditorSettings": "čØ€čŖžå›ŗęœ‰ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼čØ­å®š", "languageSpecificEditorSettingsDescription": "čØ€čŖžć«åÆ¾ć™ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼čØ­å®šć‚’äøŠę›øćć—ć¾ć™" } \ No newline at end of file diff --git a/i18n/jpn/extensions/configuration-editing/package.i18n.json b/i18n/jpn/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..d81a7758e1 --- /dev/null +++ b/i18n/jpn/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "čØ­å®šć®ē·Øé›†ę©Ÿčƒ½", + "description": "čØ­å®šć€čµ·å‹•ć€ćć—ć¦ę‹”å¼µę©Ÿčƒ½ć®ęŽØå„Øäŗ‹é …ćƒ•ć‚”ć‚¤ćƒ«ć®ć‚ˆć†ćŖć€ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć®ę©Ÿčƒ½ (高度な IntelliSense态auto-fixing など) ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/cpp/package.i18n.json b/i18n/jpn/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..c3c39e50b7 --- /dev/null +++ b/i18n/jpn/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C/C++ ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "C/C++ ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/csharp/package.i18n.json b/i18n/jpn/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..bf61bd8a15 --- /dev/null +++ b/i18n/jpn/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C# ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "C# ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/css/client/out/cssMain.i18n.json b/i18n/jpn/extensions/css/client/out/cssMain.i18n.json index 29ef8e73da..121d773156 100644 --- a/i18n/jpn/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/jpn/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "CSS čØ€čŖžć‚µćƒ¼ćƒćƒ¼", "folding.start": "ęŠ˜ć‚ŠćŸćŸćæé ˜åŸŸć®é–‹å§‹", "folding.end": "ęŠ˜ć‚ŠćŸćŸćæé ˜åŸŸć®ēµ‚äŗ†" diff --git a/i18n/jpn/extensions/css/package.i18n.json b/i18n/jpn/extensions/css/package.i18n.json index 5ff9ba2550..d3f6a4beb4 100644 --- a/i18n/jpn/extensions/css/package.i18n.json +++ b/i18n/jpn/extensions/css/package.i18n.json @@ -1,28 +1,32 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CSS čØ€čŖžę©Ÿčƒ½", + "description": "CSS态LESS态SCSS ćƒ•ć‚”ć‚¤ćƒ«ć«č±ŠåÆŒćŖčØ€čŖžć‚µćƒćƒ¼ćƒˆć‚’ęä¾›ć€‚", "css.title": "CSS", - "css.lint.argumentsInColorFunction.desc": "ę­£ć—ććŖć„ćƒ‘ćƒ©ćƒ”ćƒ¼ć‚æćƒ¼ć®ę•°", - "css.lint.boxModel.desc": "ćƒ‘ćƒ‡ć‚£ćƒ³ć‚°ć¾ćŸćÆęž ē·šć‚’ä½æē”Øć™ć‚‹å “åˆćÆå¹…ć¾ćŸćÆé«˜ć•ć‚’ä½æē”Øć—ćŖć„ć§ćć ć•ć„", - "css.lint.compatibleVendorPrefixes.desc": "ćƒ™ćƒ³ćƒ€ćƒ¼å›ŗęœ‰ć®ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’ä½æē”Øć™ć‚‹å “åˆćÆć€ä»–ć®ć™ć¹ć¦ć®ćƒ™ćƒ³ćƒ€ćƒ¼å›ŗęœ‰ć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć‚‚åæ…ćšå«ć‚ć¦ćć ć•ć„", + "css.lint.argumentsInColorFunction.desc": "ē„”åŠ¹ćŖćƒ‘ćƒ©ćƒ”ćƒ¼ć‚æćƒ¼ę•°å€¤", + "css.lint.boxModel.desc": "padding 悄 border ć‚’ä½æē”Øć™ć‚‹ćØćć« width 悄 height ć‚’ä½æē”Øć—ćŖć„ć§ćć ć•ć„", + "css.lint.compatibleVendorPrefixes.desc": "ćƒ™ćƒ³ćƒ€ćƒ¼ ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ ć‚’ä½æē”Øć™ć‚‹ćØććÆć€ä»–ć™ć¹ć¦ć®ćƒ™ćƒ³ćƒ€ćƒ¼ ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚‚åæ…ćšå«ć‚ć¦ćć ć•ć„", "css.lint.duplicateProperties.desc": "é‡č¤‡ć™ć‚‹ć‚¹ć‚æć‚¤ćƒ«å®šē¾©ć‚’ä½æē”Øć—ćŖć„ć§ćć ć•ć„", "css.lint.emptyRules.desc": "ē©ŗć®č¦å‰‡ć‚»ćƒƒćƒˆć‚’ä½æē”Øć—ćŖć„ć§ćć ć•ć„", - "css.lint.float.desc": "'float' ćÆä½æē”Øć—ćŖć„ć§ćć ć•ć„ć€‚float ć‚’ä½æē”Øć™ć‚‹ćØć€ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć®äø€éƒØćŒå¤‰ę›“ć•ć‚ŒćŸćØćć« CSS ćŒē “ęć—ć‚„ć™ććŖć‚Šć¾ć™ć€‚", + "css.lint.float.desc": "'float' ć®ä½æē”Øć‚’éæć‘ć¦ćć ć•ć„ć€‚float は脆弱な CSS ć«ć¤ćŖćŒć‚Šć€ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć®äø€éƒØćŒå¤‰ę›“ć•ć‚ŒćŸćØćć« CSS ćŒē “ęć—ć‚„ć™ććŖć‚Šć¾ć™ć€‚", "css.lint.fontFaceProperties.desc": "@font-face č¦å‰‡ć§ 'src' ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćØ 'font-family' ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć‚’å®šē¾©ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", - "css.lint.hexColorLength.desc": "16 進数の色には、3 つまたは 6 恤恮 16 é€²ę•°ćŒå«ć¾ć‚Œć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "css.lint.hexColorLength.desc": "Hex には 3 つまたは 6 恤恮 16 é€²ę•°ćŒå«ć¾ć‚Œć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", "css.lint.idSelector.desc": "ć‚»ćƒ¬ć‚Æć‚æćƒ¼ć«ćÆ ID ć‚’å«ć‚ćŖć„ć§ćć ć•ć„ć€‚ć“ć‚Œć‚‰ć®č¦å‰‡ćØ HTML ć®ēµåˆćŒåÆ†ęŽ„ć™ćŽć¾ć™ć€‚", "css.lint.ieHack.desc": "IE ćƒćƒƒć‚ÆćÆć€IE7 ä»„å‰ć‚’ć‚µćƒćƒ¼ćƒˆć™ć‚‹å “åˆć«ć®ćæåæ…č¦ć§ć™", "css.lint.important.desc": "!important ćÆä½æē”Øć—ćŖć„ć§ćć ć•ć„ć€‚ć“ć‚ŒćÆ CSS å…Øä½“ć®ē‰¹å®šę€§ćŒåˆ¶å¾”äøčƒ½ć«ćŖć‚Šć€ćƒŖćƒ•ć‚”ć‚Æć‚æćƒŖćƒ³ć‚°ćŒåæ…č¦ćŖć“ćØć‚’ē¤ŗć—ć¦ć„ć¾ć™ć€‚", "css.lint.importStatement.desc": "複ꕰ恮 Import ć‚¹ćƒ†ćƒ¼ćƒˆćƒ”ćƒ³ćƒˆć‚’åŒę™‚ć«čŖ­ćæč¾¼ć‚€ć“ćØćÆć§ćć¾ć›ć‚“", - "css.lint.propertyIgnoredDueToDisplay.desc": "č”Øē¤ŗć«ć‚ˆć‚Šćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćŒē„”č¦–ć•ć‚Œć¾ć™ć€‚ćŸćØćˆć°ć€'display: inline' ć®å “åˆć€width态height态margin-top态margin-bottomć€ćŠć‚ˆć³ float ć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć«ćÆåŠ¹ęžœćŒć‚ć‚Šć¾ć›ć‚“", + "css.lint.propertyIgnoredDueToDisplay.desc": "display ć«ć‚ˆć£ć¦ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć‚’ē„”č¦–ć—ć¾ć™ć€‚ä¾‹: 'display: inline' ć®å “åˆć€width态height态margin-top态margin-bottom态float ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć«ćÆåŠ¹ęžœćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "css.lint.universalSelector.desc": "ćƒ¦ćƒ‹ćƒćƒ¼ć‚µćƒ« ć‚»ćƒ¬ć‚Æć‚æćƒ¼ (*) ć‚’ä½æē”Øć™ć‚‹ćØå‡¦ē†é€Ÿåŗ¦ćŒä½Žäø‹ć™ć‚‹ć“ćØćŒåˆ†ć‹ć£ć¦ć„ć¾ć™", "css.lint.unknownProperties.desc": "äøę˜ŽćŖćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć€‚", "css.lint.unknownVendorSpecificProperties.desc": "äøę˜ŽćŖćƒ™ćƒ³ćƒ€ćƒ¼å›ŗęœ‰ć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć€‚", "css.lint.vendorPrefix.desc": "ćƒ™ćƒ³ćƒ€ćƒ¼å›ŗęœ‰ć®ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’ä½æē”Øć™ć‚‹å “åˆćÆć€ęØ™ęŗ–ć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć‚‚å«ć‚ć¾ć™", - "css.lint.zeroUnits.desc": "0 ć®å˜ä½ćÆåæ…č¦ć‚ć‚Šć¾ć›ć‚“", + "css.lint.zeroUnits.desc": "0 ć«å˜ä½ćÆåæ…č¦ć‚ć‚Šć¾ć›ć‚“", "css.trace.server.desc": "VS Code と CSS čØ€čŖžć‚µćƒ¼ćƒćƒ¼é–“ć®é€šäæ”ć‚’ćƒˆćƒ¬ćƒ¼ć‚¹ć—ć¾ć™ć€‚", "css.validate.title": "CSS ć®ę¤œčØ¼ćØå•é”Œć®é‡å¤§åŗ¦ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "css.validate.desc": "ć™ć¹ć¦ć®ę¤œčØ¼ć‚’ęœ‰åŠ¹ć¾ćŸćÆē„”åŠ¹ć«ć—ć¾ć™", diff --git a/i18n/jpn/extensions/diff/package.i18n.json b/i18n/jpn/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..3b0db50698 --- /dev/null +++ b/i18n/jpn/extensions/diff/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Diff ćƒ•ć‚”ć‚¤ćƒ«ć®čØ€čŖžę©Ÿčƒ½", + "description": "Diff ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ćŖć©ć®čØ€čŖžę©Ÿčƒ½ć‚’ęä¾›" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/docker/package.i18n.json b/i18n/jpn/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..25fef8fec8 --- /dev/null +++ b/i18n/jpn/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Docker ćƒ•ć‚”ć‚¤ćƒ«ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Docker ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/emmet/package.i18n.json b/i18n/jpn/extensions/emmet/package.i18n.json index b5d4189898..f6dd86d7e2 100644 --- a/i18n/jpn/extensions/emmet/package.i18n.json +++ b/i18n/jpn/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VSCode 恮 Emmet ć‚µćƒćƒ¼ćƒˆ", "command.wrapWithAbbreviation": "ćƒ©ćƒƒćƒ—å¤‰ę›", "command.wrapIndividualLinesWithAbbreviation": "å€‹ć€…ć®č”Œć§ćƒ©ćƒƒćƒ—å¤‰ę›", "command.removeTag": "ć‚æć‚°ć®å‰Šé™¤", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "ć‚³ćƒ”ćƒ³ćƒˆ ćƒ•ć‚£ćƒ«ć‚æćƒ¼ć«é©ē”Øć•ć‚Œć‚‹ē•„čŖžć«å­˜åœØć™ć‚‹å±žę€§åć®ć‚«ćƒ³ćƒžåŒŗåˆ‡ć‚Šć®ćƒŖć‚¹ćƒˆ", "emmetPreferencesFormatNoIndentTags": "å†…éƒØć‚¤ćƒ³ćƒ‡ćƒ³ćƒˆć‚’å–å¾—ć—ćŖć„ć‚æć‚°åć®é…åˆ—", "emmetPreferencesFormatForceIndentTags": "å†…éƒØć‚¤ćƒ³ćƒ‡ćƒ³ćƒˆć‚’åøøć«å–å¾—ć™ć‚‹ć‚æć‚°åć®é…åˆ—", - "emmetPreferencesAllowCompactBoolean": "true ć®å “åˆć€ Boolean åž‹å±žę€§ć®ēŸ­ēø®č”ØčØ˜ćŒē”Ÿęˆć•ć‚Œć¾ć™" + "emmetPreferencesAllowCompactBoolean": "true ć®å “åˆć€ Boolean åž‹å±žę€§ć®ēŸ­ēø®č”ØčØ˜ćŒē”Ÿęˆć•ć‚Œć¾ć™", + "emmetPreferencesCssWebkitProperties": "Emmet ēœē•„čØ˜ę³•ć§ä½æē”Øć•ć‚Œć‚‹å “åˆć« `-` で始まる 'webkit' ćƒ™ćƒ³ćƒ€ćƒ¼ ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’å–å¾—ć™ć‚‹ć‚«ćƒ³ćƒžåŒŗåˆ‡ć‚Šć® CSS ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć€‚åøøć« 'webkit' ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’éæć‘ć‚‹å “åˆćÆē©ŗć®ę–‡å­—åˆ—ć«čØ­å®šć—ć¾ć™ć€‚", + "emmetPreferencesCssMozProperties": "Emmet ēœē•„čØ˜ę³•ć§ä½æē”Øć•ć‚Œć‚‹å “åˆć« `-` で始まる 'moz' ćƒ™ćƒ³ćƒ€ćƒ¼ ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’å–å¾—ć™ć‚‹ć‚«ćƒ³ćƒžåŒŗåˆ‡ć‚Šć® CSS ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć€‚åøøć« 'moz' ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’éæć‘ć‚‹å “åˆćÆē©ŗć®ę–‡å­—åˆ—ć«čØ­å®šć—ć¾ć™ć€‚", + "emmetPreferencesCssOProperties": "Emmet ēœē•„čØ˜ę³•ć§ä½æē”Øć•ć‚Œć‚‹å “åˆć« `-` で始まる 'o' ćƒ™ćƒ³ćƒ€ćƒ¼ ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’å–å¾—ć™ć‚‹ć‚«ćƒ³ćƒžåŒŗåˆ‡ć‚Šć® CSS ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć€‚åøøć« 'o' ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’éæć‘ć‚‹å “åˆćÆē©ŗć®ę–‡å­—åˆ—ć«čØ­å®šć—ć¾ć™ć€‚", + "emmetPreferencesCssMsProperties": "Emmet ēœē•„čØ˜ę³•ć§ä½æē”Øć•ć‚Œć‚‹å “åˆć« `-` で始まる 'ms' ćƒ™ćƒ³ćƒ€ćƒ¼ ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’å–å¾—ć™ć‚‹ć‚«ćƒ³ćƒžåŒŗåˆ‡ć‚Šć® CSS ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć€‚åøøć« 'ms' ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć‚’éæć‘ć‚‹å “åˆćÆē©ŗć®ę–‡å­—åˆ—ć«čØ­å®šć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json index 09e430952b..adcaf60d17 100644 --- a/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/jpn/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "ē”»åƒć«ćÆ HTTPS ćƒ—ćƒ­ćƒˆć‚³ćƒ«ć‚’ä½æē”Øć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", "svgsNotValid": "SVG ćÆē„”åŠ¹ćŖē”»åƒć®ć‚½ćƒ¼ć‚¹ć§ć™ć€‚", "embeddedSvgsNotValid": "åŸ‹ć‚č¾¼ćæ SVG ćÆē„”åŠ¹ćŖē”»åƒć®ć‚½ćƒ¼ć‚¹ć§ć™ć€‚", diff --git a/i18n/jpn/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/jpn/extensions/extension-editing/out/packageDocumentHelper.i18n.json index e894616e85..0d1feaf6ff 100644 --- a/i18n/jpn/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/jpn/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "čØ€čŖžå›ŗęœ‰ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼čØ­å®š", "languageSpecificEditorSettingsDescription": "čØ€čŖžć«åÆ¾ć™ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼čØ­å®šć‚’äøŠę›øćć—ć¾ć™" } \ No newline at end of file diff --git a/i18n/jpn/extensions/extension-editing/package.i18n.json b/i18n/jpn/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..efcd96eed7 --- /dev/null +++ b/i18n/jpn/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ćƒ‘ćƒƒć‚±ćƒ¼ć‚ø ćƒ•ć‚”ć‚¤ćƒ«ć®ē·Øé›†ę©Ÿčƒ½", + "description": "VS Code ć®ę‹”å¼µćƒć‚¤ćƒ³ćƒˆå‘ć‘ć® IntelliSense と、package.json ćƒ•ć‚”ć‚¤ćƒ«ć§ć®ćƒŖćƒ³ćƒ†ć‚£ćƒ³ć‚°ę©Ÿčƒ½ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/fsharp/package.i18n.json b/i18n/jpn/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..929ff1c5ef --- /dev/null +++ b/i18n/jpn/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "F# ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "F# ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/git/out/askpass-main.i18n.json b/i18n/jpn/extensions/git/out/askpass-main.i18n.json index fbc0d0f2c5..6c42b9a06a 100644 --- a/i18n/jpn/extensions/git/out/askpass-main.i18n.json +++ b/i18n/jpn/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "č³‡ę ¼ęƒ…å ±ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ć‹ć€ē„”åŠ¹ć§ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/git/out/autofetch.i18n.json b/i18n/jpn/extensions/git/out/autofetch.i18n.json index a4b33109ce..698a0cee52 100644 --- a/i18n/jpn/extensions/git/out/autofetch.i18n.json +++ b/i18n/jpn/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "はい", "no": "恄恄恈", - "not now": "あとで", - "suggest auto fetch": "Git ćƒŖćƒć‚øćƒˆćƒŖć®č‡Ŗå‹•ćƒ•ć‚§ćƒƒćƒć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć‹?" + "not now": "å¾Œć§é€šēŸ„ć™ć‚‹", + "suggest auto fetch": "Code が [å®šęœŸēš„ć« 'git fetch']({0}) ć‚’å®Ÿč”Œć—ć¦ć‚‚ć‚ˆć‚ć—ć„ć§ć™ć‹?" } \ No newline at end of file diff --git a/i18n/jpn/extensions/git/out/commands.i18n.json b/i18n/jpn/extensions/git/out/commands.i18n.json index e73b6d879f..60964323c4 100644 --- a/i18n/jpn/extensions/git/out/commands.i18n.json +++ b/i18n/jpn/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "{0} のタグ", "remote branch at": "{0} でのリモート ćƒ–ćƒ©ćƒ³ćƒ", "create branch": "$(plus) ę–°ć—ć„ćƒ–ćƒ©ćƒ³ćƒć‚’ä½œęˆ", @@ -13,7 +15,7 @@ "cancel tooltip": "ć‚Æćƒ­ćƒ¼ćƒ³ć®ć‚­ćƒ£ćƒ³ć‚»ćƒ«", "cloning": "Git ćƒŖćƒć‚øćƒˆćƒŖć‚’č¤‡č£½ć—ć¦ć„ć¾ć™...", "openrepo": "ćƒŖćƒć‚øćƒˆćƒŖć‚’é–‹ć", - "proposeopen": "č¤‡č£½ć—ćŸćƒŖćƒć‚øćƒˆćƒŖć‚’é–‹ćć¾ć™ć‹?", + "proposeopen": "ć‚Æćƒ­ćƒ¼ćƒ³ć—ćŸćƒŖćƒć‚øćƒˆćƒŖć‚’é–‹ćć¾ć™ć‹?", "init": "Git ćƒŖćƒć‚øćƒˆćƒŖć‚’åˆęœŸåŒ–ć™ć‚‹ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’éøęŠžć—ć¦ćć ć•ć„", "init repo": "ćƒŖćƒć‚øćƒˆćƒŖć®åˆęœŸåŒ–", "create repo": "ćƒŖćƒć‚øćƒˆćƒŖć®åˆęœŸåŒ–", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\nć“ć®å¤‰ę›“ćÆå…ƒć«ęˆ»ć™ć“ćØćÆć§ćć¾ć›ć‚“ć€‚ē¾åœØć®ćƒÆćƒ¼ć‚­ćƒ³ć‚° ć‚»ćƒƒćƒˆćÆę°øä¹…ć«å¤±ć‚ć‚Œć¾ć™ć€‚", "yes discard tracked": "1 ć¤ć®čæ½č·”ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē “ę£„", "yes discard tracked multiple": "{0} å€‹ć®čæ½č·”ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē “ę£„", + "unsaved files single": "ę¬”ć®ćƒ•ć‚”ć‚¤ćƒ«ćŒäæå­˜ć•ć‚Œć¦ć„ć¾ć›ć‚“: {0}怂\n\nć‚³ćƒŸćƒƒćƒˆå‰ć«äæå­˜ć—ć¾ć™ć‹?", + "unsaved files": "{0} å€‹ć®äæå­˜ć•ć‚Œć¦ć„ćŖć„ćƒ•ć‚”ć‚¤ćƒ«ćŒć‚ć‚Šć¾ć™ć€‚\n\nć‚³ćƒŸćƒƒćƒˆå‰ć«äæå­˜ć—ć¾ć™ć‹?", + "save and commit": "ć™ć¹ć¦äæå­˜ć—ć¦ć‚³ćƒŸćƒƒćƒˆć™ć‚‹", + "commit": "ćØć«ć‹ćć‚³ćƒŸćƒƒćƒˆć™ć‚‹", "no staged changes": "ć‚³ćƒŸćƒƒćƒˆć™ć‚‹ć‚¹ćƒ†ćƒ¼ć‚øć•ć‚ŒćŸå¤‰ę›“ćŒć‚ć‚Šć¾ć›ć‚“ć€‚\n\nć™ć¹ć¦ć®å¤‰ę›“ć‚’č‡Ŗå‹•ēš„ć«ć‚¹ćƒ†ćƒ¼ć‚øć—ć¦ć€ē›“ęŽ„ć‚³ćƒŸćƒƒćƒˆć—ć¾ć™ć‹?", "always": "åøøć«č”Œć†", "no changes": "ć‚³ćƒŸćƒƒćƒˆć™ć‚‹åæ…č¦ć®ć‚ć‚‹å¤‰ę›“ćÆć‚ć‚Šć¾ć›ć‚“ć€‚", @@ -57,18 +63,19 @@ "select a branch to merge from": "ćƒžćƒ¼ć‚øå…ƒć®ćƒ–ćƒ©ćƒ³ćƒć‚’éøęŠž", "merge conflicts": "ćƒžćƒ¼ć‚øć®ē«¶åˆćŒć‚ć‚Šć¾ć™ć€‚ć‚³ćƒŸćƒƒćƒˆć™ć‚‹å‰ć«ć“ć‚Œć‚’č§£ę±ŗć—ć¦ćć ć•ć„ć€‚", "tag name": "ć‚æć‚°å", - "provide tag name": "ć‚æć‚°åć‚’å…„åŠ›ć—ć¦ćć ć•ć„ć€‚", + "provide tag name": "ć‚æć‚°åć‚’å…„åŠ›ć—ć¦ćć ć•ć„", "tag message": "ćƒ”ćƒƒć‚»ćƒ¼ć‚ø", "provide tag message": "ę³Øé‡ˆä»˜ćć‚æć‚°ć«ć¤ć‘ć‚‹ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’å…„åŠ›ć—ć¦ćć ć•ć„", "no remotes to fetch": "ćƒŖćƒć‚øćƒˆćƒŖć«ćÆć€ćƒ•ć‚§ćƒƒćƒå…ƒćØć—ć¦ę§‹ęˆć•ć‚Œć¦ć„ć‚‹ćƒŖćƒ¢ćƒ¼ćƒˆćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "no remotes to pull": "ćƒŖćƒć‚øćƒˆćƒŖć«ćÆć€ćƒ—ćƒ«å…ƒćØć—ć¦ę§‹ęˆć•ć‚Œć¦ć„ć‚‹ćƒŖćƒ¢ćƒ¼ćƒˆćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "pick remote pull repo": "ćƒŖćƒ¢ćƒ¼ćƒˆć‚’éøć‚“ć§ć€ćƒ–ćƒ©ćƒ³ćƒć‚’ę¬”ć‹ć‚‰ćƒ—ćƒ«ć—ć¾ć™:", "no remotes to push": "ćƒŖćƒć‚øćƒˆćƒŖć«ćÆć€ćƒ—ćƒƒć‚·ćƒ„å…ˆćØć—ć¦ę§‹ęˆć•ć‚Œć¦ć„ć‚‹ćƒŖćƒ¢ćƒ¼ćƒˆćŒć‚ć‚Šć¾ć›ć‚“ć€‚", - "push with tags success": "ć‚æć‚°ćŒę­£åøøć«ćƒ—ćƒƒć‚·ćƒ„ć•ć‚Œć¾ć—ćŸć€‚", "nobranch": "ćƒŖćƒ¢ćƒ¼ćƒˆć«ćƒ—ćƒƒć‚·ćƒ„ć™ć‚‹ćƒ–ćƒ©ćƒ³ćƒć‚’ćƒć‚§ćƒƒć‚Æć‚¢ć‚¦ćƒˆć—ć¦ćć ć•ć„ć€‚", + "confirm publish branch": "'{0}' ćƒ–ćƒ©ćƒ³ćƒć«äøŠęµćƒ–ćƒ©ćƒ³ćƒćÆć‚ć‚Šć¾ć›ć‚“ć€‚ć“ć®ćƒ–ćƒ©ćƒ³ćƒć‚’å…¬é–‹ć—ć¾ć™ć‹?", + "ok": "OK", + "push with tags success": "ć‚æć‚°ćŒę­£åøøć«ćƒ—ćƒƒć‚·ćƒ„ć•ć‚Œć¾ć—ćŸć€‚", "pick remote": "ćƒŖćƒ¢ćƒ¼ćƒˆć‚’éøć‚“ć§ć€ćƒ–ćƒ©ćƒ³ćƒ '{0}' を欔に公開します:", "sync is unpredictable": "ć“ć®ć‚¢ć‚Æć‚·ćƒ§ćƒ³ćÆć‚³ćƒŸćƒƒćƒˆć‚’ '{0}' ćØć®é–“ć§ćƒ—ćƒƒć‚·ćƒ„ć—ćŸć‚Šćƒ—ćƒ«ć—ćŸć‚Šć—ć¾ć™ć€‚", - "ok": "OK", "never again": "OKć€ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", "no remotes to publish": "ćƒŖćƒć‚øćƒˆćƒŖć«ćÆć€ē™ŗč”Œå…ˆćØć—ć¦ę§‹ęˆć•ć‚Œć¦ć„ć‚‹ćƒŖćƒ¢ćƒ¼ćƒˆćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "no changes stash": "ć‚¹ć‚æćƒƒć‚·ćƒ„ć™ć‚‹å¤‰ę›“ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", diff --git a/i18n/jpn/extensions/git/out/main.i18n.json b/i18n/jpn/extensions/git/out/main.i18n.json index 4af1f0fc9d..78c2874cf4 100644 --- a/i18n/jpn/extensions/git/out/main.i18n.json +++ b/i18n/jpn/extensions/git/out/main.i18n.json @@ -1,10 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "looking": "Git ć‚’ęŽ¢ć—ć¦ć„ć¾ć™: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "looking": "Git ć‚’ę±‚ć‚ć¦ę¬”ć®å “ę‰€ć‚’ęŽ¢ć—ć¦ć„ć¾ć™: {0}", "using git": "{1} 恋悉 Git {0} を使用しています", "downloadgit": "Git ć®ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰", "neverShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", diff --git a/i18n/jpn/extensions/git/out/model.i18n.json b/i18n/jpn/extensions/git/out/model.i18n.json index 223a2121ee..4a6f28300f 100644 --- a/i18n/jpn/extensions/git/out/model.i18n.json +++ b/i18n/jpn/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "'{0}' ćƒŖćƒć‚øćƒˆćƒŖć« {1} å€‹ć®ć‚µćƒ–ćƒ¢ć‚øćƒ„ćƒ¼ćƒ«ćŒć‚ć‚Šć€č‡Ŗå‹•ć§ćÆé–‹ć‹ć‚Œć¾ć›ć‚“ć€‚ ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ćć“ćØć§ć€ćć‚Œćžć‚Œć‚’å€‹åˆ„ć«é–‹ćć“ćØćŒć§ćć¾ć™ć€‚", "no repositories": "åˆ©ē”ØåÆčƒ½ćŖćƒŖćƒć‚øćƒˆćƒŖćŒć‚ć‚Šć¾ć›ć‚“", "pick repo": "ćƒŖćƒć‚øćƒˆćƒŖć®éøęŠž" } \ No newline at end of file diff --git a/i18n/jpn/extensions/git/out/repository.i18n.json b/i18n/jpn/extensions/git/out/repository.i18n.json index 230222eb69..20b225b1dc 100644 --- a/i18n/jpn/extensions/git/out/repository.i18n.json +++ b/i18n/jpn/extensions/git/out/repository.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "開恏", - "index modified": "ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć®å¤‰ę›“", + "index modified": "å¤‰ę›“ć•ć‚ŒćŸć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹", "modified": "å¤‰ę›“ęøˆćæ", "index added": "ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć®čæ½åŠ ", - "index deleted": "ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć®å‰Šé™¤", + "index deleted": "å‰Šé™¤ć•ć‚ŒćŸć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹", "deleted": "å‰Šé™¤ęøˆćæ", "index renamed": "ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć®åå‰å¤‰ę›“", "index copied": "ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć‚’ć‚³ćƒ”ćƒ¼", @@ -26,7 +28,8 @@ "merge changes": "å¤‰ę›“ć®ćƒžćƒ¼ć‚ø", "staged changes": "ć‚¹ćƒ†ćƒ¼ć‚øćƒ³ć‚°ęøˆćæć®å¤‰ę›“", "changes": "変曓", - "ok": "OK", + "commitMessageCountdown": "ē¾åœØć®č”Œć§ę®‹ć‚Š {0} 文字", + "commitMessageWarning": "ē¾åœØć®č”Œć§ {1} から {0} ę–‡å­—ć‚Ŗćƒ¼ćƒćƒ¼", "neveragain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", "huge": "'{0}' 恮Git ćƒŖćƒć‚øćƒˆćƒŖć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖå¤‰ę›“ćŒå¤šć„ćŸć‚ć€ Git ę©Ÿčƒ½ć®äø€éƒØć®ćæćŒęœ‰åŠ¹ć«ćŖć‚Šć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/git/out/scmProvider.i18n.json b/i18n/jpn/extensions/git/out/scmProvider.i18n.json index fe8b64ab93..aa2687db0b 100644 --- a/i18n/jpn/extensions/git/out/scmProvider.i18n.json +++ b/i18n/jpn/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/extensions/git/out/statusbar.i18n.json b/i18n/jpn/extensions/git/out/statusbar.i18n.json index 4dd2ed31bb..89be161aa1 100644 --- a/i18n/jpn/extensions/git/out/statusbar.i18n.json +++ b/i18n/jpn/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "ćƒć‚§ćƒƒć‚Æć‚¢ć‚¦ćƒˆ...", "sync changes": "å¤‰ę›“ć®åŒęœŸ", "publish changes": "å¤‰ę›“ć®ē™ŗč”Œ", diff --git a/i18n/jpn/extensions/git/package.i18n.json b/i18n/jpn/extensions/git/package.i18n.json index 1574014e89..3f0d557455 100644 --- a/i18n/jpn/extensions/git/package.i18n.json +++ b/i18n/jpn/extensions/git/package.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "command.clone": "複製", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Git SCM の統合", + "command.clone": "ć‚Æćƒ­ćƒ¼ćƒ³", "command.init": "ćƒŖćƒć‚øćƒˆćƒŖć®åˆęœŸåŒ–", "command.close": "ćƒŖćƒć‚øćƒˆćƒŖć‚’é–‰ć˜ć‚‹", "command.refresh": "ęœ€ę–°ć®ęƒ…å ±ć«ę›“ę–°", @@ -52,8 +56,9 @@ "command.stash": "ć‚¹ć‚æćƒƒć‚·ćƒ„", "command.stashPop": "ć‚¹ć‚æćƒƒć‚·ćƒ„ć‚’é©ē”Øć—ć¦å‰Šé™¤...", "command.stashPopLatest": "ęœ€ę–°ć®ć‚¹ć‚æćƒƒć‚·ćƒ„ć‚’é©ē”Øć—ć¦å‰Šé™¤", - "config.enabled": "Git ćŒęœ‰åŠ¹ć«ćŖć£ć¦ć„ć‚‹ć‹ć©ć†ć‹", + "config.enabled": "Git ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć‹ć©ć†ć‹", "config.path": "Git å®Ÿč”ŒåÆčƒ½ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‘ć‚¹", + "config.autoRepositoryDetection": "ćƒ¬ćƒć‚øćƒˆćƒŖć‚’č‡Ŗå‹•ēš„ć«ę¤œå‡ŗć™ć‚‹ć‹ć©ć†ć‹", "config.autorefresh": "č‡Ŗå‹•ę›“ę–°ćŒęœ‰åŠ¹ć‹ć©ć†ć‹", "config.autofetch": "č‡Ŗå‹•ćƒ•ć‚§ćƒƒćƒćŒęœ‰åŠ¹ć‹ć©ć†ć‹", "config.enableLongCommitWarning": "é•·ć„ć‚³ćƒŸćƒƒćƒˆ ćƒ”ćƒƒć‚»ćƒ¼ć‚øć«ć¤ć„ć¦č­¦å‘Šć™ć‚‹ć‹ć©ć†ć‹", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "GPG ć«ć‚ˆć‚Šćƒ‡ć‚øć‚æćƒ«ē½²åć•ć‚ŒćŸć‚³ćƒŸćƒƒćƒˆć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", "config.discardAllScope": "'すべての変曓を砓棄' ć‚³ćƒžćƒ³ćƒ‰ć«ć‚ˆć£ć¦ć©ć®å¤‰ę›“ćŒē “ę£„ć•ć‚Œć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚'all' はすべての変曓を砓棄します。 'tracked' ćÆčæ½č·”ć•ć‚Œć¦ć„ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć ć‘ć‚’ē “ę£„ć—ć¾ć™ć€‚ 'prompt' ćÆć€ć‚¢ć‚Æć‚·ćƒ§ćƒ³ćŒå®Ÿč”Œć•ć‚Œć‚‹ćŸć³ć«ćƒ—ćƒ­ćƒ³ćƒ—ā€‹ā€‹ćƒˆ ćƒ€ć‚¤ć‚¢ćƒ­ć‚°ć‚’č”Øē¤ŗć—ć¾ć™ć€‚", "config.decorations.enabled": "Git ćŒé…č‰²ćØćƒćƒƒć‚øć‚’ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ćØé–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒ“ćƒ„ćƒ¼ć«ęä¾›ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "config.promptToSaveFilesBeforeCommit": "ć‚³ćƒŸćƒƒćƒˆå‰ć« Git ćŒäæå­˜ć—ć¦ć„ćŖć„ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē¢ŗčŖć™ć¹ćć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "config.showInlineOpenFileAction": "Git å¤‰ę›“ć®č”Øē¤ŗå†…ć«ć‚¤ćƒ³ćƒ©ć‚¤ćƒ³ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ćć‚¢ć‚Æć‚·ćƒ§ćƒ³ć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "config.inputValidation": "ć‚³ćƒŸćƒƒćƒˆ ćƒ”ćƒƒć‚»ćƒ¼ć‚øć®å…„åŠ›ę¤œčØ¼ć‚’ć„ć¤č”Øē¤ŗć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "config.detectSubmodules": "Git ć®ć‚µćƒ–ćƒ¢ć‚øćƒ„ćƒ¼ćƒ«ć‚’č‡Ŗå‹•ēš„ć«ę¤œå‡ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "colors.modified": "ćƒŖć‚½ćƒ¼ć‚¹ć‚’ę”¹å¤‰ć—ćŸå “åˆć®é…č‰²", "colors.deleted": "ćƒŖć‚½ćƒ¼ć‚¹ć‚’ę¤œå‡ŗć—ćŸå “åˆć®é…č‰²", "colors.untracked": "ćƒŖć‚½ćƒ¼ć‚¹ć‚’čæ½č·”ć—ćŖć„å “åˆć®é…č‰²", "colors.ignored": "ćƒŖć‚½ćƒ¼ć‚¹ć‚’ē„”č¦–ć™ć‚‹å “åˆć®é…č‰²", - "colors.conflict": "ćƒŖć‚½ćƒ¼ć‚¹ćŒē«¶åˆć™ć‚‹å “åˆć®é…č‰²" + "colors.conflict": "ćƒŖć‚½ćƒ¼ć‚¹ćŒē«¶åˆć™ć‚‹å “åˆć®é…č‰²", + "colors.submodule": "ć‚µćƒ–ćƒ¢ć‚øćƒ„ćƒ¼ćƒ«ć®é…č‰²ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/go/package.i18n.json b/i18n/jpn/extensions/go/package.i18n.json new file mode 100644 index 0000000000..be6bc182e0 --- /dev/null +++ b/i18n/jpn/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Go čØ€čŖžć®åŸŗē¤Ž", + "description": "Go ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/groovy/package.i18n.json b/i18n/jpn/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..8a02e0cc93 --- /dev/null +++ b/i18n/jpn/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Groovy ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Groovy ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/grunt/out/main.i18n.json b/i18n/jpn/extensions/grunt/out/main.i18n.json index c7f240f8ee..3d3c63ff1b 100644 --- a/i18n/jpn/extensions/grunt/out/main.i18n.json +++ b/i18n/jpn/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ćƒ•ć‚©ćƒ«ćƒ€ {0} 恧Grunt ć®ć‚Øćƒ©ćƒ¼ć«ć‚ˆć‚‹å¤±ę•—ć‚’č‡Ŗå‹•ę¤œå‡ŗ: {1}" } \ No newline at end of file diff --git a/i18n/jpn/extensions/grunt/package.i18n.json b/i18n/jpn/extensions/grunt/package.i18n.json index ccfe3f9e22..3c2cb0831c 100644 --- a/i18n/jpn/extensions/grunt/package.i18n.json +++ b/i18n/jpn/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Grunt ć‚æć‚¹ć‚Æć®č‡Ŗå‹•ę¤œå‡ŗć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ć‹ć‚Ŗćƒ•ć«ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę—¢å®šćÆć‚Ŗćƒ³ć§ć™ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VS Code 恫 Grunt ę©Ÿčƒ½ć‚’čæ½åŠ ć™ć‚‹ę‹”å¼µę©Ÿčƒ½ć€‚", + "displayName": "VSCode 恮 Grunt ć‚µćƒćƒ¼ćƒˆ", + "config.grunt.autoDetect": "Grunt ć‚æć‚¹ć‚Æć®č‡Ŗå‹•ę¤œå‡ŗć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ć‹ć‚Ŗćƒ•ć«ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę—¢å®šćÆć‚Ŗćƒ³ć§ć™ć€‚", + "grunt.taskDefinition.type.description": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć™ć‚‹ Grunt タスク。", + "grunt.taskDefinition.file.description": "ć‚æć‚¹ć‚Æć‚’ęä¾›ć™ć‚‹ Grunt ćƒ•ć‚”ć‚¤ćƒ«ć€‚ēœē•„ć§ćć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/gulp/out/main.i18n.json b/i18n/jpn/extensions/gulp/out/main.i18n.json index 69bef1eecd..a7b7349b60 100644 --- a/i18n/jpn/extensions/gulp/out/main.i18n.json +++ b/i18n/jpn/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ćƒ•ć‚©ćƒ«ćƒ€ {0} 恧gulp ć®ć‚Øćƒ©ćƒ¼ć«ć‚ˆć‚‹å¤±ę•—ć‚’č‡Ŗå‹•ę¤œå‡ŗ: {1}" } \ No newline at end of file diff --git a/i18n/jpn/extensions/gulp/package.i18n.json b/i18n/jpn/extensions/gulp/package.i18n.json index 1db590a135..c7fb9c4b99 100644 --- a/i18n/jpn/extensions/gulp/package.i18n.json +++ b/i18n/jpn/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Gulp ć‚æć‚¹ć‚Æć®č‡Ŗå‹•ę¤œå‡ŗć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ć‹ć‚Ŗćƒ•ć«ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę—¢å®šćÆć‚Ŗćƒ³ć§ć™ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VS Code 恫 Gulp ę©Ÿčƒ½ć‚’čæ½åŠ ć™ć‚‹ę‹”å¼µę©Ÿčƒ½ć€‚", + "displayName": "VSCode 恮 Gulp ć‚µćƒćƒ¼ćƒˆ", + "config.gulp.autoDetect": "Gulp ć‚æć‚¹ć‚Æć®č‡Ŗå‹•ę¤œå‡ŗć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ć‹ć‚Ŗćƒ•ć«ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę—¢å®šćÆć‚Ŗćƒ³ć§ć™ć€‚", + "gulp.taskDefinition.type.description": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć™ć‚‹ Gulp タスク。", + "gulp.taskDefinition.file.description": "ć‚æć‚¹ć‚Æć‚’ęä¾›ć™ć‚‹ Gulp ćƒ•ć‚”ć‚¤ćƒ«ć€‚ēœē•„ć§ćć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/handlebars/package.i18n.json b/i18n/jpn/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..84b6b286f9 --- /dev/null +++ b/i18n/jpn/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Handlebars ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Handlebars ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/hlsl/package.i18n.json b/i18n/jpn/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..8aa9bd1dcd --- /dev/null +++ b/i18n/jpn/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HLSL ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "HLSL ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/html/client/out/htmlMain.i18n.json b/i18n/jpn/extensions/html/client/out/htmlMain.i18n.json index bcf35d4b14..f4b1b8c786 100644 --- a/i18n/jpn/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/jpn/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "HTML čØ€čŖžć‚µćƒ¼ćƒćƒ¼", "folding.start": "ęŠ˜ć‚ŠćŸćŸćæé ˜åŸŸć®é–‹å§‹", "folding.end": "ęŠ˜ć‚ŠćŸćŸćæé ˜åŸŸć®ēµ‚äŗ†" diff --git a/i18n/jpn/extensions/html/package.i18n.json b/i18n/jpn/extensions/html/package.i18n.json index 52563f5a54..e2a97afec1 100644 --- a/i18n/jpn/extensions/html/package.i18n.json +++ b/i18n/jpn/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HTML čØ€čŖžę©Ÿčƒ½", + "description": "HTML态Razor态Handlebar ćƒ•ć‚”ć‚¤ćƒ«ć«č±ŠåÆŒćŖčØ€čŖžć‚µćƒćƒ¼ćƒˆć‚’ęä¾›ć€‚", "html.format.enable.desc": "ę—¢å®šć® HTML ćƒ•ć‚©ćƒ¼ćƒžćƒƒć‚æć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™", "html.format.wrapLineLength.desc": "1 č”Œć‚ćŸć‚Šć®ęœ€å¤§ę–‡å­—ę•° (0 = ē„”åŠ¹ć«ć™ć‚‹)怂", "html.format.unformatted.desc": "å†ćƒ•ć‚©ćƒ¼ćƒžćƒƒćƒˆć—ć¦ćÆćŖć‚‰ćŖć„ć‚æć‚°ć®ć€ć‚³ćƒ³ćƒžåŒŗåˆ‡ć‚Šć®äø€č¦§ć€‚'null' ć®å “åˆć€ę—¢å®šć§ https://www.w3.org/TR/html5/dom.html#phrasing-content ć«ćƒŖć‚¹ćƒˆć•ć‚Œć¦ć„ć‚‹ć™ć¹ć¦ć®ć‚æć‚°ć«ćŖć‚Šć¾ć™ć€‚", @@ -25,5 +29,6 @@ "html.trace.server.desc": "VS Code と HTML čØ€čŖžć‚µćƒ¼ćƒćƒ¼é–“ć®é€šäæ”ć‚’ćƒˆćƒ¬ćƒ¼ć‚¹ć—ć¾ć™ć€‚", "html.validate.scripts": "ćƒ“ćƒ«ćƒˆć‚¤ćƒ³ HTML čØ€čŖžć‚µćƒćƒ¼ćƒˆćŒåŸ‹ć‚č¾¼ćæć‚¹ć‚ÆćƒŖćƒ—ćƒˆć‚’ę¤œčØ¼ć™ć‚‹ć‹ć©ć†ć‹ć‚’ę§‹ęˆć—ć¾ć™ć€‚", "html.validate.styles": "ćƒ“ćƒ«ćƒˆć‚¤ćƒ³ HTML čØ€čŖžć‚µćƒćƒ¼ćƒˆćŒåŸ‹ć‚č¾¼ćæć‚¹ć‚æć‚¤ćƒ«ć‚’ę¤œčØ¼ć™ć‚‹ć‹ć©ć†ć‹ć‚’ę§‹ęˆć—ć¾ć™ć€‚", + "html.experimental.syntaxFolding": "ę§‹ę–‡ć®ęŠ˜ć‚ŠćŸćŸćæćƒžćƒ¼ć‚«ćƒ¼čŖč­˜ć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚", "html.autoClosingTags": "HTML ć‚æć‚°ć®č‡Ŗå‹•ć‚Æćƒ­ćƒ¼ć‚ŗć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/ini/package.i18n.json b/i18n/jpn/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..a8650f1244 --- /dev/null +++ b/i18n/jpn/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ini ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Ini ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/jake/out/main.i18n.json b/i18n/jpn/extensions/jake/out/main.i18n.json index bd786d74d1..7ef854e6b1 100644 --- a/i18n/jpn/extensions/jake/out/main.i18n.json +++ b/i18n/jpn/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ćƒ•ć‚©ćƒ«ćƒ€ {0} 恧Jake ć®ć‚Øćƒ©ćƒ¼ć«ć‚ˆć‚‹å¤±ę•—ć‚’č‡Ŗå‹•ę¤œå‡ŗ: {1}" } \ No newline at end of file diff --git a/i18n/jpn/extensions/jake/package.i18n.json b/i18n/jpn/extensions/jake/package.i18n.json index def0eab1b4..593bd63d11 100644 --- a/i18n/jpn/extensions/jake/package.i18n.json +++ b/i18n/jpn/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VS Code 恫 Jake ę©Ÿčƒ½ć‚’čæ½åŠ ć™ć‚‹ę‹”å¼µę©Ÿčƒ½ć€‚", + "displayName": "VSCode 恮 Jake ć‚µćƒćƒ¼ćƒˆ", + "jake.taskDefinition.type.description": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć™ć‚‹ Jake タスク。", + "jake.taskDefinition.file.description": "ć‚æć‚¹ć‚Æć‚’ęä¾›ć™ć‚‹ Jake ćƒ•ć‚”ć‚¤ćƒ«ć€‚ēœē•„ć§ćć¾ć™ć€‚", "config.jake.autoDetect": "Jake ć‚æć‚¹ć‚Æć®č‡Ŗå‹•ę¤œå‡ŗć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ć‹ć‚Ŗćƒ•ć«ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę—¢å®šćÆć‚Ŗćƒ³ć§ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/java/package.i18n.json b/i18n/jpn/extensions/java/package.i18n.json new file mode 100644 index 0000000000..917013c5ad --- /dev/null +++ b/i18n/jpn/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Java ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Java ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/jpn/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 02705fcc54..4d62214f53 100644 --- a/i18n/jpn/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/jpn/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "ę—¢å®šć® bower.json", "json.bower.error.repoaccess": "bower ćƒŖćƒć‚øćƒˆćƒŖć«åÆ¾ć™ć‚‹č¦ę±‚ćŒå¤±ę•—ć—ć¾ć—ćŸ: {0}", "json.bower.latest.version": "꜀ꖰ" diff --git a/i18n/jpn/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/jpn/extensions/javascript/out/features/packageJSONContribution.i18n.json index 2cb9c1fee7..0c6ed26065 100644 --- a/i18n/jpn/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/jpn/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "ę—¢å®šć® package.json", "json.npm.error.repoaccess": "NPM ćƒŖćƒć‚øćƒˆćƒŖć«åÆ¾ć™ć‚‹č¦ę±‚ćŒå¤±ę•—ć—ć¾ć—ćŸ: {0}", "json.npm.latestversion": "ćƒ‘ćƒƒć‚±ćƒ¼ć‚øć®ē¾åœØć®ęœ€ę–°ćƒćƒ¼ć‚øćƒ§ćƒ³", diff --git a/i18n/jpn/extensions/javascript/package.i18n.json b/i18n/jpn/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..2ceee1caf2 --- /dev/null +++ b/i18n/jpn/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "JavaScript ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/json/client/out/jsonMain.i18n.json b/i18n/jpn/extensions/json/client/out/jsonMain.i18n.json index 00b098f3a8..32bc889d4d 100644 --- a/i18n/jpn/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/jpn/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "JSON čØ€čŖžć‚µćƒ¼ćƒćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/extensions/json/package.i18n.json b/i18n/jpn/extensions/json/package.i18n.json index 365d8a0de8..e3daed82a1 100644 --- a/i18n/jpn/extensions/json/package.i18n.json +++ b/i18n/jpn/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JSON čØ€čŖžę©Ÿčƒ½", + "description": "JSON ćƒ•ć‚”ć‚¤ćƒ«ć«č±ŠåÆŒćŖčØ€čŖžć‚µćƒćƒ¼ćƒˆć‚’ęä¾›ć€‚", "json.schemas.desc": "ć‚¹ć‚­ćƒ¼ćƒžć‚’ē¾åœØć®ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć® JSON ćƒ•ć‚”ć‚¤ćƒ«ć«é–¢é€£ä»˜ć‘ć¾ć™", "json.schemas.url.desc": "ć‚¹ć‚­ćƒ¼ćƒžćøć® URL ć¾ćŸćÆē¾åœØć®ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖć®ć‚¹ć‚­ćƒ¼ćƒžćøć®ē›øåÆ¾ćƒ‘ć‚¹", "json.schemas.fileMatch.desc": "JSON ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚¹ć‚­ćƒ¼ćƒžć«č§£ę±ŗć™ć‚‹å “åˆć«äø€č‡“ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ« ćƒ‘ć‚æćƒ¼ćƒ³ć®é…åˆ—ć§ć™ć€‚", @@ -12,5 +16,6 @@ "json.format.enable.desc": "ę—¢å®šć® JSON ćƒ•ć‚©ćƒ¼ćƒžćƒƒć‚æć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ (å†čµ·å‹•ćŒåæ…č¦ć§ć™)", "json.tracing.desc": "VS Code と JSON čØ€čŖžć‚µćƒ¼ćƒćƒ¼é–“ć®é€šäæ”ć‚’ćƒˆćƒ¬ćƒ¼ć‚¹ć—ć¾ć™ć€‚", "json.colorDecorators.enable.desc": "ć‚«ćƒ©ćƒ¼ ćƒ‡ć‚³ćƒ¬ćƒ¼ć‚æćƒ¼ć‚’ęœ‰åŠ¹ć¾ćŸćÆē„”åŠ¹ć«ć—ć¾ć™", - "json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` ćÆä½æē”Øć•ć‚ŒćŖććŖć‚Šć¾ć—ćŸć€‚`editor.colorDecorators` ć‚’ä½æē”Øć—ć¦ćć ć•ć„ć€‚" + "json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` ćÆä½æē”Øć•ć‚ŒćŖććŖć‚Šć¾ć—ćŸć€‚`editor.colorDecorators` ć‚’ä½æē”Øć—ć¦ćć ć•ć„ć€‚", + "json.experimental.syntaxFolding": "ę§‹ę–‡ć®ęŠ˜ć‚ŠćŸćŸćæćƒžćƒ¼ć‚«ćƒ¼čŖč­˜ć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/less/package.i18n.json b/i18n/jpn/extensions/less/package.i18n.json new file mode 100644 index 0000000000..1b38ea5bec --- /dev/null +++ b/i18n/jpn/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Less ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Less ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/log/package.i18n.json b/i18n/jpn/extensions/log/package.i18n.json new file mode 100644 index 0000000000..4f3801b545 --- /dev/null +++ b/i18n/jpn/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "惭悰", + "description": ".log ę‹”å¼µå­ć‚’ęŒć¤ćƒ•ć‚”ć‚¤ćƒ«ć®ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/lua/package.i18n.json b/i18n/jpn/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..d1d5e2706e --- /dev/null +++ b/i18n/jpn/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Lua ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Lua ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/make/package.i18n.json b/i18n/jpn/extensions/make/package.i18n.json new file mode 100644 index 0000000000..078a9d66e4 --- /dev/null +++ b/i18n/jpn/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Make ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Make ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/markdown-basics/package.i18n.json b/i18n/jpn/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..50b3f66d21 --- /dev/null +++ b/i18n/jpn/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Markdown ć®ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/markdown/out/commands.i18n.json b/i18n/jpn/extensions/markdown/out/commands.i18n.json index bc7b2057e4..efa39d4616 100644 --- a/i18n/jpn/extensions/markdown/out/commands.i18n.json +++ b/i18n/jpn/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ {0}", "onPreviewStyleLoadError": "'markdown.styles' ć‚’čŖ­ćæč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“: {0}" } \ No newline at end of file diff --git a/i18n/jpn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/jpn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..410ff78d18 --- /dev/null +++ b/i18n/jpn/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "'markdown.styles' ć‚’čŖ­ćæč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/markdown/out/extension.i18n.json b/i18n/jpn/extensions/markdown/out/extension.i18n.json index 20d27004e0..45fe58f282 100644 --- a/i18n/jpn/extensions/markdown/out/extension.i18n.json +++ b/i18n/jpn/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/extensions/markdown/out/features/preview.i18n.json b/i18n/jpn/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..bd71e11334 --- /dev/null +++ b/i18n/jpn/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼] {0}", + "previewTitle": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ {0}" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json index 6d4c8918e8..a0d27f54fa 100644 --- a/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/jpn/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "ć“ć®ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć§äø€éƒØć®ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ćŒē„”åŠ¹ć«ćŖć£ć¦ć„ć¾ć™", "preview.securityMessage.title": "å®‰å…Øć§ćŖć„åÆčƒ½ę€§ćŒć‚ć‚‹ć‹äæč­·ć•ć‚Œć¦ć„ćŖć„ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ćÆć€ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ē„”åŠ¹åŒ–ć•ć‚Œć¦ć„ć¾ć™ć€‚äæč­·ć•ć‚Œć¦ć„ćŖć„ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć‚„ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć«ćÆć€ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć®ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£čØ­å®šć‚’å¤‰ę›“ć—ć¦ćć ć•ć„", "preview.securityMessage.label": "ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£ćŒē„”åŠ¹ćŖć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć®č­¦å‘Š" diff --git a/i18n/jpn/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/jpn/extensions/markdown/out/previewContentProvider.i18n.json index 6d4c8918e8..4837453f29 100644 --- a/i18n/jpn/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/jpn/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/extensions/markdown/out/security.i18n.json b/i18n/jpn/extensions/markdown/out/security.i18n.json index 40f48a3d2f..ab92c9fb8a 100644 --- a/i18n/jpn/extensions/markdown/out/security.i18n.json +++ b/i18n/jpn/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "é«˜ćƒ¬ćƒ™ćƒ«", "strict.description": "ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£ć§äæč­·ć•ć‚ŒćŸć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć®ćæć‚’čŖ­ćæč¾¼ć‚€", "insecureContent.title": "ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£ć§äæč­·ć•ć‚Œć¦ć„ćŖć„ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć‚’čØ±åÆć™ć‚‹", @@ -13,6 +15,6 @@ "moreInfo.title": "č©³ē“°ęƒ…å ±", "enableSecurityWarning.title": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć§ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć®ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£č­¦å‘Šć‚’ęœ‰åŠ¹ć«ć™ć‚‹", "disableSecurityWarning.title": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć§ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć®ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£č­¦å‘Šć‚’ęœ‰åŠ¹ć«ć™ć‚‹", - "toggleSecurityWarning.description": "ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć®ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£ ćƒ¬ćƒ™ćƒ«ć«å½±éŸæć—ć¾ć›ć‚“", + "toggleSecurityWarning.description": "ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć®ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£ ćƒ¬ćƒ™ćƒ«ć«ćÆå½±éŸæć—ć¾ć›ć‚“", "preview.showPreviewSecuritySelector.title": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć«é–¢ć™ć‚‹ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£čØ­å®šć‚’éøęŠž " } \ No newline at end of file diff --git a/i18n/jpn/extensions/markdown/package.i18n.json b/i18n/jpn/extensions/markdown/package.i18n.json index 9c09de2d69..5380c2978c 100644 --- a/i18n/jpn/extensions/markdown/package.i18n.json +++ b/i18n/jpn/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown čØ€čŖžę©Ÿčƒ½", + "description": "Markdown ć«č±ŠåÆŒćŖčØ€čŖžć‚µćƒćƒ¼ćƒˆć‚’ęä¾›ć€‚", "markdown.preview.breaks.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ę”¹č”Œć‚’ćƒ¬ćƒ³ćƒ€ćƒŖćƒ³ć‚°ć™ć‚‹ę–¹ę³•ć‚’čØ­å®šć—ć¾ć™ć€‚'true' ć«čØ­å®šć™ć‚‹ćØę”¹č”Œć”ćØć«
ć‚’ä½œęˆć—ć¾ć™ć€‚", "markdown.preview.linkify": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ URL å½¢å¼ć®ćƒ†ć‚­ć‚¹ćƒˆć‹ć‚‰ćƒŖćƒ³ć‚Æćøć®å¤‰ę›ć‚’ęœ‰åŠ¹ć¾ćŸćÆē„”åŠ¹ć«ć—ć¾ć™ć€‚", "markdown.preview.doubleClickToSwitchToEditor.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ć®ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ćƒ€ćƒ–ćƒ«ć‚ÆćƒŖćƒƒć‚Æć™ć‚‹ćØć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«åˆ‡ć‚Šę›æć‚ć‚Šć¾ć™ć€‚", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ä½æē”Øć•ć‚Œć‚‹ćƒ•ć‚©ćƒ³ćƒˆ サイズ (ćƒ”ć‚Æć‚»ćƒ«å˜ä½) ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "markdown.preview.lineHeight.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ä½æē”Øć•ć‚Œć‚‹č”Œć®é«˜ć•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ć“ć®ę•°å€¤ćÆćƒ•ć‚©ćƒ³ćƒˆ ć‚µć‚¤ć‚ŗć‚’åŸŗęŗ–ćØć—ć¾ć™ć€‚", "markdown.preview.markEditorSelection.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ć®ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć«ć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ē¾åœØć®éøęŠžēÆ„å›²ć‚’ē¤ŗć™ćƒžćƒ¼ć‚ÆćŒä»˜ćć¾ć™ć€‚", - "markdown.preview.scrollEditorWithPreview.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ć®ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’ć‚¹ć‚Æćƒ­ćƒ¼ćƒ«ć™ć‚‹ćØć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒ“ćƒ„ćƒ¼ćŒę›“ę–°ć•ć‚Œć¾ć™ć€‚", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ē¾åœØć®éøęŠžč”Œć‚’ē¤ŗć™ćŸć‚ć€ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ć®ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ćŒć‚¹ć‚Æćƒ­ćƒ¼ćƒ«ć—ć¾ć™ć€‚", + "markdown.preview.scrollEditorWithPreview.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ć®ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’ć‚¹ć‚Æćƒ­ćƒ¼ćƒ«ć™ć‚‹ćØć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒ“ćƒ„ćƒ¼ćŒę›“ę–°ć•ć‚Œć¾ć™ 怂", + "markdown.preview.scrollPreviewWithEditor.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć‚¹ć‚Æćƒ­ćƒ¼ćƒ«ć™ć‚‹ćØć€ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć®ćƒ“ćƒ„ćƒ¼ćŒę›“ę–°ć•ć‚Œć¾ć™ć€‚", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[éžęŽØå„Ø] ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ē¾åœØéøęŠžć•ć‚Œć¦ć„ć‚‹č”Œć‚’č”Øē¤ŗć™ć‚‹ćŸć‚ć«ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’ć‚¹ć‚Æćƒ­ćƒ¼ćƒ«ć—ć¾ć™ć€‚", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "ć“ć®čØ­å®šćÆ 'markdown.preview.scrollPreviewWithEditor' ć«ē½®ćę›ćˆć‚‰ć‚Œć€ć‚‚ćÆć‚„ęœ‰åŠ¹ć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚", "markdown.preview.title": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’é–‹ć", "markdown.previewFrontMatter.dec": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ YAML front matter ćŒćƒ¬ćƒ³ćƒ€ćƒŖćƒ³ć‚°ć•ć‚Œć‚‹ę–¹ę³•ć‚’čØ­å®šć—ć¾ć™ć€‚'hide' ć®å “åˆć€front matter ćŒå‰Šé™¤ć•ć‚Œć¾ć™ć€‚ćć®ä»–ć®å “åˆć«ćÆć€front matter ćÆćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ćØć—ć¦å‡¦ē†ć•ć‚Œć¾ć™ć€‚", "markdown.previewSide.title": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’ęØŖć«č”Øē¤ŗ", + "markdown.showLockedPreviewToSide.title": "ćƒ­ćƒƒć‚Æć•ć‚ŒćŸćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’ęØŖć«č”Øē¤ŗ", "markdown.showSource.title": "ć‚½ćƒ¼ć‚¹ć®č”Øē¤ŗ", "markdown.styles.dec": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‹ć‚‰ä½æē”Øć™ć‚‹ CSS ć‚¹ć‚æć‚¤ćƒ« ć‚·ćƒ¼ćƒˆć® URL ć¾ćŸćÆćƒ­ćƒ¼ć‚«ćƒ« ćƒ‘ć‚¹ć®äø€č¦§ć€‚ē›øåÆ¾ćƒ‘ć‚¹ćÆć€ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć§é–‹ć‹ć‚Œć¦ć„ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćøć®ēµ¶åÆ¾ćƒ‘ć‚¹ćØč§£é‡ˆć•ć‚Œć¾ć™ć€‚é–‹ć‹ć‚Œć¦ć„ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćŒćŖć„å “åˆć€ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ ćƒ•ć‚”ć‚¤ćƒ«ć®å “ę‰€ć‚’åŸŗęŗ–ćØć—ć¦ć„ć‚‹ćØč§£é‡ˆć•ć‚Œć¾ć™ć€‚'\\' はすべて '\\\\' ćØå…„åŠ›ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", "markdown.showPreviewSecuritySelector.title": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ ć®ć‚»ć‚­ćƒ„ćƒŖćƒ†ć‚£čØ­å®šć‚’å¤‰ę›“", - "markdown.trace.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ę‹”å¼µę©Ÿčƒ½ć®ćƒ‡ćƒćƒƒć‚°ćƒ­ć‚°ć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", - "markdown.refreshPreview.title": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’ę›“ę–°" + "markdown.trace.desc": "ćƒžćƒ¼ć‚Æćƒ€ć‚¦ćƒ³ę‹”å¼µę©Ÿčƒ½ć®ćƒ‡ćƒćƒƒć‚° ćƒ­ć‚°ć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", + "markdown.preview.refresh.title": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć‚’ę›“ę–°", + "markdown.preview.toggleLock.title": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ ćƒ­ćƒƒć‚Æć®åˆ‡ć‚Šę›æćˆ" } \ No newline at end of file diff --git a/i18n/jpn/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/jpn/extensions/merge-conflict/out/codelensProvider.i18n.json index e4f0ccc604..7126af6d9e 100644 --- a/i18n/jpn/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/jpn/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "ē¾åœØć®å¤‰ę›“ć‚’å–ć‚Šč¾¼ć‚€", "acceptIncomingChange": "å…„åŠ›å“ć®å¤‰ę›“ć‚’å–ć‚Šč¾¼ć‚€", "acceptBothChanges": "äø”ę–¹ć®å¤‰ę›“ć‚’å–ć‚Šč¾¼ć‚€", diff --git a/i18n/jpn/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/jpn/extensions/merge-conflict/out/commandHandler.i18n.json index fad8820747..ed5535d239 100644 --- a/i18n/jpn/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/jpn/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚«ćƒ¼ć‚½ćƒ«ćŒćƒžćƒ¼ć‚øć®ē«¶åˆć®ēÆ„å›²å†…ć«ć‚ć‚Šć¾ć›ć‚“", "compareChangesTitle": "{0}: ē¾åœØć®å¤‰ę›“ ⟷ å…„åŠ›å“ć®å¤‰ę›“", "cursorOnCommonAncestorsRange": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚«ćƒ¼ć‚½ćƒ«ćŒå…±é€šć®ē„–å…ˆćƒ–ćƒ­ćƒƒć‚Æå†…ć«ć‚ć‚Šć¾ć™ć€‚ā€ē¾åœØā€ または \"兄力偓\" ć®ć„ćšć‚Œć‹ć®ćƒ–ćƒ­ćƒƒć‚Æć«ē§»å‹•ć—ć¦ćć ć•ć„", diff --git a/i18n/jpn/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/jpn/extensions/merge-conflict/out/mergeDecorator.i18n.json index 6f8b1654a4..725c22b495 100644 --- a/i18n/jpn/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/jpn/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(ē¾åœØć®å¤‰ę›“)", "incomingChange": "(å…„åŠ›å“ć®å¤‰ę›“)" } \ No newline at end of file diff --git a/i18n/jpn/extensions/merge-conflict/package.i18n.json b/i18n/jpn/extensions/merge-conflict/package.i18n.json index e87fbfc30b..afc83d761f 100644 --- a/i18n/jpn/extensions/merge-conflict/package.i18n.json +++ b/i18n/jpn/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ćƒžćƒ¼ć‚øć®ē«¶åˆ", + "description": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‚³ćƒžćƒ³ćƒ‰ć‚’ęä¾›ć—ć¾ć™ć€‚", "command.category": "ćƒžćƒ¼ć‚øć®ē«¶åˆ", "command.accept.all-current": "ē¾åœØć®ę–¹ć‚’ć™ć¹ć¦å–ć‚Šč¾¼ć‚€", "command.accept.all-incoming": "å…„åŠ›å“ć®ć™ć¹ć¦ć‚’å–ć‚Šč¾¼ć‚€", diff --git a/i18n/jpn/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/jpn/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..4d62214f53 --- /dev/null +++ b/i18n/jpn/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "ę—¢å®šć® bower.json", + "json.bower.error.repoaccess": "bower ćƒŖćƒć‚øćƒˆćƒŖć«åÆ¾ć™ć‚‹č¦ę±‚ćŒå¤±ę•—ć—ć¾ć—ćŸ: {0}", + "json.bower.latest.version": "꜀ꖰ" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/jpn/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..0c6ed26065 --- /dev/null +++ b/i18n/jpn/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "ę—¢å®šć® package.json", + "json.npm.error.repoaccess": "NPM ćƒŖćƒć‚øćƒˆćƒŖć«åÆ¾ć™ć‚‹č¦ę±‚ćŒå¤±ę•—ć—ć¾ć—ćŸ: {0}", + "json.npm.latestversion": "ćƒ‘ćƒƒć‚±ćƒ¼ć‚øć®ē¾åœØć®ęœ€ę–°ćƒćƒ¼ć‚øćƒ§ćƒ³", + "json.npm.majorversion": "ęœ€ę–°ć®ćƒ”ć‚øćƒ£ćƒ¼ ćƒćƒ¼ć‚øćƒ§ćƒ³ćØäø€č‡“ć—ć¾ć™ (1.x.x)", + "json.npm.minorversion": "ęœ€ę–°ć®ćƒžć‚¤ćƒŠćƒ¼ ćƒćƒ¼ć‚øćƒ§ćƒ³ćØäø€č‡“ć—ć¾ć™ (1.2.x)", + "json.npm.version.hover": "ęœ€ę–°ćƒćƒ¼ć‚øćƒ§ćƒ³: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/npm/out/main.i18n.json b/i18n/jpn/extensions/npm/out/main.i18n.json index 3e583a812d..1fc288e07e 100644 --- a/i18n/jpn/extensions/npm/out/main.i18n.json +++ b/i18n/jpn/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "npmć‚æć‚¹ć‚Æę¤œå‡ŗ: ćƒ•ć‚”ć‚¤ćƒ« {0} ć®č§£ęžć«å¤±ę•—ć—ć¾ć—ćŸ" } \ No newline at end of file diff --git a/i18n/jpn/extensions/npm/package.i18n.json b/i18n/jpn/extensions/npm/package.i18n.json index 85eafe7697..ac6f54da92 100644 --- a/i18n/jpn/extensions/npm/package.i18n.json +++ b/i18n/jpn/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "npm ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć®ć‚æć‚¹ć‚Æć‚µćƒćƒ¼ćƒˆć‚’čæ½åŠ ć™ć‚‹ę‹”å¼µ", + "displayName": "VSCode 恮 npm ć‚µćƒćƒ¼ćƒˆ", "config.npm.autoDetect": "npm ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć®č‡Ŗå‹•ę¤œå‡ŗć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ć‹ć‚Ŗćƒ•ć«ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę—¢å®šćÆć‚Ŗćƒ³ć§ć™ć€‚", "config.npm.runSilent": "`--silent` ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ć‚’ä½æē”Øć—ć¦ npm ć‚³ćƒžćƒ³ćƒ‰ć‚’å®Ÿč”Œć™ć‚‹ć€‚", "config.npm.packageManager": "ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć‚’å®Ÿč”Œć™ć‚‹ćŸć‚ć«ä½æē”Øć™ć‚‹ćƒ‘ćƒƒć‚±ćƒ¼ć‚ø ćƒžćƒćƒ¼ć‚øćƒ£ćƒ¼ć€‚", - "npm.parseError": "npmć‚æć‚¹ć‚Æę¤œå‡ŗ: ćƒ•ć‚”ć‚¤ćƒ« {0} ć®č§£ęžć«å¤±ę•—ć—ć¾ć—ćŸ" + "config.npm.exclude": "č‡Ŗå‹•ć‚¹ć‚ÆćƒŖćƒ—ćƒˆę¤œå‡ŗć‹ć‚‰é™¤å¤–ć™ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć® glob ćƒ‘ć‚æćƒ¼ćƒ³ć‚’ę§‹ęˆć—ć¾ć™ć€‚", + "npm.parseError": "npmć‚æć‚¹ć‚Æę¤œå‡ŗ: ćƒ•ć‚”ć‚¤ćƒ« {0} ć®č§£ęžć«å¤±ę•—ć—ć¾ć—ćŸ", + "taskdef.script": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć™ć‚‹ npm ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć€‚", + "taskdef.path": "ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć‚’ęä¾›ć™ć‚‹ package.json ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćøć®ćƒ‘ć‚¹ć€‚ēœē•„ć‚’ć™ć‚‹ć“ćØćŒć§ćć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/objective-c/package.i18n.json b/i18n/jpn/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..59a1c6a231 --- /dev/null +++ b/i18n/jpn/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Objective-C ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Objective-C ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/jpn/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..4d62214f53 --- /dev/null +++ b/i18n/jpn/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "ę—¢å®šć® bower.json", + "json.bower.error.repoaccess": "bower ćƒŖćƒć‚øćƒˆćƒŖć«åÆ¾ć™ć‚‹č¦ę±‚ćŒå¤±ę•—ć—ć¾ć—ćŸ: {0}", + "json.bower.latest.version": "꜀ꖰ" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/jpn/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..0c6ed26065 --- /dev/null +++ b/i18n/jpn/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "ę—¢å®šć® package.json", + "json.npm.error.repoaccess": "NPM ćƒŖćƒć‚øćƒˆćƒŖć«åÆ¾ć™ć‚‹č¦ę±‚ćŒå¤±ę•—ć—ć¾ć—ćŸ: {0}", + "json.npm.latestversion": "ćƒ‘ćƒƒć‚±ćƒ¼ć‚øć®ē¾åœØć®ęœ€ę–°ćƒćƒ¼ć‚øćƒ§ćƒ³", + "json.npm.majorversion": "ęœ€ę–°ć®ćƒ”ć‚øćƒ£ćƒ¼ ćƒćƒ¼ć‚øćƒ§ćƒ³ćØäø€č‡“ć—ć¾ć™ (1.x.x)", + "json.npm.minorversion": "ęœ€ę–°ć®ćƒžć‚¤ćƒŠćƒ¼ ćƒćƒ¼ć‚øćƒ§ćƒ³ćØäø€č‡“ć—ć¾ć™ (1.2.x)", + "json.npm.version.hover": "ęœ€ę–°ćƒćƒ¼ć‚øćƒ§ćƒ³: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/package-json/package.i18n.json b/i18n/jpn/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/jpn/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/jpn/extensions/perl/package.i18n.json b/i18n/jpn/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..9a080e205d --- /dev/null +++ b/i18n/jpn/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Perl ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Perl ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/php/out/features/validationProvider.i18n.json b/i18n/jpn/extensions/php/out/features/validationProvider.i18n.json index 430186dee0..aa31caf2f2 100644 --- a/i18n/jpn/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/jpn/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "PHP ćƒ•ć‚”ć‚¤ćƒ«ć‚’ lint ć™ć‚‹ćŸć‚ć« {0} (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®šćØć—ć¦å®šē¾©ć•ć‚Œć¦ć„ć‚‹) ć‚’å®Ÿč”Œć™ć‚‹ć“ćØć‚’čØ±åÆć—ć¾ć™ć‹?", "php.yes": "čØ±åÆ", "php.no": "čØ±åÆć—ćŖć„", diff --git a/i18n/jpn/extensions/php/package.i18n.json b/i18n/jpn/extensions/php/package.i18n.json index 1e7a986fce..19c06bde8a 100644 --- a/i18n/jpn/extensions/php/package.i18n.json +++ b/i18n/jpn/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "組み込みの PHP čØ€čŖžå€™č£œę©Ÿčƒ½ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’čØ­å®šć—ć¾ć™ć€‚ć“ć®ć‚µćƒćƒ¼ćƒˆć«ć‚ˆć£ć¦ć€PHP ć‚°ćƒ­ćƒ¼ćƒćƒ«ćØå¤‰ę•°ć®å€™č£œćŒē¤ŗć•ć‚Œć¾ć™ć€‚", "configuration.validate.enable": "組み込みの PHP ę¤œčØ¼ć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚", - "configuration.validate.executablePath": "PHP å®Ÿč”ŒåÆčƒ½ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęŒ‡ć—ć¾ć™ć€‚", + "configuration.validate.executablePath": "PHP å®Ÿč”ŒåÆčƒ½ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęŒ‡å®šć—ć¾ć™ć€‚", "configuration.validate.run": "ćƒŖćƒ³ć‚æćƒ¼ć‚’äæå­˜ę™‚ć«å®Ÿč”Œć™ć‚‹ć‹ć€å…„åŠ›ę™‚ć«å®Ÿč”Œć™ć‚‹ć‹ć€‚", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "PHP ć®ę¤œčØ¼ć‚’ē„”åŠ¹ć«ć—ć¾ć™ (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šćØć—ć¦å®šē¾©)怂" + "command.untrustValidationExecutable": "PHP ć®ę¤œčØ¼ć‚’ē„”åŠ¹ć«ć—ć¾ć™ (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šćØć—ć¦å®šē¾©)怂", + "displayName": "PHP čØ€čŖžę©Ÿčƒ½", + "description": "PHP ćƒ•ć‚”ć‚¤ćƒ«ć® IntelliSenseć€ćƒŖćƒ³ćƒ†ć‚£ćƒ³ć‚°ć€ćŠć‚ˆć³åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆć‚’ęä¾›ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/powershell/package.i18n.json b/i18n/jpn/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..e46a1f1b81 --- /dev/null +++ b/i18n/jpn/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Powershell ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Powershell ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/pug/package.i18n.json b/i18n/jpn/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..2d9ead928c --- /dev/null +++ b/i18n/jpn/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Pug ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Pug ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/python/package.i18n.json b/i18n/jpn/extensions/python/package.i18n.json new file mode 100644 index 0000000000..31fb8a86d1 --- /dev/null +++ b/i18n/jpn/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Python ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Python ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/r/package.i18n.json b/i18n/jpn/extensions/r/package.i18n.json new file mode 100644 index 0000000000..a12170ab43 --- /dev/null +++ b/i18n/jpn/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "R ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "R ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/razor/package.i18n.json b/i18n/jpn/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..9289a095ca --- /dev/null +++ b/i18n/jpn/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Razor ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Razor ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/ruby/package.i18n.json b/i18n/jpn/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..cd89ff9549 --- /dev/null +++ b/i18n/jpn/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ruby ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Ruby ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/rust/package.i18n.json b/i18n/jpn/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..f7c89c33e0 --- /dev/null +++ b/i18n/jpn/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rust ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Rust ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/scss/package.i18n.json b/i18n/jpn/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..1fb48a5eac --- /dev/null +++ b/i18n/jpn/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SCSS ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "SCSS ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/shaderlab/package.i18n.json b/i18n/jpn/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..ea50953963 --- /dev/null +++ b/i18n/jpn/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shaderlab ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Shaderlab ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/shellscript/package.i18n.json b/i18n/jpn/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..e3b70a17ec --- /dev/null +++ b/i18n/jpn/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shell Script ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Shell Script ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/sql/package.i18n.json b/i18n/jpn/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..edd2332dbc --- /dev/null +++ b/i18n/jpn/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SQL ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "SQL ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/swift/package.i18n.json b/i18n/jpn/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..99b6634d0a --- /dev/null +++ b/i18n/jpn/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Swift ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Swift ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-abyss/package.i18n.json b/i18n/jpn/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..2c02546c65 --- /dev/null +++ b/i18n/jpn/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Abyss ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Abyss ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-defaults/package.i18n.json b/i18n/jpn/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..3d2426b209 --- /dev/null +++ b/i18n/jpn/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ę—¢å®šć®ćƒ†ćƒ¼ćƒž", + "description": "ę—¢å®šć® light と dark ćƒ†ćƒ¼ćƒž (Plus と Visual Studio)" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-kimbie-dark/package.i18n.json b/i18n/jpn/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..c0aa4fa813 --- /dev/null +++ b/i18n/jpn/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Kimbie Dark ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Kimbie dark ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/jpn/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..1fe3c2d084 --- /dev/null +++ b/i18n/jpn/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai Dimmed ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Monokai dimmed ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-monokai/package.i18n.json b/i18n/jpn/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..d74acb4dfc --- /dev/null +++ b/i18n/jpn/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Monokai ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-quietlight/package.i18n.json b/i18n/jpn/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..fb4fb723dc --- /dev/null +++ b/i18n/jpn/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Quiet Light ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Quiet light ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-red/package.i18n.json b/i18n/jpn/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..6e9310a54f --- /dev/null +++ b/i18n/jpn/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Red ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Red ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-seti/package.i18n.json b/i18n/jpn/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..d92e55a0b9 --- /dev/null +++ b/i18n/jpn/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Seti File Icon ćƒ†ćƒ¼ćƒž", + "description": "Seti UI file icons ć‚’ä½æē”Øć—ćŸćƒ•ć‚”ć‚¤ćƒ« ć‚¢ć‚¤ć‚³ćƒ³ć®ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-solarized-dark/package.i18n.json b/i18n/jpn/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..0c67366661 --- /dev/null +++ b/i18n/jpn/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Dark ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Solarized dark ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-solarized-light/package.i18n.json b/i18n/jpn/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..37a29c25c5 --- /dev/null +++ b/i18n/jpn/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Light ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Solarized light ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/jpn/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..afce3093e7 --- /dev/null +++ b/i18n/jpn/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tomorrow Night Blue ćƒ†ćƒ¼ćƒž", + "description": "Visual Studio Code 恮 Tomorrow night blue ćƒ†ćƒ¼ćƒž" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript-basics/package.i18n.json b/i18n/jpn/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..0d2ca3759d --- /dev/null +++ b/i18n/jpn/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript čØ€čŖžć®åŸŗē¤Ž", + "description": "TypeScript ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/commands.i18n.json b/i18n/jpn/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..9dec48a878 --- /dev/null +++ b/i18n/jpn/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "TypeScript または JavaScript ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć‚’ä½æē”Øć™ć‚‹ć«ćÆć€VS Code ć§ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć„ć¦ćć ć•ć„", + "typescript.projectConfigUnsupportedFile": "TypeScript または JavaScript ć®ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć‚’åˆ¤åˆ„ć§ćć¾ć›ć‚“ć§ć—ćŸć€‚ć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ćŖć„ćƒ•ć‚”ć‚¤ćƒ«ć®ēØ®é”žć§ć™", + "typescript.projectConfigCouldNotGetInfo": "TypeScript または JavaScript ć®ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć‚’åˆ¤åˆ„ć§ćć¾ć›ć‚“ć§ć—ćŸ", + "typescript.noTypeScriptProjectConfig": "ćƒ•ć‚”ć‚¤ćƒ«ćÆ TypeScript ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć®äø€éƒØć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚č©³ē“°ęƒ…å ±ćÆ [恓恔悉]({1}) ć‚’ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćć ć•ć„ć€‚", + "typescript.noJavaScriptProjectConfig": "ćƒ•ć‚”ć‚¤ćƒ«ćÆ JavaScript ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć®äø€éƒØć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚č©³ē“°ęƒ…å ±ćÆ [恓恔悉]({1}) ć‚’ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćć ć•ć„ć€‚", + "typescript.configureTsconfigQuickPick": "tsconfig.json 悒꧋ꈐ恙悋", + "typescript.configureJsconfigQuickPick": "jsconfig.json 悒꧋ꈐ恙悋" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/jpn/extensions/typescript/out/features/bufferSyncSupport.i18n.json index e11a2a2a20..906b9c5675 100644 --- a/i18n/jpn/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/jpn/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/completionItemProvider.i18n.json index e974f31a54..3322c396ac 100644 --- a/i18n/jpn/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/jpn/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "é©ē”Øć™ć‚‹ć‚³ćƒ¼ćƒ‰ ć‚¢ć‚Æć‚·ćƒ§ćƒ³ć‚’éøęŠž", "acquiringTypingsLabel": "Typings ć®å®šē¾©ćƒ•ć‚”ć‚¤ćƒ«ć‚’å–å¾—äø­...", "acquiringTypingsDetail": "IntelliSense 恮 Typings ć®å®šē¾©ćƒ•ć‚”ć‚¤ćƒ«ć‚’å–å¾—ć—ć¦ć„ć¾ć™ć€‚", diff --git a/i18n/jpn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index d6577333f0..131db111e2 100644 --- a/i18n/jpn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/jpn/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "JavaScript ćƒ•ć‚”ć‚¤ćƒ«ć®ć‚»ćƒžćƒ³ćƒ†ć‚£ćƒƒć‚Æ ćƒć‚§ćƒƒć‚Æć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚ ćƒ•ć‚”ć‚¤ćƒ«ć®å…ˆé ­ć«ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", "ts-nocheck": "JavaScript ćƒ•ć‚”ć‚¤ćƒ«ć®ć‚»ćƒžćƒ³ćƒ†ć‚£ćƒƒć‚Æ ćƒć‚§ćƒƒć‚Æć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚ ćƒ•ć‚”ć‚¤ćƒ«ć®å…ˆé ­ć«ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", "ts-ignore": "ćƒ•ć‚”ć‚¤ćƒ«ć®ę¬”ć®č”Œć§ @ts-check ć‚Øćƒ©ćƒ¼ć‚’ęŠ‘åˆ¶ć—ć¾ć™ć€‚" diff --git a/i18n/jpn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index 0f1ba25c69..3e197ab717 100644 --- a/i18n/jpn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/jpn/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 å€‹ć®å®Ÿč£…", "manyImplementationLabel": "{0} å€‹ć®å®Ÿč£…", "implementationsErrorLabel": "å®Ÿč£…ć‚’ē‰¹å®šć§ćć¾ć›ć‚“ć§ć—ćŸ" diff --git a/i18n/jpn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index ddf54ae6ac..1c816616c9 100644 --- a/i18n/jpn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/jpn/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "JSDoc ć‚³ćƒ”ćƒ³ćƒˆ" } \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..13a42ef563 --- /dev/null +++ b/i18n/jpn/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (ćƒ•ć‚”ć‚¤ćƒ«ć®äø­ć®ć™ć¹ć¦ć‚’äæ®ę­£ć™ć‚‹)" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index e0ef38af9e..754b3a9593 100644 --- a/i18n/jpn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/jpn/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 å€‹ć®å‚ē…§", "manyReferenceLabel": "{0} å€‹ć®å‚ē…§", "referenceErrorLabel": "å‚ē…§ć‚’åˆ¤åˆ„ć§ćć¾ć›ć‚“ć§ć—ćŸ" diff --git a/i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json index 36836cc0bf..f410ce0e2a 100644 --- a/i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "ćƒ“ćƒ«ćƒ‰ - {0}", "buildAndWatchTscLabel": "ć‚¦ć‚©ćƒƒćƒ - {0}" } \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/typescriptMain.i18n.json b/i18n/jpn/extensions/typescript/out/typescriptMain.i18n.json index e996cf2c1a..b4d6b700c2 100644 --- a/i18n/jpn/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/jpn/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json index 587d70d472..1f37034bed 100644 --- a/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/jpn/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "ćƒ‘ć‚¹ {0} ćÆć€ęœ‰åŠ¹ćŖ tsserver ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć‚’ęŒ‡ć—ć¦ć„ć¾ć›ć‚“ć€‚ćƒćƒ³ćƒ‰ćƒ«ć•ć‚Œć¦ć„ć‚‹ TypeScript ćƒćƒ¼ć‚øćƒ§ćƒ³ć«ćƒ•ć‚©ćƒ¼ćƒ«ćƒćƒƒć‚Æć—ć¦ć„ć¾ć™ć€‚", "serverCouldNotBeStarted": "TypeScript čØ€čŖžć‚µćƒ¼ćƒćƒ¼ć‚’čµ·å‹•ć§ćć¾ć›ć‚“ć€‚ć‚Øćƒ©ćƒ¼ ćƒ”ćƒƒć‚»ćƒ¼ć‚ø: {0}", "typescript.openTsServerLog.notSupported": "TS ć‚µćƒ¼ćƒćƒ¼ć®ćƒ­ć‚°ć«ćÆ TS 2.2.2 ä»„é™ćŒåæ…č¦ć§ć™", diff --git a/i18n/jpn/extensions/typescript/out/utils/api.i18n.json b/i18n/jpn/extensions/typescript/out/utils/api.i18n.json index b15aaab723..7d3598e0e6 100644 --- a/i18n/jpn/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/jpn/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "ćƒćƒ¼ć‚øćƒ§ćƒ³ćŒē„”åŠ¹ć§ć™" } \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/utils/logger.i18n.json b/i18n/jpn/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/jpn/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/jpn/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json index 9cd627a0d9..71afb46256 100644 --- a/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆå…Øä½“ć® JavaScript/TypeScript čØ€čŖžę©Ÿčƒ½ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć«ćÆć€å¤šę•°ć®ćƒ•ć‚”ć‚¤ćƒ«ćŒå«ć¾ć‚Œć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é™¤å¤–ć—ć¾ć™ć€‚ä¾‹: {0}", "hintExclude.generic": "ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆå…Øä½“ć® JavaScript/TypeScript čØ€čŖžę©Ÿčƒ½ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć«ćÆć€ä½œę„­ć—ć¦ć„ćŖć„ć‚½ćƒ¼ć‚¹ ćƒ•ć‚”ć‚¤ćƒ«ćŒå«ć¾ć‚Œć‚‹ć‚µć‚¤ć‚ŗć®å¤§ććŖćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é™¤å¤–ć—ć¾ć™ć€‚", "large.label": "é™¤å¤–ć®ę§‹ęˆ", diff --git a/i18n/jpn/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/jpn/extensions/typescript/out/utils/typingsStatus.i18n.json index 1f1eb703bd..526ca84d8d 100644 --- a/i18n/jpn/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/jpn/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "ć‚ˆć‚Šé©ć—ćŸ TypeScript IntelliSense ć«é–¢ć™ć‚‹ćƒ‡ćƒ¼ć‚æć‚’ćƒ•ć‚§ćƒƒćƒć—ć¦ć„ć¾ć™", - "typesInstallerInitializationFailed.title": "JavaScript čØ€čŖžę©Ÿčƒ½ć®ćŸć‚ć®åž‹å®šē¾©ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć§ć—ćŸć€‚NPM ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć‚’ē¢ŗčŖć™ć‚‹ć‹ć€ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć§ 'typescript.npm' ć‚’ę§‹ęˆć—ć¦ćć ć•ć„", - "typesInstallerInitializationFailed.moreInformation": "č©³ē“°ęƒ…å ±", - "typesInstallerInitializationFailed.doNotCheckAgain": "ä»Šå¾Œē¢ŗčŖć—ćŖć„", - "typesInstallerInitializationFailed.close": "閉恘悋" + "typesInstallerInitializationFailed.title": "JavaScript čØ€čŖžę©Ÿčƒ½ć®ćŸć‚ć®åž‹å®šē¾©ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć§ć—ćŸć€‚NPM ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć‚’ē¢ŗčŖć™ć‚‹ć‹ć€ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć§ 'typescript.npm' ć‚’ę§‹ęˆć—ć¦ćć ć•ć„ć€‚č©³ē“°ćÆ [恓恔悉]({0}) ć‚’ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćć ć•ć„ć€‚", + "typesInstallerInitializationFailed.doNotCheckAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„" } \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json index 1668a6e2c0..79d3c68715 100644 --- a/i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "VS Code ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’ä½æē”Ø", "useWorkspaceVersionOption": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’ä½æē”Ø", "learnMore": "č©³ē“°ęƒ…å ±", diff --git a/i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json index 7aeb9d9672..c65a936e31 100644 --- a/i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "ć“ć®ćƒ‘ć‚¹ć§ćÆ TypeScript ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’čŖ­ćæč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“", "noBundledServerFound": "VS Code 恮 tsserver ćŒé©åˆ‡ć«å‹•ä½œć—ćŖć„ć‚¦ć‚¤ćƒ«ć‚¹ę¤œå‡ŗćƒ„ćƒ¼ćƒ«ćŖć©ć®ä»–ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³ć«ć‚ˆć‚Šå‰Šé™¤ć•ć‚Œć¾ć—ćŸć€‚VS Code ć‚’å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ćć ć•ć„ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/package.i18n.json b/i18n/jpn/extensions/typescript/package.i18n.json index 837e11b297..da4b96cdc4 100644 --- a/i18n/jpn/extensions/typescript/package.i18n.json +++ b/i18n/jpn/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript と JavaScript ć®čØ€čŖžę©Ÿčƒ½", + "description": "JavaScript と TypeScript ćƒ•ć‚”ć‚¤ćƒ«ć«č±ŠåÆŒćŖčØ€čŖžć‚µćƒćƒ¼ćƒˆć‚’ęä¾›ć€‚", "typescript.reloadProjects.title": "ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć®å†čŖ­ćæč¾¼ćæ", "javascript.reloadProjects.title": "ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆć®å†čŖ­ćæč¾¼ćæ", "configuration.typescript": "TypeScript", @@ -37,7 +41,7 @@ "typescript.referencesCodeLens.enabled": "TypeScript ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ CodeLens ć®å‚ē…§ć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚TypeScript 2.0.6 ä»„äøŠćŒåæ…č¦ć§ć™ć€‚", "typescript.implementationsCodeLens.enabled": "CodeLens ć®å®Ÿč£…ć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚TypeScript 2.2.0 ä»„äøŠćŒåæ…č¦ć§ć™ć€‚", "typescript.openTsServerLog.title": "TS ć‚µćƒ¼ćƒćƒ¼ć®ćƒ­ć‚°ć‚’é–‹ć", - "typescript.restartTsServer": "TS ć‚µćƒ¼ćƒćƒ¼ć‚’å†čµ·å‹•ć™ć‚‹", + "typescript.restartTsServer": "TS ć‚µćƒ¼ćƒćƒ¼ć‚’å†čµ·å‹•", "typescript.selectTypeScriptVersion.title": "TypeScript ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć®éøęŠž", "typescript.reportStyleChecksAsWarnings": "ć‚¹ć‚æć‚¤ćƒ«ćƒć‚§ćƒƒć‚Æćƒ¬ćƒćƒ¼ćƒˆć‚’č­¦å‘Šę‰±ć„ćØć™ć‚‹", "jsDocCompletion.enabled": " 自動 JSDoc ć‚³ćƒ”ćƒ³ćƒˆć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Import ćƒ‘ć‚¹ć‚’å…„åŠ›ć™ć‚‹ćØćć®ć‚Æć‚¤ćƒƒć‚Æå€™č£œć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚", "typescript.locale": "TypeScript ć®ć‚Øćƒ©ćƒ¼ć‚’å ±å‘Šć™ć‚‹ćŸć‚ć«ä½æē”Øć™ć‚‹ćƒ­ć‚±ćƒ¼ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚TypeScriptĀ 2.6.0 ä»„äøŠćŒåæ…č¦ć§ć™ć€‚'null'Ā ć®č¦å®šå€¤ćÆ TypeScript ć®ć‚Øćƒ©ćƒ¼ć« VS Code ć®ćƒ­ć‚±ćƒ¼ćƒ«ć‚’ä½æē”Øć—ć¾ć™ć€‚", "javascript.implicitProjectConfig.experimentalDecorators": "ćƒ—ćƒ­ć‚øć‚§ć‚Æćƒˆå¤–ć® JavaScript ćƒ•ć‚”ć‚¤ćƒ«ć® 'experimentalDecorators' ć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚ę—¢å­˜ć® jsconfi.json 悄 tsconfi.json ćƒ•ć‚”ć‚¤ćƒ«ć®čØ­å®šćÆć“ć‚Œć‚ˆć‚Šå„Ŗå…ˆć•ć‚Œć¾ć™ć€‚TypeScript は 2.3.1 ä»„äøŠć§ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", - "typescript.autoImportSuggestions.enabled": "自動 import ęę”ˆć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚TypeScript 2.6.1 ä»„äøŠćŒåæ…č¦ć§ć™" + "typescript.autoImportSuggestions.enabled": "自動 import ęę”ˆć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚TypeScript 2.6.1 ä»„äøŠćŒåæ…č¦ć§ć™", + "typescript.experimental.syntaxFolding": "ę§‹ę–‡ć®ęŠ˜ć‚ŠćŸćŸćæćƒžćƒ¼ć‚«ćƒ¼čŖč­˜ć‚’ęœ‰åŠ¹/ē„”åŠ¹ć«ć—ć¾ć™ć€‚", + "taskDefinition.tsconfig.description": "TS ćƒ“ćƒ«ćƒ‰ć‚’å®šē¾©ć™ć‚‹ tsconfig ćƒ•ć‚”ć‚¤ćƒ«ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/extensions/vb/package.i18n.json b/i18n/jpn/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..b3bf1a38dd --- /dev/null +++ b/i18n/jpn/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Visual Basic ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "Visual Basic ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć€ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć€ęŠ˜ć‚ŠćŸćŸćæć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/xml/package.i18n.json b/i18n/jpn/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..6e69354979 --- /dev/null +++ b/i18n/jpn/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "XML ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "XML ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/extensions/yaml/package.i18n.json b/i18n/jpn/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..079af88900 --- /dev/null +++ b/i18n/jpn/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "YAML ć®åŸŗęœ¬čØ€čŖžć‚µćƒćƒ¼ćƒˆ", + "description": "YAML ćƒ•ć‚”ć‚¤ćƒ«å†…ć§ę§‹ę–‡ćƒć‚¤ćƒ©ć‚¤ćƒˆć€ć‹ć£ć“äø€č‡“ć‚’ęä¾›ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/jpn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/jpn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/jpn/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/jpn/src/vs/base/browser/ui/aria/aria.i18n.json index 39dce61ea6..7df7a6e9fa 100644 --- a/i18n/jpn/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/jpn/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (å†ē™ŗ)" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/jpn/src/vs/base/browser/ui/findinput/findInput.i18n.json index fa8c6122bb..a4000de305 100644 --- a/i18n/jpn/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/jpn/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "兄力" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/jpn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index f8e2d267b9..93c67150c6 100644 --- a/i18n/jpn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/jpn/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "å¤§ę–‡å­—ćØå°ę–‡å­—ć‚’åŒŗåˆ„ć™ć‚‹", "wordsDescription": "å˜čŖžå˜ä½ć§ę¤œē“¢ć™ć‚‹", "regexDescription": "ę­£č¦č”Øē¾ć‚’ä½æē”Øć™ć‚‹" diff --git a/i18n/jpn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/jpn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 8d64252556..d4f23bdb40 100644 --- a/i18n/jpn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/jpn/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "ć‚Øćƒ©ćƒ¼: {0}", "alertWarningMessage": "č­¦å‘Š: {0}", "alertInfoMessage": "ęƒ…å ±: {0}" diff --git a/i18n/jpn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/jpn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index d00ceb129a..669431dc58 100644 --- a/i18n/jpn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/jpn/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "ē”»åƒćŒéžåøøć«å¤§ćć„ćŸć‚ć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«č”Øē¤ŗć•ć‚Œć¾ć›ć‚“ć€‚ ", "resourceOpenExternalButton": "å¤–éƒØć®ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ä½æē”Øć—ć¦ē”»åƒć‚’é–‹ćć¾ć™ć‹?", diff --git a/i18n/jpn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/jpn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/jpn/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/jpn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index e0c77fe94a..7b1308630c 100644 --- a/i18n/jpn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/jpn/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "ćć®ä»–" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/errorMessage.i18n.json b/i18n/jpn/src/vs/base/common/errorMessage.i18n.json index d496d4a7f8..d0293fe2db 100644 --- a/i18n/jpn/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/jpn/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "äøę˜ŽćŖć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚ćƒ­ć‚°ć§č©³ē“°ć‚’ē¢ŗčŖć—ć¦ćć ć•ć„ć€‚", "nodeExceptionMessage": "ć‚·ć‚¹ćƒ†ćƒ  ć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸ ({0})", diff --git a/i18n/jpn/src/vs/base/common/json.i18n.json b/i18n/jpn/src/vs/base/common/json.i18n.json index 21cbaadbdb..d0e7030e3b 100644 --- a/i18n/jpn/src/vs/base/common/json.i18n.json +++ b/i18n/jpn/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/jpn/src/vs/base/common/jsonErrorMessages.i18n.json index 22d29dfb6f..a5fb7c3279 100644 --- a/i18n/jpn/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/jpn/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "ć‚·ćƒ³ćƒœćƒ«ćŒē„”åŠ¹ć§ć™", "error.invalidNumberFormat": "ę•°å€¤č”Øē¤ŗå½¢å¼ćŒē„”åŠ¹ć§ć™", "error.propertyNameExpected": "ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£åćŒåæ…č¦ć§ć™", diff --git a/i18n/jpn/src/vs/base/common/keybindingLabels.i18n.json b/i18n/jpn/src/vs/base/common/keybindingLabels.i18n.json index 013011fc13..cabcec61c6 100644 --- a/i18n/jpn/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/jpn/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "Shift", "altKey": "Alt", diff --git a/i18n/jpn/src/vs/base/common/processes.i18n.json b/i18n/jpn/src/vs/base/common/processes.i18n.json index fd42d989c5..dbcf45f7d1 100644 --- a/i18n/jpn/src/vs/base/common/processes.i18n.json +++ b/i18n/jpn/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/base/common/severity.i18n.json b/i18n/jpn/src/vs/base/common/severity.i18n.json index 12ee4ffac5..2521122027 100644 --- a/i18n/jpn/src/vs/base/common/severity.i18n.json +++ b/i18n/jpn/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "ć‚Øćƒ©ćƒ¼", "sev.warning": "č­¦å‘Š", "sev.info": "ęƒ…å ±" diff --git a/i18n/jpn/src/vs/base/node/processes.i18n.json b/i18n/jpn/src/vs/base/node/processes.i18n.json index 56716cabe3..33f50a8f3d 100644 --- a/i18n/jpn/src/vs/base/node/processes.i18n.json +++ b/i18n/jpn/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "UNC ćƒ‰ćƒ©ć‚¤ćƒ–ć§ć‚·ć‚§ćƒ« ć‚³ćƒžćƒ³ćƒ‰ć‚’å®Ÿč”Œć§ćć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/node/ps.i18n.json b/i18n/jpn/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..ac45527534 --- /dev/null +++ b/i18n/jpn/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "CPU ćØćƒ”ćƒ¢ćƒŖćƒ¼ć®ęƒ…å ±ć‚’åŽé›†ć—ć¦ć„ć¾ć™ć€‚ć“ć‚Œć«ćÆę•°ē§’ć‹ć‹ć‚‹å “åˆćŒć‚ć‚Šć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/node/zip.i18n.json b/i18n/jpn/src/vs/base/node/zip.i18n.json index 4972369538..e834107745 100644 --- a/i18n/jpn/src/vs/base/node/zip.i18n.json +++ b/i18n/jpn/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "zip ćƒ•ć‚”ć‚¤ćƒ«ć®äø­ć« {0} ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index c385b004c2..24af83fb13 100644 --- a/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}ć€éøęŠž", "quickOpenAriaLabel": "éøęŠž" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index cf33b2e440..545a7b78c0 100644 --- a/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/jpn/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "ć‚Æć‚¤ćƒƒć‚ÆéøęŠžć€‚å…„åŠ›ć™ć‚‹ćØēµęžœćŒēµžć‚Šč¾¼ć¾ć‚Œć¾ć™ć€‚", "treeAriaLabel": "ć‚Æć‚¤ćƒƒć‚ÆéøęŠž" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/jpn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 20bacdcd54..ea36720977 100644 --- a/i18n/jpn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/jpn/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "ꊘ悊恟恟悀" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/jpn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..af92c02737 --- /dev/null +++ b/i18n/jpn/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "GitHub äøŠć§ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼", + "loadingData": "ćƒ‡ćƒ¼ć‚æć‚’čŖ­ćæč¾¼ć‚“ć§ć„ć¾ć™...", + "similarIssues": "é”žä¼¼ć®å•é”Œ", + "open": "Open", + "closed": "Closed", + "noResults": "äø€č‡“ć™ć‚‹é …ē›®ćÆć‚ć‚Šć¾ć›ć‚“", + "settingsSearchIssue": "čØ­å®šę¤œē“¢ć®å•é”Œ", + "bugReporter": "惐悰 ćƒ¬ćƒćƒ¼ćƒˆ", + "performanceIssue": "ćƒ‘ćƒ•ć‚©ćƒ¼ćƒžćƒ³ć‚¹ć®å•é”Œ", + "featureRequest": "ę©Ÿčƒ½ę¬²ę±‚", + "stepsToReproduce": "å†ē¾ę‰‹é †", + "bugDescription": "å•é”Œć‚’å†ē¾ć™ć‚‹ćŸć‚ć®ę­£ē¢ŗćŖę‰‹é †ć‚’å…±ęœ‰ć—ć¾ć™ć€‚ć“ć®ćØćć€ęœŸå¾…ć™ć‚‹ēµęžœćØå®Ÿéš›ć®ēµęžœć‚’ęä¾›ć—ć¦ćć ć•ć„ć€‚GitHub-flavored Markdown ć«åÆ¾åæœć—ć¦ć„ć¾ć™ć€‚GitHub äøŠć§ē¢ŗčŖć™ć‚‹ćØćć«å•é”Œć‚’ē·Øé›†ć—ć¦ć‚¹ć‚ÆćƒŖćƒ¼ćƒ³ć‚·ćƒ§ćƒƒćƒˆć‚’čæ½åŠ ć§ćć¾ć™ć€‚", + "performanceIssueDesciption": "ć“ć®ćƒ‘ćƒ•ć‚©ćƒ¼ćƒžćƒ³ć‚¹ć®å•é”ŒćÆć„ć¤ē™ŗē”Ÿć—ć¾ć—ćŸć‹? ćć‚ŒćÆčµ·å‹•ę™‚ć§ć™ć‹? ćć‚ŒćØć‚‚ē‰¹å®šć®ć‚¢ć‚Æć‚·ćƒ§ćƒ³ć®ć‚ćØć§ć™ć‹? GitHub-flavored Markdown ć«åÆ¾åæœć—ć¦ć„ć¾ć™ć€‚GitHub äøŠć§ē¢ŗčŖć™ć‚‹ćØćć«å•é”Œć‚’ē·Øé›†ć—ć¦ć‚¹ć‚ÆćƒŖćƒ¼ćƒ³ć‚·ćƒ§ćƒƒćƒˆć‚’čæ½åŠ ć§ćć¾ć™ć€‚", + "description": "čŖ¬ę˜Ž", + "featureRequestDescription": "č¦‹ć¦ćæćŸć„ćć®ę©Ÿčƒ½ć«ć¤ć„ć¦ć®č©³ē“°ć‚’å…„åŠ›ć—ć¦ćć ć•ć„ć€‚GitHub-flavored Markdown ć«åÆ¾åæœć—ć¦ć„ć¾ć™ć€‚GitHub äøŠć§ē¢ŗčŖć™ć‚‹ćØćć«å•é”Œć‚’ē·Øé›†ć—ć¦ć‚¹ć‚ÆćƒŖćƒ¼ćƒ³ć‚·ćƒ§ćƒƒćƒˆć‚’čæ½åŠ ć§ćć¾ć™ć€‚", + "expectedResults": "ęœŸå¾…ć•ć‚ŒćŸēµęžœ", + "settingsSearchResultsDescription": "ć“ć®ć‚Æć‚ØćƒŖć§ę¤œē“¢ć—ćŸćØćć«ć€č”Øē¤ŗć•ć‚Œć‚‹ć“ćØć‚’ęœŸå¾…ć—ć¦ć„ćŸēµęžœć‚’ćƒŖć‚¹ćƒˆć—ć¦ćć ć•ć„ć€‚GitHub-flavored Markdown ć«åÆ¾åæœć—ć¦ć„ć¾ć™ć€‚GitHub äøŠć§ē¢ŗčŖć™ć‚‹ćØćć«å•é”Œć‚’ē·Øé›†ć—ć¦ć‚¹ć‚ÆćƒŖćƒ¼ćƒ³ć‚·ćƒ§ćƒƒćƒˆć‚’čæ½åŠ ć§ćć¾ć™ć€‚", + "pasteData": "åæ…č¦ćŖćƒ‡ćƒ¼ć‚æćŒé€äæ”ć™ć‚‹ć«ćÆå¤§ćć™ćŽćŸćŸć‚ć€ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«ę›øćč¾¼ćæć¾ć—ćŸć€‚č²¼ć‚Šä»˜ć‘ć¦ćć ć•ć„ć€‚", + "disabledExtensions": "ę‹”å¼µę©Ÿčƒ½ćŒē„”åŠ¹åŒ–ć•ć‚Œć¦ć„ć¾ć™" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/jpn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..60652585f4 --- /dev/null +++ b/i18n/jpn/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "č‹±čŖžć§čØ˜å…„ć—ć¦äø‹ć•ć„ć€‚", + "issueTypeLabel": "ēØ®é”ž", + "issueTitleLabel": "锌名", + "issueTitleRequired": "é”Œåć‚’å…„åŠ›ć—ć¦ćć ć•ć„", + "titleLengthValidation": "ć‚æć‚¤ćƒˆćƒ«ćŒé•·ć™ćŽć¾ć™ć€‚", + "systemInfo": "ē§ć®ć‚·ć‚¹ćƒ†ćƒ ęƒ…å ±", + "sendData": "ćƒ‡ćƒ¼ć‚æć‚’é€äæ”ć™ć‚‹", + "processes": "ē¾åœØå®Ÿč”Œäø­ć®ćƒ—ćƒ­ć‚»ć‚¹", + "workspaceStats": "ē§ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹", + "extensions": "ē§ć®ę‹”å¼µę©Ÿčƒ½", + "searchedExtensions": "č¦‹ć¤ć‹ć£ćŸę‹”å¼µę©Ÿčƒ½", + "settingsSearchDetails": "設定検瓢の詳瓰", + "tryDisablingExtensions": "ę‹”å¼µę©Ÿčƒ½ćŒē„”åŠ¹ćŖå “åˆć«å•é”ŒćÆå†ē¾åÆčƒ½ć§ć™ć‹?", + "yes": "はい", + "no": "恄恄恈", + "disableExtensionsLabelText": "{0} ć‚’å®Ÿč”Œå¾Œć«å•é”Œć‚’å†ē¾ć—ć¦ćæć¦ćć ć•ć„ć€‚", + "disableExtensions": "ć™ć¹ć¦ć®ę‹”å¼µę©Ÿčƒ½ć‚’ē„”åŠ¹ć«ć—ć¦ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’å†čŖ­ćæć™ć‚‹", + "showRunningExtensionsLabelText": "ę‹”å¼µę©Ÿčƒ½ć®å•é”ŒćØē–‘ć‚ć‚Œć‚‹å “åˆć€ę‹”å¼µę©Ÿčƒ½ć®å•é”Œć‚’å ±å‘Šć™ć‚‹ćŸć‚ć« {0} ć‚’å®Ÿč”Œć—ć¦ćć ć•ć„ć€‚", + "showRunningExtensions": "ć™ć¹ć¦ć®å®Ÿč”Œäø­ć®ę‹”å¼µę©Ÿčƒ½ć‚’č”Øē¤ŗć™ć‚‹", + "details": "č©³ē“°ć‚’å…„åŠ›ć—ć¦ćć ć•ć„ć€‚", + "loadingData": "ćƒ‡ćƒ¼ć‚æć‚’čŖ­ćæč¾¼ć‚“ć§ć„ć¾ć™..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/electron-main/auth.i18n.json b/i18n/jpn/src/vs/code/electron-main/auth.i18n.json index 5c3a22adde..daffebeba4 100644 --- a/i18n/jpn/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/jpn/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "ćƒ—ćƒ­ć‚­ć‚·čŖčØ¼ćŒåæ…č¦", "proxyauth": "{0} ćƒ—ćƒ­ć‚­ć‚·ć«ćÆčŖčØ¼ćŒåæ…č¦ć§ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/electron-main/logUploader.i18n.json b/i18n/jpn/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..0de8043552 --- /dev/null +++ b/i18n/jpn/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "ē„”åŠ¹ćŖćƒ­ć‚° ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ€ćƒ¼ć®ć‚Øćƒ³ćƒ‰ćƒć‚¤ćƒ³ćƒˆ", + "beginUploading": "ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰ć—ć¦ć„ć¾ć™...", + "didUploadLogs": "ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰ć«ęˆåŠŸć—ć¾ć—ćŸ! Log file ID: {0}", + "logUploadPromptHeader": "Microsoft ピンバーの VS Code ćƒćƒ¼ćƒ ć®ćæćŒć‚¢ć‚Æć‚»ć‚¹ć§ćć‚‹å®‰å…ØćŖ Microsoft ć‚Øćƒ³ćƒ‰ćƒć‚¤ćƒ³ćƒˆć«ć‚»ćƒƒć‚·ćƒ§ćƒ³ ćƒ­ć‚°ć‚’ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰ć—ć‚ˆć†ćØć—ć¦ć„ć¾ć™ć€‚", + "logUploadPromptBody": "ć‚»ćƒƒć‚·ćƒ§ćƒ³ ćƒ­ć‚°ćÆå®Œå…ØćŖćƒ‘ć‚¹ć‚„ćƒ•ć‚”ć‚¤ćƒ«ć®å†…å®¹ćŖć©ć®å€‹äŗŗęƒ…å ±ć‚’å«ć‚“ć§ć„ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚ć‚»ćƒƒć‚·ćƒ§ćƒ³ 惭悰 ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę¬”ć®å “ę‰€ć§ē¢ŗčŖć—ć¦ē·Øé›†ć—ć¦ćć ć•ć„: '{0}'", + "logUploadPromptBodyDetails": "ē¶šč”Œć™ć‚‹ć«ćÆć€ć‚»ćƒƒć‚·ćƒ§ćƒ³ 惭悰 ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē¢ŗčŖćŠć‚ˆć³ē·Øé›†ęøˆćæć§ć‚ć‚Šć€Microsoft が VS Code ć®ćƒ‡ćƒćƒƒć‚°ć«ćć‚Œć‚‰ć‚’åˆ©ē”Øć™ć‚‹ć“ćØć«åŒę„ć—ć¦ć„ć‚‹ć‹ć‚’ē¢ŗčŖć—ć¦ćć ć•ć„ć€‚", + "logUploadPromptAcceptInstructions": "ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰ć‚’ē¶šć‘ć‚‹ćŸć‚ć« '--upload-logs={0}' 悒恤恑恦 code ć‚’å®Ÿč”Œć—ć¦ćć ć•ć„", + "postError": "ćƒ­ć‚°ć‚’ęå‡ŗäø­ć®ć‚Øćƒ©ćƒ¼: {0}", + "responseError": "ćƒ­ć‚°ć®ęŠ•ēØæć§ć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚{0} ć‚’å–å¾—ć—ć¾ć—ćŸ — {1}", + "parseError": "ćƒ¬ć‚¹ćƒćƒ³ć‚¹ć‚’č§£ęžäø­ć«ć‚Øćƒ©ćƒ¼", + "zipError": "惭悰悒 zip ć«åœ§ēø®äø­ć«ć‚Øćƒ©ćƒ¼ : {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/electron-main/main.i18n.json b/i18n/jpn/src/vs/code/electron-main/main.i18n.json index a56e5d2c7c..9fb25cbbee 100644 --- a/i18n/jpn/src/vs/code/electron-main/main.i18n.json +++ b/i18n/jpn/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "{0} ć®åˆ„ć®ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ćŒå®Ÿč”Œäø­ć§ć™ćŒåæœē­”ć—ć¦ć„ć¾ć›ć‚“", "secondInstanceNoResponseDetail": "ä»–ć™ć¹ć¦ć®ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ć‚’é–‰ć˜ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", "secondInstanceAdmin": "{0} 恮 2 ć¤ē›®ć®ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ćŒę—¢ć«ē®”ē†č€…ćØć—ć¦å®Ÿč”Œć•ć‚Œć¦ć„ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/code/electron-main/menus.i18n.json b/i18n/jpn/src/vs/code/electron-main/menus.i18n.json index 8a7dad6df2..86c5d0b50c 100644 --- a/i18n/jpn/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/jpn/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "ćƒ•ć‚”ć‚¤ćƒ«(&&F)", "mEdit": "編集(&&E)", "mSelection": "éøęŠž(&C)", @@ -88,8 +90,10 @@ "miMarker": "問锌(&&P)", "miAdditionalViews": "ćć®ä»–ć®ćƒ“ćƒ„ćƒ¼(&&V)", "miCommandPalette": "ć‚³ćƒžćƒ³ćƒ‰ ćƒ‘ćƒ¬ćƒƒćƒˆ(&&C)...", + "miOpenView": "ćƒ“ćƒ„ćƒ¼ć‚’é–‹ć... &&O", "miToggleFullScreen": "å…Øē”»é¢č”Øē¤ŗć®åˆ‡ć‚Šę›æćˆ(&&F)", "miToggleZenMode": "Zen Mode ć®åˆ‡ć‚Šę›æćˆ", + "miToggleCenteredLayout": "äø­å¤®ęƒćˆćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć®åˆ‡ć‚Šę›æćˆ", "miToggleMenuBar": "ćƒ”ćƒ‹ćƒ„ćƒ¼ ćƒćƒ¼ć®åˆ‡ć‚Šę›æćˆ(&&B)", "miSplitEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’åˆ†å‰²(&&E)", "miToggleEditorLayout": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ— ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć®åˆ‡ć‚Šę›æćˆ(&&L)", @@ -97,7 +101,7 @@ "miMoveSidebarRight": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć‚’å³ćøē§»å‹•(&&M)", "miMoveSidebarLeft": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć‚’å·¦ćøē§»å‹•(&&M)", "miTogglePanel": "ćƒ‘ćƒćƒ«ć®åˆ‡ć‚Šę›æćˆ(&&P)", - "miHideStatusbar": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć‚’éžč”Øē¤ŗć«ć™ć‚‹(&&H)", + "miHideStatusbar": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć‚’éžč”Øē¤ŗ(&&H)", "miShowStatusbar": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ バーの蔨示(&&S)", "miHideActivityBar": "ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć‚’éžč”Øē¤ŗć«ć™ć‚‹(&&A)", "miShowActivityBar": "ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć‚’č”Øē¤ŗć™ć‚‹(&&A)", @@ -146,7 +150,7 @@ "miEnableAllBreakpoints": "ć™ć¹ć¦ć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć‚’ęœ‰åŠ¹ć«ć™ć‚‹", "miDisableAllBreakpoints": "ć™ć¹ć¦ć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć‚’ē„”åŠ¹ć«ć™ć‚‹(&&L)", "miRemoveAllBreakpoints": "ć™ć¹ć¦ć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć‚’å‰Šé™¤ć™ć‚‹(&&R)", - "miInstallAdditionalDebuggers": "ćć®ä»–ć®ćƒ‡ćƒćƒƒć‚¬ćƒ¼ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™(&&I)...", + "miInstallAdditionalDebuggers": "čæ½åŠ ć®ćƒ‡ćƒćƒƒć‚¬ćƒ¼ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«(&&I)...", "mMinimize": "ęœ€å°åŒ–", "mZoom": "ć‚ŗćƒ¼ćƒ ", "mBringToFront": "ć™ć¹ć¦ć‚’å‰é¢ć«é…ē½®", @@ -178,13 +182,11 @@ "miConfigureTask": "ć‚æć‚¹ć‚Æć®ę§‹ęˆ(&&C)…", "miConfigureBuildTask": "ę—¢å®šć®ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚Æć®ę§‹ęˆ(&&F)…", "accessibilityOptionsWindowTitle": "ćƒ¦ćƒ¼ć‚¶ćƒ¼č£œåŠ©ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³", - "miRestartToUpdate": "å†čµ·å‹•ć—ć¦ę›“ę–°...", + "miCheckForUpdates": "ę›“ę–°ć®ē¢ŗčŖ...", "miCheckingForUpdates": "ę›“ę–°ć‚’ē¢ŗčŖć—ć¦ć„ć¾ć™...", "miDownloadUpdate": "åˆ©ē”ØåÆčƒ½ćŖę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ć¾ć™", "miDownloadingUpdate": "ę›“ę–°ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ć¦ć„ć¾ć™...", + "miInstallUpdate": "ę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«...", "miInstallingUpdate": "ę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", - "miCheckForUpdates": "ę›“ę–°ć®ē¢ŗčŖ...", - "aboutDetail": "ćƒćƒ¼ć‚øćƒ§ćƒ³ {0}\nć‚³ćƒŸćƒƒćƒˆ {1}\nę—„ä»˜ {2}\nć‚·ć‚§ćƒ« {3}\nćƒ¬ćƒ³ćƒ€ćƒ©ćƒ¼ {4}\nNode {5}\nć‚¢ćƒ¼ć‚­ćƒ†ć‚Æćƒćƒ£ {6}", - "okButton": "OK", - "copy": "ć‚³ćƒ”ćƒ¼ (&&C)" + "miRestartToUpdate": "å†čµ·å‹•ć—ć¦ę›“ę–°..." } \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/electron-main/window.i18n.json b/i18n/jpn/src/vs/code/electron-main/window.i18n.json index e7d5ee4a6b..1ea1d56d6f 100644 --- a/i18n/jpn/src/vs/code/electron-main/window.i18n.json +++ b/i18n/jpn/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "å¼•ćē¶šć **Alt** ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ćƒ”ćƒ‹ćƒ„ćƒ¼ ćƒćƒ¼ć«ć‚¢ć‚Æć‚»ć‚¹ć§ćć¾ć™ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "å¼•ćē¶šć Alt ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ćƒ”ćƒ‹ćƒ„ćƒ¼ ćƒćƒ¼ć«ć‚¢ć‚Æć‚»ć‚¹ć§ćć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/electron-main/windows.i18n.json b/i18n/jpn/src/vs/code/electron-main/windows.i18n.json index abfc87dda2..9063ecf0b4 100644 --- a/i18n/jpn/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/jpn/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "OK", "pathNotExistTitle": "ćƒ‘ć‚¹ćŒå­˜åœØć—ć¾ć›ć‚“", "pathNotExistDetail": "ćƒ‘ć‚¹ '{0}' ćÆćƒ‡ć‚£ć‚¹ć‚Æć«å­˜åœØć—ćŖććŖć£ćŸć‚ˆć†ć§ć™ć€‚", diff --git a/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json b/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json index 17e8239c8b..ad14097d90 100644 --- a/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "ę‹”å¼µę©Ÿčƒ½ '{0}' ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚", "notInstalled": "ę‹”å¼µę©Ÿčƒ½ '{0}' ćŒć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", "useId": "ē™ŗč”Œå…ƒćŖć©ć®å®Œå…ØćŖę‹”å¼µę©Ÿčƒ½ ID ć‚’ä½æē”Øć—ć¦ć„ć‚‹ć“ćØć‚’ć”ē¢ŗčŖćć ć•ć„ć€‚ä¾‹: {0}", "successVsixInstall": "ę‹”å¼µę©Ÿčƒ½ '{0}' ćŒę­£åøøć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸć€‚", "cancelVsixInstall": "ę‹”å¼µę©Ÿčƒ½ '{0}' ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć‚’ć‚­ćƒ£ćƒ³ć‚»ćƒ«ć—ć¾ć—ćŸć€‚", "alreadyInstalled": "ę‹”å¼µę©Ÿčƒ½ '{0}' ćÆę—¢ć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć™ć€‚", - "foundExtension": "ćƒžćƒ¼ć‚±ćƒƒćƒˆćƒ—ćƒ¬ćƒ¼ć‚¹ć§ '{0}' ćŒč¦‹ć¤ć‹ć‚Šć¾ć—ćŸć€‚", + "foundExtension": "Marketplace 恧 '{0}' ćŒč¦‹ć¤ć‹ć‚Šć¾ć—ćŸć€‚", "installing": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", "successInstall": "ę‹”å¼µę©Ÿčƒ½ '{0}' v{1} ćŒę­£åøøć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸ!", "uninstalling": "{0} ć‚’ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", diff --git a/i18n/jpn/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/jpn/src/vs/editor/browser/services/bulkEdit.i18n.json index 4c84c291c5..ee13b7b45b 100644 --- a/i18n/jpn/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/jpn/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "ć“ć®é–“ć«ę¬”ć®ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¾ć—ćŸ: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "ē·Øé›†ćÆč”Œć‚ć‚Œć¾ć›ć‚“ć§ć—ćŸ", "summary.nm": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®ćƒ†ć‚­ć‚¹ćƒˆē·Øé›†ć‚’å®Ÿč”Œ", - "summary.n0": "1 ć¤ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} å€‹ć®ćƒ†ć‚­ć‚¹ćƒˆć‚’ē·Øé›†" + "summary.n0": "1 ć¤ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} å€‹ć®ćƒ†ć‚­ć‚¹ćƒˆć‚’ē·Øé›†", + "conflict": "ć“ć®é–“ć«ę¬”ć®ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¾ć—ćŸ: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/jpn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index bf07ff70ad..119b5b0fe4 100644 --- a/i18n/jpn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "äø€ę–¹ć®ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤§ćć™ćŽć‚‹ćŸć‚ć€ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęÆ”č¼ƒć§ćć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json index bb95ac9196..20eeed65e3 100644 --- a/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "閉恘悋", "header": "{1} ć®å·®åˆ† {0}: å¤‰ę›“å‰ć® {2}态{3} č”Œć€å¤‰ę›“å¾Œć® {4}态{5} 蔌", "blankLine": "空白", diff --git a/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json index ccf74d0af3..b24c38ba63 100644 --- a/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "fontFamily": "ćƒ•ć‚©ćƒ³ćƒˆ ćƒ•ć‚”ćƒŸćƒŖć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "fontWeight": "ćƒ•ć‚©ćƒ³ćƒˆć®å¤Ŗć•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", @@ -14,7 +16,7 @@ "lineNumbers.on": "č”Œē•Ŗå·ćÆć€ēµ¶åÆ¾ę•°ćØć—ć¦č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "lineNumbers.relative": "č”Œē•Ŗå·ćÆć€ć‚«ćƒ¼ć‚½ćƒ«ä½ē½®ć¾ć§ć®č”Œę•°ćØć—ć¦č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "lineNumbers.interval": "č”Œē•Ŗå·ćÆ 10 č”Œć”ćØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", - "lineNumbers": "č”Œē•Ŗå·ć®č”Øē¤ŗć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ä½æē”ØåÆčƒ½ćŖå€¤ćÆć€'on'态'off'ć€ćŠć‚ˆć³ 'relative' 恧恙怂", + "lineNumbers": "č”Œē•Ŗå·ć®č”Øē¤ŗć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ä½æē”ØåÆčƒ½ćŖå€¤ćÆć€'on'态'off'态'relative'态'interval' 恧恙怂", "rulers": "ē­‰å¹…ćƒ•ć‚©ćƒ³ćƒˆć®ē‰¹å®šē•Ŗå·ć®å¾Œć‚ć«åž‚ē›“ćƒ«ćƒ¼ćƒ©ćƒ¼ć‚’č”Øē¤ŗć—ć¾ć™ć€‚č¤‡ę•°ć®ćƒ«ćƒ¼ćƒ©ćƒ¼ć«ćÆč¤‡ę•°ć®å€¤ć‚’ä½æē”Øć—ć¾ć™ć€‚é…åˆ—ćŒē©ŗć®å “åˆćÆćƒ«ćƒ¼ćƒ©ćƒ¼ć‚’č”Øē¤ŗć—ć¾ć›ć‚“ć€‚", "wordSeparators": "å˜čŖžć«é–¢é€£ć—ćŸćƒŠćƒ“ć‚²ćƒ¼ć‚·ćƒ§ćƒ³ć¾ćŸćÆę“ä½œć‚’å®Ÿč”Œć™ć‚‹ćØćć«ć€å˜čŖžć®åŒŗåˆ‡ć‚Šę–‡å­—ćØć—ć¦ä½æē”Øć•ć‚Œć‚‹ę–‡å­—", "tabSize": "1 ć¤ć®ć‚æćƒ–ć«ē›øå½“ć™ć‚‹ć‚¹ćƒšćƒ¼ć‚¹ć®ę•°ć€‚`editor.detectIndentation` ćŒć‚Ŗćƒ³ć®å “åˆć€ć“ć®čØ­å®šćÆćƒ•ć‚”ć‚¤ćƒ« ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć«åŸŗć„ć„ć¦äøŠę›øćć•ć‚Œć¾ć™ć€‚", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć§ęœ€å¾Œć®č”Œć‚’č¶Šćˆć¦ć‚¹ć‚Æćƒ­ćƒ¼ćƒ«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™", "smoothScrolling": "ć‚¢ćƒ‹ćƒ”ćƒ¼ć‚·ćƒ§ćƒ³ć§ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć‚¹ć‚Æćƒ­ćƒ¼ćƒ«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™", "minimap.enabled": "ćƒŸćƒ‹ćƒžćƒƒćƒ—ć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™", + "minimap.side": "ćƒŸćƒ‹ćƒžćƒƒćƒ—ć®č”Øē¤ŗć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ä½æē”ØåÆčƒ½ćŖå€¤ćÆ 'right'ć€ćŠć‚ˆć³ 'left' 恧恙怂", "minimap.showSlider": "ćƒŸćƒ‹ćƒžćƒƒćƒ—ć®ć‚¹ćƒ©ć‚¤ćƒ€ćƒ¼ć‚’č‡Ŗå‹•ēš„ć«éžč”Øē¤ŗć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ęŒ‡å®šć§ćć‚‹å€¤ćÆ 'always' と 'mouseover' 恧恙", "minimap.renderCharacters": "蔌に (ć‚«ćƒ©ćƒ¼ ćƒ–ćƒ­ćƒƒć‚Æć§ćÆćŖć) å®Ÿéš›ć®ę–‡å­—ć‚’č”Øē¤ŗć—ć¾ć™", "minimap.maxColumn": "č”Øē¤ŗć™ć‚‹ćƒŸćƒ‹ćƒžćƒƒćƒ—ć®ęœ€å¤§å¹…ć‚’ē‰¹å®šć®ę”ę•°ć«åˆ¶é™ć—ć¾ć™", @@ -40,9 +43,9 @@ "wordWrapColumn": "'editor.wordWrap' が 'wordWrapColumn' または 'bounded' ć®å “åˆć«ć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ęŠ˜ć‚Ščæ”ć—ę”ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "wrappingIndent": "ęŠ˜ć‚Ščæ”ć—č”Œć®ć‚¤ćƒ³ćƒ‡ćƒ³ćƒˆć‚’åˆ¶å¾”ć—ć¾ć™ć€‚'none'态'same'ć€ć¾ćŸćÆ 'indent' ć®ć„ćšć‚Œć‹ć‚’ęŒ‡å®šć§ćć¾ć™ć€‚", "mouseWheelScrollSensitivity": "ćƒžć‚¦ć‚¹ ćƒ›ć‚¤ćƒ¼ćƒ« ć‚¹ć‚Æćƒ­ćƒ¼ćƒ« ć‚¤ćƒ™ćƒ³ćƒˆć® `deltaX` と `deltaY` ć§ä½æē”Øć•ć‚Œć‚‹ä¹—ę•°", - "multiCursorModifier.ctrlCmd": "Windows ćŠć‚ˆć³ Linux 上の `Control` と OSX 上の `Command` ć«ćƒžćƒƒćƒ—ć—ć¾ć™ć€‚", - "multiCursorModifier.alt": "Windows ćŠć‚ˆć³ Linux 上の `Alt` と OSX 上の `Option` ć«ćƒžćƒƒćƒ—ć—ć¾ć™ć€‚", - "multiCursorModifier": "ćƒžć‚¦ć‚¹ć§č¤‡ę•°ć®ć‚«ćƒ¼ć‚½ćƒ«ć‚’čæ½åŠ ć™ć‚‹ćØćć«ä½æē”Øć™ć‚‹äæ®é£¾ć‚­ćƒ¼ć§ć™ć€‚`ctrlCmd` は Windows ćŠć‚ˆć³ Linux 上の `Control` ć‚­ćƒ¼ćØ OSX 上の `Command` ć‚­ćƒ¼ć«ćƒžćƒƒćƒ—ć—ć¾ć™ć€‚ć€Œå®šē¾©ć«ē§»å‹•ć€ć‚„ć€ŒćƒŖćƒ³ć‚Æć‚’é–‹ćć€ć®ćƒžć‚¦ć‚¹ę“ä½œćÆć€ćƒžćƒ«ćƒć‚«ćƒ¼ć‚½ćƒ«ć®äæ®é£¾ć‚­ćƒ¼ćØē«¶åˆć—ćŖć„ć‚ˆć†ć«é©ē”Øć•ć‚Œć¾ć™ć€‚", + "multiCursorModifier.ctrlCmd": "Windows ćŠć‚ˆć³ Linux 上の `Control` ć‚­ćƒ¼ćØ macOS 上の `Command` ć‚­ćƒ¼ć«å‰²ć‚Šå½“ć¦ć¾ć™ć€‚", + "multiCursorModifier.alt": "Windows ćŠć‚ˆć³ Linux 上の `Alt` ć‚­ćƒ¼ćØ macOS 上の `Option` ć‚­ćƒ¼ć«å‰²ć‚Šå½“ć¦ć¾ć™ć€‚", + "multiCursorModifier": "ćƒžć‚¦ć‚¹ć‚’ä½æē”Øć—ć¦č¤‡ę•°ć®ć‚«ćƒ¼ć‚½ćƒ«ć‚’čæ½åŠ ć™ć‚‹ćØćć«ä½æē”Øć™ć‚‹äæ®é£¾ć‚­ćƒ¼ć§ć™ć€‚`ctrlCmd` は Windows ćŠć‚ˆć³ Linux 上の `Control` ć‚­ćƒ¼ćØ macOS 上の `Command` ć‚­ćƒ¼ć«å‰²ć‚Šå½“ć¦ć¾ć™ć€‚ć€Œå®šē¾©ć«ē§»å‹•ć€ć‚„ć€ŒćƒŖćƒ³ć‚Æć‚’é–‹ćć€ć®ćƒžć‚¦ć‚¹ę“ä½œćÆć€ćƒžćƒ«ćƒć‚«ćƒ¼ć‚½ćƒ«ć®äæ®é£¾ć‚­ćƒ¼ćØē«¶åˆć—ćŖć„ć‚ˆć†ć«é©ē”Øć•ć‚Œć¾ć™ć€‚", "quickSuggestions.strings": "ę–‡å­—åˆ—å†…ć§ć‚Æć‚¤ćƒƒć‚Æå€™č£œć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", "quickSuggestions.comments": "ć‚³ćƒ”ćƒ³ćƒˆå†…ć§ć‚Æć‚¤ćƒƒć‚Æå€™č£œć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", "quickSuggestions.other": "ę–‡å­—åˆ—ćŠć‚ˆć³ć‚³ćƒ”ćƒ³ćƒˆå¤–ć§ć‚Æć‚¤ćƒƒć‚Æå€™č£œć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", @@ -63,6 +66,10 @@ "snippetSuggestions": "ä»–ć®äæ®ę­£å€™č£œćØäø€ē·’ć«ć‚¹ćƒ‹ćƒšćƒƒćƒˆć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć€ćŠć‚ˆć³ćć®äø¦ć³ę›æćˆć®ę–¹ę³•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "emptySelectionClipboard": "éøęŠžēÆ„å›²ć‚’ęŒ‡å®šć—ćŖć„ć§ć‚³ćƒ”ćƒ¼ć™ć‚‹å “åˆć«ē¾åœØć®č”Œć‚’ć‚³ćƒ”ćƒ¼ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "wordBasedSuggestions": "ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆå†…ć®å˜čŖžć«åŸŗć„ć„ć¦å…„åŠ›å€™č£œć‚’čØˆē®—ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "suggestSelection.first": "åøøć«ęœ€åˆć®å€™č£œć‚’éøęŠžć—ć¾ć™ć€‚", + "suggestSelection.recentlyUsed": "čæ½åŠ å…„åŠ›ć«ć‚ˆć£ć¦éøęŠžć•ć‚ŒćŸć‚‚ć®ćŒćŖć‘ć‚Œć°ć€ęœ€čæ‘ć®å€™č£œć‚’éøęŠžć—ć¾ć™ć€‚ä¾‹: `console.| -> console.log` (`log` ćÆęœ€čæ‘å…„åŠ›ć•ć‚ŒćŸćŸć‚)怂", + "suggestSelection.recentlyUsedByPrefix": "ć“ć‚Œć‚‰ć®å€™č£œć‚’å…„åŠ›ć—ćŸå‰ć®ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ć«åŸŗć„ć„ć¦å€™č£œć‚’éøęŠžć—ć¾ć™ć€‚ä¾‹: `co -> console`态`con -> const`怂", + "suggestSelection": "å€™č£œćƒŖć‚¹ćƒˆć‚’č”Øē¤ŗć™ć‚‹ćØćć«å€™č£œć‚’äŗ‹å‰ć«éøęŠžć™ć‚‹ę–¹ę³•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "suggestFontSize": "å€™č£œć®ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®ćƒ•ć‚©ćƒ³ćƒˆ サイズ", "suggestLineHeight": "å€™č£œć®ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®č”Œć®é«˜ć•", "selectionHighlight": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć§éøęŠžēÆ„å›²ć«é”žä¼¼ć™ć‚‹äø€č‡“ē®‡ę‰€ć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™", @@ -72,6 +79,7 @@ "cursorBlinking": "ć‚«ćƒ¼ć‚½ćƒ«ć®ć‚¢ćƒ‹ćƒ”ćƒ¼ć‚·ćƒ§ćƒ³ ć‚¹ć‚æć‚¤ćƒ«ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ęŒ‡å®šć§ćć‚‹å€¤ćÆ 'blink'态'smooth'态'phase'态'expand'态'solid' 恧恙", "mouseWheelZoom": "Ctrl ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ćƒžć‚¦ć‚¹ ćƒ›ć‚¤ćƒ¼ćƒ«ć‚’ä½æē”Øć—ć¦ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒ•ć‚©ćƒ³ćƒˆć‚’ć‚ŗćƒ¼ćƒ ć—ć¾ć™", "cursorStyle": "ć‚«ćƒ¼ć‚½ćƒ«ć®ć‚¹ć‚æć‚¤ćƒ«ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ęŒ‡å®šć§ćć‚‹å€¤ćÆ 'block'态'block-outline'态'line'态'line-thin'态'underline'态'underline-thin' 恧恙", + "cursorWidth": "editor.cursorStyle が 'line' ć«čØ­å®šć•ć‚Œć¦ć„ć‚‹å “åˆć€ć‚«ćƒ¼ć‚½ćƒ«ć®å¹…ć‚’åˆ¶å¾”ć™ć‚‹", "fontLigatures": "ćƒ•ć‚©ćƒ³ćƒˆć®åˆå­—ć‚’ä½æē”Øć—ć¾ć™", "hideCursorInOverviewRuler": "ę¦‚č¦ćƒ«ćƒ¼ćƒ©ćƒ¼ć§ć‚«ćƒ¼ć‚½ćƒ«ć‚’éžč”Øē¤ŗć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "renderWhitespace": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć§ē©ŗē™½ę–‡å­—ć‚’č”Øē¤ŗć™ć‚‹ę–¹ę³•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚'none'态'boundary' ćŠć‚ˆć³ 'all' ćŒä½æē”ØåÆčƒ½ć§ć™ć€‚'boundary' ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ć§ćÆć€å˜čŖžé–“ć®å˜äø€ć‚¹ćƒšćƒ¼ć‚¹ćÆč”Øē¤ŗć•ć‚Œć¾ć›ć‚“ć€‚", diff --git a/i18n/jpn/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/jpn/src/vs/editor/common/config/defaultConfig.i18n.json index 3fdfb4e461..a224180ca5 100644 --- a/i18n/jpn/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/jpn/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/jpn/src/vs/editor/common/config/editorOptions.i18n.json index be8d7821ab..42849956cc 100644 --- a/i18n/jpn/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/jpn/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "ē¾åœØć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«ć‚¢ć‚Æć‚»ć‚¹ć™ć‚‹ć“ćØćÆć§ćć¾ć›ć‚“ć€‚ Alt + F1 ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ć‚’éøęŠžć—ć¾ć™ć€‚", "editorViewAccessibleLabel": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒ³ćƒ„" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/controller/cursor.i18n.json b/i18n/jpn/src/vs/editor/common/controller/cursor.i18n.json index 604cd846f0..c5a3dde667 100644 --- a/i18n/jpn/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/jpn/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "ć‚³ćƒžćƒ³ćƒ‰ć®å®Ÿč”Œäø­ć«äŗˆęœŸć—ćŖć„ä¾‹å¤–ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/jpn/src/vs/editor/common/model/textModelWithTokens.i18n.json index aaf0910269..df2dfb9203 100644 --- a/i18n/jpn/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/jpn/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/jpn/src/vs/editor/common/modes/modesRegistry.i18n.json index 5cf13a2f38..fd811e64f0 100644 --- a/i18n/jpn/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/jpn/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "ćƒ—ćƒ¬ćƒ¼ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/jpn/src/vs/editor/common/services/bulkEdit.i18n.json index 4c84c291c5..3a242e36e1 100644 --- a/i18n/jpn/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/jpn/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/jpn/src/vs/editor/common/services/modeServiceImpl.i18n.json index 7202f95ac0..61934d0929 100644 --- a/i18n/jpn/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/jpn/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/jpn/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/jpn/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/jpn/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json index ccbe80f4d3..dfe1669d2c 100644 --- a/i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "ć‚«ćƒ¼ć‚½ćƒ«ä½ē½®ć®č”Œć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹čƒŒę™Æč‰²ć€‚", "lineHighlightBorderBox": "ć‚«ćƒ¼ć‚½ćƒ«ä½ē½®ć®č”Œć®å¢ƒē•Œē·šć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹čƒŒę™Æč‰²ć€‚", - "rangeHighlight": "Quick Open ę©Ÿčƒ½ć‚„ę¤œē“¢ę©Ÿčƒ½ćŖć©ć«ć‚ˆć£ć¦å¼·čŖæč”Øē¤ŗć•ć‚ŒćŸēÆ„å›²ć®čƒŒę™Æč‰²ć€‚", + "rangeHighlight": "Quick Open ę©Ÿčƒ½ć‚„ę¤œē“¢ę©Ÿčƒ½ćŖć©ć«ć‚ˆć£ć¦å¼·čŖæč”Øē¤ŗć•ć‚ŒćŸēÆ„å›²ć®čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "rangeHighlightBorder": "å¼·čŖæč”Øē¤ŗć•ć‚ŒćŸēÆ„å›²ć®å¢ƒē•Œē·šć®čƒŒę™Æč‰²ć€‚", "caret": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚«ćƒ¼ć‚½ćƒ«ć®č‰²ć€‚", "editorCursorBackground": "éøęŠžć•ć‚ŒćŸę–‡å­—åˆ—ć®čƒŒę™Æč‰²ć§ć™ć€‚éøęŠžć•ć‚ŒćŸę–‡å­—åˆ—ć®čƒŒę™Æč‰²ć‚’ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗå‡ŗę„ć¾ć™ć€‚", "editorWhitespaces": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚¹ćƒšćƒ¼ć‚¹ę–‡å­—ć®č‰²ć€‚", "editorIndentGuides": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚¤ćƒ³ćƒ‡ćƒ³ćƒˆ ć‚¬ć‚¤ćƒ‰ć®č‰²ć€‚", "editorLineNumbers": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®č”Œē•Ŗå·ć®č‰²ć€‚", + "editorActiveLineNumber": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–č”Œē•Ŗå·ć®č‰²", "editorRuler": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ćƒ«ćƒ¼ćƒ©ćƒ¼ć®č‰²ć€‚", "editorCodeLensForeground": "CodeLens ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®å‰ę™Æč‰²ć€‚", "editorBracketMatchBackground": "äø€č‡“ć™ć‚‹ć‹ć£ć“ć®čƒŒę™Æč‰²", diff --git a/i18n/jpn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/jpn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index d5763711c9..03ade93bb4 100644 --- a/i18n/jpn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/jpn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index f800170e7d..0da5c12dbd 100644 --- a/i18n/jpn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "ćƒ–ćƒ©ć‚±ćƒƒćƒˆćøē§»å‹•" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "äø€č‡“ć™ć‚‹ćƒ–ćƒ©ć‚±ćƒƒćƒˆć‚’ē¤ŗć™ę¦‚č¦ćƒ«ćƒ¼ćƒ©ćƒ¼ć®ćƒžćƒ¼ć‚«ćƒ¼č‰²ć€‚", + "smartSelect.jumpBracket": "ćƒ–ćƒ©ć‚±ćƒƒćƒˆćøē§»å‹•", + "smartSelect.selectToBracket": "ćƒ–ćƒ©ć‚±ćƒƒćƒˆć«éøęŠž" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/jpn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index f800170e7d..3f8f8e672a 100644 --- a/i18n/jpn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/jpn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index ba2310b3ed..482cd5645d 100644 --- a/i18n/jpn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "ć‚­ćƒ£ćƒ¬ćƒƒćƒˆć‚’å·¦ć«ē§»å‹•", "caret.moveRight": "ć‚­ćƒ£ćƒ¬ćƒƒćƒˆć‚’å³ć«ē§»å‹•" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/jpn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index ba2310b3ed..c81d77b2e9 100644 --- a/i18n/jpn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/jpn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 22876b64d4..a411d33ccc 100644 --- a/i18n/jpn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/jpn/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 22876b64d4..30e7f5a436 100644 --- a/i18n/jpn/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "ę–‡å­—ć®å…„ć‚Œę›æćˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/jpn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index d52c3575c4..ae4239e4cd 100644 --- a/i18n/jpn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/jpn/src/vs/editor/contrib/clipboard/clipboard.i18n.json index d52c3575c4..d8a90db012 100644 --- a/i18n/jpn/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "åˆ‡ć‚Šå–ć‚Š", "actions.clipboard.copyLabel": "ć‚³ćƒ”ćƒ¼", "actions.clipboard.pasteLabel": "č²¼ć‚Šä»˜ć‘", diff --git a/i18n/jpn/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/jpn/src/vs/editor/contrib/comment/comment.i18n.json index dbb6b93c0b..3f93ca3f33 100644 --- a/i18n/jpn/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "č”Œć‚³ćƒ”ćƒ³ćƒˆć®åˆ‡ć‚Šę›æćˆ", "comment.line.add": "č”Œć‚³ćƒ”ćƒ³ćƒˆć®čæ½åŠ ", "comment.line.remove": "č”Œć‚³ćƒ”ćƒ³ćƒˆć®å‰Šé™¤", diff --git a/i18n/jpn/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/jpn/src/vs/editor/contrib/comment/common/comment.i18n.json index dbb6b93c0b..e00e0bfca9 100644 --- a/i18n/jpn/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/jpn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 070e2831f8..1d53afd228 100644 --- a/i18n/jpn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/jpn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 070e2831f8..45877362e4 100644 --- a/i18n/jpn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼ć®č”Øē¤ŗ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 4dc327d6de..7873cb773f 100644 --- a/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index 19f4b3b0c2..0eb7f6eaff 100644 --- a/i18n/jpn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json index 93947cdf9c..909757b5b7 100644 --- a/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/find/findController.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/findController.i18n.json index 93947cdf9c..2328586dcb 100644 --- a/i18n/jpn/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "検瓢", "findNextMatchAction": "ę¬”ć‚’ę¤œē“¢", "findPreviousMatchAction": "å‰ć‚’ę¤œē“¢", diff --git a/i18n/jpn/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/findWidget.i18n.json index 4dc327d6de..6baf867582 100644 --- a/i18n/jpn/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "検瓢", "placeholder.find": "検瓢", "label.previousMatchButton": "å‰ć®äø€č‡“é …ē›®", diff --git a/i18n/jpn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index 19f4b3b0c2..c1471b66bc 100644 --- a/i18n/jpn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "検瓢", "placeholder.find": "検瓢", "label.previousMatchButton": "å‰ć®äø€č‡“é …ē›®", diff --git a/i18n/jpn/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/jpn/src/vs/editor/contrib/folding/browser/folding.i18n.json index b75a79c1ee..3aacf9e9a5 100644 --- a/i18n/jpn/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/jpn/src/vs/editor/contrib/folding/folding.i18n.json index c6a310be42..6da6ea03f9 100644 --- a/i18n/jpn/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "展開", "unFoldRecursivelyAction.label": "å†åø°ēš„ć«å±•é–‹", "foldAction.label": "ęŠ˜ć‚ŠćŸćŸćæ", @@ -13,5 +15,5 @@ "unfoldAllMarkerRegions.label": "ć™ć¹ć¦ć®é ˜åŸŸć‚’å±•é–‹", "foldAllAction.label": "ć™ć¹ć¦ęŠ˜ć‚ŠćŸćŸćæ", "unfoldAllAction.label": "すべて展開", - "foldLevelAction.label": "ęŠ˜ć‚ŠćŸćŸćæćƒ¬ćƒ™ćƒ« {0}" + "foldLevelAction.label": "ćƒ¬ćƒ™ćƒ« {0} 恧ꊘ悊恟恟悀" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/jpn/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 077fe93a29..e993b55dbb 100644 --- a/i18n/jpn/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/jpn/src/vs/editor/contrib/format/formatActions.i18n.json index 077fe93a29..540a3759e5 100644 --- a/i18n/jpn/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "蔌 {0} 恧 1 ć¤ć®ę›øå¼čØ­å®šć‚’ē·Øé›†", "hintn1": "蔌 {1} 恧 {0} å€‹ć®ę›øå¼čØ­å®šć‚’ē·Øé›†", "hint1n": "蔌 {0} と {1} 恮間恧 1 ć¤ć®ę›øå¼čØ­å®šć‚’ē·Øé›†", "hintnn": "蔌 {1} と {2} 恮間恧 {0} å€‹ć®ę›øå¼čØ­å®šć‚’ē·Øé›†", - "no.provider": "ē”³ć—čØ³ć‚ć‚Šć¾ć›ć‚“ć€‚ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚ŒćŸ '{0}'ćƒ•ć‚”ć‚¤ćƒ«ē”Øć®ćƒ•ć‚©ćƒ¼ćƒžćƒƒć‚æćƒ¼ćŒå­˜åœØć—ć¾ć›ć‚“ć€‚", + "no.provider": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚ŒćŸ '{0}'ćƒ•ć‚”ć‚¤ćƒ«ē”Øć®ćƒ•ć‚©ćƒ¼ćƒžćƒƒć‚æćƒ¼ćŒå­˜åœØć—ć¾ć›ć‚“ć€‚", "formatDocument.label": "ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć®ćƒ•ć‚©ćƒ¼ćƒžćƒƒćƒˆ", "formatSelection.label": "éøęŠžēÆ„å›²ć®ćƒ•ć‚©ćƒ¼ćƒžćƒƒćƒˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 23f407e894..65eb9c89bc 100644 --- a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index 624f9b7af7..4843b9294f 100644 --- a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index f918ba9f96..a75e1bc141 100644 --- a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index 624f9b7af7..6bd2dd4dc7 100644 --- a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "'{0}' ć®å®šē¾©ćÆč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“", "generic.noResults": "å®šē¾©ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“", "meta.title": " – {0} å€‹ć®å®šē¾©", diff --git a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index f918ba9f96..9d2451e940 100644 --- a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "ć‚ÆćƒŖćƒƒć‚Æć—ć¦ć€{0} ć®å®šē¾©ć‚’č”Øē¤ŗć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/jpn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 53ea71a9d4..d0fcc888a9 100644 --- a/i18n/jpn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/jpn/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 53ea71a9d4..51dbe9a78e 100644 --- a/i18n/jpn/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "ę¬”ć®ć‚Øćƒ©ćƒ¼ć¾ćŸćÆč­¦å‘Šćøē§»å‹•", - "markerAction.previous.label": "å‰ć®ć‚Øćƒ©ćƒ¼ć¾ćŸćÆč­¦å‘Šćøē§»å‹•", + "markerAction.next.label": "ę¬”ć®å•é”Œ (ć‚Øćƒ©ćƒ¼ć€č­¦å‘Šć€ęƒ…å ±) へ移動", + "markerAction.previous.label": "å‰ć®å•é”Œ (ć‚Øćƒ©ćƒ¼ć€č­¦å‘Šć€ęƒ…å ±) へ移動", "editorMarkerNavigationError": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒžćƒ¼ć‚«ćƒ¼ ćƒŠćƒ“ć‚²ćƒ¼ć‚·ćƒ§ćƒ³ ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®ć‚Øćƒ©ćƒ¼ć®č‰²ć€‚", "editorMarkerNavigationWarning": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒžćƒ¼ć‚«ćƒ¼ ćƒŠćƒ“ć‚²ćƒ¼ć‚·ćƒ§ćƒ³ ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®č­¦å‘Šć®č‰²ć€‚", "editorMarkerNavigationInfo": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒžćƒ¼ć‚«ćƒ¼ ćƒŠćƒ“ć‚²ćƒ¼ć‚·ćƒ§ćƒ³ ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®ęƒ…å ±ć®č‰²ć€‚", diff --git a/i18n/jpn/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/jpn/src/vs/editor/contrib/hover/browser/hover.i18n.json index 13ad716271..27e7677d70 100644 --- a/i18n/jpn/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/jpn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index 7606a08044..28eff522e6 100644 --- a/i18n/jpn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/jpn/src/vs/editor/contrib/hover/hover.i18n.json index 13ad716271..5ee9e73094 100644 --- a/i18n/jpn/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "ćƒ›ćƒćƒ¼ć®č”Øē¤ŗ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/jpn/src/vs/editor/contrib/hover/modesContentHover.i18n.json index 7606a08044..e6c039485c 100644 --- a/i18n/jpn/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "読み込んでいます..." } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index 2136e47678..580af9fa76 100644 --- a/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index 2136e47678..2c647fd67e 100644 --- a/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "å‰ć®å€¤ć«ē½®ę›", "InPlaceReplaceAction.next.label": "ę¬”ć®å€¤ć«ē½®ę›" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/jpn/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 94408494ff..477390ac37 100644 --- a/i18n/jpn/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/jpn/src/vs/editor/contrib/indentation/indentation.i18n.json index 94408494ff..3c1f5fd986 100644 --- a/i18n/jpn/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "ć‚¤ćƒ³ćƒ‡ćƒ³ćƒˆć‚’ć‚¹ćƒšćƒ¼ć‚¹ć«å¤‰ę›", "indentationToTabs": "ć‚¤ćƒ³ćƒ‡ćƒ³ćƒˆć‚’ć‚æćƒ–ć«å¤‰ę›", "configuredTabSize": "ę§‹ęˆć•ć‚ŒćŸć‚æćƒ–ć®ć‚µć‚¤ć‚ŗ", diff --git a/i18n/jpn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/jpn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index 1e4f9dabdb..140afc7887 100644 --- a/i18n/jpn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/jpn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index a9fd8094ec..ffaf4d8e2b 100644 --- a/i18n/jpn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/jpn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index a9fd8094ec..da40ed72b9 100644 --- a/i18n/jpn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "č”Œć‚’äøŠćøć‚³ćƒ”ćƒ¼", "lines.copyDown": "č”Œć‚’äø‹ćøć‚³ćƒ”ćƒ¼", "lines.moveUp": "č”Œć‚’äøŠćøē§»å‹•", diff --git a/i18n/jpn/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/jpn/src/vs/editor/contrib/links/browser/links.i18n.json index e00353168e..48533dfab4 100644 --- a/i18n/jpn/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/links/links.i18n.json b/i18n/jpn/src/vs/editor/contrib/links/links.i18n.json index e00353168e..f5f9ddb37c 100644 --- a/i18n/jpn/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/links/links.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "command ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćƒŖćƒ³ć‚Æå…ˆć‚’č”Øē¤ŗ", "links.navigate": "Ctrl ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćƒŖćƒ³ć‚Æå…ˆć‚’č”Øē¤ŗ", "links.command.mac": "command ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ć‚³ćƒžćƒ³ćƒ‰ć‚’å®Ÿč”Œ", "links.command": "Ctrl ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ć‚³ćƒžćƒ³ćƒ‰ć‚’å®Ÿč”Œ", "links.navigate.al": "Altl ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćƒŖćƒ³ć‚Æå…ˆć‚’č”Øē¤ŗ", "links.command.al": "Alt ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ć‚³ćƒžćƒ³ćƒ‰ć‚’å®Ÿč”Œ", - "invalid.url": "ē”³ć—čØ³ć‚ć‚Šć¾ć›ć‚“ć€‚ć“ć®ćƒŖćƒ³ć‚ÆćÆå½¢å¼ćŒę­£ć—ććŖć„ćŸć‚é–‹ćć“ćØćŒć§ćć¾ć›ć‚“ć§ć—ćŸ: {0}", - "missing.url": "ē”³ć—čØ³ć‚ć‚Šć¾ć›ć‚“ć€‚ć“ć®ćƒŖćƒ³ć‚ÆćÆć‚æćƒ¼ć‚²ćƒƒćƒˆćŒå­˜åœØć—ćŖć„ćŸć‚é–‹ćć“ćØćŒć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", + "invalid.url": "ć“ć®ćƒŖćƒ³ć‚ÆćÆå½¢å¼ćŒę­£ć—ććŖć„ćŸć‚é–‹ćć“ćØćŒć§ćć¾ć›ć‚“ć§ć—ćŸ: {0}", + "missing.url": "ć“ć®ćƒŖćƒ³ć‚ÆćÆć‚æćƒ¼ć‚²ćƒƒćƒˆćŒå­˜åœØć—ćŖć„ćŸć‚é–‹ćć“ćØćŒć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", "label": "ćƒŖćƒ³ć‚Æć‚’é–‹ć" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 0df6dca88c..2be60a3759 100644 --- a/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/jpn/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 0df6dca88c..608b79befe 100644 --- a/i18n/jpn/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "ć‚«ćƒ¼ć‚½ćƒ«ć‚’äøŠć«ęŒæå…„", "mutlicursor.insertBelow": "ć‚«ćƒ¼ć‚½ćƒ«ć‚’äø‹ć«ęŒæå…„", "mutlicursor.insertAtEndOfEachLineSelected": "ć‚«ćƒ¼ć‚½ćƒ«ć‚’č”Œęœ«ć«ęŒæå…„", - "addSelectionToNextFindMatch": "éøęŠžć—ćŸé …ē›®ć‚’ę¬”ć®äø€č‡“é …ē›®ć«čæ½åŠ ", - "addSelectionToPreviousFindMatch": "éøć‚“ć é …ē›®ć‚’å‰ć®äø€č‡“é …ē›®ć«čæ½åŠ ć™ć‚‹", + "addSelectionToNextFindMatch": "éøęŠžé …ē›®ć‚’ę¬”ć®äø€č‡“é …ē›®ć«čæ½åŠ ", + "addSelectionToPreviousFindMatch": "éøęŠžé …ē›®ć‚’ę¬”ć®äø€č‡“é …ē›®ć«čæ½åŠ ", "moveSelectionToNextFindMatch": "ęœ€å¾Œć«éøęŠžć—ćŸé …ē›®ć‚’ę¬”ć®äø€č‡“é …ē›®ć«ē§»å‹•", - "moveSelectionToPreviousFindMatch": "ęœ€å¾Œć«éøć‚“ć é …ē›®ć‚’å‰ć®äø€č‡“é …ē›®ć«ē§»å‹•ć™ć‚‹", - "selectAllOccurrencesOfFindMatch": "äø€č‡“ć™ć‚‹ć™ć¹ć¦ć®å‡ŗē¾ē®‡ę‰€ć‚’éøęŠžć—ć¾ć™", + "moveSelectionToPreviousFindMatch": "ęœ€å¾Œć«éøęŠžć—ćŸé …ē›®ć‚’å‰ć®äø€č‡“é …ē›®ć«ē§»å‹•", + "selectAllOccurrencesOfFindMatch": "äø€č‡“ć™ć‚‹ć™ć¹ć¦ć®å‡ŗē¾ē®‡ę‰€ć‚’éøęŠž", "changeAll.label": "ć™ć¹ć¦ć®å‡ŗē¾ē®‡ę‰€ć‚’å¤‰ę›“" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index 64d3d83686..45c1e72264 100644 --- a/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index 4ea56b2c8d..8ab1d2b03c 100644 --- a/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index 64d3d83686..b9f6b5fa76 100644 --- a/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "ćƒ‘ćƒ©ćƒ”ćƒ¼ć‚æćƒ¼ ćƒ’ćƒ³ćƒˆć‚’ćƒˆćƒŖć‚¬ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index 4ea56b2c8d..86ab5d4f4f 100644 --- a/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}ć€ćƒ’ćƒ³ćƒˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index 14dcd69b4a..e8c043c57c 100644 --- a/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/jpn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index 14dcd69b4a..145342c111 100644 --- a/i18n/jpn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "äæ®ę­£ćƒ—ćƒ­ć‚°ćƒ©ćƒ  ({0}) を蔨示する", "quickFix": "äæ®ę­£ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’č”Øē¤ŗć™ć‚‹", - "quickfix.trigger.label": "ć‚Æć‚¤ćƒƒć‚Æäæ®ę­£" + "quickfix.trigger.label": "ć‚Æć‚¤ćƒƒć‚Æäæ®ę­£", + "refactor.label": "ćƒŖćƒ•ć‚”ć‚Æć‚æćƒŖćƒ³ć‚°" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index e6139bff34..baa2886fd4 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 0040e3675d..cebf638b5e 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index b31a080bc8..821184a58d 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 00407b4d7e..cd36e4b2fe 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8fedf2e46b..461d372192 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index e6139bff34..7703fb43e6 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "閉恘悋" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 0040e3675d..a77722f8d8 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": "– {0} å€‹ć®å‚ē…§", "references.action.label": "ć™ć¹ć¦ć®å‚ē…§ć®ę¤œē“¢" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index b31a080bc8..9d36af127e 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "読み込んでいます..." } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 00407b4d7e..54643c6e55 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "列 {2} 恮 {1} č”Œē›®ć« {0} ć¤ć®ć‚·ćƒ³ćƒœćƒ«", "aria.fileReferences.1": "{0} 恫 1 å€‹ć®ć‚·ćƒ³ćƒœćƒ«ć€å®Œå…ØćŖćƒ‘ć‚¹ {1}", "aria.fileReferences.N": "{1} 恫 {0} å€‹ć®ć‚·ćƒ³ćƒœćƒ«ć€å®Œå…ØćŖćƒ‘ć‚¹ {2}", diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 8fedf2e46b..b9c5959cc1 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’č§£ę±ŗć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", "referencesCount": "{0} å€‹ć®å‚ē…§", "referenceCount": "{0} å€‹ć®å‚ē…§", diff --git a/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json index 6522509589..f348daef0f 100644 --- a/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 3978f544c8..f433435eb4 100644 --- a/i18n/jpn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/rename.i18n.json index 6522509589..65da04eabc 100644 --- a/i18n/jpn/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "ēµęžœćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "aria": "'{0}' 恋悉 '{1}' ćøć®åå‰å¤‰ę›“ćŒę­£åøøć«å®Œäŗ†ć—ć¾ć—ćŸć€‚ę¦‚č¦: {2}", - "rename.failed": "ē”³ć—čØ³ć‚ć‚Šć¾ć›ć‚“ć€‚åå‰ć®å¤‰ę›“ć‚’å®Ÿč”Œć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", + "rename.failed": "åå‰ć®å¤‰ę›“ć‚’å®Ÿč”Œć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", "rename.label": "ć‚·ćƒ³ćƒœćƒ«ć®åå‰ć‚’å¤‰ę›“" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/renameInputField.i18n.json index 3978f544c8..d0fcdd9f31 100644 --- a/i18n/jpn/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "åå‰å¤‰ę›“å…„åŠ›ć€‚ę–°ć—ć„åå‰ć‚’å…„åŠ›ć—ć€Enter ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ć‚³ćƒŸćƒƒćƒˆć—ć¦ćć ć•ć„ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/jpn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index 381a45a7bd..6a0555dc5f 100644 --- a/i18n/jpn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/jpn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index 381a45a7bd..91a44e232d 100644 --- a/i18n/jpn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "éøęŠžēÆ„å›²ć‚’ę‹”å¤§", "smartSelect.shrink": "éøęŠžēÆ„å›²ć‚’ēø®å°" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index 1c7707699b..5051038501 100644 --- a/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index 65e2583d29..7c7cf1f10f 100644 --- a/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/jpn/src/vs/editor/contrib/suggest/suggestController.i18n.json index 1c7707699b..9da0f29e1e 100644 --- a/i18n/jpn/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "'{0}' ćŒę¬”ć®ćƒ†ć‚­ć‚¹ćƒˆć‚’ęŒæå…„ć—ćŸć“ćØć‚’ę‰æčŖć—ć¦ć„ć¾ć™: {1}", "suggest.trigger.label": "å€™č£œć‚’ćƒˆćƒŖć‚¬ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index 65e2583d29..f084f163c5 100644 --- a/i18n/jpn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "å€™č£œć®ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®čƒŒę™Æč‰²ć€‚", "editorSuggestWidgetBorder": "å€™č£œć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®å¢ƒē•Œē·šč‰²ć€‚", "editorSuggestWidgetForeground": "å€™č£œć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®å‰ę™Æč‰²ć€‚", diff --git a/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 63cb601349..d64108db2e 100644 --- a/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 63cb601349..6b37a4f87a 100644 --- a/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggle.tabMovesFocus": "Tab ć‚­ćƒ¼ć‚’åˆ‡ć‚Šę›æćˆć‚‹ćØćƒ•ć‚©ćƒ¼ć‚«ć‚¹ćŒē§»å‹•ć—ć¾ć™" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggle.tabMovesFocus": "TAB ć‚­ćƒ¼ć®ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ē§»å‹•ć‚’åˆ‡ć‚Šę›æćˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index 8eac21c697..1b148214a9 100644 --- a/i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/jpn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index 8eac21c697..626aee5350 100644 --- a/i18n/jpn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "å¤‰ę•°ć®čŖ­ćæå–ć‚ŠćŖć©čŖ­ćæå–ć‚Šć‚¢ć‚Æć‚»ć‚¹äø­ć®ć‚·ćƒ³ćƒœćƒ«ć®čƒŒę™Æč‰²ć€‚", - "wordHighlightStrong": "å¤‰ę•°ćøć®ę›øćč¾¼ćæćŖć©ę›øćč¾¼ćæć‚¢ć‚Æć‚»ć‚¹äø­ć®ć‚·ćƒ³ćƒœćƒ«ć®čƒŒę™Æč‰²ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "å¤‰ę•°ć®čŖ­ćæå–ć‚ŠćŖć©čŖ­ćæå–ć‚Šć‚¢ć‚Æć‚»ć‚¹äø­ć®ć‚·ćƒ³ćƒœćƒ«ć®čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "wordHighlightStrong": "å¤‰ę•°ćøć®ę›øćč¾¼ćæćŖć©ę›øćč¾¼ćæć‚¢ć‚Æć‚»ć‚¹äø­ć®ć‚·ćƒ³ćƒœćƒ«ć®čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "wordHighlightBorder": "å¤‰ę•°ć®čŖ­ćæå–ć‚ŠćŖć©čŖ­ćæå–ć‚Šć‚¢ć‚Æć‚»ć‚¹äø­ć®ć‚·ćƒ³ćƒœćƒ«ć®å¢ƒē•Œē·šć®č‰²ć€‚", + "wordHighlightStrongBorder": "å¤‰ę•°ćøć®ę›øćč¾¼ćæćŖć©ę›øćč¾¼ćæć‚¢ć‚Æć‚»ć‚¹äø­ć®ć‚·ćƒ³ćƒœćƒ«ć®å¢ƒē•Œē·šć®č‰²ć€‚", "overviewRulerWordHighlightForeground": "ć‚·ćƒ³ćƒœćƒ«ć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹ćØćć®ę¦‚č¦ćƒ«ćƒ¼ćƒ©ćƒ¼ć®ćƒžćƒ¼ć‚«ćƒ¼č‰²ć€‚", "overviewRulerWordHighlightStrongForeground": "ę›øćč¾¼ćæć‚¢ć‚Æć‚»ć‚¹ ć‚·ćƒ³ćƒœćƒ«ć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹ćØćć®ę¦‚č¦ćƒ«ćƒ¼ćƒ©ćƒ¼ć®ćƒžćƒ¼ć‚«ćƒ¼č‰²ć€‚", "wordHighlight.next.label": "ę¬”ć®ć‚·ćƒ³ćƒœćƒ« ćƒć‚¤ćƒ©ć‚¤ćƒˆć«ē§»å‹•", diff --git a/i18n/jpn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index e6139bff34..baa2886fd4 100644 --- a/i18n/jpn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/jpn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index 8ff4f98ce5..d4e4dcd9df 100644 --- a/i18n/jpn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/jpn/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/jpn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 7f3e60f73e..06b8d0545e 100644 --- a/i18n/jpn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/jpn/src/vs/editor/node/textMate/TMGrammars.i18n.json index bef6d6ac19..23c5797377 100644 --- a/i18n/jpn/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/jpn/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/jpn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/jpn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/jpn/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/jpn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index 981e3bb87d..257890a154 100644 --- a/i18n/jpn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ćÆé…åˆ—ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", "requirestring": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", "optstring": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", @@ -40,6 +42,5 @@ "menuId.invalid": "`{0}` ćÆęœ‰åŠ¹ćŖćƒ”ćƒ‹ćƒ„ćƒ¼č­˜åˆ„å­ć§ćÆć‚ć‚Šć¾ć›ć‚“", "missing.command": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ćŒć€'commands' ć‚»ć‚Æć‚·ćƒ§ćƒ³ć§å®šē¾©ć•ć‚Œć¦ć„ćŖć„ć‚³ćƒžćƒ³ćƒ‰ `{0}` ć‚’å‚ē…§ć—ć¦ć„ć¾ć™ć€‚", "missing.altCommand": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ćŒć€'commands' ć‚»ć‚Æć‚·ćƒ§ćƒ³ć§å®šē¾©ć•ć‚Œć¦ć„ćŖć„ alt ć‚³ćƒžćƒ³ćƒ‰ `{0}` ć‚’å‚ē…§ć—ć¦ć„ć¾ć™ć€‚", - "dupe.command": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ć«ćŠć„ć¦ć€ę—¢å®šćØ alt ć‚³ćƒžćƒ³ćƒ‰ćŒåŒć˜ć‚³ćƒžćƒ³ćƒ‰ć‚’å‚ē…§ć—ć¦ć„ć¾ć™", - "nosupport.altCommand": "ē”³ć—čØ³ć”ć–ć„ć¾ć›ć‚“ć€‚ē¾åœØć€alt ć‚³ćƒžćƒ³ćƒ‰ć‚’ć‚µćƒćƒ¼ćƒˆć—ć¦ć„ć‚‹ć®ćÆ 'editor/title' ćƒ”ćƒ‹ćƒ„ćƒ¼ć® 'navigation' ć‚°ćƒ«ćƒ¼ćƒ—ć®ćæć§ć™" + "dupe.command": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ć«ćŠć„ć¦ć€ę—¢å®šćØ alt ć‚³ćƒžćƒ³ćƒ‰ćŒåŒć˜ć‚³ćƒžćƒ³ćƒ‰ć‚’å‚ē…§ć—ć¦ć„ć¾ć™" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/jpn/src/vs/platform/configuration/common/configurationRegistry.i18n.json index e9723346c0..37ae2a270d 100644 --- a/i18n/jpn/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/jpn/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "ę—¢å®šć®ę§‹ęˆć‚Ŗćƒ¼ćƒćƒ¼ćƒ©ć‚¤ćƒ‰", "overrideSettings.description": "{0} čØ€čŖžć«åÆ¾ć—ć¦äøŠę›øćć•ć‚Œć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼čØ­å®šć‚’ę§‹ęˆć—ć¾ć™ć€‚", "overrideSettings.defaultDescription": "čØ€čŖžć«åÆ¾ć—ć¦äøŠę›øćć•ć‚Œć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼čØ­å®šć‚’ę§‹ęˆć—ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/platform/environment/node/argv.i18n.json b/i18n/jpn/src/vs/platform/environment/node/argv.i18n.json index e5dd71eb7e..d2f42a7950 100644 --- a/i18n/jpn/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/jpn/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "`--goto` ćƒ¢ćƒ¼ćƒ‰ć®å¼•ę•°ćÆ `FILE(:LINE(:CHARACTER))` ć®å½¢å¼ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", "diff": "2 ć¤ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęÆ”č¼ƒć—ć¾ć™ć€‚", "add": "ęœ€å¾Œć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–ć ć£ćŸć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’čæ½åŠ ć—ć¾ć™ć€‚", "goto": "ęŒ‡å®šć—ćŸč”ŒćØę–‡å­—ć®ä½ē½®ć«ć‚ć‚‹ćƒ‘ć‚¹ć§ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ćć¾ć™ć€‚", - "locale": "ä½æē”Øć™ć‚‹å›½ćØåœ°åŸŸ (例:en-US 悄 zh-TW など)怂", - "newWindow": "ꖰ恗恄 Code ć®ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ć‚’å¼·åˆ¶ć—ć¾ć™ć€‚", - "performance": "'Developer: Startup Performance' ć‚³ćƒžćƒ³ćƒ‰ć‚’ęœ‰åŠ¹ć«ć—ć¦é–‹å§‹ć—ć¾ć™ć€‚", - "prof-startup": "起動中に CPU ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ©ćƒ¼ć‚’å®Ÿč”Œć™ć‚‹", - "inspect-extensions": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ‡ćƒćƒƒć‚°ćØćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒŖćƒ³ć‚°ć‚’čØ±åÆć—ć¾ć™ć€‚ęŽ„ē¶š URI ć‚’é–‹ē™ŗč€…ćƒ„ćƒ¼ćƒ«ć§ćƒć‚§ćƒƒć‚Æć—ć¾ć™ć€‚", - "inspect-brk-extensions": "čµ·å‹•å¾Œć«äø€ę™‚åœę­¢ć•ć‚Œć¦ć„ć‚‹ę‹”å¼µćƒ›ć‚¹ćƒˆćØć®ę‹”å¼µę©Ÿčƒ½ć®ćƒ‡ćƒćƒƒć‚°ćØćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒŖćƒ³ć‚°ć‚’čØ±åÆć—ć¾ć™ć€‚ęŽ„ē¶š URI ć‚’é–‹ē™ŗč€…ćƒ„ćƒ¼ćƒ«ć§ćƒć‚§ćƒƒć‚Æć—ć¾ć™ć€‚", - "reuseWindow": "ęœ€å¾Œć®ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć«ćƒ•ć‚”ć‚¤ćƒ«ć¾ćŸćÆćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’å¼·åˆ¶ēš„ć«é–‹ćć¾ć™ć€‚", - "userDataDir": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ćƒ‡ćƒ¼ć‚æć‚’äæęŒć™ć‚‹ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖć‚’ęŒ‡å®šć—ć¾ć™ć€‚ćƒ«ćƒ¼ćƒˆć§å®Ÿč”Œć—ć¦ć„ć‚‹å “åˆć«å½¹ē«‹ć”ć¾ć™ć€‚", - "log": "ä½æē”Øć™ć‚‹ćƒ­ć‚°ćƒ¬ćƒ™ćƒ«ć€‚ę—¢å®šå€¤ćÆ 'info' ć§ć™ć€‚åˆ©ē”ØåÆčƒ½ćŖå€¤ćÆ 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off' 恧恙怂", - "verbose": "č©³ē“°å‡ŗåŠ›ć‚’č”Øē¤ŗć—ć¾ć™ (--wait を含みます)怂", + "newWindow": "å¼·åˆ¶ēš„ć«ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’é–‹ćć¾ć™ć€‚", + "reuseWindow": "å¼·åˆ¶ēš„ć«ęœ€å¾Œć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–ć ć£ćŸć‚¦ć‚£ćƒ³ćƒ‰ć‚¦å†…ć§ćƒ•ć‚”ć‚¤ćƒ«ć‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ćć¾ć™ć€‚", "wait": "ē¾åœØć®ćƒ•ć‚”ć‚¤ćƒ«ćŒé–‰ć˜ć‚‰ć‚Œć‚‹ć¾ć§å¾…ę©Ÿć—ć¾ć™ć€‚", + "locale": "ä½æē”Øć™ć‚‹å›½ćØåœ°åŸŸ (例:en-US 悄 zh-TW など)怂", + "userDataDir": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ćƒ‡ćƒ¼ć‚æćŒäæęŒć•ć‚Œć‚‹ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖć‚’ęŒ‡å®šć—ć¾ć™ć€‚č¤‡ę•°ć®ē•°ćŖć‚‹ Code ć®ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ć‚’é–‹ććŸć‚ć«ä½æē”Øć§ćć¾ć™ć€‚", + "version": "ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’č”Øē¤ŗć—ć¾ć™ć€‚", + "help": "使用法を蔨示します。", "extensionHomePath": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ«ćƒ¼ćƒˆ ćƒ‘ć‚¹ć‚’čØ­å®šć—ć¾ć™ć€‚", "listExtensions": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć‚‹ę‹”å¼µę©Ÿčƒ½ć‚’äø€č¦§č”Øē¤ŗć—ć¾ć™ć€‚", "showVersions": "--list-extension ćØä½æē”Øć™ć‚‹ćØćć€ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć‚‹ę‹”å¼µę©Ÿčƒ½ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’č”Øē¤ŗć—ć¾ć™ć€‚", "installExtension": "ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™ć€‚", "uninstallExtension": "ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™ć€‚", "experimentalApis": "ę‹”å¼µę©Ÿčƒ½ć«åÆ¾ć—ć¦ Proposed API ę©Ÿčƒ½ć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚", - "disableExtensions": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚ŒćŸć™ć¹ć¦ć®ę‹”å¼µę©Ÿčƒ½ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚", - "disableGPU": "GPU ćƒćƒ¼ćƒ‰ć‚¦ć‚§ć‚¢ ć‚¢ć‚Æć‚»ćƒ©ćƒ¬ćƒ¼ć‚æć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚", + "verbose": "č©³ē“°å‡ŗåŠ›ć‚’č”Øē¤ŗć—ć¾ć™ (--wait を含みます)怂", + "log": "ä½æē”Øć™ć‚‹ćƒ­ć‚°ćƒ¬ćƒ™ćƒ«ć€‚ę—¢å®šå€¤ćÆ 'info' ć§ć™ć€‚åˆ©ē”ØåÆčƒ½ćŖå€¤ćÆ 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off' 恧恙怂", "status": "ćƒ—ćƒ­ć‚»ć‚¹ć®ä½æē”ØēŠ¶ę³ć‚„čØŗę–­ęƒ…å ±ć‚’å°åˆ·ć—ć¾ć™ć€‚", - "version": "ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’č”Øē¤ŗć—ć¾ć™ć€‚", - "help": "使用法を蔨示します。", + "performance": "'Developer: Startup Performance' ć‚³ćƒžćƒ³ćƒ‰ć‚’ęœ‰åŠ¹ć«ć—ć¦é–‹å§‹ć—ć¾ć™ć€‚", + "prof-startup": "起動中に CPU ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ©ćƒ¼ć‚’å®Ÿč”Œć™ć‚‹", + "disableExtensions": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚ŒćŸć™ć¹ć¦ć®ę‹”å¼µę©Ÿčƒ½ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚", + "inspect-extensions": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ‡ćƒćƒƒć‚°ćØćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒŖćƒ³ć‚°ć‚’čØ±åÆć—ć¾ć™ć€‚ęŽ„ē¶š URI ć‚’é–‹ē™ŗč€…ćƒ„ćƒ¼ćƒ«ć§ćƒć‚§ćƒƒć‚Æć—ć¾ć™ć€‚", + "inspect-brk-extensions": "čµ·å‹•å¾Œć«äø€ę™‚åœę­¢ć•ć‚Œć¦ć„ć‚‹ę‹”å¼µćƒ›ć‚¹ćƒˆćØć®ę‹”å¼µę©Ÿčƒ½ć®ćƒ‡ćƒćƒƒć‚°ćØćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒŖćƒ³ć‚°ć‚’čØ±åÆć—ć¾ć™ć€‚ęŽ„ē¶š URI ć‚’é–‹ē™ŗč€…ćƒ„ćƒ¼ćƒ«ć§ćƒć‚§ćƒƒć‚Æć—ć¾ć™ć€‚", + "disableGPU": "GPU ćƒćƒ¼ćƒ‰ć‚¦ć‚§ć‚¢ ć‚¢ć‚Æć‚»ćƒ©ćƒ¬ćƒ¼ć‚æć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚", + "uploadLogs": "ē¾åœØć®ć‚»ćƒƒć‚·ćƒ§ćƒ³ć‹ć‚‰å®‰å…ØćŖć‚Øćƒ³ćƒ‰ćƒć‚¤ćƒ³ćƒˆć«ćƒ­ć‚°ć‚’ć‚¢ćƒƒćƒ—ćƒ­ćƒ¼ćƒ‰ć—ć¾ć™ć€‚", + "maxMemory": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®ęœ€å¤§ćƒ”ćƒ¢ćƒŖ サイズ (ćƒć‚¤ćƒˆå˜ä½)怂", "usage": "使用法", "options": "ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³", "paths": "ćƒ‘ć‚¹", - "optionsUpperCase": "ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³" + "stdinWindows": "åˆ„ć®ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‹ć‚‰å‡ŗåŠ›ć‚’čŖ­ćæå–ć‚‹ć«ćÆć€'-' ć‚’ä»˜ć‘č¶³ć—ć¦ćć ć•ć„ (例: 'echo Hello World | {0} -')", + "stdinUnix": "stdin ć‹ć‚‰čŖ­ćæå–ć‚‹ć«ćÆć€'-' ć‚’ä»˜ć‘č¶³ć—ć¦ćć ć•ć„ (例: 'ps aux | grep code | {0} -')", + "optionsUpperCase": "ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³", + "extensionsManagement": "ę‹”å¼µę©Ÿčƒ½ć®ē®”ē†", + "troubleshooting": "ćƒˆćƒ©ćƒ–ćƒ«ć‚·ćƒ„ćƒ¼ćƒ†ć‚£ćƒ³ć‚°" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/jpn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 1147f8c596..8d9ca470cc 100644 --- a/i18n/jpn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/jpn/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ćŒć‚ć‚Šć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 6fc28e7632..fb4da5cab9 100644 --- a/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "ę‹”å¼µę©Ÿčƒ½", "preferences": "基本設定" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/jpn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 825d977573..0bf88fec2a 100644 --- a/i18n/jpn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/jpn/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "VS Code ć®ē¾åœØć®ćƒćƒ¼ć‚øćƒ§ćƒ³ '{0}' ćØäŗ’ę›ę€§ć‚’ęŒć¤ę‹”å¼µę©Ÿčƒ½ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ćŸć‚ć€ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć§ćć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 9901a3c82e..370f1f6e42 100644 --- a/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "ę­£ć—ććŖć„ę‹”å¼µę©Ÿčƒ½: package.json は JSON ćƒ•ć‚”ć‚¤ćƒ«ć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚", - "restartCodeLocal": "{0} ć‚’å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć™ć‚‹å‰ć«ć€Code ć‚’å†čµ·å‹•ć—ć¦ćć ć•ć„ć€‚", + "restartCode": "{0} ć‚’å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć™ć‚‹å‰ć«ć€Code ć‚’å†čµ·å‹•ć—ć¦ćć ć•ć„ć€‚", "installingOutdatedExtension": "ć“ć®ę‹”å¼µę©Ÿčƒ½ć®ę–°ć—ć„ćƒćƒ¼ć‚øćƒ§ćƒ³ćŒę—¢ć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć™ć€‚å¤ć„ćƒćƒ¼ć‚øćƒ§ćƒ³ć§ć“ć‚Œć‚’äøŠę›øćć—ć¾ć™ć‹?", "override": "äøŠę›øć", "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", - "notFoundCompatible": "VS Code ć®ē¾åœØć®ćƒćƒ¼ć‚øćƒ§ćƒ³ '{1}' ćØäŗ’ę›ę€§ć‚’ęŒć¤ę‹”å¼µę©Ÿčƒ½ '{0}' ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ćŸć‚ć€ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚", - "quitCode": "ę‹”å¼µę©Ÿčƒ½ć®å¤ć„ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ćŒć¾ć å®Ÿč”Œäø­ć§ć‚ć‚‹ćŸć‚ć€ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«å‰ć« VS Code ć®ēµ‚äŗ†ćØčµ·å‹•ć‚’å®Ÿę–½ć—ć¦ćć ć•ć„ć€‚", - "exitCode": "ę‹”å¼µę©Ÿčƒ½ć®å¤ć„ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ćŒć¾ć å®Ÿč”Œäø­ć§ć‚ć‚‹ćŸć‚ć€ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«å‰ć« VS Code ć®ēµ‚äŗ†ćØčµ·å‹•ć‚’å®Ÿę–½ć—ć¦ćć ć•ć„ć€‚", + "errorInstallingDependencies": "ä¾å­˜é–¢äæ‚ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«äø­ć«ć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚{0}", + "MarketPlaceDisabled": "Marketplace ćŒęœ‰åŠ¹ć«ćŖć£ć¦ć„ć¾ć›ć‚“", + "removeError": "ę‹”å¼µę©Ÿčƒ½ć®å‰Šé™¤äø­ć«ć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸ: {0}ć€‚ć‚‚ć†äø€åŗ¦ć‚„ć‚Šē›“ć™å‰ć«ć€VS Code ć®ēµ‚äŗ†ćØčµ·å‹•ć‚’å®Ÿę–½ć—ć¦ćć ć•ć„ć€‚", + "Not Market place extension": "Marketplace ć®ę‹”å¼µę©Ÿčƒ½ć®ćæå†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć™", + "notFoundCompatible": "'{0}' ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚VS Code '{1}' ćØäŗ’ę›ę€§ćŒć‚ć‚‹åˆ©ē”ØåÆčƒ½ćŖćƒćƒ¼ć‚øćƒ§ćƒ³ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", + "malicious extension": "å•é”ŒćŒå ±å‘Šć•ć‚ŒćŸć®ć§ć€ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚", "notFoundCompatibleDependency": "VS Code ć®ē¾åœØć®ćƒćƒ¼ć‚øćƒ§ćƒ³ '{1}' ćØäŗ’ę›ę€§ć‚’ęŒć¤ć€ä¾å­˜é–¢äæ‚ćŒć‚ć‚‹ę‹”å¼µę©Ÿčƒ½ '{0}' ćŒč¦‹ć¤ć‹ć‚‰ćŖć„ćŸć‚ć€ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚", + "quitCode": "ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć®å‰ć« VS Code ć®ēµ‚äŗ†ćØčµ·å‹•ć‚’å®Ÿę–½ć—ć¦ćć ć•ć„ć€‚", + "exitCode": "ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć€‚å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć®å‰ć« VS Code ć®ēµ‚äŗ†ćØčµ·å‹•ć‚’å®Ÿę–½ć—ć¦ćć ć•ć„ć€‚", "uninstallDependeciesConfirmation": "'{0}' ć®ćæć‚’ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™ć‹ć€ć¾ćŸćÆä¾å­˜é–¢äæ‚ć‚‚ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™ć‹?", "uninstallOnly": "限定", "uninstallAll": "すべて", diff --git a/i18n/jpn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/jpn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 5d369543a9..94be869cd2 100644 --- a/i18n/jpn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/jpn/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 5697bde490..e6a83c83e6 100644 --- a/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "VS Code ę‹”å¼µę©Ÿčƒ½ć®å “åˆć€ę‹”å¼µę©Ÿčƒ½ćØäŗ’ę›ę€§ć®ć‚ć‚‹ VS Code ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’ęŒ‡å®šć—ć¾ć™ć€‚* ć‚’ęŒ‡å®šć™ć‚‹ć“ćØćÆć§ćć¾ć›ć‚“ć€‚ćŸćØćˆć°ć€^0.10.5 ćÆęœ€å°ć® VS Code ćƒćƒ¼ć‚øćƒ§ćƒ³ 0.10.5 ćØć®äŗ’ę›ę€§ć‚’ē¤ŗć—ć¾ć™ć€‚", "vscode.extension.publisher": "VS Code ę‹”å¼µę©Ÿčƒ½ć®å…¬é–‹å…ƒć€‚", "vscode.extension.displayName": "VS Code ć‚®ćƒ£ćƒ©ćƒŖćƒ¼ć§ä½æē”Øć•ć‚Œć‚‹ę‹”å¼µę©Ÿčƒ½ć®č”Øē¤ŗåć€‚", diff --git a/i18n/jpn/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/jpn/src/vs/platform/extensions/node/extensionValidator.i18n.json index f3a1719867..32529f9e47 100644 --- a/i18n/jpn/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/jpn/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "`engines.vscode` 値 {0} ć‚’č§£ęžć§ćć¾ć›ć‚“ć§ć—ćŸć€‚ä½æē”ØåÆčƒ½ćŖå€¤ć®ä¾‹: ^0.10.0态^1.2.3态^0.11.0态^0.10.x など。", "versionSpecificity1": "`engines.vscode` ({0}) ć§ęŒ‡å®šć•ć‚ŒćŸćƒćƒ¼ć‚øćƒ§ćƒ³ćŒååˆ†ć«ē‰¹å®šć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚1.0.0 ć‚ˆć‚Šå‰ć® vscode ćƒćƒ¼ć‚øćƒ§ćƒ³ć®å “åˆćÆć€å°‘ćŖććØć‚‚ęƒ³å®šć•ć‚Œć¦ć„ć‚‹ćƒ”ć‚øćƒ£ćƒ¼ ćƒćƒ¼ć‚øćƒ§ćƒ³ćØćƒžć‚¤ćƒŠćƒ¼ ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’å®šē¾©ć—ć¦ćć ć•ć„ć€‚ä¾‹ ^0.10.0态0.10.x态0.11.0 など。", "versionSpecificity2": "`engines.vscode` ({0}) ć§ęŒ‡å®šć•ć‚ŒćŸćƒćƒ¼ć‚øćƒ§ćƒ³ćŒę˜Žē¢ŗć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚1.0.0 ć‚ˆć‚Šå¾Œć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć® vscode ć®å “åˆćÆć€å°‘ćŖććØć‚‚ć€ęƒ³å®šć•ć‚Œć¦ć„ć‚‹ćƒ”ć‚øćƒ£ćƒ¼ ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’å®šē¾©ć—ć¦ćć ć•ć„ć€‚ä¾‹ ^1.10.0态1.10.x态1.x.x态2.x.x など。", - "versionMismatch": "ę‹”å¼µę©Ÿčƒ½ćŒ Code {0} ćØäŗ’ę›ę€§ćŒć‚ć‚Šć¾ć›ć‚“ć€‚ę‹”å¼µę©Ÿčƒ½ć«åæ…č¦ćŖćƒćƒ¼ć‚øćƒ§ćƒ³: {1}怂", - "extensionDescription.empty": "ē©ŗć®ę‹”å¼µę©Ÿčƒ½ć®čŖ¬ę˜Žć‚’å…„ę‰‹ć—ć¾ć—ćŸ", - "extensionDescription.publisher": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", - "extensionDescription.name": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", - "extensionDescription.version": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", - "extensionDescription.engines": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", - "extensionDescription.engines.vscode": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", - "extensionDescription.extensionDependencies": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string[]` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", - "extensionDescription.activationEvents1": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string[]` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", - "extensionDescription.activationEvents2": "ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ `{0}` と `{1}` ćÆć€äø”ę–¹ćØć‚‚ęŒ‡å®šć™ć‚‹ć‹äø”ę–¹ćØć‚‚ēœē•„ć—ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", - "extensionDescription.main1": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", - "extensionDescription.main2": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ({1}) の中に `main` ({0}) ćŒå«ć¾ć‚Œć‚‹ć“ćØćŒäŗˆęœŸć•ć‚Œć¾ć™ć€‚ć“ć‚Œć«ć‚ˆć‚Šę‹”å¼µę©Ÿčƒ½ć‚’ē§»ę¤ć§ććŖććŖć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", - "extensionDescription.main3": "ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ `{0}` と `{1}` ćÆć€äø”ę–¹ćØć‚‚ęŒ‡å®šć™ć‚‹ć‹äø”ę–¹ćØć‚‚ēœē•„ć—ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", - "notSemver": "ę‹”å¼µę©Ÿčƒ½ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ćŒ semver ćØäŗ’ę›ę€§ćŒć‚ć‚Šć¾ć›ć‚“ć€‚" + "versionMismatch": "ę‹”å¼µę©Ÿčƒ½ćŒ Code {0} ćØäŗ’ę›ę€§ćŒć‚ć‚Šć¾ć›ć‚“ć€‚ę‹”å¼µę©Ÿčƒ½ć«åæ…č¦ćŖćƒćƒ¼ć‚øćƒ§ćƒ³: {1}怂" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json index 1b41b17be7..2861409fee 100644 --- a/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/jpn/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦", "newWindowDesc": "ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’é–‹ć", "recentFolders": "ęœ€čæ‘ä½æć£ćŸćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹", diff --git a/i18n/jpn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/jpn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 82a1d36d1d..10819461ba 100644 --- a/i18n/jpn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/jpn/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "OK", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "č©³ē“°ęƒ…å ±", "integrity.dontShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", - "integrity.moreInfo": "č©³ē“°ęƒ…å ±", "integrity.prompt": "{0} ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ćŒå£Šć‚Œć¦ć„ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ćć ć•ć„ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/jpn/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..238d440839 --- /dev/null +++ b/i18n/jpn/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "å•é”Œć®ćƒ¬ćƒćƒ¼ć‚æćƒ¼" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/jpn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 583d140007..4bc457c95d 100644 --- a/i18n/jpn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "JSON ć‚¹ć‚­ćƒ¼ćƒžę§‹ęˆć‚’ęä¾›ć—ć¾ć™ć€‚", "contributes.jsonValidation.fileMatch": "äø€č‡“ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ« ćƒ‘ć‚æćƒ¼ćƒ³ć€ćŸćØćˆć° \"package.json\" または \"*.launch\" 恧恙怂", "contributes.jsonValidation.url": "ć‚¹ć‚­ćƒ¼ćƒž URL ('http:', 'https:') ć¾ćŸćÆę‹”å¼µę©Ÿčƒ½ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćøć®ē›øåÆ¾ćƒ‘ć‚¹ ('./') 恧恙怂", diff --git a/i18n/jpn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/jpn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index 7c42fdfb6b..8705c83f29 100644 --- a/i18n/jpn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/jpn/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "({0}) ćŒęŠ¼ć•ć‚Œć¾ć—ćŸć€‚2 ē•Ŗē›®ć®ć‚­ćƒ¼ć‚’å¾…ć£ć¦ć„ć¾ć™...", "missing.chord": "ć‚­ćƒ¼ć®ēµ„ćæåˆć‚ć› ({0}态{1}) ćÆć‚³ćƒžćƒ³ćƒ‰ć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/jpn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index 013011fc13..cdf3e8ad43 100644 --- a/i18n/jpn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/jpn/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/platform/list/browser/listService.i18n.json b/i18n/jpn/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..09cd574495 --- /dev/null +++ b/i18n/jpn/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒ", + "multiSelectModifier.ctrlCmd": "Windows ćŠć‚ˆć³ Linux 上の `Control` ć‚­ćƒ¼ćØ macOS 上の `Command` ć‚­ćƒ¼ć«å‰²ć‚Šå½“ć¦ć¾ć™ć€‚", + "multiSelectModifier.alt": "Windows ćŠć‚ˆć³ Linux 上の `Alt` ć‚­ćƒ¼ćØ macOS 上の `Option` ć‚­ćƒ¼ć«å‰²ć‚Šå½“ć¦ć¾ć™ć€‚", + "multiSelectModifier": "ćƒžć‚¦ć‚¹ć§č¤‡ę•°ć®éøęŠžč‚¢ć«ćƒ„ćƒŖćƒ¼ćŠć‚ˆć³ćƒŖć‚¹ćƒˆć®é …ē›®ć‚’čæ½åŠ ć™ć‚‹ćŸć‚ć«ä½æē”Øć•ć‚Œć‚‹äæ®é£¾å­ (ćŸćØćˆć°ć€ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć§ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćØ scm ćƒ“ćƒ„ćƒ¼ć‚’é–‹ććŖć©)怂`ctrlCmd` は、Windows と Linux では `Control` ć«ćƒžćƒƒćƒ—ć•ć‚Œć€macOS では `Command` ć«ćƒžćƒƒćƒ—ć•ć‚Œć¾ć™ć€‚'ęØŖć«äø¦ć¹ć¦é–‹ć' ćƒžć‚¦ć‚¹ ć‚øć‚§ć‚¹ćƒćƒ£ćƒ¼ (ć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹å “åˆ) ćÆć€č¤‡ę•°éøęŠžäæ®é£¾å­ćØē«¶åˆć—ćŖć„ć‚ˆć†ć«čŖæę•“ć•ć‚Œć¾ć™ć€‚", + "openMode.singleClick": "ćƒžć‚¦ć‚¹ć®ć‚·ćƒ³ć‚°ćƒ« ć‚ÆćƒŖćƒƒć‚Æć§é …ē›®ć‚’é–‹ćć¾ć™ć€‚", + "openMode.doubleClick": "ćƒžć‚¦ć‚¹ć®ćƒ€ćƒ–ćƒ« ć‚ÆćƒŖćƒƒć‚Æć§é …ē›®ć‚’é–‹ćć¾ć™ć€‚", + "openModeModifier": "ćƒžć‚¦ć‚¹ć‚’ä½æē”Øć—ć¦ć€ćƒ„ćƒŖćƒ¼ćØćƒŖć‚¹ćƒˆć§é …ē›®ć‚’é–‹ćę–¹ę³•ć‚’åˆ¶å¾”ć—ć¾ć™ (ć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹å “åˆ)怂'SingleClick' ć«čØ­å®šć™ć‚‹ćØć€é …ē›®ć‚’ćƒžć‚¦ć‚¹ć®ć‚·ćƒ³ć‚°ćƒ« ć‚ÆćƒŖćƒƒć‚Æć§é–‹ćć€'doubleClick' ć«čØ­å®šć™ć‚‹ćØć€ćƒ€ćƒ–ćƒ« ć‚ÆćƒŖćƒƒć‚Æć§ć®ćæé–‹ćć¾ć™ć€‚ćƒ„ćƒŖćƒ¼ć§å­ć‚’ęŒć¤č¦Ŗć®å “åˆć€ć“ć®čØ­å®šć§ć€č¦Ŗć‚’ć‚·ćƒ³ć‚°ćƒ« ć‚ÆćƒŖćƒƒć‚Æć§å±•é–‹ć™ć‚‹ć‹ć€ćƒ€ćƒ–ćƒ« ć‚ÆćƒŖćƒƒć‚Æć§å±•é–‹ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚č©²å½“ć—ćŖć„å “åˆć€äø€éƒØć®ćƒ„ćƒŖćƒ¼ćØćƒŖć‚¹ćƒˆć§ćÆć€ć“ć®čØ­å®šćŒē„”č¦–ć•ć‚Œć‚‹å “åˆćŒć‚ć‚‹ć“ćØć«ę³Øę„ć—ć¦ćć ć•ć„ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/jpn/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..23b3c5ca08 --- /dev/null +++ b/i18n/jpn/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "ćƒ­ćƒ¼ć‚«ćƒŖć‚¼ćƒ¼ć‚·ćƒ§ćƒ³ć‚’ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«ęä¾›ć—ć¾ć™", + "vscode.extension.contributes.localizations.languageId": "č”Øē¤ŗę–‡å­—åˆ—ćŒēæ»čØ³ć•ć‚Œć‚‹čØ€čŖžć® id怂", + "vscode.extension.contributes.localizations.languageName": "č‹±čŖžć§ć®čØ€čŖžć®åå‰ć€‚", + "vscode.extension.contributes.localizations.languageNameLocalized": "ęä¾›ć•ć‚ŒćŸčØ€čŖžć§ć®čØ€čŖžć®åå‰ć€‚", + "vscode.extension.contributes.localizations.translations": "čØ€čŖžć«é–¢é€£ä»˜ć‘ć‚‰ć‚Œć¦ć„ć‚‹ēæ»čØ³ć®äø€č¦§ć§ć™ć€‚", + "vscode.extension.contributes.localizations.translations.id": "ć“ć®ēæ»čØ³ćŒęä¾›ć•ć‚Œć‚‹ VS Code ć¾ćŸćÆę‹”å¼µę©Ÿčƒ½ć® ID怂VS Code は常に `vscode` ć§ć€ę‹”å¼µę©Ÿčƒ½ć®å½¢å¼ćÆ `publisherId.extensionName` ć«ćŖć‚Šć¾ć™ć€‚", + "vscode.extension.contributes.localizations.translations.id.pattern": "VS Code ć¾ćŸćÆę‹”å¼µę©Ÿčƒ½ć‚’å¤‰ę›ć™ć‚‹ćŸć‚ć® ID ćÆćć‚Œćžć‚Œć€`vscode` 恋态`publisherId.extensionName` ć®å½¢å¼ć«ćŖć‚Šć¾ć™ć€‚", + "vscode.extension.contributes.localizations.translations.path": "čØ€čŖžć®ēæ»čØ³ć‚’å«ć‚€ćƒ•ć‚”ć‚¤ćƒ«ćøć®ē›øåÆ¾ćƒ‘ć‚¹ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json index f06c6d391b..e0b96c4e96 100644 --- a/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/jpn/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "ćƒ«ćƒ¼ćƒ— ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆć€ęœ€ēµ‚č”Œćƒžćƒƒćƒćƒ£ćƒ¼ć§ć®ćæć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć™ć€‚", "ProblemPatternParser.problemPattern.missingRegExp": "å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć«ę­£č¦č”Øē¾ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "ProblemPatternParser.problemPattern.missingProperty": "å•é”Œć®ćƒ‘ć‚æćƒ¼ćƒ³ćŒę­£ć—ćć‚ć‚Šć¾ć›ć‚“ć€‚å°‘ćŖććØć‚‚ć€ćƒ•ć‚”ć‚¤ćƒ«ć€ćƒ”ćƒƒć‚»ćƒ¼ć‚øćØč”Œć€ć¾ćŸćÆćƒ­ć‚±ćƒ¼ć‚·ćƒ§ćƒ³äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ—ćŒćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“ć€‚", diff --git a/i18n/jpn/src/vs/platform/message/common/message.i18n.json b/i18n/jpn/src/vs/platform/message/common/message.i18n.json index 85415e2c95..3f3f675135 100644 --- a/i18n/jpn/src/vs/platform/message/common/message.i18n.json +++ b/i18n/jpn/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "閉恘悋", "later": "後続", - "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«" + "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", + "moreFile": "...1 ć¤ć®čæ½åŠ ćƒ•ć‚”ć‚¤ćƒ«ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć¾ć›ć‚“", + "moreFiles": "...{0} å€‹ć®čæ½åŠ ćƒ•ć‚”ć‚¤ćƒ«ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć¾ć›ć‚“" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/request/node/request.i18n.json b/i18n/jpn/src/vs/platform/request/node/request.i18n.json index e457557d48..e327d419f4 100644 --- a/i18n/jpn/src/vs/platform/request/node/request.i18n.json +++ b/i18n/jpn/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "ä½æē”Øć™ć‚‹ćƒ—ćƒ­ć‚­ć‚·čØ­å®šć€‚čØ­å®šć•ć‚Œć¦ć„ćŖć„å “åˆć€ē’°å¢ƒå¤‰ę•° http_proxy ćŠć‚ˆć³ https_proxy ć‹ć‚‰å–å¾—ć•ć‚Œć¾ć™ć€‚", "strictSSL": "ęä¾›ć•ć‚ŒćŸ CA ć®äø€č¦§ćØē…§ć‚‰ć—ć¦ćƒ—ćƒ­ć‚­ć‚· ć‚µćƒ¼ćƒćƒ¼ć®čØ¼ę˜Žę›øć‚’ē¢ŗčŖć™ć‚‹ć‹ć©ć†ć‹ć€‚", diff --git a/i18n/jpn/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/jpn/src/vs/platform/telemetry/common/telemetryService.i18n.json index 5606920bd8..5290a36790 100644 --- a/i18n/jpn/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/jpn/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "ćƒ†ćƒ¬ćƒ”ćƒˆćƒŖ", "telemetry.enableTelemetry": "åˆ©ē”ØēŠ¶ę³ćƒ‡ćƒ¼ć‚æćØć‚Øćƒ©ćƒ¼ć‚’ Microsoft ć«é€äæ”ć§ćć‚‹ć‚ˆć†ć«ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/jpn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 5a5b913495..74271799d9 100644 --- a/i18n/jpn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "ę‹”å¼µę©Ÿčƒ½ć§ćƒ†ćƒ¼ćƒžčØ­å®šć®åÆčƒ½ćŖé…č‰²ć‚’ęä¾›ć—ć¾ć™", "contributes.color.id": "ćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖé…č‰²ć®č­˜åˆ„å­", "contributes.color.id.format": "識刄子は aa[.bb]* ć®å½¢å¼ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", diff --git a/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json index 24c492550e..c4c1ec7d8b 100644 --- a/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/jpn/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć§ä½æē”Øć™ć‚‹č‰²ć€‚", "foreground": "å…Øä½“ć®å‰ę™Æč‰²ć€‚ć“ć®č‰²ćÆć€ć‚³ćƒ³ćƒćƒ¼ćƒćƒ³ćƒˆć«ć‚ˆć£ć¦ć‚Ŗćƒ¼ćƒćƒ¼ćƒ©ć‚¤ćƒ‰ć•ć‚Œć¦ć„ćŖć„å “åˆć«ć®ćæä½æē”Øć•ć‚Œć¾ć™ć€‚", "errorForeground": "ć‚Øćƒ©ćƒ¼ ćƒ”ćƒƒć‚»ćƒ¼ć‚øå…Øä½“ć®å‰ę™Æč‰²ć€‚ć“ć®č‰²ćÆć€ć‚³ćƒ³ćƒćƒ¼ćƒćƒ³ćƒˆć«ć‚ˆć£ć¦äøŠę›øćć•ć‚Œć¦ć„ćŖć„å “åˆć«ć®ćæä½æē”Øć•ć‚Œć¾ć™ć€‚", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "ć‚Øćƒ©ćƒ¼ć®é‡å¤§åŗ¦ć‚’ē¤ŗć™å…„åŠ›ę¤œčØ¼ć®čƒŒę™Æč‰²ć€‚", "inputValidationErrorBorder": "ć‚Øćƒ©ćƒ¼ć®é‡å¤§åŗ¦ć‚’ē¤ŗć™å…„åŠ›ę¤œčØ¼ć®å¢ƒē•Œē·šč‰²ć€‚", "dropdownBackground": "ćƒ‰ćƒ­ćƒƒćƒ—ćƒ€ć‚¦ćƒ³ć®čƒŒę™Æć€‚", + "dropdownListBackground": "ćƒ‰ćƒ­ćƒƒćƒ—ćƒ€ć‚¦ćƒ³ ćƒŖć‚¹ćƒˆć®čƒŒę™Æč‰²ć€‚", "dropdownForeground": "ćƒ‰ćƒ­ćƒƒćƒ—ćƒ€ć‚¦ćƒ³ć®å‰ę™Æć€‚", "dropdownBorder": "ćƒ‰ćƒ­ćƒƒćƒ—ćƒ€ć‚¦ćƒ³ć®å¢ƒē•Œē·šć€‚", "listFocusBackground": "ćƒ„ćƒŖćƒ¼ćƒŖć‚¹ćƒˆćŒć‚¢ć‚Æćƒ†ć‚£ćƒ–ć®ćØćć€ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć•ć‚ŒćŸé …ē›®ć®ćƒ„ćƒŖćƒ¼ćƒŖć‚¹ćƒˆčƒŒę™Æč‰²ć€‚ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒ„ćƒŖćƒ¼ćƒŖć‚¹ćƒˆćÆć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ćŒć‚ć‚Šć€éžć‚¢ć‚Æćƒ†ć‚£ćƒ–ć§ćÆć“ć‚ŒćŒć‚ć‚Šć¾ć›ć‚“ć€‚", @@ -63,25 +66,29 @@ "editorWidgetBorder": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®å¢ƒē•Œē·šč‰²ć€‚ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć«å¢ƒē•Œē·šćŒć‚ć‚Šć€ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć«ć‚ˆć£ć¦é…č‰²ć‚’äøŠę›øćć•ć‚Œć¦ć„ćŖć„å “åˆć§ć®ćæć“ć®é…č‰²ćÆä½æē”Øć•ć‚Œć¾ć™ć€‚", "editorSelectionBackground": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®éøęŠžēÆ„å›²ć®č‰²ć€‚", "editorSelectionForeground": "惏悤 ć‚³ćƒ³ćƒˆćƒ©ć‚¹ćƒˆć®éøęŠžęøˆćæćƒ†ć‚­ć‚¹ćƒˆć®č‰²ć€‚", - "editorInactiveSelection": "éžć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®éøęŠžēÆ„å›²ć®č‰²ć€‚", - "editorSelectionHighlight": "éøęŠžēÆ„å›²ćØåŒć˜ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć®é ˜åŸŸć®č‰²ć€‚", + "editorInactiveSelection": "éžć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®éøęŠžēÆ„å›²ć®č‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "editorSelectionHighlight": "éøęŠžēÆ„å›²ćØåŒć˜ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć®é ˜åŸŸć®č‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "editorSelectionHighlightBorder": "éøęŠžēÆ„å›²ćØåŒć˜ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć®å¢ƒē•Œē·šć®č‰²ć€‚", "editorFindMatch": "ē¾åœØć®ę¤œē“¢äø€č‡“é …ē›®ć®č‰²ć€‚", - "findMatchHighlight": "ä»–ć®ę¤œē“¢äø€č‡“é …ē›®ć®č‰²ć€‚", - "findRangeHighlight": "ę¤œē“¢ć‚’åˆ¶é™ć™ć‚‹ēÆ„å›²ć®č‰²ć€‚", - "hoverHighlight": "ćƒ›ćƒćƒ¼ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć‚‹ćƒÆćƒ¼ćƒ‰ć®äø‹ć‚’å¼·čŖæč”Øē¤ŗć—ć¾ć™ć€‚", + "findMatchHighlight": "ä»–ć®ę¤œē“¢äø€č‡“é …ē›®ć®č‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "findRangeHighlight": "ę¤œē“¢ć‚’åˆ¶é™ć™ć‚‹ēÆ„å›²ć®č‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "editorFindMatchBorder": "ē¾åœØć®ę¤œē“¢äø€č‡“é …ē›®ć®å¢ƒē•Œē·šć®č‰²ć€‚", + "findMatchHighlightBorder": "ä»–ć®ę¤œē“¢äø€č‡“é …ē›®ć®å¢ƒē•Œē·šć®č‰²ć€‚", + "findRangeHighlightBorder": "ę¤œē“¢ć‚’åˆ¶é™ć™ć‚‹ēÆ„å›²ć®å¢ƒē•Œē·šć®č‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "hoverHighlight": "ćƒ›ćƒćƒ¼ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć‚‹ćƒÆćƒ¼ćƒ‰ć®äø‹ć‚’å¼·čŖæč”Øē¤ŗć—ć¾ć™ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", "hoverBackground": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ćƒ›ćƒćƒ¼ć®čƒŒę™Æč‰²ć€‚", "hoverBorder": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ćƒ›ćƒćƒ¼ć®å¢ƒē•Œē·šć®č‰²ć€‚", "activeLinkForeground": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒŖćƒ³ć‚Æć®č‰²ć€‚", - "diffEditorInserted": "ęŒæå…„ć•ć‚ŒćŸćƒ†ć‚­ć‚¹ćƒˆć®čƒŒę™Æč‰²ć€‚", - "diffEditorRemoved": "å‰Šé™¤ć•ć‚ŒćŸćƒ†ć‚­ć‚¹ćƒˆć®čƒŒę™Æč‰²ć€‚", + "diffEditorInserted": "ęŒæå…„ć•ć‚ŒćŸćƒ†ć‚­ć‚¹ćƒˆć®å¢ƒē•Œē·šć®č‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "diffEditorRemoved": "å‰Šé™¤ć•ć‚ŒćŸćƒ†ć‚­ć‚¹ćƒˆć®å¢ƒē•Œē·šć®č‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", "diffEditorInsertedOutline": "ęŒæå…„ć•ć‚ŒćŸćƒ†ć‚­ć‚¹ćƒˆć®č¼Ŗéƒ­ć®č‰²ć€‚", "diffEditorRemovedOutline": "å‰Šé™¤ć•ć‚ŒćŸćƒ†ć‚­ć‚¹ćƒˆć®č¼Ŗéƒ­ć®č‰²ć€‚", - "mergeCurrentHeaderBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®ē¾åœØć®ćƒ˜ćƒƒćƒ€ćƒ¼čƒŒę™Æč‰²ć€‚", - "mergeCurrentContentBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®ē¾åœØć®ć‚³ćƒ³ćƒ†ćƒ³ćƒ„čƒŒę™Æč‰²ć€‚", - "mergeIncomingHeaderBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…„åŠ›å“ćƒ˜ćƒƒćƒ€ćƒ¼čƒŒę™Æč‰²ć€‚", - "mergeIncomingContentBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…„åŠ›å“ć‚³ćƒ³ćƒ†ćƒ³ćƒ„čƒŒę™Æč‰²ć€‚", - "mergeCommonHeaderBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…±é€šć®ē„–å…ˆćƒ˜ćƒƒćƒ€ćƒ¼čƒŒę™Æč‰²ć€‚", - "mergeCommonContentBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…±é€šć®ē„–å…ˆć‚³ćƒ³ćƒ†ćƒ³ćƒ„čƒŒę™Æč‰²ć€‚", + "mergeCurrentHeaderBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®ē¾åœØć®ćƒ˜ćƒƒćƒ€ćƒ¼čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "mergeCurrentContentBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®ē¾åœØć®ć‚³ćƒ³ćƒ†ćƒ³ćƒ„čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "mergeIncomingHeaderBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…„åŠ›å“ćƒ˜ćƒƒćƒ€ćƒ¼čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "mergeIncomingContentBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…„åŠ›å“ć‚³ćƒ³ćƒ†ćƒ³ćƒ„čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "mergeCommonHeaderBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…±é€šć®ē„–å…ˆćƒ˜ćƒƒćƒ€ćƒ¼čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", + "mergeCommonContentBackground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…±é€šć®ē„–å…ˆć‚³ćƒ³ćƒ†ćƒ³ćƒ„čƒŒę™Æč‰²ć€‚äø‹ć«ć‚ć‚‹č£…é£¾ć‚’éš ć•ćŖć„ćŸć‚ć«ć€č‰²ćÆäøé€éŽć§ć‚ć£ć¦ćÆćŖć‚Šć¾ć›ć‚“ć€‚", "mergeBorder": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®ćƒ˜ćƒƒćƒ€ćƒ¼ćØć‚¹ćƒ—ćƒŖćƒƒć‚æćƒ¼ć®å¢ƒē•Œē·šć®č‰²ć€‚", "overviewRulerCurrentContentForeground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®ē¾åœØć®ę¦‚č¦ćƒ«ćƒ¼ćƒ©ćƒ¼å‰ę™Æč‰²ć€‚", "overviewRulerIncomingContentForeground": "č”Œå†…ćƒžćƒ¼ć‚øē«¶åˆć®å…„åŠ›å“ć®ę¦‚č¦ćƒ«ćƒ¼ćƒ©ćƒ¼å‰ę™Æč‰²ć€‚", diff --git a/i18n/jpn/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/jpn/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..b4a374cd63 --- /dev/null +++ b/i18n/jpn/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "ꛓꖰ", + "updateChannel": "ę›“ę–°ćƒćƒ£ćƒćƒ«ć‹ć‚‰č‡Ŗå‹•ę›“ę–°ć‚’å—äæ”ć™ć‚‹ć‹ć©ć†ć‹ć‚’ę§‹ęˆć—ć¾ć™ć€‚å¤‰ę›“å¾Œć«å†čµ·å‹•ćŒåæ…č¦ć§ć™ć€‚", + "enableWindowsBackgroundUpdates": "Windows ć®ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ę›“ę–°ć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/jpn/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..862b1e7aa4 --- /dev/null +++ b/i18n/jpn/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "ćƒćƒ¼ć‚øćƒ§ćƒ³ {0}\nć‚³ćƒŸćƒƒćƒˆ {1}\nę—„ä»˜ {2}\nć‚·ć‚§ćƒ« {3}\nćƒ¬ćƒ³ćƒ€ćƒ©ćƒ¼ {4}\nNode {5}\nć‚¢ćƒ¼ć‚­ćƒ†ć‚Æćƒćƒ£ {6}", + "okButton": "OK", + "copy": "ć‚³ćƒ”ćƒ¼ (&&C)" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/jpn/src/vs/platform/workspaces/common/workspaces.i18n.json index fad7eabca2..18ed83e5b9 100644 --- a/i18n/jpn/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/jpn/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "ć‚³ćƒ¼ćƒ‰ ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹", "untitledWorkspace": "未設定 (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹)", "workspaceNameVerbose": "{0} (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹)", diff --git a/i18n/jpn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..e11f0b9196 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "ćƒ­ćƒ¼ć‚«ćƒŖć‚¼ćƒ¼ć‚·ćƒ§ćƒ³ćÆé…åˆ—ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "requirestring": " `{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "optstring": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "vscode.extension.contributes.localizations": "ćƒ­ćƒ¼ć‚«ćƒŖć‚¼ćƒ¼ć‚·ćƒ§ćƒ³ć‚’ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«ęä¾›ć—ć¾ć™", + "vscode.extension.contributes.localizations.languageId": "č”Øē¤ŗę–‡å­—åˆ—ćŒēæ»čØ³ć•ć‚Œć‚‹čØ€čŖžć® id怂", + "vscode.extension.contributes.localizations.languageName": "č”Øē¤ŗę–‡å­—åˆ—ćŒēæ»čØ³ć•ć‚Œć‚‹čØ€čŖžåć€‚", + "vscode.extension.contributes.localizations.translations": "ęä¾›ć•ć‚Œć¦ć„ć‚‹čØ€čŖžć®ć™ć¹ć¦ć®ēæ»čØ³ćƒ•ć‚”ć‚¤ćƒ«ć‚’å«ć‚€ćƒ•ć‚©ćƒ«ćƒ€ćøć®ē›øåÆ¾ćƒ‘ć‚¹ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index c17b073b1d..30f4411955 100644 --- a/i18n/jpn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "ćƒ“ćƒ„ćƒ¼ćÆé…åˆ—ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", "requirestring": " `{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", "optstring": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", diff --git a/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index df697c332c..c53e2c6ac8 100644 --- a/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index c3df3145de..2041aa8475 100644 --- a/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "閉恘悋", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (ę‹”å¼µę©Ÿčƒ½)", + "defaultSource": "ę‹”å¼µę©Ÿčƒ½", + "manageExtension": "ę‹”å¼µę©Ÿčƒ½ć‚’ē®”ē†", "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", "ok": "OK" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..7e11f65941 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "Save Participants ćŒå®Ÿč”Œäø­ć§ć™..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..88655291de --- /dev/null +++ b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "webview ć‚Øćƒ‡ć‚£ć‚æćƒ¼" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..3b60800b41 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "ę‹”å¼µę©Ÿčƒ½ '{0}' は 1 ć¤ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«čæ½åŠ ć—ć¾ć—ćŸ", + "folderStatusMessageAddMultipleFolders": "ę‹”å¼µę©Ÿčƒ½ '{0}' は {1} ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«čæ½åŠ ć—ć¾ć—ćŸ", + "folderStatusMessageRemoveSingleFolder": "ę‹”å¼µę©Ÿčƒ½ '{0}' は 1 ć¤ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‹ć‚‰å‰Šé™¤ć—ć¾ć—ćŸ", + "folderStatusMessageRemoveMultipleFolders": "ę‹”å¼µę©Ÿčƒ½ '{0}' は {1} ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‹ć‚‰å‰Šé™¤ć—ć¾ć—ćŸ", + "folderStatusChangeFolder": "ę‹”å¼µę©Ÿčƒ½ '{0}' ćÆćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’å¤‰ę›“ć—ć¾ć—ćŸ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 2c22bae2e1..7e7206b883 100644 --- a/i18n/jpn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "{0} å€‹ć®čæ½åŠ ć®ć‚Øćƒ©ćƒ¼ćØč­¦å‘ŠćŒč”Øē¤ŗć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostExplorerView.i18n.json index 6447043d7e..c5ee501eef 100644 --- a/i18n/jpn/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 5d369543a9..aa5cba7a95 100644 --- a/i18n/jpn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "ę‹”å¼µę©Ÿčƒ½ `{1}` ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ē†ē”±: ä¾å­˜é–¢äæ‚ `{0}` ćŒäøę˜Žć§ć™ć€‚", - "failedDep1": "ę‹”å¼µę©Ÿčƒ½ `{1}` ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ē†ē”±: ä¾å­˜é–¢äæ‚ `{0}` ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚", - "failedDep2": "ę‹”å¼µę©Ÿčƒ½ `{0}` ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ē†ē”±: ä¾å­˜é–¢äæ‚ć®ćƒ¬ćƒ™ćƒ«ćŒ 10 ć‚’č¶…ćˆć¦ć„ć¾ć™ (ä¾å­˜é–¢äæ‚ć®ćƒ«ćƒ¼ćƒ—ć®åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™)怂", - "activationError": "ę‹”å¼µę©Ÿčƒ½ `{0}` ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸ: {1}怂" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "ę‹”å¼µę©Ÿčƒ½ '{1}' ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ē†ē”±: ä¾å­˜é–¢äæ‚ '{0}' ćŒäøę˜Žć§ć™ć€‚", + "failedDep1": "ę‹”å¼µę©Ÿčƒ½ '{1}' ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ē†ē”±: ä¾å­˜é–¢äæ‚ '{0}' ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚", + "failedDep2": "ę‹”å¼µę©Ÿčƒ½ '{0}' ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ē†ē”±: ä¾å­˜é–¢äæ‚ć®ćƒ¬ćƒ™ćƒ«ćŒ 10 ć‚’č¶…ćˆć¦ć„ć¾ć™ (ä¾å­˜é–¢äæ‚ć®ćƒ«ćƒ¼ćƒ—ć®åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™)怂", + "activationError": "ę‹”å¼µę©Ÿčƒ½ '{0}' ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć«å¤±ę•—ć—ć¾ć—ćŸ: {1}怂" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/jpn/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index 20b6c53ee2..507ee9bfbe 100644 --- a/i18n/jpn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostTreeView.i18n.json index 6447043d7e..c5ee501eef 100644 --- a/i18n/jpn/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 74c5f0eabd..0a0653bcc8 100644 --- a/i18n/jpn/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "ID '{0}' ć®ćƒ„ćƒŖćƒ¼ ćƒ“ćƒ„ćƒ¼ćÆē™»éŒ²ć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", - "treeItem.notFound": "ID '{0}' ć®ćƒ„ćƒŖćƒ¼é …ē›®ćÆč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚", - "treeView.duplicateElement": " {0} č¦ē“ ćÆę—¢ć«ē™»éŒ²ć•ć‚Œć¦ć„ć¾ć™ć€‚" + "treeView.duplicateElement": "id [0] ć®č¦ē“ ćÆć™ć§ć«ē™»éŒ²ć•ć‚Œć¦ć„ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/jpn/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..90e842c881 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "ę‹”å¼µę©Ÿčƒ½ '{0}' ćÆćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ę›“ę–°ć§ćć¾ć›ć‚“ć§ć—ćŸ: {1}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/jpn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index df697c332c..c53e2c6ac8 100644 --- a/i18n/jpn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/jpn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index c3df3145de..947e1a37ac 100644 --- a/i18n/jpn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/jpn/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/configureLocale.i18n.json index 21107d326a..6c43f6a136 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/fileActions.i18n.json index 07f35cfc62..6012c0eaf4 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index c9b5a419e8..d662bb7098 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć®č”Øē¤ŗć®åˆ‡ć‚Šę›æćˆ", "view": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..cda8b1871a --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "äø­å¤®ęƒćˆćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć®åˆ‡ć‚Šę›æćˆ", + "view": "蔨示" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 9df851c0ae..d770859644 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚°ćƒ«ćƒ¼ćƒ—ć®ēø¦/ęØŖćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć‚’åˆ‡ć‚Šę›æćˆć‚‹", "horizontalLayout": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚°ćƒ«ćƒ¼ćƒ—ć®ęØŖćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆ", "verticalLayout": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚°ćƒ«ćƒ¼ćƒ—ć®ēø¦ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆ", diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 4faa6069b2..0b5d938f08 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć®ä½ē½®ć®åˆ‡ć‚Šę›æćˆ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć®ä½ē½®ć®åˆ‡ć‚Šę›æćˆ", "view": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 0e2209d5b6..9df9b6a6d2 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "ć‚µć‚¤ćƒ‰ćƒćƒ¼ć®č”Øē¤ŗć®åˆ‡ć‚Šę›æćˆ", "view": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 52c51db902..a6823db77a 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®åÆč¦–ę€§ć®åˆ‡ć‚Šę›æćˆ", "view": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index 1b05e7b198..4823d9f54a 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "ć‚æćƒ–č”Øē¤ŗć®åˆ‡ć‚Šę›æćˆ", "view": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index e9af45368f..3bcd538bb4 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Zen Mode ć®åˆ‡ć‚Šę›æćˆ", "view": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 60ed1228f0..aee3d3c40a 100644 --- a/i18n/jpn/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć...", "openFolder": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć...", "openFileFolder": "開恏...", - "addFolderToWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’čæ½åŠ ...", - "add": "追加(&&A)", - "addFolderToWorkspaceTitle": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’čæ½åŠ ", "globalRemoveFolderFromWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‹ć‚‰ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’å‰Šé™¤...", - "removeFolderFromWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‹ć‚‰ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’å‰Šé™¤", - "openFolderSettings": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®čØ­å®šć‚’é–‹ć", "saveWorkspaceAsAction": "åå‰ć‚’ä»˜ć‘ć¦ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‚’äæå­˜...", "save": "äæå­˜(&&S)", "saveWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‚’äæå­˜", "openWorkspaceAction": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‚’é–‹ć...", "openWorkspaceConfigFile": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć", - "openFolderAsWorkspaceInNewWindow": "ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć§ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ćØć—ć¦ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", - "workspaceFolderPickerPlaceholder": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’éøęŠž" + "openFolderAsWorkspaceInNewWindow": "ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć§ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ćØć—ć¦ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/jpn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..a0f5011d76 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’čæ½åŠ ...", + "add": "追加(&&A)", + "addFolderToWorkspaceTitle": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’čæ½åŠ ", + "workspaceFolderPickerPlaceholder": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’éøęŠž" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 8cee18d4c6..4e4f3c545e 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 85e7c1f4a9..1a6c84e29d 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć‚’éžč”Øē¤ŗć«ć™ć‚‹", "globalActions": "ć‚°ćƒ­ćƒ¼ćƒćƒ«ę“ä½œ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/compositePart.i18n.json index 7eaea92fab..9167c67843 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} å€‹ć®ć‚¢ć‚Æć‚·ćƒ§ćƒ³", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index 23e9cfae12..d2f7c0e93a 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒ“ćƒ„ćƒ¼ ć‚¹ć‚¤ćƒƒćƒćƒ£ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 07c224802d..4c39da8aa5 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10k+", "badgeTitle": "{0} - {1}", "additionalViews": "ćć®ä»–ć®ćƒ“ćƒ„ćƒ¼", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index 117e3efeda..0e37c5bd4f 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "ćƒć‚¤ćƒŠćƒŖ ćƒ“ćƒ„ćƒ¼ć‚¢ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index 86cc5cdfa1..a7da5962ee 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "ćƒ†ć‚­ć‚¹ćƒˆ ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "textDiffEditor": "ćƒ†ć‚­ć‚¹ćƒˆå·®åˆ†ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "binaryDiffEditor": "ćƒć‚¤ćƒŠćƒŖå·®åˆ†ć‚Øćƒ‡ć‚£ć‚æćƒ¼", @@ -13,5 +15,18 @@ "groupThreePicker": "3 ē•Ŗē›®ć®ć‚°ćƒ«ćƒ¼ćƒ—ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗć™ć‚‹", "allEditorsPicker": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć™ć¹ć¦č”Øē¤ŗć™ć‚‹", "view": "蔨示", - "file": "ćƒ•ć‚”ć‚¤ćƒ«" + "file": "ćƒ•ć‚”ć‚¤ćƒ«", + "close": "閉恘悋", + "closeOthers": "ćć®ä»–ć‚’é–‰ć˜ć‚‹", + "closeRight": "å³å“ć‚’é–‰ć˜ć‚‹", + "closeAllSaved": "äæå­˜ęøˆćæć‚’é–‰ć˜ć‚‹", + "closeAll": "ć™ć¹ć¦é–‰ć˜ć‚‹", + "keepOpen": "é–‹ć„ćŸć¾ć¾ć«ć™ć‚‹", + "toggleInlineView": "ć‚¤ćƒ³ćƒ©ć‚¤ćƒ³č”Øē¤ŗć«åˆ‡ć‚Šę›æćˆ", + "showOpenedEditors": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗ", + "keepEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’äæęŒ", + "closeEditorsInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć™ć¹ć¦ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", + "closeSavedEditors": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®äæå­˜ęøˆćæć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", + "closeOtherEditors": "ćć®ä»–ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", + "closeRightEditors": "å³å“ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index 9e1f0ccd5c..a728348848 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®åˆ†å‰²", "joinTwoGroups": "2 ć¤ć®ć‚°ćƒ«ćƒ¼ćƒ—ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ēµåˆ", "navigateEditorGroups": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—é–“ć§ē§»å‹•ć™ć‚‹", @@ -17,18 +19,13 @@ "closeEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", "revertAndCloseActiveEditor": "å…ƒć«ęˆ»ć—ć¦ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", "closeEditorsToTheLeft": "å·¦å“ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", - "closeEditorsToTheRight": "å³å“ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", "closeAllEditors": "ć™ć¹ć¦ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", - "closeUnmodifiedEditors": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ęœŖå¤‰ę›“ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", "closeEditorsInOtherGroups": "ä»–ć®ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", - "closeOtherEditorsInGroup": "ćć®ä»–ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", - "closeEditorsInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć™ć¹ć¦ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", "moveActiveGroupLeft": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’å·¦å“ć«ē§»å‹•ć™ć‚‹", "moveActiveGroupRight": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’å³å“ć«ē§»å‹•ć™ć‚‹", "minimizeOtherEditorGroups": "ä»–ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’ęœ€å°åŒ–ć™ć‚‹", "evenEditorGroups": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć®å¹…ć‚’ē­‰é–“éš”ć«čØ­å®šć™ć‚‹", "maximizeEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’ęœ€å¤§åŒ–ć—ć¦ć‚µć‚¤ćƒ‰ćƒćƒ¼ć‚’éžč”Øē¤ŗć«ć™ć‚‹", - "keepEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’äæęŒ", "openNextEditor": "ę¬”ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ć", "openPreviousEditor": "ä»„å‰ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ć", "nextEditorInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć§ę¬”ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ć", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "ęœ€åˆć®ć‚°ćƒ«ćƒ¼ćƒ—ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗć™ć‚‹", "showEditorsInSecondGroup": "2 ē•Ŗē›®ć®ć‚°ćƒ«ćƒ¼ćƒ—ć§ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗć™ć‚‹", "showEditorsInThirdGroup": "3 ē•Ŗē›®ć®ć‚°ćƒ«ćƒ¼ćƒ—ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗć™ć‚‹", - "showEditorsInGroup": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć‚°ćƒ«ćƒ¼ćƒ—ć«č”Øē¤ŗć™ć‚‹", "showAllEditors": "ć™ć¹ć¦ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗć™ć‚‹", "openPreviousRecentlyUsedEditorInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ęœ€čæ‘ä½æē”Øć—ćŸć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć†ć”å‰ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ć", "openNextRecentlyUsedEditorInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ęœ€čæ‘ä½æē”Øć—ćŸć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć†ć”ę¬”ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ć", @@ -54,5 +50,8 @@ "moveEditorLeft": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’å·¦ćøē§»å‹•", "moveEditorRight": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’å³ćøē§»å‹•", "moveEditorToPreviousGroup": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’å‰ć®ć‚°ćƒ«ćƒ¼ćƒ—ć«ē§»å‹•", - "moveEditorToNextGroup": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ę¬”ć®ć‚°ćƒ«ćƒ¼ćƒ—ć«ē§»å‹•" + "moveEditorToNextGroup": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ę¬”ć®ć‚°ćƒ«ćƒ¼ćƒ—ć«ē§»å‹•", + "moveEditorToFirstGroup": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ 1 ē•Ŗē›®ć®ć‚°ćƒ«ćƒ¼ćƒ—ć«ē§»å‹•", + "moveEditorToSecondGroup": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ 2 ē•Ŗē›®ć®ć‚°ćƒ«ćƒ¼ćƒ—ć«ē§»å‹•", + "moveEditorToThirdGroup": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ 3 ē•Ŗē›®ć®ć‚°ćƒ«ćƒ¼ćƒ—ć«ē§»å‹•" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 31949627cf..4aea0accdb 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "ć‚æćƒ–ć¾ćŸćÆć‚°ćƒ«ćƒ¼ćƒ—åˆ„ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ē§»å‹•ć™ć‚‹", "editorCommand.activeEditorMove.arg.name": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć® Move 引数", - "editorCommand.activeEditorMove.arg.description": "å¼•ę•°ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£:\n\t* 'to': ē§»å‹•å…ˆć‚’ęŒ‡å®šć™ć‚‹ę–‡å­—åˆ—å€¤ć€‚\n\t* 'by': ē§»å‹•ć®å˜ä½ć‚’ęŒ‡å®šć™ć‚‹ę–‡å­—åˆ—å€¤ć€‚ć‚æćƒ–åˆ„ć¾ćŸćÆć‚°ćƒ«ćƒ¼ćƒ—åˆ„ć€‚\n\t* 'value': ē§»å‹•ć®ä½ē½®ę•°ć‚‚ć—ććÆēµ¶åÆ¾ä½ē½®ć‚’ęŒ‡å®šć™ć‚‹ę•°å€¤ć€‚", - "commandDeprecated": "ć‚³ćƒžćƒ³ćƒ‰ **{0}** ćÆå‰Šé™¤ć•ć‚Œć¾ć—ćŸć€‚ä»£ć‚ć‚Šć« **{1}** ć‚’ä½æē”Øć§ćć¾ć™", - "openKeybindings": "ć‚·ćƒ§ćƒ¼ćƒˆć‚«ćƒƒćƒˆ ć‚­ćƒ¼ć®ę§‹ęˆ" + "editorCommand.activeEditorMove.arg.description": "å¼•ę•°ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£:\n\t* 'to': ē§»å‹•å…ˆć‚’ęŒ‡å®šć™ć‚‹ę–‡å­—åˆ—å€¤ć€‚\n\t* 'by': ē§»å‹•ć®å˜ä½ć‚’ęŒ‡å®šć™ć‚‹ę–‡å­—åˆ—å€¤ć€‚ć‚æćƒ–åˆ„ć¾ćŸćÆć‚°ćƒ«ćƒ¼ćƒ—åˆ„ć€‚\n\t* 'value': ē§»å‹•ć®ä½ē½®ę•°ć‚‚ć—ććÆēµ¶åÆ¾ä½ē½®ć‚’ęŒ‡å®šć™ć‚‹ę•°å€¤ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 8906495185..b0b87029fc 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "å·¦", "groupTwoVertical": "中央", "groupThreeVertical": "右", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index 85ad9a14ec..8bdaf69ba1 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć®éøęŠž", "groupLabel": "ć‚°ćƒ«ćƒ¼ćƒ—: {0}", "noResultsFoundInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć«äø€č‡“ć™ć‚‹é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćŒć‚ć‚Šć¾ć›ć‚“", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index 805958bc01..955f27e63d 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "蔌 {0}ć€åˆ— {1} ({2} å€‹éøęŠž)", "singleSelection": "蔌 {0}ć€åˆ— {1}", "multiSelectionRange": "{0} å€‹ć®éøęŠžé …ē›® ({1} ę–‡å­—ć‚’éøęŠž)", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..8d31506bb7 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}B", + "sizeKB": "{0}KB", + "sizeMB": "{0}MB", + "sizeGB": "{0}GB", + "sizeTB": "{0}TB", + "largeImageError": "ē”»åƒć®ćƒ•ć‚”ć‚¤ćƒ« ć‚µć‚¤ć‚ŗćŒéžåøøć«å¤§ćć„ (>1MB) ćŸć‚ć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«č”Øē¤ŗć•ć‚Œć¾ć›ć‚“ć€‚ ", + "resourceOpenExternalButton": "å¤–éƒØć®ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ä½æē”Øć—ć¦ē”»åƒć‚’é–‹ćć¾ć™ć‹?", + "nativeBinaryError": "ć“ć®ćƒ•ć‚”ć‚¤ćƒ«ćÆćƒć‚¤ćƒŠćƒŖć‹ć€éžåøøć«å¤§ćć„ć‹ć€ć¾ćŸćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ćŖć„ćƒ†ć‚­ć‚¹ćƒˆ ć‚Øćƒ³ć‚³ćƒ¼ćƒ‰ć‚’ä½æē”Øć—ć¦ć„ć‚‹ćŸć‚ć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«č”Øē¤ŗć•ć‚Œć¾ć›ć‚“ć€‚", + "zoom.action.fit.label": "ē”»åƒå…Øä½“", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index c740584313..4460216fdf 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "ć‚æćƒ–ę“ä½œ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index e5581c64d2..701764c4d5 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "ćƒ†ć‚­ć‚¹ćƒˆå·®åˆ†ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "readonlyEditorWithInputAriaLabel": "{0}ć€‚čŖ­ćæå–ć‚Šå°‚ē”Øć®ćƒ†ć‚­ć‚¹ćƒˆęÆ”č¼ƒć‚Øćƒ‡ć‚£ć‚æćƒ¼ć€‚", "readonlyEditorAriaLabel": "čŖ­ćæå–ć‚Šå°‚ē”Øć®ćƒ†ć‚­ć‚¹ćƒˆęÆ”č¼ƒć‚Øćƒ‡ć‚£ć‚æćƒ¼ć€‚", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "ćƒ†ć‚­ć‚¹ćƒˆ ćƒ•ć‚”ć‚¤ćƒ«ęÆ”č¼ƒć‚Øćƒ‡ć‚£ć‚æćƒ¼ć€‚", "navigate.next.label": "欔の変曓箇所", "navigate.prev.label": "å‰ć®å¤‰ę›“ē®‡ę‰€", - "inlineDiffLabel": "ć‚¤ćƒ³ćƒ©ć‚¤ćƒ³č”Øē¤ŗć«åˆ‡ć‚Šę›æćˆ", - "sideBySideDiffLabel": "äø¦ć¹ć¦č”Øē¤ŗć«åˆ‡ć‚Šę›æćˆ" + "toggleIgnoreTrimWhitespace.label": "ęœ«å°¾ć®ē©ŗē™½ę–‡å­—ć®ćƒˆćƒŖćƒŸćƒ³ć‚°ć‚’ē„”č¦–ć™ć‚‹" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index e1b3f810ee..1abff6d40a 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}ć€ć‚°ćƒ«ćƒ¼ćƒ— {1}怂" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 3217740ad7..af55fc5276 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "ćƒ†ć‚­ć‚¹ćƒˆ ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "readonlyEditorWithInputAriaLabel": "{0}ć€‚čŖ­ćæå–ć‚Šå°‚ē”Øć®ćƒ†ć‚­ć‚¹ćƒˆ ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć€‚", "readonlyEditorAriaLabel": "čŖ­ćæå–ć‚Šå°‚ē”Øć®ćƒ†ć‚­ć‚¹ćƒˆ ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć€‚", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index c10bd2e7b6..1d80a193fc 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "閉恘悋", - "closeOthers": "ćć®ä»–ć‚’é–‰ć˜ć‚‹", - "closeRight": "å³å“ć‚’é–‰ć˜ć‚‹", - "closeAll": "ć™ć¹ć¦é–‰ć˜ć‚‹", - "closeAllUnmodified": "ęœŖå¤‰ę›“ć‚’é–‰ć˜ć‚‹", - "keepOpen": "é–‹ć„ćŸć¾ć¾ć«ć™ć‚‹", - "showOpenedEditors": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗ", "araLabelEditorActions": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ę“ä½œ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..401263f0cd --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "é€šēŸ„ć®ć‚ÆćƒŖć‚¢", + "clearNotifications": "ć™ć¹ć¦ć®é€šēŸ„ć‚’ć‚ÆćƒŖć‚¢", + "hideNotificationsCenter": "é€šēŸ„ć‚’éžč”Øē¤ŗ", + "expandNotification": "é€šēŸ„ć‚’å±•é–‹", + "collapseNotification": "é€šēŸ„ć‚’ęŠ˜ć‚ŠćŸćŸć‚€", + "configureNotification": "é€šēŸ„ć‚’ę§‹ęˆć™ć‚‹", + "copyNotification": "ćƒ†ć‚­ć‚¹ćƒˆć‚’ć‚³ćƒ”ćƒ¼" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..d4f23bdb40 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "ć‚Øćƒ©ćƒ¼: {0}", + "alertWarningMessage": "č­¦å‘Š: {0}", + "alertInfoMessage": "ęƒ…å ±: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..559bd5d808 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "é€šēŸ„", + "notificationsToolbar": "é€šēŸ„ć‚»ćƒ³ć‚æćƒ¼ć®ć‚¢ć‚Æć‚·ćƒ§ćƒ³", + "notificationsList": "é€šēŸ„ćƒŖć‚¹ćƒˆ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..fc83027e46 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "é€šēŸ„", + "showNotifications": "é€šēŸ„ć‚’č”Øē¤ŗ", + "hideNotifications": "é€šēŸ„ć‚’éžč”Øē¤ŗ", + "clearAllNotifications": "ć™ć¹ć¦ć®é€šēŸ„ć‚’ć‚ÆćƒŖć‚¢" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..3dd39cdd12 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "é€šēŸ„ć‚’éžč”Øē¤ŗ", + "zeroNotifications": "é€šēŸ„ćÆć‚ć‚Šć¾ć›ć‚“", + "noNotifications": "ę–°ć—ć„é€šēŸ„ćÆć‚ć‚Šć¾ć›ć‚“", + "oneNotification": "1 ä»¶ć®ę–°ć—ć„é€šēŸ„", + "notifications": "{0} ä»¶ć®ę–°ć—ć„é€šēŸ„" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..1badf25532 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "é€šēŸ„ćƒˆćƒ¼ć‚¹ćƒˆ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..b054785d85 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "é€šēŸ„ę“ä½œ", + "notificationSource": "ć‚½ćƒ¼ć‚¹: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index afb57d9fbb..a021efdf27 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "ćƒ‘ćƒćƒ«ć‚’é–‰ć˜ć‚‹", "togglePanel": "ćƒ‘ćƒćƒ«ć®åˆ‡ć‚Šę›æćˆ", "focusPanel": "ćƒ‘ćƒćƒ«ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć™ć‚‹", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index d4eb7b36de..a86197c012 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index 3a842036c7..03b017e676 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} ('Enter' ć‚’ęŠ¼ć—ć¦ē¢ŗčŖć™ć‚‹ć‹ 'Escape' ć‚’ęŠ¼ć—ć¦å–ć‚Šę¶ˆć—ć¾ć™)", "inputModeEntry": "'Enter' ć‚’ęŠ¼ć—ć¦å…„åŠ›ć‚’ē¢ŗčŖć™ć‚‹ć‹ 'Escape' ć‚’ęŠ¼ć—ć¦å–ć‚Šę¶ˆć—ć¾ć™", "emptyPicks": "éøć¹ć‚‹ć‚Øćƒ³ćƒˆćƒŖćŒć‚ć‚Šć¾ć›ć‚“", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index b1dcfefa58..cf3bf2c448 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index b1dcfefa58..ce82c2306b 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "ćƒ•ć‚”ć‚¤ćƒ«ć«ē§»å‹•...", "quickNavigateNext": "Quick Open で欔に移動", "quickNavigatePrevious": "Quick Open ć§å‰ć«ē§»å‹•", diff --git a/i18n/jpn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index 9882ad4534..4dd59e0ccd 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć‚’éžč”Øē¤ŗ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼å†…ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "viewCategory": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index e750906b85..ae51bc84ea 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "ę‹”å¼µę©Ÿčƒ½ć‚’ē®”ē†" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 5c96f18510..3c498c373d 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[ć‚µćƒćƒ¼ćƒˆåÆ¾č±”å¤–]", + "userIsAdmin": "[箔理者]", + "userIsSudo": "[ć‚¹ćƒ¼ćƒ‘ćƒ¼ ćƒ¦ćƒ¼ć‚¶ćƒ¼]", "devExtensionWindowTitlePrefix": "[ę‹”å¼µę©Ÿčƒ½é–‹ē™ŗćƒ›ć‚¹ćƒˆ]" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 6bcbcb522f..0f56667f86 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} å€‹ć®ć‚¢ć‚Æć‚·ćƒ§ćƒ³" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/views/views.i18n.json index 77323e2fdd..aa45caea93 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index 3607a9f498..b1beafe0d7 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/jpn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index 39d2dcfed3..5890c2ab70 100644 --- a/i18n/jpn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć‹ć‚‰éžč”Øē¤ŗ" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "éžč”Øē¤ŗ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/quickopen.i18n.json b/i18n/jpn/src/vs/workbench/browser/quickopen.i18n.json index 6d4bf4f79f..40245d18cc 100644 --- a/i18n/jpn/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "äø€č‡“ć™ć‚‹ēµęžœćÆć‚ć‚Šć¾ć›ć‚“", "noResultsFound2": "äø€č‡“ć™ć‚‹é …ē›®ćÆć‚ć‚Šć¾ć›ć‚“" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/browser/viewlet.i18n.json b/i18n/jpn/src/vs/workbench/browser/viewlet.i18n.json index cd69288971..41fd058765 100644 --- a/i18n/jpn/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć‚’éžč”Øē¤ŗ", "collapse": "ć™ć¹ć¦ęŠ˜ć‚ŠćŸćŸć‚€" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/common/theme.i18n.json b/i18n/jpn/src/vs/workbench/common/theme.i18n.json index a296fd913c..fe8013c859 100644 --- a/i18n/jpn/src/vs/workbench/common/theme.i18n.json +++ b/i18n/jpn/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚æćƒ–ć®čƒŒę™Æč‰²ć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć«ćŠć‘ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§č¤‡ę•°ć®ć‚æćƒ–ć‚’é–‹ćć“ćØćŒć§ćć¾ć™ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’č¤‡ę•°ć«ć™ć‚‹ć“ćØć‚‚ć§ćć¾ć™ć€‚", "tabInactiveBackground": "éžć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚æćƒ–ć®čƒŒę™Æč‰²ć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć«ćŠć‘ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§č¤‡ę•°ć®ć‚æćƒ–ć‚’é–‹ćć“ćØćŒć§ćć¾ć™ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’č¤‡ę•°ć«ć™ć‚‹ć“ćØć‚‚ć§ćć¾ć™ć€‚", + "tabHoverBackground": "ćƒ›ćƒćƒ¼ę™‚ć®ć‚æćƒ–ć®čƒŒę™Æč‰²ć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć«ćŠć‘ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠć§ć™ć€‚1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§č¤‡ę•°ć®ć‚æćƒ–ć‚’é–‹ćć“ćØćŒć§ćć¾ć™ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’č¤‡ę•°ć«ć™ć‚‹ć“ćØć‚‚ć§ćć¾ć™ć€‚", + "tabUnfocusedHoverBackground": "ćƒ›ćƒćƒ¼ę™‚ć®ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć•ć‚Œć¦ć„ćŖć„ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć‚æćƒ–ć®čƒŒę™Æč‰²ć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć«ćŠć‘ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠć§ć™ć€‚1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§č¤‡ę•°ć®ć‚æćƒ–ć‚’é–‹ćć“ćØćŒć§ćć¾ć™ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’č¤‡ę•°ć«ć™ć‚‹ć“ćØć‚‚ć§ćć¾ć™ć€‚", "tabBorder": "ć‚æćƒ–åŒå£«ć‚’åˆ†ć‘ć‚‹ćŸć‚ć®å¢ƒē•Œē·šć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸå†…ć«ć‚ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚č¤‡ę•°ć®ć‚æćƒ–ć‚’ 1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§é–‹ćć“ćØćŒć§ćć¾ć™ć€‚č¤‡ę•°ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćŒć‚ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", "tabActiveBorder": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚æćƒ–ć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹ćŸć‚ć®å¢ƒē•Œē·šć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸå†…ć«ć‚ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚č¤‡ę•°ć®ć‚æćƒ–ć‚’ 1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§é–‹ćć“ćØćŒć§ćć¾ć™ć€‚č¤‡ę•°ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćŒć‚ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", "tabActiveUnfocusedBorder": "ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć•ć‚Œć¦ć„ćŖć„ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚æćƒ–ć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹ćŸć‚ć®å¢ƒē•Œē·šć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸå†…ć«ć‚ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚č¤‡ę•°ć®ć‚æćƒ–ć‚’ 1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§é–‹ćć“ćØćŒć§ćć¾ć™ć€‚č¤‡ę•°ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćŒć‚ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", + "tabHoverBorder": "ćƒ›ćƒćƒ¼ę™‚ć®ć‚æćƒ–ć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹ćŸć‚ć®å¢ƒē•Œē·šć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸå†…ć«ć‚ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚č¤‡ę•°ć®ć‚æćƒ–ć‚’ 1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§é–‹ćć“ćØćŒć§ćć¾ć™ć€‚č¤‡ę•°ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćŒć‚ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", + "tabUnfocusedHoverBorder": "ćƒ›ćƒćƒ¼ę™‚ć®ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć•ć‚Œć¦ć„ćŖć„ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć‚æćƒ–ć‚’å¼·čŖæč”Øē¤ŗć™ć‚‹ćŸć‚ć®å¢ƒē•Œē·šć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸå†…ć«ć‚ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚č¤‡ę•°ć®ć‚æćƒ–ć‚’ 1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§é–‹ćć“ćØćŒć§ćć¾ć™ć€‚č¤‡ę•°ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćŒć‚ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", "tabActiveForeground": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚æćƒ–ć®å‰ę™Æč‰²ć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć«ćŠć‘ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§č¤‡ę•°ć®ć‚æćƒ–ć‚’é–‹ćć“ćØćŒć§ćć¾ć™ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’č¤‡ę•°ć«ć™ć‚‹ć“ćØć‚‚ć§ćć¾ć™ć€‚", "tabInactiveForeground": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®éžć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚æćƒ–ć®å‰ę™Æč‰²ć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć«ćŠć‘ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§č¤‡ę•°ć®ć‚æćƒ–ć‚’é–‹ćć“ćØćŒć§ćć¾ć™ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’č¤‡ę•°ć«ć™ć‚‹ć“ćØć‚‚ć§ćć¾ć™ć€‚", "tabUnfocusedActiveForeground": "ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć•ć‚Œć¦ć„ćŖć„ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚æćƒ–ć®å‰ę™Æč‰²ć€‚ć‚æćƒ–ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć«ćŠć‘ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚1 ć¤ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć§č¤‡ę•°ć®ć‚æćƒ–ć‚’é–‹ćć“ćØćŒć§ćć¾ć™ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’č¤‡ę•°ć«ć™ć‚‹ć“ćØć‚‚ć§ćć¾ć™ć€‚", @@ -16,7 +22,7 @@ "editorGroupBackground": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć®čƒŒę™Æč‰²ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚čƒŒę™Æč‰²ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’ćƒ‰ćƒ©ćƒƒć‚°ć™ć‚‹ćØč”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "tabsContainerBackground": "ć‚æćƒ–ćŒęœ‰åŠ¹ćŖå “åˆć® ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ— ć‚æć‚¤ćƒˆćƒ« ćƒ˜ćƒƒćƒ€ćƒ¼ć®čƒŒę™Æč‰²ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚", "tabsContainerBorder": "ć‚æćƒ–ćŒęœ‰åŠ¹ćŖå “åˆć® ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ— ć‚æć‚¤ćƒˆćƒ« ćƒ˜ćƒƒćƒ€ćƒ¼ć®å¢ƒē•Œē·šč‰²ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚", - "editorGroupHeaderBackground": "ć‚æćƒ–ćŒē„”åŠ¹ćŖå “åˆć® ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ— ć‚æć‚¤ćƒˆćƒ« ćƒ˜ćƒƒćƒ€ćƒ¼ć®čƒŒę™Æč‰²ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚", + "editorGroupHeaderBackground": "ć‚æćƒ–ćŒē„”åŠ¹ćŖå “åˆ (`\"workbench.editor.showTabs\": false`) ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ— ć‚æć‚¤ćƒˆćƒ« ćƒ˜ćƒƒćƒ€ćƒ¼ć®čƒŒę™Æč‰²ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚", "editorGroupBorder": "č¤‡ę•°ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć‚’äŗ’ć„ć«åˆ†é›¢ć™ć‚‹ćŸć‚ć®č‰²ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒŠćƒ¼ć§ć™ć€‚", "editorDragAndDropBackground": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®å‘Øå›²ć‚’ćƒ‰ćƒ©ćƒƒć‚°ć—ć¦ć„ć‚‹ćØćć®čƒŒę™Æč‰²ć€‚ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ćŒęœ€å¾Œć¾ć§č¼ććŸć‚ć«ć€č‰²ćÆé€éŽć§ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", "panelBackground": "ćƒ‘ćƒćƒ«ć®čƒŒę™Æč‰²ć€‚ćƒ‘ćƒćƒ«ćÆć‚Øćƒ‡ć‚£ć‚æćƒ¼é ˜åŸŸć®äø‹ć«č”Øē¤ŗć•ć‚Œć€å‡ŗåŠ›ć‚„ēµ±åˆć‚æćƒ¼ćƒŸćƒŠćƒ«ćŖć©ć®ćƒ“ćƒ„ćƒ¼ć‚’å«ćæć¾ć™ć€‚", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć„ć¦ć„ćŖć„ćØćć«ć‚µć‚¤ćƒ‰ćƒćƒ¼ćØć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’éš”ć¦ć‚‹ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®å¢ƒē•Œē·šć®č‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚ ", "statusBarItemActiveBackground": "ć‚ÆćƒŖćƒƒć‚Æę™‚ć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®é …ē›®ć®čƒŒę™Æč‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "statusBarItemHoverBackground": "ćƒ›ćƒćƒ¼ć—ćŸćØćć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®é …ē›®ć®čƒŒę™Æč‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", - "statusBarProminentItemBackground": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®é‡č¦ćŖé …ē›®ć®čƒŒę™Æč‰²ć€‚é‡č¦ćŖé …ē›®ćÆć€é‡č¦ę€§ć‚’ē¤ŗć™ćŸć‚ć«ä»–ć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ćƒćƒ¼ć®é …ē›®ć‹ć‚‰éš›ē«‹ć£ć¦ć„ć¾ć™ć€‚ ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", - "statusBarProminentItemHoverBackground": "ćƒ›ćƒćƒ¼ć—ćŸćØćć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®é‡č¦ćŖé …ē›®ć®čƒŒę™Æč‰²ć€‚é‡č¦ćŖé …ē›®ćÆć€é‡č¦ę€§ć‚’ē¤ŗć™ćŸć‚ć«ä»–ć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ćƒćƒ¼ć®é …ē›®ć‹ć‚‰éš›ē«‹ć£ć¦ć„ć¾ć™ć€‚ ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", + "statusBarProminentItemBackground": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ćƒćƒ¼ć§ē›®ē«‹ćŸć›ć‚‹é …ē›®ć®čƒŒę™Æč‰²ć€‚ć“ć®é …ē›®ćÆć€é‡č¦ę€§ć‚’ē¤ŗć™ćŸć‚ć«ä»–ć®ć‚Øćƒ³ćƒˆćƒŖćƒ¼ć‚ˆć‚Šē›®ē«‹ć£ć¦č”Øē¤ŗć•ć‚Œć¾ć™ć€‚ć‚³ćƒžćƒ³ćƒ‰ćƒ‘ćƒ¬ćƒƒćƒˆć‹ć‚‰ `Toggle Tab Key Moves Focus` ć«åˆ‡ć‚Šę›æćˆć‚‹ćØä¾‹ć‚’č¦‹ć‚‹ć“ćØćŒć§ćć¾ć™ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", + "statusBarProminentItemHoverBackground": "ćƒ›ćƒćƒ¼äø­ć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ćƒćƒ¼ć§ē›®ē«‹ćŸć›ć‚‹é …ē›®ć®čƒŒę™Æč‰²ć€‚ć“ć®é …ē›®ćÆć€é‡č¦ę€§ć‚’ē¤ŗć™ćŸć‚ć«ä»–ć®ć‚Øćƒ³ćƒˆćƒŖćƒ¼ć‚ˆć‚Šē›®ē«‹ć£ć¦č”Øē¤ŗć•ć‚Œć¾ć™ć€‚ć‚³ćƒžćƒ³ćƒ‰ćƒ‘ćƒ¬ćƒƒćƒˆć‹ć‚‰ `Toggle Tab Key Moves Focus` ć«åˆ‡ć‚Šę›æćˆć‚‹ćØä¾‹ć‚’č¦‹ć‚‹ć“ćØćŒć§ćć¾ć™ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "activityBarBackground": "ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć®čƒŒę™Æč‰²ć€‚ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ćÆå·¦ē«Æć¾ćŸćÆå³ē«Æć«č”Øē¤ŗć•ć‚Œć€ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć®ćƒ“ćƒ„ćƒ¼ć‚’åˆ‡ć‚Šę›æćˆć‚‹ć“ćØćŒć§ćć¾ć™ć€‚", "activityBarForeground": "ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć®å‰ę™Æč‰² (例: ć‚¢ć‚¤ć‚³ćƒ³ć®č‰²)ć€‚ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ćÆå·¦ē«Æć¾ćŸćÆå³ē«Æć«č”Øē¤ŗć•ć‚Œć€ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć®ćƒ“ćƒ„ćƒ¼ć‚’åˆ‡ć‚Šę›æćˆć‚‹ć“ćØćŒć§ćć¾ć™ć€‚", "activityBarBorder": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ćØéš”ć¦ć‚‹ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć®å¢ƒē•Œē·šč‰²ć€‚ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ćÆå·¦ē«Æć¾ćŸćÆå³ē«Æć«č”Øē¤ŗć•ć‚Œć€ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć®ćƒ“ćƒ„ćƒ¼ć‚’åˆ‡ć‚Šę›æćˆć‚‹ć“ćØćŒć§ćć¾ć™ć€‚", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖå “åˆć®ć‚æć‚¤ćƒˆćƒ« ćƒćƒ¼ć®čƒŒę™Æć€‚ē¾åœØć€ć“ć®č‰²ćÆ macOS ć§ć®ćæć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹ć®ć§ć”ę³Øę„ćć ć•ć„ć€‚", "titleBarInactiveBackground": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ćŒéžć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖå “åˆć®ć‚æć‚¤ćƒˆćƒ« ćƒćƒ¼ć®čƒŒę™Æć€‚ē¾åœØć€ć“ć®č‰²ćÆ macOS ć§ć®ćæć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹ć®ć§ć”ę³Øę„ćć ć•ć„ć€‚", "titleBarBorder": "ć‚æć‚¤ćƒˆćƒ« ćƒćƒ¼ć®å¢ƒē•Œē·šč‰²ć€‚ē¾åœØć€ć“ć®č‰²ćÆ macOS ć§ć®ćæć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹ć®ć§ć”ę³Øę„ćć ć•ć„ć€‚", - "notificationsForeground": "é€šēŸ„ć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsBackground": "é€šēŸ„ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsButtonBackground": "é€šēŸ„ćƒœć‚æćƒ³ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsButtonHoverBackground": "ćƒ›ćƒćƒ¼ę™‚ć®é€šēŸ„ćƒœć‚æćƒ³ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsButtonForeground": "é€šēŸ„ćƒœć‚æćƒ³ć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsInfoBackground": "ęƒ…å ±é€šēŸ„ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsInfoForeground": "ęƒ…å ±é€šēŸ„ć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsWarningBackground": "č­¦å‘Šé€šēŸ„ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsWarningForeground": "č­¦å‘Šé€šēŸ„ć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsErrorBackground": "ć‚Øćƒ©ćƒ¼é€šēŸ„ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", - "notificationsErrorForeground": "ć‚Øćƒ©ćƒ¼é€šēŸ„ć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äøŠéƒØć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚" + "notificationCenterBorder": "é€šēŸ„ć‚»ćƒ³ć‚æćƒ¼ć®å¢ƒē•Œē·šč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", + "notificationToastBorder": "é€šēŸ„ćƒˆćƒ¼ć‚¹ćƒˆć®å¢ƒē•Œē·šč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", + "notificationsForeground": "é€šēŸ„ć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", + "notificationsBackground": "é€šēŸ„ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", + "notificationsLink": "é€šēŸ„å†…ćƒŖćƒ³ć‚Æć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", + "notificationCenterHeaderForeground": "é€šēŸ„ć‚»ćƒ³ć‚æćƒ¼ć®ćƒ˜ćƒƒćƒ€ćƒ¼ć®å‰ę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", + "notificationCenterHeaderBackground": "é€šēŸ„ć‚»ćƒ³ć‚æćƒ¼ć®ćƒ˜ćƒƒćƒ€ćƒ¼ć®čƒŒę™Æč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚", + "notificationsBorder": "é€šēŸ„ć‚»ćƒ³ć‚æćƒ¼ć§é€šēŸ„ć‚’ä»–ć®é€šēŸ„ćØåŒŗåˆ‡ć£ć¦ć„ć‚‹å¢ƒē•Œē·šč‰²ć€‚é€šēŸ„ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å³äø‹ć‹ć‚‰ć‚¹ćƒ©ć‚¤ćƒ‰č”Øē¤ŗć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/common/views.i18n.json b/i18n/jpn/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..9df00022a3 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "location '{1}' 恧 id '{0}' ć®ćƒ“ćƒ„ćƒ¼ćŒę—¢ć«ē™»éŒ²ć•ć‚Œć¦ć„ć¾ć™" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json index e4698109a3..a93fcc8bc7 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’é–‰ć˜ć‚‹", "closeWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‚’é–‰ć˜ć‚‹", "noWorkspaceOpened": "ć“ć®ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ć§ē¾åœØé–‹ć„ć¦ć„ć‚‹ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ćŒćŖć„ć®ć§ć€é–‰ć˜ć‚‰ć‚Œć¾ć›ć‚“ć€‚", @@ -17,6 +18,7 @@ "zoomReset": "ć‚ŗćƒ¼ćƒ ć®ćƒŖć‚»ćƒƒćƒˆ", "appPerf": "ć‚¹ć‚æćƒ¼ćƒˆć‚¢ćƒƒćƒ— ćƒ‘ćƒ•ć‚©ćƒ¼ćƒžćƒ³ć‚¹", "reloadWindow": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å†čŖ­ćæč¾¼ćæ", + "reloadWindowWithExntesionsDisabled": "ę‹”å¼µę©Ÿčƒ½ć‚’ē„”åŠ¹ć«ć—ć¦ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’å†čŖ­ćæč¾¼ćæ", "switchWindowPlaceHolder": "åˆ‡ć‚Šę›æćˆå…ˆć®ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’éøęŠžć—ć¦ćć ć•ć„", "current": "ē¾åœØć®ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦", "close": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’é–‰ć˜ć‚‹", @@ -29,7 +31,6 @@ "remove": "ęœ€čæ‘é–‹ć„ćŸé …ē›®ć‹ć‚‰å‰Šé™¤", "openRecent": "ęœ€čæ‘é–‹ć„ćŸé …ē›®ā€¦", "quickOpenRecent": "ęœ€čæ‘ä½æē”Øć—ćŸć‚‚ć®ć‚’é–‹ć...", - "closeMessages": "é€šēŸ„ćƒ”ćƒƒć‚»ćƒ¼ć‚øć‚’é–‰ć˜ć‚‹", "reportIssueInEnglish": "å•é”Œć®å ±å‘Š", "reportPerformanceIssue": "ćƒ‘ćƒ•ć‚©ćƒ¼ćƒžćƒ³ć‚¹ć®å•é”Œć®ćƒ¬ćƒćƒ¼ćƒˆ", "keybindingsReference": "ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ć‚·ćƒ§ćƒ¼ćƒˆć‚«ćƒƒćƒˆć®å‚ē…§", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ ć‚æćƒ–ć‚’ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć«ē§»å‹•", "mergeAllWindowTabs": "ć™ć¹ć¦ć®ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’ēµ±åˆ", "toggleWindowTabsBar": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ ć‚æćƒ– ćƒćƒ¼ć®åˆ‡ć‚Šę›æćˆ", - "configureLocale": "čØ€čŖžć‚’ę§‹ęˆć™ć‚‹", - "displayLanguage": "VSCode ć®č”Øē¤ŗčØ€čŖžć‚’å®šē¾©ć—ć¾ć™ć€‚", - "doc": "ć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹čØ€čŖžć®äø€č¦§ć«ć¤ć„ć¦ćÆć€{0} ć‚’ć”č¦§ćć ć•ć„ć€‚", - "restart": "値を変曓するには VS Code ć®å†čµ·å‹•ćŒåæ…č¦ć§ć™ć€‚", - "fail.createSettings": "'{0}' ({1}) ć‚’ä½œęˆć§ćć¾ć›ć‚“ć€‚", - "openLogsFolder": "惭悰 ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", - "showLogs": "ćƒ­ć‚°ć®č”Øē¤ŗ...", - "mainProcess": "ćƒ”ć‚¤ćƒ³", - "sharedProcess": "å…±ęœ‰", - "rendererProcess": "ćƒ¬ćƒ³ćƒ€ćƒ©ćƒ¼", - "extensionHost": "ę‹”å¼µę©Ÿčƒ½ćƒ›ć‚¹ćƒˆ", - "selectProcess": "ćƒ—ćƒ­ć‚»ć‚¹ć®éøęŠž", - "setLogLevel": "惭悰 ćƒ¬ćƒ™ćƒ«ć®čØ­å®š", - "trace": "ćƒˆćƒ¬ćƒ¼ć‚¹", - "debug": "惇惐惃悰", - "info": "ęƒ…å ±", - "warn": "č­¦å‘Š", - "err": "ć‚Øćƒ©ćƒ¼", - "critical": "重大", - "off": "ć‚Ŗćƒ•", - "selectLogLevel": "惭悰 ćƒ¬ćƒ™ćƒ«ć‚’éøęŠž" + "about": "{0} ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ęƒ…å ±", + "inspect context keys": "ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ć‚­ćƒ¼ć®ę¤œęŸ»" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/configureLocale.i18n.json index 21107d326a..6c43f6a136 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/crashReporter.i18n.json index 7df1ec4094..6133814101 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/extensionHost.i18n.json index a986ab1351..acbd074200 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/main.contribution.i18n.json index 2f2b510b28..5d9495b848 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "蔨示", "help": "ćƒ˜ćƒ«ćƒ—", "file": "ćƒ•ć‚”ć‚¤ćƒ«", - "developer": "開発者", "workspaces": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹", + "developer": "開発者", + "workbenchConfigurationTitle": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒ", "showEditorTabs": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć‚æćƒ–ć«č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "workbench.editor.labelFormat.default": "ćƒ•ć‚”ć‚¤ćƒ«ć®åå‰ć‚’č”Øē¤ŗć—ć¾ć™ć€‚ć‚æćƒ–ćŒęœ‰åŠ¹ć‹ć¤ 1 ć¤ć®ć‚°ćƒ«ćƒ¼ćƒ—å†…ć® 2 ć¤ć®åŒåćƒ•ć‚”ć‚¤ćƒ«ćŒć‚ć‚‹ćØćć«å„ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‘ć‚¹ć®åŒŗåˆ‡ć‚ŠčØ˜å·ćŒčæ½åŠ ć•ć‚Œć¾ć™ć€‚ć‚æćƒ–ć‚’ē„”åŠ¹ć«ć™ć‚‹ćØć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖę™‚ć«ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®ē›øåÆ¾ćƒ‘ć‚¹ćŒč”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "workbench.editor.labelFormat.short": "ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖåć«ē¶šć‘ć¦ćƒ•ć‚”ć‚¤ćƒ«åć‚’č”Øē¤ŗć—ć¾ć™ć€‚", @@ -20,23 +23,25 @@ "showIcons": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć‚¢ć‚¤ć‚³ćƒ³ć§č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ć“ć‚Œć«ćÆć€ć‚¢ć‚¤ć‚³ćƒ³ć®ćƒ†ćƒ¼ćƒžć‚’ęœ‰åŠ¹ć«ć™ć‚‹åæ…č¦ć‚‚ć‚ć‚Šć¾ć™ć€‚", "enablePreview": "é–‹ć‹ć‚Œć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ćØć—ć¦č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćÆ (例: ćƒ€ćƒ–ćƒ« ć‚ÆćƒŖćƒƒć‚Æć¾ćŸćÆē·Øé›†ćŖć©ć«ć‚ˆć£ć¦) å¤‰ę›“ć•ć‚Œć‚‹ę™‚ć¾ć§å†åˆ©ē”Øć—ć€ę–œä½“ć§č”Øē¤ŗć—ć¾ć™ć€‚", "enablePreviewFromQuickOpen": "Quick Open ć§é–‹ć„ćŸć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ćØć—ć¦č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćÆć€äæęŒć•ć‚Œć¦ć„ć‚‹é–“ć€å†åˆ©ē”Øć•ć‚Œć¾ć™ (ćƒ€ćƒ–ćƒ«ć‚ÆćƒŖćƒƒć‚Æć¾ćŸćÆē·Øé›†ćŖć©ć«ć‚ˆć£ć¦)怂", + "closeOnFileDelete": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’č”Øē¤ŗć—ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć€ćƒ•ć‚”ć‚¤ćƒ«ćŒå‰Šé™¤ć•ć‚Œć‚‹ć‹ćć®ä»–ć®ćƒ—ćƒ­ć‚»ć‚¹ć«ć‚ˆć£ć¦åå‰ć‚’å¤‰ę›“ć•ć‚ŒćŸå “åˆć«ć€č‡Ŗå‹•ēš„ć«é–‰ć˜ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ć“ć‚Œć‚’ē„”åŠ¹ć«ć™ć‚‹ćØć€ć“ć®ć‚ˆć†ćŖå “åˆć«ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćÆćƒ€ćƒ¼ćƒ†ć‚£ć§é–‹ć‹ć‚ŒćŸć¾ć¾ć«ćŖć‚Šć¾ć™ć€‚ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³å†…ć§å‰Šé™¤ć™ć‚‹ćØć€åæ…ćšć‚Øćƒ‡ć‚£ć‚æćƒ¼ćÆé–‰ć˜ć‚‰ć‚Œć€ćƒ€ćƒ¼ćƒ†ć‚£ ćƒ•ć‚”ć‚¤ćƒ«ćÆé–‰ć˜ć‚‰ć‚Œć‚‹ć“ćØćŒćŖćć€ćƒ‡ćƒ¼ć‚æćÆäæå­˜ć•ć‚Œć¾ć›ć‚“ć®ć§ć”ę³Øę„ćć ć•ć„ć€‚", "editorOpenPositioning": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ćå “ę‰€ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚'left' または 'right' ć‚’éøęŠžć™ć‚‹ćØē¾åœØć‚¢ć‚Æćƒ†ć‚£ćƒ–ć«ćŖć£ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®å·¦ć¾ćŸćÆå³ć«ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ćć¾ć™ć€‚'first' または 'last' ć‚’éøęŠžć™ć‚‹ćØē¾åœØć‚¢ć‚Æćƒ†ć‚£ćƒ–ć«ćŖć£ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćØćÆåˆ„å€‹ć«ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ćć¾ć™ć€‚", "revealIfOpen": "ä»»ę„ć®č”Øē¤ŗć‚°ćƒ«ćƒ¼ćƒ—ćŒé–‹ć‹ć‚ŒćŸå “åˆć«ć€ćć“ć«ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ē„”åŠ¹ć«ć—ćŸå “åˆć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćÆē¾åœØć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć«å„Ŗå…ˆć—ć¦é–‹ć‹ć‚Œć¾ć™ć€‚ęœ‰åŠ¹ć«ć—ćŸå “åˆćÆć€ē¾åœØć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚°ćƒ«ćƒ¼ćƒ—ć«ć‚‚ć†äø€åŗ¦é–‹ćć®ć§ćÆćŖćć€ę—¢ć«é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćŒč”Øē¤ŗć•ć‚Œć¾ć™ć€‚ē‰¹å®šć®ć‚°ćƒ«ćƒ¼ćƒ—å†…ć‚„ē¾åœØć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚°ćƒ«ćƒ¼ćƒ—ć®ęØŖć«å¼·åˆ¶ēš„ć«ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‹ć„ćŸå “åˆćŖć©ć«ć€ć“ć®čØ­å®šćŒē„”č¦–ć•ć‚Œć‚‹å “åˆć‚‚ć‚ć‚‹ć“ćØć«ć”ę³Øę„ćć ć•ć„ć€‚", + "swipeToNavigate": "3 ęœ¬ć®ęŒ‡ć§ęØŖę–¹å‘ć«ć‚¹ćƒÆć‚¤ćƒ—ć™ć‚‹ćØć€é–‹ć„ć¦ć„ć‚‹ćƒ•ć‚”ć‚¤ćƒ«é–“ć‚’ē§»å‹•ć§ćć¾ć™ć€‚", "commandHistory": "ć‚³ćƒžćƒ³ćƒ‰ ćƒ‘ćƒ¬ćƒƒćƒˆć§ęœ€čæ‘ä½æē”Øć—ćŸć‚³ćƒžćƒ³ćƒ‰å±„ę­“ć‚’äæęŒć™ć‚‹ę•°ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚0 ć«čØ­å®šć™ć‚‹ćØć‚³ćƒžćƒ³ćƒ‰å±„ę­“ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚", "preserveInput": "ę¬”å›žé–‹ć„ćŸćØćć€ć‚³ćƒžćƒ³ćƒ‰ ćƒ‘ćƒ¬ćƒƒćƒˆć®ęœ€å¾Œć®å…„åŠ›ć‚’å¾©å…ƒć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "closeOnFocusLost": "ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć‚’å¤±ć£ćŸćØćć« Quick Open ć‚’č‡Ŗå‹•ēš„ć«é–‰ć˜ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "openDefaultSettings": "čØ­å®šć‚’é–‹ććØć™ć¹ć¦ć®ę—¢å®šć®čØ­å®šć‚’č”Øē¤ŗć™ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚‚é–‹ćć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "sideBarLocation": "ć‚µć‚¤ćƒ‰ ćƒćƒ¼ć®ä½ē½®ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć®å·¦å³ć®ć„ćšć‚Œć‹ć«č”Øē¤ŗć§ćć¾ć™ć€‚", + "panelDefaultLocation": "ćƒ‘ćƒćƒ«ć®ę—¢å®šć®ä½ē½®ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć®äø‹éƒØć¾ćŸćÆå³ć®ć„ćšć‚Œć‹ć«č”Øē¤ŗć§ćć¾ć™ć€‚", "statusBarVisibility": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć®äø‹éƒØć«ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "activityBarVisibility": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć§ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć®č”Øē¤ŗć‚’ć‚³ćƒ³ćƒˆćƒ­ćƒ¼ćƒ«ć—ć¾ć™ć€‚", - "closeOnFileDelete": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’č”Øē¤ŗć—ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć€ćƒ•ć‚”ć‚¤ćƒ«ćŒå‰Šé™¤ć•ć‚Œć‚‹ć‹ćć®ä»–ć®ćƒ—ćƒ­ć‚»ć‚¹ć«ć‚ˆć£ć¦åå‰ć‚’å¤‰ę›“ć•ć‚ŒćŸå “åˆć«ć€č‡Ŗå‹•ēš„ć«é–‰ć˜ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ć“ć‚Œć‚’ē„”åŠ¹ć«ć™ć‚‹ćØć€ć“ć®ć‚ˆć†ćŖå “åˆć«ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćÆćƒ€ćƒ¼ćƒ†ć‚£ć§é–‹ć‹ć‚ŒćŸć¾ć¾ć«ćŖć‚Šć¾ć™ć€‚ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³å†…ć§å‰Šé™¤ć™ć‚‹ćØć€åæ…ćšć‚Øćƒ‡ć‚£ć‚æćƒ¼ćÆé–‰ć˜ć‚‰ć‚Œć€ćƒ€ćƒ¼ćƒ†ć‚£ ćƒ•ć‚”ć‚¤ćƒ«ćÆé–‰ć˜ć‚‰ć‚Œć‚‹ć“ćØćŒćŖćć€ćƒ‡ćƒ¼ć‚æćÆäæå­˜ć•ć‚Œć¾ć›ć‚“ć®ć§ć”ę³Øę„ćć ć•ć„ć€‚", - "enableNaturalLanguageSettingsSearch": "čØ­å®šć§č‡Ŗē„¶ę–‡ę¤œē“¢ćƒ¢ćƒ¼ćƒ‰ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", - "fontAliasing": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć®ćƒ•ć‚©ćƒ³ćƒˆ ć‚Øć‚¤ćƒŖć‚¢ć‚·ćƒ³ć‚°ę–¹ę³•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚\n- default: ć‚µćƒ–ćƒ”ć‚Æć‚»ćƒ«ę–¹å¼ć§ćƒ•ć‚©ćƒ³ćƒˆć‚’ę»‘ć‚‰ć‹ć«ć—ć¾ć™ć€‚ć»ćØć‚“ć©ć®éž Retina ćƒ‡ć‚£ć‚¹ćƒ—ćƒ¬ć‚¤ć§ć‚‚ć£ćØć‚‚é®®ę˜ŽćŖćƒ†ć‚­ć‚¹ćƒˆć‚’ęä¾›ć—ć¾ć™\n- antialiased: ć‚µćƒ–ćƒ”ć‚Æć‚»ćƒ«ćØćÆåÆ¾ē…§ēš„ć«ć€ćƒ”ć‚Æć‚»ćƒ«ć®ćƒ¬ćƒ™ćƒ«ć§ćƒ•ć‚©ćƒ³ćƒˆć‚’ę»‘ć‚‰ć‹ć«ć—ć¾ć™ć€‚ćƒ•ć‚©ćƒ³ćƒˆå…Øä½“ćŒć‚ˆć‚Šē“°ćč¦‹ćˆć¾ć™\n- none: ćƒ•ć‚©ćƒ³ćƒˆć®ć‚¹ćƒ ćƒ¼ć‚øćƒ³ć‚°ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚ćƒ†ć‚­ć‚¹ćƒˆć‚’ćŽć–ćŽć–ćŖå°–ć£ćŸć‚Øćƒƒć‚øć§č”Øē¤ŗć—ć¾ć™", + "viewVisibility": "ćƒ“ćƒ„ćƒ¼ ćƒ˜ćƒƒćƒ€ćƒ¼ ć‚¢ć‚Æć‚·ćƒ§ćƒ³ć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ćƒ“ćƒ„ćƒ¼ ćƒ˜ćƒƒćƒ€ćƒ¼ ć‚¢ć‚Æć‚·ćƒ§ćƒ³ćÆåøøć«č”Øē¤ŗć•ć‚Œć‚‹ć‹ć€ćƒ‘ćƒćƒ«ć‚’ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć‚„ćƒ›ćƒćƒ¼ć—ćŸćØćć®ćæč”Øē¤ŗć®ć„ćšć‚Œć‹ć§ć™ć€‚", + "fontAliasing": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć®ćƒ•ć‚©ćƒ³ćƒˆ ć‚Øć‚¤ćƒŖć‚¢ć‚·ćƒ³ć‚°ę–¹ę³•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚\n- default: ć‚µćƒ–ćƒ”ć‚Æć‚»ćƒ«ę–¹å¼ć§ćƒ•ć‚©ćƒ³ćƒˆć‚’ę»‘ć‚‰ć‹ć«ć—ć¾ć™ć€‚ć»ćØć‚“ć©ć®éž Retina ćƒ‡ć‚£ć‚¹ćƒ—ćƒ¬ć‚¤ć§ć‚‚ć£ćØć‚‚é®®ę˜ŽćŖćƒ†ć‚­ć‚¹ćƒˆć‚’ęä¾›ć—ć¾ć™\n- antialiased: ć‚µćƒ–ćƒ”ć‚Æć‚»ćƒ«ćØćÆåÆ¾ē…§ēš„ć«ć€ćƒ”ć‚Æć‚»ćƒ«ć®ćƒ¬ćƒ™ćƒ«ć§ćƒ•ć‚©ćƒ³ćƒˆć‚’ę»‘ć‚‰ć‹ć«ć—ć¾ć™ć€‚ćƒ•ć‚©ćƒ³ćƒˆå…Øä½“ćŒć‚ˆć‚Šē“°ćč¦‹ćˆć¾ć™\n- none: ćƒ•ć‚©ćƒ³ćƒˆć®ć‚¹ćƒ ćƒ¼ć‚øćƒ³ć‚°ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚ćƒ†ć‚­ć‚¹ćƒˆć‚’ćŽć–ćŽć–ćŖå°–ć£ćŸć‚Øćƒƒć‚øć§č”Øē¤ŗć—ć¾ć™\n- auto: ćƒ‡ć‚£ć‚¹ćƒ—ćƒ¬ć‚¤ć® DPI ć«åŸŗć„ć„ć¦č‡Ŗå‹•ēš„ć« `default` 恋 `antialiased` を適用します", "workbench.fontAliasing.default": "ć‚µćƒ–ćƒ”ć‚Æć‚»ćƒ«ę–¹å¼ć§ćƒ•ć‚©ćƒ³ćƒˆć‚’ę»‘ć‚‰ć‹ć«ć—ć¾ć™ć€‚ć»ćØć‚“ć©ć®éž Retina ćƒ‡ć‚£ć‚¹ćƒ—ćƒ¬ć‚¤ć§ć‚‚ć£ćØć‚‚é®®ę˜ŽćŖćƒ†ć‚­ć‚¹ćƒˆć‚’ęä¾›ć—ć¾ć™ć€‚", "workbench.fontAliasing.antialiased": "ć‚µćƒ–ćƒ”ć‚Æć‚»ćƒ«ćØćÆåÆ¾ē…§ēš„ć«ć€ćƒ”ć‚Æć‚»ćƒ«ć®ćƒ¬ćƒ™ćƒ«ć§ćƒ•ć‚©ćƒ³ćƒˆć‚’ę»‘ć‚‰ć‹ć«ć—ć¾ć™ć€‚ćƒ•ć‚©ćƒ³ćƒˆå…Øä½“ćŒć‚ˆć‚Šē“°ćč¦‹ćˆć‚‹ć‚ˆć†ć«ćŖć‚Šć¾ć™ć€‚", "workbench.fontAliasing.none": "ćƒ•ć‚©ćƒ³ćƒˆć®ć‚¹ćƒ ćƒ¼ć‚øćƒ³ć‚°ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć€‚ćƒ†ć‚­ć‚¹ćƒˆć‚’ćŽć–ćŽć–ćŖå°–ć£ćŸć‚Øćƒƒć‚øć§č”Øē¤ŗć—ć¾ć™ć€‚", - "swipeToNavigate": "3 ęœ¬ć®ęŒ‡ć§ęØŖę–¹å‘ć«ć‚¹ćƒÆć‚¤ćƒ—ć™ć‚‹ćØć€é–‹ć„ć¦ć„ć‚‹ćƒ•ć‚”ć‚¤ćƒ«é–“ć‚’ē§»å‹•ć§ćć¾ć™ć€‚", - "workbenchConfigurationTitle": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒ", + "workbench.fontAliasing.auto": "ćƒ‡ć‚£ć‚¹ćƒ—ćƒ¬ć‚¤ć® DPI ć«åŸŗć„ć„ć¦č‡Ŗå‹•ēš„ć« `default` 恋 `antialiased` を適用します。", + "enableNaturalLanguageSettingsSearch": "čØ­å®šć§č‡Ŗē„¶ę–‡ę¤œē“¢ćƒ¢ćƒ¼ćƒ‰ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "windowConfigurationTitle": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦", "window.openFilesInNewWindow.on": "ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć§ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ćć¾ć™", "window.openFilesInNewWindow.off": "ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćŒé–‹ć‹ć‚Œć¦ć„ćŸć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć¾ćŸćÆęœ€å¾Œć®ć‚¢ć‚Æćƒ†ć‚£ćƒ– ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć§ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ćć¾ć™", @@ -71,9 +76,9 @@ "window.nativeTabs": "macOS Sierra ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ ć‚æćƒ–ć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚ć“ć®å¤‰ę›“ć‚’é©ē”Øć™ć‚‹ć«ćÆå®Œå…ØćŖå†čµ·å‹•ćŒåæ…č¦ć§ć‚ć‚Šć€ćƒć‚¤ćƒ†ć‚£ćƒ– ć‚æćƒ–ć§ć‚«ć‚¹ć‚æćƒ ć®ć‚æć‚¤ćƒˆćƒ« バー ć‚¹ć‚æć‚¤ćƒ«ćŒę§‹ęˆć•ć‚Œć¦ć„ćŸå “åˆćÆćć‚ŒćŒē„”åŠ¹ć«ćŖć‚‹ć“ćØć«ę³Øę„ć—ć¦ćć ć•ć„ć€‚", "zenModeConfigurationTitle": "Zen Mode", "zenMode.fullScreen": "Zen Mode ć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ćØćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć‚’č‡Ŗå‹•ēš„ć«å…Øē”»é¢ćƒ¢ćƒ¼ćƒ‰ć«åˆ‡ć‚Šę›æćˆć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "zenMode.centerLayout": "Zen Mode ć‚’ć‚Ŗćƒ³ć«ć—ćŸćØćć«ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć‚’äø­å¤®ęƒćˆć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "zenMode.hideTabs": "Zen Mode ć‚’ć‚Ŗćƒ³ć«ć—ćŸćØćć«ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒ ć‚æćƒ–ć‚‚éžč”Øē¤ŗć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "zenMode.hideStatusBar": "Zen Mode ć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ćØćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć®äø‹éƒØć«ć‚ć‚‹ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć‚’éžč”Øē¤ŗć«ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "zenMode.hideActivityBar": "Zen Mode ć‚’ć‚Ŗćƒ³ć«ć™ć‚‹ćØćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć®å·¦å“ć«ć‚ć‚‹ć‚¢ć‚Æćƒ†ć‚£ćƒ“ćƒ†ć‚£ ćƒćƒ¼ć‚’éžč”Øē¤ŗć«ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", - "zenMode.restore": "Zen Mode ć§ēµ‚äŗ†ć—ćŸć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’ Zen Mode ć«å¾©å…ƒć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", - "JsonSchema.locale": "使用する UI čØ€čŖžć€‚" + "zenMode.restore": "Zen Mode ć§ēµ‚äŗ†ć—ćŸć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’ Zen Mode ć«å¾©å…ƒć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/main.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/main.i18n.json index 001f69ca3c..8cef31302f 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "åæ…č¦ćŖćƒ•ć‚”ć‚¤ćƒ«ć‚’čŖ­ćæč¾¼ćæć«å¤±ę•—ć—ć¾ć—ćŸć€‚ć‚¤ćƒ³ć‚æćƒ¼ćƒćƒƒćƒˆęŽ„ē¶šćŒåˆ‡ć‚ŒćŸć‹ć€ęŽ„ē¶šå…ˆć®ć‚µćƒ¼ćƒćƒ¼ćŒć‚Ŗćƒ•ćƒ©ć‚¤ćƒ³ć§ć™ć€‚ćƒ–ćƒ©ć‚¦ć‚¶ćƒ¼ć‚’ę›“ę–°ć—ć¦ć€ć‚‚ć†äø€åŗ¦ć‚„ć‚Šē›“ć—ć¦ćć ć•ć„ć€‚", "loaderErrorNative": "åæ…č¦ćŖćƒ•ć‚”ć‚¤ćƒ«ć®čŖ­ćæč¾¼ćæć«å¤±ę•—ć—ć¾ć—ćŸć€‚ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³ć‚’å†čµ·å‹•ć—ć¦ć‚‚ć†äø€åŗ¦č©¦ć—ć¦ćć ć•ć„ć€‚č©³ē“°: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/shell.i18n.json index 7edc0e838e..896ca95a7a 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/electron-browser/window.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/window.i18n.json index 0813ed2859..62530a1a01 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "å…ƒć«ęˆ»ć™", "redo": "ć‚„ć‚Šē›“ć—", "cut": "åˆ‡ć‚Šå–ć‚Š", "copy": "ć‚³ćƒ”ćƒ¼", "paste": "č²¼ć‚Šä»˜ć‘", - "selectAll": "ć™ć¹ć¦éøęŠž" + "selectAll": "ć™ć¹ć¦éøęŠž", + "runningAsRoot": "{0} ć‚’ćƒ«ćƒ¼ćƒˆ ćƒ¦ćƒ¼ć‚¶ćƒ¼ćØć—ć¦å®Ÿč”Œć—ćŖć„ć“ćØć‚’ęŽØå„Øć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/workbench.i18n.json index bbe3417358..196ec4a82d 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "開発者", "file": "ćƒ•ć‚”ć‚¤ćƒ«" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/jpn/src/vs/workbench/node/extensionHostMain.i18n.json index 2190a5033c..ce08ff2f27 100644 --- a/i18n/jpn/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/jpn/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "ćƒ‘ć‚¹ {0} ćÆęœ‰åŠ¹ćŖę‹”å¼µę©Ÿčƒ½ćƒ†ć‚¹ćƒˆ ćƒ©ćƒ³ćƒŠćƒ¼ć‚’ęŒ‡ć—ć¦ć„ć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/jpn/src/vs/workbench/node/extensionPoints.i18n.json index 7d36d86d27..85f5dead4d 100644 --- a/i18n/jpn/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/jpn/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 076a7e1c9a..1221dd654f 100644 --- a/i18n/jpn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "PATH 内に '{0}' ć‚³ćƒžćƒ³ćƒ‰ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™", "not available": "ć“ć®ć‚³ćƒžćƒ³ćƒ‰ćÆä½æē”Øć§ćć¾ć›ć‚“", "successIn": "ć‚·ć‚§ćƒ« ć‚³ćƒžćƒ³ćƒ‰ '{0}' が PATH ć«ę­£åøøć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸć€‚", - "warnEscalation": "ē®”ē†č€…ē‰¹ęØ©ć§ć‚·ć‚§ćƒ« ć‚³ćƒžćƒ³ćƒ‰ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć‚‹ć‚ˆć†ć«ć€Code が 'osascript' ć®ćƒ—ćƒ­ćƒ³ćƒ—ćƒˆć‚’å‡ŗć—ć¾ć™", "ok": "OK", - "cantCreateBinFolder": "'/usr/local/bin' ć‚’ä½œęˆć§ćć¾ć›ć‚“ć€‚", "cancel2": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", + "warnEscalation": "ē®”ē†č€…ē‰¹ęØ©ć§ć‚·ć‚§ćƒ« ć‚³ćƒžćƒ³ćƒ‰ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć‚‹ć‚ˆć†ć«ć€Code が 'osascript' ć®ćƒ—ćƒ­ćƒ³ćƒ—ćƒˆć‚’å‡ŗć—ć¾ć™", + "cantCreateBinFolder": "'/usr/local/bin' ć‚’ä½œęˆć§ćć¾ć›ć‚“ć€‚", "aborted": "äø­ę­¢ć•ć‚Œć¾ć—ćŸ", "uninstall": "'{0}' ć‚³ćƒžćƒ³ćƒ‰ć‚’ PATH ć‹ć‚‰ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™", "successFrom": "ć‚·ć‚§ćƒ« ć‚³ćƒžćƒ³ćƒ‰ '{0}' が PATH ć‹ć‚‰ę­£åøøć«ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index 1c53dd86bd..4079337fcc 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "ē¾åœØ `editor.accessibilitySupport` čØ­å®šć‚’ 'on' に変曓しています。", "openingDocs": "ē¾åœØ VS Code ć®ć‚¢ć‚Æć‚»ć‚·ćƒ“ćƒŖćƒ†ć‚£ ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆćƒšćƒ¼ć‚øć‚’é–‹ć„ć¦ć„ć¾ć™ć€‚", "introMsg": "VS Code ć®ć‚¢ć‚Æć‚»ć‚·ćƒ“ćƒŖćƒ†ć‚£ ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ć‚’ć”åˆ©ē”Øć„ćŸć ćć€ć‚ć‚ŠćŒćØć†ć”ć–ć„ć¾ć™ć€‚", @@ -22,5 +24,5 @@ "openDocMac": "command + H ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ć€ćƒ–ćƒ©ć‚¦ć‚¶ćƒ¼ ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’ä»Šć™ćé–‹ćć€ć‚¢ć‚Æć‚»ć‚·ćƒ“ćƒŖćƒ†ć‚£ć«é–¢é€£ć™ć‚‹ä»–ć® VS Code ęƒ…å ±ć‚’ē¢ŗčŖć—ć¾ć™ć€‚", "openDocWinLinux": "Ctrl + H ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ć€ćƒ–ćƒ©ć‚¦ć‚¶ćƒ¼ ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’ä»Šć™ćé–‹ćć€ć‚¢ć‚Æć‚»ć‚·ćƒ“ćƒŖćƒ†ć‚£ć«é–¢é€£ć™ć‚‹ä»–ć® VS Code ęƒ…å ±ć‚’ē¢ŗčŖć—ć¾ć™ć€‚", "outroMsg": "Esc ć‚­ćƒ¼ 恋 Shift+Esc ć‚’ęŠ¼ć™ćØć€ćƒ’ćƒ³ćƒˆć‚’ę¶ˆć—ć¦ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«ęˆ»ć‚‹ć“ćØćŒć§ćć¾ć™ć€‚", - "ShowAccessibilityHelpAction": "ć‚¢ć‚Æć‚»ć‚·ćƒ“ćƒŖćƒ†ć‚£ć®ćƒ˜ćƒ«ćƒ—ć‚’č”Øē¤ŗć—ć¾ć™" + "ShowAccessibilityHelpAction": "ć‚¢ć‚Æć‚»ć‚·ćƒ“ćƒŖćƒ†ć‚£ć®ćƒ˜ćƒ«ćƒ—ć‚’č”Øē¤ŗ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index d24a34e306..3641982c22 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "開発者: ć‚­ćƒ¼ ćƒžćƒƒćƒ”ćƒ³ć‚°ć‚’ę¤œęŸ»ć™ć‚‹" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 1e4f9dabdb..140afc7887 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 701e79dd4f..821ac70de3 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "{0} ć‚’č§£ęžäø­ć®ć‚Øćƒ©ćƒ¼: {1}", "schema.openBracket": "å·¦č§’ć‹ć£ć“ć¾ćŸćÆę–‡å­—åˆ—ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ć€‚", "schema.closeBracket": "å³č§’ć‹ć£ć“ć¾ćŸćÆę–‡å­—åˆ—ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 1e4f9dabdb..66c93cd552 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "開発者: TM ć‚¹ć‚³ćƒ¼ćƒ—ć®ę¤œęŸ»", "inspectTMScopesWidget.loading": "読み込んでいます..." } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 7ad50e6716..7bde3485bc 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "蔨示:Ā ćƒŸćƒ‹ćƒžćƒƒćƒ—ć®åˆ‡ć‚Šę›æćˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 3b84ee3fdb..53e77971f0 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "ćƒžćƒ«ćƒ ć‚«ćƒ¼ć‚½ćƒ«ć®äæ®é£¾ć‚­ćƒ¼ć‚’åˆ‡ć‚Šę›æćˆć‚‹" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleLocation": "ćƒžćƒ«ćƒć‚«ćƒ¼ć‚½ćƒ«äæ®é£¾å­ć®åˆ‡ć‚Šę›æćˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index debd28baf6..b9ff5a6982 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "蔨示: åˆ¶å¾”ę–‡å­—ć®åˆ‡ć‚Šę›æćˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 9601fcc6e7..4dbd39a269 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "蔨示: ē©ŗē™½ę–‡å­—ć®č”Øē¤ŗć®åˆ‡ć‚Šę›æćˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index a1736752d9..3dd7caca2d 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "蔨示: [å³ē«Æć§ęŠ˜ć‚Ščæ”ć™] の設定/解除", "wordWrap.notInDiffEditor": "å·®åˆ†ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć§ęŠ˜ć‚Ščæ”ć—ć®åˆ‡ć‚Šę›æćˆćŒć§ćć¾ć›ć‚“ć€‚", "unwrapMinified": "ć“ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ć®ęŠ˜ć‚Ščæ”ć—ć‚’ē„”åŠ¹ć«ć™ć‚‹", diff --git a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 07b2348006..f4bbe21fe2 100644 --- a/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "OK", "wordWrapMigration.dontShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", "wordWrapMigration.openSettings": "čØ­å®šć‚’é–‹ć", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 9f0dc04432..3d45d449a4 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "å¼ćŒ true ćØč©•ä¾”ć•ć‚Œć‚‹å “åˆć«äø­ę–­ć—ć¾ć™ć€‚'Enter' ć‚’ęŠ¼ć—ć¦å—ć‘å…„ć‚Œć‚‹ć‹ 'Esc' ć‚’ęŠ¼ć—ć¦å–ć‚Šę¶ˆć—ć¾ć™ć€‚", "breakpointWidgetAriaLabel": "ć“ć®ę”ä»¶ćŒ true ć®å “åˆć«ć®ćæćƒ—ćƒ­ć‚°ćƒ©ćƒ ćÆć“ć®ä½ē½®ć§åœę­¢ć—ć¾ć™ć€‚Enter ć‚’ęŠ¼ć—ć¦å—ć‘å…„ć‚Œć‚‹ć‹ć€Esc ć‚’ęŠ¼ć—ć¦å–ć‚Šę¶ˆć—ć¾ć™ć€‚", "breakpointWidgetHitCountPlaceholder": "惒惃惈 ć‚«ć‚¦ćƒ³ćƒˆę”ä»¶ćŒęŗ€ćŸć•ć‚Œć‚‹å “åˆć«äø­ę–­ć—ć¾ć™ć€‚'Enter' ć‚’ęŠ¼ć—ć¦å—ć‘å…„ć‚Œć‚‹ć‹ 'Esc' ć‚’ęŠ¼ć—ć¦å–ć‚Šę¶ˆć—ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..48a62fe075 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®ē·Øé›†...", + "functionBreakpointsNotSupported": "ć“ć®ćƒ‡ćƒćƒƒć‚°ć®ēØ®é”žć§ćÆé–¢ę•°ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“", + "functionBreakpointPlaceholder": "中断対豔の関数", + "functionBreakPointInputAriaLabel": "é–¢ę•°ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć‚’å…„åŠ›ć—ć¾ć™", + "breakpointDisabledHover": "ē„”åŠ¹ćŖćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆ", + "breakpointUnverifieddHover": "ęœŖē¢ŗčŖć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆ", + "functionBreakpointUnsupported": "ć“ć®ćƒ‡ćƒćƒƒć‚°ć®ēØ®é”žć§ćÆé–¢ę•°ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“", + "breakpointDirtydHover": "ęœŖē¢ŗčŖć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć€‚ćƒ•ć‚”ć‚¤ćƒ«ćÆå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ć®ć§ć€ćƒ‡ćƒćƒƒć‚° ć‚»ćƒƒć‚·ćƒ§ćƒ³ć‚’å†čµ·å‹•ć—ć¦ćć ć•ć„ć€‚", + "conditionalBreakpointUnsupported": "ć“ć®ćƒ‡ćƒćƒƒć‚°ć®ēØ®é”žć§ćÆć€ę”ä»¶ä»˜ććƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", + "hitBreakpointUnsupported": "ć“ć®ćƒ‡ćƒćƒƒć‚°ć®ēØ®é”žć§ćÆć€ćƒ’ćƒƒćƒˆć—ćŸę”ä»¶ä»˜ććƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 52c478e6b9..163fd05513 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "ę§‹ęˆćŒć‚ć‚Šć¾ć›ć‚“", "addConfigTo": "設定 ({0}) の追加 ...", "addConfiguration": "ę§‹ęˆć®čæ½åŠ ..." diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index 57ba460378..13ca76ca3c 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "{0} 悒開恏", - "launchJsonNeedsConfigurtion": "'launch.json' ć‚’ę§‹ęˆć¾ćŸćÆäæ®ę­£ć—ć¦ćć ć•ć„", + "launchJsonNeedsConfigurtion": "'launch.json' ć®ę§‹ęˆć‚„äæ®ę­£", "noFolderDebugConfig": "é«˜åŗ¦ćŖćƒ‡ćƒćƒƒć‚°ę§‹ęˆć‚’č”Œć†ć«ćÆć€ęœ€åˆć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć„ć¦ćć ć•ć„ć€‚", "startDebug": "ćƒ‡ćƒćƒƒć‚°ć®é–‹å§‹", "startWithoutDebugging": "ćƒ‡ćƒćƒƒć‚°ćŖć—ć§é–‹å§‹", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index 8876044c17..8133d9f311 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "惇惐惃悰 ćƒ„ćƒ¼ćƒ« ćƒćƒ¼ć®čƒŒę™Æč‰²ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "惇惐惃悰 ćƒ„ćƒ¼ćƒ« ćƒćƒ¼ć®čƒŒę™Æč‰²ć€‚", + "debugToolBarBorder": "惇惐惃悰 ćƒ„ćƒ¼ćƒ« ćƒćƒ¼ć®å¢ƒē•Œē·šč‰²ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..302fa5a35e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "é«˜åŗ¦ćŖćƒ‡ćƒćƒƒć‚°ę§‹ęˆć‚’č”Œć†ć«ćÆć€ęœ€åˆć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć„ć¦ćć ć•ć„ć€‚", + "columnBreakpoint": "åˆ—ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆ", + "debug": "惇惐惃悰", + "addColumnBreakpoint": "åˆ—ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®čæ½åŠ " +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index f19c2613b2..8d955ca909 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "惇惐惃悰 ć‚»ćƒƒć‚·ćƒ§ćƒ³ćŖć—ć§ćƒŖć‚½ćƒ¼ć‚¹ć‚’č§£ę±ŗć§ćć¾ć›ć‚“" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "惇惐惃悰 ć‚»ćƒƒć‚·ćƒ§ćƒ³ćŖć—ć§ćƒŖć‚½ćƒ¼ć‚¹ć‚’č§£ę±ŗć§ćć¾ć›ć‚“", + "canNotResolveSource": "ćƒŖć‚½ćƒ¼ć‚¹ {0} ć‚’č§£ę±ŗć§ćć¾ć›ć‚“ć§ć—ćŸć€‚ćƒ‡ćƒćƒƒć‚°ę‹”å¼µę©Ÿčƒ½ć‹ć‚‰åæœē­”ćŒć‚ć‚Šć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 10c8d0f554..8b289cea08 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "惇惐惃悰: ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®åˆ‡ć‚Šę›æćˆ", - "columnBreakpointAction": "惇惐惃悰: åˆ—ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆ", - "columnBreakpoint": "åˆ—ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®čæ½åŠ ", "conditionalBreakpointEditorAction": "惇惐惃悰: ę”ä»¶ä»˜ććƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®čæ½åŠ ...", "runToCursor": "ć‚«ćƒ¼ć‚½ćƒ«č”Œć®å‰ć¾ć§å®Ÿč”Œ", "debugEvaluate": "惇惐惃悰: č©•ä¾”", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index e8ca3af453..f7e2f38a02 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "ē„”åŠ¹ćŖćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆ", "breakpointUnverifieddHover": "ęœŖē¢ŗčŖć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆ", "breakpointDirtydHover": "ęœŖē¢ŗčŖć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć€‚ćƒ•ć‚”ć‚¤ćƒ«ćÆå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ć®ć§ć€ćƒ‡ćƒćƒƒć‚° ć‚»ćƒƒć‚·ćƒ§ćƒ³ć‚’å†čµ·å‹•ć—ć¦ćć ć•ć„ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index f9530ecfb9..6581cba0eb 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}态惇惐惃悰", "debugAriaLabel": "å®Ÿč”Œć™ć‚‹čµ·å‹•ę§‹ęˆć®åå‰ć‚’å…„åŠ›ć—ć¦ćć ć•ć„ć€‚", - "addConfigTo": "設定 ({0}) の追加 ...", + "addConfigTo": "꧋ꈐ ({0}) の追加...", "addConfiguration": "ę§‹ęˆć®čæ½åŠ ...", "noConfigurationsMatching": "äø€č‡“ć™ć‚‹ćƒ‡ćƒćƒƒć‚°ę§‹ęˆćÆć‚ć‚Šć¾ć›ć‚“", "noConfigurationsFound": "ćƒ‡ćƒćƒƒć‚°ę§‹ęˆćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć€‚'launch.json' ćƒ•ć‚”ć‚¤ćƒ«ć‚’ä½œęˆć—ć¦ćć ć•ć„ć€‚" diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 312dac3d40..5b2ce6bfa0 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "éøęŠžć—ć¦ćƒ‡ćƒćƒƒć‚°ę§‹ęˆć‚’é–‹å§‹" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index b317922a97..94396a8bdc 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "å¤‰ę•°ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "debugFocusWatchView": "ć‚¦ć‚©ćƒƒćƒć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "debugFocusCallStackView": "ć‚³ćƒ¼ćƒ«ć‚¹ć‚æćƒƒć‚Æć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index 83881a1a3e..e7922cd92a 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "ä¾‹å¤–ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®å¢ƒē•Œē·šć®č‰²ć€‚", "debugExceptionWidgetBackground": "ä¾‹å¤–ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć®čƒŒę™Æč‰²ć€‚", "exceptionThrownWithId": "ä¾‹å¤–ćŒē™ŗē”Ÿć—ć¾ć—ćŸ: {0}", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index 88f436125f..d632339e9d 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "ć‚ÆćƒŖćƒƒć‚Æć—ć¦å¾“ć† (Cmd ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć™ć‚‹ćØęØŖć«é–‹ćć¾ć™)", "fileLink": "ć‚ÆćƒŖćƒƒć‚Æć—ć¦å¾“ć† (Ctrl ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć™ć‚‹ćØęØŖć«é–‹ćć¾ć™)" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..421f6d7bf3 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ‡ćƒćƒƒć‚°ć—ć¦ć„ć‚‹ćØćć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®čƒŒę™Æč‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™", + "statusBarDebuggingForeground": "ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ‡ćƒćƒƒć‚°ć—ć¦ć„ć‚‹ćØćć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®å‰ę™Æč‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™", + "statusBarDebuggingBorder": "ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ‡ćƒćƒƒć‚°ć—ć¦ć„ć‚‹ćØćć®ć‚µć‚¤ćƒ‰ćƒćƒ¼ćŠć‚ˆć³ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’éš”ć¦ć‚‹ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®å¢ƒē•Œē·šć®č‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/common/debug.i18n.json index 5f4689ab40..4911af60fa 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "å†…éƒØćƒ‡ćƒćƒƒć‚° ć‚³ćƒ³ć‚½ćƒ¼ćƒ«ć®å‹•ä½œć‚’åˆ¶å¾”ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json index f20d079084..72c10441a2 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "ä½æē”Øć§ćć¾ć›ć‚“", "startDebugFirst": "惇惐惃悰 ć‚»ćƒƒć‚·ćƒ§ćƒ³ć‚’é–‹å§‹ć—ć¦č©•ä¾”ć—ć¦ćć ć•ć„" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 72b04323d0..37c790d782 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "äøę˜ŽćŖć‚½ćƒ¼ć‚¹" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index 69243c770f..c6d1dd4e99 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®ē·Øé›†...", "functionBreakpointsNotSupported": "ć“ć®ćƒ‡ćƒćƒƒć‚°ć®ēØ®é”žć§ćÆé–¢ę•°ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“", "functionBreakpointPlaceholder": "中断対豔の関数", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 9151cc8273..a83e21f9d1 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "ć‚³ćƒ¼ćƒ« ć‚¹ć‚æćƒƒć‚Æ ć‚»ć‚Æć‚·ćƒ§ćƒ³", "debugStopped": "{0} ć§äø€ę™‚åœę­¢", "callStackAriaLabel": "ć‚³ćƒ¼ćƒ« ć‚¹ć‚æćƒƒć‚Æć®ćƒ‡ćƒćƒƒć‚°", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 355c26ee03..49eb047826 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "ćƒ‡ćƒćƒƒć‚°ć®č”Øē¤ŗ", "toggleDebugPanel": "惇惐惃悰 ć‚³ćƒ³ć‚½ćƒ¼ćƒ«", "debug": "惇惐惃悰", @@ -24,6 +26,6 @@ "always": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć«ćƒ‡ćƒćƒƒć‚°ć‚’åøøć«č”Øē¤ŗć™ć‚‹", "onFirstSessionStart": "åˆć‚ć¦ćƒ‡ćƒćƒƒć‚°ćŒé–‹å§‹ć•ć‚ŒćŸćØćć®ćæć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć«ćƒ‡ćƒćƒƒć‚°ć‚’č”Øē¤ŗć™ć‚‹", "showInStatusBar": "ćƒ‡ćƒćƒƒć‚°ć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćŒč”Øē¤ŗć•ć‚Œć‚‹ć‚æć‚¤ćƒŸćƒ³ć‚°ć‚’åˆ¶å¾”", - "openDebug": "惇惐惃悰 ćƒ“ćƒ„ćƒ¼ćƒ¬ćƒƒćƒˆć‚’é–‹ćć‹ć€ćƒ‡ćƒćƒƒć‚° ć‚»ćƒƒć‚·ćƒ§ćƒ³ć‚’é–‹å§‹ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "openDebug": "惇惐惃悰 ćƒ“ćƒ„ćƒ¼ć‚’é–‹ćć‹ć€ćƒ‡ćƒćƒƒć‚° ć‚»ćƒƒć‚·ćƒ§ćƒ³ć‚’é–‹å§‹ć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "launch": "ć‚°ćƒ­ćƒ¼ćƒćƒ« ćƒ‡ćƒćƒƒć‚°čµ·å‹•ę§‹ęˆć€‚ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹é–“ć§å…±ęœ‰ć•ć‚Œć‚‹ 'launch.json' ć®ä»£ć‚ć‚ŠćØć—ć¦ä½æē”Øć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 3601388ef3..c0fa9d8af2 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "é«˜åŗ¦ćŖćƒ‡ćƒćƒƒć‚°ę§‹ęˆć‚’č”Œć†ć«ćÆć€ęœ€åˆć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć„ć¦ćć ć•ć„ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 84777c482b..4df0c5b8f0 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "惇惐惃悰 ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ć‚’ęä¾›ć—ć¾ć™ć€‚", "vscode.extension.contributes.debuggers.type": "ć“ć®ćƒ‡ćƒćƒƒć‚° ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ć®äø€ę„č­˜åˆ„å­ć€‚", "vscode.extension.contributes.debuggers.label": "ć“ć®ćƒ‡ćƒćƒƒć‚° ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ć®č”Øē¤ŗåć€‚", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json' ć‚’ę¤œčØ¼ć™ć‚‹ćŸć‚ć® JSON ć‚¹ć‚­ćƒ¼ćƒžę§‹ęˆć€‚", "vscode.extension.contributes.debuggers.windows": "Windows å›ŗęœ‰ć®čØ­å®šć€‚", "vscode.extension.contributes.debuggers.windows.runtime": "Windows ć§ä½æē”Øć•ć‚Œć‚‹ćƒ©ćƒ³ć‚æć‚¤ćƒ ć€‚", - "vscode.extension.contributes.debuggers.osx": "OS X å›ŗęœ‰ć®čØ­å®šć€‚", - "vscode.extension.contributes.debuggers.osx.runtime": "OSX ć§ä½æē”Øć•ć‚Œć‚‹ćƒ©ćƒ³ć‚æć‚¤ćƒ ć€‚", + "vscode.extension.contributes.debuggers.osx": "macOS å›ŗęœ‰ć®čØ­å®šć€‚", + "vscode.extension.contributes.debuggers.osx.runtime": "macOS ć§ä½æē”Øć•ć‚Œć‚‹ćƒ©ćƒ³ć‚æć‚¤ćƒ ć€‚", "vscode.extension.contributes.debuggers.linux": "Linux å›ŗęœ‰ć®čØ­å®šć€‚", "vscode.extension.contributes.debuggers.linux.runtime": "Linux ć§ä½æē”Øć•ć‚Œć‚‹ćƒ©ćƒ³ć‚æć‚¤ćƒ ć€‚", "vscode.extension.contributes.breakpoints": "ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć‚’ęä¾›ć—ć¾ć™ć€‚", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "ę§‹ęˆć®äø€č¦§ć€‚IntelliSense ć‚’ä½æē”Øć—ć¦ć€ę–°ć—ć„ę§‹ęˆć‚’čæ½åŠ ć—ćŸć‚Šć€ę—¢å­˜ć®ę§‹ęˆć‚’ē·Øé›†ć—ćŸć‚Šć¾ć™ć€‚", "app.launch.json.compounds": "č¤‡åˆć®äø€č¦§ć€‚å„č¤‡åˆćÆć€åŒę™‚ć«čµ·å‹•ć•ć‚Œć‚‹č¤‡ę•°ć®ę§‹ęˆć‚’å‚ē…§ć—ć¾ć™ć€‚", "app.launch.json.compound.name": "č¤‡åˆć®åå‰ć€‚čµ·å‹•ę§‹ęˆć®ćƒ‰ćƒ­ćƒƒćƒ—ćƒ€ć‚¦ćƒ³ ćƒ”ćƒ‹ćƒ„ćƒ¼ć«č”Øē¤ŗć•ć‚Œć¾ć™ć€‚", + "useUniqueNames": "äø€ę„ć®ę§‹ęˆåć‚’ä½æē”Øć—ć¦ćć ć•ć„ć€‚", + "app.launch.json.compound.folder": "č¤‡åˆćŒć‚ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®åå‰ć€‚", "app.launch.json.compounds.configurations": "ć“ć®č¤‡åˆć®äø€éƒØćØć—ć¦é–‹å§‹ć•ć‚Œć‚‹ę§‹ęˆć®åå‰ć€‚", "debugNoType": "惇惐惃悰 ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ 'type' ćÆēœē•„äøåÆć§ć€'string' åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“ć€‚", "selectDebug": "ē’°å¢ƒć®éøęŠž", - "DebugConfig.failed": "'launch.json' ćƒ•ć‚”ć‚¤ćƒ«ć‚’ '.vscode' ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ({0}) å†…ć«ä½œęˆć§ćć¾ć›ć‚“ć€‚" + "DebugConfig.failed": "'launch.json' ćƒ•ć‚”ć‚¤ćƒ«ć‚’ '.vscode' ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ({0}) å†…ć«ä½œęˆć§ćć¾ć›ć‚“ć€‚", + "workspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹", + "user settings": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®š" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index 30a156c79f..242105012e 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®å‰Šé™¤", "removeBreakpointOnColumn": "列 {0} ć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®å‰Šé™¤", "removeLineBreakpoint": "č”Œć®ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć®å‰Šé™¤", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index adcefcdb93..b0ab74b4ee 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "惇惐惃悰 ćƒ›ćƒćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index c5bae21c73..63f0a29951 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "ć“ć®ć‚Ŗćƒ–ć‚øć‚§ć‚Æćƒˆć®ćƒ—ćƒŖćƒŸćƒ†ć‚£ćƒ–å€¤ć®ćæč”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "debuggingPaused": "ćƒ‡ćƒćƒƒć‚°ćÆäø€ę™‚åœę­¢ć•ć‚Œć¾ć—ćŸć€ē†ē”± {0}态{1} {2}", "debuggingStarted": "ćƒ‡ćƒćƒƒć‚°ćÆé–‹å§‹ć•ć‚Œć¾ć—ćŸć€‚", @@ -11,18 +13,22 @@ "breakpointAdded": "ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć‚’čæ½åŠ ć—ć¾ć—ćŸć€‚č”Œ {0}ć€ćƒ•ć‚”ć‚¤ćƒ« {1}", "breakpointRemoved": "ćƒ–ćƒ¬ćƒ¼ć‚Æćƒć‚¤ćƒ³ćƒˆć‚’å‰Šé™¤ć—ć¾ć—ćŸć€‚č”Œ {0}ć€ćƒ•ć‚”ć‚¤ćƒ« {1}", "compoundMustHaveConfigurations": "č¤‡åˆę§‹ęˆć‚’é–‹å§‹ć™ć‚‹ć«ćÆć€č¤‡åˆć« \"configurations\" å±žę€§ćŒčØ­å®šć•ć‚Œć¦ć„ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", + "noConfigurationNameInWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«čµ·å‹•ę§‹ęˆ '{0}' ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚", + "multipleConfigurationNamesInWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«č¤‡ę•°ć®čµ·å‹•ę§‹ęˆ '{0}' ćŒć‚ć‚Šć¾ć™ć€‚ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼åć‚’ä½æē”Øć—ć¦ę§‹ęˆć‚’äæ®é£¾ć—ć¦ćć ć•ć„ć€‚", + "noFolderWithName": "č¤‡åˆ '{2}' ć®ę§‹ęˆ '{1}' ć§ć€åå‰ '{0}' ć‚’å«ć‚€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚", "configMissing": "꧋ꈐ '{0}' が 'launch.json' å†…ć«ć‚ć‚Šć¾ć›ć‚“ć€‚", "launchJsonDoesNotExist": "'launch.json' ćÆå­˜åœØć—ć¾ć›ć‚“ć€‚", - "debugRequestNotSupported": "éøęŠžć—ć¦ć„ć‚‹ćƒ‡ćƒćƒƒć‚°ę§‹ęˆć§ `{0}` å±žę€§ćÆć‚µćƒćƒ¼ćƒˆć•ć‚ŒćŖć„å€¤ '{1}' ć‚’ęŒ‡å®šć—ć¦ć„ć¾ć™ć€‚", + "debugRequestNotSupported": "éøęŠžć—ć¦ć„ć‚‹ćƒ‡ćƒćƒƒć‚°ę§‹ęˆć§ '{0}' å±žę€§ćÆć‚µćƒćƒ¼ćƒˆć•ć‚ŒćŖć„å€¤ '{1}' ć‚’ęŒ‡å®šć—ć¦ć„ć¾ć™ć€‚", "debugRequesMissing": "éøęŠžć—ć¦ć„ć‚‹ćƒ‡ćƒćƒƒć‚°ę§‹ęˆć«å±žę€§ '{0}' ćŒå«ć¾ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", "debugTypeNotSupported": "ę§‹ęˆć•ć‚Œć¦ć„ć‚‹ćƒ‡ćƒćƒƒć‚°ć®ēØ®é”ž '{0}' ćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", - "debugTypeMissing": "éøęŠžć—ć¦ć„ć‚‹čµ·å‹•ę§‹ęˆć® `type` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", + "debugTypeMissing": "éøęŠžć•ć‚ŒćŸčµ·å‹•ę§‹ęˆć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ 'type' ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "debugAnyway": "ć“ć®ć¾ć¾ćƒ‡ćƒćƒƒć‚°ć‚’ē¶šć‘ć‚‹", "preLaunchTaskErrors": "preLaunchTask '{0}' ć®å®Ÿč”Œäø­ć«ćƒ“ćƒ«ćƒ‰ ć‚Øćƒ©ćƒ¼ćŒę¤œå‡ŗć•ć‚Œć¾ć—ćŸć€‚", "preLaunchTaskError": "preLaunchTask '{0}' ć®å®Ÿč”Œäø­ć«ćƒ“ćƒ«ćƒ‰ ć‚Øćƒ©ćƒ¼ćŒę¤œå‡ŗć•ć‚Œć¾ć—ćŸć€‚", "preLaunchTaskExitCode": "preLaunchTask '{0}' ćŒēµ‚äŗ†ć‚³ćƒ¼ćƒ‰ {1} ć§ēµ‚äŗ†ć—ć¾ć—ćŸć€‚", + "showErrors": "ć‚Øćƒ©ćƒ¼ć®č”Øē¤ŗ", "noFolderWorkspaceDebugError": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’ćƒ‡ćƒćƒƒć‚°ć§ćć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ćŒćƒ‡ć‚£ć‚¹ć‚Æć«äæå­˜ć•ć‚Œć¦ćŠć‚Šć€ćć®ćƒ•ć‚”ć‚¤ćƒ« ć‚æć‚¤ćƒ—ć®ćƒ‡ćƒćƒƒć‚°ę‹”å¼µę©Ÿčƒ½ćŒć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć‚‹ć“ćØć‚’ē¢ŗčŖć—ć¦ćć ć•ć„ć€‚", - "NewLaunchConfig": "ć‚¢ćƒ—ćƒŖć‚±ćƒ¼ć‚·ćƒ§ćƒ³ć®čµ·å‹•ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚»ćƒƒćƒˆć‚¢ćƒƒćƒ—ć—ć¦ćć ć•ć„ć€‚{0}", + "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", "DebugTaskNotFound": "preLaunchTask '{0}' ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚", "taskNotTracked": "preLaunchTask '{0}' ć‚’čæ½č·”ć§ćć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index c5d93f01d5..c00682e3e6 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index e6c7a195a3..8e8ae7f3ce 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index 8943a8809b..c98803206f 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "å€¤ć®ć‚³ćƒ”ćƒ¼", + "copyAsExpression": "å¼ćØć—ć¦ć‚³ćƒ”ćƒ¼", "copy": "ć‚³ćƒ”ćƒ¼", "copyAll": "ć™ć¹ć¦ć‚³ćƒ”ćƒ¼", "copyStackTrace": "å‘¼ć³å‡ŗć—å±„ę­“ć®ć‚³ćƒ”ćƒ¼" diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index cfe0d891ba..b6899a2992 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "č©³ē“°ęƒ…å ±", "unableToLaunchDebugAdapter": "惇惐惃悰 ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ć‚’ {0} ć‹ć‚‰čµ·å‹•ć§ćć¾ć›ć‚“ć€‚", "unableToLaunchDebugAdapterNoArgs": "惇惐惃悰 ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ć‚’čµ·å‹•ć§ćć¾ć›ć‚“ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 3b2b57ca85..d4042dcc83 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "Read Eval Print Loop ćƒ‘ćƒćƒ«", "actions.repl.historyPrevious": "å‰ć®å±„ę­“", "actions.repl.historyNext": "欔の屄歓", "actions.repl.acceptInput": "REPL ć§ć®å…„åŠ›ć‚’åę˜ ", - "actions.repl.copyAll": "惇惐惃悰: ć‚³ćƒ³ć‚½ćƒ¼ćƒ«ć‚’ć™ć¹ć¦ć‚³ćƒ”ćƒ¼ć™ć‚‹" + "actions.repl.copyAll": "惇惐惃悰: ć‚³ćƒ³ć‚½ćƒ¼ćƒ«ć‚’ć™ć¹ć¦ć‚³ćƒ”ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 57032e9d66..822049e650 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "ęœ€åˆć®č©•ä¾”ć‹ć‚‰ć‚Ŗćƒ–ć‚øć‚§ć‚Æćƒˆć®ēŠ¶ę…‹ćŒć‚­ćƒ£ćƒ—ćƒćƒ£ć•ć‚Œć¾ć™", "replVariableAriaLabel": "変数 {0} に値 {1} ćŒć‚ć‚Šć¾ć™ć€Read Eval Print Loop态惇惐惃悰", "replExpressionAriaLabel": "式 {0} に値 {1} ćŒć‚ć‚Šć¾ć™ć€Read Eval Print Loop态惇惐惃悰", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 1add978ade..421f6d7bf3 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ‡ćƒćƒƒć‚°ć—ć¦ć„ć‚‹ćØćć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®čƒŒę™Æč‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™", "statusBarDebuggingForeground": "ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ‡ćƒćƒƒć‚°ć—ć¦ć„ć‚‹ćØćć®ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®å‰ę™Æč‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™", "statusBarDebuggingBorder": "ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ‡ćƒćƒƒć‚°ć—ć¦ć„ć‚‹ćØćć®ć‚µć‚¤ćƒ‰ćƒćƒ¼ćŠć‚ˆć³ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’éš”ć¦ć‚‹ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć®å¢ƒē•Œē·šć®č‰²ć€‚ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ćÆć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®äø‹éƒØć«č”Øē¤ŗć•ć‚Œć¾ć™" diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 248289a591..0c0997fd05 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "ćƒ‡ćƒćƒƒć‚°åÆ¾č±”", - "debug.terminal.not.available.error": "ēµ±åˆć‚æćƒ¼ćƒŸćƒŠćƒ«ć‚’ä½æē”Øć§ćć¾ć›ć‚“" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "ćƒ‡ćƒćƒƒć‚°åÆ¾č±”" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index b9fef75377..e24427457a 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "å¤‰ę•°ć‚»ć‚Æć‚·ćƒ§ćƒ³", "variablesAriaTreeLabel": "å¤‰ę•°ć®ćƒ‡ćƒćƒƒć‚°", "variableValueAriaLabel": "ę–°ć—ć„å¤‰ę•°å€¤ć‚’å…„åŠ›ć™ć‚‹", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 0a37345b7f..1b162bb322 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "å¼ć‚»ć‚Æć‚·ćƒ§ćƒ³", "watchAriaTreeLabel": "ć‚¦ć‚©ćƒƒćƒå¼ć®ćƒ‡ćƒćƒƒć‚°", "watchExpressionPlaceholder": "ć‚¦ć‚©ćƒƒćƒåÆ¾č±”ć®å¼", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index e96a6ca745..da11ae9939 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "惇惐惃悰 ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ć®å®Ÿč”ŒåÆčƒ½ćƒ•ć‚”ć‚¤ćƒ« '{0}' ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", "debugAdapterCannotDetermineExecutable": "惇惐惃悰 ć‚¢ćƒ€ćƒ—ć‚æćƒ¼ '{0}' ć®å®Ÿč”ŒåÆčƒ½ćƒ•ć‚”ć‚¤ćƒ«ć‚’åˆ¤åˆ„ć§ćć¾ć›ć‚“ć€‚", "launch.config.comment1": "IntelliSense ć‚’ä½æē”Øć—ć¦åˆ©ē”ØåÆčƒ½ćŖå±žę€§ć‚’å­¦ć¹ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 580a48af4a..6adb5f77f9 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Emmet ć‚³ćƒžćƒ³ćƒ‰ć®č”Øē¤ŗ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 13eb719a34..35e418c47f 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index 188f2a3567..70fee7167b 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index f6a68a59f4..75e31f192e 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 23680f558e..79bd9a256f 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: ē•„čŖžć®å±•é–‹" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 4c2a1db638..51a1567b7b 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index adcbee4aba..35b3823216 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index c834e4b5aa..31ee5e75d5 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index ab8fd5a62b..39aeb3a774 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index c3bc9dd651..a2d7634a62 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 350aee6aff..8924b86b4d 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index 4b1dbd8a45..d1525f8264 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 942a483bfa..ceff357891 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index ba3773dfcd..b0f627e55d 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 873d819f37..cf47a8c44d 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 3f72714a04..1634e1e45e 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index e62cceeca5..1b1a37a702 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index 13eb719a34..35e418c47f 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index cf9dccd3bb..43d79ad36d 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index f6a68a59f4..75e31f192e 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index 23680f558e..46bc991cfa 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index 4c2a1db638..51a1567b7b 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index adcbee4aba..35b3823216 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index c834e4b5aa..31ee5e75d5 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index ab8fd5a62b..39aeb3a774 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index c3bc9dd651..a2d7634a62 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index 350aee6aff..8924b86b4d 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index 4b1dbd8a45..d1525f8264 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index 942a483bfa..ceff357891 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index ba3773dfcd..b0f627e55d 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index 873d819f37..cf47a8c44d 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index 3f72714a04..1634e1e45e 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index f8b16e8c78..ef6e88e68c 100644 --- a/i18n/jpn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 2a9f118d08..0dec649273 100644 --- a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "å¤–éƒØć‚æćƒ¼ćƒŸćƒŠćƒ«", "explorer.openInTerminalKind": "čµ·å‹•ć™ć‚‹ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ēØ®é”žć‚’ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć—ć¾ć™ć€‚", "terminal.external.windowsExec": "ć©ć®ć‚æćƒ¼ćƒŸćƒŠćƒ«ć‚’ Windows ć§å®Ÿč”Œć™ć‚‹ć‹ć‚’ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć—ć¾ć™ć€‚", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "ę–°ć—ć„ć‚³ćƒžćƒ³ćƒ‰ ćƒ—ćƒ­ćƒ³ćƒ—ćƒˆć‚’é–‹ć", "globalConsoleActionMacLinux": "ę–°ć—ć„ć‚æćƒ¼ćƒŸćƒŠćƒ«ć‚’é–‹ć", "scopedConsoleActionWin": "ć‚³ćƒžćƒ³ćƒ‰ ćƒ—ćƒ­ćƒ³ćƒ—ćƒˆć§é–‹ć", - "scopedConsoleActionMacLinux": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§é–‹ć", - "openFolderInIntegratedTerminal": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§é–‹ć" + "scopedConsoleActionMacLinux": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§é–‹ć" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 11e9b9ae7f..ff695fe468 100644 --- a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 50afa9383c..a43659ac57 100644 --- a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "VS Code ć‚³ćƒ³ć‚½ćƒ¼ćƒ«", "mac.terminal.script.failed": "ć‚¹ć‚ÆćƒŖćƒ—ćƒˆ '{0}' ćŒēµ‚äŗ†ć‚³ćƒ¼ćƒ‰ {1} ć§å¤±ę•—ć—ć¾ć—ćŸ", "mac.terminal.type.not.supported": "'{0}' ćÆć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“", diff --git a/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 497be6143f..d973258ab7 100644 --- a/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 35740fe14c..5b8712efb9 100644 --- a/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index 63e2417232..4695a4bd09 100644 --- a/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/jpn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 34c326ced6..06e6fa91c5 100644 --- a/i18n/jpn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index dcf09366c0..f6a645b497 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "ć‚Øćƒ©ćƒ¼", "Unknown Dependency": "äøę˜ŽćŖä¾å­˜é–¢äæ‚:" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index ef96b090ec..d48829a3d3 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "ę‹”å¼µę©Ÿčƒ½å", "extension id": "ę‹”å¼µę©Ÿčƒ½ć®č­˜åˆ„å­", "preview": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼", + "builtin": "ćƒ“ćƒ«ćƒˆć‚¤ćƒ³", "publisher": "ē™ŗč”Œč€…å", "install count": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ę•°", "rating": "č©•ä¾”", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "名前", "view location": "堓所", + "localizations": "ćƒ­ćƒ¼ć‚«ćƒ©ć‚¤ć‚ŗ ({0})", + "localizations language id": "čØ€čŖž ID", + "localizations language name": "čØ€čŖžå", + "localizations localized language name": "čØ€čŖžå (ćƒ­ćƒ¼ć‚«ćƒ©ć‚¤ć‚ŗęøˆćæ)", "colorThemes": "é…č‰²ćƒ†ćƒ¼ćƒž ({0})", "iconThemes": "ć‚¢ć‚¤ć‚³ćƒ³ ćƒ†ćƒ¼ćƒž ({0})", "colors": "é…č‰² ({0})", @@ -39,6 +46,8 @@ "defaultLight": "ćƒ©ć‚¤ćƒˆ ćƒ†ćƒ¼ćƒžć®ę—¢å®šå€¤", "defaultHC": "惏悤 ć‚³ćƒ³ćƒˆćƒ©ć‚¹ćƒˆć®ę—¢å®šå€¤", "JSON Validation": "JSON 検証 ({0})", + "fileMatch": "åÆ¾č±”ćƒ•ć‚”ć‚¤ćƒ«", + "schema": "ć‚¹ć‚­ćƒ¼ćƒž", "commands": "ć‚³ćƒžćƒ³ćƒ‰ ({0})", "command name": "名前", "keyboard shortcuts": "ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ć‚·ćƒ§ćƒ¼ćƒˆć‚«ćƒƒćƒˆ", diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 9c5f174d8a..3bc09f52d4 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "ę‰‹å‹•ć§ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰", + "install vsix": "ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ćŒēµ‚ć‚ć£ćŸć‚‰ć€ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć•ć‚ŒćŸ '{0}' 恮 VSIX ć‚’ę‰‹å‹•ć§ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ćć ć•ć„ć€‚", "installAction": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", "installing": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™", + "failedToInstall": "'{0}' ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", "uninstallAction": "ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", "Uninstalling": "ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™", "updateAction": "ꛓꖰ", "updateTo": "{0} に曓新します", + "failedToUpdate": "'{0}' ć‚’ę›“ę–°ć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", "ManageExtensionAction.uninstallingTooltip": "ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™", "enableForWorkspaceAction": "ęœ‰åŠ¹ć«ć™ć‚‹ (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹)", "enableGloballyAction": "ęœ‰åŠ¹", @@ -36,6 +42,7 @@ "showInstalledExtensions": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæć®ę‹”å¼µę©Ÿčƒ½ć®č”Øē¤ŗ", "showDisabledExtensions": "ē„”åŠ¹ćŖę‹”å¼µę©Ÿčƒ½ć®č”Øē¤ŗ", "clearExtensionsInput": "ę‹”å¼µę©Ÿčƒ½ć®å…„åŠ›ć®ć‚ÆćƒŖć‚¢", + "showBuiltInExtensions": "ćƒ“ćƒ«ćƒˆć‚¤ćƒ³ę‹”å¼µę©Ÿčƒ½ć®č”Øē¤ŗ", "showOutdatedExtensions": "å¤ććŖć£ćŸę‹”å¼µę©Ÿčƒ½ć®č”Øē¤ŗ", "showPopularExtensions": "äŗŗę°—ć®ę‹”å¼µę©Ÿčƒ½ć®č”Øē¤ŗ", "showRecommendedExtensions": "ćŠå‹§ć‚ć®ę‹”å¼µę©Ÿčƒ½ć‚’č”Øē¤ŗ", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "'.vscode' ćƒ•ć‚”ćƒ«ćƒ€ćƒ¼ ({0}) 内に 'extensions.json' ćƒ•ć‚”ć‚¤ćƒ«ć‚’ä½œęˆć§ćć¾ć›ć‚“ć€‚", "configureWorkspaceRecommendedExtensions": "ęŽØå„Øäŗ‹é …ć®ę‹”å¼µę©Ÿčƒ½ć‚’ę§‹ęˆ (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹)", "configureWorkspaceFolderRecommendedExtensions": "ęŽØå„Øäŗ‹é …ć®ę‹”å¼µę©Ÿčƒ½ć‚’ę§‹ęˆ (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼)", - "builtin": "ćƒ“ćƒ«ćƒˆć‚¤ćƒ³", + "malicious tooltip": "ć“ć®ę‹”å¼µę©Ÿčƒ½ćÆå•é”Œć‚ć‚ŠćØå ±å‘Šć•ć‚Œć¾ć—ćŸć€‚", + "malicious": "ę‚Ŗę„ćŒć‚ć‚‹", "disableAll": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæć®ć™ć¹ć¦ć®ę‹”å¼µę©Ÿčƒ½ć‚’ē„”åŠ¹ć«ć™ć‚‹", "disableAllWorkspace": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæć®ę‹”å¼µę©Ÿčƒ½ć‚’ć™ć¹ć¦ē„”åŠ¹ć«ć™ć‚‹", - "enableAll": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæć®ę‹”å¼µę©Ÿčƒ½ć‚’ć™ć¹ć¦ęœ‰åŠ¹ć«ć™ć‚‹", - "enableAllWorkspace": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæć®ę‹”å¼µę©Ÿčƒ½ć‚’ć™ć¹ć¦ęœ‰åŠ¹ć«ć™ć‚‹", + "enableAll": "ć™ć¹ć¦ć®ę‹”å¼µę©Ÿčƒ½ć‚’ęœ‰åŠ¹ć«ć™ć‚‹", + "enableAllWorkspace": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ę‹”å¼µę©Ÿčƒ½ć‚’ć™ć¹ć¦ęœ‰åŠ¹ć«ć™ć‚‹", + "openExtensionsFolder": "ę‹”å¼µę©Ÿčƒ½ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", + "installVSIX": "VSIX ć‹ć‚‰ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«...", + "installFromVSIX": "VSIX ć‹ć‚‰ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", + "installButton": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«(&&I)", + "InstallVSIXAction.success": "ę‹”å¼µę©Ÿčƒ½ćŒę­£åøøć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸć€‚ęœ‰åŠ¹ć«ć™ć‚‹ć«ćÆå†čŖ­ćæč¾¼ćæć—ć¦ćć ć•ć„ć€‚", + "InstallVSIXAction.reloadNow": "ä»Šć™ćå†åŗ¦čŖ­ćæč¾¼ć‚€", + "reinstall": "ę‹”å¼µę©Ÿčƒ½ć®å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«...", + "selectExtension": "å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć™ć‚‹ę‹”å¼µę©Ÿčƒ½ć‚’éøęŠž", + "ReinstallAction.success": "ę‹”å¼µę©Ÿčƒ½ćŒę­£åøøć«å†ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸć€‚", + "ReinstallAction.reloadNow": "ä»Šć™ćå†åŗ¦čŖ­ćæč¾¼ć‚€", "extensionButtonProminentBackground": "éš›ē«‹ć£ć¦ć„ć‚‹ć‚¢ć‚Æć‚·ćƒ§ćƒ³ę‹”å¼µę©Ÿčƒ½ć®ćƒœć‚æćƒ³ć®čƒŒę™Æč‰²ļ¼ˆä¾‹: ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ćƒœć‚æćƒ³ļ¼‰ć€‚", "extensionButtonProminentForeground": "éš›ē«‹ć£ć¦ć„ć‚‹ć‚¢ć‚Æć‚·ćƒ§ćƒ³ę‹”å¼µę©Ÿčƒ½ć®ćƒœć‚æćƒ³ć®å‰ę™Æč‰²ļ¼ˆä¾‹: ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ćƒœć‚æćƒ³ļ¼‰ć€‚", "extensionButtonProminentHoverBackground": "éš›ē«‹ć£ć¦ć„ć‚‹ć‚¢ć‚Æć‚·ćƒ§ćƒ³ę‹”å¼µę©Ÿčƒ½ć®ćƒœć‚æćƒ³ć®ćƒ›ćƒćƒ¼čƒŒę™Æč‰²ļ¼ˆä¾‹: ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ćƒœć‚æćƒ³ļ¼‰ć€‚" diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index 7fd46ed2ab..53025ad58a 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index a7d393b5d6..8a59d2b359 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "ę‹”å¼µę©Ÿčƒ½ć‚’ē®”ē†ć™ć‚‹ć«ćÆ Enter ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ćć ć•ć„ć€‚", "notfound": "ę‹”å¼µę©Ÿčƒ½ '{0}' が Marketplace ć«č¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚", "install": "Marketplace 恋悉 '{0}' ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć™ć‚‹ć«ćÆ Enter ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ćć ć•ć„ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index 41dd62310a..2a5ff87c89 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "{0} äŗŗćŒč©•ä¾”", "ratedBySingleUser": "1 äŗŗćŒč©•ä¾”" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index ad8152b1d4..8fed78a8c7 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "ę‹”å¼µę©Ÿčƒ½", "app.extensions.json.recommendations": "ę‹”å¼µę©Ÿčƒ½ć®ęŽØå„Øäŗ‹é …ć®ćƒŖć‚¹ćƒˆć€‚ę‹”å¼µę©Ÿčƒ½ć® ID は常に '${publisher}.${name}' です。例: 'vscode.csharp'怂", "app.extension.identifier.errorMessage": "äŗˆęœŸć•ć‚Œć‚‹å½¢å¼ '${publisher}.${name}'。例: 'vscode.csharp'怂" diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index b23efacc64..aba257f05a 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "ę‹”å¼µę©Ÿčƒ½: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index 157e34cb4b..6eb147d51e 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«", + "restart2": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ć«ćÆå†čµ·å‹•ćŒåæ…č¦ć§ć™ć€‚ä»Šć™ć '{0}' ć‚’å†čµ·å‹•ć—ć¾ć™ć‹?", + "restart3": "å†čµ·å‹•", + "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", "selectAndStartDebug": "ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒŖćƒ³ć‚°ć‚’åœę­¢ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index c381b70233..bb4aed9c43 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", + "searchMarketplace": "Marketplace ć‚’ę¤œē“¢", + "showLanguagePackExtensions": "Marketplace には VS Code 悒 {0} ćøćƒ­ćƒ¼ć‚«ćƒ©ć‚¤ć‚ŗć™ć‚‹ć®ć«å½¹ē«‹ć¤ę‹”å¼µę©Ÿčƒ½ćŒē”Øę„ć•ć‚Œć¦ć„ć¾ć™", + "dynamicWorkspaceRecommendation": "{0} ćƒ¬ćƒć‚øćƒˆćƒŖć®ćƒ¦ćƒ¼ć‚¶ćƒ¼ć«äŗŗę°—ćŒć‚ć‚‹ć®ć§ć€ć‚ćŖćŸć‚‚ć“ć®ę‹”å¼µę©Ÿčƒ½ć«é–¢åæƒć‚’ęŒćŸć‚Œć‚‹ć‹ć‚‚ć—ć‚Œć¾ć›ć‚“ć€‚", + "exeBasedRecommendation": "{0} ćŒć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ć“ć®ę‹”å¼µę©Ÿčƒ½ć‚’ęŽØå„Øć—ć¾ć™ć€‚", "fileBasedRecommendation": "ęœ€čæ‘é–‹ć„ćŸćƒ•ć‚”ć‚¤ćƒ«ć«åŸŗć„ć„ć¦ć“ć®ę‹”å¼µę©Ÿčƒ½ćŒęŽØå„Øć•ć‚Œć¾ć™ć€‚", "workspaceRecommendation": "ē¾åœØć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ćƒ¦ćƒ¼ć‚¶ćƒ¼ć«ć‚ˆć£ć¦ć“ć®ę‹”å¼µę©Ÿčƒ½ćŒęŽØå„Øć•ć‚Œć¦ć„ć¾ć™ć€‚", - "exeBasedRecommendation": "{0} ćŒć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ć“ć®ę‹”å¼µę©Ÿčƒ½ć‚’ęŽØå„Øć—ć¾ć™ć€‚", "reallyRecommended2": "ć“ć®ćƒ•ć‚”ć‚¤ćƒ«ć®ēØ®é”žć«ćÆę‹”å¼µę©Ÿčƒ½ '{0}' ćŒęŽØå„Øć•ć‚Œć¾ć™ć€‚", "reallyRecommendedExtensionPack": "ć“ć®ćƒ•ć‚”ć‚¤ćƒ«ć®ēØ®é”žć«ćÆę‹”å¼µę©Ÿčƒ½ćƒ‘ćƒƒć‚Æ '{0}' ćŒęŽØå„Øć•ć‚Œć¾ć™ć€‚", "showRecommendations": "ęŽØå„Øäŗ‹é …ć‚’č”Øē¤ŗ", "install": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", - "neverShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", - "close": "閉恘悋", + "showLanguageExtensions": "'.{0}' ćƒ•ć‚”ć‚¤ćƒ«ć«å½¹ē«‹ć¤ę‹”å¼µę©Ÿčƒ½ćŒ Marketplace ć«ć‚ć‚Šć¾ć™", "workspaceRecommended": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćÆę‹”å¼µę©Ÿčƒ½ć®ęŽØå„Øäŗ‹é …ćŒć‚ć‚Šć¾ć™ć€‚", "installAll": "ć™ć¹ć¦ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", "ignoreExtensionRecommendations": "ć™ć¹ć¦ć®ę‹”å¼µę©Ÿčƒ½ć®ęŽØå„Øäŗ‹é …ć‚’ē„”č¦–ć—ć¾ć™ć‹?", "ignoreAll": "はい、すべて焔視します", - "no": "恄恄恈", - "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«" + "no": "恄恄恈" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 58fdc20d91..90a00c5992 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "ę‹”å¼µę©Ÿčƒ½ć®ē®”ē†", "galleryExtensionsCommands": "ć‚®ćƒ£ćƒ©ćƒŖćƒ¼ę‹”å¼µę©Ÿčƒ½ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", "extension": "ę‹”å¼µę©Ÿčƒ½", @@ -13,5 +15,6 @@ "developer": "開発者", "extensionsConfigurationTitle": "ę‹”å¼µę©Ÿčƒ½", "extensionsAutoUpdate": "ę‹”å¼µę©Ÿčƒ½ć‚’č‡Ŗå‹•ēš„ć«ę›“ę–°ć—ć¾ć™", - "extensionsIgnoreRecommendations": "true ć«čØ­å®šć—ćŸå “åˆć€ę‹”å¼µę©Ÿčƒ½ć®ęŽØå„Øäŗ‹é …ć®é€šēŸ„ć‚’č”Øē¤ŗć—ć¾ć›ć‚“ć€‚" + "extensionsIgnoreRecommendations": "true ć«čØ­å®šć—ćŸå “åˆć€ę‹”å¼µę©Ÿčƒ½ć®ęŽØå„Øäŗ‹é …ć®é€šēŸ„ć‚’č”Øē¤ŗć—ć¾ć›ć‚“ć€‚", + "extensionsShowRecommendationsOnlyOnDemand": "true ć«čØ­å®šć—ćŸå “åˆć€ćƒ¦ćƒ¼ć‚¶ćƒ¼ćŒē‰¹åˆ„ć«č¦ę±‚ć—ćŖć„é™ć‚ŠęŽØå„Øć®å–å¾—ć‚„č”Øē¤ŗć‚’č”Œć„ć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index 8942892c36..22bca280c7 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "ę‹”å¼µę©Ÿčƒ½ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", "installVSIX": "VSIX ć‹ć‚‰ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«...", "installFromVSIX": "VSIX ć‹ć‚‰ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", "installButton": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«(&&I)", - "InstallVSIXAction.success": "ę‹”å¼µę©Ÿčƒ½ćŒę­£åøøć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸć€‚ęœ‰åŠ¹ć«ć™ć‚‹ć«ćÆå†čµ·å‹•ć—ć¾ć™ć€‚", + "InstallVSIXAction.success": "ę‹”å¼µę©Ÿčƒ½ćŒę­£åøøć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¾ć—ćŸć€‚ęœ‰åŠ¹ć«ć™ć‚‹ć«ćÆå†čŖ­ćæč¾¼ćæć—ć¦ćć ć•ć„ć€‚", "InstallVSIXAction.reloadNow": "ä»Šć™ćå†åŗ¦čŖ­ćæč¾¼ć‚€" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 4859dfe81b..d22081aede 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "ć‚­ćƒ¼ćƒć‚¤ćƒ³ćƒ‰é–“ć®ē«¶åˆć‚’å›žéæć™ć‚‹ćŸć‚ć«ć€ä»–ć®ć‚­ćƒ¼ćƒžćƒƒćƒ— ({0}) ć‚’ē„”åŠ¹ć«ć—ć¾ć™ć‹?", "yes": "はい", "no": "恄恄恈", "betterMergeDisabled": "ę‹”å¼µę©Ÿčƒ½ Better Merge ćÆē¾åœØćƒ“ćƒ«ćƒˆć‚¤ćƒ³ć§ć™ć€‚ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæć®ę‹”å¼µę©Ÿčƒ½ćÆē„”åŠ¹åŒ–ć•ć‚Œć€ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć§ćć¾ć™ć€‚", - "uninstall": "ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", - "later": "後続" + "uninstall": "ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index d9d2527ff3..faaf571abb 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Marketplace", "installedExtensions": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæ", "searchInstalledExtensions": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ęøˆćæ", "recommendedExtensions": "ęŽØå„Ø", "otherRecommendedExtensions": "ćć®ä»–ć®ęŽØå„Øäŗ‹é …", "workspaceRecommendedExtensions": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ęŽØå„Øäŗ‹é …", + "builtInExtensions": "ćƒ“ćƒ«ćƒˆć‚¤ćƒ³", "searchExtensions": "Marketplace ć§ę‹”å¼µę©Ÿčƒ½ć‚’ę¤œē“¢ć™ć‚‹", "sort by installs": "äø¦ć¹ę›æćˆ: ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ę•°", "sort by rating": "äø¦ć¹ę›æćˆ: č©•ä¾”", "sort by name": "äø¦ć¹ę›æćˆ: 名前", "suggestProxyError": "Marketplace が 'ECONNREFUSED' ć‚’čæ”ć—ć¾ć—ćŸć€‚'http.proxy' čØ­å®šć‚’ē¢ŗčŖć—ć¦ćć ć•ć„ć€‚", "extensions": "ę‹”å¼µę©Ÿčƒ½", - "outdatedExtensions": "{0} å¤ććŖć£ćŸę‹”å¼µę©Ÿčƒ½" + "outdatedExtensions": "{0} å¤ććŖć£ćŸę‹”å¼µę©Ÿčƒ½", + "malicious warning": "å•é”ŒćŒć‚ć‚‹ć“ćØćŒå ±å‘Šć•ć‚ŒćŸ '{0}' ć‚’ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć—ćŸć€‚", + "reloadNow": "ä»Šć™ćå†åŗ¦čŖ­ćæč¾¼ć‚€" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index f386fc5485..a0fa242eba 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "ę‹”å¼µę©Ÿčƒ½", "no extensions found": "ę‹”å¼µę©Ÿčƒ½ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“", "suggestProxyError": "Marketplace が 'ECONNREFUSED' ć‚’čæ”ć—ć¾ć—ćŸć€‚'http.proxy' čØ­å®šć‚’ē¢ŗčŖć—ć¦ćć ć•ć„ć€‚" diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index e5b2af33ec..fb3c42a0ab 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index d3fc13a15e..c6e7db111f 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "čµ·å‹•ę™‚ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–", "workspaceContainsGlobActivation": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć§ {0}Ā ć«äø€č‡“ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ćŒå­˜åœØć™ć‚‹ćØć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–", "workspaceContainsFileActivation": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć« {0} ćƒ•ć‚”ć‚¤ćƒ«ćŒå­˜åœØć™ć‚‹ćØć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–", diff --git a/i18n/jpn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/jpn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index eb5578bf82..10f6fe05b3 100644 --- a/i18n/jpn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "VSIX ć‹ć‚‰ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", + "malicious": "ć“ć®ę‹”å¼µę©Ÿčƒ½ć«ćÆå•é”ŒćŒć‚ć‚‹ćØå ±å‘Šć•ć‚Œć¦ć„ć¾ć™ć€‚", + "installingMarketPlaceExtension": "Marketplace ć‹ć‚‰ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", + "uninstallingExtension": "ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", "enableDependeciesConfirmation": "'{0}' ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ćØćć®ä¾å­˜é–¢äæ‚ć‚‚ęœ‰åŠ¹ć«ćŖć‚Šć¾ć™ć€‚ē¶šč”Œć—ć¾ć™ć‹?", "enable": "はい", "doNotEnable": "恄恄恈", diff --git a/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..a3c6fcb69f --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒ", + "feedbackVisibility": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒäø‹éƒØć«ć‚ć‚‹ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ バーで Twitter ć®ćƒ•ć‚£ćƒ¼ćƒ‰ćƒćƒƒć‚Æ (ć‚¹ćƒžć‚¤ćƒ«) ć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index ba6b165a86..99ca7f5482 100644 --- a/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "ćƒ•ć‚£ćƒ¼ćƒ‰ćƒćƒƒć‚Æć‚’ćƒ„ć‚¤ćƒ¼ćƒˆć™ć‚‹", "label.sendASmile": "ćƒ•ć‚£ćƒ¼ćƒ‰ćƒćƒƒć‚Æć‚’ćƒ„ć‚¤ćƒ¼ćƒˆć—ć¦ćć ć•ć„ć€‚", "patchedVersion1": "ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ćŒå£Šć‚Œć¦ć„ć¾ć™ć€‚", @@ -16,6 +18,7 @@ "request a missing feature": "ę¬ č½ć—ć¦ć„ć‚‹ę©Ÿčƒ½ć‚’č¦ę±‚ć™ć‚‹", "tell us why?": "ē†ē”±ć‚’ćŠēŸ„ć‚‰ć›ćć ć•ć„", "commentsHeader": "ć‚³ćƒ”ćƒ³ćƒˆ", + "showFeedback": "ć‚¹ćƒ†ćƒ¼ć‚æć‚¹ ćƒćƒ¼ć«ćƒ•ć‚£ćƒ¼ćƒ‰ćƒćƒƒć‚Æć®ē¬‘é””ę–‡å­—ć‚’č”Øē¤ŗ", "tweet": "ćƒ„ć‚¤ćƒ¼ćƒˆć™ć‚‹", "character left": "ę–‡å­—å…„åŠ›åÆ", "characters left": "ę–‡å­—å…„åŠ›åÆ", diff --git a/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..57f387d827 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "éžč”Øē¤ŗ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index 29b45c2305..4a3f347999 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "ćƒć‚¤ćƒŠćƒŖ ćƒ•ć‚”ć‚¤ćƒ« ćƒ“ćƒ„ćƒ¼ć‚¢ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index c2808b9ae3..272e3df715 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "ćƒ†ć‚­ć‚¹ćƒˆ ćƒ•ć‚”ć‚¤ćƒ« ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "createFile": "ćƒ•ć‚”ć‚¤ćƒ«ć®ä½œęˆ", "fileEditorWithInputAriaLabel": "{0}ć€‚ćƒ†ć‚­ć‚¹ćƒˆ ćƒ•ć‚”ć‚¤ćƒ« ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 7b7ea0200a..66323ddffc 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 7630615995..c704b1a13b 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json index 2ef009f9c5..32485bf48e 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index 4f2a963e35..beb8dae89d 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 5461c0b3fa..bd7dc6baa2 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index a11f1cb6ff..13402865c1 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index ac152686d0..87764d1937 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index 44e1e67ff1..c871527566 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 2397d9a49b..9f2e568aba 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index f9c3565a12..5be74764e1 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 489a4baaee..fb9cd57396 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 838a289ecd..85ee264498 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index a21e553496..05abdbc81a 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 ć¤ć®ęœŖäæå­˜ć®ćƒ•ć‚”ć‚¤ćƒ«", "dirtyFiles": "{0} å€‹ć®ęœŖäæå­˜ć®ćƒ•ć‚”ć‚¤ćƒ«" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 7b7ea0200a..8b7d8426ff 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 7630615995..c4f07ebd21 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "ćƒ•ć‚”ć‚¤ćƒ«", "revealInSideBar": "ć‚µć‚¤ćƒ‰ バーに蔨示", "acceptLocalChanges": "å¤‰ę›“ć‚’ä½æē”Øć—ć¦ćƒ‡ć‚£ć‚¹ć‚Æć®å†…å®¹ć‚’äøŠę›øć", - "revertLocalChanges": "å¤‰ę›“ć‚’ē “ę£„ć—ć¦ćƒ‡ć‚£ć‚¹ć‚ÆäøŠć®å†…å®¹ć«ęˆ»ć‚‹" + "revertLocalChanges": "å¤‰ę›“ć‚’ē “ę£„ć—ć¦ćƒ‡ć‚£ć‚¹ć‚ÆäøŠć®å†…å®¹ć«ęˆ»ć‚‹", + "copyPathOfActive": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‘ć‚¹ć®ć‚³ćƒ”ćƒ¼", + "saveAllInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć™ć¹ć¦ć‚’äæå­˜ć™ć‚‹", + "saveFiles": "ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜", + "revert": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’å…ƒć«ęˆ»ć™", + "compareActiveWithSaved": "äæå­˜ęøˆćæćƒ•ć‚”ć‚¤ćƒ«ćØä½œę„­äø­ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęÆ”č¼ƒ", + "closeEditor": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’é–‰ć˜ć‚‹", + "view": "蔨示", + "openToSide": "ęØŖć«äø¦ć¹ć¦é–‹ć", + "revealInWindows": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć§č”Øē¤ŗ", + "revealInMac": "Finder で蔨示します", + "openContainer": "ć“ć®ć‚¢ć‚¤ćƒ†ćƒ ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", + "copyPath": "ćƒ‘ć‚¹ć®ć‚³ćƒ”ćƒ¼", + "saveAll": "ć™ć¹ć¦äæå­˜", + "compareWithSaved": "äæå­˜ęøˆćæćØęÆ”č¼ƒ", + "compareWithSelected": "éøęŠžé …ē›®ćØęÆ”č¼ƒ", + "compareSource": "ęÆ”č¼ƒåÆ¾č±”ć®éøęŠž", + "compareSelected": "éøęŠžé …ē›®ć®ęÆ”č¼ƒ", + "close": "閉恘悋", + "closeOthers": "ćć®ä»–ć‚’é–‰ć˜ć‚‹", + "closeSaved": "äæå­˜ęøˆćæć‚’é–‰ć˜ć‚‹", + "closeAll": "ć™ć¹ć¦é–‰ć˜ć‚‹", + "deleteFile": "å®Œå…Øć«å‰Šé™¤" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 2ef009f9c5..0edf08b20a 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "å†č©¦č”Œ", - "rename": "åå‰å¤‰ę›“", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "ę–°ć—ć„ćƒ•ć‚”ć‚¤ćƒ«", "newFolder": "ę–°ć—ć„ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼", - "openFolderFirst": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼å†…ć«ćƒ•ć‚”ć‚¤ćƒ«ć‚„ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ä½œęˆć™ć‚‹ć«ćÆć€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ć¾ćšé–‹ćåæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", + "rename": "åå‰å¤‰ę›“", + "delete": "削除", + "copyFile": "ć‚³ćƒ”ćƒ¼", + "pasteFile": "č²¼ć‚Šä»˜ć‘", + "retry": "å†č©¦č”Œ", "newUntitledFile": "ē„”é”Œć®ę–°č¦ćƒ•ć‚”ć‚¤ćƒ«", "createNewFile": "ę–°ć—ć„ćƒ•ć‚”ć‚¤ćƒ«", "createNewFolder": "ę–°ć—ć„ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼", "deleteButtonLabelRecycleBin": "ごみ箱に移動(&&M)", "deleteButtonLabelTrash": "ć‚“ćƒŸē®±ć«ē§»å‹•(&&M)", "deleteButtonLabel": "削除(&&D)", + "dirtyMessageFilesDelete": "äæå­˜ć•ć‚Œć¦ć„ćŖć„å¤‰ę›“ćŒć‚ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć‚’å‰Šé™¤ć—ć¾ć™ć€‚ē¶šč”Œć—ć¾ć™ć‹?", "dirtyMessageFolderOneDelete": "äæå­˜ć•ć‚Œć¦ć„ćŖć„å¤‰ę›“ćŒć‚ć‚‹ 1 å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’å«ć‚€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’å‰Šé™¤ć—ć¾ć™ć€‚ē¶šč”Œć—ć¾ć™ć‹?", "dirtyMessageFolderDelete": "äæå­˜ć•ć‚Œć¦ć„ćŖć„å¤‰ę›“ćŒć‚ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć‚’ {0} å€‹å«ć‚€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’å‰Šé™¤ć—ć¾ć™ć€‚ē¶šč”Œć—ć¾ć™ć‹?", "dirtyMessageFileDelete": "äæå­˜ć•ć‚Œć¦ć„ćŖć„å¤‰ę›“ćŒć‚ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć‚’å‰Šé™¤ć—ć¾ć™ć€‚ē¶šč”Œć—ć¾ć™ć‹?", "dirtyWarning": "äæå­˜ć—ćŖć„ćØå¤‰ę›“å†…å®¹ćŒå¤±ć‚ć‚Œć¾ć™ć€‚", + "confirmMoveTrashMessageMultiple": "ꬔ恮 {0} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’å‰Šé™¤ć—ć¦ć‚‚ć‚ˆć‚ć—ć„ć§ć™ć‹?", "confirmMoveTrashMessageFolder": "'{0}' ćØćć®å†…å®¹ć‚’å‰Šé™¤ć—ć¾ć™ć‹?", "confirmMoveTrashMessageFile": "'{0}' ć‚’å‰Šé™¤ć—ć¾ć™ć‹?", "undoBin": "ć”ćæē®±ć‹ć‚‰å¾©å…ƒć§ćć¾ć™ć€‚", "undoTrash": "ć‚“ćƒŸē®±ć‹ć‚‰å¾©å…ƒć§ćć¾ć™ć€‚", "doNotAskAgain": "å†åŗ¦č”Øē¤ŗć—ćŖć„", + "confirmDeleteMessageMultiple": "ꬔ恮 {0}Ā å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’å®Œå…Øć«å‰Šé™¤ć—ć¦ć‚‚ć‚ˆć‚ć—ć„ć§ć™ć‹?", "confirmDeleteMessageFolder": "'{0}' ćØćć®å†…å®¹ć‚’å®Œå…Øć«å‰Šé™¤ć—ć¦ć‚‚ć‚ˆć‚ć—ć„ć§ć™ć‹?", "confirmDeleteMessageFile": "'{0}' ć‚’å®Œå…Øć«å‰Šé™¤ć—ć¦ć‚‚ć‚ˆć‚ć—ć„ć§ć™ć‹?", "irreversible": "ć“ć®ć‚¢ć‚Æć‚·ćƒ§ćƒ³ćÆå…ƒć«ęˆ»ć™ć“ćØćŒć§ćć¾ć›ć‚“ć€‚", + "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", "permDelete": "å®Œå…Øć«å‰Šé™¤", - "delete": "削除", "importFiles": "ćƒ•ć‚”ć‚¤ćƒ«ć®ć‚¤ćƒ³ćƒćƒ¼ćƒˆ", "confirmOverwrite": "äæå­˜å…ˆć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć«åŒć˜åå‰ć®ćƒ•ć‚”ć‚¤ćƒ«ć¾ćŸćÆćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćŒę—¢ć«å­˜åœØć—ć¾ć™ć€‚ē½®ćę›ćˆć¦ć‚‚ć‚ˆć‚ć—ć„ć§ć™ć‹?", "replaceButtonLabel": "ē½®ę›(&&R)", - "copyFile": "ć‚³ćƒ”ćƒ¼", - "pasteFile": "č²¼ć‚Šä»˜ć‘", + "fileIsAncestor": "ćƒšćƒ¼ć‚¹ćƒˆć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ćÆé€ć‚Šå…ˆćƒ•ć‚©ćƒ«ćƒ€ć®äøŠä½ć«ć„ć¾ć™", + "fileDeleted": "ćƒ•ć‚”ć‚¤ćƒ«ćÆå‰Šé™¤ć•ć‚ŒćŸć‹ē§»å‹•ć•ć‚Œć¦ć„ć¾ć™", "duplicateFile": "重複", - "openToSide": "ęØŖć«äø¦ć¹ć¦é–‹ć", - "compareSource": "ęÆ”č¼ƒåÆ¾č±”ć®éøęŠž", "globalCompareFile": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęÆ”č¼ƒć—ć¦ć„ć¾ć™...", "openFileToCompare": "ć¾ćšćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰åˆ„ć®ćƒ•ć‚”ć‚¤ćƒ«ćØęÆ”č¼ƒć—ć¦ćć ć•ć„", - "compareWith": "'{0}' と '{1}' ć‚’ęÆ”č¼ƒ", - "compareFiles": "ćƒ•ć‚”ć‚¤ćƒ«ć®ęÆ”č¼ƒ", "refresh": "ęœ€ę–°ć®ęƒ…å ±ć«ę›“ę–°", - "save": "äæå­˜", - "saveAs": "åå‰ć‚’ä»˜ć‘ć¦äæå­˜...", - "saveAll": "ć™ć¹ć¦äæå­˜", "saveAllInGroup": "ć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ć™ć¹ć¦ć‚’äæå­˜ć™ć‚‹", - "saveFiles": "ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜", - "revert": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’å…ƒć«ęˆ»ć™", "focusOpenEditors": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ćƒ“ćƒ„ćƒ¼ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć™ć‚‹", "focusFilesExplorer": "ćƒ•ć‚”ć‚¤ćƒ« ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć‚’ē½®ć", "showInExplorer": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚µć‚¤ćƒ‰ バーに蔨示", @@ -56,20 +54,11 @@ "refreshExplorer": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć‚’ęœ€ę–°č”Øē¤ŗć™ć‚‹", "openFileInNewWindow": "ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć§ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć", "openFileToShowInNewWindow": "ć¾ćšćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰ę–°ć—ć„ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć§é–‹ćć¾ć™", - "revealInWindows": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć§č”Øē¤ŗ", - "revealInMac": "Finder で蔨示します", - "openContainer": "ć“ć®ć‚¢ć‚¤ćƒ†ćƒ ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", - "revealActiveFileInWindows": "Windows ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć§ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’č”Øē¤ŗć™ć‚‹", - "revealActiveFileInMac": "Finder ć§ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’č”Øē¤ŗć™ć‚‹", - "openActiveFileContainer": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’å«ć‚“ć§ć„ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", "copyPath": "ćƒ‘ć‚¹ć®ć‚³ćƒ”ćƒ¼", - "copyPathOfActive": "ć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‘ć‚¹ć®ć‚³ćƒ”ćƒ¼", "emptyFileNameError": "ćƒ•ć‚”ć‚¤ćƒ«ć¾ćŸćÆćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®åå‰ć‚’ęŒ‡å®šć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", "fileNameExistsError": "**{0}** ćØć„ć†ćƒ•ć‚”ć‚¤ćƒ«ć¾ćŸćÆćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆć“ć®å “ę‰€ć«ę—¢ć«å­˜åœØć—ć¾ć™ć€‚åˆ„ć®åå‰ć‚’ęŒ‡å®šć—ć¦ćć ć•ć„ć€‚", "invalidFileNameError": "名前 **{0}** ćŒćƒ•ć‚”ć‚¤ćƒ«åć¾ćŸćÆćƒ•ć‚©ćƒ«ćƒ€ćƒ¼åćØć—ć¦ē„”åŠ¹ć§ć™ć€‚åˆ„ć®åå‰ć‚’ęŒ‡å®šć—ć¦ćć ć•ć„ć€‚", "filePathTooLongError": "名前 **{0}** ć®ćƒ‘ć‚¹ćŒé•·ć™ćŽć¾ć™ć€‚åå‰ć‚’ēŸ­ćć—ć¦ćć ć•ć„ć€‚", - "compareWithSaved": "äæå­˜ęøˆćæćƒ•ć‚”ć‚¤ćƒ«ćØä½œę„­äø­ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęÆ”č¼ƒ", - "modifiedLabel": "{0} (ćƒ­ćƒ¼ć‚«ćƒ«) ↔ {1}", "compareWithClipboard": "ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ćØć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ•ć‚”ć‚¤ćƒ«ć‚’ęÆ”č¼ƒ", "clipboardComparisonLabel": "ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ ↔ {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index 4f2a963e35..af6b356d24 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "ć¾ćšćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰ćć®ćƒ‘ć‚¹ć‚’ć‚³ćƒ”ćƒ¼ć—ć¾ć™", - "openFileToReveal": "ć¾ćšćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰č”Øē¤ŗć—ć¾ć™" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć§č”Øē¤ŗ", + "revealInMac": "Finder で蔨示します", + "openContainer": "ć“ć®ć‚¢ć‚¤ćƒ†ćƒ ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", + "saveAs": "åå‰ć‚’ä»˜ć‘ć¦äæå­˜...", + "save": "äæå­˜", + "saveAll": "ć™ć¹ć¦äæå­˜", + "removeFolderFromWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‹ć‚‰ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’å‰Šé™¤", + "genericRevertError": "å…ƒćøęˆ»ć™ć“ćØć«å¤±ę•—ć—ć¾ć—ćŸ '{0}': {1}", + "modifiedLabel": "{0} (ćƒ­ćƒ¼ć‚«ćƒ«) ↔ {1}", + "openFileToReveal": "ć¾ćšćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰č”Øē¤ŗć—ć¾ć™", + "openFileToCopy": "ć¾ćšćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰ćć®ćƒ‘ć‚¹ć‚’ć‚³ćƒ”ćƒ¼ć—ć¾ć™" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 5461c0b3fa..0900cf2886 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć‚’č”Øē¤ŗ", "explore": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼", "view": "蔨示", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "formatOnSave": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć™ć‚‹ćØćć«ćƒ•ć‚©ćƒ¼ćƒžćƒƒćƒˆć—ć¦ćć ć•ć„ć€‚ćƒ•ć‚©ćƒ¼ćƒžćƒƒć‚æć‚’ä½æē”ØåÆčƒ½ć«ć—ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«ć‚’č‡Ŗå‹•äæå­˜ć›ćšć€ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ć‚·ćƒ£ćƒƒćƒˆćƒ€ć‚¦ćƒ³ć—ćŖć„ć§ćć ć•ć„ć€‚", "explorerConfigurationTitle": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼", - "openEditorsVisible": "[é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼] ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć«č”Øē¤ŗć•ć‚Œć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ę•°ć€‚0 ć«čØ­å®šć™ć‚‹ćØć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ćŒéžč”Øē¤ŗć«ćŖć‚Šć¾ć™ć€‚", - "dynamicHeight": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚»ć‚Æć‚·ćƒ§ćƒ³ć®é«˜ć•ć‚’č¦ē“ ć®ę•°ć«åˆć‚ć›ć¦å‹•ēš„ć«čŖæę•“ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "openEditorsVisible": "[é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼] ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć«č”Øē¤ŗć™ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ę•°ć€‚", "autoReveal": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć§ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ććØćć€č‡Ŗå‹•ēš„ć«ćƒ•ć‚”ć‚¤ćƒ«ć®å†…å®¹ć‚’č”Øē¤ŗć—ć¦éøęŠžć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "enableDragAndDrop": "ćƒ‰ćƒ©ćƒƒć‚° ć‚¢ćƒ³ćƒ‰ ćƒ‰ćƒ­ćƒƒćƒ—ć‚’ä½æē”Øć—ćŸćƒ•ć‚”ć‚¤ćƒ«ćØćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®ē§»å‹•ć‚’ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ćŒčØ±åÆć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "confirmDragAndDrop": "ćƒ‰ćƒ©ćƒƒć‚° ć‚¢ćƒ³ćƒ‰ ćƒ‰ćƒ­ćƒƒćƒ—ć‚’ä½æē”Øć—ćŸćƒ•ć‚”ć‚¤ćƒ«ć‚„ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®ē§»å‹•ę™‚ć«ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ćŒē¢ŗčŖć‚’ę±‚ć‚ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index a11f1cb6ff..1e966b6049 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "å³å“ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ćƒ„ćƒ¼ćƒ« ćƒćƒ¼ć®ę“ä½œć§ć€å¤‰ę›“ć‚’ [å…ƒć«ęˆ»ć™] ć‹ć€ćƒ‡ć‚£ć‚¹ć‚Æć®å†…å®¹ć‚’å¤‰ę›“å†…å®¹ć§ [äøŠę›øć] します", - "discard": "砓棄", - "overwrite": "äøŠę›øć", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ćƒ„ćƒ¼ćƒ« ćƒćƒ¼ć®ę“ä½œć§ć€å¤‰ę›“ć‚’å…ƒć«ęˆ»ć™ć‹ć€ćƒ‡ć‚£ć‚¹ć‚Æć®å†…å®¹ć‚’å¤‰ę›“å†…å®¹ć§äøŠę›øćć—ć¾ć™ć€‚", + "staleSaveError": "'{0} ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ćƒ‡ć‚£ć‚¹ć‚Æć®å†…å®¹ć®ę–¹ćŒę–°ć—ććŖć£ć¦ć„ć¾ć™ć€‚ć”ä½æē”Øć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’ćƒ‡ć‚£ć‚¹ć‚ÆäøŠć®ćƒćƒ¼ć‚øćƒ§ćƒ³ćØęÆ”č¼ƒć—ć¦ćć ć•ć„ć€‚", "retry": "å†č©¦č”Œ", - "readonlySaveError": "'{0}' ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ćƒ•ć‚”ć‚¤ćƒ«ćŒę›øćč¾¼ćæē¦ę­¢ć«ćŖć£ć¦ć„ć¾ć™ć€‚[äøŠę›øć] ć‚’éøęŠžć—ć¦äæč­·ć‚’č§£é™¤ć—ć¦ćć ć•ć„ć€‚", + "discard": "砓棄", + "readonlySaveErrorAdmin": "'{0}' ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ćƒ•ć‚”ć‚¤ćƒ«ćŒę›øćč¾¼ćæē¦ę­¢ć«ćŖć£ć¦ć„ć¾ć™ć€‚[ē®”ē†č€…ęØ©é™ć§äøŠę›øć] ć‚’éøęŠžć—ć¦ē®”ē†č€…ćØć—ć¦å†č©¦č”Œć—ć¦ćć ć•ć„ć€‚", + "readonlySaveError": "'{0}' ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ćƒ•ć‚”ć‚¤ćƒ«ćŒę›øćč¾¼ćæē¦ę­¢ć«ćŖć£ć¦ć„ć¾ć™ć€‚[äøŠę›øć] ć‚’éøęŠžć—ć¦äæč­·ć®č§£é™¤ć‚’č©¦ć—ć¦ćć ć•ć„ć€‚", + "permissionDeniedSaveError": "'{0}' ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ååˆ†ćŖęØ©é™ćŒć‚ć‚Šć¾ć›ć‚“ć€‚[ē®”ē†č€…ęØ©é™ć§å†č©¦č”Œ] ć‚’éøęŠžć—ć¦ē®”ē†č€…ćØć—ć¦å†č©¦č”Œć—ć¦ćć ć•ć„ć€‚", "genericSaveError": "'{0}' ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸ: {1}", - "staleSaveError": "'{0} ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸć€‚ćƒ‡ć‚£ć‚¹ć‚Æć®å†…å®¹ć®ę–¹ćŒę–°ć—ććŖć£ć¦ć„ć¾ć™ć€‚[ęÆ”č¼ƒ] ć‚’ć‚ÆćƒŖćƒƒć‚Æć—ć¦ć”ä½æē”Øć®ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’ćƒ‡ć‚£ć‚¹ć‚ÆäøŠć®ćƒćƒ¼ć‚øćƒ§ćƒ³ćØęÆ”č¼ƒć—ć¦ćć ć•ć„ć€‚", + "learnMore": "č©³ē“°ęƒ…å ±", + "dontShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", "compareChanges": "ęÆ”č¼ƒ", - "saveConflictDiffLabel": "{0} (ćƒ‡ć‚£ć‚¹ć‚ÆäøŠ) ↔ {1} ({2} 内) - äæå­˜ć®ē«¶åˆć‚’č§£ę±ŗ" + "saveConflictDiffLabel": "{0} (ćƒ‡ć‚£ć‚¹ć‚ÆäøŠ) ↔ {1} ({2} 内) - äæå­˜ć®ē«¶åˆć‚’č§£ę±ŗ", + "overwriteElevated": "ē®”ē†č€…ęØ©é™ć§äøŠę›øć...", + "saveElevated": "ē®”ē†č€…ęØ©é™ć§å†č©¦č”Œ...", + "overwrite": "äøŠę›øć" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index ac152686d0..03ab59f360 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "é–‹ć„ć¦ć„ć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćŒć‚ć‚Šć¾ć›ć‚“", "explorerSection": "ćƒ•ć‚”ć‚¤ćƒ« ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ ć‚»ć‚Æć‚·ćƒ§ćƒ³", "noWorkspaceHelp": "ć¾ć ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«čæ½åŠ ć—ć¦ć„ć¾ć›ć‚“ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index 44e1e67ff1..571479f01f 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼", - "canNotResolve": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’č§£ę±ŗć§ćć¾ć›ć‚“" + "canNotResolve": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’č§£ę±ŗć§ćć¾ć›ć‚“", + "symbolicLlink": "ć‚·ćƒ³ćƒœćƒŖćƒƒć‚Æ ćƒŖćƒ³ć‚Æ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 2397d9a49b..12d9d27e38 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "ćƒ•ć‚”ć‚¤ćƒ« ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ ć‚»ć‚Æć‚·ćƒ§ćƒ³", "treeAriaLabel": "ćƒ•ć‚”ć‚¤ćƒ« ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index f9c3565a12..c2c3526233 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "ćƒ•ć‚”ć‚¤ćƒ«åć‚’å…„åŠ›ć—ć¾ć™ć€‚Enter ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ē¢ŗčŖć™ć‚‹ć‹ć€Esc ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦å–ć‚Šę¶ˆć—ć¾ć™ć€‚", + "constructedPath": "**{1}** 恫 {0} ć‚’ä½œęˆ", "filesExplorerViewerAriaLabel": "{0}ć€ćƒ•ć‚”ć‚¤ćƒ« ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼", "dropFolders": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’čæ½åŠ ć—ć¾ć™ć‹?", "dropFolder": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’čæ½åŠ ć—ć¾ć™ć‹?", "addFolders": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®čæ½åŠ (&&A)", "addFolder": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®čæ½åŠ (&&A)", + "confirmMultiMove": "ꬔ恮 {0} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē§»å‹•ć—ć¦ć‚‚ć‚ˆć‚ć—ć„ć§ć™ć‹?", "confirmMove": "'{0}' を移動しますか?", "doNotAskAgain": "å†åŗ¦č”Øē¤ŗć—ćŖć„", "moveButtonLabel": "移動(&&M)", diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index b798b662ed..e8427184a7 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "openEditosrSection": "[é–‹ć„ć¦ć„ć‚‹ć‚Øćƒ‡ć‚£ć‚æćƒ¼] ć‚»ć‚Æć‚·ćƒ§ćƒ³", - "dirtyCounter": "ęœŖäæå­˜ ({0})", - "saveAll": "ć™ć¹ć¦äæå­˜", - "closeAllUnmodified": "ęœŖå¤‰ę›“ć‚’é–‰ć˜ć‚‹", - "closeAll": "ć™ć¹ć¦é–‰ć˜ć‚‹", - "compareWithSaved": "äæå­˜ęøˆćæćØęÆ”č¼ƒ", - "close": "閉恘悋", - "closeOthers": "ćć®ä»–ć‚’é–‰ć˜ć‚‹" + "dirtyCounter": "ęœŖäæå­˜ ({0})" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 838a289ecd..85ee264498 100644 --- a/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index 554c11165f..0db0f6fd9b 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.i18n.json index ce6ff9ebb9..2a6726f05d 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index c34ce3a6ec..9c611337cd 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitServices.i18n.json index aacc90b083..3d3051083b 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index 595623e07b..57aeb69a03 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index 6054027b32..13895622c9 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index 5dfa3536c5..84585f27fb 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index ce409be777..9d031e4381 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index 3db3a4400b..94b881399e 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index d0836b0f48..e8ad8a843b 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index 9330a8db03..d714dafee3 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index 413e5cadb3..7fe4fe7d6b 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index b2a6a5d5d8..eb9362e868 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index 98d841785d..f7d3f82e32 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index 103da65821..90c500f620 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index a98721ce88..e98a7fd06c 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index 06ad0299d4..102df21b52 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/jpn/src/vs/workbench/parts/git/node/git.lib.i18n.json index 99992ff6e2..31a7199556 100644 --- a/i18n/jpn/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 38c871bd78..82e2bb8470 100644 --- a/i18n/jpn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "HTML ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼", - "devtools.webview": "開発者: Web ćƒ“ćƒ„ćƒ¼ ćƒ„ćƒ¼ćƒ«" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "HTML ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/jpn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index 3f1ffbbfff..7b40a9e38c 100644 --- a/i18n/jpn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼å…„åŠ›ćŒę­£ć—ćć‚ć‚Šć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..fcd6d058c3 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "開発者" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/jpn/src/vs/workbench/parts/html/browser/webview.i18n.json index 7f5ae20d7d..3757086c39 100644 --- a/i18n/jpn/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/jpn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..3ff0a8fc9b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "ę¤œē“¢ć‚¦ć‚£ć‚øć‚§ćƒƒćƒˆć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć™ć‚‹", + "openToolsLabel": "Webview é–‹ē™ŗč€…ćƒ„ćƒ¼ćƒ«ć‚’é–‹ć", + "refreshWebviewLabel": "WebView ć®å†čŖ­ćæč¾¼ćæ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..369a81371e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "使用する UI čØ€čŖžć€‚", + "vscode.extension.contributes.localizations": "ćƒ­ćƒ¼ć‚«ćƒŖć‚¼ćƒ¼ć‚·ćƒ§ćƒ³ć‚’ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«ęä¾›ć—ć¾ć™", + "vscode.extension.contributes.localizations.languageId": "č”Øē¤ŗę–‡å­—åˆ—ćŒēæ»čØ³ć•ć‚Œć‚‹čØ€čŖžć® id怂", + "vscode.extension.contributes.localizations.languageName": "č‹±čŖžć§ć®čØ€čŖžć®åå‰ć€‚", + "vscode.extension.contributes.localizations.languageNameLocalized": "ęä¾›ć•ć‚ŒćŸčØ€čŖžć§ć®čØ€čŖžć®åå‰ć€‚", + "vscode.extension.contributes.localizations.translations": "čØ€čŖžć«é–¢é€£ä»˜ć‘ć‚‰ć‚Œć¦ć„ć‚‹ēæ»čØ³ć®ćƒŖć‚¹ćƒˆć€‚", + "vscode.extension.contributes.localizations.translations.id": "ć“ć®ēæ»čØ³ćŒęä¾›ć•ć‚Œć‚‹ VS Code ć¾ćŸćÆę‹”å¼µę©Ÿčƒ½ć® ID怂VS Code は常に `vscode` ć§ć€ę‹”å¼µę©Ÿčƒ½ć®å½¢å¼ćÆ `publisherId.extensionName` ć«ćŖć‚Šć¾ć™ć€‚", + "vscode.extension.contributes.localizations.translations.id.pattern": "VS Code ć¾ćŸćÆę‹”å¼µę©Ÿčƒ½ć‚’å¤‰ę›ć™ć‚‹ćŸć‚ć® ID ćÆćć‚Œćžć‚Œć€`vscode` 恋态`publisherId.extensionName` ć®å½¢å¼ć«ćŖć‚Šć¾ć™ć€‚", + "vscode.extension.contributes.localizations.translations.path": "čØ€čŖžć®ēæ»čØ³ć‚’å«ć‚€ćƒ•ć‚”ć‚¤ćƒ«ćøć®ē›øåÆ¾ćƒ‘ć‚¹ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..10b7646844 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "čØ€čŖžć‚’ę§‹ęˆć™ć‚‹", + "displayLanguage": "VSCode ć®č”Øē¤ŗčØ€čŖžć‚’å®šē¾©ć—ć¾ć™ć€‚", + "doc": "ć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć‚‹čØ€čŖžć®äø€č¦§ć«ć¤ć„ć¦ćÆć€{0} ć‚’ć”č¦§ćć ć•ć„ć€‚", + "restart": "値を変曓するには VS Code ć®å†čµ·å‹•ćŒåæ…č¦ć§ć™ć€‚", + "fail.createSettings": "'{0}' ({1}) ć‚’ä½œęˆć§ćć¾ć›ć‚“ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..12a767a682 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "惭悰 (ćƒ”ć‚¤ćƒ³)", + "sharedLog": "惭悰 (å…±ęœ‰)", + "rendererLog": "惭悰 (ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦)", + "extensionsLog": "惭悰 (ę‹”å¼µę©Ÿčƒ½ćƒ›ć‚¹ćƒˆ)", + "developer": "開発者" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..64758955ef --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "惭悰 ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć", + "showLogs": "ćƒ­ć‚°ć®č”Øē¤ŗ...", + "rendererProcess": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ ({0})", + "emptyWindow": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦", + "extensionHost": "ę‹”å¼µę©Ÿčƒ½ćƒ›ć‚¹ćƒˆ", + "sharedProcess": "å…±ęœ‰", + "mainProcess": "ćƒ”ć‚¤ćƒ³", + "selectProcess": "ćƒ—ćƒ­ć‚»ć‚¹ć®ćƒ­ć‚°ć‚’éøęŠž", + "openLogFile": "惭悰 ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć...", + "setLogLevel": "惭悰 ćƒ¬ćƒ™ćƒ«ć®čØ­å®š...", + "trace": "ćƒˆćƒ¬ćƒ¼ć‚¹", + "debug": "惇惐惃悰", + "info": "ęƒ…å ±", + "warn": "č­¦å‘Š", + "err": "ć‚Øćƒ©ćƒ¼", + "critical": "重大", + "off": "ć‚Ŗćƒ•", + "selectLogLevel": "惭悰 ćƒ¬ćƒ™ćƒ«ć‚’éøęŠž", + "default and current": "ę—¢å®šćØē¾åœØ", + "default": "ę—¢å®š", + "current": "ē¾åœØ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/jpn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 1f12247ced..59ab47df2e 100644 --- a/i18n/jpn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "問锌", "tooltip.1": "ć“ć®ćƒ•ć‚”ć‚¤ćƒ«ć« 1 ć¤ć®å•é”Œ", "tooltip.N": "ć“ć®ćƒ•ć‚”ć‚¤ćƒ«ć« {0} å€‹ć®å•é”Œ", diff --git a/i18n/jpn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/jpn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 335a111c7a..739830a9f3 100644 --- a/i18n/jpn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "合計 {0} å€‹ć®å•é”Œ", "filteredProblems": "{1} 個中 {0}Ā å€‹ć®å•é”Œć‚’č”Øē¤ŗć—ć¦ć„ć¾ć™" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/jpn/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..739830a9f3 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "合計 {0} å€‹ć®å•é”Œ", + "filteredProblems": "{1} 個中 {0}Ā å€‹ć®å•é”Œć‚’č”Øē¤ŗć—ć¦ć„ć¾ć™" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/jpn/src/vs/workbench/parts/markers/common/messages.i18n.json index efe22d017f..827162573e 100644 --- a/i18n/jpn/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,17 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "蔨示", - "problems.view.toggle.label": "å•é”Œć®åˆ‡ć‚Šę›æćˆ", - "problems.view.focus.label": "å•é”Œć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", + "problems.view.toggle.label": "問锌 (ć‚Øćƒ©ćƒ¼ć€č­¦å‘Šć€ęƒ…å ±) ć®åˆ‡ć‚Šę›æćˆ", + "problems.view.focus.label": "問锌 (ć‚Øćƒ©ćƒ¼ć€č­¦å‘Šć€ęƒ…å ±) ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "problems.panel.configuration.title": "å•é”Œćƒ“ćƒ„ćƒ¼", "problems.panel.configuration.autoreveal": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ććØćć«å•é”Œćƒ“ćƒ„ćƒ¼ć«č‡Ŗå‹•ēš„ć«ćć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™", "markers.panel.title.problems": "問锌", "markers.panel.aria.label.problems.tree": "ćƒ•ć‚”ć‚¤ćƒ«åˆ„ć«ć‚°ćƒ«ćƒ¼ćƒ—åŒ–ć—ćŸå•é”Œ", - "markers.panel.no.problems.build": "ē¾ę™‚ē‚¹ć§å•é”ŒćÆćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć§ę¤œå‡ŗć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", + "markers.panel.no.problems.build": "ē¾ę™‚ē‚¹ć§ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®å•é”ŒćÆę¤œå‡ŗć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", "markers.panel.no.problems.filters": "ęŒ‡å®šć•ć‚ŒćŸćƒ•ć‚£ćƒ«ć‚æćƒ¼ę”ä»¶ć«ć‚ˆć‚‹ēµęžœćÆć‚ć‚Šć¾ć›ć‚“", "markers.panel.action.filter": "å•é”Œć®ćƒ•ć‚£ćƒ«ć‚æćƒ¼å‡¦ē†", "markers.panel.filter.placeholder": "ēØ®é”žć¾ćŸćÆćƒ†ć‚­ć‚¹ćƒˆć§ćƒ•ć‚£ćƒ«ć‚æćƒ¼å‡¦ē†", diff --git a/i18n/jpn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/jpn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index ce0e508846..ec303b57a0 100644 --- a/i18n/jpn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "ć‚³ćƒ”ćƒ¼", "copyMarkerMessage": "ćƒ”ćƒƒć‚»ćƒ¼ć‚øć®ć‚³ćƒ”ćƒ¼" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 1b0a91d1c8..e02932fa46 100644 --- a/i18n/jpn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index 83d92fa989..ea0f2bb2b2 100644 --- a/i18n/jpn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.i18n.json index cf8b102e5e..0aef20c64e 100644 --- a/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "å‡ŗåŠ›ć®åˆ‡ć‚Šę›æćˆ", "clearOutput": "å‡ŗåŠ›ć®ć‚ÆćƒŖć‚¢", "toggleOutputScrollLock": "å‡ŗåŠ›ć‚¹ć‚Æćƒ­ćƒ¼ćƒ« ćƒ­ćƒƒć‚Æć®åˆ‡ć‚Šę›æćˆ", diff --git a/i18n/jpn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 1894f083db..44efab0263 100644 --- a/i18n/jpn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}ć€å‡ŗåŠ›ćƒ‘ćƒćƒ«", "outputPanelAriaLabel": "å‡ŗåŠ›ćƒ‘ćƒćƒ«" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/common/output.i18n.json index 76a777ba58..cb8c449ec3 100644 --- a/i18n/jpn/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..08991dcc3b --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "å‡ŗåŠ›", + "logViewer": "惭悰 ćƒ“ćƒ„ćƒ¼ć‚¢ćƒ¼", + "viewCategory": "蔨示", + "clearOutput.label": "å‡ŗåŠ›ć®ć‚ÆćƒŖć‚¢" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/jpn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..c646546bd4 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - å‡ŗåŠ›", + "channel": "'{0}' ć®å‡ŗåŠ›ćƒćƒ£ćƒćƒ«" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index bc5d929551..c417bababa 100644 --- a/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index bc5d929551..6e3fe8d06d 100644 --- a/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒ«ćŒę­£åøøć«ä½œęˆć•ć‚Œć¾ć—ćŸć€‚", "prof.detail": "ę”ˆä»¶ć‚’ä½œęˆć—ć€ę‰‹å‹•ć§ę¬”ć®ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę·»ä»˜ć—ć¦ćć ć•ć„:\\n{0}", "prof.restartAndFileIssue": "å•é”Œć‚’ä½œęˆć—ć¦å†čµ·å‹•", diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index efdc6c41ca..e77efe0d22 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "ä»»ę„ć®ć‚­ćƒ¼ć®ēµ„ćæåˆć‚ć›ć‚’ęŠ¼ć—ć€ENTER ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¾ć™ć€‚", - "defineKeybinding.chordsTo": "ę¬”ćøć®ć‚³ćƒ¼ćƒ‰:" + "defineKeybinding.chordsTo": "恮ꬔ恫" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index d963a2915f..33590de3a3 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ć‚·ćƒ§ćƒ¼ćƒˆć‚«ćƒƒćƒˆ", "SearchKeybindings.AriaLabel": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®ę¤œē“¢", "SearchKeybindings.Placeholder": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®ę¤œē“¢", @@ -15,8 +17,9 @@ "addLabel": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®čæ½åŠ ", "removeLabel": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®å‰Šé™¤", "resetLabel": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®ćƒŖć‚»ćƒƒćƒˆ", - "showConflictsLabel": "競合の蔨示", + "showSameKeybindings": "åŒć˜ć‚­ćƒ¼ćƒć‚¤ćƒ³ćƒ‰ć‚’č”Øē¤ŗ", "copyLabel": "ć‚³ćƒ”ćƒ¼", + "copyCommandLabel": "ć‚³ćƒ”ćƒ¼ ć‚³ćƒžćƒ³ćƒ‰", "error": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®ē·Øé›†äø­ć«ć‚Øćƒ©ćƒ¼ '{0}' ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚'keybindings.json' ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć”ē¢ŗčŖćć ć•ć„ć€‚", "command": "ć‚³ćƒžćƒ³ćƒ‰", "keybinding": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰", @@ -31,6 +34,6 @@ "keybindingAriaLabel": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ćÆ {0} 恧恙怂", "noKeybinding": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ćŒå‰²ć‚Šå½“ć¦ć‚‰ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", "sourceAriaLabel": "ć‚½ćƒ¼ć‚¹ćÆ {0} 恧恙怂", - "whenAriaLabel": "時間は {0} 恧恙怂", - "noWhen": "ę™‚é–“ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆćŒć‚ć‚Šć¾ć›ć‚“ć€‚" + "whenAriaLabel": "ć‚æć‚¤ćƒŸćƒ³ć‚°ćÆ {0} 恧恙怂", + "noWhen": "ć‚æć‚¤ćƒŸćƒ³ć‚°ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆćŒć‚ć‚Šć¾ć›ć‚“ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index a4fef8cf3c..f1a0fd68bc 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®å®šē¾©", "defineKeybinding.kbLayoutErrorMessage": "ē¾åœØć®ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć§ćÆć€ć“ć®ć‚­ćƒ¼ć®ēµ„ćæåˆć‚ć›ć‚’ē”Ÿęˆć™ć‚‹ć“ćØćÆć§ćć¾ć›ć‚“ć€‚", "defineKeybinding.kbLayoutLocalAndUSMessage": "ē¾åœØć®ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆć§ē¤ŗć™ćØ **{0}** 恧恙怂(US 標準: **{1}**)", diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index 10d2433b22..6142d11483 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index 8d64e39699..08c10ff4aa 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "ę—¢å®šć®čØ­å®šć‚’ Raw 恧開恏", "openGlobalSettings": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć‚’é–‹ć", "openGlobalKeybindings": "ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ć‚·ćƒ§ćƒ¼ćƒˆć‚«ćƒƒćƒˆć‚’é–‹ć", diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index dacdf6ccd9..e2e1b71440 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "ę—¢å®šć®čØ­å®š", "SearchSettingsWidget.AriaLabel": "設定の検瓢", "SearchSettingsWidget.Placeholder": "設定の検瓢", "noSettingsFound": "ēµęžœćŖć—", - "oneSettingFound": "1 ć¤ć®čØ­å®šćŒäø€č‡“ć—ć¾ć™", - "settingsFound": "{0} å€‹ć®čØ­å®šćŒäø€č‡“ć—ć¾ć™", + "oneSettingFound": "1 å€‹ć®čØ­å®šćŒč¦‹ć¤ć‹ć‚Šć¾ć—ćŸ", + "settingsFound": "{0} å€‹ć®čØ­å®šćŒč¦‹ć¤ć‹ć‚Šć¾ć—ćŸ", "totalSettingsMessage": "合計 {0} å€‹ć®čØ­å®š", + "nlpResult": "自然文 (natural language) ć®ēµęžœ", + "filterResult": "ćƒ•ć‚£ćƒ«ć‚æćƒ¼å¾Œć®ēµęžœ", "defaultSettings": "ę—¢å®šć®čØ­å®š", "defaultFolderSettings": "ę—¢å®šć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®š", "defaultEditorReadonly": "ę—¢å®šå€¤ć‚’äøŠę›øćć™ć‚‹ć«ćÆć€å³å“ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć‚’ē·Øé›†ć—ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index 726fb894b0..c7537c8999 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "ę—¢å®šć®čØ­å®šć‚’äøŠę›øćć™ć‚‹ć«ćÆć€ć“ć®ćƒ•ć‚”ć‚¤ćƒ«å†…ć«čØ­å®šć‚’ęŒæå…„ć—ć¾ć™ć€‚", "emptyWorkspaceSettingsHeader": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć‚’äøŠę›øćć™ć‚‹ć«ćÆć€ć“ć®ćƒ•ć‚”ć‚¤ćƒ«å†…ć«čØ­å®šć‚’ęŒæå…„ć—ć¾ć™ć€‚", "emptyFolderSettingsHeader": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®šć‚’äøŠę›øćć™ć‚‹ć«ćÆć€ć“ć®ćƒ•ć‚”ć‚¤ćƒ«å†…ć«ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®čØ­å®šć‚’ęŒæå…„ć—ć¾ć™ć€‚", + "reportSettingsSearchIssue": "å•é”Œć®å ±å‘Š", + "newExtensionLabel": "ę‹”å¼µę©Ÿčƒ½ \"{0}\" を蔨示", "editTtile": "編集", "replaceDefaultValue": "čØ­å®šć‚’ē½®ę›", "copyDefaultValue": "čØ­å®šć«ć‚³ćƒ”ćƒ¼", diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index d112dc4aa8..443f7cd045 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®šć‚’ä½œęˆć™ć‚‹ć«ćÆć€ć¾ćšćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć„ć¦ćć ć•ć„", "emptyKeybindingsHeader": "ę—¢å®šå€¤ć‚’äøŠę›øćć™ć‚‹ć«ćÆć€ć“ć®ćƒ•ć‚”ć‚¤ćƒ«å†…ć«ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć‚’ęŒæå…„ć—ć¾ć™", "defaultKeybindings": "ę—¢å®šć®ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰", diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index dbb463d132..d485beea08 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "č‡Ŗē„¶ę–‡ę¤œē“¢ (natural language search) を試し下さい!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "äøŠę›øćć™ć‚‹ć«ćÆć€å³å“ć®ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«čØ­å®šć‚’å…„åŠ›ć—ć¾ć™ć€‚", "noSettingsFound": "čØ­å®šćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć€‚", "settingsSwitcherBarAriaLabel": "čØ­å®šåˆ‡ć‚Šę›æćˆ", "userSettings": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®š", "workspaceSettings": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®š", - "folderSettings": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®čØ­å®š", - "enableFuzzySearch": "č‡Ŗē„¶ę–‡ę¤œē“¢ć‚’ęœ‰åŠ¹ć«ć™ć‚‹" + "folderSettings": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®čØ­å®š" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index b7f60e7335..e44f0cdca6 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "ę—¢å®š", "user": "ćƒ¦ćƒ¼ć‚¶ćƒ¼", "meta": "meta", diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 987c14ec7a..a6509947d9 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®š", "workspaceSettingsTarget": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®š" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index a99b14b8dd..10cdda57c6 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "ć‚ˆćä½æē”Øć™ć‚‹ć‚‚ć®", - "mostRelevant": "ęœ€ć‚‚é–¢é€£ę€§ć®é«˜ć„", "defaultKeybindingsHeader": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ ćƒ•ć‚”ć‚¤ćƒ«å†…ć«ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć‚’ęŒæå…„ć—ć¦ć€ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć‚’äøŠę›øćć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index 10d2433b22..b9d7556f6e 100644 --- a/i18n/jpn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "ę—¢å®šć®åŸŗęœ¬čØ­å®šć‚Øćƒ‡ć‚£ć‚æćƒ¼", "keybindingsEditor": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ ć‚Øćƒ‡ć‚£ć‚æćƒ¼", "preferences": "基本設定" diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 306d7198a6..85f4725e86 100644 --- a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "ć™ć¹ć¦ć®ć‚³ćƒžćƒ³ćƒ‰ć®č”Øē¤ŗ", "clearCommandHistory": "ć‚³ćƒžćƒ³ćƒ‰å±„ę­“ć®ć‚ÆćƒŖć‚¢", "showCommands.label": "ć‚³ćƒžćƒ³ćƒ‰ ćƒ‘ćƒ¬ćƒƒćƒˆ...", "entryAriaLabelWithKey": "{0}态{1}ć€ć‚³ćƒžćƒ³ćƒ‰", "entryAriaLabel": "{0}ć€ć‚³ćƒžćƒ³ćƒ‰", - "canNotRun": "ć‚³ćƒžćƒ³ćƒ‰ '{0}' ćÆć“ć“ć‹ć‚‰ćÆå®Ÿč”Œć§ćć¾ć›ć‚“ć€‚", "actionNotEnabled": "ć‚³ćƒžćƒ³ćƒ‰ '{0}' ćÆē¾åœØć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆć§ćÆē„”åŠ¹ć§ć™ć€‚", + "canNotRun": "ć‚³ćƒžćƒ³ćƒ‰ '{0}' ć§ć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚", "recentlyUsed": "ęœ€čæ‘ä½æē”Øć—ćŸć‚‚ć®", "morecCommands": "ćć®ä»–ć®ć‚³ćƒžćƒ³ćƒ‰", "cat.title": "{0}: {1}", diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index 6bc00826ed..1f95d7524b 100644 --- a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "ęŒ‡å®šč”Œćøē§»å‹•...", "gotoLineLabelEmptyWithLimit": "ē§»å‹•å…ˆć®č”Œē•Ŗå·ć‚’ 1 ļ½ž {0} ć®ēÆ„å›²ć§å…„åŠ›ć—ć¦ćć ć•ć„", "gotoLineLabelEmpty": "ē§»å‹•å…ˆć®č”Œē•Ŗå·ć‚’å…„åŠ›ć—ć¦ćć ć•ć„", diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 8434c74e36..79be670b4c 100644 --- a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚·ćƒ³ćƒœćƒ«ćøē§»å‹•...", "symbols": "ć‚·ćƒ³ćƒœćƒ« ({0})", "method": "ćƒ”ć‚½ćƒƒćƒ‰ ({0})", diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index b0d0fe70d8..7e5ed94c4e 100644 --- a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ć€ćƒ”ćƒƒć‚«ćƒ¼ć®ćƒ˜ćƒ«ćƒ—", "globalCommands": "ć‚°ćƒ­ćƒ¼ćƒćƒ« ć‚³ćƒžćƒ³ćƒ‰", "editorCommands": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ ć‚³ćƒžćƒ³ćƒ‰" diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 63217f20e3..727c358ca9 100644 --- a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "蔨示", "commandsHandlerDescriptionDefault": "ć‚³ćƒžćƒ³ćƒ‰ć®č”Øē¤ŗćØå®Ÿč”Œ", "gotoLineDescriptionMac": "č”Œćøē§»å‹•", "gotoLineDescriptionWin": "č”Œćøē§»å‹•", diff --git a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 51d21107be..03da92f820 100644 --- a/i18n/jpn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ć€ćƒ“ćƒ„ćƒ¼ć®éøęŠž", "views": "ćƒ“ćƒ„ćƒ¼", "panels": "ćƒ‘ćƒćƒ«", diff --git a/i18n/jpn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 8fe9702db2..bc72f5ce63 100644 --- a/i18n/jpn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "å†čµ·å‹•ćŒåæ…č¦ćŖčØ­å®šć‚’å¤‰ę›“ć—ć¾ć—ćŸć€‚", "relaunchSettingDetail": "{0} ć‚’å†čµ·å‹•ćƒœć‚æćƒ³ć§å†čµ·å‹•ć—ć¦ć€čØ­å®šć‚’ęœ‰åŠ¹ć«ć—ć¦ćć ć•ć„ć€‚", "restart": "å†čµ·å‹•(&&R)" diff --git a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index 043a0f4014..6a49c43372 100644 --- a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{1} 個のうご {0} 個の変曓", "change": "{1} 個のうご {0} 個の変曓 ", "show previous change": "å‰ć®å¤‰ę›“ē®‡ę‰€ć‚’č”Øē¤ŗ", "show next change": "欔の変曓箇所を蔨示", + "move to previous change": "å‰ć®å¤‰ę›“ē®‡ę‰€ć«ē§»å‹•", + "move to next change": "欔の変曓箇所に移動", "editorGutterModifiedBackground": "ē·Øé›†ć•ć‚ŒćŸč”Œć‚’ē¤ŗć™ć‚Øćƒ‡ć‚£ć‚æćƒ¼ä½™ē™½ć®čƒŒę™Æč‰²ć€‚", "editorGutterAddedBackground": "čæ½åŠ ć•ć‚ŒćŸč”Œć‚’ē¤ŗć™ć‚Øćƒ‡ć‚£ć‚æćƒ¼ä½™ē™½ć®čƒŒę™Æč‰²ć€‚", "editorGutterDeletedBackground": "å‰Šé™¤ć•ć‚ŒćŸč”Œć‚’ē¤ŗć™ć‚Øćƒ‡ć‚£ć‚æćƒ¼ä½™ē™½ć®čƒŒę™Æč‰²ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index b650b0b0eb..ddae07399b 100644 --- a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Git を蔨示", "source control": "ć‚½ćƒ¼ć‚¹ē®”ē†", "toggleSCMViewlet": "SCM を蔨示", - "view": "蔨示" + "view": "蔨示", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "ć‚½ćƒ¼ć‚¹ē®”ē†ćƒ—ćƒ­ćƒć‚¤ćƒ€ćƒ¼ć®ć‚»ć‚Æć‚·ćƒ§ćƒ³ć‚’åøøć«č”Øē¤ŗć™ć‚‹ć‹ć©ć†ć‹ć€‚", + "diffDecorations": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®å·®åˆ†ćƒ‡ć‚³ćƒ¬ćƒ¼ć‚æćƒ¼ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "diffGutterWidth": "(čæ½åŠ ć‚„äæ®ę­£ć‚’ē¤ŗć™) ć‚¬ć‚æćƒ¼å†…ć®å·®åˆ†ćƒ‡ć‚³ćƒ¬ćƒ¼ć‚æćƒ¼å¹… (px) ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index d41f45379b..85d8d66040 100644 --- a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} å€‹ć®äæē•™äø­ć®å¤‰ę›“" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index d93c7d2fb8..b69b893b4d 100644 --- a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index 2cd7ee76d8..a2ef43d02e 100644 --- a/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "ć‚½ćƒ¼ć‚¹ē®”ē†ćƒ—ćƒ­ćƒć‚¤ćƒ€ćƒ¼", "hideRepository": "éžč”Øē¤ŗ", "installAdditionalSCMProviders": "ćć®ä»–ć® SCM ćƒ—ćƒ­ćƒć‚¤ćƒ€ćƒ¼ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«...", diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 87444bf97a..e035e91847 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "ćƒ•ć‚”ć‚¤ćƒ«ćØć‚·ćƒ³ćƒœćƒ«ć®ēµęžœ", "fileResults": "ēµęžœćƒ•ć‚”ć‚¤ćƒ«" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index e7b194b29c..bbf3cf6267 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ć€ćƒ•ć‚”ć‚¤ćƒ« ćƒ”ćƒƒć‚«ćƒ¼", "searchResults": "ę¤œē“¢ēµęžœ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index e4b6e47a1a..31a3f0abd3 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}ć€ć‚·ćƒ³ćƒœćƒ« ćƒ”ćƒƒć‚«ćƒ¼", "symbols": "ć‚·ćƒ³ćƒœćƒ«ć®ēµęžœ", "noSymbolsMatching": "äø€č‡“ć™ć‚‹ć‚·ćƒ³ćƒœćƒ«ćÆć‚ć‚Šć¾ć›ć‚“ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 1fa2626c49..447b5fd083 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "兄力", "useExcludesAndIgnoreFilesDescription": "é™¤å¤–čØ­å®šć‚’ä½æē”Øć—ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«ć‚’ē„”č¦–ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 2cdb182c5e..f7ca6a8d95 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (ē½®ę›ć®ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼)" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index cea0aca330..72599960f0 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json index d07e4c94a3..42770d8e9d 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "ę¬”ć®ę¤œē“¢åŒ…å«ćƒ‘ć‚æćƒ¼ćƒ³ć‚’č”Øē¤ŗ", "previousSearchIncludePattern": "å‰ć®ę¤œē“¢åŒ…å«ćƒ‘ć‚æćƒ¼ćƒ³ć‚’č”Øē¤ŗ", "nextSearchExcludePattern": "ę¬”ć®ę¤œē“¢é™¤å¤–ćƒ‘ć‚æćƒ¼ćƒ³ć‚’č”Øē¤ŗ", @@ -12,12 +14,11 @@ "previousSearchTerm": "å‰ć®ę¤œē“¢čŖžå„ć‚’č”Øē¤ŗ", "showSearchViewlet": "検瓢の蔨示", "findInFiles": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ęŒ‡å®šć—ć¦ę¤œē“¢", - "findInFilesWithSelectedText": "éøęŠžć—ćŸćƒ†ć‚­ć‚¹ćƒˆć‚’å«ć‚€ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę¤œē“¢", "replaceInFiles": "č¤‡ę•°ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ē½®ę›", - "replaceInFilesWithSelectedText": "éøęŠžć—ćŸćƒ†ć‚­ć‚¹ćƒˆć‚’å«ć‚€ćƒ•ć‚”ć‚¤ćƒ«ć®ē½®ę›", "RefreshAction.label": "ęœ€ę–°ć®ęƒ…å ±ć«ę›“ę–°", "CollapseDeepestExpandedLevelAction.label": "ć™ć¹ć¦ęŠ˜ć‚ŠćŸćŸć‚€", "ClearSearchResultsAction.label": "ć‚ÆćƒŖć‚¢", + "CancelSearchAction.label": "ę¤œē“¢ć®ć‚­ćƒ£ćƒ³ć‚»ćƒ«", "FocusNextSearchResult.label": "ę¬”ć®ę¤œē“¢ēµęžœć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "FocusPreviousSearchResult.label": "å‰ć®ę¤œē“¢ēµęžœć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "RemoveAction.label": "å“äø‹", diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 1a18e33620..005628a21d 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "ćć®ä»–ć®ćƒ•ć‚”ć‚¤ćƒ«", "searchFileMatches": "{0} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚Šć¾ć—ćŸ", "searchFileMatch": "{0} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚Šć¾ć—ćŸ", diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..7bd1e07055 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "č©³ē“°ę¤œē“¢ć®åˆ‡ć‚Šę›æćˆ", + "searchScope.includes": "å«ć‚ć‚‹ćƒ•ć‚”ć‚¤ćƒ«", + "label.includes": "ę¤œē“¢åŒ…å«ćƒ‘ć‚æćƒ¼ćƒ³", + "searchScope.excludes": "é™¤å¤–ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«", + "label.excludes": "ę¤œē“¢é™¤å¤–ćƒ‘ć‚æćƒ¼ćƒ³", + "replaceAll.confirmation.title": "ć™ć¹ć¦ē½®ę›", + "replaceAll.confirm.button": "ē½®ę›(&&R)", + "replaceAll.occurrence.file.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć—ćŸć€‚", + "removeAll.occurrence.file.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć—ćŸć€‚", + "replaceAll.occurrence.files.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć—ćŸć€‚", + "removeAll.occurrence.files.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć—ćŸć€‚", + "replaceAll.occurrences.file.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć—ćŸć€‚", + "removeAll.occurrences.file.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć—ćŸć€‚", + "replaceAll.occurrences.files.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć—ćŸć€‚", + "removeAll.occurrences.files.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć—ćŸć€‚", + "removeAll.occurrence.file.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć™ć‹?", + "replaceAll.occurrence.file.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć™ć‹?", + "removeAll.occurrence.files.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć™ć‹?", + "replaceAll.occurrence.files.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć™ć‹?", + "removeAll.occurrences.file.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć™ć‹?", + "replaceAll.occurrences.file.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć™ć‹?", + "removeAll.occurrences.files.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ '{2}' ć«ē½®ę›ć—ć¾ć™ć‹?", + "replaceAll.occurrences.files.confirmation.message": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ {0} ä»¶ć®å‡ŗē¾ē®‡ę‰€ć‚’ē½®ę›ć—ć¾ć™ć‹?", + "treeAriaLabel": "ę¤œē“¢ēµęžœ", + "searchPathNotFoundError": "ę¤œē“¢ćƒ‘ć‚¹ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“: {0}", + "searchMaxResultsWarning": "ēµęžœć‚»ćƒƒćƒˆć«ćÆć™ć¹ć¦ć®äø€č‡“é …ē›®ć®ć‚µćƒ–ć‚»ćƒƒćƒˆć®ćæćŒå«ć¾ć‚Œć¦ć„ć¾ć™ć€‚ć‚ˆć‚Šé™å®šēš„ćŖę¤œē“¢ę”ä»¶ć‚’å…„åŠ›ć—ć¦ć€ę¤œē“¢ēµęžœć‚’ēµžć‚Šč¾¼ć‚“ć§ćć ć•ć„ć€‚", + "searchCanceled": "ēµęžœćŒč¦‹ć¤ć‹ć‚‹å‰ć«ę¤œē“¢ćŒå–ć‚Šę¶ˆć•ć‚Œć¾ć—ćŸ - ", + "noResultsIncludesExcludes": "'{0}' 恫 '{1}' ć‚’é™¤å¤–ć—ćŸēµęžœćÆć‚ć‚Šć¾ć›ć‚“ - ", + "noResultsIncludes": "'{0}' ć«ēµęžœćÆć‚ć‚Šć¾ć›ć‚“ - ", + "noResultsExcludes": "'{0}' ć‚’é™¤å¤–ć—ćŸēµęžœćÆć‚ć‚Šć¾ć›ć‚“ć§ć—ćŸ - ", + "noResultsFound": "ēµęžœćÆć‚ć‚Šć¾ć›ć‚“ć€‚ę§‹ęˆć•ć‚ŒćŸé™¤å¤–ćØē„”č¦–ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć®čØ­å®šć‚’ē¢ŗčŖć—ć¦ćć ć•ć„ -", + "rerunSearch.message": "ć‚‚ć†äø€åŗ¦ę¤œē“¢ć—ć¦ćć ć•ć„", + "rerunSearchInAll.message": "ć™ć¹ć¦ć®ćƒ•ć‚”ć‚¤ćƒ«ć§ć‚‚ć†äø€åŗ¦ę¤œē“¢ć—ć¦ćć ć•ć„", + "openSettings.message": "čØ­å®šć‚’é–‹ć", + "openSettings.learnMore": "č©³ē“°ęƒ…å ±", + "ariaSearchResultsStatus": "ę¤œē“¢ć«ć‚ˆć‚Š {1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«å†…ć® {0} ä»¶ć®ēµęžœćŒčæ”ć•ć‚Œć¾ć—ćŸ", + "search.file.result": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć« {0} ä»¶ć®ēµęžœ", + "search.files.result": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć« {0} ä»¶ć®ēµęžœ", + "search.file.results": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć« {0} ä»¶ć®ēµęžœ", + "search.files.results": "{1} å€‹ć®ćƒ•ć‚”ć‚¤ćƒ«ć« {0} ä»¶ć®ēµęžœ", + "searchWithoutFolder": "ć¾ć ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć„ć¦ć„ć¾ć›ć‚“ć€‚é–‹ć„ć¦ć„ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć®ćæć‚’ę¤œē“¢ć—ć¦ć„ć¾ć™ - ", + "openFolder": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ć" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 0654fdfc66..7bd1e07055 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "č©³ē“°ę¤œē“¢ć®åˆ‡ć‚Šę›æćˆ", "searchScope.includes": "å«ć‚ć‚‹ćƒ•ć‚”ć‚¤ćƒ«", "label.includes": "ę¤œē“¢åŒ…å«ćƒ‘ć‚æćƒ¼ćƒ³", diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index d875a9b00a..8e3b9fd0f7 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "ć™ć¹ć¦ē½®ę› (ęœ‰åŠ¹ć«ć™ć‚‹ę¤œē“¢ć‚’å®Ÿč”Œ)", "search.action.replaceAll.enabled.label": "ć™ć¹ć¦ē½®ę›", "search.replace.toggle.button.title": "ē½®ę›ć®åˆ‡ć‚Šę›æćˆ", diff --git a/i18n/jpn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index 91bb212b33..9f090810e2 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ę¬”ć®åå‰ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆć‚ć‚Šć¾ć›ć‚“: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index e266c4b029..527700c2fb 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼å†…ć‚’ę¤œē“¢...", + "findInWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹å†…ć‚’ę¤œē“¢...", "showTriggerActions": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹å†…ć®ć‚·ćƒ³ćƒœćƒ«ćøē§»å‹•...", "name": "検瓢", "search": "検瓢", + "showSearchViewl": "検瓢の蔨示", "view": "蔨示", + "findInFiles": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’ęŒ‡å®šć—ć¦ę¤œē“¢", "openAnythingHandlerDescription": "ćƒ•ć‚”ć‚¤ćƒ«ć«ē§»å‹•ć™ć‚‹", "openSymbolDescriptionNormal": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹å†…ć®ć‚·ćƒ³ćƒœćƒ«ćøē§»å‹•", - "searchOutputChannelTitle": "検瓢", "searchConfigurationTitle": "検瓢", "exclude": "ę¤œē“¢ć§ćƒ•ć‚”ć‚¤ćƒ«ćØćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é™¤å¤–ć™ć‚‹ćŸć‚ć« glob ćƒ‘ć‚æćƒ¼ćƒ³ć‚’ę§‹ęˆć—ć¾ć™ć€‚files.exclude čØ­å®šć‹ć‚‰ć™ć¹ć¦ć® glob ćƒ‘ć‚æćƒ¼ćƒ³ć‚’ē¶™ę‰æć—ć¾ć™ć€‚", "exclude.boolean": "ćƒ•ć‚”ć‚¤ćƒ« ćƒ‘ć‚¹ć®ē…§åˆåŸŗęŗ–ćØćŖć‚‹ glob ćƒ‘ć‚æćƒ¼ćƒ³ć€‚ć“ć‚Œć‚’ true または false ć«čØ­å®šć™ć‚‹ćØć€ćƒ‘ć‚æćƒ¼ćƒ³ćŒćć‚Œćžć‚Œęœ‰åŠ¹/ē„”åŠ¹ć«ćŖć‚Šć¾ć™ć€‚", @@ -18,5 +23,8 @@ "useRipgrep": "ćƒ†ć‚­ć‚¹ćƒˆćØćƒ•ć‚”ć‚¤ćƒ«ę¤œē“¢ć§ ripgrep ć‚’ä½æē”Øć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™", "useIgnoreFiles": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę¤œē“¢ć™ć‚‹ćØćć«ć€.gitignore ćƒ•ć‚”ć‚¤ćƒ«ć‚’ä½æē”Øć™ć‚‹ć‹ .ignore ćƒ•ć‚”ć‚¤ćƒ«ć‚’ä½æē”Øć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "search.quickOpen.includeSymbols": "ć‚°ćƒ­ćƒ¼ćƒćƒ« ć‚·ćƒ³ćƒœćƒ«ę¤œē“¢ć®ēµęžœć‚’ć€Quick Open ć®ēµęžœćƒ•ć‚”ć‚¤ćƒ«ć«å«ć‚ć‚‹ć‚ˆć†ć«ę§‹ęˆć—ć¾ć™ć€‚", - "search.followSymlinks": "ę¤œē“¢äø­ć«ć‚·ćƒ³ćƒœćƒŖćƒƒć‚Æ ćƒŖćƒ³ć‚Æć‚’ćŸć©ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚" + "search.followSymlinks": "ę¤œē“¢äø­ć«ć‚·ćƒ³ćƒœćƒŖćƒƒć‚Æ ćƒŖćƒ³ć‚Æć‚’ćŸć©ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "search.smartCase": "ć™ć¹ć¦å°ę–‡å­—ć®ćƒ‘ć‚æćƒ¼ćƒ³ć®å “åˆć€å¤§ę–‡å­—ćØå°ę–‡å­—ć‚’åŒŗåˆ„ć—ćŖć„ć§ę¤œē“¢ć—ć€ćć†ć§ćŖć„å “åˆćÆå¤§ę–‡å­—ćØå°ę–‡å­—ć‚’åŒŗåˆ„ć—ć¦ę¤œē“¢ć™ć‚‹", + "search.globalFindClipboard": "macOS ć§ę¤œē“¢ćƒ“ćƒ„ćƒ¼ćŒå…±ęœ‰ć®ę¤œē“¢ć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć‚’čŖ­ćæå–ć‚Šć¾ćŸćÆå¤‰ę›“ć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™", + "search.location": "ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼: ę¤œē“¢ć‚’ć‚µć‚¤ćƒ‰ćƒćƒ¼ć®ćƒ“ćƒ„ćƒ¼ćØć—ć¦č”Øē¤ŗć™ć‚‹ć‹ć€ć‚ˆć‚Šę°“å¹³ę–¹å‘ć®ē©ŗé–“ć‚’ćØć‚‹ćŸć‚ć«ćƒ‘ćƒćƒ«é ˜åŸŸć®ćƒ‘ćƒćƒ«ćØć—ć¦č”Øē¤ŗć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę¬”ć®ćƒŖćƒŖćƒ¼ć‚¹ć®ćƒ‘ćƒćƒ«å†…ć®ę¤œē“¢ć§ę°“å¹³ćƒ¬ć‚¤ć‚¢ć‚¦ćƒˆćŒę”¹å–„ć•ć‚Œć€ćƒ—ćƒ¬ćƒ“ćƒ„ćƒ¼ć§ćÆćŖććŖć‚Šć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index 379fc84bf3..b2d9065329 100644 --- a/i18n/jpn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index 98112fb116..23a0f110ce 100644 --- a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..6e1e66d763 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(ć‚°ćƒ­ćƒ¼ćƒćƒ«)", + "global.1": "({0})", + "new.global": "ę–°ć—ć„ć‚°ćƒ­ćƒ¼ćƒćƒ« ć‚¹ćƒ‹ćƒšćƒƒćƒˆ ćƒ•ć‚”ć‚¤ćƒ«...", + "group.global": "ę—¢å­˜ć®ć‚¹ćƒ‹ćƒšćƒƒćƒˆ", + "new.global.sep": "ę–°ć—ć„ć‚¹ćƒ‹ćƒšćƒƒćƒˆ", + "openSnippet.pickLanguage": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆ ćƒ•ć‚”ć‚¤ćƒ«ć®éøęŠžć‚‚ć—ććÆć‚¹ćƒ‹ćƒšćƒƒćƒˆć®ä½œęˆ", + "openSnippet.label": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆć®ę§‹ęˆ", + "preferences": "基本設定" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index cc309b1f28..5d313e0477 100644 --- a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆć®ęŒæå…„", "sep.userSnippet": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆ", "sep.extSnippet": "ę‹”å¼µę©Ÿčƒ½ć®ć‚¹ćƒ‹ćƒšćƒƒćƒˆ" diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 72cf35b045..6244f4d571 100644 --- a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆć®čØ€čŖžć‚’éøęŠž", - "openSnippet.errorOnCreate": "{0} ć‚’ä½œęˆć§ćć¾ć›ć‚“", - "openSnippet.label": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆć‚’é–‹ć", - "preferences": "基本設定", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "ē©ŗć®ć‚¹ćƒ‹ćƒšćƒƒćƒˆ", "snippetSchema.json": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆę§‹ęˆ", "snippetSchema.json.prefix": "intellisense ć§ć‚¹ćƒ‹ćƒšćƒƒćƒˆć‚’éøęŠžć™ć‚‹ćØćć«ä½æē”Øć™ć‚‹ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹", "snippetSchema.json.body": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆć®ć‚³ćƒ³ćƒ†ćƒ³ćƒ„ć§ć™ć€‚ć‚«ćƒ¼ć‚½ćƒ«ć®ä½ē½®ć‚’å®šē¾©ć™ć‚‹ć«ćÆ '$1', '${1:defaultText}' ć‚’ä½æē”Øć—ć€ęœ€å¾Œć®ć‚«ćƒ¼ć‚½ćƒ«ć®ä½ē½®ć«ćÆ '$0' を使用します。'${varName}' と '${varName:defaultText}' ć‚’ä½æē”Øć™ć‚‹ćØå¤‰ę•°å€¤ć‚’ęŒæå…„ć—ć¾ć™ć€‚ä¾‹: 'This is file: $TM_FILENAME'.", - "snippetSchema.json.description": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆć«ć¤ć„ć¦ć®čØ˜čæ°ć€‚" + "snippetSchema.json.description": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆć«ć¤ć„ć¦ć®čØ˜čæ°ć€‚", + "snippetSchema.json.scope": "ć“ć®ć‚¹ćƒ‹ćƒšćƒƒćƒˆć‚’é©ē”Øć™ć‚‹čØ€čŖžåć®ćƒŖć‚¹ćƒˆć€‚ä¾‹: 'typescript,javascript'怂" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..87a8f79987 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "ć‚°ćƒ­ćƒ¼ćƒćƒ« ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆ", + "source.snippet": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index 247f01f3ce..fc3b98cc9b 100644 --- a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "`contributes.{0}.language` ć§äøę˜ŽćŖčØ€čŖžć§ć™ć€‚ęä¾›ć•ć‚ŒćŸå€¤: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "`contributes.{0}.path` ć«ę–‡å­—åˆ—ćŒåæ…č¦ć§ć™ć€‚ęä¾›ć•ć‚ŒćŸå€¤: {1}", + "invalid.language.0": "čØ€čŖžć‚’ēœē•„ć™ć‚‹ćØćć€`contributes.{0}.path` の値は `.code-snippets`-file ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚ęä¾›ć•ć‚ŒćŸå€¤: {1}", + "invalid.language": "`contributes.{0}.language` ć§äøę˜ŽćŖčØ€čŖžć§ć™ć€‚ęä¾›ć•ć‚ŒćŸå€¤: {1}", "invalid.path.1": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ({2}) の中に `contributes.{0}.path` ({1}) ćŒå«ć¾ć‚Œć¦ć„ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚ć“ć‚Œć«ć‚ˆć‚Šę‹”å¼µć‚’ē§»ę¤ć§ććŖććŖć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", "vscode.extension.contributes.snippets": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆć‚’ęä¾›ć—ć¾ć™ć€‚", "vscode.extension.contributes.snippets-language": "ć“ć®ć‚¹ćƒ‹ćƒšćƒƒćƒˆć®ęä¾›å…ˆć®čØ€čŖžč­˜åˆ„å­ć§ć™ć€‚", "vscode.extension.contributes.snippets-path": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆ ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒ‘ć‚¹ć€‚ę‹”å¼µę©Ÿčƒ½ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®ē›øåÆ¾ćƒ‘ć‚¹ć§ć‚ć‚Šć€é€šåøø './snippets/' ć§å§‹ć¾ć‚Šć¾ć™ć€‚", "badVariableUse": "ę‹”å¼µę©Ÿčƒ½ '{0}' 恮 1 ć¤ć¾ćŸćÆč¤‡ę•°ć®ć‚¹ćƒ‹ćƒšćƒƒćƒˆćÆć€ć‚¹ćƒ‹ćƒšćƒƒćƒˆå¤‰ę•°ćØć‚¹ćƒ‹ćƒšćƒƒćƒˆ ćƒ—ćƒ¬ćƒ¼ć‚¹ ćƒ›ćƒ«ćƒ€ćƒ¼ć‚’ę··ä¹±ć•ć›ć‚‹åÆčƒ½ę€§ćŒéžåøøć«ć‚ć‚Šć¾ć™ć€‚ (詳瓰については、 https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax ć‚’å‚ē…§ć—ć¦ćć ć•ć„)", "badFile": "ć‚¹ćƒ‹ćƒšćƒƒćƒˆ ćƒ•ć‚”ć‚¤ćƒ« \"{0}\"Ā ć‚’čŖ­ćæč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“ć§ć—ćŸć€‚", - "source.snippet": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆ", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index d9cf695f16..dc30713721 100644 --- a/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "ćƒ—ćƒ¬ćƒ•ć‚£ćƒƒć‚Æć‚¹ćŒäø€č‡“ć™ć‚‹å “åˆć«ć‚¹ćƒ‹ćƒšćƒƒćƒˆć‚’ęŒæå…„ć—ć¾ć™ć€‚'quickSuggestions' ćŒē„”åŠ¹ćŖå “åˆć«ęœ€é©ć§ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index fef6bb6566..13dbdd9057 100644 --- a/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "{0} ć®ć‚µćƒćƒ¼ćƒˆć®ę”¹å–„ć«ć”å”åŠ›ćć ć•ć„", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "ē°”å˜ćŖć‚¢ćƒ³ć‚±ćƒ¼ćƒˆć®å®Ÿę–½", "remindLater": "å¾Œć§é€šēŸ„ć™ć‚‹", - "neverAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„" + "neverAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", + "helpUs": "{0} ć®ć‚µćƒćƒ¼ćƒˆć®ę”¹å–„ć«ć”å”åŠ›ćć ć•ć„" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 1b0a91d1c8..6343db1584 100644 --- a/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "ēŸ­ć„ćƒ•ć‚£ćƒ¼ćƒ‰ćƒćƒƒć‚Æ ć‚¢ćƒ³ć‚±ćƒ¼ćƒˆć«ć”å”åŠ›ć‚’ćŠé”˜ć„ć§ćć¾ć™ć‹?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "ć‚¢ćƒ³ć‚±ćƒ¼ćƒˆć®å®Ÿę–½", "remindLater": "å¾Œć§é€šēŸ„ć™ć‚‹", - "neverAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„" + "neverAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", + "surveyQuestion": "ēŸ­ć„ćƒ•ć‚£ćƒ¼ćƒ‰ćƒćƒƒć‚Æ ć‚¢ćƒ³ć‚±ćƒ¼ćƒˆć«ć”å”åŠ›ć‚’ćŠé”˜ć„ć§ćć¾ć™ć‹?" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index d263ab9318..758a400a62 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 2bb649fe13..7cb3e8af89 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, tasks", "recentlyUsed": "ęœ€čæ‘ä½æē”Øć—ćŸć‚æć‚¹ć‚Æ", "configured": "ę§‹ęˆęøˆćæć®ć‚æć‚¹ć‚Æ", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index 1e77cbdffd..00aef7e1a1 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index 5a397f34e0..91454bceb1 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "å®Ÿč”Œć™ć‚‹ć‚æć‚¹ć‚Æć®åå‰ć‚’å…„åŠ›ć—ć¾ć™", "noTasksMatching": "äø€č‡“ć™ć‚‹ć‚æć‚¹ć‚ÆćŒć‚ć‚Šć¾ć›ć‚“", "noTasksFound": "ć‚æć‚¹ć‚ÆćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“" diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 96e5576de1..21460274a9 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 19a320bb98..e7146e18ab 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..de844275ea --- /dev/null +++ b/i18n/jpn/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "ćƒ«ćƒ¼ćƒ— ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆć€ęœ€ēµ‚č”Œćƒžćƒƒćƒćƒ£ćƒ¼ć§ć®ćæć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć™ć€‚", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "å•é”Œć®ćƒ‘ć‚æćƒ¼ćƒ³ćŒę­£ć—ćć‚ć‚Šć¾ć›ć‚“ć€‚kind ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆęœ€åˆć®č¦ē“ ć®ćæć§ęŒ‡å®šć•ć‚Œć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", + "ProblemPatternParser.problemPattern.missingRegExp": "å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć«ę­£č¦č”Øē¾ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", + "ProblemPatternParser.problemPattern.missingProperty": "å•é”Œć®ćƒ‘ć‚æćƒ¼ćƒ³ćŒę­£ć—ćć‚ć‚Šć¾ć›ć‚“ć€‚å°‘ćŖććØć‚‚ć€file と message ćŒåæ…č¦ć§ć™", + "ProblemPatternParser.problemPattern.missingLocation": "å•é”Œć®ćƒ‘ć‚æćƒ¼ćƒ³ćŒę­£ć—ćć‚ć‚Šć¾ć›ć‚“ć€‚kind: \"file\" または line 悄 location ć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ—ć®ć„ćšć‚Œć‹ćŒåæ…č¦ć§ć™ć€‚", + "ProblemPatternParser.invalidRegexp": "ć‚Øćƒ©ćƒ¼: ę–‡å­—åˆ— {0} ćÆć€ęœ‰åŠ¹ćŖę­£č¦č”Øē¾ć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚\n", + "ProblemPatternSchema.regexp": "å‡ŗåŠ›ć®ć‚Øćƒ©ćƒ¼ć€č­¦å‘Šć€ć¾ćŸćÆęƒ…å ±ć‚’ę¤œē“¢ć™ć‚‹ę­£č¦č”Øē¾ć€‚", + "ProblemPatternSchema.kind": "ćƒ‘ć‚æćƒ¼ćƒ³ćŒćƒ­ć‚±ćƒ¼ć‚·ćƒ§ćƒ³ (ćƒ•ć‚”ć‚¤ćƒ«ćØč”Œ) ć¾ćŸćÆćƒ•ć‚”ć‚¤ćƒ«ć®ćæć«äø€č‡“ć™ć‚‹ć‹ć©ć†ć‹ć€‚", + "ProblemPatternSchema.file": "ćƒ•ć‚”ć‚¤ćƒ«åć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ēœē•„ć™ć‚‹ćØć€1 ćŒä½æē”Øć•ć‚Œć¾ć™ć€‚", + "ProblemPatternSchema.location": "å•é”Œć®å “ę‰€ć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ęœ‰åŠ¹ćŖå “ę‰€ć®ćƒ‘ć‚æćƒ¼ćƒ³ćÆ (line)态(line,column)态(startLine,startColumn,endLine,endColumn) ć§ć™ć€‚ēœē•„ć™ć‚‹ćØć€ (line,column) ćŒęƒ³å®šć•ć‚Œć¾ć™ć€‚", + "ProblemPatternSchema.line": "å•é”Œć®č”Œć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ę—¢å®šćÆ 2 恧恙", + "ProblemPatternSchema.column": "å•é”Œć®č”Œć®ę–‡å­—ć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ę—¢å®šćÆ 3 恧恙", + "ProblemPatternSchema.endLine": "å•é”Œć®ęœ€ēµ‚č”Œć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ę—¢å®šćÆ undefined 恧恙", + "ProblemPatternSchema.endColumn": "å•é”Œć®ęœ€ēµ‚č”Œć®ę–‡å­—ć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ę—¢å®šćÆ undefined 恧恙", + "ProblemPatternSchema.severity": "å•é”Œć®é‡å¤§åŗ¦ć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ę—¢å®šćÆ undefined 恧恙", + "ProblemPatternSchema.code": "å•é”Œć®ć‚³ćƒ¼ćƒ‰ć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ę—¢å®šćÆ undefined 恧恙", + "ProblemPatternSchema.message": "ćƒ”ćƒƒć‚»ćƒ¼ć‚øć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ēœē•„ć—ćŸå “åˆć€å “ę‰€ć‚’ęŒ‡å®šć™ć‚‹ćØę—¢å®šćÆ 4 ć§ć€å “ę‰€ć‚’ęŒ‡å®šć—ćŖć„ćØę—¢å®šćÆ 5 恧恙怂", + "ProblemPatternSchema.loop": "č¤‡ę•°č”Œćƒžćƒƒćƒćƒ£ćƒ¼ ćƒ«ćƒ¼ćƒ—ćÆć€ć“ć®ćƒ‘ć‚æćƒ¼ćƒ³ćŒäø€č‡“ć™ć‚‹é™ć‚Šćƒ«ćƒ¼ćƒ—ć§å®Ÿč”Œć•ć‚Œć‚‹ć‹ć©ć†ć‹ć‚’ē¤ŗć—ć¾ć™ć€‚č¤‡ę•°č”Œćƒ‘ć‚æćƒ¼ćƒ³å†…ć®ęœ€å¾Œć®ćƒ‘ć‚æćƒ¼ćƒ³ć§ć®ćæęŒ‡å®šć§ćć¾ć™ć€‚", + "NamedProblemPatternSchema.name": "å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć®åå‰ć€‚", + "NamedMultiLineProblemPatternSchema.name": "č¤‡ę•°č”Œć®å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć®åå‰ć€‚", + "NamedMultiLineProblemPatternSchema.patterns": "å®Ÿéš›ć®ćƒ‘ć‚æćƒ¼ćƒ³ć€‚", + "ProblemPatternExtPoint": "å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć‚’ęä¾›", + "ProblemPatternRegistry.error": "ē„”åŠ¹ćŖå•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć§ć™ć€‚ćƒ‘ć‚æćƒ¼ćƒ³ćÆē„”č¦–ć•ć‚Œć¾ć™ć€‚", + "ProblemMatcherParser.noProblemMatcher": "ć‚Øćƒ©ćƒ¼: čŖ¬ę˜Žć‚’å•é”Œćƒžćƒƒćƒćƒ£ćƒ¼ć«å¤‰ę›ć™ć‚‹ć“ćØćŒć§ćć¾ć›ć‚“:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "ć‚Øćƒ©ćƒ¼: čŖ¬ę˜Žć«ęœ‰åŠ¹ćŖå•é”Œćƒ‘ć‚æćƒ¼ćƒ³ćŒå®šē¾©ć•ć‚Œć¦ć„ć¾ć›ć‚“:\n{0}\n", + "ProblemMatcherParser.noOwner": "ć‚Øćƒ©ćƒ¼: čŖ¬ę˜Žć«ę‰€ęœ‰č€…ćŒå®šē¾©ć•ć‚Œć¦ć„ć¾ć›ć‚“:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "ć‚Øćƒ©ćƒ¼: čŖ¬ę˜Žć«ćƒ•ć‚”ć‚¤ćƒ«ć®å “ę‰€ćŒå®šē¾©ć•ć‚Œć¦ć„ć¾ć›ć‚“:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "ęƒ…å ±: äøę˜ŽćŖé‡å¤§åŗ¦ {0}ć€‚ęœ‰åŠ¹ćŖå€¤ćÆć€error态warning态info 恧恙怂\n", + "ProblemMatcherParser.noDefinedPatter": "ć‚Øćƒ©ćƒ¼: 識刄子 {0} ć®ćƒ‘ć‚æćƒ¼ćƒ³ćÆå­˜åœØć—ć¾ć›ć‚“ć€‚", + "ProblemMatcherParser.noIdentifier": "ć‚Øćƒ©ćƒ¼: ćƒ‘ć‚æćƒ¼ćƒ³ ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćŒē©ŗć®č­˜åˆ„å­ć‚’å‚ē…§ć—ć¦ć„ć¾ć™ć€‚", + "ProblemMatcherParser.noValidIdentifier": "ć‚Øćƒ©ćƒ¼: ćƒ‘ć‚æćƒ¼ćƒ³ ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ {0} ćÆęœ‰åŠ¹ćŖćƒ‘ć‚æćƒ¼ćƒ³å¤‰ę•°åć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚", + "ProblemMatcherParser.problemPattern.watchingMatcher": "å•é”Œćƒžćƒƒćƒćƒ£ćƒ¼ćÆć€ć‚¦ć‚©ćƒƒćƒåÆ¾č±”ć®é–‹å§‹ćƒ‘ć‚æćƒ¼ćƒ³ćØēµ‚äŗ†ćƒ‘ć‚æćƒ¼ćƒ³ć®äø”ę–¹ć‚’å®šē¾©ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", + "ProblemMatcherParser.invalidRegexp": "ć‚Øćƒ©ćƒ¼: ę–‡å­—åˆ— {0} ćÆć€ęœ‰åŠ¹ćŖę­£č¦č”Øē¾ć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚\n", + "WatchingPatternSchema.regexp": "ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ ć‚æć‚¹ć‚Æć®é–‹å§‹ć¾ćŸćÆēµ‚äŗ†ć‚’ę¤œå‡ŗć™ć‚‹ę­£č¦č”Øē¾ć€‚", + "WatchingPatternSchema.file": "ćƒ•ć‚”ć‚¤ćƒ«åć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ— ć‚¤ćƒ³ćƒ‡ćƒƒć‚Æć‚¹ć€‚ēœē•„ć§ćć¾ć™ć€‚", + "PatternTypeSchema.name": "ęä¾›ć•ć‚ŒćŸć‹äŗ‹å‰å®šē¾©ć•ć‚ŒćŸå•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć®åå‰", + "PatternTypeSchema.description": "å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć€ć‚ć‚‹ć„ćÆęä¾›ć•ć‚ŒćŸć‹äŗ‹å‰å®šē¾©ć•ć‚ŒćŸå•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć®åå‰ć€‚åŸŗęœ¬å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ćŒęŒ‡å®šć•ć‚Œć¦ć„ć‚‹å “åˆćÆēœē•„ć§ćć¾ć™ć€‚", + "ProblemMatcherSchema.base": "ä½æē”Øć™ć‚‹åŸŗęœ¬å•é”Œćƒžćƒƒćƒćƒ£ćƒ¼ć®åå‰ć€‚", + "ProblemMatcherSchema.owner": "Code å†…ć®å•é”Œć®ę‰€ęœ‰č€…ć€‚base ć‚’ęŒ‡å®šć™ć‚‹ćØēœē•„ć§ćć¾ć™ć€‚ēœē•„ć—ć¦ base ć‚’ęŒ‡å®šć—ćŖć„å “åˆć€ę—¢å®šćÆ 'external' ć«ćŖć‚Šć¾ć™ć€‚", + "ProblemMatcherSchema.severity": "ć‚­ćƒ£ćƒ—ćƒćƒ£ć•ć‚ŒćŸå•é”Œć®ę—¢å®šć®é‡å¤§åŗ¦ć€‚ćƒ‘ć‚æćƒ¼ćƒ³ćŒé‡č¦åŗ¦ć®äø€č‡“ć‚°ćƒ«ćƒ¼ćƒ—ć‚’å®šē¾©ć—ć¦ć„ćŖć„å “åˆć«ä½æē”Øć•ć‚Œć¾ć™ć€‚", + "ProblemMatcherSchema.applyTo": "ćƒ†ć‚­ć‚¹ćƒˆ ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć§å ±å‘Šć•ć‚ŒćŸå•é”ŒćŒć€é–‹ć„ć¦ć„ć‚‹ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć®ćæć€é–‰ć˜ć‚‰ć‚ŒćŸćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć®ćæć€ć™ć¹ć¦ć®ćƒ‰ć‚­ćƒ„ćƒ”ćƒ³ćƒˆć®ć„ćšć‚Œć«é©ē”Øć•ć‚Œć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "ProblemMatcherSchema.fileLocation": "å•é”Œćƒ‘ć‚æćƒ¼ćƒ³ć§å ±å‘Šć•ć‚ŒćŸćƒ•ć‚”ć‚¤ćƒ«åć‚’č§£é‡ˆć™ć‚‹ę–¹ę³•ć‚’å®šē¾©ć—ć¾ć™ć€‚", + "ProblemMatcherSchema.background": "ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ ć‚æć‚¹ć‚Æć§ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒžćƒƒćƒćƒ£ćƒ¼ć®é–‹å§‹ćØēµ‚äŗ†ć‚’čæ½č·”ć™ć‚‹ćƒ‘ć‚æćƒ¼ćƒ³ć€‚", + "ProblemMatcherSchema.background.activeOnStart": "true ć«čØ­å®šć™ć‚‹ćØć€ć‚æć‚¹ć‚Æć®é–‹å§‹ę™‚ć«ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ ćƒ¢ćƒ‹ć‚æćƒ¼ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ¢ćƒ¼ćƒ‰ć«ćŖć‚Šć¾ć™ć€‚ć“ć‚ŒćÆ beginPattern ćØäø€č‡“ć™ć‚‹č”Œć®ē™ŗč”ŒćØåŒē­‰ć§ć™ć€‚", + "ProblemMatcherSchema.background.beginsPattern": "å‡ŗåŠ›å†…ć§äø€č‡“ć™ć‚‹ćØć€ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ ć‚æć‚¹ć‚Æć®é–‹å§‹ćŒé€šēŸ„ć•ć‚Œć¾ć™ć€‚", + "ProblemMatcherSchema.background.endsPattern": "å‡ŗåŠ›å†…ć§äø€č‡“ć™ć‚‹ćØć€ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ ć‚æć‚¹ć‚Æć®ēµ‚äŗ†ćŒé€šēŸ„ć•ć‚Œć¾ć™ć€‚", + "ProblemMatcherSchema.watching.deprecated": "watching ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆä½æē”Øć•ć‚ŒćŖććŖć‚Šć¾ć—ćŸć€‚ä»£ć‚ć‚Šć« background ć‚’ć”ä½æē”Øćć ć•ć„ć€‚", + "ProblemMatcherSchema.watching": "ē›£č¦–ćƒ‘ć‚æćƒ¼ćƒ³ć®é–‹å§‹ćØēµ‚äŗ†ć‚’čæ½č·”ć™ć‚‹ćƒžćƒƒćƒćƒ£ćƒ¼ć€‚", + "ProblemMatcherSchema.watching.activeOnStart": "true ć«čØ­å®šć™ć‚‹ćØć€ć‚æć‚¹ć‚Æć®é–‹å§‹ę™‚ć«ć‚¦ć‚©ćƒƒćƒćƒ£ćƒ¼ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ– ćƒ¢ćƒ¼ćƒ‰ć«ćŖć‚Šć¾ć™ć€‚ć“ć‚ŒćÆ beginPattern ćØäø€č‡“ć™ć‚‹č”Œć®ē™ŗč”ŒćØåŒē­‰ć§ć™ć€‚", + "ProblemMatcherSchema.watching.beginsPattern": "å‡ŗåŠ›å†…ć§äø€č‡“ć™ć‚‹ćØć€ć‚¦ć‚©ćƒƒćƒäø­ć®ć‚æć‚¹ć‚Æć®é–‹å§‹ćŒé€šēŸ„ć•ć‚Œć¾ć™ć€‚", + "ProblemMatcherSchema.watching.endsPattern": "å‡ŗåŠ›å†…ć§äø€č‡“ć™ć‚‹ćØć€ć‚¦ć‚©ćƒƒćƒäø­ć®ć‚æć‚¹ć‚Æć®ēµ‚äŗ†ćŒé€šēŸ„ć•ć‚Œć¾ć™ć€‚", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "ć“ć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆéžęŽØå„Øć§ć™ć€‚ä»£ć‚ć‚Šć« watching ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć‚’ć”ä½æē”Øćć ć•ć„ć€‚", + "LegacyProblemMatcherSchema.watchedBegin": "ćƒ•ć‚”ć‚¤ćƒ« ć‚¦ć‚©ćƒƒćƒć§ćƒˆćƒŖć‚¬ćƒ¼ć•ć‚ŒćŸ ć‚¦ć‚©ćƒƒćƒåÆ¾č±”ć‚æć‚¹ć‚Æć®å®Ÿč”ŒćŒé–‹å§‹ć•ć‚ŒćŸć“ćØć‚’ä¼é”ć™ć‚‹ę­£č¦č”Øē¾ć€‚", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "ć“ć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆéžęŽØå„Øć§ć™ć€‚ä»£ć‚ć‚Šć« watching ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć‚’ć”ä½æē”Øćć ć•ć„ć€‚", + "LegacyProblemMatcherSchema.watchedEnd": "ć‚¦ć‚©ćƒƒćƒåÆ¾č±”ć‚æć‚¹ć‚Æć®å®Ÿč”ŒćŒēµ‚äŗ†ć—ćŸć“ćØć‚’ä¼é”ć™ć‚‹ę­£č¦č”Øē¾ć€‚", + "NamedProblemMatcherSchema.name": "ć“ć‚Œć‚’å‚ē…§ć™ć‚‹ć®ć«ä½æē”Øć™ć‚‹å•é”Œćƒžćƒƒćƒćƒ£ćƒ¼ć®åå‰ć€‚", + "NamedProblemMatcherSchema.label": "å•é”Œćƒžćƒƒćƒćƒ£ćƒ¼ć®åˆ¤čŖ­ć§ćć‚‹ćƒ©ćƒ™ćƒ«ć€‚", + "ProblemMatcherExtPoint": "å•é”Œćƒžćƒƒćƒćƒ£ćƒ¼ć‚’ęä¾›", + "msCompile": "Microsoft ć‚³ćƒ³ćƒ‘ć‚¤ćƒ©ć®å•é”Œ", + "lessCompile": "Less ć®å•é”Œ", + "gulp-tsc": "Gulp TSC ć®å•é”Œ", + "jshint": "JSHint ć®å•é”Œ", + "jshint-stylish": "JSHint ć®å•é”Œ (stylish)", + "eslint-compact": "ESLint ć®å•é”Œ (compact)", + "eslint-stylish": "ESLint ć®å•é”Œ (stylish)", + "go": "Go ć®å•é”Œ" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index f4de865e7e..d8f08afbd6 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index 9d9036a0e9..b4fa92317e 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "å®Ÿéš›ć®ć‚æć‚¹ć‚Æć®ēØ®é”ž", "TaskDefinition.properties": "ć‚æć‚¹ć‚Æć®ēØ®é”žć®čæ½åŠ ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£", "TaskTypeConfiguration.noType": "ć‚æć‚¹ć‚Æć®ēØ®é”žć‚’ę§‹ęˆć™ć‚‹ć®ć«åæ…č¦ćŖ 'taskType' ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćŒć‚ć‚Šć¾ć›ć‚“", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 32f09d2174..9d86f67341 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": ".NET Core ćƒ“ćƒ«ćƒ‰ ć‚³ćƒžćƒ³ćƒ‰ć®å®Ÿč”Œ", "msbuild": "ćƒ“ćƒ«ćƒ‰ ć‚æćƒ¼ć‚²ćƒƒćƒˆć‚’å®Ÿč”Œ", "externalCommand": "ä»»ę„ć®å¤–éƒØć‚³ćƒžćƒ³ćƒ‰ć‚’å®Ÿč”Œć™ć‚‹ä¾‹", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index c0f160530b..903f37efed 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "čæ½åŠ ć®ć‚³ćƒžćƒ³ćƒ‰ ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³", "JsonSchema.options.cwd": "å®Ÿč”Œć•ć‚Œć‚‹ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć¾ćŸćÆć‚¹ć‚ÆćƒŖćƒ—ćƒˆć®ē¾åœØć®ä½œę„­ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖć€‚ēœē•„ć™ć‚‹ćØć€Code ć®ē¾åœØć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ćƒ«ćƒ¼ćƒˆćŒä½æē”Øć•ć‚Œć¾ć™ć€‚", "JsonSchema.options.env": "å®Ÿč”Œć•ć‚Œć‚‹ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć¾ćŸćÆć‚·ć‚§ćƒ«ć®ē’°å¢ƒć€‚ēœē•„ć™ć‚‹ćØć€č¦Ŗćƒ—ćƒ­ć‚»ć‚¹ć®ē’°å¢ƒćŒä½æē”Øć•ć‚Œć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index fec9e12067..593ee3fba8 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "ę§‹ęˆć®ćƒćƒ¼ć‚øćƒ§ćƒ³ē•Ŗå·", "JsonSchema._runner": "ćƒ©ćƒ³ćƒŠćƒ¼ćŒę–°ć—ććŖć‚Šć¾ć™ć€‚ę­£å¼ćŖćƒ©ćƒ³ćƒŠćƒ¼ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćƒ¼ć‚’ä½æē”Øć—ć¦ćć ć•ć„", "JsonSchema.runner": "ć‚æć‚¹ć‚Æć‚’ćƒ—ćƒ­ć‚»ć‚¹ćØć—ć¦å®Ÿč”Œć—ć¦ć€å‡ŗåŠ›ćŒå‡ŗåŠ›ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć¾ćŸćÆē«Æęœ«å†…ć«č”Øē¤ŗć•ć‚Œć‚‹ć‹ć©ć†ć‹ć‚’å®šē¾©ć—ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 745928fd06..5aeb368812 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "ć‚³ćƒžćƒ³ćƒ‰ćŒć‚·ć‚§ćƒ« ć‚³ćƒžćƒ³ćƒ‰ć‹å¤–éƒØćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‹ć‚’ęŒ‡å®šć—ć¾ć™ć€‚ēœē•„ć™ć‚‹ćØć€ę—¢å®šćÆ false ć«ćŖć‚Šć¾ć™ć€‚", "JsonSchema.tasks.isShellCommand.deprecated": "isShellCommand ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆä½æē”Øć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚ä»£ć‚ć‚Šć«ć€ć‚æć‚¹ć‚Æć® type ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćØć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ć® shell ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć‚’ć”ä½æē”Øćć ć•ć„ć€‚ć¾ćŸ 1.14 ćƒŖćƒŖćƒ¼ć‚¹ ćƒŽćƒ¼ćƒˆć‚’ć”ē¢ŗčŖćć ć•ć„ć€‚", "JsonSchema.tasks.dependsOn.string": "ć“ć®ć‚æć‚¹ć‚ÆćŒä¾å­˜ć—ć¦ć„ć‚‹åˆ„ć®ć‚æć‚¹ć‚Æć€‚", @@ -19,10 +21,10 @@ "JsonSchema.tasks.terminal": "terminal ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆéžęŽØå„Øć§ć™ć€‚ä»£ć‚ć‚Šć« presentation ć‚’ć”ä½æē”Øćć ć•ć„", "JsonSchema.tasks.group.kind": "ć‚æć‚¹ć‚Æć®å®Ÿč”Œć‚°ćƒ«ćƒ¼ćƒ—ć€‚", "JsonSchema.tasks.group.isDefault": "ć“ć®ć‚æć‚¹ć‚ÆćŒć‚°ćƒ«ćƒ¼ćƒ—å†…ć®ę—¢å®šć®ć‚æć‚¹ć‚Æć§ć‚ć‚‹ć‹ć©ć†ć‹ć‚’å®šē¾©ć—ć¾ć™ć€‚", - "JsonSchema.tasks.group.defaultBuild": "ć“ć®ć‚æć‚¹ć‚Æć‚’ę—¢å®šć®ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćØć—ć¦ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", - "JsonSchema.tasks.group.defaultTest": "ć“ć®ć‚æć‚¹ć‚Æć‚’ę—¢å®šć®ćƒ†ć‚¹ćƒˆ ć‚æć‚¹ć‚ÆćØć—ć¦ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", - "JsonSchema.tasks.group.build": "タスクを 'Run Build Task' (ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚Æć®å®Ÿč”Œ) ć‚³ćƒžćƒ³ćƒ‰ć‚’ä»‹ć—ć¦ć‚¢ć‚Æć‚»ć‚¹åÆčƒ½ćŖćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćØć—ć¦ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", - "JsonSchema.tasks.group.test": "タスクを 'Run Test Task' (ćƒ†ć‚¹ćƒˆ ć‚æć‚¹ć‚Æć®å®Ÿč”Œ) ć‚³ćƒžćƒ³ćƒ‰ć‚’ä»‹ć—ć¦ć‚¢ć‚Æć‚»ć‚¹åÆčƒ½ćŖćƒ†ć‚¹ćƒˆ ć‚æć‚¹ć‚ÆćØć—ć¦ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", + "JsonSchema.tasks.group.defaultBuild": "ę—¢å®šć®ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćØć—ć¦ć‚æć‚¹ć‚Æć‚’ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", + "JsonSchema.tasks.group.defaultTest": "ę—¢å®šć®ćƒ†ć‚¹ćƒˆ ć‚æć‚¹ć‚ÆćØć—ć¦ć‚æć‚¹ć‚Æć‚’ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", + "JsonSchema.tasks.group.build": "'ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚Æć®å®Ÿč”Œ' ć‚³ćƒžćƒ³ćƒ‰ć‹ć‚‰ć‚¢ć‚Æć‚»ć‚¹ć§ćć‚‹ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćØć—ć¦ć‚æć‚¹ć‚Æć‚’ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", + "JsonSchema.tasks.group.test": "'ćƒ†ć‚¹ćƒˆ ć‚æć‚¹ć‚Æć®å®Ÿč”Œ' ć‚³ćƒžćƒ³ćƒ‰ć‹ć‚‰ć‚¢ć‚Æć‚»ć‚¹ć§ćć‚‹ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćØć—ć¦ć‚æć‚¹ć‚Æć‚’ćƒžćƒ¼ć‚Æć—ć¾ć™ć€‚", "JsonSchema.tasks.group.none": "ć‚æć‚¹ć‚Æć‚’ć‚°ćƒ«ćƒ¼ćƒ—ć«å‰²ć‚Šå½“ć¦ćŖć„", "JsonSchema.tasks.group": "ć“ć®ć‚æć‚¹ć‚ÆćŒå±žć™ć‚‹å®Ÿč”Œć‚°ćƒ«ćƒ¼ćƒ—ć‚’å®šē¾©ć—ć¾ć™ć€‚ćƒ“ćƒ«ćƒ‰ ć‚°ćƒ«ćƒ¼ćƒ—ć«čæ½åŠ ć™ć‚‹ \"build\" ćØćƒ†ć‚¹ćƒˆ ć‚°ćƒ«ćƒ¼ćƒ—ć«čæ½åŠ ć™ć‚‹ \"test\" ć‚’ć‚µćƒćƒ¼ćƒˆć—ć¦ć„ć¾ć™ć€‚", "JsonSchema.tasks.type": "ć‚æć‚¹ć‚Æć‚’ćƒ—ćƒ­ć‚»ć‚¹ćØć—ć¦å®Ÿč”Œć™ć‚‹ć‹ć€ć¾ćŸćÆć‚·ć‚§ćƒ«å†…éƒØć§ć‚³ćƒžćƒ³ćƒ‰ćØć—ć¦å®Ÿč”Œć™ć‚‹ć‹ć©ć†ć‹ć‚’å®šē¾©ć—ć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index 312bf5688b..01b112b1c0 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "タスク", "ConfigureTaskRunnerAction.label": "ć‚æć‚¹ć‚Æć®ę§‹ęˆ", - "CloseMessageAction.label": "閉恘悋", "problems": "問锌", "building": "ćƒ“ćƒ«ćƒ‰äø­...", "manyMarkers": "99+", "runningTasks": "å®Ÿč”Œäø­ć®ć‚æć‚¹ć‚Æć‚’č”Øē¤ŗ", "tasks": "タスク", "TaskSystem.noHotSwap": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚æć‚¹ć‚Æć‚’å®Ÿč”Œć—ć¦ć„ć‚‹ć‚æć‚¹ć‚Æå®Ÿč”Œć‚Øćƒ³ć‚øćƒ³ć‚’å¤‰ę›“ć™ć‚‹ć«ćÆć€ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å†čŖ­ćæč¾¼ćæćŒåæ…č¦ć§ć™", + "reloadWindow": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å†čŖ­ćæč¾¼ćæ", "TaskServer.folderIgnored": "{0} ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆć‚æć‚¹ć‚Æ ćƒćƒ¼ć‚øćƒ§ćƒ³ 0.1.0 ć‚’ä½æē”Øć—ć¦ć„ć‚‹ćŸć‚ć«ē„”č¦–ć•ć‚Œć¾ć™", "TaskService.noBuildTask1": "ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćŒå®šē¾©ć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚tasks.json ćƒ•ć‚”ć‚¤ćƒ«ć§ć‚æć‚¹ć‚Æć« 'isBuildCommand' ćØć„ć†ćƒžćƒ¼ć‚Æć‚’ä»˜ć‘ć¦ćć ć•ć„ć€‚", "TaskService.noBuildTask2": "ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćŒå®šē¾©ć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚tasks.json ćƒ•ć‚”ć‚¤ćƒ«ć§ć‚æć‚¹ć‚Æć« 'build' ć‚°ćƒ«ćƒ¼ćƒ—ćØć—ć¦ćƒžćƒ¼ć‚Æć‚’ä»˜ć‘ć¦ćć ć•ć„ć€‚", @@ -26,8 +28,8 @@ "selectProblemMatcher": "ć‚¹ć‚­ćƒ£ćƒ³ć™ć‚‹ć‚æć‚¹ć‚Æå‡ŗåŠ›ć®ć‚Øćƒ©ćƒ¼ćØč­¦å‘Šć®ēØ®é”žć‚’éøęŠž", "customizeParseErrors": "ē¾åœØć®ć‚æć‚¹ć‚Æć®ę§‹ęˆć«ćÆć‚Øćƒ©ćƒ¼ćŒć‚ć‚Šć¾ć™ć€‚ć‚æć‚¹ć‚Æć‚’ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć™ć‚‹å‰ć«ć‚Øćƒ©ćƒ¼ć‚’äæ®ę­£ć—ć¦ćć ć•ć„ć€‚", "moreThanOneBuildTask": "tasks.json ć§č¤‡ę•°ć®ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚ÆćŒå®šē¾©ć•ć‚Œć¦ć„ć¾ć™ć€‚ęœ€åˆć®ć‚æć‚¹ć‚Æć®ćæć‚’å®Ÿč”Œć—ć¾ć™ć€‚\\n", - "TaskSystem.activeSame.background": "'{0}' ć‚æć‚¹ć‚ÆćÆę—¢ć«ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ ćƒ¢ćƒ¼ćƒ‰ć§ć‚¢ć‚Æćƒ†ć‚£ćƒ–ć§ć™ć€‚ć‚æć‚¹ć‚Æć‚’ēµ‚äŗ†ć™ć‚‹ć«ćÆć‚æć‚¹ć‚ÆĀ ćƒ”ćƒ‹ćƒ„ćƒ¼ć‹ć‚‰ `タスクの終了...` を使用します。", - "TaskSystem.activeSame.noBackground": "'{0}' ć‚æć‚¹ć‚ÆćÆę—¢ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–ć§ć™ć€‚ć‚æć‚¹ć‚Æć‚’ēµ‚äŗ†ć™ć‚‹ć«ćÆć‚æć‚¹ć‚ÆĀ ćƒ”ćƒ‹ćƒ„ćƒ¼ć‹ć‚‰`タスクの終了...` ć‚’ä½æē”Øć—ć¦ćć ć•ć„ć€‚ ", + "TaskSystem.activeSame.background": "'{0}' ć‚æć‚¹ć‚ÆćÆę—¢ć«ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ ćƒ¢ćƒ¼ćƒ‰ć§ć‚¢ć‚Æćƒ†ć‚£ćƒ–ć§ć™ć€‚ć‚æć‚¹ć‚Æć‚’ēµ‚äŗ†ć™ć‚‹ć«ćÆć‚æć‚¹ć‚Æ ćƒ”ćƒ‹ćƒ„ćƒ¼ć‹ć‚‰ `タスクの終了...` を使用します。", + "TaskSystem.activeSame.noBackground": "{0}' ć‚æć‚¹ć‚ÆćÆę—¢ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–ć§ć™ć€‚ć‚æć‚¹ć‚Æć‚’ēµ‚äŗ†ć™ć‚‹ć«ćÆć‚æć‚¹ć‚Æ ćƒ”ćƒ‹ćƒ„ćƒ¼ć‹ć‚‰ `タスクの終了...` を使用します。", "TaskSystem.active": "ę—¢ć«å®Ÿč”Œäø­ć®ć‚æć‚¹ć‚ÆćŒć‚ć‚Šć¾ć™ć€‚ć¾ćšć“ć®ć‚æć‚¹ć‚Æć‚’ēµ‚äŗ†ć—ć¦ć‹ć‚‰ć€åˆ„ć®ć‚æć‚¹ć‚Æć‚’å®Ÿč”Œć—ć¦ćć ć•ć„ć€‚", "TaskSystem.restartFailed": "タスク {0} ć‚’ēµ‚äŗ†ć—ć¦å†é–‹ć§ćć¾ć›ć‚“ć§ć—ćŸ", "TaskService.noConfiguration": "ć‚Øćƒ©ćƒ¼: {0} ć‚æć‚¹ć‚Æę¤œå‡ŗćÆę¬”ć®ę§‹ęˆć«åÆ¾ć—ć¦ć‚æć‚¹ć‚Æć‚’ęä¾›ć—ć¦ć„ć¾ć›ć‚“:\n{1}\nć“ć®ć‚æć‚¹ć‚ÆćÆē„”č¦–ć•ć‚Œć¾ć™ć€‚\n", @@ -44,9 +46,8 @@ "recentlyUsed": "ęœ€čæ‘ä½æē”Øć—ćŸć‚æć‚¹ć‚Æ", "configured": "ę§‹ęˆęøˆćæć®ć‚æć‚¹ć‚Æ", "detected": "ę¤œå‡ŗć•ć‚ŒćŸć‚æć‚¹ć‚Æ", - "TaskService.ignoredFolder": "ę¬”ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆć‚æć‚¹ć‚Æ ćƒćƒ¼ć‚øćƒ§ćƒ³ 0.1.0 ć‚’ä½æē”Øć—ć¦ć„ć‚‹ćŸć‚ć«ē„”č¦–ć•ć‚Œć¾ć™:", + "TaskService.ignoredFolder": "ę¬”ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćÆć‚æć‚¹ć‚Æ ćƒćƒ¼ć‚øćƒ§ćƒ³ 0.1.0 ć‚’ä½æē”Øć—ć¦ć„ć‚‹ćŸć‚ē„”č¦–ć•ć‚Œć¾ć™: {0}", "TaskService.notAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", - "TaskService.ok": "OK", "TaskService.pickRunTask": "å®Ÿč”Œć™ć‚‹ć‚æć‚¹ć‚Æć‚’éøęŠžć—ć¦ćć ć•ć„", "TaslService.noEntryToRun": "å®Ÿč”Œć™ć‚‹ć‚æć‚¹ć‚ÆćŒć‚ć‚Šć¾ć›ć‚“ć€‚ć‚æć‚¹ć‚Æć‚’ę§‹ęˆć™ć‚‹...", "TaskService.fetchingBuildTasks": "ćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚Æć‚’ćƒ•ć‚§ćƒƒćƒć—ć¦ć„ć¾ć™...", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 4c803b3479..0975f0cfd5 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 38c25f4c1c..c5b4e66ee0 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "ć‚æć‚¹ć‚Æć®å®Ÿč”Œäø­ć«äøę˜ŽćŖć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚č©³ē“°ć«ć¤ć„ć¦ćÆć€ć‚æć‚¹ć‚Æå‡ŗåŠ›ćƒ­ć‚°ć‚’å‚ē…§ć—ć¦ćć ć•ć„ć€‚", "dependencyFailed": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ '{1}' å†…ć§ä¾å­˜ć‚æć‚¹ć‚Æć® '{0}' ć‚’č§£ę±ŗć§ćć¾ć›ć‚“ć§ć—ćŸ", "TerminalTaskSystem.terminalName": "タスク - {0}", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index de77163e33..ee48736db3 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "gulp --tasks-simple ćŒå®Ÿč”Œć•ć‚Œć¾ć—ćŸćŒć‚æć‚¹ć‚Æć®äø€č¦§ćÆč”Øē¤ŗć•ć‚Œć¾ć›ć‚“ć§ć—ćŸć€‚npm install ć‚’å®Ÿč”Œć—ć¾ć—ćŸć‹?", "TaskSystemDetector.noJakeTasks": "jake --tasks ćŒå®Ÿč”Œć•ć‚Œć¾ć—ćŸćŒć‚æć‚¹ć‚Æć®äø€č¦§ćÆč”Øē¤ŗć•ć‚Œć¾ć›ć‚“ć§ć—ćŸć€‚npm install ć‚’å®Ÿč”Œć—ć¾ć—ćŸć‹?", "TaskSystemDetector.noGulpProgram": "ć‚·ć‚¹ćƒ†ćƒ ć« Gulp ćŒć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚npm install -g gulp ć‚’å®Ÿč”Œć—ć¦ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ćć ć•ć„ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index 0cc1f92198..f6ea986287 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "ć‚æć‚¹ć‚Æć®å®Ÿč”Œäø­ć«äøę˜ŽćŖć‚Øćƒ©ćƒ¼ćŒē™ŗē”Ÿć—ć¾ć—ćŸć€‚č©³ē“°ć«ć¤ć„ć¦ćÆć€ć‚æć‚¹ć‚Æå‡ŗåŠ›ćƒ­ć‚°ć‚’å‚ē…§ć—ć¦ćć ć•ć„ć€‚", "TaskRunnerSystem.watchingBuildTaskFinished": "\nćƒ“ćƒ«ćƒ‰ ć‚æć‚¹ć‚Æć®ć‚¦ć‚©ćƒƒćƒćŒēµ‚äŗ†ć—ć¾ć—ćŸć€‚", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/jpn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/jpn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index c33b85b3df..d84fff057d 100644 --- a/i18n/jpn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "č­¦å‘Š: options.cwd は、string åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“ć€‚å€¤ {0} を焔視します", "ConfigurationParser.noargs": "ć‚Øćƒ©ćƒ¼: ć‚³ćƒžćƒ³ćƒ‰å¼•ę•°ćÆę–‡å­—åˆ—ć®é…åˆ—ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“ć€‚ęŒ‡å®šć•ć‚ŒćŸå€¤:\n{0}", "ConfigurationParser.noShell": "č­¦å‘Š: ć‚·ć‚§ćƒ«ę§‹ęˆćŒć‚µćƒćƒ¼ćƒˆć•ć‚Œć‚‹ć®ćÆć€ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§ć‚æć‚¹ć‚Æć‚’å®Ÿč”Œć—ć¦ć„ć‚‹å “åˆć®ćæć§ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index daa7ef1a9e..f58168a413 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}ć€ć‚æćƒ¼ćƒŸćƒŠćƒ« ćƒ”ćƒƒć‚«ćƒ¼", "termCreateEntryAriaLabel": "{0} ć€ę–°ć—ć„ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ä½œęˆ", "workbench.action.terminal.newplus": "$(plus) ę–°ć—ć„ēµ±åˆć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ä½œęˆ", diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 76dbf9d84f..26dafe3bce 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "é–‹ć„ć¦ć„ć‚‹ć™ć¹ć¦ć®ć‚æćƒ¼ćƒŸćƒŠćƒ«ć‚’č”Øē¤ŗ", "terminal": "ć‚æćƒ¼ćƒŸćƒŠćƒ«", "terminalIntegratedConfigurationTitle": "ēµ±åˆć‚æćƒ¼ćƒŸćƒŠćƒ«", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "OS X ē«Æęœ«ć§ä½æē”Øć™ć‚‹ć‚³ćƒžćƒ³ćƒ‰ ćƒ©ć‚¤ćƒ³å¼•ę•°ć€‚", "terminal.integrated.shell.windows": "Windows ć§ć‚æćƒ¼ćƒŸćƒŠćƒ«ćŒä½æē”Øć™ć‚‹ć‚·ć‚§ćƒ«ć®ćƒ‘ć‚¹ć€‚ Windows ć«åŒę¢±ć•ć‚Œć¦ć„ć‚‹ć‚·ć‚§ćƒ«ć‚’ä½æē”Øć™ć‚‹å “åˆ (cmd态PowerShellć€ć¾ćŸćÆ Bash on Ubuntu) 怂", "terminal.integrated.shellArgs.windows": "Windows ć‚æćƒ¼ćƒŸćƒŠćƒ«äøŠć®å “åˆć«ä½æē”Øć•ć‚Œć‚‹ć‚³ćƒžćƒ³ćƒ‰ ćƒ©ć‚¤ćƒ³å¼•ę•°ć€‚", - "terminal.integrated.rightClickCopyPaste": "čØ­å®šć—ć¦ć„ć‚‹å “åˆć€ć‚æćƒ¼ćƒŸćƒŠćƒ«å†…ć§å³ć‚ÆćƒŖćƒƒć‚Æć—ćŸćØćć«ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼ć‚’č”Øē¤ŗć•ć›ćšć€éøęŠžēÆ„å›²ćŒć‚ć‚‹å “åˆćÆć‚³ćƒ”ćƒ¼ć€éøęŠžēÆ„å›²ćŒćŖć„å “åˆćÆč²¼ć‚Šä»˜ć‘ć®ę“ä½œć‚’č”Œć„ć¾ć™ć€‚", + "terminal.integrated.macOptionIsMeta": "macOS ć®ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§ćÆć€ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ ć‚­ćƒ¼ć‚’ćƒ”ć‚æ ć‚­ćƒ¼ćØć—ć¦ę‰±ć„ć¾ć™ć€‚", + "terminal.integrated.copyOnSelection": "čØ­å®šć—ćŸå “åˆć€ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§éøęŠžć—ć¦ć„ć‚‹ćƒ†ć‚­ć‚¹ćƒˆćÆć‚ÆćƒŖćƒƒćƒ—ćƒœćƒ¼ćƒ‰ć«ć‚³ćƒ”ćƒ¼ć•ć‚Œć¾ć™ć€‚", "terminal.integrated.fontFamily": "ē«Æęœ«ć®ćƒ•ć‚©ćƒ³ćƒˆ ćƒ•ć‚”ćƒŸćƒŖć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ę—¢å®šå€¤ćÆ editor.fontFamily ć«ćŖć‚Šć¾ć™ć€‚", "terminal.integrated.fontSize": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ćƒ•ć‚©ćƒ³ćƒˆ ć‚µć‚¤ć‚ŗć‚’ćƒ”ć‚Æć‚»ćƒ«å˜ä½ć§åˆ¶å¾”ć—ć¾ć™ć€‚", "terminal.integrated.lineHeight": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®č”Œć®é«˜ć•ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚ć“ć®ę•°å€¤ć«ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ćƒ•ć‚©ćƒ³ćƒˆ ć‚µć‚¤ć‚ŗć‚’ä¹—ē®—ć™ć‚‹ćØć€å®Ÿéš›ć®č”Œć®é«˜ć• (ćƒ”ć‚Æć‚»ćƒ«å˜ä½) ć«ćŖć‚Šć¾ć™ć€‚", - "terminal.integrated.enableBold": "ć‚æćƒ¼ćƒŸćƒŠćƒ«å†…ć§ćƒ†ć‚­ć‚¹ćƒˆć‚’å¤Ŗå­—ć«ć™ć‚‹ć‹ć©ć†ć‹ć€‚ć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚·ć‚§ćƒ«ć®ć‚µćƒćƒ¼ćƒˆćŒåæ…č¦ćŖć“ćØć«ę³Øę„ć—ć¦ćć ć•ć„ć€‚", + "terminal.integrated.fontWeight": "ć‚æćƒ¼ćƒŸćƒŠćƒ«å†…ć§å¤Ŗå­—ć§ćÆćŖć„ćƒ†ć‚­ć‚¹ćƒˆć«ä½æē”Øć™ć‚‹ćƒ•ć‚©ćƒ³ćƒˆć®å¤Ŗć•ć€‚", + "terminal.integrated.fontWeightBold": "ć‚æćƒ¼ćƒŸćƒŠćƒ«å†…ć§å¤Ŗå­—ć®ćƒ†ć‚­ć‚¹ćƒˆć«ä½æē”Øć™ć‚‹ćƒ•ć‚©ćƒ³ćƒˆć®å¤Ŗć•ć€‚", "terminal.integrated.cursorBlinking": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ć‚«ćƒ¼ć‚½ćƒ«ć‚’ē‚¹ę»…ć•ć›ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "terminal.integrated.cursorStyle": "ē«Æęœ«ć®ć‚«ćƒ¼ć‚½ćƒ«ć®ć‚¹ć‚æć‚¤ćƒ«ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "terminal.integrated.scrollback": "ē«Æęœ«ćŒćć®ćƒćƒƒćƒ•ć‚”ćƒ¼ć«äæęŒć§ćć‚‹ęœ€å¤§č”Œę•°ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", "terminal.integrated.setLocaleVariables": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®é–‹å§‹ę™‚ć«ćƒ­ć‚±ćƒ¼ćƒ«å¤‰ę•°ć‚’čØ­å®šć™ć‚‹ć‹ć©ć†ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚OS X ć§ćÆę—¢å®šć§ true ć«ćŖć‚Šć€ćć®ä»–ć®ćƒ—ćƒ©ćƒƒćƒˆćƒ•ć‚©ćƒ¼ćƒ ć§ćÆ false 恧恙怂", + "terminal.integrated.rightClickBehavior": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ćŒå³ć‚ÆćƒŖćƒƒć‚Æć«ć©ć®ć‚ˆć†ć«ååæœć™ć‚‹ć‹ć‚’åˆ¶å¾”ć—ć¾ć™ć€‚'default'态'copyPaste'态 'selectWord' ć‚’ęŒ‡å®šć§ćć¾ć™ć€‚'default' ćÆć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼ć‚’č”Øē¤ŗć—ć¾ć™ć€‚'copyPaste' ćÆéøęŠžēÆ„å›²ćŒć‚ć‚‹ćØć‚³ćƒ”ćƒ¼ć—ć€ćć†ć§ćŖć„å “åˆćÆč²¼ć‚Šä»˜ć‘ć‚’č”Œć„ć¾ć™ć€‚'selectWord' ćÆć‚«ćƒ¼ć‚½ćƒ«äø‹ć®å˜čŖžć‚’éøęŠžć—ć€ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼ć‚’č”Øē¤ŗć—ć¾ć™ć€‚", "terminal.integrated.cwd": "ē«Æęœ«ć‚’čµ·å‹•ć™ć‚‹ę˜Žē¤ŗēš„ćŖé–‹å§‹ćƒ‘ć‚¹ć§ć™ć€‚ć“ć‚ŒćÆć‚·ć‚§ćƒ« ćƒ—ćƒ­ć‚»ć‚¹ć®ē¾åœØć®ä½œę„­ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖ (cwd) ćØć—ć¦ä½æē”Øć•ć‚Œć¾ć™ć€‚ē‰¹ć«ćƒ«ćƒ¼ćƒˆ ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖćŒ cwd ć«é©ć—ć¦ć„ćŖć„å “åˆć«ć€ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®šć§å½¹ē«‹ć”ć¾ć™ć€‚", "terminal.integrated.confirmOnExit": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚»ćƒƒć‚·ćƒ§ćƒ³ćŒć‚ć‚‹å “åˆć«ēµ‚äŗ†ć®ē¢ŗčŖć‚’ć™ć‚‹ć‹ć©ć†ć‹ć€‚", + "terminal.integrated.enableBell": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ćƒ™ćƒ«ćŒęœ‰åŠ¹ć‹ć©ć†ć‹ć€‚", "terminal.integrated.commandsToSkipShell": "ć‚­ćƒ¼ćƒć‚¤ćƒ³ćƒ‰ćŒć‚·ć‚§ćƒ«ć«é€äæ”ć•ć‚Œćšć€ä»£ć‚ć‚Šć«åøøć« Code ć§å‡¦ē†ć•ć‚Œć‚‹ć‚³ćƒžćƒ³ćƒ‰ ID ć®ć‚»ćƒƒćƒˆć€‚ć“ć‚Œć«ć‚ˆć‚Šć€ć‚æćƒ¼ćƒŸćƒŠćƒ«ćŒćƒ•ć‚©ćƒ¼ć‚«ć‚¹ć•ć‚Œć¦ć„ćŖć„å “åˆćØåŒć˜å‹•ä½œć‚’ć™ć‚‹ć‚·ć‚§ćƒ«ć«ć‚ˆć£ć¦é€šåøøä½æē”Øć•ć‚Œć‚‹ć‚­ćƒ¼ćƒć‚¤ćƒ³ćƒ‰ć‚’ä½æē”Øć§ćć‚‹ć‚ˆć†ć«ćŖć‚Šć¾ć™ć€‚ä¾‹: Ctrl+p 恧 Quick Open を起動します。", "terminal.integrated.env.osx": "OS X ć®ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§ä½æē”Øć•ć‚Œć‚‹ VS Code ć®ćƒ—ćƒ­ć‚»ć‚¹ć«čæ½åŠ ć•ć‚Œć‚‹ē’°å¢ƒå¤‰ę•°ć‚’ęŒć¤ć‚Ŗćƒ–ć‚øć‚§ć‚Æćƒˆ", "terminal.integrated.env.linux": "Linux ć®ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§ä½æē”Øć•ć‚Œć‚‹ VS Code ć®ćƒ—ćƒ­ć‚»ć‚¹ć«čæ½åŠ ć•ć‚Œć‚‹ē’°å¢ƒå¤‰ę•°ć‚’ęŒć¤ć‚Ŗćƒ–ć‚øć‚§ć‚Æćƒˆ", "terminal.integrated.env.windows": "Windows ć®ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§ä½æē”Øć•ć‚Œć‚‹ VS Code ć®ćƒ—ćƒ­ć‚»ć‚¹ć«čæ½åŠ ć•ć‚Œć‚‹ē’°å¢ƒå¤‰ę•°ć‚’ęŒć¤ć‚Ŗćƒ–ć‚øć‚§ć‚Æćƒˆ", + "terminal.integrated.showExitAlert": "0 ä»„å¤–ć®ēµ‚äŗ†ć‚³ćƒ¼ćƒ‰ć®ćØć `ēµ‚äŗ†ć‚³ćƒ¼ćƒ‰ć‚’ä¼“ć£ć¦ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®å‡¦ē†ćŒēµ‚äŗ†ć—ć¾ć—ćŸ` ćØč­¦å‘Šć‚’č”Øē¤ŗć—ć¾ć™ć€‚", + "terminal.integrated.experimentalRestore": "VS Code ć®čµ·å‹•ę™‚ć«č‡Ŗå‹•ēš„ć«ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚»ćƒƒć‚·ćƒ§ćƒ³ć‚’å¾©å…ƒć™ć‚‹ć‹ć©ć†ć‹ć€‚ć“ć‚ŒćÆå®ŸéØ“ēš„ćŖčØ­å®šć§ć™ć€‚äøå…·åˆć‚„å°†ę„ēš„ć«å¤‰ę›“ć•ć‚Œć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", "terminalCategory": "ć‚æćƒ¼ćƒŸćƒŠćƒ«", "viewCategory": "蔨示" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 6015fb400a..03226ac497 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "ēµ±åˆć‚æćƒ¼ćƒŸćƒŠćƒ«ć®åˆ‡ć‚Šę›æćˆ", "workbench.action.terminal.kill": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖē«Æęœ«ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ć‚’å¼·åˆ¶ēµ‚äŗ†", "workbench.action.terminal.kill.short": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®å¼·åˆ¶ēµ‚äŗ†", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "ć™ć¹ć¦éøęŠž", "workbench.action.terminal.deleteWordLeft": "å·¦ć®ę–‡å­—ć‚’å‰Šé™¤", "workbench.action.terminal.deleteWordRight": "å³ć®ę–‡å­—ć‚’å‰Šé™¤", + "workbench.action.terminal.moveToLineStart": "č”Œć®å…ˆé ­ćøē§»å‹•", + "workbench.action.terminal.moveToLineEnd": "č”Œęœ«ć«ē§»å‹•", "workbench.action.terminal.new": "ę–°ć—ć„ēµ±åˆć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ä½œęˆ", "workbench.action.terminal.new.short": "ę–°ć—ć„ć‚æćƒ¼ćƒŸćƒŠćƒ«", + "workbench.action.terminal.newWorkspacePlaceholder": "ę–°ć—ć„ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ä½œę„­ćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖć‚’éøęŠžć—ć¦ćć ć•ć„", + "workbench.action.terminal.newInActiveWorkspace": "ę–°ć—ć„ēµ±åˆć‚æćƒ¼ćƒŸćƒŠćƒ«ć‚’ä½œęˆ (ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«)", + "workbench.action.terminal.split": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®åˆ†å‰²", + "workbench.action.terminal.focusPreviousPane": "å‰ć®ćƒšć‚¤ćƒ³ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", + "workbench.action.terminal.focusNextPane": "ę¬”ć®ćƒšć‚¤ćƒ³ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", + "workbench.action.terminal.resizePaneLeft": "ćƒšć‚¤ćƒ³ć‚’å·¦ć«ćƒŖć‚µć‚¤ć‚ŗ", + "workbench.action.terminal.resizePaneRight": "ćƒšć‚¤ćƒ³ć‚’å³ć«ćƒŖć‚µć‚¤ć‚ŗ", + "workbench.action.terminal.resizePaneUp": "ćƒšć‚¤ćƒ³ć‚’äøŠć«ćƒŖć‚µć‚¤ć‚ŗ", + "workbench.action.terminal.resizePaneDown": "ćƒšć‚¤ćƒ³ć‚’äø‹ć«ćƒŖć‚µć‚¤ć‚ŗ", "workbench.action.terminal.focus": "ē«Æęœ«ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "workbench.action.terminal.focusNext": "ę¬”ć®ē«Æęœ«ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", "workbench.action.terminal.focusPrevious": "å‰ć®ć‚æćƒ¼ćƒŸćƒŠćƒ«ć«ćƒ•ć‚©ćƒ¼ć‚«ć‚¹", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚æćƒ¼ćƒŸćƒŠćƒ«ć§éøęŠžć—ćŸćƒ†ć‚­ć‚¹ćƒˆć‚’å®Ÿč”Œ", "workbench.action.terminal.runActiveFile": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖćƒ•ć‚”ć‚¤ćƒ«ć‚’ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚æćƒ¼ćƒŸćƒŠćƒ«ć§å®Ÿč”Œ", "workbench.action.terminal.runActiveFile.noFile": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§å®Ÿč”Œć§ćć‚‹ć®ćÆć€ćƒ‡ć‚£ć‚¹ć‚ÆäøŠć®ćƒ•ć‚”ć‚¤ćƒ«ć®ćæć§ć™", - "workbench.action.terminal.switchTerminalInstance": "ć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚¤ćƒ³ć‚¹ć‚æćƒ³ć‚¹ć®åˆ‡ć‚Šę›æćˆ", + "workbench.action.terminal.switchTerminal": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®åˆ‡ć‚Šę›æćˆ", "workbench.action.terminal.scrollDown": "äø‹ć«ć‚¹ć‚Æćƒ­ćƒ¼ćƒ« (蔌)", "workbench.action.terminal.scrollDownPage": "ć‚¹ć‚Æćƒ­ćƒ¼ćƒ« ćƒ€ć‚¦ćƒ³ (ćƒšćƒ¼ć‚ø)", "workbench.action.terminal.scrollToBottom": "äø€ē•Ŗäø‹ć«ć‚¹ć‚Æćƒ­ćƒ¼ćƒ«", diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 6cc81e6461..1705aee410 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®čƒŒę™Æč‰²ć€‚ćƒ‘ćƒćƒ«ć”ćØć«ē•°ćŖć‚‹č‰²ć‚’ęŒ‡å®šć§ćć¾ć™ć€‚", "terminal.foreground": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®å‰ę™Æč‰²ć€‚", "terminalCursor.foreground": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ć‚«ćƒ¼ć‚½ćƒ«å‰ę™Æč‰²ć€‚", "terminalCursor.background": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ć‚«ćƒ¼ć‚½ćƒ«ć®čƒŒę™Æč‰²ć€‚ćƒ–ćƒ­ćƒƒć‚Æć‚«ćƒ¼ć‚½ćƒ«ć§é‡ć­ćŸę–‡å­—ć®č‰²ć‚’ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć§ćć¾ć™ć€‚", "terminal.selectionBackground": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®éøęŠžēÆ„å›²ć®čƒŒę™Æč‰²ć€‚", + "terminal.border": "ć‚æćƒ¼ćƒŸćƒŠćƒ«å†…ć®åˆ†å‰²ćƒ‘ćƒćƒ«ć‚’åŒŗåˆ‡ć‚‹å¢ƒē•Œē·šč‰²ć€‚ćƒ‡ćƒ•ć‚©ćƒ«ćƒˆćÆ panel.border 恧恙怂", "terminal.ansiColor": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć® '{0}' ANSI ć‚«ćƒ©ćƒ¼ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index 981936fe8f..5edd58baaf 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "{0} (ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®šćØć—ć¦å®šē¾©ć•ć‚Œć¦ć„ć‚‹) ć‚’ć‚æćƒ¼ćƒŸćƒŠćƒ«ć§čµ·å‹•ć™ć‚‹ć“ćØć‚’čØ±åÆć—ć¾ć™ć‹?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index 19f4b3b0c2..0eb7f6eaff 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 0e3e4090a6..405e39e223 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "ē©ŗē™½č”Œ", + "terminal.integrated.a11yPromptLabel": "ē«Æęœ«å…„åŠ›", + "terminal.integrated.a11yTooMuchOutput": "é€šēŸ„ć™ć‚‹å‡ŗåŠ›ćŒå¤šć™ćŽć¾ć™ć€‚č”Œć«ē§»å‹•ć—ć¦ę‰‹å‹•ć§čŖ­ćæå–ć£ć¦ćć ć•ć„", "terminal.integrated.copySelection.noSelection": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć«ć‚³ćƒ”ćƒ¼åÆ¾č±”ć®éøęŠžēÆ„å›²ćŒć‚ć‚Šć¾ć›ć‚“", "terminal.integrated.exitedWithCode": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®å‡¦ē†ćŒēµ‚äŗ†ć—ć¾ć—ćŸ (ēµ‚äŗ†ć‚³ćƒ¼ćƒ‰: {0})", "terminal.integrated.waitOnExit": "ä»»ę„ć®ć‚­ćƒ¼ć‚’ęŠ¼ć—ć¦ē«Æęœ«ć‚’ēµ‚äŗ†ć—ć¾ć™", - "terminal.integrated.launchFailed": "ć‚æćƒ¼ćƒŸćƒŠćƒ« ćƒ—ćƒ­ć‚»ć‚¹ ć‚³ćƒžćƒ³ćƒ‰ `{0}{1}` ć‚’čµ·å‹•ć§ćć¾ć›ć‚“ć§ć—ćŸ (ēµ‚äŗ†ć‚³ćƒ¼ćƒ‰: {2})" + "terminal.integrated.launchFailed": "ć‚æćƒ¼ćƒŸćƒŠćƒ«ć®ćƒ—ćƒ­ć‚»ć‚¹ ć‚³ćƒžćƒ³ćƒ‰ '{0}{1}' ć‚’čµ·å‹•ć§ćć¾ć›ć‚“ć§ć—ćŸ (ēµ‚äŗ†ć‚³ćƒ¼ćƒ‰: {2})" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index 829ad2adee..ed1b6d928d 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Altl ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćƒŖćƒ³ć‚Æå…ˆć‚’č”Øē¤ŗ", "terminalLinkHandler.followLinkCmd": "command ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćƒŖćƒ³ć‚Æå…ˆć‚’č”Øē¤ŗ", "terminalLinkHandler.followLinkCtrl": "Ctrl ć‚­ćƒ¼ć‚’ęŠ¼ć—ćŖćŒć‚‰ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćƒŖćƒ³ć‚Æå…ˆć‚’č”Øē¤ŗ" diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index acbc00bf88..4c90d0c120 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "ć‚³ćƒ”ćƒ¼", "paste": "č²¼ć‚Šä»˜ć‘", "selectAll": "ć™ć¹ć¦éøęŠž", - "clear": "ć‚ÆćƒŖć‚¢" + "clear": "ć‚ÆćƒŖć‚¢", + "split": "分割" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index 42ec3aff61..00ede53a50 100644 --- a/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗ ćƒœć‚æćƒ³ć‚’éøęŠžć—ć¦ć€ę—¢å®šć®ć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚·ć‚§ćƒ«ć‚’å¤‰ę›“ć§ćć¾ć™ć€‚", "customize": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć™ć‚‹", - "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", - "never again": "OKć€ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", + "never again": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", "terminal.integrated.chooseWindowsShell": "å„Ŗå…ˆć™ć‚‹ć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚·ć‚§ćƒ«ć‚’éøęŠžć—ć¾ć™ć€‚ć“ć‚ŒćÆå¾Œć§čØ­å®šć‹ć‚‰å¤‰ę›“ć§ćć¾ć™", "terminalService.terminalCloseConfirmationSingular": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚»ćƒƒć‚·ćƒ§ćƒ³ćŒ 1 ć¤ć‚ć‚Šć¾ć™ć€‚äø­ę­¢ć—ć¾ć™ć‹?", "terminalService.terminalCloseConfirmationPlural": "ć‚¢ć‚Æćƒ†ć‚£ćƒ–ćŖć‚æćƒ¼ćƒŸćƒŠćƒ« ć‚»ćƒƒć‚·ćƒ§ćƒ³ćŒ {0} å€‹ć‚ć‚Šć¾ć™ć€‚äø­ę­¢ć—ć¾ć™ć‹?" diff --git a/i18n/jpn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index ffdf047f3b..4c8d5d056b 100644 --- a/i18n/jpn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "é…č‰²ćƒ†ćƒ¼ćƒž", "themes.category.light": "ćƒ©ć‚¤ćƒˆ ćƒ†ćƒ¼ćƒž", "themes.category.dark": "ćƒ€ćƒ¼ć‚Æ ćƒ†ćƒ¼ćƒž", diff --git a/i18n/jpn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index da10c0d7f5..8a9f6312bf 100644 --- a/i18n/jpn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćÆć€ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć§ć®ćæčØ­å®šåÆčƒ½ćŖčØ­å®šćŒå«ć¾ć‚Œć¦ć„ć¾ć™ć€‚({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šć‚’é–‹ć", - "openDocumentation": "č©³ē“°ęƒ…å ±", - "ignore": "焔視" + "dontShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", + "unsupportedWorkspaceSettings": "ć“ć®ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć«ćÆć€ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć§ć®ćæčØ­å®šåÆčƒ½ćŖčØ­å®šćŒå«ć¾ć‚Œć¦ć„ć¾ć™ ({0})ć€‚č©³ē“°ęƒ…å ±ćÆ[恓恔悉]({1})ć‚’ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćć ć•ć„ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/jpn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index e94c335c5e..4e1c6c968b 100644 --- a/i18n/jpn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "ćƒŖćƒŖćƒ¼ć‚¹ ćƒŽćƒ¼ćƒˆ: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index 7b34e00fc0..fada221440 100644 --- a/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "ćƒŖćƒŖćƒ¼ć‚¹ ćƒŽćƒ¼ćƒˆ", - "updateConfigurationTitle": "ꛓꖰ", - "updateChannel": "ę›“ę–°ćƒćƒ£ćƒćƒ«ć‹ć‚‰č‡Ŗå‹•ę›“ę–°ć‚’å—äæ”ć™ć‚‹ć‹ć©ć†ć‹ć‚’ę§‹ęˆć—ć¾ć™ć€‚å¤‰ę›“å¾Œć«å†čµ·å‹•ćŒåæ…č¦ć§ć™ć€‚" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "ćƒŖćƒŖćƒ¼ć‚¹ ćƒŽćƒ¼ćƒˆ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 5007e4d58a..ce463e783a 100644 --- a/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "今恙恐ꛓꖰ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "後で", "unassigned": "ęœŖå‰²ć‚Šå½“ć¦", "releaseNotes": "ćƒŖćƒŖćƒ¼ć‚¹ ćƒŽćƒ¼ćƒˆ", "showReleaseNotes": "ćƒŖćƒŖćƒ¼ć‚¹ ćƒŽćƒ¼ćƒˆć®č”Øē¤ŗ", - "downloadNow": "ä»Šć™ććƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰", "read the release notes": "{0} v{1} ćøć‚ˆć†ć“ć! ćƒŖćƒŖćƒ¼ć‚¹ ćƒŽćƒ¼ćƒˆć‚’ē¢ŗčŖć—ć¾ć™ć‹?", - "licenseChanged": "ćƒ©ć‚¤ć‚»ćƒ³ć‚¹ę”é …ćŒå¤‰ę›“ć•ć‚Œć¾ć—ćŸć€‚å†…å®¹ć‚’ć”ē¢ŗčŖćć ć•ć„ć€‚", - "license": "ćƒ©ć‚¤ć‚»ćƒ³ć‚¹ć®é–²č¦§", + "licenseChanged": "ćƒ©ć‚¤ć‚»ćƒ³ć‚¹ę”é …ćŒå¤‰ę›“ć•ć‚Œć¾ć—ćŸć€‚[恓恔悉]({0}) ć‚’ć‚ÆćƒŖćƒƒć‚Æć—ć¦å†…å®¹ć‚’ć”ē¢ŗčŖćć ć•ć„ć€‚", "neveragain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", - "64bitisavailable": "64 惓惃惈 Windows 用の {0} ćŒåˆ©ē”ØåÆčƒ½ć«ćŖć‚Šć¾ć—ćŸļ¼", - "learn more": "č©³ē“°ęƒ…å ±", + "64bitisavailable": "64 惓惃惈 Windows 用の {0} ćŒåˆ©ē”ØåÆčƒ½ć«ćŖć‚Šć¾ć—ćŸļ¼č©³ē“°ęƒ…å ±ćÆ[恓恔悉]({1})ć‚’ć‚ÆćƒŖćƒƒć‚Æć—ć¦ćć ć•ć„ć€‚", "updateIsReady": "ꖰ恗恄ꛓꖰ {0} ćŒåˆ©ē”ØåÆčƒ½ć§ć™ć€‚", - "thereIsUpdateAvailable": "åˆ©ē”ØåÆčƒ½ćŖę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ćŒć‚ć‚Šć¾ć™ć€‚", - "updateAvailable": "{0} ćÆå†čµ·å‹•å¾Œć«ę›“ę–°ć•ć‚Œć¾ć™ć€‚", "noUpdatesAvailable": "ē¾åœØå…„ę‰‹åÆčƒ½ćŖę›“ę–°ćÆć‚ć‚Šć¾ć›ć‚“ć€‚", + "ok": "OK", + "download now": "ä»Šć™ććƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰", + "thereIsUpdateAvailable": "åˆ©ē”ØåÆčƒ½ćŖę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ćŒć‚ć‚Šć¾ć™ć€‚", + "installUpdate": "ę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«", + "updateAvailable": "åˆ©ē”ØåÆčƒ½ćŖę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ćŒć‚ć‚Šć¾ć™: {0} {1}", + "updateInstalling": "ćƒćƒƒć‚Æć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ć§ {0} {1} ćŒć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć™ć€‚å‡¦ē†ćŒå®Œäŗ†ę¬”ē¬¬ć€ćŠēŸ„ć‚‰ć›ć—ć¾ć™ć€‚", + "updateNow": "今恙恐ꛓꖰ", + "updateAvailableAfterRestart": "{0} ćÆå†čµ·å‹•å¾Œć«ę›“ę–°ć•ć‚Œć¾ć™ć€‚", "commandPalette": "ć‚³ćƒžćƒ³ćƒ‰ ćƒ‘ćƒ¬ćƒƒćƒˆ...", "settings": "設定", "keyboardShortcuts": "ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰ ć‚·ćƒ§ćƒ¼ćƒˆć‚«ćƒƒćƒˆ", + "showExtensions": "ę‹”å¼µę©Ÿčƒ½ć®ē®”ē†", + "userSnippets": "ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚¹ćƒ‹ćƒšćƒƒćƒˆ", "selectTheme.label": "é…č‰²ćƒ†ćƒ¼ćƒž", "themes.selectIconTheme.label": "ćƒ•ć‚”ć‚¤ćƒ« ć‚¢ć‚¤ć‚³ćƒ³ć®ćƒ†ćƒ¼ćƒž", - "not available": "ę›“ę–°ćÆåˆ©ē”Øć§ćć¾ć›ć‚“", + "checkForUpdates": "ę›“ę–°ć®ē¢ŗčŖ...", "checkingForUpdates": "ę›“ę–°ć‚’ē¢ŗčŖć—ć¦ć„ć¾ć™...", - "DownloadUpdate": "åˆ©ē”ØåÆčƒ½ćŖę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ć¾ć™", "DownloadingUpdate": "ę›“ę–°ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ć¦ć„ć¾ć™...", - "InstallingUpdate": "ę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", - "restartToUpdate": "å†čµ·å‹•ć—ć¦ę›“ę–°...", - "checkForUpdates": "ę›“ę–°ć®ē¢ŗčŖ..." + "installUpdate...": "ę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć®ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«...", + "installingUpdate": "ę›“ę–°ćƒ—ćƒ­ć‚°ćƒ©ćƒ ć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ć„ć¾ć™...", + "restartToUpdate": "å†čµ·å‹•ć—ć¦ę›“ę–°..." } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/jpn/src/vs/workbench/parts/views/browser/views.i18n.json index 77323e2fdd..aa45caea93 100644 --- a/i18n/jpn/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index 7b7a2d57fd..65fc8e2d98 100644 --- a/i18n/jpn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/jpn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index c1b06e8240..145f15c330 100644 --- a/i18n/jpn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "ć™ć¹ć¦ć®ć‚³ćƒžćƒ³ćƒ‰ć®č”Øē¤ŗ", "watermark.quickOpen": "ćƒ•ć‚”ć‚¤ćƒ«ć«ē§»å‹•ć™ć‚‹", "watermark.openFile": "ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć", diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index c6a50b39f7..93e5a0ecfa 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼", "welcomeOverlay.search": "č¤‡ę•°ćƒ•ć‚”ć‚¤ćƒ«ć®ę¤œē“¢", "welcomeOverlay.git": "ć‚½ćƒ¼ć‚¹ ć‚³ćƒ¼ćƒ‰ē®”ē†", diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index fbd940c7d4..8115583938 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "é€²åŒ–ć—ćŸē·Øé›†", "welcomePage.start": "開始", @@ -21,7 +23,7 @@ "welcomePage.gitHubRepository": "GitHub ćƒŖćƒć‚øćƒˆćƒŖ", "welcomePage.stackOverflow": "Stack Overflow", "welcomePage.showOnStartup": "čµ·å‹•ę™‚ć«ć‚¦ć‚§ćƒ«ć‚«ćƒ  ćƒšćƒ¼ć‚øć‚’č”Øē¤ŗ", - "welcomePage.customize": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗć™ć‚‹", + "welcomePage.customize": "ć‚«ć‚¹ć‚æćƒžć‚¤ć‚ŗ", "welcomePage.installExtensionPacks": "ćƒ„ćƒ¼ćƒ«ćØčØ€čŖž", "welcomePage.installExtensionPacksDescription": "{0} と {1} ć®ć‚µćƒćƒ¼ćƒˆć‚’ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć™ć‚‹ ", "welcomePage.moreExtensions": "ćć®ä»–", diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index 497366120c..921d20f588 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒ", "workbench.startupEditor.none": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ćŖć—ć§é–‹å§‹", "workbench.startupEditor.welcomePage": "ć‚¦ć‚§ćƒ«ć‚«ćƒ ćƒšćƒ¼ć‚øć‚’é–‹ćć¾ć™ (ę—¢å®š)怂", diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 0ee74727bf..bc610f70c0 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "悈恆恓恝", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "{0} ć®ć‚µćƒćƒ¼ćƒˆćÆę—¢ć«ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć™", "ok": "OK", "details": "詳瓰", - "cancel": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", "welcomePage.buttonBackground": "ć‚¦ć‚§ćƒ«ć‚«ćƒ  ćƒšćƒ¼ć‚øć®ćƒœć‚æćƒ³ć®čƒŒę™Æč‰²ć€‚", "welcomePage.buttonHoverBackground": "ć‚¦ć‚§ćƒ«ć‚«ćƒ  ćƒšćƒ¼ć‚øć®ćƒœć‚æćƒ³ć®ćƒ›ćƒćƒ¼čƒŒę™Æč‰²ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 1fccee043f..210e258bfd 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "åÆ¾č©±åž‹ćƒ—ćƒ¬ć‚¤ć‚°ćƒ©ć‚¦ćƒ³ćƒ‰", "editorWalkThrough": "åÆ¾č©±åž‹ćƒ—ćƒ¬ć‚¤ć‚°ćƒ©ć‚¦ćƒ³ćƒ‰" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index b40d485e72..f9131d938e 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "åÆ¾č©±åž‹ćƒ—ćƒ¬ć‚¤ć‚°ćƒ©ć‚¦ćƒ³ćƒ‰", "help": "ćƒ˜ćƒ«ćƒ—", "interactivePlayground": "åÆ¾č©±åž‹ćƒ—ćƒ¬ć‚¤ć‚°ćƒ©ć‚¦ćƒ³ćƒ‰" diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index 7380b20234..f24f4eb82e 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "äøŠć«ć‚¹ć‚Æćƒ­ćƒ¼ćƒ« (蔌)", "editorWalkThrough.arrowDown": "äø‹ć«ć‚¹ć‚Æćƒ­ćƒ¼ćƒ« (蔌)", "editorWalkThrough.pageUp": "ć‚¹ć‚Æćƒ­ćƒ¼ćƒ« ć‚¢ćƒƒćƒ— (ćƒšćƒ¼ć‚ø)", diff --git a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index f2d0c06274..99a02e14af 100644 --- a/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "ćƒć‚¤ćƒ³ćƒ‰ćŖć—", "walkThrough.gitNotFound": "ć‚·ć‚¹ćƒ†ćƒ ć« Git ćŒć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ćŖć„åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", "walkThrough.embeddedEditorBackground": "åÆ¾č©±åž‹ćƒ—ćƒ¬ć‚¤ć‚°ćƒ©ć‚¦ćƒ³ćƒ‰ć®åŸ‹ć‚č¾¼ćæć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®čƒŒę™Æč‰²ć€‚" diff --git a/i18n/jpn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..5eb80c502d --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ćÆé…åˆ—ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "requirestring": " `{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "optstring": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "vscode.extension.contributes.menuItem.command": "å®Ÿč”Œć™ć‚‹ć‚³ćƒžćƒ³ćƒ‰ć®č­˜åˆ„å­ć€‚ć‚³ćƒžćƒ³ćƒ‰ćÆ 'commands' ć‚»ć‚Æć‚·ćƒ§ćƒ³ć§å®£čØ€ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "vscode.extension.contributes.menuItem.alt": "å®Ÿč”Œć™ć‚‹åˆ„ć®ć‚³ćƒžćƒ³ćƒ‰ć®č­˜åˆ„å­ć€‚ć‚³ćƒžćƒ³ćƒ‰ćÆ 'commands' ć‚»ć‚Æć‚·ćƒ§ćƒ³ć§å®£čØ€ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "vscode.extension.contributes.menuItem.when": "ć“ć®é …ē›®ć‚’č”Øē¤ŗć™ć‚‹ćŸć‚ć«ęŗ€ćŸć™åæ…č¦ćŒć‚ć‚‹ę”ä»¶", + "vscode.extension.contributes.menuItem.group": "ć“ć®ć‚³ćƒžćƒ³ćƒ‰ćŒå±žć™ć‚‹ć‚°ćƒ«ćƒ¼ćƒ—", + "vscode.extension.contributes.menus": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ć‚’ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć«ęä¾›ć—ć¾ć™", + "menus.commandPalette": "ć‚³ćƒžćƒ³ćƒ‰ ćƒ‘ćƒ¬ćƒƒćƒˆ", + "menus.touchBar": "Touch Bar (macOS のみ)", + "menus.editorTitle": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚æć‚¤ćƒˆćƒ« ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.editorContext": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.explorerContext": "ć‚Øć‚Æć‚¹ćƒ—ćƒ­ćƒ¼ćƒ©ćƒ¼ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.editorTabContext": "ć‚Øćƒ‡ć‚£ć‚æćƒ¼ć®ć‚æćƒ–ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.debugCallstackContext": "ćƒ‡ćƒćƒƒć‚°ć®å‘¼ć³å‡ŗć—å±„ę­“ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.scmTitle": "ć‚½ćƒ¼ć‚¹ē®”ē†ć®ć‚æć‚¤ćƒˆćƒ« ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.scmSourceControl": "ć‚½ćƒ¼ć‚¹ē®”ē†ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.resourceGroupContext": "ć‚½ćƒ¼ć‚¹ē®”ē†ćƒŖć‚½ćƒ¼ć‚¹ ć‚°ćƒ«ćƒ¼ćƒ—ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼", + "menus.resourceStateContext": "ć‚½ćƒ¼ć‚¹ē®”ē†ćƒŖć‚½ćƒ¼ć‚¹ēŠ¶ę…‹ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼", + "view.viewTitle": "ęä¾›ć•ć‚ŒćŸćƒ“ćƒ„ćƒ¼ć®ć‚æć‚¤ćƒˆćƒ« ćƒ”ćƒ‹ćƒ„ćƒ¼", + "view.itemContext": "ęä¾›ć•ć‚ŒćŸćƒ“ćƒ„ćƒ¼é …ē›®ć®ć‚³ćƒ³ćƒ†ć‚­ć‚¹ćƒˆ ćƒ”ćƒ‹ćƒ„ćƒ¼", + "nonempty": "ē©ŗć§ćŖć„å€¤ćŒåæ…č¦ć§ć™ć€‚", + "opticon": "`icon` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć§ćć¾ć™ć€‚ęŒ‡å®šć™ć‚‹å “åˆć«ćÆć€ę–‡å­—åˆ—ć¾ćŸćÆ `{dark, light}` ćŖć©ć®ćƒŖćƒ†ćƒ©ćƒ«ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "requireStringOrObject": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` または `object` ć®åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "requirestrings": "ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć® `{0}` と `{1}` ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "vscode.extension.contributes.commandType.command": "å®Ÿč”Œć™ć‚‹ć‚³ćƒžćƒ³ćƒ‰ć®č­˜åˆ„å­", + "vscode.extension.contributes.commandType.title": "ć‚³ćƒžćƒ³ćƒ‰ćŒ UI ć«č”Øē¤ŗć•ć‚Œć‚‹éš›ć®ć‚æć‚¤ćƒˆćƒ«", + "vscode.extension.contributes.commandType.category": "(ēœē•„åÆčƒ½) ć‚³ćƒžćƒ³ćƒ‰åˆ„ć®ć‚«ćƒ†ć‚“ćƒŖę–‡å­—åˆ—ćŒ UI ć§ć‚°ćƒ«ćƒ¼ćƒ—åˆ†ć‘ć•ć‚Œć¾ć™", + "vscode.extension.contributes.commandType.icon": "(ēœē•„åÆčƒ½) UI ć§ć‚³ćƒžćƒ³ćƒ‰ć‚’č”Øć™ćŸć‚ć®ć‚¢ć‚¤ć‚³ćƒ³ć€‚ćƒ•ć‚”ć‚¤ćƒ« ćƒ‘ć‚¹ć€ć¾ćŸćÆćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖę§‹ęˆć®ć„ćšć‚Œć‹ć§ć™", + "vscode.extension.contributes.commandType.icon.light": "ćƒ©ć‚¤ćƒˆ ćƒ†ćƒ¼ćƒžćŒä½æē”Øć•ć‚Œć‚‹å “åˆć®ć‚¢ć‚¤ć‚³ćƒ³ ćƒ‘ć‚¹", + "vscode.extension.contributes.commandType.icon.dark": "ćƒ€ćƒ¼ć‚Æ ćƒ†ćƒ¼ćƒžćŒä½æē”Øć•ć‚Œć‚‹å “åˆć®ć‚¢ć‚¤ć‚³ćƒ³ ćƒ‘ć‚¹", + "vscode.extension.contributes.commands": "ć‚³ćƒžćƒ³ćƒ‰ ćƒ‘ćƒ¬ćƒƒćƒˆć«ć‚³ćƒžćƒ³ćƒ‰ć‚’ęä¾›ć—ć¾ć™ć€‚", + "dup": "ć‚³ćƒžćƒ³ćƒ‰ `{0}` が `commands` ć‚»ć‚Æć‚·ćƒ§ćƒ³ć§č¤‡ę•°å›žå‡ŗē¾ć—ć¾ć™ć€‚", + "menuId.invalid": "`{0}` ćÆęœ‰åŠ¹ćŖćƒ”ćƒ‹ćƒ„ćƒ¼č­˜åˆ„å­ć§ćÆć‚ć‚Šć¾ć›ć‚“", + "missing.command": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ćŒć€'commands' ć‚»ć‚Æć‚·ćƒ§ćƒ³ć§å®šē¾©ć•ć‚Œć¦ć„ćŖć„ć‚³ćƒžćƒ³ćƒ‰ `{0}` ć‚’å‚ē…§ć—ć¦ć„ć¾ć™ć€‚", + "missing.altCommand": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ćŒć€'commands' ć‚»ć‚Æć‚·ćƒ§ćƒ³ć§å®šē¾©ć•ć‚Œć¦ć„ćŖć„ alt ć‚³ćƒžćƒ³ćƒ‰ `{0}` ć‚’å‚ē…§ć—ć¦ć„ć¾ć™ć€‚", + "dupe.command": "ćƒ”ćƒ‹ćƒ„ćƒ¼é …ē›®ć«ćŠć„ć¦ć€ę—¢å®šćØ alt ć‚³ćƒžćƒ³ćƒ‰ćŒåŒć˜ć‚³ćƒžćƒ³ćƒ‰ć‚’å‚ē…§ć—ć¦ć„ć¾ć™" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index 799b42b9fa..053f353ef8 100644 --- a/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "čØ­å®šć®ę¦‚č¦ć§ć™ć€‚ć“ć®ćƒ©ćƒ™ćƒ«ćÆć€čØ­å®šćƒ•ć‚”ć‚¤ćƒ«ć§ć‚³ćƒ”ćƒ³ćƒˆć®åŒŗåˆ‡ć‚Šę–‡å­—ćØć—ć¦ä½æē”Øć—ć¾ć™ć€‚", "vscode.extension.contributes.configuration.properties": "ę§‹ęˆć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć®čŖ¬ę˜Žć§ć™ć€‚", "scope.window.description": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦å›ŗęœ‰ć®ę§‹ęˆć€‚ćƒ¦ćƒ¼ć‚¶ćƒ¼ć¾ćŸćÆćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®šć§ę§‹ęˆć§ćć¾ć™ć€‚", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć«ć¤ć‘ć‚‹ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ć®åå‰ć€‚", "workspaceConfig.uri.description": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć® URI", "workspaceConfig.settings.description": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®š", + "workspaceConfig.launch.description": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čµ·å‹•ę§‹ęˆ", "workspaceConfig.extensions.description": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ę‹”å¼µę©Ÿčƒ½", "unknownWorkspaceProperty": "äøę˜ŽćŖćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ę§‹ęˆć®ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/jpn/src/vs/workbench/services/configuration/node/configuration.i18n.json index 60bf4e08cf..e41e9f9fa0 100644 --- a/i18n/jpn/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/jpn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index 5433eec4f3..05f628b36b 100644 --- a/i18n/jpn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "ć‚æć‚¹ć‚Æę§‹ęˆć‚’é–‹ć", "openLaunchConfiguration": "čµ·å‹•ę§‹ęˆć‚’é–‹ć", - "close": "閉恘悋", "open": "čØ­å®šć‚’é–‹ć", "saveAndRetry": "äæå­˜ć—ć¦å†č©¦č”Œ", "errorUnknownKey": "{1} ćÆē™»éŒ²ęøˆćæć®ę§‹ęˆć§ćÆćŖć„ćŸć‚ć€{0} ć«ę›øćč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“ć€‚", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "{0} ćÆćƒžćƒ«ćƒ ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć§ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ ć‚¹ć‚³ćƒ¼ćƒ—ć‚’ć‚µćƒćƒ¼ćƒˆć—ć¦ć„ćŖć„ćŸć‚ć€ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šć‚’ę›øćč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“ć€‚", "errorInvalidFolderTarget": "ćƒŖć‚½ćƒ¼ć‚¹ćŒęŒ‡å®šć•ć‚Œć¦ć„ćŖć„ćŸć‚ć€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®šć«ę›øćč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“ć€‚", "errorNoWorkspaceOpened": "é–‹ć„ć¦ć„ć‚‹ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ćŒćŖć„ćŸć‚ć€{0} ć«ę›øćč¾¼ć‚€ć“ćØćŒć§ćć¾ć›ć‚“ć€‚ęœ€åˆć«ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć‚’é–‹ć„ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorInvalidTaskConfiguration": "タスク ćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**Tasks** ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorInvalidLaunchConfiguration": "čµ·å‹•ćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**Launch** ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorInvalidConfiguration": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**User Settings** ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorInvalidConfigurationWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**Workspace Settings** ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorInvalidConfigurationFolder": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®šć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**{0}** ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼é…äø‹ć® **Folder Settings** ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorTasksConfigurationFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ć‚æć‚¹ć‚Æ ćƒ•ć‚”ć‚¤ćƒ«ć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**Tasks Configuration**ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚ ", - "errorLaunchConfigurationFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€čµ·å‹•čØ­å®šć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**Launch Configuration**ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚ ", - "errorConfigurationFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**User Settings** ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorConfigurationFileDirtyWorkspace": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**Workspace Settings** ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorConfigurationFileDirtyFolder": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®šć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**{0}** é…äø‹ć® **Folder Settings** ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorInvalidTaskConfiguration": "ć‚æć‚¹ć‚Æę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorInvalidLaunchConfiguration": "čµ·å‹•ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorInvalidConfiguration": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorInvalidConfigurationWorkspace": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorInvalidConfigurationFolder": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®šć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚'{0}' ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®šć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorTasksConfigurationFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ć‚æć‚¹ć‚Æę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorLaunchConfigurationFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€čµ·å‹•ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorConfigurationFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorConfigurationFileDirtyWorkspace": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹čØ­å®šćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorConfigurationFileDirtyFolder": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®šć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚'{0}' ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼čØ­å®šćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", "userTarget": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®š", "workspaceTarget": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®čØ­å®š", "folderTarget": "ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®čØ­å®š" diff --git a/i18n/jpn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/jpn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index b9169937ee..d9452d230c 100644 --- a/i18n/jpn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "ćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", "errorFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒćƒ€ćƒ¼ćƒ†ć‚£ēŠ¶ę…‹ć§ć‚ć‚Šćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/jpn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index 7df1ec4094..6133814101 100644 --- a/i18n/jpn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/jpn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index 7df1ec4094..47bfc3eb71 100644 --- a/i18n/jpn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "ćƒ†ćƒ¬ćƒ”ćƒˆćƒŖ", "telemetry.enableCrashReporting": "ć‚Æćƒ©ćƒƒć‚·ćƒ„ ćƒ¬ćƒćƒ¼ćƒˆć‚’ Microsoft ć«é€äæ”ć™ć‚‹ć‚ˆć†ć«čØ­å®šć—ć¾ć™ć€‚\nć“ć®ć‚Ŗćƒ—ć‚·ćƒ§ćƒ³ć‚’ęœ‰åŠ¹ć«ć™ć‚‹ć«ćÆć€å†čµ·å‹•ćŒåæ…č¦ć§ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/jpn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 6891f80a33..56315ed432 100644 --- a/i18n/jpn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "å¼·čŖæć•ć‚ŒćŸé …ē›®ć‚’å«ć‚€" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/jpn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..7d21a8be91 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "はい(&&Y)", + "cancelButton": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«", + "moreFile": "...1 ć¤ć®čæ½åŠ ćƒ•ć‚”ć‚¤ćƒ«ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć¾ć›ć‚“", + "moreFiles": "...{0} å€‹ć®čæ½åŠ ćƒ•ć‚”ć‚¤ćƒ«ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć¾ć›ć‚“" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/jpn/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/jpn/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/jpn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..2d02a95014 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "VS Code ę‹”å¼µę©Ÿčƒ½ć®å “åˆć€ę‹”å¼µę©Ÿčƒ½ćØäŗ’ę›ę€§ć®ć‚ć‚‹ VS Code ćƒćƒ¼ć‚øćƒ§ćƒ³ć‚’ęŒ‡å®šć—ć¾ć™ć€‚* ć‚’ęŒ‡å®šć™ć‚‹ć“ćØćÆć§ćć¾ć›ć‚“ć€‚ćŸćØćˆć°ć€^0.10.5 ćÆęœ€å°ć® VS Code ćƒćƒ¼ć‚øćƒ§ćƒ³ 0.10.5 ćØć®äŗ’ę›ę€§ć‚’ē¤ŗć—ć¾ć™ć€‚", + "vscode.extension.publisher": "VS Code ę‹”å¼µę©Ÿčƒ½ć®å…¬é–‹å…ƒć€‚", + "vscode.extension.displayName": "VS Code ć‚®ćƒ£ćƒ©ćƒŖćƒ¼ć§ä½æē”Øć•ć‚Œć‚‹ę‹”å¼µę©Ÿčƒ½ć®č”Øē¤ŗåć€‚", + "vscode.extension.categories": "VS Code ć‚®ćƒ£ćƒ©ćƒŖćƒ¼ć§ę‹”å¼µę©Ÿčƒ½ć®åˆ†é”žć«ä½æē”Øć•ć‚Œć‚‹ć‚«ćƒ†ć‚“ćƒŖć€‚", + "vscode.extension.galleryBanner": "VS Code ćƒžćƒ¼ć‚±ćƒƒćƒˆćƒ—ćƒ¬ćƒ¼ć‚¹ć§ä½æē”Øć•ć‚Œć‚‹ćƒćƒŠćƒ¼ć€‚", + "vscode.extension.galleryBanner.color": "VS Code ćƒžćƒ¼ć‚±ćƒƒćƒˆćƒ—ćƒ¬ćƒ¼ć‚¹ ćƒšćƒ¼ć‚ø ćƒ˜ćƒƒćƒ€ćƒ¼äøŠć®ćƒćƒŠćƒ¼ć®č‰²ć€‚", + "vscode.extension.galleryBanner.theme": "ćƒćƒŠćƒ¼ć§ä½æē”Øć•ć‚Œć‚‹ćƒ•ć‚©ćƒ³ćƒˆć®é…č‰²ćƒ†ćƒ¼ćƒžć€‚", + "vscode.extension.contributes": "ć“ć®ćƒ‘ćƒƒć‚±ćƒ¼ć‚øć§č”Øć•ć‚Œć‚‹ VS Code ę‹”å¼µę©Ÿčƒ½ć®ć™ć¹ć¦ć®ć‚³ćƒ³ćƒˆćƒŖćƒ“ćƒ„ćƒ¼ć‚·ćƒ§ćƒ³ć€‚", + "vscode.extension.preview": "Marketplace 恧 Preview ćØć—ć¦ćƒ•ćƒ©ć‚°ćŒä»˜ć‘ć‚‰ć‚Œć‚‹ć‚ˆć†ć«ę‹”å¼µę©Ÿčƒ½ć‚’čØ­å®šć—ć¾ć™ć€‚", + "vscode.extension.activationEvents": "VS Code ę‹”å¼µę©Ÿčƒ½ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆć€‚", + "vscode.extension.activationEvents.onLanguage": "ęŒ‡å®šć•ć‚ŒćŸčØ€čŖžć‚’č§£ę±ŗć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ćŒé–‹ć‹ć‚Œć‚‹ćŸć³ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆćŒē™ŗč”Œć•ć‚Œć¾ć™ć€‚", + "vscode.extension.activationEvents.onCommand": "ęŒ‡å®šć—ćŸć‚³ćƒžćƒ³ćƒ‰ćŒå‘¼ć³å‡ŗć•ć‚Œć‚‹ćŸć³ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆćŒē™ŗč”Œć•ć‚Œć¾ć™ć€‚", + "vscode.extension.activationEvents.onDebug": "ćƒ‡ćƒćƒƒć‚°ć®é–‹å§‹ć¾ćŸćÆćƒ‡ćƒćƒƒć‚°ę§‹ęˆćŒć‚»ćƒƒćƒˆć‚¢ćƒƒćƒ—ć•ć‚Œć‚‹ćŸć³ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆćŒē™ŗč”Œć•ć‚Œć¾ć™ć€‚", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "\"launch.json\" ć‚’ä½œęˆć™ć‚‹åæ…č¦ćŒć‚ć‚‹ćŸć³ć« (ć¾ćŸćÆć€ć™ć¹ć¦ć® provideDebugConfiguration ćƒ”ć‚½ćƒƒćƒ‰ć‚’å‘¼ć³å‡ŗć™åæ…č¦ćŒć‚ć‚‹ćŸć³ć«) ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆć‚’ē™ŗč”Œć—ć¾ć™ć€‚", + "vscode.extension.activationEvents.onDebugResolve": "ē‰¹å®šć®ć‚æć‚¤ćƒ—ć®ćƒ‡ćƒćƒƒć‚° ć‚»ćƒƒć‚·ćƒ§ćƒ³ćŒčµ·å‹•ć•ć‚Œć‚‹ćŸć³ć«ļ¼ˆć¾ćŸćÆć€åÆ¾åæœć™ć‚‹ resolveDebugConfiguration ćƒ”ć‚½ćƒƒćƒ‰ć‚’å‘¼ć³å‡ŗć™åæ…č¦ćŒć‚ć‚‹ćŸć³ć«ļ¼‰ć€ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆć‚’ē™ŗč”Œć—ć¾ć™ć€‚", + "vscode.extension.activationEvents.workspaceContains": "ęŒ‡å®šć—ćŸ glob ćƒ‘ć‚æćƒ¼ćƒ³ć«äø€č‡“ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć‚’å°‘ćŖććØć‚‚ 1 ć¤ä»„äøŠå«ć‚€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć‚’é–‹ććŸć³ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆćŒē™ŗč”Œć•ć‚Œć¾ć™ć€‚", + "vscode.extension.activationEvents.onView": "ęŒ‡å®šć—ćŸćƒ“ćƒ„ćƒ¼ć‚’å±•é–‹ć™ć‚‹ćŸć³ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆćŒē™ŗč”Œć•ć‚Œć¾ć™ć€‚", + "vscode.extension.activationEvents.star": "VS Code čµ·å‹•ę™‚ć«ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆć‚’ē™ŗč”Œć—ć¾ć™ć€‚å„Ŗć‚ŒćŸć‚Øćƒ³ćƒ‰ćƒ¦ćƒ¼ć‚¶ćƒ¼ ć‚Øć‚Æć‚¹ćƒšćƒŖć‚Øćƒ³ć‚¹ć‚’ē¢ŗäæć™ć‚‹ćŸć‚ć«ć€ä»–ć®ć‚¢ć‚Æćƒ†ć‚£ćƒ–åŒ–ć‚¤ćƒ™ćƒ³ćƒˆć®ēµ„ćæåˆć‚ć›ć§ćÆęœ›ć‚€å‹•ä½œć«ćŖć‚‰ćŖć„ćØćć®ćæä½æē”Øć—ć¦ćć ć•ć„ć€‚", + "vscode.extension.badges": "Marketplace ć®ę‹”å¼µę©Ÿčƒ½ćƒšćƒ¼ć‚øć®ć‚µć‚¤ćƒ‰ćƒćƒ¼ć«č”Øē¤ŗć•ć‚Œć‚‹ćƒćƒƒć‚øć®é…åˆ—ć€‚", + "vscode.extension.badges.url": "ćƒćƒƒć‚øć®ć‚¤ćƒ”ćƒ¼ć‚ø URL怂", + "vscode.extension.badges.href": "ćƒćƒƒć‚øć®ćƒŖćƒ³ć‚Æć€‚", + "vscode.extension.badges.description": "ćƒćƒƒć‚øć®čŖ¬ę˜Žć€‚", + "vscode.extension.extensionDependencies": "ä»–ć®ę‹”å¼µę©Ÿčƒ½ć«åÆ¾ć™ć‚‹ä¾å­˜é–¢äæ‚ć€‚ę‹”å¼µę©Ÿčƒ½ć®č­˜åˆ„å­ćÆåøøć« ${publisher}.${name} です。例: vscode.csharp怂", + "vscode.extension.scripts.prepublish": "ćƒ‘ćƒƒć‚±ćƒ¼ć‚øćŒ VS Code ę‹”å¼µę©Ÿčƒ½ćØć—ć¦å…¬é–‹ć•ć‚Œć‚‹å‰ć«å®Ÿč”Œć•ć‚Œć‚‹ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć€‚", + "vscode.extension.scripts.uninstall": "VS ć‚³ćƒ¼ćƒ‰ę‹”å¼µę©Ÿčƒ½ć®ćƒ•ćƒƒć‚Æć‚’ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¾ć™ć€‚ VS ć‚³ćƒ¼ćƒ‰ć‹ć‚‰ę‹”å¼µę©Ÿčƒ½ć‚’å®Œå…Øć«ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ćŸę™‚ć«å®Ÿč”Œć•ć‚Œć‚‹ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć§ć™ć€‚ć‚¹ć‚ÆćƒŖćƒ—ćƒˆćÆć€ę‹”å¼µę©Ÿčƒ½ć‚’ć‚¢ćƒ³ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ćŸå¾Œć« VS ć‚³ćƒ¼ćƒ‰ć‚’å†čµ·å‹• (ć‚·ćƒ£ćƒƒćƒˆ ćƒ€ć‚¦ćƒ³ć—ć¦ć‹ć‚‰čµ·å‹•) ć—ćŸćØćć«å®Ÿč”Œć•ć‚Œć¾ć™ć€‚Node ć‚¹ć‚ÆćƒŖćƒ—ćƒˆć®ćæćŒć‚µćƒćƒ¼ćƒˆć•ć‚Œć¾ć™ć€‚", + "vscode.extension.icon": "128x128 ćƒ”ć‚Æć‚»ćƒ«ć®ć‚¢ć‚¤ć‚³ćƒ³ćøć®ćƒ‘ć‚¹ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 37c4d971a1..480495ffa1 100644 --- a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "ę‹”å¼µę©Ÿčƒ½ćƒ›ć‚¹ćƒˆćŒ 10 ē§’ä»„å†…ć«é–‹å§‹ć•ć‚Œć¾ć›ć‚“ć§ć—ćŸć€‚å…ˆé ­č”Œć§åœę­¢ć—ć¦ć„ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć€ē¶šč”Œć™ć‚‹ć«ćÆćƒ‡ćƒćƒƒć‚¬ćƒ¼ćŒåæ…č¦ć§ć™ć€‚", "extensionHostProcess.startupFail": "ę‹”å¼µę©Ÿčƒ½ćƒ›ć‚¹ćƒˆćŒ 10 ē§’ä»„å†…ć«é–‹å§‹ć•ć‚Œć¾ć›ć‚“ć§ć—ćŸć€‚å•é”ŒćŒē™ŗē”Ÿć—ć¦ć„ć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", + "reloadWindow": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å†čŖ­ćæč¾¼ćæ", "extensionHostProcess.error": "ę‹”å¼µę©Ÿčƒ½ćƒ›ć‚¹ćƒˆć‹ć‚‰ć®ć‚Øćƒ©ćƒ¼: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 24243ff33a..9d10e0ac69 100644 --- a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) ę‹”å¼µę©Ÿčƒ½ćƒ›ć‚¹ćƒˆć®ćƒ—ćƒ­ćƒ•ć‚”ć‚¤ćƒŖćƒ³ć‚°..." } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index 7d36d86d27..212e302dd6 100644 --- a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "{0} ć‚’č§£ęžć§ćć¾ć›ć‚“: {1}怂", "fileReadFail": "ćƒ•ć‚”ć‚¤ćƒ« {0} ć‚’čŖ­ćæå–ć‚Œć¾ć›ć‚“: {1}怂", - "jsonsParseFail": "{0} または {1} ć‚’č§£ęžć§ćć¾ć›ć‚“ć§ć—ćŸ: {2}怂", + "jsonsParseReportErrors": "{0} ć‚’č§£ęžć§ćć¾ć›ć‚“: {1}怂", "missingNLSKey": "ć‚­ćƒ¼ {0} ć®ćƒ”ćƒƒć‚»ćƒ¼ć‚øćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index d5997e6170..f506afe894 100644 --- a/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "é–‹ē™ŗč€…ćƒ„ćƒ¼ćƒ«", - "restart": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ›ć‚¹ćƒˆć‚’å†čµ·å‹•", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ›ć‚¹ćƒˆćŒäŗˆęœŸć›ćšć«ēµ‚äŗ†ć—ć¾ć—ćŸć€‚", "extensionHostProcess.unresponsiveCrash": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ›ć‚¹ćƒˆćŒåæœē­”ć—ćŖć„ćŸć‚ēµ‚äŗ†ć—ć¾ć—ćŸć€‚", + "devTools": "é–‹ē™ŗč€…ćƒ„ćƒ¼ćƒ«", + "restart": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ›ć‚¹ćƒˆć‚’å†čµ·å‹•", "overwritingExtension": "ę‹”å¼µę©Ÿčƒ½ {0} 悒 {1} ć§äøŠę›øćć—ć¦ć„ć¾ć™ć€‚", "extensionUnderDevelopment": "é–‹ē™ŗć®ę‹”å¼µę©Ÿčƒ½ć‚’ {0} に読み込んでいます", - "extensionCache.invalid": "ę‹”å¼µę©Ÿčƒ½ćŒćƒ‡ć‚£ć‚¹ć‚ÆäøŠć§å¤‰ę›“ć•ć‚Œć¦ć„ć¾ć™ć€‚ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’å†čŖ­ćæč¾¼ćæć—ć¦ćć ć•ć„ć€‚" + "extensionCache.invalid": "ę‹”å¼µę©Ÿčƒ½ćŒćƒ‡ć‚£ć‚¹ć‚ÆäøŠć§å¤‰ę›“ć•ć‚Œć¦ć„ć¾ć™ć€‚ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć‚’å†čŖ­ćæč¾¼ćæć—ć¦ćć ć•ć„ć€‚", + "reloadWindow": "ć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®å†čŖ­ćæč¾¼ćæ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/jpn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..9ac50b368e --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "{0} ć‚’č§£ęžć§ćć¾ć›ć‚“: {1}怂", + "fileReadFail": "ćƒ•ć‚”ć‚¤ćƒ« {0} ć‚’čŖ­ćæå–ć‚Œć¾ć›ć‚“: {1}怂", + "jsonsParseReportErrors": "{0} ć‚’č§£ęžć§ćć¾ć›ć‚“: {1}怂", + "missingNLSKey": "ć‚­ćƒ¼ {0} ć®ćƒ”ćƒƒć‚»ćƒ¼ć‚øćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ć§ć—ćŸć€‚", + "notSemver": "ę‹”å¼µę©Ÿčƒ½ć®ćƒćƒ¼ć‚øćƒ§ćƒ³ćŒ semver ćØäŗ’ę›ę€§ćŒć‚ć‚Šć¾ć›ć‚“ć€‚", + "extensionDescription.empty": "ē©ŗć®ę‹”å¼µę©Ÿčƒ½ć®čŖ¬ę˜Žć‚’å…„ę‰‹ć—ć¾ć—ćŸ", + "extensionDescription.publisher": " `{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "extensionDescription.name": " `{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "extensionDescription.version": " `{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "extensionDescription.engines": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "extensionDescription.engines.vscode": " `{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "extensionDescription.extensionDependencies": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string[]` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "extensionDescription.activationEvents1": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string[]` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "extensionDescription.activationEvents2": "ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ `{0}` と `{1}` ćÆć€äø”ę–¹ćØć‚‚ęŒ‡å®šć™ć‚‹ć‹äø”ę–¹ćØć‚‚ēœē•„ć—ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "extensionDescription.main1": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "extensionDescription.main2": "ę‹”å¼µę©Ÿčƒ½ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ({1}) の中に `main` ({0}) ćŒå«ć¾ć‚Œć‚‹ć“ćØćŒäŗˆęœŸć•ć‚Œć¾ć™ć€‚ć“ć‚Œć«ć‚ˆć‚Šę‹”å¼µę©Ÿčƒ½ć‚’ē§»ę¤ć§ććŖććŖć‚‹åÆčƒ½ę€§ćŒć‚ć‚Šć¾ć™ć€‚", + "extensionDescription.main3": "ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ `{0}` と `{1}` ćÆć€äø”ę–¹ćØć‚‚ęŒ‡å®šć™ć‚‹ć‹äø”ę–¹ćØć‚‚ēœē•„ć—ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 06ea331e81..ee55ecde77 100644 --- a/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Microsoft .NET Framework 4.5 ćŒåæ…č¦ć§ć™ć€‚ćƒŖćƒ³ć‚Æć«ē§»å‹•ć—ć¦ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ćć ć•ć„ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": ".NET Framework 4.5 ć‚’ćƒ€ć‚¦ćƒ³ćƒ­ćƒ¼ćƒ‰ć—ć¾ć™", "neverShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", + "netVersionError": "Microsoft .NET Framework 4.5 ćŒåæ…č¦ć§ć™ć€‚ćƒŖćƒ³ć‚Æć«ē§»å‹•ć—ć¦ć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć—ć¦ćć ć•ć„ć€‚", + "learnMore": "čŖ¬ę˜Žę›ø", + "enospcError": "{0} ćÆćƒ•ć‚”ć‚¤ćƒ« ćƒćƒ³ćƒ‰ćƒ«ć‚’ä½æć„ęžœćŸć—ć¦ć„ć¾ć™ć€‚ć“ć®å•é”Œć‚’č§£ę±ŗć™ć‚‹ć«ćÆć€ćƒŖćƒ³ć‚Æć®ę‰‹é †ć«å¾“ć£ć¦ćć ć•ć„ć€‚", + "binFailed": "'{0}' ć‚’ć”ćæē®±ć«ē§»å‹•ć§ćć¾ć›ć‚“ć§ć—ćŸ", "trashFailed": "'{0}' ć‚’ć”ćæē®±ć«ē§»å‹•ć§ćć¾ć›ć‚“ć§ć—ćŸ" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/jpn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 26fc540488..6c51852e85 100644 --- a/i18n/jpn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "ćƒ•ć‚”ć‚¤ćƒ«ćÆćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖć§ć™", + "fileNotModifiedError": "ćƒ•ć‚”ć‚¤ćƒ«ćÆę¬”ć®ę™‚ē‚¹ä»„å¾Œć«å¤‰ę›“ć•ć‚Œć¦ć„ć¾ć›ć‚“:", "fileBinaryError": "ćƒ•ć‚”ć‚¤ćƒ«ćÆćƒć‚¤ćƒŠćƒŖć®ć‚ˆć†ćŖć®ć§ć€ćƒ†ć‚­ć‚¹ćƒˆćØć—ć¦é–‹ćć“ćØćŒć§ćć¾ć›ć‚“" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json index 104db33f63..1fad6594f7 100644 --- a/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "ćƒ•ć‚”ć‚¤ćƒ«ć®ćƒŖć‚½ćƒ¼ć‚¹ ({0}) ćŒē„”åŠ¹ć§ć™", "fileIsDirectoryError": "ćƒ•ć‚”ć‚¤ćƒ«ćÆćƒ‡ć‚£ćƒ¬ć‚ÆćƒˆćƒŖć§ć™", "fileNotModifiedError": "ćƒ•ć‚”ć‚¤ćƒ«ćÆę¬”ć®ę™‚ē‚¹ä»„å¾Œć«å¤‰ę›“ć•ć‚Œć¦ć„ć¾ć›ć‚“:", + "fileTooLargeForHeapError": "ćƒ•ć‚”ć‚¤ćƒ« ć‚µć‚¤ć‚ŗćŒć‚¦ć‚£ćƒ³ćƒ‰ć‚¦ć®ćƒ”ćƒ¢ćƒŖåˆ¶é™ć‚’č¶…ćˆć¾ć—ćŸć€‚code --max-memory=NEWSIZE ć‚’ćŠč©¦ć—ćć ć•ć„", "fileTooLargeError": "é–‹ććƒ•ć‚”ć‚¤ćƒ«ćŒå¤§ćć™ćŽć¾ć™", "fileNotFoundError": "ćƒ•ć‚”ć‚¤ćƒ«ćŒč¦‹ć¤ć‹ć‚Šć¾ć›ć‚“ ({0})", "fileBinaryError": "ćƒ•ć‚”ć‚¤ćƒ«ćÆćƒć‚¤ćƒŠćƒŖć®ć‚ˆć†ćŖć®ć§ć€ćƒ†ć‚­ć‚¹ćƒˆćØć—ć¦é–‹ćć“ćØćŒć§ćć¾ć›ć‚“", + "filePermission": "ćƒ•ć‚”ć‚¤ćƒ«ćøć®ę›øćč¾¼ćæčØ±åÆćŒę‹’å¦ć•ć‚Œć¾ć—ćŸ ({0})", "fileExists": "ē”Ÿęˆć—ć‚ˆć†ćØć—ć¦ć„ć‚‹ćƒ•ć‚”ć‚¤ćƒ« ({0}) ćÆę—¢ć«å­˜åœØć—ć¦ć„ć¾ć™", "fileMoveConflict": "移動/ć‚³ćƒ”ćƒ¼ć§ćć¾ć›ć‚“ć€‚ē§»å‹•/ć‚³ćƒ”ćƒ¼å…ˆć«ćƒ•ć‚”ć‚¤ćƒ«ćŒę—¢ć«å­˜åœØć—ć¾ć™ć€‚", "unableToMoveCopyError": "移動/ć‚³ćƒ”ćƒ¼ć§ćć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ćŒå«ć¾ć‚Œć‚‹ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćŒē½®ćę›ć‚ć‚‹ć“ćØć«ćŖć‚Šć¾ć™ć€‚", diff --git a/i18n/jpn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..4bc457c95d --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "JSON ć‚¹ć‚­ćƒ¼ćƒžę§‹ęˆć‚’ęä¾›ć—ć¾ć™ć€‚", + "contributes.jsonValidation.fileMatch": "äø€č‡“ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ« ćƒ‘ć‚æćƒ¼ćƒ³ć€ćŸćØćˆć° \"package.json\" または \"*.launch\" 恧恙怂", + "contributes.jsonValidation.url": "ć‚¹ć‚­ćƒ¼ćƒž URL ('http:', 'https:') ć¾ćŸćÆę‹”å¼µę©Ÿčƒ½ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ćøć®ē›øåÆ¾ćƒ‘ć‚¹ ('./') 恧恙怂", + "invalid.jsonValidation": "'configuration.jsonValidation' ćÆé…åˆ—ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "invalid.fileMatch": "'configuration.jsonValidation.fileMatch' ćŒå®šē¾©ć•ć‚Œć¦ć„ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "invalid.url": "'configuration.jsonValidation.url' は、URL ć¾ćŸćÆē›øåÆ¾ćƒ‘ć‚¹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", + "invalid.url.fileschema": "'configuration.jsonValidation.url' ćÆę­£ć—ććŖć„ē›øåÆ¾ URL 恧恙: {0}", + "invalid.url.schema": "'configuration.jsonValidation.url' は、'http:'态'https:'ć€ć¾ćŸćÆę‹”å¼µę©Ÿčƒ½ć«ć‚ć‚‹ć‚¹ć‚­ćƒ¼ćƒžć‚’å‚ē…§ć™ć‚‹ './' ć§å§‹ć¾ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index a1062893f1..2d46843a04 100644 --- a/i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "Unable to write because the file is dirty. Please save the **Keybindings** file and try again.", - "parseErrors": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ ćƒ•ć‚”ć‚¤ćƒ«**ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "errorInvalidConfiguration": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚**ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ ćƒ•ć‚”ć‚¤ćƒ«**ć«ćÆć€é…åˆ—åž‹ć§ćÆćŖć„ć‚Ŗćƒ–ć‚øć‚§ć‚ÆćƒˆćŒå­˜åœØć—ć¾ć™ć€‚ć‚ÆćƒŖćƒ¼ćƒ³ ć‚¢ćƒƒćƒ—ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "ć‚­ćƒ¼ćƒć‚¤ćƒ³ćƒ‰ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ć¾ćšćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "parseErrors": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", + "errorInvalidConfiguration": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć‚’ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚é…åˆ—åž‹ć§ćÆćŖć„ć‚Ŗćƒ–ć‚øć‚§ć‚ÆćƒˆćŒå­˜åœØć—ć¾ć™ć€‚ć‚ÆćƒŖćƒ¼ćƒ³ ć‚¢ćƒƒćƒ—ć™ć‚‹ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", "emptyKeybindingsHeader": "ę—¢å®šå€¤ć‚’äøŠę›øćć™ć‚‹ć«ćÆć€ć“ć®ćƒ•ć‚”ć‚¤ćƒ«å†…ć«ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć‚’ęŒæå…„ć—ć¾ć™" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 4845e670df..15a1de6fa6 100644 --- a/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,26 +1,29 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "ē©ŗä»„å¤–ć®å€¤ćŒåæ…č¦ć§ć™ć€‚", "requirestring": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆåæ…é ˆć§ć€`string` åž‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“", "optstring": "`{0}` ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆēœē•„ć™ć‚‹ć‹ć€`string` åž‹ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", "vscode.extension.contributes.keybindings.command": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®ćƒˆćƒŖć‚¬ćƒ¼ę™‚ć«å®Ÿč”Œć™ć‚‹ć‚³ćƒžćƒ³ćƒ‰ć®č­˜åˆ„å­ć€‚", - "vscode.extension.contributes.keybindings.key": "ć‚­ćƒ¼ć¾ćŸćÆć‚­ćƒ¼ ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ (ć‚­ćƒ¼ćÆ + ć§åŒŗåˆ‡ć‚Šć€ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ćÆć‚¹ćƒšćƒ¼ć‚¹ć§åŒŗåˆ‡ć‚‹ć€‚ä¾‹: Ctrl+O 悄 Ctrl+L L ć®ć‚ˆć†ć«ć‚­ćƒ¼ć‚’åŒę™‚ć«ęŠ¼ć™)怂", + "vscode.extension.contributes.keybindings.key": "ć‚­ćƒ¼ć¾ćŸćÆć‚­ćƒ¼ ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ (ć‚­ćƒ¼ćÆ + ć§åŒŗåˆ‡ć‚Šć€ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ćÆć‚¹ćƒšćƒ¼ć‚¹ć§åŒŗåˆ‡ć‚Šć¾ć™ć€‚ä¾‹: Ctrl+O态Ctrl+L L)怂", "vscode.extension.contributes.keybindings.mac": "Mac å›ŗęœ‰ć®ć‚­ćƒ¼ć¾ćŸćÆć‚­ćƒ¼ ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ć€‚", "vscode.extension.contributes.keybindings.linux": "Linux å›ŗęœ‰ć®ć‚­ćƒ¼ć¾ćŸćÆć‚­ćƒ¼ ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ć€‚", "vscode.extension.contributes.keybindings.win": "Windows å›ŗęœ‰ć®ć‚­ćƒ¼ć¾ćŸćÆć‚­ćƒ¼ ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ć€‚", - "vscode.extension.contributes.keybindings.when": "ć‚­ćƒ¼ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ–ć®å “åˆć®ę”ä»¶ć€‚", + "vscode.extension.contributes.keybindings.when": "ć‚­ćƒ¼ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ–ć«ćŖć‚‹ćØćć®ę”ä»¶ć€‚", "vscode.extension.contributes.keybindings": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć‚’ęä¾›ć—ć¾ć™ć€‚", "invalid.keybindings": "ę­£ć—ććŖć„ `contributes.{0}`: {1}", "unboundCommands": "ä»–ć«ä½æē”Øć§ćć‚‹ć‚³ćƒžćƒ³ćƒ‰ćÆę¬”ć®ćØćŠć‚Šć§ć™: ", "keybindings.json.title": "ć‚­ćƒ¼ ćƒć‚¤ćƒ³ćƒ‰ć®ę§‹ęˆ", - "keybindings.json.key": "ć‚­ćƒ¼ć¾ćŸćÆć‚­ćƒ¼ ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ (ć‚¹ćƒšćƒ¼ć‚¹ć§åŒŗåˆ‡ć‚‹) ć‚’ęŠ¼ć—ć¾ć™", + "keybindings.json.key": "ć‚­ćƒ¼ć¾ćŸćÆć‚­ćƒ¼ ć‚·ćƒ¼ć‚±ćƒ³ć‚¹ (ć‚¹ćƒšćƒ¼ć‚¹ć§åŒŗåˆ‡ć‚‹)", "keybindings.json.command": "å®Ÿč”Œć™ć‚‹ć‚³ćƒžćƒ³ćƒ‰ć®åå‰", - "keybindings.json.when": "ć‚­ćƒ¼ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ–ć®å “åˆć®ę”ä»¶ć€‚", + "keybindings.json.when": "ć‚­ćƒ¼ćŒć‚¢ć‚Æćƒ†ć‚£ćƒ–ć«ćŖć‚‹ćØćć®ę”ä»¶ć€‚", "keybindings.json.args": "å®Ÿč”Œć™ć‚‹ć‚³ćƒžćƒ³ćƒ‰ć«ęø”ć™å¼•ę•°ć€‚", "keyboardConfigurationTitle": "ć‚­ćƒ¼ćƒœćƒ¼ćƒ‰", - "dispatch": "`code` (ęŽØå„Ø) または `keyCode` ć®ć„ćšć‚Œć‹ć‚’ä½æē”Øć™ć‚‹ć‚­ćƒ¼ę“ä½œć®ćƒ‡ć‚£ć‚¹ćƒ‘ćƒƒćƒ ćƒ­ć‚øćƒƒć‚Æć‚’åˆ¶å¾”ć—ć¾ć™ć€‚" + "dispatch": "`code` (ęŽØå„Ø) または `keyCode` ć®ć„ćšć‚Œć‹ć‚’ä½æē”Øć™ć‚‹ć‚­ćƒ¼ę“ä½œć®ćƒ‡ć‚£ć‚¹ćƒ‘ćƒƒćƒ ćƒ­ć‚øćƒƒć‚Æć‚’åˆ¶å¾”ć—ć¾ć™ć€‚", + "touchbar.enabled": "åˆ©ē”ØåÆčƒ½ć§ć‚ć‚Œć° macOS 恮 Touch Bar ćƒœć‚æćƒ³ć‚’ęœ‰åŠ¹ć«ć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/jpn/src/vs/workbench/services/message/browser/messageList.i18n.json index 3495f0033a..4d89d1be1a 100644 --- a/i18n/jpn/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "ć‚Øćƒ©ćƒ¼: {0}", "alertWarningMessage": "č­¦å‘Š: {0}", "alertInfoMessage": "ęƒ…å ±: {0}", diff --git a/i18n/jpn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/jpn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index ceb9ff2714..ea8811ddca 100644 --- a/i18n/jpn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "はい(&&Y)", "cancelButton": "ć‚­ćƒ£ćƒ³ć‚»ćƒ«" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/jpn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 8efb5f6741..3f3f0fccf3 100644 --- a/i18n/jpn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "čØ€čŖžć®å®£čØ€ć‚’ęä¾›ć—ć¾ć™ć€‚", "vscode.extension.contributes.languages.id": "čØ€čŖžć® ID怂", "vscode.extension.contributes.languages.aliases": "čØ€čŖžć®åå‰ć®ć‚Øć‚¤ćƒŖć‚¢ć‚¹ć€‚", diff --git a/i18n/jpn/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/jpn/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/jpn/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index bef6d6ac19..f2ed54bfb4 100644 --- a/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "TextMate ćƒˆćƒ¼ć‚ÆćƒŠć‚¤ć‚¶ćƒ¼ć‚’ęä¾›ć—ć¾ć™ć€‚", "vscode.extension.contributes.grammars.language": "ć“ć®ę§‹ę–‡ć®ęä¾›å…ˆć®čØ€čŖžč­˜åˆ„å­ć§ć™ć€‚", "vscode.extension.contributes.grammars.scopeName": "tmLanguage ćƒ•ć‚”ć‚¤ćƒ«ć«ć‚ˆć‚Šä½æē”Øć•ć‚Œć‚‹ TextMate ć‚¹ć‚³ćƒ¼ćƒ—åć€‚", diff --git a/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index 8ff4f98ce5..99d7cfb96e 100644 --- a/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "`contributes.{0}.language` ć§äøę˜ŽćŖčØ€čŖžć§ć™ć€‚ęä¾›ć•ć‚ŒćŸå€¤: {1}", "invalid.scopeName": "`contributes.{0}.scopeName` ć«ćÆę–‡å­—åˆ—ćŒåæ…č¦ć§ć™ć€‚ęä¾›ć•ć‚ŒćŸå€¤: {1}", "invalid.path.0": "`contributes.{0}.path` ć«ę–‡å­—åˆ—ćŒåæ…č¦ć§ć™ć€‚ęä¾›ć•ć‚ŒćŸå€¤: {1}", diff --git a/i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index cb836680bb..043997ccf6 100644 --- a/i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "ćƒ•ć‚”ć‚¤ćƒ«ćŒćƒ€ćƒ¼ćƒ†ć‚£ć§ć™ć€‚ć¾ćšäæå­˜ć—ć¦ć‹ć‚‰ć€åˆ„ć®ć‚Øćƒ³ć‚³ćƒ¼ćƒ‰ć§å†åŗ¦é–‹ć„ć¦ćć ć•ć„ć€‚", "genericSaveError": "'{0}' ć®äæå­˜ć«å¤±ę•—ć—ć¾ć—ćŸ: {1}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/jpn/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 047c6f1369..048741faa5 100644 --- a/i18n/jpn/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "å¤‰ę›“ć•ć‚ŒćŸćƒ•ć‚”ć‚¤ćƒ«ć‚’ćƒćƒƒć‚Æć‚¢ćƒƒćƒ—å “ę‰€ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć§ć—ćŸ (ć‚Øćƒ©ćƒ¼: {0})ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ćŖćŠć—ć¦ēµ‚äŗ†ć—ć¦ćć ć•ć„ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index 2b4d38667b..c02b7738e1 100644 --- a/i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "{0} ć«åŠ ćˆćŸå¤‰ę›“ć‚’äæå­˜ć—ć¾ć™ć‹?", "saveChangesMessages": "ꬔ恮 {0} ćƒ•ć‚”ć‚¤ćƒ«ć«åÆ¾ć™ć‚‹å¤‰ę›“ć‚’äæå­˜ć—ć¾ć™ć‹?", - "moreFile": "...1 ć¤ć®čæ½åŠ ćƒ•ć‚”ć‚¤ćƒ«ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć¾ć›ć‚“", - "moreFiles": "...{0} å€‹ć®čæ½åŠ ćƒ•ć‚”ć‚¤ćƒ«ćŒč”Øē¤ŗć•ć‚Œć¦ć„ć¾ć›ć‚“", "saveAll": "ć™ć¹ć¦äæå­˜(&&S)", "save": "äæå­˜(&&S)", "dontSave": "äæå­˜ć—ćŖć„(&&N)", diff --git a/i18n/jpn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..74271799d9 --- /dev/null +++ b/i18n/jpn/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "ę‹”å¼µę©Ÿčƒ½ć§ćƒ†ćƒ¼ćƒžčØ­å®šć®åÆčƒ½ćŖé…č‰²ć‚’ęä¾›ć—ć¾ć™", + "contributes.color.id": "ćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖé…č‰²ć®č­˜åˆ„å­", + "contributes.color.id.format": "識刄子は aa[.bb]* ć®å½¢å¼ć«ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "contributes.color.description": "ćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖé…č‰²ć®čŖ¬ę˜Ž", + "contributes.defaults.light": "light ćƒ†ćƒ¼ćƒžć®ę—¢å®šć®é…č‰²ć€‚é…č‰²ć®å€¤ćÆ 16 進数(#RRGGBB[AA])Ā ć€ć¾ćŸćÆ ę—¢å®šć§ęä¾›ć•ć‚Œć¦ć„ć‚‹ćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖé…č‰²ć®č­˜åˆ„å­ć®ę—¢å®šå€¤ć®ć„ćšć‚Œć‹ć€‚", + "contributes.defaults.dark": "dark ćƒ†ćƒ¼ćƒžć®ę—¢å®šć®é…č‰²ć€‚é…č‰²ć®å€¤ćÆ 16 進数(#RRGGBB[AA])Ā ć€ć¾ćŸćÆ ę—¢å®šć§ęä¾›ć•ć‚Œć¦ć„ć‚‹ćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖé…č‰²ć®č­˜åˆ„å­ć®ę—¢å®šå€¤ć®ć„ćšć‚Œć‹ć€‚", + "contributes.defaults.highContrast": "high contrastĀ ćƒ†ćƒ¼ćƒžć®ę—¢å®šć®é…č‰²ć€‚é…č‰²ć®å€¤ćÆ 16 進数(#RRGGBB[AA])Ā ć€ć¾ćŸćÆ ę—¢å®šć§ęä¾›ć•ć‚Œć¦ć„ć‚‹ćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖé…č‰²ć®č­˜åˆ„å­ć®ę—¢å®šå€¤ć®ć„ćšć‚Œć‹ć€‚", + "invalid.colorConfiguration": "'configuration.colors' ćÆé…åˆ—ć§ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "invalid.default.colorType": "{0} は 16 進数(#RRGGBB[AA] または #RGB[A])Ā ć€ć¾ćŸćÆ ę—¢å®šć§ęä¾›ć•ć‚Œć¦ć„ć‚‹ćƒ†ćƒ¼ćƒžčØ­å®šåÆčƒ½ćŖé…č‰²ć®č­˜åˆ„å­ć®ę—¢å®šå€¤ć®ć„ćšć‚Œć‹ć§ćŖć‘ć‚Œć°ćŖć‚Šć¾ć›ć‚“ć€‚", + "invalid.id": "'configuration.colors.id' ć‚’å®šē¾©ć—ć¦ćć ć•ć„ć€‚ē©ŗć«ćÆć§ćć¾ć›ć‚“ć€‚", + "invalid.id.format": "'configuration.colors.id' は word[.word]* ć®å½¢å¼ć§ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™", + "invalid.description": "'configuration.colors.description' ć‚’å®šē¾©ć—ć¦ćć ć•ć„ć€‚ē©ŗć«ćÆć§ćć¾ć›ć‚“ć€‚", + "invalid.defaults": "'configuration.colors.defaults' ćÆå®šē¾©ć™ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚'light' 恋 'dark'态'highContrast' ć‚’å«ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index 31dd84eaa5..de6677555c 100644 --- a/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "ćƒˆćƒ¼ć‚Æćƒ³ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć€‚", "schema.token.foreground": "ćƒˆćƒ¼ć‚Æćƒ³ć®å‰ę™Æč‰²ć€‚", "schema.token.background.warning": "ćƒˆćƒ¼ć‚Æćƒ³ć®čƒŒę™Æč‰²ćÆć€ē¾åœØć‚µćƒćƒ¼ćƒˆć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", - "schema.token.fontStyle": "ćƒ«ćƒ¼ćƒ«ć®ćƒ•ć‚©ćƒ³ćƒˆ ć‚¹ć‚æć‚¤ćƒ«: 'ę–œä½“'态'太字'态'äø‹ē·š' ć®ć„ćšć‚Œć‹ć¾ćŸćÆć“ć‚Œć‚‰ć®ēµ„ćæåˆć‚ć›", - "schema.fontStyle.error": "ćƒ•ć‚©ćƒ³ćƒˆ ć‚¹ć‚æć‚¤ćƒ«ćÆ 'ę–œä½“'态'太字'态'äø‹ē·š'ć‚’ēµ„ćæåˆć‚ć›ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", + "schema.token.fontStyle": "ćƒ«ćƒ¼ćƒ«ć®ćƒ•ć‚©ćƒ³ćƒˆ ć‚¹ć‚æć‚¤ćƒ«: 'italic'态'bold'态'underline' ć®ć„ćšć‚Œć‹ć¾ćŸćÆć“ć‚Œć‚‰ć®ēµ„ćæåˆć‚ć›ć§ć™ć€‚ē©ŗć®ę–‡å­—åˆ—ćÆē¶™ę‰æć•ć‚ŒćŸčØ­å®šć‚’č§£é™¤ć—ć¾ć™ć€‚", + "schema.fontStyle.error": "ćƒ•ć‚©ćƒ³ćƒˆ ć‚¹ć‚æć‚¤ćƒ«ćÆ 'italic'态'bold'态'underline' ć‚‚ć—ććÆć“ć‚Œć‚‰ć®ēµ„ćæåˆć‚ć›ć€ć¾ćŸćÆē©ŗć®ę–‡å­—åˆ—ć§ć‚ć‚‹åæ…č¦ćŒć‚ć‚Šć¾ć™ć€‚", + "schema.token.fontStyle.none": "なし (ē¶™ę‰æć—ćŸć‚¹ć‚æć‚¤ćƒ«ć‚’č§£é™¤)", "schema.properties.name": "ćƒ«ćƒ¼ćƒ«ć®čŖ¬ę˜Žć€‚", "schema.properties.scope": "ć“ć®ćƒ«ćƒ¼ćƒ«ć«äø€č‡“ć™ć‚‹ć‚¹ć‚³ćƒ¼ćƒ— ć‚»ćƒ¬ć‚Æć‚æćƒ¼ć€‚", "schema.tokenColors.path": "tmTheme ćƒ•ć‚”ć‚¤ćƒ«ćøć®ćƒ‘ć‚¹ (ē¾åœØć®ćƒ•ć‚”ć‚¤ćƒ«ćØć®ē›øåÆ¾ćƒ‘ć‚¹)怂", diff --git a/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index 335b53c249..24f66b045e 100644 --- a/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "ęŠ˜ć‚ŠćŸćŸć‚“ć ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ć‚¢ć‚¤ć‚³ćƒ³ć€‚å±•é–‹ć—ćŸćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ć‚¢ć‚¤ć‚³ćƒ³ćÆēœē•„åÆčƒ½ć§ć™ć€‚čØ­å®šć—ć¦ć„ćŖć„å “åˆćÆć€ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć«å®šē¾©ć—ćŸć‚¢ć‚¤ć‚³ćƒ³ćŒč”Øē¤ŗć•ć‚Œć¾ć™ć€‚", "schema.folder": "ęŠ˜ć‚ŠćŸćŸć‚“ć ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć€ć¾ćŸćÆ folderExpanded ćŒčØ­å®šć•ć‚Œć¦ć„ćŖć„å “åˆćÆå±•é–‹ć—ćŸćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ ć‚¢ć‚¤ć‚³ćƒ³ć€‚", "schema.file": "ć©ć®ę‹”å¼µå­ć€ćƒ•ć‚”ć‚¤ćƒ«åć€ć¾ćŸćÆčØ€čŖž ID ćØć‚‚äø€č‡“ć—ćŖć„ćƒ•ć‚”ć‚¤ćƒ«ć™ć¹ć¦ć«č”Øē¤ŗć•ć‚Œć‚‹ę—¢å®šć®ćƒ•ć‚”ć‚¤ćƒ« ć‚¢ć‚¤ć‚³ćƒ³ć€‚", diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index 546df93122..c8498ac1b9 100644 --- a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "JSON ćƒ†ćƒ¼ćƒž ćƒ•ć‚”ć‚¤ćƒ«ć®č§£ęžäø­ć«å•é”ŒćŒē™ŗē”Ÿć—ć¾ć—ćŸ: {0}", "error.invalidformat.colors": "é…č‰²ćƒ†ćƒ¼ćƒž ćƒ•ć‚”ć‚¤ćƒ«ć®č§£ęžäø­ć«å•é”ŒćŒē™ŗē”Ÿć—ć¾ć—ćŸ: {0}怂'colors' ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ćÆ 'object' åž‹ć§ćÆć‚ć‚Šć¾ć›ć‚“ć€‚", "error.invalidformat.tokenColors": "é…č‰²ćƒ†ćƒ¼ćƒž ćƒ•ć‚”ć‚¤ćƒ«ć‚’č§£ęžäø­ć«å•é”ŒćŒē™ŗē”Ÿć—ć¾ć—ćŸ: {0}怂'tokenColors' ćƒ—ćƒ­ćƒ‘ćƒ†ć‚£ć«ćÆé…č‰²ć‚’ęŒ‡å®šć—ćŸé…åˆ—ć€ć¾ćŸćÆ TextMate ćƒ†ćƒ¼ćƒž ćƒ•ć‚”ć‚¤ćƒ«ćøć®ćƒ‘ć‚¹ć‚’ęŒ‡å®šć—ć¦ćć ć•ć„ć€‚", diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index c985a8de47..c4435796d6 100644 --- a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "TextMate ć®é…č‰²ćƒ†ćƒ¼ćƒžć‚’ęä¾›ć—ć¾ć™ć€‚", "vscode.extension.contributes.themes.id": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć§ä½æē”Øć•ć‚Œć‚‹ć‚¢ć‚¤ć‚³ćƒ³ ćƒ†ćƒ¼ćƒžć® ID怂", "vscode.extension.contributes.themes.label": "UI ć§č”Øē¤ŗć•ć‚Œć‚‹é…č‰²ćƒ†ćƒ¼ćƒžć®ćƒ©ćƒ™ćƒ«ć€‚", diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index 26366aa3de..c59438e903 100644 --- a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "ć‚¢ć‚¤ć‚³ćƒ³ ćƒ•ć‚”ć‚¤ćƒ«ć®č§£ęžäø­ć«å•é”ŒćŒē™ŗē”Ÿć—ć¾ć—ćŸ: {0}" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index b9a14b3199..0f5de50b9a 100644 --- a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contributes file icon themes.", "vscode.extension.contributes.iconThemes.id": "ćƒ¦ćƒ¼ć‚¶ćƒ¼čØ­å®šć§ä½æē”Øć•ć‚Œć‚‹ć‚¢ć‚¤ć‚³ćƒ³ ćƒ†ćƒ¼ćƒžć® ID怂", "vscode.extension.contributes.iconThemes.label": "UI ć«č”Øē¤ŗć•ć‚Œć‚‹ć‚¢ć‚¤ć‚³ćƒ³ ćƒ†ćƒ¼ćƒžć®ćƒ©ćƒ™ćƒ«ć€‚", diff --git a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index b1fd1a9b69..f3a0c8c983 100644 --- a/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "ćƒÆćƒ¼ć‚Æćƒ™ćƒ³ćƒć§ä½æē”Øć™ć‚‹é…č‰²ćƒ†ćƒ¼ćƒžć‚’ęŒ‡å®šć—ć¾ć™ć€‚", "colorThemeError": "ćƒ†ćƒ¼ćƒžćŒäøę˜Žć€ć¾ćŸćÆć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", @@ -11,7 +13,6 @@ "noIconThemeDesc": "ćƒ•ć‚”ć‚¤ćƒ« ć‚¢ć‚¤ć‚³ćƒ³ćŒć‚ć‚Šć¾ć›ć‚“", "iconThemeError": "ćƒ•ć‚”ć‚¤ćƒ« ć‚¢ć‚¤ć‚³ćƒ³ć®ćƒ†ćƒ¼ćƒžćŒäøę˜Žć€ć¾ćŸćÆć‚¤ćƒ³ć‚¹ćƒˆćƒ¼ćƒ«ć•ć‚Œć¦ć„ć¾ć›ć‚“ć€‚", "workbenchColors": "ē¾åœØéøęŠžć—ć¦ć„ć‚‹é…č‰²ćƒ†ćƒ¼ćƒžć§é…č‰²ć‚’äøŠę›øćć—ć¾ć™ć€‚", - "editorColors": "ē¾åœØéøęŠžć—ć¦ć„ć‚‹é…č‰²ćƒ†ćƒ¼ćƒžć§é…č‰²ćØćƒ•ć‚©ćƒ³ćƒˆ ć‚¹ć‚æć‚¤ćƒ«ć‚’äøŠę›øćć—ć¾ć™ć€‚", "editorColors.comments": "ć‚³ćƒ”ćƒ³ćƒˆć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™", "editorColors.strings": "ę–‡å­—åˆ—ćƒŖćƒ†ćƒ©ćƒ«ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚", "editorColors.keywords": "ć‚­ćƒ¼ćƒÆćƒ¼ćƒ‰ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚", @@ -19,5 +20,6 @@ "editorColors.types": "åž‹å®šē¾©ćØå‚ē…§ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚", "editorColors.functions": "é–¢ę•°å®šē¾©ćØå‚ē…§ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚", "editorColors.variables": "å¤‰ę•°å®šē¾©ćØå‚ē…§ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚", - "editorColors.textMateRules": "textmate ćƒ†ćƒ¼ćƒžč¦å‰‡ (高度) ć‚’ä½æć£ć¦ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚" + "editorColors.textMateRules": "textmate ćƒ†ćƒ¼ćƒžč¦å‰‡ (高度) ć‚’ä½æć£ć¦ć®č‰²ćØć‚¹ć‚æć‚¤ćƒ«ć‚’čØ­å®šć—ć¾ć™ć€‚", + "editorColors": "ē¾åœØéøęŠžć—ć¦ć„ć‚‹é…č‰²ćƒ†ćƒ¼ćƒžć§é…č‰²ćØćƒ•ć‚©ćƒ³ćƒˆ ć‚¹ć‚æć‚¤ćƒ«ć‚’äøŠę›øćć—ć¾ć™ć€‚" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index ec391b0543..ed8bbc1913 100644 --- a/i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/jpn/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć„ć¦ć€ćƒ•ć‚”ć‚¤ćƒ«å†…ć®ć‚Øćƒ©ćƒ¼/č­¦å‘Šć‚’äæ®ę­£ć—ć¦ć‹ć‚‰ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", "errorWorkspaceConfigurationFileDirty": "ćƒ•ć‚”ć‚¤ćƒ«ćŒå¤‰ę›“ć•ć‚Œć¦ć„ć‚‹ćŸć‚ć€ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć«ę›øćč¾¼ć‚ć¾ć›ć‚“ć€‚ćƒ•ć‚”ć‚¤ćƒ«ć‚’äæå­˜ć—ć¦ć‹ć‚‰ć€ć‚‚ć†äø€åŗ¦ćŠč©¦ć—ćć ć•ć„ć€‚", - "openWorkspaceConfigurationFile": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ę§‹ęˆćƒ•ć‚”ć‚¤ćƒ«ć‚’é–‹ć", - "close": "閉恘悋", - "enterWorkspace.close": "閉恘悋", - "enterWorkspace.dontShowAgain": "ä»Šå¾ŒćÆč”Øē¤ŗć—ćŖć„", - "enterWorkspace.moreInfo": "č©³ē“°ęƒ…å ±", - "enterWorkspace.prompt": "VS Code ć§ć®č¤‡ę•°ćƒ•ć‚©ćƒ«ćƒ€ćƒ¼ć®ę“ä½œć®č©³ē“°ć€‚" + "openWorkspaceConfigurationFile": "ćƒÆćƒ¼ć‚Æć‚¹ćƒšćƒ¼ć‚¹ć®ę§‹ęˆć‚’é–‹ć" } \ No newline at end of file diff --git a/i18n/kor/extensions/azure-account/out/azure-account.i18n.json b/i18n/kor/extensions/azure-account/out/azure-account.i18n.json index c939d0255a..f418f2d739 100644 --- a/i18n/kor/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/kor/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/extensions/azure-account/out/extension.i18n.json b/i18n/kor/extensions/azure-account/out/extension.i18n.json index f17dba5f8b..6d73b7c1a6 100644 --- a/i18n/kor/extensions/azure-account/out/extension.i18n.json +++ b/i18n/kor/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/extensions/bat/package.i18n.json b/i18n/kor/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..cda4cce7ef --- /dev/null +++ b/i18n/kor/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Windows Bat ģ–øģ–“ źø°ė³ø", + "description": "Windows 배치 ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/clojure/package.i18n.json b/i18n/kor/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..591d0d8f4d --- /dev/null +++ b/i18n/kor/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Clojure ģ–øģ–“ źø°ė³ø", + "description": "Clojure ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/coffeescript/package.i18n.json b/i18n/kor/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..13cabd9305 --- /dev/null +++ b/i18n/kor/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CoffeeScript ģ–øģ–“ źø°ė³ø", + "description": "CoffeeScript ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/configuration-editing/out/extension.i18n.json b/i18n/kor/extensions/configuration-editing/out/extension.i18n.json index 532b2cf11d..8432c33f36 100644 --- a/i18n/kor/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/kor/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "예" } \ No newline at end of file diff --git a/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index 1bd8b2bc3f..2b60bee27f 100644 --- a/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/kor/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "ķŒŒģ¼ ģ“ė¦„ (예: myFile.txt)", "activeEditorMedium": "ģž‘ģ—… ģ˜ģ—­ ķ“ė” (예: myFolder/myFile.txt) ķŒŒģ¼ģ˜ 경딜", "activeEditorLong": "(예: /Users/Development/myProject/myFolder/myFile.txt) ķŒŒģ¼ģ˜ 전첓 경딜", diff --git a/i18n/kor/extensions/configuration-editing/package.i18n.json b/i18n/kor/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..38a069d713 --- /dev/null +++ b/i18n/kor/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "구성 ķŽøģ§‘", + "description": "설정, ģ‹œģž‘ ė° ķ™•ģž„ėŖ… ģ¶”ģ²œ ķŒŒģ¼ź³¼ ź°™ģ€ 구성 ķŒŒģ¼ģ—ģ„œ 기늄(ź³ źø‰ IntelliSense, ģžė™ ģˆ˜ģ •)ģ„ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/cpp/package.i18n.json b/i18n/kor/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..0f955e7ab3 --- /dev/null +++ b/i18n/kor/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C/C++ ģ–øģ–“ źø°ė³ø", + "description": "C/C++ ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/csharp/package.i18n.json b/i18n/kor/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..44f0cc589e --- /dev/null +++ b/i18n/kor/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C# ģ–øģ–“ źø°ė³ø", + "description": "C# ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/css/client/out/cssMain.i18n.json b/i18n/kor/extensions/css/client/out/cssMain.i18n.json index 64beafb924..9f71eb271a 100644 --- a/i18n/kor/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/kor/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "CSS ģ–øģ–“ ģ„œė²„", "folding.start": "ģ˜ģ—­ ģ ‘źø° ģ‹œģž‘", "folding.end": "ģ ‘źø° ģ˜ģ—­ ė" diff --git a/i18n/kor/extensions/css/package.i18n.json b/i18n/kor/extensions/css/package.i18n.json index 307e44f090..138242b48e 100644 --- a/i18n/kor/extensions/css/package.i18n.json +++ b/i18n/kor/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CSS ģ–øģ–“ 기늄", + "description": "CSS, LESS ė° SCSS ķŒŒģ¼ģ— ėŒ€ķ•œ ė‹¤ģ–‘ķ•œ ģ–øģ–“ ģ§€ģ›ģ„ ģ œź³µķ•©ė‹ˆė‹¤.", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "ģž˜ėŖ»ėœ 매개 ė³€ģˆ˜ 수", "css.lint.boxModel.desc": "ķŒØė”© ė˜ėŠ” ķ…Œė‘ė¦¬ė„¼ ģ‚¬ģš©ķ•˜ėŠ” 경우 ė„ˆė¹„ ė˜ėŠ” ė†’ģ“ė„¼ ģ‚¬ģš©ķ•˜ģ§€ ė§ˆģ„øģš”.", diff --git a/i18n/kor/extensions/diff/package.i18n.json b/i18n/kor/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/extensions/diff/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/extensions/docker/package.i18n.json b/i18n/kor/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..589ce57578 --- /dev/null +++ b/i18n/kor/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Docker ģ–øģ–“ źø°ė³ø", + "description": "Docker ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/emmet/package.i18n.json b/i18n/kor/extensions/emmet/package.i18n.json index 92dd938196..87dcbf43c2 100644 --- a/i18n/kor/extensions/emmet/package.i18n.json +++ b/i18n/kor/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VS Code에 ėŒ€ķ•œ Emmet 지원", "command.wrapWithAbbreviation": "ģ•½ģ–“ė”œ ėž˜ķ•‘", "command.wrapIndividualLinesWithAbbreviation": "ģ•½ģ–“ė”œ ź°œė³„ 줄 ėž˜ķ•‘", "command.removeTag": "태그 제거", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "콤마딜 źµ¬ė¶„ėœ ė¦¬ģŠ¤ķŠøģ˜ ģ†ģ„±ģ€ ģ½”ė©˜ķŠø ķ•„ķ„° ģ•½ģ–“ė”œ ģ”“ģž¬ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", "emmetPreferencesFormatNoIndentTags": "ė‚“ė¶€ ė“¤ģ—¬ģ“°źø°ķ•˜ė©“ ģ•ˆ ė˜ėŠ” 태그 ģ“ė¦„ ė°°ģ—“", "emmetPreferencesFormatForceIndentTags": "ķ•­ģƒ ė‚“ė¶€ 들여쓰기넼 핓야 ķ•˜ėŠ” 태그 ģ“ė¦„ģ˜ ė°°ģ—“", - "emmetPreferencesAllowCompactBoolean": "trueģø 경우 ė¶€ģšø ģ†ģ„±ģ˜ ģ¶•ģ†Œėœ ķ‘œźø°ė²•ģ“ ģƒģ„±ė©ė‹ˆė‹¤." + "emmetPreferencesAllowCompactBoolean": "trueģø 경우 ė¶€ģšø ģ†ģ„±ģ˜ ģ¶•ģ†Œėœ ķ‘œźø°ė²•ģ“ ģƒģ„±ė©ė‹ˆė‹¤.", + "emmetPreferencesCssWebkitProperties": "`-`딜 ģ‹œģž‘ķ•˜ėŠ” Emmet ģ•½ģ–“ģ—ģ„œ ģ‚¬ģš©ė  ė•Œ 'webkit' 공급업첓 접두사넼 ź°€ģ øģ˜¤ėŠ” ģ‰¼ķ‘œė”œ źµ¬ė¶„ėœ CSS ģ†ģ„±ģž…ė‹ˆė‹¤. ķ•­ģƒ 'webkit' 접두사넼 ģ‚¬ģš©ķ•˜ģ§€ ģ•Šģœ¼ė ¤ė©“ 빈 ė¬øģžģ—“ė”œ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", + "emmetPreferencesCssMozProperties": "`-`딜 ģ‹œģž‘ķ•˜ėŠ” Emmet ģ•½ģ–“ģ—ģ„œ ģ‚¬ģš©ė  ė•Œ 'moz' 공급업첓 접두사넼 ź°€ģ øģ˜¤ėŠ” ģ‰¼ķ‘œė”œ źµ¬ė¶„ėœ CSS ģ†ģ„±ģž…ė‹ˆė‹¤. ķ•­ģƒ 'moz' 접두사넼 ģ‚¬ģš©ķ•˜ģ§€ ģ•Šģœ¼ė ¤ė©“ 빈 ė¬øģžģ—“ė”œ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", + "emmetPreferencesCssOProperties": "`-`딜 ģ‹œģž‘ķ•˜ėŠ” emmet ģ•½ģ–“ģ—ģ„œ ģ‚¬ģš©ķ•  ė•Œ 'o' 공급업첓 접두사넼 ź°€ģ øģ˜¤ėŠ” ģ‰¼ķ‘œė”œ źµ¬ė¶„ėœ CSS ģ†ģ„±ģž…ė‹ˆė‹¤. ķ•­ģƒ 'o' 접두사넼 ģ‚¬ģš©ķ•˜ģ§€ ģ•Šģœ¼ė ¤ė©“ 빈 ė¬øģžģ—“ė”œ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", + "emmetPreferencesCssMsProperties": "`-`딜 ģ‹œģž‘ķ•˜ėŠ” emmet ģ•½ģ–“ģ—ģ„œ ģ‚¬ģš©ķ•  ė•Œ 'ms' 공급업첓 접두사넼 ź°€ģ øģ˜¤ėŠ” ģ‰¼ķ‘œė”œ źµ¬ė¶„ėœ CSS ģ†ģ„±ģž…ė‹ˆė‹¤. ķ•­ģƒ 'ms' 접두사넼 ģ‚¬ģš©ķ•˜ģ§€ ģ•Šģœ¼ė ¤ė©“ 빈 ė¬øģžģ—“ė”œ ģ„¤ģ •ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json index f8432086d5..0b72f9ff15 100644 --- a/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "ģ“ėÆøģ§€ėŠ” HTTPS ķ”„ė”œķ† ģ½œģ„ ģ‚¬ģš©ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", "svgsNotValid": "SVGėŠ” ģ˜¬ė°”ė„ø ģ“ėÆøģ§€ ģ†ŒģŠ¤ź°€ ģ•„ė‹™ė‹ˆė‹¤.", "embeddedSvgsNotValid": "ė‚“ģž„ SVGėŠ” ģ˜¬ė°”ė„ø ģ“ėÆøģ§€ ģ†ŒģŠ¤ź°€ ģ•„ė‹™ė‹ˆė‹¤.", diff --git a/i18n/kor/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/kor/extensions/extension-editing/out/packageDocumentHelper.i18n.json index ad328b48fa..3e94eaf4b8 100644 --- a/i18n/kor/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/kor/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "언얓별 ķŽøģ§‘źø° 설정", "languageSpecificEditorSettingsDescription": "ģ–øģ–“ģš© ķŽøģ§‘źø° 설정 ģž¬ģ •ģ˜" } \ No newline at end of file diff --git a/i18n/kor/extensions/extension-editing/package.i18n.json b/i18n/kor/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..415544578b --- /dev/null +++ b/i18n/kor/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ķŒØķ‚¤ģ§€ ķŒŒģ¼ ķŽøģ§‘", + "description": "VS Code ķ™•ģž„ 지점 ė° package.json ķŒŒģ¼ģ˜ lint źø°ėŠ„ģ— ėŒ€ķ•“ IntelliSense넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/fsharp/package.i18n.json b/i18n/kor/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..ff138fe211 --- /dev/null +++ b/i18n/kor/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "F# ģ–øģ–“ źø°ė³ø", + "description": "F# ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/git/out/askpass-main.i18n.json b/i18n/kor/extensions/git/out/askpass-main.i18n.json index 445155ebb5..f4b014948b 100644 --- a/i18n/kor/extensions/git/out/askpass-main.i18n.json +++ b/i18n/kor/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "ģžź²© ģ¦ėŖ…ģ“ ģ—†ź±°ė‚˜ ģž˜ėŖ»ė˜ģ—ˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/git/out/autofetch.i18n.json b/i18n/kor/extensions/git/out/autofetch.i18n.json index a02c668eb9..bb69927b06 100644 --- a/i18n/kor/extensions/git/out/autofetch.i18n.json +++ b/i18n/kor/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "예", "no": "ģ•„ė‹ˆģš”", - "not now": "ė‚˜ģ¤‘ģ—", - "suggest auto fetch": "Git ė¦¬ķ¬ģ§€ķ† ė¦¬ ģžė™ ķŽ˜ģ¹˜ķ•˜źø°ė„¼ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?" + "not now": "ė‚˜ģ¤‘ģ— 물얓볓기", + "suggest auto fetch": "Codeģ—ģ„œ ['git fetch']({0})넼 ģ •źø°ģ ģœ¼ė”œ ģ‹¤ķ–‰ķ•˜ė„ė” ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?" } \ No newline at end of file diff --git a/i18n/kor/extensions/git/out/commands.i18n.json b/i18n/kor/extensions/git/out/commands.i18n.json index 15fcc99ffb..966e0f6ab6 100644 --- a/i18n/kor/extensions/git/out/commands.i18n.json +++ b/i18n/kor/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "{0}ģ˜ 태그", "remote branch at": "{0}ģ—ģ„œ 원격 ė¶„źø°", "create branch": "$(plus) 새 ė¶„źø° ģƒģ„±", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\nģ“ ģž‘ģ—…ģ€ ė˜ėŒė¦“ 수 ģ—†ģœ¼ė©°, ķ˜„ģž¬ ģž‘ģ—… ģ„¤ģ •ģ“ 영구적으딜 ģ†ģ‹¤ė©ė‹ˆė‹¤.", "yes discard tracked": "1ź°œģ˜ ģ¶”ģ ėœ ķŒŒģ¼ ģ·Øģ†Œ", "yes discard tracked multiple": "{0}ź°œģ˜ ģ¶”ģ ėœ ķŒŒģ¼ ģ·Øģ†Œ", + "unsaved files single": "ė‹¤ģŒ ķŒŒģ¼ģ“ ģ €ģž„ė˜ģ§€ ģ•Šģ•˜ģŠµė‹ˆė‹¤: {0}.\n\nģ œģ¶œķ•˜źø° 전에 ģ €ģž„ķ• ź¹Œģš”?", + "unsaved files": "ģ €ģž„ė˜ģ§€ ģ•Šģ€ {0}ź°œģ˜ ķŒŒģ¼ė“¤ģ“ ģžˆģŠµė‹ˆė‹¤.\n\nģ œģ¶œķ•˜źø° 전에 ģ €ģž„ķ• ź¹Œģš”?", + "save and commit": "모두 ģ €ģž„ķ•˜ź³  제출", + "commit": "그냄 제출", "no staged changes": "ģ €ģž„ķ•  단계적 변경 ģ‚¬ķ•­ģ“ ģ—†ģŠµė‹ˆė‹¤.\n\nėŖØė“  변경 ģ‚¬ķ•­ģ„ ģžė™ģœ¼ė”œ ģŠ¤ķ…Œģ“ģ§•ķ•˜ź³  직접 ģ €ģž„ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "always": "ķ•­ģƒ", "no changes": "커밋할 변경 ė‚“ģš©ģ“ ģ—†ģŠµė‹ˆė‹¤.", @@ -64,11 +70,12 @@ "no remotes to pull": "ė¦¬ķ¬ģ§€ķ† ė¦¬ģ— ķ’€ķ•˜ė„ė” źµ¬ģ„±ėœ 원격 ķ•­ėŖ©ģ“ ģ—†ģŠµė‹ˆė‹¤.", "pick remote pull repo": "분기넼 ź°€ģ øģ˜¬ 원격 ģ„ ķƒ", "no remotes to push": "ė¦¬ķ¬ģ§€ķ† ė¦¬ģ— ķ‘øģ‹œķ•˜ė„ė” źµ¬ģ„±ėœ ģ›ź²©ģ“ ģ—†ģŠµė‹ˆė‹¤.", - "push with tags success": "ķƒœź·øģ™€ ķ•Øź»˜ ķ‘øģ‹œė˜ģ—ˆģŠµė‹ˆė‹¤.", "nobranch": "원격에 ķ‘øģ‹œķ•  분기넼 첓크 ģ•„ģ›ƒķ•˜ģ„øģš”.", + "confirm publish branch": "'{0}' ė¶„źø°ģ—ėŠ” ģƒķ–„ ė¶„źø°ź°€ ģ—†ģŠµė‹ˆė‹¤. ģ“ 분기넼 ź²Œģ‹œķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", + "ok": "ķ™•ģø", + "push with tags success": "ķƒœź·øģ™€ ķ•Øź»˜ ķ‘øģ‹œė˜ģ—ˆģŠµė‹ˆė‹¤.", "pick remote": "'{0}' 분기넼 ė‹¤ģŒģ— ź²Œģ‹œķ•˜ė ¤ė©“ ģ›ź²©ģ„ ģ„ ķƒķ•˜ģ„øģš”.", "sync is unpredictable": "ģ“ ģž‘ģ—…ģ€ '{0}' 간에 ģ»¤ė°‹ģ„ ķ‘øģ‹œķ•˜ź³  ķ’€ķ•©ė‹ˆė‹¤.", - "ok": "ķ™•ģø", "never again": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", "no remotes to publish": "ė¦¬ķ¬ģ§€ķ† ė¦¬ģ— ź²Œģ‹œķ•˜ė„ė” źµ¬ģ„±ėœ ģ›ź²©ģ“ ģ—†ģŠµė‹ˆė‹¤.", "no changes stash": "ģŠ¤ķƒœģ‹œķ•  변경 ė‚“ģš©ģ“ ģ—†ģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/extensions/git/out/main.i18n.json b/i18n/kor/extensions/git/out/main.i18n.json index e152fcdc53..e1f5b1def6 100644 --- a/i18n/kor/extensions/git/out/main.i18n.json +++ b/i18n/kor/extensions/git/out/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "ė‹¤ģŒģ—ģ„œ gitģ„ ģ°¾ėŠ” 중: {0}", "using git": "{1}ģ—ģ„œ git {0}ģ„(넼) ģ‚¬ģš©ķ•˜ėŠ” 중", "downloadgit": "Git ė‹¤ģš“ė”œė“œ", diff --git a/i18n/kor/extensions/git/out/model.i18n.json b/i18n/kor/extensions/git/out/model.i18n.json index 0992c34cca..e09581ff58 100644 --- a/i18n/kor/extensions/git/out/model.i18n.json +++ b/i18n/kor/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "'{0}' ė¦¬ķ¬ģ§€ķ† ė¦¬ģ— ģžė™ģœ¼ė”œ 엓리지 ģ•ŠėŠ” {1}ź°œģ˜ ķ•˜ģœ„ ėŖØė“ˆģ“ ģžˆģŠµė‹ˆė‹¤. ėŖØė“ˆ ė‚“ģ˜ ķŒŒģ¼ģ„ ģ—“ėŸ¬ 각 ėŖØė“ˆģ„ ź°œė³„ģ ģœ¼ė”œ ģ—“ ģˆ˜ėŠ” ģžˆģŠµė‹ˆė‹¤.", "no repositories": "ģ‚¬ģš© ź°€ėŠ„ķ•œ ė¦¬ķ¬ģ§€ķ† ė¦¬ź°€ ģ—†ģŠµė‹ˆė‹¤.", "pick repo": "ė¦¬ķ¬ģ§€ķ† ė¦¬ ģ„ ķƒ" } \ No newline at end of file diff --git a/i18n/kor/extensions/git/out/repository.i18n.json b/i18n/kor/extensions/git/out/repository.i18n.json index c8d7793b73..d1a57adbc7 100644 --- a/i18n/kor/extensions/git/out/repository.i18n.json +++ b/i18n/kor/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "ģ—“źø°", "index modified": "ģøė±ģŠ¤ ģˆ˜ģ •ėØ", "modified": "ģˆ˜ģ •ėØ", @@ -26,7 +28,8 @@ "merge changes": "변경 ė‚“ģš© 병합", "staged changes": "ģŠ¤ķ…Œģ“ģ§•ėœ 변경 ė‚“ģš©", "changes": "변경 ė‚“ģš©", - "ok": "ķ™•ģø", + "commitMessageCountdown": "ķ˜„ģž¬ ģ¤„ģ—ģ„œ {0} źø€ģž ė‚ØģŒ", + "commitMessageWarning": "ķ˜„ģž¬ ģ¤„ģ—ģ„œ {0} źø€ģž 쓈과 {1}", "neveragain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", "huge": "'{0}'ģ˜ Git ė¦¬ķ¬ģ§€ķ† ė¦¬ģ— ķ™œģ„± 변경 ė‚“ģš©ģ“ ė„ˆė¬“ ė§ŽģŠµė‹ˆė‹¤. Git źø°ėŠ„ģ˜ ķ•˜ģœ„ ģ§‘ķ•©ė§Œ ģ‚¬ģš©ķ•  수 ģžˆė„ė” ģ„¤ģ •ė©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/git/out/scmProvider.i18n.json b/i18n/kor/extensions/git/out/scmProvider.i18n.json index 69250749f7..09a2954d94 100644 --- a/i18n/kor/extensions/git/out/scmProvider.i18n.json +++ b/i18n/kor/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/extensions/git/out/statusbar.i18n.json b/i18n/kor/extensions/git/out/statusbar.i18n.json index 4abde23d34..c08dde1e4f 100644 --- a/i18n/kor/extensions/git/out/statusbar.i18n.json +++ b/i18n/kor/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "첓크 ģ•„ģ›ƒ...", "sync changes": "변경 ė‚“ģš© ė™źø°ķ™”", "publish changes": "변경 ė‚“ģš© ź²Œģ‹œ", diff --git a/i18n/kor/extensions/git/package.i18n.json b/i18n/kor/extensions/git/package.i18n.json index 33448449d9..0ab42491e0 100644 --- a/i18n/kor/extensions/git/package.i18n.json +++ b/i18n/kor/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Git SCM 통합", "command.clone": "복제", "command.init": "ė¦¬ķ¬ģ§€ķ† ė¦¬ ģ“ˆźø°ķ™”", "command.close": "ė¦¬ķ¬ģ§€ķ† ė¦¬ ė‹«źø°", @@ -54,6 +58,7 @@ "command.stashPopLatest": "ģµœģ‹  ģŠ¬ėž˜ģ‹œ ķ‘œģ‹œ", "config.enabled": "Git ģ‚¬ģš© 여부", "config.path": "Git 실행 ķŒŒģ¼ģ˜ 경딜", + "config.autoRepositoryDetection": "ė¦¬ķ¬ģ§€ķ† ė¦¬ź°€ ģžė™ ź°ģ§€ė˜ģ–“ģ•¼ ķ•˜ėŠ”ģ§€ 여부", "config.autorefresh": "ģžė™ 새딜 고침 ģ‚¬ģš© 여부", "config.autofetch": "ģžė™ ź°€ģ øģ˜¤źø° ģ‚¬ģš© 여부", "config.enableLongCommitWarning": "źø“ 커밋 ė©”ģ‹œģ§€ģ— ėŒ€ķ•“ 경고할지 ģ—¬ė¶€ģž…ė‹ˆė‹¤.", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "GPG넼 ģ‚¬ģš©ķ•œ 커밋 ģ„œėŖ…ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", "config.discardAllScope": "`ėŖØė“  변경 ė‚“ģš© ģ·Øģ†Œ` ėŖ…ė ¹ģœ¼ė”œ ģ·Øģ†Œė˜ėŠ” 변경 ė‚“ģš©ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤. `all`ģ“ė©“ ėŖØė“  변경 ė‚“ģš©ģ„ ģ·Øģ†Œķ•©ė‹ˆė‹¤. `tracked`ģ“ė©“ ģ¶”ģ ėœ ķŒŒģ¼ė§Œ ģ·Øģ†Œķ•©ė‹ˆė‹¤. `prompt`ģ“ė©“ ģž‘ģ—…ģ„ 실행할 ė•Œė§ˆė‹¤ ķ”„ė”¬ķ”„ķŠø ėŒ€ķ™” ģƒģžė„¼ ķ‘œģ‹œķ•©ė‹ˆė‹¤.", "config.decorations.enabled": "Gitģ—ģ„œ ģƒ‰ź³¼ 배지넼 ķƒģƒ‰źø°ģ™€ ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° 뷰에 ģ ģš©ķ•˜ėŠ”ģ§€ ģ œģ–“ķ•©ė‹ˆė‹¤.", + "config.promptToSaveFilesBeforeCommit": "Gitź°€ 제출(commit)ķ•˜źø° 전에 ģ €ģž„ė˜ģ§€ ģ•Šģ€ ķŒŒģ¼ģ„ 검사할지넼 ģ œģ–“ķ•©ė‹ˆė‹¤. ", + "config.showInlineOpenFileAction": "Git 변경점 ė³“źø°ģ—ģ„œ ķŒŒģ¼ ģ—“źø° ė™ģž‘ ģ¤„ģ„ ķ‘œģ‹œķ• ģ§€ģ˜ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "config.inputValidation": "커밋 ė©”ģ‹œģ§€ ģž…ė „ ģœ ķšØģ„± 검사넼 ģ–øģ œ ķ‘œģ‹œķ• ģ§€ ģ œģ–“ķ•©ė‹ˆė‹¤.", + "config.detectSubmodules": "Git ķ•˜ģœ„ ėŖØė“ˆģ„ ģžė™ģœ¼ė”œ ź²€ģƒ‰ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "colors.modified": "ģˆ˜ģ •ėœ ė¦¬ģ†ŒģŠ¤ģ˜ ģƒ‰ģƒģž…ė‹ˆė‹¤.", "colors.deleted": "ģ‚­ģ œėœ ė¦¬ģ†ŒģŠ¤ģ˜ ģƒ‰ģƒģž…ė‹ˆė‹¤.", "colors.untracked": "ģ¶”ģ ė˜ģ§€ ģ•Šģ€ ė¦¬ģ†ŒģŠ¤ģ˜ ģƒ‰ģƒģž…ė‹ˆė‹¤.", "colors.ignored": "ė¬“ģ‹œėœ ė¦¬ģ†ŒģŠ¤ģ˜ ģƒ‰ģƒģž…ė‹ˆė‹¤.", - "colors.conflict": "ģ¶©ėŒģ“ ė°œģƒķ•œ ė¦¬ģ†ŒģŠ¤ģ˜ ģƒ‰ģƒģž…ė‹ˆė‹¤." + "colors.conflict": "ģ¶©ėŒģ“ ė°œģƒķ•œ ė¦¬ģ†ŒģŠ¤ģ˜ ģƒ‰ģƒģž…ė‹ˆė‹¤.", + "colors.submodule": "ģ„œėøŒėŖØė“ˆ ģžģ›ģ˜ ģƒ‰ģƒ" } \ No newline at end of file diff --git a/i18n/kor/extensions/go/package.i18n.json b/i18n/kor/extensions/go/package.i18n.json new file mode 100644 index 0000000000..a15e670f5f --- /dev/null +++ b/i18n/kor/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Go ģ–øģ–“ źø°ė³ø", + "description": "Go ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/groovy/package.i18n.json b/i18n/kor/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..d1b1f03470 --- /dev/null +++ b/i18n/kor/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Groovy ģ–øģ–“ źø°ė³ø", + "description": "Groovy ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/grunt/out/main.i18n.json b/i18n/kor/extensions/grunt/out/main.i18n.json index e7957d307f..63db97bb70 100644 --- a/i18n/kor/extensions/grunt/out/main.i18n.json +++ b/i18n/kor/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ķ“ė” {0}에 ėŒ€ķ•“ Grunt ģžė™ ź²€ģƒ‰ģ— ģ‹¤ķŒØķ•˜ź³  {1} ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/grunt/package.i18n.json b/i18n/kor/extensions/grunt/package.i18n.json index 927b720ee7..d364ed39bc 100644 --- a/i18n/kor/extensions/grunt/package.i18n.json +++ b/i18n/kor/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Grunt ģž‘ģ—…ģ˜ ģžė™ ź²€ģƒ‰ģ„ ģ‚¬ģš©ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. źø°ė³øź°’ģ€ [켜기]ģž…ė‹ˆė‹¤." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VSCode에 Grunt źø°ėŠ„ģ„ 추가할 ķ™•ģž„ģž…ė‹ˆė‹¤.", + "displayName": "VSCode에 ėŒ€ķ•œ Grunt 지원", + "config.grunt.autoDetect": "Grunt ģž‘ģ—…ģ˜ ģžė™ ź²€ģƒ‰ģ„ ģ‚¬ģš©ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. źø°ė³øź°’ģ€ [켜기]ģž…ė‹ˆė‹¤.", + "grunt.taskDefinition.type.description": "ģ‚¬ģš©ģž 지정할 Grunt ģž‘ģ—…ģž…ė‹ˆė‹¤.", + "grunt.taskDefinition.file.description": "ģž‘ģ—…ģ„ ģ œź³µķ•˜ėŠ” Grunt ķŒŒģ¼ģ“ė©° ģƒėžµķ•  수 ģžˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/gulp/out/main.i18n.json b/i18n/kor/extensions/gulp/out/main.i18n.json index 87895182ec..b10f737e72 100644 --- a/i18n/kor/extensions/gulp/out/main.i18n.json +++ b/i18n/kor/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ķ“ė” {0}에 ėŒ€ķ•“ Gulp ģžė™ ź²€ģƒ‰ģ— ģ‹¤ķŒØķ•˜ź³  {1} ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/gulp/package.i18n.json b/i18n/kor/extensions/gulp/package.i18n.json index 9dc5dc5daa..4b0794bf65 100644 --- a/i18n/kor/extensions/gulp/package.i18n.json +++ b/i18n/kor/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Gulp ģž‘ģ—…ģ˜ ģžė™ ź²€ģƒ‰ģ„ ģ‚¬ģš©ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. źø°ė³øź°’ģ€ [켜기]ģž…ė‹ˆė‹¤." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VSCode에 Gulp źø°ėŠ„ģ„ 추가할 ķ™•ģž„ģž…ė‹ˆė‹¤.", + "displayName": "VSCode에 ėŒ€ķ•œ Gulp 지원", + "config.gulp.autoDetect": "Gulp ģž‘ģ—…ģ˜ ģžė™ ź²€ģƒ‰ģ„ ģ‚¬ģš©ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. źø°ė³øź°’ģ€ [켜기]ģž…ė‹ˆė‹¤.", + "gulp.taskDefinition.type.description": "ģ‚¬ģš©ģž 지정할 Gulp ģž‘ģ—…ģž…ė‹ˆė‹¤.", + "gulp.taskDefinition.file.description": "ģž‘ģ—…ģ„ ģ œź³µķ•˜ėŠ” Gulp ķŒŒģ¼ģ“ė©° ģƒėžµķ•  수 ģžˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/handlebars/package.i18n.json b/i18n/kor/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..0bd8bc728a --- /dev/null +++ b/i18n/kor/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Handlebars ģ–øģ–“ źø°ė³ø", + "description": "Handlebars ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/hlsl/package.i18n.json b/i18n/kor/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..47167bcc08 --- /dev/null +++ b/i18n/kor/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HLSL ģ–øģ–“ źø°ė³ø", + "description": "HLSL ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/html/client/out/htmlMain.i18n.json b/i18n/kor/extensions/html/client/out/htmlMain.i18n.json index 596b2f4e3b..10a06d1494 100644 --- a/i18n/kor/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/kor/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "HTML ģ–øģ–“ ģ„œė²„", "folding.start": "ģ˜ģ—­ ģ ‘źø° ģ‹œģž‘", "folding.end": "ģ ‘źø° ģ˜ģ—­ ė" diff --git a/i18n/kor/extensions/html/package.i18n.json b/i18n/kor/extensions/html/package.i18n.json index 17e48a1237..d6cc6edcca 100644 --- a/i18n/kor/extensions/html/package.i18n.json +++ b/i18n/kor/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HTML ģ–øģ–“ 기늄", + "description": "HTML, Razor ė° Handlebar ķŒŒģ¼ģ— ėŒ€ķ•œ ė‹¤ģ–‘ķ•œ ģ–øģ–“ ģ§€ģ›ģ„ ģ œź³µķ•©ė‹ˆė‹¤.", "html.format.enable.desc": "źø°ė³ø HTML ķ¬ė§·ķ„°ė„¼ ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "html.format.wrapLineLength.desc": "ķ•œ 줄당 ģµœėŒ€ ė¬øģž ģˆ˜ģž…ė‹ˆė‹¤(0 = ģ‚¬ģš© ģ•ˆ 함).", "html.format.unformatted.desc": "ģ‰¼ķ‘œė”œ ė¶„ė¦¬ėœ 태그 ėŖ©ė”ģœ¼ė”œ, ģ„œģ‹ģ„ ė‹¤ģ‹œ ģ§€ģ •ķ•“ģ„œėŠ” ģ•ˆ ė©ė‹ˆė‹¤. https://www.w3.org/TR/html5/dom.html#phrasing-content에 ė‚˜ģ—“ėœ ėŖØė“  ķƒœź·øģ˜ źø°ė³øź°’ģ€ 'null'딜 ģ„¤ģ •ė©ė‹ˆė‹¤.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "VS Code와 HTML ģ–øģ–“ ģ„œė²„ ź°„ ķ†µģ‹ ģ„ ģ¶”ģ ķ•©ė‹ˆė‹¤.", "html.validate.scripts": "źø°ė³ø 제공 HTML ģ–øģ–“ ģ§€ģ›ģ—ģ„œ ķ¬ķ•Ø ģŠ¤ķ¬ė¦½ķŠøģ˜ ģœ ķšØģ„±ģ„ ź²€ģ‚¬ķ•˜ėŠ”ģ§€ 여부넼 źµ¬ģ„±ķ•©ė‹ˆė‹¤.", "html.validate.styles": "źø°ė³ø 제공 HTML ģ–øģ–“ ģ§€ģ›ģ—ģ„œ ķ¬ķ•Ø ģŠ¤ķƒ€ģ¼ģ˜ ģœ ķšØģ„±ģ„ ź²€ģ‚¬ķ•˜ėŠ”ģ§€ 여부넼 źµ¬ģ„±ķ•©ė‹ˆė‹¤.", + "html.experimental.syntaxFolding": "구문 ģøģ‹ ģ ‘źø° 마커넼 ģ„¤ģ •ķ•˜ź±°ė‚˜ ķ•“ģ œķ•©ė‹ˆė‹¤.", "html.autoClosingTags": "HTML ķƒœź·øģ˜ ģžė™ 닫기넼 ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/ini/package.i18n.json b/i18n/kor/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..82aecb7e1a --- /dev/null +++ b/i18n/kor/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ini ģ–øģ–“ źø°ė³ø", + "description": "Ini ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/jake/out/main.i18n.json b/i18n/kor/extensions/jake/out/main.i18n.json index 508a528583..38a1ae5fb7 100644 --- a/i18n/kor/extensions/jake/out/main.i18n.json +++ b/i18n/kor/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ķ“ė” {0}에 ėŒ€ķ•“ Jake ģžė™ ź²€ģƒ‰ģ— ģ‹¤ķŒØķ•˜ź³  {1} ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/jake/package.i18n.json b/i18n/kor/extensions/jake/package.i18n.json index 8a1b290c1d..41066bfae0 100644 --- a/i18n/kor/extensions/jake/package.i18n.json +++ b/i18n/kor/extensions/jake/package.i18n.json @@ -1,8 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "VSCode에 ėŒ€ķ•œ Jake 지원", + "jake.taskDefinition.type.description": "ģ‚¬ģš©ģž 지정할 Jake ģž‘ģ—…ģž…ė‹ˆė‹¤.", + "jake.taskDefinition.file.description": "ģž‘ģ—…ģ„ ģ œź³µķ•˜ėŠ” Jake ķŒŒģ¼ģ“ė©° ģƒėžµķ•  수 ģžˆģŠµė‹ˆė‹¤.", "config.jake.autoDetect": "Jake ģž‘ģ—…ģ— ėŒ€ķ•œ ģžė™ ź²€ģƒ‰ ģ‚¬ģš© 여부넼 ģ„¤ģ •ķ•©ė‹ˆė‹¤. źø°ė³øź°’ģ€ [켜기]ģž…ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/java/package.i18n.json b/i18n/kor/extensions/java/package.i18n.json new file mode 100644 index 0000000000..4cf3cdac4e --- /dev/null +++ b/i18n/kor/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Java ģ–øģ–“ źø°ė³ø", + "description": "Java ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/kor/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 7b97df1671..b499d105d2 100644 --- a/i18n/kor/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/kor/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "źø°ė³ø bower.json", "json.bower.error.repoaccess": "Bower ė¦¬ķ¬ģ§€ķ† ė¦¬ ģš”ģ²­ ģ‹¤ķŒØ: {0}", "json.bower.latest.version": "ģµœģ‹ " diff --git a/i18n/kor/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/kor/extensions/javascript/out/features/packageJSONContribution.i18n.json index 7458582086..1ceb17a36a 100644 --- a/i18n/kor/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/kor/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "źø°ė³ø package.json", "json.npm.error.repoaccess": "NPM ė¦¬ķ¬ģ§€ķ† ė¦¬ ģš”ģ²­ ģ‹¤ķŒØ: {0}", "json.npm.latestversion": "ķŒØķ‚¤ģ§€ģ˜ ķ˜„ģž¬ ģµœģ‹  버전", diff --git a/i18n/kor/extensions/javascript/package.i18n.json b/i18n/kor/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..28b123bfe7 --- /dev/null +++ b/i18n/kor/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript ģ–øģ–“ źø°ė³ø", + "description": "JavaScript ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/json/client/out/jsonMain.i18n.json b/i18n/kor/extensions/json/client/out/jsonMain.i18n.json index 0df526f3eb..2712b3dbbb 100644 --- a/i18n/kor/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/kor/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "JSON ģ–øģ–“ ģ„œė²„" } \ No newline at end of file diff --git a/i18n/kor/extensions/json/package.i18n.json b/i18n/kor/extensions/json/package.i18n.json index c8cfa96cab..2ebf12d439 100644 --- a/i18n/kor/extensions/json/package.i18n.json +++ b/i18n/kor/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JSON ģ–øģ–“ 기늄", + "description": "JSON ķŒŒģ¼ģ— ėŒ€ķ•œ ė‹¤ģ–‘ķ•œ ģ–øģ–“ ģ§€ģ›ģ„ ģ œź³µķ•©ė‹ˆė‹¤.", "json.schemas.desc": "ķ˜„ģž¬ ķ”„ė”œģ ķŠøģ—ģ„œ ģŠ¤ķ‚¤ė§ˆė„¼ JSON ķŒŒģ¼ģ— ģ—°ź²°", "json.schemas.url.desc": "ķ˜„ģž¬ 디렉터리에 ģžˆėŠ” ģŠ¤ķ‚¤ė§ˆģ˜ URL ė˜ėŠ” ģƒėŒ€ 경딜", "json.schemas.fileMatch.desc": "ģŠ¤ķ‚¤ė§ˆģ— ėŒ€ķ•œ JSON ķŒŒģ¼ģ„ ķ™•ģøķ•  ė•Œ ģ¼ģ¹˜ķ•  ķŒŒģ¼ ķŒØķ„“ģ˜ ė°°ģ—“ģž…ė‹ˆė‹¤.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "źø°ė³ø JSON ķ¬ė§·ķ„° ģ‚¬ģš©/ģ‚¬ģš© ģ•ˆ 함(ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ 함)", "json.tracing.desc": "VS Code와 JSON ģ–øģ–“ ģ„œė²„ ź°„ ķ†µģ‹ ģ„ ģ¶”ģ ķ•©ė‹ˆė‹¤.", "json.colorDecorators.enable.desc": "ģƒ‰ ė°ģ½”ė ˆģ“ķ„° ģ‚¬ģš© ė˜ėŠ” ģ‚¬ģš© ģ•ˆ 함", - "json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` ģ„¤ģ •ģ€ `editor.colorDecorators`넼 ģœ„ķ•“ ģ‚¬ģš©ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤." + "json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` ģ„¤ģ •ģ€ `editor.colorDecorators`넼 ģœ„ķ•“ ģ‚¬ģš©ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "json.experimental.syntaxFolding": "구문 ģøģ‹ ģ ‘źø° 마커넼 ģ„¤ģ •ķ•˜ź±°ė‚˜ ķ•“ģ œķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/less/package.i18n.json b/i18n/kor/extensions/less/package.i18n.json new file mode 100644 index 0000000000..d2405a5caa --- /dev/null +++ b/i18n/kor/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Less ģ–øģ–“ źø°ė³ø", + "description": "Less ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/log/package.i18n.json b/i18n/kor/extensions/log/package.i18n.json new file mode 100644 index 0000000000..ff35b65a0c --- /dev/null +++ b/i18n/kor/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "딜그", + "description": "ķ™•ģž„ėŖ…ģ“ .logģø ķŒŒģ¼ģ— ėŒ€ķ•“ 구문 ź°•ģ”° ķ‘œģ‹œė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/lua/package.i18n.json b/i18n/kor/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..dcdf87884c --- /dev/null +++ b/i18n/kor/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Lua ģ–øģ–“ źø°ė³ø", + "description": "Lua ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/make/package.i18n.json b/i18n/kor/extensions/make/package.i18n.json new file mode 100644 index 0000000000..7a3f4e1847 --- /dev/null +++ b/i18n/kor/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Make ģ–øģ–“ źø°ė³ø", + "description": "Make ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/markdown-basics/package.i18n.json b/i18n/kor/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..8111754597 --- /dev/null +++ b/i18n/kor/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown ģ–øģ–“ źø°ė³ø", + "description": "Markdown에 ėŒ€ķ•“ ģ½”ė“œ 씰각 ė° 구문 ź°•ģ”° ķ‘œģ‹œė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/markdown/out/commands.i18n.json b/i18n/kor/extensions/markdown/out/commands.i18n.json index 055ede2dd1..1635ea225c 100644 --- a/i18n/kor/extensions/markdown/out/commands.i18n.json +++ b/i18n/kor/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "{0} 미리 볓기", "onPreviewStyleLoadError": "'markdown.styles': {0}ģ„ 불러올 수 ģ—†ģŒ" } \ No newline at end of file diff --git a/i18n/kor/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/kor/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..7d618f5ea1 --- /dev/null +++ b/i18n/kor/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "'markdown.styles': {0}ģ„ 불러올 수 ģ—†ģŒ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/markdown/out/extension.i18n.json b/i18n/kor/extensions/markdown/out/extension.i18n.json index 81729088db..19baef1fa2 100644 --- a/i18n/kor/extensions/markdown/out/extension.i18n.json +++ b/i18n/kor/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/extensions/markdown/out/features/preview.i18n.json b/i18n/kor/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..ebc5b3bfa3 --- /dev/null +++ b/i18n/kor/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[미리 볓기] {0}", + "previewTitle": "미리 볓기 {0}" +} \ No newline at end of file diff --git a/i18n/kor/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/kor/extensions/markdown/out/features/previewContentProvider.i18n.json index 966b7d5fad..1027fcf56e 100644 --- a/i18n/kor/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/kor/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "ģ“ ė¬øģ„œģ—ģ„œ ģ¼ė¶€ ģ½˜ķ…ģø ź°€ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ė˜ģ—ˆģŠµė‹ˆė‹¤.", "preview.securityMessage.title": "Markdown 미리 ė³“źø°ģ—ģ„œ ģž ģž¬ģ ģœ¼ė”œ ģ•ˆģ „ķ•˜ģ§€ ģ•Šź±°ė‚˜ ė³“ģ•ˆė˜ģ§€ ģ•Šģ€ ģ½˜ķ…ģø ź°€ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ė˜ģ–“ ģžˆģŠµė‹ˆė‹¤. ģ“ ģ½˜ķ…ģø ė‚˜ 스크립트넼 ķ—ˆģš©ķ•˜ė ¤ė©“ Markdown 미리 볓기 ė³“ģ•ˆ ģ„¤ģ •ģ„ ė³€ź²½ķ•˜ģ„øģš”.", "preview.securityMessage.label": "ģ½˜ķ…ģø  ģ‚¬ģš©ķ•  수 ģ—†ģŒ ė³“ģ•ˆ 경고" diff --git a/i18n/kor/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/kor/extensions/markdown/out/previewContentProvider.i18n.json index 966b7d5fad..a3791717aa 100644 --- a/i18n/kor/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/kor/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/extensions/markdown/out/security.i18n.json b/i18n/kor/extensions/markdown/out/security.i18n.json index dcffab2e9e..82f16c908c 100644 --- a/i18n/kor/extensions/markdown/out/security.i18n.json +++ b/i18n/kor/extensions/markdown/out/security.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "Strict", "strict.description": "ė³“ģ•ˆ ģ½˜ķ…ģø ė§Œ ė”œė“œ", - "insecureContent.title": "ė³“ģ•„ė˜ģ§€ ģ•Šģ€ ģ½˜ķ…ģø  ķ—ˆģš©", + "insecureContent.title": "ģ•ˆģ „ķ•˜ģ§€ ģ•Šģ€ ģ½˜ķ…ģø  ķ—ˆģš©", "insecureContent.description": "http넼 ķ†µķ•œ ģ½˜ķ…ģø  ė”œė“œ ģ‚¬ģš©", "disable.title": "ģ‚¬ģš© ģ•ˆ 함", "disable.description": "ėŖØė“  ģ½˜ķ…ģø  ė° 스크립트 ģ‹¤ķ–‰ģ„ ķ—ˆģš©ķ•©ė‹ˆė‹¤. ź¶Œģž„ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/extensions/markdown/package.i18n.json b/i18n/kor/extensions/markdown/package.i18n.json index dc173d2126..b2391e0f19 100644 --- a/i18n/kor/extensions/markdown/package.i18n.json +++ b/i18n/kor/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown ģ–øģ–“ 기늄", + "description": "Markdown에 ėŒ€ķ•œ ė‹¤ģ–‘ķ•œ ģ–øģ–“ ģ§€ģ›ģ„ ģ œź³µķ•©ė‹ˆė‹¤.", "markdown.preview.breaks.desc": "ė§ˆķ¬ė‹¤ģš“ 미리 ė³“źø°ģ—ģ„œ ģ¤„ė°”źæˆ ė Œė”ė§ ė°©ģ‹ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤. 'true'딜 ģ„¤ģ •ķ•˜ė©“ ėŖØė“  행에 ėŒ€ķ•“
ģ“(ź°€) ģƒģ„±ė©ė‹ˆė‹¤.", "markdown.preview.linkify": "Markdown 미리 ė³“źø°ģ—ģ„œ URL ź°™ģ€ ķ…ģŠ¤ķŠøė„¼ 링크딜 ė³€ķ™˜ģ„ ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", "markdown.preview.doubleClickToSwitchToEditor.desc": "markdown 미리 ė³“źø°ģ—ģ„œ 두 번 ķ“ė¦­ķ•˜ģ—¬ ķŽøģ§‘źø°ė”œ ģ „ķ™˜ķ•©ė‹ˆė‹¤.", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "markdown 미리 ė³“źø°ģ—ģ„œ ģ‚¬ģš©ė˜ėŠ” 글꼓 크기(픽셀)넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "markdown.preview.lineHeight.desc": "markdown 미리 볓기에 ģ‚¬ģš©ė˜ėŠ” 줄 ė†’ģ“ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤. ģ“ ģˆ«ģžėŠ” 글꼓 크기에 ģƒėŒ€ģ ģž…ė‹ˆė‹¤.", "markdown.preview.markEditorSelection.desc": "markdown 미리 볓기에 ķ˜„ģž¬ ķŽøģ§‘źø° ģ„ ķƒģ„ ķ‘œģ‹œķ•©ė‹ˆė‹¤.", - "markdown.preview.scrollEditorWithPreview.desc": "markdown 미리 볓기넼 ģŠ¤ķ¬ė”¤ķ•  ė•Œ ķŽøģ§‘źø°ģ˜ 볓기넼 ģ—…ė°ģ“ķŠøķ•©ė‹ˆė‹¤.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "markdown 미리 볓기넼 ģŠ¤ķ¬ė”¤ķ•˜ģ—¬ ķŽøģ§‘źø°ģ—ģ„œ ķ˜„ģž¬ ģ„ ķƒķ•œ ģ¤„ģ„ ķ‘œģ‹œķ•©ė‹ˆė‹¤.", + "markdown.preview.scrollEditorWithPreview.desc": "Markdown 미리 볓기넼 ģŠ¤ķ¬ė”¤ķ•  ė•Œ ķŽøģ§‘źø°ģ˜ 볓기넼 ģ—…ė°ģ“ķŠøķ•©ė‹ˆė‹¤.", + "markdown.preview.scrollPreviewWithEditor.desc": "Markdown ķŽøģ§‘źø°ė„¼ ģŠ¤ķ¬ė”¤ķ•  ė•Œ 미리 ė³“źø°ģ˜ 볓기넼 ģ—…ė°ģ“ķŠøķ•©ė‹ˆė‹¤.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[ģ‚¬ģš©ė˜ģ§€ ģ•ŠģŒ] markdown 미리 볓기넼 ģŠ¤ķ¬ė”¤ķ•˜ģ—¬ ķŽøģ§‘źø°ģ—ģ„œ ķ˜„ģž¬ ģ„ ķƒķ•œ ģ¤„ģ„ ķ‘œģ‹œķ•©ė‹ˆė‹¤.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "ģ“ ģ„¤ģ •ģ€ 'markdown.preview.scrollPreviewWithEditor'딜 ėŒ€ģ²“ė˜ģ—ˆģœ¼ė©° ė” ģ“ģƒ ģ˜ķ–„ģ„ 주지 ģ•ŠģŠµė‹ˆė‹¤.", "markdown.preview.title": "미리 볓기 ģ—“źø°", "markdown.previewFrontMatter.dec": "markdown 미리 ė³“źø°ģ—ģ„œ YAML ģ „ė¬øģ„ ė Œė”ė§ķ•  ė°©ė²•ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤. '숨기기' źø°ėŠ„ģ„ ģ‚¬ģš©ķ•˜ė©“ ģ „ė¬øģ“ 제거되고, ź·øėŸ¬ģ§€ ģ•Šģœ¼ė©“ ģ „ė¬øģ“ markdown ģ½˜ķ…ģø ė”œ ģ²˜ė¦¬ė©ė‹ˆė‹¤.", "markdown.previewSide.title": "ģø”ė©“ģ—ģ„œ 미리 볓기 ģ—“źø°", + "markdown.showLockedPreviewToSide.title": "ģø”ė©“ģ—ģ„œ ģž źø“ 미리 볓기 ģ—“źø°", "markdown.showSource.title": "ģ†ŒģŠ¤ ķ‘œģ‹œ", "markdown.styles.dec": "markdown 미리 ė³“źø°ģ—ģ„œ ģ‚¬ģš©ķ•  CSS ģŠ¤ķƒ€ģ¼ģ‹œķŠøģ˜ URL ė˜ėŠ” 딜컬 경딜 ėŖ©ė”ģž…ė‹ˆė‹¤. ģƒėŒ€ ź²½ė”œėŠ” ķƒģƒ‰źø°ģ—ģ„œ 엓린 ķ“ė”ė„¼ źø°ģ¤€ģœ¼ė”œ ķ•“ģ„ė©ė‹ˆė‹¤. 엓린 ķ“ė”ź°€ ģ—†ģœ¼ė©“ markdown ķŒŒģ¼ģ˜ ģœ„ģ¹˜ė„¼ źø°ģ¤€ģœ¼ė”œ ķ•“ģ„ė©ė‹ˆė‹¤. ėŖØė“  '\\'ėŠ” '\\\\'딜 ģØģ•¼ ķ•©ė‹ˆė‹¤.", "markdown.showPreviewSecuritySelector.title": "미리 볓기 ė³“ģ•ˆ 설정 변경", "markdown.trace.desc": "Markdown ķ™•ģž„ģ— ėŒ€ķ•“ 디버그 ė”œź¹…ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", - "markdown.refreshPreview.title": "미리 볓기 새딜 고침" + "markdown.preview.refresh.title": "미리 볓기 새딜 고침", + "markdown.preview.toggleLock.title": "미리 볓기 ģž źøˆ 설정/ķ•“ģ œ" } \ No newline at end of file diff --git a/i18n/kor/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/kor/extensions/merge-conflict/out/codelensProvider.i18n.json index 8b5b2b04aa..80834699c1 100644 --- a/i18n/kor/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/kor/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "ķ˜„ģž¬ 변경 사항 ģˆ˜ė½", "acceptIncomingChange": "ģˆ˜ģ‹  변경 사항 ģˆ˜ė½", "acceptBothChanges": "두 변경 사항 모두 ģˆ˜ė½", diff --git a/i18n/kor/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/kor/extensions/merge-conflict/out/commandHandler.i18n.json index 844c3a0d88..327309bb9d 100644 --- a/i18n/kor/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/kor/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "ķŽøģ§‘źø° ģ»¤ģ„œź°€ 병합 ģ¶©ėŒ 낓에 ģ—†ģŒ", "compareChangesTitle": "{0}: ķ˜„ģž¬ 변경 사항 ⟷ ģˆ˜ģ‹  변경 사항", "cursorOnCommonAncestorsRange": "ķŽøģ§‘źø° ģ»¤ģ„œź°€ 공통 과거 ėø”ė” 낓에 ģžˆģŠµė‹ˆė‹¤. \"ķ˜„ģž¬\" ė˜ėŠ” \"ģˆ˜ģ‹ \" ėø”ė”ģœ¼ė”œ ģ˜®źø°ģ„øģš”.", diff --git a/i18n/kor/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/kor/extensions/merge-conflict/out/mergeDecorator.i18n.json index 41b53ce1e6..d4a79b89cd 100644 --- a/i18n/kor/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/kor/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(ķ˜„ģž¬ 변경 사항)", "incomingChange": "(ģˆ˜ģ‹  변경 사항)" } \ No newline at end of file diff --git a/i18n/kor/extensions/merge-conflict/package.i18n.json b/i18n/kor/extensions/merge-conflict/package.i18n.json index 9416111e4b..f771c458aa 100644 --- a/i18n/kor/extensions/merge-conflict/package.i18n.json +++ b/i18n/kor/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ģ¶©ėŒ 병합", + "description": "ģøė¼ģø 병합 ģ¶©ėŒģ— ėŒ€ķ•œ ź°•ģ”° ķ‘œģ‹œ ė° ėŖ…ė ¹ģž…ė‹ˆė‹¤.", "command.category": "ģ¶©ėŒ 병합", "command.accept.all-current": "ėŖØė“  ķ˜„ģž¬ 사항 ģˆ˜ė½", "command.accept.all-incoming": "ģˆ˜ģ‹  모두 ģˆ˜ė½", diff --git a/i18n/kor/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/kor/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..b499d105d2 --- /dev/null +++ b/i18n/kor/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "źø°ė³ø bower.json", + "json.bower.error.repoaccess": "Bower ė¦¬ķ¬ģ§€ķ† ė¦¬ ģš”ģ²­ ģ‹¤ķŒØ: {0}", + "json.bower.latest.version": "ģµœģ‹ " +} \ No newline at end of file diff --git a/i18n/kor/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/kor/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..1ceb17a36a --- /dev/null +++ b/i18n/kor/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "źø°ė³ø package.json", + "json.npm.error.repoaccess": "NPM ė¦¬ķ¬ģ§€ķ† ė¦¬ ģš”ģ²­ ģ‹¤ķŒØ: {0}", + "json.npm.latestversion": "ķŒØķ‚¤ģ§€ģ˜ ķ˜„ģž¬ ģµœģ‹  버전", + "json.npm.majorversion": "ģµœģ‹  주 버전(1.x.x)ģ„ ģ¼ģ¹˜ģ‹œķ‚µė‹ˆė‹¤.", + "json.npm.minorversion": "ģµœģ‹  ė¶€ 버전(1.2.x)ģ„ ģ¼ģ¹˜ģ‹œķ‚µė‹ˆė‹¤.", + "json.npm.version.hover": "ģµœģ‹  버전: {0}" +} \ No newline at end of file diff --git a/i18n/kor/extensions/npm/out/main.i18n.json b/i18n/kor/extensions/npm/out/main.i18n.json index 552c723f47..f55000f2ae 100644 --- a/i18n/kor/extensions/npm/out/main.i18n.json +++ b/i18n/kor/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "Npm ģž‘ģ—… ź²€ģƒ‰: {0} ķŒŒģ¼ģ„ 구문 ė¶„ģ„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. " } \ No newline at end of file diff --git a/i18n/kor/extensions/npm/package.i18n.json b/i18n/kor/extensions/npm/package.i18n.json index 4a42ac2e0f..d173977889 100644 --- a/i18n/kor/extensions/npm/package.i18n.json +++ b/i18n/kor/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "npm ģŠ¤ķ¬ė¦½ķŠøģ— ėŒ€ķ•œ ģž‘ģ—… ģ§€ģ›ģ„ 추가할 ķ™•ģž„ģž…ė‹ˆė‹¤.", + "displayName": "VSCode에 ėŒ€ķ•œ Npm 지원", "config.npm.autoDetect": "npm ģŠ¤ķ¬ė¦½ķŠøģ— ėŒ€ķ•œ ģžė™ ź²€ģƒ‰ 여부넼 ģ„¤ģ •ķ•©ė‹ˆė‹¤. źø°ė³øź°’ģ€ [켜기]ģž…ė‹ˆė‹¤.", "config.npm.runSilent": " `--silent` ģ˜µģ…˜ģœ¼ė”œ npm ėŖ…ė ¹ 실행.", "config.npm.packageManager": "스크립트넼 ģ‹¤ķ–‰ķ•˜ėŠ” ė° ģ‚¬ģš©ķ•˜ėŠ” ķŒØķ‚¤ģ§€ ź“€ė¦¬ģž.", - "npm.parseError": "Npm ģž‘ģ—… ź²€ģƒ‰: {0} ķŒŒģ¼ģ„ 구문 ė¶„ģ„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤." + "config.npm.exclude": "ģžė™ 스크립트 ź²€ģƒ‰ģ—ģ„œ ģ œģ™øķ•  ķ“ė”ģ— ėŒ€ķ•œ Glob ķŒØķ„“ģ„ źµ¬ģ„±ķ•©ė‹ˆė‹¤.", + "npm.parseError": "Npm ģž‘ģ—… ź²€ģƒ‰: {0} ķŒŒģ¼ģ„ 구문 ė¶„ģ„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", + "taskdef.script": "ģ‚¬ģš©ģž 지정할 npm ģŠ¤ķ¬ė¦½ķŠøģž…ė‹ˆė‹¤.", + "taskdef.path": "스크립트넼 ģ œź³µķ•˜ėŠ” package.json ķŒŒģ¼ģ˜ ķ“ė”ģ— ėŒ€ķ•œ ź²½ė”œģ“ė©° ģƒėžµķ•  수 ģžˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/objective-c/package.i18n.json b/i18n/kor/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..54c3fa4140 --- /dev/null +++ b/i18n/kor/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Objective-C ģ–øģ–“ źø°ė³ø", + "description": "Objective-C ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/kor/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..b499d105d2 --- /dev/null +++ b/i18n/kor/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "źø°ė³ø bower.json", + "json.bower.error.repoaccess": "Bower ė¦¬ķ¬ģ§€ķ† ė¦¬ ģš”ģ²­ ģ‹¤ķŒØ: {0}", + "json.bower.latest.version": "ģµœģ‹ " +} \ No newline at end of file diff --git a/i18n/kor/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/kor/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..1ceb17a36a --- /dev/null +++ b/i18n/kor/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "źø°ė³ø package.json", + "json.npm.error.repoaccess": "NPM ė¦¬ķ¬ģ§€ķ† ė¦¬ ģš”ģ²­ ģ‹¤ķŒØ: {0}", + "json.npm.latestversion": "ķŒØķ‚¤ģ§€ģ˜ ķ˜„ģž¬ ģµœģ‹  버전", + "json.npm.majorversion": "ģµœģ‹  주 버전(1.x.x)ģ„ ģ¼ģ¹˜ģ‹œķ‚µė‹ˆė‹¤.", + "json.npm.minorversion": "ģµœģ‹  ė¶€ 버전(1.2.x)ģ„ ģ¼ģ¹˜ģ‹œķ‚µė‹ˆė‹¤.", + "json.npm.version.hover": "ģµœģ‹  버전: {0}" +} \ No newline at end of file diff --git a/i18n/kor/extensions/package-json/package.i18n.json b/i18n/kor/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/kor/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/kor/extensions/perl/package.i18n.json b/i18n/kor/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..6822fda8a5 --- /dev/null +++ b/i18n/kor/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Perl ģ–øģ–“ źø°ė³ø", + "description": "Perl ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/php/out/features/validationProvider.i18n.json b/i18n/kor/extensions/php/out/features/validationProvider.i18n.json index 4aaa8ed261..5975a24682 100644 --- a/i18n/kor/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/kor/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "PHP ķŒŒģ¼ģ„ lintķ•˜źø° ģœ„ķ•“ {0}(ģž‘ģ—… ģ˜ģ—­ ģ„¤ģ •ģœ¼ė”œ ģ •ģ˜ėØ)ģ˜ ģ‹¤ķ–‰ģ„ ķ—ˆģš©ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "php.yes": "ķ—ˆģš©", "php.no": "ķ—ˆģš© ģ•ˆ 함", diff --git a/i18n/kor/extensions/php/package.i18n.json b/i18n/kor/extensions/php/package.i18n.json index 6bf56e3012..8d9916a916 100644 --- a/i18n/kor/extensions/php/package.i18n.json +++ b/i18n/kor/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "źø°ė³ø 제공 PHP ģ–øģ–“ ģ œģ•ˆģ„ ģ‚¬ģš©ķ•˜ėŠ”ģ§€ 여부넼 źµ¬ģ„±ķ•©ė‹ˆė‹¤. ģ§€ģ›ģ—ģ„œėŠ” PHP ģ „ģ—­ ė° ė³€ģˆ˜ė„¼ ģ œģ•ˆķ•©ė‹ˆė‹¤.", "configuration.validate.enable": "źø°ė³ø 제공 PHP ģœ ķšØģ„± 검사넼 ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "configuration.validate.executablePath": "PHP 실행 ķŒŒģ¼ģ„ ź°€ė¦¬ķ‚µė‹ˆė‹¤.", "configuration.validate.run": "ģ €ģž„ ģ‹œ ė˜ėŠ” ģž…ė „ ģ‹œ Linterģ˜ 실행 ģ—¬ė¶€ģž…ė‹ˆė‹¤.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "PHP ģœ ķšØģ„± 검사 실행 ķŒŒģ¼ģ„ ķ—ˆģš©ķ•˜ģ§€ ģ•ŠģŒ(ģž‘ģ—…\n ģ˜ģ—­ ģ„¤ģ •ģœ¼ė”œ ģ •ģ˜ėØ)" + "command.untrustValidationExecutable": "PHP ģœ ķšØģ„± 검사 실행 ķŒŒģ¼ģ„ ķ—ˆģš©ķ•˜ģ§€ ģ•ŠģŒ(ģž‘ģ—…\n ģ˜ģ—­ ģ„¤ģ •ģœ¼ė”œ ģ •ģ˜ėØ)", + "displayName": "PHP ģ–øģ–“ 기늄", + "description": "PHP ķŒŒģ¼ģ— ėŒ€ķ•“ IntelliSense, lint ė° ģ–øģ–“ źø°ė³øģ„ ģ œź³µķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/powershell/package.i18n.json b/i18n/kor/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..eed52f6541 --- /dev/null +++ b/i18n/kor/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Powershell ģ–øģ–“ źø°ė³ø", + "description": "Powershell ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/pug/package.i18n.json b/i18n/kor/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..a624af6a7f --- /dev/null +++ b/i18n/kor/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Pug ģ–øģ–“ źø°ė³ø", + "description": "Pug ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/python/package.i18n.json b/i18n/kor/extensions/python/package.i18n.json new file mode 100644 index 0000000000..22eb8c3679 --- /dev/null +++ b/i18n/kor/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Python ģ–øģ–“ źø°ė³ø", + "description": "Python ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/r/package.i18n.json b/i18n/kor/extensions/r/package.i18n.json new file mode 100644 index 0000000000..5741df162c --- /dev/null +++ b/i18n/kor/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "R ģ–øģ–“ źø°ė³ø", + "description": "R ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/razor/package.i18n.json b/i18n/kor/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..484047fbcc --- /dev/null +++ b/i18n/kor/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Razor ģ–øģ–“ źø°ė³ø", + "description": "Razor ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/ruby/package.i18n.json b/i18n/kor/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..a470048741 --- /dev/null +++ b/i18n/kor/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ruby ģ–øģ–“ źø°ė³ø", + "description": "Ruby ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/rust/package.i18n.json b/i18n/kor/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..f8125e83d8 --- /dev/null +++ b/i18n/kor/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rust ģ–øģ–“ źø°ė³ø", + "description": "Rust ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/scss/package.i18n.json b/i18n/kor/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..2302a7393b --- /dev/null +++ b/i18n/kor/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SCSS ģ–øģ–“ źø°ė³ø", + "description": "SCSS ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/shaderlab/package.i18n.json b/i18n/kor/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..26d3fc0ec6 --- /dev/null +++ b/i18n/kor/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shaderlab ģ–øģ–“ źø°ė³ø", + "description": "Shaderlab ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/shellscript/package.i18n.json b/i18n/kor/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..fea0b1b8a8 --- /dev/null +++ b/i18n/kor/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ģ…ø 스크립트 ģ–øģ–“ źø°ė³ø", + "description": "ģ…ø 스크립트 ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/sql/package.i18n.json b/i18n/kor/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..0cfeac5c4e --- /dev/null +++ b/i18n/kor/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SQL ģ–øģ–“ źø°ė³ø", + "description": "SQL ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/swift/package.i18n.json b/i18n/kor/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..7033375475 --- /dev/null +++ b/i18n/kor/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Swift ģ–øģ–“ źø°ė³ø", + "description": "Swift ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-abyss/package.i18n.json b/i18n/kor/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..3208e24ac1 --- /dev/null +++ b/i18n/kor/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "심핓 ķ…Œė§ˆ", + "description": "Visual Studio Code용 심핓 ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-defaults/package.i18n.json b/i18n/kor/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..b3d36e5494 --- /dev/null +++ b/i18n/kor/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "źø°ė³ø ķ…Œė§ˆ", + "description": "źø°ė³ø ė°ģ€ ķ…Œė§ˆ ė° ģ–“ė‘ģš“ ķ…Œė§ˆ(Plus ė° Visual Studio)" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-kimbie-dark/package.i18n.json b/i18n/kor/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..137360a486 --- /dev/null +++ b/i18n/kor/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Kimbie ģ–“ė‘ģš“ ķ…Œė§ˆ", + "description": "Visual Studio Code용 Kimbie ģ–“ė‘ģš“ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/kor/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..a20d4afd36 --- /dev/null +++ b/i18n/kor/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai ķė¦æķ•œ ķ…Œė§ˆ", + "description": "Visual Studio Code용 Monokai ķė¦æķ•œ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-monokai/package.i18n.json b/i18n/kor/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..3ae192d701 --- /dev/null +++ b/i18n/kor/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai ķ…Œė§ˆ", + "description": "Visual Studio Code용 Monokai ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-quietlight/package.i18n.json b/i18n/kor/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..bdae5597d3 --- /dev/null +++ b/i18n/kor/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ź³ ģš”ķ•œ ė°ģ€ ķ…Œė§ˆ", + "description": "Visual Studio Code용 ź³ ģš”ķ•œ ė°ģ€ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-red/package.i18n.json b/i18n/kor/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..1f57aec09e --- /dev/null +++ b/i18n/kor/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ė¹Øź°„ģƒ‰ ķ…Œė§ˆ", + "description": "Visual Studio Code용 ė¹Øź°„ģƒ‰ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-seti/package.i18n.json b/i18n/kor/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..7e9eb5e1cf --- /dev/null +++ b/i18n/kor/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Seti ķŒŒģ¼ ģ•„ģ“ģ½˜ ķ…Œė§ˆ", + "description": "Seti UI ķŒŒģ¼ ģ•„ģ“ģ½˜ģœ¼ė”œ ė§Œė“  ķŒŒģ¼ ģ•„ģ“ģ½˜ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-solarized-dark/package.i18n.json b/i18n/kor/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..a36f35ecc8 --- /dev/null +++ b/i18n/kor/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ė…øģ¶œ ģ–“ė‘ģš“ ķ…Œė§ˆ", + "description": "Visual Studio Code용 ė…øģ¶œ ģ–“ė‘ģš“ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-solarized-light/package.i18n.json b/i18n/kor/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..190c444656 --- /dev/null +++ b/i18n/kor/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ė…øģ¶œ ė°ģ€ ķ…Œė§ˆ", + "description": "Visual Studio Code용 ė…øģ¶œ ė°ģ€ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/kor/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..56d35ea297 --- /dev/null +++ b/i18n/kor/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ė‚“ģ¼ ė°¤ ķŒŒėž€ģƒ‰ ķ…Œė§ˆ", + "description": "Visual Studio Code용 ė‚“ģ¼ ė°¤ ķŒŒėž€ģƒ‰ ķ…Œė§ˆ" +} \ No newline at end of file diff --git a/i18n/kor/extensions/typescript-basics/package.i18n.json b/i18n/kor/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..f835530cca --- /dev/null +++ b/i18n/kor/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript ģ–øģ–“ źø°ė³ø 사항", + "description": "TypeScript ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/commands.i18n.json b/i18n/kor/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..d92882234d --- /dev/null +++ b/i18n/kor/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "TypeScript ė˜ėŠ” JavaScript ķ”„ė”œģ ķŠøė„¼ ģ‚¬ģš©ķ•˜ė ¤ė©“ VS Codeģ˜ ķ“ė”ė„¼ ģ—¬ģ„øģš”.", + "typescript.projectConfigUnsupportedFile": "TypeScript ė˜ėŠ” JavaScript ķ”„ė”œģ ķŠøė„¼ ķ™•ģøķ•  수 ģ—†ģŠµė‹ˆė‹¤. ģ§€ģ›ė˜ģ§€ ģ•ŠėŠ” ķŒŒģ¼ ķ˜•ģ‹", + "typescript.projectConfigCouldNotGetInfo": "TypeScript ė˜ėŠ” JavaScript ķ”„ė”œģ ķŠøė„¼ ķ™•ģøķ•  수 ģ—†ģŠµė‹ˆė‹¤.", + "typescript.noTypeScriptProjectConfig": "ķŒŒģ¼ģ“ TypeScript ķ”„ė”œģ ķŠøģ˜ ģ¼ė¶€ź°€ ģ•„ė‹™ė‹ˆė‹¤. ģžģ„øķžˆ ģ•Œģ•„ė³“ė ¤ė©“ [여기]({0})넼 ķ“ė¦­ķ•˜ģ„øģš”.", + "typescript.noJavaScriptProjectConfig": "ķŒŒģ¼ģ“ JavaScript ķ”„ė”œģ ķŠøģ˜ ģ¼ė¶€ź°€ ģ•„ė‹™ė‹ˆė‹¤. ģžģ„øķžˆ ģ•Œģ•„ė³“ė ¤ė©“ [여기]({0})넼 ķ“ė¦­ķ•˜ģ„øģš”.", + "typescript.configureTsconfigQuickPick": "tsconfig.json 구성", + "typescript.configureJsconfigQuickPick": "jsconfig.json 구성" +} \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/kor/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 099f0f45bd..0beff349a5 100644 --- a/i18n/kor/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/kor/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/kor/extensions/typescript/out/features/completionItemProvider.i18n.json index a9f19fc866..6b9eafd4a8 100644 --- a/i18n/kor/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/kor/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "ģ ģš©ķ•  ģ½”ė“œ ė™ģž‘ ģ„ ķƒ", "acquiringTypingsLabel": "typings넼 ź°€ģ øģ˜¤ėŠ” 중...", "acquiringTypingsDetail": "IntelliSense에 ėŒ€ķ•œ typings ģ •ģ˜ė„¼ ź°€ģ øģ˜¤ėŠ” ģ¤‘ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/kor/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index cca18a8243..a479427dcf 100644 --- a/i18n/kor/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/kor/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "JavaScript ķŒŒģ¼ģ—ģ„œ ģ˜ėÆø 검사넼 ģ‚¬ģš©ķ•©ė‹ˆė‹¤. ķŒŒģ¼ģ˜ ģµœģƒė‹Øģ— ģžˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "ts-nocheck": "JavaScript ķŒŒģ¼ģ—ģ„œ ģ˜ėÆø 검사넼 ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ķŒŒģ¼ģ˜ ģµœģƒė‹Øģ— ģžˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "ts-ignore": "ķŒŒģ¼ģ˜ ė‹¤ģŒ ķ–‰ģ—ģ„œ @ts-check 오넘넼 ģ–µģ œķ•©ė‹ˆė‹¤." diff --git a/i18n/kor/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/kor/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index 482fb6f3d4..8722587192 100644 --- a/i18n/kor/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/kor/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1개 źµ¬ķ˜„", "manyImplementationLabel": "{0}개 źµ¬ķ˜„", "implementationsErrorLabel": "źµ¬ķ˜„ģ„ ķ™•ģøķ•  수 ģ—†ģŒ" diff --git a/i18n/kor/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/kor/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index cf25d73230..8cf8e79d61 100644 --- a/i18n/kor/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/kor/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "JSDoc ģ£¼ģ„" } \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/kor/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..05284e2a91 --- /dev/null +++ b/i18n/kor/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (ķŒŒģ¼ģ—ģ„œ 모두 ģˆ˜ģ •)" +} \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/kor/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index d861b255cf..0d9ffb59d0 100644 --- a/i18n/kor/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/kor/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "ģ°øģ”° 1개", "manyReferenceLabel": "ģ°øģ”° {0}개", "referenceErrorLabel": "참씰넼 ķ™•ģøķ•  수 ģ—†ģŒ" diff --git a/i18n/kor/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/kor/extensions/typescript/out/features/taskProvider.i18n.json index 77e4234717..18a2f41441 100644 --- a/i18n/kor/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/kor/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "ė¹Œė“œ - {0}", "buildAndWatchTscLabel": "볓기 - {0}" } \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/typescriptMain.i18n.json b/i18n/kor/extensions/typescript/out/typescriptMain.i18n.json index 70c3246796..2f809346c3 100644 --- a/i18n/kor/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/kor/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/kor/extensions/typescript/out/typescriptServiceClient.i18n.json index 45d0010c9b..5c3b325828 100644 --- a/i18n/kor/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/kor/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "경딜 {0}ģ“(ź°€) ģ˜¬ė°”ė„ø tsserver ģ„¤ģ¹˜ė„¼ 가리키지 ģ•ŠģŠµė‹ˆė‹¤. ķ¬ķ•Øėœ TypeScript ė²„ģ „ģ„ ėŒ€ģ‹  ģ‚¬ģš©ķ•©ė‹ˆė‹¤.", "serverCouldNotBeStarted": "TypeScript ģ–øģ–“ ģ„œė²„ė„¼ ģ‹œģž‘ķ•  수 ģ—†ģŠµė‹ˆė‹¤. 오넘 ė©”ģ‹œģ§€: {0}", "typescript.openTsServerLog.notSupported": "TS ģ„œė²„ ė”œź¹…ģ„ ģ‚¬ģš©ķ•˜ė ¤ė©“ TS 2.2.2 ģ“ģƒģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/extensions/typescript/out/utils/api.i18n.json b/i18n/kor/extensions/typescript/out/utils/api.i18n.json index 128cac23b1..7f38910720 100644 --- a/i18n/kor/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/kor/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "ģž˜ėŖ»ėœ 버전" } \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/utils/logger.i18n.json b/i18n/kor/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/kor/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/kor/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json index bd90769038..997e6170eb 100644 --- a/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "ķ”„ė”œģ ķŠø ģ „ģ²“ģ—ģ„œ JavaScript/TypeScript ģ–øģ–“ źø°ėŠ„ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•˜ė ¤ė©“ {0}ź³¼(와) ź°™ģ“ ķŒŒģ¼ģ“ ė§Žģ€ ķ“ė”ė„¼ ģ œģ™øķ•˜ģ„øģš”.", "hintExclude.generic": "ķ”„ė”œģ ķŠø ģ „ģ²“ģ—ģ„œ JavaScript/TypeScript ģ–øģ–“ źø°ėŠ„ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•˜ė ¤ė©“ ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠėŠ” ģ†ŒģŠ¤ ķŒŒģ¼ģ“ ķ¬ķ•Øėœ 큰 ķ“ė”ė„¼ ģ œģ™øķ•˜ģ„øģš”.", "large.label": "ģ œģ™ø 구성", diff --git a/i18n/kor/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/kor/extensions/typescript/out/utils/typingsStatus.i18n.json index e070552b42..ed8ebf2538 100644 --- a/i18n/kor/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/kor/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "TypeScript IntelliSense넼 ķ–„ģƒķ•˜źø° ģœ„ķ•“ ė°ģ“ķ„°ė„¼ ķŽ˜ģ¹˜ķ•˜ėŠ” 중", - "typesInstallerInitializationFailed.title": "JavaScript ģ–øģ–“ źø°ėŠ„ģ— ėŒ€ķ•œ ģž…ė „ ķŒŒģ¼ģ„ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤. NPMģ“ ģ„¤ģ¹˜ė˜ģ–“ ģžˆėŠ”ģ§€ ķ™•ģøķ•˜ź±°ė‚˜ ģ‚¬ģš©ģž ģ„¤ģ •ģ—ģ„œ 'typescript.npm'ģ„ źµ¬ģ„±ķ•˜ģ„øģš”.", - "typesInstallerInitializationFailed.moreInformation": "추가 정볓", - "typesInstallerInitializationFailed.doNotCheckAgain": "ė‹¤ģ‹œ ķ™•ģø ģ•ˆ 함", - "typesInstallerInitializationFailed.close": "ė‹«źø°" + "typesInstallerInitializationFailed.title": "JavaScript ģ–øģ–“ źø°ėŠ„ģ— ėŒ€ķ•œ ģž…ė „ ķŒŒģ¼ģ„ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤. NPMģ“ ģ„¤ģ¹˜ė˜ģ–“ ģžˆėŠ”ģ§€ ķ™•ģøķ•˜ź±°ė‚˜ ģ‚¬ģš©ģž ģ„¤ģ •ģ—ģ„œ 'typescript.npm'ģ„ źµ¬ģ„±ķ•˜ģ„øģš”. ģžģ„øķžˆ ģ•Œģ•„ė³“ė ¤ė©“ [여기]({0})넼 ķ“ė¦­ķ•˜ģ„øģš”.", + "typesInstallerInitializationFailed.doNotCheckAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함" } \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/kor/extensions/typescript/out/utils/versionPicker.i18n.json index 13043b07ab..a80b30d27b 100644 --- a/i18n/kor/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/kor/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "VS Codeģ˜ 버전 ģ‚¬ģš©", "useWorkspaceVersionOption": "ģž‘ģ—… ģ˜ģ—­ 버전 ģ‚¬ģš©", "learnMore": "ģžģ„øķ•œ 정볓", diff --git a/i18n/kor/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/kor/extensions/typescript/out/utils/versionProvider.i18n.json index ce4b457035..e3d30146bb 100644 --- a/i18n/kor/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/kor/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "ģ“ ź²½ė”œģ—ģ„œ TypeScript ė²„ģ „ģ„ ė”œė“œķ•  수 ģ—†ģŠµė‹ˆė‹¤.", "noBundledServerFound": "ģž˜ėŖ» ė™ģž‘ķ•˜ėŠ” ė°”ģ“ėŸ¬ģŠ¤ 감지 ė„źµ¬ģ™€ ź°™ģ€ 다넸 ģ‘ģš© ķ”„ė”œź·øėžØģ—ģ„œ VS Codeģ˜ tsserverź°€ ģ‚­ģ œė˜ģ—ˆģŠµė‹ˆė‹¤. VS Code넼 ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/package.i18n.json b/i18n/kor/extensions/typescript/package.i18n.json index 7b99823e95..1ea0451bd3 100644 --- a/i18n/kor/extensions/typescript/package.i18n.json +++ b/i18n/kor/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript ė° JavaScript ģ–øģ–“ 기늄", + "description": "JavaScript ė° TypeScript에 ėŒ€ķ•œ ė‹¤ģ–‘ķ•œ ģ–øģ–“ ģ§€ģ›ģ„ ģ œź³µķ•©ė‹ˆė‹¤.", "typescript.reloadProjects.title": "ķ”„ė”œģ ķŠø ė‹¤ģ‹œ ė”œė“œ", "javascript.reloadProjects.title": "ķ”„ė”œģ ķŠø ė‹¤ģ‹œ ė”œė“œ", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "ź°€ģ øģ˜¤źø° 경딜넼 ģž…ė „ķ•  ė•Œ 빠넸 ģ œģ•ˆģ„ ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "typescript.locale": "TypeScript 오넘넼 ė³“ź³ ķ•˜ėŠ” ė° ģ‚¬ģš©ķ•˜ėŠ” ė”œģŗ˜ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤. TypeScript >= 2.6.0ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤. źø°ė³øź°’ 'null'ģ€ TypeScript ģ˜¤ė„˜ģ— ėŒ€ķ•“ VS Codeģ˜ ė”œģŗ˜ģ„ ģ‚¬ģš©ķ•©ė‹ˆė‹¤.", "javascript.implicitProjectConfig.experimentalDecorators": "ķ”„ė”œģ ķŠøģ˜ ģ¼ė¶€ź°€ ģ•„ė‹Œ JavaScript ķŒŒģ¼ģ— ėŒ€ķ•“ 'experimentalDecorators'넼 ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤. 기씓 jsconfig.json ė˜ėŠ” tsconfig.json ķŒŒģ¼ģ€ ģ“ ģ„¤ģ •ģ„ ģž¬ģ •ģ˜ķ•©ė‹ˆė‹¤. TypeScript >=2.3.1ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤.", - "typescript.autoImportSuggestions.enabled": "ģžė™ ź°€ģ øģ˜¤źø° ģ œģ•ˆģ„ ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤. TypeScript >=2.6.1ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤." + "typescript.autoImportSuggestions.enabled": "ģžė™ ź°€ģ øģ˜¤źø° ģ œģ•ˆģ„ ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤. TypeScript >=2.6.1ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤.", + "typescript.experimental.syntaxFolding": "구문 ģøģ‹ ģ ‘źø° 마커넼 ģ„¤ģ •ķ•˜ź±°ė‚˜ ķ•“ģ œķ•©ė‹ˆė‹¤.", + "taskDefinition.tsconfig.description": "TS ė¹Œė“œė„¼ ģ •ģ˜ķ•˜ėŠ” tsconfig ķŒŒģ¼ģž…ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/extensions/vb/package.i18n.json b/i18n/kor/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..2106ad8236 --- /dev/null +++ b/i18n/kor/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Visual Basic ģ–øģ–“ źø°ė³ø", + "description": "Visual Basic ķŒŒģ¼ģ—ģ„œ ģ½”ė“œ 씰각, 구문 ź°•ģ”° ķ‘œģ‹œ, ź“„ķ˜ø ģ¼ģ¹˜ ė° 접기넼 ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/xml/package.i18n.json b/i18n/kor/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..ff886e2727 --- /dev/null +++ b/i18n/kor/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "XML ģ–øģ–“ źø°ė³ø", + "description": "XML ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/extensions/yaml/package.i18n.json b/i18n/kor/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..8b4fec36db --- /dev/null +++ b/i18n/kor/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "YAML ģ–øģ–“ źø°ė³ø", + "description": "YAML ķŒŒģ¼ģ—ģ„œ 구문 ź°•ģ”° ķ‘œģ‹œ ė° ź“„ķ˜ø ģ¼ģ¹˜ė„¼ ģ œź³µķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/kor/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 1b468119c2..66bc1ec688 100644 --- a/i18n/kor/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/kor/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0}({1})" } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json index 94fd4389be..06eaf909e5 100644 --- a/i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/kor/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0}(ė‹¤ģ‹œ ė°œģƒķ•Ø)" } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/kor/src/vs/base/browser/ui/findinput/findInput.i18n.json index 25d60399f4..ee9274a168 100644 --- a/i18n/kor/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/kor/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "ģž…ė „" } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/kor/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index 2161303ba7..170593b486 100644 --- a/i18n/kor/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/kor/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "ėŒ€/ģ†Œė¬øģž 구분", "wordsDescription": "단얓 ė‹Øģœ„ė”œ", "regexDescription": "ģ •ź·œģ‹ ģ‚¬ģš©" diff --git a/i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 132bd2b5d4..fbada096ba 100644 --- a/i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/kor/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "오넘: {0}", "alertWarningMessage": "경고: {0}", "alertInfoMessage": "정볓: {0}" diff --git a/i18n/kor/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/kor/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 6d1aafbc27..6cd4680f4c 100644 --- a/i18n/kor/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/kor/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "ģ“ėÆøģ§€ź°€ ė„ˆė¬“ ģ»¤ģ„œ ķŽøģ§‘źø°ģ— ķ‘œģ‹œķ•  수 ģ—†ģŠµė‹ˆė‹¤. ", "resourceOpenExternalButton": " 외부 ķ”„ė”œź·øėžØģœ¼ė”œ ģ“ėÆøģ§€ė„¼ ģ—“ź¹Œģš”?", diff --git a/i18n/kor/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/kor/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/kor/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/kor/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index 95ce862ebf..8034debe36 100644 --- a/i18n/kor/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/kor/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "ģžģ„øķžˆ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/common/errorMessage.i18n.json b/i18n/kor/src/vs/base/common/errorMessage.i18n.json index 5f42a2d8f3..4041b76365 100644 --- a/i18n/kor/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/kor/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "ģ•Œ 수 ģ—†ėŠ” ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. ģžģ„øķ•œ ė‚“ģš©ģ€ 딜그넼 ģ°øģ”°ķ•˜ģ„øģš”.", "nodeExceptionMessage": "ģ‹œģŠ¤ķ…œ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤({0}).", diff --git a/i18n/kor/src/vs/base/common/json.i18n.json b/i18n/kor/src/vs/base/common/json.i18n.json index ac05a5533c..14ce7b881a 100644 --- a/i18n/kor/src/vs/base/common/json.i18n.json +++ b/i18n/kor/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json index ac05a5533c..80459d96ba 100644 --- a/i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/kor/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "ģž˜ėŖ»ėœ 기호", "error.invalidNumberFormat": "ģž˜ėŖ»ėœ ģˆ«ģž ķ˜•ģ‹", "error.propertyNameExpected": "ģ†ģ„± ģ“ė¦„ ķ•„ģš”", diff --git a/i18n/kor/src/vs/base/common/keybindingLabels.i18n.json b/i18n/kor/src/vs/base/common/keybindingLabels.i18n.json index 0ba381649a..3ed03d64fb 100644 --- a/i18n/kor/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/kor/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "", "altKey": "Alt", diff --git a/i18n/kor/src/vs/base/common/processes.i18n.json b/i18n/kor/src/vs/base/common/processes.i18n.json index 5e0fd4eb99..34532b699b 100644 --- a/i18n/kor/src/vs/base/common/processes.i18n.json +++ b/i18n/kor/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/base/common/severity.i18n.json b/i18n/kor/src/vs/base/common/severity.i18n.json index 62a5d52106..5417a8331b 100644 --- a/i18n/kor/src/vs/base/common/severity.i18n.json +++ b/i18n/kor/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "오넘", "sev.warning": "경고", "sev.info": "정볓" diff --git a/i18n/kor/src/vs/base/node/processes.i18n.json b/i18n/kor/src/vs/base/node/processes.i18n.json index 3e498da1ae..f524df9638 100644 --- a/i18n/kor/src/vs/base/node/processes.i18n.json +++ b/i18n/kor/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "UNC ė“œė¼ģ“ėøŒģ—ģ„œ ģ…ø ėŖ…ė ¹ģ„ 실행할 수 ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/node/ps.i18n.json b/i18n/kor/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..687fe87b4b --- /dev/null +++ b/i18n/kor/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "CPU와 메모리 정볓넼 ģˆ˜ģ§‘ģ¤‘ģž…ė‹ˆė‹¤. ģ‹œź°„ģ“ 약간 ź±øė¦½ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/base/node/zip.i18n.json b/i18n/kor/src/vs/base/node/zip.i18n.json index da538f7e43..35de0f401f 100644 --- a/i18n/kor/src/vs/base/node/zip.i18n.json +++ b/i18n/kor/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "zip ķŒŒģ¼ 낓에 {0}ģ“(ź°€) ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 75228ae817..6eafb93f8b 100644 --- a/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, ģ„ ķƒźø°", "quickOpenAriaLabel": "ģ„ ķƒźø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 35fd437d91..397ca95ec3 100644 --- a/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/kor/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "빠넸 ģ„ ķƒźø°ģž…ė‹ˆė‹¤. ź²°ź³¼ģ˜ ė²”ģœ„ė„¼ ģ¶•ģ†Œķ•˜ė ¤ė©“ ģž…ė „ķ•©ė‹ˆė‹¤.", "treeAriaLabel": "빠넸 ģ„ ķƒźø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/kor/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 5255e2d3e1..ff057032fb 100644 --- a/i18n/kor/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/kor/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "ģ¶•ģ†Œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/kor/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..9895df5f30 --- /dev/null +++ b/i18n/kor/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "GitHubģ—ģ„œ 미리 볓기", + "loadingData": "ė°ģ“ķ„° ė”œė“œ 중...", + "similarIssues": "ģœ ģ‚¬ķ•œ 문제", + "open": "ģ—“źø°", + "closed": "ė‹«ķž˜", + "noResults": "ź²°ź³¼ ģ—†ģŒ", + "settingsSearchIssue": "설정 ź²€ģƒ‰ 문제", + "bugReporter": "버그 ė³“ź³ ģ„œ", + "performanceIssue": "ģ„±ėŠ„ 문제", + "featureRequest": "기늄 ģš”ģ²­", + "stepsToReproduce": "ģž¬ķ˜„ 단계", + "bugDescription": "문제넼 ģ•ˆģ •ģ ģœ¼ė”œ ģž¬ķ˜„ģ‹œķ‚¬ 수 ģžˆėŠ” ė°©ė²•ģ„ ź³µģœ ķ•“ģ£¼ģ„øģš”. ģ‹¤ģ œ 결과와 예상 결과넼 ķ¬ķ•Øķ•˜ģ„øģš”. GitHub ė²„ģ „ģ˜ Markdownģ„ ģ§€ģ›ķ•©ė‹ˆė‹¤. GitHubģ—ģ„œ 미리 ė³¼ ė•Œ 문제넼 ķŽøģ§‘ķ•˜ź³  ģŠ¤ķ¬ė¦°ģƒ·ģ„ 추가할 수 ģžˆģŠµė‹ˆė‹¤.", + "performanceIssueDesciption": "ģ“ ģ„±ėŠ„ ė¬øģ œź°€ ģ–øģ œ ė°œģƒķ•©ė‹ˆź¹Œ? ģ‹œģž‘ķ•  ė•Œ ė°œģƒķ•©ė‹ˆź¹Œ? ķŠ¹ģ • ģž‘ģ—…ģ„ ģ§„ķ–‰ķ•œ ģ“ķ›„ģ— ė°œģƒķ•©ė‹ˆź¹Œ? GitHub ė²„ģ „ģ˜ Markdownģ„ ģ§€ģ›ķ•©ė‹ˆė‹¤. GitHubģ—ģ„œ 미리 ė³¼ ė•Œ 문제넼 ķŽøģ§‘ķ•˜ź³  ģŠ¤ķ¬ė¦°ģƒ·ģ„ 추가할 수 ģžˆģŠµė‹ˆė‹¤.", + "description": "설명", + "featureRequestDescription": "볓고 ģ‹¶ģ–“ķ•˜ėŠ” źø°ėŠ„ģ„ ģ„¤ėŖ…ķ•“ģ£¼ģ„øģš”. GitHub ė²„ģ „ģ˜ Markdownģ„ ģ§€ģ›ķ•©ė‹ˆė‹¤. GitHubģ—ģ„œ 미리 ė³¼ ė•Œ 문제넼 ķŽøģ§‘ķ•˜ź³  ģŠ¤ķ¬ė¦°ģƒ·ģ„ 추가할 수 ģžˆģŠµė‹ˆė‹¤.", + "expectedResults": "예상 ź²°ź³¼", + "settingsSearchResultsDescription": "ģ“ 쿼리넼 ź²€ģƒ‰ķ•  ė•Œ źø°ėŒ€ķ–ˆė˜ ź²°ź³¼ģ˜ ėŖ©ė”ģ„ ģ•Œė ¤ģ£¼ģ„øģš”. GitHub ė²„ģ „ģ˜ Markdownģ„ ģ§€ģ›ķ•©ė‹ˆė‹¤. GitHubģ—ģ„œ 미리 ė³¼ ė•Œ 문제넼 ķŽøģ§‘ķ•˜ź³  ģŠ¤ķ¬ė¦°ģƒ·ģ„ 추가할 수 ģžˆģŠµė‹ˆė‹¤.", + "pasteData": "ė„ˆė¬“ ģ»¤ģ„œ 볓낼 수 ģ—†ģ—ˆźø° ė•Œė¬øģ— ķ•„ģš”ķ•œ ė°ģ“ķ„°ė„¼ ķ“ė¦½ė³“ė“œģ— ģ¼ģŠµė‹ˆė‹¤. 붙여 ė„£ģœ¼ģ„øģš”.", + "disabledExtensions": "ķ™•ģž„ģ„ ģ‚¬ģš©ķ•  수 ģ—†ģŠµė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/kor/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..f151818e7c --- /dev/null +++ b/i18n/kor/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "ģ–‘ģ‹ģ„ ģ˜ģ–“ė”œ ģž‘ģ„±ķ•“ ģ£¼ģ„øģš”.", + "issueTypeLabel": "ģ“ź²ƒģ€", + "issueTitleLabel": "제목", + "issueTitleRequired": "ģ œėŖ©ģ„ ģž…ė „ķ•˜ģ„øģš”.", + "titleLengthValidation": "ģ œėŖ©ģ“ ė„ˆė¬“ ź¹ė‹ˆė‹¤.", + "systemInfo": "ė‚“ ģ‹œģŠ¤ķ…œ 정볓", + "sendData": "ė‚“ ė°ģ“ķ„° 볓낓기", + "processes": "ķ˜„ģž¬ 실행 ģ¤‘ģø ķ”„ė”œģ„øģŠ¤", + "workspaceStats": "ė‚“ ģž‘ģ—… ģ˜ģ—­ 통계", + "extensions": "ė‚“ ķ™•ģž„", + "searchedExtensions": "ź²€ģƒ‰ėœ ķ™•ģž„", + "settingsSearchDetails": "설정 ź²€ģƒ‰ 세부 정볓", + "tryDisablingExtensions": "ķ™•ģž„ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•“ė„ 문제 ģž¬ķ˜„ģ“ ź°€ėŠ„ķ•œź°€ģš”?", + "yes": "예", + "no": "ģ•„ė‹ˆģš”", + "disableExtensionsLabelText": "{0} 후 문제넼 ģž¬ķ˜„ķ•“ ė³“ģ„øģš”.", + "disableExtensions": "ėŖØė“  ķ™•ģž„ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•˜ź³  ģ°½ ė‹¤ģ‹œ ė”œė“œ", + "showRunningExtensionsLabelText": "ķ™•ģž„ 문제딜 ģ˜ģ‹¬ė˜ė©“ {0}ģ—ģ„œ ķ™•ģž„ģ— ėŒ€ķ•œ 문제넼 ė³“ź³ ķ•˜ģ„øģš”.", + "showRunningExtensions": "ėŖØė“  실행 ģ¤‘ģø ķ™•ģž„ 볓기", + "details": "ģƒģ„ø ė‚“ģš©ģ„ ģž…ė „ķ•˜ģ„øģš”.", + "loadingData": "ė°ģ“ķ„° ė”œė“œ 중..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-main/auth.i18n.json b/i18n/kor/src/vs/code/electron-main/auth.i18n.json index 4b00373723..f400d0a612 100644 --- a/i18n/kor/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/kor/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "ķ”„ė”ģ‹œ ģøģ¦ ķ•„ģš”", "proxyauth": "ķ”„ė”ģ‹œ {0}에 ģøģ¦ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-main/logUploader.i18n.json b/i18n/kor/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..7585da4864 --- /dev/null +++ b/i18n/kor/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "ģž˜ėŖ»ėœ 딜그 ģ—…ė”œė” ėģ ", + "beginUploading": "ģ—…ė”œė“œ 중...", + "didUploadLogs": "ģ—…ė”œė“œ 성공. 딜그 ķŒŒģ¼ ID: {0}", + "logUploadPromptHeader": "Microsoftģ˜ VS Code ķŒ€ė§Œ ģ•”ģ„øģŠ¤ķ•  수 ģžˆėŠ” ģ•ˆģ „ķ•œ Microsoft ėģ ģ— ģ„øģ…˜ 딜그넼 ģ—…ė”œė“œķ•˜ė ¤ź³  ķ•©ė‹ˆė‹¤.", + "logUploadPromptBody": "ģ„øģ…˜ ė”œź·øģ— 전첓 경딜, ķŒŒģ¼ ė‚“ģš© 등과 ź°™ģ€ ź°œģø 정볓가 ķ¬ķ•Øė˜ģ–“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤. ė‹¤ģŒģ—ģ„œ ģ„øģ…˜ 딜그 ķŒŒģ¼ģ„ ź²€ķ† ķ•˜ź³  ķŽøģ§‘ķ•˜ģ„øģš”. '{0}'", + "logUploadPromptBodyDetails": "ź³„ģ†ķ•˜ė©“ ģ„øģ…˜ 딜그 ķŒŒģ¼ģ„ ź²€ķ† ķ•˜ź³  ģˆ˜ģ •ķ–ˆģœ¼ė©° Microsoftģ—ģ„œ ģ“ ķŒŒģ¼ģ„ ģ‚¬ģš©ķ•˜ģ—¬ VS Code넼 ė””ė²„ź·øķ•˜ėŠ” ė° ė™ģ˜ķ•œė‹¤ź³  ķ™•ģøķ•˜ź²Œ ė©ė‹ˆė‹¤.", + "logUploadPromptAcceptInstructions": "ģ—…ė”œė“œė„¼ ź³„ģ†ķ•˜ė ¤ė©“ '--upload-logs={0}'ģ„(넼) ģ‚¬ģš©ķ•˜ģ—¬ ģ½”ė“œė„¼ ģ‹¤ķ–‰ķ•˜ģ„øģš”.", + "postError": "딜그넼 ź²Œģ‹œķ•˜ėŠ” ė™ģ•ˆ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. {0}", + "responseError": "딜그넼 ź²Œģ‹œķ•˜ėŠ” ė™ģ•ˆ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. {0} — {1} ė°›ģŒ", + "parseError": "ģ‘ė‹µģ„ 구문 ė¶„ģ„ķ•˜ėŠ” ė™ģ•ˆ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤.", + "zipError": "딜그넼 ģ••ģ¶•ķ•˜ėŠ” ė™ģ•ˆ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-main/main.i18n.json b/i18n/kor/src/vs/code/electron-main/main.i18n.json index e77916a201..3c403a45f9 100644 --- a/i18n/kor/src/vs/code/electron-main/main.i18n.json +++ b/i18n/kor/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "{0}ģ˜ 다넸 ģøģŠ¤ķ„“ģŠ¤ź°€ 실행 ģ¤‘ģ“ģ§€ė§Œ ģ‘ė‹µķ•˜ģ§€ ģ•ŠģŒ", "secondInstanceNoResponseDetail": "다넸 ģøģŠ¤ķ„“ģŠ¤ė„¼ 모두 ė‹«ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", "secondInstanceAdmin": "{0}ģ˜ 두 번째 ģøģŠ¤ķ„“ģŠ¤ź°€ ģ“ėÆø ź“€ė¦¬ģž ź¶Œķ•œģœ¼ė”œ ģ‹¤ķ–‰ė˜ź³  ģžˆģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/code/electron-main/menus.i18n.json b/i18n/kor/src/vs/code/electron-main/menus.i18n.json index ea36f9e14c..0a5165abed 100644 --- a/i18n/kor/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/kor/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "ķŒŒģ¼(&&F)", "mEdit": "ķŽøģ§‘(&&E)", "mSelection": "ģ„ ķƒ ģ˜ģ—­(&S)", @@ -88,8 +90,10 @@ "miMarker": "문제(&&P)", "miAdditionalViews": "추가 ė·°(&&V)", "miCommandPalette": "ėŖ…ė ¹ ķŒ”ė ˆķŠø(&&C)...", + "miOpenView": "ė·° ģ—“źø°(&&O)...", "miToggleFullScreen": "전첓 화멓 설정/ķ•“ģ œ(&&F)", "miToggleZenMode": "Zen ėŖØė“œ 설정/ķ•“ģ œ", + "miToggleCenteredLayout": "ź°€ģš“ė° ė§žģ¶¤ėœ ė ˆģ“ģ•„ģ›ƒ 설정/ķ•“ģ œ", "miToggleMenuBar": "메뉓 ėŖØģŒ 설정/ķ•“ģ œ(&&B)", "miSplitEditor": "ķŽøģ§‘źø° ė¶„ķ• (&&E)", "miToggleEditorLayout": "ķŽøģ§‘źø° 그룹 ė ˆģ“ģ•„ģ›ƒ 설정/ķ•“ģ œ(&&L)", @@ -178,13 +182,11 @@ "miConfigureTask": "ģž‘ģ—… 구성(&&C)...", "miConfigureBuildTask": "źø°ė³ø ė¹Œė“œ ģž‘ģ—… 구성(&&F)...", "accessibilityOptionsWindowTitle": "접근성 ģ˜µģ…˜", - "miRestartToUpdate": "ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ—¬ ģ—…ė°ģ“ķŠø...", + "miCheckForUpdates": "ģ—…ė°ģ“ķŠø ķ™•ģø...", "miCheckingForUpdates": "ģ—…ė°ģ“ķŠøė„¼ ķ™•ģøķ•˜ėŠ” 중...", "miDownloadUpdate": "ģ‚¬ģš© ź°€ėŠ„ķ•œ ģ—…ė°ģ“ķŠø ė‹¤ģš“ė”œė“œ", "miDownloadingUpdate": "ģ—…ė°ģ“ķŠøė„¼ ė‹¤ģš“ė”œė“œķ•˜ėŠ” 중...", + "miInstallUpdate": "ģ—…ė°ģ“ķŠø ģ„¤ģ¹˜...", "miInstallingUpdate": "ģ—…ė°ģ“ķŠøė„¼ ģ„¤ģ¹˜ķ•˜ėŠ” 중...", - "miCheckForUpdates": "ģ—…ė°ģ“ķŠø ķ™•ģø...", - "aboutDetail": "버전 {0}\n커밋 {1}\nė‚ ģ§œ {2}\nģ…ø {3}\nė Œė”ėŸ¬ {4}\nė…øė“œ {5}\nģ•„ķ‚¤ķ…ģ²˜ {6}", - "okButton": "ķ™•ģø", - "copy": "복사(&&C)" + "miRestartToUpdate": "ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ—¬ ģ—…ė°ģ“ķŠø..." } \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-main/window.i18n.json b/i18n/kor/src/vs/code/electron-main/window.i18n.json index c062a4d5ba..8bc08059a8 100644 --- a/i18n/kor/src/vs/code/electron-main/window.i18n.json +++ b/i18n/kor/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "**Alt** 키넼 눌러 메뉓 ėŖØģŒģ— ź³„ģ† ģ•”ģ„øģŠ¤ķ•  수 ģžˆģŠµė‹ˆė‹¤." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": " 키넼 눌러 메뉓 ėŖØģŒģ— ź³„ģ† ģ•”ģ„øģŠ¤ķ•  수 ģžˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-main/windows.i18n.json b/i18n/kor/src/vs/code/electron-main/windows.i18n.json index b70845bc68..396582fe20 100644 --- a/i18n/kor/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/kor/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "ķ™•ģø", "pathNotExistTitle": "ź²½ė”œź°€ ģ—†ģŠµė‹ˆė‹¤.", "pathNotExistDetail": "'{0}' ź²½ė”œź°€ ė””ģŠ¤ķ¬ģ— ė” ģ“ģƒ ģ—†ėŠ” 것 ź°™ģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json b/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json index 1fa2ec087e..1376cca5df 100644 --- a/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "'{0}' ķ™•ģž„ģ„ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", "notInstalled": "'{0}' ķ™•ģž„ģ“ ģ„¤ģ¹˜ė˜ģ–“ ģžˆģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "useId": "ź²Œģ‹œģžė„¼ ķ¬ķ•Øķ•œ 전첓 ķ™•ģž„ ID(예: {0})넼 ģ‚¬ģš©ķ•˜ģ„øģš”.", diff --git a/i18n/kor/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/kor/src/vs/editor/browser/services/bulkEdit.i18n.json index e75053c883..5101db2866 100644 --- a/i18n/kor/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/kor/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "ģ“ėŸ¬ķ•œ ķŒŒģ¼ģ“ ė™ģ‹œģ— ė³€ź²½ė˜ģ—ˆģŠµė‹ˆė‹¤. {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "ķŽøģ§‘ķ•˜ģ§€ ģ•ŠģŒ", "summary.nm": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개 ķ…ģŠ¤ķŠø ķŽøģ§‘ģ„ ģˆ˜ķ–‰ķ•Ø", - "summary.n0": "1개 ķŒŒģ¼ģ—ģ„œ {0}개 ķ…ģŠ¤ķŠø ķŽøģ§‘ģ„ ģˆ˜ķ–‰ķ•Ø" + "summary.n0": "1개 ķŒŒģ¼ģ—ģ„œ {0}개 ķ…ģŠ¤ķŠø ķŽøģ§‘ģ„ ģˆ˜ķ–‰ķ•Ø", + "conflict": "ģ“ėŸ¬ķ•œ ķŒŒģ¼ģ“ ė™ģ‹œģ— ė³€ź²½ė˜ģ—ˆģŠµė‹ˆė‹¤. {0}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/kor/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index 748a7f2cb3..4a400c6237 100644 --- a/i18n/kor/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/kor/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "ķŒŒģ¼ 1ź°œź°€ ė„ˆė¬“ ģ»¤ģ„œ ķŒŒģ¼ģ„ 비교할 수 ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json index 74dd986b4c..d678f76c50 100644 --- a/i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/kor/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "ė‹«źø°", "header": "다넸 ķ•­ėŖ© {0} / {1}: 원본 {2}, {3}ķ–‰, ģˆ˜ģ • {4}, {5}ķ–‰", "blankLine": "비얓 ģžˆģŒ", diff --git a/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json index 1fe9d415d3..b828fef472 100644 --- a/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "ķŽøģ§‘źø°", "fontFamily": "글꼓 ķŒØė°€ė¦¬ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", "fontWeight": "글꼓 ė‘ź»˜ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", @@ -14,7 +16,7 @@ "lineNumbers.on": "줄 ė²ˆķ˜øėŠ” ģ ˆėŒ€ź°’ģœ¼ė”œ ė Œė”ė§ ė©ė‹ˆė‹¤.", "lineNumbers.relative": "줄 ė²ˆķ˜øėŠ” ģ»¤ģ„œ ģœ„ģ¹˜ģ—ģ„œ 줄 간격 거리딜 ė Œė”ė§ ė©ė‹ˆė‹¤.", "lineNumbers.interval": "줄 ė²ˆķ˜øėŠ” 매 10 ģ¤„ė§ˆė‹¤ ė Œė”ė§ģ“ ģ“ė£Øģ–“ģ§‘ė‹ˆė‹¤.", - "lineNumbers": "줄 ė²ˆķ˜øģ˜ ķ‘œģ‹œ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. ź°€ėŠ„ķ•œ ź°’ģ€ 'on', 'off', 'relative'ģž…ė‹ˆė‹¤.", + "lineNumbers": "줄 ė²ˆķ˜øģ˜ ķ‘œģ‹œ ė°©ģ‹ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤. ź°€ėŠ„ķ•œ ź°’ģ€ 'on', 'off', 'relative', 'interval' ģž…ė‹ˆė‹¤.", "rulers": "ķŠ¹ģ • ģˆ˜ģ˜ ź³ ģ • ķ­ ė¬øģž 뒤에 ģ„øė”œ ėˆˆźøˆģžė„¼ ė Œė”ė§ķ•©ė‹ˆė‹¤. ģ—¬ėŸ¬ ėˆˆźøˆģžģ˜ 경우 ģ—¬ėŸ¬ ź°’ģ„ ģ‚¬ģš©ķ•©ė‹ˆė‹¤. ė°°ģ—“ģ“ 비얓 ģžˆėŠ” 경우 ėˆˆźøˆģžź°€ 그려져 ģžˆģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "wordSeparators": "단얓 ꓀련 ķƒģƒ‰ ė˜ėŠ” ģž‘ģ—…ģ„ ģˆ˜ķ–‰ķ•  ė•Œ 단얓 구분 기호딜 ģ‚¬ģš©ė˜ėŠ” ė¬øģžģž…ė‹ˆė‹¤.", "tabSize": "탭 ķ•œ ź°œģ— ķ•“ė‹¹ķ•˜ėŠ” 공백 ģˆ˜ģž…ė‹ˆė‹¤. `editor.detectIndentation`ģ“ 켜져 ģžˆėŠ” 경우 ģ“ ģ„¤ģ •ģ€ ķŒŒģ¼ ģ½˜ķ…ģø ģ— ė”°ė¼ ģž¬ģ •ģ˜ė©ė‹ˆė‹¤.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "ķŽøģ§‘źø°ģ—ģ„œ ė§ˆģ§€ė§‰ 줄 ģ“ķ›„ė”œ ģŠ¤ķ¬ė”¤ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "smoothScrolling": "ķŽøģ§‘źø°ģ—ģ„œ ģ• ė‹ˆė©”ģ“ģ…˜ģ„ ģ‚¬ģš©ķ•˜ģ—¬ ģŠ¤ķ¬ė”¤ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "minimap.enabled": "ėÆøė‹ˆė§µ ķ‘œģ‹œ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "minimap.side": "ėÆøė‹ˆė§µģ“ ķ‘œģ‹œė  ź³³ģ„ ź²°ģ •ķ•©ė‹ˆė‹¤. '오넸쪽'ź³¼ '왼쪽'ģ“ ģ„ ķƒ ź°€ėŠ„ķ•©ė‹ˆė‹¤.", "minimap.showSlider": "ėÆøė‹ˆė§µ ģŠ¬ė¼ģ“ė”ė„¼ ģžė™ģœ¼ė”œ ģˆØźøøģ§€ ź²°ģ •ķ•©ė‹ˆė‹¤. ź°€ėŠ„ķ•œ ź°’ģ€ 'always' ė° 'mouseover'ģž…ė‹ˆė‹¤.", "minimap.renderCharacters": "ģ¤„ģ˜ ģ‹¤ģ œ ė¬øģž(ģƒ‰ ėø”ė” ģ•„ė‹˜) ė Œė”ė§", "minimap.maxColumn": "ģµœėŒ€ ķŠ¹ģ • ģˆ˜ģ˜ ģ—“ģ„ ė Œė”ė§ķ•˜ė„ė” ėÆøė‹ˆė§µģ˜ ė„ˆė¹„ė„¼ ģ œķ•œķ•©ė‹ˆė‹¤.", @@ -40,9 +43,9 @@ "wordWrapColumn": "`editor.wordWrap`ģ“ 'wordWrapColumn' ė˜ėŠ” 'bounded'ģø 경우 ķŽøģ§‘źø°ģ˜ ģ—“ 줄 ė°”źæˆģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.", "wrappingIndent": "줄 ė°”źæˆ ķ–‰ģ˜ 들여쓰기넼 ģ œģ–“ķ•©ė‹ˆė‹¤. 'none', 'same' ė˜ėŠ” 'indent' 중 ķ•˜ė‚˜ģ¼ 수 ģžˆģŠµė‹ˆė‹¤.", "mouseWheelScrollSensitivity": "마우스 휠 스크딤 ģ“ė²¤ķŠøģ˜ `deltaX` ė° `deltaY`ģ—ģ„œ ģ‚¬ģš©ķ•  승수", - "multiCursorModifier.ctrlCmd": "Windows와 Linuxģ˜ 'Control'ģ„ OSXģ˜ 'Command'딜 ė§¤ķ•‘ķ•©ė‹ˆė‹¤.", - "multiCursorModifier.alt": "Windows와 Linuxģ˜ 'Alt'넼 OSXģ˜ 'Option'으딜 ė§¤ķ•‘ķ•©ė‹ˆė‹¤.", - "multiCursorModifier": "마우스딜 ģ—¬ėŸ¬ ģ»¤ģ„œė„¼ 추가할 ė•Œ ģ‚¬ģš©ķ•  ģˆ˜ģ •ģžģž…ė‹ˆė‹¤. `ctrlCmd`ėŠ” Windows와 Linuxģ—ģ„œ `Control`딜 ė§¤ķ•‘ė˜ź³  OSXģ—ģ„œ `Command`딜 ė§¤ķ•‘ė©ė‹ˆė‹¤. Go To Definition ė° Open Link 마우스 ģ œģŠ¤ģ²˜ź°€ ė©€ķ‹°ģ»¤ģ„œ ģˆ˜ģ •ģžģ™€ ģ¶©ėŒķ•˜ģ§€ ģ•Šė„ė” ģ”°ģ •ė©ė‹ˆė‹¤.", + "multiCursorModifier.ctrlCmd": "Windows와 Linuxģ˜ 'Control'ģ„ macOSģ˜ 'Command'딜 ė§¤ķ•‘ķ•©ė‹ˆė‹¤.", + "multiCursorModifier.alt": "Windows와 Linuxģ˜ 'Alt'넼 macOSģ˜ 'Option'으딜 ė§¤ķ•‘ķ•©ė‹ˆė‹¤.", + "multiCursorModifier": "마우스딜 ģ—¬ėŸ¬ ģ»¤ģ„œė„¼ 추가할 ė•Œ ģ‚¬ģš©ķ•  ģˆ˜ģ •ģžģž…ė‹ˆė‹¤. `ctrlCmd`ėŠ” Windows와 Linuxģ—ģ„œ `Control`딜 ė§¤ķ•‘ė˜ź³  macOSģ—ģ„œ `Command`딜 ė§¤ķ•‘ė©ė‹ˆė‹¤. Go To Definition ė° Open Link 마우스 ģ œģŠ¤ģ²˜ź°€ ė©€ķ‹°ģ»¤ģ„œ ģˆ˜ģ •ģžģ™€ ģ¶©ėŒķ•˜ģ§€ ģ•Šė„ė” ģ”°ģ •ė©ė‹ˆė‹¤.", "quickSuggestions.strings": "ė¬øģžģ—“ ė‚“ģ—ģ„œ 빠넸 ģ œģ•ˆģ„ ģ‚¬ģš©ķ•©ė‹ˆė‹¤.", "quickSuggestions.comments": "ģ£¼ģ„ ė‚“ģ—ģ„œ 빠넸 ģ œģ•ˆģ„ ģ‚¬ģš©ķ•©ė‹ˆė‹¤.", "quickSuggestions.other": "ė¬øģžģ—“ ė° ģ£¼ģ„ ģ™øė¶€ģ—ģ„œ 빠넸 ģ œģ•ˆģ„ ģ‚¬ģš©ķ•©ė‹ˆė‹¤.", @@ -63,6 +66,10 @@ "snippetSuggestions": "ģ½”ė“œ ģ”°ź°ģ“ 다넸 ģ¶”ģ²œź³¼ ķ•Øź»˜ ķ‘œģ‹œė˜ėŠ”ģ§€ 여부 ė° ģ •ė ¬ ė°©ė²•ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.", "emptySelectionClipboard": "ģ„ ķƒ ģ˜ģ—­ ģ—†ģ“ ķ˜„ģž¬ 줄 복사 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "wordBasedSuggestions": "ė¬øģ„œ ė‚“ 단얓넼 기반으딜 ģ™„ģ„±ģ„ 계산할지 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "suggestSelection.first": "ķ•­ģƒ 첫 번째 ģ œģ•ˆģ„ ģ„ ķƒķ•©ė‹ˆė‹¤.", + "suggestSelection.recentlyUsed": "ģ¶”ź°€ė”œ ģž…ė „ė˜ģ§€ ģ•ŠėŠ” 경우, 최근 ģ œģ•ˆģ„ ģ„ ķƒķ•©ė‹ˆė‹¤. 예넼 들얓 'log'ź°€ ģµœź·¼ģ— ģ™„ė£Œė˜ģ—ˆģœ¼ėÆ€ė”œ 'console.| -> console.log'딜 ģ „ź°œė˜ėŠ” ź²ƒģ„ ģ„ ķƒķ•©ė‹ˆė‹¤.", + "suggestSelection.recentlyUsedByPrefix": "ģ œģ•ˆģ„ ģ™„ė£Œķ•œ ģ“ģ „ 접두사넼 źø°ģ¤€ģœ¼ė”œ ģ œģ•ˆģ„ ģ„ ķƒķ•©ė‹ˆė‹¤. 예넼 들얓 'co-> console'딜, 'con->const'딜 ģ „ź°œė©ė‹ˆė‹¤.", + "suggestSelection": "ģ œģ•ˆ ėŖ©ė”ģ„ ķ‘œģ‹œķ•  ė•Œ ģ œķ•œģ“ 미리 ģ„ ķƒė˜ėŠ” ė°©ģ‹ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.", "suggestFontSize": "ģ œģ•ˆ ģœ„ģ Æģ˜ 글꼓 크기", "suggestLineHeight": "ģ œģ•ˆ ģœ„ģ Æģ˜ 줄 ė†’ģ“", "selectionHighlight": "ķŽøģ§‘źø°ģ—ģ„œ ģ„ ķƒ ķ•­ėŖ©ź³¼ ģœ ģ‚¬ķ•œ ģ¼ģ¹˜ ķ•­ėŖ©ģ„ ź°•ģ”° ķ‘œģ‹œķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", @@ -72,6 +79,7 @@ "cursorBlinking": "ģ»¤ģ„œ ģ• ė‹ˆė©”ģ“ģ…˜ ģŠ¤ķƒ€ģ¼ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤. ź°€ėŠ„ķ•œ ź°’ģ€ 'blink', 'smooth', 'phase', 'expand' ė° 'solid'ģž…ė‹ˆė‹¤.", "mouseWheelZoom": "마우스 ķœ ģ„ ģ‚¬ģš©ķ•  ė•Œ Ctrl 키넼 ėˆ„ė„“ź³  ģžˆģœ¼ė©“ ķŽøģ§‘źø°ģ˜ 글꼓 ķ™•ėŒ€/ģ¶•ģ†Œ", "cursorStyle": "ģ»¤ģ„œ ģŠ¤ķƒ€ģ¼ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤. ķ—ˆģš©ė˜ėŠ” ź°’ģ€ 'ėø”ė”', 'ėø”ė”-윤곽', '줄', '줄-ź°€ėŠ˜ź²Œ', '밑줄' ė° '밑줄-ź°€ėŠ˜ź²Œ'ģž…ė‹ˆė‹¤.", + "cursorWidth": "editor.cursorStyle ģ„¤ģ •ģ“ 'line'으딜 ģ„¤ģ •ė˜ģ–“ ģžˆģ„ ė•Œ ģ»¤ģ„œģ˜ ė„“ģ“ė„¼ ģ”°ģ ˆķ•©ė‹ˆė‹¤.", "fontLigatures": "글꼓 ķ•©ģž ģ‚¬ģš©", "hideCursorInOverviewRuler": "ģ»¤ģ„œź°€ ź°œģš” ėˆˆźøˆģžģ—ģ„œ 가려져야 ķ•˜ėŠ”ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "renderWhitespace": "ķŽøģ§‘źø°ģ—ģ„œ 공백 ė¬øģžė„¼ ė Œė”ė§ķ•˜ėŠ” ė°©ė²•ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤. ź°€ėŠ„ķ•œ ź°’ģ€ 'none', 'boundary' ė° 'all'ģž…ė‹ˆė‹¤. 'boundary' ģ˜µģ…˜ģ€ 단얓 ģ‚¬ģ“ģ˜ ķ•œ ģ¹ø ź³µė°±ģ„ ė Œė”ė§ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/kor/src/vs/editor/common/config/defaultConfig.i18n.json index 4118aae2aa..12d2caaa25 100644 --- a/i18n/kor/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/kor/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/kor/src/vs/editor/common/config/editorOptions.i18n.json index f2303e9e36..eb4c6d15a3 100644 --- a/i18n/kor/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/kor/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "ģ§€źøˆģ€ ķŽøģ§‘źø°ė„¼ ģ‚¬ģš©ķ•  수 ģ—†ģŠµė‹ˆė‹¤. Alt+F1ģ„ 눌러 ģ˜µģ…˜ģ„ ė³“ģ„øģš”.", "editorViewAccessibleLabel": "ķŽøģ§‘źø° ģ½˜ķ…ģø " } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/controller/cursor.i18n.json b/i18n/kor/src/vs/editor/common/controller/cursor.i18n.json index 7dc4d4066b..2a1539403d 100644 --- a/i18n/kor/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/kor/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "ėŖ…ė ¹ģ„ ģ‹¤ķ–‰ķ•˜ėŠ” ė™ģ•ˆ 예기치 ģ•Šģ€ ģ˜ˆģ™øź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/kor/src/vs/editor/common/model/textModelWithTokens.i18n.json index e0730be40a..f0ea05a2e3 100644 --- a/i18n/kor/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/kor/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/kor/src/vs/editor/common/modes/modesRegistry.i18n.json index 3e83dbeb0f..8fa9b95064 100644 --- a/i18n/kor/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/kor/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "ģ¼ė°˜ ķ…ģŠ¤ķŠø" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json index e75053c883..cd279fe077 100644 --- a/i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/kor/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/kor/src/vs/editor/common/services/modeServiceImpl.i18n.json index 856ad50187..f8d7d636f9 100644 --- a/i18n/kor/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/kor/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/kor/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/kor/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/kor/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json index a8423dd155..cbd45eb9fd 100644 --- a/i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/kor/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "ģ»¤ģ„œ ģœ„ģ¹˜ģ˜ 줄 ź°•ģ”° ķ‘œģ‹œģ— ėŒ€ķ•œ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "lineHighlightBorderBox": "ģ»¤ģ„œ ģœ„ģ¹˜ģ˜ 줄 ķ…Œė‘ė¦¬ģ— ėŒ€ķ•œ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", - "rangeHighlight": "빠넸 ģ—“źø° ė° 찾기 기늄 ė“±ģ„ 통핓 ź°•ģ”° ķ‘œģ‹œėœ ģ˜ģ—­ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", + "rangeHighlight": "빠넸 ģ—“źø° ė° 찾기 기늄 ė“±ģ„ 통핓 ź°•ģ”° ķ‘œģ‹œėœ ģ˜ģ—­ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģƒ‰ģ€ 밑에 깔린 ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "rangeHighlightBorder": "ź°•ģ”° ģ˜ģ—­ ģ£¼ė³€ģ˜ ķ…Œė‘ė¦¬ģ— ėŒ€ķ•œ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤", "caret": "ķŽøģ§‘źø° ģ»¤ģ„œ ģƒ‰ģž…ė‹ˆė‹¤.", "editorCursorBackground": "ķŽøģ§‘źø° ģ»¤ģ„œģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ėø”ė” ģ»¤ģ„œģ™€ ź²¹ģ¹˜ėŠ” źø€ģžģ˜ ģƒ‰ģƒģ„ ģ‚¬ģš©ģž ģ •ģ˜ķ•  수 ģžˆģŠµė‹ˆė‹¤.", "editorWhitespaces": "ķŽøģ§‘źø°ģ˜ 공백 ė¬øģž ģƒ‰ģž…ė‹ˆė‹¤.", "editorIndentGuides": "ķŽøģ§‘źø° 들여쓰기 ģ•ˆė‚“ģ„  ģƒ‰ģž…ė‹ˆė‹¤.", "editorLineNumbers": "ķŽøģ§‘źø° 줄 번호 ģƒ‰ģž…ė‹ˆė‹¤.", + "editorActiveLineNumber": "ķŽøģ§‘źø° ķ™œģ„± ģ˜ģ—­ ģ¤„ė²ˆķ˜ø ģƒ‰ģƒ", "editorRuler": "ķŽøģ§‘źø° ėˆˆźøˆģ˜ ģƒ‰ģƒģž…ė‹ˆė‹¤.", "editorCodeLensForeground": "ķŽøģ§‘źø° ģ½”ė“œ ė Œģ¦ˆģ˜ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "editorBracketMatchBackground": "ģ¼ģ¹˜ķ•˜ėŠ” ėøŒėž˜ķ‚· ė’¤ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/kor/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index 6376986b99..1c1cb6b6e5 100644 --- a/i18n/kor/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/kor/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 4bf58092c9..8c07c40298 100644 --- a/i18n/kor/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "ėŒ€ź“„ķ˜øė”œ ģ“ė™" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "ź“„ķ˜øģ— ķ•“ė‹¹ķ•˜ėŠ” ģ˜ģ—­ģ„ ķ‘œģ‹œģžģ— ģ±„ģƒ‰ķ•˜ģ—¬ ķ‘œģ‹œķ•©ė‹ˆė‹¤.", + "smartSelect.jumpBracket": "ėŒ€ź“„ķ˜øė”œ ģ“ė™", + "smartSelect.selectToBracket": "ź“„ķ˜øź¹Œģ§€ ģ„ ķƒ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/kor/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 4bf58092c9..d69dc244d4 100644 --- a/i18n/kor/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/kor/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index 27cec366d1..fce643e56f 100644 --- a/i18n/kor/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "ģŗėŸæģ„ ģ™¼ģŖ½ģœ¼ė”œ ģ“ė™", "caret.moveRight": "ģŗėŸæģ„ 오넸쪽으딜 ģ“ė™" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/kor/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index 27cec366d1..47d4736e0b 100644 --- a/i18n/kor/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/kor/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 71fd84232a..807282cf4a 100644 --- a/i18n/kor/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/kor/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 71fd84232a..0845d257e8 100644 --- a/i18n/kor/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "ė¬øģž 바꾸기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/kor/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 1e6e7c17e2..b2aef6b71e 100644 --- a/i18n/kor/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/kor/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 1e6e7c17e2..bd4291fd0f 100644 --- a/i18n/kor/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "ģž˜ė¼ė‚“źø°", "actions.clipboard.copyLabel": "복사", "actions.clipboard.pasteLabel": "붙여넣기", diff --git a/i18n/kor/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/kor/src/vs/editor/contrib/comment/comment.i18n.json index 5b5b2cac85..47f803c346 100644 --- a/i18n/kor/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "줄 ģ£¼ģ„ 설정/ķ•“ģ œ", "comment.line.add": "줄 ģ£¼ģ„ 추가", "comment.line.remove": "줄 ģ£¼ģ„ 제거", diff --git a/i18n/kor/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/kor/src/vs/editor/contrib/comment/common/comment.i18n.json index 5b5b2cac85..175fa5b7ac 100644 --- a/i18n/kor/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/kor/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index cee5d91a1b..1f559a31b1 100644 --- a/i18n/kor/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/kor/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index cee5d91a1b..db740e8337 100644 --- a/i18n/kor/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "ķŽøģ§‘źø° ģƒķ™©ģ— ė§žėŠ” 메뉓 ķ‘œģ‹œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/find/browser/findWidget.i18n.json index f820392132..f627c44e00 100644 --- a/i18n/kor/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index c45550055e..429da27b98 100644 --- a/i18n/kor/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/kor/src/vs/editor/contrib/find/common/findController.i18n.json index 7201d1ab08..2d5c901e74 100644 --- a/i18n/kor/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/find/findController.i18n.json b/i18n/kor/src/vs/editor/contrib/find/findController.i18n.json index 7201d1ab08..bb0b4cec00 100644 --- a/i18n/kor/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "찾기", "findNextMatchAction": "ė‹¤ģŒ 찾기", "findPreviousMatchAction": "ģ“ģ „ 찾기", diff --git a/i18n/kor/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/find/findWidget.i18n.json index f820392132..9b6931c2b0 100644 --- a/i18n/kor/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "찾기", "placeholder.find": "찾기", "label.previousMatchButton": "ģ“ģ „ ź²€ģƒ‰ ź²°ź³¼", diff --git a/i18n/kor/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index c45550055e..d69ed6ae71 100644 --- a/i18n/kor/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "찾기", "placeholder.find": "찾기", "label.previousMatchButton": "ģ“ģ „ ź²€ģƒ‰ ź²°ź³¼", diff --git a/i18n/kor/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/kor/src/vs/editor/contrib/folding/browser/folding.i18n.json index 0414d7621a..140029ef43 100644 --- a/i18n/kor/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/kor/src/vs/editor/contrib/folding/folding.i18n.json index 64113ae45b..93075ddd9d 100644 --- a/i18n/kor/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "ķŽ¼ģ¹˜źø°", "unFoldRecursivelyAction.label": "ģž¬ź·€ģ ģœ¼ė”œ ķŽ¼ģ¹˜źø°", "foldAction.label": "ģ ‘źø°", diff --git a/i18n/kor/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/kor/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 8811618c86..b3dad0ea72 100644 --- a/i18n/kor/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/kor/src/vs/editor/contrib/format/formatActions.i18n.json index 8811618c86..6fe197f468 100644 --- a/i18n/kor/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "줄 {0}ģ—ģ„œ 1개 ģ„œģ‹ ķŽøģ§‘ģ„ ģˆ˜ķ–‰ķ–ˆģŠµė‹ˆė‹¤.", "hintn1": "줄 {1}ģ—ģ„œ {0}개 ģ„œģ‹ ķŽøģ§‘ģ„ ģˆ˜ķ–‰ķ–ˆģŠµė‹ˆė‹¤.", "hint1n": "줄 {0}ź³¼(와) {1} ģ‚¬ģ“ģ—ģ„œ 1개 ģ„œģ‹ ķŽøģ§‘ģ„ ģˆ˜ķ–‰ķ–ˆģŠµė‹ˆė‹¤.", "hintnn": "줄 {1}ź³¼(와) {2} ģ‚¬ģ“ģ—ģ„œ {0}개 ģ„œģ‹ ķŽøģ§‘ģ„ ģˆ˜ķ–‰ķ–ˆģŠµė‹ˆė‹¤.", - "no.provider": "죄솔 ķ•©ė‹ˆė‹¤, ķ•˜ģ§€ė§Œ ' {0} 'ķŒŒģ¼ģ— ėŒ€ ķ•œ ķ¬ė§·ķ„°ź°€ ģ”“ģž¬ ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤..", + "no.provider": " '{0}'-ķŒŒģ¼ģ— ėŒ€ķ•œ ģ„¤ģ¹˜ėœ ķ˜•ģ‹źø°ź°€ ģ—†ģŠµė‹ˆė‹¤.", "formatDocument.label": "ė¬øģ„œ ģ„œģ‹", "formatSelection.label": "ģ„ ķƒ ģ˜ģ—­ ģ„œģ‹" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 6180413fbf..e39653dc55 100644 --- a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index eb7148607b..41d39c2318 100644 --- a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index 57b4929798..01d2236d8a 100644 --- a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index eb7148607b..228b4f3ea9 100644 --- a/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "'{0}'에 ėŒ€ķ•œ ģ •ģ˜ė„¼ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", "generic.noResults": "ģ •ģ˜ė„¼ ģ°¾ģ„ 수 ģ—†ģŒ", "meta.title": "– {0} ģ •ģ˜", diff --git a/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index 57b4929798..b5e87eb27f 100644 --- a/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "{0}개 ģ •ģ˜ė„¼ ķ‘œģ‹œķ•˜ė ¤ė©“ ķ“ė¦­ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/kor/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 58029e4cfc..8151ecc33b 100644 --- a/i18n/kor/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/kor/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 58029e4cfc..17af735ed9 100644 --- a/i18n/kor/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "ė‹¤ģŒ 오넘 ė˜ėŠ” 경고딜 ģ“ė™", - "markerAction.previous.label": "ģ“ģ „ 오넘 ė˜ėŠ” 경고딜 ģ“ė™", + "markerAction.next.label": "ė‹¤ģŒ 문제딜 ģ“ė™ (오넘, 경고, 정볓)", + "markerAction.previous.label": "ģ“ģ „ 문제딜 ģ“ė™ (오넘, 경고, 정볓)", "editorMarkerNavigationError": "ķŽøģ§‘źø° ķ‘œģ‹ ķƒģƒ‰ ģœ„ģ Æ 오넘 ģƒ‰ģž…ė‹ˆė‹¤.", "editorMarkerNavigationWarning": "ķŽøģ§‘źø° ķ‘œģ‹ ķƒģƒ‰ ģœ„ģ Æ 경고 ģƒ‰ģž…ė‹ˆė‹¤.", "editorMarkerNavigationInfo": "ķŽøģ§‘źø° ķ‘œģ‹ ķƒģƒ‰ ģœ„ģ Æ 정볓 ģƒ‰ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/kor/src/vs/editor/contrib/hover/browser/hover.i18n.json index af972da445..3775865f3a 100644 --- a/i18n/kor/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/kor/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index 9e3147cdd1..492694eb91 100644 --- a/i18n/kor/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/kor/src/vs/editor/contrib/hover/hover.i18n.json index af972da445..cd6dc78fbe 100644 --- a/i18n/kor/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "가리키기 ķ‘œģ‹œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/kor/src/vs/editor/contrib/hover/modesContentHover.i18n.json index 9e3147cdd1..281c9705dc 100644 --- a/i18n/kor/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "ė”œė“œ 중..." } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/kor/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index 8c88e6b0ca..3908699769 100644 --- a/i18n/kor/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/kor/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index 8c88e6b0ca..316470bfaf 100644 --- a/i18n/kor/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "ģ“ģ „ ź°’ģœ¼ė”œ 바꾸기", "InPlaceReplaceAction.next.label": "ė‹¤ģŒ ź°’ģœ¼ė”œ 바꾸기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/kor/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 0e91b46192..5761368f7d 100644 --- a/i18n/kor/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/kor/src/vs/editor/contrib/indentation/indentation.i18n.json index 0e91b46192..6fcabd476e 100644 --- a/i18n/kor/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "들여쓰기넼 공백으딜 ė³€ķ™˜", "indentationToTabs": "들여쓰기넼 탭으딜 ė³€ķ™˜", "configuredTabSize": "źµ¬ģ„±ėœ 탭 크기", diff --git a/i18n/kor/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/kor/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index b945677181..cccdf295a2 100644 --- a/i18n/kor/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/kor/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 7e12706f99..037978230e 100644 --- a/i18n/kor/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/kor/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 7e12706f99..5c55c2d03d 100644 --- a/i18n/kor/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "ģœ„ģ— 줄 복사", "lines.copyDown": "ģ•„ėž˜ģ— 줄 복사", "lines.moveUp": "줄 ģœ„ė”œ ģ“ė™", diff --git a/i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json index 2bc3afdb9f..92d9157e1f 100644 --- a/i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/links/links.i18n.json b/i18n/kor/src/vs/editor/contrib/links/links.i18n.json index 2bc3afdb9f..a3c8ca3fbd 100644 --- a/i18n/kor/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/links/links.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Cmd 키넼 ėˆ„ė„“ź³  ķ“ė¦­ķ•˜ģ—¬ 링크딜 ģ“ė™", "links.navigate": "Ctrl 키넼 ėˆ„ė„“ź³  ķ“ė¦­ķ•˜ģ—¬ 링크딜 ģ“ė™", "links.command.mac": "ėŖ…ė ¹ģ„ ģ‹¤ķ–‰ķ•˜ė ¤ė©“ Cmd+큓릭", "links.command": "ėŖ…ė ¹ģ„ ģ‹¤ķ–‰ķ•˜ė ¤ė©“ Ctrl+큓릭", "links.navigate.al": "Alt 키넼 ėˆ„ė„“ź³  ķ“ė¦­ķ•˜ģ—¬ 링크딜 ģ“ė™", "links.command.al": "ėŖ…ė ¹ģ„ ģ‹¤ķ–‰ķ•˜ė ¤ė©“ Alt+큓릭", - "invalid.url": "ģ£„ģ†”ķ•©ė‹ˆė‹¤. ģ“ ė§ķ¬ėŠ” ķ˜•ģ‹ģ“ ģ˜¬ė°”ė„“ģ§€ ģ•Šģœ¼ėÆ€ė”œ ģ—“ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. {0}", - "missing.url": "ģ£„ģ†”ķ•©ė‹ˆė‹¤. ėŒ€ģƒģ“ ģ—†ģœ¼ėÆ€ė”œ ģ“ 링크넼 ģ—“ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", + "invalid.url": "{0} ķ˜•ģ‹ģ“ ģ˜¬ė°”ė„“ģ§€ ģ•Šģœ¼ėÆ€ė”œ ģ“ 링크넼 ģ—“ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤", + "missing.url": "ėŒ€ģƒģ“ ģ—†ģœ¼ėÆ€ė”œ ģ“ 링크넼 ģ—“ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", "label": "링크 ģ—“źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/kor/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index af6f5d6235..8a70e79202 100644 --- a/i18n/kor/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/kor/src/vs/editor/contrib/multicursor/multicursor.i18n.json index af6f5d6235..c20432662e 100644 --- a/i18n/kor/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "ģœ„ģ— ģ»¤ģ„œ 추가", "mutlicursor.insertBelow": "ģ•„ėž˜ģ— ģ»¤ģ„œ 추가", "mutlicursor.insertAtEndOfEachLineSelected": "줄 ėģ— ģ»¤ģ„œ 추가", diff --git a/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index 884202c9ab..30bccbfcbf 100644 --- a/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index 83d04f35bc..1a4a75fa01 100644 --- a/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index 884202c9ab..8543b1ad99 100644 --- a/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "매개 ė³€ģˆ˜ ķžŒķŠø 트리거" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index 83d04f35bc..2ded66d07b 100644 --- a/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, ķžŒķŠø" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index d4430bc088..2d28dcaf7f 100644 --- a/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/kor/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index d4430bc088..54e7873e10 100644 --- a/i18n/kor/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "ģˆ˜ģ • 사항 ķ‘œģ‹œ({0})", "quickFix": "ģˆ˜ģ • 사항 ķ‘œģ‹œ", - "quickfix.trigger.label": "빠넸 ģˆ˜ģ •" + "quickfix.trigger.label": "빠넸 ģˆ˜ģ •", + "refactor.label": "ė¦¬ķŒ©ķ„°ė§" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index 9befc5560b..34acf813c7 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 199f308fdd..02ae7f4bd7 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 519c07a8e6..3266445847 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 48d1886661..ea6fd01432 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index bebeacf634..1ec4c8fd50 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index 9befc5560b..73cb2274bf 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "ė‹«źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 199f308fdd..0c9b0cf18c 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": "–참씰 {0}개", "references.action.label": "ėŖØė“  ģ°øģ”° 찾기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index 519c07a8e6..aa3f9741a9 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "ė”œė“œ 중..." } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 48d1886661..9cbcac5637 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "{2}ģ—“, {1}줄, {0}ģ˜ 기호", "aria.fileReferences.1": "{0}ģ˜ 기호 1개, 전첓 경딜 {1}", "aria.fileReferences.N": "{1}ģ˜ 기호 {0}개, 전첓 경딜 {2}", diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index bebeacf634..a0e33d6de8 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "ķŒŒģ¼ģ„ ķ™•ģøķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", "referencesCount": "ģ°øģ”° {0}개", "referenceCount": "ģ°øģ”° {0}개", diff --git a/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json index 623526b743..db1aca8007 100644 --- a/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 8e16d0a05f..b95b773bbd 100644 --- a/i18n/kor/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/rename.i18n.json index 623526b743..820209aee5 100644 --- a/i18n/kor/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "결과가 ģ—†ģŠµė‹ˆė‹¤.", "aria": "'{0}'ģ„(넼) '{1}'(으)딜 ģ“ė¦„ģ„ ė³€ź²½ķ–ˆģŠµė‹ˆė‹¤. ģš”ģ•½: {2}", - "rename.failed": "ģ£„ģ†”ķ•©ė‹ˆė‹¤. ģ“ė¦„ 바꾸기넼 ģ‹¤ķ–‰ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", + "rename.failed": "ģ“ė¦„ ė³€ź²½ģ„ ģ‹¤ķ–‰ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", "rename.label": "기호 ģ“ė¦„ 바꾸기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/renameInputField.i18n.json index 8e16d0a05f..4fd5eb964c 100644 --- a/i18n/kor/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "ģž…ė „ ģ“ė¦„ģ„ ė°”ź¾øģ„øģš”. 새 ģ“ė¦„ģ„ ģž…ė „ķ•œ ė‹¤ģŒ [Enter] 키넼 눌러 ģ»¤ė°‹ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/kor/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index 127400173a..8214c2986c 100644 --- a/i18n/kor/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/kor/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index 127400173a..8c400cf612 100644 --- a/i18n/kor/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "ģ„ ķƒ ķ™•ģž„", "smartSelect.shrink": "ģ„ ķƒ ģ¶•ģ†Œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index c9232c0a95..a16ca026f8 100644 --- a/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index db8bbbe667..78499bc935 100644 --- a/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/kor/src/vs/editor/contrib/suggest/suggestController.i18n.json index c9232c0a95..f68a046ed9 100644 --- a/i18n/kor/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "'{0}'ģ„(넼) ģ ģš©ķ•˜ģ—¬ ė‹¤ģŒ ķ…ģŠ¤ķŠøź°€ ģ‚½ģž…ė˜ģ—ˆģŠµė‹ˆė‹¤.\n {1}", "suggest.trigger.label": "ģ œģ•ˆ ķ•­ėŖ© 트리거" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index db8bbbe667..1dc30c305f 100644 --- a/i18n/kor/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "ģ œģ•ˆ ģœ„ģ Æģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "editorSuggestWidgetBorder": "ģ œģ•ˆ ģœ„ģ Æģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", "editorSuggestWidgetForeground": "ģ œģ•ˆ ģœ„ģ Æģ˜ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 71b2a67ea6..de997c97b6 100644 --- a/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 71b2a67ea6..d4dc8ecaeb 100644 --- a/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": " ķ‚¤ė”œ ķ¬ģ»¤ģŠ¤ ģ“ė™ 설정/ķ•“ģ œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index ab340d73f1..d18b722db5 100644 --- a/i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/kor/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index ab340d73f1..e10e0822bd 100644 --- a/i18n/kor/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "ė³€ģˆ˜ ģ½źø°ģ™€ ź°™ģ€ ģ½źø° ģ•”ģ„øģŠ¤ 중 źø°ķ˜øģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", - "wordHighlightStrong": "ė³€ģˆ˜ģ— 쓰기와 ź°™ģ€ ģ“°źø° ģ•”ģ„øģŠ¤ 중 źø°ķ˜øģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "ė³€ģˆ˜ ģ½źø°ģ™€ ź°™ģ€ ģ½źø° ģ•”ģ„øģŠ¤ 중 źø°ķ˜øģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ 밑에 깔린 ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "wordHighlightStrong": "ė³€ģˆ˜ģ— 쓰기와 ź°™ģ€ ģ“°źø° ģ•”ģ„øģŠ¤ 중 źø°ķ˜øģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ 밑에 깔린 ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "wordHighlightBorder": "ė³€ģˆ˜ ģ½źø°ģ™€ ź°™ģ€ ģ½źø° ģ•”ģ„øģŠ¤ 중 źø°ķ˜øģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", + "wordHighlightStrongBorder": "ė³€ģˆ˜ģ— 쓰기와 ź°™ģ€ ģ“°źø° ģ•”ģ„øģŠ¤ 중 źø°ķ˜øģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", "overviewRulerWordHighlightForeground": "기호 ź°•ģ”° ķ‘œģ‹œģ˜ ź°œģš” ėˆˆźøˆģž 마커 ģƒ‰ģž…ė‹ˆė‹¤.", "overviewRulerWordHighlightStrongForeground": "ģ“°źø° ź¶Œķ•œ 기호 ź°•ģ”° ķ‘œģ‹œģ˜ ź°œģš” ėˆˆźøˆģž 마커 ģƒ‰ģž…ė‹ˆė‹¤.", "wordHighlight.next.label": "ė‹¤ģŒ ź°•ģ”° 기호딜 ģ“ė™", diff --git a/i18n/kor/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index 9befc5560b..34acf813c7 100644 --- a/i18n/kor/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/kor/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index f45f3fb57a..692b55575a 100644 --- a/i18n/kor/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/kor/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/kor/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 59242661db..687219d9b4 100644 --- a/i18n/kor/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/kor/src/vs/editor/node/textMate/TMGrammars.i18n.json index 264d88bd8a..6bcf1edcb3 100644 --- a/i18n/kor/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/kor/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/kor/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index 95e1b843e3..3ab441b192 100644 --- a/i18n/kor/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/kor/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0}({1})" } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/kor/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index ee9870e16a..b98ce40e58 100644 --- a/i18n/kor/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "메뉓 ķ•­ėŖ©ģ€ ė°°ģ—“ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "requirestring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "optstring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", @@ -40,6 +42,5 @@ "menuId.invalid": "`{0}`ģ€(ėŠ”) ģœ ķšØķ•œ 메뉓 ģ‹ė³„ģžź°€ ģ•„ė‹™ė‹ˆė‹¤.", "missing.command": "메뉓 ķ•­ėŖ©ģ“ 'ėŖ…ė ¹' ģ„¹ģ…˜ģ— ģ •ģ˜ė˜ģ§€ ģ•Šģ€ `{0}` ėŖ…ė ¹ģ„ ģ°øģ”°ķ•©ė‹ˆė‹¤.", "missing.altCommand": "메뉓 ķ•­ėŖ©ģ“ 'ėŖ…ė ¹' ģ„¹ģ…˜ģ— ģ •ģ˜ė˜ģ§€ ģ•Šģ€ alt ėŖ…ė ¹ `{0}`ģ„(넼) ģ°øģ”°ķ•©ė‹ˆė‹¤.", - "dupe.command": "메뉓 ķ•­ėŖ©ģ“ ė™ģ¼ķ•œ ėŖ…ė ¹ģ„ źø°ė³øź°’ź³¼ alt ėŖ…ė ¹ģœ¼ė”œ ģ°øģ”°ķ•©ė‹ˆė‹¤.", - "nosupport.altCommand": "ģ£„ģ†”ķ•©ė‹ˆė‹¤. ķ˜„ģž¬ 'ķŽøģ§‘źø°/제목' ė©”ė‰“ģ˜ 'ķƒģƒ‰' 그룹만 alt ėŖ…ė ¹ģ„ ģ§€ģ›ķ•©ė‹ˆė‹¤." + "dupe.command": "메뉓 ķ•­ėŖ©ģ“ ė™ģ¼ķ•œ ėŖ…ė ¹ģ„ źø°ė³øź°’ź³¼ alt ėŖ…ė ¹ģœ¼ė”œ ģ°øģ”°ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/kor/src/vs/platform/configuration/common/configurationRegistry.i18n.json index 8889b7ecd7..f944c1860f 100644 --- a/i18n/kor/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/kor/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "źø°ė³ø 구성 ģž¬ģ •ģ˜", "overrideSettings.description": "{0} 언얓에 ėŒ€ķ•“ ģž¬ģ •ģ˜ķ•  ķŽøģ§‘źø° ģ„¤ģ •ģ„ źµ¬ģ„±ķ•©ė‹ˆė‹¤.", "overrideSettings.defaultDescription": "언얓에 ėŒ€ķ•“ ģž¬ģ •ģ˜ķ•  ķŽøģ§‘źø° ģ„¤ģ •ģ„ źµ¬ģ„±ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/platform/environment/node/argv.i18n.json b/i18n/kor/src/vs/platform/environment/node/argv.i18n.json index 43b38b984d..2ba581eac6 100644 --- a/i18n/kor/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/kor/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "`--goto` ėŖØė“œģ—ģ„œ ģøģˆ˜ėŠ” `FILE(:LINE(:CHARACTER))` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "diff": "두 ķŒŒģ¼ģ„ ģ„œė”œ ė¹„źµķ•©ė‹ˆė‹¤.", "add": "ė§ˆģ§€ė§‰ ķ™œģ„± 창에 ķ“ė”ė„¼ ģ¶”ź°€ķ•©ė‹ˆė‹¤.", "goto": "ģ§€ģ •ėœ 줄과 ė¬øģž ģœ„ģ¹˜ģ— ģžˆėŠ” ź²½ė”œģ˜ ķŒŒģ¼ģ„ ģ—½ė‹ˆė‹¤.", - "locale": "ģ‚¬ģš©ķ•  딜캘(예: en-US ė˜ėŠ” zh-TW)ģž…ė‹ˆė‹¤.", - "newWindow": "Codeģ˜ 새 ģøģŠ¤ķ„“ģŠ¤ė„¼ ź°•ģ œ ģ ģš©ķ•©ė‹ˆė‹¤.", - "performance": "'Developer: Startup Performance' ėŖ…ė ¹ģ„ ģ‚¬ģš©ķ•˜ģ—¬ ģ‹œģž‘ķ•©ė‹ˆė‹¤.", - "prof-startup": "ģ‹œģž‘ķ•˜ėŠ” ė™ģ•ˆ CPU ķ”„ė”œķŒŒģ¼ėŸ¬ 실행", - "inspect-extensions": "디버깅 ė° ķ™•ģž„ ķ”„ė”œķŒŒģ¼ė§ģ„ ķ—ˆģš©ķ•©ė‹ˆė‹¤. ģ—°ź²° uri에 ėŒ€ķ•œ ź°œė°œģž ė„źµ¬ė„¼ ķ™•ģøķ•˜ģ‹­ģ‹œģ˜¤.", - "inspect-brk-extensions": "ģ‹œģž‘ 후 ģ¼ģ‹œ ģ¤‘ģ‹œėœ ķ™•ģž„ ķ˜øģŠ¤ķŠøģ—ģ„œ 디버깅 ė° ķ™•ģž„ ķ”„ė”œķŒŒģ¼ė§ģ„ ķ—ˆģš©ķ•©ė‹ˆė‹¤. ģ—°ź²° URLģ€ ź°œė°œģž ė„źµ¬ė„¼ ķ™•ģøķ•˜ģ„øģš”.", - "reuseWindow": "ė§ˆģ§€ė§‰ ķ™œģ„± ģ°½ģ—ģ„œ ķŒŒģ¼ ė˜ėŠ” ķ“ė”ė„¼ ź°•ģ œė”œ ģ—½ė‹ˆė‹¤.", - "userDataDir": "ģ‚¬ģš©ģž ė°ģ“ķ„°ź°€ ģ €ģž„ė˜ėŠ” 디렉터리넼 ģ§€ģ •ķ•©ė‹ˆė‹¤(루트딜 실행할 경우 ģœ ģš©ķ•Ø).", - "log": "ģ‚¬ģš©ķ•  딜그 ģˆ˜ģ¤€ģ“ė©° źø°ė³øź°’ģ€ 'info'ģž…ė‹ˆė‹¤. ķ—ˆģš©ė˜ėŠ” ź°’ģ€ 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'ģž…ė‹ˆė‹¤.", - "verbose": "ģžģ„øķ•œ 정볓 ķ‘œģ‹œė„¼ ģ¶œė „ķ•©ė‹ˆė‹¤(--wait넼 ģ˜ėÆø).", + "newWindow": "새 ģ°½ģ„ ź°•ģ œė”œ ģ—½ė‹ˆė‹¤.", + "reuseWindow": "ė§ˆģ§€ė§‰ ķ™œģ„± ģ°½ģ—ģ„œ ķŒŒģ¼ ė˜ėŠ” ķŒŒģ¼ģ„ ź°•ģ œė”œ ģ—½ė‹ˆė‹¤.", "wait": "ķŒŒģ¼ģ“ ė‹«ķž ė•Œ ź¹Œģ§€ 기다린 후 ėŒģ•„ź°‘ė‹ˆė‹¤.", + "locale": "ģ‚¬ģš©ķ•  딜캘(예: en-US ė˜ėŠ” zh-TW)ģž…ė‹ˆė‹¤.", + "userDataDir": "ģ‚¬ģš©ģž ė°ģ“ķ„°ź°€ ģ €ģž„ė˜ėŠ” 디렉터리넼 ģ§€ģ •ķ•©ė‹ˆė‹¤. Codeģ˜ ģ—¬ėŸ¬ 고유 ģøģŠ¤ķ„“ģŠ¤ė„¼ ģ—¬ėŠ” ė° ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤.", + "version": "ė²„ģ „ģ„ ģ¶œė „ķ•©ė‹ˆė‹¤.", + "help": "ģ‚¬ģš©ė²•ģ„ ģ¶œė „ķ•©ė‹ˆė‹¤.", "extensionHomePath": "ķ™•ģž„ģ˜ 루트 경딜넼 ģ„¤ģ •ķ•©ė‹ˆė‹¤.", "listExtensions": "ģ„¤ģ¹˜ėœ ķ™•ģž„ģ„ ė‚˜ģ—“ķ•©ė‹ˆė‹¤.", "showVersions": "#NAME?", "installExtension": "ķ™•ģž„ģ„ ģ„¤ģ¹˜ķ•©ė‹ˆė‹¤.", "uninstallExtension": "ķ™•ģž„ģ„ ģ œź±°ķ•©ė‹ˆė‹¤.", "experimentalApis": "ķ™•ģž„ģ— ėŒ€ķ•“ ģ œģ•ˆėœ API źø°ėŠ„ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", - "disableExtensions": "ģ„¤ģ¹˜ėœ ėŖØė“  ķ™•ģž„ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", - "disableGPU": "GPU ķ•˜ė“œģ›Øģ–“ ź°€ģ†ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", + "verbose": "ģžģ„øķ•œ 정볓 ķ‘œģ‹œė„¼ ģ¶œė „ķ•©ė‹ˆė‹¤(--wait넼 ģ˜ėÆø).", + "log": "ģ‚¬ģš©ķ•  딜그 ģˆ˜ģ¤€ģ“ė©° źø°ė³øź°’ģ€ 'info'ģž…ė‹ˆė‹¤. ķ—ˆģš©ė˜ėŠ” ź°’ģ€ 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'ģž…ė‹ˆė‹¤.", "status": "ķ”„ė”œģ„øģŠ¤ ģ‚¬ģš© ė° 진단 정볓넼 ģøģ‡„ķ•©ė‹ˆė‹¤.", - "version": "ė²„ģ „ģ„ ģ¶œė „ķ•©ė‹ˆė‹¤.", - "help": "ģ‚¬ģš©ė²•ģ„ ģ¶œė „ķ•©ė‹ˆė‹¤.", + "performance": "'Developer: Startup Performance' ėŖ…ė ¹ģ„ ģ‚¬ģš©ķ•˜ģ—¬ ģ‹œģž‘ķ•©ė‹ˆė‹¤.", + "prof-startup": "ģ‹œģž‘ķ•˜ėŠ” ė™ģ•ˆ CPU ķ”„ė”œķŒŒģ¼ėŸ¬ 실행", + "disableExtensions": "ģ„¤ģ¹˜ėœ ėŖØė“  ķ™•ģž„ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", + "inspect-extensions": "디버깅 ė° ķ™•ģž„ ķ”„ė”œķŒŒģ¼ė§ģ„ ķ—ˆģš©ķ•©ė‹ˆė‹¤. ģ—°ź²° uri에 ėŒ€ķ•œ ź°œė°œģž ė„źµ¬ė„¼ ķ™•ģøķ•˜ģ‹­ģ‹œģ˜¤.", + "inspect-brk-extensions": "ģ‹œģž‘ 후 ģ¼ģ‹œ ģ¤‘ģ‹œėœ ķ™•ģž„ ķ˜øģŠ¤ķŠøģ—ģ„œ 디버깅 ė° ķ™•ģž„ ķ”„ė”œķŒŒģ¼ė§ģ„ ķ—ˆģš©ķ•©ė‹ˆė‹¤. ģ—°ź²° URLģ€ ź°œė°œģž ė„źµ¬ė„¼ ķ™•ģøķ•˜ģ„øģš”.", + "disableGPU": "GPU ķ•˜ė“œģ›Øģ–“ ź°€ģ†ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.", + "uploadLogs": "ķ˜„ģž¬ģ˜ ģ„øģ…˜ģ—ģ„œ ģ•ˆģ „ķ•œ ģ¢…ģ ģœ¼ė”œ 딜그 ģ—…ė”œė“œ", + "maxMemory": "ģœˆė„ģš°ģ— ėŒ€ķ•œ ģµœėŒ€ 메모리 크기 (ė‹Øģœ„ MB).", "usage": "ģ‚¬ģš©ė²•", "options": "ģ˜µģ…˜", "paths": "경딜", - "optionsUpperCase": "ģ˜µģ…˜" + "stdinWindows": "다넸 ķ”„ė”œź·øėžØģ˜ ģ¶œė „ģ„ ģ½ģœ¼ė ¤ė©“, '-'넼 ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤. (예: 'echo Hello World | {0} -')", + "stdinUnix": "stdinģ—ģ„œ ģ½ģ–“ģ˜¤ė ¤ė©“, '-'넼 ģ¶”ź°€ķ•˜ģ‹­ģ‹œģ˜¤.(예. 'ps aux | grep code | {0} -')", + "optionsUpperCase": "ģ˜µģ…˜", + "extensionsManagement": "ķ™•ģž„ ꓀리", + "troubleshooting": "문제 ķ•“ź²°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/kor/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 65534688ca..06e0b628fe 100644 --- a/i18n/kor/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/kor/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ“ ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/kor/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index b10e4b1c8a..bf1994fffd 100644 --- a/i18n/kor/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/kor/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "ķ™•ģž„", "preferences": "źø°ė³ø 설정" } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/kor/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 3a3afcd8c6..ed5001acfb 100644 --- a/i18n/kor/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/kor/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "VS Codeģ˜ ķ˜„ģž¬ 버전 '{0}'ź³¼(와) ķ˜øķ™˜ė˜ėŠ” ķ™•ģž„ģ„ ģ°¾ģ„ 수 ģ—†ģœ¼ėÆ€ė”œ ė‹¤ģš“ė”œė“œķ•  수 ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 64578b6f8a..d490601f55 100644 --- a/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "ģž˜ėŖ»ėœ ķ™•ģž„: package.jsonģ“ JSON ķŒŒģ¼ģ“ ģ•„ė‹™ė‹ˆė‹¤.", - "restartCodeLocal": "{0}ģ„(넼) ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜źø° 전에 Code넼 ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", + "restartCode": "{0}ģ„(넼) ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜źø° 전에 Code넼 ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", "installingOutdatedExtension": "ģ“ ķ™•ģž„ģ˜ ģµœģ‹  ė²„ģ „ģ“ ģ“ėÆø ģ„¤ģ¹˜ė˜ģ–“ ģžˆģŠµė‹ˆė‹¤. ģ“ ė²„ģ „ģ„ ģ“ģ „ ė²„ģ „ģœ¼ė”œ ģž¬ģ •ģ˜ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "override": "ģž¬ģ •ģ˜", "cancel": "ģ·Øģ†Œ", - "notFoundCompatible": "VS Codeģ˜ ķ˜„ģž¬ 버전 '{1}'ź³¼(와) ķ˜øķ™˜ė˜ėŠ” '{0}' ķ™•ģž„ģ„ ģ°¾ģ„ 수 ģ—†ģœ¼ėÆ€ė”œ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", - "quitCode": "ķ™•ģž„ģ˜ ģ‚¬ģš©ė˜ģ§€ ģ•ŠėŠ” ģøģŠ¤ķ„“ģŠ¤ź°€ ź³„ģ† 실행 ģ¤‘ģ“ėÆ€ė”œ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤. ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜źø° 전에 VS Code넼 ģ¢…ė£Œķ–ˆė‹¤ź°€ ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", - "exitCode": "ķ™•ģž„ģ˜ ģ‚¬ģš©ė˜ģ§€ ģ•ŠėŠ” ģøģŠ¤ķ„“ģŠ¤ź°€ ź³„ģ† 실행 ģ¤‘ģ“ėÆ€ė”œ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤. ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜źø° 전에 VS Code넼 ģ¢…ė£Œķ–ˆė‹¤ź°€ ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", + "errorInstallingDependencies": "ģ˜ģ”“ģ„± ģ„¤ģ¹˜ 중 ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. {0}", + "MarketPlaceDisabled": "Marketplace넼 ģ‚¬ģš©ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", + "removeError": "ķ™•ģž„ģ„ ģ œź±°ķ•˜ėŠ” ė™ģ•ˆ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. {0}. ė‹¤ģ‹œ ģ‹œė„ķ•˜źø° 전에 VS Code넼 ģ¢…ė£Œķ•˜ź³  ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", + "Not Market place extension": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ ķ™•ģž„ė§Œ ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•  수 ģžˆģŠµė‹ˆė‹¤.", + "notFoundCompatible": "'{0}'ģ„(넼) ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤; VS Code '{1}'ź³¼ ķ˜øķ™˜ė˜ėŠ” ė²„ģ „ģ“ ģ—†ģŠµė‹ˆė‹¤.", + "malicious extension": "ė¬øģ œź°€ ģžˆė‹¤ź³  ė³“ź³ ė˜ģ—ˆģœ¼ėÆ€ė”œ ķ™•ģž„ģ„ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", "notFoundCompatibleDependency": "VS Codeģ˜ ķ˜„ģž¬ 버전 '{1}'ź³¼(와) ķ˜øķ™˜ė˜ėŠ” ģ¢…ģ†ėœ ķ™•ģž„ '{0}'ģ„(넼) ģ°¾ģ„ 수 ģ—†ģœ¼ėÆ€ė”œ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", + "quitCode": "ķ™•ģž„ģ„ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤. ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜źø° ģœ„ķ•“ VS Code넼 ģ¢…ė£Œķ•˜ź³  ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ‹­ģ‹œģ˜¤.", + "exitCode": "ķ™•ģž„ģ„ ģ„¤ģ¹˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤. ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜źø° 전에 VS ģ½”ė“œė„¼ ģ¢…ė£Œķ•œ 후 ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ‹­ģ‹œģ˜¤. ", "uninstallDependeciesConfirmation": "'{0}'만 ģ œź±°ķ• ź¹Œģš”, ģ•„ė‹ˆė©“ ģ¢…ģ†ģ„±ė„ ģ œź±°ķ• ź¹Œģš”?", "uninstallOnly": "만", "uninstallAll": "모두", diff --git a/i18n/kor/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/kor/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 6aaab18c9b..034c3c7314 100644 --- a/i18n/kor/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/kor/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index ff47745867..a3e85ded59 100644 --- a/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "VS Code ķ™•ģž„ģ˜ 경우, ķ™•ģž„ģ“ ķ˜øķ™˜ė˜ėŠ” VS Code ė²„ģ „ģ„ ģ§€ģ •ķ•©ė‹ˆė‹¤. *ģ¼ 수 ģ—†ģŠµė‹ˆė‹¤. 예넼 들얓 ^0.10.5ėŠ” ģµœģ†Œ VS Code ė²„ģ „ģø 0.10.5와 ķ˜øķ™˜ėØģ„ ė‚˜ķƒ€ėƒ…ė‹ˆė‹¤.", "vscode.extension.publisher": "VS Code ķ™•ģž„ģ˜ ź²Œģ‹œģžģž…ė‹ˆė‹¤.", "vscode.extension.displayName": "VS Code ź°¤ėŸ¬ė¦¬ģ— ģ‚¬ģš©ė˜ėŠ” ķ™•ģž„ģ˜ ķ‘œģ‹œ ģ“ė¦„ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/kor/src/vs/platform/extensions/node/extensionValidator.i18n.json index b9c796e2a9..3ff3704bf1 100644 --- a/i18n/kor/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/kor/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "`engines.vscode` ź°’ {0}ģ„(넼) 구문 ė¶„ģ„ķ•  수 ģ—†ģŠµė‹ˆė‹¤. ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x ė“±ģ„ ģ‚¬ģš©ķ•˜ģ„øģš”.", "versionSpecificity1": "`engines.vscode`({0})에 ģ§€ģ •ėœ ė²„ģ „ģ“ ėŖ…ķ™•ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. vscode ė²„ģ „ģ“ 1.0.0 ģ“ģ „ģ“ė©“ ģµœģ†Œķ•œ ģ›ķ•˜ėŠ” 주 버전과 ė¶€ ė²„ģ „ģ„ ģ •ģ˜ķ•˜ģ„øģš”( 예: ^0.10.0, 0.10.x, 0.11.0 등).", "versionSpecificity2": "`engines.vscode`({0})에 ģ§€ģ •ėœ ė²„ģ „ģ“ ėŖ…ķ™•ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. vscode ė²„ģ „ģ“ 1.0.0 ģ“ķ›„ģ“ė©“ ģµœģ†Œķ•œ ģ›ķ•˜ėŠ” 주 ė²„ģ „ģ„ ģ •ģ˜ķ•˜ģ„øģš”(예: ^1.10.0, 1.10.x, 1.x.x, 2.x.x 등).", - "versionMismatch": "ķ™•ģž„ģ“ Code {0}ź³¼(와) ķ˜øķ™˜ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ķ™•ģž„ģ— {1}ģ“(ź°€) ķ•„ģš”ķ•©ė‹ˆė‹¤.", - "extensionDescription.empty": "ź°€ģ øģ˜Ø ķ™•ģž„ ģ„¤ėŖ…ģ“ 비얓 ģžˆģŠµė‹ˆė‹¤.", - "extensionDescription.publisher": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.name": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.version": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.engines": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `object` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.engines.vscode": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.extensionDependencies": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string[]` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.activationEvents1": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string[]` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.activationEvents2": "ģ†ģ„± `{0}` ė° `{1}`ģ€(ėŠ”) ė‘˜ 다 ģ§€ģ •ķ•˜ź±°ė‚˜ ė‘˜ 다 ģƒėžµķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.main1": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", - "extensionDescription.main2": "ķ™•ģž„ģ˜ ķ“ė”({1}) 낓에 ķ¬ķ•Øķ•  `main`({0})ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤. ģ“ė”œ ģøķ•“ ķ™•ģž„ģ“ ģ“ģ‹ ė¶ˆź°€ėŠ„ķ•œ ģƒķƒœź°€ 될 수 ģžˆģŠµė‹ˆė‹¤.", - "extensionDescription.main3": "ģ†ģ„± `{0}` ė° `{1}`ģ€(ėŠ”) ė‘˜ 다 ģ§€ģ •ķ•˜ź±°ė‚˜ ė‘˜ 다 ģƒėžµķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", - "notSemver": "ķ™•ģž„ ė²„ģ „ģ“ semver와 ķ˜øķ™˜ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤." + "versionMismatch": "ķ™•ģž„ģ“ Code {0}ź³¼(와) ķ˜øķ™˜ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ķ™•ģž„ģ— {1}ģ“(ź°€) ķ•„ģš”ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/kor/src/vs/platform/history/electron-main/historyMainService.i18n.json index 74f2992518..645013ebac 100644 --- a/i18n/kor/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/kor/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "새 ģ°½", "newWindowDesc": "새 ģ°½ģ„ ģ—½ė‹ˆė‹¤.", "recentFolders": "최근 ģž‘ģ—… ģ˜ģ—­", diff --git a/i18n/kor/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/kor/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 0d563817b7..d3be2d79bc 100644 --- a/i18n/kor/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/kor/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "ķ™•ģø", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "추가 정볓", "integrity.dontShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", - "integrity.moreInfo": "추가 정볓", "integrity.prompt": "{0} ģ„¤ģ¹˜ź°€ ģ†ģƒėœ 것 ź°™ģŠµė‹ˆė‹¤. ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/kor/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..4bfb0bc61a --- /dev/null +++ b/i18n/kor/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "문제 ė³“ź³ ģž" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/kor/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index f300083b04..894080c3ed 100644 --- a/i18n/kor/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "json ģŠ¤ķ‚¤ė§ˆ źµ¬ģ„±ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", "contributes.jsonValidation.fileMatch": "ģ¼ģ¹˜ķ•  ķŒŒģ¼ ķŒØķ„“(예: \"package.json\" ė˜ėŠ” \"*.launch\")ģž…ė‹ˆė‹¤.", "contributes.jsonValidation.url": "ģŠ¤ķ‚¤ė§ˆ URL('http:', 'https:') ė˜ėŠ” ķ™•ģž„ ķ“ė”ģ— ėŒ€ķ•œ ģƒėŒ€ 경딜('./')ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/kor/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index 59b413f531..022f28c9f2 100644 --- a/i18n/kor/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/kor/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "({0})ģ„(넼) ėˆŒė €ģŠµė‹ˆė‹¤. ė‘˜ģ§ø ķ‚¤ėŠ” ģž ģ‹œ 기다렸다가 ėˆ„ė„“ģ„øģš”.", "missing.chord": "키 ģ”°ķ•©({0}, {1})ģ€ ėŖ…ė ¹ģ“ ģ•„ė‹™ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/kor/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index 9faa4114ef..f1b77e26d4 100644 --- a/i18n/kor/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/kor/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/platform/list/browser/listService.i18n.json b/i18n/kor/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..3b27020b27 --- /dev/null +++ b/i18n/kor/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "ģ›Œķ¬ė²¤ģ¹˜", + "multiSelectModifier.ctrlCmd": "Windows와 Linuxģ˜ 'Control'ģ„ macOSģ˜ 'Command'딜 ė§¤ķ•‘ķ•©ė‹ˆė‹¤.", + "multiSelectModifier.alt": "Windows와 Linuxģ˜ 'Alt'넼 macOSģ˜ 'Option'으딜 ė§¤ķ•‘ķ•©ė‹ˆė‹¤.", + "multiSelectModifier": "마우스딜 ķŠøė¦¬ģ™€ ėŖ©ė”ģ˜ ķ•­ėŖ©ģ„ 다중 ģ„ ķƒģ— 추가할 ė•Œ ģ‚¬ģš©ķ•  ķ•œģ •ģžģž…ė‹ˆė‹¤(예넼 들얓 ķƒģƒ‰źø°ģ—ģ„œ ķŽøģ§‘źø°ģ™€ SCM 볓기넼 ģ—¬ėŠ” 경우). `ctrlCmd`ėŠ” Windows와 Linuxģ—ģ„œ `Control`딜 ė§¤ķ•‘ė˜ź³  macOSģ—ģ„œ `Command`딜 ė§¤ķ•‘ė©ė‹ˆė‹¤. 'ģ˜†ģ—ģ„œ ģ—“źø°' 마우스 제스처(ģ§€ģ›ė˜ėŠ” 경우)ėŠ” 다중 ģ„ ķƒ ķ•œģ •ģžģ™€ ģ¶©ėŒķ•˜ģ§€ ģ•Šė„ė” ģ”°ģ •ė©ė‹ˆė‹¤.", + "openMode.singleClick": "마우스넼 ķ•œ 번 ķ“ė¦­ķ•˜ģ—¬ ķ•­ėŖ©ģ„ ģ—½ė‹ˆė‹¤.", + "openMode.doubleClick": "마우스넼 두 번 ķ“ė¦­ķ•˜ģ—¬ ķ•­ėŖ©ģ„ ģ—½ė‹ˆė‹¤.", + "openModeModifier": "ķŠøė¦¬ģ™€ ėŖ©ė”ģ—ģ„œ 마우스넼 ģ‚¬ģš©ķ•˜ģ—¬ ķ•­ėŖ©ģ„ ģ—¬ėŠ” ė°©ė²•ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤(ģ§€ģ›ė˜ėŠ” 경우). ė§ˆģš°ģŠ¤ģ„ ķ•œ 번 ķ“ė¦­ķ•˜ģ—¬ ķ•­ėŖ©ģ„ 엓려멓 `singleClick` 으딜 ģ„¤ģ •ķ•˜ź³  마우스 두 번 ķ“ė¦­ģ„ ķ†µķ•“ģ„œė§Œ 엓려멓 `doubleClick`으딜 ģ„¤ģ •ķ•©ė‹ˆė‹¤. ķŠøė¦¬ģ—ģ„œ ķ•˜ģœ„ ķ•­ėŖ©ģ“ ģžˆėŠ” ģƒģœ„ ķ•­ėŖ©ģ˜ 경우 ģ“ ģ„¤ģ •ģ€ ģƒģœ„ ķ•­ėŖ©ģ„ ķ•œ 번 큓릭으딜 ķ™•ģž„ķ• ģ§€ 두 번 큓릭으딜 ķ™•ģž„ķ• ģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤. ģ¼ė¶€ ķŠøė¦¬ģ™€ ėŖ©ė”ģ—ģ„œėŠ” ģ“ ģ„¤ģ •ģ„ ģ ģš©ķ•  수 ģ—†ėŠ” 경우 ė¬“ģ‹œķ•˜ė„ė” ģ„ ķƒķ•  수 ģžˆģŠµė‹ˆė‹¤. " +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/kor/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..0dd5a09dc3 --- /dev/null +++ b/i18n/kor/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "ķŽøģ§‘źø°ģ— 지역화넼 ģ ģš©ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.languageId": "ķ‘œģ‹œ ė¬øģžģ—“ģ“ ė²ˆģ—­ė˜ėŠ” ģ–øģ–“ģ˜ IDģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.languageName": "ģ˜ģ–“ė”œ 된 ģ–øģ–“ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.languageNameLocalized": "적용된 ģ–øģ–“ė”œ 된 ģ–øģ–“ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations": "핓당 언얓에 ģ—°ź²°ėœ ė²ˆģ—­ ėŖ©ė”ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations.id": "ģ“ ė³€ķ™˜ģ“ ģ ģš©ė˜ėŠ” VS Code ė˜ėŠ” ķ™•ģž„ģ˜ IDģž…ė‹ˆė‹¤. VS Codeģ˜ IDėŠ” ķ•­ģƒ `vscode`ģ“ź³  ķ™•ģž„ģ˜ IDėŠ” `publisherId.extensionName` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations.id.pattern": "IDėŠ” VS Code넼 ė³€ķ™˜ķ•˜ź±°ė‚˜ ķ™•ģž„ģ„ ė³€ķ™˜ķ•˜ėŠ” 경우 각각 `vscode` ė˜ėŠ” `publisherId.extensionName` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations.path": "언얓에 ėŒ€ķ•œ ė³€ķ™˜ģ„ ķ¬ķ•Øķ•˜ėŠ” ķŒŒģ¼ģ˜ ģƒėŒ€ ź²½ė”œģž…ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/kor/src/vs/platform/markers/common/problemMatcher.i18n.json index e1dd179a05..c90e5acec2 100644 --- a/i18n/kor/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/kor/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "loop ģ†ģ„±ģ€ ė§ˆģ§€ė§‰ 줄 ź²€ģ‚¬źø°ģ—ģ„œė§Œ ģ§€ģ›ė©ė‹ˆė‹¤.", "ProblemPatternParser.problemPattern.missingRegExp": "문제 ķŒØķ„“ģ— ģ •ź·œģ‹ģ“ ģ—†ģŠµė‹ˆė‹¤.", "ProblemPatternParser.problemPattern.missingProperty": "문제 ķŒØķ„“ģ“ ģž˜ėŖ»ė˜ģ—ˆģŠµė‹ˆė‹¤. ķ•˜ė‚˜ ģ“ģƒģ˜ ķŒŒģ¼, ė©”ģ‹œģ§€ ė° 줄 ė˜ėŠ” ģœ„ģ¹˜ ģ¼ģ¹˜ ź·øė£¹ģ„ ķ¬ķ•Øķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/platform/message/common/message.i18n.json b/i18n/kor/src/vs/platform/message/common/message.i18n.json index 8194d2b9b9..7364c3b853 100644 --- a/i18n/kor/src/vs/platform/message/common/message.i18n.json +++ b/i18n/kor/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "ė‹«źø°", "later": "ė‚˜ģ¤‘ģ—", - "cancel": "ģ·Øģ†Œ" + "cancel": "ģ·Øģ†Œ", + "moreFile": "...1ź°œģ˜ 추가 ķŒŒģ¼ģ“ ķ‘œģ‹œė˜ģ§€ ģ•ŠģŒ", + "moreFiles": "...{0}ź°œģ˜ 추가 ķŒŒģ¼ģ“ ķ‘œģ‹œė˜ģ§€ ģ•ŠģŒ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/request/node/request.i18n.json b/i18n/kor/src/vs/platform/request/node/request.i18n.json index ed51f60193..9f870c9c0d 100644 --- a/i18n/kor/src/vs/platform/request/node/request.i18n.json +++ b/i18n/kor/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "ģ‚¬ģš©ķ•  ķ”„ė”ģ‹œ ģ„¤ģ •ģž…ė‹ˆė‹¤. ģ„¤ģ •ė˜ģ§€ ģ•Šģœ¼ė©“ http_proxy ė° https_proxy ķ™˜ź²½ ė³€ģˆ˜ģ—ģ„œ ź°€ģ øģ˜µė‹ˆė‹¤.", "strictSSL": "제공된 CA ėŖ©ė”ģ— ėŒ€ķ•“ ķ”„ė”ģ‹œ ģ„œė²„ ģøģ¦ģ„œė„¼ ķ™•ģøķ•“ģ•¼ ķ•˜ėŠ”ģ§€ 여부넼 ė‚˜ķƒ€ėƒ…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/kor/src/vs/platform/telemetry/common/telemetryService.i18n.json index 78c7f86665..e45512c2d8 100644 --- a/i18n/kor/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/kor/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "원격 ė¶„ģ„", "telemetry.enableTelemetry": "ģ‚¬ģš© ė°ģ“ķ„°ģ™€ 오넘넼 Microsoft에 전솔할 수 ģžˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/kor/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 9553ac369b..f491e60271 100644 --- a/i18n/kor/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "ķ™•ģž„ ģ •ģ˜ ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", "contributes.color.id": "ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", "contributes.color.id.format": "ģ‹ė³„ģžėŠ” aa[.bb]* ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json index 8f111cba06..f08137dd42 100644 --- a/i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/kor/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "ģ›Œķ¬ė²¤ģ¹˜ģ—ģ„œ ģ‚¬ģš©ė˜ėŠ” ģƒ‰ģž…ė‹ˆė‹¤.", "foreground": "전첓 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ“ ģƒ‰ģ€ 구성 ģš”ģ†Œģ—ģ„œ ģž¬ģ •ģ˜ķ•˜ģ§€ ģ•Šģ€ ź²½ģš°ģ—ė§Œ ģ‚¬ģš©ė©ė‹ˆė‹¤.", "errorForeground": "오넘 ė©”ģ‹œģ§€ģ— ėŒ€ķ•œ 전첓 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ“ ģƒ‰ģ€ 구성 ģš”ģ†Œģ—ģ„œ ģž¬ģ •ģ˜ķ•˜ģ§€ ģ•Šģ€ ź²½ģš°ģ—ė§Œ ģ‚¬ģš©ė©ė‹ˆė‹¤.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "오넘 ģ‹¬ź°ė„ģ˜ ģž…ė „ ģœ ķšØģ„± 검사 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "inputValidationErrorBorder": "오넘 ģ‹¬ź°ė„ģ˜ ģž…ė „ ģœ ķšØģ„± 검사 ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", "dropdownBackground": "ė“œė”­ė‹¤ģš“ ė°°ź²½ģž…ė‹ˆė‹¤.", + "dropdownListBackground": "ė“œė”­ė‹¤ģš“ ėŖ©ė” ė°°ź²½ģž…ė‹ˆė‹¤.", "dropdownForeground": "ė“œė”­ė‹¤ģš“ ģ „ź²½ģž…ė‹ˆė‹¤.", "dropdownBorder": "ė“œė”­ė‹¤ģš“ ķ…Œė‘ė¦¬ģž…ė‹ˆė‹¤.", "listFocusBackground": "ėŖ©ė”/ķŠøė¦¬ź°€ ķ™œģ„± ģƒķƒœģø 경우 ķ¬ģ»¤ģŠ¤ź°€ ģžˆėŠ” ķ•­ėŖ©ģ˜ ėŖ©ė”/트리 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ėŖ©ė”/ķŠøė¦¬ź°€ ķ™œģ„± ģƒķƒœģ“ė©“ ķ‚¤ė³“ė“œ ķ¬ģ»¤ģŠ¤ė„¼ 가지며, ė¹„ķ™œģ„± ģƒķƒœģ“ė©“ ķ¬ģ»¤ģŠ¤ź°€ ģ—†ģŠµė‹ˆė‹¤.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "ķŽøģ§‘źø° ģœ„ģ Æģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. ģœ„ģ Æģ— ķ…Œė‘ė¦¬ź°€ ģžˆź³  ģœ„ģ Æģ“ ģƒ‰ģƒģ„ ė¬“ģ‹œķ•˜ģ§€ ģ•Šģ„ ė•Œė§Œ ģ‚¬ģš©ė©ė‹ˆė‹¤.", "editorSelectionBackground": "ķŽøģ§‘źø° ģ„ ķƒ ģ˜ģ—­ģ˜ ģƒ‰ģž…ė‹ˆė‹¤.", "editorSelectionForeground": "ź³ ėŒ€ė¹„ė„¼ ģœ„ķ•œ ģ„ ķƒ ķ…ģŠ¤ķŠøģ˜ ģƒ‰ģž…ė‹ˆė‹¤.", - "editorInactiveSelection": "ė¹„ķ™œģ„± ķŽøģ§‘źø° ģ„ ķƒ ģ˜ģ—­ģ˜ ģƒ‰ģž…ė‹ˆė‹¤.", - "editorSelectionHighlight": "ģ„ ķƒ ģ˜ģ—­ź³¼ ė™ģ¼ķ•œ ģ½˜ķ…ģø ź°€ ģžˆėŠ” ģ˜ģ—­ģ˜ ģƒ‰ģž…ė‹ˆė‹¤.", + "editorInactiveSelection": "ė¹„ķ™œģ„±ķ™”ėœ ķŽøģ§‘źø°ģ—ģ„œ ģ„ ķƒģ˜ģ—­ģ˜ ģƒ‰ģƒ. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "editorSelectionHighlight": "ģ„ ķƒ ģ˜ģ—­ź³¼ ė™ģ¼ķ•œ ģ½˜ķ…ģø ź°€ ģžˆėŠ” ģ˜ģ—­ģ˜ ģƒ‰ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "editorSelectionHighlightBorder": "ģ„ ķƒ ģ˜ģ—­ź³¼ ė™ģ¼ķ•œ ģ½˜ķ…ģø ź°€ ģžˆėŠ” ģ˜ģ—­ģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", "editorFindMatch": "ķ˜„ģž¬ ź²€ģƒ‰ ģ¼ģ¹˜ ķ•­ėŖ©ģ˜ ģƒ‰ģž…ė‹ˆė‹¤.", - "findMatchHighlight": "źø°ķƒ€ ź²€ģƒ‰ ģ¼ģ¹˜ ķ•­ėŖ©ģ˜ ģƒ‰ģž…ė‹ˆė‹¤.", - "findRangeHighlight": "ź²€ģƒ‰ģ„ ģ œķ•œķ•˜ėŠ” ģ˜ģ—­ģ˜ ģƒ‰ģ„ ģ§€ģ •ķ•©ė‹ˆė‹¤.", - "hoverHighlight": "ķ˜øė²„ź°€ ķ‘œģ‹œėœ 단얓 ģ•„ėž˜ė„¼ ź°•ģ”° ķ‘œģ‹œķ•©ė‹ˆė‹¤.", + "findMatchHighlight": "źø°ķƒ€ ģ¼ģ¹˜ķ•˜ėŠ” ź²€ģƒ‰ģ˜ ģƒ‰ģƒ. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "findRangeHighlight": "ė²”ģœ„ ģ œķ•œ ź²€ģƒ‰ģ˜ ģƒ‰ģƒ. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "editorFindMatchBorder": "ķ˜„ģž¬ ź²€ģƒ‰ź³¼ ģ¼ģ¹˜ķ•˜ėŠ” ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", + "findMatchHighlightBorder": "다넸 ź²€ģƒ‰ź³¼ ģ¼ģ¹˜ķ•˜ėŠ” ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", + "findRangeHighlightBorder": "ė²”ģœ„ ģ œķ•œ ź²€ģƒ‰ģ˜ ķ…Œė‘ė¦¬ ģƒ‰. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "hoverHighlight": "ķ˜øė²„ź°€ ķ‘œģ‹œėœ 단얓 ģ•„ėž˜ė„¼ ź°•ģ”° ķ‘œģ‹œķ•©ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "hoverBackground": "ķŽøģ§‘źø° ķ˜øė²„ģ˜ ė°°ź²½ģƒ‰.", "hoverBorder": "ķŽøģ§‘źø° ķ˜øė²„ģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", "activeLinkForeground": "ķ™œģ„± ė§ķ¬ģ˜ ģƒ‰ģž…ė‹ˆė‹¤.", - "diffEditorInserted": "ģ‚½ģž…ėœ ķ…ģŠ¤ķŠøģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", - "diffEditorRemoved": "제거된 ķ…ģŠ¤ķŠøģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", + "diffEditorInserted": "źø€ģž ė°°ź²½ģƒ‰ģ“ ģ‚½ģž…ė˜ģ—ˆģŠµė‹ˆė‹¤. 핓당 ģƒ‰ģƒģ€ 적용된 ź¾øė°ˆģ„ 가리지 ģ•Šźø° ģœ„ķ•“ ė¶ˆķˆ¬ėŖ…ķ•“ģ„œėŠ” ģ•ˆė©ė‹ˆė‹¤.", + "diffEditorRemoved": "źø€ģž ė°°ź²½ģƒ‰ģ“ ģ œź±°ė˜ģ—ˆģŠµė‹ˆė‹¤. 핓당 ģƒ‰ģƒģ€ 적용된 ź¾øė°ˆģ„ 가리지 ģ•Šźø° ģœ„ķ•“ ė¶ˆķˆ¬ėŖ…ķ•“ģ„œėŠ” ģ•ˆė©ė‹ˆė‹¤.", "diffEditorInsertedOutline": "ģ‚½ģž…ėœ ķ…ģŠ¤ķŠøģ˜ ģœ¤ź³½ģ„  ģƒ‰ģž…ė‹ˆė‹¤.", "diffEditorRemovedOutline": "제거된 ķ…ģŠ¤ķŠøģ˜ ģœ¤ź³½ģ„  ģƒ‰ģž…ė‹ˆė‹¤.", - "mergeCurrentHeaderBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ ķ˜„ģž¬ ķ—¤ė” ė°°ź²½ģž…ė‹ˆė‹¤.", - "mergeCurrentContentBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ ķ˜„ģž¬ ģ½˜ķ…ģø  ė°°ź²½ģž…ė‹ˆė‹¤.", - "mergeIncomingHeaderBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ—ģ„œ ģˆ˜ģ‹  ķ—¤ė” ė°°ź²½ģž…ė‹ˆė‹¤.", - "mergeIncomingContentBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ—ģ„œ ģˆ˜ģ‹  ģ½˜ķ…ģø  ė°°ź²½ģž…ė‹ˆė‹¤.", - "mergeCommonHeaderBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ 공통 과거 ķ—¤ė” ė°°ź²½ģž…ė‹ˆė‹¤.", - "mergeCommonContentBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ 공통 과거 ģ½˜ķ…ģø  ė°°ź²½ģž…ė‹ˆė‹¤.", + "mergeCurrentHeaderBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ ķ˜„ģž¬ ķ—¤ė” ė°°ź²½ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "mergeCurrentContentBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ ķ˜„ģž¬ ģ½˜ķ…ģø  ė°°ź²½ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "mergeIncomingHeaderBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ—ģ„œ ģˆ˜ģ‹  ķ—¤ė” ė°°ź²½ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "mergeIncomingContentBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ—ģ„œ ģˆ˜ģ‹  ģ½˜ķ…ģø  ė°°ź²½ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "mergeCommonHeaderBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ 공통 과거 ķ—¤ė” ė°°ź²½ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "mergeCommonContentBackground": "ģøė¼ģø 병합 ģ¶©ėŒģ˜ 공통 과거 ģ½˜ķ…ģø  ė°°ź²½ģž…ė‹ˆė‹¤. ģƒ‰ģƒģ€ ė°‘ģ˜ ź¾øė°ˆģ„ 가리지 ģ•Šė„ė” ė°˜ė“œģ‹œ ė¶ˆķˆ¬ėŖ…ģ“ ģ•„ė‹ˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "mergeBorder": "ģøė¼ģø 병합 ģ¶©ėŒģ—ģ„œ ķ—¤ė” ė° ģŠ¤ķ”Œė¦¬ķ„°ģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", "overviewRulerCurrentContentForeground": "ģøė¼ģø 병합 ģ¶©ėŒģ—ģ„œ ķ˜„ģž¬ ź°œģš” 눈금 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "overviewRulerIncomingContentForeground": "ģøė¼ģø 병합 ģ¶©ėŒģ—ģ„œ ģˆ˜ģ‹  ź°œģš” 눈금 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/kor/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..c230d90bf0 --- /dev/null +++ b/i18n/kor/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "ģ—…ė°ģ“ķŠø", + "updateChannel": "ģ—…ė°ģ“ķŠø ģ±„ė„ģ—ģ„œ ģžė™ ģ—…ė°ģ“ķŠøė„¼ ė°›ģ„ģ§€ 여부넼 źµ¬ģ„±ķ•©ė‹ˆė‹¤. 변경 후 ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", + "enableWindowsBackgroundUpdates": "Windows ė°°ź²½ ģ—…ė°ģ“ķŠøė„¼ ķ™œģ„±ķ™”ķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/kor/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..5d8f9b87d7 --- /dev/null +++ b/i18n/kor/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "버전 {0}\n커밋 {1}\nė‚ ģ§œ {2}\nģ…ø {3}\nė Œė”ėŸ¬ {4}\nė…øė“œ {5}\nģ•„ķ‚¤ķ…ģ²˜ {6}", + "okButton": "ķ™•ģø", + "copy": "복사(&&C)" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/kor/src/vs/platform/workspaces/common/workspaces.i18n.json index 6a58bb3861..a8b5da25f5 100644 --- a/i18n/kor/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/kor/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "ģ½”ė“œ ģž‘ģ—… ģ˜ģ—­", "untitledWorkspace": "제목 ģ—†ģŒ(ģž‘ģ—… ģ˜ģ—­)", "workspaceNameVerbose": "{0}(ģž‘ģ—… ģ˜ģ—­)", diff --git a/i18n/kor/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..4c54777bd4 --- /dev/null +++ b/i18n/kor/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirestring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "optstring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 22493f55dd..e2b33083f3 100644 --- a/i18n/kor/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "ė·°ėŠ” ė°°ģ—“ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "requirestring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "optstring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index a0a766dacf..5615a38f02 100644 --- a/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index 68f2beaa1e..b1fdc64f3c 100644 --- a/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "ė‹«źø°", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (ķ™•ģž„)", + "defaultSource": "ķ™•ģž„", + "manageExtension": "ķ™•ģž„ ꓀리", "cancel": "ģ·Øģ†Œ", "ok": "ķ™•ģø" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..2ea4653af7 --- /dev/null +++ b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "ģ‹¤ķ–‰ģ¤‘ģø ģ €ģž„ ź“€ź³„ģž..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..0ee84ee0a7 --- /dev/null +++ b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "webview ķŽøģ§‘źø°" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..a63c2fe7c2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "'{0}' ķ™•ģž„ģ“ ģž‘ģ—… ģ˜ģ—­ģ— 1개 ķ“ė”ė„¼ 추가함", + "folderStatusMessageAddMultipleFolders": "'{0}' ķ™•ģž„ģ“ ģž‘ģ—… ģ˜ģ—­ģ— {1}개 ķ“ė”ė„¼ 추가함", + "folderStatusMessageRemoveSingleFolder": "'{0}' ķ™•ģž„ģ“ ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ 1개 ķ“ė”ė„¼ ģ œź±°ķ•Ø", + "folderStatusMessageRemoveMultipleFolders": "'{0}' ķ™•ģž„ģ“ ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ {1}개 ķ“ė”ė„¼ ģ œź±°ķ•Ø", + "folderStatusChangeFolder": "'{0}' ķ™•ģž„ģ“ ģž‘ģ—… ģ˜ģ—­ģ˜ ķ“ė”ė„¼ 변경함" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 4c7f828e3f..f9c192b7cb 100644 --- a/i18n/kor/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "{0}ź°œģ˜ 추가 오넘 ė° 경고넼 ķ‘œģ‹œķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostExplorerView.i18n.json index b5a9320355..77f70d54dc 100644 --- a/i18n/kor/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 6aaab18c9b..8536661d2d 100644 --- a/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "ķ™•ģž„ `{1}`ģ„(넼) ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģ“ģœ : ģ•Œ 수 ģ—†ėŠ” ģ¢…ģ†ģ„± `{0}`.", - "failedDep1": "ķ™•ģž„ `{1}`ģ„(넼) ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģ“ģœ : ģ¢…ģ†ģ„± `{0}`ģ“(ź°€) ķ™œģ„±ķ™”ė˜ģ§€ ģ•Šģ•˜ģŠµė‹ˆė‹¤.", - "failedDep2": "ķ™•ģž„ `{0}`ģ„(넼) ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģ“ģœ : ģ¢…ģ†ģ„± ģˆ˜ģ¤€ģ“ 10ź°œź°€ ė„˜ģŒ(ģ¢…ģ†ģ„± ė£Øķ”„ģ¼ ź°€ėŠ„ģ„±ģ“ ė†’ģŒ).", - "activationError": "ķ™•ģž„ `{0}` ķ™œģ„±ķ™” ģ‹¤ķŒØ: {1}." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "`{1}` ķ™•ģž„ģ„ ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģ“ģœ : ģ•Œ 수 ģ—†ėŠ” ģ¢…ģ†ģ„± `{0}`.", + "failedDep1": "`{1}` ķ™•ģž„ģ„ ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģ“ģœ : `{0}` ģ¢…ģ†ģ„±ģ„ ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", + "failedDep2": "`{1}` ķ™•ģž„ģ„ ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģ“ģœ : 10개넼 ģ“ˆź³¼ķ•˜ėŠ” ģ¢…ģ†ģ„± ģˆ˜ģ¤€(ģ¢…ģ†ģ„± ė£Øķ”„ģ¼ ź°€ėŠ„ģ„± ė†’ģŒ).", + "activationError": "'{0}' ķ™•ģž„ģ„ ķ™œģ„±ķ™”ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. {1}." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/kor/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index c89e93c911..ade6503fea 100644 --- a/i18n/kor/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostTreeView.i18n.json index b5a9320355..77f70d54dc 100644 --- a/i18n/kor/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 4dfa6a6e89..c6ca8ca8bf 100644 --- a/i18n/kor/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "IDź°€ '{0}'ģø ė“±ė”ėœ 트리 ė·°ź°€ ģ—†ģŠµė‹ˆė‹¤.", - "treeItem.notFound": "IDź°€ '{0}'ģø 트리 ķ•­ėŖ©ģ„ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", - "treeView.duplicateElement": "{0} ģš”ģ†Œź°€ ģ“ėÆø ė“±ė”ė˜ģ–“ ģžˆģŠµė‹ˆė‹¤." + "treeView.duplicateElement": "IDź°€ {0}ģø ģš”ģ†Œź°€ ģ“ėÆø ė“±ė”ė˜ģ–“ ģžˆģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/kor/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..8e72b6963e --- /dev/null +++ b/i18n/kor/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "'{0}' ķ™•ģž„ģ“ ģž‘ģ—… ģ˜ģ—­ ķ“ė”ė„¼ ģ—…ė°ģ“ķŠøķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. {1}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/kor/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index a0a766dacf..5615a38f02 100644 --- a/i18n/kor/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/kor/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index 68f2beaa1e..f4b27496c5 100644 --- a/i18n/kor/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/kor/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json index 4623005568..000aefa91f 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/fileActions.i18n.json index 2ab74dda0f..f3f215b69b 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 5f1c2c6480..99d8aa59e0 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "ģž‘ģ—… ė§‰ėŒ€ ķ‘œģ‹œ ģœ ķ˜• ģ „ķ™˜", "view": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..8d97137016 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "ź°€ģš“ė° ė§žģ¶¤ėœ ė ˆģ“ģ•„ģ›ƒ 설정/ķ•“ģ œ", + "view": "볓기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 92b1ef5ff5..8be596f62a 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "ķŽøģ§‘źø° 그룹 ģ„øė”œ/ź°€ė”œ ė ˆģ“ģ•„ģ›ƒ 설정/ķ•“ģ œ", "horizontalLayout": "ź°€ė”œ ķŽøģ§‘źø° 그룹 ė ˆģ“ģ•„ģ›ƒ", "verticalLayout": "ģ„øė”œ ķŽøģ§‘źø° 그룹 ė ˆģ“ģ•„ģ›ƒ", diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 2ad17264ba..e89c581851 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "ģ‚¬ģ“ė“œė°” ģœ„ģ¹˜ 설정/ķ•“ģ œ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "ģ‚¬ģ“ė“œė°” ģœ„ģ¹˜ 설정/ķ•“ģ œ", "view": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 8681205586..7d74a49d39 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "ģ‚¬ģ“ė“œė°” ķ‘œģ‹œ ģœ ķ˜• 설정/ķ•“ģ œ", "view": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 42122a0f33..5a95542154 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "상태 ķ‘œģ‹œģ¤„ ķ‘œģ‹œ 설정/ķ•“ģ œ", "view": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index 78f9f16be4..85784219d2 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "탭 ķ‘œģ‹œ 설정/ķ•“ģ œ", "view": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index f02a26ffe8..58f1ad2339 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Zen ėŖØė“œ 설정/ķ•“ģ œ", "view": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/workspaceActions.i18n.json index d99bcba35e..3188156427 100644 --- a/i18n/kor/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "ķŒŒģ¼ ģ—“źø°...", "openFolder": "ķ“ė” ģ—“źø°...", "openFileFolder": "ģ—“źø°...", - "addFolderToWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ— ķ“ė” 추가...", - "add": "추가(&&A)", - "addFolderToWorkspaceTitle": "ģž‘ģ—… ģ˜ģ—­ģ— ķ“ė” 추가", "globalRemoveFolderFromWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ ķ“ė” 제거...", - "removeFolderFromWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ ķ“ė” ģ‚­ģ œ", - "openFolderSettings": "ķ“ė” 설정 ģ—“źø°", "saveWorkspaceAsAction": "ģž‘ģ—… ģ˜ģ—­ģ„ 다넸 ģ“ė¦„ģœ¼ė”œ ģ €ģž„", "save": "ģ €ģž„(&&S)", "saveWorkspace": "ģž‘ģ—… ģ˜ģ—­ ģ €ģž„", "openWorkspaceAction": "ģž‘ģ—… ģ˜ģ—­ ģ—“źø°...", "openWorkspaceConfigFile": "ģž‘ģ—… ģ˜ģ—­ 구성 ķŒŒģ¼ ģ—“źø°", - "openFolderAsWorkspaceInNewWindow": "새 ģ°½ģ—ģ„œ ģž‘ģ—… ģ˜ģ—­ģœ¼ė”œ ķ“ė” ģ—“źø°", - "workspaceFolderPickerPlaceholder": "ģž‘ģ—… ģ˜ģ—­ ķ“ė” ģ„ ķƒ" + "openFolderAsWorkspaceInNewWindow": "새 ģ°½ģ—ģ„œ ģž‘ģ—… ģ˜ģ—­ģœ¼ė”œ ķ“ė” ģ—“źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..42f0ff8311 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ— ķ“ė” 추가...", + "add": "추가(&&A)", + "addFolderToWorkspaceTitle": "ģž‘ģ—… ģ˜ģ—­ģ— ķ“ė” 추가", + "workspaceFolderPickerPlaceholder": "ģž‘ģ—… ģ˜ģ—­ ķ“ė” ģ„ ķƒ" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 2c8a795fe6..0b0005e37a 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 6ab66076b9..aabb66fafb 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "ģž‘ģ—… ė§‰ėŒ€ 숨기기", "globalActions": "ģ „ģ—­ ģž‘ģ—…" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/compositePart.i18n.json index bc3bc3e629..0b1b67a28e 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} ė™ģž‘", "titleTooltip": "{0}({1})" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index f515e98341..45568037a1 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "ķ™œģ„± ė·° ģ „ķ™˜źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 8f69ba1a1b..5c42c8c029 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10k+", "badgeTitle": "{0} - {1}", "additionalViews": "추가 ė·°", diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index d00d41497b..9d909e8f9c 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "ģ“ģ§„ ė·°ģ–“" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index 32f439e8de..bd77cd6544 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "ķ…ģŠ¤ķŠø ķŽøģ§‘źø°", "textDiffEditor": "ķ…ģŠ¤ķŠø Diff ķŽøģ§‘źø°", "binaryDiffEditor": "ģ“ģ§„ Diff ķŽøģ§‘źø°", @@ -13,5 +15,18 @@ "groupThreePicker": "세 번째 그룹에 ķŽøģ§‘źø° ķ‘œģ‹œ", "allEditorsPicker": "ģ—“ė ¤ ģžˆėŠ” ėŖØė“  ķŽøģ§‘źø° ķ‘œģ‹œ", "view": "볓기", - "file": "ķŒŒģ¼" + "file": "ķŒŒģ¼", + "close": "ė‹«źø°", + "closeOthers": "źø°ķƒ€ ķ•­ėŖ© ė‹«źø°", + "closeRight": "ģ˜¤ė„øģŖ½ģ— ģžˆėŠ” ķ•­ėŖ© ė‹«źø°", + "closeAllSaved": "ģ €ģž„ėœ ķ•­ėŖ© ė‹«źø°", + "closeAll": "모두 ė‹«źø°", + "keepOpen": "엓린 상태 ģœ ģ§€", + "toggleInlineView": "ģøė¼ģø ė·° 설정/ķ•“ģ œ", + "showOpenedEditors": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° ķ‘œģ‹œ", + "keepEditor": "ķŽøģ§‘źø° ģœ ģ§€", + "closeEditorsInGroup": "ź·øė£¹ģ˜ ėŖØė“  ķŽøģ§‘źø° ė‹«źø°", + "closeSavedEditors": "ź·øė£¹ģ—ģ„œ ģ €ģž„ėœ ķŽøģ§‘źø° ė‹«źø°", + "closeOtherEditors": "다넸 ķŽøģ§‘źø° ė‹«źø°", + "closeRightEditors": "ģ˜¤ė„øģŖ½ģ— ģžˆėŠ” ķŽøģ§‘źø° ė‹«źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index ed6d0f43e2..a10a179615 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "ķŽøģ§‘źø° ė¶„ķ• ", "joinTwoGroups": "두 ź·øė£¹ģ˜ ķŽøģ§‘źø° ģ”°ģø", "navigateEditorGroups": "ķŽøģ§‘źø° 그룹 ź°„ ķƒģƒ‰", @@ -17,18 +19,13 @@ "closeEditor": "ķŽøģ§‘źø° ė‹«źø°", "revertAndCloseActiveEditor": "ķŽøģ§‘źø° ė˜ėŒė¦¬źø° ė° ė‹«źø°", "closeEditorsToTheLeft": "왼쪽에 ģžˆėŠ” ķŽøģ§‘źø° ė‹«źø°", - "closeEditorsToTheRight": "ģ˜¤ė„øģŖ½ģ— ģžˆėŠ” ķŽøģ§‘źø° ė‹«źø°", "closeAllEditors": "ėŖØė“  ķŽøģ§‘źø° ė‹«źø°", - "closeUnmodifiedEditors": "ź·øė£¹ģ˜ ģˆ˜ģ •ė˜ģ§€ ģ•Šģ€ ķŽøģ§‘źø° ė‹«źø°", "closeEditorsInOtherGroups": "다넸 ź·øė£¹ģ˜ ķŽøģ§‘źø° ė‹«źø°", - "closeOtherEditorsInGroup": "다넸 ķŽøģ§‘źø° ė‹«źø°", - "closeEditorsInGroup": "ź·øė£¹ģ˜ ėŖØė“  ķŽøģ§‘źø° ė‹«źø°", "moveActiveGroupLeft": "ķŽøģ§‘źø° ź·øė£¹ģ„ ģ™¼ģŖ½ģœ¼ė”œ ģ“ė™", "moveActiveGroupRight": "ķŽøģ§‘źø° ź·øė£¹ģ„ 오넸쪽으딜 ģ“ė™", "minimizeOtherEditorGroups": "다넸 ķŽøģ§‘źø° 그룹 ģµœģ†Œķ™”", "evenEditorGroups": "ź· ė“±ķ•œ ķŽøģ§‘źø° 그룹 ė„ˆė¹„", "maximizeEditor": "ķŽøģ§‘źø° 그룹 ģµœėŒ€ķ™” ė° ģ‚¬ģ“ė“œė°” 숨기기", - "keepEditor": "ķŽøģ§‘źø° ģœ ģ§€", "openNextEditor": "ė‹¤ģŒ ķŽøģ§‘źø° ģ—“źø°", "openPreviousEditor": "ģ“ģ „ ķŽøģ§‘źø° ģ—“źø°", "nextEditorInGroup": "ź·øė£¹ģ—ģ„œ ė‹¤ģŒ ķŽøģ§‘źø° ģ—“źø°", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "첫 번째 그룹에 ķŽøģ§‘źø° ķ‘œģ‹œ", "showEditorsInSecondGroup": "두 번째 그룹에 ķŽøģ§‘źø° ķ‘œģ‹œ", "showEditorsInThirdGroup": "세 번째 그룹에 ķŽøģ§‘źø° ķ‘œģ‹œ", - "showEditorsInGroup": "ź·øė£¹ģ˜ ķŽøģ§‘źø° ķ‘œģ‹œ", "showAllEditors": "ėŖØė“  ķŽøģ§‘źø° ķ‘œģ‹œ", "openPreviousRecentlyUsedEditorInGroup": "ź·øė£¹ģ—ģ„œ ģµœź·¼ģ— ģ‚¬ģš©ķ•œ ģ“ģ „ ķŽøģ§‘źø° ģ—“źø°", "openNextRecentlyUsedEditorInGroup": "ź·øė£¹ģ—ģ„œ ģµœź·¼ģ— ģ‚¬ģš©ķ•œ ė‹¤ģŒ ķŽøģ§‘źø° ģ—“źø°", @@ -54,5 +50,8 @@ "moveEditorLeft": "ģ™¼ģŖ½ģœ¼ė”œ ķŽøģ§‘źø° ģ“ė™", "moveEditorRight": "오넸쪽으딜 ķŽøģ§‘źø° ģ“ė™", "moveEditorToPreviousGroup": "ķŽøģ§‘źø°ė„¼ ģ“ģ „ 그룹으딜 ģ“ė™", - "moveEditorToNextGroup": "ķŽøģ§‘źø°ė„¼ ė‹¤ģŒ 그룹으딜 ģ“ė™" + "moveEditorToNextGroup": "ķŽøģ§‘źø°ė„¼ ė‹¤ģŒ 그룹으딜 ģ“ė™", + "moveEditorToFirstGroup": "ķŽøģ§‘źø°ė„¼ 첫 번째 그룹으딜 ģ“ė™", + "moveEditorToSecondGroup": "ķŽøģ§‘źø°ė„¼ 두 번째 그룹으딜 ģ“ė™", + "moveEditorToThirdGroup": "ķŽøģ§‘źø°ė„¼ 세 번째 그룹으딜 ģ“ė™" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 6c0c854e4b..27ba54fb39 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "ķ™œģ„± ķŽøģ§‘źø°ė„¼ 탭 ė˜ėŠ” 그룹 ė‹Øģœ„ė”œ ģ“ė™", "editorCommand.activeEditorMove.arg.name": "ķ™œģ„± ķŽøģ§‘źø° ģ“ė™ ģøģˆ˜", - "editorCommand.activeEditorMove.arg.description": "ģøģˆ˜ ģ†ģ„±: * '넼': ė¬øģžģ—“ ź°’ģ„ 제공 ķ•˜ ź³  ģœ„ģ¹˜ė„¼ ģ“ė™.\n\t* ' ģ˜ķ•“': ė¬øģžģ—“ ģ“ė™ģ— ėŒ€ ķ•œ ė‹Øģœ„ė„¼ 제공 ķ•˜ėŠ” ź°’. 탭 ė˜ėŠ” 그룹.\n\t* ' value': ģ–¼ė§ˆė‚˜ ė§Žģ€ ģœ„ģ¹˜ ė˜ėŠ” ģ“ė™ ķ•˜ėŠ” ģ ˆėŒ€ ģœ„ģ¹˜ė„¼ 제공 ķ•˜ėŠ” ģˆ«ģž ź°’.", - "commandDeprecated": "**{0}** ėŖ…ė ¹ģ“ ģ œź±°ė˜ģ—ˆģŠµė‹ˆė‹¤. ėŒ€ģ‹  **{1}** ėŖ…ė ¹ģ„ ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤.", - "openKeybindings": "ė°”ė”œ 가기 키 구성" + "editorCommand.activeEditorMove.arg.description": "ģøģˆ˜ ģ†ģ„±: * '넼': ė¬øģžģ—“ ź°’ģ„ 제공 ķ•˜ ź³  ģœ„ģ¹˜ė„¼ ģ“ė™.\n\t* ' ģ˜ķ•“': ė¬øģžģ—“ ģ“ė™ģ— ėŒ€ ķ•œ ė‹Øģœ„ė„¼ 제공 ķ•˜ėŠ” ź°’. 탭 ė˜ėŠ” 그룹.\n\t* ' value': ģ–¼ė§ˆė‚˜ ė§Žģ€ ģœ„ģ¹˜ ė˜ėŠ” ģ“ė™ ķ•˜ėŠ” ģ ˆėŒ€ ģœ„ģ¹˜ė„¼ 제공 ķ•˜ėŠ” ģˆ«ģž ź°’." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 9cdb0ec0b9..b293e5f5f0 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "왼쪽", "groupTwoVertical": "ź°€ģš“ė°", "groupThreeVertical": "오넸쪽", diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index c36fc793c9..140e6a045e 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ķŽøģ§‘źø° 그룹 ģ„ ķƒźø°", "groupLabel": "그룹: {0}", "noResultsFoundInGroup": "ź·øė£¹ģ—ģ„œ ģ¼ģ¹˜ķ•˜ėŠ” ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø°ė„¼ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index 68d8989959..a634e19a3f 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "줄 {0}, ģ—“ {1}({2} ģ„ ķƒėØ)", "singleSelection": "줄 {0}, ģ—“ {1}", "multiSelectionRange": "{0} ģ„ ķƒ ķ•­ėŖ©({1}ģž ģ„ ķƒėØ)", diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..cbcc1cae64 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}B", + "sizeKB": "{0}KB", + "sizeMB": "{0}MB", + "sizeGB": "{0}GB", + "sizeTB": "{0}TB", + "largeImageError": "ģ“ėÆøģ§€ģ˜ ķŒŒģ¼ 크기가 ė„ˆė¬“ ģ»¤ģ„œ(>1MB) ķŽøģ§‘źø°ģ—ģ„œ ķ‘œģ‹œķ•  수 ģ—†ģŠµė‹ˆė‹¤. ", + "resourceOpenExternalButton": " 외부 ķ”„ė”œź·øėžØģœ¼ė”œ ģ“ėÆøģ§€ė„¼ ģ—“ź¹Œģš”?", + "nativeBinaryError": "ķŒŒģ¼ģ“ ģ“ģ§„ģ“ź±°ė‚˜ 매우 ķ¬ź±°ė‚˜ ģ§€ģ›ė˜ģ§€ ģ•ŠėŠ” ķ…ģŠ¤ķŠø ģøģ½”ė”©ģ„ ģ‚¬ģš©ķ•˜źø° ė•Œė¬øģ— ķŽøģ§‘źø°ģ—ģ„œ ķ‘œģ‹œė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "zoom.action.fit.label": "전첓 ģ“ėÆøģ§€", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 6579ba5246..6f1953d2f5 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "탭 ģž‘ģ—…" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index dedfef7381..020e030a7a 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "ķ…ģŠ¤ķŠø Diff ķŽøģ§‘źø°", "readonlyEditorWithInputAriaLabel": "{0}. ģ½źø° ģ „ģš© ķ…ģŠ¤ķŠø 비교 ķŽøģ§‘źø°ģž…ė‹ˆė‹¤.", "readonlyEditorAriaLabel": "ģ½źø° ģ „ģš© ķ…ģŠ¤ķŠø 비교 ķŽøģ§‘źø°ģž…ė‹ˆė‹¤.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "ķ…ģŠ¤ķŠø ķŒŒģ¼ 비교 ķŽøģ§‘źø°ģž…ė‹ˆė‹¤.", "navigate.next.label": "ė‹¤ģŒ 변경 ė‚“ģš©", "navigate.prev.label": "ģ“ģ „ 변경 ė‚“ģš©", - "inlineDiffLabel": "ģøė¼ģø 볓기딜 ģ „ķ™˜", - "sideBySideDiffLabel": "ģ„øė”œ ģ •ė ¬ 볓기딜 ģ „ķ™˜" + "toggleIgnoreTrimWhitespace.label": "ģžė„“źø° 공백 ė¬“ģ‹œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index 1d23330ce0..f1fd103ef6 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, 그룹 {1}." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 011fd22665..691d91d532 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "ķ…ģŠ¤ķŠø ķŽøģ§‘źø°", "readonlyEditorWithInputAriaLabel": "{0}. ģ½źø° ģ „ģš© ķ…ģŠ¤ķŠø ķŽøģ§‘źø°ģž…ė‹ˆė‹¤.", "readonlyEditorAriaLabel": "ģ½źø° ģ „ģš© ķ…ģŠ¤ķŠø ķŽøģ§‘źø°ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index a290c09983..3d6e62e089 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "ė‹«źø°", - "closeOthers": "źø°ķƒ€ ķ•­ėŖ© ė‹«źø°", - "closeRight": "ģ˜¤ė„øģŖ½ģ— ģžˆėŠ” ķ•­ėŖ© ė‹«źø°", - "closeAll": "모두 ė‹«źø°", - "closeAllUnmodified": "ėÆøģˆ˜ģ • ķ•­ėŖ© ė‹«źø°", - "keepOpen": "엓린 상태 ģœ ģ§€", - "showOpenedEditors": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° ķ‘œģ‹œ", "araLabelEditorActions": "ķŽøģ§‘źø° ģž‘ģ—…" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..08ae50bcf0 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "ģ•Œė¦¼ ģ§€ģš°źø°", + "clearNotifications": "ėŖØė“  ģ•Œė¦¼ ģ§€ģš°źø°", + "hideNotificationsCenter": "ģ•Œė¦¼ 숨기기", + "expandNotification": "ģ•Œė¦¼ ķ™•ģž„", + "collapseNotification": "ģ•Œė¦¼ ģ¶•ģ†Œ", + "configureNotification": "ģ•Œė¦¼ 구성", + "copyNotification": "ķ…ģŠ¤ķŠø 복사" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..fbada096ba --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "오넘: {0}", + "alertWarningMessage": "경고: {0}", + "alertInfoMessage": "정볓: {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..73d9c1b4ff --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "ģ•Œė¦¼", + "notificationsToolbar": "ģ•Œė¦¼ 센터 ģž‘ģ—…", + "notificationsList": "ģ•Œė¦¼ ėŖ©ė”" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..3c11925cb3 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "ģ•Œė¦¼", + "showNotifications": "ģ•Œė¦¼ ķ‘œģ‹œ", + "hideNotifications": "ģ•Œė¦¼ 숨기기", + "clearAllNotifications": "ėŖØė“  ģ•Œė¦¼ ģ§€ģš°źø°" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..9207213819 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "ģ•Œė¦¼ 숨기기", + "zeroNotifications": "ģ•Œė¦¼ ģ—†ģŒ", + "noNotifications": "새 ģ•Œė¦¼ ģ—†ģŒ", + "oneNotification": "1ź°œģ˜ 새 ģ•Œė¦¼", + "notifications": "{0}ź°œģ˜ 새 ģ•Œė¦¼" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..fc52b2b793 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "ģ•Œė¦¼" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..b6efd09cb2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "ģ•Œė¦¼ ģž‘ģ—…", + "notificationSource": "ģ†ŒģŠ¤: {0}" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 530fa330f8..a63786f9e1 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "ķŒØė„ ė‹«źø°", "togglePanel": "ķŒØė„ 설정/ķ•“ģ œ", "focusPanel": "ķŒØė„ė”œ ķ¬ģ»¤ģŠ¤ ģ“ė™", diff --git a/i18n/kor/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index 6ea8e35504..fef18de443 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index 7be88ac8b5..278ef1ca46 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0}(ķ™•ģøķ•˜ė ¤ė©“ 'Enter' 키넼 ėˆ„ė„“ź³ , ģ·Øģ†Œķ•˜ė ¤ė©“ 'Escape' 키넼 ėˆ„ė¦„)", "inputModeEntry": "ģž…ė „ģ„ ķ™•ģøķ•˜ė ¤ė©“ 'Enter' 키넼 ėˆ„ė„“ź³ , ģ·Øģ†Œķ•˜ė ¤ė©“ 'Esc' 키넼 ėˆ„ė„“ģ„øģš”.", "emptyPicks": "ģ„ ķƒķ•  ķ•­ėŖ©ģ“ ģ—†ģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 8b1fffebc0..b0e9743509 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 8b1fffebc0..256b0a9893 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "ķŒŒģ¼ė”œ ģ“ė™...", "quickNavigateNext": "Quick Openģ—ģ„œ ė‹¤ģŒ ķƒģƒ‰", "quickNavigatePrevious": "Quick Openģ—ģ„œ ģ“ģ „ ķƒģƒ‰", diff --git a/i18n/kor/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index d6de517341..f30c65a4bb 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "ģ‚¬ģ“ė“œ ė§‰ėŒ€ 숨기기", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "ģ‚¬ģ“ė“œė°”ģ— ķ¬ģ»¤ģŠ¤", "viewCategory": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index 1a622afa7d..a4b8fb371d 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "ķ™•ģž„ ꓀리" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index fbf734ff7a..05dc75ddfc 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[ģ§€ģ›ė˜ģ§€ ģ•ŠģŒ]", + "userIsAdmin": "[ź“€ė¦¬ģž]", + "userIsSudo": "[ģŠˆķ¼ģœ ģ €]", "devExtensionWindowTitlePrefix": "[ķ™•ģž„ 개발 호스트]" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 8d20ba83c9..182bd67396 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} ė™ģž‘" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/views/views.i18n.json index 126ed4fd56..8f19d1890b 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index 6a3532ad44..bfb55ee205 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/kor/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index b4ccb557e6..e19f0a8713 100644 --- a/i18n/kor/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "ģ‚¬ģ“ė“œė°”ģ—ģ„œ 숨기기" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "숨기기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/quickopen.i18n.json b/i18n/kor/src/vs/workbench/browser/quickopen.i18n.json index 828c5a496b..53688e9acf 100644 --- a/i18n/kor/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "ģ¼ģ¹˜ķ•˜ėŠ” ź²°ź³¼ ģ—†ģŒ", "noResultsFound2": "ź²°ź³¼ ģ—†ģŒ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/browser/viewlet.i18n.json b/i18n/kor/src/vs/workbench/browser/viewlet.i18n.json index 1b18c6972e..0b14b4c8d9 100644 --- a/i18n/kor/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "ģ‚¬ģ“ė“œ ė§‰ėŒ€ 숨기기", "collapse": "모두 ģ¶•ģ†Œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/common/theme.i18n.json b/i18n/kor/src/vs/workbench/common/theme.i18n.json index c43957e4bd..14b59c36d3 100644 --- a/i18n/kor/src/vs/workbench/common/theme.i18n.json +++ b/i18n/kor/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "ķ™œģ„± 탭 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", "tabInactiveBackground": "ė¹„ķ™œģ„± 탭 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", + "tabHoverBackground": "마우스 ģ»¤ģ„œė„¼ ģ˜¬ė ¤ė†“ģ•˜ģ„ ė•Œģ˜ 탭 ė°°ź²½ģƒ‰. ķƒ­ģ€ ķŽøģ§‘ ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ė„¼ 감싸고 ģžˆģŠµė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ“ ģ—¬ėŸ¬ ź°œģ¼ 수 ģžˆģŠµė‹ˆė‹¤.", + "tabUnfocusedHoverBackground": "마우스 ģ»¤ģ„œė„¼ ģ˜¬ė ¤ė†“ģ•˜ģ„ ė•Œ ķ¬ģ»¤ģŠ¤ė„¼ 받지 ėŖ»ķ•œ 탭 ė°°ź²½ģƒ‰. ķƒ­ģ€ ķŽøģ§‘ ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ė„¼ 감싸고 ģžˆģŠµė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ“ ģ—¬ėŸ¬ ź°œģ¼ 수 ģžˆģŠµė‹ˆė‹¤.", "tabBorder": "ķƒ­ģ„ ģ„œė”œ źµ¬ė¶„ķ•˜źø° ģœ„ķ•œ ķ…Œė‘ė¦¬ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° 그룹에 ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", "tabActiveBorder": "ķ™œģ„± ķƒ­ģ„ ź°•ģ”° ķ‘œģ‹œķ•˜źø° ģœ„ķ•œ ķ…Œė‘ė¦¬ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° 그룹에 ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", "tabActiveUnfocusedBorder": "ķ¬ģ»¤ģŠ¤ź°€ ģ—†ėŠ” ź·øė£¹ģ—ģ„œ ķ™œģ„± ķƒ­ģ„ ź°•ģ”° ķ‘œģ‹œķ•˜źø° ģœ„ķ•œ ķ…Œė‘ė¦¬ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° 그룹에 ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", + "tabHoverBorder": "마우스 ģ»¤ģ„œė„¼ ģ˜¬ė ¤ė†“ģ•˜ģ„ ė•Œ ķ™œģ„± ķƒ­ģ˜ ķ…Œė‘ė¦¬. ķƒ­ģ€ ķŽøģ§‘ ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ė„¼ 감싸고 ģžˆģŠµė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ“ ģ—¬ėŸ¬ ź°œģ¼ 수 ģžˆģŠµė‹ˆė‹¤.", + "tabUnfocusedHoverBorder": "마우스 ģ»¤ģ„œė„¼ ģ˜¬ė ¤ė†“ģ•˜ģ„ ė•Œ ķ¬ģ»¤ģŠ¤ė„¼ 받지 ėŖ»ķ•œ ź·øė£¹ģ—ģ„œ ķ™œģ„± 탭 ķ…Œė‘ė¦¬. ķƒ­ģ€ ķŽøģ§‘ ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ė„¼ 감싸고 ģžˆģŠµė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ“ ģ—¬ėŸ¬ ź°œģ¼ 수 ģžˆģŠµė‹ˆė‹¤.", "tabActiveForeground": "ķ™œģ„± ź·øė£¹ģ˜ ķ™œģ„± 탭 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", "tabInactiveForeground": "ķ™œģ„± ź·øė£¹ģ˜ ė¹„ķ™œģ„± 탭 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", "tabUnfocusedActiveForeground": "ķ¬ģ»¤ģŠ¤ź°€ ģ—†ėŠ” ź·øė£¹ģ˜ ķ™œģ„± 탭 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķƒ­ģ€ ķŽøģ§‘źø° ģ˜ģ—­ģ—ģ„œ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ķ•œ ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ģ—¬ėŸ¬ ķƒ­ģ„ ģ—“ 수 ģžˆģŠµė‹ˆė‹¤. ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ“ ģžˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", @@ -16,7 +22,7 @@ "editorGroupBackground": "ķŽøģ§‘źø° ź·øė£¹ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ€ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤. ė°°ź²½ģƒ‰ģ€ ķŽøģ§‘źø° ź·øė£¹ģ„ 끌 ė•Œ ķ‘œģ‹œė©ė‹ˆė‹¤.", "tabsContainerBackground": "ķƒ­ģ„ ģ‚¬ģš©ė„ė” ģ„¤ģ •ķ•œ 경우 ķŽøģ§‘źø° 그룹 제목 ėØøė¦¬źø€ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ€ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤.", "tabsContainerBorder": "ķƒ­ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•œ 경우 ķŽøģ§‘źø° 그룹 제목 ėØøė¦¬źø€ģ˜ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ€ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤.", - "editorGroupHeaderBackground": "ķƒ­ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•œ 경우 ķŽøģ§‘źø° 그룹 제목 ėØøė¦¬źø€ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ€ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤.", + "editorGroupHeaderBackground": "ķƒ­ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•œ 경우(`\"workbench.editor.showTabs\": false`) ķŽøģ§‘źø° 그룹 제목 ėØøė¦¬źø€ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ€ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤.", "editorGroupBorder": "ģ—¬ėŸ¬ ķŽøģ§‘źø° ź·øė£¹ģ„ ģ„œė”œ źµ¬ė¶„ķ•˜źø° ģœ„ķ•œ ģƒ‰ģž…ė‹ˆė‹¤. ķŽøģ§‘źø° ź·øė£¹ģ€ ķŽøģ§‘źø°ģ˜ ģ»Øķ…Œģ“ė„ˆģž…ė‹ˆė‹¤.", "editorDragAndDropBackground": "ķŽøģ§‘źø°ė„¼ 끌 ė•Œ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķŽøģ§‘źø° ė‚“ģš©ģ“ ź³„ģ† 비추얓 ė³“ģ“ė„ė” ģ“ ģƒ‰ģ€ ķˆ¬ėŖ…ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", "panelBackground": "ķŒØė„ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ķŒØė„ģ€ ķŽøģ§‘źø° ģ˜ģ—­ ģ•„ėž˜ģ— ķ‘œģ‹œė˜ė©° 출렄 ė° 통합 터미널 ź°™ģ€ 볓기가 ķ¬ķ•Øė©ė‹ˆė‹¤.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "엓린 ķ“ė”ź°€ ģ—†ģ„ ė•Œ ģ‚¬ģ“ė“œė°” ė° ķŽøģ§‘źø°ģ™€ źµ¬ė¶„ķ•˜ėŠ” 상태 ķ‘œģ‹œģ¤„ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", "statusBarItemActiveBackground": "큓릭할 ė•Œģ˜ 상태 ķ‘œģ‹œģ¤„ ķ•­ėŖ© ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", "statusBarItemHoverBackground": "마우스딜 가리킬 ė•Œģ˜ 상태 ķ‘œģ‹œģ¤„ ķ•­ėŖ© ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "statusBarProminentItemBackground": "상태 ķ‘œģ‹œģ¤„ ģ£¼ģš” ķ•­ėŖ© ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ£¼ģš” ķ•­ėŖ©ģ€ ģ¤‘ģš”ė„ė„¼ ė‚˜ķƒ€ė‚“ėŠ” 다넸 상태 ķ‘œģ‹œģ¤„ 항목볓다 ėˆˆģ— ģž˜ ė•ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "statusBarProminentItemHoverBackground": "마우스딜 가리킬 ė•Œģ˜ 상태 ķ‘œģ‹œģ¤„ ģ£¼ģš” ķ•­ėŖ© ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ£¼ģš” ķ•­ėŖ©ģ€ ģ¤‘ģš”ė„ė„¼ė„¼ ė‚˜ķƒ€ė‚“ėŠ” 다넸 상태 ķ‘œģ‹œģ¤„ 항목볓다 ėˆˆģ— ģž˜ ė•ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "statusBarProminentItemBackground": " 상태 ķ‘œģ‹œģ¤„ ģ£¼ģš” ķ•­ėŖ© ė°°ź²½ ģƒ‰. ģ£¼ģš” ķ•­ėŖ©ģ€ ģ¤‘ģš”ģ„±ģ„ ģ•Œė ¤ģ£¼źø° ģœ„ķ•“ 다넸 상태 ķ‘œģ‹œģ¤„ 항목볓다 ėˆˆģ— ė•ė‹ˆė‹¤. 예제넼 볓기 ģœ„ķ•“ ėŖ…ė ¹ ķŒ”ė ˆķŠøģ—ģ„œ 'ķ¬ģ»¤ģŠ¤ ģ“ė™ģ„ ģœ„ķ•“ 탭 키 토글' ėŖØė“œė„¼ ė³€ź²½ķ•©ė‹ˆė‹¤. ģ°½ ģ•„ėž˜ģŖ½ģ— 상태 ķ‘œģ‹œģ¤„ģ“ ė‚˜ķƒ€ė‚©ė‹ˆė‹¤.", + "statusBarProminentItemHoverBackground": "마우스 ģ»¤ģ„œė„¼ ģ˜¬ė øģ„ ė•Œ 상태 ķ‘œģ‹œģ¤„ ģ£¼ģš” ķ•­ėŖ© ė°°ź²½ ģƒ‰. ģ£¼ģš” ķ•­ėŖ©ģ€ ģ¤‘ģš”ģ„±ģ„ ģ•Œė ¤ģ£¼źø° ģœ„ķ•“ 다넸 상태 ķ‘œģ‹œģ¤„ 항목볓다 ėˆˆģ— ė•ė‹ˆė‹¤. 예제넼 볓기 ģœ„ķ•“ ėŖ…ė ¹ ķŒ”ė ˆķŠøģ—ģ„œ 'ķ¬ģ»¤ģŠ¤ ģ“ė™ģ„ ģœ„ķ•“ 탭 키 토글' ėŖØė“œė„¼ ė³€ź²½ķ•©ė‹ˆė‹¤. ģ°½ ģ•„ėž˜ģŖ½ģ— 상태 ķ‘œģ‹œģ¤„ģ“ ė‚˜ķƒ€ė‚©ė‹ˆė‹¤.", "activityBarBackground": "ģž‘ģ—… ė§‰ėŒ€ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģž‘ģ—… ė§‰ėŒ€ėŠ” ė§Ø ģ™¼ģŖ½ģ“ė‚˜ ģ˜¤ė„øģŖ½ģ— ķ‘œģ‹œė˜ė©° ģ‚¬ģ“ė“œė°”ģ˜ ė·° ź°„ģ„ ģ „ķ™˜ķ•˜ėŠ” ė° ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤.", "activityBarForeground": "ģž‘ģ—… ė§‰ėŒ€ ģ „ź²½ ģƒ‰(예: ģ•„ģ“ģ½˜ģ— ģ‚¬ģš©ėØ)ģž…ė‹ˆė‹¤. ģž‘ģ—… ė§‰ėŒ€ėŠ” ģ˜¤ė„øģŖ½ģ“ė‚˜ 왼쪽 ėģ— ķ‘œģ‹œė˜ė©° ģ‚¬ģ“ė“œė°”ģ˜ 볓기 ź°„ģ„ ģ „ķ™˜ķ•  수 ģžˆģŠµė‹ˆė‹¤.", "activityBarBorder": "ģ‚¬ģ“ė“œė°”ģ™€ źµ¬ė¶„ķ•˜ėŠ” ģž‘ģ—… ė§‰ėŒ€ ķ…Œė‘ė¦¬ģƒ‰ģž…ė‹ˆė‹¤. ģž‘ģ—… ė§‰ėŒ€ėŠ” ģ˜¤ė„øģŖ½ģ“ė‚˜ 왼쪽 ėģ— ķ‘œģ‹œė˜ė©° ģ‚¬ģ“ė“œė°”ģ˜ 볓기 ź°„ģ„ ģ „ķ™˜ķ•  수 ģžˆģŠµė‹ˆė‹¤.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "ģ°½ģ„ ķ™œģ„±ķ™”ķ•  ė•Œģ˜ 제목 ķ‘œģ‹œģ¤„ ģ „ź²½ģž…ė‹ˆė‹¤. ģ“ ģƒ‰ģ€ ķ˜„ģž¬ macOSģ—ģ„œė§Œ ģ§€ģ›ė©ė‹ˆė‹¤.", "titleBarInactiveBackground": "ģ°½ģ“ ė¹„ķ™œģ„±ķ™”ėœ ź²½ģš°ģ˜ 제목 ķ‘œģ‹œģ¤„ ė°°ź²½ģž…ė‹ˆė‹¤. ģ“ ģƒ‰ģ€ ķ˜„ģž¬ macOSģ—ģ„œė§Œ ģ§€ģ›ė©ė‹ˆė‹¤.", "titleBarBorder": "제목 ė§‰ėŒ€ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. ķ˜„ģž¬ ģ“ ģƒ‰ģƒģ€ macOSģ—ģ„œė§Œ ģ§€ģ›ė©ė‹ˆė‹¤.", - "notificationsForeground": "ģ•Œė¦¼ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsBackground": "ģ•Œė¦¼ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsButtonBackground": "ģ•Œė¦¼ 단추 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsButtonHoverBackground": "ė–  ģžˆėŠ” ģ•Œė¦¼ 단추 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsButtonForeground": "ģ•Œė¦¼ 단추 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsInfoBackground": "ģ•Œė¦¼ 정볓 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsInfoForeground": "ģ•Œė¦¼ 정볓 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsWarningBackground": "ģ•Œė¦¼ 경고 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsWarningForeground": "ģ•Œė¦¼ 경고 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsErrorBackground": "ģ•Œė¦¼ 오넘 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", - "notificationsErrorForeground": "ģ•Œė¦¼ 오넘 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ģ˜ ģœ„ģŖ½ģ— ķ‘œģ‹œė©ė‹ˆė‹¤." + "notificationCenterBorder": "ģ•Œė¦¼ 센터 ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "notificationToastBorder": "ģ•Œė¦¼ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "notificationsForeground": "ģ•Œė¦¼ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "notificationsBackground": "ģ•Œė¦¼ 센터 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "notificationsLink": "ģ•Œė¦¼ 링크 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "notificationCenterHeaderForeground": "ģ•Œė¦¼ 센터 머리글 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "notificationCenterHeaderBackground": "ģ•Œė¦¼ 센터 머리글 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "notificationsBorder": "ģ•Œė¦¼ ģ„¼ķ„°ģ—ģ„œ 다넸 ģ•Œė¦¼ź³¼ źµ¬ė¶„ķ•˜ėŠ” ģ•Œė¦¼ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. ģ•Œė¦¼ģ€ ģ°½ 오넸쪽 ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/common/views.i18n.json b/i18n/kor/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..7ff734c75e --- /dev/null +++ b/i18n/kor/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "ID `{0}`ģø ė·°ź°€ ģœ„ģ¹˜ `{1}`에 ģ“ėÆø ė“±ė”ė˜ģ–“ ģžˆģŠµė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json index 96f43aced4..6bdca31191 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "ķŽøģ§‘źø° ė‹«źø°", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "ģ°½ ė‹«źø°", "closeWorkspace": "ģž‘ģ—… ģ˜ģ—­ ė‹«źø°", "noWorkspaceOpened": "ķ˜„ģž¬ ģ“ ģøģŠ¤ķ„“ģŠ¤ģ— ģ—“ė ¤ ģžˆėŠ” ģž‘ģ—… ģ˜ģ—­ģ“ ģ—†ģŠµė‹ˆė‹¤.", @@ -17,6 +18,7 @@ "zoomReset": "ķ™•ėŒ€/ģ¶•ģ†Œ ė‹¤ģ‹œ 설정", "appPerf": "ģ‹œģž‘ ģ„±ėŠ„", "reloadWindow": "ģ°½ ė‹¤ģ‹œ ė”œė“œ", + "reloadWindowWithExntesionsDisabled": "ķ™•ģž„ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•˜ź³  ģ°½ ė‹¤ģ‹œ ė”œė“œ", "switchWindowPlaceHolder": "ģ „ķ™˜ķ•  ģ°½ ģ„ ķƒ", "current": "ķ˜„ģž¬ ģ°½", "close": "ģ°½ ė‹«źø°", @@ -29,7 +31,6 @@ "remove": "ģµœź·¼ģ— ģ‚¬ģš©ķ•œ ķ•­ėŖ©ģ—ģ„œ 제거", "openRecent": "최근 ķ•­ėŖ© ģ—“źø°...", "quickOpenRecent": "빠넸 최근 ķ•­ėŖ© ģ—“źø°...", - "closeMessages": "ģ•Œė¦¼ ė©”ģ‹œģ§€ ė‹«źø°", "reportIssueInEnglish": "문제 볓고", "reportPerformanceIssue": "ģ„±ėŠ„ 문제 볓고", "keybindingsReference": "ė°”ė”œ 가기 키 ģ°øģ”°", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "ģ°½ ķƒ­ģ„ 새 창으딜 ģ“ė™", "mergeAllWindowTabs": "ėŖØė“  ģ°½ 병합", "toggleWindowTabsBar": "ģ°½ 탭 ėŖØģŒ 설정/ķ•“ģ œ", - "configureLocale": "ģ–øģ–“ 구성", - "displayLanguage": "VSCodeģ˜ ķ‘œģ‹œ 언얓넼 ģ •ģ˜ķ•©ė‹ˆė‹¤.", - "doc": "ģ§€ģ›ė˜ėŠ” ģ–øģ–“ ėŖ©ė”ģ€ {0} ģ„(넼) ģ°øģ”°ķ•˜ģ„øģš”.", - "restart": "ź°’ģ„ ė³€ź²½ķ•˜ė ¤ė©“ VSCode넼 ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", - "fail.createSettings": "{0}'({1})ģ„(넼) ė§Œė“¤ 수 ģ—†ģŠµė‹ˆė‹¤.", - "openLogsFolder": "딜그 ķ“ė” ģ—“źø°", - "showLogs": "딜그 ķ‘œģ‹œ...", - "mainProcess": "źø°ė³ø", - "sharedProcess": "공유", - "rendererProcess": "ė Œė”ėŸ¬", - "extensionHost": "ķ™•ģž„ 호스트", - "selectProcess": "ķ”„ė”œģ„øģŠ¤ ģ„ ķƒ", - "setLogLevel": "딜그 ģˆ˜ģ¤€ 설정", - "trace": "Trace", - "debug": "디버그", - "info": "정볓", - "warn": "경고", - "err": "오넘", - "critical": "Critical", - "off": "Off", - "selectLogLevel": "딜그 ģˆ˜ģ¤€ ģ„ ķƒ" + "about": "{0} 정볓", + "inspect context keys": "ģ»Øķ…ģŠ¤ķŠø 키 검사" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/configureLocale.i18n.json index 3c255978d3..d232f528fb 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/crashReporter.i18n.json index cff423b1f3..1cf2eca012 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/extensionHost.i18n.json index 253dfe4591..0314defd1c 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/main.contribution.i18n.json index b3ca18516e..8ee5f425ad 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "볓기", "help": "ė„ģ›€ė§", "file": "ķŒŒģ¼", - "developer": "ź°œė°œģž", "workspaces": "ģž‘ģ—… ģ˜ģ—­", + "developer": "ź°œė°œģž", + "workbenchConfigurationTitle": "ģ›Œķ¬ė²¤ģ¹˜", "showEditorTabs": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø°ė„¼ ķƒ­ģ—ģ„œ ķ‘œģ‹œķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "workbench.editor.labelFormat.default": "ķŒŒģ¼ ģ“ė¦„ģ„ ķ‘œģ‹œķ•©ė‹ˆė‹¤. ķƒ­ģ“ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ė˜ģ–“ ģžˆź³  ķ•˜ė‚˜ģ˜ ź·øė£¹ģ—ģ„œ ķŒŒģ¼ 2ź°œģ˜ ģ“ė¦„ģ“ ė™ģ¼ķ•˜ė©“, 각 ķŒŒģ¼ ź²½ė”œģ˜ ķŠ¹ģ • ģ„¹ģ…˜ģ“ ģ¶”ź°€ė©ė‹ˆė‹¤. ķƒ­ģ“ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ė˜ģ–“ ģžˆģ§€ ģ•Šģœ¼ė©“, ģž‘ģ—… ģ˜ģ—­ ķ“ė”ģ— ėŒ€ķ•œ ź²½ė”œėŠ” ķŽøģ§‘źø°ź°€ ķ™œģ„± ģƒķƒœģ¼ ė•Œ ķ‘œģ‹œė©ė‹ˆė‹¤.", "workbench.editor.labelFormat.short": "디렉터리 ģ“ė¦„ ģ•žģ— ģ˜¤ėŠ” ķŒŒģ¼ģ˜ ģ“ė¦„ģ„ ķ‘œģ‹œķ•©ė‹ˆė‹¤.", @@ -20,23 +23,25 @@ "showIcons": "엓린 ķŽøģ§‘źø°ė„¼ ģ•„ģ“ģ½˜ź³¼ ķ•Øź»˜ ķ‘œģ‹œķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. ģ“ė„¼ ģœ„ķ•“ģ„œėŠ” ģ•„ģ“ģ½˜ ķ…Œė§ˆė„ ģ‚¬ģš©ķ•˜ė„ė” 설정핓야 ķ•©ė‹ˆė‹¤.", "enablePreview": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø°ė„¼ 미리 볓기딜 ķ‘œģ‹œķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. 미리 볓기 ķŽøģ§‘źø°ėŠ” ģœ ģ§€ėœ ģƒķƒœź¹Œģ§€(예: 두 번 큓릭 ė˜ėŠ” ķŽøģ§‘ģ„ 통핓) ė‹¤ģ‹œ ģ‚¬ģš©ė˜ė©° źø°ģšøģž„ź¼“ 글꼓 ģŠ¤ķƒ€ģ¼ė”œ ķ‘œģ‹œė©ė‹ˆė‹¤.", "enablePreviewFromQuickOpen": "Quick Openģ—ģ„œ ģ—° ķŽøģ§‘źø°ė„¼ 미리 볓기딜 ķ‘œģ‹œķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. 미리 볓기 ķŽøģ§‘źø°ėŠ” ģœ ģ§€ėœ ģƒķƒœź¹Œģ§€(예: 두 번 큓릭 ė˜ėŠ” ķŽøģ§‘ģ„ 통핓) ė‹¤ģ‹œ ģ‚¬ģš©ė©ė‹ˆė‹¤.", + "closeOnFileDelete": "ģ¼ė¶€ 다넸 ķ”„ė”œģ„øģŠ¤ģ—ģ„œ ķŒŒģ¼ģ„ ģ‚­ģ œķ•˜ź±°ė‚˜ ģ“ė¦„ģ„ 바꿀 ė•Œ ķŒŒģ¼ģ„ ķ‘œģ‹œķ•˜ėŠ” ķŽøģ§‘źø°ė„¼ ģžė™ģœ¼ė”œ ė‹«ģ„ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•˜ėŠ” 경우 ģ“ėŸ¬ķ•œ ģ“ė²¤ķŠøź°€ ė°œģƒķ•˜ė©“ ķŽøģ§‘źø°ź°€ ė”ķ‹° 상태딜 ź³„ģ† ģ—“ė ¤ ģžˆģŠµė‹ˆė‹¤. ģ‘ģš© ķ”„ė”œź·øėžØ ė‚“ģ—ģ„œ ģ‚­ģ œķ•˜ė©“ ķ•­ģƒ ķŽøģ§‘źø°ź°€ ė‹«ķžˆź³  ė°ģ“ķ„°ė„¼ ģœ ģ§€ķ•˜źø° ģœ„ķ•“ ė”ķ‹° ķŒŒģ¼ģ€ ė‹«ķžˆģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "editorOpenPositioning": "ķŽøģ§‘źø°ź°€ ģ—“ė¦¬ėŠ” ģœ„ģ¹˜ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤. ķ˜„ģž¬ ķ™œģ„± ķŽøģ§‘źø°ģ˜ 왼쪽 ė˜ėŠ” ģ˜¤ė„øģŖ½ģ—ģ„œ ķŽøģ§‘źø°ė„¼ 엓려멓 '왼쪽' ė˜ėŠ” '오넸쪽'ģ„ ģ„ ķƒķ•©ė‹ˆė‹¤. ķ˜„ģž¬ ķ™œģ„± ķŽøģ§‘źø°ģ™€ ė…ė¦½ģ ģœ¼ė”œ ķŽøģ§‘źø°ė„¼ 엓려멓 'ģ²˜ģŒ' ė˜ėŠ” 'ė§ˆģ§€ė§‰'ģ„ ģ„ ķƒķ•©ė‹ˆė‹¤.", "revealIfOpen": "ķŽøģ§‘źø°ė„¼ ģ—¬ėŠ” 경우 ė³“ģ“ėŠ” 그룹 중 ķ•˜ė‚˜ģ— ķ‘œģ‹œķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” 설정할 경우 ķŽøģ§‘źø°ź°€ 기본적으딜 ķ˜„ģž¬ ķ™œģ„± ķŽøģ§‘źø° 그룹에 ģ—“ė¦½ė‹ˆė‹¤. ģ‚¬ģš©ķ•˜ė„ė” 설정할 경우 ķ˜„ģž¬ ķ™œģ„± ķŽøģ§‘źø° ź·øė£¹ģ—ģ„œ ķŽøģ§‘źø°ź°€ ė‹¤ģ‹œ 엓리지 ģ•Šź³  ģ“ėÆø 엓린 ķŽøģ§‘źø°ź°€ ķ‘œģ‹œė©ė‹ˆė‹¤. ź°•ģ œė”œ ķŽøģ§‘źø°ź°€ ķŠ¹ģ • ź·øė£¹ģ—ģ„œ ģ—“ė¦¬ź±°ė‚˜ ķ˜„ģž¬ ķ™œģ„± 그룹 ģ˜†ģ— ģ—“ė¦¬ė„ė” ķ•˜ėŠ” ė“±ģ˜ ģ¼ė¶€ ź²½ģš°ģ—ėŠ” ģ“ ģ„¤ģ •ģ“ ė¬“ģ‹œė©ė‹ˆė‹¤.", + "swipeToNavigate": "세 ģ†ź°€ė½ģœ¼ė”œ ź°€ė”œė”œ ģ‚“ģ§ 밀얓 ģ—“ė ¤ ģžˆėŠ” ķŒŒģ¼ ź°„ģ„ ģ“ė™ķ•©ė‹ˆė‹¤.", "commandHistory": "ėŖ…ė ¹ ķŒ”ė ˆķŠø źø°ė”ģ„ ģœ ģ§€ķ•˜źø° ģœ„ķ•“ 최근 ģ‚¬ģš©ķ•œ ėŖ…ė ¹ 개수넼 ģ œģ–“ķ•©ė‹ˆė‹¤. 0으딜 ģ„¤ģ •ķ•˜ė©“ ėŖ…ė ¹ źø°ė”ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "preserveInput": "ė‹¤ģŒģ— ģ—“ ė•Œ ė§ˆģ§€ė§‰ģœ¼ė”œ ėŖ…ė ¹ ķŒ”ė ˆķŠøģ— ģž…ė „ķ•œ ė‚“ģš©ģ„ 복원할지 ź²°ģ •ķ•©ė‹ˆė‹¤.", "closeOnFocusLost": "Quick Openź°€ ķ¬ģ»¤ģŠ¤ė„¼ ģžƒģœ¼ė©“ ģžė™ģœ¼ė”œ ė‹«ģ„ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "openDefaultSettings": "ģ„¤ģ •ģ„ ģ—“ė©“ ėŖØė“  źø°ė³ø ģ„¤ģ •ģ„ ķ‘œģ‹œķ•˜ėŠ” ķŽøģ§‘źø°ė„ ģ—“ė¦¬ėŠ”ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "sideBarLocation": "ģ‚¬ģ“ė“œė°”ģ˜ ģœ„ģ¹˜ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤. ģ›Œķ¬ė²¤ģ¹˜ģ˜ ģ™¼ģŖ½ģ“ė‚˜ ģ˜¤ė„øģŖ½ģ— ķ‘œģ‹œė  수 ģžˆģŠµė‹ˆė‹¤.", + "panelDefaultLocation": "ķŒØė„ģ˜ źø°ė³ø ģœ„ģ¹˜ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤. ģ›Œķ¬ė²¤ģ¹˜ģ˜ ģ•„ėž˜ ė˜ėŠ” ģ˜¤ė„øģŖ½ģ— ķ‘œģ‹œė  수 ģžˆģŠµė‹ˆė‹¤.", "statusBarVisibility": "ģ›Œķ¬ė²¤ģ¹˜ ģ•„ėž˜ģŖ½ģ—ģ„œ 상태 ķ‘œģ‹œģ¤„ģ˜ ķ‘œģ‹œ ģœ ķ˜•ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.", "activityBarVisibility": "ģ›Œķ¬ė²¤ģ¹˜ģ—ģ„œ ģž‘ģ—… ė§‰ėŒ€ģ˜ ķ‘œģ‹œ ģœ ķ˜•ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.", - "closeOnFileDelete": "ģ¼ė¶€ 다넸 ķ”„ė”œģ„øģŠ¤ģ—ģ„œ ķŒŒģ¼ģ„ ģ‚­ģ œķ•˜ź±°ė‚˜ ģ“ė¦„ģ„ 바꿀 ė•Œ ķŒŒģ¼ģ„ ķ‘œģ‹œķ•˜ėŠ” ķŽøģ§‘źø°ė„¼ ģžė™ģœ¼ė”œ ė‹«ģ„ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•˜ėŠ” 경우 ģ“ėŸ¬ķ•œ ģ“ė²¤ķŠøź°€ ė°œģƒķ•˜ė©“ ķŽøģ§‘źø°ź°€ ė”ķ‹° 상태딜 ź³„ģ† ģ—“ė ¤ ģžˆģŠµė‹ˆė‹¤. ģ‘ģš© ķ”„ė”œź·øėžØ ė‚“ģ—ģ„œ ģ‚­ģ œķ•˜ė©“ ķ•­ģƒ ķŽøģ§‘źø°ź°€ ė‹«ķžˆź³  ė°ģ“ķ„°ė„¼ ģœ ģ§€ķ•˜źø° ģœ„ķ•“ ė”ķ‹° ķŒŒģ¼ģ€ ė‹«ķžˆģ§€ ģ•ŠģŠµė‹ˆė‹¤.", - "enableNaturalLanguageSettingsSearch": "설정에 ėŒ€ķ•œ ģžģ—°ģ–“ ź²€ģƒ‰ ėŖØė“œė„¼ ģ‚¬ģš©ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", - "fontAliasing": "ģ›Œķ¬ė²¤ģ¹˜ģ—ģ„œ 글꼓 앨리얓싱 ė°©ģ‹ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.\n- źø°ė³ø: ģ„œėøŒ 픽셀 글꼓 다듬기. ėŒ€ė¶€ė¶„ģ˜ ģ¼ė°˜ ė””ģŠ¤ķ”Œė ˆģ“ģ—ģ„œ ź°€ģž„ ģ„ ėŖ…ķ•œ 글꼓 제공\n- ģ•ˆķ‹°ģ•Øė¦¬ģ–“ģ‹±: ģ„œėøŒ ķ”½ģ…€ģ“ ģ•„ė‹Œ 픽셀 ė‹Øģœ„ģ—ģ„œ 글꼓 다듬기. ģ „ė°˜ģ ģœ¼ė”œ ė” ė°ģ€ ėŠė‚Œģ„ 줄 수 ģžˆģŒ\n- ģ—†ģŒ: 글꼓 다듬기 ģ‚¬ģš© ģ•ˆ 함. ķ…ģŠ¤ķŠø ėŖØģ„œė¦¬ź°€ ź°ģ§€ź²Œ ķ‘œģ‹œėØ", + "viewVisibility": "볓기 머리글 ģž‘ģ—…ģ˜ ķ‘œģ‹œ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤. 볓기 머리글 ģž‘ģ—…ģ€ ķ•­ģƒ ķ‘œģ‹œķ•  ģˆ˜ė„ ģžˆź³  볓기에 ķ¬ģ»¤ģŠ¤ź°€ ģžˆź±°ė‚˜ 볓기넼 마우스딜 가리킬 ė•Œė§Œ ķ‘œģ‹œķ•  ģˆ˜ė„ ģžˆģŠµė‹ˆė‹¤.", + "fontAliasing": "ģ›Œķ¬ė²¤ģ¹˜ģ—ģ„œ 글꼓 앨리얓싱 ė°©ģ‹ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.\n- źø°ė³ø: ģ„œėøŒ 픽셀 글꼓 다듬기. ėŒ€ė¶€ė¶„ģ˜ ģ¼ė°˜ ė””ģŠ¤ķ”Œė ˆģ“ģ—ģ„œ ź°€ģž„ ģ„ ėŖ…ķ•œ 글꼓 제공\n- ģ•ˆķ‹°ģ•Øė¦¬ģ–“ģ‹±: ģ„œėøŒ ķ”½ģ…€ģ“ ģ•„ė‹Œ 픽셀 ė‹Øģœ„ģ—ģ„œ 글꼓 다듬기. ģ „ė°˜ģ ģœ¼ė”œ ė” ė°ģ€ ėŠė‚Œģ„ 줄 수 ģžˆģŒ\n- ģ—†ģŒ: 글꼓 다듬기 ģ‚¬ģš© ģ•ˆ 함. ķ…ģŠ¤ķŠø ėŖØģ„œė¦¬ź°€ ź°ģ§€ź²Œ ķ‘œģ‹œėØ\n- ģžė™: ė””ģŠ¤ķ”Œė ˆģ“ģ˜ DPI에 ė”°ė¼ `źø°ė³ø` ė˜ėŠ” `ģ•ˆķ‹°ģ•Øė¦¬ģ–“ģ‹±`ģ„ ģžė™ģœ¼ė”œ ģ ģš©ķ•©ė‹ˆė‹¤.", "workbench.fontAliasing.default": "ģ„œėøŒ 픽셀 글꼓 다듬기. ėŒ€ė¶€ė¶„ģ˜ ģ¼ė°˜ ė””ģŠ¤ķ”Œė ˆģ“ģ—ģ„œ ź°€ģž„ ģ„ ėŖ…ķ•œ ķ…ģŠ¤ķŠøė„¼ ģ œź³µķ•©ė‹ˆė‹¤. ", "workbench.fontAliasing.antialiased": "ģ„œėøŒ ķ”½ģ…€ģ“ ģ•„ė‹Œ 픽셀 ģˆ˜ģ¤€ģ—ģ„œ źø€ź¼“ģ„ ė‹¤ė“¬ģŠµė‹ˆė‹¤. ģ „ė°˜ģ ģœ¼ė”œ źø€ź¼“ģ“ ė” ė°ź²Œ ķ‘œģ‹œė©ė‹ˆė‹¤.", "workbench.fontAliasing.none": "글꼓 다듬기넼 ģ‚¬ģš©ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ķ…ģŠ¤ķŠø ź°€ģž„ģžė¦¬ź°€ ź°ģ§€ź²Œ ķ‘œģ‹œė©ė‹ˆė‹¤.", - "swipeToNavigate": "세 ģ†ź°€ė½ģœ¼ė”œ ź°€ė”œė”œ ģ‚“ģ§ 밀얓 ģ—“ė ¤ ģžˆėŠ” ķŒŒģ¼ ź°„ģ„ ģ“ė™ķ•©ė‹ˆė‹¤.", - "workbenchConfigurationTitle": "ģ›Œķ¬ė²¤ģ¹˜", + "workbench.fontAliasing.auto": "ė””ģŠ¤ķ”Œė ˆģ“ģ˜ DPI에 ė”°ė¼ `źø°ė³ø` ė˜ėŠ” `ģ•ˆķ‹°ģ•Øė¦¬ģ–“ģ‹±`ģ„ ģžė™ģœ¼ė”œ ģ ģš©ķ•©ė‹ˆė‹¤.", + "enableNaturalLanguageSettingsSearch": "설정에 ėŒ€ķ•œ ģžģ—°ģ–“ ź²€ģƒ‰ ėŖØė“œė„¼ ģ‚¬ģš©ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "windowConfigurationTitle": "ģ°½", "window.openFilesInNewWindow.on": "ķŒŒģ¼ģ“ 새 ģ°½ģ—ģ„œ ģ—“ė¦½ė‹ˆė‹¤.", "window.openFilesInNewWindow.off": "ķŒŒģ¼ģ“ ķŒŒģ¼ģ˜ ķ“ė”ź°€ ģ—“ė ¤ ģžˆėŠ” ģ°½ ė˜ėŠ” ė§ˆģ§€ė§‰ ķ™œģ„± ģ°½ģ—ģ„œ ģ—“ė¦½ė‹ˆė‹¤.", @@ -71,9 +76,9 @@ "window.nativeTabs": "macOS Sierra ģ°½ ķƒ­ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤. 변경\n ė‚“ģš©ģ„ ģ ģš©ķ•˜ė ¤ė©“ 전첓 ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ ķ•˜ź³ , źø°ė³ø ķƒ­ģ—ģ„œ\n ģ‚¬ģš©ģž 지정 제목 ķ‘œģ‹œģ¤„ ģŠ¤ķƒ€ģ¼(źµ¬ģ„±ėœ 경우)ģ„ ė¹„ķ™œģ„±ķ™”ķ•©ė‹ˆė‹¤.", "zenModeConfigurationTitle": "Zen ėŖØė“œ", "zenMode.fullScreen": "Zen ėŖØė“œė„¼ 켜멓 ģ›Œķ¬ė²¤ģ¹˜ė„ 전첓 화멓 ėŖØė“œė”œ ģ „ķ™˜ė˜ėŠ”ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "zenMode.centerLayout": "Zen ėŖØė“œė„¼ 켜멓 ė ˆģ“ģ•„ģ›ƒė„ ź°€ģš“ė°ė”œ ė§žģ¶°ģ§€ėŠ”ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "zenMode.hideTabs": "Zen ėŖØė“œė„¼ 켜멓 ģ›Œķ¬ė²¤ģ¹˜ ķƒ­ė„ ģˆØźøøģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", "zenMode.hideStatusBar": "Zen ėŖØė“œė„¼ 켜멓 ģ›Œķ¬ė²¤ģ¹˜ ķ•˜ė‹Øģ—ģ„œ 상태 ķ‘œģ‹œģ¤„ė„ ģˆØźøøģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", "zenMode.hideActivityBar": "Zen ėŖØė“œė„¼ 켜멓 ģ›Œķ¬ė²¤ģ¹˜ģ˜ 왼쪽에 ģžˆėŠ” ģž‘ģ—… ė§‰ėŒ€ė„ ģˆØźøøģ§€\n 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", - "zenMode.restore": "ģ°½ģ“ Zen ėŖØė“œģ—ģ„œ ģ¢…ė£Œėœ 경우 Zen ėŖØė“œė”œ 복원할지 ģ œģ–“ķ•©ė‹ˆė‹¤.", - "JsonSchema.locale": "ģ‚¬ģš©ķ•  UI ģ–øģ–“ģž…ė‹ˆė‹¤." + "zenMode.restore": "ģ°½ģ“ Zen ėŖØė“œģ—ģ„œ ģ¢…ė£Œėœ 경우 Zen ėŖØė“œė”œ 복원할지 ģ œģ–“ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/main.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/main.i18n.json index f06554008e..56c6748cce 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "ķ•„ģš”ķ•œ ķŒŒģ¼ģ„ ė”œė“œķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģøķ„°ė„·ģ— ģ—°ź²°ė˜ģ§€ ģ•Šģ•˜ź±°ė‚˜ ģ—°ź²°ėœ ģ„œė²„ź°€ ģ˜¤ķ”„ė¼ģø ģƒķƒœģž…ė‹ˆė‹¤. ėøŒė¼ģš°ģ €ė„¼ 새딜 고친 후 ė‹¤ģ‹œ ģ‹œė„ķ•“ ė³“ģ„øģš”.", "loaderErrorNative": "ķ•„ģš”ķ•œ ķŒŒģ¼ģ„ ė”œė“œķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ģ‘ģš© ķ”„ė”œź·øėžØģ„ ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ—¬ ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”. 세부 정볓: {0}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/shell.i18n.json index 79ac1b1fda..4324efc7cc 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/electron-browser/window.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/window.i18n.json index dc0deb8eb7..7affa8af9b 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "실행 ģ·Øģ†Œ", "redo": "ė‹¤ģ‹œ 실행", "cut": "ģž˜ė¼ė‚“źø°", "copy": "복사", "paste": "붙여넣기", - "selectAll": "모두 ģ„ ķƒ" + "selectAll": "모두 ģ„ ķƒ", + "runningAsRoot": "{0}ģ„(넼) 루트 ģ‚¬ģš©ģžė”œ ģ‹¤ķ–‰ķ•˜ģ§€ ģ•ŠėŠ” ź²ƒģ“ ģ¢‹ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/workbench.i18n.json index de8d40eec3..e3d3aa193c 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "ź°œė°œģž", "file": "ķŒŒģ¼" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/kor/src/vs/workbench/node/extensionHostMain.i18n.json index d77e097b6e..5692932d72 100644 --- a/i18n/kor/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/kor/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "경딜 {0}ģ“(ź°€) ģœ ķšØķ•œ ķ™•ģž„ Test Runner넼 가리키지 ģ•ŠģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json index 2105771ead..e4dd677620 100644 --- a/i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/kor/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 35e112b195..1e98286bd7 100644 --- a/i18n/kor/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "PATH에 '{0}' ėŖ…ė ¹ ģ„¤ģ¹˜", "not available": "ģ“ ėŖ…ė ¹ģ€ ģ‚¬ģš©ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", "successIn": "ģ…ø ėŖ…ė ¹ '{0}'ģ“(ź°€) PATH에 ģ„¤ģ¹˜ė˜ģ—ˆģŠµė‹ˆė‹¤.", - "warnEscalation": "ģ“ģ œ Codeģ—ģ„œ 'osascript'넼 ģ‚¬ģš©ķ•˜ģ—¬ ź“€ė¦¬ģžģ—ź²Œ ģ…ø ėŖ…ė ¹ģ„ ģ„¤ģ¹˜ķ•  ź¶Œķ•œģ“ ģžˆėŠ”ģ§€ė„¼ ė¬»ģŠµė‹ˆė‹¤.", "ok": "ķ™•ģø", - "cantCreateBinFolder": "'/usr/local/bin'ģ„ ė§Œė“¤ 수 ģ—†ģŠµė‹ˆė‹¤.", "cancel2": "ģ·Øģ†Œ", + "warnEscalation": "ģ“ģ œ Codeģ—ģ„œ 'osascript'넼 ģ‚¬ģš©ķ•˜ģ—¬ ź“€ė¦¬ģžģ—ź²Œ ģ…ø ėŖ…ė ¹ģ„ ģ„¤ģ¹˜ķ•  ź¶Œķ•œģ“ ģžˆėŠ”ģ§€ė„¼ ė¬»ģŠµė‹ˆė‹¤.", + "cantCreateBinFolder": "'/usr/local/bin'ģ„ ė§Œė“¤ 수 ģ—†ģŠµė‹ˆė‹¤.", "aborted": "중단됨", "uninstall": "PATHģ—ģ„œ '{0}' ėŖ…ė ¹ 제거", "successFrom": "ģ…ø ėŖ…ė ¹ '{0}'ģ“(ź°€) PATHģ—ģ„œ ģ œź±°ė˜ģ—ˆģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index e7e010529e..9f0b852dcc 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "ģ“ģ œ `editor.accessibilitySupport` ģ„¤ģ •ģ„ 'on'으딜 ė³€ź²½ķ•©ė‹ˆė‹¤.", "openingDocs": "ģ“ģ œ VS Code 접근성 ģ„¤ėŖ…ģ„œ ķŽ˜ģ“ģ§€ė„¼ ģ—½ė‹ˆė‹¤.", "introMsg": "VS Codeģ˜ 접근성 ģ˜µģ…˜ģ„ ģ‚¬ģš©ķ•“ ģ£¼ģ…”ģ„œ ź°ģ‚¬ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index e7e7cdc921..c792171544 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "ź°œė°œģž: 키 매핑 검사" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index b945677181..cccdf295a2 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 59ea1c2066..fd911055c5 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "{0}ģ„(넼) 구문 ė¶„ģ„ķ•˜ėŠ” ė™ģ•ˆ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. {1}", "schema.openBracket": "ģ—¬ėŠ” ėŒ€ź“„ķ˜ø ė¬øģž ė˜ėŠ” ė¬øģžģ—“ ģ‹œķ€€ģŠ¤ģž…ė‹ˆė‹¤.", "schema.closeBracket": "ė‹«ėŠ” ėŒ€ź“„ķ˜ø ė¬øģž ė˜ėŠ” ė¬øģžģ—“ ģ‹œķ€€ģŠ¤ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index b945677181..5a22de0ac2 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "ź°œė°œģž: TM ė²”ģœ„ 검사", "inspectTMScopesWidget.loading": "ė”œė“œ 중..." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 1e8111e9fe..f3cf1c0ca9 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "볓기: ėÆøė‹ˆė§µ 토글" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 4b0a0af7f7..ed3151c0e6 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "다중 ģ»¤ģ„œ ķ•œģ •ģž 설정/ķ•“ģ œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 852c1e8909..cc1dd6a233 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "볓기: ģ œģ–“ ė¬øģž 토글" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 2b875500e8..1d649d1666 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "볓기: ė Œė”ė§ 공백 토글" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index d9cb9c2102..2f47ca0db2 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "볓기: ģžė™ 줄 ė°”źæˆ 설정/ķ•“ģ œ", "wordWrap.notInDiffEditor": "diff ķŽøģ§‘źø°ģ—ģ„œ ģžė™ 줄 ė°”źæˆģ„ 설정/ķ•“ģ œķ•  수 ģ—†ģŠµė‹ˆė‹¤.", "unwrapMinified": "ģ“ ķŒŒģ¼ģ— ėŒ€ķ•“ 줄 ė°”źæˆ ģ‚¬ģš© ģ•ˆ 함", diff --git a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 706c18c2e0..006b51da55 100644 --- a/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "ķ™•ģø", "wordWrapMigration.dontShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", "wordWrapMigration.openSettings": "설정 ģ—“źø°", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index d42a6ec6ec..c44238e470 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "ģ‹ģ“ true딜 계산될 경우 ģ¤‘ė‹Øķ•©ė‹ˆė‹¤. ģ ģš©ķ•˜ė ¤ė©“ 'Enter' 키넼 ėˆ„ė„“ź³  ģ·Øģ†Œķ•˜ė ¤ė©“ 'Esc' 키넼 ėˆ„ė¦…ė‹ˆė‹¤.", "breakpointWidgetAriaLabel": "ģ“ ģ”°ź±“ģ“ trueģø ź²½ģš°ģ—ė§Œ ķ”„ė”œź·øėžØģ“ ģ—¬źø°ģ„œ ģ¤‘ģ§€ė©ė‹ˆė‹¤. ģˆ˜ė½ķ•˜ė ¤ė©“ 키넼 ėˆ„ė„“ź³ , ģ·Øģ†Œķ•˜ė ¤ė©“ 키넼 ėˆ„ė„“ģ„øģš”.", "breakpointWidgetHitCountPlaceholder": "적중 횟수 ģ”°ź±“ģ“ 충씱될 경우 ģ¤‘ė‹Øķ•©ė‹ˆė‹¤. ģ ģš©ķ•˜ė ¤ė©“ 'Enter' 키넼 ėˆ„ė„“ź³  ģ·Øģ†Œķ•˜ė ¤ė©“ 'Esc' 키넼 ėˆ„ė¦…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..ae10df1c03 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "중단점 ķŽøģ§‘...", + "functionBreakpointsNotSupported": "ģ“ 디버그 ķ˜•ģ‹ģ€ ķ•Øģˆ˜ ģ¤‘ė‹Øģ ģ„ ģ§€ģ›ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "functionBreakpointPlaceholder": "중단할 ķ•Øģˆ˜", + "functionBreakPointInputAriaLabel": "ķ•Øģˆ˜ 중단점 ģž…ė „", + "breakpointDisabledHover": "ķ•“ģ œėœ 중단점", + "breakpointUnverifieddHover": "ķ™•ģøė˜ģ§€ ģ•Šģ€ 중단점", + "functionBreakpointUnsupported": "ģ“ 디버그 ķ˜•ģ‹ģ€ ķ•Øģˆ˜ ģ¤‘ė‹Øģ ģ„ ģ§€ģ›ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "breakpointDirtydHover": "ķ™•ģøė˜ģ§€ ģ•Šģ€ ģ¤‘ė‹Øģ ģž…ė‹ˆė‹¤. ķŒŒģ¼ģ“ ģˆ˜ģ •ė˜ģ—ˆģŠµė‹ˆė‹¤. 디버그 ģ„øģ…˜ģ„ ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", + "conditionalBreakpointUnsupported": "ģ“ 디버그 ķ˜•ģ‹ģ—ģ„œ ģ§€ģ›ė˜ģ§€ ģ•ŠėŠ” 씰걓부 중단점", + "hitBreakpointUnsupported": "ģ“ 디버그 ķ˜•ģ‹ģ€ 씰걓부 중단점 ģ ģ¤‘ģ„ ģ§€ģ›ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 17a439db74..340fb8c7fc 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "구성 ģ—†ģŒ", "addConfigTo": "구성 추가 ({0})...", "addConfiguration": "구성 추가..." diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index 4565e41105..e0076ee2bd 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "{0} ģ—“źø°", "launchJsonNeedsConfigurtion": "'launch.json' 구성 ė˜ėŠ” ģˆ˜ģ •", "noFolderDebugConfig": "ź³ źø‰ 디버그 źµ¬ģ„±ģ„ ģˆ˜ķ–‰ķ•˜ė ¤ė©“ 먼저 ķ“ė”ė„¼ ģ—¬ģ„øģš”.", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index e3166a31b4..b39392c134 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "디버그 ė„źµ¬ ėŖØģŒ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "디버그 ė„źµ¬ ėŖØģŒ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", + "debugToolBarBorder": "디버그 ė„źµ¬ ėŖØģŒ ķ…Œė‘ė¦¬ģƒ‰ģž…ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..ac4133d2b4 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "ź³ źø‰ 디버그 źµ¬ģ„±ģ„ ģˆ˜ķ–‰ķ•˜ė ¤ė©“ 먼저 ķ“ė”ė„¼ ģ—¬ģ„øģš”.", + "columnBreakpoint": "ģ—“ 중단점", + "debug": "디버그", + "addColumnBreakpoint": "ģ—“ 중단점 추가" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index 368c3d9c8a..61f1da8f5a 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "디버그 ģ„øģ…˜ģ“ ģ—†ėŠ” ė¦¬ģ†ŒģŠ¤ė„¼ ķ™•ģøķ•  수 ģ—†ģŒ" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "디버그 ģ„øģ…˜ģ“ ģ—†ėŠ” ė¦¬ģ†ŒģŠ¤ė„¼ ķ™•ģøķ•  수 ģ—†ģŒ", + "canNotResolveSource": "{0} ė¦¬ģ†ŒģŠ¤ė„¼ ķ™•ģøķ•  수 ģ—†ģŠµė‹ˆė‹¤. 디버그 ķ™•ģž„ģ—ģ„œ ģ‘ė‹µģ“ ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 540dd356c5..f760a5d2b8 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "디버그: 중단점 설정/ķ•“ģ œ", - "columnBreakpointAction": "디버그: ģ—“ 중단점", - "columnBreakpoint": "ģ—“ 중단점 추가", "conditionalBreakpointEditorAction": "디버그: 씰걓부 중단점 추가...", "runToCursor": "ģ»¤ģ„œź¹Œģ§€ 실행", "debugEvaluate": "디버그: ķ‰ź°€", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index 5b0b26aa0a..a2c3735960 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "ķ•“ģ œėœ 중단점", "breakpointUnverifieddHover": "ķ™•ģøė˜ģ§€ ģ•Šģ€ 중단점", "breakpointDirtydHover": "ķ™•ģøė˜ģ§€ ģ•Šģ€ ģ¤‘ė‹Øģ ģž…ė‹ˆė‹¤. ķŒŒģ¼ģ“ ģˆ˜ģ •ė˜ģ—ˆģŠµė‹ˆė‹¤. 디버그 ģ„øģ…˜ģ„ ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 753a861d41..8c2c7dab6f 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, 디버그", "debugAriaLabel": "실행할 ģ‹œģž‘ źµ¬ģ„±ģ˜ ģ“ė¦„ģ„ ģž…ė „ķ•˜ģ„øģš”.", "addConfigTo": "구성 추가 ({0})...", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index cc0d763e26..e273ee7f7f 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "디버그 구성 ģ„ ķƒ ė° ģ‹œģž‘" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 0b59989a29..1e9300e69f 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "ķ¬ģ»¤ģŠ¤ ė³€ģˆ˜", "debugFocusWatchView": "ķ¬ģ»¤ģŠ¤ ģ”°ģ‚¬ģ‹", "debugFocusCallStackView": "ķ¬ģ»¤ģŠ¤ 호출 ģŠ¤ķƒ", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index 52e183ad0e..b3af73da1f 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "ģ˜ˆģ™ø ģœ„ģ Æ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤.", "debugExceptionWidgetBackground": "ģ˜ˆģ™ø ģœ„ģ Æ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "exceptionThrownWithId": "ģ˜ˆģ™øź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. {0}", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index f69056da38..afe6b0f1c6 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "ķ“ė¦­ķ•˜ģ—¬ ģ“ė™(ģø”ė©“ģ—ģ„œ 엓려멓 Cmd 키넼 ėˆ„ė„“ź³  큓릭)", "fileLink": "ķ“ė¦­ķ•˜ģ—¬ ģ“ė™(ģø”ė©“ģ—ģ„œ 엓려멓 Ctrl 키넼 ėˆ„ė„“ź³  큓릭)" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..be79382d9e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "ķ”„ė”œź·øėžØģ“ 디버그될 ė•Œģ˜ 상태 ķ‘œģ‹œģ¤„ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "statusBarDebuggingForeground": "ķ”„ė”œź·øėžØģ“ 디버그될 ė•Œģ˜ 상태 ķ‘œģ‹œģ¤„ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", + "statusBarDebuggingBorder": "ķ”„ė”œź·øėžØ 디버깅 중 ģ‚¬ģ“ė“œė°” ė° ķŽøģ§‘źø°ģ™€ źµ¬ė¶„ķ•˜ėŠ” 상태 ķ‘œģ‹œģ¤„ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/common/debug.i18n.json index 1fd1591aa3..03d6fdf51a 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "ė‚“ė¶€ 디버그 ģ½˜ģ†”ģ˜ ė™ģž‘ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 68754cec55..cd0eeef62d 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "ģ‚¬ģš©ķ•  수 ģ—†ģŒ", "startDebugFirst": "ķ‰ź°€ķ•  디버그 ģ„øģ…˜ģ„ ģ‹œģž‘ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 6cb5f97282..57627c4e53 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "ģ•Œ 수 ģ—†ėŠ” ģ†ŒģŠ¤" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index cbbc468180..4fb7fe97ab 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "중단점 ķŽøģ§‘...", "functionBreakpointsNotSupported": "ģ“ 디버그 ķ˜•ģ‹ģ€ ķ•Øģˆ˜ ģ¤‘ė‹Øģ ģ„ ģ§€ģ›ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "functionBreakpointPlaceholder": "중단할 ķ•Øģˆ˜", diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index a01e9bbdce..10416987a4 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "호출 ģŠ¤ķƒ ģ„¹ģ…˜", "debugStopped": "{0}ģ—ģ„œ ģ¼ģ‹œ 중지됨", "callStackAriaLabel": "호출 ģŠ¤ķƒ 디버그", diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index ae09d1a8d8..cd95b0cf34 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "디버그 ķ‘œģ‹œ", "toggleDebugPanel": "디버그 ģ½˜ģ†”", "debug": "디버그", @@ -24,6 +26,6 @@ "always": "상태 ķ‘œģ‹œģ¤„ģ— 디버그 ķ•­ģƒ ķ‘œģ‹œ", "onFirstSessionStart": "디버그가 ģ²˜ģŒģœ¼ė”œ ģ‹œģž‘ėœ ķ›„ģ—ė§Œ 상태 ķ‘œģ‹œģ¤„ģ— 디버그 ķ‘œģ‹œ", "showInStatusBar": "디버그 상태 ķ‘œģ‹œģ¤„ģ„ ķ‘œģ‹œķ•  ģ‹œźø°ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", - "openDebug": "디버깅 ģ„øģ…˜ ģ‹œģž‘ ģ‹œ 디버그 ė·°ė ›ģ„ ģ—“ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "openDebug": "디버깅 ģ„øģ…˜ ģ‹œģž‘ ģ‹œģ— 디버그 볓기넼 ģ—“ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤", "launch": "ģ „ģ—­ 디버그 ģ‹œģž‘ źµ¬ģ„±ģž…ė‹ˆė‹¤. ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ ź³µģœ ė˜ėŠ” \n 'launch.json'에 ėŒ€ķ•œ ėŒ€ģ²“ė”œ ģ‚¬ģš©ė˜ģ–“ģ•¼ ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 9f3ccc2a86..e384dfc206 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "ź³ źø‰ 디버그 źµ¬ģ„±ģ„ ģˆ˜ķ–‰ķ•˜ė ¤ė©“ 먼저 ķ“ė”ė„¼ ģ—¬ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 0db91f83b2..06646e4831 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "디버그 ģ–“ėŒ‘ķ„°ė„¼ ģ ģš©ķ•©ė‹ˆė‹¤.", "vscode.extension.contributes.debuggers.type": "ģ“ 디버그 ģ–“ėŒ‘ķ„°ģ— ėŒ€ķ•œ ź³ ģœ ķ•œ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", "vscode.extension.contributes.debuggers.label": "ģ“ 디버그 ģ–“ėŒ‘ķ„°ģ— ėŒ€ķ•œ ģ“ė¦„ģ„ ķ‘œģ‹œķ•©ė‹ˆė‹¤.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json'ģ˜ ģœ ķšØģ„± 검사넼 ģœ„ķ•œ JSON ģŠ¤ķ‚¤ė§ˆ źµ¬ģ„±ģž…ė‹ˆė‹¤.", "vscode.extension.contributes.debuggers.windows": "Windows ķŠ¹ģ • 설정", "vscode.extension.contributes.debuggers.windows.runtime": "Windows에 ģ‚¬ģš©ė˜ėŠ” ėŸ°ķƒ€ģž„ģž…ė‹ˆė‹¤.", - "vscode.extension.contributes.debuggers.osx": "OS X ķŠ¹ģ • ģ„¤ģ •ģž…ė‹ˆė‹¤.", - "vscode.extension.contributes.debuggers.osx.runtime": "OSX에 ģ‚¬ģš©ė˜ėŠ” ėŸ°ķƒ€ģž„ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.debuggers.osx": "macOS ꓀련 ģ„¤ģ •ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.debuggers.osx.runtime": "macOS에 ģ‚¬ģš©ė˜ėŠ” ėŸ°ķƒ€ģž„ģž…ė‹ˆė‹¤.", "vscode.extension.contributes.debuggers.linux": "Linux ķŠ¹ģ • 설정", "vscode.extension.contributes.debuggers.linux.runtime": "Linux에 ģ‚¬ģš©ė˜ėŠ” ėŸ°ķƒ€ģž„ģž…ė‹ˆė‹¤.", "vscode.extension.contributes.breakpoints": "ģ¤‘ė‹Øģ ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "구성 ėŖ©ė”ģž…ė‹ˆė‹¤. IntelliSense넼 ģ‚¬ģš©ķ•˜ģ—¬ 새 źµ¬ģ„±ģ„ ģ¶”ź°€ķ•˜ź±°ė‚˜ 기씓 źµ¬ģ„±ģ„ ķŽøģ§‘ķ•©ė‹ˆė‹¤.", "app.launch.json.compounds": "ė³µķ•©ģ˜ ėŖ©ė”ģž…ė‹ˆė‹¤. 각 ė³µķ•©ģ€ ķ•Øź»˜ ģ‹œģž‘ė˜ėŠ” ģ—¬ėŸ¬ źµ¬ģ„±ģ„ ģ°øģ”°ķ•©ė‹ˆė‹¤.", "app.launch.json.compound.name": "ė³µķ•©ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤. 구성 ģ‹œģž‘ ė“œė”­ ė‹¤ģš“ 메뉓에 ķ‘œģ‹œė©ė‹ˆė‹¤.", + "useUniqueNames": "ź³ ģœ ķ•œ 구성 ģ“ė¦„ģ„ ģ‚¬ģš©ķ•˜ģ„øģš”.", + "app.launch.json.compound.folder": "ė³µķ•©ķ˜• ķ•­ėŖ©ģ“ ģžˆėŠ” ķ“ė”ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤.", "app.launch.json.compounds.configurations": "ģ“ ė³µķ•©ģ˜ ģ¼ė¶€ė”œ ģ‹œģž‘ė˜ėŠ” źµ¬ģ„±ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤.", "debugNoType": "디버그 ģ–“ėŒ‘ķ„° 'ķ˜•ģ‹'ģ€ ģƒėžµķ•  수 ģ—†ģœ¼ė©° 'ė¬øģžģ—“' ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "selectDebug": "ķ™˜ź²½ ģ„ ķƒ", - "DebugConfig.failed": "'.vscode' ķ“ė”({0}) 낓에 'launch.json' ķŒŒģ¼ģ„ ė§Œė“¤ 수 ģ—†ģŠµė‹ˆė‹¤." + "DebugConfig.failed": "'.vscode' ķ“ė”({0}) 낓에 'launch.json' ķŒŒģ¼ģ„ ė§Œė“¤ 수 ģ—†ģŠµė‹ˆė‹¤.", + "workspace": "ģž‘ģ—… ģ˜ģ—­", + "user settings": "ģ‚¬ģš©ģž 설정" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index 417d69fddd..c75ee2d9e7 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "중단점 제거", "removeBreakpointOnColumn": "{0} ģ—“ģ—ģ„œ 중단점 제거", "removeLineBreakpoint": "줄 중단점 제거", diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index d3aec002fe..f08b324648 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "가리키기 디버그" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index dd7daafffa..e952e7b200 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "ģ“ ź°œģ²“ģ— ėŒ€ķ•œ źø°ė³ø ź°’ė§Œ ķ‘œģ‹œė©ė‹ˆė‹¤.", "debuggingPaused": "디버그가 ģ¼ģ‹œ ģ¤‘ģ§€ė˜ģ—ˆģŠµė‹ˆė‹¤. ģ“ģœ  {0}, {1} {2}", "debuggingStarted": "디버그가 ģ‹œģž‘ė˜ģ—ˆģŠµė‹ˆė‹¤.", @@ -11,9 +13,12 @@ "breakpointAdded": "ķŒŒģ¼ {1}, 줄 {0}에 ģ¤‘ė‹Øģ ģ“ ģ¶”ź°€ė˜ģ—ˆģŠµė‹ˆė‹¤.", "breakpointRemoved": "ķŒŒģ¼ {1}, 줄 {0}ģ—ģ„œ ģ¤‘ė‹Øģ ģ“ ģ œź±°ė˜ģ—ˆģŠµė‹ˆė‹¤.", "compoundMustHaveConfigurations": "ģ—¬ėŸ¬ źµ¬ģ„±ģ„ ģ‹œģž‘ķ•˜ė ¤ė©“ 복합에 \"configurations\" ķŠ¹ģ„± ģ§‘ķ•©ģ“ ģžˆģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "noConfigurationNameInWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ ģ‹œģž‘ 구성 '{0}'ģ„(넼) ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", + "multipleConfigurationNamesInWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ— ģ‹œģž‘ 구성 '{0}'ģ“(ź°€) ģ—¬ėŸ¬ 개 ģžˆģŠµė‹ˆė‹¤. ķ“ė” ģ“ė¦„ģ„ ģ‚¬ģš©ķ•˜ģ—¬ źµ¬ģ„±ģ„ ķ•œģ •ķ•˜ģ„øģš”.", + "noFolderWithName": "ė³µķ•©ķ˜• '{2}'ģ˜ 구성 '{1}'에 ėŒ€ķ•“ ģ“ė¦„ģ“ '{0}'ģø ķ“ė”ė„¼ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", "configMissing": "'{0}' źµ¬ģ„±ģ“ 'launch.json'에 ģ—†ģŠµė‹ˆė‹¤.", "launchJsonDoesNotExist": "'launch.json'ģ“ ģ—†ģŠµė‹ˆė‹¤.", - "debugRequestNotSupported": "ģ„ ķƒķ•œ 디버그 źµ¬ģ„±ģ—ģ„œ ķŠ¹ģ„± '{0}'에 ģ§€ģ›ė˜ģ§€ ģ•ŠėŠ” ź°’ '{1}'ģ“(ź°€) ģžˆģŠµė‹ˆė‹¤.", + "debugRequestNotSupported": "'{0}' ķŠ¹ģ„±ģ—ėŠ” ģ„ ķƒķ•œ 디버그 źµ¬ģ„±ģ—ģ„œ ģ§€ģ›ė˜ģ§€ ģ•ŠėŠ” ź°’ '{1}'ģ“(ź°€) ģžˆģŠµė‹ˆė‹¤.", "debugRequesMissing": "ģ„ ķƒķ•œ 디버그 구성에 ķŠ¹ģ„± '{0}'ģ“(ź°€) ģ—†ģŠµė‹ˆė‹¤.", "debugTypeNotSupported": "źµ¬ģ„±ėœ 디버그 ķ˜•ģ‹ '{0}'ģ€(ėŠ”) ģ§€ģ›ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", "debugTypeMissing": "ģ„ ķƒķ•œ ģ‹œģž‘ 구성에 ėŒ€ķ•œ 'type' ģ†ģ„±ģ“ ģ—†ģŠµė‹ˆė‹¤.", @@ -21,8 +26,9 @@ "preLaunchTaskErrors": "preLaunchTask '{0}' ģ§„ķ–‰ 중에 ė¹Œė“œ ģ˜¤ė„˜ź°€ ź°ģ§€ė˜ģ—ˆģŠµė‹ˆė‹¤.", "preLaunchTaskError": "preLaunchTask '{0}' ģ§„ķ–‰ 중에 ė¹Œė“œ ģ˜¤ė„˜ź°€ ź°ģ§€ė˜ģ—ˆģŠµė‹ˆė‹¤.", "preLaunchTaskExitCode": "preLaunchTask '{0}'ģ“(ź°€) {1} ģ¢…ė£Œ ģ½”ė“œģ™€ ķ•Øź»˜ ģ¢…ė£Œė˜ģ—ˆģŠµė‹ˆė‹¤.", + "showErrors": "오넘 ķ‘œģ‹œ", "noFolderWorkspaceDebugError": "ķ™œģ„± ķŒŒģ¼ģ€ 디버그할 수 ģ—†ģŠµė‹ˆė‹¤. ģ“ ķŒŒģ¼ģ“ ė””ģŠ¤ķ¬ģ— ģ €ģž„ė˜ģ–“ ģžˆź³  핓당 ķŒŒģ¼ ķ˜•ģ‹ģ— ėŒ€ķ•œ 디버그 ķ™•ģž„ģ“ ģ„¤ģ¹˜ė˜ģ–“ ģžˆėŠ”ģ§€ ķ™•ģøķ•˜ģ„øģš”.", - "NewLaunchConfig": "ģ‘ģš© ķ”„ė”œź·øėžØģ— ģ‚¬ģš©ķ•  구성 ģ‹œģž‘ ķŒŒģ¼ģ„ ģ„¤ģ •ķ•˜ģ„øģš”. {0}", + "cancel": "ģ·Øģ†Œ", "DebugTaskNotFound": "preLaunchTask '{0}'ģ„(넼) ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", "taskNotTracked": "PreLaunchTask '{0}'ģ„(넼) 추적할 수 ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index 73e4a8a8e0..e04ad0e5bc 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index b890a7946e..1096d2d4b9 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index 0477024ab5..f13ec2c3a4 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "ź°’ 복사", + "copyAsExpression": "ģ‹ģœ¼ė”œ 복사", "copy": "복사", "copyAll": "모두 복사", "copyStackTrace": "호출 ģŠ¤ķƒ 복사" diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 93df23a18f..68e2452b64 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "추가 정볓", "unableToLaunchDebugAdapter": "'{0}'ģ—ģ„œ 디버그 ģ–“ėŒ‘ķ„°ė„¼ ģ‹œģž‘ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", "unableToLaunchDebugAdapterNoArgs": "디버그 ģ–“ėŒ‘ķ„°ė„¼ ģ‹œģž‘ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 80a61ce682..33acf89139 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "ģ½źø° ķ‰ź°€ ģøģ‡„ 루프 ķŒØė„", "actions.repl.historyPrevious": "źø°ė” ģ“ģ „", "actions.repl.historyNext": "źø°ė” ė‹¤ģŒ", diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 80b0d2b310..f6720216ef 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "개첓 ģƒķƒœėŠ” 첫 ė²ˆģž¬ ķ‰ź°€ģ—ģ„œ ģŗ”ģ²˜ė©ė‹ˆė‹¤.", "replVariableAriaLabel": "{0} ė³€ģˆ˜ģ— {1} ź°’ģ“ ģžˆģŠµė‹ˆė‹¤. ģ½źø° ķ‰ź°€ ģøģ‡„ 루프, 디버그", "replExpressionAriaLabel": "{0} ģ‹ģ— {1} ź°’ģ“ ģžˆģŠµė‹ˆė‹¤. ģ½źø° ķ‰ź°€ ģøģ‡„ 루프, 디버그", diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 86af02695e..be79382d9e 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "ķ”„ė”œź·øėžØģ“ 디버그될 ė•Œģ˜ 상태 ķ‘œģ‹œģ¤„ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", "statusBarDebuggingForeground": "ķ”„ė”œź·øėžØģ“ 디버그될 ė•Œģ˜ 상태 ķ‘œģ‹œģ¤„ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤.", "statusBarDebuggingBorder": "ķ”„ė”œź·øėžØ 디버깅 중 ģ‚¬ģ“ė“œė°” ė° ķŽøģ§‘źø°ģ™€ źµ¬ė¶„ķ•˜ėŠ” 상태 ķ‘œģ‹œģ¤„ ķ…Œė‘ė¦¬ ģƒ‰ģž…ė‹ˆė‹¤. 상태 ķ‘œģ‹œģ¤„ģ€ ģ°½ģ˜ ė§Ø ģ•„ėž˜ģ— ķ‘œģ‹œė©ė‹ˆė‹¤." diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 0530d6e333..f3b0613b79 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "디버기", - "debug.terminal.not.available.error": "통합 ķ„°ėÆøė„ģ„ ģ‚¬ģš©ķ•  수 ģ—†ģŠµė‹ˆė‹¤." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "디버기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index 2cf5079371..52580e69a4 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "ė³€ģˆ˜ ģ„¹ģ…˜", "variablesAriaTreeLabel": "ė³€ģˆ˜ 디버그", "variableValueAriaLabel": "새 ė³€ģˆ˜ ź°’ ģž…ė „", diff --git a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index c15eef2040..6972442459 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "ģ‹ ģ„¹ģ…˜", "watchAriaTreeLabel": "ģ”°ģ‚¬ģ‹ 디버그", "watchExpressionPlaceholder": "씰사할 ģ‹", diff --git a/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index c5ed858c98..bc208cb181 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "디버그 ģ–“ėŒ‘ķ„° 실행 ķŒŒģ¼ '{0}'ģ“(ź°€) ģ—†ģŠµė‹ˆė‹¤.", "debugAdapterCannotDetermineExecutable": "디버그 ģ–“ėŒ‘ķ„° '{0}'에 ėŒ€ķ•œ 실행 ķŒŒģ¼ģ„ ķ™•ģøķ•  수 ģ—†ģŠµė‹ˆė‹¤.", "launch.config.comment1": "IntelliSense넼 ģ‚¬ģš©ķ•˜ģ—¬ ź°€ėŠ„ķ•œ ķŠ¹ģ„±ģ— ėŒ€ķ•“ ģ•Œģ•„ė³“ģ„øģš”.", diff --git a/i18n/kor/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index fb442421ba..c1924803e2 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Emmet ėŖ…ė ¹ ķ‘œģ‹œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 82d5698f1e..d03de96cb4 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index 12f82e199c..250e134ecd 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index 5323baf8c0..92497c1966 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 15be0c84d9..6085983d21 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: 약얓 ķ™•ģž„" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 2255914bed..403894b5f3 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index 83a77e6988..75b2b9a52e 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index 161537077b..66d57e180e 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 9de599d6db..bde9f9a4a1 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index d694fdaa5d..1b3dac0409 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index ce90cf1c91..2cbca97d86 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index d700fca47b..816e4fead2 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 47d9fb3423..866ab024d7 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 4cf87429ce..0b75214849 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 00369305a0..e696553eaa 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index d86b2ec66c..9efe5648a0 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index cc42700efc..4176c1e139 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index 82d5698f1e..d03de96cb4 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index 739aa4ea53..452415695b 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index 5323baf8c0..92497c1966 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index 15be0c84d9..837f25cc0f 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index 2255914bed..403894b5f3 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index 83a77e6988..75b2b9a52e 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index 161537077b..66d57e180e 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index 9de599d6db..bde9f9a4a1 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index d694fdaa5d..1b3dac0409 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index ce90cf1c91..2cbca97d86 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index d700fca47b..816e4fead2 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index 47d9fb3423..866ab024d7 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index 4cf87429ce..0b75214849 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index 00369305a0..e696553eaa 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index d86b2ec66c..9efe5648a0 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index b4ba4df288..17994ced7d 100644 --- a/i18n/kor/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 50730f4407..eff59e19d9 100644 --- a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "외부 터미널", "explorer.openInTerminalKind": "실행할 터미널 ģ¢…ė„˜ė„¼ ģ‚¬ģš©ģž ģ§€ģ •ķ•©ė‹ˆė‹¤.", "terminal.external.windowsExec": "Windowsģ—ģ„œ 실행할 ķ„°ėÆøė„ģ„ ģ‚¬ģš©ģž ģ§€ģ •ķ•©ė‹ˆė‹¤.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "새 ėŖ…ė ¹ ķ”„ė”¬ķ”„ķŠø ģ—“źø°", "globalConsoleActionMacLinux": "새 터미널 ģ—“źø°", "scopedConsoleActionWin": "ėŖ…ė ¹ ķ”„ė”¬ķ”„ķŠøģ—ģ„œ ģ—“źø°", - "scopedConsoleActionMacLinux": "ķ„°ėÆøė„ģ—ģ„œ ģ—“źø°", - "openFolderInIntegratedTerminal": "ķ„°ėÆøė„ģ—ģ„œ ģ—“źø°" + "scopedConsoleActionMacLinux": "ķ„°ėÆøė„ģ—ģ„œ ģ—“źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 563087d2f5..575d81a4ee 100644 --- a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 6aec17c613..691d697b0f 100644 --- a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "VS Code ģ½˜ģ†”", "mac.terminal.script.failed": "스크립트 '{0}'ģ“(ź°€) ģ‹¤ķŒØķ–ˆģŠµė‹ˆė‹¤(ģ¢…ė£Œ ģ½”ė“œ: {1}).", "mac.terminal.type.not.supported": "'{0}'ģ“(ź°€) ģ§€ģ›ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 1d9370c72b..4b419b7cb3 100644 --- a/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 5553273dba..0eb91ffc29 100644 --- a/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index 287d93cf20..991877658a 100644 --- a/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/kor/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 49ededf88a..b4a3efd175 100644 --- a/i18n/kor/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 4dbc6dc86d..88c8fb70b4 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "오넘", "Unknown Dependency": "ģ•Œ 수 ģ—†ėŠ” ģ¢…ģ†ģ„±:" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 863a81f423..e7f5a7f10f 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "ķ™•ģž„ ģ“ė¦„", "extension id": "ķ™•ģž„ ID", "preview": "미리 볓기", + "builtin": "źø°ė³ø 제공", "publisher": "ź²Œģ‹œģž ģ“ė¦„", "install count": "ģ„¤ģ¹˜ 수", "rating": "등급", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "ģ“ė¦„", "view location": "ģœ„ģ¹˜", + "localizations": "지역화({0})", + "localizations language id": "ģ–øģ–“ ID", + "localizations language name": "ģ–øģ–“ ģ“ė¦„", + "localizations localized language name": "ģ–øģ–“ ģ“ė¦„(지역화됨)", "colorThemes": "ģƒ‰ ķ…Œė§ˆ({0})", "iconThemes": "ģ•„ģ“ģ½˜ ķ…Œė§ˆ({0})", "colors": "ģƒ‰({0})", @@ -39,6 +46,8 @@ "defaultLight": "ė°ź²Œ źø°ė³øź°’", "defaultHC": "ź³ ėŒ€ė¹„ źø°ė³øź°’", "JSON Validation": "JSON ģœ ķšØģ„± 검사({0})", + "fileMatch": "ķŒŒģ¼ ģ¼ģ¹˜", + "schema": "ģŠ¤ķ‚¤ė§ˆ", "commands": "ėŖ…ė ¹({0})", "command name": "ģ“ė¦„", "keyboard shortcuts": "ė°”ė”œ 가기 키(&&K)", diff --git a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 68a9c95c95..7acb89b217 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "ģˆ˜ė™ģœ¼ė”œ ė‹¤ģš“ė”œė“œ", + "install vsix": "ė‹¤ģš“ė”œė“œķ•˜ź³  ė‚˜ė©“ ė‹¤ģš“ė”œė“œķ•œ '{0}'ģ˜ VSIX넼 ģˆ˜ė™ģœ¼ė”œ ģ„¤ģ¹˜ķ•˜ģ„øģš”.", "installAction": "ģ„¤ģ¹˜", "installing": "ģ„¤ģ¹˜ 중", + "failedToInstall": "'{0}'ģ„(넼) ģ„¤ģ¹˜ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", "uninstallAction": "제거", "Uninstalling": "ģ œź±°ķ•˜ėŠ” 중", "updateAction": "ģ—…ė°ģ“ķŠø", "updateTo": "{0}(으)딜 ģ—…ė°ģ“ķŠø", + "failedToUpdate": "'{0}'ģ„(넼) ģ—…ė°ģ“ķŠøķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", "ManageExtensionAction.uninstallingTooltip": "ģ œź±°ķ•˜ėŠ” 중", "enableForWorkspaceAction": "ģ‚¬ģš©(ģž‘ģ—… ģ˜ģ—­)", "enableGloballyAction": "ģ‚¬ģš©", @@ -36,6 +42,7 @@ "showInstalledExtensions": "ģ„¤ģ¹˜ėœ ķ™•ģž„ ķ‘œģ‹œ", "showDisabledExtensions": "ģ‚¬ģš©ķ•  수 ģ—†ėŠ” ķ™•ģž„ ķ‘œģ‹œ", "clearExtensionsInput": "ķ™•ģž„ ģž…ė „ ģ§€ģš°źø°", + "showBuiltInExtensions": "źø°ė³ø 제공 ķ™•ģž„ ķ‘œģ‹œ", "showOutdatedExtensions": "만료된 ķ™•ģž„ ķ‘œģ‹œ", "showPopularExtensions": "ģžģ£¼ ģ‚¬ģš©ė˜ėŠ” ķ™•ģž„ ķ‘œģ‹œ", "showRecommendedExtensions": "ź¶Œģž„ė˜ėŠ” ķ™•ģž„ ķ‘œģ‹œ", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "'.vscode' ķ“ė”({0}) 낓에 'extensions.json' ķŒŒģ¼ģ„ ė§Œė“¤ 수 ģ—†ģŠµė‹ˆė‹¤.", "configureWorkspaceRecommendedExtensions": "ź¶Œģž„ ķ™•ģž„ 구성(ģž‘ģ—… ģ˜ģ—­)", "configureWorkspaceFolderRecommendedExtensions": "ź¶Œģž„ ķ™•ģž„ 구성(ģž‘ģ—… ģ˜ģ—­ ķ“ė”)", - "builtin": "źø°ė³ø 제공", + "malicious tooltip": "ģ“ ķ™•ģž„ģ€ ė¬øģ œź°€ ģžˆė‹¤ź³  ė³“ź³ ė˜ģ—ˆģŠµė‹ˆė‹¤.", + "malicious": "악성", "disableAll": "ģ„¤ģ¹˜ėœ ėŖØė“  ķ™•ģž„ ģ‚¬ģš© ģ•ˆ 함", "disableAllWorkspace": "ģ“ ģž‘ģ—… ģ˜ģ—­ģ— ėŒ€ķ•“ ģ„¤ģ¹˜ėœ ėŖØė“  ķ™•ģž„ ģ‚¬ģš© ģ•ˆ 함", - "enableAll": "ģ„¤ģ¹˜ėœ ėŖØė“  ķ™•ģž„ ģ‚¬ģš©", - "enableAllWorkspace": "ģ“ ģž‘ģ—… ģ˜ģ—­ģ— ėŒ€ķ•“ ģ„¤ģ¹˜ėœ ėŖØė“  ķ™•ģž„ ģ‚¬ģš©", + "enableAll": "ėŖØė“  ķ™•ģž„ ģ‚¬ģš©", + "enableAllWorkspace": "ģ“ ģž‘ģ—… ģ˜ģ—­ģ— ėŒ€ķ•“ ėŖØė“  ķ™•ģž„ ģ‚¬ģš©", + "openExtensionsFolder": "Extensions ķ“ė” ģ—“źø°", + "installVSIX": "VSIXģ—ģ„œ ģ„¤ģ¹˜...", + "installFromVSIX": "VSIXģ—ģ„œ ģ„¤ģ¹˜", + "installButton": "ģ„¤ģ¹˜(&&I)", + "InstallVSIXAction.success": "ķ™•ģž„ģ“ ģ„¤ģ¹˜ė˜ģ—ˆģŠµė‹ˆė‹¤. ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•˜ė ¤ė©“ ė‹¤ģ‹œ ė”œė“œķ•˜ģ„øģš”.", + "InstallVSIXAction.reloadNow": "ģ§€źøˆ ė‹¤ģ‹œ ė”œė“œ", + "reinstall": "ķ™•ģž„ ė‹¤ģ‹œ ģ„¤ģ¹˜...", + "selectExtension": "ė‹¤ģ‹œ ģ„¤ģ¹˜ķ•  ķ™•ģž„ ģ„ ķƒ", + "ReinstallAction.success": "ķ™•ģž„ģ“ ģ„¤ģ¹˜ė˜ģ—ˆģŠµė‹ˆė‹¤.", + "ReinstallAction.reloadNow": "ģ§€źøˆ ė‹¤ģ‹œ ė”œė“œ", "extensionButtonProminentBackground": "ėˆˆģ— ģž˜ ė„ėŠ” ģž‘ģ—… ķ™•ģž„ģ˜ 단추 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤(예: ģ„¤ģ¹˜ 단추).", "extensionButtonProminentForeground": "ėˆˆģ— ģž˜ ė„ėŠ” ģž‘ģ—… ķ™•ģž„ģ˜ 단추 ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤(예: ģ„¤ģ¹˜ 단추).", "extensionButtonProminentHoverBackground": "ėˆˆģ— ģž˜ ė„ėŠ” ģž‘ģ—… ķ™•ģž„ģ˜ 단추 ė°°ź²½ ģ»¤ģ„œ 올리기 ģƒ‰ģž…ė‹ˆė‹¤(예: ģ„¤ģ¹˜ 단추)." diff --git a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index b2d929577a..b856fc38cd 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 7003b25314..305da45513 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "ķ™•ģž„ģ„ ź“€ė¦¬ķ•˜ė ¤ė©“ 키넼 ėˆ„ė„“ģ„øģš”.", "notfound": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ģ—ģ„œ '{0}' ķ™•ģž„ģ„ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", "install": "Marketplaceģ—ģ„œ '{0}'ģ„(넼) ģ„¤ģ¹˜ķ•˜ė ¤ė©“ 키넼 ėˆ„ė„“ģ„øģš”.", diff --git a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index a428c8145d..86cd80c193 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "{0}ėŖ…ģ˜ ģ‚¬ģš©ģžź°€ ė“±źø‰ģ„ 매김", "ratedBySingleUser": "1ėŖ…ģ˜ ģ‚¬ģš©ģžź°€ ė“±źø‰ģ„ 매김" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index 63e54099fe..1ea177d11e 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "ķ™•ģž„", "app.extensions.json.recommendations": "ķ™•ģž„ ź¶Œģž„ ėŖ©ė”ģž…ė‹ˆė‹¤. ķ™•ģž„ģ˜ ģ‹ė³„ģžėŠ” ķ•­ģƒ '${publisher}.${name}'ģž…ė‹ˆė‹¤. 예: 'vscode.csharp'", "app.extension.identifier.errorMessage": "ķ•„ģš”ķ•œ ķ˜•ģ‹ģ€ '${publisher}.${name}'ģž…ė‹ˆė‹¤. 예: 'vscode.csharp'" diff --git a/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index f0735eb55a..2bf9c14746 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "ķ™•ģž„: {0}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index e0b45ad88d..c79a6cd0be 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "ķ™•ģž„ ķ”„ė”œķŒŒģ¼ė§", + "restart2": "ķ™•ģž„ģ„ ķ”„ė”œķŒŒģ¼ė§ķ•˜ė ¤ė©“ ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ ķ•©ė‹ˆė‹¤. ģ§€źøˆ '{0}'ģ„(넼) ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", + "restart3": "ė‹¤ģ‹œ ģ‹œģž‘", + "cancel": "ģ·Øģ†Œ", "selectAndStartDebug": "ķ”„ė”œķŒŒģ¼ė§ģ„ ģ¤‘ģ§€ķ•˜ė ¤ė©“ ķ“ė¦­ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index 3b5fdb0caa..f7178fda43 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", + "searchMarketplace": "Marketplace ź²€ģƒ‰", + "showLanguagePackExtensions": "Marketplace에 VS Code넼 '{0}' 딜캘딜 ģ§€ģ—­ķ™”ķ•˜ėŠ” ė° ģœ ģš©ķ•œ ķ™•ģž„ģ“ ģžˆģŠµė‹ˆė‹¤.", + "dynamicWorkspaceRecommendation": "ģ“ ķ™•ģž„ģ€ {0} ė¦¬ķ¬ģ§€ķ† ė¦¬ģ˜ ģ‚¬ģš©ģžė“¤ģ—ź²Œ ģøźø°ź°€ ģžˆģœ¼ėÆ€ė”œ ź“€ģ‹¬ģ„ ź°€ģ§ˆ ė§Œķ•©ė‹ˆė‹¤.", + "exeBasedRecommendation": "{0}ģ“(ź°€) ģ„¤ģ¹˜ė˜ģ–“ ģžˆģœ¼ėÆ€ė”œ ģ“ ķ™•ģž„ģ„ ź¶Œģž„ķ•©ė‹ˆė‹¤.", "fileBasedRecommendation": "ģµœź·¼ģ— ģ—° ķŒŒģ¼ģ„ 기반으딜 ķ™•ģž„ģ“ ź¶Œģž„ė©ė‹ˆė‹¤.", "workspaceRecommendation": "ģ“ ķ™•ģž„ģ€ ķ˜„ģž¬ ģž‘ģ—… ģ˜ģ—­ ģ‚¬ģš©ģžź°€ ź¶Œģž„ķ•©ė‹ˆė‹¤.", - "exeBasedRecommendation": "{0}ģ“(ź°€) ģ„¤ģ¹˜ė˜ģ–“ ģžˆģœ¼ėÆ€ė”œ ģ“ ķ™•ģž„ģ„ ź¶Œģž„ķ•©ė‹ˆė‹¤.", "reallyRecommended2": "ģ“ ķŒŒģ¼ ķ˜•ģ‹ģ— ėŒ€ķ•“ '{0}' ķ™•ģž„ģ“ ź¶Œģž„ė©ė‹ˆė‹¤.", "reallyRecommendedExtensionPack": "ģ“ ķŒŒģ¼ ķ˜•ģ‹ģ— ėŒ€ķ•“ '{0}' ķ™•ģž„ ķŒ©ģ“ ź¶Œģž„ė©ė‹ˆė‹¤.", "showRecommendations": "ź¶Œģž„ 사항 ķ‘œģ‹œ", "install": "ģ„¤ģ¹˜", - "neverShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", - "close": "ė‹«źø°", + "showLanguageExtensions": "Marketplace에 '.{0}' ķŒŒģ¼ģ“ ģ§€ģ›ė˜ėŠ” ķ™•ģž„ģ“ ģžˆģŠµė‹ˆė‹¤.", "workspaceRecommended": "ģ“ ģž‘ģ—… ģ˜ģ—­ģ— ķ™•ģž„ ź¶Œģž„ ģ‚¬ķ•­ģ“ ģžˆģŠµė‹ˆė‹¤.", "installAll": "모두 ģ„¤ģ¹˜", "ignoreExtensionRecommendations": "ķ™•ģž„ ź¶Œģž„ ģ‚¬ķ•­ģ„ 모두 ė¬“ģ‹œķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "ignoreAll": "예, 모두 ė¬“ģ‹œ", - "no": "ģ•„ė‹ˆģš”", - "cancel": "ģ·Øģ†Œ" + "no": "ģ•„ė‹ˆģš”" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 8dcad97c6a..6150aece44 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "ķ™•ģž„ ꓀리", "galleryExtensionsCommands": "갤러리 ķ™•ģž„ ģ„¤ģ¹˜", "extension": "ķ™•ģž„", @@ -13,5 +15,6 @@ "developer": "ź°œė°œģž", "extensionsConfigurationTitle": "ķ™•ģž„", "extensionsAutoUpdate": "ģžė™ģœ¼ė”œ ķ™•ģž„ ģ—…ė°ģ“ķŠø", - "extensionsIgnoreRecommendations": "True딜 ģ„¤ģ •ķ•˜ėŠ” 경우 ķ™•ģž„ ź¶Œģž„ 사항에 ėŒ€ķ•œ ģ•Œė¦¼ ķ‘œģ‹œź°€ ģ¤‘ģ§€ė©ė‹ˆė‹¤." + "extensionsIgnoreRecommendations": "True딜 ģ„¤ģ •ķ•˜ėŠ” 경우 ķ™•ģž„ ź¶Œģž„ 사항에 ėŒ€ķ•œ ģ•Œė¦¼ ķ‘œģ‹œź°€ ģ¤‘ģ§€ė©ė‹ˆė‹¤.", + "extensionsShowRecommendationsOnlyOnDemand": "True딜 ģ„¤ģ •ķ•˜ėŠ” 경우 ģ‚¬ģš©ģžź°€ ķŠ¹ė³„ķžˆ ģš”ģ²­ķ•˜ėŠ” ź²½ģš°ź°€ ģ•„ė‹ˆė©“ ź¶Œģž„ ģ‚¬ķ•­ģ„ ź°€ģ øģ˜¤ź±°ė‚˜ ķ‘œģ‹œķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index eecb0d0e89..005cd85404 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "Extensions ķ“ė” ģ—“źø°", "installVSIX": "VSIXģ—ģ„œ ģ„¤ģ¹˜...", "installFromVSIX": "VSIXģ—ģ„œ ģ„¤ģ¹˜", "installButton": "ģ„¤ģ¹˜(&&I)", - "InstallVSIXAction.success": "ķ™•ģž„ģ“ ģ„¤ģ¹˜ė˜ģ—ˆģŠµė‹ˆė‹¤. ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•˜ė ¤ė©“ ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ„øģš”.", "InstallVSIXAction.reloadNow": "ģ§€źøˆ ė‹¤ģ‹œ ė”œė“œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index f2a02a3a9f..ba1919114d 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "키 ė°”ģøė”© ź°„ ģ¶©ėŒģ„ ķ”¼ķ•˜źø° ģœ„ķ•“ 다넸 키 ė§µ({0})ģ„ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ• ź¹Œģš”?", "yes": "예", "no": "ģ•„ė‹ˆģš”", "betterMergeDisabled": "Better Merge ķ™•ģž„ģ“ ģ“ģ œ ė¹Œė“œė˜ģ—ˆģŠµė‹ˆė‹¤. ģ„¤ģ¹˜ėœ ķ™•ģž„ģ€ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ė˜ģ—ˆģœ¼ė©° ģ œź±°ķ•  수 ģžˆģŠµė‹ˆė‹¤.", - "uninstall": "제거", - "later": "ė‚˜ģ¤‘ģ—" + "uninstall": "제거" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index 119dd7c1b8..d1db8393ee 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤", "installedExtensions": "ģ„¤ģ¹˜ėØ", "searchInstalledExtensions": "ģ„¤ģ¹˜ėØ", "recommendedExtensions": "ź¶Œģž„", "otherRecommendedExtensions": "źø°ķƒ€ ź¶Œģž„ 사항", "workspaceRecommendedExtensions": "ģž‘ģ—… ģ˜ģ—­ ź¶Œģž„ 사항", + "builtInExtensions": "źø°ė³ø 제공", "searchExtensions": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ģ—ģ„œ ķ™•ģž„ ź²€ģƒ‰", "sort by installs": "ģ •ė ¬ 기준: ģ„¤ģ¹˜ 수", "sort by rating": "ģ •ė ¬ 기준: 등급", "sort by name": "ģ •ė ¬ 기준: ģ“ė¦„", "suggestProxyError": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ģ—ģ„œ 'ECONNREFUSED'넼 ė°˜ķ™˜ķ–ˆģŠµė‹ˆė‹¤. 'http.proxy' ģ„¤ģ •ģ„ ķ™•ģøķ•˜ģ„øģš”.", "extensions": "ķ™•ģž„", - "outdatedExtensions": "{0}ź°œģ˜ 만료된 ķ™•ģž„" + "outdatedExtensions": "{0}ź°œģ˜ 만료된 ķ™•ģž„", + "malicious warning": "ė¬øģ œź°€ ģžˆė‹¤ź³  볓고된 '{0}'ģ„(넼) ģ œź±°ķ–ˆģŠµė‹ˆė‹¤.", + "reloadNow": "ģ§€źøˆ ė‹¤ģ‹œ ė”œė“œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index f3fa9bb342..f618c9ec81 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "ķ™•ģž„", "no extensions found": "ķ™•ģž„ģ„ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", "suggestProxyError": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ģ—ģ„œ 'ECONNREFUSED'넼 ė°˜ķ™˜ķ–ˆģŠµė‹ˆė‹¤. 'http.proxy' ģ„¤ģ •ģ„ ķ™•ģøķ•˜ģ„øģš”." diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 86d18d9fce..5550ecfe4c 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index 0496d738c0..9368e68a07 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "ģ‹œģž‘ ģ‹œ ķ™œģ„±ķ™”ėØ", "workspaceContainsGlobActivation": "{0}ź³¼(와) ģ¼ģ¹˜ķ•˜ėŠ” ķŒŒģ¼ģ“ ģž‘ģ—… ģ˜ģ—­ģ— ģžˆģœ¼ėÆ€ė”œ ķ™œģ„±ķ™”ėØ", "workspaceContainsFileActivation": "{0} ķŒŒģ¼ģ“ ģž‘ģ—… ģ˜ģ—­ģ— ģžˆģœ¼ėÆ€ė”œ ķ™œģ„±ķ™”ėØ", diff --git a/i18n/kor/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/kor/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index eaf3875981..faa804b8f0 100644 --- a/i18n/kor/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "VSIXģ—ģ„œ ķ™•ģž„ģ„ ģ„¤ģ¹˜ķ•˜ėŠ” 중...", + "malicious": "ģ“ ķ™•ģž„ģ€ ė¬øģ œź°€ ģžˆė‹¤ź³  ė³“ź³ ė˜ģ—ˆģŠµė‹ˆė‹¤.", + "installingMarketPlaceExtension": "Marketplaceģ—ģ„œ ķ™•ģž„ģ„ ģ„¤ģ¹˜ķ•˜ėŠ” 중...", + "uninstallingExtension": "ķ™•ģž„ģ„ ģ œź±°ķ•˜ėŠ” 중....", "enableDependeciesConfirmation": "'{0}'ģ„(넼) ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•˜ė©“ ģ¢…ģ†ģ„±ė„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ė©ė‹ˆė‹¤. ź³„ģ†ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "enable": "예", "doNotEnable": "ģ•„ė‹ˆģš”", diff --git a/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..7d0ea28b52 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "ģ›Œķ¬ė²¤ģ¹˜", + "feedbackVisibility": "ģ›Œķ¬ė²¤ģ¹˜ģ˜ ģ•„ėž˜ģŖ½ģ— ģžˆėŠ” 상태 ķ‘œģ‹œģ¤„ģ— Twitter ķ”¼ė“œė°±(ģŠ¤ė§ˆģ¼ 기호)ģ˜ ķ‘œģ‹œ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index 556069ee38..647dced351 100644 --- a/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Tweet ķ”¼ė“œė°±", "label.sendASmile": "ķ”¼ė“œė°±ģ„ ķŠøģœ—ķ•˜ģ„øģš”.", "patchedVersion1": "ģ„¤ģ¹˜ź°€ ģ†ģƒė˜ģ—ˆģŠµė‹ˆė‹¤.", @@ -16,6 +18,7 @@ "request a missing feature": "ėˆ„ė½ėœ 기늄 ģš”ģ²­", "tell us why?": "ģ“ģœ ė„¼ ģ•Œė ¤ ģ£¼ģ„øģš”.", "commentsHeader": "설명", + "showFeedback": "상태 ķ‘œģ‹œģ¤„ģ— ķ”¼ė“œė°± ģŠ¤ė§ˆģ¼ 기호 ķ‘œģ‹œ", "tweet": "Tweet", "character left": "ė‚Øģ€ ė¬øģž", "characters left": "ė‚Øģ€ ė¬øģž", diff --git a/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..46e84266b0 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "숨기기" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index e04008b37e..3883df8ed5 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "ģ“ģ§„ ķŒŒģ¼ ė·°ģ–“" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 980f9779d6..2684761bca 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "ķ…ģŠ¤ķŠø ķŒŒģ¼ ķŽøģ§‘źø°", "createFile": "ķŒŒģ¼ ė§Œė“¤źø°", "fileEditorWithInputAriaLabel": "{0}. ķ…ģŠ¤ķŠø ķŒŒģ¼ ķŽøģ§‘źø°ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 11ed628ff5..aee51ef9cf 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 70dd816932..cc00330708 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json index b962da52ed..ab4ce2ea4f 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index f77f75c501..900f4e653b 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 64e3a748c1..7f94e9bc57 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 6cf353ae71..4c8e6414d5 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 639701925b..5057040521 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index 89eb88bfbf..a15d827d96 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index e98c63b21c..d911618df6 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index 249d7018e6..80f25e521f 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index cb51b565b3..a339bec9fc 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 54e2599b3f..58f2f38ae1 100644 --- a/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index 92d4ab06aa..149b4b26c8 100644 --- a/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "ģ €ģž„ė˜ģ§€ ģ•Šģ€ ķŒŒģ¼ 1개", "dirtyFiles": "{0}ź°œģ˜ ģ €ģž„ė˜ģ§€ ģ•Šģ€ ķŒŒģ¼" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 11ed628ff5..e82deb4de4 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "ķ“ė”" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 70dd816932..e4b10afaef 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "ķŒŒģ¼", "revealInSideBar": "ģ„øė”œ ė§‰ėŒ€ģ— ķ‘œģ‹œ", "acceptLocalChanges": "ė³€ź²½ģ„ ģ ģš©ķ•˜ź³  ė””ģŠ¤ķ¬ ģ½˜ķ…ģø  ė®ģ–“ģ“°źø°", - "revertLocalChanges": "변경 ė‚“ģš©ģ„ ģ·Øģ†Œķ•˜ź³  ė””ģŠ¤ķ¬ģ˜ ģ½˜ķ…ģø ė”œ ė˜ėŒė¦¬źø°" + "revertLocalChanges": "변경 ė‚“ģš©ģ„ ģ·Øģ†Œķ•˜ź³  ė””ģŠ¤ķ¬ģ˜ ģ½˜ķ…ģø ė”œ ė˜ėŒė¦¬źø°", + "copyPathOfActive": "ķ™œģ„± ķŒŒģ¼ģ˜ 경딜 복사", + "saveAllInGroup": "ź·øė£¹ģ˜ ėŖØė“  ķ•­ėŖ© ģ €ģž„", + "saveFiles": "ķŒŒģ¼ 모두 ģ €ģž„", + "revert": "ķŒŒģ¼ ė˜ėŒė¦¬źø°", + "compareActiveWithSaved": "ķ™œģ„± ķŒŒģ¼ģ„ ģ €ģž„ėœ ķŒŒģ¼ź³¼ 비교", + "closeEditor": "ķŽøģ§‘źø° ė‹«źø°", + "view": "볓기", + "openToSide": "ģø”ė©“ģ—ģ„œ ģ—“źø°", + "revealInWindows": "ķƒģƒ‰źø°ģ— ķ‘œģ‹œ", + "revealInMac": "Finder에 ķ‘œģ‹œ", + "openContainer": "ģƒģœ„ ķ“ė” ģ—“źø°", + "copyPath": "경딜 복사", + "saveAll": "모두 ģ €ģž„", + "compareWithSaved": "ģ €ģž„ėœ ķ•­ėŖ©ź³¼ 비교", + "compareWithSelected": "ģ„ ķƒķ•œ ķ•­ėŖ©ź³¼ 비교", + "compareSource": "비교넼 ģœ„ķ•“ ģ„ ķƒ", + "compareSelected": "ģ„ ķƒ ķ•­ėŖ© 비교", + "close": "ė‹«źø°", + "closeOthers": "źø°ķƒ€ ķ•­ėŖ© ė‹«źø°", + "closeSaved": "ģ €ģž„ėœ ķ•­ėŖ© ė‹«źø°", + "closeAll": "모두 ė‹«źø°", + "deleteFile": "ģ˜źµ¬ķžˆ ģ‚­ģ œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 87d00a4c77..145445d648 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "ė‹¤ģ‹œ ģ‹œė„", - "rename": "ģ“ė¦„ 바꾸기", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "새 ķŒŒģ¼", "newFolder": "새 ķ“ė”", - "openFolderFirst": "ģ•ˆģ— ķŒŒģ¼ģ“ė‚˜ ķ“ė”ė„¼ ė§Œė“¤ė ¤ė©“ 먼저 ķ“ė”ė„¼ ģ—½ė‹ˆė‹¤.", + "rename": "ģ“ė¦„ 바꾸기", + "delete": "ģ‚­ģ œ", + "copyFile": "복사", + "pasteFile": "붙여넣기", + "retry": "ė‹¤ģ‹œ ģ‹œė„", "newUntitledFile": "ģ œėŖ©ģ“ ģ—†ėŠ” 새 ķŒŒģ¼", "createNewFile": "새 ķŒŒģ¼", "createNewFolder": "새 ķ“ė”", "deleteButtonLabelRecycleBin": "ķœ“ģ§€ķ†µģœ¼ė”œ ģ“ė™(&&M)", "deleteButtonLabelTrash": "ķœ“ģ§€ķ†µģœ¼ė”œ ģ“ė™(&&M)", "deleteButtonLabel": "ģ‚­ģ œ(&&D)", + "dirtyMessageFilesDelete": "ģ €ģž„ė˜ģ§€ ģ•Šģ€ 변경 ė‚“ģš©ģ“ ģžˆėŠ” ķŒŒģ¼ģ„ ģ‚­ģ œķ•˜ė ¤ź³  ķ•©ė‹ˆė‹¤. ź³„ģ†ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "dirtyMessageFolderOneDelete": "1개 ķŒŒģ¼ģ— ģ €ģž„ė˜ģ§€ ģ•Šģ€ 변경 ė‚“ģš©ģ“ ģžˆėŠ” ķ“ė”ė„¼ ģ‚­ģ œķ•˜ė ¤ź³  ķ•©ė‹ˆė‹¤. ź³„ģ†ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "dirtyMessageFolderDelete": "{0}개 ķŒŒģ¼ģ— ģ €ģž„ė˜ģ§€ ģ•Šģ€ 변경 ė‚“ģš©ģ“ ģžˆėŠ” ķ“ė”ė„¼ ģ‚­ģ œķ•˜ė ¤ź³  ķ•©ė‹ˆė‹¤. ź³„ģ†ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "dirtyMessageFileDelete": "ģ €ģž„ė˜ģ§€ ģ•Šģ€ 변경 ė‚“ģš©ģ“ ģžˆėŠ” ķŒŒģ¼ģ„ ģ‚­ģ œķ•˜ė ¤ź³  ķ•©ė‹ˆė‹¤. ź³„ģ†ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "dirtyWarning": "변경 ė‚“ģš©ģ„ ģ €ģž„ķ•˜ģ§€ ģ•Šģ€ 경우 변경 ė‚“ģš©ģ“ ģ†ģ‹¤ė©ė‹ˆė‹¤.", + "confirmMoveTrashMessageMultiple": "ė‹¤ģŒ {0}개 ķŒŒģ¼ģ„ ģ‚­ģ œķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "confirmMoveTrashMessageFolder": "'{0}'ź³¼(와) 핓당 ė‚“ģš©ģ„ ģ‚­ģ œķ• ź¹Œģš”?", "confirmMoveTrashMessageFile": "'{0}'ģ„(넼) ģ‚­ģ œķ• ź¹Œģš”?", "undoBin": "ķœ“ģ§€ķ†µģ—ģ„œ 복원할 수 ģžˆģŠµė‹ˆė‹¤.", "undoTrash": "ķœ“ģ§€ķ†µģ—ģ„œ 복원할 수 ģžˆģŠµė‹ˆė‹¤.", "doNotAskAgain": "ģ“ ė©”ģ‹œģ§€ė„¼ ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", + "confirmDeleteMessageMultiple": "ė‹¤ģŒ {0}개 ķŒŒģ¼ģ„ ģ˜źµ¬ķžˆ ģ‚­ģ œķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "confirmDeleteMessageFolder": "'{0}'ź³¼(와) 핓당 ė‚“ģš©ģ„ ģ˜źµ¬ķžˆ ģ‚­ģ œķ• ź¹Œģš”?", "confirmDeleteMessageFile": "'{0}'ģ„(넼) ģ˜źµ¬ķžˆ ģ‚­ģ œķ• ź¹Œģš”?", "irreversible": "ģ“ ģž‘ģ—…ģ€ ģ·Øģ†Œķ•  수 ģ—†ģŠµė‹ˆė‹¤.", + "cancel": "ģ·Øģ†Œ", "permDelete": "ģ˜źµ¬ķžˆ ģ‚­ģ œ", - "delete": "ģ‚­ģ œ", "importFiles": "ķŒŒģ¼ ź°€ģ øģ˜¤źø°", "confirmOverwrite": "ģ“ė¦„ģ“ ź°™ģ€ ķŒŒģ¼ ė˜ėŠ” ķ“ė”ź°€ ėŒ€ģƒ ķ“ė”ģ— ģ“ėÆø ģžˆģŠµė‹ˆė‹¤. ė®ģ–“ģ“øź¹Œģš”?", "replaceButtonLabel": "바꾸기(&&R)", - "copyFile": "복사", - "pasteFile": "붙여넣기", + "fileIsAncestor": "붙여 ė„£ģ„ ķŒŒģ¼ģ“ ėŒ€ģƒ ķ“ė”ģ˜ ģƒģœ„ ķ•­ėŖ©ģž…ė‹ˆė‹¤.", + "fileDeleted": "ź·øė™ģ•ˆ 붙여 ė„£ģ„ ķŒŒģ¼ģ“ ģ‚­ģ œė˜ź±°ė‚˜ ģ“ė™ė˜ģ—ˆģŠµė‹ˆė‹¤.", "duplicateFile": "중복", - "openToSide": "ģø”ė©“ģ—ģ„œ ģ—“źø°", - "compareSource": "비교넼 ģœ„ķ•“ ģ„ ķƒ", "globalCompareFile": "ķ™œģ„± ķŒŒģ¼ģ„ ė‹¤ģŒź³¼ 비교...", "openFileToCompare": "첫 번째 ķŒŒģ¼ģ„ ģ—“ģ–“ģ„œ 다넸 ķŒŒģ¼ź³¼ ė¹„źµķ•©ė‹ˆė‹¤.", - "compareWith": "'{0}'ź³¼(와) '{1}' 비교", - "compareFiles": "ķŒŒģ¼ 비교", "refresh": "새딜 고침", - "save": "ģ €ģž„", - "saveAs": "다넸 ģ“ė¦„ģœ¼ė”œ ģ €ģž„...", - "saveAll": "모두 ģ €ģž„", "saveAllInGroup": "ź·øė£¹ģ˜ ėŖØė“  ķ•­ėŖ© ģ €ģž„", - "saveFiles": "ķŒŒģ¼ 모두 ģ €ģž„", - "revert": "ķŒŒģ¼ ė˜ėŒė¦¬źø°", "focusOpenEditors": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° 뷰에 ķ¬ģ»¤ģŠ¤", "focusFilesExplorer": "ķŒŒģ¼ ķƒģƒ‰źø°ģ— ķ¬ģ»¤ģŠ¤", "showInExplorer": "ģ„øė”œ ė§‰ėŒ€ģ—ģ„œ ķ™œģ„± ķŒŒģ¼ ķ‘œģ‹œ", @@ -56,20 +54,11 @@ "refreshExplorer": "ķƒģƒ‰źø° 새딜 고침", "openFileInNewWindow": "새 ģ°½ģ—ģ„œ ķ™œģ„± ķŒŒģ¼ ģ—“źø°", "openFileToShowInNewWindow": "먼저 ķŒŒģ¼ ķ•œ 개넼 새 ģ°½ģ—ģ„œ ģ—½ė‹ˆė‹¤.", - "revealInWindows": "ķƒģƒ‰źø°ģ— ķ‘œģ‹œ", - "revealInMac": "Finder에 ķ‘œģ‹œ", - "openContainer": "ģƒģœ„ ķ“ė” ģ—“źø°", - "revealActiveFileInWindows": "Windows ķƒģƒ‰źø°ģ— ķ™œģ„± ķŒŒģ¼ ķ‘œģ‹œ", - "revealActiveFileInMac": "Finder에 ķ™œģ„± ķŒŒģ¼ ķ‘œģ‹œ", - "openActiveFileContainer": "ķ™œģ„± ķŒŒģ¼ģ˜ ģƒģœ„ ķ“ė” ģ—“źø°", "copyPath": "경딜 복사", - "copyPathOfActive": "ķ™œģ„± ķŒŒģ¼ģ˜ 경딜 복사", "emptyFileNameError": "ķŒŒģ¼ ė˜ėŠ” ķ“ė” ģ“ė¦„ģ„ ģž…ė „ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", "fileNameExistsError": "ķŒŒģ¼ ė˜ėŠ” ķ“ė” **{0}**ģ“(ź°€) ģ“ ģœ„ģ¹˜ģ— ģ“ėÆø ģžˆģŠµė‹ˆė‹¤. 다넸 ģ“ė¦„ģ„ ģ„ ķƒķ•˜ģ„øģš”.", "invalidFileNameError": "**{0}**(ģ“)ė¼ėŠ” ģ“ė¦„ģ€ ķŒŒģ¼ ė˜ėŠ” ķ“ė” ģ“ė¦„ģœ¼ė”œ ģ˜¬ė°”ė„“ģ§€ ģ•ŠģŠµė‹ˆė‹¤. 다넸 ģ“ė¦„ģ„ ģ„ ķƒķ•˜ģ„øģš”.", "filePathTooLongError": "**{0}**(ģ“)ė¼ėŠ” ģ“ė¦„ģ„ ģ‚¬ģš©ķ•˜ė©“ ź²½ė”œź°€ ė„ˆė¬“ źøøģ–“ģ§‘ė‹ˆė‹¤. ģ§§ģ€ ģ“ė¦„ģ„ ģ„ ķƒķ•˜ģ„øģš”.", - "compareWithSaved": "ķ™œģ„± ķŒŒģ¼ģ„ ģ €ģž„ėœ ķŒŒģ¼ź³¼ 비교", - "modifiedLabel": "{0}(ė””ģŠ¤ķ¬) ↔ {1}", "compareWithClipboard": "ķ“ė¦½ė³“ė“œģ™€ ķ™œģ„± ķŒŒģ¼ 비교", "clipboardComparisonLabel": "ķ“ė¦½ė³“ė“œ ↔ {0}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index f77f75c501..a66ab0d6a6 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "첫 번째 ķŒŒģ¼ģ„ ģ—“ģ–“ģ„œ 경딜넼 ė³µģ‚¬ķ•©ė‹ˆė‹¤.", - "openFileToReveal": "첫 번째 ķŒŒģ¼ģ„ ģ—“ģ–“ģ„œ ė‚˜ķƒ€ėƒ…ė‹ˆė‹¤." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "ķƒģƒ‰źø°ģ— ķ‘œģ‹œ", + "revealInMac": "Finder에 ķ‘œģ‹œ", + "openContainer": "ģƒģœ„ ķ“ė” ģ—“źø°", + "saveAs": "다넸 ģ“ė¦„ģœ¼ė”œ ģ €ģž„...", + "save": "ģ €ģž„", + "saveAll": "모두 ģ €ģž„", + "removeFolderFromWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ ķ“ė” ģ‚­ģ œ", + "genericRevertError": "'{0}' ė˜ėŒė¦¬źø° ģ‹¤ķŒØ: {1}", + "modifiedLabel": "{0}(ė””ģŠ¤ķ¬) ↔ {1}", + "openFileToReveal": "첫 번째 ķŒŒģ¼ģ„ ģ—“ģ–“ģ„œ ė‚˜ķƒ€ėƒ…ė‹ˆė‹¤.", + "openFileToCopy": "첫 번째 ķŒŒģ¼ģ„ ģ—“ģ–“ģ„œ 경딜넼 ė³µģ‚¬ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 64e3a748c1..0a41bfb9e2 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "ķƒģƒ‰źø° ķ‘œģ‹œ", "explore": "ķƒģƒ‰źø°", "view": "볓기", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "ķŽøģ§‘źø°", "formatOnSave": "ķŒŒģ¼ ģ €ģž„ ģ‹œ ģ„œģ‹ģ„ ģ§€ģ •ķ•©ė‹ˆė‹¤. ķ¬ė§·ķ„°ė„¼ ģ‚¬ģš©ķ•  수 ģžˆģ–“ģ•¼ ķ•˜ė©°, ķŒŒģ¼ģ“ ģžė™ģœ¼ė”œ ģ €ģž„ė˜ģ§€ ģ•Šģ•„ģ•¼ ķ•˜ź³ , ķŽøģ§‘źø°ź°€ ģ¢…ė£Œė˜ģ§€ ģ•Šģ•„ģ•¼ ķ•©ė‹ˆė‹¤.", "explorerConfigurationTitle": "ķŒŒģ¼ ķƒģƒ‰źø°", - "openEditorsVisible": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° 창에 ķ‘œģ‹œė˜ėŠ” ķŽøģ§‘źø° ģˆ˜ģž…ė‹ˆė‹¤. ģ°½ģ„ 숨기려멓 0으딜 ģ„¤ģ •ķ•©ė‹ˆė‹¤.", - "dynamicHeight": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° ģ„¹ģ…˜ģ˜ ė†’ģ“ź°€ ģš”ģ†Œ ģˆ˜ģ— ė”°ė¼ ė™ģ ģœ¼ė”œ ģ”°ģ •ė˜ėŠ”ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "openEditorsVisible": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° 창에 ķ‘œģ‹œė˜ėŠ” ķŽøģ§‘źø° ģˆ˜ģž…ė‹ˆė‹¤.", "autoReveal": "ķƒģƒ‰źø°ģ—ģ„œ ķŒŒģ¼ģ„ ģ—“ ė•Œ ģžė™ģœ¼ė”œ ķ‘œģ‹œķ•˜ź³  ģ„ ķƒķ• ģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", "enableDragAndDrop": "ķƒģƒ‰źø°ģ—ģ„œ ėŒģ–“ģ„œ 놓기넼 ķ†µķ•œ ķŒŒģ¼ ė° ķ“ė” ģ“ė™ģ„ ķ—ˆģš©ķ•˜ėŠ”ģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", "confirmDragAndDrop": "ėŒģ–“ģ„œ 놓기넼 ģ‚¬ģš©ķ•˜ģ—¬ ķŒŒģ¼ ė° ķ“ė”ė„¼ ģ“ė™ķ•˜źø° ģœ„ķ•“ ķƒģƒ‰źø°ģ—ģ„œ ķ™•ģøģ„ ģš”ģ²­ķ•“ģ•¼ ķ•˜ėŠ”ģ§€ ģ œģ–“ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 6cf353ae71..2a9b32a5da 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "오넸쪽 ķŽøģ§‘źø° ė„źµ¬ ėŖØģŒģ˜ ģž‘ģ—…ģ„ ģ‚¬ģš©ķ•˜ģ—¬ 변경 ė‚“ģš©ģ„ **실행 ģ·Øģ†Œ**ķ•˜ź±°ė‚˜ ė””ģŠ¤ķ¬ģ˜ ģ½˜ķ…ģø ė„¼ 변경 ė‚“ģš©ģœ¼ė”œ **ė®ģ–“ģ“°źø°**", - "discard": "ģ‚­ģ œ", - "overwrite": "ė®ģ–“ģ“°źø°", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "ķŽøģ§‘źø° ė„źµ¬ ėŖØģŒģ˜ ģž‘ģ—…ģ„ ģ‚¬ģš©ķ•˜ģ—¬ 변경 ė‚“ģš©ģ„ 실행 ģ·Øģ†Œķ•˜ź±°ė‚˜ ė””ģŠ¤ķ¬ģ˜ ģ½˜ķ…ģø ė„¼ 변경 ė‚“ģš©ģœ¼ė”œ ė®ģ–“ģ“°ģ„øģš”.", + "staleSaveError": "'{0}'ģ„(넼) ģ €ģž„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ė””ģŠ¤ķ¬ģ˜ ė‚“ģš©ģ“ ģµœģ‹  ė²„ģ „ģž…ė‹ˆė‹¤. ė²„ģ „ģ„ ė””ģŠ¤ķ¬ģ— ģžˆėŠ” 버전과 ė¹„źµķ•˜ķ•˜ģ„øģš”.", "retry": "ė‹¤ģ‹œ ģ‹œė„", - "readonlySaveError": "'{0}'ģ„(넼) ģ €ģž„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ķŒŒģ¼ģ“ ģ“°źø° ė³“ķ˜øė˜ģ–“ ģžˆģŠµė‹ˆė‹¤. 볓호넼 ģ œź±°ķ•˜ė ¤ė©“ 'ė®ģ–“ģ“°źø°'넼 ģ„ ķƒķ•˜ģ„øģš”.", + "discard": "ģ‚­ģ œ", + "readonlySaveErrorAdmin": "'{0}' ģ €ģž„ ģ‹¤ķŒØ: ķŒŒģ¼ģ“ ģ“°źø° ė³“ķ˜øė˜ģ–“ ģžˆģŠµė‹ˆė‹¤. ź“€ė¦¬ģžė”œ ė‹¤ģ‹œ ģ‹œė„ķ•˜ė ¤ė©“ 'ź“€ė¦¬ģžė”œ ė®ģ–“ģ“°źø°'넼 ģ„ ķƒķ•˜ģ„øģš”.", + "readonlySaveError": "'{0}' ģ €ģž„ ģ‹¤ķŒØ: ķŒŒģ¼ģ“ ģ“°źø° ė³“ķ˜øė˜ģ–“ ģžˆģŠµė‹ˆė‹¤. 볓호넼 ģ œź±°ķ•˜ė ¤ė©“ 'ė®ģ–“ģ“°źø°'넼 ģ„ ķƒķ•˜ģ„øģš”.", + "permissionDeniedSaveError": "ģ €ģž„ ģ‹¤ķŒØ '{0}': ź¶Œķ•œ 부씱. ź“€ė¦¬ģžė”œ ė‹¤ģ‹œ ģ‹œė„ķ•˜ė ¤ė©“ 'ź“€ė¦¬ģžė”œ ė‹¤ģ‹œ ģ‹œė„'넼 ģ„ ķƒķ•˜ģ„øģš”.", "genericSaveError": "'{0}'ģ„(넼) ģ €ģž„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. {1}", - "staleSaveError": "'{0}'ģ„(넼) ģ €ģž„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. ė””ģŠ¤ķ¬ģ˜ ė‚“ģš©ģ“ ģµœģ‹  ė²„ģ „ģž…ė‹ˆė‹¤. ė²„ģ „ģ„ ė””ģŠ¤ķ¬ģ— ģžˆėŠ” 버전과 ė¹„źµķ•˜ė ¤ė©“ **비교**넼 ķ“ė¦­ķ•˜ģ„øģš”.", + "learnMore": "ģžģ„øķ•œ 정볓", + "dontShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", "compareChanges": "비교", - "saveConflictDiffLabel": "{0}(ė””ģŠ¤ķ¬ģ— ģžˆģŒ) ↔ {1}({2}에 ģžˆģŒ) - ģ €ģž„ ģ¶©ėŒ ķ•“ź²°" + "saveConflictDiffLabel": "{0}(ė””ģŠ¤ķ¬ģ— ģžˆģŒ) ↔ {1}({2}에 ģžˆģŒ) - ģ €ģž„ ģ¶©ėŒ ķ•“ź²°", + "overwriteElevated": "ź“€ė¦¬ģžė”œ ė®ģ–“ģ“°źø°...", + "saveElevated": "ź“€ė¦¬ģžė”œ ė‹¤ģ‹œ ģ‹œė„...", + "overwrite": "ė®ģ–“ģ“°źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index 639701925b..fe68725633 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "엓린 ķ“ė” ģ—†ģŒ", "explorerSection": "ķŒŒģ¼ ķƒģƒ‰źø° ģ„¹ģ…˜", "noWorkspaceHelp": "ģž‘ģ—… ģ˜ģ—­ģ— 아직 ķ“ė”ė„¼ ģ¶”ź°€ķ•˜ģ§€ ģ•Šģ•˜ģŠµė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index 89eb88bfbf..6d3a68f70c 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "ķƒģƒ‰źø°", - "canNotResolve": "ģž‘ģ—… ģ˜ģ—­ ķ“ė”ė„¼ ķ™•ģøķ•  수 ģ—†ģŠµė‹ˆė‹¤." + "canNotResolve": "ģž‘ģ—… ģ˜ģ—­ ķ“ė”ė„¼ ķ™•ģøķ•  수 ģ—†ģŠµė‹ˆė‹¤.", + "symbolicLlink": "ė°”ė”œ 가기 링크" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index e98c63b21c..6fd16556c9 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "ķŒŒģ¼ ķƒģƒ‰źø° ģ„¹ģ…˜", "treeAriaLabel": "ķŒŒģ¼ ķƒģƒ‰źø°" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index 249d7018e6..8417c022a7 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "ķŒŒģ¼ ģ“ė¦„ģ„ ģž…ė „ķ•©ė‹ˆė‹¤. ķ™•ģøķ•˜ė ¤ė©“ Enter 키넼 ėˆ„ė„“ź³ , ģ·Øģ†Œķ•˜ė ¤ė©“ Esc 키넼 ėˆ„ė¦…ė‹ˆė‹¤.", + "constructedPath": "**{1}**에 {0} ė§Œė“¤źø°", "filesExplorerViewerAriaLabel": "{0}, ķŒŒģ¼ ķƒģƒ‰źø°", "dropFolders": "ģž‘ģ—… ģ˜ģ—­ģ— ķ“ė”ė„¼ ģ¶”ź°€ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "dropFolder": "ģž‘ģ—… ģ˜ģ—­ģ— ķ“ė”ė„¼ ģ¶”ź°€ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "addFolders": "ķ“ė” 추가(&&A)", "addFolder": "ķ“ė” 추가(&&A)", + "confirmMultiMove": "ė‹¤ģŒ {0}개 ķŒŒģ¼ģ„ ģ“ė™ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "confirmMove": "'{0}'ģ„(넼) ģ“ė™ķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", "doNotAskAgain": "ģ“ ė©”ģ‹œģ§€ė„¼ ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", "moveButtonLabel": "ģ“ė™(&&M)", diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index 56030126c9..aaf8f21464 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø°", "openEditosrSection": "ģ—“ė ¤ ģžˆėŠ” ķŽøģ§‘źø° ģ„¹ģ…˜", - "dirtyCounter": "{0}ģ“(ź°€) ģ €ģž„ė˜ģ§€ ģ•ŠģŒ", - "saveAll": "모두 ģ €ģž„", - "closeAllUnmodified": "ėÆøģˆ˜ģ • ķ•­ėŖ© ė‹«źø°", - "closeAll": "모두 ė‹«źø°", - "compareWithSaved": "ģ €ģž„ėœ ķ•­ėŖ©ź³¼ 비교", - "close": "ė‹«źø°", - "closeOthers": "źø°ķƒ€ ķ•­ėŖ© ė‹«źø°" + "dirtyCounter": "{0}ģ“(ź°€) ģ €ģž„ė˜ģ§€ ģ•ŠģŒ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 4946bd4745..935d3e2b0b 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index fc8466fc1d..c14ec73333 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json index 4e6b5f36ec..5f599bc3fd 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index 1c160903b8..a43b14d26a 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 42da3e6435..8e660cdc01 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index 4117cf9dbe..d252530f3a 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index 6f7a24d7bc..b1e222ccea 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index c6c35150c4..a10509da24 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index faeaf8b3bc..b24a973a61 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index 800bb049a5..a6cd54f786 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index 45fc86e0c6..a427cc21ed 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index a4b0bdaad9..0375863ef3 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index 42c89e1acf..f64882a737 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index b7f45319cb..fa426e790d 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/kor/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index c86dd10d31..f773a4dad5 100644 --- a/i18n/kor/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index 3128ce3434..b103591775 100644 --- a/i18n/kor/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/kor/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index 257e82a752..797ac8574f 100644 --- a/i18n/kor/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/kor/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index 06ad0299d4..102df21b52 100644 --- a/i18n/kor/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/kor/src/vs/workbench/parts/git/node/git.lib.i18n.json index 3845e66fd4..a8bf77b1f0 100644 --- a/i18n/kor/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 80f801db54..49e0eb772a 100644 --- a/i18n/kor/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "Html 미리 볓기", - "devtools.webview": "ź°œė°œģž: Webview ė„źµ¬" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "Html 미리 볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/kor/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index dc32c16757..a563a7a816 100644 --- a/i18n/kor/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "ģž˜ėŖ»ėœ ķŽøģ§‘źø° ģž…ė „ģž…ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..736ee8d14d --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "ź°œė°œģž" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/kor/src/vs/workbench/parts/html/browser/webview.i18n.json index fc0ecfdc6c..dbddc6cc20 100644 --- a/i18n/kor/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/kor/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..34691d594b --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "ķŒŒģøė“œ ģœ„ģ Æ ķ¬ģ»¤ģŠ¤", + "openToolsLabel": "Webview ź°œė°œģž ė„źµ¬ ģ—“źø°", + "refreshWebviewLabel": "Webview ė‹¤ģ‹œ ė”œė“œ" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..e5cf72eebf --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "ģ‚¬ģš©ķ•  UI ģ–øģ–“ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations": "ķŽøģ§‘źø°ģ— 지역화넼 ģ ģš©ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.languageId": "ķ‘œģ‹œ ė¬øģžģ—“ģ“ ė²ˆģ—­ė˜ėŠ” ģ–øģ–“ģ˜ IDģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.languageName": "ģ˜ģ–“ė”œ 된 ģ–øģ–“ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.languageNameLocalized": "적용된 ģ–øģ–“ė”œ 된 ģ–øģ–“ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations": "핓당 언얓에 ģ—°ź²°ėœ ė²ˆģ—­ ėŖ©ė”ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations.id": "ģ“ ė³€ķ™˜ģ“ ģ ģš©ė˜ėŠ” VS Code ė˜ėŠ” ķ™•ģž„ģ˜ IDģž…ė‹ˆė‹¤. VS Codeģ˜ IDėŠ” ķ•­ģƒ `vscode`ģ“ź³  ķ™•ģž„ģ˜ IDėŠ” `publisherId.extensionName` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations.id.pattern": "IDėŠ” VS Code넼 ė³€ķ™˜ķ•˜ź±°ė‚˜ ķ™•ģž„ģ„ ė³€ķ™˜ķ•˜ėŠ” 경우 각각 `vscode` ė˜ėŠ” `publisherId.extensionName` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.localizations.translations.path": "언얓에 ėŒ€ķ•œ ė³€ķ™˜ģ„ ķ¬ķ•Øķ•˜ėŠ” ķŒŒģ¼ģ˜ ģƒėŒ€ ź²½ė”œģž…ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/kor/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..2d80c26227 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "ģ–øģ–“ 구성", + "displayLanguage": "VSCodeģ˜ ķ‘œģ‹œ 언얓넼 ģ •ģ˜ķ•©ė‹ˆė‹¤.", + "doc": "ģ§€ģ›ė˜ėŠ” ģ–øģ–“ ėŖ©ė”ģ€ {0} ģ„(넼) ģ°øģ”°ķ•˜ģ„øģš”.", + "restart": "ź°’ģ„ ė³€ź²½ķ•˜ė ¤ė©“ VSCode넼 ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", + "fail.createSettings": "{0}'({1})ģ„(넼) ė§Œė“¤ 수 ģ—†ģŠµė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..4808781c1d --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "딜그(ė©”ģø)", + "sharedLog": "딜그(공유)", + "rendererLog": "딜그(ģ°½)", + "extensionsLog": "딜그(ķ™•ģž„ 호스트)", + "developer": "ź°œė°œģž" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/kor/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..73dc5b58f2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "딜그 ķ“ė” ģ—“źø°", + "showLogs": "딜그 ķ‘œģ‹œ...", + "rendererProcess": "ģ°½({0})", + "emptyWindow": "ģ°½", + "extensionHost": "ķ™•ģž„ 호스트", + "sharedProcess": "공유", + "mainProcess": "źø°ė³ø", + "selectProcess": "ķ”„ė”œģ„øģŠ¤ģ— ėŒ€ķ•œ 딜그 ģ„ ķƒ", + "openLogFile": "딜그 ķŒŒģ¼ ģ—“źø°...", + "setLogLevel": "딜그 ģˆ˜ģ¤€ 설정...", + "trace": "Trace", + "debug": "디버그", + "info": "정볓", + "warn": "경고", + "err": "오넘", + "critical": "Critical", + "off": "Off", + "selectLogLevel": "딜그 ģˆ˜ģ¤€ ģ„ ķƒ", + "default and current": "źø°ė³øź°’ ė° ķ˜„ģž¬", + "default": "źø°ė³øź°’", + "current": "ķ˜„ģž¬" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/kor/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 8c66b17877..87122042a7 100644 --- a/i18n/kor/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "문제", "tooltip.1": "ģ“ ķŒŒģ¼ģ˜ 문제 1개", "tooltip.N": "ģ“ ķŒŒģ¼ģ˜ 문제 {0}개", diff --git a/i18n/kor/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/kor/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index ce74fbfe7d..2386d555f8 100644 --- a/i18n/kor/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "ģ“ {0}개 문제", "filteredProblems": "{1}개 중 {0}개 문제 ķ‘œģ‹œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/kor/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..2386d555f8 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "ģ“ {0}개 문제", + "filteredProblems": "{1}개 중 {0}개 문제 ķ‘œģ‹œ" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/kor/src/vs/workbench/parts/markers/common/messages.i18n.json index f9e867de14..5ff38663f1 100644 --- a/i18n/kor/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "볓기", - "problems.view.toggle.label": "설정/ķ•“ģ œ 문제", - "problems.view.focus.label": "ķ¬ģ»¤ģŠ¤ 문제", + "problems.view.toggle.label": "문제 토글(오넘, 경고, 정볓)", + "problems.view.focus.label": "ķ¬ģ»¤ģŠ¤ 문제(오넘, 경고, 정볓)", "problems.panel.configuration.title": "문제 볓기", "problems.panel.configuration.autoreveal": "문제 볓기넼 ģ—“ ė•Œ 문제 볓기에 ģžė™ģœ¼ė”œ ķŒŒģ¼ģ“ ķ‘œģ‹œė˜ģ–“ģ•¼ ķ•˜ėŠ”ģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", "markers.panel.title.problems": "문제", diff --git a/i18n/kor/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/kor/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 2ab565a78c..63815a3929 100644 --- a/i18n/kor/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "복사", "copyMarkerMessage": "ė©”ģ‹œģ§€ 복사" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 9cc54c77a3..07a31c4656 100644 --- a/i18n/kor/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index 8596cd47f8..d34056d0a0 100644 --- a/i18n/kor/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.i18n.json index 4b65365203..c226c52b58 100644 --- a/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "출렄 설정/ķ•“ģ œ", "clearOutput": "출렄 ė‚“ģš© ģ§€ģš°źø°", "toggleOutputScrollLock": "출렄 스크딤 ģž źøˆ 설정/ķ•“ģ œ", diff --git a/i18n/kor/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/kor/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 82df447d89..154beffb8d 100644 --- a/i18n/kor/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, 출렄 ķŒØė„", "outputPanelAriaLabel": "출렄 ķŒØė„" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/kor/src/vs/workbench/parts/output/common/output.i18n.json index 260eb76e37..a3bd9f96cd 100644 --- a/i18n/kor/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..22dda76b34 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "출렄", + "logViewer": "딜그 ķ‘œģ‹œźø°", + "viewCategory": "볓기", + "clearOutput.label": "출렄 ė‚“ģš© ģ§€ģš°źø°" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/kor/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..0a7573ff0e --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - 출렄", + "channel": "'{0}'에 ėŒ€ķ•œ 출렄 채널" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index d0885df525..47aec6b814 100644 --- a/i18n/kor/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/kor/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index d0885df525..5582b88e5c 100644 --- a/i18n/kor/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "ķ”„ė”œķ•„ģ„ ė§Œė“¤ģ—ˆģŠµė‹ˆė‹¤.", "prof.detail": "문제넼 ė°œģƒģ‹œķ‚¤ź³  ė‹¤ģŒ ķŒŒģ¼ģ„ ģˆ˜ė™ģœ¼ė”œ ģ²Øė¶€ķ•˜ģ„øģš”.\n{0}", "prof.restartAndFileIssue": "문제 ė§Œė“¤źø° ė° ė‹¤ģ‹œ ģ‹œģž‘", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 4a2bff216e..ab44775b96 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "ģ›ķ•˜ėŠ” 키 ģ”°ķ•©ģ„ ėˆ„ė„“ź³  키넼 ėˆ„ė„“ģ„øģš”.", "defineKeybinding.chordsTo": "ķ˜„" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index adf5c1ee85..471704e04b 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "ė°”ė”œ 가기 키(&&K)", "SearchKeybindings.AriaLabel": "키 ė°”ģøė”© ź²€ģƒ‰", "SearchKeybindings.Placeholder": "키 ė°”ģøė”© ź²€ģƒ‰", @@ -15,9 +17,10 @@ "addLabel": "키 ė°”ģøė”© 추가", "removeLabel": "키 ė°”ģøė”© 제거", "resetLabel": "키 ė°”ģøė”© ė‹¤ģ‹œ 설정", - "showConflictsLabel": "ģ¶©ėŒ ķ‘œģ‹œ", + "showSameKeybindings": "ė™ģ¼ķ•œ 키 ė°”ģøė”© ķ‘œģ‹œ", "copyLabel": "복사", - "error": "키 ė°”ģøė”©ģ„ ķŽøģ§‘ķ•˜ėŠ” ė™ģ•ˆ 오넘 '{0}'ģ“(ź°€) ė°œģƒķ–ˆģŠµė‹ˆė‹¤. 'keybindings.json' ķŒŒģ¼ģ„ ģ—“ź³  ķ™•ģøķ•˜ģ„øģš”.", + "copyCommandLabel": "복사 ėŖ…ė ¹", + "error": "키 ė°”ģøė”©ģ„ ķŽøģ§‘ķ•˜ėŠ” ė™ģ•ˆ '{0}' ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. 'keybindings.json' ķŒŒģ¼ģ„ ģ—“ź³  오넘넼 ķ™•ģøķ•˜ģ„øģš”.", "command": "ėŖ…ė ¹", "keybinding": "키 ė°”ģøė”©", "source": "ģ†ŒģŠ¤", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index aa4e75fa0b..7dba942361 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "키 ė°”ģøė”© ģ •ģ˜", "defineKeybinding.kbLayoutErrorMessage": "ķ˜„ģž¬ ģžķŒ ė°°ģ—“ģ—ģ„œėŠ” ģ“ 키 ģ”°ķ•©ģ„ ģƒģ„±ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", "defineKeybinding.kbLayoutLocalAndUSMessage": "ķ˜„ģž¬ ģžķŒ ė°°ģ—“ģ˜ 경우 **{0}**ģž…ė‹ˆė‹¤(**{1}**: 미국 ķ‘œģ¤€).", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index c37bd69f73..bc1ab0193f 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index 4ccbbd8cac..1f10b73881 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "ģ›ģ‹œ źø°ė³ø 설정 ģ—“źø°", "openGlobalSettings": "ģ‚¬ģš©ģž 설정 ģ—“źø°", "openGlobalKeybindings": "ė°”ė”œ 가기 키 ģ—“źø°", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 8e8e066cc1..58ae91696a 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "źø°ė³ø 설정", "SearchSettingsWidget.AriaLabel": "설정 ź²€ģƒ‰", "SearchSettingsWidget.Placeholder": "설정 ź²€ģƒ‰", "noSettingsFound": "ź²°ź³¼ ģ—†ģŒ", - "oneSettingFound": "1개 설정 ģ¼ģ¹˜ķ•Ø", - "settingsFound": "{0}개 설정 ģ¼ģ¹˜ķ•Ø", + "oneSettingFound": "1개 설정 ģ°¾ģŒ", + "settingsFound": "{0}개 설정 ģ°¾ģŒ", "totalSettingsMessage": "ģ“ {0}개 설정", + "nlpResult": "ģžģ—°ģ–“ ź²°ź³¼", + "filterResult": "ķ•„ķ„°ė§ėœ ź²°ź³¼", "defaultSettings": "źø°ė³ø 설정", "defaultFolderSettings": "źø°ė³ø ķ“ė” 설정", "defaultEditorReadonly": "źø°ė³øź°’ģ„ ģž¬ģ •ģ˜ķ•˜ė ¤ė©“ 오넸쪽 ķŽøģ§‘źø°ė„¼ ķŽøģ§‘ķ•˜ģ„øģš”.", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index c9e560bb0c..c817223219 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "ģ„¤ģ •ģ„ 여기에 ė„£ģ–“ģ„œ źø°ė³ø ģ„¤ģ •ģ„ ė®ģ–“ģ”ė‹ˆė‹¤.", "emptyWorkspaceSettingsHeader": "ģ„¤ģ •ģ„ 여기에 ė„£ģ–“ģ„œ ģ‚¬ģš©ģž ģ„¤ģ •ģ„ ė®ģ–“ģ”ė‹ˆė‹¤.", "emptyFolderSettingsHeader": "ķ“ė” ģ„¤ģ •ģ„ 여기에 ė„£ģ–“ģ„œ ģž‘ģ—… ģ˜ģ—­ ģ„¤ģ •ģ„ ė®ģ–“ģ”ė‹ˆė‹¤.", + "reportSettingsSearchIssue": "문제 볓고", + "newExtensionLabel": "\"{0}\" ķ™•ģž„ ķ‘œģ‹œ", "editTtile": "ķŽøģ§‘", "replaceDefaultValue": "ģ„¤ģ •ģ—ģ„œ 바꾸기", "copyDefaultValue": "설정에 복사", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index 7c672264d3..3a96d6e07d 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "첫 번째 ķ“ė”ė„¼ ģ—“ģ–“ģ„œ ģž‘ģ—… ģ˜ģ—­ ģ„¤ģ •ģ„ ė§Œė“­ė‹ˆė‹¤.", "emptyKeybindingsHeader": "키 ė°”ģøė”©ģ„ ģ“ ķŒŒģ¼ģ— ė„£ģ–“ģ„œ źø°ė³øź°’ģ„ ė®ģ–“ģ”ė‹ˆė‹¤.", "defaultKeybindings": "źø°ė³ø 키 ė°”ģøė”©", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index 188fd9c37d..a18e990bf7 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "ģžģ—°ģ–“ ź²€ģƒ‰ģ„ ģ‚¬ģš©ķ•“ ė³“ģ„øģš”!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "ģ„¤ģ •ģ„ 오넸쪽 ķŽøģ§‘źø°ģ— ė„£ģ–“ģ„œ ė®ģ–“ģ”ė‹ˆė‹¤.", "noSettingsFound": "ģ„¤ģ •ģ„ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", "settingsSwitcherBarAriaLabel": "설정 ģ „ķ™˜źø°", "userSettings": "ģ‚¬ģš©ģž 설정", "workspaceSettings": "ģž‘ģ—… ģ˜ģ—­ 설정", - "folderSettings": "ķ“ė” 설정", - "enableFuzzySearch": "ģžģ—°ģ–“ ź²€ģƒ‰ ģ‚¬ģš©" + "folderSettings": "ķ“ė” 설정" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 1387ce7c50..d76798e8ea 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "źø°ė³øź°’", "user": "ģ‚¬ģš©ģž", "meta": "ė©”ķƒ€", diff --git a/i18n/kor/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 01dbe52073..be260ceb62 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "ģ‚¬ģš©ģž 설정", "workspaceSettingsTarget": "ģž‘ģ—… ģ˜ģ—­ 설정" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index de4c67a1e3..ab8e762894 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "ģ¼ė°˜ģ ģœ¼ė”œ ģ‚¬ģš©ė˜ėŠ” 설정", - "mostRelevant": "ź°€ģž„ ꓀련 ģžˆėŠ” ķ•­ėŖ©", "defaultKeybindingsHeader": "키 ė°”ģøė”©ģ„ 키 ė°”ģøė”© ķŒŒģ¼ģ— ė°°ģ¹˜ķ•˜ģ—¬ ė®ģ–“ģ”ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index c37bd69f73..3306ffe78d 100644 --- a/i18n/kor/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "źø°ė³ø 설정 ķŽøģ§‘źø°", "keybindingsEditor": "키 ė°”ģøė”© ķŽøģ§‘źø°", "preferences": "źø°ė³ø 설정" diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index a8785cacb7..5c683066c9 100644 --- a/i18n/kor/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "ėŖØė“  ėŖ…ė ¹ ķ‘œģ‹œ", "clearCommandHistory": "ėŖ…ė ¹ źø°ė” ģ§€ģš°źø°", "showCommands.label": "ėŖ…ė ¹ ķŒ”ė ˆķŠø...", "entryAriaLabelWithKey": "{0}, {1}, ėŖ…ė ¹", "entryAriaLabel": "{0}, ėŖ…ė ¹", - "canNotRun": "'{0}' ėŖ…ė ¹ģ€ ģ—¬źø°ģ—ģ„œ 실행할 수 ģ—†ģŠµė‹ˆė‹¤.", "actionNotEnabled": "'{0}' ėŖ…ė ¹ģ€ ķ˜„ģž¬ ģ»Øķ…ģŠ¤ķŠøģ—ģ„œ ģ‚¬ģš©ķ•  수 ģ—†ģŠµė‹ˆė‹¤.", + "canNotRun": "'{0}' ėŖ…ė ¹ģ—ģ„œ ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤.", "recentlyUsed": "ģµœź·¼ģ— ģ‚¬ģš©ķ•œ ķ•­ėŖ©", "morecCommands": "źø°ķƒ€ ėŖ…ė ¹", "cat.title": "{0}: {1}", diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index 7e4f277dbe..ca2221b8fb 100644 --- a/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "줄 ģ“ė™...", "gotoLineLabelEmptyWithLimit": "ģ“ė™ķ•  1ź³¼ {0} ģ‚¬ģ“ģ˜ 줄 번호 ģž…ė „", "gotoLineLabelEmpty": "ģ“ė™ķ•  줄 번호 ģž…ė „", diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 3514c88cd6..b1c17577f3 100644 --- a/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "ķŒŒģ¼ģ˜ 기호딜 ģ“ė™...", "symbols": "기호({0})", "method": "ė©”ģ„œė“œ({0})", diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index ee34431ce1..3d664e2748 100644 --- a/i18n/kor/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ģ„ ķƒźø° ė„ģ›€ė§", "globalCommands": "ģ „ģ—­ ėŖ…ė ¹", "editorCommands": "ķŽøģ§‘źø° ėŖ…ė ¹" diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index 0be24d926b..ba9ca3e5cf 100644 --- a/i18n/kor/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "볓기", "commandsHandlerDescriptionDefault": "ėŖ…ė ¹ ķ‘œģ‹œ ė° 실행", "gotoLineDescriptionMac": "줄 ģ“ė™", "gotoLineDescriptionWin": "줄 ģ“ė™", diff --git a/i18n/kor/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 3324918ffd..83435721cf 100644 --- a/i18n/kor/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ė·° ģ„ ķƒźø°", "views": "ė·°", "panels": "ķŒØė„", diff --git a/i18n/kor/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 1d56872cb1..d3c18a5a97 100644 --- a/i18n/kor/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "ģ„¤ģ •ģ“ ė³€ź²½ė˜ģ–“ ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ė§Œ ģ ģš©ė©ė‹ˆė‹¤.", "relaunchSettingDetail": "[ė‹¤ģ‹œ ģ‹œģž‘] 단추넼 눌러 {0}ģ„(넼) ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ź³  ģ„¤ģ •ģ„ ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•˜ģ„øģš”.", "restart": "ė‹¤ģ‹œ ģ‹œģž‘(&&R)" diff --git a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index 0caa41f634..bb59f5f773 100644 --- a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "변경 ė‚“ģš© {0}/{1}개", "change": "변경 ė‚“ģš© {0}/{1}개", "show previous change": "ģ“ģ „ 변경 ė‚“ģš© ķ‘œģ‹œ", "show next change": "ė‹¤ģŒ 변경 ė‚“ģš© ķ‘œģ‹œ", + "move to previous change": "ģ“ģ „ 변경 ė‚“ģš©ģœ¼ė”œ ģ“ė™", + "move to next change": "ė‹¤ģŒ 변경 ė‚“ģš©ģœ¼ė”œ ģ“ė™", "editorGutterModifiedBackground": "ģˆ˜ģ •ėœ ģ¤„ģ˜ ķŽøģ§‘źø° 여백 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "editorGutterAddedBackground": "ģ¶”ź°€ėœ ģ¤„ģ˜ ķŽøģ§‘źø° 여백 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "editorGutterDeletedBackground": "ģ‚­ģ œėœ ģ¤„ģ˜ ķŽøģ§‘źø° 여백 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 4b848835e9..304c0357a8 100644 --- a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Git ķ‘œģ‹œ", "source control": "ģ†ŒģŠ¤ ģ œģ–“", "toggleSCMViewlet": "SCM ķ‘œģ‹œ", - "view": "볓기" + "view": "볓기", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "ģ†ŒģŠ¤ ģ œģ–“ ź³µźø‰ģž ė¶€ė¶„ģ„ ķ•­ģƒ ķ‘œģ‹œķ• ģ§€ģ˜ 여부", + "diffDecorations": "ķŽøģ§‘źø°ģ—ģ„œ ģ°Øģ“ģ  ģž„ģ‹ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.", + "diffGutterWidth": "ģ—¬ė°±ģ—ģ„œ ģ°Øģ“ģ  ģž„ģ‹ģ˜ ė„ˆė¹„(px)넼 ģ œģ–“ķ•©ė‹ˆė‹¤(추가 ė° ģˆ˜ģ •ėØ)." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index ae53f289d2..c21d558d3c 100644 --- a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0}ź°œģ˜ 볓넘 ģ¤‘ģø 변경 ė‚“ģš©" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 2910b5c28e..66d3f9826b 100644 --- a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index f5dbc3eb31..6911c1d2f6 100644 --- a/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "ģ†ŒģŠ¤ ģ œģ–“ ź³µźø‰ģž", "hideRepository": "숨기기", "installAdditionalSCMProviders": "추가 SCM ź³µźø‰ģž ģ„¤ģ¹˜...", diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 5890fa1ae7..f9d3247dc5 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "ķŒŒģ¼ ė° 기호 ź²°ź³¼", "fileResults": "ķŒŒģ¼ ź²°ź³¼" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 5f18c07803..3b2bc6a743 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ķŒŒģ¼ ģ„ ķƒźø°", "searchResults": "ź²€ģƒ‰ ź²°ź³¼" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index 7e9ead654f..4791f0a01e 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, 기호 ģ„ ķƒźø°", "symbols": "기호 ź²°ź³¼", "noSymbolsMatching": "ģ¼ģ¹˜ķ•˜ėŠ” 기호 ģ—†ģŒ", diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 583bab2286..e64c3f814f 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "ģž…ė „", "useExcludesAndIgnoreFilesDescription": "ģ œģ™ø 설정 ė° ķŒŒģ¼ ė¬“ģ‹œ ģ‚¬ģš©" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/replaceService.i18n.json index ddbfd49af5..3f6db1dcc0 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1}(미리 볓기 바꾸기)" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index 9b239f6fd5..2bc1ad4b1a 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/searchActions.i18n.json index b045a022b2..d06e032b06 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "ė‹¤ģŒ ź²€ģƒ‰ ķ¬ķ•Ø ķŒØķ„“ ķ‘œģ‹œ", "previousSearchIncludePattern": "ģ“ģ „ ź²€ģƒ‰ ķ¬ķ•Ø ķŒØķ„“ ķ‘œģ‹œ", "nextSearchExcludePattern": "ė‹¤ģŒ ź²€ģƒ‰ ģ œģ™ø ķŒØķ„“ ķ‘œģ‹œ", @@ -12,12 +14,11 @@ "previousSearchTerm": "ģ“ģ „ ź²€ģƒ‰ģ–“ ķ‘œģ‹œ", "showSearchViewlet": "ź²€ģƒ‰ ķ‘œģ‹œ", "findInFiles": "ķŒŒģ¼ģ—ģ„œ 찾기", - "findInFilesWithSelectedText": "ģ„ ķƒķ•œ ķ…ģŠ¤ķŠøź°€ ģžˆėŠ” ķŒŒģ¼ģ—ģ„œ 찾기", "replaceInFiles": "ķŒŒģ¼ģ—ģ„œ 바꾸기", - "replaceInFilesWithSelectedText": "ģ„ ķƒķ•œ ķ…ģŠ¤ķŠøź°€ ģžˆėŠ” ķŒŒģ¼ģ—ģ„œ 바꾸기", "RefreshAction.label": "새딜 고침", "CollapseDeepestExpandedLevelAction.label": "모두 ģ¶•ģ†Œ", "ClearSearchResultsAction.label": "ģ§€ģš°źø°", + "CancelSearchAction.label": "ź²€ģƒ‰ ģ·Øģ†Œ", "FocusNextSearchResult.label": "ė‹¤ģŒ ź²€ģƒ‰ 결과에 ķ¬ģ»¤ģŠ¤", "FocusPreviousSearchResult.label": "ģ“ģ „ ź²€ģƒ‰ 결과에 ķ¬ģ»¤ģŠ¤", "RemoveAction.label": "ķ•“ģ œ", diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 2c8228cd8e..e900ec8b2b 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "다넸 ķŒŒģ¼", "searchFileMatches": "{0}개 ķŒŒģ¼ ģ°¾ģŒ", "searchFileMatch": "{0}개 ķŒŒģ¼ ģ°¾ģŒ", diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..11f35e3c7f --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "ź²€ģƒ‰ 세부 정볓 설정/ķ•“ģ œ", + "searchScope.includes": "ķ¬ķ•Øķ•  ķŒŒģ¼", + "label.includes": "ķŒØķ„“ ķ¬ķ•Ø ź²€ģƒ‰", + "searchScope.excludes": "ģ œģ™øķ•  ķŒŒģ¼", + "label.excludes": "ķŒØķ„“ ģ œģ™ø ź²€ģƒ‰", + "replaceAll.confirmation.title": "모두 바꾸기", + "replaceAll.confirm.button": "바꾸기(&&R)", + "replaceAll.occurrence.file.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”źæØģŠµė‹ˆė‹¤.", + "removeAll.occurrence.file.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”źæØģŠµė‹ˆė‹¤.", + "replaceAll.occurrence.files.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”źæØģŠµė‹ˆė‹¤.", + "removeAll.occurrence.files.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”źæØģŠµė‹ˆė‹¤.", + "replaceAll.occurrences.file.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”źæØģŠµė‹ˆė‹¤.", + "removeAll.occurrences.file.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”źæØģŠµė‹ˆė‹¤.", + "replaceAll.occurrences.files.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”źæØģŠµė‹ˆė‹¤.", + "removeAll.occurrences.files.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”źæØģŠµė‹ˆė‹¤.", + "removeAll.occurrence.file.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "replaceAll.occurrence.file.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "removeAll.occurrence.files.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "replaceAll.occurrence.files.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "removeAll.occurrences.file.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "replaceAll.occurrences.file.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "removeAll.occurrences.files.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 '{2}'(으)딜 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "replaceAll.occurrences.files.confirmation.message": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개넼 ė°”ź¾øģ‹œź² ģŠµė‹ˆź¹Œ?", + "treeAriaLabel": "ź²€ģƒ‰ ź²°ź³¼", + "searchPathNotFoundError": "ź²€ģƒ‰ 경딜넼 ģ°¾ģ„ 수 ģ—†ģŒ: {0}", + "searchMaxResultsWarning": "ź²°ź³¼ ģ§‘ķ•©ģ—ėŠ” ėŖØė“  ģ¼ģ¹˜ ķ•­ėŖ©ģ˜ ķ•˜ģœ„ ģ§‘ķ•©ė§Œ ķ¬ķ•Øė©ė‹ˆė‹¤. ź²°ź³¼ ė²”ģœ„ė„¼ ģ¢ķžˆė ¤ė©“ ź²€ģƒ‰ģ„ ė” ģ„øė¶„ķ™”ķ•˜ģ„øģš”.", + "searchCanceled": "결과넼 찾기 ģ“ģ „ģ— ź²€ģƒ‰ģ“ ģ·Øģ†Œė˜ģ—ˆģŠµė‹ˆė‹¤. -", + "noResultsIncludesExcludes": "'{0}'에 '{1}'ģ„(넼) ģ œģ™øķ•œ ź²°ź³¼ ģ—†ģŒ - ", + "noResultsIncludes": "'{0}'에 ź²°ź³¼ ģ—†ģŒ - ", + "noResultsExcludes": "'{0}'ģ„(넼) ģ œģ™øķ•˜ėŠ” 결과가 ģ—†ģŒ - ", + "noResultsFound": "결과가 ģ—†ģŠµė‹ˆė‹¤. źµ¬ģ„±ėœ ģ˜ˆģ™ø ģ„¤ģ •ģ„ ź²€ķ† ķ•˜ź³  ķŒŒģ¼ģ„ ė¬“ģ‹œķ•˜ģ„øģš”.", + "rerunSearch.message": "ė‹¤ģ‹œ ź²€ģƒ‰", + "rerunSearchInAll.message": "ėŖØė“  ķŒŒģ¼ģ—ģ„œ ė‹¤ģ‹œ ź²€ģƒ‰", + "openSettings.message": "설정 ģ—“źø°", + "openSettings.learnMore": "ģžģ„øķ•œ 정볓", + "ariaSearchResultsStatus": "ź²€ģƒ‰ģ—ģ„œ {1}ź°œģ˜ ķŒŒģ¼ģ— {0}ź°œģ˜ 결과넼 ė°˜ķ™˜ķ–ˆģŠµė‹ˆė‹¤.", + "search.file.result": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개 ź²°ź³¼", + "search.files.result": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개 ź²°ź³¼", + "search.file.results": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개 ź²°ź³¼", + "search.files.results": "{1}개 ķŒŒģ¼ģ—ģ„œ {0}개 ź²°ź³¼", + "searchWithoutFolder": "아직 ķ“ė”ė„¼ ģ—“ģ§€ ģ•Šģ•˜ģŠµė‹ˆė‹¤. ķ˜„ģž¬ 엓린 ķŒŒģ¼ė§Œ ź²€ģƒ‰ė©ė‹ˆė‹¤. ", + "openFolder": "ķ“ė” ģ—“źø°" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 217c384528..11f35e3c7f 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "ź²€ģƒ‰ 세부 정볓 설정/ķ•“ģ œ", "searchScope.includes": "ķ¬ķ•Øķ•  ķŒŒģ¼", "label.includes": "ķŒØķ„“ ķ¬ķ•Ø ź²€ģƒ‰", diff --git a/i18n/kor/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/kor/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 8debcb7635..abba7b1816 100644 --- a/i18n/kor/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "모두 바꾸기(ģ‚¬ģš©ķ•˜ė ¤ė©“ ź²€ģƒ‰ 전솔)", "search.action.replaceAll.enabled.label": "모두 바꾸기", "search.replace.toggle.button.title": "바꾸기 설정/ķ•“ģ œ", diff --git a/i18n/kor/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/kor/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index b8d438493c..7ad85b13eb 100644 --- a/i18n/kor/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "ģž‘ģ—… ģ˜ģ—­ģ— ģ“ė¦„ģ“ {0}ģø ķ“ė”ź°€ ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index 9b239f6fd5..4ee4faef2e 100644 --- a/i18n/kor/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "ķ“ė”ģ—ģ„œ 찾기...", + "findInWorkspace": "ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ 찾기...", "showTriggerActions": "ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ 기호딜 ģ“ė™...", "name": "ź²€ģƒ‰", "search": "ź²€ģƒ‰", + "showSearchViewl": "ź²€ģƒ‰ ķ‘œģ‹œ", "view": "볓기", + "findInFiles": "ķŒŒģ¼ģ—ģ„œ 찾기", "openAnythingHandlerDescription": "ķŒŒģ¼ė”œ ģ“ė™", "openSymbolDescriptionNormal": "ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ 기호딜 ģ“ė™", - "searchOutputChannelTitle": "ź²€ģƒ‰", "searchConfigurationTitle": "ź²€ģƒ‰", "exclude": "ź²€ģƒ‰ģ—ģ„œ ķŒŒģ¼ ė° ķ“ė”ė„¼ ģ œģ™øķ•˜ė„ė” GLOB ķŒØķ„“ģ„ źµ¬ģ„±ķ•©ė‹ˆė‹¤. files.exclude ģ„¤ģ •ģ—ģ„œ ėŖØė“  GLOB ķŒØķ„“ģ„ ģƒģ†ķ•©ė‹ˆė‹¤.", "exclude.boolean": "ķŒŒģ¼ 경딜넼 ģ¼ģ¹˜ģ‹œķ‚¬ GLOB ķŒØķ„“ģž…ė‹ˆė‹¤. ķŒØķ„“ģ„ ģ‚¬ģš©ķ•˜ź±°ė‚˜ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šė„ė” ģ„¤ģ •ķ•˜ė ¤ė©“ true ė˜ėŠ” false딜 ģ„¤ģ •ķ•˜ģ„øģš”.", @@ -18,5 +23,8 @@ "useRipgrep": "ķ…ģŠ¤ķŠø ė° ķŒŒģ¼ ź²€ģƒ‰ģ—ģ„œ ripgrep ģ‚¬ģš© 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "useIgnoreFiles": "ķŒŒģ¼ģ„ ź²€ģƒ‰ķ•  ė•Œ .gitignore ķŒŒģ¼ ė° .ignore ķŒŒģ¼ģ„ ģ‚¬ģš©ķ• ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "search.quickOpen.includeSymbols": "Quick Open에 ėŒ€ķ•œ ķŒŒģ¼ 결과에 ģ „ģ—­ 기호 ź²€ģƒ‰ 결과넼 ķ¬ķ•Øķ•˜ė„ė” źµ¬ģ„±ķ•©ė‹ˆė‹¤.", - "search.followSymlinks": "ź²€ģƒ‰ķ•˜ėŠ” ė™ģ•ˆ symlink넼 ėˆ„ė„¼ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤." + "search.followSymlinks": "ź²€ģƒ‰ķ•˜ėŠ” ė™ģ•ˆ symlink넼 ėˆ„ė„¼ģ§€ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "search.smartCase": "ķŒØķ„“ģ“ 모두 ģ†Œė¬øģžģø 경우 ėŒ€/ģ†Œė¬øģžė„¼ źµ¬ė¶„ķ•˜ģ§€ ģ•Šź³  ź²€ģƒ‰ķ•˜ź³ , 그렇지 ģ•Šģœ¼ė©“ ėŒ€/ģ†Œė¬øģžė„¼ źµ¬ė¶„ķ•˜ģ—¬ ź²€ģƒ‰ķ•©ė‹ˆė‹¤.", + "search.globalFindClipboard": "macOSģ—ģ„œ ź²€ģƒ‰ 볓기가 공유 ķ“ė¦½ė³“ė“œ 찾기넼 ģ½ź±°ė‚˜ ģˆ˜ģ •ķ•“ģ•¼ 할지넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "search.location": "미리 볓기: ź²€ģƒ‰ģ„ ģ‚¬ģ“ė“œė°”ģ˜ 볓기딜 ķ‘œģ‹œķ• ģ§€ ė˜ėŠ” ź°€ė”œ ź°„ź²©ģ„ 늘리기 ģœ„ķ•“ ķŒØė„ ģ˜ģ—­ģ˜ ķŒØė„ė”œ ķ‘œģ‹œķ• ģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤. ė‹¤ģŒ ė¦“ė¦¬ģŠ¤ģ˜ ķŒØė„ģ—ģ„œģ˜ ź²€ģƒ‰ģ€ ź°€ė”œ ė ˆģ“ģ•„ģ›ƒģ“ ź°œģ„ ė˜ė©° ė” ģ“ģƒ 미리 볓기가 ģ•„ė‹™ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/kor/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index 32615898bd..bfc1927041 100644 --- a/i18n/kor/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index c9ce2ccb5f..2841c9f239 100644 --- a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..50cd03cea2 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(ģ „ģ—­)", + "global.1": "({0})", + "new.global": "새 ģ „ģ—­ ģ½”ė“œ 씰각 ķŒŒģ¼...", + "group.global": "기씓 ģ½”ė“œ 씰각", + "new.global.sep": "새 ģ½”ė“œ 씰각", + "openSnippet.pickLanguage": "ģ½”ė“œ 씰각 ķŒŒģ¼ ģ„ ķƒ ė˜ėŠ” ģ½”ė“œ 씰각 ė§Œė“¤źø°", + "openSnippet.label": "ģ‚¬ģš©ģž ģ½”ė“œ 씰각 구성", + "preferences": "źø°ė³ø 설정" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index 89f97af107..c111ebac2c 100644 --- a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "ģ½”ė“œ 씰각 ģ‚½ģž…", "sep.userSnippet": "ģ‚¬ģš©ģž ģ½”ė“œ 씰각", "sep.extSnippet": "ķ™•ģž„ ģ½”ė“œ 씰각" diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 582f284bf1..354cfe3264 100644 --- a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "ģ½”ė“œ ģ”°ź°ģ˜ ģ–øģ–“ ģ„ ķƒ", - "openSnippet.errorOnCreate": "{0}ģ„(넼) ė§Œė“¤ 수 ģ—†ģŒ", - "openSnippet.label": "ģ‚¬ģš©ģž ģ½”ė“œ 씰각 ģ—“źø°", - "preferences": "źø°ė³ø 설정", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "빈 ģ½”ė“œ 씰각", "snippetSchema.json": "ģ‚¬ģš©ģž ģ½”ė“œ 씰각 구성", "snippetSchema.json.prefix": "IntelliSenseģ—ģ„œ ģ½”ė“œ ģ”°ź°ģ„ ģ„ ķƒķ•  ė•Œ ģ‚¬ģš©ķ•  ģ ‘ė‘ģ‚¬ģž…ė‹ˆė‹¤.", "snippetSchema.json.body": "ģ½”ė“œ 씰각 ģ½˜ķ…ģø ģž…ė‹ˆė‹¤. '$1', '${1:defaultText}'넼 ģ‚¬ģš©ķ•˜ģ—¬ ģ»¤ģ„œ ģœ„ģ¹˜ė„¼ ģ •ģ˜ķ•˜ź³ , '$0'ģ„ ģµœģ¢… ģ»¤ģ„œ ģœ„ģ¹˜ģ— ģ‚¬ģš©ķ•˜ģ„øģš”. '${varName}' ė° '${varName:defaultText}'에 ė³€ģˆ˜ ź°’ģ„ ģ‚½ģž…ķ•˜ģ„øģš”(예: '$TM_FILENAME ķŒŒģ¼ģž…ė‹ˆė‹¤').", - "snippetSchema.json.description": "ģ½”ė“œ 씰각 ģ„¤ėŖ…ģž…ė‹ˆė‹¤." + "snippetSchema.json.description": "ģ½”ė“œ 씰각 ģ„¤ėŖ…ģž…ė‹ˆė‹¤.", + "snippetSchema.json.scope": "예넼 들얓, 'typescript,javascript' 와 ź°™ģ“ 핓당 ģ½”ė“œ ģ”°ź°ģ“ ģ ģš©ė˜ėŠ” ģ–øģ–“ ģ“ė¦„ģ˜ ėŖ©ė”ģž…ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..477ed7f483 --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "ģ „ģ—­ ģ‚¬ģš©ģž ģ½”ė“œ 씰각", + "source.snippet": "ģ‚¬ģš©ģž ģ½”ė“œ 씰각" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index c423047529..95f42d5452 100644 --- a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "`contributes.{0}.language`에 ģ•Œ 수 ģ—†ėŠ” ģ–øģ–“ź°€ ģžˆģŠµė‹ˆė‹¤. 제공된 ź°’: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "`contributes.{0}.path`에 ė¬øģžģ—“ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤. 제공된 ź°’: {1}", + "invalid.language.0": "언얓넼 ģƒėžµķ•˜ėŠ” 경우 `contributes.{0}.path` ź°’ģ€ `.code-snippets`-fileģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤. 제공된 ź°’: {1}", + "invalid.language": "`contributes.{0}.language`에 ģ•Œ 수 ģ—†ėŠ” ģ–øģ–“ź°€ ģžˆģŠµė‹ˆė‹¤. 제공된 ź°’: {1}", "invalid.path.1": "ķ™•ģž„ ķ“ė”({2})에 ķ¬ķ•Øķ•  `contributes.{0}.path`({1})ź°€ ķ•„ģš”ķ•©ė‹ˆė‹¤. ķ™•ģž„ģ“ ģ“ģ‹ ė¶ˆź°€ėŠ„ķ•“ģ§ˆ 수 ģžˆģŠµė‹ˆė‹¤.", "vscode.extension.contributes.snippets": "ģ½”ė“œ ģ”°ź°ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", "vscode.extension.contributes.snippets-language": "ģ“ ģ½”ė“œ ģ”°ź°ģ“ ģ ģš©ė˜ėŠ” ģ–øģ–“ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", "vscode.extension.contributes.snippets-path": "ģ½”ė“œ 씰각 ķŒŒģ¼ģ˜ ź²½ė”œģž…ė‹ˆė‹¤. ģ“ ź²½ė”œėŠ” ķ™•ģž„ ķ“ė”ģ˜ ģƒėŒ€ ź²½ė”œģ“ė©° ģ¼ė°˜ģ ģœ¼ė”œ './snippets/'딜 ģ‹œģž‘ķ•©ė‹ˆė‹¤.", "badVariableUse": "'{0}' ķ™•ģž„ģ˜ 1개 ģ“ģƒģ˜ ģ½”ė“œ ģ”°ź°ģ€ snippet-variables ė° snippet-placeholders와 ķ˜¼ė™ķ•˜źø° ģ‰½ģŠµė‹ˆė‹¤(ģžģ„øķ•œ ė‚“ģš©ģ€ https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax넼 ģ°øģ”°ķ•˜ģ„øģš”).", "badFile": "ģ½”ė“œ 씰각 ķŒŒģ¼ \"{0}\"ģ„(넼) ģ½ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", - "source.snippet": "ģ‚¬ģš©ģž ģ½”ė“œ 씰각", "detail.snippet": "{0}({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 40160128bd..8c88efdd87 100644 --- a/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "접두사가 ģ¼ģ¹˜ķ•˜ėŠ” 경우 ģ½”ė“œ ģ”°ź°ģ„ ģ‚½ģž…ķ•©ė‹ˆė‹¤. 'quickSuggestions'넼 ģ‚¬ģš©ķ•˜ģ§€ ģ•Šģ„ ė•Œ ź°€ģž„ ģž˜ ģž‘ė™ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index 4685b4310b..fdd79a3a86 100644 --- a/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "{0}에 ėŒ€ķ•œ ģ§€ģ›ģ„ ź°œģ„ ķ•˜ėŠ” ė° ė„ģ›€ģ„ ģ£¼ģ„øģš”.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "ź°„ė‹Øķ•œ 설문 씰사 ģ°øģ—¬", "remindLater": "ė‚˜ģ¤‘ģ— ģ•Œė¦¼", - "neverAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함" + "neverAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", + "helpUs": "{0}에 ėŒ€ķ•œ ģ§€ģ›ģ„ ź°œģ„ ķ•˜ėŠ” ė° ė„ģ›€ģ„ ģ£¼ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 9cc54c77a3..764abb5ca1 100644 --- a/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "ź°„ė‹Øķ•œ ķ”¼ė“œė°± 설문 씰사에 ģ°øģ—¬ķ•˜ģ‹œź² ģ–“ģš”?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "설문 씰사 ģ°øģ—¬", "remindLater": "ė‚˜ģ¤‘ģ— ģ•Œė¦¼", - "neverAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함" + "neverAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", + "surveyQuestion": "ź°„ė‹Øķ•œ ķ”¼ė“œė°± 설문 씰사에 ģ°øģ—¬ķ•˜ģ‹œź² ģ–“ģš”?" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 1f6208b0c9..54f58ae614 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 558cd2186b..bf70b5ac7b 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ģž‘ģ—…", "recentlyUsed": "ģµœź·¼ģ— ģ‚¬ģš©ķ•œ ģž‘ģ–“", "configured": "źµ¬ģ„±ėœ ģž‘ģ—…", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index 0417fe610a..8817ccac6d 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index e3f31c9106..066d87aaae 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "실행할 ģž‘ģ—…ģ˜ ģ“ė¦„ ģž…ė „", "noTasksMatching": "ģ¼ģ¹˜ķ•˜ėŠ” ģž‘ģ—… ģ—†ģŒ", "noTasksFound": "ģž‘ģ—…ģ„ ģ°¾ģ„ 수 ģ—†ģŒ" diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index a74a36b9ee..07ee32871f 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 1f6208b0c9..54f58ae614 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..e111cbad1b --- /dev/null +++ b/i18n/kor/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,74 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "loop ģ†ģ„±ģ€ ė§ˆģ§€ė§‰ 줄 ź²€ģ‚¬źø°ģ—ģ„œė§Œ ģ§€ģ›ė©ė‹ˆė‹¤.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "문제 ķŒØķ„“ģ“ ģž˜ėŖ»ė˜ģ—ˆģŠµė‹ˆė‹¤. Kind ģ†ģ„±ģ€ 첫 번째 ģš”ģ†Œģ—ė§Œ 지정핓야 ķ•©ė‹ˆė‹¤.", + "ProblemPatternParser.problemPattern.missingRegExp": "문제 ķŒØķ„“ģ— ģ •ź·œģ‹ģ“ ģ—†ģŠµė‹ˆė‹¤.", + "ProblemPatternParser.problemPattern.missingProperty": "문제 ķŒØķ„“ģ“ ģž˜ėŖ»ė˜ģ—ˆģŠµė‹ˆė‹¤. ķ•˜ė‚˜ ģ“ģƒģ˜ ķŒŒģ¼ ė° ė©”ģ‹œģ§€ė„¼ ķ¬ķ•Øķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", + "ProblemPatternParser.invalidRegexp": "오넘: {0} ė¬øģžģ—“ģ€ ģœ ķšØķ•œ ģ •ź·œģ‹ģ“ ģ•„ė‹™ė‹ˆė‹¤.\n", + "ProblemPatternSchema.regexp": "ģ¶œė „ģ—ģ„œ 오넘, 경고 ė˜ėŠ” 정볓넼 ģ°¾ėŠ” ģ •ź·œģ‹ģž…ė‹ˆė‹¤.", + "ProblemPatternSchema.kind": "ķŒØķ„“ģ“ ģœ„ģ¹˜(ķŒŒģ¼ ė° 줄)와 ģ¼ģ¹˜ķ•˜ėŠ”ģ§€ ė˜ėŠ” ķŒŒģ¼ķ•˜ź³ ė§Œ ģ¼ģ¹˜ķ•˜ėŠ”ģ§€ ģ—¬ė¶€ģž…ė‹ˆė‹¤.", + "ProblemPatternSchema.file": "ķŒŒģ¼ ģ“ė¦„ģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. ģƒėžµėœ 경우 1ģ“ ģ‚¬ģš©ė©ė‹ˆė‹¤.", + "ProblemPatternSchema.location": "문제 ģœ„ģ¹˜ģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. ģœ ķšØķ•œ ģœ„ģ¹˜ ķŒØķ„“ģ€ (line), (line,column) ė° (startLine,startColumn,endLine,endColumn)ģž…ė‹ˆė‹¤. ģƒėžµķ•˜ė©“ (line,column)ģ“ ģ‚¬ģš©ė©ė‹ˆė‹¤.", + "ProblemPatternSchema.line": "문제 ģ¤„ģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. źø°ė³øź°’ģ€ 2ģž…ė‹ˆė‹¤.", + "ProblemPatternSchema.column": "ė¬øģ œģ˜ ģ¤„ė°”źæˆ ė¬øģžģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. źø°ė³øź°’ģ€ 3ģž…ė‹ˆė‹¤.", + "ProblemPatternSchema.endLine": "문제 ė ģ¤„ģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. 기본적으딜 ģ •ģ˜ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "ProblemPatternSchema.endColumn": "ė¬øģ œģ˜ ė ģ¤„ė°”źæˆ ė¬øģžģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. źø°ė³øź°’ģ€ ģ •ģ˜ė˜ģ§€ ģ•Šģ•˜ģŠµė‹ˆė‹¤.", + "ProblemPatternSchema.severity": "문제 ģ‹¬ź°ė„ģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. 기본적으딜 ģ •ģ˜ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "ProblemPatternSchema.code": "문제 ģ½”ė“œģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. 기본적으딜 ģ •ģ˜ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "ProblemPatternSchema.message": "ė©”ģ‹œģ§€ģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģž…ė‹ˆė‹¤. ģƒėžµėœ 경우 źø°ė³øź°’ģ€ ģœ„ģ¹˜ź°€ ģ§€ģ •ėœ 경우 4ģ“ź³ , 그렇지 ģ•Šģœ¼ė©“ 5ģž…ė‹ˆė‹¤.", + "ProblemPatternSchema.loop": "ģ—¬ėŸ¬ 줄 ģ„ ķƒźø° ė£Øķ”„ģ—ģ„œėŠ” ģ“ ķŒØķ„“ģ“ ģ¼ģ¹˜ķ•  경우 ė£Øķ”„ģ—ģ„œ ķŒØķ„“ģ„ 실행할지 여부넼 ė‚˜ķƒ€ėƒ…ė‹ˆė‹¤. ģ—¬ėŸ¬ 줄 ķŒØķ„“ģ˜ ė§ˆģ§€ė§‰ ķŒØķ„“ģ— ėŒ€ķ•“ģ„œė§Œ 지정할 수 ģžˆģŠµė‹ˆė‹¤.", + "NamedProblemPatternSchema.name": "문제 ķŒØķ„“ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "NamedMultiLineProblemPatternSchema.name": "ģ—¬ėŸ¬ 줄 문제 ķŒØķ„“ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "NamedMultiLineProblemPatternSchema.patterns": "ģ‹¤ģ œ ķŒØķ„“ģž…ė‹ˆė‹¤.", + "ProblemPatternExtPoint": "문제 ķŒØķ„“ģ„ ģ œź³µķ•©ė‹ˆė‹¤.", + "ProblemPatternRegistry.error": "ģž˜ėŖ»ėœ 문제 ķŒØķ„“ģž…ė‹ˆė‹¤. ķŒØķ„“ģ“ ė¬“ģ‹œė©ė‹ˆė‹¤.", + "ProblemMatcherParser.noProblemMatcher": "오넘: ģ„¤ėŖ…ģ„ 문제 ģ„ ķƒźø°ė”œ ė³€ķ™˜ķ•  수 ģ—†ģŠµė‹ˆė‹¤.\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "오넘: ģ„¤ėŖ…ģ—ģ„œ ģœ ķšØķ•œ 문제 ķŒØķ„“ģ„ ģ •ģ˜ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.\n{0}\n", + "ProblemMatcherParser.noOwner": "오넘: ģ„¤ėŖ…ģ—ģ„œ ģ†Œģœ ģžė„¼ ģ •ģ˜ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.\n{0}\n", + "ProblemMatcherParser.noFileLocation": "오넘: ģ„¤ėŖ…ģ—ģ„œ ķŒŒģ¼ ģœ„ģ¹˜ė„¼ ģ •ģ˜ķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "정볓: ģ•Œ 수 ģ—†ėŠ” ģ‹¬ź°ė„ {0}. ģœ ķšØķ•œ ź°’ģ€ 오넘, 경고 ė° ģ •ė³“ģž…ė‹ˆė‹¤.\n", + "ProblemMatcherParser.noDefinedPatter": "오넘: ģ‹ė³„ģžź°€ {0}ģø ķŒØķ„“ģ“ ģ—†ģŠµė‹ˆė‹¤.", + "ProblemMatcherParser.noIdentifier": "오넘: ķŒØķ„“ ģ†ģ„±ģ“ 빈 ģ‹ė³„ģžė„¼ ģ°øģ”°ķ•©ė‹ˆė‹¤.", + "ProblemMatcherParser.noValidIdentifier": "오넘: ķŒØķ„“ ģ†ģ„± {0}ģ“(ź°€) ģœ ķšØķ•œ ķŒØķ„“ ė³€ģˆ˜ ģ“ė¦„ģ“ ģ•„ė‹™ė‹ˆė‹¤.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "문제 ź²€ģ‚¬źø°ģ—ģ„œ ź°ģ‹œ ģ‹œģž‘ ķŒØķ„“ź³¼ ģ¢…ė£Œ ķŒØķ„“ģ„ 모두 ģ •ģ˜ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", + "ProblemMatcherParser.invalidRegexp": "오넘: {0} ė¬øģžģ—“ģ€ ģœ ķšØķ•œ ģ •ź·œģ‹ģ“ ģ•„ė‹™ė‹ˆė‹¤.\n", + "WatchingPatternSchema.regexp": "ė°±ź·øė¼ģš“ė“œ ģž‘ģ—…ģ˜ ģ‹œģž‘ ė˜ėŠ” ģ¢…ė£Œė„¼ ź°ģ§€ķ•˜ėŠ” ģ •ź·œģ‹ģž…ė‹ˆė‹¤.", + "WatchingPatternSchema.file": "ķŒŒģ¼ ģ“ė¦„ģ˜ ģ¼ģ¹˜ 그룹 ģøė±ģŠ¤ģ“ė©° ģƒėžµķ•  수 ģžˆģŠµė‹ˆė‹¤.", + "PatternTypeSchema.name": "ģ œź³µė˜ź±°ė‚˜ 미리 ģ •ģ˜ėœ ķŒØķ„“ģ˜ ģ“ė¦„", + "PatternTypeSchema.description": "문제 ķŒØķ„“ ė˜ėŠ” ģ œź³µė˜ź±°ė‚˜ 미리 ģ •ģ˜ėœ 문제 ķŒØķ„“ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤. źø°ė³øģ“ ģ§€ģ •ėœ 경우 ģƒėžµķ•  수 ģžˆģŠµė‹ˆė‹¤.", + "ProblemMatcherSchema.base": "ģ‚¬ģš©ķ•  źø°ė³ø 문제 ģ„ ķƒźø°ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "ProblemMatcherSchema.owner": "Code ė‚“ė¶€ģ˜ 문제 ģ†Œģœ ģžģž…ė‹ˆė‹¤. źø°ė³øź°’ģ„ ģ§€ģ •ķ•œ 경우 ģƒėžµķ•  수 ģžˆģŠµė‹ˆė‹¤. źø°ė³øź°’ģ„ ģ§€ģ •ķ•˜ģ§€ ģ•Šź³  ģƒėžµķ•œ 경우 źø°ė³øź°’ģ€ '외부'ģž…ė‹ˆė‹¤.", + "ProblemMatcherSchema.severity": "캔처 ė¬øģ œģ— ėŒ€ķ•œ źø°ė³ø ģ‹¬ź°ė„ģž…ė‹ˆė‹¤. ķŒØķ„“ģ—ģ„œ ģ‹¬ź°ė„ģ— ėŒ€ķ•œ ģ¼ģ¹˜ ź·øė£¹ģ„ ģ •ģ˜ķ•˜ģ§€ ģ•Šģ€ ź²½ģš°ģ— ģ‚¬ģš©ė©ė‹ˆė‹¤.", + "ProblemMatcherSchema.applyTo": "ķ…ģŠ¤ķŠø ė¬øģ„œģ— 복된 ė¬øģ œź°€ 엓린 ė¬øģ„œ, ė‹«ķžŒ ė¬øģ„œ ė˜ėŠ” ėŖØė“  ė¬øģ„œģ— ģ ģš©ė˜ėŠ”ģ§€ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤.", + "ProblemMatcherSchema.fileLocation": "문제 ķŒØķ„“ģ— 볓고된 ķŒŒģ¼ ģ“ė¦„ģ„ ķ•“ģ„ķ•˜ėŠ” ė°©ė²•ģ„ ģ •ģ˜ķ•©ė‹ˆė‹¤.", + "ProblemMatcherSchema.background": "ė°±ź·øė¼ģš“ė“œ ģž‘ģ—…ģ—ģ„œ ķ™œģ„± ģƒķƒœģø matcherģ˜ ģ‹œģž‘ź³¼ ėģ„ ģ¶”ģ ķ•˜ėŠ” ķŒØķ„“ģž…ė‹ˆė‹¤.", + "ProblemMatcherSchema.background.activeOnStart": "true딜 ģ„¤ģ •ķ•œ 경우 ģž‘ģ—…ģ“ ģ‹œģž‘ė˜ė©“ ė°±ź·øė¼ģš“ė“œ ėŖØė‹ˆķ„°ź°€ ķ™œģ„± ėŖØė“œė”œ ģ „ķ™˜ė©ė‹ˆė‹¤. ģ“ėŠ” beginPatternź³¼ ģ¼ģ¹˜ķ•˜ėŠ” ģ¤„ģ„ ģ‹¤ķ–‰ķ•˜ėŠ” 것과 ź°™ģŠµė‹ˆė‹¤.", + "ProblemMatcherSchema.background.beginsPattern": "ģ¶œė „ģ“ ģ¼ģ¹˜ķ•˜ėŠ” 경우 ė°±ź·øė¼ģš“ė“œ ģž‘ģ—…ģ„ ģ‹œģž‘ķ•  ė•Œ ģ‹ ķ˜øė„¼ ė°›ģŠµė‹ˆė‹¤.", + "ProblemMatcherSchema.background.endsPattern": "ģ¶œė „ģ“ ģ¼ģ¹˜ķ•˜ėŠ” 경우 ė°±ź·øė¼ģš“ė“œ ģž‘ģ—…ģ„ ėė‚  ė•Œ ģ‹ ķ˜øė„¼ ė°›ģŠµė‹ˆė‹¤.", + "ProblemMatcherSchema.watching.deprecated": "씰사 ģ†ģ„±ģ€ ģ‚¬ģš©ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ė°±ź·øė¼ģš“ė“œ ģ†ģ„±ģ„ ėŒ€ģ‹  ģ‚¬ģš©ķ•˜ģ„øģš”.", + "ProblemMatcherSchema.watching": "씰사 matcherģ˜ ģ‹œģž‘ź³¼ ėģ„ ģ¶”ģ ķ•˜ėŠ” ķŒØķ„“ģž…ė‹ˆė‹¤.", + "ProblemMatcherSchema.watching.activeOnStart": "true딜 ģ„¤ģ •ķ•œ 경우 ģž‘ģ—…ģ“ ģ‹œģž‘ė˜ė©“ ģ„ ķƒźø°ź°€ ķ™œģ„± ėŖØė“œė”œ ģ „ķ™˜ė©ė‹ˆė‹¤. ģ“ėŠ” beginPatternź³¼ ģ¼ģ¹˜ķ•˜ėŠ” ģ¤„ģ„ ģ‹¤ķ–‰ķ•˜ėŠ” 것과 ź°™ģŠµė‹ˆė‹¤.", + "ProblemMatcherSchema.watching.beginsPattern": "ģ¶œė „ģ“ ģ¼ģ¹˜ķ•˜ėŠ” 경우 씰사 ģž‘ģ—…ģ„ ģ‹œģž‘ķ•  ė•Œ ģ‹ ķ˜øė„¼ ė°›ģŠµė‹ˆė‹¤.", + "ProblemMatcherSchema.watching.endsPattern": "ģ¶œė „ģ“ ģ¼ģ¹˜ķ•˜ėŠ” 경우 씰사 ģž‘ģ—…ģ„ ėė‚  ė•Œ ģ‹ ķ˜øė„¼ ė°›ģŠµė‹ˆė‹¤.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "ģ“ ģ†ģ„±ģ€ ģ‚¬ģš©ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ėŒ€ģ‹  ź°ģ‹œ ģ†ģ„±ģ„ ģ‚¬ģš©ķ•˜ģ„øģš”.", + "LegacyProblemMatcherSchema.watchedBegin": "ķŒŒģ¼ ź°ģ‹œė„¼ 통핓 ķŠøė¦¬ź±°ė˜ėŠ” ź°ģ‹œė˜ėŠ” ģž‘ģ—…ģ“ ģ‹œģž‘ėØģ„ ė‚˜ķƒ€ė‚“ėŠ” ģ •ź·œģ‹ģž…ė‹ˆė‹¤.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "ģ“ ģ†ģ„±ģ€ ģ‚¬ģš©ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ėŒ€ģ‹  ź°ģ‹œ ģ†ģ„±ģ„ ģ‚¬ģš©ķ•˜ģ„øģš”.", + "LegacyProblemMatcherSchema.watchedEnd": "ź°ģ‹œė˜ėŠ” ģž‘ģ—…ģ“ ģ¢…ė£ŒėØģ„ ė‚˜ķƒ€ė‚“ėŠ” ģ •ź·œģ‹ģž…ė‹ˆė‹¤.", + "NamedProblemMatcherSchema.name": "참씰넼 ģœ„ķ•œ 문제 ģ„ ķƒźø°ģ˜ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "NamedProblemMatcherSchema.label": "ģ‚¬ėžŒģ“ ģ½ģ„ 수 ģžˆėŠ” 문제 ģ¼ģ¹˜źø°ģ˜ ė ˆģ“ėø”ģž…ė‹ˆė‹¤.", + "ProblemMatcherExtPoint": "문제 ģ„ ķƒźø°ė„¼ ģ œź³µķ•©ė‹ˆė‹¤.", + "msCompile": "Microsoft ģ»“ķŒŒģ¼ėŸ¬ 문제", + "lessCompile": "문제 적게 볓기", + "gulp-tsc": "Gulp TSC 문제", + "jshint": "JSHint 문제", + "jshint-stylish": "JSHint ģŠ¤ķƒ€ģ¼ 문제", + "eslint-compact": "ESLint 컓팩트 문제", + "eslint-stylish": "ESLint ģŠ¤ķƒ€ģ¼ 문제", + "go": "ģ“ė™ 문제" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index aa72080ed6..14dc5638b6 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index 0fb3ecfa29..4fadd7d7d2 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "ģ‹¤ģ œ ģž‘ģ—… ģœ ķ˜•", "TaskDefinition.properties": "ģž‘ģ—… ģœ ķ˜•ģ˜ 추가 ģ†ģ„±", "TaskTypeConfiguration.noType": "ģž‘ģ—… ģœ ķ˜• 구성에 ķ•„ģš”ķ•œ 'taskType' ģ†ģ„±ģ“ ģ—†ģŒ", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 6f1a899ba9..16ba76f954 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": ".NET Core ė¹Œė“œ ėŖ…ė ¹ģ„ ģ‹¤ķ–‰ķ•©ė‹ˆė‹¤.", "msbuild": "ė¹Œė“œ ėŒ€ģƒģ„ ģ‹¤ķ–‰ķ•©ė‹ˆė‹¤.", "externalCommand": "ģž„ģ˜ģ˜ 외부 ėŖ…ė ¹ģ„ ģ‹¤ķ–‰ķ•˜ėŠ” 예", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index f07448af11..cf635d08f9 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "추가 ėŖ…ė ¹ ģ˜µģ…˜", "JsonSchema.options.cwd": "ģ‹¤ķ–‰ėœ ķ”„ė”œź·øėžØ ė˜ėŠ” ģŠ¤ķ¬ė¦½ķŠøģ˜ ķ˜„ģž¬ ģž‘ģ—… ė””ė ‰ķ„°ė¦¬ģž…ė‹ˆė‹¤. ģƒėžµėœ 경우 Codeģ˜ ķ˜„ģž¬ ģž‘ģ—… ģ˜ģ—­ ė£ØķŠøź°€ ģ‚¬ģš©ė©ė‹ˆė‹¤.", "JsonSchema.options.env": "실행할 ķ”„ė”œź·øėžØ ė˜ėŠ” ģ…øģ˜ ķ™˜ź²½ģž…ė‹ˆė‹¤. ģƒėžµķ•˜ė©“ 부모 ķ”„ė”œģ„øģŠ¤ģ˜ ķ™˜ź²½ģ“ ģ‚¬ģš©ė©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index 06d667c9b1..056a0a264b 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "źµ¬ģ„±ģ˜ 버전 ė²ˆķ˜øģž…ė‹ˆė‹¤.", "JsonSchema._runner": "ėŸ¬ė„ˆź°€ ė” ģ“ģƒ ģ‚¬ģš©ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. ź³µģ‹ ėŸ¬ė„ˆ ģ†ģ„±ģ„ ģ‚¬ģš©ķ•˜ģ„øģš”.", "JsonSchema.runner": "ģž‘ģ—…ģ“ ķ”„ė”œģ„øģŠ¤ė”œ ģ‹¤ķ–‰ė˜ėŠ”ģ§€ 여부와 ģ¶œė „ģ“ 출렄 ģ°½ģ“ė‚˜ 터미널 ė‚“ė¶€ 중 얓디에 ķ‘œģ‹œė˜ėŠ”ģ§€ė„¼ ģ •ģ˜ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 462567c248..00fa85793c 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "ėŖ…ė ¹ģ“ ģ…ø ėŖ…ė ¹ģøģ§€ 외부 ķ”„ė”œź·øėžØģøģ§€ 여부넼 ģ§€ģ •ķ•©ė‹ˆė‹¤. ģƒėžµķ•˜ė©“ źø°ė³øź°’ falseź°€ ģ‚¬ģš©ė©ė‹ˆė‹¤.", "JsonSchema.tasks.isShellCommand.deprecated": "isShellCommand ģ†ģ„±ģ€ ģ‚¬ģš© ģ¤‘ė‹Øė˜ģ—ˆģŠµė‹ˆė‹¤. ģž‘ģ—…ģ˜ ģœ ķ˜• ģ†ģ„±ź³¼ ģ…ø ģ†ģ„±ģ„ ėŒ€ģ‹  ģ‚¬ģš©ķ•˜ģ„øģš”. 1.14 릓리스 ė…øķŠøė„¼ ģ°øź³ ķ•˜ģ„øģš”.", "JsonSchema.tasks.dependsOn.string": "ģ“ ģž‘ģ—…ģ“ ģ¢…ģ†ėœ 또 다넸 ģž‘ģ—…ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index ad0d8faf65..06360e9720 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "ģž‘ģ—…", "ConfigureTaskRunnerAction.label": "ģž‘ģ—… 구성", - "CloseMessageAction.label": "ė‹«źø°", "problems": "문제", "building": "ė¹Œė“œķ•˜ź³  ģžˆģŠµė‹ˆė‹¤...", "manyMarkers": "99+", "runningTasks": "실행 ģ¤‘ģø ģž‘ģ—… ķ‘œģ‹œ", "tasks": "ģž‘ģ—…", "TaskSystem.noHotSwap": "실행 ģ¤‘ģø ķ™œģ„± ģž‘ģ—…ģ“ ģžˆėŠ” ģž‘ģ—… 실행 ģ—”ģ§„ģ„ ė³€ź²½ķ•˜ė©“ Window넼 ė‹¤ģ‹œ ė”œė“œķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", + "reloadWindow": "ģ°½ ė‹¤ģ‹œ ė”œė“œ", "TaskServer.folderIgnored": "ģž‘ģ—… 버전 0.1.0ģ„ ģ‚¬ģš©ķ•˜ėÆ€ė”œ {0} ķ“ė”ź°€ ė¬“ģ‹œė©ė‹ˆė‹¤.", "TaskService.noBuildTask1": "ģ •ģ˜ėœ ė¹Œė“œ ģž‘ģ—…ģ“ ģ—†ģŠµė‹ˆė‹¤. tasks.json ķŒŒģ¼ģ—ģ„œ ģž‘ģ—…ģ„ 'isBuildCommand'딜 ķ‘œģ‹œķ•˜ģ„øģš”.", "TaskService.noBuildTask2": "ģ •ģ˜ėœ ė¹Œė“œ ģž‘ģ—…ģ“ ģ—†ģŠµė‹ˆė‹¤. tasks.json ķŒŒģ¼ģ—ģ„œ ģž‘ģ—…ģ„ 'build'딜 ķ‘œģ‹œķ•˜ģ„øģš”.", @@ -26,8 +28,8 @@ "selectProblemMatcher": "ģž‘ģ—… ģ¶œė „ģ—ģ„œ ģŠ¤ģŗ”ķ•  오넘 ė° 경고 ģœ ķ˜•ģ„ ģ„ ķƒ", "customizeParseErrors": "ķ˜„ģž¬ ģž‘ģ„± 구성에 ģ˜¤ė„˜ź°€ ģžˆģŠµė‹ˆė‹¤. ģž‘ģ—…ģ„ ģ‚¬ģš©ģž ģ§€ģ •ķ•˜źø° 전에 오넘넼 ģˆ˜ģ •ķ•˜ģ„øģš”.\n", "moreThanOneBuildTask": "tasks.json에 ģ—¬ėŸ¬ ė¹Œė“œ ģž‘ģ—…ģ“ ģ •ģ˜ė˜ģ–“ ģžˆģŠµė‹ˆė‹¤. 첫 번째 ģž‘ģ—…ģ„ ģ‹¤ķ–‰ķ•©ė‹ˆė‹¤.\n", - "TaskSystem.activeSame.background": "'{0}' ģž‘ģ—…ģ“ ģ“ėÆø ķ™œģ„± 상태딜 ė°±ź·øė¼ģš“ė“œ ėŖØė“œģ— ģžˆģŠµė‹ˆė‹¤. ģ¢…ė£Œķ•˜ė ¤ė©“ ģž‘ģ—… ė©”ė‰“ģ—ģ„œ 'ģž‘ģ—… ģ¢…ė£Œ'넼 ģ‚¬ģš©ķ•˜ģ„øģš”.", - "TaskSystem.activeSame.noBackground": "'{0}' ģž‘ģ—…ģ“ ģ“ėÆø ķ™œģ„± ģƒķƒœģž…ė‹ˆė‹¤. ģž‘ģ—…ģ„ ģ¢…ė£Œķ•˜ė ¤ė©“ ģž‘ģ—… ė©”ė‰“ģ—ģ„œ 'ģž‘ģ—… ģ¢…ė£Œ'넼 ģ‚¬ģš©ķ•˜ģ„øģš”.", + "TaskSystem.activeSame.background": "'{0}' ģž‘ģ—…ģ“ ģ“ėÆø ķ™œģ„± 상태딜 ė°±ź·øė¼ģš“ė“œ ėŖØė“œģ— ģžˆģŠµė‹ˆė‹¤. ģ¢…ė£Œķ•˜ė ¤ė©“ [ģž‘ģ—…] ė©”ė‰“ģ—ģ„œ 'ģž‘ģ—… ģ¢…ė£Œ...'넼 ģ‚¬ģš©ķ•˜ģ„øģš”.", + "TaskSystem.activeSame.noBackground": "'{0}' ģž‘ģ—…ģ“ ģ“ėÆø ķ™œģ„± ģƒķƒœģž…ė‹ˆė‹¤. ģ¢…ė£Œķ•˜ė ¤ė©“ [ģž‘ģ—…] ė©”ė‰“ģ—ģ„œ 'ģž‘ģ—… ģ¢…ė£Œ...'넼 ģ‚¬ģš©ķ•˜ģ„øģš”.", "TaskSystem.active": "ģ“ėÆø 실행 ģ¤‘ģø ģž‘ģ—…ģ“ ģžˆģŠµė‹ˆė‹¤. 다넸 ģž‘ģ—…ģ„ ģ‹¤ķ–‰ķ•˜ė ¤ė©“ 먼저 ģ“ ģž‘ģ—…ģ„ ģ¢…ė£Œķ•˜ģ„øģš”.", "TaskSystem.restartFailed": "{0} ģž‘ģ—…ģ„ ģ¢…ė£Œķ•˜ź³  ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤.", "TaskService.noConfiguration": "오넘: {0} ģž‘ģ—… ź²€ģƒ‰ģ—ģ„œėŠ” ė‹¤ģŒ 구성에 ėŒ€ķ•œ ģž‘ģ—…ģ„ ģ œź³µķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤:\n{1}\nģ“ ģž‘ģ—…ģ“ ė¬“ģ‹œė©ė‹ˆė‹¤.\n", @@ -44,9 +46,7 @@ "recentlyUsed": "ģµœź·¼ģ— ģ‚¬ģš©ķ•œ ģž‘ģ—…", "configured": "źµ¬ģ„±ėœ ģž‘ģ—…", "detected": "ź°ģ§€ėœ ģž‘ģ—…", - "TaskService.ignoredFolder": "ģž‘ģ—… 버전 0.1.0ģ„ ģ‚¬ģš©ķ•˜źø° ė•Œė¬øģ— ė‹¤ģŒ ģž‘ģ—… ģ˜ģ—­ ķ“ė”ėŠ” ė¬“ģ‹œė©ė‹ˆė‹¤.", "TaskService.notAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", - "TaskService.ok": "ķ™•ģø", "TaskService.pickRunTask": "실행할 ģž‘ģ—… ģ„ ķƒ", "TaslService.noEntryToRun": "실행할 ģž‘ģ—…ģ“ ģ—†ģŠµė‹ˆė‹¤. ģž‘ģ—… 구성...", "TaskService.fetchingBuildTasks": "ė¹Œė“œ ģž‘ģ—…ģ„ ķŽ˜ģ¹˜ķ•˜ėŠ” 중...", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 1bd330c69f..f504793157 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index a17354af37..9a376a12f4 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "ģž‘ģ—…ģ„ ģ‹¤ķ–‰ķ•˜ėŠ” ė™ģ•ˆ ģ•Œ 수 ģ—†ėŠ” ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. ģžģ„øķ•œ ė‚“ģš©ģ€ ģž‘ģ—… 출렄 딜그넼 ģ°øģ”°ķ•˜ģ„øģš”.", "dependencyFailed": "ģž‘ģ—… ģ˜ģ—­ ķ“ė” '{1}'ģ—ģ„œ ģ¢…ģ† ģž‘ģ—… '{0}'ģ„(넼) ķ™•ģøķ•  수 ģ—†ģŠµė‹ˆė‹¤. ", "TerminalTaskSystem.terminalName": "ģž‘ģ—… - {0}", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index b6ebb7e5c5..c14953a845 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "gulp --tasks-simpleģ„ ģ‹¤ķ–‰ķ•“ė„ ģž‘ģ—…ģ“ ė‚˜ģ—“ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. npm installģ„ ģ‹¤ķ–‰ķ–ˆė‚˜ģš”?", "TaskSystemDetector.noJakeTasks": "jake --tasks넼 ģ‹¤ķ–‰ķ•“ė„ ģž‘ģ—…ģ“ ė‚˜ģ—“ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. npm installģ„ ģ‹¤ķ–‰ķ–ˆė‚˜ģš”?", "TaskSystemDetector.noGulpProgram": "Gulpź°€ ģ‹œģŠ¤ķ…œģ— ģ„¤ģ¹˜ė˜ģ–“ ģžˆģ§€ ģ•ŠģŠµė‹ˆė‹¤. npm install -g gulp넼 ģ‹¤ķ–‰ķ•˜ģ—¬ ģ„¤ģ¹˜ķ•˜ģ„øģš”.", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index e222c1b151..1b90dcc0e5 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "ģž‘ģ—…ģ„ ģ‹¤ķ–‰ķ•˜ėŠ” ė™ģ•ˆ ģ•Œ 수 ģ—†ėŠ” ģ˜¤ė„˜ź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. ģžģ„øķ•œ ė‚“ģš©ģ€ ģž‘ģ—… 출렄 딜그넼 ģ°øģ”°ķ•˜ģ„øģš”.", "TaskRunnerSystem.watchingBuildTaskFinished": "\nė¹Œė“œ ź°ģ‹œ ģž‘ģ—…ģ“ ģ™„ė£Œė˜ģ—ˆģŠµė‹ˆė‹¤.", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/kor/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/kor/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index c62cb2cd28..192277284b 100644 --- a/i18n/kor/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "경고: options.cwdėŠ” string ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤. {0} ź°’ģ„ ė¬“ģ‹œķ•©ė‹ˆė‹¤.\n", "ConfigurationParser.noargs": "오넘: ėŖ…ė ¹ ģøģˆ˜ėŠ” ė¬øģžģ—“ģ˜ ė°°ģ—“ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤. 제공된 ź°’:\n{0}", "ConfigurationParser.noShell": "경고: ģ…ø źµ¬ģ„±ģ€ ģž‘ģ—…ģ„ ķ„°ėÆøė„ģ—ģ„œ 실행 ģ¤‘ģ¼ ė•Œģ—ė§Œ ģ§€ģ›ė©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 456b167f15..0c48b822a8 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, 터미널 ģ„ ķƒźø°", "termCreateEntryAriaLabel": "{0}, 새 터미널 ė§Œė“¤źø°", "workbench.action.terminal.newplus": "$(plus) 새 통합 터미널 ė§Œė“¤źø°", diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index c8be10020c..15637141d7 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "ėŖØė“  ģ—“ė ¤ ģžˆėŠ” 터미널 ķ‘œģ‹œ", "terminal": "터미널", "terminalIntegratedConfigurationTitle": "통합 터미널", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "OS X 터미널에 ģžˆģ„ ė•Œ ģ‚¬ģš©ķ•  명령줄 ģøģˆ˜ģž…ė‹ˆė‹¤.", "terminal.integrated.shell.windows": "ķ„°ėÆøė„ģ“ Windowsģ—ģ„œ ģ‚¬ģš©ķ•˜ėŠ” ģ…øģ˜ ź²½ė”œģž…ė‹ˆė‹¤. Windows와 ķ•Øź»˜ ģ œź³µė˜ėŠ” ģ…øģ„ ģ‚¬ģš©ķ•˜ėŠ” 경우(cmd, PowerShell ė˜ėŠ” Ubuntuģ˜ Bash)", "terminal.integrated.shellArgs.windows": "Windows 터미널에 ģžˆģ„ ė•Œ ģ‚¬ģš©ķ•  명령줄 ģøģˆ˜ģž…ė‹ˆė‹¤.", - "terminal.integrated.rightClickCopyPaste": "ģ„¤ģ •ķ•˜ėŠ” 경우 터미널 ė‚“ģ—ģ„œ 마우스 오넸쪽 단추넼 큓릭할 ė•Œ ģƒķ™©ģ— ė§žėŠ” 메뉓가 ķ‘œģ‹œė˜ģ§€ ģ•Šź³  ėŒ€ģ‹  ģ„ ķƒ ķ•­ėŖ©ģ“ ģžˆģœ¼ė©“ ė³µģ‚¬ķ•˜ź³  ģ„ ķƒ ķ•­ėŖ©ģ“ ģ—†ģœ¼ė©“ ė¶™ģ—¬ė„£ģŠµė‹ˆė‹¤.", + "terminal.integrated.macOptionIsMeta": "macOSģ˜ ķ„°ėÆøė„ģ—ģ„œ ģ˜µģ…˜ 키넼 ė©”ķƒ€ ķ‚¤ė”œ ģ²˜ė¦¬ķ•©ė‹ˆė‹¤.", + "terminal.integrated.copyOnSelection": "ģ„¤ģ •ėœ 경우, ķ„°ėÆøė„ģ—ģ„œ ģ„ ķƒėœ ķ…ģŠ¤ķŠøź°€ ķ“ė¦½ė³“ė“œė”œ ė³µģ‚¬ė©ė‹ˆė‹¤.", "terminal.integrated.fontFamily": "ķ„°ėÆøė„ģ˜ 글꼓 ķŒØė°€ė¦¬ė„¼ ģ œģ–“ķ•˜ė©°, źø°ė³øź°’ģ€ editor.fontFamilyģ˜ ź°’ģž…ė‹ˆė‹¤.", "terminal.integrated.fontSize": "ķ„°ėÆøė„ģ˜ 글꼓 크기(픽셀)넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "terminal.integrated.lineHeight": "ķ„°ėÆøė„ģ˜ 줄 ė†’ģ“ė„¼ ģ œģ–“ķ•©ė‹ˆė‹¤. ģ“ ģˆ«ģžģ— 터미널 글꼓 크기넼 곱핓 ģ‹¤ģ œ 줄 ė†’ģ“(픽셀)넼 ģ–»ģŠµė‹ˆė‹¤.", - "terminal.integrated.enableBold": "터미널 ė‚“ģ—ģ„œ źµµģ€ ķ…ģŠ¤ķŠøė„¼ ģ‚¬ģš©ķ•˜ė„ė” 설정할지 ģ—¬ė¶€ģ“ė©°, 터미널 ģ…øģ˜ ģ§€ģ›ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤.", + "terminal.integrated.fontWeight": "터미널 ė‚“ģ—ģ„œ źµµģ€ źø€ź¼“ģ“ ģ•„ė‹Œ ķ…ģŠ¤ķŠøģ— ģ‚¬ģš©ķ•  글꼓 ė‘ź»˜ģž…ė‹ˆė‹¤.", + "terminal.integrated.fontWeightBold": "터미널 ė‚“ģ—ģ„œ źµµģ€ 글꼓 ķ…ģŠ¤ķŠøģ— ģ‚¬ģš©ķ•  글꼓 ė‘ź»˜ģž…ė‹ˆė‹¤.", "terminal.integrated.cursorBlinking": "터미널 ģ»¤ģ„œ ź¹œė°•ģž„ 여부넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "terminal.integrated.cursorStyle": "터미널 ģ»¤ģ„œģ˜ ģŠ¤ķƒ€ģ¼ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤.", "terminal.integrated.scrollback": "ķ„°ėÆøė„ģ—ģ„œ ė²„ķ¼ģ— ģœ ģ§€ķ•˜ėŠ” ģµœėŒ€ 줄 수넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", "terminal.integrated.setLocaleVariables": "딜캘 ė³€ģˆ˜ź°€ 터미널 ģ‹œģž‘ ģ‹œ ģ„¤ģ •ė˜ėŠ”ģ§€ 여부넼 ģ œģ–“ķ•˜ė©°, źø°ė³øź°’ģ€ OS Xģ—ģ„œ trueģ“ź³  źø°ķƒ€ ķ”Œėž«ķ¼ģ—ģ„œ falseģž…ė‹ˆė‹¤.", + "terminal.integrated.rightClickBehavior": "ķ„°ėÆøė„ģ“ 마우스 오넸쪽 단추 큓릭에 ėŒ€ģ‘ķ•˜ėŠ” ė°©ģ‹ģ„ ģ œģ–“ķ•©ė‹ˆė‹¤. ź°€ėŠ„ķ•œ ź°’ģ€ 'default', 'copyPaste' ė° 'selectWord'ģž…ė‹ˆė‹¤. 'default'ėŠ” ģƒķ™©ģ— ė§žėŠ” 메뉓넼 ķ‘œģ‹œķ•˜ź³ , 'copyPaste'ėŠ” ģ„ ķƒ ķ•­ėŖ©ģ“ ģžˆģœ¼ė©“ ė³µģ‚¬ķ•˜ź³  ģ—†ģœ¼ė©“ 붙여 ė„£ģœ¼ė©°, 'selectWord'ėŠ” ģ»¤ģ„œ ģ•„ėž˜ģ˜ 단얓넼 ģ„ ķƒķ•˜ź³  ģƒķ™©ģ— ė§žėŠ” 메뉓넼 ķ‘œģ‹œķ•©ė‹ˆė‹¤.", "terminal.integrated.cwd": "ķ„°ėÆøė„ģ“ ģ‹œģž‘ė  ėŖ…ģ‹œģ  ģ‹œģž‘ ź²½ė”œģž…ė‹ˆė‹¤. ģ…ø ķ”„ė”œģ„øģŠ¤ģ˜ ķ˜„ģž¬ ģž‘ģ—… 디렉터리(cwd)딜 ģ‚¬ģš©ė©ė‹ˆė‹¤. 루트 디렉터리가 ķŽøė¦¬ķ•œ cwdź°€ ģ•„ė‹Œ 경우 ģž‘ģ—… ģ˜ģ—­ ģ„¤ģ •ģ—ģ„œ ķŠ¹ķžˆ ģœ ģš©ķ•˜ź²Œ ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤.", "terminal.integrated.confirmOnExit": "ėė‚¼ ė•Œ ķ™œģ„± 터미널 ģ„øģ…˜ģ“ ģžˆėŠ”ģ§€ ķ™•ģøķ• ģ§€ ģ—¬ė¶€ģž…ė‹ˆė‹¤.", + "terminal.integrated.enableBell": "터미널 ė²Øģ˜ ģ‚¬ģš© ģ—¬ė¶€ģž…ė‹ˆė‹¤.", "terminal.integrated.commandsToSkipShell": "키 ė°”ģøė”©ģ“ 셸에 ģ „ģ†”ė˜ģ§€ ģ•Šź³  ķ•­ģƒ Codeģ—ģ„œ ģ²˜ė¦¬ė˜ėŠ” ėŖ…ė ¹ ID ģ§‘ķ•©ģž…ė‹ˆė‹¤. ė”°ė¼ģ„œ ģ…øģ—ģ„œ ģ •ģƒģ ģœ¼ė”œ ģ‚¬ģš©ė˜ģ–“ 터미널에 ķ¬ģ»¤ģŠ¤ź°€ ģ—†ģ„ ė•Œģ™€ ė™ģ¼ķ•˜ź²Œ ģž‘ė™ķ•˜ėŠ” 키 ė°”ģøė”©ģ„ ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤(예: 넼 ģ‚¬ģš©ķ•˜ģ—¬ Quick Open ģ‹œģž‘).", "terminal.integrated.env.osx": "OS Xģ˜ ķ„°ėÆøė„ģ“ ģ‚¬ģš©ķ•˜ėŠ” VS Code ķ”„ė”œģ„øģŠ¤ģ— 추가될 ķ™˜ź²½ ė³€ģˆ˜ė„¼ ķ¬ķ•Øķ•œ 개첓", "terminal.integrated.env.linux": "Linuxģ˜ ķ„°ėÆøė„ģ—ģ„œ ģ‚¬ģš©ķ•  VS Code ķ”„ė”œģ„øģŠ¤ģ— ģ¶”ź°€ė˜ėŠ” ķ™˜ź²½ ė³€ģˆ˜ė„¼ ķ¬ķ•Øķ•œ 개첓", "terminal.integrated.env.windows": "Windowsģ˜ ķ„°ėÆøė„ģ—ģ„œ ģ‚¬ģš©ķ•  VS Code ķ”„ė”œģ„øģŠ¤ģ— ģ¶”ź°€ė˜ėŠ” ķ™˜ź²½ ė³€ģˆ˜ė„¼ ķ¬ķ•Øķ•œ 개첓", + "terminal.integrated.showExitAlert": "ģ¢…ė£Œ ģ½”ė“œź°€ 0ģ“ ģ•„ė‹Œ 경우 `터미널 ķ”„ė”œģ„øģŠ¤ź°€ ģ¢…ė£Œ ģ½”ė“œė”œ ģ¢…ė£Œė˜ģ—ˆģŠµė‹ˆė‹¤` 경고넼 ķ‘œģ‹œķ•©ė‹ˆė‹¤.", + "terminal.integrated.experimentalRestore": "VS Code넼 ģ‹œģž‘ķ•  ė•Œ ģž‘ģ—… ģ˜ģ—­ģ— ėŒ€ķ•œ 터미널 ģ„øģ…˜ģ„ ģžė™ģœ¼ė”œ 복원할지 여부넼 ģ§€ģ •ķ•©ė‹ˆė‹¤. ģ“ ģ„¤ģ •ģ€ ģ‹¤ķ—˜ģ  ģ„¤ģ •ģ“ėÆ€ė”œ 버그가 ģžˆģ„ 수 ģžˆź³  햄후 변경될 수 ģžˆģŠµė‹ˆė‹¤.", "terminalCategory": "터미널", "viewCategory": "볓기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 9415bbb914..15c1824a8b 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "통합 터미널 설정/ķ•“ģ œ", "workbench.action.terminal.kill": "ķ™œģ„± 터미널 ģøģŠ¤ķ„“ģŠ¤ ģ¢…ė£Œ", "workbench.action.terminal.kill.short": "터미널 ģ¢…ė£Œ", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "모두 ģ„ ķƒ", "workbench.action.terminal.deleteWordLeft": "왼쪽 단얓 ģ‚­ģ œ", "workbench.action.terminal.deleteWordRight": "오넸쪽 단얓 ģ‚­ģ œ", + "workbench.action.terminal.moveToLineStart": "줄 ģ‹œģž‘ģœ¼ė”œ ģ“ė™", + "workbench.action.terminal.moveToLineEnd": "줄 ėģœ¼ė”œ ģ“ė™", "workbench.action.terminal.new": "새 통합 터미널 ė§Œė“¤źø°", "workbench.action.terminal.new.short": "새 터미널", + "workbench.action.terminal.newWorkspacePlaceholder": "새 ķ„°ėÆøė„ģ˜ ķ˜„ģž¬ ģž‘ģ—… 디렉토리넼 ģ„ ķƒķ•©ė‹ˆė‹¤.", + "workbench.action.terminal.newInActiveWorkspace": "새 통합 터미널 ė§Œė“¤źø°(ķ™œģ„± ģž‘ģ—… ģ˜ģ—­ģ—)", + "workbench.action.terminal.split": "터미널 ė¶„ķ• ", + "workbench.action.terminal.focusPreviousPane": "ģ“ģ „ 창에 ķ¬ģ»¤ģŠ¤", + "workbench.action.terminal.focusNextPane": "ė‹¤ģŒ 창에 ķ¬ģ»¤ģŠ¤", + "workbench.action.terminal.resizePaneLeft": "ģ°½ 왼쪽 크기 ģ”°ģ •", + "workbench.action.terminal.resizePaneRight": "ģ°½ 오넸쪽 크기 ģ”°ģ •", + "workbench.action.terminal.resizePaneUp": "ģ°½ ģœ„ģŖ½ 크기 ģ”°ģ •", + "workbench.action.terminal.resizePaneDown": "ģ°½ ģ•„ėž˜ģŖ½ 크기 ģ”°ģ •", "workbench.action.terminal.focus": "터미널에 ķ¬ģ»¤ģŠ¤", "workbench.action.terminal.focusNext": "ė‹¤ģŒ 터미널에 ķ¬ģ»¤ģŠ¤", "workbench.action.terminal.focusPrevious": "ģ“ģ „ 터미널에 ķ¬ģ»¤ģŠ¤", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "ķ™œģ„± ķ„°ėÆøė„ģ—ģ„œ ģ„ ķƒķ•œ ķ…ģŠ¤ķŠø 실행", "workbench.action.terminal.runActiveFile": "ķ™œģ„± ķ„°ėÆøė„ģ—ģ„œ ķ™œģ„± ķŒŒģ¼ 실행", "workbench.action.terminal.runActiveFile.noFile": "ė””ģŠ¤ķ¬ģ˜ ķŒŒģ¼ė§Œ ķ„°ėÆøė„ģ—ģ„œ 실행할 수 ģžˆģŠµė‹ˆė‹¤.", - "workbench.action.terminal.switchTerminalInstance": "터미널 ģøģŠ¤ķ„“ģŠ¤ ģ „ķ™˜", + "workbench.action.terminal.switchTerminal": "터미널 ģ „ķ™˜", "workbench.action.terminal.scrollDown": "ģ•„ėž˜ė”œ 스크딤(줄)", "workbench.action.terminal.scrollDownPage": "ģ•„ėž˜ė”œ 스크딤(ķŽ˜ģ“ģ§€)", "workbench.action.terminal.scrollToBottom": "ė§Ø ģ•„ėž˜ė”œ 스크딤", diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 32869d5021..6a5919965d 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "ķ„°ėÆøė„ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ģ“ ģ„¤ģ •ģ„ ģ‚¬ģš©ķ•˜ė©“ 터미널\n ģƒ‰ģ„ ķŒØė„ź³¼ ė‹¤ė„“ź²Œ 지정할 수 ģžˆģŠµė‹ˆė‹¤.", "terminal.foreground": "ķ„°ėÆøė„ģ˜ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "terminalCursor.foreground": "터미널 ģ»¤ģ„œģ˜ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "terminalCursor.background": "터미널 ģ»¤ģ„œģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤. ėø”ė” ģ»¤ģ„œģ™€ 겹친 ė¬øģžģ˜ ģƒ‰ģƒģ„ ģ‚¬ģš©ģž ģ •ģ˜ķ•  수 ģžˆģŠµė‹ˆė‹¤.", "terminal.selectionBackground": "ķ„°ėÆøė„ģ˜ ģ„ ķƒ ģ˜ģ—­ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", - "terminal.ansiColor": "ķ„°ėÆøė„ģ˜ '{0}' ANSI ģƒ‰ģž…ė‹ˆė‹¤." + "terminal.border": "터미널 ė‚“ģ˜ ė¶„ķ•  ģ°½ģ„ źµ¬ė¶„ķ•˜ėŠ” ķ…Œė‘ė¦¬ģ˜ ģƒ‰ģž…ė‹ˆė‹¤. źø°ė³øź°’ģ€ panel.borderģž…ė‹ˆė‹¤.", + "terminal.ansiColor": "ķ„°ėÆøė„ģ˜ '{0}' ANSI ģƒ‰ģƒ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index 85f72d33d6..14af28dde1 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "ķ„°ėÆøė„ģ—ģ„œ {0}(ģž‘ģ—… ģ˜ģ—­ ģ„¤ģ •ģœ¼ė”œ ģ •ģ˜ėØ)ģ“(ź°€) ģ‹œģž‘ė˜ė„ė”\n ķ—ˆģš©ķ• ź¹Œģš”?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index c45550055e..429da27b98 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 1834a3bba2..a00cac3cea 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "빈 줄", + "terminal.integrated.a11yPromptLabel": "터미널 ģž…ė „", + "terminal.integrated.a11yTooMuchOutput": "ė°œķ‘œķ•  ģ¶œė „ģ“ ė„ˆė¬“ ė§ŽģŒ, ģ½ģ„ ķ–‰ģœ¼ė”œ ģˆ˜ė™ ģ“ė™", "terminal.integrated.copySelection.noSelection": "터미널에 복사할 ģ„ ķƒ ķ•­ėŖ©ģ“ ģ—†ģŒ", "terminal.integrated.exitedWithCode": "터미널 ķ”„ė”œģ„øģŠ¤ź°€ ģ¢…ė£Œ ģ½”ė“œ {0}(으)딜 ģ¢…ė£Œė˜ģ—ˆģŠµė‹ˆė‹¤.", "terminal.integrated.waitOnExit": "ķ„°ėÆøė„ģ„ ė‹«ģœ¼ė ¤ė©“ 아묓 ķ‚¤ė‚˜ ėˆ„ė„“ģ„øģš”.", - "terminal.integrated.launchFailed": "터미널 ķ”„ė”œģ„øģŠ¤ ėŖ…ė ¹ `{0}{1}`ģ“(ź°€) ģ‹œģž‘ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤(ģ¢…ė£Œ ģ½”ė“œ: {2})." + "terminal.integrated.launchFailed": "터미널 ķ”„ė”œģ„øģŠ¤ ėŖ…ė ¹ '{0}{1}'ģ„(넼) ģ‹¤ķ–‰ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤(ģ¢…ė£Œ ģ½”ė“œ: {2})." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index f5eb52e9f4..13f9aded52 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Alt 키넼 ėˆ„ė„“ź³  ķ“ė¦­ķ•˜ģ—¬ 링크딜 ģ“ė™", "terminalLinkHandler.followLinkCmd": "Cmd 키넼 ėˆ„ė„“ź³  ķ“ė¦­ķ•˜ģ—¬ 링크딜 ģ“ė™", "terminalLinkHandler.followLinkCtrl": "Ctrl 키넼 ėˆ„ė„“ź³  ķ“ė¦­ķ•˜ģ—¬ 링크딜 ģ“ė™" diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index 08eba97a0d..773e393a39 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "복사", "paste": "붙여넣기", "selectAll": "모두 ģ„ ķƒ", - "clear": "ģ§€ģš°źø°" + "clear": "ģ§€ģš°źø°", + "split": "ė¶„ķ• " } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index b21bf5b25f..4a7bfa0952 100644 --- a/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "ģ‚¬ģš©ģž 지정 단추넼 ģ„ ķƒķ•˜ģ—¬ źø°ė³ø 터미널 ģ…øģ„ 변경할 수 ģžˆģŠµė‹ˆė‹¤.", "customize": "ģ‚¬ģš©ģž 지정", - "cancel": "ģ·Øģ†Œ", "never again": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", "terminal.integrated.chooseWindowsShell": "기본으딜 설정할 터미널 ģ…øģ„ ģ„ ķƒķ•˜ģ„øģš”. ė‚˜ģ¤‘ģ— ģ„¤ģ •ģ—ģ„œ ģ“ ģ…øģ„ 변경할 수 ģžˆģŠµė‹ˆė‹¤.", "terminalService.terminalCloseConfirmationSingular": "ķ™œģ„± 터미널 ģ„øģ…˜ģ“ ģžˆģŠµė‹ˆė‹¤. ģ¢…ė£Œķ• ź¹Œģš”?", diff --git a/i18n/kor/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index c71597794c..ba68ec1820 100644 --- a/i18n/kor/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "ģƒ‰ ķ…Œė§ˆ", "themes.category.light": "ė°ģ€ ķ…Œė§ˆ", "themes.category.dark": "ģ–“ė‘ģš“ ķ…Œė§ˆ", diff --git a/i18n/kor/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 986203ff92..0e9f47c7b1 100644 --- a/i18n/kor/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "ģ“ ģž‘ģ—… ģ˜ģ—­ģ—ėŠ” [ģ‚¬ģš©ģž 설정]ģ—ģ„œė§Œ 설정할 수 ģžˆėŠ” ģ„¤ģ •ģ“ ķ¬ķ•Øė©ė‹ˆė‹¤. ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "ģž‘ģ—… ģ˜ģ—­ 설정 ģ—“źø°", - "openDocumentation": "ģžģ„øķ•œ 정볓", - "ignore": "ė¬“ģ‹œ" + "dontShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", + "unsupportedWorkspaceSettings": "ģ“ ģž‘ģ—… ģ˜ģ—­ģ—ėŠ” ģ‚¬ģš©ģž 설정({0})ģ—ģ„œė§Œ 지정할 수 ģžˆėŠ” ģ„¤ģ •ģ“ ķ¬ķ•Øė˜ģ–“ ģžˆģŠµė‹ˆė‹¤. ģžģ„øķžˆ ģ•Œģ•„ė³“ė ¤ė©“ [여기]({1})넼 ķ“ė¦­ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/kor/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index 92bb4a6387..5282badda6 100644 --- a/i18n/kor/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "릓리스 정볓: {0}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index d139ea68a0..9ebeeeebfa 100644 --- a/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "릓리스 정볓", - "updateConfigurationTitle": "ģ—…ė°ģ“ķŠø", - "updateChannel": "ģ—…ė°ģ“ķŠø ģ±„ė„ģ—ģ„œ ģžė™ ģ—…ė°ģ“ķŠøė„¼ ė°›ģ„ģ§€ 여부넼 źµ¬ģ„±ķ•©ė‹ˆė‹¤. 변경 후 ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ ķ•©ė‹ˆė‹¤." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "릓리스 정볓" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.i18n.json index bb502a90cb..7c0e09cd6d 100644 --- a/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "ģ§€źøˆ ģ—…ė°ģ“ķŠø", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "ė‚˜ģ¤‘ģ—", "unassigned": "ķ• ė‹¹ė˜ģ§€ ģ•ŠģŒ", "releaseNotes": "릓리스 정볓", "showReleaseNotes": "릓리스 정볓 ķ‘œģ‹œ", - "downloadNow": "ģ§€źøˆ ė‹¤ģš“ė”œė“œ", "read the release notes": "{0} v{1}ģ„(넼) ģ‹œģž‘ķ•©ė‹ˆė‹¤. 릓리스 정볓넼 ķ™•ģøķ•˜ģ‹œź² ģŠµė‹ˆź¹Œ?", - "licenseChanged": "ģ‚¬ģš© ģ”°ź±“ģ“ ė³€ź²½ė˜ģ—ˆģŠµė‹ˆė‹¤. ģžģ„øķžˆ ģ½ģ–“ė³“ģ„øģš”.", - "license": "ė¼ģ“ģ„ ģŠ¤ ģ½źø°", + "licenseChanged": "ģ‚¬ģš© ģ”°ź±“ģ“ ė³€ź²½ė˜ģ—ˆģŠµė‹ˆė‹¤. [여기]({0})넼 ķ“ė¦­ķ•˜ģ—¬ ģžģ„øķžˆ ģ½ģ–“ė³“ģ„øģš”.", "neveragain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", - "64bitisavailable": "64ė¹„ķŠø Windows용 {0}ģ„(넼) ģ§€źøˆ ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤.", - "learn more": "ģžģ„øķ•œ 정볓", + "64bitisavailable": "64ė¹„ķŠø Windows용 {0}ģ„(넼) ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤. ģžģ„øķžˆ ģ•Œģ•„ė³“ė ¤ė©“ [여기]({1})넼 ķ“ė¦­ķ•˜ģ„øģš”.", "updateIsReady": "새 {0}Ā ģ—…ė°ģ“ķŠøė„¼ ģ‚¬ģš©ķ•  수 ģžˆģŠµė‹ˆė‹¤.", + "noUpdatesAvailable": "ķ˜„ģž¬ ģ‚¬ģš©ķ•  수 ģžˆėŠ” ģ—…ė°ģ“ķŠøź°€ ģ—†ģŠµė‹ˆė‹¤.", + "ok": "ķ™•ģø", + "download now": "ģ§€źøˆ ė‹¤ģš“ė”œė“œ", "thereIsUpdateAvailable": "ģ‚¬ģš© ź°€ėŠ„ķ•œ ģ—…ė°ģ“ķŠøź°€ ģžˆģŠµė‹ˆė‹¤.", - "updateAvailable": "ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ė©“ {0}ģ“(ź°€) ģ—…ė°ģ“ķŠøė©ė‹ˆė‹¤.", - "noUpdatesAvailable": "ķ˜„ģž¬ ģ‚¬ģš© ź°€ėŠ„ķ•œ ģ—…ė°ģ“ķŠøź°€ ģ—†ģŠµė‹ˆė‹¤.", + "installUpdate": "ģ—…ė°ģ“ķŠø ģ„¤ģ¹˜", + "updateAvailable": "ģ‚¬ģš© ź°€ėŠ„ķ•œ ģ—…ė°ģ“ķŠøź°€ ģžˆģŠµė‹ˆė‹¤. {0} {1}", + "updateInstalling": "{0} {1}ģ“(ź°€) ė°±ź·øė¼ģš“ė“œė”œ ģ„¤ģ¹˜ė˜ź³  ģžˆģŠµė‹ˆė‹¤. ģ™„ė£Œė˜ė©“ ģ•Œė ¤ė“œė¦¬ź² ģŠµė‹ˆė‹¤.", + "updateNow": "ģ§€źøˆ ģ—…ė°ģ“ķŠø", + "updateAvailableAfterRestart": "ė‹¤ģ‹œ ģ‹œģž‘ķ•˜ė©“ {0}ģ“(ź°€) ģ—…ė°ģ“ķŠøė©ė‹ˆė‹¤.", "commandPalette": "ėŖ…ė ¹ ķŒ”ė ˆķŠø...", "settings": "설정", "keyboardShortcuts": "ė°”ė”œ 가기 키(&&K)", + "showExtensions": "ķ™•ģž„ ꓀리", + "userSnippets": "ģ‚¬ģš©ģž ģ½”ė“œ 씰각", "selectTheme.label": "ģƒ‰ ķ…Œė§ˆ", "themes.selectIconTheme.label": "ķŒŒģ¼ ģ•„ģ“ģ½˜ ķ…Œė§ˆ", - "not available": "ģ—…ė°ģ“ķŠøė„¼ ģ‚¬ģš©ķ•  수 ģ—†ģŒ", + "checkForUpdates": "ģ—…ė°ģ“ķŠø ķ™•ģø...", "checkingForUpdates": "ģ—…ė°ģ“ķŠøė„¼ ķ™•ģøķ•˜ėŠ” 중...", - "DownloadUpdate": "ģ‚¬ģš© ź°€ėŠ„ķ•œ ģ—…ė°ģ“ķŠø ė‹¤ģš“ė”œė“œ", "DownloadingUpdate": "ģ—…ė°ģ“ķŠøė„¼ ė‹¤ģš“ė”œė“œķ•˜ėŠ” 중...", - "InstallingUpdate": "ģ—…ė°ģ“ķŠøė„¼ ģ„¤ģ¹˜ķ•˜ėŠ” 중...", - "restartToUpdate": "ģ—…ė°ģ“ķŠøķ•˜źø° ģœ„ķ•“ ė‹¤ģ‹œ ģ‹œģž‘...", - "checkForUpdates": "ģ—…ė°ģ“ķŠø ķ™•ģø..." + "installUpdate...": "ģ—…ė°ģ“ķŠø ģ„¤ģ¹˜...", + "installingUpdate": "ģ—…ė°ģ“ķŠøė„¼ ģ„¤ģ¹˜ķ•˜ėŠ” 중...", + "restartToUpdate": "ģ—…ė°ģ“ķŠøķ•˜źø° ģœ„ķ•“ ė‹¤ģ‹œ ģ‹œģž‘..." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/kor/src/vs/workbench/parts/views/browser/views.i18n.json index 126ed4fd56..8f19d1890b 100644 --- a/i18n/kor/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index 25892e50a6..b73af4285f 100644 --- a/i18n/kor/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/kor/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 0cc190cfb7..073178e475 100644 --- a/i18n/kor/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "ėŖØė“  ėŖ…ė ¹ ķ‘œģ‹œ", "watermark.quickOpen": "ķŒŒģ¼ė”œ ģ“ė™", "watermark.openFile": "ķŒŒģ¼ ģ—“źø°", diff --git a/i18n/kor/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 815721d39b..2926a4323a 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "ķŒŒģ¼ ķƒģƒ‰źø°", "welcomeOverlay.search": "전첓 ķŒŒģ¼ ź²€ģƒ‰", "welcomeOverlay.git": "ģ†ŒģŠ¤ ģ½”ė“œ ꓀리", diff --git a/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index 5040b38f74..cccd10d821 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "ķŽøģ§‘ ķ–„ģƒėØ", "welcomePage.start": "ģ‹œģž‘", diff --git a/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index 375f27f648..1778ad62e9 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "ģ›Œķ¬ė²¤ģ¹˜", "workbench.startupEditor.none": "ķŽøģ§‘źø°ė„¼ ģ‚¬ģš©ķ•˜ģ§€ ģ•Šź³  ģ‹œģž‘ķ•©ė‹ˆė‹¤.", "workbench.startupEditor.welcomePage": "ģ‹œģž‘ ķŽ˜ģ“ģ§€ė„¼ ģ—½ė‹ˆė‹¤(źø°ė³øź°’).", diff --git a/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 65a67f13f6..b195345440 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "ģ‹œģž‘", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "{0} ģ§€ģ›ģ“ ģ“ėÆø ģ„¤ģ¹˜ė˜ģ–“ ģžˆģŠµė‹ˆė‹¤.", "ok": "ķ™•ģø", "details": "세부 정볓", - "cancel": "ģ·Øģ†Œ", "welcomePage.buttonBackground": "ģ‹œģž‘ ķŽ˜ģ“ģ§€ģ—ģ„œ ė‹Øģ¶”ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "welcomePage.buttonHoverBackground": "ģ‹œģž‘ ķŽ˜ģ“ģ§€ģ—ģ„œ ė‹Øģ¶”ģ˜ ģ»¤ģ„œ 올리기 ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 5965ac6164..f7c8f71650 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "ėŒ€ķ™”ķ˜• ģ‹¤ģŠµ", "editorWalkThrough": "ėŒ€ķ™”ķ˜• ģ‹¤ģŠµ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index a2159edc89..f1bbeff220 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "ėŒ€ķ™”ķ˜• ģ‹¤ģŠµ", "help": "ė„ģ›€ė§", "interactivePlayground": "ėŒ€ķ™”ķ˜• ģ‹¤ģŠµ" diff --git a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index 0469b70c3e..3f99b36bca 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "ģœ„ė”œ 스크딤(줄)", "editorWalkThrough.arrowDown": "ģ•„ėž˜ė”œ 스크딤(줄)", "editorWalkThrough.pageUp": "ģœ„ė”œ 스크딤(ķŽ˜ģ“ģ§€)", diff --git a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 25c6b86854..7311ae4113 100644 --- a/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "ė°”ģøė”© ģ•ˆ 됨", "walkThrough.gitNotFound": "Gitź°€ ģ‹œģŠ¤ķ…œģ— ģ„¤ģ¹˜ė˜ģ§€ ģ•Šģ€ 것 ź°™ģŠµė‹ˆė‹¤.", "walkThrough.embeddedEditorBackground": "ėŒ€ķ™”ķ˜• ģ‹¤ģŠµģ—ģ„œ ķ¬ķ•Øėœ ķŽøģ§‘źø°ģ˜ ė°°ź²½ģƒ‰ģž…ė‹ˆė‹¤." diff --git a/i18n/kor/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..b98ce40e58 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "메뉓 ķ•­ėŖ©ģ€ ė°°ģ—“ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "requirestring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "optstring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.menuItem.command": "실행할 ėŖ…ė ¹ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤. ėŖ…ė ¹ģ€ 'ėŖ…ė ¹' ģ„¹ģ…˜ģ— ģ„ ģ–øė˜ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.menuItem.alt": "실행할 ėŒ€ģ²“ ėŖ…ė ¹ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤. ėŖ…ė ¹ģ€ 'ėŖ…ė ¹' ģ„¹ģ…˜ģ— ģ„ ģ–øė˜ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.menuItem.when": "ģ“ ķ•­ėŖ©ģ„ ķ‘œģ‹œķ•˜źø° ģœ„ķ•“ true여야 ķ•˜ėŠ” ģ”°ź±“ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.menuItem.group": "ģ“ ėŖ…ė ¹ģ“ ģ†ķ•˜ėŠ” ź·øė£¹ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.menus": "ķŽøģ§‘źø°ģ— 메뉓 ķ•­ėŖ©ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", + "menus.commandPalette": "ėŖ…ė ¹ ķŒ”ė ˆķŠø", + "menus.touchBar": "ķ„°ģ¹˜ ė°”(macOS ģ „ģš©)", + "menus.editorTitle": "ķŽøģ§‘źø° 제목 메뉓", + "menus.editorContext": "ķŽøģ§‘źø° ģƒķ™©ģ— ė§žėŠ” 메뉓", + "menus.explorerContext": "ķŒŒģ¼ ķƒģƒ‰źø° ģƒķ™©ģ— ė§žėŠ” 메뉓", + "menus.editorTabContext": "ķŽøģ§‘źø° 탭 ģƒķ™©ģ— ė§žėŠ” 메뉓", + "menus.debugCallstackContext": "디버그 호출 ģŠ¤ķƒ ģƒķ™©ģ— ė§žėŠ” 메뉓", + "menus.scmTitle": "ģ†ŒģŠ¤ ģ œģ–“ 제목 메뉓", + "menus.scmSourceControl": "ģ†ŒģŠ¤ ģ œģ–“ 메뉓", + "menus.resourceGroupContext": "ģ†ŒģŠ¤ ģ œģ–“ ė¦¬ģ†ŒģŠ¤ 그룹 ģƒķ™©ģ— ė§žėŠ” 메뉓", + "menus.resourceStateContext": "ģ†ŒģŠ¤ ģ œģ–“ ė¦¬ģ†ŒģŠ¤ 상태 ģƒķ™©ģ— ė§žėŠ” 메뉓", + "view.viewTitle": "źø°ģ—¬ 씰회 제목 메뉓", + "view.itemContext": "źø°ģ—¬ 씰회 ķ•­ėŖ© ģƒķ™©ģ— ė§žėŠ” 메뉓", + "nonempty": "비얓 ģžˆģ§€ ģ•Šģ€ ź°’ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤.", + "opticon": "`icon` ģ†ģ„±ģ€ ģƒėžµķ•  수 ģžˆź±°ė‚˜ ė¬øģžģ—“ ė˜ėŠ” ė¦¬ķ„°ėŸ“(예: `{dark, light}`)ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "requireStringOrObject": "`{0}` ģ†ģ„±ģ€ ķ•„ģˆ˜ģ“ė©° `string` ė˜ėŠ” `object` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "requirestrings": "`{0}` ė° `{1}` ģ†ģ„±ģ€ ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.commandType.command": "실행할 ėŖ…ė ¹ģ˜ ģ‹ė³„ģž", + "vscode.extension.contributes.commandType.title": "ėŖ…ė ¹ģ“ UI에 ķ‘œģ‹œė˜ėŠ” ģ œėŖ©ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.commandType.category": "(ģ„ ķƒ 사항) UIģ—ģ„œ 명령별 범주 ė¬øģžģ—“ģ„ ź·øė£¹ķ™”ķ•©ė‹ˆė‹¤.", + "vscode.extension.contributes.commandType.icon": "(ģ„ ķƒ 사항) UIģ—ģ„œ ėŖ…ė ¹ģ„ ė‚˜ķƒ€ė‚“ėŠ” ė° ģ‚¬ģš©ė˜ėŠ” ģ•„ģ“ģ½˜ģž…ė‹ˆė‹¤. ķŒŒģ¼ 경딜 ė˜ėŠ” ķ…Œė§ˆ 지정 ź°€ėŠ„ źµ¬ģ„±ģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.commandType.icon.light": "ė°ģ€ ķ…Œė§ˆź°€ ģ‚¬ģš©ė  ź²½ģš°ģ˜ ģ•„ģ“ģ½˜ ź²½ė”œģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.commandType.icon.dark": "ģ–“ė‘ģš“ ķ…Œė§ˆź°€ ģ‚¬ģš©ė  ź²½ģš°ģ˜ ģ•„ģ“ģ½˜ ź²½ė”œģž…ė‹ˆė‹¤.", + "vscode.extension.contributes.commands": "ėŖ…ė ¹ ķŒ”ė ˆķŠøģ— ėŖ…ė ¹ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", + "dup": "`ėŖ…ė ¹` ģ„¹ģ…˜ģ— `{0}` ėŖ…ė ¹ģ“ ģ—¬ėŸ¬ 번 ė‚˜ķƒ€ė‚©ė‹ˆė‹¤.", + "menuId.invalid": "`{0}`ģ€(ėŠ”) ģœ ķšØķ•œ 메뉓 ģ‹ė³„ģžź°€ ģ•„ė‹™ė‹ˆė‹¤.", + "missing.command": "메뉓 ķ•­ėŖ©ģ“ 'ėŖ…ė ¹' ģ„¹ģ…˜ģ— ģ •ģ˜ė˜ģ§€ ģ•Šģ€ `{0}` ėŖ…ė ¹ģ„ ģ°øģ”°ķ•©ė‹ˆė‹¤.", + "missing.altCommand": "메뉓 ķ•­ėŖ©ģ“ 'ėŖ…ė ¹' ģ„¹ģ…˜ģ— ģ •ģ˜ė˜ģ§€ ģ•Šģ€ alt ėŖ…ė ¹ `{0}`ģ„(넼) ģ°øģ”°ķ•©ė‹ˆė‹¤.", + "dupe.command": "메뉓 ķ•­ėŖ©ģ“ ė™ģ¼ķ•œ ėŖ…ė ¹ģ„ źø°ė³øź°’ź³¼ alt ėŖ…ė ¹ģœ¼ė”œ ģ°øģ”°ķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index a790ec1d90..2a654df66a 100644 --- a/i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/kor/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "ģ„¤ģ •ģ„ ģš”ģ•½ķ•©ė‹ˆė‹¤. ģ“ ė ˆģ“ėø”ģ€ 설정 ķŒŒģ¼ģ—ģ„œ 구분 ģ£¼ģ„ģœ¼ė”œ ģ‚¬ģš©ė©ė‹ˆė‹¤.", "vscode.extension.contributes.configuration.properties": "구성 ģ†ģ„±ģ— ėŒ€ķ•œ ģ„¤ėŖ…ģž…ė‹ˆė‹¤.", "scope.window.description": "[ģ‚¬ģš©ģž] 설정 ė˜ėŠ” [ģž‘ģ—… ģ˜ģ—­] ģ„¤ģ •ģ—ģ„œ 구성할 수 ģžˆėŠ” ģ°½ ķŠ¹ģ • źµ¬ģ„±ģž…ė‹ˆė‹¤.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "ķ“ė”ģ— ėŒ€ķ•œ ģ„ ķƒģ  ģ“ė¦„ģž…ė‹ˆė‹¤.", "workspaceConfig.uri.description": "ķ“ė” URI", "workspaceConfig.settings.description": "ģž‘ģ—… ģ˜ģ—­ 설정", + "workspaceConfig.launch.description": "ģž‘ģ—… ģ˜ģ—­ ģ‹œģž‘ 구성", "workspaceConfig.extensions.description": "ģž‘ģ—… ģ˜ģ—­ ķ™•ģž„", "unknownWorkspaceProperty": "ģ•Œ 수 ģ—†ėŠ” ģž‘ģ—… ģ˜ģ—­ 구성 ģ†ģ„±" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/kor/src/vs/workbench/services/configuration/node/configuration.i18n.json index 96b95e7ea9..a35ad68a0d 100644 --- a/i18n/kor/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/kor/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/kor/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index 7b4d9af470..9796c171f5 100644 --- a/i18n/kor/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "ģž‘ģ—… 구성 ģ—“źø°", "openLaunchConfiguration": "ģ‹œģž‘ 구성 ģ—“źø°", - "close": "ė‹«źø°", "open": "설정 ģ—“źø°", "saveAndRetry": "ģ €ģž„ ė° ė‹¤ģ‹œ ģ‹œė„", "errorUnknownKey": "{1}ģ€(ėŠ”) ė“±ė”ėœ źµ¬ģ„±ģ“ ģ•„ė‹ˆėÆ€ė”œ {0}에 쓸 수 ģ—†ģŠµė‹ˆė‹¤.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "{0}ģ“(ź°€) ģ—¬ėŸ¬ ķ“ė” ģž‘ģ—… ģ˜ģ—­ģ—ģ„œ ģž‘ģ—… ģ˜ģ—­ ė²”ģœ„ė„¼ ģ§€ģ›ķ•˜ģ§€ ģ•Šģœ¼ėÆ€ė”œ ģž‘ģ—… ģ˜ģ—­ 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤.", "errorInvalidFolderTarget": "ė¦¬ģ†ŒģŠ¤ź°€ ģ œź³µė˜ģ§€ ģ•Šģœ¼ėÆ€ė”œ ķ“ė” 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤.", "errorNoWorkspaceOpened": "ģž‘ģ—… ģ˜ģ—­ģ“ ģ—“ė ¤ ģžˆģ§€ ģ•Šģœ¼ėÆ€ė”œ {0}에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. 먼저 ģž‘ģ—… ģ˜ģ—­ģ„ ģ—“ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorInvalidTaskConfiguration": "ģž‘ģ—… ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **ģž‘ģ—…**Ā ķŒŒģ¼ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorInvalidLaunchConfiguration": "실행 ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **실행** ķŒŒģ¼ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorInvalidConfiguration": "ģ‚¬ģš©ģž 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **ģ‚¬ģš©ģž 설정** ķŒŒģ¼ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorInvalidConfigurationWorkspace": "ģž‘ģ—… ģ˜ģ—­ 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **ģž‘ģ—… ģ˜ģ—­ 설정** ķŒŒģ¼ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorInvalidConfigurationFolder": "ķ“ė” 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **{0}** ķ“ė” ģ•„ėž˜ģ˜ **ķ“ė” 설정** ķŒŒģ¼ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorTasksConfigurationFileDirty": "ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģž‘ģ—… ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **ģž‘ģ—… 구성** ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorLaunchConfigurationFileDirty": "ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģ‹œģž‘ ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **ģ‹œģž‘ 구성** ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorConfigurationFileDirty": "ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģ‚¬ģš©ģž 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **ģ‚¬ģš©ģž 설정** ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorConfigurationFileDirtyWorkspace": "ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģž‘ģ—… ģ˜ģ—­ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **ģž‘ģ—… ģ˜ģ—­ 설정** ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorConfigurationFileDirtyFolder": "ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ķ“ė” 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **{0}** ķ“ė” ģ•„ėž˜ģ˜ **ķ“ė” 설정** ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorInvalidTaskConfiguration": "ģž‘ģ—… 구성 ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ—“ź³  오넘/경고넼 ģˆ˜ģ •ķ•œ ė‹¤ģŒ ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorInvalidLaunchConfiguration": "ģ‹œģž‘ 구성 ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ—“ź³  오넘/경고넼 ģˆ˜ģ •ķ•œ ė‹¤ģŒ ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorInvalidConfiguration": "ģ‚¬ģš©ģž 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ģ‚¬ģš©ģž ģ„¤ģ •ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorInvalidConfigurationWorkspace": "ģž‘ģ—… ģ˜ģ—­ 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ģž‘ģ—… ģ˜ģ—­ ģ„¤ģ •ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorInvalidConfigurationFolder": "ķ“ė” 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. '{0}' ķ“ė” ģ„¤ģ •ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorTasksConfigurationFileDirty": "ģž‘ģ—… 구성 ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģ“ ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. 먼저 ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorLaunchConfigurationFileDirty": "ģ‹œģž‘ 구성 ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģ“ ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. 먼저 ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorConfigurationFileDirty": "ģ‚¬ģš©ģž 설정 ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģ‚¬ģš©ģž 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. 먼저 ģ‚¬ģš©ģž 설정 ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorConfigurationFileDirtyWorkspace": "ģž‘ģ—… ģ˜ģ—­ 설정 ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģž‘ģ—… ģ˜ģ—­ 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. 먼저 ģž‘ģ—… ģ˜ģ—­ 설정 ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorConfigurationFileDirtyFolder": "ķ“ė” 설정 ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ķ“ė” 설정에 쓸 수 ģ—†ģŠµė‹ˆė‹¤. 먼저 '{0}' ķ“ė” 설정 ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", "userTarget": "ģ‚¬ģš©ģž 설정", "workspaceTarget": "ģž‘ģ—… ģ˜ģ—­ 설정", "folderTarget": "ķ“ė” 설정" diff --git a/i18n/kor/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/kor/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 72bc3a9126..05939634b3 100644 --- a/i18n/kor/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ—“ģ–“ 오넘/경고넼 ģˆ˜ģ •ķ•œ 후 ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", "errorFileDirty": "ķŒŒģ¼ģ“ ģ˜¤ģ—¼ė˜ģ–“ ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/kor/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index cff423b1f3..1cf2eca012 100644 --- a/i18n/kor/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/kor/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index cff423b1f3..303d857e78 100644 --- a/i18n/kor/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "원격 ė¶„ģ„", "telemetry.enableCrashReporting": "ģ¶©ėŒ ė³“ź³ ģ„œė„¼ Microsoft에 전솔할 수 ģžˆė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤.\nģ“ ģ˜µģ…˜ģ„ ģ ģš©ķ•˜ė ¤ė©“ ė‹¤ģ‹œ ģ‹œģž‘ķ•“ģ•¼ ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/kor/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 69a95ffd56..8dd3e01ef3 100644 --- a/i18n/kor/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "ź°•ģ”° ķ‘œģ‹œķ•œ ķ•­ėŖ© ķ¬ķ•Ø" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/kor/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..cf6bda5f68 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "예(&&Y)", + "cancelButton": "ģ·Øģ†Œ", + "moreFile": "...1ź°œģ˜ 추가 ķŒŒģ¼ģ“ ķ‘œģ‹œė˜ģ§€ ģ•ŠģŒ", + "moreFiles": "...{0}ź°œģ˜ 추가 ķŒŒģ¼ģ“ ķ‘œģ‹œė˜ģ§€ ģ•ŠģŒ" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/kor/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/kor/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/kor/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..8cd1ea6a64 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "VS Code ķ™•ģž„ģ˜ 경우, ķ™•ģž„ģ“ ķ˜øķ™˜ė˜ėŠ” VS Code ė²„ģ „ģ„ ģ§€ģ •ķ•©ė‹ˆė‹¤. *ģ¼ 수 ģ—†ģŠµė‹ˆė‹¤. 예넼 들얓 ^0.10.5ėŠ” ģµœģ†Œ VS Code ė²„ģ „ģø 0.10.5와 ķ˜øķ™˜ėØģ„ ė‚˜ķƒ€ėƒ…ė‹ˆė‹¤.", + "vscode.extension.publisher": "VS Code ķ™•ģž„ģ˜ ź²Œģ‹œģžģž…ė‹ˆė‹¤.", + "vscode.extension.displayName": "VS Code ź°¤ėŸ¬ė¦¬ģ— ģ‚¬ģš©ė˜ėŠ” ķ™•ģž„ģ˜ ķ‘œģ‹œ ģ“ė¦„ģž…ė‹ˆė‹¤.", + "vscode.extension.categories": "ķ™•ģž„ģ„ ė¶„ė„˜ķ•˜źø° ģœ„ķ•“ VS Code ź°¤ėŸ¬ė¦¬ģ—ģ„œ ģ‚¬ģš©ķ•˜ėŠ” ė²”ģ£¼ģž…ė‹ˆė‹¤.", + "vscode.extension.galleryBanner": "VS Code ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ģ— ģ‚¬ģš©ė˜ėŠ” ė°°ė„ˆģž…ė‹ˆė‹¤.", + "vscode.extension.galleryBanner.color": "VS Code ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ ķŽ˜ģ“ģ§€ ėØøė¦¬źø€ģ˜ ė°°ė„ˆ ģƒ‰ģƒģž…ė‹ˆė‹¤.", + "vscode.extension.galleryBanner.theme": "ė°°ė„ˆģ— ģ‚¬ģš©ė˜ėŠ” źø€ź¼“ģ˜ ģƒ‰ģƒ ķ…Œė§ˆģž…ė‹ˆė‹¤.", + "vscode.extension.contributes": "ģ“ ķŒØķ‚¤ģ§€ģ— ķ‘œģ‹œėœ VS Code ķ™•ģž„ģ˜ 전첓 źø°ģ—¬ģž…ė‹ˆė‹¤.", + "vscode.extension.preview": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ģ—ģ„œ Preview딜 ķ”Œėž˜ź·ø 지정할 ķ™•ģž„ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", + "vscode.extension.activationEvents": "VS Code ķ™•ģž„ģ— ėŒ€ķ•œ ķ™œģ„±ķ™” ģ“ė²¤ķŠøģž…ė‹ˆė‹¤.", + "vscode.extension.activationEvents.onLanguage": "ģ§€ģ •ėœ ģ–øģ–“ė”œ ķ™•ģøė˜ėŠ” ķŒŒģ¼ģ„ ģ—“ ė•Œė§ˆė‹¤ ķ™œģ„±ķ™” ģ“ė²¤ķŠøź°€ ė°œģ†”ė©ė‹ˆė‹¤.", + "vscode.extension.activationEvents.onCommand": "ģ§€ģ •ėœ ėŖ…ė ¹ģ„ ķ˜øģ¶œķ•  ė•Œė§ˆė‹¤ ķ™œģ„±ķ™” ģ“ė²¤ķŠøź°€ ė°œģ†”ė©ė‹ˆė‹¤.", + "vscode.extension.activationEvents.onDebug": "ģ‚¬ģš©ģžź°€ ė””ė²„ź¹…ģ„ ģ‹œģž‘ķ•˜ź±°ė‚˜ 디버그 źµ¬ģ„±ģ„ ģ„¤ģ •ķ•˜ė ¤ź³  ķ•  ė•Œė§ˆė‹¤ ķ™œģ„±ķ™” ģ“ė²¤ķŠøė„¼ ė‚“ė³“ėƒ…ė‹ˆė‹¤.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "\"launch.json\"ģ„ ė§Œė“¤ģ–“ģ•¼ ķ•  ė•Œė§ˆė‹¤(그리고 ėŖØė“  provideDebugConfigurations ė©”ģ„œė“œė„¼ ķ˜øģ¶œķ•“ģ•¼ ķ•  ė•Œė§ˆė‹¤) ė°œģƒķ•˜ėŠ” ķ™œģ„±ķ™” ģ“ė²¤ķŠøģž…ė‹ˆė‹¤.", + "vscode.extension.activationEvents.onDebugResolve": "ķŠ¹ģ • ģœ ķ˜•ģ˜ 디버그 ģ„øģ…˜ģ“ ģ‹œģž‘ķ•˜ė ¤ź³  ķ•  ė•Œė§ˆė‹¤(그리고 ķ•“ė‹¹ķ•˜ėŠ” resolveDebugConfiguration ė©”ģ„œė“œė„¼ ķ˜øģ¶œķ•“ģ•¼ ķ•  ė•Œė§ˆė‹¤) ė°œģƒķ•˜ėŠ” ķ™œģ„±ķ™” ģ“ė²¤ķŠøģž…ė‹ˆė‹¤.", + "vscode.extension.activationEvents.workspaceContains": "ģ§€ģ •ėœ glob ķŒØķ„“ź³¼ ģ¼ģ¹˜ķ•˜ėŠ” ķŒŒģ¼ģ“ ķ•˜ė‚˜ ģ“ģƒ ģžˆėŠ” ķ“ė”ė„¼ ģ—“ ė•Œė§ˆė‹¤ ķ™œģ„±ķ™” ģ•Œė¦¼ģ“ ė°œģ†”ė©ė‹ˆė‹¤.", + "vscode.extension.activationEvents.onView": "ģ§€ģ •ėœ ė·°ź°€ ķ™•ģž„ė  ė•Œė§ˆė‹¤ ķ™œģ„±ķ™” ģ“ė²¤ķŠøź°€ 낓볓낓 ģ§‘ė‹ˆė‹¤.", + "vscode.extension.activationEvents.star": "VS Code ģ‹œģž‘ ģ‹œ ķ™œģ„±ķ™” ģ“ė²¤ķŠøź°€ ė°œģ†”ė©ė‹ˆė‹¤. ķ›Œė„­ķ•œ ģµœģ¢… ģ‚¬ģš©ģž ź²½ķ—˜ģ„ ė³“ģž„ķ•˜ė ¤ė©“ ģ‚¬ģš© ģ¼€ģ“ģŠ¤ģ—ģ„œ 다넸 ķ™œģ„±ķ™” ģ“ė²¤ķŠø ģ”°ķ•©ģ“ ģž‘ė™ķ•˜ģ§€ ģ•Šģ„ ė•Œģ—ė§Œ ķ™•ģž„ģ—ģ„œ ģ“ ķ™œģ„±ķ™” ģ“ė²¤ķŠøė„¼ ģ‚¬ģš©ķ•˜ģ„øģš”.", + "vscode.extension.badges": "ė§ˆģ¼“ķ”Œė ˆģ“ģŠ¤ ķ™•ģž„ ķŽ˜ģ“ģ§€ģ˜ ģ‚¬ģ“ė“œė°”ģ— ķ‘œģ‹œķ•  ė°°ģ§€ģ˜ ė°°ģ—“ģž…ė‹ˆė‹¤.", + "vscode.extension.badges.url": "ė°°ģ§€ ģ“ėÆøģ§€ URLģž…ė‹ˆė‹¤.", + "vscode.extension.badges.href": "ė°°ģ§€ ė§ķ¬ģž…ė‹ˆė‹¤.", + "vscode.extension.badges.description": "ė°°ģ§€ ģ„¤ėŖ…ģž…ė‹ˆė‹¤.", + "vscode.extension.extensionDependencies": "다넸 ķ™•ģž„ģ— ėŒ€ķ•œ ģ¢…ģ†ģ„±ģž…ė‹ˆė‹¤. ķ™•ģž„ ģ‹ė³„ģžėŠ” ķ•­ģƒ ${publisher}.${name}ģž…ė‹ˆė‹¤(예: vscode.csharp).", + "vscode.extension.scripts.prepublish": "ķŒØķ‚¤ģ§€ź°€ VS Code ķ™•ģž„ ķ˜•ķƒœė”œ ź²Œģ‹œė˜źø° 전에 ģŠ¤ķ¬ė¦½ķŠøź°€ ģ‹¤ķ–‰ė˜ģ—ˆģŠµė‹ˆė‹¤.", + "vscode.extension.scripts.uninstall": "VS Code ķ™•ģž„ģ— ėŒ€ķ•œ 후크넼 ģ œź±°ķ•©ė‹ˆė‹¤. ķ™•ģž„ģ“ VS Codeģ—ģ„œ ģ™„ģ „ķžˆ 제거될 ė•Œ 즉, ķ™•ģž„ģ“ 제거된 후 VS Codeź°€ ė‹¤ģ‹œ ģ‹œģž‘ķ•  ė•Œ(ģ¢…ė£Œķ•˜ź³  ģ‹œģž‘) ģ‹¤ķ–‰ė˜ėŠ” ģŠ¤ķ¬ė¦½ķŠøģž…ė‹ˆė‹¤. ė…øė“œ 스크립트만 ģ§€ģ›ė©ė‹ˆė‹¤.", + "vscode.extension.icon": "128x128 픽셀 ģ•„ģ“ģ½˜ģ˜ ź²½ė”œģž…ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 49510b9736..90702d1a2b 100644 --- a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "ķ™•ģž„ ķ˜øģŠ¤ķŠøź°€ 10쓈 낓에 ģ‹œģž‘ė˜ģ§€ ģ•Šģ•˜ģŠµė‹ˆė‹¤. 첫 번째 ģ¤„ģ—ģ„œ ģ¤‘ģ§€ė˜ģ—ˆģ„ 수 ģžˆģŠµė‹ˆė‹¤. ź³„ģ†ķ•˜ė ¤ė©“ 디버거가 ķ•„ģš”ķ•©ė‹ˆė‹¤.", "extensionHostProcess.startupFail": "ķ™•ģž„ ķ˜øģŠ¤ķŠøź°€ 10쓈 ģ“ė‚“ģ— ģ‹œģž‘ė˜ģ§€ ģ•Šģ•˜ģŠµė‹ˆė‹¤. ė¬øģ œź°€ ė°œģƒķ–ˆģ„ 수 ģžˆģŠµė‹ˆė‹¤.", + "reloadWindow": "ģ°½ ė‹¤ģ‹œ ė”œė“œ", "extensionHostProcess.error": "ķ™•ģž„ ķ˜øģŠ¤ķŠøģ—ģ„œ 오넘 ė°œģƒ: {0}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 0df1b9294b..b1dc6283fb 100644 --- a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) ķ™•ģž„ 호스트넼 ķ”„ė”œķŒŒģ¼ė§ķ•˜ėŠ” 중..." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index 2105771ead..d93540ee4c 100644 --- a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "{0}ģ„(넼) 구문 ė¶„ģ„ķ•˜ģ§€ 못함: {1}.", "fileReadFail": "ķŒŒģ¼ {0}ģ„(넼) ģ½ģ„ 수 ģ—†ģŒ: {1}.", - "jsonsParseFail": "{0} ė˜ėŠ” {1}ģ„(넼) 구문 ė¶„ģ„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. {2}", + "jsonsParseReportErrors": "{0}ģ„(넼) 구문 ė¶„ģ„ķ•˜ģ§€ 못함: {1}.", "missingNLSKey": "키 {0}에 ėŒ€ķ•œ ė©”ģ‹œģ§€ė„¼ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 2f308f7c3f..81f0291ac2 100644 --- a/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "ź°œė°œģž ė„źµ¬", - "restart": "ķ™•ģž„ 호스트 ė‹¤ģ‹œ ģ‹œģž‘", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "ķ™•ģž„ ķ˜øģŠ¤ķŠøź°€ 예기치 ģ•Šź²Œ ģ¢…ė£Œė˜ģ—ˆģŠµė‹ˆė‹¤.", "extensionHostProcess.unresponsiveCrash": "ķ™•ģž„ ķ˜øģŠ¤ķŠøź°€ ģ‘ė‹µķ•˜ģ§€ ģ•Šģ•„ģ„œ ģ¢…ė£Œė˜ģ—ˆģŠµė‹ˆė‹¤.", + "devTools": "ź°œė°œģž ė„źµ¬", + "restart": "ķ™•ģž„ 호스트 ė‹¤ģ‹œ ģ‹œģž‘", "overwritingExtension": "ķ™•ģž„ {0}ģ„(넼) {1}(으)딜 ė®ģ–“ģ“°ėŠ” ģ¤‘ģž…ė‹ˆė‹¤.", "extensionUnderDevelopment": "{0}ģ—ģ„œ 개발 ķ™•ģž„ ė”œė“œ 중", - "extensionCache.invalid": "ķ™•ģž„ģ“ ė””ģŠ¤ķ¬ģ—ģ„œ ģˆ˜ģ •ė˜ģ—ˆģŠµė‹ˆė‹¤. ģ°½ģ„ ė‹¤ģ‹œ ė”œė“œķ•˜ģ„øģš”." + "extensionCache.invalid": "ķ™•ģž„ģ“ ė””ģŠ¤ķ¬ģ—ģ„œ ģˆ˜ģ •ė˜ģ—ˆģŠµė‹ˆė‹¤. ģ°½ģ„ ė‹¤ģ‹œ ė”œė“œķ•˜ģ„øģš”.", + "reloadWindow": "ģ°½ ė‹¤ģ‹œ ė”œė“œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/kor/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..35ac2855c7 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "{0}ģ„(넼) 구문 ė¶„ģ„ķ•˜ģ§€ 못함: {1}.", + "fileReadFail": "ķŒŒģ¼ {0}ģ„(넼) ģ½ģ„ 수 ģ—†ģŒ: {1}.", + "jsonsParseReportErrors": "{0}ģ„(넼) 구문 ė¶„ģ„ķ•˜ģ§€ 못함: {1}.", + "missingNLSKey": "키 {0}에 ėŒ€ķ•œ ė©”ģ‹œģ§€ė„¼ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤.", + "notSemver": "ķ™•ģž„ ė²„ģ „ģ“ semver와 ķ˜øķ™˜ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", + "extensionDescription.empty": "ź°€ģ øģ˜Ø ķ™•ģž„ ģ„¤ėŖ…ģ“ 비얓 ģžˆģŠµė‹ˆė‹¤.", + "extensionDescription.publisher": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.name": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.version": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.engines": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `object` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.engines.vscode": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.extensionDependencies": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string[]` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.activationEvents1": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string[]` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.activationEvents2": "ģ†ģ„± `{0}` ė° `{1}`ģ€(ėŠ”) ė‘˜ 다 ģ§€ģ •ķ•˜ź±°ė‚˜ ė‘˜ 다 ģƒėžµķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.main1": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "extensionDescription.main2": "ķ™•ģž„ģ˜ ķ“ė”({1}) 낓에 ķ¬ķ•Øķ•  `main`({0})ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤. ģ“ė”œ ģøķ•“ ķ™•ģž„ģ“ ģ“ģ‹ ė¶ˆź°€ėŠ„ķ•œ ģƒķƒœź°€ 될 수 ģžˆģŠµė‹ˆė‹¤.", + "extensionDescription.main3": "ģ†ģ„± `{0}` ė° `{1}`ģ€(ėŠ”) ė‘˜ 다 ģ§€ģ •ķ•˜ź±°ė‚˜ ė‘˜ 다 ģƒėžµķ•“ģ•¼ ķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/kor/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index ae6bd2ba16..01ad83f8c0 100644 --- a/i18n/kor/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Microsoft .NET Framework 4.5ź°€ ķ•„ģš”ķ•©ė‹ˆė‹¤. ģ„¤ģ¹˜ķ•˜ė ¤ė©“ 링크넼 ķ“ė¦­ķ•˜ģ„øģš”.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": ".NET Framework 4.5 ė‹¤ģš“ė”œė“œ", "neverShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", + "netVersionError": "Microsoft .NET Framework 4.5ź°€ ķ•„ģš”ķ•©ė‹ˆė‹¤. ģ„¤ģ¹˜ķ•˜ė ¤ė©“ 링크넼 ķ“ė¦­ķ•˜ģ„øģš”.", + "learnMore": "지침", + "enospcError": "{0}에 ķŒŒģ¼ ķ•øė“¤ģ“ ė¶€ģ”±ķ•©ė‹ˆė‹¤. 지침 링크넼 ķ“ė¦­ķ•˜ģ—¬ 문제넼 ķ•“ź²°ķ•˜ģ„øģš”.", + "binFailed": "'{0}'ģ„(넼) ķœ“ģ§€ķ†µģœ¼ė”œ ģ“ė™ķ•˜ģ§€ 못함", "trashFailed": "'{0}'ģ„(넼) ķœ“ģ§€ķ†µģœ¼ė”œ ģ“ė™ķ•˜ģ§€ 못함" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/kor/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index d48fe3d053..7d349f9c52 100644 --- a/i18n/kor/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "ķŒŒģ¼ģ“ ė””ė ‰ķ„°ė¦¬ģž…ė‹ˆė‹¤.", + "fileNotModifiedError": "ķŒŒģ¼ ģˆ˜ģ • ģ•ˆ 됨", "fileBinaryError": "ķŒŒģ¼ģ“ ģ“ģ§„ģø 것 ź°™ģœ¼ėÆ€ė”œ ķ…ŒģŠ¤ķŠøė”œ ģ—“ 수 ģ—†ģŠµė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json index 0ad83956b0..4f30c36d21 100644 --- a/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "ģž˜ėŖ»ėœ ķŒŒģ¼ ė¦¬ģ†ŒģŠ¤({0})", "fileIsDirectoryError": "ķŒŒģ¼ģ“ ė””ė ‰ķ„°ė¦¬ģž…ė‹ˆė‹¤.", "fileNotModifiedError": "ķŒŒģ¼ ģˆ˜ģ • ģ•ˆ 됨", + "fileTooLargeForHeapError": "ķŒŒģ¼ 크기가 ģ°½ 메모리 ģ œķ•œģ„ ģ“ˆź³¼ķ•©ė‹ˆė‹¤. --max-memory=NEWSIZE ģ½”ė“œė„¼ 실행핓 ė³“ģ„øģš”.", "fileTooLargeError": "ķŒŒģ¼ģ“ ė„ˆė¬“ ģ»¤ģ„œ ģ—“ 수 ģ—†ģŒ", "fileNotFoundError": "ķŒŒģ¼ģ„ ģ°¾ģ„ 수 ģ—†ģŠµė‹ˆė‹¤({0}).", "fileBinaryError": "ķŒŒģ¼ģ“ ģ“ģ§„ģø 것 ź°™ģœ¼ėÆ€ė”œ ķ…ŒģŠ¤ķŠøė”œ ģ—“ 수 ģ—†ģŠµė‹ˆė‹¤.", + "filePermission": "ķŒŒģ¼ ģ“°źø° ź¶Œķ•œģ“ ź±°ė¶€ė˜ģ—ˆģŠµė‹ˆė‹¤. ({0})", "fileExists": "ė§Œė“œė ¤ėŠ” ķŒŒģ¼ģ“ ģ“ėÆø ģžˆģŒ({0})", "fileMoveConflict": "ģ“ė™/복사할 수 ģ—†ģŠµė‹ˆė‹¤. ėŒ€ģƒģ— ķŒŒģ¼ģ“ ģ“ėÆø ģžˆģŠµė‹ˆė‹¤.", "unableToMoveCopyError": "ģ“ė™/복사할 수 ģ—†ģŠµė‹ˆė‹¤. ķŒŒģ¼ģ“ ķ¬ķ•Øėœ ķ“ė”ė„¼ ķŒŒģ¼ė”œ ėŒ€ģ²“ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..894080c3ed --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "json ģŠ¤ķ‚¤ė§ˆ źµ¬ģ„±ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", + "contributes.jsonValidation.fileMatch": "ģ¼ģ¹˜ķ•  ķŒŒģ¼ ķŒØķ„“(예: \"package.json\" ė˜ėŠ” \"*.launch\")ģž…ė‹ˆė‹¤.", + "contributes.jsonValidation.url": "ģŠ¤ķ‚¤ė§ˆ URL('http:', 'https:') ė˜ėŠ” ķ™•ģž„ ķ“ė”ģ— ėŒ€ķ•œ ģƒėŒ€ 경딜('./')ģž…ė‹ˆė‹¤.", + "invalid.jsonValidation": "'configuration.jsonValidation'ģ€ ė°°ģ—“ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "invalid.fileMatch": "'configuration.jsonValidation.fileMatch'넼 ģ •ģ˜ķ•“ģ•¼ ķ•©ė‹ˆė‹¤.", + "invalid.url": "'configuration.jsonValidation.url'ģ€ URL ė˜ėŠ” ģƒėŒ€ ź²½ė”œģ—¬ģ•¼ ķ•©ė‹ˆė‹¤.", + "invalid.url.fileschema": "'configuration.jsonValidation.url'ģ“ ģž˜ėŖ»ėœ ģƒėŒ€ URLģž…ė‹ˆė‹¤. {0}", + "invalid.url.schema": "ķ™•ģž„ģ— ģžˆėŠ” ģŠ¤ķ‚¤ė§ˆė„¼ ģ°øģ”°ķ•˜ė ¤ė©“ 'configuration.jsonValidation.url'ģ“ 'http:', 'https:' ė˜ėŠ” './'딜 ģ‹œģž‘ķ•“ģ•¼ ķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/kor/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index 8d04371362..a63eee5fcf 100644 --- a/i18n/kor/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/kor/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ—ˆźø° ė•Œė¬øģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **키 ė°”ģøė”©** ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "parseErrors": "키 ė°”ģøė”©ģ„ 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **키 ė°”ģøė”© ķŒŒģ¼**ģ„ ģ—“ģ–“ ķŒŒģ¼ģ˜ 오넘/경고넼 ģˆ˜ģ •ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "errorInvalidConfiguration": "키 ė°”ģøė”©ģ„ 쓸 수 ģ—†ģŠµė‹ˆė‹¤. **키 ė°”ģøė”© ķŒŒģ¼**에 ė°°ģ—“ ķ˜•ģ‹ģ“ ģ•„ė‹Œ ź°œģ²“ź°€ ģžˆģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ—“ģ–“ ģ •ė¦¬ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "키 ė°”ģøė”© 구성 ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ—ˆģœ¼ėÆ€ė”œ 쓸 수 ģ—†ģŠµė‹ˆė‹¤. 먼저 ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "parseErrors": "키 ė°”ģøė”© 구성 ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ—“ź³  오넘/경고넼 ģˆ˜ģ •ķ•œ ė‹¤ģŒ ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", + "errorInvalidConfiguration": "키 ė°”ģøė”© 구성 ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ģ“ ķŒŒģ¼ģ— ė°°ģ—“ ķ˜•ģ‹ģ“ ģ•„ė‹Œ ź°œģ²“ź°€ ģžˆģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ—“ģ–“ ģ •ė¦¬ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", "emptyKeybindingsHeader": "키 ė°”ģøė”©ģ„ ģ“ ķŒŒģ¼ģ— ė„£ģ–“ģ„œ źø°ė³øź°’ģ„ ė®ģ–“ģ”ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/kor/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 4af8c158d1..62a50977d5 100644 --- a/i18n/kor/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "비얓 ģžˆģ§€ ģ•Šģ€ ź°’ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤.", "requirestring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ķ•„ģˆ˜ģ“ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", "optstring": "ģ†ģ„± `{0}`ģ€(ėŠ”) ģƒėžµķ•  수 ģžˆģœ¼ė©° `string` ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", @@ -22,5 +24,6 @@ "keybindings.json.when": "키가 ķ™œģ„±ķ™”ė˜ėŠ” ģ”°ź±“ģž…ė‹ˆė‹¤.", "keybindings.json.args": "실행할 명령에 전달할 ģøģˆ˜ģž…ė‹ˆė‹¤.", "keyboardConfigurationTitle": "ķ‚¤ė³“ė“œ", - "dispatch": "`code`(ź¶Œģž„) ė˜ėŠ” `keyCode`넼 ģ‚¬ģš©ķ•˜ėŠ” 키 ėˆ„ė¦„ģ— ėŒ€ķ•œ ė””ģŠ¤ķŒØģ¹˜ 논리넼 ģ œģ–“ķ•©ė‹ˆė‹¤." + "dispatch": "`code`(ź¶Œģž„) ė˜ėŠ” `keyCode`넼 ģ‚¬ģš©ķ•˜ėŠ” 키 ėˆ„ė¦„ģ— ėŒ€ķ•œ ė””ģŠ¤ķŒØģ¹˜ 논리넼 ģ œģ–“ķ•©ė‹ˆė‹¤.", + "touchbar.enabled": "ģ‚¬ģš© ź°€ėŠ„ķ•œ 경우 ķ‚¤ė³“ė“œģ˜ macOS Touch Bar 단추넼 ģ‚¬ģš©ķ•˜ė„ė” ģ„¤ģ •ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/kor/src/vs/workbench/services/message/browser/messageList.i18n.json index afa9d584b6..1c4117c791 100644 --- a/i18n/kor/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/kor/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "오넘: {0}", "alertWarningMessage": "경고: {0}", "alertInfoMessage": "정볓: {0}", diff --git a/i18n/kor/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/kor/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index 149d5074b7..ac9754add8 100644 --- a/i18n/kor/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "예(&&Y)", "cancelButton": "ģ·Øģ†Œ" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/kor/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 4170dd6daf..42eed65c66 100644 --- a/i18n/kor/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "ģ–øģ–“ ģ„ ģ–øģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", "vscode.extension.contributes.languages.id": "ģ–øģ–“ģ˜ IDģž…ė‹ˆė‹¤.", "vscode.extension.contributes.languages.aliases": "언얓에 ėŒ€ķ•œ ģ“ė¦„ ė³„ģ¹­ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/kor/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/kor/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/kor/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 264d88bd8a..e3cc7dc113 100644 --- a/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "textmate ķ† ķ¬ė‚˜ģ“ģ €ė„¼ ģ ģš©ķ•©ė‹ˆė‹¤.", "vscode.extension.contributes.grammars.language": "ģ“ źµ¬ė¬øģ“ ģ ģš©ė˜ėŠ” ģ–øģ–“ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", "vscode.extension.contributes.grammars.scopeName": "tmLanguage ķŒŒģ¼ģ— ģ‚¬ģš©ė˜ėŠ” Textmate ė²”ģœ„ ģ“ė¦„ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index f45f3fb57a..6efd8a6b39 100644 --- a/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/kor/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "`contributes.{0}.language`에 ģ•Œ 수 ģ—†ėŠ” ģ–øģ–“ź°€ ģžˆģŠµė‹ˆė‹¤. 제공된 ź°’: {1}", "invalid.scopeName": "`contributes.{0}.scopeName`에 ė¬øģžģ—“ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤. 제공된 ź°’: {1}", "invalid.path.0": "`contributes.{0}.path`에 ė¬øģžģ—“ģ“ ķ•„ģš”ķ•©ė‹ˆė‹¤. 제공된 ź°’: {1}", diff --git a/i18n/kor/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/kor/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 60288f1fde..7d974c0511 100644 --- a/i18n/kor/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/kor/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "ė”ķ‹° ķŒŒģ¼ģž…ė‹ˆė‹¤. 다넸 ģøģ½”ė”©ģ„ ģ‚¬ģš©ķ•˜ģ—¬ ķŒŒģ¼ģ„ ė‹¤ģ‹œ ģ—“źø° 전에 ķŒŒģ¼ģ„ ģ €ģž„ķ•˜ģ„øģš”.", "genericSaveError": "'{0}'ģ„(넼) ģ €ģž„ķ•˜ģ§€ ėŖ»ķ–ˆģŠµė‹ˆė‹¤. {1}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/kor/src/vs/workbench/services/textfile/common/textFileService.i18n.json index bcfc393f96..ecf243cb98 100644 --- a/i18n/kor/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "ė³€ź²½ėœ ė‚“ģš©ģ“ ģžˆėŠ” ķŒŒģ¼ģ„ 백업 ģœ„ģ¹˜ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤(오넘: {0}). 먼저 ķŒŒģ¼ģ„ ģ €ģž„ķ•œ ė‹¤ģŒ ģ¢…ė£Œķ•“ ė³“ģ„øģš”." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index db19c348ac..a6431e23a7 100644 --- a/i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "{0}에 ėŒ€ķ•œ 변경 ė‚“ģš©ģ„ ģ €ģž„ķ• ź¹Œģš”?", "saveChangesMessages": "ė‹¤ģŒ {0}개 ķŒŒģ¼ģ— ėŒ€ķ•œ 변경 ė‚“ģš©ģ„ ģ €ģž„ķ• ź¹Œģš”?", - "moreFile": "...1ź°œģ˜ 추가 ķŒŒģ¼ģ“ ķ‘œģ‹œė˜ģ§€ ģ•ŠģŒ", - "moreFiles": "...{0}ź°œģ˜ 추가 ķŒŒģ¼ģ“ ķ‘œģ‹œė˜ģ§€ ģ•ŠģŒ", "saveAll": "모두 ģ €ģž„(&&S)", "save": "ģ €ģž„(&&S)", "dontSave": "ģ €ģž„ ģ•ˆ 함(&&N)", diff --git a/i18n/kor/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/kor/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..f491e60271 --- /dev/null +++ b/i18n/kor/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "ķ™•ģž„ ģ •ģ˜ ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ„ ģ ģš©ķ•©ė‹ˆė‹¤.", + "contributes.color.id": "ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", + "contributes.color.id.format": "ģ‹ė³„ģžėŠ” aa[.bb]* ķ˜•ģ‹ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "contributes.color.description": "ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ— ėŒ€ķ•œ ģ„¤ėŖ…ģž…ė‹ˆė‹¤.", + "contributes.defaults.light": "ė°ģ€ ķ…Œė§ˆģ˜ źø°ė³ø ģƒ‰ģž…ė‹ˆė‹¤. 16ģ§„ģˆ˜ģ˜ ģƒ‰ ź°’(#RRGGBB[AA]) ė˜ėŠ” źø°ė³øź°’ģ„ ģ œź³µķ•˜ėŠ” ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", + "contributes.defaults.dark": "ģ–“ė‘ģš“ ķ…Œė§ˆģ˜ źø°ė³ø ģƒ‰ģž…ė‹ˆė‹¤. 16ģ§„ģˆ˜ģ˜ ģƒ‰ ź°’(#RRGGBB[AA]) ė˜ėŠ” źø°ė³øź°’ģ„ ģ œź³µķ•˜ėŠ” ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", + "contributes.defaults.highContrast": "ź³ ėŒ€ė¹„ ķ…Œė§ˆģ˜ źø°ė³ø ģƒ‰ģƒģž…ė‹ˆė‹¤. źø°ė³øź°’ģ„ ģ œź³µķ•˜ėŠ” 16ģ§„ģˆ˜(#RRGGBB[AA])ģ˜ ģƒ‰ģƒ ź°’ ė˜ėŠ” ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", + "invalid.colorConfiguration": "'configuration.colors'ėŠ” ė°°ģ—“ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "invalid.default.colorType": "{0}ģ€(ėŠ”) 16ģ§„ģˆ˜ģ˜ ģƒ‰ ź°’(#RRGGBB[AA] ė˜ėŠ” #RGB[A]) ė˜ėŠ” źø°ė³øź°’ģ„ ģ œź³µķ•˜ėŠ” ķ…Œė§ˆ 지정 ź°€ėŠ„ ģƒ‰ģ˜ ģ‹ė³„ģžģž…ė‹ˆė‹¤.", + "invalid.id": "'configuration.colors.id'넼 ģ •ģ˜ķ•“ģ•¼ ķ•˜ė©° ė¹„ģ›Œė‘˜ 수 ģ—†ģŠµė‹ˆė‹¤.", + "invalid.id.format": "'configuration.colors.id'ėŠ” 단얓[.word]* ė‹¤ģŒģ— 와야 ķ•©ė‹ˆė‹¤.", + "invalid.description": "'configuration.colors.description'ģ„ ģ •ģ˜ķ•“ģ•¼ ķ•˜ė©° ė¹„ģ›Œė‘˜ 수 ģ—†ģŠµė‹ˆė‹¤.", + "invalid.defaults": "'configuration.colors.defaults'넼 ģ •ģ˜ķ•“ģ•¼ ķ•˜ė©° 'light', 'dark' ė° 'highContrast'넼 ķ¬ķ•Øķ•“ģ•¼ ķ•©ė‹ˆė‹¤." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index 6c0f261188..0b06404871 100644 --- a/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/kor/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "ķ† ķ°ģ˜ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģž…ė‹ˆė‹¤.", "schema.token.foreground": "ķ† ķ°ģ˜ ģ „ź²½ģƒ‰ģž…ė‹ˆė‹¤.", "schema.token.background.warning": "ķ˜„ģž¬ 토큰 ė°°ź²½ģƒ‰ģ“ ģ§€ģ›ė˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤.", - "schema.token.fontStyle": "ź·œģ¹™ģ˜ 글꼓 ģŠ¤ķƒ€ģ¼: 'źø°ģšøģž„ź¼“, '굵게' ė° '밑줄' 중 ķ•˜ė‚˜ ė˜ėŠ” ģ“ė“¤ģ˜ ģ”°ķ•©", - "schema.fontStyle.error": "글꼓 ģŠ¤ķƒ€ģ¼ģ€ 'źø°ģšøģž„ź¼“, '굵게' ė° '밑줄'ģ˜ ģ”°ķ•©ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "schema.token.fontStyle": "ź·œģ¹™ģ˜ 글꼓 ģŠ¤ķƒ€ģ¼ė”œ 'źø°ģšøģž„ź¼“, '굵게' ė° '밑줄' 중 ķ•˜ė‚˜ģ“ź±°ė‚˜ ģ“ė“¤ģ˜ ģ”°ķ•©ģž…ė‹ˆė‹¤. 빈 ė¬øģžģ—“ģ„ ģ§€ģ •ķ•˜ė©“ ģƒģ†ėœ ģ„¤ģ •ģ“ ķ•“ģ œė©ė‹ˆė‹¤.", + "schema.fontStyle.error": "글꼓 ģŠ¤ķƒ€ģ¼ģ€ 'źø°ģšøģž„ź¼“, '굵게' , '밑줄' ė˜ėŠ” ģ“ė“¤ģ˜ ģ”°ķ•©ģ“ė‚˜ 빈 ė¬øģžģ—“ģ“ģ–“ģ•¼ ķ•©ė‹ˆė‹¤.", + "schema.token.fontStyle.none": "ģ—†ģŒ(ģƒģ†ėœ ģŠ¤ķƒ€ģ¼ ģ§€ģš°źø°)", "schema.properties.name": "ź·œģ¹™ģ— ėŒ€ķ•œ ģ„¤ėŖ…ģž…ė‹ˆė‹¤.", "schema.properties.scope": "ģ“ ź·œģ¹™ź³¼ ģ¼ģ¹˜ķ•˜ėŠ” ė²”ģœ„ ģ„ ķƒźø°ģž…ė‹ˆė‹¤.", "schema.tokenColors.path": "tmTheme ķŒŒģ¼ģ˜ 경딜(ķ˜„ģž¬ ķŒŒģ¼ģ˜ ģƒėŒ€ 경딜)ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/kor/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index 964ce0502e..4f2ccaa52f 100644 --- a/i18n/kor/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/kor/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "ķ™•ģž„ėœ ķ“ė”ģ˜ ķ“ė” ģ•„ģ“ģ½˜ģž…ė‹ˆė‹¤. ķ™•ģž„ėœ ķ“ė” ģ•„ģ“ģ½˜ģ€ ģ„ ķƒ ģ‚¬ķ•­ģž…ė‹ˆė‹¤. ģ„¤ģ •ķ•˜ģ§€ ģ•Šģœ¼ė©“ ķ“ė”ģ— ėŒ€ķ•“ ģ •ģ˜ėœ ģ•„ģ“ģ½˜ģ“ ķ‘œģ‹œė©ė‹ˆė‹¤.", "schema.folder": "ģ¶•ģ†Œėœ ķ“ė”ģ˜ ķ“ė” ģ•„ģ“ģ½˜ģ“ė©°, folderExpandedź°€ ģ„¤ģ •ė˜ģ§€ ģ•Šģ€ 경우 ķ™•ģž„ėœ ķ“ė”ģ˜ ķ“ė” ģ•„ģ“ģ½˜ģ“źø°ė„ ķ•©ė‹ˆė‹¤.", "schema.file": "ģ–“ė–¤ ķ™•ģž„ėŖ…, ķŒŒģ¼ ģ“ė¦„ ė˜ėŠ” ģ–øģ–“ IDģ™€ė„ ģ¼ģ¹˜ķ•˜ėŠ” ėŖØė“  ķŒŒģ¼ģ— ėŒ€ķ•“ ķ‘œģ‹œė˜ėŠ” źø°ė³ø ķŒŒģ¼ ģ•„ģ“ģ½˜ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index 4f7d8d2ef8..b2c1ac8b9d 100644 --- a/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "JSON ķ…Œė§ˆ ķŒŒģ¼ģ„ 구문 ė¶„ģ„ķ•˜ėŠ” 중 문제 ė°œģƒ: {0}", "error.invalidformat.colors": "ģƒ‰ ķ…Œė§ˆ ķŒŒģ¼ {0}ģ„(넼) 구문 ė¶„ģ„ķ•˜ėŠ” 중 ė¬øģ œź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. 'colors' ģ†ģ„±ģ“ 'object' ķ˜•ģ‹ģ“ ģ•„ė‹™ė‹ˆė‹¤.", "error.invalidformat.tokenColors": "ģƒ‰ ķ…Œė§ˆ ķŒŒģ¼ {0}ģ„(넼) 구문 ė¶„ģ„ķ•˜ėŠ” 중 ė¬øģ œź°€ ė°œģƒķ–ˆģŠµė‹ˆė‹¤. 'tokenColors' ģ†ģ„±ģ“ ģƒ‰ģ„ ģ§€ģ •ķ•˜ėŠ” ė°°ģ—“ ė˜ėŠ” TextMate ķ…Œė§ˆ ķŒŒģ¼ģ˜ ź²½ė”œģ—¬ģ•¼ ķ•©ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 4bcd1e891d..23dceb2e41 100644 --- a/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Contributes textmate color themes.", "vscode.extension.contributes.themes.id": "ģ‚¬ģš©ģž 설정에 ģ‚¬ģš©ėœ ģ•„ģ“ģ½˜ ķ…Œė§ˆģ˜ IDģž…ė‹ˆė‹¤.", "vscode.extension.contributes.themes.label": "UI에 ķ‘œģ‹œė˜ėŠ” ģƒ‰ ķ…Œė§ˆģ˜ ė ˆģ“ėø”ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index b0f9faf6b5..f64e046b9f 100644 --- a/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Problems parsing file icons file: {0}" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 10f74d38b8..32da2aacad 100644 --- a/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contributes file icon themes.", "vscode.extension.contributes.iconThemes.id": "ģ‚¬ģš©ģž 설정에 ģ‚¬ģš©ėœ ģ•„ģ“ģ½˜ ķ…Œė§ˆģ˜ IDģž…ė‹ˆė‹¤.", "vscode.extension.contributes.iconThemes.label": "UI에 ķ‘œģ‹œėœ ģ•„ģ“ģ½˜ ķ…Œė§ˆģ˜ ė ˆģ“ėø”ģž…ė‹ˆė‹¤.", diff --git a/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index d365ddcbff..cc2f28b2d7 100644 --- a/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "Specifies the color theme used in the workbench.", "colorThemeError": "Theme is unknown or not installed.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "No file icons", "iconThemeError": "File icon theme is unknown or not installed.", "workbenchColors": "ķ˜„ģž¬ ģ„ ķƒķ•œ ģƒ‰ ķ…Œė§ˆģ—ģ„œ ģƒ‰ģ„ ģž¬ģ •ģ˜ķ•©ė‹ˆė‹¤.", - "editorColors": "ķ˜„ģž¬ ģ„ ķƒėœ ģƒ‰ ķ…Œė§ˆģ—ģ„œ ķŽøģ§‘źø° ģƒ‰ģƒź³¼ 글꼓 ģŠ¤ķƒ€ģ¼ģ„ ģž¬ģ •ģ˜ķ•©ė‹ˆė‹¤.", "editorColors.comments": "ģ£¼ģ„ģ˜ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", "editorColors.strings": "ė¬øģžģ—“ ė¦¬ķ„°ėŸ“ģ˜ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", "editorColors.keywords": "ķ‚¤ģ›Œė“œģ˜ ģƒ‰ź³¼ ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", @@ -19,5 +20,6 @@ "editorColors.types": "ķ˜•ģ‹ ģ„ ģ–ø ė° ģ°øģ”°ģ˜ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", "editorColors.functions": "ķ•Øģˆ˜ ģ„ ģ–ø ė° ģ°øģ”°ģ˜ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", "editorColors.variables": "ė³€ģˆ˜ ģ„ ģ–ø ė° ģ°øģ”°ģ˜ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤.", - "editorColors.textMateRules": "textmate ķ…Œė§ˆ 설정 ź·œģ¹™ģ„ ģ‚¬ģš©ķ•˜ģ—¬ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤(ź³ źø‰)." + "editorColors.textMateRules": "textmate ķ…Œė§ˆ 설정 ź·œģ¹™ģ„ ģ‚¬ģš©ķ•˜ģ—¬ ģƒ‰ ė° ģŠ¤ķƒ€ģ¼ģ„ ģ„¤ģ •ķ•©ė‹ˆė‹¤(ź³ źø‰).", + "editorColors": "ķ˜„ģž¬ ģ„ ķƒėœ ģƒ‰ ķ…Œė§ˆģ—ģ„œ ķŽøģ§‘źø° ģƒ‰ģƒź³¼ 글꼓 ģŠ¤ķƒ€ģ¼ģ„ ģž¬ģ •ģ˜ķ•©ė‹ˆė‹¤." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index e836eb6be3..e701b0e97e 100644 --- a/i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/kor/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "ģž‘ģ—… ģ˜ģ—­ 구성 ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ķŒŒģ¼ģ„ ģ—“ź³  오넘/경고넼 ģˆ˜ģ •ķ•œ ė‹¤ģŒ ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", "errorWorkspaceConfigurationFileDirty": "ķŒŒģ¼ģ“ ė³€ź²½ė˜ģ–“ ģž‘ģ—… ģ˜ģ—­ 구성 ķŒŒģ¼ģ— 쓸 수 ģ—†ģŠµė‹ˆė‹¤. ģ €ģž„ķ•˜ź³  ė‹¤ģ‹œ ģ‹œė„ķ•˜ģ„øģš”.", - "openWorkspaceConfigurationFile": "ģž‘ģ—… ģ˜ģ—­ 구성 ķŒŒģ¼ ģ—“źø°", - "close": "ė‹«źø°", - "enterWorkspace.close": "ė‹«źø°", - "enterWorkspace.dontShowAgain": "ė‹¤ģ‹œ ķ‘œģ‹œ ģ•ˆ 함", - "enterWorkspace.moreInfo": "추가 정볓", - "enterWorkspace.prompt": "VS Codeģ—ģ„œ ģ—¬ėŸ¬ ź°œģ˜ ķŒŒģ¼ģ„ ģž‘ģ—…ķ•˜ėŠ” 방법에 ėŒ€ķ•“ ģžģ„øķžˆ ģ•Œģ•„ė³“ģ„øģš”." + "openWorkspaceConfigurationFile": "ģž‘ģ—… ģ˜ģ—­ 구성 ģ—“źø°" } \ No newline at end of file diff --git a/i18n/ptb/extensions/azure-account/out/azure-account.i18n.json b/i18n/ptb/extensions/azure-account/out/azure-account.i18n.json index be4c29f593..93ac2dcdc3 100644 --- a/i18n/ptb/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/ptb/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/extensions/azure-account/out/extension.i18n.json b/i18n/ptb/extensions/azure-account/out/extension.i18n.json index 584e7c82e0..54d6e681bc 100644 --- a/i18n/ptb/extensions/azure-account/out/extension.i18n.json +++ b/i18n/ptb/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/extensions/bat/package.i18n.json b/i18n/ptb/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..d9f8af4a92 --- /dev/null +++ b/i18n/ptb/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Bat do Windows", + "description": "Fornece trechos de código, realce de sintaxe, correspondĆŖncia de suporte e dobramento em arquivos de lote Windows." +} \ No newline at end of file diff --git a/i18n/ptb/extensions/clojure/package.i18n.json b/i18n/ptb/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..873bc4073f --- /dev/null +++ b/i18n/ptb/extensions/clojure/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Clojure" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/coffeescript/package.i18n.json b/i18n/ptb/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..05dc61acfc --- /dev/null +++ b/i18n/ptb/extensions/coffeescript/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem CoffeeScript" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/configuration-editing/out/extension.i18n.json b/i18n/ptb/extensions/configuration-editing/out/extension.i18n.json index 5f2b18dc17..64d36e4800 100644 --- a/i18n/ptb/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/ptb/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "Exemplo" } \ No newline at end of file diff --git a/i18n/ptb/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/ptb/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index c86627bbf9..041d293f04 100644 --- a/i18n/ptb/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/ptb/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "o nome do arquivo (por exemplo, MyFile. txt)", "activeEditorMedium": "o caminho do arquivo relativo Ć  pasta de trabalho (por exemplo, myFolder/myFile.txt)", "activeEditorLong": "o caminho completo do arquivo (por exemplo, /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/ptb/extensions/configuration-editing/package.i18n.json b/i18n/ptb/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..a61a007f7b --- /dev/null +++ b/i18n/ptb/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Edição de Configuração" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/cpp/package.i18n.json b/i18n/ptb/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..6140181616 --- /dev/null +++ b/i18n/ptb/extensions/cpp/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem C/C++" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/csharp/package.i18n.json b/i18n/ptb/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..8742a9e10d --- /dev/null +++ b/i18n/ptb/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem C#", + "description": "Fornece trechos de código, realce de sintaxe, correspondĆŖncia de suporte e dobramento em arquivos C#." +} \ No newline at end of file diff --git a/i18n/ptb/extensions/css/client/out/cssMain.i18n.json b/i18n/ptb/extensions/css/client/out/cssMain.i18n.json index 4eeecc57ff..7d0c02f4d6 100644 --- a/i18n/ptb/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/ptb/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "Servidor de linguagem CSS", "folding.start": "InĆ­cio da RegiĆ£o ExpansĆ­vel", "folding.end": "Fim da RegiĆ£o ExpansĆ­vel" diff --git a/i18n/ptb/extensions/css/package.i18n.json b/i18n/ptb/extensions/css/package.i18n.json index b0f3195c14..a277a52f81 100644 --- a/i18n/ptb/extensions/css/package.i18n.json +++ b/i18n/ptb/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Recursos da Linguagem CSS", + "description": "Fornece suporte de linguagem rico para arquivos CSS, LESS e SCSS.", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "NĆŗmero invĆ”lido de parĆ¢metros", "css.lint.boxModel.desc": "NĆ£o use largura ou altura ao usar preenchimento ou borda", diff --git a/i18n/ptb/extensions/diff/package.i18n.json b/i18n/ptb/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..52a4320a6c --- /dev/null +++ b/i18n/ptb/extensions/diff/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Recursos da Linguagem de Arquivo Diff", + "description": "Fornece Realce de sintaxe, Dobramento, CorrespondĆŖncia de colchetes, Trechos de código e outros recursos de linguagem em arquivos Diff" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/docker/package.i18n.json b/i18n/ptb/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..732ebed98b --- /dev/null +++ b/i18n/ptb/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Docker", + "description": "Fornece realce de sintaxe e correspondĆŖncia de suporte em arquivos Docker." +} \ No newline at end of file diff --git a/i18n/ptb/extensions/emmet/package.i18n.json b/i18n/ptb/extensions/emmet/package.i18n.json index 41745410f9..f108b6f476 100644 --- a/i18n/ptb/extensions/emmet/package.i18n.json +++ b/i18n/ptb/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Suporte ao Emmet para VS Code", "command.wrapWithAbbreviation": "Envelope com a abreviatura", "command.wrapIndividualLinesWithAbbreviation": "Envelopar Linhas Individuais com Abreviatura", "command.removeTag": "Remover Tag", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "Uma lista separada por vĆ­rgulas de nomes de atributo que deve existir em abreviaƧƵes para o filtro de comentĆ”rio a ser aplicado", "emmetPreferencesFormatNoIndentTags": "Uma matriz de nomes deĀ abas que nĆ£o devem ter recuo interno", "emmetPreferencesFormatForceIndentTags": "Uma matriz de nomes de abas que deve sempre devem ter recuo interno", - "emmetPreferencesAllowCompactBoolean": "Se verdadeiro, a notação compacta de atributos booleanos sĆ£o produzidos" + "emmetPreferencesAllowCompactBoolean": "Se verdadeiro, a notação compacta de atributos booleanos sĆ£o produzidos", + "emmetPreferencesCssWebkitProperties": "Propriedades CSS separadas por vĆ­rgula que recebem o prefixo vendor 'webkit' quando utilizado em abreviaƧƵes do Emmet que iniciam com `-`. Defina como string vazia para sempre evitar o prefixo 'webkit'.", + "emmetPreferencesCssMozProperties": "Propriedades CSS separadas por vĆ­rgula que recebem o prefixo vendor 'moz' quando utilizado em abreviaƧƵes do Emmet que iniciam com `-`. Defina como string vazia para sempre evitar o prefixo 'moz'.", + "emmetPreferencesCssOProperties": "Propriedades CSS separadas por vĆ­rgula que recebem o prefixo vendor 'o' quando utilizado em abreviaƧƵes do Emmet que iniciam com `-`. Defina como string vazia para sempre evitar o prefixo 'o'.", + "emmetPreferencesCssMsProperties": "Propriedades CSS separadas por vĆ­rgula que recebem o prefixo vendor 'ms' quando utilizado em abreviaƧƵes do Emmet que iniciam com `-`. Defina como string vazia para sempre evitar o prefixo 'ms'." } \ No newline at end of file diff --git a/i18n/ptb/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/ptb/extensions/extension-editing/out/extensionLinter.i18n.json index 4a35721116..d1419ef4d8 100644 --- a/i18n/ptb/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/ptb/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "Imagens devem usar o protocolo HTTPS.", "svgsNotValid": "SVGs nĆ£o sĆ£o uma fonte de imagem vĆ”lida.", "embeddedSvgsNotValid": "SVGs embutidos nĆ£o sĆ£o uma fonte de imagem vĆ”lida.", diff --git a/i18n/ptb/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/ptb/extensions/extension-editing/out/packageDocumentHelper.i18n.json index 8505afd6d4..31ddec28eb 100644 --- a/i18n/ptb/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/ptb/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "ConfiguraƧƵes do editor especificas para a linguagem", "languageSpecificEditorSettingsDescription": "Sobrescrever as configuraƧƵes do editor para a linguagem" } \ No newline at end of file diff --git a/i18n/ptb/extensions/extension-editing/package.i18n.json b/i18n/ptb/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..9ed6e69ff0 --- /dev/null +++ b/i18n/ptb/extensions/extension-editing/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Edição de Arquivo de Pacote" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/fsharp/package.i18n.json b/i18n/ptb/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..7d630d3877 --- /dev/null +++ b/i18n/ptb/extensions/fsharp/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem F#" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/git/out/askpass-main.i18n.json b/i18n/ptb/extensions/git/out/askpass-main.i18n.json index 280b14bd0d..fb55fb89b7 100644 --- a/i18n/ptb/extensions/git/out/askpass-main.i18n.json +++ b/i18n/ptb/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "Credenciais ausentes ou invĆ”lidas." } \ No newline at end of file diff --git a/i18n/ptb/extensions/git/out/autofetch.i18n.json b/i18n/ptb/extensions/git/out/autofetch.i18n.json index 1c3c1cf318..0ffd94966e 100644 --- a/i18n/ptb/extensions/git/out/autofetch.i18n.json +++ b/i18n/ptb/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "Sim", "no": "NĆ£o", - "not now": "Agora NĆ£o", - "suggest auto fetch": "Deseja habilitar o autopreenchimento dos repositórios Git?" + "not now": "Pergunte-me depois", + "suggest auto fetch": "VocĆŖ gostaria que o Code [execute periodicamente o 'git fetch']({0})?" } \ No newline at end of file diff --git a/i18n/ptb/extensions/git/out/commands.i18n.json b/i18n/ptb/extensions/git/out/commands.i18n.json index 03a6223ad1..5ee5b5695b 100644 --- a/i18n/ptb/extensions/git/out/commands.i18n.json +++ b/i18n/ptb/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "Etiqueta em {0}", "remote branch at": "Ramo remoto em {0}", "create branch": "$(plus) criar nova ramificação", @@ -34,13 +36,17 @@ "confirm discard all": "Tem certeza que deseja descartar todas as alteraƧƵes em {0} arquivos?\nIsso Ć© IRREVERSĆ­VEL!\nO conjunto de trabalhando atual serĆ” PERDIDO PARA SEMPRE.", "discardAll multiple": "Descartar 1 Arquivo", "discardAll": "Descartar Todos os {0} Arquivos", - "confirm delete multiple": "Tem certeza que deseja excluir {0} arquivos?", + "confirm delete multiple": "Tem certeza que deseja EXCLUIR {0} arquivos?", "delete files": "Excluir arquivos", "there are untracked files single": "O seguinte arquivo nĆ£o controlado serĆ” excluĆ­do do disco se descartado: {0}.", "there are untracked files": "Existem {0} arquivos nĆ£o controlados que serĆ£o excluĆ­dos do disco se descartados.", "confirm discard all 2": "{0}\n\n Ć© IRREVERSƍVEL, o conjunto de trabalho atual serĆ” PERDIDO PARA SEMPRE.", "yes discard tracked": "Descartar 1 arquivo controlado", "yes discard tracked multiple": "Descartar arquivos {0} controlados", + "unsaved files single": "O seguinte arquivo nĆ£o foi salvo: [0}.\n\nGostaria de salvĆ”-lo antes de executar o commit?", + "unsaved files": "Existem {0} arquivos nĆ£o salvos.\n\nGostaria de salvĆ”-los antes de executar o commit?", + "save and commit": "Salvar Tudo & Confirmar", + "commit": "Confirmar de qualquer maneira", "no staged changes": "NĆ£o hĆ” nenhuma modificação escalonada para confirmar.\n\nGostaria de escalonar automaticamente todas as suas alteraƧƵes e confirmĆ”-las diretamente?", "always": "Sempre", "no changes": "NĆ£o hĆ” mudanƧas para confirmar.", @@ -64,12 +70,13 @@ "no remotes to pull": "O seu repositório nĆ£o possui remotos configurados para efetuar pull.", "pick remote pull repo": "Selecione um remoto para efeutar o pull da ramificação", "no remotes to push": "O seu repositório nĆ£o possui remotos configurados para efetuar push.", - "push with tags success": "Envio de rótulos finalizado com sucesso.", "nobranch": "Por favor, faƧa checkout em um ramo para fazer push em um remoto.", + "confirm publish branch": "O branch '{0}' nĆ£o possui um branch superior. VocĆŖ quer publicar este branch?", + "ok": "OK", + "push with tags success": "Envio de rótulos finalizado com sucesso.", "pick remote": "Pegue um remoto para publicar o ramo '{0}':", "sync is unpredictable": "Esta ação vai fazer push e pull nos commits de e para '{0}'.", - "ok": "OK", - "never again": "Ok, Nunca Mostrar Novamente", + "never again": "OK, NĆ£o Mostrar Novamente", "no remotes to publish": "Seu repositório nĆ£o possui remotos configurados para publicação.", "no changes stash": "NĆ£o hĆ” nenhuma mudanƧa para esconder.", "provide stash message": "Opcionalmente forneƧa uma mensagem para esconder.", diff --git a/i18n/ptb/extensions/git/out/main.i18n.json b/i18n/ptb/extensions/git/out/main.i18n.json index 9991e6dc5e..3aae15918c 100644 --- a/i18n/ptb/extensions/git/out/main.i18n.json +++ b/i18n/ptb/extensions/git/out/main.i18n.json @@ -1,10 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "looking": "Procurando por git em: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "looking": "Procurando pelo git em: {0}", "using git": "Usando git {0} de {1}", "downloadgit": "Baixar o Git", "neverShowAgain": "NĆ£o mostrar novamente", diff --git a/i18n/ptb/extensions/git/out/model.i18n.json b/i18n/ptb/extensions/git/out/model.i18n.json index 05c63b7788..c9d7d3fda8 100644 --- a/i18n/ptb/extensions/git/out/model.i18n.json +++ b/i18n/ptb/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "O repositório '{0}' possui submódulos {1} que nĆ£o serĆ£o abertos automaticamente. VocĆŖ ainda pode abrir cada um individualmente abrindo um arquivo dentro dele.", "no repositories": "NĆ£o existem repositórios disponĆ­veis", - "pick repo": "Escolher um repositório" + "pick repo": "Escolha um repositório" } \ No newline at end of file diff --git a/i18n/ptb/extensions/git/out/repository.i18n.json b/i18n/ptb/extensions/git/out/repository.i18n.json index 214c9e1d36..f7ebd7fbbc 100644 --- a/i18n/ptb/extensions/git/out/repository.i18n.json +++ b/i18n/ptb/extensions/git/out/repository.i18n.json @@ -1,32 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "Abrir", - "index modified": "ƍndice modificado", + "index modified": "ƍndice Modificado", "modified": "Modificado", - "index added": "ƍndice adicionado", - "index deleted": "ƍndice excluĆ­do", + "index added": "ƍndice Adicionado", + "index deleted": "ƍndice ExcluĆ­do", "deleted": "ExcluĆ­do", - "index renamed": "ƍndice renomeado", - "index copied": "ƍndice copiado", + "index renamed": "ƍndice Renomeado", + "index copied": "ƍndice Copiado", "untracked": "NĆ£o acompanhado", "ignored": "Ignorado", "both deleted": "Ambos ExcluĆ­dos", - "added by us": "Adicionado por nós", - "deleted by them": "ExcluĆ­do por eles", - "added by them": "Adicionado por eles", - "deleted by us": "ExcluĆ­do por nós", + "added by us": "Adicionado Por Nós", + "deleted by them": "ExcluĆ­do Por Eles", + "added by them": "Adicionado Por Eles", + "deleted by us": "ExcluĆ­do Por Nós", "both added": "Ambos adicionados", - "both modified": "Ambos modificados", + "both modified": "Ambos Modificados", "commitMessage": "Mensagem (tecle {0} para confirmar)", "commit": "Confirmar", "merge changes": "Mesclar AlteraƧƵes", "staged changes": "AlteraƧƵes em Etapas", "changes": "AlteraƧƵes", - "ok": "OK", - "neveragain": "Nunca Mostrar Novamente", + "commitMessageCountdown": "{0} caracteres restantes na linha atual", + "commitMessageWarning": "{0} caracteres sobre {1} na linha atual", + "neveragain": "NĆ£o mostrar novamente", "huge": "O repositório git em '{0}' tem muitas atualizaƧƵes ativas, somente um subconjunto de funcionalidades do Git serĆ” habilitado." } \ No newline at end of file diff --git a/i18n/ptb/extensions/git/out/scmProvider.i18n.json b/i18n/ptb/extensions/git/out/scmProvider.i18n.json index 490dda3603..6ee35c099c 100644 --- a/i18n/ptb/extensions/git/out/scmProvider.i18n.json +++ b/i18n/ptb/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/extensions/git/out/statusbar.i18n.json b/i18n/ptb/extensions/git/out/statusbar.i18n.json index a7cb7d22aa..69264f49bf 100644 --- a/i18n/ptb/extensions/git/out/statusbar.i18n.json +++ b/i18n/ptb/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "Checkout...", "sync changes": "Sincronizar alteraƧƵes", "publish changes": "Publicar AlteraƧƵes", diff --git a/i18n/ptb/extensions/git/package.i18n.json b/i18n/ptb/extensions/git/package.i18n.json index 81db50ac04..9519da62c4 100644 --- a/i18n/ptb/extensions/git/package.i18n.json +++ b/i18n/ptb/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Integração com SCM Git", "command.clone": "Clonar", "command.init": "Inicializar Repositório", "command.close": "Fechar o repositório", @@ -54,12 +58,13 @@ "command.stashPopLatest": "Pop mais recente Stash", "config.enabled": "Se o git estiver habilitado", "config.path": "Caminho para o executĆ”vel do git", + "config.autoRepositoryDetection": "Se os repositórios devem ser detectados automaticamente", "config.autorefresh": "Se a atualização automĆ”tica estiver habilitada", "config.autofetch": "Se a recuperação automĆ”tica estiver habilitada", "config.enableLongCommitWarning": "Se mensagens longas de confirmação devem ter aviso", "config.confirmSync": "Confirmar antes de sincronizar repositórios git", "config.countBadge": "Controla o contador de distintivos do git. 'todos' considera todas as alteraƧƵes. 'rastreado' considera apenas as alteraƧƵes controladas. 'desligado' desliga o contador.", - "config.checkoutType": "Controla quais tipos de ramos sĆ£o listados quando executando `Checkout para... `. `todos` mostra todas as referĆŖncias, `local` mostra apenas os ramos locais, `etiqueta` mostra apenas etiquetas e `remoto` mostra apenas os ramos remotos.", + "config.checkoutType": "Controla quais tipos de ramos sĆ£o listados quando executando `Checkout para... `. `todos` mostra todas as referĆŖncias, `local` mostra apenas os ramos locais, `etiquetas` mostra apenas etiquetas e `remoto` mostra apenas os ramos remotos.", "config.ignoreLegacyWarning": "Ignora o aviso de Git legado", "config.ignoreMissingGitWarning": "Ignora o aviso quando Git nĆ£o existir.", "config.ignoreLimitWarning": "Ignora o aviso quando houver muitas alteraƧƵes em um repositório", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "Habilitar Commit assinando com GPG.", "config.discardAllScope": "Controla as alteraƧƵes que sĆ£o descartadas pelo comando 'Descartar todas as alteraƧƵes'. 'todos' descarta todas as alteraƧƵes. 'rastreados' descarta somente arquivos rastreados. 'prompt' mostra uma caixa de diĆ”logo de alerta cada vez que a ação Ć© executada.", "config.decorations.enabled": "Controla se o Git contribui cores e emblemas para o explorer e visualizador de editores abertos.", + "config.promptToSaveFilesBeforeCommit": "Controla se o Git deve verificar arquivos nĆ£o salvos antes do Commit.", + "config.showInlineOpenFileAction": "Controla se deve mostrar uma ação Abrir Arquivo em linha na visualização de alteraƧƵes do Git.", + "config.inputValidation": "Controla quando exibir validação do campo de mensagem do commit.", + "config.detectSubmodules": "Controla se deve detectar automaticamente os sub-módulos do git.", "colors.modified": "Cor para recursos modificados.", "colors.deleted": "Cor para recursos excluĆ­dos.", "colors.untracked": "Cor para recursos nĆ£o controlados.", "colors.ignored": "Cor para recursos ignorados.", - "colors.conflict": "Cor para recursos com conflitos." + "colors.conflict": "Cor para recursos com conflitos.", + "colors.submodule": "Cor para recursos de sub-módulos." } \ No newline at end of file diff --git a/i18n/ptb/extensions/go/package.i18n.json b/i18n/ptb/extensions/go/package.i18n.json new file mode 100644 index 0000000000..c0b1461bdf --- /dev/null +++ b/i18n/ptb/extensions/go/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Go" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/groovy/package.i18n.json b/i18n/ptb/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..840a78de7f --- /dev/null +++ b/i18n/ptb/extensions/groovy/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Groovy" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/grunt/out/main.i18n.json b/i18n/ptb/extensions/grunt/out/main.i18n.json index be0251a24d..751664b5ec 100644 --- a/i18n/ptb/extensions/grunt/out/main.i18n.json +++ b/i18n/ptb/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Auto detecção de Grunt para pasta {0} falhou com erro: {1}" } \ No newline at end of file diff --git a/i18n/ptb/extensions/grunt/package.i18n.json b/i18n/ptb/extensions/grunt/package.i18n.json index d79ce76907..090fed59f8 100644 --- a/i18n/ptb/extensions/grunt/package.i18n.json +++ b/i18n/ptb/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Controla se a deteção automĆ”tica de tarefas do Grunt estĆ” ligado ou desligado. PadrĆ£o Ć© ligado." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "ExtensĆ£o para adicionar capacidades Grunt ao VSCode.", + "displayName": "Suporte ao Grunt para VSCode", + "config.grunt.autoDetect": "Controla se a deteção automĆ”tica de tarefas do Grunt estĆ” ligado ou desligado. PadrĆ£o Ć© ligado.", + "grunt.taskDefinition.type.description": "A tarefa Grunt a ser personalizada.", + "grunt.taskDefinition.file.description": "O arquivo Grunt que fornece a tarefa. Pode ser omitido." } \ No newline at end of file diff --git a/i18n/ptb/extensions/gulp/out/main.i18n.json b/i18n/ptb/extensions/gulp/out/main.i18n.json index ef8a9dc089..cb10d19dfb 100644 --- a/i18n/ptb/extensions/gulp/out/main.i18n.json +++ b/i18n/ptb/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "Auto detecção de gulp para pasta {0} falhou com erro: {1}" } \ No newline at end of file diff --git a/i18n/ptb/extensions/gulp/package.i18n.json b/i18n/ptb/extensions/gulp/package.i18n.json index fae292414c..6668e5fc3a 100644 --- a/i18n/ptb/extensions/gulp/package.i18n.json +++ b/i18n/ptb/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Controla se a detecção automĆ”tica de tarefas Gulp estĆ” ativada ou desativada. Por padrĆ£o, Ć© ativado." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "ExtensĆ£o para adicionar capacidades Gulp ao VSCode.", + "displayName": "Suporte ao Gulp para VSCode", + "config.gulp.autoDetect": "Controla se a detecção automĆ”tica de tarefas Gulp estĆ” ativada ou desativada. Por padrĆ£o, Ć© ativado.", + "gulp.taskDefinition.type.description": "A tarefa Gulp a ser customizada.", + "gulp.taskDefinition.file.description": "O arquivo Gulp que fornece a tarefa. Pode ser omitido." } \ No newline at end of file diff --git a/i18n/ptb/extensions/handlebars/package.i18n.json b/i18n/ptb/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..6f4790883d --- /dev/null +++ b/i18n/ptb/extensions/handlebars/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Handlebars" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/hlsl/package.i18n.json b/i18n/ptb/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..0722d53bc7 --- /dev/null +++ b/i18n/ptb/extensions/hlsl/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem HLSL" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/html/client/out/htmlMain.i18n.json b/i18n/ptb/extensions/html/client/out/htmlMain.i18n.json index 30700d15da..1baec8c53a 100644 --- a/i18n/ptb/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/ptb/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "Servidor de Linguagem HTML", "folding.start": "InĆ­cio da RegiĆ£o ExpansĆ­vel", "folding.end": "Fim da RegiĆ£o ExpansĆ­vel" diff --git a/i18n/ptb/extensions/html/package.i18n.json b/i18n/ptb/extensions/html/package.i18n.json index 2772cf08cd..2e47b51c2c 100644 --- a/i18n/ptb/extensions/html/package.i18n.json +++ b/i18n/ptb/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Recursos da Linguagem HTML", + "description": "Fornece suporte de linguagem rico para arquivos HTML, Razor e Handlebar.", "html.format.enable.desc": "Ativar/desativar o formatador HTML padrĆ£o", "html.format.wrapLineLength.desc": "Quantidade mĆ”xima de caracteres por linha (0 = desativar).", "html.format.unformatted.desc": "Lista de tags, separados por vĆ­rgula, que nĆ£o deveria ser reformatada. o padrĆ£o Ć© 'nulo' para todas as tags listadas em https://www.w3.org/TR/html5/dom.html#phrasing-content.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "Rastrear a comunicação entre o VS Code e o servidor de linguagem HTML.", "html.validate.scripts": "Configura se o suporte da linguagem HTML interna valida scripts embutidos.", "html.validate.styles": "Configura se o suporte da linguagem HTML interna valida estilos embutidos.", + "html.experimental.syntaxFolding": "Habilita/Desabilita a sintaxe dos marcadores de pastas ativas.", "html.autoClosingTags": "Ativar/desativar o fechamento automĆ”tico de tags HTML." } \ No newline at end of file diff --git a/i18n/ptb/extensions/ini/package.i18n.json b/i18n/ptb/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..05fe8cb036 --- /dev/null +++ b/i18n/ptb/extensions/ini/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Ini" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/jake/out/main.i18n.json b/i18n/ptb/extensions/jake/out/main.i18n.json index 556bbc75d3..871cd4241c 100644 --- a/i18n/ptb/extensions/jake/out/main.i18n.json +++ b/i18n/ptb/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "execFailed": "Auto detecção de Jake para pasta {0} falhou com erro: {1}" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "execFailed": "Auto detecção de Jake para pasta {0} falhou com o erro: {1}" } \ No newline at end of file diff --git a/i18n/ptb/extensions/jake/package.i18n.json b/i18n/ptb/extensions/jake/package.i18n.json index 94c08817c8..b6f42bb19c 100644 --- a/i18n/ptb/extensions/jake/package.i18n.json +++ b/i18n/ptb/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "ExtensĆ£o para adicionar capacidades Jake ao VSCode.", + "displayName": "Suporte ao Jake para VSCode", + "jake.taskDefinition.type.description": "A tarefa Jake a ser customizada.", + "jake.taskDefinition.file.description": "O arquivo Jake que fornece a tarefa. Pode ser omitido.", "config.jake.autoDetect": "Controla se a detecção automĆ”tica de tarefas Jake estĆ” ativada ou desativada. Por padrĆ£o, Ć© ativado." } \ No newline at end of file diff --git a/i18n/ptb/extensions/java/package.i18n.json b/i18n/ptb/extensions/java/package.i18n.json new file mode 100644 index 0000000000..570d85b56c --- /dev/null +++ b/i18n/ptb/extensions/java/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Java" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/ptb/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 84b277202e..127028f5cc 100644 --- a/i18n/ptb/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/ptb/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "Bower.json padrĆ£o", "json.bower.error.repoaccess": "Falha na solicitação ao repositório bower: {0}", "json.bower.latest.version": "Ćŗltimo" diff --git a/i18n/ptb/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/ptb/extensions/javascript/out/features/packageJSONContribution.i18n.json index 9917fa36b2..17c64cb08d 100644 --- a/i18n/ptb/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/ptb/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "Package.json padrĆ£o", "json.npm.error.repoaccess": "Falha na solicitação ao repositório NPM: {0}", "json.npm.latestversion": "A versĆ£o do pacote mais recente no momento", diff --git a/i18n/ptb/extensions/javascript/package.i18n.json b/i18n/ptb/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..21f6cc4b07 --- /dev/null +++ b/i18n/ptb/extensions/javascript/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem JavaScript" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/json/client/out/jsonMain.i18n.json b/i18n/ptb/extensions/json/client/out/jsonMain.i18n.json index 4391c95a2b..175fdf8df7 100644 --- a/i18n/ptb/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/ptb/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "Servidor de linguagem JSON" } \ No newline at end of file diff --git a/i18n/ptb/extensions/json/package.i18n.json b/i18n/ptb/extensions/json/package.i18n.json index c588df96a2..0fc54f17aa 100644 --- a/i18n/ptb/extensions/json/package.i18n.json +++ b/i18n/ptb/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Recursos da Linguagem JSON", + "description": "Fornece suporte de linguagem rico para arquivos JSON.", "json.schemas.desc": "Esquemas associadas a arquivos de JSON no projeto atual", "json.schemas.url.desc": "Um URL para um esquema ou um caminho relativo a um esquema no diretório atual", "json.schemas.fileMatch.desc": "Uma matriz de padrƵes de arquivos para correspondĆŖncia ao resolver arquivos JSON para esquemas.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "Habilitar/desabilitar o formatador JSON padrĆ£o (requer reinicialização)", "json.tracing.desc": "Loga a comunicação entre o VS Code e o servidor de linguagem JSON.", "json.colorDecorators.enable.desc": "Habilita ou desabilita os decoradores de cor", - "json.colorDecorators.enable.deprecationMessage": "A configuração 'json.colorDecorators.enable' foi descontinuada em favor de 'editor.colorDecorators'." + "json.colorDecorators.enable.deprecationMessage": "A configuração 'json.colorDecorators.enable' foi descontinuada em favor de 'editor.colorDecorators'.", + "json.experimental.syntaxFolding": "Habilita/Desabilita a sintaxe dos marcadores de pastas ativas." } \ No newline at end of file diff --git a/i18n/ptb/extensions/less/package.i18n.json b/i18n/ptb/extensions/less/package.i18n.json new file mode 100644 index 0000000000..8fba3ccce6 --- /dev/null +++ b/i18n/ptb/extensions/less/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Less" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/log/package.i18n.json b/i18n/ptb/extensions/log/package.i18n.json new file mode 100644 index 0000000000..b16d35eeb8 --- /dev/null +++ b/i18n/ptb/extensions/log/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Log" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/lua/package.i18n.json b/i18n/ptb/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..a1968a09ee --- /dev/null +++ b/i18n/ptb/extensions/lua/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Lua" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/make/package.i18n.json b/i18n/ptb/extensions/make/package.i18n.json new file mode 100644 index 0000000000..1d6c2ec91b --- /dev/null +++ b/i18n/ptb/extensions/make/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Make" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/markdown-basics/package.i18n.json b/i18n/ptb/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ptb/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ptb/extensions/markdown/out/commands.i18n.json b/i18n/ptb/extensions/markdown/out/commands.i18n.json index 2396a32ab2..aaac50b1f7 100644 --- a/i18n/ptb/extensions/markdown/out/commands.i18n.json +++ b/i18n/ptb/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "Visualização {0}", "onPreviewStyleLoadError": "NĆ£o foi possĆ­vel carregar o 'markdown.styles': {0}" } \ No newline at end of file diff --git a/i18n/ptb/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/ptb/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..982b0e46a2 --- /dev/null +++ b/i18n/ptb/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "NĆ£o foi possĆ­vel carregar o 'markdown.styles': {0}" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/markdown/out/extension.i18n.json b/i18n/ptb/extensions/markdown/out/extension.i18n.json index 8660a23d4f..8910a2128e 100644 --- a/i18n/ptb/extensions/markdown/out/extension.i18n.json +++ b/i18n/ptb/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/extensions/markdown/out/features/preview.i18n.json b/i18n/ptb/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..a941c33e93 --- /dev/null +++ b/i18n/ptb/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[PrĆ©-visualização] {0}", + "previewTitle": "PrĆ©-visualização {0}" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/ptb/extensions/markdown/out/features/previewContentProvider.i18n.json index b8fe23c626..f661ac0dc3 100644 --- a/i18n/ptb/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/ptb/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,10 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "Algum conteĆŗdo foi desativado neste documento", "preview.securityMessage.title": "ConteĆŗdo potencialmente inseguro foi desativado na visualização de remarcação. Altere a configuração de seguranƧa de visualização do Markdown para permitir conteĆŗdo inseguro ou habilitar scripts", - "preview.securityMessage.label": "ConteĆŗdo do aviso de seguranƧa desativado" + "preview.securityMessage.label": "ConteĆŗdo do Aviso de SeguranƧa Desativado" } \ No newline at end of file diff --git a/i18n/ptb/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/ptb/extensions/markdown/out/previewContentProvider.i18n.json index b8fe23c626..d7de5db51f 100644 --- a/i18n/ptb/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/ptb/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/extensions/markdown/out/security.i18n.json b/i18n/ptb/extensions/markdown/out/security.i18n.json index 3d066b17ee..ab21099692 100644 --- a/i18n/ptb/extensions/markdown/out/security.i18n.json +++ b/i18n/ptb/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "Estrita", "strict.description": "Somente carregar conteĆŗdo seguro", "insecureContent.title": "Permitir conteĆŗdo inseguro", @@ -13,6 +15,6 @@ "moreInfo.title": "Mais informaƧƵes", "enableSecurityWarning.title": "Habilitar a visualização de avisos de seguranƧa neste espaƧo de trabalho", "disableSecurityWarning.title": "Desabilitar a visualização de avisos de seguranƧa neste espaƧo de trabalho", - "toggleSecurityWarning.description": "NĆ£o afeta o nĆ­vel de seguranƧa do conteĆŗdo", + "toggleSecurityWarning.description": "NĆ£o afeta o nĆ­vel de seguranƧa de conteĆŗdo", "preview.showPreviewSecuritySelector.title": "Selecione as configuraƧƵes de seguranƧa para visualizaƧƵes de Markdown neste espaƧo de trabalho" } \ No newline at end of file diff --git a/i18n/ptb/extensions/markdown/package.i18n.json b/i18n/ptb/extensions/markdown/package.i18n.json index 789f117448..ae052a4e70 100644 --- a/i18n/ptb/extensions/markdown/package.i18n.json +++ b/i18n/ptb/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Recursos da Linguagem Markdown", + "description": "Fornece suporte Ć  linguagem rica para Markdown.", "markdown.preview.breaks.desc": "Configura como quebras de linha sĆ£o processadas na visualização de markdown. Configurando como 'true' cria um
para cada nova linha.", "markdown.preview.linkify": "Habilitar ou desabilitar a conversĆ£o de texto URL para links na visualização markdown.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Duplo clique na prĆ©-visualização markdown para alternar para o editor.", @@ -11,14 +15,13 @@ "markdown.preview.fontSize.desc": "Controla o tamanho da fonte em pixels usado na prĆ©-visualização de markdown.", "markdown.preview.lineHeight.desc": "Controla a altura de linha usada na prĆ©-visualização de markdown. Este nĆŗmero Ć© relativo ao tamanho de fonte.", "markdown.preview.markEditorSelection.desc": "Marca a seleção atual do editor na prĆ©-visualização de markdown.", - "markdown.preview.scrollEditorWithPreview.desc": "Quando a prĆ©-visualização de markdown Ć© rolada, atualiza a exibição do editor.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "Rola a prĆ©-visualização do markdown para revelar a linha atualmente selecionada do editor.", + "markdown.preview.scrollEditorWithPreview.desc": "Quando uma prĆ©-visualização de markdown Ć© rolada, atualiza a exibição do editor.", + "markdown.preview.scrollPreviewWithEditor.desc": "Quando um editor de markdown Ć© rolado, atualiza a exibição da prĆ©-visualização.", "markdown.preview.title": "Abrir a visualização", "markdown.previewFrontMatter.dec": "Configura como o frontispicio YAML frente questĆ£o devem ser processado na prĆ©-visualização de markdown. 'hide' remove o frontispicio. Caso contrĆ”rio, o frontispicio Ć© tratado como conteĆŗdo de markdown.", "markdown.previewSide.title": "Abre prĆ©-visualização ao lado", "markdown.showSource.title": "Exibir Código-Fonte", "markdown.styles.dec": "Uma lista de URLs ou caminhos locais para folhas de estilo CSS para usar na prĆ©-visualização do markdown. Caminhos relativos sĆ£o interpretados em relação Ć  pasta aberta no explorer. Se nĆ£o houver nenhuma pasta aberta, eles sĆ£o interpretados em relação ao local do arquivo markdown. Todos os ' \\' precisam ser escritos como ' \\ \\ '.", "markdown.showPreviewSecuritySelector.title": "Alterar as configuraƧƵes de seguranƧa de visualização", - "markdown.trace.desc": "Habilitar log de depuração para a extensĆ£o do markdown.", - "markdown.refreshPreview.title": "Atualizar a visualização" + "markdown.trace.desc": "Habilitar log de depuração para a extensĆ£o do markdown." } \ No newline at end of file diff --git a/i18n/ptb/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/ptb/extensions/merge-conflict/out/codelensProvider.i18n.json index e3c9866923..eb240ae222 100644 --- a/i18n/ptb/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/ptb/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "Aceitar a mudanƧa atual", "acceptIncomingChange": "Aceitar a mudanƧa de entrada", "acceptBothChanges": "Aceitar as duas alteraƧƵes", diff --git a/i18n/ptb/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/ptb/extensions/merge-conflict/out/commandHandler.i18n.json index 6308a5d70f..f58d7cb231 100644 --- a/i18n/ptb/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/ptb/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "Cursor do editor nĆ£o estĆ” dentro de um conflito de mesclagem", "compareChangesTitle": "{0}: AlteraƧƵes Atuais ⟷ AlteraƧƵes de Entrada", "cursorOnCommonAncestorsRange": "Cursor do editorĀ estĆ” dentro do bloco comum de ancestrais, favor moverĀ para o blocoĀ \"atual\" ou \"entrada\"", diff --git a/i18n/ptb/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/ptb/extensions/merge-conflict/out/mergeDecorator.i18n.json index 2b29ae4a25..d08bc32d4b 100644 --- a/i18n/ptb/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/ptb/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(MudanƧa Atual)", "incomingChange": "(Próxima MudanƧa)" } \ No newline at end of file diff --git a/i18n/ptb/extensions/merge-conflict/package.i18n.json b/i18n/ptb/extensions/merge-conflict/package.i18n.json index bef36d2bc5..8049c711f7 100644 --- a/i18n/ptb/extensions/merge-conflict/package.i18n.json +++ b/i18n/ptb/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Mesclar conflitos", "command.category": "Conflito de Mesclagem", "command.accept.all-current": "Aceitar Todos os Atuais", "command.accept.all-incoming": "Aceitar todas entradas", diff --git a/i18n/ptb/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/ptb/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..127028f5cc --- /dev/null +++ b/i18n/ptb/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Bower.json padrĆ£o", + "json.bower.error.repoaccess": "Falha na solicitação ao repositório bower: {0}", + "json.bower.latest.version": "Ćŗltimo" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/ptb/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..17c64cb08d --- /dev/null +++ b/i18n/ptb/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Package.json padrĆ£o", + "json.npm.error.repoaccess": "Falha na solicitação ao repositório NPM: {0}", + "json.npm.latestversion": "A versĆ£o do pacote mais recente no momento", + "json.npm.majorversion": "Combina com a versĆ£o principal mais recente (1.x.x)", + "json.npm.minorversion": "Combina a versĆ£o secundĆ”ria mais recente (1.2.x)", + "json.npm.version.hover": "Última versĆ£o: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/npm/out/main.i18n.json b/i18n/ptb/extensions/npm/out/main.i18n.json index e0f0d39564..22b1b1d429 100644 --- a/i18n/ptb/extensions/npm/out/main.i18n.json +++ b/i18n/ptb/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "Deteção de tarefa NPM: falha ao analisar o arquivo {0}" } \ No newline at end of file diff --git a/i18n/ptb/extensions/npm/package.i18n.json b/i18n/ptb/extensions/npm/package.i18n.json index be4eed3240..c3743977a6 100644 --- a/i18n/ptb/extensions/npm/package.i18n.json +++ b/i18n/ptb/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "ExtensĆ£o para adicionar suporte a tarefas para scripts npm.", + "displayName": "Suporte ao Npm para VSCode", "config.npm.autoDetect": "Controla se a deteção automĆ”tica de scripts npm estĆ” ligado ou desligado. O padrĆ£o Ć© ligado.", "config.npm.runSilent": "Executar comandos npm com a opção '--silent'.", "config.npm.packageManager": "O Gerenciador de pacotes usado para executar scripts.", - "npm.parseError": "Deteção de tarefa NPM: falha ao analisar o arquivo {0}" + "config.npm.exclude": "Configure padrƵes glob para pastas que devem ser excluĆ­dos da detecção automĆ”tica de script.", + "npm.parseError": "Deteção de tarefa NPM: falha ao analisar o arquivo {0}", + "taskdef.script": "O script npm para personalizar.", + "taskdef.path": "O caminho para a pasta do arquivo package.json que fornece o script. Pode ser omitido." } \ No newline at end of file diff --git a/i18n/ptb/extensions/objective-c/package.i18n.json b/i18n/ptb/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..56ef2cf241 --- /dev/null +++ b/i18n/ptb/extensions/objective-c/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Objective-C" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/ptb/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..127028f5cc --- /dev/null +++ b/i18n/ptb/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Bower.json padrĆ£o", + "json.bower.error.repoaccess": "Falha na solicitação ao repositório bower: {0}", + "json.bower.latest.version": "Ćŗltimo" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/ptb/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..17c64cb08d --- /dev/null +++ b/i18n/ptb/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Package.json padrĆ£o", + "json.npm.error.repoaccess": "Falha na solicitação ao repositório NPM: {0}", + "json.npm.latestversion": "A versĆ£o do pacote mais recente no momento", + "json.npm.majorversion": "Combina com a versĆ£o principal mais recente (1.x.x)", + "json.npm.minorversion": "Combina a versĆ£o secundĆ”ria mais recente (1.2.x)", + "json.npm.version.hover": "Última versĆ£o: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/package-json/package.i18n.json b/i18n/ptb/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ptb/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ptb/extensions/perl/package.i18n.json b/i18n/ptb/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..90d5c04386 --- /dev/null +++ b/i18n/ptb/extensions/perl/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Perl" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/php/out/features/validationProvider.i18n.json b/i18n/ptb/extensions/php/out/features/validationProvider.i18n.json index 9e0ce64f47..659079a36d 100644 --- a/i18n/ptb/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/ptb/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "VocĆŖ permite {0} (definido como uma configuração do espaƧo de trabalho) a ser executado para lint de arquivos PHP?", "php.yes": "Permitir", "php.no": "NĆ£o permitir", diff --git a/i18n/ptb/extensions/php/package.i18n.json b/i18n/ptb/extensions/php/package.i18n.json index 7ec916f5dd..79b1487d44 100644 --- a/i18n/ptb/extensions/php/package.i18n.json +++ b/i18n/ptb/extensions/php/package.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "Configura se as sugestƵes intrĆ­nsecas da linguagem PHP estĆ£o habilitadas. O suporte sugere globais e variĆ”veis do PHP.", "configuration.validate.enable": "Habilita/desabilita a validação interna do PHP.", "configuration.validate.executablePath": "Aponta para o executĆ”vel do PHP.", "configuration.validate.run": "Se o linter Ć© executado ao salvar ou ao digitar.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "Desabilita a validação de executĆ”vel do PHP (definida como configuração do espaƧo de trabalho)" + "command.untrustValidationExecutable": "Desabilita a validação de executĆ”vel do PHP (definida como configuração do espaƧo de trabalho)", + "displayName": "Recursos da linguagem PHP" } \ No newline at end of file diff --git a/i18n/ptb/extensions/powershell/package.i18n.json b/i18n/ptb/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..9dbfbf4ea1 --- /dev/null +++ b/i18n/ptb/extensions/powershell/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Powershell" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/pug/package.i18n.json b/i18n/ptb/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..70c16c97bf --- /dev/null +++ b/i18n/ptb/extensions/pug/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Pug" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/python/package.i18n.json b/i18n/ptb/extensions/python/package.i18n.json new file mode 100644 index 0000000000..5e05db6319 --- /dev/null +++ b/i18n/ptb/extensions/python/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Python" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/r/package.i18n.json b/i18n/ptb/extensions/r/package.i18n.json new file mode 100644 index 0000000000..a7b3e75ded --- /dev/null +++ b/i18n/ptb/extensions/r/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem R" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/razor/package.i18n.json b/i18n/ptb/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..a650afd145 --- /dev/null +++ b/i18n/ptb/extensions/razor/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Razor" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/ruby/package.i18n.json b/i18n/ptb/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..3b2dd1909c --- /dev/null +++ b/i18n/ptb/extensions/ruby/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Ruby" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/rust/package.i18n.json b/i18n/ptb/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..c0146b1166 --- /dev/null +++ b/i18n/ptb/extensions/rust/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Rust" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/scss/package.i18n.json b/i18n/ptb/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..9407e1294c --- /dev/null +++ b/i18n/ptb/extensions/scss/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem SCSS" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/shaderlab/package.i18n.json b/i18n/ptb/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..9f240935da --- /dev/null +++ b/i18n/ptb/extensions/shaderlab/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Shaderlab" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/shellscript/package.i18n.json b/i18n/ptb/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..74e5a7c0bf --- /dev/null +++ b/i18n/ptb/extensions/shellscript/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Shell Script" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/sql/package.i18n.json b/i18n/ptb/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..3148f032ca --- /dev/null +++ b/i18n/ptb/extensions/sql/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem SQL" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/swift/package.i18n.json b/i18n/ptb/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..1cb8938a71 --- /dev/null +++ b/i18n/ptb/extensions/swift/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Swift" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-abyss/package.i18n.json b/i18n/ptb/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..cb17d51987 --- /dev/null +++ b/i18n/ptb/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Abissal", + "description": "Tema Abismo para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-defaults/package.i18n.json b/i18n/ptb/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..6155f9817a --- /dev/null +++ b/i18n/ptb/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Temas PadrƵes", + "description": "Os temas claro e escuro padrĆ£o (Plus e Visual Studio)" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-kimbie-dark/package.i18n.json b/i18n/ptb/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..2f9fa5fe63 --- /dev/null +++ b/i18n/ptb/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Kimbie Escuro", + "description": "Tema Kimble escruto para o Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/ptb/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..420c4268ab --- /dev/null +++ b/i18n/ptb/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Monokai Esmaecido", + "description": "Tema Monokai escurecido para o Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-monokai/package.i18n.json b/i18n/ptb/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..b659c55936 --- /dev/null +++ b/i18n/ptb/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Monokai", + "description": "Tema MonokaiĀ para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-quietlight/package.i18n.json b/i18n/ptb/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..1fa06c45e4 --- /dev/null +++ b/i18n/ptb/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Claro Calmo", + "description": "Tema Claro Calmo para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-red/package.i18n.json b/i18n/ptb/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..1fe33b809a --- /dev/null +++ b/i18n/ptb/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Vermelho", + "description": "Tema Vermelho para Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-seti/package.i18n.json b/i18n/ptb/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..837c9c8918 --- /dev/null +++ b/i18n/ptb/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema ƍcone de Arquivo Seti", + "description": "Um tema de Ć­cone de arquivo feito de ƍcones de arquivos da interface de usuĆ”rio Seti" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-solarized-dark/package.i18n.json b/i18n/ptb/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..ff3e41242e --- /dev/null +++ b/i18n/ptb/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Solarizado Escuro", + "description": "Tema solarizado escuro para o Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-solarized-light/package.i18n.json b/i18n/ptb/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..3892d7a9e8 --- /dev/null +++ b/i18n/ptb/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Solarizado Claro", + "description": "Tema solarizado claro para o Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/ptb/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..788d0967fc --- /dev/null +++ b/i18n/ptb/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tema Noite Azul do AmanhĆ£", + "description": "Tema azul noturno do amanhĆ£ para o Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript-basics/package.i18n.json b/i18n/ptb/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..956447bf3d --- /dev/null +++ b/i18n/ptb/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas da Linguagem TypeScript" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/commands.i18n.json b/i18n/ptb/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..78ac0e87ee --- /dev/null +++ b/i18n/ptb/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "Favor abrir uma pasta no VS Code para usar um projeto TypeScript ou JavaScript", + "typescript.projectConfigUnsupportedFile": "NĆ£o foi possĆ­vel determinar o projeto TypeScript ou JavaScript. Tipo de arquivo nĆ£o suportado", + "typescript.projectConfigCouldNotGetInfo": "NĆ£o foi possĆ­vel determinar o projeto TypeScript ou JavaScript", + "typescript.noTypeScriptProjectConfig": "O arquivo nĆ£o Ć© parte do projeto TypeScript. Clique [aqui]({0}) para mais informaƧƵes.", + "typescript.noJavaScriptProjectConfig": "O arquivo nĆ£o Ć© parte do projeto JavaScript. Clique [aqui]({0}) para mais informaƧƵes.", + "typescript.configureTsconfigQuickPick": "Configurar tsconfig.json", + "typescript.configureJsconfigQuickPick": "Configurar jsconfig.json" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/ptb/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 3cc3ca76ce..c22d771afd 100644 --- a/i18n/ptb/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/ptb/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/completionItemProvider.i18n.json index 2da5a12a9f..87273f3294 100644 --- a/i18n/ptb/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/ptb/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "Selecione uma ação de código para aplicar", "acquiringTypingsLabel": "Adquirindo digitaƧƵes...", "acquiringTypingsDetail": "Adquirindo definiƧƵes de digitaƧƵes para o Intellisense.", diff --git a/i18n/ptb/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index 99716f3214..85c6fa8b38 100644 --- a/i18n/ptb/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/ptb/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "Habilita verificação semĆ¢ntica em um arquivo JavaScript. Deve estar no topo de um arquivo.", "ts-nocheck": "Desabilita verificação semĆ¢ntica em um arquivo JavaScript. Deve estar no topo de um arquivo.", "ts-ignore": "Suprime erros de @ts-check na próxima linha de um arquivo." diff --git a/i18n/ptb/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index ef8dd6423d..1f34022a9a 100644 --- a/i18n/ptb/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/ptb/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 implementação", "manyImplementationLabel": "{0} implementaƧƵes", "implementationsErrorLabel": "NĆ£o foi possĆ­vel determinar implementaƧƵes" diff --git a/i18n/ptb/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index 20b08d7679..41d77b5657 100644 --- a/i18n/ptb/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/ptb/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "ComentĆ”rio JSDoc" } \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..7101e2405e --- /dev/null +++ b/i18n/ptb/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (Reparar tudo no arquivo)" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 1838c3c162..8a22f526e5 100644 --- a/i18n/ptb/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/ptb/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 referĆŖncia", "manyReferenceLabel": "{0} referĆŖncias", "referenceErrorLabel": "NĆ£o foi possĆ­vel determinar as referĆŖncias" diff --git a/i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json index 1da26ebad7..a85fb8ef9e 100644 --- a/i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "compilar - {0}", "buildAndWatchTscLabel": "monitorar - {0}" } \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/typescriptMain.i18n.json b/i18n/ptb/extensions/typescript/out/typescriptMain.i18n.json index 82e6c288fb..ef53cb2ad7 100644 --- a/i18n/ptb/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/ptb/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json index 5e205288cd..370071c3dd 100644 --- a/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/ptb/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "O caminho {0} nĆ£o aponta para uma instalação de tsserver vĆ”lida. Voltando para a versĆ£o do TypeScript empacotada.", "serverCouldNotBeStarted": "Servidor de linguagem TypeScript nĆ£o pĆ“de ser iniciado. Mensagem de erro Ć©: {0}", "typescript.openTsServerLog.notSupported": "Logging de TS Server requer TS TS 2.2.2+", diff --git a/i18n/ptb/extensions/typescript/out/utils/api.i18n.json b/i18n/ptb/extensions/typescript/out/utils/api.i18n.json index ea073b5472..7ce5ff8087 100644 --- a/i18n/ptb/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/ptb/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "versĆ£o invĆ”lida" } \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/utils/logger.i18n.json b/i18n/ptb/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/ptb/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/ptb/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/ptb/extensions/typescript/out/utils/projectStatus.i18n.json index 6f06552e92..e932279a9c 100644 --- a/i18n/ptb/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/ptb/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "Para habilitar os recursos de linguagem JavaScript/TypeScipt em todo o projeto, excluir pastas com muitos arquivos, como: {0}", "hintExclude.generic": "Para habilitar os recursos de linguagem JavaScript/TypeScipt em todo o projeto, excluir pastas grandes com arquivos em que vocĆŖ nĆ£o trabalha.", "large.label": "Configurar exclusƵes", diff --git a/i18n/ptb/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/ptb/extensions/typescript/out/utils/typingsStatus.i18n.json index e6e29d6431..4afa4ad8c8 100644 --- a/i18n/ptb/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/ptb/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "Buscando dados para melhor IntelliSense do TypeScript", - "typesInstallerInitializationFailed.title": "NĆ£o foi possĆ­vel instalar arquivos de tipagens para recursos da linguagem JavaScript. Por favor, certifique-se de que a NPM estĆ” instalado ou configure 'typescript.npm' em suas configuraƧƵes de usuĆ”rio", - "typesInstallerInitializationFailed.moreInformation": "Mais informaƧƵes", - "typesInstallerInitializationFailed.doNotCheckAgain": "NĆ£o verificar novamente", - "typesInstallerInitializationFailed.close": "Fechar" + "typesInstallerInitializationFailed.title": "NĆ£o foi possĆ­vel instalar os arquivos de tipagem para recursos da linguagem JavaScript. Por favor, certifique-se que o NPM estĆ” instalado ou configure 'typescript.npm' em suas configuraƧƵes de usuĆ”rio. Clique [aqui]({0}) para mais informaƧƵes.", + "typesInstallerInitializationFailed.doNotCheckAgain": "NĆ£o mostrar novamente" } \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json index 87043e03fd..a262df05c8 100644 --- a/i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "Use a versĆ£o do VS Code", "useWorkspaceVersionOption": "Use a versĆ£o de Ć”rea de trabalho", "learnMore": "Saiba Mais", diff --git a/i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json index e2cf1ea2df..464875612d 100644 --- a/i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "NĆ£o foi possĆ­vel carregar a versĆ£o do TypeScript neste caminho", "noBundledServerFound": "Tsserver do VSĀ Code foi eliminado por outro aplicativo como uma ferramenta de detecção de vĆ­rus com um comportamento inadequado. Por favor reinstale o VS Code." } \ No newline at end of file diff --git a/i18n/ptb/extensions/typescript/package.i18n.json b/i18n/ptb/extensions/typescript/package.i18n.json index 7ca623d773..57db09eafc 100644 --- a/i18n/ptb/extensions/typescript/package.i18n.json +++ b/i18n/ptb/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Recursos da Linguagem TypeScript e JavaScript", + "description": "Fornece suporte Ć  linguagem rica pra JavaScript e TypeScript.", "typescript.reloadProjects.title": "Recarregar Projeto", "javascript.reloadProjects.title": "Recarregar Projeto", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Ativar/desativar sugestƵes rĆ”pidas quando estiver digitando um caminho de importação.", "typescript.locale": "Define a localidade usada para relatar erros TypeScript. Requer TypeScript > = 2.6.0. PadrĆ£o 'null' usa a localidade do VS Code para erros TypeScript.", "javascript.implicitProjectConfig.experimentalDecorators": "Ativar/desativar 'experimentalDecorators' para arquivos JavaScript que nĆ£o fazem parte de um projeto. Os arquivos existentes de jsconfig.json ou tsconfig.json substituem essa configuração. Requer TypeScript >= 2.3.1.", - "typescript.autoImportSuggestions.enabled": "Ativar/desativar sugestƵes de importação automĆ”tica. Requer TypeScript >= 2.6.1" + "typescript.autoImportSuggestions.enabled": "Ativar/desativar sugestƵes de importação automĆ”tica. Requer TypeScript >= 2.6.1", + "typescript.experimental.syntaxFolding": "Habilita/Desabilita a sintaxe dos marcadores de pastas ativas.", + "taskDefinition.tsconfig.description": "O arquivo tsconfig que define a compilação de TS." } \ No newline at end of file diff --git a/i18n/ptb/extensions/vb/package.i18n.json b/i18n/ptb/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..91fc3248f6 --- /dev/null +++ b/i18n/ptb/extensions/vb/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem Visual Basic" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/xml/package.i18n.json b/i18n/ptb/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..c53384f376 --- /dev/null +++ b/i18n/ptb/extensions/xml/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem XML" +} \ No newline at end of file diff --git a/i18n/ptb/extensions/yaml/package.i18n.json b/i18n/ptb/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..c3166c20c1 --- /dev/null +++ b/i18n/ptb/extensions/yaml/package.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "NoƧƵes BĆ”sicas Sobre a Linguagem YAML" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/ptb/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/ptb/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/ptb/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/ptb/src/vs/base/browser/ui/aria/aria.i18n.json index e558eb6187..703d0de2c9 100644 --- a/i18n/ptb/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/ptb/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (ocorreu novamente)" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/ptb/src/vs/base/browser/ui/findinput/findInput.i18n.json index 524ba7bb4a..70fd53469b 100644 --- a/i18n/ptb/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/ptb/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "entrada" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/ptb/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index 1a477ef1e6..7940db84ea 100644 --- a/i18n/ptb/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/ptb/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Diferenciar MaiĆŗsculas de MinĆŗsculas", "wordsDescription": "Coincidir Palavra Inteira", "regexDescription": "Usar ExpressĆ£o Regular" diff --git a/i18n/ptb/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/ptb/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 0b282bdee8..0b2d648dd7 100644 --- a/i18n/ptb/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/ptb/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Erro: {0}", "alertWarningMessage": "Aviso: {0}", "alertInfoMessage": "InformaƧƵes: {0}" diff --git a/i18n/ptb/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/ptb/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index ff9f2c98cb..ee7de458c8 100644 --- a/i18n/ptb/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/ptb/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "A imagem Ć© muito grande para ser exibida no editor.", "resourceOpenExternalButton": "Abrir imagem usando um programa externo?", diff --git a/i18n/ptb/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/ptb/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/ptb/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/ptb/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index 4a046b5729..a2e1117274 100644 --- a/i18n/ptb/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/ptb/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "Mais" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/common/errorMessage.i18n.json b/i18n/ptb/src/vs/base/common/errorMessage.i18n.json index 400654b9c3..d5d7555e2a 100644 --- a/i18n/ptb/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/ptb/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "Ocorreu um erro desconhecido. Consulte o log para obter mais detalhes.", "nodeExceptionMessage": "Ocorreu um erro de sistema ({0})", diff --git a/i18n/ptb/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/ptb/src/vs/base/common/jsonErrorMessages.i18n.json index 97f0770c0d..42b1584811 100644 --- a/i18n/ptb/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/ptb/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "SĆ­mbolo invĆ”lido", "error.invalidNumberFormat": "Formato de nĆŗmero invĆ”lido", "error.propertyNameExpected": "Nome de propriedade esperado", diff --git a/i18n/ptb/src/vs/base/common/keybindingLabels.i18n.json b/i18n/ptb/src/vs/base/common/keybindingLabels.i18n.json index 5977a200f2..aef4dc58a7 100644 --- a/i18n/ptb/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/ptb/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "Shift", "altKey": "Alt", @@ -11,6 +13,6 @@ "ctrlKey.long": "Control", "shiftKey.long": "Shift", "altKey.long": "Alt", - "cmdKey.long": "Comando", + "cmdKey.long": "Command", "windowsKey.long": "Windows" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/common/processes.i18n.json b/i18n/ptb/src/vs/base/common/processes.i18n.json index 165322e595..ca55fbc77a 100644 --- a/i18n/ptb/src/vs/base/common/processes.i18n.json +++ b/i18n/ptb/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/base/common/severity.i18n.json b/i18n/ptb/src/vs/base/common/severity.i18n.json index 7aff804118..15b21971e5 100644 --- a/i18n/ptb/src/vs/base/common/severity.i18n.json +++ b/i18n/ptb/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "Erro", "sev.warning": "Aviso", "sev.info": "InformaƧƵes" diff --git a/i18n/ptb/src/vs/base/node/processes.i18n.json b/i18n/ptb/src/vs/base/node/processes.i18n.json index 3584dc9b15..8fe92abaf2 100644 --- a/i18n/ptb/src/vs/base/node/processes.i18n.json +++ b/i18n/ptb/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "NĆ£o Ć© possĆ­vel executar um comando shell em uma unidade UNC." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/node/ps.i18n.json b/i18n/ptb/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..3c5e99be54 --- /dev/null +++ b/i18n/ptb/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "Coletando informaƧƵes de CPU e memória. Isso pode demorar alguns segundos." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/node/zip.i18n.json b/i18n/ptb/src/vs/base/node/zip.i18n.json index a577f90ea2..102cf6f142 100644 --- a/i18n/ptb/src/vs/base/node/zip.i18n.json +++ b/i18n/ptb/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0} nĆ£o encontrado dentro do zip." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 1d0f7ebd47..7bfc67cb87 100644 --- a/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, seletor", "quickOpenAriaLabel": "seletor" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index ca3d8a5266..5ca7d29607 100644 --- a/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/ptb/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "Seletor rĆ”pido. Digite para filtrar resultados.", "treeAriaLabel": "Seletor rĆ”pido" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/ptb/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 5e72c45050..1a58bfcd65 100644 --- a/i18n/ptb/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/ptb/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "Recolher" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/ptb/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..a5ba8e7ad9 --- /dev/null +++ b/i18n/ptb/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "PrĆ©-visualizar no GitHub", + "loadingData": "Carregando dados...", + "similarIssues": "Problemas semelhantes", + "open": "Abrir", + "closed": "Fechado", + "noResults": "Nenhum resultado encontrado", + "settingsSearchIssue": "Problema na Pesquisa de ConfiguraƧƵes", + "bugReporter": "Relatório de Bug", + "performanceIssue": "Problema de Performance", + "featureRequest": "Solicitação de Recurso", + "stepsToReproduce": "Etapas para Reproduzir", + "bugDescription": "Nós suportamos Markdown no padrĆ£o GitHub. VocĆŖ poderĆ” editar o seu problema e adicionar capturas de tela quando nós o prĆ©-visualizarmos no GitHub. ", + "performanceIssueDesciption": "Nós suportamos Markdown no padrĆ£o GitHub. VocĆŖ poderĆ” editar o seu problema e adicionar capturas de tela quando nós o prĆ©-visualizarmos no GitHub. ", + "description": "Descrição", + "featureRequestDescription": "Nós suportamos Markdown no padrĆ£o GitHub. VocĆŖ poderĆ” editar o seu problema e adicionar capturas de tela quando nós o prĆ©-visualizarmos no GitHub. ", + "expectedResults": "Resultado Esperado", + "settingsSearchResultsDescription": "Nós suportamos Markdown no padrĆ£o GitHub. VocĆŖ poderĆ” editar o seu problema e adicionar capturas de tela quando nós o prĆ©-visualizarmos no GitHub. ", + "pasteData": "Nós escrevemos os dados necessĆ”rios em sua Ć”rea de transferĆŖncia porque era muito grande para ser enviado. Por favor, Cole.", + "disabledExtensions": "ExtensƵes estĆ£o desabilitadas" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/ptb/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..c70febfcc6 --- /dev/null +++ b/i18n/ptb/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "Por favor, preencha o formulĆ”rio em inglĆŖs.", + "issueTypeLabel": "Isso Ć© um", + "issueTitleLabel": "TĆ­tulo", + "issueTitleRequired": "Por favor, digite um tĆ­tulo.", + "titleLengthValidation": "O tĆ­tulo Ć© muito longo.", + "systemInfo": "Minhas InformaƧƵes do Sistema", + "sendData": "Enviar meus dados", + "processes": "Processos Atualmente em Execução", + "workspaceStats": "Minhas EstatĆ­sticas do EspaƧo de Trabalho", + "extensions": "Minhas extensƵes", + "searchedExtensions": "ExtensƵes Pesquisadas", + "settingsSearchDetails": "Detalhes da Pesquisa de ConfiguraƧƵes", + "yes": "Sim", + "no": "NĆ£o", + "disableExtensions": "desabilitando todas as extensƵes e recarregando a janela", + "details": "Por favor informe detalhes.", + "loadingData": "Carregando dados..." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/code/electron-main/auth.i18n.json b/i18n/ptb/src/vs/code/electron-main/auth.i18n.json index 93f4d92642..22e9f2bf40 100644 --- a/i18n/ptb/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/ptb/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "Autenticação de proxy necessĆ”ria", "proxyauth": "O proxy {0} requer autenticação." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/code/electron-main/logUploader.i18n.json b/i18n/ptb/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..094a56fc71 --- /dev/null +++ b/i18n/ptb/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "Destino para envio do log Ć© invĆ”lido.", + "beginUploading": "Enviando...", + "didUploadLogs": "Envio bem-sucedido! ID do arquivo de Log: {0}", + "logUploadPromptBody": "Logs de sessĆ£o podem conter informaƧƵes pessoais como caminhos completos ou conteĆŗdos de arquivos. Por favor revise e elimine seus arquivos de log de sessĆ£o aqui: '{0}'", + "logUploadPromptBodyDetails": "Ao continuar vocĆŖ confirma que vocĆŖ revisou e eliminou seus arquivos de log de sessĆ£o e que vocĆŖ concorda que a Microsoft use eles para depurar o VS Code.", + "logUploadPromptAcceptInstructions": "Por favor execute o code com '--upload-logs={0}' para proceder com o upload", + "postError": "Erro ao postar logs: {0}", + "responseError": "Erro ao postar logs. Recebido {0} — {1}", + "parseError": "Erro ao analisar a resposta", + "zipError": "Erro ao zipar logs: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/code/electron-main/main.i18n.json b/i18n/ptb/src/vs/code/electron-main/main.i18n.json index ed5f54197e..6145c5f1b9 100644 --- a/i18n/ptb/src/vs/code/electron-main/main.i18n.json +++ b/i18n/ptb/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "Outra instĆ¢ncia de {0} estĆ” sendo executada, mas nĆ£o estĆ” respondendo", "secondInstanceNoResponseDetail": "Por favor, feche todas as outras instĆ£ncias e tente novamente.", "secondInstanceAdmin": "Uma segunda instĆ£ncia de {0} jĆ” estĆ” sendo executada como administrador.", diff --git a/i18n/ptb/src/vs/code/electron-main/menus.i18n.json b/i18n/ptb/src/vs/code/electron-main/menus.i18n.json index cf26e0d0a7..c6935a1b05 100644 --- a/i18n/ptb/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/ptb/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "&&Arquivo", "mEdit": "&&Editar", "mSelection": "&&Seleção", @@ -88,6 +90,7 @@ "miMarker": "&&Problemas", "miAdditionalViews": "&&VisualizaƧƵes Adicionais", "miCommandPalette": "&&Paleta de comando", + "miOpenView": "&&Abrir Visualização...", "miToggleFullScreen": "Alternar &&Tela Inteira", "miToggleZenMode": "Alternar modo Zen", "miToggleMenuBar": "Alternar &&Barra de Menus", @@ -178,13 +181,11 @@ "miConfigureTask": "&& Configurar Tarefas...", "miConfigureBuildTask": "Configurar Tarefas PadrĆ£o de Compilação...", "accessibilityOptionsWindowTitle": "OpƧƵes de Acessibilidade", - "miRestartToUpdate": "Reinicie para Atualizar...", + "miCheckForUpdates": "Verificar AtualizaƧƵes...", "miCheckingForUpdates": "Verificando AtualizaƧƵes...", "miDownloadUpdate": "Baixar Atualização DisponĆ­vel", "miDownloadingUpdate": "Baixando Atualização...", + "miInstallUpdate": "Instalar Atualização...", "miInstallingUpdate": "Instalando Atualização...", - "miCheckForUpdates": "Verificar AtualizaƧƵes...", - "aboutDetail": "VersĆ£o {0}\nConfirmação {1}\nData {2}\nShell {3}\nRenderizador {4}\nNó {5}\nArquitetura {6}", - "okButton": "OK", - "copy": "&&Copiar" + "miRestartToUpdate": "Reinicie para Atualizar..." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/code/electron-main/window.i18n.json b/i18n/ptb/src/vs/code/electron-main/window.i18n.json index abee584a9c..275c4a2762 100644 --- a/i18n/ptb/src/vs/code/electron-main/window.i18n.json +++ b/i18n/ptb/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "VocĆŖ ainda pode acessar a barra de menu pressionando a tecla * * Alt * *." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "VocĆŖ ainda pode acessar a barra de menu pressionando a tecla Alt." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/code/electron-main/windows.i18n.json b/i18n/ptb/src/vs/code/electron-main/windows.i18n.json index a285320a84..8d329261a4 100644 --- a/i18n/ptb/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/ptb/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "OK", "pathNotExistTitle": "O caminho nĆ£o existe", "pathNotExistDetail": "O caminho '{0}' nĆ£o parece mais existir no disco.", diff --git a/i18n/ptb/src/vs/code/node/cliProcessMain.i18n.json b/i18n/ptb/src/vs/code/node/cliProcessMain.i18n.json index ec57d526c9..64bb19ddcb 100644 --- a/i18n/ptb/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/ptb/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "ExtensĆ£o '{0}' nĆ£o encontrada.", "notInstalled": "ExtensĆ£o '{0}' nĆ£o estĆ” instalada.", "useId": "Certifique-se de usar a ID de extensĆ£o completa, incluindo o editor, por exemplo: {0}", diff --git a/i18n/ptb/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/ptb/src/vs/editor/browser/services/bulkEdit.i18n.json index 3fada6ebf5..a57c26cd2c 100644 --- a/i18n/ptb/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/ptb/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "Estes arquivos foram alterados nesse meio tempo: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "NĆ£o foram feitas ediƧƵes", "summary.nm": "Feitas {0} ediƧƵes de texto em {1} arquivos", - "summary.n0": "Feitas {0} ediƧƵes de texto em um arquivo" + "summary.n0": "Feitas {0} ediƧƵes de texto em um arquivo", + "conflict": "Estes arquivos foram alterados nesse meio tempo: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/ptb/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index c2c5b80c20..9341fc4e95 100644 --- a/i18n/ptb/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "NĆ£o Ć© possĆ­vel comparar os arquivos pois um deles Ć© muito grande." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/ptb/src/vs/editor/browser/widget/diffReview.i18n.json index d7c3642497..903ad323b8 100644 --- a/i18n/ptb/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/ptb/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Fechar", "header": "DiferenƧa {0} de {1}: original {2}, {3} linhas, modificado {4}, {5} linhas", "blankLine": "branco", diff --git a/i18n/ptb/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/ptb/src/vs/editor/common/config/commonEditorConfig.i18n.json index 52ffce48a7..5c040d4c26 100644 --- a/i18n/ptb/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/ptb/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "Editor", "fontFamily": "Controla a famĆ­lia de fontes.", "fontWeight": "Controla o peso da fonte.", @@ -14,7 +16,7 @@ "lineNumbers.on": "NĆŗmeros de linhas sĆ£o renderizados em nĆŗmeros absolutos.", "lineNumbers.relative": "NĆŗmeros de linhas sĆ£o renderizadas como distĆ¢ncia em linhas atĆ© a posição do cursor.", "lineNumbers.interval": "NĆŗmeros de linhas sĆ£o renderizados a cada 10 linhas.", - "lineNumbers": "Controla a exibição dos nĆŗmeros de linha. Os valores possĆ­veis sĆ£o 'on', 'off' e 'relative'.", + "lineNumbers": "Controla a exibição dos nĆŗmeros de linha. Os valores possĆ­veis sĆ£o 'on', 'off', 'relative' e 'interval'.", "rulers": "Renderiza rĆ©guas verticais após um certo nĆŗmero de caracteres de espaƧo. Use vĆ”rios valores para vĆ”rias rĆ©guas. RĆ©guas nĆ£o serĆ£o desenhadas se a matriz estiver vazia", "wordSeparators": "Caracteres que serĆ£o usados como separadores de palavras ao fazer navegação relacionada a palavras ou operaƧƵes", "tabSize": "O nĆŗmero de espaƧos equivalentes a uma tabulação. Esta configuração Ć© sobreposta com base no conteĆŗdo do arquivo quando `editor.detectIndentation` estĆ” ligado.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "Controla se o editor rolarĆ” alĆ©m da Ćŗltima linha", "smoothScrolling": "Controla se o editor irĆ” rolar usando uma animação", "minimap.enabled": "Controla se o mini mapa Ć© exibido", + "minimap.side": "Controla o lado onde processar o minimap. Os valores possĆ­veis sĆ£o 'direita' e 'esquerda'", "minimap.showSlider": "Controla se o controle deslizante minimap Ć© automaticamente escondido. Os valores possĆ­veis sĆ£o 'sempre' e 'mouseover'", "minimap.renderCharacters": "Renderizar os caracteres em uma linha (em oposição a blocos de caracteres)", "minimap.maxColumn": "Limitar o tamanho de um mini-mapa para renderizar no mĆ”ximo um nĆŗmero determinado de colunas", @@ -40,9 +43,9 @@ "wordWrapColumn": "Controla a coluna de quebra de linha do editor quando editor.wordWrap` Ć© 'wordWrapColumn' ou 'bounded'.", "wrappingIndent": "Controla o recuo de linhas quebradas. Pode ser \"none\", \"same\" ou \"indent\".", "mouseWheelScrollSensitivity": "Um multiplicador a ser usado em \"deltaX\" e \"deltaY\" dos eventos de rolagem do botĆ£o de rolagem do mouse", - "multiCursorModifier.ctrlCmd": "Mapeia para 'Control' no Windows e Linux e 'Command' no OSX.", - "multiCursorModifier.alt": "Mapeia para 'Alt' em Windows e Linux e 'Option' em OSX.", - "multiCursorModifier": "O modificador a ser usado para adicionar vĆ”rios cursores com o mouse. `ctrlCmd` mapeia 'Control' no Windows e Linux e 'Command' no OSX. Os gestos do mouse Ir para definição e Abrir Link irĆ£o adaptar-se tal maneira que eles nĆ£o entrem em conflito com o modificador multicursor.", + "multiCursorModifier.ctrlCmd": "Mapeia para 'Control' no Windows e Linux e para 'Command' no macOS.", + "multiCursorModifier.alt": "Mapeia para 'Alt' em Windows e Linux e para 'Option' em macOS.", + "multiCursorModifier": "O modificador a ser usado para adicionar vĆ”rios cursores com o mouse. `ctrlCmd` mapeia para 'Control' no Windows e Linux e para 'Command' no macOS. Os gestos do mouse Ir para definição e Abrir Link irĆ£o adaptar-se de forma que eles nĆ£o entrem em conflito com o modificador multicursor.", "quickSuggestions.strings": "Habilitar sugestƵes rĆ”pidas dentro de strings.", "quickSuggestions.comments": "Habilitar sugestƵes rĆ”pidas dentro de comentĆ”rios.", "quickSuggestions.other": "Habilitar sugestƵes rĆ”pidas fora de strings e comentĆ”rios.", @@ -63,6 +66,10 @@ "snippetSuggestions": "Controla se os snippets sĆ£o exibidos juntamente com as outras sugestƵes e como eles sĆ£o ordenados.", "emptySelectionClipboard": "Controla se a cópia sem nenhuma seleção copia a linha atual.", "wordBasedSuggestions": "Controla se o auto-completar deve ser calculado baseado nas palavras no documento.", + "suggestSelection.first": "Escolha sempre a primeira sugestĆ£o.", + "suggestSelection.recentlyUsed": "Selecionar sugestƵes recentes, a menos que digitaƧƵes adicionais selecionem um, por exemplo, 'console.| -> console. log ' porque 'log' foi concluĆ­da recentemente.", + "suggestSelection.recentlyUsedByPrefix": "Selecionar sugestƵes baseadas em prefixos anteriores que completaram essas sugestƵes, por exemplo, 'co-> console' e 'con-> const'.", + "suggestSelection": "Controla como as sugestƵes sĆ£o prĆ©-selecionados quando estiver mostrando a lista de sugestƵes.", "suggestFontSize": "Tamanho da fonte para a ferramenta de sugestĆ£o", "suggestLineHeight": "Altura de linha para a ferramenta de sugestĆ£o", "selectionHighlight": "Controla se o editor deve realƧar correspondĆŖncias semelhantes Ć  seleção", @@ -72,6 +79,7 @@ "cursorBlinking": "Controla o estilo de animação do cursor, os valores possĆ­veis sĆ£o 'blink', 'smooth', 'phase', 'expand' e 'solid'", "mouseWheelZoom": "Alterar o zoom da fonte editor quando utilizada a roda do mouse e pressionando Ctrl", "cursorStyle": "Controla o estilo do cursor, os valores aceitos sĆ£o 'block', 'block-outline', 'line', 'line-thin', 'underline' e 'underline-thin'", + "cursorWidth": "Controla a largura do cursor quando editor.cursorStyle estĆ” definido como 'line'", "fontLigatures": "Habilita ligaduras de fontes", "hideCursorInOverviewRuler": "Controla se o cursor deve ficar oculto na rĆ©gua de visĆ£o geral.", "renderWhitespace": "Controla como o editor deve rendenizar caracteres de espaƧos em branco, possibilidades sĆ£o 'none', 'boundary' e 'all'. A opção 'boundary' nĆ£o rendeniza espaƧos simples entre palavras.", diff --git a/i18n/ptb/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/ptb/src/vs/editor/common/config/editorOptions.i18n.json index 53f11838ed..6894e85702 100644 --- a/i18n/ptb/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/ptb/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "O editor nĆ£o estĆ” acessĆ­vel neste momento. Por favor pressione Alt+F1 para opƧƵes.", "editorViewAccessibleLabel": "ConteĆŗdo do editor" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/common/controller/cursor.i18n.json b/i18n/ptb/src/vs/editor/common/controller/cursor.i18n.json index 60bcb5f5b5..d4ef8eb707 100644 --- a/i18n/ptb/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/ptb/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "Exceção inesperada ao executar o comando." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/ptb/src/vs/editor/common/model/textModelWithTokens.i18n.json index fc3574b7fd..213b76346d 100644 --- a/i18n/ptb/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/ptb/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/ptb/src/vs/editor/common/modes/modesRegistry.i18n.json index 509203220c..edf2092587 100644 --- a/i18n/ptb/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/ptb/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "Texto sem formatação" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/ptb/src/vs/editor/common/services/bulkEdit.i18n.json index 3fada6ebf5..476a2d9bd6 100644 --- a/i18n/ptb/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/ptb/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/ptb/src/vs/editor/common/services/modeServiceImpl.i18n.json index 85f2d2943f..58e5085315 100644 --- a/i18n/ptb/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/ptb/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/ptb/src/vs/editor/common/services/modelServiceImpl.i18n.json index b6c528c5a2..df5f72fc57 100644 --- a/i18n/ptb/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/ptb/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}] {1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/ptb/src/vs/editor/common/view/editorColorRegistry.i18n.json index 434fe65993..f7906b9a12 100644 --- a/i18n/ptb/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/ptb/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "Cor de fundo para a posição do cursor na seleção de linhas.", "lineHighlightBorderBox": "Cor de fundo para a borda em volta da linha na posição do cursor", - "rangeHighlight": "Cor de fundo dos ranges selecionados, assim como abertura instantĆ¢nea e descoberta de recursos ", + "rangeHighlight": "Cor de fundo dos intervalos selecionados, assim como da abertura instantĆ¢nea e localização de recursos. A cor nĆ£o deve ser opaca para evitar esconder as decoraƧƵes subjacentes", + "rangeHighlightBorder": "Cor de fundo para a borda em volta do intervalo destacado.", "caret": "Cor do cursor no editor.", "editorCursorBackground": "A cor de fundo do cursor do editor. Permite customizar a cor de um caractere sobreposto pelo bloco do cursor.", "editorWhitespaces": "Cor dos caracteres em branco no editor", "editorIndentGuides": "Cor das guias de indentação do editor.", "editorLineNumbers": "Cor dos nĆŗmeros de linha do editor.", + "editorActiveLineNumber": "Cor dos nĆŗmeros de linhas do editor", "editorRuler": "Cor das rĆ©guas do editor.", "editorCodeLensForeground": "Cor do primeiro plano das lentes de código do editor", "editorBracketMatchBackground": "Cor de fundo atrĆ”s do colchetes correspondentes", diff --git a/i18n/ptb/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/ptb/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index e045839f7c..e7686f1d53 100644 --- a/i18n/ptb/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/ptb/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 4af1753636..161fafa340 100644 --- a/i18n/ptb/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "Ir para colchete" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "VisĆ£o geral da cor do marcador da rĆ©gua para colchetes correspondentes.", + "smartSelect.jumpBracket": "Ir para colchete", + "smartSelect.selectToBracket": "Selecionar para colchetes." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/ptb/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 4af1753636..7e5aeae7ef 100644 --- a/i18n/ptb/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/ptb/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index 157105c4a3..55bad6589e 100644 --- a/i18n/ptb/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "Mover cursor para a esquerda", "caret.moveRight": "Mover cursor para a direita" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/ptb/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index 157105c4a3..7cd1a9a7d1 100644 --- a/i18n/ptb/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/ptb/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index c1d3083b19..3b59928aaa 100644 --- a/i18n/ptb/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/ptb/src/vs/editor/contrib/caretOperations/transpose.i18n.json index c1d3083b19..09d1538fae 100644 --- a/i18n/ptb/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Transport letras" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/ptb/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 903f9fc108..34739a4fc1 100644 --- a/i18n/ptb/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/ptb/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 903f9fc108..b102f12f41 100644 --- a/i18n/ptb/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "Recortar", "actions.clipboard.copyLabel": "Copiar", "actions.clipboard.pasteLabel": "Colar", diff --git a/i18n/ptb/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/ptb/src/vs/editor/contrib/comment/comment.i18n.json index ff1ba569c0..1436129186 100644 --- a/i18n/ptb/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Alternar ComentĆ”rio de Linha", "comment.line.add": "Adicionar ComentĆ”rio de Linha", "comment.line.remove": "Remover ComentĆ”rio de Linha", diff --git a/i18n/ptb/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/ptb/src/vs/editor/contrib/comment/common/comment.i18n.json index ff1ba569c0..f5e1e0a9c1 100644 --- a/i18n/ptb/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/ptb/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index e2b1d946be..f4ca529e59 100644 --- a/i18n/ptb/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/ptb/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index e2b1d946be..25bb2eef42 100644 --- a/i18n/ptb/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "Mostrar o menu de contexto do editor" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 1f4f15c556..05e8a5cd2c 100644 --- a/i18n/ptb/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index 9172767f77..5880b97002 100644 --- a/i18n/ptb/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/ptb/src/vs/editor/contrib/find/common/findController.i18n.json index ce656c20f3..65885f3331 100644 --- a/i18n/ptb/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/find/findController.i18n.json b/i18n/ptb/src/vs/editor/contrib/find/findController.i18n.json index ce656c20f3..a1b0119333 100644 --- a/i18n/ptb/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "Localizar", "findNextMatchAction": "Localizar Próximo", "findPreviousMatchAction": "Localizar anterior", diff --git a/i18n/ptb/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/find/findWidget.i18n.json index 1f4f15c556..957bb3b8b7 100644 --- a/i18n/ptb/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Localizar", "placeholder.find": "Localizar", "label.previousMatchButton": "CorrespondĆŖncia anterior", diff --git a/i18n/ptb/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index 9172767f77..9b6bd91648 100644 --- a/i18n/ptb/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Localizar", "placeholder.find": "Localizar", "label.previousMatchButton": "CorrespondĆŖncia anterior", diff --git a/i18n/ptb/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/ptb/src/vs/editor/contrib/folding/browser/folding.i18n.json index c9d6b88a85..b2bde8f3d9 100644 --- a/i18n/ptb/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/ptb/src/vs/editor/contrib/folding/folding.i18n.json index 51b3d0dbab..e60418d409 100644 --- a/i18n/ptb/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "Abrir", "unFoldRecursivelyAction.label": "Abrir recursivamente", "foldAction.label": "Colapsar", diff --git a/i18n/ptb/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/ptb/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 9dc8bacb23..94e1765693 100644 --- a/i18n/ptb/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/ptb/src/vs/editor/contrib/format/formatActions.i18n.json index 71cbf2723a..ab14024f87 100644 --- a/i18n/ptb/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "1 edição de formatação feita na linha {0}", "hintn1": "{0} ediƧƵes de formatação feitas na linha {1}", "hint1n": "Feita 1 edição de formatação entre as linhas {0} e {1}", "hintnn": "Feitas {0} ediƧƵes de formatação entre as linhas {1} e {2}", - "no.provider": "Desculpe-nos, mas nĆ£o hĆ” formatador instalado para '{0}'-arquivos.", + "no.provider": "NĆ£o hĆ” formatador instalado para '{0}'-arquivos.", "formatDocument.label": "Formatar Documento", "formatSelection.label": "Formatar Seleção" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index 01753366bc..dfb17d9d26 100644 --- a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index 675cbe29ae..792eb32122 100644 --- a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index 01753366bc..464efc2109 100644 --- a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "NĆ£o foi encontrada definição para '{0}'", "generic.noResults": "Nenhuma definição encontrada", "meta.title": "- {0} definiƧƵes", diff --git a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index 675cbe29ae..94441eb91b 100644 --- a/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "Clique para mostrar {0} definiƧƵes." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/ptb/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index d05aeee6c3..2bd32fe087 100644 --- a/i18n/ptb/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/ptb/src/vs/editor/contrib/gotoError/gotoError.i18n.json index d05aeee6c3..b4e4a53238 100644 --- a/i18n/ptb/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "Ir para o Próximo Erro ou Aviso", - "markerAction.previous.label": "Ir para o Erro ou Aviso Anterior", + "markerAction.next.label": "Ir para o Próximo Problema (Erro, Aviso, Informação)", + "markerAction.previous.label": "Ir para o Problema Anterior (Erro, Aviso, Informação)", "editorMarkerNavigationError": "Ferramenta de marcação de edição apresentando error na cor ", "editorMarkerNavigationWarning": "Ferramenta de marcação de edição apresentando adventĆŖncia na cor", "editorMarkerNavigationInfo": "Cor de informação da ferramenta de navegação do marcador do editor.", diff --git a/i18n/ptb/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/ptb/src/vs/editor/contrib/hover/browser/hover.i18n.json index 196a8fb2bb..d490ce6fcc 100644 --- a/i18n/ptb/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/ptb/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index 2c74cf6f1e..172ac54a0d 100644 --- a/i18n/ptb/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/ptb/src/vs/editor/contrib/hover/hover.i18n.json index 196a8fb2bb..63b4901895 100644 --- a/i18n/ptb/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "Mostrar Item Flutuante" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/ptb/src/vs/editor/contrib/hover/modesContentHover.i18n.json index 2c74cf6f1e..f539fcc80a 100644 --- a/i18n/ptb/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "Carregando..." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index fbbfbd0216..a0c0a4c239 100644 --- a/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index fbbfbd0216..f6e5fd2d86 100644 --- a/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Substituir pelo valor anterior", "InPlaceReplaceAction.next.label": "Substituir pelo próximo valor" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/ptb/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 8edeaaf810..807e39aac8 100644 --- a/i18n/ptb/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/ptb/src/vs/editor/contrib/indentation/indentation.i18n.json index 8edeaaf810..bcdb751d57 100644 --- a/i18n/ptb/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "Converter indentação em espaƧos.", "indentationToTabs": "Coverter Indentação a TabulaƧƵes.", "configuredTabSize": "Tamanho de Tabulação Configurado", diff --git a/i18n/ptb/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/ptb/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index e715c4d667..101cdfa27e 100644 --- a/i18n/ptb/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/ptb/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 8a368ab368..ebdbb67347 100644 --- a/i18n/ptb/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/ptb/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 8a368ab368..a4628f5f1e 100644 --- a/i18n/ptb/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "Copiar linha acima", "lines.copyDown": "Copiar linha abaixo", "lines.moveUp": "Mover linha para cima", diff --git a/i18n/ptb/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/ptb/src/vs/editor/contrib/links/browser/links.i18n.json index 38c51b4ea6..2f34c8ebd2 100644 --- a/i18n/ptb/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/links/links.i18n.json b/i18n/ptb/src/vs/editor/contrib/links/links.i18n.json index d37606739d..9a311b8a86 100644 --- a/i18n/ptb/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/links/links.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Cmd + clique para seguir o link", "links.navigate": "Ctrl + clique para seguir o link", "links.command.mac": "Cmd + clique para executar o comando", "links.command": "Ctrl + clique para executar o comando", "links.navigate.al": "Alt + clique para seguir o link", "links.command.al": "Alt + clique para executar o comando", - "invalid.url": "Desculpe, falha ao abrir este link porque ele nĆ£o estĆ” bem formatado: {0}", - "missing.url": "Desculpe, falha ao abrir este link porque seu destino estĆ” faltando.", + "invalid.url": "Falha ao abrir este link porque ele nĆ£o estĆ” bem formatado: {0}", + "missing.url": "Falha ao abrir este link porque seu destino estĆ” faltando.", "label": "Abrir link" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/ptb/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 790c737c8e..4a829d50d2 100644 --- a/i18n/ptb/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/ptb/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 790c737c8e..f7ad28a8c9 100644 --- a/i18n/ptb/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Inserir cursor acima", "mutlicursor.insertBelow": "Inserir cursor abaixo", "mutlicursor.insertAtEndOfEachLineSelected": "Adicionar Cursores ao Final das Linhas", diff --git a/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index f0450d3f4d..d8bb04404d 100644 --- a/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index 0f8237adbb..7034108862 100644 --- a/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index f0450d3f4d..303363be77 100644 --- a/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "Dicas de parĆ¢metro de gatilho" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index 0f8237adbb..303fae5622 100644 --- a/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, dica" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/ptb/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index 01ae8d7aff..25cd3d9612 100644 --- a/i18n/ptb/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/ptb/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index 01ae8d7aff..463962690b 100644 --- a/i18n/ptb/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "Mostrar correƧƵes ({0})", "quickFix": "Mostrar correƧƵes", - "quickfix.trigger.label": "Correção RĆ”pida" + "quickfix.trigger.label": "Correção RĆ”pida", + "refactor.label": "Refatorar" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index 41ad7313b7..ee16f2ffe0 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 9d557535df..9d7620fb34 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 65217d2ace..0559ad9b68 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 2e25322d32..d9d3d964a6 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 72f61eeaf8..c2605173f6 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index 41ad7313b7..4d2f319dac 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Fechar" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 9d557535df..2e0f134545 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": "- {0} referĆŖncias", "references.action.label": "Localizar Todas as ReferĆŖncias" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index 65217d2ace..c5dfe6cb0d 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "Carregando..." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 2e25322d32..ea92325c34 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "sĆ­mbolo em {0} na linha {1} e coluna {2}", "aria.fileReferences.1": "1 sĆ­mbolo em {0}, caminho completo {1}", "aria.fileReferences.N": "{0} sĆ­mbolosĀ em {1}, caminho completo {2}", diff --git a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 72f61eeaf8..b3f7fbed68 100644 --- a/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "Falha ao resolver arquivo.", "referencesCount": "{0} referĆŖncias", "referenceCount": "{0} referĆŖncia", diff --git a/i18n/ptb/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/ptb/src/vs/editor/contrib/rename/browser/rename.i18n.json index a56535f624..d8498b37b0 100644 --- a/i18n/ptb/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/ptb/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 49eba92fa4..8fc8de12a3 100644 --- a/i18n/ptb/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/ptb/src/vs/editor/contrib/rename/rename.i18n.json index a56535f624..f3b2745d6d 100644 --- a/i18n/ptb/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "Nenhum resultado.", "aria": "Renomeado '{0}' para '{1}'com sucesso. Resumo: {2}", - "rename.failed": "Desculpe, falha na execução de renomear.", + "rename.failed": "Falha ao renomear", "rename.label": "Renomear SĆ­mbolo" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/ptb/src/vs/editor/contrib/rename/renameInputField.i18n.json index 49eba92fa4..a82d4d7fae 100644 --- a/i18n/ptb/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "Renomear entrada. Digite o novo nome e tecle Enter para gravar." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/ptb/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index 89319f9a26..236f711ee0 100644 --- a/i18n/ptb/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/ptb/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index 89319f9a26..7d9555192d 100644 --- a/i18n/ptb/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "Expandir seleção", "smartSelect.shrink": "Reduzir seleção" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index b064152c8b..700d47a65b 100644 --- a/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index c9da4793d6..7187444bc9 100644 --- a/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/ptb/src/vs/editor/contrib/suggest/suggestController.i18n.json index b064152c8b..bf214e1b12 100644 --- a/i18n/ptb/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "Ao aceitar '{0}' foi inserido o seguinte texto: {1}", "suggest.trigger.label": "SugestĆ£o de gatilho" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index c9da4793d6..92ac52387e 100644 --- a/i18n/ptb/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "Cor de fundo para a ferramenta de sugestĆ£o.", "editorSuggestWidgetBorder": "Cor da borda para a ferramenta de sugestĆ£o.", "editorSuggestWidgetForeground": "Cor de primeiro plano para a ferramenta de sugestĆ£o.", diff --git a/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 0f3dd06809..d51df2cbd9 100644 --- a/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 0f3dd06809..189f513711 100644 --- a/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "Alterne o uso da tecla Tab para mover o foco" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/ptb/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index 36476d7e95..be9ef3508a 100644 --- a/i18n/ptb/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/ptb/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index 6ccc873b02..0fd29a18bd 100644 --- a/i18n/ptb/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Cor de fundo de um sĆ­mbolo durante acesso de leitura, como ao ler uma variĆ”vel.", - "wordHighlightStrong": "Cor de fundo de um sĆ­mbolo durante acesso de escrita, como ao escrever uma variĆ”vel.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Cor de fundo de um sĆ­mbolo durante o acesso de leitura, como ao ler uma variĆ”vel. A cor nĆ£o deve ser opaca para nĆ£o ocultar as decoraƧƵes subjacentes.", + "wordHighlightStrong": "Cor de fundo de um sĆ­mbolo durante o acesso de escrita, como aoĀ escrever uma variĆ”vel. A cor nĆ£o deve ser opaca para nĆ£o ocultar as decoraƧƵes subjacentes.", + "wordHighlightBorder": "Cor de fundo de um sĆ­mbolo durante acesso de leitura, como ao ler uma variĆ”vel.", + "wordHighlightStrongBorder": "Cor de fundo de um sĆ­mbolo durante acesso de escrita, como ao escrever uma variĆ”vel.", "overviewRulerWordHighlightForeground": "VisĆ£o geral da cor do marcador da rĆ©gua para destaques de sĆ­mbolos.", "overviewRulerWordHighlightStrongForeground": "VisĆ£o geral da cor do marcador da rĆ©gua para gravação de destaques de sĆ­mbolos.", "wordHighlight.next.label": "Ir para o próximo sĆ­mbolo em destaque", diff --git a/i18n/ptb/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/ptb/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index 41ad7313b7..ee16f2ffe0 100644 --- a/i18n/ptb/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/ptb/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/ptb/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index dfef3cc47a..26803e32b9 100644 --- a/i18n/ptb/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/ptb/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/ptb/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 04aa2bc703..f3c74e76a1 100644 --- a/i18n/ptb/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/ptb/src/vs/editor/node/textMate/TMGrammars.i18n.json index 7707ea3401..05708e9649 100644 --- a/i18n/ptb/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/ptb/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/ptb/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/ptb/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/ptb/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/ptb/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index 28adcb8706..c9845352e2 100644 --- a/i18n/ptb/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "os itens de menu devem ser um array", "requirestring": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", "optstring": "a propriedade `{0}` Ć© opcional ou deve ser do tipo `string`", @@ -40,6 +42,5 @@ "menuId.invalid": "'{0}' nao Ć© um identificador de menu vĆ”lido ", "missing.command": "Identificador do comando para ser executado. O comando deve ser declarado na seção de 'Comandos'", "missing.altCommand": "ReferĆŖncias ao item de menu no alt-command '{0}' qual nao Ć© definido na sessĆ£o 'comandos'", - "dupe.command": "Itens de referencias do mesmo comando como padrĆ£o e alt-command", - "nosupport.altCommand": "Desculpe, mas atualmente somente o groupo 'navegação' do menu 'editor/tĆ­tulo' suporta alt-commands" + "dupe.command": "Itens de referencias do mesmo comando como padrĆ£o e alt-command" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/ptb/src/vs/platform/configuration/common/configurationRegistry.i18n.json index dd7ed79077..ea4279dd14 100644 --- a/i18n/ptb/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/ptb/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "SobreposiƧƵes da Configuração PadrĆ£o", "overrideSettings.description": "Definir que configuraƧƵes do editor sejam substituĆ­das para idioma {0}.", "overrideSettings.defaultDescription": "Definir que configuraƧƵes do editor sejam substituĆ­das para um idioma.", diff --git a/i18n/ptb/src/vs/platform/environment/node/argv.i18n.json b/i18n/ptb/src/vs/platform/environment/node/argv.i18n.json index ed9e5aca99..1dcb25732f 100644 --- a/i18n/ptb/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/ptb/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "Argumentos no modo '--goto' deve ser no formato de 'Arquivo(:LINHA(:CARACTERE))'.", "diff": "Comparar dois arquivos entre si.", "add": "Adicione pasta(s) para a Ćŗltima janela ativa.", "goto": "Abra um arquivo no caminho sobre a linha especificada e a posição do caractere.", - "locale": "Para localização utilize (ex. en-US ou zh-TW).", - "newWindow": "ForƧa uma nova instĆ¢ncia do Código.", - "performance": "Comece com o 'Desenvolvedor: Desempenho de inicialização' comando habilitado.", - "prof-startup": "Rodar o CPU profiler durante a inicialização", - "inspect-extensions": "Permite depuração e criação de perfis de extensƵes. Verifique as ferramentas de desenvolvimento para a conexĆ£o uri.", - "inspect-brk-extensions": "Permitir depuração e criação de perfil de extensƵes com o host de extensĆ£o em pausa após o inĆ­cio. Verifique as ferramentas do desenvolvedor para a conexĆ£o uri.", - "reuseWindow": "ForƧar a abertura de um arquivo ou pasta na Ćŗltima janela ativa", - "userDataDir": "Especifica o diretório que os dados do usuĆ”rio serĆ£o mantidos, Ćŗtil quando estiver rodando como root.", - "log": "NĆ­vel de log a ser utilizado. O padrĆ£o Ć© 'info'. Os valores permitidos sĆ£o 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", - "verbose": "Imprimir a saĆ­da detalhada (Implica -- esperar).", + "newWindow": "Obriga a abrir uma nova janela.", + "reuseWindow": "Obriga a abrir um arquivo ou pasta na Ćŗltima janela ativa.", "wait": "Espere pelos arquivos a serem fechados antes de retornar.", + "locale": "Para localização utilize (ex. en-US ou zh-TW).", + "userDataDir": "Especifica o diretório em que os dados do usuĆ”rio sĆ£o mantidos. Pode ser usado para abrir vĆ”rias instĆ¢ncias distintas do Code.", + "version": "VersĆ£o de impressĆ£o", + "help": "Uso de impressĆ£o.", "extensionHomePath": "Defina o caminho raĆ­z para as extensƵes.", "listExtensions": "Lista de extensƵes instaladas", "showVersions": "Exibir versƵes de extensƵes instaladas, quando estiver usando --list-extension", "installExtension": "Instala uma extensĆ£o.", "uninstallExtension": "Desinstala uma extensĆ£o.", "experimentalApis": "Permite recursos de api propostos para uma extensĆ£o.", - "disableExtensions": "Desabilita todas as extensƵes instaladas.", - "disableGPU": "Desabilita aceleração de hardware da GPU.", + "verbose": "Imprimir a saĆ­da detalhada (Implica -- esperar).", + "log": "NĆ­vel de log a ser utilizado. O padrĆ£o Ć© 'info'. Os valores permitidos sĆ£o 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'.", "status": "Utilização do processo de impressĆ£o e informaƧƵes de diagnóstico.", - "version": "VersĆ£o de impressĆ£o", - "help": "Uso de impressĆ£o.", + "performance": "Comece com o 'Desenvolvedor: Desempenho de inicialização' comando habilitado.", + "prof-startup": "Rodar o CPU profiler durante a inicialização", + "disableExtensions": "Desabilita todas as extensƵes instaladas.", + "inspect-extensions": "Permite depuração e criação de perfis de extensƵes. Verifique as ferramentas de desenvolvimento para a conexĆ£o uri.", + "inspect-brk-extensions": "Permitir depuração e criação de perfil de extensƵes com o host de extensĆ£o em pausa após o inĆ­cio. Verifique as ferramentas do desenvolvedor para a conexĆ£o uri.", + "disableGPU": "Desabilita aceleração de hardware da GPU.", + "uploadLogs": "Envia os registros de atividade da sessĆ£o atual para um destino seguro.", + "maxMemory": "Tamanho mĆ”ximo de memória para uma janela (em Mbytes).", "usage": "Uso", "options": "opƧƵes", "paths": "caminhos", - "optionsUpperCase": "OpƧƵes" + "stdinWindows": "Para ler a saĆ­da de outro programa, adicione '-' ao final (ex. 'echo Hello World | {0} -')", + "stdinUnix": "Para ler do stdin, adicione '-' ao final (ex. 'ps aux | grep code | {0} -')", + "optionsUpperCase": "OpƧƵes", + "extensionsManagement": "Gerenciamento de ExtensƵes", + "troubleshooting": "Solução de problemas" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/ptb/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index 52f37b66cc..a498b72c95 100644 --- a/i18n/ptb/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/ptb/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "NĆ£o hĆ” espaƧo de trabalho." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/ptb/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 33ea826132..985b5b2ce7 100644 --- a/i18n/ptb/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/ptb/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "ExtensƵes", "preferences": "PreferĆŖncias" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/ptb/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index 4d844ce527..39d5c5e264 100644 --- a/i18n/ptb/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/ptb/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "NĆ£o foi possĆ­vel baixar porque a extensĆ£o compatĆ­vel com a versĆ£o atual '{0}' do VS Code nĆ£o foi encontrada." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/ptb/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 98c0be5cdc..70b6c3e592 100644 --- a/i18n/ptb/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/ptb/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "ExtensĆ£o invĆ”lida: pacote.json nao Ć© um arquivo JSON vĆ”lido", - "restartCodeLocal": "Por favor reinicie Code antes de reinstalar {0}.", + "restartCode": "Por favor reinicie Code antes de reinstalar {0}.", "installingOutdatedExtension": "Uma nova versĆ£o desta extensĆ£o jĆ” estĆ” instalada. VocĆŖ deseja sobrescrever esta instalação com a versĆ£o mais antiga?", "override": "Sobrescrever", "cancel": "Cancelar", - "notFoundCompatible": "NĆ£o foi possĆ­vel instalar porque a extensĆ£o '{0}' compatĆ­vel com a versĆ£o atual '{1}' do VS Code nĆ£o foi encontrada.", - "quitCode": "NĆ£o foi possĆ­vel instalar porque uma instĆ¢ncia obsoleta da extensĆ£o ainda estĆ” em execução. Por favor, pare e inicie o VS Code antes de reinstalar.", - "exitCode": "NĆ£o foi possĆ­vel instalar porque uma instĆ¢ncia obsoleta da extensĆ£o ainda estĆ” em execução. Por favor, pare e inicie o VS Code antes de reinstalar.", + "errorInstallingDependencies": "Erro ao instalar dependĆŖncias. {0}", + "MarketPlaceDisabled": "Loja nĆ£o estĆ” habilitada.", + "removeError": "Erro ao remover a extensĆ£o: {0}. por favor, Saia e Inicie o VS Code antes de tentar novamente.", + "Not Market place extension": "Somente ExtensƵes da Loja podem ser reinstaladas", + "notFoundCompatible": "NĆ£o foi possĆ­vel instalar '{0}; nĆ£o existe nenhuma versĆ£o compatĆ­vel com o VSCode '{1}'.", + "malicious extension": "NĆ£o foi possĆ­vel instalar a extensĆ£o, pois foi relatada como problemĆ”tica.", "notFoundCompatibleDependency": "NĆ£o foi possĆ­vel instalar porque a extensĆ£o dependente '{0}' compatĆ­vel com a versĆ£o atual '{1}' do VS Code nĆ£o foi encontrada.", + "quitCode": "NĆ£o foi possĆ­vel instalar a extensĆ£o. Por favor, saia e reinicie o VS Code antes de reinstalar.", + "exitCode": "NĆ£o foi possĆ­vel instalar a extensĆ£o. Por favor, saia e reinicie o VS Code antes de reinstalar.", "uninstallDependeciesConfirmation": "Gostaria de desinstalar '{0}' somente, ou suas dependĆŖncias tambĆ©m?", "uninstallOnly": "Apenas", "uninstallAll": "Todos", diff --git a/i18n/ptb/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/ptb/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index d521fce97f..20adad8354 100644 --- a/i18n/ptb/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/ptb/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/ptb/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 4b66b9a4cb..46b35e3985 100644 --- a/i18n/ptb/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/ptb/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "Para extensƵes do VS Code, especifica a versĆ£o do VS Code que a extensĆ£o Ć© compatĆ­vel. NĆ£o pode ser *. Por exemplo: ^0.10.5 indica compatibilidade com uma versĆ£o mĆ­nima de 0.10.5 para o VS Code.", "vscode.extension.publisher": "O editor da extensĆ£o do VS Code.", "vscode.extension.displayName": "O nome de exibição para a extensĆ£o do VS Code.", diff --git a/i18n/ptb/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/ptb/src/vs/platform/extensions/node/extensionValidator.i18n.json index a49ac3b2df..ce5a03782e 100644 --- a/i18n/ptb/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/ptb/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "NĆ£o foi possĆ­vel analisar o valor de 'engines.vscode' {0}. Por favor, utilize, por exemplo: ^ 0.10.0, ^ 1.2.3, ^ 0.11.0, ^ 0.10.x, etc.", "versionSpecificity1": "VersĆ£o especificada em 'engines.vscode' ({0}) nĆ£o Ć© especĆ­fica o suficiente. Para versƵes do vscode anteriores a 1.0.0, por favor defina no mĆ­nimo a versĆ£o principal e secundĆ”ria desejada. Por exemplo, ^ 0.10.0, 0.10.x, 0.11.0, etc.", "versionSpecificity2": "VersĆ£o especificada em 'engines.vscode' ({0}) nĆ£o Ć© especĆ­fica o suficiente. Para as versƵes do vscode posteriores a 1.0.0, por favor defina no mĆ­nimo a versĆ£o principal do desejado. Por exemplo, ^ 1.10.0, 1.10.x 1. XX, 2.x.x, etc.", - "versionMismatch": "ExtensĆ£o nĆ£o Ć© compatĆ­vel com Code {0}. A extensĆ£o requer: {1}.", - "extensionDescription.empty": "Descrição de extensĆ£o vazia obtida", - "extensionDescription.publisher": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", - "extensionDescription.name": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", - "extensionDescription.version": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", - "extensionDescription.engines": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `object`", - "extensionDescription.engines.vscode": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", - "extensionDescription.extensionDependencies": "a propriedade `{0}` pode ser omitida ou deve ser do tipo `string[]`", - "extensionDescription.activationEvents1": "a propriedade `{0}` pode ser omitida ou deve ser do tipo `string[]`", - "extensionDescription.activationEvents2": "Propriedades '{0}' e '{1}' devem ser especificadas ou devem ambas ser omitidas", - "extensionDescription.main1": "a propriedade `{0}` Ć© opcional ou deve ser do tipo `string`", - "extensionDescription.main2": "Esperado 'main' ({0}) ser incluĆ­do dentro da pasta da extensĆ£o ({1}). Isto pode fazer a extensĆ£o nĆ£o-portĆ”vel.", - "extensionDescription.main3": "propriedades '{0}' e '{1}' devem ser especificadas ou devem ambas ser omitidas", - "notSemver": "VersĆ£o da extensĆ£o nĆ£o Ć© compatĆ­vel a semver" + "versionMismatch": "ExtensĆ£o nĆ£o Ć© compatĆ­vel com Code {0}. A extensĆ£o requer: {1}." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/ptb/src/vs/platform/history/electron-main/historyMainService.i18n.json index a574e68356..9b974f5a52 100644 --- a/i18n/ptb/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/ptb/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "Nova Janela", "newWindowDesc": "Abrir uma nova janela", "recentFolders": "EspaƧos de trabalho recentes", diff --git a/i18n/ptb/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/ptb/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index d252527ac1..38292bb368 100644 --- a/i18n/ptb/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/ptb/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "OK", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "Mais informaƧƵes", "integrity.dontShowAgain": "NĆ£o mostrar novamente", - "integrity.moreInfo": "Mais informaƧƵes", "integrity.prompt": "Sua instalação de {0} parece estar corrompida. Favor reinstalar." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/ptb/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..820a50f4f0 --- /dev/null +++ b/i18n/ptb/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "Notificador de Problemas" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/ptb/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 47ff1ba6ba..dad8b631a9 100644 --- a/i18n/ptb/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "Contribui Ć  configuração do schema json.", "contributes.jsonValidation.fileMatch": "O padrĆ£o de arquivo a corresponder, por exemplo \"package.json\" ou \"*.launch\".", "contributes.jsonValidation.url": "Um esquema de URL ('http:', 'https:') ou caminho relativo Ć  pasta de extensĆ£o('./').", diff --git a/i18n/ptb/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/ptb/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index 59961c4476..c5ff4654fe 100644 --- a/i18n/ptb/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/ptb/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "({0}) foi pressionado. Aguardando segunda tecla de pressionamento simultĆ¢neo...", "missing.chord": "A combinação de chave ({0}, {1}) nĆ£o Ć© um comando." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/ptb/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index bf2baf8390..ed0085d47a 100644 --- a/i18n/ptb/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/ptb/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/platform/list/browser/listService.i18n.json b/i18n/ptb/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..10e4b4a477 --- /dev/null +++ b/i18n/ptb/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Ɓrea de Trabalho", + "multiSelectModifier.ctrlCmd": "Mapeia para 'Control' no Windows e Linux e para 'Command' no macOS.", + "multiSelectModifier.alt": "Mapeia para 'Alt' no Windows e Linux e 'Option' no macOS.", + "multiSelectModifier": "O modificador deve ser usado para adicionar um item nas listas e Ć”rvores para uma multi-seleção com o mouse (por exemplo, no explorador, editores abertos e exibição scm). 'ctrlCmd' mapeia para 'Control' no Windows e Linux e 'Command' no macOS. Os gestos do mouse 'Aberto ao lado' - se suportado - irĆ” adaptar-se de tal forma que eles nĆ£o entrem em conflito com o modificador de vĆ”rias seleƧƵes.", + "openMode.singleClick": "Abre os itens em um Ćŗnico clique do mouse.", + "openMode.doubleClick": "Abre os itens com duplo clique do mouse. ", + "openModeModifier": "Controla como abrir itens em Ć”rvores e listas usando o mouse (se suportado). Definido como 'singleClick' para abrir itens com um Ćŗnico clique do mouse e 'doubleClick' para abrir somente atravĆ©s do duplo clique do mouse. Para os pais com filhos em Ć”rvores, essa configuração controla se um Ćŗnico clique expande o pai ou um clique duplo. Note que algumas Ć”rvores e listas podem optar por ignorar essa configuração, se nĆ£o for aplicĆ”vel. " +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/ptb/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..ba38ddd4ec --- /dev/null +++ b/i18n/ptb/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "Contribui localizaƧƵes ao editor", + "vscode.extension.contributes.localizations.languageId": "Id do idioma em que as strings de exibição estĆ£o traduzidas.", + "vscode.extension.contributes.localizations.languageName": "Nome do idioma em InglĆŖs.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nome do idioma no idioma de contribuição.", + "vscode.extension.contributes.localizations.translations": "Lista de traduƧƵes associadas ao idioma.", + "vscode.extension.contributes.localizations.translations.id": "Id do VS Code ou ExtensĆ£o para o qual essa tradução teve contribuição. Id do VS Code Ć© sempre `vscode` e da extensĆ£o deve ser no formato `publisherId.extensionName`.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Id deve ser `vscode` ou no formato `publisherId.extensionName` para traduzir VS code ou uma extensĆ£o, respectivamente.", + "vscode.extension.contributes.localizations.translations.path": "Um caminho relativo para um arquivo contendo traduƧƵes para o idioma." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/ptb/src/vs/platform/markers/common/problemMatcher.i18n.json index ccfeff369a..8b135c4175 100644 --- a/i18n/ptb/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/ptb/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "A propriedade loop só Ć© suportada na Ćŗltima linha correspondente.", "ProblemPatternParser.problemPattern.missingRegExp": "EstĆ” faltando uma expressĆ£o regular a problema padrĆ£o.", "ProblemPatternParser.problemPattern.missingProperty": "O problema padrĆ£o Ć© invĆ”lido. Ele deve ter ao menos um arquivo, mensagem e linha ou local de grupo de correspondĆŖncia.", diff --git a/i18n/ptb/src/vs/platform/message/common/message.i18n.json b/i18n/ptb/src/vs/platform/message/common/message.i18n.json index 620c63edd0..da60ce1ff2 100644 --- a/i18n/ptb/src/vs/platform/message/common/message.i18n.json +++ b/i18n/ptb/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Fechar", "later": "Mais tarde", - "cancel": "Cancelar" + "cancel": "Cancelar", + "moreFile": "... 1 arquivo adicional nĆ£o estĆ” mostrado", + "moreFiles": "... {0} arquivos adicionais nĆ£o estĆ£o mostrados" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/request/node/request.i18n.json b/i18n/ptb/src/vs/platform/request/node/request.i18n.json index 1f7fd75e5a..83f8ea1643 100644 --- a/i18n/ptb/src/vs/platform/request/node/request.i18n.json +++ b/i18n/ptb/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "As configuraƧƵes de proxy a usar. Se nĆ£o forem configuradas, serĆ£o obtidas das variĆ”veis de ambiente http_proxy e https_proxy", "strictSSL": "Se o certificado do servidor de proxy deve ser verificado contra a lista de autoridades de certificação fornecida.", diff --git a/i18n/ptb/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/ptb/src/vs/platform/telemetry/common/telemetryService.i18n.json index a1d67b82fb..c4d9b9c502 100644 --- a/i18n/ptb/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/ptb/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetria", "telemetry.enableTelemetry": "Permitir que os dados de uso e erros sejam enviados Ć  Microsoft." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/ptb/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 6e7de5809b..b44254cfa0 100644 --- a/i18n/ptb/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "Contribui com a extensĆ£o de cores temĆ”ticas definidas", "contributes.color.id": "O identificador da cor temĆ”tica", "contributes.color.id.format": "Identificadores devem estar no formato aa [.bb] *", diff --git a/i18n/ptb/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/ptb/src/vs/platform/theme/common/colorRegistry.i18n.json index 6f399a88a0..af6cc218db 100644 --- a/i18n/ptb/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/ptb/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "Cores usadas no workbench.", "foreground": "Cor de primeiro plano geral. Essa cor Ć© só usada se nĆ£o for substituĆ­da por um componente.", "errorForeground": "Cor de primeiro plano geral para mensagens de erro. Essa cor Ć© só usada se nĆ£o for substituĆ­da por um componente.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Cor de fundo de validação de entrada para a severidade do erro.", "inputValidationErrorBorder": "Cor da borda de validação de entrada para a severidade do erro.", "dropdownBackground": "Cor de fundo do menu suspenso.", + "dropdownListBackground": "Fundo da lista do menu suspenso.", "dropdownForeground": "Cor de primeiro plano do menu suspenso.", "dropdownBorder": "Borda do menu suspenso.", "listFocusBackground": "Cor de fundo para o item focalizado de Lista/Ć”rvore quando a lista/Ć”rvore estĆ” ativa. Uma Ć”rvore/lista de ativa tem o foco do teclado, uma inativa nĆ£o.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "Cor da borda das ferramentas do editor. A cor Ć© usada somente se a ferramenta escolhe ter uma borda e a cor nĆ£o Ć© substituĆ­da por uma ferramenta.", "editorSelectionBackground": "Cor de seleção do editor.", "editorSelectionForeground": "Cor do texto selecionado para alto contraste.", - "editorInactiveSelection": "Cor de seleção em um editor inativo.", - "editorSelectionHighlight": "Cor de regiƵes com o mesmo conteĆŗdo da seleção.", + "editorInactiveSelection": "Cor da seleção em um editor inativo. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "editorSelectionHighlight": "Cor para regiƵes com o mesmo conteĆŗdo da seleção. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "editorSelectionHighlightBorder": "Cor da borda para regiƵes com o mesmo conteĆŗdo da seleção.", "editorFindMatch": "Cor da correspondĆŖncia de pesquisa atual.", - "findMatchHighlight": "Cor dos outros resultados de pesquisa.", - "findRangeHighlight": "Cor da faixa que limita a pesquisa.", - "hoverHighlight": "RealƧar abaixo da palavra onde Ć© mostrado item flutuante", + "findMatchHighlight": "Cor dos outros termos que correspondem ao da pesquisa. A cor nĆ£o deve ser opaca para nĆ£o esconder as decoraƧƵes subjacentes.", + "findRangeHighlight": "Cor do intervalo limitando a pesquisa. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "editorFindMatchBorder": "Cor da borda da correspondĆŖncia de pesquisa atual.", + "findMatchHighlightBorder": "Cor da borda dos outros resultados de pesquisa.", + "findRangeHighlightBorder": "Cor da borda do intervalo limitando a pesquisa. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "hoverHighlight": "Destaque abaixo da palavra para qual um flutuador Ć© mostrado. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", "hoverBackground": "Cor de fundo para o item flutuante do editor", "hoverBorder": "Cor da borda para o item flutuante do editor.", "activeLinkForeground": "Cor dos links ativos.", - "diffEditorInserted": "Cor de fundo para texto que foi inserido.", - "diffEditorRemoved": "Cor de fundo para texto que foi removido.", + "diffEditorInserted": "Cor de fundo para o texto que foi inserido. A cor nĆ£o deve ser opaca para nĆ£o esconder as decoraƧƵes subjacentes.", + "diffEditorRemoved": "Cor de fundo para o texto que foi removido. A cor nĆ£o deve ser opaca para nĆ£o esconder as decoraƧƵes subjacentes.", "diffEditorInsertedOutline": "Cor de contorno para o texto que foi inserido.", "diffEditorRemovedOutline": "Cor de contorno para o texto que foi removido.", - "mergeCurrentHeaderBackground": "Cor de fundo de cabeƧalho atual em conflito de mesclagem em linha.", - "mergeCurrentContentBackground": "Cor de fundo de conteĆŗdo atual em conflito de mesclagem em linha.", - "mergeIncomingHeaderBackground": "Cor de fundo de cabeƧalho de entrada em conflito de mesclagem em linha.", - "mergeIncomingContentBackground": "Cor de fundo de conteĆŗdo de entrada em conflito de mesclagem em linha.", - "mergeCommonHeaderBackground": "Ancestral comum da cor de fundo do cabeƧalho em conflitos de mesclagem inline.", - "mergeCommonContentBackground": "Ancestral comum da cor de fundo do conteĆŗdo em conflitos de mesclagem inline. ", + "mergeCurrentHeaderBackground": "Fundo do cabeƧalho atual em conflitos de merge inline. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "mergeCurrentContentBackground": "Fundo do conteĆŗdo atual em conflitos de merge inline. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "mergeIncomingHeaderBackground": "Fundo do cabeƧalho entrante em conflitos de merge inline. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "mergeIncomingContentBackground": "Fundo do conteĆŗdo entrante em conflitos de merge inline. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "mergeCommonHeaderBackground": "Fundo comum do cabeƧalho antepassado em conflitos de merge inline. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", + "mergeCommonContentBackground": "Fundo comum do conteĆŗdo antepassado em conflitos de merge inline. A cor nĆ£o deve ser opaca para nĆ£o esconder decoraƧƵes subjacentes.", "mergeBorder": "Cor da borda dos cabeƧalhos e separadores estĆ£o em conflito de mesclagem em linha.", "overviewRulerCurrentContentForeground": "Cor de fundo de rĆ©gua de visuaização atual em conflito de mesclagem em linha.", "overviewRulerIncomingContentForeground": "Cor de fundo de rĆ©gua de visuaização de entrada em conflito de mesclagem em linha.", diff --git a/i18n/ptb/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/ptb/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..0842e342fa --- /dev/null +++ b/i18n/ptb/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "Atualizar", + "updateChannel": "Configurar se vocĆŖ recebe atualizaƧƵes automĆ”ticas de um canal de atualização. Requer uma reinicialização depois da mudanƧa.", + "enableWindowsBackgroundUpdates": "Ativa as atualizaƧƵes no plano de fundo no Windows." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/ptb/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..06704cac30 --- /dev/null +++ b/i18n/ptb/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "VersĆ£o {0}\nConfirmação {1}\nData {2}\nShell {3}\nRenderizador {4}\nNó {5}\nArquitetura {6}", + "okButton": "OK", + "copy": "&&Copiar" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/ptb/src/vs/platform/workspaces/common/workspaces.i18n.json index 33e05e1228..26c366ad7b 100644 --- a/i18n/ptb/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/ptb/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Ɓrea de Trabalho de Código", "untitledWorkspace": "Sem tĆ­tulo (espaƧo de trabalho)", "workspaceNameVerbose": "{0} (EspaƧo de trabalho)", diff --git a/i18n/ptb/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..50cf34fcff --- /dev/null +++ b/i18n/ptb/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "localizaƧƵes devem ser uma matriz", + "requirestring": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", + "optstring": "a propriedade `{0}` Ć© opcional ou deve ser do tipo `string`", + "vscode.extension.contributes.localizations": "Contribui localizaƧƵes ao editor", + "vscode.extension.contributes.localizations.languageId": "Id do idioma em que as strings de exibição estĆ£o traduzidas.", + "vscode.extension.contributes.localizations.languageName": "Nome do idioma em que as strings de exibição estĆ£o traduzidas.", + "vscode.extension.contributes.localizations.translations": "Um caminho relativo para a pasta contendo todos os arquivos de tradução para o idioma contribuĆ­do." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 2d1418035e..dcbe12b124 100644 --- a/i18n/ptb/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "visualizaƧƵes devem ser uma matriz", "requirestring": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", "optstring": "a propriedade `{0}` Ć© opcional ou deve ser do tipo `string`", diff --git a/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index d45294dd31..6bc3514460 100644 --- a/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index 0feb87677b..128729cc20 100644 --- a/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "Fechar", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "defaultSource": "ExtensĆ£o", + "manageExtension": "Gerenciar ExtensĆ£o", "cancel": "Cancelar", "ok": "OK" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..cf1356ef42 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "Executando Salvamento de Participantes..." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..6a0d4ec54f --- /dev/null +++ b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "editor webview" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..77a1fbf920 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "ExtensĆ£o '{0}' adicionou 1 pasta no espaƧo de trabalho", + "folderStatusMessageAddMultipleFolders": "ExtensĆ£o '{0}' adicionou {1} pastas no espaƧo de trabalho", + "folderStatusMessageRemoveSingleFolder": "ExtensĆ£o '{0}' removeu 1 pasta do espaƧo de trabalho.", + "folderStatusMessageRemoveMultipleFolders": "ExtensĆ£o '{0}' removeu {1} pasta do espaƧo de trabalho.", + "folderStatusChangeFolder": "ExtensĆ£o '{0}' mudou pastas do espaƧo de trabalho" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/ptb/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index 867922ab8d..7bd5e61b24 100644 --- a/i18n/ptb/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/ptb/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "NĆ£o apresentando {0} erros e avisos a mais." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/ptb/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index d521fce97f..6b071d60f8 100644 --- a/i18n/ptb/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/ptb/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownDep": "ExtensĆ£o '{1}' falhou ao ativar. Motivo: dependĆŖncia desconhecida '{0}'.", "failedDep1": "ExtensĆ£o '{1}' falhou ao ativar. Motivo: a dependĆŖncia '{0}' falhou ao ativar.", - "failedDep2": "ExtensĆ£o '{0}' falhou ao ativar. Motivo: mais de 10 nĆ­veis de dependĆŖncias (provavelmente um laƧo de dependĆŖncia).", - "activationError": "Ativação da extensĆ£o `{0}` falhou: {1}." + "failedDep2": "ExtensĆ£o '{0}' falhou ao ativar. Motivo: mais de 10 nĆ­veis de dependĆŖncias (provavelmente um cĆ­rculo de dependĆŖncia).", + "activationError": "Ativação da extensĆ£o '{0}' falhou: {1}." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/ptb/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/ptb/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/ptb/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/ptb/src/vs/workbench/api/node/extHostTreeViews.i18n.json index d5ca67a935..7c28a99aa9 100644 --- a/i18n/ptb/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/ptb/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "Nenhuma visualização de Ć”rvore com id '{0}' registrado.", - "treeItem.notFound": "Nenhum item de Ć”rvore com id '{0}' encontrado.", - "treeView.duplicateElement": "Elemento {0} jĆ” estĆ” registrado" + "treeView.duplicateElement": "Elemento com id {0} jĆ” estĆ” registrado" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/ptb/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..7f7c7f77c0 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "ExtensĆ£o '{0}' falhou ao atualizar pastas do espaƧo de trabalho: {1}" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/configureLocale.i18n.json index 80686b2c89..49619d11e7 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/fileActions.i18n.json index b8e87ac4f5..2325499dbb 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 02e74f2918..12f677adc6 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "Alternar Visibilidade da Barra de Atividades", "view": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..95604e7208 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "Alternar Layout Centralizado", + "view": "Exibir" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 4cdb847aac..16d5d6a099 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "Alternar Layout Vertical/Horizontal do Grupo de Editor", "horizontalLayout": "Layout do Grupo de Editor Horizontal", "verticalLayout": "Layout do Grupo de Editor Vertical", diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index ee4fc53036..694d8af2d1 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "Alternar Localização da Barra Lateral", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "Alternar a Posição da Barra Lateral", "view": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 2d05bd81f1..5d1668d67c 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "Alternar Visibilidade da Barra Lateral", "view": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 5376fb36c3..f86939a109 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "Alternar Visibilidade da Barra de Status", "view": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index fb0582dbfe..c3c669862c 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Alternar Visibilidade da Aba", "view": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index b0a635982f..ac773e68ba 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Alternar Modo Zen", "view": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 18546fb98a..9bc3c39e33 100644 --- a/i18n/ptb/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "Abrir arquivo...", "openFolder": "Abrir Pasta...", "openFileFolder": "Abrir...", - "addFolderToWorkspace": "Adicionar pasta ao espaƧo de trabalho...", - "add": "&& Adicionar", - "addFolderToWorkspaceTitle": "Adicionar pasta ao espaƧo de trabalho", "globalRemoveFolderFromWorkspace": "Remover pasta da Ć”rea de trabalho", - "removeFolderFromWorkspace": "Remover pasta da Ć”rea de trabalho", - "openFolderSettings": "Abrir configuraƧƵes da pasta", "saveWorkspaceAsAction": "Salvar o espaƧo de trabalho como...", "save": "&&Salvar", "saveWorkspace": "Salvar o espaƧo de trabalho", "openWorkspaceAction": "Abrir o EspaƧo de Trabalho...", "openWorkspaceConfigFile": "Abrir o Arquivo de Configuração do EspaƧo de Trabalho", - "openFolderAsWorkspaceInNewWindow": "Abrir a pasta como espaƧo de trabalho em nova janela", - "workspaceFolderPickerPlaceholder": "Selecione a pasta de trabalho" + "openFolderAsWorkspaceInNewWindow": "Abrir a pasta como espaƧo de trabalho em nova janela" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/ptb/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..2b0cd93a5b --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Adicionar pasta ao espaƧo de trabalho...", + "add": "&&Adicionar", + "addFolderToWorkspaceTitle": "Adicionar pasta ao espaƧo de trabalho", + "workspaceFolderPickerPlaceholder": "Selecione a pasta do espaƧo de trabalho" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 5a931aa160..1593ebc537 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index f42981ec15..552ebab3b6 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "Ocultar a Barra de Atividades", "globalActions": "AƧƵes globais" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/compositePart.i18n.json index e12e6d4b90..e97db2ef3d 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} aƧƵes ", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index 4a4304f83f..208369e002 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "Chave do Modo de exibição Ativo" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 74ea809120..59a5630c8c 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "+ de 10k", "badgeTitle": "{0} - {1}", "additionalViews": "VisualizaƧƵes Adicionais", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index 53321246ac..6d62589689 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "Visualizador binĆ”rio" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index d1d8a42522..cf8a3c2e7d 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Editor de Texto", "textDiffEditor": "Editor de Diferentes Textos", "binaryDiffEditor": "Editor de DiferenƧa BinĆ”ria", @@ -13,5 +15,16 @@ "groupThreePicker": "Mostrar editores no terceiro grupo", "allEditorsPicker": "Mostrar todos editores abertos", "view": "Exibir", - "file": "Arquivo" + "file": "Arquivo", + "close": "Fechar", + "closeOthers": "Fechar Outros", + "closeRight": "Fechar Ć  direita", + "closeAll": "Fechar todos", + "keepOpen": "Manter aberto", + "toggleInlineView": "Alternar para exibição embutida", + "showOpenedEditors": "Mostrar editores abertos", + "keepEditor": "Manter editor", + "closeEditorsInGroup": "Fechar todos editores no grupo", + "closeOtherEditors": "Fechar outros editores", + "closeRightEditors": "Fechar editores Ć  direita" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index 5035a54104..83537689b4 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Dividir editor", "joinTwoGroups": "Juntar editores de dois grupos", "navigateEditorGroups": "Navegar entre grupos de editores", @@ -17,18 +19,13 @@ "closeEditor": "Fechar editor", "revertAndCloseActiveEditor": "Reverter e fechar editor", "closeEditorsToTheLeft": "Fechar editores Ć  esquerda ", - "closeEditorsToTheRight": "Fechar editores Ć  direita", "closeAllEditors": "Fechar todos editores", - "closeUnmodifiedEditors": "Fechar os Editores NĆ£o Modificados no Grupo", "closeEditorsInOtherGroups": "Fechar editores nos outros grupos", - "closeOtherEditorsInGroup": "Fechar outros editores", - "closeEditorsInGroup": "Fechar todos editores no grupo", "moveActiveGroupLeft": "Mover grupo de editores para esquerda", "moveActiveGroupRight": "Mover grupo de editores para direita", "minimizeOtherEditorGroups": "Minimizar outros grupos de editores", "evenEditorGroups": "Igualar larguras de grupos de editores", "maximizeEditor": "Maximizar grupo de editor e ocultar barra lateral", - "keepEditor": "Manter editor", "openNextEditor": "Abrir próximo editor", "openPreviousEditor": "Abrir editor anterior", "nextEditorInGroup": "Abrir próximo editor no grupo", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "Mostrar editores no primeiro grupo", "showEditorsInSecondGroup": "Mostrar editores no segundo grupo", "showEditorsInThirdGroup": "Mostrar editores no terceiro grupo", - "showEditorsInGroup": "Mostrar editores no grupo", "showAllEditors": "Mostrar todos editores", "openPreviousRecentlyUsedEditorInGroup": "Abrir o Editor Anterior Recentemente Usado no Grupo", "openNextRecentlyUsedEditorInGroup": "Abrir o Próximo Editor Recentemente Usado no Grupo", @@ -54,5 +50,8 @@ "moveEditorLeft": "Mover o Editor para a Esquerda", "moveEditorRight": "Mover o Editor para a Direita", "moveEditorToPreviousGroup": "Mover o Editor para o Grupo Anterior", - "moveEditorToNextGroup": "Mover o Editor para o Próximo Grupo" + "moveEditorToNextGroup": "Mover o Editor para o Próximo Grupo", + "moveEditorToFirstGroup": "Mover o Editor para o Primeiro Grupo", + "moveEditorToSecondGroup": "Mover o Editor para o Segundo Grupo", + "moveEditorToThirdGroup": "Mover o Editor para o Terceiro Grupo" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 4b701929e8..b43be18a28 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "Mover o editor ativo por guias ou grupos", "editorCommand.activeEditorMove.arg.name": "Argumento de movimento do editor ativo", - "editorCommand.activeEditorMove.arg.description": "Propriedades do argumento:\n* 'to': Valor do tipo sequencia de caracteres fornecendo onde se mover.\n\t* 'by': sequĆŖncia de valor, proporcionando a unidade para o movimento. Por guia ou por grupo.\n\t* 'value': valor numĆ©rico, fornecendo quantas posiƧƵes ou uma posição absoluta para mover.", - "commandDeprecated": "Comando **{0}** foi removido. VocĆŖ pode usar **{1}** em vez disso", - "openKeybindings": "Configurar os atalhos de teclado" + "editorCommand.activeEditorMove.arg.description": "Propriedades do argumento:\n* 'to': Valor do tipo sequencia de caracteres fornecendo onde se mover.\n\t* 'by': sequĆŖncia de valor, proporcionando a unidade para o movimento. Por guia ou por grupo.\n\t* 'value': valor numĆ©rico, fornecendo quantas posiƧƵes ou uma posição absoluta para mover." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index c4530706af..debd837272 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "Esquerda", "groupTwoVertical": "Centro", "groupThreeVertical": "Direita", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index e17bc94056..9e8a6c87bb 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, seletor de grupo editor", "groupLabel": "Grupo: {0}", "noResultsFoundInGroup": "NĆ£o foi encontrado nennhum editor aberto no grupo", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index 3d74847e2a..81488a1fd7 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "Ln {0}, {1} Col ({2} selecionado)", "singleSelection": "Ln {0}, {1} Col", "multiSelectionRange": "{0} seleƧƵes ({1} caracteres selecionados)", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..169e02e43f --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}B", + "sizeKB": "{0}KB", + "sizeMB": "{0}MB", + "sizeGB": "{0}GB", + "sizeTB": "{0}TB", + "largeImageError": "O tamanho do arquivo da imagem Ć© muito grande (>1MB) para exibir no editor. ", + "resourceOpenExternalButton": "Abrir imagem usando um programa externo?", + "nativeBinaryError": "O arquivo nĆ£o pode ser exibido no editor porque Ć© binĆ”rio, muito grande ou usa uma codificação de texto sem suporte.", + "zoom.action.fit.label": "Toda a imagem", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 9001e58fa9..6b4ad8b0eb 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "AƧƵes de tablulação" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 8af2aff62d..4f8ba527d8 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "Editor de Diferentes Textos", "readonlyEditorWithInputAriaLabel": "{0}. Editor de comparação de texto somente leitura.", "readonlyEditorAriaLabel": "Editor de comparação de texto somente leitura.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "Editor de comparação de arquivos texto.", "navigate.next.label": "Próxima Alteração", "navigate.prev.label": "Alteração Anterior", - "inlineDiffLabel": "Alternar para exibição embutida", - "sideBySideDiffLabel": "Alternar para exibição lado a lado" + "toggleIgnoreTrimWhitespace.label": "Ignore espaƧos em branco" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index eb58230b85..10887531b4 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, Grupo {1}." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 77f89efba5..dea6e2e328 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Editor de texto", "readonlyEditorWithInputAriaLabel": "{0}. Editor de texto somente leitura.", "readonlyEditorAriaLabel": "Editor de texto somente leitura.", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index aafa87dc9b..ae0a29e85e 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Fechar", - "closeOthers": "Fechar Outros", - "closeRight": "Fechar Ć  direita", - "closeAll": "Fechar todos", - "closeAllUnmodified": "Fechar NĆ£o Modificados", - "keepOpen": "Manter aberto", - "showOpenedEditors": "Mostrar editores abertos", "araLabelEditorActions": "AƧƵes de editor" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..78a43045b3 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotifications": "Limpar Todas as NotificaƧƵes", + "hideNotificationsCenter": "Ocultar NotificaƧƵes", + "expandNotification": "Expandir Notificação", + "collapseNotification": "Recolher Notificação", + "configureNotification": "Configurar Notificação" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..0b2d648dd7 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Erro: {0}", + "alertWarningMessage": "Aviso: {0}", + "alertInfoMessage": "InformaƧƵes: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..28b51518d6 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "NotificaƧƵes", + "notificationsList": "Lista de NotificaƧƵes" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..2f478e5570 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "NotificaƧƵes", + "showNotifications": "Exibir NotificaƧƵes", + "hideNotifications": "Ocultar NotificaƧƵes", + "clearAllNotifications": "Limpar Todas as NotificaƧƵes" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..5adb0c591b --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "Ocultar NotificaƧƵes" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..828fca4e73 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "AƧƵes da Notificação", + "notificationSource": "Fonte: {0}" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 7a302129ca..15b07cb4a8 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Fechar Painel", "togglePanel": "Alternar Painel", "focusPanel": "Foco no Painel", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index 48a7b1b2f7..5d007e06d6 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index c98dd22d95..2cef3e0579 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (Pressione 'Enter' para confirmar ou 'Esc' para cancelar)", "inputModeEntry": "Pressione 'Enter' para confirmar o texto digitado ou 'Esc' para cancelar", "emptyPicks": "NĆ£o hĆ” entradas a serem escolhidas", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index 57f5524e1b..76327b7445 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index 57f5524e1b..620f25084d 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "Ir para o Arquivo...", "quickNavigateNext": "Navegar ao próximo em modo de abertura rĆ”pida", "quickNavigatePrevious": "Navegar ao anterior em modo de abertura rĆ”pida", diff --git a/i18n/ptb/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index f69dc1994d..b01ca0898e 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "Ocultar a barra lateral", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "Foco na Barra Lateral", "viewCategory": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index b997093f4f..7ddd5eb80d 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "Gerenciar ExtensĆ£o" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index 1c3db4d572..1a414f2d2b 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[Sem Suporte]", + "userIsAdmin": "[Administrador]", + "userIsSudo": "[SuperusuĆ”rio]", "devExtensionWindowTitlePrefix": "[Host de Desenvolvimento de ExtensĆ£o]" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 32207b28d4..e84d5d9de1 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} aƧƵes " } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/views/views.i18n.json index d210a74245..50c44a3427 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index b7201e3d4a..44fb401edc 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/ptb/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index a2d4770e33..e16ac7cfe0 100644 --- a/i18n/ptb/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "Ocultar a Barra Lateral" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "Ocultar" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/quickopen.i18n.json b/i18n/ptb/src/vs/workbench/browser/quickopen.i18n.json index cacc3f119b..826982aa3c 100644 --- a/i18n/ptb/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "Nenhum resultado encontrado", "noResultsFound2": "Nenhum resultado encontrado" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/browser/viewlet.i18n.json b/i18n/ptb/src/vs/workbench/browser/viewlet.i18n.json index 4b960693e3..0f1e754af4 100644 --- a/i18n/ptb/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "Recolher tudo" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/common/theme.i18n.json b/i18n/ptb/src/vs/workbench/common/theme.i18n.json index 0ed9a7f544..085b025ca1 100644 --- a/i18n/ptb/src/vs/workbench/common/theme.i18n.json +++ b/i18n/ptb/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Cor de fundo da guia ativa. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editor.", "tabInactiveBackground": "Cor de fundo da guia inativa. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editor.", + "tabHoverBackground": "Cor de fundo da guia ao passar o mouse. As guias sĆ£o os contĆŖineres para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editor. Podem existir vĆ”rios grupos de editor.", + "tabUnfocusedHoverBackground": "Cor de fundo da guia em um grupo fora de foco ao passar o mouse. As guias sĆ£o os contĆŖineres para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editor. Podem existir vĆ”rios grupos de editor.", "tabBorder": "Borda para separar uma guia das outras. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editor.", "tabActiveBorder": "Borda para destacar guias ativas. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editores.", "tabActiveUnfocusedBorder": "Borda para destacar guias ativas em um grupo fora de foco. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editores.", + "tabHoverBorder": "Borda para destacar guias ao passar o mouse. As guias sĆ£o os contĆŖineres para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editor. Podem existir vĆ”rios grupos de editor.", + "tabUnfocusedHoverBorder": "Borda para destacar guias em um grupo fora de foco ao passar o mouse. As guias sĆ£o os contĆŖineres para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editor. Podem existir vĆ”rios grupos de editor.", "tabActiveForeground": "Cor de primeiro plano da guia ativa em um grupo ativo. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editor.", "tabInactiveForeground": "Cor de primeiro plano da guia inativa em um grupo ativo. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editor.", "tabUnfocusedActiveForeground": "Cor de primeiro plano da aba ativa em um grupo fora de foco. As guias sĆ£o os recipientes para editores na Ć”rea do editor. VĆ”rias guias podem ser abertas em um grupo de editores. Podem haver vĆ”rios grupos de editores.", @@ -16,7 +22,7 @@ "editorGroupBackground": "Cor de fundo de um grupo de editor. Grupos de editor sĆ£o os recipientes dos editores. A cor de fundo Ć© mostrada ao arrastar o editor de grupos ao redor.", "tabsContainerBackground": "Cor de fundo do cabeƧalho do tĆ­tulo do grupo de editor quando as guias sĆ£o habilitadas. Grupos de editor sĆ£o os recipientes dos editores.", "tabsContainerBorder": "Cor da borda do cabeƧalho do tĆ­tulo do grupo de editor quando as guias estĆ£o habilitadas. Grupos de editor sĆ£o os recipientes dos editores.", - "editorGroupHeaderBackground": "Cor de fundo do tĆ­tulo do cabeƧalho do grupo de editor quando as guias sĆ£o desabilitadas. Grupos de editor sĆ£o os recipientes dos editores.", + "editorGroupHeaderBackground": "Cor de fundo do tĆ­tulo no cabeƧalho do grupo de editor quando guias estiverem desabilitadas (`\"workbench.editor.showTabs\": false`). Grupos de editor sĆ£o os contĆŖineres dos editores.", "editorGroupBorder": "Cor para separar mĆŗltiplos grupos de editor de outro. Grupos de editor sĆ£o os recipientes dos editores.", "editorDragAndDropBackground": "Cor de fundo ao arrastar editores. A cor deve ter transparĆŖncia para que o conteĆŗdo do editor ainda possa ser visto.", "panelBackground": "Cor de fundo do painel. Os painĆ©is sĆ£o mostrados abaixo da Ć”rea do editor e contĆ©m visualizaƧƵes como saĆ­da e terminal integrado.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "Cor da borda da barra de status separando para a barra lateral e editor quando nenhuma pasta Ć© aberta. A barra de status Ć© mostrada na parte inferior da janela.", "statusBarItemActiveBackground": "Cor de fundo do item da barra de status quando vocĆŖ clicado. A barra de status Ć© mostrada na parte inferior da janela.", "statusBarItemHoverBackground": "Cor de fundo do item da barra de status quando estiver passando sobre ele. A barra de status Ć© mostrada na parte inferior da janela.", - "statusBarProminentItemBackground": "Cor de fundo de itens proeminentes da barra de status. Itens proeminentes destacam-se outras entradas da barra de status para indicar a importĆ¢ncia. A barra de status Ć© mostrada na parte inferior da janela.", - "statusBarProminentItemHoverBackground": "Cor de fundo dos itens proeminentes de barra de status quando estiver passando sobre eles. Itens proeminentes destacam-se outras entradas de barra de status para indicar a importĆ¢ncia. A barra de status Ć© mostrada na parte inferior da janela.", + "statusBarProminentItemBackground": "Cor de fundo de itens proeminentes na barra de status. Itens proeminentes destacam-se de outros itens na barra de status para indicar importĆ¢ncia. Altere o modo `Alternar Tecla Tab Move o Foco` da paleta de comandos para ver um exemplo. A barra de status Ć© exibida na parte inferior da janela.", + "statusBarProminentItemHoverBackground": "Cor de fundo de itens proeminentes na barra de status ao passar o mouse sobre sobre eles. Itens proeminentes destacam-se de outros itens na barra de status para indicar importĆ¢ncia. Altere o modo `Alternar Tecla Tab Move o Foco` da paleta de comandos para ver um exemplo. A barra de status Ć© exibida na parte inferior da janela.", "activityBarBackground": "Cor de fundo da barra de atividades. Barra de atividade estĆ” visĆ­vel Ć  esquerda ou Ć  direita e permite alternar entre as visualizaƧƵes da barra lateral.", "activityBarForeground": "Cor de primeiro plano da barra de atividades (por exemplo, usada para os Ć­cones). A barra de atividades estĆ” visĆ­vel Ć  esquerda ou Ć  direita e permite alternar entre as visualizaƧƵes da barra lateral.", "activityBarBorder": "Cor da borda da barra de atividades separando a barra lateral. A barra de atividade Ć© mostrada Ć  esquerda ou Ć  direita e permite alternar entre as visualizaƧƵes da barra lateral.", @@ -52,16 +58,5 @@ "titleBarInactiveForeground": "Cor de primeiro plano da barra de tĆ­tulo quando a janela estĆ” inativa. Observe que essa cor atualmente somente Ć© suportada no macOS.", "titleBarActiveBackground": "Cor de fundo da barra de tĆ­tulo quando a janela estĆ” ativa. Observe que essa cor atualmente somente Ć© suportada no macOS.", "titleBarInactiveBackground": "Cor de fundo de barra de tĆ­tulo quando a janela estĆ” inativa. Observe que essa cor Ć© atualmente somente suportada no macOS.", - "titleBarBorder": "Cor da borda da barra de tĆ­tulo. Observe que essa cor Ć© atualmente somente suportados no macOS.", - "notificationsForeground": "Cor do primeiro plano de notificaƧƵes. NotificaƧƵes deslizam na parte superior da janela.", - "notificationsBackground": "Cor de fundo de notificaƧƵes. NotificaƧƵes deslizam na parte superior da janela.", - "notificationsButtonBackground": "Cor de fundo do botĆ£o de notificaƧƵes. NotificaƧƵes deslizam da parte superior da janela.", - "notificationsButtonHoverBackground": "Cor de fundo do botĆ£o de notificaƧƵes quando passar sobre ele. NotificaƧƵes deslizam da parte superior da janela. ", - "notificationsButtonForeground": "Cor de primeiro plano do botĆ£o de notificaƧƵes. NotificaƧƵes deslizam da parte superior da janela. ", - "notificationsInfoBackground": "Cor de fundo da notificação de informaƧƵes. NotificaƧƵes deslizam da parte superior da janela.Ā ", - "notificationsInfoForeground": "Cor de primeiro plano das notificaƧƵes de informação. NotificaƧƵes deslizam da parte superior da janela. ", - "notificationsWarningBackground": "Cor de fundo das notificaƧƵes de aviso. NotificaƧƵes deslizam da parte superior da janela.Ā ", - "notificationsWarningForeground": "Cor de primeiro plano das notificaƧƵes de aviso. NotificaƧƵes deslizam da parte superior da janela.", - "notificationsErrorBackground": "Cor de fundo das notificaƧƵes de erro. NotificaƧƵes deslizam da parte superior da janela.Ā ", - "notificationsErrorForeground": "Cor de primeiro plano das notificaƧƵes de erro. NotificaƧƵes deslizam da parte superior da janela." + "titleBarBorder": "Cor da borda da barra de tĆ­tulo. Observe que essa cor Ć© atualmente somente suportados no macOS." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/common/views.i18n.json b/i18n/ptb/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/ptb/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/actions.i18n.json index 67b112045f..79c57c9c35 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Fechar Editor", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Fechar Janela", "closeWorkspace": "Fechar o espaƧo de trabalho", "noWorkspaceOpened": "NĆ£o hĆ” nenhum espaƧo de trabalho aberto nessa instĆ¢ncia para ser fechado.", @@ -29,7 +30,6 @@ "remove": "Remover os Abertos Recentemente", "openRecent": "Abrir Recente...", "quickOpenRecent": "Abertura RĆ”pida de Recente...", - "closeMessages": "Fechar mensagens de notificação", "reportIssueInEnglish": "Reportar Problema", "reportPerformanceIssue": "Reportar Problema de Desempenho", "keybindingsReference": "ReferĆŖncia de Atalhos de Teclado", @@ -48,25 +48,5 @@ "moveWindowTabToNewWindow": "Mover a guia da janela para a nova janela", "mergeAllWindowTabs": "Mesclar todas as janelas", "toggleWindowTabsBar": "Alternar a Barra de Guias da Janela", - "configureLocale": "Configurar Idioma", - "displayLanguage": "Define o idioma de exibição do VSCode.", - "doc": "Veja {0} para obter uma lista dos idiomas suportados.", - "restart": "Modificar o valor requer reinicialização do VSCode.", - "fail.createSettings": "NĆ£o foi possĆ­vel criar '{0}' ({1}).", - "openLogsFolder": "Abrir Pasta de Logs", - "showLogs": "Exibir Logs...", - "mainProcess": "Principal", - "sharedProcess": "Compartilhado", - "rendererProcess": "Renderizador", - "extensionHost": "Host de ExtensĆ£o", - "selectProcess": "Selecionar processo", - "setLogLevel": "Definir NĆ­vel de Log", - "trace": "Rastreamento", - "debug": "Depurar", - "info": "InformaƧƵes", - "warn": "Aviso", - "err": "Erro", - "critical": "CrĆ­tico", - "off": "Desligado", - "selectLogLevel": "Selecione o nĆ­vel de log" + "about": "Sobre {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/configureLocale.i18n.json index 80686b2c89..49619d11e7 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/crashReporter.i18n.json index 10b7a7ff10..b94e772a86 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/extensionHost.i18n.json index a27bb9c728..e4fb395aa2 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/main.contribution.i18n.json index 06f44d416f..ab3c4a151e 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "Exibir", "help": "Ajuda", "file": "Arquivo", - "developer": "Desenvolvedor", "workspaces": "EspaƧos de trabalho", + "developer": "Desenvolvedor", + "workbenchConfigurationTitle": "Ɓrea de Trabalho", "showEditorTabs": "Controla se os editores abertos devem ou nĆ£o serem exibidos em abas.", "workbench.editor.labelFormat.default": "Mostra o nome do arquivo. Quando guias estiverem ativadas e dois arquivos em um grupo tiverem o mesmo nome, a seção de distinção para cada caminho de arquivo Ć© adicionada. Quando guias estiverem desativadas, o caminho relativo para a pasta do espaƧo de trabalho Ć© exibida se o editor estiver ativo.", "workbench.editor.labelFormat.short": "Mostrar o nome do arquivo seguido pelo nome do diretório.", @@ -20,23 +23,25 @@ "showIcons": "Controla se os editores abertos devem ou nĆ£o ser exibidos com um Ć­cone. Requer um tema de Ć­cone para ser habilitado. ", "enablePreview": "Controla se editores abertos mostram uma visualização. Editores de visualização sĆ£o reutilizados atĆ© que elesĀ sejam mantidos (por exemplo, atravĆ©s do duplo clique ou edição) e aparecerem com um estilo de fonte em itĆ”lico.", "enablePreviewFromQuickOpen": "Controla se os editores abertos da Abertura RĆ”pida sĆ£o exibidos como visualização. Os editores de visualização sĆ£o reutilizados atĆ© serem preservados (por exemplo, atravĆ©s de um duplo clique ou edição).", + "closeOnFileDelete": "Controla se os editores que mostram um arquivo devem fechar automaticamente quanto o arquivo Ć© apagado ou renomeado por algum outro processo. Desativar isso manterĆ” o editor aberto como sujo neste evento. Note que apagar do aplicativo sempre fecharĆ” o editor e os arquivos sujos nunca fecharĆ£o para preservar seus dados.", "editorOpenPositioning": "Controla onde os editores serĆ£o abertos. Escolha 'esquerda' ou 'direita' para abrir os editores Ć  esquerda ou Ć  direita do editor ativo. Selecione 'primeiro' ou 'Ćŗltimo' para abrir os editores independentemente do ativo no momento.", "revealIfOpen": "Controla se um editor Ć© exibido em qualquer um dos grupos, se aberto. Se desabilitado, um editor serĆ” aberto preferencialmente no grupo de editores ativo. Se habilitado, um editor jĆ” aberto serĆ” exibido no grupo de editores ativo, ao invĆ©s de ser aberto novamente. Note que hĆ” alguns casos onde esta configuração Ć© ignorada, por exemplo, quando for forƧada a abertura de um editor em um grupo especĆ­fico ou ao lado do grupo atualmente ativo.", + "swipeToNavigate": "Navegue entre arquivos abertos usando o deslizamento horizontal de trĆŖs dedos.", "commandHistory": "Controla o nĆŗmero de comandos usados recentemente a serem mantidos no histórico da paleta de comando. Definir como 0 para desativar o histórico de comandos.", "preserveInput": "Controla seĀ aĀ Ćŗltima entrada digitada na paleta de comandos deve ser restaurada ao abri-la da próxima vez.", "closeOnFocusLost": "Controla se Abertura RĆ”pida deve fechar automaticamente caso perca o foco.", "openDefaultSettings": "Controla se a abertura de configuraƧƵes tambĆ©m abre um editor mostrando todas as configuraƧƵes padrĆ£o.", "sideBarLocation": "Controla a localização da barra lateral. Ele pode ser exibido Ć  esquerda ou Ć  direita da Ć”rea de trabalho.", + "panelDefaultLocation": "Controla o local padrĆ£o do painel. Pode ser visualizado na parte inferior ou no lado direito daĀ Ć”rea de trabalho.", "statusBarVisibility": "Controla a visibilidade da barra de status na parte inferior da Ć”rea de trabalho.", "activityBarVisibility": "Controla a visibilidade da barra de atividades na Ć”rea de trabalho.", - "closeOnFileDelete": "Controla se os editores que mostram um arquivo devem fechar automaticamente quanto o arquivo Ć© apagado ou renomeado por algum outro processo. Desativar isso manterĆ” o editor aberto como sujo neste evento. Note que apagar do aplicativo sempre fecharĆ” o editor e os arquivos sujos nunca fecharĆ£o para preservar seus dados.", - "enableNaturalLanguageSettingsSearch": "Controla se deve habilitar o modo de busca de linguagem natural para as configuraƧƵes.", - "fontAliasing": "Controla o mĆ©todo de identificação de fonte no espaƧo de trabalho.\n- padrĆ£o: Suavização de fonte subpixel. Na maioria dos monitores nĆ£o-retina isto mostrarĆ” o texto mais nĆ­tido\n- antialiased: Suaviza a fonte no nĆ­vel do pixel, em oposição a subpixel. Pode fazer a fonte aparecer mais clara de um modo geral \n- nenhum: Desabilita a suavização de fonte. Texto serĆ” mostrado com bordas irregulares", + "viewVisibility": "Controla a visibilidade das aƧƵes do cabeƧalho de exibição. AƧƵes de cabeƧalho de exibição podem ser sempre visĆ­veis ou somente visĆ­veis quando a exibição tiver o foco ou quando passar o mouse.", + "fontAliasing": "Controla o mĆ©todo de aliasing da fonte na Ć”rea de trabalho.\n- default: Suavização de fonte por Sub-pixel. Na maioria das telas nĆ£o-retina, este fornecerĆ” o texto mais nĆ­tido\n- antialiased: Suavização da fontes no nĆ­vel do pixel, oposto ao subpixel. Pode fazer a fonte parecer mais fina/clara no geral.\n- none: Desabilita a suavização de fonte. O texto serĆ” mostrado com bordas pixeladas.\n- auto: Aplica `default` ou `antialiased` automaticamente baseado no DPI das telas.", "workbench.fontAliasing.default": "Suavização de fonte subpixel. Na maioria dos monitores nĆ£o-retina isto mostrarĆ” o texto mais nĆ­tido.", "workbench.fontAliasing.antialiased": "Suavizar a fonte no nĆ­vel do pixel, em oposição a subpixel. Pode fazer com que a fonte apareƧa mais clara de uma forma geral.", "workbench.fontAliasing.none": "Desabilita a suavização de fonte. Texto serĆ” mostrado com bordas irregulares.", - "swipeToNavigate": "Navegue entre arquivos abertos usando o deslizamento horizontal de trĆŖs dedos.", - "workbenchConfigurationTitle": "Ɓrea de Trabalho", + "workbench.fontAliasing.auto": "Aplica `default` ou `antialiased` automaticamente, baseado no DPI das telas.", + "enableNaturalLanguageSettingsSearch": "Controla se deve habilitar o modo de busca de linguagem natural para as configuraƧƵes.", "windowConfigurationTitle": "Janela", "window.openFilesInNewWindow.on": "Arquivos serĆ£o abertos em uma nova janela", "window.openFilesInNewWindow.off": "Arquivos serĆ£o abertos em uma nova janela com a pasta de arquivos aberta ou com a Ćŗltima janela ativa.", @@ -74,6 +79,5 @@ "zenMode.hideTabs": "Controla se a ativação do modo Zen tambĆ©m oculta as abas do espaƧo de trabalho.", "zenMode.hideStatusBar": "Controla se a ativação do modo Zen tambĆ©m oculta a barra de status no rodapĆ© do espaƧo de trabalho.", "zenMode.hideActivityBar": "Controla se a ativação do modo Zen tambĆ©m oculta a barra de atividades Ć  esquerda do espaƧo de trabalho.", - "zenMode.restore": "Controla se uma janela deve ser restaurada para o modo zen se ela foi finalizada no modo zen.", - "JsonSchema.locale": "O idioma da interface do usuĆ”rio a ser usada." + "zenMode.restore": "Controla se uma janela deve ser restaurada para o modo zen se ela foi finalizada no modo zen." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/electron-browser/main.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/main.i18n.json index 056d426d27..959fccbcf4 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "Falha ao carregar o arquivo necessĆ”rio. VocĆŖ nĆ£o estĆ” mais conectado Ć  Internet ou o servidor que vocĆŖ estĆ” conectado estĆ” offline. Atualize o navegador e tente novamente.", "loaderErrorNative": "Falha ao carregar um arquivo necessĆ”rio. Reinicie o aplicativo para tentar novamente. Detalhes: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/shell.i18n.json index 951a140a2e..92ee55a62c 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/electron-browser/window.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/window.i18n.json index 8a03ff8788..fc3575cdc3 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "Desfazer", "redo": "Refazer", "cut": "Recortar", "copy": "Copiar", "paste": "Colar", - "selectAll": "Selecionar Tudo" + "selectAll": "Selecionar Tudo", + "runningAsRoot": "NĆ£o Ć© recomendado executar {0} como usuĆ”rio root." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/ptb/src/vs/workbench/electron-browser/workbench.i18n.json index 46bdaa6720..fc76376c7b 100644 --- a/i18n/ptb/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/ptb/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "Desenvolvedor", "file": "Arquivo" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/ptb/src/vs/workbench/node/extensionHostMain.i18n.json index f0596b2587..b7c50b352b 100644 --- a/i18n/ptb/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/ptb/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "Caminho {0} nĆ£o aponta para um executor de testes com extensĆ£o vĆ”lida." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/ptb/src/vs/workbench/node/extensionPoints.i18n.json index 18d7b3f26c..705cf1701f 100644 --- a/i18n/ptb/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/ptb/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 69df9b15d8..5c39c9b489 100644 --- a/i18n/ptb/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "Instalar o comando '{0}' em PATH", "not available": "Este comando nĆ£o estĆ” disponĆ­vel", "successIn": "Comando shell '{0}' instalado com sucesso em PATH.", - "warnEscalation": "O código solicitarĆ” com 'osascript' pelos privilĆ©gios de Administrador para instalar o comando shell.", "ok": "OK", - "cantCreateBinFolder": "NĆ£o Ć© possĆ­vel criar '/usr/local/bin'.", "cancel2": "Cancelar", + "warnEscalation": "O código solicitarĆ” com 'osascript' pelos privilĆ©gios de Administrador para instalar o comando shell.", + "cantCreateBinFolder": "NĆ£o Ć© possĆ­vel criar '/usr/local/bin'.", "aborted": "Abortado", "uninstall": "Desinstalar o comando '{0}' de PATH", "successFrom": "Comando shell '{0}' desinstalado com sucesso de PATH.", diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index 21239364c7..e2e63615db 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "Modificando a configuração 'editor.accessibilitySupport' para 'on'.", "openingDocs": "Abrindo a pĆ”gina de documentação de Acessibilidade do VS Code.", "introMsg": "Obrigado por testar a opção de acessibilidade do VS Code.", diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index 18ee740ae3..589efed007 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "Desenvolvedor: Inspecionar Mapeamentos de Chave" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index e715c4d667..101cdfa27e 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 952f46dbb8..c356a7e30b 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "Erros parseando {0}: {1}", "schema.openBracket": "O colchete de abertura de caractere ou sequĆŖncia de caracteres.", "schema.closeBracket": "O colchete de fechamento de caractere ou sequĆŖncia de caracteres.", diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index e715c4d667..a89564392f 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "Desenvolvedor: Inspecionar escopos TM", "inspectTMScopesWidget.loading": "Carregando..." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 90537b9600..9e476a5530 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "Visualização: Ativar/Desativar Minimapa" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 955efefcac..0e966d158e 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Alternar Modificador de Multi-Cursor" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 2b5be03ac1..f42b26ae16 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "Visualização: Ativar/Desativar Caracteres de Controle" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 6ea4f0fca7..3c34ec32c8 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "Visualização: Ativar/Desativar Renderização de EspaƧos em Branco" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index 058048058a..632d407eda 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "Visualizar: Alternar Quebra de Linha", "wordWrap.notInDiffEditor": "NĆ£o pode alternar quebra de linha em um editor diff.", "unwrapMinified": "Desabilitar empacotamento para este arquivo", diff --git a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 12f93be687..1c0e6c05e4 100644 --- a/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "OK", "wordWrapMigration.dontShowAgain": "NĆ£o mostrar novamente", "wordWrapMigration.openSettings": "Abrir configuraƧƵes", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 3d74879563..cc0eb1a111 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "Parar quando a expressĆ£o for avaliada como true. 'Enter' para aceitar, 'esc' para cancelar.", "breakpointWidgetAriaLabel": "O programa só vai parar aqui se esta condição for verdadeira. Pressione Enter para aceitar ou Escape para cancelar.", "breakpointWidgetHitCountPlaceholder": "Parar quando contagem de ocorrĆŖncias condição for alcanƧada. 'Enter' para aceitar, 'esc' para cancelar.", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..4cafc6a1da --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "Editar o Ponto de Parada...", + "functionBreakpointsNotSupported": "Pontos de parada de função nĆ£o sĆ£o suportados por este tipo de depuração", + "functionBreakpointPlaceholder": "Função de parada", + "functionBreakPointInputAriaLabel": "Digitar Ponto de Parada de Função", + "breakpointDirtydHover": "Ponto de parada nĆ£o verificado. O arquivo foi modificado, por favor reinicie a sessĆ£o de depuração.", + "conditionalBreakpointUnsupported": "Pontos de parada condicionais nĆ£o sĆ£o suportados por esse tipo de depurador" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 9bc73e8691..b797f12344 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "Sem configuraƧƵes", "addConfigTo": "Adicione Config ({0})...", "addConfiguration": "Adicionar Configuração..." diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index 5e018e07d5..a3919494f7 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "Abrir {0}", "launchJsonNeedsConfigurtion": "Configurar ou corrigir 'launch.json'", "noFolderDebugConfig": "Primeiro abra uma pasta para fazer uma configuração de depuração avanƧada.", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index 421e5b19c7..3c807d6769 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "Cor de fundo da barra de ferramentas de depuração." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "Cor de fundo da barra de ferramentas de depuração.", + "debugToolBarBorder": "Cor da borda da barra de ferramentas de depuração." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..c5d83c70c6 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "Primeiro abra uma pasta para fazer uma configuração de depuração avanƧada.", + "debug": "Depurar", + "addColumnBreakpoint": "Adicionar Ponto de Interrupção de Coluna" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index d8aa95c869..117b5aef0f 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unable": "NĆ£o Ć© possĆ­vel resolver o recurso sem uma sessĆ£o de depuração" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index ef74c88413..5153153354 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "Depurar: Alternar Ponto de Parada", - "columnBreakpointAction": "Depurar: Ponto de Interrupção de Coluna", - "columnBreakpoint": "Adicionar Ponto de Interrupção de Coluna", "conditionalBreakpointEditorAction": "Depurar: Adicionar Ponto de Interrupção Condicional...", "runToCursor": "Executar atĆ© o Cursor", "debugEvaluate": "Depurar: Avaliar", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index f30b378456..5b6f2b6398 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "Ponto de Parada Desativado", "breakpointUnverifieddHover": "Ponto de Parada NĆ£o Verificado", "breakpointDirtydHover": "Ponto de parada nĆ£o verificado. O arquivo foi modificado, por favor reinicie a sessĆ£o de depuração.", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 1b92463963..6449bc255a 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "depurar {0}", "debugAriaLabel": "Digite um nome de uma configuração de lanƧamento para ser executado.", "addConfigTo": "Adicionar Configuração ({0})...", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index c7455f7e96..2322dd36be 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "Selecionar e Iniciar a Configuração do Depurador" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 86ae4403f1..fa619a9abf 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "Foco em VariĆ”veis", "debugFocusWatchView": "Foco em Monitoramento", "debugFocusCallStackView": "Foco em Pilha de Chamadas", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index a8802c1316..ba19c79f4b 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "Cor da borda da ferramenta de exceção.", "debugExceptionWidgetBackground": "Cor de fundo da ferramenta de exceção.", "exceptionThrownWithId": "Ocorreu exceção: {0}", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index 8c7a8761f4..6409319370 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "Clique para seguir (Cmd + clique abre ao lado)", "fileLink": "Clique para seguir (Cmd + clique abre ao lado)" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..018763be45 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Cor de fundo da barra de status quando um programa estĆ” sendo depurado. A barra de status Ć© mostrada na parte inferior da janela", + "statusBarDebuggingForeground": "Cor de primeiro plano da barra de status quando um programa estĆ” sendo depurado. A barra de status Ć© mostrada na parte inferior da janela", + "statusBarDebuggingBorder": "Cor da borda da barra de status separando para a barra lateral e editor quando um programa estĆ” sendo depurado. A barra de status Ć© mostrada na parte inferior da janela" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/common/debug.i18n.json index 3476b79d9e..a134578e14 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "Controla o comportamento do console depuração interna." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/common/debugModel.i18n.json index fa2f5e8ada..920c2453e0 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "nĆ£o disponĆ­vel", "startDebugFirst": "Por favor, inicie uma sessĆ£o de depuração para avaliar" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 0e10c85d81..ba232b4f07 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "Fonte desconhecida" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index b263f4f0c2..51bf3a258c 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "Editar o Ponto de Parada...", "functionBreakpointsNotSupported": "Pontos de parada de função nĆ£o sĆ£o suportados por este tipo de depuração", "functionBreakpointPlaceholder": "Função de parada", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 2802e46ce4..c94e8f1d3f 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "Seção de Pilha de Chamada", "debugStopped": "Pausado em {0}", "callStackAriaLabel": "Depurar a Pilha de Chamadas", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 82aa2a5171..adc20895c6 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "Visualizar Depurador", "toggleDebugPanel": "Console do Depurador", "debug": "Depurar", @@ -24,6 +26,5 @@ "always": "Sempre mostrar depurar na barra de status", "onFirstSessionStart": "Mostrar depurarĀ na barra de status somenteĀ após a depuraçãoĀ ser iniciada pela primeira vez", "showInStatusBar": "Controla quando a barra de status de depuração deve ser visĆ­vel", - "openDebug": "Controla se o depurador viewlet deve ser aberto no inĆ­cio de sessĆ£o de depuração.", "launch": "Configuração global do lanƧamento do depurador. Deve ser usado como uma alternativa para o arquivo 'launch.json' que Ć© compartilhado entre os espaƧos de trabalho" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 85b353a37f..14693b4867 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "Primeiro abra uma pasta para fazer uma configuração de depuração avanƧada." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 3908acc502..3a8eeace4f 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "Contribui adaptadores de depuração.", "vscode.extension.contributes.debuggers.type": "Identificador Ćŗnico para esse adaptador de depuração.", "vscode.extension.contributes.debuggers.label": "Nome de exibição para esse adaptador de depuração.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "ConfiguraƧƵes de esquema JSON para validar 'launch.json'.", "vscode.extension.contributes.debuggers.windows": "ConfiguraƧƵes especĆ­ficas do Windows.", "vscode.extension.contributes.debuggers.windows.runtime": "Runtime usado para Windows.", - "vscode.extension.contributes.debuggers.osx": "ConfiguraƧƵes especĆ­ficas do OS X.", - "vscode.extension.contributes.debuggers.osx.runtime": "Runtime usado para o OS X.", + "vscode.extension.contributes.debuggers.osx": "ConfiguraƧƵes especĆ­ficas para macOS.", + "vscode.extension.contributes.debuggers.osx.runtime": "Runtime usado para o macOS.", "vscode.extension.contributes.debuggers.linux": "ConfiguraƧƵes especĆ­ficas do Linux.", "vscode.extension.contributes.debuggers.linux.runtime": "Runtime usado para o Linux.", "vscode.extension.contributes.breakpoints": "Contribui aos pontos de interrupção.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "Lista de configuraƧƵes. Adicionar novas configuraƧƵes ou editar as existentes usando o IntelliSense.", "app.launch.json.compounds": "Lista de compostos. Cada composto faz referĆŖncia a vĆ”rias configuraƧƵes que vĆ£o ser executadas juntas.", "app.launch.json.compound.name": "Nome do composto. Aparece no menu drop-down da configuração de execução.", + "useUniqueNames": "Por favor, use nomes Ćŗnicos de configuração.", + "app.launch.json.compound.folder": "Nome da pasta em que o composto se encontra.", "app.launch.json.compounds.configurations": "Nomes das configuraƧƵes que serĆ£o iniciadas como parte deste composto.", "debugNoType": "'type' do adaptador de depuração nĆ£o pode ser omitido e deve ser do tipo 'string'.", "selectDebug": "Selecione o ambiente", - "DebugConfig.failed": "NĆ£o Ć© possĆ­vel criar o arquivo 'launch.json' dentro da pasta '.vscode' ({0})." + "DebugConfig.failed": "NĆ£o Ć© possĆ­vel criar o arquivo 'launch.json' dentro da pasta '.vscode' ({0}).", + "workspace": "espaƧo de trabalho", + "user settings": "configuraƧƵes de usuĆ”rio" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index 1424499bfc..d20a7e02e4 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "Remover pontos de interrupção", "removeBreakpointOnColumn": "Remover ponto de interrupção na coluna {0}", "removeLineBreakpoint": "Remover ponto de interrupção de linha", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index 1853865a1e..f78cc6f73a 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "Depurar passando o mouse por cima" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index de45eedf22..afa869368d 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "Apenas valores primitivos sĆ£o mostrados para este objeto.", "debuggingPaused": "Depuração pausada, razĆ£o {0}, {1} {2}", "debuggingStarted": "Depuração Iniciada.", @@ -11,18 +13,20 @@ "breakpointAdded": "Adicionado ponto de interrupção, linha {0}, arquivo {1}", "breakpointRemoved": "Ponto de interrupção removido, linha {0}, arquivo {1}", "compoundMustHaveConfigurations": "Composição deve ter o atributo \"configurations\" definido para iniciar vĆ”rias configuraƧƵes.", + "noConfigurationNameInWorkspace": "NĆ£o foi possĆ­vel encontrar a configuração de inicialização '{0}' na Ć”rea de trabalho.", + "noFolderWithName": "NĆ£o Ć© possĆ­vel encontrar a pasta com nome '{0}' para configuração '{1}' no composto '{2}'.", "configMissing": "Configuração '{0}' nĆ£o tem 'launch.json'.", "launchJsonDoesNotExist": "'launch.json' nĆ£o existe.", - "debugRequestNotSupported": "Atributo '{0}' tem um valor sem suporte '{1}' na configuração de depuração escolhida.", "debugRequesMissing": "Atributo '{0}' estĆ” faltando para a configuração de depuração escolhida.", "debugTypeNotSupported": "Tipo de depuração configurado '{0}' nĆ£o Ć© suportado.", - "debugTypeMissing": "Falta a propriedade 'tipo' para a configuração de lanƧamento escolhida.", + "debugTypeMissing": "Falta a propriedade 'type' para a configuração de lanƧamento escolhida.", "debugAnyway": "Depurar mesmo assim", "preLaunchTaskErrors": "Erros de build foram detectados durante a preLaunchTask '{0}'.", "preLaunchTaskError": "Erro de build foi detectado durante a preLaunchTask '{0}'.", "preLaunchTaskExitCode": "A preLaunchTask '{0}' encerrada com código de saĆ­da {1}.", + "showErrors": "Mostrar erros", "noFolderWorkspaceDebugError": "O arquivo ativo nĆ£o pode ser depurado. Certifique-se de que ele estĆ” salvo no disco e que tem uma extensĆ£o de depuração instalada para esse tipo de arquivo.", - "NewLaunchConfig": "Por favor, configure o arquivo de configuração de lanƧamento para seu aplicativo. {0}", + "cancel": "Cancelar", "DebugTaskNotFound": "NĆ£o foi possĆ­vel encontrar o preLaunchTask '{0}'.", "taskNotTracked": "Tarefa de prĆ©-lanƧamento ${0} nĆ£o pode ser rastreada." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index ae47cc6a47..fc67d2e258 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index c981f42161..33427078df 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index 227ca95927..e60c064879 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "Copiar valor", "copy": "Copiar", "copyAll": "Copiar todos", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 0ce97a8f79..1562e3ffed 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "Mais InformaƧƵes", "unableToLaunchDebugAdapter": "NĆ£o Ć© possĆ­vel executar o adaptador de depuração de '{0}'.", "unableToLaunchDebugAdapterNoArgs": "NĆ£o Ć© possĆ­vel executar o adaptador de depuração.", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 86d901ff7c..707bd1e633 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "Ler o Painel de ImpressĆ£o Eval", "actions.repl.historyPrevious": "História anterior", "actions.repl.historyNext": "Próxima história", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 5f2a144a70..cf8c0ae71f 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "Estado do objeto Ć© capturado na primeira avaliação", "replVariableAriaLabel": "VariĆ”vel {0} tem valor {1}, ler a impressĆ£o do valor do loop, depurar", "replExpressionAriaLabel": "ExpressĆ£o {0} tem valor {1}, ler o laƧo de avaliação de impressĆ£o, depurar", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index f1636b5e7b..018763be45 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Cor de fundo da barra de status quando um programa estĆ” sendo depurado. A barra de status Ć© mostrada na parte inferior da janela", "statusBarDebuggingForeground": "Cor de primeiro plano da barra de status quando um programa estĆ” sendo depurado. A barra de status Ć© mostrada na parte inferior da janela", "statusBarDebuggingBorder": "Cor da borda da barra de status separando para a barra lateral e editor quando um programa estĆ” sendo depurado. A barra de status Ć© mostrada na parte inferior da janela" diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 898a18605f..1b93473b4a 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "depurado", - "debug.terminal.not.available.error": "Terminal integrado nĆ£o disponĆ­vel" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "depurado" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index 3392c862aa..2e4d985fe2 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "Seção de variĆ”veis", "variablesAriaTreeLabel": "VariĆ”veis de Depuração", "variableValueAriaLabel": "Digite o novo valor da variĆ”vel", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 70a43f8f1c..603656049d 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "Seção de ExpressƵes", "watchAriaTreeLabel": "Depurar ExpressƵes Monitoradas", "watchExpressionPlaceholder": "ExpressĆ£o para monitorar", diff --git a/i18n/ptb/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/ptb/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 9ed5fc448b..3e951300c5 100644 --- a/i18n/ptb/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "ExecutĆ”vel do adaptador de depuração '{0}' nĆ£o existe.", "debugAdapterCannotDetermineExecutable": "NĆ£o Ć© possĆ­vel determinar o executĆ”vel para o adaptador de depuração '{0}'.", "launch.config.comment1": "Use o IntelliSense para aprender sobre possĆ­veis atributos.", diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 1e3a1c0f27..66665c657a 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Mostrar Comandos do Emmet" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 1dc5e1e3b6..0760cb8b42 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index d9e3601f99..8f80e3c40d 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index b4a6a03e21..eb7bd5e36f 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 5a5dd3cc3e..bb8bdd451a 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: Expandir Abreviação" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 306332a4af..751fb5b3ec 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index 6a742c4d5f..c78d6b391f 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index 22ed3f5f53..7a1013d2b2 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index bc0eefc2e0..da719d7636 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index a30414b08d..5b75715d7e 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 1343e2d6b3..13036b1b5e 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index ea04346ea7..0b789e041c 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 366cb874a0..c761e91aa9 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 1eff88ade9..56fe127cf5 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 963a85e167..daef70fa2b 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 501253b7dc..e3aa01d4c8 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index 5188de485d..eb4af282eb 100644 --- a/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 548fff57ed..c2f7f79d1c 100644 --- a/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Terminal Externo", "explorer.openInTerminalKind": "Personaliza o tipo de terminal para executar.", "terminal.external.windowsExec": "Personalizar qual terminal executar no Windows.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "Abrir Novo Prompt de Comando", "globalConsoleActionMacLinux": "Abrir Novo Terminal", "scopedConsoleActionWin": "Abrir no Prompt de Comando", - "scopedConsoleActionMacLinux": "Abrir no Terminal", - "openFolderInIntegratedTerminal": "Abrir no Terminal" + "scopedConsoleActionMacLinux": "Abrir no Terminal" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 95274daf75..ace43f3dc4 100644 --- a/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index fde640b09c..1cb08dec44 100644 --- a/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "Console VS Code", "mac.terminal.script.failed": "Script '{0}' falhou com código de saĆ­da {1}", "mac.terminal.type.not.supported": "'{0}' nĆ£o suportado", diff --git a/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index d79e3c4ca0..c264ef3680 100644 --- a/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 37735d1000..c26dae24b0 100644 --- a/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index 7b7f16b381..950920d612 100644 --- a/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/ptb/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 0e7f5f9cd9..f743158dab 100644 --- a/i18n/ptb/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 0ebd24a9fd..97b61f9bd1 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "Erro", "Unknown Dependency": "DependĆŖncia Desconhecida:" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index f9a8f5b862..1ce7db4028 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "Nome da extensĆ£o", "extension id": "Identificador da extensĆ£o", "preview": "Visualizar", + "builtin": "IntrĆ­nseco", "publisher": "Nome do editor", "install count": "Quantidade de InstalaƧƵes", "rating": "Avaliação", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "Nome", "view location": "Onde", + "localizations": "LocalizaƧƵes ({0})", + "localizations language id": "Id do Idioma", + "localizations language name": "Nome do Idioma", + "localizations localized language name": "Nome do Idioma (Localizado)", "colorThemes": "Temas de cores ({0})", "iconThemes": "Temas de Ć­cones ({0})", "colors": "Cores ({0})", diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index 3899c29529..06fbeaa8cc 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installAction": "Instalar", "installing": "Instalando", "uninstallAction": "Desinstalar", @@ -36,6 +38,7 @@ "showInstalledExtensions": "Mostrar ExtensƵes Instaladas", "showDisabledExtensions": "Mostrar ExtensƵes Desabilitadas", "clearExtensionsInput": "Limpar Entrada de ExtensƵes", + "showBuiltInExtensions": "Mostrar ExtensƵes Internas", "showOutdatedExtensions": "Mostrar ExtensƵes Desatualizadas", "showPopularExtensions": "Mostrar ExtensƵes Populares", "showRecommendedExtensions": "Mostrar ExtensƵes Recomendadas", @@ -49,11 +52,17 @@ "OpenExtensionsFile.failed": "NĆ£o foi possĆ­vel criar o arquivo 'extensions.json' na pasta '.vscode' ({0}).", "configureWorkspaceRecommendedExtensions": "Configurar ExtensƵes Recomendadas (EspaƧo de Trabalho)", "configureWorkspaceFolderRecommendedExtensions": "Configurar as ExtensƵes Recomendadas (Pasta do EspaƧo de Trabalho)", - "builtin": "IntrĆ­nseco", + "malicious tooltip": "Esta extensĆ£o foi relatada como problemĆ”tica.", + "malicious": "Malicioso", "disableAll": "Desabilitar Todas as ExtensƵes Instaladas", "disableAllWorkspace": "Desabilitar Todas as ExtensƵes Instaladas para este EspaƧo de Trabalho", - "enableAll": "Habilitar Todas as ExtensƵes Instaladas", - "enableAllWorkspace": "Habilitar Todas as ExtensƵes Instaladas para este EspaƧo de Trabalho", + "openExtensionsFolder": "Abrir a Pasta de ExtensƵes", + "installVSIX": "Instalar do VSIX...", + "installFromVSIX": "Instalar a partir do VSIX", + "installButton": "&&Instalar", + "InstallVSIXAction.success": "A extensĆ£o foi instalada com sucesso. Recarregue para ativĆ”-la.", + "InstallVSIXAction.reloadNow": "Recarregar Agora", + "ReinstallAction.reloadNow": "Recarregar Agora", "extensionButtonProminentBackground": "Cor de fundo do botĆ£o para a aƧƵes de extensĆ£o que se destacam (por exemplo, o botĆ£o de instalar).", "extensionButtonProminentForeground": "Cor de primeiro plano do botĆ£o para a aƧƵes de extensĆ£o que se destacam (por exemplo, o botĆ£o de instalar).", "extensionButtonProminentHoverBackground": "Cor de fundo ao passar o mouse sobre o botĆ£o para a aƧƵes de extensĆ£o que se destacam (por exemplo, o botĆ£o de instalar)." diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index eb6f8e39a7..25c20555d1 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 3e2f2c91d3..255fe82e74 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "Pressione Enter para gerenciar suas extensƵes.", "notfound": "ExtensĆ£o '{0}' nĆ£o encontrada na Loja.", "install": "Pressione Enter para instalar '{0}' da Loja.", diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index 75103d3931..a3f21d06dd 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "Avaliado por {0} usuĆ”rios", "ratedBySingleUser": "Avaliado por 1 usuĆ”rio" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index b90c0d5ac6..7d896c3ff6 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "ExtensƵes", "app.extensions.json.recommendations": "Lista de recomendaƧƵes de extensƵes. O identificador de uma extensĆ£o Ć© sempre ' ${publisher}. ${nome}'. Por exemplo: 'vscode.csharp'.", "app.extension.identifier.errorMessage": "Formato esperado '${editor}.${nome}'. Exemplo: 'vscode.csharp'." diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 333627e961..ce96ce7a0a 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "ExtensĆ£o: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index 7cc618600b..388bcbaa9d 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart3": "Reiniciar", + "cancel": "Cancelar", "selectAndStartDebug": "Clique para parar a perfilação." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index b4f99cdf74..5b473117e4 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "NĆ£o mostrar novamente", + "searchMarketplace": "Pesquisar na Loja", + "exeBasedRecommendation": "Esta extensĆ£o Ć© recomendada porque vocĆŖ tem {0} instalado.", "fileBasedRecommendation": "Esta extensĆ£o Ć© recomendada baseada nos arquivos que vocĆŖ abriu recentemente.", "workspaceRecommendation": "Esta extensĆ£o Ć© recomendada pelos usuĆ”rios da Ć”rea de trabalho atual.", - "exeBasedRecommendation": "Esta extensĆ£o Ć© recomendada porque vocĆŖ tem {0} instalado.", "reallyRecommended2": "A extensĆ£o {0} Ć© recomendada para este tipo de arquivo.", "reallyRecommendedExtensionPack": "O pacote de extensĆ£o '{0}' Ć© recomendado para este tipo de arquivo.", "showRecommendations": "Mostrar RecomendaƧƵes", "install": "Instalar", - "neverShowAgain": "NĆ£o mostrar novamente", - "close": "Fechar", + "showLanguageExtensions": "A Loja tem extensƵes que podem ajudar com arquivos '.{0}'", "workspaceRecommended": "Este espaƧo de trabalho possui recomendaƧƵes de extensĆ£o.", "installAll": "Instalar Tudo", "ignoreExtensionRecommendations": "VocĆŖ quer ignorar todas as recomendaƧƵes de extensĆ£o?", "ignoreAll": "Sim, Ignorar Tudo", - "no": "NĆ£o", - "cancel": "Cancelar" + "no": "NĆ£o" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 9e3b4ca9b5..3dc88da863 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "Gerenciar ExtensƵes", "galleryExtensionsCommands": "Instalar ExtensƵes da Galeria", "extension": "ExtensĆ£o", @@ -13,5 +15,6 @@ "developer": "Desenvolvedor", "extensionsConfigurationTitle": "ExtensƵes", "extensionsAutoUpdate": "Atualizar extensƵes automaticamente", - "extensionsIgnoreRecommendations": "Se definido como verdadeiro, as notificaƧƵes para recomendaƧƵes de extensĆ£o irĆ£o parar de aparecer." + "extensionsIgnoreRecommendations": "Se definido como verdadeiro, as notificaƧƵes para recomendaƧƵes de extensĆ£o irĆ£o parar de aparecer.", + "extensionsShowRecommendationsOnlyOnDemand": "Se configurado como verdadeira, as recomendaƧƵes nĆ£o serĆ£o localizadas ou mostradas a menos que sejam especificamente solicitadas pelo usuĆ”rio." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index 8403c08231..4df2bbd82d 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "Abrir a Pasta de ExtensƵes", "installVSIX": "Instalar do VSIX...", "installFromVSIX": "Instalar a partir do VSIX", "installButton": "&&Instalar", - "InstallVSIXAction.success": "A extensĆ£o foi instalada com sucesso. Reinicie para habilitĆ”-la.", + "InstallVSIXAction.success": "A extensĆ£o foi instalada com sucesso. Recarregue para ativĆ”-la.", "InstallVSIXAction.reloadNow": "Recarregar Agora" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index e1aa51729e..e5a53994bd 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "Desabilitar outros mapeamentos de teclado ({0}) para evitar conflitos entre as combinaƧƵes de teclas?", "yes": "Sim", "no": "NĆ£o", "betterMergeDisabled": "A extensĆ£o Better Merge agora Ć© intrĆ­nseca, a extensĆ£o instalada foi desabilitada e pode ser desinstalada.", - "uninstall": "Desinstalar", - "later": "Mais tarde" + "uninstall": "Desinstalar" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index 6b2a756748..6e9a2c42b9 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Loja", "installedExtensions": "Instalado", "searchInstalledExtensions": "Instalado", "recommendedExtensions": "Recomendado", "otherRecommendedExtensions": "Outras recomendaƧƵes", "workspaceRecommendedExtensions": "RecomendaƧƵes do EspaƧo de Trabalho", + "builtInExtensions": "Incorporado", "searchExtensions": "Pesquisar ExtensƵes na Loja", "sort by installs": "Ordenar por: Quantidade de InstalaƧƵes", "sort by rating": "Ordenar por: Avaliação", "sort by name": "Ordenar por: Nome", "suggestProxyError": "A Loja retornou 'ECONNREFUSED'. Por favor, verifique a configuração de 'http.proxy'.", "extensions": "ExtensƵes", - "outdatedExtensions": "{0} ExtensƵes Desatualizadas" + "outdatedExtensions": "{0} ExtensƵes Desatualizadas", + "malicious warning": "Nós desinstalamos '{0}' qual foi reportado ser problemĆ”tico.", + "reloadNow": "Recarregar Agora" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index 9c004614f2..7eb62187c6 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "ExtensƵes", "no extensions found": "Nenhuma extensĆ£o encontrada.", "suggestProxyError": "A Loja retornou 'ECONNREFUSED'. Por favor, verifique a configuração de 'http.proxy'." diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index a02e2630fd..cc77572854 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "Ativado ao iniciar", "workspaceContainsGlobActivation": "Ativado porque existe um arquivo {0} correspondente em seu espaƧo de trabalho", "workspaceContainsFileActivation": "Ativado porque o arquivo {0} existe no seu espaƧo de trabalho", diff --git a/i18n/ptb/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/ptb/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 3ab045563d..74b2df609b 100644 --- a/i18n/ptb/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,10 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "enableDependeciesConfirmation": "Habilitando '{0}' tambĆ©m habilita suas dependĆŖncias. Gostaria de continuar?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "Instalando extensĆ£o do VSIX...", + "malicious": "Esta extensĆ£o Ć© relatada como problemĆ”tica.", + "installingMarketPlaceExtension": "Instalando extensĆ£o da Loja...", + "uninstallingExtension": "Desinstalando extensĆ£o...", "enable": "Sim", "doNotEnable": "NĆ£o", "disableDependeciesConfirmation": "Gostaria de desabilitar somente '{0}', ou as suas dependĆŖncias tambĆ©m?", diff --git a/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..608a2459b7 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Ɓrea de Trabalho", + "feedbackVisibility": "Controla a visibilidade do feedback no Twitter (smiley) na barra de status na regiĆ£o inferior da Ć”rea de trabalho." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index 5d3c22c39a..334e4261c6 100644 --- a/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Tweetar Feedback", "label.sendASmile": "Tweete feedback para nós", "patchedVersion1": "Sua instalação estĆ” corrompida.", @@ -16,6 +18,7 @@ "request a missing feature": "Solicitar um recurso ausente", "tell us why?": "Diga-nos porquĆŖ?", "commentsHeader": "ComentĆ”rios", + "showFeedback": "Mostrar Smiley de Feedback na Barra de Status", "tweet": "Tweetar", "character left": "caractere Ć  esquerda", "characters left": "caracteres Ć  esquerda", diff --git a/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..0dfc1d5d8c --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "Ocultar" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index 9c33fd2524..ed67a2e444 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "Visualizador de Arquivo BinĆ”rio" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 792781bc8c..feb083b3ac 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "Editor de Arquivo de Texto", "createFile": "Criar arquivo", "fileEditorWithInputAriaLabel": "{0}. Editor de Arquivo de Texto.", diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 18b7465dc0..34278daebf 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 464da97e4e..4087cb2dce 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.i18n.json index 7c8e3e05c0..f1ec688265 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index 2e61a1656c..0fa0dec92e 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 0e95d22625..73d721a64b 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 09a2989464..1f039718b2 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 69f48bde47..7b96c1e21b 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index 36d4c36aa7..b8977cb53a 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index 4753a88bd4..1a0d6da89f 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index 14fa61ade5..37e4b9cb23 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 1156319992..851fed8113 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 5564dee7ae..9c9160853b 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index f5b56baf44..c0d173f37f 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 arquivo nĆ£o salvo", "dirtyFiles": "{0} arquivos nĆ£o salvos" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f29992f5d9..424db4a126 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (excluĆ­do do disco)" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 18b7465dc0..1e819085a3 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "Pastas" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 464da97e4e..01cfde4832 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "Arquivo", "revealInSideBar": "Revelar na Barra Lateral", "acceptLocalChanges": "Usar suas alteraƧƵes e substituir o conteĆŗdo do disco", - "revertLocalChanges": "Descartar as alteraƧƵesĀ e reverter para o conteĆŗdo no disco" + "revertLocalChanges": "Descartar as alteraƧƵesĀ e reverter para o conteĆŗdo no disco", + "copyPathOfActive": "Copiar Caminho do Arquivo Ativo", + "saveAllInGroup": "Salvar Todos no Grupo", + "saveFiles": "Salvar todos os arquivos", + "revert": "Reverter Arquivo", + "compareActiveWithSaved": "Comparar o Arquivo Ativo com o Arquivo Salvo", + "closeEditor": "Fechar Editor", + "view": "Exibir", + "openToSide": "Aberto para o lado", + "revealInWindows": "Revelar no Explorer", + "revealInMac": "Revelar no Finder", + "openContainer": "Abrir a Pasta", + "copyPath": "Copiar Caminho", + "saveAll": "Salvar Todos", + "compareWithSaved": "Comparar com o salvo", + "compareWithSelected": "Comparar com o Selecionado", + "compareSource": "Selecione para comparar", + "compareSelected": "Comparar Selecionado", + "close": "Fechar", + "closeOthers": "Fechar Outros", + "closeSaved": "Fechar Salvo", + "closeAll": "Fechar todos", + "deleteFile": "Excluir permanentemente" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 18ed68af70..e1128560e1 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,50 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "Tentar novamente", - "rename": "Renomear", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Novo Arquivo", "newFolder": "Nova Pasta", - "openFolderFirst": "Abrir uma pasta primeiro para criar arquivos ou pastas dentro dele.", + "rename": "Renomear", + "delete": "Excluir", + "copyFile": "Copiar", + "pasteFile": "Colar", + "retry": "Tentar novamente", "newUntitledFile": "Novo Arquivo Sem TĆ­tulo", "createNewFile": "Novo Arquivo", "createNewFolder": "Nova Pasta", "deleteButtonLabelRecycleBin": "&&Mover para Lixeira", "deleteButtonLabelTrash": "&&Mover para o Lixo", "deleteButtonLabel": "&&Excluir", + "dirtyMessageFilesDelete": "VocĆŖ estĆ” excluindo arquivos com alteraƧƵes nĆ£o salvas. VocĆŖ quer continuar?", "dirtyMessageFolderOneDelete": "VocĆŖ estĆ” excluindo uma pasta com alteraƧƵes nĆ£o salvas em 1 arquivo. VocĆŖ quer continuar?", "dirtyMessageFolderDelete": "VocĆŖ estĆ” excluindo uma pasta com alteraƧƵes nĆ£o salvas em {0} arquivos. VocĆŖ quer continuar?", "dirtyMessageFileDelete": "VocĆŖ estĆ” excluindo um arquivo com alteraƧƵes nĆ£o salvas. VocĆŖ quer continuar?", "dirtyWarning": "Suas alteraƧƵes serĆ£o perdidas se vocĆŖ nĆ£o salvĆ”-las.", + "confirmMoveTrashMessageMultiple": "VocĆŖ tem certeza que deseja excluir os seguintes {0} arquivos?", "confirmMoveTrashMessageFolder": "Tem certeza de que deseja excluir '{0}' e seu conteĆŗdo?", "confirmMoveTrashMessageFile": "Tem certeza de que deseja excluir '{0}'?", "undoBin": "VocĆŖ pode restaurar da lixeira.", "undoTrash": "VocĆŖ pode restaurar a partir do lixo.", "doNotAskAgain": "NĆ£o me pergunte novamente", + "confirmDeleteMessageMultiple": "VocĆŖ tem certeza que deseja excluir permanentemente os seguintes {0} arquivos?", "confirmDeleteMessageFolder": "Tem certeza de que deseja excluir permanentemente '{0}' e seu conteĆŗdo?", "confirmDeleteMessageFile": "Tem certeza de que deseja excluir permanentemente '{0}'?", "irreversible": "Esta ação Ć© irreversĆ­vel!", + "cancel": "Cancelar", "permDelete": "Excluir permanentemente", - "delete": "Excluir", "importFiles": "Importar Arquivos", "confirmOverwrite": "Um arquivo ou pasta com o mesmo nome jĆ” existe na pasta de destino. VocĆŖ quer substituĆ­-lo?", "replaceButtonLabel": "&&Substituir", - "copyFile": "Copiar", - "pasteFile": "Colar", + "fileDeleted": "Arquivo para colar foi excluĆ­do ou movido no meio-tempo", "duplicateFile": "Duplicar", - "openToSide": "Aberto para o lado", - "compareSource": "Selecione para comparar", "globalCompareFile": "Compare o Arquivo Ativo Com...", "openFileToCompare": "Abrir um arquivo primeiro para comparĆ”-lo com outro arquivo.", - "compareWith": "Comparar '{0}' com '{1}'", - "compareFiles": "Comparar Arquivos", "refresh": "Atualizar", - "save": "Salvar", - "saveAs": "Salvar como...", - "saveAll": "Salvar Todos", "saveAllInGroup": "Salvar Todos no Grupo", - "saveFiles": "Salvar todos os arquivos", - "revert": "Reverter Arquivo", "focusOpenEditors": "Foco na Visualização dos Editores Abertos", "focusFilesExplorer": "Foco no Explorador de Arquivos", "showInExplorer": "Revelar o Arquivo Ativo na Barra Lateral", @@ -56,20 +53,11 @@ "refreshExplorer": "Atualizar Explorador", "openFileInNewWindow": "Abrir o Arquivo Ativo em uma Nova Janela", "openFileToShowInNewWindow": "Abrir um arquivo primeiro para abrir em uma nova janela", - "revealInWindows": "Revelar no Explorer", - "revealInMac": "Revelar no Finder", - "openContainer": "Abrir a Pasta", - "revealActiveFileInWindows": "Revelar Arquivo Ativo no Windows Explorer", - "revealActiveFileInMac": "Revelar Arquivo Ativo no Finder", - "openActiveFileContainer": "Abrir a Pasta do Arquivo Ativo.", "copyPath": "Copiar Caminho", - "copyPathOfActive": "Copiar Caminho do Arquivo Ativo", "emptyFileNameError": "Um nome de arquivo ou pasta deve ser fornecido.", "fileNameExistsError": "Um arquivo ou pasta **{0}** jĆ” existe neste local. Escolha um nome diferente.", "invalidFileNameError": "O nome **{0}** nĆ£o Ć© vĆ”lido como um nome de arquivo ou pasta. Por favor, escolha um nome diferente.", "filePathTooLongError": "O nome **{0}** resulta em um caminho muito longo. Escolha um nome mais curto.", - "compareWithSaved": "Comparar o Arquivo Ativo com o Arquivo Salvo", - "modifiedLabel": "{0} (em disco) ↔ {1}", "compareWithClipboard": "Compare o Arquivo Ativo com a Ɓrea de TransferĆŖncia", "clipboardComparisonLabel": "Ɓrea de TransferĆŖncia ↔ {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index 2e61a1656c..a221d01144 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "Abrir um arquivo primeiro para copiar seu caminho", - "openFileToReveal": "Abrir um arquivo primeiro para revelar" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "Revelar no Explorer", + "revealInMac": "Revelar no Finder", + "openContainer": "Abrir a Pasta", + "saveAs": "Salvar como...", + "save": "Salvar", + "saveAll": "Salvar Todos", + "removeFolderFromWorkspace": "Remover pasta da Ć”rea de trabalho", + "genericRevertError": "Falha ao reverter '{0}': {1}", + "modifiedLabel": "{0} (em disco) ↔ {1}", + "openFileToReveal": "Abrir um arquivo primeiro para revelar", + "openFileToCopy": "Abrir um arquivo primeiro para copiar seu caminho" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 0e95d22625..24bec7743b 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "Mostrar Explorer", "explore": "Explorador", "view": "Exibir", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "Editor", "formatOnSave": "Formata um arquivo no salvamento. Um formatador deve estar disponĆ­vel, o arquivo nĆ£o deve ser salvo automaticamente e editor nĆ£o deve ser desligado.", "explorerConfigurationTitle": "Explorador de arquivos", - "openEditorsVisible": "NĆŗmero de editores mostrado no painel Abrir Editores. ConfigurĆ”-lo para 0 irĆ” ocultar o painel.", - "dynamicHeight": "Controla se a altura da seção de editores abertos deve adaptar-se dinamicamente para o nĆŗmero de elementos ou nĆ£o.", + "openEditorsVisible": "NĆŗmero de editores mostrados no painel Editores Abertos.", "autoReveal": "Controla se o explorador deve automaticamente revelar e selecionar arquivos ao abri-los.", "enableDragAndDrop": "Controla se o explorador deve permitir mover arquivos e pastas atravĆ©s de arrastar e soltar.", "confirmDragAndDrop": "Controla se o explorer deve pedir a confirmação ao mover arquivos ou pastas atravĆ©s de arrastar e soltar.", diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 09a2989464..f495f43899 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,22 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "Use as aƧƵes na barra de ferramentas de editor para a direita para **desfazer** suas alteraƧƵes ou **substituir** o conteĆŗdo no disco com as alteraƧƵes", - "discard": "Descartar", - "overwrite": "Sobrescrever", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "retry": "Tentar novamente", - "readonlySaveError": "Falha ao salvar '{0}': O arquivo estĆ” protegido contra gravação. Selecione 'Substituir' para remover a proteção.", + "discard": "Descartar", + "readonlySaveErrorAdmin": "Falha ao salvar '{0}': O arquivo estĆ” protegido contra gravação. Selecione 'Sobrescrever como Admin' para tentar novamente como administrador.", + "readonlySaveError": "Falha ao salvar '{0}': O arquivo estĆ” protegido contra gravação. Selecione 'Sobrescrever' para tentar remover a proteção.", + "permissionDeniedSaveError": "Falha ao salvar '{0}': PermissƵes insuficientes. Selecione 'Tentar novamente como Admin' para tentar novamente como administrador.", "genericSaveError": "Erro ao salvar '{0}': {1}", - "staleSaveError": "Falha ao salvar '{0}': O conteĆŗdo no disco Ć© mais recente. Clique em **Comparar** para comparar a sua versĆ£o com a do disco.", + "learnMore": "Saiba Mais", + "dontShowAgain": "NĆ£o mostrar novamente", "compareChanges": "Comparar", - "saveConflictDiffLabel": "{0} (no disco) ↔ {1} (em {2}) - Resolver conflitos de salvamento" + "saveConflictDiffLabel": "{0} (no disco) ↔ {1} (em {2}) - Resolver conflitos de salvamento", + "overwriteElevated": "Sobrescrever como Admin...", + "saveElevated": "Tentar novamente como Admin...", + "overwrite": "Sobrescrever" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index ca0724076d..1d3226d55d 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Nenhuma Pasta Aberta", "explorerSection": "Seção de Explorador de Arquivos", "noWorkspaceHelp": "VocĆŖ ainda nĆ£o adicionou uma pasta ao espaƧo de trabalho.", diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index 36d4c36aa7..dd8a6f9c97 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Explorador", "canNotResolve": "NĆ£o foi possĆ­vel resolver a pasta da Ć”rea de trabalho" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index 4753a88bd4..fea508da9e 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "Seção de Explorador de Arquivos", "treeAriaLabel": "Explorador de Arquivos" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index 02afd8f004..d3c63c74b8 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "Digite o Nome do arquivo. Pressione Enter para confirmar ou Escape para cancelar.", + "constructedPath": "Criar {0} em **{1}**", "filesExplorerViewerAriaLabel": "{0}, Explorador de Arquivos", "dropFolders": "VocĆŖ deseja adicionar as pastas ao espaƧo de trabalho?", "dropFolder": "VocĆŖ quer adicionar a pasta no espaƧo de trabalho?", "addFolders": "&&Adicionar Pastas", "addFolder": "&&Adicionar Pasta", + "confirmMultiMove": "VocĆŖ tem certeza que deseja mover os seguintes {0} arquivos?", "confirmMove": "Tem certeza que deseja mover '{0}'?", "doNotAskAgain": "NĆ£o me pergunte novamente", "moveButtonLabel": "&&Mover", diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index 83f2a51019..77806c0f44 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "Abrir Editores", "openEditosrSection": "Abrir Seção de Editores", - "dirtyCounter": "{0} nĆ£o salvos", - "saveAll": "Salvar Todos", - "closeAllUnmodified": "Fechar NĆ£o Modificados", - "closeAll": "Fechar todos", - "compareWithSaved": "Comparar com o salvo", - "close": "Fechar", - "closeOthers": "Fechar Outros" + "dirtyCounter": "{0} nĆ£o salvos" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 5564dee7ae..9c9160853b 100644 --- a/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 0916a5a4f5..34591bde0c 100644 --- a/i18n/ptb/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "Visualização Html", - "devtools.webview": "Desenvolvedor: Ferramentas Webview" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "Visualização Html" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/ptb/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index 8df4c48f58..16ecab0bb7 100644 --- a/i18n/ptb/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "Entrada invĆ”lida do editor." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..dd4397eb41 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "Desenvolvedor" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/ptb/src/vs/workbench/parts/html/browser/webview.i18n.json index 2ef4463deb..3b7758bd36 100644 --- a/i18n/ptb/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/ptb/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..8ce1275427 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "Focalizar Ferramenta de Pesquisa", + "refreshWebviewLabel": "Recarregar Webviews" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..f7dbd73fdb --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "O idioma da interface do usuĆ”rio a ser usada.", + "vscode.extension.contributes.localizations": "Contribui localizaƧƵes ao editor", + "vscode.extension.contributes.localizations.languageId": "Id do idioma em que as strings de exibição estĆ£o traduzidas.", + "vscode.extension.contributes.localizations.languageName": "Nome do idioma em InglĆŖs.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Nome do idioma no idioma de contribuição.", + "vscode.extension.contributes.localizations.translations": "Lista de traduƧƵes associadas ao idioma.", + "vscode.extension.contributes.localizations.translations.id": "Id do VS Code ou ExtensĆ£o para o qual essa tradução teve contribuição. Id do VS Code Ć© sempre `vscode` e da extensĆ£o deve ser no formato `publisherId.extensionName`.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Id deve ser `vscode` ou no formato `publisherId.extensionName` para traduzir VS code ou uma extensĆ£o, respectivamente.", + "vscode.extension.contributes.localizations.translations.path": "Um caminho relativo para um arquivo contendo traduƧƵes para o idioma." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..0549ae56a6 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "Configurar Idioma", + "displayLanguage": "Define o idioma de exibição do VSCode.", + "doc": "Veja {0} para obter uma lista dos idiomas suportados.", + "restart": "Modificar o valor requer reinicialização do VSCode.", + "fail.createSettings": "NĆ£o foi possĆ­vel criar '{0}' ({1})." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..e638ad0e33 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Log (Principal)", + "sharedLog": "Log (Compartilhado)", + "rendererLog": "Log (Janela)", + "extensionsLog": "Log (Host de ExtensĆ£o)", + "developer": "Desenvolvedor" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..4383234b63 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "Abrir Pasta de Logs", + "showLogs": "Exibir Logs...", + "rendererProcess": "Janela ({0})", + "emptyWindow": "Janela", + "extensionHost": "Host de ExtensĆ£o", + "sharedProcess": "Compartilhado", + "mainProcess": "Principal", + "selectProcess": "Selecione o Log para o processo", + "openLogFile": "Abrir Arquivo de Log...", + "setLogLevel": "Definir NĆ­vel de Log...", + "trace": "Rastreamento", + "debug": "Depurar", + "info": "InformaƧƵes", + "warn": "Aviso", + "err": "Erro", + "critical": "CrĆ­tico", + "off": "Desligado", + "selectLogLevel": "Selecione o nĆ­vel de log", + "default and current": "PadrĆ£o & Atual", + "default": "Valor padrĆ£o", + "current": "Atual" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/ptb/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 62c14983ac..1627b38ecd 100644 --- a/i18n/ptb/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Problemas", "tooltip.1": "1 problema neste arquivo", "tooltip.N": "{0} problemas neste arquivo", diff --git a/i18n/ptb/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/ptb/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 9daea31f4a..0365469cb3 100644 --- a/i18n/ptb/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Total {0} Problemas", "filteredProblems": "Mostrando {0} de {1} Problemas" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/ptb/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..0365469cb3 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Total {0} Problemas", + "filteredProblems": "Mostrando {0} de {1} Problemas" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/ptb/src/vs/workbench/parts/markers/common/messages.i18n.json index ad1f8b439c..9d8395fd6c 100644 --- a/i18n/ptb/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "Exibir", - "problems.view.toggle.label": "Alternar Problemas", - "problems.view.focus.label": "Problemas de foco", + "problems.view.toggle.label": "Esconder/exibir Problemas (Erros, Avisos, Infos)", + "problems.view.focus.label": "Focar Problemas (Erros, Avisos, Infos)", "problems.panel.configuration.title": "Visualização de Problemas", "problems.panel.configuration.autoreveal": "Controla se a visaulização de problemas evela os arquivos automaticamente ao abri-los", "markers.panel.title.problems": "Problemas", diff --git a/i18n/ptb/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/ptb/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 8ef2eb6028..ce6b29b6a9 100644 --- a/i18n/ptb/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "Copiar", "copyMarkerMessage": "Mensagem de cópia" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index d232299820..e15283bbc8 100644 --- a/i18n/ptb/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index e36bdadf4e..5474742520 100644 --- a/i18n/ptb/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/output/browser/outputActions.i18n.json index 00bca0dc30..fa7fc88d28 100644 --- a/i18n/ptb/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "Alternar SaĆ­da", "clearOutput": "Limpar saĆ­da", "toggleOutputScrollLock": "Alternar Scroll Lock de SaĆ­da", diff --git a/i18n/ptb/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/ptb/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index ec28fd7b2a..979340da5c 100644 --- a/i18n/ptb/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, Painel de saĆ­da", "outputPanelAriaLabel": "Painel de saĆ­da" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/ptb/src/vs/workbench/parts/output/common/output.i18n.json index a083a6e7d9..7a70cdfef7 100644 --- a/i18n/ptb/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..7ea3aff3df --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "SaĆ­da", + "logViewer": "Visualizador do Log", + "viewCategory": "Exibir", + "clearOutput.label": "Limpar saĆ­da" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/ptb/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..fa84730033 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - SaĆ­da", + "channel": "Canal de saĆ­da para '{0}'" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index 886f4120ac..d781b13ddb 100644 --- a/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index 886f4120ac..39003452ae 100644 --- a/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "Perfis criados com sucesso.", "prof.detail": "Por favor, crie um problema e anexe manualmente os seguintes arquivos:\n{0}", "prof.restartAndFileIssue": "Criar Problema e Reiniciar", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 63c74c1505..2a43583b88 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "Pressione a combinação de teclas desejada e pressione ENTER.", "defineKeybinding.chordsTo": "Acorde para" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index 4027814e08..806042a3da 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "Atalhos de Teclado", "SearchKeybindings.AriaLabel": "Pesquisar keybindings", "SearchKeybindings.Placeholder": "Pesquisar keybindings", @@ -15,9 +17,9 @@ "addLabel": "Adicionar Keybinding", "removeLabel": "Remover Keybinding", "resetLabel": "Redefinir Keybinding", - "showConflictsLabel": "Mostrar Conflitos", + "showSameKeybindings": "Mostras as Mesmas Keybindings", "copyLabel": "Copiar", - "error": "Erro '{0}' enquanto edita keybinding. Por favor, abra o arquivo 'keybindings.json' e verifique.", + "copyCommandLabel": "Copiar Comando", "command": "Comando", "keybinding": "KeyBinding", "source": "Fonte", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 612db32643..559912d09e 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "Definir Keybinding", "defineKeybinding.kbLayoutErrorMessage": "VocĆŖ nĆ£o serĆ” capaz de produzir esta combinação de teclas sob seu layout de teclado atual.", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}** para o seu layout de teclado atual (**{1}** para US padrĆ£o).", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index 40e6d0841d..c398818112 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index 50c13e9125..50c7b55dd6 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "Abrir ConfiguraƧƵes PadrĆ£o Raw", "openGlobalSettings": "Abra as ConfiguraƧƵes de UsuĆ”rio", "openGlobalKeybindings": "Abrir Atalhos de Teclado", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 49fd2fe9bd..4c03228269 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "ConfiguraƧƵes PadrĆ£o", "SearchSettingsWidget.AriaLabel": "ConfiguraƧƵes de Pesquisa", "SearchSettingsWidget.Placeholder": "ConfiguraƧƵes de Pesquisa", "noSettingsFound": "Nenhum resultado", - "oneSettingFound": "1 Configuração correspondente", - "settingsFound": "{0} ConfiguraƧƵes correspondentes", + "oneSettingFound": "1 Configuração Encontrada", + "settingsFound": "{0} ConfiguraƧƵes Encontradas", "totalSettingsMessage": "Total {0} ConfiguraƧƵes", + "nlpResult": "Resultados da Linguagem Natural", + "filterResult": "Resultados Filtrados", "defaultSettings": "ConfiguraƧƵes PadrĆ£o", "defaultFolderSettings": "Configuração PadrĆ£o da Pasta", "defaultEditorReadonly": "Editar no editor do lado direito para substituir os padrƵes.", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index 619b08fd93..2353c8b642 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Coloque as suas configuraƧƵes aqui para substituir as configuraƧƵes padrĆ£o.", "emptyWorkspaceSettingsHeader": "Coloque as suas configuraƧƵes aqui para substituir as configuraƧƵes de usuĆ”rio.", "emptyFolderSettingsHeader": "Coloque as suas configuraƧƵes de pasta aqui para substituir aqueles das configuraƧƵes do espaƧo de trabalho.", + "reportSettingsSearchIssue": "Reportar Problema", + "newExtensionLabel": "Mostrar ExtensĆ£o \"{0}\"", "editTtile": "Editar", "replaceDefaultValue": "Substituir nas ConfiguraƧƵes", "copyDefaultValue": "Copiar para ConfiguraƧƵes", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index 1ad51b7cac..75b33044bd 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Abrir uma pasta primeiro para criar configuraƧƵes de espaƧo de trabalho", "emptyKeybindingsHeader": "Coloque suas chaves de ligaƧƵes neste arquivo para substituir os padrƵes", "defaultKeybindings": "Keybindings PadrĆ£o", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index 800b9bf18e..73fc321fbf 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "Tente a busca de linguagem natural!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "Coloque suas configuraƧƵes no editor do lado direito para substituir.", "noSettingsFound": "NĆ£o hĆ” configuraƧƵes encontradas.", "settingsSwitcherBarAriaLabel": "Chave de ConfiguraƧƵes", "userSettings": "ConfiguraƧƵes de UsuĆ”rio", "workspaceSettings": "ConfiguraƧƵes de EspaƧo de Trabalho", - "folderSettings": "ConfiguraƧƵes da Pasta", - "enableFuzzySearch": "Habilitar busca de linguagem natural" + "folderSettings": "ConfiguraƧƵes da Pasta" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 68e05e00da..4710b0d7ac 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "Valor padrĆ£o", "user": "UsuĆ”rio", "meta": "meta", diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/common/preferences.i18n.json index c78e6919bc..b583e105a9 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "ConfiguraƧƵes de UsuĆ”rio", "workspaceSettingsTarget": "ConfiguraƧƵes de EspaƧo de Trabalho" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 9f80cd79e8..ccf5f19947 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "Comumente Utilizado", - "mostRelevant": "Mais Relevante", "defaultKeybindingsHeader": "Substituir as chaves de ligaƧƵes, colocando-os em seu arquivo de chave ligaƧƵes." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index 40e6d0841d..8b3d58851e 100644 --- a/i18n/ptb/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "Editor de PreferĆŖncias PadrĆ£o", "keybindingsEditor": "Editor de Keybindings", "preferences": "PreferĆŖncias" diff --git a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index e45b8e421e..545d13d660 100644 --- a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "Mostrar todos os comandos", "clearCommandHistory": "Limpar o Histórico de Comandos", "showCommands.label": "Paleta de comandos...", "entryAriaLabelWithKey": "{0}, {1}, comandos", "entryAriaLabel": "{0}, comandos", - "canNotRun": "O comando '{0}' nĆ£o pode ser executado a partir daqui.", "actionNotEnabled": "O comando '{0}' nĆ£o estĆ” habilitado no contexto atual.", + "canNotRun": "Comando '{0}' resultou em um erro.", "recentlyUsed": "usados recentemente", "morecCommands": "outros comandos", "cat.title": "{0}: {1}", diff --git a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index 3f922e6dec..96472e4a72 100644 --- a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "Ir para linha...", "gotoLineLabelEmptyWithLimit": "Digite um nĆŗmero de linha entre 1 e {0} para navegar para lĆ”", "gotoLineLabelEmpty": "Digite um nĆŗmero de linha para navegar para lĆ”", diff --git a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 5e56bdc589..ce638f738a 100644 --- a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "Ir para o SĆ­mbolo no Arquivo...", "symbols": "sĆ­mbolos ({0})", "method": "mĆ©todos ({0})", diff --git a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 0a2fc637f7..ffb688437f 100644 --- a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, ajuda do seletor", "globalCommands": "comandos globais", "editorCommands": "comandos do editor" diff --git a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index e3c6204b60..57995c6543 100644 --- a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "Exibir", "commandsHandlerDescriptionDefault": "Exibir e executar comandos", "gotoLineDescriptionMac": "Ir para linha", "gotoLineDescriptionWin": "Ir para linha", diff --git a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 3880435479..2352f6f560 100644 --- a/i18n/ptb/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, visualizar seletor", "views": "Modos de exibição", "panels": "PainĆ©is", diff --git a/i18n/ptb/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index edae0f0f0b..c07715a03e 100644 --- a/i18n/ptb/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "Uma configuração que requer uma reinicialização foi alterada.", "relaunchSettingDetail": "Pressione o botĆ£o de reinicialização para reiniciar {0} e habilitar a configuração.", "restart": "&&Reiniciar" diff --git a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index 2ab571fe33..d7eb4d0db9 100644 --- a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0} de {1} mudanƧas", "change": "{0} de {1} mudanƧa", "show previous change": "Mostrar a Alteração Anterior", "show next change": "Mostrar a Próxima Alteração", + "move to previous change": "Ir para a Alteração Anterior", + "move to next change": "Ir para a Próxima Alteração", "editorGutterModifiedBackground": "Cor de fundo da dobra do editor para as linhas que estĆ£o modificadas.", "editorGutterAddedBackground": "Cor de fundo da dobra do editor para as linhas que estĆ£o adicionadas.", "editorGutterDeletedBackground": "Cor de fundo da dobra do editor para as linhas que estĆ£o excluĆ­das.", diff --git a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 117ddc11b0..cf8bfb0038 100644 --- a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Mostrar Git", "source control": "Controle de código-fonte", "toggleSCMViewlet": "Mostrar SCM", - "view": "Exibir" + "view": "Exibir", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "Se deverĆ” sempre mostrar a seção Provedor de Controle de Código Fonte.", + "diffDecorations": "Controla decoraƧƵes do diff no editor.", + "diffGutterWidth": "Controla a largura(px) das decoraƧƵes diff no gutter (adicionada e modificada)." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index 7846e2b872..e33112cb82 100644 --- a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} alteraƧƵes pendentes" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 5b93869e8d..3beb8c4209 100644 --- a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index fc4f8f9031..e5bdc88825 100644 --- a/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "Provedores de Controle de Código Fonte", "hideRepository": "Ocultar", "installAdditionalSCMProviders": "Instalar provedores de SCM adicionais...", diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 8d52351151..3a940508dc 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "resultados do arquivo e sĆ­mbolo", "fileResults": "resultados do arquivo" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 016a91f2c3..ad5391a580 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, seletor de arquivo", "searchResults": "resultados da pesquisa" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index ede0a0c718..813da8e058 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, selecionador de sĆ­mbolos", "symbols": "resultados de sĆ­mbolo", "noSymbolsMatching": "NĆ£o hĆ” sĆ­mbolos correspondentes", diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 17f6fb93d5..952f8a4787 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "entrada", "useExcludesAndIgnoreFilesDescription": "Usar excluir configuraƧƵes e ignorar arquivos" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 05d7f4e4cd..a6f08600da 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Substituir Preview)" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index b7b7494e9e..25c62d3879 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/searchActions.i18n.json index 34ded87a26..6628b45deb 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "Mostrar a Próxima Busca Incluindo PadrƵes", "previousSearchIncludePattern": "Mostrar a Busca Anterior Incluindo PadrƵes", "nextSearchExcludePattern": "Mostrar a Próxima Busca Excluindo PadrƵes", @@ -12,12 +14,11 @@ "previousSearchTerm": "Mostrar Termo de Pesquisa Anterior", "showSearchViewlet": "Mostrar Busca", "findInFiles": "Localizar nos Arquivos", - "findInFilesWithSelectedText": "Localizar nos Arquivos Com o Texto Selecionado", "replaceInFiles": "Substituir nos Arquivos", - "replaceInFilesWithSelectedText": "Substituir nos Arquivos Com o Texto Selecionado", "RefreshAction.label": "Atualizar", "CollapseDeepestExpandedLevelAction.label": "Recolher tudo", "ClearSearchResultsAction.label": "Limpar", + "CancelSearchAction.label": "Cancelar Pesquisa", "FocusNextSearchResult.label": "Focalizar o Próximo Resultado da Pesquisa", "FocusPreviousSearchResult.label": "Focalizar o Resultado da Pesquisa Anterior", "RemoveAction.label": "Ignorar", diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 7cc06d0ea2..95ca70741e 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "Outros arquivos", "searchFileMatches": "{0} arquivos encontrados", "searchFileMatch": "arquivo {0} encontrado", diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..213f9b1949 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,50 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "Alternar Detalhes da Pesquisa", + "searchScope.includes": "arquivos a serem incluĆ­dos", + "label.includes": "Pesquisa PadrƵes de InclusĆ£o", + "searchScope.excludes": "arquivos a serem excluĆ­dos", + "label.excludes": "Pesquisa de PadrƵes de ExclusĆ£o", + "replaceAll.confirmation.title": "Substituir Tudo", + "replaceAll.confirm.button": "&&Substituir", + "replaceAll.occurrence.file.message": "SubstituĆ­da {0} ocorrĆŖncia no arquivo {1} com '{2}'.", + "removeAll.occurrence.file.message": "SubstituĆ­da {0} ocorrĆŖncia no arquivo {1}'.", + "replaceAll.occurrence.files.message": "SubstituĆ­da {0} ocorrĆŖncia no arquivo {1} com '{2}'.", + "removeAll.occurrence.files.message": "SubstituĆ­da {0} ocorrĆŖncia nos arquivos {1}", + "replaceAll.occurrences.file.message": "SubstituĆ­das {0} ocorrĆŖncias no arquivo {1} com '{2}'.", + "removeAll.occurrences.file.message": "SubstituĆ­das {0} ocorrĆŖncias nos arquivo {1}.", + "replaceAll.occurrences.files.message": "SubstituĆ­das {0} ocorrĆŖncias nos arquivos {1} com '{2}'.", + "removeAll.occurrences.files.message": "SubstituĆ­das {0} ocorrĆŖncias nos arquivos {1}.", + "removeAll.occurrence.file.confirmation.message": "Substituir {0} ocorrĆŖncias no arquivo {1} com '{2}'?", + "replaceAll.occurrence.file.confirmation.message": "Substituir {0} ocorrĆŖncia no arquivo {1}?", + "removeAll.occurrence.files.confirmation.message": "Substituir {0} ocorrĆŖncia nos arquivos {1} com '{2}'?", + "replaceAll.occurrence.files.confirmation.message": "Substituir {0} ocorrĆŖncia nos arquivos {1}?", + "removeAll.occurrences.file.confirmation.message": "Substituir {0} ocorrĆŖncias no arquivo {1} com '{2}'?", + "replaceAll.occurrences.file.confirmation.message": "Substituir {0} ocorrĆŖncias no arquivo {1}?", + "removeAll.occurrences.files.confirmation.message": "Substituir {0} ocorrĆŖncias nos arquivos {1} com '{2}'?", + "replaceAll.occurrences.files.confirmation.message": "Substituir {0} ocorrĆŖncias nos arquivos {1}?", + "treeAriaLabel": "Resultados da Pesquisa", + "searchMaxResultsWarning": "O conjunto de resultados contĆ©m apenas um subconjunto de todas as correspondĆŖncias. Seja mais especĆ­fico na sua pesquisa para diminuir o nĆŗmero de resultados.", + "searchCanceled": "Pesquisa foi cancelada antes de qualquer resultado ser encontrado - ", + "noResultsIncludesExcludes": "Nenhum resultado encontrado em '{0}' excluindo '{1}' - ", + "noResultsIncludes": "Nenhum resultado encontrado em '{0}' -", + "noResultsExcludes": "Nenhum resultado encontrado excluindo '{0}' -", + "noResultsFound": "Nenhum resultado encontrado. Revise suas configuraƧƵes para exclusƵes configuradas e arquivos ignorados - ", + "rerunSearch.message": "Pesquisar novamente", + "rerunSearchInAll.message": "Pesquisar novamente em todos os arquivos", + "openSettings.message": "Abrir configuraƧƵes", + "openSettings.learnMore": "Saiba Mais", + "ariaSearchResultsStatus": "Pesquisa retornou {0} resultados em {1} arquivos", + "search.file.result": "{0} resultado no arquivo {1}", + "search.files.result": "{0} resultado nos arquivos {1}", + "search.file.results": "{0} resultados no arquivo {1}", + "search.files.results": "{0} resultados nos arquivos {1}", + "searchWithoutFolder": "VocĆŖ ainda nĆ£o abriu uma pasta. Somente arquivos abertos sĆ£o pesquisados - ", + "openFolder": "Abrir Pasta" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index ea69bd497f..f87abccd93 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "Alternar Detalhes da Pesquisa", "searchScope.includes": "arquivos a serem incluĆ­dos", "label.includes": "Pesquisa PadrƵes de InclusĆ£o", diff --git a/i18n/ptb/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 7921bba260..e5988a485f 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Substituir Todos (Submeter Pesquisa para Habilitar)", "search.action.replaceAll.enabled.label": "Substituir Tudo", "search.replace.toggle.button.title": "Alternar Substituir", diff --git a/i18n/ptb/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index c16ba8d7ba..e6bf611c3c 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Nenhuma pasta no espaƧo de trabalho com o nome: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index b7b7494e9e..0409b4e23a 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "Procurar na pasta...", + "findInWorkspace": "ProcurarĀ no EspaƧo de Trabalho...", "showTriggerActions": "Ir para SĆ­mbolo no EspaƧo de Trabalho...", "name": "Pesquisar", "search": "Pesquisar", + "showSearchViewl": "Mostrar Busca", "view": "Exibir", + "findInFiles": "Localizar nos Arquivos", "openAnythingHandlerDescription": "Ir para o Arquivo", "openSymbolDescriptionNormal": "Ir para o SĆ­mbolo em Ɓrea de Trabalho", - "searchOutputChannelTitle": "Pesquisar", "searchConfigurationTitle": "Pesquisar", "exclude": "Configure os padrƵes glob para excluir arquivos e pastas nas pesquisas. Herda todos os padrƵes glob da configuração files.exclude.", "exclude.boolean": "O padrĆ£o glob com o qual combinar os caminhos de arquivo. Defina para verdadeiro ou falso para habilitar ou desabilitar o padrĆ£o.", @@ -18,5 +23,6 @@ "useRipgrep": "Controla se utiliza ripgrep em buscas de texto e de arquivo", "useIgnoreFiles": "Controla se utiliza arquivos .gitignore e .ignore por padrĆ£o ao fazer pesquisas de arquivos.", "search.quickOpen.includeSymbols": "Configurar para incluir resultados de uma pesquisa sĆ­mbolo global nos resultados do arquivo para Abertura RĆ”pida.", - "search.followSymlinks": "Controla quando seguir symlinks ao realizar uma busca." + "search.followSymlinks": "Controla quando seguir symlinks ao realizar uma busca.", + "search.smartCase": "Faz pesquisas do tipo case-insensitive se o termo for totalmente minĆŗsculo, caso contrĆ”rio, faz pesquisas do tipo case-sensitive." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index a25c73a96f..5827fc9591 100644 --- a/i18n/ptb/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index b98cf8d093..78a740ab52 100644 --- a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..4ba2ce9877 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(global)", + "global.1": "({0})", + "new.global": "Novo Arquivo de Trechos de Código Global...", + "group.global": "Trechos de código existentes", + "new.global.sep": "Novos Trechos de Código", + "openSnippet.pickLanguage": "Selecionar Arquivo de Trechos de Código ou Criar Trechos de Código", + "openSnippet.label": "Configurar Trechos de Código do UsuĆ”rio", + "preferences": "PreferĆŖncias" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index d0ebe51ea9..16e4b5f4bd 100644 --- a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "Inserir trecho de código", "sep.userSnippet": "Trecho de código do usuĆ”rio", "sep.extSnippet": "Trechos de Código de ExtensĆ£o" diff --git a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index b9823c384a..2d7c06592c 100644 --- a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "Selecionar Idioma para o Trecho", - "openSnippet.errorOnCreate": "NĆ£o Ć© possĆ­vel criar {0}", - "openSnippet.label": "Abrir trechos de código do usuĆ”rio", - "preferences": "PreferĆŖncias", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "Trecho de código vazio", "snippetSchema.json": "Configuração do trecho do usuĆ”rio", "snippetSchema.json.prefix": "O prefixo usado ao selecionar o trecho no intelliSense", "snippetSchema.json.body": "O conteĆŗdo do trecho. Use '$1', '${1:defaultText}' para definir as posiƧƵes do cursor, use '$0' para a posição final do cursor. Insira valores de variĆ”veis com '${varName}' e '${varName:defaultText}', por exemplo ' Este Ć© o arquivo: $TM_FILENAME'.", - "snippetSchema.json.description": "A descrição do trecho." + "snippetSchema.json.description": "A descrição do trecho.", + "snippetSchema.json.scope": "Uma lista de nomes de linguagem para a qual este trecho de código aplica-se, por exemplo 'typescript,javascript'." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..011a2f4c39 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "Trecho de Código Global do UsuĆ”rio", + "source.snippet": "Trecho de código do usuĆ”rio" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index a2c0fbab96..18e5338cc3 100644 --- a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "Linguagem desconhecida em `contributes.{0}.language`. Valor fornecido: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "Esperada uma string em `contributes.{0}.path`. Valor informado: {1}", + "invalid.language.0": "Quando a linguagem for omitida, o valor de `contributes.{0}.path` deve ser um arquivo-`.code-snippets`. Valor definido: {1}", + "invalid.language": "Linguagem desconhecida em `contributes.{0}.language`. Valor fornecido: {1}", "invalid.path.1": "Ɖ esperado que `contributes.{0}.path` ({1}) seja incluĆ­do na pasta da extensĆ£o ({2}). Isto pode tornar a extensĆ£o nĆ£o portĆ”vel.", "vscode.extension.contributes.snippets": "Contribui aos trechos de código.", "vscode.extension.contributes.snippets-language": "Identificador de linguagem para o qual este trecho de código contribui.", "vscode.extension.contributes.snippets-path": "Caminho do arquivo de trechos de código. O caminho Ć© relativo Ć  pasta de extensĆ£o e normalmente comeƧa com '. /snippets/'.", "badVariableUse": "Um ou mais trechos da extensĆ£o '{0}' provavelmente se confundem com trechos de código de variĆ”veis e trechos de código de espaƧos reservados (veja https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax para mais detalhes)", "badFile": "O arquivo de trechos \"{0}\" nĆ£o pĆ“de ser lido.", - "source.snippet": "Trecho de código do usuĆ”rio", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index adfb9a4190..3e87f1397d 100644 --- a/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "Inserir trechos de código quando seu prefixo corresponder. Funciona melhor quando 'quickSuggestions' nĆ£o estĆ” habilitado." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index b16fc8446a..4c2904ecab 100644 --- a/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "Nos ajude a melhorar o nosso apoio para {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "Responda a uma pesquisa curta", "remindLater": "Lembrar mais tarde", - "neverAgain": "NĆ£o mostrar novamente" + "neverAgain": "NĆ£o mostrar novamente", + "helpUs": "Nos ajude a melhorar o nosso apoio para {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 1ec18c632a..bfc5d2fe58 100644 --- a/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "VocĆŖ deseja responder a uma pequena pesquisa?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "Responder a pesquisa", "remindLater": "Lembrar mais tarde", - "neverAgain": "NĆ£o mostrar novamente" + "neverAgain": "NĆ£o mostrar novamente", + "surveyQuestion": "VocĆŖ deseja responder a uma pequena pesquisa?" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index ccd588d452..7026188c27 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 577ba18cca..b38112e498 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, tarefas", "recentlyUsed": "tarefas recentemente utilizadas", "configured": "tarefas configuradas", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index 4009d3b815..be9bbe5ace 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index 6b4d613438..c05987d47c 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "Digite o nome de uma tarefa para executar", "noTasksMatching": "NĆ£o hĆ” tarefas correspondentes", "noTasksFound": "NĆ£o hĆ” tarefas encontradas" diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 9c5ee4b4b5..0d8e0b0326 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 07d53a8ee3..41913c7db8 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..45f3b95c0a --- /dev/null +++ b/i18n/ptb/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "A propriedade loop só Ć© suportada na Ćŗltima linha correspondente.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "O padrĆ£o de problema Ć© invĆ”lido. O tipo de propriedade deve ser informado somente no primeiro elemento.", + "ProblemPatternParser.problemPattern.missingRegExp": "EstĆ” faltando uma expressĆ£o regular a problema padrĆ£o.", + "ProblemPatternParser.problemPattern.missingProperty": "O padrĆ£o de problema Ć© invĆ”lido. Ele deve ter ao menos um arquivo e uma mensagem. ", + "ProblemPatternParser.problemPattern.missingLocation": "O padrĆ£o de problema Ć© invĆ”lido. Ele deve ter ao menos um tipo: \"arquivo\", uma linha ou um grupo de correspondĆŖncia de localização. ", + "ProblemPatternParser.invalidRegexp": "Erro: a cadeia de caracteres {0} nĆ£o Ć© uma expressĆ£o regular vĆ”lida. ", + "ProblemPatternSchema.regexp": "A expressĆ£o regular para procurar um erro, aviso ou informação na saĆ­da.", + "ProblemPatternSchema.kind": "Se o padrĆ£o corresponde a uma localização (arquivo e linha) ou somente um arquivo.", + "ProblemPatternSchema.file": "O Ć­ndice do grupo de correspondĆŖncia do arquivo. Se omitido, serĆ” usado 1.", + "ProblemPatternSchema.location": "O Ć­ndice de grupo de correspondĆŖncia da localização do problema. PadrƵes de localização vĆ”lidos sĆ£o: (linha), (linha, coluna) e (startLine, startColumn, endLine, endColumn). Se omitido (linha, coluna) Ć© assumido.", + "ProblemPatternSchema.line": "O Ć­ndice de grupo de correspondĆŖncia da linha do problema. O padrĆ£o Ć© 2", + "ProblemPatternSchema.column": "O Ć­ndice de grupo de correspondĆŖncia de caractere da linha do problema. O padrĆ£o Ć© 3", + "ProblemPatternSchema.endLine": "O Ć­ndice de grupo de correspondĆŖncia de linha final do problema. O padrĆ£o Ć© indefinido", + "ProblemPatternSchema.endColumn": "O Ć­ndice de grupo de correspondĆŖncia de carĆ”ter final de linha do problema. O padrĆ£o Ć© indefinido", + "ProblemPatternSchema.severity": "O Ć­ndice de grupo de correspondĆŖncia da gravidade do problema. O padrĆ£o Ć© indefinido", + "ProblemPatternSchema.code": "O Ć­ndice de grupo de correspondĆŖncia do código do problema. O padrĆ£o Ć© indefinido", + "ProblemPatternSchema.message": "O Ć­ndice de grupo de correspondĆŖncia da mensagem. Se omitido o padrĆ£o Ć© 4 se o local for especificado. Caso contrĆ”rio o padrĆ£o Ć© 5.", + "ProblemPatternSchema.loop": "Em um loop de correspondĆŖncia multi linha indica se este padrĆ£o Ć© executado em um loop enquanto houver correspondĆŖncias. Somente pode ser especificado no Ćŗltimo padrĆ£o em um padrĆ£o de linha mĆŗltiplas.", + "NamedProblemPatternSchema.name": "O nome do modelo de problema.", + "NamedMultiLineProblemPatternSchema.name": "O nome do modelo de problema multi-linhas.", + "NamedMultiLineProblemPatternSchema.patterns": "Os padrƵes atuais.", + "ProblemPatternExtPoint": "Contribui aos modelos de problema", + "ProblemPatternRegistry.error": "Modelo de problema invĆ”lido. O modelo serĆ” ignorado.", + "ProblemMatcherParser.noProblemMatcher": "Erro: a descrição nĆ£o pode ser convertida em uma correspondĆŖncia de problema:\n{0}\n\n", + "ProblemMatcherParser.noProblemPattern": "Erro: a descrição nao define um padrĆ£o de problema vĆ”lido: {0}\n", + "ProblemMatcherParser.noOwner": "Erro: a descriƧao nĆ£o define um proprietĆ”rio:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "Erro: a descrição nĆ£o define uma localização de arquivo:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "Info: severidade {0} desconhecida. Valores vĆ”lidos sĆ£o erro, aviso e info.\n", + "ProblemMatcherParser.noDefinedPatter": "Erro: o padrĆ£o com o identificador {0} nĆ£o existe.", + "ProblemMatcherParser.noIdentifier": "Erro: a propriedade padrĆ£o se refere a um identificador vazio.", + "ProblemMatcherParser.noValidIdentifier": "Erro: a propriedade padrĆ£o {0} nĆ£o Ć© uma variĆ”vel de padrƵes vĆ”lida.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "Um problema de correspondĆŖncia deve obrigatoriamente definir padrĆ£o inicial e um padrĆ£o final para monitoramento.", + "ProblemMatcherParser.invalidRegexp": "Erro: a cadeia de caracteres {0} nĆ£o Ć© uma expressĆ£o regular vĆ”lida. ", + "WatchingPatternSchema.regexp": "A expressĆ£o regular para detectar o inĆ­cio ou o fim de uma tarefa em segundo plano.", + "WatchingPatternSchema.file": "O Ć­ndice do grupo de correspondĆŖncia do arquivo. Pode ser omitido.", + "PatternTypeSchema.name": "O nome de um padrĆ£o prĆ©-definido ou contribuĆ­do.", + "PatternTypeSchema.description": "Um padrĆ£o de problema ou o nome de um padrĆ£o de problema prĆ©-definido ou contribuĆ­do. Pode ser omitido se base for especificada.", + "ProblemMatcherSchema.base": "O nome de uma correspondĆŖncia de problema base a ser utilizado.", + "ProblemMatcherSchema.owner": "O proprietĆ”rio de um problema dentro do código. Pode ser omitido se base for especificada. Default para 'externo' se omitido e base nĆ£o for especificada.", + "ProblemMatcherSchema.severity": "A severidade padrĆ£o para captura de problemas. Ɖ utilizada se o padrĆ£o nĆ£o definir um grupo correspondente para severidade.", + "ProblemMatcherSchema.applyTo": "Controla se um problema reportado em um documento de texto Ć© aplicado somente para aberto, fechado ou todos os documentos.", + "ProblemMatcherSchema.fileLocation": "Define como os nomes de arquivos reportados em um padrĆ£o de problema devem ser interpretados.", + "ProblemMatcherSchema.background": "PadrƵes para monitorar o inĆ­cio e o tĆ©rmino de um pesquisador ativo em uma tarefa em segundo plano.", + "ProblemMatcherSchema.background.activeOnStart": "Se configurado para verdadeiro, o monitor em segundo plano estĆ” em modo ativo quando a tarefa inicia. Isto Ć© igual a emissĆ£o de uma linha que corresponde ao beginPattern", + "ProblemMatcherSchema.background.beginsPattern": "Se houver correspondĆŖncia na saĆ­da o inĆ­cio de uma tarefa em segundo plano Ć© sinalizada.", + "ProblemMatcherSchema.background.endsPattern": "Se houver correspondĆŖncia na saĆ­da o final de uma tarefa em segundo plano Ć© sinalizada.", + "ProblemMatcherSchema.watching.deprecated": "A propriedade watching foi descontinuada. Use background no lugar dela.", + "ProblemMatcherSchema.watching": "PadrƵes para monitorar o inĆ­cio e o tĆ©rmino de um pesquisador observando.", + "ProblemMatcherSchema.watching.activeOnStart": "Se configurado para verdadeiro, o monitoramento estĆ” em modo ativo quando a tarefa inicia. Isto Ć© igual a emissĆ£o de uma linha que corresponde ao beginPattern", + "ProblemMatcherSchema.watching.beginsPattern": "Se houver correspondĆŖncia na saĆ­da o inĆ­cio de uma tarefa observada Ć© sinalizada.", + "ProblemMatcherSchema.watching.endsPattern": "Se houver correspondĆŖncia na saĆ­da o final de uma tarefa observada Ć© sinalizada.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Esta propriedade estĆ” descontinuada. Ao invĆ©s, use a propriedade de observação.", + "LegacyProblemMatcherSchema.watchedBegin": "Uma expressĆ£o regular sinalizando que uma tarefa observada Ć© ativada atravĆ©s da observação.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Esta propriedade estĆ” descontinuada. Ao invĆ©s, use a propriedade de observação.", + "LegacyProblemMatcherSchema.watchedEnd": "Uma expressĆ£o regular sinalizando que uma tarefa observada terminou a execução.", + "NamedProblemMatcherSchema.name": "O nome do correspondente do problema usado para se referir a ele.", + "NamedProblemMatcherSchema.label": "Um rótulo legĆ­vel para o correspondente do problema.", + "ProblemMatcherExtPoint": "Contribui aos correspondentes de problema", + "msCompile": "Problemas do compilador Microsoft", + "lessCompile": "Menos problemas", + "gulp-tsc": "Problemas do Gulp TSC", + "jshint": "Problemas JSHint", + "jshint-stylish": "Problemas de estilo JSHint", + "eslint-compact": "Problemas compactos ESLint", + "eslint-stylish": "Problemas de estilo ESLint", + "go": "Problemas Go" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index 928e36c4c9..8ab3777c3e 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index de813fbb2c..16d7bd5a02 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "O tipo de tarefa atual", "TaskDefinition.properties": "Propriedades adicionais do tipo de tarefa", "TaskTypeConfiguration.noType": "A propriedade necessĆ”ria 'taskType' estĆ” faltando na configuração do tipo de tarefa ", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 1a1eda3b1f..833d4270e0 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "Executa comando de compilação do .NET Core", "msbuild": "Executa a compilação destino", "externalCommand": "Exemplo para executar um comando externo arbitrĆ”rio", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 4980a7daaa..70a1c9f723 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "OpƧƵes de comando adicionais", "JsonSchema.options.cwd": "O diretório de trabalho atual do programa executado ou do script. Se omitido raiz de espaƧo de trabalho atual do código Ć© usado.", "JsonSchema.options.env": "O ambiente do programa executado ou comando shell. Se omitido o ambiente do processo pai Ć© usado.", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index 46aad8f97e..e5da119bf7 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "NĆŗmero da versĆ£o do config", "JsonSchema._runner": "O runner jĆ” se formou. Use a propriedade runner oficial", "JsonSchema.runner": "Define se a tarefa Ć© executada como um processo e a saĆ­da Ć© mostrada na janela de saĆ­da ou dentro do terminal.", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index ea6d0ced6b..49a7c7f8fe 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "Especifica se o comando Ć© um comando shell ou um programa externo. O padrĆ£o Ć© falso se omitido.", "JsonSchema.tasks.isShellCommand.deprecated": "A propriedade isShellCommand Ć© obsoleta. Use a propriedade type da tarefa e a propriedade shell nas opƧƵes. Veja tambĆ©m as notas de versĆ£o 1.14.", "JsonSchema.tasks.dependsOn.string": "Outra tarefa da qual esta tarefa depende.", @@ -19,10 +21,10 @@ "JsonSchema.tasks.terminal": "A propriedade terminal Ć© obsoleta. Use presentation em seu lugar.", "JsonSchema.tasks.group.kind": "Grupo de execução da tarefa.", "JsonSchema.tasks.group.isDefault": "Define-se essa tarefa Ć© a tarefa do padrĆ£o do grupo.", - "JsonSchema.tasks.group.defaultBuild": "Marca as tarefas como tarefas padrĆ£o de compilação.", - "JsonSchema.tasks.group.defaultTest": "Marca as tarefas como a tarefa de teste padrĆ£o.", - "JsonSchema.tasks.group.build": "Marca as tarefas como uma tarefa de compilação acessĆ­vel atravĆ©s do comando 'Run Build Task'.", - "JsonSchema.tasks.group.test": "Marca as tarefas como uma tarefa de teste acessĆ­vel atravĆ©s do comando 'Run Test Task'.", + "JsonSchema.tasks.group.defaultBuild": "Marca a tarefa como a tarefa de compilação padrĆ£o.", + "JsonSchema.tasks.group.defaultTest": "Marca a tarefa como a tarefa de teste padrĆ£o.", + "JsonSchema.tasks.group.build": "Marca a tarefa como uma tarefa de compilação acessĆ­vel atravĆ©s do comando 'Executar Tarefa de Compilação'.", + "JsonSchema.tasks.group.test": "Marca a tarefa como uma tarefa de teste acessĆ­vel atravĆ©s do comando 'Executar Tarefa de Teste'.", "JsonSchema.tasks.group.none": "Atribui a tarefa para nenhum grupo", "JsonSchema.tasks.group": "Define a que grupo de execução desta tarefa pertence. Suporta \"build\" para adicionĆ”-lo ao grupo de compilação e \"test\" para adicionĆ”-lo ao grupo de teste.", "JsonSchema.tasks.type": "Define quando a tarefa Ć© executada como um processo ou como um comando dentro do shell.", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index 5245837722..49b0d87e0f 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "Tarefas", "ConfigureTaskRunnerAction.label": "Configurar a tarefa", - "CloseMessageAction.label": "Fechar", "problems": "Problemas", "building": "Compilando...", "manyMarkers": "99+", "runningTasks": "Mostrar tarefas em execução", "tasks": "Tarefas", "TaskSystem.noHotSwap": "Alterar o mecanismo de execução da tarefa com uma tarefa ativa executando exige que a janela seja recarregada", + "reloadWindow": "Recarregar Janela", "TaskServer.folderIgnored": "A pasta {0} Ć© ignorada desde que use a versĆ£o de tarefas 0.1.0", "TaskService.noBuildTask1": "Nenhuma tarefa de compilação definida. Marque uma tarefa com 'isBuildCommand' no arquivo tasks.json.", "TaskService.noBuildTask2": "Nenhuma tarefa de compilação definida. Marque uma tarefa como um grupo 'build' no arquivo tasks.json.", @@ -44,9 +46,7 @@ "recentlyUsed": "tarefas recentemente utilizadas", "configured": "tarefas configuradas", "detected": "tarefas detectadas", - "TaskService.ignoredFolder": "As seguintes pastas de espaƧo de trabalho serĆ£o ignoradas, uma vez que eles usam versĆ£o de tarefa 0.1.0: ", "TaskService.notAgain": "NĆ£o mostrar novamente", - "TaskService.ok": "OK", "TaskService.pickRunTask": "Selecione a tarefa a ser executada", "TaslService.noEntryToRun": "Nenhuma tarefa para executar foi encontrada. Configure Tarefas...", "TaskService.fetchingBuildTasks": "Buscando tarefas de compilação...", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 417f3ee968..b4e3f8abcf 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 207ef35291..fe30402e7d 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "Um erro desconhecido ocorreu durante a execução de uma tarefa. Consulte o log de saĆ­da de tarefa para obter detalhes.", "dependencyFailed": "NĆ£o foi possĆ­vel resolver a tarefa dependente '{0}' na pasta de espaƧo de trabalho '{1}'", "TerminalTaskSystem.terminalName": "Tarefa - {0}", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index a4f13c42f7..892fe20a5c 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "Executando gulp..-tarefas-simples nĆ£o listam nenhuma tarefa. VocĆŖ executou a instalação do npm?", "TaskSystemDetector.noJakeTasks": "Executando jake..-tarefas nĆ£o listam nenhuma tarefa. VocĆŖ instalou o npm?", "TaskSystemDetector.noGulpProgram": "Gulp nĆ£o estĆ” instalado no seu sistema. Execute npm install -g gulp para instalĆ”-lo.", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index 72848a8cde..c535fd5d55 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "Um erro desconhecido ocorreu durante a execução de uma tarefa. Consulte o log de saĆ­da de tarefa para obter detalhes.", "TaskRunnerSystem.watchingBuildTaskFinished": "\nTarefas de compilação de monitoramento terminaram.", "TaskRunnerSystem.childProcessError": "Falha ao iniciar o programa externo {0} {1}.", diff --git a/i18n/ptb/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/ptb/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index ae90ef5cf6..d4d06f19fb 100644 --- a/i18n/ptb/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "Aviso: options.cwd deve ser do tipo string. Ignorando valor {0}\n", "ConfigurationParser.noargs": "Erro: Argumentos do comando devem ser uma matriz de strings. Valor informado Ć©:\n{0}", "ConfigurationParser.noShell": "Aviso: A configuração do shell somente Ć© suportada quando estiver executando tarefas no terminal.", diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index 62b6ee547f..4217975bc3 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, seletor de terminal", "termCreateEntryAriaLabel": "{0}, criar novo terminal", "workbench.action.terminal.newplus": "$(plus) criar novo Terminal Integrado", diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index d97a515c6e..5e68eea965 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "Mostrar Todos os Terminais Abertos", "terminal": "Terminal", "terminalIntegratedConfigurationTitle": "Terminal Integrado", @@ -13,21 +15,26 @@ "terminal.integrated.shellArgs.osx": "Os argumentos de linha de comando a serem usados no terminal do OS X.", "terminal.integrated.shell.windows": "O caminho do shell que o terminal utiliza no Windows. Quando estiver usandoĀ shells fornecidos com o Windows (cmd, PowerShell ou Bash no Ubuntu).", "terminal.integrated.shellArgs.windows": "Os argumentos de linha de comando a serem utilizados no terminal do Windows.", - "terminal.integrated.rightClickCopyPaste": "Quando configurado, isto evitarĆ” que o menu de contexto apareƧa quando pressionado o botĆ£o direito do mouse dentro do terminal, em vez disso vai copiar quando hĆ” uma seleção e colar quando nĆ£o hĆ” nenhuma seleção.", + "terminal.integrated.macOptionIsMeta": "Tratar a tecla option como a tecla meta no terminal no macOS.", + "terminal.integrated.copyOnSelection": "Quando ativado, texto selecionado no terminal serĆ” copiado para a Ć”rea de transferĆŖncia.", "terminal.integrated.fontFamily": "Controla a famĆ­lia de fontes do terminal, este padrĆ£o Ć© o valor do editor.fontFamily.", "terminal.integrated.fontSize": "Controla o tamanho da fonte em pixels do terminal.", "terminal.integrated.lineHeight": "Controla a altura da linha do terminal, este nĆŗmero Ć© multiplicado pelo tamanho da fonte do terminal para obter a altura real da linha em pixels.", - "terminal.integrated.enableBold": "Se deseja habilitar o texto em negrito dentro do terminal, note que isso requer o apoio do shell do terminal.", + "terminal.integrated.fontWeight": "A espessura da fonte a usar no terminal para textos nĆ£o-negritos.", + "terminal.integrated.fontWeightBold": "A espessura da fonte a ser usada no terminal para texto em negrito.", "terminal.integrated.cursorBlinking": "Controla se o cursor do terminal pisca.", "terminal.integrated.cursorStyle": "Controla o estilo do cursor do terminal.", "terminal.integrated.scrollback": "Controla a quantidade mĆ”xima de linhas que o terminal mantĆ©m em seu buffer.", "terminal.integrated.setLocaleVariables": "Controla se as variĆ”veis locais sĆ£o definidas na inicialização do terminal, este padrĆ£o Ć© verdadeiro no OS X e falso em outras plataformas.", + "terminal.integrated.rightClickBehavior": "Controla como o terminal reage ao clique com o botĆ£o da direita. Possibilidades sĆ£o 'padrĆ£o', 'copiareColar' e 'selecionarPalavra'. 'PadrĆ£o' irĆ” mostrar o menu de contexto, 'CopiareColar' irĆ” copiar quando houver algo selecionado, caso contrĆ”rio, irĆ” colar, 'SelecionarPalavra' irĆ” selecionar a palavra debaixo do cursor e mostrar o menu de contexto.", "terminal.integrated.cwd": "Um caminho de inĆ­cio explĆ­cito onde o terminal serĆ” lanƧado, isso Ć© usado como o diretório de trabalho atual (cwd) para o processo shell. Isto pode ser particularmente Ćŗtil em configuraƧƵes de espaƧo de trabalho se o diretório raiz nĆ£o Ć© um cwd conveniente.", "terminal.integrated.confirmOnExit": "Confirmar na saĆ­da se ainda houverem sessƵes de terminal ativas.", + "terminal.integrated.enableBell": "Se o sino do terminal estĆ” habilitado ou nĆ£o.", "terminal.integrated.commandsToSkipShell": "Um conjunto de IDs de comando, cujas combinaƧƵes de teclas nĆ£o serĆ£o enviadas para o shell e sempre serĆ£o tratadas por código. Isto permite o uso de combinaƧƵes de teclas que normalmente seriam consumidas pelo shell para agir da mesma forma quando o terminal nĆ£o Ć© focado, por exemplo ctrl+p para Execução RĆ”pida.", "terminal.integrated.env.osx": "Objeto com variĆ”veis de ambiente que serĆ£o adicionadas ao VS Code e utilizadas pelo terminal no Mac OS X", "terminal.integrated.env.linux": "Objeto com variĆ”veis de ambiente que serĆ£o adicionadas ao VS Code e utilizadas pelo terminal no Linux", "terminal.integrated.env.windows": "Objeto com variĆ”veis de ambiente que serĆ£o adicionadas ao VS Code e utilizadas pelo terminal no Windows", + "terminal.integrated.showExitAlert": "Mostrar alerta 'O processo terminal foi encerrado com código de saĆ­da' quando o código de saĆ­da Ć© diferente de zero.", "terminalCategory": "Terminal", "viewCategory": "Exibir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 2ee45b6deb..3e3ccd862d 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "Alternar Terminal Integrado", "workbench.action.terminal.kill": "Finalizar a InstĆ¢ncia de Terminal Ativa", "workbench.action.terminal.kill.short": "Encerrar Terminal", @@ -12,8 +14,18 @@ "workbench.action.terminal.selectAll": "Selecionar Tudo", "workbench.action.terminal.deleteWordLeft": "Excluir Palavra Ć  Esquerda", "workbench.action.terminal.deleteWordRight": "Excluir Palavra Ć  Direita", + "workbench.action.terminal.moveToLineStart": "Mover Para InĆ­cio da Linha", + "workbench.action.terminal.moveToLineEnd": "Mover Para Fim da Linha", "workbench.action.terminal.new": "Criar Novo Terminal Integrado", "workbench.action.terminal.new.short": "Novo Terminal", + "workbench.action.terminal.newWorkspacePlaceholder": "Selecione o diretório de trabalho atual para novo terminal", + "workbench.action.terminal.newInActiveWorkspace": "Criar Novo Terminal Integrado (No EspaƧo de Trabalho Ativo)", + "workbench.action.terminal.split": "Dividir Terminal", + "workbench.action.terminal.focusPreviousPane": "Focar Painel Anterior", + "workbench.action.terminal.resizePaneLeft": "Redimensionar Painel Ć  Esquerda", + "workbench.action.terminal.resizePaneRight": "Redimensionar Painel Ć  Direita", + "workbench.action.terminal.resizePaneUp": "Redimensionar Painel Superior", + "workbench.action.terminal.resizePaneDown": "Redimensionar Painel Inferior", "workbench.action.terminal.focus": "Focalizar Terminal", "workbench.action.terminal.focusNext": "Focalizar Próximo Terminal", "workbench.action.terminal.focusPrevious": "Focalizar Terminal Anterior", @@ -22,7 +34,7 @@ "workbench.action.terminal.runSelectedText": "Executar Texto Selecionado no Terminal Ativo", "workbench.action.terminal.runActiveFile": "Executar Arquivo Ativo no Terminal Ativo", "workbench.action.terminal.runActiveFile.noFile": "Apenas arquivos em disco podem ser executados no terminal", - "workbench.action.terminal.switchTerminalInstance": "Trocar a instĆ¢ncia de Terminal", + "workbench.action.terminal.switchTerminal": "Alternar Terminal", "workbench.action.terminal.scrollDown": "Rolar para Baixo (Linha)", "workbench.action.terminal.scrollDownPage": "Rolar para Baixo (PĆ”gina)", "workbench.action.terminal.scrollToBottom": "Rolar para baixo", diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index 655ae8902e..33d75befef 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "A cor de fundo do terminal, isso permite colorir o terminal com uma cor diferente do painel.", "terminal.foreground": "A cor de primeiro plano do terminal.", "terminalCursor.foreground": "A cor de primeiro plano do cursor do terminal.", "terminalCursor.background": "A cor de fundo do cursor do terminal. Permite personalizar a cor de um personagem sobreposto por um cursor de bloco.", "terminal.selectionBackground": "A cor de fundo de seleção do terminal.", - "terminal.ansiColor": "'{0}' cor ansi no terminal." + "terminal.ansiColor": "'{0}' cor ANSI no terminal." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index b2b9a9a984..be10044c7e 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "VocĆŖ permite {0} (definido como uma configuração de espaƧo de trabalho) a ser executado no terminal?", "allow": "Permitir", "disallow": "NĆ£o permitir" diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index 9172767f77..5880b97002 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index b530cb53e9..d10e1eeb58 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "Linha em branco", + "terminal.integrated.a11yPromptLabel": "Entrada do terminal", "terminal.integrated.copySelection.noSelection": "O terminal nĆ£o tem nenhuma seleção para copiar", "terminal.integrated.exitedWithCode": "O processo terminal encerrado com código de saĆ­da: {0}", - "terminal.integrated.waitOnExit": "Pressione qualquer tecla para fechar o terminal", - "terminal.integrated.launchFailed": "O comando de processo de terminal '{0}{1}' falhou ao ser iniciado (código de saĆ­da: {2})" + "terminal.integrated.waitOnExit": "Pressione qualquer tecla para fechar o terminal" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index b95a09b613..8729943a10 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Alt + clique para seguir o link", "terminalLinkHandler.followLinkCmd": "Cmd + clique para seguir o link", "terminalLinkHandler.followLinkCtrl": "Ctrl + clique para seguir o link" diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index ef05288e71..840621a3f7 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "Copiar", "paste": "Colar", "selectAll": "Selecionar Tudo", - "clear": "Limpar" + "clear": "Limpar", + "split": "Dividir" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index 83214ad4be..d54c1bb407 100644 --- a/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "VocĆŖ pode alterar o terminal shell padrĆ£o selecionando o botĆ£o Personalizar.", "customize": "Personalizar", - "cancel": "Cancelar", - "never again": "Ok, Nunca Mostrar Novamente", + "never again": "NĆ£o mostrar novamente", "terminal.integrated.chooseWindowsShell": "Selecione o seu terminal shell preferido, vocĆŖ pode alterar isso mais tarde em suas configuraƧƵes", "terminalService.terminalCloseConfirmationSingular": "HĆ” uma sessĆ£o ativa de terminal, vocĆŖ quer finalizĆ”-la?", "terminalService.terminalCloseConfirmationPlural": "Existem {0} sessƵes ativas de terminal, vocĆŖ quer finalizĆ”-las?" diff --git a/i18n/ptb/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index 36e908bf1e..706c321ecc 100644 --- a/i18n/ptb/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "Tema de Cores", "themes.category.light": "temas claros", "themes.category.dark": "temas escuros", diff --git a/i18n/ptb/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 1fc9c8fe3a..d0107f458c 100644 --- a/i18n/ptb/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "Esta Ć”rea de trabalho contĆ©m configuraƧƵes que só podem ser definidas nas configuraƧƵes do usuĆ”rio. ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "Abrir as configuraƧƵes do espaƧo de trabalho", - "openDocumentation": "Saiba Mais", - "ignore": "Ignorar" + "dontShowAgain": "NĆ£o mostrar novamente", + "unsupportedWorkspaceSettings": "Esta Ć”rea de trabalho contĆ©m configuraƧƵes que só podem ser definidas nas configuraƧƵes do usuĆ”rio. ({0}). Clique [aqui]({1}) para mais informaƧƵes." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/ptb/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index 213c54a3d2..2d7c61d292 100644 --- a/i18n/ptb/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "Notas da VersĆ£o: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index 3634d3c2f2..cb5b229dfc 100644 --- a/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "Notas da versĆ£o", - "updateConfigurationTitle": "Atualizar", - "updateChannel": "Configurar se vocĆŖ recebe atualizaƧƵes automĆ”ticas de um canal de atualização. Requer uma reinicialização depois da mudanƧa." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "Notas da versĆ£o" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 6a2cfcb15a..d0454fc31e 100644 --- a/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "Atualizar Agora", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "Mais tarde", "unassigned": "NĆ£o atribuĆ­do", "releaseNotes": "Notas da VersĆ£o", "showReleaseNotes": "Mostrar Notas da VersĆ£o", - "downloadNow": "Baixar agora", "read the release notes": "Bem-vindo a {0} v{1}! Gostaria de ler as Notas da VersĆ£o?", - "licenseChanged": "Nossos termos de licenƧa mudaram, favor revisĆ”-los.", - "license": "Ler LicenƧa", - "neveragain": "Nunca Mostrar Novamente", - "64bitisavailable": "{0} para Windows de 64 bits estĆ” agora disponĆ­vel!", - "learn more": "Saiba Mais", + "licenseChanged": "Nossos termos de licenƧa mudaram, por favor, clique [aqui]({0}) para revisĆ”-los.", + "neveragain": "NĆ£o mostrar novamente", + "64bitisavailable": "{0} para Windows de 64 bits estĆ” agora disponĆ­vel! Clique [aqui]({0}) para maiores informaƧƵes.", "updateIsReady": "Nova atualização de {0} disponĆ­vel.", + "noUpdatesAvailable": "NĆ£o hĆ” nenhuma atualização disponĆ­vel no momento.", + "ok": "OK", + "download now": "Baixar agora", "thereIsUpdateAvailable": "HĆ” uma atualização disponĆ­vel.", - "updateAvailable": "{0} serĆ” atualizado após reiniciar.", - "noUpdatesAvailable": "NĆ£o hĆ” nenhuma atualização disponĆ­vel.", + "installUpdate": "Instalar Atualização", + "updateAvailable": "HĆ” uma atualização disponĆ­vel: {0} {1}", + "updateInstalling": "{0} {1} estĆ” sendo instalado no plano de fundo, nós te avisaremos quando estiver pronto.", + "updateNow": "Atualizar Agora", + "updateAvailableAfterRestart": "{0} serĆ” atualizado após reiniciar.", "commandPalette": "Paleta de comandos...", "settings": "ConfiguraƧƵes", "keyboardShortcuts": "Atalhos de Teclado", + "showExtensions": "Gerenciar ExtensƵes", + "userSnippets": "Trecho de código do usuĆ”rio", "selectTheme.label": "Tema de Cores", "themes.selectIconTheme.label": "Arquivo de ƍcone do Tema", - "not available": "AtualizaƧƵes IndisponĆ­veis", + "checkForUpdates": "Verificar atualizaƧƵes...", "checkingForUpdates": "Verificando AtualizaƧƵes...", - "DownloadUpdate": "Baixar Atualização DisponĆ­vel", "DownloadingUpdate": "Baixando Atualização...", - "InstallingUpdate": "Instalando Atualização...", - "restartToUpdate": "Reinicie para Atualizar...", - "checkForUpdates": "Verificar atualizaƧƵes..." + "installUpdate...": "Instalar Atualização...", + "installingUpdate": "Instalando Atualização...", + "restartToUpdate": "Reinicie para Atualizar..." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/ptb/src/vs/workbench/parts/views/browser/views.i18n.json index d210a74245..50c44a3427 100644 --- a/i18n/ptb/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index fe9bcf2466..4aee1e0e8c 100644 --- a/i18n/ptb/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/ptb/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 585f626356..c8a5d1bcea 100644 --- a/i18n/ptb/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "Mostrar todos os comandos", "watermark.quickOpen": "Ir para o Arquivo", "watermark.openFile": "Abrir Arquivo", diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 93d7a69538..3abba613c1 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "Explorador de arquivos", "welcomeOverlay.search": "Pesquisar em arquivos", "welcomeOverlay.git": "Gerenciamento de código fonte", diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index 5411c925e8..a29cbda1ba 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", - "welcomePage.editingEvolved": "Edição evoluiu", + "welcomePage.editingEvolved": "Edição evoluĆ­da", "welcomePage.start": "InĆ­cio", "welcomePage.newFile": "Novo arquivo", "welcomePage.openFolder": "Abrir pasta...", diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index cf3fed2938..0cdb0f0d29 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Ɓrea de Trabalho", "workbench.startupEditor.none": "Iniciar sem um editor.", "workbench.startupEditor.welcomePage": "Abrir a pĆ”gina de boas-vindas (padrĆ£o).", diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 5fe2d66f53..fc55e255c8 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Bem-vindo", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "Suporte {0} jĆ” estĆ” instalado.", "ok": "OK", "details": "Detalhes", - "cancel": "Cancelar", "welcomePage.buttonBackground": "Cor de fundo para os botƵes na pĆ”gina de boas-vindas.", "welcomePage.buttonHoverBackground": "Cor de fundo ao passar o mouse sobre os botƵes na pĆ”gina de boas-vindas." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 26fbe21067..9a994852ee 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "Playground Interativo", "editorWalkThrough": "Playground Interativo" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index a789ae1c81..6e9b0d350f 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "Playground Interativo", "help": "Ajuda", "interactivePlayground": "Playground Interativo" diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index 697623110b..36e4212314 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "Rolar para Cima (Linha)", "editorWalkThrough.arrowDown": "Rolar para Baixo (Linha)", "editorWalkThrough.pageUp": "Rolar para Cima (PĆ”gina)", diff --git a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index 4131ebae48..7f5c48f7c1 100644 --- a/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/ptb/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "nĆ£o vinculado", "walkThrough.gitNotFound": "Parece que o Git nĆ£o estĆ” instalado no seu sistema.", "walkThrough.embeddedEditorBackground": "Cor de fundo para os editores incorporados no Playground Interativo." diff --git a/i18n/ptb/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..c9845352e2 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "os itens de menu devem ser um array", + "requirestring": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", + "optstring": "a propriedade `{0}` Ć© opcional ou deve ser do tipo `string`", + "vscode.extension.contributes.menuItem.command": "Identificador do comando para ser executado. O comando deve ser declarado na seção de 'Comandos'", + "vscode.extension.contributes.menuItem.alt": "O identificador de um comando alternativo para executar. O comando deve ser declarado na sessĆ£o 'Comandos'", + "vscode.extension.contributes.menuItem.when": "Condição, que deve ser verdadeira, para mostrar esse item", + "vscode.extension.contributes.menuItem.group": "Grupo ao qual pertence este comando", + "vscode.extension.contributes.menus": "Contribui itens de menu ao editor", + "menus.commandPalette": "Paleta de comandos", + "menus.touchBar": "A barra de toque (somente macOS)", + "menus.editorTitle": "Meno do tĆ­tulo editor", + "menus.editorContext": "Mostrar o menu de contexto do editor", + "menus.explorerContext": "Menu no contexto de explorador de arquivos", + "menus.editorTabContext": "Mostrar o menu de contexto do editor", + "menus.debugCallstackContext": "O menu de contexto de pilha de chamadas de depuração", + "menus.scmTitle": "O menu de tĆ­tulo do controle de fonte", + "menus.scmSourceControl": "O menu do Controle de Código Fonte", + "menus.resourceGroupContext": "O menu de contexto do grupo de recursos de controle de fonte", + "menus.resourceStateContext": "O menu de contexto de estado de recursos do controle de fonte", + "view.viewTitle": "O menu de tĆ­tulo da visualização contribuĆ­da", + "view.itemContext": "O menu de contexto do item da visualização contribuĆ­da", + "nonempty": "Esperado um valor nĆ£o vazio", + "opticon": "a propriedade '{0}' Ć© opcional ou pode ser do tipo 'string'", + "requireStringOrObject": "a propriedade '{0}' Ć© obrigatória e deve ser do tipo 'string'", + "requirestrings": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", + "vscode.extension.contributes.commandType.command": "Indentificador de comando para executar", + "vscode.extension.contributes.commandType.title": "TĆ­tulo para o qual o comando Ć© representado na UI", + "vscode.extension.contributes.commandType.category": "(Opcional) SequĆŖncia de categoria serĆ” agrupada na interface de usuĆ”rio", + "vscode.extension.contributes.commandType.icon": "(Opcional) Icone utilizado para representar o comando na interface de usuĆ”rio. Um arquivo ou configuração do tema.", + "vscode.extension.contributes.commandType.icon.light": "Caminho do ƍcone quando o tema light for utilizado", + "vscode.extension.contributes.commandType.icon.dark": "Caminho do Ć­cone quando o tema dark for utilizado", + "vscode.extension.contributes.commands": "Contribui comandos Ć  paleta de comandos", + "dup": "Comando '{0}' aparece multiplas vezes na sessĆ£o 'comandos'\n", + "menuId.invalid": "'{0}' nao Ć© um identificador de menu vĆ”lido ", + "missing.command": "Identificador do comando para ser executado. O comando deve ser declarado na seção de 'Comandos'", + "missing.altCommand": "ReferĆŖncias ao item de menu no alt-command '{0}' qual nao Ć© definido na sessĆ£o 'comandos'", + "dupe.command": "Itens de referencias do mesmo comando como padrĆ£o e alt-command" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index 0ff71be7ea..07b620a516 100644 --- a/i18n/ptb/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "Um resumo das configuraƧƵes. Este rótulo serĆ” usado no arquivo de configuraƧƵes como um comentĆ”rio de separação.", "vscode.extension.contributes.configuration.properties": "Descrição das propriedades de configuração.", "scope.window.description": "Janela de configuração especĆ­fica que pode ser configurada nas configuraƧƵes do usuĆ”rio ou Ć”rea de trabalho.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "Um nome opcional para a pasta. ", "workspaceConfig.uri.description": "URI da pasta", "workspaceConfig.settings.description": "ConfiguraƧƵes de espaƧo de trabalho", + "workspaceConfig.launch.description": "ConfiguraƧƵes de inicialização do espaƧo de trabalho", "workspaceConfig.extensions.description": "ExtensƵes para o espaƧo de trabalho", "unknownWorkspaceProperty": "Propriedade de configuração do espaƧo de trabalho desconhecida" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/ptb/src/vs/workbench/services/configuration/node/configuration.i18n.json index 2cd5ff9947..8e40f83616 100644 --- a/i18n/ptb/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/ptb/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index afc18818b0..ec4b0ed3be 100644 --- a/i18n/ptb/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "Abrir Configuração de Tarefas", "openLaunchConfiguration": "Abrir Configuração de Execução", - "close": "Fechar", "open": "Abrir configuraƧƵes", "saveAndRetry": "Salvar e tentar novamente", "errorUnknownKey": "NĆ£o Ć© possĆ­vel gravar {0} porque {1} nĆ£o Ć© uma configuração registrada.", @@ -15,16 +16,6 @@ "errorInvalidWorkspaceTarget": "NĆ£o Ć© possĆ­vel gravar as configuraƧƵes do espaƧo de trabalho porque {0} nĆ£o oferece suporte para o escopo de espaƧo de trabalho em um espaƧo de trabalho de mĆŗltiplas pastas.", "errorInvalidFolderTarget": "NĆ£o Ć© possĆ­vel gravar as configuraƧƵes da pasta porque nenhum recurso Ć© fornecido.", "errorNoWorkspaceOpened": "NĆ£o Ć© possĆ­vel gravar {0} porque nenhum espaƧo de trabalhoĀ estĆ” aberto. Por favor, abra um espaƧo de trabalho primeiro e tente novamente.", - "errorInvalidTaskConfiguration": "NĆ£o foi possĆ­vel gravar no arquivo de tarefas. Por favor abra o arquivo **Tasks** para corrigir os erros/avisos e tente novamente.", - "errorInvalidLaunchConfiguration": "NĆ£o foi possĆ­vel gravar no arquivo de lanƧamento. Por favor abra o arquivo **Launch** para corrigir os erros/avisos e tente novamente.", - "errorInvalidConfiguration": "NĆ£o Ć© possĆ­vel gravar em configuraƧƵes do usuĆ”rio. Por favor abra o arquivo **ConfiguraƧƵes do UsuĆ”rio** para corrigir erros/avisos nele e tente novamente.", - "errorInvalidConfigurationWorkspace": "NĆ£o Ć© possĆ­vel gravar em configuraƧƵes de espaƧo de trabalho. Por favor abra o arquivo **ConfiguraƧƵes do EspaƧo de Trabalho** para corrigir erros/avisos no arquivo e tente novamente.", - "errorInvalidConfigurationFolder": "NĆ£o Ć© possĆ­vel gravarĀ nas configuraƧƵes de pasta. Por favor abra o arquivo **ConfiguraƧƵes de Pasta** sob a pasta **{0}** para corrigir erros/avisosĀ no arquivo e tente novamente.", - "errorTasksConfigurationFileDirty": "NĆ£o Ć© possĆ­vel gravar no arquivo de tarefas porque o arquivo estĆ” sujo. Por favor, salve o arquivo **ConfiguraƧƵes de Tarefa** e tente novamente.", - "errorLaunchConfigurationFileDirty": "NĆ£o Ć© possĆ­vel gravar no arquivo de inĆ­cio porque o arquivo estĆ” sujo. Por favor, salve o arquivo **Configuração de LanƧamento** e tente novamente.", - "errorConfigurationFileDirty": "NĆ£o Ć© possĆ­vel gravar em configuraƧƵes do usuĆ”rio porque o arquivo estĆ” sujo. Por favor, salveĀ o arquivo **ConfiguraƧƵes do UsuĆ”rio** e tente novamente.", - "errorConfigurationFileDirtyWorkspace": "NĆ£o Ć© possĆ­vel gravar em configuraƧƵes de espaƧo de trabalho porque o arquivo estĆ” sujo. Por favor, salve o arquivo **ConfiguraƧƵes do EspaƧo de Trabalho** e tente novamente.", - "errorConfigurationFileDirtyFolder": "NĆ£o Ć© possĆ­vel gravar em configuraƧƵes de pasta porque o arquivo estĆ” sujo. Por favor, salveĀ o arquivo **ConfiguraƧƵes de Pasta** sob na pasta **{0}** e tente novamente.", "userTarget": "ConfiguraƧƵes de UsuĆ”rio", "workspaceTarget": "ConfiguraƧƵes de EspaƧo de Trabalho", "folderTarget": "ConfiguraƧƵes de pasta" diff --git a/i18n/ptb/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/ptb/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index e1038caf1b..332ead5425 100644 --- a/i18n/ptb/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "NĆ£o Ć© possĆ­vel gravar no arquivo. Por favor, abra-o para corrigir seus erros/avisos e tente novamente.", "errorFileDirty": "NĆ£o Ć© possĆ­vel gravar no arquivo porque ele foi alterado. Por favor, salve-o e tente novamente." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/ptb/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index 63fd1d1955..c4f300784b 100644 --- a/i18n/ptb/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/ptb/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index 63fd1d1955..5e80976e28 100644 --- a/i18n/ptb/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetria", "telemetry.enableCrashReporting": "Ativar o envio de relatórios de incidentes Ć  Microsoft. Esta opção requer reinicialização para ser efetiva." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/ptb/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index b24908e559..767e17b065 100644 --- a/i18n/ptb/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "ContĆ©m itens enfatizados" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/ptb/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..38a484c142 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&Sim", + "cancelButton": "Cancelar", + "moreFile": "... 1 arquivo adicional nĆ£o estĆ” mostrado", + "moreFiles": "... {0} arquivos adicionais nĆ£o estĆ£o mostrados" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/ptb/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/ptb/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/ptb/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/ptb/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/ptb/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/ptb/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..46b35e3985 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,34 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "Para extensƵes do VS Code, especifica a versĆ£o do VS Code que a extensĆ£o Ć© compatĆ­vel. NĆ£o pode ser *. Por exemplo: ^0.10.5 indica compatibilidade com uma versĆ£o mĆ­nima de 0.10.5 para o VS Code.", + "vscode.extension.publisher": "O editor da extensĆ£o do VS Code.", + "vscode.extension.displayName": "O nome de exibição para a extensĆ£o do VS Code.", + "vscode.extension.categories": "As categorias usadas pela galeria do VS Code para categorizar a extensĆ£o.", + "vscode.extension.galleryBanner": "Banner usado na loja VS Code.", + "vscode.extension.galleryBanner.color": "A cor do banner usado no cabeƧalho de pĆ”gina da loja VS Code.", + "vscode.extension.galleryBanner.theme": "A cor do tema usada para o fonte usado no banner.", + "vscode.extension.contributes": "Todas as contribuiƧƵes da extensĆ£o VS Code representadas por este pacote.", + "vscode.extension.preview": "Configura a extensĆ£o para ser marcada como prĆ©-visualização na Loja.", + "vscode.extension.activationEvents": "Eventos de ativação para a extensĆ£o VS Code.", + "vscode.extension.activationEvents.onLanguage": "Um evento de ativação emitido sempre que um arquivo que resolve para a linguagem especificada Ć© aberto.", + "vscode.extension.activationEvents.onCommand": "Um evento de ativação emitido sempre que o comando especificado for invocado.", + "vscode.extension.activationEvents.onDebug": "Um evento de ativação emitido sempre que um usuĆ”rio estĆ” prestes a iniciar a depuração ou a definir as configuraƧƵes de depuração.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "Um evento de ativação Ć© emitido sempre que um \"launch.json\" precisa ser criado (e todos os mĆ©todos provideDebugConfigurations precisam ser chamados).", + "vscode.extension.activationEvents.onDebugResolve": "Um evento de ativação emitido quando uma sessĆ£o de debug com um tipo especĆ­fico estĆ” para ser iniciada (e um mĆ©todo resolveDebugConfiguration correspondente precisa ser chamado).", + "vscode.extension.activationEvents.workspaceContains": "Um evento de ativação emitido quando uma pasta que contĆ©m pelo menos um arquivo correspondente ao padrĆ£o global especificado Ć© aberta.", + "vscode.extension.activationEvents.onView": "Um evento de ativação emitido sempre que o modo de visualização especificado Ć© expandido.", + "vscode.extension.activationEvents.star": "Um evento de ativação emitido na inicialização do VS Code. Para garantir uma ótima experiĆŖncia de usuĆ”rio, por favor, use este evento de ativação em sua extensĆ£o somente quando nenhuma outra combinação de eventos de ativação funcionar em seu caso de uso.", + "vscode.extension.badges": "Matriz de emblemas a mostrar na barra lateral da pĆ”gina da extensĆ£o na Loja.", + "vscode.extension.badges.url": "URL da imagem do emblema.", + "vscode.extension.badges.href": "Link do emblema.", + "vscode.extension.badges.description": "Descrição do emblema.", + "vscode.extension.extensionDependencies": "DependĆŖncias para outras extensƵes. O identificador de uma extensĆ£o sempre Ć© ${publisher}. ${nome}. Por exemplo: vscode.csharp.", + "vscode.extension.scripts.prepublish": "Script a ser executado antes do pacote ser publicado como uma extensĆ£o VS Code.", + "vscode.extension.icon": "O caminho para um Ć­cone de 128x128 pixels." +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 2c77595817..812fca314b 100644 --- a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "O host de extensĆ£o nĆ£o iniciou em 10 segundos, ele pode ser interrompido na primeira linha e precisa de um depurador para continuar.", "extensionHostProcess.startupFail": "Host de extensĆ£o nĆ£o comeƧou em 10 segundos, isso pode ser um problema.", + "reloadWindow": "Recarregar Janela", "extensionHostProcess.error": "Erro do host de extensĆ£o: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index ff3ad330c9..72bb4f91ed 100644 --- a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) Perfil de Host de ExtensĆ£o..." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index 18d7b3f26c..da8043e61f 100644 --- a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "Falha ao analisar {0}: {1}.", "fileReadFail": "NĆ£o foi possĆ­vel ler o arquivo {0}: {1}.", - "jsonsParseFail": "Falha ao analisar {0} ou {1}: {2}.", + "jsonsParseReportErrors": "Falha ao analisar {0}: {1}.", "missingNLSKey": "NĆ£o foi possĆ­vel encontrar a mensagem para a chave {0}." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index fc90af2852..c5211d2d49 100644 --- a/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "Ferramentas do Desenvolvedor", - "restart": "Reinicie o Host de extensĆ£o", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "Host de extensĆ£o foi encerrado inesperadamente.", "extensionHostProcess.unresponsiveCrash": "Host de extensĆ£o encerrado porque nĆ£o foi responsivo.", + "devTools": "Ferramentas do Desenvolvedor", + "restart": "Reinicie o Host de extensĆ£o", "overwritingExtension": "Sobrescrevendo extensĆ£o {0} por {1}.", "extensionUnderDevelopment": "Carregando extensĆ£o de desenvolvimento em {0}", - "extensionCache.invalid": "ExtensƵes foram modificadas no disco. Por favor atualize a janela." + "extensionCache.invalid": "ExtensƵes foram modificadas no disco. Por favor atualize a janela.", + "reloadWindow": "Recarregar Janela" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/ptb/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..94c0ab7bd3 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "Falha ao analisar {0}: {1}.", + "fileReadFail": "NĆ£o foi possĆ­vel ler o arquivo {0}: {1}.", + "jsonsParseReportErrors": "Falha ao analisar {0}: {1}.", + "missingNLSKey": "NĆ£o foi possĆ­vel encontrar a mensagem para a chave {0}.", + "notSemver": "VersĆ£o da extensĆ£o nĆ£o Ć© compatĆ­vel a semver", + "extensionDescription.empty": "Descrição de extensĆ£o vazia obtida", + "extensionDescription.publisher": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", + "extensionDescription.name": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", + "extensionDescription.version": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", + "extensionDescription.engines": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `object`", + "extensionDescription.engines.vscode": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", + "extensionDescription.extensionDependencies": "a propriedade `{0}` pode ser omitida ou deve ser do tipo `string[]`", + "extensionDescription.activationEvents1": "a propriedade `{0}` pode ser omitida ou deve ser do tipo `string[]`", + "extensionDescription.activationEvents2": "Propriedades '{0}' e '{1}' devem ser especificadas ou devem ambas ser omitidas", + "extensionDescription.main1": "a propriedade `{0}` Ć© opcional ou deve ser do tipo `string`", + "extensionDescription.main2": "Esperado 'main' ({0}) ser incluĆ­do dentro da pasta da extensĆ£o ({1}). Isto pode fazer a extensĆ£o nĆ£o-portĆ”vel.", + "extensionDescription.main3": "Propriedades '{0}' e '{1}' devem ser especificadas ou devem ambas ser omitidas" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/ptb/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 49e9152a1d..946c6bd730 100644 --- a/i18n/ptb/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "O Microsoft .NET Framework 4.5 Ć© necessĆ”rio. Por favor siga o link para instalĆ”-lo.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": "Baixar o .NET Framework 4.5", "neverShowAgain": "NĆ£o mostrar novamente", + "netVersionError": "O Microsoft .NET Framework 4.5 Ć© necessĆ”rio. Por favor siga o link para instalĆ”-lo.", + "learnMore": "InstruƧƵes", + "enospcError": "{0} estĆ” ficando sem tratamento de arquivos. Por favor, siga o link de instruƧƵes para resolver esse problema.", + "binFailed": "Falha ao mover '{0}' para a lixeira", "trashFailed": "Falha em mover '{0}' para a lixeira" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/ptb/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 7b91deaec2..4763dc038e 100644 --- a/i18n/ptb/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "Arquivo Ć© um diretório", + "fileNotModifiedError": "Arquivo nĆ£o modificado desde", "fileBinaryError": "Arquivo parece ser binĆ”rio e nĆ£o pode ser aberto como texto" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json index ae4ae71874..ca6d6c7c51 100644 --- a/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "Recurso de arquivo invĆ”lido ({0})", "fileIsDirectoryError": "Arquivo Ć© um diretório", "fileNotModifiedError": "Arquivo nĆ£o modificado desde", + "fileTooLargeForHeapError": "O tamanho do arquivo excede o limite de memória da janela. Por favor, tente executar o codigo -max-memory=NOVOVALOR", "fileTooLargeError": "Arquivo muito grande para abrir", "fileNotFoundError": "Arquivo nĆ£o encontrado ({0})", "fileBinaryError": "Arquivo parece ser binĆ”rio e nĆ£o pode ser aberto como texto", + "filePermission": "PermissĆ£o negada ao escrever no arquivo ({0})", "fileExists": "Arquivo a ser criado jĆ” existe ({0})", "fileMoveConflict": "NĆ£o Ć© possĆ­vel mover/copiar. Arquivo jĆ” existe no destino.", "unableToMoveCopyError": "NĆ£o Ć© possĆ­vel mover/copiar. Arquivo poderia substituir a pasta em que estĆ” contida.", diff --git a/i18n/ptb/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..dad8b631a9 --- /dev/null +++ b/i18n/ptb/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "Contribui Ć  configuração do schema json.", + "contributes.jsonValidation.fileMatch": "O padrĆ£o de arquivo a corresponder, por exemplo \"package.json\" ou \"*.launch\".", + "contributes.jsonValidation.url": "Um esquema de URL ('http:', 'https:') ou caminho relativo Ć  pasta de extensĆ£o('./').", + "invalid.jsonValidation": "'configuration.jsonValidation' deve ser uma matriz", + "invalid.fileMatch": "'configuration.jsonValidation.fileMatch' deve ser definido", + "invalid.url": "'configuration.jsonValidation.url' deve ser uma URL ou caminho relativo", + "invalid.url.fileschema": "'configuration.jsonValidation.url' Ć© uma URL relativa invĆ”lida: {0}", + "invalid.url.schema": "'configuration.jsonValidation.url' deve comeƧar com ' http:', ' https: 'ou'. /' para os esquemas de referĆŖncia localizados na extensĆ£o" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/ptb/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index daa32f59ee..8fe72ce382 100644 --- a/i18n/ptb/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "NĆ£o Ć© possĆ­vel gravar porque o arquivo estĆ” sujo. Por favor, salve o arquivo **Keybindings** e tente novamente.", - "parseErrors": "NĆ£o Ć© possĆ­vel gravar as combinaƧƵes de teclas. Por favor abra o **arquivo Keybindings** para corrigir erros/avisos no arquivo e tente novamente.", - "errorInvalidConfiguration": "NĆ£o Ć© possĆ­vel gravar as combinaƧƵes de teclas. **Arquivo Keybindings** tem um objeto que nĆ£o Ć© do tipo Matriz. Por favor, abra o arquivo para limpar e tentar novamente.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "NĆ£o Ć© possĆ­vel escrever no arquivo de configuração porque o arquivo estĆ” sujo. Por favor, salve-o primeiro e tente novamente.", + "parseErrors": "NĆ£o Ć© possĆ­vel escrever no arquivo de configuração. Por favor, abra o arquivo para corrigir erros/avisos e tente novamente.", + "errorInvalidConfiguration": "NĆ£o foi possĆ­vel gravar no arquivo de configuração. Ele possui um objeto que nĆ£o Ć© do tipo Matriz. Por favor, abra o arquivo para limpar e tentar novamente.", "emptyKeybindingsHeader": "Coloque suas combinaƧƵes de teclas neste arquivo para substituir os padrƵes" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/ptb/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index fedfd5457f..b6c1a2dfe3 100644 --- a/i18n/ptb/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "Esperado um valor nĆ£o vazio", "requirestring": "a propriedade `{0}` Ć© obrigatória e deve ser do tipo `string`", "optstring": "a propriedade `{0}` Ć© opcional ou pode ser do tipo `string`", @@ -22,5 +24,6 @@ "keybindings.json.when": "Condição quando a chave estĆ” ativa.", "keybindings.json.args": "Argumentos a serem passados para o comando para executar.", "keyboardConfigurationTitle": "Teclado", - "dispatch": "Controla a lógica de pressionamentos de teclas a ser usada para envio, se serĆ” 'code' (recomendado) ou 'keyCode'." + "dispatch": "Controla a lógica de pressionamentos de teclas a ser usada para envio, se serĆ” 'code' (recomendado) ou 'keyCode'.", + "touchbar.enabled": "Habilita os botƵes do touchbar do macOS no teclado se disponĆ­vel." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/ptb/src/vs/workbench/services/message/browser/messageList.i18n.json index 267b62d179..8c2c730d2f 100644 --- a/i18n/ptb/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Erro: {0}", "alertWarningMessage": "Aviso: {0}", "alertInfoMessage": "InformaƧƵes: {0}", diff --git a/i18n/ptb/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/ptb/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index cecec4b4c3..69b3e57d68 100644 --- a/i18n/ptb/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&Sim", "cancelButton": "Cancelar" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/ptb/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 7ab0c45fad..96a980d0d8 100644 --- a/i18n/ptb/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "Contribui Ć s declaraƧƵes de linguagem.", "vscode.extension.contributes.languages.id": "ID da linguagem", "vscode.extension.contributes.languages.aliases": "Aliases de nome para esta linguagem.", diff --git a/i18n/ptb/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/ptb/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/ptb/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 7707ea3401..e7e189169c 100644 --- a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "Contibui aos toquenizadores textmate", "vscode.extension.contributes.grammars.language": "Identificador da linguagem para qual a sintaxe contribui.", "vscode.extension.contributes.grammars.scopeName": "Nome do escopo Textmate usado pelo arquivo tmLanguage.", diff --git a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index dfef3cc47a..e578f372bc 100644 --- a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "Linguagem desconhecida em `contributes.{0}.language`. Valor fornecido: {1}", "invalid.scopeName": "Esperada uma string em 'contributes.{0}.scopeName'. Valor informado: {1}", "invalid.path.0": "Esperada uma string em `contributes.{0}.path`. Valor informado: {1}", diff --git a/i18n/ptb/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/ptb/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 7eed548437..124f252358 100644 --- a/i18n/ptb/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "O arquivo estĆ” alterado. Por favor, salvĆ”-lo primeiro antes reabri-lo com outra codificação.", "genericSaveError": "Erro ao salvar '{0}': {1}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/ptb/src/vs/workbench/services/textfile/common/textFileService.i18n.json index ca08dc13ff..aa7ef73c9d 100644 --- a/i18n/ptb/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "Arquivos que estĆ£o com problemas nĆ£o podem ser escritosĀ na localização de backup (erro: {0}). Tente salvar seus arquivos primeiro e depois sair." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/ptb/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index 491b19e87c..8dbcbddb2d 100644 --- a/i18n/ptb/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "VocĆŖ quer salvar as alteraƧƵes feitas para {0}?", "saveChangesMessages": "VocĆŖ quer salvar as alteraƧƵes para os seguintes {0} arquivos?", - "moreFile": "... 1 arquivo adicional nĆ£o estĆ” mostrado", - "moreFiles": "... {0} arquivos adicionais nĆ£o estĆ£o mostrados", "saveAll": "&&Salvar tudo", "save": "&&Salvar", "dontSave": "&&NĆ£o Salvar", diff --git a/i18n/ptb/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..629f1eec2c --- /dev/null +++ b/i18n/ptb/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "Contribui com a extensĆ£o de cores temĆ”ticas definidas", + "contributes.color.id": "O identificador da cor temĆ”tica", + "contributes.color.id.format": "Identificadores devem estar no formato aa[.bb]*", + "contributes.color.description": "A descrição da cor temĆ”tica", + "contributes.defaults.light": "A cor padrĆ£o para temas claros. Um valor de cor em hexadecimal (#RRGGBB[AA]) ou o identificador de uma cor temĆ”tica que fornece o padrĆ£o.", + "contributes.defaults.dark": "A cor padrĆ£o para temas escuros. Um valor de cor em hexadecimal (#RRGGBB[AA]) ou o identificador de uma cor temĆ”tica que fornece o padrĆ£o.", + "contributes.defaults.highContrast": "A cor padrĆ£o para temas de alto contraste. Um valor de cor em hexadecimal (#RRGGBB[AA]) ou o identificador de uma cor temĆ”tica que fornece o padrĆ£o.", + "invalid.colorConfiguration": "'configuration.colors' deve ser uma matriz", + "invalid.default.colorType": "{0} deve ser um valor de cor em hexadecimal (#RRGGBB [AA] ou #RGB[A]) ou o identificador de uma cor temĆ”tica que fornece o padrĆ£o.", + "invalid.id": "'configuration.colors.id' deve ser definido e nĆ£o pode estar vazio", + "invalid.id.format": "'configuration.colors.id' deve seguir a palavra [.word] *", + "invalid.description": "'configuration.colors.description' deve ser definido e nĆ£o pode estar vazio", + "invalid.defaults": "'configuration.colors.defaults' deve ser definido e deve conter 'claro', 'escuro' e 'Alto Contraste'" +} \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index ca77d82093..8783e181f2 100644 --- a/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "Cores e estilos para o token.", "schema.token.foreground": "Cor do primeiro plano para o token.", "schema.token.background.warning": "Atualmente as cores de fundo do token nĆ£o sĆ£o suportadas.", - "schema.token.fontStyle": "Estilo da fonte da regra: um estilo ou uma combinação de 'itĆ”lico', 'negrito' e 'sublinhado'", - "schema.fontStyle.error": "O estilo da fonte deve ser uma combinação de 'itĆ”lico', 'negrito' e 'sublinhado'", + "schema.token.fontStyle.none": "Nenhum (limpar estilo herdado)", "schema.properties.name": "Descrição da regra.", "schema.properties.scope": "Seletor de escopo que bate com esta regra.", "schema.tokenColors.path": "Caminho para um arquivo tmTheme (relativo ao arquivo atual).", diff --git a/i18n/ptb/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index ddfc13e6a1..e6b72d456f 100644 --- a/i18n/ptb/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "O Ć­cone de pasta para pastas expandidas. O Ć­cone da pasta expandido Ć© opcional. Se nĆ£o definido, o Ć­cone definido para a pasta serĆ” mostrado.", "schema.folder": "O Ć­cone de pasta para pastas colapsadas, e se folderExpanded nĆ£o estiver definido, tambĆ©m para pastas expandidas.", "schema.file": "O Ć­cone de arquivo padrĆ£o, indicado para todos os arquivos que nĆ£o correspondem a qualquer extensĆ£o, nome de arquivo ou idioma.", diff --git a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index e7eaddc34c..10f47201f5 100644 --- a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "Problemas ao analisar o arquivo de tema JSON: {0}", "error.invalidformat.colors": "Problema ao analisar o arquivo de tema de cor: {0}. A propriedade 'colors' nĆ£o Ć© do tipo 'object'.", "error.invalidformat.tokenColors": "Problema ao ler o arquivo do tema de cores: {0}. Propriedade 'tokenColors' deve ser tambĆ©m uma matriz especificando cores ou um caminho para um arquivo de tema do TextMate", diff --git a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index 938c7bbea8..4dd6e9bd82 100644 --- a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Contribui com temas de cores do textmate.", "vscode.extension.contributes.themes.id": "ID do tema do Ć­cone como usado em configuraƧƵes do usuĆ”rio.", "vscode.extension.contributes.themes.label": "Etiqueta da cor do tema como mostrado na interface do usuĆ”rio.", diff --git a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index f78a56c024..53d6361831 100644 --- a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Problemas de anĆ”lise do arquivo de Ć­cones: {0}" } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 0181b35ac2..28a6d69abf 100644 --- a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contribui com temas de Ć­cones de arquivo.", "vscode.extension.contributes.iconThemes.id": "ID do tema do Ć­cone como usado em configuraƧƵes do usuĆ”rio.", "vscode.extension.contributes.iconThemes.label": "Etiqueta do tema do Ć­cone como mostrado na interface do usuĆ”rio.", diff --git a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index 15017c0715..bd1bfdd060 100644 --- a/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "NĆ£o Ć© possĆ­vel carregar {0}: {1}", "colorTheme": "Especifica o tema de cores usado no espaƧo de trabalho.", "colorThemeError": "Tema Ć© desconhecido ou nĆ£o estĆ” instalado.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "Nenhum arquivo de Ć­cones", "iconThemeError": "Arquivo de tema de Ć­cones Ć© desconhecido ou nĆ£o estĆ” instalado.", "workbenchColors": "Substitui as cores do tema do tema de cores atualmente selecionado.", - "editorColors": "Substitui as cores e o estilo da fonte do editor do tema de cores atualmente selecionado.", "editorColors.comments": "Define as cores e estilos para os comentĆ”rios", "editorColors.strings": "Define as cores e estilos para textos literais.", "editorColors.keywords": "Define as cores e estilos para palavras-chave.", @@ -19,5 +20,6 @@ "editorColors.types": "Define as cores e estilos para declaraƧƵes de tipo e referĆŖncias.", "editorColors.functions": "Define as cores e estilos para declaraƧƵes de funƧƵes e referĆŖncias.", "editorColors.variables": "Define as cores e estilos para declaraƧƵes de variĆ”veis e referĆŖncias.", - "editorColors.textMateRules": "Define as cores e estilos usando regras de temas textmate (avanƧado)." + "editorColors.textMateRules": "Define as cores e estilos usando regras de temas textmate (avanƧado).", + "editorColors": "Substitui as cores e o estilo da fonte do editor do tema de cores atualmente selecionado." } \ No newline at end of file diff --git a/i18n/ptb/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/ptb/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 078a8eb1b7..38782a90dc 100644 --- a/i18n/ptb/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/ptb/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "NĆ£o Ć© possĆ­vel escrever no arquivo de configuração. Por favor, abra o arquivo para corrigir erros/avisos nele e tente novamente.", "errorWorkspaceConfigurationFileDirty": "NĆ£o Ć© possĆ­vel escrever no arquivo de configuração do espaƧo de trabalho porque o arquivo estĆ” sujo. Por favor, salve-o e tente novamente.", - "openWorkspaceConfigurationFile": "Abrir o Arquivo de Configuração do EspaƧo de Trabalho", - "close": "Fechar", - "enterWorkspace.close": "Fechar", - "enterWorkspace.dontShowAgain": "NĆ£o mostrar novamente", - "enterWorkspace.moreInfo": "Mais informaƧƵes", - "enterWorkspace.prompt": "Saiba mais sobre como trabalhar com vĆ”rias pastas no VS Code." + "openWorkspaceConfigurationFile": "Abrir Configuração do EspaƧo de Trabalho" } \ No newline at end of file diff --git a/i18n/rus/extensions/azure-account/out/azure-account.i18n.json b/i18n/rus/extensions/azure-account/out/azure-account.i18n.json index d91c6279d4..1e00b84a11 100644 --- a/i18n/rus/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/rus/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/extensions/azure-account/out/extension.i18n.json b/i18n/rus/extensions/azure-account/out/extension.i18n.json index d1f24dd3a8..05c2ab288c 100644 --- a/i18n/rus/extensions/azure-account/out/extension.i18n.json +++ b/i18n/rus/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/extensions/bat/package.i18n.json b/i18n/rus/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..dbbe3991a3 --- /dev/null +++ b/i18n/rus/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Windows Bat", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в пакетных файлах Windows." +} \ No newline at end of file diff --git a/i18n/rus/extensions/clojure/package.i18n.json b/i18n/rus/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..01324e9aab --- /dev/null +++ b/i18n/rus/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Clojure", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Clojure." +} \ No newline at end of file diff --git a/i18n/rus/extensions/coffeescript/package.i18n.json b/i18n/rus/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..5845b24f9d --- /dev/null +++ b/i18n/rus/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° CoffeeScript", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах CoffeeScript." +} \ No newline at end of file diff --git a/i18n/rus/extensions/configuration-editing/out/extension.i18n.json b/i18n/rus/extensions/configuration-editing/out/extension.i18n.json index ab75c5afdb..bfba71ea77 100644 --- a/i18n/rus/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/rus/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "ŠŸŃ€ŠøŠ¼ŠµŃ€" } \ No newline at end of file diff --git a/i18n/rus/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/rus/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index 3c376e0b35..c9ca4cb744 100644 --- a/i18n/rus/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/rus/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "ŠøŠ¼Ń файла (например, myFile.txt)", "activeEditorMedium": "ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ папки рабочей области (например, myFolder/myFile.txt)", "activeEditorLong": "полный ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ (например, \"/Users/Development/myProject/myFolder/myFile.txt\")", diff --git a/i18n/rus/extensions/configuration-editing/package.i18n.json b/i18n/rus/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..07fd70238d --- /dev/null +++ b/i18n/rus/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Изменение ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ возможности (такие как IntelliSense Šø автоматическое исправление) Š“Š»Ń ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠ¾Š½Š½Ń‹Ń… файлов, таких как файлы параметров, файлы запуска Šø файлы рекоменГаций Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹." +} \ No newline at end of file diff --git a/i18n/rus/extensions/cpp/package.i18n.json b/i18n/rus/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..30221d94d6 --- /dev/null +++ b/i18n/rus/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° C/C++", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах C/C++." +} \ No newline at end of file diff --git a/i18n/rus/extensions/csharp/package.i18n.json b/i18n/rus/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..2af1fcc659 --- /dev/null +++ b/i18n/rus/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° C#", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах C#." +} \ No newline at end of file diff --git a/i18n/rus/extensions/css/client/out/cssMain.i18n.json b/i18n/rus/extensions/css/client/out/cssMain.i18n.json index 237c382d20..dee99c53e0 100644 --- a/i18n/rus/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/rus/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "Языковой сервер CSS", "folding.start": "ŠŠ°Ń‡Š°Š»Š¾ сворачиваемого региона", "folding.end": "ŠžŠŗŠ¾Š½Ń‡Š°Š½ŠøŠµ сворачиваемого региона" diff --git a/i18n/rus/extensions/css/package.i18n.json b/i18n/rus/extensions/css/package.i18n.json index db66fb21a3..ba6da59a64 100644 --- a/i18n/rus/extensions/css/package.i18n.json +++ b/i18n/rus/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Возможности ŃŠ·Ń‹ŠŗŠ° CSS", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŃˆŠøŃ€Š¾ŠŗŃƒŃŽ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠŗŃƒ ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń файлов CSS, LESS Šø SCSS.", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Š¾Šµ число параметров", "css.lint.boxModel.desc": "ŠŠµ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ ŃˆŠøŃ€ŠøŠ½Ńƒ или Š²Ń‹ŃŠ¾Ń‚Ńƒ при использовании ŠæŠ¾Š»Ń или границы", diff --git a/i18n/rus/extensions/diff/package.i18n.json b/i18n/rus/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/extensions/diff/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/extensions/docker/package.i18n.json b/i18n/rus/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..2327246ccf --- /dev/null +++ b/i18n/rus/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Docker", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Docker." +} \ No newline at end of file diff --git a/i18n/rus/extensions/emmet/package.i18n.json b/i18n/rus/extensions/emmet/package.i18n.json index 2638e01cf8..8d7e130391 100644 --- a/i18n/rus/extensions/emmet/package.i18n.json +++ b/i18n/rus/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠŗŠ° Emmet Š“Š»Ń VS Code", "command.wrapWithAbbreviation": "ŠŸŠµŃ€ŠµŠ½ŠµŃŃ‚Šø с сокращением", "command.wrapIndividualLinesWithAbbreviation": "ŠŸŠµŃ€ŠµŠ½ŠµŃŃ‚Šø Š¾Ń‚Š“ŠµŠ»ŃŒŠ½Ń‹Šµ строки с сокращением", "command.removeTag": "Š£Š“Š°Š»ŠøŃ‚ŃŒ тег", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "Š Š°Š·Š“ŠµŠ»ŠøŃ‚ŠµŠ»ŃŠ¼Šø Š·Š°ŠæŃŃ‚Ń‹Š¼Šø список имен Š°Ń‚Ń€ŠøŠ±ŃƒŃ‚Š¾Š², которые Голжны ŠæŃ€ŠøŃŃƒŃ‚ŃŃ‚Š²Š¾Š²Š°Ń‚ŃŒ в сокращении Š“Š»Ń ŠæŃ€ŠøŠ¼ŠµŠ½ŠµŠ½ŠøŃ Ń„ŠøŠ»ŃŒŃ‚Ń€Š° ŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŃ", "emmetPreferencesFormatNoIndentTags": "Массив имен тегов, Š“Š»Ń которых не ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ Š²Š½ŃƒŃ‚Ń€ŠµŠ½Š½ŠøŠµ Š¾Ń‚ŃŃ‚ŃƒŠæŃ‹", "emmetPreferencesFormatForceIndentTags": "Массив имен тегов, Š“Š»Ń которых всегГа ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ Š²Š½ŃƒŃ‚Ń€ŠµŠ½Š½ŠøŠµ Š¾Ń‚ŃŃ‚ŃƒŠæŃ‹", - "emmetPreferencesAllowCompactBoolean": "Если ŃŃ‚Š¾Ń‚ параметр имеет значение true, Ń„Š¾Ń€Š¼ŠøŃ€ŃƒŠµŃ‚ŃŃ ŠŗŠ¾Š¼ŠæŠ°ŠŗŃ‚Š½Š°Ń запись логических Š°Ń‚Ń€ŠøŠ±ŃƒŃ‚Š¾Š²" + "emmetPreferencesAllowCompactBoolean": "Если ŃŃ‚Š¾Ń‚ параметр имеет значение true, Ń„Š¾Ń€Š¼ŠøŃ€ŃƒŠµŃ‚ŃŃ ŠŗŠ¾Š¼ŠæŠ°ŠŗŃ‚Š½Š°Ń запись логических Š°Ń‚Ń€ŠøŠ±ŃƒŃ‚Š¾Š²", + "emmetPreferencesCssWebkitProperties": "РазГеленный Š·Š°ŠæŃŃ‚ыми список свойств CSS, которые ŠæŠ¾Š»ŃƒŃ‡Š°ŃŽŃ‚ префикс разработчика \"webkit\" при использовании в ŃŠ¾ŠŗŃ€Š°Ń‰ŠµŠ½ŠøŃŃ… Emmet, которые Š½Š°Ń‡ŠøŠ½Š°ŃŽŃ‚ся с \"-\". Чтобы префикс \"webkit\" никогГа не ŠæŠ¾Š“ŃŃ‚Š°Š²Š»ŃŠ»ŃŃ, ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚Šµ в качестве ŃŃ‚Š¾Š³Š¾ параметра ŠæŃƒŃŃ‚ое значение.", + "emmetPreferencesCssMozProperties": "РазГеленный Š·Š°ŠæŃŃ‚ыми список свойств CSS, которые ŠæŠ¾Š»ŃƒŃ‡Š°ŃŽŃ‚ префикс разработчика \"moz\" при использовании в ŃŠ¾ŠŗŃ€Š°Ń‰ŠµŠ½ŠøŃŃ… Emmet, которые Š½Š°Ń‡ŠøŠ½Š°ŃŽŃ‚ся с \"-\". Чтобы префикс \"moz\" никогГа не ŠæŠ¾Š“ŃŃ‚Š°Š²Š»ŃŠ»ŃŃ, ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚Šµ в качестве ŃŃ‚Š¾Š³Š¾ параметра ŠæŃƒŃŃ‚ое значение. ", + "emmetPreferencesCssOProperties": "РазГеленный Š·Š°ŠæŃŃ‚ыми список свойств CSS, которые ŠæŠ¾Š»ŃƒŃ‡Š°ŃŽŃ‚ префикс разработчика \"o\" при использовании в ŃŠ¾ŠŗŃ€Š°Ń‰ŠµŠ½ŠøŃŃ… Emmet, которые Š½Š°Ń‡ŠøŠ½Š°ŃŽŃ‚ся с \"-\". Чтобы префикс \"o\" никогГа не ŠæŠ¾Š“ŃŃ‚Š°Š²Š»ŃŠ»ŃŃ, ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚Šµ в качестве ŃŃ‚Š¾Š³Š¾ параметра ŠæŃƒŃŃ‚ое значение. ", + "emmetPreferencesCssMsProperties": "РазГеленный Š·Š°ŠæŃŃ‚ыми список свойств CSS, которые ŠæŠ¾Š»ŃƒŃ‡Š°ŃŽŃ‚ префикс разработчика \"ms\" при использовании в ŃŠ¾ŠŗŃ€Š°Ń‰ŠµŠ½ŠøŃŃ… Emmet, которые Š½Š°Ń‡ŠøŠ½Š°ŃŽŃ‚ся с \"-\". Чтобы префикс \"ms\" никогГа не ŠæŠ¾Š“ŃŃ‚Š°Š²Š»ŃŠ»ŃŃ, ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚Šµ в качестве ŃŃ‚Š¾Š³Š¾ параметра ŠæŃƒŃŃ‚ое значение. " } \ No newline at end of file diff --git a/i18n/rus/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/rus/extensions/extension-editing/out/extensionLinter.i18n.json index 44fb90bb41..09d888dcbe 100644 --- a/i18n/rus/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/rus/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "Š˜Š·Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŃ Голжны ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ протокол HTTPS.", "svgsNotValid": "Файлы SVG не ŃŠ²Š»ŃŃŽŃ‚ŃŃ Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ источником изображений.", "embeddedSvgsNotValid": "Встроенные файлы SVG не ŃŠ²Š»ŃŃŽŃ‚ŃŃ Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ источником изображений.", diff --git a/i18n/rus/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/rus/extensions/extension-editing/out/packageDocumentHelper.i18n.json index aadbc9fd3a..852b69750d 100644 --- a/i18n/rus/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/rus/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ реГактора, Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŠ¼Ń‹Šµ ŃŠ·Ń‹ŠŗŠ¾Š¼", "languageSpecificEditorSettingsDescription": "ŠŸŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ параметры реГактора Š“Š»Ń ŃŠ·Ń‹ŠŗŠ°" } \ No newline at end of file diff --git a/i18n/rus/extensions/extension-editing/package.i18n.json b/i18n/rus/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..9dd2a77450 --- /dev/null +++ b/i18n/rus/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Изменение файла пакета", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ IntelliSense Š“Š»Ń точек Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ VS Code Šø возможности жанров в файлах package.json." +} \ No newline at end of file diff --git a/i18n/rus/extensions/fsharp/package.i18n.json b/i18n/rus/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..dfa087f21d --- /dev/null +++ b/i18n/rus/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° F#", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах F#." +} \ No newline at end of file diff --git a/i18n/rus/extensions/git/out/askpass-main.i18n.json b/i18n/rus/extensions/git/out/askpass-main.i18n.json index 024ac9fb55..3e41418fec 100644 --- a/i18n/rus/extensions/git/out/askpass-main.i18n.json +++ b/i18n/rus/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "Учетные Ганные Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚ или Š½ŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹." } \ No newline at end of file diff --git a/i18n/rus/extensions/git/out/autofetch.i18n.json b/i18n/rus/extensions/git/out/autofetch.i18n.json index 1e461cf462..2704b4aa8f 100644 --- a/i18n/rus/extensions/git/out/autofetch.i18n.json +++ b/i18n/rus/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "Да", "no": "ŠŠµŃ‚", - "not now": "ŠŠµ сейчас", - "suggest auto fetch": "Š’Ń‹ хотите Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ автоматическое ŠæŠ¾Š»ŃƒŃ‡ŠµŠ½ŠøŠµ Š“Š»Ń репозиториев Git?" + "not now": "Š”ŠæŃ€Š¾ŃŠøŃ‚ŃŒ Š¼ŠµŠ½Ń позже", + "suggest auto fetch": "Š’Ń‹ хотите, чтобы среГа Code [периоГически Š²Ń‹ŠæŠ¾Š»Š½ŃŠ»Š° команГу \"git fetch\"]({0})?" } \ No newline at end of file diff --git a/i18n/rus/extensions/git/out/commands.i18n.json b/i18n/rus/extensions/git/out/commands.i18n.json index d8d6feaa35..608951b9dc 100644 --- a/i18n/rus/extensions/git/out/commands.i18n.json +++ b/i18n/rus/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "Тег в {0}", "remote branch at": "Š£Š“Š°Š»ŠµŠ½Š½Š°Ń Š²ŠµŃ‚Š²ŃŒ в {0}", "create branch": "$(plus) Š”Š¾Š·Š“Š°Ń‚ŃŒ Š½Š¾Š²ŃƒŃŽ Š²ŠµŃ‚Š²ŃŒ", @@ -41,6 +43,10 @@ "confirm discard all 2": "{0}\n\nŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŃŃ‚Š¾ Гействие Š½ŠµŠ»ŃŒŠ·Ń, Ń‚ŠµŠŗŃƒŃ‰ŠøŠµ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š±ŃƒŠ“ŃƒŃ‚ ŃƒŃ‚ŠµŃ€ŃŠ½Ń‹.", "yes discard tracked": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š“Š»Ń отслеживаемого файла", "yes discard tracked multiple": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š“Š»Ń отслеживаемых файлов ({0})", + "unsaved files single": "Š”Š»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¹ файл не сохранен: {0}.\n\nŠ’Ń‹ хотите ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ его переГ тем как ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", + "unsaved files": "ŠŠµŠŗŠ¾Ń‚Š¾Ń€Ń‹Šµ файлы ({0}) не сохранены.\n\nŠ’Ń‹ хотите ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ ŠøŃ… переГ тем как ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", + "save and commit": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все Šø Š·Š°Ń„ŠøŠŗŃŠøŃ€Š¾Š²Š°Ń‚ŃŒ", + "commit": "Все равно Š·Š°Ń„ŠøŠŗŃŠøŃ€Š¾Š²Š°Ń‚ŃŒ", "no staged changes": "ŠžŃ‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚ ŠæŃ€Š¾Š¼ŠµŠ¶ŃƒŃ‚Š¾Ń‡Š½Ń‹Šµ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š“Š»Ń фиксации.\n\nŠ’Ń‹ хотите ŃŠ“ŠµŠ»Š°Ń‚ŃŒ все ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ ŠæŃ€Š¾Š¼ŠµŠ¶ŃƒŃ‚Š¾Ń‡Š½Ń‹Š¼Šø Šø Š·Š°Ń„ŠøŠŗŃŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠøŃ… Š½Š°ŠæŃ€ŃŠ¼ŃƒŃŽ?", "always": "ВсегГа", "no changes": "ŠŠµŃ‚ изменений Š“Š»Ń фиксации.", @@ -64,12 +70,13 @@ "no remotes to pull": "Š”Š»Ń вашего Ń€ŠµŠæŠ¾Š·ŠøŃ‚Š¾Ń€ŠøŃ не настроены ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Šµ репозитории Š“Š»Ń ŠæŠ¾Š»ŃƒŃ‡ŠµŠ½ŠøŃ Ганных.", "pick remote pull repo": "Выберите ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Š¹ ŠŗŠ¾Š¼ŠæŃŒŃŽŃ‚ŠµŃ€, с которого ŃŠ»ŠµŠ“ŃƒŠµŃ‚ Š·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ Š²ŠµŃ‚Š²ŃŒ", "no remotes to push": "Š”Š»Ń вашего Ń€ŠµŠæŠ¾Š·ŠøŃ‚Š¾Ń€ŠøŃ не настроены ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Šµ репозитории Š“Š»Ń отправки Ганных.", - "push with tags success": "Файлы с тегами успешно отправлены.", "nobranch": "Š˜Š·Š²Š»ŠµŠŗŠøŃ‚Šµ Š²ŠµŃ‚Š²ŃŒ, чтобы ŠæŠµŃ€ŠµŠ“Š°Ń‚ŃŒ Ганные в ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Š¹ репозиторий.", + "confirm publish branch": "Š’ ветви '{0}' Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ Š²Š¾ŃŃ…Š¾Š“ŃŃ‰Š°Ń Š²ŠµŃ‚Š²ŃŒ. Š’Ń‹ хотите Š¾ŠæŃƒŠ±Š»ŠøŠŗŠ¾Š²Š°Ń‚ŃŒ эту Š²ŠµŃ‚Š²ŃŒ?", + "ok": "ŠžŠš", + "push with tags success": "Файлы с тегами успешно отправлены.", "pick remote": "Выберите ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Š¹ сервер, на котором нужно Š¾ŠæŃƒŠ±Š»ŠøŠŗŠ¾Š²Š°Ń‚ŃŒ Š²ŠµŃ‚Š²ŃŒ \"{0}\":", "sync is unpredictable": "Это Гействие Š¾Ń‚ŠæŃ€Š°Š²Š»ŃŠµŃ‚ фиксации в \"{0}\" Šø извлекает ŠøŃ… ŠøŠ· ŃŃ‚Š¾Š³Š¾ Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ.", - "ok": "ŠžŠš", - "never again": "ŠžŠš. Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", + "never again": "ŠžŠš, больше не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", "no remotes to publish": "Š”Š»Ń вашего Ń€ŠµŠæŠ¾Š·ŠøŃ‚Š¾Ń€ŠøŃ не настроены ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Šµ репозитории Š“Š»Ń ŠæŃƒŠ±Š»ŠøŠŗŠ°Ń†ŠøŠø.", "no changes stash": "ŠžŃ‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ, которые необхоГимо ŃŠæŃ€ŃŃ‚Š°Ń‚ŃŒ.", "provide stash message": "Укажите сообщение о скрытии", diff --git a/i18n/rus/extensions/git/out/main.i18n.json b/i18n/rus/extensions/git/out/main.i18n.json index f4e90ccb98..4faf267868 100644 --- a/i18n/rus/extensions/git/out/main.i18n.json +++ b/i18n/rus/extensions/git/out/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "Поиск Git в: {0}", "using git": "Использование GIT {0} ŠøŠ· {1}", "downloadgit": "Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Git", diff --git a/i18n/rus/extensions/git/out/model.i18n.json b/i18n/rus/extensions/git/out/model.i18n.json index 00d28dbb01..3d3aa2998a 100644 --- a/i18n/rus/extensions/git/out/model.i18n.json +++ b/i18n/rus/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "Š’ репозитории '{0}' ŠµŃŃ‚ŃŒ поГмоГули ({1}), которые не Š±ŃƒŠ“ŃƒŃ‚ открыты автоматически. Š’Ń‹ можете Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ кажГый поГмоГуль Š²Ń€ŃƒŃ‡Š½ŃƒŃŽ, открыв ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠ¹ файл.", "no repositories": "Š”Š¾ŃŃ‚ŃƒŠæŠ½Ń‹Šµ репозитории Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚", "pick repo": "Выберите репозиторий" } \ No newline at end of file diff --git a/i18n/rus/extensions/git/out/repository.i18n.json b/i18n/rus/extensions/git/out/repository.i18n.json index beb3198e74..61a4f09fb7 100644 --- a/i18n/rus/extensions/git/out/repository.i18n.json +++ b/i18n/rus/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ", "index modified": "ИнГекс изменен", "modified": "Изменено", @@ -26,7 +28,8 @@ "merge changes": "ŠžŠ±ŃŠŠµŠ“ŠøŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ", "staged changes": "ŠŸŃ€Š¾Š¼ŠµŠ¶ŃƒŃ‚Š¾Ń‡Š½Š¾ сохраненные ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ", "changes": "Š˜Š·Š¼ŠµŠ½ŠµŠ½ŠøŃ", - "ok": "ŠžŠš", + "commitMessageCountdown": "ŠžŃŃ‚Š°Š»Š¾ŃŃŒ {0} знаков в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ строке", + "commitMessageWarning": "символов {0} наГ {1} в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ строке", "neveragain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", "huge": "Репозиторий git в '{0}' имеет Š¾Ń‡ŠµŠ½ŃŒ много активных изменений, Ń‚Š¾Š»ŃŒŠŗŠ¾ Ń‡Š°ŃŃ‚ŃŒ Ń„ŃƒŠ½ŠŗŃ†ŠøŠ¹ Git Š±ŃƒŠ“ŠµŃ‚ Š“Š¾ŃŃ‚ŃƒŠæŠ½Š°." } \ No newline at end of file diff --git a/i18n/rus/extensions/git/out/scmProvider.i18n.json b/i18n/rus/extensions/git/out/scmProvider.i18n.json index 7fded37328..7721831df0 100644 --- a/i18n/rus/extensions/git/out/scmProvider.i18n.json +++ b/i18n/rus/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/extensions/git/out/statusbar.i18n.json b/i18n/rus/extensions/git/out/statusbar.i18n.json index b70a09ca50..ebe24c07dc 100644 --- a/i18n/rus/extensions/git/out/statusbar.i18n.json +++ b/i18n/rus/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "Š˜Š·Š²Š»ŠµŃ‡ŃŒ...", "sync changes": "Š”ŠøŠ½Ń…Ń€Š¾Š½ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ", "publish changes": "ŠžŠæŃƒŠ±Š»ŠøŠŗŠ¾Š²Š°Ń‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ", diff --git a/i18n/rus/extensions/git/package.i18n.json b/i18n/rus/extensions/git/package.i18n.json index dcff3e1c9f..1f1906bfc9 100644 --- a/i18n/rus/extensions/git/package.i18n.json +++ b/i18n/rus/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "GIT", + "description": "Š˜Š½Ń‚ŠµŠ³Ń€Š°Ń†ŠøŃ SCM в Git", "command.clone": "ŠšŠ»Š¾Š½ŠøŃ€Š¾Š²Š°Ń‚ŃŒ", "command.init": "Š˜Š½ŠøŃ†ŠøŠ°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ репозиторий", "command.close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ репозиторий", @@ -54,6 +58,7 @@ "command.stashPopLatest": "Š˜Š·Š²Š»ŠµŃ‡ŃŒ послеГнее ŃŠæŃ€ŃŃ‚Š°Š½Š½Š¾Šµ", "config.enabled": "Š’ŠŗŠ»ŃŽŃ‡ŠµŠ½ ли GIT", "config.path": "ŠŸŃƒŃ‚ŃŒ Šŗ ŠøŃŠæŠ¾Š»Š½ŃŠµŠ¼Š¾Š¼Ńƒ Ń„Š°Š¹Š»Ńƒ GIT", + "config.autoRepositoryDetection": "Š”Š»ŠµŠ“ŃƒŠµŃ‚ ли Š¾Š±Š½Š°Ń€ŃƒŠ¶ŠøŠ²Š°Ń‚ŃŒ репозитории автоматически", "config.autorefresh": "Š’ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾ ли автоматическое обновление", "config.autofetch": "Š’ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾ ли автоматическое ŠæŠ¾Š»ŃƒŃ‡ŠµŠ½ŠøŠµ", "config.enableLongCommitWarning": "Š”Š»ŠµŠ“ŃƒŠµŃ‚ ли ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“Š°Ń‚ŃŒ о Глинных ŃŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŃŃ… о фиксации", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ поГписывание фиксации с GPG.", "config.discardAllScope": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, какие ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š¾Ń‚Š¼ŠµŠ½ŃŃŽŃ‚ŃŃ с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ команГы \"ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ все ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ\". ŠŸŃ€Šø указании Š·Š½Š°Ń‡ŠµŠ½ŠøŃ \"all\" Š¾Ń‚Š¼ŠµŠ½ŃŃŽŃ‚ŃŃ все ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ, при указании Š·Š½Š°Ń‡ŠµŠ½ŠøŃ \"tracked\" Š¾Ń‚Š¼ŠµŠ½ŃŃŽŃ‚ŃŃ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ в отслеживаемых файлах, при указании Š·Š½Š°Ń‡ŠµŠ½ŠøŃ \"prompt\" Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ окно ŠæŠ¾Š“Ń‚Š²ŠµŃ€Š¶Š“ŠµŠ½ŠøŃ кажГый раз при выполнении Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ.", "config.decorations.enabled": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ тем, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŃŽŃ‚ŃŃ ли цвета Šø ŃŠ¼Š±Š»ŠµŠ¼Ń‹ Git в провоГнике Šø открытых ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃŃ… реГактора.", + "config.promptToSaveFilesBeforeCommit": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжен ли Git ŠæŃ€Š¾Š²ŠµŃ€ŃŃ‚ŃŒ несохраненные файлы переГ фиксацией.", + "config.showInlineOpenFileAction": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжно ли Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ интерактивное Гействие \"ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ файл\" в преГставлении \"Š˜Š·Š¼ŠµŠ½ŠµŠ½ŠøŃ Git\".", + "config.inputValidation": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли ŠæŃ€Š¾Š²ŠµŃ€ŃŃ‚ŃŒ ввеГенные Ганные в сообщении фиксации.", + "config.detectSubmodules": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли автоматически Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŃ‚ŃŒ поГмоГули Git.", "colors.modified": "Цвет измененных Ń€ŠµŃŃƒŃ€ŃŠ¾Š².", "colors.deleted": "Цвет ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Ń… Ń€ŠµŃŃƒŃ€ŃŠ¾Š².", "colors.untracked": "Цвет неотслеживаемых Ń€ŠµŃŃƒŃ€ŃŠ¾Š².", "colors.ignored": "Цвет ŠøŠ³Š½Š¾Ń€ŠøŃ€ŃƒŠµŠ¼Ń‹Ń… Ń€ŠµŃŃƒŃ€ŃŠ¾Š².", - "colors.conflict": "Цвет Ń€ŠµŃŃƒŃ€ŃŠ¾Š² с конфликтами." + "colors.conflict": "Цвет Ń€ŠµŃŃƒŃ€ŃŠ¾Š² с конфликтами.", + "colors.submodule": "Цвет Ń€ŠµŃŃƒŃ€ŃŠ¾Š² ŠæŠ¾Š“Š¼Š¾Š“ŃƒŠ»Ń." } \ No newline at end of file diff --git a/i18n/rus/extensions/go/package.i18n.json b/i18n/rus/extensions/go/package.i18n.json new file mode 100644 index 0000000000..af4b0d71bf --- /dev/null +++ b/i18n/rus/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Go", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Go." +} \ No newline at end of file diff --git a/i18n/rus/extensions/groovy/package.i18n.json b/i18n/rus/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..de2d4a4d09 --- /dev/null +++ b/i18n/rus/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Groovy", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Groovy." +} \ No newline at end of file diff --git a/i18n/rus/extensions/grunt/out/main.i18n.json b/i18n/rus/extensions/grunt/out/main.i18n.json index 2de2f8e271..bf8f50ff19 100644 --- a/i18n/rus/extensions/grunt/out/main.i18n.json +++ b/i18n/rus/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ŠŠµ уГалось автоматически Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ Š·Š°Š“Š°Š½ŠøŃ Grunt Š“Š»Ń папки {0}. ŠžŃˆŠøŠ±ŠŗŠ°: {1}" } \ No newline at end of file diff --git a/i18n/rus/extensions/grunt/package.i18n.json b/i18n/rus/extensions/grunt/package.i18n.json index b73dd0e278..457a0a939e 100644 --- a/i18n/rus/extensions/grunt/package.i18n.json +++ b/i18n/rus/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ автоматическое опреГелние заГаний Grunt. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾\"." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Š Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠµ Š“Š»Ń Š“Š¾Š±Š°Š²Š»ŠµŠ½ŠøŃ возможностей Grunt в VSCode.", + "displayName": "ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠŗŠ° Grunt Š“Š»Ń VSCode", + "config.grunt.autoDetect": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ автоматическое опреГелние заГаний Grunt. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾\".", + "grunt.taskDefinition.type.description": "ЗаГача Grunt Š“Š»Ń ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ. ", + "grunt.taskDefinition.file.description": "Файл Grunt, в котором Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŃ заГача. Можно Š¾ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ." } \ No newline at end of file diff --git a/i18n/rus/extensions/gulp/out/main.i18n.json b/i18n/rus/extensions/gulp/out/main.i18n.json index 21e246af6b..ef55b2ccda 100644 --- a/i18n/rus/extensions/gulp/out/main.i18n.json +++ b/i18n/rus/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ŠŠµ уГалось автоматически Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ Š·Š°Š“Š°Š½ŠøŃ gulp Š“Š»Ń папки {0}. ŠžŃˆŠøŠ±ŠŗŠ°: {1}" } \ No newline at end of file diff --git a/i18n/rus/extensions/gulp/package.i18n.json b/i18n/rus/extensions/gulp/package.i18n.json index 37a145323f..484656d45e 100644 --- a/i18n/rus/extensions/gulp/package.i18n.json +++ b/i18n/rus/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ автоматическое опреГеление заГаний Gulp. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾\"." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Š Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠµ Š“Š»Ń Š“Š¾Š±Š°Š²Š»ŠµŠ½ŠøŃ возможностей Gulp в VSCode.", + "displayName": "ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠŗŠ° Gulp Š“Š»Ń VSCode", + "config.gulp.autoDetect": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ автоматическое опреГеление заГаний Gulp. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾\".", + "gulp.taskDefinition.type.description": "ЗаГача Gulp Š“Š»Ń ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ.", + "gulp.taskDefinition.file.description": "Файл Gulp, в котором Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŃ заГача. Можно Š¾ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ." } \ No newline at end of file diff --git a/i18n/rus/extensions/handlebars/package.i18n.json b/i18n/rus/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..fb7de4e18b --- /dev/null +++ b/i18n/rus/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Handlebars", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Handlebars." +} \ No newline at end of file diff --git a/i18n/rus/extensions/hlsl/package.i18n.json b/i18n/rus/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..f0a4e257c8 --- /dev/null +++ b/i18n/rus/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° HLSL", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах HLSL." +} \ No newline at end of file diff --git a/i18n/rus/extensions/html/client/out/htmlMain.i18n.json b/i18n/rus/extensions/html/client/out/htmlMain.i18n.json index 27921a772e..f935314fa7 100644 --- a/i18n/rus/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/rus/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "Языковой сервер HTML", "folding.start": "ŠŠ°Ń‡Š°Š»Š¾ сворачиваемого региона", "folding.end": "ŠžŠŗŠ¾Š½Ń‡Š°Š½ŠøŠµ сворачиваемого региона" diff --git a/i18n/rus/extensions/html/package.i18n.json b/i18n/rus/extensions/html/package.i18n.json index 9600097ae3..55c7a44cbe 100644 --- a/i18n/rus/extensions/html/package.i18n.json +++ b/i18n/rus/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Возможности ŃŠ·Ń‹ŠŗŠ° HTML", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŃˆŠøŃ€Š¾ŠŗŃƒŃŽ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠŗŃƒ ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń файлов HTML, Razor Šø Handlebar.", "html.format.enable.desc": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ моГуль Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ HTML по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "html.format.wrapLineLength.desc": "Максимальное число символов на ŃŃ‚Ń€Š¾ŠŗŃƒ (0 — Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ).", "html.format.unformatted.desc": "Дписок тегов, которые не ŃŠ»ŠµŠ“ŃƒŠµŃ‚ повторно Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ, с Ń€Š°Š·Š“ŠµŠ»ŠøŃ‚ŠµŠ»ŃŠ¼Šø-Š·Š°ŠæŃŃ‚Ń‹Š¼Šø. Значение \"NULL\" по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ означает все теги, перечисленные на странице https://www.w3.org/TR/html5/dom.html#phrasing-content.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "ŠžŃ‚ŃŠ»ŠµŠ¶ŠøŠ²Š°ŠµŃ‚ обмен Ганными межГу VS Code Šø ŃŠ·Ń‹ŠŗŠ¾Š²Ń‹Š¼ сервером HTML. ", "html.validate.scripts": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли Š²ŃŃ‚Ń€Š¾ŠµŠ½Š½Š°Ń поГГержка ŃŠ·Ń‹ŠŗŠ° HTML ŠæŃ€Š¾Š²ŠµŃ€ŃŃ‚ŃŒ внеГренные сценарии.", "html.validate.styles": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли Š²ŃŃ‚Ń€Š¾ŠµŠ½Š½Š°Ń поГГержка ŃŠ·Ń‹ŠŗŠ° HTML ŠæŃ€Š¾Š²ŠµŃ€ŃŃ‚ŃŒ внеГренные стили.", + "html.experimental.syntaxFolding": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚/Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ маркеры ŃŠ²ŠµŃ€Ń‚Ń‹Š²Š°Š½ŠøŃ с ŃƒŃ‡ŠµŃ‚Š¾Š¼ синтаксиса.", "html.autoClosingTags": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ автоматическое закрытие тегов HTML. " } \ No newline at end of file diff --git a/i18n/rus/extensions/ini/package.i18n.json b/i18n/rus/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..a8aa33b6d5 --- /dev/null +++ b/i18n/rus/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Ini", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Ini." +} \ No newline at end of file diff --git a/i18n/rus/extensions/jake/out/main.i18n.json b/i18n/rus/extensions/jake/out/main.i18n.json index 7a33b80be2..92e42dbb2e 100644 --- a/i18n/rus/extensions/jake/out/main.i18n.json +++ b/i18n/rus/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "ŠŠµ уГалось автоматически Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ Š·Š°Š“Š°Š½ŠøŃ Jake Š“Š»Ń папки {0}. ŠžŃˆŠøŠ±ŠŗŠ°: {1}" } \ No newline at end of file diff --git a/i18n/rus/extensions/jake/package.i18n.json b/i18n/rus/extensions/jake/package.i18n.json index 57552487f0..c88e3e01d4 100644 --- a/i18n/rus/extensions/jake/package.i18n.json +++ b/i18n/rus/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Š Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠµ Š“Š»Ń Š“Š¾Š±Š°Š²Š»ŠµŠ½ŠøŃ возможностей Jake в VSCode.", + "displayName": "ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠŗŠ° Jake Š“Š»Ń VSCode", + "jake.taskDefinition.type.description": "ЗаГача Jake Š“Š»Ń ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ.", + "jake.taskDefinition.file.description": "Файл Jake, в котором Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŃ заГача. Можно Š¾ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ.", "config.jake.autoDetect": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ автоматическое опреГеление заГаний Jake. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾\"." } \ No newline at end of file diff --git a/i18n/rus/extensions/java/package.i18n.json b/i18n/rus/extensions/java/package.i18n.json new file mode 100644 index 0000000000..f738b218e0 --- /dev/null +++ b/i18n/rus/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Java", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах Java." +} \ No newline at end of file diff --git a/i18n/rus/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/rus/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 1a8fcbc5ef..125eb59b56 100644 --- a/i18n/rus/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/rus/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "Bower.json по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "json.bower.error.repoaccess": "Дбой запроса в репозиторий Bower: {0}", "json.bower.latest.version": "ŠæŠ¾ŃŠ»ŠµŠ“Š½ŃŃ" diff --git a/i18n/rus/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/rus/extensions/javascript/out/features/packageJSONContribution.i18n.json index 9c9cf2121f..5561a1e820 100644 --- a/i18n/rus/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/rus/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "Файл package.json по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "json.npm.error.repoaccess": "Дбой запроса в репозиторий NPM: {0}", "json.npm.latestversion": "ŠŸŠ¾ŃŠ»ŠµŠ“Š½ŃŃ Š²ŠµŃ€ŃŠøŃ пакета на Ганный момент", diff --git a/i18n/rus/extensions/javascript/package.i18n.json b/i18n/rus/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..ede94f92f6 --- /dev/null +++ b/i18n/rus/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° JavaScript", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах JavaScript." +} \ No newline at end of file diff --git a/i18n/rus/extensions/json/client/out/jsonMain.i18n.json b/i18n/rus/extensions/json/client/out/jsonMain.i18n.json index 666d0c168d..6eb0e9b629 100644 --- a/i18n/rus/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/rus/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "Языковой сервер JSON" } \ No newline at end of file diff --git a/i18n/rus/extensions/json/package.i18n.json b/i18n/rus/extensions/json/package.i18n.json index 14f78a0ce8..6f687dc8a1 100644 --- a/i18n/rus/extensions/json/package.i18n.json +++ b/i18n/rus/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Возможности ŃŠ·Ń‹ŠŗŠ° JSON", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŃˆŠøŃ€Š¾ŠŗŃƒŃŽ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠŗŃƒ ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń файлов JSON.", "json.schemas.desc": "Š”Š²ŃŠ·ŃŒ схем с JSON-файлами в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¼ проекте", "json.schemas.url.desc": "URL-аГрес схемы или Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæŃƒŃ‚ŃŒ Šŗ ней в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¼ каталоге", "json.schemas.fileMatch.desc": "Массив шаблонов файлов, с которым Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ся сравнение, при Ń€Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠø JSON-файлов в схемах.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "Š’ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ Š¼Š¾Š“ŃƒŠ»Ń Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ JSON по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ (Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠæŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠŗŠ°)", "json.tracing.desc": "ŠžŃ‚ŃŠ»ŠµŠ¶ŠøŠ²Š°ŠµŃ‚ ŃŠ²ŃŠ·ŃŒ межГу VS Code Šø ŃŠ·Ń‹ŠŗŠ¾Š²Ń‹Š¼ сервером JSON.", "json.colorDecorators.enable.desc": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ Гекораторы цвета.", - "json.colorDecorators.enable.deprecationMessage": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€ \"json.colorDecorators.enable\" ŃƒŃŃ‚Š°Ń€ŠµŠ». Š¢ŠµŠæŠµŃ€ŃŒ вместо него ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся параметр \"editor.colorDecorators\"." + "json.colorDecorators.enable.deprecationMessage": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€ \"json.colorDecorators.enable\" ŃƒŃŃ‚Š°Ń€ŠµŠ». Š¢ŠµŠæŠµŃ€ŃŒ вместо него ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся параметр \"editor.colorDecorators\".", + "json.experimental.syntaxFolding": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚/Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ маркеры ŃŠ²ŠµŃ€Ń‚Ń‹Š²Š°Š½ŠøŃ с ŃƒŃ‡ŠµŃ‚Š¾Š¼ синтаксиса." } \ No newline at end of file diff --git a/i18n/rus/extensions/less/package.i18n.json b/i18n/rus/extensions/less/package.i18n.json new file mode 100644 index 0000000000..9b5829963a --- /dev/null +++ b/i18n/rus/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Less", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах Less." +} \ No newline at end of file diff --git a/i18n/rus/extensions/log/package.i18n.json b/i18n/rus/extensions/log/package.i18n.json new file mode 100644 index 0000000000..5d26b738d2 --- /dev/null +++ b/i18n/rus/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Š–ŃƒŃ€Š½Š°Š»", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Š“Š»Ń файлов с Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµŠ¼ .log." +} \ No newline at end of file diff --git a/i18n/rus/extensions/lua/package.i18n.json b/i18n/rus/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..672b5192cc --- /dev/null +++ b/i18n/rus/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Lua", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Lua." +} \ No newline at end of file diff --git a/i18n/rus/extensions/make/package.i18n.json b/i18n/rus/extensions/make/package.i18n.json new file mode 100644 index 0000000000..5854e03195 --- /dev/null +++ b/i18n/rus/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Make", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах Make." +} \ No newline at end of file diff --git a/i18n/rus/extensions/markdown-basics/package.i18n.json b/i18n/rus/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..e528514a5e --- /dev/null +++ b/i18n/rus/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Markdown", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа Šø ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Š“Š»Ń файлов Markdown." +} \ No newline at end of file diff --git a/i18n/rus/extensions/markdown/out/commands.i18n.json b/i18n/rus/extensions/markdown/out/commands.i18n.json index e2752845d0..e0dbf10681 100644 --- a/i18n/rus/extensions/markdown/out/commands.i18n.json +++ b/i18n/rus/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр {0}", "onPreviewStyleLoadError": "ŠŠµ уГалось Š·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ 'markdown.styles': {0}" } \ No newline at end of file diff --git a/i18n/rus/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/rus/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..4f0ed8fea7 --- /dev/null +++ b/i18n/rus/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "ŠŠµ уГалось Š·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ 'markdown.styles': {0}" +} \ No newline at end of file diff --git a/i18n/rus/extensions/markdown/out/extension.i18n.json b/i18n/rus/extensions/markdown/out/extension.i18n.json index 5a81b95de6..990998107e 100644 --- a/i18n/rus/extensions/markdown/out/extension.i18n.json +++ b/i18n/rus/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/extensions/markdown/out/features/preview.i18n.json b/i18n/rus/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..dfbe859788 --- /dev/null +++ b/i18n/rus/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр] {0}", + "previewTitle": "ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр {0}" +} \ No newline at end of file diff --git a/i18n/rus/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/rus/extensions/markdown/out/features/previewContentProvider.i18n.json index 62ff186c85..8cf9638f5a 100644 --- a/i18n/rus/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/rus/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "ŠŠµŠŗŠ¾Ń‚Š¾Ń€Š¾Šµ соГержимое в ŃŃ‚Š¾Š¼ Š“Š¾ŠŗŃƒŠ¼ŠµŠ½Ń‚Šµ было Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾", "preview.securityMessage.title": "Š’ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¼ просмотре Markdown было Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾ ŠæŠ¾Ń‚ŠµŠ½Ń†ŠøŠ°Š»ŃŒŠ½Š¾ опасное или ненаГежное соГержимое. Чтобы Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ ненаГежное соГержимое или Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ сценарии, измените параметры безопасности ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра Markdown.", "preview.securityMessage.label": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ безопасности об Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠø соГержимого" diff --git a/i18n/rus/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/rus/extensions/markdown/out/previewContentProvider.i18n.json index 62ff186c85..ba698f6ee8 100644 --- a/i18n/rus/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/rus/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/extensions/markdown/out/security.i18n.json b/i18n/rus/extensions/markdown/out/security.i18n.json index 17f7b23073..9173f21c0f 100644 --- a/i18n/rus/extensions/markdown/out/security.i18n.json +++ b/i18n/rus/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "Дтрогий", "strict.description": "Š—Š°Š³Ń€ŃƒŠ¶Š°Ń‚ŃŒ Ń‚Š¾Š»ŃŒŠŗŠ¾ безопасное соГержимое", "insecureContent.title": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ небезопасное соГержимое", diff --git a/i18n/rus/extensions/markdown/package.i18n.json b/i18n/rus/extensions/markdown/package.i18n.json index bf621b96f2..216eebd487 100644 --- a/i18n/rus/extensions/markdown/package.i18n.json +++ b/i18n/rus/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Возможности ŃŠ·Ń‹ŠŗŠ° Markdown", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŃˆŠøŃ€Š¾ŠŗŃƒŃŽ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠŗŃƒ ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń Markdown.", "markdown.preview.breaks.desc": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, как переносы строк Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в области ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра файла Markdown. Если ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ŃŃ‚Š¾Ń‚ параметр в значение 'true',
Š±ŃƒŠ“ŃƒŃ‚ ŃŠ¾Š·Š“Š°Š²Š°Ń‚ŃŒŃŃ Š“Š»Ń кажГой новой строки.", "markdown.preview.linkify": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ преобразование текста в URL Š“Š»Ń ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра Markdown.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Двойной щелчок в области ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра Markdown в реГакторе.", @@ -11,14 +15,18 @@ "markdown.preview.fontSize.desc": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ размер ŃˆŃ€ŠøŃ„Ń‚Š° (в ŠæŠøŠŗŃŠµŠ»ŃŃ…), ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ в области ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра файла Markdown.", "markdown.preview.lineHeight.desc": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ Š²Ń‹ŃŠ¾Ń‚Ńƒ строки, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼ŃƒŃŽ в области ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра файла Markdown. Это значение Š·Š°Š“Š°ŠµŃ‚ŃŃ Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ размера ŃˆŃ€ŠøŃ„Ń‚Š°.", "markdown.preview.markEditorSelection.desc": "ВыГеление выбранного в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¼ реГакторе в преГпросмотре Markdown.", - "markdown.preview.scrollEditorWithPreview.desc": "ŠŸŃ€Šø ŠæŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠŗŠµ преГпросмотра Markdown обновите преГставление в реГакторе.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠŗŠ° преГпросмотра Markdown Го выбранной строки в реГакторе.", + "markdown.preview.scrollEditorWithPreview.desc": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ преГставление реГактора при ŠæŃ€Š¾ŠŗŃ€ŃƒŃ‚ке ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра Markdown.", + "markdown.preview.scrollPreviewWithEditor.desc": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ преГставление ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра при ŠæŃ€Š¾ŠŗŃ€ŃƒŃ‚ке реГактора Markdown.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[Š£ŃŃ‚Š°Ń€ŠµŠ²ŃˆŠ°Ń Ń„ŃƒŠ½ŠŗŃ†ŠøŃ] ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠŗŠ° ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра Markdown Го выбранной строки в реГакторе.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "Этот параметр был заменен на 'markdown.preview.scrollPreviewWithEditor' Šø больше не ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся.", "markdown.preview.title": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ Š¾Š±Š»Š°ŃŃ‚ŃŒ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра", "markdown.previewFrontMatter.dec": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ Š¾Š±Ń€Š°Š±Š¾Ń‚ŠŗŃƒ Ń‚ŠøŃ‚ŃƒŠ»ŃŒŠ½Ń‹Ń… листов YAML в области ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра файла Markdown. Значение \"ŃŠŗŃ€Ń‹Ń‚ŃŒ\" ŃƒŠ“Š°Š»ŃŠµŃ‚ Ń‚ŠøŃ‚ŃƒŠ»ŃŒŠ½Ń‹Šµ листы. Š’ противном ŃŠ»ŃƒŃ‡Š°Šµ Ń‚ŠøŃ‚ŃƒŠ»ŃŒŠ½Ń‹Šµ листы Š¾Š±Ń€Š°Š±Š°Ń‚Ń‹Š²Š°ŃŽŃ‚ŃŃ как соГержимое файла Markdown.", "markdown.previewSide.title": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ Š¾Š±Š»Š°ŃŃ‚ŃŒ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра сбоку", + "markdown.showLockedPreviewToSide.title": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ Š·Š°Š±Š»Š¾ŠŗŠøŃ€Š¾Š²Š°Š½Š½ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра сбоку", "markdown.showSource.title": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ источник", "markdown.styles.dec": "Дписок URL-аГресов или Š»Š¾ŠŗŠ°Š»ŃŒŠ½Ń‹Ń… ŠæŃƒŃ‚ŠµŠ¹ Šŗ таблицам стилей CSS, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Ń… ŠøŠ· области ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра файла Markdown. ŠžŃ‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŠæŃƒŃ‚Šø ŠøŠ½Ń‚ŠµŃ€ŠæŃ€ŠµŃ‚ŠøŃ€ŃƒŃŽŃ‚ŃŃ Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ папки, открытой в провоГнике. Если папка не открыта, они ŠøŠ½Ń‚ŠµŃ€ŠæŃ€ŠµŃ‚ŠøŃ€ŃƒŃŽŃ‚ŃŃ Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ файла Markdown. Все символы '\\' Голжны Š·Š°ŠæŠøŃŃ‹Š²Š°Ń‚ŃŒŃŃ в виГе '\\\\'.", "markdown.showPreviewSecuritySelector.title": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ параметры безопасности Š“Š»Ń ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра", "markdown.trace.desc": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ веГение Š¶ŃƒŃ€Š½Š°Š»Š° отлаГки Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Markdown.", - "markdown.refreshPreview.title": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр" + "markdown.preview.refresh.title": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ Š¾Š±Š»Š°ŃŃ‚ŃŒ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра", + "markdown.preview.toggleLock.title": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Š±Š»Š¾ŠŗŠøŃ€Š¾Š²ŠŗŃƒ области ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра" } \ No newline at end of file diff --git a/i18n/rus/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/rus/extensions/merge-conflict/out/codelensProvider.i18n.json index 8b8980ff83..b5d8a5c6c2 100644 --- a/i18n/rus/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/rus/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "ŠŸŃ€ŠøŠ½ŃŃ‚ŃŒ Ń‚ŠµŠŗŃƒŃ‰ŠµŠµ изменение", "acceptIncomingChange": "ŠŸŃ€ŠøŠ½ŃŃ‚ŃŒ Š²Ń…Š¾Š“ŃŃ‰ŠµŠµ изменение", "acceptBothChanges": "ŠŸŃ€ŠøŠ½ŃŃ‚ŃŒ оба ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ", diff --git a/i18n/rus/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/rus/extensions/merge-conflict/out/commandHandler.i18n.json index c9bb796671..ae41cb31a0 100644 --- a/i18n/rus/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/rus/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "ŠšŃƒŃ€ŃŠ¾Ń€ не Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŃ на конфликте Š¾Š±ŃŠŠµŠ“ŠøŠ½ŠµŠ½ŠøŃ", "compareChangesTitle": "{0}: Ń‚ŠµŠŗŃƒŃ‰ŠøŠµ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ ⟷ Š²Ń…Š¾Š“ŃŃ‰ŠøŠµ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ", "cursorOnCommonAncestorsRange": "ŠšŃƒŃ€ŃŠ¾Ń€ реГактора Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŃ в блоке общих преГков. ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚Šµ его в блок \"Š¢ŠµŠŗŃƒŃ‰ŠµŠµ\" или \"Š’Ń…Š¾Š“ŃŃ‰ŠµŠµ\"", diff --git a/i18n/rus/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/rus/extensions/merge-conflict/out/mergeDecorator.i18n.json index 19166bea62..6beb587bf0 100644 --- a/i18n/rus/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/rus/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(Ń‚ŠµŠŗŃƒŃ‰ŠµŠµ изменение)", "incomingChange": "(Š²Ń…Š¾Š“ŃŃ‰ŠµŠµ изменение)" } \ No newline at end of file diff --git a/i18n/rus/extensions/merge-conflict/package.i18n.json b/i18n/rus/extensions/merge-conflict/package.i18n.json index b792fefd67..dae35f9218 100644 --- a/i18n/rus/extensions/merge-conflict/package.i18n.json +++ b/i18n/rus/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŠ±ŃŠŠµŠ“ŠøŠ½ŠøŃ‚ŃŒ конфликт", + "description": "ВыГеление Šø команГы Š“Š»Ń Š²Š½ŃƒŃ‚Ń€ŠµŠ½Š½ŠøŃ… конфликтов ŃŠ»ŠøŃŠ½ŠøŃ.", "command.category": "ŠžŠ±ŃŠŠµŠ“ŠøŠ½ŠøŃ‚ŃŒ конфликт", "command.accept.all-current": "ŠŸŃ€ŠøŠ½ŃŃ‚ŃŒ все Ń‚ŠµŠŗŃƒŃ‰ŠøŠµ", "command.accept.all-incoming": "ŠŸŃ€ŠøŠ½ŃŃ‚ŃŒ все Š²Ń…Š¾Š“ŃŃ‰ŠøŠµ", diff --git a/i18n/rus/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/rus/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..125eb59b56 --- /dev/null +++ b/i18n/rus/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Bower.json по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", + "json.bower.error.repoaccess": "Дбой запроса в репозиторий Bower: {0}", + "json.bower.latest.version": "ŠæŠ¾ŃŠ»ŠµŠ“Š½ŃŃ" +} \ No newline at end of file diff --git a/i18n/rus/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/rus/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..5561a1e820 --- /dev/null +++ b/i18n/rus/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Файл package.json по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", + "json.npm.error.repoaccess": "Дбой запроса в репозиторий NPM: {0}", + "json.npm.latestversion": "ŠŸŠ¾ŃŠ»ŠµŠ“Š½ŃŃ Š²ŠµŃ€ŃŠøŃ пакета на Ганный момент", + "json.npm.majorversion": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ послеГнему основному Š½Š¾Š¼ŠµŃ€Ńƒ версии (1.x.x).", + "json.npm.minorversion": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ послеГнему Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¼Ńƒ Š½Š¾Š¼ŠµŃ€Ńƒ версии (1.2.x).", + "json.npm.version.hover": "ŠŸŠ¾ŃŠ»ŠµŠ“Š½ŃŃ Š²ŠµŃ€ŃŠøŃ: {0}" +} \ No newline at end of file diff --git a/i18n/rus/extensions/npm/out/main.i18n.json b/i18n/rus/extensions/npm/out/main.i18n.json index e567298cc8..108f2c328b 100644 --- a/i18n/rus/extensions/npm/out/main.i18n.json +++ b/i18n/rus/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŠµ заГач npm: не уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ файл {0} " } \ No newline at end of file diff --git a/i18n/rus/extensions/npm/package.i18n.json b/i18n/rus/extensions/npm/package.i18n.json index f92c0f33a8..5f5c2e9b6b 100644 --- a/i18n/rus/extensions/npm/package.i18n.json +++ b/i18n/rus/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ Š“Š»Ń Š“Š¾Š±Š°Š²Š»ŠµŠ½ŠøŃ поГГержки заГач в скрипты npm.", + "displayName": "ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠŗŠ° Npm Š“Š»Ń VSCode", "config.npm.autoDetect": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ автоматическое опреГеление сценариев npm. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾\".", "config.npm.runSilent": "Š—Š°ŠæŃƒŃŠŗŠ°Ń‚ŃŒ команГы npm с параметром '--silent'.", "config.npm.packageManager": "Диспетчер пакетов, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ Š“Š»Ń запуска сценариев.", - "npm.parseError": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŠµ заГач npm: не уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ файл {0}" + "config.npm.exclude": "ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ станГартные маски Š“Š»Ń папок, которые Голжны Š±Ń‹Ń‚ŃŒ обработаны с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ автоматического Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ ŃŃ†ŠµŠ½Š°Ń€ŠøŃ.", + "npm.parseError": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŠµ заГач npm: не уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ файл {0}", + "taskdef.script": "Дкрипт npm Š“Š»Ń ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ.", + "taskdef.path": "ŠŸŃƒŃ‚ŃŒ Šŗ папке с файлом package.json, который соГержит сценарий. Можно Š¾ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ." } \ No newline at end of file diff --git a/i18n/rus/extensions/objective-c/package.i18n.json b/i18n/rus/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..e3335c019e --- /dev/null +++ b/i18n/rus/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Objective-C", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Objective-C." +} \ No newline at end of file diff --git a/i18n/rus/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/rus/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..125eb59b56 --- /dev/null +++ b/i18n/rus/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Bower.json по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", + "json.bower.error.repoaccess": "Дбой запроса в репозиторий Bower: {0}", + "json.bower.latest.version": "ŠæŠ¾ŃŠ»ŠµŠ“Š½ŃŃ" +} \ No newline at end of file diff --git a/i18n/rus/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/rus/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..5561a1e820 --- /dev/null +++ b/i18n/rus/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Файл package.json по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", + "json.npm.error.repoaccess": "Дбой запроса в репозиторий NPM: {0}", + "json.npm.latestversion": "ŠŸŠ¾ŃŠ»ŠµŠ“Š½ŃŃ Š²ŠµŃ€ŃŠøŃ пакета на Ганный момент", + "json.npm.majorversion": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ послеГнему основному Š½Š¾Š¼ŠµŃ€Ńƒ версии (1.x.x).", + "json.npm.minorversion": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ послеГнему Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¼Ńƒ Š½Š¾Š¼ŠµŃ€Ńƒ версии (1.2.x).", + "json.npm.version.hover": "ŠŸŠ¾ŃŠ»ŠµŠ“Š½ŃŃ Š²ŠµŃ€ŃŠøŃ: {0}" +} \ No newline at end of file diff --git a/i18n/rus/extensions/package-json/package.i18n.json b/i18n/rus/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/rus/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/rus/extensions/perl/package.i18n.json b/i18n/rus/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..dd8da14219 --- /dev/null +++ b/i18n/rus/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Perl", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Perl." +} \ No newline at end of file diff --git a/i18n/rus/extensions/php/out/features/validationProvider.i18n.json b/i18n/rus/extensions/php/out/features/validationProvider.i18n.json index 38ad31efd8..9fe6686f18 100644 --- a/i18n/rus/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/rus/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š²Ń‹ŠæŠ¾Š»Š½ŃŃ‚ŃŒ {0} (Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ŃŃ как параметр рабочей области) Š“Š»Ń обработки PHP-файлов через lint?", "php.yes": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ", "php.no": "Š—Š°ŠæŃ€ŠµŃ‚ŠøŃ‚ŃŒ", diff --git a/i18n/rus/extensions/php/package.i18n.json b/i18n/rus/extensions/php/package.i18n.json index f722b3cf8c..ef06e544ec 100644 --- a/i18n/rus/extensions/php/package.i18n.json +++ b/i18n/rus/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "Указывает, Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹ ли встроенные ŃŠ·Ń‹ŠŗŠ¾Š²Ń‹Šµ ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃ Š“Š»Ń PHP. ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠŗŠ° преГлагает Š³Š»Š¾Š±Š°Š»ŃŒŠ½Ń‹Šµ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ Šø переменные PHP.", "configuration.validate.enable": "Š’ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ встроенной проверки PHP.", "configuration.validate.executablePath": "Указывает на ŠøŃŠæŠ¾Š»Š½ŃŠµŠ¼Ń‹Š¹ файл PHP.", "configuration.validate.run": "Š—Š°ŠæŃƒŃŠŗŠ°ŠµŃ‚ŃŃ ли анализатор коГа при сохранении или при печати.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "Š—Š°ŠæŃ€ŠµŃ‚ŠøŃ‚ŃŒ ŠøŃŠæŠ¾Š»Š½ŃŠµŠ¼Ń‹Š¹ файл проверки PHP (Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ŃŃ как параметр рабочей области)" + "command.untrustValidationExecutable": "Š—Š°ŠæŃ€ŠµŃ‚ŠøŃ‚ŃŒ ŠøŃŠæŠ¾Š»Š½ŃŠµŠ¼Ń‹Š¹ файл проверки PHP (Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ŃŃ как параметр рабочей области)", + "displayName": "Š¤ŃƒŠ½ŠŗŃ†ŠøŠø ŃŠ·Ń‹ŠŗŠ° PHP", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ IntelliSense, Ń„ŃƒŠ½ŠŗŃ†ŠøŠø жанров Šø основные Ń„ŃƒŠ½ŠŗŃ†ŠøŠø ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń файлов PHP." } \ No newline at end of file diff --git a/i18n/rus/extensions/powershell/package.i18n.json b/i18n/rus/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..f8fc115924 --- /dev/null +++ b/i18n/rus/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° PowerShell", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах PowerShell." +} \ No newline at end of file diff --git a/i18n/rus/extensions/pug/package.i18n.json b/i18n/rus/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..8384053531 --- /dev/null +++ b/i18n/rus/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Pug", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Pug." +} \ No newline at end of file diff --git a/i18n/rus/extensions/python/package.i18n.json b/i18n/rus/extensions/python/package.i18n.json new file mode 100644 index 0000000000..33da1636fb --- /dev/null +++ b/i18n/rus/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Python", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах Python." +} \ No newline at end of file diff --git a/i18n/rus/extensions/r/package.i18n.json b/i18n/rus/extensions/r/package.i18n.json new file mode 100644 index 0000000000..94d1747018 --- /dev/null +++ b/i18n/rus/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° R", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах R." +} \ No newline at end of file diff --git a/i18n/rus/extensions/razor/package.i18n.json b/i18n/rus/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..6c752399d8 --- /dev/null +++ b/i18n/rus/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Razor", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах Razor." +} \ No newline at end of file diff --git a/i18n/rus/extensions/ruby/package.i18n.json b/i18n/rus/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..f58a29683e --- /dev/null +++ b/i18n/rus/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Ruby", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Ruby." +} \ No newline at end of file diff --git a/i18n/rus/extensions/rust/package.i18n.json b/i18n/rus/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..54f90f2f99 --- /dev/null +++ b/i18n/rus/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Rust", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Rust." +} \ No newline at end of file diff --git a/i18n/rus/extensions/scss/package.i18n.json b/i18n/rus/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..a8694c4d41 --- /dev/null +++ b/i18n/rus/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° SCSS", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах SCSS." +} \ No newline at end of file diff --git a/i18n/rus/extensions/shaderlab/package.i18n.json b/i18n/rus/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..ecf9c517eb --- /dev/null +++ b/i18n/rus/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Shaderlab", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Shaderlab." +} \ No newline at end of file diff --git a/i18n/rus/extensions/shellscript/package.i18n.json b/i18n/rus/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..a0cf7a535f --- /dev/null +++ b/i18n/rus/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° сценариев оболочки", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах сценариев оболочки." +} \ No newline at end of file diff --git a/i18n/rus/extensions/sql/package.i18n.json b/i18n/rus/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..b2f481ccd3 --- /dev/null +++ b/i18n/rus/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° SQL", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах SQL." +} \ No newline at end of file diff --git a/i18n/rus/extensions/swift/package.i18n.json b/i18n/rus/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..72682aeeaf --- /dev/null +++ b/i18n/rus/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Swift", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах Swift." +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-abyss/package.i18n.json b/i18n/rus/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..656c506973 --- /dev/null +++ b/i18n/rus/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Тема хаоса", + "description": "Тема хаоса Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-defaults/package.i18n.json b/i18n/rus/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..7c594e3f5b --- /dev/null +++ b/i18n/rus/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Темы по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", + "description": "Š¢ŠµŠ¼Š½Š°Ń Šø ŃŠ²ŠµŃ‚Š»Š°Ń темы по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ (Plus Šø Visual Studio)" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-kimbie-dark/package.i18n.json b/i18n/rus/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..603ad47bf3 --- /dev/null +++ b/i18n/rus/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Š¢ŠµŠ¼Š½Š°Ń тема Kimbie", + "description": "Š¢ŠµŠ¼Š½Š°Ń тема Kimbie Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/rus/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..b903fb93df --- /dev/null +++ b/i18n/rus/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Тема Monokai с уменьшенной ŃŃ€ŠŗŠ¾ŃŃ‚ŃŒŃŽ", + "description": "Тема Monokai с уменьшенной ŃŃ€ŠŗŠ¾ŃŃ‚ŃŒŃŽ Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-monokai/package.i18n.json b/i18n/rus/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..d27a083364 --- /dev/null +++ b/i18n/rus/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Тема Monokai", + "description": "Тема Monokai Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-quietlight/package.i18n.json b/i18n/rus/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..df2d9577b9 --- /dev/null +++ b/i18n/rus/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Š¢ŠøŃ…Š°Ń ŃŠ²ŠµŃ‚Š»Š°Ń тема", + "description": "Š¢ŠøŃ…Š°Ń ŃŠ²ŠµŃ‚Š»Š°Ń тема Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-red/package.i18n.json b/i18n/rus/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..edbf1c8ddd --- /dev/null +++ b/i18n/rus/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠšŃ€Š°ŃŠ½Š°Ń тема", + "description": "ŠšŃ€Š°ŃŠ½Š°Ń тема Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-seti/package.i18n.json b/i18n/rus/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..975aacb438 --- /dev/null +++ b/i18n/rus/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Тема значков файлов Seti", + "description": "Тема значков файлов на основе значков файлов ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š³Š¾ интерфейса Seti" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-solarized-dark/package.i18n.json b/i18n/rus/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..7b9d860962 --- /dev/null +++ b/i18n/rus/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Š”Š¾Š»Š½ŠµŃ‡Š½Š°Ń Ń‚ŠµŠ¼Š½Š°Ń тема", + "description": "Š”Š¾Š»Š½ŠµŃ‡Š½Š°Ń Ń‚ŠµŠ¼Š½Š°Ń тема Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-solarized-light/package.i18n.json b/i18n/rus/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..f3de6d1d54 --- /dev/null +++ b/i18n/rus/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Š”Š¾Š»Š½ŠµŃ‡Š½Š°Ń ŃŠ²ŠµŃ‚Š»Š°Ń тема", + "description": "Š”Š¾Š»Š½ŠµŃ‡Š½Š°Ń ŃŠ²ŠµŃ‚Š»Š°Ń тема Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/rus/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..777824266c --- /dev/null +++ b/i18n/rus/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Š”ŠøŠ½ŃŃ Š²ŠµŃ‡ŠµŃ€Š½ŃŃ тема", + "description": "Š”ŠøŠ½ŃŃ Š²ŠµŃ‡ŠµŃ€Š½ŃŃ тема Š“Š»Ń Visual Studio Code" +} \ No newline at end of file diff --git a/i18n/rus/extensions/typescript-basics/package.i18n.json b/i18n/rus/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..1d316b2902 --- /dev/null +++ b/i18n/rus/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° TypeScript", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах TypeScript." +} \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/commands.i18n.json b/i18n/rus/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..c530a4e9dc --- /dev/null +++ b/i18n/rus/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ папку в VS Code, чтобы ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ проект JavaScript или TypeScript.", + "typescript.projectConfigUnsupportedFile": "ŠŠµ уГалось Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ проект TypeScript или JavaScript. ŠŠµŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŠ¼Ń‹Š¹ тип файла", + "typescript.projectConfigCouldNotGetInfo": "ŠŠµ уГалось Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ проект TypeScript или JavaScript.", + "typescript.noTypeScriptProjectConfig": "Файл не ŃŠ²Š»ŃŠµŃ‚ŃŃ Ń‡Š°ŃŃ‚ŃŒŃŽ проекта TypeScript. Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ см. [зГесь]({0}).", + "typescript.noJavaScriptProjectConfig": "Файл не ŃŠ²Š»ŃŠµŃ‚ŃŃ Ń‡Š°ŃŃ‚ŃŒŃŽ проекта JavaScript. Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ см. [зГесь]({0}).", + "typescript.configureTsconfigQuickPick": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ tsconfig.json", + "typescript.configureJsconfigQuickPick": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ jsconfig.json" +} \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/rus/extensions/typescript/out/features/bufferSyncSupport.i18n.json index 14d34e0b45..d3a771b87b 100644 --- a/i18n/rus/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/rus/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/completionItemProvider.i18n.json index baf52ec9de..d0857410e7 100644 --- a/i18n/rus/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/rus/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "Выберите ŠæŃ€ŠøŠ¼ŠµŠ½ŃŠµŠ¼Š¾Šµ Гействие коГа", "acquiringTypingsLabel": "ŠŸŠ¾Š»ŃƒŃ‡ŠµŠ½ŠøŠµ typings...", "acquiringTypingsDetail": "ŠŸŠ¾Š»ŃƒŃ‡ŠµŠ½ŠøŠµ опреГелений typings Š“Š»Ń IntelliSense.", diff --git a/i18n/rus/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index 5c9f3c06ff..2bfe0da283 100644 --- a/i18n/rus/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/rus/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ ŃŠµŠ¼Š°Š½Ń‚ŠøŃ‡ŠµŃŠŗŃƒŃŽ ŠæŃ€Š¾Š²ŠµŃ€ŠŗŃƒ в JavaScript файле. ŠŠµŠ¾Š±Ń…Š¾Š“ŠøŠ¼Š¾ Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠøŃ‚ŃŒ в самом начале файла.", "ts-nocheck": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ ŃŠµŠ¼Š°Š½Ń‚ŠøŃ‡ŠµŃŠŗŃƒŃŽ ŠæŃ€Š¾Š²ŠµŃ€ŠŗŃƒ в JavaScript файле. ŠŠµŠ¾Š±Ń…Š¾Š“ŠøŠ¼Š¾ Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠøŃ‚ŃŒ в самом начале файла.", "ts-ignore": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ вывоГ ошибок @ts-check Š“Š»Ń ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¹ строки файла." diff --git a/i18n/rus/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index ae0efa09fe..a5ec1c921a 100644 --- a/i18n/rus/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/rus/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1Ā Ń€ŠµŠ°Š»ŠøŠ·Š°Ń†ŠøŃ", "manyImplementationLabel": "Реализации {0}", "implementationsErrorLabel": "ŠŠµ уГалось Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ реализации." diff --git a/i18n/rus/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index b7c9fb342d..fd27a7bed9 100644 --- a/i18n/rus/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/rus/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "ŠšŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŠ¹ JSDoc" } \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..8c7cf46e47 --- /dev/null +++ b/i18n/rus/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (Š˜ŃŠæŃ€Š°Š²ŠøŃ‚ŃŒ все в файле)" +} \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 55334df083..dca389ed83 100644 --- a/i18n/rus/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/rus/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 ссылка", "manyReferenceLabel": "Дсылок: {0}", "referenceErrorLabel": "ŠŠµ уГалось Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ ссылки." diff --git a/i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json index 2d3a9a08b5..5ec3030d45 100644 --- a/i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "сборка – {0}", "buildAndWatchTscLabel": "отслеживание – {0}" } \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/typescriptMain.i18n.json b/i18n/rus/extensions/typescript/out/typescriptMain.i18n.json index 719d56f4f9..b7d708f081 100644 --- a/i18n/rus/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/rus/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json index 2c4a9960a9..a193c12686 100644 --- a/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/rus/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "ŠŸŃƒŃ‚ŃŒ {0} не ŃƒŠŗŠ°Š·Ń‹Š²Š°ŠµŃ‚ на Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ файл программы ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠø tsserver. Š’Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ŃŃ откат Го пакетной версии TypeScript.", "serverCouldNotBeStarted": "ŠŠµ уГалось Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ ŃŠ·Ń‹ŠŗŠ¾Š²Š¾Š¹ сервер TypeScript. Дообщение об ошибке: \"{0}\".", "typescript.openTsServerLog.notSupported": "Š”Š»Ń Š²ŠµŠ“ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š° сервера TS Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ TSĀ 2.2.2+", diff --git a/i18n/rus/extensions/typescript/out/utils/api.i18n.json b/i18n/rus/extensions/typescript/out/utils/api.i18n.json index 1af9a8a041..558d24005a 100644 --- a/i18n/rus/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/rus/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Š°Ń Š²ŠµŃ€ŃŠøŃ" } \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/utils/logger.i18n.json b/i18n/rus/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/rus/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/rus/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json index 436675958f..c6acd73641 100644 --- a/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "Чтобы Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŃŠ·Ń‹ŠŗŠ¾Š²Ń‹Šµ Ń„ŃƒŠ½ŠŗŃ†ŠøŠø JavaScript/TypeScript IntelliSense во всем проекте, ŠøŃŠŗŠ»ŃŽŃ‡ŠøŃ‚Šµ папки с большим числом файлов, например: {0}.", "hintExclude.generic": "Чтобы Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŃŠ·Ń‹ŠŗŠ¾Š²Ń‹Šµ Ń„ŃƒŠ½ŠŗŃ†ŠøŠø JavaScript/TypeScript IntelliSense во всем проекте, ŠøŃŠŗŠ»ŃŽŃ‡ŠøŃ‚Šµ большие папки с исхоГными файлами, с которыми вы не работаете.", "large.label": "ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠ° ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠ¹", diff --git a/i18n/rus/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/rus/extensions/typescript/out/utils/typingsStatus.i18n.json index 8df62bae15..da601aa22b 100644 --- a/i18n/rus/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/rus/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "ŠŸŠ¾Š»ŃƒŃ‡ŠµŠ½ŠøŠµ Ганных Š“Š»Ń ŠæŠ¾Š²Ń‹ŃˆŠµŠ½ŠøŃ ŃŃ„Ń„ŠµŠŗŃ‚ŠøŠ²Š½Š¾ŃŃ‚Šø IntelliSense TypeScript", - "typesInstallerInitializationFailed.title": "ŠŠµ уГалось ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ файлы типизации Š“Š»Ń ŃŠ·Ń‹ŠŗŠ° JavaScript. Š£Š±ŠµŠ“ŠøŃ‚ŠµŃŃŒ, что NPM ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ или ŃƒŠŗŠ°Š¶ŠøŃ‚Šµ ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ 'typescript.npm' в параметрах среГы ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", - "typesInstallerInitializationFailed.moreInformation": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", - "typesInstallerInitializationFailed.doNotCheckAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŃ€Š¾Š²ŠµŃ€ŃŃ‚ŃŒ", - "typesInstallerInitializationFailed.close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ" + "typesInstallerInitializationFailed.title": "ŠŠµ уГалось ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ файлы типизации Š“Š»Ń ŃŠ·Ń‹ŠŗŠ° JavaScript. Š£Š±ŠµŠ“ŠøŃ‚ŠµŃŃŒ, что NPM ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ или ŃƒŠŗŠ°Š¶ŠøŃ‚Šµ ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ 'typescript.npm' в параметрах среГы ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń. Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ см. [зГесь]({0}).", + "typesInstallerInitializationFailed.doNotCheckAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json index e545c9ff43..087a273ddc 100644 --- a/i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "Š˜ŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ Š²ŠµŃ€ŃŠøŃŽ VS Code", "useWorkspaceVersionOption": "Š˜ŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ Š²ŠµŃ€ŃŠøŃŽ рабочей области", "learnMore": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", diff --git a/i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json index 5cc970d972..495f212ddd 100644 --- a/i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "ŠŠµ уГалось Š·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ Š²ŠµŃ€ŃŠøŃŽ TypeScript по ŃŃ‚Š¾Š¼Ńƒ ŠæŃƒŃ‚Šø", "noBundledServerFound": "Файл tsserver VSCode был уГален Š“Ń€ŃƒŠ³ŠøŠ¼ приложением, например, в Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Šµ Š¾ŃˆŠøŠ±Š¾Ń‡Š½Š¾Š³Š¾ ŃŃ€Š°Š±Š°Ń‚Ń‹Š²Š°Š½ŠøŃ среГства Š¾Š±Š½Š°Ń€ŃƒŠ¶ŠµŠ½ŠøŃ Š²ŠøŃ€ŃƒŃŠ¾Š². ŠŸŠµŃ€ŠµŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚Šµ VSCode." } \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/package.i18n.json b/i18n/rus/extensions/typescript/package.i18n.json index 2980026d6d..e611743af3 100644 --- a/i18n/rus/extensions/typescript/package.i18n.json +++ b/i18n/rus/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Возможности ŃŠ·Ń‹ŠŗŠ¾Š² TypeScript Šø JavaScript", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŃˆŠøŃ€Š¾ŠŗŃƒŃŽ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠŗŃƒ ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń JavaScript Šø TypeScript.", "typescript.reloadProjects.title": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ проект", "javascript.reloadProjects.title": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ проект", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ краткие ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃ при ввоГе ŠæŃƒŃ‚Šø импорта.", "typescript.locale": "Устанавливает ŃŠ·Ń‹ŠŗŠ¾Š²Š¾Š¹ станГарт, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ Š“Š»Ń сообщений об Š¾ŃˆŠøŠ±ŠŗŠ°Ń… TypeScript. Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ TypeScript 2.6.0 или более позГней версии. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — 'null'. ŠŸŃ€Šø указании Š·Š½Š°Ń‡ŠµŠ½ŠøŃ null Š“Š»Ń сообщений об Š¾ŃˆŠøŠ±ŠŗŠ°Ń… TypeScript ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ ŃŠ·Ń‹ŠŗŠ¾Š²Š¾Š¹ станГарт VS Code.", "javascript.implicitProjectConfig.experimentalDecorators": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚/Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ параметр 'experimentalDecorators' Š“Š»Ń файлов JavaScript, которые не ŃŠ²Š»ŃŃŽŃ‚ŃŃ Ń‡Š°ŃŃ‚ŃŒŃŽ проекта. Этот параметр может ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŃ‚ŃŒŃŃ в файле jsconfig.json или tsconfig.json. Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ TypeScript 2.3.1 или более позГней версии.", - "typescript.autoImportSuggestions.enabled": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃ автоматического импорта. Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ TypeScript 2.6.1 или более позГней версии" + "typescript.autoImportSuggestions.enabled": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃ автоматического импорта. Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ TypeScript 2.6.1 или более позГней версии", + "typescript.experimental.syntaxFolding": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚/Š¾Ń‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ маркеры ŃŠ²ŠµŃ€Ń‚Ń‹Š²Š°Š½ŠøŃ с ŃƒŃ‡ŠµŃ‚Š¾Š¼ синтаксиса.", + "taskDefinition.tsconfig.description": "Файл tsconfig, который Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ ŃŠ±Š¾Ń€ŠŗŃƒ TS." } \ No newline at end of file diff --git a/i18n/rus/extensions/vb/package.i18n.json b/i18n/rus/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..a98cc0dd73 --- /dev/null +++ b/i18n/rus/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° Visual Basic", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ фрагменты коГа, ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса, выГеление парных скобок Šø сворачивание коГа в файлах Visual Basic." +} \ No newline at end of file diff --git a/i18n/rus/extensions/xml/package.i18n.json b/i18n/rus/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..9b2bd99235 --- /dev/null +++ b/i18n/rus/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° XML", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах XML." +} \ No newline at end of file diff --git a/i18n/rus/extensions/yaml/package.i18n.json b/i18n/rus/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..5a8bf619dd --- /dev/null +++ b/i18n/rus/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "ŠžŃŠ½Š¾Š²Ń‹ ŃŠ·Ń‹ŠŗŠ° YAML", + "description": "ŠŸŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ ŠæŠ¾Š“ŃŠ²ŠµŃ‚ŠŗŃƒ синтаксиса Šø выГеление парных скобок в файлах YAML." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/rus/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/rus/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/rus/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/rus/src/vs/base/browser/ui/aria/aria.i18n.json index 2f48e7d9b0..c17c83052f 100644 --- a/i18n/rus/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/rus/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (ŠæŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š¾ снова)" } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/rus/src/vs/base/browser/ui/findinput/findInput.i18n.json index cd29f7f88b..b05a450cd3 100644 --- a/i18n/rus/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/rus/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "ввоГ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/rus/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index cd45197081..227c9518d1 100644 --- a/i18n/rus/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/rus/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Š” ŃƒŃ‡ŠµŃ‚Š¾Š¼ регистра", "wordsDescription": "Длово целиком", "regexDescription": "Š˜ŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ Ń€ŠµŠ³ŃƒŠ»ŃŃ€Š½Š¾Šµ выражение" diff --git a/i18n/rus/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/rus/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 5e473585d0..1c95bafdd9 100644 --- a/i18n/rus/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/rus/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "ŠžŃˆŠøŠ±ŠŗŠ°: {0}", "alertWarningMessage": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ: {0}", "alertInfoMessage": "Š”Š²ŠµŠ“ŠµŠ½ŠøŃ: {0}" diff --git a/i18n/rus/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/rus/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 3ef6f2cac9..371fa53b35 100644 --- a/i18n/rus/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/rus/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "Š˜Š·Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŠµ слишком велико Š“Š»Ń Š¾Ń‚Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŃ в реГакторе. ", "resourceOpenExternalButton": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ изображение с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ внешней программы?", diff --git a/i18n/rus/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/rus/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/rus/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/rus/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index d476f8f244..fb76869a2a 100644 --- a/i18n/rus/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/rus/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "Еще" } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/errorMessage.i18n.json b/i18n/rus/src/vs/base/common/errorMessage.i18n.json index 5edc474472..267e1a9ee0 100644 --- a/i18n/rus/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/rus/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "ŠŸŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° Š½ŠµŠøŠ·Š²ŠµŃŃ‚Š½Š°Ń ошибка. ŠŸŠ¾Š“Ń€Š¾Š±Š½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ см. в Š¶ŃƒŃ€Š½Š°Š»Šµ.", "nodeExceptionMessage": "ŠŸŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° ŃŠøŃŃ‚ŠµŠ¼Š½Š°Ń ошибка ({0})", diff --git a/i18n/rus/src/vs/base/common/json.i18n.json b/i18n/rus/src/vs/base/common/json.i18n.json index ec94fb8302..af7e81fbe7 100644 --- a/i18n/rus/src/vs/base/common/json.i18n.json +++ b/i18n/rus/src/vs/base/common/json.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/rus/src/vs/base/common/jsonErrorMessages.i18n.json index ec94fb8302..b94a09519b 100644 --- a/i18n/rus/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/rus/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ символ", "error.invalidNumberFormat": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ числовой формат", "error.propertyNameExpected": "Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠøŠ¼Ń свойства", diff --git a/i18n/rus/src/vs/base/common/keybindingLabels.i18n.json b/i18n/rus/src/vs/base/common/keybindingLabels.i18n.json index 94c6d7cf75..d1004d8bad 100644 --- a/i18n/rus/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/rus/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "CTRL", "shiftKey": "SHIFT", "altKey": "ALT", diff --git a/i18n/rus/src/vs/base/common/processes.i18n.json b/i18n/rus/src/vs/base/common/processes.i18n.json index 3eb24fd548..83263f3b7a 100644 --- a/i18n/rus/src/vs/base/common/processes.i18n.json +++ b/i18n/rus/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/base/common/severity.i18n.json b/i18n/rus/src/vs/base/common/severity.i18n.json index 6e633700d9..3a1747abc5 100644 --- a/i18n/rus/src/vs/base/common/severity.i18n.json +++ b/i18n/rus/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "ŠžŃˆŠøŠ±ŠŗŠ°", "sev.warning": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ", "sev.info": "Š”Š²ŠµŠ“ŠµŠ½ŠøŃ" diff --git a/i18n/rus/src/vs/base/node/processes.i18n.json b/i18n/rus/src/vs/base/node/processes.i18n.json index 8de36eadb0..cf63f86d38 100644 --- a/i18n/rus/src/vs/base/node/processes.i18n.json +++ b/i18n/rus/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ команГу оболочки на Гиске UNC." } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/node/ps.i18n.json b/i18n/rus/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..dcd6ea0f0f --- /dev/null +++ b/i18n/rus/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "Дбор информации о процессоре Šø ŠæŠ°Š¼ŃŃ‚Šø. Это может Š·Š°Š½ŃŃ‚ŃŒ ŠæŠ°Ń€Ńƒ секунГ." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/base/node/zip.i18n.json b/i18n/rus/src/vs/base/node/zip.i18n.json index 34bcec07af..0eb1c9ef08 100644 --- a/i18n/rus/src/vs/base/node/zip.i18n.json +++ b/i18n/rus/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0} не найГено в ZIP-архиве." } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 1d8f5b0ad4..a3bf38c78d 100644 --- a/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, среГство выбора", "quickOpenAriaLabel": "среГство выбора" } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 08ae85a429..1dd4da9e54 100644 --- a/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/rus/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "ДреГство быстрого выбора. ВвеГите, чтобы ŃŃƒŠ·ŠøŃ‚ŃŒ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹.", "treeAriaLabel": "ДреГство быстрого выбора" } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/rus/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index 4c9b9a67ca..5c803c10d4 100644 --- a/i18n/rus/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/rus/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/rus/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..920e12e24a --- /dev/null +++ b/i18n/rus/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр в GitHub", + "loadingData": "Š—Š°Š³Ń€ŃƒŠ·ŠŗŠ° Ганных...", + "similarIssues": "ŠŸŠ¾Ń…Š¾Š¶ŠøŠµ проблемы", + "open": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ", + "closed": "Закрыто", + "noResults": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ не найГены", + "settingsSearchIssue": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Š° с параметрами поиска", + "bugReporter": "ŠžŃ‚Ń‡ŠµŃ‚ об Š¾ŃˆŠøŠ±ŠŗŠ°Ń…", + "performanceIssue": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Š° с ŠæŃ€Š¾ŠøŠ·Š²Š¾Š“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ŃŃ‚ŃŒŃŽ", + "featureRequest": "Запрос Ń„ŃƒŠ½ŠŗŃ†ŠøŠø", + "stepsToReproduce": "Š”ŠµŠ¹ŃŃ‚Š²ŠøŃ Š“Š»Ń Š²Š¾ŃŠæŃ€Š¾ŠøŠ·Š²ŠµŠ“ŠµŠ½ŠøŃ проблемы", + "bugDescription": "ŠžŠæŠøŃˆŠøŃ‚Šµ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ Š“Š»Ń точного Š²Š¾ŃŠæŃ€Š¾ŠøŠ·Š²ŠµŠ“ŠµŠ½ŠøŃ проблемы. Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚Šµ фактические Šø ожиГаемые Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹. ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ разметка Markdown в стиле GitHub. Š’Ń‹ можете Š¾Ń‚Ń€ŠµŠ“Š°ŠŗŃ‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ текст проблемы Šø Š“Š¾Š±Š°Š²ŠøŃ‚ŃŒ снимки ŃŠŗŃ€Š°Š½Š° при просмотре проблемы в GitHub.", + "performanceIssueDesciption": "КогГа возникла ŃŃ‚Š° проблема с ŠæŃ€Š¾ŠøŠ·Š²Š¾Š“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ŃŃ‚ŃŒŃŽ? ŠŸŃ€Š¾ŠøŃŃ…Š¾Š“ŠøŃ‚ ли она при запуске или после указанной серии Гействий? ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ разметка Markdown в стиле GitHub. Š’Ń‹ можете Š¾Ń‚Ń€ŠµŠ“Š°ŠŗŃ‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ текст проблемы Šø Š“Š¾Š±Š°Š²ŠøŃ‚ŃŒ снимки ŃŠŗŃ€Š°Š½Š° при просмотре проблемы в GitHub.", + "description": "ŠžŠæŠøŃŠ°Š½ŠøŠµ", + "featureRequestDescription": "ŠžŠæŠøŃˆŠøŃ‚Šµ Ń„ŃƒŠ½ŠŗŃ†ŠøŃŽ, ŠŗŠ¾Ń‚Š¾Ń€ŃƒŃŽ хотели бы ŃƒŠ²ŠøŠ“ŠµŃ‚ŃŒ. ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ разметка Markdown в стиле GitHub. Š’Ń‹ можете Š¾Ń‚Ń€ŠµŠ“Š°ŠŗŃ‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ текст проблемы Šø Š“Š¾Š±Š°Š²ŠøŃ‚ŃŒ снимки ŃŠŗŃ€Š°Š½Š° при просмотре проблемы в GitHub.", + "expectedResults": "ŠžŠ¶ŠøŠ“Š°ŠµŠ¼Ń‹Šµ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹", + "settingsSearchResultsDescription": "Укажите Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹, которые Голжны Š±Ń‹Ń‚ŃŒ ŠæŠ¾Š»ŃƒŃ‡ŠµŠ½Ń‹ Š“Š»Ń ŃŃ‚Š¾Š³Š¾ поискового запроса. ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ разметка Markdown в стиле GitHub. Š’Ń‹ можете Š¾Ń‚Ń€ŠµŠ“Š°ŠŗŃ‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ текст проблемы Šø Š“Š¾Š±Š°Š²ŠøŃ‚ŃŒ снимки ŃŠŗŃ€Š°Š½Š° при просмотре проблемы в GitHub.", + "pasteData": "ŠœŃ‹ скопировали необхоГимые Ганные в Š±ŃƒŃ„ер обмена, так как у них был слишком большой размер Š“Š»Ń отправки. Š’ŃŃ‚Š°Š²ŃŒŃ‚Šµ ŃŃ‚Šø Ганные.", + "disabledExtensions": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/rus/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..6fab7d361a --- /dev/null +++ b/i18n/rus/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "Заполните Ń„Š¾Ń€Š¼Ńƒ на английском ŃŠ·Ń‹ŠŗŠµ.", + "issueTypeLabel": "Это", + "issueTitleLabel": "ŠŠ°Š·Š²Š°Š½ŠøŠµ", + "issueTitleRequired": "ВвеГите название.", + "titleLengthValidation": "ŠŠ°Š·Š²Š°Š½ŠøŠµ слишком Глинное.", + "systemInfo": "Š˜Š½Ń„Š¾Ń€Š¼Š°Ń†ŠøŃ о системе", + "sendData": "ŠžŃ‚ŠæŃ€Š°Š²ŠøŃ‚ŃŒ мои Ганные", + "processes": "Š—Š°ŠæŃƒŃ‰ŠµŠ½Š½Ń‹Šµ процессы", + "workspaceStats": "Дтатистика моей рабочей области", + "extensions": "Мои Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", + "searchedExtensions": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, Š“Š»Ń которых Š²Ń‹ŠæŠ¾Š»Š½ŃŠ»ŃŃ поиск", + "settingsSearchDetails": "Š”Š²ŠµŠ“ŠµŠ½ŠøŃ о параметрах поиска", + "tryDisablingExtensions": "Š”Š¾Ń…Ń€Š°Š½ŃŠµŃ‚ŃŃ ли проблема после Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹?", + "yes": "Да", + "no": "ŠŠµŃ‚", + "disableExtensionsLabelText": "ŠŸŠ¾ŠæŃ€Š¾Š±ŃƒŠ¹Ń‚Šµ воспроизвести ŠæŃ€Š¾Š±Š»ŠµŠ¼Ńƒ после {0}.", + "disableExtensions": "Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ всех Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ Šø ŠæŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠŗŠ° окна", + "showRunningExtensionsLabelText": "Если вы поГозреваете, что проблема ŃŠ²ŃŠ·Š°Š½Š° с Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø, сообщите о проблеме с Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµŠ¼ с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ {0}.", + "showRunningExtensions": "просмотр всех Š·Š°ŠæŃƒŃ‰ŠµŠ½Š½Ń‹Ń… Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹", + "details": "Укажите ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ.", + "loadingData": "Š—Š°Š³Ń€ŃƒŠ·ŠŗŠ° Ганных..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/code/electron-main/auth.i18n.json b/i18n/rus/src/vs/code/electron-main/auth.i18n.json index a419dfadc5..0dd8582f7a 100644 --- a/i18n/rus/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/rus/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ проверка поГлинности прокси-сервера", "proxyauth": "ŠŸŃ€Š¾ŠŗŃŠø-сервер {0} Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ проверки поГлинности." } \ No newline at end of file diff --git a/i18n/rus/src/vs/code/electron-main/logUploader.i18n.json b/i18n/rus/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..80b14898ba --- /dev/null +++ b/i18n/rus/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Š°Ń ŠŗŠ¾Š½ŠµŃ‡Š½Š°Ń точка среГства отправки Š¶ŃƒŃ€Š½Š°Š»Š°", + "beginUploading": "ŠžŃ‚ŠæŃ€Š°Š²ŠŗŠ°...", + "didUploadLogs": "ŠžŃ‚ŠæŃ€Š°Š²ŠŗŠ° успешно Š·Š°Š²ŠµŃ€ŃˆŠµŠ½Š°! Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ файла Š¶ŃƒŃ€Š½Š°Š»Š°: {0}", + "logUploadPromptHeader": "Š’Ń‹ ŃŠ¾Š±ŠøŃ€Š°ŠµŃ‚ŠµŃŃŒ Š¾Ń‚ŠæŃ€Š°Š²ŠøŃ‚ŃŒ Š¶ŃƒŃ€Š½Š°Š»Ń‹ сеанса в Š·Š°Ń‰ŠøŃ‰ŠµŠ½Š½ŃƒŃŽ ŠŗŠ¾Š½ŠµŃ‡Š½ŃƒŃŽ Ń‚Š¾Ń‡ŠŗŃƒ ŠœŠ°Š¹ŠŗŃ€Š¾ŃŠ¾Ń„Ń‚, Š“Š¾ŃŃ‚ŃƒŠæ Šŗ которой ŠµŃŃ‚ŃŒ Ń‚Š¾Š»ŃŒŠŗŠ¾ у ŃƒŃ‡Š°ŃŃ‚Š½ŠøŠŗŠ¾Š² команГы VS Code ŠøŠ· ŠœŠ°Š¹ŠŗŃ€Š¾ŃŠ¾Ń„Ń‚.", + "logUploadPromptBody": "Š–ŃƒŃ€Š½Š°Š»Ń‹ сеансов Š¼Š¾Š³ŃƒŃ‚ ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‚ŃŒ Š»ŠøŃ‡Š½ŃƒŃŽ ŠøŠ½Ń„Š¾Ń€Š¼Š°Ń†ŠøŃŽ, например, полные ŠæŃƒŃ‚Šø Šø соГержимое файлов. ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠøŃ‚Šµ файлы Š¶ŃƒŃ€Š½Š°Š»Š¾Š² Šø ŃƒŠ“Š°Š»ŠøŃ‚Šµ ŠøŠ· них Š»ŠøŃ‡Š½ŃƒŃŽ ŠøŠ½Ń„Š¾Ń€Š¼Š°Ń†ŠøŃŽ зГесь: '{0}'", + "logUploadPromptBodyDetails": "ŠŠ°Š¶ŠøŠ¼Š°Ń кнопку \"ŠŸŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ\", вы поГтвержГаете, что просмотрели файлы Š¶ŃƒŃ€Š½Š°Š»Š¾Š² сеанса, уГалили ŠøŠ· них Š»ŠøŃ‡Š½ŃƒŃŽ ŠøŠ½Ń„Š¾Ń€Š¼Š°Ń†ŠøŃŽ Šø ŃŠ¾Š³Š»Š°ŃˆŠ°ŠµŃ‚ŠµŃŃŒ с тем, что ŠœŠ°Š¹ŠŗŃ€Š¾ŃŠ¾Ń„Ń‚ Š±ŃƒŠ“ŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Šø файлы Š“Š»Ń отлаГки VS Code.", + "logUploadPromptAcceptInstructions": "Чтобы ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ Š¾Ń‚ŠæŃ€Š°Š²ŠŗŃƒ, Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ коГ с параметром \"--upload-logs={0}\"", + "postError": "ŠžŃˆŠøŠ±ŠŗŠ° Ń€Š°Š·Š¼ŠµŃ‰ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š¾Š²: {0}", + "responseError": "ŠžŃˆŠøŠ±ŠŗŠ° Ń€Š°Š·Š¼ŠµŃ‰ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š¾Š². ŠŸŠ¾Š»ŃƒŃ‡ŠµŠ½Š¾ {0} — {1}", + "parseError": "ŠžŃˆŠøŠ±ŠŗŠ° разбора ответа", + "zipError": "ŠžŃˆŠøŠ±ŠŗŠ° Š°Ń€Ń…ŠøŠ²ŠøŃ€Š¾Š²Š°Š½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š¾Š²: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/code/electron-main/main.i18n.json b/i18n/rus/src/vs/code/electron-main/main.i18n.json index 1cf3dee66a..4a64cf82d5 100644 --- a/i18n/rus/src/vs/code/electron-main/main.i18n.json +++ b/i18n/rus/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "Еще оГин ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€ {0} Š·Š°ŠæŃƒŃ‰ŠµŠ½, но не отвечает", "secondInstanceNoResponseDetail": "Закройте все Š¾ŃŃ‚Š°Š»ŃŒŠ½Ń‹Šµ ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€Ń‹ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", "secondInstanceAdmin": "Уже Š·Š°ŠæŃƒŃ‰ŠµŠ½ второй ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€ {0} от имени аГминистратора.", diff --git a/i18n/rus/src/vs/code/electron-main/menus.i18n.json b/i18n/rus/src/vs/code/electron-main/menus.i18n.json index 937574f189..bec5dadc84 100644 --- a/i18n/rus/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/rus/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "&&Файл", "mEdit": "&&ŠŸŃ€Š°Š²ŠŗŠ°", "mSelection": "&&ВыГеление", @@ -88,8 +90,10 @@ "miMarker": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹", "miAdditionalViews": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ &&ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ", "miCommandPalette": "&&ŠŸŠ°Š»ŠøŃ‚Ń€Š° команГ...", + "miOpenView": "&&ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ преГставление...", "miToggleFullScreen": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š²Ń‹ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ полно&&ŃŠŗŃ€Š°Š½Š½Ń‹Š¹ режим", "miToggleZenMode": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ режим \"Дзен\"", + "miToggleCenteredLayout": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ расположение по Ń†ŠµŠ½Ń‚Ń€Ńƒ", "miToggleMenuBar": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ/ŃŠŗŃ€Ń‹Ń‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ &&Š¼ŠµŠ½ŃŽ", "miSplitEditor": "Š Š°Š·Š“ŠµŠ»ŠøŃ‚ŃŒ &&реГактор", "miToggleEditorLayout": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ &&ŃŃ‚Ń€ŃƒŠŗŃ‚ŃƒŃ€Ńƒ Š³Ń€ŃƒŠæŠæŃ‹ реГакторов", @@ -178,13 +182,11 @@ "miConfigureTask": "&&ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ заГачи...", "miConfigureBuildTask": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ Š·Š°Š“Š°Ń‡Ńƒ сборки по у&&Š¼Š¾Š»Ń‡Š°Š½ŠøŃŽ...", "accessibilityOptionsWindowTitle": "Š”ŠæŠµŃ†ŠøŠ°Š»ŃŒŠ½Ń‹Šµ возможности", - "miRestartToUpdate": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ ŠæŃ€Š¾Š³Ń€Š°Š¼Š¼Ńƒ Š“Š»Ń Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ...", + "miCheckForUpdates": "ŠŸŃ€Š¾Š²ŠµŃ€ŠøŃ‚ŃŒ наличие обновлений...", "miCheckingForUpdates": "Š˜Š“ŠµŃ‚ проверка Š½Š°Š»ŠøŃ‡ŠøŃ обновлений...", "miDownloadUpdate": "Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š“Š¾ŃŃ‚ŃƒŠæŠ½Š¾Šµ обновление", "miDownloadingUpdate": "Š”ŠŗŠ°Ń‡ŠøŠ²Š°ŠµŃ‚ŃŃ обновление...", + "miInstallUpdate": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ обновление...", "miInstallingUpdate": "Š˜Š“ŠµŃ‚ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ° Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ...", - "miCheckForUpdates": "ŠŸŃ€Š¾Š²ŠµŃ€ŠøŃ‚ŃŒ наличие обновлений...", - "aboutDetail": "Š’ŠµŃ€ŃŠøŃ {0}\nŠ¤ŠøŠŗŃŠ°Ń†ŠøŃ {1}\nДата {2}\nŠžŠ±Š¾Š»Š¾Ń‡ŠŗŠ° {3}\nŠžŃ‚Ń€ŠøŃŠ¾Š²Ń‰ŠøŠŗ {4}\nУзел {5}\nŠŃ€Ń…ŠøŃ‚ŠµŠŗŃ‚ŃƒŃ€Š° {6}", - "okButton": "ŠžŠš", - "copy": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ" + "miRestartToUpdate": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ ŠæŃ€Š¾Š³Ń€Š°Š¼Š¼Ńƒ Š“Š»Ń Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ..." } \ No newline at end of file diff --git a/i18n/rus/src/vs/code/electron-main/window.i18n.json b/i18n/rus/src/vs/code/electron-main/window.i18n.json index bbdc66f029..fb57ec2db0 100644 --- a/i18n/rus/src/vs/code/electron-main/window.i18n.json +++ b/i18n/rus/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "Š’Ń‹ по-ŠæŃ€ŠµŠ¶Š½ŠµŠ¼Ńƒ можете ŠæŠ¾Š»ŃƒŃ‡ŠøŃ‚ŃŒ Š“Š¾ŃŃ‚ŃƒŠæ Šŗ строке Š¼ŠµŠ½ŃŽ, нажав клавишу **ALT**." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "Š’Ń‹ по-ŠæŃ€ŠµŠ¶Š½ŠµŠ¼Ńƒ можете ŠæŠ¾Š»ŃƒŃ‡ŠøŃ‚ŃŒ Š“Š¾ŃŃ‚ŃƒŠæ Šŗ строке Š¼ŠµŠ½ŃŽ, нажав клавишу ALT." } \ No newline at end of file diff --git a/i18n/rus/src/vs/code/electron-main/windows.i18n.json b/i18n/rus/src/vs/code/electron-main/windows.i18n.json index 515f69bd34..ae7455b19b 100644 --- a/i18n/rus/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/rus/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "ŠžŠš", "pathNotExistTitle": "ŠŸŃƒŃ‚ŃŒ не ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚.", "pathNotExistDetail": "ŠŸŃƒŃ‚ŃŒ \"{0}\" больше не ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚ на Гиске.", diff --git a/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json b/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json index 15ebcfee35..816e5a9690 100644 --- a/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\" не найГено.", "notInstalled": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\" не ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾.", "useId": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ полный иГентификатор Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, Š²ŠŗŠ»ŃŽŃ‡Š°ŃŽŃ‰ŠøŠ¹ ŠøŠ·Š“Š°Ń‚ŠµŠ»Ń, например: {0}", diff --git a/i18n/rus/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/rus/src/vs/editor/browser/services/bulkEdit.i18n.json index fc197d1c5c..33273fe682 100644 --- a/i18n/rus/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/rus/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "Š”Š»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ файлы были изменены: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "ŠŠµŃ‚ изменений", "summary.nm": "ДГелано изменений {0} в {1} файлах", - "summary.n0": "ДГелано изменений {0} в оГном файле" + "summary.n0": "ДГелано изменений {0} в оГном файле", + "conflict": "Š”Š»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ файлы были изменены: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/rus/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index 7da8b28cac..1a4de4afc5 100644 --- a/i18n/rus/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/rus/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "ŠŠµŠ»ŃŒŠ·Ń ŃŃ€Š°Š²Š½ŠøŃ‚ŃŒ файлы, ŠæŠ¾Ń‚Š¾Š¼Ńƒ что оГин ŠøŠ· файлов слишком большой." } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/rus/src/vs/editor/browser/widget/diffReview.i18n.json index 2fec656eec..d144083418 100644 --- a/i18n/rus/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/rus/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", "header": "Различие {0} ŠøŠ· {1}; ŠøŃŃ…Š¾Š“Š½Š°Ń Š²ŠµŃ€ŃŠøŃ: {2}, строки: {3}, ŠøŠ·Š¼ŠµŠ½ŠµŠ½Š½Š°Ń Š²ŠµŃ€ŃŠøŃ: {4}, строки: {5}", "blankLine": "ŠæŃƒŃŃ‚Š¾Š¹", diff --git a/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json index f265f8d9ea..754b901767 100644 --- a/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "РеГактор", "fontFamily": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ семейство ŃˆŃ€ŠøŃ„Ń‚Š¾Š².", "fontWeight": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ Š½Š°ŃŃ‹Ń‰ŠµŠ½Š½Š¾ŃŃ‚ŃŒŃŽ ŃˆŃ€ŠøŃ„Ń‚Š°.", @@ -14,7 +16,7 @@ "lineNumbers.on": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ Š°Š±ŃŠ¾Š»ŃŽŃ‚Š½Ń‹Šµ номера строк.", "lineNumbers.relative": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°ŠµŠ¼Ń‹Šµ номера строк Š²Ń‹Ń‡ŠøŃŠ»ŃŃŽŃ‚ся как Ń€Š°ŃŃŃ‚Š¾ŃŠ½ŠøŠµ в строках Го ŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ ŠŗŃƒŃ€ŃŠ¾Ń€Š°.", "lineNumbers.interval": "ŠŠ¾Š¼ŠµŃ€Š° строк Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ кажГые 10 строк.", - "lineNumbers": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ отображением номеров строк. Возможные Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"on\", \"off\" Šø \"relative\".", + "lineNumbers": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ отображением номеров строк. Возможные Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: 'on', 'off', 'relative' Šø 'interval'.", "rulers": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ Š²ŠµŃ€Ń‚ŠøŠŗŠ°Š»ŃŒŠ½Ń‹Šµ линейки после опреГеленного числа Š¼Š¾Š½Š¾ŃˆŠøŃ€ŠøŠ½Š½Ń‹Ń… символов. Š”Š»Ń Š¾Ń‚Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŃ Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… линеек ŃƒŠŗŠ°Š¶ŠøŃ‚Šµ несколько значений. Если не указано ни оГного Š·Š½Š°Ń‡ŠµŠ½ŠøŃ, Š²ŠµŃ€Ń‚ŠøŠŗŠ°Š»ŃŒŠ½Ń‹Šµ линейки Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ не Š±ŃƒŠ“ŃƒŃ‚.", "wordSeparators": "Димволы, которые Š±ŃƒŠ“ŃƒŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ как разГелители слов при выполнении навигации или Š“Ń€ŃƒŠ³ŠøŃ… операций, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Ń… со словами.", "tabSize": "Число пробелов в Ń‚Š°Š±ŃƒŠ»ŃŃ†ŠøŠø. Этот параметр ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ŃŃ на основе соГержимого файла, если ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ параметр \"editor.detectIndentation\".", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли соГержимое реГактора ŠæŃ€Š¾ŠŗŃ€ŃƒŃ‡ŠøŠ²Š°Ń‚ŃŒŃŃ за ŠæŠ¾ŃŠ»ŠµŠ“Š½ŃŽŃŽ ŃŃ‚Ń€Š¾ŠŗŃƒ.", "smoothScrolling": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ Š°Š½ŠøŠ¼Š°Ń†ŠøŃ при ŠæŃ€Š¾ŠŗŃ€ŃƒŃ‚ке соГержимого реГактора", "minimap.enabled": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ ли мини-карта", + "minimap.side": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, с какой стороны Š±ŃƒŠ“ŠµŃ‚ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ мини-карта. Возможные Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"right\" Šø \"left\"", "minimap.showSlider": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли автоматически ŃŠŗŃ€Ń‹Š²Š°Ń‚ŃŒŃŃ ползунок мини-карты. Возможные Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: 'always' (всегГа) Šø 'mouseover' (при навеГении ŠŗŃƒŃ€ŃŠ¾Ń€Š° Š¼Ń‹ŃˆŠø)", "minimap.renderCharacters": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ фактические символы в строке вместо цветных блоков.", "minimap.maxColumn": "ŠžŠ³Ń€Š°Š½ŠøŃ‡ŠøŠ²Š°ŠµŃ‚ ŃˆŠøŃ€ŠøŠ½Ńƒ мини-карты Š“Š»Ń Š¾Ń‚Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŃ числа столбцов не больше опреГеленного.", @@ -40,9 +43,9 @@ "wordWrapColumn": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ столбец переноса реГактора, если значение \"editor.wordWrap\" — \"wordWrapColumn\" или \"bounded\".", "wrappingIndent": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ Š¾Ń‚ŃŃ‚ŃƒŠæŠ¾Š¼ строк с переносом по словам. Š”Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"none\", \"same\" или \"indent\".", "mouseWheelScrollSensitivity": "ŠœŠ½Š¾Š¶ŠøŃ‚ŠµŠ»ŃŒ, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ Š“Š»Ń параметров deltaX Šø deltaY событий ŠæŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠŗŠø колесика Š¼Ń‹ŃˆŠø.", - "multiCursorModifier.ctrlCmd": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише CTRL в Windows Šø Linux Šø клавише COMMAND в OS X.", - "multiCursorModifier.alt": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише ALT в Windows Šø Linux Šø клавише OPTION в OS X.", - "multiCursorModifier": "ŠœŠ¾Š“ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€, который Š±ŃƒŠ“ет ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ Š“Š»Ń Š“Š¾Š±Š°Š²Š»ŠµŠ½ŠøŃ Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… ŠŗŃƒŃ€ŃŠ¾Ń€Š¾Š² с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ Š¼Ń‹ŃˆŠø. \"ctrlCmd\" ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише CTRL в Windows Šø Linux Šø клавише COMMAND в OS X. Жесты Š¼Ń‹ŃˆŠø \"ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃŽ\" Šø \"ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŃŃ‹Š»ŠŗŃƒ\" Š±ŃƒŠ“ŃƒŃ‚ изменены так, чтобы они не конфликтовали с несколькими ŠŗŃƒŃ€ŃŠ¾Ń€Š°Š¼Šø.", + "multiCursorModifier.ctrlCmd": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише CTRL в Windows Šø Linux Šø клавише COMMAND в macOS.", + "multiCursorModifier.alt": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише ALT в Windows Šø Linux Šø клавише OPTION в macOS.", + "multiCursorModifier": "ŠœŠ¾Š“ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€, который Š±ŃƒŠ“ет ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ Š“Š»Ń Š“Š¾Š±Š°Š²Š»ŠµŠ½ŠøŃ Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… ŠŗŃƒŃ€ŃŠ¾Ń€Š¾Š² с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ Š¼Ń‹ŃˆŠø. \"ctrlCmd\" ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише CTRL в Windows Šø Linux Šø клавише COMMAND в macOS. Жесты Š¼Ń‹ŃˆŠø \"ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃŽ\" Šø \"ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŃŃ‹Š»ŠŗŃƒ\" Š±ŃƒŠ“ŃƒŃ‚ изменены так, чтобы они не конфликтовали с несколькими ŠŗŃƒŃ€ŃŠ¾Ń€Š°Š¼Šø.", "quickSuggestions.strings": "Š Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠµ кратких преГложений в строках.", "quickSuggestions.comments": "Š Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠµ кратких преГложений в ŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŃŃ….", "quickSuggestions.other": "Š Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠµ кратких преГложений вне строк Šø комментариев.", @@ -63,6 +66,10 @@ "snippetSuggestions": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ отображением фрагментов вместе с Š“Ń€ŃƒŠ³ŠøŠ¼Šø ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃŠ¼Šø Šø ŠøŃ… сортировкой.", "emptySelectionClipboard": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ тем, ŠŗŠ¾ŠæŠøŃ€ŃƒŠµŃ‚ŃŃ ли Ń‚ŠµŠŗŃƒŃ‰Š°Ń строка при копировании без Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ.", "wordBasedSuggestions": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли Š¾Ń†ŠµŠ½ŠøŠ²Š°Ń‚ŃŒ Š·Š°Š²ŠµŃ€ŃˆŠµŠ½ŠøŃ на основе слов в Š“Š¾ŠŗŃƒŠ¼ŠµŠ½Ń‚Šµ.", + "suggestSelection.first": "ВсегГа Š²Ń‹Š±ŠøŃ€Š°Ń‚ŃŒ первое преГложение.", + "suggestSelection.recentlyUsed": "Š’Ń‹Š±ŠøŃ€Š°Ń‚ŃŒ неГавно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Š½Ń‹Šµ ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃ, если ввеГенному Ń‚ŠµŠŗŃŃ‚Ńƒ не ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ конкретное преГложение, например, при ввоГе текста \"console.|\" Š±ŃƒŠ“ŠµŃ‚ выбрано преГложение \"console.log\", так как \"log\" использовалось неГавно.", + "suggestSelection.recentlyUsedByPrefix": "Š’Ń‹Š±ŠøŃ€Š°Ń‚ŃŒ ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃ на основе ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠøŃ… префиксов, которые Š·Š°Š²ŠµŃ€ŃˆŠ°Š»Šø ŃŃ‚Šø ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃ, например, Š²Ń‹Š±ŠøŃ€Š°Ń‚ŃŒ преГложение \"console\" Š“Š»Ń \"co\" Šø преГложение \"const\" Š“Š»Ń \"con\".", + "suggestSelection": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¼ выбором преГложений при отображении списка преГложений.", "suggestFontSize": "Размер ŃˆŃ€ŠøŃ„Ń‚Š° мини-ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ преГложений", "suggestLineHeight": "Высота строки мини-ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ с ŠæŃ€ŠµŠ“Š»Š¾Š¶ŠµŠ½ŠøŃŠ¼Šø", "selectionHighlight": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли реГактор Š²Ń‹Š“ŠµŠ»ŃŃ‚ŃŒ фрагменты, ŃŠ¾Š²ŠæŠ°Š“Š°ŃŽŃ‰ŠøŠµ с выГеленным текстом.", @@ -72,6 +79,7 @@ "cursorBlinking": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ стилем анимации ŠŗŃƒŃ€ŃŠ¾Ń€Š°. Š”Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"blink\", \"smooth\", \"phase\", \"expand\" Šø \"solid\"", "mouseWheelZoom": "Изменение размера ŃˆŃ€ŠøŃ„Ń‚Š° в реГакторе при нажатой клавише CTRL Šø Гвижении колесика Š¼Ń‹ŃˆŠø", "cursorStyle": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ ŃŃ‚ŠøŠ»ŃŒ ŠŗŃƒŃ€ŃŠ¾Ń€Š°. Š”Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"block\", \"block-outline\", \"line\", \"line-thin\", \"underline\" Šø \"underline-thin\"", + "cursorWidth": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ ŃˆŠøŃ€ŠøŠ½Š¾Š¹ ŠŗŃƒŃ€ŃŠ¾Ń€Š°, когГа Š“Š»Ń параметра editor.cursorStyle ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾ значение 'line'", "fontLigatures": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ Š»ŠøŠ³Š°Ń‚ŃƒŃ€Ń‹ ŃˆŃ€ŠøŃ„Ń‚Š°.", "hideCursorInOverviewRuler": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ скрытием ŠŗŃƒŃ€ŃŠ¾Ń€Š° в обзорной линейке.", "renderWhitespace": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжен ли реГактор Š¾Š±Ń€Š°Š±Š°Ń‚Ń‹Š²Š°Ń‚ŃŒ символы пробела; возможные Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"none\", \"boundary\" Šø \"all\". ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€ \"boundary\" не обрабатывает еГиничные пробелы межГу словами.", diff --git a/i18n/rus/src/vs/editor/common/config/defaultConfig.i18n.json b/i18n/rus/src/vs/editor/common/config/defaultConfig.i18n.json index 90b3992a47..cd166ebc05 100644 --- a/i18n/rus/src/vs/editor/common/config/defaultConfig.i18n.json +++ b/i18n/rus/src/vs/editor/common/config/defaultConfig.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/rus/src/vs/editor/common/config/editorOptions.i18n.json index 38312a5dea..cb7410e86e 100644 --- a/i18n/rus/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/rus/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "РеГактор сейчас Š½ŠµŠ“Š¾ŃŃ‚ŃƒŠæŠµŠ½. Чтобы Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ список Гействий, нажмите ALT+F1.", "editorViewAccessibleLabel": "ДоГержимое реГактора" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/controller/cursor.i18n.json b/i18n/rus/src/vs/editor/common/controller/cursor.i18n.json index 906805f4b8..8e662f4339 100644 --- a/i18n/rus/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/rus/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "ŠŠµŠ¾Š¶ŠøŠ“Š°Š½Š½Š¾Šµ ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ при выполнении команГы." } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/rus/src/vs/editor/common/model/textModelWithTokens.i18n.json index 1256b38bcf..3a97181499 100644 --- a/i18n/rus/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/rus/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/rus/src/vs/editor/common/modes/modesRegistry.i18n.json index e3bc652c5f..f32195e7d5 100644 --- a/i18n/rus/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/rus/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "ŠžŠ±Ń‹Ń‡Š½Ń‹Š¹ текст" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/rus/src/vs/editor/common/services/bulkEdit.i18n.json index fc197d1c5c..83d50851ec 100644 --- a/i18n/rus/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/rus/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/rus/src/vs/editor/common/services/modeServiceImpl.i18n.json index 6c9e445265..b83cb2932c 100644 --- a/i18n/rus/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/rus/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/rus/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/rus/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/rus/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/rus/src/vs/editor/common/view/editorColorRegistry.i18n.json index 4801d2ec38..58ae3030c3 100644 --- a/i18n/rus/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/rus/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "Цвет фона Š“Š»Ń Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ строки в позиции ŠŗŃƒŃ€ŃŠ¾Ń€Š°.", "lineHighlightBorderBox": "Цвет фона границ Š²Š¾ŠŗŃ€ŃƒŠ³ строки в позиции ŠŗŃƒŃ€ŃŠ¾Ń€Š°.", - "rangeHighlight": "Цвет фона выГеленных Гиапазонов, например в Ń„ŃƒŠ½ŠŗŃ†ŠøŃŃ… быстрого Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŠøŃ Šø поиска.", + "rangeHighlight": "Фоновый цвет выбранных Гиапазонов, например, в Ń„ŃƒŠ½ŠŗŃ†ŠøŃŃ… быстрого Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŠøŃ Šø поиска. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основных знаков Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "rangeHighlightBorder": "Цвет фона обвоГки Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ.", "caret": "Цвет ŠŗŃƒŃ€ŃŠ¾Ń€Š° реГактора.", "editorCursorBackground": "Цвет фона ŠŗŃƒŃ€ŃŠ¾Ń€Š° реГактора. ŠŸŠ¾Š·Š²Š¾Š»ŃŠµŃ‚ Š½Š°ŃŃ‚Ń€Š°ŠøŠ²Š°Ń‚ŃŒ цвет символа, перекрываемого ŠæŃ€ŃŠ¼Š¾ŃƒŠ³Š¾Š»ŃŒŠ½Ń‹Š¼ ŠŗŃƒŃ€ŃŠ¾Ń€Š¾Š¼.", "editorWhitespaces": "Цвет пробелов в реГакторе.", "editorIndentGuides": "Цвет Š½Š°ŠæŃ€Š°Š²Š»ŃŃŽŃ‰ŠøŃ… Š“Š»Ń Š¾Ń‚ŃŃ‚ŃƒŠæŠ¾Š² реГактора.", "editorLineNumbers": "Цвет номеров строк реГактора.", + "editorActiveLineNumber": "Цвет номера активной строки реГактора", "editorRuler": "Цвет линейки реГактора.", "editorCodeLensForeground": "Цвет переГнего плана ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š° CodeLens в реГакторе", "editorBracketMatchBackground": "Цвет фона парных скобок", diff --git a/i18n/rus/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json b/i18n/rus/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json index c1c8cf8240..1c53d3fdb1 100644 --- a/i18n/rus/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/accessibility/browser/accessibility.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/rus/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index b1e1079e98..4aafcb59c5 100644 --- a/i18n/rus/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ скобке" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "Цвет метки линейки в окне просмотра Š“Š»Ń пар скобок.", + "smartSelect.jumpBracket": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ скобке", + "smartSelect.selectToBracket": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ скобку" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/rus/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index b1e1079e98..cfc7d42d28 100644 --- a/i18n/rus/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/rus/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index 75a9728d2c..5ccef7c1c0 100644 --- a/i18n/rus/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ ŠŗŃƒŃ€ŃŠ¾Ń€ влево", "caret.moveRight": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ ŠŗŃƒŃ€ŃŠ¾Ń€ вправо" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/rus/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index 75a9728d2c..80d2e37c3d 100644 --- a/i18n/rus/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/rus/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index f747bcfde4..2b6e371e0d 100644 --- a/i18n/rus/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/rus/src/vs/editor/contrib/caretOperations/transpose.i18n.json index f747bcfde4..d95f79e333 100644 --- a/i18n/rus/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Š¢Ń€Š°Š½ŃŠæŠ¾Ń€Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Š±ŃƒŠŗŠ²Ń‹" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/rus/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 390f04f858..029bbbc775 100644 --- a/i18n/rus/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/rus/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 390f04f858..2c72cafe91 100644 --- a/i18n/rus/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "Š’Ń‹Ń€ŠµŠ·Š°Ń‚ŃŒ", "actions.clipboard.copyLabel": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", "actions.clipboard.pasteLabel": "Š’ŃŃ‚Š°Š²ŠøŃ‚ŃŒ", diff --git a/i18n/rus/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/rus/src/vs/editor/contrib/comment/comment.i18n.json index 58b80b36af..0f435d617c 100644 --- a/i18n/rus/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Š—Š°ŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ или Ń€Š°ŃŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ", "comment.line.add": "Š—Š°ŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ", "comment.line.remove": "Š Š°ŃŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ", diff --git a/i18n/rus/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/rus/src/vs/editor/contrib/comment/common/comment.i18n.json index 58b80b36af..647022db31 100644 --- a/i18n/rus/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/rus/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index 1d813732e5..0557153c5b 100644 --- a/i18n/rus/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/rus/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index 1d813732e5..3812379f79 100644 --- a/i18n/rus/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ контекстное Š¼ŠµŠ½ŃŽ реГактора" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 42b7cc3e8e..9db854b9c5 100644 --- a/i18n/rus/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index e03b15626d..201979288b 100644 --- a/i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/rus/src/vs/editor/contrib/find/common/findController.i18n.json index 5c6f87afd2..8f1b6111d0 100644 --- a/i18n/rus/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/find/findController.i18n.json b/i18n/rus/src/vs/editor/contrib/find/findController.i18n.json index 5c6f87afd2..f0a2e06766 100644 --- a/i18n/rus/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "ŠŠ°Š¹Ń‚Šø", "findNextMatchAction": "ŠŠ°Š¹Ń‚Šø Галее", "findPreviousMatchAction": "ŠŠ°Š¹Ń‚Šø ранее", diff --git a/i18n/rus/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/find/findWidget.i18n.json index 42b7cc3e8e..dcb71aaf95 100644 --- a/i18n/rus/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "ŠŠ°Š¹Ń‚Šø", "placeholder.find": "ŠŠ°Š¹Ń‚Šø", "label.previousMatchButton": "ŠŸŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠµ соответствие", diff --git a/i18n/rus/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index e03b15626d..e22bca5e9a 100644 --- a/i18n/rus/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "ŠŠ°Š¹Ń‚Šø", "placeholder.find": "ŠŠ°Š¹Ń‚Šø", "label.previousMatchButton": "ŠŸŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠµ соответствие", diff --git a/i18n/rus/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/rus/src/vs/editor/contrib/folding/browser/folding.i18n.json index 5fe065ae0d..5a8dfcf5da 100644 --- a/i18n/rus/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/rus/src/vs/editor/contrib/folding/folding.i18n.json index affa88cd5b..78b6e01d48 100644 --- a/i18n/rus/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ", "unFoldRecursivelyAction.label": "Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Ń€ŠµŠŗŃƒŃ€ŃŠøŠ²Š½Š¾", "foldAction.label": "Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ", diff --git a/i18n/rus/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/rus/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 5ff5028a8f..d84a32552b 100644 --- a/i18n/rus/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/rus/src/vs/editor/contrib/format/formatActions.i18n.json index 5ff5028a8f..e6312ce93f 100644 --- a/i18n/rus/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "Внесена оГна правка Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ в строке {0}.", "hintn1": "Внесены правки Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ ({0}) в строке {1}.", "hint1n": "Внесена оГна правка Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ межГу строками {0} Šø {1}.", "hintnn": "Внесены правки Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ ({0}) межГу строками {1} Šø {2}.", - "no.provider": "К ŃŠ¾Š¶Š°Š»ŠµŠ½ŠøŃŽ, моГуль Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ Š“Š»Ń файлов '{0}' не ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½.", + "no.provider": "МоГуль Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ Š“Š»Ń файлов '{0}' не ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½.", "formatDocument.label": "Š¤Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Š“Š¾ŠŗŃƒŠ¼ŠµŠ½Ń‚", "formatSelection.label": "Š¤Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ выбранный фрагмент" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 39e4e0a5e2..537d9f7f8f 100644 --- a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index e61942e5d1..db96250d35 100644 --- a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index a403ef380f..91fc94d82a 100644 --- a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index e61942e5d1..55dd123ab1 100644 --- a/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŠµ Š“Š»Ń \"{0}\" не найГено.", "generic.noResults": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ не найГены.", "meta.title": " — Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ {0}", diff --git a/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index a403ef380f..aea1bacd18 100644 --- a/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "Щелкните, чтобы Š¾Ń‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ ({0})." } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/rus/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 5ca181d11b..59ab80e726 100644 --- a/i18n/rus/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/rus/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 5ca181d11b..0a19e32eff 100644 --- a/i18n/rus/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¹ ошибке или ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃŽ", - "markerAction.previous.label": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠ¹ ошибке или ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃŽ", + "markerAction.next.label": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ Š”Š»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¹ ŠŸŃ€Š¾Š±Š»ŠµŠ¼Šµ (ŠžŃˆŠøŠ±ŠŗŠµ, ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃŽ, Š˜Š½Ń„Š¾Ń€Š¼Š°Ń†ŠøŠø)", + "markerAction.previous.label": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŠŸŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠ¹ ŠŸŃ€Š¾Š±Š»ŠµŠ¼Šµ (ŠžŃˆŠøŠ±ŠŗŠµ, ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃŽ, Š˜Š½Ń„Š¾Ń€Š¼Š°Ń†ŠøŠø)", "editorMarkerNavigationError": "Цвет ошибки в мини-приложении навигации по меткам реГактора.", "editorMarkerNavigationWarning": "Цвет ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ в мини-приложении навигации по меткам реГактора.", "editorMarkerNavigationInfo": "Цвет информационного ŃŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŃ в мини-приложении навигации по меткам реГактора.", diff --git a/i18n/rus/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/rus/src/vs/editor/contrib/hover/browser/hover.i18n.json index 61fdcdb90d..c7e1b58da4 100644 --- a/i18n/rus/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/rus/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index afb4cd39d7..3e7b104e43 100644 --- a/i18n/rus/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/rus/src/vs/editor/contrib/hover/hover.i18n.json index 61fdcdb90d..eb57423c38 100644 --- a/i18n/rus/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ при навеГении" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/rus/src/vs/editor/contrib/hover/modesContentHover.i18n.json index afb4cd39d7..faedb796f5 100644 --- a/i18n/rus/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "Š˜Š“ŠµŃ‚ Š·Š°Š³Ń€ŃƒŠ·ŠŗŠ°..." } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/rus/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index 49cfabc014..60a9dcc503 100644 --- a/i18n/rus/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/rus/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index 49cfabc014..71ad99df3a 100644 --- a/i18n/rus/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠøŠ¼ значением", "InPlaceReplaceAction.next.label": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¼ значением" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/rus/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 6f61e04915..4ce5aae16c 100644 --- a/i18n/rus/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json index 6f61e04915..021e441244 100644 --- a/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "ŠŸŃ€ŠµŠ¾Š±Ń€Š°Š·Š¾Š²Š°Ń‚ŃŒ Š¾Ń‚ŃŃ‚ŃƒŠæ в пробелы", "indentationToTabs": "ŠŸŃ€ŠµŠ¾Š±Ń€Š°Š·Š¾Š²Š°Ń‚ŃŒ Š¾Ń‚ŃŃ‚ŃƒŠæ в шаги Ń‚Š°Š±ŃƒŠ»ŃŃ†ŠøŠø", "configuredTabSize": "ŠŠ°ŃŃ‚Ń€Š¾ŠµŠ½Š½Ń‹Š¹ размер шага Ń‚Š°Š±ŃƒŠ»ŃŃ†ŠøŠø", diff --git a/i18n/rus/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json b/i18n/rus/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json index 86deb3a505..e482893528 100644 --- a/i18n/rus/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/inspectTMScopes/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/rus/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 26b632bbca..471298ac6e 100644 --- a/i18n/rus/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/rus/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 26b632bbca..7b7741fb22 100644 --- a/i18n/rus/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ ŃŠ²ŠµŃ€Ń…Ńƒ", "lines.copyDown": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ снизу", "lines.moveUp": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ вверх", diff --git a/i18n/rus/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/rus/src/vs/editor/contrib/links/browser/links.i18n.json index 0e2b04db37..15084f0dec 100644 --- a/i18n/rus/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/links/links.i18n.json b/i18n/rus/src/vs/editor/contrib/links/links.i18n.json index 0e2b04db37..ea183d86f1 100644 --- a/i18n/rus/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/links/links.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Щелкните с нажатой клавишей Cmd, чтобы перейти по ссылке", "links.navigate": "Щелкните с нажатой клавишей Ctrl, чтобы перейти по ссылке", "links.command.mac": "Š”Š»Ń Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ команГы щелкните ее, ŃƒŠ“ŠµŃ€Š¶ŠøŠ²Š°Ń нажатой клавишу CMD", diff --git a/i18n/rus/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/rus/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 660193a943..23601a2bad 100644 --- a/i18n/rus/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/rus/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 660193a943..ab41f8ab6e 100644 --- a/i18n/rus/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ ŠŗŃƒŃ€ŃŠ¾Ń€ Š²Ń‹ŃˆŠµ", "mutlicursor.insertBelow": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ ŠŗŃƒŃ€ŃŠ¾Ń€ ниже", "mutlicursor.insertAtEndOfEachLineSelected": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ ŠŗŃƒŃ€ŃŠ¾Ń€Ń‹ Šŗ Š¾ŠŗŠ¾Š½Ń‡Š°Š½ŠøŃŠ¼ строк", diff --git a/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index cd5e78cf6b..9f7843d624 100644 --- a/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index c4092de0c2..2133a6b536 100644 --- a/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index cd5e78cf6b..e850ab2e82 100644 --- a/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ поГсказки Šŗ параметрам" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index c4092de0c2..54c8769a8d 100644 --- a/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, поГсказка" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index f12b3174d4..c666454fca 100644 --- a/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/rus/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index f12b3174d4..a792db8c24 100644 --- a/i18n/rus/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠøŃŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ ({0})", "quickFix": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠøŃŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ", - "quickfix.trigger.label": "Быстрое исправление" + "quickfix.trigger.label": "Быстрое исправление", + "refactor.label": "Рефакторинг" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index 6f6dde161d..689a21f6d5 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 32ab4f7dea..3c00c381f3 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index bc424e9b7e..b2548f6905 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index 88bbf85390..dfce9e0646 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 9b523c27fc..f1594a368d 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index 6f6dde161d..68b262502b 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 32ab4f7dea..2d569298ee 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": " — ссылки {0}", "references.action.label": "ŠŠ°Š¹Ń‚Šø все ссылки" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index bc424e9b7e..18e155cc0e 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "Š˜Š“ŠµŃ‚ Š·Š°Š³Ń€ŃƒŠ·ŠŗŠ°..." } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index 88bbf85390..a86801df35 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "ссылка в {0} в строке {1} Šø символе {2}", "aria.fileReferences.1": "1 символ в {0}, полный ŠæŃƒŃ‚ŃŒ: {1}", "aria.fileReferences.N": "{0} символов в {1}, полный ŠæŃƒŃ‚ŃŒ: {2} ", diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 9b523c27fc..8bc9e17b66 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "ŠŠµ уГалось Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ файл.", "referencesCount": "Дсылок: {0}", "referenceCount": "{0} ссылка", diff --git a/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json index 10cdfc7238..adeb73b8eb 100644 --- a/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index 8d52949bcb..0a08127c17 100644 --- a/i18n/rus/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/rename.i18n.json index 10cdfc7238..73e70b8268 100644 --- a/i18n/rus/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚.", "aria": "Ā«{0}Ā» успешно переименован в Ā«{1}Ā». ДвоГка: {2}", - "rename.failed": "ŠŠµ уГалось ŠæŠµŃ€ŠµŠøŠ¼ŠµŠ½Š¾Š²Š°Ń‚ŃŒ.", + "rename.failed": "ŠŠµ уГалось Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ переименование.", "rename.label": "ŠŸŠµŃ€ŠµŠøŠ¼ŠµŠ½Š¾Š²Š°Ń‚ŃŒ символ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/renameInputField.i18n.json index 8d52949bcb..2d98bf8f8d 100644 --- a/i18n/rus/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "ВвеГите новое ŠøŠ¼Ń Š“Š»Ń вхоГных Ганных Šø нажмите клавишу Š’Š’ŠžŠ” Š“Š»Ń ŠæŠ¾Š“Ń‚Š²ŠµŃ€Š¶Š“ŠµŠ½ŠøŃ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/rus/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index 937d51a9e1..8ceda88ade 100644 --- a/i18n/rus/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/rus/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index 937d51a9e1..36ef8d5bc1 100644 --- a/i18n/rus/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ выГеление", "smartSelect.shrink": "Š”Š¶Š°Ń‚ŃŒ выГеление" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index b93db54e42..a281d50b56 100644 --- a/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index ef1bb257b4..704bf74617 100644 --- a/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/rus/src/vs/editor/contrib/suggest/suggestController.i18n.json index b93db54e42..ef35bc8ec9 100644 --- a/i18n/rus/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "ŠŸŃ€Šø ŠæŃ€ŠøŠ½ŃŃ‚ŠøŠø \"{0}\" был Гобавлен ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¹ текст: \"{1}\"", "suggest.trigger.label": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ преГложение" } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index ef1bb257b4..d54645f716 100644 --- a/i18n/rus/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "Цвет фона виГжета поГсказок.", "editorSuggestWidgetBorder": "Цвет границ виГжета поГсказок.", "editorSuggestWidgetForeground": "Цвет переГнего плана мини-ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ преГложений.", diff --git a/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index f9af351901..80ee5e1c7d 100644 --- a/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index f9af351901..8e4e67b54a 100644 --- a/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ клавиши TAB перемещает Ń„Š¾ŠŗŃƒŃ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/rus/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index ab058cc24d..1bb2b5ac68 100644 --- a/i18n/rus/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/rus/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index ab058cc24d..89aa542341 100644 --- a/i18n/rus/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Цвет фона символа при Š“Š¾ŃŃ‚ŃƒŠæŠµ на чтение, например считывании переменной.", - "wordHighlightStrong": "Цвет фона символа при Š“Š¾ŃŃ‚ŃƒŠæŠµ на запись, например записи переменной.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Фон символа при Š“Š¾ŃŃ‚ŃƒŠæŠµ Š“Š»Ń Ń‡Ń‚ŠµŠ½ŠøŃ, например при чтении переменной. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основных знаков Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "wordHighlightStrong": "Фон символа при Š“Š¾ŃŃ‚ŃƒŠæŠµ Š“Š»Ń записи, например при записи переменной. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основных знаков Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "wordHighlightBorder": "Цвет границы символа при Š“Š¾ŃŃ‚ŃƒŠæŠµ на чтение, например, при считывании переменной.", + "wordHighlightStrongBorder": "Цвет границы символа при Š“Š¾ŃŃ‚ŃƒŠæŠµ на запись, например, при записи переменной. ", "overviewRulerWordHighlightForeground": "Цвет метки линейки в окне просмотра Š“Š»Ń выГелений символов.", "overviewRulerWordHighlightStrongForeground": "Цвет метки линейки в окне просмотра Š“Š»Ń выГелений символов, Š“Š¾ŃŃ‚ŃƒŠæŠ½Ń‹Ń… Š“Š»Ń записи. ", "wordHighlight.next.label": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼Ńƒ Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃŽ символов", diff --git a/i18n/rus/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index 6f6dde161d..689a21f6d5 100644 --- a/i18n/rus/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/rus/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index e3e7f8549d..0e9e5d3796 100644 --- a/i18n/rus/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/rus/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/rus/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index ddeb7dc0a6..0ba10e262e 100644 --- a/i18n/rus/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/rus/src/vs/editor/node/textMate/TMGrammars.i18n.json index 914bf43b33..ce1d12301e 100644 --- a/i18n/rus/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/rus/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/rus/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/rus/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/rus/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/rus/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index b821692785..9ea0a431fc 100644 --- a/i18n/rus/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ Š¼ŠµŠ½ŃŽ Голжны Š±Ń‹Ń‚ŃŒ массивом", "requirestring": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", "optstring": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", @@ -40,6 +42,5 @@ "menuId.invalid": "\"{0}\" не ŃŠ²Š»ŃŠµŃ‚ŃŃ Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ иГентификатором Š¼ŠµŠ½ŃŽ", "missing.command": "Элемент Š¼ŠµŠ½ŃŽ ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на команГу \"{0}\", ŠŗŠ¾Ń‚Š¾Ń€Š°Ń не опреГелена в разГеле commands.", "missing.altCommand": "Элемент Š¼ŠµŠ½ŃŽ ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на Š°Š»ŃŒŃ‚ŠµŃ€Š½Š°Ń‚ŠøŠ²Š½ŃƒŃŽ команГу \"{0}\", ŠŗŠ¾Ń‚Š¾Ń€Š°Ń не опреГелена в разГеле commands.", - "dupe.command": "Элемент Š¼ŠµŠ½ŃŽ ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на оГну Šø ту же команГу как команГу по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Šø Š°Š»ŃŒŃ‚ŠµŃ€Š½Š°Ń‚ŠøŠ²Š½ŃƒŃŽ команГу", - "nosupport.altCommand": "Дейчас Ń‚Š¾Š»ŃŒŠŗŠ¾ Š³Ń€ŃƒŠæŠæŠ° navigation Š¼ŠµŠ½ŃŽ editor/title поГГерживает Š°Š»ŃŒŃ‚ŠµŃ€Š½Š°Ń‚ŠøŠ²Š½Ń‹Šµ команГы" + "dupe.command": "Элемент Š¼ŠµŠ½ŃŽ ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на оГну Šø ту же команГу как команГу по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Šø Š°Š»ŃŒŃ‚ŠµŃ€Š½Š°Ń‚ŠøŠ²Š½ŃƒŃŽ команГу" } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/rus/src/vs/platform/configuration/common/configurationRegistry.i18n.json index 40cf0c76f1..97721b1956 100644 --- a/i18n/rus/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/rus/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "ŠŸŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "overrideSettings.description": "ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠ° ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŠ¼Ń‹Ń… параметров реГактора Š“Š»Ń ŃŠ·Ń‹ŠŗŠ° {0}.", "overrideSettings.defaultDescription": "ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠ° параметров реГактора, ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŠ¼Ń‹Ń… Š“Š»Ń ŃŠ·Ń‹ŠŗŠ°.", diff --git a/i18n/rus/src/vs/platform/environment/node/argv.i18n.json b/i18n/rus/src/vs/platform/environment/node/argv.i18n.json index 7314aa0608..d1826e029d 100644 --- a/i18n/rus/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/rus/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "ŠŃ€Š³ŃƒŠ¼ŠµŠ½Ń‚Ń‹ в режиме \"--goto\" Голжны Š±Ń‹Ń‚ŃŒ в формате \"ФАЙЛ(:Š”Š¢Š ŠžŠšŠ(:Š”Š˜ŠœŠ’ŠžŠ›))\".", "diff": "Дравнение Š“Š²ŃƒŃ… файлов Š“Ń€ŃƒŠ³ с Š“Ń€ŃƒŠ³Š¾Š¼", "add": "Добавление папок в послеГнее активное окно.", "goto": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŠøŠµ файла по указанному ŠæŃƒŃ‚Šø с выГелением указанного символа в указанной строке.", - "locale": "Языковой станГарт, который ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ (например, en-US или zh-TW).", - "newWindow": "ŠŸŃ€ŠøŠ½ŃƒŠ“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ новый ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€ Code.", - "performance": "Š—Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ с Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š½Š¾Š¹ команГой \"Developer: Startup Performance\".", - "prof-startup": "Š—Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ профилировщик ЦП при запуске", - "inspect-extensions": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š¾Ń‚Š»Š°Š“ŠŗŃƒ Šø профилирование Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹. ŠŸŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ URI ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Š“Š»Ń ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² разработчика.", - "inspect-brk-extensions": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š¾Ń‚Š»Š°Š“ŠŗŃƒ Šø профилирование Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹, когГа узел Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ приостановлен после запуска. ŠŸŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ URI ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Š“Š»Ń ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² разработчика. ", + "newWindow": "ŠŸŃ€ŠøŠ½ŃƒŠ“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ новое окно.", "reuseWindow": "ŠŸŃ€ŠøŠ½ŃƒŠ“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ файл или папку в послеГнем активном окне.", - "userDataDir": "Указывает каталог, в котором Ń…Ń€Š°Š½ŃŃ‚ŃŃ Ганные ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŠµŠ¹, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ в ŃŠ»ŃƒŃ‡Š°Šµ Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ от имени привилегированного ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń.", - "log": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ ŃƒŃ€Š¾Š²ŠµŠ½ŃŒ Š²ŠµŠ“ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š°. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"info\". Š”Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"critical\", \"error\", \"warn\", \"info\", \"debug\", \"trace\", \"off\".", - "verbose": "ŠŸŠµŃ‡Š°Ń‚ŃŒ поГробного вывоГа (ŠæŠ¾Š“Ń€Š°Š·ŃƒŠ¼ŠµŠ²Š°ŠµŃ‚ использование параметра \"--wait\").", "wait": "Š”Š¾Š¶Š“Š°Ń‚ŃŒŃŃ Š·Š°ŠŗŃ€Ń‹Ń‚ŠøŃ файлов переГ возвратом.", + "locale": "Языковой станГарт, который ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ (например, en-US или zh-TW).", + "userDataDir": "Указывает каталог, в котором Ń…Ń€Š°Š½ŃŃ‚ŃŃ Ганные ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŠµŠ¹. ŠœŠ¾Š¶ŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ Š“Š»Ń Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŠøŃ Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… Š¾Ń‚Š“ŠµŠ»ŃŒŠ½Ń‹Ń… ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€Š¾Š² Code.", + "version": "ŠŸŠµŃ‡Š°Ń‚ŃŒ версии.", + "help": "Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ Ганные об использовании.", "extensionHomePath": "ЗаГайте корневой ŠæŃƒŃ‚ŃŒ Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹.", "listExtensions": "ŠŸŠµŃ€ŠµŃ‡ŠøŃŠ»ŠøŃ‚ŃŒ ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ.", "showVersions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ версии ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Ń… Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ при указании параметра --list-extension.", "installExtension": "Устанавливает Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ.", "uninstallExtension": "Š£Š“Š°Š»ŃŠµŃ‚ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ.", "experimentalApis": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ преГложенные Ń„ŃƒŠ½ŠŗŃ†ŠøŠø API Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ.", - "disableExtensions": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ.", - "disableGPU": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ аппаратное ŃƒŃŠŗŠ¾Ń€ŠµŠ½ŠøŠµ GPU.", + "verbose": "ŠŸŠµŃ‡Š°Ń‚ŃŒ поГробного вывоГа (ŠæŠ¾Š“Ń€Š°Š·ŃƒŠ¼ŠµŠ²Š°ŠµŃ‚ использование параметра \"--wait\").", + "log": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ ŃƒŃ€Š¾Š²ŠµŠ½ŃŒ Š²ŠµŠ“ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š°. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"info\". Š”Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: \"critical\", \"error\", \"warn\", \"info\", \"debug\", \"trace\", \"off\".", "status": "Š’Ń‹Š²Š¾Š“ŠøŃ‚ŃŒ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ об использовании процесса Šø Š“ŠøŠ°Š³Š½Š¾ŃŃ‚ŠøŃ‡ŠµŃŠŗŃƒŃŽ ŠøŠ½Ń„Š¾Ń€Š¼Š°Ń†ŠøŃŽ.", - "version": "ŠŸŠµŃ‡Š°Ń‚ŃŒ версии.", - "help": "Š Š°ŃŠæŠµŃ‡Š°Ń‚Š°Ń‚ŃŒ Ганные об использовании.", + "performance": "Š—Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ с Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š½Š¾Š¹ команГой \"Developer: Startup Performance\".", + "prof-startup": "Š—Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ профилировщик ЦП при запуске", + "disableExtensions": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ.", + "inspect-extensions": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š¾Ń‚Š»Š°Š“ŠŗŃƒ Šø профилирование Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹. ŠŸŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ URI ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Š“Š»Ń ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² разработчика.", + "inspect-brk-extensions": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š¾Ń‚Š»Š°Š“ŠŗŃƒ Šø профилирование Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹, когГа узел Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ приостановлен после запуска. ŠŸŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ URI ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Š“Š»Ń ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² разработчика. ", + "disableGPU": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ аппаратное ŃƒŃŠŗŠ¾Ń€ŠµŠ½ŠøŠµ GPU.", + "uploadLogs": "ŠžŃ‚ŠæŃ€Š°Š²Š»ŃŠµŃ‚ Š¶ŃƒŃ€Š½Š°Š»Ń‹ ŠøŠ· Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ сеанса в Š·Š°Ń‰ŠøŃ‰ŠµŠ½Š½ŃƒŃŽ ŠŗŠ¾Š½ŠµŃ‡Š½ŃƒŃŽ Ń‚Š¾Ń‡ŠŗŃƒ.", + "maxMemory": "ŠœŠ°ŠŗŃŠøŠ¼Š°Š»ŃŒŠ½Ń‹Š¹ размер ŠæŠ°Š¼ŃŃ‚Šø Š“Š»Ń окна (в ŠœŠ‘).", "usage": "Использование", "options": "параметры", "paths": "ŠæŃƒŃ‚Šø", - "optionsUpperCase": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹" + "stdinWindows": "Чтобы ŠæŃ€Š¾Ń‡ŠøŃ‚Š°Ń‚ŃŒ вывоГ Š“Ń€ŃƒŠ³Š¾Š¹ программы, Š“Š¾Š±Š°Š²ŃŒŃ‚Šµ '-' (например 'echo Hello World | {0} -')", + "stdinUnix": "Чтобы ŠæŠ¾Š»ŃƒŃ‡ŠøŃ‚ŃŒ Ганные с stdin, Š“Š¾Š±Š°Š²ŃŒŃ‚Šµ '-' (например, 'ps aux | grep code | {0} -')\n", + "optionsUpperCase": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹", + "extensionsManagement": "Управление Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø", + "troubleshooting": "Устранение неполаГок" } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/rus/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index c1718c64b2..0ff03c1887 100644 --- a/i18n/rus/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/rus/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ŠŠµŃ‚ рабочей области." } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index f06c02b357..de298a77e2 100644 --- a/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "preferences": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹" } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/rus/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index c704c03956..a10ca38194 100644 --- a/i18n/rus/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/rus/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ скачивание, так как не найГено Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ, совместимое с Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ версией VS Code '{0}'. " } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index c25a9a85ff..bc6ce2c682 100644 --- a/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Š¾Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ: package.json не ŃŠ²Š»ŃŠµŃ‚ŃŃ файлом JSON.", - "restartCodeLocal": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ коГ переГ ŠæŠµŃ€ŠµŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ¾Š¹ {0}.", + "restartCode": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ коГ переГ ŠæŠµŃ€ŠµŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ¾Š¹ {0}.", "installingOutdatedExtension": "Уже ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š° более Š½Š¾Š²Š°Ń Š²ŠµŃ€ŃŠøŃ ŃŃ‚Š¾Š³Š¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ. Š’Ń‹ хотите ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ ее более старой версией?", "override": "ŠŸŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ", "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", - "notFoundCompatible": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŃƒ, так как не найГено Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ '{0}', совместимое с Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ версией VS Code '{1}'.", - "quitCode": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŃƒ, так как ŃƒŃŃ‚Š°Ń€ŠµŠ²ŃˆŠøŠ¹ ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ еще Š·Š°ŠæŃƒŃ‰ŠµŠ½. Закройте Šø снова откройте VS Code, затем Š·Š°ŠæŃƒŃŃ‚ите ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŃƒ повторно.", - "exitCode": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŃƒ, так как ŃƒŃŃ‚Š°Ń€ŠµŠ²ŃˆŠøŠ¹ ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ еще Š·Š°ŠæŃƒŃ‰ŠµŠ½. Закройте Šø снова откройте VS Code, затем Š·Š°ŠæŃƒŃŃ‚ите ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŃƒ повторно. ", + "errorInstallingDependencies": "ŠžŃˆŠøŠ±ŠŗŠ° при ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠµ зависимостей. {0}", + "MarketPlaceDisabled": "Marketplace не Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½", + "removeError": "ŠžŃˆŠøŠ±ŠŗŠ° при уГалении Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ: {0}. Закройте Šø снова откройте VS Code, затем повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "Not Market place extension": "ŠŸŠ¾Š²Ń‚Š¾Ń€Š½Š¾ ŃƒŃŃ‚Š°Š½Š°Š²Š»ŠøŠ²Š°Ń‚ŃŒ можно Ń‚Š¾Š»ŃŒŠŗŠ¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ŠøŠ· Marketplace", + "notFoundCompatible": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ '{0}'; нет версии, совместимой с VS Code '{1}'.", + "malicious extension": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ, так как оно помечено как проблемное.", "notFoundCompatibleDependency": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŃƒ, так как не найГено зависимое Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ '{0}', совместимое с Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ версией VS Code '{1}'. ", + "quitCode": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ. ŠŸŠ¾Š¶Š°Š»ŃƒŠ¹ŃŃ‚Š°, выйГите Šø зайГите в VS Code переГ ŠæŠµŃ€ŠµŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ¾Š¹.", + "exitCode": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ. ŠŸŠ¾Š¶Š°Š»ŃƒŠ¹ŃŃ‚Š°, выйГите Šø зайГите в VS Code переГ ŠæŠµŃ€ŠµŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ¾Š¹.", "uninstallDependeciesConfirmation": "Š’Ń‹ хотите ŃƒŠ“Š°Š»ŠøŃ‚ŃŒ \"{0}\" Š¾Ń‚Š“ŠµŠ»ŃŒŠ½Š¾ или вместе с Š·Š°Š²ŠøŃŠøŠ¼Š¾ŃŃ‚ŃŠ¼Šø?", "uninstallOnly": "Только", "uninstallAll": "Все", diff --git a/i18n/rus/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/rus/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index 6dd5f17dcc..a837853529 100644 --- a/i18n/rus/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/rus/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index b6fede714d..c07238e62c 100644 --- a/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "Š”Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ VSĀ Code ŃƒŠŗŠ°Š·Ń‹Š²Š°ŠµŃ‚ Š²ŠµŃ€ŃŠøŃŽ VSĀ Code, с которой совместимо Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ. ŠžŠ½Š° не может Š±Ń‹Ń‚ŃŒ заГана как \"*\". ŠŠ°ŠæŃ€ŠøŠ¼ŠµŃ€, ^0.10.5 сообщает о совместимости с минимальной версией VSĀ CodeĀ 0.10.5.", "vscode.extension.publisher": "Š˜Š·Š“Š°Ń‚ŠµŠ»ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ VS Code.", "vscode.extension.displayName": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°ŠµŠ¼Š¾Šµ ŠøŠ¼Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, используемого в коллекции VS Code.", diff --git a/i18n/rus/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/rus/src/vs/platform/extensions/node/extensionValidator.i18n.json index 88f136cf01..9f75ca5f3c 100644 --- a/i18n/rus/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/rus/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "ŠŠµ уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ значение engines.vscode {0}. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ, например, ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x Šø т. Š“.", "versionSpecificity1": "Š’ŠµŃ€ŃŠøŃ, ŃƒŠŗŠ°Š·Š°Š½Š½Š°Ń в engines.vscode ({0}), неГостаточно ŠŗŠ¾Š½ŠŗŃ€ŠµŃ‚Š½Š°Ń. Š”Š»Ń версий vscode Го 1.0.0 ŃƒŠŗŠ°Š¶ŠøŃ‚Šµ по крайней мере основной Šø Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ номер версии. ŠŠ°ŠæŃ€ŠøŠ¼ŠµŃ€, 0.10.0, 0.10.x, 0.11.0 Šø т. Š“.", "versionSpecificity2": "Š’ŠµŃ€ŃŠøŃ, ŃƒŠŗŠ°Š·Š°Š½Š½Š°Ń в engines.vscode ({0}), неГостаточно ŠŗŠ¾Š½ŠŗŃ€ŠµŃ‚Š½Š°Ń. Š”Š»Ń версий vscode после 1.0.0 ŃƒŠŗŠ°Š¶ŠøŃ‚Šµ по крайней мере основной номер версии. ŠŠ°ŠæŃ€ŠøŠ¼ŠµŃ€, 1.10.0, 1.10.x, 1.x.x, 2.x.x Šø т. Š“.", - "versionMismatch": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ несовместимо с коГом \"{0}\". Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŽ Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ: {1}.", - "extensionDescription.empty": "ŠŸŃƒŃŃ‚Š¾Šµ описание Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", - "extensionDescription.publisher": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", - "extensionDescription.name": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", - "extensionDescription.version": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", - "extensionDescription.engines": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно Š±Ń‹Ń‚ŃŒ типа object", - "extensionDescription.engines.vscode": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", - "extensionDescription.extensionDependencies": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно Š±Ń‹Ń‚ŃŒ типа \"string []\"", - "extensionDescription.activationEvents1": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно Š±Ń‹Ń‚ŃŒ типа \"string []\"", - "extensionDescription.activationEvents2": "оба свойства, \"{0}\" Šø \"{1}\", Голжны Š±Ń‹Ń‚ŃŒ либо ŃƒŠŗŠ°Š·Š°Š½Ń‹, либо Š¾ŠæŃƒŃ‰ŠµŠ½Ń‹", - "extensionDescription.main1": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", - "extensionDescription.main2": "ŠžŠ¶ŠøŠ“Š°ŠµŃ‚ŃŃ, что Ń„ŃƒŠ½ŠŗŃ†ŠøŃ main ({0}) Š±ŃƒŠ“ŠµŃ‚ Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š° в папку Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ({1}). Из-за ŃŃ‚Š¾Š³Š¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ может ŃŃ‚Š°Ń‚ŃŒ непереносимым.", - "extensionDescription.main3": "оба свойства, \"{0}\" Šø \"{1}\", Голжны Š±Ń‹Ń‚ŃŒ либо ŃƒŠŗŠ°Š·Š°Š½Ń‹, либо Š¾ŠæŃƒŃ‰ŠµŠ½Ń‹", - "notSemver": "Š’ŠµŃ€ŃŠøŃ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ несовместима с semver." + "versionMismatch": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ несовместимо с коГом \"{0}\". Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŽ Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ: {1}." } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/rus/src/vs/platform/history/electron-main/historyMainService.i18n.json index 891764b5ae..14b9505053 100644 --- a/i18n/rus/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/rus/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "ŠŠ¾Š²Š¾Šµ окно", "newWindowDesc": "ŠžŃ‚ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ новое окно", "recentFolders": "ПослеГние рабочие области", diff --git a/i18n/rus/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/rus/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 6fd96e4d4c..9b76a4fc81 100644 --- a/i18n/rus/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/rus/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "ŠžŠš", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", "integrity.dontShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", - "integrity.moreInfo": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", "integrity.prompt": "ŠŸŠ¾Ń…Š¾Š¶Šµ, ваша ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ° {0} поврежГена. ŠŸŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚Šµ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŃƒ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/rus/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..f8f9015ffe --- /dev/null +++ b/i18n/rus/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "ДреГство ŃŠ¾Š·Š“Š°Š½ŠøŃ отчетов о неполаГках" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/rus/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 8a02ce8f2d..7f1476b4c8 100644 --- a/i18n/rus/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ схемы JSON.", "contributes.jsonValidation.fileMatch": "Шаблон файла Š“Š»Ń ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ, например \"package.json\" или \"*.launch\".", "contributes.jsonValidation.url": "URL-аГрес схемы (\"http:\", \"https:\") или Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæŃƒŃ‚ŃŒ Šŗ папке Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ (\"./\").", diff --git a/i18n/rus/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/rus/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index a482842160..256449697a 100644 --- a/i18n/rus/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/rus/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "Была нажата клавиша ({0}). ŠžŠ¶ŠøŠ“Š°Š½ŠøŠµ Š½Š°Š¶Š°Ń‚ŠøŃ второй клавиши ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ...", "missing.chord": "Дочетание клавиш ({0} Šø {1}) не ŃŠ²Š»ŃŠµŃ‚ŃŃ команГой." } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/keybinding/common/keybindingLabels.i18n.json b/i18n/rus/src/vs/platform/keybinding/common/keybindingLabels.i18n.json index 94c6d7cf75..c4873a338c 100644 --- a/i18n/rus/src/vs/platform/keybinding/common/keybindingLabels.i18n.json +++ b/i18n/rus/src/vs/platform/keybinding/common/keybindingLabels.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/platform/list/browser/listService.i18n.json b/i18n/rus/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..b903bbbe44 --- /dev/null +++ b/i18n/rus/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Рабочее место", + "multiSelectModifier.ctrlCmd": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише CTRL в Windows Šø Linux Šø клавише COMMAND в macOS.", + "multiSelectModifier.alt": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише ALT в Windows Šø Linux Šø клавише OPTION в macOS.", + "multiSelectModifier": "ŠœŠ¾Š“ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€, который Š±ŃƒŠ“ет ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ Š“Š»Ń Š“Š¾Š±Š°Š²Š»ŠµŠ½ŠøŃ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² в Š“ŠµŃ€ŠµŠ²ŃŒŃŃ… Šø списках в ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ множественного выбора с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ Š¼Ń‹ŃˆŠø (например, в провоГнике, в открытых реГакторах Šø в преГставлении scm). \"ctrlCmd\" ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ клавише CTRL в Windows Šø Linux Šø клавише COMMAND в macOS. Жесты Š¼Ń‹ŃˆŠø \"ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ сбоку\" (если они ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŃŽŃ‚ŃŃ), Š±ŃƒŠ“ŃƒŃ‚ изменены таким образом, чтобы они не конфликтовали с моГификатором ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š° множественного выбора.", + "openMode.singleClick": "ŠžŃ‚ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ оГним щелчком Š¼Ń‹ŃˆŠø.", + "openMode.doubleClick": "ŠžŃ‚ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ Гвойным щелчком Š¼Ń‹ŃˆŠø.", + "openModeModifier": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ тем, как Š¾Ń‚ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ в Š“ŠµŃ€ŠµŠ²ŃŒŃŃ… Šø списках с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ Š¼Ń‹ŃˆŠø (если ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ). Укажите значение \"singleClick\", чтобы Š¾Ń‚ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ оГним щелчком Š¼Ń‹ŃˆŠø, Šø \"doubleClick\", чтобы Š¾Ń‚ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ ŠøŃ… Ń‚Š¾Š»ŃŒŠŗŠ¾ Гвойным щелчком Š¼Ń‹ŃˆŠø. Š”Š»Ń Ń€Š¾Š“ŠøŃ‚ŠµŠ»ŃŒŃŠŗŠøŃ… ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² с Гочерними ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š°Š¼Šø в Š“ŠµŃ€ŠµŠ²ŃŒŃŃ… ŃŃ‚Š¾Ń‚ параметр ŃƒŠæŃ€Š°Š²Š»ŃŠµŃ‚ тем, Š±ŃƒŠ“ŠµŃ‚ ли Ń€Š¾Š“ŠøŃ‚ŠµŠ»ŃŒŃŠŗŠøŠ¹ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ Ń€Š°Š·Š²Š¾Ń€Š°Ń‡ŠøŠ²Š°Ń‚ŃŒŃŃ по Š¾Š“ŠøŠ½Š°Ń€Š½Š¾Š¼Ńƒ или по Гвойному Ń‰ŠµŠ»Ń‡ŠŗŃƒ Š¼Ń‹ŃˆŠø. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что ŃŃ‚Š¾Ń‚ параметр может ŠøŠ³Š½Š¾Ń€ŠøŃ€Š¾Š²Š°Ń‚ŃŒŃŃ в некоторых Š“ŠµŃ€ŠµŠ²ŃŒŃŃ… Šø списках, если он не ŠæŃ€ŠøŠ¼ŠµŠ½ŃŠµŃ‚ся Šŗ ним. " +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/rus/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..46abd9002a --- /dev/null +++ b/i18n/rus/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ локализации в реГактор", + "vscode.extension.contributes.localizations.languageId": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ ŃŠ·Ń‹ŠŗŠ°, на который Š±ŃƒŠ“ŃƒŃ‚ перевеГены отображаемые строки.", + "vscode.extension.contributes.localizations.languageName": "ŠŠ°Š·Š²Š°Š½ŠøŠµ ŃŠ·Ń‹ŠŗŠ° на английском ŃŠ·Ń‹ŠŗŠµ.", + "vscode.extension.contributes.localizations.languageNameLocalized": "ŠŠ°Š·Š²Š°Š½ŠøŠµ ŃŠ·Ń‹ŠŗŠ° на преГоставленном ŃŠ·Ń‹ŠŗŠµ.", + "vscode.extension.contributes.localizations.translations": "Дписок перевоГов, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Ń… с ŃŠ·Ń‹ŠŗŠ¾Š¼.", + "vscode.extension.contributes.localizations.translations.id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ VS Code или Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, Š“Š»Ń которого ŠæŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ŃŃ ŃŃ‚Š¾Ń‚ перевоГ. Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ VS Code всегГа имеет формат \"vscode\", а иГентификатор Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Голжен ŠøŠ¼ŠµŃ‚ŃŒ формат \"publisherId.extensionName\".", + "vscode.extension.contributes.localizations.translations.id.pattern": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ Голжен ŠøŠ¼ŠµŃ‚ŃŒ формат \"vscode\" или \"publisherId.extensionName\" Š“Š»Ń перевоГа VS Code или Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ соответственно.", + "vscode.extension.contributes.localizations.translations.path": "ŠžŃ‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ, ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‰ŠµŠ¼Ńƒ перевоГы Š“Š»Ń ŃŠ·Ń‹ŠŗŠ°." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/rus/src/vs/platform/markers/common/problemMatcher.i18n.json index 7d9431c41c..287ad1ae8d 100644 --- a/i18n/rus/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/rus/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "Двойство loop ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ в сопоставителе послеГней строки.", "ProblemPatternParser.problemPattern.missingRegExp": "Š’ шаблоне проблем Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ Ń€ŠµŠ³ŃƒŠ»ŃŃ€Š½Š¾Šµ выражение.", "ProblemPatternParser.problemPattern.missingProperty": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ шаблон проблемы. Шаблон Голжен ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‚ŃŒ по крайней мере файл, сообщение Šø Š³Ń€ŃƒŠæŠæŃƒ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ строк или расположений.", diff --git a/i18n/rus/src/vs/platform/message/common/message.i18n.json b/i18n/rus/src/vs/platform/message/common/message.i18n.json index 62863fdeb5..925ea295ed 100644 --- a/i18n/rus/src/vs/platform/message/common/message.i18n.json +++ b/i18n/rus/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", "later": "Позже", - "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°" + "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", + "moreFile": "...1 Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ файл не показан", + "moreFiles": "...не показано Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Ń… файлов: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/request/node/request.i18n.json b/i18n/rus/src/vs/platform/request/node/request.i18n.json index 82e4f8b580..4149ab3bf1 100644 --- a/i18n/rus/src/vs/platform/request/node/request.i18n.json +++ b/i18n/rus/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ параметр прокси. Если он не заГан, он Š±ŃƒŠ“ет Š²Š·ŃŃ‚ ŠøŠ· переменных среГы http_proxy Šø https_proxy.", "strictSSL": "Должен ли сертификат прокси-сервера ŠæŃ€Š¾Š²ŠµŃ€ŃŃ‚ŃŒŃŃ по списку преГоставленных ЦД.", diff --git a/i18n/rus/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/rus/src/vs/platform/telemetry/common/telemetryService.i18n.json index 3ec0fccf94..68a6a9dfee 100644 --- a/i18n/rus/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/rus/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Š¢ŠµŠ»ŠµŠ¼ŠµŃ‚Ń€ŠøŃ", "telemetry.enableTelemetry": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š¾Ń‚ŠæŃ€Š°Š²ŠŗŃƒ свеГений об использовании Šø Š¾ŃˆŠøŠ±ŠŗŠ°Ń… в ŠŗŠ¾Ń€ŠæŠ¾Ń€Š°Ń†ŠøŃŽ ŠœŠ°Š¹ŠŗŃ€Š¾ŃŠ¾Ń„Ń‚." } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/rus/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index 651ebfe5a8..b550f2245e 100644 --- a/i18n/rus/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ цвета тем, Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŠ¼Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµŠ¼ ", "contributes.color.id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ цвета темы", "contributes.color.id.format": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€Ń‹ необхоГимо ŃƒŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ в форме aa [.bb]*", diff --git a/i18n/rus/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/rus/src/vs/platform/theme/common/colorRegistry.i18n.json index 98e2cebe27..895f902fae 100644 --- a/i18n/rus/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/rus/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "Цвета, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Šµ на рабочем месте.", "foreground": "ŠžŠ±Ń‰ŠøŠ¹ цвет переГнего плана. Этот цвет ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ, Ń‚Š¾Š»ŃŒŠŗŠ¾ если его не переопреГелит компонент.", "errorForeground": "ŠžŠ±Ń‰ŠøŠ¹ цвет переГнего плана Š“Š»Ń сообщений об Š¾ŃˆŠøŠ±ŠŗŠ°Ń…. Этот цвет ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ если его не ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ компонент.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Фоновый цвет проверки ввоГа Š“Š»Ń ŃƒŃ€Š¾Š²Š½Ń ŃŠµŃ€ŃŒŠµŠ·Š½Š¾ŃŃ‚Šø \"ŠžŃˆŠøŠ±ŠŗŠ°\".", "inputValidationErrorBorder": "Цвет границы проверки ввоГа Š“Š»Ń ŃƒŃ€Š¾Š²Š½Ń ŃŠµŃ€ŃŒŠµŠ·Š½Š¾ŃŃ‚Šø \"ŠžŃˆŠøŠ±ŠŗŠ°\".", "dropdownBackground": "Фон Ń€Š°ŃŠŗŃ€Ń‹Š²Š°ŃŽŃ‰ŠµŠ³Š¾ŃŃ списка.", + "dropdownListBackground": "Цвет фона Ń€Š°ŃŠŗŃ€Ń‹Š²Š°ŃŽŃ‰ŠµŠ³Š¾ŃŃ списка.", "dropdownForeground": "ŠŸŠµŃ€ŠµŠ“Š½ŠøŠ¹ план Ń€Š°ŃŠŗŃ€Ń‹Š²Š°ŃŽŃ‰ŠµŠ³Š¾ŃŃ списка.", "dropdownBorder": "Граница Ń€Š°ŃŠŗŃ€Ń‹Š²Š°ŃŽŃ‰ŠµŠ³Š¾ŃŃ списка.", "listFocusBackground": "Фоновый цвет Š½Š°Ń…Š¾Š“ŃŃ‰ŠµŠ³Š¾ŃŃ в Ń„Š¾ŠŗŃƒŃŠµ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š° List/Tree, когГа ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ List/Tree активен. ŠŠ° активном ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Šµ List/Tree ŠµŃŃ‚ŃŒ Ń„Š¾ŠŗŃƒŃ ŠŗŠ»Š°Š²ŠøŠ°Ń‚ŃƒŃ€Ń‹, на неактивном — нет.", @@ -63,25 +66,29 @@ "editorWidgetBorder": "Цвет границы мини-приложений реГактора. Этот цвет ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ в том ŃŠ»ŃƒŃ‡Š°Šµ, если у мини-ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ ŠµŃŃ‚ŃŒ граница Šø если ŃŃ‚Š¾Ń‚ цвет не переопреГелен мини-приложением.", "editorSelectionBackground": "Цвет Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ реГактора.", "editorSelectionForeground": "Цвет выГеленного текста в режиме высокого контраста.", - "editorInactiveSelection": "Цвет Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ в неактивном реГакторе.", - "editorSelectionHighlight": "Цвет регионов с тем же соГержимым, что Šø в выГелении.", + "editorInactiveSelection": "Цвет выбора в не активном реГакторе. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "editorSelectionHighlight": "Цвет регионов с тем же соГержимым, что Šø в выГелении. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "editorSelectionHighlightBorder": "Цвет границы регионов с тем же соГержимым, что Šø в выГелении.", "editorFindMatch": "Цвет Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ поиска совпаГений.", - "findMatchHighlight": "Цвет Š“Ń€ŃƒŠ³ŠøŃ… совпаГений поиска.", - "findRangeHighlight": "Цвет Гиапазона, Š¾Š³Ń€Š°Š½ŠøŃ‡ŠøŠ²Š°ŃŽŃ‰ŠµŠ³Š¾ поиск.", - "hoverHighlight": "ВыГеление поГ словом, Š“Š»Ń которого показано навеГение.", + "findMatchHighlight": "Цвет Š“Š»Ń Š“Ń€ŃƒŠ³ŠøŃ… Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š² поиска. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "findRangeHighlight": "ВыГелите Гиапазон Š“Š»Ń Š¾Š³Ń€Š°Š½ŠøŃ‡ŠµŠ½ŠøŃ поиска. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "editorFindMatchBorder": "Цвет границы Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š° поиска.", + "findMatchHighlightBorder": "Цвет границы Š“Ń€ŃƒŠ³ŠøŃ… Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š² поиска.", + "findRangeHighlightBorder": "Цвет границы Гиапазона Š“Š»Ń Š¾Š³Ń€Š°Š½ŠøŃ‡ŠµŠ½ŠøŃ поиска. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "hoverHighlight": "ВыГеление поГ словом, Š“Š»Ń которого показано навеГение. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", "hoverBackground": "Цвет фона при навеГении ŃƒŠŗŠ°Š·Š°Ń‚ŠµŠ»Ń на реГактор.", "hoverBorder": "Цвет границ при навеГении ŃƒŠŗŠ°Š·Š°Ń‚ŠµŠ»Ń на реГактор.", "activeLinkForeground": "Цвет активных ссылок.", - "diffEditorInserted": "Цвет фона Š“Š»Ń Гобавленных строк.", - "diffEditorRemoved": "Цвет фона Š“Š»Ń ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Ń… строк.", + "diffEditorInserted": "Цвет фона Š“Š»Ń вставленного текста. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "diffEditorRemoved": "Цвет фона Š“Š»Ń уГаленного текста. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ. ", "diffEditorInsertedOutline": "Цвет ŠŗŠ¾Š½Ń‚ŃƒŃ€Š° Š“Š»Ń Гобавленных строк.", "diffEditorRemovedOutline": "Цвет ŠŗŠ¾Š½Ń‚ŃƒŃ€Š° Š“Š»Ń ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Ń… строк.", - "mergeCurrentHeaderBackground": "Цвет фона Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ заголовка во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", - "mergeCurrentContentBackground": "Цвет фона Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ соГержимого во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", - "mergeIncomingHeaderBackground": "Цвет фона Š²Ń…Š¾Š“ŃŃ‰ŠµŠ³Š¾ заголовка во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", - "mergeIncomingContentBackground": "Цвет фона Š²Ń…Š¾Š“ŃŃ‰ŠµŠ³Š¾ соГержимого во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", - "mergeCommonHeaderBackground": "Цвет фона заголовка Š“Š»Ń общего преГка во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", - "mergeCommonContentBackground": "Цвет фона соГержимого Š“Š»Ń общего преГка во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", + "mergeCurrentHeaderBackground": "Фон Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ заголовка при конфликтах встроеного ŃŠ»ŠøŃŠ½ŠøŃ. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "mergeCurrentContentBackground": "Фон Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ ŃŠ¾Š“ŠµŃ€Š¶Š°Š½ŠøŃ при конфликтах встроеного ŃŠ»ŠøŃŠ½ŠøŃ. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "mergeIncomingHeaderBackground": "Фон измененного заголовка при конфликтах встроенного ŃŠ»ŠøŃŠ½ŠøŃ. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "mergeIncomingContentBackground": "Фон измененного ŃŠ¾Š“ŠµŃ€Š¶Š°Š½ŠøŃ при конфликтах встроенного ŃŠ»ŠøŃŠ½ŠøŃ. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "mergeCommonHeaderBackground": "Фон заголовка Š“Š»Ń общего ŠæŃ€ŠµŠ“ŃˆŠµŃŃ‚Š²ŠµŠ½Š½ŠøŠŗŠ° при конфликтах Š²Š½ŃƒŃ‚Ń€ŠµŠ½Š½ŠµŠ³Š¾ ŃŠ»ŠøŃŠ½ŠøŃ. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", + "mergeCommonContentBackground": "Фон ŃŠ¾Š“ŠµŃ€Š¶Š°Š½ŠøŃ общего ŠæŃ€ŠµŠ“ŃˆŠµŃŃ‚Š²ŠµŠ½Š½ŠøŠŗŠ° при конфликтах Š²Š½ŃƒŃ‚Ń€ŠµŠ½Š½ŠµŠ³Š¾ ŃŠ»ŠøŃŠ½ŠøŃ. Цвет Голжен Š±Ń‹Ń‚ŃŒ прозрачным, чтобы не ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ основные знаки Š¾Ń‚Š»ŠøŃ‡ŠøŃ.", "mergeBorder": "Цвет границы заголовков Šø Ń€Š°Š·Š“ŠµŠ»ŠøŃ‚ŠµŠ»Ń во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", "overviewRulerCurrentContentForeground": "Цвет переГнего плана линейки Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ окна во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", "overviewRulerIncomingContentForeground": "Цвет переГнего плана линейки Š²Ń…Š¾Š“ŃŃ‰ŠµŠ³Š¾ окна во Š²Š½ŃƒŃ‚ренних конфликтах ŃŠ»ŠøŃŠ½ŠøŃ.", diff --git a/i18n/rus/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/rus/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..5ac52e8e37 --- /dev/null +++ b/i18n/rus/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ", + "updateChannel": "ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ канал Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ, по ŠŗŠ¾Ń‚Š¾Ń€Š¾Š¼Ńƒ вы Š±ŃƒŠ“ŠµŃ‚Šµ ŠæŠ¾Š»ŃƒŃ‡Š°Ń‚ŃŒ Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ. После ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ необхоГим ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ.", + "enableWindowsBackgroundUpdates": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ Windows в фоновом режиме." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/rus/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..e636a76c37 --- /dev/null +++ b/i18n/rus/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "Š’ŠµŃ€ŃŠøŃ {0}\nŠ¤ŠøŠŗŃŠ°Ń†ŠøŃ {1}\nДата {2}\nŠžŠ±Š¾Š»Š¾Ń‡ŠŗŠ° {3}\nŠžŃ‚Ń€ŠøŃŠ¾Š²Ń‰ŠøŠŗ {4}\nУзел {5}\nŠŃ€Ń…ŠøŃ‚ŠµŠŗŃ‚ŃƒŃ€Š° {6}", + "okButton": "ŠžŠš", + "copy": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/rus/src/vs/platform/workspaces/common/workspaces.i18n.json index 08cd26e159..2b3f6dbb2f 100644 --- a/i18n/rus/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/rus/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Š Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ коГа", "untitledWorkspace": "(Š Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ) без Š½Š°Š·Š²Š°Š½ŠøŃ", "workspaceNameVerbose": "{0} (Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ)", diff --git a/i18n/rus/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..e5eacffc8c --- /dev/null +++ b/i18n/rus/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirestring": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "optstring": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index 56be368eed..cacaa99a68 100644 --- a/i18n/rus/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Голжны Š±Ń‹Ń‚ŃŒ массивом", "requirestring": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", "optstring": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", diff --git a/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index b44407fa3f..c9e1153cb7 100644 --- a/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index f2dc9ba9a2..5ab8689bab 100644 --- a/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ)", + "defaultSource": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ", + "manageExtension": "Управление Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø", "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", "ok": "ŠžŠš" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..1926df91ea --- /dev/null +++ b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "Дохранение ŃƒŃ‡Š°ŃŃ‚Š½ŠøŠŗŠ¾Š²..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..3a49c63d0d --- /dev/null +++ b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "РеГактор веб-ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..2dd08cd7d9 --- /dev/null +++ b/i18n/rus/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\" Гобавило оГну папку в Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", + "folderStatusMessageAddMultipleFolders": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\" Гобавило папки ({1}) в Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", + "folderStatusMessageRemoveSingleFolder": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\" уГалило оГну папку ŠøŠ· рабочей области", + "folderStatusMessageRemoveMultipleFolders": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\" уГалило папки ({1}) ŠøŠ· рабочей области", + "folderStatusChangeFolder": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\" изменило папки рабочей области " +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index a095e14e84..394f885ae6 100644 --- a/i18n/rus/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "ŠŠµ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ еще несколько ошибок Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠ¹ ({0})." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/node/extHostExplorerView.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostExplorerView.i18n.json index 69ab93e32f..507ca07143 100644 --- a/i18n/rus/src/vs/workbench/api/node/extHostExplorerView.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/extHostExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index 6dd5f17dcc..4b9eef8574 100644 --- a/i18n/rus/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "ŠŠµ уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{1}\". ŠŸŃ€ŠøŃ‡ŠøŠ½Š°: неизвестный зависимый компонент \"{0}\".", - "failedDep1": "ŠŠµ уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{1}\". ŠŸŃ€ŠøŃ‡ŠøŠ½Š°: ошибка активации зависимого компонента \"{0}\".", - "failedDep2": "ŠŠµ уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\". ŠŸŃ€ŠøŃ‡ŠøŠ½Š°: более 10 ŃƒŃ€Š¾Š²Š½ŠµŠ¹ зависимостей (скорее всего, цикл зависимостей).", - "activationError": "ŠžŃˆŠøŠ±ŠŗŠ° активации Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ \"{0}\": {1}." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "ŠŠµ уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{1}\". ŠŸŃ€ŠøŃ‡ŠøŠ½Š°: Š½ŠµŠøŠ·Š²ŠµŃŃ‚Š½Š°Ń Š·Š°Š²ŠøŃŠøŠ¼Š¾ŃŃ‚ŃŒ \"{0}\".", + "failedDep1": "ŠŠµ уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{1}\". ŠŸŃ€ŠøŃ‡ŠøŠ½Š°: не уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Š·Š°Š²ŠøŃŠøŠ¼Š¾ŃŃ‚ŃŒ \"{0}\".", + "failedDep2": "ŠŠµ уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ \"{0}\". ŠŸŃ€ŠøŃ‡ŠøŠ½Š°: более 10 ŃƒŃ€Š¾Š²Š½ŠµŠ¹ зависимостей (Š²ŠµŃ€Š¾ŃŃ‚Š½Š° Ń†ŠøŠŗŠ»ŠøŃ‡ŠµŃŠŗŠ°Ń Š·Š°Š²ŠøŃŠøŠ¼Š¾ŃŃ‚ŃŒ).", + "activationError": "ŠŠµ уГалось Š°ŠŗŃ‚ŠøŠ²ŠøŃ€Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ '{0}': {1}." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/rus/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json index dfbb0c5cc1..18a19df791 100644 --- a/i18n/rus/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/extHostTreeExplorers.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/api/node/extHostTreeView.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostTreeView.i18n.json index 69ab93e32f..507ca07143 100644 --- a/i18n/rus/src/vs/workbench/api/node/extHostTreeView.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/extHostTreeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostTreeViews.i18n.json index 9f9c8f9221..8993fd2d2d 100644 --- a/i18n/rus/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "ŠžŃ‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ зарегистрированное преГставление в виГе Герева с иГентификатором '{0}'.", - "treeItem.notFound": "ŠžŃ‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ Герева с иГентификатором '{0}'.", - "treeView.duplicateElement": "Элемент {0} уже зарегистрирован" + "treeView.duplicateElement": "Элемент с иГентификационным номером {0} уже зарегестрирован" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/rus/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..6f2de531b4 --- /dev/null +++ b/i18n/rus/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŽ \"{0}\" не уГалось Š¾Š±Š½Š¾Š²ŠøŃ‚ŃŒ папки рабочей области: {1}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json b/i18n/rus/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json index b44407fa3f..c9e1153cb7 100644 --- a/i18n/rus/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/api/node/mainThreadMessageService.i18n.json b/i18n/rus/src/vs/workbench/api/node/mainThreadMessageService.i18n.json index f2dc9ba9a2..d6fb65b98b 100644 --- a/i18n/rus/src/vs/workbench/api/node/mainThreadMessageService.i18n.json +++ b/i18n/rus/src/vs/workbench/api/node/mainThreadMessageService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/configureLocale.i18n.json index b6db31f0eb..ade35f1efe 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/fileActions.i18n.json index 6e8dd1b186..b2d8df5b3c 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 7dee648f61..ffee2f4d3b 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ или ŃŠŗŃ€Ń‹Ń‚ŃŒ панель Гействий", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..ea472f5d11 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ расположение по Ń†ŠµŠ½Ń‚Ń€Ńƒ", + "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 806f2ffcc0..29df785055 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Š²ŠµŃ€Ń‚ŠøŠŗŠ°Š»ŃŒŠ½ŃƒŃŽ или Š³Š¾Ń€ŠøŠ·Š¾Š½Ń‚Š°Š»ŃŒŠ½ŃƒŃŽ ŃŃ‚Ń€ŃƒŠŗŃ‚ŃƒŃ€Ńƒ Š³Ń€ŃƒŠæŠæŃ‹ реГакторов", "horizontalLayout": "Š“Š¾Ń€ŠøŠ·Š¾Š½Ń‚Š°Š»ŃŒŠ½Š°Ń ŃŃ‚Ń€ŃƒŠŗŃ‚ŃƒŃ€Š° Š³Ń€ŃƒŠæŠæŃ‹ реГакторов", "verticalLayout": "Š’ŠµŃ€Ń‚ŠøŠŗŠ°Š»ŃŒŠ½Š°Ń ŃŃ‚Ń€ŃƒŠŗŃ‚ŃƒŃ€Š° Š³Ń€ŃƒŠæŠæŃ‹ реГакторов", diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index 3e03b98e62..a7d59ab4ba 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "Расположение боковой панели", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ положение боковой панели", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 3153d96f15..f06cb1c93a 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ Š²ŠøŠ“ŠøŠ¼Š¾ŃŃ‚ŃŒ боковой панели", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 3313ee0f7b..a32178d948 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Š²ŠøŠ“ŠøŠ¼Š¾ŃŃ‚ŃŒ строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index d46e47e459..4fe8e0fab0 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ Š²ŠøŠ“ŠøŠ¼Š¾ŃŃ‚ŃŒ вклаГки", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index 66c4789f74..fb7281b1e6 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ режим \"Дзен\"", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/workspaceActions.i18n.json index 7f87d17117..8b304577ea 100644 --- a/i18n/rus/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ файл...", "openFolder": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку...", "openFileFolder": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ...", - "addFolderToWorkspace": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ папку в Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ...", - "add": "&&Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ", - "addFolderToWorkspaceTitle": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ папку в Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", "globalRemoveFolderFromWorkspace": "Š£Š“Š°Š»ŠøŃ‚ŃŒ папку ŠøŠ· рабочей области...", - "removeFolderFromWorkspace": "Š£Š“Š°Š»ŠøŃ‚ŃŒ папку ŠøŠ· рабочей области", - "openFolderSettings": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ параметры папок", "saveWorkspaceAsAction": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ как...", "save": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ", "saveWorkspace": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", "openWorkspaceAction": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ...", "openWorkspaceConfigFile": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø рабочей области", - "openFolderAsWorkspaceInNewWindow": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку как Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ в новом окне", - "workspaceFolderPickerPlaceholder": "Выберите папку рабочей области" + "openFolderAsWorkspaceInNewWindow": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку как Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ в новом окне" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/rus/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..5ad11371d3 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ папку в Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ...", + "add": "&&Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ", + "addFolderToWorkspaceTitle": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ папку в Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", + "workspaceFolderPickerPlaceholder": "Выберите папку рабочей области" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 8339670f4f..1b24836ee0 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 946bb84393..b17870520e 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ панель Гействий", "globalActions": "Š“Š»Š¾Š±Š°Š»ŃŒŠ½Ń‹Šµ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/compositePart.i18n.json index 21284fe7e9..c33e11b0b2 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "Действий: {0}", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index c9f39eaf3a..6e8c66fea4 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Ń‚ŠµŠ»ŃŒ активного ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 1556822923..9d0766dd04 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10000 Šø Š²Ń‹ŃˆŠµ", "badgeTitle": "{0} - {1}", "additionalViews": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ", diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index 0bfb5d111d..5a42cadc30 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "ДреГство просмотра Гвоичных Š¾Š±ŃŠŠµŠŗŃ‚Š¾Š²" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index 3c123d9ce4..3b5b099f6d 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Текстовый реГактор", "textDiffEditor": "РеГактор текстовых несовпаГений", "binaryDiffEditor": "РеГактор Гвоичных несовпаГений", @@ -13,5 +15,18 @@ "groupThreePicker": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ реГакторы в Ń‚Ń€ŠµŃ‚ŃŒŠµŠ¹ Š³Ń€ŃƒŠæŠæŠµ", "allEditorsPicker": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ все открытые реГакторы", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€", - "file": "Файл" + "file": "Файл", + "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", + "closeOthers": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ", + "closeRight": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ справа", + "closeAllSaved": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ сохраненные", + "closeAll": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ все", + "keepOpen": "ŠžŃŃ‚Š°Š²ŠøŃ‚ŃŒ открытым", + "toggleInlineView": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ интерактивное преГставление", + "showOpenedEditors": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ открытые реГакторы", + "keepEditor": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ реГактор", + "closeEditorsInGroup": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ все реГакторы в Š³Ń€ŃƒŠæŠæŠµ", + "closeSavedEditors": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ сохраненные реГакторы в Š³Ń€ŃƒŠæŠæŠµ", + "closeOtherEditors": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ реГакторы", + "closeRightEditors": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГакторы справа" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index 4dba80c961..1746c9f421 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Š Š°Š·Š“ŠµŠ»ŠøŃ‚ŃŒ реГактор", "joinTwoGroups": "ŠžŠ±ŃŠŠµŠ“ŠøŠ½ŠøŃ‚ŃŒ реГакторы ŠøŠ· Š“Š²ŃƒŃ… Š³Ń€ŃƒŠæŠæ", "navigateEditorGroups": "ŠŸŠµŃ€ŠµŃ…Š¾Š“ межГу Š³Ń€ŃƒŠæŠæŠ°Š¼Šø реГакторов", @@ -17,18 +19,13 @@ "closeEditor": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГактор", "revertAndCloseActiveEditor": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Šø Š·Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГактор", "closeEditorsToTheLeft": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГакторы слева", - "closeEditorsToTheRight": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГакторы справа", "closeAllEditors": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ все реГакторы", - "closeUnmodifiedEditors": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГакторы без изменений в Š³Ń€ŃƒŠæŠæŠµ", "closeEditorsInOtherGroups": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГакторы в Š“Ń€ŃƒŠ³ŠøŃ… Š³Ń€ŃƒŠæŠæŠ°Ń…", - "closeOtherEditorsInGroup": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ реГакторы", - "closeEditorsInGroup": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ все реГакторы в Š³Ń€ŃƒŠæŠæŠµ", "moveActiveGroupLeft": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ Š³Ń€ŃƒŠæŠæŃƒ реГакторов влево", "moveActiveGroupRight": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ Š³Ń€ŃƒŠæŠæŃƒ реГакторов вправо", "minimizeOtherEditorGroups": "Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ Š³Ń€ŃƒŠæŠæŃ‹ реГакторов", "evenEditorGroups": "Š£Ń€Š°Š²Š½ŃŃ‚ŃŒ ŃˆŠøŃ€ŠøŠ½Ńƒ Š³Ń€ŃƒŠæŠæ реГакторов", "maximizeEditor": "Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ Š³Ń€ŃƒŠæŠæŃƒ реГакторов Šø ŃŠŗŃ€Ń‹Ń‚ŃŒ Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель", - "keepEditor": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ реГактор", "openNextEditor": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¹ реГактор", "openPreviousEditor": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠøŠ¹ реГактор", "nextEditorInGroup": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¹ реГактор в Š³Ń€ŃƒŠæŠæŠµ", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ реГакторы в первой Š³Ń€ŃƒŠæŠæŠµ", "showEditorsInSecondGroup": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ реГакторы во второй Š³Ń€ŃƒŠæŠæŠµ", "showEditorsInThirdGroup": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ реГакторы в Ń‚Ń€ŠµŃ‚ŃŒŠµŠ¹ Š³Ń€ŃƒŠæŠæŠµ", - "showEditorsInGroup": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ реГакторы в Š³Ń€ŃƒŠæŠæŠµ", "showAllEditors": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ все реГакторы", "openPreviousRecentlyUsedEditorInGroup": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠøŠ¹ неГавно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Š½Ń‹Š¹ реГактор в Š³Ń€ŃƒŠæŠæŠµ", "openNextRecentlyUsedEditorInGroup": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¹ неГавно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Š½Ń‹Š¹ реГактор в Š³Ń€ŃƒŠæŠæŠµ", @@ -54,5 +50,8 @@ "moveEditorLeft": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор влево", "moveEditorRight": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор вправо", "moveEditorToPreviousGroup": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор в ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŃƒŃŽ Š³Ń€ŃƒŠæŠæŃƒ", - "moveEditorToNextGroup": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŃƒŃŽ Š³Ń€ŃƒŠæŠæŃƒ" + "moveEditorToNextGroup": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŃƒŃŽ Š³Ń€ŃƒŠæŠæŃƒ", + "moveEditorToFirstGroup": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор в ŠæŠµŃ€Š²ŃƒŃŽ Š³Ń€ŃƒŠæŠæŃƒ", + "moveEditorToSecondGroup": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор во Š²Ń‚Š¾Ń€ŃƒŃŽ Š³Ń€ŃƒŠæŠæŃƒ", + "moveEditorToThirdGroup": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ реГактор в Ń‚Ń€ŠµŃ‚ŃŒŃŽ Š³Ń€ŃƒŠæŠæŃƒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 32e566863c..23940b79e1 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "ŠŸŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŠµ активного реГактора по вклаГкам или Š³Ń€ŃƒŠæŠæŠ°Š¼", "editorCommand.activeEditorMove.arg.name": "ŠŃ€Š³ŃƒŠ¼ŠµŠ½Ń‚ ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ активного реГактора", - "editorCommand.activeEditorMove.arg.description": "Двойства Š°Ń€Š³ŃƒŠ¼ŠµŠ½Ń‚а:\n\t* 'to': строковое значение, ŃƒŠŗŠ°Š·Ń‹Š²Š°ŃŽŃ‰ŠµŠµ направление ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ.\n\t* 'by': строковое значение, ŃƒŠŗŠ°Š·Ń‹Š²Š°ŃŽŃ‰ŠµŠµ ŠµŠ“ŠøŠ½ŠøŃ†Ńƒ ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ (вклаГка или Š³Ń€ŃƒŠæŠæŠ°).\n\t* 'value': числовое значение, ŃƒŠŗŠ°Š·Ń‹Š²Š°ŃŽŃ‰ŠµŠµ количество позиций ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ или Š°Š±ŃŠ¾Š»ŃŽŃ‚Š½ŃƒŃŽ ŠæŠ¾Š·ŠøŃ†ŠøŃŽ Š“Š»Ń ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ.", - "commandDeprecated": "КоманГа **{0}** уГалена. Вместо нее можно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ **{1}**", - "openKeybindings": "ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠ° сочетаний клавиш" + "editorCommand.activeEditorMove.arg.description": "Двойства Š°Ń€Š³ŃƒŠ¼ŠµŠ½Ń‚а:\n\t* 'to': строковое значение, ŃƒŠŗŠ°Š·Ń‹Š²Š°ŃŽŃ‰ŠµŠµ направление ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ.\n\t* 'by': строковое значение, ŃƒŠŗŠ°Š·Ń‹Š²Š°ŃŽŃ‰ŠµŠµ ŠµŠ“ŠøŠ½ŠøŃ†Ńƒ ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ (вклаГка или Š³Ń€ŃƒŠæŠæŠ°).\n\t* 'value': числовое значение, ŃƒŠŗŠ°Š·Ń‹Š²Š°ŃŽŃ‰ŠµŠµ количество позиций ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ или Š°Š±ŃŠ¾Š»ŃŽŃ‚Š½ŃƒŃŽ ŠæŠ¾Š·ŠøŃ†ŠøŃŽ Š“Š»Ń ŠæŠµŃ€ŠµŠ¼ŠµŃ‰ŠµŠ½ŠøŃ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 08402440ba..b144a0cedd 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "Длева", "groupTwoVertical": "По Ń†ŠµŠ½Ń‚Ń€Ńƒ", "groupThreeVertical": "Дправа", diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index 5e4842ca24..e9f08eac26 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, выбор Š³Ń€ŃƒŠæŠæŃ‹ реГакторов", "groupLabel": "Š“Ń€ŃƒŠæŠæŠ°: {0}", "noResultsFoundInGroup": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠµ открытые реГакторы не найГены в Š³Ń€ŃƒŠæŠæŠµ", diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index eabbcf197e..9064007505 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "Дтрока {0}, столбец {1} (выбрано {2})", "singleSelection": "Дтрока {0}, столбец {1}", "multiSelectionRange": "ВыГелений: {0} (выГелено символов: {1})", diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..686d592e9a --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}Ā Š‘", + "sizeKB": "{0}Ā ŠšŠ‘", + "sizeMB": "{0}Ā ŠœŠ‘", + "sizeGB": "{0} ГБ", + "sizeTB": "{0} ТБ", + "largeImageError": "Š˜Š·Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŠµ имеет слишком большой размер Š“Š»Ń Š¾Ń‚Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŃ в реГакторе (более 1 ŠœŠ‘). ", + "resourceOpenExternalButton": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ изображение с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ внешней программы?", + "nativeBinaryError": "Файл не Š±ŃƒŠ“ет отображен в реГакторе, так как он Гвоичный, Š¾Ń‡ŠµŠ½ŃŒ большой или ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ Š½ŠµŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŠ¼ŃƒŃŽ ŠŗŠ¾Š“ŠøŃ€Š¾Š²ŠŗŃƒ текста.", + "zoom.action.fit.label": "Все изображение", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 7d4c8bfc63..51a1782c0b 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "Š”ŠµŠ¹ŃŃ‚Š²ŠøŃ вклаГки" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 7e9ef4fb62..2641c1dffa 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "РеГактор текстовых несовпаГений", "readonlyEditorWithInputAriaLabel": "{0}. РеГактор ŃŃ€Š°Š²Š½ŠµŠ½ŠøŃ текста Ń‚Š¾Š»ŃŒŠŗŠ¾ Š“Š»Ń Ń‡Ń‚ŠµŠ½ŠøŃ.", "readonlyEditorAriaLabel": "РеГактор ŃŃ€Š°Š²Š½ŠµŠ½ŠøŃ текста Ń‚Š¾Š»ŃŒŠŗŠ¾ Š“Š»Ń Ń‡Ń‚ŠµŠ½ŠøŃ.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "РеГактор ŃŃ€Š°Š²Š½ŠµŠ½ŠøŃ текстовых файлов.", "navigate.next.label": "Š”Š»ŠµŠ“ŃƒŃŽŃ‰ŠµŠµ исправление", "navigate.prev.label": "ŠŸŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠµ исправление", - "inlineDiffLabel": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒŃŃ на преГставление в строке", - "sideBySideDiffLabel": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒŃŃ на ŠæŠ°Ń€Š°Š»Š»ŠµŠ»ŃŒŠ½Š¾Šµ преГставление" + "toggleIgnoreTrimWhitespace.label": "Š˜Š³Š½Š¾Ń€ŠøŃ€Š¾Š²Š°Ń‚ŃŒ уГаление пробелов" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index 22fc312c20..93cc224d41 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, Š³Ń€ŃƒŠæŠæŠ° {1}." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 4d2c780350..b742d82256 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Текстовый реГактор", "readonlyEditorWithInputAriaLabel": "{0}. Текстовый реГактор Ń‚Š¾Š»ŃŒŠŗŠ¾ Š“Š»Ń Ń‡Ń‚ŠµŠ½ŠøŃ.", "readonlyEditorAriaLabel": "Текстовый реГактор Ń‚Š¾Š»ŃŒŠŗŠ¾ Š“Š»Ń Ń‡Ń‚ŠµŠ½ŠøŃ.", diff --git a/i18n/rus/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index f09bdce232..87bf8d8e95 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", - "closeOthers": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ", - "closeRight": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ справа", - "closeAll": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ все", - "closeAllUnmodified": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ без изменений", - "keepOpen": "ŠžŃŃ‚Š°Š²ŠøŃ‚ŃŒ открытым", - "showOpenedEditors": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ открытые реГакторы", "araLabelEditorActions": "Š”ŠµŠ¹ŃŃ‚Š²ŠøŃ реГактора" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..04cf856936 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "clearNotifications": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ все ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "hideNotificationsCenter": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "expandNotification": "Š Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ увеГомление", + "collapseNotification": "Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ увеГомление", + "configureNotification": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ увеГомление", + "copyNotification": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ текст" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..1c95bafdd9 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "ŠžŃˆŠøŠ±ŠŗŠ°: {0}", + "alertWarningMessage": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ: {0}", + "alertInfoMessage": "Š”Š²ŠµŠ“ŠµŠ½ŠøŃ: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..96b5537958 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "notificationsToolbar": "Š”ŠµŠ¹ŃŃ‚Š²ŠøŃ центра увеГомлений", + "notificationsList": "Дписок увеГомлений" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..86a973fc60 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "showNotifications": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "hideNotifications": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "clearAllNotifications": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ все ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..d663195335 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "zeroNotifications": "Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚", + "noNotifications": "ŠŠ¾Š²Ń‹Šµ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚", + "oneNotification": "1 новое увеГомление", + "notifications": "ŠŠ¾Š²Ń‹Šµ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..71e28bb682 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "Š’ŃŠæŠ»Ń‹Š²Š°ŃŽŃ‰ŠµŠµ увеГомление" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..736c9946b6 --- /dev/null +++ b/i18n/rus/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "Š”ŠµŠ¹ŃŃ‚Š²ŠøŃ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", + "notificationSource": "Š˜ŃŃ‚Š¾Ń‡Š½ŠøŠŗ: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 6f1782ab3e..f6f3ae94f4 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ панель", "togglePanel": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ панель", "focusPanel": "Фокус на панель", diff --git a/i18n/rus/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index dc23849698..988ee9b118 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index e9232ebcad..de784b0da2 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (нажмите клавишу Š’Š’ŠžŠ”, чтобы ŠæŠ¾Š“Ń‚Š²ŠµŃ€Š“ŠøŃ‚ŃŒ ввеГенные Ганные, или ESCAPE Š“Š»Ń отмены)", "inputModeEntry": "ŠŠ°Š¶Š¼ŠøŃ‚Šµ клавишу Š’Š’ŠžŠ”, чтобы ŠæŠ¾Š“Ń‚Š²ŠµŃ€Š“ŠøŃ‚ŃŒ ввеГенные Ганные, или ESCAPE Š“Š»Ń отмены", "emptyPicks": "ŠŠµŃ‚ записей Š“Š»Ń выбора", diff --git a/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json index b00914a416..5df79435f8 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index b00914a416..9ce7bbe0ac 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ Ń„Š°Š¹Š»Ńƒ...", "quickNavigateNext": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼Ńƒ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ńƒ в Quick Open.", "quickNavigatePrevious": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠ¼Ńƒ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ńƒ в Quick Open.", diff --git a/i18n/rus/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index 3a5b37bf67..9d1878054d 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "ŠŸŠµŃ€ŠµŠ²ŠµŃŃ‚Šø Ń„Š¾ŠŗŃƒŃ на Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель", "viewCategory": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index 2fc29a94ba..5347904227 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "Управление Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index d1b34f5a8a..4a35c97ae9 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[ŠŠµ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ]", + "userIsAdmin": "[АГминистратор]", + "userIsSudo": "[Š”ŃƒŠæŠµŃ€ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒ]", "devExtensionWindowTitlePrefix": "[Узел разработки Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ]" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 761072edd6..a74d5cc7e2 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "Действий: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/views/views.i18n.json index b0fa6d5e7e..eefe558dee 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index 2feabab41e..33fbcb65ec 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/rus/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index 6dd99f557b..0a0503bc1f 100644 --- a/i18n/rus/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ ŠøŠ· боковой панели" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/quickopen.i18n.json b/i18n/rus/src/vs/workbench/browser/quickopen.i18n.json index 2ef796eee2..b93f751cb4 100644 --- a/i18n/rus/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "ŠŠµŃ‚ ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŃ… Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š²", "noResultsFound2": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ не найГены" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/browser/viewlet.i18n.json b/i18n/rus/src/vs/workbench/browser/viewlet.i18n.json index c5dc5c2265..3ecc6c57f7 100644 --- a/i18n/rus/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель", "collapse": "Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ все" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/common/theme.i18n.json b/i18n/rus/src/vs/workbench/common/theme.i18n.json index bd0d0f8b98..22e0f0068a 100644 --- a/i18n/rus/src/vs/workbench/common/theme.i18n.json +++ b/i18n/rus/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Цвет фона активной вклаГки. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГактора. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. ŠœŠ¾Š¶ŠµŃ‚ ŠæŃ€ŠøŃŃƒŃ‚ŃŃ‚Š²Š¾Š²Š°Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", "tabInactiveBackground": "Цвет фона неактивной вклаГки. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГактора. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. ŠœŠ¾Š¶ŠµŃ‚ ŠæŃ€ŠøŃŃƒŃ‚ŃŃ‚Š²Š¾Š²Š°Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", + "tabHoverBackground": "Цвет фона вклаГки при навеГении. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГактора. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. ŠœŠ¾Š¶ŠµŃ‚ ŠæŃ€ŠøŃŃƒŃ‚ŃŃ‚Š²Š¾Š²Š°Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", + "tabUnfocusedHoverBackground": "Цвет фона вклаГки в Š³Ń€ŃƒŠæŠæŠµ, не ŠøŠ¼ŠµŃŽŃ‰ŠµŠ¹ Ń„Š¾ŠŗŃƒŃŠ°, при навеГении. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГактора. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. Также можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", "tabBorder": "Граница Š“Š»Ń Ń€Š°Š·Š“ŠµŠ»ŠµŠ½ŠøŃ вклаГок. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГакторов. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. ŠœŠ¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", "tabActiveBorder": "Граница Š“Š»Ń Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ активных вклаГок. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГакторов. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. Также можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов. ", "tabActiveUnfocusedBorder": "Граница Š“Š»Ń Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ активных вклаГок в Š³Ń€ŃƒŠæŠæŠµ, не ŠøŠ¼ŠµŃŽŃ‰ŠµŠ¹ Ń„Š¾ŠŗŃƒŃŠ°. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГакторов. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. Также можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", + "tabHoverBorder": "Граница Š“Š»Ń Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ вклаГок при навеГении ŠŗŃƒŃ€ŃŠ¾Ń€Š°. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГакторов. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. Также можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов. ", + "tabUnfocusedHoverBorder": "Граница Š“Š»Ń Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ вклаГок в Š³Ń€ŃƒŠæŠæŠµ, не ŠøŠ¼ŠµŃŽŃ‰ŠµŠ¹ Ń„Š¾ŠŗŃƒŃŠ°, при навеГении. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГакторов. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. Также можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", "tabActiveForeground": "Цвет переГнего плана активной вклаГки в активной Š³Ń€ŃƒŠæŠæŠµ. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГактора. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. ŠœŠ¾Š¶ŠµŃ‚ ŠæŃ€ŠøŃŃƒŃ‚ŃŃ‚Š²Š¾Š²Š°Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", "tabInactiveForeground": "Цвет переГнего плана неактивной вклаГки в активной Š³Ń€ŃƒŠæŠæŠµ. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГактора. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. ŠœŠ¾Š¶ŠµŃ‚ ŠæŃ€ŠøŃŃƒŃ‚ŃŃ‚Š²Š¾Š²Š°Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", "tabUnfocusedActiveForeground": "Цвет переГнего плана активной вклаГки в Š³Ń€ŃƒŠæŠæŠµ, не ŠøŠ¼ŠµŃŽŃ‰ŠµŠ¹ Ń„Š¾ŠŗŃƒŃŠ°. ВклаГки — ŃŃ‚Š¾ контейнеры Š“Š»Ń реГакторов в области реГактора. Š’ оГной Š³Ń€ŃƒŠæŠæŠµ реГакторов можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько вклаГок. Также можно Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ несколько Š³Ń€ŃƒŠæŠæ реГакторов.", @@ -16,7 +22,7 @@ "editorGroupBackground": "Цвет фона Š³Ń€ŃƒŠæŠæŃ‹ реГакторов. Š“Ń€ŃƒŠæŠæŃ‹ реГакторов ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃŽŃ‚ собой контейнеры реГакторов. Цвет фона Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ при перетаскивании Š³Ń€ŃƒŠæŠæ реГакторов.", "tabsContainerBackground": "Цвет фона Š“Š»Ń заголовка Š³Ń€ŃƒŠæŠæŃ‹ реГакторов, когГа вклаГки Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹. Š“Ń€ŃƒŠæŠæŃ‹ реГакторов ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃŽŃ‚ собой контейнеры реГакторов.", "tabsContainerBorder": "Цвет границы Š“Š»Ń заголовка Š³Ń€ŃƒŠæŠæŃ‹ реГакторов, когГа вклаГки Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹. Š“Ń€ŃƒŠæŠæŃ‹ реГакторов ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃŽŃ‚ собой контейнеры реГакторов.", - "editorGroupHeaderBackground": "Цвет фона Š“Š»Ń заголовка Š³Ń€ŃƒŠæŠæŃ‹ реГакторов, когГа вклаГки Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹. Š“Ń€ŃƒŠæŠæŃ‹ реГакторов ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃŽŃ‚ собой контейнеры реГакторов.", + "editorGroupHeaderBackground": "Цвет фона Š“Š»Ń заголовка Š³Ń€ŃƒŠæŠæŃ‹ реГакторов, когГа вклаГки Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹ (`\"workbench.editor.showTabs\": false`). Š“Ń€ŃƒŠæŠæŃ‹ реГакторов ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃŽŃ‚ собой контейнеры реГакторов.", "editorGroupBorder": "Цвет Š“Š»Ń Ń€Š°Š·Š“ŠµŠ»ŠµŠ½ŠøŃ Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… Š³Ń€ŃƒŠæŠæ реГакторов. Š“Ń€ŃƒŠæŠæŃ‹ реГакторов — ŃŃ‚Š¾ контейнеры реГакторов.", "editorDragAndDropBackground": "Цвет фона при перетаскивании реГакторов. Этот цвет Голжен Š¾Š±Š»Š°Š“Š°Ń‚ŃŒ ŠæŃ€Š¾Š·Ń€Š°Ń‡Š½Š¾ŃŃ‚ŃŒŃŽ, чтобы соГержимое реГактора Š¾ŃŃ‚Š°Š²Š°Š»Š¾ŃŃŒ виГимым.", "panelBackground": "Цвет фона панели. Панели показаны поГ Š¾Š±Š»Š°ŃŃ‚ŃŒŃŽ реГактора Šø соГержат такие ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ, как выхоГные Ганные Šø встроенный терминал.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "Цвет границы строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ, который Ń€Š°ŃŠæŃ€Š¾ŃŃ‚Ń€Š°Š½ŃŠµŃ‚ŃŃ на Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель Šø реГактор, когГа открытые папки Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚. Дтрока ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ расположена в нижней части окна.", "statusBarItemActiveBackground": "Цвет фона ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при щелчке. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ внизу окна.", "statusBarItemHoverBackground": "Цвет фона ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при навеГении. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ внизу окна.", - "statusBarProminentItemBackground": "Цвет фона приоритетных ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ. ŠŸŃ€ŠøŠ¾Ń€ŠøŃ‚ŠµŃ‚Š½Ń‹Šµ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ Š²Ń‹Š“ŠµŠ»ŃŃŽŃ‚ŃŃ на фоне Š“Ń€ŃƒŠ³ŠøŃ… ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ, чтобы ŠæŠ¾Š“Ń‡ŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ ŠøŃ… значение. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ в нижней части окна.", - "statusBarProminentItemHoverBackground": "Цвет фона приоритетных ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при навеГении. ŠŸŃ€ŠøŠ¾Ń€ŠøŃ‚ŠµŃ‚Š½Ń‹Šµ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ Š²Ń‹Š“ŠµŠ»ŃŃŽŃ‚ŃŃ на фоне Š“Ń€ŃƒŠ³ŠøŃ… ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ, чтобы ŠæŠ¾Š“Ń‡ŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ ŠøŃ… значение. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ в нижней части окна.", + "statusBarProminentItemBackground": "Цвет фона приоритетных ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ. ŠŸŃ€ŠøŠ¾Ń€ŠøŃ‚ŠµŃ‚Š½Ń‹Šµ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ Š²Ń‹Š“ŠµŠ»ŃŃŽŃ‚ŃŃ на фоне Š“Ń€ŃƒŠ³ŠøŃ… ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ, чтобы ŠæŠ¾Š“Ń‡ŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ ŠøŃ… значение. Чтобы ŠæŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ пример, измените режим \"Toggle Tab Key Moves Focus\" ŠøŠ· палитры команГ. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ в нижней части окна.", + "statusBarProminentItemHoverBackground": "Цвет фона приоритетных ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при навеГении. ŠŸŃ€ŠøŠ¾Ń€ŠøŃ‚ŠµŃ‚Š½Ń‹Šµ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ Š²Ń‹Š“ŠµŠ»ŃŃŽŃ‚ŃŃ на фоне Š“Ń€ŃƒŠ³ŠøŃ… ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š² панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ, чтобы ŠæŠ¾Š“Ń‡ŠµŃ€ŠŗŠ½ŃƒŃ‚ŃŒ ŠøŃ… значение. Чтобы ŠæŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ пример, измените режим \"Toggle Tab Key Moves Focus\" ŠøŠ· палитры команГ. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ в нижней части окна.", "activityBarBackground": "Цвет фона панели Гействий. Панель Гействий Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ слева или справа Šø ŠæŠ¾Š·Š²Š¾Š»ŃŠµŃ‚ ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Ń‚ŃŒŃŃ межГу ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃŠ¼Šø боковой панели.", "activityBarForeground": "Цвет переГнего плана панели Гействий (например, цвет, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ Š“Š»Ń значков). Панель Гействий Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ слева или справа Šø ŠæŠ¾Š·Š²Š¾Š»ŃŠµŃ‚ ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Ń‚ŃŒŃŃ межГу ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃŠ¼Šø боковой панели.", "activityBarBorder": "Цвет границы панели Гействий, который Ń€Š°ŃŠæŃ€Š¾ŃŃ‚Ń€Š°Š½ŃŠµŃ‚ŃŃ на Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель. Панель Гействий Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ слева или справа Šø ŠæŠ¾Š·Š²Š¾Š»ŃŠµŃ‚ ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Ń‚ŃŒŃŃ межГу ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃŠ¼Šø в боковой панели.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "Фон панели заголовка, если окно активно. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что ŃŃ‚Š¾Ń‚ цвет сейчас ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ в macOS.", "titleBarInactiveBackground": "Фон панели заголовка, если окно неактивно. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что ŃŃ‚Š¾Ń‚ цвет сейчас ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ в macOS.", "titleBarBorder": "Цвет границы панели заголовка. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что ŃŃ‚Š¾Ń‚ цвет сейчас ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ в macOS.", - "notificationsForeground": "Цвет переГнего плана Š“Š»Ń увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна.", - "notificationsBackground": "Цвет фона Š“Š»Ń увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна.", - "notificationsButtonBackground": "Цвет фона кнопки Š“Š»Ń увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна.", - "notificationsButtonHoverBackground": "Цвет фона кнопки Š“Š»Ń увеГомлений при навеГении ŠŗŃƒŃ€ŃŠ¾Ń€Š° Š¼Ń‹ŃˆŠø. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна.", - "notificationsButtonForeground": "Цвет переГнего плана кнопки Š“Š»Ń увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна.", - "notificationsInfoBackground": "Цвет фона Š“Š»Ń информационных сообщений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна. ", - "notificationsInfoForeground": "Цвет переГнего плана Š“Š»Ń информационных сообщений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна. ", - "notificationsWarningBackground": "Цвет фона Š“Š»Ń ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠ¹. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна. ", - "notificationsWarningForeground": "Цвет переГнего плана Š“Š»Ń ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠ¹. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна. ", - "notificationsErrorBackground": "Цвет фона Š“Š»Ń ошибок. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна. ", - "notificationsErrorForeground": "Цвет переГнего плана Š“Š»Ń ошибок. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ в верхней части окна. " + "notificationCenterBorder": "Цвет границы центра увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна. ", + "notificationToastBorder": "Цвет границы Š²ŃŠæŠ»Ń‹Š²Š°ŃŽŃ‰ŠµŠ³Š¾ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна.", + "notificationsForeground": "Цвет переГнего плана ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна.", + "notificationsBackground": "Цвет фона Š²ŃŠæŠ»Ń‹Š²Š°ŃŽŃ‰ŠµŠ³Š¾ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна.", + "notificationsLink": "Цвет переГнего плана Š“Š»Ń ссылок в увеГомлении. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна.", + "notificationCenterHeaderForeground": "Цвет переГнего плана заголовка в центре увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна. ", + "notificationCenterHeaderBackground": "Цвет фона заголовка в центре увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна. ", + "notificationsBorder": "Цвет границы ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ, ŠŗŠ¾Ń‚Š¾Ń€Š°Ń Š¾Ń‚Š“ŠµŠ»ŃŠµŃ‚ ŃŃ‚Š¾ увеГомление от Š“Ń€ŃƒŠ³ŠøŃ… в центре увеГомлений. Š£Š²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ ŠæŠ¾ŃŠ²Š»ŃŃŽŃ‚ŃŃ в нижней правой части окна. " } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/common/views.i18n.json b/i18n/rus/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..3f67d22711 --- /dev/null +++ b/i18n/rus/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "ŠŸŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŠµ с иГентификатором '{0}' уже зарегистрировано в расположении '{1}'" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json index 2380d05741..ba21e07cb2 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГактор", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ окно", "closeWorkspace": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", "noWorkspaceOpened": "Š’ ŃŃ‚Š¾Š¼ ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€Šµ Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚ открытые рабочие области.", @@ -17,6 +18,7 @@ "zoomReset": "Š”Š±Ń€Š¾ŃŠøŃ‚ŃŒ Š¼Š°ŃŃˆŃ‚Š°Š±", "appPerf": "ŠŸŃ€Š¾ŠøŠ·Š²Š¾Š“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ŃŃ‚ŃŒ запуска", "reloadWindow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ окно", + "reloadWindowWithExntesionsDisabled": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ окно с Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š½Ń‹Š¼Šø Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø", "switchWindowPlaceHolder": "Выберите окно, в которое нужно ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒŃŃ", "current": "Š¢ŠµŠŗŃƒŃ‰ŠµŠµ окно", "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ окно", @@ -29,7 +31,6 @@ "remove": "Š£Š“Š°Š»ŠøŃ‚ŃŒ ŠøŠ· послеГних открытых", "openRecent": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ послеГние...", "quickOpenRecent": "Быстро Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ послеГние...", - "closeMessages": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ ŃƒŠ²ŠµŠ“Š¾Š¼Š»ŠµŠ½ŠøŃ", "reportIssueInEnglish": "Š”Š¾Š¾Š±Ń‰ŠøŃ‚ŃŒ об ошибке", "reportPerformanceIssue": "Š”Š¾Š¾Š±Ń‰Š°Ń‚ŃŒ о проблемах ŠæŃ€Š¾ŠøŠ·Š²Š¾Š“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ŃŃ‚Šø", "keybindingsReference": "Дправочник по ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃŠ¼ клавиш", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ вклаГку окна в новое окно", "mergeAllWindowTabs": "ŠžŠ±ŃŠŠµŠ“ŠøŠ½ŠøŃ‚ŃŒ все окна", "toggleWindowTabsBar": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ панель вклаГок окна", - "configureLocale": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ ŃŠ·Ń‹Šŗ", - "displayLanguage": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ ŃŠ·Ń‹Šŗ интерфейса VSCode.", - "doc": "Дписок поГГерживаемых ŃŠ·Ń‹ŠŗŠ¾Š² см. в {0}.", - "restart": "Š”Š»Ń ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ VSCode.", - "fail.createSettings": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ ŃŠ¾Š·Š“Š°Ń‚ŃŒ \"{0}\" ({1}).", - "openLogsFolder": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку Š¶ŃƒŃ€Š½Š°Š»Š¾Š²", - "showLogs": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ Š¶ŃƒŃ€Š½Š°Š»Ń‹...", - "mainProcess": "Главный", - "sharedProcess": "ŠžŠ±Ń‰ŠøŠ¹", - "rendererProcess": "ŠžŃ‚Ń€ŠøŃŠ¾Š²Ń‰ŠøŠŗ", - "extensionHost": "Узел Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", - "selectProcess": "Выберите процесс", - "setLogLevel": "Установите ŃƒŃ€Š¾Š²ŠµŠ½ŃŒ Š²ŠµŠ“ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š°", - "trace": "Трассировка", - "debug": "ŠžŃ‚Š»Š°Š“ŠŗŠ°", - "info": "Š”Š²ŠµŠ“ŠµŠ½ŠøŃ", - "warn": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ", - "err": "ŠžŃˆŠøŠ±ŠŗŠ°", - "critical": "ŠšŃ€ŠøŃ‚ŠøŃ‡ŠµŃŠŗŠøŠ¹", - "off": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾", - "selectLogLevel": "Установите ŃƒŃ€Š¾Š²ŠµŠ½ŃŒ Š²ŠµŠ“ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š°" + "about": "Šž программе {0}", + "inspect context keys": "ŠŸŃ€Š¾Š²ŠµŃ€ŠøŃ‚ŃŒ ŠŗŠ»ŃŽŃ‡Šø контекста" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/configureLocale.i18n.json index b6db31f0eb..ade35f1efe 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/electron-browser/crashReporter.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/crashReporter.i18n.json index b9b24e91bd..f085c1851e 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/crashReporter.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/crashReporter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/extensionHost.i18n.json index 38a0c548e3..e11bbd9d46 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/main.contribution.i18n.json index f0c8c83bed..8fad13df0c 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ", "help": "Дправка", "file": "Файл", - "developer": "Разработчик", "workspaces": "Рабочие области", + "developer": "Разработчик", + "workbenchConfigurationTitle": "Workbench", "showEditorTabs": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжны ли открытые реГакторы Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ на вклаГках или нет.", "workbench.editor.labelFormat.default": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ ŠøŠ¼Ń файла. Если вклаГки Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹ Šø в оГной Š³Ń€ŃƒŠæŠæŠµ ŠµŃŃ‚ŃŒ Гва файла с оГинаковыми именами, то Šŗ имени кажГого ŠøŠ· ŃŃ‚ŠøŃ… файлов Š±ŃƒŠ“ŃƒŃ‚ Гобавлены Ń€Š°Š·Š»ŠøŃ‡Š°ŃŽŃ‰ŠøŠµŃŃ части ŠæŃƒŃ‚Šø. Если вклаГки Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹, то Š“Š»Ń активного реГактора Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ ŠæŃƒŃ‚ŃŒ по Š¾Ń‚Š½Š¾ŃˆŠµŠ½ŠøŃŽ Šŗ папке рабочей области.", "workbench.editor.labelFormat.short": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ ŠøŠ¼Ń файла Šø ŠøŠ¼Ń каталога.", @@ -20,23 +23,25 @@ "showIcons": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжны ли открытые реГакторы Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ со значком. Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Ń‚ŠµŠ¼Ńƒ значков.", "enablePreview": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ ли открытые реГакторы в режиме ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра. РеГакторы в режиме ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра можно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ, пока они открыты (например, с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ Гвойного щелчка Š¼Ń‹ŃˆŠø или ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ). Текст в таких реГакторах Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ ŠŗŃƒŃ€ŃŠøŠ²Š¾Š¼.", "enablePreviewFromQuickOpen": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŃŽŃ‚ŃŃ ли реГакторы ŠøŠ· Quick Open в режиме ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра. РеГакторы в режиме ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ просмотра повторно ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŃŽŃ‚ся Го ŃŠ¾Ń…Ń€Š°Š½ŠµŠ½ŠøŃ (например, с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ Гвойного щелчка или ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ).", + "closeOnFileDelete": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли автоматически Š·Š°ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ реГакторы, когГа отображаемый в них файл уГален или переименован Š“Ń€ŃƒŠ³ŠøŠ¼ процессом. ŠŸŃ€Šø Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠø ŃŃ‚Š¾Š¹ Ń„ŃƒŠ½ŠŗŃ†ŠøŠø реГактор Š¾ŃŃ‚Š°ŠµŃ‚ŃŃ открытым в качестве черновика. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что при уГалении ŠøŠ· ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ реГактор Š·Š°ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ŃŃ всегГа Šø что файлы черновиков никогГа не Š·Š°ŠŗŃ€Ń‹Š²Š°ŃŽŃ‚ся Š“Š»Ń ŃŠ¾Ń…Ń€Š°Š½ŠµŠ½ŠøŃ Ганных.", "editorOpenPositioning": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ место Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŠøŃ реГакторов. Выберите 'left' или 'right', чтобы Š¾Ń‚ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ реГакторы слева или справа от активного реГактора. Выберите 'first' или 'last', чтобы Š¾Ń‚ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ реГакторы независимо от активного реГактора.", "revealIfOpen": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ ли реГактор в какой-либо ŠøŠ· виГимых Š³Ń€ŃƒŠæŠæ при открытии. Если Ń„ŃƒŠ½ŠŗŃ†ŠøŃ Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š°, реГактор Š¾Ń‚ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ŃŃ в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ активной Š³Ń€ŃƒŠæŠæŠµ реГакторов. Если Ń„ŃƒŠ½ŠŗŃ†ŠøŃ Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š°, вместо Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŠøŃ уже открытый реГактор Š±ŃƒŠ“ŠµŃ‚ отображен в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ активной Š³Ń€ŃƒŠæŠæŠµ реГакторов. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что в некоторых ŃŠ»ŃƒŃ‡Š°ŃŃ… ŃŃ‚Š¾Ń‚ параметр ŠøŠ³Š½Š¾Ń€ŠøŃ€ŃƒŠµŃ‚ŃŃ, например при ŠæŃ€ŠøŠ½ŃƒŠ“ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¼ открытии реГактора в опреГеленной Š³Ń€ŃƒŠæŠæŠµ или сбоку от Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ активной Š³Ń€ŃƒŠæŠæŃ‹ реГакторов.", + "swipeToNavigate": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Š¹Ń‚ŠµŃŃŒ межГу открытыми файлами, ŠæŃ€Š¾Š²Š¾Š“Ń по ŃŠŗŃ€Š°Š½Ńƒ по горизонтали Ń‚Ń€ŠµŠ¼Ń ŠæŠ°Š»ŃŒŃ†Š°Š¼Šø.", "commandHistory": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ количество неГавно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Š½Ń‹Ń… команГ, которые ŃŠ»ŠµŠ“ŃƒŠµŃ‚ Ń…Ń€Š°Š½ŠøŃ‚ŃŒ в Š¶ŃƒŃ€Š½Š°Š»Šµ палитры команГ. Установите значение 0, чтобы Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Š¶ŃƒŃ€Š½Š°Š» команГ.", "preserveInput": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли Š²Š¾ŃŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ŠæŠ¾ŃŠ»ŠµŠ“Š½ŃŽŃŽ Š²Š²ŠµŠ“ŠµŠ½Š½ŃƒŃŽ команГу в палитре команГ при ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ открытии палитры.", "closeOnFocusLost": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ автоматическим закрытием Quick Open при потере Ń„Š¾ŠŗŃƒŃŠ°.", "openDefaultSettings": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ открытием реГактора с отображением всех настроек по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ при открытии настроек.", "sideBarLocation": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ расположение боковой панели: слева или справа от рабочего места.", + "panelDefaultLocation": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ расположение панели по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ. ŠžŠ½Š° может Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŒŃŃ снизу или справа от рабочего места.", "statusBarVisibility": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ Š²ŠøŠ“ŠøŠ¼Š¾ŃŃ‚ŃŒŃŽ строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ в нижней части рабочего места.", "activityBarVisibility": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ Š²ŠøŠ“ŠøŠ¼Š¾ŃŃ‚ŃŒŃŽ панели Гействий на рабочем месте.", - "closeOnFileDelete": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли автоматически Š·Š°ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ реГакторы, когГа отображаемый в них файл уГален или переименован Š“Ń€ŃƒŠ³ŠøŠ¼ процессом. ŠŸŃ€Šø Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠø ŃŃ‚Š¾Š¹ Ń„ŃƒŠ½ŠŗŃ†ŠøŠø реГактор Š¾ŃŃ‚Š°ŠµŃ‚ŃŃ открытым в качестве черновика. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что при уГалении ŠøŠ· ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ реГактор Š·Š°ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ŃŃ всегГа Šø что файлы черновиков никогГа не Š·Š°ŠŗŃ€Ń‹Š²Š°ŃŽŃ‚ся Š“Š»Ń ŃŠ¾Ń…Ń€Š°Š½ŠµŠ½ŠøŃ Ганных.", - "enableNaturalLanguageSettingsSearch": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ режим поиска естественного ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń параметров.", - "fontAliasing": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ метоГом ŃŠ³Š»Š°Š¶ŠøŠ²Š°Š½ŠøŃ ŃˆŃ€ŠøŃ„Ń‚Š¾Š² в рабочей области.-по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ: субпиксельное сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š²; позволит Š“Š¾Š±ŠøŃ‚ŃŒŃŃ максимальной четкости текста на Š±Š¾Š»ŃŒŃˆŠøŠ½ŃŃ‚ве Гисплеев за ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµŠ¼ Retina - сглаживание: сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š² на ŃƒŃ€Š¾Š²Š½Šµ пикселей, в отличие от субпиксельного ŃŠ³Š»Š°Š¶ŠøŠ²Š°Š½ŠøŃ; позволит ŃŠ“ŠµŠ»Š°Ń‚ŃŒ ŃˆŃ€ŠøŃ„Ń‚ более светлым в целом - нет: сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š² Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾; текст Š±ŃƒŠ“ŠµŃ‚ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ с неровными острыми ŠŗŃ€Š°ŃŠ¼Šø ", + "viewVisibility": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ Š²ŠøŠ“ŠøŠ¼Š¾ŃŃ‚ŃŒŃŽ Гействий в заголовке ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ. Š”ŠµŠ¹ŃŃ‚Š²ŠøŃ в заголовке ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š¼Š¾Š³ŃƒŃ‚ Š±Ń‹Ń‚ŃŒ виГимы всегГа или виГимы Ń‚Š¾Š»ŃŒŠŗŠ¾ тогГа, когГа преГставление ŠæŠ¾Š»ŃƒŃ‡Š°ŠµŃ‚ Ń„Š¾ŠŗŃƒŃ или на него Š½Š°Š²Š¾Š“ŠøŃ‚ŃŃ ŠŗŃƒŃ€ŃŠ¾Ń€ Š¼Ń‹ŃˆŠø.", + "fontAliasing": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ метоГом ŃŠ³Š»Š°Š¶ŠøŠ²Š°Š½ŠøŃ ŃˆŃ€ŠøŃ„Ń‚Š¾Š² в рабочей области.\n- default: субпиксельное сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š²; позволит Š“Š¾Š±ŠøŃ‚ŃŒŃŃ максимальной четкости текста на Š±Š¾Š»ŃŒŃˆŠøŠ½ŃŃ‚ве Гисплеев за ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµŠ¼ Retina\n- antialiased: сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š² на ŃƒŃ€Š¾Š²Š½Šµ пикселей, в отличие от субпиксельного ŃŠ³Š»Š°Š¶ŠøŠ²Š°Š½ŠøŃ; позволит ŃŠ“ŠµŠ»Š°Ń‚ŃŒ ŃˆŃ€ŠøŃ„Ń‚ более светлым в целом\n- none: сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š² Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾; текст Š±ŃƒŠ“ŠµŃ‚ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ с неровными острыми ŠŗŃ€Š°ŃŠ¼Šø\n- auto: автоматически ŠæŃ€ŠøŠ¼ŠµŠ½ŃŠµŃ‚ся режим \"default\" или \"antialiased\" в зависимости от Ń€Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŃ Š“ŠøŃŠæŠ»ŠµŃ (количество точек на Š“ŃŽŠ¹Š¼).", "workbench.fontAliasing.default": "Дубпиксельное сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š²; позволит Š“Š¾Š±ŠøŃ‚ŃŒŃŃ максимальной четкости текста на Š±Š¾Š»ŃŒŃˆŠøŠ½ŃŃ‚ве Гисплеев за ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµŠ¼ Retina.", "workbench.fontAliasing.antialiased": "Дглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š² на ŃƒŃ€Š¾Š²Š½Šµ пикселей, в отличие от субпиксельного ŃŠ³Š»Š°Š¶ŠøŠ²Š°Š½ŠøŃ. ŠœŠ¾Š¶ŠµŃ‚ ŃŠ“ŠµŠ»Š°Ń‚ŃŒ ŃˆŃ€ŠøŃ„Ń‚ светлее в целом.", "workbench.fontAliasing.none": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ сглаживание ŃˆŃ€ŠøŃ„Ń‚Š¾Š²; текст Š±ŃƒŠ“ŠµŃ‚ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ с неровными острыми ŠŗŃ€Š°ŃŠ¼Šø.", - "swipeToNavigate": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Š¹Ń‚ŠµŃŃŒ межГу открытыми файлами, ŠæŃ€Š¾Š²Š¾Š“Ń по ŃŠŗŃ€Š°Š½Ńƒ по горизонтали Ń‚Ń€ŠµŠ¼Ń ŠæŠ°Š»ŃŒŃ†Š°Š¼Šø.", - "workbenchConfigurationTitle": "Workbench", + "workbench.fontAliasing.auto": "Автоматически ŠæŃ€ŠøŠ¼ŠµŠ½ŃŠµŃ‚ся режим \"default\" или \"antialiased\" в зависимости от Ń€Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŃ Š“ŠøŃŠæŠ»ŠµŃ (количество точек на Š“ŃŽŠ¹Š¼).", + "enableNaturalLanguageSettingsSearch": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ режим поиска естественного ŃŠ·Ń‹ŠŗŠ° Š“Š»Ń параметров.", "windowConfigurationTitle": "ŠžŠŗŠ½Š¾", "window.openFilesInNewWindow.on": "Файлы Š±ŃƒŠ“ŃƒŃ‚ Š¾Ń‚ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒŃŃ в новом окне.", "window.openFilesInNewWindow.off": "Файлы Š±ŃƒŠ“ŃƒŃ‚ Š¾Ń‚ŠŗŃ€Ń‹Š²Š°Ń‚ŃŒŃŃ в окне с открытой папкой файлов или послеГнем активном окне.", @@ -71,9 +76,9 @@ "window.nativeTabs": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ вклаГки окна macOS Sierra. ŠžŠ±Ń€Š°Ń‚ŠøŃ‚Šµ внимание, что Š“Š»Ń ŠæŃ€ŠøŠ¼ŠµŠ½ŠµŠ½ŠøŃ ŃŃ‚ŠøŃ… изменений ŠæŠ¾Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠæŠ¾Š»Š½Š°Ń ŠæŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠŗŠ°, Šø что Š“Š»Ń всех Š²Š½ŃƒŃ‚Ń€ŠµŠ½Š½ŠøŃ… вклаГок Š±ŃƒŠ“ет Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠøŠ¹ ŃŃ‚ŠøŠ»ŃŒ заголовка, если он был настроен.", "zenModeConfigurationTitle": "Режим Zen", "zenMode.fullScreen": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ в режим Zen ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Ń‚ŃŒ рабочее пространство в ŠæŠ¾Š»Š½Š¾ŃŠŗŃ€Š°Š½Š½Ń‹Š¹ режим.", + "zenMode.centerLayout": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли также Š²Ń‹ŠæŠ¾Š»Š½ŃŃ‚ŃŒŃŃ выравнивание по Ń†ŠµŠ½Ń‚Ń€Ńƒ при Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠø режима Zen.", "zenMode.hideTabs": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ режима Zen также ŃŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ вклаГки рабочего места.", "zenMode.hideStatusBar": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ режима Zen также ŃŠŗŃ€Ń‹Š²Š°Ń‚ŃŒ ŃŃ‚Ń€Š¾ŠŗŃƒ ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ в нижней части рабочего места.", "zenMode.hideActivityBar": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли при Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠø режима Zen скрыта панель Гействий в левой части рабочей области.", - "zenMode.restore": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжно ли окно Š²Š¾ŃŃŃ‚Š°Š½Š°Š²Š»ŠøŠ²Š°Ń‚ŃŒŃŃ в режиме Zen, если Š·Š°ŠŗŃ€Ń‹Š»Š¾ŃŃŒ в режиме Zen.", - "JsonSchema.locale": "Язык ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š³Š¾ интерфейса." + "zenMode.restore": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжно ли окно Š²Š¾ŃŃŃ‚Š°Š½Š°Š²Š»ŠøŠ²Š°Ń‚ŃŒŃŃ в режиме Zen, если Š·Š°ŠŗŃ€Ń‹Š»Š¾ŃŃŒ в режиме Zen." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/main.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/main.i18n.json index 7f22f1c8a9..7aa08fe816 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "Дбой Š·Š°Š³Ń€ŃƒŠ·ŠŗŠø Ń‚Ń€ŠµŠ±ŃƒŠµŠ¼Š¾Š³Š¾ файла. Š£Ń‚ŠµŃ€ŃŠ½Š¾ ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ Šŗ Š˜Š½Ń‚ŠµŃ€Š½ŠµŃ‚Ńƒ, либо сервер, Šŗ ŠŗŠ¾Ń‚Š¾Ń€Š¾Š¼Ńƒ вы ŠæŠ¾Š“ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹, ŠæŠµŃ€ŠµŃˆŠµŠ» в автономный режим. ŠžŠ±Š½Š¾Š²ŠøŃ‚Šµ соГержимое Š±Ń€Š°ŃƒŠ·ŠµŃ€Š°, чтобы ŠæŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", "loaderErrorNative": "ŠŠµ уГалось Š·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ Ń‚Ń€ŠµŠ±ŃƒŠµŠ¼Ń‹Š¹ файл. ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ приложение, чтобы ŠæŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ: {0}." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/shell.i18n.json index 39183187ef..b2ae0b9521 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/electron-browser/window.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/window.i18n.json index dde4ab1d22..48d721e8ce 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ", "redo": "Š’ŠµŃ€Š½ŃƒŃ‚ŃŒ", "cut": "Š’Ń‹Ń€ŠµŠ·Š°Ń‚ŃŒ", "copy": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", "paste": "Š’ŃŃ‚Š°Š²ŠøŃ‚ŃŒ", - "selectAll": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ все" + "selectAll": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ все", + "runningAsRoot": "ŠŠµ Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ Š·Š°ŠæŃƒŃŠŗŠ°Ń‚ŃŒ {0} в качестве корневого ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/workbench.i18n.json index 1aca4f5d59..064678d2b5 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "Разработчик", "file": "Файл" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/rus/src/vs/workbench/node/extensionHostMain.i18n.json index 1380b020b4..21b1d2760d 100644 --- a/i18n/rus/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/rus/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "ŠŸŃƒŃ‚ŃŒ \"{0}\" не ŃƒŠŗŠ°Š·Ń‹Š²Š°ŠµŃ‚ на Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ моГуль Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ тестов Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/rus/src/vs/workbench/node/extensionPoints.i18n.json index b3a07f3252..55b557e79b 100644 --- a/i18n/rus/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/rus/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 15c0f43ef7..937cfbb08b 100644 --- a/i18n/rus/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ŠæŃƒŃ‚ŃŒ Šŗ команГе \"{0}\" в PATH", "not available": "Эта команГа Š½ŠµŠ“Š¾ŃŃ‚ŃƒŠæŠ½Š°.", "successIn": "ŠŸŃƒŃ‚ŃŒ Šŗ команГе оболочки \"{0}\" успешно ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ в PATH.", - "warnEscalation": "РеГактор Code запросит права аГминистратора Š“Š»Ń ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠø команГы оболочки с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ osascript.", "ok": "ŠžŠš", - "cantCreateBinFolder": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŃŠ¾Š·Š“Š°Ń‚ŃŒ папку \"/usr/local/bin\".", "cancel2": "ŠžŃ‚Š¼ŠµŠ½Š°", + "warnEscalation": "РеГактор Code запросит права аГминистратора Š“Š»Ń ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠø команГы оболочки с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ osascript.", + "cantCreateBinFolder": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŃŠ¾Š·Š“Š°Ń‚ŃŒ папку \"/usr/local/bin\".", "aborted": "ŠŸŃ€ŠµŃ€Š²Š°Š½Š¾", "uninstall": "Š£Š“Š°Š»ŠøŃ‚ŃŒ ŠæŃƒŃ‚ŃŒ Šŗ команГе \"{0}\" ŠøŠ· PATH", "successFrom": "ŠŸŃƒŃ‚ŃŒ Šŗ команГе оболочки \"{0}\" успешно уГален ŠøŠ· PATH.", diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index b6a2c9c765..e2a6ef7e32 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "Установка Š·Š½Š°Ń‡ŠµŠ½ŠøŃ \"on\" Š“Š»Ń параметра \"editor.accessibilitySupport\".", "openingDocs": "ŠžŃ‚ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ŃŃ страница Š“Š¾ŠŗŃƒŠ¼ŠµŠ½Ń‚Š°Ń†ŠøŠø по ŃŠæŠµŃ†ŠøŠ°Š»ŃŒŠ½Ń‹Š¼ Š²Š¾Š·Š¼Š¾Š¶Š½Š¾ŃŃ‚ŃŠ¼ VS Code.", "introMsg": "БлагоГарим за ознакомление со ŃŠæŠµŃ†ŠøŠ°Š»ŃŒŠ½Ń‹Š¼Šø Š²Š¾Š·Š¼Š¾Š¶Š½Š¾ŃŃ‚ŃŠ¼Šø VSĀ Code.", diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index 5e643a6120..58c368e7c3 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "Разработчик: исслеГование сопоставлений ŠŗŠ»ŃŽŃ‡ŠµŠ¹" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 86deb3a505..e482893528 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index b42f22c888..2a67290a74 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "ŠžŃˆŠøŠ±Š¾Šŗ при анализе {0}: {1}", "schema.openBracket": "ŠžŃ‚ŠŗŃ€Ń‹Š²Š°ŃŽŃ‰ŠøŠ¹ символ скобки или ŃŃ‚Ń€Š¾ŠŗŠ¾Š²Š°Ń ŠæŠ¾ŃŠ»ŠµŠ“Š¾Š²Š°Ń‚ŠµŠ»ŃŒŠ½Š¾ŃŃ‚ŃŒ.", "schema.closeBracket": "Š—Š°ŠŗŃ€Ń‹Š²Š°ŃŽŃ‰ŠøŠ¹ символ скобки или ŃŃ‚Ń€Š¾ŠŗŠ¾Š²Š°Ń ŠæŠ¾ŃŠ»ŠµŠ“Š¾Š²Š°Ń‚ŠµŠ»ŃŒŠ½Š¾ŃŃ‚ŃŒ.", diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 86deb3a505..0700eff557 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "Разработчик: проверка областей TM", "inspectTMScopesWidget.loading": "Š˜Š“ŠµŃ‚ Š·Š°Š³Ń€ŃƒŠ·ŠŗŠ°..." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index 0c3fb07d4d..274963c606 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "Š’ŠøŠ“: ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ мини-ŠŗŠ°Ń€Ń‚Ńƒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index 62f29e0311..f1d06c1c30 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ режим с несколькими ŠŗŃƒŃ€ŃŠ¾Ń€Š°Š¼Šø" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 926bc748b5..6c91dbb09e 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "Š’ŠøŠ“: ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŃƒŠæŃ€Š°Š²Š»ŃŃŽŃ‰ŠøŠµ символы" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 2c3e4867a4..0e37d9e0e2 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "Š’ŠøŠ“: Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ вывоГ пробелов" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index dff310cf60..ec0330ad55 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "Š’ŠøŠ“: ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ режима переноса по словам", "wordWrap.notInDiffEditor": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ перенос по словам в реГакторе несовпаГений.", "unwrapMinified": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ перенос Š“Š»Ń ŃŃ‚Š¾Š³Š¾ файла", diff --git a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 106c161bf7..b9592ffc74 100644 --- a/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "ŠžŠš", "wordWrapMigration.dontShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", "wordWrapMigration.openSettings": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ параметры", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index 5cfb351515..a80580409f 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "ŠŸŃ€ŠµŃ€Š²Š°Ń‚ŃŒ выполнение, если выражение равно true. ŠŠ°Š¶Š¼ŠøŃ‚Šµ клавишу Š’Š’ŠžŠ”, чтобы ŠæŃ€ŠøŠ½ŃŃ‚ŃŒ, или ESC Š“Š»Ń отмены.", "breakpointWidgetAriaLabel": "Выполнение программы ŠæŃ€ŠµŃ€Š²ŠµŃ‚ŃŃ в ŃŃ‚Š¾Š¼ месте, Ń‚Š¾Š»ŃŒŠŗŠ¾ если условие Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ся. ŠŠ°Š¶Š¼ŠøŃ‚Šµ клавишу Š’Š’ŠžŠ” Š“Š»Ń ŠæŃ€ŠøŠ½ŃŃ‚ŠøŃ или ESC Š“Š»Ń отмены.", "breakpointWidgetHitCountPlaceholder": "ŠŸŃ€ŠµŃ€Š²Š°Ń‚ŃŒ при опреГеленном количестве обращений. ŠŠ°Š¶Š¼ŠøŃ‚Šµ клавишу Š’Š’ŠžŠ”, чтобы ŠæŃ€ŠøŠ½ŃŃ‚ŃŒ, или ESC Š“Š»Ń отмены.", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..be148a4735 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ Ń‚Š¾Ń‡ŠŗŃƒ останова…", + "functionBreakpointsNotSupported": "Точки останова Ń„ŃƒŠ½ŠŗŃ†ŠøŠ¹ не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŃŽŃ‚ŃŃ в ŃŃ‚Š¾Š¼ типе отлаГки", + "functionBreakpointPlaceholder": "Š¤ŃƒŠ½ŠŗŃ†ŠøŃ, в которой ŠæŃ€Š¾ŠøŠ·Š²Š¾Š“ŠøŃ‚ŃŃ останов", + "functionBreakPointInputAriaLabel": "ВвеГите Ń‚Š¾Ń‡ŠŗŃƒ останова в Ń„ŃƒŠ½ŠŗŃ†ŠøŠø", + "breakpointDisabledHover": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š½Š°Ń точка останова", + "breakpointUnverifieddHover": "ŠŠµŠæŃ€Š¾Š²ŠµŃ€ŠµŠ½Š½Š°Ń точка останова", + "functionBreakpointUnsupported": "Точки останова Ń„ŃƒŠ½ŠŗŃ†ŠøŠ¹ не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŃŽŃ‚ŃŃ в ŃŃ‚Š¾Š¼ типе отлаГки", + "breakpointDirtydHover": "ŠŠµŠæŃ€Š¾Š²ŠµŃ€ŠµŠ½Š½Š°Ń точка останова. Файл был изменен, ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ сеанс отлаГки.", + "conditionalBreakpointUnsupported": "Условные точки останова не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŃŽŃ‚ŃŃ ŃŃ‚ŠøŠ¼ типом отлаГки", + "hitBreakpointUnsupported": "ŠžŃŃ‚Š°Š½Š°Š²Š»ŠøŠ²Š°Ń‚ŃŒŃŃ на ŃƒŃŠ»Š¾Š²Š½Ń‹Ń… точках останова, которые не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŃŽŃ‚ŃŃ ŃŃ‚ŠøŠ¼ типом отлаГки" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index e0979b2695..054558910a 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "ŠŠµŃ‚ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠ¹", "addConfigTo": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ ({0})...", "addConfiguration": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ..." diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index 1378489d27..80b477a50c 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ {0}", "launchJsonNeedsConfigurtion": "ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ или ŠøŃŠæŃ€Š°Š²ŃŒŃ‚е \"launch.json\"", "noFolderDebugConfig": "Чтобы перейти Šŗ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½Š½Š¾Š¹ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø отлаГки, сначала откройте папку.", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index 6543390a26..5d70430a7b 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "Цвет фона Š“Š»Ń панели ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² отлаГки." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "Цвет фона Š“Š»Ń панели ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² отлаГки.", + "debugToolBarBorder": "Цвет границы Š“Š»Ń панели ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² отлаГки." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..eb6444f1cd --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "ŠŸŠµŃ€ŠµŠ“ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½Š½Š¾Š¹ настройкой отлаГки откройте папку.", + "columnBreakpoint": "Точка останова столбца", + "debug": "ŠžŃ‚Š»Š°Š“ŠŗŠ°", + "addColumnBreakpoint": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ Ń‚Š¾Ń‡ŠŗŃƒ останова столбца" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index 3f87a32f74..91f8688e43 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Ń€ŠµŃŃƒŃ€Ń без сеанса отлаГки." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Ń€ŠµŃŃƒŃ€Ń без сеанса отлаГки.", + "canNotResolveSource": "ŠŠµ уГалось Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Ń€ŠµŃŃƒŃ€Ń {0}, Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ отлаГки не отвечает." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index 773c3611a1..9881b4768b 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "ŠžŃ‚Š»Š°Š“ŠŗŠ°: ŠæŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Ń‚Š¾Ń‡ŠŗŃƒ останова", - "columnBreakpointAction": "ŠžŃ‚Š»Š°Š“ŠŗŠ°: точка останова столбца", - "columnBreakpoint": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ Ń‚Š¾Ń‡ŠŗŃƒ останова столбца", "conditionalBreakpointEditorAction": "ŠžŃ‚Š»Š°Š“ŠŗŠ°: Š“Š¾Š±Š°Š²ŠøŃ‚ŃŒ ŃƒŃŠ»Š¾Š²Š½ŃƒŃŽ Ń‚Š¾Ń‡ŠŗŃƒ останова…", "runToCursor": "Š’Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ Го ŠŗŃƒŃ€ŃŠ¾Ń€Š°", "debugEvaluate": "ŠžŃ‚Š»Š°Š“ŠŗŠ°: вычисление", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index 74f9d88c69..495e6f9c3b 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š½Š°Ń точка останова", "breakpointUnverifieddHover": "ŠŠµŠæŃ€Š¾Š²ŠµŃ€ŠµŠ½Š½Š°Ń точка останова", "breakpointDirtydHover": "ŠŠµŠæŃ€Š¾Š²ŠµŃ€ŠµŠ½Š½Š°Ń точка останова. Файл был изменен, ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚Šµ сеанс отлаГки.", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 4c4a698190..071619a33b 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "ŠžŃ‚Š»Š°Š“ŠŗŠ°: {0}", "debugAriaLabel": "ВвеГите ŠøŠ¼Ń используемой ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø запуска.", "addConfigTo": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ ({0})...", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 2308850de9..4bfcb7eee7 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ Šø Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ отлаГки" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index 06412c8415..a1e5c9bda3 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø в Š¾Š±Š»Š°ŃŃ‚ŃŒ переменных", "debugFocusWatchView": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø в Š¾Š±Š»Š°ŃŃ‚ŃŒ ŠŗŠ¾Š½Ń‚Ń€Š¾Š»ŃŒŠ½Ń‹Ń… значений", "debugFocusCallStackView": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø в Š¾Š±Š»Š°ŃŃ‚ŃŒ стека вызовов", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index 6883750b3b..afb8657e9a 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "Цвет границ мини-ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠ¹.", "debugExceptionWidgetBackground": "Цвет фона мини-ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠ¹.", "exceptionThrownWithId": "Возникло ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ: {0}", diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index fab9558d4c..b93de11c5c 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "Щелкните, чтобы Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Ń‚ŃŒ (чтобы Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ сбоку ŃŠŗŃ€Š°Š½Š°, щелкните, ŃƒŠ“ŠµŃ€Š¶ŠøŠ²Š°Ń клавишу CMD)", "fileLink": "Щелкните, чтобы Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Ń‚ŃŒ (чтобы Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ сбоку ŃŠŗŃ€Š°Š½Š°, щелкните, ŃƒŠ“ŠµŃ€Š¶ŠøŠ²Š°Ń клавишу CTRL)" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..c2d9f0f1b4 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Цвет фона панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при отлаГке программы. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ показана внизу окна.", + "statusBarDebuggingForeground": "Цвет переГнего плана строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при отлаГке программы. Дтрока ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ расположена в нижней части окна.", + "statusBarDebuggingBorder": "Цвет границы строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ, который Ń€Š°ŃŠæŃ€Š¾ŃŃ‚Ń€Š°Š½ŃŠµŃ‚ŃŃ на Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель Šø реГактор при отлаГке программы. Дтрока ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ расположена в нижней части окна." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/common/debug.i18n.json index 7f2fb6520d..832a65c2e4 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ повеГением Š²Š½ŃƒŃ‚ренней консоли отлаГки." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json index efe04de824..172b9efc9b 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "Š½ŠµŠ“Š¾ŃŃ‚ŃƒŠæŠ½Š¾", "startDebugFirst": "Чтобы произвести вычисление, начните сеанс отлаГки" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/common/debugSource.i18n.json index e8f58d654c..900f5ad488 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Ń‹Š¹ источник" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index 9d0545aa30..894d4712ca 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ Ń‚Š¾Ń‡ŠŗŃƒ останова…", "functionBreakpointsNotSupported": "Точки останова Ń„ŃƒŠ½ŠŗŃ†ŠøŠ¹ не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŃŽŃ‚ŃŃ в ŃŃ‚Š¾Š¼ типе отлаГки", "functionBreakpointPlaceholder": "Š¤ŃƒŠ½ŠŗŃ†ŠøŃ, в которой ŠæŃ€Š¾ŠøŠ·Š²Š¾Š“ŠøŃ‚ŃŃ останов", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 4cec9f05c1..9d11538b13 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "РазГел стека вызовов", "debugStopped": "ŠŸŃ€ŠøŠ¾ŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾ на {0}", "callStackAriaLabel": "ŠžŃ‚Š»Š°Š“ŠŗŠ° стека вызовов", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 67f670f43d..f2ced40ab4 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ отлаГочные ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", "toggleDebugPanel": "Консоль отлаГки", "debug": "ŠžŃ‚Š»Š°Š“ŠŗŠ°", @@ -24,6 +26,6 @@ "always": "ВсегГа Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ Š¾Ń‚Š»Š°Š“ŠŗŃƒ в строке ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ", "onFirstSessionStart": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ Š¾Ń‚Š»Š°Š“ŠŗŃƒ в строке ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ после первого запуска отлаГки", "showInStatusBar": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ Š²ŠøŠ“ŠøŠ¼Š¾ŃŃ‚ŃŒ Š“Š»Ń строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ отлаГки", - "openDebug": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ окно просмотра отлаГки в начале сеанса отлаГки.", + "openDebug": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ преГставление отлаГки в начале сеанса отлаГки.", "launch": "Š“Š»Š¾Š±Š°Š»ŃŒŠ½Š°Ń ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃ запуска отлаГки. Должна ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ в качестве Š°Š»ŃŒŃ‚ернативы Š“Š»Ń ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø \"launch.json\", ŠŗŠ¾Ń‚Š¾Ń€Š°Ń ŃŠ²Š»ŃŠµŃ‚ŃŃ общей Š“Š»Ń рабочих пространств" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index aa388e9709..27fb4a541d 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "ŠŸŠµŃ€ŠµŠ“ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½Š½Š¾Š¹ настройкой отлаГки откройте папку." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index 63d876aca0..16075996dc 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ аГаптеры отлаГки.", "vscode.extension.contributes.debuggers.type": "Š£Š½ŠøŠŗŠ°Š»ŃŒŠ½Ń‹Š¹ иГентификатор ŃŃ‚Š¾Š³Š¾ аГаптера отлаГки.", "vscode.extension.contributes.debuggers.label": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°ŠµŠ¼Š¾Šµ ŠøŠ¼Ń ŃŃ‚Š¾Š³Š¾ аГаптера отлаГки.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "ŠšŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø схемы JSON Š“Š»Ń проверки launch.json.", "vscode.extension.contributes.debuggers.windows": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Šµ с Windows.", "vscode.extension.contributes.debuggers.windows.runtime": "ДреГа Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Š°Ń Š“Š»Ń Windows.", - "vscode.extension.contributes.debuggers.osx": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Šµ с OS X.", - "vscode.extension.contributes.debuggers.osx.runtime": "ДреГа Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Š°Ń Š“Š»Ń OS X.", + "vscode.extension.contributes.debuggers.osx": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Šµ с macOS.", + "vscode.extension.contributes.debuggers.osx.runtime": "ДреГа Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Š°Ń Š“Š»Ń macOS.", "vscode.extension.contributes.debuggers.linux": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Šµ с Linux.", "vscode.extension.contributes.debuggers.linux.runtime": "ДреГа Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Š°Ń Š“Š»Ń Linux.", "vscode.extension.contributes.breakpoints": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ точки останова.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "Дписок ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠ¹. Š”Š¾Š±Š°Š²ŃŒŃ‚Šµ новые ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø или измените ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠµ с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ IntelliSense.", "app.launch.json.compounds": "Дписок составных Š¾Š±ŃŠŠµŠŗŃ‚Š¾Š². ŠšŠ°Š¶Š“Ń‹Š¹ ŠøŠ· них ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на несколько ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠ¹, которые Š±ŃƒŠ“ŃƒŃ‚ Š·Š°ŠæŃƒŃ‰ŠµŠ½Ń‹ вместе.", "app.launch.json.compound.name": "Š˜Š¼Ń составного Š¾Š±ŃŠŠµŠŗŃ‚а. ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ в Ń€Š°ŃŠŗŃ€Ń‹Š²Š°ŃŽŃ‰ŠµŠ¼ŃŃ Š¼ŠµŠ½ŃŽ запуска ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø.", + "useUniqueNames": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ уникальное ŠøŠ¼Ń ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø.", + "app.launch.json.compound.folder": "Š˜Š¼Ń папки, в которой расположен составной Š¾Š±ŃŠŠµŠŗŃ‚.", "app.launch.json.compounds.configurations": "Имена ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠ¹, которые Š±ŃƒŠ“ŃƒŃ‚ Š·Š°ŠæŃƒŃ‰ŠµŠ½Ń‹ как Ń‡Š°ŃŃ‚ŃŒ ŃŃ‚Š¾Š³Š¾ составного Š¾Š±ŃŠŠµŠŗŃ‚а.", "debugNoType": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€ type аГаптера отлаГки не может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½ Šø Голжен ŠøŠ¼ŠµŃ‚ŃŒ тип string.", "selectDebug": "Выбор среГы", - "DebugConfig.failed": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŃŠ¾Š·Š“Š°Ń‚ŃŒ файл launch.json в папке .vscode ({0})." + "DebugConfig.failed": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŃŠ¾Š·Š“Š°Ń‚ŃŒ файл launch.json в папке .vscode ({0}).", + "workspace": "Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ", + "user settings": "параметры ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index 58012f0b5e..06ff3eaa14 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "Š£Š“Š°Š»ŠøŃ‚ŃŒ точки останова", "removeBreakpointOnColumn": "Š£Š“Š°Š»ŠøŃ‚ŃŒ Ń‚Š¾Ń‡ŠŗŃƒ останова ŠøŠ· столбца {0}", "removeLineBreakpoint": "Š£Š“Š°Š»ŠøŃ‚ŃŒ Ń‚Š¾Ń‡ŠŗŃƒ останова ŠøŠ· строки", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index 3491e56437..37980c0fa6 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "ŠžŃ‚Š»Š°Š“ŠŗŠ° при навеГении" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index 4fb2a6b668..7f9dcb27e8 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "Š”Š»Ń ŃŃ‚Š¾Š³Š¾ Š¾Š±ŃŠŠµŠŗŃ‚Š° показаны Ń‚Š¾Š»ŃŒŠŗŠ¾ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ-примитивы.", "debuggingPaused": "ŠžŃ‚Š»Š°Š“ŠŗŠ° была приостановлена, причина {0}, {1} {2}", "debuggingStarted": "ŠžŃ‚Š»Š°Š“ŠŗŠ° Š½Š°Ń‡Š°Š»Š°ŃŃŒ.", @@ -11,18 +13,22 @@ "breakpointAdded": "Добавлена точка останова: строка {0}, файл {1}", "breakpointRemoved": "УГалена точка останова: строка {0}, файл {1}", "compoundMustHaveConfigurations": "Š”Š»Ń составного ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š° Голжен Š±Ń‹Ń‚ŃŒ заГан Š°Ń‚Ń€ŠøŠ±ŃƒŃ‚ configurations Š“Š»Ń запуска Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠ¹.", + "noConfigurationNameInWorkspace": "ŠŠµ уГалось найти ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ запуска \"{0}\" в рабочей области.", + "multipleConfigurationNamesInWorkspace": "Š’ рабочей области ŠµŃŃ‚ŃŒ несколько ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠ¹ запуска \"{0}\". Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ ŠøŠ¼Ń папки Š“Š»Ń Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø.", + "noFolderWithName": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ найти папку с именем '{0}' Š“Š»Ń ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø '{1}' в составном Š¾Š±ŃŠŠµŠŗŃ‚е '{2}'.", "configMissing": "ŠšŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃ \"{0}\" Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ в launch.json.", "launchJsonDoesNotExist": "Файл \"launch.json\" не ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚.", "debugRequestNotSupported": "ŠŃ‚Ń€ŠøŠ±ŃƒŃ‚ '{0}' имеет непоГГерживаемое значение '{1}' в выбранной ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø отлаГки.", "debugRequesMissing": "Š’ выбранной ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø отлаГки Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ Š°Ń‚Ń€ŠøŠ±ŃƒŃ‚ '{0}'.", "debugTypeNotSupported": "ŠŠ°ŃŃ‚Ń€Š¾ŠµŠ½Š½Ń‹Š¹ тип отлаГки \"{0}\" не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ.", - "debugTypeMissing": "ŠžŃ‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ свойство 'type' Š“Š»Ń выбранной ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø запуска.", + "debugTypeMissing": "ŠžŃ‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ свойство \"type\" Š“Š»Ń выбранной ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø запуска.", "debugAnyway": "ŠŸŃ€ŠøŠ½ŃƒŠ“ŠøŃ‚ŠµŠ»ŃŒŠ½Š°Ń отлаГка", "preLaunchTaskErrors": "ŠŸŃ€Šø выполнении ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¹ заГачи \"{0}\" Š¾Š±Š½Š°Ń€ŃƒŠ¶ŠµŠ½Ń‹ ошибки.", "preLaunchTaskError": "ŠŸŃ€Šø выполнении ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¹ заГачи \"{0}\" Š¾Š±Š½Š°Ń€ŃƒŠ¶ŠµŠ½Š° ошибка.", "preLaunchTaskExitCode": "Выполнение ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¹ заГачи \"{0}\" Š·Š°Š²ŠµŃ€ŃˆŠµŠ½Š¾ с коГом выхоГа {1}.", + "showErrors": "ŠŸŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ ошибки", "noFolderWorkspaceDebugError": "ŠŠµŠ»ŃŒŠ·Ń Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ Š¾Ń‚Š»Š°Š“ŠŗŃƒ активного файла. Š£Š±ŠµŠ“ŠøŃ‚ŠµŃŃŒ, что файл сохранен на Гиске Šø ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ отлаГки Š“Š»Ń ŃŃ‚Š¾Š³Š¾ типа файла.", - "NewLaunchConfig": "ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø запуска Š“Š»Ń вашего ŠæŃ€ŠøŠ»Š¾Š¶ŠµŠ½ŠøŃ. {0}", + "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", "DebugTaskNotFound": "ŠŠµ уГалось найти Š·Š°Š“Š°Ń‡Ńƒ preLaunchTask \"{0}\".", "taskNotTracked": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š¾Ń‚ŃŠ»ŠµŠ“ŠøŃ‚ŃŒ Š·Š°Š“Š°Ń‡Ńƒ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š³Š¾ запуска '{0}'." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index f3c486dd1b..450740331d 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index 5773174ff0..08a4e1b369 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index 3f8d10ed5b..2b5652eb9c 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ значение", + "copyAsExpression": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ как выражение", "copy": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", "copyAll": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ все", "copyStackTrace": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ стек вызовов" diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 17d98f275b..d057171007 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "ŠŸŠ¾Š“Ń€Š¾Š±Š½ŠµŠµ", "unableToLaunchDebugAdapter": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ аГаптер отлаГки ŠøŠ· \"{0}\".", "unableToLaunchDebugAdapterNoArgs": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ аГаптер отлаГки.", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index 9950aca66d..56ebf978c8 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "Панель read–eval–print loop", "actions.repl.historyPrevious": "Š–ŃƒŃ€Š½Š°Š»Ā ā€” назаГ", "actions.repl.historyNext": "Š–ŃƒŃ€Š½Š°Š»Ā ā€” Галее", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index 2c39615757..07f2774119 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "Š”Š¾ŃŃ‚Š¾ŃŠ½ŠøŠµ Š¾Š±ŃŠŠµŠŗŃ‚Š° Š·Š°ŠæŠøŃŃ‹Š²Š°ŠµŃ‚ŃŃ после первого Š²Ń‹Ń‡ŠøŃŠ»ŠµŠ½ŠøŃ", "replVariableAriaLabel": "ŠŸŠµŃ€ŠµŠ¼ŠµŠ½Š½Š°Ń \"{0}\" имеет значение \"{1}\", read–eval–print loop, отлаГка", "replExpressionAriaLabel": "Выражение \"{0}\" имеет значение \"{1}\", read–eval–print loop, отлаГка", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index 775b1ec66d..c2d9f0f1b4 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Цвет фона панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при отлаГке программы. Панель ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ показана внизу окна.", "statusBarDebuggingForeground": "Цвет переГнего плана строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ при отлаГке программы. Дтрока ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ расположена в нижней части окна.", "statusBarDebuggingBorder": "Цвет границы строки ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ, который Ń€Š°ŃŠæŃ€Š¾ŃŃ‚Ń€Š°Š½ŃŠµŃ‚ŃŃ на Š±Š¾ŠŗŠ¾Š²ŃƒŃŽ панель Šø реГактор при отлаГке программы. Дтрока ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ расположена в нижней части окна." diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index 64ed05c095..c0681bab75 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "отлаживаемый Š¾Š±ŃŠŠµŠŗŃ‚", - "debug.terminal.not.available.error": "Š˜Š½Ń‚ŠµŠ³Ń€ŠøŃ€Š¾Š²Š°Š½Š½Ń‹Š¹ терминал Š½ŠµŠ“Š¾ŃŃ‚ŃƒŠæŠµŠ½." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "отлаживаемый Š¾Š±ŃŠŠµŠŗŃ‚" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index 3eb2647fe9..b097ab825a 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "РазГел переменных", "variablesAriaTreeLabel": "ŠžŃ‚Š»Š°Š“ŠŗŠ° переменных", "variableValueAriaLabel": "ВвеГите новое значение переменной", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 10eba13555..628c6f253a 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "РазГел выражений", "watchAriaTreeLabel": "ŠžŃ‚Š»Š°Š“ŠŗŠ° выражений ŠŗŠ¾Š½Ń‚Ń€Š¾Š»ŃŒŠ½Ń‹Ń… значений", "watchExpressionPlaceholder": "Выражение с ŠŗŠ¾Š½Ń‚Ń€Š¾Š»ŃŒŠ½Ń‹Š¼ значением", diff --git a/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index fc11e0ac50..4bef054b5f 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "Š˜ŃŠæŠ¾Š»Š½ŃŠµŠ¼Ń‹Š¹ файл аГаптера отлаГки \"{0}\" не ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚.", "debugAdapterCannotDetermineExecutable": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ ŠøŃŠæŠ¾Š»Š½ŃŠµŠ¼Ń‹Š¹ файл Š“Š»Ń аГаптера отлаГки \"{0}\".", "launch.config.comment1": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ IntelliSense, чтобы ŃƒŠ·Š½Š°Ń‚ŃŒ о возможных Š°Ń‚Ń€ŠøŠ±ŃƒŃ‚Š°Ń….", diff --git a/i18n/rus/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 1915c0c927..950fe183d6 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ команГы Emmet" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 6f2d64eeff..efef54f98e 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index c7a704d950..10e86b04b7 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index 24098651ea..c2743da9b2 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 982ec32564..9801f6d8cf 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: Ń€Š°ŃŃˆŠøŃ„Ń€Š¾Š²Š°Ń‚ŃŒ Š°Š±Š±Ń€ŠµŠ²ŠøŠ°Ń‚ŃƒŃ€Ńƒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 1befe3f226..e68f2ab9ea 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index 526b5d5303..7326043a2f 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index 81f00b3edb..f74cc24bfe 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 4673022a24..dca75c57a5 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index 99b383ac90..e34d8fc092 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 50ca8bd70b..949e29f85f 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index b2b30614ce..c54e1693e0 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 0bb940b0c9..f64924ffd9 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 8c273b4125..d175acacc6 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 3c3bd54c27..3f7e2732cd 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index f493f727ad..6338715cba 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index 41da05e341..b87f9795ed 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json index 6f2d64eeff..efef54f98e 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json index 4a07fdffeb..1fb8625343 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json index 24098651ea..c2743da9b2 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json index 982ec32564..18aa9f3c3b 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/expandAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json index 1befe3f226..e68f2ab9ea 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json index 526b5d5303..7326043a2f 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json index 81f00b3edb..f74cc24bfe 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json index 4673022a24..dca75c57a5 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json index 99b383ac90..e34d8fc092 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json index 50ca8bd70b..949e29f85f 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json index b2b30614ce..c54e1693e0 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json index 0bb940b0c9..f64924ffd9 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json index 8c273b4125..d175acacc6 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json index 3c3bd54c27..3f7e2732cd 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json index f493f727ad..6338715cba 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json index b632b35fef..2118321969 100644 --- a/i18n/rus/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/emmet/node/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 4671a2c1d2..2d74be387b 100644 --- a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Š’Š½ŠµŃˆŠ½ŠøŠ¹ терминал", "explorer.openInTerminalKind": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ тип терминала, который ŃŠ»ŠµŠ“ŃƒŠµŃ‚ Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ.", "terminal.external.windowsExec": "ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠ° терминала, который Š±ŃƒŠ“ет Š·Š°ŠæŃƒŃ‰ŠµŠ½ в Windows.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ Š½Š¾Š²ŃƒŃŽ ŠŗŠ¾Š¼Š°Š½Š“Š½ŃƒŃŽ ŃŃ‚Ń€Š¾ŠŗŃƒ", "globalConsoleActionMacLinux": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ новый терминал", "scopedConsoleActionWin": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ в команГной строке", - "scopedConsoleActionMacLinux": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ в терминале", - "openFolderInIntegratedTerminal": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ в терминале" + "scopedConsoleActionMacLinux": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ в терминале" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 1c0c242262..ce3c35e479 100644 --- a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 5d1db97c10..9c673d5e28 100644 --- a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "Консоль VS Code", "mac.terminal.script.failed": "Дбой скрипта \"{0}\" с коГом выхоГа {1}", "mac.terminal.type.not.supported": "\"{0}\" не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ", diff --git a/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 2322bd36fa..f119544882 100644 --- a/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index 3eaef57851..fce95bf805 100644 --- a/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index d4c16bc33a..08b14910b7 100644 --- a/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/rus/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index 8b848ed9c5..d0595ef5c2 100644 --- a/i18n/rus/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 4f8cffc561..d209ed4345 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "ŠžŃˆŠøŠ±ŠŗŠ°", "Unknown Dependency": "ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š°Ń Š·Š°Š²ŠøŃŠøŠ¼Š¾ŃŃ‚ŃŒ:" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 3bc095205a..5db13251a5 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "Š˜Š¼Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "extension id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹", "preview": "ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр", + "builtin": "Встроенное", "publisher": "Š˜Š¼Ń ŠøŠ·Š“Š°Ń‚ŠµŠ»Ń", "install count": "Число ŃƒŃŃ‚Š°Š½Š¾Š²Š¾Šŗ", "rating": "ŠžŃ†ŠµŠ½ŠŗŠ°", @@ -31,6 +34,10 @@ "view id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€", "view name": "Š˜Š¼Ń", "view location": "ГГе", + "localizations": "Локализации ({0})", + "localizations language id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ ŃŠ·Ń‹ŠŗŠ°", + "localizations language name": "ŠŠ°Š·Š²Š°Š½ŠøŠµ ŃŠ·Ń‹ŠŗŠ°", + "localizations localized language name": "ŠŠ°Š·Š²Š°Š½ŠøŠµ ŃŠ·Ń‹ŠŗŠ° (локализованное)", "colorThemes": "Цветовые темы ({0})", "iconThemes": "Темы значков ({0})", "colors": "Цвета ({0})", @@ -39,6 +46,8 @@ "defaultLight": "Š”Š²ŠµŃ‚Š»Š°Ń по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "defaultHC": "Š” высоким контрастом по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "JSON Validation": "ŠŸŃ€Š¾Š²ŠµŃ€ŠŗŠ° JSON ({0})", + "fileMatch": "Допоставление файла", + "schema": "Дхема", "commands": "ŠšŠ¾Š¼Š°Š½Š“Ń‹ ({0})", "command name": "Š˜Š¼Ń", "keyboard shortcuts": "Š”Š¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш", diff --git a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index c0c171b628..9e41e1861c 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š²Ń€ŃƒŃ‡Š½ŃƒŃŽ", + "install vsix": "После ŃŠŗŠ°Ń‡ŠøŠ²Š°Š½ŠøŃ ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚Šµ Š·Š°Š³Ń€ŃƒŠ¶ŠµŠ½Š½Ń‹Š¹ VSIX '{0}' Š²Ń€ŃƒŃ‡Š½ŃƒŃŽ.", "installAction": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ", "installing": "Š˜Š“ŠµŃ‚ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ°", + "failedToInstall": "ŠŠµ уГалось ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ \"{0}\".", "uninstallAction": "УГаление", "Uninstalling": "Š˜Š“ŠµŃ‚ уГаление", "updateAction": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ", "updateTo": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ Го {0}", + "failedToUpdate": "ŠŠµ уГалось Š¾Š±Š½Š¾Š²ŠøŃ‚ŃŒ \"{0}\".", "ManageExtensionAction.uninstallingTooltip": "Š˜Š“ŠµŃ‚ уГаление", "enableForWorkspaceAction": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ (Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ)", "enableGloballyAction": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ", @@ -36,6 +42,7 @@ "showInstalledExtensions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "showDisabledExtensions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "clearExtensionsInput": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ вхоГные Ганные Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹", + "showBuiltInExtensions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ встроенные Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "showOutdatedExtensions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŃƒŃŃ‚Š°Ń€ŠµŠ²ŃˆŠøŠµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "showPopularExtensions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠæŠ¾ŠæŃƒŠ»ŃŃ€Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "showRecommendedExtensions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŠ¼Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŃŠ¾Š·Š“Š°Ń‚ŃŒ файл \"extensions.json\" в папке \".vscode\" ({0}).", "configureWorkspaceRecommendedExtensions": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŠ¼Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ (Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ)", "configureWorkspaceFolderRecommendedExtensions": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŠ¼Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ (папка рабочей области)", - "builtin": "Встроенное", + "malicious tooltip": "Это Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ помечено как проблемное.", + "malicious": "ВреГоносный", "disableAll": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "disableAllWorkspace": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Š“Š»Ń ŃŃ‚Š¾Š¹ рабочей области", - "enableAll": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", - "enableAllWorkspace": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š½Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Š“Š»Ń ŃŃ‚Š¾Š¹ рабочей области", + "enableAll": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", + "enableAllWorkspace": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ все Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Š“Š»Ń ŃŃ‚Š¾Š¹ рабочей области", + "openExtensionsFolder": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹", + "installVSIX": "Установка ŠøŠ· VSIX...", + "installFromVSIX": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ŠøŠ· VSIX", + "installButton": "&&Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ", + "InstallVSIXAction.success": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ успешно ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾. Š”Š»Ń его Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ.", + "InstallVSIXAction.reloadNow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ", + "reinstall": "ŠŸŠµŃ€ŠµŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ...", + "selectExtension": "Выберите Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ Š“Š»Ń повторной ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠø", + "ReinstallAction.success": "ŠŸŠ¾Š²Ń‚Š¾Ń€Š½Š°Ń ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ° Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ успешно выполнена.", + "ReinstallAction.reloadNow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ", "extensionButtonProminentBackground": "Цвет фона кнопок, ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŃ… основным Š“ŠµŠ¹ŃŃ‚Š²ŠøŃŠ¼ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ (например, кнопка \"Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ\").", "extensionButtonProminentForeground": "Цвет переГнего плана кнопок, ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŃ… основным Š“ŠµŠ¹ŃŃ‚Š²ŠøŃŠ¼ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ (например, кнопка \"Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ\").", "extensionButtonProminentHoverBackground": "Цвет фона кнопок, ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŃ… основным Š“ŠµŠ¹ŃŃ‚Š²ŠøŃŠ¼ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, при навеГении Š¼Ń‹ŃˆŠø (например, кнопка \"Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ\")." diff --git a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index 7c1105b7ad..fa2227d247 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 278ef6b8b0..e41bb4a4c1 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "ŠŠ°Š¶Š¼ŠøŃ‚Šµ клавишу Š’Š’ŠžŠ” Š“Š»Ń ŃƒŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø.", "notfound": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ '{0}' не найГено в Marketplace.", "install": "Чтобы ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ '{0}' ŠøŠ· Marketplace, нажмите клавишу Š’Š’ŠžŠ”.", diff --git a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index f52c6f67cb..756be02b33 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "ŠžŃ†ŠµŠ½ŠµŠ½Š¾ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŠ¼Šø: {0} ", "ratedBySingleUser": "ŠžŃ†ŠµŠ½ŠµŠ½Š¾ 1 ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŠµŠ¼" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index 5260469088..da07e1c6e9 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "app.extensions.json.recommendations": "Дписок рекоменГаций по Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼. Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃĀ ā€” всегГа \"${publisher}.${name}\". ŠŠ°ŠæŃ€ŠøŠ¼ŠµŃ€, \"vscode.csharp\".", "app.extension.identifier.errorMessage": "ŠžŠ¶ŠøŠ“Š°ŠµŃ‚ŃŃ формат \"${publisher}.${name}\". ŠŸŃ€ŠøŠ¼ŠµŃ€: \"vscode.csharp\"." diff --git a/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 87548ae470..85de58e41f 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index 4de94d4af2..b54dff0cc6 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ŠæŃ€Š¾Ń„ŠøŠ»Ń", + "restart2": "Š”Š»Ń ŠæŃ€Š¾Ń„ŠøŠ»ŠøŃ€Š¾Š²Š°Š½ŠøŃ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ. Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ \"{0}\" сейчас?", + "restart3": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ", + "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", "selectAndStartDebug": "Щелкните зГесь, чтобы Š¾ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ профилирование." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index 3e00ebd889..8c553e3c91 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", + "searchMarketplace": "Поиск в Marketplace", + "showLanguagePackExtensions": "Š’ Marketplace ŠµŃŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, которые ŠæŠ¾Š¼Š¾Š³ŃƒŃ‚ Š»Š¾ŠŗŠ°Š»ŠøŠ·Š¾Š²Š°Ń‚ŃŒ VS Code на ŃŠ·Ń‹Šŗ \"{0}\"", + "dynamicWorkspaceRecommendation": "Это Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ может вас Š·Š°ŠøŠ½Ń‚ŠµŃ€ŠµŃŠ¾Š²Š°Ń‚ŃŒ, ŠæŠ¾Ń‚Š¾Š¼Ńƒ что оно ŠæŠ¾ŠæŃƒŠ»ŃŃ€Š½Š¾ среГи ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŠµŠ¹ Ń€ŠµŠæŠ¾Š·ŠøŃ‚Š¾Ń€ŠøŃ {0}.", + "exeBasedRecommendation": "Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Š¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ, так как ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾ {0}.", "fileBasedRecommendation": "Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Š¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ (на основе неГавно открытых файлов).", "workspaceRecommendation": "Это Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŠ¼Šø Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ рабочей области.", - "exeBasedRecommendation": "Š ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ ŃŃ‚Š¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ, так как ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾ {0}.", "reallyRecommended2": "Š”Š»Ń ŃŃ‚Š¾Š³Š¾ типа файлов Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ '{0}'.", "reallyRecommendedExtensionPack": "Š”Š»Ń ŃŃ‚Š¾Š³Š¾ типа файлов Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ пакет Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ '{0}'.", "showRecommendations": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ рекоменГации", "install": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ", - "neverShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", - "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", + "showLanguageExtensions": "Š’ Marketplace ŠµŃŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Š“Š»Ń работы с файлами '.{0}'", "workspaceRecommended": "Эта Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ Š²ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ рекоменГации по Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼.", "installAll": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ все", "ignoreExtensionRecommendations": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŠæŃ€Š¾ŠøŠ³Š½Š¾Ń€ŠøŃ€Š¾Š²Š°Ń‚ŃŒ все рекоменГации по Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼?", "ignoreAll": "Да, ŠøŠ³Š½Š¾Ń€ŠøŃ€Š¾Š²Š°Ń‚ŃŒ все", - "no": "ŠŠµŃ‚", - "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°" + "no": "ŠŠµŃ‚" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 31eb35b5dc..63226cd743 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "Управление Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø", "galleryExtensionsCommands": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ŠøŠ· коллекции", "extension": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ", @@ -13,5 +15,6 @@ "developer": "Разработчик", "extensionsConfigurationTitle": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "extensionsAutoUpdate": "Автоматически Š¾Š±Š½Š¾Š²Š»ŃŃ‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", - "extensionsIgnoreRecommendations": "Если ŃŃ‚Š¾Ń‚ параметр ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ в значение true, Š¾ŠæŠ¾Š²ŠµŃ‰ŠµŠ½ŠøŃ о Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“Š°Ń†ŠøŃŃ… по Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼ ŠæŠµŃ€ŠµŃŃ‚Š°Š½ŃƒŃ‚ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ." + "extensionsIgnoreRecommendations": "Если ŃŃ‚Š¾Ń‚ параметр ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ в значение true, Š¾ŠæŠ¾Š²ŠµŃ‰ŠµŠ½ŠøŃ о Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“Š°Ń†ŠøŃŃ… по Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼ ŠæŠµŃ€ŠµŃŃ‚Š°Š½ŃƒŃ‚ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ.", + "extensionsShowRecommendationsOnlyOnDemand": "Если ŃŃ‚Š¾Ń‚ параметр ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ в true, рекоменГации не Š±ŃƒŠ“ŃƒŃ‚ ŠøŠ·Š²Š»ŠµŠŗŠ°Ń‚ŃŒŃŃ или Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ Го тех пор, пока ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒ не откроет ŠøŃ… ŃŠ²Š½Š¾." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index bbce89c45a..acbc03b413 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹", "installVSIX": "Установка ŠøŠ· VSIX...", "installFromVSIX": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ŠøŠ· VSIX", "installButton": "&&Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ", - "InstallVSIXAction.success": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š¾. Чтобы Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ его, выполните ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ.", "InstallVSIXAction.reloadNow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 0d3592d30b..c2fec36985 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ расклаГки ŠŗŠ»Š°Š²ŠøŠ°Ń‚ŃƒŃ€Ń‹ ({0}), чтобы ŠøŠ·Š±ŠµŠ¶Š°Ń‚ŃŒ конфликта межГу настраиваемыми ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃŠ¼Šø клавиш?", "yes": "Да", "no": "ŠŠµŃ‚", "betterMergeDisabled": "Š’ Ń‚ŠµŠŗŃƒŃ‰ŃƒŃŽ Š²ŠµŃ€ŃŠøŃŽ встроено среГство ŃŠ»ŠøŃŠ½ŠøŃ с Š»ŃƒŃ‡ŃˆŠµŠ¹ Ń„ŃƒŠ½ŠŗŃ†ŠøŠ¾Š½Š°Š»ŃŒŠ½Š¾ŃŃ‚ŃŒŃŽ. Установленное Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ было Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾ Šø не может Š±Ń‹Ń‚ŃŒ уГалено.", - "uninstall": "УГаление", - "later": "Позже" + "uninstall": "УГаление" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index b466066a02..0808961d91 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Marketplace", "installedExtensions": "Установлено", "searchInstalledExtensions": "Установлено", "recommendedExtensions": "РекоменГуемое", "otherRecommendedExtensions": "Š”Ń€ŃƒŠ³ŠøŠµ рекоменГации", "workspaceRecommendedExtensions": "РекоменГации рабочей области", + "builtInExtensions": "Встроенный", "searchExtensions": "Поиск Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ в Marketplace", "sort by installs": "Š”Š¾Ń€Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ по: Ń‡ŠøŃŠ»Ńƒ ŃƒŃŃ‚Š°Š½Š¾Š²Š¾Šŗ", "sort by rating": "Š”Š¾Ń€Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ по: рейтинг", "sort by name": "Š”Š¾Ń€Ń‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ по: название", "suggestProxyError": "Marketplace Š²ŠµŃ€Š½ŃƒŠ» значение \"ECONNREFUSED\". ŠŸŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ параметр \"http.proxy\".", "extensions": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", - "outdatedExtensions": "Š£ŃŃ‚Š°Ń€ŠµŠ²ŃˆŠøŠµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ: {0}" + "outdatedExtensions": "Š£ŃŃ‚Š°Ń€ŠµŠ²ŃˆŠøŠµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ: {0}", + "malicious warning": "ŠœŃ‹ уГалили Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ '{0}', которое вызывало проблемы.", + "reloadNow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index c4dd2b4125..bf2a11543f 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", "no extensions found": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ не найГено.", "suggestProxyError": "Marketplace Š²ŠµŃ€Š½ŃƒŠ» значение \"ECONNREFUSED\". ŠŸŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ параметр \"http.proxy\"." diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json index 906d10fee6..0e94f3dbfd 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/keymapExtensions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index ef7b1463fd..faca8b6feb 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "ŠŠŗŃ‚ŠøŠ²ŠøŃ€ŃƒŠµŃ‚ŃŃ при запуске", "workspaceContainsGlobActivation": "ŠŠŗŃ‚ŠøŠ²ŠøŃ€ŃƒŠµŃ‚ŃŃ, так как ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠ¹ файл {0} Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ в вашей рабочей области", "workspaceContainsFileActivation": "ŠŠŗŃ‚ŠøŠ²ŠøŃ€ŃƒŠµŃ‚ŃŃ, так как файл {0} Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ в вашей рабочей области", diff --git a/i18n/rus/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/rus/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index d0c09f1966..c1970bf6a0 100644 --- a/i18n/rus/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,10 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "enableDependeciesConfirmation": "Š’ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ \"{0}\" также Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠµ зависимости. ŠŸŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "Установка Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ ŠøŠ· VSIX...", + "malicious": "Это Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ помечено как проблемное.", + "installingMarketPlaceExtension": "Установка Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ŠøŠ· Marketplace...", + "uninstallingExtension": "УГаление Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ...", + "enableDependeciesConfirmation": "ŠŸŃ€Šø Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠø \"{0}\" также Š±ŃƒŠ“ŃƒŃ‚ Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Ń‹ его зависимости. Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", "enable": "Да", "doNotEnable": "ŠŠµŃ‚", "disableDependeciesConfirmation": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ Ń‚Š¾Š»ŃŒŠŗŠ¾ \"{0}\" или вместе с Š·Š°Š²ŠøŃŠøŠ¼Š¾ŃŃ‚ŃŠ¼Šø?", diff --git a/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..3256b6f7fd --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Рабочее место", + "feedbackVisibility": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ ли отзыв Twitter (смайлик) на панели ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ в нижней части рабочего места." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index eb6a4b700a..dfed28dd26 100644 --- a/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "ŠžŃ‚ŠæŃ€Š°Š²ŠøŃ‚ŃŒ твит с отзывом", "label.sendASmile": "ŠžŃ‚ŠæŃ€Š°Š²ŃŒŃ‚Šµ нам твит со своим отзывом.", "patchedVersion1": "Установка поврежГена.", @@ -16,6 +18,7 @@ "request a missing feature": "Š—Š°ŠæŃ€Š¾ŃŠøŃ‚ŃŒ Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŃƒŃŽ Š²Š¾Š·Š¼Š¾Š¶Š½Š¾ŃŃ‚ŃŒ", "tell us why?": "Расскажите нам о причинах", "commentsHeader": "ŠšŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŠø", + "showFeedback": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ смайлик отзыва в строке ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ", "tweet": "Твит", "character left": "символ Š¾ŃŃ‚Š°Š»ŃŃ", "characters left": "симв. Š¾ŃŃ‚Š°Š»Š¾ŃŃŒ", diff --git a/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..16ebb83a5b --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index 6934f2f88e..34a9be77df 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "ДреГство просмотра Гвоичных файлов" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 00eee16dec..14d7e22bcb 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "РеГактор текстовых файлов", "createFile": "Š”Š¾Š·Š“Š°Ń‚ŃŒ файл", "fileEditorWithInputAriaLabel": "{0}. РеГактор текстовых файлов.", diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index a01d559fbf..d9cb36235a 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 821930bfc8..a56974c8f5 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.i18n.json index 12bee9cd2a..1f5883c8fa 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index f51fb88b34..5c2083dc74 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index a4725d2fae..cff1fa28cc 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index d5622eec39..10052313a8 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 82dd74c7e2..ac5c3ce8f0 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index 3a4c179faa..0bc5686450 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index d89fe12ed3..77a4cdc931 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index 564af43edc..8ac425aa7c 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index 908990efe6..1aec5db346 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index 863c0a79ec..c33d259b56 100644 --- a/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/rus/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index b2007310ea..1f2f1df0b5 100644 --- a/i18n/rus/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 несохраненный файл", "dirtyFiles": "ŠŠµŃŠ¾Ń…Ń€Š°Š½ŠµŠ½Š½Ń‹Ń… файлов: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/rus/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index f4fa6caa5b..72bdf04c65 100644 --- a/i18n/rus/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (deleted from disk)" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index a01d559fbf..082424ab78 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "Папки" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 821930bfc8..c69923af81 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "Файл", "revealInSideBar": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ в боковой панели", "acceptLocalChanges": "Š˜ŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Šø ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ соГержимое Гиска", - "revertLocalChanges": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Šø Š²ŠµŃ€Š½ŃƒŃ‚ŃŒŃŃ Šŗ ŃŠ¾Š“ŠµŃ€Š¶ŠøŠ¼Š¾Š¼Ńƒ на Гиске" + "revertLocalChanges": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Šø Š²ŠµŃ€Š½ŃƒŃ‚ŃŒŃŃ Šŗ ŃŠ¾Š“ŠµŃ€Š¶ŠøŠ¼Š¾Š¼Ńƒ на Гиске", + "copyPathOfActive": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠæŃƒŃ‚ŃŒ Šŗ Š°ŠŗŃ‚ŠøŠ²Š½Š¾Š¼Ńƒ Ń„Š°Š¹Š»Ńƒ", + "saveAllInGroup": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все в Š³Ń€ŃƒŠæŠæŠµ", + "saveFiles": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все файлы", + "revert": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ в файле", + "compareActiveWithSaved": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ активный файл с сохраненным", + "closeEditor": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ реГактор", + "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€", + "openToSide": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ сбоку", + "revealInWindows": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ в провоГнике", + "revealInMac": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ в Finder", + "openContainer": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‰ŃƒŃŽ папку", + "copyPath": "Š”ŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠæŃƒŃ‚ŃŒ", + "saveAll": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все", + "compareWithSaved": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ с сохраненным", + "compareWithSelected": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ с выбранным", + "compareSource": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ Š“Š»Ń ŃŃ€Š°Š²Š½ŠµŠ½ŠøŃ", + "compareSelected": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ выбранное", + "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", + "closeOthers": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ", + "closeSaved": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ сохраненное", + "closeAll": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ все", + "deleteFile": "Š£Š“Š°Š»ŠøŃ‚ŃŒ навсегГа" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 8e87ab6930..2b3ad37eae 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "ŠŸŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ", - "rename": "ŠŸŠµŃ€ŠµŠøŠ¼ŠµŠ½Š¾Š²Š°Ń‚ŃŒ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Š”Š¾Š·Š“Š°Ń‚ŃŒ файл", "newFolder": "Š”Š¾Š·Š“Š°Ń‚ŃŒ папку", - "openFolderFirst": "Дначала откройте папку, в которой Š±ŃƒŠ“ŃƒŃ‚ созГаны файлы Šø папки.", + "rename": "ŠŸŠµŃ€ŠµŠøŠ¼ŠµŠ½Š¾Š²Š°Ń‚ŃŒ", + "delete": "Š£Š“Š°Š»ŠøŃ‚ŃŒ", + "copyFile": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", + "pasteFile": "Š’ŃŃ‚Š°Š²ŠøŃ‚ŃŒ", + "retry": "ŠŸŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ", "newUntitledFile": "ŠŠ¾Š²Ń‹Š¹ файл без имени", "createNewFile": "Š”Š¾Š·Š“Š°Ń‚ŃŒ файл", "createNewFolder": "Š”Š¾Š·Š“Š°Ń‚ŃŒ папку", "deleteButtonLabelRecycleBin": "&&ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ в ŠŗŠ¾Ń€Š·ŠøŠ½Ńƒ", "deleteButtonLabelTrash": "&&ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ в ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Šµ", "deleteButtonLabel": "&&Š£Š“Š°Š»ŠøŃ‚ŃŒ", + "dirtyMessageFilesDelete": "Š’Ń‹ ŃƒŠ“Š°Š»ŃŠµŃ‚Šµ файлы с несохраненными ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃŠ¼Šø. Š’Ń‹ хотите ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", "dirtyMessageFolderOneDelete": "Š’Ń‹ ŃƒŠ“Š°Š»ŃŠµŃ‚Šµ папку с несохраненными ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃŠ¼Šø в оГном файле. Š’Ń‹ хотите ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", "dirtyMessageFolderDelete": "Š’Ń‹ ŃƒŠ“Š°Š»ŃŠµŃ‚Šµ папку с несохраненными ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃŠ¼Šø в Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… файлах ({0}). Š’Ń‹ хотите ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", "dirtyMessageFileDelete": "Š’Ń‹ ŃƒŠ“Š°Š»ŃŠµŃ‚Šµ файл с несохраненными ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃŠ¼Šø. Š’Ń‹ хотите ŠæŃ€Š¾Š“Š¾Š»Š¶ŠøŃ‚ŃŒ?", "dirtyWarning": "Если не ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ, они Š±ŃƒŠ“ŃƒŃ‚ ŃƒŃ‚ŠµŃ€ŃŠ½Ń‹.", + "confirmMoveTrashMessageMultiple": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŃƒŠ“Š°Š»ŠøŃ‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ файлы ({0})?", "confirmMoveTrashMessageFolder": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŃƒŠ“Š°Š»ŠøŃ‚ŃŒ папку \"{0}\" Šø ее соГержимое?", "confirmMoveTrashMessageFile": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŃƒŠ“Š°Š»ŠøŃ‚ŃŒ \"{0}\"?", "undoBin": "Š’Ń‹ можете Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ восстановление ŠøŠ· корзины.", "undoTrash": "Š’Ń‹ можете Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ восстановление ŠøŠ· корзины.", "doNotAskAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŃŠæŃ€Š°ŃˆŠøŠ²Š°Ń‚ŃŒ", + "confirmDeleteMessageMultiple": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŃƒŠ“Š°Š»ŠøŃ‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ файлы ({0}) без возможности Š²Š¾ŃŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ŠøŃ?", "confirmDeleteMessageFolder": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŃƒŠ“Š°Š»ŠøŃ‚ŃŒ папку \"{0}\" Šø ее соГержимое без возможности Š²Š¾ŃŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ŠøŃ?", "confirmDeleteMessageFile": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŃƒŠ“Š°Š»ŠøŃ‚ŃŒ \"{0}\" без возможности Š²Š¾ŃŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ŠøŃ?", "irreversible": "Это Гействие необратимо.", + "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", "permDelete": "Š£Š“Š°Š»ŠøŃ‚ŃŒ навсегГа", - "delete": "Š£Š“Š°Š»ŠøŃ‚ŃŒ", "importFiles": "Š˜Š¼ŠæŠ¾Ń€Ń‚ файлов", "confirmOverwrite": "Файл или папка с таким именем уже ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚ в конечной папке. Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŃ…?", "replaceButtonLabel": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ", - "copyFile": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", - "pasteFile": "Š’ŃŃ‚Š°Š²ŠøŃ‚ŃŒ", + "fileIsAncestor": "Файл Š“Š»Ń вставки ŃŠ²Š»ŃŠµŃ‚ŃŃ преГком папки Š½Š°Š·Š½Š°Ń‡ŠµŠ½ŠøŃ", + "fileDeleted": "Файл Š“Š»Ń вставки был уГален или перемещен в Š“Ń€ŃƒŠ³Š¾Šµ место", "duplicateFile": "Š”ŃƒŠ±Š»ŠøŃ€Š¾Š²Š°Ń‚ŃŒ", - "openToSide": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ сбоку", - "compareSource": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ Š“Š»Ń ŃŃ€Š°Š²Š½ŠµŠ½ŠøŃ", "globalCompareFile": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ активный файл с...", "openFileToCompare": "Чтобы ŃŃ€Š°Š²Š½ŠøŃ‚ŃŒ файл с Š“Ń€ŃƒŠ³ŠøŠ¼ файлом, сначала откройте его.", - "compareWith": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ '{0}' с '{1}'", - "compareFiles": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ файлы", "refresh": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ", - "save": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ", - "saveAs": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ как...", - "saveAll": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все", "saveAllInGroup": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все в Š³Ń€ŃƒŠæŠæŠµ", - "saveFiles": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все файлы", - "revert": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ в файле", "focusOpenEditors": "Фокус на преГставлении открытых реГакторов", "focusFilesExplorer": "Фокус на провоГнике", "showInExplorer": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ активный файл в боковой панели", @@ -56,20 +54,11 @@ "refreshExplorer": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ окно провоГника", "openFileInNewWindow": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ активный файл в новом окне", "openFileToShowInNewWindow": "Чтобы Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ файл в новом окне, сначала откройте его.", - "revealInWindows": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ в провоГнике", - "revealInMac": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ в Finder", - "openContainer": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‰ŃƒŃŽ папку", - "revealActiveFileInWindows": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ активный файл в провоГнике", - "revealActiveFileInMac": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ активный файл в Finder", - "openActiveFileContainer": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку, ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‰ŃƒŃŽ активный файл", "copyPath": "Š”ŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠæŃƒŃ‚ŃŒ", - "copyPathOfActive": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠæŃƒŃ‚ŃŒ Šŗ Š°ŠŗŃ‚ŠøŠ²Š½Š¾Š¼Ńƒ Ń„Š°Š¹Š»Ńƒ", "emptyFileNameError": "ŠŠµŠ¾Š±Ń…Š¾Š“ŠøŠ¼Š¾ ŃƒŠŗŠ°Š·Š°Ń‚ŃŒ ŠøŠ¼Ń файла или папки.", "fileNameExistsError": "Файл или папка **{0}** уже ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚ в Ганном расположении. Выберите Š“Ń€ŃƒŠ³Š¾Šµ ŠøŠ¼Ń.", "invalidFileNameError": "Š˜Š¼Ń **{0}** Š½ŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Š¾ Š“Š»Ń файла или папки. Выберите Š“Ń€ŃƒŠ³Š¾Šµ ŠøŠ¼Ń.", "filePathTooLongError": "Из-за ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½ŠøŃ имени **{0}** ŠæŃƒŃ‚ŃŒ слишком Глинный. Выберите более короткое ŠøŠ¼Ń.", - "compareWithSaved": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ активный файл с сохраненным", - "modifiedLabel": "{0} (на Гиске) ↔ {1}", "compareWithClipboard": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ активный файл с Š±ŃƒŃ„ŠµŃ€Š¾Š¼ обмена", "clipboardComparisonLabel": "Š‘ŃƒŃ„ŠµŃ€ обмена ↔ {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index f51fb88b34..798e64de06 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "Чтобы ŃŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ, сначала откройте его", - "openFileToReveal": "Чтобы Š¾Ń‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ файл, сначала откройте его" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ в провоГнике", + "revealInMac": "ŠžŃ‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ в Finder", + "openContainer": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‰ŃƒŃŽ папку", + "saveAs": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ как...", + "save": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ", + "saveAll": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все", + "removeFolderFromWorkspace": "Š£Š“Š°Š»ŠøŃ‚ŃŒ папку ŠøŠ· рабочей области", + "genericRevertError": "ŠŠµ уГалось Š¾Ń‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ \"{0}\": {1}", + "modifiedLabel": "{0} (на Гиске) ↔ {1}", + "openFileToReveal": "Чтобы Š¾Ń‚Š¾Š±Ń€Š°Š·ŠøŃ‚ŃŒ файл, сначала откройте его", + "openFileToCopy": "Чтобы ŃŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ, сначала откройте его" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index d0ffe58b0f..33ae5ce8ef 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ провоГник", "explore": "ŠŸŃ€Š¾Š²Š¾Š“Š½ŠøŠŗ", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "РеГактор", "formatOnSave": "Форматирование файла при сохранении. МоГуль Ń„Š¾Ń€Š¼Š°Ń‚ŠøŃ€Š¾Š²Š°Š½ŠøŃ Голжен Š±Ń‹Ń‚ŃŒ Š“Š¾ŃŃ‚ŃƒŠæŠµŠ½, файл не Голжен ŃŠ¾Ń…Ń€Š°Š½ŃŃ‚ŃŒŃŃ автоматически, а работа реГактора не Голжна Š·Š°Š²ŠµŃ€ŃˆŠ°Ń‚ŃŒŃŃ.", "explorerConfigurationTitle": "ŠŸŃ€Š¾Š²Š¾Š“Š½ŠøŠŗ", - "openEditorsVisible": "Число реГакторов, отображаемых на панели открытых реГакторов. ЗаГайте значение 0, чтобы ŃŠŗŃ€Ń‹Ń‚ŃŒ панель.", - "dynamicHeight": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли высота разГела открытых реГакторов Гинамически Š°Š“Š°ŠæŃ‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒŃŃ Šŗ ŠŗŠ¾Š»ŠøŃ‡ŠµŃŃ‚Š²Ńƒ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š².", + "openEditorsVisible": "Число реГакторов, отображаемых на панели \"ŠžŃ‚ŠŗŃ€Ń‹Ń‚Ń‹Šµ реГакторы\".", "autoReveal": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š±ŃƒŠ“ŠµŃ‚ ли провоГник автоматически Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ Šø Š²Ń‹Š±ŠøŃ€Š°Ń‚ŃŒ файлы при ŠøŃ… открытии.", "enableDragAndDrop": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Ń€Š°Š·Ń€ŠµŃˆŠµŠ½Š¾ ли перемещение файлов Šø папок перетаскиванием в провоГнике.", "confirmDragAndDrop": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжно ли Š·Š°ŠæŃ€Š°ŃˆŠøŠ²Š°Ń‚ŃŒŃŃ поГтвержГение при перемещении файлов Šø папок в провоГнике.", diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index d5622eec39..55787540fb 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ команГы на панели ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² реГактора справа Š“Š»Ń **отмены** изменений или **перезаписи** соГержимого на Гиске с ŃƒŃ‡ŠµŃ‚Š¾Š¼ ŃŃ‚ŠøŃ… изменений", - "discard": "ŠžŃ‚Š¼ŠµŠ½Š°", - "overwrite": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ команГы на панели ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Š¾Š² реГактора, чтобы Š¾Ń‚Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ или ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ соГержимое на Гиске.", + "staleSaveError": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": соГержимое на Гиске было изменено. Дравните ŃŠ²Š¾ŃŽ Š²ŠµŃ€ŃŠøŃŽ с версией на Гиске.", "retry": "ŠŸŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ", - "readonlySaveError": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": файл защищен от записи. Чтобы ŃŠ½ŃŃ‚ŃŒ Š·Š°Ń‰ŠøŃ‚Ńƒ, нажмите \"ŠŸŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ\".", + "discard": "ŠžŃ‚Š¼ŠµŠ½Š°", + "readonlySaveErrorAdmin": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": файл защищен от записи. Чтобы ŠæŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ с правами аГминистратора, выберите \"ŠŸŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ с правами аГминистратора\".", + "readonlySaveError": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": файл защищен от записи. Чтобы ŠæŠ¾ŠæŃ‹Ń‚Š°Ń‚ŃŒŃŃ ŃŠ½ŃŃ‚ŃŒ Š·Š°Ń‰ŠøŃ‚Ńƒ, выберите \"ŠŸŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ\".", + "permissionDeniedSaveError": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": неГостаточные Ń€Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŃ. Чтобы ŠæŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ с правами аГминистратора, выберите \"ŠŸŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ с правами аГминистратора\".", "genericSaveError": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": {1}", - "staleSaveError": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": соГержимое на Гиске более новое. Чтобы ŃŃ€Š°Š²Š½ŠøŃ‚ŃŒ ŃŠ²Š¾ŃŽ Š²ŠµŃ€ŃŠøŃŽ с версией на Гиске, нажмите **Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ**.", + "learnMore": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", + "dontShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", "compareChanges": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ", - "saveConflictDiffLabel": "{0} (на Гиске) ↔ {1} (в {2}) - Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ конфликт ŃŠ¾Ń…Ń€Š°Š½ŠµŠ½ŠøŃ" + "saveConflictDiffLabel": "{0} (на Гиске) ↔ {1} (в {2}) - Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ конфликт ŃŠ¾Ń…Ń€Š°Š½ŠµŠ½ŠøŃ", + "overwriteElevated": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ с правами аГминистратора....", + "saveElevated": "ŠŸŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ с правами аГминистратора....", + "overwrite": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index 82dd74c7e2..116518403e 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "ŠŠµŃ‚ открытой папки", "explorerSection": "РазГел провоГника", "noWorkspaceHelp": "Š’Ń‹ еще не Гобавили папку в Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ.", diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index 3a4c179faa..fdc74fbc76 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "ŠŸŃ€Š¾Š²Š¾Š“Š½ŠøŠŗ", - "canNotResolve": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ папку рабочей области" + "canNotResolve": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ папку рабочей области", + "symbolicLlink": "Š”ŠøŠ¼Š²Š¾Š»ŠøŃ‡ŠµŃŠŗŠ°Ń ссылка" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index d89fe12ed3..a581f66d81 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "РазГел провоГника", "treeAriaLabel": "ŠŸŃ€Š¾Š²Š¾Š“Š½ŠøŠŗ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index 1aa57ff69b..9296a77d2f 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "ВвеГите ŠøŠ¼Ń файла. ŠŠ°Š¶Š¼ŠøŃ‚Šµ клавишу Š’Š’ŠžŠ”, чтобы ŠæŠ¾Š“Ń‚Š²ŠµŃ€Š“ŠøŃ‚ŃŒ ввеГенные Ганные, или ESCAPE Š“Š»Ń отмены.", + "constructedPath": "Š”Š¾Š·Š“Š°Ń‚ŃŒ {0} в **{1}**", "filesExplorerViewerAriaLabel": "{0}, ŠŸŃ€Š¾Š²Š¾Š“Š½ŠøŠŗ", "dropFolders": "Š’Ń‹ хотите Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ Š“Š¾Š±Š°Š²ŠøŃ‚ŃŒ папки в эту Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ?", "dropFolder": "Š’Ń‹ хотите Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ Š“Š¾Š±Š°Š²ŠøŃ‚ŃŒ папку в эту Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ?", "addFolders": "&&Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ папки", "addFolder": "&&Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ папку", + "confirmMultiMove": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŠæŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ файлы ({0})?", "confirmMove": "Š’Ń‹ Š“ŠµŠ¹ŃŃ‚Š²ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ хотите ŠæŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ '{0}'?", "doNotAskAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŃŠæŃ€Š°ŃˆŠøŠ²Š°Ń‚ŃŒ", "moveButtonLabel": "&&ŠŸŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ", diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index ecfb243efe..15854af754 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚Ń‹Šµ реГакторы", "openEditosrSection": "РазГел открытых реГакторов", - "dirtyCounter": "ŠŠµ сохранено: {0}", - "saveAll": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все", - "closeAllUnmodified": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ без изменений", - "closeAll": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ все", - "compareWithSaved": "Š”Ń€Š°Š²Š½ŠøŃ‚ŃŒ с сохраненным", - "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", - "closeOthers": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ Š“Ń€ŃƒŠ³ŠøŠµ" + "dirtyCounter": "ŠŠµ сохранено: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index 863c0a79ec..c33d259b56 100644 --- a/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json index 7ed929cb00..3e175bb135 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.i18n.json index a6f185e168..609d086479 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json index d958321c32..e957f44936 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitServices.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitServices.i18n.json index 715f5cff5c..adef584dc1 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/gitServices.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitServices.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json index ab90565130..ea94756cd1 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitWidgets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json index 3b06e5513e..b9332c0d85 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/gitWorkbenchContributions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json index 65c71bdc9f..d5556434f2 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json index 81906ccf36..ea849ac225 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/changes/changesViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json index 090b906571..3310fe1651 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/disabled/disabledView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json index 2cab2e6564..3a3ad287a9 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/empty/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json index e949230187..5153c73f8e 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/gitless/gitlessView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json index 78bd1d7396..41ea1420a1 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/huge/hugeView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json index d125239134..2bec90c92e 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/notroot/notrootView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json b/i18n/rus/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json index 05d887226c..449bdf1afb 100644 --- a/i18n/rus/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/browser/views/noworkspace/noworkspaceView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json index fbbd90f78c..0fb479eab0 100644 --- a/i18n/rus/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/electron-browser/git.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json b/i18n/rus/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json index 3e5c26ff3e..1d11caa3c7 100644 --- a/i18n/rus/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/electron-browser/gitActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json b/i18n/rus/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json index fa15e3b391..e6edc47eb0 100644 --- a/i18n/rus/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/electron-main/askpassService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/git/node/git.lib.i18n.json b/i18n/rus/src/vs/workbench/parts/git/node/git.lib.i18n.json index d92e24ffc2..5e976e09d3 100644 --- a/i18n/rus/src/vs/workbench/parts/git/node/git.lib.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/git/node/git.lib.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 6351f1fbf1..ae895824a6 100644 --- a/i18n/rus/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр HTML", - "devtools.webview": "Разработчик: среГства Webview" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ просмотр HTML" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/rus/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index 4d917b985a..eda3a79873 100644 --- a/i18n/rus/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ вхоГные Ганные Š“Š»Ń реГактора." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..b01256063a --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "Разработчик" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/rus/src/vs/workbench/parts/html/browser/webview.i18n.json index 52332c6dd9..853b45eff0 100644 --- a/i18n/rus/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/rus/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..c32b817241 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "Š’Ń‹Š“ŠµŠ»ŠøŃ‚ŃŒ мини-приложение поиска", + "openToolsLabel": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠøŠ½ŃŃ‚Ń€ŃƒŠ¼ŠµŠ½Ń‚Ń‹ разработчика веб-преГставлений", + "refreshWebviewLabel": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ веб-ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..30710b09a0 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "Язык ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š³Š¾ интерфейса.", + "vscode.extension.contributes.localizations": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ локализации в реГактор", + "vscode.extension.contributes.localizations.languageId": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ ŃŠ·Ń‹ŠŗŠ°, на который Š±ŃƒŠ“ŃƒŃ‚ перевеГены отображаемые строки.", + "vscode.extension.contributes.localizations.languageName": "ŠŠ°Š·Š²Š°Š½ŠøŠµ ŃŠ·Ń‹ŠŗŠ° на английском ŃŠ·Ń‹ŠŗŠµ.", + "vscode.extension.contributes.localizations.languageNameLocalized": "ŠŠ°Š·Š²Š°Š½ŠøŠµ ŃŠ·Ń‹ŠŗŠ° на преГоставленном ŃŠ·Ń‹ŠŗŠµ.", + "vscode.extension.contributes.localizations.translations": "Дписок перевоГов, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Ń… с ŃŠ·Ń‹ŠŗŠ¾Š¼.", + "vscode.extension.contributes.localizations.translations.id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ VS Code или Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, Š“Š»Ń которого ŠæŃ€ŠµŠ“Š¾ŃŃ‚Š°Š²Š»ŃŠµŃ‚ŃŃ ŃŃ‚Š¾Ń‚ перевоГ. Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ VS Code всегГа имеет формат \"vscode\", а иГентификатор Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Голжен ŠøŠ¼ŠµŃ‚ŃŒ формат \"publisherId.extensionName\".", + "vscode.extension.contributes.localizations.translations.id.pattern": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ Голжен ŠøŠ¼ŠµŃ‚ŃŒ формат \"vscode\" или \"publisherId.extensionName\" Š“Š»Ń перевоГа VS Code или Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ соответственно.", + "vscode.extension.contributes.localizations.translations.path": "ŠžŃ‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ, ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‰ŠµŠ¼Ńƒ перевоГы Š“Š»Ń ŃŠ·Ń‹ŠŗŠ°." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/rus/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..04c3c6ab04 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ ŃŠ·Ń‹Šŗ", + "displayLanguage": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ ŃŠ·Ń‹Šŗ интерфейса VSCode.", + "doc": "Дписок поГГерживаемых ŃŠ·Ń‹ŠŗŠ¾Š² см. в {0}.", + "restart": "Š”Š»Ń ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ VSCode.", + "fail.createSettings": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ ŃŠ¾Š·Š“Š°Ń‚ŃŒ \"{0}\" ({1})." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..fc37011bb6 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Лог (ŠžŃŠ½Š¾Š²Š½Š¾Š¹)", + "sharedLog": "Лог (общий)", + "rendererLog": "Š–ŃƒŃ€Š½Š°Š» (окно)", + "extensionsLog": "Š–ŃƒŃ€Š½Š°Š» (узел Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ)", + "developer": "Разработчик" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/rus/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..776bfba375 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку Š¶ŃƒŃ€Š½Š°Š»Š¾Š²", + "showLogs": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ Š¶ŃƒŃ€Š½Š°Š»Ń‹...", + "rendererProcess": "ŠžŠŗŠ½Š¾ ({0})", + "emptyWindow": "ŠžŠŗŠ½Š¾", + "extensionHost": "Узел Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", + "sharedProcess": "ŠžŠ±Ń‰ŠøŠ¹", + "mainProcess": "Главный", + "selectProcess": "Выберите Š¶ŃƒŃ€Š½Š°Š» Š“Š»Ń обработки", + "openLogFile": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ лог", + "setLogLevel": "Установите ŃƒŃ€Š¾Š²ŠµŠ½ŃŒ Š²ŠµŠ“ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š°...", + "trace": "Трассировка", + "debug": "ŠžŃ‚Š»Š°Š“ŠŗŠ°", + "info": "Š”Š²ŠµŠ“ŠµŠ½ŠøŃ", + "warn": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ", + "err": "ŠžŃˆŠøŠ±ŠŗŠ°", + "critical": "ŠšŃ€ŠøŃ‚ŠøŃ‡Š½Š¾", + "off": "ŠžŃ‚ŠŗŠ»ŃŽŃ‡ŠµŠ½Š¾", + "selectLogLevel": "Установите ŃƒŃ€Š¾Š²ŠµŠ½ŃŒ Š²ŠµŠ“ŠµŠ½ŠøŃ Š¶ŃƒŃ€Š½Š°Š»Š°", + "default and current": "По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Šø Ń‚ŠµŠŗŃƒŃ‰ŠøŠ¹", + "default": "По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", + "current": "Š¢ŠµŠŗŃƒŃ‰ŠøŠ¹" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/rus/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index 37a3262cae..7917c81024 100644 --- a/i18n/rus/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹", "tooltip.1": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼ в ŃŃ‚Š¾Š¼ файле: 1", "tooltip.N": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼ в ŃŃ‚Š¾Š¼ файле: {0}", diff --git a/i18n/rus/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/rus/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 55325cd6d4..11e5d92cd5 100644 --- a/i18n/rus/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Всего проблем: {0}", "filteredProblems": "Показано проблем: {0} ŠøŠ· {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/rus/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..11e5d92cd5 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Всего проблем: {0}", + "filteredProblems": "Показано проблем: {0} ŠøŠ· {1}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/rus/src/vs/workbench/parts/markers/common/messages.i18n.json index 4a0ebeccf8..c8a00defec 100644 --- a/i18n/rus/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ", - "problems.view.toggle.label": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ/ŃŠŗŃ€Ń‹Ń‚ŃŒ проблемы", - "problems.view.focus.label": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹ с Ń„Š¾ŠŗŃƒŃŠ¾Š¼", + "problems.view.toggle.label": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŃŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŃ о проблемах (ошибки, ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ, информационные ŃŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŃ)", + "problems.view.focus.label": "ŠŸŠµŃ€ŠµŠ²ŠµŃŃ‚Šø Ń„Š¾ŠŗŃƒŃ на ŃŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŃ о проблемах (ошибки, ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ, информационные ŃŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŃ) ", "problems.panel.configuration.title": "ŠŸŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŠµ \"ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹\"", "problems.panel.configuration.autoreveal": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃŽ \"ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹\" Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ файлы при ŠøŃ… открытии", "markers.panel.title.problems": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹", diff --git a/i18n/rus/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/rus/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 1eb66ba06b..31b1d8f33f 100644 --- a/i18n/rus/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", "copyMarkerMessage": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ сообщение" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 10c206f9d2..e0b3b675ba 100644 --- a/i18n/rus/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index 8814ab6347..bb2c0548f8 100644 --- a/i18n/rus/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.i18n.json index 37117df590..ca46abc3b9 100644 --- a/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ выхоГные Ганные", "clearOutput": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ выхоГные Ганные", "toggleOutputScrollLock": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ/Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ SCROLL LOCK Š“Š»Ń вывоГа", diff --git a/i18n/rus/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/rus/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 545a162b72..8758767544 100644 --- a/i18n/rus/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, панель выхоГных Ганных", "outputPanelAriaLabel": "Панель выхоГных Ганных" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/rus/src/vs/workbench/parts/output/common/output.i18n.json index 71e21e9396..1adb6f73ef 100644 --- a/i18n/rus/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..cc22bc9377 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "ВывоГ", + "logViewer": "ДреГство просмотра Š¶ŃƒŃ€Š½Š°Š»Š¾Š²", + "viewCategory": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€", + "clearOutput.label": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ выхоГные Ганные" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/rus/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..6125ce1765 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - выхоГные Ганные", + "channel": "Канал выхоГных Ганных Š“Š»Ń '{0}'" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index e53e26469e..b0028b8d88 100644 --- a/i18n/rus/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/rus/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index e53e26469e..09abafbc49 100644 --- a/i18n/rus/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "ŠŸŃ€Š¾Ń„ŠøŠ»Šø успешно созГаны.", "prof.detail": "ДозГайте ŠæŃ€Š¾Š±Š»ŠµŠ¼Ńƒ Šø Š²Ń€ŃƒŃ‡Š½ŃƒŃŽ вложите ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ файлы:\n{0}", "prof.restartAndFileIssue": "Š”Š¾Š·Š“Š°Ń‚ŃŒ ŠæŃ€Š¾Š±Š»ŠµŠ¼Ńƒ Šø Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 56bc0ec3ec..90245489ed 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "ŠŠ°Š¶Š¼ŠøŃ‚Šµ нужное сочетание клавиш, а затем клавишу Š’Š’ŠžŠ”.", "defineKeybinding.chordsTo": "АккорГ Š“Š»Ń" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index e686b8d481..68568b71de 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "Š”Š¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш", "SearchKeybindings.AriaLabel": "Поиск настраиваемых сочетаний клавиш", "SearchKeybindings.Placeholder": "Поиск настраиваемых сочетаний клавиш", @@ -15,9 +17,10 @@ "addLabel": "Š”Š¾Š±Š°Š²ŠøŃ‚ŃŒ настраиваемое сочетание клавиш", "removeLabel": "УГаление настраиваемого ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш", "resetLabel": "Š”Š±Ń€Š¾ŃŠøŃ‚ŃŒ настраиваемое сочетание клавиш", - "showConflictsLabel": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ конфиликты", + "showSameKeybindings": "ŠŸŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ оГинаковые настраиваемые ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш", "copyLabel": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", - "error": "ŠŸŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° ошибка \"{0}\" при реГактировании настраиваемого ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ Šø ŠæŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ файл \"keybindings.json\".", + "copyCommandLabel": "КоманГа ŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Š½ŠøŃ", + "error": "ŠŸŃ€Šø изменении ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш ŠæŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° ошибка \"{0}\". ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл \"keybindings.json\" Šø ŠæŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ его на наличие ошибок.", "command": "КоманГа", "keybinding": "ŠŠ°ŃŃ‚Ń€Š°ŠøŠ²Š°ŠµŠ¼Š¾Šµ сочетание клавиш", "source": "Š˜ŃŃ‚Š¾Ń‡Š½ŠøŠŗ", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 41c45ab216..3d2beaf50f 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ назначение клавиш", "defineKeybinding.kbLayoutErrorMessage": "Š’Ń‹ не сможете Š½Š°Š¶Š°Ń‚ŃŒ ŃŃ‚Š¾ сочетание клавиш в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ расклаГке ŠŗŠ»Š°Š²ŠøŠ°Ń‚ŃƒŃ€Ń‹.", "defineKeybinding.kbLayoutLocalAndUSMessage": "**{0}** Š“Š»Ń Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ расклаГки ŠŗŠ»Š°Š²ŠøŠ°Ń‚ŃƒŃ€Ń‹ (**{1}** Š“Š»Ń станГартной расклаГки ŠŗŠ»Š°Š²ŠøŠ°Ń‚ŃƒŃ€Ń‹ \"Английский, ДША\")", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index afbf76af53..607d9d406f 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index 3853973af1..526a2d4fe4 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ исхоГные параметры по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "openGlobalSettings": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠøŠµ параметры", "openGlobalKeybindings": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 329b7f8c4b..1d2ff88d8d 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "SearchSettingsWidget.AriaLabel": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ поиска", "SearchSettingsWidget.Placeholder": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ поиска", "noSettingsFound": "ŠŠµŃ‚ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š²", - "oneSettingFound": "ŠžŠ“ŠøŠ½ ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠ¹ параметр", - "settingsFound": "Š”Š¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŃ… параметров: {0}", + "oneSettingFound": "ŠŠ°Š¹Š“ŠµŠ½ оГин параметр", + "settingsFound": "ŠŠ°Š¹Š“ŠµŠ½Š¾ параметров: {0}", "totalSettingsMessage": "Всего параметров: {0}", + "nlpResult": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ естественного ŃŠ·Ń‹ŠŗŠ°", + "filterResult": "ŠžŃ‚Ń„ŠøŠ»ŃŒŃ‚Ń€Š¾Š²Š°Š½Š½Ń‹Šµ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹", "defaultSettings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "defaultFolderSettings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ папок по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "defaultEditorReadonly": "Š ŠµŠ“Š°ŠŗŃ‚ŠøŃ€Š¾Š²Š°Ń‚ŃŒ в правой области реГактора, чтобы ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ.", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index 32f4adc90d..4d0353d7e7 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Укажите параметры зГесь, чтобы ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ.", "emptyWorkspaceSettingsHeader": "Укажите параметры зГесь, чтобы ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŠµŠ¹.", "emptyFolderSettingsHeader": "Укажите параметры папок зГесь, чтобы ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры рабочих областей.", + "reportSettingsSearchIssue": "Š”Š¾Š¾Š±Ń‰ŠøŃ‚ŃŒ об ошибке", + "newExtensionLabel": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ Ā«{0}Ā»", "editTtile": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ", "replaceDefaultValue": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ в параметрах", "copyDefaultValue": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ в параметры", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index 870d134266..d18ff29386 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Чтобы ŃŠ¾Š·Š“Š°Ń‚ŃŒ параметры рабочей области, сначала откройте папку", "emptyKeybindingsHeader": "ŠŸŠ¾Š¼ŠµŃŃ‚ŠøŃ‚Šµ настраиваемые ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш в ŃŃ‚Š¾Ń‚ файл, чтобы ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ клавиши по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ.", "defaultKeybindings": "ŠŠ°ŃŃ‚Ń€Š°ŠøŠ²Š°ŠµŠ¼Ń‹Šµ ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index cdba5fc34b..db35591468 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "ŠŸŠ¾ŠæŃ€Š¾Š±ŃƒŠ¹Ń‚Šµ режим поиска естественного ŃŠ·Ń‹ŠŗŠ°!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "Чтобы ŠæŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ параметры по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ, ŃƒŠŗŠ°Š¶ŠøŃ‚Šµ свои параметры в области справа.", "noSettingsFound": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ не найГены.", "settingsSwitcherBarAriaLabel": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Ń‚ŠµŠ»ŃŒ параметров", "userSettings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", "workspaceSettings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ рабочей области", - "folderSettings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ папок", - "enableFuzzySearch": "Š’ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ режим поиска естественного ŃŠ·Ń‹ŠŗŠ°" + "folderSettings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ папок" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 01326f09a1..c1150267a3 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "user": "ŠŸŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒ", "meta": "meta", diff --git a/i18n/rus/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/common/preferences.i18n.json index 22570674fe..12b26f4010 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", "workspaceSettingsTarget": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ рабочей области" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index 345c107b41..0bbc838158 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "Часто ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Šµ", - "mostRelevant": "ŠŠ°ŠøŠ±Š¾Š»ŠµŠµ релевантные", "defaultKeybindingsHeader": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŠøŃˆŠøŃ‚Šµ настраиваемое сочетание клавиш, поместив ŠøŃ… в файл настраиваемых сочетаний клавиш." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index afbf76af53..b38bd2e52a 100644 --- a/i18n/rus/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "РеГактор настроек по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ", "keybindingsEditor": "РеГактор настраиваемых сочетаний клавиш", "preferences": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹" diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index a7528085d7..0943b1074e 100644 --- a/i18n/rus/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ все команГы", "clearCommandHistory": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ Š¶ŃƒŃ€Š½Š°Š» команГ", "showCommands.label": "ŠŸŠ°Š»ŠøŃ‚Ń€Š° команГ...", "entryAriaLabelWithKey": "{0}, {1}, команГы", "entryAriaLabel": "{0}, команГы", - "canNotRun": "Š’Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ команГу {0} Š¾Ń‚ŃŃŽŠ“Š° невозможно.", "actionNotEnabled": "КоманГа {0} не Ń€Š°Š·Ń€ŠµŃˆŠµŠ½Š° в Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¼ контексте.", + "canNotRun": "ŠŸŃ€Šø выполнении команГы \"{0}\" ŠæŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° ошибка.", "recentlyUsed": "неГавно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Š½Ń‹Šµ", "morecCommands": "Š“Ń€ŃƒŠ³ŠøŠµ команГы", "cat.title": "{0}: {1}", diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index ea6872d716..f3f69ee5c0 100644 --- a/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ строке...", "gotoLineLabelEmptyWithLimit": "ВвеГите номер строки от 1 Го {0} Š“Š»Ń перехоГа", "gotoLineLabelEmpty": "ВвеГите номер строки Š“Š»Ń перехоГа", diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 646c85a084..8db6579142 100644 --- a/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ символу в файле...", "symbols": "символы ({0})", "method": "метоГы ({0})", diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 4ec1733a30..79888c0ed4 100644 --- a/i18n/rus/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, справка по ŃŃ€ŠµŠ“ŃŃ‚Š²Ńƒ выбора", "globalCommands": "Š³Š»Š¾Š±Š°Š»ŃŒŠ½Ń‹Šµ команГы", "editorCommands": "команГы реГактора" diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index a683b0d846..f0285c7d07 100644 --- a/i18n/rus/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€", "commandsHandlerDescriptionDefault": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ Šø Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ команГы", "gotoLineDescriptionMac": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ строке", "gotoLineDescriptionWin": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ строке", diff --git a/i18n/rus/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index e28fe9d5a0..09775fb322 100644 --- a/i18n/rus/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, среГство выбора преГставлений", "views": "ŠŸŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ", "panels": "Панели", diff --git a/i18n/rus/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index cd13a6df6b..6684181669 100644 --- a/i18n/rus/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "После ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ параметра необхоГима Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ ŠæŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠŗŃƒ, чтобы ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š²ŃŃ‚ŃƒŠæŠøŠ»Šø в силу.", "relaunchSettingDetail": "ŠŠ°Š¶Š¼ŠøŃ‚Šµ кнопку \"ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ\", чтобы ŠæŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ {0} Šø Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ параметр.", "restart": "&&ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ" diff --git a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index a98c4f89e3..72f71ded2f 100644 --- a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0} ŠøŠ· {1} изменений", "change": "{0} ŠøŠ· {1} ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ", "show previous change": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠµ изменение", "show next change": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠµ изменение", + "move to previous change": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠ¼Ńƒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃŽ", + "move to next change": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼Ńƒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃŽ", "editorGutterModifiedBackground": "Цвет фона полей реГактора Š“Š»Ń измененных строк.", "editorGutterAddedBackground": "Цвет фона полей реГактора Š“Š»Ń Гобавленных строк.", "editorGutterDeletedBackground": "Цвет фона полей реГактора Š“Š»Ń ŃƒŠ“Š°Š»ŠµŠ½Š½Ń‹Ń… строк.", diff --git a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 029a91dd12..3fac372268 100644 --- a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ GIT", "source control": "Дистема ŃƒŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ Š²ŠµŃ€ŃŠøŃŠ¼Šø", "toggleSCMViewlet": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ SCM", - "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" + "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "ВсегГа Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ хранилище исхоГного коГа", + "diffDecorations": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ Гекораторами diff в реГакторе.", + "diffGutterWidth": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ ŃˆŠøŃ€ŠøŠ½Š¾Š¹ (в пикселах) Гекораторов diff в поле (Гобавление Šø изменение)." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index b0a6c0fc94..642af8d34c 100644 --- a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "ŠžŠ¶ŠøŠ“Š°ŃŽŃ‰ŠøŠµ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index f345f2df7f..c4a93331fa 100644 --- a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index dc3203c75b..7b1b87bed2 100644 --- a/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "ŠŸŠ¾ŃŃ‚Š°Š²Ń‰ŠøŠŗŠø систем ŃƒŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ Š²ŠµŃ€ŃŠøŃŠ¼Šø", "hideRepository": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ", "installAdditionalSCMProviders": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Ń… поставщиков SCM...", diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 233a587880..ea9d67bb3c 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ файлов Šø символов", "fileResults": "файлы по Š·Š°ŠæŃ€Š¾ŃŃƒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 20c6ed6049..0750b18222 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, среГство выбора файлов", "searchResults": "Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ поиска" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index 7313281823..860b7a420d 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, среГство выбора символов", "symbols": "Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ символов", "noSymbolsMatching": "ŠŠµŃ‚ ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŃ… символов", diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index a1365d40ac..9430cd7ff3 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "ввоГ", "useExcludesAndIgnoreFilesDescription": "Š˜ŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ параметры ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Šø ŠøŠ³Š½Š¾Ń€ŠøŃ€Š¾Š²Š°Ń‚ŃŒ файлы" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 7f4464d3a7..bc3da96dc6 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Š·Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½ŃƒŃŽ Š²ŠµŃ€ŃŠøŃŽ)" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index fb91734ab3..7221c8a916 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/searchActions.i18n.json index acbdea8485..dfc3d808ea 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¹ шаблон Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ в поиск", "previousSearchIncludePattern": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠøŠ¹ шаблон Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ в поиск ", "nextSearchExcludePattern": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠøŠ¹ шаблон ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ ŠøŠ· поиска", @@ -12,12 +14,11 @@ "previousSearchTerm": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠµ условие поиска", "showSearchViewlet": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ среГство поиска", "findInFiles": "ŠŠ°Š¹Ń‚Šø в файлах", - "findInFilesWithSelectedText": "ŠŠ°Š¹Ń‚Šø в файлах с выГеленным текстом", "replaceInFiles": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ в файлах", - "replaceInFilesWithSelectedText": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ в файлах с выГеленным текстом", "RefreshAction.label": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ", "CollapseDeepestExpandedLevelAction.label": "Š”Š²ŠµŃ€Š½ŃƒŃ‚ŃŒ все", "ClearSearchResultsAction.label": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ", + "CancelSearchAction.label": "ŠžŃ‚Š¼ŠµŠ½ŠøŃ‚ŃŒ поиск", "FocusNextSearchResult.label": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼Ńƒ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ńƒ поиска.", "FocusPreviousSearchResult.label": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠ¼Ńƒ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ńƒ поиска.", "RemoveAction.label": "ŠžŃ‚ŠŗŠ»Š¾Š½ŠøŃ‚ŃŒ", diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index 9d483c5df7..a0b4f22d39 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "Š”Ń€ŃƒŠ³ŠøŠµ файлы", "searchFileMatches": "ŠŠ°Š¹Š“ŠµŠ½Š¾ файлов: {0}", "searchFileMatch": "ŠŠ°Š¹Š“ŠµŠ½ {0} файл", diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..b75e9bd1ee --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ о поиске", + "searchScope.includes": "Š²ŠŗŠ»ŃŽŃ‡Š°ŠµŠ¼Ń‹Šµ файлы", + "label.includes": "Шаблоны Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ в поиск", + "searchScope.excludes": "ŠøŃŠŗŠ»ŃŽŃ‡Š°ŠµŠ¼Ń‹Šµ файлы", + "label.excludes": "Шаблоны ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ ŠøŠ· поиска", + "replaceAll.confirmation.title": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ все", + "replaceAll.confirm.button": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ", + "replaceAll.occurrence.file.message": "ВхожГение {0} заменено в {1} файле на \"{2}\".", + "removeAll.occurrence.file.message": "ВхожГение {0} заменено в {1} файле.", + "replaceAll.occurrence.files.message": "ВхожГение {0} заменено на \"{2}\" в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}.", + "removeAll.occurrence.files.message": "ВхожГение {0} заменено в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}.", + "replaceAll.occurrences.file.message": "Š’Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) заменены в {1} файле на \"{2}\".", + "removeAll.occurrences.file.message": "Š’Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) заменены в {1} файле.", + "replaceAll.occurrences.files.message": "Š’Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) заменены на \"{2}\" в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}.", + "removeAll.occurrences.files.message": "Š’Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) заменены в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}.", + "removeAll.occurrence.file.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ вхожГение {0} в {1} файле на \"{2}\"?", + "replaceAll.occurrence.file.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ вхожГение {0} в {1} файле?", + "removeAll.occurrence.files.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ вхожГение {0} на \"{2}\" в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}?", + "replaceAll.occurrence.files.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ вхожГение {0} в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}?", + "removeAll.occurrences.file.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ Š²Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) в {1} файле на \"{2}\"?", + "replaceAll.occurrences.file.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ Š²Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) в {1} файле?", + "removeAll.occurrences.files.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ Š²Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) на \"{2}\" в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}?", + "replaceAll.occurrences.files.confirmation.message": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ Š²Ń…Š¾Š¶Š“ŠµŠ½ŠøŃ ({0}) в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}?", + "treeAriaLabel": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ поиска", + "searchPathNotFoundError": "ŠŸŃƒŃ‚ŃŒ поиска не найГен: {0}", + "searchMaxResultsWarning": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚ŠøŃ€ŃƒŃŽŃ‰ŠøŠ¹ набор Š²ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ Ń‚Š¾Š»ŃŒŠŗŠ¾ поГмножество всех соответствий. Чтобы ŃƒŠ¼ŠµŠ½ŃŒŃˆŠøŃ‚ŃŒ число Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š², ŃŃƒŠ·ŃŒŃ‚Šµ ŃƒŃŠ»Š¾Š²ŠøŃ поиска.", + "searchCanceled": "Поиск был отменен Го того, как были найГены какие-либо Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ — ", + "noResultsIncludesExcludes": "ŠŠµ найГено Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š² в \"{0}\", ŠøŃŠŗŠ»ŃŽŃ‡Š°Ń \"{1}\", — ", + "noResultsIncludes": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ в \"{0}\" не найГены — ", + "noResultsExcludes": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Ń‹ не найГены за ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµŠ¼ \"{0}\" — ", + "noResultsFound": "ŠŠøŃ‡ŠµŠ³Š¾ не найГено. ŠŸŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ параметры ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠ¹ Šø ŠæŃ€Š¾ŠæŃƒŃŠŗŠ° файлов.", + "rerunSearch.message": "Š’Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ поиск еще раз", + "rerunSearchInAll.message": "Выполните поиск во всех файлах", + "openSettings.message": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ параметры", + "openSettings.learnMore": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", + "ariaSearchResultsStatus": "Поиск Š²ŠµŃ€Š½ŃƒŠ» Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š²: {0} в файлах: {1}", + "search.file.result": "{0} Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚ в {1} файле", + "search.files.result": "{0} Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚ в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}", + "search.file.results": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š²: {0} в {1} файле", + "search.files.results": "Š ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š²: {0} в ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ числе файлов: {1}", + "searchWithoutFolder": "Папка еще не открыта. Š’Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ŃŃ поиск Ń‚Š¾Š»ŃŒŠŗŠ¾ по открытым файлам — ", + "openFolder": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ папку" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index 1359328df0..b75e9bd1ee 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ о поиске", "searchScope.includes": "Š²ŠŗŠ»ŃŽŃ‡Š°ŠµŠ¼Ń‹Šµ файлы", "label.includes": "Шаблоны Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ в поиск", diff --git a/i18n/rus/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/rus/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index abf60781b2..ed5bf2c104 100644 --- a/i18n/rus/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ все (Š¾Ń‚ŠæŃ€Š°Š²ŠøŃ‚ŃŒ поиск Š“Š»Ń Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ)", "search.action.replaceAll.enabled.label": "Š—Š°Š¼ŠµŠ½ŠøŃ‚ŃŒ все", "search.replace.toggle.button.title": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŠµ замены", diff --git a/i18n/rus/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/rus/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index 6ab5238739..a064aa85ab 100644 --- a/i18n/rus/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Š’ рабочей области Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚ папки с ŃƒŠŗŠ°Š·Š°Š½Š½Ń‹Š¼ именем: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index fb91734ab3..3eee0745ea 100644 --- a/i18n/rus/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "ŠŠ°Š¹Ń‚Šø в папке...", + "findInWorkspace": "ŠŠ°Š¹Ń‚Šø в рабочей области...", "showTriggerActions": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ символу в рабочей области...", "name": "Поиск", "search": "Поиск", + "showSearchViewl": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ среГство поиска", "view": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€", + "findInFiles": "ŠŠ°Š¹Ń‚Šø в файлах", "openAnythingHandlerDescription": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ Ń„Š°Š¹Š»Ńƒ", "openSymbolDescriptionNormal": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ символу в рабочей области", - "searchOutputChannelTitle": "Поиск", "searchConfigurationTitle": "Поиск", "exclude": "ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ станГартные маски Š“Š»Ń ŠøŃŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ файлов Šø папок при поиске. Все станГартные маски Š½Š°ŃŠ»ŠµŠ“ŃƒŃŽŃ‚ŃŃ от параметра file.exclude.", "exclude.boolean": "Š”Ń‚Š°Š½Š“Š°Ń€Ń‚Š½Š°Ń маска, ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰Š°Ń ŠæŃƒŃ‚ŃŠ¼ Šŗ файлам. ЗаГайте значение true или false, чтобы Š²ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ или Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ маску.", @@ -18,5 +23,8 @@ "useRipgrep": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ ripgrep в текстовом поиске Šø в поиске по файлам", "useIgnoreFiles": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ GITIGNORE- Šø IGNORE-файлы по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ при поиске файлов.", "search.quickOpen.includeSymbols": "ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ Š“Š»Ń Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ŠøŃ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Š¾Š² поиска Š³Š»Š¾Š±Š°Š»ŃŒŠ½Ń‹Ń… символов в файлы по Š·Š°ŠæŃ€Š¾ŃŃƒ Š“Š»Ń Quick Open.", - "search.followSymlinks": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, нужно ли ŃŠ»ŠµŠ“Š¾Š²Š°Ń‚ŃŒ символическим ссылкам при поиске." + "search.followSymlinks": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, нужно ли ŃŠ»ŠµŠ“Š¾Š²Š°Ń‚ŃŒ символическим ссылкам при поиске.", + "search.smartCase": "Š’Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ поиск без ŃƒŃ‡ŠµŃ‚Š° регистра, если шаблон состоит Ń‚Š¾Š»ŃŒŠŗŠ¾ ŠøŠ· букв нижнего регистра; в противном ŃŠ»ŃƒŃ‡Š°Šµ Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ поиск с ŃƒŃ‡ŠµŃ‚Š¾Š¼ регистра", + "search.globalFindClipboard": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Голжно ли преГставление поиска ŃŃ‡ŠøŃ‚Ń‹Š²Š°Ń‚ŃŒ или ŠøŠ·Š¼ŠµŠ½ŃŃ‚ŃŒ общий Š±ŃƒŃ„ер обмена поиска в macOS", + "search.location": "ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š°Ń Š²ŠµŃ€ŃŠøŃ: ŃƒŠæŃ€Š°Š²Š»ŃŠµŃ‚ тем, Š±ŃƒŠ“ŠµŃ‚ ли панель поиска Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ в виГе ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ в боковой колонке или в виГе панели в области панели Š“Š»Ń Š¾ŃŠ²Š¾Š±Š¾Š¶Š“ŠµŠ½ŠøŃ пространства по горизонтали. Š’ ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ Š²Ń‹ŠæŃƒŃŠŗŠµ Š³Š¾Ń€ŠøŠ·Š¾Š½Ń‚Š°Š»ŃŒŠ½Š¾Šµ расположение поиска в панели Š±ŃƒŠ“ет ŃƒŠ»ŃƒŃ‡ŃˆŠµŠ½Š¾, Šø ŃŃ‚Š¾Ń‚ параметр больше не Š±ŃƒŠ“ет Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŒŃŃ в ŠæŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾Š¹ версии." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/rus/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index 576dd7ba27..bbac0d12c1 100644 --- a/i18n/rus/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index 1ed22c6e05..454a591510 100644 --- a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..61e8087336 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(Š³Š»Š¾Š±Š°Š»ŃŒŠ½Ń‹Š¹)", + "global.1": "({0})", + "new.global": "ŠŠ¾Š²Ń‹Š¹ файл с Š³Š»Š¾Š±Š°Š»ŃŒŠ½Ń‹Š¼ фрагментом коГа ", + "group.global": "Š”ŃƒŃ‰ŠµŃŃ‚Š²ŃƒŃŽŃ‰ŠøŠµ фрагменты коГа", + "new.global.sep": "ŠŠ¾Š²Ń‹Šµ фрагменты коГа", + "openSnippet.pickLanguage": "Выберите файл фрагментов коГа или созГайте фрагменты", + "openSnippet.label": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠøŠµ фрагменты коГа", + "preferences": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index 9c6c8d802c..5a03242911 100644 --- a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "Š’ŃŃ‚Š°Š²ŠøŃ‚ŃŒ фрагмент коГа", "sep.userSnippet": "Фрагменты коГа ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", "sep.extSnippet": "Фрагменты коГа Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ" diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index a3a8c117e6..0c1747690b 100644 --- a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "Выберите ŃŠ·Ń‹Šŗ Š“Š»Ń фрагментов коГа", - "openSnippet.errorOnCreate": "ŠŠµ уГалось ŃŠ¾Š·Š“Š°Ń‚ŃŒ {0}.", - "openSnippet.label": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠøŠµ фрагменты", - "preferences": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "ŠŸŃƒŃŃ‚Š¾Š¹ фрагмент", "snippetSchema.json": "ŠŠ°ŃŃ‚Ń€Š¾Š¹ŠŗŠ° фрагмента ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", "snippetSchema.json.prefix": "ŠŸŃ€ŠµŃ„ŠøŠŗŃ, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ при выборе фрагмента в Intellisense.", "snippetSchema.json.body": "ДоГержимое фрагмента. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ '$1', '${1:defaultText}' Š“Š»Ń Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ ŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ ŠŗŃƒŃ€ŃŠ¾Ń€Š° Šø '$0' Š“Š»Ń Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠµŠ½ŠøŃ конечного ŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ ŠŗŃƒŃ€ŃŠ¾Ń€Š°. Š”Š»Ń вставки переменных ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ синтаксис '${varName}' Šø '${varName:defaultText}', например, \"Это файл: $TM_FILENAME\".", - "snippetSchema.json.description": "ŠžŠæŠøŃŠ°Š½ŠøŠµ фрагмента." + "snippetSchema.json.description": "ŠžŠæŠøŃŠ°Š½ŠøŠµ фрагмента.", + "snippetSchema.json.scope": "Дписок ŃŠ·Ń‹ŠŗŠ¾Š² Šŗ которым Š¾Ń‚Š½Š¾ŃŠøŃ‚ŃŃ ŃŃ‚Š¾Ń‚ фрагмент коГа, например 'typescript,javascript'" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..1831dcb052 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "Š“Š»Š¾Š±Š°Š»ŃŒŠ½Ń‹Š¹ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠøŠ¹ фрагмент коГа", + "source.snippet": "Фрагмент коГа ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index 6c5ec091a1..e41baf43b0 100644 --- a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Ń‹Š¹ ŃŠ·Ń‹Šŗ в contributes.{0}.language. Указанное значение: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "Š’ contributes.{0}.path Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ строка. Указанное значение: {1}", + "invalid.language.0": "Если ŃŠ·Ń‹Šŗ не указан, то в качестве Š·Š½Š°Ń‡ŠµŠ½ŠøŃ параметра \"contributes.{0}.path\" необхоГимо ŃƒŠŗŠ°Š·Š°Ń‚ŃŒ файл \".code-snippets\". Указанное значение: {1}", + "invalid.language": "ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Ń‹Š¹ ŃŠ·Ń‹Šŗ в contributes.{0}.language. Указанное значение: {1}", "invalid.path.1": "contributes.{0}.path ({1}) Голжен был Š±Ń‹Ń‚ŃŒ Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ в папку Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ({2}). Это может ŃŠ“ŠµŠ»Š°Ń‚ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ непереносимым.", "vscode.extension.contributes.snippets": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ фрагменты.", "vscode.extension.contributes.snippets-language": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ ŃŠ·Ń‹ŠŗŠ°, Š“Š»Ń которого Š“Š¾Š±Š°Š²Š»ŃŠµŃ‚ŃŃ ŃŃ‚Š¾Ń‚ фрагмент.", "vscode.extension.contributes.snippets-path": "ŠŸŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ фрагментов. ŠŸŃƒŃ‚ŃŒ ŃƒŠŗŠ°Š·Ń‹Š²Š°ŠµŃ‚ŃŃ Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ папки Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Šø обычно Š½Š°Ń‡ŠøŠ½Š°ŠµŃ‚ся с \"./snippets/\".", "badVariableUse": "ŠŸŠ¾Ń…Š¾Š¶Šµ, что в оГном или Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… фрагментах Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ \"{0}\" ŠæŠµŃ€ŠµŠæŃƒŃ‚Š°Š½Ń‹ переменные Šø заполнители. Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ см. на странице https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax.", "badFile": "ŠŠµ уГалось ŠæŃ€Š¾Ń‡ŠøŃ‚Š°Ń‚ŃŒ файл фрагмента \"{0}\".", - "source.snippet": "Фрагмент коГа ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 7d237682df..d03297f7d2 100644 --- a/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "Вставка фрагментов при совпаГении ŠøŃ… префиксов. Š¤ŃƒŠ½ŠŗŃ†ŠøŃ работает Š¾ŠæŃ‚ŠøŠ¼Š°Š»ŃŒŠ½Š¾, если параметр \"quickSuggestions\" Š¾Ń‚ŠŗŠ»ŃŽŃ‡ŠµŠ½." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index 87ed9681f0..98007f5496 100644 --- a/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "ŠŸŠ¾Š¼Š¾Š³ŠøŃ‚Šµ нам ŃƒŠ»ŃƒŃ‡ŃˆŠøŃ‚ŃŒ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠŗŃƒ {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "ŠŸŃ€Š¾Š¹Š“ŠøŃ‚Šµ краткий опрос", "remindLater": "ŠŠ°ŠæŠ¾Š¼Š½ŠøŃ‚ŃŒ мне позже", - "neverAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ" + "neverAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", + "helpUs": "ŠŸŠ¾Š¼Š¾Š³ŠøŃ‚Šµ нам ŃƒŠ»ŃƒŃ‡ŃˆŠøŃ‚ŃŒ ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠŗŃƒ {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 10c206f9d2..92c2557786 100644 --- a/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "Вас не Š·Š°Ń‚Ń€ŃƒŠ“Š½ŠøŃ‚ пройти краткий опрос?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "ŠŸŃ€Š¾Š¹Ń‚Šø опрос", "remindLater": "ŠŠ°ŠæŠ¾Š¼Š½ŠøŃ‚ŃŒ мне позже", - "neverAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ" + "neverAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", + "surveyQuestion": "Вас не Š·Š°Ń‚Ń€ŃƒŠ“Š½ŠøŃ‚ пройти краткий опрос?" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 2037e5496b..4ea7b8457f 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 824e6b636d..bc06a8fd72 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, заГачи", "recentlyUsed": "неГавно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Š½Ń‹Šµ заГачи", "configured": "настроенные заГачи", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index b24656f0f4..4c566054f8 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index d68fa91047..867fc3ca10 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "ВвеГите ŠøŠ¼Ń заГачи, ŠŗŠ¾Ń‚Š¾Ń€ŃƒŃŽ нужно Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ", "noTasksMatching": "ŠŠµŃ‚ ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠøŃ… заГач", "noTasksFound": "ЗаГачи не найГены" diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 0b45bcb05d..9e07931c11 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index 2037e5496b..4ea7b8457f 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..bf40773066 --- /dev/null +++ b/i18n/rus/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "Двойство loop ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ в сопоставителе послеГней строки.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "Шаблон проблемы ŃŠ²Š»ŃŠµŃ‚ŃŃ Š½ŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼. Двойство kind Голжно Š±Ń‹Ń‚ŃŒ указано Ń‚Š¾Š»ŃŒŠŗŠ¾ Š“Š»Ń первого ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š°.", + "ProblemPatternParser.problemPattern.missingRegExp": "Š’ шаблоне проблем Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ Ń€ŠµŠ³ŃƒŠ»ŃŃ€Š½Š¾Šµ выражение.", + "ProblemPatternParser.problemPattern.missingProperty": "Шаблон проблемы ŃŠ²Š»ŃŠµŃ‚ŃŃ Š½ŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼. ŠžŠ½ Голжен Š²ŠŗŠ»ŃŽŃ‡Š°Ń‚ŃŒ файл Šø сообщение.", + "ProblemPatternParser.problemPattern.missingLocation": "Шаблон проблемы ŃŠ²Š»ŃŠµŃ‚ŃŃ Š½ŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼. ŠžŠ½ Голжен ŠøŠ¼ŠµŃ‚ŃŒ тип \"file\" или Š³Ń€ŃƒŠæŠæŃƒ ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŠøŃ строки или Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ.", + "ProblemPatternParser.invalidRegexp": "ŠžŃˆŠøŠ±ŠŗŠ°: строка {0} не ŃŠ²Š»ŃŠµŃ‚ŃŃ Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ Ń€ŠµŠ³ŃƒŠ»ŃŃ€Š½Ń‹Š¼ выражением.\n", + "ProblemPatternSchema.regexp": "Š ŠµŠ³ŃƒŠ»ŃŃ€Š½Š¾Šµ выражение Š“Š»Ń поиска ошибки, ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ или информации в выхоГных Ганных.", + "ProblemPatternSchema.kind": "ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ ли шаблон Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃŽ (файл Šø строка) или Ń‚Š¾Š»ŃŒŠŗŠ¾ Ń„Š°Š¹Š»Ńƒ.", + "ProblemPatternSchema.file": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń имени файла. Если он не указан, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ значение 1.", + "ProblemPatternSchema.location": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ проблемы. Š”Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ ŃˆŠ°Š±Š»Š¾Š½Ń‹ Ń€Š°ŃŠæŠ¾Š»Š¾Š¶ŠµŠ½ŠøŃ: (строка), (строка,столбец) Šø (Š½Š°Ń‡Š°Š»ŃŒŠ½Š°Ń_строка,Š½Š°Ń‡Š°Š»ŃŒŠ½Ń‹Š¹_столбец,ŠŗŠ¾Š½ŠµŃ‡Š½Š°Ń_строка,конечный_столбец). Если инГекс не указан, ŠæŃ€ŠµŠ“ŠæŠ¾Š»Š°Š³Š°ŠµŃ‚ŃŃ шаблон (строка,столбец).", + "ProblemPatternSchema.line": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń строки проблемы. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — 2.", + "ProblemPatternSchema.column": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń символа в строке проблемы. Значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽĀ ā€” 3", + "ProblemPatternSchema.endLine": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń конечной строки проблемы. По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ не опреГелен.", + "ProblemPatternSchema.endColumn": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń конечного символа проблемы. По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ не опреГелен.", + "ProblemPatternSchema.severity": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń ŃŠµŃ€ŃŒŠµŠ·Š½Š¾ŃŃ‚Šø проблемы. По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ не опреГелен.", + "ProblemPatternSchema.code": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń коГа проблемы. По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ не опреГелен.", + "ProblemPatternSchema.message": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń ŃŠ¾Š¾Š±Ń‰ŠµŠ½ŠøŃ. Если он не указан, значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — 4 при незаГанном расположении. Š’ противном ŃŠ»ŃƒŃ‡Š°Šµ значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — 5.", + "ProblemPatternSchema.loop": "Š’ цикле многострочного ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²ŠøŃ‚ŠµŠ»Ń ŃƒŠŗŠ°Š·Ń‹Š²Š°ŠµŃ‚, Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ŃŃ ли ŃŃ‚Š¾Ń‚ шаблон в цикле, пока он ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚. ŠœŠ¾Š¶ŠµŃ‚ ŃƒŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ Š“Š»Ń послеГнего шаблона в многострочном шаблоне.", + "NamedProblemPatternSchema.name": "Š˜Š¼Ń шаблона проблем.", + "NamedMultiLineProblemPatternSchema.name": "Š˜Š¼Ń шаблона многострочных проблем.", + "NamedMultiLineProblemPatternSchema.patterns": "Фактические ŃˆŠ°Š±Š»Š¾Š½Ń‹.", + "ProblemPatternExtPoint": "ŠŸŃƒŠ±Š»ŠøŠŗŃƒŠµŃ‚ ŃˆŠ°Š±Š»Š¾Š½Ń‹ проблем", + "ProblemPatternRegistry.error": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ шаблон проблем. ŠžŠ½ Š±ŃƒŠ“ŠµŃ‚ ŠæŃ€Š¾ŠæŃƒŃ‰ŠµŠ½.", + "ProblemMatcherParser.noProblemMatcher": "ŠžŃˆŠøŠ±ŠŗŠ°: описание невозможно ŠæŃ€ŠµŠ¾Š±Ń€Š°Š·Š¾Š²Š°Ń‚ŃŒ в ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²ŠøŃ‚ŠµŠ»ŃŒ проблем:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "ŠžŃˆŠøŠ±ŠŗŠ°: в описании не заГан Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ шаблон проблемы:\n{0}\n", + "ProblemMatcherParser.noOwner": "ŠžŃˆŠøŠ±ŠŗŠ°: в описании не заГан влаГелец:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "ŠžŃˆŠøŠ±ŠŗŠ°: в описании не указано расположение файла:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "Š˜Š½Ń„Š¾Ń€Š¼Š°Ń†ŠøŃ: Š½ŠµŠøŠ·Š²ŠµŃŃ‚Š½Š°Ń ŃŃ‚ŠµŠæŠµŠ½ŃŒ ŃŠµŃ€ŃŒŠµŠ·Š½Š¾ŃŃ‚Šø {0}. Š”Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Šµ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: ошибка, ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ Šø ŠøŠ½Ń„Š¾Ń€Š¼Š°Ń†ŠøŃ.\n", + "ProblemMatcherParser.noDefinedPatter": "ŠžŃˆŠøŠ±ŠŗŠ°: шаблон с иГентификатором {0} не ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚.", + "ProblemMatcherParser.noIdentifier": "ŠžŃˆŠøŠ±ŠŗŠ°: свойство шаблона ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на ŠæŃƒŃŃ‚ой иГентификатор.", + "ProblemMatcherParser.noValidIdentifier": "ŠžŃˆŠøŠ±ŠŗŠ°: свойство шаблона {0} не ŃŠ²Š»ŃŠµŃ‚ŃŃ Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ именем переменной шаблона.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "Š’ сопоставителе проблем Голжны Š±Ń‹Ń‚ŃŒ опреГелены как Š½Š°Ń‡Š°Š»ŃŒŠ½Ń‹Š¹, так Šø конечный ŃˆŠ°Š±Š»Š¾Š½Ń‹ Š“Š»Ń Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Š½ŠøŃ.", + "ProblemMatcherParser.invalidRegexp": "ŠžŃˆŠøŠ±ŠŗŠ°: строка {0} не ŃŠ²Š»ŃŠµŃ‚ŃŃ Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ Ń€ŠµŠ³ŃƒŠ»ŃŃ€Š½Ń‹Š¼ выражением.\n", + "WatchingPatternSchema.regexp": "Š ŠµŠ³ŃƒŠ»ŃŃ€Š½Š¾Šµ выражение Š“Š»Ń Š¾Š±Š½Š°Ń€ŃƒŠ¶ŠµŠ½ŠøŃ начала или конца фоновой заГачи.", + "WatchingPatternSchema.file": "ИнГекс Š³Ń€ŃƒŠæŠæŃ‹ ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń имени файла. ŠœŠ¾Š¶ŠµŃ‚ Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½.", + "PatternTypeSchema.name": "Š˜Š¼Ń Гобавленного или преГопреГеленного шаблона", + "PatternTypeSchema.description": "Шаблон проблем либо ŠøŠ¼Ń Гобавленного или преГопреГеленного шаблона проблем. Его можно Š¾ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ, если указано базовое значение.", + "ProblemMatcherSchema.base": "Š˜Š¼Ń используемого базового ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²ŠøŃ‚ŠµŠ»Ń проблем.", + "ProblemMatcherSchema.owner": "ВлаГелец проблемы в Code. Можно Š¾ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ, если указан ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ base. Если влаГелец Š¾ŠæŃƒŃ‰ŠµŠ½, а ŃŠ»ŠµŠ¼ŠµŠ½Ń‚ base не указан, значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — \"внешний\".", + "ProblemMatcherSchema.severity": "Š”ŠµŃ€ŃŒŠµŠ·Š½Š¾ŃŃ‚ŃŒ по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Š“Š»Ń Š²Ń‹ŃŠ²Š»ŠµŠ½Š½Ń‹Ń… проблем. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ, если в шаблоне не опреГелена Š³Ń€ŃƒŠæŠæŠ° ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ Š“Š»Ń ŃŠµŃ€ŃŒŠµŠ·Š½Š¾ŃŃ‚Šø.", + "ProblemMatcherSchema.applyTo": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š¾Ń‚Š½Š¾ŃŠøŃ‚ŃŃ ли проблема, о которой ŃŠ¾Š¾Š±Ń‰Š°ŠµŃ‚ŃŃ Š“Š»Ń текстового Š“Š¾ŠŗŃƒŠ¼ŠµŠ½Ń‚Š°, Ń‚Š¾Š»ŃŒŠŗŠ¾ Šŗ открытым, Ń‚Š¾Š»ŃŒŠŗŠ¾ Šŗ закрытым или ко всем Š“Š¾ŠŗŃƒŠ¼ŠµŠ½Ń‚Š°Š¼.", + "ProblemMatcherSchema.fileLocation": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ способ интерпретации имен файлов, ŃƒŠŗŠ°Š·Ń‹Š²Š°ŠµŠ¼Ń‹Ń… в шаблоне проблемы.", + "ProblemMatcherSchema.background": "Шаблоны Š“Š»Ń Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Š½ŠøŃ начала Šø Š¾ŠŗŠ¾Š½Ń‡Š°Š½ŠøŃ фоновой заГачи.", + "ProblemMatcherSchema.background.activeOnStart": "Если заГано значение true, среГство мониторинга фоновых заГач Š±ŃƒŠ“ŠµŃ‚ Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŒŃŃ в активном режиме при запуске заГачи. Это аналогично выГаче строки, ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠµŠ¹ шаблону начала.", + "ProblemMatcherSchema.background.beginsPattern": "ŠŸŃ€Šø наличии ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŠøŃ в выхоГных Ганных Š²Ń‹Š“Š°ŠµŃ‚ŃŃ сигнал о запуске фоновой заГачи.", + "ProblemMatcherSchema.background.endsPattern": "ŠŸŃ€Šø наличии ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŠøŃ в выхоГных Ганных Š²Ń‹Š“Š°ŠµŃ‚ŃŃ сигнал о Š·Š°Š²ŠµŃ€ŃˆŠµŠ½ŠøŠø фоновой заГачи.", + "ProblemMatcherSchema.watching.deprecated": "Это свойство Š“Š»Ń Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Š½ŠøŃ ŃƒŃŃ‚Š°Ń€ŠµŠ»Š¾. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ цвет фона.", + "ProblemMatcherSchema.watching": "Шаблоны Š“Š»Ń Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Š½ŠøŃ начала Šø Š¾ŠŗŠ¾Š½Ń‡Š°Š½ŠøŃ шаблона Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Š½ŠøŃ.", + "ProblemMatcherSchema.watching.activeOnStart": "Если заГано значение true, Š½Š°Š±Š»ŃŽŠ“Š°Ń‚ŠµŠ»ŃŒ Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŃ в активном режиме, когГа заГача Š·Š°ŠæŃƒŃŠŗŠ°ŠµŃ‚ся. Это Ń€Š°Š²Š½Š¾ŃŠøŠ»ŃŒŠ½Š¾ выГаче строки, ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠµŠ¹ шаблону начала.", + "ProblemMatcherSchema.watching.beginsPattern": "ŠŸŃ€Šø соответствии в выхоГных Ганных сообщает о запуске заГачи Š½Š°Š±Š»ŃŽŠ“ŠµŠ½ŠøŃ.", + "ProblemMatcherSchema.watching.endsPattern": "ŠŸŃ€Šø соответствии в выхоГных Ганных сообщает о Š·Š°Š²ŠµŃ€ŃˆŠµŠ½ŠøŠø заГачи Š½Š°Š±Š»ŃŽŠ“ŠµŠ½ŠøŃ.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Это свойство ŃƒŃŃ‚Š°Ń€ŠµŠ»Š¾. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ свойство просмотра.", + "LegacyProblemMatcherSchema.watchedBegin": "Š ŠµŠ³ŃƒŠ»ŃŃ€Š½Š¾Šµ выражение, ŃŠ¾Š¾Š±Ń‰Š°ŃŽŃ‰ŠµŠµ о том, что Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°ŠµŠ¼Š°Ń заГача начинает Š²Ń‹ŠæŠ¾Š»Š½ŃŃ‚ŃŒŃŃ в Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Šµ активации Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Š½ŠøŃ файлов.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Это свойство ŃƒŃŃ‚Š°Ń€ŠµŠ»Š¾. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ свойство просмотра.", + "LegacyProblemMatcherSchema.watchedEnd": "Š ŠµŠ³ŃƒŠ»ŃŃ€Š½Š¾Šµ выражение, ŃŠ¾Š¾Š±Ń‰Š°ŃŽŃ‰ŠµŠµ о том, что Š¾Ń‚ŃŠ»ŠµŠ¶ŠøŠ²Š°ŠµŠ¼Š°Ń заГача Š·Š°Š²ŠµŃ€ŃˆŠ°ŠµŃ‚ выполнение.", + "NamedProblemMatcherSchema.name": "Š˜Š¼Ń ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²ŠøŃ‚ŠµŠ»Ń проблем, используемого Š“Š»Ń ссылки.", + "NamedProblemMatcherSchema.label": "ŠœŠµŃ‚ŠŗŠ° ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²ŠøŃ‚ŠµŠ»Ń проблем в уГобном Š“Š»Ń Ń‡Ń‚ŠµŠ½ŠøŃ формате.", + "ProblemMatcherExtPoint": "ŠŸŃƒŠ±Š»ŠøŠŗŃƒŠµŃ‚ сопоставители проблем", + "msCompile": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹ ŠŗŠ¾Š¼ŠæŠøŠ»ŃŃ‚Š¾Ń€Š° Microsoft", + "lessCompile": "Š”ŠŗŃ€Ń‹Ń‚ŃŒ проблемы", + "gulp-tsc": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹ TSC Š“Š»Ń Gulp", + "jshint": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹ JSHint", + "jshint-stylish": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹ JSHint, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Šµ со стилем", + "eslint-compact": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹ ESLint, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Šµ с ŠŗŠ¾Š¼ŠæŠ°ŠŗŃ‚Š½Š¾ŃŃ‚ŃŒŃŽ", + "eslint-stylish": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹ ESLint, ŃŠ²ŃŠ·Š°Š½Š½Ń‹Šµ со стилем", + "go": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ проблемам" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index 90eadea7cc..572c2ea278 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index 052d8af1fa..ed9ac8cf67 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "Фактический тип заГачи", "TaskDefinition.properties": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ свойства типа заГачи", "TaskTypeConfiguration.noType": "Š’ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø типа заГачи Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Š¾Šµ свойство 'taskType'", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index f5baaf1219..e33b3a4cda 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": "Š’Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ команГу сборки .NET Core", "msbuild": "Š’Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ целевой Š¾Š±ŃŠŠµŠŗŃ‚ сборки", "externalCommand": "ŠŸŃ€ŠøŠ¼ŠµŃ€ Š“Š»Ń запуска ŠæŃ€Š¾ŠøŠ·Š²Š¾Š»ŃŒŠ½Š¾Š¹ внешней команГы", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index f149850fd4..e6a004e99a 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ параметры команГы", "JsonSchema.options.cwd": "Š¢ŠµŠŗŃƒŃ‰ŠøŠ¹ рабочий каталог Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŠ¼Š¾Š¹ программы или ŃŃ†ŠµŠ½Š°Ń€ŠøŃ. Если ŃŃ‚Š¾Ń‚ параметр Š¾ŠæŃƒŃ‰ŠµŠ½, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ корневой каталог Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ рабочей области Code.", "JsonSchema.options.env": "ДреГа Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŠ¼Š¾Š¹ программы или оболочки. Если ŃŃ‚Š¾Ń‚ параметр Š¾ŠæŃƒŃ‰ŠµŠ½, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ среГа Ń€Š¾Š“ŠøŃ‚ŠµŠ»ŃŒŃŠŗŠ¾Š³Š¾ процесса.", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index e387db19de..d120f0eedf 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "ŠŠ¾Š¼ŠµŃ€ версии ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø", "JsonSchema._runner": "ДреГство запуска Š·Š°Š²ŠµŃ€ŃˆŠøŠ»Š¾ Ń€Š°Š±Š¾Ń‚Ńƒ. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ Š¾Ń„ŠøŃ†ŠøŠ°Š»ŃŒŠ½Š¾Šµ свойство среГства запуска", "JsonSchema.runner": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ Š·Š°Š“Š°Ń‡Ńƒ в качестве процесса с отображением выхоГных Ганных заГачи в окне вывоГа или в терминале.", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 0bc1bcc16e..71500fb589 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "Указывает, ŃŠ²Š»ŃŠµŃ‚ŃŃ ли команГа команГой оболочки или внешней программой. Если Š¾ŠæŃƒŃ‰ŠµŠ½Š¾, значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — false.", "JsonSchema.tasks.isShellCommand.deprecated": "Двойство isShellCommand ŃŠ²Š»ŃŠµŃ‚ŃŃ ŃƒŃŃ‚Š°Ń€ŠµŠ²ŃˆŠøŠ¼. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ свойство типа заГачи Šø свойство оболочки в параметрах. Также см. заметки о Š²Ń‹ŠæŃƒŃŠŗŠµ Š“Š»Ń версии 1.14.", "JsonSchema.tasks.dependsOn.string": "Š”Ń€ŃƒŠ³Š°Ń заГача, от которой зависит ŃŃ‚Š° заГача.", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index 11d41b0184..e387d7018e 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "ЗаГачи", "ConfigureTaskRunnerAction.label": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ Š·Š°Š“Š°Ń‡Ńƒ", - "CloseMessageAction.label": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", "problems": "ŠŸŃ€Š¾Š±Š»ŠµŠ¼Ń‹", "building": "Дборка...", "manyMarkers": "99+", "runningTasks": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŠ¼Ń‹Šµ заГачи", "tasks": "ЗаГачи", "TaskSystem.noHotSwap": "Чтобы ŠøŠ·Š¼ŠµŠ½ŠøŃ‚ŃŒ ŠæŠ¾Š“ŃŠøŃŃ‚ŠµŠ¼Ńƒ Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ заГач, в которой Š·Š°ŠæŃƒŃ‰ŠµŠ½Š° Š°ŠŗŃ‚ŠøŠ²Š½Š°Ń заГача, необхоГимо ŠæŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ окно", + "reloadWindow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ окно", "TaskServer.folderIgnored": "Папка {0} Š±ŃƒŠ“ŠµŃ‚ проигнорирована, так как в ней ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся Š²ŠµŃ€ŃŠøŃ заГач 0.1.0", "TaskService.noBuildTask1": "ЗаГача сборки не опреГелена. ŠžŃ‚Š¼ŠµŃ‚ŃŒŃ‚Šµ Š·Š°Š“Š°Ń‡Ńƒ с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ \"isBuildCommand\" в файле tasks.json.", "TaskService.noBuildTask2": "ЗаГача сборки не опреГелена. ŠžŃ‚Š¼ŠµŃ‚ŃŒŃ‚Šµ Š·Š°Š“Š°Ń‡Ńƒ с ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ Š³Ń€ŃƒŠæŠæŃ‹ 'build' в файле tasks.json.", @@ -44,9 +46,8 @@ "recentlyUsed": "неГавно ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Š½Ń‹Šµ заГачи", "configured": "настроенные заГачи", "detected": "Š¾Š±Š½Š°Ń€ŃƒŠ¶ŠµŠ½Š½Ń‹Šµ заГачи", - "TaskService.ignoredFolder": "Š”Š»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ папки рабочей области Š±ŃƒŠ“ŃƒŃ‚ проигнорированы, так как в них ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ Š²ŠµŃ€ŃŠøŃ заГач 0.1.0:", + "TaskService.ignoredFolder": "Š”Š»ŠµŠ“ŃƒŃŽŃ‰ŠøŠµ папки рабочей области Š±ŃƒŠ“ŃƒŃ‚ проигнорированы, так как в них ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ Š²ŠµŃ€ŃŠøŃ заГач 0.1.0: {0}", "TaskService.notAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", - "TaskService.ok": "ŠžŠš", "TaskService.pickRunTask": "Выберите Š·Š°Š“Š°Ń‡Ńƒ Š“Š»Ń запуска", "TaslService.noEntryToRun": "ЗаГача Š“Š»Ń запуска не найГена. ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ заГачи...", "TaskService.fetchingBuildTasks": "ŠŸŠ¾Š»ŃƒŃ‡ŠµŠ½ŠøŠµ заГач сборки...", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index a182bfb7e7..316d605a0c 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index 2249170ee8..8355da67c3 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "ŠŸŃ€Šø выполнении заГачи ŠæŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° Š½ŠµŠøŠ·Š²ŠµŃŃ‚Š½Š°Ń ошибка. ŠŸŠ¾Š“Ń€Š¾Š±Š½Š¾ŃŃ‚Šø см. в Š¶ŃƒŃ€Š½Š°Š»Šµ выхоГных Ганных заГач.", "dependencyFailed": "ŠŠµ уГалось Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š·Š°Š²ŠøŃŠøŠ¼ŃƒŃŽ Š·Š°Š“Š°Ń‡Ńƒ '{0}' в папке рабочей области '{1}'", "TerminalTaskSystem.terminalName": "ЗаГача — {0}", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index 3276b26bb8..8fac70fbf2 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "Š’ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Šµ Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ команГы gulp --tasks-simple не было вывеГено ни оГной заГачи. Выполнили ли вы команГу npm install?", "TaskSystemDetector.noJakeTasks": "Š’ Ń€ŠµŠ·ŃƒŠ»ŃŒŃ‚Š°Ń‚Šµ Š²Ń‹ŠæŠ¾Š»Š½ŠµŠ½ŠøŃ команГы jake --tasks не было вывеГено ни оГной заГачи. Выполнили ли вы команГу npm install?", "TaskSystemDetector.noGulpProgram": "Gulp не ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ в вашей системе. Чтобы ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ его, выполните команГу npm install -g gulp.", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index 2e6dfe20c1..64a68ed671 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "ŠŸŃ€Šø выполнении заГачи ŠæŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° Š½ŠµŠøŠ·Š²ŠµŃŃ‚Š½Š°Ń ошибка. ŠŸŠ¾Š“Ń€Š¾Š±Š½Š¾ŃŃ‚Šø см. в Š¶ŃƒŃ€Š½Š°Š»Šµ выхоГных Ганных заГач.", "TaskRunnerSystem.watchingBuildTaskFinished": "\nŠžŃ‚ŃŠ»ŠµŠ¶ŠøŠ²Š°Š½ŠøŠµ заГач сборки Š·Š°Š²ŠµŃ€ŃˆŠµŠ½Š¾.", "TaskRunnerSystem.childProcessError": "Failed to launch external program {0} {1}.", diff --git a/i18n/rus/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/rus/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index 5f308b15ff..e5e813de17 100644 --- a/i18n/rus/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ: options.cwd Голжен ŠøŠ¼ŠµŃ‚ŃŒ тип string. Š˜Š³Š½Š¾Ń€ŠøŃ€ŃƒŠµŃ‚ŃŃ значение {0}\n", "ConfigurationParser.noargs": "ŠžŃˆŠøŠ±ŠŗŠ°: Š°Ń€Š³ŃƒŠ¼ŠµŠ½Ń‚Ń‹ команГы Голжны ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃ‚ŃŒ собой массив строк. Указанное значение:\n{0}", "ConfigurationParser.noShell": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ: ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃ оболочки ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ при выполнении заГач в терминале.", diff --git a/i18n/rus/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index e321dc2392..73654d4a99 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, среГство выбора терминалов", "termCreateEntryAriaLabel": "{0}, ŃŠ¾Š·Š“Š°Ń‚ŃŒ новый терминал", "workbench.action.terminal.newplus": "$(plus) Š”Š¾Š·Š“Š°Ń‚ŃŒ новый интегрированный терминал", diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 045380be60..1d8df17853 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ все открытые терминалы", "terminal": "Терминал", "terminalIntegratedConfigurationTitle": "Š˜Š½Ń‚ŠµŠ³Ń€ŠøŃ€Š¾Š²Š°Š½Š½Ń‹Š¹ терминал", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "ŠŃ€Š³ŃƒŠ¼ŠµŠ½Ń‚Ń‹ команГной строки, которые ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ в терминале OS X.", "terminal.integrated.shell.windows": "ŠŸŃƒŃ‚ŃŒ Šŗ оболочке, который ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся терминалом в Windows. Š”Š»Ń оболочек, Š²Ń…Š¾Š“ŃŃ‰ŠøŃ… в состав ŠžŠ” Windows (cmd, PowerShell или Bash в Ubuntu).", "terminal.integrated.shellArgs.windows": "ŠŃ€Š³ŃƒŠ¼ŠµŠ½Ń‚Ń‹ команГной строки, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Šµ в терминале Windows.", - "terminal.integrated.rightClickCopyPaste": "Если заГано, Š±Š»Š¾ŠŗŠøŃ€ŃƒŠµŃ‚ отображение контекстного Š¼ŠµŠ½ŃŽ при щелчке правой кнопкой Š¼Ń‹ŃˆŠø в терминале. Вместо ŃŃ‚Š¾Š³Š¾ Š±ŃƒŠ“ŠµŃ‚ Š²Ń‹ŠæŠ¾Š»Š½ŃŃ‚ŃŒŃŃ копирование выбранного ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š° Šø вставка в Š¾Š±Š»Š°ŃŃ‚ŃŒ, в которой нет выбранных ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š¾Š².", + "terminal.integrated.macOptionIsMeta": "Š”Ń‡ŠøŃ‚Š°Ń‚ŃŒ клавишу OPTION Š¼ŠµŃ‚Š°ŠŗŠ»Š°Š²ŠøŃˆŠµŠ¹ в терминале macOS.", + "terminal.integrated.copyOnSelection": "Если заГано, текст выГеленный в терминале Š±ŃƒŠ“ет скопирован в Š±ŃƒŃ„ер обмена", "terminal.integrated.fontFamily": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ семейство ŃˆŃ€ŠøŃ„Ń‚Š¾Š² терминала, значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ — editor.fontFamily.", "terminal.integrated.fontSize": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ размер ŃˆŃ€ŠøŃ„Ń‚Š° (в ŠæŠøŠŗŃŠµŠ»ŃŃ…) Š“Š»Ń терминала.", "terminal.integrated.lineHeight": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ Š²Ń‹ŃŠ¾Ń‚Ńƒ строки терминала; ŃŃ‚Š¾ число ŃƒŠ¼Š½Š¾Š¶Š°ŠµŃ‚ŃŃ на размер ŃˆŃ€ŠøŃ„Ń‚Š° терминала, что Гает Ń„Š°ŠŗŃ‚ŠøŃ‡ŠµŃŠŗŃƒŃŽ Š²Ń‹ŃŠ¾Ń‚Ńƒ строки в ŠæŠøŠŗŃŠµŠ»ŃŃ….", - "terminal.integrated.enableBold": "Š”Š»ŠµŠ“ŃƒŠµŃ‚ ли Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ ŠæŠ¾Š»ŃƒŠ¶ŠøŃ€Š½Ń‹Š¹ текст в терминале. Эта Ń„ŃƒŠ½ŠŗŃ†ŠøŃ Голжна ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°Ń‚ŃŒŃŃ оболочкой терминала.", + "terminal.integrated.fontWeight": "Размер ŃˆŃ€ŠøŃ„Ń‚Š° в терминале Š“Š»Ń нежирного текста.", + "terminal.integrated.fontWeightBold": "Размер ŃˆŃ€ŠøŃ„Ń‚Š° в терминале Š“Š»Ń ŠæŠ¾Š»ŃƒŠ¶ŠøŃ€Š½Š¾Š³Š¾ текста. ", "terminal.integrated.cursorBlinking": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ миганием ŠŗŃƒŃ€ŃŠ¾Ń€Š° терминала.", "terminal.integrated.cursorStyle": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ ŃŃ‚ŠøŠ»ŃŒ ŠŗŃƒŃ€ŃŠ¾Ń€Š° терминала.", "terminal.integrated.scrollback": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ ŠæŃ€ŠµŠ“ŠµŠ»ŃŒŠ½Š¾Šµ число строк в Š±ŃƒŃ„ере терминала.", "terminal.integrated.setLocaleVariables": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ заГанием переменных при запуске терминала, значение по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ: \"True\" Š“Š»Ń OSĀ X Šø \"False\" Š“Š»Ń Š“Ń€ŃƒŠ³ŠøŃ… платформ.", + "terminal.integrated.rightClickBehavior": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ тем, как терминал Ń€ŠµŠ°Š³ŠøŃ€ŃƒŠµŃ‚ на щелчок правой кнопкой Š¼Ń‹ŃˆŠø. Возможные Š·Š½Š°Ń‡ŠµŠ½ŠøŃ: 'default', 'copyPaste' Šø 'selectWord'. ŠŸŃ€Šø выборе варианта 'default' Š±ŃƒŠ“ŠµŃ‚ показано контекстное Š¼ŠµŠ½ŃŽ, при выборе варианта 'copyPaste' выГеленный текст Š±ŃƒŠ“ŠµŃ‚ скопирован, а при Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŠøŠø выГеленного текста - вставлен, при выборе варианта 'selectWord' Š±ŃƒŠ“ŠµŃ‚ выбрано слово, наГ которым Š½Š°Ń…Š¾Š“ŠøŃ‚ŃŃ ŠŗŃƒŃ€ŃŠ¾Ń€, Šø показано контекстное Š¼ŠµŠ½ŃŽ.", "terminal.integrated.cwd": "ŠŸŃƒŃ‚ŃŒ ŃŠ²Š½Š¾Š³Š¾ запуска, по ŠŗŠ¾Ń‚Š¾Ń€Š¾Š¼Ńƒ Š±ŃƒŠ“ŠµŃ‚ Š·Š°ŠæŃƒŃ‰ŠµŠ½ терминал. Š˜ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ в качестве Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ рабочего каталога (cwd) Š“Š»Ń процесса оболочки. Это может Š±Ń‹Ń‚ŃŒ особенно уГобно в параметрах рабочей области, если корневой каталог не ŃŠ²Š»ŃŠµŃ‚ŃŃ ŠæŠ¾Š“Ń…Š¾Š“ŃŃ‰ŠøŠ¼ каталогом cwd.", "terminal.integrated.confirmOnExit": "Указывает, ŃŠ»ŠµŠ“ŃƒŠµŃ‚ ли при выхоГе Š²Ń‹Š²Š¾Š“ŠøŃ‚ŃŒ поГтвержГение об ŠøŠ¼ŠµŃŽŃ‰ŠøŃ…ся активных сеансах терминала.", + "terminal.integrated.enableBell": "ŠžŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚, Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½ ли \"звонок\" терминала.", "terminal.integrated.commandsToSkipShell": "ŠŠ°Š±Š¾Ń€ иГентификаторов команГ, настраиваемые ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш которых не Š±ŃƒŠ“ŃƒŃ‚ ŠæŠµŃ€ŠµŠ“Š°Š²Š°Ń‚ŃŒŃŃ в Š¾Š±Š¾Š»Š¾Ń‡ŠŗŃƒ, а вместо ŃŃ‚Š¾Š³Š¾ Š±ŃƒŠ“ŃƒŃ‚ всегГа Š¾Š±Ń€Š°Š±Š°Ń‚Ń‹Š²Š°Ń‚ŃŒŃŃ Code. Это ŠæŠ¾Š·Š²Š¾Š»ŃŠµŃ‚ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒ настраиваемые ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш, которые при обычных ŃƒŃŠ»Š¾Š²ŠøŃŃ… были бы ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½Ń‹ оболочкой Šø работали бы так же, как если бы терминал не имел Ń„Š¾ŠŗŃƒŃŠ°, например клавиши CTRL+P запускали бы Quick Open.", "terminal.integrated.env.osx": "ŠžŠ±ŃŠŠµŠŗŃ‚ с переменными среГы, которые Š±ŃƒŠ“ŃƒŃ‚ Гобавлены Šŗ ŠæŃ€Š¾Ń†ŠµŃŃŃƒ VS Code Š“Š»Ń ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½ŠøŃ в терминале OS X", "terminal.integrated.env.linux": "ŠžŠ±ŃŠŠµŠŗŃ‚ с переменными среГы, которые Š±ŃƒŠ“ŃƒŃ‚ Гобавлены Šŗ ŠæŃ€Š¾Ń†ŠµŃŃŃƒ VS Code Š“Š»Ń ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½ŠøŃ в терминале Linux ", "terminal.integrated.env.windows": "ŠžŠ±ŃŠŠµŠŗŃ‚ с переменными среГы, которые Š±ŃƒŠ“ŃƒŃ‚ Гобавлены Šŗ ŠæŃ€Š¾Ń†ŠµŃŃŃƒ VS Code Š“Š»Ń ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½ŠøŃ в терминале Windows", + "terminal.integrated.showExitAlert": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒ ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ \"ŠŸŃ€Š¾Ń†ŠµŃŃ терминала Š·Š°Š²ŠµŃ€ŃˆŠµŠ½ с коГом выхоГа\", если коГ выхоГа не равен Š½ŃƒŠ»ŃŽ.", + "terminal.integrated.experimentalRestore": "Š’Š¾ŃŃŃ‚Š°Š½Š°Š²Š»ŠøŠ²Š°Ń‚ŃŒ ли сеансы терминала Š“Š»Ń рабочей области автоматически при запуске VS Code. Это ŃŠŗŃŠæŠµŃ€ŠøŠ¼ŠµŠ½Ń‚Š°Š»ŃŒŠ½Ń‹Š¹ параметр; он может ŠæŃ€ŠøŠ²Š¾Š“ŠøŃ‚ŃŒ Šŗ ошибкам Šø может Š±Ń‹Ń‚ŃŒ изменен в Š±ŃƒŠ“ŃƒŃ‰ŠµŠ¼.", "terminalCategory": "Терминал", "viewCategory": "ŠŸŃ€Š¾ŃŠ¼Š¾Ń‚Ń€ŠµŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 18331d6a71..f5a2956662 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ интегрированный терминал", "workbench.action.terminal.kill": "Š—Š°Š²ŠµŃ€ŃˆŠøŃ‚ŃŒ активный ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€ терминала", "workbench.action.terminal.kill.short": "Š—Š°Š²ŠµŃ€ŃˆŠøŃ‚ŃŒ Ń€Š°Š±Š¾Ń‚Ńƒ терминала", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ все", "workbench.action.terminal.deleteWordLeft": "Š£Š“Š°Š»ŠøŃ‚ŃŒ слово слева", "workbench.action.terminal.deleteWordRight": "Š£Š“Š°Š»ŠøŃ‚ŃŒ слово справа", + "workbench.action.terminal.moveToLineStart": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ Š½Š°Ń‡Š°Š»Ńƒ строки", + "workbench.action.terminal.moveToLineEnd": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ ŠŗŠ¾Š½Ń†Ńƒ строки", "workbench.action.terminal.new": "ДозГание нового интегрированного терминала", "workbench.action.terminal.new.short": "ŠŠ¾Š²Ń‹Š¹ терминал", + "workbench.action.terminal.newWorkspacePlaceholder": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ Ń‚ŠµŠŗŃƒŃ‰ŠøŠ¹ рабочий каталог Š“Š»Ń нового терминала", + "workbench.action.terminal.newInActiveWorkspace": "Š”Š¾Š·Š“Š°Ń‚ŃŒ новый интегрированный терминал (в активной рабочей области)", + "workbench.action.terminal.split": "Š Š°Š·Š“ŠµŠ»ŠøŃ‚ŃŒ терминал", + "workbench.action.terminal.focusPreviousPane": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø на ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", + "workbench.action.terminal.focusNextPane": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø на ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ", + "workbench.action.terminal.resizePaneLeft": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ размер области слева", + "workbench.action.terminal.resizePaneRight": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ размер области справа", + "workbench.action.terminal.resizePaneUp": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ размер области Š²Š²ŠµŃ€Ń…Ńƒ", + "workbench.action.terminal.resizePaneDown": "Š˜Š·Š¼ŠµŠ½ŠøŃ‚ŃŒ размер области внизу", "workbench.action.terminal.focus": "Фокус на терминале", "workbench.action.terminal.focusNext": "Фокус на ŃŠ»ŠµŠ“ŃƒŃŽŃ‰ŠµŠ¼ терминале", "workbench.action.terminal.focusPrevious": "Фокус на ŠæŃ€ŠµŠ“Ń‹Š“ŃƒŃ‰ŠµŠ¼ терминале", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "Š—Š°ŠæŃƒŃŠŗ выбранного текста в активном терминале", "workbench.action.terminal.runActiveFile": "Š—Š°ŠæŃƒŃŠŗ активного файла в активном терминале", "workbench.action.terminal.runActiveFile.noFile": "Только файлы на Гиске можно Š·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ в терминале", - "workbench.action.terminal.switchTerminalInstance": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ ŃŠŗŠ·ŠµŠ¼ŠæŠ»ŃŃ€ терминала", + "workbench.action.terminal.switchTerminal": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡ŠøŃ‚ŃŒ терминал", "workbench.action.terminal.scrollDown": "ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠøŃ‚ŃŒ вниз (построчно)", "workbench.action.terminal.scrollDownPage": "ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠøŃ‚ŃŒ вниз (на ŃŃ‚Ń€Š°Š½ŠøŃ†Ńƒ)", "workbench.action.terminal.scrollToBottom": "ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠøŃ‚ŃŒ Го нижней границы", diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index fc208588fb..b7da5d9d34 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "Цвет фона терминала. Š” его ŠæŠ¾Š¼Š¾Ń‰ŃŒŃŽ можно ŃƒŠŗŠ°Š·Š°Ń‚ŃŒ цвет терминала, отличный от цвета панели.", "terminal.foreground": "Цвет переГнего плана терминала.", "terminalCursor.foreground": "Цвет переГнего плана ŠŗŃƒŃ€ŃŠ¾Ń€Š° терминала.", "terminalCursor.background": "Цвет фона ŠŗŃƒŃ€ŃŠ¾Ń€Š° терминала. ŠŸŠ¾Š·Š²Š¾Š»ŃŠµŃ‚ Š²Ń‹Š±Ń€Š°Ń‚ŃŒ цвет символа, который ŠæŠµŃ€ŠµŠŗŃ€Ń‹Š²Š°ŠµŃ‚ŃŃ блочным ŠŗŃƒŃ€ŃŠ¾Ń€Š¾Š¼.", "terminal.selectionBackground": "Цвет фона Š²Ń‹Š“ŠµŠ»ŠµŠ½ŠøŃ терминала.", + "terminal.border": "Цвет границы, ŠŗŠ¾Ń‚Š¾Ń€Š°Ń Š¾Ń‚Š“ŠµŠ»ŃŠµŃ‚ области в терминале. По ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ŃŃ panel.border.", "terminal.ansiColor": "Цвет ANSI \"{0}\" в терминале." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index d683bd1c3d..6beb681231 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "Š’Ń‹ хотите Ń€Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ запуск {0} (Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ŃŃ как параметр рабочей области) в терминале?", "allow": "Allow", "disallow": "Disallow" diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index e03b15626d..201979288b 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 1ba3c7c429..da560d36c1 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,9 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "ŠŸŃƒŃŃ‚Š°Ń строка", + "terminal.integrated.a11yPromptLabel": "ВвоГ терминала", + "terminal.integrated.a11yTooMuchOutput": "ŠžŠ±ŃŠŠµŠ¼ выхоГных Ганных слишком велик Š“Š»Ń ŃŠ¾Š·Š“Š°Š½ŠøŃ Š¾ŠæŠ¾Š²ŠµŃ‰ŠµŠ½ŠøŃ; ŠæŃ€Š¾Š²ŠµŃ€ŃŒŃ‚Šµ строки Š²Ń€ŃƒŃ‡Š½ŃƒŃŽ", "terminal.integrated.copySelection.noSelection": "Š’ терминале Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ выГеленный текст Š“Š»Ń ŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Š½ŠøŃ", "terminal.integrated.exitedWithCode": "ŠŸŃ€Š¾Ń†ŠµŃŃ терминала Š·Š°Š²ŠµŃ€ŃˆŠµŠ½ с коГом выхоГа: {0}", "terminal.integrated.waitOnExit": "ŠŠ°Š¶Š¼ŠøŃ‚Šµ Š»ŃŽŠ±ŃƒŃŽ клавишу, чтобы Š·Š°ŠŗŃ€Ń‹Ń‚ŃŒ терминал.", diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index 82f898e4f9..33c67b4c11 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Щелкните с нажатой клавишей ALT, чтобы перейти по ссылке.", "terminalLinkHandler.followLinkCmd": "Щелкните с нажатой клавишей Cmd, чтобы перейти по ссылке", "terminalLinkHandler.followLinkCtrl": "Щелкните с нажатой клавишей Ctrl, чтобы перейти по ссылке" diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index 80ae659619..44d961dccb 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "ŠšŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ", "paste": "Š’ŃŃ‚Š°Š²ŠøŃ‚ŃŒ", "selectAll": "Š’Ń‹Š±Ń€Š°Ń‚ŃŒ все", - "clear": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ" + "clear": "ŠžŃ‡ŠøŃŃ‚ŠøŃ‚ŃŒ", + "split": "Š Š°Š·Š“ŠµŠ»ŠøŃ‚ŃŒ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index 440d374ef8..1ccca5138c 100644 --- a/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "Š’Ń‹ можете ŠøŠ·Š¼ŠµŠ½ŠøŃ‚ŃŒ Š¾Š±Š¾Š»Š¾Ń‡ŠŗŃƒ терминала по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ, нажав кнопку \"ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ\".", "customize": "ŠŠ°ŃŃ‚Ń€Š¾ŠøŃ‚ŃŒ", - "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", - "never again": "ŠžŠš. Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", + "never again": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", "terminal.integrated.chooseWindowsShell": "Выберите ŠæŃ€ŠµŠ“ŠæŠ¾Ń‡ŠøŃ‚Š°ŠµŠ¼ŃƒŃŽ Š¾Š±Š¾Š»Š¾Ń‡ŠŗŃƒ терминала. Ее можно позже ŠøŠ·Š¼ŠµŠ½ŠøŃ‚ŃŒ в параметрах", "terminalService.terminalCloseConfirmationSingular": "Š•ŃŃ‚ŃŒ активный сеанс терминала, Š·Š°Š²ŠµŃ€ŃˆŠøŃ‚ŃŒ его?", "terminalService.terminalCloseConfirmationPlural": "Š•ŃŃ‚ŃŒ несколько активных сеансов терминала ({0}), Š·Š°Š²ŠµŃ€ŃˆŠøŃ‚ŃŒ ŠøŃ…?" diff --git a/i18n/rus/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index 116db87d73..6ca0eb8135 100644 --- a/i18n/rus/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "Š¦Š²ŠµŃ‚Š¾Š²Š°Ń тема", "themes.category.light": "светлые темы", "themes.category.dark": "темные темы", diff --git a/i18n/rus/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 32182c8cb9..3bc58ea6cd 100644 --- a/i18n/rus/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "Эта Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ соГержит параметры, которые можно Š·Š°Š“Š°Ń‚ŃŒ Ń‚Š¾Š»ŃŒŠŗŠ¾ в параметрах ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń. ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ параметры рабочей области", - "openDocumentation": "ŠŸŠ¾Š“Ń€Š¾Š±Š½ŠµŠµ", - "ignore": "Š˜Š³Š½Š¾Ń€ŠøŃ€Š¾Š²Š°Ń‚ŃŒ" + "dontShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", + "unsupportedWorkspaceSettings": "Эта Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ соГержит параметры, которые можно Š·Š°Š“Š°Ń‚ŃŒ Ń‚Š¾Š»ŃŒŠŗŠ¾ в параметрах ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń. ({0}) Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ см. [зГесь]({1})." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/rus/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index 52c27e0424..e640de47f9 100644 --- a/i18n/rus/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "Заметки о Š²Ń‹ŠæŃƒŃŠŗŠµ: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index f614cfd626..98b1fbb19d 100644 --- a/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "Заметки о Š²Ń‹ŠæŃƒŃŠŗŠµ", - "updateConfigurationTitle": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ", - "updateChannel": "ŠŠ°ŃŃ‚Ń€Š¾Š¹Ń‚Šµ канал Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ, по ŠŗŠ¾Ń‚Š¾Ń€Š¾Š¼Ńƒ вы Š±ŃƒŠ“ŠµŃ‚Šµ ŠæŠ¾Š»ŃƒŃ‡Š°Ń‚ŃŒ Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ. После ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ необхоГим ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗ." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "Заметки о Š²Ń‹ŠæŃƒŃŠŗŠµ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.i18n.json index baeaa62ec0..29037d7151 100644 --- a/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ сейчас", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "Позже", "unassigned": "не присвоено", "releaseNotes": "Заметки о Š²Ń‹ŠæŃƒŃŠŗŠµ", "showReleaseNotes": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ заметки о Š²Ń‹ŠæŃƒŃŠŗŠµ", - "downloadNow": "Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ сейчас", "read the release notes": "Вас ŠæŃ€ŠøŠ²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ {0} v{1}! Š’Ń‹ хотите ŠæŃ€Š¾Ń‡ŠøŃ‚Š°Ń‚ŃŒ заметки о Š²Ń‹ŠæŃƒŃŠŗŠµ?", - "licenseChanged": "Š£ŃŠ»Š¾Š²ŠøŃ ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Š½ŠøŃ лицензии изменились, Š¾Š·Š½Š°ŠŗŠ¾Š¼ŃŒŃ‚ŠµŃŃŒ с ними.", - "license": "ŠŸŃ€Š¾Ń‡ŠøŃ‚Š°Ń‚ŃŒ ŃƒŃŠ»Š¾Š²ŠøŃ лицензии", + "licenseChanged": "ŠŠ°ŃˆŠø ŃƒŃŠ»Š¾Š²ŠøŃ лицензии изменились. Чтобы Š¾Š·Š½Š°ŠŗŠ¾Š¼ŠøŃ‚ŃŒŃŃ с ними, щелкните [зГесь]({0}).", "neveragain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", - "64bitisavailable": "{0} Š“Š»Ń 64-Ń€Š°Š·Ń€ŃŠ“Š½Š¾Š¹ версии Windows Ń‚ŠµŠæŠµŃ€ŃŒ Š“Š¾ŃŃ‚ŃƒŠæŠµŠ½!", - "learn more": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", + "64bitisavailable": "{0} Š“Š»Ń 64-Ń€Š°Š·Ń€ŃŠ“Š½Š¾Š¹ версии Windows Ń‚ŠµŠæŠµŃ€ŃŒ Š“Š¾ŃŃ‚ŃƒŠæŠµŠ½! Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ см. [зГесь]({1}).", "updateIsReady": "Š”Š¾ŃŃ‚ŃƒŠæŠ½Š¾ новое обновление {0}.", + "noUpdatesAvailable": "Š”Š¾ŃŃ‚ŃƒŠæŠ½Ń‹Šµ Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ Š¾Ń‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚.", + "ok": "ŠžŠš", + "download now": "Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ сейчас", "thereIsUpdateAvailable": "Š”Š¾ŃŃ‚ŃƒŠæŠ½Š¾ обновление.", - "updateAvailable": "{0} Š±ŃƒŠ“ŠµŃ‚ обновлен после ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗŠ°.", - "noUpdatesAvailable": "Š’ Š½Š°ŃŃ‚Š¾ŃŃ‰ŠµŠµ Š²Ń€ŠµŠ¼Ń нет Š“Š¾ŃŃ‚ŃƒŠæŠ½Ń‹Ń… обновлений.", + "installUpdate": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ обновление", + "updateAvailable": "Š”Š¾ŃŃ‚ŃƒŠæŠ½Š¾ обновление: {0} {1}", + "updateInstalling": "{0} {1} ŃƒŃŃ‚Š°Š½Š°Š²Š»ŠøŠ²Š°ŠµŃ‚ŃŃ в фоновом режиме, мы сообщим вам о Š·Š°Š²ŠµŃ€ŃˆŠµŠ½ŠøŠø.", + "updateNow": "ŠžŠ±Š½Š¾Š²ŠøŃ‚ŃŒ сейчас", + "updateAvailableAfterRestart": "{0} Š±ŃƒŠ“ŠµŃ‚ обновлен после ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗŠ°.", "commandPalette": "ŠŸŠ°Š»ŠøŃ‚Ń€Š° команГ...", "settings": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹", "keyboardShortcuts": "Š”Š¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш", + "showExtensions": "Управление Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŠ¼Šø", + "userSnippets": "Фрагменты коГа ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", "selectTheme.label": "Š¦Š²ŠµŃ‚Š¾Š²Š°Ń тема", "themes.selectIconTheme.label": "Тема значков файлов", - "not available": "ŠžŠ±Š½Š¾Š²Š»ŠµŠ½ŠøŃ Š½ŠµŠ“Š¾ŃŃ‚ŃƒŠæŠ½Ń‹", + "checkForUpdates": "ŠŸŃ€Š¾Š²ŠµŃ€ŠøŃ‚ŃŒ наличие обновлений...", "checkingForUpdates": "Š˜Š“ŠµŃ‚ проверка Š½Š°Š»ŠøŃ‡ŠøŃ обновлений...", - "DownloadUpdate": "Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ Š“Š¾ŃŃ‚ŃƒŠæŠ½Š¾Šµ обновление", "DownloadingUpdate": "Š”ŠŗŠ°Ń‡ŠøŠ²Š°ŠµŃ‚ŃŃ обновление...", - "InstallingUpdate": "Š˜Š“ŠµŃ‚ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ° Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ...", - "restartToUpdate": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ Š“Š»Ń Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ...", - "checkForUpdates": "ŠŸŃ€Š¾Š²ŠµŃ€ŠøŃ‚ŃŒ наличие обновлений..." + "installUpdate...": "Š£ŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ обновление...", + "installingUpdate": "Š˜Š“ŠµŃ‚ ŃƒŃŃ‚Š°Š½Š¾Š²ŠŗŠ° Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ...", + "restartToUpdate": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ Š“Š»Ń Š¾Š±Š½Š¾Š²Š»ŠµŠ½ŠøŃ..." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/rus/src/vs/workbench/parts/views/browser/views.i18n.json index b0fa6d5e7e..eefe558dee 100644 --- a/i18n/rus/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index 1ad62d4bc9..0db78c313f 100644 --- a/i18n/rus/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/rus/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 7e53870a32..692d990f60 100644 --- a/i18n/rus/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "ŠŸŠ¾ŠŗŠ°Š·Š°Ń‚ŃŒ все команГы", "watermark.quickOpen": "ŠŸŠµŃ€ŠµŠ¹Ń‚Šø Šŗ Ń„Š°Š¹Š»Ńƒ", "watermark.openFile": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ файл", diff --git a/i18n/rus/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 855dd4c612..f24148fc4b 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "ŠŸŃ€Š¾Š²Š¾Š“Š½ŠøŠŗ", "welcomeOverlay.search": "Поиск по файлам", "welcomeOverlay.git": "Управление исхоГным коГом", diff --git a/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index ecf6b925d6..768712ab22 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "Š£Š»ŃƒŃ‡ŃˆŠµŠ½Š½Š¾Šµ реГактирование", "welcomePage.start": "Š—Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ", diff --git a/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index d11a8867da..07902cead3 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Рабочее место", "workbench.startupEditor.none": "Š—Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ без реГактора.", "workbench.startupEditor.welcomePage": "ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ ŃŃ‚Ń€Š°Š½ŠøŃ†Ńƒ ŠæŃ€ŠøŠ²ŠµŃ‚ŃŃ‚Š²ŠøŃ (по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ).", diff --git a/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 83a72146fa..604bd14706 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Добро ŠæŠ¾Š¶Š°Š»Š¾Š²Š°Ń‚ŃŒ", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠŗŠ° {0} уже ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½Š°", "ok": "ŠžŠš", "details": "ŠŸŠ¾Š“Ń€Š¾Š±Š½Š¾ŃŃ‚Šø", - "cancel": "ŠžŃ‚Š¼ŠµŠ½Š°", "welcomePage.buttonBackground": "Цвет фона кнопок на странице ŠæŃ€ŠøŠ²ŠµŃ‚ŃŃ‚Š²ŠøŃ.", "welcomePage.buttonHoverBackground": "Цвет фона при навеГении ŃƒŠŗŠ°Š·Š°Ń‚ŠµŠ»Ń Š“Š»Ń кнопок на странице ŠæŃ€ŠøŠ²ŠµŃ‚ŃŃ‚Š²ŠøŃ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index 3f6384ee22..83637d6b10 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "Š˜Š½Ń‚ŠµŃ€Š°ŠŗŃ‚ŠøŠ²Š½Š°Ń площаГка", "editorWalkThrough": "Š˜Š½Ń‚ŠµŃ€Š°ŠŗŃ‚ŠøŠ²Š½Š°Ń площаГка" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index 3922f4238d..4e3bb29b2c 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "Š˜Š½Ń‚ŠµŃ€Š°ŠŗŃ‚ŠøŠ²Š½Š°Ń площаГка", "help": "Дправка", "interactivePlayground": "Š˜Š½Ń‚ŠµŃ€Š°ŠŗŃ‚ŠøŠ²Š½Š°Ń площаГка" diff --git a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index f97143211d..a3b36d8955 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠøŃ‚ŃŒ вверх (построчно)", "editorWalkThrough.arrowDown": "ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠøŃ‚ŃŒ вниз (построчно)", "editorWalkThrough.pageUp": "ŠŸŃ€Š¾ŠŗŃ€ŃƒŃ‚ŠøŃ‚ŃŒ вверх (на ŃŃ‚Ń€Š°Š½ŠøŃ†Ńƒ)", diff --git a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index e79310b57d..1829c1ddd2 100644 --- a/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "свобоГный", "walkThrough.gitNotFound": "ŠŸŠ¾Ń…Š¾Š¶Šµ, Git не ŃƒŃŃ‚Š°Š½Š¾Š²Š»ŠµŠ½ в вашей системе.", "walkThrough.embeddedEditorBackground": "Цвет фона встроенных реГакторов Š“Š»Ń интерактивных площаГок." diff --git a/i18n/rus/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..9ea0a431fc --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ Š¼ŠµŠ½ŃŽ Голжны Š±Ń‹Ń‚ŃŒ массивом", + "requirestring": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "optstring": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "vscode.extension.contributes.menuItem.command": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ команГы, ŠŗŠ¾Ń‚Š¾Ń€ŃƒŃŽ нужно Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ. Эта команГа Голжна Š±Ń‹Ń‚ŃŒ Š¾Š±ŃŠŃŠ²Š»ŠµŠ½Š° в разГеле commands", + "vscode.extension.contributes.menuItem.alt": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ Š°Š»ŃŒŃ‚ŠµŃ€Š½Š°Ń‚ŠøŠ²Š½Š¾Š¹ команГы, ŠŗŠ¾Ń‚Š¾Ń€ŃƒŃŽ нужно Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ. Эта команГа Голжна Š±Ń‹Ń‚ŃŒ Š¾Š±ŃŠŃŠ²Š»ŠµŠ½Š° в разГеле commands", + "vscode.extension.contributes.menuItem.when": "Условие, которое Голжно ŠøŠ¼ŠµŃ‚ŃŒ значение True, чтобы Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Š»ŃŃ ŃŃ‚Š¾Ń‚ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚", + "vscode.extension.contributes.menuItem.group": "Š“Ń€ŃƒŠæŠæŠ°, Šŗ которой принаГлежит ŃŃ‚Š° команГа", + "vscode.extension.contributes.menus": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹ Š¼ŠµŠ½ŃŽ в реГактор", + "menus.commandPalette": "ŠŸŠ°Š»ŠøŃ‚Ń€Š° команГ", + "menus.touchBar": "Š”ŠµŠ½ŃŠ¾Ń€Š½Š°Ń панель (Ń‚Š¾Š»ŃŒŠŗŠ¾ Š“Š»Ń macOS)", + "menus.editorTitle": "Главное Š¼ŠµŠ½ŃŽ реГактора", + "menus.editorContext": "ŠšŠ¾Š½Ń‚ŠµŠŗŃŃ‚Š½Š¾Šµ Š¼ŠµŠ½ŃŽ реГактора", + "menus.explorerContext": "ŠšŠ¾Š½Ń‚ŠµŠŗŃŃ‚Š½Š¾Šµ Š¼ŠµŠ½ŃŽ провоГника", + "menus.editorTabContext": "ŠšŠ¾Š½Ń‚ŠµŠŗŃŃ‚Š½Š¾Šµ Š¼ŠµŠ½ŃŽ вклаГок реГактора", + "menus.debugCallstackContext": "ŠšŠ¾Š½Ń‚ŠµŠŗŃŃ‚Š½Š¾Šµ Š¼ŠµŠ½ŃŽ стека вызовов при отлаГке", + "menus.scmTitle": "ŠœŠµŠ½ŃŽ заголовков Š“Š»Ń системы ŃƒŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ Š²ŠµŃ€ŃŠøŃŠ¼Šø", + "menus.scmSourceControl": "ŠœŠµŠ½ŃŽ \"Дистема ŃƒŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ Š²ŠµŃ€ŃŠøŃŠ¼Šø\"", + "menus.resourceGroupContext": "ŠšŠ¾Š½Ń‚ŠµŠŗŃŃ‚Š½Š¾Šµ Š¼ŠµŠ½ŃŽ Š³Ń€ŃƒŠæŠæŃ‹ Ń€ŠµŃŃƒŃ€ŃŠ¾Š² Š“Š»Ń системы ŃƒŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ Š²ŠµŃ€ŃŠøŃŠ¼Šø", + "menus.resourceStateContext": "ŠšŠ¾Š½Ń‚ŠµŠŗŃŃ‚Š½Š¾Šµ Š¼ŠµŠ½ŃŽ ŃŠ¾ŃŃ‚Š¾ŃŠ½ŠøŃ Ń€ŠµŃŃƒŃ€ŃŠ¾Š² Š“Š»Ń системы ŃƒŠæŃ€Š°Š²Š»ŠµŠ½ŠøŃ Š²ŠµŃ€ŃŠøŃŠ¼Šø", + "view.viewTitle": "ŠœŠµŠ½ŃŽ заголовка Š“Š»Ń окна ŃƒŃ‡Š°ŃŃ‚Š½ŠøŠŗŠ¾Š²", + "view.itemContext": "ŠšŠ¾Š½Ń‚ŠµŠŗŃŃ‚Š½Š¾Šµ Š¼ŠµŠ½ŃŽ ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Š° Š“Š»Ń окна ŃƒŃ‡Š°ŃŃ‚Š½ŠøŠŗŠ¾Š²", + "nonempty": "Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ Š½ŠµŠæŃƒŃŃ‚Š¾Šµ значение.", + "opticon": "Двойство icon может Š±Ń‹Ń‚ŃŒ ŠæŃ€Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно Š±Ń‹Ń‚ŃŒ строкой или литералом, например \"{dark, light}\"", + "requireStringOrObject": "Двойство \"{0}\" Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Š¾ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип \"string\" или \"object\"", + "requirestrings": "Двойства \"{0}\" Šø \"{1}\" Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹ Šø Голжны ŠøŠ¼ŠµŃ‚ŃŒ тип \"string\"", + "vscode.extension.contributes.commandType.command": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŠ¼Š¾Š¹ команГы", + "vscode.extension.contributes.commandType.title": "ŠŠ°Š·Š²Š°Š½ŠøŠµ команГы в ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š¼ интерфейсе", + "vscode.extension.contributes.commandType.category": "(ŠŠµŠ¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Š¾.) Дтрока категорий, по которым команГы Š³Ń€ŃƒŠæŠæŠøŃ€ŃƒŃŽŃ‚ŃŃ в ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š¼ интерфейсе", + "vscode.extension.contributes.commandType.icon": "(Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Š¾) Значок, который ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся Š“Š»Ń ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ команГы в ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š¼ интерфейсе. Это ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ или ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃ с Š²Š¾Š·Š¼Š¾Š¶Š½Š¾ŃŃ‚ŃŒŃŽ ŠæŃ€ŠøŠ¼ŠµŠ½ŠµŠ½ŠøŃ тем", + "vscode.extension.contributes.commandType.icon.light": "ŠŸŃƒŃ‚ŃŒ Šŗ Š·Š½Š°Ń‡ŠŗŃƒ, если ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся ŃŠ²ŠµŃ‚Š»Š°Ń тема", + "vscode.extension.contributes.commandType.icon.dark": "ŠŸŃƒŃ‚ŃŒ Šŗ Š·Š½Š°Ń‡ŠŗŃƒ, если ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся Ń‚ŠµŠ¼Š½Š°Ń тема", + "vscode.extension.contributes.commands": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ команГы в ŠæŠ°Š»ŠøŃ‚Ń€Ńƒ команГ.", + "dup": "КоманГа \"{0}\" Š²ŃŃ‚Ń€ŠµŃ‡Š°ŠµŃ‚ŃŃ несколько раз в разГеле commands.", + "menuId.invalid": "\"{0}\" не ŃŠ²Š»ŃŠµŃ‚ŃŃ Š“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ иГентификатором Š¼ŠµŠ½ŃŽ", + "missing.command": "Элемент Š¼ŠµŠ½ŃŽ ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на команГу \"{0}\", ŠŗŠ¾Ń‚Š¾Ń€Š°Ń не опреГелена в разГеле commands.", + "missing.altCommand": "Элемент Š¼ŠµŠ½ŃŽ ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на Š°Š»ŃŒŃ‚ŠµŃ€Š½Š°Ń‚ŠøŠ²Š½ŃƒŃŽ команГу \"{0}\", ŠŗŠ¾Ń‚Š¾Ń€Š°Ń не опреГелена в разГеле commands.", + "dupe.command": "Элемент Š¼ŠµŠ½ŃŽ ŃŃŃ‹Š»Š°ŠµŃ‚ŃŃ на оГну Šø ту же команГу как команГу по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Šø Š°Š»ŃŒŃ‚ŠµŃ€Š½Š°Ń‚ŠøŠ²Š½ŃƒŃŽ команГу" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index a2c3f05959..bb9a27b7b9 100644 --- a/i18n/rus/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/rus/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "ŠšŃ€Š°Ń‚ŠŗŠ°Ń своГка параметров. Эта метка Š±ŃƒŠ“ет ŠøŃŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŃŒŃŃ в файле параметров в качестве Ń€Š°Š·Š“ŠµŠ»ŃŃŽŃ‰ŠµŠ³Š¾ ŠŗŠ¾Š¼Š¼ŠµŠ½Ń‚Š°Ń€ŠøŃ.", "vscode.extension.contributes.configuration.properties": "ŠžŠæŠøŃŠ°Š½ŠøŠµ свойств ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø.", "scope.window.description": "ŠšŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃ окна, ŠŗŠ¾Ń‚Š¾Ń€Š°Ń может Š±Ń‹Ń‚ŃŒ заГана в параметрах ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń или рабочей области.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "ŠŠµŠ¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Š¾Šµ ŠøŠ¼Ń папки.", "workspaceConfig.uri.description": "URI папки", "workspaceConfig.settings.description": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ рабочей области", + "workspaceConfig.launch.description": "ŠšŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø запуска рабочей области", "workspaceConfig.extensions.description": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ рабочей области", "unknownWorkspaceProperty": "ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Š¾Šµ свойство рабочей области" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/rus/src/vs/workbench/services/configuration/node/configuration.i18n.json index 8915524eb9..e966dce42e 100644 --- a/i18n/rus/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/rus/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/rus/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index 39062b846c..c69ade137c 100644 --- a/i18n/rus/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ заГач", "openLaunchConfiguration": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ запуска", - "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", "open": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ параметры", "saveAndRetry": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ Šø ŠæŠ¾Š²Ń‚Š¾Ń€ŠøŃ‚ŃŒ", "errorUnknownKey": "ŠŠµ уГалось Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ в {0}, так как {1} не ŃŠ²Š»ŃŠµŃ‚ŃŃ зарегистрированной ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠµŠ¹.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŠøŠ·Š¼ŠµŠ½ŠøŃ‚ŃŒ параметры рабочей области, так как {0} не поГГерживает рабочие области в в рабочей области ŠøŠ· Š½ŠµŃŠŗŠ¾Š»ŃŒŠŗŠøŃ… папок.", "errorInvalidFolderTarget": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŠøŠ·Š¼ŠµŠ½ŠøŃ‚ŃŒ параметры папок, так как Ń€ŠµŃŃƒŃ€Ń не указан.", "errorNoWorkspaceOpened": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ в {0}, так как не открыта ни оГна Ń€Š°Š±Š¾Ń‡Š°Ń Š¾Š±Š»Š°ŃŃ‚ŃŒ. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ Ń€Š°Š±Š¾Ń‡ŃƒŃŽ Š¾Š±Š»Š°ŃŃ‚ŃŒ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "errorInvalidTaskConfiguration": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл заГач. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл **Tasks**, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "errorInvalidLaunchConfiguration": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл запуска. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл **Launch**, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", - "errorInvalidConfiguration": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл параметров ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл **User Settings**, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", - "errorInvalidConfigurationWorkspace": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл параметров рабочей области. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл **Workspace Settings**, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", - "errorInvalidConfigurationFolder": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл параметров папок. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл **Folder Settings** в папке **{0}**, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", - "errorTasksConfigurationFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись параметров в файл заГач, так как файл был изменен. Дохраните файл **Tasks Configuration** Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "errorLaunchConfigurationFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл запуска, так как файл был изменен. Дохраните файл **Launch Configuration** Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "errorConfigurationFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń, так как файл был изменен. Дохраните файл **User Settings** Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "errorConfigurationFileDirtyWorkspace": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры рабочей области, так как файл был изменен. Дохраните файл **Workspace Settings** Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", - "errorConfigurationFileDirtyFolder": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры папок, так как файл был изменен. Дохраните файл **Folder Settings** в папке **{0}** Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", + "errorInvalidTaskConfiguration": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø заГач. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "errorInvalidLaunchConfiguration": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø запуска. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "errorInvalidConfiguration": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл параметров ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ параметры ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", + "errorInvalidConfigurationWorkspace": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл параметров рабочей области. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ параметры рабочей области, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", + "errorInvalidConfigurationFolder": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры папки. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ параметры папки '{0}', ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", + "errorTasksConfigurationFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø заГач, так как файл был изменен. Дохраните файл Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "errorLaunchConfigurationFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø запуска, так как файл был изменен. Дохраните файл Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "errorConfigurationFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń, так как файл был изменен. Дохраните файл параметров ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "errorConfigurationFileDirtyWorkspace": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры рабочей области, так как файл был изменен. Дохраните файл параметров рабочей области Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ. ", + "errorConfigurationFileDirtyFolder": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ параметры папки, так как файл был изменен. Дохраните файл параметров папки '{0}' Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", "userTarget": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń", "workspaceTarget": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ рабочей области", "folderTarget": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€Ń‹ папок" diff --git a/i18n/rus/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/rus/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 8463d1762c..5b2a3b46da 100644 --- a/i18n/rus/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ запись в файл. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ в файле Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", "errorFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ в файл, так как файл был изменен. Дохраните файл Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/rus/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index b9b24e91bd..f085c1851e 100644 --- a/i18n/rus/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/rus/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index b9b24e91bd..473cc83061 100644 --- a/i18n/rus/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Š¢ŠµŠ»ŠµŠ¼ŠµŃ‚Ń€ŠøŃ", "telemetry.enableCrashReporting": "Š Š°Š·Ń€ŠµŃˆŠøŃ‚ŃŒ Š¾Ń‚ŠæŃ€Š°Š²ŠŗŃƒ отчетов о ŃŠ±Š¾ŃŃ… в ŠœŠ°Š¹ŠŗŃ€Š¾ŃŠ¾Ń„Ń‚.\nЧтобы ŃŃ‚Š¾Ń‚ параметр Š²ŃŃ‚ŃƒŠæŠøŠ» в силу, Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ ŠæŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠŗŠ°." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/rus/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index dc2cdb3183..053570ff1c 100644 --- a/i18n/rus/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "ДоГержит выГеленные ŃŠ»ŠµŠ¼ŠµŠ½Ń‚Ń‹" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/rus/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..1bfd045235 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&Да", + "cancelButton": "ŠžŃ‚Š¼ŠµŠ½Š°", + "moreFile": "...1 Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ файл не показан", + "moreFiles": "...не показано Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Ń… файлов: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/rus/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/rus/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/rus/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/rus/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/rus/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/rus/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..bf759d2221 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "Š”Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ VSĀ Code ŃƒŠŗŠ°Š·Ń‹Š²Š°ŠµŃ‚ Š²ŠµŃ€ŃŠøŃŽ VSĀ Code, с которой совместимо Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ. ŠžŠ½Š° не может Š±Ń‹Ń‚ŃŒ заГана как \"*\". ŠŠ°ŠæŃ€ŠøŠ¼ŠµŃ€, ^0.10.5 сообщает о совместимости с минимальной версией VSĀ CodeĀ 0.10.5.", + "vscode.extension.publisher": "Š˜Š·Š“Š°Ń‚ŠµŠ»ŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ VS Code.", + "vscode.extension.displayName": "ŠžŃ‚Š¾Š±Ń€Š°Š¶Š°ŠµŠ¼Š¾Šµ ŠøŠ¼Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ, используемого в коллекции VS Code.", + "vscode.extension.categories": "ŠšŠ°Ń‚ŠµŠ³Š¾Ń€ŠøŠø, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Šµ коллекцией VS Code Š“Š»Ń классификации Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ.", + "vscode.extension.galleryBanner": "Баннер, ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŠ¼Ń‹Š¹ в магазине VS Code.", + "vscode.extension.galleryBanner.color": "Цвет баннера в заголовке страницы магазина VS Code.", + "vscode.extension.galleryBanner.theme": "Š¦Š²ŠµŃ‚Š¾Š²Š°Ń тема Š“Š»Ń ŃˆŃ€ŠøŃ„Ń‚Š°, используемого в баннере.", + "vscode.extension.contributes": "Все ŠæŃƒŠ±Š»ŠøŠŗŠ°Ń†ŠøŠø Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ VS Code, преГставленные ŃŃ‚ŠøŠ¼ пакетом.", + "vscode.extension.preview": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ Š¼ŠµŃ‚ŠŗŃƒ \"ŠŸŃ€ŠµŠ“Š²Š°Ń€ŠøŃ‚ŠµŠ»ŃŒŠ½Š°Ń Š²ŠµŃ€ŃŠøŃ\" Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ в Marketplace.", + "vscode.extension.activationEvents": "Š”Š¾Š±Ń‹Ń‚ŠøŃ активации Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ коГа VS Code.", + "vscode.extension.activationEvents.onLanguage": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ кажГый раз, когГа Š¾Ń‚ŠŗŃ€Ń‹Š²Š°ŠµŃ‚ŃŃ файл, который Ń€Š°Š·Ń€ŠµŃˆŠ°ŠµŃ‚ŃŃ Šŗ указанному ŃŠ·Ń‹ŠŗŃƒ.", + "vscode.extension.activationEvents.onCommand": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ кажГый раз при вызове указанной команГы.", + "vscode.extension.activationEvents.onDebug": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ кажГый раз, когГа ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒ Š·Š°ŠæŃƒŃŠŗŠ°ŠµŃ‚ Š¾Ń‚Š»Š°Š“ŠŗŃƒ или ŃŠ¾Š±ŠøŃ€Š°ŠµŃ‚ŃŃ ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ отлаГки.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ кажГый раз, когГа необхоГимо ŃŠ¾Š·Š“Š°Ń‚ŃŒ файл \"launch.json\" (Šø Š²Ń‹Š·Ń‹Š²Š°Ń‚ŃŒ все метоГы provideDebugConfigurations).", + "vscode.extension.activationEvents.onDebugResolve": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ кажГый раз при запуске сеанса отлаГки указанного типа (Šø при вызове ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‰ŠµŠ³Š¾ метоГа resolveDebugConfiguration).", + "vscode.extension.activationEvents.workspaceContains": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ кажГый раз при открытии папки, соГержащей по крайней мере оГин файл, который ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ указанной станГартной маске.", + "vscode.extension.activationEvents.onView": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ кажГый раз при развертывании указанного окна.", + "vscode.extension.activationEvents.star": "Добытие активации Š²Ń‹Š“Š°ŠµŃ‚ŃŃ при запуске VS Code. Š”Š»Ń ŃƒŠ“Š¾Š±ŃŃ‚Š²Š° ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚Šµ ŃŃ‚Š¾ событие в своем Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠø Ń‚Š¾Š»ŃŒŠŗŠ¾ в том ŃŠ»ŃƒŃ‡Š°Šµ, если Š“Ń€ŃƒŠ³ŠøŠµ ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ событий не ŠæŠ¾Š“Ń…Š¾Š“ŃŃ‚.", + "vscode.extension.badges": "Массив ŃŠ¼Š±Š»ŠµŠ¼, отображаемых на боковой панели страницы Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ Marketplace.", + "vscode.extension.badges.url": "URL-аГрес ŠøŠ·Š¾Š±Ń€Š°Š¶ŠµŠ½ŠøŃ ŃŠ¼Š±Š»ŠµŠ¼Ń‹.", + "vscode.extension.badges.href": "Дсылка на ŃŠ¼Š±Š»ŠµŠ¼Ńƒ.", + "vscode.extension.badges.description": "ŠžŠæŠøŃŠ°Š½ŠøŠµ ŃŠ¼Š±Š»ŠµŠ¼Ń‹.", + "vscode.extension.extensionDependencies": "Зависимости от Š“Ń€ŃƒŠ³ŠøŃ… Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹. Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ — всегГа ${publisher}.${name}. ŠŠ°ŠæŃ€ŠøŠ¼ŠµŃ€: vscode.csharp.", + "vscode.extension.scripts.prepublish": "Дкрипт, Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŠ¼Ń‹Š¹ переГ ŠæŃƒŠ±Š»ŠøŠŗŠ°Ń†ŠøŠµŠ¹ пакета в качестве Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ VS Code.", + "vscode.extension.scripts.uninstall": "Š£Š“Š°Š»ŠøŃ‚ŃŒ обработчик Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ VS Code. Дкрипт, который Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŃ‚ся после полного ŃƒŠ“Š°Š»ŠµŠ½ŠøŃ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ŠøŠ· VS Code, когГа VS Code ŠæŠµŃ€ŠµŠ·Š°ŠæŃƒŃŠŗŠ°ŠµŃ‚ŃŃ (Š²Ń‹ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ŃŃ Šø Š·Š°ŠæŃƒŃŠŗŠ°ŠµŃ‚ŃŃ) после ŃƒŠ“Š°Š»ŠµŠ½ŠøŃ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ. ŠŸŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŃŽŃ‚ŃŃ Ń‚Š¾Š»ŃŒŠŗŠ¾ скрипты Node.", + "vscode.extension.icon": "ŠŸŃƒŃ‚ŃŒ Šŗ Š·Š½Š°Ń‡ŠŗŃƒ размером 128 x 128 пикселей." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index 34e6efd668..96dc46e810 100644 --- a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "Єост-процесс Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ не был Š·Š°ŠæŃƒŃ‰ŠµŠ½ в течение 10 секунГ. Возможно, он был остановлен в первой строке, а Š“Š»Ń ŠæŃ€Š¾Š“Š¾Š»Š¶ŠµŠ½ŠøŃ Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ отлаГчик.", "extensionHostProcess.startupFail": "Єост-процесс Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ не Š·Š°ŠæŃƒŃŃ‚ŠøŠ»ŃŃ ŃŠæŃƒŃŃ‚Ń 10 секунГ. Возможно, ŠæŃ€Š¾ŠøŠ·Š¾ŃˆŠ»Š° ошибка.", + "reloadWindow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ окно", "extensionHostProcess.error": "ŠžŃˆŠøŠ±ŠŗŠ° в хост-процессе Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 928a4957ca..75019f5a34 100644 --- a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) ŠŸŃ€Š¾Ń„ŠøŠ»ŠøŃ€Š¾Š²Š°Š½ŠøŠµ узла Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹..." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index b3a07f3252..dbece81f59 100644 --- a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "ŠŠµ уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ {0}: {1}.", "fileReadFail": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŠæŃ€Š¾Ń‡ŠøŃ‚Š°Ń‚ŃŒ файл {0}: {1}.", - "jsonsParseFail": "ŠŠµ уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ {0} или {1}: {2}.", + "jsonsParseReportErrors": "ŠŠµ уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ {0}: {1}.", "missingNLSKey": "ŠŠµ уГалось найти сообщение Š“Š»Ń ŠŗŠ»ŃŽŃ‡Š° {0}." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index eda56c60fd..bd4f61f802 100644 --- a/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "ДреГства разработчика", - "restart": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ хост-процесс Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "Єост-процесс Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ неожиГанно Š·Š°Š²ŠµŃ€ŃˆŠøŠ» Ń€Š°Š±Š¾Ń‚Ńƒ.", "extensionHostProcess.unresponsiveCrash": "Работа хост-процесса Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹ была Š·Š°Š²ŠµŃ€ŃˆŠµŠ½Š°, так как он перестал Š¾Ń‚Š²ŠµŃ‡Š°Ń‚ŃŒ на запросы.", + "devTools": "ДреГства разработчика", + "restart": "ŠŸŠµŃ€ŠµŠ·Š°ŠæŃƒŃŃ‚ŠøŃ‚ŃŒ хост-процесс Š“Š»Ń Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠ¹", "overwritingExtension": "Š˜Š“ŠµŃ‚ ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŃŒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ {0} на {1}.", "extensionUnderDevelopment": "Š˜Š“ŠµŃ‚ Š·Š°Š³Ń€ŃƒŠ·ŠŗŠ° Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ разработки в {0}.", - "extensionCache.invalid": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ были изменены на Гиске. ŠžŠ±Š½Š¾Š²ŠøŃ‚Šµ окно." + "extensionCache.invalid": "Š Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ были изменены на Гиске. ŠžŠ±Š½Š¾Š²ŠøŃ‚Šµ окно.", + "reloadWindow": "ŠŸŠµŃ€ŠµŠ·Š°Š³Ń€ŃƒŠ·ŠøŃ‚ŃŒ окно" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/rus/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..e54f50b21b --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "ŠŠµ уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ {0}: {1}.", + "fileReadFail": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ ŠæŃ€Š¾Ń‡ŠøŃ‚Š°Ń‚ŃŒ файл {0}: {1}.", + "jsonsParseReportErrors": "ŠŠµ уГалось ŠæŃ€Š¾Š°Š½Š°Š»ŠøŠ·ŠøŃ€Š¾Š²Š°Ń‚ŃŒ {0}: {1}.", + "missingNLSKey": "ŠŠµ уГалось найти сообщение Š“Š»Ń ŠŗŠ»ŃŽŃ‡Š° {0}.", + "notSemver": "Š’ŠµŃ€ŃŠøŃ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ несовместима с semver.", + "extensionDescription.empty": "ŠŸŃƒŃŃ‚Š¾Šµ описание Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ", + "extensionDescription.publisher": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "extensionDescription.name": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "extensionDescription.version": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "extensionDescription.engines": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно Š±Ń‹Ń‚ŃŒ типа object", + "extensionDescription.engines.vscode": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "extensionDescription.extensionDependencies": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно Š±Ń‹Ń‚ŃŒ типа \"string []\"", + "extensionDescription.activationEvents1": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно Š±Ń‹Ń‚ŃŒ типа \"string []\"", + "extensionDescription.activationEvents2": "оба свойства, \"{0}\" Šø \"{1}\", Голжны Š±Ń‹Ń‚ŃŒ либо ŃƒŠŗŠ°Š·Š°Š½Ń‹, либо Š¾ŠæŃƒŃ‰ŠµŠ½Ń‹", + "extensionDescription.main1": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", + "extensionDescription.main2": "ŠžŠ¶ŠøŠ“Š°ŠµŃ‚ŃŃ, что Ń„ŃƒŠ½ŠŗŃ†ŠøŃ main ({0}) Š±ŃƒŠ“ŠµŃ‚ Š²ŠŗŠ»ŃŽŃ‡ŠµŠ½Š° в папку Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ ({1}). Из-за ŃŃ‚Š¾Š³Š¾ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµ может ŃŃ‚Š°Ń‚ŃŒ непереносимым.", + "extensionDescription.main3": "оба свойства, \"{0}\" Šø \"{1}\", Голжны Š±Ń‹Ń‚ŃŒ либо ŃƒŠŗŠ°Š·Š°Š½Ń‹, либо Š¾ŠæŃƒŃ‰ŠµŠ½Ń‹" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/rus/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 5289da79fa..72d82c87a6 100644 --- a/i18n/rus/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ платформа Microsoft .NET FrameworkĀ 4.5. ŠŠ°Š¶Š¼ŠøŃ‚Šµ ŃŃŃ‹Š»ŠŗŃƒ, чтобы ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ее.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": "Š”ŠŗŠ°Ń‡Š°Ń‚ŃŒ .NET Framework 4.5", "neverShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", + "netVersionError": "Š¢Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ платформа Microsoft .NET FrameworkĀ 4.5. ŠŠ°Š¶Š¼ŠøŃ‚Šµ ŃŃŃ‹Š»ŠŗŃƒ, чтобы ŃƒŃŃ‚Š°Š½Š¾Š²ŠøŃ‚ŃŒ ее.", + "learnMore": "Š˜Š½ŃŃ‚Ń€ŃƒŠŗŃ†ŠøŠø", + "enospcError": "Š’ {0} Š·Š°ŠŗŠ¾Š½Ń‡ŠøŠ»ŠøŃŃŒ Гескрипторы файлов. Š”Š»Ń Ń€ŠµŃˆŠµŠ½ŠøŃ проблемы Š²Š¾ŃŠæŠ¾Š»ŃŒŠ·ŃƒŠ¹Ń‚ŠµŃŃŒ ссылкой на ŠøŠ½ŃŃ‚Ń€ŃƒŠŗŃ†ŠøŠø.", + "binFailed": "ŠŠµ уГалось ŠæŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ \"{0}\" в ŠŗŠ¾Ń€Š·ŠøŠ½Ńƒ", "trashFailed": "ŠŠµ уГалось ŠæŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ \"{0}\" в ŠŗŠ¾Ń€Š·ŠøŠ½Ńƒ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/rus/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 54fbd1ada7..d96dfa8c18 100644 --- a/i18n/rus/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "Файл ŃŠ²Š»ŃŠµŃ‚ŃŃ каталогом", + "fileNotModifiedError": "undefined", "fileBinaryError": "ŠŸŠ¾Ń…Š¾Š¶Šµ, файл ŃŠ²Š»ŃŠµŃ‚ŃŃ Гвоичным, Šø его Š½ŠµŠ»ŃŒŠ·Ń Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ как текстовый." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/rus/src/vs/workbench/services/files/node/fileService.i18n.json index 9363e76f0d..9a68c91073 100644 --- a/i18n/rus/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "ŠŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¹ Ń€ŠµŃŃƒŃ€Ń файла ({0})", "fileIsDirectoryError": "Файл ŃŠ²Š»ŃŠµŃ‚ŃŃ каталогом", "fileNotModifiedError": "undefined", + "fileTooLargeForHeapError": "Размер файла ŠæŃ€ŠµŠ²Ń‹ŃˆŠ°ŠµŃ‚ объем ŠæŠ°Š¼ŃŃ‚Šø окна, ŠæŠ¾ŠæŃ€Š¾Š±ŃƒŠ¹Ń‚Šµ Š²Ń‹ŠæŠ¾Š»Š½ŠøŃ‚ŃŒ коГ с параметром --max-memory=новый_объем_ŠæŠ°Š¼ŃŃ‚Šø", "fileTooLargeError": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ файл, так как он имеет слишком большой размер", "fileNotFoundError": "Файл не найГен ({0})", "fileBinaryError": "ŠŸŠ¾Ń…Š¾Š¶Šµ, файл ŃŠ²Š»ŃŠµŃ‚ŃŃ Гвоичным, Šø его Š½ŠµŠ»ŃŒŠ·Ń Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ как текстовый.", + "filePermission": "ŠžŃ‚ŃŃƒŃ‚ŃŃ‚Š²ŃƒŠµŃ‚ Ń€Š°Š·Ń€ŠµŃˆŠµŠ½ŠøŠµ на запись в файл ({0})", "fileExists": "ДозГаваемый файл уже ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚ ({0})", "fileMoveConflict": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ ŠæŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ или ŃŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ файл, так как он уже ŃŃƒŃ‰ŠµŃŃ‚Š²ŃƒŠµŃ‚ в папке Š½Š°Š·Š½Š°Ń‡ŠµŠ½ŠøŃ.", "unableToMoveCopyError": "ŠŠµŠ²Š¾Š·Š¼Š¾Š¶Š½Š¾ ŠæŠµŃ€ŠµŠ¼ŠµŃŃ‚ŠøŃ‚ŃŒ или ŃŠŗŠ¾ŠæŠøŃ€Š¾Š²Š°Ń‚ŃŒ файл, так как он заменил бы папку, в которой ŃŠ¾Š“ŠµŃ€Š¶ŠøŃ‚ŃŃ.", diff --git a/i18n/rus/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..7f1476b4c8 --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ схемы JSON.", + "contributes.jsonValidation.fileMatch": "Шаблон файла Š“Š»Ń ŃŠ¾ŠæŠ¾ŃŃ‚Š°Š²Š»ŠµŠ½ŠøŃ, например \"package.json\" или \"*.launch\".", + "contributes.jsonValidation.url": "URL-аГрес схемы (\"http:\", \"https:\") или Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ ŠæŃƒŃ‚ŃŒ Šŗ папке Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃ (\"./\").", + "invalid.jsonValidation": "configuration.jsonValidation Голжно Š±Ń‹Ń‚ŃŒ массивом", + "invalid.fileMatch": "ŠŠµŠ¾Š±Ń…Š¾Š“ŠøŠ¼Š¾ Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŠøŃ‚ŃŒ configuration.jsonValidation.fileMatch", + "invalid.url": "Значение configuration.jsonValidation.url Голжно Š±Ń‹Ń‚ŃŒ URL-аГресом или Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¼ ŠæŃƒŃ‚ŠµŠ¼", + "invalid.url.fileschema": "Значение configuration.jsonValidation.url ŃŠ²Š»ŃŠµŃ‚ŃŃ Š½ŠµŠ“Š¾ŠæŃƒŃŃ‚ŠøŠ¼Ń‹Š¼ Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¼ URL-аГресом: {0}", + "invalid.url.schema": "Значение configuration.jsonValidation.url Голжно Š½Š°Ń‡ŠøŠ½Š°Ń‚ŃŒŃŃ с \"http:\", \"https:\" или \"./\" Š“Š»Ń ссылки на схемы, ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‰ŠøŠµŃŃ в Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠø" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/rus/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index 43c8291799..1721f9a2e5 100644 --- a/i18n/rus/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/rus/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "ŠŠµ уГалось Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ Ганные, так как ŃŃ‚Š¾ файл-черновик. Дохраните файл **настраиваемых сочетаний клавиш** Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "parseErrors": "ŠŠµ уГалось Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ настраиваемые ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл **настраиваемых сочетаний клавиш**, чтобы ŠøŃŠæŃ€Š°Š²ŠøŃ‚ŃŒ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ в файле, Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "errorInvalidConfiguration": "ŠŠµ уГалось Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ настраиваемые ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш. **Файл настраиваемых сочетаний клавиш** соГержит Š¾Š±ŃŠŠµŠŗŃ‚, не ŃŠ²Š»ŃŃŽŃ‰ŠøŠ¹ŃŃ типом Array. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл, чтобы Š¾Ń‡ŠøŃŃ‚ŠøŃ‚ŃŒ его, Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø сочетаний клавиш, так как файл был изменен. Дохраните файл Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "parseErrors": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø сочетаний клавиш. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", + "errorInvalidConfiguration": "ŠŠµ уГалось Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø сочетаний клавиш. Этот файл соГержит Š¾Š±ŃŠŠµŠŗŃ‚, тип которого отличен от Array. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл, ŃƒŠ“Š°Š»ŠøŃ‚Šµ ŃŃ‚Š¾Ń‚ Š¾Š±ŃŠŠµŠŗŃ‚ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", "emptyKeybindingsHeader": "ŠŸŠ¾Š¼ŠµŃŃ‚ŠøŃ‚Šµ настраиваемые ŃŠ¾Ń‡ŠµŃ‚Š°Š½ŠøŃ клавиш в ŃŃ‚Š¾Ń‚ файл, чтобы ŠæŠµŃ€ŠµŠ·Š°ŠæŠøŃŠ°Ń‚ŃŒ клавиши по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/rus/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 1ea5d9e9c9..8e38ac0132 100644 --- a/i18n/rus/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ Š½ŠµŠæŃƒŃŃ‚Š¾Šµ значение.", "requirestring": "свойство \"{0}\" ŃŠ²Š»ŃŠµŃ‚ŃŃ Š¾Š±ŃŠ·Š°Ń‚ŠµŠ»ŃŒŠ½Ń‹Š¼ Šø Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", "optstring": "свойство \"{0}\" может Š±Ń‹Ń‚ŃŒ Š¾ŠæŃƒŃ‰ŠµŠ½Š¾ или Голжно ŠøŠ¼ŠµŃ‚ŃŒ тип string", @@ -22,5 +24,6 @@ "keybindings.json.when": "Условие, когГа клавиша нажата.", "keybindings.json.args": "ŠŃ€Š³ŃƒŠ¼ŠµŠ½Ń‚Ń‹, переГаваемые в Š²Ń‹ŠæŠ¾Š»Š½ŃŠµŠ¼ŃƒŃŽ команГу.", "keyboardConfigurationTitle": "ŠšŠ»Š°Š²ŠøŠ°Ń‚ŃƒŃ€Š°", - "dispatch": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ логикой Гиспетчеризации Š“Š»Ń нажатий клавиш \"code\" (Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ) или \"keyCode\"." + "dispatch": "Š£ŠæŃ€Š°Š²Š»ŃŠµŃ‚ логикой Гиспетчеризации Š“Š»Ń нажатий клавиш \"code\" (Ń€ŠµŠŗŠ¾Š¼ŠµŠ½Š“ŃƒŠµŃ‚ŃŃ) или \"keyCode\".", + "touchbar.enabled": "Š’ŠŗŠ»ŃŽŃ‡Š°ŠµŃ‚ кнопки сенсорной панели macOS на ŠŗŠ»Š°Š²ŠøŠ°Ń‚ŃƒŃ€Šµ, если они Š“Š¾ŃŃ‚ŃƒŠæŠ½Ń‹." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/rus/src/vs/workbench/services/message/browser/messageList.i18n.json index 1df72ae984..c4ffe2ff03 100644 --- a/i18n/rus/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/rus/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "ŠžŃˆŠøŠ±ŠŗŠ°: {0}", "alertWarningMessage": "ŠŸŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŠµ: {0}", "alertInfoMessage": "Š”Š²ŠµŠ“ŠµŠ½ŠøŃ: {0}", diff --git a/i18n/rus/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/rus/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index a01772e0d2..113e35d27b 100644 --- a/i18n/rus/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&Да", "cancelButton": "ŠžŃ‚Š¼ŠµŠ½Š°" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/rus/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index 5a0a549baf..0003250b76 100644 --- a/i18n/rus/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ Š¾Š±ŃŠŃŠ²Š»ŠµŠ½ŠøŃ ŃŠ·Ń‹ŠŗŠ°.", "vscode.extension.contributes.languages.id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ ŃŠ·Ń‹ŠŗŠ°.", "vscode.extension.contributes.languages.aliases": "ŠŸŃŠµŠ²Š“Š¾Š½ŠøŠ¼Ń‹ имен Š“Š»Ń ŃŠ·Ń‹ŠŗŠ°.", diff --git a/i18n/rus/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/rus/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/rus/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/rus/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 914bf43b33..92abc433d5 100644 --- a/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ разметчики TextMate.", "vscode.extension.contributes.grammars.language": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ ŃŠ·Ń‹ŠŗŠ°, Š“Š»Ń которого Š“Š¾Š±Š°Š²Š»ŃŠµŃ‚ŃŃ ŃŃ‚Š¾Ń‚ синтаксис.", "vscode.extension.contributes.grammars.scopeName": "Š˜Š¼Ń области TextMate, используемое в файле tmLanguage.", diff --git a/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index e3e7f8549d..c74e071c8a 100644 --- a/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/rus/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "ŠŠµŠøŠ·Š²ŠµŃŃ‚Š½Ń‹Š¹ ŃŠ·Ń‹Šŗ в contributes.{0}.language. Указанное значение: {1}", "invalid.scopeName": "Š’ contributes.{0}.scopeName Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ строка. Указанное значение: {1}", "invalid.path.0": "Š’ contributes.{0}.path Ń‚Ń€ŠµŠ±ŃƒŠµŃ‚ŃŃ строка. Указанное значение: {1}", diff --git a/i18n/rus/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/rus/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index af456f8fa9..b978509be9 100644 --- a/i18n/rus/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/rus/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "Файл изменен. Дохраните его, прежГе чем Š¾Ń‚ŠŗŃ€Ń‹Ń‚ŃŒ его вновь в Š“Ń€ŃƒŠ³Š¾Š¹ коГировке.", "genericSaveError": "ŠŠµ уГалось ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ \"{0}\": {1}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/rus/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 07d83c760a..0c8a8056d7 100644 --- a/i18n/rus/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "ŠŠµ уГалось Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ измененные файлы в расположение резервной копии (ошибка: {0}). ŠŸŠ¾ŠæŃ€Š¾Š±ŃƒŠ¹Ń‚Šµ ŃŠ¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ файлы Šø выйти." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/rus/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index fd9cd98e38..a633677cb3 100644 --- a/i18n/rus/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ, внесенные в {0}?", "saveChangesMessages": "Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ ŠøŠ·Š¼ŠµŠ½ŠµŠ½ŠøŃ в ŃƒŠŗŠ°Š·Š°Š½Š½Ń‹Ń… файлах ({0})?", - "moreFile": "...1 Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Š¹ файл не показан", - "moreFiles": "...не показано Š“Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Ń… файлов: {0}", "saveAll": "&&Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ все", "save": "&&Š”Š¾Ń…Ń€Š°Š½ŠøŃ‚ŃŒ", "dontSave": "&&ŠŠµ ŃŠ¾Ń…Ń€Š°Š½ŃŃ‚ŃŒ", diff --git a/i18n/rus/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/rus/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..b550f2245e --- /dev/null +++ b/i18n/rus/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "Š”Š¾Š±Š°Š²Š»ŃŠµŃ‚ цвета тем, Š¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŠ¼Ń‹Šµ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŠµŠ¼ ", + "contributes.color.id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ цвета темы", + "contributes.color.id.format": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€Ń‹ необхоГимо ŃƒŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ в форме aa [.bb]*", + "contributes.color.description": "ŠžŠæŠøŃŠ°Š½ŠøŠµ цвета темы", + "contributes.defaults.light": "Цвет по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Š“Š»Ń светлых тем. Укажите значение цвета в ŃˆŠµŃŃ‚Š½Š°Š“Ń†Š°Ń‚ŠµŃ€ŠøŃ‡Š½Š¾Š¼ формате (#RRGGBB[AA]) или иГентификатор цвета темы.", + "contributes.defaults.dark": "Цвет по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Š“Š»Ń темных тем. Укажите значение цвета в ŃˆŠµŃŃ‚Š½Š°Š“Ń†Š°Ń‚ŠµŃ€ŠøŃ‡Š½Š¾Š¼ формате (#RRGGBB[AA]) или иГентификатор цвета темы.", + "contributes.defaults.highContrast": "Цвет по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ Š“Š»Ń тем с высоким контрастом. Укажите значение цвета в ŃˆŠµŃŃ‚Š½Š°Š“Ń†Š°Ń‚ŠµŃ€ŠøŃ‡Š½Š¾Š¼ формате (#RRGGBB[AA]) или иГентификатор цвета темы.", + "invalid.colorConfiguration": "'configuration.colors' Голжен Š±Ń‹Ń‚ŃŒ массивом", + "invalid.default.colorType": "{0} Голжен ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃ‚ŃŒ собой значение цвета в ŃˆŠµŃŃ‚Š½Š°Š“Ń†Š°Ń‚ŠµŃ€ŠøŃ‡Š½Š¾Š¼ формате (#RRGGBB[AA] или #RGB[A]) или иГентификатор цвета темы.", + "invalid.id": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€ 'configuration.colors.id' Голжен Š±Ń‹Ń‚ŃŒ указан Šø не может Š±Ń‹Ń‚ŃŒ ŠæŃƒŃŃ‚Ń‹Š¼", + "invalid.id.format": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€ 'configuration.colors.id' Голжен ŃŠ»ŠµŠ“Š¾Š²Š°Ń‚ŃŒ за word[.word]*", + "invalid.description": "ŠŸŠ°Ń€Š°Š¼ŠµŃ‚Ń€ 'configuration.colors.description' Голжен Š±Ń‹Ń‚ŃŒ указан Šø не может Š±Ń‹Ń‚ŃŒ ŠæŃƒŃŃ‚Ń‹Š¼", + "invalid.defaults": "'configuration.colors.defaults' может Š±Ń‹Ń‚ŃŒ указан Šø может ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‚ŃŒ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ 'light', 'dark' Šø 'highContrast'" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/rus/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index db97e7ffd8..4bc40647bf 100644 --- a/i18n/rus/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/rus/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "Цвета Šø стили Š“Š»Ń маркера.", "schema.token.foreground": "Цвет переГнего плана Š“Š»Ń маркера.", "schema.token.background.warning": "Цвет фона маркера сейчас не ŠæŠ¾Š“Š“ŠµŃ€Š¶ŠøŠ²Š°ŠµŃ‚ŃŃ.", - "schema.token.fontStyle": "ŠŠ°Ń‡ŠµŃ€Ń‚Š°Š½ŠøŠµ ŃˆŃ€ŠøŃ„Ń‚Š° Š“Š»Ń правила: оГин либо сочетание ŠŗŃƒŃ€ŃŠøŠ²Š°, ŠæŠ¾Š»ŃƒŠ¶ŠøŃ€Š½Š¾Š³Š¾ Šø ŠæŠ¾Š“Ń‡ŠµŃ€ŠŗŠøŠ²Š°Š½ŠøŃ.", - "schema.fontStyle.error": "Š”Ń‚ŠøŠ»ŃŒ ŃˆŃ€ŠøŃ„Ń‚Š° Голжен ŠæŃ€ŠµŠ“ŃŃ‚Š°Š²Š»ŃŃ‚ŃŒ собой сочетание свойств 'italic', 'bold' Šø 'underline'", + "schema.token.fontStyle": "Š”Ń‚ŠøŠ»ŃŒ ŃˆŃ€ŠøŃ„Ń‚Š° Š“Š»Ń правила: 'italic', 'bold', 'underline' или ŠøŃ… сочетание. Если указана ŠæŃƒŃŃ‚Š°Ń строка, то ŃƒŠ½Š°ŃŠ»ŠµŠ“Š¾Š²Š°Š½Š½Ń‹Šµ настройки Š¾Ń‚Š¼ŠµŠ½ŃŃŽŃ‚ŃŃ.", + "schema.fontStyle.error": "Š”Ń‚ŠøŠ»ŃŒ ŃˆŃ€ŠøŃ„Ń‚Š° может ŠøŠ¼ŠµŃ‚ŃŒ Š·Š½Š°Ń‡ŠµŠ½ŠøŃ 'italic', 'bold' Šø 'underline', сочетание ŃŃ‚ŠøŃ… свойств или ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‚ŃŒ ŠæŃƒŃŃ‚ŃƒŃŽ ŃŃ‚Ń€Š¾ŠŗŃƒ.", + "schema.token.fontStyle.none": "ŠŠµŃ‚ (Š¾Ń‡ŠøŃŃ‚ŠøŃ‚ŃŒ ŃƒŠ½Š°ŃŠ»ŠµŠ“Š¾Š²Š°Š½Š½Ń‹Š¹ ŃŃ‚ŠøŠ»ŃŒ)", "schema.properties.name": "ŠžŠæŠøŃŠ°Š½ŠøŠµ правила.", "schema.properties.scope": "ŠŸŠµŃ€ŠµŠŗŠ»ŃŽŃ‡Š°Ń‚ŠµŠ»ŃŒ области, Š“Š»Ń которой ŠæŃ€Š¾Š²ŠµŃ€ŃŠµŃ‚ся ŃŃ‚Š¾ правило.", "schema.tokenColors.path": "ŠŸŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ tmTheme (Š¾Ń‚Š½Š¾ŃŠøŃ‚ŠµŠ»ŃŒŠ½Š¾ Ń‚ŠµŠŗŃƒŃ‰ŠµŠ³Š¾ файла).", diff --git a/i18n/rus/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/rus/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index 36030bba88..e8e74238e7 100644 --- a/i18n/rus/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/rus/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "Значок папки Š“Š»Ń Ń€Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚Ń‹Ń… папок. Значок Ń€Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚Š¾Š¹ папки ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся по Š¶ŠµŠ»Š°Š½ŠøŃŽ. Если он не заГан, Š±ŃƒŠ“ŠµŃ‚ Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°Ń‚ŃŒŃŃ значок, заГанный Š“Š»Ń папки.", "schema.folder": "Значок папки Š“Š»Ń ŃŠ²ŠµŃ€Š½ŃƒŃ‚Ń‹Ń… папок, а также если не заГан параметр folderExpanded Š“Š»Ń Ń€Š°Š·Š²ŠµŃ€Š½ŃƒŃ‚Ń‹Ń… папок.", "schema.file": "Значок файла по ŃƒŠ¼Š¾Š»Ń‡Š°Š½ŠøŃŽ, отображаемый Š“Š»Ń всех файлов, которые не ŃŠ¾Š¾Ń‚Š²ŠµŃ‚ŃŃ‚Š²ŃƒŃŽŃ‚ ŠøŠ·Š²ŠµŃŃ‚Š½Š¾Š¼Ńƒ Ń€Š°ŃŃˆŠøŃ€ŠµŠ½ŠøŃŽ, имени файла или коГу ŃŠ·Ń‹ŠŗŠ°.", diff --git a/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index b5a06fd68d..1e4fdb9e0f 100644 --- a/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "Возникли проблемы при анализе файла JSON THEME: {0}.", "error.invalidformat.colors": "ŠžŃˆŠøŠ±ŠŗŠ° при анализе файла цветовой темы: {0}. Двойство 'colors' не имеет тип 'object'.", "error.invalidformat.tokenColors": "ŠžŃˆŠøŠ±ŠŗŠ° при анализе файла цветовой темы: {0}. Двойство 'tokenColors' Голжно ŃŠ¾Š“ŠµŃ€Š¶Š°Ń‚ŃŒ массив цветов или ŠæŃƒŃ‚ŃŒ Šŗ Ń„Š°Š¹Š»Ńƒ темы TextMate", diff --git a/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index c91d95429e..d78b360e30 100644 --- a/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/rus/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Contributes textmate color themes.", "vscode.extension.contributes.themes.id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ темы значка, как ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся в параметрах ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń.", "vscode.extension.contributes.themes.label": "ŠœŠµŃ‚ŠŗŠ° цветовой схемы, Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŠ¼Š°Ń в ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š¼ интерфейсе.", diff --git a/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index b0f9faf6b5..f64e046b9f 100644 --- a/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Problems parsing file icons file: {0}" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index d03dc07b9a..15062cf0c7 100644 --- a/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/rus/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Contributes file icon themes.", "vscode.extension.contributes.iconThemes.id": "Š˜Š“ŠµŠ½Ń‚ŠøŃ„ŠøŠŗŠ°Ń‚Š¾Ń€ темы значка, как ŠøŃŠæŠ¾Š»ŃŒŠ·ŃƒŠµŃ‚ся в параметрах ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»Ń.", "vscode.extension.contributes.iconThemes.label": "ŠœŠµŃ‚ŠŗŠ° темы значка, как Š¾Ń‚Š¾Š±Ń€Š°Š¶Š°ŠµŃ‚ŃŃ в ŠæŠ¾Š»ŃŒŠ·Š¾Š²Š°Ń‚ŠµŠ»ŃŒŃŠŗŠ¾Š¼ интерфейсе.", diff --git a/i18n/rus/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/rus/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index 9cba5bba5f..6f17ec67be 100644 --- a/i18n/rus/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "Unable to load {0}: {1}", "colorTheme": "Specifies the color theme used in the workbench.", "colorThemeError": "Theme is unknown or not installed.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "No file icons", "iconThemeError": "File icon theme is unknown or not installed.", "workbenchColors": "ŠŸŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ цвета ŠøŠ· выбранной цветовой темы.", - "editorColors": "ŠŸŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ цвета реГактора Šø ŃŃ‚ŠøŠ»ŃŒ ŃˆŃ€ŠøŃ„Ń‚Š° ŠøŠ· Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ выбранной цветовой темы.", "editorColors.comments": "ЗаГает цвета Šø стили Š“Š»Ń комментариев", "editorColors.strings": "ЗаГает цвета Šø стили Š“Š»Ń строковых литералов.", "editorColors.keywords": "ЗаГает цвета Šø стили Š“Š»Ń ŠŗŠ»ŃŽŃ‡ŠµŠ²Ń‹Ń… слов.", @@ -19,5 +20,6 @@ "editorColors.types": "ЗаГает цвета Šø стили Š“Š»Ń Š¾Š±ŃŠŃŠ²Š»ŠµŠ½ŠøŠ¹ типов Šø ссылок. ", "editorColors.functions": "ЗаГает цвета Šø стили Š“Š»Ń Š¾Š±ŃŠŃŠ²Š»ŠµŠ½ŠøŠ¹ Ń„ŃƒŠ½ŠŗŃ†ŠøŠ¹ Šø ссылок. ", "editorColors.variables": "ЗаГает цвета Šø стили Š“Š»Ń Š¾Š±ŃŠŃŠ²Š»ŠµŠ½ŠøŠ¹ переменных Šø Š“Š»Ń ссылок. ", - "editorColors.textMateRules": "ЗаГает цвета Šø стили с использованием правил Š¾Ń„Š¾Ń€Š¼Š»ŠµŠ½ŠøŃ textmate (Ń€Š°ŃŃˆŠøŃ€ŠµŠ½Š½Ń‹Š¹ параметр)." + "editorColors.textMateRules": "ЗаГает цвета Šø стили с использованием правил Š¾Ń„Š¾Ń€Š¼Š»ŠµŠ½ŠøŃ textmate (Ń€Š°ŃŃˆŠøŃ€ŠµŠ½Š½Ń‹Š¹ параметр).", + "editorColors": "ŠŸŠµŃ€ŠµŠ¾ŠæŃ€ŠµŠ“ŠµŠ»ŃŠµŃ‚ цвета реГактора Šø ŃŃ‚ŠøŠ»ŃŒ ŃˆŃ€ŠøŃ„Ń‚Š° ŠøŠ· Ń‚ŠµŠŗŃƒŃ‰ŠµŠ¹ выбранной цветовой темы." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/rus/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 019229d3fb..5e1454c87c 100644 --- a/i18n/rus/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/rus/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø рабочей области. ŠžŃ‚ŠŗŃ€Š¾Š¹Ń‚Šµ файл, ŠøŃŠæŃ€Š°Š²ŃŒŃ‚Šµ ошибки Šø ŠæŃ€ŠµŠ“ŃƒŠæŃ€ŠµŠ¶Š“ŠµŠ½ŠøŃ Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", "errorWorkspaceConfigurationFileDirty": "ŠŠµ ŃƒŠ“Š°ŠµŃ‚ŃŃ Š·Š°ŠæŠøŃŠ°Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø рабочей области, так как файл был изменен. Дохраните файл Šø повторите ŠæŠ¾ŠæŃ‹Ń‚ŠŗŃƒ.", - "openWorkspaceConfigurationFile": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ файл ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŠø рабочей области", - "close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", - "enterWorkspace.close": "Š—Š°ŠŗŃ€Ń‹Ń‚ŃŒ", - "enterWorkspace.dontShowAgain": "Š‘Š¾Š»ŃŒŃˆŠµ не ŠæŠ¾ŠŗŠ°Š·Ń‹Š²Š°Ń‚ŃŒ", - "enterWorkspace.moreInfo": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ", - "enterWorkspace.prompt": "Š”Š¾ŠæŠ¾Š»Š½ŠøŃ‚ŠµŠ»ŃŒŠ½Ń‹Šµ ŃŠ²ŠµŠ“ŠµŠ½ŠøŃ о работе с несколькими папками в VS Code." + "openWorkspaceConfigurationFile": "ŠžŃ‚ŠŗŃ€Ń‹Ń‚ŃŒ ŠŗŠ¾Š½Ń„ŠøŠ³ŃƒŃ€Š°Ń†ŠøŃŽ рабочей области" } \ No newline at end of file diff --git a/i18n/trk/extensions/azure-account/out/azure-account.i18n.json b/i18n/trk/extensions/azure-account/out/azure-account.i18n.json index 83a29fc708..f1f8bd6cb7 100644 --- a/i18n/trk/extensions/azure-account/out/azure-account.i18n.json +++ b/i18n/trk/extensions/azure-account/out/azure-account.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/extensions/azure-account/out/extension.i18n.json b/i18n/trk/extensions/azure-account/out/extension.i18n.json index 68e607e17d..2fb40c5426 100644 --- a/i18n/trk/extensions/azure-account/out/extension.i18n.json +++ b/i18n/trk/extensions/azure-account/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/extensions/bat/package.i18n.json b/i18n/trk/extensions/bat/package.i18n.json new file mode 100644 index 0000000000..b2f756b8a3 --- /dev/null +++ b/i18n/trk/extensions/bat/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Windows Bat Dil Temelleri", + "description": "Windows batch dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/clojure/package.i18n.json b/i18n/trk/extensions/clojure/package.i18n.json new file mode 100644 index 0000000000..59e2b4c578 --- /dev/null +++ b/i18n/trk/extensions/clojure/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Clojure Dil Temelleri", + "description": "Clojure dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/coffeescript/package.i18n.json b/i18n/trk/extensions/coffeescript/package.i18n.json new file mode 100644 index 0000000000..1b5d90bad5 --- /dev/null +++ b/i18n/trk/extensions/coffeescript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CoffeeScript Dil Temelleri", + "description": "CoffeeScript dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/configuration-editing/out/extension.i18n.json b/i18n/trk/extensions/configuration-editing/out/extension.i18n.json index 5e6350bbcf..74b97dd40f 100644 --- a/i18n/trk/extensions/configuration-editing/out/extension.i18n.json +++ b/i18n/trk/extensions/configuration-editing/out/extension.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "exampleExtension": "Ɩrnek" } \ No newline at end of file diff --git a/i18n/trk/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json b/i18n/trk/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json index b536f2a04c..8140421984 100644 --- a/i18n/trk/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json +++ b/i18n/trk/extensions/configuration-editing/out/settingsDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activeEditorShort": "dosya adı (ƶr. dosyam.txt)", "activeEditorMedium": "Ƨalışma alanı klasƶrüne gƶreli dosyanın yolu (ƶr. klasorum/dosyam.txt)", "activeEditorLong": "dosyanın tam yolu (ƶr. /Users/Development/myProject/myFolder/myFile.txt)", diff --git a/i18n/trk/extensions/configuration-editing/package.i18n.json b/i18n/trk/extensions/configuration-editing/package.i18n.json new file mode 100644 index 0000000000..9e1ce665a0 --- /dev/null +++ b/i18n/trk/extensions/configuration-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Yapılandırma Düzenleme", + "description": "Ayarlar, başlatma, ƶnerilen eklenti dosyaları gibi yapılandırma dosyalarında gelişmiş kod tamamlama (IntelliSense), otomatik düzeltme gibi yetenekler sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/cpp/package.i18n.json b/i18n/trk/extensions/cpp/package.i18n.json new file mode 100644 index 0000000000..9f53d42ba7 --- /dev/null +++ b/i18n/trk/extensions/cpp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C/C++ Dil Temelleri", + "description": "C/C++ dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/csharp/package.i18n.json b/i18n/trk/extensions/csharp/package.i18n.json new file mode 100644 index 0000000000..6e4fe4ab22 --- /dev/null +++ b/i18n/trk/extensions/csharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "C# Dil Temelleri", + "description": "C# dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/css/client/out/cssMain.i18n.json b/i18n/trk/extensions/css/client/out/cssMain.i18n.json index efa3cfefe2..d6489958a3 100644 --- a/i18n/trk/extensions/css/client/out/cssMain.i18n.json +++ b/i18n/trk/extensions/css/client/out/cssMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cssserver.name": "CSS Dil Sunucusu", "folding.start": "Katlama Bƶlgesi Başlangıcı", "folding.end": "Katlama Bƶlgesi Sonu" diff --git a/i18n/trk/extensions/css/package.i18n.json b/i18n/trk/extensions/css/package.i18n.json index c3c20d0432..28a40ba1e3 100644 --- a/i18n/trk/extensions/css/package.i18n.json +++ b/i18n/trk/extensions/css/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "CSS Dili Ɩzellikleri", + "description": "CSS, LESS, SCSS dosyaları iƧin zengin dil desteği sağlar.", "css.title": "CSS", "css.lint.argumentsInColorFunction.desc": "GeƧersiz sayıda parametre", "css.lint.boxModel.desc": "Doldurma veya kenarlık kullanırken genişlik veya yükseklik kullanmayın", diff --git a/i18n/trk/extensions/diff/package.i18n.json b/i18n/trk/extensions/diff/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/trk/extensions/diff/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/trk/extensions/docker/package.i18n.json b/i18n/trk/extensions/docker/package.i18n.json new file mode 100644 index 0000000000..22a351a5d6 --- /dev/null +++ b/i18n/trk/extensions/docker/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Docker Dil Temelleri", + "description": "Docker dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/emmet/package.i18n.json b/i18n/trk/extensions/emmet/package.i18n.json index a3ef0340c5..0aca22a488 100644 --- a/i18n/trk/extensions/emmet/package.i18n.json +++ b/i18n/trk/extensions/emmet/package.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VS Code iƧin Emmet desteği", "command.wrapWithAbbreviation": "Kısaltma ile Sarmala", "command.wrapIndividualLinesWithAbbreviation": "Her Bir Satırı Kısaltma ile Sarmala", "command.removeTag": "Etiketi Kaldır", @@ -52,5 +55,9 @@ "emmetPreferencesFilterCommentTrigger": "Yorum filterinin uygulanması iƧin kısaltmada bulunması gereken virgülle ayrılmış ƶznitelik adları listesi", "emmetPreferencesFormatNoIndentTags": "İƧe girintilenmemesi gereken bir etiket adları dizisi", "emmetPreferencesFormatForceIndentTags": "Her zaman iƧe girintilenmesi gereken bir etiket adları dizisi", - "emmetPreferencesAllowCompactBoolean": "Doğruysa, boole niteliklerinin ƶz gƶsterimi üretilir" + "emmetPreferencesAllowCompactBoolean": "Doğruysa, boole niteliklerinin ƶz gƶsterimi üretilir", + "emmetPreferencesCssWebkitProperties": "`-` ile başlayan Emmet kısaltmasında kullanıldığında 'webkit' ƶnekini alacak virgülle ayrılmış CSS ƶzellikleri. 'webkit' ƶnekinden her zaman kaƧınmak iƧin boş bir dize olarak ayarlayın.", + "emmetPreferencesCssMozProperties": "`-` ile başlayan Emmet kısaltmasında kullanıldığında 'moz' ƶnekini alacak virgülle ayrılmış CSS ƶzellikleri. 'moz' ƶnekinden her zaman kaƧınmak iƧin boş bir dize olarak ayarlayın.", + "emmetPreferencesCssOProperties": "`-` ile başlayan Emmet kısaltmasında kullanıldığında 'o' ƶnekini alacak virgülle ayrılmış CSS ƶzellikleri. 'o' ƶnekinden her zaman kaƧınmak iƧin boş bir dize olarak ayarlayın.", + "emmetPreferencesCssMsProperties": "`-` ile başlayan Emmet kısaltmasında kullanıldığında 'ms' ƶnekini alacak virgülle ayrılmış CSS ƶzellikleri. 'ms' ƶnekinden her zaman kaƧınmak iƧin boş bir dize olarak ayarlayın." } \ No newline at end of file diff --git a/i18n/trk/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/trk/extensions/extension-editing/out/extensionLinter.i18n.json index 12dd37bc72..cb1d43787d 100644 --- a/i18n/trk/extensions/extension-editing/out/extensionLinter.i18n.json +++ b/i18n/trk/extensions/extension-editing/out/extensionLinter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpsRequired": "Resimler HTTPS protokolünü kullanmalıdır.", "svgsNotValid": "SVG'ler geƧerli bir resim kaynağı değil.", "embeddedSvgsNotValid": "Gƶmülü SVG'ler geƧerli bir resim kaynağı değil.", diff --git a/i18n/trk/extensions/extension-editing/out/packageDocumentHelper.i18n.json b/i18n/trk/extensions/extension-editing/out/packageDocumentHelper.i18n.json index 727dd6640e..777d11d95e 100644 --- a/i18n/trk/extensions/extension-editing/out/packageDocumentHelper.i18n.json +++ b/i18n/trk/extensions/extension-editing/out/packageDocumentHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "languageSpecificEditorSettings": "Dile ƶzel düzenleyici ayarları", "languageSpecificEditorSettingsDescription": "Dil iƧin düzenleyici ayarlarını geƧersiz kıl" } \ No newline at end of file diff --git a/i18n/trk/extensions/extension-editing/package.i18n.json b/i18n/trk/extensions/extension-editing/package.i18n.json new file mode 100644 index 0000000000..5df78709b8 --- /dev/null +++ b/i18n/trk/extensions/extension-editing/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Paket Dosyası Düzenleme", + "description": "package.json dosyalarında VS Code eklenti noktaları iƧin gelişmiş kod tamamlama(IntelliSense) ve doğrulama yetenekleri sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/fsharp/package.i18n.json b/i18n/trk/extensions/fsharp/package.i18n.json new file mode 100644 index 0000000000..dda0172946 --- /dev/null +++ b/i18n/trk/extensions/fsharp/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "F# Dil Temelleri", + "description": "F# dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/git/out/askpass-main.i18n.json b/i18n/trk/extensions/git/out/askpass-main.i18n.json index 56e7f652dd..dae8f7dede 100644 --- a/i18n/trk/extensions/git/out/askpass-main.i18n.json +++ b/i18n/trk/extensions/git/out/askpass-main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "missOrInvalid": "Eksik veya geƧersiz kimlik bilgisi." } \ No newline at end of file diff --git a/i18n/trk/extensions/git/out/autofetch.i18n.json b/i18n/trk/extensions/git/out/autofetch.i18n.json index 95a3249f5f..5af67f2a70 100644 --- a/i18n/trk/extensions/git/out/autofetch.i18n.json +++ b/i18n/trk/extensions/git/out/autofetch.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yes": "Evet", "no": "Hayır", - "not now": "Şu An İstemiyorum", - "suggest auto fetch": "Otomatik Git depoları alımını etkinleştirmek ister misiniz?" + "not now": "Daha sonra hatırlat", + "suggest auto fetch": "Code'un [düzenli olarak 'git fetch' komutunu Ƨalıştırmasını]({0}) ister misiniz?" } \ No newline at end of file diff --git a/i18n/trk/extensions/git/out/commands.i18n.json b/i18n/trk/extensions/git/out/commands.i18n.json index fac3c95bae..c7a037bf90 100644 --- a/i18n/trk/extensions/git/out/commands.i18n.json +++ b/i18n/trk/extensions/git/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tag at": "{0} üzerindeki etiket", "remote branch at": "{0} üzerindeki uzak dal", "create branch": "$(plus) Yeni dal oluştur", @@ -41,8 +43,12 @@ "confirm discard all 2": "{0}\n\nBu GERİ DƖNDÜRÜLEMEZ, mevcut Ƨalışma grubunuz TAMAMEN KAYBOLACAK.", "yes discard tracked": "İzlenen 1 Dosyayı Gƶz Ardı Et", "yes discard tracked multiple": "İzlenen {0} Dosyayı Gƶz Ardı Et", + "unsaved files single": "Aşağıdaki dosya kaydedilmemiş: {0}.\n\nCommit'lemeden ƶnce kaydetmek ister misiniz?", + "unsaved files": "{0} kaydedilmemiş dosya var.\n\nCommit'lemeden ƶnce kaydetmek ister misiniz?", + "save and commit": "Tümünü Kaydet & Commit'le", + "commit": "Yine de Commit'le", "no staged changes": "Commit'lenecek hazırlanmış değişiklik yok.\n\nTüm değişikliklerinizi otomatik olarak hazırlamak ve direkt olarak commit'lemek ister misiniz?", - "always": "Her Zaman", + "always": "Daima", "no changes": "Commit'lenecek değişiklik yok.", "commit message": "Commit mesajı", "provide commit message": "Lütfen bir commit mesajı belirtin.", @@ -64,11 +70,12 @@ "no remotes to pull": "Deponuzda Ƨekme işleminin yapılacağı hiƧbir uzak uƧbirim yapılandırılmamış.", "pick remote pull repo": "Dalın Ƨekileceği bir uzak uƧbirim seƧin", "no remotes to push": "Deponuzda gƶnderimin yapılacağı hiƧbir uzak uƧbirim yapılandırılmamış.", - "push with tags success": "Başarılı bir şekilde etiketlerle gƶnderildi.", "nobranch": "Lütfen uzak uƧbirime gƶnderilecek dala geƧiş yapın.", + "confirm publish branch": "'{0}' dalında bir ana depo(upstream) dalı bulunmuyor. Bu dalı yayınlamak ister misiniz?", + "ok": "Tamam", + "push with tags success": "Başarılı bir şekilde etiketlerle gƶnderildi.", "pick remote": "'{0}' dalının yayınlanacağı bir uzak uƧbirim seƧin:", "sync is unpredictable": "Bu eylem, '{0}' esas projesine commitleri gƶnderecek ve alacaktır.", - "ok": "Tamam", "never again": "Tamam, Tekrar Gƶsterme", "no remotes to publish": "Deponuzda yayınlamanın yapılacağı hiƧbir uzak uƧbirim yapılandırılmamış.", "no changes stash": "GeƧici olarak saklanacak bir değişiklik yok.", diff --git a/i18n/trk/extensions/git/out/main.i18n.json b/i18n/trk/extensions/git/out/main.i18n.json index 34a8658c39..a91f96dad7 100644 --- a/i18n/trk/extensions/git/out/main.i18n.json +++ b/i18n/trk/extensions/git/out/main.i18n.json @@ -1,13 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "looking": "Git, şu konumda aranıyor: {0}", "using git": "{1} yolundaki git {0} kullanılıyor", "downloadgit": "Git'i İndir", - "neverShowAgain": "Tekrar gƶsterme", + "neverShowAgain": "Tekrar Gƶsterme", "notfound": "Git bulunamadı. Git'i kurun veya 'git.path' ayarı ile yapılandırın.", "updateGit": "Git'i Güncelle", "git20": "git {0} yüklemiş olarak gƶrünüyorsunuz. Code, git >= 2 ile en iyi şekilde Ƨalışır" diff --git a/i18n/trk/extensions/git/out/model.i18n.json b/i18n/trk/extensions/git/out/model.i18n.json index 9bc54bdfe7..9c0688702a 100644 --- a/i18n/trk/extensions/git/out/model.i18n.json +++ b/i18n/trk/extensions/git/out/model.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "too many submodules": "'{0}' deposu otomatik olarak aƧılmayacak {1} alt modül iƧeriyor. İƧlerindeki bir dosyayı aƧarak her birini tek tek aƧabilirsiniz.", "no repositories": "Mevcut depo yok", "pick repo": "Bir depo seƧin" } \ No newline at end of file diff --git a/i18n/trk/extensions/git/out/repository.i18n.json b/i18n/trk/extensions/git/out/repository.i18n.json index 793421109b..939f79e5be 100644 --- a/i18n/trk/extensions/git/out/repository.i18n.json +++ b/i18n/trk/extensions/git/out/repository.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "open": "AƧ", "index modified": "Dizin Değiştirildi", "modified": "Değiştirilmiş", @@ -26,7 +28,8 @@ "merge changes": "Değişiklikleri Birleştir", "staged changes": "Hazırlanmış Değişiklikler", "changes": "Değişiklikler", - "ok": "Tamam", + "commitMessageCountdown": "geƧerli satırda {0} karakter kaldı", + "commitMessageWarning": "geƧerli satırda {1} üzerinde {0} karakter", "neveragain": "Tekrar Gƶsterme", "huge": "'{0}' yolundaki git deposunda Ƨok fazla aktif değişikliklik var, Git ƶzelliklerinin yalnızca bir alt kümesi etkinleştirilecektir." } \ No newline at end of file diff --git a/i18n/trk/extensions/git/out/scmProvider.i18n.json b/i18n/trk/extensions/git/out/scmProvider.i18n.json index 9d509d1398..fc821f9d8e 100644 --- a/i18n/trk/extensions/git/out/scmProvider.i18n.json +++ b/i18n/trk/extensions/git/out/scmProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/extensions/git/out/statusbar.i18n.json b/i18n/trk/extensions/git/out/statusbar.i18n.json index eb7a0d5514..8846ec6dad 100644 --- a/i18n/trk/extensions/git/out/statusbar.i18n.json +++ b/i18n/trk/extensions/git/out/statusbar.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "checkout": "GeƧiş yap...", "sync changes": "Değişiklikleri Senkronize Et", "publish changes": "Değişiklikleri Yayınla", diff --git a/i18n/trk/extensions/git/package.i18n.json b/i18n/trk/extensions/git/package.i18n.json index 3955baf58a..b979528b9a 100644 --- a/i18n/trk/extensions/git/package.i18n.json +++ b/i18n/trk/extensions/git/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Git", + "description": "Git Entegrasyonu", "command.clone": "Kopyala", "command.init": "Depo Oluştur", "command.close": "Depoyu Kapat", @@ -54,6 +58,7 @@ "command.stashPopLatest": "En Son GeƧici Olarak Saklananı Geri Yükle", "config.enabled": "Git'in etkinleştirilip etkinleştirilmediği", "config.path": "Ƈalıştırılabilir Git dosyasının yolu", + "config.autoRepositoryDetection": "Depoların otomatik olarak algılanıp algılanmayacağı", "config.autorefresh": "Otomatik yenilemenin etkinleştirilip etkinleştirilmediği", "config.autofetch": "Otomatik getirmenin etkinleştirilip etkinleştirilmediği", "config.enableLongCommitWarning": "Uzun commit mesajları hakkında uyarıda bulunulup bulunulmayacağı", @@ -68,9 +73,14 @@ "config.enableCommitSigning": "GPG ile commit imzalamayı etkinleştirir.", "config.discardAllScope": "`Tüm Değişiklikleri Gƶz Ardı Et` komutuyla hangi değişikliklerin gƶz ardı edileceğini denetler. `all` tüm değişiklikleri gƶz ardı eder. `tracked` sadece izlenen dosyaları gƶz ardı eder. `prompt` eylem her Ƨalıştığında bir onay penceresi gƶsterir.", "config.decorations.enabled": "Git'in gezgine ve aƧık düzenleyiciler gƶrünümüne renkler ve gƶstergeler ile ekleme yapıp yapmadığını denetler.", + "config.promptToSaveFilesBeforeCommit": "Commit'lemeden ƶnce Git'in kaydedilmemiş dosyaları kontrol edip etmeyeceğini denetler.", + "config.showInlineOpenFileAction": "Git değişiklikleri gƶrünümünde satır iƧi Dosyayı AƧ eyleminin gƶsterilip gƶsterilmeyeceğini denetler.", + "config.inputValidation": "Commit mesajı doğrulamasının ne zaman gƶsterileceğini kontrol eder.", + "config.detectSubmodules": "Git alt modüllerin otomatik olarak tespit edilip edilmeyeceğini denetler.", "colors.modified": "Değiştirilen kaynakların rengi.", "colors.deleted": "Silinen kaynakların rengi.", "colors.untracked": "İzlenmeyen kaynakların rengi.", "colors.ignored": "Yok sayılan kaynakların rengi.", - "colors.conflict": "Ƈakışma iƧeren kaynakların rengi." + "colors.conflict": "Ƈakışma iƧeren kaynakların rengi.", + "colors.submodule": "Alt modül kaynaklarının rengi." } \ No newline at end of file diff --git a/i18n/trk/extensions/go/package.i18n.json b/i18n/trk/extensions/go/package.i18n.json new file mode 100644 index 0000000000..71af8e1ed8 --- /dev/null +++ b/i18n/trk/extensions/go/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Go Dil Temelleri", + "description": "Go dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/groovy/package.i18n.json b/i18n/trk/extensions/groovy/package.i18n.json new file mode 100644 index 0000000000..965ac62c64 --- /dev/null +++ b/i18n/trk/extensions/groovy/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Groovy Dil Temelleri", + "description": "Groovy dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/grunt/out/main.i18n.json b/i18n/trk/extensions/grunt/out/main.i18n.json index 1a6d51e7ba..f3bb60136e 100644 --- a/i18n/trk/extensions/grunt/out/main.i18n.json +++ b/i18n/trk/extensions/grunt/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "{0} klasƶrü iƧin Grunt otomatik tespiti hata ile sonuƧlandı: {1}" } \ No newline at end of file diff --git a/i18n/trk/extensions/grunt/package.i18n.json b/i18n/trk/extensions/grunt/package.i18n.json index 0a027f4d95..35bea70ed9 100644 --- a/i18n/trk/extensions/grunt/package.i18n.json +++ b/i18n/trk/extensions/grunt/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.grunt.autoDetect": "Grunt gƶrevlerinin otomatik olarak algılanıp algılanmayacağını denetler. Varsayılan olarak aƧıktır." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VSCode'a Grunt yetenekleri kazandıracak eklenti.", + "displayName": "VSCode iƧin Grunt desteği", + "config.grunt.autoDetect": "Grunt gƶrevlerinin otomatik olarak algılanıp algılanmayacağını denetler. Varsayılan olarak aƧıktır.", + "grunt.taskDefinition.type.description": "Ɩzelleştirilecek Grunt gƶrevi.", + "grunt.taskDefinition.file.description": "Gƶrevi sağlayan Grunt dosyası. Atlanabilir." } \ No newline at end of file diff --git a/i18n/trk/extensions/gulp/out/main.i18n.json b/i18n/trk/extensions/gulp/out/main.i18n.json index 9baacfba3f..86b436dfce 100644 --- a/i18n/trk/extensions/gulp/out/main.i18n.json +++ b/i18n/trk/extensions/gulp/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "{0} klasƶrü iƧin gulp otomatik tespiti hata ile sonuƧlandı: {1}" } \ No newline at end of file diff --git a/i18n/trk/extensions/gulp/package.i18n.json b/i18n/trk/extensions/gulp/package.i18n.json index 11a00f4901..cd22022784 100644 --- a/i18n/trk/extensions/gulp/package.i18n.json +++ b/i18n/trk/extensions/gulp/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "config.gulp.autoDetect": "Gulp gƶrevlerinin otomatik olarak algılanıp algılanmayacağını denetler. Varsayılan olarak aƧıktır." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VSCode'a Gulp yetenekleri kazandıracak eklenti.", + "displayName": "VSCode iƧin Gulp desteği", + "config.gulp.autoDetect": "Gulp gƶrevlerinin otomatik olarak algılanıp algılanmayacağını denetler. Varsayılan olarak aƧıktır.", + "gulp.taskDefinition.type.description": "Ɩzelleştirilecek Gulp gƶrevi.", + "gulp.taskDefinition.file.description": "Gƶrevi sağlayan Gulp dosyası. Atlanabilir." } \ No newline at end of file diff --git a/i18n/trk/extensions/handlebars/package.i18n.json b/i18n/trk/extensions/handlebars/package.i18n.json new file mode 100644 index 0000000000..1fe0f84022 --- /dev/null +++ b/i18n/trk/extensions/handlebars/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Handlebars Dil Temelleri", + "description": "Handlebars dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/hlsl/package.i18n.json b/i18n/trk/extensions/hlsl/package.i18n.json new file mode 100644 index 0000000000..522c0fef8f --- /dev/null +++ b/i18n/trk/extensions/hlsl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HLSL Dil Temelleri", + "description": "HLSL dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/html/client/out/htmlMain.i18n.json b/i18n/trk/extensions/html/client/out/htmlMain.i18n.json index 885fe11772..c752a09fb4 100644 --- a/i18n/trk/extensions/html/client/out/htmlMain.i18n.json +++ b/i18n/trk/extensions/html/client/out/htmlMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "htmlserver.name": "HTML Dil Sunucusu", "folding.start": "Katlama Bƶlgesi Başlangıcı", "folding.end": "Katlama Bƶlgesi Sonu" diff --git a/i18n/trk/extensions/html/package.i18n.json b/i18n/trk/extensions/html/package.i18n.json index e2bf2407d3..7dc01f1b78 100644 --- a/i18n/trk/extensions/html/package.i18n.json +++ b/i18n/trk/extensions/html/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "HTML Dili Ɩzellikleri", + "description": "HTML, Razor ve Handlebar dosyaları iƧin zengin dil desteği sağlar.", "html.format.enable.desc": "Varsayılan HTML biƧimlendiricisini etkinleştirin/devre dışı bırakın", "html.format.wrapLineLength.desc": "Satır başına en fazla karakter miktarı (0 = devre dışı bırak)", "html.format.unformatted.desc": "Yeniden biƧimlendirilmeyecek virgülle ayrılmış etiketler listesi. 'null' değeri, https://www.w3.org/TR/html5/dom.html#phrasing-content adresinde listelenen tüm etiketleri varsayılan olarak belirler.", @@ -25,5 +29,6 @@ "html.trace.server.desc": "VS Code ve HTML dil sunucusu arasındaki iletişimi izler.", "html.validate.scripts": "Yerleşik HTML dili desteğinin HTML5 gƶmülü betikleri doğrulayıp doğrulamayacağını yapılandırır.", "html.validate.styles": "Yerleşik HTML dili desteğinin HTML5 gƶmülü stilleri doğrulayıp doğrulamayacağını yapılandırır.", + "html.experimental.syntaxFolding": "Sƶzdimine duyarlı katlama işaretleyicilerini etkinleştirin/devre dışı bırakın.", "html.autoClosingTags": "HTML etiketlerinin otomatik kapatılmasını etkinleştirin/devre dışı bırakın" } \ No newline at end of file diff --git a/i18n/trk/extensions/ini/package.i18n.json b/i18n/trk/extensions/ini/package.i18n.json new file mode 100644 index 0000000000..238a10d519 --- /dev/null +++ b/i18n/trk/extensions/ini/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ini Dil Temelleri", + "description": "Ini dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/jake/out/main.i18n.json b/i18n/trk/extensions/jake/out/main.i18n.json index 0f9fe99820..6ab6b48a0c 100644 --- a/i18n/trk/extensions/jake/out/main.i18n.json +++ b/i18n/trk/extensions/jake/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "execFailed": "{0} klasƶrü iƧin Jake otomatik tespiti hata ile sonuƧlandı: {1}" } \ No newline at end of file diff --git a/i18n/trk/extensions/jake/package.i18n.json b/i18n/trk/extensions/jake/package.i18n.json index 983e8866de..f0e04bbe82 100644 --- a/i18n/trk/extensions/jake/package.i18n.json +++ b/i18n/trk/extensions/jake/package.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "VSCode'a Jake yetenekleri kazandıracak eklenti.", + "displayName": "VSCode iƧin Jake desteği", + "jake.taskDefinition.type.description": "Ɩzelleştirilecek Jake gƶrevi.", + "jake.taskDefinition.file.description": "Gƶrevi sağlayan Jake dosyası. Atlanabilir.", "config.jake.autoDetect": "Jake gƶrevlerinin otomatik olarak algılanıp algılanmayacağını denetler. Varsayılan olarak aƧıktır." } \ No newline at end of file diff --git a/i18n/trk/extensions/java/package.i18n.json b/i18n/trk/extensions/java/package.i18n.json new file mode 100644 index 0000000000..7648a0a2bb --- /dev/null +++ b/i18n/trk/extensions/java/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Java Dil Temelleri", + "description": "Java dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/javascript/out/features/bowerJSONContribution.i18n.json b/i18n/trk/extensions/javascript/out/features/bowerJSONContribution.i18n.json index 8e2b17e627..5a7a520279 100644 --- a/i18n/trk/extensions/javascript/out/features/bowerJSONContribution.i18n.json +++ b/i18n/trk/extensions/javascript/out/features/bowerJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.bower.default": "Varsayılan bower.json", "json.bower.error.repoaccess": "Bower deposuna yapılan istek başarısız oldu: {0}", "json.bower.latest.version": "en son" diff --git a/i18n/trk/extensions/javascript/out/features/packageJSONContribution.i18n.json b/i18n/trk/extensions/javascript/out/features/packageJSONContribution.i18n.json index 702ad94d30..e8150ed2cb 100644 --- a/i18n/trk/extensions/javascript/out/features/packageJSONContribution.i18n.json +++ b/i18n/trk/extensions/javascript/out/features/packageJSONContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "json.package.default": "Varsayılan package.json", "json.npm.error.repoaccess": "NPM deposuna yapılan istek başarısız oldu: {0}", "json.npm.latestversion": "Paketin şu andaki en son sürümü", diff --git a/i18n/trk/extensions/javascript/package.i18n.json b/i18n/trk/extensions/javascript/package.i18n.json new file mode 100644 index 0000000000..8e253a07b9 --- /dev/null +++ b/i18n/trk/extensions/javascript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JavaScript Dil Temelleri", + "description": "JavaScript dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/json/client/out/jsonMain.i18n.json b/i18n/trk/extensions/json/client/out/jsonMain.i18n.json index f0d4863e74..e14c257d25 100644 --- a/i18n/trk/extensions/json/client/out/jsonMain.i18n.json +++ b/i18n/trk/extensions/json/client/out/jsonMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonserver.name": "JSON Dil Sunucusu" } \ No newline at end of file diff --git a/i18n/trk/extensions/json/package.i18n.json b/i18n/trk/extensions/json/package.i18n.json index 746d1a4acc..b9ead1ddcd 100644 --- a/i18n/trk/extensions/json/package.i18n.json +++ b/i18n/trk/extensions/json/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "JSON Dili Ɩzellikleri", + "description": "JSON dosyaları iƧin zengin dil desteği sağlar.", "json.schemas.desc": "Şemaları geƧerli projedeki JSON dosyalarıyla ilişkilendir", "json.schemas.url.desc": "Bir şemanın URL'si veya geƧerli dizindeki bir şemanın gƶreli yolu", "json.schemas.fileMatch.desc": "JSON dosyaları şemalara Ƨƶzümlenirken eşleşme iƧin kullanılacak bir dosya düzenleri dizisi.", @@ -12,5 +16,6 @@ "json.format.enable.desc": "Varsayılan JSON biƧimlendiricisini etkinleştirin/devre dışı bırakın (yeniden başlatma gerektirir)", "json.tracing.desc": "VS Code ve JSON dil sunucusu arasındaki iletişimi izler.", "json.colorDecorators.enable.desc": "Renk dekoratƶrlerini etkinleştirir veya devre dışı bırakır", - "json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` ayarı, `editor.colorDecorators` yüzünden kullanım dışıdır." + "json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` ayarı, `editor.colorDecorators` yüzünden kullanım dışıdır.", + "json.experimental.syntaxFolding": "Sƶzdizimi duyarlı katlama işaretƧilerini etkinleştirin/devre dışı bırakın." } \ No newline at end of file diff --git a/i18n/trk/extensions/less/package.i18n.json b/i18n/trk/extensions/less/package.i18n.json new file mode 100644 index 0000000000..3a08a0ba7b --- /dev/null +++ b/i18n/trk/extensions/less/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Less Dil Temelleri", + "description": "Less dosyaları iƧin sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/log/package.i18n.json b/i18n/trk/extensions/log/package.i18n.json new file mode 100644 index 0000000000..b047db5332 --- /dev/null +++ b/i18n/trk/extensions/log/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Günlük", + "description": ".log uzantılı dosyalar iƧin sƶz dizimi vurgulama ƶzelliği sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/lua/package.i18n.json b/i18n/trk/extensions/lua/package.i18n.json new file mode 100644 index 0000000000..242b373b64 --- /dev/null +++ b/i18n/trk/extensions/lua/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Lua Dil Temelleri", + "description": "Lua dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/make/package.i18n.json b/i18n/trk/extensions/make/package.i18n.json new file mode 100644 index 0000000000..4cce40c4a6 --- /dev/null +++ b/i18n/trk/extensions/make/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Make Dil Temelleri", + "description": "Make dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/markdown-basics/package.i18n.json b/i18n/trk/extensions/markdown-basics/package.i18n.json new file mode 100644 index 0000000000..011e43dc3e --- /dev/null +++ b/i18n/trk/extensions/markdown-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown Dil Temelleri", + "description": "Markdown iƧin kod parƧacıkları ve sƶz dizimi vurgulama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/markdown/out/commands.i18n.json b/i18n/trk/extensions/markdown/out/commands.i18n.json index 58734fd8dc..5308429c9c 100644 --- a/i18n/trk/extensions/markdown/out/commands.i18n.json +++ b/i18n/trk/extensions/markdown/out/commands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "previewTitle": "{0} Ɩnizlemesi", "onPreviewStyleLoadError": "'markdown.styles' yüklenemedi: {0}" } \ No newline at end of file diff --git a/i18n/trk/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json b/i18n/trk/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json new file mode 100644 index 0000000000..19c69f3cf6 --- /dev/null +++ b/i18n/trk/extensions/markdown/out/commands/onPreviewStyleLoadError.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "onPreviewStyleLoadError": "'markdown.styles' yüklenemedi: {0}" +} \ No newline at end of file diff --git a/i18n/trk/extensions/markdown/out/extension.i18n.json b/i18n/trk/extensions/markdown/out/extension.i18n.json index 6579d48471..0fa23da59f 100644 --- a/i18n/trk/extensions/markdown/out/extension.i18n.json +++ b/i18n/trk/extensions/markdown/out/extension.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/extensions/markdown/out/features/preview.i18n.json b/i18n/trk/extensions/markdown/out/features/preview.i18n.json new file mode 100644 index 0000000000..c3d4db4abd --- /dev/null +++ b/i18n/trk/extensions/markdown/out/features/preview.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "lockedPreviewTitle": "[Ɩnizleme] {0}", + "previewTitle": "{0} Ɩnizlemesi" +} \ No newline at end of file diff --git a/i18n/trk/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/trk/extensions/markdown/out/features/previewContentProvider.i18n.json index 04c06b0e2d..7c709cb2a4 100644 --- a/i18n/trk/extensions/markdown/out/features/previewContentProvider.i18n.json +++ b/i18n/trk/extensions/markdown/out/features/previewContentProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "preview.securityMessage.text": "Bu belgedeki bazı iƧerikler devre dışı bırakıldı", "preview.securityMessage.title": "Markdown ƶnizlemesinde potansiyel olarak tehlikeli veya güvenli olmayan iƧerik devre dışı bırakıldı. Güvenli olmayan iƧeriğe izin vermek veya betikleri etkinleştirmek iƧin Markdown ƶnizleme güvenlik ayarını değiştirin", "preview.securityMessage.label": "İƧerik Devre Dışı Güvenlik Uyarısı" diff --git a/i18n/trk/extensions/markdown/out/previewContentProvider.i18n.json b/i18n/trk/extensions/markdown/out/previewContentProvider.i18n.json index 04c06b0e2d..58e5bf67a4 100644 --- a/i18n/trk/extensions/markdown/out/previewContentProvider.i18n.json +++ b/i18n/trk/extensions/markdown/out/previewContentProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/extensions/markdown/out/security.i18n.json b/i18n/trk/extensions/markdown/out/security.i18n.json index b066062580..b95bf3c9dc 100644 --- a/i18n/trk/extensions/markdown/out/security.i18n.json +++ b/i18n/trk/extensions/markdown/out/security.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "strict.title": "Katı", "strict.description": "Sadece güvenli iƧeriği yükle", "insecureContent.title": "Güvenli olmayan iƧeriğe izin ver", diff --git a/i18n/trk/extensions/markdown/package.i18n.json b/i18n/trk/extensions/markdown/package.i18n.json index 7918c3811b..505b6d103b 100644 --- a/i18n/trk/extensions/markdown/package.i18n.json +++ b/i18n/trk/extensions/markdown/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Markdown Dili Ɩzellikleri", + "description": "Markdown iƧin zengin dil desteği sağlar.", "markdown.preview.breaks.desc": "Markdown ƶnizlemesinde satır sonlarının nasıl gƶsterileceğini ayarlar. 'true' olarak ayarlamak, her yeni satırda bir
oluşturur.", "markdown.preview.linkify": "Markdown ƶnizlemesinde URL benzeri metinlerin bağlantıya Ƨevrilmesini etkinleştir veya devre dışı bırak.", "markdown.preview.doubleClickToSwitchToEditor.desc": "Düzenleyiciye geƧiş yapmak iƧin Markdown ƶnizlemesine Ƨift tıklayın.", @@ -12,13 +16,17 @@ "markdown.preview.lineHeight.desc": "Markdown ƶnizlemesinde kullanılan satır yüksekliğini denetler. Bu sayı yazı tipi boyutuna gƶrecelidir.", "markdown.preview.markEditorSelection.desc": "Markdown ƶnizlemesinde geƧerli düzenleyici seƧimini işaretle.", "markdown.preview.scrollEditorWithPreview.desc": "Markdown ƶnizlemesi kaydırıldığında, düzenleyicinin gƶrünümünü güncelle.", - "markdown.preview.scrollPreviewWithEditorSelection.desc": "Düzenleyicide seƧili satırın gƶrünmesi iƧin Markdown ƶnizlemesini kaydırır.", + "markdown.preview.scrollPreviewWithEditor.desc": "Markdown düzenleyicisi kaydırıldığında, ƶnizlemenin gƶrünümünü güncelle.", + "markdown.preview.scrollPreviewWithEditorSelection.desc": "[Kullanım Dışı] Düzenleyicide seƧili satırın gƶrünmesi iƧin Markdown ƶnizlemesini kaydırır.", + "markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "Bu ayar 'markdown.preview.scrollPreviewWithEditor' ile değiştirildi ve artık hiƧbir etkisi bulunmamaktadır.", "markdown.preview.title": "Ɩnizlemeyi AƧ", "markdown.previewFrontMatter.dec": "YAML ƶn maddesinin Markdown ƶnizlemesinde nasıl gƶsterilmesi gerektiğini ayarlar. 'hide' ƶn maddeyi kaldırır. Diğer türlü; ƶn madde, Markdown iƧeriği olarak sayılır.", "markdown.previewSide.title": "Ɩnizlemeyi Yana AƧ", + "markdown.showLockedPreviewToSide.title": "Kilitlenmiş Ɩnizlemeyi Yana AƧ", "markdown.showSource.title": "Kaynağı Gƶster", "markdown.styles.dec": "Markdown ƶnizlemesinde kullanılmak üzere CSS stil dosyalarını işaret eden bir URL'ler veya yerel yollar listesi. Gƶreli yollar, gezginde aƧılan klasƶre gƶreli olarak yorumlanır.", "markdown.showPreviewSecuritySelector.title": "Ɩnizleme Güvenlik Ayarlarını Değiştir", "markdown.trace.desc": "Markdown eklentisi iƧin hata ayıklama günlüğünü etkinleştir.", - "markdown.refreshPreview.title": "Ɩnizlemeyi Yenile" + "markdown.preview.refresh.title": "Ɩnizlemeyi Yenile", + "markdown.preview.toggleLock.title": "Ɩnizleme Kilitlemeyi AƧ/Kapat" } \ No newline at end of file diff --git a/i18n/trk/extensions/merge-conflict/out/codelensProvider.i18n.json b/i18n/trk/extensions/merge-conflict/out/codelensProvider.i18n.json index 0476f24fb1..9df577b5c8 100644 --- a/i18n/trk/extensions/merge-conflict/out/codelensProvider.i18n.json +++ b/i18n/trk/extensions/merge-conflict/out/codelensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "acceptCurrentChange": "Mevcut Değişikliği Kabul Et", "acceptIncomingChange": "Gelen Değişikliği Kabul Et", "acceptBothChanges": "Her İki Değişikliği de Kabul Et", diff --git a/i18n/trk/extensions/merge-conflict/out/commandHandler.i18n.json b/i18n/trk/extensions/merge-conflict/out/commandHandler.i18n.json index 705fbc5a82..07f29f801b 100644 --- a/i18n/trk/extensions/merge-conflict/out/commandHandler.i18n.json +++ b/i18n/trk/extensions/merge-conflict/out/commandHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "cursorNotInConflict": "Düzenleyici imleci birleştirme Ƨakışması iƧinde değil", "compareChangesTitle": "{0}: Mevcut Değişiklikler ⟷ Gelen Değişiklikler", "cursorOnCommonAncestorsRange": "Düzenleyici imleci ortak atalar bloğunda, imleci lütfen \"mevcut\" veya \"gelen\" bloğundan birine getirin", diff --git a/i18n/trk/extensions/merge-conflict/out/mergeDecorator.i18n.json b/i18n/trk/extensions/merge-conflict/out/mergeDecorator.i18n.json index 3e7f492fb7..81833c5cee 100644 --- a/i18n/trk/extensions/merge-conflict/out/mergeDecorator.i18n.json +++ b/i18n/trk/extensions/merge-conflict/out/mergeDecorator.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "currentChange": "(Mevcut Değişiklik)", "incomingChange": "(Gelen Değişiklik)" } \ No newline at end of file diff --git a/i18n/trk/extensions/merge-conflict/package.i18n.json b/i18n/trk/extensions/merge-conflict/package.i18n.json index 1752dca0d1..8be37969a6 100644 --- a/i18n/trk/extensions/merge-conflict/package.i18n.json +++ b/i18n/trk/extensions/merge-conflict/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Birleştirme Ƈakışması", + "description": "Satır iƧi birleştirme Ƨakışmaları iƧin vurgulama ve komutlar.", "command.category": "Birleştirme Ƈakışması", "command.accept.all-current": "Mevcut Olan Tümünü Kabul Et", "command.accept.all-incoming": "Gelen Tümünü Kabul Et", diff --git a/i18n/trk/extensions/npm/out/features/bowerJSONContribution.i18n.json b/i18n/trk/extensions/npm/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..5a7a520279 --- /dev/null +++ b/i18n/trk/extensions/npm/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Varsayılan bower.json", + "json.bower.error.repoaccess": "Bower deposuna yapılan istek başarısız oldu: {0}", + "json.bower.latest.version": "en son" +} \ No newline at end of file diff --git a/i18n/trk/extensions/npm/out/features/packageJSONContribution.i18n.json b/i18n/trk/extensions/npm/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..e8150ed2cb --- /dev/null +++ b/i18n/trk/extensions/npm/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Varsayılan package.json", + "json.npm.error.repoaccess": "NPM deposuna yapılan istek başarısız oldu: {0}", + "json.npm.latestversion": "Paketin şu andaki en son sürümü", + "json.npm.majorversion": "En son birincil sürümle eşleşiyor (1.x.x)", + "json.npm.minorversion": "En son ikincil sürümle eşleşiyor (1.2.x)", + "json.npm.version.hover": "En son sürüm: {0}" +} \ No newline at end of file diff --git a/i18n/trk/extensions/npm/out/main.i18n.json b/i18n/trk/extensions/npm/out/main.i18n.json index 76d363a513..5782ceed0c 100644 --- a/i18n/trk/extensions/npm/out/main.i18n.json +++ b/i18n/trk/extensions/npm/out/main.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "npm.parseError": "Npm gƶrev algılama: {0} dosyası ayrıştırılamadı" } \ No newline at end of file diff --git a/i18n/trk/extensions/npm/package.i18n.json b/i18n/trk/extensions/npm/package.i18n.json index f93c4b7a9c..294438d86f 100644 --- a/i18n/trk/extensions/npm/package.i18n.json +++ b/i18n/trk/extensions/npm/package.i18n.json @@ -1,11 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "description": "Npm betikleri iƧin gƶrev desteği sağlayacak eklenti.", + "displayName": "VSCode iƧin npm desteği", "config.npm.autoDetect": "Npm betiklerinin otomatik olarak algılanıp algılanmayacağını denetler. Varsayılan olarak aƧıktır.", "config.npm.runSilent": "npm komutlarını `--silent`(sessiz) seƧeneğiyle Ƨalıştır.", "config.npm.packageManager": "Betikleri Ƨalıştırmada kullanılacak paket yƶneticisi.", - "npm.parseError": "Npm gƶrev algılama: {0} dosyası ayrıştırılamadı" + "config.npm.exclude": "Otomatik betik algılamadan hariƧ tutulacak klasƶrler iƧin glob desenlerini yapılandırın.", + "npm.parseError": "Npm gƶrev algılama: {0} dosyası ayrıştırılamadı", + "taskdef.script": "Ɩzelleştirilecek npm betiği.", + "taskdef.path": "Betiği sağlayan package.json dosyasını iƧeren klasƶr yolu. Atlanabilir." } \ No newline at end of file diff --git a/i18n/trk/extensions/objective-c/package.i18n.json b/i18n/trk/extensions/objective-c/package.i18n.json new file mode 100644 index 0000000000..4bf4d36b12 --- /dev/null +++ b/i18n/trk/extensions/objective-c/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Objective-C Dil Temelleri", + "description": "Objective-C dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/package-json/out/features/bowerJSONContribution.i18n.json b/i18n/trk/extensions/package-json/out/features/bowerJSONContribution.i18n.json new file mode 100644 index 0000000000..5a7a520279 --- /dev/null +++ b/i18n/trk/extensions/package-json/out/features/bowerJSONContribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.bower.default": "Varsayılan bower.json", + "json.bower.error.repoaccess": "Bower deposuna yapılan istek başarısız oldu: {0}", + "json.bower.latest.version": "en son" +} \ No newline at end of file diff --git a/i18n/trk/extensions/package-json/out/features/packageJSONContribution.i18n.json b/i18n/trk/extensions/package-json/out/features/packageJSONContribution.i18n.json new file mode 100644 index 0000000000..e8150ed2cb --- /dev/null +++ b/i18n/trk/extensions/package-json/out/features/packageJSONContribution.i18n.json @@ -0,0 +1,15 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "json.package.default": "Varsayılan package.json", + "json.npm.error.repoaccess": "NPM deposuna yapılan istek başarısız oldu: {0}", + "json.npm.latestversion": "Paketin şu andaki en son sürümü", + "json.npm.majorversion": "En son birincil sürümle eşleşiyor (1.x.x)", + "json.npm.minorversion": "En son ikincil sürümle eşleşiyor (1.2.x)", + "json.npm.version.hover": "En son sürüm: {0}" +} \ No newline at end of file diff --git a/i18n/trk/extensions/package-json/package.i18n.json b/i18n/trk/extensions/package-json/package.i18n.json new file mode 100644 index 0000000000..c7429230ef --- /dev/null +++ b/i18n/trk/extensions/package-json/package.i18n.json @@ -0,0 +1,9 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ] +} \ No newline at end of file diff --git a/i18n/trk/extensions/perl/package.i18n.json b/i18n/trk/extensions/perl/package.i18n.json new file mode 100644 index 0000000000..1d3183984a --- /dev/null +++ b/i18n/trk/extensions/perl/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Perl Dil Temelleri", + "description": "Perl dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/php/out/features/validationProvider.i18n.json b/i18n/trk/extensions/php/out/features/validationProvider.i18n.json index dbfa92074c..2d84c0d3db 100644 --- a/i18n/trk/extensions/php/out/features/validationProvider.i18n.json +++ b/i18n/trk/extensions/php/out/features/validationProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "php.useExecutablePath": "{0} (Ƨalışma alanı ayarı olarak tanımlı) yürütülebilir dosyasına PHP dosyalarını doğrulama izni veriyor musunuz?", "php.yes": "İzin Ver", "php.no": "İzin Verme", diff --git a/i18n/trk/extensions/php/package.i18n.json b/i18n/trk/extensions/php/package.i18n.json index d0a4266c12..a729f62807 100644 --- a/i18n/trk/extensions/php/package.i18n.json +++ b/i18n/trk/extensions/php/package.i18n.json @@ -1,14 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "configuration.suggest.basic": "Yerleşik PHP dili ƶnerilerinin etkinleştirilip etkinleştirilmediğini yapılandırır. Destek, PHP globalleri ve değişkenleri ƶnerir.", "configuration.validate.enable": "Yerleşik PHP doğrulamasını etkinleştir/devre dışı bırak.", "configuration.validate.executablePath": "PHP Ƨalıştırılabilir dosyasına işaret eder.", "configuration.validate.run": "Doğrulayıcının kayıt esnasında mı tuşlama esnasında mı Ƨalışacağı.", "configuration.title": "PHP", "commands.categroy.php": "PHP", - "command.untrustValidationExecutable": "PHP doğrulama yürütülebilir dosyasına izin verme (Ƨalışma alanı ayarı olarak tanımlanır)" + "command.untrustValidationExecutable": "PHP doğrulama yürütülebilir dosyasına izin verme (Ƨalışma alanı ayarı olarak tanımlanır)", + "displayName": "PHP Dil Ɩzellikleri", + "description": "PHP dosyaları iƧin gelişmiş kod tamamlama(IntelliSense), doğrulama ve dil temelleri sağlar." } \ No newline at end of file diff --git a/i18n/trk/extensions/powershell/package.i18n.json b/i18n/trk/extensions/powershell/package.i18n.json new file mode 100644 index 0000000000..cf933c697d --- /dev/null +++ b/i18n/trk/extensions/powershell/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Powershell Dil Temelleri", + "description": "Powershell dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/pug/package.i18n.json b/i18n/trk/extensions/pug/package.i18n.json new file mode 100644 index 0000000000..aefc04f4c6 --- /dev/null +++ b/i18n/trk/extensions/pug/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Pug Dil Temelleri", + "description": "Pug dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/python/package.i18n.json b/i18n/trk/extensions/python/package.i18n.json new file mode 100644 index 0000000000..57e95430f9 --- /dev/null +++ b/i18n/trk/extensions/python/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Python Dil Temelleri", + "description": "Python dosyaları iƧin sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/r/package.i18n.json b/i18n/trk/extensions/r/package.i18n.json new file mode 100644 index 0000000000..87f982b4c8 --- /dev/null +++ b/i18n/trk/extensions/r/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "R Dil Temelleri", + "description": "R dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/razor/package.i18n.json b/i18n/trk/extensions/razor/package.i18n.json new file mode 100644 index 0000000000..a1c154529b --- /dev/null +++ b/i18n/trk/extensions/razor/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Razor Dil Temelleri", + "description": "Razor dosyaları iƧin sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/ruby/package.i18n.json b/i18n/trk/extensions/ruby/package.i18n.json new file mode 100644 index 0000000000..e0dae82b3f --- /dev/null +++ b/i18n/trk/extensions/ruby/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Ruby Dil Temelleri", + "description": "Ruby dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/rust/package.i18n.json b/i18n/trk/extensions/rust/package.i18n.json new file mode 100644 index 0000000000..7fa44e3f8f --- /dev/null +++ b/i18n/trk/extensions/rust/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Rust Dil Temelleri", + "description": "Rust dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/scss/package.i18n.json b/i18n/trk/extensions/scss/package.i18n.json new file mode 100644 index 0000000000..087b6d372d --- /dev/null +++ b/i18n/trk/extensions/scss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SCSS Dil Temelleri", + "description": "SCSS dosyaları iƧin sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/shaderlab/package.i18n.json b/i18n/trk/extensions/shaderlab/package.i18n.json new file mode 100644 index 0000000000..b0556ffaf1 --- /dev/null +++ b/i18n/trk/extensions/shaderlab/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shaderlab Dil Temelleri", + "description": "Shaderlab dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/shellscript/package.i18n.json b/i18n/trk/extensions/shellscript/package.i18n.json new file mode 100644 index 0000000000..75fb82a8dc --- /dev/null +++ b/i18n/trk/extensions/shellscript/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Shell Script Dil Temelleri", + "description": "Shell Script dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/sql/package.i18n.json b/i18n/trk/extensions/sql/package.i18n.json new file mode 100644 index 0000000000..a1e76eb6e9 --- /dev/null +++ b/i18n/trk/extensions/sql/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "SQL Dil Temelleri", + "description": "SQL dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/swift/package.i18n.json b/i18n/trk/extensions/swift/package.i18n.json new file mode 100644 index 0000000000..765e082124 --- /dev/null +++ b/i18n/trk/extensions/swift/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Swift Dil Temelleri", + "description": "Swift dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-abyss/package.i18n.json b/i18n/trk/extensions/theme-abyss/package.i18n.json new file mode 100644 index 0000000000..b0df52dc3d --- /dev/null +++ b/i18n/trk/extensions/theme-abyss/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Abyss Teması", + "description": "Visual Studio Code iƧin Abyss teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-defaults/package.i18n.json b/i18n/trk/extensions/theme-defaults/package.i18n.json new file mode 100644 index 0000000000..89291b8788 --- /dev/null +++ b/i18n/trk/extensions/theme-defaults/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Varsayılan Temalar", + "description": "Varsayılan aƧık ve koyu temalar (Plus ve Visual Studio)" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-kimbie-dark/package.i18n.json b/i18n/trk/extensions/theme-kimbie-dark/package.i18n.json new file mode 100644 index 0000000000..64772c24c8 --- /dev/null +++ b/i18n/trk/extensions/theme-kimbie-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Kimbie Dark Teması", + "description": "Visual Studio Code iƧin Kimbie Dark teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-monokai-dimmed/package.i18n.json b/i18n/trk/extensions/theme-monokai-dimmed/package.i18n.json new file mode 100644 index 0000000000..2aeaa5f446 --- /dev/null +++ b/i18n/trk/extensions/theme-monokai-dimmed/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai Dimmed Teması", + "description": "Visual Studio Code iƧin Monokai dimmed teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-monokai/package.i18n.json b/i18n/trk/extensions/theme-monokai/package.i18n.json new file mode 100644 index 0000000000..3eced8f2d9 --- /dev/null +++ b/i18n/trk/extensions/theme-monokai/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Monokai Teması", + "description": "Visual Studio Code iƧin Monokai teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-quietlight/package.i18n.json b/i18n/trk/extensions/theme-quietlight/package.i18n.json new file mode 100644 index 0000000000..4135538c05 --- /dev/null +++ b/i18n/trk/extensions/theme-quietlight/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Quiet Light Teması", + "description": "Visual Studio Code iƧin Quiet Light teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-red/package.i18n.json b/i18n/trk/extensions/theme-red/package.i18n.json new file mode 100644 index 0000000000..d9d5790f7d --- /dev/null +++ b/i18n/trk/extensions/theme-red/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Red Teması", + "description": "Visual Studio Code iƧin Red teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-seti/package.i18n.json b/i18n/trk/extensions/theme-seti/package.i18n.json new file mode 100644 index 0000000000..581ca083b9 --- /dev/null +++ b/i18n/trk/extensions/theme-seti/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Seti Dosya Simgesi Teması", + "description": "Seti UI dosya simgelerinden yapılmış bir dosya simge teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-solarized-dark/package.i18n.json b/i18n/trk/extensions/theme-solarized-dark/package.i18n.json new file mode 100644 index 0000000000..69549d68fc --- /dev/null +++ b/i18n/trk/extensions/theme-solarized-dark/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Dark Teması", + "description": "Visual Studio Code iƧin Solarized Dark teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-solarized-light/package.i18n.json b/i18n/trk/extensions/theme-solarized-light/package.i18n.json new file mode 100644 index 0000000000..3cd5ca68df --- /dev/null +++ b/i18n/trk/extensions/theme-solarized-light/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Solarized Light Teması", + "description": "Visual Studio Code iƧin Solarized Light teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/theme-tomorrow-night-blue/package.i18n.json b/i18n/trk/extensions/theme-tomorrow-night-blue/package.i18n.json new file mode 100644 index 0000000000..f5f209a854 --- /dev/null +++ b/i18n/trk/extensions/theme-tomorrow-night-blue/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Tomorrow Night Blue Teması", + "description": "Visual Studio Code iƧin Tomorrow Night Blue teması" +} \ No newline at end of file diff --git a/i18n/trk/extensions/typescript-basics/package.i18n.json b/i18n/trk/extensions/typescript-basics/package.i18n.json new file mode 100644 index 0000000000..c9775106fe --- /dev/null +++ b/i18n/trk/extensions/typescript-basics/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript Dil Temelleri", + "description": "TypeScript dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/commands.i18n.json b/i18n/trk/extensions/typescript/out/commands.i18n.json new file mode 100644 index 0000000000..3bcb57a44a --- /dev/null +++ b/i18n/trk/extensions/typescript/out/commands.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "typescript.projectConfigNoWorkspace": "Bir TypeScript veya JavaScript projesini kullanmak iƧin lütfen bir klasƶr aƧın", + "typescript.projectConfigUnsupportedFile": "TypeScript mi yoksa JavaScript mi projesi olduğu tespit edilemedi. Desteklenmeyen dosya türü", + "typescript.projectConfigCouldNotGetInfo": "TypeScript mi yoksa JavaScript mi projesi olduğu tespit edilemedi", + "typescript.noTypeScriptProjectConfig": "Dosya bir TypeScript projesinin parƧası değil. Daha fazla bilgi almak iƧin [buraya]({0}) tıklayın.", + "typescript.noJavaScriptProjectConfig": "Dosya bir JavaScript projesinin parƧası değil. Daha fazla bilgi almak iƧin [buraya]({0}) tıklayın.", + "typescript.configureTsconfigQuickPick": "tsconfig.json'u yapılandır", + "typescript.configureJsconfigQuickPick": "jsconfig.json'u yapılandır" +} \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/features/bufferSyncSupport.i18n.json b/i18n/trk/extensions/typescript/out/features/bufferSyncSupport.i18n.json index a496aae13e..0ee3e406b5 100644 --- a/i18n/trk/extensions/typescript/out/features/bufferSyncSupport.i18n.json +++ b/i18n/trk/extensions/typescript/out/features/bufferSyncSupport.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/extensions/typescript/out/features/completionItemProvider.i18n.json b/i18n/trk/extensions/typescript/out/features/completionItemProvider.i18n.json index ee78a27da0..ffd881bf33 100644 --- a/i18n/trk/extensions/typescript/out/features/completionItemProvider.i18n.json +++ b/i18n/trk/extensions/typescript/out/features/completionItemProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectCodeAction": "Uygulanacak kod eylemini seƧin", "acquiringTypingsLabel": "Tuşlamalar alınıyor...", "acquiringTypingsDetail": "IntelliSense iƧin tuşlama tanımları alınıyor...", diff --git a/i18n/trk/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json b/i18n/trk/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json index de25bb3c5f..bd1edfc1f3 100644 --- a/i18n/trk/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json +++ b/i18n/trk/extensions/typescript/out/features/directiveCommentCompletionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ts-check": "Bir JavaScript dosyasının anlamsal kontrolünü etkinleştirir. Bir dosyanın en üstünde olmalıdır.", "ts-nocheck": "Bir JavaScript dosyasının anlamsal kontrolünü devre dışı bırakır. Bir dosyanın en üstünde olmalıdır.", "ts-ignore": "Bir dosyanın sonraki satırında @ts-check hatalarını bastırır." diff --git a/i18n/trk/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json b/i18n/trk/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json index 05ad64ea38..f23b06579a 100644 --- a/i18n/trk/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json +++ b/i18n/trk/extensions/typescript/out/features/implementationsCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneImplementationLabel": "1 uygulama", "manyImplementationLabel": "{0} uygulama", "implementationsErrorLabel": "Uygulamalar belirlenemedi" diff --git a/i18n/trk/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json b/i18n/trk/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json index 203488810a..c8015d52be 100644 --- a/i18n/trk/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json +++ b/i18n/trk/extensions/typescript/out/features/jsDocCompletionProvider.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "typescript.jsDocCompletionItem.documentation": "JSDoc yorumu" } \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/features/quickFixProvider.i18n.json b/i18n/trk/extensions/typescript/out/features/quickFixProvider.i18n.json new file mode 100644 index 0000000000..e3adefe13a --- /dev/null +++ b/i18n/trk/extensions/typescript/out/features/quickFixProvider.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fixAllInFileLabel": "{0} (Dosyadaki tümünü düzelt)" +} \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json b/i18n/trk/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json index 34242b7005..3d96cdf469 100644 --- a/i18n/trk/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json +++ b/i18n/trk/extensions/typescript/out/features/referencesCodeLensProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "oneReferenceLabel": "1 başvuru", "manyReferenceLabel": "{0} başvuru", "referenceErrorLabel": "Başvurular belirlenemedi" diff --git a/i18n/trk/extensions/typescript/out/features/taskProvider.i18n.json b/i18n/trk/extensions/typescript/out/features/taskProvider.i18n.json index 48a801d993..458ba0cca6 100644 --- a/i18n/trk/extensions/typescript/out/features/taskProvider.i18n.json +++ b/i18n/trk/extensions/typescript/out/features/taskProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "buildTscLabel": "derleme - {0}", "buildAndWatchTscLabel": "izleme - {0}" } \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/typescriptMain.i18n.json b/i18n/trk/extensions/typescript/out/typescriptMain.i18n.json index 2751d3bb07..c61739cf60 100644 --- a/i18n/trk/extensions/typescript/out/typescriptMain.i18n.json +++ b/i18n/trk/extensions/typescript/out/typescriptMain.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/extensions/typescript/out/typescriptServiceClient.i18n.json b/i18n/trk/extensions/typescript/out/typescriptServiceClient.i18n.json index 5859a0a660..72ca7e254a 100644 --- a/i18n/trk/extensions/typescript/out/typescriptServiceClient.i18n.json +++ b/i18n/trk/extensions/typescript/out/typescriptServiceClient.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noServerFound": "{0} yolu geƧerli bir tsserver kurulumuna işaret etmiyor. Paketlenmiş TypeScript sürümüne geri dƶnülüyor.", "serverCouldNotBeStarted": "TypeScript dil sunucusu başlatılamadı. Hata mesajı: {0}", "typescript.openTsServerLog.notSupported": "TS Sunucu günlüğü iƧin TS 2.2.2+ gerekiyor", diff --git a/i18n/trk/extensions/typescript/out/utils/api.i18n.json b/i18n/trk/extensions/typescript/out/utils/api.i18n.json index c4d4b0caae..0572330c85 100644 --- a/i18n/trk/extensions/typescript/out/utils/api.i18n.json +++ b/i18n/trk/extensions/typescript/out/utils/api.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidVersion": "geƧersiz sürüm" } \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/utils/logger.i18n.json b/i18n/trk/extensions/typescript/out/utils/logger.i18n.json index bc738f43d0..e98ea8a4a7 100644 --- a/i18n/trk/extensions/typescript/out/utils/logger.i18n.json +++ b/i18n/trk/extensions/typescript/out/utils/logger.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "channelName": "TypeScript" } \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/trk/extensions/typescript/out/utils/projectStatus.i18n.json index 3deea612ea..ea61c92570 100644 --- a/i18n/trk/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/trk/extensions/typescript/out/utils/projectStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hintExclude": "Proje Ƨapında JavaScript/TypeScript dil ƶzelliklerini etkinleştirmek iƧin, şunlar gibi birƧok dosyaya sahip klasƶrleri hariƧ tutun: {0}", "hintExclude.generic": "Proje Ƨapında JavaScript/TypeScript dil ƶzelliklerini etkinleştirmek iƧin, üzerinde Ƨalışmadığınız kaynak dosyalar iƧeren büyük klasƶrleri hariƧ tutun.", "large.label": "HariƧ Tutmaları Yapılandır", diff --git a/i18n/trk/extensions/typescript/out/utils/typingsStatus.i18n.json b/i18n/trk/extensions/typescript/out/utils/typingsStatus.i18n.json index acdcdf70be..19e290c1ae 100644 --- a/i18n/trk/extensions/typescript/out/utils/typingsStatus.i18n.json +++ b/i18n/trk/extensions/typescript/out/utils/typingsStatus.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installingPackages": "Daha iyi TypeScript IntelliSense iƧin veri alınıyor", - "typesInstallerInitializationFailed.title": "JavaScript dil ƶzellikleri iƧin tuşlama dosyaları yüklenemedi. Lütfen NPM'in yüklenmiş olduğundan veya kullanıcı ayarlarınızda 'typescript.npm' ƶgesini yapılandırın", - "typesInstallerInitializationFailed.moreInformation": "Daha Fazla Bilgi", - "typesInstallerInitializationFailed.doNotCheckAgain": "Tekrar Kontrol Etme", - "typesInstallerInitializationFailed.close": "Kapat" + "typesInstallerInitializationFailed.title": "JavaScript dil ƶzellikleri iƧin tuşlama dosyaları yüklenemedi. Lütfen NPM'in yüklenmiş olduğundan emin olun veya kullanıcı ayarlarınızdaki 'typescript.npm' ƶgesini yapılandırın. Daha fazla bilgi almak iƧin [buraya]({0}) tıklayın.", + "typesInstallerInitializationFailed.doNotCheckAgain": "Tekrar Gƶsterme" } \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/out/utils/versionPicker.i18n.json b/i18n/trk/extensions/typescript/out/utils/versionPicker.i18n.json index bd757dc390..516d01f481 100644 --- a/i18n/trk/extensions/typescript/out/utils/versionPicker.i18n.json +++ b/i18n/trk/extensions/typescript/out/utils/versionPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "useVSCodeVersionOption": "VS Code'un Sürümünü Kullan", "useWorkspaceVersionOption": "Ƈalışma Alanı Sürümünü Kullan", "learnMore": "Daha Fazla Bilgi Edin", diff --git a/i18n/trk/extensions/typescript/out/utils/versionProvider.i18n.json b/i18n/trk/extensions/typescript/out/utils/versionProvider.i18n.json index 639b0c3052..1d76f10117 100644 --- a/i18n/trk/extensions/typescript/out/utils/versionProvider.i18n.json +++ b/i18n/trk/extensions/typescript/out/utils/versionProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "couldNotLoadTsVersion": "Bu yolda TypeScript sürümü yüklenemedi", "noBundledServerFound": "VS Code'un tsserver'ı hatalı bir virüs tespit aracı gibi bir uygulama tarafından silindi. Lütfen VS Code'u yeniden yükleyin." } \ No newline at end of file diff --git a/i18n/trk/extensions/typescript/package.i18n.json b/i18n/trk/extensions/typescript/package.i18n.json index 6ad268b596..3df11e6410 100644 --- a/i18n/trk/extensions/typescript/package.i18n.json +++ b/i18n/trk/extensions/typescript/package.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "TypeScript ve JavaScript Dili Ɩzellikleri", + "description": "JavaScript ve TypeScript iƧin zengin dil desteği sağlar.", "typescript.reloadProjects.title": "Projeyi Yeniden Yükle", "javascript.reloadProjects.title": "Projeyi Yeniden Yükle", "configuration.typescript": "TypeScript", @@ -51,5 +55,7 @@ "typescript.quickSuggestionsForPaths": "Bir iƧe aktarım yolu girerken hızlı ƶnerileri etkinleştir/devre dışı bırak.", "typescript.locale": "TypeScript hatalarını bildirirken kullanılarak dili(bƶlgeyi) ayarlar. TypeScript >= 2.6.0 gerektirir. 'null' varsayılanı, TypeScript hataları iƧin VS Code'un dil(bƶlge) ayarlarını kullanır.", "javascript.implicitProjectConfig.experimentalDecorators": "Bir projenin parƧası olmayan JavaScript dosyaları iƧin deneysel dekoratƶrler ('experimentalDecorators') ƶzelliğini etkinleştir veya devre dışı bırak. Mevcut jsconfig.json veya tsconfig.json dosyaları bu ayarı geƧersiz kılar. TypeScript >= 2.3.1 gerektirir.", - "typescript.autoImportSuggestions.enabled": "Otomatik iƧe aktarım ƶnerilerini etkinleştir/devre dışı bırak. TypeScript >= 2.6.1 gerektirir." + "typescript.autoImportSuggestions.enabled": "Otomatik iƧe aktarım ƶnerilerini etkinleştir/devre dışı bırak. TypeScript >= 2.6.1 gerektirir.", + "typescript.experimental.syntaxFolding": "Sƶzdizimi duyarlı katlama işaretƧilerini etkinleştirin/devre dışı bırakın.", + "taskDefinition.tsconfig.description": "TS derlemesini tanımlayan tsconfig dosyası." } \ No newline at end of file diff --git a/i18n/trk/extensions/vb/package.i18n.json b/i18n/trk/extensions/vb/package.i18n.json new file mode 100644 index 0000000000..7a28795065 --- /dev/null +++ b/i18n/trk/extensions/vb/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "Visual Basic Dil Temelleri", + "description": "Visual Basic dosyaları iƧin kod parƧacıkları, sƶz dizimi vurgulama, ayraƧ eşleştirme ve katlama sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/xml/package.i18n.json b/i18n/trk/extensions/xml/package.i18n.json new file mode 100644 index 0000000000..0912f53051 --- /dev/null +++ b/i18n/trk/extensions/xml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "XML Dil Temelleri", + "description": "XML dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/extensions/yaml/package.i18n.json b/i18n/trk/extensions/yaml/package.i18n.json new file mode 100644 index 0000000000..bd34f3d577 --- /dev/null +++ b/i18n/trk/extensions/yaml/package.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "displayName": "YAML Dil Temelleri", + "description": "YAML dosyaları iƧin sƶz dizimi vurgulama ve ayraƧ eşleştirme sağlar." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/base/browser/ui/actionbar/actionbar.i18n.json b/i18n/trk/src/vs/base/browser/ui/actionbar/actionbar.i18n.json index 4ecb2c803f..3316246ec6 100644 --- a/i18n/trk/src/vs/base/browser/ui/actionbar/actionbar.i18n.json +++ b/i18n/trk/src/vs/base/browser/ui/actionbar/actionbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleLabel": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/browser/ui/aria/aria.i18n.json b/i18n/trk/src/vs/base/browser/ui/aria/aria.i18n.json index 4fa2c84df1..99673f2e70 100644 --- a/i18n/trk/src/vs/base/browser/ui/aria/aria.i18n.json +++ b/i18n/trk/src/vs/base/browser/ui/aria/aria.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "repeated": "{0} (tekrar oluştu)" } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/browser/ui/findinput/findInput.i18n.json b/i18n/trk/src/vs/base/browser/ui/findinput/findInput.i18n.json index 93c6910157..db464039e8 100644 --- a/i18n/trk/src/vs/base/browser/ui/findinput/findInput.i18n.json +++ b/i18n/trk/src/vs/base/browser/ui/findinput/findInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "giriş" } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json b/i18n/trk/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json index d8764ffb99..b9cb0f8f34 100644 --- a/i18n/trk/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json +++ b/i18n/trk/src/vs/base/browser/ui/findinput/findInputCheckboxes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caseDescription": "Büyük/Küçük Harf Eşleştir", "wordsDescription": "Sƶzcüğün Tamamını Eşleştir", "regexDescription": "Normal İfade Kullan" diff --git a/i18n/trk/src/vs/base/browser/ui/inputbox/inputBox.i18n.json b/i18n/trk/src/vs/base/browser/ui/inputbox/inputBox.i18n.json index 3981d7f1e2..45013ba160 100644 --- a/i18n/trk/src/vs/base/browser/ui/inputbox/inputBox.i18n.json +++ b/i18n/trk/src/vs/base/browser/ui/inputbox/inputBox.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Hata: {0}", "alertWarningMessage": "Uyarı: {0}", "alertInfoMessage": "Bilgi: {0}" diff --git a/i18n/trk/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json b/i18n/trk/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json index 8da49a2d7b..5922bb4f0e 100644 --- a/i18n/trk/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json +++ b/i18n/trk/src/vs/base/browser/ui/resourceviewer/resourceViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "imgMeta": "{0}x{1} {2}", "largeImageError": "Resim, düzenleyicide gƶrüntülemek iƧin Ƨok büyük.", "resourceOpenExternalButton": "Harici program kullanarak resmi aƧ", diff --git a/i18n/trk/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json b/i18n/trk/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json new file mode 100644 index 0000000000..023176e7d1 --- /dev/null +++ b/i18n/trk/src/vs/base/browser/ui/selectBox/selectBoxCustom.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "selectAriaOption": "{0}" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/base/browser/ui/toolbar/toolbar.i18n.json b/i18n/trk/src/vs/base/browser/ui/toolbar/toolbar.i18n.json index 634046fb44..f6289f4873 100644 --- a/i18n/trk/src/vs/base/browser/ui/toolbar/toolbar.i18n.json +++ b/i18n/trk/src/vs/base/browser/ui/toolbar/toolbar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "more": "Diğer" } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/common/errorMessage.i18n.json b/i18n/trk/src/vs/base/common/errorMessage.i18n.json index 854eb577eb..2fa4719db1 100644 --- a/i18n/trk/src/vs/base/common/errorMessage.i18n.json +++ b/i18n/trk/src/vs/base/common/errorMessage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stackTrace.format": "{0}: {1}", "error.defaultMessage": "Bilinmeyen bir hata oluştu. Daha fazla ayrıntı iƧin lütfen günlüğe başvurun.", "nodeExceptionMessage": "Bir sistem hatası oluştu ({0})", diff --git a/i18n/trk/src/vs/base/common/jsonErrorMessages.i18n.json b/i18n/trk/src/vs/base/common/jsonErrorMessages.i18n.json index e9ca243b51..a53ce3704a 100644 --- a/i18n/trk/src/vs/base/common/jsonErrorMessages.i18n.json +++ b/i18n/trk/src/vs/base/common/jsonErrorMessages.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.invalidSymbol": "GeƧersiz sembol", "error.invalidNumberFormat": "GeƧersiz sayı biƧimi", "error.propertyNameExpected": "Ɩzellik adı bekleniyor", diff --git a/i18n/trk/src/vs/base/common/keybindingLabels.i18n.json b/i18n/trk/src/vs/base/common/keybindingLabels.i18n.json index 0e97d8b37c..aef4dc58a7 100644 --- a/i18n/trk/src/vs/base/common/keybindingLabels.i18n.json +++ b/i18n/trk/src/vs/base/common/keybindingLabels.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ctrlKey": "Ctrl", "shiftKey": "Shift", "altKey": "Alt", diff --git a/i18n/trk/src/vs/base/common/processes.i18n.json b/i18n/trk/src/vs/base/common/processes.i18n.json index 3ffd209b1c..cd187a19d0 100644 --- a/i18n/trk/src/vs/base/common/processes.i18n.json +++ b/i18n/trk/src/vs/base/common/processes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/base/common/severity.i18n.json b/i18n/trk/src/vs/base/common/severity.i18n.json index 5cd096b2c9..865860aaba 100644 --- a/i18n/trk/src/vs/base/common/severity.i18n.json +++ b/i18n/trk/src/vs/base/common/severity.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sev.error": "Hata", "sev.warning": "Uyarı", "sev.info": "Bilgi" diff --git a/i18n/trk/src/vs/base/node/processes.i18n.json b/i18n/trk/src/vs/base/node/processes.i18n.json index 1e9572a9b9..b9740aeb4e 100644 --- a/i18n/trk/src/vs/base/node/processes.i18n.json +++ b/i18n/trk/src/vs/base/node/processes.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunner.UNC": "UNC sürücüsünde kabuk komutu yürütülemez." } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/node/ps.i18n.json b/i18n/trk/src/vs/base/node/ps.i18n.json new file mode 100644 index 0000000000..a4f4636a12 --- /dev/null +++ b/i18n/trk/src/vs/base/node/ps.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "collecting": "CPU ve bellek bilgisi toplanıyor. Bu işlem birkaƧ saniye sürebilir." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/base/node/zip.i18n.json b/i18n/trk/src/vs/base/node/zip.i18n.json index 1094c4b162..f8ecffe31a 100644 --- a/i18n/trk/src/vs/base/node/zip.i18n.json +++ b/i18n/trk/src/vs/base/node/zip.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "{0}, zip iƧerisinde bulunamadı." } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json b/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json index 300655f6db..a751521442 100644 --- a/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json +++ b/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabelEntry": "{0}, seƧici", "quickOpenAriaLabel": "seƧici" } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json b/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json index 5603016ef8..c07955bece 100644 --- a/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json +++ b/i18n/trk/src/vs/base/parts/quickopen/browser/quickOpenWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpenAriaLabel": "Hızlı seƧici. SonuƧları daraltmak iƧin yazmaya başlayın.", "treeAriaLabel": "Hızlı SeƧici" } \ No newline at end of file diff --git a/i18n/trk/src/vs/base/parts/tree/browser/treeDefaults.i18n.json b/i18n/trk/src/vs/base/parts/tree/browser/treeDefaults.i18n.json index b6850a5f7e..58867ba18b 100644 --- a/i18n/trk/src/vs/base/parts/tree/browser/treeDefaults.i18n.json +++ b/i18n/trk/src/vs/base/parts/tree/browser/treeDefaults.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "collapse": "Daralt" } \ No newline at end of file diff --git a/i18n/trk/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json b/i18n/trk/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json new file mode 100644 index 0000000000..f3ffad7178 --- /dev/null +++ b/i18n/trk/src/vs/code/electron-browser/issue/issueReporterMain.i18n.json @@ -0,0 +1,28 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "previewOnGitHub": "GitHub'da Ɩnizle", + "loadingData": "Veri yükleniyor...", + "similarIssues": "Benzer sorunlar", + "open": "AƧ", + "closed": "Kapalı", + "noResults": "SonuƧ bulunamadı", + "settingsSearchIssue": "Ayar Arama Sorunu", + "bugReporter": "Hata Raporu", + "performanceIssue": "Performans Sorunu", + "featureRequest": "Ɩzellik İsteği", + "stepsToReproduce": "Yeniden oluşturma adımları", + "bugDescription": "Sorunu güvenilir şekilde yeniden oluşturmak iƧin gerekli adımları paylaşın. Lütfen gerƧekleşen ve beklenen sonuƧları ekleyin. GitHub-tarzı Markdown'ı destekliyoruz. GitHub'da ƶnizleme yaptığımızda sorununuzu düzenleyebilecek ve ekran gƶrüntüleri ekleyebileceksiniz.", + "performanceIssueDesciption": "Bu performans sorunu ne zaman oluştu? BaşlangıƧta mı yoksa belirli eylemlerden sonra mı oluşuyor? GitHub-tarzı Markdown'ı destekliyoruz. GitHub'da ƶnizleme yaptığımızda sorununuzu düzenleyebilecek ve ekran gƶrüntüleri ekleyebileceksiniz.", + "description": "AƧıklama", + "featureRequestDescription": "Lütfen gƶrmek istediğiniz ƶzelliği aƧıklayın. GitHub-tarzı Markdown'ı destekliyoruz. GitHub'da ƶnizleme yaptığımızda sorununuzu düzenleyebilecek ve ekran gƶrüntüleri ekleyebileceksiniz.", + "expectedResults": "Beklenen SonuƧlar", + "settingsSearchResultsDescription": "Lütfen bu sorgu ile arama yaptığınızda beklediğiniz sonuƧları listeleyin. GitHub-tarzı Markdown'ı destekliyoruz. GitHub'da ƶnizleme yaptığımızda sorununuzu düzenleyebilecek ve ekran gƶrüntüleri ekleyebileceksiniz.", + "pasteData": "İhtiyaƧ duyulan veri gƶnderilemeyecek kadar büyük olduğu iƧin, bu veriyi panonuza kopyaladık. Lütfen yapıştırın.", + "disabledExtensions": "Eklentiler devre dışı" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json b/i18n/trk/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json new file mode 100644 index 0000000000..8938571dbc --- /dev/null +++ b/i18n/trk/src/vs/code/electron-browser/issue/issueReporterPage.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "completeInEnglish": "Lütfen formu İngilizce olarak doldurunuz.", + "issueTypeLabel": "Bu bir", + "issueTitleLabel": "Başlık", + "issueTitleRequired": "Lütfen bir başlık girin.", + "titleLengthValidation": "Başlık Ƨok uzun.", + "systemInfo": "Sistem Bilgilerim", + "sendData": "Verilerimi gƶnder", + "processes": "Şu Anda Ƈalışan İşlemler", + "workspaceStats": "Ƈalışma Alanı İstatistiklerim", + "extensions": "Eklentilerim", + "searchedExtensions": "Aranan Eklentiler", + "settingsSearchDetails": "Ayar Arama Detayları", + "tryDisablingExtensions": "Eklentiler devre dışı bırakıldığında sorun yeniden oluşturulabiliyor mu?", + "yes": "Evet", + "no": "Hayır", + "disableExtensionsLabelText": "Sorunu {0} sonrasında yeniden oluşturmaya Ƨalışın.", + "disableExtensions": "tüm eklentileri devre dışı bırakıp pencereyi yeniden yükleyin", + "showRunningExtensionsLabelText": "Bunun bir eklenti sorunu olduğundan şüpheleniyorsanız, eklentideki sorunu bildirmek iƧin {0}.", + "showRunningExtensions": "Ƨalışan tüm eklentileri gƶster", + "details": "Lütfen detayları giriniz.", + "loadingData": "Veri yükleniyor..." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/code/electron-main/auth.i18n.json b/i18n/trk/src/vs/code/electron-main/auth.i18n.json index 3b75b0a9bd..6338ea49e4 100644 --- a/i18n/trk/src/vs/code/electron-main/auth.i18n.json +++ b/i18n/trk/src/vs/code/electron-main/auth.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "authRequire": "Proxy Kimlik Doğrulaması Gerekli", "proxyauth": "{0} proxy'si kimlik doğrulama gerektiriyor." } \ No newline at end of file diff --git a/i18n/trk/src/vs/code/electron-main/logUploader.i18n.json b/i18n/trk/src/vs/code/electron-main/logUploader.i18n.json new file mode 100644 index 0000000000..1bf1f4d731 --- /dev/null +++ b/i18n/trk/src/vs/code/electron-main/logUploader.i18n.json @@ -0,0 +1,20 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "invalidEndpoint": "GeƧersiz günlük yükleme uƧbirimi", + "beginUploading": "Karşıya yükleniyor...", + "didUploadLogs": "Yükleme başarılı! Günlük dosyası ID'si: {0}", + "logUploadPromptHeader": "Oturum günlüklerinizi sadece VS Code takımının Microsoft üyelerince erişilebilecek güvenli bir Microsoft uƧbirimine yüklemek üzeresiniz.", + "logUploadPromptBody": "Oturum günlükleri, tam yollar ve dosya iƧerikleri gibi kişisel bilgiler iƧerebilir. Lütfen oturum günlüklerinizi şuradan inceleyin ve düzenleme yapın: '{0}'", + "logUploadPromptBodyDetails": "Devam ederek oturum günlük dosyalarınızın Microsoft tarafından VS Code'un hatalarının ayıklanmasında kullanılması iƧin incelediğinizi ve düzenlemelerinizi yaptığınızı onaylıyorsunuz.", + "logUploadPromptAcceptInstructions": "Yüklemeye devam etmek iƧin lütfen code'u '--upload-logs={0}' ile Ƨalıştırın", + "postError": "Günlükler gƶnderilirken hata oluştu: {0}", + "responseError": "Günlükler gƶnderilirken hata oluştu: {0} alındı — {1}", + "parseError": "Cevap ayrıştırılamadı", + "zipError": "Günlükler sıkıştırlırken hata oluştu: {0}" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/code/electron-main/main.i18n.json b/i18n/trk/src/vs/code/electron-main/main.i18n.json index dce3cbffb1..5ba461d1d9 100644 --- a/i18n/trk/src/vs/code/electron-main/main.i18n.json +++ b/i18n/trk/src/vs/code/electron-main/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "secondInstanceNoResponse": "{0}'un başka bir ƶrneği Ƨalışıyor ancak yanıt vermiyor", "secondInstanceNoResponseDetail": "Lütfen diğer tüm ƶrnekleri kapatın ve tekrar deneyin.", "secondInstanceAdmin": "{0}'un ikinci bir ƶrneği zaten yƶnetici olarak Ƨalışıyor.", diff --git a/i18n/trk/src/vs/code/electron-main/menus.i18n.json b/i18n/trk/src/vs/code/electron-main/menus.i18n.json index f94d5322c9..950ebc12cf 100644 --- a/i18n/trk/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/trk/src/vs/code/electron-main/menus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mFile": "&&Dosya", "mEdit": "Dü&&zen", "mSelection": "&&SeƧim", @@ -88,8 +90,10 @@ "miMarker": "S&&orunlar", "miAdditionalViews": "&&Ek Gƶrünümler", "miCommandPalette": "Komut &&Paleti...", + "miOpenView": "&&Gƶrünümü AƧ...", "miToggleFullScreen": "Tam Ekra&&nı AƧ/Kapat", "miToggleZenMode": "Zen Modunu AƧ/Kapat", + "miToggleCenteredLayout": "Ortalanmış Düzeni AƧ/Kapat", "miToggleMenuBar": "&&Menü Ƈubuğunu Gizle/Gƶster", "miSplitEditor": "Düzenleyiciyi &&Bƶl", "miToggleEditorLayout": "Dü&&zenleyici Grubu Düzenini Değiştir", @@ -178,13 +182,11 @@ "miConfigureTask": "Gƶrevleri Ya&&pılandır...", "miConfigureBuildTask": "&&Varsayılan Derleme Gƶrevini Yapılandır...", "accessibilityOptionsWindowTitle": "Erişilebilirlik SeƧenekleri", - "miRestartToUpdate": "Güncelleştirmek iƧin Yeniden Başlat...", + "miCheckForUpdates": "Güncelleştirmeleri Denetle...", "miCheckingForUpdates": "Güncelleştirmeler Denetleniyor...", "miDownloadUpdate": "Mevcut Güncelleştirmeyi İndir", "miDownloadingUpdate": "Güncelleştirme İndiriliyor...", + "miInstallUpdate": "Güncelleştirmeyi Yükle...", "miInstallingUpdate": "Güncelleştirme Yükleniyor...", - "miCheckForUpdates": "Güncelleştirmeleri Denetle...", - "aboutDetail": "Sürüm {0}\nCommit {1}\nTarih {2}\nKabuk {3}\nRender Alan {4}\nNode {5}\nMimari {6}", - "okButton": "Tamam", - "copy": "K&&opyala" + "miRestartToUpdate": "Güncelleştirmek iƧin Yeniden Başlat..." } \ No newline at end of file diff --git a/i18n/trk/src/vs/code/electron-main/window.i18n.json b/i18n/trk/src/vs/code/electron-main/window.i18n.json index ca683aad48..21ecac28e4 100644 --- a/i18n/trk/src/vs/code/electron-main/window.i18n.json +++ b/i18n/trk/src/vs/code/electron-main/window.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hiddenMenuBar": "Menü Ƨubuğuna **Alt** tuşuna basarak hala erişebilirsiniz." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hiddenMenuBar": "Menü Ƨubuğuna hĆ¢lĆ¢ Alt tuşuna basarak erişebilirsiniz." } \ No newline at end of file diff --git a/i18n/trk/src/vs/code/electron-main/windows.i18n.json b/i18n/trk/src/vs/code/electron-main/windows.i18n.json index 8a10865f75..50502c8324 100644 --- a/i18n/trk/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/trk/src/vs/code/electron-main/windows.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ok": "Tamam", "pathNotExistTitle": "Yol yok", "pathNotExistDetail": "'{0}' yolu artık diskte değil.", diff --git a/i18n/trk/src/vs/code/node/cliProcessMain.i18n.json b/i18n/trk/src/vs/code/node/cliProcessMain.i18n.json index 5c84d9e604..da3bd0ea8b 100644 --- a/i18n/trk/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/trk/src/vs/code/node/cliProcessMain.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notFound": "'{0}' eklentisi bulunamadı.", "notInstalled": "'{0}' eklentisi yüklü değil.", "useId": "Eklentinin tam ID'sini, yayıncı da dahil olmak üzere kullandığınızdan emin olun, ƶr: {0}", diff --git a/i18n/trk/src/vs/editor/browser/services/bulkEdit.i18n.json b/i18n/trk/src/vs/editor/browser/services/bulkEdit.i18n.json index b081029e08..488f99dae4 100644 --- a/i18n/trk/src/vs/editor/browser/services/bulkEdit.i18n.json +++ b/i18n/trk/src/vs/editor/browser/services/bulkEdit.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "conflict": "Bu dosyalar bu arada değiştirildi: {0}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "summary.0": "Düzenleme yapılmadı", "summary.nm": "{1} dosyada {0} metin düzenlemesi yapıldı", - "summary.n0": "Bir dosyada {0} metin düzenlemesi yapıldı" + "summary.n0": "Bir dosyada {0} metin düzenlemesi yapıldı", + "conflict": "Bu dosyalar bu arada değiştirildi: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json b/i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json index ad2d77a75c..1597de76ee 100644 --- a/i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json +++ b/i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diff.tooLarge": "Bir dosya Ƨok büyük olduğu iƧin dosyaları karşılaştıramazsınız." } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/trk/src/vs/editor/browser/widget/diffReview.i18n.json index 862cc456ef..eb26f9b5c6 100644 --- a/i18n/trk/src/vs/editor/browser/widget/diffReview.i18n.json +++ b/i18n/trk/src/vs/editor/browser/widget/diffReview.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Kapat", "header": "Farklılık {0}/{1}: orijinal {2}, {3} satırları, değiştirilen {4}, {5} satırları", "blankLine": "boş", diff --git a/i18n/trk/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/trk/src/vs/editor/common/config/commonEditorConfig.i18n.json index 3a5d4006fd..b255802096 100644 --- a/i18n/trk/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/trk/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorConfigurationTitle": "Düzenleyici", "fontFamily": "Yazı tipi ailesini denetler.", "fontWeight": "Yazı tipi kalınlığını denetler.", @@ -14,7 +16,7 @@ "lineNumbers.on": "Satır numaraları mutlak sayı olarak gƶsterilir.", "lineNumbers.relative": "Satır numaraları imlecin konumuna olan uzaklık olarak gƶsterilir.", "lineNumbers.interval": "Satır numaraları her 10 satırda bir gƶsterilir.", - "lineNumbers": "Satır numaralarının gƶrüntülenmesini denetler. Olası değerler 'on', 'off' ve 'relative'dir.", + "lineNumbers": "Satır numaralarının gƶrüntülenmesini denetler. Olası değerler 'on', 'off', 'relative' ve 'interval'dir.\n", "rulers": "Belirli bir eşit genişlikli karakterlerden sonra dikey cetveller gƶster. Birden Ƨok cetvel iƧin birden Ƨok değer kullanın. Dizi boş ise cetvel gƶsterilmez", "wordSeparators": "Sƶzcüklerle ilgili gezinti veya işlem yaparken kelime ayırıcı olarak kullanılacak karakterler", "tabSize": "Bir sekmenin eşit olduğu boşluk sayısı. Bu ayar, `editor.detectIndentation` aƧıkken dosya iƧeriğine bağlı olarak geƧersiz kılınır.", @@ -26,6 +28,7 @@ "scrollBeyondLastLine": "Düzenleyicinin son satırın ƶtesine ilerleyip ilerlemeyeceğini denetler", "smoothScrolling": "Düzenleyicinin bir animasyon kullanarak kaydırıp kaydırmayacağını denetler", "minimap.enabled": "Mini haritanın gƶsterilip gƶsterilmeyeceğini denetler", + "minimap.side": "Mini haritanın gƶrüntüleneceği tarafı denetler. Olası değerler 'right' ve 'left'tir", "minimap.showSlider": "Mini harita kaydıracının otomatik olarak gizlenip gizlenmeyeceğini denetler. Alabileceği değerler 'always' ve 'mouseover'dır.", "minimap.renderCharacters": "(Renk blokları yerine) Bir satırdaki gerƧek harfleri gƶster", "minimap.maxColumn": "Hazırlanacak mini haritanın azami genişliğini belirli sayıda sütunla sınırla", @@ -40,9 +43,9 @@ "wordWrapColumn": "`editor.wordWrap` ƶgesi, 'wordWrapColumn' veya 'bounded' iken düzenleyicinin kaydırma sütununu denetler.", "wrappingIndent": "Kaydırılan satır girintisini denetler. 'none', 'same' veya 'indent' değerlerinden biri olabilir.", "mouseWheelScrollSensitivity": "Fare tekerleği kaydırma olaylarında `deltaX` ve `deltaY` üzerinde kullanılan bir Ƨarpan", - "multiCursorModifier.ctrlCmd": "Windows ve Linux'da `Control` ve OSX'de `Command` ile eşleşir.", - "multiCursorModifier.alt": "Windows ve Linux'da `Alt` ve OSX'de `Option` ile eşleşir.", - "multiCursorModifier": "Fare ile birden Ƨok imleƧ eklenmesinde kullanılacak değiştirici. `ctrlCmd` Windows ve Linux'da `Control` ve OSX'de `Command` ile eşleşir. Tanıma Git ve Bağlantıyı AƧ fare hareketleri, birden Ƨok imleƧ değiştiricisi ile Ƨakışmayacak şekilde uyum sağlarlar.", + "multiCursorModifier.ctrlCmd": "Windows ve Linux'da `Control` ve macOS'de `Command` ile eşleşir.", + "multiCursorModifier.alt": "Windows ve Linux'da `Alt` ve macOS'de `Option` ile eşleşir.", + "multiCursorModifier": "Fare ile birden Ƨok imleƧ eklenmesinde kullanılacak değiştirici. `ctrlCmd` Windows ve Linux'da `Control` ve macOS'de `Command` ile eşleşir. Tanıma Git ve Bağlantıyı AƧ fare hareketleri, birden Ƨok imleƧ değiştiricisi ile Ƨakışmayacak şekilde uyum sağlarlar.", "quickSuggestions.strings": "Dizelerin iƧinde hızlı ƶnerileri etkinleştir.", "quickSuggestions.comments": "Yorumların iƧinde hızlı ƶnerileri etkinleştir.", "quickSuggestions.other": "Dizeler ve yorumlar dışında hızlı ƶnerileri etkinleştirin.", @@ -63,6 +66,10 @@ "snippetSuggestions": "ParƧacıkların diğer ƶnerilerle gƶsterilip gƶsterilmeyeceğini ve bunların nasıl sıralanacaklarını denetler.", "emptySelectionClipboard": "Bir seƧim olmadan geƧerli satırı kopyalayıp kopyalamamayı denetler.", "wordBasedSuggestions": "Tamamlamaların belgedeki sƶzcüklere dayalı olarak hesaplanıp hesaplanmayacağını denetler.", + "suggestSelection.first": "Her zaman ilk ƶneriyi seƧ.", + "suggestSelection.recentlyUsed": "Devamını yazarak başka bir tanesini tamamlamadığınız sürece son zamanlarda kullanılan ƶnerileri seƧin, ƶr. `console.| -> console.log` çünkü `log` son zamanlarda seƧilmiştir.", + "suggestSelection.recentlyUsedByPrefix": "Ɩneklere dayanan ve daha ƶnce tamamlama yaptığınız ƶnerileri seƧin, ƶr. `co -> console` ve `con -> const`.", + "suggestSelection": "Ɩneri listesi gƶsterilirken ƶn seƧiminin nasıl yapılacağını denetler.", "suggestFontSize": "Ɩneri aracının yazı tipi boyutu", "suggestLineHeight": "Ɩneri aracının satır yüksekliği", "selectionHighlight": "Düzenleyicinin seƧime benzer eşleşmeleri vurgulayıp vurgulamayacağını denetler", @@ -72,6 +79,7 @@ "cursorBlinking": "İmleƧ animasyon stilini denetler, olası değerler 'blink', 'smooth', 'phase', 'expand' ve 'solid'dir", "mouseWheelZoom": "Ctrl tuşuna basarken fare tekerleği ile düzenleyici yazı tipini yakınlaştırın", "cursorStyle": "İmleƧ stilini denetler, kabul edilen değerler: 'block', 'block-outline', 'line', 'line-thin', 'underline' ve 'underline-thin'", + "cursorWidth": "editor.cursorStyle, 'line' olarak ayarlandığında imlecin genişliğini denetler", "fontLigatures": "Yazı tipi ligatürlerini etkinleştirir", "hideCursorInOverviewRuler": "İmlecin genel bakış cetvelinde gizlenip gizlenmeyeceğini denetler.", "renderWhitespace": "Düzenleyicinin boşluk karakterlerini nasıl gƶstereceğini denetler, seƧenekler: 'none', 'boundary', ve 'all'. 'boundary' seƧeneği sƶzcükler arasındaki tek boşlukları gƶstermez.", diff --git a/i18n/trk/src/vs/editor/common/config/editorOptions.i18n.json b/i18n/trk/src/vs/editor/common/config/editorOptions.i18n.json index e972257404..981f4157b4 100644 --- a/i18n/trk/src/vs/editor/common/config/editorOptions.i18n.json +++ b/i18n/trk/src/vs/editor/common/config/editorOptions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "accessibilityOffAriaLabel": "Düzenleyici şu an erişilebilir değil. SeƧenekler iƧin lütfen Alt+F1'e basın.", "editorViewAccessibleLabel": "Düzenleyici iƧeriği" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/common/controller/cursor.i18n.json b/i18n/trk/src/vs/editor/common/controller/cursor.i18n.json index 5ac37adbc1..d04984cf0c 100644 --- a/i18n/trk/src/vs/editor/common/controller/cursor.i18n.json +++ b/i18n/trk/src/vs/editor/common/controller/cursor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "corrupt.commands": "Komut yürütülürken beklenmeyen ƶzel durum oluştu." } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/common/model/textModelWithTokens.i18n.json b/i18n/trk/src/vs/editor/common/model/textModelWithTokens.i18n.json index 4884bc2418..63fe2051e3 100644 --- a/i18n/trk/src/vs/editor/common/model/textModelWithTokens.i18n.json +++ b/i18n/trk/src/vs/editor/common/model/textModelWithTokens.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/common/modes/modesRegistry.i18n.json b/i18n/trk/src/vs/editor/common/modes/modesRegistry.i18n.json index e559b82874..cefe526eea 100644 --- a/i18n/trk/src/vs/editor/common/modes/modesRegistry.i18n.json +++ b/i18n/trk/src/vs/editor/common/modes/modesRegistry.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "plainText.alias": "Düz Metin" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/common/services/bulkEdit.i18n.json b/i18n/trk/src/vs/editor/common/services/bulkEdit.i18n.json index b081029e08..6a8173bb64 100644 --- a/i18n/trk/src/vs/editor/common/services/bulkEdit.i18n.json +++ b/i18n/trk/src/vs/editor/common/services/bulkEdit.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/common/services/modeServiceImpl.i18n.json b/i18n/trk/src/vs/editor/common/services/modeServiceImpl.i18n.json index 55d69fef90..93ade85484 100644 --- a/i18n/trk/src/vs/editor/common/services/modeServiceImpl.i18n.json +++ b/i18n/trk/src/vs/editor/common/services/modeServiceImpl.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/common/services/modelServiceImpl.i18n.json b/i18n/trk/src/vs/editor/common/services/modelServiceImpl.i18n.json index a12e01358b..744a2e7274 100644 --- a/i18n/trk/src/vs/editor/common/services/modelServiceImpl.i18n.json +++ b/i18n/trk/src/vs/editor/common/services/modelServiceImpl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diagAndSourceMultiline": "[{0}]\n{1}", "diagAndSource": "[{0}] {1}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json b/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json index 6022a86b6c..fcfcdca2b2 100644 --- a/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json +++ b/i18n/trk/src/vs/editor/common/view/editorColorRegistry.i18n.json @@ -1,17 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lineHighlight": "İmlecin bulunduğu satırın vurgusunun arka plan rengi.", "lineHighlightBorderBox": "İmlecin bulunduğu satırın kenarlığının arka plan rengi.", - "rangeHighlight": "Hızlı aƧma ve bulma ƶzellikleri gibi vurgulanan alanların arka plan rengi.", + "rangeHighlight": "Hızlı aƧma veya arama ƶzellikleri gibi vurgulanan aralıkların arka plan rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "rangeHighlightBorder": "Vurgulanmış alanın etrafındaki kenarlıkların arka plan rengi.", "caret": "Düzenleyici imlecinin rengi.", "editorCursorBackground": "Düzenleyici imlecinin arka plan rengi. Bir blok imlecinin kapladığı bir karakterin rengini ƶzelleştirmeyi sağlar.", "editorWhitespaces": "Düzenleyicideki boşluk karakterlerinin rengi.", "editorIndentGuides": "Düzenleyici girinti kılavuzlarının rengi.", "editorLineNumbers": "Düzenleyici satır numaralarının rengi.", + "editorActiveLineNumber": "Düzenleyici etkin satır numara rengi", "editorRuler": "Düzenleyici cetvellerinin rengi.", "editorCodeLensForeground": "Düzenleyici kod objektiflerinin ƶn plan rengi", "editorBracketMatchBackground": "Eşleşen parantezlerin arka plan rengi", diff --git a/i18n/trk/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json b/i18n/trk/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json index 1c4928f403..cb5bc640c7 100644 --- a/i18n/trk/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/bracketMatching/bracketMatching.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "smartSelect.jumpBracket": "Ayraca Git" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "overviewRulerBracketMatchForeground": "Eşleşen ayraƧlar iƧin genel bakış cetvelinin işaretleyici rengi.", + "smartSelect.jumpBracket": "Ayraca Git", + "smartSelect.selectToBracket": "Ayraca Kadar SeƧ" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json b/i18n/trk/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json index 1c4928f403..d7e46fd867 100644 --- a/i18n/trk/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/bracketMatching/common/bracketMatching.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json b/i18n/trk/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json index c519683702..f4e3910ab5 100644 --- a/i18n/trk/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/caretOperations/caretOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "caret.moveLeft": "İmleci Sola Taşı", "caret.moveRight": "İmleci Sağa Taşı" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json b/i18n/trk/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json index c519683702..2a17c3ebee 100644 --- a/i18n/trk/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/caretOperations/common/caretOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json b/i18n/trk/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json index 5ee978f234..bc91267429 100644 --- a/i18n/trk/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/caretOperations/common/transpose.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/caretOperations/transpose.i18n.json b/i18n/trk/src/vs/editor/contrib/caretOperations/transpose.i18n.json index 5ee978f234..eb944a18af 100644 --- a/i18n/trk/src/vs/editor/contrib/caretOperations/transpose.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/caretOperations/transpose.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "transposeLetters.label": "Harfleri Birbirleriyle Değiştir" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json b/i18n/trk/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json index 768e8e3511..e173c98cda 100644 --- a/i18n/trk/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/clipboard/browser/clipboard.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/clipboard/clipboard.i18n.json b/i18n/trk/src/vs/editor/contrib/clipboard/clipboard.i18n.json index 768e8e3511..a988c534ef 100644 --- a/i18n/trk/src/vs/editor/contrib/clipboard/clipboard.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/clipboard/clipboard.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "actions.clipboard.cutLabel": "Kes", "actions.clipboard.copyLabel": "Kopyala", "actions.clipboard.pasteLabel": "Yapıştır", diff --git a/i18n/trk/src/vs/editor/contrib/comment/comment.i18n.json b/i18n/trk/src/vs/editor/contrib/comment/comment.i18n.json index 30ac850837..e981be88c9 100644 --- a/i18n/trk/src/vs/editor/contrib/comment/comment.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/comment/comment.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "comment.line": "Satır Yorumunu AƧ/Kapat", "comment.line.add": "Satır AƧıklaması Ekle", "comment.line.remove": "Satır AƧıklamasını Kaldır", diff --git a/i18n/trk/src/vs/editor/contrib/comment/common/comment.i18n.json b/i18n/trk/src/vs/editor/contrib/comment/common/comment.i18n.json index 30ac850837..504d2a78fd 100644 --- a/i18n/trk/src/vs/editor/contrib/comment/common/comment.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/comment/common/comment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json b/i18n/trk/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json index fbed232705..4abd0bf142 100644 --- a/i18n/trk/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/contextmenu/browser/contextmenu.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json b/i18n/trk/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json index fbed232705..5a7af2179a 100644 --- a/i18n/trk/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/contextmenu/contextmenu.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "action.showContextMenu.label": "Düzenleyici Bağlam Menüsünü Gƶster" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/find/browser/findWidget.i18n.json index 265b74d65a..82677094dd 100644 --- a/i18n/trk/src/vs/editor/contrib/find/browser/findWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/find/browser/findWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json index baad53fc2a..6c82180317 100644 --- a/i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/trk/src/vs/editor/contrib/find/common/findController.i18n.json index d6d3fc6ccf..64070011a6 100644 --- a/i18n/trk/src/vs/editor/contrib/find/common/findController.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/find/common/findController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/find/findController.i18n.json b/i18n/trk/src/vs/editor/contrib/find/findController.i18n.json index d6d3fc6ccf..21f6828fd7 100644 --- a/i18n/trk/src/vs/editor/contrib/find/findController.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/find/findController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "startFindAction": "Bul", "findNextMatchAction": "Sonrakini Bul", "findPreviousMatchAction": "Ɩncekini Bul", diff --git a/i18n/trk/src/vs/editor/contrib/find/findWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/find/findWidget.i18n.json index 265b74d65a..3dd392e6cf 100644 --- a/i18n/trk/src/vs/editor/contrib/find/findWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/find/findWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Bul", "placeholder.find": "Bul", "label.previousMatchButton": "Ɩnceki eşleşme", diff --git a/i18n/trk/src/vs/editor/contrib/find/simpleFindWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/find/simpleFindWidget.i18n.json index baad53fc2a..0fde2a1015 100644 --- a/i18n/trk/src/vs/editor/contrib/find/simpleFindWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/find/simpleFindWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.find": "Bul", "placeholder.find": "Bul", "label.previousMatchButton": "Ɩnceki eşleşme", diff --git a/i18n/trk/src/vs/editor/contrib/folding/browser/folding.i18n.json b/i18n/trk/src/vs/editor/contrib/folding/browser/folding.i18n.json index 084b78eaff..08feddc554 100644 --- a/i18n/trk/src/vs/editor/contrib/folding/browser/folding.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/folding/browser/folding.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/folding/folding.i18n.json b/i18n/trk/src/vs/editor/contrib/folding/folding.i18n.json index ef3c3e89fe..6729d50a74 100644 --- a/i18n/trk/src/vs/editor/contrib/folding/folding.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/folding/folding.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unfoldAction.label": "Katlamayı AƧ", "unFoldRecursivelyAction.label": "Katlamaları Ɩzyinelemeli Olarak AƧ", "foldAction.label": "Katla", diff --git a/i18n/trk/src/vs/editor/contrib/format/browser/formatActions.i18n.json b/i18n/trk/src/vs/editor/contrib/format/browser/formatActions.i18n.json index 52d2abe3a3..e860a12290 100644 --- a/i18n/trk/src/vs/editor/contrib/format/browser/formatActions.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/format/browser/formatActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/format/formatActions.i18n.json b/i18n/trk/src/vs/editor/contrib/format/formatActions.i18n.json index 52d2abe3a3..e5908603e9 100644 --- a/i18n/trk/src/vs/editor/contrib/format/formatActions.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/format/formatActions.i18n.json @@ -1,14 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint11": "{0}. satırda 1 biƧimlendirme düzenlemesi yapıldı", "hintn1": "{1}. satırda {0} biƧimlendirme düzenlemesi yapıldı", "hint1n": "{0} ve {1} satırları arasında 1 biƧimlendirme düzenlemesi yapıldı", "hintnn": "{1} ve {2} satırları arasında {0} biƧimlendirme düzenlemesi yapıldı", - "no.provider": "Maalesef, '{0}' dosyaları iƧin yüklenmiş bir biƧimlendirici yok.", + "no.provider": "'{0}' dosyaları iƧin yüklenmiş bir biƧimlendirici yok.", "formatDocument.label": "Belgeyi BiƧimlendir", "formatSelection.label": "SeƧimi BiƧimlendir" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json b/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json index fae99c4c77..cca5f85868 100644 --- a/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json b/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json index 010de11a57..9f0c644d9b 100644 --- a/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/goToDeclaration/browser/goToDeclarationMouse.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json b/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json index fae99c4c77..b08ec0289b 100644 --- a/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationCommands.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultWord": "'{0}' iƧin tanım bulunamadı", "generic.noResults": "Tanım bulunamadı", "meta.title": " – {0} tanım", diff --git a/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json b/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json index 010de11a57..20ba7e4c6c 100644 --- a/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/goToDeclaration/goToDeclarationMouse.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "multipleResults": "{0} tanımı gƶstermek iƧin tıklayın." } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json b/i18n/trk/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json index 6bc3935d6f..db5bfda0ff 100644 --- a/i18n/trk/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/gotoError/browser/gotoError.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/gotoError/gotoError.i18n.json b/i18n/trk/src/vs/editor/contrib/gotoError/gotoError.i18n.json index 6bc3935d6f..e5b1ca4027 100644 --- a/i18n/trk/src/vs/editor/contrib/gotoError/gotoError.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/gotoError/gotoError.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "title.wo_source": "({0}/{1})", - "markerAction.next.label": "Sonraki Hata veya Uyarıya Git", - "markerAction.previous.label": "Ɩnceki Hata veya Uyarıya Git", + "markerAction.next.label": "Sonraki Soruna Git (Hata, Uyarı, Bilgi)", + "markerAction.previous.label": "Ɩnceki Soruna Git (Hata, Uyarı, Bilgi)", "editorMarkerNavigationError": "Düzenleyicinin işaretƧi gezinti aracının hata rengi.", "editorMarkerNavigationWarning": "Düzenleyicinin işaretƧi gezinti aracının uyarı rengi.", "editorMarkerNavigationInfo": "Düzenleyicinin işaretƧi gezinti aracının bilgilendirme rengi.", diff --git a/i18n/trk/src/vs/editor/contrib/hover/browser/hover.i18n.json b/i18n/trk/src/vs/editor/contrib/hover/browser/hover.i18n.json index e1a3312270..77c0115e22 100644 --- a/i18n/trk/src/vs/editor/contrib/hover/browser/hover.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/hover/browser/hover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json b/i18n/trk/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json index 1b70c63296..2675561c79 100644 --- a/i18n/trk/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/hover/browser/modesContentHover.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/hover/hover.i18n.json b/i18n/trk/src/vs/editor/contrib/hover/hover.i18n.json index e1a3312270..2a0123d9ee 100644 --- a/i18n/trk/src/vs/editor/contrib/hover/hover.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/hover/hover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showHover": "Bağlantı Vurgusunu Gƶster" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/hover/modesContentHover.i18n.json b/i18n/trk/src/vs/editor/contrib/hover/modesContentHover.i18n.json index 1b70c63296..57f6aff81d 100644 --- a/i18n/trk/src/vs/editor/contrib/hover/modesContentHover.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/hover/modesContentHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "modesContentHover.loading": "Yükleniyor..." } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json b/i18n/trk/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json index bb4caacacb..b37ba738a1 100644 --- a/i18n/trk/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/inPlaceReplace/common/inPlaceReplace.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json b/i18n/trk/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json index bb4caacacb..4fdb6d8017 100644 --- a/i18n/trk/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/inPlaceReplace/inPlaceReplace.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "InPlaceReplaceAction.previous.label": "Ɩnceki Değerle Değiştir", "InPlaceReplaceAction.next.label": "Sonraki Değerle Değiştir" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/indentation/common/indentation.i18n.json b/i18n/trk/src/vs/editor/contrib/indentation/common/indentation.i18n.json index 76b8b3c839..4ecd89f6f9 100644 --- a/i18n/trk/src/vs/editor/contrib/indentation/common/indentation.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/indentation/common/indentation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/indentation/indentation.i18n.json b/i18n/trk/src/vs/editor/contrib/indentation/indentation.i18n.json index 76b8b3c839..7b4a62d3a7 100644 --- a/i18n/trk/src/vs/editor/contrib/indentation/indentation.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/indentation/indentation.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "indentationToSpaces": "Girintiyi Boşluklara Dƶnüştür", "indentationToTabs": "Girintiyi Sekmelere Dƶnüştür", "configuredTabSize": "Yapılandırılmış Sekme Boyutu", diff --git a/i18n/trk/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json b/i18n/trk/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json index 4ae7163c50..2c4596e9ff 100644 --- a/i18n/trk/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/linesOperations/common/linesOperations.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json b/i18n/trk/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json index 4ae7163c50..97f1b98acf 100644 --- a/i18n/trk/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/linesOperations/linesOperations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "lines.copyUp": "Satırı Yukarı Kopyala", "lines.copyDown": "Satırı Aşağı Kopyala", "lines.moveUp": "Satırı Yukarı Taşı", diff --git a/i18n/trk/src/vs/editor/contrib/links/browser/links.i18n.json b/i18n/trk/src/vs/editor/contrib/links/browser/links.i18n.json index 7f51a75306..b37dc731cf 100644 --- a/i18n/trk/src/vs/editor/contrib/links/browser/links.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/links/browser/links.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/links/links.i18n.json b/i18n/trk/src/vs/editor/contrib/links/links.i18n.json index 7f51a75306..6de80f8e4b 100644 --- a/i18n/trk/src/vs/editor/contrib/links/links.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/links/links.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "links.navigate.mac": "Bağlantıyı izlemek iƧin Cmd tuşuna basarak tıklayın", "links.navigate": "Bağlantıyı izlemek iƧin Ctrl tuşuna basarak tıklayın", "links.command.mac": "Komutu yürütmek iƧin Cmd + tıklama yapın", "links.command": "Komutu yürütmek iƧin Ctrl + tıklama yapın", "links.navigate.al": "Bağlantıyı izlemek iƧin Alt tuşuna basarak tıklayın", "links.command.al": "Komutu yürütmek iƧin Alt + tıklama yapın", - "invalid.url": "Üzgünüz, bu bağlantı iyi oluşturulmamış olduğu iƧin aƧılamadı: {0}", - "missing.url": "Üzgünüz; bu bağlantı, hedefi eksik olduğu iƧin aƧılamadı.", + "invalid.url": "Bu bağlantı iyi oluştrulmamış olduğu iƧin aƧılamadı: {0}", + "missing.url": "Bu bağlantı hedefi eksik olduğu iƧin aƧılamadı.", "label": "Bağlantıyı AƧ" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/trk/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json index 899e10e4b0..328bafbe80 100644 --- a/i18n/trk/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/multicursor/multicursor.i18n.json b/i18n/trk/src/vs/editor/contrib/multicursor/multicursor.i18n.json index 899e10e4b0..1e1de5ee9c 100644 --- a/i18n/trk/src/vs/editor/contrib/multicursor/multicursor.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/multicursor/multicursor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "mutlicursor.insertAbove": "Yukarıya İmleƧ Ekle", "mutlicursor.insertBelow": "Aşağıya İmleƧ Ekle", "mutlicursor.insertAtEndOfEachLineSelected": "Satır Sonlarına İmleƧ Ekle", diff --git a/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json b/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json index b7a4e43b2b..7c9857a0e8 100644 --- a/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json index ed56fe6462..9610e58df3 100644 --- a/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json b/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json index b7a4e43b2b..77ed82cf40 100644 --- a/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHints.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parameterHints.trigger.label": "Parametre İpuƧlarını Tetikle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json index ed56fe6462..3ed984b932 100644 --- a/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/parameterHints/parameterHintsWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hint": "{0}, ipucu" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json b/i18n/trk/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json index 86586e96e0..cf7aad8dc1 100644 --- a/i18n/trk/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/quickFix/browser/quickFixCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json b/i18n/trk/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json index 86586e96e0..79980c29bd 100644 --- a/i18n/trk/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/quickFix/quickFixCommands.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickFixWithKb": "Düzeltmeleri Gƶster ({0})", "quickFix": "Düzeltmeleri Gƶster", - "quickfix.trigger.label": "Hızlı Düzeltme" + "quickfix.trigger.label": "Hızlı Düzeltme", + "refactor.label": "Yeniden Düzenle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json index 8a31278251..9d87d95d6f 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json index 9ddf0e9fbe..d2dae8fb55 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referenceSearch.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 14c77e0d64..0267331523 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json index a3b4193dbe..3e69186834 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesModel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 6165a40b9f..79f32e9453 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json index 8a31278251..22e1a6ada4 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/peekViewWidget.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label.close": "Kapat" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json index 9ddf0e9fbe..f6fb934a30 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/referenceSearch.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "meta.titleReference": "– {0} başvuru", "references.action.label": "Tüm Başvuruları Bul" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json index 14c77e0d64..c08fc5eb9c 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesController.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "labelLoading": "Yükleniyor..." } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json index a3b4193dbe..69f1c022cb 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "aria.oneReference": "{0} yolunda, {1}. satır {2}. sütundaki sembol", "aria.fileReferences.1": "{0} iƧinde 1 sembol, tam yol {1}", "aria.fileReferences.N": "{1} iƧinde {0} sembol, tam yol {2}", diff --git a/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json index 6165a40b9f..76d14cc6da 100644 --- a/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/referenceSearch/referencesWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "referencesFailre": "Dosya Ƨƶzümlenemedi.", "referencesCount": "{0} başvuru", "referenceCount": "{0} başvuru", diff --git a/i18n/trk/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/trk/src/vs/editor/contrib/rename/browser/rename.i18n.json index 4440b96d71..fb85d5990a 100644 --- a/i18n/trk/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json b/i18n/trk/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json index eea4501c3d..a72c962fb3 100644 --- a/i18n/trk/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/rename/browser/renameInputField.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/rename/rename.i18n.json b/i18n/trk/src/vs/editor/contrib/rename/rename.i18n.json index 4440b96d71..201fa09564 100644 --- a/i18n/trk/src/vs/editor/contrib/rename/rename.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/rename/rename.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "no result": "SonuƧ yok.", "aria": "'{0}', '{1}' olarak başarıyla yeniden adlandırıldı. Ɩzet: {2}", - "rename.failed": "Üzgünüz, yeniden adlandırma işlemi başarısız oldu.", + "rename.failed": "Yeniden adlandırma işlemi başarısız oldu.", "rename.label": "Sembolü Yeniden Adlandır" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/rename/renameInputField.i18n.json b/i18n/trk/src/vs/editor/contrib/rename/renameInputField.i18n.json index eea4501c3d..e0f83d05d5 100644 --- a/i18n/trk/src/vs/editor/contrib/rename/renameInputField.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/rename/renameInputField.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "renameAriaLabel": "Girdiyi yeniden adlandır. Yeni adı girin ve işlemek iƧin Enter'a basın." } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json b/i18n/trk/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json index b63d95ca27..fe0587b516 100644 --- a/i18n/trk/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/smartSelect/common/smartSelect.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json b/i18n/trk/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json index b63d95ca27..f73e4ca243 100644 --- a/i18n/trk/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/smartSelect/smartSelect.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "smartSelect.grow": "SeƧimi Genişlet", "smartSelect.shrink": "SeƧimi Daralt" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json b/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json index d6c0cfacac..dc1db1a9ff 100644 --- a/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestController.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json index 657260a004..9f59a15756 100644 --- a/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/suggest/browser/suggestWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/suggest/suggestController.i18n.json b/i18n/trk/src/vs/editor/contrib/suggest/suggestController.i18n.json index d6c0cfacac..e27b772c58 100644 --- a/i18n/trk/src/vs/editor/contrib/suggest/suggestController.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/suggest/suggestController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "arai.alert.snippet": "'{0}' kabul edildiği iƧin şu metin eklendi: {1}", "suggest.trigger.label": "Ɩneriyi Tetikle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/suggest/suggestWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/suggest/suggestWidget.i18n.json index 657260a004..b2c086f199 100644 --- a/i18n/trk/src/vs/editor/contrib/suggest/suggestWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/suggest/suggestWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorSuggestWidgetBackground": "Ɩneri aracının arka plan rengi.", "editorSuggestWidgetBorder": "Ɩneri aracının kenarlık rengi.", "editorSuggestWidgetForeground": "Ɩneri aracının ƶn plan rengi.", diff --git a/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json b/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json index 720f500431..e7f31693ef 100644 --- a/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json b/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json index 720f500431..20ec57aa35 100644 --- a/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.tabMovesFocus": "Tab Tuşu İle Odak Değiştirmeyi AƧ/Kapat" } \ No newline at end of file diff --git a/i18n/trk/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json b/i18n/trk/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json index 6faf663326..c226ae5bba 100644 --- a/i18n/trk/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/wordHighlighter/common/wordHighlighter.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json b/i18n/trk/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json index 6faf663326..9a94a84347 100644 --- a/i18n/trk/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/wordHighlighter/wordHighlighter.i18n.json @@ -1,11 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "wordHighlight": "Bir değişkeni okumak gibi, okuma-erişimi sırasındaki bir sembolün arka plan rengi.", - "wordHighlightStrong": "Bir değişkene yazmak gibi, yazma-erişimi sırasındaki bir sembolün arka plan rengi.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "wordHighlight": "Bir değişkeni okumak gibi, okuma-erişimi sırasındaki bir sembolün arka plan rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "wordHighlightStrong": "Bir değişkene yazmak gibi, yazma-erişimi sırasındaki bir sembolün arka plan rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "wordHighlightBorder": "Bir değişken okunurken ki gibi, bir sembolün okuma-erişimi sırasındaki kenarlık rengi.", + "wordHighlightStrongBorder": "Bir değişkene yazılırken ki gibi, bir sembolün yazma erişimi sırasındaki kenarlık rengi.", "overviewRulerWordHighlightForeground": "Sembol vurguları iƧin genel bakış cetvelinin işaretleyici rengi.", "overviewRulerWordHighlightStrongForeground": "Yazma erişimli sembol vurguları iƧin genel bakış cetvelinin işaretleyici rengi.", "wordHighlight.next.label": "Sonraki Sembol Vurgusuna Git", diff --git a/i18n/trk/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json b/i18n/trk/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json index 8a31278251..9d87d95d6f 100644 --- a/i18n/trk/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json +++ b/i18n/trk/src/vs/editor/contrib/zoneWidget/browser/peekViewWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json b/i18n/trk/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json index cd8f883eda..93c2b022c3 100644 --- a/i18n/trk/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json +++ b/i18n/trk/src/vs/editor/electron-browser/textMate/TMSyntax.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json b/i18n/trk/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json index 270182c4a4..5e83ed0769 100644 --- a/i18n/trk/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/editor/node/languageConfigurationExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/editor/node/textMate/TMGrammars.i18n.json b/i18n/trk/src/vs/editor/node/textMate/TMGrammars.i18n.json index 60439bb3b9..40dbc21fbe 100644 --- a/i18n/trk/src/vs/editor/node/textMate/TMGrammars.i18n.json +++ b/i18n/trk/src/vs/editor/node/textMate/TMGrammars.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/platform/actions/browser/menuItemActionItem.i18n.json b/i18n/trk/src/vs/platform/actions/browser/menuItemActionItem.i18n.json index e64a7d0ed0..43ec1fa28e 100644 --- a/i18n/trk/src/vs/platform/actions/browser/menuItemActionItem.i18n.json +++ b/i18n/trk/src/vs/platform/actions/browser/menuItemActionItem.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "titleAndKb": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/trk/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json index 5ddafd4b6b..14a897d163 100644 --- a/i18n/trk/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/platform/actions/electron-browser/menusExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "menü ƶgeleri bir dizi olmalıdır", "requirestring": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", "optstring": "`{0}` ƶzelliği atlanabilir veya `string` türünde olmalıdır", @@ -40,6 +42,5 @@ "menuId.invalid": "`{0}` geƧerli bir menü tanımlayıcısı değil", "missing.command": "Menü ƶgesi, 'commands' bƶlümünde tanımlanmamış bir `{0}` komutuna başvuruyor.", "missing.altCommand": "Menü ƶgesi, 'commands' bƶlümünde tanımlanmamış bir `{0}` alternatif komutuna başvuruyor.", - "dupe.command": "Menü ƶgesi, aynı varsayılan ve alternatif komutlarına başvuruyor", - "nosupport.altCommand": "Üzgünüz, fakat sadece 'editor/title' menüsünün 'navigation' grubu alternatif komutları destekliyor" + "dupe.command": "Menü ƶgesi, aynı varsayılan ve alternatif komutlarına başvuruyor" } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/configuration/common/configurationRegistry.i18n.json b/i18n/trk/src/vs/platform/configuration/common/configurationRegistry.i18n.json index 5c8dd6774f..9384ab9e2c 100644 --- a/i18n/trk/src/vs/platform/configuration/common/configurationRegistry.i18n.json +++ b/i18n/trk/src/vs/platform/configuration/common/configurationRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultConfigurations.title": "Varsayılan Yapılandırma GeƧersiz Kılmaları", "overrideSettings.description": "{0} dili iƧin geƧersiz kılınacak düzenleyici ayarlarını yapılandırın.", "overrideSettings.defaultDescription": "Bir dil iƧin geƧersiz kılınacak düzenleyici ayarlarını yapılandırın.", diff --git a/i18n/trk/src/vs/platform/environment/node/argv.i18n.json b/i18n/trk/src/vs/platform/environment/node/argv.i18n.json index a4c4cd296d..b1486cf4ae 100644 --- a/i18n/trk/src/vs/platform/environment/node/argv.i18n.json +++ b/i18n/trk/src/vs/platform/environment/node/argv.i18n.json @@ -1,37 +1,45 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoValidation": "`--goto` modundaki argümanlar `FILE(:LINE(:CHARACTER))` biƧiminde olmalıdır.", "diff": "İki dosyayı birbiriyle karşılaştır.", "add": "Son aktif pencereye klasƶr(ler) ekle.", "goto": "Konumdaki bir dosyayı belirtilen satır ve sütunda aƧ.", - "locale": "Kullanılacak yerel dil (ƶrnek: en-US veya zh-TW).", - "newWindow": "Yeni bir Code ƶrneğini zorla.", - "performance": "'Geliştirici: BaşlangıƧ Performansı' komutu etkinleştirilmiş olarak başlat.", - "prof-startup": "BaşlangıƧ sırasında CPU profil oluşturucusunu Ƨalıştır", - "inspect-extensions": "Eklentilerde hata ayıklama ve ayrımlamaya izin ver. Bağlantı URI'ı iƧin geliştirici araƧlarını kontrol edin.", - "inspect-brk-extensions": "Eklentilerde hata ayıklama ve ayrımlamaya eklenti sunucusu başladıktan hemen sonra duraklatılacak şekilde izin ver. Bağlantı URI'ı iƧin geliştirici araƧlarını kontrol edin.", - "reuseWindow": "Bir dosya veya klasƶrü son etkin pencerede aƧmaya zorlayın.", - "userDataDir": "Kullanıcı verilerinin tutulacağı klasƶrü belirtir, root olarak Ƨalışırken yararlıdır.", - "log": "Kullanılacak günlüğe yazma düzeyi. Varsayılan değer 'info'dur. İzin verilen değerler 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off' şeklindedir.", - "verbose": "Ayrıntılı Ƨıktı oluştur (--wait anlamına gelir).", + "newWindow": "Yeni pencere aƧmaya zorla.", + "reuseWindow": "Bir dosya veya klasƶrü son aktif pencerede aƧmaya zorlayın.", "wait": "Geri dƶnmeden ƶnce dosyaların kapanmasını bekle.", + "locale": "Kullanılacak yerel dil (ƶrnek: en-US veya zh-TW).", + "userDataDir": "Kullanıcı verilerinin tutulacağı klasƶrü belirtir. Code'un farklı ƶrneklerini aƧmak iƧin kullanılabilir.", + "version": "Sürümü gƶster.", + "help": "Kullanımı gƶster.", "extensionHomePath": "Eklentilerin kƶk dizinini belirle.", "listExtensions": "Yüklü eklentileri listele.", "showVersions": "--list-extensions'u kullanırken, yüklü eklentilerin sürümlerini gƶsterir.", "installExtension": "Bir eklenti yükler.", "uninstallExtension": "Bir eklentiyi kaldırır.", "experimentalApis": "Bir eklenti iƧin ƶnerilen API ƶzelliklerini etkinleştirir.", - "disableExtensions": "Yüklü tüm eklentileri devre dışı bırak.", - "disableGPU": "GPU donanım hızlandırmasını devre dışı bırak.", + "verbose": "Ayrıntılı Ƨıktı oluştur (--wait anlamına gelir).", + "log": "Kullanılacak günlüğe yazma düzeyi. Varsayılan değer 'info'dur. İzin verilen değerler 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off' şeklindedir.", "status": "İşlem kullanımını ve tanılama bilgilerini yazdır.", - "version": "Sürümü gƶster.", - "help": "Kullanımı gƶster.", + "performance": "'Geliştirici: BaşlangıƧ Performansı' komutu etkinleştirilmiş olarak başlat.", + "prof-startup": "BaşlangıƧ sırasında CPU profil oluşturucusunu Ƨalıştır", + "disableExtensions": "Yüklü tüm eklentileri devre dışı bırak.", + "inspect-extensions": "Eklentilerde hata ayıklama ve ayrımlamaya izin ver. Bağlantı URI'ı iƧin geliştirici araƧlarını kontrol edin.", + "inspect-brk-extensions": "Eklentilerde hata ayıklama ve ayrımlamaya eklenti sunucusu başladıktan hemen sonra duraklatılacak şekilde izin ver. Bağlantı URI'ı iƧin geliştirici araƧlarını kontrol edin.", + "disableGPU": "GPU donanım hızlandırmasını devre dışı bırak.", + "uploadLogs": "GeƧerli oturumdaki günlükleri güvenli bir uƧbirime yükler.", + "maxMemory": "Bir pencere iƧin maksimum bellek miktarı (Mbyte olarak).", "usage": "Kullanım", "options": "seƧenekler", "paths": "yollar", - "optionsUpperCase": "SeƧenekler" + "stdinWindows": "Başka bir programın Ƨıktısını okumak iƧin '-' karakterini ekleyin. (ƶr. 'echo Hello World | {0} -')", + "stdinUnix": "stdin'den okutmak iƧin '-' karakterini ekleyin (ƶr. 'ps aux | grep code | {0} -')", + "optionsUpperCase": "SeƧenekler", + "extensionsManagement": "Eklenti Yƶnetimi", + "troubleshooting": "Sorun giderme" } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json b/i18n/trk/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json index a616c58bef..ffa70d5f76 100644 --- a/i18n/trk/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json +++ b/i18n/trk/src/vs/platform/extensionManagement/common/extensionEnablementService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "Ƈalışma alanı yok." } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/trk/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index b894836196..a2d1e2048e 100644 --- a/i18n/trk/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/trk/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Eklentiler", "preferences": "Tercihler" } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json b/i18n/trk/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json index c6b46f632c..fb8b335141 100644 --- a/i18n/trk/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json +++ b/i18n/trk/src/vs/platform/extensionManagement/node/extensionGalleryService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notCompatibleDownload": "İndirme başarısız oldu çünkü, eklentinin uyumlu olduğu VS Code'un '{0}' sürümü bulunamadı." } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/trk/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 7cf70b2f37..d1ec839698 100644 --- a/i18n/trk/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/trk/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -1,18 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalidManifest": "Eklenti geƧersiz: package.json bir JSON dosyası değil.", - "restartCodeLocal": "{0} eklentisini yeniden yüklemeden ƶnce lütfen Code'u yeniden başlatın.", + "restartCode": "{0} eklentisini yeniden yüklemeden ƶnce lütfen Code'u yeniden başlatın.", "installingOutdatedExtension": "Bu eklentinin daha yeni bir sürümü zaten yüklü. Bunu, daha eski bir sürümle geƧersiz kılmak ister misiniz?", "override": "GeƧersiz Kıl", "cancel": "İptal", - "notFoundCompatible": "Yükleme başarısız oldu çünkü, '{0}' eklentisinin uyumlu olduğu VS Code'un '{1}' sürümü bulunamadı.", - "quitCode": "Yükleme başarısız oldu çünkü, eklentinin eski bir ƶrneği hĆ¢lĆ¢ Ƨalışıyor. Yeniden yüklemeden ƶnce lütfen VS Code'dan Ƨıkın ve tekrar aƧın.", - "exitCode": "Yükleme başarısız oldu çünkü, eklentinin eski bir ƶrneği hĆ¢lĆ¢ Ƨalışıyor. Yeniden yüklemeden ƶnce lütfen VS Code'dan Ƨıkın ve tekrar aƧın.", + "errorInstallingDependencies": "Bağımlılıklar yüklenirken hata oluştu. {0}", + "MarketPlaceDisabled": "Market etkin değil", + "removeError": "Eklenti kaldırılırken hata oluştu: {0}. Yeniden yüklemeden ƶnce lütfen VS Code'dan Ƨıkın ve tekrar aƧın.", + "Not Market place extension": "Sadece Market Eklentileri yeniden yüklenebilir", + "notFoundCompatible": "'{0}' yüklenemiyor; VS Code '{1}' ile uyumlu mevcut bir sürümü yok.", + "malicious extension": "Eklenti sorunlu olarak bildirildiği iƧin yüklenemiyor.", "notFoundCompatibleDependency": "Yükleme başarısız oldu çünkü, bağımlılığı bulunan '{0}' eklentisinin uyumlu olduğu VS Code'un '{1}' sürümü bulunamadı.", + "quitCode": "Eklenti yüklenemedi. Lütfen yeniden yüklemeden ƶnce VS Code'u sonlandırın ve tekrar başlatın.", + "exitCode": "Eklenti yüklenemedi. Lütfen yeniden yüklemeden ƶnce VS Code'u sonlandırın ve tekrar başlatın.", "uninstallDependeciesConfirmation": "Yalnızca '{0}' eklentisini mi yoksa bağımlılıklarını da kaldırmak ister misiniz?", "uninstallOnly": "Sadece Eklenti", "uninstallAll": "Tümü", diff --git a/i18n/trk/src/vs/platform/extensions/common/abstractExtensionService.i18n.json b/i18n/trk/src/vs/platform/extensions/common/abstractExtensionService.i18n.json index f48bbd6079..f170dc5c19 100644 --- a/i18n/trk/src/vs/platform/extensions/common/abstractExtensionService.i18n.json +++ b/i18n/trk/src/vs/platform/extensions/common/abstractExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/trk/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index e1d5347b65..010a7bf79b 100644 --- a/i18n/trk/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/trk/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.engines.vscode": "Eklentinin uyumlu olduğu VS Code sürümünü belirten VS Code eklentileri iƧin. * olamaz. Ɩrneğin: ^0.10.5 uyumlu olduğu minimum VS Code sürümünün 0.10.5 olduğunu gƶsterir.", "vscode.extension.publisher": "VS Code eklentisinin yayıncısı.", "vscode.extension.displayName": "VS Code galerisinde kullanılan eklentinin gƶrünen adı.", diff --git a/i18n/trk/src/vs/platform/extensions/node/extensionValidator.i18n.json b/i18n/trk/src/vs/platform/extensions/node/extensionValidator.i18n.json index 1b6d6ecbb8..6d93344381 100644 --- a/i18n/trk/src/vs/platform/extensions/node/extensionValidator.i18n.json +++ b/i18n/trk/src/vs/platform/extensions/node/extensionValidator.i18n.json @@ -1,24 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "versionSyntax": "`engines.vscode` değeri {0} ayrıştırılamadı. Lütfen ƶrnekte verilenlere benzer ifadeler kullanın: ^0.10.0, ^1.2.3, ^0.11.0, ^0.10.x, vb.", "versionSpecificity1": "`engines.vscode`da belirtilen sürüm ({0}) yeterince belirli değil. vscode 1.0.0'dan ƶnceki sürümler iƧin, lütfen istenecek minimum majƶr ve minƶr sürüm numarasını tanımlayın. Ɩrneğin: ^0.10.0, 0.10.x, 0.11.0, vb.", "versionSpecificity2": "`engines.vscode`da belirtilen sürüm ({0}) yeterince belirli değil. vscode 1.0.0'dan sonraki sürümler iƧin, lütfen istenecek minimum majƶr sürüm numarasını tanımlayın. Ɩrneğin: ^1.10.0, 1.10.x, 1.x.x, 2.x.x, vb.", - "versionMismatch": "Eklenti, Code {0} ile uyumlu değil. Gereken sürüm: {1}.", - "extensionDescription.empty": "Boş eklenti aƧıklaması alındı", - "extensionDescription.publisher": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", - "extensionDescription.name": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", - "extensionDescription.version": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", - "extensionDescription.engines": "`{0}` ƶzelliği zorunludur ve `object` türünde olmalıdır", - "extensionDescription.engines.vscode": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", - "extensionDescription.extensionDependencies": "`{0}` ƶzelliği atlanabilir veya `string[]` türünde olmalıdır", - "extensionDescription.activationEvents1": "`{0}` ƶzelliği atlanabilir veya `string[]` türünde olmalıdır", - "extensionDescription.activationEvents2": "`{0}` ve `{1}` ƶzelliklerinin ikisi birden belirtilmeli veya ikisi birden atlanmalıdır", - "extensionDescription.main1": "`{0}` ƶzelliği atlanabilir veya `string` türünde olmalıdır", - "extensionDescription.main2": "`main` ({0}) yolunun eklentinin klasƶrü iƧine ({1}) eklenmiş olacağı beklendi. Bu, eklentiyi taşınamaz yapabilir.", - "extensionDescription.main3": "`{0}` ve `{1}` ƶzelliklerinin ikisi birden belirtilmeli veya ikisi birden atlanmalıdır", - "notSemver": "Eklenti sürümü semver ile uyumlu değil." + "versionMismatch": "Eklenti, Code {0} ile uyumlu değil. Gereken sürüm: {1}." } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/history/electron-main/historyMainService.i18n.json b/i18n/trk/src/vs/platform/history/electron-main/historyMainService.i18n.json index 95df3f2d6d..caae923342 100644 --- a/i18n/trk/src/vs/platform/history/electron-main/historyMainService.i18n.json +++ b/i18n/trk/src/vs/platform/history/electron-main/historyMainService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newWindow": "Yeni Pencere", "newWindowDesc": "Yeni bir pencere aƧar", "recentFolders": "Son Ƈalışma Alanları", diff --git a/i18n/trk/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json b/i18n/trk/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json index 8d0fe38437..dc5cfc5efa 100644 --- a/i18n/trk/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json +++ b/i18n/trk/src/vs/platform/integrity/node/integrityServiceImpl.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "integrity.ok": "Tamam", - "integrity.dontShowAgain": "Tekrar gƶsterme", - "integrity.moreInfo": "Daha fazla bilgi", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "integrity.moreInformation": "Daha Fazla Bilgi", + "integrity.dontShowAgain": "Tekrar Gƶsterme", "integrity.prompt": "{0} kurulumunuz bozuk gƶrünüyor. Lütfen yeniden yükleyin." } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/issue/electron-main/issueService.i18n.json b/i18n/trk/src/vs/platform/issue/electron-main/issueService.i18n.json new file mode 100644 index 0000000000..214c94d8db --- /dev/null +++ b/i18n/trk/src/vs/platform/issue/electron-main/issueService.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "issueReporter": "Sorun Bildirici" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/trk/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json index 8a050918f9..79925c6388 100644 --- a/i18n/trk/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/platform/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.jsonValidation": "json şema yapılandırmasına ekleme yapar.", "contributes.jsonValidation.fileMatch": "Eşleşecek dosya ƶrüntüsü, ƶrneğin \"package.json\" veya \"*.launch\".", "contributes.jsonValidation.url": "Bir şema URL'si ('http:', 'https:') veya eklenti klasƶrüne ('./') gƶreceli yol.", diff --git a/i18n/trk/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json b/i18n/trk/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json index 3993824999..f14d52c128 100644 --- a/i18n/trk/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json +++ b/i18n/trk/src/vs/platform/keybinding/common/abstractKeybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "first.chord": "({0}) öğesine basıldı. Akorun ikinci tuşu bekleniyor...", "missing.chord": "({0}, {1}) tuş bileşimi bir komut değil." } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/list/browser/listService.i18n.json b/i18n/trk/src/vs/platform/list/browser/listService.i18n.json new file mode 100644 index 0000000000..39e8763796 --- /dev/null +++ b/i18n/trk/src/vs/platform/list/browser/listService.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Ƈalışma Ekranı", + "multiSelectModifier.ctrlCmd": "Windows ve Linux'da `Control` ve macOS'de `Command` ile eşleşir.", + "multiSelectModifier.alt": "Windows ve Linux'da `Alt` ve macOS'de `Option` ile eşleşir.", + "multiSelectModifier": "AğaƧ veya listelerdeki bir ƶgenin Ƨoklu seƧime fare ile eklenmesinde kullanılacak değiştirici(ƶrneğin gezgin, aƧık düzenleyiciler ve scm gƶrünümlerinde). `ctrlCmd` Windows ve Linux'da `Control` ve macOS'de `Command` ile eşleşir. 'Yana AƧ' fare hareketleri - destekleniyorsa - birden Ƨok seƧim değiştiricisi ile Ƨakışmayacak şekilde uyum sağlarlar.", + "openMode.singleClick": "Tek tıklamayla ƶgeleri aƧ.", + "openMode.doubleClick": "Ƈift tıklamayla ƶgeleri aƧ.", + "openModeModifier": "AğaƧ ve listelerdeki ƶgelerin (destekleniyorsa) fare ile nasıl aƧılacağını denetler. Ɩgeleri tek tıklamayla aƧmak iƧin `singleClick`, Ƨift tıklamayla aƧmak iƧin `doubleClick` olarak ayarlayın.Ā AğaƧlardaki alt ƶgeler iƧeren ƶgeler iƧin bu ayar üst ƶgenin tek veya Ƨift tıklama tarafından genişletilmesini denetler. Bazı ağaƧ veya listelerin, bu ayar uygulanamaz ise gƶrmezden gelmeyi seƧebileceklerini unutmayın." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/localizations/common/localizations.i18n.json b/i18n/trk/src/vs/platform/localizations/common/localizations.i18n.json new file mode 100644 index 0000000000..108f824105 --- /dev/null +++ b/i18n/trk/src/vs/platform/localizations/common/localizations.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.contributes.localizations": "Düzenleyiciye yerelleştirmeleri ekler", + "vscode.extension.contributes.localizations.languageId": "Gƶrüntülenen dizelerin Ƨevrileceği dilin kimliği.", + "vscode.extension.contributes.localizations.languageName": "Dilin İngilizcedeki adı.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Dilin eklenen dildeki adı.", + "vscode.extension.contributes.localizations.translations": "Bu dille ilişkili Ƨevirilerin listesi.", + "vscode.extension.contributes.localizations.translations.id": "Bu Ƨevirinin ekleneceği VS Code veya Eklenti kimliği. VS Code kimliği her zaman `vscode` şeklindedir ve eklenti ise `yayinciAdi.eklentiAdi` biƧiminde olmalıdır.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Kimlik, VS Code Ƨevirisi iƧin `vscode` olmalı veya eklenti Ƨevirisi iƧin `yayinciAdi.eklentiAdi` biƧiminde olmalıdır.", + "vscode.extension.contributes.localizations.translations.path": "Dilin Ƨevirilerini iƧeren dosyaya gƶreli yol." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/trk/src/vs/platform/markers/common/problemMatcher.i18n.json index a8da274eba..e5bd06d4bf 100644 --- a/i18n/trk/src/vs/platform/markers/common/problemMatcher.i18n.json +++ b/i18n/trk/src/vs/platform/markers/common/problemMatcher.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ProblemPatternParser.loopProperty.notLast": "Dƶngü ƶzelliği yalnızca son satır eşleştiricisinde desteklenir.", "ProblemPatternParser.problemPattern.missingRegExp": "Sorun modelinde bir düzenli ifade eksik.", "ProblemPatternParser.problemPattern.missingProperty": "Sorun modeli hatalı. En az bir dosya, mesaj ve satır veya konum eşleşme grubu bulundurmalıdır.", diff --git a/i18n/trk/src/vs/platform/message/common/message.i18n.json b/i18n/trk/src/vs/platform/message/common/message.i18n.json index 4f9a44f938..aba098fe59 100644 --- a/i18n/trk/src/vs/platform/message/common/message.i18n.json +++ b/i18n/trk/src/vs/platform/message/common/message.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Kapat", "later": "Daha Sonra", - "cancel": "İptal" + "cancel": "İptal", + "moreFile": "...1 ek dosya gƶsterilmiyor", + "moreFiles": "...{0} ek dosya gƶsterilmiyor" } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/request/node/request.i18n.json b/i18n/trk/src/vs/platform/request/node/request.i18n.json index 90faed2834..295c3b9fe6 100644 --- a/i18n/trk/src/vs/platform/request/node/request.i18n.json +++ b/i18n/trk/src/vs/platform/request/node/request.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "httpConfigurationTitle": "HTTP", "proxy": "Kullanılacak proxy ayarı. Ayarlanmazsa, http_proxy ve https_proxy ortam değişkenlerinden alınır", "strictSSL": "Proxy sunucu sertifikasının verilen Sertifika Yetkilileri listesine gƶre doğrulanması gerekip gerekmediği.", diff --git a/i18n/trk/src/vs/platform/telemetry/common/telemetryService.i18n.json b/i18n/trk/src/vs/platform/telemetry/common/telemetryService.i18n.json index 6c5812585d..85b369ecba 100644 --- a/i18n/trk/src/vs/platform/telemetry/common/telemetryService.i18n.json +++ b/i18n/trk/src/vs/platform/telemetry/common/telemetryService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetri", "telemetry.enableTelemetry": "Kullanım verileri ve hataların Microsoft'a gƶnderilmesini etkinleştirin." } \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/theme/common/colorExtensionPoint.i18n.json b/i18n/trk/src/vs/platform/theme/common/colorExtensionPoint.i18n.json index bf71ff9729..a30ba73dff 100644 --- a/i18n/trk/src/vs/platform/theme/common/colorExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/platform/theme/common/colorExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "contributes.color": "Eklenti tarafından tanımlanan tema olarak kullanılabilir renklere ekleme yapar", "contributes.color.id": "Tema olarak kullanılabilir rengin tanımlayıcısı", "contributes.color.id.format": "Tanımlayıcılar aa[.bb]* biƧiminde olmalıdır", diff --git a/i18n/trk/src/vs/platform/theme/common/colorRegistry.i18n.json b/i18n/trk/src/vs/platform/theme/common/colorRegistry.i18n.json index d6e0e3db14..0353fac427 100644 --- a/i18n/trk/src/vs/platform/theme/common/colorRegistry.i18n.json +++ b/i18n/trk/src/vs/platform/theme/common/colorRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.colors": "Ƈalışma ekranında kullanılan renkler.", "foreground": "Genel ƶn plan rengi. Bu renk, bir bileşen tarafından geƧersiz kılınmadıkƧa kullanılır.", "errorForeground": "Hata mesajları iƧin genel ƶn plan rengi. Bu renk, bir bileşen tarafından geƧersiz kılınmadıkƧa kullanılır.", @@ -32,6 +34,7 @@ "inputValidationErrorBackground": "Hata ƶnem derecesi iƧin girdi doğrulama arka plan rengi.", "inputValidationErrorBorder": "Hata ƶnem derecesi iƧin girdi doğrulama kenarlık rengi.", "dropdownBackground": "AƧılır kutu arka planı.", + "dropdownListBackground": "AƧılır kutu listesi arka planı.", "dropdownForeground": "AƧılır kutu ƶn planı.", "dropdownBorder": "AƧılır kutu kenarlığı.", "listFocusBackground": "Liste/AğaƧ aktifken odaklanılan ƶgenin Lise/AğaƧ arka plan rengi. Bir aktif liste/ağaƧ, klavye odağındadır; pasif olan odakta değildir.", @@ -63,27 +66,31 @@ "editorWidgetBorder": "Editƶr araƧlarının kenarlık rengi. Renk, araƧ bir kenarlığı olmasına karar verdiğinde ve renk hiƧbir eklenti tarafından geƧersiz kılınmadığında kullanılır.", "editorSelectionBackground": "Düzenleyici seƧiminin rengi.", "editorSelectionForeground": "Yüksek karşıtlık iƧin seƧilen metnin rengi.", - "editorInactiveSelection": "Bir pasif düzenleyicideki seƧimin rengi.", - "editorSelectionHighlight": "SeƧimle aynı iƧeriğe sahip bƶlgelerin rengi.", + "editorInactiveSelection": "Aktif olmayan bir düzenleyicideki seƧimin rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "editorSelectionHighlight": "SeƧimle aynı iƧeriğe sahip bƶlgelerin rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "editorSelectionHighlightBorder": "SeƧimle aynı iƧeriğe sahip bƶlgelerin kenarlık rengi.", "editorFindMatch": "GeƧerli arama eşleşmesinin rengi.", - "findMatchHighlight": "Diğer arama eşleşmelerinin rengi.", - "findRangeHighlight": "Aramayı sınırlayan aralığı renklendirin.", - "hoverHighlight": "Bağlantı vurgusu gƶsterilen bir sƶzcüğün altını vurgulayın.", + "findMatchHighlight": "Diğer arama eşleşmelerinin rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "findRangeHighlight": "Aramayı sınırlandıran aralığın rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "editorFindMatchBorder": "GeƧerli arama eşleşmesinin kenarlık rengi.", + "findMatchHighlightBorder": "Diğer arama eşleşmelerinin kenarlık rengi.", + "findRangeHighlightBorder": "Aramayı sınırlandıran aralığın kenarlık rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "hoverHighlight": "Sƶzcüğün altında yer alan bağlantı vurgusu. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", "hoverBackground": "Düzenleyici bağlantı vurgusunun arka plan rengi.", "hoverBorder": "Düzenleyici bağlantı vurgusunun kenarlık rengi.", "activeLinkForeground": "Aktif bağlantıların rengi.", - "diffEditorInserted": "Eklenen metnin arka plan rengi.", - "diffEditorRemoved": "Ƈıkarılan metnin arka plan rengi.", + "diffEditorInserted": "Eklenmiş metin iƧin arka plan rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "diffEditorRemoved": "Kaldırılmış metin iƧin arka plan rengi. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", "diffEditorInsertedOutline": "Eklenen metnin ana hat rengi.", "diffEditorRemovedOutline": "Ƈıkarılan metnin ana hat rengi.", - "mergeCurrentHeaderBackground": "Satır iƧi birleştirme Ƨakışmalarında geƧerli üstbilgi arka planı.", - "mergeCurrentContentBackground": "Satır iƧi birleştirme Ƨakışmalarında geƧerli iƧerik arka planı.", - "mergeIncomingHeaderBackground": "Satır iƧi birleştirme Ƨakışmalarında gelen üstbilgi arka planı.", - "mergeIncomingContentBackground": "Satır iƧi birleştirme Ƨakışmalarında gelen iƧerik arka planı.", - "mergeCommonHeaderBackground": "Satır iƧi birleştirme Ƨakışmalarında ortak ata üstbilgisi arka planı.", - "mergeCommonContentBackground": "Satır iƧi birleştirme Ƨakışmalarında ortak ata iƧeriği arka planı.", + "mergeCurrentHeaderBackground": "Satır iƧi birleştirme Ƨakışmalarında \"mevcut olan\" üstbilgisi arka planı. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "mergeCurrentContentBackground": "Satır iƧi birleştirme Ƨakışmalarında mevcut olan iƧeriğin arka planı. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "mergeIncomingHeaderBackground": "Satır iƧi birleştirme Ƨakışmalarında \"gelen değişiklik\" üstbilgisi arka planı. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "mergeIncomingContentBackground": "Satır iƧi birleştirme Ƨakışmalarında gelen değişiklik iƧeriğinin arka planı. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "mergeCommonHeaderBackground": "Satır iƧi birleştirme Ƨakışmalarında ortak ata üstbilgisi arka planı. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", + "mergeCommonContentBackground": "Satır iƧi birleştirme Ƨakışmalarında ortak ata iƧeriğinin arka planı. Altta yer alan süslemeleri gizlememek iƧin renk opak olmamalıdır.", "mergeBorder": "Satır iƧi birleştirme Ƨakışmalarında üst bilgi ve ayırıcıdaki kenarlık rengi.", - "overviewRulerCurrentContentForeground": "Satır iƧi birleştirme Ƨakışmalarında geƧerli genel bakış cetveli ƶn planı.", + "overviewRulerCurrentContentForeground": "Satır iƧi birleştirme Ƨakışmalarında \"mevcut olan\" iƧin genel bakış cetveli ƶn planı.", "overviewRulerIncomingContentForeground": "Satır iƧi birleştirme Ƨakışmalarında gelen genel bakış cetveli ƶn planı.", "overviewRulerCommonContentForeground": "Satır iƧi birleştirme Ƨakışmalarında ortak ata genel bakış cetveli ƶn planı.", "overviewRulerFindMatchForeground": "Bulunan eşler iƧin genel bakış cetvelinin işaretleyici rengi.", diff --git a/i18n/trk/src/vs/platform/update/node/update.config.contribution.i18n.json b/i18n/trk/src/vs/platform/update/node/update.config.contribution.i18n.json new file mode 100644 index 0000000000..ff044bdd88 --- /dev/null +++ b/i18n/trk/src/vs/platform/update/node/update.config.contribution.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateConfigurationTitle": "Güncelle", + "updateChannel": "Güncelleştirme kanalından otomatik güncelleştirmeler alıp almayacağınızı ayarlayın. Değişiklikten sonra yeniden başlatma gerektirir.", + "enableWindowsBackgroundUpdates": "Windows arka plan güncelleştirmelerini etkinleştirir." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/windows/electron-main/windowsService.i18n.json b/i18n/trk/src/vs/platform/windows/electron-main/windowsService.i18n.json new file mode 100644 index 0000000000..638e3e15c8 --- /dev/null +++ b/i18n/trk/src/vs/platform/windows/electron-main/windowsService.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "aboutDetail": "Sürüm {0}\nCommit {1}\nTarih {2}\nKabuk {3}\nRender Alan {4}\nNode {5}\nMimari {6}", + "okButton": "Tamam", + "copy": "K&&opyala" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/platform/workspaces/common/workspaces.i18n.json b/i18n/trk/src/vs/platform/workspaces/common/workspaces.i18n.json index 2492d86a34..268fc0ab19 100644 --- a/i18n/trk/src/vs/platform/workspaces/common/workspaces.i18n.json +++ b/i18n/trk/src/vs/platform/workspaces/common/workspaces.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "codeWorkspace": "Code Ƈalışma Alanı", "untitledWorkspace": "İsimsiz (Ƈalışma Alanı)", "workspaceNameVerbose": "{0} (Ƈalışma Alanı)", diff --git a/i18n/trk/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json new file mode 100644 index 0000000000..282f71cde0 --- /dev/null +++ b/i18n/trk/src/vs/workbench/api/browser/localizationsExtensionPoint.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirestring": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", + "optstring": "`{0}` ƶzelliği atlanabilir veya `string` türünde olmalıdır" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json index e786294f13..e5fe32cfad 100644 --- a/i18n/trk/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/workbench/api/browser/viewsExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "requirearray": "gƶrünümler bir dizi olmalıdır", "requirestring": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", "optstring": "`{0}` ƶzelliği atlanabilir veya `string` türünde olmalıdır", diff --git a/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json index 0a8ef8463d..08bb4bcd73 100644 --- a/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json +++ b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadExtensionService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json index d3de90fb24..a760170f5a 100644 --- a/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json +++ b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadMessageService.i18n.json @@ -1,10 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "close": "Kapat", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "extensionSource": "{0} (Eklenti)", + "defaultSource": "Eklenti", + "manageExtension": "Eklentiyi Yƶnet", "cancel": "İptal", "ok": "Tamam" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json new file mode 100644 index 0000000000..f7574d57ba --- /dev/null +++ b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "saveParticipants": "Katılımcıların Kaydedilmesi İşlemi Ƈalıştırılıyor..." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json new file mode 100644 index 0000000000..5cdf354425 --- /dev/null +++ b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWebview.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "webview.editor.label": "web gƶrünümü düzenleyicisi" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json new file mode 100644 index 0000000000..0a6d85f8ac --- /dev/null +++ b/i18n/trk/src/vs/workbench/api/electron-browser/mainThreadWorkspace.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "folderStatusMessageAddSingleFolder": "'{0}' eklentisi Ƨalışma alanına 1 klasƶr ekledi", + "folderStatusMessageAddMultipleFolders": "'{0}' eklentisi Ƨalışma alanına {1} klasƶr ekledi", + "folderStatusMessageRemoveSingleFolder": "'{0}' eklentisi Ƨalışma alanından 1 klasƶr kaldırdı", + "folderStatusMessageRemoveMultipleFolders": "'{0}' eklentisi Ƨalışma alanından {1} klasƶr kaldırdı", + "folderStatusChangeFolder": "'{0}' eklentisi Ƨalışma alanındaki klasƶrleri değiştirdi" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/node/extHostDiagnostics.i18n.json b/i18n/trk/src/vs/workbench/api/node/extHostDiagnostics.i18n.json index ebbdf8fa98..4a8f00b237 100644 --- a/i18n/trk/src/vs/workbench/api/node/extHostDiagnostics.i18n.json +++ b/i18n/trk/src/vs/workbench/api/node/extHostDiagnostics.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "limitHit": "Diğer {0} hata ve uyarılar gƶsterilmiyor." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json b/i18n/trk/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json index f48bbd6079..5cd7a3f496 100644 --- a/i18n/trk/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json +++ b/i18n/trk/src/vs/workbench/api/node/extHostExtensionActivator.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unknownDep": "`{1}` eklentisi etkinleştirilemedi. Neden: bilinmeyen bağımlılık `{0}`.", - "failedDep1": "`{1}` eklentisi etkinleştirilemedi. Neden: bağımlılık `{0}` etkinleştirilemedi.", - "failedDep2": "`{0}` eklentisi etkinleştirilemedi. Neden: 10'dan fazla bağımlılık düzeyi (büyük olasılıkla bağımlılık dƶngüsü).", - "activationError": "`{0}` eklentisi etkinleştirilemedi: {1}." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unknownDep": "'{1}' eklentisi etkinleştirilemedi. Neden: bilinmeyen bağımlılık '{0}'.", + "failedDep1": "'{1}' eklentisi etkinleştirilemedi. Neden: bağımlılık '{0}' etkinleştirilemedi.", + "failedDep2": "'{0}' eklentisi etkinleştirilemedi. Neden: 10'dan fazla bağımlılık düzeyi (büyük olasılıkla bağımlılık dƶngüsü).", + "activationError": "'{0}' eklentisi etkinleştirilemedi: {1}." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/node/extHostTask.i18n.json b/i18n/trk/src/vs/workbench/api/node/extHostTask.i18n.json index 4b90a12aaf..9ce827f5c5 100644 --- a/i18n/trk/src/vs/workbench/api/node/extHostTask.i18n.json +++ b/i18n/trk/src/vs/workbench/api/node/extHostTask.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "task.label": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/node/extHostTreeViews.i18n.json b/i18n/trk/src/vs/workbench/api/node/extHostTreeViews.i18n.json index a3dd0ab5f9..8eea59d103 100644 --- a/i18n/trk/src/vs/workbench/api/node/extHostTreeViews.i18n.json +++ b/i18n/trk/src/vs/workbench/api/node/extHostTreeViews.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeView.notRegistered": "Kayıtlı '{0}' Id'li ağaƧ gƶrünümü yok.", - "treeItem.notFound": "'{0}' Id'li ağaƧ ƶgesi yok.", - "treeView.duplicateElement": "{0} ƶgesi zaten kayıtlı" + "treeView.duplicateElement": "{0} kimliğine sahip bir ƶge zaten kayıtlı" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/api/node/extHostWorkspace.i18n.json b/i18n/trk/src/vs/workbench/api/node/extHostWorkspace.i18n.json new file mode 100644 index 0000000000..f248599e59 --- /dev/null +++ b/i18n/trk/src/vs/workbench/api/node/extHostWorkspace.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "updateerror": "'{0}' eklentisinin Ƨalışma alanındaki klasƶrleri güncellemesi başarısız oldu: {1}" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/configureLocale.i18n.json index d7620dc687..d7de0585c5 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/configureLocale.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/browser/actions/fileActions.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/fileActions.i18n.json index dd1f86a2b5..dcaef4568b 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/fileActions.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json index 1af785233f..73e406fd3a 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleActivityBarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleActivityBar": "Etkinlik Ƈubuğunu Gizle/Gƶster", "view": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json new file mode 100644 index 0000000000..bf83a84fba --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleCenteredLayout.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleCenteredLayout": "Ortalanmış Düzeni AƧ/Kapat", + "view": "Gƶrüntüle" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json index 237f4af975..779b4ed994 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleEditorLayout.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleEditorGroupLayout": "Düzenleyici Grubunu Dikey/Yatay Düzende Değiştir", "horizontalLayout": "Yatay Düzenleyici Grubu Düzeni", "verticalLayout": "Dikey Düzenleyici Grubu Düzeni", diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json index b5c1cbc783..28d5a0fc20 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarPosition.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "toggleLocation": "Kenar Ƈubuğu Konumunu Değiştir", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "toggleSidebarPosition": "Kenar Ƈubuğu Konumunu Değiştir", "view": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json index 714ae09d79..fffd708d44 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleSidebarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleSidebar": "Kenar Ƈubuğunu Gizle/Gƶster", "view": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json index 8636912355..2e515bf645 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleStatusbarVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleStatusbar": "Durum Ƈubuğunu Gizle/Gƶster", "view": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json index 3a06d6df82..da24486f7d 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleTabsVisibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleTabs": "Sekme Gƶrünürlüğünü AƧ/Kapat", "view": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/toggleZenMode.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/toggleZenMode.i18n.json index 999c18e1db..56b3aafa1b 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/toggleZenMode.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/toggleZenMode.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleZenMode": "Zen Modunu AƧ/Kapat", "view": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/workspaceActions.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/workspaceActions.i18n.json index a8ba8956df..9305ffc01c 100644 --- a/i18n/trk/src/vs/workbench/browser/actions/workspaceActions.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/actions/workspaceActions.i18n.json @@ -1,23 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFile": "Dosya AƧ...", "openFolder": "Klasƶr AƧ...", "openFileFolder": "AƧ...", - "addFolderToWorkspace": "Ƈalışma Alanına Klasƶr Ekle...", - "add": "&&Ekle", - "addFolderToWorkspaceTitle": "Ƈalışma Alanına Klasƶr Ekle", "globalRemoveFolderFromWorkspace": "Ƈalışma Alanından Klasƶr Kaldır...", - "removeFolderFromWorkspace": "Ƈalışma Alanından Klasƶr Kaldır", - "openFolderSettings": "Klasƶr Ayarlarını AƧ", "saveWorkspaceAsAction": "Ƈalışma Alanını Farklı Kaydet...", "save": "&&Kaydet", "saveWorkspace": "Ƈalışma Alanını Kaydet", "openWorkspaceAction": "Ƈalışma Alanı AƧ...", "openWorkspaceConfigFile": "Ƈalışma Alanı Yapılandırma Dosyasını AƧ", - "openFolderAsWorkspaceInNewWindow": "Klasƶrü Yeni Pencerede Ƈalışma Alanı Olarak AƧ", - "workspaceFolderPickerPlaceholder": "Ƈalışma alanı klasƶrü seƧin" + "openFolderAsWorkspaceInNewWindow": "Klasƶrü Yeni Pencerede Ƈalışma Alanı Olarak AƧ" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/actions/workspaceCommands.i18n.json b/i18n/trk/src/vs/workbench/browser/actions/workspaceCommands.i18n.json new file mode 100644 index 0000000000..ae8a543bbd --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/actions/workspaceCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "addFolderToWorkspace": "Ƈalışma Alanına Klasƶr Ekle...", + "add": "&&Ekle", + "addFolderToWorkspaceTitle": "Ƈalışma Alanına Klasƶr Ekle", + "workspaceFolderPickerPlaceholder": "Ƈalışma alanı klasƶrü seƧin" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json index 4dac5bcdce..7f2e8f127f 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json index 832ee472cb..28d2dfb2de 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/activitybar/activitybarPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "hideActivitBar": "Etkinlik Ƈubuğunu Gizle", "globalActions": "Global Eylemler" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/compositePart.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/compositePart.i18n.json index b9eadbfaa8..9648535d9d 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/compositePart.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/compositePart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ariaCompositeToolbarLabel": "{0} eylem", "titleTooltip": "{0} ({1})" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json index 99a95a1980..6ef33d4e49 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBar.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "activityBarAriaLabel": "Aktif Gƶrünüm Değiştirici" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json index 3590178cc8..172e8e17f8 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/compositebar/compositeBarActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "largeNumberBadge": "10k+", "badgeTitle": "{0} - {1}", "additionalViews": "Ek Gƶrünümler", diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json index a38af02d66..f17131a4e0 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/binaryDiffEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "metadataDiff": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json index 23b8e1bad3..037da3dca7 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/binaryEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryEditor": "İkili Gƶrüntüleyici" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json index 5ff77e0488..69474bc868 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/editor.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Metin Düzenleyicisi", "textDiffEditor": "Metin Diff Düzenleyicisi", "binaryDiffEditor": "İkili Diff Düzenleyicisi", @@ -13,5 +15,18 @@ "groupThreePicker": "Üçüncü Gruptaki Düzenleyicileri Gƶster", "allEditorsPicker": "AƧık Tüm Düzenleyicileri Gƶster", "view": "Gƶrüntüle", - "file": "Dosya" + "file": "Dosya", + "close": "Kapat", + "closeOthers": "Diğerlerini Kapat", + "closeRight": "Sağdakileri Kapat", + "closeAllSaved": "Kaydedilenleri Kapat", + "closeAll": "Tümünü Kapat", + "keepOpen": "AƧık Tut", + "toggleInlineView": "Satır İƧi Gƶrünümü AƧ/Kapat", + "showOpenedEditors": "AƧık Düzenleyicileri Gƶster", + "keepEditor": "Düzenleyiciyi Tut", + "closeEditorsInGroup": "Gruptaki Tüm Düzenleyicileri Kapat", + "closeSavedEditors": "Gruptaki Kaydedilmiş Düzenleyicileri Kapat", + "closeOtherEditors": "Diğer Düzenleyicileri Kapat", + "closeRightEditors": "Düzenleyicinin Sağındakileri Kapat" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/editorActions.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/editorActions.i18n.json index b32e97503d..d54582f2ed 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/editorActions.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/editorActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "splitEditor": "Düzenleyiciyi Bƶl", "joinTwoGroups": "İki Gruptaki Düzenleyicileri Birleştir", "navigateEditorGroups": "Düzenleyici Grupları Arasında Gezin", @@ -17,18 +19,13 @@ "closeEditor": "Düzenleyiciyi Kapat", "revertAndCloseActiveEditor": "Geri Al ve Düzenleyiciyi Kapat", "closeEditorsToTheLeft": "Düzenleyicinin Solundakileri Kapat", - "closeEditorsToTheRight": "Düzenleyicinin Sağındakileri Kapat", "closeAllEditors": "Tüm Düzenleyicileri Kapat", - "closeUnmodifiedEditors": "Gruptaki Değiştirilmemiş Düzenleyicileri Kapat", "closeEditorsInOtherGroups": "Diğer Gruplardaki Tüm Düzenleyicileri Kapat", - "closeOtherEditorsInGroup": "Diğer Düzenleyicileri Kapat", - "closeEditorsInGroup": "Gruptaki Tüm Düzenleyicileri Kapat", "moveActiveGroupLeft": "Düzenleyici Grubunu Sola Taşı", "moveActiveGroupRight": "Düzenleyici Grubunu Sağa Taşı", "minimizeOtherEditorGroups": "Diğer Düzenleyici Gruplarını Küçült", "evenEditorGroups": "Düzenleyici Grup Genişliklerini Eşitle", "maximizeEditor": "Düzenleyici Grubunu Olabildiğince Genişlet ve Kenar Ƈubuğunu Gizle", - "keepEditor": "Düzenleyiciyi Tut", "openNextEditor": "Sonraki Düzenleyiciyi AƧ", "openPreviousEditor": "Ɩnceki Düzenleyiciyi AƧ", "nextEditorInGroup": "Gruptaki Sonraki Düzenleyiciyi AƧ", @@ -42,7 +39,6 @@ "showEditorsInFirstGroup": "İlk Gruptaki Düzenleyicileri Gƶster", "showEditorsInSecondGroup": "İkinci Gruptaki Düzenleyicileri Gƶster", "showEditorsInThirdGroup": "Üçüncü Gruptaki Düzenleyicileri Gƶster", - "showEditorsInGroup": "Gruptaki Düzenleyicileri Gƶster", "showAllEditors": "Tüm Düzenleyicileri Gƶster", "openPreviousRecentlyUsedEditorInGroup": "Gruptaki Son Kullanılan Ɩnceki Düzenleyiciyi AƧ", "openNextRecentlyUsedEditorInGroup": "Gruptaki Son Kullanılan Sonraki Düzenleyiciyi AƧ", @@ -54,5 +50,8 @@ "moveEditorLeft": "Düzenleyiciyi Sola Taşı", "moveEditorRight": "Düzenleyiciyi Sağa Taşı", "moveEditorToPreviousGroup": "Düzenleyiciyi Ɩnceki Gruba Taşı", - "moveEditorToNextGroup": "Düzenleyiciyi Sonraki Gruba Taşı" + "moveEditorToNextGroup": "Düzenleyiciyi Sonraki Gruba Taşı", + "moveEditorToFirstGroup": "Düzenleyiciyi İlk Gruba Taşı", + "moveEditorToSecondGroup": "Düzenleyiciyi İkinci Gruba Taşı", + "moveEditorToThirdGroup": "Düzenleyiciyi Üçüncü Gruba Taşı" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json index 4eac419d70..93f84e0119 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/editorCommands.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorCommand.activeEditorMove.description": "Aktif düzenleyiciyi sekmeler veya gruplar halinde taşıyın", "editorCommand.activeEditorMove.arg.name": "Aktif düzenleyici taşıma argümanı", - "editorCommand.activeEditorMove.arg.description": "Argüman Ɩzellikleri:\n\t* 'to': Nereye taşınacağını belirten dize değeri.\n\t* 'by': KaƧ birim taşınacağını belirten dize değeri. Sekme veya gruba gƶre.\n\t* 'value': KaƧ tane pozisyonun taşınacağını belirten sayı değeri.", - "commandDeprecated": "**{0}** komutu kaldırıldı. Onun yerine **{1}** komutunu kullanabilirsiniz", - "openKeybindings": "Klavye Kısayollarını Yapılandır" + "editorCommand.activeEditorMove.arg.description": "Argüman Ɩzellikleri:\n\t* 'to': Nereye taşınacağını belirten dize değeri.\n\t* 'by': KaƧ birim taşınacağını belirten dize değeri. Sekme veya gruba gƶre.\n\t* 'value': KaƧ tane pozisyonun taşınacağını belirten sayı değeri." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/editorPart.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/editorPart.i18n.json index 11fc7d2994..10181257f8 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/editorPart.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/editorPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "groupOneVertical": "Sol", "groupTwoVertical": "Orta", "groupThreeVertical": "Sağ", diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json index 3f3f3b4d53..e166b23117 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/editorPicker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, düzenleyici grubu seƧici", "groupLabel": "Grup: {0}", "noResultsFoundInGroup": "Grupta eşleşen aƧık düzenleyici bulunamadı", diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json index af7268f701..1b14cea1f0 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/editorStatus.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "singleSelectionRange": "Sat {0}, Süt {1} ({2} seƧili)", "singleSelection": "Sat {0}, Süt {1}", "multiSelectionRange": "{0} seƧim ({1} karakter seƧildi)", diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json new file mode 100644 index 0000000000..d5432cf1f1 --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/resourceViewer.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "sizeB": "{0}B", + "sizeKB": "{0}KB", + "sizeMB": "{0}MB", + "sizeGB": "{0}GB", + "sizeTB": "{0}TB", + "largeImageError": "Resim dosyası boyutu düzenleyicide gƶrüntülemek iƧin Ƨok büyük (>1MB).", + "resourceOpenExternalButton": "Harici program kullanarak resmi aƧ", + "nativeBinaryError": "Dosya ikili olduğu, Ƨok büyük olduğu veya desteklenmeyen bir metin kodlaması kullandığı iƧin düzenleyicide gƶrüntülenemiyor.", + "zoom.action.fit.label": "Resmin Tamamı", + "imgMeta": "{0}x{1} {2}" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json index 43199d9886..e2d9db578d 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/tabsTitleControl.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "araLabelTabActions": "Sekme eylemleri" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json index 9fb7a026e3..8b8e5cd210 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/textDiffEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textDiffEditor": "Metin Diff Düzenleyicisi", "readonlyEditorWithInputAriaLabel": "{0}. Salt okunur metin dosyası karşılaştırma düzenleyicisi.", "readonlyEditorAriaLabel": "Salt okunur metin dosyası karşılaştırma düzenleyicisi.", @@ -11,6 +13,5 @@ "editableEditorAriaLabel": "Metin dosyası karşılaştırma düzenleyicisi.", "navigate.next.label": "Sonraki Değişiklik", "navigate.prev.label": "Ɩnceki Değişiklik", - "inlineDiffLabel": "Satır İƧi Gƶrünüme GeƧ", - "sideBySideDiffLabel": "Yan Yana Gƶrünüme GeƧ" + "toggleIgnoreTrimWhitespace.label": "Kırpma Boşluğunu Yoksay" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/textEditor.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/textEditor.i18n.json index 01f8e840c0..a67dfddf9b 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/textEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/textEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorLabelWithGroup": "{0}, Grup {1}." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json index 0b04760519..7204f7b1a1 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/textResourceEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textEditor": "Metin Düzenleyicisi", "readonlyEditorWithInputAriaLabel": "{0}. Salt okunur metin düzenleyici.", "readonlyEditorAriaLabel": "Salt okunur metin düzenleyici.", diff --git a/i18n/trk/src/vs/workbench/browser/parts/editor/titleControl.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/editor/titleControl.i18n.json index 18e318decf..79c207ec29 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/editor/titleControl.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/editor/titleControl.i18n.json @@ -1,15 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "close": "Kapat", - "closeOthers": "Diğerlerini Kapat", - "closeRight": "Sağdakileri Kapat", - "closeAll": "Tümünü Kapat", - "closeAllUnmodified": "Değiştirilmeyenleri Kapat", - "keepOpen": "AƧık Tut", - "showOpenedEditors": "AƧık Düzenleyicileri Gƶster", "araLabelEditorActions": "Düzenleyici eylemleri" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json new file mode 100644 index 0000000000..511197c9cb --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsActions.i18n.json @@ -0,0 +1,16 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "clearNotification": "Bildirimi Temizle", + "clearNotifications": "Tüm Bildirimleri Temizle", + "hideNotificationsCenter": "Bildirimleri Gizle", + "expandNotification": "Bildirimi Genişlet", + "collapseNotification": "Bildirimi Daralt", + "configureNotification": "Bildirimi Yapılandır", + "copyNotification": "Metni Kopyala" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json new file mode 100644 index 0000000000..45013ba160 --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsAlerts.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "alertErrorMessage": "Hata: {0}", + "alertWarningMessage": "Uyarı: {0}", + "alertInfoMessage": "Bilgi: {0}" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json new file mode 100644 index 0000000000..15b3967992 --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCenter.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Bildirimler", + "notificationsToolbar": "Bildirim Merkezi Eylemleri", + "notificationsList": "Bildirim Listesi" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json new file mode 100644 index 0000000000..31b5a359a9 --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notifications": "Bildirimler", + "showNotifications": "Bildirimleri Gƶster", + "hideNotifications": "Bildirimleri Gizle", + "clearAllNotifications": "Tüm Bildirimleri Temizle" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json new file mode 100644 index 0000000000..dde834b7fe --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsStatus.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideNotifications": "Bildirimleri Gizle", + "zeroNotifications": "Bildirim Yok", + "noNotifications": "Yeni Bildirim Yok", + "oneNotification": "1 Yeni Bildirim", + "notifications": "{0} Yeni Bildirim" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json new file mode 100644 index 0000000000..b08405d15f --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsToasts.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationsToast": "Bildirim Kutusu" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json new file mode 100644 index 0000000000..a4675b8857 --- /dev/null +++ b/i18n/trk/src/vs/workbench/browser/parts/notifications/notificationsViewer.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "notificationActions": "Bildirim Eylemleri", + "notificationSource": "Kaynak: {0}" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/panel/panelActions.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/panel/panelActions.i18n.json index 674a0efef6..d6f9ce884b 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/panel/panelActions.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/panel/panelActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closePanel": "Paneli Kapat", "togglePanel": "Paneli AƧ/Kapat", "focusPanel": "Panele Odakla", diff --git a/i18n/trk/src/vs/workbench/browser/parts/panel/panelPart.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/panel/panelPart.i18n.json index de9c6eaf58..0046cd3bf7 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/panel/panelPart.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/panel/panelPart.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json index 8f88539a56..a43295e447 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickOpenController.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inputModeEntryDescription": "{0} (Onaylamak iƧin 'Enter' veya iptal etmek iƧin 'Escape' tuşuna basın)", "inputModeEntry": "Girdinizi onaylamak iƧin 'Enter' veya iptal etmek iƧin 'Escape' tuşuna basın", "emptyPicks": "SeƧilecek girdi yok", diff --git a/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json index e6b6bd07b2..30ae9d165a 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/quickopen/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen": "Dosyaya Git...", "quickNavigateNext": "Hızlı AƧta Sonrakine Git", "quickNavigatePrevious": "Hızlı AƧta Ɩncekine Git", diff --git a/i18n/trk/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json index e96afbd33c..61650b9bb0 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/sidebar/sidebarPart.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "compositePart.hideSideBarLabel": "Kenar Ƈubuğunu Gizle", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "focusSideBar": "Kenar Ƈubuğuna Odakla", "viewCategory": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json index 38591433f6..013c400769 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/statusbar/statusbarPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manageExtension": "Eklentiyi Yƶnet" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json index f143e04de9..e7cb0db109 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/titlebar/titlebarPart.i18n.json @@ -1,9 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "patchedWindowTitle": "[Desteklenmiyor]", + "userIsAdmin": "[Yƶnetici]", + "userIsSudo": "[Süper Kullanıcı]", "devExtensionWindowTitlePrefix": "[Eklenti Geliştirme Sunucusu]" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json index 13520a7bd4..f86f123994 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/views/panelViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewToolbarAriaLabel": "{0} eylem" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/parts/views/views.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/views/views.i18n.json index fe27ce7154..6472f6375e 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/views/views.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/views/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json index d412455fd9..f738f839ca 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/views/viewsRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json b/i18n/trk/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json index d61355ad2f..68c18177e0 100644 --- a/i18n/trk/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/parts/views/viewsViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "hideView": "Kenar Ƈubuğunda Gizle" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hideView": "Gizle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/quickopen.i18n.json b/i18n/trk/src/vs/workbench/browser/quickopen.i18n.json index 8a54c05489..f9e7c6aa48 100644 --- a/i18n/trk/src/vs/workbench/browser/quickopen.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/quickopen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noResultsMatching": "Eşleşen sonuƧ yok", "noResultsFound2": "SonuƧ bulunamadı" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/browser/viewlet.i18n.json b/i18n/trk/src/vs/workbench/browser/viewlet.i18n.json index 0d41777aa7..4fbde22419 100644 --- a/i18n/trk/src/vs/workbench/browser/viewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/browser/viewlet.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "compositePart.hideSideBarLabel": "Kenar Ƈubuğunu Gizle", "collapse": "Tümünü Daralt" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/common/theme.i18n.json b/i18n/trk/src/vs/workbench/common/theme.i18n.json index 9eb9ad116a..362cc4aaff 100644 --- a/i18n/trk/src/vs/workbench/common/theme.i18n.json +++ b/i18n/trk/src/vs/workbench/common/theme.i18n.json @@ -1,14 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabActiveBackground": "Aktif sekme arka plan rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", "tabInactiveBackground": "Pasif sekme arka plan rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", + "tabHoverBackground": "Fareyle üzerine gelindiğinde sekme arka plan rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", + "tabUnfocusedHoverBackground": "Fareyle üzerine gelindiğinde odaklanılmamış bir gruptaki aktif sekmenin arka plan rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", "tabBorder": "Sekmeleri birbirinden ayıran kenarlığın rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", "tabActiveBorder": "Aktif sekmeleri vurgulayacak kenarlık. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", "tabActiveUnfocusedBorder": "Odaklanılmamış bir gruptaki aktif sekmeleri vurgulayacak kenarlık. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", + "tabHoverBorder": "Fareyle üzerine gelindiğinde sekmeleri vurgulayacak kenarlık. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", + "tabUnfocusedHoverBorder": "Fareyle üzerine gelindiğinde odaklanılmamış bir gruptaki sekmeleri vurgulayacak kenarlık. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", "tabActiveForeground": "Aktif bir gruptaki aktif sekmenin ƶn plan rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", "tabInactiveForeground": "Aktif bir gruptaki pasif sekmenin ƶn plan rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", "tabUnfocusedActiveForeground": "Odaklanılmamış bir gruptaki aktif sekmenin ƶn plan rengi. Sekmeler, düzenleyici alanındaki düzenleyicilerin kapsayıcılarıdır. Bir düzenleyici grubunda birden fazla sekme aƧılabilir. Birden fazla düzenleyici grupları var olabilir.", @@ -16,7 +22,7 @@ "editorGroupBackground": "Bir düzenleyici grubunun arka plan rengi. Düzenleyici grupları, düzenleyicilerin kapsayıcılarıdır. Arka plan rengi, düzenleyici grubunu sürüklerken gƶsterilir.", "tabsContainerBackground": "Sekmeler etkinleştirilmiş durumdayken, düzenleyici grubu başlık üstbilgisi arka plan rengi. Düzenleyici grupları, düzenleyicilerin kapsayıcılarıdır.Ā ", "tabsContainerBorder": "Sekmeler etkinleştirilmiş durumdayken, düzenleyici grubu başlık üstbilgisi kenarlık rengi. Düzenleyici grupları, düzenleyicilerin kapsayıcılarıdır.Ā ", - "editorGroupHeaderBackground": "Sekmeler devre dışı iken, düzenleyici grubu başlık üstbilgisi arka plan rengi. Düzenleyici grupları, düzenleyicilerin kapsayıcılarıdır.Ā ", + "editorGroupHeaderBackground": "Sekmeler devre dışı iken, düzenleyici grubu başlık üstbilgisi arka plan rengi (`\"workbench.editor.showTabs\": false`). Düzenleyici grupları, düzenleyicilerin kapsayıcılarıdır.Ā ", "editorGroupBorder": "Birden fazla düzenleyici grubunu birbirinden ayıracak renk. Düzenleyici grupları, düzenleyicilerin kapsayıcılarıdır. ", "editorDragAndDropBackground": "Düzenleyici grubunu sürüklerken gƶsterilecek arka plan rengi. Düzenleyici iƧeriğinin hĆ¢lĆ¢ iyi gƶrünmeye devam edebilmesi iƧin renk şeffaf olmalıdır.", "panelBackground": "Panel arka plan rengi. Paneller düzenleyici alanının altında gƶsterilir ve Ƨıktı ve entegre terminal gibi gƶrünümler iƧerir.", @@ -33,8 +39,8 @@ "statusBarNoFolderBorder": "HiƧbir klasƶr aƧık olmadığında durum Ƨubuğunu kenar Ƨubuğundan ve düzenleyiciden ayıran kenarlık rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", "statusBarItemActiveBackground": "Durum Ƨubuğu ƶgesi tıklanırken arka plan rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", "statusBarItemHoverBackground": "Durum Ƨubuğu ƶgesinin mouse ile üzerine gelindiğindeki arka plan rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", - "statusBarProminentItemBackground": "Durum Ƨubuğu belirgin ƶgelerinin arka plan rengi. Belirgin ƶgeler, ƶnemi belirtmek iƧin diğer durum Ƨubuğu girdilerinden ƶne Ƨıkarılır. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", - "statusBarProminentItemHoverBackground": "Durum Ƨubuğu belirgin ƶgelerinin mouse ile üzerine gelindiğindeki arka plan rengi. Belirgin ƶgeler, ƶnemi belirtmek iƧin diğer durum Ƨubuğu girdilerinden ƶne Ƨıkarılır. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", + "statusBarProminentItemBackground": "Durum Ƨubuğu belirgin ƶgelerinin arka plan rengi. Belirgin ƶgeler, ƶnemi belirtmek iƧin diğer durum Ƨubuğu girdilerinden ƶne Ƨıkarılır. Bir ƶrnek gƶrmek iƧin komut paletinden `Tab Tuşu İle Odak Değiştirmeyi AƧ/Kapat` ile modu değiştirin. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", + "statusBarProminentItemHoverBackground": "Fareyle üzerine gelindiğinde durum Ƨubuğu belirgin ƶgelerinin arka plan rengi. Belirgin ƶgeler, ƶnemi belirtmek iƧin diğer durum Ƨubuğu girdilerinden ƶne Ƨıkarılır. Bir ƶrnek gƶrmek iƧin komut paletinden `Tab Tuşu İle Odak Değiştirmeyi AƧ/Kapat` ile modu değiştirin. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", "activityBarBackground": "Etkinlik Ƨubuğu arka plan rengi. Etkinlik Ƨubuğu, en sol veya en sağda gƶsterilir ve kenar Ƨubuğunun gƶrünümleriyle yer değiştirmeye izin verir.", "activityBarForeground": "Etkinlik Ƨubuğu ƶn plan rengi (ƶr. simgeler iƧin kullanılır). Etkinlik Ƨubuğu, en sol veya en sağda gƶsterilir ve kenar Ƨubuğunun gƶrünümleriyle yer değiştirmeye izin verir.", "activityBarBorder": "Etkinlik Ƨubuğunu kenar Ƨubuğundan ayıran kenarlığın rengi. Etkinlik Ƨubuğu, en sol veya en sağda gƶsterilir ve kenar Ƨubuğunun gƶrünümleriyle yer değiştirmeye izin verir.", @@ -53,15 +59,12 @@ "titleBarActiveBackground": "Pencere aktifken başlık Ƨubuğu arka planı. Bu rengin sadece macOS'da destekleneceğini unutmayın.", "titleBarInactiveBackground": "Pencere pasifken başlık Ƨubuğu arka planı. Bu rengin sadece macOS'da destekleneceğini unutmayın.", "titleBarBorder": "Başlık Ƨubuğu kenarlık rengi. Bu rengin sadece macOS'da destekleneceğini unutmayın.", - "notificationsForeground": "Bildirim ƶn plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsBackground": "Bildirim arka plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsButtonBackground": "Bildirim butonu arka plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsButtonHoverBackground": "Fareyle üzerine gelindiğinde bildirim butonu arka plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsButtonForeground": "Bildirim butonu ƶn plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsInfoBackground": "Bildirimlerdeki bilgi arka plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsInfoForeground": "Bildirimlerdeki bilgi ƶn plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsWarningBackground": "Bildirim uyarı arka plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsWarningForeground": "Bildirim uyarı ƶn plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsErrorBackground": "Bildirim hata arka plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer.", - "notificationsErrorForeground": "Bildirim hata ƶn plan rengi. Bildirimler pencerenin üst kısmından iƧeri girer." + "notificationCenterBorder": "Bildirim merkezi kenarlık rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer.", + "notificationToastBorder": "Bildirim kutusu kenarlık rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer.", + "notificationsForeground": "Bildirim ƶn plan rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer.", + "notificationsBackground": "Bildirim arka plan rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer.", + "notificationsLink": "Bildirim linkleri ƶn plan rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer.", + "notificationCenterHeaderForeground": "Bildirim merkezi üstbilgi ƶn plan rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer.", + "notificationCenterHeaderBackground": "Bildirim merkezi üstbilgi arka plan rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer.", + "notificationsBorder": "Bildirim merkezinde bildirimleri diğer bildirimlerden ayıracak kenarlık rengi. Bildirimler pencerenin sağ alt kısmından kayarak iƧeri girer." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/common/views.i18n.json b/i18n/trk/src/vs/workbench/common/views.i18n.json new file mode 100644 index 0000000000..b9b60a3bf5 --- /dev/null +++ b/i18n/trk/src/vs/workbench/common/views.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "duplicateId": "'{0}' kimliğine sahip bir gƶrünüm '{1}' konumunda zaten kayıtlı" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/actions.i18n.json index e3e29379b7..3b10e770d4 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/actions.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "closeActiveEditor": "Düzenleyiciyi Kapat", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "closeWindow": "Pencereyi Kapat", "closeWorkspace": "Ƈalışma Alanını Kapat", "noWorkspaceOpened": "Şu an bu ƶrnekte kapatmak iƧin aƧık bir Ƨalışma alanı bulunmuyor.", @@ -17,6 +18,7 @@ "zoomReset": "Yakınlaştırmayı Sıfırla", "appPerf": "BaşlangıƧ Performansı", "reloadWindow": "Pencereyi Yeniden Yükle", + "reloadWindowWithExntesionsDisabled": "Pencereyi Eklentiler Devre Dışı Olarak Yeniden Başlat", "switchWindowPlaceHolder": "GeƧilecek pencereyi seƧin", "current": "GeƧerli Pencere", "close": "Pencereyi Kapat", @@ -29,7 +31,6 @@ "remove": "Son AƧılanlardan Kaldır", "openRecent": "Son Kullanılanları AƧ...", "quickOpenRecent": "Son Kullanılanları Hızlı AƧ...", - "closeMessages": "Bildirim İletilerini Kapat", "reportIssueInEnglish": "Sorun Bildir", "reportPerformanceIssue": "Performans Sorunu Bildir", "keybindingsReference": "Klavye Kısayolları Başvurusu", @@ -48,25 +49,6 @@ "moveWindowTabToNewWindow": "Pencere Sekmesini Yeni Pencereye Taşı", "mergeAllWindowTabs": "Tüm Pencereleri Birleştir", "toggleWindowTabsBar": "Pencere Sekmeleri Ƈubuğunu Gizle/Gƶster", - "configureLocale": "Dili Yapılandır", - "displayLanguage": "VSCode'un gƶrüntüleme dilini tanımlar.", - "doc": "Desteklenen dillerin listesi iƧin gƶz atın: {0}", - "restart": "Değeri değiştirirseniz VSCode'u yeniden başlatmanız gerekir.", - "fail.createSettings": "Ā '{0}' oluşturulamadı ({1}).", - "openLogsFolder": "Günlük Klasƶrünü AƧ", - "showLogs": "Günlükleri Gƶster...", - "mainProcess": "Ana", - "sharedProcess": "Paylaşılan", - "rendererProcess": "Render Alan", - "extensionHost": "Eklenti Sunucusu", - "selectProcess": "İşlem seƧin", - "setLogLevel": "Günlük Düzeyini Ayarla", - "trace": "İzle", - "debug": "Hata Ayıklama", - "info": "Bilgi", - "warn": "Uyarı", - "err": "Hata", - "critical": "Kritik", - "off": "Kapalı", - "selectLogLevel": "Günlük düzeyini seƧin" + "about": "{0} Hakkında", + "inspect context keys": "Bağlam Anahtarlarını Denetle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/electron-browser/commands.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/commands.i18n.json index 3a1051dcfd..91edc7bb74 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/commands.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/commands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "diffLeftRightLabel": "{0} ⟷ {1}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/electron-browser/configureLocale.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/configureLocale.i18n.json index d7620dc687..d7de0585c5 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/configureLocale.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/configureLocale.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/electron-browser/extensionHost.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/extensionHost.i18n.json index b6f1f59af2..24b26e16d1 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/extensionHost.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/extensionHost.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/electron-browser/main.contribution.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/main.contribution.i18n.json index 8aacc6f4f6..0a0e2f6261 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/main.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/main.contribution.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "view": "Gƶrüntüle", "help": "Yardım", "file": "Dosya", - "developer": "Geliştirici", "workspaces": "Ƈalışma Alanları", + "developer": "Geliştirici", + "workbenchConfigurationTitle": "Ƈalışma Ekranı", "showEditorTabs": "AƧık düzenleyicilerin sekmelerde gƶsterilip gƶsterilmeyeceğini denetler", "workbench.editor.labelFormat.default": "Dosyanın adını gƶster. Sekmeler etkinleştirilmiş ve bir grupta iki dosya aynı ada sahiplerse, her dosyanın yolundaki ayırt edici bƶlümler eklenir. Sekmeler devre dışı ve düzenleyici aktifse, Ƨalışma alanı klasƶrüne gƶreli yol gƶsterilir.", "workbench.editor.labelFormat.short": "Dosyanın adını ve ardından dizin adını gƶster.", @@ -20,23 +23,25 @@ "showIcons": "AƧık düzenleyicilerin bir simge ile gƶsterilip gƶsterilmemelerini denetler. Bu, bir simge temasının etkinleştirilmesini de gerektirir.", "enablePreview": "AƧık düzenleyicilerin ƶnizleme olarak gƶsterilip gƶsterilmeyeceğini denetler. Ɩnizleme düzenleyicileri kalıcı olarak aƧılana kadar (ƶr. Ƨift tıklama veya düzenleme ile) tekrar kullanılırlar ve italik yazı tipiyle gƶsterilirler.", "enablePreviewFromQuickOpen": "Hızlı AƧ'taki aƧık düzenleyicilerin ƶnizleme olarak gƶsterilip gƶsterilmeyeceğini denetler. Ɩnizleme düzenleyicileri kalıcı olarak aƧılana kadar (ƶr. Ƨift tıklama veya düzenleme ile) tekrar kullanılırlar.", + "closeOnFileDelete": "Düzenleyicinin gƶsterdiği bir dosyanın, başka bir işlem tarafından silinmesi veya yeniden adlandırması durumunda dosyayı otomatik olarak kapatıp kapatmamasını denetler. Bunu devre dışı bırakmak, bƶyle bir durumda düzenleyicinin kaydedilmemiş değişiklikler iƧeriyor durumunda kalmasını sağlar. Uygulama iƧinde silmek, düzenleyiciyi her zaman kapatır ve kaydedilmemiş değişiklikler iƧeren dosyalar, verilerinizin korunması iƧin otomatik olarak kapatılmaz.", "editorOpenPositioning": "Düzenleyicilerin nerede aƧılacağını denetler. Düzenleyicileri, şu an geƧerli olanın soluna veya sağına aƧmak iƧin 'left' veya 'right' seƧeneklerinden birini seƧin. Düzenleyicileri, geƧerli olandan bağımsız bir şekilde aƧmak iƧin 'first' veya 'last' seƧeneklerinden birini seƧin.", "revealIfOpen": "Düzenleyicinin gƶrünen gruplardan herhangi birinde aƧıldıysa ortaya Ƨıkarılıp Ƨıkarılmayacağını denetler. Devre dışı bırakılırsa; bir düzenleyici, o an aktif düzenleyici grubunda aƧılmayı tercih edecektir. Etkinleştirilirse; o an aktif düzenleyici grubunda tekrar aƧılmak yerine, zaten aƧık olan düzenleyici ortaya Ƨıkarılacaktır. Bu ayarın yok sayılacağı bazı durumların olduğunu unutmayın, ƶr. bir düzenleyiciyi, belirli bir grupta veya o an aktif grubun yanına aƧmaya zorladığınızda. ", + "swipeToNavigate": "Yatay olarak üç parmakla kaydırma ile aƧık dosyalar arasında gezinin.", "commandHistory": "Komut paleti geƧmişinde tutulacak son kullanılan komutların sayısını denetler. Komut geƧmişini kapatmak iƧin 0 olarak ayarlayın.", "preserveInput": "Komut paletine son girilen girdinin, bir sonraki aƧılışta tekrar yer alıp almayacağını denetler.", "closeOnFocusLost": "Hızlı AƧ'ın odağını kaybettiğinde otomatik olarak kapanıp kapanmayacağını denetler.", "openDefaultSettings": "Ayarları aƧmanın ayrıca tüm varsayılan ayarları gƶsteren bir düzenleyici aƧıp aƧmayacağını denetler.", "sideBarLocation": "Kenar Ƨubuğunun konumunu denetler. Ƈalışma ekranının ya solunda ya da sağında gƶsterilebilir.", + "panelDefaultLocation": "Panelin varsayılan konumunu denetler. Ƈalışma ekranının ya altında ya da sağında gƶsterilebilir.", "statusBarVisibility": "Ƈalışma ekranının altındaki durum Ƨubuğunun gƶrünürlüğünü denetler.", "activityBarVisibility": "Ƈalışma ekranındaki etkinlik Ƨubuğunun gƶrünürlüğünü denetler.", - "closeOnFileDelete": "Düzenleyicinin gƶsterdiği bir dosyanın, başka bir işlem tarafından silinmesi veya yeniden adlandırması durumunda dosyayı otomatik olarak kapatıp kapatmamasını denetler. Bunu devre dışı bırakmak, bƶyle bir durumda düzenleyicinin kaydedilmemiş değişiklikler iƧeriyor durumunda kalmasını sağlar. Uygulama iƧinde silmek, düzenleyiciyi her zaman kapatır ve kaydedilmemiş değişiklikler iƧeren dosyalar, verilerinizin korunması iƧin otomatik olarak kapatılmaz.", - "enableNaturalLanguageSettingsSearch": "Ayarlar iƧin doğal dil arama modunun etkinleştirilip etkinleştirilmeyeceğini denetler.", - "fontAliasing": "Ƈalışma ekranındaki yazı tipi yumuşatma yƶntemini denetler.\n- default: Alt-piksel yazı tipi yumuşatma. Bu, Ƨoğu retina olmayan ekranda en keskin metni verir\n- antialiased: Alt-pikselin tersine, pikselin seviyesine gƶre yazı tipini yumuşat. Yazı tipinin genel olarak daha aƧık gƶrünmesini sağlayabilir\n- none: Yazı tipi yumuşatmayı devre dışı bırakır. Metin pürüzlü keskin kenarlarla gƶsterilir.", + "viewVisibility": "Gƶrünüm üstbilgi eylemlerinin gƶrünürlüğünü denetler. Gƶrünüm üstbilgi eylemleri ya her zaman gƶrünür ya da sadece o gƶrünüme odaklanıldığında veya fareyle üzerine gelindiğinde gƶrünebilir.", + "fontAliasing": "Ƈalışma ekranındaki yazı tipi yumuşatma yƶntemini denetler.\n- default: Alt-piksel yazı tipi yumuşatma. Bu, Ƨoğu retina olmayan ekranda en keskin metni verir\n- antialiased: Alt-pikselin tersine, pikselin seviyesine gƶre yazı tipini yumuşat. Yazı tipinin genel olarak daha aƧık gƶrünmesini sağlayabilir\n- none: Yazı tipi yumuşatmayı devre dışı bırakır. Metin pürüzlü keskin kenarlarla gƶsterilir.\n- auto: Ekranların DPI'ına gƶre otomatik olarak `default` veya`antialiased`ı uygular.", "workbench.fontAliasing.default": "Alt-piksel yazı tipi yumuşatma. Bu, Ƨoğu retina olmayan ekranda en keskin metni verir.", "workbench.fontAliasing.antialiased": "Alt-pikselin tersine, pikselin seviyesine gƶre yazı tipini yumuşat. Yazı tipinin genel olarak daha aƧık gƶrünmesini sağlayabilir.", "workbench.fontAliasing.none": "Yazı tipi yumuşatmayı devre dışı bırakır. Metin pürüzlü keskin kenarlarla gƶsterilir.", - "swipeToNavigate": "Yatay olarak üç parmakla kaydırma ile aƧık dosyalar arasında gezinin.", - "workbenchConfigurationTitle": "Ƈalışma Ekranı", + "workbench.fontAliasing.auto": "Ekranların DPI'ına gƶre otomatik olarak `default` veya `antialiased`ı uygular.", + "enableNaturalLanguageSettingsSearch": "Ayarlar iƧin doğal dil arama modunun etkinleştirilip etkinleştirilmeyeceğini denetler.", "windowConfigurationTitle": "Pencere", "window.openFilesInNewWindow.on": "Dosyalar yeni bir pencerede aƧılacak", "window.openFilesInNewWindow.off": "Dosyalar, dosyaların klasƶrünün olduğu pencerede veya son aktif pencerede aƧılacak", @@ -71,9 +76,9 @@ "window.nativeTabs": "macOS Sierra pencere sekmelerini etkinleştirir. Değişikliklerin uygulanması iƧin tam yeniden başlatma gerekeceğini ve yerel sekmelerin, eğer yapılandırılmışsa ƶzel başlık Ƨubuğu stilini devre dışı bıracağını unutmayın.", "zenModeConfigurationTitle": "Zen Modu", "zenMode.fullScreen": "Zen Moduna geƧmenin ayrıca Ƨalışma ekranını tam ekran moduna geƧirip geƧirmeyeceğini denetler.", + "zenMode.centerLayout": "Zen Modu'nun aktif edilmesinin düzeni ortalayıp ortalamayacağını denetler.", "zenMode.hideTabs": "Zen Moduna geƧmenin ayrıca Ƨalışma ekranı sekmelerini gizleyip gizlemeyeceğini denetler.", "zenMode.hideStatusBar": "Zen Moduna geƧmenin ayrıca Ƨalışma ekranının altındaki durum Ƨubuğunu gizleyip gizlemeyeceğini denetler.", "zenMode.hideActivityBar": "Zen Moduna geƧmenin ayrıca Ƨalışma ekranının solundaki etkinlik Ƨubuğunu gizleyip gizlemeyeceğini denetler.", - "zenMode.restore": "Bir pencere Zen modundayken Ƨıkıldıysa, bu pencerenin Zen moduna geri dƶnüp dƶnmeyeceğini denetler.", - "JsonSchema.locale": "Kullanılacak Kullanıcı Arayüzü Dili." + "zenMode.restore": "Bir pencere Zen modundayken Ƨıkıldıysa, bu pencerenin Zen moduna geri dƶnüp dƶnmeyeceğini denetler." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/electron-browser/main.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/main.i18n.json index 35eeb336c5..6daa4c163d 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/main.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/main.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "loaderError": "Gerekli bir dosya yüklenemedi. Artık İnternet'e bağlı değilsiniz veya bağlı olduğunuz sunucu Ƨevrimdışı. Yeniden denemek iƧin lütfen tarayıcıyı yenileyin.", "loaderErrorNative": "Gerekli bir dosya yüklenemedi. Yeniden denemek iƧin lütfen uygulamayı yeniden başlatın. Ayrıntılar: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/electron-browser/shell.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/shell.i18n.json index ef01873077..5e2c64af5f 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/shell.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/shell.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/electron-browser/window.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/window.i18n.json index c583af8e7c..9bfa3f317a 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/window.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/window.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "undo": "Geri Al", "redo": "Yinele", "cut": "Kes", "copy": "Kopyala", "paste": "Yapıştır", - "selectAll": "Tümünü SeƧ" + "selectAll": "Tümünü SeƧ", + "runningAsRoot": "[0] uygulamasını root olarak Ƨalıştırmanız ƶnerilmez." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/electron-browser/workbench.i18n.json b/i18n/trk/src/vs/workbench/electron-browser/workbench.i18n.json index d50ab8c895..5ba144991a 100644 --- a/i18n/trk/src/vs/workbench/electron-browser/workbench.i18n.json +++ b/i18n/trk/src/vs/workbench/electron-browser/workbench.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "developer": "Geliştirici", "file": "Dosya" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/node/extensionHostMain.i18n.json b/i18n/trk/src/vs/workbench/node/extensionHostMain.i18n.json index 5c33200c41..96cfbd620c 100644 --- a/i18n/trk/src/vs/workbench/node/extensionHostMain.i18n.json +++ b/i18n/trk/src/vs/workbench/node/extensionHostMain.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionTestError": "{0} yolu, geƧerli bir eklenti test Ƨalıştırıcısına işaret etmiyor." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/node/extensionPoints.i18n.json b/i18n/trk/src/vs/workbench/node/extensionPoints.i18n.json index 17cb5965e9..2b6437eadc 100644 --- a/i18n/trk/src/vs/workbench/node/extensionPoints.i18n.json +++ b/i18n/trk/src/vs/workbench/node/extensionPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json index 11fb1d3f1d..bd346ea5af 100644 --- a/i18n/trk/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/cli/electron-browser/cli.contribution.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "install": "'{0}' kabuk komutunu PATH'e yükle", "not available": "Bu komut mevcut değil", "successIn": "'{0}' kabuk komutu PATH'e başarıyla yüklendi.", - "warnEscalation": "Code, şimdi kabuk komutunu yüklemek üzere yƶnetici ayrıcalıkları iƧin 'osascript' ile izin isteyecektir.", "ok": "Tamam", - "cantCreateBinFolder": "'/usr/local/bin' oluşturulamadı.", "cancel2": "İptal", + "warnEscalation": "Code, şimdi kabuk komutunu yüklemek üzere yƶnetici ayrıcalıkları iƧin 'osascript' ile izin isteyecektir.", + "cantCreateBinFolder": "'/usr/local/bin' oluşturulamadı.", "aborted": "Durduruldu", "uninstall": "'{0}' kabuk komutunu PATH'den kaldır", "successFrom": "'{0}' kabuk komutu PATH'den başarıyla kaldırıldı.", diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json index 031f187ac0..7bb34ef745 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/accessibility.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emergencyConfOn": "Şu an `editor.accessibilitySupport` ayarı 'on' olarak değiştiriliyor.", "openingDocs": "Şu an VS Code Erişilebilirlik belgeleri sayfası aƧılıyor.", "introMsg": "VS Code'un erişilebilirlik seƧeneklerini denediğiniz iƧin teşekkür ederiz.", diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json index 670ac26134..ff92a059cc 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectKeybindings.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.inspectKeyMap": "Geliştirici: Tuş Eşlemelerini Denetle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json index 3566cd50ef..703ce198dc 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/inspectTMScopes.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json index 7cff16c145..1cd7581398 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/languageConfiguration/languageConfigurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "parseErrors": "{0} iƧin ayrıştırma hataları: {1}", "schema.openBracket": "AƧılış ayracı karakteri veya dize sırası.", "schema.closeBracket": "Kapanış ayracı karakteri veya dize sırası.", diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json index 3566cd50ef..97f6a8bbd1 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/textMate/inspectTMScopes.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "inspectTMScopes": "Geliştirici: TM Kapsamlarını Denetle", "inspectTMScopesWidget.loading": "Yükleniyor..." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json index e7efe6a01b..34d1c7e083 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMinimap.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleMinimap": "Gƶrünüm: Mini Haritayı AƧ/Kapat" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json index e65b16db17..bf10c17dcd 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleMultiCursorModifier.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleLocation": "Ƈoklu İmleƧ Değiştiricisini AƧ/Kapat" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json index 001627659e..62a58dbab4 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderControlCharacter.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderControlCharacters": "Gƶrünüm: Kontrol Karakterlerini AƧ/Kapat" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json index 7910538f5d..7894285016 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleRenderWhitespace.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleRenderWhitespace": "Gƶrünüm: Boşlukları Gƶrüntülemeyi AƧ/Kapat" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json index 44a5560df3..4f49b44b15 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggle.wordwrap": "Gƶrünüm: Sƶzcük Kaydırmasını AƧ/Kapat", "wordWrap.notInDiffEditor": "Diff düzenleyicisinde sƶzcük kaydırma aƧılıp kapatılamıyor", "unwrapMinified": "Bu dosya iƧin sonraki satıra kaydırmayı devre dışı bırak", diff --git a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json index 01e4868daa..040830faf1 100644 --- a/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/codeEditor/electron-browser/wordWrapMigration.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "wordWrapMigration.ok": "Tamam", - "wordWrapMigration.dontShowAgain": "Tekrar gƶsterme", + "wordWrapMigration.dontShowAgain": "Tekrar Gƶsterme", "wordWrapMigration.openSettings": "Ayarları AƧ", "wordWrapMigration.prompt": "`editor.wrappingColumn` ayarı, `editor.wordWrap` yüzünden kullanım dışıdır." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json index a6f34090c4..93087a2b14 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointWidgetExpressionPlaceholder": "İfade değerlendirmesi doğru olduğunda mola ver. Kabul etmek iƧin 'Enter', iptal etmek iƧin 'Esc' tuşuna basın.", "breakpointWidgetAriaLabel": "Program, burada sadece bu koşul doğruysa durur. Kabul etmek iƧin Enter veya iptal etmek iƧin Escape tuşuna basın. ", "breakpointWidgetHitCountPlaceholder": "İsabet sayısı koşulu sağlandığında mola ver. Kabul etmek iƧin 'Enter', iptal etmek iƧin 'Esc' tuşuna basın.", diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json new file mode 100644 index 0000000000..0363bac67d --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/breakpointsView.i18n.json @@ -0,0 +1,19 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editConditionalBreakpoint": "Kesme Noktasını Düzenle...", + "functionBreakpointsNotSupported": "Fonksiyon kesme noktaları bu hata ayıklama türü tarafından desteklenmiyor", + "functionBreakpointPlaceholder": "Mola verilecek fonksiyon", + "functionBreakPointInputAriaLabel": "Fonksiyon kesme noktasını girin", + "breakpointDisabledHover": "Devre dışı bırakılmış kesme noktası", + "breakpointUnverifieddHover": "Doğrulanmamış kesme noktası", + "functionBreakpointUnsupported": "Fonksiyon kesme noktaları bu hata ayıklama türü tarafından desteklenmiyor", + "breakpointDirtydHover": "Doğrulanmamış Kesme Noktası Dosya düzenlendi, lütfen hata ayıklama oturumunu yeniden başlatın.", + "conditionalBreakpointUnsupported": "Koşullu kesme noktaları bu hata ayıklama türü tarafından desteklenmiyor", + "hitBreakpointUnsupported": "Koşullu kesme noktalarına isabet etme bu hata ayıklama türü tarafından desteklenmiyor" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 79ec88f9c1..a201c041ef 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noConfigurations": "Yapılandırma Yok", "addConfigTo": "Yapılandırma Ekle ({0})...", "addConfiguration": "Yapılandırma Ekle..." diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugActions.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugActions.i18n.json index d6c708e760..72c0b139ec 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openLaunchJson": "{0} Dosyasını AƧ", "launchJsonNeedsConfigurtion": "'launch.json'u Yapılandır veya Düzelt", "noFolderDebugConfig": "Gelişmiş hata ayıklama yapılandırması yapmak iƧin lütfen ilk olarak bir klasƶr aƧın.", diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json index a9c04322e9..92dc59a0f3 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugActionsWidget.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debugToolBarBackground": "Hata ayıklama araƧ Ƨubuğu arka plan rengi." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debugToolBarBackground": "Hata ayıklama araƧ Ƨubuğu arka plan rengi.", + "debugToolBarBorder": "Hata ayıklama araƧ Ƨubuğu kenarlık rengi." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json new file mode 100644 index 0000000000..a951b8fb53 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugCommands.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "noFolderDebugConfig": "Gelişmiş hata ayıklama yapılandırması yapmak iƧin lütfen ilk olarak bir klasƶr aƧın.", + "columnBreakpoint": "Sütun Kesme Noktası", + "debug": "Hata Ayıklama", + "addColumnBreakpoint": "Sütun Kesme Noktası Ekle" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json index 647215e664..026a77de46 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugContentProvider.i18n.json @@ -1,8 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unable": "Hata ayıklama oturumu olmadan kaynak Ƨƶzümlenemiyor" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "unable": "Hata ayıklama oturumu olmadan kaynak Ƨƶzümlenemiyor", + "canNotResolveSource": "{0} kaynağı Ƨƶzümlenemedi, hata ayıklama eklentisi yanıt vermedi." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json index a5745c5e39..53c58b81f9 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorActions.i18n.json @@ -1,12 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleBreakpointAction": "Hata Ayıklama: Kesme Noktası Ekle/Kaldır", - "columnBreakpointAction": "Hata Ayıklama: Sütun Kesme Noktası", - "columnBreakpoint": "Sütun Kesme Noktası Ekle", "conditionalBreakpointEditorAction": "Hata Ayıklama: Koşullu Kesme Noktası Ekle...", "runToCursor": "İmlece Kadar Ƈalıştır", "debugEvaluate": "Hata Ayıklama: Değerlendir", diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json index a9c0632215..888bb03918 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugEditorModelManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "breakpointDisabledHover": "Devre Dışı Bırakılmış Kesme Noktası", "breakpointUnverifieddHover": "Doğrulanmamış Kesme Noktası", "breakpointDirtydHover": "Doğrulanmamış Kesme Noktası Dosya düzenlendi, lütfen hata ayıklama oturumunu yeniden başlatın.", diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json index 480910c488..b25a57fc75 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, hata ayıklama", "debugAriaLabel": "Ƈalıştırılacak bir başlatma yapılandırması adı girin.", "addConfigTo": "Yapılandırma Ekle ({0})...", diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json index 410f5af32a..83b6d3dcdb 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectAndStartDebug": "SeƧin ve hata ayıklama yapılandırmasını başlatın" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json index e0b86b943a..197d83ee9b 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugFocusVariablesView": "Değişkenlere Odakla", "debugFocusWatchView": "İzlemeye Odakla", "debugFocusCallStackView": "Ƈağrı Yığınına Odakla", diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json index 3f77729328..2ab1736ca2 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/exceptionWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugExceptionWidgetBorder": "İstisna aracı kenarlık rengi.", "debugExceptionWidgetBackground": "İstisna aracı arka plan rengi.", "exceptionThrownWithId": "İstisna oluştu: {0}", diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json index a5db6507a7..827bdff40e 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/linkDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileLinkMac": "Takip etmek iƧin tıklayın (Cmd + tıklama yana aƧar)", "fileLink": "Takip etmek iƧin tıklayın (Ctrl + tıklama yana aƧar)" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json new file mode 100644 index 0000000000..e5b5898af8 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/debug/browser/statusbarColorProvider.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "statusBarDebuggingBackground": "Bir programda hata ayıklama yapılırken durum Ƨubuğu arka plan rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", + "statusBarDebuggingForeground": "Bir programda hata ayıklama yapılırken durum Ƨubuğu ƶn plan rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", + "statusBarDebuggingBorder": "Bir programda hata ayıklama yapılırken, durum Ƨubuğunu kenar Ƨubuğundan ve düzenleyiciden ayıran kenarlık rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/common/debug.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/common/debug.i18n.json index 52e048c883..43d0e0359c 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/common/debug.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/common/debug.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "internalConsoleOptions": "Dahili hata ayıklama konsolunun davranışlarını denetler." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 67633f8688..4756823394 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "notAvailable": "mevcut değil", "startDebugFirst": "Lütfen değerlendirilecek bir hata ayıklama oturumu başlatın" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/common/debugSource.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/common/debugSource.i18n.json index 6d75e32351..1b0799b79a 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/common/debugSource.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/common/debugSource.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "unknownSource": "Bilinmeyen Kaynak" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json index 1baa43d656..b357c1ebe1 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/breakpointsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editConditionalBreakpoint": "Kesme Noktasını Düzenle...", "functionBreakpointsNotSupported": "Fonksiyon kesme noktaları bu hata ayıklama türü tarafından desteklenmiyor", "functionBreakpointPlaceholder": "Mola verilecek fonksiyon", diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json index 001d372f06..dcf3e4ca85 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/callStackView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "callstackSection": "Ƈağrı Yığını Bƶlümü", "debugStopped": "{0} Üzerinde Duraklatıldı", "callStackAriaLabel": "Hata Ayıklama Ƈağrı Yığını", diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 8a38e9caf2..adfc7a384a 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleDebugViewlet": "Hata Ayıklamayı Gƶster", "toggleDebugPanel": "Hata Ayıklama Konsolu", "debug": "Hata Ayıklama", @@ -24,6 +26,6 @@ "always": "Hata ayıklamayı durum Ƨubuğunda her zaman gƶster", "onFirstSessionStart": "Hata ayıklamayı sadece ilk kez başladıktan sonra durum Ƨubuğunda gƶster", "showInStatusBar": "Hata ayıklama durum Ƨubuğunun ne zaman gƶrünür olacağını denetler", - "openDebug": "Hata ayıklama viewlet'ının, hata ayıklama oturumu başlangıcında aƧılıp aƧılmayacağını denetler.", + "openDebug": "Hata ayıklama gƶrünümünün, hata ayıklama oturumu başlangıcında aƧılıp aƧılmayacağını denetler.", "launch": "Global hata ayıklama başlatma yapılandırması. Ƈalışma alanlarında paylaşılan 'launch.json'a alternatif olarak kullanılmalıdır" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json index 614f97b48d..e054fa67bb 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noFolderDebugConfig": "Gelişmiş hata ayıklama yapılandırması yapmak iƧin lütfen ilk olarak bir klasƶr aƧın." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json index ea94460b89..4e55be50b8 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.debuggers": "Hata ayıklama bağdaştırıcılarına ekleme yapar.", "vscode.extension.contributes.debuggers.type": "Bu hata ayıklama bağdaştırıcısnın benzersiz tanımlayıcısı.", "vscode.extension.contributes.debuggers.label": "Bu hata ayıklama bağdaştırıcısnın gƶrünen adı.", @@ -19,8 +21,8 @@ "vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json' dosyasını doğrulayacak JSON şema yapılandırmaları.", "vscode.extension.contributes.debuggers.windows": "Windows'a ƶzel ayarlar.", "vscode.extension.contributes.debuggers.windows.runtime": "Windows'da kullanılacak Ƨalışma zamanı.", - "vscode.extension.contributes.debuggers.osx": "OS X'e ƶzel ayarlar.", - "vscode.extension.contributes.debuggers.osx.runtime": "OS X'de kullanılacak Ƨalışma zamanı.", + "vscode.extension.contributes.debuggers.osx": "macOS'e ƶzel ayarlar.", + "vscode.extension.contributes.debuggers.osx.runtime": "macOS'de kullanılacak Ƨalışma zamanı.", "vscode.extension.contributes.debuggers.linux": "Linux'a ƶzel ayarlar.", "vscode.extension.contributes.debuggers.linux.runtime": "Linux'da kullanılacak Ƨalışma zamanı.", "vscode.extension.contributes.breakpoints": "Kesme noktalarına ekleme yapar.", @@ -30,8 +32,12 @@ "app.launch.json.configurations": "Yapılandırma listesi. IntelliSense kullanarak yeni yapılandırmalar ekleyin veya mevcut olanları düzenleyin.", "app.launch.json.compounds": "Bileşikler listesi. Her bileşik, birlikte Ƨalıştırılacak birden Ƨok yapılandırmaya başvurur.", "app.launch.json.compound.name": "Bileşiğin adı. Başlatma yapılandırması aƧılır kutu menüsünde gƶrünür.", + "useUniqueNames": "Lütfen benzersiz yapılandırma adları kullanın.", + "app.launch.json.compound.folder": "Bileşiğin bulunduğu klasƶrün adı.", "app.launch.json.compounds.configurations": "Bu bileşiğin parƧası olarak başlatılacak yapılandırmaların adları.", "debugNoType": "Hata ayıklama bağdaştırıcısının 'type' ƶgesi atlanabilir veya 'dize' türünde olmalıdır.", "selectDebug": "Ortam SeƧin", - "DebugConfig.failed": "Ā '.vscode' klasƶrü iƧinde 'launch.json' dosyası oluşturulamıyor ({0})." + "DebugConfig.failed": "Ā '.vscode' klasƶrü iƧinde 'launch.json' dosyası oluşturulamıyor ({0}).", + "workspace": "Ƨalışma alanı", + "user settings": "kullanıcı ayarları" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json index dd1bf89582..7002c70148 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "removeBreakpoints": "Kesme Noktalarını Kaldır", "removeBreakpointOnColumn": "{0}. Sütundaki Kesme Noktasını Kaldır", "removeLineBreakpoint": "Satır Kesme Noktasını Kaldır", diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json index f805425af1..b279dbc49d 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugHover.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "treeAriaLabel": "Hata Ayıklama Bağlantı Vurgusu" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json index ecfc10e7ef..60dabedfd9 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snapshotObj": "Bu nesne iƧin sadece ilkel türler gƶsterilir.", "debuggingPaused": "Hata ayıklama duraklatıldı, sebep {0}, {1} {2}", "debuggingStarted": "Hata ayıklama başlatıldı.", @@ -11,18 +13,22 @@ "breakpointAdded": "Kesme noktası eklendi, {0}. satır, {1} dosyası", "breakpointRemoved": "Kesme noktası kaldırıldı, {0}. satır, {1} dosyası", "compoundMustHaveConfigurations": "Bileşik, birden Ƨok yapılandırmayı başlatmak iƧin \"configurations\" ƶzniteliği bulundurmalıdır.", + "noConfigurationNameInWorkspace": "Ƈalışma alanında '{0}' başlatma yapılandırması bulunamadı.", + "multipleConfigurationNamesInWorkspace": "Ƈalışma alanında birden fazla '{0}' başlatma yapılandırması var. Yapılandırmayı belirtmek iƧin klasƶr adını kullanın.", + "noFolderWithName": "'{2}' bileşiğindeki '{1}' yapılandırması iƧin '{0}' adlı klasƶr bulunamadı.", "configMissing": "'launch.json' dosyasında '{0}' yapılandırması eksik.", "launchJsonDoesNotExist": "'launch.json' mevcut değil.", - "debugRequestNotSupported": "SeƧilen hata ayıklama yapılandırılmasındaki `{0}` ƶzniteliğiĀ desteklenmeyen `{1}` değeri iƧeriyor.", + "debugRequestNotSupported": "SeƧilen hata ayıklama yapılandırılmasındaki '{0}' ƶzniteliği desteklenmeyen '{1}' değeri iƧeriyor.", "debugRequesMissing": "'{0}' ƶzniteliği seƧilen hata ayıklama yapılandırılmasında eksik.", "debugTypeNotSupported": "Yapılandırılan hata ayıklama türü '{0}', desteklenmiyor.", - "debugTypeMissing": "SeƧilen başlatma yapılandırmasında `type` ƶzelliği eksik.", + "debugTypeMissing": "SeƧilen başlatma yapılandırması iƧin 'type' ƶzelliği eksik.", "debugAnyway": "Yine de Hata Ayıkla", "preLaunchTaskErrors": "'{0}' ƶn başlatma gƶrevi sırasında derleme hataları algılandı.", "preLaunchTaskError": "'{0}' ƶn başlatma gƶrevi sırasında derleme hatası algılandı.", "preLaunchTaskExitCode": "'{0}' ƶn başlatma gƶrevi {1} Ƨıkış koduyla sonlandı.", + "showErrors": "Hataları Gƶster", "noFolderWorkspaceDebugError": "Aktif dosyada hata ayıklama yapılamıyor. Lütfen, dosyanın diskte kayıtlı olduğundan ve bu dosya türü iƧin hata ayıklama eklentinizin olduğundan emin olun.", - "NewLaunchConfig": "Lütfen uygulamanızın başlatma yapılandırması dosyasını ayarlayın. {0}", + "cancel": "İptal", "DebugTaskNotFound": "'{0}' ƶn başlatma gƶrevi bulunamadı.", "taskNotTracked": "'{0}' başlatma ƶncesi gƶrevi izlenemez." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json index 823377981d..a167e4c08d 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json index 8a92525c7f..508dcce027 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json index 52d6e60d75..bf1a8ca4c0 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/electronDebugActions.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyValue": "Değeri Kopyala", + "copyAsExpression": "İfade Olarak Kopyala", "copy": "Kopyala", "copyAll": "Tümünü Kopyala", "copyStackTrace": "Ƈağrı Yığınını Kopyala" diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json index 68bc0009a9..ee6896ad12 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/rawDebugSession.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreInfo": "Daha Fazla Bilgi", "unableToLaunchDebugAdapter": "'{0}' tarafından hata ayıklama bağdaştırıcısı başlatılamadı.", "unableToLaunchDebugAdapterNoArgs": "Hata ayıklama bağdaştırıcısı başlatılamıyor.", diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json index f3b84b06d7..0fab8db777 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "replAriaLabel": "Oku Değerlendir Yaz Dƶngüsü Paneli", "actions.repl.historyPrevious": "Ɩnceki GeƧmiş", "actions.repl.historyNext": "Sonraki GeƧmiş", diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json index a53a32385d..255e319947 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "stateCapture": "Nesne durumu ilk değerlendirmeden alındı", "replVariableAriaLabel": "{0} değişkeni, {1} değerine sahip, oku değerlendir yaz dƶngüsü, hata ayıklama", "replExpressionAriaLabel": "{0} ifadesi, {1} değerine sahip, oku değerlendir yaz dƶngüsü, hata ayıklama", diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json index c0f344aac9..e5b5898af8 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "statusBarDebuggingBackground": "Bir programda hata ayıklama yapılırken durum Ƨubuğu arka plan rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", "statusBarDebuggingForeground": "Bir programda hata ayıklama yapılırken durum Ƨubuğu ƶn plan rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir.", "statusBarDebuggingBorder": "Bir programda hata ayıklama yapılırken, durum Ƨubuğunu kenar Ƨubuğundan ve düzenleyiciden ayıran kenarlık rengi. Durum Ƨubuğu, pencerenin alt kısmında gƶsterilir." diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json index b5f38fd907..5c94a4742e 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/terminalSupport.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "debug.terminal.title": "hata ayıklanan", - "debug.terminal.not.available.error": "Entegre terminal mevcut değil" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "debug.terminal.title": "hata ayıklanan" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json index 07a5b7d0f7..b420a28fcc 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/variablesView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "variablesSection": "Değişkenler Bƶlümü", "variablesAriaTreeLabel": "Hata Ayıklama Değişkenleri", "variableValueAriaLabel": "Yeni değişken adını girin", diff --git a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json index 5c51a9a049..3d6df1e619 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/electron-browser/watchExpressionsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expressionsSection": "İfadeler Bƶlümü", "watchAriaTreeLabel": "Hata Ayıklama İzleme İfadeleri", "watchExpressionPlaceholder": "İzlenecek ifade", diff --git a/i18n/trk/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/trk/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 5e977fb511..016c6649b8 100644 --- a/i18n/trk/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "debugAdapterBinNotFound": "Hata ayıklama bağdaştırıcısı yürütülebilir dosyası '{0}', mevcut değil.", "debugAdapterCannotDetermineExecutable": "Hata ayıklama bağdaştırıcısı yürütülebilir dosyası '{0}' belirlenemedi.", "launch.config.comment1": "Olası ƶznitelikler hakkında bilgi edinmek iƧin IntelliSense kullanın.", diff --git a/i18n/trk/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json index 7e019e4d69..0da79ae668 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/browser/actions/showEmmetCommands.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showEmmetCommands": "Emmet Komutlarını Gƶster" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json index 7f2cf68697..b69f08ecb6 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/balance.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json index 7832e96768..adfd4a3a53 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/editPoints.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json index 77713e86bc..9f28aa8df5 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/evaluateMath.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json index 53b34ac42e..5c256653f5 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "expandAbbreviationAction": "Emmet: Kısaltmayı Genişlet" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json index 6692ba5bad..ef1aee77a0 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/incrementDecrement.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json index 0bae8eb938..4c3c87a26e 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/matchingPair.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json index a083c13f1e..fb5bf2d9a2 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/mergeLines.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json index 8cceaedbe4..79a2360079 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/reflectCssValue.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json index 13f4115a71..1fc761d6cd 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/removeTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json index 2507b6d025..b95dd5ef78 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/selectItem.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json index c64d4ead15..d8214ca22b 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/splitJoinTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json index 4f88ade10d..7491985d49 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/toggleComment.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json index 862f8163fb..61b2fdf7b9 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateImageSize.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json index 48f1595249..1a69ff6fe3 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/updateTag.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json index 678b349f57..8923e70191 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/actions/wrapWithAbbreviation.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json index 55701eb8ca..82ca48bfd8 100644 --- a/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json index 010a09cd0c..a04414d7da 100644 --- a/i18n/trk/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalConfigurationTitle": "Harici Terminal", "explorer.openInTerminalKind": "Başlatılacak terminal türünü ƶzelleştirir.", "terminal.external.windowsExec": "Windows'da hangi terminalin Ƨalışacağını ayarlar.", @@ -12,6 +14,5 @@ "globalConsoleActionWin": "Yeni Komut İstemi AƧ", "globalConsoleActionMacLinux": "Yeni Terminal AƧ", "scopedConsoleActionWin": "Komut İsteminde AƧ", - "scopedConsoleActionMacLinux": "Terminalde AƧ", - "openFolderInIntegratedTerminal": "Terminalde AƧ" + "scopedConsoleActionMacLinux": "Terminalde AƧ" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 72d4755b5b..1b642b3f32 100644 --- a/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json b/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json index 6e763ea868..9a5043b997 100644 --- a/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/execution/electron-browser/terminalService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "console.title": "VS Code Konsolu", "mac.terminal.script.failed": "'{0}' betiği, {1} Ƨıkış koduyla başarısız oldu", "mac.terminal.type.not.supported": "'{0}' desteklenmiyor", diff --git a/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json index 1341aa7a5f..c07659d3b5 100644 --- a/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorer.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json b/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json index f9ce5d1c2d..63930f32e7 100644 --- a/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json b/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json index 25fbff908a..c1a7e6712c 100644 --- a/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/explorers/browser/treeExplorerService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json b/i18n/trk/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json index bc360a62ef..665a5fb122 100644 --- a/i18n/trk/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/explorers/browser/views/treeExplorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json index 36f005e07f..0906ed75b9 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/browser/dependenciesViewer.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error": "Hata", "Unknown Dependency": "Bilinmeyen Bağımlılık:" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json index 0640208ea5..3152612225 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionEditor.i18n.json @@ -1,12 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "name": "Eklenti adı", "extension id": "Eklenti tanımlayıcısı", "preview": "Ɩnizleme", + "builtin": "Yerleşik", "publisher": "Yayıncı adı", "install count": "Yüklenme sayısı", "rating": "Derecelendirme", @@ -31,6 +34,10 @@ "view id": "ID", "view name": "Adı", "view location": "Yeri", + "localizations": "Ƈeviriler ({0})", + "localizations language id": "Dil Kimliği", + "localizations language name": "Dil Adı", + "localizations localized language name": "Dil Adı (Ƈevrilen Dilde)", "colorThemes": "Renk Temaları ({0})", "iconThemes": "Simge Temaları ({0})", "colors": "Renkler ({0})", @@ -39,6 +46,8 @@ "defaultLight": "AƧık Varsayılan", "defaultHC": "Yüksek Karşıtlık Varsayılan", "JSON Validation": "JSON Doğrulama ({0})", + "fileMatch": "Dosya Eşleşmesi", + "schema": "Şema", "commands": "Komutlar ({0})", "command name": "Adı", "keyboard shortcuts": "Klavye Kısayolları", diff --git a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json index e9474bb59f..f1d1c3143a 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsActions.i18n.json @@ -1,15 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "download": "Manuel Olarak İndir", + "install vsix": "İndirildiğinde lütfen '{0}' ƶgesinin indirilen VSIX dosyasını manuel olarak yükleyin.", "installAction": "Yükle", "installing": "Yükleniyor", + "failedToInstall": "'{0}' yüklenemedi.", "uninstallAction": "Kaldır", "Uninstalling": "Kaldırılıyor", "updateAction": "Güncelle", "updateTo": "{0} sürümüne güncelle", + "failedToUpdate": "'{0}' güncellenemedi.", "ManageExtensionAction.uninstallingTooltip": "Kaldırılıyor", "enableForWorkspaceAction": "Etkinleştir (Ƈalışma Alanı)", "enableGloballyAction": "Etkinleştir", @@ -36,6 +42,7 @@ "showInstalledExtensions": "Yüklenen Eklentileri Gƶster", "showDisabledExtensions": "Devre Dışı Bırakılan Eklentileri Gƶster", "clearExtensionsInput": "Eklenti Girdisini Temizle", + "showBuiltInExtensions": "Yerleşik Eklentileri Gƶster", "showOutdatedExtensions": "Eski Eklentileri Gƶster", "showPopularExtensions": "Popüler Eklentileri Gƶster", "showRecommendedExtensions": "Tavsiye Edilen Eklentileri Gƶster", @@ -49,11 +56,22 @@ "OpenExtensionsFile.failed": "Ā '.vscode' klasƶrü iƧinde 'extensions.json' dosyası oluşturulamıyor ({0}).", "configureWorkspaceRecommendedExtensions": "Tavsiye Edilen Eklentileri Yapılandır (Ƈalışma Alanı)", "configureWorkspaceFolderRecommendedExtensions": "Tavsiye Edilen Eklentileri Yapılandır (Ƈalışma Alanı Klasƶrü)", - "builtin": "Yerleşik", + "malicious tooltip": "Bu eklentinin sorunlu olduğu bildirildi.", + "malicious": "Kƶtü amaƧlı", "disableAll": "Yüklü Tüm Eklentileri Devre Dışı Bırak", "disableAllWorkspace": "Bu Ƈalışma Alanı iƧin Yüklü Tüm Eklentileri Devre Dışı Bırak", - "enableAll": "Yüklü Tüm Eklentileri Etkinleştir", - "enableAllWorkspace": "Bu Ƈalışma Alanı iƧin Yüklü Tüm Eklentileri Etkinleştir", + "enableAll": "Tüm Eklentileri Etkinleştir", + "enableAllWorkspace": "Bu Ƈalışma Alanı iƧin Tüm Eklentileri Etkinleştir", + "openExtensionsFolder": "Eklentiler Klasƶrünü AƧ", + "installVSIX": "VSIX'ten yükle...", + "installFromVSIX": "VSIX'den Yükle", + "installButton": "&&Yükle", + "InstallVSIXAction.success": "Eklenti başarıyla yüklendi. Etkinleştirmek iƧin pencereyi yeniden yükleyin.", + "InstallVSIXAction.reloadNow": "Şimdi Yeniden Yükle", + "reinstall": "Eklentiyi Yeniden Yükle...", + "selectExtension": "Yeniden Yüklenecek Eklentiyi SeƧin", + "ReinstallAction.success": "Eklenti başarıyla yeniden yüklendi.", + "ReinstallAction.reloadNow": "Şimdi Yeniden Yükle", "extensionButtonProminentBackground": "Dikkat Ƨeken eklenti eylemleri iƧin buton arka plan rengi (ƶr. yükle butonu)", "extensionButtonProminentForeground": "Dikkat Ƨeken eklenti eylemleri iƧin buton ƶn plan rengi (ƶr. yükle butonu)", "extensionButtonProminentHoverBackground": "Dikkat Ƨeken eklenti eylemleri iƧin buton bağlantı vurgusu arka plan rengi (ƶr. yükle butonu)" diff --git a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json index cb67809c37..81ee62d153 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsList.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json index 9681c47254..8e41bd21cc 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "manage": "Eklentilerinizi yƶnetmek iƧin Enter'a basın.", "notfound": "'{0}' eklentisi markette bulunamadı.", "install": "Marketten '{0}' eklentisini yüklemek iƧin Enter'a basın.", diff --git a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json index 4ae85e568b..70a39ffe81 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/browser/extensionsWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ratedByUsers": "{0} kullanıcı tarafından derecelendirildi", "ratedBySingleUser": "1 kullanıcı tarafından derecelendirildi" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json index 0065535462..3e6bff9fd1 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsFileTemplate.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "app.extensions.json.title": "Eklentiler", "app.extensions.json.recommendations": "Eklenti tavsiyelerinin listesi. Bir eklentinin tanımlayıcısı daima '${yayinci}.${ad}' şeklindedir. Ɩrnek: 'vscode.csharp'.", "app.extension.identifier.errorMessage": "'${yayinci}.${ad}' biƧimi bekleniyor. Ɩrnek: 'vscode.csharp'." diff --git a/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json index 93faa85294..1744dc9c2c 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/common/extensionsInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsInputName": "Eklenti: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json index 4de7cbfa69..762b917852 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionProfileService.i18n.json @@ -1,8 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "restart1": "Eklentileri Ayrımla", + "restart2": "Eklentileri ayrımlamak iƧin yeniden başlatma gereklidir. '{0}'u yeniden başlatmak istiyor musunuz?", + "restart3": "Yeniden Başlat", + "cancel": "İptal", "selectAndStartDebug": "Ayrımlamayı durdurmak iƧin tıklayın." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json index 63820e9cd1..065063eee8 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionTipsService.i18n.json @@ -1,22 +1,26 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "neverShowAgain": "Tekrar Gƶsterme", + "searchMarketplace": "Marketi Ara", + "showLanguagePackExtensions": "Markette VS Code'un '{0}' diline Ƨevrilmesine yardımcı olabilecek eklentiler bulunuyor", + "dynamicWorkspaceRecommendation": "Bu eklenti {0} deposundaki kullanıcılar arasında popüler olduğu iƧin ilginizi Ƨekebilir.", + "exeBasedRecommendation": "Bu eklenti, sizde {0} kurulu olduğu iƧin tavsiye ediliyor.", "fileBasedRecommendation": "Bu eklenti yakınlarda aƧtığınız dosyalara dayanarak tavsiye ediliyor.", "workspaceRecommendation": "Bu eklenti geƧerli Ƨalışma alanı kullanıcıları tarafından tavsiye ediliyor.", - "exeBasedRecommendation": "Bu eklenti, sizde {0} kurulu olduğu iƧin tavsiye ediliyor.", "reallyRecommended2": "'{0}' eklentisi bu dosya türü iƧin tavsiye edilir.", "reallyRecommendedExtensionPack": "'{0}' eklenti paketi bu dosya türü iƧin tavsiye edilir.", "showRecommendations": "Tavsiyeleri Gƶster", "install": "Yükle", - "neverShowAgain": "Tekrar gƶsterme", - "close": "Kapat", + "showLanguageExtensions": "Markette '.{0}' dosyaları iƧin yardımcı olabilecek eklentiler bulunuyor", "workspaceRecommended": "Bu Ƨalışma alanı bazı eklentileri tavsiye ediyor.", "installAll": "Tümünü Yükle", "ignoreExtensionRecommendations": "Tüm eklenti tavsiyelerini yok saymak istiyor musunuz?", "ignoreAll": "Evet, Tümünü Yok Say", - "no": "Hayır", - "cancel": "İptal" + "no": "Hayır" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json index 067c828566..2282322944 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensions.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionsCommands": "Eklentileri Yƶnet", "galleryExtensionsCommands": "Galeri Eklentileri Yükle", "extension": "Eklenti", @@ -13,5 +15,6 @@ "developer": "Geliştirici", "extensionsConfigurationTitle": "Eklentiler", "extensionsAutoUpdate": "Eklentileri otomatik olarak güncelle", - "extensionsIgnoreRecommendations": "\"Doğru\" olarak ayarlanırsa, eklenti tavsiyeleri bildirimleri artık gƶsterilmez." + "extensionsIgnoreRecommendations": "\"Doğru\" olarak ayarlanırsa, eklenti tavsiyeleri bildirimleri artık gƶsterilmez.", + "extensionsShowRecommendationsOnlyOnDemand": "Doğru olarak ayarlanırsa, kullanıcı tarafından ƶzel olarak istenmedikƧe tavsiyeler alınmaz ve gƶsterilmez." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json index 99b8149825..e7b9252b73 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsActions.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openExtensionsFolder": "Eklentiler Klasƶrünü AƧ", "installVSIX": "VSIX'ten yükle...", "installFromVSIX": "VSIX'den Yükle", "installButton": "&&Yükle", - "InstallVSIXAction.success": "Eklenti başarıyla yüklendi. Etkinleştirmek iƧin yeniden başlatın.", "InstallVSIXAction.reloadNow": "Şimdi Yeniden Yükle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json index 33992c788d..1faa921840 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsUtils.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "disableOtherKeymapsConfirmation": "Tuş bağlamlarında Ƨakışmalardan kaƧınmak iƧin diğer tuş haritaları ({0}) devre dışı bırakılsın mı?", "yes": "Evet", "no": "Hayır", "betterMergeDisabled": "\"Better Merge\" artık yerleşik bir eklenti, yüklenen eklendi devre dışı bırakıldı ve kaldırılabilir.", - "uninstall": "Kaldır", - "later": "Daha Sonra" + "uninstall": "Kaldır" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json index fb8de282ef..18b765e09e 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViewlet.i18n.json @@ -1,20 +1,25 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "marketPlace": "Market", "installedExtensions": "Yüklü", "searchInstalledExtensions": "Yüklü", "recommendedExtensions": "Tavsiye Edilen", "otherRecommendedExtensions": "Diğer Tavsiyeler", "workspaceRecommendedExtensions": "Ƈalışma Alanı Tavsiyeleri", + "builtInExtensions": "Yerleşik", "searchExtensions": "Markette Eklenti Ara", "sort by installs": "Sırala: Yüklenme Sayısına Gƶre", "sort by rating": "Sırala: Derecelendirmeye Gƶre", "sort by name": "Sırala: Ada Gƶre", "suggestProxyError": "Market, 'ECONNREFUSED' dƶndürdü. Lütfen 'http.proxy' ayarını kontrol edin.", "extensions": "Eklentiler", - "outdatedExtensions": "{0} Eski Eklenti" + "outdatedExtensions": "{0} Eski Eklenti", + "malicious warning": "'{0}' eklentisini sorunlu olarak bildirildiği iƧin kaldırdık.", + "reloadNow": "Şimdi Yeniden Yükle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json index 61cd287d6b..8b6c3d03f7 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/extensionsViews.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensions": "Eklentiler", "no extensions found": "Eklenti yok.", "suggestProxyError": "Market, 'ECONNREFUSED' dƶndürdü. Lütfen 'http.proxy' ayarını kontrol edin." diff --git a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json index 244821c976..18c1c716ed 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/electron-browser/runtimeExtensionsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "starActivation": "BaşlangıƧta etkinleştirildi", "workspaceContainsGlobActivation": "Ƈalışma alanınızda bir {0} dosya eşleşmesi mevcut olduğu iƧin etkinleştirildi", "workspaceContainsFileActivation": "Ƈalışma alanınızda {0} dosyası mevcut olduğu iƧin etkinleştirildi", diff --git a/i18n/trk/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json b/i18n/trk/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json index 4a7a26d84a..a5d3c57387 100644 --- a/i18n/trk/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.i18n.json @@ -1,9 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "installingVSIXExtension": "VSIX'den eklenti yükle...", + "malicious": "Bu eklentinin sorunlu olduğu bildirildi.", + "installingMarketPlaceExtension": "Marketten eklenti yükleniyor...", + "uninstallingExtension": "Eklenti kaldırılıyor...", "enableDependeciesConfirmation": "'{0}' eklentisini etkinleştirdiğinizde onun bağımlılıkları da etkinleştirilir. Devam etmek istiyor musunuz?", "enable": "Evet", "doNotEnable": "Hayır", diff --git a/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json new file mode 100644 index 0000000000..1ff9a3db48 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.contribution.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "workbenchConfigurationTitle": "Ƈalışma Ekranı", + "feedbackVisibility": "Ƈalışma ekranının altındaki durum Ƨubuğunda bulunan Twitter geri bildiriminin (gülen yüz) gƶrünürlüğünü denetler." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json b/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json index d8da171200..fbdb5d940c 100644 --- a/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedback.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "sendFeedback": "Geri Bildirimi Tweet'le", "label.sendASmile": "Geri bildiriminizi bize Tweet'leyin.", "patchedVersion1": "Kurulumunuz bozuk.", @@ -16,6 +18,7 @@ "request a missing feature": "Eksik bir ƶzellik talebinde bulun", "tell us why?": "Bize nedenini sƶyleyin:", "commentsHeader": "AƧıklamalar", + "showFeedback": "Durum Ƈubuğunda Geri Bildirim Gülen Yüzünü Gƶster", "tweet": "Tweet'le", "character left": "karakter kaldı", "characters left": "karakter kaldı", diff --git a/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json b/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json new file mode 100644 index 0000000000..83dd812c33 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/feedback/electron-browser/feedbackStatusbarItem.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "hide": "Gizle" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json index 4c60c43f74..7bd87b628c 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/editors/binaryFileEditor.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "binaryFileEditor": "İkili Dosya Gƶrüntüleyici" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json index 694dd68c04..a5dd6a4789 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/editors/textFileEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "textFileEditor": "Metin Dosyası Düzenleyicisi", "createFile": "Dosya Oluştur", "fileEditorWithInputAriaLabel": "{0}. Metin dosyası düzenleyici.", diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json index 090a301275..728322c1d3 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json index 09b50f5c81..1e917eff82 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.i18n.json index c6dceab751..f3f02d19e8 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/fileActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/fileCommands.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/fileCommands.i18n.json index 699305824d..53093c6fef 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/fileCommands.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/fileCommands.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/files.contribution.i18n.json index 4948cddf5c..05c0593fa9 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/files.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/files.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json index 660d16789d..b65415509c 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/saveErrorHandler.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json index 78cbb2f07f..f41994952a 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json index 5e24e43299..b84e508116 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerDecorationsProvider.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json index d8b937fc20..fcdbca0cdf 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json index c2e160be13..cdea170482 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/views/explorerViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json index aa9de346ff..1bc98976ea 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsView.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json b/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json index f22af02df4..aec5037629 100644 --- a/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/trk/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json index 1a8d190f65..0a1dc4e5a9 100644 --- a/i18n/trk/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dirtyFile": "1 kaydedilmemiş dosya", "dirtyFiles": "{0} kaydedilmemiş dosya" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/trk/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json index 59355f869f..8ba6d65d51 100644 --- a/i18n/trk/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "orphanedFile": "{0} (diskten silindi)" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json index 090a301275..eaa2d0ee92 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/explorerViewlet.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "folders": "Klasƶrler" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json index 09b50f5c81..04abd0fe63 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.contribution.i18n.json @@ -1,11 +1,35 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "filesCategory": "Dosya", "revealInSideBar": "Kenar Ƈubuğunda Ortaya Ƈıkar", "acceptLocalChanges": "Değişikliklerinizi kullanın ve diskteki iƧeriklerin üzerine yazın", - "revertLocalChanges": "Değişikliklerinizi gƶz ardı edin ve diskteki iƧeriğe geri dƶnün" + "revertLocalChanges": "Değişikliklerinizi gƶz ardı edin ve diskteki iƧeriğe geri dƶnün", + "copyPathOfActive": "Aktif Dosyanın Yolunu Kopyala", + "saveAllInGroup": "Gruptaki Tümünü Kadet", + "saveFiles": "Tüm Dosyaları Kaydet", + "revert": "Dosyayı Geri Dƶndür", + "compareActiveWithSaved": "Aktif Dosyayı Kaydedilenle Karşılaştır", + "closeEditor": "Düzenleyiciyi Kapat", + "view": "Gƶrüntüle", + "openToSide": "Yana AƧ", + "revealInWindows": "Gezginde Ortaya Ƈıkar", + "revealInMac": "Finder'da Ortaya Ƈıkar", + "openContainer": "İƧeren Klasƶrü AƧ", + "copyPath": "Yolu Kopyala", + "saveAll": "Tümünü Kaydet", + "compareWithSaved": "Kaydedilenle Karşılaştır", + "compareWithSelected": "SeƧilenle Karşılaştır", + "compareSource": "Karşılaştırma İƧin SeƧ", + "compareSelected": "SeƧilenle Karşılaştır", + "close": "Kapat", + "closeOthers": "Diğerlerini Kapat", + "closeSaved": "Kaydedilenleri Kapat", + "closeAll": "Tümünü Kapat", + "deleteFile": "Kalıcı Olarak Sil" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json index 2be3f4a566..14fca5167e 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileActions.i18n.json @@ -1,53 +1,51 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "retry": "Yeniden Dene", - "rename": "Yeniden Adlandır", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "newFile": "Yeni Dosya", "newFolder": "Yeni Klasƶr", - "openFolderFirst": "İƧinde dosyalar veya klasƶrler oluşturmak iƧin ilk olarak bir klasƶr aƧın.", + "rename": "Yeniden Adlandır", + "delete": "Sil", + "copyFile": "Kopyala", + "pasteFile": "Yapıştır", + "retry": "Yeniden Dene", "newUntitledFile": "Yeni İsimsiz Dosya", "createNewFile": "Yeni Dosya", "createNewFolder": "Yeni Klasƶr", "deleteButtonLabelRecycleBin": "&&Geri Dƶnüşüm Kutusuna Taşı", "deleteButtonLabelTrash": "&&Ƈƶp Kutusuna Taşı", "deleteButtonLabel": "&&Sil", + "dirtyMessageFilesDelete": "Kaydedilmemiş değişiklik barındıran dosyaları siliyorsunuz. Devam etmek istiyor musunuz?", "dirtyMessageFolderOneDelete": "1 dosyada kaydedilmemiş değişiklik barındıran bir klasƶrü siliyorsunuz. Devam etmek istiyor musunuz?", "dirtyMessageFolderDelete": "{0} dosyada kaydedilmemiş değişiklik barındıran bir klasƶrü siliyorsunuz. Devam etmek istiyor musunuz?", "dirtyMessageFileDelete": "Kaydedilmemiş değişiklik barındıran bir dosyayı siliyorsunuz. Devam etmek istiyor musunuz?", "dirtyWarning": "Değişiklikleriniz, kaydetmezseniz kaybolur.", + "confirmMoveTrashMessageMultiple": "Aşağıdaki {0} dosyayı silmek istediğinizden emin misiniz?", "confirmMoveTrashMessageFolder": "'{0}' ve iƧindekileri silmek istediğinizden emin misiniz?", "confirmMoveTrashMessageFile": "'{0}' öğesini silmek istediğinize emin misiniz?", "undoBin": "Geri dƶnüşüm kutusundan geri alabilirsiniz.", "undoTrash": "Ƈƶp kutusundan geri alabilirsiniz.", "doNotAskAgain": "Bir daha sorma", + "confirmDeleteMessageMultiple": "Aşağıdaki {0} dosyayı kalıcı olarak silmek istediğinizden emin misiniz?", "confirmDeleteMessageFolder": "'{0}' öğesini ve iƧindekileri kalıcı olarak silmek istediğinizden emin misiniz?", "confirmDeleteMessageFile": "'{0}' öğesini kalıcı olarak silmek istediğinizden emin misiniz?", "irreversible": "Bu eylem geri dƶndürülemez!", + "cancel": "İptal", "permDelete": "Kalıcı Olarak Sil", - "delete": "Sil", "importFiles": "Dosya İƧe Aktar", "confirmOverwrite": "Hedef klasƶrde aynı ada sahip bir dosya veya klasƶr zaten var. Değiştirmek istiyor musunuz?", "replaceButtonLabel": "&&Değiştir", - "copyFile": "Kopyala", - "pasteFile": "Yapıştır", + "fileIsAncestor": "Yapıştırılacak dosya hedef klasƶrün atalarından biridir", + "fileDeleted": "Yapıştırılacak dosya bu arada silindi veya taşındı", "duplicateFile": "Ƈoğalt", - "openToSide": "Yana AƧ", - "compareSource": "Karşılaştırma İƧin SeƧ", "globalCompareFile": "Aktif Dosyayı Karşılaştır...", "openFileToCompare": "Bir başka dosya ile karşılaştırmak iƧin ilk olarak bir dosya aƧın.", - "compareWith": "'{0}' dosyasını '{1}' ile karşılaştır", - "compareFiles": "Dosyaları Karşılaştır", "refresh": "Yenile", - "save": "Kaydet", - "saveAs": "Farklı Kaydet...", - "saveAll": "Tümünü Kaydet", "saveAllInGroup": "Gruptaki Tümünü Kadet", - "saveFiles": "Tüm Dosyaları Kaydet", - "revert": "Dosyayı Geri Dƶndür", "focusOpenEditors": "AƧık Düzenleyiciler Gƶrünümüne Odakla", "focusFilesExplorer": "Dosya Gezginine Odakla", "showInExplorer": "Aktif Dosyayı Kenar Ƈubuğunda Ortaya Ƈıkar", @@ -56,20 +54,11 @@ "refreshExplorer": "Gezgini Yenile", "openFileInNewWindow": "Aktif Dosyayı Yeni Pencerede AƧ", "openFileToShowInNewWindow": "Yeni pencerede aƧmak iƧin ilk olarak bir dosya aƧın", - "revealInWindows": "Gezginde Ortaya Ƈıkar", - "revealInMac": "Finder'da Ortaya Ƈıkar", - "openContainer": "İƧeren Klasƶrü AƧ", - "revealActiveFileInWindows": "Aktif Dosyayı Windows Gezgini'nde Ortaya Ƈıkar", - "revealActiveFileInMac": "Aktif Dosyayı Finder'da Ortaya Ƈıkar", - "openActiveFileContainer": "Aktif Dosyayı İƧeren Klasƶrü AƧ", "copyPath": "Yolu Kopyala", - "copyPathOfActive": "Aktif Dosyanın Yolunu Kopyala", "emptyFileNameError": "Bir dosya veya klasƶr adı sağlanması gerekiyor.", "fileNameExistsError": "Bu konumda bir **{0}** dosyası veya klasƶrü zaten mevcut. Lütfen başka bir ad seƧin.", "invalidFileNameError": "**{0}** adı, bir dosya veya klasƶr adı olarak geƧerli değildir. Lütfen başka bir ad seƧin.", "filePathTooLongError": "**{0}** adı Ƨok uzun bir yol ile sonuƧlanıyor. Lütfen daha kısa bir ad seƧin.", - "compareWithSaved": "Aktif Dosyayı Kaydedilenle Karşılaştır", - "modifiedLabel": "{0} (diskte) ↔ {1}", "compareWithClipboard": "Aktif Dosyayı Panodakiyle Karşılaştır", "clipboardComparisonLabel": "Pano ↔ {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json index 699305824d..e073327517 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/fileCommands.i18n.json @@ -1,9 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openFileToCopy": "Yolunu kopyalamak iƧin ilk olarak bir dosya aƧın", - "openFileToReveal": "Ortaya Ƨıkarmak iƧin ilk olarak bir dosya aƧın" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "revealInWindows": "Gezginde Ortaya Ƈıkar", + "revealInMac": "Finder'da Ortaya Ƈıkar", + "openContainer": "İƧeren Klasƶrü AƧ", + "saveAs": "Farklı Kaydet...", + "save": "Kaydet", + "saveAll": "Tümünü Kaydet", + "removeFolderFromWorkspace": "Ƈalışma Alanından Klasƶr Kaldır", + "genericRevertError": "'{0}' geri dƶndürülemedi: {1}", + "modifiedLabel": "{0} (diskte) ↔ {1}", + "openFileToReveal": "Ortaya Ƨıkarmak iƧin ilk olarak bir dosya aƧın", + "openFileToCopy": "Yolunu kopyalamak iƧin ilk olarak bir dosya aƧın" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json index 4948cddf5c..6b26ae5f2c 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/files.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showExplorerViewlet": "Gezgini Gƶster", "explore": "Gezgin", "view": "Gƶrüntüle", @@ -36,8 +38,7 @@ "editorConfigurationTitle": "Düzenleyici", "formatOnSave": "Dosyayı kaydederken biƧimlendir. Bir biƧimlendirici mevcut olmalıdır, dosya otomatik olarak kaydedilmemelidir, ve düzenleyici kapanmıyor olmalıdır.", "explorerConfigurationTitle": "Dosya Gezgini", - "openEditorsVisible": "AƧık Editƶrler bƶlmesinde gƶsterilen düzenleyici sayısı. Bƶlmeyi gizlemek iƧin 0 olarak ayarlayın.", - "dynamicHeight": "AƧık düzenleyiciler bƶlümü yüksekliğinin ƶge sayısına gƶre dinamik olarak uyarlanıp uyarlanmayacağını denetler.", + "openEditorsVisible": "AƧık Düzenleyiciler bƶlmesinde gƶsterilen düzenleyici sayısı.", "autoReveal": "Gezginin dosyaları aƧarken, onları otomatik olarak ortaya Ƨıkartmasını ve seƧmesini denetler.", "enableDragAndDrop": "Gezgeinin sürükle bırak ile dosyaları ve klasƶrleri taşımaya izin verip vermeyeceğini denetler.", "confirmDragAndDrop": "Gezginin, sürükle bırak ile dosyalar ve klasƶrlerin taşındığı zaman onay isteyip istemeyeceğini denetler.", diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json index 660d16789d..3d982d8744 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/saveErrorHandler.i18n.json @@ -1,16 +1,24 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "userGuide": "Değişikliklerinizi **geri al**mak veya diskteki iƧeriğin **üzerine yaz**mak iƧin düzenleyicideki araƧ Ƨubuğunu kullanabilirsiniz", - "discard": "At", - "overwrite": "Üzerine Yaz", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "userGuide": "Değişikliklerinizi geri almak veya diskteki iƧeriğin üzerine yazmak iƧin düzenleyicideki araƧ Ƨubuğundaki eylemleri kullanabilirsiniz.", + "staleSaveError": "'{0}' kaydedilemedi: Diskteki iƧerik daha yeni. Lütfen sizdeki sürüm ile disktekini karşılaştırın.", "retry": "Yeniden Dene", - "readonlySaveError": "'{0}' kaydedilemedi: Dosya yazmaya karşı korunuyor. Korumayı kaldırmak iƧin 'Üzerine Yaz'ı seƧin.", + "discard": "At", + "readonlySaveErrorAdmin": "'{0}' kaydedilemedi: Dosya yazmaya karşı korunuyor. Yƶnetici olarak denemek iƧin 'Yƶnetici Olarak Üzerine Yaz'ı seƧin.", + "readonlySaveError": "'{0}' kaydedilemedi: Dosya yazmaya karşı korunuyor. Korumayı kaldırmayı denemek iƧin 'Üzerine Yaz'ı seƧin.", + "permissionDeniedSaveError": "'{0}' kaydedilemedi: Yetersiz yetki. Yƶnetici olarak denemek iƧin 'Yƶnetici Olarak Yeniden Dene'yi seƧin.", "genericSaveError": "'{0}' kaydedilemedi: ({1}).", - "staleSaveError": "'{0}' kaydedilemedi: Diskteki iƧerik daha yeni. Sizdeki sürüm ile disktekini karşılaştırmak iƧin **Karşılaştır**a tıklayın.", + "learnMore": "Daha Fazla Bilgi Edin", + "dontShowAgain": "Tekrar Gƶsterme", "compareChanges": "Karşılaştır", - "saveConflictDiffLabel": "{0} (diskte) ↔ {1} ({2} uygulamasında) - Kaydetme Ƨakışmasını Ƨƶz" + "saveConflictDiffLabel": "{0} (diskte) ↔ {1} ({2} uygulamasında) - Kaydetme Ƨakışmasını Ƨƶz", + "overwriteElevated": "Yƶnetici Olarak Üzerine Yaz...", + "saveElevated": "Yƶnetici Olarak Yeniden Dene...", + "overwrite": "Üzerine Yaz" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json index 78cbb2f07f..75c6c0ecec 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/emptyView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "noWorkspace": "AƧık Klasƶr Yok", "explorerSection": "Dosya Gezgini Bƶlümü", "noWorkspaceHelp": "Ƈalışma alanına hĆ¢lĆ¢ bir klasƶr eklemediniz.", diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json index 5e24e43299..275f9798ed 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerDecorationsProvider.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Gezgin", - "canNotResolve": "Ƈalışma alanı klasƶrü Ƨƶzümlenemiyor" + "canNotResolve": "Ƈalışma alanı klasƶrü Ƨƶzümlenemiyor", + "symbolicLlink": "Sembolik Link" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json index d8b937fc20..b86c3115d4 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "explorerSection": "Dosya Gezgini Bƶlümü", "treeAriaLabel": "Dosya Gezgini" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json index f8f351a367..d273bb6926 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/explorerViewer.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInputAriaLabel": "Dosya adı girin. Onaylamak iƧin Enter'a, iptal etmek iƧin Escape tuşuna basın.", + "constructedPath": "**{1}** iƧinde {0} oluştur", "filesExplorerViewerAriaLabel": "{0}, Dosya Gezgini", "dropFolders": "Klasƶrleri Ƨalışma alanına eklemek istiyor musunuz?", "dropFolder": "Klasƶrü Ƨalışma alanına eklemek istiyor musunuz?", "addFolders": "Klasƶrleri &&Ekle", "addFolder": "Klasƶrü &&Ekle", + "confirmMultiMove": "Aşağıdaki {0} dosyayı taşımak istediğinizden emin misiniz?", "confirmMove": "'{0}' ƶgesini taşımak istediğinizden emin misiniz?", "doNotAskAgain": "Bir daha sorma", "moveButtonLabel": "&&Taşı", diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json index 9f1cee51d9..270a54cbe3 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsView.i18n.json @@ -1,16 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openEditors": "AƧık Düzenleyiciler", "openEditosrSection": "AƧık Düzenleyiciler Bƶlümü", - "dirtyCounter": "{0} kaydedilmemiş", - "saveAll": "Tümünü Kaydet", - "closeAllUnmodified": "Değiştirilmeyenleri Kapat", - "closeAll": "Tümünü Kapat", - "compareWithSaved": "Kaydedilenle Karşılaştır", - "close": "Kapat", - "closeOthers": "Diğerlerini Kapat" + "dirtyCounter": "{0} kaydedilmemiş" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json index f22af02df4..aec5037629 100644 --- a/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/files/electron-browser/views/openEditorsViewer.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/html/browser/html.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/html/browser/html.contribution.i18n.json index 86ad2ecff7..f0d454a687 100644 --- a/i18n/trk/src/vs/workbench/parts/html/browser/html.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/html/browser/html.contribution.i18n.json @@ -1,9 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "html.editor.label": "Html Ɩnizlemesi", - "devtools.webview": "Geliştirici: Web Gƶrünümü AraƧları" + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "html.editor.label": "Html Ɩnizlemesi" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json b/i18n/trk/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json index 13f1ae29ec..2721044099 100644 --- a/i18n/trk/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/html/browser/htmlPreviewPart.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "html.voidInput": "GeƧersiz düzenleyici girdisi." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json new file mode 100644 index 0000000000..0a921e47d3 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/html/browser/webview.contribution.i18n.json @@ -0,0 +1,10 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "developer": "Geliştirici" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/html/browser/webview.i18n.json b/i18n/trk/src/vs/workbench/parts/html/browser/webview.i18n.json index cc23f3edf7..718286036b 100644 --- a/i18n/trk/src/vs/workbench/parts/html/browser/webview.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/html/browser/webview.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json b/i18n/trk/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json new file mode 100644 index 0000000000..3f8944e765 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/html/browser/webviewCommands.i18n.json @@ -0,0 +1,12 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "editor.action.webvieweditor.showFind": "Bulma Aracına Odakla", + "openToolsLabel": "Web Gƶrünümü Geliştirici AraƧlarını AƧ", + "refreshWebviewLabel": "Web Gƶrünümlerini Yeniden Yükle" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json new file mode 100644 index 0000000000..a7b2974e7b --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/localizations/browser/localizations.contribution.i18n.json @@ -0,0 +1,18 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "JsonSchema.locale": "Kullanılacak Kullanıcı Arayüzü Dili.", + "vscode.extension.contributes.localizations": "Düzenleyiciye yerelleştirmeleri ekler", + "vscode.extension.contributes.localizations.languageId": "Gƶrüntülenen dizelerin Ƨevrileceği dilin kimliği.", + "vscode.extension.contributes.localizations.languageName": "Dilin İngilizcedeki adı.", + "vscode.extension.contributes.localizations.languageNameLocalized": "Dilin eklenen dildeki adı.", + "vscode.extension.contributes.localizations.translations": "Bu dille ilişkili Ƨevirilerin listesi.", + "vscode.extension.contributes.localizations.translations.id": "Bu Ƨevirinin ekleneceği VS Code veya Eklenti kimliği. VS Code kimliği her zaman `vscode` şeklindedir ve eklenti ise `yayinciAdi.eklentiAdi` biƧiminde olmalıdır.", + "vscode.extension.contributes.localizations.translations.id.pattern": "Kimlik, VS Code Ƨevirisi iƧin `vscode` olmalı veya eklenti Ƨevirisi iƧin `yayinciAdi.eklentiAdi` biƧiminde olmalıdır.", + "vscode.extension.contributes.localizations.translations.path": "Dilin Ƨevirilerini iƧeren dosyaya gƶreli yol." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json b/i18n/trk/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json new file mode 100644 index 0000000000..3658a0b28e --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/localizations/browser/localizationsActions.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "configureLocale": "Dili Yapılandır", + "displayLanguage": "VSCode'un gƶrüntüleme dilini tanımlar.", + "doc": "Desteklenen dillerin listesi iƧin gƶz atın: {0}", + "restart": "Değeri değiştirirseniz VSCode'u yeniden başlatmanız gerekir.", + "fail.createSettings": "Ā '{0}' oluşturulamadı ({1})." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json new file mode 100644 index 0000000000..dd676d2600 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/logs/electron-browser/logs.contribution.i18n.json @@ -0,0 +1,14 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "mainLog": "Günlük (Temel)", + "sharedLog": "Günlük (Ortak)", + "rendererLog": "Günlük (Pencere)", + "extensionsLog": "Günlük (Eklenti Sunucusu)", + "developer": "Geliştirici" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json b/i18n/trk/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json new file mode 100644 index 0000000000..c2fe7801e0 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/logs/electron-browser/logsActions.i18n.json @@ -0,0 +1,30 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "openLogsFolder": "Günlük Klasƶrünü AƧ", + "showLogs": "Günlükleri Gƶster...", + "rendererProcess": "Pencere ({0})", + "emptyWindow": "Pencere", + "extensionHost": "Eklenti Sunucusu", + "sharedProcess": "Ortak", + "mainProcess": "Temel", + "selectProcess": "İşlem iƧin Günlük SeƧin", + "openLogFile": "Günlük Dosyasını AƧ...", + "setLogLevel": "Günlük Düzeyini Ayarla...", + "trace": "İzle", + "debug": "Hata Ayıklama", + "info": "Bilgi", + "warn": "Uyarı", + "err": "Hata", + "critical": "Kritik", + "off": "Kapalı", + "selectLogLevel": "Günlük düzeyini seƧin", + "default and current": "Varsayılan & GeƧerli Olan", + "default": "Varsayılan", + "current": "GeƧerli Olan" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/trk/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json index af3ce226e6..61beef4c58 100644 --- a/i18n/trk/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "label": "Sorunlar", "tooltip.1": "Bu dosyada 1 sorun var", "tooltip.N": "Bu dosyada {0} sorun var", diff --git a/i18n/trk/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json b/i18n/trk/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json index 8aeae72112..8c76625385 100644 --- a/i18n/trk/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/markers/browser/markersPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "totalProblems": "Toplam {0} Sorun", "filteredProblems": "{1} Sorundan {0} Tanesi Gƶsteriliyor" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/markers/common/markers.i18n.json b/i18n/trk/src/vs/workbench/parts/markers/common/markers.i18n.json new file mode 100644 index 0000000000..8c76625385 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/markers/common/markers.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "totalProblems": "Toplam {0} Sorun", + "filteredProblems": "{1} Sorundan {0} Tanesi Gƶsteriliyor" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/markers/common/messages.i18n.json b/i18n/trk/src/vs/workbench/parts/markers/common/messages.i18n.json index fe543da8a9..76a3eb82e3 100644 --- a/i18n/trk/src/vs/workbench/parts/markers/common/messages.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/markers/common/messages.i18n.json @@ -1,12 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "viewCategory": "Gƶrüntüle", - "problems.view.toggle.label": "Sorunları AƧ/Kapat", - "problems.view.focus.label": "Sorunlara Odakla", + "problems.view.toggle.label": "Sorunları AƧ/Kapat (Hatalar, Uyarılar, Bilgiler)", + "problems.view.focus.label": "Sorunlara Odakla (Hatalar, Uyarılar, Bilgiler)", "problems.panel.configuration.title": "Sorunlar Gƶrünümü", "problems.panel.configuration.autoreveal": "Sorunlar gƶrünümünün; dosyalar aƧılırken, dosyaları otomatik olarak ortaya Ƨıkarıp Ƨıkarmayacağını denetler.", "markers.panel.title.problems": "Sorunlar", diff --git a/i18n/trk/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json b/i18n/trk/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json index 3adbd7eb54..43c3f83127 100644 --- a/i18n/trk/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/markers/electron-browser/markersElectronContributions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copyMarker": "Kopyala", "copyMarkerMessage": "Mesajı Kopyala" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json index 821add9841..1b60ecc2d3 100644 --- a/i18n/trk/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/nps/electron-browser/nps.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/output/browser/output.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/output/browser/output.contribution.i18n.json index fe8f6125b1..b22e1a437e 100644 --- a/i18n/trk/src/vs/workbench/parts/output/browser/output.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/output/browser/output.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/output/browser/outputActions.i18n.json b/i18n/trk/src/vs/workbench/parts/output/browser/outputActions.i18n.json index c4f84392df..6dc2f007e8 100644 --- a/i18n/trk/src/vs/workbench/parts/output/browser/outputActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/output/browser/outputActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleOutput": "Ƈıktıyı AƧ/Kapat", "clearOutput": "Ƈıktıyı Temizle", "toggleOutputScrollLock": "Ƈıktı Kaydırma Kilidini AƧ/Kapat", diff --git a/i18n/trk/src/vs/workbench/parts/output/browser/outputPanel.i18n.json b/i18n/trk/src/vs/workbench/parts/output/browser/outputPanel.i18n.json index 1fde8c9ce8..33142c4948 100644 --- a/i18n/trk/src/vs/workbench/parts/output/browser/outputPanel.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/output/browser/outputPanel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "outputPanelWithInputAriaLabel": "{0}, Ƈıktı paneli", "outputPanelAriaLabel": "Ƈıktı paneli" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/output/common/output.i18n.json b/i18n/trk/src/vs/workbench/parts/output/common/output.i18n.json index cfbabebaa6..938aeff763 100644 --- a/i18n/trk/src/vs/workbench/parts/output/common/output.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/output/common/output.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json new file mode 100644 index 0000000000..2b4be21bf3 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/output/electron-browser/output.contribution.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "Ƈıktı", + "logViewer": "Günlük Gƶrüntüleyici", + "viewCategory": "Gƶrüntüle", + "clearOutput.label": "Ƈıktıyı Temizle" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json b/i18n/trk/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json new file mode 100644 index 0000000000..e94ddb7c18 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/output/electron-browser/outputServices.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "output": "{0} - Ƈıktı", + "channel": "'{0}' iƧin Ƨıktı kanalı" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json index af8637daec..8d77e12597 100644 --- a/i18n/trk/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/performance/electron-browser/performance.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json b/i18n/trk/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json index af8637daec..9db905e7de 100644 --- a/i18n/trk/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/performance/electron-browser/startupProfiler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "prof.message": "Profiller başarıyla oluşturuldu.", "prof.detail": "Lütfen bir sorun (bildirimi) oluşturun ve aşağıdaki dosyaları manuel olarak ekleyin:\n{0}", "prof.restartAndFileIssue": "Sorun Oluştur ve Yeniden Başlat", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json index 3078f1cb51..4dbb16becc 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingWidgets.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.initial": "İstenen tuş kombinasyonuna basın ve daha sonra ENTER'a basın.", "defineKeybinding.chordsTo": "ardından" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json index 1646456ece..f4843b1734 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditor.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "keybindingsInputName": "Klavye Kısayolları", "SearchKeybindings.AriaLabel": "Tuş bağlarını ara", "SearchKeybindings.Placeholder": "Tuş bağlarını ara", @@ -15,9 +17,10 @@ "addLabel": "Tuş Bağını Ekle", "removeLabel": "Tuş Bağını Kaldır", "resetLabel": "Tuş Bağını Sıfırla", - "showConflictsLabel": "Ƈakışmaları Gƶster", + "showSameKeybindings": "Aynı Tuş Bağlarını Gƶster", "copyLabel": "Kopyala", - "error": "Tuş bağını düzenlerken '{0}' hatası. Lütfen 'keybindings.json' dosyasını aƧın ve kontrol edin.", + "copyCommandLabel": "Komutu Kopyala", + "error": "Tuş bağını düzenlerken '{0}' hatası. Lütfen 'keybindings.json' dosyasını aƧın ve hataları kontrol edin.", "command": "Command", "keybinding": "Tuş bağı", "source": "Kaynak", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json index 15d8c9861a..6b5e19a4bf 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/keybindingsEditorContribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defineKeybinding.start": "Tuş Bağı Tanımla", "defineKeybinding.kbLayoutErrorMessage": "Bu tuş kombinasyonunu geƧerli klavye düzeninizde üretemeyeceksiniz.", "defineKeybinding.kbLayoutLocalAndUSMessage": "GeƧerli klavye düzeniniz iƧin **{0}** (Birleşik Devletler standardı iƧin **{1}**).", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json index 76c3110916..bdd0545c17 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferences.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json index a11100c756..4e3e2cfef1 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openRawDefaultSettings": "Ham Varsayılan Ayarları AƧ", "openGlobalSettings": "Kullanıcı Ayarlarını AƧ", "openGlobalKeybindings": "Klavye Kısayollarını AƧ", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json index 0f7fda7cc4..47bfc93225 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesEditor.i18n.json @@ -1,16 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "settingsEditorName": "Varsayılan Ayarlar", "SearchSettingsWidget.AriaLabel": "Ayarları ara", "SearchSettingsWidget.Placeholder": "Ayarları Ara", "noSettingsFound": "SonuƧ Yok", - "oneSettingFound": "1 ayar eşleşti", - "settingsFound": "{0} ayar eşleşti", + "oneSettingFound": "1 Ayar Bulundu", + "settingsFound": "{0} Ayar Bulundu", "totalSettingsMessage": "Toplam {0} Ayar", + "nlpResult": "Doğal Dil SonuƧları", + "filterResult": "Filtrelenmiş SonuƧlar", "defaultSettings": "Varsayılan Ayarlar", "defaultFolderSettings": "Varsayılan Klasƶr Ayarları", "defaultEditorReadonly": "Varsayılan ayarları geƧersiz kılmak iƧin sağ taraftaki düzeyicide düzenleme yapın.", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json index d3014741d7..47e3ef1158 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json @@ -1,12 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "emptyUserSettingsHeader": "Varsayılan ayarların üzerine yazmak iƧin ayarlarınızı buraya yerleştirin.", "emptyWorkspaceSettingsHeader": "Varsayılan kullanıcı ayarlarının üzerine yazmak iƧin ayarlarınızı buraya yerleştirin.", "emptyFolderSettingsHeader": "Ƈalışma alanı ayarlarındakilerin üzerine yazmak iƧin klasƶr ayarlarınızı buraya yerleştirin.", + "reportSettingsSearchIssue": "Sorun Bildir", + "newExtensionLabel": "\"{0}\" Eklentisini Gƶster", "editTtile": "Düzenle", "replaceDefaultValue": "Ayarlarda Değiştir", "copyDefaultValue": "Ayarlara Kopyala", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json index 83eae57083..713acef423 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openFolderFirst": "Ƈalışma alanı ayarları oluşturmak iƧin ilk olarak bir klasƶr aƧın", "emptyKeybindingsHeader": "Varsayılanların üzerine yazmak iƧin tuş bağlarınızı bu dosyaya yerleştirin", "defaultKeybindings": "Varsayılan Tuş Bağları", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json index dad393ec3b..b7d515a8b0 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/browser/preferencesWidgets.i18n.json @@ -1,15 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "defaultSettingsFuzzyPrompt": "Doğal dil aramasını deneyin!", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultSettings": "GeƧersiz kılmak iƧin ayarlarınızı sağ taraftaki düzeyiciye ekleyin.", "noSettingsFound": "HiƧbir Ayar Bulunamadı.", "settingsSwitcherBarAriaLabel": "Ayar Değiştirici", "userSettings": "Kullanıcı Ayarları", "workspaceSettings": "Ƈalışma Alanı Ayarları", - "folderSettings": "Klasƶr Ayarları", - "enableFuzzySearch": "Doğal dil aramasını etkinleştir" + "folderSettings": "Klasƶr Ayarları" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json index 90483c4e7e..26c20fd522 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/common/keybindingsEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "default": "Varsayılan", "user": "Kullanıcı", "meta": "meta", diff --git a/i18n/trk/src/vs/workbench/parts/preferences/common/preferences.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/common/preferences.i18n.json index ec398ad723..b931a1b8e6 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/common/preferences.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/common/preferences.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "userSettingsTarget": "Kullanıcı Ayarları", "workspaceSettingsTarget": "Ƈalışma Alanı Ayarları" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json index ad4ed40e88..016e3bd206 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/common/preferencesModels.i18n.json @@ -1,10 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "commonlyUsed": "Yaygın Olarak Kullanılan", - "mostRelevant": "En Uygun", "defaultKeybindingsHeader": "Tuş bağları dosyanıza yerleştirerek tuş bağlarının üzerine yazın." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json index 76c3110916..806a7b4c66 100644 --- a/i18n/trk/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/preferences/electron-browser/preferences.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultPreferencesEditor": "Varsayılan Tercihler Düzenleyicisi", "keybindingsEditor": "Tuş Bağları Düzenleyicisi", "preferences": "Tercihler" diff --git a/i18n/trk/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json index 3164aed2f8..a33aa34524 100644 --- a/i18n/trk/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json @@ -1,16 +1,18 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "showTriggerActions": "Tüm Komutları Gƶster", "clearCommandHistory": "Komut GeƧmişini Temizle", "showCommands.label": "Komut Paleti...", "entryAriaLabelWithKey": "{0}, {1}, komutlar", "entryAriaLabel": "{0}, komutlar", - "canNotRun": "'{0}' komutu buradan Ƨalıştırılamıyor.", "actionNotEnabled": "'{0}' komutu geƧerli bağlamda etkin değil.", + "canNotRun": "'{0}' komutu hata ile sonuƧlandı.", "recentlyUsed": "yakınlarda kullanıldı", "morecCommands": "diğer komutlar", "cat.title": "{0}: {1}", diff --git a/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json index 3d25665149..c9128205e2 100644 --- a/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoLineHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoLine": "Satıra Git...", "gotoLineLabelEmptyWithLimit": "Gitmek iƧin 1 ile {0} arasında bir satır numarası yazın", "gotoLineLabelEmpty": "Gidilecek satır numarasını yazın", diff --git a/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json index 0c7d97f09c..2e6cc54dcd 100644 --- a/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/quickopen/browser/gotoSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "gotoSymbol": "Dosyada Sembole Git...", "symbols": "semboller ({0})", "method": "yƶntemler ({0})", diff --git a/i18n/trk/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json index 81a2056121..42efc57239 100644 --- a/i18n/trk/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/quickopen/browser/helpHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, seƧici yardımı", "globalCommands": "genel komutlar", "editorCommands": "düzenleyici komutları" diff --git a/i18n/trk/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json index fe14853bad..3b418abc16 100644 --- a/i18n/trk/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/quickopen/browser/quickopen.contribution.i18n.json @@ -1,9 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "view": "Gƶrüntüle", "commandsHandlerDescriptionDefault": "Komutları Gƶster ve Ƈalıştır", "gotoLineDescriptionMac": "Satıra Git", "gotoLineDescriptionWin": "Satıra Git", diff --git a/i18n/trk/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json index 4451c9909c..8ab396e6ea 100644 --- a/i18n/trk/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/quickopen/browser/viewPickerHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, gƶrünüm seƧici", "views": "Gƶrünümler", "panels": "Paneller", diff --git a/i18n/trk/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json index 6d7913a19b..9abbf1d425 100644 --- a/i18n/trk/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/relauncher/electron-browser/relauncher.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "relaunchSettingMessage": "Yürürlüğe girmesi iƧin yeniden başlatma gerektiren bir ayar değişti.", "relaunchSettingDetail": "{0} uygulamasını yeniden başlatmak ve bu ayarı etkinleştirmek iƧin lütfen yeniden başlat butonuna basın.", "restart": "&&Yeniden Başlat" diff --git a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json index b3ff58f400..3f30edf274 100644 --- a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/dirtydiffDecorator.i18n.json @@ -1,13 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "changes": "{0}/{1} değişiklik", "change": "{0}/{1} değişiklik", "show previous change": "Ɩnceki Değişikliği Gƶster", "show next change": "Sonraki Değişikliği Gƶster", + "move to previous change": "Ɩnceki Değişikliğe Git", + "move to next change": "Sonraki Değişikliğe Git", "editorGutterModifiedBackground": "Değiştirilen satırlar iƧin düzenleyici oluğu arka plan rengi.", "editorGutterAddedBackground": "Eklenen satırlar iƧin düzenleyici oluğu arka plan rengi.", "editorGutterDeletedBackground": "Silinen satırlar iƧin düzenleyici oluğu arka plan rengi.", diff --git a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json index 06bd99d62b..64bebf5c0d 100644 --- a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scm.contribution.i18n.json @@ -1,11 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "toggleGitViewlet": "Git'i Gƶster", "source control": "Kaynak Kontrolü", "toggleSCMViewlet": "SCM'yi Gƶster", - "view": "Gƶrüntüle" + "view": "Gƶrüntüle", + "scmConfigurationTitle": "SCM", + "alwaysShowProviders": "Kaynak Kontrolü Sağlayıcısı bƶlümünün her zaman gƶsterilip gƶsterilmeyeceği.", + "diffDecorations": "Düzenleyicideki farklar(diff) dekoratƶrlerini denetler.", + "diffGutterWidth": "Oluktaki farklar(diff) dekoratƶrlerinin (eklendi & düzenlendi) genişliğini(px) denetler." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json index e50c48abb0..ad482cf477 100644 --- a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmActivity.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scmPendingChangesBadge": "{0} bekleyen değişiklik" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json index 560a8a4199..a71ad9fbc9 100644 --- a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmMenus.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json index 919a096912..57c80db601 100644 --- a/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/scm/electron-browser/scmViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "scm providers": "Kaynak Kontrolü Sağlayıcıları", "hideRepository": "Gizle", "installAdditionalSCMProviders": "Ek SCM Sağlayıcıları Yükle...", diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json index 248e4e17c5..5e01719375 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/openAnythingHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileAndTypeResults": "dosya ve sembol sonuƧları", "fileResults": "dosya sonuƧları" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json index 31b328bf63..2f9aa53d89 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/openFileHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, dosya seƧici", "searchResults": "arama sonuƧları" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json index 94ab4f4582..953a62b13d 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/openSymbolHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, sembol seƧici", "symbols": "sembol sonuƧları", "noSymbolsMatching": "Eşleşen sembol yok", diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json index 2f4ab06950..4f618c49d2 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "defaultLabel": "giriş", "useExcludesAndIgnoreFilesDescription": "HariƧ Tutma Ayarlarını ve Yok Sayma Dosyalarını Kullan" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/replaceService.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/replaceService.i18n.json index 279186adb7..6ab0867978 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/replaceService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/replaceService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileReplaceChanges": "{0} ↔ {1} (Değiştirme Ɩnizlemesi)" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/search.contribution.i18n.json index fd6f32d47d..5134191d26 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/search.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/search.contribution.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/searchActions.i18n.json index cf14cf9120..ddea3c4eb0 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/searchActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/searchActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nextSearchIncludePattern": "Sonraki Aramaya Dahil Edilen Kalıbı Gƶster", "previousSearchIncludePattern": "Ɩnceki Aramaya Dahil Edilen Kalıbı Gƶster", "nextSearchExcludePattern": "Sonraki Aramada HariƧ Tutulan Kalıbı Gƶster", @@ -12,12 +14,11 @@ "previousSearchTerm": "Ɩnceki Arama Terimini Gƶster", "showSearchViewlet": "Aramayı Gƶster", "findInFiles": "Dosyalarda Bul", - "findInFilesWithSelectedText": "SeƧili Metni Dosyalarda Bul", "replaceInFiles": "Dosyalardakileri Değiştir", - "replaceInFilesWithSelectedText": "Dosyalardaki SeƧili Metni Değiştir", "RefreshAction.label": "Yenile", "CollapseDeepestExpandedLevelAction.label": "Tümünü Daralt", "ClearSearchResultsAction.label": "Temizle", + "CancelSearchAction.label": "Aramayı İptal Et", "FocusNextSearchResult.label": "Sonraki Arama Sonucuna Odakla", "FocusPreviousSearchResult.label": "Ɩnceki Arama Sonucuna Odakla", "RemoveAction.label": "Sonlandır", diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json index a96c67a4a7..2dea0b73b7 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/searchResultsView.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "searchFolderMatch.other.label": "Diğer dosyalar", "searchFileMatches": "{0} dosya bulundu", "searchFileMatch": "{0} dosya bulundu", diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/searchView.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/searchView.i18n.json new file mode 100644 index 0000000000..b0c3518ca0 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/search/browser/searchView.i18n.json @@ -0,0 +1,51 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "moreSearch": "Arama Detaylarını AƧ/Kapat", + "searchScope.includes": "dahil edilecek dosyalar", + "label.includes": "Aramaya Dahil Edilen Kalıplar", + "searchScope.excludes": "hariƧ tutulacak klasƶrler", + "label.excludes": "Aramada HariƧ Tutulan Kalıplar", + "replaceAll.confirmation.title": "Tümünü Değiştir", + "replaceAll.confirm.button": "&&Değiştir", + "replaceAll.occurrence.file.message": "{1} dosyadaki {0} tekrarlama '{2}' ile değiştirildi.", + "removeAll.occurrence.file.message": "{1} dosyadaki {0} tekrarlama değiştirildi.", + "replaceAll.occurrence.files.message": "{1} dosyadaki {0} tekrarlama '{2}' ile değiştirildi.", + "removeAll.occurrence.files.message": "{1} dosyadaki {0} tekrarlama değiştirildi.", + "replaceAll.occurrences.file.message": "{1} dosyadaki {0} tekrarlama '{2}' ile değiştirildi.", + "removeAll.occurrences.file.message": "{1} dosyadaki {0} tekrarlama değiştirildi.", + "replaceAll.occurrences.files.message": "{1} dosyadaki {0} tekrarlama '{2}' ile değiştirildi.", + "removeAll.occurrences.files.message": "{1} dosyadaki {0} tekrarlama değiştirildi.", + "removeAll.occurrence.file.confirmation.message": "{1} dosyadaki {0} tekralama '{2}' ile değiştirilsin mi?", + "replaceAll.occurrence.file.confirmation.message": "{1} dosyadaki {0} tekrarlama değiştirilsin mi?", + "removeAll.occurrence.files.confirmation.message": "{1} dosyadaki {0} tekralama '{2}' ile değiştirilsin mi?", + "replaceAll.occurrence.files.confirmation.message": "{1} dosyadaki {0} tekrarlama değiştirilsin mi?", + "removeAll.occurrences.file.confirmation.message": "{1} dosyadaki {0} tekralama '{2}' ile değiştirilsin mi?", + "replaceAll.occurrences.file.confirmation.message": "{1} dosyadaki {0} tekrarlama değiştirilsin mi?", + "removeAll.occurrences.files.confirmation.message": "{1} dosyadaki {0} tekralama '{2}' ile değiştirilsin mi?", + "replaceAll.occurrences.files.confirmation.message": "{1} dosyadaki {0} tekrarlama değiştirilsin mi?", + "treeAriaLabel": "Arama SonuƧları", + "searchPathNotFoundError": "Arama yolu bulunamadı: {0}", + "searchMaxResultsWarning": "SonuƧ kümesi yalnızca tüm eşleşmelerin bir alt kümesini iƧerir. Lütfen sonuƧları daraltmak iƧin aramanızda daha fazla ayrıntı belirtin.", + "searchCanceled": "Arama, hiƧbir sonuƧ bulunamadan iptal edildi - ", + "noResultsIncludesExcludes": "'{0}' iƧinde '{1}' hariƧ tutularak sonuƧ bulunamadı - ", + "noResultsIncludes": "'{0}' iƧinde sonuƧ bulunamadı - ", + "noResultsExcludes": "'{0}' hariƧ tutularak sonuƧ bulunamadı - ", + "noResultsFound": "SonuƧ bulunamadı. Yapılandırılan hariƧ tutmalar ve yok sayma dosyaları iƧin ayarlarınızı gƶzden geƧirin - ", + "rerunSearch.message": "Yeniden ara", + "rerunSearchInAll.message": "Tüm dosyalarda yeniden ara", + "openSettings.message": "Ayarları AƧ", + "openSettings.learnMore": "Daha Fazla Bilgi Edin", + "ariaSearchResultsStatus": "Arama ile {1} dosyada {0} sonuƧ bulundu", + "search.file.result": "{1} dosyada {0} sonuƧ", + "search.files.result": "{1} dosyada {0} sonuƧ", + "search.file.results": "{1} dosyada {0} sonuƧ", + "search.files.results": "{1} dosyada {0} sonuƧ", + "searchWithoutFolder": "Henüz bir klasƶr aƧmadınız. Şu an sadece aƧık dosyalar aranıyor - ", + "openFolder": "Klasƶr AƧ" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json index c5778287f7..b0c3518ca0 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "moreSearch": "Arama Detaylarını AƧ/Kapat", "searchScope.includes": "dahil edilecek dosyalar", "label.includes": "Aramaya Dahil Edilen Kalıplar", diff --git a/i18n/trk/src/vs/workbench/parts/search/browser/searchWidget.i18n.json b/i18n/trk/src/vs/workbench/parts/search/browser/searchWidget.i18n.json index 3e1d904409..aa319aa310 100644 --- a/i18n/trk/src/vs/workbench/parts/search/browser/searchWidget.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/browser/searchWidget.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.action.replaceAll.disabled.label": "Tümünü Değiştir (Etkinleştirmek İƧin Aramayı Gƶnderin)", "search.action.replaceAll.enabled.label": "Tümünü Değiştir", "search.replace.toggle.button.title": "Değiştirmeyi AƧ/Kapat", diff --git a/i18n/trk/src/vs/workbench/parts/search/common/queryBuilder.i18n.json b/i18n/trk/src/vs/workbench/parts/search/common/queryBuilder.i18n.json index 096f6087c9..651d0fddeb 100644 --- a/i18n/trk/src/vs/workbench/parts/search/common/queryBuilder.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/common/queryBuilder.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "search.noWorkspaceWithName": "Ƈalışma alanında belirtilen isimde klasƶr yok: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json index fd6f32d47d..88c462ec48 100644 --- a/i18n/trk/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/electron-browser/search.contribution.i18n.json @@ -1,16 +1,21 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "findInFolder": "Klasƶrde Bul...", + "findInWorkspace": "Ƈalışma Alanında Bul...", "showTriggerActions": "Ƈalışma Alanında Sembole Git...", "name": "Ara", "search": "Ara", + "showSearchViewl": "Aramayı Gƶster", "view": "Gƶrüntüle", + "findInFiles": "Dosyalarda Bul", "openAnythingHandlerDescription": "Dosyaya Git", "openSymbolDescriptionNormal": "Ƈalışma Alanında Sembole Git", - "searchOutputChannelTitle": "Ara", "searchConfigurationTitle": "Ara", "exclude": "Aramalarda dosyaları ve klasƶrleri hariƧ tutmak iƧin glob desenlerini yapılandırın. files.exclude ayarından, tüm glob desenlerini devralır.", "exclude.boolean": "Dosya yollarının eşleştirileceği glob deseni. Deseni etkinleştirmek veya devre dışı bırakmak iƧin true veya false olarak ayarlayın.", @@ -18,5 +23,8 @@ "useRipgrep": "Metin ve dosya aramasında Ripgrep kullanılıp kullanılmayacağını denetler", "useIgnoreFiles": "Dosyaları ararken .gitignore ve .ignore dosyalarının kullanılıp kullanılmayacağını denetler.", "search.quickOpen.includeSymbols": "Dosya sonuƧlarındaki bir global sembol aramasının sonuƧlarının Hızlı AƧ'a dahil edilip edilmeyeceğini yapılandırın.", - "search.followSymlinks": "Arama yaparken sembolik linklerin takip edilip edilmeyeceğini denetler." + "search.followSymlinks": "Arama yaparken sembolik linklerin takip edilip edilmeyeceğini denetler.", + "search.smartCase": "Ɩrüntü tamamen küçük harflerden oluşuyorsa büyük küçük harf duyarlılığı olmadan arar, diğer durumda ise büyük küçük harf duyarlılığı ile arar", + "search.globalFindClipboard": "macOS'de arama gƶrünümünün paylaşılan panoyu okuyup okumamasını veya değiştirip değiştirmemesini denetler", + "search.location": "Ɩnizleme: aramanın kenar Ƨubuğunda bir gƶrünüm olarak mı yoksa daha fazla yatay boşluk iƧin panel alanında bir panel olarak mı gƶsterileceğini denetler. Bir sonraki sürümde paneldeki arama, geliştirilmiş yatay düzene sahip olacak ve bu bir ƶnizleme olmaktan Ƨıkacaktır." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json b/i18n/trk/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json index e2063bd2f0..14654e5702 100644 --- a/i18n/trk/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/search/electron-browser/searchActions.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json index 07bddc32f4..e05c07b317 100644 --- a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/TMSnippets.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json new file mode 100644 index 0000000000..352c19c5d5 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/configureSnippets.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "global.scope": "(global)", + "global.1": "({0})", + "new.global": "Yeni Global ParƧacıklar dosyası...", + "group.global": "Mevcut ParƧacıklar", + "new.global.sep": "Yeni ParƧacıklar", + "openSnippet.pickLanguage": "ParƧacıklar Dosyası SeƧ veya ParƧacık Oluştur", + "openSnippet.label": "Kullanıcı ParƧacıklarını Yapılandır", + "preferences": "Tercihler" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json index e8d5b2a473..c64f288457 100644 --- a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/insertSnippet.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippet.suggestions.label": "ParƧacık Ekle", "sep.userSnippet": "Kullanıcı ParƧacıkları", "sep.extSnippet": "Eklenti ParƧacıkları" diff --git a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json index 11671c7d0b..5f3e5fc01b 100644 --- a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippets.contribution.i18n.json @@ -1,16 +1,15 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "openSnippet.pickLanguage": "ParƧacık iƧin Dil seƧin", - "openSnippet.errorOnCreate": "{0} oluşturulamadı", - "openSnippet.label": "Kullanıcı ParƧacıklarını AƧ", - "preferences": "Tercihler", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "snippetSchema.json.default": "Boş parƧacık", "snippetSchema.json": "Kullanıcı parƧacığı yapılandırması", "snippetSchema.json.prefix": "ParƧacığı IntelliSense'de seƧerken kullanılacak ƶn ek", "snippetSchema.json.body": "ParƧacık iƧeriği. İmleƧ konumlarını tanımlamak iƧin '$1', '${1:varsayilanMetin}' kullanın, en son imleƧ konumu iƧin '$0' kullanın. Değişken değerlerini '${degiskenAdi}' ve '${degiskenAdi:varsayilanMetin}' ile ekleyin, ƶr. 'Bu bir dosyadır: $TM_FILENAME'.", - "snippetSchema.json.description": "ParƧacık aƧıklaması." + "snippetSchema.json.description": "ParƧacık aƧıklaması.", + "snippetSchema.json.scope": "Bu parƧacığın uygulanacağı dillerin bir listesi, ƶr: 'typescript,javascript'." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json new file mode 100644 index 0000000000..0c45f43eef --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsFile.i18n.json @@ -0,0 +1,11 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "source.snippetGlobal": "Global Kullanıcı ParƧacığı", + "source.snippet": "Kullanıcı ParƧacığı" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json index ebad445a20..959c2d9cfe 100644 --- a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "invalid.language": "`contributes.{0}.language` ƶgesinde bilinmeyen dil. Sağlanan değer: {1}", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.path.0": "`contributes.{0}.path` ƶgesinde dize bekleniyor. Sağlanan değer: {1}", + "invalid.language.0": "Dil atlanırken `contributes.{0}.path`in değeri bir `.code-snippets` dosyası olmalıdır. Belirtilen değer {1}", + "invalid.language": "`contributes.{0}.language` ƶgesinde bilinmeyen dil. Sağlanan değer: {1}", "invalid.path.1": "`contributes.{0}.path` ƶgesinin ({1}) eklentinin klasƶründe ({2}) yer alması bekleniyor. Bu, eklentiyi taşınamaz yapabilir.", "vscode.extension.contributes.snippets": "ParƧacıklara ekleme yapar.", "vscode.extension.contributes.snippets-language": "Bu parƧacığın ekleneceği dilin tanımlayıcısı.", "vscode.extension.contributes.snippets-path": "ParƧacıklar dosyasının yolu. Yol, eklenti klasƶrüne gƶrecelidir ve genellikle './snippets/' ile başlar.", "badVariableUse": "'{0}' eklentisindeki bir veya daha Ƨok parƧacık yüksek olasılıkla parƧacık değişkenleri ile parƧacık yer tutucularını karıştırıyor (daha fazla bilgi iƧin https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax adresini ziyaret edin).", "badFile": "ParƧacık dosyası \"{0}\" okunamadı.", - "source.snippet": "Kullanıcı ParƧacığı", "detail.snippet": "{0} ({1})", "snippetSuggest.longLabel": "{0}, {1}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json index 534c795a83..65892a552a 100644 --- a/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/snippets/electron-browser/tabCompletion.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tabCompletion": "Ɩn ekleri eşleştiğinde parƧacıkları ekleyin. 'quickSuggestions'Ā etkinleştirilmediği zaman en iyi şekilde Ƨalışır." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json index e284a5a8da..e605334cde 100644 --- a/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/languageSurveys.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "helpUs": "{0} iƧin hizmetimizi iyileştirmemize yardımcı olun", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeShortSurvey": "Kısa Ankete Katıl", "remindLater": "Daha Sonra Hatırlat", - "neverAgain": "Tekrar Gƶsterme" + "neverAgain": "Tekrar Gƶsterme", + "helpUs": "{0} iƧin hizmetimizi iyileştirmemize yardımcı olun" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json index 821add9841..7dbb8344f2 100644 --- a/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/surveys/electron-browser/nps.contribution.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "surveyQuestion": "Hızlı bir geri bildirim anketine katılmak ister misiniz?", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "takeSurvey": "Ankete Katıl", "remindLater": "Daha Sonra Hatırlat", - "neverAgain": "Tekrar Gƶsterme" + "neverAgain": "Tekrar Gƶsterme", + "surveyQuestion": "Hızlı bir geri bildirim anketine katılmak ister misiniz?" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json index 6d47af97b3..4cc4e6e96c 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/browser/buildQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json index 7056601c01..9c3165d1a6 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/browser/quickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "entryAriaLabel": "{0}, gƶrevler", "recentlyUsed": "yakınlarda kullanılan gƶrevler", "configured": "yapılandırılmış gƶrevler", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json index d0d2568cfb..efc6f06c67 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/browser/restartQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json index 3e235cd503..d5af4f3044 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/browser/taskQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksAriaLabel": "Ƈalıştırılacak gƶrevin adını girin", "noTasksMatching": "Eşleşen gƶrev yok", "noTasksFound": "Gƶrev bulunamadı" diff --git a/i18n/trk/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json index 94241e9174..f693a3b027 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/browser/terminateQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json index a68d96b3de..ab1fdeccee 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/browser/testQuickOpen.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json new file mode 100644 index 0000000000..09f3d20de3 --- /dev/null +++ b/i18n/trk/src/vs/workbench/parts/tasks/common/problemMatcher.i18n.json @@ -0,0 +1,75 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "ProblemPatternParser.loopProperty.notLast": "Dƶngü ƶzelliği yalnızca son satır eşleştiricisinde desteklenir.", + "ProblemPatternParser.problemPattern.kindProperty.notFirst": "Problem şablonu geƧersiz. Tür ƶzelliği yalnızca birinci öğede sağlanmalıdır.", + "ProblemPatternParser.problemPattern.missingRegExp": "Sorun modelinde bir düzenli ifade eksik.", + "ProblemPatternParser.problemPattern.missingProperty": "Problem şablonu geƧersiz. En az bir dosya ve mesaj bulundurmalıdır.", + "ProblemPatternParser.problemPattern.missingLocation": "Problem şablonu geƧersiz. Ya \"dosya\" ya satır ya da konum eşleşme grubu, türlerinden birini bulundurmalıdır.", + "ProblemPatternParser.invalidRegexp": "Hata: Dize {0}, geƧerli bir düzenli ifade değil.\n", + "ProblemPatternSchema.regexp": "Ƈıktıda bir hata, uyarı veya bilgi bulan düzenli ifade.", + "ProblemPatternSchema.kind": "şablonun bir konum (dosya ve satır) veya yalnızca bir dosya ile eşleşip eşleşmediği", + "ProblemPatternSchema.file": "Dosya adının eşleştirme grubu indeksi. Atlanırsa 1 kullanılır.", + "ProblemPatternSchema.location": "Sorunun bulunduğu yerin eşleşme grubu indeksi. GeƧerli konum ƶrüntüleri şunlardır: (line), (line,column) ve (startLine,startColumn,endLine,endColumn). Atlanmışsa (line,column) varsayılır.", + "ProblemPatternSchema.line": "Sorunun satırının eşleştirme grubu indeksi. Varsayılan değeri 2'dir", + "ProblemPatternSchema.column": "Sorunun satır karakterinin eşleştirme grubu indeksi. Varsayılan değeri 3'tür", + "ProblemPatternSchema.endLine": "Sorunun satır sonunun eşleştirme grubu indeksi. Varsayılan değeri tanımsızdır", + "ProblemPatternSchema.endColumn": "Sorunun satır sonu karakterinin eşleştirme grubu indeksi. Varsayılan değeri tanımsızdır", + "ProblemPatternSchema.severity": "Sorunun ƶneminin eşleştirme grubu indeksi. Varsayılan değeri tanımsızdır", + "ProblemPatternSchema.code": "Sorunun kodunun eşleştirme grubu indeksi. Varsayılan değeri tanımsızdır", + "ProblemPatternSchema.message": "Mesajın eşleştirme grubu indeksi. Atlanırsa konum belirtildiğinde varsayılan olarak 4 kullanılır. Aksi taktirde varsayılan olarak 5 kullanılır.", + "ProblemPatternSchema.loop": "Birden Ƨok satırlı eşleşmede dƶngü, bu kalıbın eşleştiği sürece bir dƶngüde yürütülüp yürütülmeyeceğini gƶsterir. Yalnızca birden Ƨok satırlı bir kalıbın son kalıbında belirtilebilir.", + "NamedProblemPatternSchema.name": "Sorun modelinin adı.", + "NamedMultiLineProblemPatternSchema.name": "Birden Ƨok satırlı sorun modelinin adı.", + "NamedMultiLineProblemPatternSchema.patterns": "GerƧek modeller.", + "ProblemPatternExtPoint": "Sorun modellerine ekleme yapar", + "ProblemPatternRegistry.error": "GeƧersiz sorun modeli. Model yok sayılacaktır.", + "ProblemMatcherParser.noProblemMatcher": "Hata: aƧıklama bir sorun eşleştiricisine dƶnüştürülemez:\n{0}\n", + "ProblemMatcherParser.noProblemPattern": "Hata: aƧıklama geƧerli bir sorun modeli tanımlamıyor:\n{0}\n", + "ProblemMatcherParser.noOwner": "Hata: aƧıklama bir sahip tanımlamıyor:\n{0}\n", + "ProblemMatcherParser.noFileLocation": "Hata: aƧıklama bir dosya yolu tanımlamıyor:\n{0}\n", + "ProblemMatcherParser.unknownSeverity": "Bilgi: bilinmeyen ƶnem derecesi {0}. GeƧerli değerler: error, warning ve info.\n", + "ProblemMatcherParser.noDefinedPatter": "Hata: tanımlayıcısı {0} olan model mevcut değil.", + "ProblemMatcherParser.noIdentifier": "Hata: model ƶzelliği boş bir tanımlayıcıya karşılık geliyor.", + "ProblemMatcherParser.noValidIdentifier": "Hata: model ƶzelliği {0} geƧerli bir model değişkeni adı değil.", + "ProblemMatcherParser.problemPattern.watchingMatcher": "Bir sorun eşleştiricisi izlenecek bir başlangıƧ ƶrüntüsü ve bir bitiş ƶrüntüsü tanımlamalıdır.", + "ProblemMatcherParser.invalidRegexp": "Hata: Dize {0}, geƧerli bir düzenli ifade değil.\n", + "WatchingPatternSchema.regexp": "Bir arka plan gƶrevinin başlangıcını ve sonunu tespit edecek düzenli ifade.", + "WatchingPatternSchema.file": "Dosya adının eşleştirme grubu indeksi. Atlanabilir.", + "PatternTypeSchema.name": "Katkıda bulunulan veya ƶn tanımlı modelin adı", + "PatternTypeSchema.description": "Bir sorun modeli veya bir katkıda bulunulan veya ƶn tanımlı sorun modelinin adı. Temel model belirtildiyse atlanabilir.", + "ProblemMatcherSchema.base": "Kullanılacak temel sorun eşleştiricisinin adı.", + "ProblemMatcherSchema.owner": "Code'un iƧindeki sorunun sahibi. Temel model belirtildiyse atlanabilir. Atlanırsa ve temel belirtilmemişse 'external' varsayılır.", + "ProblemMatcherSchema.severity": "Sorun yakalamanın varsayılan ƶnem derecesi. Model, ƶnem derecesi iƧin bir eşleme grubu tanımlamazsa kullanılır.", + "ProblemMatcherSchema.applyTo": "Bir metin belgesinde bildirilen bir sorunun sadece aƧık, kapalı veya tüm belgelere uygulanıp uygulanmadığını denetler.", + "ProblemMatcherSchema.fileLocation": "Bir sorun modelinde bildirilen dosya adlarının nasıl yorumlanacağını tanımlar.", + "ProblemMatcherSchema.background": "Bir arka plan gƶrevinde aktif bir eşleştiricinin başlangıcını ve sonunu izlemek iƧin kullanılan kalıplar.", + "ProblemMatcherSchema.background.activeOnStart": "\"true\" olarak ayarlanırsa, gƶrev başladığında arka plan izleyicisi etkin modda olur. Bu, beginsPattern ile başlayan bir satırın verilmesi demektir", + "ProblemMatcherSchema.background.beginsPattern": "Ƈıktıda eşleşmesi halinde, arka plan gƶrevinin başlatılması sinyali verilir.", + "ProblemMatcherSchema.background.endsPattern": "Ƈıktıda eşleşmesi halinde, arka plan gƶrevinin sonu sinyali verilir.", + "ProblemMatcherSchema.watching.deprecated": "İzleme ƶzelliği kullanım dışıdır. Onun yerine arka planı kullanın.", + "ProblemMatcherSchema.watching": "Bir izleme eşleştiricisinin başlangıcını ve sonunu izlemek iƧin kullanılan kalıplar.", + "ProblemMatcherSchema.watching.activeOnStart": "\"true\" olarak ayarlanırsa, gƶrev başladığında izleyici etkin modda olur. Bu, beginsPattern ile başlayan bir satırın verilmesi demektir", + "ProblemMatcherSchema.watching.beginsPattern": "Ƈıktıda eşleşmesi halinde, izleme gƶrevinin başlatılması sinyali verilir.", + "ProblemMatcherSchema.watching.endsPattern": "Ƈıktıda eşleşmesi halinde, izleme gƶrevinin sonu sinyali verilir.", + "LegacyProblemMatcherSchema.watchedBegin.deprecated": "Bu ƶzellik kullanım dışıdır. Bunun yerine 'watching' ƶzelliğini kullanın.", + "LegacyProblemMatcherSchema.watchedBegin": "İzlenen gƶrevlerin yürütülmeye başlanmasının, dosya izleyerek tetiklendiğini işaret eden bir düzenli ifade.", + "LegacyProblemMatcherSchema.watchedEnd.deprecated": "Bu ƶzellik kullanım dışıdır. Bunun yerine 'watching' ƶzelliğini kullanın.", + "LegacyProblemMatcherSchema.watchedEnd": "İzlenen gƶrevlerin yürütülmesinin sona erdiğini işaret eden bir düzenli ifade.", + "NamedProblemMatcherSchema.name": "Başvuru yapılırken kullanılacak sorun eşleştiricisinin adı.", + "NamedProblemMatcherSchema.label": "Sorun eşleştiricisinin insanlar tarafından okunabilir etiketi.", + "ProblemMatcherExtPoint": "Sorun eşleştiricilerine ekleme yapar", + "msCompile": "Microsoft derleyici sorunları", + "lessCompile": "Less sorunları", + "gulp-tsc": "Gulp TSC Sorunları", + "jshint": "JSHint sorunları", + "jshint-stylish": "JSHint stylish sorunları", + "eslint-compact": "ESLint compact sorunları", + "eslint-stylish": "ESLint stylish sorunları", + "go": "Go sorunları" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json index 204c5be86e..280599b8f4 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/common/taskConfiguration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json index 7ed1ecad8a..8bde9754c4 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/common/taskDefinitionRegistry.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskDefinition.description": "GerƧek gƶrev türü", "TaskDefinition.properties": "Gƶrev türünün ek ƶzellikleri", "TaskTypeConfiguration.noType": "Gƶrev türü yapılandırmasında gerekli olan 'taskType' ƶzelliği eksik", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json index 511b5d0e90..0107a51c68 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/common/taskTemplates.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "dotnetCore": ".NET Core derleme komutu Ƨalıştırır", "msbuild": "Derleme hedefini Ƨalıştırır", "externalCommand": "İsteğe bağlı bir harici komut Ƨalıştırma ƶrneği", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json index 8b6ad71cd4..fe44071bea 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/common/taskTypeRegistry.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. {} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json index 80d6497ef8..1ce8ad2814 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.options": "Ek komut seƧenekleri", "JsonSchema.options.cwd": "Ƈalıştırılan program veya betiğin geƧerli Ƨalışma klasƶrü. Atlanırsa Code'un geƧerli Ƨalışma alanının kƶk dizini kullanılır.", "JsonSchema.options.env": "Ƈalıştırılan program veya kabuğun ortamı. Atlanırsa üst işlemin ortamı kullanılır.", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json index 8717a0ca78..137380658f 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v1.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.version": "Yapılandırmanın sürüm numarası.", "JsonSchema._runner": "\"runner\" gƶrevini tamamladı. Resmi runner ƶzelliğini kullanın", "JsonSchema.runner": "Gƶrevin bir işlem olarak Ƨalıştırılıp Ƨalıştırılmayacağını ve Ƨıktının, Ƨıktı penceresinde veya terminalin iƧinde gƶsterilip gƶsterilmeyeceğini denetler.", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json index 4dd0be7f4e..a9962df1dc 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/jsonSchema_v2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "JsonSchema.shell": "Komutun bir kabuk komutu veya harici bir program olup olmadığını belirtir. Atlanırsa hayır olarak kabul edilir.", "JsonSchema.tasks.isShellCommand.deprecated": "isShellCommand ƶzelliği kullanım dışıdır. Bunun yerine gƶrevin 'type' ƶzelliğini ve 'options' ƶzelliğindeki 'shell' ƶzelliğini kullanın. Ayrıca 1.14 sürüm notlarına bakın.", "JsonSchema.tasks.dependsOn.string": "Bu gƶrevin bağlı olduğu başka bir gƶrev.", @@ -19,10 +21,10 @@ "JsonSchema.tasks.terminal": "'terminal' ƶzelliği kullanım dışıdır. Bunun yerine 'presentation' ƶzelliğini kullanın.", "JsonSchema.tasks.group.kind": "Gƶrevin yürütme grubu.", "JsonSchema.tasks.group.isDefault": "Bu gƶrevin, gruptaki varsayılan gƶrev olup olmadığını tanımlar.", - "JsonSchema.tasks.group.defaultBuild": "Bu gƶrevi varsayılan derleme gƶrevi olarak işaretler.", - "JsonSchema.tasks.group.defaultTest": "Bu gƶrevi varsayılan test gƶrevi olarak işaretler.", - "JsonSchema.tasks.group.build": "Gƶrevleri 'Derleme Gƶrevini Ƈalıştır' komutu ile ulaşılabilecek şekilde bir derleme gƶrevi olarak işaretler.", - "JsonSchema.tasks.group.test": "Gƶrevleri 'Test Gƶrevini Ƈalıştır' komutu ile ulaşılabilecek şekilde bir test gƶrevi olarak işaretler.", + "JsonSchema.tasks.group.defaultBuild": "Gƶrevi varsayılan derleme gƶrevi olarak işaretler.", + "JsonSchema.tasks.group.defaultTest": "Gƶrevi varsayılan test gƶrevi olarak işaretler.", + "JsonSchema.tasks.group.build": "Gƶrevi 'Derleme Gƶrevini Ƈalıştır' komutu ile ulaşılabilecek şekilde bir derleme gƶrevi olarak işaretler.", + "JsonSchema.tasks.group.test": "Gƶrevi 'Test Gƶrevini Ƈalıştır' komutu ile ulaşılabilecek şekilde bir test gƶrevi olarak işaretler.", "JsonSchema.tasks.group.none": "Gƶrevi grupsuz olarak atar", "JsonSchema.tasks.group": "Bu gƶrevin ait olduğu Ƨalıştırma grubunu tanımlar. Derleme grubuna eklemek iƧin \"build\"ı ve test grubuna eklemek iƧin \"test\"i destekler.", "JsonSchema.tasks.type": "Gƶrevin bir işlem olarak veya bir kabukta komut olarak Ƨalıştırılıp Ƨalıştırılmayacağını tanımlar.", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json index 9719a9bb44..ef67a9ef5f 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/task.contribution.i18n.json @@ -1,18 +1,20 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "tasksCategory": "Gƶrevler", "ConfigureTaskRunnerAction.label": "Gƶrevi Yapılandır", - "CloseMessageAction.label": "Kapat", "problems": "Sorunlar", "building": "Derleniyor...", "manyMarkers": "99+", "runningTasks": "Ƈalışan Gƶrevleri Gƶster", "tasks": "Gƶrevler", "TaskSystem.noHotSwap": "Aktif bir gƶrev Ƨalıştıran gƶrev yürütme motorunu değiştirmek pencereyi yeniden yüklemeyi gerektirir", + "reloadWindow": "Pencereyi Yeniden Yükle", "TaskServer.folderIgnored": "{0} klasƶrü, 0.1.0 gƶrev sürümünü kullandığı iƧin yok sayıldı.", "TaskService.noBuildTask1": "Derleme gƶrevi tanımlanmamış. tasks.json dosyasındaki bir gƶrevi 'isBuildCommand' ile işaretleyin.", "TaskService.noBuildTask2": "Derleme gƶrevi tanımlanmamış. tasks.json dosyasındaki bir gƶrevi, bir 'build' grubu olarak işaretleyin.", @@ -26,8 +28,8 @@ "selectProblemMatcher": "Gƶrev Ƨıktısında taranacak hata ve uyarı türlerini seƧin", "customizeParseErrors": "GeƧerli gƶrev yapılandırmasında hatalar var. Lütfen, bir gƶrevi ƶzelleştirmeden ƶnce ilk olarak hataları düzeltin.", "moreThanOneBuildTask": "tasks.json dosyasında tanımlı Ƨok fazla derleme gƶrevi var. İlk gƶrev Ƨalıştırılıyor.", - "TaskSystem.activeSame.background": "Ā '{0}' gƶrevi zaten aktif ve arka plan modunda. Gƶrevi sonlandırmak iƧin Gƶrevler menüsünden `Gƶrevi Sonlandır...`ı kullanın.", - "TaskSystem.activeSame.noBackground": " '{0}' gƶrevi zaten aktif. Gƶrevi sonlandırmak iƧin Gƶrevler menüsünden `Gƶrevi Sonlandır...`ı kullanın.", + "TaskSystem.activeSame.background": "'{0}' gƶrevi zaten aktif ve arka plan modunda. Gƶrevi sonlandırmak iƧin Gƶrevler menüsünden 'Gƶrevi Sonlandır...'ı kullanın.", + "TaskSystem.activeSame.noBackground": " '{0}' gƶrevi zaten aktif. Gƶrevi sonlandırmak iƧin Gƶrevler menüsünden 'Gƶrevi Sonlandır...'ı kullanın. ", "TaskSystem.active": "Ƈalışan bir gƶrev zaten var. Bir başkasını Ƨalıştırmadan ƶnce bu gƶrevi sonlandırın.", "TaskSystem.restartFailed": "{0} gƶrevini sonlandırma ve yeniden başlatma başarısız oldu", "TaskService.noConfiguration": "Hata: {0} gƶrev algılaması aşağıdaki yapılandırma iƧin bir gƶrev eklemesi yapmıyor:\n{1}\nYapılandırma yok sayılacaktır.\n", @@ -44,9 +46,8 @@ "recentlyUsed": "yakınlarda kullanılan gƶrevler", "configured": "yapılandırılmış gƶrevler", "detected": "algılanan gƶrevler", - "TaskService.ignoredFolder": "Aşağıdaki Ƨalışma alanı klasƶrleri, 0.1.0 gƶrev sürümünü kullandıkları iƧin yok sayıldı.", + "TaskService.ignoredFolder": "0.1.0 gƶrev sürümünü kullandıkları iƧin şu Ƨalışma alanı klasƶrleri yok sayıldı: {0}", "TaskService.notAgain": "Tekrar Gƶsterme", - "TaskService.ok": "Tamam", "TaskService.pickRunTask": "Ƈalıştırılacak gƶrevi seƧin", "TaslService.noEntryToRun": "Ƈalıştırılacak hiƧbir gƶrev bulunamadı. Gƶrevleri Yapılandır...", "TaskService.fetchingBuildTasks": "Derleme gƶrevleri alınıyor...", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json index 3ccc17b2b3..248d5f60e5 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json index eafabd5ff3..6cbcfc76e0 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/electron-browser/terminalTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TerminalTaskSystem.unknownError": "Gƶrev Ƨalıştırılırken bir hata oluştu. Detaylar iƧin gƶrev Ƨıktısı günlüğüne bakın.", "dependencyFailed": "'{1}' Ƨalışma alanı klasƶründe, '{0}' bağımlı gƶrevi Ƨƶzümlenemiyor", "TerminalTaskSystem.terminalName": "Gƶrev - {0}", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json index bd7194ed6e..fd9bec8abf 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/node/processRunnerDetector.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskSystemDetector.noGulpTasks": "gulp --tasks-simple komutu Ƨalıştırıldığında herhangi bir gƶrev listelemedi. npm install komutunu Ƨalıştırdınız mı?", "TaskSystemDetector.noJakeTasks": "jake --tasks komutu Ƨalıştırıldığında herhangi bir gƶrev listelemedi. npm install komutunu Ƨalıştırdınız mı?", "TaskSystemDetector.noGulpProgram": "Gulp, sisteminizde yüklü değil. Yüklemek iƧin npm install -g gulp komutunu Ƨalıştırın.", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json index f5da8b2c7d..1039a84285 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/node/processTaskSystem.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "TaskRunnerSystem.unknownError": "Gƶrev Ƨalıştırılırken bir hata oluştu. Detaylar iƧin gƶrev Ƨıktısı günlüğüne bakın.", "TaskRunnerSystem.watchingBuildTaskFinished": "\nDerleme gƶrevlerinin izlenmesi bitti.", "TaskRunnerSystem.childProcessError": "Harici program {0} {1} başlatılamadı.", diff --git a/i18n/trk/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json b/i18n/trk/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json index c2bd4e04b9..ab55379a9d 100644 --- a/i18n/trk/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/tasks/node/taskConfiguration.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "ConfigurationParser.invalidCWD": "Uyarı: options.cwd dize türünde olmalıdır. {0} değeri yok sayıldı.\n", "ConfigurationParser.noargs": "Hata: komut argümanları dizelerden oluşan bir dizi olmalıdır. Belirtilen değer:\n{0}", "ConfigurationParser.noShell": "Uyarı: kabuk yapılandırması sadece gƶrevler terminalde Ƨalıştırılırken desteklenir.", diff --git a/i18n/trk/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json index f2bb55a8b4..415eb5eb02 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/browser/terminalQuickOpen.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "termEntryAriaLabel": "{0}, terminal seƧici", "termCreateEntryAriaLabel": "{0}, yeni terminal oluştur", "workbench.action.terminal.newplus": "$(plus) Yeni Entegre Terminal Oluştur", diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json index 40915bbf5c..28b472411b 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminal.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "quickOpen.terminal": "Tüm AƧık Terminalleri Gƶster", "terminal": "Terminal", "terminalIntegratedConfigurationTitle": "Entegre Terminal", @@ -13,21 +15,27 @@ "terminal.integrated.shellArgs.osx": "OS X terminalindeyken kullanılacak komut satırı argümanları.", "terminal.integrated.shell.windows": "Terminalin Windows'da kullandığı kabuğun yolu. Windows ile birlikte gelen kabukları kullanırken (cmd, PowerShell veya Bash on Ubuntu) uygulanır.", "terminal.integrated.shellArgs.windows": "Windows terminalindeyken kullanılacak komut satırı argümanları.", - "terminal.integrated.rightClickCopyPaste": "Ayarlandığında, terminal iƧinde sağ tıklandığında bağlam menüsünün gƶrünmesini engeller, onun yerine bir seƧim varsa kopyalama yapar, bir seƧim yoksa yapıştırma yapar.", + "terminal.integrated.macOptionIsMeta": "macOS'de terminalde option tuşuna, meta tuşu gibi davran.", + "terminal.integrated.copyOnSelection": "Ayarlandığında, terminalde seƧilen metin panoya kopyalanır.", "terminal.integrated.fontFamily": "Terminalin yazı tipi ailesini denetler; bu, varsayılan olarak editor.fontFamily'nin değeridir.", "terminal.integrated.fontSize": "Terminaldeki yazı tipi boyutunu piksel olarak denetler.", "terminal.integrated.lineHeight": "Terminalin satır yüksekliğini denetler, bu sayı gerƧek satır yüksekliğini piksel olarak elde etmek iƧin terminal yazı tipi boyutu ile Ƨarpılır.", - "terminal.integrated.enableBold": "Terminalde kalın yazının etkinleştirilip etkinleştirilmeyeceği; bu, terminal kabuğunun desteğini gerektirir.", + "terminal.integrated.fontWeight": "Terminalde kalın olmayan metinler iƧin kullanılacak yazı tipi kalınlığı.", + "terminal.integrated.fontWeightBold": "Terminalde kalın metinler iƧin kullanılacak yazı tipi kalınlığı.", "terminal.integrated.cursorBlinking": "Terminaldeki imlecin yanıp sƶnmesini denetler.", "terminal.integrated.cursorStyle": "Terminaldeki imlecin stilini denetler.", "terminal.integrated.scrollback": "Terminalin tamponunda tuttuğu maksimum satır sayısını denetler.", "terminal.integrated.setLocaleVariables": "Terminal başlangıcında yereli iƧeren değişkenlerin ayarlanıp ayarlanmayacağını denetler; bu, OS X'de varsayılan olarak aƧıktır, diğer platformlarda kapalıdır.", + "terminal.integrated.rightClickBehavior": "Terminalin sağ tıklamaya nasıl tepki vereceğini denetler, olası değerler 'default', 'copyPaste' ve 'selectWord'dür. 'default' bağlam menüsünü gƶsterir, 'copyPaste' bir seƧim varsa kopyalar yoksa yapıştırır, 'selectWord' imlecin altındaki sƶzcüğü seƧer ve bağlam menüsünü gƶsterir.", "terminal.integrated.cwd": "Terminalin nerede başlatılacağına ait aƧık bir yol; bu, kabuk işlemleri iƧin geƧerli Ƨalışma klasƶrü (cwd) olarak kullanılır. Bu, Ƨalışma alanı ayarlarında kƶk dizini uygun bir cwd değilse ƶzellikle yararlı olabilir.", "terminal.integrated.confirmOnExit": "Aktif terminal oturumları varken Ƨıkışta onay istenip istenmeyeceği.", + "terminal.integrated.enableBell": "Terminal zilinin etkin olup olmadığı.", "terminal.integrated.commandsToSkipShell": "Tuş bağlarının kabuğa gƶnderilmeyip bunun yerine her zaman Code tarafından işleneceği bir komut ID'leri kümesi. Bu, tuş bağlarının normalde kabuk tarafından terminal odakta değilken nasılsa ƶyle davranmasını sağlar, ƶrnek olarak Hızlı AƧ'ı başlatmak iƧin ctrl+p.", "terminal.integrated.env.osx": "OS X'deki terminal tarafından kullanılacak VS Code işlemine eklenecek ortam değişkenlerini iƧeren nesne", "terminal.integrated.env.linux": "Linux'daki terminal tarafından kullanılacak VS Code işlemine eklenecek ortam değişkenlerini iƧeren nesne", "terminal.integrated.env.windows": "Windows'daki terminal tarafından kullanılacak VS Code işlemine eklenecek ortam değişkenlerini iƧeren nesne", + "terminal.integrated.showExitAlert": "Ƈıkış kodu sıfır değilse `Terminal işlemi Ƨıkış koduyla sonlandı` uyarısını gƶster.", + "terminal.integrated.experimentalRestore": "VS Code'u başlatırken, Ƨalışma alanı iƧin otomatik olarak terminal oturumlarının geri yüklenip yüklenmeyeceği. Bu deneysel bir ayardır; hatalı olabilir ve ilerleyen zamanlarda değişebilir.", "terminalCategory": "Terminal", "viewCategory": "Gƶrüntüle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json index 539713491d..4a95cff7bc 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbench.action.terminal.toggleTerminal": "Entegre Terminali AƧ/Kapat", "workbench.action.terminal.kill": "Aktif Terminal Ɩrneğini Sonlandır", "workbench.action.terminal.kill.short": "Terminali Sonlandır", @@ -12,8 +14,19 @@ "workbench.action.terminal.selectAll": "Tümünü SeƧ", "workbench.action.terminal.deleteWordLeft": "Soldaki Sƶzcüğü Sil", "workbench.action.terminal.deleteWordRight": "Sağdaki Sƶzcüğü Sil", + "workbench.action.terminal.moveToLineStart": "Satır Başına Git", + "workbench.action.terminal.moveToLineEnd": "Satır Sonuna Git", "workbench.action.terminal.new": "Yeni Entegre Terminal Oluştur", "workbench.action.terminal.new.short": "Yeni Terminal", + "workbench.action.terminal.newWorkspacePlaceholder": "Yeni terminal iƧin geƧerli Ƨalışma dizinini seƧin", + "workbench.action.terminal.newInActiveWorkspace": "(Aktif Ƈalışma Alanında) Yeni Entegre Terminal Oluştur", + "workbench.action.terminal.split": "Terminali Bƶl", + "workbench.action.terminal.focusPreviousPane": "Ɩnceki Bƶlmeye Odakla", + "workbench.action.terminal.focusNextPane": "Sonraki Bƶlmeye Odakla", + "workbench.action.terminal.resizePaneLeft": "Bƶlmeyi Sola Doğru Yeniden Boyutlandır", + "workbench.action.terminal.resizePaneRight": "Bƶlmeyi Sağa Doğru Yeniden Boyutlandır", + "workbench.action.terminal.resizePaneUp": "Bƶlmeyi Yukarı Doğru Yeniden Boyutlandır", + "workbench.action.terminal.resizePaneDown": "Bƶlmeyi Aşağı Doğru Yeniden Boyutlandır", "workbench.action.terminal.focus": "Terminale Odakla", "workbench.action.terminal.focusNext": "Sonraki Terminale Odakla", "workbench.action.terminal.focusPrevious": "Ɩnceki Terminale Odakla", @@ -22,7 +35,7 @@ "workbench.action.terminal.runSelectedText": "SeƧili Metni Aktif Terminalde Ƈalıştır", "workbench.action.terminal.runActiveFile": "Aktif Dosyayı Aktif Terminalde Ƈalıştır", "workbench.action.terminal.runActiveFile.noFile": "Sadece diskteki dosyalar terminalde Ƨalıştırılabilir", - "workbench.action.terminal.switchTerminalInstance": "Terminal Ɩrneğini Değiştir", + "workbench.action.terminal.switchTerminal": "Terminali Değiştir", "workbench.action.terminal.scrollDown": "Aşağı Kaydır (Satır)", "workbench.action.terminal.scrollDownPage": "Aşağı Kaydır (Sayfa)", "workbench.action.terminal.scrollToBottom": "En Alta Kaydır", diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json index a994ebe090..cc62e2f1cb 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalColorRegistry.i18n.json @@ -1,13 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.background": "Terminalin arka plan rengi; bu, terminalin panelden farklı olarak renklendirilmesini sağlar.", "terminal.foreground": "Terminalin ƶn plan rengi.", "terminalCursor.foreground": "Terminal imlecinin ƶn plan rengi.", "terminalCursor.background": "Terminal imlecinin arka plan rengi. Bir blok imlecinin kapladığı bir karakterin rengini ƶzelleştirmeyi sağlar.", "terminal.selectionBackground": "Terminalin seƧim arkaplanı rengi.", + "terminal.border": "Terminaldeki bƶlmeleri ayıran kenarlığın rengi. panel.border bunun iƧin varsayılan olarak kullanılır.", "terminal.ansiColor": "Terminalde '{0}' ANSI rengi." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json index 745f1badf0..fb3abca893 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.allowWorkspaceShell": "{0} ƶgesinin (Ƨalışma alanı ayarı olarak tanımlı) terminalde başlatılmasına izin veriyor musunuz?", "allow": "İzin Ver", "disallow": "İzin Verme" diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json index baad53fc2a..6c82180317 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalFindWidget.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json index 38dcd5eb95..84d34a2e7b 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalInstance.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "terminal.integrated.a11yBlankLine": "Boş satır", + "terminal.integrated.a11yPromptLabel": "Terminal girdisi", + "terminal.integrated.a11yTooMuchOutput": "Gƶsterilecek Ƨok fazla Ƨıktı var, okumak iƧin satırları manuel olarak gezin.", "terminal.integrated.copySelection.noSelection": "Terminalde kopyalanacak bir seƧim bulunmuyor", "terminal.integrated.exitedWithCode": "Terminal işlemi şu Ƨıkış koduyla sonlandı: {0}", "terminal.integrated.waitOnExit": "Terminali kapatmak iƧin lütfen bir tuşa basın", - "terminal.integrated.launchFailed": "Terminal işlem komutu `{0}{1}` başlatılamadı (Ƨıkış kodu: {2})" + "terminal.integrated.launchFailed": "Terminal işlem komutu '{0}{1}' başlatılamadı (Ƨıkış kodu: {2})" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json index 5b61c08623..c6e419333c 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminalLinkHandler.followLinkAlt": "Bağlantıyı izlemek iƧin Alt tuşuna basarak tıklayın", "terminalLinkHandler.followLinkCmd": "Bağlantıyı izlemek iƧin Cmd tuşuna basarak tıklayın", "terminalLinkHandler.followLinkCtrl": "Bağlantıyı izlemek iƧin Ctrl tuşuna basarak tıklayın" diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json index 92d6df3771..1feb9e2653 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json @@ -1,11 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "copy": "Kopyala", "paste": "Yapıştır", "selectAll": "Tümünü SeƧ", - "clear": "Temizle" + "clear": "Temizle", + "split": "Bƶl" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json index a30794054e..21b756474d 100644 --- a/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json @@ -1,13 +1,14 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "terminal.integrated.chooseWindowsShellInfo": "Ɩzelleştir butonuna tıklayıp varsayılan terminal kabuğunu seƧebilirsiniz.", "customize": "Ɩzelleştir", - "cancel": "İptal", - "never again": "Tamam, Tekrar Gƶsterme", + "never again": "Tekrar Gƶsterme", "terminal.integrated.chooseWindowsShell": "Tercih ettiğiniz terminal kabuğunu seƧin, bunu daha sonra ayarlarınızdan değiştirebilirsiniz", "terminalService.terminalCloseConfirmationSingular": "Aktif bir terminal oturumu var, sonlandırmak istiyor musunuz?", "terminalService.terminalCloseConfirmationPlural": "{0} aktif terminal oturumu var, bunları sonlandırmak istiyor musunuz?" diff --git a/i18n/trk/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json index c6efd85264..68c9844aa9 100644 --- a/i18n/trk/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/themes/electron-browser/themes.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "selectTheme.label": "Renk Teması", "themes.category.light": "aƧık temalar", "themes.category.dark": "koyu temalar", diff --git a/i18n/trk/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json index 6e2f9a6845..fceacee58e 100644 --- a/i18n/trk/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/trust/electron-browser/unsupportedWorkspaceSettings.contribution.i18n.json @@ -1,11 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "unsupportedWorkspaceSettings": "Bu Ƨalışma alanı sadece Kullanıcı Ayarları'nda ayarlanabilen ayarlar iƧeriyor. ({0})", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openWorkspaceSettings": "Ƈalışma Alanı Ayarlarını AƧ", - "openDocumentation": "Daha Fazla Bilgi Edin", - "ignore": "Yok Say" + "dontShowAgain": "Tekrar Gƶsterme", + "unsupportedWorkspaceSettings": "Bu Ƨalışma alanı sadece Kullanıcı Ayarları'nda ayarlanabilen ayarlar iƧeriyor. ({0}). Daha fazla bilgi almak iƧin [buraya]({0}) tıklayın." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json b/i18n/trk/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json index cd4ef89692..126753229f 100644 --- a/i18n/trk/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/update/electron-browser/releaseNotesInput.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "releaseNotesInputName": "Sürüm Notları: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json index a8342747ed..5caa5f4144 100644 --- a/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.contribution.i18n.json @@ -1,10 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "release notes": "Sürüm notları", - "updateConfigurationTitle": "Güncelle", - "updateChannel": "Güncelleştirme kanalından otomatik güncelleştirmeler alıp almayacağınızı ayarlayın. Değişiklikten sonra yeniden başlatma gerektirir." + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "release notes": "Sürüm notları" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.i18n.json b/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.i18n.json index 61ebe35f50..c5de3ffd27 100644 --- a/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/update/electron-browser/update.i18n.json @@ -1,35 +1,40 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "updateNow": "Şimdi Güncelle", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "later": "Daha Sonra", "unassigned": "atanmamış", "releaseNotes": "Sürüm Notları", "showReleaseNotes": "Sürüm Notlarını Gƶster", - "downloadNow": "Şimdi İndir", "read the release notes": "{0} v{1} uygulamasına hoş geldiniz! Sürüm Notları'nı okumak ister misiniz?", - "licenseChanged": "Lisans koşullarımız değişti, lütfen inceleyin.", - "license": "Lisansı Oku", + "licenseChanged": "Lisans koşullarımız değişti, lütfen [buraya]({0}) tıklayarak gƶzden geƧirin.", "neveragain": "Tekrar Gƶsterme", - "64bitisavailable": "64-bit Windows iƧin {0} şu an mevcut!", - "learn more": "Daha Fazla Bilgi Edin", + "64bitisavailable": "64-bit Windows iƧin {0} şu an mevcut! Daha fazla bilgi almak iƧin [buraya]({0}) tıklayın.", "updateIsReady": "Yeni {0} güncellemesi var.", - "thereIsUpdateAvailable": "Bir güncelleştirme var.", - "updateAvailable": "{0} yeniden başlatıldıktan sonra güncellenecektir.", "noUpdatesAvailable": "Şu anda mevcut herhangi bir güncelleme yok.", + "ok": "Tamam", + "download now": "Şimdi İndir", + "thereIsUpdateAvailable": "Bir güncelleştirme var.", + "installUpdate": "Güncelleştirmeyi Yükle", + "updateAvailable": "Bir güncelleştirme var: {0} {1}", + "updateInstalling": "{0} {1} arka planda yükleniyor, bittiğinde bilgi vereceğiz.", + "updateNow": "Şimdi Güncelle", + "updateAvailableAfterRestart": "{0} yeniden başlatıldıktan sonra güncellenecektir.", "commandPalette": "Komut Paleti...", "settings": "Ayarlar", "keyboardShortcuts": "Klavye Kısayolları", + "showExtensions": "Eklentileri Yƶnet", + "userSnippets": "Kullanıcı ParƧacıkları", "selectTheme.label": "Renk Teması", "themes.selectIconTheme.label": "Dosya Simgesi Teması", - "not available": "Güncelleştirme Yok", + "checkForUpdates": "Güncelleştirmeleri Denetle...", "checkingForUpdates": "Güncelleştirmeler Denetleniyor...", - "DownloadUpdate": "Mevcut Güncelleştirmeyi İndir", "DownloadingUpdate": "Güncelleştirme İndiriliyor...", - "InstallingUpdate": "Güncelleştirme Yükleniyor...", - "restartToUpdate": "Güncelleştirmek iƧin Yeniden Başlatın...", - "checkForUpdates": "Güncelleştirmeleri Denetle..." + "installUpdate...": "Güncelleştirmeyi Yükle...", + "installingUpdate": "Güncelleştirme Yükleniyor...", + "restartToUpdate": "Güncelleştirmek iƧin Yeniden Başlatın..." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/views/browser/views.i18n.json b/i18n/trk/src/vs/workbench/parts/views/browser/views.i18n.json index fe27ce7154..6472f6375e 100644 --- a/i18n/trk/src/vs/workbench/parts/views/browser/views.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/views/browser/views.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json index eb1981b196..cd085b82e9 100644 --- a/i18n/trk/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/views/browser/viewsExtensionPoint.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json b/i18n/trk/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json index 0f89cbf72a..97ee2b4f96 100644 --- a/i18n/trk/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/watermark/electron-browser/watermark.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "watermark.showCommands": "Tüm Komutları Gƶster", "watermark.quickOpen": "Dosyaya Git", "watermark.openFile": "Dosya AƧ", diff --git a/i18n/trk/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json index 0c942884ab..dfd7e8539d 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/overlay/browser/welcomeOverlay.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomeOverlay.explorer": "Dosya gezgini", "welcomeOverlay.search": "Dosyalar arasında ara", "welcomeOverlay.git": "Kaynak kodu yƶnetimi", diff --git a/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json index 0cde886597..d5976e331c 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage.vscode": "Visual Studio Code", "welcomePage.editingEvolved": "Düzenleme evrim geƧirdi", "welcomePage.start": "BaşlangıƧ", diff --git a/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json index b95332c79f..9a290a004c 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "workbenchConfigurationTitle": "Ƈalışma Ekranı", "workbench.startupEditor.none": "Bir düzenleyici olmadan başlayın.", "workbench.startupEditor.welcomePage": "Hoş Geldiniz sayfasını aƧın (varsayılan).", diff --git a/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json index 2b1dfd41f1..e42d7c6c92 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/page/electron-browser/welcomePage.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "welcomePage": "Hoş Geldiniz", "welcomePage.javaScript": "JavaScript", "welcomePage.typeScript": "TypeScript", @@ -32,7 +34,6 @@ "welcomePage.installedExtensionPack": "{0} desteği zaten yüklü", "ok": "Tamam", "details": "Detaylar", - "cancel": "İptal", "welcomePage.buttonBackground": "Hoş geldiniz sayfasındaki butonların arka plan rengi.", "welcomePage.buttonHoverBackground": "Hoş geldiniz sayfasındaki butonların bağlantı vurgusu arka plan rengi." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json index ca2222963f..fbb28f6a20 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/editorWalkThrough.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.title": "İnteraktif Oyun Alanı", "editorWalkThrough": "İnteraktif Oyun Alanı" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json index c56d3c14fe..ec7fa517d6 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThrough.contribution.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.editor.label": "İnteraktif Oyun Alanı", "help": "Yardım", "interactivePlayground": "İnteraktif Oyun Alanı" diff --git a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json index 9e8d2c5706..4868025243 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughActions.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "editorWalkThrough.arrowUp": "Yukarı Kaydır (Satır)", "editorWalkThrough.arrowDown": "Aşağı Kaydır (Satır)", "editorWalkThrough.pageUp": "Yukarı Kaydır (Sayfa)", diff --git a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json index add57fa341..cfbe7697b6 100644 --- a/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json +++ b/i18n/trk/src/vs/workbench/parts/welcome/walkThrough/electron-browser/walkThroughPart.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "walkThrough.unboundCommand": "serbest", "walkThrough.gitNotFound": "Git, sisteminizde yüklü değil gibi gƶrünüyor.", "walkThrough.embeddedEditorBackground": "İnteraktif oyun alanındaki gƶmülü düzenleyicilerin arka plan rengi." diff --git a/i18n/trk/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json new file mode 100644 index 0000000000..004bd87b9d --- /dev/null +++ b/i18n/trk/src/vs/workbench/services/actions/electron-browser/menusExtensionPoint.i18n.json @@ -0,0 +1,46 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "requirearray": "menü ƶgeleri bir dizi olmalıdır", + "requirestring": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", + "optstring": "`{0}` ƶzelliği atlanabilir veya `string` türünde olmalıdır", + "vscode.extension.contributes.menuItem.command": "Yürütülecek komutun tanımlayıcısı. Komut 'commands' bƶlümünde tanımlanmalıdır", + "vscode.extension.contributes.menuItem.alt": "Yürütülecek alternatif bir komutun tanımlayıcısı. Komut 'commands' bƶlümünde tanımlanmalıdır", + "vscode.extension.contributes.menuItem.when": "Bu ƶgeyi gƶstermek iƧin doğru olması gereken koşul", + "vscode.extension.contributes.menuItem.group": "Bu komutun ait olduğu gruba ekle", + "vscode.extension.contributes.menus": "Düzenleyiciye menü ƶgeleri ekler", + "menus.commandPalette": "Komut Paleti", + "menus.touchBar": "Touch bar (sadece macOS)", + "menus.editorTitle": "Düzenleyici başlık menüsü", + "menus.editorContext": "Düzenleyici bağlam menüsü", + "menus.explorerContext": "Dosya gezgini bağlam menüsü", + "menus.editorTabContext": "Düzenleyici sekmeleri bağlam menüsü", + "menus.debugCallstackContext": "Hata ayıklama Ƨağrı yığını bağlam menüsü", + "menus.scmTitle": "Kaynak Denetimi başlık menüsü", + "menus.scmSourceControl": "Kaynak Denetimi menüsü", + "menus.resourceGroupContext": "Kaynak Denetimi kaynak grubu bağlam menüsü", + "menus.resourceStateContext": "Kaynak Denetimi kaynak durumu bağlam menüsü", + "view.viewTitle": "Katkıda bulunan gƶrünümü başlık menüsü", + "view.itemContext": "Katkıda bulunan gƶrünümü ƶge bağlam menüsü", + "nonempty": "boş olmayan değer bekleniyordu.", + "opticon": "`icon` ƶzelliği atlanabilir veya bir dize ya da `{dark, light}` gibi bir değişmez değer olmalıdır", + "requireStringOrObject": "`{0}` ƶzelliği zorunludur ve `string` veya `object` türünde olmalıdır", + "requirestrings": "`{0}` ve `{1}` ƶzellikleri zorunludur ve `string` türünde olmalıdır", + "vscode.extension.contributes.commandType.command": "Yürütülecek komutun tanımlayıcısı", + "vscode.extension.contributes.commandType.title": "Komutu kullanıcı arayüzünde temsil edecek başlık", + "vscode.extension.contributes.commandType.category": "(İsteğe Bağlı) Kullanıcı arayüzünde komutun gruplanacağı kategori dizesi", + "vscode.extension.contributes.commandType.icon": "(İsteğe Bağlı) Komutun, Kullanıcı Arayüzü'nde temsil edilmesinde kullanılacak simge. Bir dosya yolu veya tema olarak kullanılabilir bir yapılandırmadır", + "vscode.extension.contributes.commandType.icon.light": "AƧık bir tema kullanıldığındaki simge yolu", + "vscode.extension.contributes.commandType.icon.dark": "Koyu bir tema kullanıldığındaki simge yolu", + "vscode.extension.contributes.commands": "Komut paletine komutlar ekler.", + "dup": "`{0}` komutu `commands` bƶlümünde birden Ƨok kez gƶrünüyor.", + "menuId.invalid": "`{0}` geƧerli bir menü tanımlayıcısı değil", + "missing.command": "Menü ƶgesi, 'commands' bƶlümünde tanımlanmamış bir `{0}` komutuna başvuruyor.", + "missing.altCommand": "Menü ƶgesi, 'commands' bƶlümünde tanımlanmamış bir `{0}` alternatif komutuna başvuruyor.", + "dupe.command": "Menü ƶgesi, aynı varsayılan ve alternatif komutlarına başvuruyor" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json index 917d845040..2ff189e0b6 100644 --- a/i18n/trk/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json +++ b/i18n/trk/src/vs/workbench/services/configuration/common/configurationExtensionPoint.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.configuration.title": "Ayarların bir ƶzeti. Bu etiket ayar dosyasında ayırıcı yorum olarak kullanılacaktır.", "vscode.extension.contributes.configuration.properties": "Yapılandırma ƶzelliklerinin aƧıklaması.", "scope.window.description": "Kullanıcı veya Ƨalışma alanında yapılandırılabilen Windows'a ƶzel yapılandırma.", @@ -19,6 +21,7 @@ "workspaceConfig.name.description": "Klasƶr iƧin isteğe bağlı bir ad.", "workspaceConfig.uri.description": "Klasƶrün URI'si", "workspaceConfig.settings.description": "Ƈalışma alanı ayarları", + "workspaceConfig.launch.description": "Ƈalışma alanı başlatma yapılandırmaları", "workspaceConfig.extensions.description": "Ƈalışma alanı eklentileri", "unknownWorkspaceProperty": "Bilinmeyen Ƨalışma alanı yapılandırması ƶzelliği" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json b/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json index 4c2ceda75b..2cae80253f 100644 --- a/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json +++ b/i18n/trk/src/vs/workbench/services/configuration/node/configuration.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json b/i18n/trk/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json index cb3f2725bc..bd08ea60e7 100644 --- a/i18n/trk/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/configuration/node/configurationEditingService.i18n.json @@ -1,12 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "openTasksConfiguration": "Gƶrev Yapılandırmasını AƧ", "openLaunchConfiguration": "Başlatma Yapılandırmasını AƧ", - "close": "Kapat", "open": "Ayarları AƧ", "saveAndRetry": "Kaydet ve Yeniden Dene", "errorUnknownKey": "{0} dosyasına, {1} kayıtlı bir yapılandırma olmadığı iƧin yazılamıyor.", @@ -15,16 +16,16 @@ "errorInvalidWorkspaceTarget": "{0}, birden Ƨok klasƶrlü Ƨalışma alanında Ƨalışma alanı kapsamını desteklemediği iƧin Ƈalışma Alanı Ayarları'na yazılamıyor.", "errorInvalidFolderTarget": "HiƧbir kaynak belirtilmediği iƧin klasƶr ayarlarına yazılamıyor.", "errorNoWorkspaceOpened": "HiƧbir Ƨalışma alanı aƧık olmadığı iƧin {0}'a yazılamıyor. Lütfen ilk olarak bir Ƨalışma alanı aƧın ve tekrar deneyin.", - "errorInvalidTaskConfiguration": "Gƶrevler dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin **Gƶrevler** dosyasını aƧın ve tekrar deneyin.", - "errorInvalidLaunchConfiguration": "Başlatma dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin **Başlatma** dosyasını aƧın ve tekrar deneyin.", - "errorInvalidConfiguration": "Kullanıcı ayarlarına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin **Kullanıcı Ayarları** dosyasını aƧın ve tekrar deneyin.", - "errorInvalidConfigurationWorkspace": "Ƈalışma alanı ayarlarına yazılamıyor. Lütfen hata/uyarıları düzeltmek iƧin **Ƈalışma Alanı Ayarları** dosyasını aƧın ve tekrar deneyin.", - "errorInvalidConfigurationFolder": "Klasƶr ayarlarına yazılamıyor. Lütfen hata/uyarıları düzeltmek iƧin **{0}** klasƶrü altındaki **Klasƶr Ayarları** dosyasını kaydedin ve tekrar deneyin.", - "errorTasksConfigurationFileDirty": "Gƶrevler dosyası kaydedilmemiş değişiklikler iƧerdiği iƧin bu dosyaya yazılamıyor. Lütfen **Gƶrev Yapılandırması** dosyasını kaydedin ve tekrar deneyin.", - "errorLaunchConfigurationFileDirty": "Başlatma dosyası kaydedilmemiş değişiklikler iƧerdiği iƧin bu dosyaya yazılamıyor. Lütfen **Başlatma Yapılandırması** dosyasını kaydedin ve tekrar deneyin.", - "errorConfigurationFileDirty": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin kullanıcı ayarlarına yazılamıyor. Lütfen **Kullanıcı Ayarları** dosyasını kaydedin ve tekrar deneyin.", - "errorConfigurationFileDirtyWorkspace": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin Ƨalışma alanı ayarlarına yazılamıyor. Lütfen **Ƈalışma Alanı Ayarları** dosyasını kaydedin ve tekrar deneyin.", - "errorConfigurationFileDirtyFolder": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin klasƶr ayarlarına yazılamıyor. Lütfen **{0}** klasƶrü altındaki **Klasƶr Ayarları** dosyasını kaydedin ve tekrar deneyin.", + "errorInvalidTaskConfiguration": "Gƶrev yapılandırma dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin dosyayı aƧın ve tekrar deneyin.", + "errorInvalidLaunchConfiguration": "BaşlangıƧ yapılandırması dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin dosyayı aƧın ve tekrar deneyin.", + "errorInvalidConfiguration": "Kullanıcı ayarlarına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin kullanıcı ayarlarını aƧın ve tekrar deneyin.", + "errorInvalidConfigurationWorkspace": "Ƈalışma alanı ayarlarına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin Ƨalışma alanı ayarlarını aƧın ve tekrar deneyin.", + "errorInvalidConfigurationFolder": "Klasƶr ayarlarına yazılamıyor. Lütfen hata/uyarılarını düzeltmek iƧin '{0}' klasƶr ayarlarını aƧın ve tekrar deneyin. ", + "errorTasksConfigurationFileDirty": "Kaydedilmemiş değişiklikler iƧerdiği iƧin gƶrev yapılandırma dosyasına yazılamıyor. Lütfen dosyayı kaydedin ve tekrar deneyin.", + "errorLaunchConfigurationFileDirty": "Kaydedilmemiş değişiklikler iƧerdiği iƧin başlangıƧ yapılandırması dosyasına yazılamıyor. Lütfen dosyayı kaydedin ve tekrar deneyin.", + "errorConfigurationFileDirty": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin kullanıcı ayarlarına yazılamıyor. Lütfen ilk olarak kullanıcı ayarları dosyasını kaydedin ve tekrar deneyin.", + "errorConfigurationFileDirtyWorkspace": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin Ƨalışma alanı ayarlarına yazılamıyor. Lütfen ilk olarak Ƨalışma alanı ayarları dosyasını kaydedin ve tekrar deneyin.", + "errorConfigurationFileDirtyFolder": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin klasƶr ayarlarına yazılamıyor. Lütfen ilk olarak '{0}' klasƶr ayarları dosyasını kaydedin ve tekrar deneyin.", "userTarget": "Kullanıcı Ayarları", "workspaceTarget": "Ƈalışma Alanı Ayarları", "folderTarget": "Klasƶr Ayarları" diff --git a/i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json b/i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json index 3c1155be54..e4677c6892 100644 --- a/i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidFile": "Dosyaya yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin dosyayı aƧın ve tekrar deneyin.", "errorFileDirty": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin dosyaya yazılamıyor. Lütfen dosyayı kaydedin ve tekrar deneyin." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json b/i18n/trk/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json index 4289f71297..a93f9732e4 100644 --- a/i18n/trk/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/crashReporter/common/crashReporterService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json b/i18n/trk/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json index 4289f71297..20716f1443 100644 --- a/i18n/trk/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/crashReporter/electron-browser/crashReporterService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "telemetryConfigurationTitle": "Telemetri", "telemetry.enableCrashReporting": "Kilitlenme raporlarının Microsoft'a gƶnderilmesini etkinleştirin.\nBu seƧeneğin yürürlüğe girmesi iƧin yeniden başlatma gerekir." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json b/i18n/trk/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json index 24290675b5..cd6257cb15 100644 --- a/i18n/trk/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/decorations/browser/decorationsService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "bubbleTitle": "Vurgulanan öğeler iƧeriyor" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json b/i18n/trk/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json new file mode 100644 index 0000000000..8735c60bb7 --- /dev/null +++ b/i18n/trk/src/vs/workbench/services/dialogs/electron-browser/dialogs.i18n.json @@ -0,0 +1,13 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "yesButton": "&&Evet", + "cancelButton": "İptal", + "moreFile": "...1 ek dosya gƶsterilmiyor", + "moreFiles": "...{0} ek dosya gƶsterilmiyor" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/editor/browser/editorService.i18n.json b/i18n/trk/src/vs/workbench/services/editor/browser/editorService.i18n.json index 50e968f8ee..e32048a54d 100644 --- a/i18n/trk/src/vs/workbench/services/editor/browser/editorService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/editor/browser/editorService.i18n.json @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { diff --git a/i18n/trk/src/vs/workbench/services/editor/common/editorService.i18n.json b/i18n/trk/src/vs/workbench/services/editor/common/editorService.i18n.json index 50e968f8ee..e4db3ccc66 100644 --- a/i18n/trk/src/vs/workbench/services/editor/common/editorService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/editor/common/editorService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "compareLabels": "{0} ↔ {1}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json b/i18n/trk/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json new file mode 100644 index 0000000000..070421baf9 --- /dev/null +++ b/i18n/trk/src/vs/workbench/services/extensions/common/extensionsRegistry.i18n.json @@ -0,0 +1,35 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "vscode.extension.engines.vscode": "Eklentinin uyumlu olduğu VS Code sürümünü belirten VS Code eklentileri iƧin. * olamaz. Ɩrneğin: ^0.10.5 uyumlu olduğu minimum VS Code sürümünün 0.10.5 olduğunu gƶsterir.", + "vscode.extension.publisher": "VS Code eklentisinin yayıncısı.", + "vscode.extension.displayName": "VS Code galerisinde kullanılan eklentinin gƶrünen adı.", + "vscode.extension.categories": "Bu eklentiyi kategorize etmek iƧin VS Code galerisi tarafından kullanılan kategoriler.", + "vscode.extension.galleryBanner": "VS Code markette kullanılan afiş.", + "vscode.extension.galleryBanner.color": "VS Code marketteki sayfa başlığındaki afiş rengi.", + "vscode.extension.galleryBanner.theme": "Afişte kullanılan yazı tipi iƧin renk teması.", + "vscode.extension.contributes": "Bu paketin temsil ettiği VS Code eklentisinin tüm katkıları.", + "vscode.extension.preview": "Markette eklentinin Ɩnizleme olarak işaretlenmesini sağlar.", + "vscode.extension.activationEvents": "VS Code eklentisi iƧin etkinleştirme olayları.", + "vscode.extension.activationEvents.onLanguage": "Belirtilen dilde Ƨƶzümlenen bir dosya her aƧıldığında bir etkinleştirme olayı yayınlanır.", + "vscode.extension.activationEvents.onCommand": "Belirtilen komut her Ƨağrıldığında bir etkinleştirme olayı yayınlanır.", + "vscode.extension.activationEvents.onDebug": "Bir kullanıcının hata ayıklamaya başlamak veya hata ayıklama yapılandırmasını ayarlamak üzere olduğu her an bir etkinleştirme olayı yayınlanır.", + "vscode.extension.activationEvents.onDebugInitialConfigurations": "Bir \"launch.json\" dosyasının oluşturulması(ve tüm provideDebugConfigurations metodlarının Ƨağrılması) gerektiği zaman etkinleştirme olayı yayınlanır.", + "vscode.extension.activationEvents.onDebugResolve": "Belirtilen türde bir hata ayıklama oturumu başlamaya yaklaştığında (ve buna karşılık gelen bir resolveDebugConfiguration metodunun Ƨağrılması gerektiğinde) bir etkinleştirme olayı yayınlanır.", + "vscode.extension.activationEvents.workspaceContains": "Belirtilen glob deseni ile eşleşen en az bir dosya iƧeren bir klasƶr her aƧıldığında bir etkinleştirme olayı yayınlanır.", + "vscode.extension.activationEvents.onView": "Belirtilen gƶrünüm her genişletildiğinde bir etkinleştirme olayı yayınlanır.", + "vscode.extension.activationEvents.star": "VS Code başlatıldığında yayılan etkinleştirme olayı. Mükemmel bir son kullanıcı deneyimi sağlandığından emin olmak iƧin, lütfen bu etkinleştirme olayını eklentinizde sadece kullanım durumunuzda başka hiƧbir aktivasyon olayı kombinasyonu Ƨalışmıyorsa kullanın.", + "vscode.extension.badges": "Marketin eklenti sayfasının kenar Ƨubuğunda gƶrüntülenecek gƶstergeler dizisi.", + "vscode.extension.badges.url": "Gƶsterge resmi URL'si.", + "vscode.extension.badges.href": "Gƶsterge bağlantısı.", + "vscode.extension.badges.description": "Gƶsterge aƧıklaması.", + "vscode.extension.extensionDependencies": "Diğer uzantılara bağımlılıklar. Bir uzantının tanımlayıcısı her zaman ${publisher}.${name} biƧimindedir. Ɩrneğin: vscode.csharp.", + "vscode.extension.scripts.prepublish": "Paket, bir VS Code eklentisi olarak yayımlamadan ƶnce Ƨalıştırılacak betik.", + "vscode.extension.scripts.uninstall": "VS Code eklentisi iƧin kaldırma betiği. VS Code, eklenti kaldırıldıktan sonra yeniden başlatıldığında (kapatıp aƧma) ve eklenti tamamen kaldırıldığında Ƨalıştırılacak betik. Sadece Node betikleri desteklenir.", + "vscode.extension.icon": "128x128 piksellik bir simgenin yolu." +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json index bdf4e95d8a..6d1dc4cfcb 100644 --- a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json +++ b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHost.i18n.json @@ -1,10 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.startupFailDebug": "Eklenti sunucusu 10 saniye iƧinde başlamadı, ilk satırda durdurulmuş olabilir ve devam etmesi iƧin bir hata ayıklayıcıya ihtiyacı olabilir.", "extensionHostProcess.startupFail": "Eklenti sunucusu 10 saniye iƧinde başlamadı, bu bir sorun olabilir.", + "reloadWindow": "Pencereyi Yeniden Yükle", "extensionHostProcess.error": "Eklenti sunucusundan hata: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json index 1c8a872ac8..66cdd46f75 100644 --- a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json +++ b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionHostProfiler.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "message": "$(zap) Eklenti Sunucusu Ayrımlanıyor..." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json index 17cb5965e9..ad8c7847e5 100644 --- a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json +++ b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionPoints.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "jsonParseFail": "{0} ayrıştırılamadı: {1}.", "fileReadFail": "{0} dosyası okunamadı: {1}.", - "jsonsParseFail": "{0} veya {1} ayrıştırılamadı: {2}.", + "jsonsParseReportErrors": "{0} ayrıştırılamadı: {1}.", "missingNLSKey": "{0} anahtarı iƧin mesaj bulunamadı." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json index 305fd56ccc..256ad2a9c6 100644 --- a/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/extensions/electron-browser/extensionService.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "devTools": "Geliştirici AraƧları", - "restart": "Eklenti Sunucusunu Yeniden Başlat", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "extensionHostProcess.crash": "Eklenti sunucusu beklenmeyen biƧimde sonlandırıldı.", "extensionHostProcess.unresponsiveCrash": "Eklenti sunucusu yanıt vermediğinden sonlandırıldı.", + "devTools": "Geliştirici AraƧları", + "restart": "Eklenti Sunucusunu Yeniden Başlat", "overwritingExtension": "{0} eklentisinin üzerine {1} yazılıyor.", "extensionUnderDevelopment": "{0} konumundaki geliştirme eklentisi yükleniyor", - "extensionCache.invalid": "Eklentiler disk üzerinde değişime uğradı. Lütfen pencereyi yeniden yükleyin." + "extensionCache.invalid": "Eklentiler disk üzerinde değişime uğradı. Lütfen pencereyi yeniden yükleyin.", + "reloadWindow": "Pencereyi Yeniden Yükle" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json b/i18n/trk/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json new file mode 100644 index 0000000000..fca9e483f6 --- /dev/null +++ b/i18n/trk/src/vs/workbench/services/extensions/node/extensionPoints.i18n.json @@ -0,0 +1,26 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "jsonParseFail": "{0} ayrıştırılamadı: {1}.", + "fileReadFail": "{0} dosyası okunamadı: {1}.", + "jsonsParseReportErrors": "{0} ayrıştırılamadı: {1}.", + "missingNLSKey": "{0} anahtarı iƧin mesaj bulunamadı.", + "notSemver": "Eklenti sürümü semver ile uyumlu değil.", + "extensionDescription.empty": "Boş eklenti aƧıklaması alındı", + "extensionDescription.publisher": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", + "extensionDescription.name": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", + "extensionDescription.version": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", + "extensionDescription.engines": "`{0}` ƶzelliği zorunludur ve `object` türünde olmalıdır", + "extensionDescription.engines.vscode": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", + "extensionDescription.extensionDependencies": "`{0}` ƶzelliği atlanabilir veya `string[]` türünde olmalıdır", + "extensionDescription.activationEvents1": "`{0}` ƶzelliği atlanabilir veya `string[]` türünde olmalıdır", + "extensionDescription.activationEvents2": "`{0}` ve `{1}` ƶzelliklerinin ikisi birden belirtilmeli veya ikisi birden atlanmalıdır", + "extensionDescription.main1": "`{0}` ƶzelliği atlanabilir veya `string` türünde olmalıdır", + "extensionDescription.main2": "`main` ({0}) yolunun eklentinin klasƶrü iƧine ({1}) eklenmiş olacağı beklendi. Bu, eklentiyi taşınamaz yapabilir.", + "extensionDescription.main3": "`{0}` ve `{1}` ƶzelliklerinin ikisi birden belirtilmeli veya ikisi birden atlanmalıdır" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/files/electron-browser/fileService.i18n.json b/i18n/trk/src/vs/workbench/services/files/electron-browser/fileService.i18n.json index 084090af73..0d83f251a1 100644 --- a/i18n/trk/src/vs/workbench/services/files/electron-browser/fileService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/files/electron-browser/fileService.i18n.json @@ -1,11 +1,16 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "netVersionError": "Microsoft .NET Framework 4.5 gerekli. Yüklemek iƧin bağlantıyı izleyin.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "installNet": ".NET Framework 4.5'i İndir", "neverShowAgain": "Tekrar Gƶsterme", + "netVersionError": "Microsoft .NET Framework 4.5 gerekli. Yüklemek iƧin bağlantıyı izleyin.", + "learnMore": "Talimatlar", + "enospcError": "{0} iƧin dosya işleƧleri bitiyor. Bu sorunu Ƨƶzmek iƧin lütfen yƶnerge bağlantısını izleyin.", + "binFailed": "'{0}' geri dƶnüşüm kutusuna taşınamadı", "trashFailed": "'{0}' Ƨƶpe taşınamadı" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json b/i18n/trk/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json index 320c074b5d..7451690f9a 100644 --- a/i18n/trk/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/files/electron-browser/remoteFileService.i18n.json @@ -1,8 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "fileIsDirectoryError": "Dosya bir dizindir", + "fileNotModifiedError": "Dosya şu tarihten beri değiştirilmemiş:", "fileBinaryError": "Dosya ikili olarak gƶrünüyor ve metin olarak aƧılamıyor" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/trk/src/vs/workbench/services/files/node/fileService.i18n.json index 4604d836bb..15a4dbc6d8 100644 --- a/i18n/trk/src/vs/workbench/services/files/node/fileService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/files/node/fileService.i18n.json @@ -1,15 +1,19 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "fileInvalidPath": "GeƧersiz dosya kaynağı ({0})", "fileIsDirectoryError": "Dosya bir dizindir", "fileNotModifiedError": "Dosya şu tarihten beri değiştirilmemiş:", + "fileTooLargeForHeapError": "Dosya boyutu pencere bellek sınırını aşıyor, lütfen code --max-memory=YENIBOYUT komutunu Ƨalıştırın", "fileTooLargeError": "Dosya, aƧmak iƧin Ƨok büyük", "fileNotFoundError": "Dosya bulunamadı ({0})", "fileBinaryError": "Dosya ikili olarak gƶrünüyor ve metin olarak aƧılamıyor", + "filePermission": "Dosya iƧin yazma izni reddedildi ({0})", "fileExists": "Oluşturulacak dosya zaten mevcut ({0})", "fileMoveConflict": "Taşıma/kopyalama yapılamadı. Dosya, hedefte zaten mevcut.", "unableToMoveCopyError": "Taşıma/kopyalama yapılamadı. Dosya, iƧinde bulunduğu klasƶrü değiştiriyor.", diff --git a/i18n/trk/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json new file mode 100644 index 0000000000..79925c6388 --- /dev/null +++ b/i18n/trk/src/vs/workbench/services/jsonschemas/common/jsonValidationExtensionPoint.i18n.json @@ -0,0 +1,17 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.jsonValidation": "json şema yapılandırmasına ekleme yapar.", + "contributes.jsonValidation.fileMatch": "Eşleşecek dosya ƶrüntüsü, ƶrneğin \"package.json\" veya \"*.launch\".", + "contributes.jsonValidation.url": "Bir şema URL'si ('http:', 'https:') veya eklenti klasƶrüne ('./') gƶreceli yol.", + "invalid.jsonValidation": "'configuration.jsonValidation' bir dizi olmalıdır", + "invalid.fileMatch": "'configuration.jsonValidation.fileMatch' tanımlanmalıdır", + "invalid.url": "'configuration.jsonValidation.url' bir URL veya gƶreli yol olmalıdır", + "invalid.url.fileschema": "'configuration.jsonValidation.url' geƧersiz bir gƶreli URL'dir: {0}", + "invalid.url.schema": "'configuration.jsonValidation.url' ƶgesi eklentide bulunan şemalara başvurmak iƧin 'http:', 'https:' veya './' ile başlamalıdır" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json b/i18n/trk/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json index 0e3f3b323f..c203c8dabd 100644 --- a/i18n/trk/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json +++ b/i18n/trk/src/vs/workbench/services/keybinding/common/keybindingEditing.i18n.json @@ -1,11 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { - "errorKeybindingsFileDirty": "Dosya kaydedilmemiş değişiklikler iƧerdiği iƧin yazılamıyor. Lütfen **tuş bağları** dosyasını kaydedin ve tekrar deneyin.", - "parseErrors": "Tuş bağları yazılamadı. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin **tuş bağları dosyasını** aƧın ve yeniden deneyin.", - "errorInvalidConfiguration": "Tuş bağları yazılamadı. **Tuş bağları dosyasında** Dizi olmayan bir nesne var. Temizlemek iƧin lütfen dosyayı aƧın ve yeniden deneyin.", + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "errorKeybindingsFileDirty": "Kaydedilmemiş değişiklikler iƧerdiği iƧin tuş bağları yapılandırma dosyasına yazılamıyor. Lütfen dosyayı kaydedin ve tekrar deneyin.", + "parseErrors": "Tuş bağları yapılandırma dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin dosyayı aƧın ve tekrar deneyin.", + "errorInvalidConfiguration": "Tuş bağları yapılandırma dosyasına yazılamadı. Dosyada dizi olmayan bir nesne var. Temizlemek iƧin lütfen dosyayı aƧın ve yeniden deneyin.", "emptyKeybindingsHeader": "Varsayılanların üzerine yazmak iƧin tuş bağlarınızı bu dosyaya yerleştirin" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json b/i18n/trk/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json index 4a33b67187..54ba0fc9d9 100644 --- a/i18n/trk/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/keybinding/electron-browser/keybindingService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "nonempty": "boş olmayan değer bekleniyordu.", "requirestring": "`{0}` ƶzelliği zorunludur ve `string` türünde olmalıdır", "optstring": "`{0}` ƶzelliği atlanabilir veya `string` türünde olmalıdır", @@ -22,5 +24,6 @@ "keybindings.json.when": "Tuşun aktif olacağı koşul", "keybindings.json.args": "Yürütülecek komuta iletilecek argümanlar.", "keyboardConfigurationTitle": "Klavye", - "dispatch": "Tuş basımlarının ya `code` (ƶnerilen) ya da `keyCode` kullanarak gƶnderilmesini denetler." + "dispatch": "Tuş basımlarının ya `code` (ƶnerilen) ya da `keyCode` kullanarak gƶnderilmesini denetler.", + "touchbar.enabled": "Varsa macOS dokunmatik Ƨubuk düğmelerini etkinleştirir." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/message/browser/messageList.i18n.json b/i18n/trk/src/vs/workbench/services/message/browser/messageList.i18n.json index 00c0b8b53d..5e241ad984 100644 --- a/i18n/trk/src/vs/workbench/services/message/browser/messageList.i18n.json +++ b/i18n/trk/src/vs/workbench/services/message/browser/messageList.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "alertErrorMessage": "Hata: {0}", "alertWarningMessage": "Uyarı: {0}", "alertInfoMessage": "Bilgi: {0}", diff --git a/i18n/trk/src/vs/workbench/services/message/electron-browser/messageService.i18n.json b/i18n/trk/src/vs/workbench/services/message/electron-browser/messageService.i18n.json index ef993fa147..632ce67105 100644 --- a/i18n/trk/src/vs/workbench/services/message/electron-browser/messageService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/message/electron-browser/messageService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "yesButton": "&&Evet", "cancelButton": "İptal" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json b/i18n/trk/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json index c05f774a06..a21a79778c 100644 --- a/i18n/trk/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/mode/common/workbenchModeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.languages": "Dil bildirimlerine ekleme yapar.", "vscode.extension.contributes.languages.id": "Dilin ID'si.", "vscode.extension.contributes.languages.aliases": "Dilin takma adları.", diff --git a/i18n/trk/src/vs/workbench/services/progress/browser/progressService2.i18n.json b/i18n/trk/src/vs/workbench/services/progress/browser/progressService2.i18n.json index dbcd7381ae..c0f80db1a1 100644 --- a/i18n/trk/src/vs/workbench/services/progress/browser/progressService2.i18n.json +++ b/i18n/trk/src/vs/workbench/services/progress/browser/progressService2.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "progress.subtitle": "{0} - {1}", "progress.title": "{0}: {1}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json index 60439bb3b9..e2c285e50c 100644 --- a/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json +++ b/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.grammars": "textmate tokenizerlere ekleme yapar.", "vscode.extension.contributes.grammars.language": "Bu sƶz diziminin ekleneceği dil tanımlayıcısı.", "vscode.extension.contributes.grammars.scopeName": "tmLanguage dosyası tarafından kullanılan Textmate kapsam adı.", diff --git a/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json b/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json index cd8f883eda..a5d49ddfe4 100644 --- a/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json +++ b/i18n/trk/src/vs/workbench/services/textMate/electron-browser/TMSyntax.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "invalid.language": "`contributes.{0}.language` ƶgesinde bilinmeyen dil. Sağlanan değer: {1}", "invalid.scopeName": "`contributes.{0}.scopeName` ƶgesinde dize bekleniyor. Sağlanan değer: {1}", "invalid.path.0": "`contributes.{0}.path` ƶgesinde dize bekleniyor. Sağlanan değer: {1}", diff --git a/i18n/trk/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/trk/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json index 7c9f89a2ac..fba994886d 100644 --- a/i18n/trk/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json +++ b/i18n/trk/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveFileFirst": "Dosya kaydedilmemiş değişiklikler iƧeriyor. Başka bir kodlama ile yeniden aƧmadan ƶnce lütfen ilk olarak kaydedin.", "genericSaveError": "'{0}' kaydedilemedi: ({1})." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/textfile/common/textFileService.i18n.json b/i18n/trk/src/vs/workbench/services/textfile/common/textFileService.i18n.json index 5b46633251..b60e119177 100644 --- a/i18n/trk/src/vs/workbench/services/textfile/common/textFileService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/textfile/common/textFileService.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "files.backup.failSave": "Kaydedilmemiş değişiklikler iƧeren dosyalar yedekleme konumuna yazılamadı. (Hata: {0}). Ɩnce dosyalarınızı kaydetmeyi deneyin ve ardından kapatın." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/trk/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json index 5284725dbc..c0fc43a39d 100644 --- a/i18n/trk/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json @@ -1,13 +1,13 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "saveChangesMessage": "{0} dosyasına yaptığınız değişiklikleri kaydetmek istiyor musunuz?", "saveChangesMessages": "Aşağıdaki {0} dosyaya yaptığınız değişiklikleri kaydetmek istiyor musunuz?", - "moreFile": "...1 ek dosya gƶsterilmiyor", - "moreFiles": "...{0} ek dosya gƶsterilmiyor", "saveAll": "&&Tümünü Kaydet", "save": "&&Kaydet", "dontSave": "Kaydet&&me", diff --git a/i18n/trk/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json b/i18n/trk/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json new file mode 100644 index 0000000000..a30ba73dff --- /dev/null +++ b/i18n/trk/src/vs/workbench/services/themes/common/colorExtensionPoint.i18n.json @@ -0,0 +1,22 @@ +{ + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], + "contributes.color": "Eklenti tarafından tanımlanan tema olarak kullanılabilir renklere ekleme yapar", + "contributes.color.id": "Tema olarak kullanılabilir rengin tanımlayıcısı", + "contributes.color.id.format": "Tanımlayıcılar aa[.bb]* biƧiminde olmalıdır", + "contributes.color.description": "Tema olarak kullanılabilir rengin aƧıklaması", + "contributes.defaults.light": "AƧık temaların varsayılan rengi. Ya hex biƧiminde bir renk değeri (#RRGGBB[AA]) ya da varsayılanı sağlayan bir tema olarak kullanılabilir rengin tanımlayıcısı olabilir.", + "contributes.defaults.dark": "Koyu temaların varsayılan rengi. Ya hex biƧiminde bir renk değeri (#RRGGBB[AA]) ya da varsayılanı sağlayan bir tema olarak kullanılabilir rengin tanımlayıcısı olabilir.", + "contributes.defaults.highContrast": "Yüksek karşıtlık temalarının varsayılan rengi. Ya hex biƧiminde bir renk değeri (#RRGGBB[AA]) ya da varsayılanı sağlayan bir tema olarak kullanılabilir rengin tanımlayıcısı olabilir.", + "invalid.colorConfiguration": "'configuration.colors' bir dizi olmalıdır", + "invalid.default.colorType": "{0}, ya hex biƧiminde bir renk değeri (#RRGGBB[AA] veya #RGB[A]) ya da varsayılanı sağlayan bir tema olarak kullanılabilir rengin tanımlayıcısı olabilir.", + "invalid.id": "'configuration.colors.id' tanımlanmalı ve boş olmamalıdır", + "invalid.id.format": "'configuration.colors.id' sƶzcük[.sƶzcük]* şeklinde olmalıdır", + "invalid.description": "'configuration.colors.description' tanımlanmalı ve boş olmamalıdır", + "invalid.defaults": "'configuration.colors.defaults' tanımlanmalı ve 'light', 'dark' ve 'highContrast' değerlerini iƧermelidir" +} \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json b/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json index cc33966877..4a6a7f7ef0 100644 --- a/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json +++ b/i18n/trk/src/vs/workbench/services/themes/common/colorThemeSchema.i18n.json @@ -1,14 +1,17 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.token.settings": "BelirteƧ renkleri ve stilleri.", "schema.token.foreground": "BelirteƧ ƶn plan rengi.", "schema.token.background.warning": "BelirteƧ arka plan renkleri şu anda desteklenmiyor.", - "schema.token.fontStyle": "Kuralın yazı tipi stili: 'italic', 'bold' ve 'underline' kombinasyonu veya bunlardan bir tanesi", - "schema.fontStyle.error": "Yazı tipi stili; 'italic', 'bold' ve 'underline' kombinasyonu olmalıdır", + "schema.token.fontStyle": "Kuralın yazı tipi stili: 'italic', 'bold' veya 'underline' ya da bunların bir kombinasyonu. Boş dize devralınan ayarları kaldırır.", + "schema.fontStyle.error": "Yazı tipi stili ya 'italic', 'bold' veya 'underline' ya da bunların bir kombinasyonu veya boş dize olmalıdır.", + "schema.token.fontStyle.none": "HiƧbiri (devralınan stili temizle)", "schema.properties.name": "Kural aƧıklaması.", "schema.properties.scope": "Bu kural karşısında eşleşecek kapsam seƧicisi.", "schema.tokenColors.path": "Bir tmTheme dosyasının yolu (geƧerli dosyaya gƶreli).", diff --git a/i18n/trk/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json b/i18n/trk/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json index cbd41cd45b..1ed6bdb35c 100644 --- a/i18n/trk/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json +++ b/i18n/trk/src/vs/workbench/services/themes/common/fileIconThemeSchema.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "schema.folderExpanded": "Genişletilmiş klasƶrler iƧin klasƶr simgesi. Genişletilmiş klasƶr simgesi isteğe bağlıdır. Ayarlanmazsa, klasƶr iƧin tanımlanan simge gƶsterilir.", "schema.folder": "Daraltılmış klasƶrler iƧin klasƶr simgesi; eğer folderExpanded ayarlanmamışsa, genişletilen klasƶrler iƧin de kullanılır.", "schema.file": "Varsayılan dosya simgesi, bir uzantı, dosya adı veya dil kimliği ile eşleşmeyen tüm dosyalar iƧin gƶsterilir.", diff --git a/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json b/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json index 60d2a29126..34de9e3b12 100644 --- a/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json +++ b/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeData.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparsejson": "JSON tema dosyasını ayrıştırma sorunları: {0}", "error.invalidformat.colors": "Renk teması dosyasını ayrıştırma sorunu: {0}. 'colors' ƶzelliği 'nesne' türünde değil.", "error.invalidformat.tokenColors": "Renk teması dosyasını ayrıştırma sorunu: {0}. 'tokenColors' ƶzelliği ya renkleri belirten bir dizi ya da bir TextMate tema dosyasının yolunu iƧermelidir", diff --git a/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json b/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json index ab403ef349..72d471e079 100644 --- a/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json +++ b/i18n/trk/src/vs/workbench/services/themes/electron-browser/colorThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.themes": "Textmate renk temalarına ekleme yapar.", "vscode.extension.contributes.themes.id": "Kullanıcı ayarlarında kullanılan simge teması Id'si.", "vscode.extension.contributes.themes.label": "Kullanıcı arayüzünde gƶrünen renk temasının etiketi.", diff --git a/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json b/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json index c7286a77b9..38e6391e52 100644 --- a/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json +++ b/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeData.i18n.json @@ -1,8 +1,10 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotparseicontheme": "Dosya simgeleri dosyasını ayrıştırma sorunları: {0}" } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json b/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json index 65e81b3fdb..50be3b7081 100644 --- a/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json +++ b/i18n/trk/src/vs/workbench/services/themes/electron-browser/fileIconThemeStore.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "vscode.extension.contributes.iconThemes": "Dosya simgesi temalarına ekleme yapar.", "vscode.extension.contributes.iconThemes.id": "Kullanıcı ayarlarında kullanılan simge teması Id'si.", "vscode.extension.contributes.iconThemes.label": "Kullanıcı arayüzünde gƶrünen simge temasının etiketi.", diff --git a/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json b/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json index 06e828ba73..6960447cf9 100644 --- a/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/themes/electron-browser/workbenchThemeService.i18n.json @@ -1,9 +1,11 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "error.cannotloadtheme": "{0} yüklenemedi: {1}", "colorTheme": "Ƈalışma ekranında kullanılan renk temasını belirtir.", "colorThemeError": "Tema bilinmiyor veya yüklenmemiş.", @@ -11,7 +13,6 @@ "noIconThemeDesc": "Dosya simgesi yok", "iconThemeError": "Dosya simgesi teması bilinmiyor veya yüklenmemiş.", "workbenchColors": "Şu an seƧili renk temasındaki renkleri geƧersiz kılar.", - "editorColors": "Şu an seƧili renk temasındaki düzenleyici renklerini ve yazı tipi stilini geƧersiz kılar.", "editorColors.comments": "Yorumların rengini ve stillerini ayarlar", "editorColors.strings": "Dizelerin rengini ve stillerini ayarlar.", "editorColors.keywords": "Anahtar sƶzcüklerin rengini ve stillerini ayarlar.", @@ -19,5 +20,6 @@ "editorColors.types": "Tür bildirimi ve başvurularının rengini ve stillerini ayarlar.", "editorColors.functions": "Fonksiyon bildirimi ve başvurularının rengini ve stillerini ayarlar.", "editorColors.variables": "Değişken bildirimi ve başvurularının rengini ve stillerini ayarlar.", - "editorColors.textMateRules": "Textmate tema kurallarını kullanarak renkleri ve stilleri ayarlar (gelişmiş)." + "editorColors.textMateRules": "Textmate tema kurallarını kullanarak renkleri ve stilleri ayarlar (gelişmiş).", + "editorColors": "Şu an seƧili renk temasındaki düzenleyici renklerini ve yazı tipi stilini geƧersiz kılar." } \ No newline at end of file diff --git a/i18n/trk/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json b/i18n/trk/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json index 38e103f1ee..569bd31c2b 100644 --- a/i18n/trk/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json +++ b/i18n/trk/src/vs/workbench/services/workspace/node/workspaceEditingService.i18n.json @@ -1,15 +1,12 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -// Do not edit this file. It is machine generated. { + "": [ + "--------------------------------------------------------------------------------------------", + "Copyright (c) Microsoft Corporation. All rights reserved.", + "Licensed under the Source EULA. See License.txt in the project root for license information.", + "--------------------------------------------------------------------------------------------", + "Do not edit this file. It is machine generated." + ], "errorInvalidTaskConfiguration": "Ƈalışma alanı yapılandırma dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek iƧin dosyayı aƧın ve tekrar deneyin.", "errorWorkspaceConfigurationFileDirty": "Kaydedilmemiş değişiklikler iƧerdiği iƧin Ƨalışma alanı yapılandırma dosyasına yazılamıyor. Lütfen dosyayı kaydedin ve tekrar deneyin.", - "openWorkspaceConfigurationFile": "Ƈalışma Alanı Yapılandırma Dosyasını AƧ", - "close": "Kapat", - "enterWorkspace.close": "Kapat", - "enterWorkspace.dontShowAgain": "Tekrar Gƶsterme", - "enterWorkspace.moreInfo": "Daha Fazla Bilgi", - "enterWorkspace.prompt": "VS Code'da birden Ƨok klasƶrle Ƨalışmak hakkında daha fazla bilgi edinin." + "openWorkspaceConfigurationFile": "Ƈalışma Alanı Yapılandırmasını AƧ" } \ No newline at end of file diff --git a/package.json b/package.json index ebd6a83d0b..32eacb27d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqlops", - "version": "0.28.0", + "version": "0.28.1", "distro": "8c3e97e3425cc9814496472ab73e076de2ba99ee", "author": { "name": "Microsoft Corporation" @@ -18,6 +18,7 @@ "gulp": "gulp --max_old_space_size=4096", "7z": "7z", "update-grammars": "node build/npm/update-all-grammars.js", + "update-localization-extension": "node build/npm/update-localization-extension.js", "smoketest": "cd test/smoke && mocha" }, "dependencies": { @@ -33,12 +34,8 @@ "@angular/upgrade": "~4.1.3", "angular2-grid": "2.0.6", "angular2-slickgrid": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.11", - "applicationinsights": "0.17.1", + "applicationinsights": "0.18.0", "chart.js": "^2.6.0", - "core-js": "^2.4.1", - "emmet": "ramya-rao-a/emmet#vscode", - "error-ex": "^1.3.0", - "escape-string-regexp": "^1.0.2", "fast-plist": "0.1.2", "fs-extra": "^3.0.1", "gc-signals": "^0.0.1", @@ -51,31 +48,28 @@ "jquery": "3.1.0", "jschardet": "1.6.0", "keytar": "^4.0.5", - "make-error": "^1.1.1", "minimist": "1.2.0", - "moment": "^2.15.1", + "native-is-elevated": "^0.2.1", "native-keymap": "1.2.5", "native-watchdog": "0.3.0", "ng2-charts": "^1.6.0", "node-pty": "0.7.4", "nsfw": "1.0.16", "pretty-data": "^0.40.0", - "pty.js": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642", "reflect-metadata": "^0.1.8", "rxjs": "5.4.0", "semver": "4.3.6", "slickgrid": "github:anthonydresser/SlickGrid#2.3.16", - "spdlog": "0.3.7", + "spdlog": "0.6.0", "svg.js": "^2.2.5", - "systemjs": "0.19.40", - "underscore": "^1.8.3", + "sudo-prompt": "^8.0.0", "v8-inspect-profiler": "^0.0.7", "vscode-chokidar": "1.6.2", - "vscode-debugprotocol": "1.25.0", - "vscode-ripgrep": "^0.6.0-patch.0.5", + "vscode-debugprotocol": "1.27.0", + "vscode-ripgrep": "0.7.1-patch.0.1", "vscode-textmate": "^3.2.0", + "vscode-xterm": "3.2.0-beta7", "winreg": "1.2.0", - "xterm": "Tyriar/xterm.js#vscode-release/1.19", "yauzl": "2.8.0", "zone.js": "^0.8.4" }, @@ -87,7 +81,9 @@ "@types/semver": "5.3.30", "@types/sinon": "1.16.34", "@types/winreg": "^1.2.30", + "asar": "^0.14.0", "azure-storage": "^0.3.1", + "chromium-pickle-js": "^0.2.0", "clean-css": "3.4.6", "coveralls": "^2.11.11", "cson-parser": "^1.3.3", @@ -136,23 +132,23 @@ "mocha-junit-reporter": "^1.13.0", "object-assign": "^4.0.1", "optimist": "0.3.5", + "p-all": "^1.0.0", "pump": "^1.0.1", "queue": "3.0.6", "remap-istanbul": "^0.6.4", "rimraf": "^2.2.8", "sinon": "^1.17.2", "source-map": "^0.4.4", - "tslint": "^5.8.0", + "tslint": "^5.9.1", "typemoq": "^0.3.2", "typescript": "2.6.1", "typescript-formatter": "4.0.1", "uglify-es": "^3.0.18", - "uglify-js": "mishoo/UglifyJS2#harmony-v2.8.22", "underscore": "^1.8.3", "vinyl": "^0.4.5", "vinyl-fs": "^2.4.3", "vsce": "1.33.2", - "vscode-nls-dev": "^2.0.1" + "vscode-nls-dev": "3.0.7" }, "repository": { "type": "git", @@ -164,7 +160,6 @@ "optionalDependencies": { "windows-foreground-love": "0.1.0", "windows-mutex": "^0.2.0", - "windows-process-tree": "0.1.6", - "fsevents": "0.3.8" + "windows-process-tree": "0.1.6" } -} +} \ No newline at end of file diff --git a/resources/darwin/bin/code.sh b/resources/darwin/bin/code.sh index d05250d014..acdbd7f39d 100755 --- a/resources/darwin/bin/code.sh +++ b/resources/darwin/bin/code.sh @@ -3,9 +3,9 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the Source EULA. See License.txt in the project root for license information. -function realpath() { /usr/bin/python -c "import os,sys; print os.path.realpath(sys.argv[1])" "$0"; } +function realpath() { /usr/bin/python -c "import os,sys; print(os.path.realpath(sys.argv[1]))" "$0"; } CONTENTS="$(dirname "$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")")" ELECTRON="$CONTENTS/MacOS/Electron" CLI="$CONTENTS/Resources/app/out/cli.js" ELECTRON_RUN_AS_NODE=1 "$ELECTRON" "$CLI" "$@" -exit $? \ No newline at end of file +exit $? diff --git a/resources/linux/bin/code.sh b/resources/linux/bin/code.sh index e66dcff1ba..ba704649ff 100755 --- a/resources/linux/bin/code.sh +++ b/resources/linux/bin/code.sh @@ -3,16 +3,16 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the Source EULA. See License.txt in the project root for license information. -# If root, ensure that --user-data-dir is specified +# If root, ensure that --user-data-dir or --file-write is specified if [ "$(id -u)" = "0" ]; then for i in $@ do - if [[ $i == --user-data-dir=* ]]; then - DATA_DIR_SET=1 + if [[ $i == --user-data-dir || $i == --user-data-dir=* || $i == --file-write ]]; then + CAN_LAUNCH_AS_ROOT=1 fi done - if [ -z $DATA_DIR_SET ]; then - echo "It is recommended to start SQL Operations Studio as a normal user. To run as root, you must specify an alternate user data directory with the --user-data-dir argument." 1>&2 + if [ -z $CAN_LAUNCH_AS_ROOT ]; then + echo "You are trying to start SQL Operations Studio as a super user which is not recommended. If you really want to, you must specify an alternate user data directory using the --user-data-dir argument." 1>&2 exit 1 fi fi diff --git a/resources/linux/rpm/code.spec.template b/resources/linux/rpm/code.spec.template index ca974e49c0..cf594670da 100644 --- a/resources/linux/rpm/code.spec.template +++ b/resources/linux/rpm/code.spec.template @@ -1,18 +1,18 @@ Name: @@NAME@@ Version: @@VERSION@@ Release: @@RELEASE@@.el7 -Summary: SQL Operations Studio +Summary: Code editing. Redefined. Group: Development/Tools Vendor: Microsoft Corporation -Packager: Microsoft Corporation +Packager: Visual Studio Code Team License: @@LICENSE@@ -URL: https://github.com/microsoft/sqlopsstudio +URL: https://code.visualstudio.com/ Icon: @@NAME@@.xpm Requires: @@DEPENDENCIES@@ AutoReq: 0 %description -SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB, and SQL DW from Linux. See https://docs.microsoft.com/en-us/sql/sql-operations-studio/what-is for documentation. +Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ. %install mkdir -p %{buildroot}/usr/share/@@NAME@@ diff --git a/resources/linux/snap/electron-launch b/resources/linux/snap/electron-launch index aa403d5e07..65c91d6fc1 100644 --- a/resources/linux/snap/electron-launch +++ b/resources/linux/snap/electron-launch @@ -1,30 +1,3 @@ #!/bin/sh -if test "$1" = "classic"; then - shift - case $SNAP_ARCH in - amd64) - TRIPLET="x86_64-linux-gnu" - ;; - armhf) - TRIPLET="arm-linux-gnueabihf" - ;; - arm64) - TRIPLET="aarch64-linux-gnu" - ;; - *) - TRIPLET="$(uname -p)-linux-gnu" - ;; - esac - - # TODO: Swap LD lib paths whenever processes are launched - export LD_LIBRARY_PATH_OLD=$LD_LIBRARY_PATH - export LD_LIBRARY_PATH=$SNAP/usr/lib:$SNAP/usr/lib/$TRIPLET:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH=$SNAP/lib:$SNAP/lib/$TRIPLET:$LD_LIBRARY_PATH -fi - -# Correct the TMPDIR path for Chromium Framework/Electron to ensure -# libappindicator has readable resources. -export TMPDIR=$XDG_RUNTIME_DIR - -exec ${SNAP}/bin/desktop-launch $@ +exec "$@" --executed-from="$(pwd)" --pid=$$ diff --git a/resources/linux/snap/snapcraft.yaml b/resources/linux/snap/snapcraft.yaml index 3b5daa2a8c..e8a5d48fdf 100644 --- a/resources/linux/snap/snapcraft.yaml +++ b/resources/linux/snap/snapcraft.yaml @@ -13,17 +13,21 @@ parts: code: plugin: dump source: . - after: - - desktop-gtk2 stage-packages: - - gconf2 - libasound2 + - libgconf2-4 - libnotify4 - libnspr4 - libnss3 + - libpcre3 - libpulse0 - libxss1 - libxtst6 + # desktop-gtk2 deps below + - libxkbcommon0 + - libgtk2.0-0 + # - unity-gtk2-module + - libappindicator1 prime: - -usr/share/dh-python electron-launch: @@ -31,12 +35,8 @@ parts: source: . organize: electron-launch: bin/electron-launch - prime: - - -monitor.sh - - -OLD_VERSION - - -*.bz2 apps: @@NAME@@: - command: bin/electron-launch classic ${SNAP}/usr/share/@@NAME@@/bin/@@NAME@@ + command: bin/electron-launch ${SNAP}/usr/share/@@NAME@@/bin/@@NAME@@ desktop: usr/share/applications/@@NAME@@.desktop \ No newline at end of file diff --git a/scripts/code.bat b/scripts/code.bat index 61989f089d..58d5ca2d6e 100644 --- a/scripts/code.bat +++ b/scripts/code.bat @@ -17,6 +17,12 @@ set CODE=".build\electron\%NAMESHORT%" node build\lib\electron.js if %errorlevel% neq 0 node .\node_modules\gulp\bin\gulp.js electron +:: Manage build-in extensions +if "%1"=="--builtin" goto builtin + +:: Sync built-in extensions +node build\lib\builtInExtensions.js + :: Build if not exist out node .\node_modules\gulp\bin\gulp.js compile @@ -34,6 +40,13 @@ set ELECTRON_ENABLE_STACK_DUMPING=1 :: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %* %CODE% . %* +goto end + +:builtin +%CODE% build/builtin + +:end + popd -endlocal +endlocal \ No newline at end of file diff --git a/scripts/code.sh b/scripts/code.sh index 6339ad06bd..f6d103ceda 100755 --- a/scripts/code.sh +++ b/scripts/code.sh @@ -24,6 +24,15 @@ function code() { # Get electron node build/lib/electron.js || ./node_modules/.bin/gulp electron + # Manage built-in extensions + if [[ "$1" == "--builtin" ]]; then + exec "$CODE" build/builtin + return + fi + + # Sync built-in extensions + node build/lib/builtInExtensions.js + # Build test -d out || ./node_modules/.bin/gulp compile diff --git a/src/bootstrap-amd.js b/src/bootstrap-amd.js index e6023153e7..1edd620fd0 100644 --- a/src/bootstrap-amd.js +++ b/src/bootstrap-amd.js @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ var path = require('path'); +var fs = require('fs'); var loader = require('./vs/loader'); function uriFromPath(_path) { @@ -16,9 +17,40 @@ function uriFromPath(_path) { return encodeURI('file://' + pathName); } +function readFile(file) { + return new Promise(function(resolve, reject) { + fs.readFile(file, 'utf8', function(err, data) { + if (err) { + reject(err); + return; + } + resolve(data); + }); + }); +} + var rawNlsConfig = process.env['VSCODE_NLS_CONFIG']; var nlsConfig = rawNlsConfig ? JSON.parse(rawNlsConfig) : { availableLanguages: {} }; +// We have a special location of the nls files. They come from a language pack +if (nlsConfig._resolvedLanguagePackCoreLocation) { + let bundles = Object.create(null); + nlsConfig.loadBundle = function(bundle, language, cb) { + let result = bundles[bundle]; + if (result) { + cb(undefined, result); + return; + } + let bundleFile = path.join(nlsConfig._resolvedLanguagePackCoreLocation, bundle.replace(/\//g, '!') + '.nls.json'); + readFile(bundleFile).then(function (content) { + let json = JSON.parse(content); + bundles[bundle] = json; + cb(undefined, json); + }) + .catch(cb); + }; +} + loader.config({ baseUrl: uriFromPath(__dirname), catchError: true, diff --git a/src/bootstrap.js b/src/bootstrap.js index abea7a16e0..f47c478d28 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -3,10 +3,29 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -// disable electron's asar support early on because bootstrap.js is used in forked processes -// where the environment is purely node based. this will instruct electron to not treat files -// with *.asar ending any special from normal files. -process.noAsar = true; +//#region Add support for using node_modules.asar +(function () { + const path = require('path'); + const Module = require('module'); + const NODE_MODULES_PATH = path.join(__dirname, '../node_modules'); + const NODE_MODULES_ASAR_PATH = NODE_MODULES_PATH + '.asar'; + + const originalResolveLookupPaths = Module._resolveLookupPaths; + Module._resolveLookupPaths = function (request, parent) { + const result = originalResolveLookupPaths(request, parent); + + const paths = result[1]; + for (let i = 0, len = paths.length; i < len; i++) { + if (paths[i] === NODE_MODULES_PATH) { + paths.splice(i, 0, NODE_MODULES_ASAR_PATH); + break; + } + } + + return result; + }; +})(); +//#endregion // Will be defined if we got forked from another node process // In that case we override console.log/warn/error to be able diff --git a/src/buildfile.js b/src/buildfile.js index c1873b7395..2410d797b1 100644 --- a/src/buildfile.js +++ b/src/buildfile.js @@ -10,6 +10,7 @@ exports.base = [{ append: [ 'vs/base/worker/workerMain' ], dest: 'vs/base/worker/workerMain.js' }]; +//@ts-ignore review exports.workbench = require('./vs/workbench/buildfile').collectModules(['vs/workbench/workbench.main']); exports.code = require('./vs/code/buildfile').collectModules(); diff --git a/src/cli.js b/src/cli.js index e63e5f137f..274c677d7e 100644 --- a/src/cli.js +++ b/src/cli.js @@ -3,4 +3,28 @@ * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ +//#region Add support for using node_modules.asar +(function () { + const path = require('path'); + const Module = require('module'); + const NODE_MODULES_PATH = path.join(__dirname, '../node_modules'); + const NODE_MODULES_ASAR_PATH = NODE_MODULES_PATH + '.asar'; + + const originalResolveLookupPaths = Module._resolveLookupPaths; + Module._resolveLookupPaths = function (request, parent) { + const result = originalResolveLookupPaths(request, parent); + + const paths = result[1]; + for (let i = 0, len = paths.length; i < len; i++) { + if (paths[i] === NODE_MODULES_PATH) { + paths.splice(i, 0, NODE_MODULES_ASAR_PATH); + break; + } + } + + return result; + }; +})(); +//#endregion + require('./bootstrap-amd').bootstrap('vs/code/node/cli'); \ No newline at end of file diff --git a/src/main.js b/src/main.js index 9b1b466286..1b6f31b3d5 100644 --- a/src/main.js +++ b/src/main.js @@ -2,44 +2,65 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ - 'use strict'; -var perf = require('./vs/base/common/performance'); +let perf = require('./vs/base/common/performance'); perf.mark('main:started'); // Perf measurements global.perfStartTime = Date.now(); -var app = require('electron').app; -var fs = require('fs'); -var path = require('path'); -var minimist = require('minimist'); -var paths = require('./paths'); +//#region Add support for using node_modules.asar +(function () { + const path = require('path'); + const Module = require('module'); + const NODE_MODULES_PATH = path.join(__dirname, '../node_modules'); + const NODE_MODULES_ASAR_PATH = NODE_MODULES_PATH + '.asar'; -var args = minimist(process.argv, { + const originalResolveLookupPaths = Module._resolveLookupPaths; + Module._resolveLookupPaths = function (request, parent) { + const result = originalResolveLookupPaths(request, parent); + + const paths = result[1]; + for (let i = 0, len = paths.length; i < len; i++) { + if (paths[i] === NODE_MODULES_PATH) { + paths.splice(i, 0, NODE_MODULES_ASAR_PATH); + break; + } + } + + return result; + }; +})(); +//#endregion + +let app = require('electron').app; +let fs = require('fs'); +let path = require('path'); +let minimist = require('minimist'); +let paths = require('./paths'); + +let args = minimist(process.argv, { string: ['user-data-dir', 'locale'] }); function stripComments(content) { - var regexp = /("(?:[^\\\"]*(?:\\.)?)*")|('(?:[^\\\']*(?:\\.)?)*')|(\/\*(?:\r?\n|.)*?\*\/)|(\/{2,}.*?(?:(?:\r?\n)|$))/g; - var result = content.replace(regexp, function (match, m1, m2, m3, m4) { + let regexp = /("(?:[^\\\"]*(?:\\.)?)*")|('(?:[^\\\']*(?:\\.)?)*')|(\/\*(?:\r?\n|.)*?\*\/)|(\/{2,}.*?(?:(?:\r?\n)|$))/g; + let result = content.replace(regexp, function (match, m1, m2, m3, m4) { // Only one of m1, m2, m3, m4 matches if (m3) { // A block comment. Replace with nothing return ''; - } - else if (m4) { + } else if (m4) { // A line comment. If it ends in \r?\n then keep it. - var length_1 = m4.length; + let length_1 = m4.length; if (length_1 > 2 && m4[length_1 - 1] === '\n') { return m4[length_1 - 2] === '\r' ? '\r\n' : '\n'; } else { return ''; } - } - else { + } else { // We match a string return match; } @@ -47,71 +68,322 @@ function stripComments(content) { return result; } -function getNLSConfiguration() { - var locale = args['locale']; +let _commit; +function getCommit() { + if (_commit) { + return _commit; + } + if (_commit === null) { + return undefined; + } + try { + let productJson = require(path.join(__dirname, '../product.json')); + if (productJson.commit) { + _commit = productJson.commit; + } else { + _commit = null; + } + } catch (exp) { + _commit = null; + } + return _commit || undefined; +} - if (!locale) { - var userData = app.getPath('userData'); - var localeConfig = path.join(userData, 'User', 'locale.json'); - if (fs.existsSync(localeConfig)) { - try { - var content = stripComments(fs.readFileSync(localeConfig, 'utf8')); - var value = JSON.parse(content).locale; - if (value && typeof value === 'string') { - locale = value; +function mkdirp(dir) { + return mkdir(dir) + .then(null, (err) => { + if (err && err.code === 'ENOENT') { + let parent = path.dirname(dir); + if (parent !== dir) { // if not arrived at root + return mkdirp(parent) + .then(() => { + return mkdir(dir); + }); + } + } + throw err; + }); +} + +function mkdir(dir) { + return new Promise((resolve, reject) => { + fs.mkdir(dir, (err) => { + if (err && err.code !== 'EEXIST') { + reject(err); + } else { + resolve(dir); + } + }); + }); +} + +function exists(file) { + return new Promise((resolve) => { + fs.exists(file, (result) => { + resolve(result); + }); + }); +} + +function readFile(file) { + return new Promise((resolve, reject) => { + fs.readFile(file, 'utf8', (err, data) => { + if (err) { + reject(err); + return; + } + resolve(data); + }); + }); +} + +function writeFile(file, content) { + return new Promise((resolve, reject) => { + fs.writeFile(file, content, 'utf8', (err) => { + if (err) { + reject(err); + return; + } + resolve(undefined); + }); + }); +} + +function touch(file) { + return new Promise((resolve, reject) => { + let d = new Date(); + fs.utimes(file, d, d, (err) => { + if (err) { + reject(err); + return; + } + resolve(undefined); + }); + }); +} + +function resolveJSFlags() { + let jsFlags = []; + if (args['js-flags']) { + jsFlags.push(args['js-flags']); + } + if (args['max-memory'] && !/max_old_space_size=(\d+)/g.exec(args['js-flags'])) { + jsFlags.push(`--max_old_space_size=${args['max-memory']}`); + } + if (jsFlags.length > 0) { + return jsFlags.join(' '); + } else { + return null; + } +} + +// Language tags are case insensitve however an amd loader is case sensitive +// To make this work on case preserving & insensitive FS we do the following: +// the language bundles have lower case language tags and we always lower case +// the locale we receive from the user or OS. + +function getUserDefinedLocale() { + let locale = args['locale']; + if (locale) { + return Promise.resolve(locale.toLowerCase()); + } + + let userData = app.getPath('userData'); + let localeConfig = path.join(userData, 'User', 'locale.json'); + return exists(localeConfig).then((result) => { + if (result) { + return readFile(localeConfig).then((content) => { + content = stripComments(content); + try { + let value = JSON.parse(content).locale; + return value && typeof value === 'string' ? value.toLowerCase() : undefined; + } catch (e) { + return undefined; + } + }); + } else { + return undefined; + } + }); +} + +function getLanguagePackConfigurations() { + let userData = app.getPath('userData'); + let configFile = path.join(userData, 'languagepacks.json'); + try { + return require(configFile); + } catch (err) { + // Do nothing. If we can't read the file we have no + // language pack config. + } + return undefined; +} + +function resolveLanguagePackLocale(config, locale) { + try { + while (locale) { + if (config[locale]) { + return locale; + } else { + let index = locale.lastIndexOf('-'); + if (index > 0) { + locale = locale.substring(0, index); + } else { + return undefined; } - } catch (e) { - // noop } } + } catch (err) { + console.error('Resolving language pack configuration failed.', err); + } + return undefined; +} + +function getNLSConfiguration(locale) { + if (locale === 'pseudo') { + return Promise.resolve({ locale: locale, availableLanguages: {}, pseudo: true }); } - var appLocale = app.getLocale(); - locale = locale || appLocale; - // Language tags are case insensitve however an amd loader is case sensitive - // To make this work on case preserving & insensitive FS we do the following: - // the language bundles have lower case language tags and we always lower case - // the locale we receive from the user or OS. - locale = locale ? locale.toLowerCase() : locale; - if (locale === 'pseudo') { - return { locale: locale, availableLanguages: {}, pseudo: true }; - } - var initialLocale = locale; if (process.env['VSCODE_DEV']) { - return { locale: locale, availableLanguages: {} }; + return Promise.resolve({ locale: locale, availableLanguages: {} }); } + let userData = app.getPath('userData'); + // We have a built version so we have extracted nls file. Try to find // the right file to use. // Check if we have an English locale. If so fall to default since that is our // English translation (we don't ship *.nls.en.json files) if (locale && (locale == 'en' || locale.startsWith('en-'))) { - return { locale: locale, availableLanguages: {} }; + return Promise.resolve({ locale: locale, availableLanguages: {} }); } + let initialLocale = locale; + function resolveLocale(locale) { while (locale) { - var candidate = path.join(__dirname, 'vs', 'code', 'electron-main', 'main.nls.') + locale + '.js'; + let candidate = path.join(__dirname, 'vs', 'code', 'electron-main', 'main.nls.') + locale + '.js'; if (fs.existsSync(candidate)) { return { locale: initialLocale, availableLanguages: { '*': locale } }; } else { - var index = locale.lastIndexOf('-'); + let index = locale.lastIndexOf('-'); if (index > 0) { locale = locale.substring(0, index); } else { - locale = null; + locale = undefined; } } } - return null; + return undefined; } - var resolvedLocale = resolveLocale(locale); - if (!resolvedLocale && appLocale && appLocale !== locale) { - resolvedLocale = resolveLocale(appLocale); + let isCoreLangaguage = true; + if (locale) { + isCoreLangaguage = ['de', 'es', 'fr', 'it', 'ja', 'ko', 'ru', 'zh-cn', 'zh-tw'].some((language) => { + return locale === language || locale.startsWith(language + '-'); + }); + } + + if (isCoreLangaguage) { + return Promise.resolve(resolveLocale(locale)); + } else { + perf.mark('nlsGeneration:start'); + let defaultResult = function() { + perf.mark('nlsGeneration:end'); + return Promise.resolve({ locale: locale, availableLanguages: {} }); + }; + try { + let commit = getCommit(); + if (!commit) { + return defaultResult(); + } + let configs = getLanguagePackConfigurations(); + if (!configs) { + return defaultResult(); + } + let initialLocale = locale; + locale = resolveLanguagePackLocale(configs, locale); + if (!locale) { + return defaultResult(); + } + let packConfig = configs[locale]; + let mainPack; + if (!packConfig || typeof packConfig.hash !== 'string' || !packConfig.translations || typeof (mainPack = packConfig.translations['vscode']) !== 'string') { + return defaultResult(); + } + return exists(mainPack).then((fileExists) => { + if (!fileExists) { + return defaultResult(); + } + let packId = packConfig.hash + '.' + locale; + let cacheRoot = path.join(userData, 'clp', packId); + let coreLocation = path.join(cacheRoot, commit); + let translationsConfigFile = path.join(cacheRoot, 'tcf.json'); + let result = { + locale: initialLocale, + availableLanguages: { '*': locale }, + _languagePackId: packId, + _translationsConfigFile: translationsConfigFile, + _cacheRoot: cacheRoot, + _resolvedLanguagePackCoreLocation: coreLocation + }; + return exists(coreLocation).then((fileExists) => { + if (fileExists) { + // We don't wait for this. No big harm if we can't touch + touch(coreLocation).catch(() => {}); + perf.mark('nlsGeneration:end'); + return result; + } + return mkdirp(coreLocation).then(() => { + return Promise.all([readFile(path.join(__dirname, 'nls.metadata.json')), readFile(mainPack)]); + }).then((values) => { + let metadata = JSON.parse(values[0]); + let packData = JSON.parse(values[1]).contents; + let bundles = Object.keys(metadata.bundles); + let writes = []; + for (let bundle of bundles) { + let modules = metadata.bundles[bundle]; + let target = Object.create(null); + for (let module of modules) { + let keys = metadata.keys[module]; + let defaultMessages = metadata.messages[module]; + let translations = packData[module]; + let targetStrings; + if (translations) { + targetStrings = []; + for (let i = 0; i < keys.length; i++) { + let elem = keys[i]; + let key = typeof elem === 'string' ? elem : elem.key; + let translatedMessage = translations[key]; + if (translatedMessage === undefined) { + translatedMessage = defaultMessages[i]; + } + targetStrings.push(translatedMessage); + } + } else { + targetStrings = defaultMessages; + } + target[module] = targetStrings; + } + writes.push(writeFile(path.join(coreLocation, bundle.replace(/\//g,'!') + '.nls.json'), JSON.stringify(target))); + } + writes.push(writeFile(translationsConfigFile, JSON.stringify(packConfig.translations))); + return Promise.all(writes); + }).then(() => { + perf.mark('nlsGeneration:end'); + return result; + }).catch((err) => { + console.error('Generating translation files failed.', err); + return defaultResult(); + }); + }); + }); + } catch (err) { + console.error('Generating translation files failed.', err); + return defaultResult(); + } } - return resolvedLocale ? resolvedLocale : { locale: initialLocale, availableLanguages: {} }; } function getNodeCachedDataDir() { @@ -126,52 +398,24 @@ function getNodeCachedDataDir() { } // find commit id - var productJson = require(path.join(__dirname, '../product.json')); - if (!productJson.commit) { + let commit = getCommit(); + if (!commit) { return Promise.resolve(undefined); } - var dir = path.join(app.getPath('userData'), 'CachedData', productJson.commit); + let dir = path.join(app.getPath('userData'), 'CachedData', commit); return mkdirp(dir).then(undefined, function () { /*ignore*/ }); } -function mkdirp(dir) { - return mkdir(dir) - .then(null, function (err) { - if (err && err.code === 'ENOENT') { - var parent = path.dirname(dir); - if (parent !== dir) { // if not arrived at root - return mkdirp(parent) - .then(function () { - return mkdir(dir); - }); - } - } - throw err; - }); -} - -function mkdir(dir) { - return new Promise(function (resolve, reject) { - fs.mkdir(dir, function (err) { - if (err && err.code !== 'EEXIST') { - reject(err); - } else { - resolve(dir); - } - }); - }); -} - // Set userData path before app 'ready' event and call to process.chdir -var userData = path.resolve(args['user-data-dir'] || paths.getDefaultUserDataPath(process.platform)); +let userData = path.resolve(args['user-data-dir'] || paths.getDefaultUserDataPath(process.platform)); app.setPath('userData', userData); // Update cwd based on environment and platform try { if (process.platform === 'win32') { - process.env['VSCODE_CWD'] = process.cwd(); // remember as environment variable + process.env['VSCODE_CWD'] = process.cwd(); // remember as environment letiable process.chdir(path.dirname(app.getPath('exe'))); // always set application folder as cwd } else if (process.env['VSCODE_CWD']) { process.chdir(process.env['VSCODE_CWD']); @@ -187,8 +431,8 @@ app.on('open-file', function (event, path) { global.macOpenFiles.push(path); }); -var openUrls = []; -var onOpenUrl = function (event, url) { +let openUrls = []; +let onOpenUrl = function (event, url) { event.preventDefault(); openUrls.push(url); }; @@ -205,25 +449,71 @@ global.getOpenUrls = function () { // use '/CachedData'-directory to store // node/v8 cached data. -var nodeCachedDataDir = getNodeCachedDataDir().then(function (value) { +let nodeCachedDataDir = getNodeCachedDataDir().then(function (value) { if (value) { // store the data directory process.env['VSCODE_NODE_CACHED_DATA_DIR_' + process.pid] = value; // tell v8 to not be lazy when parsing JavaScript. Generally this makes startup slower // but because we generate cached data it makes subsequent startups much faster - app.commandLine.appendSwitch('--js-flags', '--nolazy'); + let existingJSFlags = resolveJSFlags(); + app.commandLine.appendSwitch('--js-flags', existingJSFlags ? existingJSFlags + ' --nolazy' : '--nolazy'); + } + return value; +}); + +let nlsConfiguration = undefined; +let userDefinedLocale = getUserDefinedLocale(); +userDefinedLocale.then((locale) => { + if (locale && !nlsConfiguration) { + nlsConfiguration = getNLSConfiguration(locale); } }); +let jsFlags = resolveJSFlags(); +if (jsFlags) { + app.commandLine.appendSwitch('--js-flags', jsFlags); +} + // Load our code once ready app.once('ready', function () { perf.mark('main:appReady'); - global.perfAppReady = Date.now(); - var nlsConfig = getNLSConfiguration(); - process.env['VSCODE_NLS_CONFIG'] = JSON.stringify(nlsConfig); - - nodeCachedDataDir.then(function () { - require('./bootstrap-amd').bootstrap('vs/code/electron-main/main'); + Promise.all([nodeCachedDataDir, userDefinedLocale]).then((values) => { + let locale = values[1]; + if (locale && !nlsConfiguration) { + nlsConfiguration = getNLSConfiguration(locale); + } + if (!nlsConfiguration) { + nlsConfiguration = Promise.resolve(undefined); + } + // We first need to test a user defined locale. If it fails we try the app locale. + // If that fails we fall back to English. + nlsConfiguration.then((nlsConfig) => { + let boot = (nlsConfig) => { + process.env['VSCODE_NLS_CONFIG'] = JSON.stringify(nlsConfig); + require('./bootstrap-amd').bootstrap('vs/code/electron-main/main'); + }; + // We recevied a valid nlsConfig from a user defined locale + if (nlsConfig) { + boot(nlsConfig); + } else { + // Try to use the app locale. Please note that the app locale is only + // valid after we have received the app ready event. This is why the + // code is here. + let appLocale = app.getLocale(); + if (!appLocale) { + boot({ locale: 'en', availableLanguages: {} }); + } else { + // See above the comment about the loader and case sensitiviness + appLocale = appLocale.toLowerCase(); + getNLSConfiguration(appLocale).then((nlsConfig) => { + if (!nlsConfig) { + nlsConfig = { locale: appLocale, availableLanguages: {} }; + } + boot(nlsConfig); + }); + } + } + }); }, console.error); }); diff --git a/src/sql/base/browser/ui/dropdownList/dropdownList.ts b/src/sql/base/browser/ui/dropdownList/dropdownList.ts index 6f6ade94db..c547e79bf2 100644 --- a/src/sql/base/browser/ui/dropdownList/dropdownList.ts +++ b/src/sql/base/browser/ui/dropdownList/dropdownList.ts @@ -43,11 +43,11 @@ export class DropdownList extends Dropdown { if (_action) { let button = new Button(_contentContainer); button.label = _action.label; - this.toDispose.push(DOM.addDisposableListener(button.getElement(), DOM.EventType.CLICK, () => { + this.toDispose.push(DOM.addDisposableListener(button.element, DOM.EventType.CLICK, () => { this._action.run(); this.hide(); })); - this.toDispose.push(DOM.addDisposableListener(button.getElement(), DOM.EventType.KEY_DOWN, (e: KeyboardEvent) => { + this.toDispose.push(DOM.addDisposableListener(button.element, DOM.EventType.KEY_DOWN, (e: KeyboardEvent) => { let event = new StandardKeyboardEvent(e); if (event.equals(KeyCode.Enter)) { e.stopPropagation(); diff --git a/src/sql/base/browser/ui/listBox/listBox.ts b/src/sql/base/browser/ui/listBox/listBox.ts index 601924564f..7ff4c25a86 100644 --- a/src/sql/base/browser/ui/listBox/listBox.ts +++ b/src/sql/base/browser/ui/listBox/listBox.ts @@ -13,6 +13,7 @@ import { IKeyboardEvent } from 'vs/base/browser/keyboardEvent'; import { IContextViewProvider, AnchorAlignment } from 'vs/base/browser/ui/contextview/contextview'; import { RenderOptions, renderFormattedText, renderText } from 'vs/base/browser/htmlContentRenderer'; import { IClipboardService } from 'vs/platform/clipboard/common/clipboardService'; +import { IContextViewService } from 'vs/platform/contextview/browser/contextView'; const $ = dom.$; @@ -50,8 +51,13 @@ export class ListBox extends SelectBox { private contextViewProvider: IContextViewProvider; private isValid: boolean; - constructor(options: string[], selectedOption: string, contextViewProvider: IContextViewProvider, private _clipboardService: IClipboardService) { - super(options, 0); + constructor( + options: string[], + selectedOption: string, + contextViewProvider: IContextViewProvider, + private _clipboardService: IClipboardService) { + + super(options, 0, contextViewProvider); this.contextViewProvider = contextViewProvider; this.isValid = true; this.selectElement.multiple = true; diff --git a/src/sql/base/browser/ui/modal/dialogHelper.ts b/src/sql/base/browser/ui/modal/dialogHelper.ts index 4964c64825..fa4b5bf4fc 100644 --- a/src/sql/base/browser/ui/modal/dialogHelper.ts +++ b/src/sql/base/browser/ui/modal/dialogHelper.ts @@ -44,7 +44,7 @@ export function appendRowLink(container: Builder, label: string, labelClass: str }); }); - return new Builder(rowButton.getElement()); + return new Builder(rowButton.element); } export function appendInputSelectBox(container: Builder, selectBox: SelectBox): SelectBox { diff --git a/src/sql/base/browser/ui/modal/optionsDialogHelper.ts b/src/sql/base/browser/ui/modal/optionsDialogHelper.ts index 63bb705fb6..b9c28d348c 100644 --- a/src/sql/base/browser/ui/modal/optionsDialogHelper.ts +++ b/src/sql/base/browser/ui/modal/optionsDialogHelper.ts @@ -48,7 +48,7 @@ export function createOptionElement(option: sqlops.ServiceOption, rowContainer: optionWidget.value = optionValue; inputElement = this.findElement(rowContainer, 'input'); } else if (option.valueType === ServiceOptionType.category || option.valueType === ServiceOptionType.boolean) { - optionWidget = new SelectBox(possibleInputs, optionValue.toString()); + optionWidget = new SelectBox(possibleInputs, optionValue.toString(), contextViewService); DialogHelper.appendInputSelectBox(rowContainer, optionWidget); inputElement = this.findElement(rowContainer, 'select-box'); } else if (option.valueType === ServiceOptionType.string || option.valueType === ServiceOptionType.password) { diff --git a/src/sql/base/browser/ui/modal/webViewDialog.ts b/src/sql/base/browser/ui/modal/webViewDialog.ts index b221dfa1ec..d3d474057b 100644 --- a/src/sql/base/browser/ui/modal/webViewDialog.ts +++ b/src/sql/base/browser/ui/modal/webViewDialog.ts @@ -18,7 +18,7 @@ import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { IContextKeyService } from 'vs/platform/contextkey/common/contextkey'; import { IClipboardService } from 'vs/platform/clipboard/common/clipboardService'; import { localize } from 'vs/nls'; -import WebView from 'vs/workbench/parts/html/browser/webview'; +import { Webview } from 'vs/workbench/parts/html/browser/webview'; import { IContextViewService } from 'vs/platform/contextview/browser/contextView'; import { IEnvironmentService } from 'vs/platform/environment/common/environment'; import { IDisposable, toDisposable } from 'vs/base/common/lifecycle'; @@ -29,7 +29,7 @@ export class WebViewDialog extends Modal { private _okButton: Button; private _okLabel: string; private _closeLabel: string; - private _webview: WebView; + private _webview: Webview; private _html: string; private _headerTitle: string; @@ -89,14 +89,17 @@ export class WebViewDialog extends Modal { protected renderBody(container: HTMLElement) { new Builder(container).div({ 'class': 'webview-dialog' }, (bodyBuilder) => { this._body = bodyBuilder.getHTMLElement(); - this._webview = new WebView(this._body, this._webViewPartService.getContainer(Parts.EDITOR_PART), + this._webview = new Webview( + this._body, + this._webViewPartService.getContainer(Parts.EDITOR_PART), + this._themeService, + this._environmentService, this._contextViewService, undefined, undefined, { allowScripts: true, - enableWrappedPostMessage: true, - hideFind: true + enableWrappedPostMessage: true } ); @@ -130,7 +133,7 @@ export class WebViewDialog extends Modal { } private updateDialogBody(): void { - this._webview.contents = [this.html]; + this._webview.contents = this.html; } /* espace key */ diff --git a/src/sql/base/browser/ui/selectBox/selectBox.ts b/src/sql/base/browser/ui/selectBox/selectBox.ts index 620e052f0e..39a2f20bcb 100644 --- a/src/sql/base/browser/ui/selectBox/selectBox.ts +++ b/src/sql/base/browser/ui/selectBox/selectBox.ts @@ -16,8 +16,8 @@ import nls = require('vs/nls'); const $ = dom.$; export interface ISelectBoxStyles extends vsISelectBoxStyles { - disabledSelectBackground?: Color, - disabledSelectForeground?: Color, + disabledSelectBackground?: Color; + disabledSelectForeground?: Color; inputValidationInfoBorder?: Color; inputValidationInfoBackground?: Color; inputValidationWarningBorder?: Color; @@ -46,8 +46,8 @@ export class SelectBox extends vsSelectBox { private inputValidationErrorBackground: Color; private element: HTMLElement; - constructor(options: string[], selectedOption: string, container?: HTMLElement, contextViewProvider?: IContextViewProvider) { - super(options, 0); + constructor(options: string[], selectedOption: string, contextViewProvider: IContextViewProvider, container?: HTMLElement) { + super(options, 0, contextViewProvider); this._optionsDictionary = new Array(); for (var i = 0; i < options.length; i++) { this._optionsDictionary[options[i]] = i; @@ -115,7 +115,8 @@ export class SelectBox extends vsSelectBox { } public enable(): void { - this.selectElement.disabled = false; + //@SQLTODO + //this.selectElement.disabled = false; this.selectBackground = this.enabledSelectBackground; this.selectForeground = this.enabledSelectForeground; this.selectBorder = this.enabledSelectBorder; @@ -123,7 +124,8 @@ export class SelectBox extends vsSelectBox { } public disable(): void { - this.selectElement.disabled = true; + //@SQLTODO + //this.selectElement.disabled = true; this.selectBackground = this.disabledSelectBackground; this.selectForeground = this.disabledSelectForeground; this.selectBorder = this.disabledSelectBorder; diff --git a/src/sql/common/pathUtilities.ts b/src/sql/common/pathUtilities.ts index 068b3b37b8..689b60b871 100644 --- a/src/sql/common/pathUtilities.ts +++ b/src/sql/common/pathUtilities.ts @@ -7,8 +7,8 @@ import * as path from 'path'; import * as os from 'os'; import URI from 'vs/base/common/uri'; -import { UNTITLED_SCHEMA } from 'vs/workbench/services/untitled/common/untitledEditorService'; import { IWorkspaceContextService, WorkbenchState } from 'vs/platform/workspace/common/workspace'; +import { Schemas } from 'vs/base/common/network'; export const FILE_SCHEMA: string = 'file'; @@ -19,7 +19,7 @@ export function resolveCurrentDirectory(uri: string, rootPath: string): string { // use current directory of the sql file if sql file is saved if (sqlUri.scheme === FILE_SCHEMA) { currentDirectory = path.dirname(sqlUri.fsPath); - } else if (sqlUri.scheme === UNTITLED_SCHEMA) { + } else if (sqlUri.scheme === Schemas.untitled) { // if sql file is unsaved/untitled but a workspace is open use workspace root let root = rootPath; if (root) { diff --git a/src/sql/parts/accountManagement/common/accountActions.ts b/src/sql/parts/accountManagement/common/accountActions.ts index 7311601c1e..ed46ffcc6b 100644 --- a/src/sql/parts/accountManagement/common/accountActions.ts +++ b/src/sql/parts/accountManagement/common/accountActions.ts @@ -10,11 +10,13 @@ import Event, { Emitter } from 'vs/base/common/event'; import { localize } from 'vs/nls'; import { TPromise } from 'vs/base/common/winjs.base'; import { Action } from 'vs/base/common/actions'; -import { IMessageService, IConfirmation, Severity } from 'vs/platform/message/common/message'; import { error } from 'sql/base/common/log'; import { IAccountManagementService } from 'sql/services/accountManagement/interfaces'; import { IErrorMessageService } from 'sql/parts/connection/common/connectionManagement'; +import { IConfirmationService, IConfirmation } from 'vs/platform/dialogs/common/dialogs'; +import { INotificationService } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; /** * Actions to add a new account @@ -79,7 +81,8 @@ export class RemoveAccountAction extends Action { constructor( private _account: sqlops.Account, - @IMessageService private _messageService: IMessageService, + @IConfirmationService private _confirmationService: IConfirmationService, + @INotificationService private _notificationService: INotificationService, @IErrorMessageService private _errorMessageService: IErrorMessageService, @IAccountManagementService private _accountManagementService: IAccountManagementService ) { @@ -97,23 +100,26 @@ export class RemoveAccountAction extends Action { type: 'question' }; - let confirmPromise: boolean = this._messageService.confirm(confirm); - if (!confirmPromise) { - return TPromise.as(false); - } else { - return new TPromise((resolve, reject) => { - self._accountManagementService.removeAccount(self._account.key) - .then( - (result) => { resolve(result); }, - (err) => { - // Must handle here as this is an independent action - self._errorMessageService.showDialog(Severity.Error, - localize('removeAccountFailed', 'Failed to remove account'), err); - resolve(false); - } - ); - }); - } + return this._confirmationService.confirm(confirm).then(result => { + if (!result) { + return TPromise.as(false); + } else { + return new TPromise((resolve, reject) => { + self._accountManagementService.removeAccount(self._account.key) + .then( + (result) => { resolve(result); }, + (err) => { + // Must handle here as this is an independent action + self._notificationService.notify({ + severity: Severity.Error, + message: localize('removeAccountFailed', 'Failed to remove account') + }); + resolve(false); + } + ); + }); + } + }); } } diff --git a/src/sql/parts/accountManagement/common/accountManagement.contribution.ts b/src/sql/parts/accountManagement/common/accountManagement.contribution.ts index 8225740747..9727bc143f 100644 --- a/src/sql/parts/accountManagement/common/accountManagement.contribution.ts +++ b/src/sql/parts/accountManagement/common/accountManagement.contribution.ts @@ -8,7 +8,7 @@ import { Registry } from 'vs/platform/registry/common/platform'; import { IWorkbenchActionRegistry, Extensions } from 'vs/workbench/common/actions'; import { SyncActionDescriptor } from 'vs/platform/actions/common/actions'; -import { IExtensionPointUser, ExtensionsRegistry } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser, ExtensionsRegistry } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { IJSONSchema } from 'vs/base/common/jsonSchema'; import { localize } from 'vs/nls'; import { join } from 'path'; diff --git a/src/sql/parts/connection/common/connectionActions.ts b/src/sql/parts/connection/common/connectionActions.ts index f28a258c2c..3adde95480 100644 --- a/src/sql/parts/connection/common/connectionActions.ts +++ b/src/sql/parts/connection/common/connectionActions.ts @@ -7,10 +7,11 @@ import nls = require('vs/nls'); import { Action } from 'vs/base/common/actions'; import { TPromise } from 'vs/base/common/winjs.base'; import Event, { Emitter } from 'vs/base/common/event'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import { IQuickOpenService } from 'vs/platform/quickOpen/common/quickOpen'; import { IConnectionProfile } from 'sql/parts/connection/common/interfaces'; import { IConnectionManagementService } from 'sql/parts/connection/common/connectionManagement'; +import { INotificationService, INotificationActions } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; /** * Workbench action to clear the recent connnections list @@ -24,7 +25,7 @@ export class ClearRecentConnectionsAction extends Action { id: string, label: string, @IConnectionManagementService private _connectionManagementService: IConnectionManagementService, - @IMessageService private _messageService: IMessageService, + @INotificationService private _notificationService: INotificationService, @IQuickOpenService private _quickOpenService: IQuickOpenService ) { super(id, label); @@ -36,7 +37,13 @@ export class ClearRecentConnectionsAction extends Action { return self.promptToClearRecentConnectionsList().then(result => { if (result) { self._connectionManagementService.clearRecentConnectionsList(); - self._messageService.show(Severity.Info, nls.localize('ClearedRecentConnections', 'Recent connections list cleared')); + + const actions: INotificationActions = { primary: [ ] }; + self._notificationService.notify({ + severity: Severity.Info, + message: nls.localize('ClearedRecentConnections', 'Recent connections list cleared'), + actions + }); } }); } diff --git a/src/sql/parts/connection/connectionDialog/connectionDialogService.ts b/src/sql/parts/connection/connectionDialog/connectionDialogService.ts index 9b054ab9b6..7780ae395c 100644 --- a/src/sql/parts/connection/connectionDialog/connectionDialogService.ts +++ b/src/sql/parts/connection/connectionDialog/connectionDialogService.ts @@ -203,7 +203,9 @@ export class ConnectionDialogService implements IConnectionDialogService { } private handleShowUiComponent(input: OnShowUIResponse) { - this._currentProviderType = input.selectedProviderType; + if (input.selectedProviderType) { + this._currentProviderType = input.selectedProviderType; + } this._model.providerName = this.getCurrentProviderName(); this._model = new ConnectionProfile(this._capabilitiesService, this._model); diff --git a/src/sql/parts/connection/connectionDialog/connectionDialogWidget.ts b/src/sql/parts/connection/connectionDialog/connectionDialogWidget.ts index 7e5ab07aff..fac3df4011 100644 --- a/src/sql/parts/connection/connectionDialog/connectionDialogWidget.ts +++ b/src/sql/parts/connection/connectionDialog/connectionDialogWidget.ts @@ -30,12 +30,13 @@ import { StandardKeyboardEvent } from 'vs/base/browser/keyboardEvent'; import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { localize } from 'vs/nls'; import { ITree } from 'vs/base/parts/tree/browser/tree'; -import { IContextMenuService } from 'vs/platform/contextview/browser/contextView'; +import { IContextMenuService, IContextViewService } from 'vs/platform/contextview/browser/contextView'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; -import { IMessageService, IConfirmation } from 'vs/platform/message/common/message'; +import { IConfirmationService, IChoiceService, IConfirmation, IConfirmationResult, Choice } from 'vs/platform/dialogs/common/dialogs'; import * as styler from 'vs/platform/theme/common/styler'; import { TPromise } from 'vs/base/common/winjs.base'; import * as DOM from 'vs/base/browser/dom'; +import { DialogService } from 'vs/workbench/services/dialogs/electron-browser/dialogs'; export interface OnShowUIResponse { selectedProviderType: string; @@ -89,7 +90,8 @@ export class ConnectionDialogWidget extends Modal { @ITelemetryService telemetryService: ITelemetryService, @IContextKeyService contextKeyService: IContextKeyService, @IContextMenuService private _contextMenuService: IContextMenuService, - @IMessageService private _messageService: IMessageService + @IConfirmationService private _confirmationService: IConfirmationService, + @IContextViewService private _contextViewService: IContextViewService ) { super(localize('connection', 'Connection'), TelemetryKeys.Connection, _partService, telemetryService, contextKeyService, { hasSpinner: true, hasErrors: true }); } @@ -99,7 +101,7 @@ export class ConnectionDialogWidget extends Modal { container.appendChild(connectionContainer.getHTMLElement()); this._bodyBuilder = new Builder(connectionContainer.getHTMLElement()); - this._providerTypeSelectBox = new SelectBox(this.providerTypeOptions, this.selectedProviderType); + this._providerTypeSelectBox = new SelectBox(this.providerTypeOptions, this.selectedProviderType, this._contextViewService); // Recent connection tab let recentConnectionTab = $('.connection-recent-tab'); @@ -264,35 +266,15 @@ export class ConnectionDialogWidget extends Modal { type: 'question' }; - // @SQLTODO return new TPromise((resolve, reject) => { - let confirmed: boolean = this._messageService.confirm(confirm); - if (confirmed) { - this._connectionManagementService.clearRecentConnectionsList(); - this.open(false); - } - resolve(confirmed); + this._confirmationService.confirm(confirm).then((confirmed) => { + if (confirmed) { + this._connectionManagementService.clearRecentConnectionsList(); + this.open(false); + } + resolve(confirmed); + }); }); - - //this._messageService.confirm(confirm).then(confirmation => { - // if (!confirmation.confirmed) { - // return TPromise.as(false); - // } else { - // this._connectionManagementService.clearRecentConnectionsList(); - // this.open(false); - // return TPromise.as(true); - // } - // }); - - // return this._messageService.confirm(confirm).then(confirmation => { - // if (!confirmation.confirmed) { - // return TPromise.as(false); - // } else { - // this._connectionManagementService.clearRecentConnectionsList(); - // this.open(false); - // return TPromise.as(true); - // } - // }); } private createRecentConnectionList(): void { diff --git a/src/sql/parts/connection/connectionDialog/connectionWidget.ts b/src/sql/parts/connection/connectionDialog/connectionWidget.ts index e643ac581f..8d6e8f7566 100644 --- a/src/sql/parts/connection/connectionDialog/connectionWidget.ts +++ b/src/sql/parts/connection/connectionDialog/connectionWidget.ts @@ -97,14 +97,14 @@ export class ConnectionWidget { } else { authTypeOption.defaultValue = this.getAuthTypeDisplayName(Constants.sqlLogin); } - this._authTypeSelectBox = new SelectBox(authTypeOption.categoryValues.map(c => c.displayName), authTypeOption.defaultValue); + this._authTypeSelectBox = new SelectBox(authTypeOption.categoryValues.map(c => c.displayName), authTypeOption.defaultValue, this._contextViewService); } this._providerName = providerName; } public createConnectionWidget(container: HTMLElement): void { this._serverGroupOptions = [this.DefaultServerGroup]; - this._serverGroupSelectBox = new SelectBox(this._serverGroupOptions.map(g => g.name), this.DefaultServerGroup.name); + this._serverGroupSelectBox = new SelectBox(this._serverGroupOptions.map(g => g.name), this.DefaultServerGroup.name, this._contextViewService); this._previousGroupOption = this._serverGroupSelectBox.value; this._builder = $().div({ class: 'connection-table' }, (modelTableContent) => { modelTableContent.element('table', { class: 'connection-table-content' }, (tableContainer) => { diff --git a/src/sql/parts/connection/connectionDialog/recentConnectionTreeController.ts b/src/sql/parts/connection/connectionDialog/recentConnectionTreeController.ts index 07b91384ea..9fcbc0efd9 100644 --- a/src/sql/parts/connection/connectionDialog/recentConnectionTreeController.ts +++ b/src/sql/parts/connection/connectionDialog/recentConnectionTreeController.ts @@ -16,7 +16,6 @@ import { IConnectionManagementService } from 'sql/parts/connection/common/connec import { ConnectionProfile } from 'sql/parts/connection/common/connectionProfile'; import { IAction } from 'vs/base/common/actions'; import Event, { Emitter } from 'vs/base/common/event'; -import { IMessageService } from 'vs/platform/message/common/message'; import mouse = require('vs/base/browser/mouseEvent'); import { IConnectionProfile } from 'sql/parts/connection/common/interfaces'; @@ -27,7 +26,6 @@ export class RecentConnectionActionsProvider extends ContributableActionProvider constructor( @IInstantiationService private _instantiationService: IInstantiationService, @IConnectionManagementService private _connectionManagementService: IConnectionManagementService, - @IMessageService private _messageService: IMessageService, ) { super(); } diff --git a/src/sql/parts/dashboard/common/dashboardHelper.ts b/src/sql/parts/dashboard/common/dashboardHelper.ts index 8eafd76f1f..0e071a413d 100644 --- a/src/sql/parts/dashboard/common/dashboardHelper.ts +++ b/src/sql/parts/dashboard/common/dashboardHelper.ts @@ -5,10 +5,8 @@ import * as types from 'vs/base/common/types'; import { generateUuid } from 'vs/base/common/uuid'; import { Registry } from 'vs/platform/registry/common/platform'; -import { Severity } from 'vs/platform/message/common/message'; import { error } from 'sql/base/common/log'; import * as nls from 'vs/nls'; - import { WidgetConfig } from 'sql/parts/dashboard/common/dashboardWidget'; import { Extensions, IInsightRegistry } from 'sql/platform/dashboard/common/insightRegistry'; import { ConnectionManagementInfo } from 'sql/parts/connection/common/connectionManagementInfo'; diff --git a/src/sql/parts/dashboard/common/dashboardPage.component.ts b/src/sql/parts/dashboard/common/dashboardPage.component.ts index 67087cb921..dd37e13bd5 100644 --- a/src/sql/parts/dashboard/common/dashboardPage.component.ts +++ b/src/sql/parts/dashboard/common/dashboardPage.component.ts @@ -27,7 +27,6 @@ import { AngularDisposable } from 'sql/base/common/lifecycle'; import { Registry } from 'vs/platform/registry/common/platform'; import * as types from 'vs/base/common/types'; -import { Severity } from 'vs/platform/message/common/message'; import { Disposable, IDisposable } from 'vs/base/common/lifecycle'; import * as nls from 'vs/nls'; import { ScrollbarVisibility } from 'vs/base/common/scrollable'; @@ -39,6 +38,7 @@ import * as objects from 'vs/base/common/objects'; import Event, { Emitter } from 'vs/base/common/event'; import { Action } from 'vs/base/common/actions'; import { ConfigurationTarget } from 'vs/platform/configuration/common/configuration'; +import Severity from 'vs/base/common/severity'; const dashboardRegistry = Registry.as(DashboardExtensions.DashboardContributions); @@ -97,7 +97,10 @@ export abstract class DashboardPage extends AngularDisposable { protected init() { this.dashboardService.dashboardContextKey.set(this.context); if (!this.dashboardService.connectionManagementService.connectionInfo) { - this.dashboardService.messageService.show(Severity.Warning, nls.localize('missingConnectionInfo', 'No connection information could be found for this dashboard')); + this.dashboardService.notificationService.notify({ + severity: Severity.Error, + message: nls.localize('missingConnectionInfo', 'No connection information could be found for this dashboard') + }); } else { let tempWidgets = this.dashboardService.getSettings>([this.context, 'widgets'].join('.')); this._widgetConfigLocation = 'default'; diff --git a/src/sql/parts/dashboard/common/dashboardTab.contribution.ts b/src/sql/parts/dashboard/common/dashboardTab.contribution.ts index cb7c8cda79..e353612411 100644 --- a/src/sql/parts/dashboard/common/dashboardTab.contribution.ts +++ b/src/sql/parts/dashboard/common/dashboardTab.contribution.ts @@ -2,7 +2,7 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import { IExtensionPointUser, ExtensionsRegistry } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser, ExtensionsRegistry } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { IJSONSchema } from 'vs/base/common/jsonSchema'; import { localize } from 'vs/nls'; import * as types from 'vs/base/common/types'; diff --git a/src/sql/parts/dashboard/containers/dashboardContainer.contribution.ts b/src/sql/parts/dashboard/containers/dashboardContainer.contribution.ts index 922d13fb9c..db88e9a4f6 100644 --- a/src/sql/parts/dashboard/containers/dashboardContainer.contribution.ts +++ b/src/sql/parts/dashboard/containers/dashboardContainer.contribution.ts @@ -2,7 +2,7 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import { IExtensionPointUser, ExtensionsRegistry } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser, ExtensionsRegistry } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { IJSONSchema } from 'vs/base/common/jsonSchema'; import { localize } from 'vs/nls'; import { join } from 'path'; diff --git a/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.ts b/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.ts index 77ddf17d42..89600c3211 100644 --- a/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.ts +++ b/src/sql/parts/dashboard/containers/dashboardGridContainer.contribution.ts @@ -2,7 +2,7 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import { IExtensionPointUser } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { IJSONSchema } from 'vs/base/common/jsonSchema'; import * as nls from 'vs/nls'; diff --git a/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.ts b/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.ts index 0fb9de3552..4ccdb2d3bd 100644 --- a/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.ts +++ b/src/sql/parts/dashboard/containers/dashboardNavSection.contribution.ts @@ -2,7 +2,7 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import { IExtensionPointUser } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { IJSONSchema } from 'vs/base/common/jsonSchema'; import * as nls from 'vs/nls'; import { join } from 'path'; diff --git a/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.ts b/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.ts index eae28c778d..0b0c6a33dd 100644 --- a/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.ts +++ b/src/sql/parts/dashboard/containers/dashboardWidgetContainer.contribution.ts @@ -2,7 +2,7 @@ * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import { IExtensionPointUser } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { IJSONSchema } from 'vs/base/common/jsonSchema'; import * as nls from 'vs/nls'; diff --git a/src/sql/parts/dashboard/contents/webviewContent.component.ts b/src/sql/parts/dashboard/contents/webviewContent.component.ts index 4ed960d733..26d1ef2ac9 100644 --- a/src/sql/parts/dashboard/contents/webviewContent.component.ts +++ b/src/sql/parts/dashboard/contents/webviewContent.component.ts @@ -7,7 +7,7 @@ import 'vs/css!./webviewContent'; import { Component, forwardRef, Input, OnInit, Inject, ChangeDetectorRef, ElementRef } from '@angular/core'; import Event, { Emitter } from 'vs/base/common/event'; -import Webview from 'vs/workbench/parts/html/browser/webview'; +import { Webview } from 'vs/workbench/parts/html/browser/webview'; import { Parts } from 'vs/workbench/services/part/common/partService'; import { IDisposable, Disposable } from 'vs/base/common/lifecycle'; import { addDisposableListener, EventType } from 'vs/base/browser/dom'; @@ -80,7 +80,7 @@ export class WebviewContent extends AngularDisposable implements OnInit, IDashbo public setHtml(html: string): void { this._html = html; if (this._webview) { - this._webview.contents = [html]; + this._webview.contents = html; this._webview.layout(); } } @@ -102,21 +102,24 @@ export class WebviewContent extends AngularDisposable implements OnInit, IDashbo this._webview = new Webview(this._el.nativeElement, this._dashboardService.partService.getContainer(Parts.EDITOR_PART), + this._dashboardService.themeService, + this._dashboardService.environmentService, this._dashboardService.contextViewService, undefined, undefined, { allowScripts: true, - enableWrappedPostMessage: true, - hideFind: true + enableWrappedPostMessage: true } ); + + this._onMessageDisposable = this._webview.onMessage(e => { this._onMessage.fire(e); }); this._webview.style(this._dashboardService.themeService.getTheme()); if (this._html) { - this._webview.contents = [this._html]; + this._webview.contents = this._html; } this._webview.layout(); } diff --git a/src/sql/parts/dashboard/services/dashboardServiceInterface.service.ts b/src/sql/parts/dashboard/services/dashboardServiceInterface.service.ts index 32babd7add..79ec9e4a19 100644 --- a/src/sql/parts/dashboard/services/dashboardServiceInterface.service.ts +++ b/src/sql/parts/dashboard/services/dashboardServiceInterface.service.ts @@ -36,7 +36,6 @@ import { IInstantiationService } from 'vs/platform/instantiation/common/instanti import { IDisposable } from 'vs/base/common/lifecycle'; import { IConfigurationService, ConfigurationTarget } from 'vs/platform/configuration/common/configuration'; import { ConfigurationEditingService, IConfigurationValue } from 'vs/workbench/services/configuration/node/configurationEditingService'; -import { IMessageService } from 'vs/platform/message/common/message'; import { IWorkspaceContextService } from 'vs/platform/workspace/common/workspace'; import { IStorageService } from 'vs/platform/storage/common/storage'; import Event, { Emitter } from 'vs/base/common/event'; @@ -46,6 +45,8 @@ import { IPartService } from 'vs/workbench/services/part/common/partService'; import { deepClone } from 'vs/base/common/objects'; import { ICommandService } from 'vs/platform/commands/common/commands'; import { IContextKeyService, RawContextKey, IContextKey } from 'vs/platform/contextkey/common/contextkey'; +import { IEnvironmentService } from 'vs/platform/environment/common/environment'; +import { INotificationService } from 'vs/platform/notification/common/notification'; const DASHBOARD_SETTINGS = 'dashboard'; @@ -131,7 +132,7 @@ export class DashboardServiceInterface extends AngularDisposable { private _configService = this._bootstrapService.configurationService; private _insightsDialogService = this._bootstrapService.insightsDialogService; private _contextViewService = this._bootstrapService.contextViewService; - private _messageService = this._bootstrapService.messageService; + private _notificationService = this._bootstrapService.notificationService; private _workspaceContextService = this._bootstrapService.workspaceContextService; private _storageService = this._bootstrapService.storageService; private _capabilitiesService = this._bootstrapService.capabilitiesService; @@ -140,6 +141,7 @@ export class DashboardServiceInterface extends AngularDisposable { private _dashboardWebviewService = this._bootstrapService.dashboardWebviewService; private _partService = this._bootstrapService.partService; private _angularEventingService = this._bootstrapService.angularEventingService; + private _environmentService = this._bootstrapService.environmentService; /* Special Services */ private _metadataService: SingleConnectionMetadataService; @@ -177,8 +179,8 @@ export class DashboardServiceInterface extends AngularDisposable { super(); } - public get messageService(): IMessageService { - return this._messageService; + public get notificationService(): INotificationService { + return this._notificationService; } public get configurationEditingService(): ConfigurationEditingService { @@ -229,6 +231,10 @@ export class DashboardServiceInterface extends AngularDisposable { return this._queryManagementService; } + public get environmentService(): IEnvironmentService { + return this._environmentService; + } + public get contextViewService(): IContextViewService { return this._contextViewService; } @@ -329,11 +335,17 @@ export class DashboardServiceInterface extends AngularDisposable { this._router.navigate(['database-dashboard']); } } else { - this.messageService.show(Severity.Error, nls.localize('dashboard.changeDatabaseFailure', "Failed to change database")); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('dashboard.changeDatabaseFailure', "Failed to change database") + }); } }, () => { - this.messageService.show(Severity.Error, nls.localize('dashboard.changeDatabaseFailure', "Failed to change database")); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('dashboard.changeDatabaseFailure', "Failed to change database") + }); } ); break; diff --git a/src/sql/parts/dashboard/widgets/insights/insightsWidget.contribution.ts b/src/sql/parts/dashboard/widgets/insights/insightsWidget.contribution.ts index b3a75aadcb..474c0f05ca 100644 --- a/src/sql/parts/dashboard/widgets/insights/insightsWidget.contribution.ts +++ b/src/sql/parts/dashboard/widgets/insights/insightsWidget.contribution.ts @@ -9,7 +9,7 @@ import { Extensions as InsightExtensions, IInsightRegistry } from 'sql/platform/ import { IInsightsConfig } from './interfaces'; import { insightsContribution, insightsSchema } from 'sql/parts/dashboard/widgets/insights/insightsWidgetSchemas'; -import { IExtensionPointUser, ExtensionsRegistry } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser, ExtensionsRegistry } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { Registry } from 'vs/platform/registry/common/platform'; const insightRegistry = Registry.as(InsightExtensions.InsightContribution); diff --git a/src/sql/parts/dashboard/widgets/tasks/tasksWidget.component.ts b/src/sql/parts/dashboard/widgets/tasks/tasksWidget.component.ts index 269a5f3c23..a4d212e19b 100644 --- a/src/sql/parts/dashboard/widgets/tasks/tasksWidget.component.ts +++ b/src/sql/parts/dashboard/widgets/tasks/tasksWidget.component.ts @@ -127,8 +127,10 @@ export class TasksWidget extends DashboardWidget implements IDashboardWidget, On let label = $('div').safeInnerHtml(types.isString(action.title) ? action.title : action.title.value); let tile = $('div.task-tile').style('height', this._size + 'px').style('width', this._size + 'px'); let innerTile = $('div'); - if (action.iconClass) { - let icon = $('span.icon').addClass(action.iconClass); + + // @SQLTODO - iconPath shouldn't be used as a CSS class + if (action.iconPath && action.iconPath.dark) { + let icon = $('span.icon').addClass(action.iconPath.dark); innerTile.append(icon); } innerTile.append(label); diff --git a/src/sql/parts/dashboard/widgets/webview/webviewWidget.component.ts b/src/sql/parts/dashboard/widgets/webview/webviewWidget.component.ts index c909e93fd6..46e759b435 100644 --- a/src/sql/parts/dashboard/widgets/webview/webviewWidget.component.ts +++ b/src/sql/parts/dashboard/widgets/webview/webviewWidget.component.ts @@ -5,7 +5,7 @@ import { Component, Inject, forwardRef, ChangeDetectorRef, OnInit, ViewChild, ElementRef } from '@angular/core'; -import Webview from 'vs/workbench/parts/html/browser/webview'; +import { Webview } from 'vs/workbench/parts/html/browser/webview'; import { Parts } from 'vs/workbench/services/part/common/partService'; import Event, { Emitter } from 'vs/base/common/event'; import { IDisposable } from 'vs/base/common/lifecycle'; @@ -58,7 +58,7 @@ export class WebviewWidget extends DashboardWidget implements IDashboardWidget, public setHtml(html: string): void { this._html = html; if (this._webview) { - this._webview.contents = [html]; + this._webview.contents = html; this._webview.layout(); } } @@ -96,15 +96,17 @@ export class WebviewWidget extends DashboardWidget implements IDashboardWidget, if (this._onMessageDisposable) { this._onMessageDisposable.dispose(); } - this._webview = new Webview(this._el.nativeElement, + this._webview = new Webview( + this._el.nativeElement, this._dashboardService.partService.getContainer(Parts.EDITOR_PART), + this._dashboardService.themeService, + this._dashboardService.environmentService, this._dashboardService.contextViewService, undefined, undefined, { allowScripts: true, - enableWrappedPostMessage: true, - hideFind: true + enableWrappedPostMessage: true } ); this._onMessageDisposable = this._webview.onMessage(e => { @@ -112,7 +114,7 @@ export class WebviewWidget extends DashboardWidget implements IDashboardWidget, }); this._webview.style(this._dashboardService.themeService.getTheme()); if (this._html) { - this._webview.contents = [this._html]; + this._webview.contents = this._html; } this._webview.layout(); } diff --git a/src/sql/parts/disasterRecovery/backup/backup.component.ts b/src/sql/parts/disasterRecovery/backup/backup.component.ts index ce7689447e..e35d978a41 100644 --- a/src/sql/parts/disasterRecovery/backup/backup.component.ts +++ b/src/sql/parts/disasterRecovery/backup/backup.component.ts @@ -209,7 +209,7 @@ export class BackupComponent { this.recoveryBox = new InputBox(this.recoveryModelElement.nativeElement, this._bootstrapService.contextViewService, { placeholder: this.recoveryModel }); // Set backup type - this.backupTypeSelectBox = new SelectBox([], ''); + this.backupTypeSelectBox = new SelectBox([], '', this._bootstrapService.contextViewService); this.backupTypeSelectBox.render(this.backupTypeElement.nativeElement); // Set copy-only check box @@ -264,13 +264,13 @@ export class BackupComponent { this.removePathButton.title = localize('removeFile', 'Remove files'); // Set compression - this.compressionSelectBox = new SelectBox(this.compressionOptions, this.compressionOptions[0]); + this.compressionSelectBox = new SelectBox(this.compressionOptions, this.compressionOptions[0], this._bootstrapService.contextViewService); this.compressionSelectBox.render(this.compressionElement.nativeElement); // Set encryption - this.algorithmSelectBox = new SelectBox(this.encryptionAlgorithms, this.encryptionAlgorithms[0]); + this.algorithmSelectBox = new SelectBox(this.encryptionAlgorithms, this.encryptionAlgorithms[0], this._bootstrapService.contextViewService); this.algorithmSelectBox.render(this.encryptionAlgorithmElement.nativeElement); - this.encryptorSelectBox = new SelectBox([], ''); + this.encryptorSelectBox = new SelectBox([], '', this._bootstrapService.contextViewService); this.encryptorSelectBox.render(this.encryptorElement.nativeElement); // Set media diff --git a/src/sql/parts/disasterRecovery/restore/restoreDialog.ts b/src/sql/parts/disasterRecovery/restore/restoreDialog.ts index 33be64e6f6..d42a799c62 100644 --- a/src/sql/parts/disasterRecovery/restore/restoreDialog.ts +++ b/src/sql/parts/disasterRecovery/restore/restoreDialog.ts @@ -519,7 +519,7 @@ export class RestoreDialog extends Modal { }); inputContainer.div({ class: 'dialog-input' }, (inputCellContainer) => { - selectBox = new SelectBox(options, selectedOption, inputCellContainer.getHTMLElement(), this._contextViewService); + selectBox = new SelectBox(options, selectedOption, this._contextViewService, inputCellContainer.getHTMLElement()); selectBox.render(inputCellContainer.getHTMLElement()); }); }); diff --git a/src/sql/parts/editData/common/editDataInput.ts b/src/sql/parts/editData/common/editDataInput.ts index 104154d1c9..aadc7cb428 100644 --- a/src/sql/parts/editData/common/editDataInput.ts +++ b/src/sql/parts/editData/common/editDataInput.ts @@ -6,13 +6,14 @@ import { TPromise } from 'vs/base/common/winjs.base'; import { EditorInput, EditorModel } from 'vs/workbench/common/editor'; import { IConnectionManagementService, IConnectableInput, INewConnectionParams } from 'sql/parts/connection/common/connectionManagement'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import { IQueryModelService } from 'sql/parts/query/execution/queryModel'; import { IDisposable, dispose } from 'vs/base/common/lifecycle'; import Event, { Emitter } from 'vs/base/common/event'; import { EditSessionReadyParams } from 'sqlops'; import URI from 'vs/base/common/uri'; import nls = require('vs/nls'); +import { INotificationService } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; /** * Input for the EditDataEditor. This input is simply a wrapper around a QueryResultsInput for the QueryResultsEditor @@ -35,7 +36,7 @@ export class EditDataInput extends EditorInput implements IConnectableInput { constructor(private _uri: URI, private _schemaName, private _tableName, @IConnectionManagementService private _connectionManagementService: IConnectionManagementService, @IQueryModelService private _queryModelService: IQueryModelService, - @IMessageService private _messageService: IMessageService + @INotificationService private notificationService: INotificationService ) { super(); this._visible = false; @@ -116,7 +117,11 @@ export class EditDataInput extends EditorInput implements IConnectableInput { } else { this._refreshButtonEnabled = false; this._stopButtonEnabled = false; - this._messageService.show(Severity.Error, result.message); + + this.notificationService.notify({ + severity: Severity.Error, + message: result.message + }); } this._editorInitializing.fire(false); this._updateTaskbar.fire(this); @@ -128,7 +133,11 @@ export class EditDataInput extends EditorInput implements IConnectableInput { public onConnectReject(error?: string): void { if (error) { - this._messageService.show(Severity.Error, nls.localize('connectionFailure', 'Edit Data Session Failed To Connect')); + + this.notificationService.notify({ + severity: Severity.Error, + message: nls.localize('connectionFailure', 'Edit Data Session Failed To Connect') + }); } } diff --git a/src/sql/parts/editData/execution/editDataActions.ts b/src/sql/parts/editData/execution/editDataActions.ts index 95d6f957ed..db1519d616 100644 --- a/src/sql/parts/editData/execution/editDataActions.ts +++ b/src/sql/parts/editData/execution/editDataActions.ts @@ -11,9 +11,11 @@ import { SelectBox } from 'vs/base/browser/ui/selectBox/selectBox'; import { EventEmitter } from 'sql/base/common/eventEmitter'; import { IConnectionManagementService } from 'sql/parts/connection/common/connectionManagement'; import { EditDataEditor } from 'sql/parts/editData/editor/editDataEditor'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import nls = require('vs/nls'); import * as dom from 'vs/base/browser/dom'; +import { IContextViewService } from 'vs/platform/contextview/browser/contextView'; +import { INotificationService, INotificationActions } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; const $ = dom.$; /** @@ -65,7 +67,7 @@ export class RefreshTableAction extends EditDataAction { constructor(editor: EditDataEditor, @IQueryModelService private _queryModelService: IQueryModelService, @IConnectionManagementService _connectionManagementService: IConnectionManagementService, - @IMessageService private _messageService: IMessageService + @INotificationService private _notificationService: INotificationService, ) { super(editor, RefreshTableAction.ID, RefreshTableAction.EnabledClass, _connectionManagementService); this.label = nls.localize('editData.refresh', 'Refresh'); @@ -77,7 +79,10 @@ export class RefreshTableAction extends EditDataAction { this._queryModelService.disposeEdit(input.uri).then((result) => { this._queryModelService.initializeEdit(input.uri, input.schemaName, input.tableName, input.objectType, input.rowLimit); }, error => { - this._messageService.show(Severity.Error, nls.localize('disposeEditFailure', 'Dispose Edit Failed With Error: ') + error); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('disposeEditFailure', 'Dispose Edit Failed With Error: ') + error + }); }); } return TPromise.as(null); @@ -147,12 +152,14 @@ export class ChangeMaxRowsActionItem extends EventEmitter implements IActionItem private _options: string[]; private _currentOptionsIndex: number; - constructor(private _editor: EditDataEditor) { + constructor( + private _editor: EditDataEditor, + @IContextViewService contextViewService: IContextViewService) { super(); this._options = ['200', '1000', '10000']; this._currentOptionsIndex = 0; this.toDispose = []; - this.selectBox = new SelectBox([], -1); + this.selectBox = new SelectBox([], -1, contextViewService); this._registerListeners(); this._refreshOptions(); this.defaultRowCount = Number(this._options[this._currentOptionsIndex]); diff --git a/src/sql/parts/fileBrowser/fileBrowserDialog.ts b/src/sql/parts/fileBrowser/fileBrowserDialog.ts index ec55712cf4..d20ee276b3 100644 --- a/src/sql/parts/fileBrowser/fileBrowserDialog.ts +++ b/src/sql/parts/fileBrowser/fileBrowserDialog.ts @@ -96,7 +96,7 @@ export class FileBrowserDialog extends Modal { let pathBuilder = DialogHelper.appendRow(tableContainer, pathLabel, 'file-input-label', 'file-input-box'); this._filePathInputBox = new InputBox(pathBuilder.getHTMLElement(), this._contextViewService); - this._fileFilterSelectBox = new SelectBox(['*'], '*'); + this._fileFilterSelectBox = new SelectBox(['*'], '*', this._contextViewService); let filterLabel = localize('fileFilter', 'Files of type'); let filterBuilder = DialogHelper.appendRow(tableContainer, filterLabel, 'file-input-label', 'file-input-box'); DialogHelper.appendInputSelectBox(filterBuilder, this._fileFilterSelectBox); diff --git a/src/sql/parts/grid/views/query/chartViewer.component.ts b/src/sql/parts/grid/views/query/chartViewer.component.ts index 1e0c66921d..3842e74441 100644 --- a/src/sql/parts/grid/views/query/chartViewer.component.ts +++ b/src/sql/parts/grid/views/query/chartViewer.component.ts @@ -109,7 +109,7 @@ export class ChartViewerComponent implements OnInit, OnDestroy, IChartViewAction this._initActionBar(); // Init chart type dropdown - this.chartTypesSelectBox = new SelectBox(insightRegistry.getAllIds(), this.getDefaultChartType()); + this.chartTypesSelectBox = new SelectBox(insightRegistry.getAllIds(), this.getDefaultChartType(), this._bootstrapService.contextViewService); this.chartTypesSelectBox.render(this.chartTypesElement.nativeElement); this.chartTypesSelectBox.onDidSelect(selected => this.onChartChanged()); this._disposables.push(attachSelectBoxStyler(this.chartTypesSelectBox, this._bootstrapService.themeService)); @@ -129,7 +129,7 @@ export class ChartViewerComponent implements OnInit, OnDestroy, IChartViewAction }); // Init legend dropdown - this.legendSelectBox = new SelectBox(this.legendOptions, this._chartConfig.legendPosition); + this.legendSelectBox = new SelectBox(this.legendOptions, this._chartConfig.legendPosition, this._bootstrapService.contextViewService); this.legendSelectBox.render(this.legendElement.nativeElement); this.legendSelectBox.onDidSelect(selected => this.onLegendChanged()); this._disposables.push(attachSelectBoxStyler(this.legendSelectBox, this._bootstrapService.themeService)); @@ -209,35 +209,37 @@ export class ChartViewerComponent implements OnInit, OnDestroy, IChartViewAction } public saveChart(): void { - let filePath = this.promptForFilepath(); - let data = this._chartComponent.getCanvasData(); - if (!data) { - this.showError(this.chartNotFoundError); - return; - } - if (filePath) { - let buffer = this.decodeBase64Image(data); - pfs.writeFile(filePath, buffer).then(undefined, (err) => { - if (err) { - this.showError(err.message); - } else { - let fileUri = URI.from({ scheme: PathUtilities.FILE_SCHEMA, path: filePath }); - this._bootstrapService.windowsService.openExternal(fileUri.toString()); - this._bootstrapService.messageService.show(Severity.Info, nls.localize('chartSaved', 'Saved Chart to path: {0}', filePath)); - } - }); - } + this.promptForFilepath().then(filePath => { + let data = this._chartComponent.getCanvasData(); + if (!data) { + this.showError(this.chartNotFoundError); + return; + } + if (filePath) { + let buffer = this.decodeBase64Image(data); + pfs.writeFile(filePath, buffer).then(undefined, (err) => { + if (err) { + this.showError(err.message); + } else { + let fileUri = URI.from({ scheme: PathUtilities.FILE_SCHEMA, path: filePath }); + this._bootstrapService.windowsService.openExternal(fileUri.toString()); + this._bootstrapService.notificationService.notify({ + severity: Severity.Error, + message: nls.localize('chartSaved', 'Saved Chart to path: {0}', filePath) + }); + } + }); + } + }); } - private promptForFilepath(): string { + private promptForFilepath(): Thenable { let filepathPlaceHolder = PathUtilities.resolveCurrentDirectory(this.getActiveUriString(), PathUtilities.getRootPath(this._bootstrapService.workspaceContextService)); filepathPlaceHolder = paths.join(filepathPlaceHolder, 'chart.png'); - - let filePath: string = this._bootstrapService.windowService.showSaveDialog({ + return this._bootstrapService.windowService.showSaveDialog({ title: nls.localize('chartViewer.saveAsFileTitle', 'Choose Results File'), defaultPath: paths.normalize(filepathPlaceHolder, true) }); - return filePath; } private decodeBase64Image(data: string): Buffer { @@ -282,7 +284,10 @@ export class ChartViewerComponent implements OnInit, OnDestroy, IChartViewAction } private showError(errorMsg: string) { - this._bootstrapService.messageService.show(Severity.Error, errorMsg); + this._bootstrapService.notificationService.notify({ + severity: Severity.Error, + message: errorMsg + }); } private getGridItemConfig(): NgGridItemConfig { diff --git a/src/sql/parts/grid/views/query/chartViewerActions.ts b/src/sql/parts/grid/views/query/chartViewerActions.ts index 3724b4d645..8ff1952abe 100644 --- a/src/sql/parts/grid/views/query/chartViewerActions.ts +++ b/src/sql/parts/grid/views/query/chartViewerActions.ts @@ -6,8 +6,8 @@ import { TPromise } from 'vs/base/common/winjs.base'; import { Action } from 'vs/base/common/actions'; import * as nls from 'vs/nls'; - -import { IMessageService, Severity } from 'vs/platform/message/common/message'; +import { INotificationService } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; export interface IChartViewActionContext { copyChart(): void; @@ -23,7 +23,7 @@ export class ChartViewActionBase extends Action { id: string, label: string, enabledClass: string, - protected messageService: IMessageService + protected notificationService: INotificationService ) { super(id, label); this.enabled = true; @@ -51,7 +51,10 @@ export class ChartViewActionBase extends Action { protected doRun(context: IChartViewActionContext, runAction: Function): TPromise { if (!context) { // TODO implement support for finding chart view in active window - this.messageService.show(Severity.Error, nls.localize('chartContextRequired', 'Chart View context is required to run this action')); + this.notificationService.notify({ + severity: Severity.Error, + message: nls.localize('chartContextRequired', 'Chart View context is required to run this action') + }); return TPromise.as(false); } return new TPromise((resolve, reject) => { @@ -66,9 +69,9 @@ export class CreateInsightAction extends ChartViewActionBase { public static ID = 'chartview.createInsight'; public static LABEL = nls.localize('createInsightLabel', "Create Insight"); - constructor(@IMessageService messageService: IMessageService + constructor(@INotificationService notificationService: INotificationService ) { - super(CreateInsightAction.ID, CreateInsightAction.LABEL, 'createInsight', messageService); + super(CreateInsightAction.ID, CreateInsightAction.LABEL, 'createInsight', notificationService); } public run(context: IChartViewActionContext): TPromise { @@ -80,9 +83,9 @@ export class CopyAction extends ChartViewActionBase { public static ID = 'chartview.copy'; public static LABEL = nls.localize('copyChartLabel', "Copy as image"); - constructor(@IMessageService messageService: IMessageService + constructor(@INotificationService notificationService: INotificationService ) { - super(CopyAction.ID, CopyAction.LABEL, 'copyImage', messageService); + super(CopyAction.ID, CopyAction.LABEL, 'copyImage', notificationService); } public run(context: IChartViewActionContext): TPromise { @@ -94,9 +97,9 @@ export class SaveImageAction extends ChartViewActionBase { public static ID = 'chartview.saveImage'; public static LABEL = nls.localize('saveImageLabel', "Save as image"); - constructor(@IMessageService messageService: IMessageService + constructor(@INotificationService notificationService: INotificationService ) { - super(SaveImageAction.ID, SaveImageAction.LABEL, 'saveAsImage', messageService); + super(SaveImageAction.ID, SaveImageAction.LABEL, 'saveAsImage', notificationService); } public run(context: IChartViewActionContext): TPromise { diff --git a/src/sql/parts/insights/node/insightsDialogController.ts b/src/sql/parts/insights/node/insightsDialogController.ts index 445fad1774..92d0adafad 100644 --- a/src/sql/parts/insights/node/insightsDialogController.ts +++ b/src/sql/parts/insights/node/insightsDialogController.ts @@ -17,9 +17,9 @@ import Severity from 'vs/base/common/severity'; import * as types from 'vs/base/common/types'; import * as pfs from 'vs/base/node/pfs'; import * as nls from 'vs/nls'; -import { IMessageService } from 'vs/platform/message/common/message'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { IWorkspaceContextService, WorkbenchState } from 'vs/platform/workspace/common/workspace'; +import { INotificationService } from 'vs/platform/notification/common/notification'; export class InsightsDialogController { private _queryRunner: QueryRunner; @@ -30,7 +30,7 @@ export class InsightsDialogController { constructor( private _model: IInsightsDialogModel, - @IMessageService private _messageService: IMessageService, + @INotificationService private _notificationService: INotificationService, @IErrorMessageService private _errorMessageService: IErrorMessageService, @IInstantiationService private _instantiationService: IInstantiationService, @IConnectionManagementService private _connectionManagementService: IConnectionManagementService, @@ -41,7 +41,10 @@ export class InsightsDialogController { // execute string if (typeof input === 'object') { if (connectionProfile === undefined) { - this._messageService.show(Severity.Error, nls.localize("insightsInputError", "No Connection Profile was passed to insights flyout")); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize("insightsInputError", "No Connection Profile was passed to insights flyout") + }); return Promise.resolve(); } if (types.isStringArray(input.query)) { @@ -88,14 +91,20 @@ export class InsightsDialogController { }).then(() => resolve()); }, error => { - this._messageService.show(Severity.Error, nls.localize("insightsFileError", "There was an error reading the query file: ") + error); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize("insightsFileError", "There was an error reading the query file: ") + error + }); resolve(); } ); }); } else { error('Error reading details Query: ', input); - this._messageService.show(Severity.Error, nls.localize("insightsConfigError", "There was an error parsing the insight config; could not find query array/string or queryfile")); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize("insightsConfigError", "There was an error parsing the insight config; could not find query array/string or queryfile") + }); return Promise.resolve(); } } diff --git a/src/sql/parts/jobManagement/views/jobHistory.component.ts b/src/sql/parts/jobManagement/views/jobHistory.component.ts index 7a181b16b5..f6edf9f762 100644 --- a/src/sql/parts/jobManagement/views/jobHistory.component.ts +++ b/src/sql/parts/jobManagement/views/jobHistory.component.ts @@ -12,7 +12,6 @@ import { attachListStyler } from 'vs/platform/theme/common/styler'; import { Tree } from 'vs/base/parts/tree/browser/treeImpl'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { Disposable, IDisposable } from 'vs/base/common/lifecycle'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import { PanelComponent } from 'sql/base/browser/ui/panel/panel.component'; import { IBootstrapService, BOOTSTRAP_SERVICE_ID } from 'sql/services/bootstrap/bootstrapService'; import { IJobManagementService } from '../common/interfaces'; @@ -23,6 +22,8 @@ import { JobHistoryController, JobHistoryDataSource, import { JobStepsViewComponent } from 'sql/parts/jobManagement/views/jobStepsView.component'; import { JobStepsViewRow } from './jobStepsViewTree'; import { localize } from 'vs/nls'; +import { INotificationService } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; export const DASHBOARD_SELECTOR: string = 'jobhistory-component'; @@ -50,7 +51,7 @@ export class JobHistoryComponent extends Disposable implements OnInit { private _stepRows: JobStepsViewRow[] = []; private _showSteps: boolean = false; private _runStatus: string = undefined; - private _messageService: IMessageService; + private _notificationService: INotificationService; constructor( @Inject(BOOTSTRAP_SERVICE_ID) private bootstrapService: IBootstrapService, @@ -61,7 +62,7 @@ export class JobHistoryComponent extends Disposable implements OnInit { ) { super(); this._jobManagementService = bootstrapService.jobManagementService; - this._messageService = bootstrapService.messageService; + this._notificationService = bootstrapService.notificationService; } ngOnInit() { @@ -157,17 +158,26 @@ export class JobHistoryComponent extends Disposable implements OnInit { switch (action) { case ('run'): var startMsg = localize('jobSuccessfullyStarted', 'The job was successfully started.'); - this._messageService.show(Severity.Info, startMsg); + self._notificationService.notify({ + severity: Severity.Info, + message: startMsg + }); break; case ('stop'): var stopMsg = localize('jobSuccessfullyStopped', 'The job was successfully stopped.'); - this._messageService.show(Severity.Info, stopMsg); + self._notificationService.notify({ + severity: Severity.Info, + message: stopMsg + }); break; default: break; } } else { - this._messageService.show(Severity.Error, result.errorMessage); + self._notificationService.notify({ + severity: Severity.Error, + message: result.errorMessage + }); } }); } diff --git a/src/sql/parts/profiler/contrib/profilerActions.ts b/src/sql/parts/profiler/contrib/profilerActions.ts index ce4019b1db..d695adbe75 100644 --- a/src/sql/parts/profiler/contrib/profilerActions.ts +++ b/src/sql/parts/profiler/contrib/profilerActions.ts @@ -235,7 +235,11 @@ export class NewProfilerAction extends Task { private _connectionProfile: ConnectionProfile; constructor() { - super({ id: NewProfilerAction.ID, title: NewProfilerAction.LABEL, iconClass: NewProfilerAction.ICON }); + super({ + id: NewProfilerAction.ID, + title: NewProfilerAction.LABEL, + iconPath: { dark: NewProfilerAction.ICON, light: NewProfilerAction.ICON } + }); } public runTask(accessor: ServicesAccessor, profile: IConnectionProfile): TPromise { diff --git a/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.ts b/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.ts index 9990b5acdc..f40c084c4a 100644 --- a/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.ts +++ b/src/sql/parts/profiler/dialog/profilerColumnEditorDialog.ts @@ -25,6 +25,7 @@ import { attachListStyler } from 'vs/platform/theme/common/styler'; import Event, { Emitter } from 'vs/base/common/event'; import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { IContextKeyService } from 'vs/platform/contextkey/common/contextkey'; +import { IContextViewService } from 'vs/platform/contextview/browser/contextView'; class EventItem { @@ -314,7 +315,8 @@ export class ProfilerColumnEditorDialog extends Modal { @IPartService _partService: IPartService, @IThemeService private _themeService: IThemeService, @ITelemetryService telemetryService: ITelemetryService, - @IContextKeyService contextKeyService: IContextKeyService + @IContextKeyService contextKeyService: IContextKeyService, + @IContextViewService private _contextViewService: IContextViewService ) { super(nls.localize('profilerColumnDialog.profiler', 'Profiler'), TelemetryKeys.Profiler, _partService, telemetryService, contextKeyService); } @@ -329,7 +331,7 @@ export class ProfilerColumnEditorDialog extends Modal { protected renderBody(container: HTMLElement): void { let builder = new Builder(container); builder.div({}, b => { - this._selectBox = new SelectBox(this._options, 0); + this._selectBox = new SelectBox(this._options, 0, this._contextViewService); this._selectBox.render(b.getHTMLElement()); this._register(this._selectBox.onDidSelect(e => { this._selectedValue = e.index; diff --git a/src/sql/parts/profiler/editor/profilerEditor.ts b/src/sql/parts/profiler/editor/profilerEditor.ts index c56f13cbc5..b0bb74c586 100644 --- a/src/sql/parts/profiler/editor/profilerEditor.ts +++ b/src/sql/parts/profiler/editor/profilerEditor.ts @@ -28,11 +28,11 @@ import { IInstantiationService, ServicesAccessor } from 'vs/platform/instantiati import { ProfilerResourceEditor } from './profilerResourceEditor'; import { SplitView, View, Orientation, IViewOptions } from 'sql/base/browser/ui/splitview/splitview'; import { IContextMenuService, IContextViewService } from 'vs/platform/contextview/browser/contextView'; -import { IModel } from 'vs/editor/common/editorCommon'; +import { ITextModel } from 'vs/editor/common/model'; import { ICodeEditor } from 'vs/editor/browser/editorBrowser'; import { UntitledEditorInput } from 'vs/workbench/common/editor/untitledEditorInput'; import URI from 'vs/base/common/uri'; -import { UNTITLED_SCHEMA } from 'vs/workbench/services/untitled/common/untitledEditorService'; +import { Schemas } from 'vs/base/common/network'; import * as nls from 'vs/nls'; import { IModelService } from 'vs/editor/common/services/modelService'; import { IDisposable } from 'vs/base/common/lifecycle'; @@ -97,7 +97,7 @@ export interface IDetailData { export class ProfilerEditor extends BaseEditor { public static ID: string = 'workbench.editor.profiler'; private _editor: ProfilerResourceEditor; - private _editorModel: IModel; + private _editorModel: ITextModel; private _editorInput: UntitledEditorInput; private _splitView: SplitView; private _container: HTMLElement; @@ -189,7 +189,7 @@ export class ProfilerEditor extends BaseEditor { this._autoscrollAction = this._instantiationService.createInstance(Actions.ProfilerAutoScroll, Actions.ProfilerAutoScroll.ID, Actions.ProfilerAutoScroll.LABEL); this._sessionTemplates = this._profilerService.getSessionTemplates(); - this._sessionTemplateSelector = new SelectBox(this._sessionTemplates.map(i => i.name), 'Standard'); + this._sessionTemplateSelector = new SelectBox(this._sessionTemplates.map(i => i.name), 'Standard', this._contextViewService); this._register(this._sessionTemplateSelector.onDidSelect(e => { if (this.input) { this.input.sessionTemplate = this._sessionTemplates.find(i => i.name === e.selected); @@ -304,7 +304,7 @@ export class ProfilerEditor extends BaseEditor { editorContainer.className = 'profiler-editor'; this._editor.create(new Builder(editorContainer)); this._editor.setVisible(true); - this._editorInput = this._instantiationService.createInstance(UntitledEditorInput, URI.from({ scheme: UNTITLED_SCHEMA }), false, 'sql', '', ''); + this._editorInput = this._instantiationService.createInstance(UntitledEditorInput, URI.from({ scheme: Schemas.untitled }), false, 'sql', '', ''); this._editor.setInput(this._editorInput, undefined); this._editorInput.resolve().then(model => this._editorModel = model.textEditorModel); return editorContainer; diff --git a/src/sql/parts/query/common/flavorStatus.ts b/src/sql/parts/query/common/flavorStatus.ts index 90ed091854..3fbd8c6a50 100644 --- a/src/sql/parts/query/common/flavorStatus.ts +++ b/src/sql/parts/query/common/flavorStatus.ts @@ -11,7 +11,6 @@ import { IEditorCloseEvent } from 'vs/workbench/common/editor'; import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService'; import { IEditorGroupService } from 'vs/workbench/services/group/common/groupService'; import { IQuickOpenService, IPickOpenEntry } from 'vs/platform/quickOpen/common/quickOpen'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { Action } from 'vs/base/common/actions'; import errors = require('vs/base/common/errors'); @@ -23,6 +22,8 @@ import { IConnectionManagementService } from 'sql/parts/connection/common/connec import * as WorkbenchUtils from 'sql/workbench/common/sqlWorkbenchUtils'; import { DidChangeLanguageFlavorParams } from 'sqlops'; +import Severity from 'vs/base/common/severity'; +import { INotificationService } from 'vs/platform/notification/common/notification'; export interface ISqlProviderEntry extends IPickOpenEntry { providerId: string; @@ -173,7 +174,7 @@ export class ChangeFlavorAction extends Action { actionLabel: string, @IWorkbenchEditorService private _editorService: IWorkbenchEditorService, @IQuickOpenService private _quickOpenService: IQuickOpenService, - @IMessageService private _messageService: IMessageService, + @INotificationService private _notificationService: INotificationService, @IConnectionManagementService private _connectionManagementService: IConnectionManagementService ) { super(actionId, actionLabel); @@ -213,7 +214,11 @@ export class ChangeFlavorAction extends Action { } private _showMessage(sev: Severity, message: string): TPromise { - this._messageService.show(sev, message); + this._notificationService.notify({ + severity: sev, + message: message + }); + return TPromise.as(undefined); } } diff --git a/src/sql/parts/query/common/queryInput.ts b/src/sql/parts/query/common/queryInput.ts index 73b4b932de..0ac06c3fb5 100644 --- a/src/sql/parts/query/common/queryInput.ts +++ b/src/sql/parts/query/common/queryInput.ts @@ -136,7 +136,7 @@ export class QueryInput extends EditorInput implements IEncodingSupport, IConnec public resolve(refresh?: boolean): TPromise { return this._sql.resolve(); } public save(): TPromise { return this._sql.save(); } public isDirty(): boolean { return this._sql.isDirty(); } - public confirmSave(): ConfirmResult { return this._sql.confirmSave(); } + public confirmSave(): TPromise { return this._sql.confirmSave(); } public getResource(): URI { return this._sql.getResource(); } public getEncoding(): string { return this._sql.getEncoding(); } public suggestFileName(): string { return this._sql.suggestFileName(); } diff --git a/src/sql/parts/query/common/resultSerializer.ts b/src/sql/parts/query/common/resultSerializer.ts index 619db10de6..efb6ce626c 100644 --- a/src/sql/parts/query/common/resultSerializer.ts +++ b/src/sql/parts/query/common/resultSerializer.ts @@ -13,7 +13,6 @@ import { ISaveRequest, SaveFormat } from 'sql/parts/grid/common/interfaces'; import * as PathUtilities from 'sql/common/pathUtilities'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import { IOutputService, IOutputChannel, IOutputChannelRegistry, Extensions as OutputExtensions } from 'vs/workbench/parts/output/common/output'; import { IWorkspaceConfigurationService } from 'vs/workbench/services/configuration/common/configuration'; import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService'; @@ -21,13 +20,16 @@ import { IWorkspaceContextService } from 'vs/platform/workspace/common/workspace import { IWindowsService, IWindowService } from 'vs/platform/windows/common/windows'; import { Registry } from 'vs/platform/registry/common/platform'; import URI from 'vs/base/common/uri'; -import { IUntitledEditorService, UNTITLED_SCHEMA } from 'vs/workbench/services/untitled/common/untitledEditorService'; +import { IUntitledEditorService } from 'vs/workbench/services/untitled/common/untitledEditorService'; +import { Schemas } from 'vs/base/common/network'; import * as paths from 'vs/base/common/paths'; import * as nls from 'vs/nls'; import * as pretty from 'pretty-data'; import { ISlickRange } from 'angular2-slickgrid'; import * as path from 'path'; +import Severity from 'vs/base/common/severity'; +import { INotificationService } from 'vs/platform/notification/common/notification'; let prevSavePath: string; @@ -43,7 +45,6 @@ export class ResultSerializer { constructor( @IInstantiationService private _instantiationService: IInstantiationService, - @IMessageService private _messageService: IMessageService, @IOutputService private _outputService: IOutputService, @IQueryManagementService private _queryManagementService: IQueryManagementService, @IWorkspaceConfigurationService private _workspaceConfigurationService: IWorkspaceConfigurationService, @@ -51,7 +52,8 @@ export class ResultSerializer { @IWorkspaceContextService private _contextService: IWorkspaceContextService, @IWindowsService private _windowsService: IWindowsService, @IWindowService private _windowService: IWindowService, - @IUntitledEditorService private _untitledEditorService: IUntitledEditorService + @IUntitledEditorService private _untitledEditorService: IUntitledEditorService, + @INotificationService private _notificationService: INotificationService ) { } /** @@ -62,11 +64,12 @@ export class ResultSerializer { this._uri = uri; // prompt for filepath - let filePath = self.promptForFilepath(saveRequest); - if (filePath) { - return self.sendRequestToService(filePath, saveRequest.batchIndex, saveRequest.resultSetNumber, saveRequest.format, saveRequest.selection ? saveRequest.selection[0] : undefined); - } - return Promise.resolve(undefined); + return self.promptForFilepath(saveRequest).then(filePath => { + if (filePath) { + return self.sendRequestToService(filePath, saveRequest.batchIndex, saveRequest.resultSetNumber, saveRequest.format, saveRequest.selection ? saveRequest.selection[0] : undefined); + } + return Promise.resolve(undefined); + }); } /** @@ -103,7 +106,7 @@ export class ResultSerializer { private getUntitledFileUri(columnName: string): URI { let fileName = columnName; - let uri: URI = URI.from({ scheme: UNTITLED_SCHEMA, path: fileName }); + let uri: URI = URI.from({ scheme: Schemas.untitled, path: fileName }); // If the current filename is taken, try another up to a max number if (this._untitledEditorService.exists(uri)) { @@ -111,7 +114,7 @@ export class ResultSerializer { while (i < ResultSerializer.MAX_FILENAMES && this._untitledEditorService.exists(uri)) { fileName = [columnName, i.toString()].join('-'); - uri = URI.from({ scheme: UNTITLED_SCHEMA, path: fileName }); + uri = URI.from({ scheme: Schemas.untitled, path: fileName }); i++; } if (this._untitledEditorService.exists(uri)) { @@ -140,16 +143,16 @@ export class ResultSerializer { this.outputChannel.append(message); } - private promptForFilepath(saveRequest: ISaveRequest): string { + private promptForFilepath(saveRequest: ISaveRequest): Thenable { let filepathPlaceHolder = (prevSavePath) ? prevSavePath : PathUtilities.resolveCurrentDirectory(this._uri, this.rootPath); filepathPlaceHolder = path.join(filepathPlaceHolder, this.getResultsDefaultFilename(saveRequest)); - - let filePath: string = this._windowService.showSaveDialog({ + return this._windowService.showSaveDialog({ title: nls.localize('resultsSerializer.saveAsFileTitle', 'Choose Results File'), defaultPath: paths.normalize(filepathPlaceHolder, true) + }).then(filePath => { + prevSavePath = filePath; + return Promise.resolve(filePath); }); - prevSavePath = filePath; - return filePath; } private getResultsDefaultFilename(saveRequest: ISaveRequest): string { @@ -249,10 +252,16 @@ export class ResultSerializer { // send message to the sqlserverclient for converting results to the requested format and saving to filepath return this._queryManagementService.saveResults(saveResultsParams).then(result => { if (result.messages) { - this._messageService.show(Severity.Error, LocalizedConstants.msgSaveFailed + result.messages); + this._notificationService.notify({ + severity: Severity.Error, + message: LocalizedConstants.msgSaveFailed + result.messages + }); this.logToOutputChannel(LocalizedConstants.msgSaveFailed + result.messages); } else { - this._messageService.show(Severity.Info, LocalizedConstants.msgSaveSucceeded + this._filePath); + this._notificationService.notify({ + severity: Severity.Info, + message: LocalizedConstants.msgSaveSucceeded + this._filePath + }); this.logToOutputChannel(LocalizedConstants.msgSaveSucceeded + filePath); this.openSavedFile(this._filePath, format); } @@ -260,7 +269,10 @@ export class ResultSerializer { // Telemetry.sendTelemetryEvent('SavedResults', { 'type': format }); }, error => { - this._messageService.show(Severity.Error, LocalizedConstants.msgSaveFailed + error); + this._notificationService.notify({ + severity: Severity.Error, + message: LocalizedConstants.msgSaveFailed + error + }); this.logToOutputChannel(LocalizedConstants.msgSaveFailed + error); }); } @@ -280,7 +292,10 @@ export class ResultSerializer { this._editorService.openEditor({ resource: uri }).then((result) => { }, (error: any) => { - this._messageService.show(Severity.Error, error); + this._notificationService.notify({ + severity: Severity.Error, + message: error + }); }); } } @@ -296,7 +311,10 @@ export class ResultSerializer { (success) => { }, (error: any) => { - this._messageService.show(Severity.Error, error); + this._notificationService.notify({ + severity: Severity.Error, + message: error + }); } ); } diff --git a/src/sql/parts/query/execution/queryActions.ts b/src/sql/parts/query/execution/queryActions.ts index e510afde40..6163fe20f7 100644 --- a/src/sql/parts/query/execution/queryActions.ts +++ b/src/sql/parts/query/execution/queryActions.ts @@ -11,7 +11,6 @@ import { EventEmitter } from 'sql/base/common/eventEmitter'; import { IDisposable, dispose } from 'vs/base/common/lifecycle'; import { TPromise } from 'vs/base/common/winjs.base'; import { IContextViewService } from 'vs/platform/contextview/browser/contextView'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import { IThemeService } from 'vs/platform/theme/common/themeService'; import { ISelectionData } from 'sqlops'; @@ -24,6 +23,8 @@ import { } from 'sql/parts/connection/common/connectionManagement'; import { QueryEditor } from 'sql/parts/query/editor/queryEditor'; import { IQueryModelService } from 'sql/parts/query/execution/queryModel'; +import { INotificationService } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; /** * Action class that query-based Actions will extend. This base class automatically handles activating and @@ -436,7 +437,7 @@ export class ListDatabasesActionItem extends EventEmitter implements IActionItem private _editor: QueryEditor, private _action: ListDatabasesAction, @IConnectionManagementService private _connectionManagementService: IConnectionManagementService, - @IMessageService private _messageService: IMessageService, + @INotificationService private _notificationService: INotificationService, @IContextViewService contextViewProvider: IContextViewService, @IThemeService themeService: IThemeService ) { @@ -514,14 +515,19 @@ export class ListDatabasesActionItem extends EventEmitter implements IActionItem result => { if (!result) { this.resetDatabaseName(); - this._messageService.show(Severity.Error, nls.localize('changeDatabase.failed', "Failed to change database")); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('changeDatabase.failed', "Failed to change database") + }); } }, error => { this.resetDatabaseName(); - this._messageService.show(Severity.Error, nls.localize('changeDatabase.failedWithError', "Failed to change database {0}", error)); - } - ); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('changeDatabase.failedWithError', "Failed to change database {0}", error) + }); + }); } private getCurrentDatabaseName() { diff --git a/src/sql/parts/query/execution/queryModelService.ts b/src/sql/parts/query/execution/queryModelService.ts index 0fa7ff46c5..4813ef9943 100644 --- a/src/sql/parts/query/execution/queryModelService.ts +++ b/src/sql/parts/query/execution/queryModelService.ts @@ -21,11 +21,12 @@ import * as nls from 'vs/nls'; import * as statusbar from 'vs/workbench/browser/parts/statusbar/statusbar'; import * as platform from 'vs/platform/registry/common/platform'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; -import { IMessageService, Severity } from 'vs/platform/message/common/message'; import Event, { Emitter } from 'vs/base/common/event'; import { TPromise } from 'vs/base/common/winjs.base'; import * as strings from 'vs/base/common/strings'; import * as types from 'vs/base/common/types'; +import { INotificationService } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; const selectionSnippetMaxLen = 100; @@ -76,7 +77,7 @@ export class QueryModelService implements IQueryModelService { // CONSTRUCTOR ///////////////////////////////////////////////////////// constructor( @IInstantiationService private _instantiationService: IInstantiationService, - @IMessageService private _messageService: IMessageService + @INotificationService private _notificationService: INotificationService ) { this._queryInfoMap = new Map(); this._onRunQueryStart = new Emitter(); @@ -179,7 +180,10 @@ export class QueryModelService implements IQueryModelService { } public showCommitError(error: string): void { - this._messageService.show(Severity.Error, nls.localize('commitEditFailed', 'Commit row failed: ') + error); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('commitEditFailed', 'Commit row failed: ') + error + }); } public isRunningQuery(uri: string): boolean { @@ -330,7 +334,10 @@ export class QueryModelService implements IQueryModelService { queryRunner.cancelQuery().then(success => undefined, error => { // On error, show error message and notify that the query is complete so that buttons and other status indicators // can be correct - this._messageService.show(Severity.Error, strings.format(LocalizedConstants.msgCancelQueryFailed, error)); + this._notificationService.notify({ + severity: Severity.Error, + message: strings.format(LocalizedConstants.msgCancelQueryFailed, error) + }); this._fireQueryEvent(queryRunner.uri, 'complete', 0); }); @@ -427,7 +434,10 @@ export class QueryModelService implements IQueryModelService { let queryRunner = this._getQueryRunner(ownerUri); if (queryRunner) { return queryRunner.updateCell(ownerUri, rowId, columnId, newValue).then((result) => result, error => { - this._messageService.show(Severity.Error, nls.localize('updateCellFailed', 'Update cell failed: ') + error.message); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('updateCellFailed', 'Update cell failed: ') + error.message + }); return Promise.reject(error); }); } @@ -439,7 +449,10 @@ export class QueryModelService implements IQueryModelService { let queryRunner = this._getQueryRunner(ownerUri); if (queryRunner) { return queryRunner.commitEdit(ownerUri).then(() => { }, error => { - this._messageService.show(Severity.Error, nls.localize('commitEditFailed', 'Commit row failed: ') + error.message); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('commitEditFailed', 'Commit row failed: ') + error.message + }); return Promise.reject(error); }); } diff --git a/src/sql/parts/query/execution/queryRunner.ts b/src/sql/parts/query/execution/queryRunner.ts index afebd83836..d63211ded6 100644 --- a/src/sql/parts/query/execution/queryRunner.ts +++ b/src/sql/parts/query/execution/queryRunner.ts @@ -13,7 +13,6 @@ import { IQueryManagementService } from 'sql/parts/query/common/queryManagement' import { ISlickRange } from 'angular2-slickgrid'; import * as Utils from 'sql/parts/connection/common/utils'; -import { IMessageService } from 'vs/platform/message/common/message'; import Severity from 'vs/base/common/severity'; import { IWorkspaceConfigurationService } from 'vs/workbench/services/configuration/common/configuration'; import * as nls from 'vs/nls'; @@ -21,6 +20,7 @@ import { IClipboardService } from 'vs/platform/clipboard/common/clipboardService import * as types from 'vs/base/common/types'; import { EventEmitter } from 'sql/base/common/eventEmitter'; import { IDisposable } from 'vs/base/common/lifecycle'; +import { INotificationService } from 'vs/platform/notification/common/notification'; export interface IEditSessionReadyEvent { ownerUri: string; @@ -66,7 +66,7 @@ export default class QueryRunner { public uri: string, public title: string, @IQueryManagementService private _queryManagementService: IQueryManagementService, - @IMessageService private _messageService: IMessageService, + @INotificationService private _notificationService: INotificationService, @IWorkspaceConfigurationService private _workspaceConfigurationService: IWorkspaceConfigurationService, @IClipboardService private _clipboardService: IClipboardService ) { } @@ -288,7 +288,10 @@ export default class QueryRunner { self._queryManagementService.getQueryRows(rowData).then(result => { resolve(result); }, error => { - self._messageService.show(Severity.Error, nls.localize('query.gettingRowsFailedError', 'Something went wrong getting more rows: {0}', error)); + self._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('query.gettingRowsFailedError', 'Something went wrong getting more rows: {0}', error) + }); reject(error); }); }); @@ -312,8 +315,10 @@ export default class QueryRunner { // TODO issue #228 add statusview callbacks here this._isExecuting = false; - - this._messageService.show(Severity.Error, nls.localize('query.initEditExecutionFailed', 'Init Edit Execution failed: ') + error); + this._notificationService.notify({ + severity: Severity.Error, + message: nls.localize('query.initEditExecutionFailed', 'Init Edit Execution failed: ') + error + }); }); } @@ -334,13 +339,19 @@ export default class QueryRunner { self._queryManagementService.getEditRows(rowData).then(result => { if (!result.hasOwnProperty('rowCount')) { let error = `Nothing returned from subset query`; - self._messageService.show(Severity.Error, error); + self._notificationService.notify({ + severity: Severity.Error, + message: error + }); reject(error); } resolve(result); }, error => { let errorMessage = nls.localize('query.moreRowsFailedError', 'Something went wrong getting more rows:'); - self._messageService.show(Severity.Error, `${errorMessage} ${error}`); + self._notificationService.notify({ + severity: Severity.Error, + message: `${errorMessage} ${error}` + }); reject(error); }); }); diff --git a/src/sql/parts/query/services/queryEditorService.ts b/src/sql/parts/query/services/queryEditorService.ts index a17e603ffc..8ba4e5f555 100644 --- a/src/sql/parts/query/services/queryEditorService.ts +++ b/src/sql/parts/query/services/queryEditorService.ts @@ -14,20 +14,21 @@ import { sqlModeId, untitledFilePrefix, getSupportedInputResource } from 'sql/pa import * as TaskUtilities from 'sql/workbench/common/taskUtilities'; import { IMode } from 'vs/editor/common/modes'; -import { IModel } from 'vs/editor/common/editorCommon'; +import { ITextModel } from 'vs/editor/common/model'; import { IEditor, IEditorInput, Position } from 'vs/platform/editor/common/editor'; import { CodeEditor } from 'vs/editor/browser/codeEditor'; import { IEditorGroup } from 'vs/workbench/common/editor'; -import { IUntitledEditorService, UNTITLED_SCHEMA } from 'vs/workbench/services/untitled/common/untitledEditorService'; +import { IUntitledEditorService } from 'vs/workbench/services/untitled/common/untitledEditorService'; import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { FileEditorInput } from 'vs/workbench/parts/files/common/editors/fileEditorInput'; -import { IMessageService } from 'vs/platform/message/common/message'; import Severity from 'vs/base/common/severity'; import nls = require('vs/nls'); import URI from 'vs/base/common/uri'; import paths = require('vs/base/common/paths'); import { isLinux } from 'vs/base/common/platform'; +import { Schemas } from 'vs/base/common/network'; +import { INotificationService } from 'vs/platform/notification/common/notification'; const fs = require('fs'); @@ -52,20 +53,20 @@ export class QueryEditorService implements IQueryEditorService { private static editorService: IWorkbenchEditorService; private static instantiationService: IInstantiationService; private static editorGroupService: IEditorGroupService; - private static messageService: IMessageService; + private static notificationService: INotificationService; constructor( @IUntitledEditorService private _untitledEditorService: IUntitledEditorService, @IInstantiationService private _instantiationService: IInstantiationService, @IWorkbenchEditorService private _editorService: IWorkbenchEditorService, @IEditorGroupService private _editorGroupService: IEditorGroupService, - @IMessageService private _messageService: IMessageService, + @INotificationService private _notificationService: INotificationService, @IConnectionManagementService private _connectionManagementService: IConnectionManagementService, ) { QueryEditorService.editorService = _editorService; QueryEditorService.instantiationService = _instantiationService; QueryEditorService.editorGroupService = _editorGroupService; - QueryEditorService.messageService = _messageService; + QueryEditorService.notificationService = _notificationService; } ////// Public functions @@ -78,7 +79,7 @@ export class QueryEditorService implements IQueryEditorService { try { // Create file path and file URI let filePath = this.createUntitledSqlFilePath(); - let docUri: URI = URI.from({ scheme: UNTITLED_SCHEMA, path: filePath }); + let docUri: URI = URI.from({ scheme: Schemas.untitled, path: filePath }); // Create a sql document pane with accoutrements const fileInput = this._untitledEditorService.createOrGet(docUri, 'sql'); @@ -126,7 +127,7 @@ export class QueryEditorService implements IQueryEditorService { // Create file path and file URI let objectName = schemaName ? schemaName + '.' + tableName : tableName; let filePath = this.createEditDataFileName(objectName); - let docUri: URI = URI.from({ scheme: UNTITLED_SCHEMA, path: filePath }); + let docUri: URI = URI.from({ scheme: Schemas.untitled, path: filePath }); // Create an EditDataInput for editing let editDataInput: EditDataInput = this._instantiationService.createInstance(EditDataInput, docUri, schemaName, tableName); @@ -192,7 +193,7 @@ export class QueryEditorService implements IQueryEditorService { * In all other cases (when SQL is involved in the language change and the editor is not dirty), * returns a promise that will resolve when the old editor has been replaced by a new editor. */ - public static sqlLanguageModeCheck(model: IModel, mode: IMode, editor: IEditor): Promise { + public static sqlLanguageModeCheck(model: ITextModel, mode: IMode, editor: IEditor): Promise { if (!model || !mode || !editor) { return Promise.resolve(undefined); } @@ -211,16 +212,22 @@ export class QueryEditorService implements IQueryEditorService { } let uri: URI = QueryEditorService._getEditorChangeUri(editor.input, changingToSql); - if(uri.scheme === UNTITLED_SCHEMA && editor.input instanceof QueryInput) + if(uri.scheme === Schemas.untitled && editor.input instanceof QueryInput) { - QueryEditorService.messageService.show(Severity.Error, QueryEditorService.CHANGE_UNSUPPORTED_ERROR_MESSAGE); + QueryEditorService.notificationService.notify({ + severity: Severity.Error, + message: QueryEditorService.CHANGE_UNSUPPORTED_ERROR_MESSAGE + }); return Promise.resolve(undefined); } // Return undefined to notify the calling funciton to not perform the language change // TODO change this - tracked by issue #727 if (editor.input.isDirty()) { - QueryEditorService.messageService.show(Severity.Error, QueryEditorService.CHANGE_ERROR_MESSAGE); + QueryEditorService.notificationService.notify({ + severity: Severity.Error, + message: QueryEditorService.CHANGE_ERROR_MESSAGE + }); return Promise.resolve(undefined); } @@ -232,7 +239,7 @@ export class QueryEditorService implements IQueryEditorService { options.pinned = group.isPinned(index); // Return a promise that will resovle when the old editor has been replaced by a new editor - return new Promise((resolve, reject) => { + return new Promise((resolve, reject) => { let newEditorInput = QueryEditorService._getNewEditorInput(changingToSql, editor.input, uri); // Override queryEditorCheck to not open this file in a QueryEditor @@ -344,7 +351,7 @@ export class QueryEditorService implements IQueryEditorService { /** * Handle all cleanup actions that need to wait until the editor is fully open. */ - private static _onEditorOpened(editor: IEditor, uri: string, position: Position, isPinned: boolean): IModel { + private static _onEditorOpened(editor: IEditor, uri: string, position: Position, isPinned: boolean): ITextModel { // Reset the editor pin state // TODO: change this so it happens automatically in openEditor in sqlLanguageModeCheck. Performing this here diff --git a/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.ts b/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.ts index 17dc4c17c6..414766ff63 100644 --- a/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.ts +++ b/src/sql/parts/registeredServer/serverGroupDialog/serverGroupDialog.ts @@ -148,18 +148,18 @@ export class ServerGroupDialog extends Modal { this._colorCheckBoxesMap[this._selectedColorOption].checkbox.focus(); } else if (this.isFocusOnColors()) { this._addServerButton.enabled ? this._addServerButton.focus() : this._closeButton.focus(); - } else if (document.activeElement === this._addServerButton.getElement()) { + } else if (document.activeElement === this._addServerButton.element) { this._closeButton.focus(); } - else if (document.activeElement === this._closeButton.getElement()) { + else if (document.activeElement === this._closeButton.element) { this._groupNameInputBox.focus(); } } private focusPrevious(): void { - if (document.activeElement === this._closeButton.getElement()) { + if (document.activeElement === this._closeButton.element) { this._addServerButton.enabled ? this._addServerButton.focus() : this._colorCheckBoxesMap[this._selectedColorOption].checkbox.focus(); - } else if (document.activeElement === this._addServerButton.getElement()) { + } else if (document.activeElement === this._addServerButton.element) { this._colorCheckBoxesMap[this._selectedColorOption].checkbox.focus(); } else if (this.isFocusOnColors()) { this._groupDescriptionInputBox.focus(); diff --git a/src/sql/parts/registeredServer/viewlet/connectionViewlet.ts b/src/sql/parts/registeredServer/viewlet/connectionViewlet.ts index 99d3590336..005cf1f60d 100644 --- a/src/sql/parts/registeredServer/viewlet/connectionViewlet.ts +++ b/src/sql/parts/registeredServer/viewlet/connectionViewlet.ts @@ -17,7 +17,6 @@ import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { IThemeService } from 'vs/platform/theme/common/themeService'; import { attachInputBoxStyler } from 'vs/platform/theme/common/styler'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; -import { IMessageService } from 'vs/platform/message/common/message'; import { isPromiseCanceledError } from 'vs/base/common/errors'; import Severity from 'vs/base/common/severity'; import { IConnectionsViewlet, IConnectionManagementService, VIEWLET_ID } from 'sql/parts/connection/common/connectionManagement'; @@ -27,6 +26,8 @@ import { IDisposable, dispose } from 'vs/base/common/lifecycle'; import { ClearSearchAction, AddServerAction, AddServerGroupAction, ActiveConnectionsFilterAction } from 'sql/parts/registeredServer/viewlet/connectionTreeAction'; import { warn } from 'sql/base/common/log'; import { IObjectExplorerService } from 'sql/parts/registeredServer/common/objectExplorerService'; +import { IPartService } from 'vs/workbench/services/part/common/partService'; +import { INotificationService } from 'vs/platform/notification/common/notification'; export class ConnectionViewlet extends Viewlet implements IConnectionsViewlet { @@ -49,10 +50,12 @@ export class ConnectionViewlet extends Viewlet implements IConnectionsViewlet { @IConnectionManagementService private connectionManagementService: IConnectionManagementService, @IInstantiationService private _instantiationService: IInstantiationService, @IViewletService private viewletService: IViewletService, - @IMessageService private messageService: IMessageService, - @IObjectExplorerService private objectExplorerService: IObjectExplorerService + @INotificationService private _notificationService: INotificationService, + @IObjectExplorerService private objectExplorerService: IObjectExplorerService, + @IPartService partService: IPartService ) { - super(VIEWLET_ID, telemetryService, _themeService); + + super(VIEWLET_ID, partService, telemetryService, _themeService); this._searchDelayer = new ThrottledDelayer(500); this._clearSearchAction = this._instantiationService.createInstance(ClearSearchAction, ClearSearchAction.ID, ClearSearchAction.LABEL, this); @@ -71,7 +74,10 @@ export class ConnectionViewlet extends Viewlet implements IConnectionsViewlet { if (isPromiseCanceledError(err)) { return; } - this.messageService.show(Severity.Error, err); + this._notificationService.notify({ + severity: Severity.Error, + message: err + }); } public create(parent: Builder): TPromise { diff --git a/src/sql/parts/taskHistory/common/taskService.ts b/src/sql/parts/taskHistory/common/taskService.ts index 9a375373ac..67e62bbcb2 100644 --- a/src/sql/parts/taskHistory/common/taskService.ts +++ b/src/sql/parts/taskHistory/common/taskService.ts @@ -10,10 +10,10 @@ import { IQueryEditorService } from 'sql/parts/query/common/queryEditorService'; import { createDecorator } from 'vs/platform/instantiation/common/instantiation'; import Event, { Emitter } from 'vs/base/common/event'; import { ILifecycleService } from 'vs/platform/lifecycle/common/lifecycle'; -import { IChoiceService } from 'vs/platform/message/common/message'; import { localize } from 'vs/nls'; import Severity from 'vs/base/common/severity'; import { TPromise } from 'vs/base/common/winjs.base'; +import { IChoiceService } from 'vs/platform/dialogs/common/dialogs'; export const SERVICE_ID = 'taskHistoryService'; export const ITaskService = createDecorator(SERVICE_ID); diff --git a/src/sql/parts/taskHistory/viewlet/taskHistoryViewlet.ts b/src/sql/parts/taskHistory/viewlet/taskHistoryViewlet.ts index 732d2b25bc..7b450dce68 100644 --- a/src/sql/parts/taskHistory/viewlet/taskHistoryViewlet.ts +++ b/src/sql/parts/taskHistory/viewlet/taskHistoryViewlet.ts @@ -14,12 +14,13 @@ import { toggleClass } from 'vs/base/browser/dom'; import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { IThemeService } from 'vs/platform/theme/common/themeService'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; -import { IMessageService } from 'vs/platform/message/common/message'; import { isPromiseCanceledError } from 'vs/base/common/errors'; import Severity from 'vs/base/common/severity'; import { IConnectionManagementService } from 'sql/parts/connection/common/connectionManagement'; import { TaskHistoryView } from 'sql/parts/taskHistory/viewlet/taskHistoryView'; import { IDisposable, dispose } from 'vs/base/common/lifecycle'; +import { IPartService } from 'vs/workbench/services/part/common/partService'; +import { INotificationService } from 'vs/platform/notification/common/notification'; export const VIEWLET_ID = 'workbench.view.taskHistory'; @@ -35,16 +36,20 @@ export class TaskHistoryViewlet extends Viewlet { @IConnectionManagementService private connectionManagementService: IConnectionManagementService, @IInstantiationService private _instantiationService: IInstantiationService, @IViewletService private viewletService: IViewletService, - @IMessageService private messageService: IMessageService + @INotificationService private _notificationService: INotificationService, + @IPartService partService: IPartService ) { - super(VIEWLET_ID, telemetryService, themeService); + super(VIEWLET_ID, partService, telemetryService, themeService); } private onError(err: any): void { if (isPromiseCanceledError(err)) { return; } - this.messageService.show(Severity.Error, err); + this._notificationService.notify({ + severity: Severity.Error, + message: err + }); } public create(parent: Builder): TPromise { diff --git a/src/sql/platform/clipboard/electron-browser/clipboardService.ts b/src/sql/platform/clipboard/electron-browser/clipboardService.ts index 0a8ee29275..2860bf2f38 100644 --- a/src/sql/platform/clipboard/electron-browser/clipboardService.ts +++ b/src/sql/platform/clipboard/electron-browser/clipboardService.ts @@ -8,6 +8,7 @@ import { IClipboardService } from 'sql/platform/clipboard/common/clipboardService'; import { IClipboardService as vsIClipboardService } from 'vs/platform/clipboard/common/clipboardService'; import { clipboard, nativeImage } from 'electron'; +import URI from 'vs/base/common/uri'; export class ClipboardService implements IClipboardService { _serviceBrand: any; @@ -47,4 +48,25 @@ export class ClipboardService implements IClipboardService { writeFindText(text: string): void { this._vsClipboardService.writeFindText(text); } + + /** + * Writes files to the system clipboard. + */ + writeFiles(files: URI[]): void { + this._vsClipboardService.writeFiles(files); + } + + /** + * Reads files from the system clipboard. + */ + readFiles(): URI[] { + return this._vsClipboardService.readFiles(); + } + + /** + * Find out if files are copied to the clipboard. + */ + hasFiles(): boolean { + return this._vsClipboardService.hasFiles(); + } } diff --git a/src/sql/platform/dashboard/common/dashboardRegistry.ts b/src/sql/platform/dashboard/common/dashboardRegistry.ts index 7a9793113e..65b54f801e 100644 --- a/src/sql/platform/dashboard/common/dashboardRegistry.ts +++ b/src/sql/platform/dashboard/common/dashboardRegistry.ts @@ -8,7 +8,7 @@ import { IConfigurationRegistry, Extensions as ConfigurationExtension } from 'vs import { IJSONSchema, IJSONSchemaMap } from 'vs/base/common/jsonSchema'; import * as nls from 'vs/nls'; import { deepClone } from 'vs/base/common/objects'; -import { IExtensionPointUser, ExtensionsRegistry } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser, ExtensionsRegistry } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { ProviderProperties } from 'sql/parts/dashboard/widgets/properties/propertiesWidget.component'; import { DATABASE_DASHBOARD_TABS } from 'sql/parts/dashboard/pages/databaseDashboardPage.contribution'; diff --git a/src/sql/platform/tasks/common/tasks.ts b/src/sql/platform/tasks/common/tasks.ts index 0dbdeb032e..49aab3cc57 100644 --- a/src/sql/platform/tasks/common/tasks.ts +++ b/src/sql/platform/tasks/common/tasks.ts @@ -22,20 +22,21 @@ import { CommandsRegistry } from 'vs/platform/commands/common/commands'; export interface ITaskOptions { id: string; title: string; - iconClass: string; + iconPath: { dark: string; light: string; }; description?: ITaskHandlerDescription; } export abstract class Task { public readonly id: string; public readonly title: string; - public readonly iconClass: string; + public readonly iconPathDark: string; + public readonly iconPath: { dark: string; light: string; }; private readonly _description: ITaskHandlerDescription; constructor(opts: ITaskOptions) { this.id = opts.id; this.title = opts.title; - this.iconClass = opts.iconClass; + this.iconPath = opts.iconPath; this._description = opts.description; } @@ -49,7 +50,7 @@ export abstract class Task { private toCommandAction(): ICommandAction { return { - iconClass: this.iconClass, + iconPath: this.iconPath, id: this.id, title: this.title }; diff --git a/src/sql/services/bootstrap/bootstrapService.ts b/src/sql/services/bootstrap/bootstrapService.ts index 66192583d8..d8001c721a 100644 --- a/src/sql/services/bootstrap/bootstrapService.ts +++ b/src/sql/services/bootstrap/bootstrapService.ts @@ -33,7 +33,6 @@ import { IWorkbenchThemeService } from 'vs/workbench/services/themes/common/work import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService'; import { IPartService } from 'vs/workbench/services/part/common/partService'; import { IConfigurationService } from 'vs/platform/configuration/common/configuration'; -import { IMessageService } from 'vs/platform/message/common/message'; import { IWorkspaceContextService } from 'vs/platform/workspace/common/workspace'; import { IAccountManagementService } from 'sql/services/accountManagement/interfaces'; import { IWindowsService, IWindowService } from 'vs/platform/windows/common/windows'; @@ -42,6 +41,8 @@ import { IStorageService } from 'vs/platform/storage/common/storage'; import { ConfigurationEditingService } from 'vs/workbench/services/configuration/node/configurationEditingService'; import { ICommandService } from 'vs/platform/commands/common/commands'; import { IJobManagementService } from 'sql/parts/jobManagement/common/interfaces'; +import { IEnvironmentService } from 'vs/platform/environment/common/environment'; +import { INotificationService } from 'vs/platform/notification/common/notification'; export const BOOTSTRAP_SERVICE_ID = 'bootstrapService'; export const IBootstrapService = createDecorator(BOOTSTRAP_SERVICE_ID); @@ -78,7 +79,7 @@ export interface IBootstrapService { insightsDialogService: IInsightsDialogService; contextViewService: IContextViewService; restoreDialogService: IRestoreDialogController; - messageService: IMessageService; + notificationService: INotificationService; workspaceContextService: IWorkspaceContextService; accountManagementService: IAccountManagementService; windowsService: IWindowsService; @@ -94,6 +95,7 @@ export interface IBootstrapService { commandService: ICommandService; dashboardWebviewService: IDashboardWebviewService; jobManagementService: IJobManagementService; + environmentService: IEnvironmentService; /* * Bootstraps the Angular module described. Components that need singleton services should inject the diff --git a/src/sql/services/bootstrap/bootstrapServiceImpl.ts b/src/sql/services/bootstrap/bootstrapServiceImpl.ts index 238644d58a..9c9cbf274a 100644 --- a/src/sql/services/bootstrap/bootstrapServiceImpl.ts +++ b/src/sql/services/bootstrap/bootstrapServiceImpl.ts @@ -37,7 +37,6 @@ import { IEditorInput } from 'vs/platform/editor/common/editor'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { IBootstrapService, BOOTSTRAP_SERVICE_ID } from './bootstrapService'; import { IConfigurationService } from 'vs/platform/configuration/common/configuration'; -import { IMessageService } from 'vs/platform/message/common/message'; import { IWorkspaceContextService } from 'vs/platform/workspace/common/workspace'; import { IAccountManagementService } from 'sql/services/accountManagement/interfaces'; import { IWindowsService, IWindowService } from 'vs/platform/windows/common/windows'; @@ -46,6 +45,8 @@ import { IStorageService } from 'vs/platform/storage/common/storage'; import { ConfigurationEditingService } from 'vs/workbench/services/configuration/node/configurationEditingService'; import { ICommandService } from 'vs/platform/commands/common/commands'; import { IJobManagementService } from 'sql/parts/jobManagement/common/interfaces'; +import { IEnvironmentService } from 'vs/platform/environment/common/environment'; +import { INotificationService } from 'vs/platform/notification/common/notification'; export class BootstrapService implements IBootstrapService { @@ -88,7 +89,7 @@ export class BootstrapService implements IBootstrapService { @IConfigurationService public configurationService: IConfigurationService, @IInsightsDialogService public insightsDialogService: IInsightsDialogService, @IContextViewService public contextViewService: IContextViewService, - @IMessageService public messageService: IMessageService, + @INotificationService public notificationService: INotificationService, @IWorkspaceContextService public workspaceContextService: IWorkspaceContextService, @IAccountManagementService public accountManagementService: IAccountManagementService, @IWindowsService public windowsService: IWindowsService, @@ -102,7 +103,8 @@ export class BootstrapService implements IBootstrapService { @ICapabilitiesService public capabilitiesService: ICapabilitiesService, @ICommandService public commandService: ICommandService, @IDashboardWebviewService public dashboardWebviewService: IDashboardWebviewService, - @IJobManagementService public jobManagementService: IJobManagementService + @IJobManagementService public jobManagementService: IJobManagementService, + @IEnvironmentService public environmentService: IEnvironmentService ) { this.configurationEditorService = this.instantiationService.createInstance(ConfigurationEditingService); this._bootstrapParameterMap = new Map(); diff --git a/src/sql/workbench/api/electron-browser/mainThreadDashboard.ts b/src/sql/workbench/api/electron-browser/mainThreadDashboard.ts index 3359b18cd3..7e9edc9fde 100644 --- a/src/sql/workbench/api/electron-browser/mainThreadDashboard.ts +++ b/src/sql/workbench/api/electron-browser/mainThreadDashboard.ts @@ -1,7 +1,7 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ 'use strict'; import { extHostNamedCustomer } from 'vs/workbench/api/electron-browser/extHostCustomers'; @@ -17,7 +17,7 @@ export class MainThreadDashboard implements MainThreadDashboardShape { context: IExtHostContext, @IDashboardService private _dashboardService: IDashboardService ) { - this._proxy = context.get(SqlExtHostContext.ExtHostDashboard); + this._proxy = context.getProxy(SqlExtHostContext.ExtHostDashboard); _dashboardService.onDidChangeToDashboard(e => { this._proxy.$onDidChangeToDashboard(e); }); diff --git a/src/sql/workbench/api/electron-browser/mainThreadModalDialog.ts b/src/sql/workbench/api/electron-browser/mainThreadModalDialog.ts index 32673afe94..2856bb59bb 100644 --- a/src/sql/workbench/api/electron-browser/mainThreadModalDialog.ts +++ b/src/sql/workbench/api/electron-browser/mainThreadModalDialog.ts @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ 'use strict'; import { WebViewDialog } from 'sql/base/browser/ui/modal/webViewDialog'; @@ -22,7 +22,7 @@ export class MainThreadModalDialog implements MainThreadModalDialogShape { @IWorkbenchEditorService private readonly _editorService: IWorkbenchEditorService, @IInstantiationService private readonly _instantiationService: IInstantiationService ) { - this._proxy = context.get(SqlExtHostContext.ExtHostModalDialogs); + this._proxy = context.getProxy(SqlExtHostContext.ExtHostModalDialogs); } dispose(): void { diff --git a/src/sql/workbench/api/electron-browser/mainThreadTasks.ts b/src/sql/workbench/api/electron-browser/mainThreadTasks.ts index 961430a87e..5d092329e6 100644 --- a/src/sql/workbench/api/electron-browser/mainThreadTasks.ts +++ b/src/sql/workbench/api/electron-browser/mainThreadTasks.ts @@ -32,7 +32,7 @@ export class MainThreadTasks implements MainThreadTasksShape { constructor( extHostContext: IExtHostContext ) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostTasks); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostTasks); } dispose() { diff --git a/src/sql/workbench/api/electron-browser/sqlExtensionHost.contribution.ts b/src/sql/workbench/api/electron-browser/sqlExtensionHost.contribution.ts index 0792645f41..4d1ba02601 100644 --- a/src/sql/workbench/api/electron-browser/sqlExtensionHost.contribution.ts +++ b/src/sql/workbench/api/electron-browser/sqlExtensionHost.contribution.ts @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ 'use strict'; diff --git a/src/sql/workbench/api/node/extHostAccountManagement.ts b/src/sql/workbench/api/node/extHostAccountManagement.ts index 9475cc4895..2bf8302f21 100644 --- a/src/sql/workbench/api/node/extHostAccountManagement.ts +++ b/src/sql/workbench/api/node/extHostAccountManagement.ts @@ -7,22 +7,22 @@ import * as sqlops from 'sqlops'; import { TPromise } from 'vs/base/common/winjs.base'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; import { Disposable } from 'vs/workbench/api/node/extHostTypes'; import { ExtHostAccountManagementShape, MainThreadAccountManagementShape, SqlMainContext, } from 'sql/workbench/api/node/sqlExtHost.protocol'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; export class ExtHostAccountManagement extends ExtHostAccountManagementShape { private _handlePool: number = 0; private _proxy: MainThreadAccountManagementShape; private _providers: { [handle: number]: AccountProviderWithMetadata } = {}; - constructor(threadService: IThreadService) { + constructor(mainContext: IMainContext) { super(); - this._proxy = threadService.get(SqlMainContext.MainThreadAccountManagement); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadAccountManagement); } // PUBLIC METHODS ////////////////////////////////////////////////////// diff --git a/src/sql/workbench/api/node/extHostConnectionManagement.ts b/src/sql/workbench/api/node/extHostConnectionManagement.ts index 7b8fce541e..bf8415fa3b 100644 --- a/src/sql/workbench/api/node/extHostConnectionManagement.ts +++ b/src/sql/workbench/api/node/extHostConnectionManagement.ts @@ -4,8 +4,8 @@ *--------------------------------------------------------------------------------------------*/ 'use strict'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; import { ExtHostConnectionManagementShape, SqlMainContext, MainThreadConnectionManagementShape } from 'sql/workbench/api/node/sqlExtHost.protocol'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; import * as sqlops from 'sqlops'; export class ExtHostConnectionManagement extends ExtHostConnectionManagementShape { @@ -13,10 +13,10 @@ export class ExtHostConnectionManagement extends ExtHostConnectionManagementShap private _proxy: MainThreadConnectionManagementShape; constructor( - threadService: IThreadService + mainContext: IMainContext ) { super(); - this._proxy = threadService.get(SqlMainContext.MainThreadConnectionManagement); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadConnectionManagement); } public $getActiveConnections(): Thenable { diff --git a/src/sql/workbench/api/node/extHostCredentialManagement.ts b/src/sql/workbench/api/node/extHostCredentialManagement.ts index 64d48705ab..291dfc66f8 100644 --- a/src/sql/workbench/api/node/extHostCredentialManagement.ts +++ b/src/sql/workbench/api/node/extHostCredentialManagement.ts @@ -5,7 +5,7 @@ 'use strict'; import { TPromise } from 'vs/base/common/winjs.base'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; import { SqlMainContext, MainThreadCredentialManagementShape, ExtHostCredentialManagementShape } from 'sql/workbench/api/node/sqlExtHost.protocol'; import * as vscode from 'vscode'; import * as sqlops from 'sqlops'; @@ -41,12 +41,12 @@ export class ExtHostCredentialManagement extends ExtHostCredentialManagementShap private _registrationPromise: Promise; private _registrationPromiseResolve; - constructor(threadService: IThreadService) { + constructor(mainContext: IMainContext) { super(); let self = this; - this._proxy = threadService.get(SqlMainContext.MainThreadCredentialManagement); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadCredentialManagement); // Create a promise to resolve when a credential provider has been registered. // HACK: this gives us a deferred promise diff --git a/src/sql/workbench/api/node/extHostDashboard.ts b/src/sql/workbench/api/node/extHostDashboard.ts index 3fdbdb72f6..0254cbc747 100644 --- a/src/sql/workbench/api/node/extHostDashboard.ts +++ b/src/sql/workbench/api/node/extHostDashboard.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ 'use strict'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; import Event, { Emitter } from 'vs/base/common/event'; import * as sqlops from 'sqlops'; @@ -20,8 +20,8 @@ export class ExtHostDashboard implements ExtHostDashboardShape { private _proxy: MainThreadDashboardShape; - constructor(threadService: IThreadService) { - this._proxy = threadService.get(SqlMainContext.MainThreadDashboard); + constructor(mainContext: IMainContext) { + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadDashboard); } $onDidOpenDashboard(dashboard: sqlops.DashboardDocument) { diff --git a/src/sql/workbench/api/node/extHostDashboardWebview.ts b/src/sql/workbench/api/node/extHostDashboardWebview.ts index 0419c5f9cb..aa72cf8186 100644 --- a/src/sql/workbench/api/node/extHostDashboardWebview.ts +++ b/src/sql/workbench/api/node/extHostDashboardWebview.ts @@ -67,7 +67,7 @@ export class ExtHostDashboardWebviews implements ExtHostDashboardWebviewsShape { constructor( mainContext: IMainContext ) { - this._proxy = mainContext.get(SqlMainContext.MainThreadDashboardWebview); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadDashboardWebview); } $onMessage(handle: number, message: any): void { diff --git a/src/sql/workbench/api/node/extHostDataProtocol.ts b/src/sql/workbench/api/node/extHostDataProtocol.ts index 22bbe076a2..dfbcb56138 100644 --- a/src/sql/workbench/api/node/extHostDataProtocol.ts +++ b/src/sql/workbench/api/node/extHostDataProtocol.ts @@ -5,7 +5,7 @@ 'use strict'; import Event, { Emitter } from 'vs/base/common/event'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; import { SqlMainContext, MainThreadDataProtocolShape, ExtHostDataProtocolShape } from 'sql/workbench/api/node/sqlExtHost.protocol'; import * as vscode from 'vscode'; import * as sqlops from 'sqlops'; @@ -23,10 +23,10 @@ export class ExtHostDataProtocol extends ExtHostDataProtocolShape { private _adapter = new Map(); constructor( - threadService: IThreadService + mainContext: IMainContext ) { super(); - this._proxy = threadService.get(SqlMainContext.MainThreadDataProtocol); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadDataProtocol); } private _createDisposable(handle: number): Disposable { diff --git a/src/sql/workbench/api/node/extHostModalDialog.ts b/src/sql/workbench/api/node/extHostModalDialog.ts index 590562eaab..9151040298 100644 --- a/src/sql/workbench/api/node/extHostModalDialog.ts +++ b/src/sql/workbench/api/node/extHostModalDialog.ts @@ -1,6 +1,6 @@ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. + * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ 'use strict'; @@ -92,7 +92,7 @@ export class ExtHostModalDialogs implements ExtHostModalDialogsShape { constructor( mainContext: IMainContext ) { - this._proxy = mainContext.get(SqlMainContext.MainThreadModalDialog); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadModalDialog); } createDialog( diff --git a/src/sql/workbench/api/node/extHostObjectExplorer.ts b/src/sql/workbench/api/node/extHostObjectExplorer.ts index 49fa9d91b8..c5bb5a4fcc 100644 --- a/src/sql/workbench/api/node/extHostObjectExplorer.ts +++ b/src/sql/workbench/api/node/extHostObjectExplorer.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ 'use strict'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; import { ExtHostObjectExplorerShape, SqlMainContext, MainThreadObjectExplorerShape } from 'sql/workbench/api/node/sqlExtHost.protocol'; import * as sqlops from 'sqlops'; import * as vscode from 'vscode'; @@ -14,9 +14,9 @@ export class ExtHostObjectExplorer implements ExtHostObjectExplorerShape { private _proxy: MainThreadObjectExplorerShape; constructor( - threadService: IThreadService + mainContext: IMainContext ) { - this._proxy = threadService.get(SqlMainContext.MainThreadObjectExplorer); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadObjectExplorer); } public $getNode(connectionId: string, nodePath?: string): Thenable { diff --git a/src/sql/workbench/api/node/extHostResourceProvider.ts b/src/sql/workbench/api/node/extHostResourceProvider.ts index 908a8a25af..2d9ec384aa 100644 --- a/src/sql/workbench/api/node/extHostResourceProvider.ts +++ b/src/sql/workbench/api/node/extHostResourceProvider.ts @@ -7,7 +7,7 @@ import * as sqlops from 'sqlops'; import { TPromise } from 'vs/base/common/winjs.base'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; import { Disposable } from 'vs/workbench/api/node/extHostTypes'; import { ExtHostResourceProviderShape, @@ -20,9 +20,9 @@ export class ExtHostResourceProvider extends ExtHostResourceProviderShape { private _proxy: MainThreadResourceProviderShape; private _providers: { [handle: number]: ResourceProviderWithMetadata } = {}; - constructor(threadService: IThreadService) { + constructor(mainContext: IMainContext) { super(); - this._proxy = threadService.get(SqlMainContext.MainThreadResourceProvider); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadResourceProvider); } // PUBLIC METHODS ////////////////////////////////////////////////////// diff --git a/src/sql/workbench/api/node/extHostSerializationProvider.ts b/src/sql/workbench/api/node/extHostSerializationProvider.ts index 93f9abfa15..8a20c36cf7 100644 --- a/src/sql/workbench/api/node/extHostSerializationProvider.ts +++ b/src/sql/workbench/api/node/extHostSerializationProvider.ts @@ -5,7 +5,7 @@ 'use strict'; import { TPromise } from 'vs/base/common/winjs.base'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IMainContext } from 'vs/workbench/api/node/extHost.protocol'; import { SqlMainContext, MainThreadSerializationProviderShape, ExtHostSerializationProviderShape } from 'sql/workbench/api/node/sqlExtHost.protocol'; import * as vscode from 'vscode'; import * as sqlops from 'sqlops'; @@ -53,10 +53,10 @@ export class ExtHostSerializationProvider extends ExtHostSerializationProviderSh } constructor( - threadService: IThreadService + mainContext: IMainContext ) { super(); - this._proxy = threadService.get(SqlMainContext.MainThreadSerializationProvider); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadSerializationProvider); } public $registerSerializationProvider(provider: sqlops.SerializationProvider): vscode.Disposable { diff --git a/src/sql/workbench/api/node/extHostTasks.ts b/src/sql/workbench/api/node/extHostTasks.ts index b89c01bd3f..f16889ae81 100644 --- a/src/sql/workbench/api/node/extHostTasks.ts +++ b/src/sql/workbench/api/node/extHostTasks.ts @@ -29,7 +29,7 @@ export class ExtHostTasks implements ExtHostTasksShape { mainContext: IMainContext, private logService: ILogService ) { - this._proxy = mainContext.get(SqlMainContext.MainThreadTasks); + this._proxy = mainContext.getProxy(SqlMainContext.MainThreadTasks); } registerTask(id: string, callback: sqlops.tasks.ITaskHandler, thisArg?: any, description?: ITaskHandlerDescription): extHostTypes.Disposable { diff --git a/src/sql/workbench/api/node/mainThreadAccountManagement.ts b/src/sql/workbench/api/node/mainThreadAccountManagement.ts index 2ae7baf7c5..dad2cc4890 100644 --- a/src/sql/workbench/api/node/mainThreadAccountManagement.ts +++ b/src/sql/workbench/api/node/mainThreadAccountManagement.ts @@ -29,7 +29,7 @@ export class MainThreadAccountManagement implements MainThreadAccountManagementS ) { this._providerMetadata = {}; if (extHostContext) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostAccountManagement); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostAccountManagement); } this._toDispose = []; } diff --git a/src/sql/workbench/api/node/mainThreadConnectionManagement.ts b/src/sql/workbench/api/node/mainThreadConnectionManagement.ts index 299094ea08..57b7ae9592 100644 --- a/src/sql/workbench/api/node/mainThreadConnectionManagement.ts +++ b/src/sql/workbench/api/node/mainThreadConnectionManagement.ts @@ -28,7 +28,7 @@ export class MainThreadConnectionManagement implements MainThreadConnectionManag @IWorkbenchEditorService private _workbenchEditorService: IWorkbenchEditorService ) { if (extHostContext) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostConnectionManagement); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostConnectionManagement); } this._toDispose = []; } diff --git a/src/sql/workbench/api/node/mainThreadCredentialManagement.ts b/src/sql/workbench/api/node/mainThreadCredentialManagement.ts index 0dd6688470..a617de52b8 100644 --- a/src/sql/workbench/api/node/mainThreadCredentialManagement.ts +++ b/src/sql/workbench/api/node/mainThreadCredentialManagement.ts @@ -29,7 +29,7 @@ export class MainThreadCredentialManagement implements MainThreadCredentialManag @ICredentialsService private credentialService: ICredentialsService ) { if (extHostContext) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostCredentialManagement); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostCredentialManagement); } } diff --git a/src/sql/workbench/api/node/mainThreadDashboardWebview.ts b/src/sql/workbench/api/node/mainThreadDashboardWebview.ts index f77ca9183f..4c5c039ca7 100644 --- a/src/sql/workbench/api/node/mainThreadDashboardWebview.ts +++ b/src/sql/workbench/api/node/mainThreadDashboardWebview.ts @@ -22,7 +22,7 @@ export class MainThreadDashboardWebview implements MainThreadDashboardWebviewSha context: IExtHostContext, @IDashboardWebviewService webviewService: IDashboardWebviewService ) { - this._proxy = context.get(SqlExtHostContext.ExtHostDashboardWebviews); + this._proxy = context.getProxy(SqlExtHostContext.ExtHostDashboardWebviews); webviewService.onRegisteredWebview(e => { if (this.knownWidgets.includes(e.id)) { let handle = MainThreadDashboardWebview._handlePool++; diff --git a/src/sql/workbench/api/node/mainThreadDataProtocol.ts b/src/sql/workbench/api/node/mainThreadDataProtocol.ts index 234a45dec7..56deea2d82 100644 --- a/src/sql/workbench/api/node/mainThreadDataProtocol.ts +++ b/src/sql/workbench/api/node/mainThreadDataProtocol.ts @@ -27,7 +27,6 @@ import { ISerializationService } from 'sql/services/serialization/serializationS import { IFileBrowserService } from 'sql/parts/fileBrowser/common/interfaces'; import { IExtHostContext } from 'vs/workbench/api/node/extHost.protocol'; import { extHostNamedCustomer } from 'vs/workbench/api/electron-browser/extHostCustomers'; -import { IMessageService } from 'vs/platform/message/common/message'; import severity from 'vs/base/common/severity'; /** @@ -57,11 +56,10 @@ export class MainThreadDataProtocol implements MainThreadDataProtocolShape { @ITaskService private _taskService: ITaskService, @IProfilerService private _profilerService: IProfilerService, @ISerializationService private _serializationService: ISerializationService, - @IFileBrowserService private _fileBrowserService: IFileBrowserService, - @IMessageService private _messageService: IMessageService + @IFileBrowserService private _fileBrowserService: IFileBrowserService ) { if (extHostContext) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostDataProtocol); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostDataProtocol); } if (this._connectionManagementService) { this._connectionManagementService.onLanguageFlavorChanged(e => this._proxy.$languageFlavorChanged(e), this, this._toDispose); diff --git a/src/sql/workbench/api/node/mainThreadObjectExplorer.ts b/src/sql/workbench/api/node/mainThreadObjectExplorer.ts index 0050bcae58..333c0bcb91 100644 --- a/src/sql/workbench/api/node/mainThreadObjectExplorer.ts +++ b/src/sql/workbench/api/node/mainThreadObjectExplorer.ts @@ -29,7 +29,7 @@ export class MainThreadObjectExplorer implements MainThreadObjectExplorerShape { @IWorkbenchEditorService private _workbenchEditorService: IWorkbenchEditorService ) { if (extHostContext) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostObjectExplorer); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostObjectExplorer); } this._toDispose = []; } diff --git a/src/sql/workbench/api/node/mainThreadResourceProvider.ts b/src/sql/workbench/api/node/mainThreadResourceProvider.ts index b9e8f06aa4..b2da328cab 100644 --- a/src/sql/workbench/api/node/mainThreadResourceProvider.ts +++ b/src/sql/workbench/api/node/mainThreadResourceProvider.ts @@ -30,7 +30,7 @@ export class MainThreadResourceProvider implements MainThreadResourceProviderSha ) { this._providerMetadata = {}; if (extHostContext) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostResourceProvider); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostResourceProvider); } this._toDispose = []; } diff --git a/src/sql/workbench/api/node/mainThreadSerializationProvider.ts b/src/sql/workbench/api/node/mainThreadSerializationProvider.ts index b06aa26d08..cddced3a19 100644 --- a/src/sql/workbench/api/node/mainThreadSerializationProvider.ts +++ b/src/sql/workbench/api/node/mainThreadSerializationProvider.ts @@ -30,7 +30,7 @@ export class MainThreadSerializationProvider implements MainThreadSerializationP ) { if (extHostContext) { - this._proxy = extHostContext.get(SqlExtHostContext.ExtHostSerializationProvider); + this._proxy = extHostContext.getProxy(SqlExtHostContext.ExtHostSerializationProvider); } } diff --git a/src/sql/workbench/api/node/sqlExtHost.api.impl.ts b/src/sql/workbench/api/node/sqlExtHost.api.impl.ts index e25b71fbf7..22cfb48f83 100644 --- a/src/sql/workbench/api/node/sqlExtHost.api.impl.ts +++ b/src/sql/workbench/api/node/sqlExtHost.api.impl.ts @@ -7,9 +7,9 @@ import * as extHostApi from 'vs/workbench/api/node/extHost.api.impl'; import { TrieMap } from 'sql/base/common/map'; import { TPromise } from 'vs/base/common/winjs.base'; -import { IInitData } from 'vs/workbench/api/node/extHost.protocol'; +import { IInitData, IExtHostContext } from 'vs/workbench/api/node/extHost.protocol'; import { ExtHostExtensionService } from 'vs/workbench/api/node/extHostExtensionService'; -import { IExtensionDescription } from 'vs/platform/extensions/common/extensions'; +import { IExtensionDescription } from 'vs/workbench/services/extensions/common/extensions'; import { realpath } from 'fs'; import * as extHostTypes from 'vs/workbench/api/node/extHostTypes'; @@ -21,17 +21,16 @@ import { ExtHostCredentialManagement } from 'sql/workbench/api/node/extHostCrede import { ExtHostDataProtocol } from 'sql/workbench/api/node/extHostDataProtocol'; import { ExtHostSerializationProvider } from 'sql/workbench/api/node/extHostSerializationProvider'; import { ExtHostResourceProvider } from 'sql/workbench/api/node/extHostResourceProvider'; -import { ExtHostThreadService } from 'vs/workbench/services/thread/node/extHostThreadService'; import * as sqlExtHostTypes from 'sql/workbench/api/common/sqlExtHostTypes'; import { ExtHostWorkspace } from 'vs/workbench/api/node/extHostWorkspace'; import { ExtHostConfiguration } from 'vs/workbench/api/node/extHostConfiguration'; import { ExtHostModalDialogs } from 'sql/workbench/api/node/extHostModalDialog'; import { ExtHostTasks } from 'sql/workbench/api/node/extHostTasks'; -import { ILogService } from 'vs/platform/log/common/log'; import { ExtHostDashboardWebviews } from 'sql/workbench/api/node/extHostDashboardWebview'; import { ExtHostConnectionManagement } from 'sql/workbench/api/node/extHostConnectionManagement'; import { ExtHostDashboard } from 'sql/workbench/api/node/extHostDashboard'; import { ExtHostObjectExplorer } from 'sql/workbench/api/node/extHostObjectExplorer'; +import { ExtHostLogService } from 'vs/workbench/api/node/extHostLogService'; export interface ISqlExtensionApiFactory { vsCodeFactory(extension: IExtensionDescription): typeof vscode; @@ -43,26 +42,26 @@ export interface ISqlExtensionApiFactory { */ export function createApiFactory( initData: IInitData, - threadService: ExtHostThreadService, + rpcProtocol: IExtHostContext, extHostWorkspace: ExtHostWorkspace, extHostConfiguration: ExtHostConfiguration, extensionService: ExtHostExtensionService, - logService: ILogService + logService: ExtHostLogService ): ISqlExtensionApiFactory { - let vsCodeFactory = extHostApi.createApiFactory(initData, threadService, extHostWorkspace, extHostConfiguration, extensionService, logService); + let vsCodeFactory = extHostApi.createApiFactory(initData, rpcProtocol, extHostWorkspace, extHostConfiguration, extensionService, logService); // Addressable instances - const extHostAccountManagement = threadService.set(SqlExtHostContext.ExtHostAccountManagement, new ExtHostAccountManagement(threadService)); - const extHostConnectionManagement = threadService.set(SqlExtHostContext.ExtHostConnectionManagement, new ExtHostConnectionManagement(threadService)); - const extHostCredentialManagement = threadService.set(SqlExtHostContext.ExtHostCredentialManagement, new ExtHostCredentialManagement(threadService)); - const extHostDataProvider = threadService.set(SqlExtHostContext.ExtHostDataProtocol, new ExtHostDataProtocol(threadService)); - const extHostObjectExplorer = threadService.set(SqlExtHostContext.ExtHostObjectExplorer, new ExtHostObjectExplorer(threadService)); - const extHostSerializationProvider = threadService.set(SqlExtHostContext.ExtHostSerializationProvider, new ExtHostSerializationProvider(threadService)); - const extHostResourceProvider = threadService.set(SqlExtHostContext.ExtHostResourceProvider, new ExtHostResourceProvider(threadService)); - const extHostModalDialogs = threadService.set(SqlExtHostContext.ExtHostModalDialogs, new ExtHostModalDialogs(threadService)); - const extHostTasks = threadService.set(SqlExtHostContext.ExtHostTasks, new ExtHostTasks(threadService, logService)); - const extHostWebviewWidgets = threadService.set(SqlExtHostContext.ExtHostDashboardWebviews, new ExtHostDashboardWebviews(threadService)); - const extHostDashboard = threadService.set(SqlExtHostContext.ExtHostDashboard, new ExtHostDashboard(threadService)); + const extHostAccountManagement = rpcProtocol.set(SqlExtHostContext.ExtHostAccountManagement, new ExtHostAccountManagement(rpcProtocol)); + const extHostConnectionManagement = rpcProtocol.set(SqlExtHostContext.ExtHostConnectionManagement, new ExtHostConnectionManagement(rpcProtocol)); + const extHostCredentialManagement = rpcProtocol.set(SqlExtHostContext.ExtHostCredentialManagement, new ExtHostCredentialManagement(rpcProtocol)); + const extHostDataProvider = rpcProtocol.set(SqlExtHostContext.ExtHostDataProtocol, new ExtHostDataProtocol(rpcProtocol)); + const extHostObjectExplorer = rpcProtocol.set(SqlExtHostContext.ExtHostObjectExplorer, new ExtHostObjectExplorer(rpcProtocol)); + const extHostSerializationProvider = rpcProtocol.set(SqlExtHostContext.ExtHostSerializationProvider, new ExtHostSerializationProvider(rpcProtocol)); + const extHostResourceProvider = rpcProtocol.set(SqlExtHostContext.ExtHostResourceProvider, new ExtHostResourceProvider(rpcProtocol)); + const extHostModalDialogs = rpcProtocol.set(SqlExtHostContext.ExtHostModalDialogs, new ExtHostModalDialogs(rpcProtocol)); + const extHostTasks = rpcProtocol.set(SqlExtHostContext.ExtHostTasks, new ExtHostTasks(rpcProtocol, logService)); + const extHostWebviewWidgets = rpcProtocol.set(SqlExtHostContext.ExtHostDashboardWebviews, new ExtHostDashboardWebviews(rpcProtocol)); + const extHostDashboard = rpcProtocol.set(SqlExtHostContext.ExtHostDashboard, new ExtHostDashboard(rpcProtocol)); return { vsCodeFactory: vsCodeFactory, diff --git a/src/sql/workbench/api/node/sqlExtHost.protocol.ts b/src/sql/workbench/api/node/sqlExtHost.protocol.ts index 19fdaf9843..e31b5b9ba2 100644 --- a/src/sql/workbench/api/node/sqlExtHost.protocol.ts +++ b/src/sql/workbench/api/node/sqlExtHost.protocol.ts @@ -7,8 +7,8 @@ import { createMainContextProxyIdentifier as createMainId, createExtHostContextProxyIdentifier as createExtId, - ProxyIdentifier -} from 'vs/workbench/services/thread/common/threadService'; + ProxyIdentifier, IRPCProtocol } from 'vs/workbench/services/extensions/node/proxyIdentifier'; + import { TPromise } from 'vs/base/common/winjs.base'; import { IDisposable } from 'vs/base/common/lifecycle'; diff --git a/src/sql/workbench/common/actions.ts b/src/sql/workbench/common/actions.ts index a4afbb6676..bce0b29b53 100644 --- a/src/sql/workbench/common/actions.ts +++ b/src/sql/workbench/common/actions.ts @@ -48,7 +48,11 @@ export class NewQueryAction extends Task { public static ICON = 'new-query'; constructor() { - super({ id: NewQueryAction.ID, title: NewQueryAction.LABEL, iconClass: NewQueryAction.ICON }); + super({ + id: NewQueryAction.ID, + title: NewQueryAction.LABEL, + iconPath: { dark: NewQueryAction.ICON, light: NewQueryAction.ICON } + }); } public runTask(accessor: ServicesAccessor, profile: IConnectionProfile): TPromise { @@ -285,7 +289,11 @@ export class BackupAction extends Task { public static readonly ICON = Constants.BackupFeatureName; constructor() { - super({ id: BackupAction.ID, title: BackupAction.LABEL, iconClass: BackupAction.ICON }); + super({ + id: BackupAction.ID, + title: BackupAction.LABEL, + iconPath: { dark: BackupAction.ICON, light: BackupAction.ICON } + }); } runTask(accessor: ServicesAccessor, profile: IConnectionProfile): TPromise { @@ -311,7 +319,11 @@ export class RestoreAction extends Task { public static readonly ICON = Constants.RestoreFeatureName; constructor() { - super({ id: RestoreAction.ID, title: RestoreAction.LABEL, iconClass: RestoreAction.ICON }); + super({ + id: RestoreAction.ID, + title: RestoreAction.LABEL, + iconPath: { dark: RestoreAction.ICON, light: RestoreAction.ICON } + }); } runTask(accessor: ServicesAccessor, profile: IConnectionProfile): TPromise { @@ -406,7 +418,11 @@ export class ConfigureDashboardAction extends Task { private static readonly configHelpUri = 'https://aka.ms/sqldashboardconfig'; constructor() { - super({ id: ConfigureDashboardAction.ID, title: ConfigureDashboardAction.LABEL, iconClass: ConfigureDashboardAction.ICON }); + super({ + id: ConfigureDashboardAction.ID, + title: ConfigureDashboardAction.LABEL, + iconPath: { dark: ConfigureDashboardAction.ICON, light: ConfigureDashboardAction.ICON } + }); } runTask(accessor: ServicesAccessor): TPromise { diff --git a/src/sql/workbench/errorMessageDialog/errorMessageDialog.ts b/src/sql/workbench/errorMessageDialog/errorMessageDialog.ts index ee3a3ec509..8eecda50cf 100644 --- a/src/sql/workbench/errorMessageDialog/errorMessageDialog.ts +++ b/src/sql/workbench/errorMessageDialog/errorMessageDialog.ts @@ -75,7 +75,7 @@ export class ErrorMessageDialog extends Modal { let copyButtonLabel = localize('copyDetails', 'Copy details'); this._copyButton = this.addFooterButton(copyButtonLabel, () => this._clipboardService.writeText(this._messageDetails), 'left'); this._copyButton.icon = 'icon scriptToClipboard'; - this._copyButton.getElement().title = copyButtonLabel; + this._copyButton.element.title = copyButtonLabel; this._register(attachButtonStyler(this._copyButton, this._themeService, { buttonBackground: SIDE_BAR_BACKGROUND, buttonHoverBackground: SIDE_BAR_BACKGROUND })); } @@ -144,9 +144,9 @@ export class ErrorMessageDialog extends Modal { this.title = headerTitle; this._messageDetails = messageDetails; if (this._messageDetails) { - this._copyButton.getElement().style.visibility = 'visible'; + this._copyButton.element.style.visibility = 'visible'; } else { - this._copyButton.getElement().style.visibility = 'hidden'; + this._copyButton.element.style.visibility = 'hidden'; } this.resetActions(); if (actions && actions.length > 0) { @@ -154,7 +154,7 @@ export class ErrorMessageDialog extends Modal { this._actions.push(actions[i]); let button = this._actionButtons[i]; button.label = actions[i].label; - button.getElement().style.visibility = 'visible'; + button.element.style.visibility = 'visible'; } this._okButton.label = this._closeLabel; } else { @@ -169,7 +169,7 @@ export class ErrorMessageDialog extends Modal { private resetActions(): void { this._actions = []; for(let actionButton of this._actionButtons) { - actionButton.getElement().style.visibility = 'hidden'; + actionButton.element.style.visibility = 'hidden'; } } diff --git a/src/sql/workbench/parts/connection/common/connectionProviderExtension.ts b/src/sql/workbench/parts/connection/common/connectionProviderExtension.ts index 14508c00f9..95ef47463a 100644 --- a/src/sql/workbench/parts/connection/common/connectionProviderExtension.ts +++ b/src/sql/workbench/parts/connection/common/connectionProviderExtension.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ import { Registry } from 'vs/platform/registry/common/platform'; -import { IExtensionPointUser, ExtensionsRegistry } from 'vs/platform/extensions/common/extensionsRegistry'; +import { IExtensionPointUser, ExtensionsRegistry } from 'vs/workbench/services/extensions/common/extensionsRegistry'; import { IJSONSchema } from 'vs/base/common/jsonSchema'; import { localize } from 'vs/nls'; import Event, { Emitter } from 'vs/base/common/event'; diff --git a/src/sql/workbench/update/releaseNotes.ts b/src/sql/workbench/update/releaseNotes.ts index 1e6367e6eb..dfe19a6870 100644 --- a/src/sql/workbench/update/releaseNotes.ts +++ b/src/sql/workbench/update/releaseNotes.ts @@ -8,7 +8,6 @@ import nls = require('vs/nls'); import { TPromise } from 'vs/base/common/winjs.base'; import { Action } from 'vs/base/common/actions'; -import { IMessageService, CloseAction, Severity } from 'vs/platform/message/common/message'; import pkg from 'vs/platform/node/package'; import product from 'vs/platform/node/product'; import { IWorkbenchEditorService } from 'vs/workbench/services/editor/common/editorService'; @@ -19,6 +18,8 @@ import { IStorageService, StorageScope } from 'vs/platform/storage/common/storag import URI from 'vs/base/common/uri'; import { IOpenerService } from 'vs/platform/opener/common/opener'; import { AbstractShowReleaseNotesAction, loadReleaseNotes } from 'vs/workbench/parts/update/electron-browser/update'; +import { INotification, INotificationService, INotificationActions } from 'vs/platform/notification/common/notification'; +import Severity from 'vs/base/common/severity'; export class OpenGettingStartedInBrowserAction extends Action { @@ -57,7 +58,7 @@ export class ProductContribution implements IWorkbenchContribution { constructor( @IStorageService storageService: IStorageService, @IInstantiationService instantiationService: IInstantiationService, - @IMessageService messageService: IMessageService, + @INotificationService notificationService: INotificationService, @IWorkbenchEditorService editorService: IWorkbenchEditorService ) { const lastVersion = storageService.get(ProductContribution.KEY, StorageScope.GLOBAL, ''); @@ -67,12 +68,16 @@ export class ProductContribution implements IWorkbenchContribution { instantiationService.invokeFunction(loadReleaseNotes, pkg.version).then( text => editorService.openEditor(instantiationService.createInstance(ReleaseNotesInput, pkg.version, text), { pinned: true }), () => { - messageService.show(Severity.Info, { - message: nls.localize('read the release notes', "Welcome to {0} March Public Preview! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version), - actions: [ - instantiationService.createInstance(OpenGettingStartedInBrowserAction), - CloseAction + const actions: INotificationActions = { + primary: [ + instantiationService.createInstance(OpenGettingStartedInBrowserAction) ] + }; + + notificationService.notify({ + severity: Severity.Info, + message: nls.localize('read the release notes', "Welcome to {0} March Public Preview! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version), + actions }); }); } diff --git a/src/sqltest/parts/accountManagement/accountActions.test.ts b/src/sqltest/parts/accountManagement/accountActions.test.ts index 10e52b0c86..f70267a923 100644 --- a/src/sqltest/parts/accountManagement/accountActions.test.ts +++ b/src/sqltest/parts/accountManagement/accountActions.test.ts @@ -10,7 +10,7 @@ import * as sqlops from 'sqlops'; import * as TypeMoq from 'typemoq'; import { AddAccountAction, RemoveAccountAction } from 'sql/parts/accountManagement/common/accountActions'; import { AccountManagementTestService } from 'sqltest/stubs/accountManagementStubs'; -import { MessageServiceStub } from 'sqltest/stubs/messageServiceStub'; +// import { MessageServiceStub } from 'sqltest/stubs/messageServiceStub'; import { ErrorMessageServiceStub } from 'sqltest/stubs/errorMessageServiceStub'; let testAccount = { diff --git a/src/sqltest/parts/query/editor/queryEditor.test.ts b/src/sqltest/parts/query/editor/queryEditor.test.ts index 9ad553e22e..acf425c4f3 100644 --- a/src/sqltest/parts/query/editor/queryEditor.test.ts +++ b/src/sqltest/parts/query/editor/queryEditor.test.ts @@ -6,8 +6,6 @@ 'use strict'; import { InstantiationService } from 'vs/platform/instantiation/common/instantiationService'; -import { IMessageService } from 'vs/platform/message/common/message'; -import { TestMessageService, TestEditorGroupService } from 'vs/workbench/test/workbenchTestServices'; import { EditorInput } from 'vs/workbench/common/editor'; import { IEditorDescriptor } from 'vs/workbench/browser/editor'; import { TPromise } from 'vs/base/common/winjs.base'; @@ -32,12 +30,14 @@ import * as TypeMoq from 'typemoq'; import * as assert from 'assert'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { BaseEditor } from 'vs/workbench/browser/parts/editor/baseEditor'; +import { INotification, INotificationService } from 'vs/platform/notification/common/notification'; +import { TestNotificationService } from 'vs/workbench/test/workbenchTestServices'; suite('SQL QueryEditor Tests', () => { let queryModelService: QueryModelService; let instantiationService: TypeMoq.Mock; let themeService: TestThemeService = new TestThemeService(); - let messageService: TypeMoq.Mock; + let notificationService: TypeMoq.Mock; let editorDescriptorService: TypeMoq.Mock; let connectionManagementService: TypeMoq.Mock; let memento: TypeMoq.Mock; @@ -124,7 +124,7 @@ suite('SQL QueryEditor Tests', () => { queryInput2 = new QueryInput('second', 'second', fileInput2, queryResultsInput2, undefined, undefined, undefined, undefined); // Mock IMessageService - messageService = TypeMoq.Mock.ofType(TestMessageService, TypeMoq.MockBehavior.Loose); + notificationService = TypeMoq.Mock.ofType(TestNotificationService, TypeMoq.MockBehavior.Loose); // Mock ConnectionManagementService memento = TypeMoq.Mock.ofType(Memento, TypeMoq.MockBehavior.Loose, ''); @@ -134,7 +134,7 @@ suite('SQL QueryEditor Tests', () => { connectionManagementService.setup(x => x.isConnected(TypeMoq.It.isAny())).returns(() => false); // Create a QueryModelService - queryModelService = new QueryModelService(instantiationService.object, messageService.object); + queryModelService = new QueryModelService(instantiationService.object, notificationService.object); }); test('createEditor creates only the taskbar', (done) => { diff --git a/src/sqltest/stubs/messageServiceStub.ts b/src/sqltest/stubs/messageServiceStub.ts index 7fbe74945c..cd1c9831d7 100644 --- a/src/sqltest/stubs/messageServiceStub.ts +++ b/src/sqltest/stubs/messageServiceStub.ts @@ -5,11 +5,12 @@ 'use strict'; +/* import Severity from 'vs/base/common/severity'; import { IConfirmation, IMessageService, IMessageWithAction, IConfirmationResult } from 'vs/platform/message/common/message'; import { TPromise } from 'vs/base/common/winjs.base'; -export class MessageServiceStub implements IMessageService{ +export class MessageServiceStub implements IMessageService { _serviceBrand: any; show(sev: Severity, message: string): () => void; @@ -29,17 +30,13 @@ export class MessageServiceStub implements IMessageService{ return true; } - /** - * Ask the user for confirmation. - */ confirmSync(confirmation: IConfirmation): boolean { return undefined; } - /** - * Ask the user for confirmation with a checkbox. - */ + confirmWithCheckbox(confirmation: IConfirmation): TPromise { return undefined; } -} \ No newline at end of file +} +*/ \ No newline at end of file diff --git a/src/sqltest/stubs/workbenchEditorTestService.ts b/src/sqltest/stubs/workbenchEditorTestService.ts index 7459d8a42d..30efc7b16e 100644 --- a/src/sqltest/stubs/workbenchEditorTestService.ts +++ b/src/sqltest/stubs/workbenchEditorTestService.ts @@ -10,6 +10,7 @@ import { IEditorService, IEditor, IEditorInput, IEditorOptions, ITextEditorOptio import { TPromise } from 'vs/base/common/winjs.base'; import { BaseEditor } from 'vs/workbench/browser/parts/editor/baseEditor'; import { EditorInput, EditorOptions, IFileEditorInput, TextEditorOptions, Extensions, SideBySideEditorInput } from 'vs/workbench/common/editor'; +import { ICloseEditorsFilter } from 'vs/workbench/browser/parts/editor/editorPart'; export class WorkbenchEditorTestService implements IWorkbenchEditorService { _serviceBrand: ServiceIdentifier; @@ -87,7 +88,7 @@ export class WorkbenchEditorTestService implements IWorkbenchEditorService { * will not be closed. The direction can be used in that case to control if all other editors should get closed, * or towards a specific direction. */ - closeEditors(position: Position, filter?: { except?: IEditorInput, direction?: Direction, unmodifiedOnly?: boolean }): TPromise { + closeEditors(p1?: any, p2?: any, p3?: any): TPromise { return undefined; } diff --git a/src/sqltest/workbench/api/extHostAccountManagement.test.ts b/src/sqltest/workbench/api/extHostAccountManagement.test.ts index f00f54de5e..39ed82ee33 100644 --- a/src/sqltest/workbench/api/extHostAccountManagement.test.ts +++ b/src/sqltest/workbench/api/extHostAccountManagement.test.ts @@ -10,34 +10,34 @@ import * as sqlops from 'sqlops'; import * as TypeMoq from 'typemoq'; import { AccountProviderStub, AccountManagementTestService } from 'sqltest/stubs/accountManagementStubs'; import { ExtHostAccountManagement } from 'sql/workbench/api/node/extHostAccountManagement'; -import { TestThreadService } from 'vs/workbench/test/electron-browser/api/testThreadService'; +import { TestRPCProtocol } from 'vs/workbench/test/electron-browser/api/testRPCProtocol'; import { TestInstantiationService } from 'vs/platform/instantiation/test/common/instantiationServiceMock'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IRPCProtocol } from 'vs/workbench/services/extensions/node/proxyIdentifier'; import { SqlMainContext } from 'sql/workbench/api/node/sqlExtHost.protocol'; import { MainThreadAccountManagement } from 'sql/workbench/api/node/mainThreadAccountManagement'; import { IAccountManagementService } from 'sql/services/accountManagement/interfaces'; import { createDecorator } from 'vs/platform/instantiation/common/instantiation'; -const IThreadService = createDecorator('threadService'); +const IRPCProtocol = createDecorator('rpcProtocol'); // SUITE STATE ///////////////////////////////////////////////////////////// let instantiationService: TestInstantiationService; let mockAccountMetadata: sqlops.AccountProviderMetadata; let mockAccount: sqlops.Account; -let threadService: TestThreadService; +let threadService: TestRPCProtocol; // TESTS /////////////////////////////////////////////////////////////////// suite('ExtHostAccountManagement', () => { suiteSetup(() => { - threadService = new TestThreadService(); + threadService = new TestRPCProtocol(); const accountMgmtStub = new AccountManagementTestService(); instantiationService = new TestInstantiationService(); - instantiationService.stub(IThreadService, threadService); + instantiationService.stub(IRPCProtocol, threadService); instantiationService.stub(IAccountManagementService, accountMgmtStub); const accountMgmtService = instantiationService.createInstance(MainThreadAccountManagement); - threadService.setTestInstance(SqlMainContext.MainThreadAccountManagement, accountMgmtService); + threadService.set(SqlMainContext.MainThreadAccountManagement, accountMgmtService); mockAccountMetadata = { args: {}, diff --git a/src/sqltest/workbench/api/extHostCredentialManagement.test.ts b/src/sqltest/workbench/api/extHostCredentialManagement.test.ts index f8c3ef967c..b2c59960e8 100644 --- a/src/sqltest/workbench/api/extHostCredentialManagement.test.ts +++ b/src/sqltest/workbench/api/extHostCredentialManagement.test.ts @@ -6,36 +6,36 @@ 'use strict'; import * as assert from 'assert'; -import { TestThreadService } from 'vs/workbench/test/electron-browser/api/testThreadService'; +import { TestRPCProtocol } from 'vs/workbench/test/electron-browser/api/testRPCProtocol'; import { TestInstantiationService } from 'vs/platform/instantiation/test/common/instantiationServiceMock'; import { ExtHostCredentialManagement } from 'sql/workbench/api/node/extHostCredentialManagement'; import { SqlMainContext } from 'sql/workbench/api/node/sqlExtHost.protocol'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IRPCProtocol } from 'vs/workbench/services/extensions/node/proxyIdentifier'; import { MainThreadCredentialManagement } from 'sql/workbench/api/node/mainThreadCredentialManagement'; import { CredentialsTestProvider, CredentialsTestService } from 'sqltest/stubs/credentialsTestStubs'; import { ICredentialsService } from 'sql/services/credentials/credentialsService'; import { Credential, CredentialProvider } from 'sqlops'; import { createDecorator } from 'vs/platform/instantiation/common/instantiation'; -const IThreadService = createDecorator('threadService'); +const IRPCProtocol = createDecorator('rpcProtocol'); // SUITE STATE ///////////////////////////////////////////////////////////// let credentialServiceStub: CredentialsTestService; let instantiationService: TestInstantiationService; -let threadService: TestThreadService; +let threadService: TestRPCProtocol; // TESTS /////////////////////////////////////////////////////////////////// suite('ExtHostCredentialManagement', () => { suiteSetup(() => { - threadService = new TestThreadService(); + threadService = new TestRPCProtocol(); credentialServiceStub = new CredentialsTestService(); instantiationService = new TestInstantiationService(); - instantiationService.stub(IThreadService, threadService); + instantiationService.stub(IRPCProtocol, threadService); instantiationService.stub(ICredentialsService, credentialServiceStub); const credentialService = instantiationService.createInstance(MainThreadCredentialManagement); - threadService.setTestInstance(SqlMainContext.MainThreadCredentialManagement, credentialService); + threadService.set(SqlMainContext.MainThreadCredentialManagement, credentialService); }); test('Construct ExtHostCredentialManagement', () => { diff --git a/src/sqltest/workbench/api/extHostDataProtocol.test.ts b/src/sqltest/workbench/api/extHostDataProtocol.test.ts index b26144e529..253c580c77 100644 --- a/src/sqltest/workbench/api/extHostDataProtocol.test.ts +++ b/src/sqltest/workbench/api/extHostDataProtocol.test.ts @@ -10,12 +10,12 @@ import { TestInstantiationService } from 'vs/platform/instantiation/test/common/ import { setUnexpectedErrorHandler, errorHandler } from 'vs/base/common/errors'; import URI from 'vs/base/common/uri'; import * as EditorCommon from 'vs/editor/common/editorCommon'; -import { Model as EditorModel } from 'vs/editor/common/model/model'; -import { TestThreadService } from 'vs/workbench/test/electron-browser/api/testThreadService'; +import { TextModel as EditorModel } from 'vs/editor/common/model/textModel'; +import { TestRPCProtocol } from 'vs/workbench/test/electron-browser/api/testRPCProtocol'; import { createDecorator } from 'vs/platform/instantiation/common/instantiation'; import { IMarkerService } from 'vs/platform/markers/common/markers'; import { MarkerService } from 'vs/platform/markers/common/markerService'; -import { IThreadService } from 'vs/workbench/services/thread/common/threadService'; +import { IRPCProtocol } from 'vs/workbench/services/extensions/node/proxyIdentifier'; import { ExtHostCommands } from 'vs/workbench/api/node/extHostCommands'; import { MainThreadCommands } from 'vs/workbench/api/electron-browser/mainThreadCommands'; import { IHeapService } from 'vs/workbench/api/electron-browser/mainThreadHeapService'; @@ -31,9 +31,9 @@ import * as sqlops from 'sqlops'; import { ExtHostDataProtocol } from 'sql/workbench/api/node/extHostDataProtocol'; import { SqlExtHostContext } from 'sql/workbench/api/node/sqlExtHost.protocol'; -const IThreadService = createDecorator('threadService'); +const IRPCProtocol = createDecorator('rpcProtocol'); -const model: EditorCommon.IModel = EditorModel.createFromString( +const model = EditorModel.createFromString( [ 'This is the first line', 'This is the second line', @@ -45,7 +45,7 @@ const model: EditorCommon.IModel = EditorModel.createFromString( let extHost: ExtHostDataProtocol; let disposables: vscode.Disposable[] = []; -let threadService: TestThreadService; +let threadService: TestRPCProtocol; let originalErrorHandler: (e: any) => any; suite('ExtHostDataProtocol', function () { diff --git a/src/tsconfig.json b/src/tsconfig.json index 3d643f4638..e251d5f45f 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -11,6 +11,7 @@ "declaration": true, "noImplicitReturns": true, "baseUrl": ".", + "outDir": "../out", "typeRoots": [ "typings" ] diff --git a/src/tsconfig.monaco.json b/src/tsconfig.monaco.json index 3dba5dc239..81bd7677f7 100644 --- a/src/tsconfig.monaco.json +++ b/src/tsconfig.monaco.json @@ -1,5 +1,5 @@ { - "$schema": "http://json.schemastore.org/tsconfig", + "$schema": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json", "compilerOptions": { "noEmit": true, "module": "amd", diff --git a/src/typings/iconv-lite.d.ts b/src/typings/iconv-lite.d.ts index 4f6fdd7b55..17804f497e 100644 --- a/src/typings/iconv-lite.d.ts +++ b/src/typings/iconv-lite.d.ts @@ -6,13 +6,13 @@ /// declare module 'iconv-lite' { - export function decode(buffer: NodeBuffer, encoding: string, options?: any): string; + export function decode(buffer: NodeBuffer, encoding: string): string; - export function encode(content: string, encoding: string, options?: any): NodeBuffer; + export function encode(content: string | NodeBuffer, encoding: string, options?: { addBOM?: boolean }): NodeBuffer; export function encodingExists(encoding: string): boolean; export function decodeStream(encoding: string): NodeJS.ReadWriteStream; - export function encodeStream(encoding: string): NodeJS.ReadWriteStream; + export function encodeStream(encoding: string, options?: { addBOM?: boolean }): NodeJS.ReadWriteStream; } \ No newline at end of file diff --git a/src/typings/native-is-elevated.d.ts b/src/typings/native-is-elevated.d.ts new file mode 100644 index 0000000000..87c86d53f9 --- /dev/null +++ b/src/typings/native-is-elevated.d.ts @@ -0,0 +1,10 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +declare module 'native-is-elevated' { + function isElevated(): boolean; + + export = isElevated; +} \ No newline at end of file diff --git a/src/typings/node.d.ts b/src/typings/node.d.ts index 78cc4c0a90..ba2ed0d5d0 100644 --- a/src/typings/node.d.ts +++ b/src/typings/node.d.ts @@ -1720,6 +1720,7 @@ declare module "child_process" { uid?: number; gid?: number; shell?: boolean | string; + windowsVerbatimArguments?: boolean; } export function spawn(command: string, args?: string[], options?: SpawnOptions): ChildProcess; diff --git a/src/typings/spdlog.d.ts b/src/typings/spdlog.d.ts index 372f3bbb71..086915f9cf 100644 --- a/src/typings/spdlog.d.ts +++ b/src/typings/spdlog.d.ts @@ -28,6 +28,10 @@ declare module 'spdlog' { error(message: string); critical(message: string); setLevel(level: number); + clearFormatters(); + /** + * A synchronous operation to flush the contents into file + */ flush(): void; drop(): void; } diff --git a/src/typings/sudo-prompt.d.ts b/src/typings/sudo-prompt.d.ts new file mode 100644 index 0000000000..04ed40aa5e --- /dev/null +++ b/src/typings/sudo-prompt.d.ts @@ -0,0 +1,9 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ + +declare module 'sudo-prompt' { + + export function exec(cmd: string, options: { name?: string, icns?: string }, callback: (error: string, stdout: string, stderr: string) => void); +} \ No newline at end of file diff --git a/src/typings/vscode-xterm.d.ts b/src/typings/vscode-xterm.d.ts new file mode 100644 index 0000000000..09252b3e5c --- /dev/null +++ b/src/typings/vscode-xterm.d.ts @@ -0,0 +1,611 @@ +/** + * @license MIT + * + * This contains the type declarations for the xterm.js library. Note that + * some interfaces differ between this file and the actual implementation in + * src/, that's because this file declares the *public* API which is intended + * to be stable and consumed by external programs. + */ + +declare module 'vscode-xterm' { + /** + * A string representing text font weight. + */ + export type FontWeight = 'normal' | 'bold' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'; + + /** + * An object containing start up options for the terminal. + */ + export interface ITerminalOptions { + /** + * A data uri of the sound to use for the bell (needs bellStyle = 'sound'). + */ + bellSound?: string; + + /** + * The type of the bell notification the terminal will use. + */ + bellStyle?: 'none' /*| 'visual'*/ | 'sound' /*| 'both'*/; + + /** + * The number of columns in the terminal. + */ + cols?: number; + + /** + * Whether the cursor blinks. + */ + cursorBlink?: boolean; + + /** + * The style of the cursor. + */ + cursorStyle?: 'block' | 'underline' | 'bar'; + + /** + * Whether input should be disabled. + */ + disableStdin?: boolean; + + /** + * Whether to enable the rendering of bold text. + */ + enableBold?: boolean; + + /** + * The font size used to render text. + */ + fontSize?: number; + + /** + * The font family used to render text. + */ + fontFamily?: string; + + /** + * The font weight used to render non-bold text. + */ + fontWeight?: FontWeight; + + /** + * The font weight used to render bold text. + */ + fontWeightBold?: FontWeight; + + /** + * The spacing in whole pixels between characters.. + */ + letterSpacing?: number; + + /** + * The line height used to render text. + */ + lineHeight?: number; + + /** + * Whether to treat option as the meta key. + */ + macOptionIsMeta?: boolean; + + /** + * Whether to select the word under the cursor on right click, this is + * standard behavior in a lot of macOS applications. + */ + rightClickSelectsWord?: boolean; + + /** + * The number of rows in the terminal. + */ + rows?: number; + + /** + * Whether screen reader support is enabled. When on this will expose + * supporting elements in the DOM to support NVDA on Windows and VoiceOver + * on macOS. + */ + screenReaderMode?: boolean; + + /** + * The amount of scrollback in the terminal. Scrollback is the amount of rows + * that are retained when lines are scrolled beyond the initial viewport. + */ + scrollback?: number; + + /** + * The size of tab stops in the terminal. + */ + tabStopWidth?: number; + + /** + * The color theme of the terminal. + */ + theme?: ITheme; + } + + /** + * Contains colors to theme the terminal with. + */ + export interface ITheme { + /** The default foreground color */ + foreground?: string, + /** The default background color */ + background?: string, + /** The cursor color */ + cursor?: string, + /** The accent color of the cursor (used as the foreground color for a block cursor) */ + cursorAccent?: string, + /** The selection color (can be transparent) */ + selection?: string, + /** ANSI black (eg. `\x1b[30m`) */ + black?: string, + /** ANSI red (eg. `\x1b[31m`) */ + red?: string, + /** ANSI green (eg. `\x1b[32m`) */ + green?: string, + /** ANSI yellow (eg. `\x1b[33m`) */ + yellow?: string, + /** ANSI blue (eg. `\x1b[34m`) */ + blue?: string, + /** ANSI magenta (eg. `\x1b[35m`) */ + magenta?: string, + /** ANSI cyan (eg. `\x1b[36m`) */ + cyan?: string, + /** ANSI white (eg. `\x1b[37m`) */ + white?: string, + /** ANSI bright black (eg. `\x1b[1;30m`) */ + brightBlack?: string, + /** ANSI bright red (eg. `\x1b[1;31m`) */ + brightRed?: string, + /** ANSI bright green (eg. `\x1b[1;32m`) */ + brightGreen?: string, + /** ANSI bright yellow (eg. `\x1b[1;33m`) */ + brightYellow?: string, + /** ANSI bright blue (eg. `\x1b[1;34m`) */ + brightBlue?: string, + /** ANSI bright magenta (eg. `\x1b[1;35m`) */ + brightMagenta?: string, + /** ANSI bright cyan (eg. `\x1b[1;36m`) */ + brightCyan?: string, + /** ANSI bright white (eg. `\x1b[1;37m`) */ + brightWhite?: string + } + + /** + * An object containing options for a link matcher. + */ + export interface ILinkMatcherOptions { + /** + * The index of the link from the regex.match(text) call. This defaults to 0 + * (for regular expressions without capture groups). + */ + matchIndex?: number; + + /** + * A callback that validates an individual link, returning true if valid and + * false if invalid. + */ + validationCallback?: (uri: string, callback: (isValid: boolean) => void) => void; + + /** + * A callback that fires when the mouse hovers over a link for a moment. + */ + tooltipCallback?: (event: MouseEvent, uri: string) => boolean | void; + + /** + * A callback that fires when the mouse leaves a link. Note that this can + * happen even when tooltipCallback hasn't fired for the link yet. + */ + leaveCallback?: (event: MouseEvent, uri: string) => boolean | void; + + /** + * The priority of the link matcher, this defines the order in which the link + * matcher is evaluated relative to others, from highest to lowest. The + * default value is 0. + */ + priority?: number; + + /** + * A callback that fires when the mousedown and click events occur that + * determines whether a link will be activated upon click. This enables + * only activating a link when a certain modifier is held down, if not the + * mouse event will continue propagation (eg. double click to select word). + */ + willLinkActivate?: (event: MouseEvent, uri: string) => boolean; + } + + export interface IEventEmitter { + on(type: string, listener: (...args: any[]) => void): void; + off(type: string, listener: (...args: any[]) => void): void; + emit(type: string, data?: any): void; + addDisposableListener(type: string, handler: (...args: any[]) => void): IDisposable; + } + + /** + * An object that can be disposed via a dispose function. + */ + export interface IDisposable { + dispose(): void; + } + + export interface ILocalizableStrings { + blankLine: string; + promptLabel: string; + tooMuchOutput: string; + } + + /** + * The class that represents an xterm.js terminal. + */ + export class Terminal { + /** + * The element containing the terminal. + */ + element: HTMLElement; + + /** + * The textarea that accepts input for the terminal. + */ + textarea: HTMLTextAreaElement; + + /** + * The number of rows in the terminal's viewport. + */ + rows: number; + + /** + * The number of columns in the terminal's viewport. + */ + cols: number; + + /** + * Natural language strings that can be localized. + */ + static strings: ILocalizableStrings; + + /** + * Creates a new `Terminal` object. + * + * @param options An object containing a set of options. + */ + constructor(options?: ITerminalOptions); + + /** + * Unfocus the terminal. + */ + blur(): void; + + /** + * Focus the terminal. + */ + focus(): void; + + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'blur' | 'focus' | 'linefeed' | 'selection', listener: () => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'data', listener: (data?: string) => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'key', listener: (key?: string, event?: KeyboardEvent) => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'keypress' | 'keydown', listener: (event?: KeyboardEvent) => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'refresh', listener: (data?: {start: number, end: number}) => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'resize', listener: (data?: {cols: number, rows: number}) => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'scroll', listener: (ydisp?: number) => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: 'title', listener: (title?: string) => void): void; + /** + * Registers an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + on(type: string, listener: (...args: any[]) => void): void; + + /** + * Deregisters an event listener. + * @param type The type of the event. + * @param listener The listener. + */ + off(type: 'blur' | 'focus' | 'linefeed' | 'selection' | 'data' | 'key' | 'keypress' | 'keydown' | 'refresh' | 'resize' | 'scroll' | 'title' | string, listener: (...args: any[]) => void): void; + + /** + * Resizes the terminal. + * @param x The number of columns to resize to. + * @param y The number of rows to resize to. + */ + resize(columns: number, rows: number): void; + + /** + * Writes text to the terminal, followed by a break line character (\n). + * @param data The text to write to the terminal. + */ + writeln(data: string): void; + + /** + * Opens the terminal within an element. + * @param parent The element to create the terminal within. This element + * must be visible (have dimensions) when `open` is called as several DOM- + * based measurements need to be performed when this function is called. + */ + open(parent: HTMLElement): void; + + /** + * Attaches a custom key event handler which is run before keys are + * processed, giving consumers of xterm.js ultimate control as to what keys + * should be processed by the terminal and what keys should not. + * @param customKeyEventHandler The custom KeyboardEvent handler to attach. + * This is a function that takes a KeyboardEvent, allowing consumers to stop + * propogation and/or prevent the default action. The function returns + * whether the event should be processed by xterm.js. + */ + attachCustomKeyEventHandler(customKeyEventHandler: (event: KeyboardEvent) => boolean): void; + + /** + * (EXPERIMENTAL) Registers a link matcher, allowing custom link patterns to + * be matched and handled. + * @param regex The regular expression to search for, specifically this + * searches the textContent of the rows. You will want to use \s to match a + * space ' ' character for example. + * @param handler The callback when the link is called. + * @param options Options for the link matcher. + * @return The ID of the new matcher, this can be used to deregister. + */ + registerLinkMatcher(regex: RegExp, handler: (event: MouseEvent, uri: string) => boolean | void, options?: ILinkMatcherOptions): number; + + /** + * (EXPERIMENTAL) Deregisters a link matcher if it has been registered. + * @param matcherId The link matcher's ID (returned after register) + */ + deregisterLinkMatcher(matcherId: number): void; + + /** + * Gets whether the terminal has an active selection. + */ + hasSelection(): boolean; + + /** + * Gets the terminal's current selection, this is useful for implementing + * copy behavior outside of xterm.js. + */ + getSelection(): string; + + /** + * Clears the current terminal selection. + */ + clearSelection(): void; + + /** + * Selects all text within the terminal. + */ + selectAll(): void; + + // /** + // * Find the next instance of the term, then scroll to and select it. If it + // * doesn't exist, do nothing. + // * @param term Tne search term. + // * @return Whether a result was found. + // */ + // findNext(term: string): boolean; + + // /** + // * Find the previous instance of the term, then scroll to and select it. If it + // * doesn't exist, do nothing. + // * @param term Tne search term. + // * @return Whether a result was found. + // */ + // findPrevious(term: string): boolean; + + /** + * Destroys the terminal and detaches it from the DOM. + */ + destroy(): void; + + /** + * Scroll the display of the terminal + * @param amount The number of lines to scroll down (negative scroll up). + */ + scrollLines(amount: number): void; + + /** + * Scroll the display of the terminal by a number of pages. + * @param pageCount The number of pages to scroll (negative scrolls up). + */ + scrollPages(pageCount: number): void; + + /** + * Scrolls the display of the terminal to the top. + */ + scrollToTop(): void; + + /** + * Scrolls the display of the terminal to the bottom. + */ + scrollToBottom(): void; + + /** + * Clear the entire buffer, making the prompt line the new first line. + */ + clear(): void; + + /** + * Writes text to the terminal. + * @param data The text to write to the terminal. + */ + write(data: string): void; + + /** + * Retrieves an option's value from the terminal. + * @param key The option key. + */ + getOption(key: 'bellSound' | 'bellStyle' | 'cursorStyle' | 'fontFamily' | 'termName'): string; + /** + * Retrieves an option's value from the terminal. + * @param key The option key. + */ + getOption(key: 'allowTransparency' | 'cancelEvents' | 'convertEol' | 'cursorBlink' | 'debug' | 'disableStdin' | 'enableBold' | 'macOptionIsMeta' | 'rightClickSelectsWord' | 'popOnBell' | 'screenKeys' | 'useFlowControl' | 'visualBell'): boolean; + /** + * Retrieves an option's value from the terminal. + * @param key The option key. + */ + getOption(key: 'colors'): string[]; + /** + * Retrieves an option's value from the terminal. + * @param key The option key. + */ + getOption(key: 'cols' | 'fontSize' | 'letterSpacing' | 'lineHeight' | 'rows' | 'tabStopWidth' | 'scrollback'): number; + /** + * Retrieves an option's value from the terminal. + * @param key The option key. + */ + getOption(key: 'handler'): (data: string) => void; + /** + * Retrieves an option's value from the terminal. + * @param key The option key. + */ + getOption(key: string): any; + + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'fontFamily' | 'termName' | 'bellSound', value: string): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'bellStyle', value: null | 'none' | 'visual' | 'sound' | 'both'): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'cursorStyle', value: null | 'block' | 'underline' | 'bar'): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'allowTransparency' | 'cancelEvents' | 'convertEol' | 'cursorBlink' | 'debug' | 'disableStdin' | 'enableBold' | 'macOptionIsMeta' | 'popOnBell' | 'rightClickSelectsWord' | 'screenKeys' | 'useFlowControl' | 'visualBell', value: boolean): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'colors', value: string[]): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'fontSize' | 'letterSpacing' | 'lineHeight' | 'tabStopWidth' | 'scrollback', value: number): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'handler', value: (data: string) => void): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: 'theme', value: ITheme): void; + /** + * Sets an option on the terminal. + * @param key The option key. + * @param value The option value. + */ + setOption(key: string, value: any): void; + + /** + * Tells the renderer to refresh terminal content between two rows + * (inclusive) at the next opportunity. + * @param start The row to start from (between 0 and this.rows - 1). + * @param end The row to end at (between start and this.rows - 1). + */ + refresh(start: number, end: number): void; + + /** + * Perform a full reset (RIS, aka '\x1bc'). + */ + reset(): void + + /** + * Applies an addon to the Terminal prototype, making it available to all + * newly created Terminals. + * @param addon The addon to apply. + */ + static applyAddon(addon: any): void; + + + + // Modifications to official .d.ts below + + buffer: { + /** + * The viewport position. + */ + ydisp: number; + }; + + /** + * Emit an event on the terminal. + */ + emit(type: string, data: any): void; + + /** + * Find the next instance of the term, then scroll to and select it. If it + * doesn't exist, do nothing. + * @param term Tne search term. + * @return Whether a result was found. + */ + findNext(term: string): boolean; + + /** + * Find the previous instance of the term, then scroll to and select it. If it + * doesn't exist, do nothing. + * @param term Tne search term. + * @return Whether a result was found. + */ + findPrevious(term: string): boolean; + + webLinksInit(handler?: (event: MouseEvent, uri: string) => void, options?: ILinkMatcherOptions): void; + winptyCompatInit(): void; + charMeasure?: { height: number, width: number } + } +} \ No newline at end of file diff --git a/src/typings/windows-mutex.ts b/src/typings/windows-mutex.ts index 7e6628d528..95936a4c5a 100644 --- a/src/typings/windows-mutex.ts +++ b/src/typings/windows-mutex.ts @@ -9,4 +9,6 @@ declare module 'windows-mutex' { isActive(): boolean; release(): void; } + + export function isActive(name: string): boolean; } \ No newline at end of file diff --git a/src/vs/base/browser/contextmenu.ts b/src/vs/base/browser/contextmenu.ts new file mode 100644 index 0000000000..35ac0f0d9b --- /dev/null +++ b/src/vs/base/browser/contextmenu.ts @@ -0,0 +1,35 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the Source EULA. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +'use strict'; + +import { IAction, IActionRunner, Action } from 'vs/base/common/actions'; +import { IActionItem } from 'vs/base/browser/ui/actionbar/actionbar'; +import { TPromise } from 'vs/base/common/winjs.base'; +import { ResolvedKeybinding } from 'vs/base/common/keyCodes'; + +export interface IEvent { + shiftKey?: boolean; + ctrlKey?: boolean; + altKey?: boolean; + metaKey?: boolean; +} + +export class ContextSubMenu extends Action { + constructor(label: string, public entries: (ContextSubMenu | IAction)[]) { + super('contextsubmenu', label, '', true); + } +} + +export interface IContextMenuDelegate { + getAnchor(): HTMLElement | { x: number; y: number; }; + getActions(): TPromise<(IAction | ContextSubMenu)[]>; + getActionItem?(action: IAction): IActionItem; + getActionsContext?(event?: IEvent): any; + getKeyBinding?(action: IAction): ResolvedKeybinding; + getMenuClassName?(): string; + onHide?(didCancel: boolean): void; + actionRunner?: IActionRunner; + autoSelectFirstItem?: boolean; +} \ No newline at end of file diff --git a/src/vs/base/browser/dnd.ts b/src/vs/base/browser/dnd.ts index 6ed7dc160d..6bf816a3b5 100644 --- a/src/vs/base/browser/dnd.ts +++ b/src/vs/base/browser/dnd.ts @@ -39,4 +39,28 @@ export class DelayedDragHandler { public dispose(): void { this.clearDragTimeout(); } -} \ No newline at end of file +} + +// Common data transfers +export const DataTransfers = { + + /** + * Application specific resource transfer type + */ + RESOURCES: 'ResourceURLs', + + /** + * Browser specific transfer type to download + */ + DOWNLOAD_URL: 'DownloadURL', + + /** + * Browser specific transfer type for files + */ + FILES: 'Files', + + /** + * Typicaly transfer type for copy/paste transfers. + */ + TEXT: 'text/plain' +}; diff --git a/src/vs/base/browser/dom.ts b/src/vs/base/browser/dom.ts index efa2838d03..c7318cbae5 100644 --- a/src/vs/base/browser/dom.ts +++ b/src/vs/base/browser/dom.ts @@ -251,41 +251,26 @@ export function addDisposableNonBubblingMouseOutListener(node: Element, handler: }); } -const _animationFrame = (function () { - let emulatedRequestAnimationFrame = (callback: (time: number) => void): number => { - return setTimeout(() => callback(new Date().getTime()), 0); - }; - let nativeRequestAnimationFrame: (callback: (time: number) => void) => number = - self.requestAnimationFrame - || (self).msRequestAnimationFrame - || (self).webkitRequestAnimationFrame - || (self).mozRequestAnimationFrame - || (self).oRequestAnimationFrame; - - - - let emulatedCancelAnimationFrame = (id: number) => { }; - let nativeCancelAnimationFrame: (id: number) => void = - self.cancelAnimationFrame || (self).cancelRequestAnimationFrame - || (self).msCancelAnimationFrame || (self).msCancelRequestAnimationFrame - || (self).webkitCancelAnimationFrame || (self).webkitCancelRequestAnimationFrame - || (self).mozCancelAnimationFrame || (self).mozCancelRequestAnimationFrame - || (self).oCancelAnimationFrame || (self).oCancelRequestAnimationFrame; - - let isNative = !!nativeRequestAnimationFrame; - let request = nativeRequestAnimationFrame || emulatedRequestAnimationFrame; - let cancel = nativeCancelAnimationFrame || emulatedCancelAnimationFrame; - - return { - isNative: isNative, - request: (callback: (time: number) => void): number => { - return request(callback); - }, - cancel: (id: number) => { - return cancel(id); - } - }; -})(); +interface IRequestAnimationFrame { + (callback: (time: number) => void): number; +} +let _animationFrame: IRequestAnimationFrame = null; +function doRequestAnimationFrame(callback: (time: number) => void): number { + if (!_animationFrame) { + const emulatedRequestAnimationFrame = (callback: (time: number) => void): number => { + return setTimeout(() => callback(new Date().getTime()), 0); + }; + _animationFrame = ( + self.requestAnimationFrame + || (self).msRequestAnimationFrame + || (self).webkitRequestAnimationFrame + || (self).mozRequestAnimationFrame + || (self).oRequestAnimationFrame + || emulatedRequestAnimationFrame + ); + } + return _animationFrame(callback); +} /** * Schedule a callback to be run at the next animation frame. @@ -375,7 +360,7 @@ class AnimationFrameQueueItem implements IDisposable { if (!animFrameRequested) { animFrameRequested = true; - _animationFrame.request(animationFrameRunner); + doRequestAnimationFrame(animationFrameRunner); } return item; @@ -515,8 +500,6 @@ const sizeUtils = { __commaSentinel: false - - }; // ---------------------------------------------------------------------------------------- @@ -688,7 +671,13 @@ export function createStyleSheet(container: HTMLElement = document.getElementsBy return style; } -const sharedStyle = createStyleSheet(); +let _sharedStyleSheet: HTMLStyleElement = null; +function getSharedStyleSheet(): HTMLStyleElement { + if (!_sharedStyleSheet) { + _sharedStyleSheet = createStyleSheet(); + } + return _sharedStyleSheet; +} function getDynamicStyleSheetRules(style: any) { if (style && style.sheet && style.sheet.rules) { @@ -702,7 +691,7 @@ function getDynamicStyleSheetRules(style: any) { return []; } -export function createCSSRule(selector: string, cssText: string, style: HTMLStyleElement = sharedStyle): void { +export function createCSSRule(selector: string, cssText: string, style: HTMLStyleElement = getSharedStyleSheet()): void { if (!style || !cssText) { return; } @@ -710,7 +699,7 @@ export function createCSSRule(selector: string, cssText: string, style: HTMLStyl (style.sheet).insertRule(selector + '{' + cssText + '}', 0); } -export function removeCSSRulesContainingSelector(ruleName: string, style = sharedStyle): void { +export function removeCSSRulesContainingSelector(ruleName: string, style: HTMLStyleElement = getSharedStyleSheet()): void { if (!style) { return; } @@ -725,7 +714,7 @@ export function removeCSSRulesContainingSelector(ruleName: string, style = share } for (let i = toDelete.length - 1; i >= 0; i--) { - style.sheet.deleteRule(toDelete[i]); + (style.sheet).deleteRule(toDelete[i]); } } diff --git a/src/vs/base/browser/event.ts b/src/vs/base/browser/event.ts index fa3ab0b774..ac4f0e9a31 100644 --- a/src/vs/base/browser/event.ts +++ b/src/vs/base/browser/event.ts @@ -126,7 +126,12 @@ export const domEvent: IDomEvent = (element: EventHandler, type: string, useCapt return emitter.event; }; -export function stop(event: _Event): _Event { +export interface CancellableEvent { + preventDefault(); + stopPropagation(); +} + +export function stop(event: _Event): _Event { return mapEvent(event, e => { e.preventDefault(); e.stopPropagation(); diff --git a/src/vs/base/browser/htmlContentRenderer.ts b/src/vs/base/browser/htmlContentRenderer.ts index 6d0ebab7a8..00455de27c 100644 --- a/src/vs/base/browser/htmlContentRenderer.ts +++ b/src/vs/base/browser/htmlContentRenderer.ts @@ -8,16 +8,22 @@ import * as DOM from 'vs/base/browser/dom'; import { defaultGenerator } from 'vs/base/common/idGenerator'; import { escape } from 'vs/base/common/strings'; -import { TPromise } from 'vs/base/common/winjs.base'; import { removeMarkdownEscapes, IMarkdownString } from 'vs/base/common/htmlContent'; -import { marked } from 'vs/base/common/marked/marked'; +import { marked, MarkedOptions } from 'vs/base/common/marked/marked'; import { IMouseEvent } from 'vs/base/browser/mouseEvent'; +import { IDisposable } from 'vs/base/common/lifecycle'; + +export interface IContentActionHandler { + callback: (content: string, event?: IMouseEvent) => void; + disposeables: IDisposable[]; +} export interface RenderOptions { className?: string; inline?: boolean; - actionCallback?: (content: string, event?: IMouseEvent) => void; - codeBlockRenderer?: (modeId: string, value: string) => string | TPromise; + actionHandler?: IContentActionHandler; + codeBlockRenderer?: (modeId: string, value: string) => Thenable; + codeBlockRenderCallback?: () => void; } function createElement(options: RenderOptions): HTMLElement { @@ -37,15 +43,12 @@ export function renderText(text: string, options: RenderOptions = {}): HTMLEleme export function renderFormattedText(formattedText: string, options: RenderOptions = {}): HTMLElement { const element = createElement(options); - _renderFormattedText(element, parseFormattedText(formattedText), options.actionCallback); + _renderFormattedText(element, parseFormattedText(formattedText), options.actionHandler); return element; } /** * Create html nodes for the given content element. - * - * @param content a html element description - * @param actionCallback a callback function for any action links in the string. Argument is the zero-based index of the clicked action. */ export function renderMarkdown(markdown: IMarkdownString, options: RenderOptions = {}): HTMLElement { const element = createElement(options); @@ -53,7 +56,7 @@ export function renderMarkdown(markdown: IMarkdownString, options: RenderOptions // signal to code-block render that the // element has been created let signalInnerHTML: Function; - const withInnerHTML = new TPromise(c => signalInnerHTML = c); + const withInnerHTML = new Promise(c => signalInnerHTML = c); const renderer = new marked.Renderer(); renderer.image = (href: string, title: string, text: string) => { @@ -108,7 +111,7 @@ export function renderMarkdown(markdown: IMarkdownString, options: RenderOptions return text; } else { - return `
${text}`; + return `${text}`; } }; renderer.paragraph = (text): string => { @@ -118,32 +121,43 @@ export function renderMarkdown(markdown: IMarkdownString, options: RenderOptions if (options.codeBlockRenderer) { renderer.code = (code, lang) => { const value = options.codeBlockRenderer(lang, code); - if (typeof value === 'string') { - return value; - } + // when code-block rendering is async we return sync + // but update the node with the real result later. + const id = defaultGenerator.nextId(); - if (TPromise.is(value)) { - // when code-block rendering is async we return sync - // but update the node with the real result later. - const id = defaultGenerator.nextId(); - TPromise.join([value, withInnerHTML]).done(values => { - const strValue = values[0] as string; + // {{SQL CARBON EDIT}} - Promise.all not returning the strValue properly in original code? + const promise = value.then(strValue => { + withInnerHTML.then(e => { const span = element.querySelector(`div[data-code="${id}"]`); if (span) { span.innerHTML = strValue; } - }, err => { + }).catch(err => { // ignore }); - return `